diff options
author | Eric Bailey <git@esb.lol> | 2024-04-16 09:08:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 09:08:11 -0500 |
commit | f771a5961d9fc94aeccb94874542a3ea1c7a4bca (patch) | |
tree | 8f281715ba24cf2693376ee98245656ce6544978 /src/components/icons/GameController.tsx | |
parent | d5db632e2939f8e73ed2cd4b27c18e0ce9b76362 (diff) | |
download | voidsky-f771a5961d9fc94aeccb94874542a3ea1c7a4bca.tar.zst |
Add icons for onboarding (#3571)
Diffstat (limited to 'src/components/icons/GameController.tsx')
-rw-r--r-- | src/components/icons/GameController.tsx | 5 |
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', +}) |