aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
17 lines (16 loc) • 1.24 kB
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<g
transform="matrix(0.01604411,0,0,0.01604372,-0.01107043,1.3884176)"><g
/>
<path
d="M 1064.083,392.088 623.635,-26.522 c -22.81,-15.866 -52.569,-16.872 -77.366,-1.995 -12.898,7.948 -22.81,18.84 -28.762,31.739 -5.954,11.908 -8.929,25.784 -8.929,39.686 l -0.989,349.184 c -1.995,0 -4.961,0 -6.944,0 H 82.035 c -44.649,0 -81.345,36.704 -81.345,81.345 0,44.641 36.704,81.345 81.345,81.345 h 418.61 c 2.975,0 4.961,0 6.944,0 l 0.989,351.157 c -0.989,13.89 1.995,27.775 8.929,39.686 6.944,12.898 15.866,23.813 28.762,31.739 23.813,14.881 53.575,13.89 77.366,-1.995 l 441.432,-417.622 c 13.89,-13.89 57.53,-44.649 57.53,-81.345 -0.989,-36.704 -42.655,-71.419 -58.523,-84.322 z M 928.189,517.075 704.995,728.363 c -11.908,7.948 -27.775,25.784 -41.665,23.813 -7.948,-0.989 -10.924,-6.944 -14.881,-15.866 -1.995,-5.954 -1.995,-35.71 -0.989,-42.655 V 257.187 c 0,-6.944 -0.989,-33.727 0,-39.686 1.995,-10.924 6.944,-13.89 14.881,-15.866 14.881,-2.975 27.775,5.954 42.655,20.831 L 928.19,433.754 c 7.948,6.944 28.762,23.813 28.762,42.655 0,17.861 -21.82,33.727 -28.762,40.664 z"
/>
</g>
</svg>
`;