import { IconProps, createIcon } from "@chakra-ui/react";
export const Droplet = createIcon({
  displayName: "Droplet",
  viewBox: "0 0 24 24",
  d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"
});