We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f627262 commit 3c7fba6Copy full SHA for 3c7fba6
1 file changed
src/icons/TrendingUp/TrendingUpIcon.tsx
@@ -1,10 +1,10 @@
1
-import { DEFAULT_HEIGHT, DEFAULT_WIDTH, DEFAULT_FILL } from '../../constants/constants';
+import { DEFAULT_HEIGHT, DEFAULT_WIDTH, KEPPEL_GREEN_FILL } from '../../constants/constants';
2
import { IconProps } from '../types';
3
4
const TrendingUpIcon = ({
5
width = DEFAULT_WIDTH,
6
height = DEFAULT_HEIGHT,
7
- fill = DEFAULT_FILL,
+ fill = KEPPEL_GREEN_FILL,
8
...props
9
}: IconProps): JSX.Element => (
10
<svg
0 commit comments