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) • 640 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="M512 0.001q32.296 0 55.532 23.237t23.237 55.532v61.44q36.234 20.48 57.501 56.714t21.268 78.769v39.385h-315.077v-39.385q0-42.535 21.268-78.769t57.501-56.714v-61.44q0-32.296 23.237-55.532t55.532-23.237zM354.461 393.847h315.077q42.535 0 78.769 21.268t56.714 57.501h-135.483v78.769h157.539v78.769h-157.539v78.769h157.539v78.769h-157.539v78.769h157.539q0 65.379-46.080 111.459t-111.459 46.080h-315.077q-65.379 0-111.459-46.080t-46.080-111.459v-315.077q0-65.379 46.080-111.459t111.459-46.080z"></path>
</svg>
`;