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