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