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