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