import { IconProps, createIcon } from "@chakra-ui/react";
export const PersonFill = createIcon({
  displayName: "PersonFill",
  viewBox: "0 0 16 16",
  d: "M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
});