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) • 744 B
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.152156,10.271539 v 0.039 z M 17.72601,3.15 H 0.2739901 C 0.1174018,3.15 0,3.267499 0,3.4239977 V 14.576002 C 0,14.732601 0.1174718,14.85 0.2739901,14.85 H 17.72601 C 17.882598,14.85 18,14.732501 18,14.576002 V 3.384998 C 18,3.267499 17.882528,3.1502 17.72601,3.1502 Z m -1.486932,9.782416 v 0 c -0.0392,0.156599 -0.156588,0.273998 -0.27399,0.273998 H 2.073906 c -0.1565882,0 -0.27399,-0.117499 -0.27399,-0.273998 V 5.4193806 l 6.9651929,5.3216544 c 0.156588,0.117499 0.312966,0.156599 0.508759,0.156599 0.195792,0 0.35224,-0.078 0.508758,-0.195799 L 16.239113,5.4584803 v 7.4737357 z"
/>
</svg>`;