@bigbinary/neeto-icons 1.20.23 → 1.20.24

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 (82) hide show
  1. package/dist/cjs/icons/ApiTemplates.js +76 -0
  2. package/dist/cjs/icons/ApiTemplates.js.map +1 -0
  3. package/dist/cjs/icons/Configure.js +125 -0
  4. package/dist/cjs/icons/Configure.js.map +1 -0
  5. package/dist/cjs/icons/Dependent.js +71 -0
  6. package/dist/cjs/icons/Dependent.js.map +1 -0
  7. package/dist/cjs/icons/EditSchedule.js +83 -0
  8. package/dist/cjs/icons/EditSchedule.js.map +1 -0
  9. package/dist/cjs/icons/EmailNotification.js +71 -0
  10. package/dist/cjs/icons/EmailNotification.js.map +1 -0
  11. package/dist/cjs/icons/FlowChart.js +84 -0
  12. package/dist/cjs/icons/FlowChart.js.map +1 -0
  13. package/dist/cjs/icons/FormClosed.js +55 -0
  14. package/dist/cjs/icons/FormClosed.js.map +1 -0
  15. package/dist/cjs/icons/Inactive.js +77 -0
  16. package/dist/cjs/icons/Inactive.js.map +1 -0
  17. package/dist/cjs/icons/InvalidUrl.js +71 -0
  18. package/dist/cjs/icons/InvalidUrl.js.map +1 -0
  19. package/dist/cjs/icons/ManageCalendar.js +83 -0
  20. package/dist/cjs/icons/ManageCalendar.js.map +1 -0
  21. package/dist/cjs/icons/PreventDuplicate.js +75 -0
  22. package/dist/cjs/icons/PreventDuplicate.js.map +1 -0
  23. package/dist/cjs/icons/RecurringInvoice.js +69 -0
  24. package/dist/cjs/icons/RecurringInvoice.js.map +1 -0
  25. package/dist/cjs/icons/RecurringMeeting.js +88 -0
  26. package/dist/cjs/icons/RecurringMeeting.js.map +1 -0
  27. package/dist/cjs/icons/Setup.js +83 -0
  28. package/dist/cjs/icons/Setup.js.map +1 -0
  29. package/dist/cjs/icons/TaskTags.js +87 -0
  30. package/dist/cjs/icons/TaskTags.js.map +1 -0
  31. package/dist/cjs/icons/Tax.js +63 -0
  32. package/dist/cjs/icons/Tax.js.map +1 -0
  33. package/dist/cjs/icons/TaxDetails.js +81 -0
  34. package/dist/cjs/icons/TaxDetails.js.map +1 -0
  35. package/dist/cjs/icons/ThankYouPage.js +82 -0
  36. package/dist/cjs/icons/ThankYouPage.js.map +1 -0
  37. package/dist/cjs/icons/Web.js +101 -0
  38. package/dist/cjs/icons/Web.js.map +1 -0
  39. package/dist/cjs/icons/index.js +152 -0
  40. package/dist/cjs/icons/index.js.map +1 -1
  41. package/dist/icons/ApiTemplates.js +66 -0
  42. package/dist/icons/ApiTemplates.js.map +1 -0
  43. package/dist/icons/Configure.js +115 -0
  44. package/dist/icons/Configure.js.map +1 -0
  45. package/dist/icons/Dependent.js +61 -0
  46. package/dist/icons/Dependent.js.map +1 -0
  47. package/dist/icons/EditSchedule.js +73 -0
  48. package/dist/icons/EditSchedule.js.map +1 -0
  49. package/dist/icons/EmailNotification.js +61 -0
  50. package/dist/icons/EmailNotification.js.map +1 -0
  51. package/dist/icons/FlowChart.js +74 -0
  52. package/dist/icons/FlowChart.js.map +1 -0
  53. package/dist/icons/FormClosed.js +45 -0
  54. package/dist/icons/FormClosed.js.map +1 -0
  55. package/dist/icons/Inactive.js +67 -0
  56. package/dist/icons/Inactive.js.map +1 -0
  57. package/dist/icons/InvalidUrl.js +61 -0
  58. package/dist/icons/InvalidUrl.js.map +1 -0
  59. package/dist/icons/ManageCalendar.js +73 -0
  60. package/dist/icons/ManageCalendar.js.map +1 -0
  61. package/dist/icons/PreventDuplicate.js +65 -0
  62. package/dist/icons/PreventDuplicate.js.map +1 -0
  63. package/dist/icons/RecurringInvoice.js +59 -0
  64. package/dist/icons/RecurringInvoice.js.map +1 -0
  65. package/dist/icons/RecurringMeeting.js +78 -0
  66. package/dist/icons/RecurringMeeting.js.map +1 -0
  67. package/dist/icons/Setup.js +73 -0
  68. package/dist/icons/Setup.js.map +1 -0
  69. package/dist/icons/TaskTags.js +77 -0
  70. package/dist/icons/TaskTags.js.map +1 -0
  71. package/dist/icons/Tax.js +53 -0
  72. package/dist/icons/Tax.js.map +1 -0
  73. package/dist/icons/TaxDetails.js +71 -0
  74. package/dist/icons/TaxDetails.js.map +1 -0
  75. package/dist/icons/ThankYouPage.js +72 -0
  76. package/dist/icons/ThankYouPage.js.map +1 -0
  77. package/dist/icons/Web.js +91 -0
  78. package/dist/icons/Web.js.map +1 -0
  79. package/dist/icons/index.js +20 -1
  80. package/dist/icons/index.js.map +1 -1
  81. package/icons.d.ts +19 -0
  82. package/package.json +1 -1
