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.16 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.01752681,0,0,0.01752669,-7.141777e-5,0.68487848)"
>
<path
d="M 816.165,83.423 933.917,-34.329 q 6.105,-6.105 10.906,-4.359 4.801,1.746 4.8,11.338 v 315.749 q 0,8.726 -6.538,15.264 -6.538,6.538 -15.264,6.538 H 612.072 q -9.592,0 -11.338,-4.8 -1.746,-4.8 4.359,-10.906 L 721.098,178.49 q -95.076,-66.292 -207.592,-66.292 -101.182,0 -187.095,49.72 -85.913,49.72 -135.63,135.63 -49.717,85.91 -49.72,187.095 -0.003,101.185 49.72,187.095 49.723,85.91 135.63,135.63 85.907,49.72 187.095,49.72 101.188,0 187.095,-49.72 85.907,-49.72 135.63,-135.63 49.723,-85.91 49.72,-187.095 h 130.838 q 0,102.053 -39.69,195.381 -39.69,93.328 -107.288,160.927 -67.598,67.599 -160.927,107.288 -93.329,39.689 -195.381,39.69 Q 411.451,987.93 318.122,948.239 224.793,908.548 157.195,840.951 89.597,773.354 49.907,680.024 q -39.69,-93.33 -39.69,-195.381 0,-102.051 39.69,-195.381 39.69,-93.33 107.288,-160.927 67.598,-67.597 160.927,-107.288 93.329,-39.691 195.381,-39.69 167.469,0 302.666,102.053 z"
/>
</g>
</svg>
`;