aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 16:27:20 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 16:27:20 +0100
commit7da258fbaff8d928ba1df80f5547e351d60ce647 (patch)
treeb67a0131f59518177c47b78589661b4499647eb3 /_icons
parentreadme fix (diff)
downloadtabler-icons-7da258fbaff8d928ba1df80f5547e351d60ce647.tar.xz
qrcode grid icons
Diffstat (limited to '_icons')
-rw-r--r--_icons/grid.svg8
-rw-r--r--_icons/more-vertical.svg6
-rw-r--r--_icons/more.svg6
-rw-r--r--_icons/qrcode.svg16
4 files changed, 30 insertions, 6 deletions
diff --git a/_icons/grid.svg b/_icons/grid.svg
new file mode 100644
index 00000000..e49f7c1d
--- /dev/null
+++ b/_icons/grid.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="6" height="6" rx="1" ry="1"/>
+ <rect x="14" y="4" width="6" height="6" rx="1" ry="1"/>
+ <rect x="4" y="14" width="6" height="6" rx="1" ry="1"/>
+ <rect x="14" y="14" width="6" height="6" rx="1" ry="1"/>
+</svg>
diff --git a/_icons/more-vertical.svg b/_icons/more-vertical.svg
index f2f426c4..9a174390 100644
--- a/_icons/more-vertical.svg
+++ b/_icons/more-vertical.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <circle cx="12" cy="12" r="1" />
- <circle cx="12" cy="19" r="1" />
- <circle cx="12" cy="5" r="1" />
+ <circle cx="12" cy="12" r=".75" />
+ <circle cx="12" cy="19" r=".75" />
+ <circle cx="12" cy="5" r=".75" />
</svg>
diff --git a/_icons/more.svg b/_icons/more.svg
index d250dd49..b2ef8cdf 100644
--- a/_icons/more.svg
+++ b/_icons/more.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <circle cx="5" cy="12" r="1" />
- <circle cx="12" cy="12" r="1" />
- <circle cx="19" cy="12" r="1" />
+ <circle cx="5" cy="12" r=".75" />
+ <circle cx="12" cy="12" r=".75" />
+ <circle cx="19" cy="12" r=".75" />
</svg>
diff --git a/_icons/qrcode.svg b/_icons/qrcode.svg
new file mode 100644
index 00000000..90dbe5b3
--- /dev/null
+++ b/_icons/qrcode.svg
@@ -0,0 +1,16 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="4" height="4" rx="1" ry="1"/>
+ <rect x="16" y="4" width="4" height="4" rx="1" ry="1"/>
+ <rect x="4" y="16" width="4" height="4" rx="1" ry="1"/>
+ <polyline points="12 4 12 5"/>
+ <polyline points="12 8 12 12 15 12"/>
+ <polyline points="4 12 5 12"/>
+ <polyline points="8 12 9 12"/>
+ <polyline points="18 12 20 12"/>
+ <polyline points="12 16 16 16"/>
+ <polyline points="19 16 20 16"/>
+ <polyline points="12 20 14 20"/>
+ <polyline points="17 20 20 20"/>
+</svg>