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