diff options
author | codecalm <codecalm@gmail.com> | 2020-04-20 06:21:54 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-20 06:21:54 +0200 |
commit | 43419a5add34bae9c8e05e26afb6c673140fe66c (patch) | |
tree | 552d453ce705e601b3e403b6265954cd3e463eb3 | |
parent | 7 new icons: `braces`, `brackets`, `ear`, `focus-2`, `parentheses`, `slice`, ... (diff) | |
download | tabler-icons-43419a5add34bae9c8e05e26afb6c673140fe66c.tar.xz |
`keyboard` icon
-rw-r--r-- | src/_icons/keyboard.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/keyboard.svg b/src/_icons/keyboard.svg new file mode 100644 index 00000000..bc1d2547 --- /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> |