joyent-portal/packages/ui-toolkit/src/icons/index.js

27 lines
1.4 KiB
JavaScript

export { default as CloseIcon } from './close';
export { default as PlusIcon } from './plus';
export { default as MinusIcon } from './minus';
export { default as IconActions } from './actions';
export { default as IconActionsLight } from './actions-light';
export { default as ArrowIcon } from './arrow';
export { default as ArrowIconLight } from './arrow-light';
export { default as TickIcon } from './tick';
export { default as InstancesIcon } from './instances';
export { default as InstancesIconLight } from './instances-light';
export { default as HealthyIcon } from './healthy';
export { default as UnhealthyIcon } from './unhealthy';
export { default as BinIcon } from './bin';
export { default as UserIcon } from './user';
export { default as UserIconLight } from './user-light';
export { default as DataCenterIcon } from './data-center';
export { default as DataCenterIconLight } from './data-center-light';
export { default as DotIcon } from './dot';
export { default as ChevronIcon } from './chevron';
export { default as TritonIcon } from './triton';
export { default as TritonBetaIcon } from './triton-beta'
export { default as CompletedIcon } from './completed';
export { default as PartCompletedIcon } from './part-complete';
export { default as IncompleteIcon } from './incomplete';
export { default as LoadingIcon } from './loading';
export { default as ImportIcon } from './import';