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.64 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 11.438456,7.4981768 c 1.098271,0 2.109182,0.30738 2.943993,0.79087 v -3.29529 H 9.417565 c -0.13171,0 -0.21958,-0.13172 -0.21958,-0.21959 V 0.07277678 l -0.0439,-0.0439 H 2.0360902 c -0.1317201,0 -0.2195902,0.13172 -0.2195902,0.21959 V 16.417557 c 0,0.13172 0.1317201,0.21959 0.2195902,0.21959 h 4.5696631 c -0.6591804,-0.92266 -1.0544407,-2.10918 -1.0544407,-3.33923 0,-3.20747 2.6361714,-5.7997102 5.8875534,-5.7997102 z m -0.65877,-3.82271 h 3.339233 c 0.13171,0 0.21958,-0.13171 0.21958,-0.21958 0,-0.0879 -0.0438,-0.1756701 -0.13172,-0.2195901 L 10.911486,0.07277678 c -0.0879,-0.0879 -0.17567,-0.0879 -0.26354,-0.0439 -0.0879,0.044 -0.13171,0.13172 -0.13171,0.21959 V 3.4119868 c 0.0438,0.17567 0.17567,0.26354 0.26354,0.26354 z m 3.602683,5.97537 c -0.790881,-0.61518 -1.801342,-1.01043 -2.900022,-1.01043 h -0.0879 c -2.592241,0 -4.6575126,2.1091802 -4.6575126,4.6575102 0,1.3183 0.5273504,2.46048 1.4060608,3.33923 0.8348308,0.83483 1.9770118,1.36218 3.2952918,1.36218 0.0438,0 0.0438,0 0.0438,0 h 0.0439 c 2.592232,0.0439 4.657513,-2.06523 4.657513,-4.65751 0,-1.49394 -0.70301,-2.81184 -1.801341,-3.6909202 z m -3.251343,6.2832302 c 0,0 -0.30739,0.48351 -0.52736,0.52736 -0.26354,0.0438 -0.39525,-0.17567 -0.52736,-0.35143 -0.175661,-0.17567 -1.625702,-2.1531 -1.625702,-2.1531 0,0 -0.17567,-0.43955 0.175671,-0.703 0.35142,-0.30739 0.70301,0 0.70301,0 l 1.098261,1.09826 3.602713,-3.73487 c 0,0 0.17567,-0.17567 0.35143,-0.13171 v 0.83483 c 0,0 0,0 0,0 l -3.251413,4.61357 z"
/>
</svg>`;