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