How can I add custom icons to the Sales point block?
Edited

The Sales point block includes 12 unique icons that can easily be used to emphasize a text block to help drive conversions on your product pages. Communicating Free shipping or hassle free returns are some basic examples of ways to reduce friction at the point of sale and help increase conversions.

There may be instances when you would prefer to use a custom icon that is unique to your shop. It is possible to incorporate your icons by customizing the theme code.

One way to introduce your custom icon is by replacing the code block of an existing icon in the theme file with your own custom SVG path. The idea is to use an existing option that you don't plan on using and introducing your own SVG asset to take its place.

If you open up the Theme editor and select the snippets/product-template.liquid file, you'll see the code block that handles the different icons. Any of these lines can be modified to reference your own custom SVG path. Here's an example:

In the screenshot example above, you'll see how each icon uses an SVG file path that you could replace. This way, any time you select, 'Checkmark' as the icon (for example), your own custom icon will appear.

If you need to convert your SVG file to an SVG HTML path, there are some free SVG HTML path tools you can find and use online.