import { IconProps, createIcon } from "@chakra-ui/react";
export const KeyFill = createIcon({
  displayName: "KeyFill",
  viewBox: "0 0 16 16",
  d: "M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2zM2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
});