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