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) • 503 B
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 17.999303,7.7727825 v 2.4544355 q 0,0.51137 -0.358021,0.869256 -0.358021,0.357896 -0.869261,0.358026 H 1.2272822 q -0.5113694,0 -0.869261,-0.358026 Q 1.296e-4,10.738458 0,10.227218 V 7.7727825 Q 0,7.2614123 0.3580212,6.9035261 0.7160424,6.54563 1.2272822,6.5455 H 16.772021 q 0.511369,0 0.869261,0.3580261 0.357891,0.3580162 0.358021,0.8692564 z"
/>
</svg>`;