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