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