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