about summary refs log tree commit diff
path: root/src/components/icons/Coffee.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/Coffee.tsx')
-rw-r--r--src/components/icons/Coffee.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/icons/Coffee.tsx b/src/components/icons/Coffee.tsx
deleted file mode 100644
index d4faccba9..000000000
--- a/src/components/icons/Coffee.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import {createSinglePathSVG} from './TEMPLATE'
-
-export const Coffee_Stroke2_Corner0_Rounded = createSinglePathSVG({
-  path: 'M7 2a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1ZM4 9a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2h.5a3.5 3.5 0 1 1 0 7H18v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9Zm12 0H6v11h10V9Zm2 5h.5a1.5 1.5 0 0 0 0-3H18v3Z',
-})