aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
7 lines (6 loc) • 387 B
JavaScript
export default `<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M0 2C0 0.895431 0.895431 0 2 0H14C15.1046 0 16 0.895431 16 2V3H0V2Z"/>
<path d="M0 4H4V16H2C0.895431 16 0 15.1046 0 14V4Z"/>
<path d="M5.5 4.5H15.5V14C15.5 14.8284 14.8284 15.5 14 15.5H5.5V4.5Z" stroke="currentColor" fill="none"/>
</svg>
`;