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