Skip to content

Commit

Permalink
🍱 Add simpleShare + handCoins icons (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago authored May 5, 2023
1 parent 51a0436 commit 93f54c2
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@ -83,6 +83,8 @@ import shifIcon from './assets/shift.svg'
import oderByIcon from './assets/order_by.svg'
import usdcIcon from './assets/usdc.svg'
import nearIcon from './assets/near.svg'
import simpleShareIcon from './assets/simple_share.svg'
import handCoinsIcon from './assets/hand_coins.svg'

enum IconType {
MINTBASE = 'mintbase',
Expand Down Expand Up @@ -172,6 +174,8 @@ const customIcons: { [key: string]: string } = {
[EIconName.ORDER_BY]: oderByIcon,
[EIconName.USDC]: usdcIcon,
[EIconName.NEAR]: nearIcon,
[EIconName.HAND_COINS]: handCoinsIcon,
[EIconName.SIMPLE_SHARE]: simpleShareIcon,
[EIconName.NONE]: '',
}

Expand Down
3 changes: 3 additions & 0 deletions src/components/icon/assets/hand_coins.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/simple_share.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 @@ -27,6 +27,8 @@ export enum EIconName {
DOWNLOAD = 'download',
BOOK = 'book',
SHARE = 'share',
SIMPLE_SHARE = 'simple_share',
HAND_COINS = 'hand_coins',
MENU = 'menu',
SEARCH = 'search',
CIRCLE = 'circle',
Expand Down

1 comment on commit 93f54c2

@vercel
Copy link

@vercel vercel bot commented on 93f54c2 May 5, 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.