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) • 584 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="M682.667 213.333h255.999q34.987 0 60.16 25.173t25.173 60.16v341.332h-426.666v-85.333h-170.667v85.333h-426.666v-341.332q0-34.987 25.173-60.16t60.16-25.173h255.999v-85.333q0-34.987 25.173-60.16t60.16-25.173h170.667q34.987 0 60.16 25.173t25.173 60.16v85.333zM426.667 213.333h170.667v-85.333h-170.667v85.333zM1023.999 725.332v170.667q0 34.987-25.173 60.16t-60.16 25.173h-853.331q-34.987 0-60.16-25.173t-25.173-60.16v-170.667h1023.998z"></path>
</svg>
`;