Skip to content

Commit 3c7fba6

Browse files
committed
Update fill value to KEPPEL_GREEN_FILL
Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
1 parent f627262 commit 3c7fba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/icons/TrendingUp/TrendingUpIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { DEFAULT_HEIGHT, DEFAULT_WIDTH, DEFAULT_FILL } from '../../constants/constants';
1+
import { DEFAULT_HEIGHT, DEFAULT_WIDTH, KEPPEL_GREEN_FILL } from '../../constants/constants';
22
import { IconProps } from '../types';
33

44
const TrendingUpIcon = ({
55
width = DEFAULT_WIDTH,
66
height = DEFAULT_HEIGHT,
7-
fill = DEFAULT_FILL,
7+
fill = KEPPEL_GREEN_FILL,
88
...props
99
}: IconProps): JSX.Element => (
1010
<svg

0 commit comments

Comments
 (0)