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