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