import { IconProps, createIcon } from "@chakra-ui/react";
export const ExclamationLg = createIcon({
  displayName: "ExclamationLg",
  viewBox: "0 0 16 16",
  d: "M7.005 3.1a1 1 0 1 1 1.99 0l-.388 6.35a.61.61 0 0 1-1.214 0L7.005 3.1ZM7 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"
});