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) • 600 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="M551.24 91.247l462.902 802.266q16.714 27.615 5.087 47.598t-43.601 19.984h-927.257q-31.975 0-43.601-19.984t5.087-47.598l462.902-802.266q15.987-28.341 39.241-28.341t39.241 28.341zM584.668 379.743h-151.151q-14.534 0-23.254 10.537t-5.814 25.071l42.148 219.461q2.906 14.534 15.624 25.071t27.251 10.537h39.241q14.534 0 27.251-10.537t15.624-25.071l42.148-219.461q2.906-14.534-5.814-25.071t-23.254-10.537zM436.423 743.088v72.669h145.338v-72.669h-145.338z"></path>
</svg>
`;