lucide-react 0.82.0 → 0.87.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  ISC License
2
2
 
3
- Copyright (c) 2020, Lucide Contributors
3
+ Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022.
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.82.0 - ISC
2
+ * lucide-react v0.87.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -13,45 +13,21 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
13
13
 
14
14
  var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
15
15
 
16
- function ownKeys(object, enumerableOnly) {
17
- var keys = Object.keys(object);
16
+ function _extends() {
17
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
18
+ for (var i = 1; i < arguments.length; i++) {
19
+ var source = arguments[i];
18
20
 
19
- if (Object.getOwnPropertySymbols) {
20
- var symbols = Object.getOwnPropertySymbols(object);
21
- enumerableOnly && (symbols = symbols.filter(function (sym) {
22
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
23
- })), keys.push.apply(keys, symbols);
24
- }
25
-
26
- return keys;
27
- }
28
-
29
- function _objectSpread2(target) {
30
- for (var i = 1; i < arguments.length; i++) {
31
- var source = null != arguments[i] ? arguments[i] : {};
32
- i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
33
- _defineProperty(target, key, source[key]);
34
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
35
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
36
- });
37
- }
38
-
39
- return target;
40
- }
41
-
42
- function _defineProperty(obj, key, value) {
43
- if (key in obj) {
44
- Object.defineProperty(obj, key, {
45
- value: value,
46
- enumerable: true,
47
- configurable: true,
48
- writable: true
49
- });
50
- } else {
51
- obj[key] = value;
52
- }
21
+ for (var key in source) {
22
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
23
+ target[key] = source[key];
24
+ }
25
+ }
26
+ }
53
27
 
54
- return obj;
28
+ return target;
29
+ };
30
+ return _extends.apply(this, arguments);
55
31
  }
56
32
 
