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