aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
22 lines (21 loc) • 570 B
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-typography-off"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 20h3" />
<path d="M14 20h6" />
<path d="M6.9 15h6.9" />
<path d="M13 13l3 7" />
<path d="M5 20l4.09 -10.906" />
<path d="M10.181 6.183l.819 -2.183h2l3.904 8.924" />
<path d="M3 3l18 18" />
</svg>`;