Skip to content

Commit

Permalink
Merge pull request #58 from Giveth/export-icons
Browse files Browse the repository at this point in the history
Export icons
  • Loading branch information
MohammadPCh authored Aug 17, 2022
2 parents 2030485 + d29ccfa commit 1bd1977
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giveth/ui-design-system",
"version": "1.8.12",
"version": "1.8.14",
"files": [
"/lib"
],
Expand Down
File renamed without changes.
14 changes: 13 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ export * from './icons/ExternalLink';
export * from './icons/Flash';
export * from './icons/Forward';
export * from './icons/Help';
export * from './icons/HelpOutline.tsx';
export * from './icons/HelpOutline';
export * from './icons/Image';
export * from './icons/Search';
export * from './icons/Spark';
export * from './icons/Star';
Expand All @@ -153,6 +154,17 @@ export * from './icons/Trash';
export * from './icons/Verified';
export * from './icons/X';
export * from './icons/XCircle';
export * from './icons/Network';
export * from './icons/Profile';
export * from './icons/WalletApprove';
export * from './icons/WalletOutline';
export * from './icons/UnArchive';
export * from './icons/Sunrise';
export * from './icons/QRCodeOutline';
export * from './icons/Overview';
export * from './icons/GasStation';
export * from './icons/Fund';
export * from './icons/AlertTriangleOutline';

export * from './currency-icons/ETH';
export * from './currency-icons/Giveth';
Expand Down

0 comments on commit 1bd1977

Please sign in to comment.