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