Skip to content

Commit c822994

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/icons/People/PeopleIcon.tsx

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

44
const PeopleIcon = ({
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)