lucide-angular 0.16.22 → 0.16.23
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 +11 -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 +12 -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/pin.js +12 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/pin.js +12 -0
- package/fesm2015/lucide-angular-src-icons.js +11 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +12 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/pin.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/pin.d.ts +3 -0
|
@@ -4131,6 +4131,16 @@
|
|
|
4131
4131
|
],
|
|
4132
4132
|
];
|
|
4133
4133
|
|
|
4134
|
+
var Pin = [
|
|
4135
|
+
'svg',
|
|
4136
|
+
defaultAttributes,
|
|
4137
|
+
[
|
|
4138
|
+
['path', { d: 'M12 21v-7' }],
|
|
4139
|
+
['path', { d: 'M9 3v5l-2 4v2h10m0 0h-5m5 0v-2l-2-4V3' }],
|
|
4140
|
+
['path', { d: 'M7 3h10' }],
|
|
4141
|
+
],
|
|
4142
|
+
];
|
|
4143
|
+
|
|
4134
4144
|
var Pipette = [
|
|
4135
4145
|
'svg',
|
|
4136
4146
|
defaultAttributes,
|
|
@@ -6363,6 +6373,7 @@
|
|
|
6363
6373
|
exports.PhoneOutgoing = PhoneOutgoing;
|
|
6364
6374
|
exports.PieChart = PieChart;
|
|
6365
6375
|
exports.PiggyBank = PiggyBank;
|
|
6376
|
+
exports.Pin = Pin;
|
|
6366
6377
|
exports.Pipette = Pipette;
|
|
6367
6378
|
exports.Plane = Plane;
|
|
6368
6379
|
exports.Play = Play;
|