import { IconProps, createIcon } from "@chakra-ui/react";
export const ThreeDotsVertical = createIcon({
  displayName: "ThreeDotsVertical",
  viewBox: "0 0 16 16",
  d: "M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"
});