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) • 816 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="M93.471 0.001h837.056q19.531 0 33.017 13.486t13.486 33.017v465.032q0 19.531-13.486 33.017t-33.017 13.486h-837.056q-19.531 0-33.017-13.486t-13.486-33.017v-465.032q0-19.531 13.486-33.017t33.017-13.486zM70.22 651.046h883.56q9.3 0 16.276 6.975t6.975 16.276v46.503q0 9.3-6.975 16.276t-16.276 6.975h-263.207l208.334 208.334q12.090 12.090 12.090 29.297t-12.090 29.762-29.297 12.556-29.297-12.090l-81.845-81.845h-487.353l-80.915 81.845q-12.090 12.090-29.762 12.090t-29.762-12.556-12.090-29.762 12.090-29.297l208.334-208.334h-268.788q-9.3 0-16.276-6.975t-6.975-16.276v-46.503q0-9.3 6.975-16.276t16.276-6.975zM457.125 744.052l-93.006 93.006h301.34l-93.006-93.006h-115.327z"></path>
</svg>
`;