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