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) • 629 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 341.332l125.44-125.44q-95.573-68.267-210.773-68.267-151.040 0-257.707 106.667t-106.667 257.707h-128q0-100.693 38.827-191.573t104.96-157.013 157.013-104.96 191.573-38.827q168.96 0 302.934 104.107l123.733-123.733v341.334h-341.334zM426.667 682.667l-125.44 125.44q95.573 68.267 210.773 68.267 151.040 0 257.707-106.667t106.667-257.707h128q0 100.693-38.827 191.573t-104.96 157.013-157.013 104.96-191.573 38.827q-168.96 0-302.934-104.107l-123.733 123.733v-341.334h341.334z"></path>
</svg>
`;