import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const PlusIcon: FC; export default PlusIcon;