aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
10 lines (9 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.858993,3.9383003 h 3.600147 c 0.12716,0 0.254143,-0.1272 0.254143,-0.2542 0,-0.085 -0.04243,-0.1695 -0.127158,-0.2117 L 12.070569,0.08400025 c -0.08457,-0.085 -0.169569,-0.085 -0.296623,-0.042 -0.08457,0.042 -0.169568,0.1271 -0.169568,0.2117 V 3.6843003 c 0.04243,0.1271 0.127159,0.2541 0.254143,0.2541 z m -1.440055,1.4824 c -0.127159,0 -0.254143,-0.1272 -0.254143,-0.2541 V 0.04180025 l -0.04243,-0.042 H 2.4986599 c -0.042427,0 -0.084574,0 -0.084574,0.042 -0.084574,0.042 -0.1271589,0.085 -0.1271589,0.1272 -0.042427,0.0424 -0.042427,0.0846 -0.042427,0.0846 V 17.7458 c 0,0.043 0,0.085 0.042427,0.085 0.042427,0.085 0.084574,0.1272 0.1271589,0.1272 C 2.4565129,18 2.4986599,18 2.4986599,18 H 15.501358 C 15.628516,18 15.7555,17.8728 15.7555,17.7459 V 5.4207003 h -5.336527 z m -4.6589706,2.9224 c 0,-0.1272 0.084574,-0.2542 0.1695686,-0.2542 h 6.564885 c 0.127158,0 0.169569,0.1271 0.169569,0.2542 v 0.8896 c 0,0.1272 -0.08457,0.2542 -0.169569,0.2542 H 5.929536 c -0.127159,0 -0.1695686,-0.1272 -0.1695686,-0.2542 z m 0,2.8376997 c 0,-0.1271 0.084574,-0.2542 0.1695686,-0.2542 h 6.564885 c 0.127158,0 0.169569,0.1272 0.169569,0.2542 v 0.8896 c 0,0.1272 -0.08457,0.2541 -0.169569,0.2541 H 5.929536 c -0.127159,0 -0.1695686,-0.1271 -0.1695686,-0.2541 z m 0,2.8378 c 0,-0.1272 0.084574,-0.2543 0.1695686,-0.2543 h 6.564885 c 0.127158,0 0.169569,0.1273 0.169569,0.2543 v 0.8896 c 0,0.1271 -0.08457,0.2541 -0.169569,0.2541 H 5.929536 c -0.127159,0 -0.1695686,-0.1272 -0.1695686,-0.2541 z"/>
</svg>`;