aboutsummaryrefslogtreecommitdiff
path: root/src/components/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/helpers')
-rw-r--r--src/components/helpers/Icon.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/helpers/Icon.svelte b/src/components/helpers/Icon.svelte
index 5224421..42e6151 100644
--- a/src/components/helpers/Icon.svelte
+++ b/src/components/helpers/Icon.svelte
@@ -25,7 +25,7 @@
{
name: "download",
box: 24,
- path: `<path stroke-linecap="round" stroke-linejoin="round" d="M12 10v6m0 0l-3-3m3 3l3-3M3 17V7a2 2 0 012-2h6l2 2h6a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2z" `,
+ path: `<path stroke-linecap="round" stroke-linejoin="round" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M9 19l3 3m0 0l3-3m-3 3V10" />`,
},
];
let displayIcon = icons.find((e) => e.name === name);