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.
@@ -434,6 +434,7 @@ export { default as Inspect } from './inspect';
434
434
  export { default as Instagram } from './instagram';
435
435
  export { default as Italic } from './italic';
436
436
  export { default as JapaneseYen } from './japanese-yen';
437
+ export { default as Joystick } from './joystick';
437
438
  export { default as Key } from './key';
438
439
  export { default as Keyboard } from './keyboard';
439
440
  export { default as LampCeiling } from './lamp-ceiling';
@@ -0,0 +1,17 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Joystick = createReactComponent('Joystick', [['path', {
3
+ 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',
4
+ key: 'jg2n2t'
5
+ }], ['path', {
6
+ d: 'M6 15v-2',
7
+ key: 'gd6mvg'
8
+ }], ['path', {
9
+ d: 'M12 15V9',
10
+ key: '8c7uyn'
11
+ }], ['circle', {
12
+ cx: '12',
13
+ cy: '6',
14
+ r: '3',
15
+ key: '1gm2ql'
16
+ }]]);
17
+ export default Joystick;
@@ -449,6 +449,7 @@ export declare const Inspect: (props: LucideProps) => JSX.Element;
449
449
  export declare const Instagram: (props: LucideProps) => JSX.Element;
450
450
  export declare const Italic: (props: LucideProps) => JSX.Element;
451
451
  export declare const JapaneseYen: (props: LucideProps) => JSX.Element;
452
+ export declare const Joystick: (props: LucideProps) => JSX.Element;
452
453
  export declare const Key: (props: LucideProps) => JSX.Element;
453
454
  export declare const Keyboard: (props: LucideProps) => JSX.Element;
454
455
  export declare const LampCeiling: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.75.0 - ISC
2
+ * lucide-react v0.76.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -7658,6 +7658,23 @@
7658
7658
  }]]);
7659
7659
  var JapaneseYen$1 = JapaneseYen;
7660
7660
 
7661
+ var Joystick = createReactComponent('Joystick', [['path', {
7662
+ 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',
7663
+ key: 'jg2n2t'
7664
+ }], ['path', {
7665
+ d: 'M6 15v-2',
7666
+ key: 'gd6mvg'
7667
+ }], ['path', {
7668
+ d: 'M12 15V9',
7669
+ key: '8c7uyn'
7670
+ }], ['circle', {
7671
+ cx: '12',
7672
+ cy: '6',
7673
+ r: '3',
7674
+ key: '1gm2ql'
7675
+ }]]);
7676
+ var Joystick$1 = Joystick;
7677
+
7661
7678
  var Key = createReactComponent('Key', [['path', {
7662
7679
  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',
7663
7680
  key: '1b7wfm'
@@ -14082,6 +14099,7 @@
14082
14099
  exports.Instagram = Instagram$1;
14083
14100
  exports.Italic = Italic$1;
14084
14101
  exports.JapaneseYen = JapaneseYen$1;
14102
+ exports.Joystick = Joystick$1;
14085
14103
  exports.Key = Key$1;
14086
14104
  exports.Keyboard = Keyboard$1;
14087
14105
  exports.Lamp = Lamp$1;