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) • 458 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 614.4h-265.216l187.392 187.392-144.384 144.384-187.392-187.392v265.216h-204.8v-265.216l-187.392 187.392-144.384-144.384 187.392-187.392h-265.216v-204.8h265.216l-187.392-187.392 144.384-144.384 187.392 187.392v-265.216h204.8v265.216l187.392-187.392 144.384 144.384-187.392 187.392h265.216v204.8z"></path>
</svg>
`;