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