import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgGame: (props: SVGProps) => React.JSX.Element; export default SvgGame; //# sourceMappingURL=Game.d.ts.map