@@ -0,0 +1,53 @@
1
+ var _excluded = ["size", "color", "strokeWidth"];
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 Tax = function Tax(_ref) {
12
+ var _ref$size = _ref.size,
13
+ size = _ref$size === void 0 ? 24 : _ref$size,
14
+ _ref$color = _ref.color,
15
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
16
+ _ref$strokeWidth = _ref.strokeWidth,
17
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
18
+ props = _objectWithoutProperties(_ref, _excluded);
19
+
20
+ return /*#__PURE__*/React.createElement("svg", _extends({
21
+ width: size,
22
+ height: size,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ d: "M20 3H4C3.44772 3 3 3.44772 3 4V17.323C3 17.607 3.12074 17.8776 3.33209 18.0673L5.84277 20.3204C6.25884 20.6938 6.90022 20.6536 7.26636 20.2311L8.38224 18.9436C8.7291 18.5433 9.32785 18.483 9.74764 18.8059L11.9079 20.4676C12.3044 20.7726 12.8652 20.7377 13.2208 20.386L14.6968 18.9262C15.0864 18.5409 15.7136 18.5409 16.1032 18.9262L17.4406 20.249C17.8517 20.6555 18.5208 20.6298 18.8995 20.1929L20.7557 18.0511C20.9133 17.8693 21 17.6368 21 17.3962V4C21 3.44772 20.5523 3 20 3Z",
27
+ stroke: color,
28
+ strokeWidth: strokeWidth,
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M9 14L15 8",
33
+ stroke: color,
34
+ strokeWidth: strokeWidth,
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M9.5 9C9.77614 9 10 8.77614 10 8.5C10 8.22386 9.77614 8 9.5 8C9.22386 8 9 8.22386 9 8.5C9 8.77614 9.22386 9 9.5 9Z",
39
+ stroke: color,
40
+ strokeWidth: strokeWidth,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M14.5 14C14.7761 14 15 13.7761 15 13.5C15 13.2239 14.7761 13 14.5 13C14.2239 13 14 13.2239 14 13.5C14 13.7761 14.2239 14 14.5 14Z",
45
+ stroke: color,
46
+ strokeWidth: strokeWidth,
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round"
49
+ }));
50
+ };
51
+
52
+ export default Tax;
53
+ //# sourceMappingURL=Tax.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/icons/Tax.js"],"names":["React","Tax","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,GAAG,GAAG,SAANA,GAAM,OAKN;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AACE,IAAA,CAAC,EAAC,geADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,YADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,oHADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,mIADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,CADF;AAgCD,CAtCD;;AAuCA,eAAeH,GAAf","sourcesContent":["import React from \"react\";\nconst Tax = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n d=\"M20 3H4C3.44772 3 3 3.44772 3 4V17.323C3 17.607 3.12074 17.8776 3.33209 18.0673L5.84277 20.3204C6.25884 20.6938 6.90022 20.6536 7.26636 20.2311L8.38224 18.9436C8.7291 18.5433 9.32785 18.483 9.74764 18.8059L11.9079 20.4676C12.3044 20.7726 12.8652 20.7377 13.2208 20.386L14.6968 18.9262C15.0864 18.5409 15.7136 18.5409 16.1032 18.9262L17.4406 20.249C17.8517 20.6555 18.5208 20.6298 18.8995 20.1929L20.7557 18.0511C20.9133 17.8693 21 17.6368 21 17.3962V4C21 3.44772 20.5523 3 20 3Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 14L15 8\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9.5 9C9.77614 9 10 8.77614 10 8.5C10 8.22386 9.77614 8 9.5 8C9.22386 8 9 8.22386 9 8.5C9 8.77614 9.22386 9 9.5 9Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5 14C14.7761 14 15 13.7761 15 13.5C15 13.2239 14.7761 13 14.5 13C14.2239 13 14 13.2239 14 13.5C14 13.7761 14.2239 14 14.5 14Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\nexport default Tax;\n"],"file":"Tax.js"}
@@ -0,0 +1,71 @@
1
+ var _excluded = ["size", "color", "strokeWidth"];
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 TaxDetails = function TaxDetails(_ref) {
12
+ var _ref$size = _ref.size,
13
+ size = _ref$size === void 0 ? 24 : _ref$size,
14
+ _ref$color = _ref.color,
15
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
16
+ _ref$strokeWidth = _ref.strokeWidth,
17
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
18
+ props = _objectWithoutProperties(_ref, _excluded);
19
+
20
+ return /*#__PURE__*/React.createElement("svg", _extends({
21
+ width: size,
22
+ height: size,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ d: "M9 7H2.83333C2.3731 7 2 7.3731 2 7.83333V18.9358C2 19.1725 2.10062 19.398 2.27674 19.5561L4.36897 21.4337C4.7157 21.7449 5.25018 21.7113 5.5553 21.3593L6.4852 20.2863C6.77425 19.9528 7.27321 19.9025 7.62303 20.1716L9.42326 21.5564C9.75365 21.8105 10.221 21.7814 10.5173 21.4883L11.7473 20.2719C12.072 19.9508 12.5946 19.9508 12.9193 20.2719L14.0338 21.3741C14.3764 21.7129 14.934 21.6915 15.2496 21.3274L16.7964 19.5426C16.9277 19.3911 17 19.1973 17 18.9968V14.9924",
27
+ stroke: color,
28
+ strokeWidth: strokeWidth,
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M11.25 11.75H9.375C9.07663 11.75 8.79048 11.8685 8.57951 12.0795C8.36853 12.2905 8.25 12.5766 8.25 12.875C8.25 13.1734 8.36853 13.4595 8.57951 13.6705C8.79048 13.8815 9.07663 14 9.375 14H10.125C10.4234 14 10.7095 14.1185 10.9205 14.3295C11.1315 14.5405 11.25 14.8266 11.25 15.125C11.25 15.4234 11.1315 15.7095 10.9205 15.9205C10.7095 16.1315 10.4234 16.25 10.125 16.25H8.25",
33
+ stroke: color,
34
+ strokeWidth: strokeWidth,
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M9.75 16.25V17M9.75 11V11.75",
39
+ stroke: color,
40
+ strokeWidth: strokeWidth,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M12 7C12 7.65661 12.1293 8.30679 12.3806 8.91342C12.6319 9.52005 13.0002 10.0712 13.4645 10.5355C13.9288 10.9998 14.48 11.3681 15.0866 11.6194C15.6932 11.8707 16.3434 12 17 12C17.6566 12 18.3068 11.8707 18.9134 11.6194C19.52 11.3681 20.0712 10.9998 20.5355 10.5355C20.9998 10.0712 21.3681 9.52005 21.6194 8.91342C21.8707 8.30679 22 7.65661 22 7C22 5.67392 21.4732 4.40215 20.5355 3.46447C19.5979 2.52678 18.3261 2 17 2C15.6739 2 14.4021 2.52678 13.4645 3.46447C12.5268 4.40215 12 5.67392 12 7Z",
45
+ stroke: color,
46
+ strokeWidth: strokeWidth,
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M15.3333 8.70839L18.6666 5.37506",
51
+ stroke: color,
52
+ strokeWidth: strokeWidth,
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M15.3333 5.39166V5.39833",
57
+ stroke: color,
58
+ strokeWidth: strokeWidth,
59
+ strokeLinecap: "round",
60
+ strokeLinejoin: "round"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M18.6667 8.73334V8.74",
63
+ stroke: color,
64
+ strokeWidth: strokeWidth,
65
+ strokeLinecap: "round",
66
+ strokeLinejoin: "round"
67
+ }));
68
+ };
69
+
70
+ export default TaxDetails;
71
+ //# sourceMappingURL=TaxDetails.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/icons/TaxDetails.js"],"names":["React","TaxDetails","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,UAAU,GAAG,SAAbA,UAAa,OAKb;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AACE,IAAA,CAAC,EAAC,mdADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,uXADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,8BADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,+eADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,eA6BE;AACE,IAAA,CAAC,EAAC,kCADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA7BF,eAoCE;AACE,IAAA,CAAC,EAAC,0BADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IApCF,eA2CE;AACE,IAAA,CAAC,EAAC,uBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA3CF,CADF;AAqDD,CA3DD;;AA4DA,eAAeH,UAAf","sourcesContent":["import React from \"react\";\nconst TaxDetails = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n d=\"M9 7H2.83333C2.3731 7 2 7.3731 2 7.83333V18.9358C2 19.1725 2.10062 19.398 2.27674 19.5561L4.36897 21.4337C4.7157 21.7449 5.25018 21.7113 5.5553 21.3593L6.4852 20.2863C6.77425 19.9528 7.27321 19.9025 7.62303 20.1716L9.42326 21.5564C9.75365 21.8105 10.221 21.7814 10.5173 21.4883L11.7473 20.2719C12.072 19.9508 12.5946 19.9508 12.9193 20.2719L14.0338 21.3741C14.3764 21.7129 14.934 21.6915 15.2496 21.3274L16.7964 19.5426C16.9277 19.3911 17 19.1973 17 18.9968V14.9924\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.25 11.75H9.375C9.07663 11.75 8.79048 11.8685 8.57951 12.0795C8.36853 12.2905 8.25 12.5766 8.25 12.875C8.25 13.1734 8.36853 13.4595 8.57951 13.6705C8.79048 13.8815 9.07663 14 9.375 14H10.125C10.4234 14 10.7095 14.1185 10.9205 14.3295C11.1315 14.5405 11.25 14.8266 11.25 15.125C11.25 15.4234 11.1315 15.7095 10.9205 15.9205C10.7095 16.1315 10.4234 16.25 10.125 16.25H8.25\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9.75 16.25V17M9.75 11V11.75\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 7C12 7.65661 12.1293 8.30679 12.3806 8.91342C12.6319 9.52005 13.0002 10.0712 13.4645 10.5355C13.9288 10.9998 14.48 11.3681 15.0866 11.6194C15.6932 11.8707 16.3434 12 17 12C17.6566 12 18.3068 11.8707 18.9134 11.6194C19.52 11.3681 20.0712 10.9998 20.5355 10.5355C20.9998 10.0712 21.3681 9.52005 21.6194 8.91342C21.8707 8.30679 22 7.65661 22 7C22 5.67392 21.4732 4.40215 20.5355 3.46447C19.5979 2.52678 18.3261 2 17 2C15.6739 2 14.4021 2.52678 13.4645 3.46447C12.5268 4.40215 12 5.67392 12 7Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15.3333 8.70839L18.6666 5.37506\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15.3333 5.39166V5.39833\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M18.6667 8.73334V8.74\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\nexport default TaxDetails;\n"],"file":"TaxDetails.js"}
@@ -0,0 +1,72 @@
1
+ var _excluded = ["size", "color", "strokeWidth"];
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 ThankYouPage = function ThankYouPage(_ref) {
12
+ var _ref$size = _ref.size,
13
+ size = _ref$size === void 0 ? 24 : _ref$size,
14
+ _ref$color = _ref.color,
15
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
16
+ _ref$strokeWidth = _ref.strokeWidth,
17
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
18
+ props = _objectWithoutProperties(_ref, _excluded);
19
+
20
+ return /*#__PURE__*/React.createElement("svg", _extends({
21
+ width: size,
22
+ height: size,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ }, props), /*#__PURE__*/React.createElement("g", {
26
+ clipPath: "url(#ThankYouPage_js__clip0_7487_150)"
27
+ }, /*#__PURE__*/React.createElement("path", {
28
+ d: "M9.75 17H4.25C3.65326 17 3.08097 16.8156 2.65901 16.4874C2.23705 16.1592 2 15.7141 2 15.25V4.75C2 4.28587 2.23705 3.84075 2.65901 3.51256C3.08097 3.18437 3.65326 3 4.25 3H17.75C18.3467 3 18.919 3.18437 19.341 3.51256C19.7629 3.84075 20 4.28587 20 4.75V10",
29
+ stroke: color,
30
+ strokeWidth: strokeWidth,
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M5 6H5.01",
35
+ stroke: color,
36
+ strokeWidth: strokeWidth,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M7.00999 6H7.01999",
41
+ stroke: color,
42
+ strokeWidth: strokeWidth,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M9.01999 6H9.02999",
47
+ stroke: color,
48
+ strokeWidth: strokeWidth,
49
+ strokeLinecap: "round",
50
+ strokeLinejoin: "round"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M14.3822 15.1689V19.9333C14.3822 20.0912 14.3195 20.2427 14.2078 20.3544C14.0961 20.4661 13.9446 20.5288 13.7867 20.5288H12.5956C12.4376 20.5288 12.2861 20.4661 12.1744 20.3544C12.0627 20.2427 12 20.0912 12 19.9333V15.7644C12 15.6065 12.0627 15.455 12.1744 15.3433C12.2861 15.2316 12.4376 15.1689 12.5956 15.1689H14.3822ZM14.3822 15.1689C15.014 15.1689 15.6199 14.9179 16.0667 14.4711C16.5134 14.0244 16.7644 13.4185 16.7644 12.7867V12.1911C16.7644 11.8752 16.8899 11.5722 17.1133 11.3489C17.3366 11.1255 17.6396 11 17.9555 11C18.2714 11 18.5744 11.1255 18.7977 11.3489C19.0211 11.5722 19.1466 11.8752 19.1466 12.1911V15.1689H20.9333C21.2492 15.1689 21.5521 15.2943 21.7755 15.5177C21.9989 15.7411 22.1244 16.0441 22.1244 16.36L21.5288 19.3377C21.4432 19.7031 21.2807 20.0168 21.0659 20.2316C20.851 20.4464 20.5955 20.5507 20.3377 20.5288H16.1689C15.695 20.5288 15.2406 20.3406 14.9055 20.0055C14.5704 19.6704 14.3822 19.216 14.3822 18.7422",
53
+ stroke: color,
54
+ strokeWidth: strokeWidth,
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M2 8H20",
59
+ stroke: color,
60
+ strokeWidth: strokeWidth,
61
+ strokeLinecap: "round"
62
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
63
+ id: "ThankYouPage_js__clip0_7487_150"
64
+ }, /*#__PURE__*/React.createElement("rect", {
65
+ width: 24,
66
+ height: 24,
67
+ fill: color
68
+ }))));
69
+ };
70
+
71
+ export default ThankYouPage;
72
+ //# sourceMappingURL=ThankYouPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/icons/ThankYouPage.js"],"names":["React","ThankYouPage","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,YAAY,GAAG,SAAfA,YAAe,OAKf;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,gQADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,WADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,oBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,oBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,eA6BE;AACE,IAAA,CAAC,EAAC,86BADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA7BF,eAoCE;AACE,IAAA,CAAC,EAAC,SADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IApCF,CADF,eA4CE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CA5CF,CADF;AAoDD,CA1DD;;AA2DA,eAAeF,YAAf","sourcesContent":["import React from \"react\";\nconst ThankYouPage = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#ThankYouPage_js__clip0_7487_150)\">\n <path\n d=\"M9.75 17H4.25C3.65326 17 3.08097 16.8156 2.65901 16.4874C2.23705 16.1592 2 15.7141 2 15.25V4.75C2 4.28587 2.23705 3.84075 2.65901 3.51256C3.08097 3.18437 3.65326 3 4.25 3H17.75C18.3467 3 18.919 3.18437 19.341 3.51256C19.7629 3.84075 20 4.28587 20 4.75V10\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 6H5.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M7.00999 6H7.01999\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9.01999 6H9.02999\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.3822 15.1689V19.9333C14.3822 20.0912 14.3195 20.2427 14.2078 20.3544C14.0961 20.4661 13.9446 20.5288 13.7867 20.5288H12.5956C12.4376 20.5288 12.2861 20.4661 12.1744 20.3544C12.0627 20.2427 12 20.0912 12 19.9333V15.7644C12 15.6065 12.0627 15.455 12.1744 15.3433C12.2861 15.2316 12.4376 15.1689 12.5956 15.1689H14.3822ZM14.3822 15.1689C15.014 15.1689 15.6199 14.9179 16.0667 14.4711C16.5134 14.0244 16.7644 13.4185 16.7644 12.7867V12.1911C16.7644 11.8752 16.8899 11.5722 17.1133 11.3489C17.3366 11.1255 17.6396 11 17.9555 11C18.2714 11 18.5744 11.1255 18.7977 11.3489C19.0211 11.5722 19.1466 11.8752 19.1466 12.1911V15.1689H20.9333C21.2492 15.1689 21.5521 15.2943 21.7755 15.5177C21.9989 15.7411 22.1244 16.0441 22.1244 16.36L21.5288 19.3377C21.4432 19.7031 21.2807 20.0168 21.0659 20.2316C20.851 20.4464 20.5955 20.5507 20.3377 20.5288H16.1689C15.695 20.5288 15.2406 20.3406 14.9055 20.0055C14.5704 19.6704 14.3822 19.216 14.3822 18.7422\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M2 8H20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"ThankYouPage_js__clip0_7487_150\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default ThankYouPage;\n"],"file":"ThankYouPage.js"}
@@ -0,0 +1,91 @@
1
+ var _excluded = ["size", "color", "strokeWidth"];
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 Web = function Web(_ref) {
12
+ var _ref$size = _ref.size,
13
+ size = _ref$size === void 0 ? 24 : _ref$size,
14
+ _ref$color = _ref.color,
15
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
16
+ _ref$strokeWidth = _ref.strokeWidth,
17
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
18
+ props = _objectWithoutProperties(_ref, _excluded);
19
+
20
+ return /*#__PURE__*/React.createElement("svg", _extends({
21
+ width: size,
22
+ height: size,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ }, props), /*#__PURE__*/React.createElement("g", {
26
+ clipPath: "url(#Web_js__clip0_7495_450)"
27
+ }, /*#__PURE__*/React.createElement("path", {
28
+ d: "M21 13V15C21 15.2652 20.8946 15.5196 20.7071 15.7071C20.5196 15.8946 20.2652 16 20 16H4C3.73478 16 3.48043 15.8946 3.29289 15.7071C3.10536 15.5196 3 15.2652 3 15V5C3 4.73478 3.10536 4.48043 3.29289 4.29289C3.48043 4.10536 3.73478 4 4 4H7",
29
+ stroke: color,
30
+ strokeWidth: strokeWidth,
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M7 20H17",
35
+ stroke: color,
36
+ strokeWidth: strokeWidth,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M9 16V20",
41
+ stroke: color,
42
+ strokeWidth: strokeWidth,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M15 16V20",
47
+ stroke: color,
48
+ strokeWidth: strokeWidth,
49
+ strokeLinecap: "round",
50
+ strokeLinejoin: "round"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M9 7C9 7.78793 9.15519 8.56815 9.45672 9.2961C9.75825 10.0241 10.2002 10.6855 10.7574 11.2426C11.3145 11.7998 11.9759 12.2417 12.7039 12.5433C13.4319 12.8448 14.2121 13 15 13C15.7879 13 16.5681 12.8448 17.2961 12.5433C18.0241 12.2417 18.6855 11.7998 19.2426 11.2426C19.7998 10.6855 20.2417 10.0241 20.5433 9.2961C20.8448 8.56815 21 7.78793 21 7C21 5.4087 20.3679 3.88258 19.2426 2.75736C18.1174 1.63214 16.5913 1 15 1C13.4087 1 11.8826 1.63214 10.7574 2.75736C9.63214 3.88258 9 5.4087 9 7Z",
53
+ stroke: color,
54
+ strokeWidth: strokeWidth,
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M9.4 5H20.6",
59
+ stroke: color,
60
+ strokeWidth: strokeWidth,
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round"
63
+ }), /*#__PURE__*/React.createElement("path", {
64
+ d: "M9.4 9H20.6",
65
+ stroke: color,
66
+ strokeWidth: strokeWidth,
67
+ strokeLinecap: "round",
68
+ strokeLinejoin: "round"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ d: "M14.6667 1C13.5436 2.79974 12.9481 4.87858 12.9481 7C12.9481 9.12142 13.5436 11.2003 14.6667 13",
71
+ stroke: color,
72
+ strokeWidth: strokeWidth,
73
+ strokeLinecap: "round",
74
+ strokeLinejoin: "round"
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ d: "M15.3333 1C16.4564 2.79974 17.0519 4.87858 17.0519 7C17.0519 9.12142 16.4564 11.2003 15.3333 13",
77
+ stroke: color,
78
+ strokeWidth: strokeWidth,
79
+ strokeLinecap: "round",
80
+ strokeLinejoin: "round"
81
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
82
+ id: "Web_js__clip0_7495_450"
83
+ }, /*#__PURE__*/React.createElement("rect", {
84
+ width: 24,
85
+ height: 24,
86
+ fill: color
87
+ }))));
88
+ };
89
+
90
+ export default Web;
91
+ //# sourceMappingURL=Web.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/icons/Web.js"],"names":["React","Web","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,GAAG,GAAG,SAANA,GAAM,OAKN;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,+OADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,WADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,eA6BE;AACE,IAAA,CAAC,EAAC,2eADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA7BF,eAoCE;AACE,IAAA,CAAC,EAAC,aADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IApCF,eA2CE;AACE,IAAA,CAAC,EAAC,aADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA3CF,eAkDE;AACE,IAAA,CAAC,EAAC,iGADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAlDF,eAyDE;AACE,IAAA,CAAC,EAAC,iGADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAzDF,CADF,eAkEE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAlEF,CADF;AA0ED,CAhFD;;AAiFA,eAAeF,GAAf","sourcesContent":["import React from \"react\";\nconst Web = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Web_js__clip0_7495_450)\">\n <path\n d=\"M21 13V15C21 15.2652 20.8946 15.5196 20.7071 15.7071C20.5196 15.8946 20.2652 16 20 16H4C3.73478 16 3.48043 15.8946 3.29289 15.7071C3.10536 15.5196 3 15.2652 3 15V5C3 4.73478 3.10536 4.48043 3.29289 4.29289C3.48043 4.10536 3.73478 4 4 4H7\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M7 20H17\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 16V20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 16V20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 7C9 7.78793 9.15519 8.56815 9.45672 9.2961C9.75825 10.0241 10.2002 10.6855 10.7574 11.2426C11.3145 11.7998 11.9759 12.2417 12.7039 12.5433C13.4319 12.8448 14.2121 13 15 13C15.7879 13 16.5681 12.8448 17.2961 12.5433C18.0241 12.2417 18.6855 11.7998 19.2426 11.2426C19.7998 10.6855 20.2417 10.0241 20.5433 9.2961C20.8448 8.56815 21 7.78793 21 7C21 5.4087 20.3679 3.88258 19.2426 2.75736C18.1174 1.63214 16.5913 1 15 1C13.4087 1 11.8826 1.63214 10.7574 2.75736C9.63214 3.88258 9 5.4087 9 7Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9.4 5H20.6\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9.4 9H20.6\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.6667 1C13.5436 2.79974 12.9481 4.87858 12.9481 7C12.9481 9.12142 13.5436 11.2003 14.6667 13\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15.3333 1C16.4564 2.79974 17.0519 4.87858 17.0519 7C17.0519 9.12142 16.4564 11.2003 15.3333 13\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Web_js__clip0_7495_450\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Web;\n"],"file":"Web.js"}
@@ -6,6 +6,7 @@ import AddRectangle from "./AddRectangle";
6
6
  import Address from "./Address";
