lucide-react 0.97.0 → 0.98.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.
@@ -0,0 +1,24 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Dumbbell = createReactComponent('Dumbbell', [['path', {
3
+ d: 'm6.5 6.5 11 11',
4
+ key: 'f7oqzb'
5
+ }], ['path', {
6
+ d: 'm21 21-1-1',
7
+ key: 'cpc6if'
8
+ }], ['path', {
9
+ d: 'm3 3 1 1',
10
+ key: 'd3rpuf'
11
+ }], ['path', {
12
+ d: 'm18 22 4-4',
13
+ key: '1e32o6'
14
+ }], ['path', {
15
+ d: 'm2 6 4-4',
16
+ key: '189tqz'
17
+ }], ['path', {
18
+ d: 'm3 10 7-7',
19
+ key: '1bxui2'
20
+ }], ['path', {
21
+ d: 'm14 21 7-7',
22
+ key: '16x78n'
23
+ }]]);
24
+ export default Dumbbell;
@@ -274,6 +274,7 @@ export { default as Dribbble } from './dribbble';
274
274
  export { default as Droplet } from './droplet';
275
275
  export { default as Droplets } from './droplets';
276
276
  export { default as Drumstick } from './drumstick';
277
+ export { default as Dumbbell } from './dumbbell';
277
278
  export { default as EarOff } from './ear-off';
278
279
  export { default as Ear } from './ear';
279
280
  export { default as Edit2 } from './edit-2';
@@ -289,6 +289,7 @@ export declare const Dribbble: (props: LucideProps) => JSX.Element;
289
289
  export declare const Droplet: (props: LucideProps) => JSX.Element;
290
290
  export declare const Droplets: (props: LucideProps) => JSX.Element;
291
291
  export declare const Drumstick: (props: LucideProps) => JSX.Element;
292
+ export declare const Dumbbell: (props: LucideProps) => JSX.Element;
292
293
  export declare const EarOff: (props: LucideProps) => JSX.Element;
293
294
  export declare const Ear: (props: LucideProps) => JSX.Element;
294
295
  export declare const Edit2: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.97.0 - ISC
2
+ * lucide-react v0.98.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -4906,6 +4906,30 @@
4906
4906
  }]]);
4907
4907
  var Drumstick$1 = Drumstick;
4908
4908
 
4909
+ var Dumbbell = createReactComponent('Dumbbell', [['path', {
4910
+ d: 'm6.5 6.5 11 11',
4911
+ key: 'f7oqzb'
4912
+ }], ['path', {
4913
+ d: 'm21 21-1-1',
4914
+ key: 'cpc6if'
4915
+ }], ['path', {
4916
+ d: 'm3 3 1 1',
4917
+ key: 'd3rpuf'
4918
+ }], ['path', {
4919
+ d: 'm18 22 4-4',
4920
+ key: '1e32o6'
4921
+ }], ['path', {
4922
+ d: 'm2 6 4-4',
4923
+ key: '189tqz'
4924
+ }], ['path', {
4925
+ d: 'm3 10 7-7',
4926
+ key: '1bxui2'
4927
+ }], ['path', {
4928
+ d: 'm14 21 7-7',
4929
+ key: '16x78n'
4930
+ }]]);
4931
+ var Dumbbell$1 = Dumbbell;
4932
+
4909
4933
  var EarOff = createReactComponent('EarOff', [['path', {
4910
4934
  d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
4911
4935
  key: '1qngmn'
@@ -15171,6 +15195,7 @@
15171
15195
  exports.Droplet = Droplet$1;
15172
15196
  exports.Droplets = Droplets$1;
15173
15197
  exports.Drumstick = Drumstick$1;
15198
+ exports.Dumbbell = Dumbbell$1;
15174
15199
  exports.Ear = Ear$1;
15175
15200
  exports.EarOff = EarOff$1;
15176
15201
  exports.Edit = Edit$1;