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) • 466 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="M393.846 78.769h315.076q129.969 0 222.523 92.554t92.554 222.523v236.308q0 129.969-92.554 222.523t-222.523 92.554h-315.076v-157.539h393.846q32.296 0 55.532-23.237t23.237-55.532v-393.846q0-32.296-23.237-55.532t-55.532-23.237h-393.846v-157.539zM551.384 512l-315.076 275.692v-157.539h-236.308v-236.308h236.308v-157.539z"></path>
</svg>
`;