7
7
  import Agents from "./Agents";
8
8
  import AgentStatus from "./AgentStatus";
9
+ import ApiTemplates from "./ApiTemplates";
9
10
  import Apple from "./Apple";
10
11
  import Approval from "./Approval";
11
12
  import AppSwitcher from "./AppSwitcher";
@@ -59,6 +60,7 @@ import CompanyInfo from "./CompanyInfo";
59
60
  import CompanyTags from "./CompanyTags";
60
61
  import Computer from "./Computer";
61
62
  import Concat from "./Concat";
63
+ import Configure from "./Configure";
62
64
  import ContactBook from "./ContactBook";
63
65
  import ContactField from "./ContactField";
64
66
  import ContactTags from "./ContactTags";
@@ -77,6 +79,7 @@ import DeleteColumn from "./DeleteColumn";
77
79
  import DeleteRow from "./DeleteRow";
78
80
  import DeleteTable from "./DeleteTable";
79
81
  import Delete from "./Delete";
82
+ import Dependent from "./Dependent";
80
83
  import Design from "./Design";
81
84
  import Divide from "./Divide";
82
85
  import Divider from "./Divider";
@@ -92,7 +95,9 @@ import Drag from "./Drag";
92
95
  import Dropdown from "./Dropdown";
93
96
  import DropdownClosed from "./DropdownClosed";
