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