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) • 353 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="M1024 967.111v-910.223q0-23.893-16.497-40.391t-40.391-16.497h-910.223q-23.893 0-40.391 16.497t-16.497 40.391v910.223q0 22.756 16.497 39.823t40.391 17.067h910.223q23.893 0 40.391-17.067t16.497-39.823z"></path>
</svg>
`;