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