lucide-angular 0.17.6 → 0.17.7
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 +22 -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 +23 -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/palmtree.js +23 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/palmtree.js +23 -0
- package/fesm2015/lucide-angular-src-icons.js +22 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +23 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/palmtree.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/palmtree.d.ts +3 -0
|
@@ -4299,6 +4299,27 @@
|
|
|
4299
4299
|
],
|
|
4300
4300
|
];
|
|
4301
4301
|
|
|
4302
|
+
var Palmtree = [
|
|
4303
|
+
'svg',
|
|
4304
|
+
defaultAttributes,
|
|
4305
|
+
[
|
|
4306
|
+
['path', { d: 'M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4' }],
|
|
4307
|
+
[
|
|
4308
|
+
'path',
|
|
4309
|
+
{
|
|
4310
|
+
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',
|
|
4311
|
+
},
|
|
4312
|
+
],
|
|
4313
|
+
[
|
|
4314
|
+
'path',
|
|
4315
|
+
{
|
|
4316
|
+
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',
|
|
4317
|
+
},
|
|
4318
|
+
],
|
|
4319
|
+
['path', { d: 'M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14' }],
|
|
4320
|
+
],
|
|
4321
|
+
];
|
|
4322
|
+
|
|
4302
4323
|
var Paperclip = [
|
|
4303
4324
|
'svg',
|
|
4304
4325
|
defaultAttributes,
|
|
@@ -6891,6 +6912,7 @@
|
|
|
6891
6912
|
exports.PackageSearch = PackageSearch;
|
|
6892
6913
|
exports.PackageX = PackageX;
|
|
6893
6914
|
exports.Palette = Palette;
|
|
6915
|
+
exports.Palmtree = Palmtree;
|
|
6894
6916
|
exports.Paperclip = Paperclip;
|
|
6895
6917
|
exports.Pause = Pause;
|
|
6896
6918
|
exports.PauseCircle = PauseCircle;
|