aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-26 19:30:27 +0200
committercodecalm <codecalm@gmail.com>2020-09-26 19:30:27 +0200
commit88b73342d015a08fc1a0690db7f1e9a6c63eeccd (patch)
tree7a780bd14e9bc153e81bda772ba67edcb1dd57ae
parentFixed icons: `antenna-bars-1`, `antenna-bars-2`, `antenna-bars-3`, `antenna-b... (diff)
downloadtabler-icons-88b73342d015a08fc1a0690db7f1e9a6c63eeccd.tar.xz
3 new icons: `aspect-ratio`, `rectangle-vertical`, `rectangle`
-rw-r--r--src/_icons/aspect-ratio.svg7
-rw-r--r--src/_icons/rectangle-vertical.svg6
-rw-r--r--src/_icons/rectangle.svg6
3 files changed, 19 insertions, 0 deletions
diff --git a/src/_icons/aspect-ratio.svg b/src/_icons/aspect-ratio.svg
new file mode 100644
index 0000000..a4b3cfd
--- /dev/null
+++ b/src/_icons/aspect-ratio.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="3" y="5" width="18" height="14" rx="2" />
+ <path d="M7 12v-3h3" />
+ <path d="M17 12v3h-3" />
+</svg>
diff --git a/src/_icons/rectangle-vertical.svg b/src/_icons/rectangle-vertical.svg
new file mode 100644
index 0000000..4d685c9
--- /dev/null
+++ b/src/_icons/rectangle-vertical.svg
@@ -0,0 +1,6 @@
+---
+category: Shapes
+---
+<svg>
+ <rect x="5" y="3" width="14" height="18" rx="2" />
+</svg>
diff --git a/src/_icons/rectangle.svg b/src/_icons/rectangle.svg
new file mode 100644
index 0000000..7bce576
--- /dev/null
+++ b/src/_icons/rectangle.svg
@@ -0,0 +1,6 @@
+---
+category: Shapes
+---
+<svg>
+ <rect x="3" y="5" width="18" height="14" rx="2" />
+</svg>