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