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