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