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) • 390 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="M512 109.847l-511.999 525.033h1024zM1023.999 774.516v93.091q0 19.549-13.498 33.047t-33.047 13.498h-930.908q-19.549 0-33.047-13.498t-13.498-33.047v-93.091q0-19.549 13.498-33.047t33.047-13.498h930.908q19.549 0 33.047 13.498t13.498 33.047z"></path>
</svg>
`;