Skip to content

Commit

Permalink
Merge pull request #115 from lana/wallet-money-icon
Browse files Browse the repository at this point in the history
WalletMoneyIcon
  • Loading branch information
José Ortiz authored Mar 4, 2022
2 parents 60a8f88 + 5217b86 commit ec55342
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lana/b2c-mapp-ui-assets",
"version": "5.18.0",
"version": "5.19.0",
"description": "Lana B2C Microapp UI Assets, icons and images for general use.",
"repository": {
"type": "git",
Expand Down
88 changes: 88 additions & 0 deletions src/icons/walletMoney.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ import VoiceIcon from './icons/voice.svg?component';
import VoiceUpdatedIcon from './icons/voiceUpdated.svg?component';
import WaitingSheepIcon from './icons/waitingSheep.svg?component';
import WalletIcon from './icons/wallet.svg?component';
import WalletMoneyIcon from './icons/walletMoney.svg?component';
import WarningBoldIcon from './icons/warningBold.svg?component';
import WarningIcon from './icons/warning.svg?component';
import WarningLineIcon from './icons/warningLine.svg?component';
Expand Down Expand Up @@ -818,6 +819,7 @@ export {
VoiceUpdatedIcon,
WaitingSheepIcon,
WalletIcon,
WalletMoneyIcon,
WarningBoldIcon,
WarningIcon,
WarningLineIcon,
Expand Down

0 comments on commit ec55342

Please sign in to comment.