Compare commits

..

3 Commits

Author SHA1 Message Date
Karsa
1f32d59aaf Adds usb icon (#740)
Co-authored-by: Karsa <karsa@karsa.org>
2022-07-17 11:09:00 +02:00
dependabot[bot]
ec102a252d Bump svelte from 3.45.0 to 3.49.0 (#753)
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.45.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.45.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-17 11:02:33 +02:00
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
5 changed files with 2060 additions and 42 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

19
icons/usb.svg Normal file
View File

@@ -0,0 +1,19 @@
<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"
>
<circle cx="4" cy="20" r="1" />
<circle cx="10" cy="7" r="1" />
<path d="M4 20 19 5" />
<path d="m21 3-3 1 2 2 1-3Z" />
<path d="m10 7-5 5 2 5" />
<path d="m10 14 5 2 4-4" />
<path d="m18 12 1-1 1 1-1 1-1-1Z" />
</svg>

After

Width:  |  Height:  |  Size: 434 B

View File

@@ -36,13 +36,13 @@
"babel-preset-preact": "^2.0.0",
"jest": "^26.6.3",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.45.0",
"svelte": "^3.49.0",
"svelte-jester": "^2.3.1",
"svelte-preprocess": "^4.10.1",
"svelte2tsx": "^0.4.12"
},
"peerDependencies": {
"svelte": "^3.45.0",
"svelte": "^3.49.0",
"svelte2tsx": "^0.4.12"
}
}

View File

@@ -1896,6 +1896,11 @@
"code",
"automation"
],
"joystick": [
"game",
"console",
"control stick"
],
"gamepad": [
"console"
],
@@ -3750,6 +3755,14 @@
"upload-cloud": [
"file"
],
"usb": [
"universal",
"serial",
"bus",
"controller",
"connector",
"interface"
],
"user": [
"person",
"account",

2050
yarn.lock

File diff suppressed because it is too large Load Diff