lucide-preact 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-preact.js +30 -1
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/usb.js +28 -0
- package/dist/lucide-preact.d.ts +1 -0
- package/dist/umd/lucide-preact.js +30 -1
- package/dist/umd/lucide-preact.js.map +1 -1
- package/dist/umd/lucide-preact.min.js +2 -2
- package/dist/umd/lucide-preact.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.
|
|
2
|
+
* lucide-preact v0.77.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -12974,6 +12974,34 @@ var Upload = createPreactComponent('Upload', [['path', {
|
|
|
12974
12974
|
}]]);
|
|
12975
12975
|
var Upload$1 = Upload;
|
|
12976
12976
|
|
|
12977
|
+
var Usb = createPreactComponent('Usb', [['circle', {
|
|
12978
|
+
cx: '4',
|
|
12979
|
+
cy: '20',
|
|
12980
|
+
r: '1',
|
|
12981
|
+
key: '22iqad'
|
|
12982
|
+
}], ['circle', {
|
|
12983
|
+
cx: '10',
|
|
12984
|
+
cy: '7',
|
|
12985
|
+
r: '1',
|
|
12986
|
+
key: 'dypaad'
|
|
12987
|
+
}], ['path', {
|
|
12988
|
+
d: 'M4 20 19 5',
|
|
12989
|
+
key: '15hogs'
|
|
12990
|
+
}], ['path', {
|
|
12991
|
+
d: 'm21 3-3 1 2 2 1-3Z',
|
|
12992
|
+
key: 'ew8vct'
|
|
12993
|
+
}], ['path', {
|
|
12994
|
+
d: 'm10 7-5 5 2 5',
|
|
12995
|
+
key: '148pqf'
|
|
12996
|
+
}], ['path', {
|
|
12997
|
+
d: 'm10 14 5 2 4-4',
|
|
12998
|
+
key: '1ivjwr'
|
|
12999
|
+
}], ['path', {
|
|
13000
|
+
d: 'm18 12 1-1 1 1-1 1-1-1Z',
|
|
13001
|
+
key: 'tus6kn'
|
|
13002
|
+
}]]);
|
|
13003
|
+
var Usb$1 = Usb;
|
|
13004
|
+
|
|
12977
13005
|
var UserCheck = createPreactComponent('UserCheck', [['path', {
|
|
12978
13006
|
d: 'M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2',
|
|
12979
13007
|
key: '1yyitq'
|
|
@@ -14402,6 +14430,7 @@ exports.Unlink2 = Unlink2$1;
|
|
|
14402
14430
|
exports.Unlock = Unlock$1;
|
|
14403
14431
|
exports.Upload = Upload$1;
|
|
14404
14432
|
exports.UploadCloud = UploadCloud$1;
|
|
14433
|
+
exports.Usb = Usb$1;
|
|
14405
14434
|
exports.User = User$1;
|
|
14406
14435
|
exports.UserCheck = UserCheck$1;
|
|
14407
14436
|
exports.UserCog = UserCog$1;
|