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