94
97
  import Edit from "./Edit";
98
+ import EditSchedule from "./EditSchedule";
95
99
  import Email from "./Email";
100
+ import EmailNotification from "./EmailNotification";
96
101
  import EmailsBanned from "./EmailsBanned";
97
102
  import EmailSent from "./EmailSent";
98
103
  import EmailSync from "./EmailSync";
@@ -118,9 +123,11 @@ import FilterAz from "./FilterAz";
118
123
  import Filter from "./Filter";
119
124
  import Flag from "./Flag";
120
125
  import Flash from "./Flash";
126
+ import FlowChart from "./FlowChart";
121
127
  import Focus from "./Focus";
122
128
  import Folder from "./Folder";
123
129
  import Form from "./Form";
130
+ import FormClosed from "./FormClosed";
124
131
  import Forward from "./Forward";
125
132
  import FullScreen from "./FullScreen";
126
133
  import Gif from "./Gif";
@@ -148,6 +155,7 @@ import Html from "./Html";
148
155
  import ImageUpload from "./ImageUpload";
149
156
  import Image from "./Image";
150
157
  import ImportTimesheet from "./ImportTimesheet";
158
+ import Inactive from "./Inactive";
151
159
  import Inbox from "./Inbox";
152
160
  import IndeterminateCircle from "./IndeterminateCircle";
