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