UNPKG

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) 435 B
export default `<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path d="M5 4H16V14C16 15.1046 15.1046 16 14 16H5V4Z"/> <path d="M2 0.5H14C14.8284 0.5 15.5 1.17157 15.5 2V2.5H0.5V2C0.5 1.17157 1.17157 0.5 2 0.5Z" stroke="currentColor" fill="none"/> <path d="M0.5 4.5H3.5V15.5H2C1.17157 15.5 0.5 14.8284 0.5 14V4.5Z" stroke="currentColor" fill="none"/> </svg> `;