@bigbinary/neeto-icons 1.20.63 → 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.
- package/dist/cjs/icons/ApiKeys.js +92 -0
- package/dist/cjs/icons/ApiKeys.js.map +1 -0
- package/dist/cjs/icons/AuditLogs.js +65 -0
- package/dist/cjs/icons/AuditLogs.js.map +1 -0
- package/dist/cjs/icons/Billing.js +76 -0
- package/dist/cjs/icons/Billing.js.map +1 -0
- package/dist/cjs/icons/CalendarHoliday.js +83 -0
- package/dist/cjs/icons/CalendarHoliday.js.map +1 -0
- package/dist/cjs/icons/Contracts.js +77 -0
- package/dist/cjs/icons/Contracts.js.map +1 -0
- package/dist/cjs/icons/CustomDomain.js +2 -2
- package/dist/cjs/icons/CustomDomain.js.map +1 -1
- package/dist/cjs/icons/HourFormat.js +2 -2
- package/dist/cjs/icons/HourFormat.js.map +1 -1
- package/dist/cjs/icons/RoutingForms.js +76 -0
- package/dist/cjs/icons/RoutingForms.js.map +1 -0
- package/dist/cjs/icons/Seo.js +2 -2
- package/dist/cjs/icons/Seo.js.map +1 -1
- package/dist/cjs/icons/StartWeekOn.js +6 -6
- package/dist/cjs/icons/StartWeekOn.js.map +1 -1
- package/dist/cjs/icons/Taxonomy.js +15 -29
- package/dist/cjs/icons/Taxonomy.js.map +1 -1
- package/dist/cjs/icons/TimeLock.js +71 -0
- package/dist/cjs/icons/TimeLock.js.map +1 -0
- package/dist/cjs/icons/UserRole.js +32 -8
- package/dist/cjs/icons/UserRole.js.map +1 -1
- package/dist/cjs/icons/index.js +56 -0
- package/dist/cjs/icons/index.js.map +1 -1
- package/dist/icons/ApiKeys.js +82 -0
- package/dist/icons/ApiKeys.js.map +1 -0
- package/dist/icons/AuditLogs.js +55 -0
- package/dist/icons/AuditLogs.js.map +1 -0
- package/dist/icons/Billing.js +66 -0
- package/dist/icons/Billing.js.map +1 -0
- package/dist/icons/CalendarHoliday.js +73 -0
- package/dist/icons/CalendarHoliday.js.map +1 -0
- package/dist/icons/Contracts.js +67 -0
- package/dist/icons/Contracts.js.map +1 -0
- package/dist/icons/CustomDomain.js +2 -2
- package/dist/icons/CustomDomain.js.map +1 -1
- package/dist/icons/HourFormat.js +2 -2
- package/dist/icons/HourFormat.js.map +1 -1
- package/dist/icons/RoutingForms.js +66 -0
- package/dist/icons/RoutingForms.js.map +1 -0
- package/dist/icons/Seo.js +2 -2
- package/dist/icons/Seo.js.map +1 -1
- package/dist/icons/StartWeekOn.js +6 -6
- package/dist/icons/StartWeekOn.js.map +1 -1
- package/dist/icons/Taxonomy.js +15 -29
- package/dist/icons/Taxonomy.js.map +1 -1
- package/dist/icons/TimeLock.js +61 -0
- package/dist/icons/TimeLock.js.map +1 -0
- package/dist/icons/UserRole.js +32 -8
- package/dist/icons/UserRole.js.map +1 -1
- package/dist/icons/index.js +8 -1
- package/dist/icons/index.js.map +1 -1
- package/icons.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var ApiKeys = function ApiKeys(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#ApiKeys_js__clip0_2358_5241)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M2 20.5H1.4V21.1H2V20.5ZM2 17L1.57574 16.5757L1.4 16.7515V17H2ZM5.5 20.5V21.1H5.74853L5.92426 20.9243L5.5 20.5ZM9.5 16.5L9.92426 16.9243L10.3485 16.5L9.92426 16.0757L9.5 16.5ZM8.92426 15.0757C8.68995 14.8414 8.31005 14.8414 8.07574 15.0757C7.84142 15.3101 7.84142 15.6899 8.07574 15.9243L8.5 15.5L8.92426 15.0757ZM2 20.5H2.6V17H2H1.4V20.5H2ZM2 17L2.42426 17.4243L8.92426 10.9243L8.5 10.5L8.07574 10.0757L1.57574 16.5757L2 17ZM2 20.5V21.1H5.5V20.5V19.9H2V20.5ZM5.5 20.5L5.92426 20.9243L9.92426 16.9243L9.5 16.5L9.07574 16.0757L5.07574 20.0757L5.5 20.5ZM9.5 16.5L9.92426 16.0757L8.92426 15.0757L8.5 15.5L8.07574 15.9243L9.07574 16.9243L9.5 16.5Z",
|
|
38
|
+
fill: color
|
|
39
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
40
|
+
d: "M6.42426 17.5757C6.18995 17.3414 5.81005 17.3414 5.57574 17.5757C5.34142 17.8101 5.34142 18.1899 5.57574 18.4243L6 18L6.42426 17.5757ZM7 19L7.42426 18.5757L6.42426 17.5757L6 18L5.57574 18.4243L6.57574 19.4243L7 19Z",
|
|
41
|
+
fill: color
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
43
|
+
cx: 14,
|
|
44
|
+
cy: 8,
|
|
45
|
+
r: 1.4,
|
|
46
|
+
stroke: color,
|
|
47
|
+
strokeWidth: strokeWidth
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M20 8C20 4.68629 17.3137 2 14 2C10.6863 2 8 4.68629 8 8C8 8.89221 8.19474 9.73894 8.54404 10.5",
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth,
|
|
52
|
+
strokeLinecap: "round"
|
|
53
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
54
|
+
cx: 19.6748,
|
|
55
|
+
cy: 15.4883,
|
|
56
|
+
r: 0.725195,
|
|
57
|
+
transform: "rotate(180 19.6748 15.4883)",
|
|
58
|
+
fill: color,
|
|
59
|
+
stroke: color,
|
|
60
|
+
strokeWidth: strokeWidth
|
|
61
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
62
|
+
cx: 14.6748,
|
|
63
|
+
cy: 15.4689,
|
|
64
|
+
r: 0.725195,
|
|
65
|
+
transform: "rotate(180 14.6748 15.4689)",
|
|
66
|
+
fill: color,
|
|
67
|
+
stroke: color,
|
|
68
|
+
strokeWidth: strokeWidth
|
|
69
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
70
|
+
cx: 14.6553,
|
|
71
|
+
cy: 20.4688,
|
|
72
|
+
r: 0.744727,
|
|
73
|
+
transform: "rotate(180 14.6553 20.4688)",
|
|
74
|
+
fill: color,
|
|
75
|
+
stroke: color,
|
|
76
|
+
strokeWidth: strokeWidth
|
|
77
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
78
|
+
d: "M14.666 19.9786V15.4786H19.666",
|
|
79
|
+
stroke: color,
|
|
80
|
+
strokeWidth: strokeWidth
|
|
81
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
82
|
+
id: "ApiKeys_js__clip0_2358_5241"
|
|
83
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
84
|
+
width: 24,
|
|
85
|
+
height: 24,
|
|
86
|
+
fill: color
|
|
87
|
+
}))));
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
var _default = ApiKeys;
|
|
91
|
+
exports.default = _default;
|
|
92
|
+
//# sourceMappingURL=ApiKeys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/ApiKeys.js"],"names":["ApiKeys","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,OAAO,GAAG,SAAVA,OAAU,OAKV;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,qoBADJ;AAEE,IAAA,IAAI,EAAEF;AAFR,IADF,eAKE;AACE,IAAA,CAAC,EAAC,wNADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IALF,eASE;AACE,IAAA,EAAE,EAAE,EADN;AAEE,IAAA,EAAE,EAAE,CAFN;AAGE,IAAA,CAAC,EAAE,GAHL;AAIE,IAAA,MAAM,EAAEA,KAJV;AAKE,IAAA,WAAW,EAAEC;AALf,IATF,eAgBE;AACE,IAAA,CAAC,EAAC,gGADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IAhBF,eAsBE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,OAFN;AAGE,IAAA,CAAC,EAAE,QAHL;AAIE,IAAA,SAAS,EAAC,6BAJZ;AAKE,IAAA,IAAI,EAAED,KALR;AAME,IAAA,MAAM,EAAEA,KANV;AAOE,IAAA,WAAW,EAAEC;AAPf,IAtBF,eA+BE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,OAFN;AAGE,IAAA,CAAC,EAAE,QAHL;AAIE,IAAA,SAAS,EAAC,6BAJZ;AAKE,IAAA,IAAI,EAAED,KALR;AAME,IAAA,MAAM,EAAEA,KANV;AAOE,IAAA,WAAW,EAAEC;AAPf,IA/BF,eAwCE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,OAFN;AAGE,IAAA,CAAC,EAAE,QAHL;AAIE,IAAA,SAAS,EAAC,6BAJZ;AAKE,IAAA,IAAI,EAAED,KALR;AAME,IAAA,MAAM,EAAEA,KANV;AAOE,IAAA,WAAW,EAAEC;AAPf,IAxCF,eAiDE;AACE,IAAA,CAAC,EAAC,gCADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC;AAHf,IAjDF,CADF,eAwDE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAxDF,CADF;AAgED,CAtED;;eAuEeF,O","sourcesContent":["import React from \"react\";\nconst ApiKeys = ({\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(#ApiKeys_js__clip0_2358_5241)\">\n <path\n d=\"M2 20.5H1.4V21.1H2V20.5ZM2 17L1.57574 16.5757L1.4 16.7515V17H2ZM5.5 20.5V21.1H5.74853L5.92426 20.9243L5.5 20.5ZM9.5 16.5L9.92426 16.9243L10.3485 16.5L9.92426 16.0757L9.5 16.5ZM8.92426 15.0757C8.68995 14.8414 8.31005 14.8414 8.07574 15.0757C7.84142 15.3101 7.84142 15.6899 8.07574 15.9243L8.5 15.5L8.92426 15.0757ZM2 20.5H2.6V17H2H1.4V20.5H2ZM2 17L2.42426 17.4243L8.92426 10.9243L8.5 10.5L8.07574 10.0757L1.57574 16.5757L2 17ZM2 20.5V21.1H5.5V20.5V19.9H2V20.5ZM5.5 20.5L5.92426 20.9243L9.92426 16.9243L9.5 16.5L9.07574 16.0757L5.07574 20.0757L5.5 20.5ZM9.5 16.5L9.92426 16.0757L8.92426 15.0757L8.5 15.5L8.07574 15.9243L9.07574 16.9243L9.5 16.5Z\"\n fill={color}\n />\n <path\n d=\"M6.42426 17.5757C6.18995 17.3414 5.81005 17.3414 5.57574 17.5757C5.34142 17.8101 5.34142 18.1899 5.57574 18.4243L6 18L6.42426 17.5757ZM7 19L7.42426 18.5757L6.42426 17.5757L6 18L5.57574 18.4243L6.57574 19.4243L7 19Z\"\n fill={color}\n />\n <circle\n cx={14}\n cy={8}\n r={1.4}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M20 8C20 4.68629 17.3137 2 14 2C10.6863 2 8 4.68629 8 8C8 8.89221 8.19474 9.73894 8.54404 10.5\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <circle\n cx={19.6748}\n cy={15.4883}\n r={0.725195}\n transform=\"rotate(180 19.6748 15.4883)\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <circle\n cx={14.6748}\n cy={15.4689}\n r={0.725195}\n transform=\"rotate(180 14.6748 15.4689)\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <circle\n cx={14.6553}\n cy={20.4688}\n r={0.744727}\n transform=\"rotate(180 14.6553 20.4688)\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M14.666 19.9786V15.4786H19.666\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"ApiKeys_js__clip0_2358_5241\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default ApiKeys;\n"],"file":"ApiKeys.js"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var AuditLogs = function AuditLogs(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#AuditLogs_js__clip0_2358_5235)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M5 7C5 8.06087 5.42143 9.07828 6.17157 9.82843C6.92172 10.5786 7.93913 11 9 11C10.0609 11 11.0783 10.5786 11.8284 9.82843C12.5786 9.07828 13 8.06087 13 7C13 5.93913 12.5786 4.92172 11.8284 4.17157C11.0783 3.42143 10.0609 3 9 3C7.93913 3 6.92172 3.42143 6.17157 4.17157C5.42143 4.92172 5 5.93913 5 7Z",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
+
d: "M3 21V19C3 17.9391 3.42143 16.9217 4.17157 16.1716C4.92172 15.4214 5.93913 15 7 15H11",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: strokeWidth,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M19.5655 19.5782L22 22M19.5891 14.9539C20.8677 16.2258 20.8677 18.2879 19.5891 19.5598C18.3105 20.8316 16.2375 20.8316 14.9589 19.5598C13.6804 18.2879 13.6804 16.2258 14.9589 14.9539C16.2375 13.682 18.3105 13.682 19.5891 14.9539Z",
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
55
|
+
id: "AuditLogs_js__clip0_2358_5235"
|
|
56
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
57
|
+
width: 24,
|
|
58
|
+
height: 24,
|
|
59
|
+
fill: color
|
|
60
|
+
}))));
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
var _default = AuditLogs;
|
|
64
|
+
exports.default = _default;
|
|
65
|
+
//# sourceMappingURL=AuditLogs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/AuditLogs.js"],"names":["AuditLogs","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,SAAS,GAAG,SAAZA,SAAY,OAKZ;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,6SADJ;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,uFADJ;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,uOADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,CADF,eAwBE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAxBF,CADF;AAgCD,CAtCD;;eAuCeF,S","sourcesContent":["import React from \"react\";\nconst AuditLogs = ({\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(#AuditLogs_js__clip0_2358_5235)\">\n <path\n d=\"M5 7C5 8.06087 5.42143 9.07828 6.17157 9.82843C6.92172 10.5786 7.93913 11 9 11C10.0609 11 11.0783 10.5786 11.8284 9.82843C12.5786 9.07828 13 8.06087 13 7C13 5.93913 12.5786 4.92172 11.8284 4.17157C11.0783 3.42143 10.0609 3 9 3C7.93913 3 6.92172 3.42143 6.17157 4.17157C5.42143 4.92172 5 5.93913 5 7Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3 21V19C3 17.9391 3.42143 16.9217 4.17157 16.1716C4.92172 15.4214 5.93913 15 7 15H11\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.5655 19.5782L22 22M19.5891 14.9539C20.8677 16.2258 20.8677 18.2879 19.5891 19.5598C18.3105 20.8316 16.2375 20.8316 14.9589 19.5598C13.6804 18.2879 13.6804 16.2258 14.9589 14.9539C16.2375 13.682 18.3105 13.682 19.5891 14.9539Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"AuditLogs_js__clip0_2358_5235\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default AuditLogs;\n"],"file":"AuditLogs.js"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Billing = function Billing(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Billing_js__clip0_2358_5224)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M22 13V8C22 7.20435 21.6488 6.44129 21.0237 5.87868C20.3986 5.31607 19.5507 5 18.6667 5H5.33333C4.44928 5 3.60143 5.31607 2.97631 5.87868C2.35119 6.44129 2 7.20435 2 8V16C2 16.7956 2.35119 17.5587 2.97631 18.1213C3.60143 18.6839 4.44928 19 5.33333 19H12",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
+
d: "M2 9L22 9",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: strokeWidth,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M5 15H5.01",
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M7 15L13 15",
|
|
56
|
+
stroke: color,
|
|
57
|
+
strokeWidth: strokeWidth,
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round"
|
|
60
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
61
|
+
d: "M16 18L17.7879 19.7879C17.905 19.905 18.095 19.905 18.2121 19.7879L22 16",
|
|
62
|
+
stroke: color,
|
|
63
|
+
strokeWidth: strokeWidth,
|
|
64
|
+
strokeLinecap: "round"
|
|
65
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
66
|
+
id: "Billing_js__clip0_2358_5224"
|
|
67
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
68
|
+
width: 24,
|
|
69
|
+
height: 24,
|
|
70
|
+
fill: color
|
|
71
|
+
}))));
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
var _default = Billing;
|
|
75
|
+
exports.default = _default;
|
|
76
|
+
//# sourceMappingURL=Billing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Billing.js"],"names":["Billing","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,OAAO,GAAG,SAAVA,OAAU,OAKV;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,+PADJ;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,YADJ;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,aADJ;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,0EADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IA7BF,CADF,eAqCE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CArCF,CADF;AA6CD,CAnDD;;eAoDeF,O","sourcesContent":["import React from \"react\";\nconst Billing = ({\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(#Billing_js__clip0_2358_5224)\">\n <path\n d=\"M22 13V8C22 7.20435 21.6488 6.44129 21.0237 5.87868C20.3986 5.31607 19.5507 5 18.6667 5H5.33333C4.44928 5 3.60143 5.31607 2.97631 5.87868C2.35119 6.44129 2 7.20435 2 8V16C2 16.7956 2.35119 17.5587 2.97631 18.1213C3.60143 18.6839 4.44928 19 5.33333 19H12\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M2 9L22 9\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 15H5.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M7 15L13 15\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 18L17.7879 19.7879C17.905 19.905 18.095 19.905 18.2121 19.7879L22 16\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Billing_js__clip0_2358_5224\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Billing;\n"],"file":"Billing.js"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var CalendarHoliday = function CalendarHoliday(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#CalendarHoliday_js__clip0_2358_5277)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M11.5 21H6C5.46957 21 4.96086 20.7893 4.58579 20.4142C4.21071 20.0391 4 19.5304 4 19V7C4 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 7V11",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
+
d: "M16 3V5",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: strokeWidth,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M8 3V5",
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M4 11H20",
|
|
56
|
+
stroke: color,
|
|
57
|
+
strokeWidth: strokeWidth,
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round"
|
|
60
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
61
|
+
d: "M14 18C14 18.5253 14.1035 19.0454 14.3045 19.5307C14.5055 20.016 14.8001 20.457 15.1716 20.8284C15.543 21.1999 15.984 21.4945 16.4693 21.6955C16.9546 21.8965 17.4747 22 18 22C18.5253 22 19.0454 21.8965 19.5307 21.6955C20.016 21.4945 20.457 21.1999 20.8284 20.8284C21.1999 20.457 21.4945 20.016 21.6955 19.5307C21.8965 19.0454 22 18.5253 22 18C22 17.4747 21.8965 16.9546 21.6955 16.4693C21.4945 15.984 21.1999 15.543 20.8284 15.1716C20.457 14.8001 20.016 14.5055 19.5307 14.3045C19.0454 14.1035 18.5253 14 18 14C17.4747 14 16.9546 14.1035 16.4693 14.3045C15.984 14.5055 15.543 14.8001 15.1716 15.1716C14.8001 15.543 14.5055 15.984 14.3045 16.4693C14.1035 16.9546 14 17.4747 14 18Z",
|
|
62
|
+
stroke: color,
|
|
63
|
+
strokeWidth: strokeWidth,
|
|
64
|
+
strokeLinecap: "round",
|
|
65
|
+
strokeLinejoin: "round"
|
|
66
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
67
|
+
d: "M15.2 15.2L20.8 20.8",
|
|
68
|
+
stroke: color,
|
|
69
|
+
strokeWidth: strokeWidth,
|
|
70
|
+
strokeLinecap: "round",
|
|
71
|
+
strokeLinejoin: "round"
|
|
72
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
73
|
+
id: "CalendarHoliday_js__clip0_2358_5277"
|
|
74
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
75
|
+
width: 24,
|
|
76
|
+
height: 24,
|
|
77
|
+
fill: color
|
|
78
|
+
}))));
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
var _default = CalendarHoliday;
|
|
82
|
+
exports.default = _default;
|
|
83
|
+
//# sourceMappingURL=CalendarHoliday.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/CalendarHoliday.js"],"names":["CalendarHoliday","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,eAAe,GAAG,SAAlBA,eAAkB,OAKlB;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,gPADJ;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,yqBADJ;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,sBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IApCF,CADF,eA6CE,wDACE;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;;eA4DeF,e","sourcesContent":["import React from \"react\";\nconst CalendarHoliday = ({\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(#CalendarHoliday_js__clip0_2358_5277)\">\n <path\n d=\"M11.5 21H6C5.46957 21 4.96086 20.7893 4.58579 20.4142C4.21071 20.0391 4 19.5304 4 19V7C4 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 7V11\"\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 11H20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14 18C14 18.5253 14.1035 19.0454 14.3045 19.5307C14.5055 20.016 14.8001 20.457 15.1716 20.8284C15.543 21.1999 15.984 21.4945 16.4693 21.6955C16.9546 21.8965 17.4747 22 18 22C18.5253 22 19.0454 21.8965 19.5307 21.6955C20.016 21.4945 20.457 21.1999 20.8284 20.8284C21.1999 20.457 21.4945 20.016 21.6955 19.5307C21.8965 19.0454 22 18.5253 22 18C22 17.4747 21.8965 16.9546 21.6955 16.4693C21.4945 15.984 21.1999 15.543 20.8284 15.1716C20.457 14.8001 20.016 14.5055 19.5307 14.3045C19.0454 14.1035 18.5253 14 18 14C17.4747 14 16.9546 14.1035 16.4693 14.3045C15.984 14.5055 15.543 14.8001 15.1716 15.1716C14.8001 15.543 14.5055 15.984 14.3045 16.4693C14.1035 16.9546 14 17.4747 14 18Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15.2 15.2L20.8 20.8\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"CalendarHoliday_js__clip0_2358_5277\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default CalendarHoliday;\n"],"file":"CalendarHoliday.js"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var Contracts = function Contracts(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#Contracts_js__clip0_2358_5247)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
d: "M8 21H6C5.20435 21 4.44129 20.6839 3.87868 20.1213C3.31607 19.5587 3 18.7956 3 18V17H8.5",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
+
d: "M5 17V6C5 5.20435 5.31607 4.44129 5.87868 3.87868C6.44129 3.31607 7.20435 3 8 3H17V10",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: strokeWidth,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M9 7H13",
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M9 11H13",
|
|
56
|
+
stroke: color,
|
|
57
|
+
strokeWidth: strokeWidth,
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round"
|
|
60
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
61
|
+
d: "M18.42 12.61C18.8138 12.2162 19.348 11.9949 19.905 11.9949C20.462 11.9949 20.9962 12.2162 21.39 12.61C21.7838 13.0039 22.0051 13.538 22.0051 14.095C22.0051 14.652 21.7838 15.1862 21.39 15.58L15 22H12V19L18.42 12.61Z",
|
|
62
|
+
stroke: color,
|
|
63
|
+
strokeWidth: strokeWidth,
|
|
64
|
+
strokeLinecap: "round",
|
|
65
|
+
strokeLinejoin: "round"
|
|
66
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
67
|
+
id: "Contracts_js__clip0_2358_5247"
|
|
68
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
69
|
+
width: 24,
|
|
70
|
+
height: 24,
|
|
71
|
+
fill: color
|
|
72
|
+
}))));
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
var _default = Contracts;
|
|
76
|
+
exports.default = _default;
|
|
77
|
+
//# sourceMappingURL=Contracts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/Contracts.js"],"names":["Contracts","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,SAAS,GAAG,SAAZA,SAAY,OAKZ;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,0FADJ;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,uFADJ;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,SADJ;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,yNADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA7BF,CADF,eAsCE,wDACE;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;;eAqDeF,S","sourcesContent":["import React from \"react\";\nconst Contracts = ({\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(#Contracts_js__clip0_2358_5247)\">\n <path\n d=\"M8 21H6C5.20435 21 4.44129 20.6839 3.87868 20.1213C3.31607 19.5587 3 18.7956 3 18V17H8.5\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 17V6C5 5.20435 5.31607 4.44129 5.87868 3.87868C6.44129 3.31607 7.20435 3 8 3H17V10\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 7H13\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 11H13\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M18.42 12.61C18.8138 12.2162 19.348 11.9949 19.905 11.9949C20.462 11.9949 20.9962 12.2162 21.39 12.61C21.7838 13.0039 22.0051 13.538 22.0051 14.095C22.0051 14.652 21.7838 15.1862 21.39 15.58L15 22H12V19L18.42 12.61Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Contracts_js__clip0_2358_5247\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Contracts;\n"],"file":"Contracts.js"}
|
|
@@ -32,7 +32,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
32
32
|
viewBox: "0 0 24 24",
|
|
33
33
|
fill: "none"
|
|
34
34
|
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
-
clipPath: "url(#
|
|
35
|
+
clipPath: "url(#CustomDomain_js__clip0_2358_5212)"
|
|
36
36
|
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
37
|
d: "M20.6025 9.35496C20.0344 7.50711 18.8863 5.89131 17.3283 4.74677C15.7703 3.60223 13.8851 2.9898 11.9519 3.00013C10.0187 3.01046 8.14021 3.64301 6.5945 4.80413C5.0488 5.96525 3.91806 7.59322 3.36968 9.44705C2.8213 11.3009 2.88442 13.282 3.5497 15.0972C4.21498 16.9123 5.44706 18.465 7.06354 19.5254C8.29307 20.3319 9.69528 20.821 11.1454 20.9593",
|
|
38
38
|
stroke: color,
|
|
@@ -82,7 +82,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
82
82
|
strokeLinecap: "round",
|
|
83
83
|
strokeLinejoin: "round"
|
|
84
84
|
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
85
|
-
id: "
|
|
85
|
+
id: "CustomDomain_js__clip0_2358_5212"
|
|
86
86
|
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
87
87
|
width: 24,
|
|
88
88
|
height: 24,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../generate/icons/CustomDomain.js"],"names":["CustomDomain","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,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,0VADJ;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,0BADJ;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,sBADJ;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,kHADJ;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,6DADJ;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,kCADJ;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,+NADJ;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,2TADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAlDF,CADF,eA2DE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CA3DF,CADF;AAmED,CAzED;;eA0EeF,Y","sourcesContent":["import React from \"react\";\nconst CustomDomain = ({\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(#
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/CustomDomain.js"],"names":["CustomDomain","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,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,0VADJ;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,0BADJ;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,sBADJ;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,kHADJ;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,6DADJ;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,kCADJ;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,+NADJ;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,2TADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAlDF,CADF,eA2DE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CA3DF,CADF;AAmED,CAzED;;eA0EeF,Y","sourcesContent":["import React from \"react\";\nconst CustomDomain = ({\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(#CustomDomain_js__clip0_2358_5212)\">\n <path\n d=\"M20.6025 9.35496C20.0344 7.50711 18.8863 5.89131 17.3283 4.74677C15.7703 3.60223 13.8851 2.9898 11.9519 3.00013C10.0187 3.01046 8.14021 3.64301 6.5945 4.80413C5.0488 5.96525 3.91806 7.59322 3.36968 9.44705C2.8213 11.3009 2.88442 13.282 3.5497 15.0972C4.21498 16.9123 5.44706 18.465 7.06354 19.5254C8.29307 20.3319 9.69528 20.821 11.1454 20.9593\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3.59991 9.00067H20.3999\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3.59991 15.0007H8.5\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.4999 3.00067C9.81525 5.70028 8.92212 8.81854 8.92212 12.0007C8.92212 15.1828 9.81525 18.3011 11.4999 21.0007\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.4999 3.00067C14.1981 5.71573 15.0809 8.83769 15.0778 12\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16.4999 18.4997L19.4996 15.4999\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17.4998 14.0001L17.7312 13.7321C18.2001 13.2633 18.836 13 19.499 13C20.162 13 20.7979 13.2635 21.2667 13.7323C21.7355 14.2012 21.9988 14.8371 21.9988 15.5001C21.9987 16.1632 21.7353 16.799 21.2664 17.2678L20.9995 17.4998\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M18.4997 19.9996L18.3012 20.2666C17.8269 20.7356 17.1867 20.9987 16.5196 20.9987C15.8525 20.9987 15.2123 20.7356 14.738 20.2666C14.5042 20.0354 14.3186 19.7601 14.1919 19.4567C14.0652 19.1533 14 18.8278 14 18.499C14 18.1702 14.0652 17.8446 14.1919 17.5412C14.3186 17.2378 14.5042 16.9625 14.738 16.7314L15 16.4999\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"CustomDomain_js__clip0_2358_5212\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default CustomDomain;\n"],"file":"CustomDomain.js"}
|
|
@@ -32,7 +32,7 @@ var HourFormat = function HourFormat(_ref) {
|
|
|
32
32
|
viewBox: "0 0 24 24",
|
|
33
33
|
fill: "none"
|
|
34
34
|
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
-
clipPath: "url(#
|
|
35
|
+
clipPath: "url(#HourFormat_js__clip0_2358_5271)"
|
|
36
36
|
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
37
|
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",
|
|
38
38
|
stroke: color,
|
|
@@ -58,7 +58,7 @@ var HourFormat = function HourFormat(_ref) {
|
|
|
58
58
|
strokeLinecap: "round",
|
|
59
59
|
strokeLinejoin: "round"
|
|
60
60
|
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
61
|
-
id: "
|
|
61
|
+
id: "HourFormat_js__clip0_2358_5271"
|
|
62
62
|
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
63
63
|
width: 24,
|
|
64
64
|
height: 24,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../generate/icons/HourFormat.js"],"names":["HourFormat","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,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;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,8/DADJ;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,wLADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,CADF,eA+BE,wDACE;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;;eA8CeF,U","sourcesContent":["import React from \"react\";\nconst HourFormat = ({\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(#
|
|
1
|
+
{"version":3,"sources":["../../../generate/icons/HourFormat.js"],"names":["HourFormat","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,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;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,8/DADJ;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,wLADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,CADF,eA+BE,wDACE;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;;eA8CeF,U","sourcesContent":["import React from \"react\";\nconst HourFormat = ({\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(#HourFormat_js__clip0_2358_5271)\">\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=\"M18.9319 13C19.0431 13 19.1515 13.0354 19.2425 13.1012C19.3334 13.167 19.4024 13.2601 19.4399 13.3678L19.7142 14.1539C19.7577 14.2775 19.8422 14.3814 19.9528 14.4472L20.7664 14.9306C20.8769 14.9962 21.0064 15.0194 21.132 14.9961L21.931 14.8478C22.0405 14.8273 22.1535 14.8421 22.2545 14.8903C22.3555 14.9384 22.4395 15.0175 22.4952 15.1167L22.9271 15.8833C22.9829 15.9823 23.0076 16.0965 22.998 16.2105C22.9883 16.3244 22.9447 16.4325 22.8731 16.52L22.3489 17.1578C22.2663 17.2581 22.221 17.3852 22.2209 17.5167V18.4833C22.221 18.6148 22.2663 18.7419 22.3489 18.8422L22.8731 19.48C22.9447 19.5675 22.9883 19.6756 22.998 19.7895C23.0076 19.9035 22.9829 20.0177 22.9271 20.1167L22.4952 20.8833C22.4396 20.9824 22.3556 21.0614 22.2547 21.1096C22.1538 21.1577 22.0409 21.1726 21.9315 21.1522L21.1325 21.0039C21.007 20.9806 20.8775 21.0038 20.767 21.0694L19.9534 21.5528C19.8428 21.6186 19.7583 21.7225 19.7147 21.8461L19.4405 22.6322C19.4029 22.74 19.3338 22.8332 19.2428 22.899C19.1518 22.9648 19.0432 23.0001 18.9319 23H18.0681C17.9569 23 17.8485 22.9646 17.7575 22.8988C17.6666 22.833 17.5976 22.7399 17.5601 22.6322L17.2858 21.8461C17.2423 21.7227 17.158 21.6188 17.0477 21.5528L16.2336 21.0694C16.1231 21.0038 15.9936 20.9806 15.868 21.0039L15.069 21.1522C14.9595 21.1727 14.8465 21.1579 14.7455 21.1097C14.6445 21.0616 14.5605 20.9825 14.5048 20.8833L14.0729 20.1167C14.0171 20.0177 13.9924 19.9035 14.002 19.7895C14.0117 19.6756 14.0553 19.5675 14.1269 19.48L14.6511 18.8422C14.7337 18.7419 14.779 18.6148 14.7791 18.4833V17.5167C14.779 17.3852 14.7337 17.2581 14.6511 17.1578L14.1323 16.52C14.0607 16.4325 14.0171 16.3244 14.0074 16.2105C13.9978 16.0965 14.0225 15.9823 14.0783 15.8833L14.5102 15.1167C14.5658 15.0176 14.6498 14.9386 14.7507 14.8904C14.8516 14.8423 14.9645 14.8274 15.0739 14.8478L15.8729 14.9961C15.9984 15.0194 16.1279 14.9962 16.2384 14.9306L17.0526 14.4472C17.1629 14.3812 17.2471 14.2773 17.2907 14.1539L17.5649 13.3678C17.6022 13.2609 17.6704 13.1684 17.7604 13.1026C17.8504 13.0368 17.9577 13.001 18.0681 13H18.9319Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M18.5 19.5278C19.32 19.5278 19.9847 18.8438 19.9847 18C19.9847 17.1562 19.32 16.4722 18.5 16.4722C17.68 16.4722 17.0153 17.1562 17.0153 18C17.0153 18.8438 17.68 19.5278 18.5 19.5278Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"HourFormat_js__clip0_2358_5271\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default HourFormat;\n"],"file":"HourFormat.js"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
var RoutingForms = function RoutingForms(_ref) {
|
|
21
|
+
var _ref$size = _ref.size,
|
|
22
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23
|
+
_ref$color = _ref.color,
|
|
24
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
25
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
26
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/_react.default.createElement("g", {
|
|
35
|
+
clipPath: "url(#RoutingForms_js__clip0_2358_5218)"
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
37
|
+
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",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: strokeWidth,
|
|
40
|
+
strokeLinecap: "round"
|
|
41
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
42
|
+
d: "M12.6875 12H18.0312",
|
|
43
|
+
stroke: color,
|
|
44
|
+
strokeWidth: strokeWidth
|
|
45
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
46
|
+
d: "M12.6875 14.375H18.0312",
|
|
47
|
+
stroke: color,
|
|
48
|
+
strokeWidth: strokeWidth
|
|
49
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
50
|
+
d: "M12.6875 16.7499H15.0625",
|
|
51
|
+
stroke: color,
|
|
52
|
+
strokeWidth: strokeWidth
|
|
53
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
54
|
+
d: "M11.9999 8.00003L13.9999 6.00003L11.9999 4.00003",
|
|
55
|
+
stroke: color,
|
|
56
|
+
strokeWidth: strokeWidth,
|
|
57
|
+
strokeLinecap: "round",
|
|
58
|
+
strokeLinejoin: "round"
|
|
59
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
60
|
+
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",
|
|
61
|
+
stroke: color,
|
|
62
|
+
strokeWidth: strokeWidth,
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round"
|
|
65
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
66
|
+
id: "RoutingForms_js__clip0_2358_5218"
|
|
67
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
68
|
+
width: 24,
|
|
69
|
+
height: 24,
|
|
70
|
+
fill: color
|
|
71
|
+
}))));
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
var _default = RoutingForms;
|
|
75
|
+
exports.default = _default;
|
|
76
|
+
//# sourceMappingURL=RoutingForms.js.map
|