@patternfly/patternfly 6.5.0-prerelease.43 → 6.5.0-prerelease.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Button/button.css +76 -3
- package/components/Button/button.scss +85 -4
- package/components/_index.css +76 -3
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
- package/docs/components/ActionList/examples/ActionList.md +143 -11
- package/docs/components/Alert/examples/Alert.md +182 -14
- package/docs/components/BackToTop/examples/BackToTop.md +13 -1
- package/docs/components/Button/examples/Button.md +2017 -157
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +208 -16
- package/docs/components/CodeBlock/examples/CodeBlock.md +78 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
- package/docs/components/DatePicker/examples/DatePicker.md +78 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +325 -25
- package/docs/components/Drawer/examples/Drawer.md +273 -21
- package/docs/components/DualListSelector/examples/DualListSelector.md +106 -112
- package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
- package/docs/components/InputGroup/examples/InputGroup.md +26 -2
- package/docs/components/Label/examples/Label.md +242 -218
- package/docs/components/Login/examples/Login.md +26 -2
- package/docs/components/Masthead/examples/masthead.md +13 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +195 -15
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +117 -9
- package/docs/components/Nav/examples/Navigation.md +52 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +26 -2
- package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
- package/docs/components/Page/examples/Page.md +13 -1
- package/docs/components/Pagination/examples/Pagination.md +624 -48
- package/docs/components/Popover/examples/Popover.md +208 -16
- package/docs/components/Slider/examples/Slider.md +4 -4
- package/docs/components/Table/examples/Table.md +52 -4
- package/docs/components/Tabs/examples/Tabs.md +1378 -106
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +128 -44
- package/docs/components/Toolbar/examples/Toolbar.md +455 -35
- package/docs/components/TreeView/examples/TreeView.md +52 -4
- package/docs/components/Wizard/examples/Wizard.md +169 -13
- package/docs/demos/AboutModal/examples/AboutModal.md +13 -1
- package/docs/demos/Alert/examples/Alert.md +39 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +13 -1
- package/docs/demos/Button/examples/Button.md +13 -1
- package/docs/demos/Card/examples/Card.md +65 -5
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +323 -29
- package/docs/demos/Dashboard/examples/Dashboard.md +39 -3
- package/docs/demos/DataList/examples/DataList.md +312 -24
- package/docs/demos/DescriptionList/examples/DescriptionList.md +13 -1
- package/docs/demos/Drawer/examples/Drawer.md +39 -3
- package/docs/demos/Form/examples/BasicForms.md +106 -10
- package/docs/demos/JumpLinks/examples/JumpLinks.md +26 -2
- package/docs/demos/Masthead/examples/Masthead.md +40 -4
- package/docs/demos/Modal/examples/Modal.md +78 -6
- package/docs/demos/Nav/examples/Nav.md +52 -4
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +295 -55
- package/docs/demos/Table/examples/Table.md +1108 -145
- package/docs/demos/Tabs/examples/Tabs.md +53 -8
- package/docs/demos/Toolbar/examples/Toolbar.md +414 -36
- package/docs/demos/Wizard/examples/Wizard.md +130 -10
- package/package.json +2 -2
- package/patternfly-no-globals.css +76 -3
- package/patternfly.css +76 -3
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -43,7 +43,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
43
43
|
aria-label="Go to first page"
|
|
44
44
|
>
|
|
45
45
|
<span class="pf-v6-c-button__icon">
|
|
46
|
-
<
|
|
46
|
+
<svg
|
|
47
|
+
class="pf-v6-svg"
|
|
48
|
+
viewBox="0 0 448 512"
|
|
49
|
+
fill="currentColor"
|
|
50
|
+
aria-hidden="true"
|
|
51
|
+
role="img"
|
|
52
|
+
width="1em"
|
|
53
|
+
height="1em"
|
|
54
|
+
>
|
|
55
|
+
<path
|
|
56
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
57
|
+
/>
|
|
58
|
+
</svg>
|
|
47
59
|
</span>
|
|
48
60
|
</button>
|
|
49
61
|
</div>
|
|
@@ -55,7 +67,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
55
67
|
aria-label="Go to previous page"
|
|
56
68
|
>
|
|
57
69
|
<span class="pf-v6-c-button__icon">
|
|
58
|
-
<
|
|
70
|
+
<svg
|
|
71
|
+
class="pf-v6-svg"
|
|
72
|
+
viewBox="0 0 256 512"
|
|
73
|
+
fill="currentColor"
|
|
74
|
+
aria-hidden="true"
|
|
75
|
+
role="img"
|
|
76
|
+
width="1em"
|
|
77
|
+
height="1em"
|
|
78
|
+
>
|
|
79
|
+
<path
|
|
80
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
81
|
+
/>
|
|
82
|
+
</svg>
|
|
59
83
|
</span>
|
|
60
84
|
</button>
|
|
61
85
|
</div>
|
|
@@ -78,7 +102,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
78
102
|
aria-label="Go to next page"
|
|
79
103
|
>
|
|
80
104
|
<span class="pf-v6-c-button__icon">
|
|
81
|
-
<
|
|
105
|
+
<svg
|
|
106
|
+
class="pf-v6-svg"
|
|
107
|
+
viewBox="0 0 256 512"
|
|
108
|
+
fill="currentColor"
|
|
109
|
+
aria-hidden="true"
|
|
110
|
+
role="img"
|
|
111
|
+
width="1em"
|
|
112
|
+
height="1em"
|
|
113
|
+
>
|
|
114
|
+
<path
|
|
115
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
116
|
+
/>
|
|
117
|
+
</svg>
|
|
82
118
|
</span>
|
|
83
119
|
</button>
|
|
84
120
|
</div>
|
|
@@ -90,7 +126,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
90
126
|
aria-label="Go to last page"
|
|
91
127
|
>
|
|
92
128
|
<span class="pf-v6-c-button__icon">
|
|
93
|
-
<
|
|
129
|
+
<svg
|
|
130
|
+
class="pf-v6-svg"
|
|
131
|
+
viewBox="0 0 448 512"
|
|
132
|
+
fill="currentColor"
|
|
133
|
+
aria-hidden="true"
|
|
134
|
+
role="img"
|
|
135
|
+
width="1em"
|
|
136
|
+
height="1em"
|
|
137
|
+
>
|
|
138
|
+
<path
|
|
139
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
140
|
+
/>
|
|
141
|
+
</svg>
|
|
94
142
|
</span>
|
|
95
143
|
</button>
|
|
96
144
|
</div>
|
|
@@ -138,7 +186,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
138
186
|
aria-label="Go to first page"
|
|
139
187
|
>
|
|
140
188
|
<span class="pf-v6-c-button__icon">
|
|
141
|
-
<
|
|
189
|
+
<svg
|
|
190
|
+
class="pf-v6-svg"
|
|
191
|
+
viewBox="0 0 448 512"
|
|
192
|
+
fill="currentColor"
|
|
193
|
+
aria-hidden="true"
|
|
194
|
+
role="img"
|
|
195
|
+
width="1em"
|
|
196
|
+
height="1em"
|
|
197
|
+
>
|
|
198
|
+
<path
|
|
199
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
200
|
+
/>
|
|
201
|
+
</svg>
|
|
142
202
|
</span>
|
|
143
203
|
</button>
|
|
144
204
|
</div>
|
|
@@ -150,7 +210,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
150
210
|
aria-label="Go to previous page"
|
|
151
211
|
>
|
|
152
212
|
<span class="pf-v6-c-button__icon">
|
|
153
|
-
<
|
|
213
|
+
<svg
|
|
214
|
+
class="pf-v6-svg"
|
|
215
|
+
viewBox="0 0 256 512"
|
|
216
|
+
fill="currentColor"
|
|
217
|
+
aria-hidden="true"
|
|
218
|
+
role="img"
|
|
219
|
+
width="1em"
|
|
220
|
+
height="1em"
|
|
221
|
+
>
|
|
222
|
+
<path
|
|
223
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
224
|
+
/>
|
|
225
|
+
</svg>
|
|
154
226
|
</span>
|
|
155
227
|
</button>
|
|
156
228
|
</div>
|
|
@@ -173,7 +245,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
173
245
|
aria-label="Go to next page"
|
|
174
246
|
>
|
|
175
247
|
<span class="pf-v6-c-button__icon">
|
|
176
|
-
<
|
|
248
|
+
<svg
|
|
249
|
+
class="pf-v6-svg"
|
|
250
|
+
viewBox="0 0 256 512"
|
|
251
|
+
fill="currentColor"
|
|
252
|
+
aria-hidden="true"
|
|
253
|
+
role="img"
|
|
254
|
+
width="1em"
|
|
255
|
+
height="1em"
|
|
256
|
+
>
|
|
257
|
+
<path
|
|
258
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
259
|
+
/>
|
|
260
|
+
</svg>
|
|
177
261
|
</span>
|
|
178
262
|
</button>
|
|
179
263
|
</div>
|
|
@@ -185,7 +269,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
185
269
|
aria-label="Go to last page"
|
|
186
270
|
>
|
|
187
271
|
<span class="pf-v6-c-button__icon">
|
|
188
|
-
<
|
|
272
|
+
<svg
|
|
273
|
+
class="pf-v6-svg"
|
|
274
|
+
viewBox="0 0 448 512"
|
|
275
|
+
fill="currentColor"
|
|
276
|
+
aria-hidden="true"
|
|
277
|
+
role="img"
|
|
278
|
+
width="1em"
|
|
279
|
+
height="1em"
|
|
280
|
+
>
|
|
281
|
+
<path
|
|
282
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
283
|
+
/>
|
|
284
|
+
</svg>
|
|
189
285
|
</span>
|
|
190
286
|
</button>
|
|
191
287
|
</div>
|
|
@@ -243,7 +339,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
243
339
|
aria-label="Go to first page"
|
|
244
340
|
>
|
|
245
341
|
<span class="pf-v6-c-button__icon">
|
|
246
|
-
<
|
|
342
|
+
<svg
|
|
343
|
+
class="pf-v6-svg"
|
|
344
|
+
viewBox="0 0 448 512"
|
|
345
|
+
fill="currentColor"
|
|
346
|
+
aria-hidden="true"
|
|
347
|
+
role="img"
|
|
348
|
+
width="1em"
|
|
349
|
+
height="1em"
|
|
350
|
+
>
|
|
351
|
+
<path
|
|
352
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
353
|
+
/>
|
|
354
|
+
</svg>
|
|
247
355
|
</span>
|
|
248
356
|
</button>
|
|
249
357
|
</div>
|
|
@@ -255,7 +363,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
255
363
|
aria-label="Go to previous page"
|
|
256
364
|
>
|
|
257
365
|
<span class="pf-v6-c-button__icon">
|
|
258
|
-
<
|
|
366
|
+
<svg
|
|
367
|
+
class="pf-v6-svg"
|
|
368
|
+
viewBox="0 0 256 512"
|
|
369
|
+
fill="currentColor"
|
|
370
|
+
aria-hidden="true"
|
|
371
|
+
role="img"
|
|
372
|
+
width="1em"
|
|
373
|
+
height="1em"
|
|
374
|
+
>
|
|
375
|
+
<path
|
|
376
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
377
|
+
/>
|
|
378
|
+
</svg>
|
|
259
379
|
</span>
|
|
260
380
|
</button>
|
|
261
381
|
</div>
|
|
@@ -277,7 +397,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
277
397
|
aria-label="Go to next page"
|
|
278
398
|
>
|
|
279
399
|
<span class="pf-v6-c-button__icon">
|
|
280
|
-
<
|
|
400
|
+
<svg
|
|
401
|
+
class="pf-v6-svg"
|
|
402
|
+
viewBox="0 0 256 512"
|
|
403
|
+
fill="currentColor"
|
|
404
|
+
aria-hidden="true"
|
|
405
|
+
role="img"
|
|
406
|
+
width="1em"
|
|
407
|
+
height="1em"
|
|
408
|
+
>
|
|
409
|
+
<path
|
|
410
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
411
|
+
/>
|
|
412
|
+
</svg>
|
|
281
413
|
</span>
|
|
282
414
|
</button>
|
|
283
415
|
</div>
|
|
@@ -289,7 +421,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
289
421
|
aria-label="Go to last page"
|
|
290
422
|
>
|
|
291
423
|
<span class="pf-v6-c-button__icon">
|
|
292
|
-
<
|
|
424
|
+
<svg
|
|
425
|
+
class="pf-v6-svg"
|
|
426
|
+
viewBox="0 0 448 512"
|
|
427
|
+
fill="currentColor"
|
|
428
|
+
aria-hidden="true"
|
|
429
|
+
role="img"
|
|
430
|
+
width="1em"
|
|
431
|
+
height="1em"
|
|
432
|
+
>
|
|
433
|
+
<path
|
|
434
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
435
|
+
/>
|
|
436
|
+
</svg>
|
|
293
437
|
</span>
|
|
294
438
|
</button>
|
|
295
439
|
</div>
|
|
@@ -343,7 +487,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
343
487
|
aria-label="Go to first page"
|
|
344
488
|
>
|
|
345
489
|
<span class="pf-v6-c-button__icon">
|
|
346
|
-
<
|
|
490
|
+
<svg
|
|
491
|
+
class="pf-v6-svg"
|
|
492
|
+
viewBox="0 0 448 512"
|
|
493
|
+
fill="currentColor"
|
|
494
|
+
aria-hidden="true"
|
|
495
|
+
role="img"
|
|
496
|
+
width="1em"
|
|
497
|
+
height="1em"
|
|
498
|
+
>
|
|
499
|
+
<path
|
|
500
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
501
|
+
/>
|
|
502
|
+
</svg>
|
|
347
503
|
</span>
|
|
348
504
|
</button>
|
|
349
505
|
</div>
|
|
@@ -355,7 +511,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
355
511
|
aria-label="Go to previous page"
|
|
356
512
|
>
|
|
357
513
|
<span class="pf-v6-c-button__icon">
|
|
358
|
-
<
|
|
514
|
+
<svg
|
|
515
|
+
class="pf-v6-svg"
|
|
516
|
+
viewBox="0 0 256 512"
|
|
517
|
+
fill="currentColor"
|
|
518
|
+
aria-hidden="true"
|
|
519
|
+
role="img"
|
|
520
|
+
width="1em"
|
|
521
|
+
height="1em"
|
|
522
|
+
>
|
|
523
|
+
<path
|
|
524
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
525
|
+
/>
|
|
526
|
+
</svg>
|
|
359
527
|
</span>
|
|
360
528
|
</button>
|
|
361
529
|
</div>
|
|
@@ -378,7 +546,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
378
546
|
aria-label="Go to next page"
|
|
379
547
|
>
|
|
380
548
|
<span class="pf-v6-c-button__icon">
|
|
381
|
-
<
|
|
549
|
+
<svg
|
|
550
|
+
class="pf-v6-svg"
|
|
551
|
+
viewBox="0 0 256 512"
|
|
552
|
+
fill="currentColor"
|
|
553
|
+
aria-hidden="true"
|
|
554
|
+
role="img"
|
|
555
|
+
width="1em"
|
|
556
|
+
height="1em"
|
|
557
|
+
>
|
|
558
|
+
<path
|
|
559
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
560
|
+
/>
|
|
561
|
+
</svg>
|
|
382
562
|
</span>
|
|
383
563
|
</button>
|
|
384
564
|
</div>
|
|
@@ -390,7 +570,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
390
570
|
aria-label="Go to last page"
|
|
391
571
|
>
|
|
392
572
|
<span class="pf-v6-c-button__icon">
|
|
393
|
-
<
|
|
573
|
+
<svg
|
|
574
|
+
class="pf-v6-svg"
|
|
575
|
+
viewBox="0 0 448 512"
|
|
576
|
+
fill="currentColor"
|
|
577
|
+
aria-hidden="true"
|
|
578
|
+
role="img"
|
|
579
|
+
width="1em"
|
|
580
|
+
height="1em"
|
|
581
|
+
>
|
|
582
|
+
<path
|
|
583
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
584
|
+
/>
|
|
585
|
+
</svg>
|
|
394
586
|
</span>
|
|
395
587
|
</button>
|
|
396
588
|
</div>
|
|
@@ -444,7 +636,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
444
636
|
aria-label="Go to first page"
|
|
445
637
|
>
|
|
446
638
|
<span class="pf-v6-c-button__icon">
|
|
447
|
-
<
|
|
639
|
+
<svg
|
|
640
|
+
class="pf-v6-svg"
|
|
641
|
+
viewBox="0 0 448 512"
|
|
642
|
+
fill="currentColor"
|
|
643
|
+
aria-hidden="true"
|
|
644
|
+
role="img"
|
|
645
|
+
width="1em"
|
|
646
|
+
height="1em"
|
|
647
|
+
>
|
|
648
|
+
<path
|
|
649
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
650
|
+
/>
|
|
651
|
+
</svg>
|
|
448
652
|
</span>
|
|
449
653
|
</button>
|
|
450
654
|
</div>
|
|
@@ -456,7 +660,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
456
660
|
aria-label="Go to previous page"
|
|
457
661
|
>
|
|
458
662
|
<span class="pf-v6-c-button__icon">
|
|
459
|
-
<
|
|
663
|
+
<svg
|
|
664
|
+
class="pf-v6-svg"
|
|
665
|
+
viewBox="0 0 256 512"
|
|
666
|
+
fill="currentColor"
|
|
667
|
+
aria-hidden="true"
|
|
668
|
+
role="img"
|
|
669
|
+
width="1em"
|
|
670
|
+
height="1em"
|
|
671
|
+
>
|
|
672
|
+
<path
|
|
673
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
674
|
+
/>
|
|
675
|
+
</svg>
|
|
460
676
|
</span>
|
|
461
677
|
</button>
|
|
462
678
|
</div>
|
|
@@ -479,7 +695,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
479
695
|
aria-label="Go to next page"
|
|
480
696
|
>
|
|
481
697
|
<span class="pf-v6-c-button__icon">
|
|
482
|
-
<
|
|
698
|
+
<svg
|
|
699
|
+
class="pf-v6-svg"
|
|
700
|
+
viewBox="0 0 256 512"
|
|
701
|
+
fill="currentColor"
|
|
702
|
+
aria-hidden="true"
|
|
703
|
+
role="img"
|
|
704
|
+
width="1em"
|
|
705
|
+
height="1em"
|
|
706
|
+
>
|
|
707
|
+
<path
|
|
708
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
709
|
+
/>
|
|
710
|
+
</svg>
|
|
483
711
|
</span>
|
|
484
712
|
</button>
|
|
485
713
|
</div>
|
|
@@ -491,7 +719,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
491
719
|
aria-label="Go to last page"
|
|
492
720
|
>
|
|
493
721
|
<span class="pf-v6-c-button__icon">
|
|
494
|
-
<
|
|
722
|
+
<svg
|
|
723
|
+
class="pf-v6-svg"
|
|
724
|
+
viewBox="0 0 448 512"
|
|
725
|
+
fill="currentColor"
|
|
726
|
+
aria-hidden="true"
|
|
727
|
+
role="img"
|
|
728
|
+
width="1em"
|
|
729
|
+
height="1em"
|
|
730
|
+
>
|
|
731
|
+
<path
|
|
732
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
733
|
+
/>
|
|
734
|
+
</svg>
|
|
495
735
|
</span>
|
|
496
736
|
</button>
|
|
497
737
|
</div>
|
|
@@ -545,7 +785,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
545
785
|
aria-label="Go to first page"
|
|
546
786
|
>
|
|
547
787
|
<span class="pf-v6-c-button__icon">
|
|
548
|
-
<
|
|
788
|
+
<svg
|
|
789
|
+
class="pf-v6-svg"
|
|
790
|
+
viewBox="0 0 448 512"
|
|
791
|
+
fill="currentColor"
|
|
792
|
+
aria-hidden="true"
|
|
793
|
+
role="img"
|
|
794
|
+
width="1em"
|
|
795
|
+
height="1em"
|
|
796
|
+
>
|
|
797
|
+
<path
|
|
798
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
799
|
+
/>
|
|
800
|
+
</svg>
|
|
549
801
|
</span>
|
|
550
802
|
</button>
|
|
551
803
|
</div>
|
|
@@ -557,7 +809,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
557
809
|
aria-label="Go to previous page"
|
|
558
810
|
>
|
|
559
811
|
<span class="pf-v6-c-button__icon">
|
|
560
|
-
<
|
|
812
|
+
<svg
|
|
813
|
+
class="pf-v6-svg"
|
|
814
|
+
viewBox="0 0 256 512"
|
|
815
|
+
fill="currentColor"
|
|
816
|
+
aria-hidden="true"
|
|
817
|
+
role="img"
|
|
818
|
+
width="1em"
|
|
819
|
+
height="1em"
|
|
820
|
+
>
|
|
821
|
+
<path
|
|
822
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
823
|
+
/>
|
|
824
|
+
</svg>
|
|
561
825
|
</span>
|
|
562
826
|
</button>
|
|
563
827
|
</div>
|
|
@@ -580,7 +844,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
580
844
|
aria-label="Go to next page"
|
|
581
845
|
>
|
|
582
846
|
<span class="pf-v6-c-button__icon">
|
|
583
|
-
<
|
|
847
|
+
<svg
|
|
848
|
+
class="pf-v6-svg"
|
|
849
|
+
viewBox="0 0 256 512"
|
|
850
|
+
fill="currentColor"
|
|
851
|
+
aria-hidden="true"
|
|
852
|
+
role="img"
|
|
853
|
+
width="1em"
|
|
854
|
+
height="1em"
|
|
855
|
+
>
|
|
856
|
+
<path
|
|
857
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
858
|
+
/>
|
|
859
|
+
</svg>
|
|
584
860
|
</span>
|
|
585
861
|
</button>
|
|
586
862
|
</div>
|
|
@@ -592,7 +868,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
592
868
|
aria-label="Go to last page"
|
|
593
869
|
>
|
|
594
870
|
<span class="pf-v6-c-button__icon">
|
|
595
|
-
<
|
|
871
|
+
<svg
|
|
872
|
+
class="pf-v6-svg"
|
|
873
|
+
viewBox="0 0 448 512"
|
|
874
|
+
fill="currentColor"
|
|
875
|
+
aria-hidden="true"
|
|
876
|
+
role="img"
|
|
877
|
+
width="1em"
|
|
878
|
+
height="1em"
|
|
879
|
+
>
|
|
880
|
+
<path
|
|
881
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
882
|
+
/>
|
|
883
|
+
</svg>
|
|
596
884
|
</span>
|
|
597
885
|
</button>
|
|
598
886
|
</div>
|
|
@@ -641,7 +929,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
641
929
|
aria-label="Go to first page"
|
|
642
930
|
>
|
|
643
931
|
<span class="pf-v6-c-button__icon">
|
|
644
|
-
<
|
|
932
|
+
<svg
|
|
933
|
+
class="pf-v6-svg"
|
|
934
|
+
viewBox="0 0 448 512"
|
|
935
|
+
fill="currentColor"
|
|
936
|
+
aria-hidden="true"
|
|
937
|
+
role="img"
|
|
938
|
+
width="1em"
|
|
939
|
+
height="1em"
|
|
940
|
+
>
|
|
941
|
+
<path
|
|
942
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
943
|
+
/>
|
|
944
|
+
</svg>
|
|
645
945
|
</span>
|
|
646
946
|
</button>
|
|
647
947
|
</div>
|
|
@@ -653,7 +953,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
653
953
|
aria-label="Go to previous page"
|
|
654
954
|
>
|
|
655
955
|
<span class="pf-v6-c-button__icon">
|
|
656
|
-
<
|
|
956
|
+
<svg
|
|
957
|
+
class="pf-v6-svg"
|
|
958
|
+
viewBox="0 0 256 512"
|
|
959
|
+
fill="currentColor"
|
|
960
|
+
aria-hidden="true"
|
|
961
|
+
role="img"
|
|
962
|
+
width="1em"
|
|
963
|
+
height="1em"
|
|
964
|
+
>
|
|
965
|
+
<path
|
|
966
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
967
|
+
/>
|
|
968
|
+
</svg>
|
|
657
969
|
</span>
|
|
658
970
|
</button>
|
|
659
971
|
</div>
|
|
@@ -678,7 +990,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
678
990
|
aria-label="Go to next page"
|
|
679
991
|
>
|
|
680
992
|
<span class="pf-v6-c-button__icon">
|
|
681
|
-
<
|
|
993
|
+
<svg
|
|
994
|
+
class="pf-v6-svg"
|
|
995
|
+
viewBox="0 0 256 512"
|
|
996
|
+
fill="currentColor"
|
|
997
|
+
aria-hidden="true"
|
|
998
|
+
role="img"
|
|
999
|
+
width="1em"
|
|
1000
|
+
height="1em"
|
|
1001
|
+
>
|
|
1002
|
+
<path
|
|
1003
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1004
|
+
/>
|
|
1005
|
+
</svg>
|
|
682
1006
|
</span>
|
|
683
1007
|
</button>
|
|
684
1008
|
</div>
|
|
@@ -690,7 +1014,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
690
1014
|
aria-label="Go to last page"
|
|
691
1015
|
>
|
|
692
1016
|
<span class="pf-v6-c-button__icon">
|
|
693
|
-
<
|
|
1017
|
+
<svg
|
|
1018
|
+
class="pf-v6-svg"
|
|
1019
|
+
viewBox="0 0 448 512"
|
|
1020
|
+
fill="currentColor"
|
|
1021
|
+
aria-hidden="true"
|
|
1022
|
+
role="img"
|
|
1023
|
+
width="1em"
|
|
1024
|
+
height="1em"
|
|
1025
|
+
>
|
|
1026
|
+
<path
|
|
1027
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
1028
|
+
/>
|
|
1029
|
+
</svg>
|
|
694
1030
|
</span>
|
|
695
1031
|
</button>
|
|
696
1032
|
</div>
|
|
@@ -738,7 +1074,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
738
1074
|
aria-label="Go to previous page"
|
|
739
1075
|
>
|
|
740
1076
|
<span class="pf-v6-c-button__icon">
|
|
741
|
-
<
|
|
1077
|
+
<svg
|
|
1078
|
+
class="pf-v6-svg"
|
|
1079
|
+
viewBox="0 0 256 512"
|
|
1080
|
+
fill="currentColor"
|
|
1081
|
+
aria-hidden="true"
|
|
1082
|
+
role="img"
|
|
1083
|
+
width="1em"
|
|
1084
|
+
height="1em"
|
|
1085
|
+
>
|
|
1086
|
+
<path
|
|
1087
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
1088
|
+
/>
|
|
1089
|
+
</svg>
|
|
742
1090
|
</span>
|
|
743
1091
|
</button>
|
|
744
1092
|
</div>
|
|
@@ -749,7 +1097,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
749
1097
|
aria-label="Go to next page"
|
|
750
1098
|
>
|
|
751
1099
|
<span class="pf-v6-c-button__icon">
|
|
752
|
-
<
|
|
1100
|
+
<svg
|
|
1101
|
+
class="pf-v6-svg"
|
|
1102
|
+
viewBox="0 0 256 512"
|
|
1103
|
+
fill="currentColor"
|
|
1104
|
+
aria-hidden="true"
|
|
1105
|
+
role="img"
|
|
1106
|
+
width="1em"
|
|
1107
|
+
height="1em"
|
|
1108
|
+
>
|
|
1109
|
+
<path
|
|
1110
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1111
|
+
/>
|
|
1112
|
+
</svg>
|
|
753
1113
|
</span>
|
|
754
1114
|
</button>
|
|
755
1115
|
</div>
|
|
@@ -797,7 +1157,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
797
1157
|
aria-label="Go to first page"
|
|
798
1158
|
>
|
|
799
1159
|
<span class="pf-v6-c-button__icon">
|
|
800
|
-
<
|
|
1160
|
+
<svg
|
|
1161
|
+
class="pf-v6-svg"
|
|
1162
|
+
viewBox="0 0 448 512"
|
|
1163
|
+
fill="currentColor"
|
|
1164
|
+
aria-hidden="true"
|
|
1165
|
+
role="img"
|
|
1166
|
+
width="1em"
|
|
1167
|
+
height="1em"
|
|
1168
|
+
>
|
|
1169
|
+
<path
|
|
1170
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
1171
|
+
/>
|
|
1172
|
+
</svg>
|
|
801
1173
|
</span>
|
|
802
1174
|
</button>
|
|
803
1175
|
</div>
|
|
@@ -809,7 +1181,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
809
1181
|
aria-label="Go to previous page"
|
|
810
1182
|
>
|
|
811
1183
|
<span class="pf-v6-c-button__icon">
|
|
812
|
-
<
|
|
1184
|
+
<svg
|
|
1185
|
+
class="pf-v6-svg"
|
|
1186
|
+
viewBox="0 0 256 512"
|
|
1187
|
+
fill="currentColor"
|
|
1188
|
+
aria-hidden="true"
|
|
1189
|
+
role="img"
|
|
1190
|
+
width="1em"
|
|
1191
|
+
height="1em"
|
|
1192
|
+
>
|
|
1193
|
+
<path
|
|
1194
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
1195
|
+
/>
|
|
1196
|
+
</svg>
|
|
813
1197
|
</span>
|
|
814
1198
|
</button>
|
|
815
1199
|
</div>
|
|
@@ -832,7 +1216,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
832
1216
|
aria-label="Go to next page"
|
|
833
1217
|
>
|
|
834
1218
|
<span class="pf-v6-c-button__icon">
|
|
835
|
-
<
|
|
1219
|
+
<svg
|
|
1220
|
+
class="pf-v6-svg"
|
|
1221
|
+
viewBox="0 0 256 512"
|
|
1222
|
+
fill="currentColor"
|
|
1223
|
+
aria-hidden="true"
|
|
1224
|
+
role="img"
|
|
1225
|
+
width="1em"
|
|
1226
|
+
height="1em"
|
|
1227
|
+
>
|
|
1228
|
+
<path
|
|
1229
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1230
|
+
/>
|
|
1231
|
+
</svg>
|
|
836
1232
|
</span>
|
|
837
1233
|
</button>
|
|
838
1234
|
</div>
|
|
@@ -844,7 +1240,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
844
1240
|
aria-label="Go to last page"
|
|
845
1241
|
>
|
|
846
1242
|
<span class="pf-v6-c-button__icon">
|
|
847
|
-
<
|
|
1243
|
+
<svg
|
|
1244
|
+
class="pf-v6-svg"
|
|
1245
|
+
viewBox="0 0 448 512"
|
|
1246
|
+
fill="currentColor"
|
|
1247
|
+
aria-hidden="true"
|
|
1248
|
+
role="img"
|
|
1249
|
+
width="1em"
|
|
1250
|
+
height="1em"
|
|
1251
|
+
>
|
|
1252
|
+
<path
|
|
1253
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
1254
|
+
/>
|
|
1255
|
+
</svg>
|
|
848
1256
|
</span>
|
|
849
1257
|
</button>
|
|
850
1258
|
</div>
|
|
@@ -892,7 +1300,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
892
1300
|
aria-label="Go to first page"
|
|
893
1301
|
>
|
|
894
1302
|
<span class="pf-v6-c-button__icon">
|
|
895
|
-
<
|
|
1303
|
+
<svg
|
|
1304
|
+
class="pf-v6-svg"
|
|
1305
|
+
viewBox="0 0 448 512"
|
|
1306
|
+
fill="currentColor"
|
|
1307
|
+
aria-hidden="true"
|
|
1308
|
+
role="img"
|
|
1309
|
+
width="1em"
|
|
1310
|
+
height="1em"
|
|
1311
|
+
>
|
|
1312
|
+
<path
|
|
1313
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
1314
|
+
/>
|
|
1315
|
+
</svg>
|
|
896
1316
|
</span>
|
|
897
1317
|
</button>
|
|
898
1318
|
</div>
|
|
@@ -904,7 +1324,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
904
1324
|
aria-label="Go to previous page"
|
|
905
1325
|
>
|
|
906
1326
|
<span class="pf-v6-c-button__icon">
|
|
907
|
-
<
|
|
1327
|
+
<svg
|
|
1328
|
+
class="pf-v6-svg"
|
|
1329
|
+
viewBox="0 0 256 512"
|
|
1330
|
+
fill="currentColor"
|
|
1331
|
+
aria-hidden="true"
|
|
1332
|
+
role="img"
|
|
1333
|
+
width="1em"
|
|
1334
|
+
height="1em"
|
|
1335
|
+
>
|
|
1336
|
+
<path
|
|
1337
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
1338
|
+
/>
|
|
1339
|
+
</svg>
|
|
908
1340
|
</span>
|
|
909
1341
|
</button>
|
|
910
1342
|
</div>
|
|
@@ -927,7 +1359,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
927
1359
|
aria-label="Go to next page"
|
|
928
1360
|
>
|
|
929
1361
|
<span class="pf-v6-c-button__icon">
|
|
930
|
-
<
|
|
1362
|
+
<svg
|
|
1363
|
+
class="pf-v6-svg"
|
|
1364
|
+
viewBox="0 0 256 512"
|
|
1365
|
+
fill="currentColor"
|
|
1366
|
+
aria-hidden="true"
|
|
1367
|
+
role="img"
|
|
1368
|
+
width="1em"
|
|
1369
|
+
height="1em"
|
|
1370
|
+
>
|
|
1371
|
+
<path
|
|
1372
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1373
|
+
/>
|
|
1374
|
+
</svg>
|
|
931
1375
|
</span>
|
|
932
1376
|
</button>
|
|
933
1377
|
</div>
|
|
@@ -939,7 +1383,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
939
1383
|
aria-label="Go to last page"
|
|
940
1384
|
>
|
|
941
1385
|
<span class="pf-v6-c-button__icon">
|
|
942
|
-
<
|
|
1386
|
+
<svg
|
|
1387
|
+
class="pf-v6-svg"
|
|
1388
|
+
viewBox="0 0 448 512"
|
|
1389
|
+
fill="currentColor"
|
|
1390
|
+
aria-hidden="true"
|
|
1391
|
+
role="img"
|
|
1392
|
+
width="1em"
|
|
1393
|
+
height="1em"
|
|
1394
|
+
>
|
|
1395
|
+
<path
|
|
1396
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
1397
|
+
/>
|
|
1398
|
+
</svg>
|
|
943
1399
|
</span>
|
|
944
1400
|
</button>
|
|
945
1401
|
</div>
|
|
@@ -989,7 +1445,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
989
1445
|
aria-label="Go to first page"
|
|
990
1446
|
>
|
|
991
1447
|
<span class="pf-v6-c-button__icon">
|
|
992
|
-
<
|
|
1448
|
+
<svg
|
|
1449
|
+
class="pf-v6-svg"
|
|
1450
|
+
viewBox="0 0 448 512"
|
|
1451
|
+
fill="currentColor"
|
|
1452
|
+
aria-hidden="true"
|
|
1453
|
+
role="img"
|
|
1454
|
+
width="1em"
|
|
1455
|
+
height="1em"
|
|
1456
|
+
>
|
|
1457
|
+
<path
|
|
1458
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
1459
|
+
/>
|
|
1460
|
+
</svg>
|
|
993
1461
|
</span>
|
|
994
1462
|
</button>
|
|
995
1463
|
</div>
|
|
@@ -1001,7 +1469,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1001
1469
|
aria-label="Go to previous page"
|
|
1002
1470
|
>
|
|
1003
1471
|
<span class="pf-v6-c-button__icon">
|
|
1004
|
-
<
|
|
1472
|
+
<svg
|
|
1473
|
+
class="pf-v6-svg"
|
|
1474
|
+
viewBox="0 0 256 512"
|
|
1475
|
+
fill="currentColor"
|
|
1476
|
+
aria-hidden="true"
|
|
1477
|
+
role="img"
|
|
1478
|
+
width="1em"
|
|
1479
|
+
height="1em"
|
|
1480
|
+
>
|
|
1481
|
+
<path
|
|
1482
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
1483
|
+
/>
|
|
1484
|
+
</svg>
|
|
1005
1485
|
</span>
|
|
1006
1486
|
</button>
|
|
1007
1487
|
</div>
|
|
@@ -1024,7 +1504,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1024
1504
|
aria-label="Go to next page"
|
|
1025
1505
|
>
|
|
1026
1506
|
<span class="pf-v6-c-button__icon">
|
|
1027
|
-
<
|
|
1507
|
+
<svg
|
|
1508
|
+
class="pf-v6-svg"
|
|
1509
|
+
viewBox="0 0 256 512"
|
|
1510
|
+
fill="currentColor"
|
|
1511
|
+
aria-hidden="true"
|
|
1512
|
+
role="img"
|
|
1513
|
+
width="1em"
|
|
1514
|
+
height="1em"
|
|
1515
|
+
>
|
|
1516
|
+
<path
|
|
1517
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1518
|
+
/>
|
|
1519
|
+
</svg>
|
|
1028
1520
|
</span>
|
|
1029
1521
|
</button>
|
|
1030
1522
|
</div>
|
|
@@ -1036,7 +1528,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1036
1528
|
aria-label="Go to last page"
|
|
1037
1529
|
>
|
|
1038
1530
|
<span class="pf-v6-c-button__icon">
|
|
1039
|
-
<
|
|
1531
|
+
<svg
|
|
1532
|
+
class="pf-v6-svg"
|
|
1533
|
+
viewBox="0 0 448 512"
|
|
1534
|
+
fill="currentColor"
|
|
1535
|
+
aria-hidden="true"
|
|
1536
|
+
role="img"
|
|
1537
|
+
width="1em"
|
|
1538
|
+
height="1em"
|
|
1539
|
+
>
|
|
1540
|
+
<path
|
|
1541
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
1542
|
+
/>
|
|
1543
|
+
</svg>
|
|
1040
1544
|
</span>
|
|
1041
1545
|
</button>
|
|
1042
1546
|
</div>
|
|
@@ -1084,7 +1588,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1084
1588
|
aria-label="Go to previous page"
|
|
1085
1589
|
>
|
|
1086
1590
|
<span class="pf-v6-c-button__icon">
|
|
1087
|
-
<
|
|
1591
|
+
<svg
|
|
1592
|
+
class="pf-v6-svg"
|
|
1593
|
+
viewBox="0 0 256 512"
|
|
1594
|
+
fill="currentColor"
|
|
1595
|
+
aria-hidden="true"
|
|
1596
|
+
role="img"
|
|
1597
|
+
width="1em"
|
|
1598
|
+
height="1em"
|
|
1599
|
+
>
|
|
1600
|
+
<path
|
|
1601
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
1602
|
+
/>
|
|
1603
|
+
</svg>
|
|
1088
1604
|
</span>
|
|
1089
1605
|
</button>
|
|
1090
1606
|
</div>
|
|
@@ -1095,7 +1611,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1095
1611
|
aria-label="Go to next page"
|
|
1096
1612
|
>
|
|
1097
1613
|
<span class="pf-v6-c-button__icon">
|
|
1098
|
-
<
|
|
1614
|
+
<svg
|
|
1615
|
+
class="pf-v6-svg"
|
|
1616
|
+
viewBox="0 0 256 512"
|
|
1617
|
+
fill="currentColor"
|
|
1618
|
+
aria-hidden="true"
|
|
1619
|
+
role="img"
|
|
1620
|
+
width="1em"
|
|
1621
|
+
height="1em"
|
|
1622
|
+
>
|
|
1623
|
+
<path
|
|
1624
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1625
|
+
/>
|
|
1626
|
+
</svg>
|
|
1099
1627
|
</span>
|
|
1100
1628
|
</button>
|
|
1101
1629
|
</div>
|
|
@@ -1145,7 +1673,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1145
1673
|
aria-label="Go to first page"
|
|
1146
1674
|
>
|
|
1147
1675
|
<span class="pf-v6-c-button__icon">
|
|
1148
|
-
<
|
|
1676
|
+
<svg
|
|
1677
|
+
class="pf-v6-svg"
|
|
1678
|
+
viewBox="0 0 448 512"
|
|
1679
|
+
fill="currentColor"
|
|
1680
|
+
aria-hidden="true"
|
|
1681
|
+
role="img"
|
|
1682
|
+
width="1em"
|
|
1683
|
+
height="1em"
|
|
1684
|
+
>
|
|
1685
|
+
<path
|
|
1686
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
1687
|
+
/>
|
|
1688
|
+
</svg>
|
|
1149
1689
|
</span>
|
|
1150
1690
|
</button>
|
|
1151
1691
|
</div>
|
|
@@ -1157,7 +1697,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1157
1697
|
aria-label="Go to previous page"
|
|
1158
1698
|
>
|
|
1159
1699
|
<span class="pf-v6-c-button__icon">
|
|
1160
|
-
<
|
|
1700
|
+
<svg
|
|
1701
|
+
class="pf-v6-svg"
|
|
1702
|
+
viewBox="0 0 256 512"
|
|
1703
|
+
fill="currentColor"
|
|
1704
|
+
aria-hidden="true"
|
|
1705
|
+
role="img"
|
|
1706
|
+
width="1em"
|
|
1707
|
+
height="1em"
|
|
1708
|
+
>
|
|
1709
|
+
<path
|
|
1710
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
1711
|
+
/>
|
|
1712
|
+
</svg>
|
|
1161
1713
|
</span>
|
|
1162
1714
|
</button>
|
|
1163
1715
|
</div>
|
|
@@ -1180,7 +1732,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1180
1732
|
aria-label="Go to next page"
|
|
1181
1733
|
>
|
|
1182
1734
|
<span class="pf-v6-c-button__icon">
|
|
1183
|
-
<
|
|
1735
|
+
<svg
|
|
1736
|
+
class="pf-v6-svg"
|
|
1737
|
+
viewBox="0 0 256 512"
|
|
1738
|
+
fill="currentColor"
|
|
1739
|
+
aria-hidden="true"
|
|
1740
|
+
role="img"
|
|
1741
|
+
width="1em"
|
|
1742
|
+
height="1em"
|
|
1743
|
+
>
|
|
1744
|
+
<path
|
|
1745
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1746
|
+
/>
|
|
1747
|
+
</svg>
|
|
1184
1748
|
</span>
|
|
1185
1749
|
</button>
|
|
1186
1750
|
</div>
|
|
@@ -1192,7 +1756,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1192
1756
|
aria-label="Go to last page"
|
|
1193
1757
|
>
|
|
1194
1758
|
<span class="pf-v6-c-button__icon">
|
|
1195
|
-
<
|
|
1759
|
+
<svg
|
|
1760
|
+
class="pf-v6-svg"
|
|
1761
|
+
viewBox="0 0 448 512"
|
|
1762
|
+
fill="currentColor"
|
|
1763
|
+
aria-hidden="true"
|
|
1764
|
+
role="img"
|
|
1765
|
+
width="1em"
|
|
1766
|
+
height="1em"
|
|
1767
|
+
>
|
|
1768
|
+
<path
|
|
1769
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
1770
|
+
/>
|
|
1771
|
+
</svg>
|
|
1196
1772
|
</span>
|
|
1197
1773
|
</button>
|
|
1198
1774
|
</div>
|