{%- liquid
  assign icon_class = 'icon ' | append: class | strip
  assign icon_stroke_width = settings.icons_stroke_width | times: 1.0
  assign icon_corner_shape = settings.icons_corner_shape
-%}

{%- capture icon -%}
  {%- case icon_name -%}
    {%- when 'theme-3d-model' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M17.7426 6.2302L20 7.5V10M20 14V16.5L17.7426 17.7698M14.1791 19.7743L12 21L9.82092 19.7743M6.25741 17.7698L4 16.5V14M4 10V7.5L6.25741 6.23021M9.82093 4.22573L12 3L14.1791 4.22573M12 18V20.5M12 6V3.5M17.4019 9L19.5 7.78868M6.59808 15L4.5 16.2113M17.4019 15L19.5 16.2113M6.59808 9L4.5 7.78868M12 12V14M12 12L10.2679 11M12 12L13.7321 11" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-bag' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M4 8H20V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V8Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
        <path d="M8 8V7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7V8" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-bag-add' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M15 8V6C15 4.34315 13.6569 3 12 3C10.3431 3 9 4.34315 9 6V8M18 16V19M18 19V22M18 19H15M18 19H21M11 21H4.5L6.5 8H17.5L18.0973 11.8824" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-cart' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M2 3H4L4.5 6M4.5 6L6 15H19.5L21 6H4.5ZM9 19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19C7 18.4477 7.44772 18 8 18C8.55228 18 9 18.4477 9 19ZM18 19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18C17.5523 18 18 18.4477 18 19Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-compare' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M8 21L4 17L8 13M16 11L20 7L16 3M5 17H20M4 7H19" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-arrow' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 6L20 12L14 18M19 12H4" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-check' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M3 15L9.29412 20L21 4" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-check-small' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M7 13L10 16L17 8" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-check-circle' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M15 9.5L10.5 15L8.5 13M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-chevron' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M9 4L17 12L9 20" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-chevron-small' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M10 16L14 12L10 8" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-chevron-down' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M4 9L12 17L20 9" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-close' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M5 5L19 19M19 5L5 19" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-close-small' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M8 8L16 16M16 8L8 16" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-delete' -%}
      {%- comment -%}no stroke width{%- endcomment -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M6 21L5.00221 21.0665C5.03723 21.5918 5.47354 22 6 22V21ZM18 21V22C18.5265 22 18.9628 21.5918 18.9978 21.0665L18 21ZM3 5C2.44772 5 2 5.44772 2 6C2 6.55228 2.44772 7 3 7V5ZM21 7C21.5523 7 22 6.55228 22 6C22 5.44772 21.5523 5 21 5V7ZM14.9056 6.24926C15.0432 6.78411 15.5884 7.1061 16.1233 6.96844C16.6581 6.83078 16.9801 6.28559 16.8424 5.75074L14.9056 6.24926ZM4.00221 6.06652L5.00221 21.0665L6.99779 20.9335L5.99779 5.93348L4.00221 6.06652ZM6 22H18V20H6V22ZM18.9978 21.0665L19.9978 6.06652L18.0022 5.93348L17.0022 20.9335L18.9978 21.0665ZM19 5H5V7H19V5ZM3 7H5V5H3V7ZM19 7H21V5H19V7ZM12 4C13.3965 4 14.5725 4.95512 14.9056 6.24926L16.8424 5.75074C16.2874 3.59442 14.3312 2 12 2V4ZM9.09447 6.24926C9.42756 4.95512 10.6035 4 12 4V2C9.66885 2 7.7126 3.59442 7.1576 5.75074L9.09447 6.24926Z" fill="currentColor"/>
      </svg>
    {%- when 'theme-drag' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <rect x="8" y="5" width="1" height="14" fill="currentColor" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
        <rect x="14" y="5" width="1" height="14" fill="currentColor" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-expand' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M10 10L4 4M4 10V4H10M14 14L20 20M20 14V20H14" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-filter' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M20 4H4V8L10 14V21L14 20V14L20 8V4Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-heart' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12 5.76835C18.1619 -0.481837 28.7252 11.1257 12 20.5C-4.72523 11.1257 5.83803 -0.481838 12 5.76835Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-heart-filled' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12.4884 21.3725C21.0163 16.5927 23.1144 10.9028 21.5103 6.90294C20.7314 4.96087 19.0967 3.56916 17.1686 3.13926C15.4711 2.76077 13.6161 3.14222 11.9994 4.42553C10.3828 3.14222 8.52778 2.76077 6.83026 3.13927C4.9022 3.56917 3.26747 4.96089 2.48861 6.90295C0.884466 10.9029 2.98263 16.5927 11.5106 21.3725C11.8143 21.5428 12.1847 21.5428 12.4884 21.3725Z" fill="currentColor"/>
      </svg>
    {%- when 'theme-info-circle' -%}
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path d="M11 11H12V16M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      <path d="M11.25 8C11.25 8.41421 11.5858 8.75 12 8.75C12.4142 8.75 12.75 8.41421 12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8Z" fill="currentColor" stroke="currentColor" stroke-width="0.5"/>
      </svg>
    {%- when 'theme-lock' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M16 10V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V10M12 14V17M5 10H19V21H5V10Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-menu' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M3 12H21M3 5H21M3 19H21" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-minus' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M4 12H20" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-package' or 'theme-box' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M9 4V9H15V4M14 16H16M4 4V20H20V4H4Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-package-check' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M11 20H4V4H20V11M9 4V9H15V4M14.25 17.25L16.5 19.5L21 15" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-pause' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M4 4H9V20H4V4Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
        <path d="M14 4H19V20H14V4Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-play' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M19.5 12.13L4 3V21.26L19.5 12.13Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-pin' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14.4978 10C14.4978 11.3807 13.3785 12.5 11.9978 12.5C10.6171 12.5 9.4978 11.3807 9.4978 10C9.4978 8.61929 10.6171 7.5 11.9978 7.5C13.3785 7.5 14.4978 8.61929 14.4978 10Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
        <path d="M19 10C19 15.866 12 21 12 21C12 21 5 15.866 5 10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-paper-plane' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 22L20 4L2 10L11 13L14 22Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-phone' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M9 4H4V6C4 13.732 10.268 20 18 20H20V15L16 13L14.5 14.5C12 13.5 10.5 12 9.5 9.5L11 8L9 4Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-plus' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12 4V12M12 12V20M12 12H4M12 12H20" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-sale-tag' -%}
      {%- comment -%}no stroke width{%- endcomment -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M3 3V2C2.44772 2 2 2.44772 2 3H3ZM3 12H2C2 12.2652 2.10536 12.5196 2.29289 12.7071L3 12ZM12 21L11.2929 21.7071C11.6834 22.0976 12.3166 22.0976 12.7071 21.7071L12 21ZM21 12L21.7071 12.7071C22.0976 12.3166 22.0976 11.6834 21.7071 11.2929L21 12ZM12 3L12.7071 2.29289C12.5196 2.10536 12.2652 2 12 2V3ZM7.4 6.5H6.4V8.5H7.4V6.5ZM7.6 8.5H8.6V6.5H7.6V8.5ZM2 3V12H4V3H2ZM2.29289 12.7071L11.2929 21.7071L12.7071 20.2929L3.70711 11.2929L2.29289 12.7071ZM12.7071 21.7071L21.7071 12.7071L20.2929 11.2929L11.2929 20.2929L12.7071 21.7071ZM21.7071 11.2929L12.7071 2.29289L11.2929 3.70711L20.2929 12.7071L21.7071 11.2929ZM12 2H3V4H12V2ZM7 7.5C7 7.22386 7.22386 7 7.5 7V9C8.32843 9 9 8.32843 9 7.5H7ZM7.5 7C7.77614 7 8 7.22386 8 7.5H6C6 8.32843 6.67157 9 7.5 9V7ZM8 7.5C8 7.77614 7.77614 8 7.5 8V6C6.67157 6 6 6.67157 6 7.5H8ZM7.5 8C7.22386 8 7 7.77614 7 7.5H9C9 6.67157 8.32843 6 7.5 6V8ZM7.4 8.5H7.6V6.5H7.4V8.5Z" fill="currentColor"/>
      </svg>
    {%- when 'theme-return' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M17.1265 6.87348C14.2952 4.04217 9.70478 4.04217 6.87348 6.87348C4.04217 9.70478 4.04217 14.2952 6.87348 17.1265C9.70478 19.9578 14.2952 19.9578 17.1265 17.1265C17.7603 16.4927 18.2522 15.7708 18.6023 15.0001" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
        <path d="M19.25 19.25V15.75C19.25 15.1977 18.8023 14.75 18.25 14.75H14.75" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-search' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M20.25 20.25L16.1265 16.1265M16.1265 16.1265C17.4385 14.8145 18.25 13.002 18.25 11C18.25 6.99594 15.0041 3.75 11 3.75C6.99594 3.75 3.75 6.99594 3.75 11C3.75 15.0041 6.99594 18.25 11 18.25C13.002 18.25 14.8145 17.4385 16.1265 16.1265Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-share' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14.3354 7.37976C14.8349 8.34235 15.8406 9 17 9C18.6569 9 20 7.65685 20 6C20 4.34315 18.6569 3 17 3C15.3431 3 14 4.34315 14 6C14 6.49749 14.1211 6.9667 14.3354 7.37976ZM14.3354 7.37976L8.66458 10.6202M8.66458 10.6202C8.16512 9.65765 7.15936 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15C7.15936 15 8.16512 14.3424 8.66458 13.3798M8.66458 10.6202C8.8789 11.0333 9 11.5025 9 12C9 12.4975 8.8789 12.9667 8.66458 13.3798M8.66458 13.3798L14.3354 16.6202M14.3354 16.6202C14.1211 17.0333 14 17.5025 14 18C14 19.6569 15.3431 21 17 21C18.6569 21 20 19.6569 20 18C20 16.3431 18.6569 15 17 15C15.8406 15 14.8349 15.6576 14.3354 16.6202Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" />
      </svg>
    {%- when 'theme-star' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="m11.5497 2.03292c.181-.37723.7196-.37723.9006 0l2.5686 5.3544c.0729.15187.2178.25672.3852.27867l5.9113.77507c.4166.05463.5832.56674.2781.85482l-4.3227 4.08162c-.1229.116-.1784.2862-.1476.4522l1.0855 5.8306c.0766.4114-.3593.7277-.7284.5285l-5.2427-2.8303c-.1482-.08-.327-.08-.4752 0l-5.24271 2.8303c-.36906.1992-.80496-.1171-.72837-.5285l1.08543-5.8306c.03089-.166-.02465-.3362-.14755-.4522l-4.32269-4.08162c-.30509-.28808-.13848-.80019.27812-.85482l5.91127-.77507c.1674-.02195.31233-.1268.38518-.27867z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-star-half' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="m11.5497 2.03292c.181-.37723.7196-.37723.9006 0l2.5686 5.3544c.0729.15187.2178.25672.3852.27867l5.9113.77507c.4166.05463.5832.56674.2781.85482l-4.3227 4.08162c-.1229.116-.1784.2862-.1476.4522l1.0855 5.8306c.0766.4114-.3593.7277-.7284.5285l-5.2427-2.8303c-.1482-.08-.327-.08-.4752 0l-5.24271 2.8303c-.36906.1992-.80496-.1171-.72837-.5285l1.08543-5.8306c.03089-.166-.02465-.3362-.14755-.4522l-4.32269-4.08162c-.30509-.28808-.13848-.80019.27812-.85482l5.91127-.77507c.1674-.02195.31233-.1268.38518-.27867z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}"/>
        <path d="m12 17.5v-15.5l-3.5 5.5-6 1.5 4.5 5-1 6.5z" fill="currentColor"/>
      </svg>
    {%- when 'theme-star-filled' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12.9019 1.56798C12.7356 1.22088 12.3849 1 12 1C11.6152 1 11.2644 1.22088 11.0982 1.56798L8.45542 7.08482L2.36984 7.8839C1.98727 7.93413 1.66773 8.2 1.54875 8.56705C1.42978 8.93411 1.5326 9.33687 1.81297 9.60198L6.26237 13.8093L5.14555 19.8172C5.07514 20.196 5.22857 20.5815 5.53998 20.8083C5.85139 21.0351 6.2654 21.0629 6.60429 20.8797L12 17.9625L17.3958 20.8797C17.7347 21.0629 18.1487 21.0351 18.4601 20.8083C18.7715 20.5815 18.9249 20.196 18.8545 19.8172L17.7377 13.8093L22.1871 9.60198C22.4675 9.33687 22.5703 8.93411 22.4513 8.56705C22.3323 8.2 22.0128 7.93413 21.6302 7.8839L15.5446 7.08482L12.9019 1.56798Z" fill="currentColor"/>
      </svg>
    {%- when 'theme-timer' -%}
      {%- comment -%}no stroke width{%- endcomment -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8H13ZM12 12H11C11 12.2652 11.1054 12.5196 11.2929 12.7071L12 12ZM13.7929 15.2071C14.1834 15.5976 14.8166 15.5976 15.2071 15.2071C15.5976 14.8166 15.5976 14.1834 15.2071 13.7929L13.7929 15.2071ZM1.29289 4.54289C0.902369 4.93342 0.902369 5.56658 1.29289 5.95711C1.68342 6.34763 2.31658 6.34763 2.70711 5.95711L1.29289 4.54289ZM5.70711 2.95711C6.09763 2.56658 6.09763 1.93342 5.70711 1.54289C5.31658 1.15237 4.68342 1.15237 4.29289 1.54289L5.70711 2.95711ZM21.2929 5.95711C21.6834 6.34763 22.3166 6.34763 22.7071 5.95711C23.0976 5.56658 23.0976 4.93342 22.7071 4.54289L21.2929 5.95711ZM19.7071 1.54289C19.3166 1.15237 18.6834 1.15237 18.2929 1.54289C17.9024 1.93342 17.9024 2.56658 18.2929 2.95711L19.7071 1.54289ZM20 12C20 16.4183 16.4183 20 12 20V22C17.5228 22 22 17.5228 22 12H20ZM12 20C7.58172 20 4 16.4183 4 12H2C2 17.5228 6.47715 22 12 22V20ZM4 12C4 7.58172 7.58172 4 12 4V2C6.47715 2 2 6.47715 2 12H4ZM12 4C16.4183 4 20 7.58172 20 12H22C22 6.47715 17.5228 2 12 2V4ZM11 8V12H13V8H11ZM11.2929 12.7071L13.7929 15.2071L15.2071 13.7929L12.7071 11.2929L11.2929 12.7071ZM2.70711 5.95711L5.70711 2.95711L4.29289 1.54289L1.29289 4.54289L2.70711 5.95711ZM22.7071 4.54289L19.7071 1.54289L18.2929 2.95711L21.2929 5.95711L22.7071 4.54289Z" fill="currentColor"/>
      </svg>
    {%- when 'theme-user' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M15.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
        <path d="M12 13C7.8098 13 4.86894 16.0754 4.5 20H19.5C19.1311 16.0754 16.1902 13 12 13Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-video' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M4 21V2L20 11.5L4 21Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}"  fill="none"/>
      </svg>
    {%- when 'theme-error' or 'theme-warning'-%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12.0001 9.746V13.246M12.0001 15.746V15.736M11.1372 3.21921L2.63179 17.7406C2.24133 18.4072 2.7221 19.246 3.49467 19.246H20.5054C21.2781 19.246 21.7587 18.4072 21.3684 17.7406L12.863 3.21921C12.4767 2.55975 11.5235 2.55975 11.1372 3.21921ZM12.2501 15.746C12.2501 15.8841 12.1382 15.996 12.0001 15.996C11.862 15.996 11.7501 15.8841 11.7501 15.746C11.7501 15.608 11.862 15.496 12.0001 15.496C12.1382 15.496 12.2501 15.608 12.2501 15.746Z" stroke="#EF2D2D" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}"/>
      </svg>
    {%- when 'theme-zoom-in'-%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M11 8V14M14 11L8 11M20 20L16.05 16.05M18 11C18 14.866 14.866 18 11 18C7.13401 18 4 14.866 4 11C4 7.13401 7.13401 4 11 4C14.866 4 18 7.13401 18 11Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'theme-zoom-out'-%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 11L8 11M20 20L16.05 16.05M18 11C18 14.866 14.866 18 11 18C7.13401 18 4 14.866 4 11C4 7.13401 7.13401 4 11 4C14.866 4 18 7.13401 18 11Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" />
      </svg>

    {%- comment -%}BRAND ICONS{%- endcomment -%}
    {%- when 'brand-appstore' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M6.338 2.5H17.662C19.7829 2.5 21.5 4.21713 21.5024 6.338V17.662C21.5024 19.7829 19.7829 21.5 17.6644 21.5H6.338C4.21713 21.5 2.5 19.7829 2.5 17.6644V6.338C2.5 4.21713 4.21713 2.5 6.338 2.5ZM12.304 6.20024L11.9192 6.86524L11.5416 6.19787C11.2994 5.78224 10.7745 5.64212 10.3589 5.87962C9.94324 6.12187 9.80311 6.64674 10.0406 7.06237L10.9217 8.59187L8.10024 13.482H5.89624C5.41649 13.482 5.03174 13.8667 5.03174 14.3465C5.03174 14.8262 5.41649 15.211 5.89624 15.211H13.7575C14.1351 14.5032 13.6482 13.482 12.779 13.482H10.0976L13.805 7.06474C14.0425 6.64912 13.9024 6.11949 13.4867 5.88199C13.0711 5.64449 12.5415 5.78462 12.304 6.20024ZM7.75349 17.5432L8.58474 16.1016C8.13586 15.5601 7.56824 15.3939 6.86999 15.61L6.25249 16.6787C6.01499 17.0944 6.15511 17.624 6.57074 17.8615C6.98636 18.099 7.51599 17.9589 7.75349 17.5432ZM17.9921 13.4867H15.743C15.5707 13.1885 15.4051 12.9015 15.246 12.626C14.3588 11.0894 13.6759 9.90681 13.1946 9.08112C12.684 9.50624 12.1662 10.7602 12.8906 12.0095C13.2047 12.5545 13.5895 13.2206 14.0445 14.0083C14.6146 14.9954 15.2951 16.1734 16.085 17.5432C16.3272 17.9589 16.8521 18.099 17.2677 17.8615C17.6834 17.6192 17.8235 17.0944 17.586 16.6787L16.7429 15.2157H17.9921C18.4719 15.2157 18.8566 14.831 18.8566 14.3512C18.8566 13.8715 18.4719 13.4867 17.9921 13.4867Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-discord' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M19.6361 5.02292C18.1907 4.35768 16.6648 3.88573 15.0973 3.61914C14.8828 4.0046 14.6888 4.40118 14.5159 4.80723C12.8463 4.5543 11.1484 4.5543 9.47881 4.80723C9.30587 4.40122 9.1118 4.00464 8.8974 3.61914C7.32897 3.88799 5.80205 4.36105 4.35518 5.0264C1.48276 9.29864 0.70409 13.4648 1.09342 17.5717C2.77558 18.8212 4.6584 19.7714 6.66003 20.381C7.11074 19.7717 7.50956 19.1252 7.85226 18.4485C7.20135 18.2041 6.57311 17.9025 5.9748 17.5474C6.13227 17.4326 6.28627 17.3143 6.43508 17.1995C8.17601 18.0225 10.0761 18.4493 12 18.4493C13.9238 18.4493 15.8239 18.0225 17.5648 17.1995C17.7154 17.323 17.8694 17.4413 18.0251 17.5474C17.4257 17.9031 16.7963 18.2052 16.1442 18.4502C16.4865 19.1266 16.8853 19.7725 17.3364 20.381C19.3398 19.7738 21.224 18.8241 22.9065 17.5735C23.3633 12.8107 22.1261 8.68285 19.6361 5.02292ZM8.34541 15.046C7.26047 15.046 6.36414 14.0562 6.36414 12.8385C6.36414 11.6209 7.22932 10.6224 8.34195 10.6224C9.45458 10.6224 10.344 11.6209 10.325 12.8385C10.3059 14.0562 9.45112 15.046 8.34541 15.046ZM15.6545 15.046C14.5678 15.046 13.675 14.0562 13.675 12.8385C13.675 11.6209 14.5401 10.6224 15.6545 10.6224C16.7689 10.6224 17.6514 11.6209 17.6323 12.8385C17.6133 14.0562 16.7602 15.046 15.6545 15.046Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-facebook' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M9.58404 21.706V15.0561H7.52015V12H9.58404V10.6833C9.58404 7.27944 11.124 5.70333 14.464 5.70333C15.0963 5.70333 16.1879 5.82722 16.6363 5.95111V8.71944C16.4001 8.69556 15.9879 8.68333 15.4801 8.68333C13.8401 8.68333 13.2079 9.30333 13.2079 10.9194V12H16.4763L15.9163 15.0556H13.2124V21.9277C18.1637 21.3279 22 17.112 22 12C22 6.47722 17.5228 2 12 2C6.47722 2 2 6.47722 2 12C2 16.6899 5.22813 20.6253 9.58404 21.706Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-google-play-store' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M4.90955 2.01344C5.28183 1.96523 5.65934 2.0476 5.97744 2.24644L16.8232 8.39588L14.0784 11.1669L4.90955 2.01344ZM4.07526 2.84557C4.02295 3.02673 3.99765 3.21459 4.00017 3.4031V20.5949C3.99765 20.7834 4.02295 20.9713 4.07526 21.1524L13.2525 11.999L4.07526 2.84557ZM14.0867 12.8311L4.90955 21.9846C5.28201 22.0371 5.66101 21.9544 5.97744 21.7516L16.8232 15.6021L14.0867 12.8311ZM21.1949 10.8839L17.9078 9.01998L14.9044 11.999L17.8995 14.9863L21.1866 13.1224C22.2711 12.5066 22.2711 11.4914 21.1866 10.8756L21.1949 10.8839Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-instagram' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12 4.21173C14.5365 4.21173 14.837 4.22123 15.8389 4.267C16.4411 4.27427 17.0377 4.38499 17.6024 4.59432C18.0151 4.74662 18.3884 4.9895 18.6949 5.30509C19.0105 5.61156 19.2534 5.98488 19.4057 6.39759C19.615 6.96235 19.7257 7.55888 19.733 8.16114C19.7788 9.16295 19.7883 9.4635 19.7883 12C19.7883 14.5365 19.7788 14.837 19.733 15.8389C19.7257 16.4411 19.615 17.0377 19.4057 17.6024C19.2476 18.0122 19.0055 18.3844 18.6949 18.6949C18.3844 19.0055 18.0122 19.2476 17.6024 19.4057C17.0377 19.615 16.4411 19.7257 15.8389 19.733C14.837 19.7788 14.5365 19.7883 12 19.7883C9.4635 19.7883 9.16295 19.7788 8.16114 19.733C7.55859 19.7258 6.96176 19.6151 6.39673 19.4057C5.98433 19.2533 5.61132 19.0104 5.30509 18.6949C4.9895 18.3884 4.74662 18.0151 4.59432 17.6024C4.38499 17.0377 4.27427 16.4411 4.267 15.8389C4.22123 14.837 4.21173 14.5365 4.21173 12C4.21173 9.4635 4.22123 9.16295 4.267 8.16114C4.27427 7.55888 4.38499 6.96235 4.59432 6.39759C4.74662 5.98488 4.9895 5.61156 5.30509 5.30509C5.61156 4.9895 5.98488 4.74662 6.39759 4.59432C6.96235 4.38499 7.55888 4.27427 8.16114 4.267C9.16295 4.22123 9.4635 4.21173 12 4.21173ZM12 2.5C9.42032 2.5 9.09645 2.51123 8.08341 2.557C7.29535 2.57272 6.51567 2.72194 5.7775 2.99832C5.1433 3.2371 4.56886 3.61141 4.09427 4.09514C3.61096 4.56956 3.23695 5.14369 2.99832 5.7775C2.72224 6.51572 2.57331 7.2954 2.55786 8.08341C2.51036 9.09645 2.5 9.42032 2.5 12C2.5 14.5797 2.51123 14.9035 2.557 15.9166C2.57272 16.7046 2.72194 17.4843 2.99832 18.2225C3.2371 18.8567 3.61141 19.4311 4.09514 19.9057C4.56956 20.389 5.14369 20.763 5.7775 21.0017C6.51572 21.2778 7.2954 21.4267 8.08341 21.4421C9.09645 21.4896 9.42032 21.5 12 21.5C14.5797 21.5 14.9035 21.4888 15.9166 21.443C16.7046 21.4273 17.4843 21.2781 18.2225 21.0017C18.8538 20.7576 19.4271 20.3843 19.9057 19.9057C20.3843 19.4271 20.7576 18.8538 21.0017 18.2225C21.2778 17.4843 21.4267 16.7046 21.4421 15.9166C21.4896 14.9035 21.5 14.5797 21.5 12C21.5 9.42032 21.4888 9.09645 21.443 8.08341C21.4273 7.29535 21.2781 6.51567 21.0017 5.7775C20.7629 5.1433 20.3886 4.56886 19.9049 4.09427C19.4304 3.61096 18.8563 3.23695 18.2225 2.99832C17.4843 2.72224 16.7046 2.57331 15.9166 2.55786C14.9035 2.51036 14.5797 2.5 12 2.5ZM12 7.12132C11.0351 7.12132 10.0918 7.40745 9.28955 7.94352C8.48725 8.4796 7.86194 9.24155 7.49269 10.133C7.12343 11.0245 7.02682 12.0054 7.21506 12.9518C7.40331 13.8982 7.86796 14.7675 8.55025 15.4497C9.23255 16.132 10.1018 16.5967 11.0482 16.7849C11.9946 16.9732 12.9755 16.8766 13.867 16.5073C14.7585 16.1381 15.5204 15.5127 16.0565 14.7105C16.5926 13.9082 16.8787 12.9649 16.8787 12C16.8787 10.7061 16.3647 9.46518 15.4497 8.55025C14.5348 7.63532 13.2939 7.12132 12 7.12132ZM12 15.167C11.3736 15.167 10.7613 14.9812 10.2405 14.6332C9.71973 14.2852 9.31382 13.7906 9.07412 13.2119C8.83442 12.6333 8.7717 11.9965 8.8939 11.3822C9.0161 10.7678 9.31772 10.2035 9.76063 9.76063C10.2035 9.31772 10.7678 9.0161 11.3822 8.8939C11.9965 8.7717 12.6333 8.83442 13.2119 9.07412C13.7906 9.31382 14.2852 9.71973 14.6332 10.2405C14.9812 10.7613 15.167 11.3736 15.167 12C15.167 12.8399 14.8333 13.6455 14.2394 14.2394C13.6455 14.8333 12.8399 15.167 12 15.167ZM17.0713 5.78873C16.8458 5.78873 16.6254 5.85559 16.4379 5.98085C16.2505 6.10612 16.1043 6.28416 16.0181 6.49247C15.9318 6.70078 15.9092 6.92999 15.9532 7.15113C15.9972 7.37227 16.1057 7.5754 16.2652 7.73483C16.4246 7.89426 16.6277 8.00284 16.8489 8.04682C17.07 8.09081 17.2992 8.06823 17.5075 7.98195C17.7158 7.89567 17.8939 7.74955 18.0191 7.56208C18.1444 7.37461 18.2113 7.1542 18.2113 6.92873C18.2113 6.62638 18.0912 6.33642 17.8774 6.12263C17.6636 5.90883 17.3736 5.78873 17.0713 5.78873Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-linkedin' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M19.65 3H4.35C3.99196 3 3.64858 3.14223 3.39541 3.39541C3.14223 3.64858 3 3.99196 3 4.35V19.65C3 20.008 3.14223 20.3514 3.39541 20.6046C3.64858 20.8578 3.99196 21 4.35 21H19.65C20.008 21 20.3514 20.8578 20.6046 20.6046C20.8578 20.3514 21 20.008 21 19.65V4.35C21 3.99196 20.8578 3.64858 20.6046 3.39541C20.3514 3.14223 20.008 3 19.65 3ZM8.4 18.3H5.7V10.2H8.4V18.3ZM7.05 8.625C6.74056 8.61616 6.4406 8.51632 6.18758 8.33797C5.93456 8.15962 5.7397 7.91066 5.62737 7.6222C5.51503 7.33374 5.49019 7.01857 5.55595 6.71607C5.6217 6.41358 5.77515 6.13716 5.9971 5.92138C6.21906 5.70559 6.49968 5.55999 6.80391 5.50278C7.10814 5.44556 7.42248 5.47927 7.70766 5.59969C7.99284 5.7201 8.23622 5.92189 8.40737 6.17983C8.57853 6.43778 8.66987 6.74044 8.67 7.05C8.66289 7.47331 8.4885 7.8766 8.18495 8.17173C7.88139 8.46685 7.47335 8.62982 7.05 8.625ZM18.3 18.3H15.6V14.034C15.6 12.756 15.06 12.297 14.358 12.297C14.1522 12.3107 13.9511 12.3649 13.7663 12.4566C13.5815 12.5482 13.4166 12.6755 13.2811 12.831C13.1457 12.9866 13.0422 13.1674 12.9768 13.363C12.9114 13.5586 12.8853 13.7652 12.9 13.971C12.8955 14.0129 12.8955 14.0551 12.9 14.097V18.3H10.2V10.2H12.81V11.37C13.0733 10.9695 13.435 10.6433 13.8605 10.4227C14.286 10.2021 14.761 10.0944 15.24 10.11C16.635 10.11 18.264 10.884 18.264 13.404L18.3 18.3Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-linktree' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M13.4657 6.87709L16.846 3.44655L18.8084 5.43055L15.2626 8.76777H20.25V11.5217H15.239L18.8084 14.9448L16.846 16.8896L12.0004 12.0825L7.15483 16.8896L5.19245 14.9523L8.76187 11.5292H3.75V8.76777H8.73739L5.19161 5.43055L7.15398 3.44655L10.5343 6.87709V2H13.4657V6.87709ZM10.5343 15.4655H13.4657V22H10.5343V15.4655Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-medium' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M6.76859 18.8202C10.507 18.8202 13.5374 15.7688 13.5374 12.005C13.5374 8.24108 10.5067 5.18994 6.76859 5.18994C3.03045 5.18994 0 8.24016 0 12.005C0 15.7698 3.03022 18.8202 6.76859 18.8202Z" fill="currentColor"/>
        <path d="M17.5785 18.4203C19.4475 18.4203 20.9629 15.5482 20.9629 12.005C20.9629 8.46265 19.4475 5.58963 17.5785 5.58963C15.7094 5.58963 14.1941 8.46265 14.1941 12.005C14.1941 15.5473 15.7094 18.4203 17.5785 18.4203Z" fill="currentColor"/>
        <path d="M22.8097 17.7528C23.467 17.7528 24 15.1795 24 12.005C24 8.83062 23.4675 6.25709 22.8099 6.25709C22.1523 6.25709 21.6193 8.83131 21.6193 12.005C21.6193 15.1786 22.1523 17.7528 22.8097 17.7528Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-messenger' -%}
      {%- comment -%}update{%- endcomment -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.64.64 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.64.64 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76m5.546-1.459-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z"/>
      </svg>
    {%- when 'brand-pinterest' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12 2C6.47447 2 2 6.47784 2 12.0075C2 16.2449 4.62763 19.8663 8.35135 21.3238C8.26126 20.5274 8.18619 19.3253 8.38138 18.4538C8.56156 17.6724 9.55255 13.4801 9.55255 13.4801C9.55255 13.4801 9.25225 12.879 9.25225 11.9925C9.25225 10.595 10.0631 9.55823 11.0541 9.55823C11.9099 9.55823 12.3153 10.2044 12.3153 10.9707C12.3153 11.8272 11.7748 13.1195 11.4895 14.3065C11.2492 15.2983 11.985 16.1097 12.976 16.1097C14.7477 16.1097 16.1141 14.2314 16.1141 11.5267C16.1141 9.13749 14.3874 7.45455 11.9399 7.45455C9.1021 7.45455 7.42042 9.58828 7.42042 11.7971C7.42042 12.6536 7.75075 13.5853 8.17117 14.0811C8.24625 14.1863 8.26126 14.2615 8.24625 14.3666C8.17117 14.6822 8.00601 15.3584 7.97598 15.4936C7.93093 15.6739 7.82583 15.719 7.64565 15.6288C6.3994 15.0428 5.61862 13.2246 5.61862 11.7521C5.61862 8.59654 7.91592 5.69647 12.2252 5.69647C15.6937 5.69647 18.3814 8.17581 18.3814 11.4666C18.3814 14.9076 16.2042 17.6875 13.2012 17.6875C12.1952 17.6875 11.2342 17.1615 10.9039 16.5455C10.9039 16.5455 10.4084 18.4538 10.2883 18.9196C10.0631 19.7911 9.44745 20.873 9.04204 21.5492C9.97297 21.8347 10.964 22 12 22C17.5255 22 22 17.5222 22 11.9925C22 6.47784 17.5255 2 12 2Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-rss' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5004 8.44218C21.5004 8.21565 21.5004 7.98912 21.4994 7.76259C21.4983 7.57154 21.4962 7.38047 21.4909 7.18941C21.4799 6.77299 21.4551 6.3534 21.3812 5.94172C21.3062 5.52371 21.1832 5.13473 20.9901 4.75472C20.8001 4.38157 20.552 4.04062 20.2559 3.74453C19.9598 3.44844 19.6183 3.20038 19.2452 3.01037C18.8657 2.8172 18.4767 2.69475 18.0593 2.61928C17.6476 2.54539 17.2275 2.52058 16.811 2.5095C16.62 2.50422 16.4289 2.50211 16.2378 2.50106C16.0109 2.5 15.7839 2.5 15.557 2.5H8.44344C8.2165 2.5 7.98954 2.5 7.76259 2.50106C7.57153 2.50211 7.38047 2.50422 7.18941 2.5095C6.77299 2.52111 6.35287 2.54539 5.94119 2.61981C5.52318 2.69475 5.13473 2.81773 4.75525 3.0109C4.3821 3.20091 4.04062 3.44897 3.74453 3.74506C3.44844 4.04115 3.20038 4.3821 3.01037 4.75525C2.8172 5.13526 2.69423 5.52424 2.61928 5.94225C2.54539 6.35392 2.52058 6.77404 2.5095 7.18994C2.50422 7.381 2.50211 7.57206 2.50106 7.76312C2.5 7.98954 2.5 8.21649 2.5 8.44344V15.5565C2.5 15.7834 2.5 16.0104 2.50106 16.2373C2.50211 16.4284 2.50422 16.6194 2.5095 16.8105C2.52058 17.2269 2.54539 17.6465 2.61928 18.0582C2.69423 18.4762 2.8172 18.8652 3.01037 19.2452C3.20038 19.6183 3.44844 19.9593 3.74453 20.2554C4.04062 20.5515 4.3821 20.7995 4.75525 20.9895C5.13473 21.1827 5.52371 21.3052 5.94119 21.3806C6.35287 21.4545 6.77299 21.4793 7.18941 21.4904C7.38047 21.4957 7.57153 21.4978 7.76259 21.4989C7.94412 21.5001 8.12565 21.5 8.30717 21.5L15.5565 21.4999C15.7834 21.4999 16.0104 21.4999 16.2373 21.4989C16.4284 21.4978 16.6194 21.4957 16.8105 21.4904C17.2269 21.4793 17.647 21.4545 18.0587 21.3806C18.4767 21.3057 18.8652 21.1827 19.2447 20.9895C19.6178 20.7995 19.9593 20.5515 20.2554 20.2554C20.5515 19.9593 20.7995 19.6183 20.9895 19.2452C21.1827 18.8652 21.3057 18.4762 21.3806 18.0582C21.4545 17.6465 21.4793 17.2264 21.4904 16.8105C21.4957 16.6194 21.4978 16.4284 21.4989 16.2373C21.5001 16.0558 21.5 15.8743 21.5 15.6927L21.5004 8.44218ZM7.5 18C8.32843 18 9 17.3284 9 16.5C9 15.6716 8.32843 15 7.5 15C6.67157 15 6 15.6716 6 16.5C6 17.3284 6.67157 18 7.5 18ZM12 18C12 14.6863 9.31371 12 6 12V10C10.4183 10 14 13.5817 14 18H12ZM6 8C11.5228 8 16 12.4772 16 18H18C18 11.3726 12.6274 6 6 6V8Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-snapchat' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M21.6276 16.8937C21.5439 16.6147 21.1393 16.4194 21.1393 16.4194C21.1031 16.3971 21.0668 16.3803 21.0389 16.3663C20.3665 16.0427 19.7722 15.6521 19.2728 15.2085C18.871 14.8514 18.5251 14.4608 18.2488 14.0423C17.9113 13.5345 17.7522 13.1076 17.6853 12.8788C17.6462 12.7282 17.6546 12.6696 17.6853 12.5915C17.7132 12.5273 17.7885 12.4631 17.8276 12.4353C18.0536 12.2762 18.419 12.039 18.6422 11.894C18.8348 11.7684 19.0022 11.6596 19.0998 11.5927C19.4151 11.3722 19.6299 11.149 19.7582 10.9063C19.9228 10.5938 19.9424 10.2478 19.814 9.91028C19.6411 9.45272 19.2142 9.1793 18.6729 9.1793C18.553 9.1793 18.4274 9.19324 18.3047 9.21835C17.995 9.28531 17.6992 9.39693 17.4537 9.49176C17.437 9.50013 17.4174 9.4862 17.4174 9.46665C17.4425 8.85567 17.4733 8.03538 17.4063 7.25418C17.3449 6.54831 17.1998 5.95404 16.9627 5.43509C16.7227 4.91336 16.4158 4.52834 16.1703 4.25213C15.9387 3.98708 15.5342 3.59648 14.9204 3.24493C14.0583 2.7511 13.0762 2.5 12.002 2.5C10.9307 2.5 9.95135 2.7511 9.08645 3.24215C8.43918 3.61322 8.02347 4.03172 7.83376 4.24934C7.591 4.52834 7.28131 4.91336 7.04137 5.43231C6.80422 5.95124 6.65914 6.54552 6.59776 7.25139C6.5308 8.03262 6.5587 8.78871 6.5866 9.46389C6.5866 9.48339 6.56707 9.49738 6.55033 9.48901C6.30481 9.39412 6.00907 9.2825 5.69937 9.21554C5.57661 9.18767 5.45385 9.1765 5.33109 9.1765C4.78983 9.1765 4.36296 9.44991 4.18998 9.90747C4.06163 10.2478 4.08117 10.591 4.24578 10.9035C4.37412 11.1462 4.58895 11.3695 4.90422 11.5899C5.00187 11.6568 5.16927 11.7656 5.36178 11.8912C5.58219 12.0335 5.93652 12.2622 6.16252 12.4241C6.19042 12.4436 6.28528 12.5162 6.31596 12.5915C6.34945 12.6724 6.35502 12.731 6.31318 12.89C6.24342 13.1216 6.0844 13.5429 5.75238 14.0423C5.47617 14.4608 5.13021 14.8514 4.72845 15.2085C4.22625 15.6521 3.63197 16.0427 2.96237 16.3663C2.93168 16.3803 2.89262 16.3998 2.85077 16.4249C2.80892 16.45 2.44901 16.6286 2.37368 16.8937C2.26208 17.2843 2.55782 17.6498 2.86472 17.8478C3.36134 18.1687 3.96677 18.3417 4.31832 18.4338C4.41597 18.4589 4.50525 18.484 4.58616 18.5091C4.63638 18.5258 4.76193 18.5732 4.81773 18.643C4.88469 18.7295 4.89306 18.8383 4.91817 18.9611C4.95723 19.1675 5.04372 19.4214 5.29761 19.5972C5.57661 19.7897 5.93374 19.8037 6.38293 19.8204C6.85444 19.8372 7.44034 19.8623 8.10993 20.0827C8.41963 20.1859 8.70141 20.3589 9.02786 20.5598C9.70861 20.9782 10.5568 21.5 12.0048 21.5C13.4528 21.5 14.3066 20.9755 14.9929 20.557C15.3166 20.3589 15.5955 20.1859 15.8997 20.0855C16.5693 19.865 17.1552 19.8427 17.6267 19.8232C18.0759 19.8064 18.433 19.7925 18.712 19.6C18.9854 19.413 19.0636 19.1313 19.0998 18.9192C19.1193 18.816 19.1333 18.7212 19.1919 18.643C19.2421 18.5761 19.3593 18.5314 19.4151 18.5119C19.4988 18.4868 19.5881 18.4617 19.6913 18.4338C20.0428 18.3389 20.4808 18.2301 21.0165 17.926C21.6499 17.5633 21.6945 17.1141 21.6276 16.8937Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-spotify' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12.0002 2C6.47735 2 2 6.47723 2 12.0001C2 17.5231 6.47735 22 12.0002 22C17.5236 22 22.0005 17.5231 22.0005 12.0001C22.0005 6.47759 17.5236 2.00048 12.0001 2.00048L12.0002 2ZM16.5862 16.423C16.4071 16.7167 16.0226 16.8099 15.7288 16.6295C13.3809 15.1954 10.4251 14.8706 6.94414 15.6659C6.60871 15.7423 6.27434 15.5321 6.19792 15.1966C6.12113 14.861 6.33047 14.5266 6.66674 14.4502C10.4761 13.5796 13.7436 13.9546 16.3796 15.5656C16.6734 15.7459 16.7665 16.1292 16.5862 16.423ZM17.8102 13.6997C17.5845 14.0669 17.1045 14.1827 16.7379 13.957C14.0498 12.3044 9.95233 11.826 6.7729 12.7911C6.36056 12.9156 5.92505 12.6832 5.79991 12.2716C5.67572 11.8593 5.90822 11.4246 6.31984 11.2992C9.95161 10.1973 14.4666 10.731 17.5535 12.6279C17.9201 12.8536 18.0359 13.3336 17.8102 13.6997ZM17.9153 10.8643C14.6923 8.94996 9.37472 8.77394 6.29751 9.70789C5.80337 9.85775 5.28081 9.5788 5.13106 9.08466C4.98132 8.59028 5.26003 8.06808 5.75453 7.91785C9.28695 6.84551 15.1592 7.05269 18.8699 9.25554C19.3153 9.51933 19.461 10.0934 19.1971 10.5372C18.9344 10.9817 18.3588 11.1282 17.9158 10.8643H17.9153Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-telegram' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M1.58098 10.6794C7.75614 7.99825 11.8729 6.23053 13.9312 5.37652C19.8152 2.93786 21.0363 2.51432 21.8338 2.50014C22.0092 2.49717 22.3997 2.54038 22.6545 2.74588C22.8663 2.91906 22.9259 3.15326 22.9557 3.31753C22.9822 3.4818 23.0186 3.85619 22.9889 4.14845C22.6712 7.48664 21.2912 15.5873 20.5896 19.3263C20.2951 20.9084 19.7093 21.4388 19.1434 21.4906C17.9123 21.6034 16.9791 20.6804 15.7877 19.9022C13.9246 18.6841 12.8723 17.926 11.0621 16.7376C8.97063 15.364 10.3274 14.609 11.5188 13.3753C11.8298 13.0524 17.2504 8.1391 17.353 7.69346C17.3663 7.63771 17.3796 7.4299 17.2538 7.32039C17.1314 7.21054 16.9492 7.24815 16.8169 7.27783C16.6282 7.32006 13.6532 9.28206 7.88175 13.1635C7.03788 13.7421 6.27345 14.0241 5.58511 14.0093C4.83059 13.9931 3.37459 13.5831 2.29245 13.2328C0.968726 12.803 -0.0869939 12.5757 0.00566664 11.8457C0.0519969 11.4657 0.57826 11.0768 1.58098 10.6794Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-threads' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M16.9062 11.2514C16.8179 11.209 16.7283 11.1683 16.6374 11.1293C16.4793 8.21371 14.8868 6.54454 12.2127 6.52746C12.2006 6.52739 12.1886 6.52739 12.1765 6.52739C10.5771 6.52739 9.24686 7.21036 8.42813 8.45315L9.89876 9.46236C10.5104 8.53404 11.4703 8.33614 12.1772 8.33614C12.1853 8.33614 12.1935 8.33614 12.2016 8.33621C13.0821 8.34183 13.7465 8.59792 14.1765 9.09733C14.4894 9.46092 14.6987 9.96335 14.8023 10.5974C14.0217 10.4647 13.1775 10.4239 12.275 10.4757C9.73265 10.6222 8.09824 12.1055 8.20801 14.1666C8.26371 15.2121 8.78436 16.1115 9.67398 16.6991C10.4261 17.1958 11.3949 17.4387 12.4017 17.3837C13.7313 17.3108 14.7744 16.8033 15.5021 15.8754C16.0547 15.1707 16.4042 14.2575 16.5586 13.1068C17.1922 13.4893 17.6618 13.9928 17.9212 14.5979C18.3622 15.6267 18.3879 17.3172 17.0091 18.6954C15.801 19.9027 14.3488 20.4251 12.1542 20.4412C9.71979 20.4232 7.87867 19.6421 6.68162 18.1198C5.56068 16.6943 4.98138 14.6353 4.95976 12C4.98138 9.36466 5.56068 7.30567 6.68162 5.88018C7.87867 4.35787 9.71976 3.57685 12.1542 3.55875C14.6063 3.57699 16.4795 4.36176 17.7223 5.89143C18.3318 6.64156 18.7912 7.5849 19.0941 8.6848L20.8175 8.22482C20.4504 6.87096 19.8726 5.70433 19.0865 4.73681C17.4931 2.77571 15.1628 1.77084 12.1602 1.75H12.1482C9.15171 1.77076 6.84748 2.77946 5.29949 4.74805C3.922 6.49985 3.21145 8.93735 3.18757 11.9928L3.1875 12L3.18757 12.0072C3.21145 15.0626 3.922 17.5002 5.29949 19.252C6.84748 21.2205 9.15171 22.2293 12.1482 22.25H12.1602C14.8242 22.2315 16.702 21.5338 18.2489 19.9876C20.2729 17.9649 20.2119 15.4294 19.5449 13.8729C19.0663 12.7567 18.1539 11.8501 16.9062 11.2514ZM12.3065 15.5776C11.1923 15.6404 10.0347 15.14 9.97759 14.0684C9.93528 13.2738 10.5428 12.3872 12.3749 12.2815C12.5847 12.2694 12.7906 12.2635 12.9928 12.2635C13.6583 12.2635 14.2809 12.3282 14.8468 12.452C14.6357 15.0894 13.3975 15.5177 12.3065 15.5776Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-tiktok' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M20.7134 10.2134C18.9337 10.2134 17.2861 9.64796 15.9406 8.68698V15.6726C15.9406 19.1671 13.1063 22 9.61006 22C8.30556 22 7.09309 21.6058 6.08588 20.9298C4.39354 19.7941 3.2793 17.863 3.2793 15.6726C3.2793 12.1783 6.11365 9.34543 9.61016 9.3455C9.90073 9.34536 10.1909 9.36509 10.4788 9.40441V10.18L10.4786 12.904C10.2016 12.8161 9.90621 12.7684 9.59976 12.7684C8.00034 12.7684 6.70399 14.0643 6.70399 15.6627C6.70399 16.7928 7.35199 17.7714 8.29691 18.2481C8.68871 18.4456 9.13121 18.5569 9.59979 18.5569C11.1959 18.5569 12.4901 17.2663 12.4956 15.6726V2H15.9405V2.44029C15.9527 2.57192 15.9702 2.70305 15.993 2.83332C16.2321 4.19637 17.0475 5.36094 18.1793 6.06685C18.9394 6.54103 19.8176 6.79171 20.7134 6.79035L20.7134 10.2134Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-vimeo' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M21.0807 10.3415C19.081 14.8475 14.165 21 10.9988 21C7.91585 21 7.49924 14.241 5.8328 9.73493C4.99958 7.48191 4.49965 8.00184 2.91654 9.12835L2 7.91519C4.24969 5.83548 6.49938 3.49581 7.91585 3.3225C9.49896 3.14919 10.4155 4.2757 10.7488 6.61537C11.2487 9.73493 11.9153 14.5876 12.9985 14.5876C13.915 14.5876 16.0814 10.7748 16.248 9.38831C16.4147 7.39526 14.8316 7.3086 13.4151 7.91519C15.6648 0.376253 24.9135 1.76272 21.0807 10.3415Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-whatsapp' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M9.12759 7.45553C9.29955 7.46249 9.49003 7.47064 9.67106 7.87276C9.79436 8.14713 10.0017 8.65803 10.1672 9.06609C10.2899 9.36843 10.3897 9.61431 10.4154 9.6657C10.4758 9.78642 10.5159 9.92778 10.4355 10.0887C10.4231 10.1134 10.4117 10.1368 10.4009 10.159C10.3409 10.2816 10.2967 10.3721 10.1943 10.4914C10.1534 10.539 10.1111 10.5904 10.0689 10.6418C9.98615 10.7424 9.90359 10.8427 9.83186 10.9144C9.71074 11.0347 9.58462 11.1655 9.72571 11.4071C9.8668 11.6487 10.3514 12.4393 11.0694 13.0795C11.8421 13.7685 12.5131 14.0594 12.8528 14.2067C12.9188 14.2353 12.9722 14.2585 13.0115 14.2781C13.2533 14.3988 13.3939 14.3786 13.5349 14.2174C13.6759 14.0562 14.1382 13.5125 14.2993 13.2707C14.4605 13.029 14.6215 13.0691 14.8428 13.1498C15.0642 13.2304 16.2514 13.8146 16.4931 13.9355C16.5406 13.9592 16.5851 13.9807 16.6262 14.0005C16.7943 14.0815 16.9077 14.1362 16.9562 14.2174C17.0165 14.3184 17.0163 14.8016 16.8152 15.3656C16.6141 15.9295 15.6282 16.4735 15.1852 16.5137C15.1425 16.5176 15.1001 16.5226 15.0565 16.5277C14.6472 16.5758 14.1307 16.6365 12.287 15.9094C10.0162 15.014 8.51951 12.7939 8.21238 12.3383C8.18748 12.3014 8.1704 12.276 8.16136 12.2639L8.1585 12.2601C8.02771 12.0852 7.1753 10.9454 7.1753 9.76619C7.1753 8.65453 7.72159 8.07156 7.97315 7.8031C7.99048 7.78461 8.00641 7.76761 8.02066 7.75203C8.24189 7.51031 8.50358 7.44988 8.66464 7.44988L9.12759 7.45553Z" fill="currentColor"/>
        <path fill-rule="evenodd" clip-rule="evenodd" d="M2.33984 21.75L3.71121 16.743C2.864 15.2741 2.41898 13.6079 2.42103 11.9122C2.42326 6.58441 6.75899 2.25 12.087 2.25C14.6724 2.25131 17.0992 3.25747 18.9244 5.08391C20.7495 6.91034 21.7537 9.33805 21.7527 11.92C21.7504 17.2474 17.414 21.5826 12.0868 21.5826H12.0826C10.4651 21.582 8.87562 21.1762 7.46379 20.4063L2.33984 21.75ZM12.0898 3.88227C7.65834 3.88227 4.05448 7.48482 4.0529 11.9129C4.05072 13.425 4.47652 14.9068 5.28108 16.187L5.47222 16.4909L4.66049 19.4543L7.70117 18.657L7.99478 18.831C9.22795 19.5628 10.6419 19.9498 12.0838 19.9506H12.0868C16.5149 19.9506 20.1188 16.3477 20.1205 11.9193C20.1238 10.8639 19.9178 9.8182 19.5142 8.8429C19.1107 7.8676 18.5177 6.98203 17.7696 6.23746C17.0257 5.48882 16.1406 4.89519 15.1656 4.49091C14.1907 4.08664 13.1453 3.87977 12.0898 3.88227Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-x' or 'brand-twitter' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M17.4033 3.5H20.2852L13.989 10.701L21.396 20.5H15.5964L11.054 14.557L5.85637 20.5H2.97269L9.70709 12.7977L2.60156 3.5H8.54839L12.6544 8.93215L17.4033 3.5ZM16.3918 18.7738H17.9887L7.68067 5.13549H5.96702L16.3918 18.7738Z" fill="currentColor"/>
      </svg>
    {%- when 'brand-youtube' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M20.2043 4.00776C21.1084 4.28763 21.8189 5.10925 22.0609 6.15475C22.4982 8.04786 22.5 12 22.5 12C22.5 12 22.5 15.9522 22.0609 17.8453C21.8189 18.8908 21.1084 19.7124 20.2043 19.9922C18.5673 20.5 12 20.5 12 20.5C12 20.5 5.43274 20.5 3.79568 19.9922C2.89159 19.7124 2.1811 18.8908 1.93908 17.8453C1.5 15.9522 1.5 12 1.5 12C1.5 12 1.5 8.04786 1.93908 6.15475C2.1811 5.10925 2.89159 4.28763 3.79568 4.00776C5.43274 3.5 12 3.5 12 3.5C12 3.5 18.5673 3.5 20.2043 4.00776ZM15.5134 12.0003L9.79785 15.2999V8.70065L15.5134 12.0003Z" fill="currentColor"/>
      </svg>

    {%- comment -%}EXTRA ICONS{%- endcomment -%}
    {%- when 'option-cookies' -%}
      {%- comment -%}no stroke width{%- endcomment -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 6.47715 6.47715 2 12 2C12.3853 2 12.7659 2.02184 13.1406 2.06443C13.4062 2.09462 13.6487 2.2299 13.8139 2.44007C13.979 2.65025 14.0532 2.91782 14.0198 3.18304C14.0068 3.28644 14 3.39219 14 3.5C14 4.76634 14.9425 5.81419 16.1638 5.97771C16.6108 6.03755 16.9624 6.38918 17.0223 6.83617C17.1858 8.05754 18.2337 9 19.5 9C19.8094 9 20.1035 8.94425 20.3743 8.84314C20.6405 8.74375 20.9364 8.76229 21.1881 8.89413C21.4398 9.02597 21.6235 9.25865 21.6934 9.53406C21.8938 10.3239 22 11.1503 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6538 19.9781 11.3131 19.9356 10.9791C19.7921 10.9929 19.6468 11 19.5 11C17.4689 11 15.7532 9.65512 15.193 7.80701C13.4987 7.2934 12.2273 5.80865 12.0275 4.00005C12.0183 4.00002 12.0092 4 12 4Z" fill="currentColor"/>
        <path d="M10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5Z" fill="currentColor"/>
        <path d="M14 11.5C14 12.3284 13.3284 13 12.5 13C11.6716 13 11 12.3284 11 11.5C11 10.6716 11.6716 10 12.5 10C13.3284 10 14 10.6716 14 11.5Z" fill="currentColor"/>
        <path d="M18 14C18 14.5523 17.5523 15 17 15C16.4477 15 16 14.5523 16 14C16 13.4477 16.4477 13 17 13C17.5523 13 18 13.4477 18 14Z" fill="currentColor"/>
        <path d="M13 16.5C13 17.3284 12.3284 18 11.5 18C10.6716 18 10 17.3284 10 16.5C10 15.6716 10.6716 15 11.5 15C12.3284 15 13 15.6716 13 16.5Z" fill="currentColor"/>
        <path d="M8 14C8 14.5523 7.55228 15 7 15C6.44772 15 6 14.5523 6 14C6 13.4477 6.44772 13 7 13C7.55228 13 8 13.4477 8 14Z" fill="currentColor"/>
      </svg>
    {%- when 'option-discount' -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M15.5 8.5L8.5 15.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
        <path d="M9 9.875C9.48325 9.875 9.875 9.48325 9.875 9C9.875 8.51675 9.48325 8.125 9 8.125C8.51675 8.125 8.125 8.51675 8.125 9C8.125 9.48325 8.51675 9.875 9 9.875Z" fill="currentColor" stroke="currentColor" stroke-width="{{- icon_stroke_width | times: 0.5 -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
        <path d="M15 15.875C15.4832 15.875 15.875 15.4832 15.875 15C15.875 14.5168 15.4832 14.125 15 14.125C14.5168 14.125 14.125 14.5168 14.125 15C14.125 15.4832 14.5168 15.875 15 15.875Z" fill="currentColor" stroke="currentColor" stroke-width="{{- icon_stroke_width | times: 0.5 -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" />
      </svg>
    {%- when 'option-world'-%}
      {%- comment -%}update{%- endcomment -%}
      <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M12 19.25C16.0041 19.25 19.25 16.0041 19.25 12C19.25 7.99594 16.0041 4.75 12 4.75C7.99594 4.75 4.75 7.99594 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" ></path><path d="M15.25 12C15.25 16.5 13.2426 19.25 12 19.25C10.7574 19.25 8.75 16.5 8.75 12C8.75 7.5 10.7574 4.75 12 4.75C13.2426 4.75 15.25 7.5 15.25 12Z" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" ></path><path d="M5 12H12H19" stroke="currentColor" stroke-width="{{- icon_stroke_width -}}" stroke-linecap="{{- icon_corner_shape -}}" stroke-linejoin="{{- icon_corner_shape -}}" ></path>
      </svg>
    {%- when 'option-apple' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M10.6616 1.84311C11.4997 0.994336 12.5829 0.555929 13.3364 0.406304C13.4671 0.380359 13.6027 0.407635 13.7132 0.48208C13.8237 0.556525 13.8999 0.671982 13.9249 0.802834C14.2685 2.59987 13.7042 3.90202 12.8265 4.77303C11.9732 5.61989 10.8528 6.03394 10.0739 6.16284C9.94237 6.1846 9.80763 6.15297 9.69957 6.07495C9.59151 5.99694 9.51906 5.87901 9.49832 5.74735C9.22227 3.99494 9.8034 2.71219 10.6616 1.84311ZM10.4322 5.05051C10.9838 4.87866 11.6201 4.56143 12.1221 4.06324C12.6862 3.5034 13.1028 2.69625 13.0153 1.52987C12.4847 1.71504 11.8688 2.04373 11.3731 2.54573C10.8104 3.1156 10.3882 3.92035 10.4322 5.05051Z" />
        <path d="M6.74466 1.36403C6.82081 1.09859 7.09771 0.945143 7.36315 1.02129C8.4313 1.32771 10.4241 2.68991 10.4999 5.68393C10.5069 5.95998 10.2888 6.18943 10.0127 6.19643C9.73668 6.20342 9.50723 5.9853 9.50024 5.70925C9.43732 3.22559 7.81131 2.19019 7.0874 1.98252C6.82196 1.90637 6.66851 1.62947 6.74466 1.36403Z" />
        <path d="M5.7976 5.51618C5.08273 5.80325 4.40428 6.33518 3.91474 6.94951C3.01446 8.0793 2.53613 9.47907 2.53613 11.1986C2.53613 14.3276 4.3809 16.9669 7.07997 18.0835C7.41131 18.2206 7.75875 18.2099 8.22329 18.1348C8.32226 18.1188 8.42919 18.0991 8.54253 18.0782C8.92684 18.0074 9.38491 17.923 9.85684 17.923C10.3302 17.923 10.8107 18.007 11.2255 18.0795C11.3576 18.1026 11.4831 18.1246 11.5995 18.1422C12.1188 18.2211 12.517 18.2314 12.872 18.0838C15.6049 16.9478 17.4589 14.3 17.4639 11.2113C17.3883 9.75258 17.1668 8.70553 16.7428 7.88888C16.3278 7.08972 15.6964 6.46856 14.717 5.90109C13.9224 5.57109 13.3583 5.45194 12.9406 5.4387C12.5294 5.42567 12.2379 5.51434 11.9817 5.63936C11.8475 5.70489 11.72 5.78185 11.5797 5.86982C11.5575 5.8837 11.5348 5.89804 11.5115 5.91271C11.3938 5.98697 11.2627 6.06966 11.1279 6.14411C10.7884 6.3316 10.3877 6.48938 9.85684 6.48938C9.22764 6.48938 8.83995 6.29877 8.52175 6.04985C8.44189 5.98738 8.34486 5.90226 8.26392 5.83126C8.22148 5.79404 8.18347 5.76069 8.15468 5.73653C8.04777 5.64681 7.94466 5.57121 7.8199 5.50793C7.21536 5.2013 6.5101 5.23007 5.7976 5.51618ZM5.42495 4.58821C6.32089 4.22843 7.33981 4.14315 8.27225 4.61609C8.4901 4.72659 8.65843 4.8538 8.79753 4.97054C8.86924 5.03072 8.92077 5.07647 8.96623 5.11683C9.02365 5.16781 9.07139 5.2102 9.13788 5.26221C9.30136 5.39009 9.47644 5.48938 9.85684 5.48938C10.1679 5.48938 10.4012 5.4031 10.6445 5.26872C10.7515 5.20961 10.8536 5.14531 10.9708 5.07145C10.9959 5.05563 11.0217 5.03937 11.0484 5.02262C11.1936 4.93153 11.3585 4.83076 11.5431 4.74067C11.9247 4.55444 12.3768 4.42033 12.9722 4.4392C13.556 4.4577 14.2527 4.62242 15.1322 4.99079L15.1611 5.00288L15.1882 5.01846C16.3065 5.66113 17.1032 6.41295 17.6303 7.42805C18.1508 8.43058 18.3851 9.64589 18.4633 11.173L18.4639 11.1858V11.1986C18.4639 14.7063 16.3566 17.7183 13.2559 19.0072C12.6339 19.2658 12.0024 19.2149 11.4494 19.1309C11.2863 19.1061 11.1317 19.0792 10.9824 19.0532C10.5912 18.9849 10.2359 18.923 9.85684 18.923C9.48487 18.923 9.15235 18.984 8.78723 19.0509C8.65765 19.0747 8.52396 19.0992 8.38294 19.122C7.87454 19.2042 7.29552 19.2549 6.69769 19.0075C3.6271 17.7372 1.53613 14.7348 1.53613 11.1986C1.53613 9.28002 2.07513 7.65346 3.13268 6.32632C3.71714 5.59286 4.53139 4.94704 5.42495 4.58821Z" />
      </svg>
    {%- when 'option-banana' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M9.58939 2.04935C9.70278 1.96927 9.84436 1.93993 9.98024 1.96837L12.1559 2.42361C12.408 2.47637 12.5788 2.71205 12.5504 2.96807L12.3138 5.10404C12.3555 5.13755 12.4053 5.17072 12.4788 5.21958C12.5193 5.24655 12.567 5.27831 12.6245 5.31756C12.9513 5.54051 13.3912 5.88157 13.6898 6.53073C14.024 7.25761 14.303 8.11357 14.5807 8.96549C14.6035 9.03552 14.6264 9.10552 14.6492 9.17542C14.9546 10.1102 15.2674 11.0396 15.6678 11.8693C16.068 12.6988 16.5398 13.3939 17.1428 13.8785C17.7344 14.3539 18.477 14.6469 19.4685 14.6364C19.6178 14.6349 19.76 14.7001 19.8562 14.8144C19.9524 14.9287 19.9925 15.0799 19.9655 15.2268C19.8731 15.7293 19.5512 16.4108 18.893 16.9222C18.2217 17.4439 17.2418 17.7572 15.8976 17.5804C14.6826 17.4511 13.1852 16.8785 12.0063 15.311C11.9882 15.287 11.9702 15.2627 11.9522 15.2381C11.1194 17.0387 8.72378 19.2058 4.58412 18.6145C4.35292 18.5815 4.17538 18.3929 4.15645 18.1601C4.13753 17.9273 4.28227 17.7124 4.50511 17.6425C4.53208 17.634 4.56314 17.625 4.59775 17.615C4.97981 17.5043 5.7956 17.2679 6.34999 16.237C6.61683 15.4808 6.73258 14.9216 6.77285 14.4342C6.81396 13.9365 6.77848 13.4941 6.72455 12.9516C6.71963 12.9022 6.7146 12.8522 6.70951 12.8016C6.60065 11.7201 6.46178 10.3405 6.80091 7.78357C6.89499 7.07423 7.2501 6.36099 7.70563 5.80064C8.07332 5.34834 8.54644 4.94741 9.06367 4.74229L9.38236 2.39062C9.40101 2.25306 9.476 2.12944 9.58939 2.04935ZM11.2725 14.1084C10.5074 12.557 10.0209 10.3842 10.0365 7.37309C10.038 7.09695 10.263 6.87426 10.5391 6.87569C10.8153 6.87712 11.038 7.10213 11.0365 7.37827C11.017 11.1373 11.8091 13.3852 12.8055 14.71C13.7938 16.0241 15.023 16.4829 16.009 16.5866L16.0224 16.588C17.1418 16.7365 17.8462 16.4692 18.2794 16.1326C18.4907 15.9684 18.6475 15.7801 18.7597 15.5972C17.871 15.4873 17.1327 15.1533 16.5164 14.658C15.752 14.0438 15.2006 13.2024 14.7671 12.3039C14.3337 11.4057 14.0024 10.4157 13.6986 9.48599C13.6772 9.42039 13.6559 9.35515 13.6348 9.29028C13.3514 8.42141 13.09 7.61997 12.7812 6.94854C12.5929 6.53906 12.3248 6.32367 12.0609 6.1436C12.0354 6.12619 12.0066 6.10708 11.9759 6.08667C11.8678 6.01486 11.7357 5.92709 11.6375 5.84192C11.4956 5.71899 11.3146 5.5136 11.3025 5.20124C11.3015 5.17638 11.3024 5.15148 11.3051 5.12675L11.5065 3.30939L10.3012 3.05718L10.0118 5.19278C9.9833 5.4028 9.82551 5.57207 9.61799 5.61518C9.27759 5.6859 8.85406 5.97324 8.48157 6.43144C8.11516 6.88218 7.85688 7.42763 7.79223 7.91505C7.46822 10.358 7.59866 11.6519 7.70409 12.6977C7.70935 12.7499 7.71456 12.8016 7.71964 12.8527C7.77404 13.3998 7.81867 13.9208 7.76945 14.5165C7.71999 15.1152 7.57786 15.77 7.27992 16.6066C7.27203 16.6288 7.26257 16.6504 7.25163 16.6712C7.02512 17.1028 6.7592 17.4359 6.48673 17.6938C9.65464 17.4589 11.1039 15.2127 11.2725 14.1084Z" />
        <path d="M6.27111 11.8004C6.52894 11.3027 6.60251 10.9081 6.58566 10.7451L7.58035 10.6422C7.62656 11.0889 7.45335 11.6923 7.15905 12.2604C6.85438 12.8486 6.38071 13.4767 5.73385 13.9687C4.86162 14.6322 4.1367 15.0865 3.40292 15.4806C5.55977 15.2705 6.56129 14.7956 6.93741 14.4936L7.56344 15.2734C6.79366 15.8914 4.92577 16.5867 1.00511 16.5867C0.770535 16.5867 0.567494 16.4236 0.516889 16.1946C0.466283 15.9655 0.581721 15.7321 0.794467 15.6332C0.870045 15.5981 0.944324 15.5637 1.01741 15.5298C2.59233 14.7991 3.61321 14.3255 5.12841 13.1728C5.63986 12.7838 6.02365 12.2781 6.27111 11.8004Z" />
      </svg>
    {%- when 'option-bottle' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M13.1436 3.0254C13.3363 3.0254 13.5118 3.13611 13.5948 3.30999C13.6778 3.48386 13.6536 3.68996 13.5324 3.83978C13.4038 3.99885 13.3639 4.17442 13.3691 4.34267C13.3746 4.52205 13.4315 4.66574 13.4591 4.71337C14.6041 6.69086 15.0342 9.52317 15.1116 10.6863C15.1123 10.6974 15.1127 10.7085 15.1127 10.7195V18.7774C15.1127 19.0535 14.8888 19.2774 14.6127 19.2774H5.39716C5.12101 19.2774 4.89716 19.0535 4.89716 18.7774V10.7358C4.84125 9.8507 5.03236 8.79357 5.29232 7.81832C5.55654 6.82711 5.9041 5.87643 6.18601 5.1985C6.2393 5.07034 6.31494 4.93247 6.37143 4.82952C6.38977 4.79607 6.4061 4.76631 6.41899 4.74177C6.48471 4.61655 6.51337 4.53933 6.52193 4.47554C6.53252 4.3967 6.51006 4.29687 6.439 4.16377C6.40471 4.09955 6.36476 4.03788 6.32141 3.97381C6.31602 3.96585 6.30986 3.95683 6.30314 3.94701C6.26852 3.89642 6.21927 3.82444 6.18678 3.7649C6.10224 3.60998 6.10564 3.42197 6.19571 3.27021C6.28579 3.11844 6.44919 3.0254 6.62568 3.0254H13.1436ZM12.3915 4.02539L7.46117 4.0254C7.51302 4.19577 7.54196 4.39323 7.51304 4.6086C7.48043 4.85158 7.38361 5.05566 7.30443 5.20651C7.27233 5.26767 7.2448 5.31773 7.22052 5.36187C7.17495 5.44473 7.14083 5.50678 7.10936 5.58246C6.84062 6.22873 6.50895 7.13661 6.25858 8.07589C6.00564 9.02481 5.8476 9.96272 5.89604 10.6861C5.89678 10.6972 5.89716 10.7084 5.89716 10.7195V18.2774H14.1127V10.7364C14.036 9.61852 13.6192 6.98555 12.5937 5.21445C12.4833 5.0239 12.3802 4.71869 12.3696 4.37355C12.3661 4.26297 12.3722 4.14581 12.3915 4.02539Z" />
        <path d="M6.37329 1.69755C6.45246 1.21406 6.87025 0.859121 7.36017 0.859131L12.4688 0.859235C12.9266 0.859245 13.3259 1.17011 13.4382 1.61391L13.7705 2.92708C13.9304 3.55892 13.4528 4.17241 12.8011 4.17241H6.85086C6.38827 4.17241 6.03597 3.75773 6.11071 3.30122L6.37329 1.69755ZM12.4688 1.85924L7.36015 1.85913L7.14512 3.17241L12.8011 3.17241L12.4688 1.85924Z" />
        <path d="M14.1014 8.95304L14.1 8.95373L14.0595 8.97423L14.0578 8.9751L14.0151 8.99651L13.9721 9.01791L13.9287 9.03926L13.8849 9.06055L13.8407 9.08171L13.7961 9.10273L13.7511 9.12356L13.7056 9.14416L13.6598 9.1645L13.6135 9.18453L13.5667 9.20423L13.5195 9.22355L13.4718 9.24244L13.4237 9.26088L13.3751 9.27881L13.326 9.29621L13.2764 9.31301L13.2264 9.3292L13.1759 9.34472L13.1249 9.35952L13.0735 9.37358L13.0216 9.38685L12.9693 9.39928L12.9166 9.41084L12.8634 9.42149L12.8099 9.4312L12.7561 9.43992L12.7019 9.44763L12.6474 9.45429L12.5928 9.45989L12.5379 9.4644L12.4829 9.4678L12.4277 9.47008L12.3725 9.47124L12.3173 9.47126L12.2622 9.47014L12.2071 9.46791L12.1522 9.46455L12.0974 9.4601L12.0429 9.45457L11.9886 9.44797L11.9347 9.44035L11.8811 9.43172L11.8278 9.42213L11.775 9.4116L11.7225 9.40017L11.6705 9.38789L11.6189 9.37478L11.5678 9.36089L11.5172 9.34626L11.467 9.33093L11.4173 9.31495L11.3681 9.29834L11.3193 9.28116L11.2711 9.26344L11.2232 9.24523L11.1759 9.22655L11.129 9.20746L11.0826 9.18799L11.0365 9.16818L10.991 9.14806L10.9458 9.12768L10.9011 9.10707L10.8568 9.08626L10.8129 9.0653L10.7693 9.04422L10.7262 9.02306L10.6835 9.00185L10.6429 8.98154L10.6411 8.98062L10.6006 8.96015L10.5991 8.95942L10.5575 8.93827L10.3156 8.81448L10.2766 8.79467L10.275 8.79391L10.2379 8.77518L10.236 8.77423L10.1997 8.75604L10.1974 8.75491L10.1618 8.73728L10.1591 8.73597L10.1228 8.71818L10.0855 8.70018L10.0486 8.68263L10.0122 8.66558L9.97608 8.64902L9.94047 8.63303L9.90526 8.61757L9.87047 8.60267L9.83616 8.58838L9.80227 8.57469L9.76888 8.56162L9.73593 8.54918L9.70345 8.53737L9.67144 8.52621L9.63992 8.5157L9.60886 8.50584L9.57828 8.49663L9.54817 8.48807L9.51852 8.48015L9.48931 8.47287L9.46055 8.46622L9.4322 8.46019L9.40425 8.45477L9.37668 8.44995L9.34945 8.44573L9.32254 8.44208L9.2959 8.43899L9.26951 8.43647L9.24331 8.43449L9.21726 8.43306L9.19132 8.43216L9.16543 8.43179L9.13956 8.43196L9.11364 8.43265L9.08764 8.43388L9.0615 8.43565L9.03519 8.43797L9.00865 8.44084L8.98184 8.44427L8.95474 8.44828L8.9273 8.45287L8.8995 8.45806L8.87131 8.46385L8.84271 8.47026L8.81367 8.4773L8.78419 8.48498L8.75425 8.4933L8.72385 8.50226L8.69298 8.51187L8.66163 8.52214L8.62981 8.53305L8.5975 8.54461L8.56474 8.55681L8.5315 8.56965L8.4978 8.5831L8.46365 8.59717L8.42906 8.61183L8.39401 8.62707L8.35854 8.64287L8.32264 8.65922L8.28633 8.67608L8.24961 8.69344L8.21249 8.71127L8.17495 8.72956L8.13702 8.74826L8.09873 8.76734L8.06087 8.78638L8.05921 8.78722L8.02161 8.80626L8.02033 8.80691L7.7378 8.95136L7.73649 8.95203L7.69426 8.9734L7.65166 8.9948L7.60868 9.0162L7.5653 9.03757L7.52154 9.05886L7.47737 9.08003L7.4328 9.10106L7.38781 9.12191L7.3424 9.14253L7.29655 9.16289L7.25028 9.18295L7.20355 9.20268L7.15638 9.22202L7.10874 9.24095L7.06065 9.25943L7.01208 9.2774L6.96304 9.29484L6.91352 9.3117L6.86353 9.32793L6.81307 9.3435L6.76213 9.35837L6.71074 9.37249L6.65889 9.38582L6.6066 9.39832L6.5539 9.40995L6.50079 9.42068L6.44731 9.43046L6.39348 9.43926L6.33933 9.44705L6.2849 9.4538L6.23024 9.45948L6.17537 9.46408L6.12035 9.46757L6.06522 9.46994L6.01004 9.47119L5.95484 9.4713L5.89968 9.47027L5.8446 9.46813L5.78965 9.46486L5.73489 9.46049L5.68035 9.45505L5.62607 9.44854L5.57209 9.44099L5.51844 9.43245L5.46516 9.42293L5.4636 8.33645L5.49517 8.34701L5.52626 8.35692L5.55688 8.36618L5.58703 8.3748L5.61672 8.38277L5.64596 8.3901L5.67476 8.3968L5.70313 8.40288L5.73111 8.40834L5.75871 8.41321L5.78597 8.41748L5.81291 8.42118L5.83956 8.42431L5.86597 8.42688L5.89219 8.42889L5.91825 8.43037L5.9442 8.43131L5.97009 8.43172L5.99596 8.4316L6.02187 8.43095L6.04786 8.42976L6.07399 8.42803L6.10029 8.42576L6.12681 8.42294L6.15359 8.41955L6.18067 8.41559L6.20808 8.41104L6.23585 8.4059L6.26401 8.40016L6.29258 8.39379L6.32158 8.3868L6.35102 8.37918L6.38092 8.37092L6.41129 8.362L6.44212 8.35244L6.47344 8.34223L6.50522 8.33137L6.53748 8.31986L6.57022 8.30771L6.60341 8.29492L6.63708 8.28152L6.67119 8.2675L6.70576 8.25288L6.74077 8.23768L6.77619 8.22193L6.81207 8.20562L6.84835 8.1888L6.88503 8.17148L6.92212 8.15369L6.95964 8.13543L6.99752 8.11677L7.0358 8.0977L7.0736 8.07871L7.07529 8.07786L7.11282 8.05886L7.11413 8.0582L7.35502 7.93496L7.39775 7.9132L7.43994 7.89183L7.48251 7.87043L7.52546 7.84902L7.5688 7.82766L7.61254 7.80636L7.65667 7.78517L7.70122 7.76413L7.74617 7.74327L7.79155 7.72263L7.83736 7.70225L7.8836 7.68216L7.93029 7.66241L7.97743 7.64303L8.02502 7.62406L8.07308 7.60555L8.12161 7.58753L8.17062 7.57005L8.22009 7.55315L8.27005 7.53686L8.32048 7.52123L8.37137 7.50631L8.42273 7.49213L8.47454 7.47873L8.52679 7.46617L8.57947 7.45446L8.63254 7.44367L8.686 7.43381L8.7398 7.42493L8.79392 7.41706L8.84833 7.41022L8.90298 7.40445L8.95783 7.39977L9.01284 7.39619L9.06796 7.39373L9.12315 7.3924L9.17835 7.3922L9.23351 7.39313L9.2886 7.39519L9.34355 7.39836L9.39833 7.40264L9.45289 7.408L9.50719 7.41443L9.5612 7.42189L9.61487 7.43036L9.66819 7.4398L9.72111 7.45019L9.77363 7.46147L9.82572 7.47363L9.87736 7.48661L9.92854 7.50037L9.97926 7.51489L10.0295 7.53011L10.0793 7.54599L10.1286 7.5625L10.1774 7.57959L10.2257 7.59723L10.2736 7.61537L10.3211 7.63397L10.368 7.653L10.4145 7.67241L10.4606 7.69217L10.5063 7.71224L10.5515 7.73258L10.5963 7.75316L10.6407 7.77394L10.6846 7.79488L10.7282 7.81594L10.7714 7.83709L10.8142 7.8583L10.8566 7.87952L10.8987 7.90073L10.9404 7.92189L11.1826 8.04586L11.2217 8.06572L11.2232 8.06645L11.2604 8.08526L11.2622 8.08618L11.2987 8.10446L11.3009 8.10556L11.3367 8.12329L11.3393 8.12456L11.3757 8.14243L11.413 8.1605L11.45 8.17812L11.4865 8.19526L11.5227 8.21189L11.5584 8.22799L11.5936 8.24354L11.6285 8.25851L11.6629 8.2729L11.6968 8.28669L11.7303 8.29986L11.7633 8.31241L11.7959 8.32431L11.8279 8.33558L11.8596 8.34619L11.8907 8.35616L11.9213 8.36547L11.9515 8.37414L11.9813 8.38215L12.0105 8.38954L12.0394 8.39629L12.0678 8.40242L12.0958 8.40793L12.1234 8.41284L12.1507 8.41716L12.1777 8.42091L12.2043 8.42408L12.2308 8.42669L12.257 8.42875L12.2831 8.43027L12.309 8.43126L12.3349 8.43171L12.3608 8.43163L12.3867 8.43102L12.4127 8.42987L12.4388 8.42819L12.4651 8.42596L12.4916 8.42318L12.5183 8.41984L12.5454 8.41592L12.5728 8.41143L12.6005 8.40633L12.6286 8.40064L12.6572 8.39432L12.6861 8.38738L12.7155 8.37981L12.7454 8.37159L12.7757 8.36273L12.8065 8.35322L12.8378 8.34306L12.8696 8.33225L12.9018 8.3208L12.9345 8.3087L12.9676 8.29596L13.0013 8.28261L13.0353 8.26864L13.0699 8.25407L13.1048 8.23892L13.1402 8.2232L13.1761 8.20694L13.2123 8.19015L13.249 8.17288L13.286 8.15512L13.3221 8.13761L13.3601 8.11889L13.3626 8.11766L13.3986 8.09977L13.4007 8.09872L13.4374 8.08028L13.4391 8.07941L13.4766 8.06045L13.4779 8.05977L13.76 7.91553L13.7613 7.9149L13.8034 7.89353L13.846 7.87213L13.8889 7.85073L13.9322 7.82936L13.9759 7.80805L14.02 7.78685L14.0645 7.7658L14.1095 7.74492L14.1548 7.72426L14.2006 7.70386L14.2468 7.68375L14.184 8.9109L14.1429 8.93193L14.1014 8.95304Z" />
      </svg>
    {%- when 'option-box' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M9.69502 0.6786C9.91338 0.601796 10.1516 0.603123 10.3691 0.682353L18.2151 3.54058C18.61 3.68445 18.8728 4.05988 18.8728 4.48018V14.4287C18.8728 14.8074 18.6588 15.1537 18.32 15.3231L10.4731 19.2465C10.196 19.385 9.87022 19.3873 9.59117 19.2526L1.45405 15.3244C1.10843 15.1576 0.888794 14.8076 0.888794 14.4239V4.48434C0.888794 4.05997 1.15665 3.68181 1.55699 3.541L9.69502 0.6786ZM6.07999 3.01017L2.5346 4.25719L10.149 7.63545L13.5692 6.118L6.07999 3.01017ZM6.78606 2.76183L14.1997 5.83828L17.5367 4.35774L10.0268 1.62195L6.78606 2.76183ZM1.88879 14.4239L1.88879 5.06467L9.64898 8.50762V18.1701L1.88879 14.4239ZM17.8728 14.4287L10.649 18.0405V8.50762L17.8728 5.30263V14.4287Z" fill-rule="evenodd"/>
      </svg>
    {%- when 'option-carrot' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M13.2007 3.20077C14.0708 3.44799 14.8041 4.00582 15.3825 4.5842C16.2207 5.42236 16.6759 6.29785 16.8114 7.17238C16.9467 8.04585 16.7557 8.87096 16.3832 9.59676C15.9414 10.4576 15.1619 11.0331 14.4616 11.4873L2.62637 19.1625C2.12702 19.4863 1.46511 19.3907 1.07779 18.9388C0.737991 18.5424 0.696827 17.9706 0.976338 17.5296L8.60593 5.49145C9.01714 4.84263 9.52843 4.13083 10.278 3.67078C11.3161 3.03367 12.3083 2.9472 13.2007 3.20077ZM12.9274 4.16269C12.3101 3.98731 11.6062 4.02897 10.8011 4.52307C10.2597 4.85536 9.85026 5.39615 9.45058 6.02677L1.82098 18.0649C1.77672 18.1347 1.78324 18.2253 1.83705 18.288C1.89838 18.3596 2.0032 18.3747 2.08227 18.3235L13.9175 10.6482C14.6029 10.2038 15.1812 9.74867 15.4935 9.14018C15.7883 8.56575 15.9205 7.95335 15.8232 7.32546C15.7261 6.69861 15.393 6.00887 14.6754 5.29132C14.1567 4.77261 13.5669 4.34441 12.9274 4.16269Z" />
        <path d="M10.7668 12.8682C10.6731 12.9696 10.5149 12.9758 10.4135 12.8821L8.90763 11.49C8.80624 11.3962 8.80003 11.2381 8.89376 11.1367C8.98748 11.0353 9.14565 11.0291 9.24704 11.1228L10.7529 12.5149C10.8543 12.6086 10.8605 12.7668 10.7668 12.8682Z" />
        <path d="M11.1604 8.42439C11.0671 8.52617 10.909 8.53304 10.8072 8.43974L8.51699 6.34018C8.41521 6.24688 8.40834 6.08874 8.50164 5.98696C8.59494 5.88518 8.75309 5.87831 8.85486 5.97162L11.1451 8.07117C11.2469 8.16447 11.2538 8.32262 11.1604 8.42439Z" />
        <path d="M16.4865 3.03018C16.5841 3.12781 16.5841 3.2861 16.4865 3.38373L15.119 4.75118C15.0214 4.84881 14.8631 4.84881 14.7655 4.75118C14.6678 4.65355 14.6678 4.49526 14.7655 4.39763L16.1329 3.03018C16.2306 2.93255 16.3888 2.93255 16.4865 3.03018Z" />
        <path d="M6.24811 14.5997C6.15439 14.7011 5.99622 14.7073 5.89483 14.6135L4.38894 13.2214C4.28755 13.1277 4.28134 12.9696 4.37507 12.8682C4.46879 12.7668 4.62696 12.7606 4.72835 12.8543L6.23424 14.2464C6.33563 14.3401 6.34184 14.4983 6.24811 14.5997Z" />
        <path d="M15.1489 1.79459C14.8108 2.16669 14.515 2.42303 14.2115 2.57726C13.887 2.74215 13.5937 2.77041 13.3103 2.75961H12.4977C11.7987 2.82025 11.4452 3.45337 11.4517 3.94279L10.4518 3.95616C10.4404 3.1065 11.0471 1.86293 12.4414 1.76094L12.4596 1.75961L13.3306 1.75961L13.341 1.76004C13.5207 1.76752 13.6314 1.75035 13.7584 1.68578C13.9056 1.61101 14.1089 1.45423 14.4236 1.10571L14.4392 1.08853L14.4562 1.07286C14.8541 0.706824 15.4138 0.430762 16.0689 0.42081C16.7314 0.410747 17.4358 0.673487 18.1148 1.28675C18.4263 1.56805 18.8681 2.03401 19.0602 2.65903C19.265 3.32542 19.1621 4.09192 18.5277 4.88236L18.508 4.90683L18.4855 4.92864C18.3252 5.08386 18.2537 5.17427 18.21 5.29103C18.1643 5.41343 18.13 5.62051 18.1731 6.02839L18.2752 6.79709C18.3357 7.23357 18.1902 7.75046 17.901 8.17635C17.6019 8.61691 17.1192 9.00553 16.4551 9.13239L16.2675 8.15015C16.6341 8.08013 16.901 7.86897 17.0737 7.61466C17.2558 7.34633 17.3042 7.07418 17.2846 6.93388L17.2841 6.93035L17.1792 6.14099C17.1269 5.65202 17.1509 5.2682 17.2734 4.94068C17.3929 4.62121 17.588 4.40752 17.7662 4.23331C18.1942 3.68869 18.2017 3.26969 18.1043 2.95281C17.9928 2.59008 17.7154 2.27342 17.4446 2.0289C16.9207 1.55573 16.4531 1.41509 16.0841 1.42069C15.7158 1.42629 15.3906 1.57837 15.1489 1.79459Z" />
      </svg>
    {%- when 'option-chat_bubble' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M5.80023 10.2433C5.80023 9.691 6.24795 9.24329 6.80023 9.24329C7.35252 9.24329 7.80023 9.691 7.80023 10.2433C7.80023 10.7956 7.35252 11.2433 6.80023 11.2433C6.24795 11.2433 5.80023 10.7956 5.80023 10.2433Z"/>
        <path d="M9.22974 10.2433C9.22974 9.691 9.67745 9.24329 10.2297 9.24329C10.782 9.24329 11.2297 9.691 11.2297 10.2433C11.2297 10.7956 10.782 11.2433 10.2297 11.2433C9.67745 11.2433 9.22974 10.7956 9.22974 10.2433Z"/>
        <path d="M12.6592 10.2433C12.6592 9.691 13.1069 9.24329 13.6592 9.24329C14.2115 9.24329 14.6592 9.691 14.6592 10.2433C14.6592 10.7956 14.2115 11.2433 13.6592 11.2433C13.1069 11.2433 12.6592 10.7956 12.6592 10.2433Z"/>
        <path d="M16.6445 17.2036C16.6418 17.2023 16.6392 17.2009 16.6365 17.1996C16.3947 17.0764 16.1302 16.9257 15.8701 16.7774C15.2251 16.4099 14.607 16.0576 14.4279 16.1795C13.2314 16.9937 11.7861 17.4696 10.2297 17.4696C6.10323 17.4696 2.75806 14.1244 2.75806 9.99791C2.75806 5.87142 6.10323 2.52625 10.2297 2.52625C14.3562 2.52625 17.7014 5.87142 17.7014 9.99791C17.7014 11.512 17.251 12.9209 16.477 14.0979C16.3445 14.2994 16.6705 14.9403 17.0113 15.6104C17.1583 15.8994 17.308 16.1938 17.4249 16.4607C17.4269 16.4653 17.4289 16.4697 17.4308 16.4742C17.6237 16.9172 17.7239 17.2824 17.5671 17.418C17.4394 17.5544 17.0791 17.4243 16.6445 17.2036ZM18.2593 18.14C17.8792 18.5115 17.4018 18.4853 17.2128 18.461C16.9786 18.4309 16.7562 18.3504 16.587 18.2799C16.2391 18.1348 15.8412 17.9114 15.506 17.7209C15.4611 17.6954 15.4172 17.6704 15.3743 17.6459C15.0837 17.4804 14.8356 17.3391 14.6299 17.2385C13.347 18.0196 11.8396 18.4696 10.2297 18.4696C5.55095 18.4696 1.75806 14.6767 1.75806 9.99791C1.75806 5.31914 5.55095 1.52625 10.2297 1.52625C14.9085 1.52625 18.7014 5.31914 18.7014 9.99791C18.7014 11.5821 18.2656 13.0672 17.5072 14.3369C17.5098 14.3432 17.5125 14.3497 17.5153 14.3564C17.6071 14.5755 17.7411 14.8392 17.8997 15.1513C17.927 15.2049 17.9549 15.2599 17.9835 15.3164C18.1621 15.6689 18.3719 16.0905 18.5003 16.4618C18.5631 16.6435 18.6314 16.8815 18.6427 17.1309C18.6529 17.3561 18.6228 17.7987 18.2593 18.14Z" fill-rule="evenodd"/>
      </svg>
    {%- when 'option-check_mark' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M18.5 1.5H1.5L1.5 18.5H18.5V1.5ZM1.5 0.5C0.947715 0.5 0.5 0.947715 0.5 1.5V18.5C0.5 19.0523 0.947715 19.5 1.5 19.5H18.5C19.0523 19.5 19.5 19.0523 19.5 18.5V1.5C19.5 0.947715 19.0523 0.5 18.5 0.5H1.5Z" fill-rule="evenodd"/>
        <path d="M14.9975 6.09084C15.201 6.27746 15.2147 6.59375 15.0281 6.79728L8.91631 13.4627C8.82231 13.5652 8.68987 13.6239 8.55079 13.6247C8.41172 13.6256 8.27857 13.5684 8.18335 13.4671L4.99513 10.0731C4.80606 9.87179 4.81596 9.55536 5.01723 9.3663C5.21849 9.17723 5.53492 9.18713 5.72399 9.3884L8.54335 12.3897L14.291 6.12145C14.4776 5.91791 14.7939 5.90421 14.9975 6.09084Z"/>
      </svg>
    {%- when 'option-clipboard' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M6.31104 9.13574C6.31104 8.99767 6.42296 8.88574 6.56104 8.88574H13.7464C13.8844 8.88574 13.9964 8.99767 13.9964 9.13574C13.9964 9.27381 13.8844 9.38574 13.7464 9.38574H6.56104C6.42296 9.38574 6.31104 9.27381 6.31104 9.13574Z" />
        <path d="M6.31104 14.0544C6.31104 13.9164 6.42296 13.8044 6.56104 13.8044H13.439C13.577 13.8044 13.689 13.9164 13.689 14.0544C13.689 14.1925 13.577 14.3044 13.439 14.3044H6.56104C6.42296 14.3044 6.31104 14.1925 6.31104 14.0544Z" />
        <path d="M6.92587 11.5952C6.92587 11.4571 7.0378 11.3452 7.17587 11.3452H12.8241C12.9622 11.3452 13.0741 11.4571 13.0741 11.5952C13.0741 11.7333 12.9622 11.8452 12.8241 11.8452H7.17587C7.0378 11.8452 6.92587 11.7333 6.92587 11.5952Z" />
        <path d="M5.19623 1.77832C5.19623 0.949892 5.8678 0.27832 6.69623 0.27832H13.3038C14.1322 0.27832 14.8038 0.949893 14.8038 1.77832V3.46728C14.8038 4.29571 14.1322 4.96728 13.3038 4.96728H6.69623C5.8678 4.96728 5.19623 4.29571 5.19623 3.46728V1.77832ZM6.69623 1.27832C6.42009 1.27832 6.19623 1.50218 6.19623 1.77832V3.46728C6.19623 3.74342 6.42009 3.96728 6.69623 3.96728H13.3038C13.5799 3.96728 13.8038 3.74342 13.8038 3.46728V1.77832C13.8038 1.50218 13.5799 1.27832 13.3038 1.27832H6.69623Z" />
        <path d="M3.73691 2.50806V18.7232H16.2631V2.50806H14.4981V1.50806H16.2631C16.8154 1.50806 17.2631 1.95577 17.2631 2.50806V18.7232C17.2631 19.2755 16.8154 19.7232 16.2631 19.7232H3.73691C3.18462 19.7232 2.73691 19.2755 2.73691 18.7232V2.50806C2.73691 1.95577 3.18462 1.50806 3.73691 1.50806H5.75974V2.50806L3.73691 2.50806Z" />
      </svg>
    {%- when 'option-dairy' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M6.46816 3.065L4.29671 6.0883L3.4845 5.50493L5.65594 2.48163L6.46816 3.065ZM15.1299 3.15247L13.4802 6.23562L12.5985 5.76386L14.2482 2.6807L15.1299 3.15247Z" />
        <path d="M14.5216 2.58283H15.1011L16.4806 5.74789C16.5356 5.87393 16.5639 6.00995 16.5639 6.14744V16.1023C16.5639 16.372 16.455 16.6302 16.2619 16.8184L13.8023 19.2158C13.6156 19.3979 13.3651 19.4997 13.1043 19.4997H11V18.4997H13.1043L15.5639 16.1023V6.14744L14.3152 3.2826L14.5216 3.19268V2.58283Z" />
        <path d="M3.49998 5.49976H13.5V18.4998C13.5 19.052 13.0523 19.4998 12.5 19.4998H4.49998C3.94769 19.4998 3.49998 19.052 3.49998 18.4998V5.49976ZM4.49998 6.49976V18.4998H12.5V6.49976H4.49998Z" />
        <path d="M5.49998 1.49976C5.49998 0.947471 5.94769 0.499756 6.49998 0.499756H14.1015C14.6538 0.499756 15.1015 0.947471 15.1015 1.49976V2.62301H14.1015V1.49976H6.49998V2.99976H5.49998V1.49976Z" />
        <path d="M15.0133 3.08862H5.87577V2.58862H15.0133V3.08862Z" />
      </svg>
    {%- when 'option-dairy_free' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M6.20039 12.9182L2.4549 15.5063L1.88641 14.6837L5.63191 12.0955L6.20039 12.9182Z" />
        <path d="M17.3978 5.26416L14.2983 7.3195L13.7457 6.48609L16.8452 4.43075L17.3978 5.26416Z" />
        <path d="M5.15762 12.7983L4.98999 12.5573L5.81101 11.9864L5.97864 12.2274L5.15762 12.7983Z" />
        <path d="M9.93939 18.4998C14.6338 18.4998 18.4394 14.6942 18.4394 9.99976C18.4394 5.30534 14.6338 1.49976 9.93939 1.49976C5.24497 1.49976 1.43939 5.30534 1.43939 9.99976C1.43939 14.6942 5.24497 18.4998 9.93939 18.4998ZM9.93939 19.4998C15.1861 19.4998 19.4394 15.2465 19.4394 9.99976C19.4394 4.75305 15.1861 0.499756 9.93939 0.499756C4.69269 0.499756 0.439392 4.75305 0.439392 9.99976C0.439392 15.2465 4.69269 19.4998 9.93939 19.4998Z" fill-rule="evenodd" />
        <path d="M7.72041 4.91077L6.22367 7.185C6.07186 7.41567 5.7618 7.4796 5.53113 7.32779C5.30046 7.17598 5.23653 6.86592 5.38834 6.63525L6.88508 4.36102L7.72041 4.91077ZM13.7064 5.17641L12.5414 7.35371L11.6597 6.88194L12.8247 4.70465L13.7064 5.17641Z" />
        <path d="M13.4248 4.63432L14.6478 6.60375C14.7462 6.76214 14.7983 6.94487 14.7983 7.13132V14.0304C14.7983 14.3 14.6894 14.5582 14.4963 14.7465L12.8465 16.3545C12.6598 16.5366 12.4093 16.6384 12.1485 16.6384H10.7222V15.6384H12.1485L13.7983 14.0304V7.13132L12.5752 5.16189L13.4248 4.63432Z" />
        <path d="M5.27887 6.95804C5.27887 6.6819 5.50273 6.45804 5.77887 6.45804H12.6346V15.6385C12.6346 16.1908 12.1869 16.6385 11.6346 16.6385H6.27887C5.72658 16.6385 5.27887 16.1908 5.27887 15.6385V6.95804ZM6.27887 7.45804V15.6385H11.6346V7.45804H6.27887Z" />
        <path d="M6.5 3.5C6.5 2.94772 6.94772 2.5 7.5 2.5H12.5C13.0523 2.5 13.5 2.94772 13.5 3.5V4.84992H12.5V3.5H7.5V5H6.5V3.5Z" />
        <path d="M13.4084 5.02249H6.95563V4.02249H13.4084V5.02249Z" />
      </svg>
    {%- when 'option-dryer' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M18.47 1.53H1.53L1.53 18.47H18.47V1.53ZM1.53 0.5C0.961149 0.5 0.5 0.961148 0.5 1.53V18.47C0.5 19.0389 0.961148 19.5 1.53 19.5H18.47C19.0389 19.5 19.5 19.0389 19.5 18.47V1.53C19.5 0.961149 19.0389 0.5 18.47 0.5H1.53Z" fill-rule="evenodd"/>
        <path d="M9.99998 15.2238C12.885 15.2238 15.2237 12.885 15.2237 10C15.2237 7.11505 12.885 4.7763 9.99998 4.7763C7.11499 4.7763 4.77624 7.11505 4.77624 10C4.77624 12.885 7.11499 15.2238 9.99998 15.2238ZM9.99998 16.2538C13.4538 16.2538 16.2537 13.4539 16.2537 10C16.2537 6.54619 13.4538 3.7463 9.99998 3.7463C6.54613 3.7463 3.74624 6.54619 3.74624 10C3.74624 13.4539 6.54613 16.2538 9.99998 16.2538Z" fill-rule="evenodd"/>
      </svg>
    {%- when 'option-eye' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M9.5235 4.79973C6.76257 4.92905 4.08307 6.62063 1.1722 9.66543C0.993412 9.85244 0.993412 10.1474 1.1722 10.3344C4.08307 13.3793 6.76258 15.0709 9.52351 15.2003C12.2733 15.3291 15.2667 13.9138 18.8217 10.3399C19.0086 10.152 19.0086 9.84814 18.8217 9.6602C15.2667 6.0863 12.2733 4.67093 9.5235 4.79973ZM9.47509 3.7592C12.6521 3.61039 15.9149 5.26347 19.5564 8.92433C20.1479 9.5189 20.1479 10.4812 19.5564 11.0758C15.9149 14.7366 12.6521 16.3897 9.47508 16.2408C6.30917 16.0924 3.3912 14.1603 0.42305 11.0555C-0.141017 10.4655 -0.141017 9.53435 0.423051 8.94433C3.3912 5.8396 6.30918 3.90749 9.47509 3.7592Z"/>
        <path d="M13.5807 10.0002C13.5807 11.9741 11.9742 13.5586 10.012 13.5586C8.04979 13.5586 6.44327 11.9741 6.44327 10.0002C6.44327 8.02617 8.04979 6.44176 10.012 6.44176C11.9742 6.44176 13.5807 8.02617 13.5807 10.0002ZM10.012 12.5169C11.4096 12.5169 12.5426 11.3901 12.5426 10.0002C12.5426 8.6102 11.4096 7.48342 10.012 7.48342C8.61438 7.48342 7.48138 8.6102 7.48138 10.0002C7.48138 11.3901 8.61438 12.5169 10.012 12.5169Z"/>
      </svg>
    {%- when 'option-fire' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M10.289 0.195688L10.0165 0.614868L9.73308 0.202948C9.89985 0.0882083 10.1193 0.085342 10.289 0.195688ZM10.0239 1.22397C10.0059 1.23709 9.98711 1.25084 9.96754 1.2652C9.75267 1.42286 9.44443 1.65462 9.07398 1.94898C8.33229 2.53833 7.34518 3.37545 6.35998 4.36829C5.3731 5.36282 4.39917 6.50258 3.6746 7.69609C2.9476 8.8936 2.49361 10.1091 2.49359 11.265C2.49353 16.0723 6.3863 18.7892 9.86979 18.8827C13.3336 18.9757 17.5064 16.2076 17.5064 11.1715C17.5064 9.95392 17.0516 8.71412 16.3299 7.51857C15.6097 6.32527 14.6416 5.20589 13.6605 4.23874C12.6809 3.27316 11.6994 2.47011 10.9619 1.90808C10.5935 1.62738 10.2871 1.4076 10.0736 1.25854C10.0564 1.24656 10.0399 1.23503 10.0239 1.22397ZM17.1861 7.00182C17.9626 8.28829 18.5064 9.70844 18.5064 11.1716C18.5064 16.8584 13.7772 19.988 9.84295 19.8824C5.92833 19.7773 1.49353 16.7183 1.49359 11.265C1.49361 9.85582 2.04249 8.45751 2.81979 7.17715C3.59952 5.89279 4.63131 4.69065 5.65015 3.66392C6.67066 2.6355 7.68927 1.77201 8.45186 1.16605C8.83356 0.862756 9.1521 0.623199 9.37598 0.45894C9.48794 0.376793 9.5763 0.31343 9.63711 0.270293C9.66752 0.248724 9.69105 0.232207 9.7072 0.220924L9.72585 0.207945L9.73092 0.20444L9.73308 0.202948C9.73308 0.202948 9.73308 0.202948 10.0165 0.614868C10.289 0.195688 10.289 0.195688 10.289 0.195688L10.2913 0.197143L10.2964 0.200494L10.3151 0.21283C10.3313 0.223537 10.3549 0.23919 10.3853 0.259633C10.4461 0.300517 10.5343 0.360582 10.646 0.438599C10.8695 0.594598 11.1873 0.822577 11.568 1.11271C12.3286 1.69232 13.3445 2.52316 14.3625 3.52657C15.3788 4.52841 16.4082 5.71311 17.1861 7.00182Z" />
        <path d="M10.2984 6.53911L10.0101 6.94762L9.71091 6.547C9.88437 6.41747 10.1215 6.41428 10.2984 6.53911ZM10.0177 7.57751C9.89792 7.67445 9.74607 7.80014 9.57119 7.95096C9.12226 8.33812 8.52516 8.88776 7.92971 9.53903C7.33288 10.1918 6.7473 10.9363 6.31312 11.7125C5.87714 12.492 5.61131 13.2722 5.6113 14.0056C5.61126 17.1425 7.75659 18.8851 9.9123 18.8851C12.0924 18.8851 14.3887 17.2093 14.3887 13.9436C14.3887 12.3722 13.2922 10.7471 12.0841 9.45463C11.4927 8.82192 10.8996 8.29519 10.4537 7.92638C10.2836 7.78568 10.1354 7.66842 10.0177 7.57751ZM12.8147 8.77178C14.0459 10.089 15.3887 11.9619 15.3887 13.9436C15.3887 17.7841 12.622 19.8851 9.9123 19.8851C7.17825 19.8851 4.61126 17.6683 4.6113 14.0055C4.61131 13.039 4.95783 12.087 5.44038 11.2243C5.92472 10.3585 6.56383 9.55098 7.19169 8.86426C7.82093 8.17602 8.44852 7.59865 8.9181 7.19368C9.15326 6.99088 9.3497 6.83053 9.48811 6.72031C9.55734 6.66518 9.61212 6.62254 9.65004 6.59335L9.694 6.55974L9.70595 6.55072L9.70932 6.54819L9.71091 6.547C9.71091 6.547 9.71091 6.547 10.0101 6.94762C10.2984 6.53911 10.2984 6.53911 10.2984 6.53911L10.3 6.54029L10.3035 6.54273L10.3155 6.55135L10.3597 6.58331C10.3977 6.61105 10.4525 6.65155 10.5217 6.70398C10.66 6.80882 10.8562 6.9616 11.091 7.1558C11.5599 7.54357 12.1864 8.09964 12.8147 8.77178Z" />
      </svg>
    {%- when 'option-gluten_free' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M7.06824 12.3516L2.5155 15.5063L1.94594 14.6844L6.49868 11.5296L7.06824 12.3516Z" />
        <path d="M17.5225 5.32178L12.9698 8.47656L12.4002 7.65461L16.953 4.49983L17.5225 5.32178Z" />
        <path d="M9.5 16.5102V7.48755C9.5 7.21141 9.72386 6.98755 10 6.98755C10.2761 6.98755 10.5 7.21141 10.5 7.48755V16.5102C10.5 16.7863 10.2761 17.0102 10 17.0102C9.72386 17.0102 9.5 16.7863 9.5 16.5102Z" />
        <path d="M11.6499 6.16907C12.0653 4.3892 11.1344 2.97716 10.4169 2.35932C10.2112 2.18215 9.90167 2.20154 9.71965 2.403C8.5055 3.74686 8.23998 5.05583 8.46722 6.15655L9.44657 5.95437C9.31065 5.296 9.40373 4.45385 10.1172 3.49217C10.5448 4.04146 10.9158 4.91458 10.6761 5.94184L11.6499 6.16907Z" />
        <path d="M9.23931 5.58007C8.53263 4.97546 7.68892 4.71888 7.10039 4.65047C6.83071 4.61912 6.58528 4.80872 6.54752 5.07758C6.36481 6.37849 6.53802 7.47619 7.01787 8.2605L7.87088 7.73861C7.60135 7.29806 7.43535 6.634 7.48488 5.74907C7.84288 5.85624 8.24246 6.04325 8.58922 6.33992C9.09387 6.77167 9.51495 7.45768 9.51495 8.56389L10.515 8.56389C10.515 7.16257 9.96384 6.19994 9.23931 5.58007Z" />
        <path d="M10.7766 5.7705C11.4833 5.16589 12.327 4.90931 12.9155 4.8409C13.1852 4.80955 13.4307 4.99915 13.4684 5.26801C13.6511 6.56892 13.4779 7.66662 12.9981 8.45093L12.145 7.92903C12.4146 7.48849 12.5806 6.82443 12.531 5.9395C12.1731 6.04667 11.7735 6.23368 11.4267 6.53035C10.9221 6.9621 10.501 7.64811 10.501 8.75432L9.50098 8.75432C9.50098 7.353 10.0521 6.39037 10.7766 5.7705Z" />
        <path d="M11.1313 8.03618C11.9048 7.51988 12.7731 7.36543 13.3655 7.36747C13.637 7.3684 13.8582 7.58583 13.8637 7.85728C13.8905 9.17069 13.588 10.24 13.0183 10.9617L12.2334 10.3421C12.5534 9.93673 12.7972 9.29711 12.8532 8.41257C12.485 8.47642 12.066 8.61459 11.6864 8.86793C11.134 9.23663 10.6344 9.86771 10.5029 10.9661L9.50995 10.8472C9.67655 9.45581 10.3382 8.56552 11.1313 8.03618Z" />
        <path d="M8.78433 8.01627C7.99185 7.52953 7.11841 7.40795 6.52642 7.43234C6.25515 7.44352 6.04237 7.66914 6.04708 7.9406C6.06991 9.25408 6.41252 10.3112 7.00904 11.0109L7.77002 10.3621C7.43496 9.96912 7.16722 9.33916 7.07786 8.45736C7.44821 8.50727 7.8721 8.62954 8.26096 8.86838C8.82688 9.21597 9.34999 9.82774 9.52286 10.9204L10.5106 10.7641C10.2916 9.37999 9.59682 8.51531 8.78433 8.01627Z" />
        <path d="M10.4487 12.1822C9.29338 10.2297 7.27248 10.0798 6.23288 10.3152C5.96807 10.3752 5.79951 10.6355 5.85315 10.9016C6.11442 12.1981 6.67517 13.079 7.37604 13.6435C8.07111 14.2032 8.86395 14.4197 9.54256 14.4622L9.60513 13.4642C9.08338 13.4315 8.50257 13.2667 8.00326 12.8646C7.59385 12.5349 7.21139 12.0234 6.96619 11.2297C7.77612 11.2096 8.8907 11.5129 9.58803 12.6914L10.4487 12.1822Z" />
        <path d="M9.50482 12.1822C10.6601 10.2297 12.681 10.0798 13.7206 10.3152C13.9854 10.3752 14.154 10.6355 14.1003 10.9016C13.8401 12.1932 13.2951 13.0779 12.6087 13.6485C11.9265 14.2156 11.1444 14.4393 10.4615 14.4821L10.3989 13.4841C10.9164 13.4516 11.4827 13.2842 11.9695 12.8795C12.3704 12.5463 12.7452 12.0292 12.9884 11.2297C12.1784 11.2093 11.0631 11.5123 10.3655 12.6914L9.50482 12.1822Z" />
        <path d="M10 18.4998C14.6944 18.4998 18.5 14.6942 18.5 9.99976C18.5 5.30534 14.6944 1.49976 10 1.49976C5.30558 1.49976 1.5 5.30534 1.5 9.99976C1.5 14.6942 5.30558 18.4998 10 18.4998ZM10 19.4998C15.2467 19.4998 19.5 15.2465 19.5 9.99976C19.5 4.75305 15.2467 0.499756 10 0.499756C4.75329 0.499756 0.5 4.75305 0.5 9.99976C0.5 15.2465 4.75329 19.4998 10 19.4998Z" fill-rule="evenodd" />
      </svg>
    {%- when 'option-heart' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M10 5.2393L8.5149 3.77392C6.79996 2.08174 4.01945 2.08174 2.30451 3.77392C0.589562 5.4661 0.589563 8.2097 2.30451 9.90188L10 17.4952L17.6955 9.90188C19.4104 8.2097 19.4104 5.4661 17.6955 3.77392C15.9805 2.08174 13.2 2.08174 11.4851 3.77392L10 5.2393ZM10.765 3.06343C12.8777 0.978857 16.3029 0.978856 18.4155 3.06343C20.5282 5.148 20.5282 8.52779 18.4155 10.6124L10.72 18.2057C10.3224 18.5981 9.67763 18.5981 9.27996 18.2057L1.58446 10.6124C-0.528154 8.52779 -0.528154 5.14801 1.58446 3.06343C3.69708 0.978859 7.12233 0.978858 9.23495 3.06343L10 3.81832L10.765 3.06343Z" fill-rule="evenodd"/>
      </svg>
    {%- when 'option-iron' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M7.06843 2C7.06843 1.72386 7.29229 1.5 7.56843 1.5H18.8715C19.5071 1.5 20 2.01682 20 2.64089H19C19 2.55058 18.9365 2.5 18.8715 2.5H7.56843C7.29229 2.5 7.06843 2.27614 7.06843 2ZM0.0496071 16.2893L0.0456548 16.3034L0.0425352 16.3177C-0.0693018 16.8308 0.0392824 17.3941 0.373431 17.8237C0.704644 18.2495 1.21056 18.5 1.7572 18.5H18.2429C19.2185 18.5 20 17.6891 20 16.7183V2.64089H19V7.78236H12.3493C7.3981 7.78236 4.24306 9.43504 2.37802 11.7502C1.47719 12.8655 0.897699 13.9807 0.5528 14.8266C0.38499 15.233 0.255782 15.5934 0.17739 15.8549C0.15381 15.9277 0.121759 16.037 0.0970143 16.1228C0.0838597 16.1684 0.0720441 16.2099 0.0635213 16.2399L0.0534033 16.2758L0.0496071 16.2893ZM19 8.78236H12.3493C7.63614 8.78236 4.79462 10.3441 3.15638 12.378C2.3266 13.4053 1.79297 14.4333 1.47838 15.2051L1.47751 15.2072C1.3171 15.5957 1.19979 15.9259 1.13382 16.1469L1.13011 16.1593C1.11264 16.2128 1.08389 16.3096 1.05785 16.3999C1.04524 16.4436 1.03388 16.4835 1.02566 16.5125L1.01689 16.5436C0.968598 16.7829 1.02541 17.0332 1.16275 17.2097C1.3055 17.3933 1.52075 17.5 1.7572 17.5H18.2429C18.648 17.5 19 17.1552 19 16.7183V8.78236Z" fill-rule="evenodd"/>
        <path d="M8.7886 14.3589C8.3886 14.3589 8.08859 14.6589 8.08859 15.0589C8.08859 15.4489 8.3886 15.7489 8.7886 15.7489C9.1886 15.7489 9.48861 15.4489 9.48861 15.0589C9.47861 14.6689 9.1786 14.3589 8.7886 14.3589Z"/>
        <path d="M11.6186 14.3589C11.2186 14.3589 10.9186 14.6589 10.9186 15.0589C10.9186 15.4489 11.2186 15.7489 11.6186 15.7489C12.0186 15.7489 12.3186 15.4489 12.3186 15.0589C12.3086 14.6689 12.0086 14.3589 11.6186 14.3589Z"/>
        <path d="M14.4486 14.3589C14.0486 14.3589 13.7486 14.6589 13.7486 15.0589C13.7486 15.4489 14.0486 15.7489 14.4486 15.7489C14.8486 15.7489 15.1486 15.4489 15.1486 15.0589C15.1486 14.6689 14.8486 14.3589 14.4486 14.3589Z"/>
      </svg>
    {%- when 'option-leaf' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M18.6307 0.0851008C18.9214 0.143319 19.2573 0.251631 19.499 0.483071C19.7487 0.722288 19.8616 1.06444 19.9202 1.35568C19.9821 1.66275 20.0008 2.00418 20 2.32523C19.9986 2.89096 19.9355 3.45932 19.9011 3.76888C19.8965 3.81064 19.8924 3.8477 19.889 3.8794L19.8885 3.88469C19.7574 5.00604 19.5546 6.53586 19.2559 8.16345C18.9577 9.77538 18.5618 11.5447 18.0423 13.1175L18.0415 13.1198C17.54 14.6143 16.835 16.2292 15.7876 17.2779C12.1807 20.8897 6.31722 20.917 2.70668 17.3017C-0.903844 13.6864 -0.876728 7.8151 2.73025 4.20335C3.77726 3.15495 5.37751 2.44898 6.88416 1.94609L6.88527 1.94573C8.4557 1.42559 10.21 1.02928 11.8328 0.73059C13.4582 0.431407 14.986 0.228254 16.1059 0.097027L16.1111 0.0964089C16.1231 0.0951308 16.1358 0.0937998 16.1492 0.09237C16.4416 0.0610531 17.0517 -0.0042707 17.6652 0.000220251C17.9855 0.00256445 18.3248 0.0238389 18.6307 0.0851008ZM16.2207 1.10269C15.114 1.23241 13.6107 1.4325 12.0155 1.72612C10.4166 2.02043 8.71247 2.40674 7.20334 2.90653C5.72522 3.39993 4.31684 4.04614 3.44505 4.91909C0.229287 8.13911 0.209266 13.3695 3.42148 16.5859C6.63368 19.8024 11.8571 19.7822 15.0728 16.5622C15.9442 15.6897 16.5895 14.2687 17.0829 12.7984C17.5818 11.2879 17.9676 9.5703 18.2616 7.98044C18.5549 6.38318 18.7546 4.8779 18.8841 3.76969C18.8878 3.73473 18.8921 3.69563 18.8969 3.65288C18.9315 3.33899 18.9879 2.82875 18.9891 2.32275C18.9898 2.03445 18.9722 1.76875 18.9293 1.5558C18.8832 1.32703 18.8229 1.23626 18.8002 1.21454C18.7694 1.18504 18.6656 1.12434 18.4325 1.07766C18.2146 1.03402 17.9461 1.01452 17.6578 1.01241C17.1035 1.00835 16.5429 1.06826 16.2505 1.09951C16.2402 1.10061 16.2303 1.10167 16.2207 1.10269Z" />
        <path d="M19.4297 0.501734C19.6261 0.7004 19.6244 1.02084 19.426 1.21747L0.860985 19.6161C0.662582 19.8127 0.342561 19.811 0.146198 19.6124C-0.0501654 19.4137 -0.0485124 19.0933 0.14989 18.8966L18.7149 0.498038C18.9133 0.301414 19.2334 0.303069 19.4297 0.501734Z" />
        <path d="M5.62257 2.4772H6.12801V13.6663H17.3961V14.1724H5.62257V2.4772Z" />
        <path d="M10.1879 1.18752H10.6933L10.6933 9.14731H18.7842V9.65342H10.1879L10.1879 1.18752Z" />
      </svg>
    {%- when 'option-leather' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M7.97895 1.55555C7.75602 1.55555 7.55049 1.71237 7.49305 1.94762L7.49123 1.95509C7.42498 2.21019 7.33959 2.53757 7.21755 2.85227C7.09741 3.16208 6.92519 3.50498 6.66011 3.77111C5.94871 4.49525 4.9347 4.58069 4.15302 4.58069C3.86517 4.58069 3.57871 4.54519 3.29458 4.47515C3.24995 4.46626 3.17168 4.45029 3.08678 4.41925C3.02446 4.40156 2.97878 4.39485 2.93608 4.39485C2.85763 4.39485 2.77367 4.41506 2.69931 4.45229C2.58049 4.51177 2.49244 4.61426 2.45245 4.74393L2.08187 5.96006C1.99969 6.23376 2.14791 6.5108 2.40926 6.59694C3.06631 6.80864 3.64401 7.16273 4.12596 7.64524C5.79603 9.31728 5.79603 12.0249 4.12596 13.697L4.1207 13.7022C3.70656 14.1053 3.22471 14.4375 2.66344 14.653C2.42776 14.7449 2.29223 15.0137 2.37026 15.2777L2.3694 15.275L2.37085 15.2797L2.37026 15.2777L2.92436 17.0653L2.92291 17.061L2.92626 17.0715L2.92436 17.0653C2.97736 17.22 3.1002 17.3437 3.23664 17.3938C3.23134 17.3924 3.22591 17.3909 3.22032 17.3894L3.24853 17.3979C3.24455 17.3966 3.24059 17.3952 3.23664 17.3938C3.31908 17.4155 3.36721 17.4222 3.41048 17.4222C3.49912 17.4222 3.60995 17.3887 3.70246 17.3233C3.98945 17.1198 4.30448 16.9574 4.6125 16.8318L4.61978 16.8288C5.10547 16.639 5.61461 16.5446 6.14334 16.5446C7.11309 16.5446 8.05549 16.8874 8.79764 17.4889L8.80712 17.4966L8.81955 17.5076C8.90806 17.5864 9.00821 17.6755 9.10985 17.7768C9.10724 17.7743 9.10462 17.7719 9.10199 17.7695L9.11722 17.7841C9.11476 17.7817 9.11231 17.7792 9.10985 17.7768C9.26909 17.925 9.40178 18.0826 9.51863 18.2455L9.51488 18.2407L9.52415 18.2532C9.52231 18.2507 9.52048 18.2481 9.51863 18.2455C9.61654 18.3713 9.76885 18.4444 9.91772 18.4444V19.4999C9.42913 19.4999 8.96472 19.2651 8.67058 18.8776L8.66585 18.8714L8.66131 18.865C8.57515 18.7443 8.48502 18.6386 8.38216 18.5436L8.3744 18.5364L8.36693 18.5289C8.28943 18.4513 8.21077 18.3808 8.12058 18.3006C8.12363 18.303 8.12667 18.3055 8.12971 18.3079L8.11112 18.2921C8.11428 18.295 8.11744 18.2978 8.12058 18.3006C7.56475 17.8535 6.86093 17.6002 6.14334 17.6002C5.74527 17.6002 5.36861 17.6705 5.00975 17.8102L5.01345 17.8087L5.00616 17.8116L5.00975 17.8102C4.7622 17.9115 4.52249 18.0371 4.31551 18.1839C4.05739 18.3663 3.73435 18.4778 3.41048 18.4778C3.22966 18.4778 3.07494 18.4441 2.94062 18.4074L2.9264 18.4036L2.91241 18.3989C2.43607 18.2399 2.07057 17.8518 1.91799 17.3935L1.91453 17.3831L1.35631 15.5819C1.12631 14.8143 1.50604 13.9695 2.27996 13.6691L2.28202 13.6683C2.68845 13.5124 3.05095 13.2676 3.37829 12.9495L3.37567 12.9522L3.38096 12.9469L3.37829 12.9495C4.63437 11.6891 4.6335 9.64934 3.37567 8.39003C3.01234 8.02628 2.57987 7.76103 2.08252 7.60098L2.08001 7.60016C1.26969 7.33494 0.820566 6.47637 1.06787 5.6562L1.06832 5.65473L1.43956 4.43642L1.43993 4.43521C1.565 4.02823 1.84814 3.69722 2.22417 3.50898C2.43856 3.40166 2.68453 3.3393 2.93608 3.3393C3.11661 3.3393 3.27314 3.37268 3.40855 3.41335L3.43121 3.42015L3.45248 3.42867C3.45248 3.42867 3.45629 3.42989 3.46231 3.4314C3.47374 3.43427 3.48719 3.43707 3.51473 3.44259L3.52713 3.44507L3.5394 3.44814C3.746 3.49985 3.95026 3.52514 4.15302 3.52514C4.91759 3.52514 5.52295 3.42089 5.9046 3.03158L5.90806 3.02805C6.02355 2.91242 6.13155 2.72544 6.22996 2.47166C6.32632 2.22316 6.39772 1.95396 6.46528 1.69386L6.46427 1.69798L6.46615 1.69052L6.46528 1.69386C6.63616 1.00201 7.25456 0.5 7.97895 0.5H11.609C12.3348 0.5 12.9542 1.00401 13.1237 1.69798L13.1242 1.70013C13.1834 1.94725 13.2587 2.21702 13.359 2.46369C13.4616 2.71581 13.5762 2.90808 13.696 3.02807C14.1211 3.45365 14.7781 3.68003 15.4455 3.68003C15.5631 3.68003 15.6809 3.67176 15.7991 3.65507C16.0139 3.6203 16.225 3.56054 16.415 3.47834C16.6179 3.38568 16.8361 3.3393 17.0543 3.3393C17.2747 3.3393 17.4951 3.38664 17.6997 3.48119C18.0942 3.66348 18.4093 4.00233 18.5392 4.44215L18.9305 5.59736L18.9334 5.60717C19.0547 6.01723 19.0121 6.46746 18.7906 6.84757C18.5695 7.22709 18.1953 7.48993 17.7778 7.58282L17.7709 7.58435C17.5695 7.62636 17.3676 7.69501 17.1451 7.78185C16.7638 7.95199 16.4097 8.19235 16.1092 8.49326C15.4747 9.1285 15.1188 9.97588 15.1188 10.8775C15.1188 11.7824 15.4665 12.6274 16.1066 13.2593L16.1092 13.2619C16.4842 13.6374 16.929 13.9137 17.4287 14.0838C18.1828 14.3325 18.7843 15.188 18.5193 16.05L18.0759 17.4952L18.0752 17.4976C17.9207 17.9926 17.544 18.3705 17.0476 18.5259L17.0418 18.5277C16.9097 18.5673 16.7524 18.6017 16.5797 18.6017C16.2411 18.6017 15.898 18.4939 15.6144 18.273L15.6108 18.2702C15.3991 18.1024 15.1801 17.9708 14.9427 17.865L14.9447 17.8659L14.9408 17.8641L14.9427 17.865C14.5354 17.688 14.1132 17.6002 13.6715 17.6002C12.9507 17.6002 12.2587 17.8453 11.7065 18.2988L11.7141 18.2921L11.6994 18.3047C11.7018 18.3028 11.7041 18.3008 11.7065 18.2988L11.4477 18.5292C11.4511 18.5257 11.4547 18.5221 11.4582 18.5186L11.4356 18.5399L11.4477 18.5292C11.3396 18.6384 11.2492 18.7459 11.1669 18.8609C11.1682 18.8589 11.1695 18.857 11.1708 18.8551L11.1639 18.865L11.1669 18.8609C10.8858 19.2703 10.4109 19.4975 9.92545 19.4999L9.92546 18.4444H9.91772C10.0873 18.4444 10.2255 18.3642 10.2941 18.2632L10.3009 18.2532C10.4214 18.0843 10.5538 17.9281 10.7079 17.7738L10.7189 17.7628L11.0162 17.4983L11.0237 17.4921C11.7696 16.8756 12.7042 16.5446 13.6715 16.5446C14.2604 16.5446 14.8275 16.663 15.3684 16.8985L15.3723 16.9002C15.6902 17.0416 15.9855 17.219 16.2676 17.4422L16.2662 17.4411L16.2698 17.444L16.2676 17.4422C16.355 17.5098 16.4651 17.5461 16.5797 17.5461C16.6128 17.5461 16.6607 17.5394 16.7332 17.5179L16.7305 17.5187L16.7363 17.517L16.7332 17.5179C16.895 17.4664 17.0122 17.3494 17.0638 17.185L17.5069 15.741C17.5716 15.5306 17.412 15.1893 17.0951 15.0856L17.0895 15.0838C16.4357 14.8617 15.8506 14.4986 15.3602 14.008L15.3615 14.0093L15.3589 14.0067L15.3602 14.008C14.5161 13.1739 14.0599 12.0577 14.0599 10.8775C14.0599 9.69362 14.529 8.57933 15.3589 7.74846C15.7569 7.34998 16.2242 7.03443 16.7259 6.81248L16.7363 6.80786L16.747 6.80369C16.9934 6.70716 17.2611 6.61261 17.5499 6.55201L17.5472 6.55261L17.5541 6.55113L17.5499 6.55201C17.6881 6.52047 17.8079 6.43273 17.875 6.3174C17.9411 6.20409 17.9608 6.05889 17.9202 5.91414L17.924 5.92537L17.9178 5.90587C17.9187 5.90862 17.9195 5.91138 17.9202 5.91414L17.5282 4.75688L17.5247 4.74458C17.4871 4.61282 17.3921 4.50249 17.2544 4.43887C17.1909 4.40952 17.1226 4.39485 17.0543 4.39485C16.9859 4.39485 16.9176 4.40953 16.8541 4.43887L16.8433 4.44383C16.5614 4.56653 16.2601 4.6503 15.9626 4.69796L15.9538 4.69937C15.7847 4.72356 15.6152 4.73559 15.4455 4.73559C14.5661 4.73559 13.6138 4.4417 12.9457 3.77286C12.684 3.51084 12.5047 3.17239 12.3778 2.86025C12.2488 2.54315 12.1592 2.21564 12.0947 1.94676C12.037 1.71199 11.8317 1.55555 11.609 1.55555H7.97895Z"/>
      </svg>
    {%- when 'option-lightning_bolt' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M14.6792 0.161747C14.8796 0.280525 14.9715 0.522024 14.9006 0.743992L12.5162 8.21151L16.6937 9.21166C16.8685 9.2535 17.0074 9.38595 17.0575 9.55856C17.1076 9.73117 17.0612 9.91739 16.936 10.0463L7.56282 19.6949C7.39667 19.8659 7.13287 19.8958 6.93265 19.7663C6.73242 19.6368 6.65151 19.384 6.73935 19.1623L9.70397 11.6806L5.23445 10.6106C5.06054 10.5689 4.9221 10.4376 4.87139 10.2661C4.82068 10.0946 4.86541 9.9091 4.9887 9.77957L14.0621 0.247179C14.2228 0.0784039 14.4787 0.042969 14.6792 0.161747ZM6.3116 9.84018L10.4977 10.8424C10.6387 10.8761 10.7581 10.9694 10.8249 11.0981C10.8918 11.2267 10.8995 11.378 10.8461 11.5128L8.59272 17.1996L15.6066 9.97963L11.7597 9.05865C11.6245 9.02628 11.5089 8.93906 11.4406 8.81795C11.3723 8.69683 11.3575 8.55276 11.3998 8.42031L13.286 2.51296L6.3116 9.84018Z" />
      </svg>
    {%- when 'option-lipstick' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M5.75667 9.01565C6.15216 8.63015 6.79313 8.6304 7.18832 9.01621L11.3583 13.0872C11.7535 13.473 11.7533 14.0983 11.3578 14.4838L7.09967 18.6344C6.3087 19.4054 5.02676 19.4049 4.23639 18.6332L1.49746 15.9593C0.707086 15.1877 0.707575 13.9372 1.49855 13.1662L5.75667 9.01565ZM10.6422 13.7852L6.47222 9.71421L2.2141 13.8648C1.81861 14.2503 1.81837 14.8755 2.21355 15.2613L4.95248 17.9352C5.34767 18.3211 5.98864 18.3213 6.38412 17.9358L10.6422 13.7852Z" />
        <path d="M9.72567 6.73552L13.6983 10.6138L10.5435 13.6889L6.57087 9.81062L9.72567 6.73552ZM9.72513 8.13208L8.00251 9.81118L10.544 12.2923L12.2666 10.6132L9.72513 8.13208Z" />
        <path d="M15.5129 1.0945C15.9084 0.709004 16.5493 0.709254 16.9445 1.09506L17.6972 1.82982C19.0803 3.18014 19.0795 5.36856 17.6953 6.7178L12.9823 11.3117L9.00968 7.43344L15.5129 1.0945ZM16.9811 2.52782L16.2284 1.79306L10.4413 7.434L12.9828 9.91516L16.9797 6.01924C17.9684 5.0555 17.969 3.49234 16.9811 2.52782Z" />
      </svg>
    {%- when 'option-lock' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M16.5 7.11819H3.5L3.5 18.9997L16.5 18.9997V7.11819ZM3.5 6.11786C2.94772 6.11786 2.5 6.56573 2.5 7.11819V18.9997C2.5 19.5521 2.94772 20 3.5 20H16.5C17.0523 20 17.5 19.5521 17.5 18.9997V7.11819C17.5 6.56572 17.0523 6.11786 16.5 6.11786H3.5Z" fill-rule="evenodd"/>
        <path d="M11.443 11.9199C11.443 12.7406 10.797 13.406 10.0001 13.406C9.20314 13.406 8.55712 12.7406 8.55712 11.9199C8.55712 11.0992 9.20314 10.4338 10.0001 10.4338C10.797 10.4338 11.443 11.0992 11.443 11.9199Z"/>
        <path d="M10.0187 11.9202C10.3639 11.9202 10.6437 12.2001 10.6437 12.5454V15.6971C10.6437 16.0424 10.3639 16.3223 10.0187 16.3223C9.67354 16.3223 9.39372 16.0424 9.39372 15.6971V12.5454C9.39372 12.2001 9.67354 11.9202 10.0187 11.9202Z"/>
        <path d="M6.2417 3.75956C6.2417 1.68321 7.92435 0 10 0C12.0757 0 13.7583 1.68321 13.7583 3.75956V6.12135H12.7583V3.75956C12.7583 2.23568 11.5234 1.00033 10 1.00033C8.47663 1.00033 7.2417 2.23568 7.2417 3.75956V6.12135H6.2417V3.75956Z"/>
      </svg>
    {%- when 'option-map_pin' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M9.91038 18.5904L14.9458 9.80988C17.1744 5.9237 14.4213 1.03316 10.004 1.03316C5.61856 1.03316 2.85676 5.85475 5.01217 9.74644L9.91038 18.5904ZM10.004 0C4.84496 0 1.59264 5.67261 4.13039 10.2547L9.34236 19.6651C9.58751 20.1078 10.2108 20.1126 10.4625 19.6737L15.82 10.3316C18.4445 5.75498 15.2016 0 10.004 0Z" fill-rule="evenodd"/>
        <path d="M12.9997 6.79602C12.9997 8.5559 11.6011 9.98256 9.87597 9.98256C8.1508 9.98256 6.75228 8.5559 6.75228 6.79602C6.75228 5.03615 8.1508 3.60949 9.87597 3.60949C11.6011 3.60949 12.9997 5.03615 12.9997 6.79602ZM9.87597 8.9494C11.0418 8.9494 11.9869 7.9853 11.9869 6.79602C11.9869 5.60675 11.0418 4.64265 9.87597 4.64265C8.71015 4.64265 7.76506 5.60675 7.76506 6.79602C7.76506 7.9853 8.71015 8.9494 9.87597 8.9494Z"/>
      </svg>
    {%- when 'option-nut_free' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M8.38041 11.5855L2.5155 15.5063L1.95973 14.675L7.82464 10.7542L8.38041 11.5855Z" />
        <path d="M17.6981 5.08643L11.8332 9.00726L11.2774 8.17593L17.1424 4.25509L17.6981 5.08643Z" />
        <path d="M6.13399 9.34115C6.80574 10.0344 7.66191 10.4557 8.28602 10.5914C8.40535 10.6174 8.51106 10.6861 8.5832 10.7847C8.70288 10.9482 8.80546 11.0846 8.89607 11.2051C9.04851 11.4078 9.16711 11.5655 9.2764 11.7315C9.46109 12.0119 9.6332 12.3328 9.95101 12.9745C10.4796 14.0417 11.4698 14.339 11.8528 14.4362C12.4756 14.5687 12.9843 14.6365 13.3964 14.6349C13.8107 14.6334 14.0932 14.5618 14.2896 14.4469C14.6434 14.2399 14.9175 13.76 14.9175 12.5471C14.9175 11.6522 14.5765 10.8589 14.0942 10.2599C13.6042 9.65156 13.0036 9.28557 12.5348 9.1946C11.3967 8.97378 10.7812 8.27648 10.5969 7.84891C10.4593 7.53894 10.1866 7.07083 9.87896 6.62103C9.5679 6.16616 9.26103 5.78894 9.06123 5.61912C8.45551 5.15102 8.02652 5.00866 7.42372 4.90607C6.29733 4.71437 5.79753 4.88276 5.55066 5.1071C5.28632 5.34732 5.14585 5.79122 5.09075 6.56826C5.00813 7.73344 5.47224 8.65824 6.13399 9.34115ZM5.41583 10.037C4.59647 9.19146 3.98677 7.99933 4.09325 6.49754C4.14909 5.71003 4.29708 4.89505 4.87814 4.36703C5.47667 3.82312 6.37921 3.71392 7.5915 3.92024C8.33035 4.04599 8.92081 4.24475 9.68194 4.835C9.68684 4.8388 9.69167 4.84269 9.69642 4.84667C10.0093 5.10851 10.3844 5.58865 10.7044 6.05655C11.0305 6.53334 11.3407 7.05887 11.5124 7.44641L11.5151 7.45267C11.5652 7.57005 11.9047 8.0537 12.7253 8.21291C13.4827 8.35987 14.2758 8.89112 14.873 9.63272C15.4779 10.3838 15.9175 11.3932 15.9175 12.5471C15.9175 13.8345 15.6375 14.8169 14.7946 15.31C14.3928 15.5451 13.9164 15.633 13.4001 15.6349C12.8836 15.6368 12.293 15.5526 11.635 15.4122C11.6291 15.4109 11.6232 15.4095 11.6172 15.4081C11.1791 15.2976 9.79283 14.9082 9.0549 13.4183C8.73742 12.7773 8.58886 12.5057 8.44122 12.2815C8.34723 12.1387 8.25749 12.0196 8.1243 11.8429C8.05736 11.7541 7.97945 11.6507 7.88452 11.5224C7.10236 11.3107 6.16389 10.809 5.41583 10.037Z" />
        <path d="M10 18.4998C14.6944 18.4998 18.5 14.6942 18.5 9.99976C18.5 5.30534 14.6944 1.49976 10 1.49976C5.30558 1.49976 1.5 5.30534 1.5 9.99976C1.5 14.6942 5.30558 18.4998 10 18.4998ZM10 19.4998C15.2467 19.4998 19.5 15.2465 19.5 9.99976C19.5 4.75305 15.2467 0.499756 10 0.499756C4.75329 0.499756 0.5 4.75305 0.5 9.99976C0.5 15.2465 4.75329 19.4998 10 19.4998Z" fill-rule="evenodd" />
      </svg>
    {%- when 'option-pants' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M5.38585 1.09329C5.07555 1.09329 4.81943 1.35288 4.81943 1.66737V3.1424V3.68905V3.79657L2.58822 17.5451C2.53138 17.8619 2.74218 18.1574 3.04189 18.2081L3.04477 18.2086L7.0226 18.9029L7.0238 18.9031C7.03985 18.9058 7.05426 18.9067 7.12196 18.9067C7.2249 18.9067 7.34688 18.8779 7.49367 18.8011C7.61722 18.7011 7.68686 18.5755 7.70572 18.4512L7.70722 18.4414L9.22185 9.54571C9.37633 8.63834 10.6618 8.63833 10.8163 9.54568L12.3206 18.379C12.3651 18.656 12.5975 18.8507 12.8719 18.8507C12.9396 18.8507 12.954 18.8497 12.97 18.8471L12.9712 18.8469L16.9432 18.1536C17.1105 18.1199 17.2405 18.0327 17.3138 17.9238C17.4016 17.7932 17.4374 17.6315 17.4146 17.4768L15.1762 3.68905L15.1388 3.33082L15.1191 3.1424V1.66737C15.1191 1.35288 14.8629 1.09329 14.5526 1.09329H5.38585ZM3.74074 1.66737C3.74074 0.749069 4.47981 0 5.38585 0H14.5526C15.4587 0 16.1977 0.749069 16.1977 1.66737V3.24777L18.4804 17.3081C18.5452 17.7354 18.4484 18.1779 18.205 18.5397C17.9471 18.9231 17.548 19.149 17.1425 19.2281L17.1322 19.2301L13.1514 19.9248L13.1486 19.9253C13.0375 19.9441 12.9437 19.944 12.8803 19.944L12.8719 19.944C12.0855 19.944 11.3898 19.3778 11.2564 18.5579L11.2559 18.5552L10.0191 11.2923L8.77103 18.6229C8.70148 19.0708 8.44825 19.4502 8.10262 19.7049L8.07511 19.7252L8.04531 19.7418C7.7641 19.8986 7.45399 20 7.12196 20L7.1135 20C7.05014 20 6.95633 20.0001 6.84527 19.9813L6.8424 19.9808L2.86456 19.2865L2.86275 19.2862C1.97085 19.1345 1.36484 18.268 1.52597 17.3544L3.74074 3.70726V1.66737Z"/>
        <path d="M15.1762 3.68905H4.81943V3.1424H15.1191L15.1762 3.68905Z"/>
      </svg>
    {%- when 'option-paw_print' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M4.34392 7.16368C4.01559 6.62807 3.5917 6.36975 3.21922 6.39495C2.73316 6.42785 2.45795 6.58174 2.30073 6.74933C2.14054 6.92007 2.05037 7.16105 2.04138 7.46193C2.02254 8.09186 2.36617 8.81926 2.81281 9.17768C3.09955 9.40778 3.55864 9.54479 3.95773 9.4945C4.32171 9.44864 4.59366 9.26185 4.68772 8.84687C4.80166 8.34416 4.66637 7.68972 4.34392 7.16368ZM5.19648 6.64106C5.62446 7.33924 5.84642 8.25859 5.66298 9.06792C5.45965 9.96498 4.78605 10.398 4.08274 10.4867C3.41454 10.5708 2.68459 10.357 2.18694 9.95761C1.49068 9.39888 1.0138 8.36924 1.04182 7.43204C1.05626 6.94936 1.20637 6.45426 1.57143 6.06513C1.93946 5.67284 2.47446 5.44307 3.15171 5.39724C4.05461 5.33615 4.77437 5.95246 5.19648 6.64106Z" />
        <path d="M7.14946 1.68176C6.9184 1.59371 6.62261 1.70407 6.49559 1.9565C6.22812 2.48805 6.083 3.36616 6.18378 4.10853C6.35261 5.35217 7.25625 5.71812 7.70271 5.65305C7.86816 5.62894 8.12274 5.47614 8.31293 5.14915C8.49419 4.83751 8.59089 4.40403 8.47246 3.90187C8.36055 3.42733 8.19106 2.91836 7.95574 2.49796C7.7165 2.07056 7.44271 1.79351 7.14946 1.68176ZM5.6023 1.50701C5.94378 0.828378 6.76265 0.464216 7.50555 0.747312C8.11181 0.978337 8.53571 1.48675 8.82834 2.00952C9.12489 2.5393 9.32145 3.14522 9.44576 3.67233C9.62415 4.42875 9.48453 5.12377 9.17735 5.65192C8.87909 6.16472 8.39313 6.563 7.84693 6.6426C6.80439 6.79453 5.43013 5.99077 5.19287 4.24305C5.06802 3.32337 5.23428 2.23839 5.6023 1.50701Z" />
        <path d="M12.6907 1.80274C12.3355 1.97062 12.0017 2.33008 11.8476 2.75928C11.6133 3.41213 11.5804 4.12275 11.9972 4.77771C12.1956 5.08948 12.3753 5.24649 12.5141 5.32269C12.6452 5.39474 12.7606 5.40672 12.8697 5.38874C13.119 5.34765 13.3959 5.13462 13.6039 4.86582C13.6354 4.82509 13.6668 4.77061 13.706 4.68927C13.7204 4.65945 13.7348 4.62961 13.7492 4.59974C13.8655 4.35944 13.9828 4.11688 14.0737 3.86325C14.1756 3.57906 14.2289 3.32057 14.2137 3.09192C14.192 2.76518 13.9579 2.26203 13.5735 1.8984C13.333 1.67099 13.0297 1.64254 12.6907 1.80274ZM12.2635 0.898617C12.8842 0.605286 13.6539 0.598007 14.2606 1.1719C14.7883 1.67098 15.1698 2.39777 15.2115 3.02563C15.2396 3.44739 15.1396 3.85347 15.015 4.20081C14.9048 4.50815 14.7632 4.80049 14.649 5.03616C14.6345 5.0661 14.6205 5.09513 14.607 5.12316C14.5566 5.2278 14.4896 5.35525 14.3948 5.47779C14.1224 5.82976 13.6457 6.27432 13.0323 6.37543C12.7101 6.42854 12.3669 6.38277 12.0326 6.19918C11.706 6.01974 11.4135 5.72323 11.1535 5.31458C10.5193 4.31806 10.6049 3.26144 10.9064 2.4214C11.1464 1.75307 11.659 1.18427 12.2635 0.898617Z" />
        <path d="M17.6809 6.04621C17.5007 5.91767 17.2317 5.89108 16.9698 6.00071C16.4976 6.19832 16.0025 6.58528 15.8248 7.18311C15.6412 7.8004 15.7046 8.22074 15.8297 8.46804C15.9512 8.70832 16.1477 8.82666 16.3584 8.84523C16.6985 8.87521 17.0562 8.86118 17.3579 8.69638C17.6345 8.54529 17.9513 8.21835 18.1143 7.42891C18.1984 7.02206 18.1528 6.73097 18.0669 6.52401C17.9799 6.31413 17.8378 6.15805 17.6809 6.04621ZM16.5837 5.07824C17.1051 4.86005 17.7504 4.86756 18.2615 5.232C18.5443 5.43362 18.8203 5.73017 18.9907 6.14097C19.1622 6.5547 19.2132 7.05235 19.0937 7.63117C18.8855 8.63918 18.4276 9.25149 17.8373 9.57397C17.2721 9.88275 16.6707 9.87663 16.2706 9.84137C15.7087 9.79184 15.2116 9.46185 14.9373 8.91931C14.6665 8.3838 14.6317 7.68684 14.8662 6.8981C15.1592 5.91277 15.9478 5.34435 16.5837 5.07824Z" />
        <path d="M10.2255 15.5337L11.4477 16.756C12.4796 17.7879 14.1526 17.7879 15.1845 16.756C16.2164 15.7241 16.2164 14.051 15.1845 13.0191L10.2255 8.06003L5.26638 13.0191C4.23448 14.051 4.23448 15.7241 5.26638 16.756C6.29828 17.7879 7.97134 17.7879 9.00324 16.756L10.2255 15.5337ZM10.9326 7.35292L15.8916 12.312C17.3141 13.7344 17.3141 16.0406 15.8916 17.4631C14.4692 18.8855 12.163 18.8855 10.7406 17.4631L10.2255 16.948L9.71034 17.4631C8.28792 18.8855 5.9817 18.8855 4.55927 17.4631C3.13685 16.0406 3.13685 13.7344 4.55927 12.312L9.51834 7.35292C9.90887 6.9624 10.542 6.9624 10.9326 7.35292Z" />
      </svg>
    {%- when 'option-pepper' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M13.8697 0.56604C13.8697 0.289898 14.0935 0.06604 14.3697 0.06604H16.1634C16.4395 0.06604 16.6634 0.289898 16.6634 0.56604V2.00119C16.8943 2.11287 17.0762 2.2161 17.2364 2.32805C17.4622 2.48585 17.6272 2.64926 17.8098 2.83566C18.3879 3.4258 18.6838 4.0656 18.5812 4.59575C18.5301 4.85963 18.3669 5.11474 18.0821 5.22789C17.9221 8.51167 16.8642 11.1646 15.0245 13.383C13.1049 15.6976 10.3577 17.5112 6.97064 19.0917C5.83897 19.6198 4.66049 19.9164 3.67478 19.9278C2.73561 19.9387 1.7552 19.6826 1.37658 18.8445C1.17446 18.3971 1.11237 17.9655 1.26429 17.5467C1.40694 17.1534 1.71003 16.8573 2.02785 16.6059C2.26091 16.4216 2.54867 16.227 2.85558 16.0194C2.96642 15.9444 3.07977 15.8678 3.19393 15.7893C3.63681 15.4849 4.13145 15.1279 4.65693 14.6701C4.92064 14.4404 5.1939 14.2073 5.47234 13.9698C6.40218 13.1766 7.38971 12.3342 8.27196 11.4037C9.41554 10.1975 10.3247 8.89945 10.6603 7.47273C10.7012 7.29869 10.724 7.08615 10.7475 6.8208C10.7505 6.7866 10.7535 6.75157 10.7566 6.71584C10.7764 6.48649 10.7987 6.22794 10.8381 5.97015C10.8938 5.60546 10.9878 5.20747 11.1798 4.83151C11.1501 4.80403 11.1216 4.77301 11.0947 4.73804C10.8783 4.45736 10.9044 4.09427 10.9762 3.79231C11.0555 3.45849 11.2874 3.18135 11.5216 2.97117C11.7664 2.75155 12.0711 2.55419 12.3884 2.38942C12.8464 2.15153 13.3815 1.95585 13.8697 1.86928V0.56604ZM12.407 4.86811C12.409 4.86725 12.4109 4.86639 12.4129 4.86553C12.5275 4.8153 12.6251 4.76382 12.6749 4.73705C12.7418 4.71705 12.8926 4.7152 13.0953 4.80628C13.3053 4.90068 13.4627 5.0486 13.5278 5.17835C13.8801 5.881 14.5839 6.01378 15.1168 5.94363C15.387 5.90805 15.6472 5.8201 15.8648 5.7034C16.0705 5.59304 16.2919 5.42788 16.421 5.20375C16.4448 5.16235 16.5495 5.06452 16.7333 5.01828C16.8672 4.98459 16.9905 4.99199 17.0898 5.03328C16.9642 8.18191 15.9752 10.67 14.2547 12.7446C12.4678 14.8993 9.86837 16.636 6.54778 18.1856C5.51393 18.668 4.47602 18.9184 3.66318 18.9279C2.80379 18.9378 2.40347 18.6886 2.2879 18.4328C2.15392 18.1362 2.1692 17.9846 2.20436 17.8877C2.24879 17.7652 2.36666 17.613 2.64825 17.3902C2.8499 17.2307 3.09094 17.0677 3.38386 16.8696C3.50082 16.7905 3.62606 16.7057 3.76036 16.6134C4.2184 16.2986 4.74771 15.9173 5.31379 15.4241C5.56162 15.2082 5.82407 14.9844 6.09557 14.7529C7.03158 13.9546 8.07509 13.0647 8.99763 12.0917C10.1906 10.8335 11.2389 9.38021 11.6337 7.70168C11.6933 7.4485 11.7207 7.16834 11.7436 6.90875C11.7469 6.87165 11.7501 6.83481 11.7532 6.79817C11.7733 6.5669 11.7926 6.34398 11.8266 6.12103C11.9027 5.62261 12.0414 5.21135 12.3412 4.90777C12.3619 4.89477 12.3838 4.88149 12.407 4.86811ZM17.5332 4.1359C17.467 3.98775 17.339 3.7841 17.0954 3.53544C16.9171 3.35342 16.8072 3.24815 16.6635 3.14766C16.5173 3.0455 16.3189 2.93675 15.9612 2.77864C15.7802 2.69861 15.6634 2.51929 15.6634 2.32133V1.06604H14.8697V2.32133C14.8697 2.59747 14.6458 2.82133 14.3697 2.82133C13.9943 2.82133 13.3936 2.99416 12.8493 3.27687C12.5835 3.41493 12.3546 3.5673 12.1894 3.71553C12.0695 3.82309 12.0059 3.90791 11.9745 3.96414C12.0669 3.91366 12.1677 3.8644 12.2738 3.81991C12.6862 3.64699 13.1523 3.73558 13.5052 3.89417C13.8667 4.05666 14.2281 4.34391 14.4217 4.73012C14.5095 4.90511 14.6858 4.99174 14.9862 4.95218C15.1326 4.93291 15.2773 4.88373 15.3921 4.82216C15.5023 4.76309 15.5456 4.71437 15.5533 4.70578C15.5544 4.70449 15.5548 4.70411 15.5544 4.70472C15.7497 4.36558 16.1228 4.14073 16.4892 4.04851C16.8054 3.96897 17.1837 3.97088 17.5332 4.1359Z" fill-rule="evenodd" />
      </svg>
    {%- when 'option-perfume' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M14.3418 4.01136C13.9848 3.73496 12.6615 3.7584 11.331 3.78196C10.9574 3.78858 10.5832 3.79521 10.2297 3.79521C9.88584 3.79521 9.51668 3.78621 9.14346 3.77711C7.90091 3.74682 6.61334 3.71544 6.06507 4.01135C3.48159 5.40609 1.79797 8.51637 1.79797 11.5832C1.79797 14.7181 3.62382 17.4403 6.30228 18.8076C7.47516 19.4063 8.81154 19.7452 10.2297 19.7452C11.6478 19.7452 12.9842 19.4063 14.1571 18.8076C16.8356 17.4403 18.6614 14.7181 18.6614 11.5832C18.6614 8.51637 16.9253 5.4061 14.3418 4.01136ZM13.7989 4.85466C13.7595 4.84463 13.6961 4.83194 13.6031 4.81974C13.3808 4.79058 13.0786 4.77518 12.7062 4.77044C12.27 4.76489 11.8342 4.77295 11.3816 4.78132C11.0119 4.78816 10.631 4.79521 10.2297 4.79521C9.873 4.79521 9.49181 4.78591 9.12145 4.77687C9.08988 4.7761 9.0584 4.77533 9.02701 4.77457C8.62113 4.76474 8.22906 4.75612 7.86427 4.75895C7.49696 4.7618 7.18238 4.77625 6.93082 4.80758C6.80621 4.82309 6.70953 4.84128 6.63756 4.85985C6.57251 4.87665 6.54392 4.88963 6.54011 4.89136C6.53955 4.89162 6.53962 4.89163 6.54011 4.89136C4.31953 6.09024 2.79797 8.83678 2.79797 11.5832C2.79797 14.3156 4.38864 16.708 6.75693 17.9169C7.7914 18.4449 8.97223 18.7452 10.2297 18.7452C11.4871 18.7452 12.668 18.4449 13.7024 17.9169C16.0707 16.708 17.6614 14.3156 17.6614 11.5832C17.6614 8.84882 16.0972 6.09543 13.8668 4.89131L13.7989 4.85466ZM6.54011 4.89136C6.53955 4.89162 6.53962 4.89163 6.54011 4.89136Z" fill-rule="evenodd" />
        <path d="M10.7202 1.18872H9.73911C9.18683 1.18872 8.73911 1.63644 8.73911 2.18872V3.75251H11.7202V2.18872C11.7202 1.63644 11.2725 1.18872 10.7202 1.18872ZM9.73911 0.188721C8.63454 0.188721 7.73911 1.08415 7.73911 2.18872V4.75251H12.7202V2.18872C12.7202 1.08415 11.8248 0.188721 10.7202 0.188721H9.73911Z" fill-rule="evenodd" />
        <path d="M13.4614 8.96045L13.5166 8.96114L13.5717 8.96311L13.6267 8.9662L13.6815 8.97039L13.736 8.97567L13.7904 8.98201L13.8444 8.98939L13.8981 8.99778L13.9514 9.00715L14.0044 9.01746L14.0569 9.02867L14.1091 9.04076L14.1607 9.05367L14.212 9.06738L14.2627 9.08184L14.313 9.097L14.3628 9.11283L14.4122 9.12929L14.461 9.14634L14.5094 9.16393L14.5573 9.18204L14.6048 9.20061L14.6518 9.21959L14.6983 9.23898L14.7444 9.25871L14.7901 9.27876L14.8354 9.29908L14.8802 9.31965L14.9246 9.34041L14.9686 9.36133L15.0123 9.38239L15.0555 9.40353L15.0983 9.42474L15.1408 9.44596L15.1829 9.46718L15.2246 9.48834L15.2651 9.50901L15.3877 9.57183L15.5061 9.63227L15.5075 9.633L15.5448 9.65185L15.5466 9.65275L15.5832 9.67107L15.5854 9.67216L15.6211 9.68993L15.6237 9.6912L15.6587 9.70839L15.6617 9.70983L15.6959 9.72641L15.6993 9.72803L15.7327 9.74399L15.7364 9.74577L15.7711 9.76204L15.8073 9.77873L15.843 9.79484L15.8784 9.81047L15.9132 9.82547L15.9476 9.83991L15.9816 9.85375L16.0151 9.86697L16.0482 9.87957L16.0808 9.89151L16.1129 9.90284L16.1445 9.9135L16.1757 9.92352L16.2064 9.93288L16.2366 9.9416L16.2664 9.94967L16.2957 9.9571L16.3246 9.9639L16.353 9.97008L16.3811 9.97564L16.4087 9.9806L16.436 9.98497L16.463 9.98876L16.4897 9.99198L16.5162 9.99463L16.5424 9.99674L16.5685 9.9983L16.5944 9.99933L16.6203 9.99982L16.6462 9.99979L16.6721 9.99922L16.6981 9.99812L16.7242 9.99648L16.7505 9.99429L16.7769 9.99156L16.8037 9.98826L16.8307 9.98439L16.8581 9.97994L16.8858 9.97489L16.9139 9.96924L16.9424 9.96298L16.9713 9.95609L17.0007 9.94857L17.0305 9.9404L17.0608 9.9316L17.0916 9.92214L17.1228 9.91203L17.1545 9.90127L17.1867 9.88986L17.2194 9.87781L17.2525 9.86514L17.2861 9.85182L17.3201 9.8379L17.3546 9.82339L17.3896 9.80827L17.4249 9.79261L17.4607 9.77639L17.499 9.7587L17.5317 9.74329L17.5354 9.74153L17.5689 9.72548L17.5722 9.72389L17.6066 9.70721L17.6095 9.7058L17.6446 9.68853L17.6471 9.68728L17.683 9.66943L17.6851 9.66837L17.7218 9.64998L17.7235 9.64909L17.7609 9.63017L17.7623 9.62948L17.8005 9.61007L17.841 9.58936L18.4676 10.481L18.4271 10.5017L18.3855 10.5229L18.3842 10.5236L18.3436 10.5441L18.3419 10.5449L18.3013 10.5653L18.2992 10.5663L18.2587 10.5865L18.2562 10.5877L18.2127 10.6091L18.1689 10.6304L18.1247 10.6515L18.08 10.6725L18.035 10.6933L17.9895 10.7139L17.9436 10.7342L17.8972 10.7542L17.8504 10.7739L17.8032 10.7932L17.7555 10.8121L17.7073 10.8305L17.6587 10.8483L17.6096 10.8657L17.56 10.8825L17.5099 10.8986L17.4594 10.9141L17.4084 10.9288L17.3569 10.9428L17.305 10.956L17.2526 10.9684L17.1998 10.9799L17.1467 10.9904L17.0931 11.0001L17.0392 11.0087L16.985 11.0163L16.9306 11.0229L16.8759 11.0284L16.821 11.0328L16.766 11.0362L16.7108 11.0383L16.6556 11.0394L16.6004 11.0393L16.5453 11.0381L16.4902 11.0358L16.4353 11.0324L16.3806 11.0278L16.3261 11.0222L16.2718 11.0155L16.2179 11.0078L16.1643 10.9991L16.1111 10.9895L16.0583 10.9789L16.0058 10.9674L15.9538 10.955L15.9023 10.9418L15.8512 10.9279L15.8006 10.9132L15.7505 10.8978L15.7008 10.8818L15.6517 10.8651L15.6029 10.8479L15.5547 10.8301L15.5069 10.8119L15.4596 10.7932L15.4128 10.7741L15.3664 10.7546L15.3204 10.7347L15.2748 10.7146L15.2297 10.6942L15.185 10.6735L15.1408 10.6527L15.0969 10.6318L15.0534 10.6107L15.0128 10.5908L15.0103 10.5895L14.9697 10.5694L14.9676 10.5683L14.927 10.548L14.9252 10.5471L14.8847 10.5266L14.8833 10.5259L14.8427 10.5053L14.7599 10.4629L14.7191 10.442L14.5999 10.381L14.561 10.3612L14.5594 10.3605L14.5223 10.3418L14.5204 10.3408L14.4841 10.3227L14.4818 10.3215L14.4463 10.3039L14.4436 10.3026L14.4088 10.2856L14.4057 10.2841L14.3718 10.2677L14.3683 10.2661L14.3351 10.2503L14.3312 10.2485L14.2968 10.2324L14.2608 10.2159L14.2251 10.1999L14.19 10.1845L14.1552 10.1696L14.1209 10.1554L14.0871 10.1418L14.0537 10.1287L14.0208 10.1164L13.9884 10.1046L13.9564 10.0935L13.9249 10.083L13.8939 10.0732L13.8634 10.0641L13.8333 10.0555L13.8037 10.0477L13.7745 10.0404L13.7458 10.0338L13.7174 10.0279L13.6895 10.0225L13.662 10.0177L13.6348 10.0135L13.6079 10.0099L13.5813 10.0069L13.5549 10.0044L13.5287 10.0025L13.5027 10.0011L13.4767 10.0002L13.4509 9.99992L13.425 10.0001L13.3991 10.0009L13.3731 10.0021L13.3469 10.0039L13.3206 10.0063L13.294 10.0092L13.2672 10.0127L13.2401 10.0168L13.2126 10.0214L13.1848 10.0266L13.1565 10.0325L13.1279 10.0389L13.0988 10.046L13.0693 10.0537L13.0393 10.0621L13.0089 10.0711L12.978 10.0808L12.9466 10.0911L12.9147 10.1021L12.8824 10.1137L12.8496 10.1259L12.8163 10.1388L12.7826 10.1523L12.7484 10.1664L12.7137 10.1812L12.6787 10.1964L12.6432 10.2123L12.6073 10.2287L12.5729 10.2446L12.5689 10.2465L12.5359 10.2621L12.5324 10.2638L12.4986 10.2801L12.4954 10.2816L12.4608 10.2985L12.458 10.2998L12.4227 10.3173L12.4203 10.3185L12.3841 10.3365L12.3821 10.3375L12.3452 10.3561L12.3436 10.3569L12.306 10.376L12.3047 10.3766L12.2663 10.3962L12.1046 10.479L12.0635 10.5001L12.022 10.5212L12.0206 10.5219L11.9801 10.5424L11.9784 10.5432L11.9357 10.5646L11.8927 10.586L11.8493 10.6074L11.8055 10.6287L11.7613 10.6498L11.7167 10.6709L11.6717 10.6917L11.6262 10.7123L11.5804 10.7326L11.5341 10.7527L11.4873 10.7724L11.4401 10.7917L11.3924 10.8106L11.3443 10.829L11.2957 10.8469L11.2466 10.8643L11.197 10.8811L11.147 10.8973L11.0965 10.9128L11.0455 10.9277L10.9941 10.9417L10.9422 10.955L10.8899 10.9674L10.8372 10.979L10.784 10.9896L10.7305 10.9993L10.6767 11.008L10.6225 11.0158L10.568 11.0224L10.5134 11.028L10.4585 11.0325L10.4035 11.0359L10.3483 11.0382L10.2931 11.0394L10.2379 11.0394L10.1828 11.0383L10.1277 11.036L10.0728 11.0327L10.018 11.0282L9.9635 11.0227L9.90925 11.0161L9.85529 11.0085L9.80167 10.9999L9.74842 10.9903L9.69556 10.9797L9.64311 10.9683L9.59109 10.956L9.53953 10.9429L9.48841 10.929L9.43777 10.9144L9.3876 10.8991L9.3379 10.8831L9.28868 10.8665L9.23993 10.8493L9.19165 10.8316L9.14385 10.8134L9.0965 10.7947L9.0496 10.7756L9.00315 10.7561L8.95715 10.7363L8.91158 10.7162L8.86643 10.6958L8.8217 10.6752L8.77737 10.6544L8.73346 10.6334L8.68993 10.6124L8.6468 10.5912L8.60406 10.57L8.56353 10.5497L8.56169 10.5487L8.52116 10.5283L8.51971 10.5275L8.47809 10.5064L8.23618 10.3826L8.19717 10.3628L8.19565 10.362L8.15852 10.3433L8.15663 10.3424L8.12027 10.3242L8.11799 10.323L8.0824 10.3054L8.07974 10.3041L8.04338 10.2863L8.00611 10.2683L7.96921 10.2508L7.93276 10.2337L7.89668 10.2172L7.86107 10.2012L7.82586 10.1857L7.79108 10.1708L7.75676 10.1565L7.72287 10.1428L7.68948 10.1298L7.65653 10.1173L7.62405 10.1055L7.59204 10.0943L7.56052 10.0838L7.52946 10.074L7.49888 10.0648L7.46877 10.0562L7.43912 10.0483L7.40991 10.041L7.38115 10.0344L7.3528 10.0283L7.32485 10.0229L7.29728 10.0181L7.27006 10.0139L7.24314 10.0102L7.21651 10.0071L7.19011 10.0046L7.16391 10.0026L7.13786 10.0012L7.11192 10.0003L7.08603 9.99992L7.06016 10.0001L7.03424 10.0008L7.00824 10.002L6.98211 10.0038L6.95579 10.0061L6.92925 10.009L6.90244 10.0124L6.87534 10.0164L6.8479 10.021L6.8201 10.0262L6.79191 10.032L6.76331 10.0384L6.73427 10.0454L6.7048 10.0531L6.67486 10.0614L6.64446 10.0704L6.61358 10.08L6.58223 10.0903L6.55041 10.1012L6.51811 10.1127L6.48534 10.1249L6.4521 10.1378L6.4184 10.1512L6.38425 10.1653L6.34966 10.18L6.31461 10.1952L6.27914 10.211L6.24325 10.2274L6.20693 10.2442L6.17021 10.2616L6.13309 10.2794L6.09555 10.2977L6.05762 10.3164L6.01933 10.3355L5.98147 10.3545L5.97981 10.3553L5.94221 10.3744L5.94094 10.375L5.6584 10.5195L5.65709 10.5202L5.61487 10.5415L5.57226 10.5629L5.52928 10.5843L5.48591 10.6057L5.44214 10.627L5.39797 10.6482L5.3534 10.6692L5.30841 10.69L5.263 10.7107L5.21716 10.731L5.17088 10.7511L5.12415 10.7708L5.07698 10.7902L5.02935 10.8091L4.98125 10.8276L4.93268 10.8455L4.88364 10.863L4.83412 10.8798L4.78413 10.8961L4.73367 10.9116L4.68273 10.9265L4.63134 10.9406L4.57949 10.954L4.52721 10.9665L4.4745 10.9781L4.42139 10.9888L4.36791 10.9986L4.31408 11.0074L4.25993 11.0152L4.20551 11.0219L4.15084 11.0276L4.09597 11.0322L4.04095 11.0357L3.98583 11.0381L3.93064 11.0393L3.87544 11.0394L3.82028 11.0384L3.7652 11.0363L3.71026 11.033L3.65549 11.0286L3.60095 11.0232L3.54667 11.0167L3.49269 11.0091L3.43904 11.0006L3.38576 10.9911L3.33287 10.9806L3.28039 10.9692L3.22833 10.957L3.17673 10.944L3.12558 10.9302L3.0749 10.9156L3.02469 10.9003L2.97496 10.8844L2.9257 10.8678L2.87691 10.8507L2.8286 10.833L2.78075 10.8148L2.73337 10.7962L2.68644 10.7771L2.63995 10.7577L2.59391 10.7379L2.54831 10.7178L2.50312 10.6974L2.45836 10.6768L2.414 10.6561L2.37005 10.6351L2.3265 10.614L2.28334 10.5929L2.24056 10.5717L2.19817 10.5504L2.15615 10.5292L2.11451 10.5081L2.07397 10.4874L1.9918 10.4453L2.6201 9.55449L2.70043 9.59565L2.74004 9.61587L2.77927 9.63579L2.81812 9.6554L2.85661 9.67466L2.8947 9.69354L2.93241 9.71202L2.96972 9.73006L3.00663 9.74764L3.04314 9.76474L3.07923 9.78132L3.1149 9.79738L3.15014 9.81288L3.18494 9.82781L3.2193 9.84216L3.25321 9.85589L3.28666 9.86902L3.31964 9.88151L3.35216 9.89336L3.3842 9.90458L3.41577 9.91514L3.44686 9.92505L3.47748 9.93432L3.50763 9.94293L3.53732 9.9509L3.56656 9.95823L3.59536 9.96493L3.62374 9.97101L3.65172 9.97647L3.67931 9.98134L3.70657 9.98561L3.73351 9.98931L3.76016 9.99244L3.78658 9.99501L3.81279 9.99703L3.83885 9.9985L3.8648 9.99944L3.89069 9.99985L3.91656 9.99973L3.94247 9.99908L3.96846 9.99789L3.99459 9.99616L4.02089 9.99389L4.04741 9.99107L4.07419 9.98768L4.10127 9.98372L4.12868 9.97917L4.15645 9.97403L4.18461 9.96829L4.21318 9.96192L4.24218 9.95494L4.27162 9.94731L4.30152 9.93905L4.33189 9.93013L4.36273 9.92057L4.39404 9.91036L4.42582 9.8995L4.45808 9.88799L4.49082 9.87584L4.52402 9.86306L4.55768 9.84965L4.59179 9.83563L4.62636 9.82101L4.66137 9.80582L4.69679 9.79006L4.73267 9.77376L4.76895 9.75693L4.80563 9.73962L4.84272 9.72182L4.88024 9.70356L4.91812 9.6849L4.9564 9.66584L4.9942 9.64684L4.99589 9.64599L5.03343 9.62699L5.03474 9.62633L5.27562 9.50309L5.31835 9.48133L5.36054 9.45996L5.40311 9.43856L5.44606 9.41716L5.4894 9.39579L5.53314 9.37449L5.57728 9.3533L5.62182 9.33226L5.66677 9.3114L5.71215 9.29076L5.75796 9.27038L5.8042 9.25029L5.85089 9.23054L5.89803 9.21116L5.94563 9.19219L5.99369 9.17368L6.04221 9.15566L6.09122 9.13818L6.1407 9.12128L6.19065 9.10499L6.24108 9.08937L6.29197 9.07444L6.34333 9.06026L6.39515 9.04687L6.4474 9.0343L6.50007 9.0226L6.55315 9.0118L6.6066 9.00194L6.6604 8.99306L6.71453 8.98519L6.76893 8.97835L6.82358 8.97258L6.87843 8.9679L6.93344 8.96432L6.98856 8.96186L7.04375 8.96053L7.09895 8.96033L7.15411 8.96126L7.2092 8.96332L7.26416 8.96649L7.31893 8.97077L7.3735 8.97614L7.4278 8.98256L7.4818 8.99002L7.53548 8.99849L7.58879 9.00793L7.64172 9.01832L7.69423 9.0296L7.74632 9.04176L7.79796 9.05474L7.84914 9.0685L7.89986 9.08302L7.95011 9.09824L7.99988 9.11412L8.04918 9.13063L8.098 9.14772L8.14635 9.16536L8.19424 9.1835L8.24166 9.2021L8.28862 9.22113L8.33514 9.24054L8.38122 9.2603L8.42686 9.28037L8.47208 9.30071L8.51688 9.32129L8.56126 9.34207L8.60525 9.36301L8.64883 9.38407L8.69202 9.40522L8.73483 9.42643L8.77725 9.44765L8.8193 9.46886L8.86097 9.49002L9.10323 9.61399L9.14231 9.63385L9.14377 9.63458L9.18101 9.65339L9.18285 9.65431L9.21933 9.67259L9.22154 9.67369L9.25727 9.69142L9.25986 9.6927L9.2963 9.71056L9.33362 9.72863L9.37057 9.74625L9.40713 9.7634L9.44326 9.78002L9.47897 9.79612L9.51423 9.81167L9.54907 9.82665L9.58346 9.84103L9.61741 9.85482L9.6509 9.868L9.68392 9.88054L9.71647 9.89244L9.74855 9.90371L9.78015 9.91432L9.81129 9.92429L9.84194 9.9336L9.87214 9.94227L9.90185 9.95029L9.93114 9.95767L9.95997 9.96442L9.98838 9.97055L10.0164 9.97606L10.044 9.98097L10.0713 9.98529L10.0983 9.98904L10.1249 9.99221L10.1514 9.99482L10.1776 9.99689L10.2037 9.99841L10.2296 9.99939L10.2555 9.99984L10.2814 9.99976L10.3073 9.99915L10.3333 9.998L10.3594 9.99632L10.3857 9.99409L10.4122 9.99131L10.4389 9.98797L10.466 9.98406L10.4934 9.97956L10.5211 9.97447L10.5492 9.96877L10.5778 9.96245L10.6067 9.95552L10.6361 9.94794L10.666 9.93973L10.6963 9.93087L10.7271 9.92136L10.7584 9.91119L10.7902 9.90038L10.8224 9.88893L10.8551 9.87683L10.8882 9.86409L10.9219 9.85074L10.9559 9.83677L10.9905 9.8222L11.0254 9.80706L11.0609 9.79133L11.0967 9.77507L11.1329 9.75829L11.1696 9.74101L11.2066 9.72325L11.2427 9.70574L11.2807 9.68702L11.2832 9.68579L11.3192 9.6679L11.3213 9.66685L11.358 9.64841L11.3597 9.64754L11.3972 9.62859L11.3985 9.6279L11.6806 9.48366L11.6819 9.48303L11.724 9.46166L11.7666 9.44026L11.8095 9.41886L11.8528 9.39749L11.8965 9.37618L11.9406 9.35499L11.9851 9.33393L12.0301 9.31306L12.0754 9.29239L12.1212 9.27199L12.1674 9.25188L12.214 9.2321L12.2611 9.21269L12.3087 9.19369L12.3567 9.17514L12.4052 9.15708L12.4542 9.13955L12.5036 9.1226L12.5535 9.10626L12.6039 9.09058L12.6548 9.0756L12.7061 9.06136L12.7579 9.0479L12.8101 9.03527L12.8627 9.0235L12.9158 9.01262L12.9692 9.00269L13.023 8.99373L13.0771 8.98578L13.1315 8.97886L13.1861 8.973L13.2409 8.96823L13.2959 8.96457L13.3511 8.96202L13.4062 8.96059L13.4614 8.96045Z" />
        <path d="M10.2005 3.75842C10.4767 3.75842 10.7005 3.98228 10.7005 4.25842V14.4612C10.7005 14.7374 10.4767 14.9612 10.2005 14.9612C9.92437 14.9612 9.70052 14.7374 9.70052 14.4612L9.70052 4.25842C9.70052 3.98228 9.92437 3.75842 10.2005 3.75842Z" />
      </svg>
    {%- when 'option-plane' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M16.4116 2.07871C16.3845 2.09721 16.3574 2.11565 16.3303 2.13411C16.1517 2.25559 15.9719 2.37791 15.7837 2.52296L15.7773 2.52789C14.8355 3.23007 13.6039 4.27066 12.2818 5.4955C12.1614 5.60703 11.994 5.65239 11.8338 5.61687L3.68598 3.81033C3.60396 3.80009 3.57101 3.79608 3.53891 3.79608C3.32198 3.79608 3.11893 3.92321 3.0302 4.12886C2.92673 4.39247 3.02138 4.67552 3.23628 4.81149L3.24111 4.81454L8.61434 8.30083C8.741 8.38301 8.82374 8.51802 8.83947 8.66819C8.8552 8.81836 8.80223 8.96759 8.69534 9.07423L8.66991 9.09961C7.38122 10.4798 6.31043 11.7361 5.58838 12.7137C5.47003 12.8747 5.36378 13.0195 5.27879 13.1514C5.16553 13.3272 4.95486 13.4139 4.75068 13.3689L2.19767 12.8052C2.11507 12.7948 2.08257 12.7908 2.05053 12.7908C1.83353 12.7908 1.6304 12.918 1.54169 13.1236C1.44423 13.3719 1.52255 13.6375 1.71155 13.7811L4.70992 14.8869C4.84334 14.9361 4.9495 15.0398 5.00183 15.172L6.23217 18.2805C6.33749 18.4229 6.50021 18.5 6.6743 18.5C6.68974 18.5 6.70318 18.4991 6.71409 18.4977C6.75433 18.4624 6.80008 18.4337 6.84965 18.4128C7.09772 18.3083 7.23368 18.0443 7.17792 17.7789L7.17755 17.7772L6.60833 15.2112C6.56292 15.0066 6.65004 14.7953 6.82652 14.6821C6.90797 14.6299 6.97089 14.584 7.04582 14.5293C7.10751 14.4844 7.17733 14.4334 7.27233 14.3682C8.25973 13.6492 9.5053 12.5837 10.8878 11.2987L10.9132 11.2733C11.0198 11.1669 11.1687 11.1143 11.3185 11.13C11.4683 11.1457 11.603 11.2281 11.6853 11.3542L15.1827 16.7203C15.2864 16.8837 15.4603 16.9728 15.6474 16.9728C15.7137 16.9728 15.7958 16.9563 15.866 16.9273C16.1134 16.8225 16.2489 16.5588 16.1933 16.294L14.3782 8.1444C14.3425 7.9844 14.3876 7.8171 14.4987 7.69663C15.7202 6.37288 16.7705 5.15757 17.4604 4.21249L17.4689 4.20111C17.614 4.01381 17.7363 3.83484 17.8578 3.65697C17.8763 3.6299 17.8948 3.60285 17.9133 3.5758C18.0978 3.29428 18.3328 2.929 18.4428 2.55475C18.5482 2.19592 18.5158 1.92451 18.2922 1.70148C18.1713 1.58082 17.9849 1.5 17.7692 1.5C17.4882 1.5 17.1061 1.62056 16.4116 2.07871ZM11.1716 12.3976C9.92929 13.5361 8.79171 14.4994 7.85517 15.1808L7.84395 15.1889C7.79752 15.2208 7.73884 15.2628 7.67606 15.308C7.66979 15.3125 7.66348 15.3171 7.65713 15.3216L8.15558 17.5686C8.30356 18.2625 7.96934 18.9767 7.32384 19.2951C7.10254 19.4742 6.82781 19.5 6.6743 19.5C6.16465 19.5 5.66279 19.2521 5.36533 18.7835C5.34846 18.7569 5.33414 18.7288 5.32255 18.6996L4.15425 15.7478L1.30743 14.6979C1.27444 14.6858 1.24282 14.6701 1.2131 14.6513C0.56351 14.2403 0.341328 13.4303 0.615189 12.7472L0.618547 12.7388C0.868584 12.1463 1.44556 11.7908 2.05053 11.7908C2.15024 11.7908 2.24946 11.8035 2.31873 11.8124C2.32791 11.8136 2.33656 11.8147 2.34462 11.8157C2.36005 11.8177 2.37537 11.8203 2.39055 11.8237L4.63775 12.3198C4.68444 12.255 4.73137 12.1912 4.77648 12.1298L4.78291 12.1211L4.78359 12.1202C5.46491 11.1976 6.42874 10.0567 7.57005 8.81531L2.69897 5.65488C2.05143 5.24337 1.8302 4.43467 2.1037 3.75248L2.10706 3.74411C2.35707 3.15168 2.93387 2.79608 3.53891 2.79608C3.63888 2.79608 3.73821 2.8088 3.80785 2.81773C3.81678 2.81887 3.82523 2.81996 3.83313 2.82094C3.8487 2.82288 3.86417 2.82556 3.87949 2.82895L11.795 4.58399C13.0596 3.4216 14.2446 2.42349 15.1764 1.72853C15.3888 1.56496 15.5937 1.42564 15.7706 1.30538C15.7981 1.28666 15.8249 1.26841 15.851 1.2506L15.8574 1.24625C16.5966 0.758201 17.1851 0.5 17.7692 0.5C18.2292 0.5 18.6761 0.671867 18.9985 0.99357C19.5773 1.57101 19.566 2.27912 19.4022 2.83663C19.2467 3.36596 18.9337 3.8433 18.7575 4.11215L18.7411 4.13711C18.7231 4.16341 18.7045 4.19042 18.6855 4.21819C18.5656 4.39374 18.4268 4.59704 18.2639 4.80777C17.5744 5.7516 16.563 6.92641 15.411 8.182L17.1709 16.0836C17.3254 16.8078 16.9545 17.5539 16.2531 17.8493L16.2509 17.8503C16.0679 17.9263 15.8552 17.9728 15.6474 17.9728C15.1387 17.9728 14.6379 17.7259 14.3402 17.2591L11.1716 12.3976Z"/>
      </svg>
    {%- when 'option-plant' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M15.9633 5.16568C16.1818 5.33464 16.2219 5.64867 16.0529 5.86709L11.2315 12.1C10.7573 12.7132 10.5 13.4664 10.5 14.2415L10.5 17.728C10.5 18.0041 10.2761 18.228 9.99998 18.228C9.72384 18.228 9.49998 18.0041 9.49998 17.728L9.49997 14.2415C9.49997 13.2449 9.8308 12.2765 10.4406 11.4882L15.2619 5.25525C15.4309 5.03683 15.7449 4.99673 15.9633 5.16568Z" />
        <path d="M4.13656 9.11047C3.94637 9.31067 3.95448 9.62715 4.15469 9.81735L8.41061 13.8605C9.10616 14.5213 9.49997 15.4386 9.49997 16.398V19.5C9.49997 19.7761 9.72383 20 9.99997 20C10.2761 20 10.5 19.7761 10.5 19.5V16.398C10.5 15.1645 9.99364 13.9851 9.09936 13.1355L4.84344 9.09235C4.64324 8.90216 4.32676 8.91027 4.13656 9.11047Z" />
        <path d="M18.3779 1.53927C18.4327 2.29021 18.4725 3.32703 18.4047 4.40738C18.3125 5.87411 18.0299 7.25745 17.4545 8.14562C16.7167 9.28439 15.6883 9.90008 14.7112 10.1459C13.6919 10.4023 12.8474 10.2333 12.4595 9.98203C11.6151 9.43502 10.6657 7.26257 12.1639 4.95007C12.7171 4.09609 13.9498 3.29603 15.4075 2.63437C16.4929 2.1417 17.5917 1.77412 18.3779 1.53927ZM18.7295 0.399095C19.0125 0.322287 19.2884 0.513872 19.3179 0.805582C19.4683 2.2906 19.735 6.46465 18.2937 8.68934C16.5205 11.4265 13.2903 11.7118 11.9158 10.8213C10.5413 9.93084 9.57124 7.11282 11.3246 4.40636C12.7665 2.18066 17.2 0.814295 18.7295 0.399095Z" fill-rule="evenodd" />
        <path d="M1.16197 6.23639C1.24915 6.80305 1.38541 7.51404 1.5922 8.22877C1.89834 9.28691 2.31835 10.2055 2.84189 10.729C3.54804 11.4352 4.37904 11.7175 5.11404 11.7439C5.89258 11.7719 6.44282 11.5154 6.64245 11.3158C7.09947 10.8588 7.49486 9.18578 6.0474 7.73833C5.55144 7.24237 4.58274 6.85006 3.40831 6.58298C2.60103 6.3994 1.79173 6.29511 1.16197 6.23639ZM0.569611 5.18777C0.276949 5.16998 0.0467941 5.41364 0.080866 5.70486C0.226586 6.95034 0.719124 10.0205 2.13478 11.4362C3.93434 13.2357 6.44588 12.9266 7.34955 12.0229C8.25323 11.1193 8.53389 8.8106 6.75451 7.03122C5.33581 5.61253 1.90298 5.26882 0.569611 5.18777Z" fill-rule="evenodd" />
      </svg>
    {%- when 'option-price_tag' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M1.16154 11.8423L8.09186 18.829C8.28991 19.0287 8.61108 19.0284 8.80882 18.8285L18.839 8.68572C18.9337 8.58998 18.9868 8.46032 18.9868 8.32514V1.53212C18.9868 1.25006 18.76 1.02141 18.4802 1.02141L11.387 1.02147C11.2527 1.02147 11.1238 1.07529 11.0288 1.17108L1.16151 11.1201C0.963704 11.3195 0.963715 11.6428 1.16154 11.8423ZM20 1.53212C20 0.685947 19.3196 -6.58649e-06 18.4802 0L11.387 5.82026e-05C10.9839 6.15389e-05 10.5973 0.161509 10.3123 0.448879L0.445049 10.3979C-0.148378 10.9962 -0.148346 11.9662 0.445123 12.5645L7.37544 19.5513C7.96958 20.1502 8.9331 20.1495 9.52633 19.5496L19.5565 9.40686C19.8405 9.11967 20 8.73068 20 8.32514V1.53212Z" fill-rule="evenodd"/>
        <path d="M15.9028 8.22958C14.7801 9.36148 12.9597 9.36148 11.837 8.22958C10.7142 7.09769 10.7142 5.26253 11.837 4.13064C12.9597 2.99875 14.7801 2.99875 15.9028 4.13064C17.0256 5.26253 17.0256 7.09769 15.9028 8.22958ZM12.5534 7.50734C13.2805 8.24034 14.4593 8.24034 15.1864 7.50734C15.9135 6.77433 15.9135 5.58589 15.1864 4.85289C14.4593 4.11988 13.2805 4.11988 12.5534 4.85289C11.8263 5.58589 11.8263 6.77433 12.5534 7.50734Z"/>
      </svg>
    {%- when 'option-question_mark' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M9.56285 11.959C9.36021 11.959 9.19593 11.7947 9.19593 11.5921V11.4654C9.19266 10.9745 9.27959 10.5556 9.51194 10.162C9.73885 9.77751 10.0875 9.44653 10.5519 9.09905C10.9668 8.78804 11.2183 8.53255 11.3688 8.28844C11.5132 8.05415 11.577 7.80994 11.577 7.49433V7.48101C11.577 6.58737 10.9199 5.94963 10.0093 5.94963C9.14693 5.94963 8.48176 6.556 8.39691 7.55858C8.38999 7.64041 8.35581 7.71754 8.29986 7.77765L8.29366 7.78431C8.22548 7.85755 8.13034 7.89977 8.03028 7.90119L7.55903 7.90785C7.43278 7.90963 7.31449 7.84638 7.24586 7.7404C7.19061 7.65507 7.1738 7.55171 7.19715 7.45492C7.30916 5.93601 8.41577 4.74287 10.0217 4.74287C11.6246 4.74287 12.8131 5.91906 12.8131 7.46103V7.47435C12.8131 7.98614 12.6995 8.4388 12.4473 8.86135C12.199 9.27731 11.8283 9.64397 11.3455 10.0059L11.3431 10.0077C10.929 10.313 10.7058 10.5344 10.5791 10.746C10.4596 10.9455 10.4072 11.1677 10.4072 11.5174V11.5921C10.4072 11.7947 10.2429 11.959 10.0403 11.959H9.56285ZM10.7049 14.3815C10.7049 14.8554 10.3695 15.2613 9.86668 15.2613C9.36996 15.2613 9.02231 14.862 9.02231 14.3815C9.02231 13.9045 9.37305 13.5084 9.86668 13.5084C10.3665 13.5084 10.7049 13.911 10.7049 14.3815Z"/>
        <path d="M18.5 10C18.5 14.6944 14.6944 18.5 10 18.5C5.30558 18.5 1.5 14.6944 1.5 10C1.5 5.30558 5.30558 1.5 10 1.5C14.6944 1.5 18.5 5.30558 18.5 10ZM10 17.4967C14.1403 17.4967 17.4967 14.1403 17.4967 10C17.4967 5.85971 14.1403 2.50335 10 2.50335C5.85971 2.50335 2.50335 5.85971 2.50335 10C2.50335 14.1403 5.85971 17.4967 10 17.4967Z"/>
      </svg>
    {%- when 'option-recycle' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M10.7058 0.549946C11.0066 0.550342 11.3069 0.550737 11.5727 0.54775C12.6717 0.535401 13.4169 1.32825 13.7106 1.83393L15.3904 4.63773L16.1669 4.22927C16.3476 4.13421 16.5679 4.15856 16.7235 4.29078C16.879 4.42299 16.9386 4.63651 16.8739 4.83016L15.5307 8.85205C15.45 9.09376 15.2004 9.23609 14.9512 9.18246L10.5904 8.24369C10.3905 8.20066 10.2369 8.04021 10.2027 7.8386C10.1684 7.63698 10.2604 7.43484 10.4349 7.32822L11.3466 6.77121L10.491 5.35356L9.16947 7.63949C9.0331 7.87537 8.73297 7.95865 8.49456 7.82675L5.46517 6.15084C5.34568 6.08474 5.25843 5.97265 5.22367 5.8406C5.18892 5.70854 5.20968 5.56802 5.28114 5.45166C5.75753 4.67599 6.64634 3.14684 7.2264 2.14351C7.52092 1.63407 7.80943 1.26638 8.12347 1.01328C8.44922 0.750745 8.77858 0.630664 9.11576 0.579998C9.12637 0.578405 9.13702 0.577153 9.14771 0.576245C9.4761 0.548329 10.0919 0.549139 10.7058 0.549946ZM10.925 4.13746L12.4598 6.68024C12.6019 6.91575 12.5271 7.22186 12.2924 7.36528L12.0238 7.52936L14.724 8.11064L15.5313 5.69358L15.4374 5.74295C15.2026 5.8665 14.9121 5.78506 14.7757 5.55742L12.8469 2.33802C12.6459 1.99038 12.1756 1.54104 11.584 1.54769C11.2714 1.5512 10.9415 1.55066 10.6262 1.55014C10.059 1.54921 9.53863 1.54836 9.24893 1.5713C9.06973 1.60012 8.91602 1.65888 8.75098 1.79189C8.72575 1.81222 8.69986 1.83462 8.67329 1.85932C9.41082 2.17381 10.3422 2.86027 10.925 4.13746ZM8.06135 2.69724C7.58009 3.52944 6.89514 4.70818 6.40422 5.52752L8.5493 6.71421L9.91606 4.35001C9.36655 3.30179 8.53989 2.84656 8.06135 2.69724Z" />
        <path d="M18.8984 16.3552C18.7447 16.6138 18.5913 16.872 18.4584 17.1022C17.909 18.0541 16.847 18.2912 16.2622 18.2861L12.9938 18.3026L12.9496 19.1788C12.9393 19.3827 12.806 19.5598 12.613 19.6263C12.4199 19.6928 12.2059 19.6352 12.0722 19.4809L9.29638 16.2755C9.12955 16.0828 9.1343 15.7955 9.30742 15.6085L12.3375 12.3349C12.4764 12.1848 12.6927 12.1345 12.8837 12.2078C13.0746 12.2811 13.2016 12.4632 13.2044 12.6677L13.219 13.736L14.8748 13.7223L13.5815 11.4203C13.4481 11.1827 13.5294 10.8821 13.7644 10.7442L16.7502 8.99179C16.8679 8.92267 17.0089 8.90473 17.1402 8.94212C17.2715 8.97951 17.3818 9.06899 17.4455 9.18978C17.8701 9.99496 18.7328 11.539 19.3005 12.5494C19.5887 13.0624 19.758 13.498 19.8157 13.8972C19.8756 14.3113 19.8111 14.6559 19.6828 14.9718C19.6788 14.9817 19.6745 14.9916 19.6698 15.0012C19.5264 15.298 19.2119 15.8274 18.8984 16.3552ZM15.7 14.7155L12.73 14.7401C12.455 14.7424 12.2297 14.522 12.2259 14.247L12.2216 13.9323L10.3454 15.9593L12.0136 17.8856L12.019 17.7797C12.0324 17.5147 12.2505 17.3063 12.5158 17.3049L16.2688 17.2861C16.6703 17.2904 17.2966 17.1147 17.5924 16.6023C17.7487 16.3315 17.9172 16.048 18.0784 15.7769C18.3682 15.2895 18.6342 14.8421 18.7621 14.5812C18.8286 14.4123 18.8564 14.2501 18.826 14.0403C18.8214 14.0083 18.8153 13.9746 18.8076 13.9391C18.1612 14.4134 17.0959 14.8649 15.7 14.7155ZM18.3985 12.9856C17.9278 12.1474 17.2627 10.9574 16.8079 10.1174L14.6937 11.3582L16.0313 13.7391C17.2132 13.8005 18.0262 13.3212 18.3985 12.9856Z" />
        <path d="M1.15621 15.7354C1.00906 15.473 0.862139 15.2111 0.729208 14.9809C0.179617 14.0291 0.505229 12.9909 0.801973 12.487L2.42199 9.6482L1.68529 9.17176C1.51385 9.06089 1.42705 8.85692 1.466 8.65651C1.50496 8.4561 1.66185 8.2995 1.86233 8.26092L6.0262 7.45965C6.27645 7.4115 6.52288 7.55926 6.59829 7.80269L7.91826 12.0636C7.97877 12.259 7.91423 12.4715 7.7553 12.6002C7.59636 12.7289 7.37508 12.7478 7.1966 12.648L6.26413 12.1265L5.4481 13.5673L8.08835 13.5983C8.3608 13.6015 8.58054 13.8222 8.58248 14.0947L8.60717 17.5567C8.60815 17.6932 8.55323 17.8242 8.45518 17.9193C8.35714 18.0143 8.22448 18.0651 8.08803 18.0599C7.17842 18.025 5.4099 18.0001 4.25104 17.9865C3.66263 17.9796 3.20071 17.9084 2.82615 17.7588C2.43762 17.6036 2.17147 17.3755 1.96199 17.1064C1.9554 17.098 1.94909 17.0893 1.94306 17.0804C1.75771 16.8079 1.45648 16.2708 1.15621 15.7354ZM4.1754 13.7853L5.63906 11.201C5.77463 10.9616 6.07809 10.8767 6.31818 11.011L6.59287 11.1646L5.77555 8.52624L3.27316 9.00778L3.36221 9.06537C3.58504 9.20948 3.65648 9.50256 3.52495 9.73304L1.66481 12.9926C1.46034 13.3382 1.29934 13.9685 1.59519 14.4808C1.75154 14.7515 1.91278 15.0392 2.06695 15.3144C2.34421 15.8091 2.59863 16.2631 2.76066 16.5043C2.87365 16.6464 3.00022 16.7515 3.19707 16.8302C3.22716 16.8422 3.25937 16.8538 3.29393 16.8648C3.20641 16.0678 3.34805 14.9195 4.1754 13.7853ZM4.32426 16.9873C5.28553 16.9987 6.6487 17.0177 7.60349 17.0439L7.586 14.5925L4.85535 14.5605C4.2112 15.5533 4.21977 16.497 4.32426 16.9873Z" />
      </svg>
    {%- when 'option-return' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <path d="M11.571 1.05882C11.571 0.750194 11.8198 0.5 12.1266 0.5H13.4572C17.0692 0.5 20 3.45304 20 7.08924C20 10.7255 17.0692 13.6785 13.4572 13.6785L1.89992 13.7105L1.30855 13.1197L1.89992 12.5484L13.4572 12.5608C16.4541 12.5608 18.8889 10.1096 18.8889 7.08924C18.8889 4.06891 16.4541 1.61765 13.4572 1.61765H12.1266C11.8198 1.61765 11.571 1.36745 11.571 1.05882Z"/>
      <path d="M6.00311 7.00677C6.22317 6.7917 6.57489 6.79679 6.78871 7.01815C7.00252 7.2395 6.99746 7.59329 6.7774 7.80836L6.00311 7.00677ZM1.30855 13.1197L6.73968 18.5463C6.9565 18.7647 6.95627 19.1185 6.73917 19.3366C6.52207 19.5547 6.17031 19.5544 5.9535 19.3361L0.162462 13.5034C0.0572388 13.3974 -0.00128425 13.2533 2.13868e-05 13.1036C0.00132703 12.9538 0.0623521 12.8108 0.169407 12.7067C0.3269 12.5535 1.78474 11.1291 3.20439 9.74186L6.00311 7.00677L6.7774 7.80836L3.97862 10.5435C2.95441 11.5444 1.8705 12.5709 1.30855 13.1197Z"/>
  </svg>
    {%- when 'option-ruler' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M18.9836 5.32852L14.6715 1.01638L1.01638 14.6715L5.32852 18.9836L18.9836 5.32852ZM15.3902 0.297691C14.9933 -0.0992303 14.3497 -0.0992303 13.9528 0.297691L0.297691 13.9528C-0.0992301 14.3497 -0.0992305 14.9932 0.297691 15.3902L4.60983 19.7023C5.00675 20.0992 5.65029 20.0992 6.04721 19.7023L19.7023 6.04721C20.0992 5.65029 20.0992 5.00675 19.7023 4.60983L15.3902 0.297691Z" fill-rule="evenodd"/>
        <path d="M11.7863 2.67056C11.9848 2.4721 12.3065 2.4721 12.505 2.67056L14.4237 4.58927C14.6222 4.78774 14.6222 5.1095 14.4237 5.30796C14.2252 5.50642 13.9035 5.50642 13.705 5.30796L11.7863 3.38925C11.5878 3.19079 11.5878 2.86902 11.7863 2.67056Z"/>
        <path d="M8.93891 5.36331C9.13737 5.16485 9.45914 5.16485 9.6576 5.36331L11.5763 7.28202C11.7748 7.48048 11.7748 7.80225 11.5763 8.00071C11.3779 8.19917 11.0561 8.19917 10.8576 8.00071L8.93891 6.082C8.74045 5.88354 8.74045 5.56177 8.93891 5.36331Z"/>
        <path d="M6.24307 8.20742C6.44153 8.00896 6.76329 8.00896 6.96175 8.20742L8.88047 10.1261C9.07893 10.3246 9.07893 10.6464 8.88047 10.8448C8.68201 11.0433 8.36024 11.0433 8.16178 10.8448L6.24307 8.92611C6.0446 8.72765 6.0446 8.40588 6.24307 8.20742Z"/>
        <path d="M3.37296 10.8776C3.57142 10.6791 3.89319 10.6791 4.09165 10.8776L6.01036 12.7963C6.20882 12.9948 6.20882 13.3165 6.01036 13.515C5.8119 13.7134 5.49013 13.7134 5.29167 13.515L3.37296 11.5963C3.1745 11.3978 3.1745 11.076 3.37296 10.8776Z"/>
      </svg>
    {%- when 'option-serving_dish' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M10 7.22864C5.83597 7.22864 2.44179 10.6819 2.44179 14.9649C2.44179 15.241 2.21794 15.4649 1.94179 15.4649C1.66565 15.4649 1.44179 15.241 1.44179 14.9649C1.44179 10.1503 5.2632 6.22864 10 6.22864C14.7369 6.22864 18.5583 10.1503 18.5583 14.9649C18.5583 15.241 18.3344 15.4649 18.0583 15.4649C17.7821 15.4649 17.5583 15.241 17.5583 14.9649C17.5583 10.6819 14.1641 7.22864 10 7.22864Z" />
        <path d="M0.473022 14.9867C0.473022 14.7106 0.69688 14.4867 0.973022 14.4867H19.027C19.3032 14.4867 19.527 14.7106 19.527 14.9867C19.527 15.2628 19.3032 15.4867 19.027 15.4867H0.973022C0.69688 15.4867 0.473022 15.2628 0.473022 14.9867Z" />
        <path d="M6.09332 9.9023C6.15244 10.0271 6.09921 10.1761 5.97443 10.2353C5.51339 10.4537 4.52514 11.2638 4.43389 12.6935C4.4251 12.8313 4.30627 12.9358 4.16847 12.927C4.03068 12.9183 3.92611 12.7994 3.93491 12.6616C4.04068 11.0045 5.18149 10.0577 5.76036 9.78341C5.88513 9.72429 6.03421 9.77752 6.09332 9.9023Z" />
        <path d="M10.4906 5.04834H9.5095C8.95722 5.04834 8.5095 5.49605 8.5095 6.04834V6.1947H11.4906V6.04834C11.4906 5.49606 11.0429 5.04834 10.4906 5.04834ZM9.5095 4.04834C8.40493 4.04834 7.5095 4.94377 7.5095 6.04834V7.1947H12.4906V6.04834C12.4906 4.94377 11.5952 4.04834 10.4906 4.04834H9.5095Z" fill-rule="evenodd" />
      </svg>
    {%- when 'option-shirt' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M5.81971 2.09623C5.66962 2.09623 5.54176 2.15186 5.44395 2.25357L1.21145 6.65441C1.1088 6.76918 1.05429 6.90939 1.05429 7.05112C1.05429 7.20712 1.10783 7.34015 1.20568 7.44189L3.32991 9.65061C3.44515 9.76252 3.57826 9.81363 3.71113 9.81363C3.85775 9.81363 3.9834 9.76402 4.08701 9.65628L4.09094 9.6522L4.7024 9.02972C4.85658 8.87275 5.08721 8.82933 5.28453 8.92013C5.48186 9.01093 5.60604 9.21761 5.59798 9.44182L5.31373 17.3532C5.31817 17.6495 5.55481 17.8928 5.84081 17.8928H6.18836L14.1803 17.9038C14.4659 17.9035 14.7026 17.6607 14.7074 17.3648L14.4021 9.4433C14.3934 9.21885 14.5174 9.01164 14.7148 8.92044C14.9122 8.82925 15.1432 8.87254 15.2976 9.02968L15.9059 9.6489C16.0215 9.76199 16.1553 9.81363 16.2889 9.81363C16.4354 9.81363 16.561 9.76407 16.6646 9.65628L18.7886 7.44788C18.8912 7.33314 18.9457 7.19288 18.9457 7.05112C18.9457 6.89515 18.8922 6.76218 18.7943 6.66041L14.5618 2.25956C14.4515 2.15289 14.3167 2.09623 14.1803 2.09623H12.6411C12.5341 2.09623 12.3259 2.19376 12.1903 2.3422L12.181 2.35239C11.5962 2.9605 10.8184 3.29107 9.99479 3.29107C9.1624 3.29107 8.38522 2.95368 7.75232 2.28271L7.74644 2.27647C7.63884 2.1587 7.50017 2.09623 7.35906 2.09623H5.81971ZM4.69845 1.47842C5.00127 1.16356 5.40048 1 5.81971 1H7.35906C7.80667 1 8.21475 1.19917 8.50754 1.51779C8.94944 1.98502 9.45762 2.19485 9.99479 2.19485C10.5398 2.19485 11.0467 1.97904 11.4314 1.5813C11.6973 1.29312 12.1609 1 12.6411 1H14.1803C14.6114 1 15.0018 1.18292 15.2913 1.46809L15.3017 1.47828L19.5398 5.88527C19.8426 6.20007 20 6.61513 20 7.05112C20 7.49942 19.824 7.90545 19.5498 8.20642L19.54 8.21718L17.4101 10.4314C17.0921 10.7621 16.6905 10.9099 16.2889 10.9099C16.0115 10.9099 15.7438 10.8349 15.5054 10.6946L15.7613 17.3337C15.7616 17.341 15.7617 17.3483 15.7617 17.3557C15.7617 18.2613 15.0513 19 14.1803 19L6.18836 18.989H5.84081C4.96982 18.989 4.25938 18.2503 4.25938 17.3447C4.25938 17.3379 4.2595 17.331 4.25974 17.3242L4.49783 10.6977C4.25265 10.8427 3.98187 10.9099 3.71113 10.9099C3.29738 10.9099 2.90507 10.743 2.59955 10.4412L2.58975 10.4316L0.460183 8.21704C0.157401 7.90221 0 7.48707 0 7.05112C0 6.60279 0.176044 6.19683 0.450248 5.89588L0.460047 5.88513L4.69845 1.47842Z"/>
      </svg>
    {%- when 'option-shoe' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M12.8224 4.03182L12.8025 4.03174C12.542 4.03174 12.3153 4.21802 12.2775 4.47255C12.2579 4.61681 12.0795 5.67852 11.4659 6.79358C10.8407 7.92973 9.72533 9.1832 7.81577 9.49259C5.83649 9.81404 4.11637 10.1581 2.89249 10.7606C2.28904 11.0577 1.83597 11.4041 1.53332 11.8155C1.23568 12.22 1.06157 12.7168 1.06157 13.3581V13.4819V13.9977V15.4525C1.06157 15.7001 1.24601 15.9099 1.48733 15.958H18.4076C18.6983 15.958 18.9384 15.7247 18.9384 15.4421V13.9977C18.9442 13.796 18.945 13.667 18.9421 13.4819C18.9408 13.4368 18.9384 13.3932 18.9384 13.3478V5.22846C18.9384 4.97383 18.7359 4.75007 18.4718 4.71927L18.4692 4.71896L12.8322 4.03422L12.8224 4.03182ZM2.12314 16.9897V17H1.59236C0.715348 17 0 16.3048 0 15.4525V13.359C0 12.5199 0.233271 11.8087 0.669786 11.2154C1.10128 10.6289 1.70913 10.1867 2.41275 9.84032C3.80301 9.15585 5.68163 8.7932 7.64079 8.47502C9.10688 8.23755 9.99265 7.28323 10.5298 6.30706C10.7978 5.82005 10.9708 5.34056 11.0778 4.97162C11.1311 4.78784 11.1675 4.63343 11.191 4.5218C11.2027 4.46602 11.2111 4.42124 11.2167 4.38917C11.2223 4.35718 11.2248 4.33924 11.2248 4.33924L11.2258 4.3316C11.3376 3.55552 12.0233 3.00005 12.8025 3.00005C12.8025 3.00005 12.807 3.00004 12.8098 3.00003C12.8443 2.99989 12.926 2.99954 13.0186 3.01715L18.5982 3.69494L18.5997 3.6951C19.3964 3.78872 20 4.45187 20 5.22846V13.3478C20 13.3478 20 13.352 20 13.3543C20 13.3806 20.0001 13.4225 19.9941 13.4747C19.9944 13.4773 19.9948 13.48 19.9951 13.4826C19.9971 13.5007 20 13.53 20 13.5645V15.4421C20 16.2945 19.2846 16.9897 18.4076 16.9897H2.12314Z"/>
        <path d="M18.9384 13.9977H1.06157V13.4819H18.9421L18.9461 13.7315L18.9384 13.9977Z"/>
      </svg>
    {%- when 'option-silhouette' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M12.5 12.0391H7.5C4.46243 12.0391 2 14.5484 2 17.6437V18.481H18V17.6437C18 14.5484 15.5376 12.0391 12.5 12.0391ZM7.5 11.0201C3.91015 11.0201 1 13.9856 1 17.6437V19.5H19V17.6437C19 13.9856 16.0899 11.0201 12.5 11.0201H7.5Z" fill-rule="evenodd"/>
        <path d="M14.3596 5.08556C14.3596 7.6181 12.3448 9.67113 9.85956 9.67113C7.37428 9.67113 5.35956 7.6181 5.35956 5.08556C5.35956 2.55303 7.37428 0.5 9.85956 0.5C12.3448 0.5 14.3596 2.55303 14.3596 5.08556ZM9.85956 8.65211C11.7926 8.65211 13.3596 7.05532 13.3596 5.08556C13.3596 3.11581 11.7926 1.51901 9.85956 1.51901C7.92656 1.51901 6.35956 3.11581 6.35956 5.08556C6.35956 7.05532 7.92656 8.65211 9.85956 8.65211Z"/>
      </svg>
    {%- when 'option-snowflake' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M10 0.5C10.2761 0.5 10.5 0.723858 10.5 1V2.85676L12.3862 1.70941C12.6222 1.5659 12.9253 1.64343 13.0634 1.88258C13.2015 2.12173 13.1222 2.43193 12.8862 2.57544L10.6881 3.91254L10.5 4.20171V9.10567L14.7324 6.5025L14.7497 6.47255L14.9238 3.70441C14.9413 3.4261 15.1766 3.21512 15.4494 3.23315C15.7222 3.25118 15.9292 3.49141 15.9116 3.76971L15.7803 5.85797L17.4941 4.80383C17.7293 4.65916 18.0331 4.73508 18.1726 4.9734C18.3121 5.21172 18.2345 5.5222 17.9993 5.66687L16.1725 6.79045L18.1852 8.00596C18.4192 8.1473 18.4959 8.45767 18.3565 8.69919C18.217 8.9407 17.9143 9.02191 17.6802 8.88057L15.5078 7.56859L14.9656 7.53275L10.9676 9.99182L15.1203 12.4496H15.3615L17.7806 11.2234C18.0245 11.0998 18.3204 11.2032 18.4416 11.4544C18.5627 11.7056 18.4632 12.0094 18.2194 12.133L16.2618 13.1252L18.0691 14.1948C18.3067 14.3355 18.3895 14.6446 18.254 14.8852C18.1185 15.1258 17.816 15.2068 17.5784 15.0661L15.794 14.0101L15.7868 16.2668C15.7859 16.5457 15.5636 16.7717 15.2902 16.7717C15.0168 16.7717 14.7959 16.5457 14.7968 16.2668L14.8051 13.6677L14.6411 13.3278L10.5 10.8769V15.7983L10.6881 16.0875L12.8862 17.4246C13.1222 17.5681 13.2015 17.8783 13.0634 18.1174C12.9253 18.3566 12.6221 18.4341 12.3862 18.2906L10.5 17.1432V19C10.5 19.2761 10.2761 19.5 10 19.5C9.72386 19.5 9.5 19.2761 9.5 19V17.1236L7.69032 18.3603C7.46233 18.5161 7.15546 18.4548 7.00491 18.2233C6.85436 17.9918 6.91714 17.6778 7.14513 17.522L9.37855 15.9957L9.5 15.7853V10.8945L5.28087 13.4895L5.19492 13.6677L5.2032 16.2668C5.20409 16.5457 4.98319 16.7717 4.70981 16.7717C4.43643 16.7717 4.21409 16.5457 4.21321 16.2668L4.20646 14.1503L2.50589 15.1963C2.27067 15.341 1.96692 15.265 1.82743 15.0267C1.68794 14.7884 1.76553 14.4779 2.00075 14.3332L3.86241 13.1882L1.78063 12.133C1.53676 12.0094 1.43728 11.7056 1.55844 11.4544C1.67959 11.2032 1.9755 11.0998 2.21937 11.2234L4.63853 12.4496H5.06329L9.03246 10.0083L4.86806 7.54362L4.49224 7.56846L2.31982 8.88045C2.08578 9.02179 1.78302 8.94058 1.64358 8.69906C1.50414 8.45755 1.58083 8.14718 1.81486 8.00584L3.71259 6.85976L1.93081 5.80522C1.69317 5.66458 1.61038 5.35551 1.74589 5.11491C1.8814 4.8743 2.1839 4.79327 2.42154 4.93391L4.2289 6.00359L4.08836 3.76959C4.07085 3.49129 4.27779 3.25106 4.55057 3.23303C4.82336 3.21499 5.05868 3.42598 5.07619 3.70428L5.25034 6.47231L5.36945 6.67862L9.5 9.12326V4.21468L9.37855 4.00432L7.14513 2.47799C6.91714 2.32219 6.85436 2.00822 7.00491 1.77672C7.15546 1.54523 7.46233 1.48387 7.69032 1.63968L9.5 2.87642V1C9.5 0.723858 9.72386 0.5 10 0.5Z"/>
      </svg>
    {%- when 'option-star' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M10 2.62639L8.54072 7.33639C8.34848 7.95687 7.79714 8.37696 7.17504 8.37696H2.45272L6.27316 11.2879C6.77645 11.6714 6.98704 12.3511 6.7948 12.9716L5.33552 17.6816L9.15596 14.7706C9.65925 14.3872 10.3408 14.3872 10.844 14.7706L14.6645 17.6816L13.2052 12.9716C13.013 12.3511 13.2236 11.6714 13.7268 11.2879L17.5473 8.37696H12.825C12.2029 8.37696 11.6515 7.95687 11.4593 7.33639L10 2.62639ZM10.4552 0.846855C10.3119 0.384382 9.68806 0.384382 9.54477 0.846855L7.63027 7.02616C7.56619 7.23298 7.38241 7.37301 7.17504 7.37301H0.979572C0.515888 7.37301 0.323098 7.99527 0.698226 8.28109L5.71047 12.1001C5.87823 12.2279 5.94843 12.4545 5.88435 12.6613L3.96984 18.8406C3.82656 19.3031 4.33129 19.6877 4.70642 19.4019L9.71865 15.5828C9.88642 15.455 10.1136 15.455 10.2813 15.5828L15.2936 19.4019C15.6687 19.6877 16.1734 19.3031 16.0302 18.8406L14.1157 12.6613C14.0516 12.4545 14.1218 12.2279 14.2895 12.1001L19.3018 8.28109C19.6769 7.99527 19.4841 7.37301 19.0204 7.37301H12.825C12.6176 7.37301 12.4338 7.23298 12.3697 7.02616L10.4552 0.846855Z" fill-rule="evenodd" />
      </svg>
    {%- when 'option-stopwatch' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M18.7014 11.3962C18.7014 16.075 14.9085 19.8679 10.2297 19.8679C5.55095 19.8679 1.75806 16.075 1.75806 11.3962C1.75806 6.71746 5.55095 2.92457 10.2297 2.92457C14.9085 2.92457 18.7014 6.71746 18.7014 11.3962ZM10.2297 18.8679C14.3562 18.8679 17.7014 15.5227 17.7014 11.3962C17.7014 7.26974 14.3562 3.92457 10.2297 3.92457C6.10323 3.92457 2.75806 7.26974 2.75806 11.3962C2.75806 15.5227 6.10323 18.8679 10.2297 18.8679Z" />
        <path d="M10.7203 1.7782H9.7392C9.18691 1.7782 8.7392 2.22591 8.7392 2.7782V2.92456H11.7203V2.7782C11.7203 2.22591 11.2726 1.7782 10.7203 1.7782ZM9.7392 0.778198C8.63463 0.778198 7.7392 1.67363 7.7392 2.7782V3.92456H12.7203V2.7782C12.7203 1.67363 11.8249 0.778198 10.7203 0.778198H9.7392Z" fill-rule="evenodd"/>
        <path d="M8.98448 11.3963C8.98448 10.7086 9.54201 10.1511 10.2298 10.1511C10.9175 10.1511 11.475 10.7086 11.475 11.3963C11.475 12.0841 10.9175 12.6416 10.2298 12.6416C9.54201 12.6416 8.98448 12.0841 8.98448 11.3963Z" />
        <path d="M9.72974 11.3962C9.72974 11.1201 9.95359 10.8962 10.2297 10.8962H15.2108C15.487 10.8962 15.7108 11.1201 15.7108 11.3962C15.7108 11.6724 15.487 11.8962 15.2108 11.8962H10.2297C9.95359 11.8962 9.72974 11.6724 9.72974 11.3962Z" />
        <path d="M10.2297 5.91517C10.5059 5.91517 10.7297 6.13902 10.7297 6.41517V8.90572C10.7297 9.18186 10.5059 9.40572 10.2297 9.40572C9.95359 9.40572 9.72974 9.18186 9.72974 8.90572V6.41517C9.72974 6.13902 9.95359 5.91517 10.2297 5.91517Z" />
        <path d="M13.9544 7.30685C14.1497 7.50211 14.1497 7.8187 13.9544 8.01396L12.1934 9.77505C11.9981 9.97031 11.6815 9.97031 11.4862 9.77505C11.291 9.57978 11.291 9.2632 11.4862 9.06794L13.2473 7.30685C13.4426 7.11159 13.7592 7.11159 13.9544 7.30685Z" />
      </svg>
    {%- when 'option-truck' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M0 3.75156C0 3.47454 0.224196 3.24997 0.500755 3.24997H10.647C10.9235 3.24997 11.1477 3.47454 11.1477 3.75156V5.07505V5.63362V6.10938V13.6616C10.9427 14.0067 10.8813 14.1101 10.5516 14.6648L7.22339 14.6646V13.6614H10.1462V4.25316H1.00151V13.6614H2.6842V14.6646H0.500755C0.224196 14.6646 0 14.44 0 14.163V3.75156Z"/>
        <path d="M18.9985 8.08376L11.1477 6.10938V5.07505L19.6212 7.20603C19.8439 7.26203 20 7.46255 20 7.69253V14.1631C20 14.4401 19.7758 14.6647 19.4992 14.6647H17.3071V13.6615H18.9985V8.08376ZM11.1477 13.6616L13.3442 13.6615L13.3443 14.6647L10.5516 14.6648L11.1477 13.6616Z"/>
        <path d="M7.71269 14.1854C7.71269 15.6018 6.56643 16.75 5.15245 16.75C3.73847 16.75 2.59221 15.6018 2.59221 14.1854C2.59221 12.7691 3.73847 11.6209 5.15245 11.6209C6.56643 11.6209 7.71269 12.7691 7.71269 14.1854ZM5.15245 15.7468C6.01331 15.7468 6.71118 15.0478 6.71118 14.1854C6.71118 13.3231 6.01331 12.6241 5.15245 12.6241C4.29159 12.6241 3.59372 13.3231 3.59372 14.1854C3.59372 15.0478 4.29159 15.7468 5.15245 15.7468Z"/>
        <path d="M17.5196 14.1854C17.5196 15.6018 16.3733 16.75 14.9593 16.75C13.5454 16.75 12.3991 15.6018 12.3991 14.1854C12.3991 12.7691 13.5454 11.6209 14.9593 11.6209C16.3733 11.6209 17.5196 12.7691 17.5196 14.1854ZM14.9593 15.7468C15.8202 15.7468 16.5181 15.0478 16.5181 14.1854C16.5181 13.3231 15.8202 12.6241 14.9593 12.6241C14.0985 12.6241 13.4006 13.3231 13.4006 14.1854C13.4006 15.0478 14.0985 15.7468 14.9593 15.7468Z"/>
      </svg>
    {%- when 'option-washing' -%}
      <svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <path d="M0.38191 4.26524C0.652327 4.19778 0.926646 4.36065 0.994619 4.62903L3.53292 14.6511C3.54914 14.7106 3.60034 14.7479 3.65788 14.7479H16.3422C16.3998 14.7479 16.451 14.7106 16.4672 14.651C16.4673 14.6506 16.4675 14.6502 16.4676 14.6498L19.0054 4.62904C19.0734 4.36066 19.3477 4.19778 19.6181 4.26523C19.8885 4.33269 20.0526 4.60494 19.9847 4.87332L17.4458 14.8982L17.4447 14.9023C17.3149 15.3972 16.867 15.75 16.3422 15.75H3.65788C3.13313 15.75 2.68527 15.3972 2.55542 14.9023L2.55434 14.8982L0.0153513 4.87333C-0.0526214 4.60495 0.111492 4.3327 0.38191 4.26524Z"/>
        <path d="M6.76169 7.36178C6.11228 7.20142 5.40174 7.36303 4.75389 7.71568L4.74572 7.72013L4.73738 7.72427C4.55194 7.81655 4.38964 7.91308 4.21117 8.01923C4.0989 8.08601 3.98022 8.1566 3.84536 8.23232C3.52401 8.41277 3.15453 8.59357 2.72811 8.67939L2.71955 8.68111C2.08915 8.79675 1.53984 8.55856 1.12774 8.33954L1.6044 7.45611C1.97602 7.65361 2.26006 7.74481 2.53197 7.69634C2.80109 7.64144 3.05982 7.52202 3.34815 7.36012C3.43695 7.31026 3.53611 7.25156 3.64095 7.1895C3.84288 7.06996 4.06587 6.93795 4.27647 6.83261C5.06232 6.40671 6.03295 6.1502 7.00242 6.38856C7.69625 6.55146 8.31122 6.91064 8.84283 7.22112C8.93772 7.27654 9.02996 7.33041 9.11951 7.38134C9.54269 7.61551 9.86129 7.74878 10.1516 7.70566C10.5743 7.61348 10.9584 7.3965 11.4176 7.12784C11.4329 7.11892 11.4482 7.10994 11.4636 7.1009C11.8908 6.85074 12.3909 6.55782 12.968 6.42066C13.9716 6.13864 15.01 6.39498 15.8247 6.85665C16.0106 6.953 16.2099 7.06983 16.3941 7.17778C16.5001 7.2399 16.6011 7.29909 16.6916 7.34975C16.9673 7.50401 17.2202 7.62511 17.4814 7.69408C17.6558 7.74014 17.8437 7.72276 18.0658 7.64569C18.2042 7.59767 18.3474 7.52933 18.4995 7.44684L18.9839 8.32612C18.8074 8.42189 18.6102 8.51838 18.399 8.59167C18.0548 8.71111 17.6518 8.77606 17.2218 8.6625C16.8378 8.56111 16.4976 8.39159 16.1957 8.22267C16.064 8.14895 15.9478 8.08055 15.8372 8.01544C15.6731 7.91888 15.5214 7.82959 15.3497 7.741L15.3404 7.73618L15.3312 7.73097C14.673 7.35597 13.9098 7.1946 13.2351 7.38713L13.2233 7.39052L13.2113 7.39332C12.7842 7.49304 12.3982 7.71742 11.9304 7.99113L11.9227 7.99562C11.4802 8.25451 10.9593 8.55926 10.35 8.68837L10.3384 8.69081L10.3268 8.69271C9.64242 8.8049 9.02791 8.47817 8.62508 8.2551L8.62016 8.25237C8.51051 8.19005 8.40451 8.12848 8.30111 8.06845C7.7661 7.75786 7.30134 7.48804 6.76778 7.36325L6.76169 7.36178Z"/>
      </svg>
  {%- endcase -%}
{%- endcapture -%}

{% liquid
  assign icon_class = ''
  if text or text != blank
    assign icon_class = 'icon-with-text' | append: ' ' | append: class
  elsif class
    assign icon_class = 'icon' | append: ' ' | append: class | replace_last: ' icon', ''
  endif

  assign custom_icon = custom_icon | default: false
%}

{%- if custom_icon -%}
  {%- assign icon_alt = icon_alt | default: nil -%}
  {%- if class -%}<span class="{{ icon_class }}">{%- endif -%}
    {{ custom_icon | image_url: width: 24 | image_tag: alt: icon_alt }}
  {%- if class -%}</span>{%- endif -%}
{%- else -%}
  {%- if text or text != blank -%}
    <div class="{{ icon_class }}">
      <span class="icon">
        {{ icon }}
      </span>
      <span class="icon__text">
        {{ text }}
      </span>
    </div>
  {%- else -%}
    {%- if class -%}<span class="{{ icon_class }}">{%- endif -%}
      {{ icon }}
    {%- if class -%}</span>{%- endif -%}
  {%- endif -%}
{%- endif -%}


{%- comment -%}
  Renders SVG Icon Element with optional text

  Parameters:
    - icon_name: required, name of the icon to render
    - text: string, optional, text to display next to the icon
    - class: string, optional, additional classes to add to the icon element

  Important:
    - If you want to add predefined styling to the icon:
      -- for icon only, you should use the class parameter with 'icon'.
      -- for icon with text, you should use the class parameter with 'icon-with-text'.

  Usage Types:
    - icon_name: 'brand-facebook'
    - icon_name: 'brand-instagram', class: 'icon custom-class'
    - icon_name: 'brand-x', text: 'X', class: 'icon-with-text custom-class'
{%- endcomment -%}
