aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
5 lines (4 loc) • 486 B
JavaScript
export default `<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 1024 1024">
<path d="M252.269 0.001h519.461q18.181 0 30.734 12.553t12.553 30.734v346.307q0 18.181-12.553 30.734t-30.734 12.553h-129.865v432.885l-220.771 154.107q-16.449 7.792-27.705 0.865t-11.255-25.108v-562.75h-129.865q-18.181 0-30.734-12.553t-12.553-30.734v-346.307q0-18.181 12.553-30.734t30.734-12.553zM382.135 86.577v86.577h259.731v-86.577h-259.731z"></path>
</svg>
`;