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