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