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