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