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