lucide-react 0.53.0 → 0.56.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 +144 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/backpack.js +18 -0
- package/dist/esm/icons/baggage-claim.js +26 -0
- package/dist/esm/icons/cigarette-off.js +27 -0
- package/dist/esm/icons/cigarette.js +18 -0
- package/dist/esm/icons/dices.js +26 -0
- package/dist/esm/icons/index.js +6 -0
- package/dist/esm/icons/luggage.js +22 -0
- package/dist/lucide-react.d.ts +6 -0
- package/dist/umd/lucide-react.js +144 -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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Backpack = createReactComponent('Backpack', [['path', {
|
|
3
|
+
d: 'M4 20V10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z',
|
|
4
|
+
key: 'tunmdx'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2',
|
|
7
|
+
key: 'donm21'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5',
|
|
10
|
+
key: 'xk3gvk'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M8 10h8',
|
|
13
|
+
key: 'c7uz4u'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M8 18h8',
|
|
16
|
+
key: '1no2b1'
|
|
17
|
+
}]]);
|
|
18
|
+
export default Backpack;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var BaggageClaim = createReactComponent('BaggageClaim', [['path', {
|
|
3
|
+
d: 'M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2',
|
|
4
|
+
key: '4irg2o'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10',
|
|
7
|
+
key: '14fcyx'
|
|
8
|
+
}], ['rect', {
|
|
9
|
+
x: '8',
|
|
10
|
+
y: '6',
|
|
11
|
+
width: '13',
|
|
12
|
+
height: '8',
|
|
13
|
+
rx: '1',
|
|
14
|
+
key: '1sfr2f'
|
|
15
|
+
}], ['circle', {
|
|
16
|
+
cx: '18',
|
|
17
|
+
cy: '20',
|
|
18
|
+
r: '2',
|
|
19
|
+
key: 't9985n'
|
|
20
|
+
}], ['circle', {
|
|
21
|
+
cx: '9',
|
|
22
|
+
cy: '20',
|
|
23
|
+
r: '2',
|
|
24
|
+
key: 'e5v82j'
|
|
25
|
+
}]]);
|
|
26
|
+
export default BaggageClaim;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CigaretteOff = createReactComponent('CigaretteOff', [['line', {
|
|
3
|
+
x1: '2',
|
|
4
|
+
y1: '2',
|
|
5
|
+
x2: '22',
|
|
6
|
+
y2: '22',
|
|
7
|
+
key: '1w4vcy'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M12 12H2v4h14',
|
|
10
|
+
key: '91gsaq'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M22 12v4',
|
|
13
|
+
key: '142cbu'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M18 12h-.5',
|
|
16
|
+
key: '12ymji'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M7 12v4',
|
|
19
|
+
key: 'jqww69'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
22
|
+
key: '1il607'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
25
|
+
key: '1gah44'
|
|
26
|
+
}]]);
|
|
27
|
+
export default CigaretteOff;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Cigarette = createReactComponent('Cigarette', [['path', {
|
|
3
|
+
d: 'M18 12H2v4h16',
|
|
4
|
+
key: '2rt1hm'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M22 12v4',
|
|
7
|
+
key: '142cbu'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M7 12v4',
|
|
10
|
+
key: 'jqww69'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
13
|
+
key: '1il607'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
16
|
+
key: '1gah44'
|
|
17
|
+
}]]);
|
|
18
|
+
export default Cigarette;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Dices = createReactComponent('Dices', [['rect', {
|
|
3
|
+
x: '2',
|
|
4
|
+
y: '10',
|
|
5
|
+
width: '12',
|
|
6
|
+
height: '12',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '73wp2n'
|
|
10
|
+
}], ['path', {
|
|
11
|
+
d: 'm17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6',
|
|
12
|
+
key: '1o487t'
|
|
13
|
+
}], ['path', {
|
|
14
|
+
d: 'M6 18h.01',
|
|
15
|
+
key: 'uhywen'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M10 14h.01',
|
|
18
|
+
key: 'ssrbsk'
|
|
19
|
+
}], ['path', {
|
|
20
|
+
d: 'M15 6h.01',
|
|
21
|
+
key: 'cblpky'
|
|
22
|
+
}], ['path', {
|
|
23
|
+
d: 'M18 9h.01',
|
|
24
|
+
key: '2061c0'
|
|
25
|
+
}]]);
|
|
26
|
+
export default Dices;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -61,6 +61,8 @@ export { default as Asterisk } from './asterisk';
|
|
|
61
61
|
export { default as AtSign } from './at-sign';
|
|
62
62
|
export { default as Award } from './award';
|
|
63
63
|
export { default as Axe } from './axe';
|
|
64
|
+
export { default as Backpack } from './backpack';
|
|
65
|
+
export { default as BaggageClaim } from './baggage-claim';
|
|
64
66
|
export { default as Banknote } from './banknote';
|
|
65
67
|
export { default as BarChart2 } from './bar-chart-2';
|
|
66
68
|
export { default as BarChart3 } from './bar-chart-3';
|
|
@@ -141,6 +143,8 @@ export { default as ChevronsRight } from './chevrons-right';
|
|
|
141
143
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
142
144
|
export { default as ChevronsUp } from './chevrons-up';
|
|
143
145
|
export { default as Chrome } from './chrome';
|
|
146
|
+
export { default as CigaretteOff } from './cigarette-off';
|
|
147
|
+
export { default as Cigarette } from './cigarette';
|
|
144
148
|
export { default as CircleSlashed } from './circle-slashed';
|
|
145
149
|
export { default as Circle } from './circle';
|
|
146
150
|
export { default as Clapperboard } from './clapperboard';
|
|
@@ -215,6 +219,7 @@ export { default as Dice3 } from './dice-3';
|
|
|
215
219
|
export { default as Dice4 } from './dice-4';
|
|
216
220
|
export { default as Dice5 } from './dice-5';
|
|
217
221
|
export { default as Dice6 } from './dice-6';
|
|
222
|
+
export { default as Dices } from './dices';
|
|
218
223
|
export { default as Disc } from './disc';
|
|
219
224
|
export { default as DivideCircle } from './divide-circle';
|
|
220
225
|
export { default as DivideSquare } from './divide-square';
|
|
@@ -372,6 +377,7 @@ export { default as Locate } from './locate';
|
|
|
372
377
|
export { default as Lock } from './lock';
|
|
373
378
|
export { default as LogIn } from './log-in';
|
|
374
379
|
export { default as LogOut } from './log-out';
|
|
380
|
+
export { default as Luggage } from './luggage';
|
|
375
381
|
export { default as Magnet } from './magnet';
|
|
376
382
|
export { default as Mail } from './mail';
|
|
377
383
|
export { default as MapPinOff } from './map-pin-off';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Luggage = createReactComponent('Luggage', [['path', {
|
|
3
|
+
d: 'M6 20h0a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h0',
|
|
4
|
+
key: '1h5fkc'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14',
|
|
7
|
+
key: '1l99gc'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M10 20h4',
|
|
10
|
+
key: 'ni2waw'
|
|
11
|
+
}], ['circle', {
|
|
12
|
+
cx: '16',
|
|
13
|
+
cy: '20',
|
|
14
|
+
r: '2',
|
|
15
|
+
key: '1vifvg'
|
|
16
|
+
}], ['circle', {
|
|
17
|
+
cx: '8',
|
|
18
|
+
cy: '20',
|
|
19
|
+
r: '2',
|
|
20
|
+
key: 'ckkr5m'
|
|
21
|
+
}]]);
|
|
22
|
+
export default Luggage;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -76,6 +76,8 @@ export declare const Asterisk: (props: LucideProps) => JSX.Element;
|
|
|
76
76
|
export declare const AtSign: (props: LucideProps) => JSX.Element;
|
|
77
77
|
export declare const Award: (props: LucideProps) => JSX.Element;
|
|
78
78
|
export declare const Axe: (props: LucideProps) => JSX.Element;
|
|
79
|
+
export declare const Backpack: (props: LucideProps) => JSX.Element;
|
|
80
|
+
export declare const BaggageClaim: (props: LucideProps) => JSX.Element;
|
|
79
81
|
export declare const Banknote: (props: LucideProps) => JSX.Element;
|
|
80
82
|
export declare const BarChart2: (props: LucideProps) => JSX.Element;
|
|
81
83
|
export declare const BarChart3: (props: LucideProps) => JSX.Element;
|
|
@@ -156,6 +158,8 @@ export declare const ChevronsRight: (props: LucideProps) => JSX.Element;
|
|
|
156
158
|
export declare const ChevronsUpDown: (props: LucideProps) => JSX.Element;
|
|
157
159
|
export declare const ChevronsUp: (props: LucideProps) => JSX.Element;
|
|
158
160
|
export declare const Chrome: (props: LucideProps) => JSX.Element;
|
|
161
|
+
export declare const CigaretteOff: (props: LucideProps) => JSX.Element;
|
|
162
|
+
export declare const Cigarette: (props: LucideProps) => JSX.Element;
|
|
159
163
|
export declare const CircleSlashed: (props: LucideProps) => JSX.Element;
|
|
160
164
|
export declare const Circle: (props: LucideProps) => JSX.Element;
|
|
161
165
|
export declare const Clapperboard: (props: LucideProps) => JSX.Element;
|
|
@@ -230,6 +234,7 @@ export declare const Dice3: (props: LucideProps) => JSX.Element;
|
|
|
230
234
|
export declare const Dice4: (props: LucideProps) => JSX.Element;
|
|
231
235
|
export declare const Dice5: (props: LucideProps) => JSX.Element;
|
|
232
236
|
export declare const Dice6: (props: LucideProps) => JSX.Element;
|
|
237
|
+
export declare const Dices: (props: LucideProps) => JSX.Element;
|
|
233
238
|
export declare const Disc: (props: LucideProps) => JSX.Element;
|
|
234
239
|
export declare const DivideCircle: (props: LucideProps) => JSX.Element;
|
|
235
240
|
export declare const DivideSquare: (props: LucideProps) => JSX.Element;
|
|
@@ -387,6 +392,7 @@ export declare const Locate: (props: LucideProps) => JSX.Element;
|
|
|
387
392
|
export declare const Lock: (props: LucideProps) => JSX.Element;
|
|
388
393
|
export declare const LogIn: (props: LucideProps) => JSX.Element;
|
|
389
394
|
export declare const LogOut: (props: LucideProps) => JSX.Element;
|
|
395
|
+
export declare const Luggage: (props: LucideProps) => JSX.Element;
|
|
390
396
|
export declare const Magnet: (props: LucideProps) => JSX.Element;
|
|
391
397
|
export declare const Mail: (props: LucideProps) => JSX.Element;
|
|
392
398
|
export declare const MapPinOff: (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.56.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1334,6 +1334,50 @@
|
|
|
1334
1334
|
}]]);
|
|
1335
1335
|
var Axe$1 = Axe;
|
|
1336
1336
|
|
|
1337
|
+
var Backpack = createReactComponent('Backpack', [['path', {
|
|
1338
|
+
d: 'M4 20V10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z',
|
|
1339
|
+
key: 'tunmdx'
|
|
1340
|
+
}], ['path', {
|
|
1341
|
+
d: 'M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2',
|
|
1342
|
+
key: 'donm21'
|
|
1343
|
+
}], ['path', {
|
|
1344
|
+
d: 'M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5',
|
|
1345
|
+
key: 'xk3gvk'
|
|
1346
|
+
}], ['path', {
|
|
1347
|
+
d: 'M8 10h8',
|
|
1348
|
+
key: 'c7uz4u'
|
|
1349
|
+
}], ['path', {
|
|
1350
|
+
d: 'M8 18h8',
|
|
1351
|
+
key: '1no2b1'
|
|
1352
|
+
}]]);
|
|
1353
|
+
var Backpack$1 = Backpack;
|
|
1354
|
+
|
|
1355
|
+
var BaggageClaim = createReactComponent('BaggageClaim', [['path', {
|
|
1356
|
+
d: 'M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2',
|
|
1357
|
+
key: '4irg2o'
|
|
1358
|
+
}], ['path', {
|
|
1359
|
+
d: 'M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10',
|
|
1360
|
+
key: '14fcyx'
|
|
1361
|
+
}], ['rect', {
|
|
1362
|
+
x: '8',
|
|
1363
|
+
y: '6',
|
|
1364
|
+
width: '13',
|
|
1365
|
+
height: '8',
|
|
1366
|
+
rx: '1',
|
|
1367
|
+
key: '1sfr2f'
|
|
1368
|
+
}], ['circle', {
|
|
1369
|
+
cx: '18',
|
|
1370
|
+
cy: '20',
|
|
1371
|
+
r: '2',
|
|
1372
|
+
key: 't9985n'
|
|
1373
|
+
}], ['circle', {
|
|
1374
|
+
cx: '9',
|
|
1375
|
+
cy: '20',
|
|
1376
|
+
r: '2',
|
|
1377
|
+
key: 'e5v82j'
|
|
1378
|
+
}]]);
|
|
1379
|
+
var BaggageClaim$1 = BaggageClaim;
|
|
1380
|
+
|
|
1337
1381
|
var Banknote = createReactComponent('Banknote', [['rect', {
|
|
1338
1382
|
x: '2',
|
|
1339
1383
|
y: '6',
|
|
@@ -2786,6 +2830,51 @@
|
|
|
2786
2830
|
}]]);
|
|
2787
2831
|
var Chrome$1 = Chrome;
|
|
2788
2832
|
|
|
2833
|
+
var CigaretteOff = createReactComponent('CigaretteOff', [['line', {
|
|
2834
|
+
x1: '2',
|
|
2835
|
+
y1: '2',
|
|
2836
|
+
x2: '22',
|
|
2837
|
+
y2: '22',
|
|
2838
|
+
key: '1w4vcy'
|
|
2839
|
+
}], ['path', {
|
|
2840
|
+
d: 'M12 12H2v4h14',
|
|
2841
|
+
key: '91gsaq'
|
|
2842
|
+
}], ['path', {
|
|
2843
|
+
d: 'M22 12v4',
|
|
2844
|
+
key: '142cbu'
|
|
2845
|
+
}], ['path', {
|
|
2846
|
+
d: 'M18 12h-.5',
|
|
2847
|
+
key: '12ymji'
|
|
2848
|
+
}], ['path', {
|
|
2849
|
+
d: 'M7 12v4',
|
|
2850
|
+
key: 'jqww69'
|
|
2851
|
+
}], ['path', {
|
|
2852
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
2853
|
+
key: '1il607'
|
|
2854
|
+
}], ['path', {
|
|
2855
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
2856
|
+
key: '1gah44'
|
|
2857
|
+
}]]);
|
|
2858
|
+
var CigaretteOff$1 = CigaretteOff;
|
|
2859
|
+
|
|
2860
|
+
var Cigarette = createReactComponent('Cigarette', [['path', {
|
|
2861
|
+
d: 'M18 12H2v4h16',
|
|
2862
|
+
key: '2rt1hm'
|
|
2863
|
+
}], ['path', {
|
|
2864
|
+
d: 'M22 12v4',
|
|
2865
|
+
key: '142cbu'
|
|
2866
|
+
}], ['path', {
|
|
2867
|
+
d: 'M7 12v4',
|
|
2868
|
+
key: 'jqww69'
|
|
2869
|
+
}], ['path', {
|
|
2870
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
2871
|
+
key: '1il607'
|
|
2872
|
+
}], ['path', {
|
|
2873
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
2874
|
+
key: '1gah44'
|
|
2875
|
+
}]]);
|
|
2876
|
+
var Cigarette$1 = Cigarette;
|
|
2877
|
+
|
|
2789
2878
|
var CircleSlashed = createReactComponent('CircleSlashed', [['circle', {
|
|
2790
2879
|
cx: '12',
|
|
2791
2880
|
cy: '12',
|
|
@@ -3924,6 +4013,32 @@
|
|
|
3924
4013
|
}]]);
|
|
3925
4014
|
var Dice6$1 = Dice6;
|
|
3926
4015
|
|
|
4016
|
+
var Dices = createReactComponent('Dices', [['rect', {
|
|
4017
|
+
x: '2',
|
|
4018
|
+
y: '10',
|
|
4019
|
+
width: '12',
|
|
4020
|
+
height: '12',
|
|
4021
|
+
rx: '2',
|
|
4022
|
+
ry: '2',
|
|
4023
|
+
key: '73wp2n'
|
|
4024
|
+
}], ['path', {
|
|
4025
|
+
d: 'm17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6',
|
|
4026
|
+
key: '1o487t'
|
|
4027
|
+
}], ['path', {
|
|
4028
|
+
d: 'M6 18h.01',
|
|
4029
|
+
key: 'uhywen'
|
|
4030
|
+
}], ['path', {
|
|
4031
|
+
d: 'M10 14h.01',
|
|
4032
|
+
key: 'ssrbsk'
|
|
4033
|
+
}], ['path', {
|
|
4034
|
+
d: 'M15 6h.01',
|
|
4035
|
+
key: 'cblpky'
|
|
4036
|
+
}], ['path', {
|
|
4037
|
+
d: 'M18 9h.01',
|
|
4038
|
+
key: '2061c0'
|
|
4039
|
+
}]]);
|
|
4040
|
+
var Dices$1 = Dices;
|
|
4041
|
+
|
|
3927
4042
|
var Disc = createReactComponent('Disc', [['circle', {
|
|
3928
4043
|
cx: '12',
|
|
3929
4044
|
cy: '12',
|
|
@@ -6675,6 +6790,28 @@
|
|
|
6675
6790
|
}]]);
|
|
6676
6791
|
var LogOut$1 = LogOut;
|
|
6677
6792
|
|
|
6793
|
+
var Luggage = createReactComponent('Luggage', [['path', {
|
|
6794
|
+
d: 'M6 20h0a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h0',
|
|
6795
|
+
key: '1h5fkc'
|
|
6796
|
+
}], ['path', {
|
|
6797
|
+
d: 'M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14',
|
|
6798
|
+
key: '1l99gc'
|
|
6799
|
+
}], ['path', {
|
|
6800
|
+
d: 'M10 20h4',
|
|
6801
|
+
key: 'ni2waw'
|
|
6802
|
+
}], ['circle', {
|
|
6803
|
+
cx: '16',
|
|
6804
|
+
cy: '20',
|
|
6805
|
+
r: '2',
|
|
6806
|
+
key: '1vifvg'
|
|
6807
|
+
}], ['circle', {
|
|
6808
|
+
cx: '8',
|
|
6809
|
+
cy: '20',
|
|
6810
|
+
r: '2',
|
|
6811
|
+
key: 'ckkr5m'
|
|
6812
|
+
}]]);
|
|
6813
|
+
var Luggage$1 = Luggage;
|
|
6814
|
+
|
|
6678
6815
|
var Magnet = createReactComponent('Magnet', [['path', {
|
|
6679
6816
|
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',
|
|
6680
6817
|
key: '1i3lhw'
|
|
@@ -11041,6 +11178,8 @@
|
|
|
11041
11178
|
exports.AtSign = AtSign$1;
|
|
11042
11179
|
exports.Award = Award$1;
|
|
11043
11180
|
exports.Axe = Axe$1;
|
|
11181
|
+
exports.Backpack = Backpack$1;
|
|
11182
|
+
exports.BaggageClaim = BaggageClaim$1;
|
|
11044
11183
|
exports.Banknote = Banknote$1;
|
|
11045
11184
|
exports.BarChart = BarChart$1;
|
|
11046
11185
|
exports.BarChart2 = BarChart2$1;
|
|
@@ -11121,6 +11260,8 @@
|
|
|
11121
11260
|
exports.ChevronsUp = ChevronsUp$1;
|
|
11122
11261
|
exports.ChevronsUpDown = ChevronsUpDown$1;
|
|
11123
11262
|
exports.Chrome = Chrome$1;
|
|
11263
|
+
exports.Cigarette = Cigarette$1;
|
|
11264
|
+
exports.CigaretteOff = CigaretteOff$1;
|
|
11124
11265
|
exports.Circle = Circle$1;
|
|
11125
11266
|
exports.CircleSlashed = CircleSlashed$1;
|
|
11126
11267
|
exports.Clapperboard = Clapperboard$1;
|
|
@@ -11195,6 +11336,7 @@
|
|
|
11195
11336
|
exports.Dice4 = Dice4$1;
|
|
11196
11337
|
exports.Dice5 = Dice5$1;
|
|
11197
11338
|
exports.Dice6 = Dice6$1;
|
|
11339
|
+
exports.Dices = Dices$1;
|
|
11198
11340
|
exports.Disc = Disc$1;
|
|
11199
11341
|
exports.Divide = Divide$1;
|
|
11200
11342
|
exports.DivideCircle = DivideCircle$1;
|
|
@@ -11352,6 +11494,7 @@
|
|
|
11352
11494
|
exports.Lock = Lock$1;
|
|
11353
11495
|
exports.LogIn = LogIn$1;
|
|
11354
11496
|
exports.LogOut = LogOut$1;
|
|
11497
|
+
exports.Luggage = Luggage$1;
|
|
11355
11498
|
exports.Magnet = Magnet$1;
|
|
11356
11499
|
exports.Mail = Mail$1;
|
|
11357
11500
|
exports.Map = Map$1;
|