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