UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

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