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) • 614 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="M945.761 495.665v145.303q0 141.864-101.025 242.888t-242.888 101.025h-257.934q-141.864 0-242.888-101.025t-101.025-242.888v-257.934q0-141.864 101.025-242.888t242.888-101.025h257.934q51.587 0 109.192 19.775l-153.041 152.181h-300.063q-35.251 0-60.615 25.363t-25.363 60.615v429.891q0 35.251 25.363 60.615t60.615 25.363h429.891q35.251 0 60.615-25.363t25.363-60.615v-59.325zM537.364 685.676l486.636-487.496-116.93-117.79-369.705 370.566-126.388-126.388-116.93 116.93z"></path>
</svg>
`;