Skip to content

Commit 2f44ef3

Browse files
committed
change to DEFAULT_FILL_NONE
Signed-off-by: Bhumika Garg <bhumikatech2024@gmail.com>
1 parent 98c99bb commit 2f44ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/icons/CompareArrows/CompareArrowsIcon.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 { DEFAULT_FILL_NONE, DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
22
import { IconProps } from '../types';
33

44
export const CompareArrowsIcon = ({
55
width = DEFAULT_WIDTH,
66
height = DEFAULT_HEIGHT,
7-
fill = DEFAULT_FILL,
7+
fill = DEFAULT_FILL_NONE,
88
...props
99
}: IconProps): JSX.Element => {
1010
return (

0 commit comments

Comments
 (0)