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