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.19 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 17.410637,15.102618 C 17.277437,14.880654 9.9749672,1.2975323 9.9749672,1.2975323 9.9010472,1.1494296 9.5453122,0.631 8.9973552,0.631 c -0.562854,0 -0.903497,0.5184796 -0.977611,0.6665323 0,0 -7.31718903,13.5827917 -7.43567003,13.8050857 -0.221967,0.399837 -1.48126603,2.266312 0.57775203,2.251482 h 0.07392 V 17.369 L 16.862405,17.3541 c 2.029255,0 0.7702,-1.851565 0.548022,-2.251482 z M 9.0121232,14.806373 c -0.533222,0 -0.992412,-0.473889 -0.992412,-1.007249 0,-0.54803 0.444536,-0.992429 0.992412,-0.992429 0.562854,0 1.0072268,0.444549 1.0072268,0.992429 0,0.54789 -0.4592538,1.007249 -1.0072268,1.007249 z M 10.034085,8.8222416 v 0 c 0,0.4147276 -0.02975,0.6073112 -0.07392,0.8887664 l -0.207346,1.451577 c -0.04435,0.385027 -0.266693,0.696263 -0.69625,0.696263 -0.414724,0 -0.666519,-0.251785 -0.725751,-0.651622 L 8.1529582,9.7852694 C 8.1380482,9.6074061 8.0936782,9.2520295 8.0936782,8.7335899 V 7.9188848 c 0,-0.651612 0.236865,-1.2294527 0.992412,-1.2294527 0.681433,0 0.9331628,0.5777607 0.9480278,1.1997422 v 0.9331773 z"
/>
</svg>`;