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) • 623 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-exposure-off"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3.6 20.4l8.371 -8.371m2.04 -2.04l6.389 -6.389" />
<path d="M6 8h2m0 0v2" />
<path d="M14 16h2" />
<path d="M7 3h12a2 2 0 0 1 2 2v12m-.5 3.5c-.362 .36 -.95 .5 -1.5 .5h-14a2 2 0 0 1 -2 -2v-14c0 -.541 .215 -1.033 .565 -1.393" />
<path d="M3 3l18 18" />
</svg>`;