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