about summary refs log tree commit diff
path: root/src/components/icons/FloppyDisk.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/FloppyDisk.tsx')
-rw-r--r--src/components/icons/FloppyDisk.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/FloppyDisk.tsx b/src/components/icons/FloppyDisk.tsx
new file mode 100644
index 000000000..7fb938089
--- /dev/null
+++ b/src/components/icons/FloppyDisk.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const FloppyDisk_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M3 4a1 1 0 0 1 1-1h13a1 1 0 0 1 .707.293l3 3A1 1 0 0 1 21 7v13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm6 15h6v-5H9v5Zm8 0v-6a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v6H5V5h2v3a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5.414l2 2V19h-2ZM15 5H9v2h6V5Z',
+})