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