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