Skip to content

Commit 80ccb65

Browse files
authored
Merge pull request #998 from layer5io/aabidsofi19-patch-1
Update ArrowExpandIcon.tsx
2 parents b25cb00 + 7319053 commit 80ccb65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/icons/ArrowExpand/ArrowExpandIcon.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { IconProps } from '../types';
55
const ArrowCompressIcon: FC<IconProps> = ({
66
width = DEFAULT_WIDTH,
77
height = DEFAULT_HEIGHT,
8+
stroke="currentColor"
89
...props
910
}) => {
1011
return (
@@ -18,7 +19,7 @@ const ArrowCompressIcon: FC<IconProps> = ({
1819
>
1920
<path
2021
d="m5 5 5 5m0 0V5m0 5H5m14 9-5-5m0 0v5m0-5h5"
21-
stroke="#000"
22+
stroke={stroke}
2223
strokeWidth={2}
2324
strokeLinecap="round"
2425
strokeLinejoin="round"

0 commit comments

Comments
 (0)