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