import { Icon, PropsOf } from "@chakra-ui/react"; import type { FunctionComponent } from "react"; export const DukeIcon: FunctionComponent> = (props) => { return ( ); };