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) • 857 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="M322.301 5.524h92.086q19.338 0 32.69 13.352t13.352 32.69v46.044h46.044q19.338 0 32.69 13.352t13.352 32.69v92.086q0 19.338-13.352 32.69t-32.69 13.352h-276.259q-19.338 0-32.69-13.352t-13.352-32.69v-92.086q0-19.338 13.352-32.69t32.69-13.352h46.044v-46.044q0-19.338 13.352-32.69t32.69-13.352zM644.605 235.741v-138.13q37.756 0 64.921 27.165t27.165 64.921v460.433h-184.173v276.259h184.173q0 33.151-6.446 52.95t-21.64 27.626-27.165 9.669-36.834 1.842h-552.519q-37.756 0-64.921-27.165t-27.165-64.921v-736.692q0-37.756 27.165-64.921t64.921-27.165v138.13q0 57.094 40.518 97.611t97.611 40.518h276.259q57.094 0 97.611-40.518t40.518-97.611zM1024.001 788.259l-195.224 195.224v-149.18h-184.173v-92.086h184.173v-149.18z"></path>
</svg>
`;