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"
viewBox="0 0 18 18"
height="18"
width="18"
version="1.1"
>
<path
d="M 14.989774,4.0988903 V 10.70816 c 0,0.34956 -0.285893,0.63544 -0.635448,0.63544 h -0.476845 v 1.25515 H 14.6718 c 0.874001,0 1.57294,-0.69905 1.57294,-1.57292 V 4.0989603 h -1.255176 z m -6.9428058,-2.20829 c 0,-0.34956 0.2859038,-0.63544 0.6354478,-0.63544 h 3.463643 V 3e-7 H 8.364862 c -0.8740007,0 -1.5729394,0.69905 -1.5729394,1.57292 v 0.41302 h 1.2551656 v -0.0954 z m 2.9549168,5.98955 V 15.42669 c 0,0.41301 -0.333564,0.74694 -0.746949,0.74694 H 4.3129218 c -0.4130251,0 -0.7469493,-0.33356 -0.7469493,-0.74694 V 5.5925603 c 0,-0.41302 0.3335542,-0.74694 0.7469493,-0.74694 H 8.110039 v -1.82714 H 3.6137531 c -1.0327328,0 -1.8587531,0.8261 -1.8587531,1.87459 V 16.12541 C 1.755,17.15812 2.5969605,18 3.6296133,18 h 7.4829827 c 1.032733,0 1.874623,-0.84195 1.874623,-1.87459 V 7.8957303 h -1.985894 z m -1.763322,-2.41489 c 0,0 0,1.28697 1.286986,1.28697 h 2.44671 l -3.733676,-3.73363 v 2.44668 z m 7.006437,-2.36717 -3.082298,-3.08226 v 2.01756 c 0,0 0,1.06432 1.064333,1.06432 h 2.017585 z"
/>
</svg>`;