@@ -35,12 +35,14 @@ exports[`CDataTable renders correctly 1`] = `
35
35
<svg
36
36
class = " text-danger mb-2 c-icon c-icon-custom-size"
37
37
role = " img"
38
- viewBox = " 0 0 24 24 "
38
+ viewBox = " 0 0 512 512 "
39
39
width = " 30"
40
40
xmlns = " http://www.w3.org/2000/svg"
41
41
>
42
42
<path
43
- d = " M19.955 4.045c-2.036-2.036-4.848-3.295-7.955-3.295-6.213 0-11.25 5.037-11.25 11.25 0 3.107 1.259 5.919 3.295 7.955v0c2.036 2.036 4.848 3.295 7.955 3.295 6.213 0 11.25-5.037 11.25-11.25 0-3.107-1.259-5.919-3.295-7.955v0zM12 2.25c0.003 0 0.006 0 0.009 0 2.431 0 4.653 0.894 6.356 2.37l-0.012-0.010-13.743 13.743c-1.466-1.691-2.36-3.913-2.36-6.344 0-0.003 0-0.006 0-0.009v0c0-5.376 4.374-9.75 9.75-9.75zM12 21.75c-0.002 0-0.005 0-0.008 0-2.419 0-4.632-0.885-6.332-2.349l0.013 0.011 13.739-13.739c1.453 1.687 2.338 3.9 2.338 6.319 0 0.003 0 0.006 0 0.009v-0c0 5.376-4.374 9.75-9.75 9.75z"
43
+ class = " ci-primary"
44
+ d = " M425.706,86.294A240,240,0,0,0,86.294,425.705,240,240,0,0,0,425.706,86.294ZM256,48A207.1,207.1,0,0,1,391.528,98.345L98.345,391.528A207.1,207.1,0,0,1,48,256C48,141.309,141.309,48,256,48Zm0,416a207.084,207.084,0,0,1-134.986-49.887l293.1-293.1A207.084,207.084,0,0,1,464,256C464,370.691,370.691,464,256,464Z"
45
+ fill = " var(--ci-primary-color, currentColor)"
44
46
/>
45
47
</svg >
46
48
</h2 >
@@ -136,6 +138,24 @@ exports[`CDataTable renders correctly 2`] = `
136
138
137
139
</option >
138
140
</select >
141
+
142
+ <svg
143
+ class = " c-icon ml-2 text-danger"
144
+ role = " img"
145
+ viewBox = " 0 0 512 512"
146
+ xmlns = " http://www.w3.org/2000/svg"
147
+ >
148
+ <polygon
149
+ class = " ci-primary"
150
+ fill = " var(--ci-primary-color, currentColor)"
151
+ points = " 40 16 40 53.828 109.024 136 150.815 136 76.896 48 459.51 48 304 242.388 304 401.373 241.373 464 240 464 240 368 208 368 208 496 254.627 496 336 414.627 336 253.612 496 53.612 496 16 40 16"
152
+ />
153
+ <polygon
154
+ class = " ci-primary"
155
+ fill = " var(--ci-primary-color, currentColor)"
156
+ points = " 166.403 248.225 226.864 187.763 204.237 165.135 143.775 225.597 83.313 165.135 60.687 187.763 121.148 248.225 60.687 308.687 83.313 331.314 143.775 270.852 204.237 331.314 226.864 308.687 166.403 248.225"
157
+ />
158
+ </svg >
139
159
</div >
140
160
</div >
141
161
</div >
@@ -160,12 +180,14 @@ exports[`CDataTable renders correctly 2`] = `
160
180
<svg
161
181
class = " c-icon c-icon-custom-size icon-transition position-absolute arrow-position rotate-icon"
162
182
role = " img"
163
- viewBox = " 0 0 24 24 "
183
+ viewBox = " 0 0 512 512 "
164
184
width = " 18"
165
185
xmlns = " http://www.w3.org/2000/svg"
166
186
>
167
- <path
168
- d = " M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"
187
+ <polygon
188
+ class = " ci-primary"
189
+ fill = " var(--ci-primary-color, currentColor)"
190
+ points = " 390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625"
169
191
/>
170
192
</svg >
171
193
</th >
@@ -180,12 +202,14 @@ exports[`CDataTable renders correctly 2`] = `
180
202
<svg
181
203
class = " c-icon c-icon-custom-size icon-transition position-absolute arrow-position transparent"
182
204
role = " img"
183
- viewBox = " 0 0 24 24 "
205
+ viewBox = " 0 0 512 512 "
184
206
width = " 18"
185
207
xmlns = " http://www.w3.org/2000/svg"
186
208
>
187
- <path
188
- d = " M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"
209
+ <polygon
210
+ class = " ci-primary"
211
+ fill = " var(--ci-primary-color, currentColor)"
212
+ points = " 390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625"
189
213
/>
190
214
</svg >
191
215
</th >
@@ -200,12 +224,14 @@ exports[`CDataTable renders correctly 2`] = `
200
224
<svg
201
225
class = " c-icon c-icon-custom-size icon-transition position-absolute arrow-position transparent"
202
226
role = " img"
203
- viewBox = " 0 0 24 24 "
227
+ viewBox = " 0 0 512 512 "
204
228
width = " 18"
205
229
xmlns = " http://www.w3.org/2000/svg"
206
230
>
207
- <path
208
- d = " M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"
231
+ <polygon
232
+ class = " ci-primary"
233
+ fill = " var(--ci-primary-color, currentColor)"
234
+ points = " 390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625"
209
235
/>
210
236
</svg >
211
237
</th >
@@ -220,12 +246,14 @@ exports[`CDataTable renders correctly 2`] = `
220
246
<svg
221
247
class = " c-icon c-icon-custom-size icon-transition position-absolute arrow-position transparent"
222
248
role = " img"
223
- viewBox = " 0 0 24 24 "
249
+ viewBox = " 0 0 512 512 "
224
250
width = " 18"
225
251
xmlns = " http://www.w3.org/2000/svg"
226
252
>
227
- <path
228
- d = " M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"
253
+ <polygon
254
+ class = " ci-primary"
255
+ fill = " var(--ci-primary-color, currentColor)"
256
+ points = " 390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625"
229
257
/>
230
258
</svg >
231
259
</th >
@@ -508,12 +536,14 @@ exports[`CDataTable renders correctly 2`] = `
508
536
<svg
509
537
class = " c-icon c-icon-custom-size icon-transition position-absolute arrow-position rotate-icon"
510
538
role = " img"
511
- viewBox = " 0 0 24 24 "
539
+ viewBox = " 0 0 512 512 "
512
540
width = " 18"
513
541
xmlns = " http://www.w3.org/2000/svg"
514
542
>
515
- <path
516
- d = " M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"
543
+ <polygon
544
+ class = " ci-primary"
545
+ fill = " var(--ci-primary-color, currentColor)"
546
+ points = " 390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625"
517
547
/>
518
548
</svg >
519
549
</th >
@@ -528,12 +558,14 @@ exports[`CDataTable renders correctly 2`] = `
528
558
<svg
529
559
class = " c-icon c-icon-custom-size icon-transition position-absolute arrow-position transparent"
530
560
role = " img"
531
- viewBox = " 0 0 24 24 "
561
+ viewBox = " 0 0 512 512 "
532
562
width = " 18"
533
563
xmlns = " http://www.w3.org/2000/svg"
534
564
>
535
- <path
536
- d = " M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"
565
+ <polygon
566
+ class = " ci-primary"
567
+ fill = " var(--ci-primary-color, currentColor)"
568
+ points = " 390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625"
537
569
/>
538
570
</svg >
539
571
</th >
@@ -548,12 +580,14 @@ exports[`CDataTable renders correctly 2`] = `
548
580
<svg
549
581
class = " c-icon c-icon-custom-size icon-transition position-absolute arrow-position transparent"
550
582
role = " img"
551
- viewBox = " 0 0 24 24 "
583
+ viewBox = " 0 0 512 512 "
552
584
width = " 18"
553
585
xmlns = " http://www.w3.org/2000/svg"
554
586
>
555
- <path
556
- d = " M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"
587
+ <polygon
588
+ class = " ci-primary"
589
+ fill = " var(--ci-primary-color, currentColor)"
590
+ points = " 390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625"
557
591
/>
558
592
</svg >
559
593
</th >
@@ -568,12 +602,14 @@ exports[`CDataTable renders correctly 2`] = `
568
602
<svg
569
603
class = " c-icon c-icon-custom-size icon-transition position-absolute arrow-position transparent"
570
604
role = " img"
571
- viewBox = " 0 0 24 24 "
605
+ viewBox = " 0 0 512 512 "
572
606
width = " 18"
573
607
xmlns = " http://www.w3.org/2000/svg"
574
608
>
575
- <path
576
- d = " M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"
609
+ <polygon
610
+ class = " ci-primary"
611
+ fill = " var(--ci-primary-color, currentColor)"
612
+ points = " 390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625"
577
613
/>
578
614
</svg >
579
615
</th >
0 commit comments