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