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,
|
|
@@ -10276,6 +10292,7 @@
|
|
|
10276
10292
|
exports.Instagram = Instagram;
|
|
10277
10293
|
exports.Italic = Italic;
|
|
10278
10294
|
exports.JapaneseYen = JapaneseYen;
|
|
10295
|
+
exports.Joystick = Joystick;
|
|
10279
10296
|
exports.Key = Key;
|
|
10280
10297
|
exports.Keyboard = Keyboard;
|
|
10281
10298
|
exports.Lamp = Lamp;
|