@semcore/illustration 17.0.0 → 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 +173 -169
- package/transform.ts +20 -21
- package/types/svg-to-jsx.d.ts +1 -1
- package/vite.config.ts +0 -24
|
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
}
|
|
17
17
|
return to;
|
|
18
18
|
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
20
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
28
|
var stdin_exports = {};
|
|
22
29
|
__export(stdin_exports, {
|
|
@@ -31,81 +38,32 @@ const ChoroplethMapChart = ({ fill = "none", width = "80", height = "80", viewBo
|
|
|
31
38
|
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
|
32
39
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
33
40
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
34
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-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.638 5.638 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:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
d: "
|
|
55
|
-
fill: "
|
|
56
|
-
|
|
57
|
-
d: "
|
|
58
|
-
fill: resolvedSecondaryColor
|
|
59
|
-
|
|
60
|
-
d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z",
|
|
61
|
-
fill: "#fff"
|
|
62
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
63
|
-
d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
|
|
64
|
-
fill: resolvedPrimaryColor
|
|
65
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
66
|
-
d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.217.367v.022a5.638 5.638 0 0 0-.453 4.247l1.394 4.907 3.458-5.966v.01Z",
|
|
67
|
-
fill: resolvedSecondaryColor
|
|
68
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
69
|
-
d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33v0Z",
|
|
70
|
-
stroke: resolvedSecondaryColor,
|
|
71
|
-
strokeLinecap: "round",
|
|
72
|
-
strokeLinejoin: "round",
|
|
73
|
-
strokeWidth: ".7"
|
|
74
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
75
|
-
d: "m19.636 37.994-.519 3.264 3.123-.746 2.184 2.605.55 3.069 2.378 2.205 3.967.151 1.426.303-1.361-.843-2.551-1.578.378-.487 1.297.033 2.432-3.242 2.064-1.74-2.55-1.881-.8.227-.227 1.783-.865.022-1.513-1.178 2.054-2.032-1.049-1.21-.637.108-1.081.918-7.328-1.232-1.372 1.48Z",
|
|
76
|
-
fill: resolvedPrimaryColor,
|
|
77
|
-
stroke: resolvedSecondaryColor,
|
|
78
|
-
strokeLinecap: "round",
|
|
79
|
-
strokeLinejoin: "round",
|
|
80
|
-
strokeWidth: ".7"
|
|
81
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
82
|
-
d: "m33.017 33.731 3.977-2.799 1.913.735-.086 4.301-2.897 2.832-.713-.227-1.037-4.323-1.038-.065-.119-.454ZM32.086 50.378l1.502-2.713 5.112 1.46.919.032.076 2.29-2.843 3.621.627 1.719-.573.497-1.902-1.157-.983-4.312-1.935-1.437Z",
|
|
83
|
-
fill: resolvedSecondaryColor,
|
|
84
|
-
stroke: resolvedSecondaryColor,
|
|
85
|
-
strokeLinecap: "round",
|
|
86
|
-
strokeLinejoin: "round",
|
|
87
|
-
strokeWidth: ".7"
|
|
88
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
89
|
-
d: "m41.384 46.005 1.697 1.264 2.69-1.08.606.205.875 3.393.681 1.06 1.08.529 1.017-.281.659-.908 1.654-6.29-4.183-2.745-2.097.54-1.815-.032-2.627 1.783-.237 2.562Z",
|
|
90
|
-
stroke: resolvedSecondaryColor,
|
|
91
|
-
strokeLinecap: "round",
|
|
92
|
-
strokeLinejoin: "round",
|
|
93
|
-
strokeWidth: ".7"
|
|
94
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
95
|
-
d: "m40.928 40.382.065 1.156.66.238 2.16-1.708 2.087.4 2.204-.54.249.195-.313 1.026 2.799 1.762 1.361-.562-.162-.605-1.577-.843.497-.487 2.312.508 1.114 1.103.994.68.627-.161.151-1.233.757-.734.886.626 1.07.108.454-.41-.195-.757.249-.313.853.043.638-.8.346-.497-.367-.508-.865-.756 1.33-1.557.172-.93-.108-1.318-.065-.237-1.07.043-.432-.238-.216-.8 1.275-.68.162-.465.638-.778.843.724.68.432.552-.173-.951-3.61-1.221-.605-7.674 2.507-1.07.627-.346-.389.249-.692-.27-.28-1.794.41-1.362 3.837-2.518 1.718-2.562-.562-1.729 2.54.919 1.21-2.486 2.335Z",
|
|
96
|
-
fill: resolvedPrimaryColor,
|
|
97
|
-
stroke: resolvedSecondaryColor,
|
|
98
|
-
strokeLinecap: "round",
|
|
99
|
-
strokeLinejoin: "round",
|
|
100
|
-
strokeWidth: ".7"
|
|
101
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
102
|
-
d: "m61.98 45.577 2.302-2.13 1.394-.356.908.097.162.627 1.243 1.027-.519 2.431-1.426.379-1.016-.822-2.41.627-.638-1.88Z",
|
|
103
|
-
fill: resolvedSecondaryColor,
|
|
104
|
-
stroke: resolvedSecondaryColor,
|
|
105
|
-
strokeLinecap: "round",
|
|
106
|
-
strokeLinejoin: "round",
|
|
107
|
-
strokeWidth: ".7"
|
|
108
|
-
}));
|
|
41
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
42
|
+
import_base_components.Box,
|
|
43
|
+
{
|
|
44
|
+
ref,
|
|
45
|
+
width,
|
|
46
|
+
height,
|
|
47
|
+
viewBox,
|
|
48
|
+
fill,
|
|
49
|
+
tag: "svg",
|
|
50
|
+
"aria-hidden": true,
|
|
51
|
+
...props
|
|
52
|
+
},
|
|
53
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M39.959 1C18.46 1 1 15.865 1 37.502 1 58.89 21.838 68.305 39.465 78.876c.33.165.74.165 1.07 0C58.573 68.636 79 58.891 79 37.502 78.918 15.948 61.539 1 39.959 1Z", fill: resolvedPrimaryColor }),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-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.638 5.638 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", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z", fill: "#fff" }),
|
|
56
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M65.452 18.818 11.07 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z", fill: resolvedSecondaryColor }),
|
|
57
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z", fill: "#fff" }),
|
|
58
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z", fill: resolvedPrimaryColor }),
|
|
59
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.217.367v.022a5.638 5.638 0 0 0-.453 4.247l1.394 4.907 3.458-5.966v.01Z", fill: resolvedSecondaryColor }),
|
|
60
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33v0Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
61
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m19.636 37.994-.519 3.264 3.123-.746 2.184 2.605.55 3.069 2.378 2.205 3.967.151 1.426.303-1.361-.843-2.551-1.578.378-.487 1.297.033 2.432-3.242 2.064-1.74-2.55-1.881-.8.227-.227 1.783-.865.022-1.513-1.178 2.054-2.032-1.049-1.21-.637.108-1.081.918-7.328-1.232-1.372 1.48Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
62
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m33.017 33.731 3.977-2.799 1.913.735-.086 4.301-2.897 2.832-.713-.227-1.037-4.323-1.038-.065-.119-.454ZM32.086 50.378l1.502-2.713 5.112 1.46.919.032.076 2.29-2.843 3.621.627 1.719-.573.497-1.902-1.157-.983-4.312-1.935-1.437Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
63
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m41.384 46.005 1.697 1.264 2.69-1.08.606.205.875 3.393.681 1.06 1.08.529 1.017-.281.659-.908 1.654-6.29-4.183-2.745-2.097.54-1.815-.032-2.627 1.783-.237 2.562Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
64
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m40.928 40.382.065 1.156.66.238 2.16-1.708 2.087.4 2.204-.54.249.195-.313 1.026 2.799 1.762 1.361-.562-.162-.605-1.577-.843.497-.487 2.312.508 1.114 1.103.994.68.627-.161.151-1.233.757-.734.886.626 1.07.108.454-.41-.195-.757.249-.313.853.043.638-.8.346-.497-.367-.508-.865-.756 1.33-1.557.172-.93-.108-1.318-.065-.237-1.07.043-.432-.238-.216-.8 1.275-.68.162-.465.638-.778.843.724.68.432.552-.173-.951-3.61-1.221-.605-7.674 2.507-1.07.627-.346-.389.249-.692-.27-.28-1.794.41-1.362 3.837-2.518 1.718-2.562-.562-1.729 2.54.919 1.21-2.486 2.335Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
65
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m61.98 45.577 2.302-2.13 1.394-.356.908.097.162.627 1.243 1.027-.519 2.431-1.426.379-1.016-.822-2.41.627-.638-1.88Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
|
|
66
|
+
);
|
|
109
67
|
};
|
|
110
68
|
ChoroplethMapChart.displayName = "ChoroplethMapChart";
|
|
111
69
|
var stdin_default = (0, import_core.createBaseComponent)(ChoroplethMapChart);
|
|
@@ -6,81 +6,32 @@ const ChoroplethMapChart = ({ fill = "none", width = "80", height = "80", viewBo
|
|
|
6
6
|
const colorResolver = useColorResolver();
|
|
7
7
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
8
8
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
9
|
-
return /* @__PURE__ */ React.createElement(
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-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.638 5.638 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:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
d: "
|
|
30
|
-
fill: "
|
|
31
|
-
|
|
32
|
-
d: "
|
|
33
|
-
fill: resolvedSecondaryColor
|
|
34
|
-
|
|
35
|
-
d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z",
|
|
36
|
-
fill: "#fff"
|
|
37
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
38
|
-
d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
|
|
39
|
-
fill: resolvedPrimaryColor
|
|
40
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
41
|
-
d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.217.367v.022a5.638 5.638 0 0 0-.453 4.247l1.394 4.907 3.458-5.966v.01Z",
|
|
42
|
-
fill: resolvedSecondaryColor
|
|
43
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
44
|
-
d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33v0Z",
|
|
45
|
-
stroke: resolvedSecondaryColor,
|
|
46
|
-
strokeLinecap: "round",
|
|
47
|
-
strokeLinejoin: "round",
|
|
48
|
-
strokeWidth: ".7"
|
|
49
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
50
|
-
d: "m19.636 37.994-.519 3.264 3.123-.746 2.184 2.605.55 3.069 2.378 2.205 3.967.151 1.426.303-1.361-.843-2.551-1.578.378-.487 1.297.033 2.432-3.242 2.064-1.74-2.55-1.881-.8.227-.227 1.783-.865.022-1.513-1.178 2.054-2.032-1.049-1.21-.637.108-1.081.918-7.328-1.232-1.372 1.48Z",
|
|
51
|
-
fill: resolvedPrimaryColor,
|
|
52
|
-
stroke: resolvedSecondaryColor,
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeLinejoin: "round",
|
|
55
|
-
strokeWidth: ".7"
|
|
56
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
57
|
-
d: "m33.017 33.731 3.977-2.799 1.913.735-.086 4.301-2.897 2.832-.713-.227-1.037-4.323-1.038-.065-.119-.454ZM32.086 50.378l1.502-2.713 5.112 1.46.919.032.076 2.29-2.843 3.621.627 1.719-.573.497-1.902-1.157-.983-4.312-1.935-1.437Z",
|
|
58
|
-
fill: resolvedSecondaryColor,
|
|
59
|
-
stroke: resolvedSecondaryColor,
|
|
60
|
-
strokeLinecap: "round",
|
|
61
|
-
strokeLinejoin: "round",
|
|
62
|
-
strokeWidth: ".7"
|
|
63
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
64
|
-
d: "m41.384 46.005 1.697 1.264 2.69-1.08.606.205.875 3.393.681 1.06 1.08.529 1.017-.281.659-.908 1.654-6.29-4.183-2.745-2.097.54-1.815-.032-2.627 1.783-.237 2.562Z",
|
|
65
|
-
stroke: resolvedSecondaryColor,
|
|
66
|
-
strokeLinecap: "round",
|
|
67
|
-
strokeLinejoin: "round",
|
|
68
|
-
strokeWidth: ".7"
|
|
69
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
70
|
-
d: "m40.928 40.382.065 1.156.66.238 2.16-1.708 2.087.4 2.204-.54.249.195-.313 1.026 2.799 1.762 1.361-.562-.162-.605-1.577-.843.497-.487 2.312.508 1.114 1.103.994.68.627-.161.151-1.233.757-.734.886.626 1.07.108.454-.41-.195-.757.249-.313.853.043.638-.8.346-.497-.367-.508-.865-.756 1.33-1.557.172-.93-.108-1.318-.065-.237-1.07.043-.432-.238-.216-.8 1.275-.68.162-.465.638-.778.843.724.68.432.552-.173-.951-3.61-1.221-.605-7.674 2.507-1.07.627-.346-.389.249-.692-.27-.28-1.794.41-1.362 3.837-2.518 1.718-2.562-.562-1.729 2.54.919 1.21-2.486 2.335Z",
|
|
71
|
-
fill: resolvedPrimaryColor,
|
|
72
|
-
stroke: resolvedSecondaryColor,
|
|
73
|
-
strokeLinecap: "round",
|
|
74
|
-
strokeLinejoin: "round",
|
|
75
|
-
strokeWidth: ".7"
|
|
76
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
77
|
-
d: "m61.98 45.577 2.302-2.13 1.394-.356.908.097.162.627 1.243 1.027-.519 2.431-1.426.379-1.016-.822-2.41.627-.638-1.88Z",
|
|
78
|
-
fill: resolvedSecondaryColor,
|
|
79
|
-
stroke: resolvedSecondaryColor,
|
|
80
|
-
strokeLinecap: "round",
|
|
81
|
-
strokeLinejoin: "round",
|
|
82
|
-
strokeWidth: ".7"
|
|
83
|
-
}));
|
|
9
|
+
return /* @__PURE__ */ React.createElement(
|
|
10
|
+
Box,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
width,
|
|
14
|
+
height,
|
|
15
|
+
viewBox,
|
|
16
|
+
fill,
|
|
17
|
+
tag: "svg",
|
|
18
|
+
"aria-hidden": true,
|
|
19
|
+
...props
|
|
20
|
+
},
|
|
21
|
+
/* @__PURE__ */ React.createElement("path", { d: "M39.959 1C18.46 1 1 15.865 1 37.502 1 58.89 21.838 68.305 39.465 78.876c.33.165.74.165 1.07 0C58.573 68.636 79 58.891 79 37.502 78.918 15.948 61.539 1 39.959 1Z", fill: resolvedPrimaryColor }),
|
|
22
|
+
/* @__PURE__ */ React.createElement("path", { d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-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.638 5.638 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", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
23
|
+
/* @__PURE__ */ React.createElement("path", { d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z", fill: "#fff" }),
|
|
24
|
+
/* @__PURE__ */ React.createElement("path", { d: "M65.452 18.818 11.07 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z", fill: resolvedSecondaryColor }),
|
|
25
|
+
/* @__PURE__ */ React.createElement("path", { d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z", fill: "#fff" }),
|
|
26
|
+
/* @__PURE__ */ React.createElement("path", { d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z", fill: resolvedPrimaryColor }),
|
|
27
|
+
/* @__PURE__ */ React.createElement("path", { d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.217.367v.022a5.638 5.638 0 0 0-.453 4.247l1.394 4.907 3.458-5.966v.01Z", fill: resolvedSecondaryColor }),
|
|
28
|
+
/* @__PURE__ */ React.createElement("path", { d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33v0Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
29
|
+
/* @__PURE__ */ React.createElement("path", { d: "m19.636 37.994-.519 3.264 3.123-.746 2.184 2.605.55 3.069 2.378 2.205 3.967.151 1.426.303-1.361-.843-2.551-1.578.378-.487 1.297.033 2.432-3.242 2.064-1.74-2.55-1.881-.8.227-.227 1.783-.865.022-1.513-1.178 2.054-2.032-1.049-1.21-.637.108-1.081.918-7.328-1.232-1.372 1.48Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
30
|
+
/* @__PURE__ */ React.createElement("path", { d: "m33.017 33.731 3.977-2.799 1.913.735-.086 4.301-2.897 2.832-.713-.227-1.037-4.323-1.038-.065-.119-.454ZM32.086 50.378l1.502-2.713 5.112 1.46.919.032.076 2.29-2.843 3.621.627 1.719-.573.497-1.902-1.157-.983-4.312-1.935-1.437Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
31
|
+
/* @__PURE__ */ React.createElement("path", { d: "m41.384 46.005 1.697 1.264 2.69-1.08.606.205.875 3.393.681 1.06 1.08.529 1.017-.281.659-.908 1.654-6.29-4.183-2.745-2.097.54-1.815-.032-2.627 1.783-.237 2.562Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
32
|
+
/* @__PURE__ */ React.createElement("path", { d: "m40.928 40.382.065 1.156.66.238 2.16-1.708 2.087.4 2.204-.54.249.195-.313 1.026 2.799 1.762 1.361-.562-.162-.605-1.577-.843.497-.487 2.312.508 1.114 1.103.994.68.627-.161.151-1.233.757-.734.886.626 1.07.108.454-.41-.195-.757.249-.313.853.043.638-.8.346-.497-.367-.508-.865-.756 1.33-1.557.172-.93-.108-1.318-.065-.237-1.07.043-.432-.238-.216-.8 1.275-.68.162-.465.638-.778.843.724.68.432.552-.173-.951-3.61-1.221-.605-7.674 2.507-1.07.627-.346-.389.249-.692-.27-.28-1.794.41-1.362 3.837-2.518 1.718-2.562-.562-1.729 2.54.919 1.21-2.486 2.335Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
33
|
+
/* @__PURE__ */ React.createElement("path", { d: "m61.98 45.577 2.302-2.13 1.394-.356.908.097.162.627 1.243 1.027-.519 2.431-1.426.379-1.016-.822-2.41.627-.638-1.88Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
|
|
34
|
+
);
|
|
84
35
|
};
|
|
85
36
|
ChoroplethMapChart.displayName = "ChoroplethMapChart";
|
|
86
37
|
var stdin_default = createBaseComponent(ChoroplethMapChart);
|
package/lib/Coffee/index.js
CHANGED
|
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
}
|
|
17
17
|
return to;
|
|
18
18
|
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
20
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
28
|
var stdin_exports = {};
|
|
22
29
|
__export(stdin_exports, {
|
|
@@ -31,66 +38,27 @@ const Coffee = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80
|
|
|
31
38
|
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
|
32
39
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
33
40
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
34
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
d: "M43.678 64.804c14.64 0 26.51-2.939 26.51-6.564s-11.87-6.564-26.51-6.564c-14.641 0-26.51 2.94-26.51 6.564 0 3.625 11.869 6.564 26.51 6.564Z",
|
|
48
|
-
fill: "
|
|
49
|
-
stroke: resolvedSecondaryColor,
|
|
50
|
-
strokeLinecap: "round",
|
|
51
|
-
strokeLinejoin: "round",
|
|
52
|
-
strokeWidth: ".7"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
fill: resolvedSecondaryColor,
|
|
56
|
-
stroke: resolvedSecondaryColor,
|
|
57
|
-
strokeLinecap: "round",
|
|
58
|
-
strokeLinejoin: "round",
|
|
59
|
-
strokeWidth: ".7"
|
|
60
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
61
|
-
d: "M61.645 41.555c2.42-.597 3.78-.265 4.851.784 2.73 2.697-.928 10.41-8.188 12.476M26.472 60.66c-.42-.375-.64-.762-.64-1.17 0-2.443 7.989-4.42 17.834-4.42 4.863 0 9.272.486 12.498 1.26",
|
|
62
|
-
stroke: resolvedSecondaryColor,
|
|
63
|
-
strokeLinecap: "round",
|
|
64
|
-
strokeLinejoin: "round",
|
|
65
|
-
strokeWidth: ".7"
|
|
66
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
67
|
-
d: "M43.678 43.875c10.167 0 18.41-2.622 18.41-5.856 0-3.235-8.243-5.857-18.41-5.857-10.168 0-18.41 2.622-18.41 5.857 0 3.234 8.242 5.856 18.41 5.856Z",
|
|
68
|
-
fill: "#fff",
|
|
69
|
-
stroke: resolvedSecondaryColor,
|
|
70
|
-
strokeLinecap: "round",
|
|
71
|
-
strokeLinejoin: "round",
|
|
72
|
-
strokeWidth: ".7"
|
|
73
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
74
|
-
d: "M43.678 43.876c5.978 0 11.271-.907 14.63-2.321-1.779-2.044-7.647-3.547-14.63-3.547-6.984 0-12.852 1.503-14.63 3.547 3.358 1.403 8.652 2.32 14.63 2.32Z",
|
|
75
|
-
fill: resolvedSecondaryColor,
|
|
76
|
-
stroke: resolvedSecondaryColor,
|
|
77
|
-
strokeLinecap: "round",
|
|
78
|
-
strokeLinejoin: "round",
|
|
79
|
-
strokeWidth: ".7"
|
|
80
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
81
|
-
d: "M62.088 38.019c0 3.237-8.244 5.856-18.41 5.856s-18.41-2.619-18.41-5.856c-1.249 10.575 3.713 19.404 8.442 22.819 1.536 1.27 5.415 2.176 9.957 2.176 4.541 0 8.42-.906 9.956-2.177 4.73-3.414 9.702-12.243 8.443-22.818h.022Z",
|
|
82
|
-
fill: "#fff",
|
|
83
|
-
stroke: resolvedSecondaryColor,
|
|
84
|
-
strokeLinecap: "round",
|
|
85
|
-
strokeLinejoin: "round",
|
|
86
|
-
strokeWidth: ".7"
|
|
87
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
88
|
-
d: "M32.981 49.323c.64-1.569 2.133-2.52 3.624-2.387 1.57.144 2.454 1.415 2.575 1.603M56.165 49.323c-.641-1.57-2.133-2.52-3.625-2.387-1.57.144-2.453 1.415-2.575 1.602M40.252 50.97c-.332 2.818 2.155 5.039 4.564 4.917 2.276-.11 4.398-2.287 4.066-4.917h-8.63ZM51.877 1c1.636 1.249 4.83 3.68 5.315 7.636 1.116 8.984-12.63 12.343-10.31 18.575M44.097 8.735c5.868 7.514-10.288 15.526-8.254 25.007.364 1.724 1.624 4.288 4.376 6.056",
|
|
89
|
-
stroke: resolvedSecondaryColor,
|
|
90
|
-
strokeLinecap: "round",
|
|
91
|
-
strokeLinejoin: "round",
|
|
92
|
-
strokeWidth: ".7"
|
|
93
|
-
}));
|
|
41
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
42
|
+
import_base_components.Box,
|
|
43
|
+
{
|
|
44
|
+
ref,
|
|
45
|
+
width,
|
|
46
|
+
height,
|
|
47
|
+
viewBox,
|
|
48
|
+
fill,
|
|
49
|
+
tag: "svg",
|
|
50
|
+
"aria-hidden": true,
|
|
51
|
+
...props
|
|
52
|
+
},
|
|
53
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M57.811 4.702c-7.315 0-13.78 3.558-17.813 9.006C35.93 8.216 29.4 4.647 22.03 4.702 10.184 4.779.46 14.095.018 25.93c-.928 24.576 34.687 50.08 39.46 53.384.321.22.73.22 1.04 0C45.19 75.954 80 50.14 80 26.89c0-12.255-9.934-22.178-22.178-22.178", fill: resolvedPrimaryColor }),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M43.678 64.804c14.64 0 26.51-2.939 26.51-6.564s-11.87-6.564-26.51-6.564c-14.641 0-26.51 2.94-26.51 6.564 0 3.625 11.869 6.564 26.51 6.564Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M43.678 64.815c-13.493 0-24.62-2.497-26.29-5.724.94 2.796 4.034 5.945 6.532 7.67.331.264.762.53 1.26.773.077.044.165.088.231.121 3.47 1.614 10.332 2.719 18.245 2.719 7.912 0 14.774-1.105 18.244-2.719.077-.033.154-.088.232-.121a6.89 6.89 0 0 0 1.26-.774c2.508-1.724 5.59-4.873 6.53-7.669-1.668 3.227-12.796 5.724-26.289 5.724h.045Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
56
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M61.645 41.555c2.42-.597 3.78-.265 4.851.784 2.73 2.697-.928 10.41-8.188 12.476M26.472 60.66c-.42-.375-.64-.762-.64-1.17 0-2.443 7.989-4.42 17.834-4.42 4.863 0 9.272.486 12.498 1.26", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
57
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M43.678 43.875c10.167 0 18.41-2.622 18.41-5.856 0-3.235-8.243-5.857-18.41-5.857-10.168 0-18.41 2.622-18.41 5.857 0 3.234 8.242 5.856 18.41 5.856Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
58
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M43.678 43.876c5.978 0 11.271-.907 14.63-2.321-1.779-2.044-7.647-3.547-14.63-3.547-6.984 0-12.852 1.503-14.63 3.547 3.358 1.403 8.652 2.32 14.63 2.32Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
59
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M62.088 38.019c0 3.237-8.244 5.856-18.41 5.856s-18.41-2.619-18.41-5.856c-1.249 10.575 3.713 19.404 8.442 22.819 1.536 1.27 5.415 2.176 9.957 2.176 4.541 0 8.42-.906 9.956-2.177 4.73-3.414 9.702-12.243 8.443-22.818h.022Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
60
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M32.981 49.323c.64-1.569 2.133-2.52 3.624-2.387 1.57.144 2.454 1.415 2.575 1.603M56.165 49.323c-.641-1.57-2.133-2.52-3.625-2.387-1.57.144-2.453 1.415-2.575 1.602M40.252 50.97c-.332 2.818 2.155 5.039 4.564 4.917 2.276-.11 4.398-2.287 4.066-4.917h-8.63ZM51.877 1c1.636 1.249 4.83 3.68 5.315 7.636 1.116 8.984-12.63 12.343-10.31 18.575M44.097 8.735c5.868 7.514-10.288 15.526-8.254 25.007.364 1.724 1.624 4.288 4.376 6.056", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
|
|
61
|
+
);
|
|
94
62
|
};
|
|
95
63
|
Coffee.displayName = "Coffee";
|
|
96
64
|
var stdin_default = (0, import_core.createBaseComponent)(Coffee);
|
package/lib/Coffee/index.mjs
CHANGED
|
@@ -6,66 +6,27 @@ const Coffee = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80
|
|
|
6
6
|
const colorResolver = useColorResolver();
|
|
7
7
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
8
8
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
9
|
-
return /* @__PURE__ */ React.createElement(
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
d: "M43.678 64.804c14.64 0 26.51-2.939 26.51-6.564s-11.87-6.564-26.51-6.564c-14.641 0-26.51 2.94-26.51 6.564 0 3.625 11.869 6.564 26.51 6.564Z",
|
|
23
|
-
fill: "
|
|
24
|
-
stroke: resolvedSecondaryColor,
|
|
25
|
-
strokeLinecap: "round",
|
|
26
|
-
strokeLinejoin: "round",
|
|
27
|
-
strokeWidth: ".7"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
fill: resolvedSecondaryColor,
|
|
31
|
-
stroke: resolvedSecondaryColor,
|
|
32
|
-
strokeLinecap: "round",
|
|
33
|
-
strokeLinejoin: "round",
|
|
34
|
-
strokeWidth: ".7"
|
|
35
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
36
|
-
d: "M61.645 41.555c2.42-.597 3.78-.265 4.851.784 2.73 2.697-.928 10.41-8.188 12.476M26.472 60.66c-.42-.375-.64-.762-.64-1.17 0-2.443 7.989-4.42 17.834-4.42 4.863 0 9.272.486 12.498 1.26",
|
|
37
|
-
stroke: resolvedSecondaryColor,
|
|
38
|
-
strokeLinecap: "round",
|
|
39
|
-
strokeLinejoin: "round",
|
|
40
|
-
strokeWidth: ".7"
|
|
41
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
42
|
-
d: "M43.678 43.875c10.167 0 18.41-2.622 18.41-5.856 0-3.235-8.243-5.857-18.41-5.857-10.168 0-18.41 2.622-18.41 5.857 0 3.234 8.242 5.856 18.41 5.856Z",
|
|
43
|
-
fill: "#fff",
|
|
44
|
-
stroke: resolvedSecondaryColor,
|
|
45
|
-
strokeLinecap: "round",
|
|
46
|
-
strokeLinejoin: "round",
|
|
47
|
-
strokeWidth: ".7"
|
|
48
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
49
|
-
d: "M43.678 43.876c5.978 0 11.271-.907 14.63-2.321-1.779-2.044-7.647-3.547-14.63-3.547-6.984 0-12.852 1.503-14.63 3.547 3.358 1.403 8.652 2.32 14.63 2.32Z",
|
|
50
|
-
fill: resolvedSecondaryColor,
|
|
51
|
-
stroke: resolvedSecondaryColor,
|
|
52
|
-
strokeLinecap: "round",
|
|
53
|
-
strokeLinejoin: "round",
|
|
54
|
-
strokeWidth: ".7"
|
|
55
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
56
|
-
d: "M62.088 38.019c0 3.237-8.244 5.856-18.41 5.856s-18.41-2.619-18.41-5.856c-1.249 10.575 3.713 19.404 8.442 22.819 1.536 1.27 5.415 2.176 9.957 2.176 4.541 0 8.42-.906 9.956-2.177 4.73-3.414 9.702-12.243 8.443-22.818h.022Z",
|
|
57
|
-
fill: "#fff",
|
|
58
|
-
stroke: resolvedSecondaryColor,
|
|
59
|
-
strokeLinecap: "round",
|
|
60
|
-
strokeLinejoin: "round",
|
|
61
|
-
strokeWidth: ".7"
|
|
62
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
63
|
-
d: "M32.981 49.323c.64-1.569 2.133-2.52 3.624-2.387 1.57.144 2.454 1.415 2.575 1.603M56.165 49.323c-.641-1.57-2.133-2.52-3.625-2.387-1.57.144-2.453 1.415-2.575 1.602M40.252 50.97c-.332 2.818 2.155 5.039 4.564 4.917 2.276-.11 4.398-2.287 4.066-4.917h-8.63ZM51.877 1c1.636 1.249 4.83 3.68 5.315 7.636 1.116 8.984-12.63 12.343-10.31 18.575M44.097 8.735c5.868 7.514-10.288 15.526-8.254 25.007.364 1.724 1.624 4.288 4.376 6.056",
|
|
64
|
-
stroke: resolvedSecondaryColor,
|
|
65
|
-
strokeLinecap: "round",
|
|
66
|
-
strokeLinejoin: "round",
|
|
67
|
-
strokeWidth: ".7"
|
|
68
|
-
}));
|
|
9
|
+
return /* @__PURE__ */ React.createElement(
|
|
10
|
+
Box,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
width,
|
|
14
|
+
height,
|
|
15
|
+
viewBox,
|
|
16
|
+
fill,
|
|
17
|
+
tag: "svg",
|
|
18
|
+
"aria-hidden": true,
|
|
19
|
+
...props
|
|
20
|
+
},
|
|
21
|
+
/* @__PURE__ */ React.createElement("path", { d: "M57.811 4.702c-7.315 0-13.78 3.558-17.813 9.006C35.93 8.216 29.4 4.647 22.03 4.702 10.184 4.779.46 14.095.018 25.93c-.928 24.576 34.687 50.08 39.46 53.384.321.22.73.22 1.04 0C45.19 75.954 80 50.14 80 26.89c0-12.255-9.934-22.178-22.178-22.178", fill: resolvedPrimaryColor }),
|
|
22
|
+
/* @__PURE__ */ React.createElement("path", { d: "M43.678 64.804c14.64 0 26.51-2.939 26.51-6.564s-11.87-6.564-26.51-6.564c-14.641 0-26.51 2.94-26.51 6.564 0 3.625 11.869 6.564 26.51 6.564Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
23
|
+
/* @__PURE__ */ React.createElement("path", { d: "M43.678 64.815c-13.493 0-24.62-2.497-26.29-5.724.94 2.796 4.034 5.945 6.532 7.67.331.264.762.53 1.26.773.077.044.165.088.231.121 3.47 1.614 10.332 2.719 18.245 2.719 7.912 0 14.774-1.105 18.244-2.719.077-.033.154-.088.232-.121a6.89 6.89 0 0 0 1.26-.774c2.508-1.724 5.59-4.873 6.53-7.669-1.668 3.227-12.796 5.724-26.289 5.724h.045Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
24
|
+
/* @__PURE__ */ React.createElement("path", { d: "M61.645 41.555c2.42-.597 3.78-.265 4.851.784 2.73 2.697-.928 10.41-8.188 12.476M26.472 60.66c-.42-.375-.64-.762-.64-1.17 0-2.443 7.989-4.42 17.834-4.42 4.863 0 9.272.486 12.498 1.26", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
25
|
+
/* @__PURE__ */ React.createElement("path", { d: "M43.678 43.875c10.167 0 18.41-2.622 18.41-5.856 0-3.235-8.243-5.857-18.41-5.857-10.168 0-18.41 2.622-18.41 5.857 0 3.234 8.242 5.856 18.41 5.856Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
26
|
+
/* @__PURE__ */ React.createElement("path", { d: "M43.678 43.876c5.978 0 11.271-.907 14.63-2.321-1.779-2.044-7.647-3.547-14.63-3.547-6.984 0-12.852 1.503-14.63 3.547 3.358 1.403 8.652 2.32 14.63 2.32Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
27
|
+
/* @__PURE__ */ React.createElement("path", { d: "M62.088 38.019c0 3.237-8.244 5.856-18.41 5.856s-18.41-2.619-18.41-5.856c-1.249 10.575 3.713 19.404 8.442 22.819 1.536 1.27 5.415 2.176 9.957 2.176 4.541 0 8.42-.906 9.956-2.177 4.73-3.414 9.702-12.243 8.443-22.818h.022Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
28
|
+
/* @__PURE__ */ React.createElement("path", { d: "M32.981 49.323c.64-1.569 2.133-2.52 3.624-2.387 1.57.144 2.454 1.415 2.575 1.603M56.165 49.323c-.641-1.57-2.133-2.52-3.625-2.387-1.57.144-2.453 1.415-2.575 1.602M40.252 50.97c-.332 2.818 2.155 5.039 4.564 4.917 2.276-.11 4.398-2.287 4.066-4.917h-8.63ZM51.877 1c1.636 1.249 4.83 3.68 5.315 7.636 1.116 8.984-12.63 12.343-10.31 18.575M44.097 8.735c5.868 7.514-10.288 15.526-8.254 25.007.364 1.724 1.624 4.288 4.376 6.056", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
|
|
29
|
+
);
|
|
69
30
|
};
|
|
70
31
|
Coffee.displayName = "Coffee";
|
|
71
32
|
var stdin_default = createBaseComponent(Coffee);
|
package/lib/Collection/index.js
CHANGED
|
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
}
|
|
17
17
|
return to;
|
|
18
18
|
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
20
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
28
|
var stdin_exports = {};
|
|
22
29
|
__export(stdin_exports, {
|
|
@@ -31,60 +38,29 @@ const Collection = ({ fill = "none", width = "80", height = "80", viewBox = "0 0
|
|
|
31
38
|
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
|
32
39
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
33
40
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
34
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
d: "M65.402 59.983s.087-.055.12-.088l6.553-4.362-3.162-1.712-3.162.764-8.375-31.961a5.756 5.756 0 0 0-6.739-4.187L10.705 26.57 9.3 23.42l-3.446 5.932c-.077.12-.153.25-.218.37v.022a5.688 5.688 0 0 0-.458 4.286L15.71 71.007a2.61 2.61 0 0 0 3.206 1.81l45.679-12.453c.273-.076.523-.207.752-.349l.055-.032Z",
|
|
48
|
-
fill: resolvedSecondaryColor,
|
|
49
|
-
stroke: resolvedSecondaryColor,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
d: "
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
d: "M71.29 55.882 23.19 69a2.758 2.758 0 0 1-3.38-1.908L8.72 28.152c-.97-3.402 1.167-6.913 4.635-7.622l43.258-8.822c3.162-.643 6.281 1.298 7.088 4.417l9.53 36.399a2.754 2.754 0 0 1-1.94 3.358Z",
|
|
58
|
-
fill: "#fff",
|
|
59
|
-
stroke: resolvedSecondaryColor,
|
|
60
|
-
strokeLinecap: "round",
|
|
61
|
-
strokeLinejoin: "round",
|
|
62
|
-
strokeWidth: ".7"
|
|
63
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
64
|
-
d: "m63.107 16 1.131 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.092-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.889 1.213 6.645 4.122V16Z",
|
|
65
|
-
fill: resolvedPrimaryColor,
|
|
66
|
-
stroke: resolvedSecondaryColor,
|
|
67
|
-
strokeWidth: ".7"
|
|
68
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
69
|
-
d: "M17.444 25.48a1.89 1.89 0 0 1-1.428 2.389c-1.102.24-2.247-.458-2.552-1.538a1.885 1.885 0 0 1 1.44-2.388c1.1-.229 2.235.47 2.54 1.549v-.011ZM24.488 23.998c.295 1.068-.327 2.126-1.406 2.355-1.08.23-2.203-.458-2.497-1.537-.295-1.08.327-2.138 1.417-2.367 1.09-.229 2.192.47 2.486 1.538v.01Z",
|
|
70
|
-
fill: resolvedSecondaryColor
|
|
71
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
72
|
-
d: "M57.344 37.52 20.9 46.647l-1.887-6.652 36.65-8.855a.893.893 0 0 1 1.069.633l1.265 4.656c.13.48-.164.97-.643 1.09h-.011ZM52.437 49.787l-28.504 7.535-1.876-6.598 28.624-7.327 1.756 6.39Z",
|
|
73
|
-
fill: resolvedPrimaryColor
|
|
74
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
75
|
-
d: "M77.168 28.992c0 6.76-3.184 12.77-8.135 16.618a20.926 20.926 0 0 1-2.617 1.734 20.545 20.545 0 0 1-3.304 1.494 20.908 20.908 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.432-21.024 21.045-21.024 7.263 0 13.663 3.675 17.447 9.28a20.949 20.949 0 0 1 3.599 11.766v-.011Z",
|
|
76
|
-
fill: "#fff"
|
|
77
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
78
|
-
d: "M63.123 48.849a20.909 20.909 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.421-21.035 21.034-21.035 5.213 0 9.978 1.898 13.653 5.027M73.57 17.226a20.949 20.949 0 0 1 3.598 11.766c0 6.76-3.184 12.77-8.135 16.618",
|
|
79
|
-
stroke: resolvedSecondaryColor,
|
|
80
|
-
strokeLinecap: "round",
|
|
81
|
-
strokeLinejoin: "round"
|
|
82
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
83
|
-
d: "M56.122 14.794v14.198l8.2-5.616M53.767 45.61l9.356 3.239-8.418 6.107",
|
|
84
|
-
stroke: resolvedSecondaryColor,
|
|
85
|
-
strokeLinecap: "round",
|
|
86
|
-
strokeLinejoin: "round"
|
|
87
|
-
}));
|
|
41
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
42
|
+
import_base_components.Box,
|
|
43
|
+
{
|
|
44
|
+
ref,
|
|
45
|
+
width,
|
|
46
|
+
height,
|
|
47
|
+
viewBox,
|
|
48
|
+
fill,
|
|
49
|
+
tag: "svg",
|
|
50
|
+
"aria-hidden": true,
|
|
51
|
+
...props
|
|
52
|
+
},
|
|
53
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M14.783 65.206c6.456 6.455 15.365 10.446 25.222 10.446v2.443c0 .49.404.894.895.883 20.827-.469 37.63-17.273 38.1-38.1a.882.882 0 0 0-.883-.894h-2.443c0-19.694-15.964-35.669-35.669-35.669V1.883A.882.882 0 0 0 39.111 1c-10.086.23-19.235 4.286-26.04 10.785a.876.876 0 0 0 0 1.265l1.723 1.733c-6.477 6.445-10.468 15.354-10.468 25.2H1.883a.882.882 0 0 0-.883.895c.23 10.086 4.297 19.235 10.785 26.04.338.36.905.36 1.265 0l1.733-1.723v.01Z", fill: resolvedPrimaryColor }),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M65.402 59.983s.087-.055.12-.088l6.553-4.362-3.162-1.712-3.162.764-8.375-31.961a5.756 5.756 0 0 0-6.739-4.187L10.705 26.57 9.3 23.42l-3.446 5.932c-.077.12-.153.25-.218.37v.022a5.688 5.688 0 0 0-.458 4.286L15.71 71.007a2.61 2.61 0 0 0 3.206 1.81l45.679-12.453c.273-.076.523-.207.752-.349l.055-.032Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M10.073 32.983s.327-3.184.61-6.444L9.3 23.43l-3.446 5.932c-.077.12-.153.25-.218.37v.023a5.688 5.688 0 0 0-.458 4.285l1.406 4.95 3.49-6.019v.011Z", fill: resolvedSecondaryColor }),
|
|
56
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M71.29 55.882 23.19 69a2.758 2.758 0 0 1-3.38-1.908L8.72 28.152c-.97-3.402 1.167-6.913 4.635-7.622l43.258-8.822c3.162-.643 6.281 1.298 7.088 4.417l9.53 36.399a2.754 2.754 0 0 1-1.94 3.358Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
57
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m63.107 16 1.131 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.092-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.889 1.213 6.645 4.122V16Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeWidth: ".7" }),
|
|
58
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M17.444 25.48a1.89 1.89 0 0 1-1.428 2.389c-1.102.24-2.247-.458-2.552-1.538a1.885 1.885 0 0 1 1.44-2.388c1.1-.229 2.235.47 2.54 1.549v-.011ZM24.488 23.998c.295 1.068-.327 2.126-1.406 2.355-1.08.23-2.203-.458-2.497-1.537-.295-1.08.327-2.138 1.417-2.367 1.09-.229 2.192.47 2.486 1.538v.01Z", fill: resolvedSecondaryColor }),
|
|
59
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M57.344 37.52 20.9 46.647l-1.887-6.652 36.65-8.855a.893.893 0 0 1 1.069.633l1.265 4.656c.13.48-.164.97-.643 1.09h-.011ZM52.437 49.787l-28.504 7.535-1.876-6.598 28.624-7.327 1.756 6.39Z", fill: resolvedPrimaryColor }),
|
|
60
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M77.168 28.992c0 6.76-3.184 12.77-8.135 16.618a20.926 20.926 0 0 1-2.617 1.734 20.545 20.545 0 0 1-3.304 1.494 20.908 20.908 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.432-21.024 21.045-21.024 7.263 0 13.663 3.675 17.447 9.28a20.949 20.949 0 0 1 3.599 11.766v-.011Z", fill: "#fff" }),
|
|
61
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M63.123 48.849a20.909 20.909 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.421-21.035 21.034-21.035 5.213 0 9.978 1.898 13.653 5.027M73.57 17.226a20.949 20.949 0 0 1 3.598 11.766c0 6.76-3.184 12.77-8.135 16.618", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
62
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M56.122 14.794v14.198l8.2-5.616M53.767 45.61l9.356 3.239-8.418 6.107", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
63
|
+
);
|
|
88
64
|
};
|
|
89
65
|
Collection.displayName = "Collection";
|
|
90
66
|
var stdin_default = (0, import_core.createBaseComponent)(Collection);
|