@semcore/illustration 17.0.0-prerelease.4 → 17.0.1-prerelease.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AccessDenied/index.d.ts +28 -0
- package/AccessDenied/index.js +242 -0
- package/AccessDenied/index.mjs +220 -0
- package/AccessLogIn/index.d.ts +28 -0
- package/AccessLogIn/index.js +344 -0
- package/AccessLogIn/index.mjs +322 -0
- package/AreaChart/index.d.ts +28 -0
- package/AreaChart/index.js +89 -0
- package/AreaChart/index.mjs +67 -0
- package/Blocked/index.d.ts +28 -0
- package/Blocked/index.js +493 -0
- package/Blocked/index.mjs +471 -0
- package/CHANGELOG.md +3 -73
- package/ChoroplethMapChart/index.d.ts +28 -0
- package/ChoroplethMapChart/index.js +111 -0
- package/ChoroplethMapChart/index.mjs +89 -0
- package/Coffee/index.d.ts +28 -0
- package/Coffee/index.js +96 -0
- package/Coffee/index.mjs +74 -0
- package/Collection/index.d.ts +28 -0
- package/Collection/index.js +90 -0
- package/Collection/index.mjs +68 -0
- package/CombinedChart/index.d.ts +28 -0
- package/CombinedChart/index.js +118 -0
- package/CombinedChart/index.mjs +96 -0
- package/Configuration/index.d.ts +28 -0
- package/Configuration/index.js +197 -0
- package/Configuration/index.mjs +175 -0
- package/Confirmation/index.d.ts +28 -0
- package/Confirmation/index.js +267 -0
- package/Confirmation/index.mjs +245 -0
- package/Congrats/index.d.ts +28 -0
- package/Congrats/index.js +147 -0
- package/Congrats/index.mjs +125 -0
- package/ConnectionLost/index.d.ts +28 -0
- package/ConnectionLost/index.js +299 -0
- package/ConnectionLost/index.mjs +277 -0
- package/DeletedAccount/index.d.ts +28 -0
- package/DeletedAccount/index.js +376 -0
- package/DeletedAccount/index.mjs +354 -0
- package/DeletedPage/index.d.ts +28 -0
- package/DeletedPage/index.js +81 -0
- package/DeletedPage/index.mjs +59 -0
- package/Dns/index.d.ts +28 -0
- package/Dns/index.js +180 -0
- package/Dns/index.mjs +158 -0
- package/DonutChart/index.d.ts +28 -0
- package/DonutChart/index.js +131 -0
- package/DonutChart/index.mjs +109 -0
- package/Duplicates/index.d.ts +28 -0
- package/Duplicates/index.js +108 -0
- package/Duplicates/index.mjs +86 -0
- package/Feedback/index.d.ts +28 -0
- package/Feedback/index.js +96 -0
- package/Feedback/index.mjs +74 -0
- package/FunnelChart/index.d.ts +28 -0
- package/FunnelChart/index.js +98 -0
- package/FunnelChart/index.mjs +76 -0
- package/Good/index.d.ts +28 -0
- package/Good/index.js +131 -0
- package/Good/index.mjs +109 -0
- package/HeatMapChart/index.d.ts +28 -0
- package/HeatMapChart/index.js +116 -0
- package/HeatMapChart/index.mjs +94 -0
- package/HorizontalBarChart/index.d.ts +28 -0
- package/HorizontalBarChart/index.js +102 -0
- package/HorizontalBarChart/index.mjs +80 -0
- package/KagiChart/index.d.ts +28 -0
- package/KagiChart/index.js +83 -0
- package/KagiChart/index.mjs +61 -0
- package/LineChart/index.d.ts +28 -0
- package/LineChart/index.js +86 -0
- package/LineChart/index.mjs +64 -0
- package/LollipopChart/index.d.ts +28 -0
- package/LollipopChart/index.js +103 -0
- package/LollipopChart/index.mjs +81 -0
- package/MailSent/index.d.ts +28 -0
- package/MailSent/index.js +142 -0
- package/MailSent/index.mjs +120 -0
- package/Maintenance/index.d.ts +28 -0
- package/Maintenance/index.js +363 -0
- package/Maintenance/index.mjs +341 -0
- package/Nexttime/index.d.ts +28 -0
- package/Nexttime/index.js +110 -0
- package/Nexttime/index.mjs +88 -0
- package/NoPayment/index.d.ts +28 -0
- package/NoPayment/index.js +304 -0
- package/NoPayment/index.mjs +282 -0
- package/NothingFound/index.d.ts +28 -0
- package/NothingFound/index.js +134 -0
- package/NothingFound/index.mjs +112 -0
- package/OtherData/index.d.ts +28 -0
- package/OtherData/index.js +117 -0
- package/OtherData/index.mjs +95 -0
- package/PageError/index.d.ts +28 -0
- package/PageError/index.js +224 -0
- package/PageError/index.mjs +202 -0
- package/PageNotFound/index.d.ts +28 -0
- package/PageNotFound/index.js +284 -0
- package/PageNotFound/index.mjs +262 -0
- package/PieChart/index.d.ts +28 -0
- package/PieChart/index.js +116 -0
- package/PieChart/index.mjs +94 -0
- package/Processing/index.d.ts +28 -0
- package/Processing/index.js +96 -0
- package/Processing/index.mjs +74 -0
- package/ProjectNotFound/index.d.ts +28 -0
- package/ProjectNotFound/index.js +247 -0
- package/ProjectNotFound/index.mjs +225 -0
- package/README.md +32 -5
- package/RadarChart/index.d.ts +28 -0
- package/RadarChart/index.js +95 -0
- package/RadarChart/index.mjs +73 -0
- package/RadialTreeChart/index.d.ts +28 -0
- package/RadialTreeChart/index.js +137 -0
- package/RadialTreeChart/index.mjs +115 -0
- package/SankeyChart/index.d.ts +28 -0
- package/SankeyChart/index.js +123 -0
- package/SankeyChart/index.mjs +101 -0
- package/ScatterPlotChart/index.d.ts +28 -0
- package/ScatterPlotChart/index.js +108 -0
- package/ScatterPlotChart/index.mjs +86 -0
- package/StackedAreaChart/index.d.ts +28 -0
- package/StackedAreaChart/index.js +110 -0
- package/StackedAreaChart/index.mjs +88 -0
- package/Suggestion/index.d.ts +28 -0
- package/Suggestion/index.js +94 -0
- package/Suggestion/index.mjs +72 -0
- package/Suggestions/index.d.ts +28 -0
- package/Suggestions/index.js +97 -0
- package/Suggestions/index.mjs +75 -0
- package/Table/index.d.ts +28 -0
- package/Table/index.js +81 -0
- package/Table/index.mjs +59 -0
- package/TagCloud/index.d.ts +28 -0
- package/TagCloud/index.js +108 -0
- package/TagCloud/index.mjs +86 -0
- package/TextLinksEtc/index.d.ts +28 -0
- package/TextLinksEtc/index.js +84 -0
- package/TextLinksEtc/index.mjs +62 -0
- package/Timeout/index.d.ts +28 -0
- package/Timeout/index.js +381 -0
- package/Timeout/index.mjs +359 -0
- package/UnderConstruction/index.d.ts +28 -0
- package/UnderConstruction/index.js +143 -0
- package/UnderConstruction/index.mjs +121 -0
- package/VennChart/index.d.ts +28 -0
- package/VennChart/index.js +109 -0
- package/VennChart/index.mjs +87 -0
- package/VerticalBarChart/index.d.ts +28 -0
- package/VerticalBarChart/index.js +103 -0
- package/VerticalBarChart/index.mjs +81 -0
- package/Waiting/index.d.ts +28 -0
- package/Waiting/index.js +96 -0
- package/Waiting/index.mjs +74 -0
- package/Warning/index.d.ts +28 -0
- package/Warning/index.js +91 -0
- package/Warning/index.mjs +69 -0
- package/clear.ts +25 -0
- package/lib/AccessDenied/index.js +26 -207
- package/lib/AccessDenied/index.mjs +18 -206
- package/lib/AccessLogIn/index.js +26 -309
- package/lib/AccessLogIn/index.mjs +18 -308
- package/lib/AreaChart/index.js +32 -54
- package/lib/AreaChart/index.mjs +24 -53
- package/lib/Blocked/index.js +118 -458
- package/lib/Blocked/index.mjs +110 -457
- package/lib/ChoroplethMapChart/index.js +34 -76
- package/lib/ChoroplethMapChart/index.mjs +26 -75
- package/lib/Coffee/index.js +29 -61
- package/lib/Coffee/index.mjs +21 -60
- package/lib/Collection/index.js +31 -55
- package/lib/Collection/index.mjs +23 -54
- package/lib/CombinedChart/index.js +36 -83
- package/lib/CombinedChart/index.mjs +28 -82
- package/lib/Configuration/index.js +47 -162
- package/lib/Configuration/index.mjs +39 -161
- package/lib/Confirmation/index.js +28 -232
- package/lib/Confirmation/index.mjs +20 -231
- package/lib/Congrats/index.js +23 -112
- package/lib/Congrats/index.mjs +15 -111
- package/lib/ConnectionLost/index.js +31 -264
- package/lib/ConnectionLost/index.mjs +23 -263
- package/lib/DeletedAccount/index.js +47 -341
- package/lib/DeletedAccount/index.mjs +39 -340
- package/lib/DeletedPage/index.js +23 -46
- package/lib/DeletedPage/index.mjs +15 -45
- package/lib/Dns/index.js +27 -145
- package/lib/Dns/index.mjs +19 -144
- package/lib/DonutChart/index.js +37 -96
- package/lib/DonutChart/index.mjs +29 -95
- package/lib/Duplicates/index.js +34 -73
- package/lib/Duplicates/index.mjs +26 -72
- package/lib/Feedback/index.js +31 -61
- package/lib/Feedback/index.mjs +23 -60
- package/lib/FunnelChart/index.js +33 -63
- package/lib/FunnelChart/index.mjs +25 -62
- package/lib/Good/index.js +38 -96
- package/lib/Good/index.mjs +30 -95
- package/lib/HeatMapChart/index.js +35 -81
- package/lib/HeatMapChart/index.mjs +27 -80
- package/lib/HorizontalBarChart/index.js +33 -67
- package/lib/HorizontalBarChart/index.mjs +25 -66
- package/lib/KagiChart/index.js +30 -48
- package/lib/KagiChart/index.mjs +22 -47
- package/lib/LineChart/index.js +31 -51
- package/lib/LineChart/index.mjs +23 -50
- package/lib/LollipopChart/index.js +33 -68
- package/lib/LollipopChart/index.mjs +25 -67
- package/lib/MailSent/index.js +23 -107
- package/lib/MailSent/index.mjs +15 -106
- package/lib/Maintenance/index.js +27 -328
- package/lib/Maintenance/index.mjs +19 -327
- package/lib/Nexttime/index.js +35 -75
- package/lib/Nexttime/index.mjs +27 -74
- package/lib/NoPayment/index.js +23 -269
- package/lib/NoPayment/index.mjs +15 -268
- package/lib/NothingFound/index.js +37 -99
- package/lib/NothingFound/index.mjs +29 -98
- package/lib/OtherData/index.js +35 -82
- package/lib/OtherData/index.mjs +27 -81
- package/lib/PageError/index.js +60 -189
- package/lib/PageError/index.mjs +52 -188
- package/lib/PageNotFound/index.js +78 -249
- package/lib/PageNotFound/index.mjs +70 -248
- package/lib/PieChart/index.js +35 -81
- package/lib/PieChart/index.mjs +27 -80
- package/lib/Processing/index.js +32 -61
- package/lib/Processing/index.mjs +24 -60
- package/lib/ProjectNotFound/index.js +60 -212
- package/lib/ProjectNotFound/index.mjs +52 -211
- package/lib/RadarChart/index.js +32 -60
- package/lib/RadarChart/index.mjs +24 -59
- package/lib/RadialTreeChart/index.js +38 -102
- package/lib/RadialTreeChart/index.mjs +30 -101
- package/lib/SankeyChart/index.js +36 -88
- package/lib/SankeyChart/index.mjs +28 -87
- package/lib/ScatterPlotChart/index.js +34 -73
- package/lib/ScatterPlotChart/index.mjs +26 -72
- package/lib/StackedAreaChart/index.js +36 -75
- package/lib/StackedAreaChart/index.mjs +28 -74
- package/lib/Suggestion/index.js +32 -59
- package/lib/Suggestion/index.mjs +24 -58
- package/lib/Suggestions/index.js +32 -62
- package/lib/Suggestions/index.mjs +24 -61
- package/lib/Table/index.js +29 -46
- package/lib/Table/index.mjs +21 -45
- package/lib/TagCloud/index.js +34 -73
- package/lib/TagCloud/index.mjs +26 -72
- package/lib/TextLinksEtc/index.js +30 -49
- package/lib/TextLinksEtc/index.mjs +22 -48
- package/lib/Timeout/index.js +26 -346
- package/lib/Timeout/index.mjs +18 -345
- package/lib/UnderConstruction/index.js +40 -108
- package/lib/UnderConstruction/index.mjs +32 -107
- package/lib/VennChart/index.js +34 -74
- package/lib/VennChart/index.mjs +26 -73
- package/lib/VerticalBarChart/index.js +33 -68
- package/lib/VerticalBarChart/index.mjs +25 -67
- package/lib/Waiting/index.js +33 -61
- package/lib/Waiting/index.mjs +25 -60
- package/lib/Warning/index.js +31 -56
- package/lib/Warning/index.mjs +23 -55
- package/lib/cjs/index.js +8 -7
- package/lib/cjs/index.js.map +1 -1
- package/lib/es6/index.js +8 -6
- package/lib/es6/index.js.map +1 -1
- package/lib/esm/index.mjs +8 -6
- package/package.json +174 -170
- package/transform.ts +20 -21
- package/types/svg-to-jsx.d.ts +1 -1
- package/vite.config.ts +0 -24
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
20
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
|
+
var stdin_exports = {};
|
|
22
|
+
__export(stdin_exports, {
|
|
23
|
+
default: () => stdin_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(stdin_exports);
|
|
26
|
+
var import_react = __toESM(require("react"));
|
|
27
|
+
var import_core = require("@semcore/core");
|
|
28
|
+
var import_flex_box = require("@semcore/flex-box");
|
|
29
|
+
var import_useColorResolver = require("@semcore/core/lib/utils/use/useColorResolver");
|
|
30
|
+
const PieChart = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
|
|
31
|
+
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
|
32
|
+
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
33
|
+
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
34
|
+
return /* @__PURE__ */ import_react.default.createElement(import_flex_box.Box, {
|
|
35
|
+
ref,
|
|
36
|
+
width,
|
|
37
|
+
height,
|
|
38
|
+
viewBox,
|
|
39
|
+
fill,
|
|
40
|
+
tag: "svg",
|
|
41
|
+
"aria-hidden": true,
|
|
42
|
+
...props
|
|
43
|
+
}, /* @__PURE__ */ import_react.default.createElement("path", {
|
|
44
|
+
d: "M14.905 65.163c6.418 6.424 15.304 10.46 25.177 10.46v2.471c0 .494.412.906.905.906C61.804 78.506 78.507 61.786 79 40.947a.914.914 0 0 0-.905-.906h-2.468C75.627 20.356 59.665 4.377 40 4.377V1.906A.914.914 0 0 0 39.095 1c-10.038.247-19.17 4.283-26 10.79a.896.896 0 0 0 0 1.235l1.728 1.73c-6.418 6.425-10.45 15.32-10.45 25.204H1.905a.914.914 0 0 0-.905.906c.247 10.048 4.278 19.191 10.778 26.027.33.33.905.33 1.235 0l1.892-1.73Z",
|
|
45
|
+
fill: resolvedPrimaryColor
|
|
46
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
47
|
+
d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
|
|
48
|
+
fill: resolvedPrimaryColor,
|
|
49
|
+
stroke: resolvedSecondaryColor,
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeLinejoin: "round",
|
|
52
|
+
strokeWidth: ".7"
|
|
53
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
54
|
+
d: "M71.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329Z",
|
|
55
|
+
fill: "#fff"
|
|
56
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
57
|
+
d: "M65.438 18.818 11.054 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
|
|
58
|
+
fill: resolvedSecondaryColor
|
|
59
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
60
|
+
d: "M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.464 2.519 1.534v-.01Z",
|
|
61
|
+
fill: "#fff"
|
|
62
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
63
|
+
d: "M25.372 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.184-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.464 2.464 1.523v.011Z",
|
|
64
|
+
fill: resolvedPrimaryColor
|
|
65
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
66
|
+
d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.416 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z",
|
|
67
|
+
fill: resolvedSecondaryColor
|
|
68
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
69
|
+
d: "M71.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329v0Z",
|
|
70
|
+
stroke: resolvedSecondaryColor,
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round",
|
|
73
|
+
strokeWidth: ".7"
|
|
74
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
75
|
+
d: "m50.014 34.399 14.05 3.653c.703-2.194.81-4.56.173-6.895-1.891-6.982-9.716-11.262-17.778-9.684L50.002 34.4h.011Z",
|
|
76
|
+
fill: resolvedPrimaryColor,
|
|
77
|
+
stroke: resolvedSecondaryColor,
|
|
78
|
+
strokeLinecap: "round",
|
|
79
|
+
strokeLinejoin: "round",
|
|
80
|
+
strokeWidth: ".7"
|
|
81
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
82
|
+
d: "m46.459 21.478-2.367 3.156 3.556 12.926 2.367-3.156-3.556-12.926Z",
|
|
83
|
+
fill: resolvedSecondaryColor,
|
|
84
|
+
stroke: resolvedSecondaryColor,
|
|
85
|
+
strokeLinecap: "round",
|
|
86
|
+
strokeLinejoin: "round",
|
|
87
|
+
strokeWidth: ".7"
|
|
88
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
89
|
+
d: "m64.066 38.054-2.367 3.156-14.05-3.653 2.367-3.156 14.05 3.653ZM55.582 51.398c.237-.291.453-.583.67-.886l2.118-2.799L46 43.5l-4.447-5.308-2.107-7.663a17.044 17.044 0 0 0-6.139 2.994l-.497-.281-1.891 2.572c-.378.443-.714.919-1.027 1.394l-.065.087v.032c-1.913 2.994-2.605 6.571-1.621 10.116 2.064 7.414 10.646 11.553 18.967 9.305 3.502-.94 6.387-2.864 8.398-5.306l.021-.033-.01-.01Z",
|
|
90
|
+
fill: resolvedSecondaryColor,
|
|
91
|
+
stroke: resolvedSecondaryColor,
|
|
92
|
+
strokeLinecap: "round",
|
|
93
|
+
strokeLinejoin: "round",
|
|
94
|
+
strokeWidth: ".7"
|
|
95
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
96
|
+
d: "M45.509 40.804 41.812 27.37c-8.192 2.107-13.282 9.608-11.25 16.903 2.032 7.295 10.645 11.553 18.967 9.305 5.144-1.383 8.981-4.885 10.624-9.046l-14.644-3.728Z",
|
|
97
|
+
fill: resolvedPrimaryColor,
|
|
98
|
+
stroke: resolvedSecondaryColor,
|
|
99
|
+
strokeLinecap: "round",
|
|
100
|
+
strokeLinejoin: "round",
|
|
101
|
+
strokeWidth: ".7"
|
|
102
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
103
|
+
d: "m46.654 26.846 3.953-5.757M47.7 33.051l7.589-11.05M51.31 35.526l7.84-11.419M54.92 38.001l7.392-10.767M64.386 31.949l-5.098 7.425",
|
|
104
|
+
stroke: resolvedSecondaryColor,
|
|
105
|
+
strokeMiterlimit: "10",
|
|
106
|
+
strokeWidth: ".7"
|
|
107
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
108
|
+
d: "M57.918 22.32c-3.469-1.643-7.9-1.996-11.715-1.283l-3.253 3.664",
|
|
109
|
+
stroke: "#fff",
|
|
110
|
+
strokeLinecap: "round",
|
|
111
|
+
strokeLinejoin: "round",
|
|
112
|
+
strokeWidth: ".7"
|
|
113
|
+
}));
|
|
114
|
+
};
|
|
115
|
+
PieChart.displayName = "PieChart";
|
|
116
|
+
var stdin_default = (0, import_core.createBaseComponent)(PieChart);
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { createBaseComponent } from "@semcore/core";
|
|
3
|
+
import { Box } from "@semcore/flex-box";
|
|
4
|
+
import { useColorResolver } from "@semcore/core/lib/utils/use/useColorResolver";
|
|
5
|
+
const PieChart = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
|
|
6
|
+
const colorResolver = useColorResolver();
|
|
7
|
+
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
8
|
+
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
9
|
+
return /* @__PURE__ */ React.createElement(Box, {
|
|
10
|
+
ref,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
fill,
|
|
15
|
+
tag: "svg",
|
|
16
|
+
"aria-hidden": true,
|
|
17
|
+
...props
|
|
18
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
19
|
+
d: "M14.905 65.163c6.418 6.424 15.304 10.46 25.177 10.46v2.471c0 .494.412.906.905.906C61.804 78.506 78.507 61.786 79 40.947a.914.914 0 0 0-.905-.906h-2.468C75.627 20.356 59.665 4.377 40 4.377V1.906A.914.914 0 0 0 39.095 1c-10.038.247-19.17 4.283-26 10.79a.896.896 0 0 0 0 1.235l1.728 1.73c-6.418 6.425-10.45 15.32-10.45 25.204H1.905a.914.914 0 0 0-.905.906c.247 10.048 4.278 19.191 10.778 26.027.33.33.905.33 1.235 0l1.892-1.73Z",
|
|
20
|
+
fill: resolvedPrimaryColor
|
|
21
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22
|
+
d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
|
|
23
|
+
fill: resolvedPrimaryColor,
|
|
24
|
+
stroke: resolvedSecondaryColor,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round",
|
|
27
|
+
strokeWidth: ".7"
|
|
28
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
29
|
+
d: "M71.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329Z",
|
|
30
|
+
fill: "#fff"
|
|
31
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
32
|
+
d: "M65.438 18.818 11.054 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
|
|
33
|
+
fill: resolvedSecondaryColor
|
|
34
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
35
|
+
d: "M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.464 2.519 1.534v-.01Z",
|
|
36
|
+
fill: "#fff"
|
|
37
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
38
|
+
d: "M25.372 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.184-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.464 2.464 1.523v.011Z",
|
|
39
|
+
fill: resolvedPrimaryColor
|
|
40
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
41
|
+
d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.416 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z",
|
|
42
|
+
fill: resolvedSecondaryColor
|
|
43
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
44
|
+
d: "M71.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329v0Z",
|
|
45
|
+
stroke: resolvedSecondaryColor,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
strokeWidth: ".7"
|
|
49
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
50
|
+
d: "m50.014 34.399 14.05 3.653c.703-2.194.81-4.56.173-6.895-1.891-6.982-9.716-11.262-17.778-9.684L50.002 34.4h.011Z",
|
|
51
|
+
fill: resolvedPrimaryColor,
|
|
52
|
+
stroke: resolvedSecondaryColor,
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round",
|
|
55
|
+
strokeWidth: ".7"
|
|
56
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
57
|
+
d: "m46.459 21.478-2.367 3.156 3.556 12.926 2.367-3.156-3.556-12.926Z",
|
|
58
|
+
fill: resolvedSecondaryColor,
|
|
59
|
+
stroke: resolvedSecondaryColor,
|
|
60
|
+
strokeLinecap: "round",
|
|
61
|
+
strokeLinejoin: "round",
|
|
62
|
+
strokeWidth: ".7"
|
|
63
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
64
|
+
d: "m64.066 38.054-2.367 3.156-14.05-3.653 2.367-3.156 14.05 3.653ZM55.582 51.398c.237-.291.453-.583.67-.886l2.118-2.799L46 43.5l-4.447-5.308-2.107-7.663a17.044 17.044 0 0 0-6.139 2.994l-.497-.281-1.891 2.572c-.378.443-.714.919-1.027 1.394l-.065.087v.032c-1.913 2.994-2.605 6.571-1.621 10.116 2.064 7.414 10.646 11.553 18.967 9.305 3.502-.94 6.387-2.864 8.398-5.306l.021-.033-.01-.01Z",
|
|
65
|
+
fill: resolvedSecondaryColor,
|
|
66
|
+
stroke: resolvedSecondaryColor,
|
|
67
|
+
strokeLinecap: "round",
|
|
68
|
+
strokeLinejoin: "round",
|
|
69
|
+
strokeWidth: ".7"
|
|
70
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
71
|
+
d: "M45.509 40.804 41.812 27.37c-8.192 2.107-13.282 9.608-11.25 16.903 2.032 7.295 10.645 11.553 18.967 9.305 5.144-1.383 8.981-4.885 10.624-9.046l-14.644-3.728Z",
|
|
72
|
+
fill: resolvedPrimaryColor,
|
|
73
|
+
stroke: resolvedSecondaryColor,
|
|
74
|
+
strokeLinecap: "round",
|
|
75
|
+
strokeLinejoin: "round",
|
|
76
|
+
strokeWidth: ".7"
|
|
77
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
78
|
+
d: "m46.654 26.846 3.953-5.757M47.7 33.051l7.589-11.05M51.31 35.526l7.84-11.419M54.92 38.001l7.392-10.767M64.386 31.949l-5.098 7.425",
|
|
79
|
+
stroke: resolvedSecondaryColor,
|
|
80
|
+
strokeMiterlimit: "10",
|
|
81
|
+
strokeWidth: ".7"
|
|
82
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
83
|
+
d: "M57.918 22.32c-3.469-1.643-7.9-1.996-11.715-1.283l-3.253 3.664",
|
|
84
|
+
stroke: "#fff",
|
|
85
|
+
strokeLinecap: "round",
|
|
86
|
+
strokeLinejoin: "round",
|
|
87
|
+
strokeWidth: ".7"
|
|
88
|
+
}));
|
|
89
|
+
};
|
|
90
|
+
PieChart.displayName = "PieChart";
|
|
91
|
+
var stdin_default = createBaseComponent(PieChart);
|
|
92
|
+
export {
|
|
93
|
+
stdin_default as default
|
|
94
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
import { BoxProps } from '@semcore/flex-box';
|
|
3
|
+
import { Intergalactic } from '@semcore/core';
|
|
4
|
+
|
|
5
|
+
type IllustrationProps = BoxProps & {
|
|
6
|
+
/**
|
|
7
|
+
* Main color of the illustration
|
|
8
|
+
**/
|
|
9
|
+
primaryColor?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Secondary color of the illustration
|
|
12
|
+
**/
|
|
13
|
+
secondaryColor?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Changes background fill of the illustration
|
|
16
|
+
**/
|
|
17
|
+
fill?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Width of the illustration
|
|
20
|
+
**/
|
|
21
|
+
width?: string | number;
|
|
22
|
+
/**
|
|
23
|
+
* Height of the illustration
|
|
24
|
+
**/
|
|
25
|
+
height?: string | number;
|
|
26
|
+
}
|
|
27
|
+
declare const Illustration: Intergalactic.Component<'svg', IllustrationProps>;
|
|
28
|
+
export default Illustration;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
20
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
|
+
var stdin_exports = {};
|
|
22
|
+
__export(stdin_exports, {
|
|
23
|
+
default: () => stdin_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(stdin_exports);
|
|
26
|
+
var import_react = __toESM(require("react"));
|
|
27
|
+
var import_core = require("@semcore/core");
|
|
28
|
+
var import_flex_box = require("@semcore/flex-box");
|
|
29
|
+
var import_useColorResolver = require("@semcore/core/lib/utils/use/useColorResolver");
|
|
30
|
+
const Processing = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
|
|
31
|
+
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
|
32
|
+
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
33
|
+
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
34
|
+
return /* @__PURE__ */ import_react.default.createElement(import_flex_box.Box, {
|
|
35
|
+
ref,
|
|
36
|
+
width,
|
|
37
|
+
height,
|
|
38
|
+
viewBox,
|
|
39
|
+
fill,
|
|
40
|
+
tag: "svg",
|
|
41
|
+
"aria-hidden": true,
|
|
42
|
+
...props
|
|
43
|
+
}, /* @__PURE__ */ import_react.default.createElement("path", {
|
|
44
|
+
d: "M72.024 26.685a48.67 48.67 0 0 0-1.78-16.191 1.055 1.055 0 0 0-.738-.738 48.39 48.39 0 0 0-16.19-1.78l-4.2-4.2c-5.036-5.035-13.196-5.035-18.232 0l-4.2 4.2a48.397 48.397 0 0 0-16.19 1.79c-.358.098-.64.38-.738.739a48.39 48.39 0 0 0-1.78 16.19l-4.2 4.2c-5.035 5.036-5.035 13.196 0 18.231l4.2 4.2a48.575 48.575 0 0 0 1.78 16.18c.098.358.38.64.738.738a48.39 48.39 0 0 0 16.19 1.78l4.2 4.2c5.036 5.035 13.196 5.035 18.232 0l4.2-4.2a48.67 48.67 0 0 0 16.19-1.78c.358-.097.64-.38.738-.738a48.39 48.39 0 0 0 1.78-16.19l4.2-4.2c5.035-5.036 5.035-13.196 0-18.232l-4.2-4.2Z",
|
|
45
|
+
fill: resolvedPrimaryColor
|
|
46
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
47
|
+
d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
|
|
48
|
+
fill: resolvedPrimaryColor,
|
|
49
|
+
stroke: resolvedSecondaryColor,
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeLinejoin: "round",
|
|
52
|
+
strokeWidth: ".7"
|
|
53
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
54
|
+
d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
|
|
55
|
+
fill: "#fff",
|
|
56
|
+
stroke: resolvedSecondaryColor,
|
|
57
|
+
strokeLinecap: "round",
|
|
58
|
+
strokeLinejoin: "round",
|
|
59
|
+
strokeWidth: ".7"
|
|
60
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
61
|
+
d: "M65.682 18.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.146-.638 6.25 1.286 7.053 4.377l1.226 4.67.011-.011Z",
|
|
62
|
+
fill: resolvedSecondaryColor
|
|
63
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
64
|
+
d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z",
|
|
65
|
+
fill: "#fff"
|
|
66
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
67
|
+
d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
|
|
68
|
+
fill: resolvedPrimaryColor
|
|
69
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
70
|
+
d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
|
|
71
|
+
fill: resolvedSecondaryColor
|
|
72
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
73
|
+
d: "M33.658 33.852a14.135 14.135 0 0 0-1.671 12.35c.217.672.488 1.324.814 1.953a13.22 13.22 0 0 0 1.291 2.073 14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.663-3.896 4.352-6.5 2.616-15.312-3.895-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
|
|
74
|
+
fill: "#fff"
|
|
75
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
76
|
+
d: "m52.693 39.159-7.26 2.582-3.31-8.28",
|
|
77
|
+
stroke: resolvedSecondaryColor,
|
|
78
|
+
strokeLinecap: "round",
|
|
79
|
+
strokeLinejoin: "round",
|
|
80
|
+
strokeWidth: "1.2"
|
|
81
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
82
|
+
d: "m40.528 51.92-6.447-2.463 2.301 6.272M31.738 44.65c-1.476-5.252.217-10.45 3.928-13.663",
|
|
83
|
+
stroke: resolvedSecondaryColor,
|
|
84
|
+
strokeLinecap: "round",
|
|
85
|
+
strokeLinejoin: "round",
|
|
86
|
+
strokeWidth: ".7"
|
|
87
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
88
|
+
d: "M36.48 30.336c1.476-1.085 3.223-1.877 5.176-2.29 7.564-1.584 15.388 3.256 17.483 10.798 2.094 7.531-2.312 14.943-9.854 16.56-5.806 1.248-11.774-1.291-15.203-5.958",
|
|
89
|
+
stroke: resolvedSecondaryColor,
|
|
90
|
+
strokeLinecap: "round",
|
|
91
|
+
strokeLinejoin: "round",
|
|
92
|
+
strokeWidth: ".7"
|
|
93
|
+
}));
|
|
94
|
+
};
|
|
95
|
+
Processing.displayName = "Processing";
|
|
96
|
+
var stdin_default = (0, import_core.createBaseComponent)(Processing);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { createBaseComponent } from "@semcore/core";
|
|
3
|
+
import { Box } from "@semcore/flex-box";
|
|
4
|
+
import { useColorResolver } from "@semcore/core/lib/utils/use/useColorResolver";
|
|
5
|
+
const Processing = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
|
|
6
|
+
const colorResolver = useColorResolver();
|
|
7
|
+
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
8
|
+
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
9
|
+
return /* @__PURE__ */ React.createElement(Box, {
|
|
10
|
+
ref,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
fill,
|
|
15
|
+
tag: "svg",
|
|
16
|
+
"aria-hidden": true,
|
|
17
|
+
...props
|
|
18
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
19
|
+
d: "M72.024 26.685a48.67 48.67 0 0 0-1.78-16.191 1.055 1.055 0 0 0-.738-.738 48.39 48.39 0 0 0-16.19-1.78l-4.2-4.2c-5.036-5.035-13.196-5.035-18.232 0l-4.2 4.2a48.397 48.397 0 0 0-16.19 1.79c-.358.098-.64.38-.738.739a48.39 48.39 0 0 0-1.78 16.19l-4.2 4.2c-5.035 5.036-5.035 13.196 0 18.231l4.2 4.2a48.575 48.575 0 0 0 1.78 16.18c.098.358.38.64.738.738a48.39 48.39 0 0 0 16.19 1.78l4.2 4.2c5.036 5.035 13.196 5.035 18.232 0l4.2-4.2a48.67 48.67 0 0 0 16.19-1.78c.358-.097.64-.38.738-.738a48.39 48.39 0 0 0 1.78-16.19l4.2-4.2c5.035-5.036 5.035-13.196 0-18.232l-4.2-4.2Z",
|
|
20
|
+
fill: resolvedPrimaryColor
|
|
21
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22
|
+
d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
|
|
23
|
+
fill: resolvedPrimaryColor,
|
|
24
|
+
stroke: resolvedSecondaryColor,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round",
|
|
27
|
+
strokeWidth: ".7"
|
|
28
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
29
|
+
d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
|
|
30
|
+
fill: "#fff",
|
|
31
|
+
stroke: resolvedSecondaryColor,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round",
|
|
34
|
+
strokeWidth: ".7"
|
|
35
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
36
|
+
d: "M65.682 18.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.146-.638 6.25 1.286 7.053 4.377l1.226 4.67.011-.011Z",
|
|
37
|
+
fill: resolvedSecondaryColor
|
|
38
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
39
|
+
d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z",
|
|
40
|
+
fill: "#fff"
|
|
41
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
42
|
+
d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
|
|
43
|
+
fill: resolvedPrimaryColor
|
|
44
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
45
|
+
d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
|
|
46
|
+
fill: resolvedSecondaryColor
|
|
47
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
48
|
+
d: "M33.658 33.852a14.135 14.135 0 0 0-1.671 12.35c.217.672.488 1.324.814 1.953a13.22 13.22 0 0 0 1.291 2.073 14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.663-3.896 4.352-6.5 2.616-15.312-3.895-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
|
|
49
|
+
fill: "#fff"
|
|
50
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
51
|
+
d: "m52.693 39.159-7.26 2.582-3.31-8.28",
|
|
52
|
+
stroke: resolvedSecondaryColor,
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round",
|
|
55
|
+
strokeWidth: "1.2"
|
|
56
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
57
|
+
d: "m40.528 51.92-6.447-2.463 2.301 6.272M31.738 44.65c-1.476-5.252.217-10.45 3.928-13.663",
|
|
58
|
+
stroke: resolvedSecondaryColor,
|
|
59
|
+
strokeLinecap: "round",
|
|
60
|
+
strokeLinejoin: "round",
|
|
61
|
+
strokeWidth: ".7"
|
|
62
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
63
|
+
d: "M36.48 30.336c1.476-1.085 3.223-1.877 5.176-2.29 7.564-1.584 15.388 3.256 17.483 10.798 2.094 7.531-2.312 14.943-9.854 16.56-5.806 1.248-11.774-1.291-15.203-5.958",
|
|
64
|
+
stroke: resolvedSecondaryColor,
|
|
65
|
+
strokeLinecap: "round",
|
|
66
|
+
strokeLinejoin: "round",
|
|
67
|
+
strokeWidth: ".7"
|
|
68
|
+
}));
|
|
69
|
+
};
|
|
70
|
+
Processing.displayName = "Processing";
|
|
71
|
+
var stdin_default = createBaseComponent(Processing);
|
|
72
|
+
export {
|
|
73
|
+
stdin_default as default
|
|
74
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
import { BoxProps } from '@semcore/flex-box';
|
|
3
|
+
import { Intergalactic } from '@semcore/core';
|
|
4
|
+
|
|
5
|
+
type IllustrationProps = BoxProps & {
|
|
6
|
+
/**
|
|
7
|
+
* Main color of the illustration
|
|
8
|
+
**/
|
|
9
|
+
primaryColor?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Secondary color of the illustration
|
|
12
|
+
**/
|
|
13
|
+
secondaryColor?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Changes background fill of the illustration
|
|
16
|
+
**/
|
|
17
|
+
fill?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Width of the illustration
|
|
20
|
+
**/
|
|
21
|
+
width?: string | number;
|
|
22
|
+
/**
|
|
23
|
+
* Height of the illustration
|
|
24
|
+
**/
|
|
25
|
+
height?: string | number;
|
|
26
|
+
}
|
|
27
|
+
declare const Illustration: Intergalactic.Component<'svg', IllustrationProps>;
|
|
28
|
+
export default Illustration;
|