UNPKG

@while-and-for/tremor-react

Version:

The React library to build dashboards faster.

19 lines (18 loc) 1.15 kB
export { default as ArrowDownHeadIcon } from "./ArrowDownHeadIcon"; export { default as ArrowDownRightIcon } from "./ArrowDownRightIcon"; export { default as ArrowDownIcon } from "./ArrowDownIcon"; export { default as ArrowRightIcon } from "./ArrowRightIcon"; export { default as ArrowRightHeadIcon } from "./ArrowRightHeadIcon"; export { default as ArrowLeftHeadIcon } from "./ArrowLeftHeadIcon"; export { default as DoubleArrowLeftHeadIcon } from "./DoubleArrowLeftHeadIcon"; export { default as DoubleArrowRightHeadIcon } from "./DoubleArrowRightHeadIcon"; export { default as ArrowUpHeadIcon } from "./ArrowUpHeadIcon"; export { default as ArrowUpIcon } from "./ArrowUpIcon"; export { default as ArrowUpRightIcon } from "./ArrowUpRightIcon"; export { default as CalendarIcon } from "./CalendarIcon"; export { default as ExclamationFilledIcon } from "./ExclamationFilledIcon"; export { default as LoadingSpinner } from "./LoadingSpinner"; export { default as SearchIcon } from "./SearchIcon"; export { default as XCircleIcon } from "./XCircleIcon"; export { default as PlusIcon } from "./PlusIcon"; export { default as MinusIcon } from "./MinusIcon";