File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed
apps/web/examples/popover Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ export function Component() {
34
34
>
35
35
<path
36
36
stroke="currentColor"
37
- stroke-linecap ="round"
38
- stroke-linejoin ="round"
39
- stroke-width ="2"
37
+ strokeLinecap ="round"
38
+ strokeLinejoin ="round"
39
+ strokeWidth ="2"
40
40
d="m1 9 4-4-4-4"
41
41
/>
42
42
</svg>
@@ -95,9 +95,9 @@ export function Component() {
95
95
>
96
96
< path
97
97
stroke = "currentColor"
98
- stroke-linecap = "round"
99
- stroke-linejoin = "round"
100
- stroke-width = "2"
98
+ strokeLinecap = "round"
99
+ strokeLinejoin = "round"
100
+ strokeWidth = "2"
101
101
d = "m1 9 4-4-4-4"
102
102
/>
103
103
</ svg >
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ export function Component() {
44
44
>
45
45
<path
46
46
stroke="currentColor"
47
- stroke-linecap ="round"
48
- stroke-linejoin ="round"
49
- stroke-width ="2"
47
+ strokeLinecap ="round"
48
+ strokeLinejoin ="round"
49
+ strokeWidth ="2"
50
50
d="M1 5.917 5.724 10.5 15 1.5"
51
51
/>
52
52
</svg>
@@ -62,9 +62,9 @@ export function Component() {
62
62
>
63
63
<path
64
64
stroke="currentColor"
65
- stroke-linecap ="round"
66
- stroke-linejoin ="round"
67
- stroke-width ="2"
65
+ strokeLinecap ="round"
66
+ strokeLinejoin ="round"
67
+ strokeWidth ="2"
68
68
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
69
69
/>
70
70
</svg>
@@ -80,9 +80,9 @@ export function Component() {
80
80
>
81
81
<path
82
82
stroke="currentColor"
83
- stroke-linecap ="round"
84
- stroke-linejoin ="round"
85
- stroke-width ="2"
83
+ strokeLinecap ="round"
84
+ strokeLinejoin ="round"
85
+ strokeWidth ="2"
86
86
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
87
87
/>
88
88
</svg>
@@ -141,9 +141,9 @@ export function Component() {
141
141
>
142
142
< path
143
143
stroke = "currentColor"
144
- stroke-linecap = "round"
145
- stroke-linejoin = "round"
146
- stroke-width = "2"
144
+ strokeLinecap = "round"
145
+ strokeLinejoin = "round"
146
+ strokeWidth = "2"
147
147
d = "M1 5.917 5.724 10.5 15 1.5"
148
148
/>
149
149
</ svg >
@@ -159,9 +159,9 @@ export function Component() {
159
159
>
160
160
< path
161
161
stroke = "currentColor"
162
- stroke-linecap = "round"
163
- stroke-linejoin = "round"
164
- stroke-width = "2"
162
+ strokeLinecap = "round"
163
+ strokeLinejoin = "round"
164
+ strokeWidth = "2"
165
165
d = "m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
166
166
/>
167
167
</ svg >
@@ -177,9 +177,9 @@ export function Component() {
177
177
>
178
178
< path
179
179
stroke = "currentColor"
180
- stroke-linecap = "round"
181
- stroke-linejoin = "round"
182
- stroke-width = "2"
180
+ strokeLinecap = "round"
181
+ strokeLinejoin = "round"
182
+ strokeWidth = "2"
183
183
d = "m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
184
184
/>
185
185
</ svg >
You can’t perform that action at this time.
0 commit comments