Skip to content

Commit 38061fa

Browse files
authored
feat(APP-416): Add Burn Assets icon to the icon library (#640)
1 parent c221f25 commit 38061fa

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.changeset/shaggy-falcons-joke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aragon/gov-ui-kit': minor
3+
---
4+
5+
Add Burn Assets icon to the icon library
Lines changed: 1 addition & 0 deletions
Loading

src/core/components/icon/iconList.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import BlockchainGasfee from '../../assets/icons/blockchain-gasfee.svg';
1111
import BlockchainSmartContract from '../../assets/icons/blockchain-smartcontract.svg';
1212
import BlockchainWallet from '../../assets/icons/blockchain-wallet.svg';
1313
import BlockChainWalletConnect from '../../assets/icons/blockchain-walletconnect.svg';
14+
import BurnAssets from '../../assets/icons/burn-assets.svg';
1415
import Calendar from '../../assets/icons/calendar.svg';
1516
import CheckboxIndeterminate from '../../assets/icons/checkbox-indeterminate.svg';
1617
import CheckboxSelected from '../../assets/icons/checkbox-selected.svg';
@@ -80,6 +81,7 @@ export const iconList: Record<IconType, IconComponent> = {
8081
[IconType.BLOCKCHAIN_SMARTCONTRACT]: BlockchainSmartContract,
8182
[IconType.BLOCKCHAIN_WALLET]: BlockchainWallet,
8283
[IconType.BLOCKCHAIN_WALLETCONNECT]: BlockChainWalletConnect,
84+
[IconType.BURN_ASSETS]: BurnAssets,
8385
[IconType.CALENDAR]: Calendar,
8486
[IconType.CHECKBOX]: Checkbox,
8587
[IconType.CHECKBOX_INDETERMINATE]: CheckboxIndeterminate,

src/core/components/icon/iconType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export enum IconType {
1010
BLOCKCHAIN_GASFEE = 'BLOCKCHAIN_GASFEE',
1111
BLOCKCHAIN_SMARTCONTRACT = 'BLOCKCHAIN_SMARTCONTRACT',
1212
BLOCKCHAIN_WALLET = 'BLOCKCHAIN_WALLET',
13+
BURN_ASSETS = 'BURN_ASSETS',
1314
BLOCKCHAIN_WALLETCONNECT = 'BLOCKCHAIN_WALLETCONNECT',
1415
CALENDAR = 'CALENDAR',
1516
CHECKBOX = 'CHECKBOX',

0 commit comments

Comments
 (0)