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