lucide-angular 0.66.0 → 0.67.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/bundles/lucide-angular-src-icons.umd.js +108 -0
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +116 -0
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/angry.js +15 -0
- package/esm2015/icons/annoyed.js +13 -0
- package/esm2015/icons/axis-3d.js +8 -0
- package/esm2015/icons/bomb.js +17 -0
- package/esm2015/icons/index.js +9 -1
- package/esm2015/icons/laugh.js +13 -0
- package/esm2015/icons/smile-plus.js +15 -0
- package/esm2015/icons/sticker.js +19 -0
- package/esm2015/icons/sticky-note.js +16 -0
- package/esm2015/src/icons/angry.js +15 -0
- package/esm2015/src/icons/annoyed.js +13 -0
- package/esm2015/src/icons/axis-3d.js +8 -0
- package/esm2015/src/icons/bomb.js +17 -0
- package/esm2015/src/icons/index.js +9 -1
- package/esm2015/src/icons/laugh.js +13 -0
- package/esm2015/src/icons/smile-plus.js +15 -0
- package/esm2015/src/icons/sticker.js +19 -0
- package/esm2015/src/icons/sticky-note.js +16 -0
- package/fesm2015/lucide-angular-src-icons.js +101 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +109 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/angry.d.ts +3 -0
- package/icons/annoyed.d.ts +3 -0
- package/icons/axis-3d.d.ts +3 -0
- package/icons/bomb.d.ts +3 -0
- package/icons/index.d.ts +8 -0
- package/icons/laugh.d.ts +3 -0
- package/icons/smile-plus.d.ts +3 -0
- package/icons/sticker.d.ts +3 -0
- package/icons/sticky-note.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/angry.d.ts +3 -0
- package/src/icons/annoyed.d.ts +3 -0
- package/src/icons/axis-3d.d.ts +3 -0
- package/src/icons/bomb.d.ts +3 -0
- package/src/icons/index.d.ts +8 -0
- package/src/icons/laugh.d.ts +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/smile-plus.d.ts +3 -0
- package/src/icons/sticker.d.ts +3 -0
- package/src/icons/sticky-note.d.ts +3 -0
|
@@ -464,6 +464,30 @@
|
|
|
464
464
|
],
|
|
465
465
|
];
|
|
466
466
|
|
|
467
|
+
var Angry = [
|
|
468
|
+
'svg',
|
|
469
|
+
defaultAttributes,
|
|
470
|
+
[
|
|
471
|
+
['circle', { cx: '12', cy: '12', r: '10' }],
|
|
472
|
+
['path', { d: 'M16 16s-1.5-2-4-2-4 2-4 2' }],
|
|
473
|
+
['path', { d: 'M7.5 8 10 9' }],
|
|
474
|
+
['path', { d: 'm14 9 2.5-1' }],
|
|
475
|
+
['path', { d: 'M9 10h0' }],
|
|
476
|
+
['path', { d: 'M15 10h0' }],
|
|
477
|
+
],
|
|
478
|
+
];
|
|
479
|
+
|
|
480
|
+
var Annoyed = [
|
|
481
|
+
'svg',
|
|
482
|
+
defaultAttributes,
|
|
483
|
+
[
|
|
484
|
+
['circle', { cx: '12', cy: '12', r: '10' }],
|
|
485
|
+
['path', { d: 'M8 15h8' }],
|
|
486
|
+
['path', { d: 'M8 9h2' }],
|
|
487
|
+
['path', { d: 'M14 9h2' }],
|
|
488
|
+
],
|
|
489
|
+
];
|
|
490
|
+
|
|
467
491
|
var Aperture = [
|
|
468
492
|
'svg',
|
|
469
493
|
defaultAttributes,
|
|
@@ -708,6 +732,12 @@
|
|
|
708
732
|
],
|
|
709
733
|
];
|
|
710
734
|
|
|
735
|
+
var Axis3d = [
|
|
736
|
+
'svg',
|
|
737
|
+
defaultAttributes,
|
|
738
|
+
[['path', { d: 'M4 4v16h16' }], ['path', { d: 'm4 20 7-7' }]],
|
|
739
|
+
];
|
|
740
|
+
|
|
711
741
|
var Baby = [
|
|
712
742
|
'svg',
|
|
713
743
|
defaultAttributes,
|
|
@@ -1098,6 +1128,21 @@
|
|
|
1098
1128
|
],
|
|
1099
1129
|
];
|
|
1100
1130
|
|
|
1131
|
+
var Bomb = [
|
|
1132
|
+
'svg',
|
|
1133
|
+
defaultAttributes,
|
|
1134
|
+
[
|
|
1135
|
+
['circle', { cx: '11', cy: '13', r: '9' }],
|
|
1136
|
+
[
|
|
1137
|
+
'path',
|
|
1138
|
+
{
|
|
1139
|
+
d: 'm19.5 9.5 1.8-1.8a2.4 2.4 0 0 0 0-3.4l-1.6-1.6a2.41 2.41 0 0 0-3.4 0l-1.8 1.8',
|
|
1140
|
+
},
|
|
1141
|
+
],
|
|
1142
|
+
['path', { d: 'm22 2-1.5 1.5' }],
|
|
1143
|
+
],
|
|
1144
|
+
];
|
|
1145
|
+
|
|
1101
1146
|
var BookOpen = [
|
|
1102
1147
|
'svg',
|
|
1103
1148
|
defaultAttributes,
|
|
@@ -4457,6 +4502,17 @@
|
|
|
4457
4502
|
],
|
|
4458
4503
|
];
|
|
4459
4504
|
|
|
4505
|
+
var Laugh = [
|
|
4506
|
+
'svg',
|
|
4507
|
+
defaultAttributes,
|
|
4508
|
+
[
|
|
4509
|
+
['circle', { cx: '12', cy: '12', r: '10' }],
|
|
4510
|
+
['path', { d: 'M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z' }],
|
|
4511
|
+
['line', { x1: '9', y1: '9', x2: '9.01', y2: '9' }],
|
|
4512
|
+
['line', { x1: '15', y1: '9', x2: '15.01', y2: '9' }],
|
|
4513
|
+
],
|
|
4514
|
+
];
|
|
4515
|
+
|
|
4460
4516
|
var Layers = [
|
|
4461
4517
|
'svg',
|
|
4462
4518
|
defaultAttributes,
|
|
@@ -6992,6 +7048,19 @@
|
|
|
6992
7048
|
],
|
|
6993
7049
|
];
|
|
6994
7050
|
|
|
7051
|
+
var SmilePlus = [
|
|
7052
|
+
'svg',
|
|
7053
|
+
defaultAttributes,
|
|
7054
|
+
[
|
|
7055
|
+
['path', { d: 'M22 11v1a10 10 0 1 1-9-10' }],
|
|
7056
|
+
['path', { d: 'M8 14s1.5 2 4 2 4-2 4-2' }],
|
|
7057
|
+
['line', { x1: '9', y1: '9', x2: '9.01', y2: '9' }],
|
|
7058
|
+
['line', { x1: '15', y1: '9', x2: '15.01', y2: '9' }],
|
|
7059
|
+
['path', { d: 'M16 5h6' }],
|
|
7060
|
+
['path', { d: 'M19 2v6' }],
|
|
7061
|
+
],
|
|
7062
|
+
];
|
|
7063
|
+
|
|
6995
7064
|
var Smile = [
|
|
6996
7065
|
'svg',
|
|
6997
7066
|
defaultAttributes,
|
|
@@ -7141,6 +7210,37 @@
|
|
|
7141
7210
|
],
|
|
7142
7211
|
];
|
|
7143
7212
|
|
|
7213
|
+
var Sticker = [
|
|
7214
|
+
'svg',
|
|
7215
|
+
defaultAttributes,
|
|
7216
|
+
[
|
|
7217
|
+
[
|
|
7218
|
+
'path',
|
|
7219
|
+
{
|
|
7220
|
+
d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',
|
|
7221
|
+
},
|
|
7222
|
+
],
|
|
7223
|
+
['path', { d: 'M15 3v6h6' }],
|
|
7224
|
+
['path', { d: 'M10 16s.8 1 2 1c1.3 0 2-1 2-1' }],
|
|
7225
|
+
['path', { d: 'M8 13h0' }],
|
|
7226
|
+
['path', { d: 'M16 13h0' }],
|
|
7227
|
+
],
|
|
7228
|
+
];
|
|
7229
|
+
|
|
7230
|
+
var StickyNote = [
|
|
7231
|
+
'svg',
|
|
7232
|
+
defaultAttributes,
|
|
7233
|
+
[
|
|
7234
|
+
[
|
|
7235
|
+
'path',
|
|
7236
|
+
{
|
|
7237
|
+
d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',
|
|
7238
|
+
},
|
|
7239
|
+
],
|
|
7240
|
+
['path', { d: 'M15 3v6h6' }],
|
|
7241
|
+
],
|
|
7242
|
+
];
|
|
7243
|
+
|
|
7144
7244
|
var StopCircle = [
|
|
7145
7245
|
'svg',
|
|
7146
7246
|
defaultAttributes,
|
|
@@ -8429,6 +8529,8 @@
|
|
|
8429
8529
|
exports.AlignVerticalSpaceAround = AlignVerticalSpaceAround;
|
|
8430
8530
|
exports.AlignVerticalSpaceBetween = AlignVerticalSpaceBetween;
|
|
8431
8531
|
exports.Anchor = Anchor;
|
|
8532
|
+
exports.Angry = Angry;
|
|
8533
|
+
exports.Annoyed = Annoyed;
|
|
8432
8534
|
exports.Aperture = Aperture;
|
|
8433
8535
|
exports.Archive = Archive;
|
|
8434
8536
|
exports.ArchiveRestore = ArchiveRestore;
|
|
@@ -8454,6 +8556,7 @@
|
|
|
8454
8556
|
exports.AtSign = AtSign;
|
|
8455
8557
|
exports.Award = Award;
|
|
8456
8558
|
exports.Axe = Axe;
|
|
8559
|
+
exports.Axis3d = Axis3d;
|
|
8457
8560
|
exports.Baby = Baby;
|
|
8458
8561
|
exports.Backpack = Backpack;
|
|
8459
8562
|
exports.BaggageClaim = BaggageClaim;
|
|
@@ -8488,6 +8591,7 @@
|
|
|
8488
8591
|
exports.BluetoothOff = BluetoothOff;
|
|
8489
8592
|
exports.BluetoothSearching = BluetoothSearching;
|
|
8490
8593
|
exports.Bold = Bold;
|
|
8594
|
+
exports.Bomb = Bomb;
|
|
8491
8595
|
exports.Book = Book;
|
|
8492
8596
|
exports.BookOpen = BookOpen;
|
|
8493
8597
|
exports.Bookmark = Bookmark;
|
|
@@ -8760,6 +8864,7 @@
|
|
|
8760
8864
|
exports.Laptop2 = Laptop2;
|
|
8761
8865
|
exports.Lasso = Lasso;
|
|
8762
8866
|
exports.LassoSelect = LassoSelect;
|
|
8867
|
+
exports.Laugh = Laugh;
|
|
8763
8868
|
exports.Layers = Layers;
|
|
8764
8869
|
exports.Layout = Layout;
|
|
8765
8870
|
exports.LayoutDashboard = LayoutDashboard;
|
|
@@ -8969,6 +9074,7 @@
|
|
|
8969
9074
|
exports.Smartphone = Smartphone;
|
|
8970
9075
|
exports.SmartphoneCharging = SmartphoneCharging;
|
|
8971
9076
|
exports.Smile = Smile;
|
|
9077
|
+
exports.SmilePlus = SmilePlus;
|
|
8972
9078
|
exports.Snowflake = Snowflake;
|
|
8973
9079
|
exports.Sofa = Sofa;
|
|
8974
9080
|
exports.SortAsc = SortAsc;
|
|
@@ -8980,6 +9086,8 @@
|
|
|
8980
9086
|
exports.StarHalf = StarHalf;
|
|
8981
9087
|
exports.StarOff = StarOff;
|
|
8982
9088
|
exports.Stethoscope = Stethoscope;
|
|
9089
|
+
exports.Sticker = Sticker;
|
|
9090
|
+
exports.StickyNote = StickyNote;
|
|
8983
9091
|
exports.StopCircle = StopCircle;
|
|
8984
9092
|
exports.StretchHorizontal = StretchHorizontal;
|
|
8985
9093
|
exports.StretchVertical = StretchVertical;
|