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