aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
12 lines (11 loc) • 1.57 kB
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 18 18"
height="18"
width="18"
version="1.1"
>
<path
d="m 12.188904,4.3937001 h 3.826643 c 0,0 0,0 0,0 0.141769,0 0.283435,-0.1418 0.283435,-0.2834 0,-0.1417 0,-0.2835 -0.141771,-0.2835 l -3.826642,-3.685 C 12.330569,9.9999999e-8 12.188799,9.9999999e-8 12.047133,9.9999999e-8 11.905364,0.1418001 11.905364,0.1418001 11.905364,0.2834001 v 3.8268 c 0,0.1418 0.141769,0.2835 0.283435,0.2835 z m -1.984207,1.2756 V 9.9999999e-8 H 1.9844355 C 1.8426653,9.9999999e-8 1.701,0.1418001 1.701,0.2834001 V 17.7166 C 1.701,17.8583 1.8427703,18 1.9844355,18 H 16.015564 C 16.157334,18 16.299,17.8582 16.299,17.7166 V 5.9528001 h -5.810867 c -0.141771,0 -0.283436,-0.1418 -0.283436,-0.2835 z M 9.779474,10.4882 9.354268,11.4803 H 6.377967 l -0.1417704,0.567 H 9.212498 L 8.787292,13.0394 H 6.37795 c 0.283435,1.4174 0.992094,2.126 1.984171,2.126 0.708589,0 1.417301,-0.2834 2.125925,-0.8503 l -0.141771,1.9842 c -0.566976,0.4252 -1.275565,0.567 -1.984172,0.567 -1.133794,0 -1.984171,-0.4252 -2.69283,-1.1338 -0.7085889,-0.567 -0.9920945,-1.5591 -1.2755651,-2.693 H 3.4016134 L 3.8268192,12.0474 H 4.3937954 V 11.764 c 0,-0.1418 0,-0.2835 0,-0.2835 H 3.401701 l 0.4252058,-0.9921 h 0.708589 c 0.2834355,-0.9920999 0.7085888,-1.8424999 1.275565,-2.5511999 0.7085892,-0.7086 1.5590002,-0.9921 2.6928302,-0.9921 0.70859,0 1.559001,0.2835 2.409342,0.7086 l -0.850341,1.7008 c -0.566976,-0.4252 -1.133795,-0.7086 -1.700771,-0.7086 -0.992095,0 -1.559001,0.7086 -1.842471,1.8425999 h 3.259736 z"
/>
</svg>`;