Skip to content

Commit a6b475e

Browse files
committed
fix: Correct DuplicateIcon sizing
1 parent 319fde6 commit a6b475e

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

app/icons/components/IcDuplicate.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function SvgIcDuplicate(props: React.SVGProps<SVGSVGElement>) {
55
<svg
66
width="1em"
77
height="1em"
8-
fill="none"
8+
viewBox="0 0 24 24"
99
xmlns="http://www.w3.org/2000/svg"
1010
{...props}
1111
>
@@ -26,4 +26,3 @@ function SvgIcDuplicate(props: React.SVGProps<SVGSVGElement>) {
2626
}
2727

2828
export default SvgIcDuplicate;
29-

app/icons/svg/ic_duplicate.svg

Lines changed: 13 additions & 5 deletions
Loading

0 commit comments

Comments
 (0)