153
161
  import Info from "./Info";
@@ -156,6 +164,7 @@ import Input from "./Input";
156
164
  import InsertColumn from "./InsertColumn";
157
165
  import InsertRow from "./InsertRow";
158
166
  import IntroPages from "./IntroPages";
167
+ import InvalidUrl from "./InvalidUrl";
159
168
  import Invoice from "./Invoice";
160
169
  import InvoiceSettings from "./InvoiceSettings";
161
170
  import IpAddress from "./IpAddress";
@@ -179,6 +188,7 @@ import Lock from "./Lock";
179
188
  import LockMessage from "./LockMessage";
180
189
  import MailUnread from "./MailUnread";
181
190
  import MailSend from "./MailSend";
191
+ import ManageCalendar from "./ManageCalendar";
182
192
  import ManageTemplates from "./ManageTemplates";
183
193
  import MappedField from "./MappedField";
184
194
  import Matrix from "./Matrix";
@@ -237,6 +247,7 @@ import Pipeline from "./Pipeline";
237
247
  import Play from "./Play";
238
248
  import Plus from "./Plus";
239
249
  import Prepend from "./Prepend";
250
+ import PreventDuplicate from "./PreventDuplicate";
240
251
  import Print from "./Print";
241
252
  import Puzzle from "./Puzzle";
