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