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) • 854 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 16.455605,1.9715 H 1.540806 C 0.6901392,1.9715 0,2.6615264 0,3.5159143 0,4.3665922 0.6900167,5.0567386 1.540806,5.0567386 H 16.455605 C 17.306271,5.0567386 18,4.3667122 18,3.5159143 18,2.6614964 17.306236,1.9715 16.455605,1.9715 Z m 0,5.4840308 H 1.540806 C 0.6901392,7.4555308 0,8.145557 0,8.9999449 0,9.8506128 0.6900167,10.544349 1.540806,10.544349 H 16.455605 C 17.306271,10.544349 18,9.8543229 18,8.9999449 18,8.145557 17.306236,7.4555308 16.455605,7.4555308 Z m 0,5.4877402 H 1.540806 C 0.6901392,12.943271 0,13.633298 0,14.484086 0,15.338514 0.6900167,16.0285 1.540806,16.0285 H 16.455605 C 17.306271,16.0285 18,15.338474 18,14.484086 18,13.633418 17.306236,12.943271 16.455605,12.943271 Z"
/>
</svg>`;