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