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