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