about summary refs log tree commit diff
path: root/src/components/icons/GameController.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-04-16 09:08:11 -0500
committerGitHub <noreply@github.com>2024-04-16 09:08:11 -0500
commitf771a5961d9fc94aeccb94874542a3ea1c7a4bca (patch)
tree8f281715ba24cf2693376ee98245656ce6544978 /src/components/icons/GameController.tsx
parentd5db632e2939f8e73ed2cd4b27c18e0ce9b76362 (diff)
downloadvoidsky-f771a5961d9fc94aeccb94874542a3ea1c7a4bca.tar.zst
Add icons for onboarding (#3571)
Diffstat (limited to 'src/components/icons/GameController.tsx')
-rw-r--r--src/components/icons/GameController.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/GameController.tsx b/src/components/icons/GameController.tsx
new file mode 100644
index 000000000..0f925f213
--- /dev/null
+++ b/src/components/icons/GameController.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const GameController_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M1 8a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V8Zm3-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H4Zm4 2a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2H9v1a1 1 0 1 1-2 0v-1H6a1 1 0 1 1 0-2h1v-1a1 1 0 0 1 1-1Zm5.5 4.5a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0Zm3-3a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0Z',
+})