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