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