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.83 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 14.989439,4.09884 v 6.6091 c 0,0.34951 -0.285907,0.63546 -0.635445,0.63546 h -0.476746 v 1.25508 h 0.794274 c 0.873883,0 1.572838,-0.69905 1.572838,-1.57285 V 4.09886 H 14.989289 Z M 8.0468224,1.89054 c 0,-0.34951 0.2859076,-0.63546 0.6354556,-0.63546 h 3.463393 V 0 H 8.36458 C 7.4907066,0 6.7917519,0.69905 6.7917519,1.57285 v 0.41298 h 1.2550705 v -0.0951 z m 3.4315836,5.98938 v 7.86413 c 0,0.41298 -0.333797,0.74679 -0.746774,0.74679 H 3.9955331 c -0.4129769,0 -0.7467744,-0.33381 -0.7467744,-0.74679 V 5.27449 c 0,-0.41298 0.3337975,-0.74679 0.7467744,-0.74679 H 8.1102619 V 3.03435 H 3.6142659 C 2.5815738,3.01845 1.7555,3.84455 1.7555,4.89313 V 16.12534 C 1.7555,17.15804 2.5975436,18 3.6301458,18 h 7.4827532 c 1.032682,0 1.874636,-0.84205 1.874636,-1.87466 V 7.89579 H 11.478266 Z M 9.238373,5.46515 c 0,0 0,1.28691 1.28691,1.28691 h 2.446552 L 9.238353,3.01856 V 5.46513 Z M 16.2445,3.09798 13.162403,0.01586 v 2.01765 c 0,0 0,1.06437 1.064362,1.06437 H 16.24439 Z M 9.762569,8.11828 H 4.7263875 c -0.2223783,0 -0.397107,0.25405 -0.397107,0.55602 0,0.31781 0.1748687,0.55601 0.397107,0.55601 H 9.762569 c 0.222388,0 0.397117,-0.25404 0.397117,-0.55601 0,-0.30197 -0.174869,-0.55602 -0.397117,-0.55602 z m 0,2.28774 H 4.7263875 c -0.2223783,0 -0.397107,0.25405 -0.397107,0.55602 0,0.31782 0.1748687,0.55602 0.397107,0.55602 H 9.762569 c 0.222388,0 0.397117,-0.25405 0.397117,-0.55602 0,-0.30197 -0.174869,-0.55602 -0.397117,-0.55602 z m 0,2.19239 H 4.7263875 c -0.2223783,0 -0.397107,0.25405 -0.397107,0.55602 0,0.31781 0.1748687,0.55601 0.397107,0.55601 H 9.762569 c 0.222388,0 0.397117,-0.25404 0.397117,-0.55601 0,-0.30197 -0.174869,-0.55602 -0.397117,-0.55602 z"
/>
</svg>`;