Skip to content

Commit 2f321b1

Browse files
committed
Fix hyphenated properties
1 parent 80660fc commit 2f321b1

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

apps/webapp/app/assets/icons/LogsIcon.tsx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,58 +8,58 @@ export function LogsIcon({ className }: { className?: string }) {
88
<path
99
d="M7 9.75L10 9.75"
1010
stroke="currentColor"
11-
stroke-width="2"
12-
stroke-linecap="round"
13-
stroke-linejoin="round"
11+
strokeWidth="2"
12+
strokeLinecap="round"
13+
strokeLinejoin="round"
1414
/>
1515
<path
1616
d="M7 5L10 5"
1717
stroke="currentColor"
18-
stroke-width="2"
19-
stroke-linecap="round"
20-
stroke-linejoin="round"
18+
strokeWidth="2"
19+
strokeLinecap="round"
20+
strokeLinejoin="round"
2121
/>
2222
<path
2323
d="M7 14.25H10"
2424
stroke="currentColor"
25-
stroke-width="2"
26-
stroke-linecap="round"
27-
stroke-linejoin="round"
25+
strokeWidth="2"
26+
strokeLinecap="round"
27+
strokeLinejoin="round"
2828
/>
2929
<path
3030
d="M7 19H10"
3131
stroke="currentColor"
32-
stroke-width="2"
33-
stroke-linecap="round"
34-
stroke-linejoin="round"
32+
strokeWidth="2"
33+
strokeLinecap="round"
34+
strokeLinejoin="round"
3535
/>
3636
<path
3737
d="M13 5H20"
3838
stroke="currentColor"
39-
stroke-width="2"
40-
stroke-linecap="round"
41-
stroke-linejoin="round"
39+
strokeWidth="2"
40+
strokeLinecap="round"
41+
strokeLinejoin="round"
4242
/>
4343
<path
4444
d="M13 9.75H20"
4545
stroke="currentColor"
46-
stroke-width="2"
47-
stroke-linecap="round"
48-
stroke-linejoin="round"
46+
strokeWidth="2"
47+
strokeLinecap="round"
48+
strokeLinejoin="round"
4949
/>
5050
<path
5151
d="M13 14.25H20"
5252
stroke="currentColor"
53-
stroke-width="2"
54-
stroke-linecap="round"
55-
stroke-linejoin="round"
53+
strokeWidth="2"
54+
strokeLinecap="round"
55+
strokeLinejoin="round"
5656
/>
5757
<path
5858
d="M13 19H20"
5959
stroke="currentColor"
60-
stroke-width="2"
61-
stroke-linecap="round"
62-
stroke-linejoin="round"
60+
strokeWidth="2"
61+
strokeLinecap="round"
62+
strokeLinejoin="round"
6363
/>
6464
</svg>
6565
);

0 commit comments

Comments
 (0)