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