aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-20 06:21:54 +0200
committercodecalm <codecalm@gmail.com>2020-04-20 06:21:54 +0200
commit43419a5add34bae9c8e05e26afb6c673140fe66c (patch)
tree552d453ce705e601b3e403b6265954cd3e463eb3
parent7 new icons: `braces`, `brackets`, `ear`, `focus-2`, `parentheses`, `slice`, ... (diff)
downloadtabler-icons-43419a5add34bae9c8e05e26afb6c673140fe66c.tar.xz
`keyboard` icon
-rw-r--r--src/_icons/keyboard.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/keyboard.svg b/src/_icons/keyboard.svg
new file mode 100644
index 0000000..bc1d254
--- /dev/null
+++ b/src/_icons/keyboard.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <rect x="3" y="4" width="18" height="16" rx="2" />
+ <line x1="7" y1="8" x2="7" y2="8.01" />
+ <line x1="12" y1="8" x2="12" y2="8.01" />
+ <line x1="17" y1="8" x2="17" y2="8.01" />
+ <line x1="7" y1="12" x2="7" y2="12.01" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="17" y1="12" x2="17" y2="12.01" />
+ <line x1="7" y1="16" x2="17" y2="16" />
+</svg>