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