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