lucide-angular 0.75.0 → 0.76.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 +17 -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 +18 -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/joystick.js +18 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/joystick.js +18 -0
- package/fesm2015/lucide-angular-src-icons.js +17 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +18 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/joystick.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/joystick.d.ts +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -5509,6 +5509,22 @@
|
|
|
5509
5509
|
],
|
|
5510
5510
|
];
|
|
5511
5511
|
|
|
5512
|
+
var Joystick = [
|
|
5513
|
+
'svg',
|
|
5514
|
+
defaultAttributes,
|
|
5515
|
+
[
|
|
5516
|
+
[
|
|
5517
|
+
'path',
|
|
5518
|
+
{
|
|
5519
|
+
d: 'M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z',
|
|
5520
|
+
},
|
|
5521
|
+
],
|
|
5522
|
+
['path', { d: 'M6 15v-2' }],
|
|
5523
|
+
['path', { d: 'M12 15V9' }],
|
|
5524
|
+
['circle', { cx: '12', cy: '6', r: '3' }],
|
|
5525
|
+
],
|
|
5526
|
+
];
|
|
5527
|
+
|
|
5512
5528
|
var Key = [
|
|
5513
5529
|
'svg',
|
|
5514
5530
|
defaultAttributes,
|
|
@@ -10274,6 +10290,7 @@
|
|
|
10274
10290
|
Instagram: Instagram,
|
|
10275
10291
|
Italic: Italic,
|
|
10276
10292
|
JapaneseYen: JapaneseYen,
|
|
10293
|
+
Joystick: Joystick,
|
|
10277
10294
|
Key: Key,
|
|
10278
10295
|
Keyboard: Keyboard,
|
|
10279
10296
|
LampCeiling: LampCeiling,
|
|
@@ -11502,6 +11519,7 @@
|
|
|
11502
11519
|
exports.Instagram = Instagram;
|
|
11503
11520
|
exports.Italic = Italic;
|
|
11504
11521
|
exports.JapaneseYen = JapaneseYen;
|
|
11522
|
+
exports.Joystick = Joystick;
|
|
11505
11523
|
exports.Key = Key;
|
|
11506
11524
|
exports.Keyboard = Keyboard;
|
|
11507
11525
|
exports.Lamp = Lamp;
|