242
253
  import QrCode from "./QrCode";
@@ -245,6 +256,8 @@ import Radio from "./Radio";
245
256
  import RadioInactive from "./RadioInactive";
246
257
  import Rating from "./Rating";
247
258
  import RatingFilled from "./RatingFilled";
259
+ import RecurringInvoice from "./RecurringInvoice";
260
+ import RecurringMeeting from "./RecurringMeeting";
248
261
  import Redirect from "./Redirect";
249
262
  import Redirection from "./Redirection";
250
263
  import RedirectUrl from "./RedirectUrl";
@@ -271,6 +284,7 @@ import SendPlane from "./SendPlane";
271
284
  import Seo from "./Seo";
272
285
  import Settings from "./Settings";
273
286
  import SettingsChecked from "./SettingsChecked";
287
+ import Setup from "./Setup";
274
288
  import Shapes from "./Shapes";
275
289
  import Share from "./Share";
276
290
  import SidebarClose from "./SidebarClose";
@@ -295,7 +309,10 @@ import Tabs from "./Tabs";
295
309
  import Tag from "./Tag";
296
310
  import Tags from "./Tags";
297
311
  import TaskOutcome from "./TaskOutcome";
312
+ import TaskTags from "./TaskTags";
298
313
  import TaskType from "./TaskType";
