aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
20 lines (19 loc) • 544 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-text-orientation"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 15l-5 -5c-1.367 -1.367 -1.367 -3.633 0 -5s3.633 -1.367 5 0l5 5" />
<path d="M5.5 11.5l5 -5" />
<path d="M21 12l-9 9" />
<path d="M21 12v4" />
<path d="M21 12h-4" />
</svg>`;