lucide-preact 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/dist/cjs/lucide-preact.js +19 -1
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/joystick.js +17 -0
- package/dist/lucide-preact.d.ts +1 -0
- package/dist/umd/lucide-preact.js +19 -1
- package/dist/umd/lucide-preact.js.map +1 -1
- package/dist/umd/lucide-preact.min.js +2 -2
- package/dist/umd/lucide-preact.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.
|
|
2
|
+
* lucide-preact v0.76.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -7648,6 +7648,23 @@ var JapaneseYen = createPreactComponent('JapaneseYen', [['path', {
|
|
|
7648
7648
|
}]]);
|
|
7649
7649
|
var JapaneseYen$1 = JapaneseYen;
|
|
7650
7650
|
|
|
7651
|
+
var Joystick = createPreactComponent('Joystick', [['path', {
|
|
7652
|
+
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',
|
|
7653
|
+
key: 'jg2n2t'
|
|
7654
|
+
}], ['path', {
|
|
7655
|
+
d: 'M6 15v-2',
|
|
7656
|
+
key: 'gd6mvg'
|
|
7657
|
+
}], ['path', {
|
|
7658
|
+
d: 'M12 15V9',
|
|
7659
|
+
key: '8c7uyn'
|
|
7660
|
+
}], ['circle', {
|
|
7661
|
+
cx: '12',
|
|
7662
|
+
cy: '6',
|
|
7663
|
+
r: '3',
|
|
7664
|
+
key: '1gm2ql'
|
|
7665
|
+
}]]);
|
|
7666
|
+
var Joystick$1 = Joystick;
|
|
7667
|
+
|
|
7651
7668
|
var Key = createPreactComponent('Key', [['path', {
|
|
7652
7669
|
d: 'm21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4',
|
|
7653
7670
|
key: '1b7wfm'
|
|
@@ -14072,6 +14089,7 @@ exports.Inspect = Inspect$1;
|
|
|
14072
14089
|
exports.Instagram = Instagram$1;
|
|
14073
14090
|
exports.Italic = Italic$1;
|
|
14074
14091
|
exports.JapaneseYen = JapaneseYen$1;
|
|
14092
|
+
exports.Joystick = Joystick$1;
|
|
14075
14093
|
exports.Key = Key$1;
|
|
14076
14094
|
exports.Keyboard = Keyboard$1;
|
|
14077
14095
|
exports.Lamp = Lamp$1;
|