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.
- package/bundles/lucide-angular-src-icons.umd.js +38 -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 +41 -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/list-minus.js +13 -0
- package/esm2015/icons/list-plus.js +14 -0
- package/esm2015/icons/list-x.js +14 -0
- package/esm2015/src/icons/index.js +4 -1
- package/esm2015/src/icons/list-minus.js +13 -0
- package/esm2015/src/icons/list-plus.js +14 -0
- package/esm2015/src/icons/list-x.js +14 -0
- package/fesm2015/lucide-angular-src-icons.js +36 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +39 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +3 -0
- package/icons/list-minus.d.ts +3 -0
- package/icons/list-plus.d.ts +3 -0
- package/icons/list-x.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/list-minus.d.ts +3 -0
- package/src/icons/list-plus.d.ts +3 -0
- package/src/icons/list-x.d.ts +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -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;
|