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.
@@ -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;