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