UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

7 lines (6 loc) 217 B
export interface PlusIconProps { svgAttrs?: SVGProps; } import type { SVGProps } from "../types"; declare function PlusIcon(props: PlusIconProps): import("react/jsx-runtime").JSX.Element; export default PlusIcon;