57
33
  function _objectWithoutPropertiesLoose(source, excluded) {
@@ -69,102 +45,6 @@ function _objectWithoutPropertiesLoose(source, excluded) {
69
45
  return target;
70
46
  }
71
47
 
72
- function _objectWithoutProperties(source, excluded) {
73
- if (source == null) return {};
74
-
75
- var target = _objectWithoutPropertiesLoose(source, excluded);
76
-
77
- var key, i;
78
-
79
- if (Object.getOwnPropertySymbols) {
80
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
81
-
82
- for (i = 0; i < sourceSymbolKeys.length; i++) {
83
- key = sourceSymbolKeys[i];
84
- if (excluded.indexOf(key) >= 0) continue;
85
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
86
- target[key] = source[key];
87
- }
88
- }
89
-
90
- return target;
91
- }
92
-
93
- function _slicedToArray(arr, i) {
94
- return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
95
- }
96
-
97
- function _toConsumableArray(arr) {
98
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
99
- }
100
-
101
- function _arrayWithoutHoles(arr) {
102
- if (Array.isArray(arr)) return _arrayLikeToArray(arr);
103
- }
104
-
105
- function _arrayWithHoles(arr) {
106
- if (Array.isArray(arr)) return arr;
107
- }
108
-
109
- function _iterableToArray(iter) {
110
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
111
- }
112
-
113
- function _iterableToArrayLimit(arr, i) {
114
- var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
115
-
116
- if (_i == null) return;
117
- var _arr = [];
118
- var _n = true;
119
- var _d = false;
120
-
121
- var _s, _e;
122
-
123
- try {
124
- for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
125
- _arr.push(_s.value);
126
-
127
- if (i && _arr.length === i) break;
128
- }
129
- } catch (err) {
130
- _d = true;
131
- _e = err;
132
- } finally {
133
- try {
134
- if (!_n && _i["return"] != null) _i["return"]();
135
- } finally {
136
- if (_d) throw _e;
137
- }
138
- }
139
-
140
- return _arr;
141
- }
142
-
143
- function _unsupportedIterableToArray(o, minLen) {
144
- if (!o) return;
145
- if (typeof o === "string") return _arrayLikeToArray(o, minLen);
146
- var n = Object.prototype.toString.call(o).slice(8, -1);
147
- if (n === "Object" && o.constructor) n = o.constructor.name;
148
- if (n === "Map" || n === "Set") return Array.from(o);
149
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
150
- }
151
-
152
- function _arrayLikeToArray(arr, len) {
153
- if (len == null || len > arr.length) len = arr.length;
154
-
155
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
156
-
157
- return arr2;
158
- }
159
-
160
- function _nonIterableSpread() {
161
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
162
- }
163
-
164
- function _nonIterableRest() {
165
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
166
- }
167
-
168
48
  var defaultAttributes = {
169
49
  xmlns: 'http://www.w3.org/2000/svg',
170
50
  width: 24,
@@ -199,30 +79,28 @@ var createReactComponent = (function (iconName, iconNode) {
199
79
  _ref$strokeWidth = _ref.strokeWidth,
200
80
  strokeWidth = _ref$strokeWidth === void 0 ? 2 : _ref$strokeWidth,
201
81
  children = _ref.children,
202
- rest = _objectWithoutProperties(_ref, _excluded);
82
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded);
203
83
 
204
- return react.createElement('svg', _objectSpread2(_objectSpread2({
84
+ return react.createElement('svg', _extends({
205
85
  ref: ref
206
- }, defaultAttributes), {}, {
86
+ }, defaultAttributes, {
207
87
  width: size,
208
88
  height: size,
209
89
  stroke: color,
210
90
  strokeWidth: strokeWidth,
211
- className: "lucide lucide-".concat(toKebabCase(iconName))
212
- }, rest), [].concat(_toConsumableArray(iconNode.map(function (_ref2) {
213
- var _ref3 = _slicedToArray(_ref2, 2),
214
- tag = _ref3[0],
215
- attrs = _ref3[1];
216
-
91
+ className: "lucide lucide-" + toKebabCase(iconName)
92
+ }, rest), [].concat(iconNode.map(function (_ref2) {
93
+ var tag = _ref2[0],
94
+ attrs = _ref2[1];
217
95
  return react.createElement(tag, attrs);
218
- })), _toConsumableArray(children || [])));
96
+ }), children || []));
219
97
  });
220
98
  Component.propTypes = {
221
99
  color: PropTypes__default["default"].string,
222
100
  size: PropTypes__default["default"].oneOfType([PropTypes__default["default"].string, PropTypes__default["default"].number]),
223
101
  strokeWidth: PropTypes__default["default"].oneOfType([PropTypes__default["default"].string, PropTypes__default["default"].number])
224
102
  };
225
- Component.displayName = "".concat(iconName);
103
+ Component.displayName = "" + iconName;
226
104
  return Component;
227
105
  });
228
106
 
@@ -1340,6 +1218,27 @@ var ArrowUpCircle = createReactComponent('ArrowUpCircle', [['circle', {
1340
1218
  }]]);
1341
1219
  var ArrowUpCircle$1 = ArrowUpCircle;
1342
1220
 
