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