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