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