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