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.73 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 17.668672,13.172618 C 17.894803,12.645582 18,11.711467 18,11.124043 18,10.536609 17.894772,9.6026546 17.668672,9.0754589 17.442541,8.5484332 17.141625,8.0963555 16.764973,7.7047661 16.463739,7.4035443 16.056944,7.0872028 15.635301,6.8462394 15.574841,7.448803 15.454335,8.1567138 15.21345,8.7140187 c -0.301233,0.7230204 -0.737996,1.3556733 -1.265249,1.8979183 -0.527253,0.542245 -1.159814,0.979104 -1.882834,1.280305 -0.256163,0.120407 -1.626847,0.677782 -2.7264238,0.677782 H 4.63921 c -0.090395,0 -0.1809654,0 -0.2710908,-0.0153 -0.045261,0.0299 -0.1052284,0.0754 -0.1656719,0.105227 0.045261,0.180955 0.090395,0.36128 0.1503625,0.497136 0.2261313,0.527036 0.5270468,0.979114 0.9036995,1.370703 0.3766526,0.391579 0.82855,0.692761 1.355708,0.918825 0.5121659,0.226124 1.4611909,0.542245 2.0486329,0.542245 h 4.6997338 c 0.210901,0 0.467111,-0.0453 0.737995,-0.105227 0.271091,0.241024 0.783226,0.617564 1.084618,0.708011 0.165672,0.0453 0.467111,0.150356 0.858549,0.150356 0.376589,0 0.813352,-0.0904 1.280336,-0.421839 -0.01529,0.0153 -0.02993,0.0153 -0.04526,0.0153 -0.241028,0 -0.617585,-1.235117 -0.467111,-1.8527 0.361295,-0.37658 0.647664,-0.813328 0.858549,-1.310474 z M 13.646825,3.9391983 C 13.420694,3.4121726 13.119778,2.9600948 12.743125,2.5685054 12.366473,2.1769261 11.809204,1.7701571 11.297086,1.5443032 10.980956,1.4087069 10.49871,1.3032798 10.031836,1.258001 H 3.9463165 C 3.479205,1.3184994 2.9974828,1.4083569 2.6810673,1.5443032 2.1689011,1.7704271 1.6116642,2.1770161 1.2350274,2.5685054 0.8583907,2.9599948 0.5422451,3.4120726 0.3313279,3.9391983 0.1051966,4.466234 0,5.4003487 0,5.9877827 c 0,0.587424 0.1052284,1.5213787 0.3313279,2.0485744 0.2109014,0.4971465 0.4971586,0.9338947 0.8585495,1.3104744 0.015293,0.060498 0.029936,0.150356 0.029936,0.2261239 0.015294,0.3466306 -0.060459,0.7832086 -0.1809654,1.1145696 -0.1052283,0.301232 -0.2261313,0.512156 -0.3161297,0.512156 -0.015293,0 -0.029936,0 -0.045261,-0.0153 v 0 c 0.4519768,0.331312 0.9036995,0.421839 1.2803363,0.421839 0.3766367,0 0.6927823,-0.105227 0.8585494,-0.150366 0.3012332,-0.0904 0.7983759,-0.467097 1.0846173,-0.708001 0.045261,0.0153 0.090395,0.0153 0.1355931,0.0299 0.2109013,0.0453 0.4218503,0.0754 0.6025775,0.0754 h 4.6997323 c 0.587507,0 1.5363878,-0.316121 2.0486338,-0.542245 0.512245,-0.226124 0.964032,-0.5270259 1.355708,-0.9188253 0.376589,-0.3917294 0.692782,-0.8435671 0.903699,-1.3706928 0.180966,-0.4218386 0.286305,-1.0845906 0.31613,-1.6418055 0.01529,-0.1503658 0.01529,-0.2863021 0.01529,-0.4065789 0,-0.5721844 -0.120411,-1.5062191 -0.331328,-2.0334149 z"
/>
</svg>`;