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.8 kB
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<path
d="M 8.999976,5.01e-5 C 4.028396,5.01e-5 0,4.0284401 0,9.0000201 0,13.9716 4.028396,18 8.999976,18 c 4.971581,0 8.999976,-4.0284 8.999976,-8.9999799 0.01606,-4.95559 -4.012374,-8.99997 -8.999976,-8.99997 z m 0,15.9858099 c -3.852548,0 -6.985734,-3.13325 -6.985734,-6.9857299 0.01606,-3.85255 3.133257,-6.96982 6.985734,-6.96982 3.852478,0 6.985735,3.13326 6.985735,6.98574 0,3.8525399 -3.117271,6.9698099 -6.985735,6.9698099 z M 7.769128,9.9271901 C 7.944976,10.90226 8.504474,11.47778 9.28778,11.47778 c 0.447613,0 0.735347,-0.11192 1.150935,-0.60751 0.271573,-0.31983 0.351784,-0.35179 0.559429,-0.35179 0.399549,0 0.767354,0.35179 0.767354,0.76736 0,0.89521 -1.278824,1.5826 -2.525782,1.5826 -1.66258,0 -2.765557,-1.07111 -3.11727,-2.9413899 H 5.594884 c -0.287681,0 -0.383511,-0.0958 -0.383511,-0.38351 0,-0.25566 0.111921,-0.36758 0.415623,-0.36758 h 0.431697 v -0.20796 c 0,-0.19185 0,-0.23983 0.01606,-0.41562 H 5.595185 c -0.287682,0 -0.383511,-0.0958 -0.383511,-0.36758 0,-0.27178 0.111921,-0.38351 0.415623,-0.38351 h 0.559429 c 0.335955,-1.63056 1.55059,-2.68561 3.10125,-2.68561 1.29488,0 2.413843,0.70332 2.413843,1.51865 0,0.39955 -0.351783,0.73535 -0.767354,0.73535 -0.223807,0 -0.351784,-0.0797 -0.559429,-0.31983 -0.415623,-0.51163 -0.671315,-0.54346 -1.087096,-0.54346 -0.735346,0 -1.262785,0.47957 -1.470728,1.29488 h 2.0622 c 0.303755,0 0.415623,0.11192 0.415623,0.38351 0,0.27159 -0.111921,0.36758 -0.383511,0.36758 H 7.70548 c -0.01606,0.17585 -0.01606,0.23983 -0.01606,0.35178 0,0.0797 0,0.14397 0.01606,0.25566 h 2.062201 c 0.287681,0 0.415623,0.11192 0.415623,0.36758 0,0.28768 -0.111921,0.38351 -0.383511,0.38351 H 7.7696 Z"
/>
</svg>`;