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