Skip to content

Commit 11d8d3e

Browse files
Update packages/next/src/next-devtools/dev-overlay/icons/minimize.tsx
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 3518331 commit 11d8d3e

File tree

1 file changed

+2
-2
lines changed
  • packages/next/src/next-devtools/dev-overlay/icons

1 file changed

+2
-2
lines changed

packages/next/src/next-devtools/dev-overlay/icons/minimize.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export function MinimizeIcon(props: React.SVGProps<SVGSVGElement>) {
99
{...props}
1010
>
1111
<path
12-
fill-rule="evenodd"
13-
clip-rule="evenodd"
12+
fillRule="evenodd"
13+
clipRule="evenodd"
1414
d="M1 6V4.5H4.5V1H6V5C6 5.55228 5.55228 6 5 6H1ZM11.5 1H10V5C10 5.55228 10.4477 6 11 6H15V4.5H11.5V1ZM15.04 11.5V10H11C10.4477 10 10 10.4477 10 11V15H11.5V11.5H15.04ZM4.5 15H6V11C6 10.4477 5.55228 10 5 10H1V11.5H4.5V15Z"
1515
fill="currentColor"
1616
/>

0 commit comments

Comments
 (0)