@marigold/icons 0.2.0 → 0.3.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.
Files changed (227) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/action/Cancel.d.ts +1 -0
  3. package/dist/action/Crop.d.ts +1 -0
  4. package/dist/action/Edit.d.ts +1 -0
  5. package/dist/action/FormatBold.d.ts +1 -0
  6. package/dist/action/FormatItalic.d.ts +1 -0
  7. package/dist/action/FormatSize.d.ts +1 -0
  8. package/dist/action/HighlightOff.d.ts +1 -0
  9. package/dist/action/Image.d.ts +1 -0
  10. package/dist/action/Location.d.ts +1 -0
  11. package/dist/action/Lock.d.ts +1 -0
  12. package/dist/action/LockOpen.d.ts +1 -0
  13. package/dist/action/Pause.d.ts +1 -0
  14. package/dist/action/PauseAlt.d.ts +1 -0
  15. package/dist/action/Play.d.ts +1 -0
  16. package/dist/action/PlayAlt.d.ts +1 -0
  17. package/dist/action/ResaleEdit.d.ts +1 -0
  18. package/dist/action/RotateLeft.d.ts +1 -0
  19. package/dist/action/RotateRight.d.ts +1 -0
  20. package/dist/action/Save.d.ts +1 -0
  21. package/dist/action/Sort.d.ts +1 -0
  22. package/dist/action/SortDown.d.ts +1 -0
  23. package/dist/action/SortUp.d.ts +1 -0
  24. package/dist/action/Star.d.ts +1 -0
  25. package/dist/action/Stop.d.ts +1 -0
  26. package/dist/action/Underlined.d.ts +1 -0
  27. package/dist/action/Zoom.d.ts +1 -0
  28. package/dist/icons.cjs.development.js +315 -337
  29. package/dist/icons.cjs.development.js.map +1 -1
  30. package/dist/icons.cjs.production.min.js +1 -1
  31. package/dist/icons.cjs.production.min.js.map +1 -1
  32. package/dist/icons.esm.js +212 -233
  33. package/dist/icons.esm.js.map +1 -1
  34. package/dist/index.d.ts +0 -1
  35. package/dist/info/Accessible.d.ts +1 -0
  36. package/dist/info/AutoRenew.d.ts +1 -0
  37. package/dist/info/Banned.d.ts +1 -0
  38. package/dist/info/Bus.d.ts +1 -0
  39. package/dist/info/Calendar.d.ts +1 -0
  40. package/dist/info/Camera.d.ts +1 -0
  41. package/dist/info/Clock.d.ts +1 -0
  42. package/dist/info/Direction.d.ts +1 -0
  43. package/dist/info/Email.d.ts +1 -0
  44. package/dist/info/EventDate.d.ts +1 -0
  45. package/dist/info/Exclamation.d.ts +1 -0
  46. package/dist/info/Feedback.d.ts +1 -0
  47. package/dist/info/Food.d.ts +1 -0
  48. package/dist/info/Globe.d.ts +1 -0
  49. package/dist/info/Home.d.ts +1 -0
  50. package/dist/info/Info.d.ts +1 -0
  51. package/dist/info/Marker.d.ts +1 -0
  52. package/dist/info/MobilePhone.d.ts +1 -0
  53. package/dist/info/Notification.d.ts +1 -0
  54. package/dist/info/Parking.d.ts +1 -0
  55. package/dist/info/Phone.d.ts +1 -0
  56. package/dist/info/Print.d.ts +1 -0
  57. package/dist/info/Required.d.ts +1 -0
  58. package/dist/info/ResaleLogbook.d.ts +1 -0
  59. package/dist/info/Spinner.d.ts +1 -0
  60. package/dist/info/Thumb.d.ts +1 -0
  61. package/dist/info/Truck.d.ts +1 -0
  62. package/dist/social/Facebook.d.ts +1 -0
  63. package/dist/social/Google.d.ts +1 -0
  64. package/dist/social/Instagram.d.ts +1 -0
  65. package/dist/social/Share.d.ts +1 -0
  66. package/dist/social/Twitter.d.ts +1 -0
  67. package/dist/social/Whatsapp.d.ts +1 -0
  68. package/dist/ticketing/Deal.d.ts +1 -0
  69. package/dist/ticketing/DesignTicket.d.ts +1 -0
  70. package/dist/ticketing/GiftCard.d.ts +1 -0
  71. package/dist/ticketing/Membership.d.ts +1 -0
  72. package/dist/ticketing/Pickup.d.ts +1 -0
  73. package/dist/ticketing/Price.d.ts +1 -0
  74. package/dist/ticketing/Resale.d.ts +1 -0
  75. package/dist/ticketing/Scanner.d.ts +1 -0
  76. package/dist/ticketing/Seat.d.ts +1 -0
  77. package/dist/ticketing/Selling.d.ts +1 -0
  78. package/dist/ticketing/Ticket.d.ts +1 -0
  79. package/dist/ticketing/TicketInsurance.d.ts +1 -0
  80. package/dist/ticketing/Turnstile.d.ts +1 -0
  81. package/dist/ui/Add.d.ts +1 -0
  82. package/dist/ui/ArrowDown.d.ts +1 -0
  83. package/dist/ui/ArrowDownA.d.ts +1 -0
  84. package/dist/ui/ArrowLeft.d.ts +1 -0
  85. package/dist/ui/ArrowLeftA.d.ts +1 -0
  86. package/dist/ui/ArrowRight.d.ts +1 -0
  87. package/dist/ui/ArrowRightA.d.ts +1 -0
  88. package/dist/ui/ArrowUp.d.ts +1 -0
  89. package/dist/ui/ArrowUpA.d.ts +1 -0
  90. package/dist/ui/BurgerMenu.d.ts +1 -0
  91. package/dist/ui/Check.d.ts +1 -0
  92. package/dist/ui/CircleChecked.d.ts +1 -0
  93. package/dist/ui/CircleUnchecked.d.ts +1 -0
  94. package/dist/ui/Close.d.ts +1 -0
  95. package/dist/ui/Delete.d.ts +1 -0
  96. package/dist/ui/ExternalLink.d.ts +1 -0
  97. package/dist/ui/Filter.d.ts +1 -0
  98. package/dist/ui/IconMore.d.ts +1 -0
  99. package/dist/ui/Remove.d.ts +1 -0
  100. package/dist/ui/Search.d.ts +1 -0
  101. package/dist/ui/SettingDots.d.ts +1 -0
  102. package/dist/ui/SquareChecked.d.ts +1 -0
  103. package/dist/ui/SquareUnchecked.d.ts +1 -0
  104. package/dist/user/Cart.d.ts +1 -0
  105. package/dist/user/CreditCard.d.ts +1 -0
  106. package/dist/user/Group.d.ts +1 -0
  107. package/dist/user/Id.d.ts +1 -0
  108. package/dist/user/SmilieDissatisfied.d.ts +1 -0
  109. package/dist/user/SmilieNeutral.d.ts +1 -0
  110. package/dist/user/SmilieSatisfied.d.ts +1 -0
  111. package/dist/user/SmilieVeryDissatisfied.d.ts +1 -0
  112. package/dist/user/SmilieVerySatisfied.d.ts +1 -0
  113. package/dist/user/User.d.ts +1 -0
  114. package/package.json +2 -2
  115. package/src/Icons.stories.mdx +755 -1038
  116. package/src/action/Cancel.tsx +1 -1
  117. package/src/action/Crop.tsx +1 -1
  118. package/src/action/Edit.tsx +1 -1
  119. package/src/action/FormatBold.tsx +1 -1
  120. package/src/action/FormatItalic.tsx +1 -1
  121. package/src/action/FormatSize.tsx +1 -1
  122. package/src/action/HighlightOff.tsx +1 -1
  123. package/src/action/Image.tsx +1 -1
  124. package/src/action/Location.tsx +1 -1
  125. package/src/action/Lock.tsx +1 -1
  126. package/src/action/LockOpen.tsx +1 -1
  127. package/src/action/Pause.tsx +1 -1
  128. package/src/action/PauseAlt.tsx +1 -1
  129. package/src/action/Play.tsx +1 -1
  130. package/src/action/PlayAlt.tsx +1 -1
  131. package/src/action/ResaleEdit.tsx +1 -1
  132. package/src/action/RotateLeft.tsx +1 -1
  133. package/src/action/RotateRight.tsx +1 -1
  134. package/src/action/Save.tsx +1 -1
  135. package/src/action/Sort.tsx +1 -1
  136. package/src/action/SortDown.tsx +1 -1
  137. package/src/action/SortUp.tsx +1 -1
  138. package/src/action/Star.tsx +1 -1
  139. package/src/action/Stop.tsx +1 -1
  140. package/src/action/Underlined.tsx +1 -1
  141. package/src/action/Zoom.tsx +1 -1
  142. package/src/index.ts +0 -1
  143. package/src/info/Accessible.tsx +1 -1
  144. package/src/info/AutoRenew.tsx +1 -1
  145. package/src/info/Banned.tsx +1 -1
  146. package/src/info/Bus.tsx +1 -1
  147. package/src/info/Calendar.tsx +1 -1
  148. package/src/info/Camera.tsx +1 -1
  149. package/src/info/Clock.tsx +1 -1
  150. package/src/info/Direction.tsx +1 -1
  151. package/src/info/Email.tsx +1 -1
  152. package/src/info/EventDate.tsx +1 -1
  153. package/src/info/Exclamation.tsx +1 -1
  154. package/src/info/Feedback.tsx +1 -1
  155. package/src/info/Food.tsx +1 -1
  156. package/src/info/Globe.tsx +1 -1
  157. package/src/info/Home.tsx +1 -1
  158. package/src/info/Info.tsx +1 -1
  159. package/src/info/Marker.tsx +1 -1
  160. package/src/info/MobilePhone.tsx +1 -1
  161. package/src/info/Notification.tsx +1 -1
  162. package/src/info/Parking.tsx +1 -1
  163. package/src/info/Phone.tsx +1 -1
  164. package/src/info/Print.tsx +1 -1
  165. package/src/info/Required.tsx +1 -1
  166. package/src/info/ResaleLogbook.tsx +1 -1
  167. package/src/info/Spinner.tsx +1 -1
  168. package/src/info/Thumb.tsx +1 -1
  169. package/src/info/Truck.tsx +1 -1
  170. package/src/social/Facebook.tsx +1 -1
  171. package/src/social/Google.tsx +1 -1
  172. package/src/social/Instagram.tsx +1 -1
  173. package/src/social/Share.tsx +1 -1
  174. package/src/social/Twitter.tsx +1 -1
  175. package/src/social/Whatsapp.tsx +1 -1
  176. package/src/ticketing/Deal.tsx +1 -1
  177. package/src/ticketing/DesignTicket.tsx +1 -1
  178. package/src/ticketing/GiftCard.tsx +1 -1
  179. package/src/ticketing/Membership.tsx +1 -1
  180. package/src/ticketing/Pickup.tsx +1 -1
  181. package/src/ticketing/Price.tsx +1 -1
  182. package/src/ticketing/Resale.tsx +1 -1
  183. package/src/ticketing/Scanner.tsx +1 -1
  184. package/src/ticketing/Seat.tsx +1 -1
  185. package/src/ticketing/Selling.tsx +1 -1
  186. package/src/ticketing/Ticket.tsx +1 -1
  187. package/src/ticketing/TicketInsurance.tsx +1 -1
  188. package/src/ticketing/Turnstile.tsx +1 -1
  189. package/src/ui/Add.tsx +1 -1
  190. package/src/ui/ArrowDown.tsx +1 -1
  191. package/src/ui/ArrowDownA.tsx +1 -1
  192. package/src/ui/ArrowLeft.tsx +1 -1
  193. package/src/ui/ArrowLeftA.tsx +1 -1
  194. package/src/ui/ArrowRight.tsx +1 -1
  195. package/src/ui/ArrowRightA.tsx +1 -1
  196. package/src/ui/ArrowUp.tsx +1 -1
  197. package/src/ui/ArrowUpA.tsx +1 -1
  198. package/src/ui/BurgerMenu.tsx +1 -1
  199. package/src/ui/Check.tsx +1 -1
  200. package/src/ui/CircleChecked.tsx +1 -1
  201. package/src/ui/CircleUnchecked.tsx +1 -1
  202. package/src/ui/Close.tsx +1 -1
  203. package/src/ui/Delete.tsx +1 -1
  204. package/src/ui/ExternalLink.tsx +1 -1
  205. package/src/ui/Filter.tsx +1 -1
  206. package/src/ui/IconMore.tsx +1 -1
  207. package/src/ui/Remove.tsx +1 -1
  208. package/src/ui/Search.tsx +1 -1
  209. package/src/ui/SettingDots.tsx +1 -1
  210. package/src/ui/SquareChecked.tsx +1 -1
  211. package/src/ui/SquareUnchecked.tsx +1 -1
  212. package/src/user/Cart.tsx +1 -1
  213. package/src/user/CreditCard.tsx +1 -1
  214. package/src/user/Group.tsx +1 -1
  215. package/src/user/Id.tsx +1 -1
  216. package/src/user/SmilieDissatisfied.tsx +1 -1
  217. package/src/user/SmilieNeutral.tsx +1 -1
  218. package/src/user/SmilieSatisfied.tsx +1 -1
  219. package/src/user/SmilieVeryDissatisfied.tsx +1 -1
  220. package/src/user/SmilieVerySatisfied.tsx +1 -1
  221. package/src/user/User.tsx +1 -1
  222. package/dist/SVG/SVG.d.ts +0 -8
  223. package/dist/SVG/index.d.ts +0 -1
  224. package/src/SVG/SVG.stories.mdx +0 -55
  225. package/src/SVG/SVG.test.tsx +0 -69
  226. package/src/SVG/SVG.tsx +0 -30
  227. package/src/SVG/index.ts +0 -1
