lucide-react 0.90.0 → 0.92.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/README.md +1 -1
- package/dist/cjs/lucide-react.js +43 -14
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/ear-off.js +21 -0
- package/dist/esm/icons/ear.js +9 -0
- package/dist/esm/icons/index.js +2 -0
- package/dist/esm/icons/signal-zero.js +0 -3
- package/dist/esm/icons/sort-asc.js +10 -10
- package/dist/lucide-react.d.ts +2 -0
- package/dist/umd/lucide-react.js +43 -14
- 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
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var EarOff = createReactComponent('EarOff', [['path', {
|
|
3
|
+
d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
|
|
4
|
+
key: '1qngmn'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M6 8.5c0-.75.13-1.47.36-2.14',
|
|
7
|
+
key: 'b06bma'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76',
|
|
10
|
+
key: 'g10hsz'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18',
|
|
13
|
+
key: 'ygzou7'
|
|
14
|
+
}], ['line', {
|
|
15
|
+
x1: '2',
|
|
16
|
+
y1: '2',
|
|
17
|
+
x2: '22',
|
|
18
|
+
y2: '22',
|
|
19
|
+
key: '1w4vcy'
|
|
20
|
+
}]]);
|
|
21
|
+
export default EarOff;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Ear = createReactComponent('Ear', [['path', {
|
|
3
|
+
d: 'M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0',
|
|
4
|
+
key: '1dfaln'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4',
|
|
7
|
+
key: '1qnva7'
|
|
8
|
+
}]]);
|
|
9
|
+
export default Ear;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -265,6 +265,8 @@ export { default as Dribbble } from './dribbble';
|
|
|
265
265
|
export { default as Droplet } from './droplet';
|
|
266
266
|
export { default as Droplets } from './droplets';
|
|
267
267
|
export { default as Drumstick } from './drumstick';
|
|
268
|
+
export { default as EarOff } from './ear-off';
|
|
269
|
+
export { default as Ear } from './ear';
|
|
268
270
|
export { default as Edit2 } from './edit-2';
|
|
269
271
|
export { default as Edit3 } from './edit-3';
|
|
270
272
|
export { default as Edit } from './edit';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var SortAsc = createReactComponent('SortAsc', [['path', {
|
|
3
|
-
d: 'M11
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M11 11H15',
|
|
4
|
+
key: '13b0h1'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: 'M11
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M11 15H18',
|
|
7
|
+
key: '14lp16'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: 'M11
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M11 19H21',
|
|
10
|
+
key: '1cy3wr'
|
|
11
11
|
}], ['path', {
|
|
12
|
-
d: '
|
|
13
|
-
key: '
|
|
12
|
+
d: 'M9 7L6 4L3 7',
|
|
13
|
+
key: 'bjdqf3'
|
|
14
14
|
}], ['path', {
|
|
15
|
-
d: 'M6
|
|
16
|
-
key: '
|
|
15
|
+
d: 'M6 6L6 20',
|
|
16
|
+
key: '1aagpo'
|
|
17
17
|
}]]);
|
|
18
18
|
export default SortAsc;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -280,6 +280,8 @@ export declare const Dribbble: (props: LucideProps) => JSX.Element;
|
|
|
280
280
|
export declare const Droplet: (props: LucideProps) => JSX.Element;
|
|
281
281
|
export declare const Droplets: (props: LucideProps) => JSX.Element;
|
|
282
282
|
export declare const Drumstick: (props: LucideProps) => JSX.Element;
|
|
283
|
+
export declare const EarOff: (props: LucideProps) => JSX.Element;
|
|
284
|
+
export declare const Ear: (props: LucideProps) => JSX.Element;
|
|
283
285
|
export declare const Edit2: (props: LucideProps) => JSX.Element;
|
|
284
286
|
export declare const Edit3: (props: LucideProps) => JSX.Element;
|
|
285
287
|
export declare const Edit: (props: LucideProps) => JSX.Element;
|
package/dist/umd/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.92.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -4705,6 +4705,36 @@
|
|
|
4705
4705
|
}]]);
|
|
4706
4706
|
var Drumstick$1 = Drumstick;
|
|
4707
4707
|
|
|
4708
|
+
var EarOff = createReactComponent('EarOff', [['path', {
|
|
4709
|
+
d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
|
|
4710
|
+
key: '1qngmn'
|
|
4711
|
+
}], ['path', {
|
|
4712
|
+
d: 'M6 8.5c0-.75.13-1.47.36-2.14',
|
|
4713
|
+
key: 'b06bma'
|
|
4714
|
+
}], ['path', {
|
|
4715
|
+
d: 'M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76',
|
|
4716
|
+
key: 'g10hsz'
|
|
4717
|
+
}], ['path', {
|
|
4718
|
+
d: 'M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18',
|
|
4719
|
+
key: 'ygzou7'
|
|
4720
|
+
}], ['line', {
|
|
4721
|
+
x1: '2',
|
|
4722
|
+
y1: '2',
|
|
4723
|
+
x2: '22',
|
|
4724
|
+
y2: '22',
|
|
4725
|
+
key: '1w4vcy'
|
|
4726
|
+
}]]);
|
|
4727
|
+
var EarOff$1 = EarOff;
|
|
4728
|
+
|
|
4729
|
+
var Ear = createReactComponent('Ear', [['path', {
|
|
4730
|
+
d: 'M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0',
|
|
4731
|
+
key: '1dfaln'
|
|
4732
|
+
}], ['path', {
|
|
4733
|
+
d: 'M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4',
|
|
4734
|
+
key: '1qnva7'
|
|
4735
|
+
}]]);
|
|
4736
|
+
var Ear$1 = Ear;
|
|
4737
|
+
|
|
4708
4738
|
var Edit2 = createReactComponent('Edit2', [['path', {
|
|
4709
4739
|
d: 'M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z',
|
|
4710
4740
|
key: '2s2c1q'
|
|
@@ -11828,9 +11858,6 @@
|
|
|
11828
11858
|
var SignalZero = createReactComponent('SignalZero', [['path', {
|
|
11829
11859
|
d: 'M2 20h.01',
|
|
11830
11860
|
key: '4haj6o'
|
|
11831
|
-
}], ['path', {
|
|
11832
|
-
d: 'M7 20v-4',
|
|
11833
|
-
key: 'j294jx'
|
|
11834
11861
|
}]]);
|
|
11835
11862
|
var SignalZero$1 = SignalZero;
|
|
11836
11863
|
|
|
@@ -12229,20 +12256,20 @@
|
|
|
12229
12256
|
var Sofa$1 = Sofa;
|
|
12230
12257
|
|
|
12231
12258
|
var SortAsc = createReactComponent('SortAsc', [['path', {
|
|
12232
|
-
d: 'M11
|
|
12233
|
-
key: '
|
|
12259
|
+
d: 'M11 11H15',
|
|
12260
|
+
key: '13b0h1'
|
|
12234
12261
|
}], ['path', {
|
|
12235
|
-
d: 'M11
|
|
12236
|
-
key: '
|
|
12262
|
+
d: 'M11 15H18',
|
|
12263
|
+
key: '14lp16'
|
|
12237
12264
|
}], ['path', {
|
|
12238
|
-
d: 'M11
|
|
12239
|
-
key: '
|
|
12265
|
+
d: 'M11 19H21',
|
|
12266
|
+
key: '1cy3wr'
|
|
12240
12267
|
}], ['path', {
|
|
12241
|
-
d: '
|
|
12242
|
-
key: '
|
|
12268
|
+
d: 'M9 7L6 4L3 7',
|
|
12269
|
+
key: 'bjdqf3'
|
|
12243
12270
|
}], ['path', {
|
|
12244
|
-
d: 'M6
|
|
12245
|
-
key: '
|
|
12271
|
+
d: 'M6 6L6 20',
|
|
12272
|
+
key: '1aagpo'
|
|
12246
12273
|
}]]);
|
|
12247
12274
|
var SortAsc$1 = SortAsc;
|
|
12248
12275
|
|
|
@@ -14551,6 +14578,8 @@
|
|
|
14551
14578
|
exports.Droplet = Droplet$1;
|
|
14552
14579
|
exports.Droplets = Droplets$1;
|
|
14553
14580
|
exports.Drumstick = Drumstick$1;
|
|
14581
|
+
exports.Ear = Ear$1;
|
|
14582
|
+
exports.EarOff = EarOff$1;
|
|
14554
14583
|
exports.Edit = Edit$1;
|
|
14555
14584
|
exports.Edit2 = Edit2$1;
|
|
14556
14585
|
exports.Edit3 = Edit3$1;
|