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