aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 18:48:13 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 18:48:13 +0100
commitfcbb08c8e4271ed9c727e459b2617b4c77d2c6ef (patch)
treea98a236acfb6e1aa4a5d7d9763918dc732802cd2 /_icons
parentphoto, icon fixes (diff)
downloadtabler-icons-fcbb08c8e4271ed9c727e459b2617b4c77d2c6ef.tar.xz
devices
Diffstat (limited to '_icons')
-rw-r--r--_icons/device-desktop.svg8
-rw-r--r--_icons/device-mobile.svg7
-rw-r--r--_icons/device-tablet.svg6
3 files changed, 21 insertions, 0 deletions
diff --git a/_icons/device-desktop.svg b/_icons/device-desktop.svg
new file mode 100644
index 0000000..34bc263
--- /dev/null
+++ b/_icons/device-desktop.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <rect x="3" y="4" width="18" height="12" rx="1"></rect>
+ <polyline points="7 20 17 20"></polyline>
+ <polyline points="9 16 9 20"></polyline>
+ <polyline points="15 16 15 20"></polyline>
+</svg>
diff --git a/_icons/device-mobile.svg b/_icons/device-mobile.svg
new file mode 100644
index 0000000..74aad4e
--- /dev/null
+++ b/_icons/device-mobile.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="7" y="4" width="10" height="16" rx="1"></rect>
+ <polyline points="11 5 13 5"></polyline>
+ <polyline points="12 17 12 17.01"></polyline>
+</svg>
diff --git a/_icons/device-tablet.svg b/_icons/device-tablet.svg
new file mode 100644
index 0000000..66fba6a
--- /dev/null
+++ b/_icons/device-tablet.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="5" y="3" width="14" height="18" rx="1"></rect>
+ <circle cx="12" cy="17" r="1" />
+</svg>