import { IconProps, createIcon } from "@chakra-ui/react";
export const Umbrella = createIcon({
  displayName: "Umbrella",
  viewBox: "0 0 24 24",
  d: "M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"
});