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