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