Skip to content

Commit beb6833

Browse files
committed
Update fill value to DEFAULT_FILL
Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
1 parent ee62662 commit beb6833

5 files changed

Lines changed: 2 additions & 47 deletions

File tree

src/__testing__/PeopleIcon.test.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/icons/People/PeopleIcon.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/icons/People/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

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_NONE } from '../../constants/constants';
1+
import { DEFAULT_HEIGHT, DEFAULT_WIDTH, DEFAULT_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_NONE,
7+
fill = DEFAULT_FILL,
88
...props
99
}: IconProps): JSX.Element => (
1010
<svg

src/icons/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export * from './OpenInNew';
9090
export * from './Organization';
9191
export * from './PanTool';
9292
export * from './Pattern';
93-
export * from './People';
9493
export * from './Person';
9594
export * from './Pod';
9695
export * from './Poll';

0 commit comments

Comments
 (0)