@bigbinary/neeto-icons 1.20.62 → 1.20.64

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 (78) hide show
  1. package/dist/cjs/icons/ApiKeys.js +92 -0
  2. package/dist/cjs/icons/ApiKeys.js.map +1 -0
  3. package/dist/cjs/icons/Ascending.js +44 -0
  4. package/dist/cjs/icons/Ascending.js.map +1 -0
  5. package/dist/cjs/icons/AuditLogs.js +65 -0
  6. package/dist/cjs/icons/AuditLogs.js.map +1 -0
  7. package/dist/cjs/icons/Billing.js +76 -0
  8. package/dist/cjs/icons/Billing.js.map +1 -0
  9. package/dist/cjs/icons/CalendarHoliday.js +83 -0
  10. package/dist/cjs/icons/CalendarHoliday.js.map +1 -0
  11. package/dist/cjs/icons/ColumnToLeft.js +65 -0
  12. package/dist/cjs/icons/ColumnToLeft.js.map +1 -0
  13. package/dist/cjs/icons/ColumnToRight.js +67 -0
  14. package/dist/cjs/icons/ColumnToRight.js.map +1 -0
  15. package/dist/cjs/icons/Contracts.js +77 -0
  16. package/dist/cjs/icons/Contracts.js.map +1 -0
  17. package/dist/cjs/icons/CustomDomain.js +2 -2
  18. package/dist/cjs/icons/CustomDomain.js.map +1 -1
  19. package/dist/cjs/icons/Descending.js +44 -0
  20. package/dist/cjs/icons/Descending.js.map +1 -0
  21. package/dist/cjs/icons/HourFormat.js +2 -2
  22. package/dist/cjs/icons/HourFormat.js.map +1 -1
  23. package/dist/cjs/icons/Pin.js +43 -0
  24. package/dist/cjs/icons/Pin.js.map +1 -0
  25. package/dist/cjs/icons/RoutingForms.js +76 -0
  26. package/dist/cjs/icons/RoutingForms.js.map +1 -0
  27. package/dist/cjs/icons/Seo.js +2 -2
  28. package/dist/cjs/icons/Seo.js.map +1 -1
  29. package/dist/cjs/icons/StartWeekOn.js +6 -6
  30. package/dist/cjs/icons/StartWeekOn.js.map +1 -1
  31. package/dist/cjs/icons/Taxonomy.js +15 -29
  32. package/dist/cjs/icons/Taxonomy.js.map +1 -1
  33. package/dist/cjs/icons/TimeLock.js +71 -0
  34. package/dist/cjs/icons/TimeLock.js.map +1 -0
  35. package/dist/cjs/icons/UserRole.js +32 -8
  36. package/dist/cjs/icons/UserRole.js.map +1 -1
  37. package/dist/cjs/icons/index.js +96 -0
  38. package/dist/cjs/icons/index.js.map +1 -1
  39. package/dist/icons/ApiKeys.js +82 -0
  40. package/dist/icons/ApiKeys.js.map +1 -0
  41. package/dist/icons/Ascending.js +34 -0
  42. package/dist/icons/Ascending.js.map +1 -0
  43. package/dist/icons/AuditLogs.js +55 -0
  44. package/dist/icons/AuditLogs.js.map +1 -0
  45. package/dist/icons/Billing.js +66 -0
  46. package/dist/icons/Billing.js.map +1 -0
  47. package/dist/icons/CalendarHoliday.js +73 -0
  48. package/dist/icons/CalendarHoliday.js.map +1 -0
  49. package/dist/icons/ColumnToLeft.js +55 -0
  50. package/dist/icons/ColumnToLeft.js.map +1 -0
  51. package/dist/icons/ColumnToRight.js +57 -0
  52. package/dist/icons/ColumnToRight.js.map +1 -0
  53. package/dist/icons/Contracts.js +67 -0
  54. package/dist/icons/Contracts.js.map +1 -0
  55. package/dist/icons/CustomDomain.js +2 -2
  56. package/dist/icons/CustomDomain.js.map +1 -1
  57. package/dist/icons/Descending.js +34 -0
  58. package/dist/icons/Descending.js.map +1 -0
  59. package/dist/icons/HourFormat.js +2 -2
  60. package/dist/icons/HourFormat.js.map +1 -1
  61. package/dist/icons/Pin.js +33 -0
  62. package/dist/icons/Pin.js.map +1 -0
  63. package/dist/icons/RoutingForms.js +66 -0
  64. package/dist/icons/RoutingForms.js.map +1 -0
  65. package/dist/icons/Seo.js +2 -2
  66. package/dist/icons/Seo.js.map +1 -1
  67. package/dist/icons/StartWeekOn.js +6 -6
  68. package/dist/icons/StartWeekOn.js.map +1 -1
  69. package/dist/icons/Taxonomy.js +15 -29
  70. package/dist/icons/Taxonomy.js.map +1 -1
  71. package/dist/icons/TimeLock.js +61 -0
  72. package/dist/icons/TimeLock.js.map +1 -0
  73. package/dist/icons/UserRole.js +32 -8
  74. package/dist/icons/UserRole.js.map +1 -1
  75. package/dist/icons/index.js +13 -1
  76. package/dist/icons/index.js.map +1 -1
  77. package/icons.d.ts +12 -0
  78. package/package.json +1 -1
