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