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