Skip to content

Commit

Permalink
🍱 Add Wallet and Robot icons (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago authored Nov 20, 2023
1 parent fbb9440 commit c01dd47
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ import forwardIcon from './assets/forward.svg'
import arrowDiagonalIcon from './assets/arrow_diagonal.svg'
import editIcon from './assets/edit.svg'
import blockIcon from './assets/block.svg'
import walletIcon from './assets/wallet.svg'
import robotIcon from './assets/robot.svg'

enum IconType {
MINTBASE = 'mintbase',
Expand Down Expand Up @@ -141,6 +143,8 @@ const customIcons: { [key: string]: string } = {
[EIconName.AUDIO]: audioIcon,
[EIconName.COMPARE_ARROWS]: compareArrowsIcon,
[EIconName.CREDIT_CARD]: creditCard,
[EIconName.WALLET]: walletIcon,
[EIconName.ROBOT]: robotIcon,
[EIconName.REPORT]: reportIcon,
[EIconName.ARROW_DROP_DOWN]: arrowDropDownIcon,
[EIconName.ARROW_DROP_UP]: arrowDropUpIcon,
Expand Down
8 changes: 8 additions & 0 deletions src/components/icon/assets/robot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/components/icon/assets/wallet.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/consts/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ export enum EIconName {
SHARE = 'share',
SIMPLE_SHARE = 'simple_share',
HAND_COINS = 'hand_coins',
WALLET = 'wallet',
COINS = 'coins',
FLASH = 'flash',
HAND_RAISE = 'hand_raise',
HAND_SHAKE = 'hand_shake',
HOUSE = 'house',
ROBOT = 'robot',
MENU = 'menu',
SEARCH = 'search',
CIRCLE = 'circle',
Expand Down

1 comment on commit c01dd47

@vercel
Copy link

@vercel vercel bot commented on c01dd47 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.