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