import * as React from "react"; import { SVGProps } from "react"; const SvgCrowd = (props: SVGProps) => ( ); export default SvgCrowd;