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