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