lucide-react 0.47.0 → 0.48.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 +14 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/magnet.js +12 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +14 -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
|
@@ -359,6 +359,7 @@ export { default as Locate } from './locate';
|
|
|
359
359
|
export { default as Lock } from './lock';
|
|
360
360
|
export { default as LogIn } from './log-in';
|
|
361
361
|
export { default as LogOut } from './log-out';
|
|
362
|
+
export { default as Magnet } from './magnet';
|
|
362
363
|
export { default as Mail } from './mail';
|
|
363
364
|
export { default as MapPinOff } from './map-pin-off';
|
|
364
365
|
export { default as MapPin } from './map-pin';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Magnet = createReactComponent('Magnet', [['path', {
|
|
3
|
+
d: 'm6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15',
|
|
4
|
+
key: '1i3lhw'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'm5 8 4 4',
|
|
7
|
+
key: 'j6kj7e'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'm12 15 4 4',
|
|
10
|
+
key: 'lnac28'
|
|
11
|
+
}]]);
|
|
12
|
+
export default Magnet;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -374,6 +374,7 @@ export declare const Locate: (props: LucideProps) => JSX.Element;
|
|
|
374
374
|
export declare const Lock: (props: LucideProps) => JSX.Element;
|
|
375
375
|
export declare const LogIn: (props: LucideProps) => JSX.Element;
|
|
376
376
|
export declare const LogOut: (props: LucideProps) => JSX.Element;
|
|
377
|
+
export declare const Magnet: (props: LucideProps) => JSX.Element;
|
|
377
378
|
export declare const Mail: (props: LucideProps) => JSX.Element;
|
|
378
379
|
export declare const MapPinOff: (props: LucideProps) => JSX.Element;
|
|
379
380
|
export declare const MapPin: (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.48.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -6257,6 +6257,18 @@
|
|
|
6257
6257
|
}]]);
|
|
6258
6258
|
var LogOut$1 = LogOut;
|
|
6259
6259
|
|
|
6260
|
+
var Magnet = createReactComponent('Magnet', [['path', {
|
|
6261
|
+
d: 'm6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15',
|
|
6262
|
+
key: '1i3lhw'
|
|
6263
|
+
}], ['path', {
|
|
6264
|
+
d: 'm5 8 4 4',
|
|
6265
|
+
key: 'j6kj7e'
|
|
6266
|
+
}], ['path', {
|
|
6267
|
+
d: 'm12 15 4 4',
|
|
6268
|
+
key: 'lnac28'
|
|
6269
|
+
}]]);
|
|
6270
|
+
var Magnet$1 = Magnet;
|
|
6271
|
+
|
|
6260
6272
|
var Mail = createReactComponent('Mail', [['path', {
|
|
6261
6273
|
d: 'M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z',
|
|
6262
6274
|
key: '1wse7h'
|
|
@@ -10816,6 +10828,7 @@
|
|
|
10816
10828
|
exports.Lock = Lock$1;
|
|
10817
10829
|
exports.LogIn = LogIn$1;
|
|
10818
10830
|
exports.LogOut = LogOut$1;
|
|
10831
|
+
exports.Magnet = Magnet$1;
|
|
10819
10832
|
exports.Mail = Mail$1;
|
|
10820
10833
|
exports.Map = Map$1;
|
|
10821
10834
|
exports.MapPin = MapPin$1;
|