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