Skip to content

Commit d3e08f1

Browse files
committed
fix: lint
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
1 parent 3b3360d commit d3e08f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)