react-components-design-system
Version:
React UI component for design system FIS ES PB5
18 lines (17 loc) • 861 B
TypeScript
export { default as Fpt } from "./Fpt";
export { default as ArrowDown } from "./ArrowDown";
export { default as Checked } from "./Checked";
export { default as SearchIcon } from "./SearchIcon";
export { default as Close } from "./Close";
export { default as ArrowLeft } from "./ArrowLeft";
export { default as CloudUpload } from "./CloudUpload";
export { default as UpFromBracket } from "./UpFromBracket";
export { default as PNGIcon } from "./PNGIcon";
export { default as DocsIcon } from "./DocIcon";
export { default as XLSIcon } from "./XLSIcon";
export { default as DeleteRound } from "./DeleteRound";
export { default as ErrorIcon } from "./ErrorIcon";
export { default as WarningIcon } from "./WarningIcon";
export { default as SuccessIcon } from "./SuccessIcon";
export { default as InfoIcon } from "./InfoIcon";
export { default as Dot } from "./Dot";