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