diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 00:09:36 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 00:09:36 +0100 |
commit | 6298d9acf96d019d8fe2aaf9b0d25e8b40ccc398 (patch) | |
tree | 0fcb462a1585b8aeb20992608c5740533bc6a436 | |
parent | arrows sort icon, template icon fix (diff) | |
download | tabler-icons-6298d9acf96d019d8fe2aaf9b0d25e8b40ccc398.tar.xz |
gamepad icon
-rw-r--r-- | src/_icons/device-gamepad.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/device-gamepad.svg b/src/_icons/device-gamepad.svg new file mode 100644 index 00000000..358353b2 --- /dev/null +++ b/src/_icons/device-gamepad.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="2" y="6" width="20" height="12" rx="2" /> + <path d="M6 12h4m-2 -2v4" /> + <line x1="15" y1="13" x2="15" y2="13.01" /> + <line x1="18" y1="11" x2="18" y2="11.01" /> +</svg> |