summaryrefslogtreecommitdiff
path: root/style/default/044.svelte
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-11 15:13:07 -0700
committernetop://ウィビ <paul@webb.page>2026-04-11 15:13:07 -0700
commit2fed3905d6dd8e3c540304f4125d69f7fada0cb7 (patch)
tree64f44798c939d37e84c50e62097609cf5d423e88 /style/default/044.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/044.svelte')
-rwxr-xr-xstyle/default/044.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/044.svelte b/style/default/044.svelte
new file mode 100755
index 0000000..a2f3fcb
--- /dev/null
+++ b/style/default/044.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M22.727, 7.065l-1.832, -0c-0, -0.184 -0.113, -0.418 -0.336, -0.703c-0.227, -0.285 -0.439, -0.52 -0.643, -0.703c-0.326, -0.305 -0.712, -0.545 -1.162, -0.719c-0.447, -0.172 -0.875, -0.26 -1.283, -0.26c-0.346, -0 -0.682, 0.053 -1.008, 0.155c-0.326, 0.101 -0.623, 0.253 -0.886, 0.457c-0.877, 0.591 -1.487, 1.451 -1.834, 2.584c-0.348, 1.128 -0.52, 2.347 -0.52, 3.652l-0, 9.627l-2.444, -0l-0, -9.627c-0, -1.285 -0.184, -2.486 -0.551, -3.608c-0.366, -1.121 -0.968, -1.986 -1.803, -2.597c-0.306, -0.203 -0.616, -0.362 -0.932, -0.473c-0.316, -0.113 -0.637, -0.17 -0.963, -0.17c-0.428, -0 -0.866, 0.088 -1.315, 0.26c-0.448, 0.174 -0.824, 0.414 -1.13, 0.719c-0.245, 0.224 -0.469, 0.468 -0.672, 0.734c-0.205, 0.266 -0.306, 0.488 -0.306, 0.672l-1.803, -0c-0, -0.529 0.148, -1.029 0.443, -1.497c0.296, -0.47 0.678, -0.907 1.146, -1.316c0.509, -0.467 1.074, -0.819 1.696, -1.053c0.622, -0.234 1.268, -0.352 1.941, -0.352c1.303, -0 2.425, 0.443 3.362, 1.329c0.937, 0.887 1.64, 2.002 2.108, 3.348c0.449, -1.365 1.141, -2.486 2.079, -3.363c0.937, -0.875 2.068, -1.314 3.392, -1.314c0.652, -0 1.299, 0.122 1.942, 0.366c0.64, 0.245 1.216, 0.592 1.726, 1.039c0.447, 0.409 0.818, 0.846 1.115, 1.316c0.295, 0.468 0.453, 0.968 0.473, 1.497" style="fill: rgb(255, 0, 0);"/>`;
+</script>
+
+<Base {svgContent}/>