aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
13 lines (12 loc) • 2.15 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.890553,9.628636 15.534596,6.3972256 C 15.43893,6.2699632 15.311872,6.2061557 15.16847,6.1745084 15.072804,5.9517911 14.945747,5.7129698 14.81816,5.505908 12.892186,2.2586814 8.6896389,1.1920776 5.442003,3.1183677 3.722952,4.1372041 2.6085663,5.8083926 2.2263359,7.6390998 l -1.68741889,0.015847 c -0.095666,0 -0.19107514,0.031984 -0.27047606,0.079832 C 0.17277495,7.7826268 0.10936661,7.862042 0.0615337,7.957496 -0.03413232,8.148566 -0.01830031,8.355532 0.10938271,8.530562 L 2.46534,11.761972 c 0.079834,0.111527 0.1910751,0.174902 0.318325,0.206902 0.079834,0.174902 0.1749065,0.3503 0.2866287,0.525218 1.9259742,3.247227 6.1285211,4.313831 9.3761573,2.38754 1.671587,-0.986852 2.769852,-2.578658 3.167898,-4.345766 h 0.557218 c 0.04785,0 0.07983,-0.01585 0.11153,-0.01585 l 1.177986,-0.01585 c 0.09567,0 0.191075,-0.03199 0.270476,-0.07983 0.09567,-0.04785 0.159075,-0.127262 0.206907,-0.222717 0.09567,-0.19107 0.07983,-0.413819 -0.04785,-0.573066 z M 11.82573,10.23359 c 0.09567,0.19107 0.286628,0.318316 0.509384,0.318316 h 0.286628 c 0.03198,0.01585 0.07983,0.01585 0.11153,0.01585 l 1.177987,-0.01585 c -0.35031,1.050483 -0.971079,2.101207 -1.973759,2.785576 -0.222723,0.159069 -0.286628,0.461538 -0.127266,0.684399 0.04785,0.0637 0.09567,0.111527 0.174907,0.159071 -2.8492542,1.671541 -6.5265848,0.732135 -8.2139876,-2.11704 -0.095666,-0.15907 -0.191075,-0.334468 -0.270476,-0.493539 L 6.0794061,8.513929 C 6.2227285,8.354859 6.2543126,8.115893 6.1592398,7.925032 6.0641669,7.73417 5.8726111,7.6067153 5.6498557,7.6067153 L 3.7238814,7.622563 C 4.0741911,6.6037266 4.6949609,5.5849383 5.6659923,4.9325382 5.8887156,4.7734682 5.952621,4.4709996 5.7932582,4.2481381 5.7295612,4.152475 5.6183517,4.0732365 5.5066295,4.0570682 5.6181594,3.9772368 5.7293529,3.9137498 5.8411071,3.8501667 8.69036,2.1627939 12.383492,3.1019271 14.07091,5.9513745 c 0.127266,0.2227173 0.254676,0.4615386 0.35031,0.7005201 L 11.874124,9.660556 c -0.09567,0.143319 -0.127266,0.366116 -0.04785,0.573066 z"
/>
</svg>
`;