@bigbinary/neeto-icons 1.20.47 → 1.20.49

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.
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "height", "width"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var Megaphone = function Megaphone(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ height = _ref.height,
24
+ width = _ref.width,
25
+ props = _objectWithoutProperties(_ref, _excluded);
26
+
27
+ height = height || size;
28
+ width = width || size;
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: width,
31
+ height: height,
32
+ fill: "none",
33
+ viewBox: "0 0 48 48"
34
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
35
+ fill: "#B3BFC4",
36
+ d: "M11.5 34.906v-3.313a2.229 2.229 0 0 1 2.707-2.176l7.343 1.61a3.572 3.572 0 0 1 2.807 3.489v1.643a3.572 3.572 0 0 1-4.336 3.49l-5.714-1.254a3.572 3.572 0 0 1-2.807-3.489Zm1.429 0c0 1.007.7 1.877 1.683 2.093l5.715 1.254a2.144 2.144 0 0 0 2.602-2.094v-1.643c0-1.007-.701-1.877-1.684-2.093L13.9 30.812a.8.8 0 0 0-.971.781v3.313Z"
37
+ }), /*#__PURE__*/_react.default.createElement("path", {
38
+ fill: "#E05241",
39
+ d: "m6.857 30.187 34.286 8.096V9.71L6.857 19.235v10.952Z"
40
+ }), /*#__PURE__*/_react.default.createElement("path", {
41
+ fill: "#B3BFC4",
42
+ d: "M4 31.14V18.282h2.857V31.14H4ZM41.143 8.282H44v31.429h-2.857z"
43
+ }), /*#__PURE__*/_react.default.createElement("path", {
44
+ fill: "#EF5C4A",
45
+ d: "M39.714 12.568 8.286 21.14v1.428l31.428-5.714v-4.286Z"
46
+ }));
47
+ };
48
+
49
+ var _default = Megaphone;
50
+ exports.default = _default;
51
+ //# sourceMappingURL=Megaphone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/misc/Megaphone.js"],"names":["Megaphone","size","height","width","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,SAAS,GAAG,SAAZA,SAAY,OAA4C;AAAA,uBAAzCC,IAAyC;AAAA,MAAzCA,IAAyC,0BAAlC,EAAkC;AAAA,MAA9BC,MAA8B,QAA9BA,MAA8B;AAAA,MAAtBC,KAAsB,QAAtBA,KAAsB;AAAA,MAAZC,KAAY;;AAC5DF,EAAAA,MAAM,GAAGA,MAAM,IAAID,IAAnB;AACAE,EAAAA,KAAK,GAAGA,KAAK,IAAIF,IAAjB;AACA,sBACE;AACE,IAAA,KAAK,EAAEE,KADT;AAEE,IAAA,MAAM,EAAED,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKME,KALN,gBAOE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC;AAFJ,IAPF,eAWE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC;AAFJ,IAXF,eAeE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC;AAFJ,IAfF,eAmBE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC;AAFJ,IAnBF,CADF;AA0BD,CA7BD;;eA8BeJ,S","sourcesContent":["import React from \"react\";\nconst Megaphone = ({ size = 24, height, width, ...props }) => {\n height = height || size;\n width = width || size;\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 48 48\"\n {...props}\n >\n <path\n fill=\"#B3BFC4\"\n d=\"M11.5 34.906v-3.313a2.229 2.229 0 0 1 2.707-2.176l7.343 1.61a3.572 3.572 0 0 1 2.807 3.489v1.643a3.572 3.572 0 0 1-4.336 3.49l-5.714-1.254a3.572 3.572 0 0 1-2.807-3.489Zm1.429 0c0 1.007.7 1.877 1.683 2.093l5.715 1.254a2.144 2.144 0 0 0 2.602-2.094v-1.643c0-1.007-.701-1.877-1.684-2.093L13.9 30.812a.8.8 0 0 0-.971.781v3.313Z\"\n />\n <path\n fill=\"#E05241\"\n d=\"m6.857 30.187 34.286 8.096V9.71L6.857 19.235v10.952Z\"\n />\n <path\n fill=\"#B3BFC4\"\n d=\"M4 31.14V18.282h2.857V31.14H4ZM41.143 8.282H44v31.429h-2.857z\"\n />\n <path\n fill=\"#EF5C4A\"\n d=\"M39.714 12.568 8.286 21.14v1.428l31.428-5.714v-4.286Z\"\n />\n </svg>\n );\n};\nexport default Megaphone;\n"],"file":"Megaphone.js"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "height", "width"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var Success = function Success(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ height = _ref.height,
24
+ width = _ref.width,
25
+ props = _objectWithoutProperties(_ref, _excluded);
26
+
27
+ height = height || size;
28
+ width = width || size;
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: width,
31
+ height: height,
32
+ fill: "none",
33
+ viewBox: "0 0 48 48"
34
+ }, props), /*#__PURE__*/_react.default.createElement("circle", {
35
+ cx: 24,
36
+ cy: 24,
37
+ r: 20,
38
+ fill: "#49B67E"
39
+ }), /*#__PURE__*/_react.default.createElement("path", {
40
+ stroke: "#fff",
41
+ strokeWidth: 4,
42
+ d: "m14 24.822 6.429 5.714L34 16.964"
43
+ }));
44
+ };
45
+
46
+ var _default = Success;
47
+ exports.default = _default;
48
+ //# sourceMappingURL=Success.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/misc/Success.js"],"names":["Success","size","height","width","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,OAAO,GAAG,SAAVA,OAAU,OAA4C;AAAA,uBAAzCC,IAAyC;AAAA,MAAzCA,IAAyC,0BAAlC,EAAkC;AAAA,MAA9BC,MAA8B,QAA9BA,MAA8B;AAAA,MAAtBC,KAAsB,QAAtBA,KAAsB;AAAA,MAAZC,KAAY;;AAC1DF,EAAAA,MAAM,GAAGA,MAAM,IAAID,IAAnB;AACAE,EAAAA,KAAK,GAAGA,KAAK,IAAIF,IAAjB;AACA,sBACE;AACE,IAAA,KAAK,EAAEE,KADT;AAEE,IAAA,MAAM,EAAED,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKME,KALN,gBAOE;AAAQ,IAAA,EAAE,EAAE,EAAZ;AAAgB,IAAA,EAAE,EAAE,EAApB;AAAwB,IAAA,CAAC,EAAE,EAA3B;AAA+B,IAAA,IAAI,EAAC;AAApC,IAPF,eAQE;AACE,IAAA,MAAM,EAAC,MADT;AAEE,IAAA,WAAW,EAAE,CAFf;AAGE,IAAA,CAAC,EAAC;AAHJ,IARF,CADF;AAgBD,CAnBD;;eAoBeJ,O","sourcesContent":["import React from \"react\";\nconst Success = ({ size = 24, height, width, ...props }) => {\n height = height || size;\n width = width || size;\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 48 48\"\n {...props}\n >\n <circle cx={24} cy={24} r={20} fill=\"#49B67E\" />\n <path\n stroke=\"#fff\"\n strokeWidth={4}\n d=\"m14 24.822 6.429 5.714L34 16.964\"\n />\n </svg>\n );\n};\nexport default Success;\n"],"file":"Success.js"}
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "height", "width"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var Warning = function Warning(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ height = _ref.height,
24
+ width = _ref.width,
25
+ props = _objectWithoutProperties(_ref, _excluded);
26
+
27
+ height = height || size;
28
+ width = width || size;
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: width,
31
+ height: height,
32
+ fill: "none",
33
+ viewBox: "0 0 48 48"
34
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
35
+ fill: "#FFD55C",
36
+ d: "M22.222 7.043a2.036 2.036 0 0 1 3.556 0l17.953 31.88C44.504 40.296 43.52 42 41.953 42H6.047c-1.567 0-2.551-1.704-1.778-3.077l17.953-31.88Z"
37
+ }), /*#__PURE__*/_react.default.createElement("path", {
38
+ fill: "#000",
39
+ d: "M25.9 18v13.3h-3.8V18z"
40
+ }), /*#__PURE__*/_react.default.createElement("rect", {
41
+ width: 3.8,
42
+ height: 3.8,
43
+ x: 25.9,
44
+ y: 33.2,
45
+ fill: "#000",
46
+ rx: 1.9,
47
+ transform: "rotate(90 25.9 33.2)"
48
+ }));
49
+ };
50
+
51
+ var _default = Warning;
52
+ exports.default = _default;
53
+ //# sourceMappingURL=Warning.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/misc/Warning.js"],"names":["Warning","size","height","width","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,OAAO,GAAG,SAAVA,OAAU,OAA4C;AAAA,uBAAzCC,IAAyC;AAAA,MAAzCA,IAAyC,0BAAlC,EAAkC;AAAA,MAA9BC,MAA8B,QAA9BA,MAA8B;AAAA,MAAtBC,KAAsB,QAAtBA,KAAsB;AAAA,MAAZC,KAAY;;AAC1DF,EAAAA,MAAM,GAAGA,MAAM,IAAID,IAAnB;AACAE,EAAAA,KAAK,GAAGA,KAAK,IAAIF,IAAjB;AACA,sBACE;AACE,IAAA,KAAK,EAAEE,KADT;AAEE,IAAA,MAAM,EAAED,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKME,KALN,gBAOE;AACE,IAAA,IAAI,EAAC,SADP;AAEE,IAAA,CAAC,EAAC;AAFJ,IAPF,eAWE;AAAM,IAAA,IAAI,EAAC,MAAX;AAAkB,IAAA,CAAC,EAAC;AAApB,IAXF,eAYE;AACE,IAAA,KAAK,EAAE,GADT;AAEE,IAAA,MAAM,EAAE,GAFV;AAGE,IAAA,CAAC,EAAE,IAHL;AAIE,IAAA,CAAC,EAAE,IAJL;AAKE,IAAA,IAAI,EAAC,MALP;AAME,IAAA,EAAE,EAAE,GANN;AAOE,IAAA,SAAS,EAAC;AAPZ,IAZF,CADF;AAwBD,CA3BD;;eA4BeJ,O","sourcesContent":["import React from \"react\";\nconst Warning = ({ size = 24, height, width, ...props }) => {\n height = height || size;\n width = width || size;\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 48 48\"\n {...props}\n >\n <path\n fill=\"#FFD55C\"\n d=\"M22.222 7.043a2.036 2.036 0 0 1 3.556 0l17.953 31.88C44.504 40.296 43.52 42 41.953 42H6.047c-1.567 0-2.551-1.704-1.778-3.077l17.953-31.88Z\"\n />\n <path fill=\"#000\" d=\"M25.9 18v13.3h-3.8V18z\" />\n <rect\n width={3.8}\n height={3.8}\n x={25.9}\n y={33.2}\n fill=\"#000\"\n rx={1.9}\n transform=\"rotate(90 25.9 33.2)\"\n />\n </svg>\n );\n};\nexport default Warning;\n"],"file":"Warning.js"}
@@ -21,6 +21,12 @@ Object.defineProperty(exports, "Callerdesk", {
21
21
  return _Callerdesk.default;
22
22
  }
23
23
  });
