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