Hello, I would like to add additional icon options to the collapsible row (accordion) section in the latest version of the Refresh theme (10.0).
From what I understand I would add the SVG icons as snippet file code then add into the accordion.liquid file is that correct? The one issue I see right away is the SVG code for this image is way too big to be saved in the template, how can I fix that? Thanks!
Current Section Code:
I would guess I just add above the existing icons like so?
{%- when ‘icon name’ -%}
SVG CODE
{%- when ‘icon name-2’ -%}
SVG CODE
{%- when ‘icon name-3’ -%}
SVG CODE
Thank you for the help everyone!!!


