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