tornado-classic-ui/components/icons/index.js

6 lines
271 B
JavaScript
Raw Permalink Normal View History

2022-04-22 05:05:56 +02:00
export { default as LinkIcon } from './LinkIcon'
export { default as SettingsIcon } from './SettingsIcon'
export { default as EthPurchaseArrow } from './EthPurchaseArrow'
export { default as FlagIcon } from './FlagIcon'
2022-05-27 11:28:20 +02:00
export { default as ErrorIcon } from './ErrorIcon'