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