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