1221
+ var ArrowUpDown = createReactComponent('ArrowUpDown', [['polyline', {
1222
+ points: '11 17 7 21 3 17',
1223
+ key: 'dv0ycv'
1224
+ }], ['line', {
1225
+ x1: '7',
1226
+ y1: '21',
1227
+ x2: '7',
1228
+ y2: '9',
1229
+ key: '1cxv4h'
1230
+ }], ['polyline', {
1231
+ points: '21 7 17 3 13 7',
1232
+ key: '1su31j'
1233
+ }], ['line', {
1234
+ x1: '17',
1235
+ y1: '15',
1236
+ x2: '17',
1237
+ y2: '3',
1238
+ key: 'r3527w'
1239
+ }]]);
1240
+ var ArrowUpDown$1 = ArrowUpDown;
1241
+
1343
1242
  var ArrowUpLeft = createReactComponent('ArrowUpLeft', [['line', {
1344
1243
  x1: '17',
1345
1244
  y1: '17',
@@ -3200,6 +3099,24 @@ var Circle = createReactComponent('Circle', [['circle', {
3200
3099
  }]]);
3201
3100
  var Circle$1 = Circle;
3202
3101
 
3102
+ var Citrus = createReactComponent('Citrus', [['path', {
3103
+ d: 'M5.51 18.49a12 12 0 0 0 16.12.78c.49-.41.49-1.15.03-1.6L6.34 2.33a1.08 1.08 0 0 0-1.6.03A12 12 0 0 0 5.5 18.5Z',
3104
+ key: 'cpj97m'
3105
+ }], ['path', {
3106
+ d: 'M8.34 15.66a8 8 0 0 0 10.4.78c.54-.4.54-1.16.06-1.64L9.2 5.2c-.48-.48-1.25-.48-1.64.06a8 8 0 0 0 .78 10.4Z',
3107
+ key: 'vhgi9a'
3108
+ }], ['path', {
3109
+ d: 'm14 10-5.5 5.5',
3110
+ key: '92pfem'
3111
+ }], ['path', {
3112
+ d: 'M14 10v8',
3113
+ key: '3sxk0t'
3114
+ }], ['path', {
3115
+ d: 'M14 10H6',
3116
+ key: '1aai03'
3117
+ }]]);
3118
+ var Citrus$1 = Citrus;
3119
+
3203
3120
  var Clapperboard = createReactComponent('Clapperboard', [['path', {
3204
3121
  d: 'M4 11v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z',
3205
3122
  key: '1hxvyx'
@@ -4006,6 +3923,21 @@ var Component = createReactComponent('Component', [['path', {
4006
3923
  }]]);
4007
3924
  var Component$1 = Component;
4008
3925
 
3926
+ var ConciergeBell = createReactComponent('ConciergeBell', [['path', {
3927
+ d: 'M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2v-2Z',
3928
+ key: '1co3i8'
3929
+ }], ['path', {
3930
+ d: 'M20 16a8 8 0 1 0-16 0',
3931
+ key: '1pa543'
3932
+ }], ['path', {
3933
+ d: 'M12 4v4',
3934
+ key: '1bq03y'
3935
+ }], ['path', {
3936
+ d: 'M10 4h4',
3937
+ key: '1xpv9s'
3938
+ }]]);
3939
+ var ConciergeBell$1 = ConciergeBell;
3940
+
4009
3941
  var Contact = createReactComponent('Contact', [['path', {
4010
3942
  d: 'M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2',
4011
3943
  key: '1mghuy'
@@ -4943,6 +4875,15 @@ var Factory = createReactComponent('Factory', [['path', {
4943
4875
  }]]);
4944
4876
  var Factory$1 = Factory;
4945
4877
 
4878
+ var Fan = createReactComponent('Fan', [['path', {
4879
+ d: 'M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z',
4880
+ key: '484a7f'
4881
+ }], ['path', {
4882
+ d: 'M12 12v.01',
4883
+ key: 'u5ubse'
4884
+ }]]);
4885
+ var Fan$1 = Fan;
4886
+
4946
4887
  var FastForward = createReactComponent('FastForward', [['polygon', {
4947
4888
  points: '13 19 22 12 13 5 13 19',
4948
4889
  key: '587y9g'
@@ -9316,6 +9257,32 @@ var Microscope = createReactComponent('Microscope', [['path', {
9316
9257
  }]]);
9317
9258
  var Microscope$1 = Microscope;
9318
9259
 
9260
+ var Microwave = createReactComponent('Microwave', [['rect', {
9261
+ x: '2',
9262
+ y: '4',
9263
+ width: '20',
9264
+ height: '15',
9265
+ rx: '2',
9266
+ key: '1rfv8z'
9267
+ }], ['rect', {
9268
+ x: '6',
9269
+ y: '8',
9270
+ width: '8',
9271
+ height: '7',
9272
+ rx: '1',
9273
+ key: 'i43qc1'
9274
+ }], ['path', {
9275
+ d: 'M18 8v7',
9276
+ key: 'o5zi4n'
9277
+ }], ['path', {
9278
+ d: 'M6 19v2',
9279
+ key: '1loha6'
9280
+ }], ['path', {
9281
+ d: 'M18 19v2',
9282
+ key: '1dawf0'
9283
+ }]]);
9284
+ var Microwave$1 = Microwave;
9285
+
9319
9286
  var Milestone = createReactComponent('Milestone', [['path', {
9320
9287
  d: 'M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z',
9321
9288
  key: '1mp5s7'
@@ -10630,47 +10597,53 @@ var Puzzle = createReactComponent('Puzzle', [['path', {
10630
10597
  var Puzzle$1 = Puzzle;
10631
10598
 
10632
10599
  var QrCode = createReactComponent('QrCode', [['rect', {
10633
- x: '2',
10634
- y: '2',
10635
- width: '8',
10636
- height: '8',
10637
- key: 'bswmnx'
10638
- }], ['path', {
10639
- d: 'M6 6h.01',
10640
- key: '1utrut'
10600
+ x: '3',
10601
+ y: '3',
10602
+ width: '5',
10603
+ height: '5',
10604
+ rx: '1',
10605
+ key: 'fue5ao'
10641
10606
  }], ['rect', {
10642
- x: '14',
10643
- y: '2',
10644
- width: '8',
10645
- height: '8',
10646
- key: 'ia6yqy'
10647
- }], ['path', {
10648
- d: 'M18 6h.01',
10649
- key: '1v4wsw'
10607
+ x: '16',
10608
+ y: '3',
10609
+ width: '5',
10610
+ height: '5',
10611
+ rx: '1',
10612
+ key: '1narh3'
10650
10613
  }], ['rect', {
10651
- x: '2',
10652
- y: '14',
10653
- width: '8',
10654
- height: '8',
10655
- key: '153n5c'
10614
+ x: '3',
10615
+ y: '16',
10616
+ width: '5',
10617
+ height: '5',
10618
+ rx: '1',
10619
+ key: '1ovwlo'
10656
10620
  }], ['path', {
10657
- d: 'M6 18h.01',
10658
- key: 'uhywen'
10621
+ d: 'M21 16h-3a2 2 0 0 0-2 2v3',
10622
+ key: '177gqh'
10659
10623
  }], ['path', {
10660
- d: 'M14 14h.01',
10661
- key: 'uax65s'
10624
+ d: 'M21 21v.01',
10625
+ key: 'ents32'
10662
10626
  }], ['path', {
10663
- d: 'M18 18h.01',
10664
- key: 'mvaupc'
10627
+ d: 'M12 7v3a2 2 0 0 1-2 2H7',
10628
+ key: '8crl2c'
10665
10629
  }], ['path', {
10666
- d: 'M18 22h4v-4',
10667
- key: '18iokt'
10630
+ d: 'M3 12h.01',
10631
+ key: 'nlz23k'
10668
10632
  }], ['path', {
10669
- d: 'M14 18v4',
10670
- key: 'mjvy8p'
10633
+ d: 'M12 3h.01',
10634
+ key: 'n36tog'
10671
10635
  }], ['path', {
10672
- d: 'M22 14h-4',
10673
- key: 'ksfyo3'
10636
+ d: 'M12 16v.01',
10637
+ key: '133mhm'
10638
+ }], ['path', {
10639
+ d: 'M16 12h1',
10640
+ key: '1slzba'
10641
+ }], ['path', {
10642
+ d: 'M21 12v.01',
10643
+ key: '1lwtk9'
10644
+ }], ['path', {
10645
+ d: 'M12 21v-1',
10646
+ key: '1880an'
10674
10647
  }]]);
10675
10648
  var QrCode$1 = QrCode;
10676
10649
 
@@ -10722,6 +10695,26 @@ var Radio = createReactComponent('Radio', [['circle', {
10722
10695
  }]]);
10723
10696
  var Radio$1 = Radio;
10724
10697
 
10698
+ var RectangleHorizontal = createReactComponent('RectangleHorizontal', [['rect', {
10699
+ x: '2',
10700
+ y: '6',
10701
+ width: '20',
10702
+ height: '12',
10703
+ rx: '2',
10704
+ key: '1wpnh2'
10705
+ }]]);
10706
+ var RectangleHorizontal$1 = RectangleHorizontal;
10707
+
10708
+ var RectangleVertical = createReactComponent('RectangleVertical', [['rect', {
10709
+ x: '6',
10710
+ y: '2',
10711
+ width: '12',
10712
+ height: '20',
10713
+ rx: '2',
10714
+ key: '749fme'
10715
+ }]]);
10716
+ var RectangleVertical$1 = RectangleVertical;
10717
+
10725
10718
  var Recycle = createReactComponent('Recycle', [['path', {
10726
10719
  d: 'M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5',
10727
10720
  key: 'x6z5xu'
@@ -10791,6 +10784,18 @@ var RefreshCw = createReactComponent('RefreshCw', [['path', {
10791
10784
  }]]);
10792
10785
  var RefreshCw$1 = RefreshCw;
10793
10786
 
10787
+ var Refrigerator = createReactComponent('Refrigerator', [['path', {
10788
+ d: 'M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z',
10789
+ key: 'fpq118'
10790
+ }], ['path', {
10791
+ d: 'M5 10h14',
10792
+ key: 'elsbfy'
10793
+ }], ['path', {
10794
+ d: 'M15 7v6',
10795
+ key: '1nx30x'
10796
+ }]]);
10797
+ var Refrigerator$1 = Refrigerator;
10798
+
10794
10799
  var Regex = createReactComponent('Regex', [['path', {
10795
10800
  d: 'M17 3v10',
10796
10801
  key: '15fgeh'
@@ -11584,6 +11589,39 @@ var Shovel = createReactComponent('Shovel', [['path', {
11584
11589
  }]]);
11585
11590
  var Shovel$1 = Shovel;
11586
11591
 
11592
+ var ShowerHead = createReactComponent('ShowerHead', [['path', {
11593
+ d: 'm4 4 2.5 2.5',
11594
+ key: 'uv2vmf'
11595
+ }], ['path', {
11596
+ d: 'M13.5 6.5a4.95 4.95 0 0 0-7 7',
11597
+ key: 'frdkwv'
11598
+ }], ['path', {
11599
+ d: 'M15 5 5 15',
11600
+ key: '1ag8rq'
11601
+ }], ['path', {
11602
+ d: 'M14 17v.01',
11603
+ key: 'eokfpp'
11604
+ }], ['path', {
11605
+ d: 'M10 16v.01',
11606
+ key: '14uyyl'
11607
+ }], ['path', {
11608
+ d: 'M13 13v.01',
11609
+ key: '1v1k97'
11610
+ }], ['path', {
11611
+ d: 'M16 10v.01',
11612
+ key: '5169yg'
11613
+ }], ['path', {
11614
+ d: 'M11 20v.01',
11615
+ key: 'cj92p8'
11616
+ }], ['path', {
11617
+ d: 'M17 14v.01',
11618
+ key: '11cswd'
11619
+ }], ['path', {
11620
+ d: 'M20 11v.01',
11621
+ key: '19e0od'
11622
+ }]]);
11623
+ var ShowerHead$1 = ShowerHead;
11624
+
11587
11625
  var Shrink = createReactComponent('Shrink', [['path', {
11588
11626
  d: 'm15 15 6 6m-6-6v4.8m0-4.8h4.8',
11589
11627
  key: '17vawe'
@@ -14252,6 +14290,7 @@ exports.ArrowRight = ArrowRight$1;
14252
14290
  exports.ArrowRightCircle = ArrowRightCircle$1;
14253
14291
  exports.ArrowUp = ArrowUp$1;
14254
14292
  exports.ArrowUpCircle = ArrowUpCircle$1;
14293
+ exports.ArrowUpDown = ArrowUpDown$1;
14255
14294
  exports.ArrowUpLeft = ArrowUpLeft$1;
14256
14295
  exports.ArrowUpRight = ArrowUpRight$1;
14257
14296
  exports.Asterisk = Asterisk$1;
@@ -14358,6 +14397,7 @@ exports.Circle = Circle$1;
14358
14397
  exports.CircleDot = CircleDot$1;
14359
14398
  exports.CircleEllipsis = CircleEllipsis$1;
14360
14399
  exports.CircleSlashed = CircleSlashed$1;
14400
+ exports.Citrus = Citrus$1;
14361
14401
  exports.Clapperboard = Clapperboard$1;
14362
14402
  exports.Clipboard = Clipboard$1;
14363
14403
  exports.ClipboardCheck = ClipboardCheck$1;
@@ -14407,6 +14447,7 @@ exports.Columns = Columns$1;
14407
14447
  exports.Command = Command$1;
14408
14448
  exports.Compass = Compass$1;
14409
14449
  exports.Component = Component$1;
14450
+ exports.ConciergeBell = ConciergeBell$1;
14410
14451
  exports.Contact = Contact$1;
14411
14452
  exports.Contrast = Contrast$1;
14412
14453
  exports.Cookie = Cookie$1;
@@ -14468,6 +14509,7 @@ exports.Eye = Eye$1;
14468
14509
  exports.EyeOff = EyeOff$1;
14469
14510
  exports.Facebook = Facebook$1;
14470
14511
  exports.Factory = Factory$1;
14512
+ exports.Fan = Fan$1;
14471
14513
  exports.FastForward = FastForward$1;
14472
14514
  exports.Feather = Feather$1;
14473
14515
  exports.Figma = Figma$1;
@@ -14718,6 +14760,7 @@ exports.Mic = Mic$1;
14718
14760
  exports.Mic2 = Mic2$1;
14719
14761
  exports.MicOff = MicOff$1;
14720
14762
  exports.Microscope = Microscope$1;
14763
+ exports.Microwave = Microwave$1;
14721
14764
  exports.Milestone = Milestone$1;
14722
14765
  exports.Minimize = Minimize$1;
14723
14766
  exports.Minimize2 = Minimize2$1;
@@ -14809,11 +14852,14 @@ exports.QrCode = QrCode$1;
14809
14852
  exports.Quote = Quote$1;
14810
14853
  exports.Radio = Radio$1;
14811
14854
  exports.RadioReceiver = RadioReceiver$1;
14855
+ exports.RectangleHorizontal = RectangleHorizontal$1;
14856
+ exports.RectangleVertical = RectangleVertical$1;
14812
14857
  exports.Recycle = Recycle$1;
14813
14858
  exports.Redo = Redo$1;
14814
14859
  exports.Redo2 = Redo2$1;
14815
14860
  exports.RefreshCcw = RefreshCcw$1;
14816
14861
  exports.RefreshCw = RefreshCw$1;
14862
+ exports.Refrigerator = Refrigerator$1;
14817
14863
  exports.Regex = Regex$1;
14818
14864
  exports.Repeat = Repeat$1;
14819
14865
  exports.Repeat1 = Repeat1$1;
@@ -14861,6 +14907,7 @@ exports.Shirt = Shirt$1;
14861
14907
  exports.ShoppingBag = ShoppingBag$1;
14862
14908
  exports.ShoppingCart = ShoppingCart$1;
14863
14909
  exports.Shovel = Shovel$1;
14910
+ exports.ShowerHead = ShowerHead$1;
14864
14911
  exports.Shrink = Shrink$1;
14865
14912
  exports.Shrub = Shrub$1;
14866
14913
  exports.Shuffle = Shuffle$1;