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) • 959 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="M1023.999 373.76v-170.667q-5.12-6.827-16.213-17.493t-53.76-38.4-95.573-48.64-145.92-38.4-200.533-17.493q-78.507 0-149.333 8.96t-120.747 23.040-92.587 31.147-69.547 34.133-45.653 31.147-26.453 23.467l-7.68 8.533v170.667q0 17.92 12.373 28.587t29.44 7.253l172.373-28.16q17.067-3.413 29.44-17.92t12.373-32.427v-124.587q120.32-20.48 256-20.48t256 20.48v124.587q0 17.92 12.373 32.427t29.44 17.92l172.373 28.16q17.067 3.413 29.44-7.253t12.373-28.587zM682.666 426.666l311.467 258.56q11.947 11.947 20.907 33.707t8.96 38.827v180.907q0 17.92-12.8 30.293t-29.867 12.373h-938.667q-17.92 0-30.293-12.373t-12.373-30.293v-180.907q0-17.067 8.96-38.827t20.907-33.707l311.467-258.56v-42.667q0-3.413 0.853-8.96t10.24-19.2 25.6-24.32 51.2-19.627 82.773-8.96 82.773 8.533 51.2 20.053 25.6 23.467 10.24 20.48l0.853 8.533v42.667z"></path>
</svg>
`;