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