aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
12 lines (11 loc) • 1.49 kB
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 18 18"
height="18"
width="18"
version="1.1"
>
<path
d="M 7.9438917,0.551 H 0.7806507 C 0.4593489,0.551 0.1376285,0.78049728 0.0458355,1.1021935 5.25e-5,1.1941924 5.25e-5,1.2857913 5.25e-5,1.3316907 v 0 6.6123216 c 0,0.1376984 0.091863,0.2295973 0.2295262,0.2295973 h 7.66853 c 0.137646,0 0.2295262,-0.091999 0.2295262,-0.2295973 V 0.82669673 C 8.2194979,0.68899836 8.0818519,0.5511 7.9439789,0.5511 Z m 9.8266343,9.3214899 h -7.714365 c -0.1376463,0 -0.2295265,0.091999 -0.2295265,0.2294971 v 7.117416 c 0,0.137698 0.091863,0.229597 0.2295265,0.229597 h 7.163241 c 0.321301,0 0.643022,-0.229597 0.734815,-0.551193 0.04578,-0.0919 0.04578,-0.183698 0.04578,-0.229498 v -6.520522 c 0,-0.1836982 -0.09186,-0.2754971 -0.229526,-0.2754971 z m -9.8266343,0 H 0.2295262 C 0.0918802,9.8724899 0,9.9643888 0,10.101987 v 6.566322 c 0,0.092 0,0.183698 0.045783,0.229498 C 0.137646,17.219103 0.4589476,17.449 0.78059828,17.449 H 7.9438393 c 0.137646,0 0.2295262,-0.092 0.2295262,-0.229497 V 10.148187 C 8.2191485,9.9644888 8.0815025,9.8726899 7.9438393,9.8726899 Z M 17.954234,1.1021935 C 17.862374,0.78089727 17.54107,0.551 17.219419,0.551 h -7.163241 c -0.1376459,0 -0.2295261,0.0919989 -0.2295261,0.22949728 V 7.9437123 c 0,0.1375984 0.091863,0.2294973 0.2295261,0.2294973 h 7.66853 c 0.137646,0 0.229526,-0.091999 0.229526,-0.2294973 V 1.3312908 c 0.04578,-0.046 0.04578,-0.1375984 0,-0.2294973 z"
/>
</svg>`;