Icons
Svg sprite map generation with SVG Optimizer tool for optimizing SVG vector graphics files.
Sprite Map
You can write your svg with use xlink:href manually or use the icon template compoent.
{{include '@components/base/icon/icon.twig' with {name: 'websolute'}}}
will be converted to svg tag with correspondent xlink:href:
<svg class="icon icon--websolute" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlnsxlink="http://www.w3.org/1999/xlink">
<use xlink:href="#icon-websolute"></use>
</svg>