import { IconProps, createIcon } from "@chakra-ui/react";
export const Framer = createIcon({
  displayName: "Framer",
  viewBox: "0 0 24 24",
  d: "M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"
});