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) • 528 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="M465.455 0.001h93.091q38.168 0 65.629 27.461t27.461 65.629v930.908h-279.273v-930.908q0-38.168 27.461-65.629t65.629-27.461zM837.818 279.273h93.091q38.168 0 65.629 27.461t27.461 65.629v651.636h-279.273v-651.636q0-38.168 27.461-65.629t65.629-27.461zM279.273 1024.001v-372.363q0-38.168-27.461-65.629t-65.629-27.461h-93.091q-38.168 0-65.629 27.461t-27.461 65.629v372.363h279.273z"></path>
</svg>
`;