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