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.84 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 9.00007,0.007646 q 0.517462,0 1.16031,0.07830122 l 0.5958,2.38333708 0.07825,0.0158 q 0.768305,0.2195934 1.473855,0.6114995 l 0.07825,0.0316 2.10105,-1.2543895 q 0.956393,0.7526117 1.630671,1.6464056 l -1.254372,2.1010826 0.04731,0.078301 q 0.3919,0.6898907 0.611489,1.4582026 l 0.01576,0.094002 2.383305,0.5958092 q 0.07825,0.6742405 0.07825,1.1446178 0,0.5331483 -0.07825,1.1603369 l -2.383305,0.595809 -0.01576,0.094 q -0.235347,0.768322 -0.611489,1.458213 l -0.04731,0.0782 1.254372,2.101082 q -0.752599,0.956405 -1.630671,1.646406 l -2.10105,-1.270079 -0.07825,0.0473 q -0.689879,0.391905 -1.473855,0.611499 l -0.07825,0.0316 -0.5958,2.367618 q -0.6742252,0.0783 -1.16031,0.0783 -0.5174619,0 -1.1603103,-0.0783 l -0.5958,-2.367617 -0.078251,-0.0316 Q 6.3974039,15.295394 5.6918535,14.903488 l -0.078251,-0.0473 -2.10105,1.270079 Q 2.5718663,15.373524 1.881882,14.47973 l 1.2543721,-2.101082 -0.047311,-0.0782 Q 2.6970426,11.594796 2.493143,10.842184 l -0.031552,-0.094 -2.36758152,-0.595809 Q 0,9.4938034 0,8.9920356 0,8.4745676 0.09400918,7.8474178 L 2.4615907,7.2516086 2.4931427,7.1576071 Q 2.6969373,6.4049954 3.0889428,5.6994045 L 3.1362538,5.6211032 1.881882,3.5200606 Q 2.6187921,2.5636457 3.5282596,1.873655 l 2.0853263,1.2543895 0.078251,-0.0316 q 0.7055854,-0.3919066 1.4738552,-0.6115 l 0.078251,-0.0158 0.5958,-2.38333708 Q 8.5139687,0.007506 9.0000534,0.007506 Z m 0,5.6289775 q -1.3954646,0 -2.3833051,0.9878553 -0.9878406,0.9878554 -0.9878406,2.3754069 0,1.3875513 0.9878406,2.3754063 0.9878405,0.987857 2.3833051,0.987857 1.395465,0 2.383305,-0.987857 0.987841,-0.987855 0.987841,-2.3754063 0,-1.3875515 -0.987841,-2.3754069 Q 10.395535,5.6366235 9.00007,5.6366235 Z"
/>
</svg>`;