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