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