UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

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