import { IconProps, createIcon } from "@chakra-ui/react";
export const Dash = createIcon({
  displayName: "Dash",
  viewBox: "0 0 16 16",
  d: "M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"
});