Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix coop svg export (#346)

* fix: narrow top-level icon exports

* refactor: simplify exact icon exports

authored by

Shalabh Agarwal and committed by
GitHub
099db888 9225ac7d

+21 -1
+21 -1
client/src/icons/index.tsx
··· 1 - export * from './lnif'; 1 + export { default as FlowChartAltFilled } from './lnif/Business/flow-chart-alt.svg?react'; 2 + export { default as InvestmentFilled } from './lnif/Business/investment.svg?react'; 3 + export { default as PieChartAltFilled } from './lnif/Business/pie-chart-alt.svg?react'; 4 + export { default as ChevronDownFilled } from './lnif/Direction/chevron-down.svg?react'; 5 + export { default as ChevronUpFilled } from './lnif/Direction/chevron-up.svg?react'; 6 + export { default as ExitFilled } from './lnif/Direction/exit.svg?react'; 7 + export { default as PencilFilled } from './lnif/Education/pencil.svg?react'; 8 + export { default as CheckmarkFilled } from './lnif/Interface and Sign/checkmark.svg?react'; 9 + export { default as CloseFilled } from './lnif/Interface and Sign/close.svg?react'; 10 + export { default as PlusFilled } from './lnif/Interface and Sign/plus.svg?react'; 11 + export { default as GraphAlt1Filled } from './lnif/Marketing/graph-alt-1.svg?react'; 12 + export { default as PieChartAlt1Filled } from './lnif/Marketing/pie-chart-alt-1.svg?react'; 13 + export { default as FriendsFilled } from './lnif/User/friends.svg?react'; 14 + export { default as UserAlt3Filled } from './lnif/User/user-alt-3.svg?react'; 15 + export { default as SparklesFilled } from './lnif/Weather/sparkles.svg?react'; 16 + export { default as CogFilled } from './lnif/Web and Technology/cog.svg?react'; 17 + export { default as FileExclamationFilled } from './lnif/Web and Technology/file-exclamation.svg?react'; 18 + export { default as StarFilled } from './lnif/Web and Technology/star.svg?react'; 19 + export { default as TapFilled } from './lnif/Web and Technology/tap.svg?react'; 20 + export { default as TrashCanFilled } from './lnif/Web and Technology/trash-can.svg?react'; 21 + export { default as UsersFilled } from './lnif/Web and Technology/users.svg?react';