lucide-angular 0.77.0 → 0.78.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 +21 -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 +22 -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/wand-2.js +22 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/wand-2.js +22 -0
- package/fesm2015/lucide-angular-src-icons.js +21 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +22 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/wand-2.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/wand-2.d.ts +3 -0
|
@@ -9624,6 +9624,26 @@
|
|
|
9624
9624
|
],
|
|
9625
9625
|
];
|
|
9626
9626
|
|
|
9627
|
+
var Wand2 = [
|
|
9628
|
+
'svg',
|
|
9629
|
+
defaultAttributes,
|
|
9630
|
+
[
|
|
9631
|
+
[
|
|
9632
|
+
'path',
|
|
9633
|
+
{
|
|
9634
|
+
d: 'm21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z',
|
|
9635
|
+
},
|
|
9636
|
+
],
|
|
9637
|
+
['path', { d: 'm14 7 3 3' }],
|
|
9638
|
+
['path', { d: 'M5 6v4' }],
|
|
9639
|
+
['path', { d: 'M19 14v4' }],
|
|
9640
|
+
['path', { d: 'M10 2v2' }],
|
|
9641
|
+
['path', { d: 'M7 8H3' }],
|
|
9642
|
+
['path', { d: 'M21 16h-4' }],
|
|
9643
|
+
['path', { d: 'M11 3H9' }],
|
|
9644
|
+
],
|
|
9645
|
+
];
|
|
9646
|
+
|
|
9627
9647
|
var Wand = [
|
|
9628
9648
|
'svg',
|
|
9629
9649
|
defaultAttributes,
|
|
@@ -10643,6 +10663,7 @@
|
|
|
10643
10663
|
exports.VolumeX = VolumeX;
|
|
10644
10664
|
exports.Wallet = Wallet;
|
|
10645
10665
|
exports.Wand = Wand;
|
|
10666
|
+
exports.Wand2 = Wand2;
|
|
10646
10667
|
exports.Watch = Watch;
|
|
10647
10668
|
exports.Waves = Waves;
|
|
10648
10669
|
exports.Webcam = Webcam;
|