lucide-react 0.76.0 → 0.77.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 +30 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/usb.js +28 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +30 -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/esm/icons/index.js
CHANGED
|
@@ -747,6 +747,7 @@ export { default as Unlink } from './unlink';
|
|
|
747
747
|
export { default as Unlock } from './unlock';
|
|
748
748
|
export { default as UploadCloud } from './upload-cloud';
|
|
749
749
|
export { default as Upload } from './upload';
|
|
750
|
+
export { default as Usb } from './usb';
|
|
750
751
|
export { default as UserCheck } from './user-check';
|
|
751
752
|
export { default as UserCog } from './user-cog';
|
|
752
753
|
export { default as UserMinus } from './user-minus';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Usb = createReactComponent('Usb', [['circle', {
|
|
3
|
+
cx: '4',
|
|
4
|
+
cy: '20',
|
|
5
|
+
r: '1',
|
|
6
|
+
key: '22iqad'
|
|
7
|
+
}], ['circle', {
|
|
8
|
+
cx: '10',
|
|
9
|
+
cy: '7',
|
|
10
|
+
r: '1',
|
|
11
|
+
key: 'dypaad'
|
|
12
|
+
}], ['path', {
|
|
13
|
+
d: 'M4 20 19 5',
|
|
14
|
+
key: '15hogs'
|
|
15
|
+
}], ['path', {
|
|
16
|
+
d: 'm21 3-3 1 2 2 1-3Z',
|
|
17
|
+
key: 'ew8vct'
|
|
18
|
+
}], ['path', {
|
|
19
|
+
d: 'm10 7-5 5 2 5',
|
|
20
|
+
key: '148pqf'
|
|
21
|
+
}], ['path', {
|
|
22
|
+
d: 'm10 14 5 2 4-4',
|
|
23
|
+
key: '1ivjwr'
|
|
24
|
+
}], ['path', {
|
|
25
|
+
d: 'm18 12 1-1 1 1-1 1-1-1Z',
|
|
26
|
+
key: 'tus6kn'
|
|
27
|
+
}]]);
|
|
28
|
+
export default Usb;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -762,6 +762,7 @@ export declare const Unlink: (props: LucideProps) => JSX.Element;
|
|
|
762
762
|
export declare const Unlock: (props: LucideProps) => JSX.Element;
|
|
763
763
|
export declare const UploadCloud: (props: LucideProps) => JSX.Element;
|
|
764
764
|
export declare const Upload: (props: LucideProps) => JSX.Element;
|
|
765
|
+
export declare const Usb: (props: LucideProps) => JSX.Element;
|
|
765
766
|
export declare const UserCheck: (props: LucideProps) => JSX.Element;
|
|
766
767
|
export declare const UserCog: (props: LucideProps) => JSX.Element;
|
|
767
768
|
export declare const UserMinus: (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.77.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -12984,6 +12984,34 @@
|
|
|
12984
12984
|
}]]);
|
|
12985
12985
|
var Upload$1 = Upload;
|
|
12986
12986
|
|
|
12987
|
+
var Usb = createReactComponent('Usb', [['circle', {
|
|
12988
|
+
cx: '4',
|
|
12989
|
+
cy: '20',
|
|
12990
|
+
r: '1',
|
|
12991
|
+
key: '22iqad'
|
|
12992
|
+
}], ['circle', {
|
|
12993
|
+
cx: '10',
|
|
12994
|
+
cy: '7',
|
|
12995
|
+
r: '1',
|
|
12996
|
+
key: 'dypaad'
|
|
12997
|
+
}], ['path', {
|
|
12998
|
+
d: 'M4 20 19 5',
|
|
12999
|
+
key: '15hogs'
|
|
13000
|
+
}], ['path', {
|
|
13001
|
+
d: 'm21 3-3 1 2 2 1-3Z',
|
|
13002
|
+
key: 'ew8vct'
|
|
13003
|
+
}], ['path', {
|
|
13004
|
+
d: 'm10 7-5 5 2 5',
|
|
13005
|
+
key: '148pqf'
|
|
13006
|
+
}], ['path', {
|
|
13007
|
+
d: 'm10 14 5 2 4-4',
|
|
13008
|
+
key: '1ivjwr'
|
|
13009
|
+
}], ['path', {
|
|
13010
|
+
d: 'm18 12 1-1 1 1-1 1-1-1Z',
|
|
13011
|
+
key: 'tus6kn'
|
|
13012
|
+
}]]);
|
|
13013
|
+
var Usb$1 = Usb;
|
|
13014
|
+
|
|
12987
13015
|
var UserCheck = createReactComponent('UserCheck', [['path', {
|
|
12988
13016
|
d: 'M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2',
|
|
12989
13017
|
key: '1yyitq'
|
|
@@ -14412,6 +14440,7 @@
|
|
|
14412
14440
|
exports.Unlock = Unlock$1;
|
|
14413
14441
|
exports.Upload = Upload$1;
|
|
14414
14442
|
exports.UploadCloud = UploadCloud$1;
|
|
14443
|
+
exports.Usb = Usb$1;
|
|
14415
14444
|
exports.User = User$1;
|
|
14416
14445
|
exports.UserCheck = UserCheck$1;
|
|
14417
14446
|
exports.UserCog = UserCog$1;
|