UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

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