import { IconProps, createIcon } from "@chakra-ui/react";
export const EggFill = createIcon({
  displayName: "EggFill",
  viewBox: "0 0 16 16",
  d: "M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10z"
});