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