package/dist/icons.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Element } from '@marigold/system';
2
+ import { SVG } from '@marigold/system';
3
3
 
4
4
  function _objectWithoutPropertiesLoose(source, excluded) {
5
5
  if (source == null) return {};
@@ -16,32 +16,11 @@ function _objectWithoutPropertiesLoose(source, excluded) {
16
16
  return target;
17
17
  }
18
18
 
19
- var _excluded = ["variant", "size", "className", "children"];
20
- var SVG = function SVG(_ref) {
21
- var _ref$variant = _ref.variant,
22
- variant = _ref$variant === void 0 ? 'icon' : _ref$variant,
23
- _ref$size = _ref.size,
24
- size = _ref$size === void 0 ? 24 : _ref$size,
25
- className = _ref.className,
26
- children = _ref.children,
27
- props = _objectWithoutPropertiesLoose(_ref, _excluded);
28
-
29
- return React.createElement(Element, Object.assign({
30
- as: "svg",
31
- variant: "icon." + variant,
32
- width: size,
33
- height: size,
34
- className: className,
35
- viewBox: "0 0 24 24",
36
- fill: "currentcolor"
37
- }, props), children);
38
- };
39
-
40
- var _excluded$1 = ["className"];
19
+ var _excluded = ["className"];
41
20
  var Cancel = function Cancel(_ref) {
42
21
  var _ref$className = _ref.className,
43
22
  className = _ref$className === void 0 ? '' : _ref$className,
44
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
23
+ props = _objectWithoutPropertiesLoose(_ref, _excluded);
45
24
 
46
25
  return React.createElement(SVG, Object.assign({
47
26
  className: className
@@ -50,11 +29,11 @@ var Cancel = function Cancel(_ref) {
50
29
  }));
51
30
  };
52
31
 
53
- var _excluded$2 = ["className"];
32
+ var _excluded$1 = ["className"];
54
33
  var Crop = function Crop(_ref) {
55
34
  var _ref$className = _ref.className,
56
35
  className = _ref$className === void 0 ? '' : _ref$className,
57
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
36
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
58
37
 
59
38
  return React.createElement(SVG, Object.assign({
60
39
  className: className
@@ -63,11 +42,11 @@ var Crop = function Crop(_ref) {
63
42
  }));
64
43
  };
65
44
 
66
- var _excluded$3 = ["className"];
45
+ var _excluded$2 = ["className"];
67
46
  var Edit = function Edit(_ref) {
68
47
  var _ref$className = _ref.className,
69
48
  className = _ref$className === void 0 ? '' : _ref$className,
70
- props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
49
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
71
50
 
72
51
  return React.createElement(SVG, Object.assign({
73
52
  className: className
@@ -76,11 +55,11 @@ var Edit = function Edit(_ref) {
76
55
  }));
77
56
  };
78
57
 
79
- var _excluded$4 = ["className"];
58
+ var _excluded$3 = ["className"];
80
59
  var FormatBold = function FormatBold(_ref) {
81
60
  var _ref$className = _ref.className,
82
61
  className = _ref$className === void 0 ? '' : _ref$className,
83
- props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
62
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
84
63
 
85
64
  return React.createElement(SVG, Object.assign({
86
65
  className: className
@@ -90,11 +69,11 @@ var FormatBold = function FormatBold(_ref) {
90
69
  }));
91
70
  };
92
71
 
93
- var _excluded$5 = ["className"];
72
+ var _excluded$4 = ["className"];
94
73
  var FormatItalic = function FormatItalic(_ref) {
95
74
  var _ref$className = _ref.className,
96
75
  className = _ref$className === void 0 ? '' : _ref$className,
97
- props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
76
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
98
77
 
99
78
  return React.createElement(SVG, Object.assign({
100
79
  className: className
@@ -103,11 +82,11 @@ var FormatItalic = function FormatItalic(_ref) {
103
82
  }));
104
83
  };
105
84
 
106
- var _excluded$6 = ["className"];
85
+ var _excluded$5 = ["className"];
107
86
  var FormatSize = function FormatSize(_ref) {
108
87
  var _ref$className = _ref.className,
109
88
  className = _ref$className === void 0 ? '' : _ref$className,
110
- props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
89
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
111
90
 
112
91
  return React.createElement(SVG, Object.assign({
113
92
  className: className
@@ -116,11 +95,11 @@ var FormatSize = function FormatSize(_ref) {
116
95
  }));
117
96
  };
118
97
 
119
- var _excluded$7 = ["className"];
98
+ var _excluded$6 = ["className"];
120
99
  var HighlightOff = function HighlightOff(_ref) {
121
100
  var _ref$className = _ref.className,
122
101
  className = _ref$className === void 0 ? '' : _ref$className,
123
- props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
102
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
124
103
 
125
104
  return React.createElement(SVG, Object.assign({
126
105
  className: className
@@ -130,11 +109,11 @@ var HighlightOff = function HighlightOff(_ref) {
130
109
  }));
131
110
  };
132
111
 
133
- var _excluded$8 = ["className"];
112
+ var _excluded$7 = ["className"];
134
113
  var Image = function Image(_ref) {
135
114
  var _ref$className = _ref.className,
136
115
  className = _ref$className === void 0 ? '' : _ref$className,
137
- props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
116
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
138
117
 
139
118
  return React.createElement(SVG, Object.assign({
140
119
  className: className
@@ -143,11 +122,11 @@ var Image = function Image(_ref) {
143
122
  }));
144
123
  };
145
124
 
146
- var _excluded$9 = ["className"];
125
+ var _excluded$8 = ["className"];
147
126
  var Location = function Location(_ref) {
148
127
  var _ref$className = _ref.className,
149
128
  className = _ref$className === void 0 ? '' : _ref$className,
150
- props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
129
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
151
130
 
152
131
  return React.createElement(SVG, Object.assign({
153
132
  className: className
@@ -156,11 +135,11 @@ var Location = function Location(_ref) {
156
135
  }));
157
136
  };
158
137
 
159
- var _excluded$a = ["className"];
138
+ var _excluded$9 = ["className"];
160
139
  var Lock = function Lock(_ref) {
161
140
  var _ref$className = _ref.className,
162
141
  className = _ref$className === void 0 ? '' : _ref$className,
163
- props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
142
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
164
143
 
165
144
  return React.createElement(SVG, Object.assign({
166
145
  className: className
@@ -169,11 +148,11 @@ var Lock = function Lock(_ref) {
169
148
  }));
170
149
  };
171
150
 
172
- var _excluded$b = ["className"];
151
+ var _excluded$a = ["className"];
173
152
  var LockOpen = function LockOpen(_ref) {
174
153
  var _ref$className = _ref.className,
175
154
  className = _ref$className === void 0 ? '' : _ref$className,
176
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
155
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
177
156
 
178
157
  return React.createElement(SVG, Object.assign({
179
158
  className: className
@@ -183,11 +162,11 @@ var LockOpen = function LockOpen(_ref) {
183
162
  }));
184
163
  };
185
164
 
186
- var _excluded$c = ["className"];
165
+ var _excluded$b = ["className"];
187
166
  var Pause = function Pause(_ref) {
188
167
  var _ref$className = _ref.className,
189
168
  className = _ref$className === void 0 ? '' : _ref$className,
190
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
169
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
191
170
 
192
171
  return React.createElement(SVG, Object.assign({
193
172
  className: className
@@ -196,11 +175,11 @@ var Pause = function Pause(_ref) {
196
175
  }));
197
176
  };
198
177
 
199
- var _excluded$d = ["className"];
178
+ var _excluded$c = ["className"];
200
179
  var PauseAlt = function PauseAlt(_ref) {
201
180
  var _ref$className = _ref.className,
202
181
  className = _ref$className === void 0 ? '' : _ref$className,
203
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
182
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
204
183
 
205
184
  return React.createElement(SVG, Object.assign({
206
185
  className: className
@@ -209,11 +188,11 @@ var PauseAlt = function PauseAlt(_ref) {
209
188
  }));
210
189
  };
211
190
 
212
- var _excluded$e = ["className"];
191
+ var _excluded$d = ["className"];
213
192
  var Play = function Play(_ref) {
214
193
  var _ref$className = _ref.className,
215
194
  className = _ref$className === void 0 ? '' : _ref$className,
216
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
195
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
217
196
 
218
197
  return React.createElement(SVG, Object.assign({
219
198
  className: className
@@ -222,11 +201,11 @@ var Play = function Play(_ref) {
222
201
  }));
223
202
  };
224
203
 
225
- var _excluded$f = ["className"];
204
+ var _excluded$e = ["className"];
226
205
  var PlayAlt = function PlayAlt(_ref) {
227
206
  var _ref$className = _ref.className,
228
207
  className = _ref$className === void 0 ? '' : _ref$className,
229
- props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
208
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
230
209
 
231
210
  return React.createElement(SVG, Object.assign({
232
211
  className: className
@@ -235,11 +214,11 @@ var PlayAlt = function PlayAlt(_ref) {
235
214
  }));
236
215
  };
237
216
 
238
- var _excluded$g = ["className"];
217
+ var _excluded$f = ["className"];
239
218
  var ResaleEdit = function ResaleEdit(_ref) {
240
219
  var _ref$className = _ref.className,
241
220
  className = _ref$className === void 0 ? '' : _ref$className,
242
- props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
221
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
243
222
 
244
223
  return React.createElement(SVG, Object.assign({
245
224
  className: className
@@ -248,11 +227,11 @@ var ResaleEdit = function ResaleEdit(_ref) {
248
227
  }));
249
228
  };
250
229
 
251
- var _excluded$h = ["className"];
230
+ var _excluded$g = ["className"];
252
231
  var RotateLeft = function RotateLeft(_ref) {
253
232
  var _ref$className = _ref.className,
254
233
  className = _ref$className === void 0 ? '' : _ref$className,
255
- props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
234
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
256
235
 
257
236
  return React.createElement(SVG, Object.assign({
258
237
  className: className
@@ -261,11 +240,11 @@ var RotateLeft = function RotateLeft(_ref) {
261
240
  }));
262
241
  };
263
242
 
264
- var _excluded$i = ["className"];
243
+ var _excluded$h = ["className"];
265
244
  var RotateRight = function RotateRight(_ref) {
266
245
  var _ref$className = _ref.className,
267
246
  className = _ref$className === void 0 ? '' : _ref$className,
268
- props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
247
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
269
248
 
270
249
  return React.createElement(SVG, Object.assign({
271
250
  className: className
@@ -274,11 +253,11 @@ var RotateRight = function RotateRight(_ref) {
274
253
  }));
275
254
  };
276
255
 
277
- var _excluded$j = ["className"];
256
+ var _excluded$i = ["className"];
278
257
  var Save = function Save(_ref) {
279
258
  var _ref$className = _ref.className,
280
259
  className = _ref$className === void 0 ? '' : _ref$className,
281
- props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
260
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
282
261
 
283
262
  return React.createElement(SVG, Object.assign({
284
263
  className: className
@@ -287,11 +266,11 @@ var Save = function Save(_ref) {
287
266
  }));
288
267
  };
289
268
 
290
- var _excluded$k = ["className"];
269
+ var _excluded$j = ["className"];
291
270
  var Sort = function Sort(_ref) {
292
271
  var _ref$className = _ref.className,
293
272
  className = _ref$className === void 0 ? '' : _ref$className,
294
- props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
273
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
295
274
 
296
275
  return React.createElement(SVG, Object.assign({
297
276
  className: className
@@ -300,11 +279,11 @@ var Sort = function Sort(_ref) {
300
279
  }));
301
280
  };
302
281
 
303
- var _excluded$l = ["className"];
282
+ var _excluded$k = ["className"];
304
283
  var SortDown = function SortDown(_ref) {
305
284
  var _ref$className = _ref.className,
306
285
  className = _ref$className === void 0 ? '' : _ref$className,
307
- props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
286
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
308
287
 
309
288
  return React.createElement(SVG, Object.assign({
310
289
  className: className
@@ -313,11 +292,11 @@ var SortDown = function SortDown(_ref) {
313
292
  }));
314
293
  };
315
294
 
316
- var _excluded$m = ["className"];
295
+ var _excluded$l = ["className"];
317
296
  var SortUp = function SortUp(_ref) {
318
297
  var _ref$className = _ref.className,
319
298
  className = _ref$className === void 0 ? '' : _ref$className,
320
- props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
299
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
321
300
 
322
301
  return React.createElement(SVG, Object.assign({
323
302
  className: className
@@ -326,11 +305,11 @@ var SortUp = function SortUp(_ref) {
326
305
  }));
327
306
  };
328
307
 
329
- var _excluded$n = ["className"];
308
+ var _excluded$m = ["className"];
330
309
  var Star = function Star(_ref) {
331
310
  var _ref$className = _ref.className,
332
311
  className = _ref$className === void 0 ? '' : _ref$className,
333
- props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
312
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
334
313
 
335
314
  return React.createElement(SVG, Object.assign({
336
315
  className: className
@@ -339,11 +318,11 @@ var Star = function Star(_ref) {
339
318
  }));
340
319
  };
341
320
 
342
- var _excluded$o = ["className"];
321
+ var _excluded$n = ["className"];
343
322
  var Stop = function Stop(_ref) {
344
323
  var _ref$className = _ref.className,
345
324
  className = _ref$className === void 0 ? '' : _ref$className,
346
- props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
325
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
347
326
 
348
327
  return React.createElement(SVG, Object.assign({
349
328
  className: className
@@ -352,11 +331,11 @@ var Stop = function Stop(_ref) {
352
331
  }));
353
332
  };
354
333
 
355
- var _excluded$p = ["className"];
334
+ var _excluded$o = ["className"];
356
335
  var Underlined = function Underlined(_ref) {
357
336
  var _ref$className = _ref.className,
358
337
  className = _ref$className === void 0 ? '' : _ref$className,
359
- props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
338
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
360
339
 
361
340
  return React.createElement(SVG, Object.assign({
362
341
  className: className
@@ -365,11 +344,11 @@ var Underlined = function Underlined(_ref) {
365
344
  }));
366
345
  };
367
346
 
368
- var _excluded$q = ["className"];
347
+ var _excluded$p = ["className"];
369
348
  var Zoom = function Zoom(_ref) {
370
349
  var _ref$className = _ref.className,
371
350
  className = _ref$className === void 0 ? '' : _ref$className,
372
- props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
351
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
373
352
 
374
353
  return React.createElement(SVG, Object.assign({
375
354
  className: className
@@ -380,11 +359,11 @@ var Zoom = function Zoom(_ref) {
380
359
  }));
381
360
  };
382
361
 
383
- var _excluded$r = ["className"];
362
+ var _excluded$q = ["className"];
384
363
  var Accessible = function Accessible(_ref) {
385
364
  var _ref$className = _ref.className,
386
365
  className = _ref$className === void 0 ? '' : _ref$className,
387
- props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
366
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
388
367
 
389
368
  return React.createElement(SVG, Object.assign({
390
369
  className: className
@@ -395,11 +374,11 @@ var Accessible = function Accessible(_ref) {
395
374
  }));
396
375
  };
397
376
 
398
- var _excluded$s = ["className"];
377
+ var _excluded$r = ["className"];
399
378
  var AutoRenew = function AutoRenew(_ref) {
400
379
  var _ref$className = _ref.className,
401
380
  className = _ref$className === void 0 ? '' : _ref$className,
402
- props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
381
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
403
382
 
404
383
  return React.createElement(SVG, Object.assign({
405
384
  className: className
@@ -408,11 +387,11 @@ var AutoRenew = function AutoRenew(_ref) {
408
387
  }));
409
388
  };
410
389
 
411
- var _excluded$t = ["className"];
390
+ var _excluded$s = ["className"];
412
391
  var Banned = function Banned(_ref) {
413
392
  var _ref$className = _ref.className,
414
393
  className = _ref$className === void 0 ? '' : _ref$className,
415
- props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
394
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
416
395
 
417
396
  return React.createElement(SVG, Object.assign({
418
397
  className: className
@@ -421,11 +400,11 @@ var Banned = function Banned(_ref) {
421
400
  }));
422
401
  };
423
402
 
424
- var _excluded$u = ["className"];
403
+ var _excluded$t = ["className"];
425
404
  var Bus = function Bus(_ref) {
426
405
  var _ref$className = _ref.className,
427
406
  className = _ref$className === void 0 ? '' : _ref$className,
428
- props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
407
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
429
408
 
430
409
  return React.createElement(SVG, Object.assign({
431
410
  className: className
@@ -434,11 +413,11 @@ var Bus = function Bus(_ref) {
434
413
  }));
435
414
  };
436
415
 
437
- var _excluded$v = ["className"];
416
+ var _excluded$u = ["className"];
438
417
  var Calendar = function Calendar(_ref) {
439
418
  var _ref$className = _ref.className,
440
419
  className = _ref$className === void 0 ? '' : _ref$className,
441
- props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
420
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
442
421
 
443
422
  return React.createElement(SVG, Object.assign({
444
423
  className: className
@@ -447,11 +426,11 @@ var Calendar = function Calendar(_ref) {
447
426
  }));
448
427
  };
449
428
 
450
- var _excluded$w = ["className"];
429
+ var _excluded$v = ["className"];
451
430
  var Camera = function Camera(_ref) {
452
431
  var _ref$className = _ref.className,
453
432
  className = _ref$className === void 0 ? '' : _ref$className,
454
- props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
433
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
455
434
 
456
435
  return React.createElement(SVG, Object.assign({
457
436
  className: className
@@ -460,11 +439,11 @@ var Camera = function Camera(_ref) {
460
439
  }));
461
440
  };
462
441
 
463
- var _excluded$x = ["className"];
442
+ var _excluded$w = ["className"];
464
443
  var Clock = function Clock(_ref) {
465
444
  var _ref$className = _ref.className,
466
445
  className = _ref$className === void 0 ? '' : _ref$className,
467
- props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
446
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
468
447
 
469
448
  return React.createElement(SVG, Object.assign({
470
449
  className: className
@@ -473,11 +452,11 @@ var Clock = function Clock(_ref) {
473
452
  }));
474
453
  };
475
454
 
476
- var _excluded$y = ["className"];
455
+ var _excluded$x = ["className"];
477
456
  var Direction = function Direction(_ref) {
478
457
  var _ref$className = _ref.className,
479
458
  className = _ref$className === void 0 ? '' : _ref$className,
480
- props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
459
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
481
460
 
482
461
  return React.createElement(SVG, Object.assign({
483
462
  className: className
@@ -486,11 +465,11 @@ var Direction = function Direction(_ref) {
486
465
  }));
487
466
  };
488
467
 
489
- var _excluded$z = ["className"];
468
+ var _excluded$y = ["className"];
490
469
  var Email = function Email(_ref) {
491
470
  var _ref$className = _ref.className,
492
471
  className = _ref$className === void 0 ? '' : _ref$className,
493
- props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
472
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
494
473
 
495
474
  return React.createElement(SVG, Object.assign({
496
475
  className: className
@@ -499,11 +478,11 @@ var Email = function Email(_ref) {
499
478
  }));
500
479
  };
501
480
 
502
- var _excluded$A = ["className"];
481
+ var _excluded$z = ["className"];
503
482
  var EventDate = function EventDate(_ref) {
504
483
  var _ref$className = _ref.className,
505
484
  className = _ref$className === void 0 ? '' : _ref$className,
506
- props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
485
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
507
486
 
508
487
  return React.createElement(SVG, Object.assign({
509
488
  className: className
@@ -512,11 +491,11 @@ var EventDate = function EventDate(_ref) {
512
491
  }));
513
492
  };
514
493
 
515
- var _excluded$B = ["className"];
494
+ var _excluded$A = ["className"];
516
495
  var Exclamation = function Exclamation(_ref) {
517
496
  var _ref$className = _ref.className,
518
497
  className = _ref$className === void 0 ? '' : _ref$className,
519
- props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
498
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
520
499
 
521
500
  return React.createElement(SVG, Object.assign({
522
501
  className: className
@@ -525,11 +504,11 @@ var Exclamation = function Exclamation(_ref) {
525
504
  }));
526
505
  };
527
506
 
528
- var _excluded$C = ["className"];
507
+ var _excluded$B = ["className"];
529
508
  var Feedback = function Feedback(_ref) {
530
509
  var _ref$className = _ref.className,
531
510
  className = _ref$className === void 0 ? '' : _ref$className,
532
- props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
511
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
533
512
 
534
513
  return React.createElement(SVG, Object.assign({
535
514
  className: className
@@ -538,11 +517,11 @@ var Feedback = function Feedback(_ref) {
538
517
  }));
539
518
  };
540
519
 
541
- var _excluded$D = ["className"];
520
+ var _excluded$C = ["className"];
542
521
  var Food = function Food(_ref) {
543
522
  var _ref$className = _ref.className,
544
523
  className = _ref$className === void 0 ? '' : _ref$className,
545
- props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
524
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
546
525
 
547
526
  return React.createElement(SVG, Object.assign({
548
527
  className: className
@@ -551,11 +530,11 @@ var Food = function Food(_ref) {
551
530
  }));
552
531
  };
553
532
 
554
- var _excluded$E = ["className"];
533
+ var _excluded$D = ["className"];
555
534
  var Globe = function Globe(_ref) {
556
535
  var _ref$className = _ref.className,
557
536
  className = _ref$className === void 0 ? '' : _ref$className,
558
- props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
537
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
559
538
 
560
539
  return React.createElement(SVG, Object.assign({
561
540
  className: className
@@ -564,11 +543,11 @@ var Globe = function Globe(_ref) {
564
543
  }));
565
544
  };
566
545
 
567
- var _excluded$F = ["className"];
546
+ var _excluded$E = ["className"];
568
547
  var Home = function Home(_ref) {
569
548
  var _ref$className = _ref.className,
570
549
  className = _ref$className === void 0 ? '' : _ref$className,
571
- props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
550
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
572
551
 
573
552
  return React.createElement(SVG, Object.assign({
574
553
  className: className
@@ -577,11 +556,11 @@ var Home = function Home(_ref) {
577
556
  }));
578
557
  };
579
558
 
580
- var _excluded$G = ["className"];
559
+ var _excluded$F = ["className"];
581
560
  var Info = function Info(_ref) {
582
561
  var _ref$className = _ref.className,
583
562
  className = _ref$className === void 0 ? '' : _ref$className,
584
- props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
563
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
585
564
 
586
565
  return React.createElement(SVG, Object.assign({
587
566
  className: className
@@ -590,11 +569,11 @@ var Info = function Info(_ref) {
590
569
  }));
591
570
  };
592
571
 
593
- var _excluded$H = ["className"];
572
+ var _excluded$G = ["className"];
594
573
  var Marker = function Marker(_ref) {
595
574
  var _ref$className = _ref.className,
596
575
  className = _ref$className === void 0 ? '' : _ref$className,
597
- props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
576
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
598
577
 
599
578
  return React.createElement(SVG, Object.assign({
600
579
  className: className
@@ -603,11 +582,11 @@ var Marker = function Marker(_ref) {
603
582
  }));
604
583
  };
605
584
 
606
- var _excluded$I = ["className"];
585
+ var _excluded$H = ["className"];
607
586
  var MobilePhone = function MobilePhone(_ref) {
608
587
  var _ref$className = _ref.className,
609
588
  className = _ref$className === void 0 ? '' : _ref$className,
610
- props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
589
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
611
590
 
612
591
  return React.createElement(SVG, Object.assign({
613
592
  className: className
@@ -616,11 +595,11 @@ var MobilePhone = function MobilePhone(_ref) {
616
595
  }));
617
596
  };
618
597
 
619
- var _excluded$J = ["className"];
598
+ var _excluded$I = ["className"];
620
599
  var Notification = function Notification(_ref) {
621
600
  var _ref$className = _ref.className,
622
601
  className = _ref$className === void 0 ? '' : _ref$className,
623
- props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
602
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
624
603
 
625
604
  return React.createElement(SVG, Object.assign({
626
605
  className: className
@@ -629,11 +608,11 @@ var Notification = function Notification(_ref) {
629
608
  }));
630
609
  };
631
610
 
632
- var _excluded$K = ["className"];
611
+ var _excluded$J = ["className"];
633
612
  var Parking = function Parking(_ref) {
634
613
  var _ref$className = _ref.className,
635
614
  className = _ref$className === void 0 ? '' : _ref$className,
636
- props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
615
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
637
616
 
638
617
  return React.createElement(SVG, Object.assign({
639
618
  className: className
@@ -642,11 +621,11 @@ var Parking = function Parking(_ref) {
642
621
  }));
643
622
  };
644
623
 
645
- var _excluded$L = ["className"];
624
+ var _excluded$K = ["className"];
646
625
  var Phone = function Phone(_ref) {
647
626
  var _ref$className = _ref.className,
648
627
  className = _ref$className === void 0 ? '' : _ref$className,
649
- props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
628
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
650
629
 
651
630
  return React.createElement(SVG, Object.assign({
652
631
  className: className
@@ -655,11 +634,11 @@ var Phone = function Phone(_ref) {
655
634
  }));
656
635
  };
657
636
 
658
- var _excluded$M = ["className"];
637
+ var _excluded$L = ["className"];
659
638
  var Print = function Print(_ref) {
660
639
  var _ref$className = _ref.className,
661
640
  className = _ref$className === void 0 ? '' : _ref$className,
662
- props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
641
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
663
642
 
664
643
  return React.createElement(SVG, Object.assign({
665
644
  className: className
@@ -668,11 +647,11 @@ var Print = function Print(_ref) {
668
647
  }));
669
648
  };
670
649
 
671
- var _excluded$N = ["className"];
650
+ var _excluded$M = ["className"];
672
651
  var Required = function Required(_ref) {
673
652
  var _ref$className = _ref.className,
674
653
  className = _ref$className === void 0 ? '' : _ref$className,
675
- props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
654
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
676
655
 
677
656
  return React.createElement(SVG, Object.assign({
678
657
  className: className
@@ -681,11 +660,11 @@ var Required = function Required(_ref) {
681
660
  }));
682
661
  };
683
662
 
684
- var _excluded$O = ["className"];
663
+ var _excluded$N = ["className"];
685
664
  var ResaleLogbook = function ResaleLogbook(_ref) {
686
665
  var _ref$className = _ref.className,
687
666
  className = _ref$className === void 0 ? '' : _ref$className,
688
- props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
667
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
689
668
 
690
669
  return React.createElement(SVG, Object.assign({
691
670
  className: className
@@ -694,11 +673,11 @@ var ResaleLogbook = function ResaleLogbook(_ref) {
694
673
  }));
695
674
  };
696
675
 
697
- var _excluded$P = ["className"];
676
+ var _excluded$O = ["className"];
698
677
  var Spinner = function Spinner(_ref) {
699
678
  var _ref$className = _ref.className,
700
679
  className = _ref$className === void 0 ? '' : _ref$className,
701
- props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
680
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
702
681
 
703
682
  return React.createElement(SVG, Object.assign({
704
683
  className: className
@@ -723,11 +702,11 @@ var Spinner = function Spinner(_ref) {
723
702
  }));
724
703
  };
725
704
 
726
- var _excluded$Q = ["className"];
705
+ var _excluded$P = ["className"];
727
706
  var Thumb = function Thumb(_ref) {
728
707
  var _ref$className = _ref.className,
729
708
  className = _ref$className === void 0 ? '' : _ref$className,
730
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
709
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
731
710
 
732
711
  return React.createElement(SVG, Object.assign({
733
712
  className: className
@@ -736,11 +715,11 @@ var Thumb = function Thumb(_ref) {
736
715
  }));
737
716
  };
738
717
 
739
- var _excluded$R = ["className"];
718
+ var _excluded$Q = ["className"];
740
719
  var Truck = function Truck(_ref) {
741
720
  var _ref$className = _ref.className,
742
721
  className = _ref$className === void 0 ? '' : _ref$className,
743
- props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
722
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
744
723
 
745
724
  return React.createElement(SVG, Object.assign({
746
725
  className: className
@@ -749,11 +728,11 @@ var Truck = function Truck(_ref) {
749
728
  }));
750
729
  };
751
730
 
752
- var _excluded$S = ["className"];
731
+ var _excluded$R = ["className"];
753
732
  var Facebook = function Facebook(_ref) {
754
733
  var _ref$className = _ref.className,
755
734
  className = _ref$className === void 0 ? '' : _ref$className,
756
- props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
735
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
757
736
 
758
737
  return React.createElement(SVG, Object.assign({
759
738
  className: className
@@ -762,11 +741,11 @@ var Facebook = function Facebook(_ref) {
762
741
  }));
763
742
  };
764
743
 
765
- var _excluded$T = ["className"];
744
+ var _excluded$S = ["className"];
766
745
  var Google = function Google(_ref) {
767
746
  var _ref$className = _ref.className,
768
747
  className = _ref$className === void 0 ? '' : _ref$className,
769
- props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
748
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
770
749
 
771
750
  return React.createElement(SVG, Object.assign({
772
751
  className: className
@@ -775,11 +754,11 @@ var Google = function Google(_ref) {
775
754
  }));
776
755
  };
777
756
 
778
- var _excluded$U = ["className"];
757
+ var _excluded$T = ["className"];
779
758
  var Instagram = function Instagram(_ref) {
780
759
  var _ref$className = _ref.className,
781
760
  className = _ref$className === void 0 ? '' : _ref$className,
782
- props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
761
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
783
762
 
784
763
  return React.createElement(SVG, Object.assign({
785
764
  className: className
@@ -788,11 +767,11 @@ var Instagram = function Instagram(_ref) {
788
767
  }));
789
768
  };
790
769
 
791
- var _excluded$V = ["className"];
770
+ var _excluded$U = ["className"];
792
771
  var Share = function Share(_ref) {
793
772
  var _ref$className = _ref.className,
794
773
  className = _ref$className === void 0 ? '' : _ref$className,
795
- props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
774
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
796
775
 
797
776
  return React.createElement(SVG, Object.assign({
798
777
  className: className
@@ -801,11 +780,11 @@ var Share = function Share(_ref) {
801
780
  }));
802
781
  };
803
782
 
804
- var _excluded$W = ["className"];
783
+ var _excluded$V = ["className"];
805
784
  var Twitter = function Twitter(_ref) {
806
785
  var _ref$className = _ref.className,
807
786
  className = _ref$className === void 0 ? '' : _ref$className,
808
- props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
787
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
809
788
 
810
789
  return React.createElement(SVG, Object.assign({
811
790
  className: className
@@ -814,11 +793,11 @@ var Twitter = function Twitter(_ref) {
814
793
  }));
815
794
  };
816
795
 
817
- var _excluded$X = ["className"];
796
+ var _excluded$W = ["className"];
818
797
  var Whatsapp = function Whatsapp(_ref) {
819
798
  var _ref$className = _ref.className,
820
799
  className = _ref$className === void 0 ? '' : _ref$className,
821
- props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
800
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
822
801
 
823
802
  return React.createElement(SVG, Object.assign({
824
803
  className: className
@@ -827,11 +806,11 @@ var Whatsapp = function Whatsapp(_ref) {
827
806
  }));
828
807
  };
829
808
 
830
- var _excluded$Y = ["className"];
809
+ var _excluded$X = ["className"];
831
810
  var Deal = function Deal(_ref) {
832
811
  var _ref$className = _ref.className,
833
812
  className = _ref$className === void 0 ? '' : _ref$className,
834
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
813
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
835
814
 
836
815
  return React.createElement(SVG, Object.assign({
837
816
  className: className
@@ -854,11 +833,11 @@ var Deal = function Deal(_ref) {
854
833
  })));
855
834
  };
856
835
 
857
- var _excluded$Z = ["className"];
836
+ var _excluded$Y = ["className"];
858
837
  var DesignTicket = function DesignTicket(_ref) {
859
838
  var _ref$className = _ref.className,
860
839
  className = _ref$className === void 0 ? '' : _ref$className,
861
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
840
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
862
841
 
863
842
  return React.createElement(SVG, Object.assign({
864
843
  className: className
@@ -867,11 +846,11 @@ var DesignTicket = function DesignTicket(_ref) {
867
846
  }));
868
847
  };
869
848
 
870
- var _excluded$_ = ["className"];
849
+ var _excluded$Z = ["className"];
871
850
  var GiftCard = function GiftCard(_ref) {
872
851
  var _ref$className = _ref.className,
873
852
  className = _ref$className === void 0 ? '' : _ref$className,
874
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
853
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
875
854
 
876
855
  return React.createElement(SVG, Object.assign({
877
856
  className: className
@@ -880,11 +859,11 @@ var GiftCard = function GiftCard(_ref) {
880
859
  }));
881
860
  };
882
861
 
883
- var _excluded$$ = ["className"];
862
+ var _excluded$_ = ["className"];
884
863
  var Membership = function Membership(_ref) {
885
864
  var _ref$className = _ref.className,
886
865
  className = _ref$className === void 0 ? '' : _ref$className,
887
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
866
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
888
867
 
889
868
  return React.createElement(SVG, Object.assign({
890
869
  className: className
@@ -893,11 +872,11 @@ var Membership = function Membership(_ref) {
893
872
  }));
894
873
  };
895
874
 
896
- var _excluded$10 = ["className"];
875
+ var _excluded$$ = ["className"];
897
876
  var Pickup = function Pickup(_ref) {
898
877
  var _ref$className = _ref.className,
899
878
  className = _ref$className === void 0 ? '' : _ref$className,
900
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
879
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
901
880
 
902
881
  return React.createElement(SVG, Object.assign({
903
882
  className: className
@@ -906,11 +885,11 @@ var Pickup = function Pickup(_ref) {
906
885
  }));
907
886
  };
908
887
 
909
- var _excluded$11 = ["className"];
888
+ var _excluded$10 = ["className"];
910
889
  var Price = function Price(_ref) {
911
890
  var _ref$className = _ref.className,
912
891
  className = _ref$className === void 0 ? '' : _ref$className,
913
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
892
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
914
893
 
915
894
  return React.createElement(SVG, Object.assign({
916
895
  className: className
@@ -925,11 +904,11 @@ var Price = function Price(_ref) {
925
904
  }));
926
905
  };
927
906
 
928
- var _excluded$12 = ["className"];
907
+ var _excluded$11 = ["className"];
929
908
  var Resale = function Resale(_ref) {
930
909
  var _ref$className = _ref.className,
931
910
  className = _ref$className === void 0 ? '' : _ref$className,
932
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
911
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
933
912
 
934
913
  return React.createElement(SVG, Object.assign({
935
914
  className: className
@@ -938,11 +917,11 @@ var Resale = function Resale(_ref) {
938
917
  }));
939
918
  };
940
919
 
941
- var _excluded$13 = ["className"];
920
+ var _excluded$12 = ["className"];
942
921
  var Scanner = function Scanner(_ref) {
943
922
  var _ref$className = _ref.className,
944
923
  className = _ref$className === void 0 ? '' : _ref$className,
945
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
924
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
946
925
 
947
926
  return React.createElement(SVG, Object.assign({
948
927
  className: className
@@ -951,11 +930,11 @@ var Scanner = function Scanner(_ref) {
951
930
  }));
952
931
  };
953
932
 
954
- var _excluded$14 = ["className"];
933
+ var _excluded$13 = ["className"];
955
934
  var Seat = function Seat(_ref) {
956
935
  var _ref$className = _ref.className,
957
936
  className = _ref$className === void 0 ? '' : _ref$className,
958
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
937
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
959
938
 
960
939
  return React.createElement(SVG, Object.assign({
961
940
  className: className
@@ -964,11 +943,11 @@ var Seat = function Seat(_ref) {
964
943
  }));
965
944
  };
966
945
 
967
- var _excluded$15 = ["className"];
946
+ var _excluded$14 = ["className"];
968
947
  var Selling = function Selling(_ref) {
969
948
  var _ref$className = _ref.className,
970
949
  className = _ref$className === void 0 ? '' : _ref$className,
971
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
950
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
972
951
 
973
952
  return React.createElement(SVG, Object.assign({
974
953
  className: className
@@ -977,11 +956,11 @@ var Selling = function Selling(_ref) {
977
956
  }));
978
957
  };
979
958
 
980
- var _excluded$16 = ["className"];
959
+ var _excluded$15 = ["className"];
981
960
  var Ticket = function Ticket(_ref) {
982
961
  var _ref$className = _ref.className,
983
962
  className = _ref$className === void 0 ? '' : _ref$className,
984
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
963
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
985
964
 
986
965
  return React.createElement(SVG, Object.assign({
987
966
  className: className
@@ -990,11 +969,11 @@ var Ticket = function Ticket(_ref) {
990
969
  }));
991
970
  };
992
971
 
993
- var _excluded$17 = ["className"];
972
+ var _excluded$16 = ["className"];
994
973
  var TicketInsurance = function TicketInsurance(_ref) {
995
974
  var _ref$className = _ref.className,
996
975
  className = _ref$className === void 0 ? '' : _ref$className,
997
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
976
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
998
977
 
999
978
  return React.createElement(SVG, Object.assign({
1000
979
  className: className
@@ -1003,11 +982,11 @@ var TicketInsurance = function TicketInsurance(_ref) {
1003
982
  }));
1004
983
  };
1005
984
 
1006
- var _excluded$18 = ["className"];
985
+ var _excluded$17 = ["className"];
1007
986
  var Turnstile = function Turnstile(_ref) {
1008
987
  var _ref$className = _ref.className,
1009
988
  className = _ref$className === void 0 ? '' : _ref$className,
1010
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
989
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
1011
990
 
1012
991
  return React.createElement(SVG, Object.assign({
1013
992
  className: className
@@ -1016,11 +995,11 @@ var Turnstile = function Turnstile(_ref) {
1016
995
  }));
1017
996
  };
1018
997
 
1019
- var _excluded$19 = ["className"];
998
+ var _excluded$18 = ["className"];
1020
999
  var Add = function Add(_ref) {
1021
1000
  var _ref$className = _ref.className,
1022
1001
  className = _ref$className === void 0 ? '' : _ref$className,
1023
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
1002
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
1024
1003
 
1025
1004
  return React.createElement(SVG, Object.assign({
1026
1005
  className: className
@@ -1029,11 +1008,11 @@ var Add = function Add(_ref) {
1029
1008
  }));
1030
1009
  };
1031
1010
 
1032
- var _excluded$1a = ["className"];
1011
+ var _excluded$19 = ["className"];
1033
1012
  var ArrowDown = function ArrowDown(_ref) {
1034
1013
  var _ref$className = _ref.className,
1035
1014
  className = _ref$className === void 0 ? '' : _ref$className,
1036
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
1015
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
1037
1016
 
1038
1017
  return React.createElement(SVG, Object.assign({
1039
1018
  className: className
@@ -1042,11 +1021,11 @@ var ArrowDown = function ArrowDown(_ref) {
1042
1021
  }));
1043
1022
  };
1044
1023
 
1045
- var _excluded$1b = ["className"];
1024
+ var _excluded$1a = ["className"];
1046
1025
  var ArrowDownA = function ArrowDownA(_ref) {
1047
1026
  var _ref$className = _ref.className,
1048
1027
  className = _ref$className === void 0 ? '' : _ref$className,
1049
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
1028
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
1050
1029
 
1051
1030
  return React.createElement(SVG, Object.assign({
1052
1031
  className: className
@@ -1055,11 +1034,11 @@ var ArrowDownA = function ArrowDownA(_ref) {
1055
1034
  }));
1056
1035
  };
1057
1036
 
1058
- var _excluded$1c = ["className"];
1037
+ var _excluded$1b = ["className"];
1059
1038
  var ArrowLeft = function ArrowLeft(_ref) {
1060
1039
  var _ref$className = _ref.className,
1061
1040
  className = _ref$className === void 0 ? '' : _ref$className,
1062
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
1041
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
1063
1042
 
1064
1043
  return React.createElement(SVG, Object.assign({
1065
1044
  className: className
@@ -1068,11 +1047,11 @@ var ArrowLeft = function ArrowLeft(_ref) {
1068
1047
  }));
1069
1048
  };
1070
1049
 
1071
- var _excluded$1d = ["className"];
1050
+ var _excluded$1c = ["className"];
1072
1051
  var ArrowLeftA = function ArrowLeftA(_ref) {
1073
1052
  var _ref$className = _ref.className,
1074
1053
  className = _ref$className === void 0 ? '' : _ref$className,
1075
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
1054
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
1076
1055
 
1077
1056
  return React.createElement(SVG, Object.assign({
1078
1057
  className: className
@@ -1081,11 +1060,11 @@ var ArrowLeftA = function ArrowLeftA(_ref) {
1081
1060
  }));
1082
1061
  };
1083
1062
 
1084
- var _excluded$1e = ["className"];
1063
+ var _excluded$1d = ["className"];
1085
1064
  var ArrowRight = function ArrowRight(_ref) {
1086
1065
  var _ref$className = _ref.className,
1087
1066
  className = _ref$className === void 0 ? '' : _ref$className,
1088
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
1067
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
1089
1068
 
1090
1069
  return React.createElement(SVG, Object.assign({
1091
1070
  className: className
@@ -1094,11 +1073,11 @@ var ArrowRight = function ArrowRight(_ref) {
1094
1073
  }));
1095
1074
  };
1096
1075
 
1097
- var _excluded$1f = ["className"];
1076
+ var _excluded$1e = ["className"];
1098
1077
  var ArrowRightA = function ArrowRightA(_ref) {
1099
1078
  var _ref$className = _ref.className,
1100
1079
  className = _ref$className === void 0 ? '' : _ref$className,
1101
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
1080
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
1102
1081
 
1103
1082
  return React.createElement(SVG, Object.assign({
1104
1083
  className: className
@@ -1107,11 +1086,11 @@ var ArrowRightA = function ArrowRightA(_ref) {
1107
1086
  }));
1108
1087
  };
1109
1088
 
1110
- var _excluded$1g = ["className"];
1089
+ var _excluded$1f = ["className"];
1111
1090
  var ArrowUp = function ArrowUp(_ref) {
1112
1091
  var _ref$className = _ref.className,
1113
1092
  className = _ref$className === void 0 ? '' : _ref$className,
1114
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
1093
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
1115
1094
 
1116
1095
  return React.createElement(SVG, Object.assign({
1117
1096
  className: className
@@ -1120,11 +1099,11 @@ var ArrowUp = function ArrowUp(_ref) {
1120
1099
  }));
1121
1100
  };
1122
1101
 
1123
- var _excluded$1h = ["className"];
1102
+ var _excluded$1g = ["className"];
1124
1103
  var ArrowUpA = function ArrowUpA(_ref) {
1125
1104
  var _ref$className = _ref.className,
1126
1105
  className = _ref$className === void 0 ? '' : _ref$className,
1127
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
1106
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
1128
1107
 
1129
1108
  return React.createElement(SVG, Object.assign({
1130
1109
  className: className
@@ -1133,11 +1112,11 @@ var ArrowUpA = function ArrowUpA(_ref) {
1133
1112
  }));
1134
1113
  };
1135
1114
 
1136
- var _excluded$1i = ["className"];
1115
+ var _excluded$1h = ["className"];
1137
1116
  var BurgerMenu = function BurgerMenu(_ref) {
1138
1117
  var _ref$className = _ref.className,
1139
1118
  className = _ref$className === void 0 ? '' : _ref$className,
1140
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
1119
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
1141
1120
 
1142
1121
  return React.createElement(SVG, Object.assign({
1143
1122
  className: className
@@ -1146,11 +1125,11 @@ var BurgerMenu = function BurgerMenu(_ref) {
1146
1125
  }));
1147
1126
  };
1148
1127
 
1149
- var _excluded$1j = ["className"];
1128
+ var _excluded$1i = ["className"];
1150
1129
  var Check = function Check(_ref) {
1151
1130
  var _ref$className = _ref.className,
1152
1131
  className = _ref$className === void 0 ? '' : _ref$className,
1153
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
1132
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
1154
1133
 
1155
1134
  return React.createElement(SVG, Object.assign({
1156
1135
  className: className
@@ -1159,11 +1138,11 @@ var Check = function Check(_ref) {
1159
1138
  }));
1160
1139
  };
1161
1140
 
1162
- var _excluded$1k = ["className"];
1141
+ var _excluded$1j = ["className"];
1163
1142
  var CircleUnchecked = function CircleUnchecked(_ref) {
1164
1143
  var _ref$className = _ref.className,
1165
1144
  className = _ref$className === void 0 ? '' : _ref$className,
1166
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
1145
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
1167
1146
 
1168
1147
  return React.createElement(SVG, Object.assign({
1169
1148
  className: className
@@ -1172,11 +1151,11 @@ var CircleUnchecked = function CircleUnchecked(_ref) {
1172
1151
  }));
1173
1152
  };
1174
1153
 
1175
- var _excluded$1l = ["className"];
1154
+ var _excluded$1k = ["className"];
1176
1155
  var CircleChecked = function CircleChecked(_ref) {
1177
1156
  var _ref$className = _ref.className,
1178
1157
  className = _ref$className === void 0 ? '' : _ref$className,
1179
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
1158
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
1180
1159
 
1181
1160
  return React.createElement(SVG, Object.assign({
1182
1161
  className: className
@@ -1185,11 +1164,11 @@ var CircleChecked = function CircleChecked(_ref) {
1185
1164
  }));
1186
1165
  };
1187
1166
 
1188
- var _excluded$1m = ["className"];
1167
+ var _excluded$1l = ["className"];
1189
1168
  var Close = function Close(_ref) {
1190
1169
  var _ref$className = _ref.className,
1191
1170
  className = _ref$className === void 0 ? '' : _ref$className,
1192
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
1171
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
1193
1172
 
1194
1173
  return React.createElement(SVG, Object.assign({
1195
1174
  className: className
@@ -1198,11 +1177,11 @@ var Close = function Close(_ref) {
1198
1177
  }));
1199
1178
  };
1200
1179
 
1201
- var _excluded$1n = ["className"];
1180
+ var _excluded$1m = ["className"];
1202
1181
  var Delete = function Delete(_ref) {
1203
1182
  var _ref$className = _ref.className,
1204
1183
  className = _ref$className === void 0 ? '' : _ref$className,
1205
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
1184
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
1206
1185
 
1207
1186
  return React.createElement(SVG, Object.assign({
1208
1187
  className: className
@@ -1211,11 +1190,11 @@ var Delete = function Delete(_ref) {
1211
1190
  }));
1212
1191
  };
1213
1192
 
1214
- var _excluded$1o = ["className"];
1193
+ var _excluded$1n = ["className"];
1215
1194
  var ExternalLink = function ExternalLink(_ref) {
1216
1195
  var _ref$className = _ref.className,
1217
1196
  className = _ref$className === void 0 ? '' : _ref$className,
1218
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
1197
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
1219
1198
 
1220
1199
  return React.createElement(SVG, Object.assign({
1221
1200
  className: className
@@ -1224,11 +1203,11 @@ var ExternalLink = function ExternalLink(_ref) {
1224
1203
  }));
1225
1204
  };
1226
1205
 
1227
- var _excluded$1p = ["className"];
1206
+ var _excluded$1o = ["className"];
1228
1207
  var Filter = function Filter(_ref) {
1229
1208
  var _ref$className = _ref.className,
1230
1209
  className = _ref$className === void 0 ? '' : _ref$className,
1231
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
1210
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
1232
1211
 
1233
1212
  return React.createElement(SVG, Object.assign({
1234
1213
  className: className
@@ -1237,11 +1216,11 @@ var Filter = function Filter(_ref) {
1237
1216
  }));
1238
1217
  };
1239
1218
 
1240
- var _excluded$1q = ["className"];
1219
+ var _excluded$1p = ["className"];
1241
1220
  var IconMore = function IconMore(_ref) {
1242
1221
  var _ref$className = _ref.className,
1243
1222
  className = _ref$className === void 0 ? '' : _ref$className,
1244
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
1223
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
1245
1224
 
1246
1225
  return React.createElement(SVG, Object.assign({
1247
1226
  className: className
@@ -1250,11 +1229,11 @@ var IconMore = function IconMore(_ref) {
1250
1229
  }));
1251
1230
  };
1252
1231
 
1253
- var _excluded$1r = ["className"];
1232
+ var _excluded$1q = ["className"];
1254
1233
  var Remove = function Remove(_ref) {
1255
1234
  var _ref$className = _ref.className,
1256
1235
  className = _ref$className === void 0 ? '' : _ref$className,
1257
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
1236
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
1258
1237
 
1259
1238
  return React.createElement(SVG, Object.assign({
1260
1239
  className: className
@@ -1263,11 +1242,11 @@ var Remove = function Remove(_ref) {
1263
1242
  }));
1264
1243
  };
1265
1244
 
1266
- var _excluded$1s = ["className"];
1245
+ var _excluded$1r = ["className"];
1267
1246
  var Search = function Search(_ref) {
1268
1247
  var _ref$className = _ref.className,
1269
1248
  className = _ref$className === void 0 ? '' : _ref$className,
1270
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
1249
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
1271
1250
 
1272
1251
  return React.createElement(SVG, Object.assign({
1273
1252
  className: className
@@ -1276,11 +1255,11 @@ var Search = function Search(_ref) {
1276
1255
  }));
1277
1256
  };
1278
1257
 
1279
- var _excluded$1t = ["className"];
1258
+ var _excluded$1s = ["className"];
1280
1259
  var SettingDots = function SettingDots(_ref) {
1281
1260
  var _ref$className = _ref.className,
1282
1261
  className = _ref$className === void 0 ? '' : _ref$className,
1283
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
1262
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
1284
1263
 
1285
1264
  return React.createElement(SVG, Object.assign({
1286
1265
  className: className
@@ -1289,11 +1268,11 @@ var SettingDots = function SettingDots(_ref) {
1289
1268
  }));
1290
1269
  };
1291
1270
 
1292
- var _excluded$1u = ["className"];
1271
+ var _excluded$1t = ["className"];
1293
1272
  var SquareUnchecked = function SquareUnchecked(_ref) {
1294
1273
  var _ref$className = _ref.className,
1295
1274
  className = _ref$className === void 0 ? '' : _ref$className,
1296
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
1275
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
1297
1276
 
1298
1277
  return React.createElement(SVG, Object.assign({
1299
1278
  className: className
@@ -1302,11 +1281,11 @@ var SquareUnchecked = function SquareUnchecked(_ref) {
1302
1281
  }));
1303
1282
  };
1304
1283
 
1305
- var _excluded$1v = ["className"];
1284
+ var _excluded$1u = ["className"];
1306
1285
  var SquareChecked = function SquareChecked(_ref) {
1307
1286
  var _ref$className = _ref.className,
1308
1287
  className = _ref$className === void 0 ? '' : _ref$className,
1309
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
1288
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
1310
1289
 
1311
1290
  return React.createElement(SVG, Object.assign({
1312
1291
  className: className
@@ -1315,11 +1294,11 @@ var SquareChecked = function SquareChecked(_ref) {
1315
1294
  }));
1316
1295
  };
1317
1296
 
1318
- var _excluded$1w = ["className"];
1297
+ var _excluded$1v = ["className"];
1319
1298
  var Cart = function Cart(_ref) {
1320
1299
  var _ref$className = _ref.className,
1321
1300
  className = _ref$className === void 0 ? '' : _ref$className,
1322
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
1301
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
1323
1302
 
1324
1303
  return React.createElement(SVG, Object.assign({
1325
1304
  className: className
@@ -1328,11 +1307,11 @@ var Cart = function Cart(_ref) {
1328
1307
  }));
1329
1308
  };
1330
1309
 
1331
- var _excluded$1x = ["className"];
1310
+ var _excluded$1w = ["className"];
1332
1311
  var CreditCard = function CreditCard(_ref) {
1333
1312
  var _ref$className = _ref.className,
1334
1313
  className = _ref$className === void 0 ? '' : _ref$className,
1335
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
1314
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
1336
1315
 
1337
1316
  return React.createElement(SVG, Object.assign({
1338
1317
  className: className
@@ -1347,11 +1326,11 @@ var CreditCard = function CreditCard(_ref) {
1347
1326
  }));
1348
1327
  };
1349
1328
 
1350
- var _excluded$1y = ["className"];
1329
+ var _excluded$1x = ["className"];
1351
1330
  var Group = function Group(_ref) {
1352
1331
  var _ref$className = _ref.className,
1353
1332
  className = _ref$className === void 0 ? '' : _ref$className,
1354
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
1333
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
1355
1334
 
1356
1335
  return React.createElement(SVG, Object.assign({
1357
1336
  className: className
@@ -1360,11 +1339,11 @@ var Group = function Group(_ref) {
1360
1339
  }));
1361
1340
  };
1362
1341
 
1363
- var _excluded$1z = ["className"];
1342
+ var _excluded$1y = ["className"];
1364
1343
  var Id = function Id(_ref) {
1365
1344
  var _ref$className = _ref.className,
1366
1345
  className = _ref$className === void 0 ? '' : _ref$className,
1367
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
1346
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
1368
1347
 
1369
1348
  return React.createElement(SVG, Object.assign({
1370
1349
  className: className
@@ -1373,11 +1352,11 @@ var Id = function Id(_ref) {
1373
1352
  }));
1374
1353
  };
1375
1354
 
1376
- var _excluded$1A = ["className"];
1355
+ var _excluded$1z = ["className"];
1377
1356
  var SmilieDissatisfied = function SmilieDissatisfied(_ref) {
1378
1357
  var _ref$className = _ref.className,
1379
1358
  className = _ref$className === void 0 ? '' : _ref$className,
1380
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
1359
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
1381
1360
 
1382
1361
  return React.createElement(SVG, Object.assign({
1383
1362
  className: className
@@ -1386,11 +1365,11 @@ var SmilieDissatisfied = function SmilieDissatisfied(_ref) {
1386
1365
  }));
1387
1366
  };
1388
1367
 
1389
- var _excluded$1B = ["className"];
1368
+ var _excluded$1A = ["className"];
1390
1369
  var SmilieNeutral = function SmilieNeutral(_ref) {
1391
1370
  var _ref$className = _ref.className,
1392
1371
  className = _ref$className === void 0 ? '' : _ref$className,
1393
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
1372
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
1394
1373
 
1395
1374
  return React.createElement(SVG, Object.assign({
1396
1375
  className: className
@@ -1399,11 +1378,11 @@ var SmilieNeutral = function SmilieNeutral(_ref) {
1399
1378
  }));
1400
1379
  };
1401
1380
 
1402
- var _excluded$1C = ["className"];
1381
+ var _excluded$1B = ["className"];
1403
1382
  var SmilieSatisfied = function SmilieSatisfied(_ref) {
1404
1383
  var _ref$className = _ref.className,
1405
1384
  className = _ref$className === void 0 ? '' : _ref$className,
1406
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
1385
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
1407
1386
 
1408
1387
  return React.createElement(SVG, Object.assign({
1409
1388
  className: className
@@ -1412,11 +1391,11 @@ var SmilieSatisfied = function SmilieSatisfied(_ref) {
1412
1391
  }));
1413
1392
  };
1414
1393
 
1415
- var _excluded$1D = ["className"];
1394
+ var _excluded$1C = ["className"];
1416
1395
  var SmilieVeryDissatisfied = function SmilieVeryDissatisfied(_ref) {
1417
1396
  var _ref$className = _ref.className,
1418
1397
  className = _ref$className === void 0 ? '' : _ref$className,
1419
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
1398
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
1420
1399
 
1421
1400
  return React.createElement(SVG, Object.assign({
1422
1401
  className: className
@@ -1425,11 +1404,11 @@ var SmilieVeryDissatisfied = function SmilieVeryDissatisfied(_ref) {
1425
1404
  }));
1426
1405
  };
1427
1406
 
1428
- var _excluded$1E = ["className"];
1407
+ var _excluded$1D = ["className"];
1429
1408
  var SmilieVerySatisfied = function SmilieVerySatisfied(_ref) {
1430
1409
  var _ref$className = _ref.className,
1431
1410
  className = _ref$className === void 0 ? '' : _ref$className,
1432
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
1411
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
1433
1412
 
1434
1413
  return React.createElement(SVG, Object.assign({
1435
1414
  className: className
@@ -1438,11 +1417,11 @@ var SmilieVerySatisfied = function SmilieVerySatisfied(_ref) {
1438
1417
  }));
1439
1418
  };
1440
1419
 
1441
- var _excluded$1F = ["className"];
1420
+ var _excluded$1E = ["className"];
1442
1421
  var User = function User(_ref) {
1443
1422
  var _ref$className = _ref.className,
1444
1423
  className = _ref$className === void 0 ? '' : _ref$className,
1445
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
1424
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
1446
1425
 
1447
1426
  return React.createElement(SVG, Object.assign({
1448
1427
  className: className
@@ -1451,5 +1430,5 @@ var User = function User(_ref) {
1451
1430
  }));
1452
1431
  };
1453
1432
 
1454
- export { Accessible, Add, ArrowDown, ArrowDownA, ArrowLeft, ArrowLeftA, ArrowRight, ArrowRightA, ArrowUp, ArrowUpA, AutoRenew, Banned, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Edit, Email, EventDate, Exclamation, ExternalLink, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id, Image, Info, Instagram, Location, Lock, LockOpen, Marker, Membership, MobilePhone, Notification, Parking, Pause, PauseAlt, Phone, Pickup, Play, PlayAlt, Price, Print, Remove, Required, Resale, ResaleEdit, ResaleLogbook, RotateLeft, RotateRight, SVG, Save, Scanner, Search, Seat, Selling, SettingDots, Share, SmilieDissatisfied, SmilieNeutral, SmilieSatisfied, SmilieVeryDissatisfied, SmilieVerySatisfied, Sort, SortDown, SortUp, Spinner, SquareChecked, SquareUnchecked, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Zoom };
1433
+ export { Accessible, Add, ArrowDown, ArrowDownA, ArrowLeft, ArrowLeftA, ArrowRight, ArrowRightA, ArrowUp, ArrowUpA, AutoRenew, Banned, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Edit, Email, EventDate, Exclamation, ExternalLink, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id, Image, Info, Instagram, Location, Lock, LockOpen, Marker, Membership, MobilePhone, Notification, Parking, Pause, PauseAlt, Phone, Pickup, Play, PlayAlt, Price, Print, Remove, Required, Resale, ResaleEdit, ResaleLogbook, RotateLeft, RotateRight, Save, Scanner, Search, Seat, Selling, SettingDots, Share, SmilieDissatisfied, SmilieNeutral, SmilieSatisfied, SmilieVeryDissatisfied, SmilieVerySatisfied, Sort, SortDown, SortUp, Spinner, SquareChecked, SquareUnchecked, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Zoom };
1455
1434
  //# sourceMappingURL=icons.esm.js.map