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) • 567 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="M26.452 682.667l146.773-630.614q4.267-18.773 19.627-35.413t32.427-16.64h573.441q16.213 0 32 19.2t20.053 38.827l146.773 624.641h-971.094zM85.333 768h853.334q34.987 0 60.16 25.173t25.173 60.16v85.333q0 34.987-25.173 60.16t-60.16 25.173h-853.334q-34.987 0-60.16-25.173t-25.173-60.16v-85.333q0-34.987 25.173-60.16t60.16-25.173zM768 853.333h-85.333v85.333h85.333v-85.333zM938.667 853.333h-85.333v85.333h85.333v-85.333z"></path>
</svg>
`;