@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
|
@@ -6,346 +6,45 @@ const DeletedAccount = ({ fill = "none", width = "260", height = "260", viewBox
|
|
|
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: "M204.55 188.76c17 0 30.78-4.8 30.78-10.73 0-5.93-13.78-10.74-30.78-10.74s-30.78 4.8-30.78 10.74c0 5.93 13.78 10.73 30.78 10.73ZM227.12 235.18c.3.5.46 1.06.47 1.63 0 4.48-10.32 8.1-23.04 8.1-12.72 0-23.03-3.63-23.03-8.1 0-.53.15-1.06.41-1.53",
|
|
23
|
-
stroke: resolvedSecondaryColor,
|
|
24
|
-
strokeLinecap: "round",
|
|
25
|
-
strokeLinejoin: "round"
|
|
26
|
-
|
|
27
|
-
d: "
|
|
28
|
-
stroke: resolvedSecondaryColor,
|
|
29
|
-
strokeLinecap: "round",
|
|
30
|
-
strokeLinejoin: "round"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
stroke: resolvedSecondaryColor,
|
|
35
|
-
strokeLinecap: "round",
|
|
36
|
-
strokeLinejoin: "round"
|
|
37
|
-
|
|
38
|
-
d: "
|
|
39
|
-
|
|
40
|
-
strokeLinecap: "round",
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
d: "
|
|
44
|
-
stroke:
|
|
45
|
-
|
|
46
|
-
strokeLinejoin: "round"
|
|
47
|
-
|
|
48
|
-
d: "M182.4 191.23c27.9 38.42 47.15 24.16 48.12 18.01",
|
|
49
|
-
stroke: resolvedSecondaryColor,
|
|
50
|
-
strokeLinecap: "round",
|
|
51
|
-
strokeLinejoin: "round"
|
|
52
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
53
|
-
d: "M175.87 187.2c3.86 12.56 36.76 56.55 53.42 31.54",
|
|
54
|
-
stroke: resolvedSecondaryColor,
|
|
55
|
-
strokeLinecap: "round",
|
|
56
|
-
strokeLinejoin: "round"
|
|
57
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
58
|
-
d: "M176.74 194.83c6.95 24.41 41.81 52.6 51.55 31.74",
|
|
59
|
-
stroke: resolvedSecondaryColor,
|
|
60
|
-
strokeLinecap: "round",
|
|
61
|
-
strokeLinejoin: "round"
|
|
62
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
63
|
-
d: "M227.27 234.56c-9.52 20.43-41.49-5.81-49.14-28.9M201.05 244.9c-7.94-5-18.19-20.67-21.4-27.44M191.02 243.02c-1.6-2.2-3.24-4.63-4.9-7.28-2.06-3.32-3.8-6.56-5.37-9.64M202.83 194.54c-1.93 2.32-21.52 11.13-26.65-4.13",
|
|
64
|
-
stroke: resolvedSecondaryColor,
|
|
65
|
-
strokeLinecap: "round",
|
|
66
|
-
strokeLinejoin: "round"
|
|
67
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
68
|
-
d: "M217.22 193.34c-4.26 6.65-31.64 25.47-39.8 6.87",
|
|
69
|
-
stroke: resolvedSecondaryColor,
|
|
70
|
-
strokeLinecap: "round",
|
|
71
|
-
strokeLinejoin: "round"
|
|
72
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
73
|
-
d: "M226.71 191.23c-27.9 38.42-47 24.16-47.98 18.01",
|
|
74
|
-
stroke: resolvedSecondaryColor,
|
|
75
|
-
strokeLinecap: "round",
|
|
76
|
-
strokeLinejoin: "round"
|
|
77
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
78
|
-
d: "M233.34 187.2c-3.86 12.56-36.88 56.55-53.53 31.54",
|
|
79
|
-
stroke: resolvedSecondaryColor,
|
|
80
|
-
strokeLinecap: "round",
|
|
81
|
-
strokeLinejoin: "round"
|
|
82
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
83
|
-
d: "M232.37 194.83c-6.95 24.41-41.82 52.6-51.55 31.74",
|
|
84
|
-
stroke: resolvedSecondaryColor,
|
|
85
|
-
strokeLinecap: "round",
|
|
86
|
-
strokeLinejoin: "round"
|
|
87
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
88
|
-
d: "M181.84 234.56c9.51 20.43 41.48-5.81 49.13-28.9M208.05 244.9c7.94-5 18.19-20.67 21.41-27.44M218.09 243.02c1.59-2.2 3.23-4.63 4.89-7.28 2.07-3.32 3.8-6.56 5.37-9.64",
|
|
89
|
-
stroke: resolvedSecondaryColor,
|
|
90
|
-
strokeLinecap: "round",
|
|
91
|
-
strokeLinejoin: "round"
|
|
92
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
93
|
-
d: "M202.54 179c-.47 3.48-2.4 5.6-4.4 7.26-.2.18-.48.28-.76.28-2.1-.02-2 .77-3.17 1.62-2.85.65-5.84.43-8.56-.64a14.27 14.27 0 0 1-4.9-3.3l1.96-3.8a1.28 1.28 0 0 1 .87-.67l3.53-.78-.61-3.46c1.2-.73 2.32-1.56 3.37-2.5 1.42-1.25 2.38-2.6 3.28-3.59 1.28-1.4 7.3 2.93 10.07 4.48l-.68 5.1Z",
|
|
94
|
-
fill: "#fff",
|
|
95
|
-
stroke: "#fff",
|
|
96
|
-
strokeLinecap: "round",
|
|
97
|
-
strokeLinejoin: "round"
|
|
98
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
99
|
-
d: "m204.38 185.39.84-6.24a12.21 12.21 0 0 1 9.3-1.59l9.64 10.26-6.08 2.59h-12.65l-1.05-5.02Z",
|
|
100
|
-
fill: "#fff"
|
|
101
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
102
|
-
d: "M204.55 188.76c-16.1 0-29.3-4.3-30.65-9.79l.68 5.2.08.06c.74 6.14 13.38 10.43 29.9 10.43 16.5 0 29.2-4.66 29.89-10.43l.08-.12.68-5.14c-1.36 5.49-14.56 9.8-30.66 9.8Z",
|
|
103
|
-
fill: resolvedSecondaryColor,
|
|
104
|
-
stroke: resolvedSecondaryColor,
|
|
105
|
-
strokeLinecap: "round",
|
|
106
|
-
strokeLinejoin: "round"
|
|
107
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
108
|
-
d: "m196.65 177.4-1.7 5.45-5.45.53-3.55-5.35",
|
|
109
|
-
fill: "#fff"
|
|
110
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
111
|
-
d: "m196.65 177.4-1.7 5.45-5.45.53-3.55-5.35",
|
|
112
|
-
stroke: resolvedPrimaryColor,
|
|
113
|
-
strokeLinecap: "round",
|
|
114
|
-
strokeLinejoin: "round"
|
|
115
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
116
|
-
d: "M212.95 181.98a8.53 8.53 0 0 0-2.86 5.99",
|
|
117
|
-
fill: "#fff"
|
|
118
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
119
|
-
d: "M212.95 181.98a8.53 8.53 0 0 0-2.86 5.99",
|
|
120
|
-
stroke: resolvedPrimaryColor,
|
|
121
|
-
strokeLinecap: "round",
|
|
122
|
-
strokeLinejoin: "round"
|
|
123
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
124
|
-
d: "M204.55 188.14c17 0 30.78-4.8 30.78-10.73 0-5.93-13.78-10.74-30.78-10.74s-30.78 4.8-30.78 10.74c0 5.93 13.78 10.73 30.78 10.73Z",
|
|
125
|
-
stroke: "#fff",
|
|
126
|
-
strokeLinecap: "round",
|
|
127
|
-
strokeLinejoin: "round"
|
|
128
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
129
|
-
d: "M223.08 185.03a74.36 74.36 0 0 1-18.53 2.2c-10.55 0-19.7-1.77-25.28-4.74",
|
|
130
|
-
stroke: resolvedPrimaryColor,
|
|
131
|
-
strokeLinecap: "round",
|
|
132
|
-
strokeLinejoin: "round"
|
|
133
|
-
}), /* @__PURE__ */ React.createElement("mask", {
|
|
134
|
-
height: "235",
|
|
135
|
-
id: "igc-deletedaccount-el-0",
|
|
136
|
-
width: "240",
|
|
137
|
-
x: "10",
|
|
138
|
-
y: "10",
|
|
139
|
-
maskUnits: "userSpaceOnUse"
|
|
140
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
141
|
-
d: "m107.82 18.4-97.8 75.26c-.43.43 6.58 22.5 6.58 22.5l6.02 27.98v98.18a2.6 2.6 0 0 0 2.6 2.6h136.8c1.22 0 2.39-.49 3.24-1.35l83.87-83.87a2.62 2.62 0 0 0 .74-2.26c-5.66-35.03-17.78-111.66-42.88-136.75-25.09-25.1-61.88 2.63-96.91-3.03a2.62 2.62 0 0 0-2.26.74",
|
|
142
|
-
fill: resolvedPrimaryColor
|
|
143
|
-
})), /* @__PURE__ */ React.createElement("g", {
|
|
144
|
-
mask: "url(#igc-deletedaccount-el-0)"
|
|
145
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
146
|
-
d: "M105.12 88.83c-.07 2.5 3.31 3.35 4.43 1.12l17.33-17.88 15.45 2.1 26.12-11.8s19.2-44.35 16.77-43.76l-75.81 18.4a3.8 3.8 0 0 0-2.9 3.58l-1.39 48.24Z",
|
|
147
|
-
fill: resolvedSecondaryColor,
|
|
148
|
-
stroke: resolvedSecondaryColor,
|
|
149
|
-
strokeLinecap: "round",
|
|
150
|
-
strokeLinejoin: "round"
|
|
151
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
152
|
-
d: "m136.58 37.1-22.7 5.35a3.24 3.24 0 0 0-2.48 2.84l-3.86 40.86c-.07 2.52 2.64 2.3 3.76.07",
|
|
153
|
-
stroke: resolvedPrimaryColor,
|
|
154
|
-
strokeLinecap: "round",
|
|
155
|
-
strokeLinejoin: "round"
|
|
156
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
157
|
-
d: "m188.3 12.53-61.83 15a6.85 6.85 0 0 0-4.87 5.27l-12.83 57.9 69.54-16.88 12.87-58.02c.42-2-1.08-3.7-2.87-3.27Z",
|
|
158
|
-
fill: "#fff",
|
|
159
|
-
stroke: resolvedSecondaryColor,
|
|
160
|
-
strokeLinecap: "round",
|
|
161
|
-
strokeLinejoin: "round"
|
|
162
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
163
|
-
d: "M176.9 52.75 155.24 58l5.71-25.62a4.08 4.08 0 0 1 3.02-3.08l16.05-3.93a2 2 0 0 1 2.43 2.38l-5.55 24.99Z",
|
|
164
|
-
fill: resolvedPrimaryColor
|
|
165
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
166
|
-
d: "M133.57 36.7 152 32.22M126.42 38.44l4.27-1.04M140.58 41.7l9.54-2.32M124.53 45.59l12.18-2.96",
|
|
167
|
-
stroke: resolvedPrimaryColor,
|
|
168
|
-
strokeLinecap: "round",
|
|
169
|
-
strokeLinejoin: "round"
|
|
170
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
171
|
-
d: "M172.5 41.45c1.86-2.7 2.05-5.8.42-6.93-1.63-1.12-4.45.16-6.32 2.87-1.86 2.7-2.05 5.8-.42 6.92 1.63 1.13 4.45-.16 6.32-2.86Z",
|
|
172
|
-
fill: resolvedSecondaryColor,
|
|
173
|
-
stroke: resolvedSecondaryColor,
|
|
174
|
-
strokeLinecap: "round",
|
|
175
|
-
strokeLinejoin: "round"
|
|
176
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
177
|
-
d: "M169.86 55.6c.64-2.89-11.24-2.47-9.65-4.92 2.42-3.72 5.65-6.55 8.75-7.3 3.65-.89 6.15 1.35 6.7 5.35.22 1.62-6.16 3.94-6.64 6.04",
|
|
178
|
-
fill: resolvedSecondaryColor
|
|
179
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
180
|
-
d: "M169.86 55.6c.64-2.89-11.24-2.47-9.65-4.92 2.42-3.72 5.65-6.55 8.75-7.3 3.65-.89 6.15 1.35 6.7 5.35.22 1.62-6.16 3.94-6.64 6.04",
|
|
181
|
-
stroke: resolvedSecondaryColor,
|
|
182
|
-
strokeLinecap: "round",
|
|
183
|
-
strokeLinejoin: "round"
|
|
184
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
185
|
-
d: "M167.78 45.28c-2.3.24-3.6-1.73-2.95-4.67.7-3.16 3.4-6.25 6.04-6.89 2.64-.64 4.2 1.4 3.5 4.57a10.36 10.36 0 0 1-3.43 5.5",
|
|
186
|
-
stroke: resolvedPrimaryColor,
|
|
187
|
-
strokeLinecap: "round",
|
|
188
|
-
strokeLinejoin: "round"
|
|
189
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
190
|
-
d: "M107.78 91.22h.04-.04Z",
|
|
191
|
-
stroke: resolvedSecondaryColor,
|
|
192
|
-
strokeLinecap: "round",
|
|
193
|
-
strokeLinejoin: "round"
|
|
194
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
195
|
-
d: "m153.01 51.08-.75-3.1a2.96 2.96 0 0 0-3.58-2.18l-20.37 4.94a5.51 5.51 0 0 0-3.78 3.23l-14.99 35.97c-.25.54-.71.95-1.27 1.15l72.13-17.5a4.78 4.78 0 0 0 3.19-2.6l8.5-23.48a1.78 1.78 0 0 0-1.16-2.32c-.3-.1-.64-.1-.95-.03l-33.4 8.12a2.96 2.96 0 0 1-3.57-2.2Z",
|
|
196
|
-
fill: resolvedPrimaryColor,
|
|
197
|
-
stroke: resolvedSecondaryColor,
|
|
198
|
-
strokeLinecap: "round",
|
|
199
|
-
strokeLinejoin: "round"
|
|
200
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
201
|
-
d: "M124.08 163.56V250h4.52v-86.84l-4.52.4Z",
|
|
202
|
-
fill: resolvedSecondaryColor,
|
|
203
|
-
stroke: resolvedSecondaryColor,
|
|
204
|
-
strokeLinecap: "round",
|
|
205
|
-
strokeLinejoin: "round"
|
|
206
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
207
|
-
d: "M138.34 250V142.5l-133.8 8.39v23.1l124.06-10.83V250h9.74Z",
|
|
208
|
-
fill: resolvedPrimaryColor,
|
|
209
|
-
stroke: resolvedSecondaryColor,
|
|
210
|
-
strokeLinecap: "round",
|
|
211
|
-
strokeLinejoin: "round"
|
|
212
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
213
|
-
d: "m70.24 157.79-25.18 1.9M24.16 133.57l114.17 8.92",
|
|
214
|
-
stroke: resolvedSecondaryColor,
|
|
215
|
-
strokeLinecap: "round",
|
|
216
|
-
strokeLinejoin: "round"
|
|
217
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
218
|
-
d: "M128.6 140.34V137.77l-21.04.37.56.28-16.8-1.06-70.7-9.76 2.54 9.49a4.43 4.43 0 0 0 3.87 3.26l37.95 3.48c1.6.13 3.21.16 4.82.07l58.23-3.05a.56.56 0 0 0 .56-.5Z",
|
|
219
|
-
fill: resolvedSecondaryColor
|
|
220
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
221
|
-
d: "M78.19 95a2.61 2.61 0 0 0-2.52-1.95l-60.28-.18-.4-1.02-1.93 1.6-.05.04-.04.03a2.6 2.6 0 0 0-.79 2.63l11.03 41.2 66.18-1.22-11.2-41.14Z",
|
|
222
|
-
fill: resolvedSecondaryColor
|
|
223
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
224
|
-
d: "m89.71 133.47-64.36 2.8-11.19-41.74a2.61 2.61 0 0 1 2.53-3.29l60.96.2a2.61 2.61 0 0 1 2.52 1.93l9.54 40.1Z",
|
|
225
|
-
fill: "#fff"
|
|
226
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
227
|
-
d: "m58.53 102.29-.24 3.61a1.26 1.26 0 0 1-1.3 1.2l-22.16.32c-1 0-1.6.82-1.33 1.8l4.75 17.7a2.4 2.4 0 0 0 2.27 1.72l33.3-1.23c.91-.03 1.45-.84 1.2-1.78l-6.14-22.88a2.35 2.35 0 0 0-2.13-1.7l-6.93.04a1.24 1.24 0 0 0-1.29 1.2Z",
|
|
228
|
-
fill: resolvedPrimaryColor
|
|
229
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
230
|
-
d: "m77.64 91.43-60.96-.2a2.61 2.61 0 0 0-2.53 3.3l11.69 43.6 3.23-.25-11.63-43.45 59.7-.01 10.92 40.73 3.25-.2-11.15-41.59a2.61 2.61 0 0 0-2.52-1.93Z",
|
|
231
|
-
fill: resolvedSecondaryColor
|
|
232
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
233
|
-
d: "m91.31 134.95-65.47 3.18 39.13 3.28c1.6.14 3.22.16 4.83.08l58.23-3.05a.6.6 0 0 0 .55-.6.6.6 0 0 0-.55-.6l-36.72-2.29Z",
|
|
234
|
-
fill: resolvedSecondaryColor
|
|
235
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
236
|
-
d: "M16.6 90.78a2.61 2.61 0 0 0-2.52 3.28l11.2 41.9a3.2 3.2 0 0 0 2.82 2.35l38.62 3.1c.97.07 1.95.09 2.93.04l51.18-2.52",
|
|
237
|
-
stroke: "#fff",
|
|
238
|
-
strokeLinecap: "round",
|
|
239
|
-
strokeLinejoin: "round"
|
|
240
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
241
|
-
d: "m42.17 200.8-14.8 53.07M70.87 200.72l-6.93 53.16M105.93 200.53l14.94 53.34M77.72 204.14l9.02 49.74",
|
|
242
|
-
stroke: resolvedSecondaryColor,
|
|
243
|
-
strokeLinecap: "round",
|
|
244
|
-
strokeLinejoin: "round"
|
|
245
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
246
|
-
d: "m127.6 120.91-25.11.9a9.12 9.12 0 0 0-8.52 6.85l-16.93 66.2a15.48 15.48 0 0 1-17.88 11.37l8.37 1.58c3.9.74 7.9.84 11.84.31l22.9-3.07a15.48 15.48 0 0 0 12.95-11.53l17.03-66.88a4.61 4.61 0 0 0-4.64-5.73Z",
|
|
247
|
-
fill: "#fff",
|
|
248
|
-
stroke: resolvedSecondaryColor,
|
|
249
|
-
strokeLinecap: "round",
|
|
250
|
-
strokeLinejoin: "round"
|
|
251
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
252
|
-
d: "m78.16 190.46-2.76 10.8a8.43 8.43 0 0 1-9.74 6.2l-29.16-5.5c-3.87-.74-3.67-6.35.25-6.8l41.42-4.7",
|
|
253
|
-
fill: resolvedSecondaryColor
|
|
254
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
255
|
-
d: "m78.16 190.46-2.76 10.8a8.43 8.43 0 0 1-9.74 6.2l-29.16-5.5c-3.87-.74-3.67-6.35.25-6.8l41.42-4.7",
|
|
256
|
-
stroke: resolvedSecondaryColor,
|
|
257
|
-
strokeLinecap: "round",
|
|
258
|
-
strokeLinejoin: "round"
|
|
259
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
260
|
-
d: "m76.48 196.96-.04.17a8.34 8.34 0 0 1-9.62 5.92l-30.22-5.82a3.38 3.38 0 0 1-1.96-1.08c-1.7 1.76-1.15 5.24 1.84 5.8l29.15 5.5a8.44 8.44 0 0 0 9.75-6.19l1.1-4.3Z",
|
|
261
|
-
fill: resolvedPrimaryColor,
|
|
262
|
-
stroke: resolvedSecondaryColor,
|
|
263
|
-
strokeLinecap: "round",
|
|
264
|
-
strokeLinejoin: "round"
|
|
265
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
266
|
-
d: "M89.6 80.8a33.21 33.21 0 0 1 7.76-2.49c29.14-5.43 68.51 26.7 84.16 84.85M63.56 106.33c5.26-8.8 10.71-14.83 15.7-18.96M158.24 89.65a126.12 126.12 0 0 0-10.33-6.05M199.13 146.58a82.25 82.25 0 0 0-4.67-15.14",
|
|
267
|
-
stroke: "#fff",
|
|
268
|
-
strokeLinecap: "round",
|
|
269
|
-
strokeLinejoin: "round"
|
|
270
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
271
|
-
d: "m206.08 89.2-15.7.93-5.76 9.14 15.7-.92 5.76-9.14ZM184.84 103.06l3.14-.19-5.76 9.15-3.14.18 5.76-9.14ZM188.35 109.15l3.14-.19-5.76 9.15-3.14.18 5.76-9.14ZM191.86 115.24l3.14-.18-5.76 9.14-3.14.19 5.76-9.15Z",
|
|
272
|
-
fill: resolvedSecondaryColor,
|
|
273
|
-
stroke: resolvedSecondaryColor,
|
|
274
|
-
strokeLinecap: "round",
|
|
275
|
-
strokeLinejoin: "round"
|
|
276
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
277
|
-
d: "m195.19 118.2-.19-3.14-5.76 9.14.18 3.14 5.77-9.14Z",
|
|
278
|
-
fill: resolvedPrimaryColor,
|
|
279
|
-
stroke: resolvedSecondaryColor,
|
|
280
|
-
strokeLinecap: "round",
|
|
281
|
-
strokeLinejoin: "round"
|
|
282
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
283
|
-
d: "m201.28 114.69 3.14-.19-5.76 9.15-3.14.18 5.76-9.14Z",
|
|
284
|
-
fill: resolvedSecondaryColor,
|
|
285
|
-
stroke: resolvedSecondaryColor,
|
|
286
|
-
strokeLinecap: "round",
|
|
287
|
-
strokeLinejoin: "round"
|
|
288
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
289
|
-
d: "m178.2 97.15 6.28-.37-5.77 9.14-6.28.37 5.77-9.14Z",
|
|
290
|
-
fill: resolvedPrimaryColor,
|
|
291
|
-
stroke: resolvedSecondaryColor,
|
|
292
|
-
strokeLinecap: "round",
|
|
293
|
-
strokeLinejoin: "round"
|
|
294
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
295
|
-
d: "m175.24 100.47 3.14-.19-5.76 9.15-3.14.18 5.76-9.14Z",
|
|
296
|
-
fill: resolvedSecondaryColor,
|
|
297
|
-
stroke: resolvedSecondaryColor,
|
|
298
|
-
strokeLinecap: "round",
|
|
299
|
-
strokeLinejoin: "round"
|
|
300
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
301
|
-
d: "m172.29 103.8 3.14-.2-5.77 9.15-3.13.19 5.76-9.15Z",
|
|
302
|
-
fill: resolvedSecondaryColor,
|
|
303
|
-
stroke: resolvedSecondaryColor,
|
|
304
|
-
strokeLinecap: "round",
|
|
305
|
-
strokeLinejoin: "round"
|
|
306
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
307
|
-
d: "m169.33 107.11 3.14-.18-5.76 9.15-3.14.18 5.76-9.15Z",
|
|
308
|
-
fill: resolvedSecondaryColor,
|
|
309
|
-
stroke: resolvedSecondaryColor,
|
|
310
|
-
strokeLinecap: "round",
|
|
311
|
-
strokeLinejoin: "round"
|
|
312
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
313
|
-
d: "m166.2 53.75-5.76 9.15 3.13 53.36 5.76-9.15-3.13-53.36ZM178.71 105.92l5.77-9.14.36 6.28-5.76 9.14-.37-6.28ZM182.22 112.02l5.76-9.15.37 6.28-5.76 9.14-.37-6.27ZM185.73 118.1l5.76-9.13.37 6.27-5.76 9.15-.37-6.28Z",
|
|
314
|
-
fill: resolvedPrimaryColor,
|
|
315
|
-
stroke: resolvedSecondaryColor,
|
|
316
|
-
strokeLinecap: "round",
|
|
317
|
-
strokeLinejoin: "round"
|
|
318
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
319
|
-
d: "m201.46 117.83-5.76 9.14-6.28.37 5.77-9.14 6.27-.37Z",
|
|
320
|
-
fill: resolvedSecondaryColor,
|
|
321
|
-
stroke: resolvedSecondaryColor,
|
|
322
|
-
strokeLinecap: "round",
|
|
323
|
-
strokeLinejoin: "round"
|
|
324
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
325
|
-
d: "m172.66 56.52-3.14.19 2.6 44.26 3.12-.5 2.96-3.32 6.28-.37L195 115.06l6.28-.37-.37-6.28-7.02-12.19-1.4-7.79 11-1.37-30.65-27.4-.18-3.14Z",
|
|
326
|
-
fill: "#fff",
|
|
327
|
-
stroke: resolvedSecondaryColor,
|
|
328
|
-
strokeLinecap: "round",
|
|
329
|
-
strokeLinejoin: "round"
|
|
330
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
331
|
-
d: "m169.34 53.63-3.14.19 3.13 53.36 3.14-.18-3.13-53.37ZM172.66 56.6l-3.13.18.18 3.13 3.14-.18-.19-3.14ZM175.99 59.54l-3.14.19.18 3.14 3.14-.19-.18-3.14ZM179.3 62.5l-3.13.19.18 3.14 3.14-.19-.18-3.14ZM182.63 65.45l-3.14.19.19 3.14 3.14-.19-.19-3.14ZM185.96 68.41l-3.14.19.18 3.14 3.14-.19-.18-3.14ZM189.28 71.36l-3.14.19.19 3.14 3.13-.19-.18-3.14ZM192.6 74.32l-3.14.18.19 3.14 3.14-.18-.19-3.14ZM195.93 77.27l-3.14.19.18 3.14 3.14-.19-.18-3.14ZM199.25 80.23l-3.14.18.19 3.14 3.14-.18-.19-3.14ZM202.58 83.18l-3.14.19.18 3.14 3.14-.19-.18-3.14Z",
|
|
332
|
-
fill: resolvedSecondaryColor,
|
|
333
|
-
stroke: resolvedSecondaryColor,
|
|
334
|
-
strokeLinecap: "round",
|
|
335
|
-
strokeLinejoin: "round"
|
|
336
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
337
|
-
d: "m205.9 86.14-15.7.92.19 3.14 15.7-.92-.2-3.14ZM181.34 96.9l3.14-.2-.37-6.27-3.14.18.37 6.28Z",
|
|
338
|
-
fill: resolvedSecondaryColor,
|
|
339
|
-
stroke: resolvedSecondaryColor,
|
|
340
|
-
strokeLinecap: "round",
|
|
341
|
-
strokeLinejoin: "round"
|
|
342
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
343
|
-
d: "m190.75 96.34 3.14-.19-.37-6.28-3.14.19.37 6.28ZM184.84 102.98l3.14-.18-.36-6.28-3.14.19.37 6.28ZM194.26 102.43l3.14-.18-.37-6.28-3.14.18.37 6.28ZM188.35 109.08l3.14-.19-.37-6.27-3.14.18.37 6.28ZM197.77 108.53l3.14-.19-.37-6.28-3.14.19.37 6.28ZM191.86 115.17 195 115l-.37-6.28-3.14.18.37 6.28ZM195.07 115.06l.18 3.14 6.28-.37-.18-3.14-6.28.37ZM201.28 114.62l3.14-.19-.37-6.28-3.14.19.37 6.28ZM178.2 97.08l3.14-.19-.19-3.14-3.14.19.19 3.14ZM175.24 100.4l3.14-.19-.19-3.13-3.13.18.18 3.14ZM172.29 103.72l3.14-.18-.19-3.14-3.14.18.19 3.14Z",
|
|
344
|
-
fill: resolvedSecondaryColor,
|
|
345
|
-
stroke: resolvedSecondaryColor,
|
|
346
|
-
strokeLinecap: "round",
|
|
347
|
-
strokeLinejoin: "round"
|
|
348
|
-
})));
|
|
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: "m107.82 18.4-83.86 83.85a4.57 4.57 0 0 0-1.34 3.24v136.83a2.6 2.6 0 0 0 2.59 2.6h136.82c1.21 0 2.38-.49 3.23-1.35l83.87-83.87a2.6 2.6 0 0 0 .73-2.26A168.88 168.88 0 0 0 110.08 17.66a2.62 2.62 0 0 0-2.26.74", fill: resolvedPrimaryColor }),
|
|
22
|
+
/* @__PURE__ */ React.createElement("path", { d: "M204.55 188.76c17 0 30.78-4.8 30.78-10.73 0-5.93-13.78-10.74-30.78-10.74s-30.78 4.8-30.78 10.74c0 5.93 13.78 10.73 30.78 10.73ZM227.12 235.18c.3.5.46 1.06.47 1.63 0 4.48-10.32 8.1-23.04 8.1-12.72 0-23.03-3.63-23.03-8.1 0-.53.15-1.06.41-1.53", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
23
|
+
/* @__PURE__ */ React.createElement("path", { d: "m174.58 178.03 8.23 64.18c0 4.3 9.73 7.79 21.74 7.79 12 0 21.73-3.49 21.73-7.79l8.24-64.18", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
24
|
+
/* @__PURE__ */ React.createElement("path", { d: "M204.55 244.9c-12.75 0-22.44-3.57-22.99-7.79l.67 5.1c0 4.3 10 7.79 22.32 7.79 12.33 0 22.32-3.49 22.32-7.79l.67-5.1c-.56 4.28-10.24 7.8-22.99 7.8ZM175.94 181.98c2.46-5 14.33-8.8 28.61-8.8s26.15 3.8 28.61 8.8c1.4-1.22 2.17-2.55 2.17-3.95 0-5.93-13.78-10.74-30.78-10.74s-30.78 4.8-30.78 10.74c0 1.4.78 2.73 2.17 3.95Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
25
|
+
/* @__PURE__ */ React.createElement("path", { d: "M206.27 194.54c1.94 2.32 21.52 11.13 26.66-4.13", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
26
|
+
/* @__PURE__ */ React.createElement("path", { d: "M191.9 193.34c4.24 6.65 31.63 25.47 39.78 6.87", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
27
|
+
/* @__PURE__ */ React.createElement("path", { d: "M182.4 191.23c27.9 38.42 47.15 24.16 48.12 18.01", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
28
|
+
/* @__PURE__ */ React.createElement("path", { d: "M175.87 187.2c3.86 12.56 36.76 56.55 53.42 31.54", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
29
|
+
/* @__PURE__ */ React.createElement("path", { d: "M176.74 194.83c6.95 24.41 41.81 52.6 51.55 31.74", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
30
|
+
/* @__PURE__ */ React.createElement("path", { d: "M227.27 234.56c-9.52 20.43-41.49-5.81-49.14-28.9M201.05 244.9c-7.94-5-18.19-20.67-21.4-27.44M191.02 243.02c-1.6-2.2-3.24-4.63-4.9-7.28-2.06-3.32-3.8-6.56-5.37-9.64M202.83 194.54c-1.93 2.32-21.52 11.13-26.65-4.13", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
31
|
+
/* @__PURE__ */ React.createElement("path", { d: "M217.22 193.34c-4.26 6.65-31.64 25.47-39.8 6.87", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
32
|
+
/* @__PURE__ */ React.createElement("path", { d: "M226.71 191.23c-27.9 38.42-47 24.16-47.98 18.01", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
33
|
+
/* @__PURE__ */ React.createElement("path", { d: "M233.34 187.2c-3.86 12.56-36.88 56.55-53.53 31.54", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
34
|
+
/* @__PURE__ */ React.createElement("path", { d: "M232.37 194.83c-6.95 24.41-41.82 52.6-51.55 31.74", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
35
|
+
/* @__PURE__ */ React.createElement("path", { d: "M181.84 234.56c9.51 20.43 41.48-5.81 49.13-28.9M208.05 244.9c7.94-5 18.19-20.67 21.41-27.44M218.09 243.02c1.59-2.2 3.23-4.63 4.89-7.28 2.07-3.32 3.8-6.56 5.37-9.64", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
36
|
+
/* @__PURE__ */ React.createElement("path", { d: "M202.54 179c-.47 3.48-2.4 5.6-4.4 7.26-.2.18-.48.28-.76.28-2.1-.02-2 .77-3.17 1.62-2.85.65-5.84.43-8.56-.64a14.27 14.27 0 0 1-4.9-3.3l1.96-3.8a1.28 1.28 0 0 1 .87-.67l3.53-.78-.61-3.46c1.2-.73 2.32-1.56 3.37-2.5 1.42-1.25 2.38-2.6 3.28-3.59 1.28-1.4 7.3 2.93 10.07 4.48l-.68 5.1Z", fill: "#fff", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
37
|
+
/* @__PURE__ */ React.createElement("path", { d: "m204.38 185.39.84-6.24a12.21 12.21 0 0 1 9.3-1.59l9.64 10.26-6.08 2.59h-12.65l-1.05-5.02Z", fill: "#fff" }),
|
|
38
|
+
/* @__PURE__ */ React.createElement("path", { d: "M204.55 188.76c-16.1 0-29.3-4.3-30.65-9.79l.68 5.2.08.06c.74 6.14 13.38 10.43 29.9 10.43 16.5 0 29.2-4.66 29.89-10.43l.08-.12.68-5.14c-1.36 5.49-14.56 9.8-30.66 9.8Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
39
|
+
/* @__PURE__ */ React.createElement("path", { d: "m196.65 177.4-1.7 5.45-5.45.53-3.55-5.35", fill: "#fff" }),
|
|
40
|
+
/* @__PURE__ */ React.createElement("path", { d: "m196.65 177.4-1.7 5.45-5.45.53-3.55-5.35", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
41
|
+
/* @__PURE__ */ React.createElement("path", { d: "M212.95 181.98a8.53 8.53 0 0 0-2.86 5.99", fill: "#fff" }),
|
|
42
|
+
/* @__PURE__ */ React.createElement("path", { d: "M212.95 181.98a8.53 8.53 0 0 0-2.86 5.99", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
43
|
+
/* @__PURE__ */ React.createElement("path", { d: "M204.55 188.14c17 0 30.78-4.8 30.78-10.73 0-5.93-13.78-10.74-30.78-10.74s-30.78 4.8-30.78 10.74c0 5.93 13.78 10.73 30.78 10.73Z", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
44
|
+
/* @__PURE__ */ React.createElement("path", { d: "M223.08 185.03a74.36 74.36 0 0 1-18.53 2.2c-10.55 0-19.7-1.77-25.28-4.74", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
45
|
+
/* @__PURE__ */ React.createElement("mask", { height: "235", id: "igc-deletedaccount-el-0", width: "240", x: "10", y: "10", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("path", { d: "m107.82 18.4-97.8 75.26c-.43.43 6.58 22.5 6.58 22.5l6.02 27.98v98.18a2.6 2.6 0 0 0 2.6 2.6h136.8c1.22 0 2.39-.49 3.24-1.35l83.87-83.87a2.62 2.62 0 0 0 .74-2.26c-5.66-35.03-17.78-111.66-42.88-136.75-25.09-25.1-61.88 2.63-96.91-3.03a2.62 2.62 0 0 0-2.26.74", fill: resolvedPrimaryColor })),
|
|
46
|
+
/* @__PURE__ */ React.createElement("g", { mask: "url(#igc-deletedaccount-el-0)" }, /* @__PURE__ */ React.createElement("path", { d: "M105.12 88.83c-.07 2.5 3.31 3.35 4.43 1.12l17.33-17.88 15.45 2.1 26.12-11.8s19.2-44.35 16.77-43.76l-75.81 18.4a3.8 3.8 0 0 0-2.9 3.58l-1.39 48.24Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m136.58 37.1-22.7 5.35a3.24 3.24 0 0 0-2.48 2.84l-3.86 40.86c-.07 2.52 2.64 2.3 3.76.07", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m188.3 12.53-61.83 15a6.85 6.85 0 0 0-4.87 5.27l-12.83 57.9 69.54-16.88 12.87-58.02c.42-2-1.08-3.7-2.87-3.27Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M176.9 52.75 155.24 58l5.71-25.62a4.08 4.08 0 0 1 3.02-3.08l16.05-3.93a2 2 0 0 1 2.43 2.38l-5.55 24.99Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M133.57 36.7 152 32.22M126.42 38.44l4.27-1.04M140.58 41.7l9.54-2.32M124.53 45.59l12.18-2.96", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M172.5 41.45c1.86-2.7 2.05-5.8.42-6.93-1.63-1.12-4.45.16-6.32 2.87-1.86 2.7-2.05 5.8-.42 6.92 1.63 1.13 4.45-.16 6.32-2.86Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M169.86 55.6c.64-2.89-11.24-2.47-9.65-4.92 2.42-3.72 5.65-6.55 8.75-7.3 3.65-.89 6.15 1.35 6.7 5.35.22 1.62-6.16 3.94-6.64 6.04", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M169.86 55.6c.64-2.89-11.24-2.47-9.65-4.92 2.42-3.72 5.65-6.55 8.75-7.3 3.65-.89 6.15 1.35 6.7 5.35.22 1.62-6.16 3.94-6.64 6.04", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M167.78 45.28c-2.3.24-3.6-1.73-2.95-4.67.7-3.16 3.4-6.25 6.04-6.89 2.64-.64 4.2 1.4 3.5 4.57a10.36 10.36 0 0 1-3.43 5.5", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M107.78 91.22h.04-.04Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m153.01 51.08-.75-3.1a2.96 2.96 0 0 0-3.58-2.18l-20.37 4.94a5.51 5.51 0 0 0-3.78 3.23l-14.99 35.97c-.25.54-.71.95-1.27 1.15l72.13-17.5a4.78 4.78 0 0 0 3.19-2.6l8.5-23.48a1.78 1.78 0 0 0-1.16-2.32c-.3-.1-.64-.1-.95-.03l-33.4 8.12a2.96 2.96 0 0 1-3.57-2.2Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M124.08 163.56V250h4.52v-86.84l-4.52.4Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M138.34 250V142.5l-133.8 8.39v23.1l124.06-10.83V250h9.74Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m70.24 157.79-25.18 1.9M24.16 133.57l114.17 8.92", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M128.6 140.34V137.77l-21.04.37.56.28-16.8-1.06-70.7-9.76 2.54 9.49a4.43 4.43 0 0 0 3.87 3.26l37.95 3.48c1.6.13 3.21.16 4.82.07l58.23-3.05a.56.56 0 0 0 .56-.5Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M78.19 95a2.61 2.61 0 0 0-2.52-1.95l-60.28-.18-.4-1.02-1.93 1.6-.05.04-.04.03a2.6 2.6 0 0 0-.79 2.63l11.03 41.2 66.18-1.22-11.2-41.14Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "m89.71 133.47-64.36 2.8-11.19-41.74a2.61 2.61 0 0 1 2.53-3.29l60.96.2a2.61 2.61 0 0 1 2.52 1.93l9.54 40.1Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "m58.53 102.29-.24 3.61a1.26 1.26 0 0 1-1.3 1.2l-22.16.32c-1 0-1.6.82-1.33 1.8l4.75 17.7a2.4 2.4 0 0 0 2.27 1.72l33.3-1.23c.91-.03 1.45-.84 1.2-1.78l-6.14-22.88a2.35 2.35 0 0 0-2.13-1.7l-6.93.04a1.24 1.24 0 0 0-1.29 1.2Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "m77.64 91.43-60.96-.2a2.61 2.61 0 0 0-2.53 3.3l11.69 43.6 3.23-.25-11.63-43.45 59.7-.01 10.92 40.73 3.25-.2-11.15-41.59a2.61 2.61 0 0 0-2.52-1.93Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "m91.31 134.95-65.47 3.18 39.13 3.28c1.6.14 3.22.16 4.83.08l58.23-3.05a.6.6 0 0 0 .55-.6.6.6 0 0 0-.55-.6l-36.72-2.29Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M16.6 90.78a2.61 2.61 0 0 0-2.52 3.28l11.2 41.9a3.2 3.2 0 0 0 2.82 2.35l38.62 3.1c.97.07 1.95.09 2.93.04l51.18-2.52", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m42.17 200.8-14.8 53.07M70.87 200.72l-6.93 53.16M105.93 200.53l14.94 53.34M77.72 204.14l9.02 49.74", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m127.6 120.91-25.11.9a9.12 9.12 0 0 0-8.52 6.85l-16.93 66.2a15.48 15.48 0 0 1-17.88 11.37l8.37 1.58c3.9.74 7.9.84 11.84.31l22.9-3.07a15.48 15.48 0 0 0 12.95-11.53l17.03-66.88a4.61 4.61 0 0 0-4.64-5.73Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m78.16 190.46-2.76 10.8a8.43 8.43 0 0 1-9.74 6.2l-29.16-5.5c-3.87-.74-3.67-6.35.25-6.8l41.42-4.7", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "m78.16 190.46-2.76 10.8a8.43 8.43 0 0 1-9.74 6.2l-29.16-5.5c-3.87-.74-3.67-6.35.25-6.8l41.42-4.7", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m76.48 196.96-.04.17a8.34 8.34 0 0 1-9.62 5.92l-30.22-5.82a3.38 3.38 0 0 1-1.96-1.08c-1.7 1.76-1.15 5.24 1.84 5.8l29.15 5.5a8.44 8.44 0 0 0 9.75-6.19l1.1-4.3Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M89.6 80.8a33.21 33.21 0 0 1 7.76-2.49c29.14-5.43 68.51 26.7 84.16 84.85M63.56 106.33c5.26-8.8 10.71-14.83 15.7-18.96M158.24 89.65a126.12 126.12 0 0 0-10.33-6.05M199.13 146.58a82.25 82.25 0 0 0-4.67-15.14", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m206.08 89.2-15.7.93-5.76 9.14 15.7-.92 5.76-9.14ZM184.84 103.06l3.14-.19-5.76 9.15-3.14.18 5.76-9.14ZM188.35 109.15l3.14-.19-5.76 9.15-3.14.18 5.76-9.14ZM191.86 115.24l3.14-.18-5.76 9.14-3.14.19 5.76-9.15Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m195.19 118.2-.19-3.14-5.76 9.14.18 3.14 5.77-9.14Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m201.28 114.69 3.14-.19-5.76 9.15-3.14.18 5.76-9.14Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m178.2 97.15 6.28-.37-5.77 9.14-6.28.37 5.77-9.14Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m175.24 100.47 3.14-.19-5.76 9.15-3.14.18 5.76-9.14Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m172.29 103.8 3.14-.2-5.77 9.15-3.13.19 5.76-9.15Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m169.33 107.11 3.14-.18-5.76 9.15-3.14.18 5.76-9.15Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m166.2 53.75-5.76 9.15 3.13 53.36 5.76-9.15-3.13-53.36ZM178.71 105.92l5.77-9.14.36 6.28-5.76 9.14-.37-6.28ZM182.22 112.02l5.76-9.15.37 6.28-5.76 9.14-.37-6.27ZM185.73 118.1l5.76-9.13.37 6.27-5.76 9.15-.37-6.28Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m201.46 117.83-5.76 9.14-6.28.37 5.77-9.14 6.27-.37Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m172.66 56.52-3.14.19 2.6 44.26 3.12-.5 2.96-3.32 6.28-.37L195 115.06l6.28-.37-.37-6.28-7.02-12.19-1.4-7.79 11-1.37-30.65-27.4-.18-3.14Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m169.34 53.63-3.14.19 3.13 53.36 3.14-.18-3.13-53.37ZM172.66 56.6l-3.13.18.18 3.13 3.14-.18-.19-3.14ZM175.99 59.54l-3.14.19.18 3.14 3.14-.19-.18-3.14ZM179.3 62.5l-3.13.19.18 3.14 3.14-.19-.18-3.14ZM182.63 65.45l-3.14.19.19 3.14 3.14-.19-.19-3.14ZM185.96 68.41l-3.14.19.18 3.14 3.14-.19-.18-3.14ZM189.28 71.36l-3.14.19.19 3.14 3.13-.19-.18-3.14ZM192.6 74.32l-3.14.18.19 3.14 3.14-.18-.19-3.14ZM195.93 77.27l-3.14.19.18 3.14 3.14-.19-.18-3.14ZM199.25 80.23l-3.14.18.19 3.14 3.14-.18-.19-3.14ZM202.58 83.18l-3.14.19.18 3.14 3.14-.19-.18-3.14Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m205.9 86.14-15.7.92.19 3.14 15.7-.92-.2-3.14ZM181.34 96.9l3.14-.2-.37-6.27-3.14.18.37 6.28Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m190.75 96.34 3.14-.19-.37-6.28-3.14.19.37 6.28ZM184.84 102.98l3.14-.18-.36-6.28-3.14.19.37 6.28ZM194.26 102.43l3.14-.18-.37-6.28-3.14.18.37 6.28ZM188.35 109.08l3.14-.19-.37-6.27-3.14.18.37 6.28ZM197.77 108.53l3.14-.19-.37-6.28-3.14.19.37 6.28ZM191.86 115.17 195 115l-.37-6.28-3.14.18.37 6.28ZM195.07 115.06l.18 3.14 6.28-.37-.18-3.14-6.28.37ZM201.28 114.62l3.14-.19-.37-6.28-3.14.19.37 6.28ZM178.2 97.08l3.14-.19-.19-3.14-3.14.19.19 3.14ZM175.24 100.4l3.14-.19-.19-3.13-3.13.18.18 3.14ZM172.29 103.72l3.14-.18-.19-3.14-3.14.18.19 3.14Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
47
|
+
);
|
|
349
48
|
};
|
|
350
49
|
DeletedAccount.displayName = "DeletedAccount";
|
|
351
50
|
var stdin_default = createBaseComponent(DeletedAccount);
|
package/lib/DeletedPage/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,51 +38,21 @@ const DeletedPage = ({ fill = "none", width = "80", height = "80", viewBox = "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
|
-
d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987",
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
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",
|
|
50
|
-
fill: resolvedPrimaryColor,
|
|
51
|
-
stroke: resolvedSecondaryColor,
|
|
52
|
-
strokeLinecap: "round",
|
|
53
|
-
strokeLinejoin: "round",
|
|
54
|
-
strokeWidth: ".7"
|
|
55
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
56
|
-
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",
|
|
57
|
-
fill: "#fff",
|
|
58
|
-
stroke: resolvedSecondaryColor,
|
|
59
|
-
strokeLinecap: "round",
|
|
60
|
-
strokeLinejoin: "round",
|
|
61
|
-
strokeWidth: ".7"
|
|
62
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
63
|
-
d: "m65.67 18.572.012-.003-.01.01-.003-.007ZM11.107 30.506l54.562-11.934-1.224-4.662c-.803-3.091-3.906-5.015-7.054-4.377l-43.049 8.733a6.037 6.037 0 0 0-4.015 2.865l-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.01l.01-.093Z",
|
|
64
|
-
fill: resolvedSecondaryColor
|
|
65
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
66
|
-
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",
|
|
67
|
-
fill: "#fff"
|
|
68
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
69
|
-
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",
|
|
70
|
-
fill: resolvedPrimaryColor
|
|
71
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
72
|
-
d: "M39.705 39.405c-1.133-4.576.031-7.66 2.766-8.224 2.687-.536 5.08 1.74 6.16 6.148 1.087 4.444.029 7.523-2.609 8.209-2.702.717-5.18-1.54-6.317-6.133Zm1.853-.43c.796 3.24 2.185 5.156 3.98 4.703 1.76-.445 2.075-2.742 1.294-5.913-.773-3.136-2.125-5.043-3.9-4.666-1.813.368-2.162 2.672-1.374 5.876ZM35.513 44.614 29.29 46.15l-.47-1.88 3.336-10.826 2.445-.501 2.326 9.265 1.782-.432.478 1.914-1.765.428.817 3.253-1.877.488-.85-3.245Zm-.482-1.932-1.722-6.842-2.405 7.826 4.127-.984ZM50.904 40.808l5.29-1.303.731 3.02 1.59-.409-.727-3.003 1.508-.374-.428-1.765-1.513.357-2.054-8.573-2.069.422-2.749 9.898.421 1.73Zm3.354-9.402 1.52 6.314-3.497.833 1.977-7.147Z",
|
|
73
|
-
fill: resolvedSecondaryColor,
|
|
74
|
-
fillRule: "evenodd"
|
|
75
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
76
|
-
d: "M56.335 46.717a.35.35 0 0 1-.251.427l-8.582 2.22a.35.35 0 0 1-.175-.677l8.581-2.221a.35.35 0 0 1 .427.251ZM44.455 49.79a.35.35 0 0 1-.25.428l-3.18.831a.35.35 0 1 1-.178-.677l3.18-.831a.35.35 0 0 1 .428.25ZM61.153 49.84a.35.35 0 1 0-.166-.68l-23.34 5.69a.35.35 0 1 0 .166.68l23.34-5.69Z",
|
|
77
|
-
fill: resolvedSecondaryColor
|
|
78
|
-
})), /* @__PURE__ */ import_react.default.createElement("defs", null));
|
|
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("g", { clipPath: "url(#igc-deletedpage-el-0)" }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { 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", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }), /* @__PURE__ */ import_react.default.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m65.67 18.572.012-.003-.01.01-.003-.007ZM11.107 30.506l54.562-11.934-1.224-4.662c-.803-3.091-3.906-5.015-7.054-4.377l-43.049 8.733a6.037 6.037 0 0 0-4.015 2.865l-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.01l.01-.093Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ import_react.default.createElement("path", { 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", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M39.705 39.405c-1.133-4.576.031-7.66 2.766-8.224 2.687-.536 5.08 1.74 6.16 6.148 1.087 4.444.029 7.523-2.609 8.209-2.702.717-5.18-1.54-6.317-6.133Zm1.853-.43c.796 3.24 2.185 5.156 3.98 4.703 1.76-.445 2.075-2.742 1.294-5.913-.773-3.136-2.125-5.043-3.9-4.666-1.813.368-2.162 2.672-1.374 5.876ZM35.513 44.614 29.29 46.15l-.47-1.88 3.336-10.826 2.445-.501 2.326 9.265 1.782-.432.478 1.914-1.765.428.817 3.253-1.877.488-.85-3.245Zm-.482-1.932-1.722-6.842-2.405 7.826 4.127-.984ZM50.904 40.808l5.29-1.303.731 3.02 1.59-.409-.727-3.003 1.508-.374-.428-1.765-1.513.357-2.054-8.573-2.069.422-2.749 9.898.421 1.73Zm3.354-9.402 1.52 6.314-3.497.833 1.977-7.147Z", fill: resolvedSecondaryColor, fillRule: "evenodd" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M56.335 46.717a.35.35 0 0 1-.251.427l-8.582 2.22a.35.35 0 0 1-.175-.677l8.581-2.221a.35.35 0 0 1 .427.251ZM44.455 49.79a.35.35 0 0 1-.25.428l-3.18.831a.35.35 0 1 1-.178-.677l3.18-.831a.35.35 0 0 1 .428.25ZM61.153 49.84a.35.35 0 1 0-.166-.68l-23.34 5.69a.35.35 0 1 0 .166.68l23.34-5.69Z", fill: resolvedSecondaryColor })),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("defs", null)
|
|
55
|
+
);
|
|
79
56
|
};
|
|
80
57
|
DeletedPage.displayName = "DeletedPage";
|
|
81
58
|
var stdin_default = (0, import_core.createBaseComponent)(DeletedPage);
|
|
@@ -6,51 +6,21 @@ const DeletedPage = ({ fill = "none", width = "80", height = "80", viewBox = "0
|
|
|
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
|
-
d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987",
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
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",
|
|
25
|
-
fill: resolvedPrimaryColor,
|
|
26
|
-
stroke: resolvedSecondaryColor,
|
|
27
|
-
strokeLinecap: "round",
|
|
28
|
-
strokeLinejoin: "round",
|
|
29
|
-
strokeWidth: ".7"
|
|
30
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
31
|
-
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",
|
|
32
|
-
fill: "#fff",
|
|
33
|
-
stroke: resolvedSecondaryColor,
|
|
34
|
-
strokeLinecap: "round",
|
|
35
|
-
strokeLinejoin: "round",
|
|
36
|
-
strokeWidth: ".7"
|
|
37
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
38
|
-
d: "m65.67 18.572.012-.003-.01.01-.003-.007ZM11.107 30.506l54.562-11.934-1.224-4.662c-.803-3.091-3.906-5.015-7.054-4.377l-43.049 8.733a6.037 6.037 0 0 0-4.015 2.865l-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.01l.01-.093Z",
|
|
39
|
-
fill: resolvedSecondaryColor
|
|
40
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
41
|
-
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",
|
|
42
|
-
fill: "#fff"
|
|
43
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
44
|
-
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",
|
|
45
|
-
fill: resolvedPrimaryColor
|
|
46
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
47
|
-
d: "M39.705 39.405c-1.133-4.576.031-7.66 2.766-8.224 2.687-.536 5.08 1.74 6.16 6.148 1.087 4.444.029 7.523-2.609 8.209-2.702.717-5.18-1.54-6.317-6.133Zm1.853-.43c.796 3.24 2.185 5.156 3.98 4.703 1.76-.445 2.075-2.742 1.294-5.913-.773-3.136-2.125-5.043-3.9-4.666-1.813.368-2.162 2.672-1.374 5.876ZM35.513 44.614 29.29 46.15l-.47-1.88 3.336-10.826 2.445-.501 2.326 9.265 1.782-.432.478 1.914-1.765.428.817 3.253-1.877.488-.85-3.245Zm-.482-1.932-1.722-6.842-2.405 7.826 4.127-.984ZM50.904 40.808l5.29-1.303.731 3.02 1.59-.409-.727-3.003 1.508-.374-.428-1.765-1.513.357-2.054-8.573-2.069.422-2.749 9.898.421 1.73Zm3.354-9.402 1.52 6.314-3.497.833 1.977-7.147Z",
|
|
48
|
-
fill: resolvedSecondaryColor,
|
|
49
|
-
fillRule: "evenodd"
|
|
50
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
51
|
-
d: "M56.335 46.717a.35.35 0 0 1-.251.427l-8.582 2.22a.35.35 0 0 1-.175-.677l8.581-2.221a.35.35 0 0 1 .427.251ZM44.455 49.79a.35.35 0 0 1-.25.428l-3.18.831a.35.35 0 1 1-.178-.677l3.18-.831a.35.35 0 0 1 .428.25ZM61.153 49.84a.35.35 0 1 0-.166-.68l-23.34 5.69a.35.35 0 1 0 .166.68l23.34-5.69Z",
|
|
52
|
-
fill: resolvedSecondaryColor
|
|
53
|
-
})), /* @__PURE__ */ React.createElement("defs", null));
|
|
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("g", { clipPath: "url(#igc-deletedpage-el-0)" }, /* @__PURE__ */ React.createElement("path", { d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }), /* @__PURE__ */ React.createElement("path", { d: "m65.67 18.572.012-.003-.01.01-.003-.007ZM11.107 30.506l54.562-11.934-1.224-4.662c-.803-3.091-3.906-5.015-7.054-4.377l-43.049 8.733a6.037 6.037 0 0 0-4.015 2.865l-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.01l.01-.093Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M39.705 39.405c-1.133-4.576.031-7.66 2.766-8.224 2.687-.536 5.08 1.74 6.16 6.148 1.087 4.444.029 7.523-2.609 8.209-2.702.717-5.18-1.54-6.317-6.133Zm1.853-.43c.796 3.24 2.185 5.156 3.98 4.703 1.76-.445 2.075-2.742 1.294-5.913-.773-3.136-2.125-5.043-3.9-4.666-1.813.368-2.162 2.672-1.374 5.876ZM35.513 44.614 29.29 46.15l-.47-1.88 3.336-10.826 2.445-.501 2.326 9.265 1.782-.432.478 1.914-1.765.428.817 3.253-1.877.488-.85-3.245Zm-.482-1.932-1.722-6.842-2.405 7.826 4.127-.984ZM50.904 40.808l5.29-1.303.731 3.02 1.59-.409-.727-3.003 1.508-.374-.428-1.765-1.513.357-2.054-8.573-2.069.422-2.749 9.898.421 1.73Zm3.354-9.402 1.52 6.314-3.497.833 1.977-7.147Z", fill: resolvedSecondaryColor, fillRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { d: "M56.335 46.717a.35.35 0 0 1-.251.427l-8.582 2.22a.35.35 0 0 1-.175-.677l8.581-2.221a.35.35 0 0 1 .427.251ZM44.455 49.79a.35.35 0 0 1-.25.428l-3.18.831a.35.35 0 1 1-.178-.677l3.18-.831a.35.35 0 0 1 .428.25ZM61.153 49.84a.35.35 0 1 0-.166-.68l-23.34 5.69a.35.35 0 1 0 .166.68l23.34-5.69Z", fill: resolvedSecondaryColor })),
|
|
22
|
+
/* @__PURE__ */ React.createElement("defs", null)
|
|
23
|
+
);
|
|
54
24
|
};
|
|
55
25
|
DeletedPage.displayName = "DeletedPage";
|
|
56
26
|
var stdin_default = createBaseComponent(DeletedPage);
|