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