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