2024-01-29 09:26:07 +08:00

42 lines
2.3 KiB
JavaScript

export { default as AddIcon } from "./Add.mjs";
export { default as ArrowDownIcon } from "./ArrowDown.mjs";
export { default as ArrowUpIcon } from "./ArrowUp.mjs";
export { default as AttachIcon } from "./Attach.mjs";
export { default as BackwardIcon } from "./Backward.mjs";
export { default as DateIcon } from "./Date.mjs";
export { default as CheckmarkIcon } from "./Checkmark.mjs";
export { default as ChevronLeftIcon } from "./ChevronLeft.mjs";
export { default as ChevronRightIcon } from "./ChevronRight.mjs";
export { default as CloseIcon } from "./Close.mjs";
export { default as EyeIcon } from "./Eye.mjs";
export { default as EyeOffIcon } from "./EyeOff.mjs";
export { default as TrashIcon } from "./Trash.mjs";
export { default as DownloadIcon } from "./Download.mjs";
export { default as EmptyIcon } from "./Empty.mjs";
export { default as ErrorIcon } from "./Error.mjs";
export { default as FastBackwardIcon } from "./FastBackward.mjs";
export { default as FastForwardIcon } from "./FastForward.mjs";
export { default as FilterIcon } from "./Filter.mjs";
export { default as ForwardIcon } from "./Forward.mjs";
export { default as InfoIcon } from "./Info.mjs";
export { default as MoreIcon } from "./More.mjs";
export { default as RemoveIcon } from "./Remove.mjs";
export { default as SearchIcon } from "./Search.mjs";
export { default as SuccessIcon } from "./Success.mjs";
export { default as SwitcherIcon } from "./Switcher.mjs";
export { default as TimeIcon } from "./Time.mjs";
export { default as WarningIcon } from "./Warning.mjs";
export { default as CancelIcon } from "./Cancel.mjs";
export { default as ChevronDownIcon } from "./ChevronDown.mjs";
export { default as ClearIcon } from "./Clear.mjs";
export { default as ChevronDownFilledIcon } from "./ChevronDownFilled.mjs";
export { default as ToIcon } from "./To.mjs";
export { default as RetryIcon } from "./Retry.mjs";
export { default as ArrowBackIcon } from "./ArrowBack.mjs";
export { default as RotateClockwiseIcon } from "./RotateClockwise.mjs";
export { default as RotateCounterclockwiseIcon } from "./RotateCounterclockwise.mjs";
export { default as ZoomInIcon } from "./ZoomIn.mjs";
export { default as ZoomOutIcon } from "./ZoomOut.mjs";
export { default as FileIcon } from "./File.mjs";
export { default as PhotoIcon } from "./Photo.mjs";
export { default as ResizeSmallIcon } from "./ResizeSmall.mjs";