Skip to content

Commit 62d923a

Browse files
committed
Revert "Add fill attribute to pointer-up and pointer-down icons"
This reverts commit ea267fe.
1 parent 36ac90d commit 62d923a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

images/icons/pointer-down.svg

Lines changed: 2 additions & 2 deletions
Loading

images/icons/pointer-up.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/icons/PointerDown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function PointerDownIcon(props: PointerDownIconProps) {
1515
data-component="PointerDownIcon"
1616
{...props}
1717
>
18-
<path fill="currentColor" stroke="currentColor" d="m15.5 0-7 8-8-8" />
18+
<path stroke="currentColor" d="m15.5 0-7 8-8-8" />
1919
</svg>
2020
);
2121
}

src/components/icons/PointerUp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function PointerUpIcon(props: PointerUpIconProps) {
1515
data-component="PointerUpIcon"
1616
{...props}
1717
>
18-
<path fill="currentColor" stroke="currentColor" d="m.5 9 7-8 8 8" />
18+
<path stroke="currentColor" d="m.5 9 7-8 8 8" />
1919
</svg>
2020
);
2121
}

0 commit comments

Comments
 (0)