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