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