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