@@ -0,0 +1,66 @@
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 RoutingForms = function RoutingForms(_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(#RoutingForms_js__clip0_2358_5218)"
27
+ }, /*#__PURE__*/React.createElement("path", {
28
+ d: "M10 11.8625V19.8125C10 20.4683 10.5317 21 11.1875 21H19.8125C20.4683 21 21 20.4683 21 19.8125V7.1875C21 6.53166 20.4683 6 19.8125 6L16.883 6",
29
+ stroke: color,
30
+ strokeWidth: strokeWidth,
31
+ strokeLinecap: "round"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M12.6875 12H18.0312",
34
+ stroke: color,
35
+ strokeWidth: strokeWidth
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M12.6875 14.375H18.0312",
38
+ stroke: color,
39
+ strokeWidth: strokeWidth
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M12.6875 16.7499H15.0625",
42
+ stroke: color,
43
+ strokeWidth: strokeWidth
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M11.9999 8.00003L13.9999 6.00003L11.9999 4.00003",
46
+ stroke: color,
47
+ strokeWidth: strokeWidth,
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M5.49264 14.1081C4.51562 13.9434 3.62862 13.4377 2.98918 12.6809C2.34974 11.924 1.99926 10.965 2 9.97424C2 8.86268 2.44157 7.79664 3.22756 7.01064C4.01356 6.22465 4.88843 6 6 6H14",
52
+ stroke: color,
53
+ strokeWidth: strokeWidth,
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round"
56
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
57
+ id: "RoutingForms_js__clip0_2358_5218"
58
+ }, /*#__PURE__*/React.createElement("rect", {
59
+ width: 24,
60
+ height: 24,
61
+ fill: color
62
+ }))));
63
+ };
64
+
65
+ export default RoutingForms;
66
+ //# sourceMappingURL=RoutingForms.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/icons/RoutingForms.js"],"names":["React","RoutingForms","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,8IADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IADF,eAOE;AACE,IAAA,CAAC,EAAC,qBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC;AAHf,IAPF,eAYE;AACE,IAAA,CAAC,EAAC,yBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC;AAHf,IAZF,eAiBE;AACE,IAAA,CAAC,EAAC,0BADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC;AAHf,IAjBF,eAsBE;AACE,IAAA,CAAC,EAAC,kDADJ;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,qLADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA7BF,CADF,eAsCE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAtCF,CADF;AA8CD,CApDD;;AAqDA,eAAeF,YAAf","sourcesContent":["import React from \"react\";\nconst RoutingForms = ({\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(#RoutingForms_js__clip0_2358_5218)\">\n <path\n d=\"M10 11.8625V19.8125C10 20.4683 10.5317 21 11.1875 21H19.8125C20.4683 21 21 20.4683 21 19.8125V7.1875C21 6.53166 20.4683 6 19.8125 6L16.883 6\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M12.6875 12H18.0312\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M12.6875 14.375H18.0312\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M12.6875 16.7499H15.0625\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M11.9999 8.00003L13.9999 6.00003L11.9999 4.00003\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5.49264 14.1081C4.51562 13.9434 3.62862 13.4377 2.98918 12.6809C2.34974 11.924 1.99926 10.965 2 9.97424C2 8.86268 2.44157 7.79664 3.22756 7.01064C4.01356 6.22465 4.88843 6 6 6H14\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"RoutingForms_js__clip0_2358_5218\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default RoutingForms;\n"],"file":"RoutingForms.js"}
package/dist/icons/Seo.js CHANGED
@@ -23,7 +23,7 @@ var Seo = function Seo(_ref) {
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none"
25
25
  }, props), /*#__PURE__*/React.createElement("g", {
26
- clipPath: "url(#Seo_js__clip0_7335_843)"
26
+ clipPath: "url(#Seo_js__clip0_2358_5259)"
27
27
  }, /*#__PURE__*/React.createElement("path", {
28
28
  d: "M20 10V6C20 5.46957 19.7893 4.96086 19.4142 4.58579C19.0391 4.21071 18.5304 4 18 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H10",
29
29
  stroke: color,
@@ -60,7 +60,7 @@ var Seo = function Seo(_ref) {
60
60
  strokeWidth: strokeWidth,
61
61
  strokeLinecap: "round"
62
62
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
63
- id: "Seo_js__clip0_7335_843"
63
+ id: "Seo_js__clip0_2358_5259"
64
64
  }, /*#__PURE__*/React.createElement("rect", {
65
65
  width: 24,
66
66
  height: 24,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../generate/icons/Seo.js"],"names":["React","Seo","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,8OADJ;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,gBADJ;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,uOADJ;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,8IADJ;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,GAAf","sourcesContent":["import React from \"react\";\nconst Seo = ({\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(#Seo_js__clip0_7335_843)\">\n <path\n d=\"M20 10V6C20 5.46957 19.7893 4.96086 19.4142 4.58579C19.0391 4.21071 18.5304 4 18 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H10\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M7 7H7.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9.01001 7H9.02001\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.02 7H11.03\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.3482 19.3674L23 23M19.3836 12.4309C21.3015 14.3387 21.3015 17.4318 19.3836 19.3396C17.4658 21.2475 14.3563 21.2475 12.4384 19.3396C10.5205 17.4318 10.5205 14.3387 12.4384 12.4309C14.3563 10.523 17.4658 10.523 19.3836 12.4309Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14 17L14.9657 15.7928C15.0858 15.6427 15.3142 15.6427 15.4343 15.7928L16.1657 16.7072C16.2858 16.8573 16.5142 16.8573 16.6343 16.7072L18 15\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Seo_js__clip0_7335_843\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Seo;\n"],"file":"Seo.js"}
1
+ {"version":3,"sources":["../../generate/icons/Seo.js"],"names":["React","Seo","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,8OADJ;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,gBADJ;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,uOADJ;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,8IADJ;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,GAAf","sourcesContent":["import React from \"react\";\nconst Seo = ({\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(#Seo_js__clip0_2358_5259)\">\n <path\n d=\"M20 10V6C20 5.46957 19.7893 4.96086 19.4142 4.58579C19.0391 4.21071 18.5304 4 18 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H10\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M7 7H7.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9.01001 7H9.02001\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.02 7H11.03\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.3482 19.3674L23 23M19.3836 12.4309C21.3015 14.3387 21.3015 17.4318 19.3836 19.3396C17.4658 21.2475 14.3563 21.2475 12.4384 19.3396C10.5205 17.4318 10.5205 14.3387 12.4384 12.4309C14.3563 10.523 17.4658 10.523 19.3836 12.4309Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14 17L14.9657 15.7928C15.0858 15.6427 15.3142 15.6427 15.4343 15.7928L16.1657 16.7072C16.2858 16.8573 16.5142 16.8573 16.6343 16.7072L18 15\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Seo_js__clip0_2358_5259\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Seo;\n"],"file":"Seo.js"}
@@ -23,7 +23,7 @@ var StartWeekOn = function StartWeekOn(_ref) {
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none"
25
25
  }, props), /*#__PURE__*/React.createElement("g", {
26
- clipPath: "url(#StartWeekOn_js__clip0_7334_816)"
26
+ clipPath: "url(#StartWeekOn_js__clip0_2358_5265)"
27
27
  }, /*#__PURE__*/React.createElement("path", {
28
28
  d: "M4 7C4 6.46957 4.21071 5.96086 4.58579 5.58579C4.96086 5.21071 5.46957 5 6 5H18C18.5304 5 19.0391 5.21071 19.4142 5.58579C19.7893 5.96086 20 6.46957 20 7V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21H6C5.46957 21 4.96086 20.7893 4.58579 20.4142C4.21071 20.0391 4 19.5304 4 19V7Z",
29
29
  stroke: color,
@@ -31,31 +31,31 @@ var StartWeekOn = function StartWeekOn(_ref) {
31
31
  strokeLinecap: "round",
32
32
  strokeLinejoin: "round"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "M16 3V7",
34
+ d: "M16 3V5",
35
35
  stroke: color,
36
36
  strokeWidth: strokeWidth,
37
37
  strokeLinecap: "round",
38
38
  strokeLinejoin: "round"
39
39
  }), /*#__PURE__*/React.createElement("path", {
40
- d: "M8 3V7",
40
+ d: "M8 3V5",
41
41
  stroke: color,
42
42
  strokeWidth: strokeWidth,
43
43
  strokeLinecap: "round",
44
44
  strokeLinejoin: "round"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M4 11H20",
46
+ d: "M4 9H20",
47
47
  stroke: color,
48
48
  strokeWidth: strokeWidth,
49
49
  strokeLinecap: "round",
50
50
  strokeLinejoin: "round"
51
51
  }), /*#__PURE__*/React.createElement("path", {
52
- d: "M13 14H15V16H13V14Z",
52
+ d: "M7 12H11V16H7V12Z",
53
53
  stroke: color,
54
54
  strokeWidth: strokeWidth,
55
55
  strokeLinecap: "round",
56
56
  strokeLinejoin: "round"
57
57
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
58
- id: "StartWeekOn_js__clip0_7334_816"
58
+ id: "StartWeekOn_js__clip0_2358_5265"
59
59
  }, /*#__PURE__*/React.createElement("rect", {
60
60
  width: 24,
61
61
  height: 24,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../generate/icons/StartWeekOn.js"],"names":["React","StartWeekOn","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,WAAW,GAAG,SAAdA,WAAc,OAKd;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,yTADJ;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,SADJ;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,QADJ;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,UADJ;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,qBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA7BF,CADF,eAsCE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAtCF,CADF;AA8CD,CApDD;;AAqDA,eAAeF,WAAf","sourcesContent":["import React from \"react\";\nconst StartWeekOn = ({\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(#StartWeekOn_js__clip0_7334_816)\">\n <path\n d=\"M4 7C4 6.46957 4.21071 5.96086 4.58579 5.58579C4.96086 5.21071 5.46957 5 6 5H18C18.5304 5 19.0391 5.21071 19.4142 5.58579C19.7893 5.96086 20 6.46957 20 7V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21H6C5.46957 21 4.96086 20.7893 4.58579 20.4142C4.21071 20.0391 4 19.5304 4 19V7Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 3V7\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8 3V7\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4 11H20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13 14H15V16H13V14Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"StartWeekOn_js__clip0_7334_816\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default StartWeekOn;\n"],"file":"StartWeekOn.js"}
1
+ {"version":3,"sources":["../../generate/icons/StartWeekOn.js"],"names":["React","StartWeekOn","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,WAAW,GAAG,SAAdA,WAAc,OAKd;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,yTADJ;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,SADJ;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,QADJ;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,SADJ;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,mBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA7BF,CADF,eAsCE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAtCF,CADF;AA8CD,CApDD;;AAqDA,eAAeF,WAAf","sourcesContent":["import React from \"react\";\nconst StartWeekOn = ({\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(#StartWeekOn_js__clip0_2358_5265)\">\n <path\n d=\"M4 7C4 6.46957 4.21071 5.96086 4.58579 5.58579C4.96086 5.21071 5.46957 5 6 5H18C18.5304 5 19.0391 5.21071 19.4142 5.58579C19.7893 5.96086 20 6.46957 20 7V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21H6C5.46957 21 4.96086 20.7893 4.58579 20.4142C4.21071 20.0391 4 19.5304 4 19V7Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 3V5\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8 3V5\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4 9H20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M7 12H11V16H7V12Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"StartWeekOn_js__clip0_2358_5265\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default StartWeekOn;\n"],"file":"StartWeekOn.js"}
@@ -23,45 +23,31 @@ var Taxonomy = function Taxonomy(_ref) {
23
23
  viewBox: "0 0 24 24",
24
24
  fill: "none"
25
25
  }, props), /*#__PURE__*/React.createElement("g", {
26
- clipPath: "url(#Taxonomy_js__clip0_7295_545)"
26
+ clipPath: "url(#Taxonomy_js__clip0_2358_5230)"
27
27
  }, /*#__PURE__*/React.createElement("path", {
28
- d: "M9 6H20",
28
+ d: "M11.6384 7.08093L11.2718 6.03009C11.2216 5.88617 11.1294 5.76171 11.0078 5.67371C10.8863 5.58572 10.7413 5.53849 10.5927 5.53847L9.43799 5.53847C9.28925 5.53834 9.14411 5.5855 9.02242 5.6735C8.90072 5.7615 8.80843 5.88605 8.75816 6.03009L8.39153 7.08093C8.33334 7.24617 8.22039 7.38502 8.07255 7.47304L6.98495 8.11913C6.83726 8.20682 6.66418 8.23786 6.49637 8.20676L5.42826 8.00848C5.28199 7.98125 5.13112 8.00117 4.99626 8.0655C4.8614 8.12984 4.74914 8.23545 4.67481 8.36792L4.09746 9.39276C4.02288 9.525 3.9898 9.67771 4.00271 9.83004C4.01563 9.98236 4.07392 10.1269 4.16963 10.2438L4.87039 11.0964C4.98076 11.2304 5.04136 11.4004 5.04143 11.5761L5.04143 12.8683C5.04136 13.044 4.98076 13.214 4.87039 13.348L4.16963 14.2006C4.07392 14.3175 4.01563 14.4621 4.00271 14.6144C3.9898 14.7667 4.02288 14.9194 4.09746 15.0517L4.67481 16.0765C4.74918 16.2091 4.86156 16.3148 4.99657 16.3791C5.13157 16.4435 5.2826 16.4633 5.42898 16.4359L6.49709 16.2376C6.6649 16.2065 6.83799 16.2376 6.98567 16.3253L8.07327 16.9714C8.22111 17.0594 8.33406 17.1982 8.39226 17.3635L8.75888 18.4143C8.80911 18.5582 8.90129 18.6827 9.02284 18.7707C9.14439 18.8587 9.28937 18.9059 9.43799 18.9059L10.5927 18.9059C10.7402 18.9046 10.8837 18.8567 11.004 18.7688C11.1243 18.6809 11.2155 18.5572 11.2653 18.4143L11.6319 17.3635M8.03069 12.2222C8.03069 11.0943 8.91925 10.18 10.0153 10.18C11.1114 10.18 12 11.0943 12 12.2222C12 13.3501 11.1114 14.2645 10.0153 14.2645C8.91925 14.2645 8.03069 13.3501 8.03069 12.2222Z",
29
29
  stroke: color,
30
30
  strokeWidth: strokeWidth,
31
31
  strokeLinecap: "round",
32
32
  strokeLinejoin: "round"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "M12 12H20",
34
+ d: "M16 10V15C16 15.5523 16.4477 16 17 16H19",
35
35
  stroke: color,
36
- strokeWidth: strokeWidth,
37
- strokeLinecap: "round",
38
- strokeLinejoin: "round"
39
- }), /*#__PURE__*/React.createElement("path", {
40
- d: "M15 18H20",
36
+ strokeWidth: strokeWidth
37
+ }), /*#__PURE__*/React.createElement("circle", {
38
+ cx: 16,
39
+ cy: 9,
40
+ r: 1.4,
41
41
  stroke: color,
42
- strokeWidth: strokeWidth,
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }), /*#__PURE__*/React.createElement("path", {
46
- d: "M5 6V6.01",
42
+ strokeWidth: strokeWidth
43
+ }), /*#__PURE__*/React.createElement("circle", {
44
+ cx: 20,
45
+ cy: 16,
46
+ r: 1.4,
47
47
  stroke: color,
48
- strokeWidth: strokeWidth,
49
- strokeLinecap: "round",
50
- strokeLinejoin: "round"
51
- }), /*#__PURE__*/React.createElement("path", {
52
- d: "M8 12V12.01",
53
- stroke: color,
54
- strokeWidth: strokeWidth,
55
- strokeLinecap: "round",
56
- strokeLinejoin: "round"
57
- }), /*#__PURE__*/React.createElement("path", {
58
- d: "M11 18V18.01",
59
- stroke: color,
60
- strokeWidth: strokeWidth,
61
- strokeLinecap: "round",
62
- strokeLinejoin: "round"
48
+ strokeWidth: strokeWidth
63
49
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
64
- id: "Taxonomy_js__clip0_7295_545"
50
+ id: "Taxonomy_js__clip0_2358_5230"
65
51
  }, /*#__PURE__*/React.createElement("rect", {
66
52
  width: 24,
67
53
  height: 24,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../generate/icons/Taxonomy.js"],"names":["React","Taxonomy","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,QAAQ,GAAG,SAAXA,QAAW,OAKX;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,SADJ;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,WADJ;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,aADJ;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,cADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IApCF,CADF,eA6CE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CA7CF,CADF;AAqDD,CA3DD;;AA4DA,eAAeF,QAAf","sourcesContent":["import React from \"react\";\nconst Taxonomy = ({\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(#Taxonomy_js__clip0_7295_545)\">\n <path\n d=\"M9 6H20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 12H20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 18H20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 6V6.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8 12V12.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11 18V18.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Taxonomy_js__clip0_7295_545\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Taxonomy;\n"],"file":"Taxonomy.js"}
1
+ {"version":3,"sources":["../../generate/icons/Taxonomy.js"],"names":["React","Taxonomy","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,QAAQ,GAAG,SAAXA,QAAW,OAKX;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,+8CADJ;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,0CADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC;AAHf,IARF,eAaE;AACE,IAAA,EAAE,EAAE,EADN;AAEE,IAAA,EAAE,EAAE,CAFN;AAGE,IAAA,CAAC,EAAE,GAHL;AAIE,IAAA,MAAM,EAAED,KAJV;AAKE,IAAA,WAAW,EAAEC;AALf,IAbF,eAoBE;AACE,IAAA,EAAE,EAAE,EADN;AAEE,IAAA,EAAE,EAAE,EAFN;AAGE,IAAA,CAAC,EAAE,GAHL;AAIE,IAAA,MAAM,EAAED,KAJV;AAKE,IAAA,WAAW,EAAEC;AALf,IApBF,CADF,eA6BE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CA7BF,CADF;AAqCD,CA3CD;;AA4CA,eAAeF,QAAf","sourcesContent":["import React from \"react\";\nconst Taxonomy = ({\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(#Taxonomy_js__clip0_2358_5230)\">\n <path\n d=\"M11.6384 7.08093L11.2718 6.03009C11.2216 5.88617 11.1294 5.76171 11.0078 5.67371C10.8863 5.58572 10.7413 5.53849 10.5927 5.53847L9.43799 5.53847C9.28925 5.53834 9.14411 5.5855 9.02242 5.6735C8.90072 5.7615 8.80843 5.88605 8.75816 6.03009L8.39153 7.08093C8.33334 7.24617 8.22039 7.38502 8.07255 7.47304L6.98495 8.11913C6.83726 8.20682 6.66418 8.23786 6.49637 8.20676L5.42826 8.00848C5.28199 7.98125 5.13112 8.00117 4.99626 8.0655C4.8614 8.12984 4.74914 8.23545 4.67481 8.36792L4.09746 9.39276C4.02288 9.525 3.9898 9.67771 4.00271 9.83004C4.01563 9.98236 4.07392 10.1269 4.16963 10.2438L4.87039 11.0964C4.98076 11.2304 5.04136 11.4004 5.04143 11.5761L5.04143 12.8683C5.04136 13.044 4.98076 13.214 4.87039 13.348L4.16963 14.2006C4.07392 14.3175 4.01563 14.4621 4.00271 14.6144C3.9898 14.7667 4.02288 14.9194 4.09746 15.0517L4.67481 16.0765C4.74918 16.2091 4.86156 16.3148 4.99657 16.3791C5.13157 16.4435 5.2826 16.4633 5.42898 16.4359L6.49709 16.2376C6.6649 16.2065 6.83799 16.2376 6.98567 16.3253L8.07327 16.9714C8.22111 17.0594 8.33406 17.1982 8.39226 17.3635L8.75888 18.4143C8.80911 18.5582 8.90129 18.6827 9.02284 18.7707C9.14439 18.8587 9.28937 18.9059 9.43799 18.9059L10.5927 18.9059C10.7402 18.9046 10.8837 18.8567 11.004 18.7688C11.1243 18.6809 11.2155 18.5572 11.2653 18.4143L11.6319 17.3635M8.03069 12.2222C8.03069 11.0943 8.91925 10.18 10.0153 10.18C11.1114 10.18 12 11.0943 12 12.2222C12 13.3501 11.1114 14.2645 10.0153 14.2645C8.91925 14.2645 8.03069 13.3501 8.03069 12.2222Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 10V15C16 15.5523 16.4477 16 17 16H19\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <circle\n cx={16}\n cy={9}\n r={1.4}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <circle\n cx={20}\n cy={16}\n r={1.4}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"Taxonomy_js__clip0_2358_5230\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Taxonomy;\n"],"file":"Taxonomy.js"}
@@ -0,0 +1,61 @@
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 TimeLock = function TimeLock(_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(#TimeLock_js__clip0_2358_5253)"
27
+ }, /*#__PURE__*/React.createElement("path", {
28
+ d: "M10.9982 19C9.41605 18.9997 7.86951 18.5302 6.55415 17.6509C5.23879 16.7716 4.21369 15.5221 3.60846 14.0602C3.00323 12.5984 2.84506 10.9899 3.15394 9.43819C3.46282 7.88646 4.22489 6.46116 5.34378 5.34252C6.46267 4.22388 7.88814 3.46213 9.43993 3.15359C10.9917 2.84505 12.6002 3.00358 14.0619 3.60914C15.5236 4.21469 16.7729 5.24007 17.6519 6.55563C18.3444 7.59217 18.7826 8.77218 18.9373 10",
29
+ stroke: color,
30
+ strokeWidth: strokeWidth,
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M11 6.55554V11L12.7778 12.7778",
35
+ stroke: color,
36
+ strokeWidth: strokeWidth,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M16 17.4286C16 17.2012 16.0903 16.9832 16.2511 16.8225C16.4118 16.6617 16.6298 16.5714 16.8571 16.5714H21.1429C21.3702 16.5714 21.5882 16.6617 21.7489 16.8225C21.9097 16.9832 22 17.2012 22 17.4286V20C22 20.2273 21.9097 20.4453 21.7489 20.6061C21.5882 20.7668 21.3702 20.8571 21.1429 20.8571H16.8571C16.6298 20.8571 16.4118 20.7668 16.2511 20.6061C16.0903 20.4453 16 20.2273 16 20V17.4286Z",
41
+ stroke: color,
42
+ strokeWidth: strokeWidth,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M17.2858 16.5714V14.8571C17.2858 14.4025 17.4664 13.9664 17.7879 13.6449C18.1094 13.3234 18.5454 13.1428 19.0001 13.1428C19.4547 13.1428 19.8907 13.3234 20.2122 13.6449C20.5337 13.9664 20.7143 14.4025 20.7143 14.8571V16.5714",
47
+ stroke: color,
48
+ strokeWidth: strokeWidth,
49
+ strokeLinecap: "round",
50
+ strokeLinejoin: "round"
51
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
52
+ id: "TimeLock_js__clip0_2358_5253"
53
+ }, /*#__PURE__*/React.createElement("rect", {
54
+ width: 24,
55
+ height: 24,
56
+ fill: color
57
+ }))));
58
+ };
59
+
60
+ export default TimeLock;
61
+ //# sourceMappingURL=TimeLock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../generate/icons/TimeLock.js"],"names":["React","TimeLock","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,QAAQ,GAAG,SAAXA,QAAW,OAKX;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,wYADJ;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,gCADJ;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,sYADJ;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,kOADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,CADF,eA+BE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CA/BF,CADF;AAuCD,CA7CD;;AA8CA,eAAeF,QAAf","sourcesContent":["import React from \"react\";\nconst TimeLock = ({\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(#TimeLock_js__clip0_2358_5253)\">\n <path\n d=\"M10.9982 19C9.41605 18.9997 7.86951 18.5302 6.55415 17.6509C5.23879 16.7716 4.21369 15.5221 3.60846 14.0602C3.00323 12.5984 2.84506 10.9899 3.15394 9.43819C3.46282 7.88646 4.22489 6.46116 5.34378 5.34252C6.46267 4.22388 7.88814 3.46213 9.43993 3.15359C10.9917 2.84505 12.6002 3.00358 14.0619 3.60914C15.5236 4.21469 16.7729 5.24007 17.6519 6.55563C18.3444 7.59217 18.7826 8.77218 18.9373 10\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11 6.55554V11L12.7778 12.7778\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 17.4286C16 17.2012 16.0903 16.9832 16.2511 16.8225C16.4118 16.6617 16.6298 16.5714 16.8571 16.5714H21.1429C21.3702 16.5714 21.5882 16.6617 21.7489 16.8225C21.9097 16.9832 22 17.2012 22 17.4286V20C22 20.2273 21.9097 20.4453 21.7489 20.6061C21.5882 20.7668 21.3702 20.8571 21.1429 20.8571H16.8571C16.6298 20.8571 16.4118 20.7668 16.2511 20.6061C16.0903 20.4453 16 20.2273 16 20V17.4286Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17.2858 16.5714V14.8571C17.2858 14.4025 17.4664 13.9664 17.7879 13.6449C18.1094 13.3234 18.5454 13.1428 19.0001 13.1428C19.4547 13.1428 19.8907 13.3234 20.2122 13.6449C20.5337 13.9664 20.7143 14.4025 20.7143 14.8571V16.5714\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"TimeLock_js__clip0_2358_5253\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default TimeLock;\n"],"file":"TimeLock.js"}
@@ -20,18 +20,42 @@ var UserRole = function UserRole(_ref) {
20
20
  return /*#__PURE__*/React.createElement("svg", _extends({
21
21
  width: size,
22
22
  height: size,
23
- viewBox: "0 0 32 32",
23
+ viewBox: "0 0 24 24",
24
24
  fill: "none"
25
- }, props), /*#__PURE__*/React.createElement("path", {
26
- d: "M22 11H26C26.2652 11 26.5196 11.1054 26.7071 11.2929C26.8946 11.4804 27 11.7348 27 12V14H21V12C21 11.7348 21.1054 11.4804 21.2929 11.2929C21.4804 11.1054 21.7348 11 22 11Z",
27
- fill: color
25
+ }, props), /*#__PURE__*/React.createElement("g", {
26
+ clipPath: "url(#UserRole_js__clip0_2358_5206)"
27
+ }, /*#__PURE__*/React.createElement("path", {
28
+ d: "M18 4H20C21.1046 4 22 4.89543 22 6V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V6C2 4.89543 2.89543 4 4 4H6",
29
+ stroke: color,
30
+ strokeWidth: strokeWidth,
31
+ strokeLinecap: "round"
28
32
  }), /*#__PURE__*/React.createElement("path", {
29
- d: "M24 10C25.1046 10 26 9.10457 26 8C26 6.89543 25.1046 6 24 6C22.8954 6 22 6.89543 22 8C22 9.10457 22.8954 10 24 10Z",
30
- fill: color
33
+ d: "M10 10.5C10 11.0304 10.2107 11.5391 10.5858 11.9142C10.9609 12.2893 11.4696 12.5 12 12.5C12.5304 12.5 13.0391 12.2893 13.4142 11.9142C13.7893 11.5391 14 11.0304 14 10.5C14 9.96957 13.7893 9.46086 13.4142 9.08579C13.0391 8.71071 12.5304 8.5 12 8.5C11.4696 8.5 10.9609 8.71071 10.5858 9.08579C10.2107 9.46086 10 9.96957 10 10.5Z",
34
+ stroke: color,
35
+ strokeWidth: strokeWidth,
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round"
31
38
  }), /*#__PURE__*/React.createElement("path", {
32
- d: "M30.0002 18H18.0002C17.47 17.9994 16.9616 17.7885 16.5867 17.4135C16.2118 17.0386 16.0008 16.5302 16.0002 16V4C16.0008 3.46973 16.2117 2.96133 16.5866 2.58637C16.9616 2.21141 17.47 2.00053 18.0002 2H30.0002C30.5305 2.00061 31.0388 2.21152 31.4138 2.58646C31.7887 2.9614 31.9996 3.46975 32.0002 4V16C31.9995 16.5302 31.7886 17.0385 31.4137 17.4134C31.0387 17.7883 30.5305 17.9993 30.0002 18ZM18.0002 4V16H30.0012L30.0002 4H18.0002ZM15.0002 30H13.0002V26C13.0075 25.604 12.9349 25.2107 12.7867 24.8434C12.6385 24.4762 12.4178 24.1425 12.1377 23.8625C11.8577 23.5825 11.5241 23.3618 11.1568 23.2136C10.7896 23.0654 10.3962 22.9927 10.0002 23H6.00024C5.60428 22.9927 5.21092 23.0654 4.84366 23.2136C4.4764 23.3618 4.14279 23.5825 3.86276 23.8625C3.58272 24.1425 3.36201 24.4762 3.21382 24.8434C3.06562 25.2107 2.99298 25.604 3.00024 26V30H1.00024V26C0.993746 25.3416 1.11864 24.6885 1.36761 24.0789C1.61659 23.4694 1.98464 22.9156 2.45023 22.45C2.91582 21.9844 3.4696 21.6163 4.07917 21.3674C4.68873 21.1184 5.34183 20.9935 6.00024 21H10.0002C10.6587 20.9935 11.3118 21.1184 11.9213 21.3674C12.5309 21.6163 13.0847 21.9844 13.5503 22.45C14.0158 22.9156 14.3839 23.4694 14.6329 24.0789C14.8818 24.6885 15.0067 25.3416 15.0002 26V30ZM8.00024 11C8.79589 11 9.55895 11.3161 10.1216 11.8787C10.6842 12.4413 11.0002 13.2044 11.0002 14C11.0002 14.7956 10.6842 15.5587 10.1216 16.1213C9.55895 16.6839 8.79589 17 8.00024 17C7.20459 17 6.44153 16.6839 5.87892 16.1213C5.31631 15.5587 5.00024 14.7956 5.00024 14C5.00024 13.2044 5.31631 12.4413 5.87892 11.8787C6.44153 11.3161 7.20459 11 8.00024 11ZM8.00024 9C6.67416 9 5.40239 9.52678 4.46471 10.4645C3.52702 11.4021 3.00024 12.6739 3.00024 14C3.00024 15.3261 3.52702 16.5979 4.46471 17.5355C5.40239 18.4732 6.67416 19 8.00024 19C9.32632 19 10.5981 18.4732 11.5358 17.5355C12.4735 16.5979 13.0002 15.3261 13.0002 14C13.0002 12.6739 12.4735 11.4021 11.5358 10.4645C10.5981 9.52678 9.32632 9 8.00024 9Z",
39
+ d: "M8.40002 18.5V17.3C8.40002 16.6635 8.65288 16.0531 9.10297 15.603C9.55306 15.1529 10.1635 14.9 10.8 14.9H13.2C13.8365 14.9 14.447 15.1529 14.8971 15.603C15.3472 16.0531 15.6 16.6635 15.6 17.3V18.5",
40
+ stroke: color,
41
+ strokeWidth: strokeWidth,
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round"
44
+ }), /*#__PURE__*/React.createElement("rect", {
45
+ x: 8.6,
46
+ y: 2.6,
47
+ width: 6.8,
48
+ height: 2.8,
49
+ rx: 1.4,
50
+ stroke: color,
51
+ strokeWidth: strokeWidth
52
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
53
+ id: "UserRole_js__clip0_2358_5206"
54
+ }, /*#__PURE__*/React.createElement("rect", {
55
+ width: 24,
56
+ height: 24,
33
57
  fill: color
34
- }));
58
+ }))));
35
59
  };
36
60
 
37
61
  export default UserRole;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../generate/icons/UserRole.js"],"names":["React","UserRole","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,QAAQ,GAAG,SAAXA,QAAW,OAKX;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,6KADJ;AAEE,IAAA,IAAI,EAAEF;AAFR,IADF,eAKE;AACE,IAAA,CAAC,EAAC,oHADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IALF,eASE;AACE,IAAA,CAAC,EAAC,i5DADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IATF,CADF;AAgBD,CAtBD;;AAuBA,eAAeF,QAAf","sourcesContent":["import React from \"react\";\nconst UserRole = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 32 32\" fill=\"none\" {...props}>\n <path\n d=\"M22 11H26C26.2652 11 26.5196 11.1054 26.7071 11.2929C26.8946 11.4804 27 11.7348 27 12V14H21V12C21 11.7348 21.1054 11.4804 21.2929 11.2929C21.4804 11.1054 21.7348 11 22 11Z\"\n fill={color}\n />\n <path\n d=\"M24 10C25.1046 10 26 9.10457 26 8C26 6.89543 25.1046 6 24 6C22.8954 6 22 6.89543 22 8C22 9.10457 22.8954 10 24 10Z\"\n fill={color}\n />\n <path\n d=\"M30.0002 18H18.0002C17.47 17.9994 16.9616 17.7885 16.5867 17.4135C16.2118 17.0386 16.0008 16.5302 16.0002 16V4C16.0008 3.46973 16.2117 2.96133 16.5866 2.58637C16.9616 2.21141 17.47 2.00053 18.0002 2H30.0002C30.5305 2.00061 31.0388 2.21152 31.4138 2.58646C31.7887 2.9614 31.9996 3.46975 32.0002 4V16C31.9995 16.5302 31.7886 17.0385 31.4137 17.4134C31.0387 17.7883 30.5305 17.9993 30.0002 18ZM18.0002 4V16H30.0012L30.0002 4H18.0002ZM15.0002 30H13.0002V26C13.0075 25.604 12.9349 25.2107 12.7867 24.8434C12.6385 24.4762 12.4178 24.1425 12.1377 23.8625C11.8577 23.5825 11.5241 23.3618 11.1568 23.2136C10.7896 23.0654 10.3962 22.9927 10.0002 23H6.00024C5.60428 22.9927 5.21092 23.0654 4.84366 23.2136C4.4764 23.3618 4.14279 23.5825 3.86276 23.8625C3.58272 24.1425 3.36201 24.4762 3.21382 24.8434C3.06562 25.2107 2.99298 25.604 3.00024 26V30H1.00024V26C0.993746 25.3416 1.11864 24.6885 1.36761 24.0789C1.61659 23.4694 1.98464 22.9156 2.45023 22.45C2.91582 21.9844 3.4696 21.6163 4.07917 21.3674C4.68873 21.1184 5.34183 20.9935 6.00024 21H10.0002C10.6587 20.9935 11.3118 21.1184 11.9213 21.3674C12.5309 21.6163 13.0847 21.9844 13.5503 22.45C14.0158 22.9156 14.3839 23.4694 14.6329 24.0789C14.8818 24.6885 15.0067 25.3416 15.0002 26V30ZM8.00024 11C8.79589 11 9.55895 11.3161 10.1216 11.8787C10.6842 12.4413 11.0002 13.2044 11.0002 14C11.0002 14.7956 10.6842 15.5587 10.1216 16.1213C9.55895 16.6839 8.79589 17 8.00024 17C7.20459 17 6.44153 16.6839 5.87892 16.1213C5.31631 15.5587 5.00024 14.7956 5.00024 14C5.00024 13.2044 5.31631 12.4413 5.87892 11.8787C6.44153 11.3161 7.20459 11 8.00024 11ZM8.00024 9C6.67416 9 5.40239 9.52678 4.46471 10.4645C3.52702 11.4021 3.00024 12.6739 3.00024 14C3.00024 15.3261 3.52702 16.5979 4.46471 17.5355C5.40239 18.4732 6.67416 19 8.00024 19C9.32632 19 10.5981 18.4732 11.5358 17.5355C12.4735 16.5979 13.0002 15.3261 13.0002 14C13.0002 12.6739 12.4735 11.4021 11.5358 10.4645C10.5981 9.52678 9.32632 9 8.00024 9Z\"\n fill={color}\n />\n </svg>\n );\n};\nexport default UserRole;\n"],"file":"UserRole.js"}
1
+ {"version":3,"sources":["../../generate/icons/UserRole.js"],"names":["React","UserRole","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,QAAQ,GAAG,SAAXA,QAAW,OAKX;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,2HADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IADF,eAOE;AACE,IAAA,CAAC,EAAC,wUADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAPF,eAcE;AACE,IAAA,CAAC,EAAC,sMADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAdF,eAqBE;AACE,IAAA,CAAC,EAAE,GADL;AAEE,IAAA,CAAC,EAAE,GAFL;AAGE,IAAA,KAAK,EAAE,GAHT;AAIE,IAAA,MAAM,EAAE,GAJV;AAKE,IAAA,EAAE,EAAE,GALN;AAME,IAAA,MAAM,EAAED,KANV;AAOE,IAAA,WAAW,EAAEC;AAPf,IArBF,CADF,eAgCE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAhCF,CADF;AAwCD,CA9CD;;AA+CA,eAAeF,QAAf","sourcesContent":["import React from \"react\";\nconst UserRole = ({\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(#UserRole_js__clip0_2358_5206)\">\n <path\n d=\"M18 4H20C21.1046 4 22 4.89543 22 6V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V6C2 4.89543 2.89543 4 4 4H6\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M10 10.5C10 11.0304 10.2107 11.5391 10.5858 11.9142C10.9609 12.2893 11.4696 12.5 12 12.5C12.5304 12.5 13.0391 12.2893 13.4142 11.9142C13.7893 11.5391 14 11.0304 14 10.5C14 9.96957 13.7893 9.46086 13.4142 9.08579C13.0391 8.71071 12.5304 8.5 12 8.5C11.4696 8.5 10.9609 8.71071 10.5858 9.08579C10.2107 9.46086 10 9.96957 10 10.5Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.40002 18.5V17.3C8.40002 16.6635 8.65288 16.0531 9.10297 15.603C9.55306 15.1529 10.1635 14.9 10.8 14.9H13.2C13.8365 14.9 14.447 15.1529 14.8971 15.603C15.3472 16.0531 15.6 16.6635 15.6 17.3V18.5\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x={8.6}\n y={2.6}\n width={6.8}\n height={2.8}\n rx={1.4}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"UserRole_js__clip0_2358_5206\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default UserRole;\n"],"file":"UserRole.js"}
@@ -6,16 +6,20 @@ import AddRectangle from "./AddRectangle";
6
6
  import Address from "./Address";
7
7
  import Agents from "./Agents";
8
8
  import AgentStatus from "./AgentStatus";
9
+ import ApiKeys from "./ApiKeys";
9
10
  import ApiTemplates from "./ApiTemplates";
10
11
  import Apple from "./Apple";
11
12
  import Approval from "./Approval";
12
13
  import AppSwitcher from "./AppSwitcher";
13
14
  import Archive from "./Archive";
14
15
  import Articles from "./Articles";
16
+ import Ascending from "./Ascending";
15
17
  import AspectRatio from "./AspectRatio";
16
18
  import Assign from "./Assign";
17
19
  import Attachment from "./Attachment";
20
+ import AuditLogs from "./AuditLogs";
18
21
  import Bank from "./Bank";
22
+ import Billing from "./Billing";
19
23
  import Blockquote from "./Blockquote";
20
24
  import BoardView from "./BoardView";
21
25
  import Book from "./Book";
@@ -30,6 +34,7 @@ import Building from "./Building";
30
34
  import Bulb from "./Bulb";
31
35
  import BusinessHour from "./BusinessHour";
32
36
  import Calendar from "./Calendar";
37
+ import CalendarHoliday from "./CalendarHoliday";
33
38
  import Camera from "./Camera";
34
39
  import CannedResponses from "./CannedResponses";
35
40
  import Captcha from "./Captcha";
@@ -59,6 +64,8 @@ import CodeBlock from "./CodeBlock";
59
64
  import Collapse from "./Collapse";
60
65
  import ColorPicker from "./ColorPicker";
61
66
  import Column from "./Column";
67
+ import ColumnToLeft from "./ColumnToLeft";
68
+ import ColumnToRight from "./ColumnToRight";
62
69
  import Community from "./Community";
63
70
  import CompanyInfo from "./CompanyInfo";
64
71
  import CompanyTags from "./CompanyTags";
@@ -68,6 +75,7 @@ import Configure from "./Configure";
68
75
  import ContactBook from "./ContactBook";
69
76
  import ContactField from "./ContactField";
70
77
  import ContactTags from "./ContactTags";
78
+ import Contracts from "./Contracts";
71
79
  import Copy from "./Copy";
72
80
  import CreditCard from "./CreditCard";
73
81
  import Crown from "./Crown";
@@ -86,6 +94,7 @@ import DeleteRow from "./DeleteRow";
86
94
  import DeleteTable from "./DeleteTable";
87
95
  import Delete from "./Delete";
88
96
  import Dependent from "./Dependent";
97
+ import Descending from "./Descending";
89
98
  import Design from "./Design";
90
99
  import Divide from "./Divide";
91
100
  import Divider from "./Divider";
@@ -267,6 +276,7 @@ import Paragraph from "./Paragraph";
267
276
  import Pause from "./Pause";
268
277
  import Phone from "./Phone";
269
278
  import PhoneRing from "./PhoneRing";
279
+ import Pin from "./Pin";
270
280
  import Pipeline from "./Pipeline";
271
281
  import Play from "./Play";
272
282
  import Plus from "./Plus";
@@ -299,6 +309,7 @@ import Right from "./Right";
299
309
  import RightAlign from "./RightAlign";
300
310
  import RightArrow from "./RightArrow";
301
311
  import Robot from "./Robot";
312
+ import RoutingForms from "./RoutingForms";
302
313
  import SadFaceGrey from "./SadFaceGrey";
303
314
  import Scale from "./Scale";
304
315
  import Score from "./Score";
@@ -360,6 +371,7 @@ import TicketField from "./TicketField";
360
371
  import Tickets from "./Tickets";
361
372
  import TicketSettings from "./TicketSettings";
362
373
  import TicketTags from "./TicketTags";
374
+ import TimeLock from "./TimeLock";
363
375
  import TimesheetVerifications from "./TimesheetVerifications";
364
376
  import TimeTracking from "./TimeTracking";
365
377
  import ToggleHeaderRow from "./ToggleHeaderRow";
@@ -414,5 +426,5 @@ import Workflows from "./Workflows";
414
426
  import WorkspaceInfo from "./WorkspaceInfo";
415
427
  import YesNo from "./YesNo";
416
428
  import Youtube from "./Youtube";
417
- export { AccessControl, ActivityLog, AddCircle, AddMenu, AddRectangle, Address, Agents, AgentStatus, ApiTemplates, Apple, Approval, AppSwitcher, Archive, Articles, AspectRatio, Assign, Attachment, Bank, Blockquote, BoardView, Book, Bookmark, BookOpen, BorderDisable, BorderEnable, 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, Community, CompanyInfo, CompanyTags, Computer, Concat, Configure, ContactBook, ContactField, ContactTags, Copy, CreditCard, Crown, Css3, Cta, 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, FolderFill, FolderOpenFill, 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, MarginAll, MarginBottom, MarginLeft, MarginRight, MarginTop, MarginX, MarginY, 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, MyPreferences, NavLinks, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoEngage, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, NoReportsData, Notes, Notification, Os, PaddingAll, PaddingBottom, PaddingLeft, PaddingRight, PaddingTop, PaddingX, PaddingY, Paragraph, Pause, Phone, PhoneRing, Pipeline, Play, Plus, Prepend, PreventDuplicate, Print, ProductSwitcher, 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, ShapeSwitcher, Share, ShoppingCart, 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, TextItalic, Text, TextH1, TextH2, TextH3, TextH4, TextH5, TextLines, TextP, TextSize, ThankYouPage, TicketField, Tickets, TicketSettings, TicketTags, TimesheetVerifications, TimeTracking, ToggleHeaderRow, Transaction, Transcript, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, UpArrowCircle, Up, UpArrow, Upload, UserAdd, UserCircle, UserRemove, User, UserInfo, UserNotification, UserRole, UserRoundedRect, UserSettings, UserStar, UserTags, VerticalBottom, VerticalCenter, VerticalTop, Video, VideoAccessControl, VideoEdit, VideoOff, Views, ViewSettings, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, WarningFilled, Warning, Web, Whatsapp, WidgetModes, WidgetVisibility, Workflows, WorkspaceInfo, YesNo, Youtube };
429
+ export { AccessControl, ActivityLog, AddCircle, AddMenu, AddRectangle, Address, Agents, AgentStatus, ApiKeys, ApiTemplates, Apple, Approval, AppSwitcher, Archive, Articles, Ascending, AspectRatio, Assign, Attachment, AuditLogs, Bank, Billing, Blockquote, BoardView, Book, Bookmark, BookOpen, BorderDisable, BorderEnable, Braces, Browser, Bug, Building, Bulb, BusinessHour, Calendar, CalendarHoliday, 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, ColumnToLeft, ColumnToRight, Community, CompanyInfo, CompanyTags, Computer, Concat, Configure, ContactBook, ContactField, ContactTags, Contracts, Copy, CreditCard, Crown, Css3, Cta, Cursor, CustomDomain, Customers, CustomField, Customize, CustomSize, Dashboard, Database, DeleteColumn, DeleteRow, DeleteTable, Delete, Dependent, Descending, 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, FolderFill, FolderOpenFill, 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, MarginAll, MarginBottom, MarginLeft, MarginRight, MarginTop, MarginX, MarginY, 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, MyPreferences, NavLinks, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoEngage, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, NoReportsData, Notes, Notification, Os, PaddingAll, PaddingBottom, PaddingLeft, PaddingRight, PaddingTop, PaddingX, PaddingY, Paragraph, Pause, Phone, PhoneRing, Pin, Pipeline, Play, Plus, Prepend, PreventDuplicate, Print, ProductSwitcher, 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, RoutingForms, SadFaceGrey, Scale, Score, Search, Security, Send, SendPlane, Seo, Settings, SettingsChecked, Setup, Shapes, ShapeSwitcher, Share, ShoppingCart, 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, TextItalic, Text, TextH1, TextH2, TextH3, TextH4, TextH5, TextLines, TextP, TextSize, ThankYouPage, TicketField, Tickets, TicketSettings, TicketTags, TimeLock, TimesheetVerifications, TimeTracking, ToggleHeaderRow, Transaction, Transcript, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, UpArrowCircle, Up, UpArrow, Upload, UserAdd, UserCircle, UserRemove, User, UserInfo, UserNotification, UserRole, UserRoundedRect, UserSettings, UserStar, UserTags, VerticalBottom, VerticalCenter, VerticalTop, Video, VideoAccessControl, VideoEdit, VideoOff, Views, ViewSettings, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, WarningFilled, Warning, Web, Whatsapp, WidgetModes, WidgetVisibility, Workflows, WorkspaceInfo, YesNo, Youtube };
418
430
  //# sourceMappingURL=index.js.map