In slideshow, there is an error occurred that previous and next icon can’t find.

slideshow.liquid
A user encountered a liquid error in their Shopify slideshow where previous and next navigation icons are not displaying. The issue appears to be missing SVG code for caret icons in the theme’s snippet files.
Proposed Solution:
Multiple users provided similar troubleshooting steps, indicating this is a common fix for missing icon assets in Shopify themes. The solution involves manually creating a snippet file with the appropriate SVG markup to restore the navigation icons.
Hello @Sivadarshan
You only need to add caret icon svg file in your snippet. You can solve this error by yoursely by adding this snippet.
If you can find it from anywhere, it’s fine otherwise copy below code and make a file in snippet and your issue fixed.
here is the svg code for the caret icon
Go to your store admin > Sale channels > Online store > Themes > click ‘…’ in the current theme > Edit code > under Snippets > click ‘+ Add a new snippet’, under File name, add ‘icon-caret’, click Done. Add this code below and save file