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