lucide-angular 0.17.7 → 0.17.8
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 +25 -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 +26 -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/locate-off.js +26 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/locate-off.js +26 -0
- package/fesm2015/lucide-angular-src-icons.js +25 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +26 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/locate-off.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/locate-off.d.ts +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -3742,6 +3742,30 @@
|
|
|
3742
3742
|
],
|
|
3743
3743
|
];
|
|
3744
3744
|
|
|
3745
|
+
var LocateOff = [
|
|
3746
|
+
'svg',
|
|
3747
|
+
defaultAttributes,
|
|
3748
|
+
[
|
|
3749
|
+
['line', { x1: '2', x2: '5', y1: '12', y2: '12' }],
|
|
3750
|
+
['line', { x1: '19', x2: '22', y1: '12', y2: '12' }],
|
|
3751
|
+
['line', { x1: '12', x2: '12', y1: '2', y2: '5' }],
|
|
3752
|
+
['line', { x1: '12', x2: '12', y1: '19', y2: '22' }],
|
|
3753
|
+
[
|
|
3754
|
+
'path',
|
|
3755
|
+
{
|
|
3756
|
+
d: 'M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11',
|
|
3757
|
+
},
|
|
3758
|
+
],
|
|
3759
|
+
[
|
|
3760
|
+
'path',
|
|
3761
|
+
{
|
|
3762
|
+
d: 'M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29',
|
|
3763
|
+
},
|
|
3764
|
+
],
|
|
3765
|
+
['line', { x1: '2', x2: '22', y1: '2', y2: '22' }],
|
|
3766
|
+
],
|
|
3767
|
+
];
|
|
3768
|
+
|
|
3745
3769
|
var Locate = [
|
|
3746
3770
|
'svg',
|
|
3747
3771
|
defaultAttributes,
|
|
@@ -6862,6 +6886,7 @@
|
|
|
6862
6886
|
exports.Loader2 = Loader2;
|
|
6863
6887
|
exports.Locate = Locate;
|
|
6864
6888
|
exports.LocateFixed = LocateFixed;
|
|
6889
|
+
exports.LocateOff = LocateOff;
|
|
6865
6890
|
exports.Lock = Lock;
|
|
6866
6891
|
exports.LogIn = LogIn;
|
|
6867
6892
|
exports.LogOut = LogOut;
|