UNPKG

@redux-devtools/rtk-query-monitor

Version:
7 lines (6 loc) 277 B
import { HTMLAttributes } from 'react'; export type ArrowUpIconProps = Omit<HTMLAttributes<SVGElement>, 'xmlns' | 'children' | 'viewBox'>; /** * @see https://icons.getbootstrap.com/icons/arrow-up/ */ export declare function ArrowUpIcon(props: ArrowUpIconProps): JSX.Element;