lucide-solid 0.229.0 → 0.231.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 +121 -87
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +116 -88
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/aliases.js +6 -0
- package/dist/source/icons/ampersand.jsx +13 -0
- package/dist/source/icons/ampersands.jsx +19 -0
- package/dist/source/icons/index.js +2 -0
- package/dist/source/icons/mouse.jsx +2 -2
- package/dist/source/lucide-solid.js +1 -1
- package/dist/types/aliases.d.ts +4 -0
- package/dist/types/icons/ampersand.d.ts +3 -0
- package/dist/types/icons/ampersands.d.ts +3 -0
- package/dist/types/icons/index.d.ts +2 -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.231.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$hA = [['circle', {
|
|
74
74
|
cx: '16',
|
|
75
75
|
cy: '4',
|
|
76
76
|
r: '1',
|
|
@@ -90,21 +90,21 @@ const iconNode$hy = [['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$hA
|
|
94
94
|
}));
|
|
95
95
|
var Accessibility$1 = Accessibility;
|
|
96
96
|
|
|
97
|
-
const iconNode$
|
|
97
|
+
const iconNode$hz = [['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$hz
|
|
104
104
|
}));
|
|
105
105
|
var Activity$1 = Activity;
|
|
106
106
|
|
|
107
|
-
const iconNode$
|
|
107
|
+
const iconNode$hy = [['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$hw = [['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$hy
|
|
123
123
|
}));
|
|
124
124
|
var AirVent$1 = AirVent;
|
|
125
125
|
|
|
126
|
-
const iconNode$
|
|
126
|
+
const iconNode$hx = [['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$hv = [['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$hx
|
|
136
136
|
}));
|
|
137
137
|
var Airplay$1 = Airplay;
|
|
138
138
|
|
|
139
|
-
const iconNode$
|
|
139
|
+
const iconNode$hw = [['circle', {
|
|
140
140
|
cx: '12',
|
|
141
141
|
cy: '13',
|
|
142
142
|
r: '8',
|
|
@@ -159,11 +159,11 @@ const iconNode$hu = [['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$hw
|
|
163
163
|
}));
|
|
164
164
|
var AlarmCheck$1 = AlarmCheck;
|
|
165
165
|
|
|
166
|
-
const iconNode$
|
|
166
|
+
const iconNode$hv = [['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$ht = [['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$hv
|
|
188
188
|
}));
|
|
189
189
|
var AlarmClockOff$1 = AlarmClockOff;
|
|
190
190
|
|
|
191
|
-
const iconNode$
|
|
191
|
+
const iconNode$hu = [['circle', {
|
|
192
192
|
cx: '12',
|
|
193
193
|
cy: '13',
|
|
194
194
|
r: '8',
|
|
@@ -211,11 +211,11 @@ const iconNode$hs = [['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$hu
|
|
215
215
|
}));
|
|
216
216
|
var AlarmClock$1 = AlarmClock;
|
|
217
217
|
|
|
218
|
-
const iconNode$
|
|
218
|
+
const iconNode$ht = [['circle', {
|
|
219
219
|
cx: '12',
|
|
220
220
|
cy: '13',
|
|
221
221
|
r: '8',
|
|
@@ -238,11 +238,11 @@ const iconNode$hr = [['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$ht
|
|
242
242
|
}));
|
|
243
243
|
var AlarmMinus$1 = AlarmMinus;
|
|
244
244
|
|
|
245
|
-
const iconNode$
|
|
245
|
+
const iconNode$hs = [['circle', {
|
|
246
246
|
cx: '12',
|
|
247
247
|
cy: '13',
|
|
248
248
|
r: '8',
|
|
@@ -268,11 +268,11 @@ const iconNode$hq = [['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$hs
|
|
272
272
|
}));
|
|
273
273
|
var AlarmPlus$1 = AlarmPlus;
|
|
274
274
|
|
|
275
|
-
const iconNode$
|
|
275
|
+
const iconNode$hr = [['rect', {
|
|
276
276
|
width: '18',
|
|
277
277
|
height: '18',
|
|
278
278
|
x: '3',
|
|
@@ -286,11 +286,11 @@ const iconNode$hp = [['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$hr
|
|
290
290
|
}));
|
|
291
291
|
var Album$1 = Album;
|
|
292
292
|
|
|
293
|
-
const iconNode$
|
|
293
|
+
const iconNode$hq = [['circle', {
|
|
294
294
|
cx: '12',
|
|
295
295
|
cy: '12',
|
|
296
296
|
r: '10',
|
|
@@ -310,11 +310,11 @@ const iconNode$ho = [['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$hq
|
|
314
314
|
}));
|
|
315
315
|
var AlertCircle$1 = AlertCircle;
|
|
316
316
|
|
|
317
|
-
const iconNode$
|
|
317
|
+
const iconNode$hp = [['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$hn = [['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$hp
|
|
336
336
|
}));
|
|
337
337
|
var AlertOctagon$1 = AlertOctagon;
|
|
338
338
|
|
|
339
|
-
const iconNode$
|
|
339
|
+
const iconNode$ho = [['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$hm = [['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$ho
|
|
358
358
|
}));
|
|
359
359
|
var AlertTriangle$1 = AlertTriangle;
|
|
360
360
|
|
|
361
|
-
const iconNode$
|
|
361
|
+
const iconNode$hn = [['path', {
|
|
362
362
|
d: 'M2 12h20',
|
|
363
363
|
key: '9i4pu4'
|
|
364
364
|
}], ['path', {
|
|
@@ -376,11 +376,11 @@ const iconNode$hl = [['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$hn
|
|
380
380
|
}));
|
|
381
381
|
var AlignCenterHorizontal$1 = AlignCenterHorizontal;
|
|
382
382
|
|
|
383
|
-
const iconNode$
|
|
383
|
+
const iconNode$hm = [['path', {
|
|
384
384
|
d: 'M12 2v20',
|
|
385
385
|
key: 't6zp3m'
|
|
386
386
|
}], ['path', {
|
|
@@ -398,11 +398,11 @@ const iconNode$hk = [['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$hm
|
|
402
402
|
}));
|
|
403
403
|
var AlignCenterVertical$1 = AlignCenterVertical;
|
|
404
404
|
|
|
405
|
-
const iconNode$
|
|
405
|
+
const iconNode$hl = [['line', {
|
|
406
406
|
x1: '21',
|
|
407
407
|
x2: '3',
|
|
408
408
|
y1: '6',
|
|
@@ -423,11 +423,11 @@ const iconNode$hj = [['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$hl
|
|
427
427
|
}));
|
|
428
428
|
var AlignCenter$1 = AlignCenter;
|
|
429
429
|
|
|
430
|
-
const iconNode$
|
|
430
|
+
const iconNode$hk = [['rect', {
|
|
431
431
|
width: '6',
|
|
432
432
|
height: '16',
|
|
433
433
|
x: '4',
|
|
@@ -447,11 +447,11 @@ const iconNode$hi = [['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$hk
|
|
451
451
|
}));
|
|
452
452
|
var AlignEndHorizontal$1 = AlignEndHorizontal;
|
|
453
453
|
|
|
454
|
-
const iconNode$
|
|
454
|
+
const iconNode$hj = [['rect', {
|
|
455
455
|
width: '16',
|
|
456
456
|
height: '6',
|
|
457
457
|
x: '2',
|
|
@@ -471,11 +471,11 @@ const iconNode$hh = [['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$hj
|
|
475
475
|
}));
|
|
476
476
|
var AlignEndVertical$1 = AlignEndVertical;
|
|
477
477
|
|
|
478
|
-
const iconNode$
|
|
478
|
+
const iconNode$hi = [['rect', {
|
|
479
479
|
width: '6',
|
|
480
480
|
height: '14',
|
|
481
481
|
x: '4',
|
|
@@ -504,11 +504,11 @@ const iconNode$hg = [['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$hi
|
|
508
508
|
}));
|
|
509
509
|
var AlignHorizontalDistributeCenter$1 = AlignHorizontalDistributeCenter;
|
|
510
510
|
|
|
511
|
-
const iconNode$
|
|
511
|
+
const iconNode$hh = [['rect', {
|
|
512
512
|
width: '6',
|
|
513
513
|
height: '14',
|
|
514
514
|
x: '4',
|
|
@@ -531,11 +531,11 @@ const iconNode$hf = [['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$hh
|
|
535
535
|
}));
|
|
536
536
|
var AlignHorizontalDistributeEnd$1 = AlignHorizontalDistributeEnd;
|
|
537
537
|
|
|
538
|
-
const iconNode$
|
|
538
|
+
const iconNode$hg = [['rect', {
|
|
539
539
|
width: '6',
|
|
540
540
|
height: '14',
|
|
541
541
|
x: '4',
|
|
@@ -558,11 +558,11 @@ const iconNode$he = [['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$hg
|
|
562
562
|
}));
|
|
563
563
|
var AlignHorizontalDistributeStart$1 = AlignHorizontalDistributeStart;
|
|
564
564
|
|
|
565
|
-
const iconNode$
|
|
565
|
+
const iconNode$hf = [['rect', {
|
|
566
566
|
width: '6',
|
|
567
567
|
height: '14',
|
|
568
568
|
x: '2',
|
|
@@ -582,11 +582,11 @@ const iconNode$hd = [['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$hf
|
|
586
586
|
}));
|
|
587
587
|
var AlignHorizontalJustifyCenter$1 = AlignHorizontalJustifyCenter;
|
|
588
588
|
|
|
589
|
-
const iconNode$
|
|
589
|
+
const iconNode$he = [['rect', {
|
|
590
590
|
width: '6',
|
|
591
591
|
height: '14',
|
|
592
592
|
x: '2',
|
|
@@ -606,11 +606,11 @@ const iconNode$hc = [['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$he
|
|
610
610
|
}));
|
|
611
611
|
var AlignHorizontalJustifyEnd$1 = AlignHorizontalJustifyEnd;
|
|
612
612
|
|
|
613
|
-
const iconNode$
|
|
613
|
+
const iconNode$hd = [['rect', {
|
|
614
614
|
width: '6',
|
|
615
615
|
height: '14',
|
|
616
616
|
x: '6',
|
|
@@ -630,11 +630,11 @@ const iconNode$hb = [['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$hd
|
|
634
634
|
}));
|
|
635
635
|
var AlignHorizontalJustifyStart$1 = AlignHorizontalJustifyStart;
|
|
636
636
|
|
|
637
|
-
const iconNode$
|
|
637
|
+
const iconNode$hc = [['rect', {
|
|
638
638
|
width: '6',
|
|
639
639
|
height: '10',
|
|
640
640
|
x: '9',
|
|
@@ -650,11 +650,11 @@ const iconNode$ha = [['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$hc
|
|
654
654
|
}));
|
|
655
655
|
var AlignHorizontalSpaceAround$1 = AlignHorizontalSpaceAround;
|
|
656
656
|
|
|
657
|
-
const iconNode$
|
|
657
|
+
const iconNode$hb = [['rect', {
|
|
658
658
|
width: '6',
|
|
659
659
|
height: '14',
|
|
660
660
|
x: '3',
|
|
@@ -677,11 +677,11 @@ const iconNode$h9 = [['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$hb
|
|
681
681
|
}));
|
|
682
682
|
var AlignHorizontalSpaceBetween$1 = AlignHorizontalSpaceBetween;
|
|
683
683
|
|
|
684
|
-
const iconNode$
|
|
684
|
+
const iconNode$ha = [['line', {
|
|
685
685
|
x1: '3',
|
|
686
686
|
x2: '21',
|
|
687
687
|
y1: '6',
|
|
@@ -702,11 +702,11 @@ const iconNode$h8 = [['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$ha
|
|
706
706
|
}));
|
|
707
707
|
var AlignJustify$1 = AlignJustify;
|
|
708
708
|
|
|
709
|
-
const iconNode$
|
|
709
|
+
const iconNode$h9 = [['line', {
|
|
710
710
|
x1: '21',
|
|
711
711
|
x2: '3',
|
|
712
712
|
y1: '6',
|
|
@@ -727,11 +727,11 @@ const iconNode$h7 = [['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$h9
|
|
731
731
|
}));
|
|
732
732
|
var AlignLeft$1 = AlignLeft;
|
|
733
733
|
|
|
734
|
-
const iconNode$
|
|
734
|
+
const iconNode$h8 = [['line', {
|
|
735
735
|
x1: '21',
|
|
736
736
|
x2: '3',
|
|
737
737
|
y1: '6',
|
|
@@ -752,11 +752,11 @@ const iconNode$h6 = [['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$h8
|
|
756
756
|
}));
|
|
757
757
|
var AlignRight$1 = AlignRight;
|
|
758
758
|
|
|
759
|
-
const iconNode$
|
|
759
|
+
const iconNode$h7 = [['rect', {
|
|
760
760
|
width: '6',
|
|
761
761
|
height: '16',
|
|
762
762
|
x: '4',
|
|
@@ -776,11 +776,11 @@ const iconNode$h5 = [['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$h7
|
|
780
780
|
}));
|
|
781
781
|
var AlignStartHorizontal$1 = AlignStartHorizontal;
|
|
782
782
|
|
|
783
|
-
const iconNode$
|
|
783
|
+
const iconNode$h6 = [['rect', {
|
|
784
784
|
width: '9',
|
|
785
785
|
height: '6',
|
|
786
786
|
x: '6',
|
|
@@ -800,11 +800,11 @@ const iconNode$h4 = [['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$h6
|
|
804
804
|
}));
|
|
805
805
|
var AlignStartVertical$1 = AlignStartVertical;
|
|
806
806
|
|
|
807
|
-
const iconNode$
|
|
807
|
+
const iconNode$h5 = [['rect', {
|
|
808
808
|
width: '14',
|
|
809
809
|
height: '6',
|
|
810
810
|
x: '5',
|
|
@@ -833,11 +833,11 @@ const iconNode$h3 = [['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$h5
|
|
837
837
|
}));
|
|
838
838
|
var AlignVerticalDistributeCenter$1 = AlignVerticalDistributeCenter;
|
|
839
839
|
|
|
840
|
-
const iconNode$
|
|
840
|
+
const iconNode$h4 = [['rect', {
|
|
841
841
|
width: '14',
|
|
842
842
|
height: '6',
|
|
843
843
|
x: '5',
|
|
@@ -860,11 +860,11 @@ const iconNode$h2 = [['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$h4
|
|
864
864
|
}));
|
|
865
865
|
var AlignVerticalDistributeEnd$1 = AlignVerticalDistributeEnd;
|
|
866
866
|
|
|
867
|
-
const iconNode$
|
|
867
|
+
const iconNode$h3 = [['rect', {
|
|
868
868
|
width: '14',
|
|
869
869
|
height: '6',
|
|
870
870
|
x: '5',
|
|
@@ -887,11 +887,11 @@ const iconNode$h1 = [['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$h3
|
|
891
891
|
}));
|
|
892
892
|
var AlignVerticalDistributeStart$1 = AlignVerticalDistributeStart;
|
|
893
893
|
|
|
894
|
-
const iconNode$
|
|
894
|
+
const iconNode$h2 = [['rect', {
|
|
895
895
|
width: '14',
|
|
896
896
|
height: '6',
|
|
897
897
|
x: '5',
|
|
@@ -911,11 +911,11 @@ const iconNode$h0 = [['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$h2
|
|
915
915
|
}));
|
|
916
916
|
var AlignVerticalJustifyCenter$1 = AlignVerticalJustifyCenter;
|
|
917
917
|
|
|
918
|
-
const iconNode$
|
|
918
|
+
const iconNode$h1 = [['rect', {
|
|
919
919
|
width: '14',
|
|
920
920
|
height: '6',
|
|
921
921
|
x: '5',
|
|
@@ -935,11 +935,11 @@ const iconNode$g$ = [['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$h1
|
|
939
939
|
}));
|
|
940
940
|
var AlignVerticalJustifyEnd$1 = AlignVerticalJustifyEnd;
|
|
941
941
|
|
|
942
|
-
const iconNode$
|
|
942
|
+
const iconNode$h0 = [['rect', {
|
|
943
943
|
width: '14',
|
|
944
944
|
height: '6',
|
|
945
945
|
x: '5',
|
|
@@ -959,11 +959,11 @@ const iconNode$g_ = [['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$h0
|
|
963
963
|
}));
|
|
964
964
|
var AlignVerticalJustifyStart$1 = AlignVerticalJustifyStart;
|
|
965
965
|
|
|
966
|
-
const iconNode$
|
|
966
|
+
const iconNode$g$ = [['rect', {
|
|
967
967
|
width: '10',
|
|
968
968
|
height: '6',
|
|
969
969
|
x: '7',
|
|
@@ -979,11 +979,11 @@ const iconNode$gZ = [['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$g$
|
|
983
983
|
}));
|
|
984
984
|
var AlignVerticalSpaceAround$1 = AlignVerticalSpaceAround;
|
|
985
985
|
|
|
986
|
-
const iconNode$
|
|
986
|
+
const iconNode$g_ = [['rect', {
|
|
987
987
|
width: '14',
|
|
988
988
|
height: '6',
|
|
989
989
|
x: '5',
|
|
@@ -1006,10 +1006,36 @@ const iconNode$gY = [['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$g_
|
|
1010
1010
|
}));
|
|
1011
1011
|
var AlignVerticalSpaceBetween$1 = AlignVerticalSpaceBetween;
|
|
1012
1012
|
|
|
1013
|
+
const iconNode$gZ = [['path', {
|
|
1014
|
+
d: 'M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13',
|
|
1015
|
+
key: '1o9ehi'
|
|
1016
|
+
}], ['path', {
|
|
1017
|
+
d: 'M16 12h3',
|
|
1018
|
+
key: '4uvgyw'
|
|
1019
|
+
}]];
|
|
1020
|
+
const Ampersand = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1021
|
+
name: "Ampersand",
|
|
1022
|
+
iconNode: iconNode$gZ
|
|
1023
|
+
}));
|
|
1024
|
+
var Ampersand$1 = Ampersand;
|
|
1025
|
+
|
|
1026
|
+
const iconNode$gY = [['path', {
|
|
1027
|
+
d: 'M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5',
|
|
1028
|
+
key: '12lh1k'
|
|
1029
|
+
}], ['path', {
|
|
1030
|
+
d: 'M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5',
|
|
1031
|
+
key: '173c68'
|
|
1032
|
+
}]];
|
|
1033
|
+
const Ampersands = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
1034
|
+
name: "Ampersands",
|
|
1035
|
+
iconNode: iconNode$gY
|
|
1036
|
+
}));
|
|
1037
|
+
var Ampersands$1 = Ampersands;
|
|
1038
|
+
|
|
1013
1039
|
const iconNode$gX = [['circle', {
|
|
1014
1040
|
cx: '12',
|
|
1015
1041
|
cy: '5',
|
|
@@ -15368,15 +15394,15 @@ const MousePointer = props => web.createComponent(Icon$1, web.mergeProps(props,
|
|
|
15368
15394
|
var MousePointer$1 = MousePointer;
|
|
15369
15395
|
|
|
15370
15396
|
const iconNode$6k = [['rect', {
|
|
15371
|
-
|
|
15372
|
-
|
|
15373
|
-
|
|
15374
|
-
|
|
15375
|
-
rx: '
|
|
15376
|
-
key: '
|
|
15397
|
+
x: '5',
|
|
15398
|
+
y: '2',
|
|
15399
|
+
width: '14',
|
|
15400
|
+
height: '20',
|
|
15401
|
+
rx: '7',
|
|
15402
|
+
key: '11ol66'
|
|
15377
15403
|
}], ['path', {
|
|
15378
|
-
d: 'M12
|
|
15379
|
-
key: '
|
|
15404
|
+
d: 'M12 6v4',
|
|
15405
|
+
key: '16clxf'
|
|
15380
15406
|
}]];
|
|
15381
15407
|
const Mouse = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
15382
15408
|
name: "Mouse",
|
|
@@ -23929,6 +23955,8 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
23929
23955
|
AlignVerticalJustifyStart: AlignVerticalJustifyStart$1,
|
|
23930
23956
|
AlignVerticalSpaceAround: AlignVerticalSpaceAround$1,
|
|
23931
23957
|
AlignVerticalSpaceBetween: AlignVerticalSpaceBetween$1,
|
|
23958
|
+
Ampersand: Ampersand$1,
|
|
23959
|
+
Ampersands: Ampersands$1,
|
|
23932
23960
|
Anchor: Anchor$1,
|
|
23933
23961
|
Angry: Angry$1,
|
|
23934
23962
|
Annoyed: Annoyed$1,
|
|
@@ -25093,6 +25121,10 @@ exports.AlignVerticalSpaceAround = AlignVerticalSpaceAround$1;
|
|
|
25093
25121
|
exports.AlignVerticalSpaceAroundIcon = AlignVerticalSpaceAround$1;
|
|
25094
25122
|
exports.AlignVerticalSpaceBetween = AlignVerticalSpaceBetween$1;
|
|
25095
25123
|
exports.AlignVerticalSpaceBetweenIcon = AlignVerticalSpaceBetween$1;
|
|
25124
|
+
exports.Ampersand = Ampersand$1;
|
|
25125
|
+
exports.AmpersandIcon = Ampersand$1;
|
|
25126
|
+
exports.Ampersands = Ampersands$1;
|
|
25127
|
+
exports.AmpersandsIcon = Ampersands$1;
|
|
25096
25128
|
exports.Anchor = Anchor$1;
|
|
25097
25129
|
exports.AnchorIcon = Anchor$1;
|
|
25098
25130
|
exports.Angry = Angry$1;
|
|
@@ -26362,6 +26394,8 @@ exports.LucideAlignVerticalJustifyEnd = AlignVerticalJustifyEnd$1;
|
|
|
26362
26394
|
exports.LucideAlignVerticalJustifyStart = AlignVerticalJustifyStart$1;
|
|
26363
26395
|
exports.LucideAlignVerticalSpaceAround = AlignVerticalSpaceAround$1;
|
|
26364
26396
|
exports.LucideAlignVerticalSpaceBetween = AlignVerticalSpaceBetween$1;
|
|
26397
|
+
exports.LucideAmpersand = Ampersand$1;
|
|
26398
|
+
exports.LucideAmpersands = Ampersands$1;
|
|
26365
26399
|
exports.LucideAnchor = Anchor$1;
|
|
26366
26400
|
exports.LucideAngry = Angry$1;
|
|
26367
26401
|
exports.LucideAnnoyed = Annoyed$1;
|