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.14 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 13.389057,7e-5 c -1.217948,0 -2.325182,0.47445 -3.147652,1.26536 -0.03181,0.0318 -8.3832938,8.36725 -8.3832938,8.36725 -0.094832,0.0948 -0.158149,0.20554 -0.1897186,0.33224 l -1.64502962,7.18102 c -0.04775091,0.23738 0.01590031,0.47445 0.18971865,0.64852 C 0.33976607,17.92114 0.51355041,18 0.70337405,18 c 0.0477509,0 0.11076713,0 0.15814904,-0.0159 L 8.0268868,16.32329 c 0.1266834,-0.0318 0.2373806,-0.0948 0.3322484,-0.18971 L 16.63168,7.86119 c 0,0 0,0 0,0 C 17.470067,7.02282 17.992,5.88402 17.992,4.61865 17.9761,2.05629 15.919924,0 13.389074,0 Z M 7.5049548,14.99471 3.2974879,15.97534 2.000466,14.67835 l 0.9648605,-4.22322 0.031821,-0.0318 c 0.3322484,0.0318 0.6485275,0.15814 0.9015974,0.41116 0.3322483,0.33224 0.4587388,0.77502 0.3953716,1.20206 0.4270992,-0.0631 0.885768,0.0631 1.2020831,0.39536 0.3322483,0.33224 0.4587398,0.77502 0.3953716,1.20206 0.4270992,-0.0631 0.885769,0.0631 1.2020831,0.39536 0.2531568,0.25316 0.3953716,0.58529 0.4111659,0.93324 v 0.0318 z"
/>
</svg>`;