UNPKG

condition-editor

Version:
4 lines (3 loc) 251 B
/// <reference types="react" /> import { IconComponentProps } from './type'; export default function PlusIcon({ className, style, ...props }: IconComponentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;