We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0779ee2 commit 957f1e6Copy full SHA for 957f1e6
src/icons/People/PeopleIcon.tsx
@@ -1,10 +1,10 @@
1
-import { DEFAULT_FILL_NONE, DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
+import { DEFAULT_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_NONE,
+ fill = DEFAULT_FILL,
8
...props
9
}: IconProps): JSX.Element => (
10
<svg
0 commit comments