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.
- package/dist/cjs/lucide-react.js +26 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/dumbbell.js +24 -0
- package/dist/esm/icons/index.js +1 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +26 -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.98.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -4907,6 +4907,30 @@ var Drumstick = createReactComponent('Drumstick', [['path', {
|
|
|
4907
4907
|
}]]);
|
|
4908
4908
|
var Drumstick$1 = Drumstick;
|
|
4909
4909
|
|
|
4910
|
+
var Dumbbell = createReactComponent('Dumbbell', [['path', {
|
|
4911
|
+
d: 'm6.5 6.5 11 11',
|
|
4912
|
+
key: 'f7oqzb'
|
|
4913
|
+
}], ['path', {
|
|
4914
|
+
d: 'm21 21-1-1',
|
|
4915
|
+
key: 'cpc6if'
|
|
4916
|
+
}], ['path', {
|
|
4917
|
+
d: 'm3 3 1 1',
|
|
4918
|
+
key: 'd3rpuf'
|
|
4919
|
+
}], ['path', {
|
|
4920
|
+
d: 'm18 22 4-4',
|
|
4921
|
+
key: '1e32o6'
|
|
4922
|
+
}], ['path', {
|
|
4923
|
+
d: 'm2 6 4-4',
|
|
4924
|
+
key: '189tqz'
|
|
4925
|
+
}], ['path', {
|
|
4926
|
+
d: 'm3 10 7-7',
|
|
4927
|
+
key: '1bxui2'
|
|
4928
|
+
}], ['path', {
|
|
4929
|
+
d: 'm14 21 7-7',
|
|
4930
|
+
key: '16x78n'
|
|
4931
|
+
}]]);
|
|
4932
|
+
var Dumbbell$1 = Dumbbell;
|
|
4933
|
+
|
|
4910
4934
|
var EarOff = createReactComponent('EarOff', [['path', {
|
|
4911
4935
|
d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
|
|
4912
4936
|
key: '1qngmn'
|
|
@@ -15172,6 +15196,7 @@ exports.Dribbble = Dribbble$1;
|
|
|
15172
15196
|
exports.Droplet = Droplet$1;
|
|
15173
15197
|
exports.Droplets = Droplets$1;
|
|
15174
15198
|
exports.Drumstick = Drumstick$1;
|
|
15199
|
+
exports.Dumbbell = Dumbbell$1;
|
|
15175
15200
|
exports.Ear = Ear$1;
|
|
15176
15201
|
exports.EarOff = EarOff$1;
|
|
15177
15202
|
exports.Edit = Edit$1;
|