You are here

icon-select-svg-icon.html.twig in Icon Select 8

<svg {{ attributes }}>
  <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#{{ symbol_id }}"></use>
</svg>

File

templates/icon-select-svg-icon.html.twig
View source
  1. <svg {{ attributes }}>
  2. <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#{{ symbol_id }}"></use>
  3. </svg>