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