lucide-angular 0.17.6 → 0.17.9
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 +67 -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 +70 -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 +4 -1
- package/esm2015/icons/locate-off.js +26 -0
- package/esm2015/icons/palmtree.js +23 -0
- package/esm2015/icons/waves.js +21 -0
- package/esm2015/src/icons/index.js +4 -1
- package/esm2015/src/icons/locate-off.js +26 -0
- package/esm2015/src/icons/palmtree.js +23 -0
- package/esm2015/src/icons/waves.js +21 -0
- package/fesm2015/lucide-angular-src-icons.js +65 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +68 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +3 -0
- package/icons/locate-off.d.ts +3 -0
- package/icons/palmtree.d.ts +3 -0
- package/icons/waves.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/index.d.ts +3 -0
- package/src/icons/locate-off.d.ts +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/palmtree.d.ts +3 -0
- package/src/icons/waves.d.ts +3 -0
|
@@ -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,
|
|
@@ -4299,6 +4323,27 @@
|
|
|
4299
4323
|
],
|
|
4300
4324
|
];
|
|
4301
4325
|
|
|
4326
|
+
var Palmtree = [
|
|
4327
|
+
'svg',
|
|
4328
|
+
defaultAttributes,
|
|
4329
|
+
[
|
|
4330
|
+
['path', { d: 'M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4' }],
|
|
4331
|
+
[
|
|
4332
|
+
'path',
|
|
4333
|
+
{
|
|
4334
|
+
d: 'M13 7.14A5.82 5.82 0 0116.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3',
|
|
4335
|
+
},
|
|
4336
|
+
],
|
|
4337
|
+
[
|
|
4338
|
+
'path',
|
|
4339
|
+
{
|
|
4340
|
+
d: 'M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35z',
|
|
4341
|
+
},
|
|
4342
|
+
],
|
|
4343
|
+
['path', { d: 'M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14' }],
|
|
4344
|
+
],
|
|
4345
|
+
];
|
|
4346
|
+
|
|
4302
4347
|
var Paperclip = [
|
|
4303
4348
|
'svg',
|
|
4304
4349
|
defaultAttributes,
|
|
@@ -6345,6 +6390,25 @@
|
|
|
6345
6390
|
],
|
|
6346
6391
|
];
|
|
6347
6392
|
|
|
6393
|
+
var Waves = [
|
|
6394
|
+
'svg',
|
|
6395
|
+
defaultAttributes,
|
|
6396
|
+
[
|
|
6397
|
+
['path', { d: 'M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c1.3 0 1.9.5 2.5 1' }],
|
|
6398
|
+
['path', { d: 'M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1' }],
|
|
6399
|
+
['path', { d: 'M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1' }],
|
|
6400
|
+
['path', { d: 'M12 6c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1' }],
|
|
6401
|
+
[
|
|
6402
|
+
'path',
|
|
6403
|
+
{ d: 'M12 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1' },
|
|
6404
|
+
],
|
|
6405
|
+
[
|
|
6406
|
+
'path',
|
|
6407
|
+
{ d: 'M12 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1' },
|
|
6408
|
+
],
|
|
6409
|
+
],
|
|
6410
|
+
];
|
|
6411
|
+
|
|
6348
6412
|
var Webcam = [
|
|
6349
6413
|
'svg',
|
|
6350
6414
|
defaultAttributes,
|
|
@@ -6841,6 +6905,7 @@
|
|
|
6841
6905
|
exports.Loader2 = Loader2;
|
|
6842
6906
|
exports.Locate = Locate;
|
|
6843
6907
|
exports.LocateFixed = LocateFixed;
|
|
6908
|
+
exports.LocateOff = LocateOff;
|
|
6844
6909
|
exports.Lock = Lock;
|
|
6845
6910
|
exports.LogIn = LogIn;
|
|
6846
6911
|
exports.LogOut = LogOut;
|
|
@@ -6891,6 +6956,7 @@
|
|
|
6891
6956
|
exports.PackageSearch = PackageSearch;
|
|
6892
6957
|
exports.PackageX = PackageX;
|
|
6893
6958
|
exports.Palette = Palette;
|
|
6959
|
+
exports.Palmtree = Palmtree;
|
|
6894
6960
|
exports.Paperclip = Paperclip;
|
|
6895
6961
|
exports.Pause = Pause;
|
|
6896
6962
|
exports.PauseCircle = PauseCircle;
|
|
@@ -7070,6 +7136,7 @@
|
|
|
7070
7136
|
exports.Wallet = Wallet;
|
|
7071
7137
|
exports.Wand = Wand;
|
|
7072
7138
|
exports.Watch = Watch;
|
|
7139
|
+
exports.Waves = Waves;
|
|
7073
7140
|
exports.Webcam = Webcam;
|
|
7074
7141
|
exports.Wifi = Wifi;
|
|
7075
7142
|
exports.WifiOff = WifiOff;
|