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) • 2.94 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 11.259979,1.038 H 5.6379779 C 4.8552898,1.038 4.1207217,1.1819493 3.4499483,1.4852778 2.7632301,1.7887562 2.1722755,2.1879742 1.6610762,2.6990717 1.1498769,3.2101691 0.7506717,3.8171361 0.4472776,4.5038927 0.1598759,5.1906092 0,5.9413555 0,6.7239316 v 5.6858814 c 0,0.622837 0.1118194,1.213794 0.3515458,1.772901 0.2397265,0.559107 0.55897,1.038175 0.9583499,1.453453 0.3991575,0.415208 0.8784198,0.734656 1.4374691,0.974285 0.5429458,0.239639 1.1339957,0.351548 1.7569191,0.351548 0,-0.303468 0.063858,-0.606837 0.1755983,-0.878415 0.1117399,-0.271579 0.2714411,-0.510958 0.4791669,-0.718667 0.2076624,-0.207659 0.4472776,-0.367428 0.7186711,-0.495077 0.2714411,-0.11182 0.5749305,-0.175599 0.8784199,-0.175599 h 4.5039509 c 0.942357,0 1.820793,-0.175599 2.635323,-0.542938 0.814593,-0.351548 1.533216,-0.846405 2.140211,-1.469432 0.606995,-0.623037 1.08613,-1.341594 1.437469,-2.172089 C 17.82464,9.6793068 18,8.8008011 18,7.8424859 18,6.9001307 17.824402,6.0217051 17.473094,5.1911792 17.121787,4.3606634 16.64262,3.641937 16.035625,3.0190901 15.428789,2.3962532 14.710023,1.9169956 13.895414,1.5656374 13.080804,1.2142891 12.202384,1.03873 11.260091,1.03873 Z M 5.5420556,2.7948312 h 5.6220014 c 0.622844,0 1.629107,0.1118194 2.172101,0.3515482 0.542993,0.2397288 1.133996,0.6708167 1.533217,1.0861246 0.399157,0.4152079 0.734663,0.8944355 0.958349,1.4534528 0.239632,0.5589672 0.351546,1.5492522 0.351546,2.1720891 0,0.6228468 -0.111819,1.6131119 -0.351546,2.1720891 -0.239631,0.558967 -0.558969,1.038185 -0.958349,1.453453 -0.39938,0.415278 -0.87842,0.734666 -1.43747,0.974295 -0.542945,0.239629 -1.549256,0.574927 -2.1721,0.574927 H 6.7558542 c -0.7346634,0 -1.4214927,0.159729 -2.0284079,0.495077 -0.622844,0.335539 -1.3576345,1.693022 -1.0541769,1.756912 C 2.4914714,15.06118 2.0601544,14.166734 1.9003579,13.863316 1.740625,13.543787 1.6447345,12.793131 1.6447345,12.425853 V 6.7239516 c 0,-0.4632377 0.095779,-1.3095935 0.2714411,-1.7249314 C 2.0918373,4.5836823 2.3313891,4.2163341 2.650839,3.9128956 2.9543125,3.6094271 3.4335271,3.2580089 3.8326371,3.0664998 4.2317947,2.8909007 5.0784045,2.7950612 5.5416268,2.7950612 Z M 8.880153,11.802806 c -0.542946,0 -0.9902396,-0.463238 -0.9902396,-1.006195 0,-0.542967 0.4472776,-0.9902349 0.9902396,-0.9902349 0.542946,0 1.0062,0.4312279 1.0062,0.9902349 -0.01604,0.542937 -0.463239,1.006195 -1.0062,1.006195 z M 9.870376,6.244734 c 0,0.399158 -0.03206,0.6068369 -0.07974,0.8784156 L 9.582975,8.5766023 C 9.534835,8.9597804 9.311534,9.2792988 8.88028,9.2792988 8.481123,9.2792988 8.209459,9.03967 8.161609,8.6404019 L 7.986011,7.2189091 C 7.969971,7.04332 7.922153,6.6920117 7.922153,6.1807343 v -0.814586 c 0,-0.6388968 0.239631,-1.2298038 0.990239,-1.2298038 0.686718,0 0.942358,0.5749271 0.942358,1.1817941 V 6.244524 Z"
/>
</svg>`;