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