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