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) • 406 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="M69.818 837.817h884.364l-116.364-139.636v-232.727l93.091-93.091v-372.363h-93.091v186.182h-93.091v-186.182h-186.182v186.182h-93.091v-186.182h-186.182v186.182h-93.091v-186.182h-93.091v372.363l93.091 93.091v232.727zM1024 930.909v93.091h-1024v-93.091h1024z"></path>
</svg>
`;