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