classic-ui/components/icons/index.js

6 lines
271 B
JavaScript
Raw Permalink Normal View History

2022-04-22 13:05:56 +10: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 19:28:20 +10:00
export { default as ErrorIcon } from './ErrorIcon'