314
+ import Tax from "./Tax";
315
+ import TaxDetails from "./TaxDetails";
299
316
  import Taxonomy from "./Taxonomy";
300
317
  import Templates from "./Templates";
301
318
  import Terms from "./Terms";
@@ -307,6 +324,7 @@ import TextItalic from "./TextItalic";
307
324
  import Text from "./Text";
308
325
  import TextLines from "./TextLines";
309
326
  import TextSize from "./TextSize";
327
+ import ThankYouPage from "./ThankYouPage";
310
328
  import TicketField from "./TicketField";
311
329
  import Tickets from "./Tickets";
312
330
  import TicketSettings from "./TicketSettings";
@@ -352,6 +370,7 @@ import VolumeOutline from "./VolumeOutline";
352
370
  import VolumeOutline0 from "./VolumeOutline0";
353
371
  import WarningFilled from "./WarningFilled";
354
372
  import Warning from "./Warning";
373
+ import Web from "./Web";
355
374
  import Whatsapp from "./Whatsapp";
356
375
  import WidgetModes from "./WidgetModes";
357
376
  import WidgetVisibility from "./WidgetVisibility";
@@ -359,5 +378,5 @@ import Workflows from "./Workflows";
359
378
  import WorkspaceInfo from "./WorkspaceInfo";
360
379
  import YesNo from "./YesNo";
361
380
  import Youtube from "./Youtube";
