mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 12:55:55 +02:00
feat(icons): added gamepad-directional icon (#3693)
* Added icons/gamepad-directional.svg * Added icons/gamepad-directional.json * Update icons/gamepad-directional.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Icon update * Update icons/gamepad-directional.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jakob Guddas <github@jguddas.de>
This commit is contained in:
24
icons/gamepad-directional.json
Normal file
24
icons/gamepad-directional.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"felipeajzanetti",
|
||||
"jguddas"
|
||||
],
|
||||
"tags": [
|
||||
"direction",
|
||||
"arrow",
|
||||
"controller",
|
||||
"navigation",
|
||||
"button",
|
||||
"move",
|
||||
"pointer",
|
||||
"arrowhead",
|
||||
"console",
|
||||
"game",
|
||||
"gaming"
|
||||
],
|
||||
"categories": [
|
||||
"gaming",
|
||||
"devices"
|
||||
]
|
||||
}
|
||||
11
icons/gamepad-directional.svg
Normal file
11
icons/gamepad-directional.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<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="M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z" />
|
||||
<path
|
||||
d="M18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z" />
|
||||
<path
|
||||
d="M6.586 14.414A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708z" />
|
||||
<path
|
||||
d="M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 790 B |
Reference in New Issue
Block a user