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