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