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