lucide-react 0.17.5 → 0.17.6
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-react.js +157 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/align-horizonal-distribute-center.js +29 -0
- package/dist/esm/icons/align-horizonal-distribute-end.js +23 -0
- package/dist/esm/icons/align-horizonal-distribute-start.js +23 -0
- package/dist/esm/icons/align-vertical-distribute-center.js +29 -0
- package/dist/esm/icons/align-vertical-distribute-end.js +23 -0
- package/dist/esm/icons/align-vertical-distribute-start.js +23 -0
- package/dist/esm/icons/index.js +6 -0
- package/dist/lucide-react.d.ts +6 -0
- package/dist/umd/lucide-react.js +157 -1
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.17.
|
|
2
|
+
* lucide-react v0.17.6 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -527,6 +527,81 @@ var AlignEndVertical = createReactComponent('AlignEndVertical', [['rect', {
|
|
|
527
527
|
}]]);
|
|
528
528
|
var AlignEndVertical$1 = AlignEndVertical;
|
|
529
529
|
|
|
530
|
+
var AlignHorizonalDistributeCenter = createReactComponent('AlignHorizonalDistributeCenter', [['rect', {
|
|
531
|
+
x: '4',
|
|
532
|
+
y: '5',
|
|
533
|
+
width: '6',
|
|
534
|
+
height: '14',
|
|
535
|
+
rx: '2',
|
|
536
|
+
key: 'ric6yp'
|
|
537
|
+
}], ['rect', {
|
|
538
|
+
x: '14',
|
|
539
|
+
y: '7',
|
|
540
|
+
width: '6',
|
|
541
|
+
height: '10',
|
|
542
|
+
rx: '2',
|
|
543
|
+
key: '1mr5t1'
|
|
544
|
+
}], ['path', {
|
|
545
|
+
d: 'M17 22v-5',
|
|
546
|
+
key: '4b6g73'
|
|
547
|
+
}], ['path', {
|
|
548
|
+
d: 'M17 7V2',
|
|
549
|
+
key: 'hnrr36'
|
|
550
|
+
}], ['path', {
|
|
551
|
+
d: 'M7 22v-3',
|
|
552
|
+
key: '1r4jpn'
|
|
553
|
+
}], ['path', {
|
|
554
|
+
d: 'M7 5V2',
|
|
555
|
+
key: 'liy1u9'
|
|
556
|
+
}]]);
|
|
557
|
+
var AlignHorizonalDistributeCenter$1 = AlignHorizonalDistributeCenter;
|
|
558
|
+
|
|
559
|
+
var AlignHorizonalDistributeEnd = createReactComponent('AlignHorizonalDistributeEnd', [['rect', {
|
|
560
|
+
x: '4',
|
|
561
|
+
y: '5',
|
|
562
|
+
width: '6',
|
|
563
|
+
height: '14',
|
|
564
|
+
rx: '2',
|
|
565
|
+
key: 'ric6yp'
|
|
566
|
+
}], ['rect', {
|
|
567
|
+
x: '14',
|
|
568
|
+
y: '7',
|
|
569
|
+
width: '6',
|
|
570
|
+
height: '10',
|
|
571
|
+
rx: '2',
|
|
572
|
+
key: '1mr5t1'
|
|
573
|
+
}], ['path', {
|
|
574
|
+
d: 'M10 2v20',
|
|
575
|
+
key: 'uyc634'
|
|
576
|
+
}], ['path', {
|
|
577
|
+
d: 'M20 2v20',
|
|
578
|
+
key: '1tx262'
|
|
579
|
+
}]]);
|
|
580
|
+
var AlignHorizonalDistributeEnd$1 = AlignHorizonalDistributeEnd;
|
|
581
|
+
|
|
582
|
+
var AlignHorizonalDistributeStart = createReactComponent('AlignHorizonalDistributeStart', [['rect', {
|
|
583
|
+
x: '4',
|
|
584
|
+
y: '5',
|
|
585
|
+
width: '6',
|
|
586
|
+
height: '14',
|
|
587
|
+
rx: '2',
|
|
588
|
+
key: 'ric6yp'
|
|
589
|
+
}], ['rect', {
|
|
590
|
+
x: '14',
|
|
591
|
+
y: '7',
|
|
592
|
+
width: '6',
|
|
593
|
+
height: '10',
|
|
594
|
+
rx: '2',
|
|
595
|
+
key: '1mr5t1'
|
|
596
|
+
}], ['path', {
|
|
597
|
+
d: 'M4 2v20',
|
|
598
|
+
key: 'gtpd5x'
|
|
599
|
+
}], ['path', {
|
|
600
|
+
d: 'M14 2v20',
|
|
601
|
+
key: 'tg6bpw'
|
|
602
|
+
}]]);
|
|
603
|
+
var AlignHorizonalDistributeStart$1 = AlignHorizonalDistributeStart;
|
|
604
|
+
|
|
530
605
|
var AlignHorizontalJustifyCenter = createReactComponent('AlignHorizontalJustifyCenter', [['rect', {
|
|
531
606
|
x: '2',
|
|
532
607
|
y: '5',
|
|
@@ -729,6 +804,81 @@ var AlignStartVertical = createReactComponent('AlignStartVertical', [['rect', {
|
|
|
729
804
|
}]]);
|
|
730
805
|
var AlignStartVertical$1 = AlignStartVertical;
|
|
731
806
|
|
|
807
|
+
var AlignVerticalDistributeCenter = createReactComponent('AlignVerticalDistributeCenter', [['rect', {
|
|
808
|
+
x: '5',
|
|
809
|
+
y: '14',
|
|
810
|
+
width: '14',
|
|
811
|
+
height: '6',
|
|
812
|
+
rx: '2',
|
|
813
|
+
key: '1qrzuf'
|
|
814
|
+
}], ['rect', {
|
|
815
|
+
x: '7',
|
|
816
|
+
y: '4',
|
|
817
|
+
width: '10',
|
|
818
|
+
height: '6',
|
|
819
|
+
rx: '2',
|
|
820
|
+
key: 'we8e9z'
|
|
821
|
+
}], ['path', {
|
|
822
|
+
d: 'M22 7h-5',
|
|
823
|
+
key: 'o2endc'
|
|
824
|
+
}], ['path', {
|
|
825
|
+
d: 'M7 7H1',
|
|
826
|
+
key: '105l6j'
|
|
827
|
+
}], ['path', {
|
|
828
|
+
d: 'M22 17h-3',
|
|
829
|
+
key: '1lwga1'
|
|
830
|
+
}], ['path', {
|
|
831
|
+
d: 'M5 17H2',
|
|
832
|
+
key: '1gx9xc'
|
|
833
|
+
}]]);
|
|
834
|
+
var AlignVerticalDistributeCenter$1 = AlignVerticalDistributeCenter;
|
|
835
|
+
|
|
836
|
+
var AlignVerticalDistributeEnd = createReactComponent('AlignVerticalDistributeEnd', [['rect', {
|
|
837
|
+
x: '5',
|
|
838
|
+
y: '14',
|
|
839
|
+
width: '14',
|
|
840
|
+
height: '6',
|
|
841
|
+
rx: '2',
|
|
842
|
+
key: '1qrzuf'
|
|
843
|
+
}], ['rect', {
|
|
844
|
+
x: '7',
|
|
845
|
+
y: '4',
|
|
846
|
+
width: '10',
|
|
847
|
+
height: '6',
|
|
848
|
+
rx: '2',
|
|
849
|
+
key: 'we8e9z'
|
|
850
|
+
}], ['path', {
|
|
851
|
+
d: 'M2 20h20',
|
|
852
|
+
key: 'owomy5'
|
|
853
|
+
}], ['path', {
|
|
854
|
+
d: 'M2 10h20',
|
|
855
|
+
key: '1ir3d8'
|
|
856
|
+
}]]);
|
|
857
|
+
var AlignVerticalDistributeEnd$1 = AlignVerticalDistributeEnd;
|
|
858
|
+
|
|
859
|
+
var AlignVerticalDistributeStart = createReactComponent('AlignVerticalDistributeStart', [['rect', {
|
|
860
|
+
x: '5',
|
|
861
|
+
y: '14',
|
|
862
|
+
width: '14',
|
|
863
|
+
height: '6',
|
|
864
|
+
rx: '2',
|
|
865
|
+
key: '1qrzuf'
|
|
866
|
+
}], ['rect', {
|
|
867
|
+
x: '7',
|
|
868
|
+
y: '4',
|
|
869
|
+
width: '10',
|
|
870
|
+
height: '6',
|
|
871
|
+
rx: '2',
|
|
872
|
+
key: 'we8e9z'
|
|
873
|
+
}], ['path', {
|
|
874
|
+
d: 'M2 14h20',
|
|
875
|
+
key: 'myj16y'
|
|
876
|
+
}], ['path', {
|
|
877
|
+
d: 'M2 4h20',
|
|
878
|
+
key: 'mda7wb'
|
|
879
|
+
}]]);
|
|
880
|
+
var AlignVerticalDistributeStart$1 = AlignVerticalDistributeStart;
|
|
881
|
+
|
|
732
882
|
var AlignVerticalJustifyCenter = createReactComponent('AlignVerticalJustifyCenter', [['rect', {
|
|
733
883
|
x: '5',
|
|
734
884
|
y: '16',
|
|
@@ -9265,6 +9415,9 @@ exports.AlignCenterHorizontal = AlignCenterHorizontal$1;
|
|
|
9265
9415
|
exports.AlignCenterVertical = AlignCenterVertical$1;
|
|
9266
9416
|
exports.AlignEndHorizontal = AlignEndHorizontal$1;
|
|
9267
9417
|
exports.AlignEndVertical = AlignEndVertical$1;
|
|
9418
|
+
exports.AlignHorizonalDistributeCenter = AlignHorizonalDistributeCenter$1;
|
|
9419
|
+
exports.AlignHorizonalDistributeEnd = AlignHorizonalDistributeEnd$1;
|
|
9420
|
+
exports.AlignHorizonalDistributeStart = AlignHorizonalDistributeStart$1;
|
|
9268
9421
|
exports.AlignHorizontalJustifyCenter = AlignHorizontalJustifyCenter$1;
|
|
9269
9422
|
exports.AlignHorizontalJustifyEnd = AlignHorizontalJustifyEnd$1;
|
|
9270
9423
|
exports.AlignHorizontalJustifyStart = AlignHorizontalJustifyStart$1;
|
|
@@ -9275,6 +9428,9 @@ exports.AlignLeft = AlignLeft$1;
|
|
|
9275
9428
|
exports.AlignRight = AlignRight$1;
|
|
9276
9429
|
exports.AlignStartHorizontal = AlignStartHorizontal$1;
|
|
9277
9430
|
exports.AlignStartVertical = AlignStartVertical$1;
|
|
9431
|
+
exports.AlignVerticalDistributeCenter = AlignVerticalDistributeCenter$1;
|
|
9432
|
+
exports.AlignVerticalDistributeEnd = AlignVerticalDistributeEnd$1;
|
|
9433
|
+
exports.AlignVerticalDistributeStart = AlignVerticalDistributeStart$1;
|
|
9278
9434
|
exports.AlignVerticalJustifyCenter = AlignVerticalJustifyCenter$1;
|
|
9279
9435
|
exports.AlignVerticalJustifyEnd = AlignVerticalJustifyEnd$1;
|
|
9280
9436
|
exports.AlignVerticalJustifyStart = AlignVerticalJustifyStart$1;
|