We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b25cb00 + 7319053 commit 80ccb65Copy full SHA for 80ccb65
src/icons/ArrowExpand/ArrowExpandIcon.tsx
@@ -5,6 +5,7 @@ import { IconProps } from '../types';
5
const ArrowCompressIcon: FC<IconProps> = ({
6
width = DEFAULT_WIDTH,
7
height = DEFAULT_HEIGHT,
8
+ stroke="currentColor"
9
...props
10
}) => {
11
return (
@@ -18,7 +19,7 @@ const ArrowCompressIcon: FC<IconProps> = ({
18
19
>
20
<path
21
d="m5 5 5 5m0 0V5m0 5H5m14 9-5-5m0 0v5m0-5h5"
- stroke="#000"
22
+ stroke={stroke}
23
strokeWidth={2}
24
strokeLinecap="round"
25
strokeLinejoin="round"
0 commit comments