diff options
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', +}) |