aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-01 17:15:02 +0200
committercodecalm <codecalm@gmail.com>2020-09-01 17:15:02 +0200
commit5e77a838fdc509cd49fd5b44ebfb222c711de578 (patch)
tree810dc6c12d4eab0f9a64bf7c7918092a91826dae
parenticons optimize (diff)
downloadtabler-icons-5e77a838fdc509cd49fd5b44ebfb222c711de578.tar.xz
`select` icon
-rw-r--r--src/_icons/select.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/select.svg b/src/_icons/select.svg
new file mode 100644
index 0000000..96ecdd0
--- /dev/null
+++ b/src/_icons/select.svg
@@ -0,0 +1,7 @@
+---
+tags: [input]
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M9 11l3 3l3 -3" />
+</svg>