diff options
Diffstat (limited to 'src/components/icons/Coffee.tsx')
-rw-r--r-- | src/components/icons/Coffee.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/Coffee.tsx b/src/components/icons/Coffee.tsx new file mode 100644 index 000000000..d4faccba9 --- /dev/null +++ b/src/components/icons/Coffee.tsx @@ -0,0 +1,5 @@ +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', +}) |