export * from './brand'; export * from './duotone'; export * from './flag'; export * from './linear'; export * from './solid'; import * as brandSet from './brand'; import * as duotoneSet from './duotone'; import * as flagSet from './flag'; import * as linearSet from './linear'; import * as solidSet from './solid'; export { brandSet, duotoneSet, flagSet, linearSet, solidSet, };