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