We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ed956 commit 43ae820Copy full SHA for 43ae820
src/icons/GroupAdd/GroupAddIcon.tsx
@@ -1,10 +1,10 @@
1
-import { DEFAULT_FILL_NONE, DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
+import { DEFAULT_HEIGHT, DEFAULT_WIDTH, KEPPEL_GREEN_FILL } from '../../constants/constants';
2
import { IconProps } from '../types';
3
4
export const GroupAddIcon = ({
5
width = DEFAULT_WIDTH,
6
height = DEFAULT_HEIGHT,
7
- fill = DEFAULT_FILL_NONE,
+ fill = KEPPEL_GREEN_FILL,
8
...props
9
}: IconProps): JSX.Element => {
10
return (
0 commit comments