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