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.15 kB
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 18 18"
height="18"
width="18"
version="1.1"
>
<path
d="m 10.518609,5.8941003 c -0.136047,0 -0.272164,-0.136 -0.272164,-0.2722 v -5.5767 L 10.201256,3e-7 H 1.9951631 C 1.8591166,3e-7 1.723,0.1360003 1.723,0.2722003 V 17.7278 C 1.723,17.8639 1.8590466,18 1.9951631,18 H 16.004784 c 0.136047,0 0.272164,-0.136 0.272164,-0.2722 V 5.8945003 h -5.757901 z m 1.858724,3.0377 -3.49102,4.8059997 c 0,0 -0.362476,0.4987 -0.589499,0.5442 C 8.02465,14.327 7.8886038,14.1007 7.7073134,13.9195 7.5260231,13.7383 5.9389891,11.6978 5.9389891,11.6978 c 0,0 -0.1813083,-0.4534 0.1813074,-0.7255 0.3626156,-0.2722 0.7706674,0 0.7706674,0 L 8.0698241,12.106 11.968983,8.2067003 c 0,0.045 0.317355,-0.2269 0.5895,0.045 0.272164,0.1814 -0.181307,0.6803 -0.181307,0.6803 z m -0.226465,-4.6243 h 3.853969 c 0.136047,0 0.272163,-0.1361 0.272163,-0.2722 0,-0.091 -0.04519,-0.1813 -0.136046,-0.2269 l -3.808322,-3.718 c -0.09086,-0.091 -0.181308,-0.091 -0.317355,-0.045 -0.09086,0.045 -0.181307,0.1361 -0.181307,0.2269 v 3.7632 c 0.04519,0.136 0.136046,0.2722 0.317354,0.2722 z"
/>
</svg>`;