import { IconProps, createIcon } from "@chakra-ui/react";
export const PlayFill = createIcon({
  displayName: "PlayFill",
  viewBox: "0 0 16 16",
  d: "m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z"
});