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) • 926 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 0q138.935 0 256.857 68.61t186.533 186.533 68.61 256.857-68.61 256.857-186.533 186.533-256.857 68.61-256.857-68.61-186.533-186.533-68.61-256.857 68.61-256.857 186.533-186.533 256.857-68.61zM426.238 597.762h171.525q4.288-2.573 12.007-6.861t27.015-21.869 33.876-39.022 26.586-59.176 12.007-80.616q0-43.739-15.008-76.329t-36.020-49.742-50.171-27.444-50.171-12.864-44.168-2.573q-90.050 0-147.511 48.027t-57.46 156.945h123.497q3.43 0 9.862 0.857t9.434 0.857 5.575-2.573 2.573-7.719 0.857-9.434 3.002-7.289 3.002-5.146 4.717-3.43 5.575-2.144 7.719-1.286 7.719-0.429h20.583q16.294 0 25.729 8.576t9.434 22.298q0 18.867-3.43 24.013t-23.156 18.867q-4.288 0.857-10.721 2.573t-23.156 11.578-29.159 23.156-22.727 39.45-9.434 58.747zM426.238 683.525v85.762h171.525v-85.762h-171.525z"></path>
</svg>
`;