We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5043ef5 commit d491cebCopy full SHA for d491ceb
2 files changed
src/components/stateless/StatisticCard/icons/wallet.png
12.9 KB
src/components/stateless/StatisticCard/index.jsx
@@ -4,9 +4,12 @@ import styles from './index.module.less'
4
5
import iconQuestion from './icons/icon-question.png'
6
import iconBook from './icons/book.png'
7
+import iconWallet from './icons/wallet.png'
8
9
const defaultIcons = {
10
book: iconBook,
11
+ wallet: iconWallet,
12
+ question: iconQuestion,
13
}
14
15
const StatisticCard = ({
@@ -24,7 +27,7 @@ const StatisticCard = ({
24
27
title: '同比增长',
25
28
value: 20,
26
29
unit: '%',
- icon: 'book',
30
+ icon: 'wallet',
31
showTooltip: false,
32
},
33
],
0 commit comments