import * as React from 'react'; export interface GamingController48Props extends React.SVGProps { ariaLabel?: string } export default function GamingController48({ ariaLabel, ...props }: GamingController48Props) { return ( ); }