import { IconProps, createIcon } from "@chakra-ui/react";
export const SlashLg = createIcon({
  displayName: "SlashLg",
  viewBox: "0 0 16 16",
  d: "M13.854 2.146a.5.5 0 0 1 0 .708l-11 11a.5.5 0 0 1-.708-.708l11-11a.5.5 0 0 1 .708 0Z"
});