about summary refs log tree commit diff
path: root/src/components/icons/DotGrid.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/DotGrid.tsx')
-rw-r--r--src/components/icons/DotGrid.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/DotGrid.tsx b/src/components/icons/DotGrid.tsx
new file mode 100644
index 000000000..c50d7a440
--- /dev/null
+++ b/src/components/icons/DotGrid.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const DotGrid_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M2 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm16 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-6-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z',
+})