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.16 kB
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<path
d="m 7.0054909,6.3984799 c 0,-0.3627001 -0.293583,-0.65624 -0.655436,-0.65624 -0.3618529,0 -0.655437,0.2935799 -0.655437,0.65624 V 14.35699 c 0,0.36185 0.2935841,0.65479 0.655437,0.65479 0.361853,0 0.655436,-0.29278 0.655436,-0.65479 z m 2.6505286,0 c 0,-0.3627001 -0.2935798,-0.65624 -0.6554296,-0.65624 -0.3618598,0 -0.6554395,0.2935799 -0.6554395,0.65624 V 14.35699 c 0,0.36185 0.2935797,0.65479 0.6554395,0.65479 0.3618498,0 0.6554296,-0.29278 0.6554296,-0.65479 z m 2.6507505,0 c 0,-0.3627001 -0.29438,-0.65624 -0.65625,-0.65624 -0.36187,0 -0.654791,0.2935799 -0.654791,0.65624 V 14.35699 c 0,0.36185 0.292781,0.65479 0.654791,0.65479 0.36201,0 0.65625,-0.29278 0.65625,-0.65479 z M 14.039739,16.46936 H 3.9614659 V 4.2845798 H 2.432389 V 18 H 15.56933 L 15.56912,4.2845798 H 14.040039 V 16.46936 h -2.1e-4 z M 12.21733,1.22446 C 11.54203,1.22446 10.994209,0.67584998 10.994209,0 H 7.0068919 c 0,0.67604999 -0.547105,1.22446 -1.2231149,1.22446 H 1.636 V 2.9726599 H 16.36444 V 1.22446 h -4.14706 z"
/>
</svg>`;