lucide-angular 0.70.0 → 0.71.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 +11 -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 +12 -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/index.js +2 -1
- package/esm2015/icons/toy-brick.js +12 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/toy-brick.js +12 -0
- package/fesm2015/lucide-angular-src-icons.js +11 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +12 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/toy-brick.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/index.d.ts +1 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/toy-brick.d.ts +3 -0
|
@@ -8884,6 +8884,16 @@
|
|
|
8884
8884
|
],
|
|
8885
8885
|
];
|
|
8886
8886
|
|
|
8887
|
+
var ToyBrick = [
|
|
8888
|
+
'svg',
|
|
8889
|
+
defaultAttributes,
|
|
8890
|
+
[
|
|
8891
|
+
['rect', { x: '3', y: '8', width: '18', height: '12', rx: '1' }],
|
|
8892
|
+
['path', { d: 'M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3' }],
|
|
8893
|
+
['path', { d: 'M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3' }],
|
|
8894
|
+
],
|
|
8895
|
+
];
|
|
8896
|
+
|
|
8887
8897
|
var Train = [
|
|
8888
8898
|
'svg',
|
|
8889
8899
|
defaultAttributes,
|
|
@@ -10374,6 +10384,7 @@
|
|
|
10374
10384
|
ToggleLeft: ToggleLeft,
|
|
10375
10385
|
ToggleRight: ToggleRight,
|
|
10376
10386
|
Tornado: Tornado,
|
|
10387
|
+
ToyBrick: ToyBrick,
|
|
10377
10388
|
Train: Train,
|
|
10378
10389
|
Trash2: Trash2,
|
|
10379
10390
|
Trash: Trash,
|
|
@@ -11590,6 +11601,7 @@
|
|
|
11590
11601
|
exports.ToggleLeft = ToggleLeft;
|
|
11591
11602
|
exports.ToggleRight = ToggleRight;
|
|
11592
11603
|
exports.Tornado = Tornado;
|
|
11604
|
+
exports.ToyBrick = ToyBrick;
|
|
11593
11605
|
exports.Train = Train;
|
|
11594
11606
|
exports.Trash = Trash;
|
|
11595
11607
|
exports.Trash2 = Trash2;
|