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.36 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.01602391,0,0,0.01602391,-6.4095638e-5,1.3978496)"
>
<path
d="m 1014.342,103.975 h -1.993 l 2.975,-1.993 H 109.95 C 49.519,101.982 0.995,150.523 0.995,210.937 V 387.255 H 0.004 v 350.659 c 0,60.431 48.541,108.955 108.955,108.955 h 905.374 c 60.431,0 108.955,-48.541 108.955,-108.955 V 212.913 c 0,-60.431 -49.526,-108.955 -108.955,-108.955 z m -3.962,560.654 c 19.814,21.797 18.813,55.48 -2.975,75.283 -21.788,19.803 -55.48,18.813 -75.283,-2.975 L 762.74,554.67 736.988,582.407 c -47.543,47.543 -108.955,73.295 -174.342,73.295 -65.387,0 -126.786,-25.752 -173.343,-71.321 L 361.566,555.653 188.223,740.89 c -10.897,10.897 -24.762,16.839 -38.633,16.839 -12.881,0 -25.752,-4.947 -36.651,-14.857 -21.797,-19.814 -22.775,-53.49 -1.993,-75.283 L 289.249,477.403 110.946,287.217 c -19.814,-21.797 -18.813,-55.48 1.993,-75.283 21.797,-19.814 55.48,-18.813 75.283,1.993 l 34.677,36.651 138.681,148.579 104.005,110.942 c 24.762,24.762 59.44,39.625 97.072,39.625 36.651,0 72.308,-13.868 98.06,-40.614 l 29.712,-31.703 72.308,-78.252 136.695,-146.605 33.675,-35.667 c 19.814,-21.797 53.49,-22.775 75.283,-2.975 21.793,19.8 22.775,53.49 2.975,75.283 l -175.33,188.211 174.342,187.213 z"
/>
</g>
</svg>
`;