import type { SVGProps } from "react"; export interface GameControllerIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function GameControllerIcon({ className, size, color, ...props }: GameControllerIconProps): import("react").JSX.Element; //# sourceMappingURL=game-controller-icon.d.ts.map