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