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) • 690 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 298.666h-170.667v85.333h170.667v85.333h-255.999v-255.999h170.667v-85.333h-170.667v-85.333h255.999v255.999zM0.002 469.333h42.667q0-17.92 3.413-31.573t8.107-22.613 15.36-14.933 18.773-9.387 24.32-4.693 26.453-1.707 31.573-0.427h85.333v469.332q0 18.773-21.333 29.44t-42.667 11.52l-21.333 1.707v85.333h341.332v-85.333q-3.413 0-9.387-0.427t-20.48-2.56-25.6-5.973-20.48-12.8-9.387-20.907v-469.332h85.333q21.333 0 31.573 0.427t26.453 1.707 24.32 4.693 18.773 9.387 15.36 14.933 8.107 22.613 3.413 31.573h42.667v-255.999h-682.665v255.999z"></path>
</svg>
`;