summaryrefslogtreecommitdiff
path: root/style/default/079.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'style/default/079.svelte')
-rwxr-xr-xstyle/default/079.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/079.svelte b/style/default/079.svelte
new file mode 100755
index 0000000..3ff5138
--- /dev/null
+++ b/style/default/079.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M22.427, 7.977c-0, -0 -0.078, 0.591 -1.551, 1.049c-1.471, 0.455 -2.296, 0.261 -3.702, 1.29c-1.111, 0.814 -2.851, 1.013 -3.805, 1.284c2.391, -1.661 2.338, -1.851 2.469, -2.135c0.487, -0.206 1.027, -0.509 1.563, -0.988c1.579, -1.412 1.704, -2.224 1.7, -4.182c-0.006, -1.958 0.278, -3.295 0.278, -3.295c-0, -0 -0.939, 0.688 -2.098, 1.979c-1.158, 1.292 -1.624, 2.939 -1.851, 4.126c-0.117, 0.613 -0.454, 1.324 -0.754, 1.873c-0, -0 -0.062, 0.083 -0.23, 0.25c0.653, -1.214 -0.106, -3.208 -0.516, -3.836c-0.526, -0.811 -0.815, -1.432 -0.815, -1.432c-0, -0 -0.037, 0.947 -0.409, 2.802c-0.369, 1.854 0.1, 3.512 0.781, 3.273c-0.582, 0.438 -1.424, 1.015 -2.638, 1.735c0.299, -0.806 0.394, -1.976 -0.575, -3.525c-1.612, -2.583 -1.967, -2.92 -1.967, -2.92c-0, -0 0.191, 1.644 -0.423, 4.009c-0.423, 1.628 0.242, 2.672 0.952, 3.41c0.04, 0.042 0.076, 0.071 0.114, 0.107c-1.238, 0.694 -2.193, 1.546 -2.932, 2.458c-0.082, -1.949 -0.176, -3.012 -1.355, -4.532c-1.233, -1.591 -1.093, -3.367 -1.093, -3.367c-0, -0 -1.827, 1.63 -2.081, 4.084c-0.253, 2.454 1.966, 3.741 2.946, 4.044c0.495, 0.154 0.765, 0.453 0.912, 0.712c-1.683, 2.653 -1.82, 5.524 -1.823, 6.432c-0, 0.195 0.006, 0.307 0.008, 0.318l1.296, -0l-0, -0.082c-0, -0 -0.006, -0.072 -0.006, -0.236c-0.001, -0.408 0.038, -1.156 0.26, -2.203c-0, -0 0.09, -0.125 0.256, -0.24c0.499, -0.352 1.834, -1.116 4.131, -1.117c0.335, -0 0.696, 0.021 1.075, 0.058c0.763, 0.522 2.274, 1.258 4.73, 1.215c3.764, -0.068 4.833, -5.336 4.833, -5.336c-0.667, 0.51 -1.677, 1.203 -5.077, 0.648c-2.758, -0.449 -3.923, 0.92 -4.649, 2.157c-0.316, -0.026 -0.623, -0.039 -0.912, -0.039c-1.713, -0.002 -2.993, 0.381 -3.861, 0.779c0.655, -1.68 1.848, -3.475 4.028, -4.652c1.223, -0.674 2.189, -1.248 2.973, -1.745c1.851, -0.172 6.781, 0.699 8.562, -0.531c1.883, -1.303 1.256, -3.699 1.256, -3.699" style="fill: rgb(0, 190, 60);"/>`;
+</script>
+
+<Base {svgContent}/>