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