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