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) • 633 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="M808.107 316.586l-80.213-295.253q-1.707-9.387-8.533-15.36t-15.36-5.973h-384q-8.533 0-15.36 5.973t-8.533 15.36l-80.213 295.253 34.133 105.813h505.173zM1024 341.332v597.332h-170.667v-170.667h-682.666v170.667h-170.667v-597.332h170.667l85.333 170.667h512l85.333-170.667h170.667zM751.787 873.812l32.427 129.707q1.707 8.533-2.987 14.507t-13.227 5.973h-512q-8.533 0-13.227-5.973t-2.987-14.507l32.427-129.707q1.707-8.533 9.813-14.507t16.64-5.973h426.667q8.533 0 16.64 5.973t9.813 14.507z"></path>
</svg>
`;