lucide-react 0.17.1 → 0.17.2
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 +23 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/cookie.js +21 -0
- package/dist/esm/icons/index.js +1 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +23 -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.17.
|
|
2
|
+
* lucide-react v0.17.2 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -2390,6 +2390,27 @@ var Contrast = createReactComponent('Contrast', [['circle', {
|
|
|
2390
2390
|
}]]);
|
|
2391
2391
|
var Contrast$1 = Contrast;
|
|
2392
2392
|
|
|
2393
|
+
var Cookie = createReactComponent('Cookie', [['path', {
|
|
2394
|
+
d: 'M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5',
|
|
2395
|
+
key: 'laymnq'
|
|
2396
|
+
}], ['path', {
|
|
2397
|
+
d: 'M8.5 8.5v.01',
|
|
2398
|
+
key: 'ue8clq'
|
|
2399
|
+
}], ['path', {
|
|
2400
|
+
d: 'M16 15.5v.01',
|
|
2401
|
+
key: '14dtrp'
|
|
2402
|
+
}], ['path', {
|
|
2403
|
+
d: 'M12 12v.01',
|
|
2404
|
+
key: 'u5ubse'
|
|
2405
|
+
}], ['path', {
|
|
2406
|
+
d: 'M11 17v.01',
|
|
2407
|
+
key: '1hyl5a'
|
|
2408
|
+
}], ['path', {
|
|
2409
|
+
d: 'M7 14v.01',
|
|
2410
|
+
key: 'uct60s'
|
|
2411
|
+
}]]);
|
|
2412
|
+
var Cookie$1 = Cookie;
|
|
2413
|
+
|
|
2393
2414
|
var Copy = createReactComponent('Copy', [['rect', {
|
|
2394
2415
|
x: '9',
|
|
2395
2416
|
y: '9',
|
|
@@ -9022,6 +9043,7 @@ exports.Command = Command$1;
|
|
|
9022
9043
|
exports.Compass = Compass$1;
|
|
9023
9044
|
exports.Contact = Contact$1;
|
|
9024
9045
|
exports.Contrast = Contrast$1;
|
|
9046
|
+
exports.Cookie = Cookie$1;
|
|
9025
9047
|
exports.Copy = Copy$1;
|
|
9026
9048
|
exports.Copyleft = Copyleft$1;
|
|
9027
9049
|
exports.Copyright = Copyright$1;
|