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