lucide-react 0.44.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 +123 -11
- 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/index.js +7 -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/shopping-cart.js +4 -4
- package/dist/lucide-react.d.ts +7 -0
- package/dist/umd/lucide-react.js +123 -11
- 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/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';
|
|
@@ -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;
|
|
@@ -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;
|
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;
|
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',
|
|
@@ -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
|
|
|
@@ -8070,18 +8175,18 @@
|
|
|
8070
8175
|
var ShoppingBag$1 = ShoppingBag;
|
|
8071
8176
|
|
|
8072
8177
|
var ShoppingCart = createReactComponent('ShoppingCart', [['circle', {
|
|
8073
|
-
cx: '
|
|
8178
|
+
cx: '8',
|
|
8074
8179
|
cy: '21',
|
|
8075
8180
|
r: '1',
|
|
8076
|
-
key: '
|
|
8181
|
+
key: 'jimo8o'
|
|
8077
8182
|
}], ['circle', {
|
|
8078
8183
|
cx: '19',
|
|
8079
8184
|
cy: '21',
|
|
8080
8185
|
r: '1',
|
|
8081
8186
|
key: '13723u'
|
|
8082
8187
|
}], ['path', {
|
|
8083
|
-
d: 'M2
|
|
8084
|
-
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'
|
|
8085
8190
|
}]]);
|
|
8086
8191
|
var ShoppingCart$1 = ShoppingCart;
|
|
8087
8192
|
|
|
@@ -10147,6 +10252,9 @@
|
|
|
10147
10252
|
exports.Banknote = Banknote$1;
|
|
10148
10253
|
exports.BarChart = BarChart$1;
|
|
10149
10254
|
exports.BarChart2 = BarChart2$1;
|
|
10255
|
+
exports.BarChart3 = BarChart3$1;
|
|
10256
|
+
exports.BarChart4 = BarChart4$1;
|
|
10257
|
+
exports.BarChartHorizontal = BarChartHorizontal$1;
|
|
10150
10258
|
exports.Baseline = Baseline$1;
|
|
10151
10259
|
exports.Battery = Battery$1;
|
|
10152
10260
|
exports.BatteryCharging = BatteryCharging$1;
|
|
@@ -10416,6 +10524,7 @@
|
|
|
10416
10524
|
exports.LifeBuoy = LifeBuoy$1;
|
|
10417
10525
|
exports.Lightbulb = Lightbulb$1;
|
|
10418
10526
|
exports.LightbulbOff = LightbulbOff$1;
|
|
10527
|
+
exports.LineChart = LineChart$1;
|
|
10419
10528
|
exports.Link = Link$1;
|
|
10420
10529
|
exports.Link2 = Link2$1;
|
|
10421
10530
|
exports.Link2Off = Link2Off$1;
|
|
@@ -10437,6 +10546,7 @@
|
|
|
10437
10546
|
exports.Mail = Mail$1;
|
|
10438
10547
|
exports.Map = Map$1;
|
|
10439
10548
|
exports.MapPin = MapPin$1;
|
|
10549
|
+
exports.MapPinOff = MapPinOff$1;
|
|
10440
10550
|
exports.Maximize = Maximize$1;
|
|
10441
10551
|
exports.Maximize2 = Maximize2$1;
|
|
10442
10552
|
exports.Megaphone = Megaphone$1;
|
|
@@ -10472,6 +10582,8 @@
|
|
|
10472
10582
|
exports.Music = Music$1;
|
|
10473
10583
|
exports.Navigation = Navigation$1;
|
|
10474
10584
|
exports.Navigation2 = Navigation2$1;
|
|
10585
|
+
exports.Navigation2Off = Navigation2Off$1;
|
|
10586
|
+
exports.NavigationOff = NavigationOff$1;
|
|
10475
10587
|
exports.Network = Network$1;
|
|
10476
10588
|
exports.Octagon = Octagon$1;
|
|
10477
10589
|
exports.Option = Option$1;
|