lucide-angular 0.76.0 → 0.77.0
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 +15 -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 +16 -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/usb.js +16 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/usb.js +16 -0
- package/fesm2015/lucide-angular-src-icons.js +15 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +16 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/usb.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/usb.d.ts +3 -0
|
@@ -9361,6 +9361,20 @@
|
|
|
9361
9361
|
],
|
|
9362
9362
|
];
|
|
9363
9363
|
|
|
9364
|
+
var Usb = [
|
|
9365
|
+
'svg',
|
|
9366
|
+
defaultAttributes,
|
|
9367
|
+
[
|
|
9368
|
+
['circle', { cx: '4', cy: '20', r: '1' }],
|
|
9369
|
+
['circle', { cx: '10', cy: '7', r: '1' }],
|
|
9370
|
+
['path', { d: 'M4 20 19 5' }],
|
|
9371
|
+
['path', { d: 'm21 3-3 1 2 2 1-3Z' }],
|
|
9372
|
+
['path', { d: 'm10 7-5 5 2 5' }],
|
|
9373
|
+
['path', { d: 'm10 14 5 2 4-4' }],
|
|
9374
|
+
['path', { d: 'm18 12 1-1 1 1-1 1-1-1Z' }],
|
|
9375
|
+
],
|
|
9376
|
+
];
|
|
9377
|
+
|
|
9364
9378
|
var UserCheck = [
|
|
9365
9379
|
'svg',
|
|
9366
9380
|
defaultAttributes,
|
|
@@ -10605,6 +10619,7 @@
|
|
|
10605
10619
|
exports.Unlock = Unlock;
|
|
10606
10620
|
exports.Upload = Upload;
|
|
10607
10621
|
exports.UploadCloud = UploadCloud;
|
|
10622
|
+
exports.Usb = Usb;
|
|
10608
10623
|
exports.User = User;
|
|
10609
10624
|
exports.UserCheck = UserCheck;
|
|
10610
10625
|
exports.UserCog = UserCog;
|