We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957f1e6 commit c822994Copy full SHA for c822994
src/icons/People/PeopleIcon.tsx
@@ -1,10 +1,10 @@
1
-import { DEFAULT_FILL, DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
+import { KEPPEL_GREEN_FILL , DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
2
import { IconProps } from '../types';
3
4
const PeopleIcon = ({
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