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