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) • 698 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="M981.332 981.333v-943.788q0-26.453-15.36-34.56t-37.547 6.4l-235.52 99.84q-21.333 13.653-37.12 43.093t-15.787 55.893v306.347q0 24.747 8.96 47.36t21.333 36.693 24.747 24.32 21.76 15.36l8.533 4.267v338.773q0 17.92 12.373 30.293t30.293 12.373h170.667q17.92 0 30.293-12.373t12.373-30.293zM426.665 0l42.667 85.333v341.333l-85.333 173.227v381.44q0 17.92-12.373 30.293t-30.293 12.373h-170.667q-17.92 0-30.293-12.373t-12.373-30.293v-381.44l-85.333-173.227v-341.333l42.667-85.333 42.667 85.333v256h85.333v-256l42.667-85.333 42.667 85.333v256h85.333v-256z"></path>
</svg>
`;