Skip to content

Commit d3e08f1

Browse files
committed
fix: lint
Signed-off-by: amitamrutiya <[email protected]>
1 parent 3b3360d commit d3e08f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icons/ArrowExpand/ArrowExpandIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { IconProps } from '../types';
55
const ArrowCompressIcon: FC<IconProps> = ({
66
width = DEFAULT_WIDTH,
77
height = DEFAULT_HEIGHT,
8-
stroke="currentColor"
8+
stroke = 'currentColor',
99
...props
1010
}) => {
1111
return (

0 commit comments

Comments
 (0)