lucide-react 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-react.js +19 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/joystick.js +17 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +19 -1
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.76.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -7659,6 +7659,23 @@ var JapaneseYen = createReactComponent('JapaneseYen', [['path', {
|
|
|
7659
7659
|
}]]);
|
|
7660
7660
|
var JapaneseYen$1 = JapaneseYen;
|
|
7661
7661
|
|
|
7662
|
+
var Joystick = createReactComponent('Joystick', [['path', {
|
|
7663
|
+
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',
|
|
7664
|
+
key: 'jg2n2t'
|
|
7665
|
+
}], ['path', {
|
|
7666
|
+
d: 'M6 15v-2',
|
|
7667
|
+
key: 'gd6mvg'
|
|
7668
|
+
}], ['path', {
|
|
7669
|
+
d: 'M12 15V9',
|
|
7670
|
+
key: '8c7uyn'
|
|
7671
|
+
}], ['circle', {
|
|
7672
|
+
cx: '12',
|
|
7673
|
+
cy: '6',
|
|
7674
|
+
r: '3',
|
|
7675
|
+
key: '1gm2ql'
|
|
7676
|
+
}]]);
|
|
7677
|
+
var Joystick$1 = Joystick;
|
|
7678
|
+
|
|
7662
7679
|
var Key = createReactComponent('Key', [['path', {
|
|
7663
7680
|
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',
|
|
7664
7681
|
key: '1b7wfm'
|
|
@@ -14083,6 +14100,7 @@ exports.Inspect = Inspect$1;
|
|
|
14083
14100
|
exports.Instagram = Instagram$1;
|
|
14084
14101
|
exports.Italic = Italic$1;
|
|
14085
14102
|
exports.JapaneseYen = JapaneseYen$1;
|
|
14103
|
+
exports.Joystick = Joystick$1;
|
|
14086
14104
|
exports.Key = Key$1;
|
|
14087
14105
|
exports.Keyboard = Keyboard$1;
|
|
14088
14106
|
exports.Lamp = Lamp$1;
|