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