diff options
Diffstat (limited to 'style/default/158.svelte')
| -rwxr-xr-x | style/default/158.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/158.svelte b/style/default/158.svelte new file mode 100755 index 0000000..8d1d4ef --- /dev/null +++ b/style/default/158.svelte @@ -0,0 +1,7 @@ +<script type="text/typescript"> + import Base from "../../component/IconBase.svelte"; + + export const svgContent = `<path d="M15.924, 10.635c-0.5, -0 -0.905, 0.405 -0.905, 0.905c-0, 0.503 0.405, 0.909 0.905, 0.909c0.501, -0 0.905, -0.406 0.905, -0.909c-0, -0.5 -0.404, -0.905 -0.905, -0.905" style="fill: rgb(89, 89, 89);"/><path d="M21.063, 7.697c-0.377, 0.26 -0.963, 0.468 -1.701, 0.468c-0.056, 0 -0.14, -0.01 -0.276, -0.022l-0.593, -0.041l-0.061, 0.593c-0.242, 2.428 -1.288, 7.122 -1.92, 9.326l-9.02, 0c-0.234, -0.812 -0.521, -1.956 -0.803, -3.197c1.985, -0.153 3.52, -0.944 4.52, -2.237c1.125, -1.449 1.58, -3.42 1.58, -5.678c0, -0.61 -0.043, -1.248 -0.107, -1.898c2.816, 0.12 4.153, 0.895 4.911, 1.548l0.239, 0.209l0.311, -0.076c0.448, -0.109 0.989, -0.171 1.508, -0.171c0.6, -0.002 1.175, 0.087 1.536, 0.227c0.385, 0.163 0.381, 0.266 0.381, 0.268c0.01, 0.119 -0.119, 0.421 -0.505, 0.681m-9.061, 14.076c-1.785, 0 -3.319, -1.031 -4.067, -2.524l8.13, 0c-0.747, 1.493 -2.282, 2.524 -4.063, 2.524m-4.142, -18.012c0.25, -0.769 0.653, -1.347 0.977, -1.501c0.04, 0.183 0.068, 0.492 0.064, 0.803c0.001, 0.365 -0.026, 0.738 -0.051, 1.015c-0.443, 0.101 -0.834, 0.225 -1.192, 0.36c0.055, -0.217 0.122, -0.447 0.202, -0.677m-0.686, 7.779c0, -0.5 0.406, -0.905 0.906, -0.905c0.502, 0 0.907, 0.405 0.907, 0.905c0, 0.503 -0.405, 0.909 -0.907, 0.909c-0.5, 0 -0.906, -0.406 -0.906, -0.909m7.925, -8.476c-0.002, -0.314 0.022, -0.62 0.065, -0.805c0.322, 0.15 0.727, 0.731 0.979, 1.503c0.08, 0.229 0.147, 0.459 0.2, 0.676c-0.358, -0.136 -0.749, -0.259 -1.192, -0.36c-0.027, -0.277 -0.053, -0.65 -0.052, -1.014m6.531, 2.54c-0.581, -0.222 -1.269, -0.307 -1.979, -0.309c-0.502, 0 -1.013, 0.046 -1.49, 0.138c-0.128, -0.1 -0.267, -0.2 -0.417, -0.299c-0.063, -0.375 -0.195, -1.061 -0.443, -1.777c-0.368, -0.999 -0.939, -2.287 -2.342, -2.357c-0.673, 0.035 -0.896, 0.594 -0.972, 0.909c-0.094, 0.365 -0.113, 0.76 -0.115, 1.155c0, 0.283 0.013, 0.561 0.03, 0.806c-0.575, -0.068 -1.199, -0.112 -1.9, -0.111c-0.703, -0.001 -1.327, 0.043 -1.904, 0.112c0.018, -0.246 0.03, -0.525 0.031, -0.808c-0.002, -0.393 -0.021, -0.788 -0.115, -1.153c-0.074, -0.315 -0.296, -0.875 -0.968, -0.91c-1.406, 0.07 -1.978, 1.359 -2.346, 2.358c-0.247, 0.715 -0.38, 1.401 -0.442, 1.776c-0.149, 0.099 -0.289, 0.2 -0.417, 0.3c-0.479, -0.092 -0.99, -0.139 -1.492, -0.139c-0.712, 0.002 -1.399, 0.087 -1.978, 0.309c-0.553, 0.201 -1.156, 0.65 -1.165, 1.412c0.072, 1.327 1.416, 2.274 3.209, 2.368c0.367, 2.86 1.434, 7.489 2.033, 9.432c0.686, 2.409 2.91, 4.184 5.554, 4.184c2.476, 0 4.586, -1.56 5.409, -3.75l0.009, 0l0.136, -0.434c0.598, -1.943 1.664, -6.572 2.03, -9.432c1.792, -0.094 3.135, -1.041 3.207, -2.368c-0.008, -0.762 -0.611, -1.209 -1.163, -1.412" style="fill: rgb(89, 89, 89);"/>`; +</script> + +<Base {svgContent}/> |
