UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

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