lucide-angular 0.16.6 → 0.16.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.
@@ -3197,6 +3197,17 @@
3197
3197
  ],
3198
3198
  ];
3199
3199
 
3200
+ var ListMinus = [
3201
+ 'svg',
3202
+ defaultAttributes,
3203
+ [
3204
+ ['path', { d: 'M11 12H3' }],
3205
+ ['path', { d: 'M16 6H3' }],
3206
+ ['path', { d: 'M16 18H3' }],
3207
+ ['path', { d: 'M21 12h-6' }],
3208
+ ],
3209
+ ];
3210
+
3200
3211
  var ListOrdered = [
3201
3212
  'svg',
3202
3213
  defaultAttributes,
@@ -3210,6 +3221,30 @@
3210
3221
  ],
3211
3222
  ];
3212
3223
 
3224
+ var ListPlus = [
3225
+ 'svg',
3226
+ defaultAttributes,
3227
+ [
3228
+ ['path', { d: 'M11 12H3' }],
3229
+ ['path', { d: 'M16 6H3' }],
3230
+ ['path', { d: 'M16 18H3' }],
3231
+ ['path', { d: 'M18 9V15' }],
3232
+ ['path', { d: 'M21 12H15' }],
3233
+ ],
3234
+ ];
3235
+
3236
+ var ListX = [
3237
+ 'svg',
3238
+ defaultAttributes,
3239
+ [
3240
+ ['path', { d: 'M11 12H3' }],
3241
+ ['path', { d: 'M16 6H3' }],
3242
+ ['path', { d: 'M16 18H3' }],
3243
+ ['path', { d: 'M19 10l-4 4' }],
3244
+ ['path', { d: 'M15 10l4 4' }],
3245
+ ],
3246
+ ];
3247
+
3213
3248
  var List = [
3214
3249
  'svg',
3215
3250
  defaultAttributes,
@@ -6022,7 +6057,10 @@
6022
6057
  exports.Linkedin = Linkedin;
6023
6058
  exports.List = List;
6024
6059
  exports.ListChecks = ListChecks;
6060
+ exports.ListMinus = ListMinus;
6025
6061
  exports.ListOrdered = ListOrdered;
6062
+ exports.ListPlus = ListPlus;
6063
+ exports.ListX = ListX;
6026
6064
  exports.Loader = Loader;
6027
6065
  exports.Loader2 = Loader2;
6028
6066
  exports.Locate = Locate;