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) • 458 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="M597.333 597.333h-426.667v341.333h-128q-17.92 0-30.293-12.373t-12.373-30.293v-853.333q0-17.067 12.373-29.867t30.293-12.8h213.333v256h426.667v-256h85.333l170.667 170.667v256h-341.333v170.667zM597.333 170.667h-85.333v-170.667h85.333v170.667zM853.333 512h-170.667v256h-170.667l256 256 256-256h-170.667v-256z"></path>
</svg>
`;