24
+ Object.defineProperty(exports, "CashPayment", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _CashPayment.default;
28
+ }
29
+ });
24
30
  Object.defineProperty(exports, "Chrome", {
25
31
  enumerable: true,
26
32
  get: function get() {
@@ -33,6 +39,12 @@ Object.defineProperty(exports, "Daily", {
33
39
  return _Daily.default;
34
40
  }
35
41
  });
42
+ Object.defineProperty(exports, "Danger", {
43
+ enumerable: true,
44
+ get: function get() {
45
+ return _Danger.default;
46
+ }
47
+ });
36
48
  Object.defineProperty(exports, "Discover", {
37
49
  enumerable: true,
38
50
  get: function get() {
@@ -63,6 +75,12 @@ Object.defineProperty(exports, "Github", {
63
75
  return _Github.default;
64
76
  }
65
77
  });
78
+ Object.defineProperty(exports, "Gmail", {
79
+ enumerable: true,
80
+ get: function get() {
81
+ return _Gmail.default;
82
+ }
83
+ });
66
84
  Object.defineProperty(exports, "Google", {
67
85
  enumerable: true,
68
86
  get: function get() {
@@ -93,6 +111,12 @@ Object.defineProperty(exports, "GoogleSheets", {
93
111
  return _GoogleSheets.default;
94
112
  }
95
113
  });
114
+ Object.defineProperty(exports, "Info", {
115
+ enumerable: true,
116
+ get: function get() {
117
+ return _Info.default;
118
+ }
119
+ });
96
120
  Object.defineProperty(exports, "Instagram", {
97
121
  enumerable: true,
98
122
  get: function get() {
@@ -129,6 +153,12 @@ Object.defineProperty(exports, "Mastercard", {
129
153
  return _Mastercard.default;
130
154
  }
131
155
  });
156
+ Object.defineProperty(exports, "Megaphone", {
157
+ enumerable: true,
158
+ get: function get() {
159
+ return _Megaphone.default;
160
+ }
161
+ });
132
162
  Object.defineProperty(exports, "Microsoft", {
133
163
  enumerable: true,
134
164
  get: function get() {
@@ -189,6 +219,12 @@ Object.defineProperty(exports, "StripeTypeface", {
189
219
  return _StripeTypeface.default;
190
220
  }
191
221
  });
222
+ Object.defineProperty(exports, "Success", {
223
+ enumerable: true,
224
+ get: function get() {
225
+ return _Success.default;
226
+ }
227
+ });
192
228
  Object.defineProperty(exports, "Teams", {
193
229
  enumerable: true,
194
230
  get: function get() {
@@ -237,6 +273,12 @@ Object.defineProperty(exports, "Visa", {
237
273
  return _Visa.default;
238
274
  }
239
275
  });
276
+ Object.defineProperty(exports, "Warning", {
277
+ enumerable: true,
278
+ get: function get() {
279
+ return _Warning.default;
280
+ }
281
+ });
240
282
  Object.defineProperty(exports, "Webhook", {
241
283
  enumerable: true,
242
284
  get: function get() {
@@ -286,10 +328,14 @@ var _Apple = _interopRequireDefault(require("./Apple"));
286
328
 
287
329
  var _Callerdesk = _interopRequireDefault(require("./Callerdesk"));
288
330
 
331
+ var _CashPayment = _interopRequireDefault(require("./CashPayment"));
332
+
289
333
  var _Chrome = _interopRequireDefault(require("./Chrome"));
290
334
 
291
335
  var _Daily = _interopRequireDefault(require("./Daily"));
292
336
 
337
+ var _Danger = _interopRequireDefault(require("./Danger"));
338
+
293
339
  var _Discover = _interopRequireDefault(require("./Discover"));
294
340
 
295
341
  var _Edge = _interopRequireDefault(require("./Edge"));
@@ -300,6 +346,8 @@ var _Firefox = _interopRequireDefault(require("./Firefox"));
300
346
 
301
347
  var _Github = _interopRequireDefault(require("./Github"));
302
348
 
349
+ var _Gmail = _interopRequireDefault(require("./Gmail"));
350
+
303
351
  var _Google = _interopRequireDefault(require("./Google"));
304
352
 
305
353
  var _GoogleAnalytics = _interopRequireDefault(require("./GoogleAnalytics"));
@@ -310,6 +358,8 @@ var _GoogleMeet = _interopRequireDefault(require("./GoogleMeet"));
310
358
 
311
359
  var _GoogleSheets = _interopRequireDefault(require("./GoogleSheets"));
312
360
 
361
+ var _Info = _interopRequireDefault(require("./Info"));
362
+
313
363
  var _Instagram = _interopRequireDefault(require("./Instagram"));
314
364
 
315
365
  var _Jcb = _interopRequireDefault(require("./Jcb"));
@@ -322,6 +372,8 @@ var _MailChimp = _interopRequireDefault(require("./MailChimp"));
322
372
 
323
373
  var _Mastercard = _interopRequireDefault(require("./Mastercard"));
324
374
 
375
+ var _Megaphone = _interopRequireDefault(require("./Megaphone"));
376
+
325
377
  var _Microsoft = _interopRequireDefault(require("./Microsoft"));
326
378
 
327
379
  var _Outlook = _interopRequireDefault(require("./Outlook"));
@@ -342,6 +394,8 @@ var _Stripe = _interopRequireDefault(require("./Stripe"));
342
394
 
343
395
  var _StripeTypeface = _interopRequireDefault(require("./StripeTypeface"));
344
396
 
397
+ var _Success = _interopRequireDefault(require("./Success"));
398
+
345
399
  var _Teams = _interopRequireDefault(require("./Teams"));
346
400
 
347
401
  var _Trello = _interopRequireDefault(require("./Trello"));
@@ -358,6 +412,8 @@ var _UpiTypeface = _interopRequireDefault(require("./UpiTypeface"));
358
412
 
359
413
  var _Visa = _interopRequireDefault(require("./Visa"));
360
414
 
415
+ var _Warning = _interopRequireDefault(require("./Warning"));
416
+
361
417
  var _Webhook = _interopRequireDefault(require("./Webhook"));
362
418
 
363
419
  var _Whatsapp = _interopRequireDefault(require("./Whatsapp"));
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../generate/misc/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA","sourcesContent":["import AmericanExpress from \"./AmericanExpress\";\r\nimport Apple from \"./Apple\";\r\nimport Callerdesk from \"./Callerdesk\";\r\nimport Chrome from \"./Chrome\";\r\nimport Daily from \"./Daily\";\r\nimport Discover from \"./Discover\";\r\nimport Edge from \"./Edge\";\r\nimport FacebookPixel from \"./FacebookPixel\";\r\nimport Firefox from \"./Firefox\";\r\nimport Github from \"./Github\";\r\nimport Google from \"./Google\";\r\nimport GoogleAnalytics from \"./GoogleAnalytics\";\r\nimport GoogleCalendar from \"./GoogleCalendar\";\r\nimport GoogleMeet from \"./GoogleMeet\";\r\nimport GoogleSheets from \"./GoogleSheets\";\r\nimport Instagram from \"./Instagram\";\r\nimport Jcb from \"./Jcb\";\r\nimport Jitsi from \"./Jitsi\";\r\nimport Linear from \"./Linear\";\r\nimport MailChimp from \"./MailChimp\";\r\nimport Mastercard from \"./Mastercard\";\r\nimport Microsoft from \"./Microsoft\";\r\nimport Outlook from \"./Outlook\";\r\nimport PaypalTypeface from \"./PaypalTypeface\";\r\nimport Razorpay from \"./Razorpay\";\r\nimport RazorpayTypeface from \"./RazorpayTypeface\";\r\nimport Safari from \"./Safari\";\r\nimport Shopify from \"./Shopify\";\r\nimport Slack from \"./Slack\";\r\nimport Stripe from \"./Stripe\";\r\nimport StripeTypeface from \"./StripeTypeface\";\r\nimport Teams from \"./Teams\";\r\nimport Trello from \"./Trello\";\r\nimport Twilio from \"./Twilio\";\r\nimport Ubuntu from \"./Ubuntu\";\r\nimport UnionPay from \"./UnionPay\";\r\nimport Upi from \"./Upi\";\r\nimport UpiTypeface from \"./UpiTypeface\";\r\nimport Visa from \"./Visa\";\r\nimport Webhook from \"./Webhook\";\r\nimport Whatsapp from \"./Whatsapp\";\r\nimport Whereby from \"./Whereby\";\r\nimport Windows from \"./Windows\";\r\nimport Wordpress from \"./Wordpress\";\r\nimport Zapier from \"./Zapier\";\r\nimport Zoom from \"./Zoom\";\r\nexport { \r\n\tAmericanExpress,\r\n\tApple,\r\n\tCallerdesk,\r\n\tChrome,\r\n\tDaily,\r\n\tDiscover,\r\n\tEdge,\r\n\tFacebookPixel,\r\n\tFirefox,\r\n\tGithub,\r\n\tGoogle,\r\n\tGoogleAnalytics,\r\n\tGoogleCalendar,\r\n\tGoogleMeet,\r\n\tGoogleSheets,\r\n\tInstagram,\r\n\tJcb,\r\n\tJitsi,\r\n\tLinear,\r\n\tMailChimp,\r\n\tMastercard,\r\n\tMicrosoft,\r\n\tOutlook,\r\n\tPaypalTypeface,\r\n\tRazorpay,\r\n\tRazorpayTypeface,\r\n\tSafari,\r\n\tShopify,\r\n\tSlack,\r\n\tStripe,\r\n\tStripeTypeface,\r\n\tTeams,\r\n\tTrello,\r\n\tTwilio,\r\n\tUbuntu,\r\n\tUnionPay,\r\n\tUpi,\r\n\tUpiTypeface,\r\n\tVisa,\r\n\tWebhook,\r\n\tWhatsapp,\r\n\tWhereby,\r\n\tWindows,\r\n\tWordpress,\r\n\tZapier,\r\n\tZoom\r\n};"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../generate/misc/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA","sourcesContent":["import AmericanExpress from \"./AmericanExpress\";\r\nimport Apple from \"./Apple\";\r\nimport Callerdesk from \"./Callerdesk\";\r\nimport CashPayment from \"./CashPayment\";\r\nimport Chrome from \"./Chrome\";\r\nimport Daily from \"./Daily\";\r\nimport Danger from \"./Danger\";\r\nimport Discover from \"./Discover\";\r\nimport Edge from \"./Edge\";\r\nimport FacebookPixel from \"./FacebookPixel\";\r\nimport Firefox from \"./Firefox\";\r\nimport Github from \"./Github\";\r\nimport Gmail from \"./Gmail\";\r\nimport Google from \"./Google\";\r\nimport GoogleAnalytics from \"./GoogleAnalytics\";\r\nimport GoogleCalendar from \"./GoogleCalendar\";\r\nimport GoogleMeet from \"./GoogleMeet\";\r\nimport GoogleSheets from \"./GoogleSheets\";\r\nimport Info from \"./Info\";\r\nimport Instagram from \"./Instagram\";\r\nimport Jcb from \"./Jcb\";\r\nimport Jitsi from \"./Jitsi\";\r\nimport Linear from \"./Linear\";\r\nimport MailChimp from \"./MailChimp\";\r\nimport Mastercard from \"./Mastercard\";\r\nimport Megaphone from \"./Megaphone\";\r\nimport Microsoft from \"./Microsoft\";\r\nimport Outlook from \"./Outlook\";\r\nimport PaypalTypeface from \"./PaypalTypeface\";\r\nimport Razorpay from \"./Razorpay\";\r\nimport RazorpayTypeface from \"./RazorpayTypeface\";\r\nimport Safari from \"./Safari\";\r\nimport Shopify from \"./Shopify\";\r\nimport Slack from \"./Slack\";\r\nimport Stripe from \"./Stripe\";\r\nimport StripeTypeface from \"./StripeTypeface\";\r\nimport Success from \"./Success\";\r\nimport Teams from \"./Teams\";\r\nimport Trello from \"./Trello\";\r\nimport Twilio from \"./Twilio\";\r\nimport Ubuntu from \"./Ubuntu\";\r\nimport UnionPay from \"./UnionPay\";\r\nimport Upi from \"./Upi\";\r\nimport UpiTypeface from \"./UpiTypeface\";\r\nimport Visa from \"./Visa\";\r\nimport Warning from \"./Warning\";\r\nimport Webhook from \"./Webhook\";\r\nimport Whatsapp from \"./Whatsapp\";\r\nimport Whereby from \"./Whereby\";\r\nimport Windows from \"./Windows\";\r\nimport Wordpress from \"./Wordpress\";\r\nimport Zapier from \"./Zapier\";\r\nimport Zoom from \"./Zoom\";\r\nexport { \r\n\tAmericanExpress,\r\n\tApple,\r\n\tCallerdesk,\r\n\tCashPayment,\r\n\tChrome,\r\n\tDaily,\r\n\tDanger,\r\n\tDiscover,\r\n\tEdge,\r\n\tFacebookPixel,\r\n\tFirefox,\r\n\tGithub,\r\n\tGmail,\r\n\tGoogle,\r\n\tGoogleAnalytics,\r\n\tGoogleCalendar,\r\n\tGoogleMeet,\r\n\tGoogleSheets,\r\n\tInfo,\r\n\tInstagram,\r\n\tJcb,\r\n\tJitsi,\r\n\tLinear,\r\n\tMailChimp,\r\n\tMastercard,\r\n\tMegaphone,\r\n\tMicrosoft,\r\n\tOutlook,\r\n\tPaypalTypeface,\r\n\tRazorpay,\r\n\tRazorpayTypeface,\r\n\tSafari,\r\n\tShopify,\r\n\tSlack,\r\n\tStripe,\r\n\tStripeTypeface,\r\n\tSuccess,\r\n\tTeams,\r\n\tTrello,\r\n\tTwilio,\r\n\tUbuntu,\r\n\tUnionPay,\r\n\tUpi,\r\n\tUpiTypeface,\r\n\tVisa,\r\n\tWarning,\r\n\tWebhook,\r\n\tWhatsapp,\r\n\tWhereby,\r\n\tWindows,\r\n\tWordpress,\r\n\tZapier,\r\n\tZoom\r\n};"],"file":"index.js"}
@@ -0,0 +1,44 @@
1
+ var _excluded = ["size", "height", "width"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var CashPayment = function CashPayment(_ref) {
12
+ var _ref$size = _ref.size,
13
+ size = _ref$size === void 0 ? 24 : _ref$size,
14
+ height = _ref.height,
15
+ width = _ref.width,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ height = height || size;
19
+ width = width || size;
20
+ return /*#__PURE__*/React.createElement("svg", _extends({
21
+ width: width,
22
+ height: height,
23
+ fill: "none",
24
+ viewBox: "0 0 131 24"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ stroke: "#107154",
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: 2.222,
30
+ d: "M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ stroke: "#107154",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: 2.222,
36
+ d: "M2 7.555a2.222 2.222 0 0 1 2.222-2.222h15.556A2.222 2.222 0 0 1 22 7.555v8.89a2.222 2.222 0 0 1-2.222 2.222H4.222A2.222 2.222 0 0 1 2 16.444V7.555ZM18.667 12h.01M5.333 12h.011"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ fill: "#000",
39
+ d: "M34.219 17.812c-1.077 0-2.007-.234-2.79-.703a4.713 4.713 0 0 1-1.801-1.966C29.209 14.3 29 13.32 29 12.204c0-1.116.21-2.096.628-2.938A4.714 4.714 0 0 1 31.43 7.3c.782-.469 1.712-.703 2.789-.703 1.236 0 2.273.306 3.11.92.842.613 1.435 1.443 1.78 2.49l-2.05.568c-.198-.653-.535-1.16-1.008-1.518-.474-.364-1.085-.546-1.832-.546-.683 0-1.254.152-1.712.456-.454.304-.795.733-1.025 1.286-.229.553-.344 1.204-.344 1.951 0 .748.115 1.399.344 1.952.23.553.571.982 1.025 1.286.458.304 1.029.456 1.712.456.747 0 1.358-.182 1.831-.546.474-.364.81-.87 1.01-1.518l2.048.569c-.343 1.046-.937 1.876-1.779 2.49-.837.612-1.874.919-3.11.919ZM42.699 17.812c-.578 0-1.07-.11-1.473-.33a2.339 2.339 0 0 1-.912-.889 2.529 2.529 0 0 1-.307-1.233c0-.374.057-.716.172-1.025.115-.309.3-.58.553-.815.26-.239.606-.438 1.04-.598.299-.11.655-.207 1.069-.291.413-.085.882-.165 1.405-.24l1.727-.261-.732.403c0-.478-.115-.83-.344-1.054-.23-.224-.613-.336-1.152-.336-.299 0-.61.072-.934.217-.324.144-.551.4-.68.77l-1.84-.584a3.12 3.12 0 0 1 1.152-1.63c.563-.418 1.33-.627 2.302-.627.713 0 1.346.11 1.9.328.553.22.971.599 1.255 1.137.16.299.255.598.285.897.03.3.044.633.044 1.002v4.935H45.45v-1.66l.254.344c-.394.543-.82.937-1.278 1.181-.454.24-1.03.359-1.727.359Zm.433-1.6c.374 0 .688-.065.942-.195.26-.134.464-.286.613-.456.155-.169.26-.311.315-.426.104-.219.164-.473.179-.762.02-.294.03-.539.03-.733l.598.15c-.603.1-1.092.184-1.465.254-.374.064-.676.124-.905.18-.23.054-.431.114-.606.179-.2.08-.361.166-.486.261-.12.09-.21.19-.269.3a.808.808 0 0 0-.082.366c0 .184.045.344.134.478a.9.9 0 0 0 .397.3c.17.069.371.104.605.104ZM52.03 17.812c-1.017 0-1.84-.23-2.468-.688-.623-.463-1.002-1.116-1.136-1.959l2.078-.314c.085.379.272.675.561.89.294.214.666.321 1.114.321.369 0 .653-.07.852-.209.2-.144.3-.344.3-.598 0-.16-.04-.287-.12-.381-.08-.1-.26-.197-.538-.292-.275-.095-.703-.22-1.286-.374-.658-.17-1.184-.359-1.578-.568-.394-.21-.678-.459-.852-.748-.175-.294-.262-.648-.262-1.061 0-.519.132-.967.396-1.346.264-.384.636-.678 1.114-.882.484-.21 1.052-.314 1.705-.314.633 0 1.194.097 1.682.291.489.194.883.471 1.182.83.304.359.49.783.56 1.271l-2.078.374a1.01 1.01 0 0 0-.389-.71c-.224-.175-.528-.277-.912-.307-.374-.025-.675.025-.905.15-.224.124-.336.304-.336.538 0 .14.047.257.142.351.1.095.301.192.605.292.31.1.778.23 1.406.389.613.16 1.104.346 1.473.56.374.21.645.464.815.763.17.294.254.65.254 1.07 0 .827-.299 1.477-.897 1.95-.598.474-1.426.71-2.482.71ZM62.256 17.588v-3.814c0-.184-.01-.418-.03-.702a3.18 3.18 0 0 0-.187-.868 1.635 1.635 0 0 0-.516-.725c-.234-.194-.568-.291-1.002-.291-.174 0-.361.027-.56.082-.2.055-.387.162-.561.321-.175.155-.32.384-.434.688-.11.304-.164.708-.164 1.211l-1.167-.553c0-.638.13-1.236.389-1.794.26-.559.648-1.01 1.166-1.354.524-.343 1.182-.515 1.974-.515.633 0 1.15.107 1.548.321.399.214.708.486.927.815.224.329.384.673.479 1.032.094.354.152.678.172.972.02.294.03.508.03.643v4.53h-2.064Zm-5.518 0V6.82h1.81v5.533h.254v5.234h-2.064ZM68.655 17.588V6.82H73.2c.104 0 .244.005.418.015.18.005.34.02.479.045.643.1 1.169.312 1.578.636.413.324.717.732.912 1.226.194.488.291 1.034.291 1.637s-.1 1.151-.299 1.645a2.87 2.87 0 0 1-.912 1.219c-.409.324-.932.536-1.57.635a8.12 8.12 0 0 1-.897.06h-2.512v3.649h-2.034Zm2.034-5.548h2.422c.105 0 .22-.005.344-.015.125-.01.24-.03.344-.06.274-.075.486-.2.635-.374.15-.18.252-.376.307-.59.06-.22.09-.426.09-.62 0-.195-.03-.4-.09-.614a1.43 1.43 0 0 0-.307-.59c-.15-.18-.361-.307-.635-.382-.105-.03-.22-.05-.344-.06a4.336 4.336 0 0 0-.344-.015h-2.422v3.32ZM80.164 17.812c-.579 0-1.07-.11-1.473-.33a2.339 2.339 0 0 1-.912-.889 2.529 2.529 0 0 1-.307-1.233c0-.374.057-.716.172-1.025.115-.309.3-.58.553-.815.26-.239.606-.438 1.04-.598.299-.11.655-.207 1.069-.291.413-.085.882-.165 1.405-.24l1.728-.261-.733.403c0-.478-.115-.83-.344-1.054-.23-.224-.613-.336-1.151-.336-.3 0-.611.072-.935.217-.324.144-.55.4-.68.77l-1.84-.584a3.12 3.12 0 0 1 1.152-1.63c.563-.418 1.33-.627 2.302-.627.713 0 1.346.11 1.9.328.553.22.972.599 1.256 1.137.16.299.254.598.284.897.03.3.045.633.045 1.002v4.935h-1.78v-1.66l.254.344c-.393.543-.82.937-1.278 1.181-.454.24-1.03.359-1.727.359Zm.433-1.6c.374 0 .688-.065.942-.195a2.09 2.09 0 0 0 .614-.456c.154-.169.259-.311.313-.426.105-.219.165-.473.18-.762.02-.294.03-.539.03-.733l.598.15c-.603.1-1.092.184-1.465.254-.374.064-.676.124-.905.18-.23.054-.431.114-.606.179-.2.08-.361.166-.486.261-.12.09-.209.19-.269.3a.807.807 0 0 0-.082.366c0 .184.045.344.135.478a.9.9 0 0 0 .396.3c.17.069.371.104.605.104ZM86.919 21.176l1.555-4.276.03 1.256-3.514-8.643h2.108l2.363 6.116h-.479l2.348-6.116h2.034l-4.561 11.663h-1.884ZM103.836 17.588v-4.77c0-.534-.128-.947-.382-1.242-.249-.299-.595-.448-1.039-.448-.284 0-.531.067-.74.202-.21.13-.374.314-.494.553a1.841 1.841 0 0 0-.172.815l-.852-.568c0-.554.13-1.042.389-1.466a2.743 2.743 0 0 1 1.054-.987c.444-.239.935-.359 1.473-.359.922 0 1.617.275 2.086.823.473.543.71 1.256.71 2.138v5.309h-2.033Zm-9.735 0V9.513h1.794v2.677h.255v5.398H94.1Zm4.875 0v-4.77c0-.534-.127-.947-.382-1.242-.249-.299-.595-.448-1.039-.448-.424 0-.765.147-1.024.44-.254.29-.382.666-.382 1.13l-.852-.598c0-.529.132-1.002.397-1.42.264-.42.617-.751 1.061-.995.449-.244.95-.367 1.503-.367.633 0 1.151.135 1.555.404.409.27.71.628.905 1.077.194.448.291.942.291 1.48v5.309h-2.033ZM111.122 17.812c-.828 0-1.558-.177-2.191-.53a3.919 3.919 0 0 1-1.48-1.474c-.354-.628-.531-1.346-.531-2.153 0-.882.174-1.65.523-2.303a3.784 3.784 0 0 1 1.443-1.518c.613-.364 1.318-.545 2.116-.545.847 0 1.568.199 2.161.598.593.398 1.031.96 1.316 1.682.284.723.383 1.572.299 2.55h-2.012v-.748c0-.823-.132-1.413-.396-1.772-.259-.364-.685-.546-1.278-.546-.693 0-1.204.212-1.533.635-.324.42-.486 1.04-.486 1.862 0 .753.162 1.336.486 1.75.329.409.81.613 1.443.613.399 0 .74-.087 1.024-.262.284-.174.501-.426.651-.755l2.033.583a3.57 3.57 0 0 1-1.443 1.72 3.964 3.964 0 0 1-2.145.613Zm-2.677-3.694v-1.51h5.353v1.51h-5.353ZM121.451 17.588v-3.814c0-.184-.01-.418-.03-.702a3.21 3.21 0 0 0-.187-.868 1.64 1.64 0 0 0-.516-.725c-.234-.194-.568-.291-1.002-.291a2.13 2.13 0 0 0-.561.082 1.375 1.375 0 0 0-.561.321c-.174.155-.319.384-.433.688-.11.304-.165.708-.165 1.211l-1.166-.553c0-.638.13-1.236.389-1.794a3.228 3.228 0 0 1 1.166-1.354c.523-.343 1.181-.515 1.974-.515.633 0 1.149.107 1.548.321.398.214.707.486.927.815.224.329.384.673.478 1.032.095.354.152.678.172.972.02.294.03.508.03.643v4.53h-2.063Zm-5.518 0V9.513h1.809v2.677h.254v5.398h-2.063ZM130 17.588a7.744 7.744 0 0 1-1.645.134 3.934 3.934 0 0 1-1.435-.276 1.938 1.938 0 0 1-.957-.86 2.468 2.468 0 0 1-.314-1.122 50.44 50.44 0 0 1-.015-1.3V7.27h2.033v6.774c0 .314.003.598.008.852.01.25.062.449.157.598.179.284.466.439.86.464.393.025.829.005 1.308-.06v1.69Zm-5.742-6.505v-1.57H130v1.57h-5.742Z"
40
+ }));
41
+ };
42
+
43
+ export default CashPayment;
44
+ //# sourceMappingURL=CashPayment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/misc/CashPayment.js"],"names":["React","CashPayment","size","height","width","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,WAAW,GAAG,SAAdA,WAAc,OAA4C;AAAA,uBAAzCC,IAAyC;AAAA,MAAzCA,IAAyC,0BAAlC,EAAkC;AAAA,MAA9BC,MAA8B,QAA9BA,MAA8B;AAAA,MAAtBC,KAAsB,QAAtBA,KAAsB;AAAA,MAAZC,KAAY;;AAC9DF,EAAAA,MAAM,GAAGA,MAAM,IAAID,IAAnB;AACAE,EAAAA,KAAK,GAAGA,KAAK,IAAIF,IAAjB;AACA,sBACE;AACE,IAAA,KAAK,EAAEE,KADT;AAEE,IAAA,MAAM,EAAED,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKME,KALN,gBAOE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,aAAa,EAAC,OAFhB;AAGE,IAAA,cAAc,EAAC,OAHjB;AAIE,IAAA,WAAW,EAAE,KAJf;AAKE,IAAA,CAAC,EAAC;AALJ,IAPF,eAcE;AACE,IAAA,MAAM,EAAC,SADT;AAEE,IAAA,aAAa,EAAC,OAFhB;AAGE,IAAA,cAAc,EAAC,OAHjB;AAIE,IAAA,WAAW,EAAE,KAJf;AAKE,IAAA,CAAC,EAAC;AALJ,IAdF,eAqBE;AACE,IAAA,IAAI,EAAC,MADP;AAEE,IAAA,CAAC,EAAC;AAFJ,IArBF,CADF;AA4BD,CA/BD;;AAgCA,eAAeJ,WAAf","sourcesContent":["import React from \"react\";\nconst CashPayment = ({ size = 24, height, width, ...props }) => {\n height = height || size;\n width = width || size;\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 131 24\"\n {...props}\n >\n <path\n stroke=\"#107154\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={2.222}\n d=\"M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z\"\n />\n <path\n stroke=\"#107154\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={2.222}\n d=\"M2 7.555a2.222 2.222 0 0 1 2.222-2.222h15.556A2.222 2.222 0 0 1 22 7.555v8.89a2.222 2.222 0 0 1-2.222 2.222H4.222A2.222 2.222 0 0 1 2 16.444V7.555ZM18.667 12h.01M5.333 12h.011\"\n />\n <path\n fill=\"#000\"\n d=\"M34.219 17.812c-1.077 0-2.007-.234-2.79-.703a4.713 4.713 0 0 1-1.801-1.966C29.209 14.3 29 13.32 29 12.204c0-1.116.21-2.096.628-2.938A4.714 4.714 0 0 1 31.43 7.3c.782-.469 1.712-.703 2.789-.703 1.236 0 2.273.306 3.11.92.842.613 1.435 1.443 1.78 2.49l-2.05.568c-.198-.653-.535-1.16-1.008-1.518-.474-.364-1.085-.546-1.832-.546-.683 0-1.254.152-1.712.456-.454.304-.795.733-1.025 1.286-.229.553-.344 1.204-.344 1.951 0 .748.115 1.399.344 1.952.23.553.571.982 1.025 1.286.458.304 1.029.456 1.712.456.747 0 1.358-.182 1.831-.546.474-.364.81-.87 1.01-1.518l2.048.569c-.343 1.046-.937 1.876-1.779 2.49-.837.612-1.874.919-3.11.919ZM42.699 17.812c-.578 0-1.07-.11-1.473-.33a2.339 2.339 0 0 1-.912-.889 2.529 2.529 0 0 1-.307-1.233c0-.374.057-.716.172-1.025.115-.309.3-.58.553-.815.26-.239.606-.438 1.04-.598.299-.11.655-.207 1.069-.291.413-.085.882-.165 1.405-.24l1.727-.261-.732.403c0-.478-.115-.83-.344-1.054-.23-.224-.613-.336-1.152-.336-.299 0-.61.072-.934.217-.324.144-.551.4-.68.77l-1.84-.584a3.12 3.12 0 0 1 1.152-1.63c.563-.418 1.33-.627 2.302-.627.713 0 1.346.11 1.9.328.553.22.971.599 1.255 1.137.16.299.255.598.285.897.03.3.044.633.044 1.002v4.935H45.45v-1.66l.254.344c-.394.543-.82.937-1.278 1.181-.454.24-1.03.359-1.727.359Zm.433-1.6c.374 0 .688-.065.942-.195.26-.134.464-.286.613-.456.155-.169.26-.311.315-.426.104-.219.164-.473.179-.762.02-.294.03-.539.03-.733l.598.15c-.603.1-1.092.184-1.465.254-.374.064-.676.124-.905.18-.23.054-.431.114-.606.179-.2.08-.361.166-.486.261-.12.09-.21.19-.269.3a.808.808 0 0 0-.082.366c0 .184.045.344.134.478a.9.9 0 0 0 .397.3c.17.069.371.104.605.104ZM52.03 17.812c-1.017 0-1.84-.23-2.468-.688-.623-.463-1.002-1.116-1.136-1.959l2.078-.314c.085.379.272.675.561.89.294.214.666.321 1.114.321.369 0 .653-.07.852-.209.2-.144.3-.344.3-.598 0-.16-.04-.287-.12-.381-.08-.1-.26-.197-.538-.292-.275-.095-.703-.22-1.286-.374-.658-.17-1.184-.359-1.578-.568-.394-.21-.678-.459-.852-.748-.175-.294-.262-.648-.262-1.061 0-.519.132-.967.396-1.346.264-.384.636-.678 1.114-.882.484-.21 1.052-.314 1.705-.314.633 0 1.194.097 1.682.291.489.194.883.471 1.182.83.304.359.49.783.56 1.271l-2.078.374a1.01 1.01 0 0 0-.389-.71c-.224-.175-.528-.277-.912-.307-.374-.025-.675.025-.905.15-.224.124-.336.304-.336.538 0 .14.047.257.142.351.1.095.301.192.605.292.31.1.778.23 1.406.389.613.16 1.104.346 1.473.56.374.21.645.464.815.763.17.294.254.65.254 1.07 0 .827-.299 1.477-.897 1.95-.598.474-1.426.71-2.482.71ZM62.256 17.588v-3.814c0-.184-.01-.418-.03-.702a3.18 3.18 0 0 0-.187-.868 1.635 1.635 0 0 0-.516-.725c-.234-.194-.568-.291-1.002-.291-.174 0-.361.027-.56.082-.2.055-.387.162-.561.321-.175.155-.32.384-.434.688-.11.304-.164.708-.164 1.211l-1.167-.553c0-.638.13-1.236.389-1.794.26-.559.648-1.01 1.166-1.354.524-.343 1.182-.515 1.974-.515.633 0 1.15.107 1.548.321.399.214.708.486.927.815.224.329.384.673.479 1.032.094.354.152.678.172.972.02.294.03.508.03.643v4.53h-2.064Zm-5.518 0V6.82h1.81v5.533h.254v5.234h-2.064ZM68.655 17.588V6.82H73.2c.104 0 .244.005.418.015.18.005.34.02.479.045.643.1 1.169.312 1.578.636.413.324.717.732.912 1.226.194.488.291 1.034.291 1.637s-.1 1.151-.299 1.645a2.87 2.87 0 0 1-.912 1.219c-.409.324-.932.536-1.57.635a8.12 8.12 0 0 1-.897.06h-2.512v3.649h-2.034Zm2.034-5.548h2.422c.105 0 .22-.005.344-.015.125-.01.24-.03.344-.06.274-.075.486-.2.635-.374.15-.18.252-.376.307-.59.06-.22.09-.426.09-.62 0-.195-.03-.4-.09-.614a1.43 1.43 0 0 0-.307-.59c-.15-.18-.361-.307-.635-.382-.105-.03-.22-.05-.344-.06a4.336 4.336 0 0 0-.344-.015h-2.422v3.32ZM80.164 17.812c-.579 0-1.07-.11-1.473-.33a2.339 2.339 0 0 1-.912-.889 2.529 2.529 0 0 1-.307-1.233c0-.374.057-.716.172-1.025.115-.309.3-.58.553-.815.26-.239.606-.438 1.04-.598.299-.11.655-.207 1.069-.291.413-.085.882-.165 1.405-.24l1.728-.261-.733.403c0-.478-.115-.83-.344-1.054-.23-.224-.613-.336-1.151-.336-.3 0-.611.072-.935.217-.324.144-.55.4-.68.77l-1.84-.584a3.12 3.12 0 0 1 1.152-1.63c.563-.418 1.33-.627 2.302-.627.713 0 1.346.11 1.9.328.553.22.972.599 1.256 1.137.16.299.254.598.284.897.03.3.045.633.045 1.002v4.935h-1.78v-1.66l.254.344c-.393.543-.82.937-1.278 1.181-.454.24-1.03.359-1.727.359Zm.433-1.6c.374 0 .688-.065.942-.195a2.09 2.09 0 0 0 .614-.456c.154-.169.259-.311.313-.426.105-.219.165-.473.18-.762.02-.294.03-.539.03-.733l.598.15c-.603.1-1.092.184-1.465.254-.374.064-.676.124-.905.18-.23.054-.431.114-.606.179-.2.08-.361.166-.486.261-.12.09-.209.19-.269.3a.807.807 0 0 0-.082.366c0 .184.045.344.135.478a.9.9 0 0 0 .396.3c.17.069.371.104.605.104ZM86.919 21.176l1.555-4.276.03 1.256-3.514-8.643h2.108l2.363 6.116h-.479l2.348-6.116h2.034l-4.561 11.663h-1.884ZM103.836 17.588v-4.77c0-.534-.128-.947-.382-1.242-.249-.299-.595-.448-1.039-.448-.284 0-.531.067-.74.202-.21.13-.374.314-.494.553a1.841 1.841 0 0 0-.172.815l-.852-.568c0-.554.13-1.042.389-1.466a2.743 2.743 0 0 1 1.054-.987c.444-.239.935-.359 1.473-.359.922 0 1.617.275 2.086.823.473.543.71 1.256.71 2.138v5.309h-2.033Zm-9.735 0V9.513h1.794v2.677h.255v5.398H94.1Zm4.875 0v-4.77c0-.534-.127-.947-.382-1.242-.249-.299-.595-.448-1.039-.448-.424 0-.765.147-1.024.44-.254.29-.382.666-.382 1.13l-.852-.598c0-.529.132-1.002.397-1.42.264-.42.617-.751 1.061-.995.449-.244.95-.367 1.503-.367.633 0 1.151.135 1.555.404.409.27.71.628.905 1.077.194.448.291.942.291 1.48v5.309h-2.033ZM111.122 17.812c-.828 0-1.558-.177-2.191-.53a3.919 3.919 0 0 1-1.48-1.474c-.354-.628-.531-1.346-.531-2.153 0-.882.174-1.65.523-2.303a3.784 3.784 0 0 1 1.443-1.518c.613-.364 1.318-.545 2.116-.545.847 0 1.568.199 2.161.598.593.398 1.031.96 1.316 1.682.284.723.383 1.572.299 2.55h-2.012v-.748c0-.823-.132-1.413-.396-1.772-.259-.364-.685-.546-1.278-.546-.693 0-1.204.212-1.533.635-.324.42-.486 1.04-.486 1.862 0 .753.162 1.336.486 1.75.329.409.81.613 1.443.613.399 0 .74-.087 1.024-.262.284-.174.501-.426.651-.755l2.033.583a3.57 3.57 0 0 1-1.443 1.72 3.964 3.964 0 0 1-2.145.613Zm-2.677-3.694v-1.51h5.353v1.51h-5.353ZM121.451 17.588v-3.814c0-.184-.01-.418-.03-.702a3.21 3.21 0 0 0-.187-.868 1.64 1.64 0 0 0-.516-.725c-.234-.194-.568-.291-1.002-.291a2.13 2.13 0 0 0-.561.082 1.375 1.375 0 0 0-.561.321c-.174.155-.319.384-.433.688-.11.304-.165.708-.165 1.211l-1.166-.553c0-.638.13-1.236.389-1.794a3.228 3.228 0 0 1 1.166-1.354c.523-.343 1.181-.515 1.974-.515.633 0 1.149.107 1.548.321.398.214.707.486.927.815.224.329.384.673.478 1.032.095.354.152.678.172.972.02.294.03.508.03.643v4.53h-2.063Zm-5.518 0V9.513h1.809v2.677h.254v5.398h-2.063ZM130 17.588a7.744 7.744 0 0 1-1.645.134 3.934 3.934 0 0 1-1.435-.276 1.938 1.938 0 0 1-.957-.86 2.468 2.468 0 0 1-.314-1.122 50.44 50.44 0 0 1-.015-1.3V7.27h2.033v6.774c0 .314.003.598.008.852.01.25.062.449.157.598.179.284.466.439.86.464.393.025.829.005 1.308-.06v1.69Zm-5.742-6.505v-1.57H130v1.57h-5.742Z\"\n />\n </svg>\n );\n};\nexport default CashPayment;\n"],"file":"CashPayment.js"}
@@ -0,0 +1,37 @@
1
+ var _excluded = ["size", "height", "width"];
2
+
3
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6
+
7
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
+
9
+ import React from "react";
10
+
11
+ var Danger = function Danger(_ref) {
12
+ var _ref$size = _ref.size,
13
+ size = _ref$size === void 0 ? 24 : _ref$size,
14
+ height = _ref.height,
15
+ width = _ref.width,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+
18
+ height = height || size;
19
+ width = width || size;
20
+ return /*#__PURE__*/React.createElement("svg", _extends({
21
+ width: width,
22
+ height: height,
23
+ fill: "none",
24
+ viewBox: "0 0 48 48"
25
+ }, props), /*#__PURE__*/React.createElement("circle", {
26
+ cx: 24,
27
+ cy: 24,
28
+ r: 20,
29
+ fill: "#FF5743"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fill: "#fff",
32
+ d: "M14 21h20v6H14z"
33
+ }));
34
+ };
35
+
36
+ export default Danger;
37
+ //# sourceMappingURL=Danger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/misc/Danger.js"],"names":["React","Danger","size","height","width","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAA4C;AAAA,uBAAzCC,IAAyC;AAAA,MAAzCA,IAAyC,0BAAlC,EAAkC;AAAA,MAA9BC,MAA8B,QAA9BA,MAA8B;AAAA,MAAtBC,KAAsB,QAAtBA,KAAsB;AAAA,MAAZC,KAAY;;AACzDF,EAAAA,MAAM,GAAGA,MAAM,IAAID,IAAnB;AACAE,EAAAA,KAAK,GAAGA,KAAK,IAAIF,IAAjB;AACA,sBACE;AACE,IAAA,KAAK,EAAEE,KADT;AAEE,IAAA,MAAM,EAAED,MAFV;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,OAAO,EAAC;AAJV,KAKME,KALN,gBAOE;AAAQ,IAAA,EAAE,EAAE,EAAZ;AAAgB,IAAA,EAAE,EAAE,EAApB;AAAwB,IAAA,CAAC,EAAE,EAA3B;AAA+B,IAAA,IAAI,EAAC;AAApC,IAPF,eAQE;AAAM,IAAA,IAAI,EAAC,MAAX;AAAkB,IAAA,CAAC,EAAC;AAApB,IARF,CADF;AAYD,CAfD;;AAgBA,eAAeJ,MAAf","sourcesContent":["import React from \"react\";\nconst Danger = ({ size = 24, height, width, ...props }) => {\n height = height || size;\n width = width || size;\n return (\n <svg\n width={width}\n height={height}\n fill=\"none\"\n viewBox=\"0 0 48 48\"\n {...props}\n >\n <circle cx={24} cy={24} r={20} fill=\"#FF5743\" />\n <path fill=\"#fff\" d=\"M14 21h20v6H14z\" />\n </svg>\n );\n};\nexport default Danger;\n"],"file":"Danger.js"}