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