Compare commits

...

1 Commits

Author SHA1 Message Date
Yashu Mittal
6d60416009 feat: add joystick icon (#671)
* feat: add joystick icon

* Update icons/joystick.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update tags.json

Co-authored-by: Karsa <contact@karsa.org>

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
Co-authored-by: Karsa <contact@karsa.org>
2022-07-17 10:59:41 +02:00
2 changed files with 21 additions and 0 deletions

16
icons/joystick.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z"/>
<path d="M6 15v-2"/>
<path d="M12 15V9"/>
<circle cx="12" cy="6" r="3"/>
</svg>

After

Width:  |  Height:  |  Size: 375 B

View File

@@ -1896,6 +1896,11 @@
"code",
"automation"
],
"joystick": [
"game",
"console",
"control stick"
],
"gamepad": [
"console"
],