summaryrefslogtreecommitdiff
path: root/style/default/679.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/679.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/679.svelte')
-rwxr-xr-xstyle/default/679.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/679.svelte b/style/default/679.svelte
new file mode 100755
index 0000000..c6a36c6
--- /dev/null
+++ b/style/default/679.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M4.267, 15.036l4.222, 0.468l0.469, 4.225l11.579, -11.579l-1.495, -1.498l-0.072, 0.04c0.004, 0.033 0.006, 0.069 0.006, 0.107l0, 0.092l-0.004, 0.002c-0.021, 0.423 -0.192, 0.838 -0.494, 1.139l-0.023, 0.028c-0.346, 0.342 -0.801, 0.517 -1.249, 0.517l-0.006, 0c-0.457, 0 -0.916, -0.175 -1.26, -0.52c-0.348, -0.349 -0.521, -0.808 -0.521, -1.258c0, -0.453 0.175, -0.912 0.521, -1.258c0.346, -0.346 0.805, -0.521 1.26, -0.521c0.037, 0 0.072, 0.002 0.107, 0.006l0.039, -0.072l-1.498, -1.498l-11.581, 11.58Zm2.859, 1.834l-6.132, -0.686l14.854, -14.855l2.247, 2.248l1.342, -2.464l1.322, 0.718l-1.554, 2.856l0.104, 0.105l2.854, -1.554l0.72, 1.323l-2.462, 1.34l2.246, 2.246l-14.862, 14.864l-0.679, -6.141Z" style="fill: rgb(89, 89, 89);"/>`;
+</script>
+
+<Base {svgContent}/>