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