lucide-solid 0.200.0 → 0.201.0
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/dist/cjs/lucide-solid.js +367 -183
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +344 -184
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/aliases.js +24 -0
- package/dist/source/icons/arrow-down-from-line.jsx +8 -0
- package/dist/source/icons/arrow-down-to-line.jsx +8 -0
- package/dist/source/icons/arrow-left-from-line.jsx +8 -0
- package/dist/source/icons/arrow-left-to-line.jsx +8 -0
- package/dist/source/icons/arrow-right-from-line.jsx +8 -0
- package/dist/source/icons/arrow-right-to-line.jsx +8 -0
- package/dist/source/icons/arrow-up-from-line.jsx +8 -0
- package/dist/source/icons/arrow-up-to-line.jsx +8 -0
- package/dist/source/icons/index.js +8 -0
- package/dist/source/lucide-solid.js +1 -1
- package/dist/types/aliases.d.ts +16 -0
- package/dist/types/icons/arrow-down-from-line.d.ts +3 -0
- package/dist/types/icons/arrow-down-to-line.d.ts +3 -0
- package/dist/types/icons/arrow-left-from-line.d.ts +3 -0
- package/dist/types/icons/arrow-left-to-line.d.ts +3 -0
- package/dist/types/icons/arrow-right-from-line.d.ts +3 -0
- package/dist/types/icons/arrow-right-to-line.d.ts +3 -0
- package/dist/types/icons/arrow-up-from-line.d.ts +3 -0
- package/dist/types/icons/arrow-up-to-line.d.ts +3 -0
- package/dist/types/icons/index.d.ts +8 -0
- package/dist/types/lucide-solid.d.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-solid.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-solid v0.
|
|
2
|
+
* lucide-solid v0.201.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -70,7 +70,7 @@ const Icon = props => {
|
|
|
70
70
|
};
|
|
71
71
|
var Icon$1 = Icon;
|
|
72
72
|
|
|
73
|
-
const iconNode$
|
|
73
|
+
const iconNode$gy = [['circle', {
|
|
74
74
|
cx: '16',
|
|
75
75
|
cy: '4',
|
|
76
76
|
r: '1',
|
|
@@ -90,21 +90,21 @@ const iconNode$gq = [['circle', {
|
|
|
90
90
|
}]];
|
|
91
91
|
const Accessibility = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
92
92
|
name: "Accessibility",
|
|
93
|
-
iconNode: iconNode$
|
|
93
|
+
iconNode: iconNode$gy
|
|
94
94
|
}));
|
|
95
95
|
var Accessibility$1 = Accessibility;
|
|
96
96
|
|
|
97
|
-
const iconNode$
|
|
97
|
+
const iconNode$gx = [['polyline', {
|
|
98
98
|
points: '22 12 18 12 15 21 9 3 6 12 2 12',
|
|
99
99
|
key: 'xez52g'
|
|
100
100
|
}]];
|
|
101
101
|
const Activity = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
102
102
|
name: "Activity",
|
|
103
|
-
iconNode: iconNode$
|
|
103
|
+
iconNode: iconNode$gx
|
|
104
104
|
}));
|
|
105
105
|
var Activity$1 = Activity;
|
|
106
106
|
|
|
107
|
-
const iconNode$
|
|
107
|
+
const iconNode$gw = [['path', {
|
|
108
108
|
d: 'M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2',
|
|
109
109
|
key: 'larmp2'
|
|
110
110
|
}], ['path', {
|
|
@@ -119,11 +119,11 @@ const iconNode$go = [['path', {
|
|
|
119
119
|
}]];
|
|
120
120
|
const AirVent = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
121
121
|
name: "AirVent",
|
|
122
|
-
iconNode: iconNode$
|
|
122
|
+
iconNode: iconNode$gw
|
|
123
123
|
}));
|
|
124
124
|
var AirVent$1 = AirVent;
|
|
125
125
|
|
|
126
|
-
const iconNode$
|
|
126
|
+
const iconNode$gv = [['path', {
|
|
127
127
|
d: 'M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1',
|
|
128
128
|
key: 'ns4c3b'
|
|
129
129
|
}], ['polygon', {
|
|
@@ -132,11 +132,11 @@ const iconNode$gn = [['path', {
|
|
|
132
132
|
}]];
|
|
133
133
|
const Airplay = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
134
134
|
name: "Airplay",
|
|
135
|
-
iconNode: iconNode$
|
|
135
|
+
iconNode: iconNode$gv
|
|
136
136
|
}));
|
|
137
137
|
var Airplay$1 = Airplay;
|
|
138
138
|
|
|
139
|
-
const iconNode$
|
|
139
|
+
const iconNode$gu = [['circle', {
|
|
140
140
|
cx: '12',
|
|
141
141
|
cy: '13',
|
|
142
142
|
r: '8',
|
|
@@ -159,11 +159,11 @@ const iconNode$gm = [['circle', {
|
|
|
159
159
|
}]];
|
|
160
160
|
const AlarmCheck = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
161
161
|
name: "AlarmCheck",
|
|
162
|
-
iconNode: iconNode$
|
|
162
|
+
iconNode: iconNode$gu
|
|
163
163
|
}));
|
|
164
164
|
var AlarmCheck$1 = AlarmCheck;
|
|
165
165
|
|
|
166
|
-
const iconNode$
|
|
166
|
+
const iconNode$gt = [['path', {
|
|
167
167
|
d: 'M6.87 6.87a8 8 0 1 0 11.26 11.26',
|
|
168
168
|
key: '3on8tj'
|
|
169
169
|
}], ['path', {
|
|
@@ -184,11 +184,11 @@ const iconNode$gl = [['path', {
|
|
|
184
184
|
}]];
|
|
185
185
|
const AlarmClockOff = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
186
186
|
name: "AlarmClockOff",
|
|
187
|
-
iconNode: iconNode$
|
|
187
|
+
iconNode: iconNode$gt
|
|
188
188
|
}));
|
|
189
189
|
var AlarmClockOff$1 = AlarmClockOff;
|
|
190
190
|
|
|
191
|
-
const iconNode$
|
|
191
|
+
const iconNode$gs = [['circle', {
|
|
192
192
|
cx: '12',
|
|
193
193
|
cy: '13',
|
|
194
194
|
r: '8',
|
|
@@ -211,11 +211,11 @@ const iconNode$gk = [['circle', {
|
|
|
211
211
|
}]];
|
|
212
212
|
const AlarmClock = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
213
213
|
name: "AlarmClock",
|
|
214
|
-
iconNode: iconNode$
|
|
214
|
+
iconNode: iconNode$gs
|
|
215
215
|
}));
|
|
216
216
|
var AlarmClock$1 = AlarmClock;
|
|
217
217
|
|
|
218
|
-
const iconNode$
|
|
218
|
+
const iconNode$gr = [['circle', {
|
|
219
219
|
cx: '12',
|
|
220
220
|
cy: '13',
|
|
221
221
|
r: '8',
|
|
@@ -238,11 +238,11 @@ const iconNode$gj = [['circle', {
|
|
|
238
238
|
}]];
|
|
239
239
|
const AlarmMinus = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
240
240
|
name: "AlarmMinus",
|
|
241
|
-
iconNode: iconNode$
|
|
241
|
+
iconNode: iconNode$gr
|
|
242
242
|
}));
|
|
243
243
|
var AlarmMinus$1 = AlarmMinus;
|
|
244
244
|
|
|
245
|
-
const iconNode$
|
|
245
|
+
const iconNode$gq = [['circle', {
|
|
246
246
|
cx: '12',
|
|
247
247
|
cy: '13',
|
|
248
248
|
r: '8',
|
|
@@ -268,11 +268,11 @@ const iconNode$gi = [['circle', {
|
|
|
268
268
|
}]];
|
|
269
269
|
const AlarmPlus = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
270
270
|
name: "AlarmPlus",
|
|
271
|
-
iconNode: iconNode$
|
|
271
|
+
iconNode: iconNode$gq
|
|
272
272
|
}));
|
|
273
273
|
var AlarmPlus$1 = AlarmPlus;
|
|
274
274
|
|
|
275
|
-
const iconNode$
|
|
275
|
+
const iconNode$gp = [['rect', {
|
|
276
276
|
width: '18',
|
|
277
277
|
height: '18',
|
|
278
278
|
x: '3',
|
|
@@ -286,11 +286,11 @@ const iconNode$gh = [['rect', {
|
|
|
286
286
|
}]];
|
|
287
287
|
const Album = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
288
288
|
name: "Album",
|
|
289
|
-
iconNode: iconNode$
|
|
289
|
+
iconNode: iconNode$gp
|
|
290
290
|
}));
|
|
291
291
|
var Album$1 = Album;
|
|
292
292
|
|
|
293
|
-
const iconNode$
|
|
293
|
+
const iconNode$go = [['circle', {
|
|
294
294
|
cx: '12',
|
|
295
295
|
cy: '12',
|
|
296
296
|
r: '10',
|
|
@@ -310,11 +310,11 @@ const iconNode$gg = [['circle', {
|
|
|
310
310
|
}]];
|
|
311
311
|
const AlertCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
312
312
|
name: "AlertCircle",
|
|
313
|
-
iconNode: iconNode$
|
|
313
|
+
iconNode: iconNode$go
|
|
314
314
|
}));
|
|
315
315
|
var AlertCircle$1 = AlertCircle;
|
|
316
316
|
|
|
317
|
-
const iconNode$
|
|
317
|
+
const iconNode$gn = [['polygon', {
|
|
318
318
|
points: '7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2',
|
|
319
319
|
key: 'h1p8hx'
|
|
320
320
|
}], ['line', {
|
|
@@ -332,11 +332,11 @@ const iconNode$gf = [['polygon', {
|
|
|
332
332
|
}]];
|
|
333
333
|
const AlertOctagon = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
334
334
|
name: "AlertOctagon",
|
|
335
|
-
iconNode: iconNode$
|
|
335
|
+
iconNode: iconNode$gn
|
|
336
336
|
}));
|
|
337
337
|
var AlertOctagon$1 = AlertOctagon;
|
|
338
338
|
|
|
339
|
-
const iconNode$
|
|
339
|
+
const iconNode$gm = [['path', {
|
|
340
340
|
d: 'm21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z',
|
|
341
341
|
key: 'c3ski4'
|
|
342
342
|
}], ['line', {
|
|
@@ -354,11 +354,11 @@ const iconNode$ge = [['path', {
|
|
|
354
354
|
}]];
|
|
355
355
|
const AlertTriangle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
356
356
|
name: "AlertTriangle",
|
|
357
|
-
iconNode: iconNode$
|
|
357
|
+
iconNode: iconNode$gm
|
|
358
358
|
}));
|
|
359
359
|
var AlertTriangle$1 = AlertTriangle;
|
|
360
360
|
|
|
361
|
-
const iconNode$
|
|
361
|
+
const iconNode$gl = [['path', {
|
|
362
362
|
d: 'M2 12h20',
|
|
363
363
|
key: '9i4pu4'
|
|
364
364
|
}], ['path', {
|
|
@@ -376,11 +376,11 @@ const iconNode$gd = [['path', {
|
|
|
376
376
|
}]];
|
|
377
377
|
const AlignCenterHorizontal = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
378
378
|
name: "AlignCenterHorizontal",
|
|
379
|
-
iconNode: iconNode$
|
|
379
|
+
iconNode: iconNode$gl
|
|
380
380
|
}));
|
|
381
381
|
var AlignCenterHorizontal$1 = AlignCenterHorizontal;
|
|
382
382
|
|
|
383
|
-
const iconNode$
|
|
383
|
+
const iconNode$gk = [['path', {
|
|
384
384
|
d: 'M12 2v20',
|
|
385
385
|
key: 't6zp3m'
|
|
386
386
|
}], ['path', {
|
|
@@ -398,11 +398,11 @@ const iconNode$gc = [['path', {
|
|
|
398
398
|
}]];
|
|
399
399
|
const AlignCenterVertical = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
400
400
|
name: "AlignCenterVertical",
|
|
401
|
-
iconNode: iconNode$
|
|
401
|
+
iconNode: iconNode$gk
|
|
402
402
|
}));
|
|
403
403
|
var AlignCenterVertical$1 = AlignCenterVertical;
|
|
404
404
|
|
|
405
|
-
const iconNode$
|
|
405
|
+
const iconNode$gj = [['line', {
|
|
406
406
|
x1: '21',
|
|
407
407
|
x2: '3',
|
|
408
408
|
y1: '6',
|
|
@@ -423,11 +423,11 @@ const iconNode$gb = [['line', {
|
|
|
423
423
|
}]];
|
|
424
424
|
const AlignCenter = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
425
425
|
name: "AlignCenter",
|
|
426
|
-
iconNode: iconNode$
|
|
426
|
+
iconNode: iconNode$gj
|
|
427
427
|
}));
|
|
428
428
|
var AlignCenter$1 = AlignCenter;
|
|
429
429
|
|
|
430
|
-
const iconNode$
|
|
430
|
+
const iconNode$gi = [['rect', {
|
|
431
431
|
width: '6',
|
|
432
432
|
height: '16',
|
|
433
433
|
x: '4',
|
|
@@ -447,11 +447,11 @@ const iconNode$ga = [['rect', {
|
|
|
447
447
|
}]];
|
|
448
448
|
const AlignEndHorizontal = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
449
449
|
name: "AlignEndHorizontal",
|
|
450
|
-
iconNode: iconNode$
|
|
450
|
+
iconNode: iconNode$gi
|
|
451
451
|
}));
|
|
452
452
|
var AlignEndHorizontal$1 = AlignEndHorizontal;
|
|
453
453
|
|
|
454
|
-
const iconNode$
|
|
454
|
+
const iconNode$gh = [['rect', {
|
|
455
455
|
width: '16',
|
|
456
456
|
height: '6',
|
|
457
457
|
x: '2',
|
|
@@ -471,11 +471,11 @@ const iconNode$g9 = [['rect', {
|
|
|
471
471
|
}]];
|
|
472
472
|
const AlignEndVertical = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
473
473
|
name: "AlignEndVertical",
|
|
474
|
-
iconNode: iconNode$
|
|
474
|
+
iconNode: iconNode$gh
|
|
475
475
|
}));
|
|
476
476
|
var AlignEndVertical$1 = AlignEndVertical;
|
|
477
477
|
|
|
478
|
-
const iconNode$
|
|
478
|
+
const iconNode$gg = [['rect', {
|
|
479
479
|
width: '6',
|
|
480
480
|
height: '14',
|
|
481
481
|
x: '4',
|
|
@@ -504,11 +504,11 @@ const iconNode$g8 = [['rect', {
|
|
|
504
504
|
}]];
|
|
505
505
|
const AlignHorizontalDistributeCenter = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
506
506
|
name: "AlignHorizontalDistributeCenter",
|
|
507
|
-
iconNode: iconNode$
|
|
507
|
+
iconNode: iconNode$gg
|
|
508
508
|
}));
|
|
509
509
|
var AlignHorizontalDistributeCenter$1 = AlignHorizontalDistributeCenter;
|
|
510
510
|
|
|
511
|
-
const iconNode$
|
|
511
|
+
const iconNode$gf = [['rect', {
|
|
512
512
|
width: '6',
|
|
513
513
|
height: '14',
|
|
514
514
|
x: '4',
|
|
@@ -531,11 +531,11 @@ const iconNode$g7 = [['rect', {
|
|
|
531
531
|
}]];
|
|
532
532
|
const AlignHorizontalDistributeEnd = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
533
533
|
name: "AlignHorizontalDistributeEnd",
|
|
534
|
-
iconNode: iconNode$
|
|
534
|
+
iconNode: iconNode$gf
|
|
535
535
|
}));
|
|
536
536
|
var AlignHorizontalDistributeEnd$1 = AlignHorizontalDistributeEnd;
|
|
537
537
|
|
|
538
|
-
const iconNode$
|
|
538
|
+
const iconNode$ge = [['rect', {
|
|
539
539
|
width: '6',
|
|
540
540
|
height: '14',
|
|
541
541
|
x: '4',
|
|
@@ -558,11 +558,11 @@ const iconNode$g6 = [['rect', {
|
|
|
558
558
|
}]];
|
|
559
559
|
const AlignHorizontalDistributeStart = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
560
560
|
name: "AlignHorizontalDistributeStart",
|
|
561
|
-
iconNode: iconNode$
|
|
561
|
+
iconNode: iconNode$ge
|
|
562
562
|
}));
|
|
563
563
|
var AlignHorizontalDistributeStart$1 = AlignHorizontalDistributeStart;
|
|
564
564
|
|
|
565
|
-
const iconNode$
|
|
565
|
+
const iconNode$gd = [['rect', {
|
|
566
566
|
width: '6',
|
|
567
567
|
height: '14',
|
|
568
568
|
x: '2',
|
|
@@ -582,11 +582,11 @@ const iconNode$g5 = [['rect', {
|
|
|
582
582
|
}]];
|
|
583
583
|
const AlignHorizontalJustifyCenter = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
584
584
|
name: "AlignHorizontalJustifyCenter",
|
|
585
|
-
iconNode: iconNode$
|
|
585
|
+
iconNode: iconNode$gd
|
|
586
586
|
}));
|
|
587
587
|
var AlignHorizontalJustifyCenter$1 = AlignHorizontalJustifyCenter;
|
|
588
588
|
|
|
589
|
-
const iconNode$
|
|
589
|
+
const iconNode$gc = [['rect', {
|
|
590
590
|
width: '6',
|
|
591
591
|
height: '14',
|
|
592
592
|
x: '2',
|
|
@@ -606,11 +606,11 @@ const iconNode$g4 = [['rect', {
|
|
|
606
606
|
}]];
|
|
607
607
|
const AlignHorizontalJustifyEnd = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
608
608
|
name: "AlignHorizontalJustifyEnd",
|
|
609
|
-
iconNode: iconNode$
|
|
609
|
+
iconNode: iconNode$gc
|
|
610
610
|
}));
|
|
611
611
|
var AlignHorizontalJustifyEnd$1 = AlignHorizontalJustifyEnd;
|
|
612
612
|
|
|
613
|
-
const iconNode$
|
|
613
|
+
const iconNode$gb = [['rect', {
|
|
614
614
|
width: '6',
|
|
615
615
|
height: '14',
|
|
616
616
|
x: '6',
|
|
@@ -630,11 +630,11 @@ const iconNode$g3 = [['rect', {
|
|
|
630
630
|
}]];
|
|
631
631
|
const AlignHorizontalJustifyStart = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
632
632
|
name: "AlignHorizontalJustifyStart",
|
|
633
|
-
iconNode: iconNode$
|
|
633
|
+
iconNode: iconNode$gb
|
|
634
634
|
}));
|
|
635
635
|
var AlignHorizontalJustifyStart$1 = AlignHorizontalJustifyStart;
|
|
636
636
|
|
|
637
|
-
const iconNode$
|
|
637
|
+
const iconNode$ga = [['rect', {
|
|
638
638
|
width: '6',
|
|
639
639
|
height: '10',
|
|
640
640
|
x: '9',
|
|
@@ -650,11 +650,11 @@ const iconNode$g2 = [['rect', {
|
|
|
650
650
|
}]];
|
|
651
651
|
const AlignHorizontalSpaceAround = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
652
652
|
name: "AlignHorizontalSpaceAround",
|
|
653
|
-
iconNode: iconNode$
|
|
653
|
+
iconNode: iconNode$ga
|
|
654
654
|
}));
|
|
655
655
|
var AlignHorizontalSpaceAround$1 = AlignHorizontalSpaceAround;
|
|
656
656
|
|
|
657
|
-
const iconNode$
|
|
657
|
+
const iconNode$g9 = [['rect', {
|
|
658
658
|
width: '6',
|
|
659
659
|
height: '14',
|
|
660
660
|
x: '3',
|
|
@@ -677,11 +677,11 @@ const iconNode$g1 = [['rect', {
|
|
|
677
677
|
}]];
|
|
678
678
|
const AlignHorizontalSpaceBetween = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
679
679
|
name: "AlignHorizontalSpaceBetween",
|
|
680
|
-
iconNode: iconNode$
|
|
680
|
+
iconNode: iconNode$g9
|
|
681
681
|
}));
|
|
682
682
|
var AlignHorizontalSpaceBetween$1 = AlignHorizontalSpaceBetween;
|
|
683
683
|
|
|
684
|
-
const iconNode$
|
|
684
|
+
const iconNode$g8 = [['line', {
|
|
685
685
|
x1: '3',
|
|
686
686
|
x2: '21',
|
|
687
687
|
y1: '6',
|
|
@@ -702,11 +702,11 @@ const iconNode$g0 = [['line', {
|
|
|
702
702
|
}]];
|
|
703
703
|
const AlignJustify = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
704
704
|
name: "AlignJustify",
|
|
705
|
-
iconNode: iconNode$
|
|
705
|
+
iconNode: iconNode$g8
|
|
706
706
|
}));
|
|
707
707
|
var AlignJustify$1 = AlignJustify;
|
|
708
708
|
|
|
709
|
-
const iconNode$
|
|
709
|
+
const iconNode$g7 = [['line', {
|
|
710
710
|
x1: '21',
|
|
711
711
|
x2: '3',
|
|
712
712
|
y1: '6',
|
|
@@ -727,11 +727,11 @@ const iconNode$f$ = [['line', {
|
|
|
727
727
|
}]];
|
|
728
728
|
const AlignLeft = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
729
729
|
name: "AlignLeft",
|
|
730
|
-
iconNode: iconNode$
|
|
730
|
+
iconNode: iconNode$g7
|
|
731
731
|
}));
|
|
732
732
|
var AlignLeft$1 = AlignLeft;
|
|
733
733
|
|
|
734
|
-
const iconNode$
|
|
734
|
+
const iconNode$g6 = [['line', {
|
|
735
735
|
x1: '21',
|
|
736
736
|
x2: '3',
|
|
737
737
|
y1: '6',
|
|
@@ -752,11 +752,11 @@ const iconNode$f_ = [['line', {
|
|
|
752
752
|
}]];
|
|
753
753
|
const AlignRight = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
754
754
|
name: "AlignRight",
|
|
755
|
-
iconNode: iconNode$
|
|
755
|
+
iconNode: iconNode$g6
|
|
756
756
|
}));
|
|
757
757
|
var AlignRight$1 = AlignRight;
|
|
758
758
|
|
|
759
|
-
const iconNode$
|
|
759
|
+
const iconNode$g5 = [['rect', {
|
|
760
760
|
width: '6',
|
|
761
761
|
height: '16',
|
|
762
762
|
x: '4',
|
|
@@ -776,11 +776,11 @@ const iconNode$fZ = [['rect', {
|
|
|
776
776
|
}]];
|
|
777
777
|
const AlignStartHorizontal = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
778
778
|
name: "AlignStartHorizontal",
|
|
779
|
-
iconNode: iconNode$
|
|
779
|
+
iconNode: iconNode$g5
|
|
780
780
|
}));
|
|
781
781
|
var AlignStartHorizontal$1 = AlignStartHorizontal;
|
|
782
782
|
|
|
783
|
-
const iconNode$
|
|
783
|
+
const iconNode$g4 = [['rect', {
|
|
784
784
|
width: '9',
|
|
785
785
|
height: '6',
|
|
786
786
|
x: '6',
|
|
@@ -800,11 +800,11 @@ const iconNode$fY = [['rect', {
|
|
|
800
800
|
}]];
|
|
801
801
|
const AlignStartVertical = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
802
802
|
name: "AlignStartVertical",
|
|
803
|
-
iconNode: iconNode$
|
|
803
|
+
iconNode: iconNode$g4
|
|
804
804
|
}));
|
|
805
805
|
var AlignStartVertical$1 = AlignStartVertical;
|
|
806
806
|
|
|
807
|
-
const iconNode$
|
|
807
|
+
const iconNode$g3 = [['rect', {
|
|
808
808
|
width: '14',
|
|
809
809
|
height: '6',
|
|
810
810
|
x: '5',
|
|
@@ -833,11 +833,11 @@ const iconNode$fX = [['rect', {
|
|
|
833
833
|
}]];
|
|
834
834
|
const AlignVerticalDistributeCenter = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
835
835
|
name: "AlignVerticalDistributeCenter",
|
|
836
|
-
iconNode: iconNode$
|
|
836
|
+
iconNode: iconNode$g3
|
|
837
837
|
}));
|
|
838
838
|
var AlignVerticalDistributeCenter$1 = AlignVerticalDistributeCenter;
|
|
839
839
|
|
|
840
|
-
const iconNode$
|
|
840
|
+
const iconNode$g2 = [['rect', {
|
|
841
841
|
width: '14',
|
|
842
842
|
height: '6',
|
|
843
843
|
x: '5',
|
|
@@ -860,11 +860,11 @@ const iconNode$fW = [['rect', {
|
|
|
860
860
|
}]];
|
|
861
861
|
const AlignVerticalDistributeEnd = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
862
862
|
name: "AlignVerticalDistributeEnd",
|
|
863
|
-
iconNode: iconNode$
|
|
863
|
+
iconNode: iconNode$g2
|
|
864
864
|
}));
|
|
865
865
|
var AlignVerticalDistributeEnd$1 = AlignVerticalDistributeEnd;
|
|
866
866
|
|
|
867
|
-
const iconNode$
|
|
867
|
+
const iconNode$g1 = [['rect', {
|
|
868
868
|
width: '14',
|
|
869
869
|
height: '6',
|
|
870
870
|
x: '5',
|
|
@@ -887,11 +887,11 @@ const iconNode$fV = [['rect', {
|
|
|
887
887
|
}]];
|
|
888
888
|
const AlignVerticalDistributeStart = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
889
889
|
name: "AlignVerticalDistributeStart",
|
|
890
|
-
iconNode: iconNode$
|
|
890
|
+
iconNode: iconNode$g1
|
|
891
891
|
}));
|
|
892
892
|
var AlignVerticalDistributeStart$1 = AlignVerticalDistributeStart;
|
|
893
893
|
|
|
894
|
-
const iconNode$
|
|
894
|
+
const iconNode$g0 = [['rect', {
|
|
895
895
|
width: '14',
|
|
896
896
|
height: '6',
|
|
897
897
|
x: '5',
|
|
@@ -911,11 +911,11 @@ const iconNode$fU = [['rect', {
|
|
|
911
911
|
}]];
|
|
912
912
|
const AlignVerticalJustifyCenter = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
913
913
|
name: "AlignVerticalJustifyCenter",
|
|
914
|
-
iconNode: iconNode$
|
|
914
|
+
iconNode: iconNode$g0
|
|
915
915
|
}));
|
|
916
916
|
var AlignVerticalJustifyCenter$1 = AlignVerticalJustifyCenter;
|
|
917
917
|
|
|
918
|
-
const iconNode$
|
|
918
|
+
const iconNode$f$ = [['rect', {
|
|
919
919
|
width: '14',
|
|
920
920
|
height: '6',
|
|
921
921
|
x: '5',
|
|
@@ -935,11 +935,11 @@ const iconNode$fT = [['rect', {
|
|
|
935
935
|
}]];
|
|
936
936
|
const AlignVerticalJustifyEnd = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
937
937
|
name: "AlignVerticalJustifyEnd",
|
|
938
|
-
iconNode: iconNode$
|
|
938
|
+
iconNode: iconNode$f$
|
|
939
939
|
}));
|
|
940
940
|
var AlignVerticalJustifyEnd$1 = AlignVerticalJustifyEnd;
|
|
941
941
|
|
|
942
|
-
const iconNode$
|
|
942
|
+
const iconNode$f_ = [['rect', {
|
|
943
943
|
width: '14',
|
|
944
944
|
height: '6',
|
|
945
945
|
x: '5',
|
|
@@ -959,11 +959,11 @@ const iconNode$fS = [['rect', {
|
|
|
959
959
|
}]];
|
|
960
960
|
const AlignVerticalJustifyStart = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
961
961
|
name: "AlignVerticalJustifyStart",
|
|
962
|
-
iconNode: iconNode$
|
|
962
|
+
iconNode: iconNode$f_
|
|
963
963
|
}));
|
|
964
964
|
var AlignVerticalJustifyStart$1 = AlignVerticalJustifyStart;
|
|
965
965
|
|
|
966
|
-
const iconNode$
|
|
966
|
+
const iconNode$fZ = [['rect', {
|
|
967
967
|
width: '10',
|
|
968
968
|
height: '6',
|
|
969
969
|
x: '7',
|
|
@@ -979,11 +979,11 @@ const iconNode$fR = [['rect', {
|
|
|
979
979
|
}]];
|
|
980
980
|
const AlignVerticalSpaceAround = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
981
981
|
name: "AlignVerticalSpaceAround",
|
|
982
|
-
iconNode: iconNode$
|
|
982
|
+
iconNode: iconNode$fZ
|
|
983
983
|
}));
|
|
984
984
|
var AlignVerticalSpaceAround$1 = AlignVerticalSpaceAround;
|
|
985
985
|
|
|
986
|
-
const iconNode$
|
|
986
|
+
const iconNode$fY = [['rect', {
|
|
987
987
|
width: '14',
|
|
988
988
|
height: '6',
|
|
989
989
|
x: '5',
|
|
@@ -1006,11 +1006,11 @@ const iconNode$fQ = [['rect', {
|
|
|
1006
1006
|
}]];
|
|
1007
1007
|
const AlignVerticalSpaceBetween = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1008
1008
|
name: "AlignVerticalSpaceBetween",
|
|
1009
|
-
iconNode: iconNode$
|
|
1009
|
+
iconNode: iconNode$fY
|
|
1010
1010
|
}));
|
|
1011
1011
|
var AlignVerticalSpaceBetween$1 = AlignVerticalSpaceBetween;
|
|
1012
1012
|
|
|
1013
|
-
const iconNode$
|
|
1013
|
+
const iconNode$fX = [['circle', {
|
|
1014
1014
|
cx: '12',
|
|
1015
1015
|
cy: '5',
|
|
1016
1016
|
r: '3',
|
|
@@ -1027,11 +1027,11 @@ const iconNode$fP = [['circle', {
|
|
|
1027
1027
|
}]];
|
|
1028
1028
|
const Anchor = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1029
1029
|
name: "Anchor",
|
|
1030
|
-
iconNode: iconNode$
|
|
1030
|
+
iconNode: iconNode$fX
|
|
1031
1031
|
}));
|
|
1032
1032
|
var Anchor$1 = Anchor;
|
|
1033
1033
|
|
|
1034
|
-
const iconNode$
|
|
1034
|
+
const iconNode$fW = [['circle', {
|
|
1035
1035
|
cx: '12',
|
|
1036
1036
|
cy: '12',
|
|
1037
1037
|
r: '10',
|
|
@@ -1054,11 +1054,11 @@ const iconNode$fO = [['circle', {
|
|
|
1054
1054
|
}]];
|
|
1055
1055
|
const Angry = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1056
1056
|
name: "Angry",
|
|
1057
|
-
iconNode: iconNode$
|
|
1057
|
+
iconNode: iconNode$fW
|
|
1058
1058
|
}));
|
|
1059
1059
|
var Angry$1 = Angry;
|
|
1060
1060
|
|
|
1061
|
-
const iconNode$
|
|
1061
|
+
const iconNode$fV = [['circle', {
|
|
1062
1062
|
cx: '12',
|
|
1063
1063
|
cy: '12',
|
|
1064
1064
|
r: '10',
|
|
@@ -1075,11 +1075,11 @@ const iconNode$fN = [['circle', {
|
|
|
1075
1075
|
}]];
|
|
1076
1076
|
const Annoyed = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1077
1077
|
name: "Annoyed",
|
|
1078
|
-
iconNode: iconNode$
|
|
1078
|
+
iconNode: iconNode$fV
|
|
1079
1079
|
}));
|
|
1080
1080
|
var Annoyed$1 = Annoyed;
|
|
1081
1081
|
|
|
1082
|
-
const iconNode$
|
|
1082
|
+
const iconNode$fU = [['circle', {
|
|
1083
1083
|
cx: '12',
|
|
1084
1084
|
cy: '12',
|
|
1085
1085
|
r: '10',
|
|
@@ -1123,11 +1123,11 @@ const iconNode$fM = [['circle', {
|
|
|
1123
1123
|
}]];
|
|
1124
1124
|
const Aperture = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1125
1125
|
name: "Aperture",
|
|
1126
|
-
iconNode: iconNode$
|
|
1126
|
+
iconNode: iconNode$fU
|
|
1127
1127
|
}));
|
|
1128
1128
|
var Aperture$1 = Aperture;
|
|
1129
1129
|
|
|
1130
|
-
const iconNode$
|
|
1130
|
+
const iconNode$fT = [['rect', {
|
|
1131
1131
|
x: '2',
|
|
1132
1132
|
y: '4',
|
|
1133
1133
|
width: '20',
|
|
@@ -1146,11 +1146,11 @@ const iconNode$fL = [['rect', {
|
|
|
1146
1146
|
}]];
|
|
1147
1147
|
const AppWindow = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1148
1148
|
name: "AppWindow",
|
|
1149
|
-
iconNode: iconNode$
|
|
1149
|
+
iconNode: iconNode$fT
|
|
1150
1150
|
}));
|
|
1151
1151
|
var AppWindow$1 = AppWindow;
|
|
1152
1152
|
|
|
1153
|
-
const iconNode$
|
|
1153
|
+
const iconNode$fS = [['path', {
|
|
1154
1154
|
d: 'M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z',
|
|
1155
1155
|
key: '3s7exb'
|
|
1156
1156
|
}], ['path', {
|
|
@@ -1159,11 +1159,11 @@ const iconNode$fK = [['path', {
|
|
|
1159
1159
|
}]];
|
|
1160
1160
|
const Apple = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1161
1161
|
name: "Apple",
|
|
1162
|
-
iconNode: iconNode$
|
|
1162
|
+
iconNode: iconNode$fS
|
|
1163
1163
|
}));
|
|
1164
1164
|
var Apple$1 = Apple;
|
|
1165
1165
|
|
|
1166
|
-
const iconNode$
|
|
1166
|
+
const iconNode$fR = [['rect', {
|
|
1167
1167
|
width: '20',
|
|
1168
1168
|
height: '5',
|
|
1169
1169
|
x: '2',
|
|
@@ -1185,11 +1185,11 @@ const iconNode$fJ = [['rect', {
|
|
|
1185
1185
|
}]];
|
|
1186
1186
|
const ArchiveRestore = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1187
1187
|
name: "ArchiveRestore",
|
|
1188
|
-
iconNode: iconNode$
|
|
1188
|
+
iconNode: iconNode$fR
|
|
1189
1189
|
}));
|
|
1190
1190
|
var ArchiveRestore$1 = ArchiveRestore;
|
|
1191
1191
|
|
|
1192
|
-
const iconNode$
|
|
1192
|
+
const iconNode$fQ = [['rect', {
|
|
1193
1193
|
width: '20',
|
|
1194
1194
|
height: '5',
|
|
1195
1195
|
x: '2',
|
|
@@ -1205,11 +1205,11 @@ const iconNode$fI = [['rect', {
|
|
|
1205
1205
|
}]];
|
|
1206
1206
|
const Archive = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1207
1207
|
name: "Archive",
|
|
1208
|
-
iconNode: iconNode$
|
|
1208
|
+
iconNode: iconNode$fQ
|
|
1209
1209
|
}));
|
|
1210
1210
|
var Archive$1 = Archive;
|
|
1211
1211
|
|
|
1212
|
-
const iconNode$
|
|
1212
|
+
const iconNode$fP = [['path', {
|
|
1213
1213
|
d: 'M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3',
|
|
1214
1214
|
key: 'irtipd'
|
|
1215
1215
|
}], ['path', {
|
|
@@ -1224,11 +1224,11 @@ const iconNode$fH = [['path', {
|
|
|
1224
1224
|
}]];
|
|
1225
1225
|
const Armchair = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1226
1226
|
name: "Armchair",
|
|
1227
|
-
iconNode: iconNode$
|
|
1227
|
+
iconNode: iconNode$fP
|
|
1228
1228
|
}));
|
|
1229
1229
|
var Armchair$1 = Armchair;
|
|
1230
1230
|
|
|
1231
|
-
const iconNode$
|
|
1231
|
+
const iconNode$fO = [['path', {
|
|
1232
1232
|
d: 'M15 5H9',
|
|
1233
1233
|
key: '1tp3ed'
|
|
1234
1234
|
}], ['path', {
|
|
@@ -1237,21 +1237,21 @@ const iconNode$fG = [['path', {
|
|
|
1237
1237
|
}]];
|
|
1238
1238
|
const ArrowBigDownDash = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1239
1239
|
name: "ArrowBigDownDash",
|
|
1240
|
-
iconNode: iconNode$
|
|
1240
|
+
iconNode: iconNode$fO
|
|
1241
1241
|
}));
|
|
1242
1242
|
var ArrowBigDownDash$1 = ArrowBigDownDash;
|
|
1243
1243
|
|
|
1244
|
-
const iconNode$
|
|
1244
|
+
const iconNode$fN = [['path', {
|
|
1245
1245
|
d: 'M15 6v6h4l-7 7-7-7h4V6h6z',
|
|
1246
1246
|
key: '1thax2'
|
|
1247
1247
|
}]];
|
|
1248
1248
|
const ArrowBigDown = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1249
1249
|
name: "ArrowBigDown",
|
|
1250
|
-
iconNode: iconNode$
|
|
1250
|
+
iconNode: iconNode$fN
|
|
1251
1251
|
}));
|
|
1252
1252
|
var ArrowBigDown$1 = ArrowBigDown;
|
|
1253
1253
|
|
|
1254
|
-
const iconNode$
|
|
1254
|
+
const iconNode$fM = [['path', {
|
|
1255
1255
|
d: 'M19 15V9',
|
|
1256
1256
|
key: '1hci5f'
|
|
1257
1257
|
}], ['path', {
|
|
@@ -1260,21 +1260,21 @@ const iconNode$fE = [['path', {
|
|
|
1260
1260
|
}]];
|
|
1261
1261
|
const ArrowBigLeftDash = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1262
1262
|
name: "ArrowBigLeftDash",
|
|
1263
|
-
iconNode: iconNode$
|
|
1263
|
+
iconNode: iconNode$fM
|
|
1264
1264
|
}));
|
|
1265
1265
|
var ArrowBigLeftDash$1 = ArrowBigLeftDash;
|
|
1266
1266
|
|
|
1267
|
-
const iconNode$
|
|
1267
|
+
const iconNode$fL = [['path', {
|
|
1268
1268
|
d: 'M18 15h-6v4l-7-7 7-7v4h6v6z',
|
|
1269
1269
|
key: 'lbrdak'
|
|
1270
1270
|
}]];
|
|
1271
1271
|
const ArrowBigLeft = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1272
1272
|
name: "ArrowBigLeft",
|
|
1273
|
-
iconNode: iconNode$
|
|
1273
|
+
iconNode: iconNode$fL
|
|
1274
1274
|
}));
|
|
1275
1275
|
var ArrowBigLeft$1 = ArrowBigLeft;
|
|
1276
1276
|
|
|
1277
|
-
const iconNode$
|
|
1277
|
+
const iconNode$fK = [['path', {
|
|
1278
1278
|
d: 'M5 9v6',
|
|
1279
1279
|
key: '158jrl'
|
|
1280
1280
|
}], ['path', {
|
|
@@ -1283,21 +1283,21 @@ const iconNode$fC = [['path', {
|
|
|
1283
1283
|
}]];
|
|
1284
1284
|
const ArrowBigRightDash = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1285
1285
|
name: "ArrowBigRightDash",
|
|
1286
|
-
iconNode: iconNode$
|
|
1286
|
+
iconNode: iconNode$fK
|
|
1287
1287
|
}));
|
|
1288
1288
|
var ArrowBigRightDash$1 = ArrowBigRightDash;
|
|
1289
1289
|
|
|
1290
|
-
const iconNode$
|
|
1290
|
+
const iconNode$fJ = [['path', {
|
|
1291
1291
|
d: 'M6 9h6V5l7 7-7 7v-4H6V9z',
|
|
1292
1292
|
key: '7fvt9c'
|
|
1293
1293
|
}]];
|
|
1294
1294
|
const ArrowBigRight = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1295
1295
|
name: "ArrowBigRight",
|
|
1296
|
-
iconNode: iconNode$
|
|
1296
|
+
iconNode: iconNode$fJ
|
|
1297
1297
|
}));
|
|
1298
1298
|
var ArrowBigRight$1 = ArrowBigRight;
|
|
1299
1299
|
|
|
1300
|
-
const iconNode$
|
|
1300
|
+
const iconNode$fI = [['path', {
|
|
1301
1301
|
d: 'M9 19h6',
|
|
1302
1302
|
key: '456am0'
|
|
1303
1303
|
}], ['path', {
|
|
@@ -1306,21 +1306,21 @@ const iconNode$fA = [['path', {
|
|
|
1306
1306
|
}]];
|
|
1307
1307
|
const ArrowBigUpDash = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1308
1308
|
name: "ArrowBigUpDash",
|
|
1309
|
-
iconNode: iconNode$
|
|
1309
|
+
iconNode: iconNode$fI
|
|
1310
1310
|
}));
|
|
1311
1311
|
var ArrowBigUpDash$1 = ArrowBigUpDash;
|
|
1312
1312
|
|
|
1313
|
-
const iconNode$
|
|
1313
|
+
const iconNode$fH = [['path', {
|
|
1314
1314
|
d: 'M9 18v-6H5l7-7 7 7h-4v6H9z',
|
|
1315
1315
|
key: '1x06kx'
|
|
1316
1316
|
}]];
|
|
1317
1317
|
const ArrowBigUp = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1318
1318
|
name: "ArrowBigUp",
|
|
1319
|
-
iconNode: iconNode$
|
|
1319
|
+
iconNode: iconNode$fH
|
|
1320
1320
|
}));
|
|
1321
1321
|
var ArrowBigUp$1 = ArrowBigUp;
|
|
1322
1322
|
|
|
1323
|
-
const iconNode$
|
|
1323
|
+
const iconNode$fG = [['path', {
|
|
1324
1324
|
d: 'm3 16 4 4 4-4',
|
|
1325
1325
|
key: '1co6wj'
|
|
1326
1326
|
}], ['path', {
|
|
@@ -1342,11 +1342,11 @@ const iconNode$fy = [['path', {
|
|
|
1342
1342
|
}]];
|
|
1343
1343
|
const ArrowDown01 = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1344
1344
|
name: "ArrowDown01",
|
|
1345
|
-
iconNode: iconNode$
|
|
1345
|
+
iconNode: iconNode$fG
|
|
1346
1346
|
}));
|
|
1347
1347
|
var ArrowDown01$1 = ArrowDown01;
|
|
1348
1348
|
|
|
1349
|
-
const iconNode$
|
|
1349
|
+
const iconNode$fF = [['path', {
|
|
1350
1350
|
d: 'm3 16 4 4 4-4',
|
|
1351
1351
|
key: '1co6wj'
|
|
1352
1352
|
}], ['path', {
|
|
@@ -1368,11 +1368,11 @@ const iconNode$fx = [['path', {
|
|
|
1368
1368
|
}]];
|
|
1369
1369
|
const ArrowDown10 = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1370
1370
|
name: "ArrowDown10",
|
|
1371
|
-
iconNode: iconNode$
|
|
1371
|
+
iconNode: iconNode$fF
|
|
1372
1372
|
}));
|
|
1373
1373
|
var ArrowDown10$1 = ArrowDown10;
|
|
1374
1374
|
|
|
1375
|
-
const iconNode$
|
|
1375
|
+
const iconNode$fE = [['path', {
|
|
1376
1376
|
d: 'm3 16 4 4 4-4',
|
|
1377
1377
|
key: '1co6wj'
|
|
1378
1378
|
}], ['path', {
|
|
@@ -1390,11 +1390,11 @@ const iconNode$fw = [['path', {
|
|
|
1390
1390
|
}]];
|
|
1391
1391
|
const ArrowDownAZ = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1392
1392
|
name: "ArrowDownAZ",
|
|
1393
|
-
iconNode: iconNode$
|
|
1393
|
+
iconNode: iconNode$fE
|
|
1394
1394
|
}));
|
|
1395
1395
|
var ArrowDownAZ$1 = ArrowDownAZ;
|
|
1396
1396
|
|
|
1397
|
-
const iconNode$
|
|
1397
|
+
const iconNode$fD = [['circle', {
|
|
1398
1398
|
cx: '12',
|
|
1399
1399
|
cy: '12',
|
|
1400
1400
|
r: '10',
|
|
@@ -1411,11 +1411,30 @@ const iconNode$fv = [['circle', {
|
|
|
1411
1411
|
}]];
|
|
1412
1412
|
const ArrowDownCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1413
1413
|
name: "ArrowDownCircle",
|
|
1414
|
-
iconNode: iconNode$
|
|
1414
|
+
iconNode: iconNode$fD
|
|
1415
1415
|
}));
|
|
1416
1416
|
var ArrowDownCircle$1 = ArrowDownCircle;
|
|
1417
1417
|
|
|
1418
|
-
const iconNode$
|
|
1418
|
+
const iconNode$fC = [['line', {
|
|
1419
|
+
x1: '12',
|
|
1420
|
+
x2: '12',
|
|
1421
|
+
y1: '21',
|
|
1422
|
+
y2: '7',
|
|
1423
|
+
key: '1ujnl2'
|
|
1424
|
+
}], ['polyline', {
|
|
1425
|
+
points: '6 15 12 21 18 15',
|
|
1426
|
+
key: 'd79o6v'
|
|
1427
|
+
}], ['path', {
|
|
1428
|
+
d: 'M19 3H5',
|
|
1429
|
+
key: '1236rx'
|
|
1430
|
+
}]];
|
|
1431
|
+
const ArrowDownFromLine = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1432
|
+
name: "ArrowDownFromLine",
|
|
1433
|
+
iconNode: iconNode$fC
|
|
1434
|
+
}));
|
|
1435
|
+
var ArrowDownFromLine$1 = ArrowDownFromLine;
|
|
1436
|
+
|
|
1437
|
+
const iconNode$fB = [['polyline', {
|
|
1419
1438
|
points: '8,22 2,22 2,16 ',
|
|
1420
1439
|
key: '1kl55u'
|
|
1421
1440
|
}], ['line', {
|
|
@@ -1430,11 +1449,11 @@ const iconNode$fu = [['polyline', {
|
|
|
1430
1449
|
}]];
|
|
1431
1450
|
const ArrowDownLeftFromCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1432
1451
|
name: "ArrowDownLeftFromCircle",
|
|
1433
|
-
iconNode: iconNode$
|
|
1452
|
+
iconNode: iconNode$fB
|
|
1434
1453
|
}));
|
|
1435
1454
|
var ArrowDownLeftFromCircle$1 = ArrowDownLeftFromCircle;
|
|
1436
1455
|
|
|
1437
|
-
const iconNode$
|
|
1456
|
+
const iconNode$fA = [['line', {
|
|
1438
1457
|
x1: '17',
|
|
1439
1458
|
x2: '7',
|
|
1440
1459
|
y1: '7',
|
|
@@ -1446,11 +1465,11 @@ const iconNode$ft = [['line', {
|
|
|
1446
1465
|
}]];
|
|
1447
1466
|
const ArrowDownLeft = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1448
1467
|
name: "ArrowDownLeft",
|
|
1449
|
-
iconNode: iconNode$
|
|
1468
|
+
iconNode: iconNode$fA
|
|
1450
1469
|
}));
|
|
1451
1470
|
var ArrowDownLeft$1 = ArrowDownLeft;
|
|
1452
1471
|
|
|
1453
|
-
const iconNode$
|
|
1472
|
+
const iconNode$fz = [['path', {
|
|
1454
1473
|
d: 'm3 16 4 4 4-4',
|
|
1455
1474
|
key: '1co6wj'
|
|
1456
1475
|
}], ['path', {
|
|
@@ -1468,11 +1487,11 @@ const iconNode$fs = [['path', {
|
|
|
1468
1487
|
}]];
|
|
1469
1488
|
const ArrowDownNarrowWide = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1470
1489
|
name: "ArrowDownNarrowWide",
|
|
1471
|
-
iconNode: iconNode$
|
|
1490
|
+
iconNode: iconNode$fz
|
|
1472
1491
|
}));
|
|
1473
1492
|
var ArrowDownNarrowWide$1 = ArrowDownNarrowWide;
|
|
1474
1493
|
|
|
1475
|
-
const iconNode$
|
|
1494
|
+
const iconNode$fy = [['polyline', {
|
|
1476
1495
|
points: '22,16 22,22 16,22 ',
|
|
1477
1496
|
key: '1b057k'
|
|
1478
1497
|
}], ['line', {
|
|
@@ -1487,11 +1506,11 @@ const iconNode$fr = [['polyline', {
|
|
|
1487
1506
|
}]];
|
|
1488
1507
|
const ArrowDownRightFromCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1489
1508
|
name: "ArrowDownRightFromCircle",
|
|
1490
|
-
iconNode: iconNode$
|
|
1509
|
+
iconNode: iconNode$fy
|
|
1491
1510
|
}));
|
|
1492
1511
|
var ArrowDownRightFromCircle$1 = ArrowDownRightFromCircle;
|
|
1493
1512
|
|
|
1494
|
-
const iconNode$
|
|
1513
|
+
const iconNode$fx = [['line', {
|
|
1495
1514
|
x1: '7',
|
|
1496
1515
|
x2: '17',
|
|
1497
1516
|
y1: '7',
|
|
@@ -1503,11 +1522,11 @@ const iconNode$fq = [['line', {
|
|
|
1503
1522
|
}]];
|
|
1504
1523
|
const ArrowDownRight = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1505
1524
|
name: "ArrowDownRight",
|
|
1506
|
-
iconNode: iconNode$
|
|
1525
|
+
iconNode: iconNode$fx
|
|
1507
1526
|
}));
|
|
1508
1527
|
var ArrowDownRight$1 = ArrowDownRight;
|
|
1509
1528
|
|
|
1510
|
-
const iconNode$
|
|
1529
|
+
const iconNode$fw = [['rect', {
|
|
1511
1530
|
width: '18',
|
|
1512
1531
|
height: '18',
|
|
1513
1532
|
x: '3',
|
|
@@ -1527,11 +1546,11 @@ const iconNode$fp = [['rect', {
|
|
|
1527
1546
|
}]];
|
|
1528
1547
|
const ArrowDownSquare = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1529
1548
|
name: "ArrowDownSquare",
|
|
1530
|
-
iconNode: iconNode$
|
|
1549
|
+
iconNode: iconNode$fw
|
|
1531
1550
|
}));
|
|
1532
1551
|
var ArrowDownSquare$1 = ArrowDownSquare;
|
|
1533
1552
|
|
|
1534
|
-
const iconNode$
|
|
1553
|
+
const iconNode$fv = [['line', {
|
|
1535
1554
|
x1: '12',
|
|
1536
1555
|
x2: '12',
|
|
1537
1556
|
y1: '2',
|
|
@@ -1548,11 +1567,30 @@ const iconNode$fo = [['line', {
|
|
|
1548
1567
|
}]];
|
|
1549
1568
|
const ArrowDownToDot = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1550
1569
|
name: "ArrowDownToDot",
|
|
1551
|
-
iconNode: iconNode$
|
|
1570
|
+
iconNode: iconNode$fv
|
|
1552
1571
|
}));
|
|
1553
1572
|
var ArrowDownToDot$1 = ArrowDownToDot;
|
|
1554
1573
|
|
|
1555
|
-
const iconNode$
|
|
1574
|
+
const iconNode$fu = [['line', {
|
|
1575
|
+
x1: '12',
|
|
1576
|
+
x2: '12',
|
|
1577
|
+
y1: '17',
|
|
1578
|
+
y2: '3',
|
|
1579
|
+
key: '1abdup'
|
|
1580
|
+
}], ['polyline', {
|
|
1581
|
+
points: '6 11 12 17 18 11',
|
|
1582
|
+
key: 'ryj4lu'
|
|
1583
|
+
}], ['path', {
|
|
1584
|
+
d: 'M19 21H5',
|
|
1585
|
+
key: '150jfl'
|
|
1586
|
+
}]];
|
|
1587
|
+
const ArrowDownToLine = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1588
|
+
name: "ArrowDownToLine",
|
|
1589
|
+
iconNode: iconNode$fu
|
|
1590
|
+
}));
|
|
1591
|
+
var ArrowDownToLine$1 = ArrowDownToLine;
|
|
1592
|
+
|
|
1593
|
+
const iconNode$ft = [['path', {
|
|
1556
1594
|
d: 'm3 16 4 4 4-4',
|
|
1557
1595
|
key: '1co6wj'
|
|
1558
1596
|
}], ['path', {
|
|
@@ -1567,11 +1605,11 @@ const iconNode$fn = [['path', {
|
|
|
1567
1605
|
}]];
|
|
1568
1606
|
const ArrowDownUp = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1569
1607
|
name: "ArrowDownUp",
|
|
1570
|
-
iconNode: iconNode$
|
|
1608
|
+
iconNode: iconNode$ft
|
|
1571
1609
|
}));
|
|
1572
1610
|
var ArrowDownUp$1 = ArrowDownUp;
|
|
1573
1611
|
|
|
1574
|
-
const iconNode$
|
|
1612
|
+
const iconNode$fs = [['path', {
|
|
1575
1613
|
d: 'm3 16 4 4 4-4',
|
|
1576
1614
|
key: '1co6wj'
|
|
1577
1615
|
}], ['path', {
|
|
@@ -1589,11 +1627,11 @@ const iconNode$fm = [['path', {
|
|
|
1589
1627
|
}]];
|
|
1590
1628
|
const ArrowDownWideNarrow = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1591
1629
|
name: "ArrowDownWideNarrow",
|
|
1592
|
-
iconNode: iconNode$
|
|
1630
|
+
iconNode: iconNode$fs
|
|
1593
1631
|
}));
|
|
1594
1632
|
var ArrowDownWideNarrow$1 = ArrowDownWideNarrow;
|
|
1595
1633
|
|
|
1596
|
-
const iconNode$
|
|
1634
|
+
const iconNode$fr = [['path', {
|
|
1597
1635
|
d: 'm3 16 4 4 4-4',
|
|
1598
1636
|
key: '1co6wj'
|
|
1599
1637
|
}], ['path', {
|
|
@@ -1611,11 +1649,11 @@ const iconNode$fl = [['path', {
|
|
|
1611
1649
|
}]];
|
|
1612
1650
|
const ArrowDownZA = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1613
1651
|
name: "ArrowDownZA",
|
|
1614
|
-
iconNode: iconNode$
|
|
1652
|
+
iconNode: iconNode$fr
|
|
1615
1653
|
}));
|
|
1616
1654
|
var ArrowDownZA$1 = ArrowDownZA;
|
|
1617
1655
|
|
|
1618
|
-
const iconNode$
|
|
1656
|
+
const iconNode$fq = [['line', {
|
|
1619
1657
|
x1: '12',
|
|
1620
1658
|
x2: '12',
|
|
1621
1659
|
y1: '5',
|
|
@@ -1627,11 +1665,11 @@ const iconNode$fk = [['line', {
|
|
|
1627
1665
|
}]];
|
|
1628
1666
|
const ArrowDown = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1629
1667
|
name: "ArrowDown",
|
|
1630
|
-
iconNode: iconNode$
|
|
1668
|
+
iconNode: iconNode$fq
|
|
1631
1669
|
}));
|
|
1632
1670
|
var ArrowDown$1 = ArrowDown;
|
|
1633
1671
|
|
|
1634
|
-
const iconNode$
|
|
1672
|
+
const iconNode$fp = [['circle', {
|
|
1635
1673
|
cx: '12',
|
|
1636
1674
|
cy: '12',
|
|
1637
1675
|
r: '10',
|
|
@@ -1648,11 +1686,30 @@ const iconNode$fj = [['circle', {
|
|
|
1648
1686
|
}]];
|
|
1649
1687
|
const ArrowLeftCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1650
1688
|
name: "ArrowLeftCircle",
|
|
1651
|
-
iconNode: iconNode$
|
|
1689
|
+
iconNode: iconNode$fp
|
|
1652
1690
|
}));
|
|
1653
1691
|
var ArrowLeftCircle$1 = ArrowLeftCircle;
|
|
1654
1692
|
|
|
1655
|
-
const iconNode$
|
|
1693
|
+
const iconNode$fo = [['line', {
|
|
1694
|
+
x1: '3',
|
|
1695
|
+
x2: '17',
|
|
1696
|
+
y1: '12',
|
|
1697
|
+
y2: '12',
|
|
1698
|
+
key: '10k5p2'
|
|
1699
|
+
}], ['polyline', {
|
|
1700
|
+
points: '9 6 3 12 9 18',
|
|
1701
|
+
key: 'biqh3b'
|
|
1702
|
+
}], ['path', {
|
|
1703
|
+
d: 'M21 19V5',
|
|
1704
|
+
key: 'b4bplr'
|
|
1705
|
+
}]];
|
|
1706
|
+
const ArrowLeftFromLine = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1707
|
+
name: "ArrowLeftFromLine",
|
|
1708
|
+
iconNode: iconNode$fo
|
|
1709
|
+
}));
|
|
1710
|
+
var ArrowLeftFromLine$1 = ArrowLeftFromLine;
|
|
1711
|
+
|
|
1712
|
+
const iconNode$fn = [['path', {
|
|
1656
1713
|
d: 'M8 3 4 7l4 4',
|
|
1657
1714
|
key: '9rb6wj'
|
|
1658
1715
|
}], ['path', {
|
|
@@ -1667,11 +1724,11 @@ const iconNode$fi = [['path', {
|
|
|
1667
1724
|
}]];
|
|
1668
1725
|
const ArrowLeftRight = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1669
1726
|
name: "ArrowLeftRight",
|
|
1670
|
-
iconNode: iconNode$
|
|
1727
|
+
iconNode: iconNode$fn
|
|
1671
1728
|
}));
|
|
1672
1729
|
var ArrowLeftRight$1 = ArrowLeftRight;
|
|
1673
1730
|
|
|
1674
|
-
const iconNode$
|
|
1731
|
+
const iconNode$fm = [['rect', {
|
|
1675
1732
|
width: '18',
|
|
1676
1733
|
height: '18',
|
|
1677
1734
|
x: '3',
|
|
@@ -1691,11 +1748,30 @@ const iconNode$fh = [['rect', {
|
|
|
1691
1748
|
}]];
|
|
1692
1749
|
const ArrowLeftSquare = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1693
1750
|
name: "ArrowLeftSquare",
|
|
1694
|
-
iconNode: iconNode$
|
|
1751
|
+
iconNode: iconNode$fm
|
|
1695
1752
|
}));
|
|
1696
1753
|
var ArrowLeftSquare$1 = ArrowLeftSquare;
|
|
1697
1754
|
|
|
1698
|
-
const iconNode$
|
|
1755
|
+
const iconNode$fl = [['line', {
|
|
1756
|
+
x1: '7',
|
|
1757
|
+
x2: '21',
|
|
1758
|
+
y1: '12',
|
|
1759
|
+
y2: '12',
|
|
1760
|
+
key: 'rq4vvj'
|
|
1761
|
+
}], ['polyline', {
|
|
1762
|
+
points: '13 6 7 12 13 18',
|
|
1763
|
+
key: '6iyxwj'
|
|
1764
|
+
}], ['path', {
|
|
1765
|
+
d: 'M3 19V5',
|
|
1766
|
+
key: 'rwsyhb'
|
|
1767
|
+
}]];
|
|
1768
|
+
const ArrowLeftToLine = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1769
|
+
name: "ArrowLeftToLine",
|
|
1770
|
+
iconNode: iconNode$fl
|
|
1771
|
+
}));
|
|
1772
|
+
var ArrowLeftToLine$1 = ArrowLeftToLine;
|
|
1773
|
+
|
|
1774
|
+
const iconNode$fk = [['line', {
|
|
1699
1775
|
x1: '19',
|
|
1700
1776
|
x2: '5',
|
|
1701
1777
|
y1: '12',
|
|
@@ -1707,11 +1783,11 @@ const iconNode$fg = [['line', {
|
|
|
1707
1783
|
}]];
|
|
1708
1784
|
const ArrowLeft = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1709
1785
|
name: "ArrowLeft",
|
|
1710
|
-
iconNode: iconNode$
|
|
1786
|
+
iconNode: iconNode$fk
|
|
1711
1787
|
}));
|
|
1712
1788
|
var ArrowLeft$1 = ArrowLeft;
|
|
1713
1789
|
|
|
1714
|
-
const iconNode$
|
|
1790
|
+
const iconNode$fj = [['circle', {
|
|
1715
1791
|
cx: '12',
|
|
1716
1792
|
cy: '12',
|
|
1717
1793
|
r: '10',
|
|
@@ -1728,11 +1804,30 @@ const iconNode$ff = [['circle', {
|
|
|
1728
1804
|
}]];
|
|
1729
1805
|
const ArrowRightCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1730
1806
|
name: "ArrowRightCircle",
|
|
1731
|
-
iconNode: iconNode$
|
|
1807
|
+
iconNode: iconNode$fj
|
|
1732
1808
|
}));
|
|
1733
1809
|
var ArrowRightCircle$1 = ArrowRightCircle;
|
|
1734
1810
|
|
|
1735
|
-
const iconNode$
|
|
1811
|
+
const iconNode$fi = [['line', {
|
|
1812
|
+
x1: '21',
|
|
1813
|
+
x2: '7',
|
|
1814
|
+
y1: '12',
|
|
1815
|
+
y2: '12',
|
|
1816
|
+
key: '1vpj1h'
|
|
1817
|
+
}], ['polyline', {
|
|
1818
|
+
points: '15 18 21 12 15 6',
|
|
1819
|
+
key: '1elp5v'
|
|
1820
|
+
}], ['path', {
|
|
1821
|
+
d: 'M3 5v14',
|
|
1822
|
+
key: '1nt18q'
|
|
1823
|
+
}]];
|
|
1824
|
+
const ArrowRightFromLine = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1825
|
+
name: "ArrowRightFromLine",
|
|
1826
|
+
iconNode: iconNode$fi
|
|
1827
|
+
}));
|
|
1828
|
+
var ArrowRightFromLine$1 = ArrowRightFromLine;
|
|
1829
|
+
|
|
1830
|
+
const iconNode$fh = [['path', {
|
|
1736
1831
|
d: 'm16 3 4 4-4 4',
|
|
1737
1832
|
key: '1x1c3m'
|
|
1738
1833
|
}], ['path', {
|
|
@@ -1747,11 +1842,11 @@ const iconNode$fe = [['path', {
|
|
|
1747
1842
|
}]];
|
|
1748
1843
|
const ArrowRightLeft = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1749
1844
|
name: "ArrowRightLeft",
|
|
1750
|
-
iconNode: iconNode$
|
|
1845
|
+
iconNode: iconNode$fh
|
|
1751
1846
|
}));
|
|
1752
1847
|
var ArrowRightLeft$1 = ArrowRightLeft;
|
|
1753
1848
|
|
|
1754
|
-
const iconNode$
|
|
1849
|
+
const iconNode$fg = [['rect', {
|
|
1755
1850
|
width: '18',
|
|
1756
1851
|
height: '18',
|
|
1757
1852
|
x: '3',
|
|
@@ -1771,11 +1866,30 @@ const iconNode$fd = [['rect', {
|
|
|
1771
1866
|
}]];
|
|
1772
1867
|
const ArrowRightSquare = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1773
1868
|
name: "ArrowRightSquare",
|
|
1774
|
-
iconNode: iconNode$
|
|
1869
|
+
iconNode: iconNode$fg
|
|
1775
1870
|
}));
|
|
1776
1871
|
var ArrowRightSquare$1 = ArrowRightSquare;
|
|
1777
1872
|
|
|
1778
|
-
const iconNode$
|
|
1873
|
+
const iconNode$ff = [['line', {
|
|
1874
|
+
x1: '17',
|
|
1875
|
+
x2: '3',
|
|
1876
|
+
y1: '12',
|
|
1877
|
+
y2: '12',
|
|
1878
|
+
key: '1qcq2n'
|
|
1879
|
+
}], ['polyline', {
|
|
1880
|
+
points: '11 18 17 12 11 6',
|
|
1881
|
+
key: 'hrgmhe'
|
|
1882
|
+
}], ['path', {
|
|
1883
|
+
d: 'M21 5v14',
|
|
1884
|
+
key: 'nzette'
|
|
1885
|
+
}]];
|
|
1886
|
+
const ArrowRightToLine = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1887
|
+
name: "ArrowRightToLine",
|
|
1888
|
+
iconNode: iconNode$ff
|
|
1889
|
+
}));
|
|
1890
|
+
var ArrowRightToLine$1 = ArrowRightToLine;
|
|
1891
|
+
|
|
1892
|
+
const iconNode$fe = [['line', {
|
|
1779
1893
|
x1: '5',
|
|
1780
1894
|
x2: '19',
|
|
1781
1895
|
y1: '12',
|
|
@@ -1787,11 +1901,11 @@ const iconNode$fc = [['line', {
|
|
|
1787
1901
|
}]];
|
|
1788
1902
|
const ArrowRight = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1789
1903
|
name: "ArrowRight",
|
|
1790
|
-
iconNode: iconNode$
|
|
1904
|
+
iconNode: iconNode$fe
|
|
1791
1905
|
}));
|
|
1792
1906
|
var ArrowRight$1 = ArrowRight;
|
|
1793
1907
|
|
|
1794
|
-
const iconNode$
|
|
1908
|
+
const iconNode$fd = [['path', {
|
|
1795
1909
|
d: 'm3 8 4-4 4 4',
|
|
1796
1910
|
key: '11wl7u'
|
|
1797
1911
|
}], ['path', {
|
|
@@ -1813,11 +1927,11 @@ const iconNode$fb = [['path', {
|
|
|
1813
1927
|
}]];
|
|
1814
1928
|
const ArrowUp01 = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1815
1929
|
name: "ArrowUp01",
|
|
1816
|
-
iconNode: iconNode$
|
|
1930
|
+
iconNode: iconNode$fd
|
|
1817
1931
|
}));
|
|
1818
1932
|
var ArrowUp01$1 = ArrowUp01;
|
|
1819
1933
|
|
|
1820
|
-
const iconNode$
|
|
1934
|
+
const iconNode$fc = [['path', {
|
|
1821
1935
|
d: 'm3 8 4-4 4 4',
|
|
1822
1936
|
key: '11wl7u'
|
|
1823
1937
|
}], ['path', {
|
|
@@ -1839,11 +1953,11 @@ const iconNode$fa = [['path', {
|
|
|
1839
1953
|
}]];
|
|
1840
1954
|
const ArrowUp10 = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1841
1955
|
name: "ArrowUp10",
|
|
1842
|
-
iconNode: iconNode$
|
|
1956
|
+
iconNode: iconNode$fc
|
|
1843
1957
|
}));
|
|
1844
1958
|
var ArrowUp10$1 = ArrowUp10;
|
|
1845
1959
|
|
|
1846
|
-
const iconNode$
|
|
1960
|
+
const iconNode$fb = [['path', {
|
|
1847
1961
|
d: 'm3 8 4-4 4 4',
|
|
1848
1962
|
key: '11wl7u'
|
|
1849
1963
|
}], ['path', {
|
|
@@ -1861,11 +1975,11 @@ const iconNode$f9 = [['path', {
|
|
|
1861
1975
|
}]];
|
|
1862
1976
|
const ArrowUpAZ = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1863
1977
|
name: "ArrowUpAZ",
|
|
1864
|
-
iconNode: iconNode$
|
|
1978
|
+
iconNode: iconNode$fb
|
|
1865
1979
|
}));
|
|
1866
1980
|
var ArrowUpAZ$1 = ArrowUpAZ;
|
|
1867
1981
|
|
|
1868
|
-
const iconNode$
|
|
1982
|
+
const iconNode$fa = [['circle', {
|
|
1869
1983
|
cx: '12',
|
|
1870
1984
|
cy: '12',
|
|
1871
1985
|
r: '10',
|
|
@@ -1882,11 +1996,11 @@ const iconNode$f8 = [['circle', {
|
|
|
1882
1996
|
}]];
|
|
1883
1997
|
const ArrowUpCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1884
1998
|
name: "ArrowUpCircle",
|
|
1885
|
-
iconNode: iconNode$
|
|
1999
|
+
iconNode: iconNode$fa
|
|
1886
2000
|
}));
|
|
1887
2001
|
var ArrowUpCircle$1 = ArrowUpCircle;
|
|
1888
2002
|
|
|
1889
|
-
const iconNode$
|
|
2003
|
+
const iconNode$f9 = [['path', {
|
|
1890
2004
|
d: 'm21 16-4 4-4-4',
|
|
1891
2005
|
key: 'f6ql7i'
|
|
1892
2006
|
}], ['path', {
|
|
@@ -1901,11 +2015,11 @@ const iconNode$f7 = [['path', {
|
|
|
1901
2015
|
}]];
|
|
1902
2016
|
const ArrowUpDown = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1903
2017
|
name: "ArrowUpDown",
|
|
1904
|
-
iconNode: iconNode$
|
|
2018
|
+
iconNode: iconNode$f9
|
|
1905
2019
|
}));
|
|
1906
2020
|
var ArrowUpDown$1 = ArrowUpDown;
|
|
1907
2021
|
|
|
1908
|
-
const iconNode$
|
|
2022
|
+
const iconNode$f8 = [['line', {
|
|
1909
2023
|
x1: '12',
|
|
1910
2024
|
x2: '12',
|
|
1911
2025
|
y1: '16',
|
|
@@ -1922,11 +2036,30 @@ const iconNode$f6 = [['line', {
|
|
|
1922
2036
|
}]];
|
|
1923
2037
|
const ArrowUpFromDot = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1924
2038
|
name: "ArrowUpFromDot",
|
|
1925
|
-
iconNode: iconNode$
|
|
2039
|
+
iconNode: iconNode$f8
|
|
1926
2040
|
}));
|
|
1927
2041
|
var ArrowUpFromDot$1 = ArrowUpFromDot;
|
|
1928
2042
|
|
|
1929
|
-
const iconNode$
|
|
2043
|
+
const iconNode$f7 = [['line', {
|
|
2044
|
+
x1: '12',
|
|
2045
|
+
x2: '12',
|
|
2046
|
+
y1: '3',
|
|
2047
|
+
y2: '17',
|
|
2048
|
+
key: '1fslqe'
|
|
2049
|
+
}], ['polyline', {
|
|
2050
|
+
points: '18 9 12 3 6 9',
|
|
2051
|
+
key: '84brd3'
|
|
2052
|
+
}], ['path', {
|
|
2053
|
+
d: 'M5 21h14',
|
|
2054
|
+
key: '11awu3'
|
|
2055
|
+
}]];
|
|
2056
|
+
const ArrowUpFromLine = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
2057
|
+
name: "ArrowUpFromLine",
|
|
2058
|
+
iconNode: iconNode$f7
|
|
2059
|
+
}));
|
|
2060
|
+
var ArrowUpFromLine$1 = ArrowUpFromLine;
|
|
2061
|
+
|
|
2062
|
+
const iconNode$f6 = [['path', {
|
|
1930
2063
|
d: 'M12,2c5.5,0,10,4.5,10,10s-4.5,10-10,10S2,17.5,2,12',
|
|
1931
2064
|
key: '1qfu97'
|
|
1932
2065
|
}], ['polyline', {
|
|
@@ -1941,11 +2074,11 @@ const iconNode$f5 = [['path', {
|
|
|
1941
2074
|
}]];
|
|
1942
2075
|
const ArrowUpLeftFromCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1943
2076
|
name: "ArrowUpLeftFromCircle",
|
|
1944
|
-
iconNode: iconNode$
|
|
2077
|
+
iconNode: iconNode$f6
|
|
1945
2078
|
}));
|
|
1946
2079
|
var ArrowUpLeftFromCircle$1 = ArrowUpLeftFromCircle;
|
|
1947
2080
|
|
|
1948
|
-
const iconNode$
|
|
2081
|
+
const iconNode$f5 = [['line', {
|
|
1949
2082
|
x1: '17',
|
|
1950
2083
|
x2: '7',
|
|
1951
2084
|
y1: '17',
|
|
@@ -1957,11 +2090,11 @@ const iconNode$f4 = [['line', {
|
|
|
1957
2090
|
}]];
|
|
1958
2091
|
const ArrowUpLeft = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1959
2092
|
name: "ArrowUpLeft",
|
|
1960
|
-
iconNode: iconNode$
|
|
2093
|
+
iconNode: iconNode$f5
|
|
1961
2094
|
}));
|
|
1962
2095
|
var ArrowUpLeft$1 = ArrowUpLeft;
|
|
1963
2096
|
|
|
1964
|
-
const iconNode$
|
|
2097
|
+
const iconNode$f4 = [['path', {
|
|
1965
2098
|
d: 'm3 8 4-4 4 4',
|
|
1966
2099
|
key: '11wl7u'
|
|
1967
2100
|
}], ['path', {
|
|
@@ -1979,11 +2112,11 @@ const iconNode$f3 = [['path', {
|
|
|
1979
2112
|
}]];
|
|
1980
2113
|
const ArrowUpNarrowWide = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1981
2114
|
name: "ArrowUpNarrowWide",
|
|
1982
|
-
iconNode: iconNode$
|
|
2115
|
+
iconNode: iconNode$f4
|
|
1983
2116
|
}));
|
|
1984
2117
|
var ArrowUpNarrowWide$1 = ArrowUpNarrowWide;
|
|
1985
2118
|
|
|
1986
|
-
const iconNode$
|
|
2119
|
+
const iconNode$f3 = [['polyline', {
|
|
1987
2120
|
points: '16,2 22,2 22,8 ',
|
|
1988
2121
|
key: 'fsuehn'
|
|
1989
2122
|
}], ['line', {
|
|
@@ -1998,11 +2131,11 @@ const iconNode$f2 = [['polyline', {
|
|
|
1998
2131
|
}]];
|
|
1999
2132
|
const ArrowUpRightFromCircle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
2000
2133
|
name: "ArrowUpRightFromCircle",
|
|
2001
|
-
iconNode: iconNode$
|
|
2134
|
+
iconNode: iconNode$f3
|
|
2002
2135
|
}));
|
|
2003
2136
|
var ArrowUpRightFromCircle$1 = ArrowUpRightFromCircle;
|
|
2004
2137
|
|
|
2005
|
-
const iconNode$
|
|
2138
|
+
const iconNode$f2 = [['line', {
|
|
2006
2139
|
x1: '7',
|
|
2007
2140
|
x2: '17',
|
|
2008
2141
|
y1: '17',
|
|
@@ -2014,11 +2147,11 @@ const iconNode$f1 = [['line', {
|
|
|
2014
2147
|
}]];
|
|
2015
2148
|
const ArrowUpRight = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
2016
2149
|
name: "ArrowUpRight",
|
|
2017
|
-
iconNode: iconNode$
|
|
2150
|
+
iconNode: iconNode$f2
|
|
2018
2151
|
}));
|
|
2019
2152
|
var ArrowUpRight$1 = ArrowUpRight;
|
|
2020
2153
|
|
|
2021
|
-
const iconNode$
|
|
2154
|
+
const iconNode$f1 = [['rect', {
|
|
2022
2155
|
width: '18',
|
|
2023
2156
|
height: '18',
|
|
2024
2157
|
x: '3',
|
|
@@ -2038,10 +2171,29 @@ const iconNode$f0 = [['rect', {
|
|
|
2038
2171
|
}]];
|
|
2039
2172
|
const ArrowUpSquare = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
2040
2173
|
name: "ArrowUpSquare",
|
|
2041
|
-
iconNode: iconNode$
|
|
2174
|
+
iconNode: iconNode$f1
|
|
2042
2175
|
}));
|
|
2043
2176
|
var ArrowUpSquare$1 = ArrowUpSquare;
|
|
2044
2177
|
|
|
2178
|
+
const iconNode$f0 = [['line', {
|
|
2179
|
+
x1: '12',
|
|
2180
|
+
x2: '12',
|
|
2181
|
+
y1: '7',
|
|
2182
|
+
y2: '21',
|
|
2183
|
+
key: 'mhahpb'
|
|
2184
|
+
}], ['polyline', {
|
|
2185
|
+
points: '18 13 12 7 6 13',
|
|
2186
|
+
key: '9nrmn7'
|
|
2187
|
+
}], ['path', {
|
|
2188
|
+
d: 'M5 3h14',
|
|
2189
|
+
key: '7usisc'
|
|
2190
|
+
}]];
|
|
2191
|
+
const ArrowUpToLine = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
2192
|
+
name: "ArrowUpToLine",
|
|
2193
|
+
iconNode: iconNode$f0
|
|
2194
|
+
}));
|
|
2195
|
+
var ArrowUpToLine$1 = ArrowUpToLine;
|
|
2196
|
+
|
|
2045
2197
|
const iconNode$e$ = [['path', {
|
|
2046
2198
|
d: 'm3 8 4-4 4 4',
|
|
2047
2199
|
key: '11wl7u'
|
|
@@ -22516,6 +22668,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
22516
22668
|
ArrowDown10: ArrowDown10$1,
|
|
22517
22669
|
ArrowDownAZ: ArrowDownAZ$1,
|
|
22518
22670
|
ArrowDownCircle: ArrowDownCircle$1,
|
|
22671
|
+
ArrowDownFromLine: ArrowDownFromLine$1,
|
|
22519
22672
|
ArrowDownLeftFromCircle: ArrowDownLeftFromCircle$1,
|
|
22520
22673
|
ArrowDownLeft: ArrowDownLeft$1,
|
|
22521
22674
|
ArrowDownNarrowWide: ArrowDownNarrowWide$1,
|
|
@@ -22523,17 +22676,22 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
22523
22676
|
ArrowDownRight: ArrowDownRight$1,
|
|
22524
22677
|
ArrowDownSquare: ArrowDownSquare$1,
|
|
22525
22678
|
ArrowDownToDot: ArrowDownToDot$1,
|
|
22679
|
+
ArrowDownToLine: ArrowDownToLine$1,
|
|
22526
22680
|
ArrowDownUp: ArrowDownUp$1,
|
|
22527
22681
|
ArrowDownWideNarrow: ArrowDownWideNarrow$1,
|
|
22528
22682
|
ArrowDownZA: ArrowDownZA$1,
|
|
22529
22683
|
ArrowDown: ArrowDown$1,
|
|
22530
22684
|
ArrowLeftCircle: ArrowLeftCircle$1,
|
|
22685
|
+
ArrowLeftFromLine: ArrowLeftFromLine$1,
|
|
22531
22686
|
ArrowLeftRight: ArrowLeftRight$1,
|
|
22532
22687
|
ArrowLeftSquare: ArrowLeftSquare$1,
|
|
22688
|
+
ArrowLeftToLine: ArrowLeftToLine$1,
|
|
22533
22689
|
ArrowLeft: ArrowLeft$1,
|
|
22534
22690
|
ArrowRightCircle: ArrowRightCircle$1,
|
|
22691
|
+
ArrowRightFromLine: ArrowRightFromLine$1,
|
|
22535
22692
|
ArrowRightLeft: ArrowRightLeft$1,
|
|
22536
22693
|
ArrowRightSquare: ArrowRightSquare$1,
|
|
22694
|
+
ArrowRightToLine: ArrowRightToLine$1,
|
|
22537
22695
|
ArrowRight: ArrowRight$1,
|
|
22538
22696
|
ArrowUp01: ArrowUp01$1,
|
|
22539
22697
|
ArrowUp10: ArrowUp10$1,
|
|
@@ -22541,12 +22699,14 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
22541
22699
|
ArrowUpCircle: ArrowUpCircle$1,
|
|
22542
22700
|
ArrowUpDown: ArrowUpDown$1,
|
|
22543
22701
|
ArrowUpFromDot: ArrowUpFromDot$1,
|
|
22702
|
+
ArrowUpFromLine: ArrowUpFromLine$1,
|
|
22544
22703
|
ArrowUpLeftFromCircle: ArrowUpLeftFromCircle$1,
|
|
22545
22704
|
ArrowUpLeft: ArrowUpLeft$1,
|
|
22546
22705
|
ArrowUpNarrowWide: ArrowUpNarrowWide$1,
|
|
22547
22706
|
ArrowUpRightFromCircle: ArrowUpRightFromCircle$1,
|
|
22548
22707
|
ArrowUpRight: ArrowUpRight$1,
|
|
22549
22708
|
ArrowUpSquare: ArrowUpSquare$1,
|
|
22709
|
+
ArrowUpToLine: ArrowUpToLine$1,
|
|
22550
22710
|
ArrowUpWideNarrow: ArrowUpWideNarrow$1,
|
|
22551
22711
|
ArrowUpZA: ArrowUpZA$1,
|
|
22552
22712
|
ArrowUp: ArrowUp$1,
|
|
@@ -23630,6 +23790,8 @@ exports.ArrowDownAZ = ArrowDownAZ$1;
|
|
|
23630
23790
|
exports.ArrowDownAZIcon = ArrowDownAZ$1;
|
|
23631
23791
|
exports.ArrowDownCircle = ArrowDownCircle$1;
|
|
23632
23792
|
exports.ArrowDownCircleIcon = ArrowDownCircle$1;
|
|
23793
|
+
exports.ArrowDownFromLine = ArrowDownFromLine$1;
|
|
23794
|
+
exports.ArrowDownFromLineIcon = ArrowDownFromLine$1;
|
|
23633
23795
|
exports.ArrowDownIcon = ArrowDown$1;
|
|
23634
23796
|
exports.ArrowDownLeft = ArrowDownLeft$1;
|
|
23635
23797
|
exports.ArrowDownLeftFromCircle = ArrowDownLeftFromCircle$1;
|
|
@@ -23645,6 +23807,8 @@ exports.ArrowDownSquare = ArrowDownSquare$1;
|
|
|
23645
23807
|
exports.ArrowDownSquareIcon = ArrowDownSquare$1;
|
|
23646
23808
|
exports.ArrowDownToDot = ArrowDownToDot$1;
|
|
23647
23809
|
exports.ArrowDownToDotIcon = ArrowDownToDot$1;
|
|
23810
|
+
exports.ArrowDownToLine = ArrowDownToLine$1;
|
|
23811
|
+
exports.ArrowDownToLineIcon = ArrowDownToLine$1;
|
|
23648
23812
|
exports.ArrowDownUp = ArrowDownUp$1;
|
|
23649
23813
|
exports.ArrowDownUpIcon = ArrowDownUp$1;
|
|
23650
23814
|
exports.ArrowDownWideNarrow = ArrowDownWideNarrow$1;
|
|
@@ -23654,19 +23818,27 @@ exports.ArrowDownZAIcon = ArrowDownZA$1;
|
|
|
23654
23818
|
exports.ArrowLeft = ArrowLeft$1;
|
|
23655
23819
|
exports.ArrowLeftCircle = ArrowLeftCircle$1;
|
|
23656
23820
|
exports.ArrowLeftCircleIcon = ArrowLeftCircle$1;
|
|
23821
|
+
exports.ArrowLeftFromLine = ArrowLeftFromLine$1;
|
|
23822
|
+
exports.ArrowLeftFromLineIcon = ArrowLeftFromLine$1;
|
|
23657
23823
|
exports.ArrowLeftIcon = ArrowLeft$1;
|
|
23658
23824
|
exports.ArrowLeftRight = ArrowLeftRight$1;
|
|
23659
23825
|
exports.ArrowLeftRightIcon = ArrowLeftRight$1;
|
|
23660
23826
|
exports.ArrowLeftSquare = ArrowLeftSquare$1;
|
|
23661
23827
|
exports.ArrowLeftSquareIcon = ArrowLeftSquare$1;
|
|
23828
|
+
exports.ArrowLeftToLine = ArrowLeftToLine$1;
|
|
23829
|
+
exports.ArrowLeftToLineIcon = ArrowLeftToLine$1;
|
|
23662
23830
|
exports.ArrowRight = ArrowRight$1;
|
|
23663
23831
|
exports.ArrowRightCircle = ArrowRightCircle$1;
|
|
23664
23832
|
exports.ArrowRightCircleIcon = ArrowRightCircle$1;
|
|
23833
|
+
exports.ArrowRightFromLine = ArrowRightFromLine$1;
|
|
23834
|
+
exports.ArrowRightFromLineIcon = ArrowRightFromLine$1;
|
|
23665
23835
|
exports.ArrowRightIcon = ArrowRight$1;
|
|
23666
23836
|
exports.ArrowRightLeft = ArrowRightLeft$1;
|
|
23667
23837
|
exports.ArrowRightLeftIcon = ArrowRightLeft$1;
|
|
23668
23838
|
exports.ArrowRightSquare = ArrowRightSquare$1;
|
|
23669
23839
|
exports.ArrowRightSquareIcon = ArrowRightSquare$1;
|
|
23840
|
+
exports.ArrowRightToLine = ArrowRightToLine$1;
|
|
23841
|
+
exports.ArrowRightToLineIcon = ArrowRightToLine$1;
|
|
23670
23842
|
exports.ArrowUp = ArrowUp$1;
|
|
23671
23843
|
exports.ArrowUp01 = ArrowUp01$1;
|
|
23672
23844
|
exports.ArrowUp01Icon = ArrowUp01$1;
|
|
@@ -23680,6 +23852,8 @@ exports.ArrowUpDown = ArrowUpDown$1;
|
|
|
23680
23852
|
exports.ArrowUpDownIcon = ArrowUpDown$1;
|
|
23681
23853
|
exports.ArrowUpFromDot = ArrowUpFromDot$1;
|
|
23682
23854
|
exports.ArrowUpFromDotIcon = ArrowUpFromDot$1;
|
|
23855
|
+
exports.ArrowUpFromLine = ArrowUpFromLine$1;
|
|
23856
|
+
exports.ArrowUpFromLineIcon = ArrowUpFromLine$1;
|
|
23683
23857
|
exports.ArrowUpIcon = ArrowUp$1;
|
|
23684
23858
|
exports.ArrowUpLeft = ArrowUpLeft$1;
|
|
23685
23859
|
exports.ArrowUpLeftFromCircle = ArrowUpLeftFromCircle$1;
|
|
@@ -23693,6 +23867,8 @@ exports.ArrowUpRightFromCircleIcon = ArrowUpRightFromCircle$1;
|
|
|
23693
23867
|
exports.ArrowUpRightIcon = ArrowUpRight$1;
|
|
23694
23868
|
exports.ArrowUpSquare = ArrowUpSquare$1;
|
|
23695
23869
|
exports.ArrowUpSquareIcon = ArrowUpSquare$1;
|
|
23870
|
+
exports.ArrowUpToLine = ArrowUpToLine$1;
|
|
23871
|
+
exports.ArrowUpToLineIcon = ArrowUpToLine$1;
|
|
23696
23872
|
exports.ArrowUpWideNarrow = ArrowUpWideNarrow$1;
|
|
23697
23873
|
exports.ArrowUpWideNarrowIcon = ArrowUpWideNarrow$1;
|
|
23698
23874
|
exports.ArrowUpZA = ArrowUpZA$1;
|
|
@@ -24820,6 +24996,7 @@ exports.LucideArrowDown01 = ArrowDown01$1;
|
|
|
24820
24996
|
exports.LucideArrowDown10 = ArrowDown10$1;
|
|
24821
24997
|
exports.LucideArrowDownAZ = ArrowDownAZ$1;
|
|
24822
24998
|
exports.LucideArrowDownCircle = ArrowDownCircle$1;
|
|
24999
|
+
exports.LucideArrowDownFromLine = ArrowDownFromLine$1;
|
|
24823
25000
|
exports.LucideArrowDownLeft = ArrowDownLeft$1;
|
|
24824
25001
|
exports.LucideArrowDownLeftFromCircle = ArrowDownLeftFromCircle$1;
|
|
24825
25002
|
exports.LucideArrowDownNarrowWide = ArrowDownNarrowWide$1;
|
|
@@ -24827,17 +25004,22 @@ exports.LucideArrowDownRight = ArrowDownRight$1;
|
|
|
24827
25004
|
exports.LucideArrowDownRightFromCircle = ArrowDownRightFromCircle$1;
|
|
24828
25005
|
exports.LucideArrowDownSquare = ArrowDownSquare$1;
|
|
24829
25006
|
exports.LucideArrowDownToDot = ArrowDownToDot$1;
|
|
25007
|
+
exports.LucideArrowDownToLine = ArrowDownToLine$1;
|
|
24830
25008
|
exports.LucideArrowDownUp = ArrowDownUp$1;
|
|
24831
25009
|
exports.LucideArrowDownWideNarrow = ArrowDownWideNarrow$1;
|
|
24832
25010
|
exports.LucideArrowDownZA = ArrowDownZA$1;
|
|
24833
25011
|
exports.LucideArrowLeft = ArrowLeft$1;
|
|
24834
25012
|
exports.LucideArrowLeftCircle = ArrowLeftCircle$1;
|
|
25013
|
+
exports.LucideArrowLeftFromLine = ArrowLeftFromLine$1;
|
|
24835
25014
|
exports.LucideArrowLeftRight = ArrowLeftRight$1;
|
|
24836
25015
|
exports.LucideArrowLeftSquare = ArrowLeftSquare$1;
|
|
25016
|
+
exports.LucideArrowLeftToLine = ArrowLeftToLine$1;
|
|
24837
25017
|
exports.LucideArrowRight = ArrowRight$1;
|
|
24838
25018
|
exports.LucideArrowRightCircle = ArrowRightCircle$1;
|
|
25019
|
+
exports.LucideArrowRightFromLine = ArrowRightFromLine$1;
|
|
24839
25020
|
exports.LucideArrowRightLeft = ArrowRightLeft$1;
|
|
24840
25021
|
exports.LucideArrowRightSquare = ArrowRightSquare$1;
|
|
25022
|
+
exports.LucideArrowRightToLine = ArrowRightToLine$1;
|
|
24841
25023
|
exports.LucideArrowUp = ArrowUp$1;
|
|
24842
25024
|
exports.LucideArrowUp01 = ArrowUp01$1;
|
|
24843
25025
|
exports.LucideArrowUp10 = ArrowUp10$1;
|
|
@@ -24845,12 +25027,14 @@ exports.LucideArrowUpAZ = ArrowUpAZ$1;
|
|
|
24845
25027
|
exports.LucideArrowUpCircle = ArrowUpCircle$1;
|
|
24846
25028
|
exports.LucideArrowUpDown = ArrowUpDown$1;
|
|
24847
25029
|
exports.LucideArrowUpFromDot = ArrowUpFromDot$1;
|
|
25030
|
+
exports.LucideArrowUpFromLine = ArrowUpFromLine$1;
|
|
24848
25031
|
exports.LucideArrowUpLeft = ArrowUpLeft$1;
|
|
24849
25032
|
exports.LucideArrowUpLeftFromCircle = ArrowUpLeftFromCircle$1;
|
|
24850
25033
|
exports.LucideArrowUpNarrowWide = ArrowUpNarrowWide$1;
|
|
24851
25034
|
exports.LucideArrowUpRight = ArrowUpRight$1;
|
|
24852
25035
|
exports.LucideArrowUpRightFromCircle = ArrowUpRightFromCircle$1;
|
|
24853
25036
|
exports.LucideArrowUpSquare = ArrowUpSquare$1;
|
|
25037
|
+
exports.LucideArrowUpToLine = ArrowUpToLine$1;
|
|
24854
25038
|
exports.LucideArrowUpWideNarrow = ArrowUpWideNarrow$1;
|
|
24855
25039
|
exports.LucideArrowUpZA = ArrowUpZA$1;
|
|
24856
25040
|
exports.LucideAsterisk = Asterisk$1;
|