lucide-react 0.42.0 → 0.45.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 +145 -13
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/bar-chart-3.js +15 -0
- package/dist/esm/icons/bar-chart-4.js +15 -0
- package/dist/esm/icons/bar-chart-horizontal.js +15 -0
- package/dist/esm/icons/delete.js +2 -2
- package/dist/esm/icons/index.js +9 -0
- package/dist/esm/icons/line-chart.js +9 -0
- package/dist/esm/icons/map-pin-off.js +21 -0
- package/dist/esm/icons/navigation-2-off.js +15 -0
- package/dist/esm/icons/navigation-off.js +15 -0
- package/dist/esm/icons/pipette.js +6 -6
- package/dist/esm/icons/redo-2.js +9 -0
- package/dist/esm/icons/shopping-cart.js +4 -4
- package/dist/esm/icons/undo-2.js +9 -0
- package/dist/lucide-react.d.ts +9 -0
- package/dist/umd/lucide-react.js +145 -13
- 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,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var BarChart3 = createReactComponent('BarChart3', [['path', {
|
|
3
|
+
d: 'M2 2v20h20',
|
|
4
|
+
key: '9fg1bd'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M17 18V9',
|
|
7
|
+
key: '13vkfx'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M12 18V4',
|
|
10
|
+
key: 'j0v35r'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M7 18v-4',
|
|
13
|
+
key: '17zvgx'
|
|
14
|
+
}]]);
|
|
15
|
+
export default BarChart3;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var BarChart4 = createReactComponent('BarChart4', [['path', {
|
|
3
|
+
d: 'M2 2v20h20',
|
|
4
|
+
key: '9fg1bd'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M12 18V9',
|
|
7
|
+
key: 'vwku8i'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M17 18V4',
|
|
10
|
+
key: 'jpnfp6'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M7 18v-4',
|
|
13
|
+
key: '17zvgx'
|
|
14
|
+
}]]);
|
|
15
|
+
export default BarChart4;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var BarChartHorizontal = createReactComponent('BarChartHorizontal', [['path', {
|
|
3
|
+
d: 'M2 2V22H22',
|
|
4
|
+
key: '1hhjiq'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M6 17L15 17',
|
|
7
|
+
key: '19egyu'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M6 12L20 12',
|
|
10
|
+
key: '192eut'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M6 7L10 7',
|
|
13
|
+
key: '8emfg'
|
|
14
|
+
}]]);
|
|
15
|
+
export default BarChartHorizontal;
|
package/dist/esm/icons/delete.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Delete = createReactComponent('Delete', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M20 5H9L2 12l7 7H20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z',
|
|
4
|
+
key: '1bsr2m'
|
|
5
5
|
}], ['line', {
|
|
6
6
|
x1: '18',
|
|
7
7
|
y1: '9',
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -62,6 +62,9 @@ export { default as Award } from './award';
|
|
|
62
62
|
export { default as Axe } from './axe';
|
|
63
63
|
export { default as Banknote } from './banknote';
|
|
64
64
|
export { default as BarChart2 } from './bar-chart-2';
|
|
65
|
+
export { default as BarChart3 } from './bar-chart-3';
|
|
66
|
+
export { default as BarChart4 } from './bar-chart-4';
|
|
67
|
+
export { default as BarChartHorizontal } from './bar-chart-horizontal';
|
|
65
68
|
export { default as BarChart } from './bar-chart';
|
|
66
69
|
export { default as Baseline } from './baseline';
|
|
67
70
|
export { default as BatteryCharging } from './battery-charging';
|
|
@@ -332,6 +335,7 @@ export { default as Library } from './library';
|
|
|
332
335
|
export { default as LifeBuoy } from './life-buoy';
|
|
333
336
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
334
337
|
export { default as Lightbulb } from './lightbulb';
|
|
338
|
+
export { default as LineChart } from './line-chart';
|
|
335
339
|
export { default as Link2Off } from './link-2-off';
|
|
336
340
|
export { default as Link2 } from './link-2';
|
|
337
341
|
export { default as Link } from './link';
|
|
@@ -351,6 +355,7 @@ export { default as Lock } from './lock';
|
|
|
351
355
|
export { default as LogIn } from './log-in';
|
|
352
356
|
export { default as LogOut } from './log-out';
|
|
353
357
|
export { default as Mail } from './mail';
|
|
358
|
+
export { default as MapPinOff } from './map-pin-off';
|
|
354
359
|
export { default as MapPin } from './map-pin';
|
|
355
360
|
export { default as Map } from './map';
|
|
356
361
|
export { default as Maximize2 } from './maximize-2';
|
|
@@ -386,7 +391,9 @@ export { default as MoveHorizontal } from './move-horizontal';
|
|
|
386
391
|
export { default as MoveVertical } from './move-vertical';
|
|
387
392
|
export { default as Move } from './move';
|
|
388
393
|
export { default as Music } from './music';
|
|
394
|
+
export { default as Navigation2Off } from './navigation-2-off';
|
|
389
395
|
export { default as Navigation2 } from './navigation-2';
|
|
396
|
+
export { default as NavigationOff } from './navigation-off';
|
|
390
397
|
export { default as Navigation } from './navigation';
|
|
391
398
|
export { default as Network } from './network';
|
|
392
399
|
export { default as Octagon } from './octagon';
|
|
@@ -438,6 +445,7 @@ export { default as QrCode } from './qr-code';
|
|
|
438
445
|
export { default as Quote } from './quote';
|
|
439
446
|
export { default as RadioReceiver } from './radio-receiver';
|
|
440
447
|
export { default as Radio } from './radio';
|
|
448
|
+
export { default as Redo2 } from './redo-2';
|
|
441
449
|
export { default as Redo } from './redo';
|
|
442
450
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
443
451
|
export { default as RefreshCw } from './refresh-cw';
|
|
@@ -558,6 +566,7 @@ export { default as Twitter } from './twitter';
|
|
|
558
566
|
export { default as Type } from './type';
|
|
559
567
|
export { default as Umbrella } from './umbrella';
|
|
560
568
|
export { default as Underline } from './underline';
|
|
569
|
+
export { default as Undo2 } from './undo-2';
|
|
561
570
|
export { default as Undo } from './undo';
|
|
562
571
|
export { default as Unlink2 } from './unlink-2';
|
|
563
572
|
export { default as Unlink } from './unlink';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var MapPinOff = createReactComponent('MapPinOff', [['path', {
|
|
3
|
+
d: 'M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5',
|
|
4
|
+
key: '12a8pk'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82',
|
|
7
|
+
key: '1r9f6y'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13',
|
|
10
|
+
key: 'erynq7'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M14.9 9.25a3 3 0 0 0-2.15-2.16',
|
|
13
|
+
key: '1hwwmx'
|
|
14
|
+
}], ['line', {
|
|
15
|
+
x1: '2',
|
|
16
|
+
y1: '2',
|
|
17
|
+
x2: '22',
|
|
18
|
+
y2: '22',
|
|
19
|
+
key: '1w4vcy'
|
|
20
|
+
}]]);
|
|
21
|
+
export default MapPinOff;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Navigation2Off = createReactComponent('Navigation2Off', [['path', {
|
|
3
|
+
d: 'M9.31 9.31 5 21l7-4 7 4-1.17-3.17',
|
|
4
|
+
key: 'qoq2o2'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M14.53 8.88 12 2 10.83 5.17',
|
|
7
|
+
key: '113rjm'
|
|
8
|
+
}], ['line', {
|
|
9
|
+
x1: '2',
|
|
10
|
+
y1: '2',
|
|
11
|
+
x2: '22',
|
|
12
|
+
y2: '22',
|
|
13
|
+
key: '1w4vcy'
|
|
14
|
+
}]]);
|
|
15
|
+
export default Navigation2Off;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var NavigationOff = createReactComponent('NavigationOff', [['path', {
|
|
3
|
+
d: 'M8.43 8.43 3 11l8 2 2 8 2.57-5.43',
|
|
4
|
+
key: '1vdtb7'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M17.39 11.73 22 2 12.27 6.61',
|
|
7
|
+
key: 'w6p316'
|
|
8
|
+
}], ['line', {
|
|
9
|
+
x1: '2',
|
|
10
|
+
y1: '2',
|
|
11
|
+
x2: '22',
|
|
12
|
+
y2: '22',
|
|
13
|
+
key: '1w4vcy'
|
|
14
|
+
}]]);
|
|
15
|
+
export default NavigationOff;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Pipette = createReactComponent('Pipette', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M2 22l1-1H6l9-9',
|
|
4
|
+
key: 'vi57q3'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: '
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M3 21V18l9-9',
|
|
7
|
+
key: 'tvc52x'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: '
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M21.37 5.63a2.12 2.12 0 0 0-3-3L15.58 5.42a1.05 1.05 0 0 1-1.5 0 1.07 1.07 0 0 0-1.5 0L11.25 6.75a1.07 1.07 0 0 0 0 1.5l4.5 4.5a1.07 1.07 0 0 0 1.5 0l1.33-1.33a1.07 1.07 0 0 0 0-1.5 1.05 1.05 0 0 1 0-1.5Z',
|
|
10
|
+
key: '1u8tu6'
|
|
11
11
|
}]]);
|
|
12
12
|
export default Pipette;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Redo2 = createReactComponent('Redo2', [['path', {
|
|
3
|
+
d: 'm15 14 5-5-5-5',
|
|
4
|
+
key: '12vg1m'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13',
|
|
7
|
+
key: '19mnr4'
|
|
8
|
+
}]]);
|
|
9
|
+
export default Redo2;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var ShoppingCart = createReactComponent('ShoppingCart', [['circle', {
|
|
3
|
-
cx: '
|
|
3
|
+
cx: '8',
|
|
4
4
|
cy: '21',
|
|
5
5
|
r: '1',
|
|
6
|
-
key: '
|
|
6
|
+
key: 'jimo8o'
|
|
7
7
|
}], ['circle', {
|
|
8
8
|
cx: '19',
|
|
9
9
|
cy: '21',
|
|
10
10
|
r: '1',
|
|
11
11
|
key: '13723u'
|
|
12
12
|
}], ['path', {
|
|
13
|
-
d: 'M2
|
|
14
|
-
key: '
|
|
13
|
+
d: 'M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12',
|
|
14
|
+
key: '9zh506'
|
|
15
15
|
}]]);
|
|
16
16
|
export default ShoppingCart;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Undo2 = createReactComponent('Undo2', [['path', {
|
|
3
|
+
d: 'M9 14 4 9l5-5',
|
|
4
|
+
key: '102s5s'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11',
|
|
7
|
+
key: 'llx8ln'
|
|
8
|
+
}]]);
|
|
9
|
+
export default Undo2;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -77,6 +77,9 @@ export declare const Award: (props: LucideProps) => JSX.Element;
|
|
|
77
77
|
export declare const Axe: (props: LucideProps) => JSX.Element;
|
|
78
78
|
export declare const Banknote: (props: LucideProps) => JSX.Element;
|
|
79
79
|
export declare const BarChart2: (props: LucideProps) => JSX.Element;
|
|
80
|
+
export declare const BarChart3: (props: LucideProps) => JSX.Element;
|
|
81
|
+
export declare const BarChart4: (props: LucideProps) => JSX.Element;
|
|
82
|
+
export declare const BarChartHorizontal: (props: LucideProps) => JSX.Element;
|
|
80
83
|
export declare const BarChart: (props: LucideProps) => JSX.Element;
|
|
81
84
|
export declare const Baseline: (props: LucideProps) => JSX.Element;
|
|
82
85
|
export declare const BatteryCharging: (props: LucideProps) => JSX.Element;
|
|
@@ -347,6 +350,7 @@ export declare const Library: (props: LucideProps) => JSX.Element;
|
|
|
347
350
|
export declare const LifeBuoy: (props: LucideProps) => JSX.Element;
|
|
348
351
|
export declare const LightbulbOff: (props: LucideProps) => JSX.Element;
|
|
349
352
|
export declare const Lightbulb: (props: LucideProps) => JSX.Element;
|
|
353
|
+
export declare const LineChart: (props: LucideProps) => JSX.Element;
|
|
350
354
|
export declare const Link2Off: (props: LucideProps) => JSX.Element;
|
|
351
355
|
export declare const Link2: (props: LucideProps) => JSX.Element;
|
|
352
356
|
export declare const Link: (props: LucideProps) => JSX.Element;
|
|
@@ -366,6 +370,7 @@ export declare const Lock: (props: LucideProps) => JSX.Element;
|
|
|
366
370
|
export declare const LogIn: (props: LucideProps) => JSX.Element;
|
|
367
371
|
export declare const LogOut: (props: LucideProps) => JSX.Element;
|
|
368
372
|
export declare const Mail: (props: LucideProps) => JSX.Element;
|
|
373
|
+
export declare const MapPinOff: (props: LucideProps) => JSX.Element;
|
|
369
374
|
export declare const MapPin: (props: LucideProps) => JSX.Element;
|
|
370
375
|
export declare const Map: (props: LucideProps) => JSX.Element;
|
|
371
376
|
export declare const Maximize2: (props: LucideProps) => JSX.Element;
|
|
@@ -401,7 +406,9 @@ export declare const MoveHorizontal: (props: LucideProps) => JSX.Element;
|
|
|
401
406
|
export declare const MoveVertical: (props: LucideProps) => JSX.Element;
|
|
402
407
|
export declare const Move: (props: LucideProps) => JSX.Element;
|
|
403
408
|
export declare const Music: (props: LucideProps) => JSX.Element;
|
|
409
|
+
export declare const Navigation2Off: (props: LucideProps) => JSX.Element;
|
|
404
410
|
export declare const Navigation2: (props: LucideProps) => JSX.Element;
|
|
411
|
+
export declare const NavigationOff: (props: LucideProps) => JSX.Element;
|
|
405
412
|
export declare const Navigation: (props: LucideProps) => JSX.Element;
|
|
406
413
|
export declare const Network: (props: LucideProps) => JSX.Element;
|
|
407
414
|
export declare const Octagon: (props: LucideProps) => JSX.Element;
|
|
@@ -453,6 +460,7 @@ export declare const QrCode: (props: LucideProps) => JSX.Element;
|
|
|
453
460
|
export declare const Quote: (props: LucideProps) => JSX.Element;
|
|
454
461
|
export declare const RadioReceiver: (props: LucideProps) => JSX.Element;
|
|
455
462
|
export declare const Radio: (props: LucideProps) => JSX.Element;
|
|
463
|
+
export declare const Redo2: (props: LucideProps) => JSX.Element;
|
|
456
464
|
export declare const Redo: (props: LucideProps) => JSX.Element;
|
|
457
465
|
export declare const RefreshCcw: (props: LucideProps) => JSX.Element;
|
|
458
466
|
export declare const RefreshCw: (props: LucideProps) => JSX.Element;
|
|
@@ -573,6 +581,7 @@ export declare const Twitter: (props: LucideProps) => JSX.Element;
|
|
|
573
581
|
export declare const Type: (props: LucideProps) => JSX.Element;
|
|
574
582
|
export declare const Umbrella: (props: LucideProps) => JSX.Element;
|
|
575
583
|
export declare const Underline: (props: LucideProps) => JSX.Element;
|
|
584
|
+
export declare const Undo2: (props: LucideProps) => JSX.Element;
|
|
576
585
|
export declare const Undo: (props: LucideProps) => JSX.Element;
|
|
577
586
|
export declare const Unlink2: (props: LucideProps) => JSX.Element;
|
|
578
587
|
export declare const Unlink: (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.45.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1355,6 +1355,51 @@
|
|
|
1355
1355
|
}]]);
|
|
1356
1356
|
var BarChart2$1 = BarChart2;
|
|
1357
1357
|
|
|
1358
|
+
var BarChart3 = createReactComponent('BarChart3', [['path', {
|
|
1359
|
+
d: 'M2 2v20h20',
|
|
1360
|
+
key: '9fg1bd'
|
|
1361
|
+
}], ['path', {
|
|
1362
|
+
d: 'M17 18V9',
|
|
1363
|
+
key: '13vkfx'
|
|
1364
|
+
}], ['path', {
|
|
1365
|
+
d: 'M12 18V4',
|
|
1366
|
+
key: 'j0v35r'
|
|
1367
|
+
}], ['path', {
|
|
1368
|
+
d: 'M7 18v-4',
|
|
1369
|
+
key: '17zvgx'
|
|
1370
|
+
}]]);
|
|
1371
|
+
var BarChart3$1 = BarChart3;
|
|
1372
|
+
|
|
1373
|
+
var BarChart4 = createReactComponent('BarChart4', [['path', {
|
|
1374
|
+
d: 'M2 2v20h20',
|
|
1375
|
+
key: '9fg1bd'
|
|
1376
|
+
}], ['path', {
|
|
1377
|
+
d: 'M12 18V9',
|
|
1378
|
+
key: 'vwku8i'
|
|
1379
|
+
}], ['path', {
|
|
1380
|
+
d: 'M17 18V4',
|
|
1381
|
+
key: 'jpnfp6'
|
|
1382
|
+
}], ['path', {
|
|
1383
|
+
d: 'M7 18v-4',
|
|
1384
|
+
key: '17zvgx'
|
|
1385
|
+
}]]);
|
|
1386
|
+
var BarChart4$1 = BarChart4;
|
|
1387
|
+
|
|
1388
|
+
var BarChartHorizontal = createReactComponent('BarChartHorizontal', [['path', {
|
|
1389
|
+
d: 'M2 2V22H22',
|
|
1390
|
+
key: '1hhjiq'
|
|
1391
|
+
}], ['path', {
|
|
1392
|
+
d: 'M6 17L15 17',
|
|
1393
|
+
key: '19egyu'
|
|
1394
|
+
}], ['path', {
|
|
1395
|
+
d: 'M6 12L20 12',
|
|
1396
|
+
key: '192eut'
|
|
1397
|
+
}], ['path', {
|
|
1398
|
+
d: 'M6 7L10 7',
|
|
1399
|
+
key: '8emfg'
|
|
1400
|
+
}]]);
|
|
1401
|
+
var BarChartHorizontal$1 = BarChartHorizontal;
|
|
1402
|
+
|
|
1358
1403
|
var BarChart = createReactComponent('BarChart', [['line', {
|
|
1359
1404
|
x1: '12',
|
|
1360
1405
|
y1: '20',
|
|
@@ -3258,8 +3303,8 @@
|
|
|
3258
3303
|
var Database$1 = Database;
|
|
3259
3304
|
|
|
3260
3305
|
var Delete = createReactComponent('Delete', [['path', {
|
|
3261
|
-
d: '
|
|
3262
|
-
key: '
|
|
3306
|
+
d: 'M20 5H9L2 12l7 7H20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z',
|
|
3307
|
+
key: '1bsr2m'
|
|
3263
3308
|
}], ['line', {
|
|
3264
3309
|
x1: '18',
|
|
3265
3310
|
y1: '9',
|
|
@@ -5695,6 +5740,15 @@
|
|
|
5695
5740
|
}]]);
|
|
5696
5741
|
var Lightbulb$1 = Lightbulb;
|
|
5697
5742
|
|
|
5743
|
+
var LineChart = createReactComponent('LineChart', [['path', {
|
|
5744
|
+
d: 'M2 2v20h20',
|
|
5745
|
+
key: '9fg1bd'
|
|
5746
|
+
}], ['path', {
|
|
5747
|
+
d: 'm20 9-6 6-5-5-3 3',
|
|
5748
|
+
key: 'kmh158'
|
|
5749
|
+
}]]);
|
|
5750
|
+
var LineChart$1 = LineChart;
|
|
5751
|
+
|
|
5698
5752
|
var Link2Off = createReactComponent('Link2Off', [['path', {
|
|
5699
5753
|
d: 'M15 7h2a5 5 0 0 1 4 8M9 17H7A5 5 0 0 1 7 7',
|
|
5700
5754
|
key: '1njnd9'
|
|
@@ -6119,6 +6173,27 @@
|
|
|
6119
6173
|
}]]);
|
|
6120
6174
|
var Mail$1 = Mail;
|
|
6121
6175
|
|
|
6176
|
+
var MapPinOff = createReactComponent('MapPinOff', [['path', {
|
|
6177
|
+
d: 'M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5',
|
|
6178
|
+
key: '12a8pk'
|
|
6179
|
+
}], ['path', {
|
|
6180
|
+
d: 'M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82',
|
|
6181
|
+
key: '1r9f6y'
|
|
6182
|
+
}], ['path', {
|
|
6183
|
+
d: 'M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13',
|
|
6184
|
+
key: 'erynq7'
|
|
6185
|
+
}], ['path', {
|
|
6186
|
+
d: 'M14.9 9.25a3 3 0 0 0-2.15-2.16',
|
|
6187
|
+
key: '1hwwmx'
|
|
6188
|
+
}], ['line', {
|
|
6189
|
+
x1: '2',
|
|
6190
|
+
y1: '2',
|
|
6191
|
+
x2: '22',
|
|
6192
|
+
y2: '22',
|
|
6193
|
+
key: '1w4vcy'
|
|
6194
|
+
}]]);
|
|
6195
|
+
var MapPinOff$1 = MapPinOff;
|
|
6196
|
+
|
|
6122
6197
|
var MapPin = createReactComponent('MapPin', [['path', {
|
|
6123
6198
|
d: 'M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 0 1 16 0Z',
|
|
6124
6199
|
key: '1510lq'
|
|
@@ -6629,12 +6704,42 @@
|
|
|
6629
6704
|
}]]);
|
|
6630
6705
|
var Music$1 = Music;
|
|
6631
6706
|
|
|
6707
|
+
var Navigation2Off = createReactComponent('Navigation2Off', [['path', {
|
|
6708
|
+
d: 'M9.31 9.31 5 21l7-4 7 4-1.17-3.17',
|
|
6709
|
+
key: 'qoq2o2'
|
|
6710
|
+
}], ['path', {
|
|
6711
|
+
d: 'M14.53 8.88 12 2 10.83 5.17',
|
|
6712
|
+
key: '113rjm'
|
|
6713
|
+
}], ['line', {
|
|
6714
|
+
x1: '2',
|
|
6715
|
+
y1: '2',
|
|
6716
|
+
x2: '22',
|
|
6717
|
+
y2: '22',
|
|
6718
|
+
key: '1w4vcy'
|
|
6719
|
+
}]]);
|
|
6720
|
+
var Navigation2Off$1 = Navigation2Off;
|
|
6721
|
+
|
|
6632
6722
|
var Navigation2 = createReactComponent('Navigation2', [['polygon', {
|
|
6633
6723
|
points: '12 2 19 21 12 17 5 21 12 2',
|
|
6634
6724
|
key: 'x8c0qg'
|
|
6635
6725
|
}]]);
|
|
6636
6726
|
var Navigation2$1 = Navigation2;
|
|
6637
6727
|
|
|
6728
|
+
var NavigationOff = createReactComponent('NavigationOff', [['path', {
|
|
6729
|
+
d: 'M8.43 8.43 3 11l8 2 2 8 2.57-5.43',
|
|
6730
|
+
key: '1vdtb7'
|
|
6731
|
+
}], ['path', {
|
|
6732
|
+
d: 'M17.39 11.73 22 2 12.27 6.61',
|
|
6733
|
+
key: 'w6p316'
|
|
6734
|
+
}], ['line', {
|
|
6735
|
+
x1: '2',
|
|
6736
|
+
y1: '2',
|
|
6737
|
+
x2: '22',
|
|
6738
|
+
y2: '22',
|
|
6739
|
+
key: '1w4vcy'
|
|
6740
|
+
}]]);
|
|
6741
|
+
var NavigationOff$1 = NavigationOff;
|
|
6742
|
+
|
|
6638
6743
|
var Navigation = createReactComponent('Navigation', [['polygon', {
|
|
6639
6744
|
points: '3 11 22 2 13 21 11 13 3 11',
|
|
6640
6745
|
key: '1ltx0t'
|
|
@@ -7088,14 +7193,14 @@
|
|
|
7088
7193
|
var Pin$1 = Pin;
|
|
7089
7194
|
|
|
7090
7195
|
var Pipette = createReactComponent('Pipette', [['path', {
|
|
7091
|
-
d: '
|
|
7092
|
-
key: '
|
|
7196
|
+
d: 'M2 22l1-1H6l9-9',
|
|
7197
|
+
key: 'vi57q3'
|
|
7093
7198
|
}], ['path', {
|
|
7094
|
-
d: '
|
|
7095
|
-
key: '
|
|
7199
|
+
d: 'M3 21V18l9-9',
|
|
7200
|
+
key: 'tvc52x'
|
|
7096
7201
|
}], ['path', {
|
|
7097
|
-
d: '
|
|
7098
|
-
key: '
|
|
7202
|
+
d: 'M21.37 5.63a2.12 2.12 0 0 0-3-3L15.58 5.42a1.05 1.05 0 0 1-1.5 0 1.07 1.07 0 0 0-1.5 0L11.25 6.75a1.07 1.07 0 0 0 0 1.5l4.5 4.5a1.07 1.07 0 0 0 1.5 0l1.33-1.33a1.07 1.07 0 0 0 0-1.5 1.05 1.05 0 0 1 0-1.5Z',
|
|
7203
|
+
key: '1u8tu6'
|
|
7099
7204
|
}]]);
|
|
7100
7205
|
var Pipette$1 = Pipette;
|
|
7101
7206
|
|
|
@@ -7389,6 +7494,15 @@
|
|
|
7389
7494
|
}]]);
|
|
7390
7495
|
var Radio$1 = Radio;
|
|
7391
7496
|
|
|
7497
|
+
var Redo2 = createReactComponent('Redo2', [['path', {
|
|
7498
|
+
d: 'm15 14 5-5-5-5',
|
|
7499
|
+
key: '12vg1m'
|
|
7500
|
+
}], ['path', {
|
|
7501
|
+
d: 'M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13',
|
|
7502
|
+
key: '19mnr4'
|
|
7503
|
+
}]]);
|
|
7504
|
+
var Redo2$1 = Redo2;
|
|
7505
|
+
|
|
7392
7506
|
var Redo = createReactComponent('Redo', [['path', {
|
|
7393
7507
|
d: 'M21 7v6h-6',
|
|
7394
7508
|
key: '3ptur4'
|
|
@@ -8061,18 +8175,18 @@
|
|
|
8061
8175
|
var ShoppingBag$1 = ShoppingBag;
|
|
8062
8176
|
|
|
8063
8177
|
var ShoppingCart = createReactComponent('ShoppingCart', [['circle', {
|
|
8064
|
-
cx: '
|
|
8178
|
+
cx: '8',
|
|
8065
8179
|
cy: '21',
|
|
8066
8180
|
r: '1',
|
|
8067
|
-
key: '
|
|
8181
|
+
key: 'jimo8o'
|
|
8068
8182
|
}], ['circle', {
|
|
8069
8183
|
cx: '19',
|
|
8070
8184
|
cy: '21',
|
|
8071
8185
|
r: '1',
|
|
8072
8186
|
key: '13723u'
|
|
8073
8187
|
}], ['path', {
|
|
8074
|
-
d: 'M2
|
|
8075
|
-
key: '
|
|
8188
|
+
d: 'M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12',
|
|
8189
|
+
key: '9zh506'
|
|
8076
8190
|
}]]);
|
|
8077
8191
|
var ShoppingCart$1 = ShoppingCart;
|
|
8078
8192
|
|
|
@@ -9378,6 +9492,15 @@
|
|
|
9378
9492
|
}]]);
|
|
9379
9493
|
var Underline$1 = Underline;
|
|
9380
9494
|
|
|
9495
|
+
var Undo2 = createReactComponent('Undo2', [['path', {
|
|
9496
|
+
d: 'M9 14 4 9l5-5',
|
|
9497
|
+
key: '102s5s'
|
|
9498
|
+
}], ['path', {
|
|
9499
|
+
d: 'M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11',
|
|
9500
|
+
key: 'llx8ln'
|
|
9501
|
+
}]]);
|
|
9502
|
+
var Undo2$1 = Undo2;
|
|
9503
|
+
|
|
9381
9504
|
var Undo = createReactComponent('Undo', [['path', {
|
|
9382
9505
|
d: 'M3 7v6h6',
|
|
9383
9506
|
key: '1v2h90'
|
|
@@ -10129,6 +10252,9 @@
|
|
|
10129
10252
|
exports.Banknote = Banknote$1;
|
|
10130
10253
|
exports.BarChart = BarChart$1;
|
|
10131
10254
|
exports.BarChart2 = BarChart2$1;
|
|
10255
|
+
exports.BarChart3 = BarChart3$1;
|
|
10256
|
+
exports.BarChart4 = BarChart4$1;
|
|
10257
|
+
exports.BarChartHorizontal = BarChartHorizontal$1;
|
|
10132
10258
|
exports.Baseline = Baseline$1;
|
|
10133
10259
|
exports.Battery = Battery$1;
|
|
10134
10260
|
exports.BatteryCharging = BatteryCharging$1;
|
|
@@ -10398,6 +10524,7 @@
|
|
|
10398
10524
|
exports.LifeBuoy = LifeBuoy$1;
|
|
10399
10525
|
exports.Lightbulb = Lightbulb$1;
|
|
10400
10526
|
exports.LightbulbOff = LightbulbOff$1;
|
|
10527
|
+
exports.LineChart = LineChart$1;
|
|
10401
10528
|
exports.Link = Link$1;
|
|
10402
10529
|
exports.Link2 = Link2$1;
|
|
10403
10530
|
exports.Link2Off = Link2Off$1;
|
|
@@ -10419,6 +10546,7 @@
|
|
|
10419
10546
|
exports.Mail = Mail$1;
|
|
10420
10547
|
exports.Map = Map$1;
|
|
10421
10548
|
exports.MapPin = MapPin$1;
|
|
10549
|
+
exports.MapPinOff = MapPinOff$1;
|
|
10422
10550
|
exports.Maximize = Maximize$1;
|
|
10423
10551
|
exports.Maximize2 = Maximize2$1;
|
|
10424
10552
|
exports.Megaphone = Megaphone$1;
|
|
@@ -10454,6 +10582,8 @@
|
|
|
10454
10582
|
exports.Music = Music$1;
|
|
10455
10583
|
exports.Navigation = Navigation$1;
|
|
10456
10584
|
exports.Navigation2 = Navigation2$1;
|
|
10585
|
+
exports.Navigation2Off = Navigation2Off$1;
|
|
10586
|
+
exports.NavigationOff = NavigationOff$1;
|
|
10457
10587
|
exports.Network = Network$1;
|
|
10458
10588
|
exports.Octagon = Octagon$1;
|
|
10459
10589
|
exports.Option = Option$1;
|
|
@@ -10505,6 +10635,7 @@
|
|
|
10505
10635
|
exports.Radio = Radio$1;
|
|
10506
10636
|
exports.RadioReceiver = RadioReceiver$1;
|
|
10507
10637
|
exports.Redo = Redo$1;
|
|
10638
|
+
exports.Redo2 = Redo2$1;
|
|
10508
10639
|
exports.RefreshCcw = RefreshCcw$1;
|
|
10509
10640
|
exports.RefreshCw = RefreshCw$1;
|
|
10510
10641
|
exports.Regex = Regex$1;
|
|
@@ -10625,6 +10756,7 @@
|
|
|
10625
10756
|
exports.Umbrella = Umbrella$1;
|
|
10626
10757
|
exports.Underline = Underline$1;
|
|
10627
10758
|
exports.Undo = Undo$1;
|
|
10759
|
+
exports.Undo2 = Undo2$1;
|
|
10628
10760
|
exports.Unlink = Unlink$1;
|
|
10629
10761
|
exports.Unlink2 = Unlink2$1;
|
|
10630
10762
|
exports.Unlock = Unlock$1;
|