362
- export { AccessControl, ActivityLog, AddCircle, AddMenu, AddRectangle, Address, Agents, AgentStatus, Apple, Approval, AppSwitcher, Archive, Articles, Assign, Attachment, Bank, Blockquote, BoardView, Book, Bookmark, BookOpen, Braces, Browser, Bug, Building, Bulb, BusinessHour, Calendar, Camera, CannedResponses, Captcha, CategoriesSettings, Category, CenterAlign, Certificate, ChatOffline, Chat, ChatBubble, ChatEmpty, ChatNotification, ChatQuestions, Check, Checkbox, CheckboxInactive, CheckCircle, Checkmark, Chrome, ClearCache, Clock, Close, CloseCircle, ClosedPullRequest, Code, CodeBlock, Collapse, ColorPicker, Column, CompanyInfo, CompanyTags, Computer, Concat, ContactBook, ContactField, ContactTags, Copy, CreditCard, Css3, Cursor, CustomDomain, Customers, CustomField, Customize, CustomSize, Dashboard, Database, DeleteColumn, DeleteRow, DeleteTable, Delete, Design, Divide, Divider, DocumentationSync, Domain, DoubleCheck, DownArrowCircle, Down, DownArrow, Download, Draft, Drag, Dropdown, DropdownClosed, Edit, Email, EmailsBanned, EmailSent, EmailSync, EmailTemplates, EntireScreen, Equals, Error, ExcludedDomains, Expand, ExpandSize, ExpenseCategories, ExternalLink, Eye, Facebook, Favorite, FeatureSettings, Field, FileDownload, File, FileGeneric, FileUpload, FilterAz, Filter, Flag, Flash, Focus, Folder, Form, Forward, FullScreen, Gif, Gift, GitMerge, Globe, Goal, Graph, Group, HamburgerMenu, Hash, HashChecked, HashInSet, Header, Heart, Help, Hide, Highlight, History, Home, HourFormat, HourGlass, Hours, Html, ImageUpload, Image, ImportTimesheet, Inbox, IndeterminateCircle, Info, InfoRound, Input, InsertColumn, InsertRow, IntroPages, Invoice, InvoiceSettings, IpAddress, IpRestriction, Keyboard, Layers, LeftArrowCircle, Left, LeftAlign, LeftArrow, Link, Linkedin, ListDot, ListNumber, List, ListDetails, ListView, Loading, Location, Lock, LockMessage, MailUnread, MailSend, ManageTemplates, MappedField, Matrix, MatrixDots, MatrixDotsClear, MediaVideo, MeetingLimit, MeetingReminder, MenuHorizontal, MenuVertical, MenuLayout, MenuSquare, MergeSplit, Merge, MergedPullRequest, Message, MessageBubble, MessageSquare, Mic, MicOff, Minimize, Minus, Mobile, MobileAndDesktopApps, Moon, MoveToBottom, MoveToTop, Movie, MultipleChoice, NavLinks, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoEngage, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, Notes, Notification, Os, Paragraph, Pause, Phone, PhoneRing, Pipeline, Play, Plus, Prepend, Print, Puzzle, QrCode, Quote, Radio, RadioInactive, Rating, RatingFilled, Redirect, Redirection, RedirectUrl, Redo, Refresh, RemoveCircle, Reorder, Repeat, Reply, Report, Ribbon, RightArrowCircle, Right, RightAlign, RightArrow, Robot, SadFaceGrey, Scale, Score, Search, Security, Send, SendPlane, Seo, Settings, SettingsChecked, Shapes, Share, SidebarClose, SidebarOpen, SlaPolicies, SmileFaceGrey, Smiley, SmsTemplates, Sparkle, SpecificWindow, Split, SplitPayment, StartWeekOn, Status, Subdomain, Suitcase, Sun, Survey, Swap, Tablet, Tabs, Tag, Tags, TaskOutcome, TaskType, Taxonomy, Templates, Terms, TextBold, TextCross, TextH1, TextH2, TextItalic, Text, TextLines, TextSize, TicketField, Tickets, TicketSettings, TicketTags, TimesheetVerifications, TimeTracking, ToggleHeaderRow, Transaction, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, UpArrowCircle, Up, UpArrow, Upload, UserAdd, UserCircle, UserRemove, User, UserInfo, UserNotification, UserRole, UserRoundedRect, UserSettings, UserStar, UserTags, Video, VideoAccessControl, VideoOff, Views, ViewSettings, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, WarningFilled, Warning, Whatsapp, WidgetModes, WidgetVisibility, Workflows, WorkspaceInfo, YesNo, Youtube };
381
+ export { AccessControl, ActivityLog, AddCircle, AddMenu, AddRectangle, Address, Agents, AgentStatus, ApiTemplates, Apple, Approval, AppSwitcher, Archive, Articles, Assign, Attachment, Bank, Blockquote, BoardView, Book, Bookmark, BookOpen, Braces, Browser, Bug, Building, Bulb, BusinessHour, Calendar, Camera, CannedResponses, Captcha, CategoriesSettings, Category, CenterAlign, Certificate, ChatOffline, Chat, ChatBubble, ChatEmpty, ChatNotification, ChatQuestions, Check, Checkbox, CheckboxInactive, CheckCircle, Checkmark, Chrome, ClearCache, Clock, Close, CloseCircle, ClosedPullRequest, Code, CodeBlock, Collapse, ColorPicker, Column, CompanyInfo, CompanyTags, Computer, Concat, Configure, ContactBook, ContactField, ContactTags, Copy, CreditCard, Css3, Cursor, CustomDomain, Customers, CustomField, Customize, CustomSize, Dashboard, Database, DeleteColumn, DeleteRow, DeleteTable, Delete, Dependent, Design, Divide, Divider, DocumentationSync, Domain, DoubleCheck, DownArrowCircle, Down, DownArrow, Download, Draft, Drag, Dropdown, DropdownClosed, Edit, EditSchedule, Email, EmailNotification, EmailsBanned, EmailSent, EmailSync, EmailTemplates, EntireScreen, Equals, Error, ExcludedDomains, Expand, ExpandSize, ExpenseCategories, ExternalLink, Eye, Facebook, Favorite, FeatureSettings, Field, FileDownload, File, FileGeneric, FileUpload, FilterAz, Filter, Flag, Flash, FlowChart, Focus, Folder, Form, FormClosed, Forward, FullScreen, Gif, Gift, GitMerge, Globe, Goal, Graph, Group, HamburgerMenu, Hash, HashChecked, HashInSet, Header, Heart, Help, Hide, Highlight, History, Home, HourFormat, HourGlass, Hours, Html, ImageUpload, Image, ImportTimesheet, Inactive, Inbox, IndeterminateCircle, Info, InfoRound, Input, InsertColumn, InsertRow, IntroPages, InvalidUrl, Invoice, InvoiceSettings, IpAddress, IpRestriction, Keyboard, Layers, LeftArrowCircle, Left, LeftAlign, LeftArrow, Link, Linkedin, ListDot, ListNumber, List, ListDetails, ListView, Loading, Location, Lock, LockMessage, MailUnread, MailSend, ManageCalendar, ManageTemplates, MappedField, Matrix, MatrixDots, MatrixDotsClear, MediaVideo, MeetingLimit, MeetingReminder, MenuHorizontal, MenuVertical, MenuLayout, MenuSquare, MergeSplit, Merge, MergedPullRequest, Message, MessageBubble, MessageSquare, Mic, MicOff, Minimize, Minus, Mobile, MobileAndDesktopApps, Moon, MoveToBottom, MoveToTop, Movie, MultipleChoice, NavLinks, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoEngage, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, Notes, Notification, Os, Paragraph, Pause, Phone, PhoneRing, Pipeline, Play, Plus, Prepend, PreventDuplicate, Print, Puzzle, QrCode, Quote, Radio, RadioInactive, Rating, RatingFilled, RecurringInvoice, RecurringMeeting, Redirect, Redirection, RedirectUrl, Redo, Refresh, RemoveCircle, Reorder, Repeat, Reply, Report, Ribbon, RightArrowCircle, Right, RightAlign, RightArrow, Robot, SadFaceGrey, Scale, Score, Search, Security, Send, SendPlane, Seo, Settings, SettingsChecked, Setup, Shapes, Share, SidebarClose, SidebarOpen, SlaPolicies, SmileFaceGrey, Smiley, SmsTemplates, Sparkle, SpecificWindow, Split, SplitPayment, StartWeekOn, Status, Subdomain, Suitcase, Sun, Survey, Swap, Tablet, Tabs, Tag, Tags, TaskOutcome, TaskTags, TaskType, Tax, TaxDetails, Taxonomy, Templates, Terms, TextBold, TextCross, TextH1, TextH2, TextItalic, Text, TextLines, TextSize, ThankYouPage, TicketField, Tickets, TicketSettings, TicketTags, TimesheetVerifications, TimeTracking, ToggleHeaderRow, Transaction, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, UpArrowCircle, Up, UpArrow, Upload, UserAdd, UserCircle, UserRemove, User, UserInfo, UserNotification, UserRole, UserRoundedRect, UserSettings, UserStar, UserTags, Video, VideoAccessControl, VideoOff, Views, ViewSettings, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, WarningFilled, Warning, Web, Whatsapp, WidgetModes, WidgetVisibility, Workflows, WorkspaceInfo, YesNo, Youtube };
363
382
  //# sourceMappingURL=index.js.map