aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
17 lines (16 loc) • 663 B
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<g
transform="matrix(0.01752706,0,0,0.01752661,1.010553,0.68490472)"
>
<path
d="M 602.552,254.35 V -16.153 q 12.602,8.027 20.626,16.053 l 233.825,233.825 q 8.027,8.027 16.053,20.626 H 602.553 Z m -73.359,18.34 q 0,22.923 16.053,38.971 16.053,16.048 38.971,16.053 h 311.766 v 605.194 q 0,22.923 -16.053,38.971 -16.053,16.048 -38.971,16.053 H 70.711 q -22.923,0 -38.971,-16.053 Q 15.692,955.826 15.687,932.908 V 15.946 q 0,-22.923 16.053,-38.971 16.053,-16.048 38.971,-16.053 h 458.48 v 311.766 z"
/>
</g>
</svg>
`;