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,
|
|
@@ -10376,6 +10386,7 @@
|
|
|
10376
10386
|
exports.ToggleLeft = ToggleLeft;
|
|
10377
10387
|
exports.ToggleRight = ToggleRight;
|
|
10378
10388
|
exports.Tornado = Tornado;
|
|
10389
|
+
exports.ToyBrick = ToyBrick;
|
|
10379
10390
|
exports.Train = Train;
|
|
10380
10391
|
exports.Trash = Trash;
|
|
10381
10392
|
exports.Trash2 = Trash2;
|