mirror of
https://github.com/iconify/iconify.git
synced 2024-12-13 22:18:24 +00:00
15 lines
362 B
Handlebars
15 lines
362 B
Handlebars
|
<svg
|
||
|
xmlns='http://www.w3.org/2000/svg'
|
||
|
xmlns:xlink='http://www.w3.org/1999/xlink'
|
||
|
aria-hidden='true'
|
||
|
role='img'
|
||
|
width={{this.data.width}}
|
||
|
height={{this.data.height}}
|
||
|
preserveAspectRatio={{this.data.preserveAspectRatio}}
|
||
|
viewBox={{this.data.viewBox}}
|
||
|
style={{this.data.style}}
|
||
|
class={{this.data.className}}
|
||
|
...attributes
|
||
|
>
|
||
|
{{{this.data.body}}}
|
||
|
</svg>
|