@snorose/icons 0.0.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/dist/il-snow-mountain-DFYcadH-.js +4897 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +80 -0
|
@@ -0,0 +1,4897 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/icons/basic/ic-basic-arrow-corner-down-right.svg
|
|
3
|
+
const SvgIcBasicArrowCornerDownRight = (props) => /* @__PURE__ */ jsx("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
fill: "none",
|
|
8
|
+
viewBox: "0 0 12 13",
|
|
9
|
+
color: "#898989",
|
|
10
|
+
...props,
|
|
11
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M11.677 11.259a.25.25 0 0 0 0-.354l-1.591-1.59a.25.25 0 0 0-.354.353l1.414 1.414-1.414 1.414a.25.25 0 0 0 .354.354zM.25.082v9h.5v-9zm2.25 11.25h9v-.5h-9zM.25 9.082a2.25 2.25 0 0 0 2.25 2.25v-.5a1.75 1.75 0 0 1-1.75-1.75z"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
//#region src/icons/basic/ic-basic-arrow-left.svg
|
|
18
|
+
const SvgIcBasicArrowLeft = (props) => /* @__PURE__ */ jsx("svg", {
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 24,
|
|
21
|
+
height: 24,
|
|
22
|
+
fill: "none",
|
|
23
|
+
viewBox: "0 0 19 17",
|
|
24
|
+
color: "#898989",
|
|
25
|
+
...props,
|
|
26
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M.356 7.503a1.25 1.25 0 0 0-.083 1.654l.083.095 6.977 7.127a1.25 1.25 0 1 0 1.786-1.748L4.222 9.628h13.122a1.25 1.25 0 0 0 0-2.5H4.223l4.896-5.004A1.25 1.25 0 0 0 7.333.375z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
})
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/icons/basic/ic-basic-bell-fill.svg
|
|
35
|
+
const SvgIcBasicBellFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
width: 24,
|
|
38
|
+
height: 24,
|
|
39
|
+
fill: "none",
|
|
40
|
+
viewBox: "0 0 32 32",
|
|
41
|
+
color: "#898989",
|
|
42
|
+
...props,
|
|
43
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
44
|
+
fill: "#00368E",
|
|
45
|
+
d: "M18.107 23.55c1.009 0 1.542 1.178.869 1.918a4.7 4.7 0 0 1-1.572 1.132 4.72 4.72 0 0 1-3.808 0 4.7 4.7 0 0 1-1.572-1.132c-.644-.708-.184-1.816.74-1.91l.128-.007zM15.5 4a3.495 3.495 0 0 1 3.354 2.462l.053.197.01.05a9.3 9.3 0 0 1 3.197 2.933 9.1 9.1 0 0 1 1.496 4.046l.033.33.022.332v3.37l.024.157c.16.847.636 1.605 1.334 2.124l.195.135.188.114c1.004.56.654 2.03-.44 2.143l-.135.007H6.17c-1.2 0-1.618-1.569-.575-2.15a3.5 3.5 0 0 0 1.125-1c.296-.409.498-.878.592-1.373l.024-.164.001-3.416a9.1 9.1 0 0 1 1.292-4.258 9.26 9.26 0 0 1 3.165-3.164l.29-.168.011-.05c.165-.687.54-1.309 1.074-1.78a3.52 3.52 0 0 1 1.914-.853l.213-.02z"
|
|
46
|
+
})
|
|
47
|
+
});
|
|
48
|
+
//#endregion
|
|
49
|
+
//#region src/icons/basic/ic-basic-bell.svg
|
|
50
|
+
const SvgIcBasicBell = (props) => /* @__PURE__ */ jsx("svg", {
|
|
51
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
+
width: 24,
|
|
53
|
+
height: 24,
|
|
54
|
+
fill: "none",
|
|
55
|
+
viewBox: "0 0 32 32",
|
|
56
|
+
color: "#898989",
|
|
57
|
+
...props,
|
|
58
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
59
|
+
fill: "#BFD7EC",
|
|
60
|
+
fillRule: "evenodd",
|
|
61
|
+
d: "M15.5 6.3c-.31 0-.606.121-.825.337a1.14 1.14 0 0 0-.342.813c0 .445-.26.85-.668 1.04a6.97 6.97 0 0 0-2.832 2.41 6.83 6.83 0 0 0-1.166 3.478V17.8q0 .069-.009.138a5.7 5.7 0 0 1-.726 2.162h13.136a5.7 5.7 0 0 1-.726-2.162 1 1 0 0 1-.009-.138v-3.422a6.83 6.83 0 0 0-1.166-3.478 6.97 6.97 0 0 0-2.832-2.41 1.15 1.15 0 0 1-.668-1.04c0-.305-.123-.598-.342-.813A1.18 1.18 0 0 0 15.5 6.3m2.333 16.1h-4.666c0 .61.245 1.195.683 1.626a2.35 2.35 0 0 0 1.65.674 2.35 2.35 0 0 0 1.65-.674 2.28 2.28 0 0 0 .683-1.626m-7 0c0 1.22.492 2.39 1.367 3.253A4.7 4.7 0 0 0 15.5 27a4.7 4.7 0 0 0 3.3-1.347 4.57 4.57 0 0 0 1.367-3.253h4.666c.53 0 .993-.352 1.128-.857a1.14 1.14 0 0 0-.553-1.294 3.5 3.5 0 0 1-1.187-1.088 3.4 3.4 0 0 1-.554-1.435V14.35q0-.027-.002-.054a9.1 9.1 0 0 0-1.557-4.672 9.3 9.3 0 0 0-3.19-2.915 3.44 3.44 0 0 0-.943-1.699A3.53 3.53 0 0 0 15.5 4c-.928 0-1.819.363-2.475 1.01a3.44 3.44 0 0 0-.943 1.7 9.3 9.3 0 0 0-3.19 2.914 9.1 9.1 0 0 0-1.559 4.726v3.376a3.4 3.4 0 0 1-.554 1.435 3.5 3.5 0 0 1-1.187 1.088 1.144 1.144 0 0 0-.553 1.294c.135.505.598.857 1.128.857z",
|
|
62
|
+
clipRule: "evenodd"
|
|
63
|
+
})
|
|
64
|
+
});
|
|
65
|
+
//#endregion
|
|
66
|
+
//#region src/icons/basic/ic-basic-book-fill.svg
|
|
67
|
+
const SvgIcBasicBookFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
width: 24,
|
|
70
|
+
height: 24,
|
|
71
|
+
fill: "none",
|
|
72
|
+
viewBox: "0 0 32 32",
|
|
73
|
+
color: "#898989",
|
|
74
|
+
...props,
|
|
75
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
76
|
+
fill: "currentColor",
|
|
77
|
+
d: "M15.601 8.14a11.84 11.84 0 0 1 5.457-1.134c1.888.061 3.731.57 5.367 1.482.155.087.287.207.385.35.099.145.16.31.182.481L27 9.45v14.44c0 .194-.053.386-.154.555-.101.168-.246.309-.421.406a1.18 1.18 0 0 1-1.15 0 9.45 9.45 0 0 0-4.6-1.19c-1.615 0-3.201.41-4.6 1.19a1.18 1.18 0 0 1-1.15 0 9.45 9.45 0 0 0-4.424-1.189 9.47 9.47 0 0 0-4.469 1.025l-.376.2-.118.049-.057.017-.126.03-.07.01L5.15 25h-.048l-.127-.013-.088-.016-.125-.035-.144-.063-.11-.062-.102-.074-.069-.062-.084-.091-.074-.1-.025-.04-.037-.066-.05-.114-.019-.055-.03-.122-.011-.068-.005-.054L4 23.889V9.45c0-.195.053-.386.154-.555s.246-.31.421-.407a11.8 11.8 0 0 1 5.367-1.482c1.887-.06 3.762.329 5.457 1.133l.101.05z"
|
|
78
|
+
})
|
|
79
|
+
});
|
|
80
|
+
//#endregion
|
|
81
|
+
//#region src/icons/basic/ic-basic-book.svg
|
|
82
|
+
const SvgIcBasicBook = (props) => /* @__PURE__ */ jsx("svg", {
|
|
83
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
84
|
+
width: 24,
|
|
85
|
+
height: 24,
|
|
86
|
+
fill: "none",
|
|
87
|
+
viewBox: "0 0 32 32",
|
|
88
|
+
color: "#898989",
|
|
89
|
+
...props,
|
|
90
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
91
|
+
fill: "currentColor",
|
|
92
|
+
fillRule: "evenodd",
|
|
93
|
+
d: "M6.3 9.29v12.693a11.3 11.3 0 0 1 8.05 0V9.29a9.06 9.06 0 0 0-4.025-.945A9.06 9.06 0 0 0 6.3 9.29m10.35 0v12.693a11.3 11.3 0 0 1 8.05 0V9.29a9.06 9.06 0 0 0-4.025-.945 9.06 9.06 0 0 0-4.025.945M15.5 7.254A11.3 11.3 0 0 0 10.325 6c-2.019 0-4.002.542-5.75 1.57C4.219 7.78 4 8.168 4 8.587v15.242c0 .418.22.806.575 1.015.356.21.794.21 1.15 0a9.07 9.07 0 0 1 4.6-1.257c1.615 0 3.201.434 4.6 1.257.356.21.794.21 1.15 0a9.07 9.07 0 0 1 4.6-1.257c1.615 0 3.201.434 4.6 1.257.356.21.794.21 1.15 0s.575-.597.575-1.015V8.586c0-.419-.22-.806-.575-1.015A11.33 11.33 0 0 0 20.675 6c-1.8 0-3.573.43-5.175 1.254",
|
|
94
|
+
clipRule: "evenodd"
|
|
95
|
+
})
|
|
96
|
+
});
|
|
97
|
+
//#endregion
|
|
98
|
+
//#region src/icons/basic/ic-basic-bookmark-fill.svg
|
|
99
|
+
const SvgIcBasicBookmarkFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
100
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
101
|
+
width: 24,
|
|
102
|
+
height: 24,
|
|
103
|
+
fill: "none",
|
|
104
|
+
viewBox: "0 0 12 15",
|
|
105
|
+
color: "#898989",
|
|
106
|
+
...props,
|
|
107
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
108
|
+
fill: "currentColor",
|
|
109
|
+
d: "M10 0H2a2 2 0 0 0-2 2v11.247a1 1 0 0 0 1.509.86l3.982-2.354a1 1 0 0 1 1.018 0l3.982 2.355A1 1 0 0 0 12 13.247V2a2 2 0 0 0-2-2"
|
|
110
|
+
})
|
|
111
|
+
});
|
|
112
|
+
//#endregion
|
|
113
|
+
//#region src/icons/basic/ic-basic-bookmark.svg
|
|
114
|
+
const SvgIcBasicBookmark = (props) => /* @__PURE__ */ jsx("svg", {
|
|
115
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
116
|
+
width: 24,
|
|
117
|
+
height: 24,
|
|
118
|
+
fill: "none",
|
|
119
|
+
viewBox: "0 0 12 15",
|
|
120
|
+
color: "#898989",
|
|
121
|
+
...props,
|
|
122
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
123
|
+
stroke: "currentColor",
|
|
124
|
+
d: "M2 .5h8A1.5 1.5 0 0 1 11.5 2v11.247a.5.5 0 0 1-.755.43l-3.981-2.355a1.5 1.5 0 0 0-1.528 0l-3.981 2.355a.5.5 0 0 1-.755-.43V2A1.5 1.5 0 0 1 2 .5Z"
|
|
125
|
+
})
|
|
126
|
+
});
|
|
127
|
+
//#endregion
|
|
128
|
+
//#region src/icons/basic/ic-basic-building.svg
|
|
129
|
+
const SvgIcBasicBuilding = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
131
|
+
width: 24,
|
|
132
|
+
height: 24,
|
|
133
|
+
fill: "none",
|
|
134
|
+
viewBox: "0 0 18 15",
|
|
135
|
+
color: "#898989",
|
|
136
|
+
...props,
|
|
137
|
+
children: [
|
|
138
|
+
/* @__PURE__ */ jsx("path", {
|
|
139
|
+
stroke: "currentColor",
|
|
140
|
+
strokeLinejoin: "round",
|
|
141
|
+
d: "M4.333 1h5.778a1.5 1.5 0 0 1 1.5 1.5V14H2.833V2.5l.008-.153A1.5 1.5 0 0 1 4.333 1ZM13.667 5.667a1.5 1.5 0 0 1 1.5 1.5V14h-3.445V5.667z"
|
|
142
|
+
}),
|
|
143
|
+
/* @__PURE__ */ jsx("path", {
|
|
144
|
+
stroke: "currentColor",
|
|
145
|
+
strokeLinecap: "round",
|
|
146
|
+
d: "M1 14.033h16"
|
|
147
|
+
}),
|
|
148
|
+
/* @__PURE__ */ jsx("path", {
|
|
149
|
+
stroke: "currentColor",
|
|
150
|
+
d: "M6 8.467h2.444a.5.5 0 0 1 .5.5V14H5.5V8.967a.5.5 0 0 1 .5-.5Z"
|
|
151
|
+
}),
|
|
152
|
+
/* @__PURE__ */ jsx("path", {
|
|
153
|
+
stroke: "currentColor",
|
|
154
|
+
strokeLinecap: "round",
|
|
155
|
+
d: "M4.911 3.58h1.156M4.911 5.913h1.156M8.467 3.58h1.155M8.467 5.913h1.155"
|
|
156
|
+
})
|
|
157
|
+
]
|
|
158
|
+
});
|
|
159
|
+
//#endregion
|
|
160
|
+
//#region src/icons/basic/ic-basic-check-circle.svg
|
|
161
|
+
const SvgIcBasicCheckCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
162
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
163
|
+
width: 24,
|
|
164
|
+
height: 24,
|
|
165
|
+
fill: "none",
|
|
166
|
+
viewBox: "0 0 16 16",
|
|
167
|
+
color: "#898989",
|
|
168
|
+
...props,
|
|
169
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
170
|
+
stroke: "#484848",
|
|
171
|
+
strokeLinecap: "round",
|
|
172
|
+
strokeLinejoin: "round",
|
|
173
|
+
d: "M5 8.262 7.044 10.5 11 5.5"
|
|
174
|
+
}), /* @__PURE__ */ jsx("circle", {
|
|
175
|
+
cx: 8,
|
|
176
|
+
cy: 8,
|
|
177
|
+
r: 6,
|
|
178
|
+
stroke: "#484848"
|
|
179
|
+
})]
|
|
180
|
+
});
|
|
181
|
+
//#endregion
|
|
182
|
+
//#region src/icons/basic/ic-basic-check.svg
|
|
183
|
+
const SvgIcBasicCheck = (props) => /* @__PURE__ */ jsx("svg", {
|
|
184
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
185
|
+
width: 24,
|
|
186
|
+
height: 24,
|
|
187
|
+
fill: "none",
|
|
188
|
+
color: "#898989",
|
|
189
|
+
...props,
|
|
190
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
191
|
+
stroke: "#898989",
|
|
192
|
+
strokeLinecap: "round",
|
|
193
|
+
strokeLinejoin: "round",
|
|
194
|
+
strokeWidth: 1.7,
|
|
195
|
+
d: "M5 12.577 9.77 17.5 19 6.5"
|
|
196
|
+
})
|
|
197
|
+
});
|
|
198
|
+
//#endregion
|
|
199
|
+
//#region src/icons/basic/ic-basic-chevron-down.svg
|
|
200
|
+
const SvgIcBasicChevronDown = (props) => /* @__PURE__ */ jsx("svg", {
|
|
201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
202
|
+
width: 24,
|
|
203
|
+
height: 24,
|
|
204
|
+
fill: "none",
|
|
205
|
+
color: "#898989",
|
|
206
|
+
...props,
|
|
207
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
208
|
+
fill: "#898989",
|
|
209
|
+
fillRule: "evenodd",
|
|
210
|
+
d: "M12 16.5a.8.8 0 0 1-.578-.242L4.206 8.749a.72.72 0 0 1 .05-1.053.81.81 0 0 1 1.105.046L12 14.65l6.64-6.908a.81.81 0 0 1 1.106-.046c.319.278.34.75.049 1.053l-7.218 7.509A.8.8 0 0 1 12 16.5",
|
|
211
|
+
clipRule: "evenodd"
|
|
212
|
+
})
|
|
213
|
+
});
|
|
214
|
+
//#endregion
|
|
215
|
+
//#region src/icons/basic/ic-basic-chevron-left.svg
|
|
216
|
+
const SvgIcBasicChevronLeft = (props) => /* @__PURE__ */ jsx("svg", {
|
|
217
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
218
|
+
width: 24,
|
|
219
|
+
height: 24,
|
|
220
|
+
fill: "none",
|
|
221
|
+
color: "#898989",
|
|
222
|
+
...props,
|
|
223
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
224
|
+
fill: "#898989",
|
|
225
|
+
fillRule: "evenodd",
|
|
226
|
+
d: "M7.5 12c0-.22.088-.43.242-.578l7.509-7.217a.72.72 0 0 1 1.053.05.81.81 0 0 1-.046 1.105L9.35 12l6.908 6.64a.81.81 0 0 1 .046 1.106.72.72 0 0 1-1.053.049l-7.509-7.218A.8.8 0 0 1 7.5 12",
|
|
227
|
+
clipRule: "evenodd"
|
|
228
|
+
})
|
|
229
|
+
});
|
|
230
|
+
//#endregion
|
|
231
|
+
//#region src/icons/basic/ic-basic-chevron-right.svg
|
|
232
|
+
const SvgIcBasicChevronRight = (props) => /* @__PURE__ */ jsx("svg", {
|
|
233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
234
|
+
width: 24,
|
|
235
|
+
height: 24,
|
|
236
|
+
fill: "none",
|
|
237
|
+
color: "#898989",
|
|
238
|
+
...props,
|
|
239
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
240
|
+
fill: "#898989",
|
|
241
|
+
fillRule: "evenodd",
|
|
242
|
+
d: "M16.5 12c0 .22-.088.43-.242.578l-7.509 7.217a.72.72 0 0 1-1.053-.05.81.81 0 0 1 .046-1.105L14.65 12 7.742 5.36a.81.81 0 0 1-.046-1.106.72.72 0 0 1 1.053-.049l7.509 7.217A.8.8 0 0 1 16.5 12",
|
|
243
|
+
clipRule: "evenodd"
|
|
244
|
+
})
|
|
245
|
+
});
|
|
246
|
+
//#endregion
|
|
247
|
+
//#region src/icons/basic/ic-basic-chevron-up.svg
|
|
248
|
+
const SvgIcBasicChevronUp = (props) => /* @__PURE__ */ jsx("svg", {
|
|
249
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
250
|
+
width: 24,
|
|
251
|
+
height: 24,
|
|
252
|
+
fill: "none",
|
|
253
|
+
color: "#898989",
|
|
254
|
+
...props,
|
|
255
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
256
|
+
fill: "#898989",
|
|
257
|
+
fillRule: "evenodd",
|
|
258
|
+
d: "M12 7.5c.22 0 .43.088.578.242l7.217 7.509a.72.72 0 0 1-.05 1.053.81.81 0 0 1-1.105-.046L12 9.35l-6.64 6.908a.81.81 0 0 1-1.106.046.72.72 0 0 1-.049-1.053l7.217-7.509A.8.8 0 0 1 12 7.5",
|
|
259
|
+
clipRule: "evenodd"
|
|
260
|
+
})
|
|
261
|
+
});
|
|
262
|
+
//#endregion
|
|
263
|
+
//#region src/icons/basic/ic-basic-clapperboard.svg
|
|
264
|
+
const SvgIcBasicClapperboard = (props) => /* @__PURE__ */ jsx("svg", {
|
|
265
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
266
|
+
width: 24,
|
|
267
|
+
height: 24,
|
|
268
|
+
fill: "none",
|
|
269
|
+
viewBox: "0 0 20 20",
|
|
270
|
+
color: "#898989",
|
|
271
|
+
...props,
|
|
272
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
273
|
+
fill: "currentColor",
|
|
274
|
+
d: "M15.574 1.862a1.13 1.13 0 0 1 1.264.819l.457 1.68.024.111a1.11 1.11 0 0 1-.703 1.22l-.11.035L4.13 8.992l-.112.023a1.13 1.13 0 0 1-1.23-.71l-.035-.108-.458-1.68a1.11 1.11 0 0 1 .68-1.332l.11-.035L15.46 1.885zM3.345 6.115a.12.12 0 0 0-.085.147l.457 1.68a.12.12 0 0 0 .148.085l.67-.177.553-2.195zm2.296 1.443 1.796-.473.553-2.195-1.795.473zm2.902-.765 1.776-.468.553-2.195-1.775.468zm5.748-1.516 1.952-.515a.12.12 0 0 0 .084-.146l-.457-1.68a.12.12 0 0 0-.148-.086l-.877.232zm-2.866.756 1.76-.464.552-2.195-1.758.464zM16.995 9.56A1.12 1.12 0 0 1 18 10.676v6.806l-.006.114a1.12 1.12 0 0 1-.999 1l-.115.006H4.063l-.114-.006a1.12 1.12 0 0 1-1-1l-.007-.114v-6.806c0-.58.442-1.057 1.007-1.114l.114-.006H16.88zM3.943 15.67v1.81c0 .067.054.12.12.12H16.88a.12.12 0 0 0 .12-.12v-1.81zm.12-5.115a.12.12 0 0 0-.12.12v3.995H17v-3.995a.12.12 0 0 0-.12-.12z"
|
|
275
|
+
})
|
|
276
|
+
});
|
|
277
|
+
//#endregion
|
|
278
|
+
//#region src/icons/basic/ic-basic-comment-fill.svg
|
|
279
|
+
const SvgIcBasicCommentFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
280
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
281
|
+
width: 24,
|
|
282
|
+
height: 24,
|
|
283
|
+
fill: "none",
|
|
284
|
+
color: "#898989",
|
|
285
|
+
...props,
|
|
286
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
287
|
+
fill: "currentColor",
|
|
288
|
+
d: "M9.3 21a.9.9 0 0 1-.9-.9v-2.7H4.8A1.8 1.8 0 0 1 3 15.6V4.8A1.8 1.8 0 0 1 4.8 3h14.4A1.8 1.8 0 0 1 21 4.8v10.8a1.8 1.8 0 0 1-1.8 1.8h-5.49l-3.33 3.339a.92.92 0 0 1-.63.261z"
|
|
289
|
+
})
|
|
290
|
+
});
|
|
291
|
+
//#endregion
|
|
292
|
+
//#region src/icons/basic/ic-basic-eye-fill.svg
|
|
293
|
+
const SvgIcBasicEyeFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
295
|
+
width: 24,
|
|
296
|
+
height: 24,
|
|
297
|
+
fill: "none",
|
|
298
|
+
color: "#898989",
|
|
299
|
+
...props,
|
|
300
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
301
|
+
fill: "currentColor",
|
|
302
|
+
d: "M12 5c4.342 0 8.088 2.569 9.846 6.284.215.453.215.979 0 1.432C20.088 16.43 16.342 19 12.001 19s-8.089-2.569-9.847-6.284a1.67 1.67 0 0 1 0-1.432C3.912 7.57 7.659 5 12 5m0 4.667c-1.273 0-2.308 1.045-2.308 2.333s1.035 2.333 2.309 2.333c1.273 0 2.307-1.045 2.307-2.333s-1.034-2.333-2.307-2.333"
|
|
303
|
+
})
|
|
304
|
+
});
|
|
305
|
+
//#endregion
|
|
306
|
+
//#region src/icons/basic/ic-basic-eye.svg
|
|
307
|
+
const SvgIcBasicEye = (props) => /* @__PURE__ */ jsx("svg", {
|
|
308
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
309
|
+
width: 24,
|
|
310
|
+
height: 24,
|
|
311
|
+
fill: "none",
|
|
312
|
+
color: "#898989",
|
|
313
|
+
...props,
|
|
314
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
315
|
+
fill: "currentColor",
|
|
316
|
+
d: "M12 6.867c3.128 0 5.95 1.638 7.565 4.294a1.61 1.61 0 0 1 0 1.678c-1.614 2.656-4.429 4.294-7.565 4.294s-5.95-1.638-7.565-4.294a1.61 1.61 0 0 1 0-1.678C6.051 8.505 8.872 6.867 12 6.867M12 5c-4.28 0-7.97 2.573-9.7 6.293a1.68 1.68 0 0 0 0 1.414C4.03 16.427 7.72 19 12 19s7.97-2.573 9.7-6.293a1.68 1.68 0 0 0 0-1.414C19.97 7.573 16.28 5 12 5m0 4.667c1.255 0 2.273 1.045 2.273 2.333S13.255 14.333 12 14.333 9.727 13.288 9.727 12 10.745 9.667 12 9.667M12 7.8c-2.255 0-4.09 1.885-4.09 4.2s1.835 4.2 4.09 4.2 4.09-1.885 4.09-4.2S14.256 7.8 12 7.8"
|
|
317
|
+
})
|
|
318
|
+
});
|
|
319
|
+
//#endregion
|
|
320
|
+
//#region src/icons/basic/ic-basic-file.svg
|
|
321
|
+
const SvgIcBasicFile = (props) => /* @__PURE__ */ jsx("svg", {
|
|
322
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
323
|
+
width: 24,
|
|
324
|
+
height: 24,
|
|
325
|
+
fill: "none",
|
|
326
|
+
viewBox: "0 0 12 17",
|
|
327
|
+
color: "#898989",
|
|
328
|
+
...props,
|
|
329
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
330
|
+
fill: "#00368E",
|
|
331
|
+
d: "M7.5 0h-6C.675 0 .008.765.008 1.7L0 15.3c0 .935.668 1.7 1.493 1.7H10.5c.825 0 1.5-.765 1.5-1.7V5.1zm-6 15.3V1.7h5.25v4.25h3.75v9.35z"
|
|
332
|
+
})
|
|
333
|
+
});
|
|
334
|
+
//#endregion
|
|
335
|
+
//#region src/icons/basic/ic-basic-grip-horizontal.svg
|
|
336
|
+
const SvgIcBasicGripHorizontal = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
337
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
338
|
+
width: 24,
|
|
339
|
+
height: 24,
|
|
340
|
+
fill: "none",
|
|
341
|
+
viewBox: "0 0 11 18",
|
|
342
|
+
color: "#898989",
|
|
343
|
+
...props,
|
|
344
|
+
children: [
|
|
345
|
+
/* @__PURE__ */ jsx("circle", {
|
|
346
|
+
cx: 2,
|
|
347
|
+
cy: 2,
|
|
348
|
+
r: 2,
|
|
349
|
+
fill: "currentColor"
|
|
350
|
+
}),
|
|
351
|
+
/* @__PURE__ */ jsx("circle", {
|
|
352
|
+
cx: 8.683,
|
|
353
|
+
cy: 2,
|
|
354
|
+
r: 2,
|
|
355
|
+
fill: "currentColor"
|
|
356
|
+
}),
|
|
357
|
+
/* @__PURE__ */ jsx("circle", {
|
|
358
|
+
cx: 2,
|
|
359
|
+
cy: 9,
|
|
360
|
+
r: 2,
|
|
361
|
+
fill: "currentColor"
|
|
362
|
+
}),
|
|
363
|
+
/* @__PURE__ */ jsx("circle", {
|
|
364
|
+
cx: 8.683,
|
|
365
|
+
cy: 9,
|
|
366
|
+
r: 2,
|
|
367
|
+
fill: "currentColor"
|
|
368
|
+
}),
|
|
369
|
+
/* @__PURE__ */ jsx("circle", {
|
|
370
|
+
cx: 2,
|
|
371
|
+
cy: 16,
|
|
372
|
+
r: 2,
|
|
373
|
+
fill: "currentColor"
|
|
374
|
+
}),
|
|
375
|
+
/* @__PURE__ */ jsx("circle", {
|
|
376
|
+
cx: 8.683,
|
|
377
|
+
cy: 16,
|
|
378
|
+
r: 2,
|
|
379
|
+
fill: "currentColor"
|
|
380
|
+
})
|
|
381
|
+
]
|
|
382
|
+
});
|
|
383
|
+
//#endregion
|
|
384
|
+
//#region src/icons/basic/ic-basic-hamburger-menu.svg
|
|
385
|
+
const SvgIcBasicHamburgerMenu = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
386
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
387
|
+
width: 24,
|
|
388
|
+
height: 24,
|
|
389
|
+
fill: "none",
|
|
390
|
+
viewBox: "0 0 23 15",
|
|
391
|
+
color: "#898989",
|
|
392
|
+
...props,
|
|
393
|
+
children: [
|
|
394
|
+
/* @__PURE__ */ jsx("rect", {
|
|
395
|
+
width: 22,
|
|
396
|
+
height: 2.7,
|
|
397
|
+
x: .107,
|
|
398
|
+
fill: "currentColor",
|
|
399
|
+
rx: 1
|
|
400
|
+
}),
|
|
401
|
+
/* @__PURE__ */ jsx("rect", {
|
|
402
|
+
width: 22,
|
|
403
|
+
height: 2.7,
|
|
404
|
+
x: .107,
|
|
405
|
+
y: 6.15,
|
|
406
|
+
fill: "currentColor",
|
|
407
|
+
rx: 1
|
|
408
|
+
}),
|
|
409
|
+
/* @__PURE__ */ jsx("rect", {
|
|
410
|
+
width: 22,
|
|
411
|
+
height: 2.7,
|
|
412
|
+
x: .107,
|
|
413
|
+
y: 12.301,
|
|
414
|
+
fill: "currentColor",
|
|
415
|
+
rx: 1
|
|
416
|
+
})
|
|
417
|
+
]
|
|
418
|
+
});
|
|
419
|
+
//#endregion
|
|
420
|
+
//#region src/icons/basic/ic-basic-hashtag.svg
|
|
421
|
+
const SvgIcBasicHashtag = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
423
|
+
width: 24,
|
|
424
|
+
height: 24,
|
|
425
|
+
fill: "none",
|
|
426
|
+
viewBox: "0 0 23 21",
|
|
427
|
+
color: "#898989",
|
|
428
|
+
...props,
|
|
429
|
+
children: [
|
|
430
|
+
/* @__PURE__ */ jsx("path", {
|
|
431
|
+
stroke: "currentColor",
|
|
432
|
+
strokeLinecap: "round",
|
|
433
|
+
strokeWidth: 1.8,
|
|
434
|
+
d: "M2.135 5.95H21.9"
|
|
435
|
+
}),
|
|
436
|
+
/* @__PURE__ */ jsx("path", {
|
|
437
|
+
fill: "currentColor",
|
|
438
|
+
d: "M18.55 1.132a.897.897 0 0 0-.636-1.1.903.903 0 0 0-1.103.637l.87.231zM11.695 19.67c-.13.48.155.972.636 1.1a.903.903 0 0 0 1.103-.637l-.87-.232zM17.68.9 16.81.67l-5.115 19 .87.231.87.232 5.115-19z"
|
|
439
|
+
}),
|
|
440
|
+
/* @__PURE__ */ jsx("path", {
|
|
441
|
+
stroke: "currentColor",
|
|
442
|
+
strokeLinecap: "round",
|
|
443
|
+
strokeWidth: 1.8,
|
|
444
|
+
d: "M.9 14.887h19.765"
|
|
445
|
+
}),
|
|
446
|
+
/* @__PURE__ */ jsx("path", {
|
|
447
|
+
fill: "currentColor",
|
|
448
|
+
d: "M9.872 1.132a.897.897 0 0 0-.636-1.1.903.903 0 0 0-1.104.637l.87.231zM3.017 19.67c-.13.48.155.972.635 1.1a.903.903 0 0 0 1.104-.637l-.87-.232zM9.002.9 8.132.67l-5.115 19 .87.231.869.232 5.116-19z"
|
|
449
|
+
})
|
|
450
|
+
]
|
|
451
|
+
});
|
|
452
|
+
//#endregion
|
|
453
|
+
//#region src/icons/basic/ic-basic-heart-fill.svg
|
|
454
|
+
const SvgIcBasicHeartFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
455
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
456
|
+
width: 24,
|
|
457
|
+
height: 24,
|
|
458
|
+
fill: "none",
|
|
459
|
+
viewBox: "0 0 16 15",
|
|
460
|
+
color: "#898989",
|
|
461
|
+
...props,
|
|
462
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
463
|
+
fill: "currentColor",
|
|
464
|
+
d: "M8.681 14.367a1 1 0 0 1-1.362 0l-.479-.446C2.72 10.104 0 7.578 0 4.496 0 1.97 1.936 0 4.4 0c1.189 0 2.336.483 3.19 1.27.227.21.593.21.82 0C9.265.483 10.413 0 11.6 0 14.064 0 16 1.97 16 4.496c0 3.082-2.72 5.608-6.84 9.425z"
|
|
465
|
+
})
|
|
466
|
+
});
|
|
467
|
+
//#endregion
|
|
468
|
+
//#region src/icons/basic/ic-basic-heart.svg
|
|
469
|
+
const SvgIcBasicHeart = (props) => /* @__PURE__ */ jsx("svg", {
|
|
470
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
471
|
+
width: 24,
|
|
472
|
+
height: 24,
|
|
473
|
+
fill: "none",
|
|
474
|
+
viewBox: "0 0 16 15",
|
|
475
|
+
color: "#898989",
|
|
476
|
+
...props,
|
|
477
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
478
|
+
stroke: "currentColor",
|
|
479
|
+
d: "M11.6.5c2.178 0 3.9 1.737 3.9 3.996 0 1.38-.605 2.673-1.766 4.124-1.166 1.458-2.844 3.017-4.914 4.935L8.34 14a.5.5 0 0 1-.68 0l-.48-.445c-2.07-1.918-3.748-3.477-4.914-4.935C1.105 7.17.5 5.876.5 4.496.5 2.236 2.222.5 4.4.5c1.055 0 2.083.43 2.85 1.138.42.387 1.08.387 1.5 0C9.517.93 10.545.5 11.6.5Z"
|
|
480
|
+
})
|
|
481
|
+
});
|
|
482
|
+
//#endregion
|
|
483
|
+
//#region src/icons/basic/ic-basic-home-fill.svg
|
|
484
|
+
const SvgIcBasicHomeFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
485
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
486
|
+
width: 24,
|
|
487
|
+
height: 24,
|
|
488
|
+
fill: "none",
|
|
489
|
+
viewBox: "0 0 33 32",
|
|
490
|
+
color: "#898989",
|
|
491
|
+
...props,
|
|
492
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
493
|
+
fill: "currentColor",
|
|
494
|
+
d: "M13.188 25c.638 0 1.154-.51 1.154-1.14v-4.564c0-.63.517-1.14 1.154-1.14h2.308c.638 0 1.154.51 1.154 1.14v4.563c0 .63.517 1.141 1.154 1.141h3.462c.638 0 1.154-.51 1.154-1.14v-7.037c0-.525.43-.95.96-.95.88 0 1.297-1.072.643-1.654l-8.909-7.926a1.164 1.164 0 0 0-1.544 0L6.97 14.219c-.654.582-.237 1.654.642 1.654.53 0 .96.425.96.95v7.036c0 .63.517 1.141 1.154 1.141z"
|
|
495
|
+
})
|
|
496
|
+
});
|
|
497
|
+
//#endregion
|
|
498
|
+
//#region src/icons/basic/ic-basic-image-fill.svg
|
|
499
|
+
const SvgIcBasicImageFill = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
500
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
501
|
+
width: 24,
|
|
502
|
+
height: 24,
|
|
503
|
+
fill: "none",
|
|
504
|
+
color: "#898989",
|
|
505
|
+
...props,
|
|
506
|
+
children: [/* @__PURE__ */ jsxs("mask", {
|
|
507
|
+
id: "ic-basic-image-fill_svg__a",
|
|
508
|
+
width: 24,
|
|
509
|
+
height: 24,
|
|
510
|
+
x: 0,
|
|
511
|
+
y: 0,
|
|
512
|
+
maskUnits: "userSpaceOnUse",
|
|
513
|
+
children: [
|
|
514
|
+
/* @__PURE__ */ jsx("path", {
|
|
515
|
+
fill: "#fff",
|
|
516
|
+
d: "M0 0h24v24H0z"
|
|
517
|
+
}),
|
|
518
|
+
/* @__PURE__ */ jsx("path", {
|
|
519
|
+
stroke: "#000",
|
|
520
|
+
strokeLinecap: "round",
|
|
521
|
+
strokeWidth: 2,
|
|
522
|
+
d: "m4.667 17.355 3.878-3.862a3.2 3.2 0 0 1 4.516 0l.722.719a3.2 3.2 0 0 0 4.516 0l1.035-1.03"
|
|
523
|
+
}),
|
|
524
|
+
/* @__PURE__ */ jsx("circle", {
|
|
525
|
+
cx: 16.384,
|
|
526
|
+
cy: 7.492,
|
|
527
|
+
r: 1.722,
|
|
528
|
+
fill: "#000"
|
|
529
|
+
})
|
|
530
|
+
]
|
|
531
|
+
}), /* @__PURE__ */ jsx("rect", {
|
|
532
|
+
width: 22,
|
|
533
|
+
height: 22,
|
|
534
|
+
x: 1,
|
|
535
|
+
y: 1,
|
|
536
|
+
fill: "currentColor",
|
|
537
|
+
mask: "url(#ic-basic-image-fill_svg__a)",
|
|
538
|
+
rx: 4.8
|
|
539
|
+
})]
|
|
540
|
+
});
|
|
541
|
+
//#endregion
|
|
542
|
+
//#region src/icons/basic/ic-basic-image.svg
|
|
543
|
+
const SvgIcBasicImage = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
544
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
545
|
+
width: 24,
|
|
546
|
+
height: 24,
|
|
547
|
+
fill: "none",
|
|
548
|
+
color: "#898989",
|
|
549
|
+
...props,
|
|
550
|
+
children: [
|
|
551
|
+
/* @__PURE__ */ jsx("rect", {
|
|
552
|
+
width: 22,
|
|
553
|
+
height: 22,
|
|
554
|
+
x: 1,
|
|
555
|
+
y: 1,
|
|
556
|
+
stroke: "currentColor",
|
|
557
|
+
strokeWidth: 1.8,
|
|
558
|
+
rx: 4.8
|
|
559
|
+
}),
|
|
560
|
+
/* @__PURE__ */ jsx("path", {
|
|
561
|
+
stroke: "currentColor",
|
|
562
|
+
strokeLinecap: "round",
|
|
563
|
+
strokeWidth: 1.8,
|
|
564
|
+
d: "m4.667 17.355 3.878-3.862a3.2 3.2 0 0 1 4.516 0l.722.719a3.2 3.2 0 0 0 4.516 0l1.035-1.03"
|
|
565
|
+
}),
|
|
566
|
+
/* @__PURE__ */ jsx("circle", {
|
|
567
|
+
cx: 16.384,
|
|
568
|
+
cy: 7.492,
|
|
569
|
+
r: 1.222,
|
|
570
|
+
fill: "currentColor",
|
|
571
|
+
stroke: "currentColor"
|
|
572
|
+
})
|
|
573
|
+
]
|
|
574
|
+
});
|
|
575
|
+
//#endregion
|
|
576
|
+
//#region src/icons/basic/ic-basic-instagram-fill.svg
|
|
577
|
+
const SvgIcBasicInstagramFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
578
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
579
|
+
width: 24,
|
|
580
|
+
height: 24,
|
|
581
|
+
fill: "none",
|
|
582
|
+
viewBox: "0 0 20 20",
|
|
583
|
+
color: "#898989",
|
|
584
|
+
...props,
|
|
585
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
586
|
+
fill: "currentColor",
|
|
587
|
+
d: "M10 7.583A2.42 2.42 0 0 0 7.583 10 2.426 2.426 0 0 0 10 12.416 2.425 2.425 0 0 0 12.416 10 2.426 2.426 0 0 0 10 7.583M17.26 10c0-1.006 0-1.991-.053-2.997-.051-1.162-.321-2.199-1.171-3.039-.85-.85-1.878-1.12-3.04-1.172-1.005-.052-1.99-.052-2.996-.052s-1.992 0-2.998.052c-1.161.052-2.198.322-3.038 1.172-.85.85-1.12 1.877-1.172 3.039C2.74 8.009 2.74 8.993 2.74 10s0 1.991.052 2.997c.052 1.162.321 2.199 1.172 3.039.85.85 1.877 1.12 3.038 1.172 1.006.052 1.992.052 2.998.052s1.99 0 2.997-.052c1.161-.052 2.198-.322 3.039-1.172.85-.85 1.12-1.877 1.171-3.039.063-.995.052-1.991.052-2.997M10 13.723A3.714 3.714 0 0 1 6.276 10 3.714 3.714 0 0 1 10 6.277 3.713 3.713 0 0 1 13.723 10 3.714 3.714 0 0 1 10 13.723m3.878-6.73a.87.87 0 0 1-.87-.872c0-.487.383-.871.87-.871.488 0 .872.384.872.871a.83.83 0 0 1-.25.612.83.83 0 0 1-.611.249z"
|
|
588
|
+
})
|
|
589
|
+
});
|
|
590
|
+
//#endregion
|
|
591
|
+
//#region src/icons/basic/ic-basic-location.svg
|
|
592
|
+
const SvgIcBasicLocation = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
593
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
594
|
+
width: 24,
|
|
595
|
+
height: 24,
|
|
596
|
+
fill: "none",
|
|
597
|
+
viewBox: "0 0 20 20",
|
|
598
|
+
color: "#898989",
|
|
599
|
+
...props,
|
|
600
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
601
|
+
fill: "currentColor",
|
|
602
|
+
d: "M10 1.6c4.661 0 7.537 5.119 5.131 9.134l-4.135 6.9a1.16 1.16 0 0 1-1.993 0l-4.134-6.9C2.463 6.719 5.339 1.6 10 1.6m0 .996c-3.89 0-6.291 4.272-4.283 7.623l4.135 6.901a.172.172 0 0 0 .296 0l4.135-6.9c2.008-3.352-.392-7.624-4.283-7.624"
|
|
603
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
604
|
+
stroke: "currentColor",
|
|
605
|
+
d: "M10.014 5.473a1.7 1.7 0 1 1 .002 3.4 1.7 1.7 0 0 1-.002-3.4Z"
|
|
606
|
+
})]
|
|
607
|
+
});
|
|
608
|
+
//#endregion
|
|
609
|
+
//#region src/icons/basic/ic-basic-mypage-fill.svg
|
|
610
|
+
const SvgIcBasicMypageFill = (props) => /* @__PURE__ */ jsx("svg", {
|
|
611
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
612
|
+
width: 24,
|
|
613
|
+
height: 24,
|
|
614
|
+
fill: "none",
|
|
615
|
+
viewBox: "0 0 33 32",
|
|
616
|
+
color: "#898989",
|
|
617
|
+
...props,
|
|
618
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
619
|
+
fill: "currentColor",
|
|
620
|
+
d: "M16.65 16q-1.855 0-3.178-1.322-1.322-1.321-1.322-3.178t1.322-3.178T16.65 7t3.178 1.322q1.323 1.321 1.322 3.178t-1.322 3.178Q18.508 16 16.65 16m-9 9v-3.15q0-.956.493-1.757a3.3 3.3 0 0 1 1.307-1.224 16.7 16.7 0 0 1 3.544-1.308 15.5 15.5 0 0 1 7.313 0q1.8.438 3.543 1.308.816.422 1.309 1.224.492.802.491 1.757V25z"
|
|
621
|
+
})
|
|
622
|
+
});
|
|
623
|
+
//#endregion
|
|
624
|
+
//#region src/icons/basic/ic-basic-mypage.svg
|
|
625
|
+
const SvgIcBasicMypage = (props) => /* @__PURE__ */ jsx("svg", {
|
|
626
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
627
|
+
width: 24,
|
|
628
|
+
height: 24,
|
|
629
|
+
fill: "none",
|
|
630
|
+
viewBox: "0 0 33 32",
|
|
631
|
+
color: "#898989",
|
|
632
|
+
...props,
|
|
633
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
634
|
+
fill: "currentColor",
|
|
635
|
+
d: "M16.65 7a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2.25a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5m0 7.875c3.004 0 9 1.496 9 4.5V25h-18v-3.375c0-3.004 5.997-4.5 9-4.5m0 2.137c-3.34 0-6.862 1.643-6.862 2.363v1.238h13.725v-1.238c0-.72-3.521-2.363-6.863-2.363"
|
|
636
|
+
})
|
|
637
|
+
});
|
|
638
|
+
//#endregion
|
|
639
|
+
//#region src/icons/basic/ic-basic-pencil-fill.svg
|
|
640
|
+
const SvgIcBasicPencilFill = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
641
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
642
|
+
width: 24,
|
|
643
|
+
height: 24,
|
|
644
|
+
fill: "none",
|
|
645
|
+
viewBox: "0 0 15 17",
|
|
646
|
+
color: "#898989",
|
|
647
|
+
...props,
|
|
648
|
+
children: [
|
|
649
|
+
/* @__PURE__ */ jsx("rect", {
|
|
650
|
+
width: 6,
|
|
651
|
+
height: 10,
|
|
652
|
+
fill: "currentColor",
|
|
653
|
+
rx: 1,
|
|
654
|
+
transform: "matrix(-.77633 -.63033 .62432 -.78117 5.882 14.346)"
|
|
655
|
+
}),
|
|
656
|
+
/* @__PURE__ */ jsx("rect", {
|
|
657
|
+
width: 6,
|
|
658
|
+
height: 2,
|
|
659
|
+
fill: "currentColor",
|
|
660
|
+
rx: 1,
|
|
661
|
+
transform: "matrix(-.77633 -.63033 .62432 -.78117 12.882 5.344)"
|
|
662
|
+
}),
|
|
663
|
+
/* @__PURE__ */ jsx("path", {
|
|
664
|
+
fill: "currentColor",
|
|
665
|
+
d: "M2.738 14.773a1 1 0 0 1-.97-.787l-.52-2.354 3.882 3.151z"
|
|
666
|
+
})
|
|
667
|
+
]
|
|
668
|
+
});
|
|
669
|
+
//#endregion
|
|
670
|
+
//#region src/icons/basic/ic-basic-pencil-underline.svg
|
|
671
|
+
const SvgIcBasicPencilUnderline = (props) => /* @__PURE__ */ jsx("svg", {
|
|
672
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
673
|
+
width: 24,
|
|
674
|
+
height: 24,
|
|
675
|
+
fill: "none",
|
|
676
|
+
color: "#898989",
|
|
677
|
+
...props,
|
|
678
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
679
|
+
stroke: "currentColor",
|
|
680
|
+
strokeLinecap: "round",
|
|
681
|
+
strokeLinejoin: "round",
|
|
682
|
+
strokeWidth: 1.5,
|
|
683
|
+
d: "M3 20.758h17.756M16.98 10.673l-5.53 5.53a.99.99 0 0 1-.698.29H6.278v-4.475c0-.261.104-.512.289-.697l5.53-5.53L14.887 3l4.883 4.883zM12.097 5.79l4.883 4.883"
|
|
684
|
+
})
|
|
685
|
+
});
|
|
686
|
+
//#endregion
|
|
687
|
+
//#region src/icons/basic/ic-basic-person-fill.svg
|
|
688
|
+
const SvgIcBasicPersonFill = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
689
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
690
|
+
width: 24,
|
|
691
|
+
height: 24,
|
|
692
|
+
fill: "none",
|
|
693
|
+
color: "#898989",
|
|
694
|
+
...props,
|
|
695
|
+
children: [/* @__PURE__ */ jsx("circle", {
|
|
696
|
+
cx: 12.312,
|
|
697
|
+
cy: 8.167,
|
|
698
|
+
r: 4.167,
|
|
699
|
+
fill: "currentColor"
|
|
700
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
701
|
+
fill: "currentColor",
|
|
702
|
+
d: "M4 19.522a7.39 7.39 0 0 1 7.389-7.388h1.847a7.39 7.39 0 0 1 7.388 7.388c0 .817-.661 1.478-1.477 1.478H5.477A1.48 1.48 0 0 1 4 19.522"
|
|
703
|
+
})]
|
|
704
|
+
});
|
|
705
|
+
//#endregion
|
|
706
|
+
//#region src/icons/basic/ic-basic-person.svg
|
|
707
|
+
const SvgIcBasicPerson = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
708
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
709
|
+
width: 24,
|
|
710
|
+
height: 24,
|
|
711
|
+
fill: "none",
|
|
712
|
+
viewBox: "0 0 20 20",
|
|
713
|
+
color: "#898989",
|
|
714
|
+
...props,
|
|
715
|
+
children: [/* @__PURE__ */ jsx("circle", {
|
|
716
|
+
cx: 10,
|
|
717
|
+
cy: 5.831,
|
|
718
|
+
r: 3,
|
|
719
|
+
stroke: "currentColor"
|
|
720
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
721
|
+
stroke: "currentColor",
|
|
722
|
+
d: "M10 10.17a6 6 0 0 1 6 6v.166c0 .46-.373.833-.833.833H4.833A.833.833 0 0 1 4 16.336v-.167a6 6 0 0 1 6-6Z"
|
|
723
|
+
})]
|
|
724
|
+
});
|
|
725
|
+
//#endregion
|
|
726
|
+
//#region src/icons/basic/ic-basic-point-circle.svg
|
|
727
|
+
const SvgIcBasicPointCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
728
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
729
|
+
width: 24,
|
|
730
|
+
height: 24,
|
|
731
|
+
fill: "none",
|
|
732
|
+
viewBox: "0 0 32 32",
|
|
733
|
+
color: "#898989",
|
|
734
|
+
...props,
|
|
735
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
736
|
+
fill: "currentColor",
|
|
737
|
+
d: "M16.47 8q1.375 0 2.568.26 1.193.237 2.07.821.879.584 1.374 1.557.518.951.518 2.378 0 1.362-.518 2.379a4.5 4.5 0 0 1-1.373 1.643q-.855.649-2.026.973-1.17.303-2.522.303h-2.229V24H11V8zm-.134 7.784q3.4 0 3.4-2.768 0-1.405-.901-1.946-.878-.54-2.612-.54h-1.89v5.254z"
|
|
738
|
+
}), /* @__PURE__ */ jsx("circle", {
|
|
739
|
+
cx: 16,
|
|
740
|
+
cy: 16,
|
|
741
|
+
r: 15,
|
|
742
|
+
stroke: "currentColor",
|
|
743
|
+
strokeWidth: 2
|
|
744
|
+
})]
|
|
745
|
+
});
|
|
746
|
+
//#endregion
|
|
747
|
+
//#region src/icons/basic/ic-basic-refresh.svg
|
|
748
|
+
const SvgIcBasicRefresh = (props) => /* @__PURE__ */ jsx("svg", {
|
|
749
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
750
|
+
width: 24,
|
|
751
|
+
height: 24,
|
|
752
|
+
fill: "none",
|
|
753
|
+
viewBox: "0 0 30 30",
|
|
754
|
+
color: "#898989",
|
|
755
|
+
...props,
|
|
756
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
757
|
+
fill: "currentColor",
|
|
758
|
+
d: "M15 10.6V8l-3.125 3.25L15 14.5v-2.6c2.069 0 3.75 1.749 3.75 3.9s-1.681 3.9-3.75 3.9-3.75-1.748-3.75-3.9H10c0 2.873 2.238 5.2 5 5.2s5-2.327 5-5.2-2.238-5.2-5-5.2"
|
|
759
|
+
})
|
|
760
|
+
});
|
|
761
|
+
//#endregion
|
|
762
|
+
//#region src/icons/basic/ic-basic-search.svg
|
|
763
|
+
const SvgIcBasicSearch = (props) => /* @__PURE__ */ jsx("svg", {
|
|
764
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
765
|
+
width: 24,
|
|
766
|
+
height: 24,
|
|
767
|
+
fill: "none",
|
|
768
|
+
viewBox: "0 0 20 20",
|
|
769
|
+
color: "#898989",
|
|
770
|
+
...props,
|
|
771
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
772
|
+
stroke: "currentColor",
|
|
773
|
+
strokeLinecap: "round",
|
|
774
|
+
strokeWidth: 2.5,
|
|
775
|
+
d: "M13.916 13.874 18 18M13.803 4.02c2.724 2.718 2.752 7.152.063 9.905a6.88 6.88 0 0 1-9.804.064c-2.725-2.718-2.753-7.153-.063-9.906a6.88 6.88 0 0 1 9.804-.063Z"
|
|
776
|
+
})
|
|
777
|
+
});
|
|
778
|
+
//#endregion
|
|
779
|
+
//#region src/icons/basic/ic-basic-text-align.svg
|
|
780
|
+
const SvgIcBasicTextAlign = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
781
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
782
|
+
width: 24,
|
|
783
|
+
height: 24,
|
|
784
|
+
fill: "none",
|
|
785
|
+
viewBox: "0 0 27 21",
|
|
786
|
+
color: "#898989",
|
|
787
|
+
...props,
|
|
788
|
+
children: [
|
|
789
|
+
/* @__PURE__ */ jsx("path", {
|
|
790
|
+
stroke: "currentColor",
|
|
791
|
+
strokeLinecap: "round",
|
|
792
|
+
strokeWidth: 2.6,
|
|
793
|
+
d: "M4.041 13.066h10.692M16.104 2.986h9.284M18.184 9.852h7.206M20.418 16.82h4.97"
|
|
794
|
+
}),
|
|
795
|
+
/* @__PURE__ */ jsx("path", {
|
|
796
|
+
fill: "currentColor",
|
|
797
|
+
d: "M10.593 2.151c.306-.65.079-1.512-.507-1.927C9.499-.19 8.776 0 8.47.65l1.061.75zM.136 18.327c-.306.65-.079 1.512.508 1.927.586.415 1.31.224 1.615-.425l-1.061-.75zM9.531 1.4 8.47.65.136 18.328l1.062.75 1.061.75 8.334-17.677z"
|
|
798
|
+
}),
|
|
799
|
+
/* @__PURE__ */ jsx("path", {
|
|
800
|
+
fill: "currentColor",
|
|
801
|
+
d: "M10.593.644c-.306-.65-1.03-.84-1.616-.425-.586.414-.813 1.277-.507 1.926l1.061-.75zm6.21 19.179c.306.65 1.03.84 1.616.425.586-.414.813-1.277.507-1.926l-1.061.75zM9.531 1.395l-1.061.75 8.333 17.678 1.062-.75 1.061-.751L10.593.644z"
|
|
802
|
+
})
|
|
803
|
+
]
|
|
804
|
+
});
|
|
805
|
+
//#endregion
|
|
806
|
+
//#region src/icons/basic/ic-basic-trashcan-fill.svg
|
|
807
|
+
const SvgIcBasicTrashcanFill = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
808
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
809
|
+
width: 24,
|
|
810
|
+
height: 24,
|
|
811
|
+
fill: "none",
|
|
812
|
+
color: "#898989",
|
|
813
|
+
...props,
|
|
814
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
815
|
+
fill: "currentColor",
|
|
816
|
+
d: "M19.052 4.508c0 .693-.562 1.255-1.255 1.255H5.254a1.254 1.254 0 0 1 0-2.51h4.39c.347 0 .627-.28.627-.626S10.553 2 10.899 2h2.51c.347 0 .627.28.627.627 0 .346.28.627.627.627h3.135c.693 0 1.255.562 1.255 1.254"
|
|
817
|
+
}), /* @__PURE__ */ jsx("rect", {
|
|
818
|
+
width: 15.052,
|
|
819
|
+
height: 13.797,
|
|
820
|
+
x: 4,
|
|
821
|
+
y: 7.412,
|
|
822
|
+
fill: "currentColor",
|
|
823
|
+
rx: 1.459
|
|
824
|
+
})]
|
|
825
|
+
});
|
|
826
|
+
//#endregion
|
|
827
|
+
//#region src/icons/basic/ic-basic-video.svg
|
|
828
|
+
const SvgIcBasicVideo = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
829
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
830
|
+
width: 24,
|
|
831
|
+
height: 24,
|
|
832
|
+
fill: "none",
|
|
833
|
+
color: "#898989",
|
|
834
|
+
...props,
|
|
835
|
+
children: [/* @__PURE__ */ jsxs("g", {
|
|
836
|
+
stroke: "currentColor",
|
|
837
|
+
strokeWidth: 1.8,
|
|
838
|
+
clipPath: "url(#ic-basic-video_svg__a)",
|
|
839
|
+
children: [/* @__PURE__ */ jsx("circle", {
|
|
840
|
+
cx: 12,
|
|
841
|
+
cy: 12,
|
|
842
|
+
r: 11
|
|
843
|
+
}), /* @__PURE__ */ jsx("path", { d: "M15.389 11.134a1 1 0 0 1 0 1.732l-4.334 2.502a1 1 0 0 1-1.5-.866V9.498a1 1 0 0 1 1.5-.866z" })]
|
|
844
|
+
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
|
|
845
|
+
id: "ic-basic-video_svg__a",
|
|
846
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
847
|
+
fill: "#fff",
|
|
848
|
+
d: "M0 0h24v24H0z"
|
|
849
|
+
})
|
|
850
|
+
}) })]
|
|
851
|
+
});
|
|
852
|
+
//#endregion
|
|
853
|
+
//#region src/icons/basic/ic-basic-x.svg
|
|
854
|
+
const SvgIcBasicX = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
855
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
856
|
+
width: 24,
|
|
857
|
+
height: 24,
|
|
858
|
+
fill: "none",
|
|
859
|
+
viewBox: "0 0 18 18",
|
|
860
|
+
color: "#898989",
|
|
861
|
+
...props,
|
|
862
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
863
|
+
fill: "currentColor",
|
|
864
|
+
fillRule: "evenodd",
|
|
865
|
+
d: "M.847 17.153a1.197 1.197 0 0 1 0-1.692L15.46.845a1.197 1.197 0 0 1 1.693 1.693L2.54 17.153a1.197 1.197 0 0 1-1.693 0",
|
|
866
|
+
clipRule: "evenodd"
|
|
867
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
868
|
+
fill: "currentColor",
|
|
869
|
+
fillRule: "evenodd",
|
|
870
|
+
d: "M.846.847a1.197 1.197 0 0 1 1.693 0L17.153 15.46a1.197 1.197 0 1 1-1.692 1.693L.845 2.54a1.197 1.197 0 0 1 0-1.693",
|
|
871
|
+
clipRule: "evenodd"
|
|
872
|
+
})]
|
|
873
|
+
});
|
|
874
|
+
//#endregion
|
|
875
|
+
//#region src/icons/multi/ic-multi-badge-blue.svg
|
|
876
|
+
const SvgIcMultiBadgeBlue = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
877
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
878
|
+
width: 24,
|
|
879
|
+
height: 25,
|
|
880
|
+
fill: "none",
|
|
881
|
+
...props,
|
|
882
|
+
children: [
|
|
883
|
+
/* @__PURE__ */ jsx("g", {
|
|
884
|
+
filter: "url(#ic-multi-badge-blue_svg__a)",
|
|
885
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
886
|
+
fill: "url(#ic-multi-badge-blue_svg__b)",
|
|
887
|
+
fillRule: "evenodd",
|
|
888
|
+
d: "M8.981 2.16 12 .5l3.019 1.66v3.052l2.158-2.158 3.308.96.961 3.31-2.158 2.157h3.052L24 12.5l-1.66 3.019h-3.051l2.157 2.158-.96 3.308-3.31.96-2.157-2.157v3.052L12 24.5l-3.019-1.66v-3.052l-2.157 2.158-3.31-.96-.96-3.31 2.158-2.157H1.66L0 12.5l1.66-3.019h3.052L2.555 7.323l.96-3.308 3.309-.96L8.98 5.21z",
|
|
889
|
+
clipRule: "evenodd"
|
|
890
|
+
})
|
|
891
|
+
}),
|
|
892
|
+
/* @__PURE__ */ jsx("path", {
|
|
893
|
+
fill: "#fff",
|
|
894
|
+
fillRule: "evenodd",
|
|
895
|
+
d: "M16.914 9.373a.95.95 0 0 1-.06 1.304l-5.532 5.251-3.392-4.1a.95.95 0 0 1 .091-1.302.86.86 0 0 1 1.247.095l2.206 2.668 4.19-3.978a.86.86 0 0 1 1.25.062",
|
|
896
|
+
clipRule: "evenodd"
|
|
897
|
+
}),
|
|
898
|
+
/* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("radialGradient", {
|
|
899
|
+
id: "ic-multi-badge-blue_svg__b",
|
|
900
|
+
cx: 0,
|
|
901
|
+
cy: 0,
|
|
902
|
+
r: 1,
|
|
903
|
+
gradientTransform: "rotate(90.651 -.179 12.316)scale(11.8659)",
|
|
904
|
+
gradientUnits: "userSpaceOnUse",
|
|
905
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#4C95FF" }), /* @__PURE__ */ jsx("stop", {
|
|
906
|
+
offset: 1,
|
|
907
|
+
stopColor: "#E2EDFF"
|
|
908
|
+
})]
|
|
909
|
+
}), /* @__PURE__ */ jsxs("filter", {
|
|
910
|
+
id: "ic-multi-badge-blue_svg__a",
|
|
911
|
+
width: 24,
|
|
912
|
+
height: 24,
|
|
913
|
+
x: 0,
|
|
914
|
+
y: .5,
|
|
915
|
+
colorInterpolationFilters: "sRGB",
|
|
916
|
+
filterUnits: "userSpaceOnUse",
|
|
917
|
+
children: [
|
|
918
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
919
|
+
floodOpacity: 0,
|
|
920
|
+
result: "BackgroundImageFix"
|
|
921
|
+
}),
|
|
922
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
923
|
+
in: "SourceGraphic",
|
|
924
|
+
in2: "BackgroundImageFix",
|
|
925
|
+
result: "shape"
|
|
926
|
+
}),
|
|
927
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
928
|
+
in: "SourceAlpha",
|
|
929
|
+
result: "hardAlpha",
|
|
930
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
931
|
+
}),
|
|
932
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
933
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .65 }),
|
|
934
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
935
|
+
in2: "hardAlpha",
|
|
936
|
+
k2: -1,
|
|
937
|
+
k3: 1,
|
|
938
|
+
operator: "arithmetic"
|
|
939
|
+
}),
|
|
940
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.620678 0 0 0 0 0.749007 0 0 0 0 0.991406 0 0 0 0.46 0" }),
|
|
941
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
942
|
+
in2: "shape",
|
|
943
|
+
result: "effect1_innerShadow_4748_9183"
|
|
944
|
+
})
|
|
945
|
+
]
|
|
946
|
+
})] })
|
|
947
|
+
]
|
|
948
|
+
});
|
|
949
|
+
//#endregion
|
|
950
|
+
//#region src/icons/multi/ic-multi-badge-pink.svg
|
|
951
|
+
const SvgIcMultiBadgePink = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
952
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
953
|
+
width: 24,
|
|
954
|
+
height: 24,
|
|
955
|
+
fill: "none",
|
|
956
|
+
...props,
|
|
957
|
+
children: [
|
|
958
|
+
/* @__PURE__ */ jsx("g", {
|
|
959
|
+
filter: "url(#ic-multi-badge-pink_svg__a)",
|
|
960
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
961
|
+
fill: "url(#ic-multi-badge-pink_svg__b)",
|
|
962
|
+
fillRule: "evenodd",
|
|
963
|
+
d: "M8.981 1.66 12 0l3.019 1.66v3.052l2.158-2.158 3.308.96.961 3.31-2.158 2.157h3.052L24 12l-1.66 3.019h-3.051l2.157 2.158-.96 3.308-3.31.96-2.157-2.157v3.052L12 24l-3.019-1.66v-3.052l-2.157 2.158-3.31-.96-.96-3.31 2.158-2.157H1.66L0 12l1.66-3.019h3.052L2.555 6.823l.96-3.308 3.309-.96L8.98 4.71z",
|
|
964
|
+
clipRule: "evenodd"
|
|
965
|
+
})
|
|
966
|
+
}),
|
|
967
|
+
/* @__PURE__ */ jsx("path", {
|
|
968
|
+
fill: "#fff",
|
|
969
|
+
fillRule: "evenodd",
|
|
970
|
+
d: "M16.914 8.873a.95.95 0 0 1-.06 1.304l-5.532 5.251-3.392-4.1a.95.95 0 0 1 .091-1.302.86.86 0 0 1 1.247.095l2.206 2.668 4.19-3.978a.86.86 0 0 1 1.25.062",
|
|
971
|
+
clipRule: "evenodd"
|
|
972
|
+
}),
|
|
973
|
+
/* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("radialGradient", {
|
|
974
|
+
id: "ic-multi-badge-pink_svg__b",
|
|
975
|
+
cx: 0,
|
|
976
|
+
cy: 0,
|
|
977
|
+
r: 1,
|
|
978
|
+
gradientTransform: "rotate(90.651 .069 12.066)scale(11.8659)",
|
|
979
|
+
gradientUnits: "userSpaceOnUse",
|
|
980
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#FF6682" }), /* @__PURE__ */ jsx("stop", {
|
|
981
|
+
offset: 1,
|
|
982
|
+
stopColor: "#FEE9EB"
|
|
983
|
+
})]
|
|
984
|
+
}), /* @__PURE__ */ jsxs("filter", {
|
|
985
|
+
id: "ic-multi-badge-pink_svg__a",
|
|
986
|
+
width: 24,
|
|
987
|
+
height: 24,
|
|
988
|
+
x: 0,
|
|
989
|
+
y: 0,
|
|
990
|
+
colorInterpolationFilters: "sRGB",
|
|
991
|
+
filterUnits: "userSpaceOnUse",
|
|
992
|
+
children: [
|
|
993
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
994
|
+
floodOpacity: 0,
|
|
995
|
+
result: "BackgroundImageFix"
|
|
996
|
+
}),
|
|
997
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
998
|
+
in: "SourceGraphic",
|
|
999
|
+
in2: "BackgroundImageFix",
|
|
1000
|
+
result: "shape"
|
|
1001
|
+
}),
|
|
1002
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1003
|
+
in: "SourceAlpha",
|
|
1004
|
+
result: "hardAlpha",
|
|
1005
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1006
|
+
}),
|
|
1007
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1008
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .65 }),
|
|
1009
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1010
|
+
in2: "hardAlpha",
|
|
1011
|
+
k2: -1,
|
|
1012
|
+
k3: 1,
|
|
1013
|
+
operator: "arithmetic"
|
|
1014
|
+
}),
|
|
1015
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.518386 0 0 0 0 0.605077 0 0 0 0.46 0" }),
|
|
1016
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1017
|
+
in2: "shape",
|
|
1018
|
+
result: "effect1_innerShadow_4410_7767"
|
|
1019
|
+
})
|
|
1020
|
+
]
|
|
1021
|
+
})] })
|
|
1022
|
+
]
|
|
1023
|
+
});
|
|
1024
|
+
//#endregion
|
|
1025
|
+
//#region src/icons/multi/ic-multi-bell-blue.svg
|
|
1026
|
+
const SvgIcMultiBellBlue = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1027
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1028
|
+
width: 24,
|
|
1029
|
+
height: 24,
|
|
1030
|
+
fill: "none",
|
|
1031
|
+
viewBox: "0 0 17 21",
|
|
1032
|
+
...props,
|
|
1033
|
+
children: [
|
|
1034
|
+
/* @__PURE__ */ jsx("path", {
|
|
1035
|
+
fill: "#00368E",
|
|
1036
|
+
d: "M1.134 9.7a7.367 7.367 0 1 1 14.733 0V13a1 1 0 0 1-1 1H2.134a1 1 0 0 1-1-1z",
|
|
1037
|
+
opacity: .7
|
|
1038
|
+
}),
|
|
1039
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1040
|
+
width: 17,
|
|
1041
|
+
height: 3.5,
|
|
1042
|
+
y: 14,
|
|
1043
|
+
fill: "#00368E",
|
|
1044
|
+
opacity: .5,
|
|
1045
|
+
rx: 1.75
|
|
1046
|
+
}),
|
|
1047
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1048
|
+
width: 3.4,
|
|
1049
|
+
height: 3.5,
|
|
1050
|
+
x: 6.8,
|
|
1051
|
+
y: 17.5,
|
|
1052
|
+
fill: "#00368E",
|
|
1053
|
+
rx: 1.7
|
|
1054
|
+
}),
|
|
1055
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1056
|
+
width: 3.4,
|
|
1057
|
+
height: 3.5,
|
|
1058
|
+
x: 6.8,
|
|
1059
|
+
fill: "#00368E",
|
|
1060
|
+
rx: 1.7
|
|
1061
|
+
})
|
|
1062
|
+
]
|
|
1063
|
+
});
|
|
1064
|
+
//#endregion
|
|
1065
|
+
//#region src/icons/multi/ic-multi-bell-off.svg
|
|
1066
|
+
const SvgIcMultiBellOff = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1067
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1068
|
+
width: 24,
|
|
1069
|
+
height: 24,
|
|
1070
|
+
fill: "none",
|
|
1071
|
+
viewBox: "0 0 20 21",
|
|
1072
|
+
...props,
|
|
1073
|
+
children: [
|
|
1074
|
+
/* @__PURE__ */ jsx("path", {
|
|
1075
|
+
fill: "#898989",
|
|
1076
|
+
d: "M2.384 9.7a7.367 7.367 0 1 1 14.733 0V13a1 1 0 0 1-1 1H3.384a1 1 0 0 1-1-1z",
|
|
1077
|
+
opacity: .7
|
|
1078
|
+
}),
|
|
1079
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1080
|
+
width: 17,
|
|
1081
|
+
height: 3.5,
|
|
1082
|
+
x: 1.25,
|
|
1083
|
+
y: 14,
|
|
1084
|
+
fill: "#898989",
|
|
1085
|
+
opacity: .5,
|
|
1086
|
+
rx: 1.75
|
|
1087
|
+
}),
|
|
1088
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1089
|
+
width: 3.4,
|
|
1090
|
+
height: 3.5,
|
|
1091
|
+
x: 8.05,
|
|
1092
|
+
y: 17.5,
|
|
1093
|
+
fill: "#898989",
|
|
1094
|
+
rx: 1.7
|
|
1095
|
+
}),
|
|
1096
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1097
|
+
width: 3.4,
|
|
1098
|
+
height: 3.5,
|
|
1099
|
+
x: 8.05,
|
|
1100
|
+
fill: "#898989",
|
|
1101
|
+
rx: 1.7
|
|
1102
|
+
}),
|
|
1103
|
+
/* @__PURE__ */ jsx("path", {
|
|
1104
|
+
stroke: "#898989",
|
|
1105
|
+
strokeLinecap: "round",
|
|
1106
|
+
strokeWidth: 1.5,
|
|
1107
|
+
d: "m18.75 1.5-18 18"
|
|
1108
|
+
})
|
|
1109
|
+
]
|
|
1110
|
+
});
|
|
1111
|
+
//#endregion
|
|
1112
|
+
//#region src/icons/multi/ic-multi-bell-pink.svg
|
|
1113
|
+
const SvgIcMultiBellPink = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1114
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1115
|
+
width: 24,
|
|
1116
|
+
height: 24,
|
|
1117
|
+
fill: "none",
|
|
1118
|
+
viewBox: "0 0 13 16",
|
|
1119
|
+
...props,
|
|
1120
|
+
children: [
|
|
1121
|
+
/* @__PURE__ */ jsx("path", {
|
|
1122
|
+
fill: "#FF849A",
|
|
1123
|
+
d: "M.867 7.41a5.633 5.633 0 1 1 11.267 0v2.448a.81.81 0 0 1-.808.808h-9.65a.81.81 0 0 1-.809-.808z",
|
|
1124
|
+
opacity: .7
|
|
1125
|
+
}),
|
|
1126
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1127
|
+
width: 13,
|
|
1128
|
+
height: 2.667,
|
|
1129
|
+
y: 10.667,
|
|
1130
|
+
fill: "#FF849A",
|
|
1131
|
+
opacity: .5,
|
|
1132
|
+
rx: 1.333
|
|
1133
|
+
}),
|
|
1134
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1135
|
+
width: 2.6,
|
|
1136
|
+
height: 2.667,
|
|
1137
|
+
x: 5.2,
|
|
1138
|
+
y: 13.334,
|
|
1139
|
+
fill: "#FF849A",
|
|
1140
|
+
rx: 1.3
|
|
1141
|
+
}),
|
|
1142
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1143
|
+
width: 2.6,
|
|
1144
|
+
height: 2.667,
|
|
1145
|
+
x: 5.2,
|
|
1146
|
+
fill: "#FF849A",
|
|
1147
|
+
rx: 1.3
|
|
1148
|
+
})
|
|
1149
|
+
]
|
|
1150
|
+
});
|
|
1151
|
+
//#endregion
|
|
1152
|
+
//#region src/icons/multi/ic-multi-camera.svg
|
|
1153
|
+
const SvgIcMultiCamera = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1154
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1155
|
+
width: 24,
|
|
1156
|
+
height: 24,
|
|
1157
|
+
fill: "none",
|
|
1158
|
+
viewBox: "0 0 20 19",
|
|
1159
|
+
...props,
|
|
1160
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
1161
|
+
fill: "#EAF5FD",
|
|
1162
|
+
stroke: "#5F86BF",
|
|
1163
|
+
strokeLinecap: "round",
|
|
1164
|
+
strokeLinejoin: "round",
|
|
1165
|
+
d: "M10.834 1H9.166c-.662 0-.994 0-1.295.09-.266.08-.515.213-.73.388-.243.197-.426.471-.794 1.018L5.235 4.15c-1.482 0-2.224 0-2.79.285a2.64 2.64 0 0 0-1.156 1.148C1 6.143 1 6.88 1 8.35v5.452c0 1.47 0 2.205.289 2.766.253.494.659.896 1.156 1.147C3.01 18 3.753 18 5.235 18h9.53c1.482 0 2.224 0 2.79-.286a2.63 2.63 0 0 0 1.156-1.147C19 16.006 19 15.27 19 13.8V8.349c0-1.47 0-2.205-.289-2.767a2.64 2.64 0 0 0-1.156-1.147c-.566-.285-1.308-.285-2.79-.285l-1.113-1.654c-.367-.547-.551-.82-.793-1.018a2.2 2.2 0 0 0-.73-.387C11.829 1 11.496 1 10.834 1"
|
|
1166
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
1167
|
+
stroke: "#5F86BF",
|
|
1168
|
+
strokeLinecap: "round",
|
|
1169
|
+
strokeLinejoin: "round",
|
|
1170
|
+
d: "M13.673 10.67a3.61 3.61 0 0 1-1.076 2.574A3.68 3.68 0 0 1 10 14.311a3.7 3.7 0 0 1-2.597-1.067 3.64 3.64 0 0 1-1.076-2.575c0-.966.387-1.892 1.076-2.575A3.7 3.7 0 0 1 10 7.027c.974 0 1.909.384 2.597 1.067a3.63 3.63 0 0 1 1.076 2.575"
|
|
1171
|
+
})]
|
|
1172
|
+
});
|
|
1173
|
+
//#endregion
|
|
1174
|
+
//#region src/icons/multi/ic-multi-check-circle-pink.svg
|
|
1175
|
+
const SvgIcMultiCheckCirclePink = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1176
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1177
|
+
width: 24,
|
|
1178
|
+
height: 24,
|
|
1179
|
+
fill: "none",
|
|
1180
|
+
viewBox: "0 0 33 33",
|
|
1181
|
+
...props,
|
|
1182
|
+
children: [/* @__PURE__ */ jsx("circle", {
|
|
1183
|
+
cx: 16.61,
|
|
1184
|
+
cy: 16.5,
|
|
1185
|
+
r: 16.5,
|
|
1186
|
+
fill: "#FEE9EB"
|
|
1187
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
1188
|
+
stroke: "#FF4B6C",
|
|
1189
|
+
strokeLinecap: "round",
|
|
1190
|
+
strokeWidth: 3,
|
|
1191
|
+
d: "m10.11 17 4 4 9-9"
|
|
1192
|
+
})]
|
|
1193
|
+
});
|
|
1194
|
+
//#endregion
|
|
1195
|
+
//#region src/icons/multi/ic-multi-clipboard-blue.svg
|
|
1196
|
+
const SvgIcMultiClipboardBlue = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1197
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1198
|
+
width: 21,
|
|
1199
|
+
height: 22,
|
|
1200
|
+
fill: "none",
|
|
1201
|
+
...props,
|
|
1202
|
+
children: [
|
|
1203
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1204
|
+
width: 21,
|
|
1205
|
+
height: 20.842,
|
|
1206
|
+
y: 1.158,
|
|
1207
|
+
fill: "#DDEBF6",
|
|
1208
|
+
rx: 2
|
|
1209
|
+
}),
|
|
1210
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1211
|
+
width: 14,
|
|
1212
|
+
height: 1.158,
|
|
1213
|
+
x: 3.5,
|
|
1214
|
+
y: 6.947,
|
|
1215
|
+
fill: "#5F86BF",
|
|
1216
|
+
rx: .579
|
|
1217
|
+
}),
|
|
1218
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1219
|
+
width: 8.167,
|
|
1220
|
+
height: 2.316,
|
|
1221
|
+
x: 6.416,
|
|
1222
|
+
fill: "#5F86BF",
|
|
1223
|
+
rx: 1
|
|
1224
|
+
}),
|
|
1225
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1226
|
+
width: 14,
|
|
1227
|
+
height: 1.158,
|
|
1228
|
+
x: 3.5,
|
|
1229
|
+
y: 11,
|
|
1230
|
+
fill: "#5F86BF",
|
|
1231
|
+
rx: .579
|
|
1232
|
+
}),
|
|
1233
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1234
|
+
width: 14,
|
|
1235
|
+
height: 1.158,
|
|
1236
|
+
x: 3.5,
|
|
1237
|
+
y: 15.053,
|
|
1238
|
+
fill: "#5F86BF",
|
|
1239
|
+
rx: .579
|
|
1240
|
+
})
|
|
1241
|
+
]
|
|
1242
|
+
});
|
|
1243
|
+
//#endregion
|
|
1244
|
+
//#region src/icons/multi/ic-multi-clipboard-white.svg
|
|
1245
|
+
const SvgIcMultiClipboardWhite = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1246
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1247
|
+
width: 24,
|
|
1248
|
+
height: 24,
|
|
1249
|
+
fill: "none",
|
|
1250
|
+
viewBox: "0 0 18 19",
|
|
1251
|
+
...props,
|
|
1252
|
+
children: [
|
|
1253
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1254
|
+
width: 18,
|
|
1255
|
+
height: 18,
|
|
1256
|
+
y: 1,
|
|
1257
|
+
fill: "#fff",
|
|
1258
|
+
rx: 2
|
|
1259
|
+
}),
|
|
1260
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1261
|
+
width: 12,
|
|
1262
|
+
height: 1,
|
|
1263
|
+
x: 3,
|
|
1264
|
+
y: 6,
|
|
1265
|
+
fill: "#5F86BF",
|
|
1266
|
+
rx: .5
|
|
1267
|
+
}),
|
|
1268
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1269
|
+
width: 7,
|
|
1270
|
+
height: 2,
|
|
1271
|
+
x: 5.5,
|
|
1272
|
+
fill: "#5F86BF",
|
|
1273
|
+
rx: 1
|
|
1274
|
+
}),
|
|
1275
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1276
|
+
width: 12,
|
|
1277
|
+
height: 1,
|
|
1278
|
+
x: 3,
|
|
1279
|
+
y: 9.5,
|
|
1280
|
+
fill: "#5F86BF",
|
|
1281
|
+
rx: .5
|
|
1282
|
+
}),
|
|
1283
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1284
|
+
width: 12,
|
|
1285
|
+
height: 1,
|
|
1286
|
+
x: 3,
|
|
1287
|
+
y: 13,
|
|
1288
|
+
fill: "#5F86BF",
|
|
1289
|
+
rx: .5
|
|
1290
|
+
})
|
|
1291
|
+
]
|
|
1292
|
+
});
|
|
1293
|
+
//#endregion
|
|
1294
|
+
//#region src/icons/multi/ic-multi-cloud-black.svg
|
|
1295
|
+
const SvgIcMultiCloudBlack = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1296
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1297
|
+
width: 24,
|
|
1298
|
+
height: 24,
|
|
1299
|
+
fill: "none",
|
|
1300
|
+
viewBox: "0 0 28 18",
|
|
1301
|
+
...props,
|
|
1302
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
1303
|
+
fill: "url(#ic-multi-cloud-black_svg__a)",
|
|
1304
|
+
d: "M19.403.406C24.151.406 28 4.221 28 8.926s-3.849 8.52-8.597 8.52A8.6 8.6 0 0 1 14 15.55a8.6 8.6 0 0 1-5.403 1.894C3.849 17.445 0 13.631 0 8.925 0 4.222 3.849.407 8.597.407A8.6 8.6 0 0 1 14 2.3 8.6 8.6 0 0 1 19.403.406"
|
|
1305
|
+
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("radialGradient", {
|
|
1306
|
+
id: "ic-multi-cloud-black_svg__a",
|
|
1307
|
+
cx: 0,
|
|
1308
|
+
cy: 0,
|
|
1309
|
+
r: 1,
|
|
1310
|
+
gradientTransform: "matrix(0 14 -23.0057 0 19 9.406)",
|
|
1311
|
+
gradientUnits: "userSpaceOnUse",
|
|
1312
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#898989" }), /* @__PURE__ */ jsx("stop", {
|
|
1313
|
+
offset: 1,
|
|
1314
|
+
stopColor: "#232323"
|
|
1315
|
+
})]
|
|
1316
|
+
}) })]
|
|
1317
|
+
});
|
|
1318
|
+
//#endregion
|
|
1319
|
+
//#region src/icons/multi/ic-multi-comment-x.svg
|
|
1320
|
+
const SvgIcMultiCommentX = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1321
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1322
|
+
width: 24,
|
|
1323
|
+
height: 24,
|
|
1324
|
+
fill: "none",
|
|
1325
|
+
viewBox: "0 0 19 15",
|
|
1326
|
+
...props,
|
|
1327
|
+
children: [
|
|
1328
|
+
/* @__PURE__ */ jsx("path", {
|
|
1329
|
+
fill: "#EAF5FD",
|
|
1330
|
+
d: "M.5 5h5.595zm2.807 4.622h4.49zm2.807 4.621h3.367z"
|
|
1331
|
+
}),
|
|
1332
|
+
/* @__PURE__ */ jsx("path", {
|
|
1333
|
+
stroke: "#5F86BF",
|
|
1334
|
+
strokeLinecap: "round",
|
|
1335
|
+
strokeLinejoin: "round",
|
|
1336
|
+
d: "M.5 5h5.595M3.307 9.622h4.49m-1.683 4.621h3.367"
|
|
1337
|
+
}),
|
|
1338
|
+
/* @__PURE__ */ jsx("circle", {
|
|
1339
|
+
cx: 13.694,
|
|
1340
|
+
cy: 5,
|
|
1341
|
+
r: 4.5,
|
|
1342
|
+
fill: "#EAF5FD",
|
|
1343
|
+
stroke: "#5F86BF"
|
|
1344
|
+
}),
|
|
1345
|
+
/* @__PURE__ */ jsx("path", {
|
|
1346
|
+
stroke: "#5F86BF",
|
|
1347
|
+
strokeLinecap: "round",
|
|
1348
|
+
d: "M15.368 3.516 12.02 6.484M12.021 3.516l3.346 2.968"
|
|
1349
|
+
})
|
|
1350
|
+
]
|
|
1351
|
+
});
|
|
1352
|
+
//#endregion
|
|
1353
|
+
//#region src/icons/multi/ic-multi-dollar-circle.svg
|
|
1354
|
+
const SvgIcMultiDollarCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1355
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1356
|
+
width: 24,
|
|
1357
|
+
height: 24,
|
|
1358
|
+
fill: "none",
|
|
1359
|
+
viewBox: "0 0 19 19",
|
|
1360
|
+
...props,
|
|
1361
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
1362
|
+
fill: "#EAF5FD",
|
|
1363
|
+
stroke: "#5F86BF",
|
|
1364
|
+
strokeLinecap: "round",
|
|
1365
|
+
strokeLinejoin: "round",
|
|
1366
|
+
d: "M9.5 18.5a9 9 0 1 0 0-18 9 9 0 0 0 0 18"
|
|
1367
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
1368
|
+
stroke: "#5F86BF",
|
|
1369
|
+
strokeLinecap: "round",
|
|
1370
|
+
d: "M11.815 7.301S11.524 5.926 9.5 5.777m0 0V4.43m0 1.347a5 5 0 0 0-.367-.013c-.879 0-2.022.732-2.022 1.754s.828 1.424 2.287 1.673 2.49.798 2.49 1.925-1.207 1.62-2.221 1.62q-.084 0-.167-.003m-2.28-1.475s.587 1.388 2.28 1.475m0 0v1.337"
|
|
1371
|
+
})]
|
|
1372
|
+
});
|
|
1373
|
+
//#endregion
|
|
1374
|
+
//#region src/icons/multi/ic-multi-flag.svg
|
|
1375
|
+
const SvgIcMultiFlag = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1376
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1377
|
+
width: 24,
|
|
1378
|
+
height: 24,
|
|
1379
|
+
fill: "none",
|
|
1380
|
+
...props,
|
|
1381
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
1382
|
+
fill: "#898989",
|
|
1383
|
+
d: "M2 21.18V2.292a1.292 1.292 0 0 1 2.584 0V21.18a1.292 1.292 0 0 1-2.584 0"
|
|
1384
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
1385
|
+
fill: "#FF849A",
|
|
1386
|
+
d: "M5.653 4.764c0-.714.579-1.292 1.292-1.292h12.764c.713 0 1.291.578 1.291 1.292v9.222c0 .713-.578 1.291-1.291 1.291H6.945a1.29 1.29 0 0 1-1.292-1.291z"
|
|
1387
|
+
})]
|
|
1388
|
+
});
|
|
1389
|
+
//#endregion
|
|
1390
|
+
//#region src/icons/multi/ic-multi-gesture-hand.svg
|
|
1391
|
+
const SvgIcMultiGestureHand = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1392
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1393
|
+
width: 24,
|
|
1394
|
+
height: 24,
|
|
1395
|
+
fill: "none",
|
|
1396
|
+
viewBox: "0 0 19 21",
|
|
1397
|
+
...props,
|
|
1398
|
+
children: [
|
|
1399
|
+
/* @__PURE__ */ jsx("path", {
|
|
1400
|
+
fill: "#EAF5FD",
|
|
1401
|
+
d: "M.5 8.492V12.1c0 1.952 0 2.929.234 3.726.558 1.896 2.049 3.388 3.955 4.052.635.186 1.266.383 2.482.56.709.102 1.43.078 2.132-.069.32-.065.582-.121.803-.168.518-.112 1.037-.246 1.514-.479.538-.261.956-.533 1.561-.983.363-.269.694-.596 1.356-1.252l3.438-3.403a1.77 1.77 0 0 0 .388-1.936 1.8 1.8 0 0 0-.388-.576 1.805 1.805 0 0 0-2.537 0l-2.383 2.359v-5.44"
|
|
1402
|
+
}),
|
|
1403
|
+
/* @__PURE__ */ jsx("path", {
|
|
1404
|
+
stroke: "#5F86BF",
|
|
1405
|
+
strokeLinecap: "round",
|
|
1406
|
+
strokeLinejoin: "round",
|
|
1407
|
+
d: "M.5 8.492V12.1c0 1.952 0 2.929.234 3.726.558 1.896 2.049 3.388 3.955 4.052.635.186 1.266.383 2.482.56.709.102 1.43.078 2.132-.069.32-.065.582-.121.803-.168.518-.112 1.037-.246 1.514-.479.538-.261.956-.533 1.561-.983.363-.269.694-.596 1.356-1.252l3.438-3.403a1.77 1.77 0 0 0 .388-1.936 1.8 1.8 0 0 0-.388-.576 1.805 1.805 0 0 0-2.537 0l-2.383 2.359v-5.44"
|
|
1408
|
+
}),
|
|
1409
|
+
/* @__PURE__ */ jsx("path", {
|
|
1410
|
+
fill: "#EAF5FD",
|
|
1411
|
+
d: "M9.916 6.166V4.162c0-.86.703-1.555 1.57-1.555.866 0 1.57.696 1.57 1.555v4.661m-6.278-.336V2.054C6.778 1.195 7.48.5 8.347.5c.867 0 1.569.695 1.569 1.554v6.437M3.638 5.605v2.886-5.378c.011-.407.181-.794.474-1.078a1.574 1.574 0 0 1 2.192 0c.293.284.463.67.474 1.078v5.378m-3.14-1.27V6.27c0-.859-.702-1.554-1.569-1.554C1.203 4.715.5 5.41.5 6.269v2.885"
|
|
1412
|
+
}),
|
|
1413
|
+
/* @__PURE__ */ jsx("path", {
|
|
1414
|
+
stroke: "#5F86BF",
|
|
1415
|
+
strokeLinecap: "round",
|
|
1416
|
+
strokeLinejoin: "round",
|
|
1417
|
+
d: "M9.916 6.166V4.162c0-.86.703-1.555 1.57-1.555.866 0 1.57.696 1.57 1.555v4.661m-6.278-.336V2.054C6.778 1.195 7.48.5 8.347.5c.867 0 1.569.695 1.569 1.554v6.437M3.638 5.605v2.886-5.378c.011-.407.181-.794.474-1.078a1.574 1.574 0 0 1 2.192 0c.293.284.463.67.474 1.078v5.378m-3.14-1.27V6.27c0-.859-.702-1.554-1.569-1.554C1.203 4.715.5 5.41.5 6.269v2.885"
|
|
1418
|
+
})
|
|
1419
|
+
]
|
|
1420
|
+
});
|
|
1421
|
+
//#endregion
|
|
1422
|
+
//#region src/icons/multi/ic-multi-heart-minus-circle.svg
|
|
1423
|
+
const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1424
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1425
|
+
width: 24,
|
|
1426
|
+
height: 24,
|
|
1427
|
+
fill: "none",
|
|
1428
|
+
viewBox: "0 0 40 40",
|
|
1429
|
+
...props,
|
|
1430
|
+
children: [
|
|
1431
|
+
/* @__PURE__ */ jsx("g", {
|
|
1432
|
+
filter: "url(#ic-multi-heart-minus-circle_svg__a)",
|
|
1433
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
1434
|
+
cx: 20,
|
|
1435
|
+
cy: 20,
|
|
1436
|
+
r: 20,
|
|
1437
|
+
fill: "url(#ic-multi-heart-minus-circle_svg__b)"
|
|
1438
|
+
})
|
|
1439
|
+
}),
|
|
1440
|
+
/* @__PURE__ */ jsx("g", {
|
|
1441
|
+
filter: "url(#ic-multi-heart-minus-circle_svg__c)",
|
|
1442
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
1443
|
+
cx: 19.999,
|
|
1444
|
+
cy: 19.616,
|
|
1445
|
+
r: 16.589,
|
|
1446
|
+
fill: "url(#ic-multi-heart-minus-circle_svg__d)"
|
|
1447
|
+
})
|
|
1448
|
+
}),
|
|
1449
|
+
/* @__PURE__ */ jsx("g", {
|
|
1450
|
+
filter: "url(#ic-multi-heart-minus-circle_svg__e)",
|
|
1451
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
1452
|
+
fill: "url(#ic-multi-heart-minus-circle_svg__f)",
|
|
1453
|
+
d: "M30.103 12.87a6.5 6.5 0 0 1 0 9.193l-9.546 9.546a1 1 0 0 1-1.415 0l-9.545-9.546a6.5 6.5 0 0 1 9.192-9.193l1.06 1.06 1.061-1.06a6.5 6.5 0 0 1 9.193 0"
|
|
1454
|
+
})
|
|
1455
|
+
}),
|
|
1456
|
+
/* @__PURE__ */ jsx("g", {
|
|
1457
|
+
filter: "url(#ic-multi-heart-minus-circle_svg__g)",
|
|
1458
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
1459
|
+
fill: "#fff",
|
|
1460
|
+
d: "M32.265 25.111a.9.9 0 0 1 0 1.801H22.54a.9.9 0 0 1 0-1.8z"
|
|
1461
|
+
})
|
|
1462
|
+
}),
|
|
1463
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
1464
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
1465
|
+
id: "ic-multi-heart-minus-circle_svg__a",
|
|
1466
|
+
width: 40,
|
|
1467
|
+
height: 40,
|
|
1468
|
+
x: 0,
|
|
1469
|
+
y: 0,
|
|
1470
|
+
colorInterpolationFilters: "sRGB",
|
|
1471
|
+
filterUnits: "userSpaceOnUse",
|
|
1472
|
+
children: [
|
|
1473
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
1474
|
+
floodOpacity: 0,
|
|
1475
|
+
result: "BackgroundImageFix"
|
|
1476
|
+
}),
|
|
1477
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1478
|
+
in: "SourceGraphic",
|
|
1479
|
+
in2: "BackgroundImageFix",
|
|
1480
|
+
result: "shape"
|
|
1481
|
+
}),
|
|
1482
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1483
|
+
in: "SourceAlpha",
|
|
1484
|
+
result: "hardAlpha",
|
|
1485
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1486
|
+
}),
|
|
1487
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1488
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .508 }),
|
|
1489
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1490
|
+
in2: "hardAlpha",
|
|
1491
|
+
k2: -1,
|
|
1492
|
+
k3: 1,
|
|
1493
|
+
operator: "arithmetic"
|
|
1494
|
+
}),
|
|
1495
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.517647 0 0 0 0 0.603922 0 0 0 0.59 0" }),
|
|
1496
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1497
|
+
in2: "shape",
|
|
1498
|
+
result: "effect1_innerShadow_6472_15122"
|
|
1499
|
+
})
|
|
1500
|
+
]
|
|
1501
|
+
}),
|
|
1502
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
1503
|
+
id: "ic-multi-heart-minus-circle_svg__c",
|
|
1504
|
+
width: 35.211,
|
|
1505
|
+
height: 35.211,
|
|
1506
|
+
x: 2.393,
|
|
1507
|
+
y: 2.011,
|
|
1508
|
+
colorInterpolationFilters: "sRGB",
|
|
1509
|
+
filterUnits: "userSpaceOnUse",
|
|
1510
|
+
children: [
|
|
1511
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
1512
|
+
floodOpacity: 0,
|
|
1513
|
+
result: "BackgroundImageFix"
|
|
1514
|
+
}),
|
|
1515
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1516
|
+
in: "SourceAlpha",
|
|
1517
|
+
result: "hardAlpha",
|
|
1518
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1519
|
+
}),
|
|
1520
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1521
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .508 }),
|
|
1522
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1523
|
+
in2: "hardAlpha",
|
|
1524
|
+
operator: "out"
|
|
1525
|
+
}),
|
|
1526
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.517647 0 0 0 0 0.603922 0 0 0 0.56 0" }),
|
|
1527
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1528
|
+
in2: "BackgroundImageFix",
|
|
1529
|
+
result: "effect1_dropShadow_6472_15122"
|
|
1530
|
+
}),
|
|
1531
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1532
|
+
in: "SourceGraphic",
|
|
1533
|
+
in2: "effect1_dropShadow_6472_15122",
|
|
1534
|
+
result: "shape"
|
|
1535
|
+
})
|
|
1536
|
+
]
|
|
1537
|
+
}),
|
|
1538
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
1539
|
+
id: "ic-multi-heart-minus-circle_svg__e",
|
|
1540
|
+
width: 24.314,
|
|
1541
|
+
height: 20.935,
|
|
1542
|
+
x: 7.693,
|
|
1543
|
+
y: 10.966,
|
|
1544
|
+
colorInterpolationFilters: "sRGB",
|
|
1545
|
+
filterUnits: "userSpaceOnUse",
|
|
1546
|
+
children: [
|
|
1547
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
1548
|
+
floodOpacity: 0,
|
|
1549
|
+
result: "BackgroundImageFix"
|
|
1550
|
+
}),
|
|
1551
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1552
|
+
in: "SourceGraphic",
|
|
1553
|
+
in2: "BackgroundImageFix",
|
|
1554
|
+
result: "shape"
|
|
1555
|
+
}),
|
|
1556
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1557
|
+
in: "SourceAlpha",
|
|
1558
|
+
result: "hardAlpha",
|
|
1559
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1560
|
+
}),
|
|
1561
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1562
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1.327 }),
|
|
1563
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1564
|
+
in2: "hardAlpha",
|
|
1565
|
+
k2: -1,
|
|
1566
|
+
k3: 1,
|
|
1567
|
+
operator: "arithmetic"
|
|
1568
|
+
}),
|
|
1569
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.517647 0 0 0 0 0.603922 0 0 0 0.57 0" }),
|
|
1570
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1571
|
+
in2: "shape",
|
|
1572
|
+
result: "effect1_innerShadow_6472_15122"
|
|
1573
|
+
})
|
|
1574
|
+
]
|
|
1575
|
+
}),
|
|
1576
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
1577
|
+
id: "ic-multi-heart-minus-circle_svg__g",
|
|
1578
|
+
width: 16.721,
|
|
1579
|
+
height: 6.998,
|
|
1580
|
+
x: 19.042,
|
|
1581
|
+
y: 22.513,
|
|
1582
|
+
colorInterpolationFilters: "sRGB",
|
|
1583
|
+
filterUnits: "userSpaceOnUse",
|
|
1584
|
+
children: [
|
|
1585
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
1586
|
+
floodOpacity: 0,
|
|
1587
|
+
result: "BackgroundImageFix"
|
|
1588
|
+
}),
|
|
1589
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1590
|
+
in: "SourceAlpha",
|
|
1591
|
+
result: "hardAlpha",
|
|
1592
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1593
|
+
}),
|
|
1594
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1595
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1.299 }),
|
|
1596
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1597
|
+
in2: "hardAlpha",
|
|
1598
|
+
operator: "out"
|
|
1599
|
+
}),
|
|
1600
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.541176 0 0 0 0 0.623529 0 0 0 1 0" }),
|
|
1601
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1602
|
+
in2: "BackgroundImageFix",
|
|
1603
|
+
result: "effect1_dropShadow_6472_15122"
|
|
1604
|
+
}),
|
|
1605
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1606
|
+
in: "SourceGraphic",
|
|
1607
|
+
in2: "effect1_dropShadow_6472_15122",
|
|
1608
|
+
result: "shape"
|
|
1609
|
+
})
|
|
1610
|
+
]
|
|
1611
|
+
}),
|
|
1612
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
1613
|
+
id: "ic-multi-heart-minus-circle_svg__b",
|
|
1614
|
+
cx: 0,
|
|
1615
|
+
cy: 0,
|
|
1616
|
+
r: 1,
|
|
1617
|
+
gradientTransform: "rotate(90 0 20)scale(27.5)",
|
|
1618
|
+
gradientUnits: "userSpaceOnUse",
|
|
1619
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#FF6682" }), /* @__PURE__ */ jsx("stop", {
|
|
1620
|
+
offset: 1,
|
|
1621
|
+
stopColor: "#FEE9EB"
|
|
1622
|
+
})]
|
|
1623
|
+
}),
|
|
1624
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
1625
|
+
id: "ic-multi-heart-minus-circle_svg__d",
|
|
1626
|
+
cx: 0,
|
|
1627
|
+
cy: 0,
|
|
1628
|
+
r: 1,
|
|
1629
|
+
gradientTransform: "rotate(90.651 .303 19.88)scale(16.4035)",
|
|
1630
|
+
gradientUnits: "userSpaceOnUse",
|
|
1631
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#FFF0F3" }), /* @__PURE__ */ jsx("stop", {
|
|
1632
|
+
offset: 1,
|
|
1633
|
+
stopColor: "#FEE9EB"
|
|
1634
|
+
})]
|
|
1635
|
+
}),
|
|
1636
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
1637
|
+
id: "ic-multi-heart-minus-circle_svg__f",
|
|
1638
|
+
cx: 0,
|
|
1639
|
+
cy: 0,
|
|
1640
|
+
r: 1,
|
|
1641
|
+
gradientTransform: "rotate(-40.4 39.954 -5.358)scale(30.8585)",
|
|
1642
|
+
gradientUnits: "userSpaceOnUse",
|
|
1643
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#FF8A9F" }), /* @__PURE__ */ jsx("stop", {
|
|
1644
|
+
offset: 1,
|
|
1645
|
+
stopColor: "#FEE9EB"
|
|
1646
|
+
})]
|
|
1647
|
+
})
|
|
1648
|
+
] })
|
|
1649
|
+
]
|
|
1650
|
+
});
|
|
1651
|
+
//#endregion
|
|
1652
|
+
//#region src/icons/multi/ic-multi-heart-plus-circle.svg
|
|
1653
|
+
const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1654
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1655
|
+
width: 24,
|
|
1656
|
+
height: 24,
|
|
1657
|
+
fill: "none",
|
|
1658
|
+
viewBox: "0 0 40 40",
|
|
1659
|
+
...props,
|
|
1660
|
+
children: [
|
|
1661
|
+
/* @__PURE__ */ jsx("g", {
|
|
1662
|
+
filter: "url(#ic-multi-heart-plus-circle_svg__a)",
|
|
1663
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
1664
|
+
cx: 20,
|
|
1665
|
+
cy: 20,
|
|
1666
|
+
r: 20,
|
|
1667
|
+
fill: "url(#ic-multi-heart-plus-circle_svg__b)"
|
|
1668
|
+
})
|
|
1669
|
+
}),
|
|
1670
|
+
/* @__PURE__ */ jsx("g", {
|
|
1671
|
+
filter: "url(#ic-multi-heart-plus-circle_svg__c)",
|
|
1672
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
1673
|
+
cx: 19.999,
|
|
1674
|
+
cy: 19.616,
|
|
1675
|
+
r: 16.589,
|
|
1676
|
+
fill: "url(#ic-multi-heart-plus-circle_svg__d)"
|
|
1677
|
+
})
|
|
1678
|
+
}),
|
|
1679
|
+
/* @__PURE__ */ jsx("g", {
|
|
1680
|
+
filter: "url(#ic-multi-heart-plus-circle_svg__e)",
|
|
1681
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
1682
|
+
fill: "url(#ic-multi-heart-plus-circle_svg__f)",
|
|
1683
|
+
d: "M30.103 13.753a6.5 6.5 0 0 1 0 9.192l-9.546 9.546a1 1 0 0 1-1.415 0l-9.545-9.546a6.5 6.5 0 0 1 9.192-9.192l1.06 1.06 1.061-1.06a6.5 6.5 0 0 1 9.193 0"
|
|
1684
|
+
})
|
|
1685
|
+
}),
|
|
1686
|
+
/* @__PURE__ */ jsx("g", {
|
|
1687
|
+
filter: "url(#ic-multi-heart-plus-circle_svg__g)",
|
|
1688
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
1689
|
+
fill: "#fff",
|
|
1690
|
+
d: "M27.396 21.139c.496 0 .9.403.9.9v3.955h3.969a.9.9 0 0 1 0 1.8h-3.97v3.969a.9.9 0 0 1-1.8 0v-3.968h-3.954a.9.9 0 0 1 0-1.8h3.954v-3.956a.9.9 0 0 1 .9-.9"
|
|
1691
|
+
})
|
|
1692
|
+
}),
|
|
1693
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
1694
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
1695
|
+
id: "ic-multi-heart-plus-circle_svg__a",
|
|
1696
|
+
width: 40,
|
|
1697
|
+
height: 40,
|
|
1698
|
+
x: 0,
|
|
1699
|
+
y: 0,
|
|
1700
|
+
colorInterpolationFilters: "sRGB",
|
|
1701
|
+
filterUnits: "userSpaceOnUse",
|
|
1702
|
+
children: [
|
|
1703
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
1704
|
+
floodOpacity: 0,
|
|
1705
|
+
result: "BackgroundImageFix"
|
|
1706
|
+
}),
|
|
1707
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1708
|
+
in: "SourceGraphic",
|
|
1709
|
+
in2: "BackgroundImageFix",
|
|
1710
|
+
result: "shape"
|
|
1711
|
+
}),
|
|
1712
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1713
|
+
in: "SourceAlpha",
|
|
1714
|
+
result: "hardAlpha",
|
|
1715
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1716
|
+
}),
|
|
1717
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1718
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .508 }),
|
|
1719
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1720
|
+
in2: "hardAlpha",
|
|
1721
|
+
k2: -1,
|
|
1722
|
+
k3: 1,
|
|
1723
|
+
operator: "arithmetic"
|
|
1724
|
+
}),
|
|
1725
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.620678 0 0 0 0 0.749007 0 0 0 0 0.991406 0 0 0 0.91 0" }),
|
|
1726
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1727
|
+
in2: "shape",
|
|
1728
|
+
result: "effect1_innerShadow_6472_15067"
|
|
1729
|
+
})
|
|
1730
|
+
]
|
|
1731
|
+
}),
|
|
1732
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
1733
|
+
id: "ic-multi-heart-plus-circle_svg__c",
|
|
1734
|
+
width: 35.211,
|
|
1735
|
+
height: 35.211,
|
|
1736
|
+
x: 2.393,
|
|
1737
|
+
y: 2.893,
|
|
1738
|
+
colorInterpolationFilters: "sRGB",
|
|
1739
|
+
filterUnits: "userSpaceOnUse",
|
|
1740
|
+
children: [
|
|
1741
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
1742
|
+
floodOpacity: 0,
|
|
1743
|
+
result: "BackgroundImageFix"
|
|
1744
|
+
}),
|
|
1745
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1746
|
+
in: "SourceAlpha",
|
|
1747
|
+
result: "hardAlpha",
|
|
1748
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1749
|
+
}),
|
|
1750
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1751
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .508 }),
|
|
1752
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1753
|
+
in2: "hardAlpha",
|
|
1754
|
+
operator: "out"
|
|
1755
|
+
}),
|
|
1756
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.620678 0 0 0 0 0.749007 0 0 0 0 0.991406 0 0 0 0.82 0" }),
|
|
1757
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1758
|
+
in2: "BackgroundImageFix",
|
|
1759
|
+
result: "effect1_dropShadow_6472_15067"
|
|
1760
|
+
}),
|
|
1761
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1762
|
+
in: "SourceGraphic",
|
|
1763
|
+
in2: "effect1_dropShadow_6472_15067",
|
|
1764
|
+
result: "shape"
|
|
1765
|
+
})
|
|
1766
|
+
]
|
|
1767
|
+
}),
|
|
1768
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
1769
|
+
id: "ic-multi-heart-plus-circle_svg__e",
|
|
1770
|
+
width: 24.314,
|
|
1771
|
+
height: 20.935,
|
|
1772
|
+
x: 7.693,
|
|
1773
|
+
y: 11.849,
|
|
1774
|
+
colorInterpolationFilters: "sRGB",
|
|
1775
|
+
filterUnits: "userSpaceOnUse",
|
|
1776
|
+
children: [
|
|
1777
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
1778
|
+
floodOpacity: 0,
|
|
1779
|
+
result: "BackgroundImageFix"
|
|
1780
|
+
}),
|
|
1781
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1782
|
+
in: "SourceGraphic",
|
|
1783
|
+
in2: "BackgroundImageFix",
|
|
1784
|
+
result: "shape"
|
|
1785
|
+
}),
|
|
1786
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1787
|
+
in: "SourceAlpha",
|
|
1788
|
+
result: "hardAlpha",
|
|
1789
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1790
|
+
}),
|
|
1791
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1792
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1.327 }),
|
|
1793
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1794
|
+
in2: "hardAlpha",
|
|
1795
|
+
k2: -1,
|
|
1796
|
+
k3: 1,
|
|
1797
|
+
operator: "arithmetic"
|
|
1798
|
+
}),
|
|
1799
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.620678 0 0 0 0 0.749007 0 0 0 0 0.991406 0 0 0 0.57 0" }),
|
|
1800
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1801
|
+
in2: "shape",
|
|
1802
|
+
result: "effect1_innerShadow_6472_15067"
|
|
1803
|
+
})
|
|
1804
|
+
]
|
|
1805
|
+
}),
|
|
1806
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
1807
|
+
id: "ic-multi-heart-plus-circle_svg__g",
|
|
1808
|
+
width: 16.721,
|
|
1809
|
+
height: 16.721,
|
|
1810
|
+
x: 19.042,
|
|
1811
|
+
y: 18.54,
|
|
1812
|
+
colorInterpolationFilters: "sRGB",
|
|
1813
|
+
filterUnits: "userSpaceOnUse",
|
|
1814
|
+
children: [
|
|
1815
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
1816
|
+
floodOpacity: 0,
|
|
1817
|
+
result: "BackgroundImageFix"
|
|
1818
|
+
}),
|
|
1819
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
1820
|
+
in: "SourceAlpha",
|
|
1821
|
+
result: "hardAlpha",
|
|
1822
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
1823
|
+
}),
|
|
1824
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
1825
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1.299 }),
|
|
1826
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
1827
|
+
in2: "hardAlpha",
|
|
1828
|
+
operator: "out"
|
|
1829
|
+
}),
|
|
1830
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.510286 0 0 0 0 0.709233 0 0 0 0 1 0 0 0 1 0" }),
|
|
1831
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1832
|
+
in2: "BackgroundImageFix",
|
|
1833
|
+
result: "effect1_dropShadow_6472_15067"
|
|
1834
|
+
}),
|
|
1835
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
1836
|
+
in: "SourceGraphic",
|
|
1837
|
+
in2: "effect1_dropShadow_6472_15067",
|
|
1838
|
+
result: "shape"
|
|
1839
|
+
})
|
|
1840
|
+
]
|
|
1841
|
+
}),
|
|
1842
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
1843
|
+
id: "ic-multi-heart-plus-circle_svg__b",
|
|
1844
|
+
cx: 0,
|
|
1845
|
+
cy: 0,
|
|
1846
|
+
r: 1,
|
|
1847
|
+
gradientTransform: "rotate(77.364 -2.83 22.993)scale(65.5043)",
|
|
1848
|
+
gradientUnits: "userSpaceOnUse",
|
|
1849
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#EDF4FF" }), /* @__PURE__ */ jsx("stop", {
|
|
1850
|
+
offset: 1,
|
|
1851
|
+
stopColor: "#79AFFF"
|
|
1852
|
+
})]
|
|
1853
|
+
}),
|
|
1854
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
1855
|
+
id: "ic-multi-heart-plus-circle_svg__d",
|
|
1856
|
+
cx: 0,
|
|
1857
|
+
cy: 0,
|
|
1858
|
+
r: 1,
|
|
1859
|
+
gradientTransform: "rotate(85.369 -1.122 21.286)scale(15.31)",
|
|
1860
|
+
gradientUnits: "userSpaceOnUse",
|
|
1861
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
1862
|
+
offset: 1,
|
|
1863
|
+
stopColor: "#EDF4FF"
|
|
1864
|
+
})]
|
|
1865
|
+
}),
|
|
1866
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
1867
|
+
id: "ic-multi-heart-plus-circle_svg__f",
|
|
1868
|
+
cx: 0,
|
|
1869
|
+
cy: 0,
|
|
1870
|
+
r: 1,
|
|
1871
|
+
gradientTransform: "rotate(-40.4 41.154 -4.917)scale(30.8585)",
|
|
1872
|
+
gradientUnits: "userSpaceOnUse",
|
|
1873
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#4C95FF" }), /* @__PURE__ */ jsx("stop", {
|
|
1874
|
+
offset: 1,
|
|
1875
|
+
stopColor: "#E2EDFF"
|
|
1876
|
+
})]
|
|
1877
|
+
})
|
|
1878
|
+
] })
|
|
1879
|
+
]
|
|
1880
|
+
});
|
|
1881
|
+
//#endregion
|
|
1882
|
+
//#region src/icons/multi/ic-multi-image.svg
|
|
1883
|
+
const SvgIcMultiImage = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1884
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1885
|
+
width: 24,
|
|
1886
|
+
height: 24,
|
|
1887
|
+
fill: "none",
|
|
1888
|
+
...props,
|
|
1889
|
+
children: [/* @__PURE__ */ jsxs("g", {
|
|
1890
|
+
clipPath: "url(#ic-multi-image_svg__a)",
|
|
1891
|
+
children: [
|
|
1892
|
+
/* @__PURE__ */ jsx("rect", {
|
|
1893
|
+
width: 22,
|
|
1894
|
+
height: 22,
|
|
1895
|
+
x: 1,
|
|
1896
|
+
y: 1,
|
|
1897
|
+
fill: "#5F86BF",
|
|
1898
|
+
stroke: "#5F86BF",
|
|
1899
|
+
strokeWidth: 2,
|
|
1900
|
+
rx: 4.8
|
|
1901
|
+
}),
|
|
1902
|
+
/* @__PURE__ */ jsx("path", {
|
|
1903
|
+
stroke: "#EAF5FD",
|
|
1904
|
+
strokeLinecap: "round",
|
|
1905
|
+
strokeWidth: 2,
|
|
1906
|
+
d: "m4.667 17.356 3.878-3.863a3.2 3.2 0 0 1 4.516 0l.722.72a3.2 3.2 0 0 0 4.516 0l1.035-1.03"
|
|
1907
|
+
}),
|
|
1908
|
+
/* @__PURE__ */ jsx("circle", {
|
|
1909
|
+
cx: 16.384,
|
|
1910
|
+
cy: 7.491,
|
|
1911
|
+
r: 1.222,
|
|
1912
|
+
fill: "#EAF5FD"
|
|
1913
|
+
})
|
|
1914
|
+
]
|
|
1915
|
+
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
|
|
1916
|
+
id: "ic-multi-image_svg__a",
|
|
1917
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
1918
|
+
fill: "#fff",
|
|
1919
|
+
d: "M0 0h24v24H0z"
|
|
1920
|
+
})
|
|
1921
|
+
}) })]
|
|
1922
|
+
});
|
|
1923
|
+
//#endregion
|
|
1924
|
+
//#region src/icons/multi/ic-multi-message-alert.svg
|
|
1925
|
+
const SvgIcMultiMessageAlert = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1926
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1927
|
+
width: 24,
|
|
1928
|
+
height: 24,
|
|
1929
|
+
fill: "none",
|
|
1930
|
+
viewBox: "0 0 19 19",
|
|
1931
|
+
...props,
|
|
1932
|
+
children: [
|
|
1933
|
+
/* @__PURE__ */ jsx("path", {
|
|
1934
|
+
fill: "#EAF5FD",
|
|
1935
|
+
stroke: "#5F86BF",
|
|
1936
|
+
strokeLinecap: "round",
|
|
1937
|
+
strokeLinejoin: "round",
|
|
1938
|
+
d: "M4.54.5C3.47.5 2.441.91 1.683 1.64A3.82 3.82 0 0 0 .5 4.392v6.04a3.82 3.82 0 0 0 1.183 2.752 4.12 4.12 0 0 0 2.857 1.14h.094v3.69c0 .094.029.186.082.265a.5.5 0 0 0 .22.18.52.52 0 0 0 .546-.088l4.565-4.047h4.413c1.071 0 2.099-.41 2.857-1.14a3.82 3.82 0 0 0 1.183-2.752v-6.04a3.82 3.82 0 0 0-1.183-2.752A4.12 4.12 0 0 0 14.46.5z"
|
|
1939
|
+
}),
|
|
1940
|
+
/* @__PURE__ */ jsx("path", {
|
|
1941
|
+
fill: "#000",
|
|
1942
|
+
d: "M6.113 4.357v3.146z"
|
|
1943
|
+
}),
|
|
1944
|
+
/* @__PURE__ */ jsx("path", {
|
|
1945
|
+
stroke: "#5F86BF",
|
|
1946
|
+
strokeLinecap: "round",
|
|
1947
|
+
d: "M6.113 4.357v3.146"
|
|
1948
|
+
}),
|
|
1949
|
+
/* @__PURE__ */ jsx("path", {
|
|
1950
|
+
fill: "#000",
|
|
1951
|
+
stroke: "#5F86BF",
|
|
1952
|
+
strokeWidth: .808,
|
|
1953
|
+
d: "M6.113 9.469a.24.24 0 1 1 0 .48.24.24 0 0 1 0-.48ZM12.148 9.469a.24.24 0 1 1-.001.48.24.24 0 0 1 0-.48Z"
|
|
1954
|
+
}),
|
|
1955
|
+
/* @__PURE__ */ jsx("path", {
|
|
1956
|
+
stroke: "#5F86BF",
|
|
1957
|
+
strokeLinecap: "round",
|
|
1958
|
+
strokeLinejoin: "round",
|
|
1959
|
+
d: "M10.714 5.806a1.41 1.41 0 0 1 .597-1.156 1.44 1.44 0 0 1 2.207.736 1.41 1.41 0 0 1-.228 1.279q-.08.089-.17.167a1 1 0 0 1-.12.09l-.52.356a.96.96 0 0 0-.417.787"
|
|
1960
|
+
})
|
|
1961
|
+
]
|
|
1962
|
+
});
|
|
1963
|
+
//#endregion
|
|
1964
|
+
//#region src/icons/multi/ic-multi-point-circle.svg
|
|
1965
|
+
const SvgIcMultiPointCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
1966
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1967
|
+
width: 24,
|
|
1968
|
+
height: 24,
|
|
1969
|
+
fill: "none",
|
|
1970
|
+
viewBox: "0 0 22 22",
|
|
1971
|
+
...props,
|
|
1972
|
+
children: [
|
|
1973
|
+
/* @__PURE__ */ jsx("g", {
|
|
1974
|
+
filter: "url(#ic-multi-point-circle_svg__a)",
|
|
1975
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
1976
|
+
cx: 11,
|
|
1977
|
+
cy: 11,
|
|
1978
|
+
r: 11,
|
|
1979
|
+
fill: "url(#ic-multi-point-circle_svg__b)"
|
|
1980
|
+
})
|
|
1981
|
+
}),
|
|
1982
|
+
/* @__PURE__ */ jsx("g", {
|
|
1983
|
+
filter: "url(#ic-multi-point-circle_svg__c)",
|
|
1984
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
1985
|
+
cx: 11,
|
|
1986
|
+
cy: 10.999,
|
|
1987
|
+
r: 9.124,
|
|
1988
|
+
fill: "url(#ic-multi-point-circle_svg__d)"
|
|
1989
|
+
})
|
|
1990
|
+
}),
|
|
1991
|
+
/* @__PURE__ */ jsx("g", {
|
|
1992
|
+
filter: "url(#ic-multi-point-circle_svg__e)",
|
|
1993
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
1994
|
+
fill: "#82B5FF",
|
|
1995
|
+
d: "M7.588 6.268a.5.5 0 0 1 .5-.5h3.147c2.447 0 4.353.84 4.353 3.482 0 2.537-1.906 3.677-4.293 3.677h-.986a.5.5 0 0 0-.5.5v2.948a.5.5 0 0 1-.5.5H8.088a.5.5 0 0 1-.5-.5zm3.557 4.903c1.516 0 2.267-.645 2.267-1.921 0-1.306-.796-1.726-2.342-1.726h-.76a.5.5 0 0 0-.5.5v2.647a.5.5 0 0 0 .5.5z"
|
|
1996
|
+
})
|
|
1997
|
+
}),
|
|
1998
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
1999
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
2000
|
+
id: "ic-multi-point-circle_svg__a",
|
|
2001
|
+
width: 22,
|
|
2002
|
+
height: 22,
|
|
2003
|
+
x: 0,
|
|
2004
|
+
y: 0,
|
|
2005
|
+
colorInterpolationFilters: "sRGB",
|
|
2006
|
+
filterUnits: "userSpaceOnUse",
|
|
2007
|
+
children: [
|
|
2008
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
2009
|
+
floodOpacity: 0,
|
|
2010
|
+
result: "BackgroundImageFix"
|
|
2011
|
+
}),
|
|
2012
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2013
|
+
in: "SourceGraphic",
|
|
2014
|
+
in2: "BackgroundImageFix",
|
|
2015
|
+
result: "shape"
|
|
2016
|
+
}),
|
|
2017
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
2018
|
+
in: "SourceAlpha",
|
|
2019
|
+
result: "hardAlpha",
|
|
2020
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2021
|
+
}),
|
|
2022
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
2023
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .508 }),
|
|
2024
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
2025
|
+
in2: "hardAlpha",
|
|
2026
|
+
k2: -1,
|
|
2027
|
+
k3: 1,
|
|
2028
|
+
operator: "arithmetic"
|
|
2029
|
+
}),
|
|
2030
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.620678 0 0 0 0 0.749007 0 0 0 0 0.991406 0 0 0 0.91 0" }),
|
|
2031
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2032
|
+
in2: "shape",
|
|
2033
|
+
result: "effect1_innerShadow_6472_15146"
|
|
2034
|
+
})
|
|
2035
|
+
]
|
|
2036
|
+
}),
|
|
2037
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
2038
|
+
id: "ic-multi-point-circle_svg__c",
|
|
2039
|
+
width: 20.281,
|
|
2040
|
+
height: 20.281,
|
|
2041
|
+
x: .859,
|
|
2042
|
+
y: .859,
|
|
2043
|
+
colorInterpolationFilters: "sRGB",
|
|
2044
|
+
filterUnits: "userSpaceOnUse",
|
|
2045
|
+
children: [
|
|
2046
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
2047
|
+
floodOpacity: 0,
|
|
2048
|
+
result: "BackgroundImageFix"
|
|
2049
|
+
}),
|
|
2050
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
2051
|
+
in: "SourceAlpha",
|
|
2052
|
+
result: "hardAlpha",
|
|
2053
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2054
|
+
}),
|
|
2055
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
2056
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .508 }),
|
|
2057
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
2058
|
+
in2: "hardAlpha",
|
|
2059
|
+
operator: "out"
|
|
2060
|
+
}),
|
|
2061
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.620678 0 0 0 0 0.749007 0 0 0 0 0.991406 0 0 0 0.82 0" }),
|
|
2062
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2063
|
+
in2: "BackgroundImageFix",
|
|
2064
|
+
result: "effect1_dropShadow_6472_15146"
|
|
2065
|
+
}),
|
|
2066
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2067
|
+
in: "SourceGraphic",
|
|
2068
|
+
in2: "effect1_dropShadow_6472_15146",
|
|
2069
|
+
result: "shape"
|
|
2070
|
+
})
|
|
2071
|
+
]
|
|
2072
|
+
}),
|
|
2073
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
2074
|
+
id: "ic-multi-point-circle_svg__e",
|
|
2075
|
+
width: 8,
|
|
2076
|
+
height: 11.108,
|
|
2077
|
+
x: 7.588,
|
|
2078
|
+
y: 5.768,
|
|
2079
|
+
colorInterpolationFilters: "sRGB",
|
|
2080
|
+
filterUnits: "userSpaceOnUse",
|
|
2081
|
+
children: [
|
|
2082
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
2083
|
+
floodOpacity: 0,
|
|
2084
|
+
result: "BackgroundImageFix"
|
|
2085
|
+
}),
|
|
2086
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2087
|
+
in: "SourceGraphic",
|
|
2088
|
+
in2: "BackgroundImageFix",
|
|
2089
|
+
result: "shape"
|
|
2090
|
+
}),
|
|
2091
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
2092
|
+
in: "SourceAlpha",
|
|
2093
|
+
result: "hardAlpha",
|
|
2094
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2095
|
+
}),
|
|
2096
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
2097
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .508 }),
|
|
2098
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
2099
|
+
in2: "hardAlpha",
|
|
2100
|
+
k2: -1,
|
|
2101
|
+
k3: 1,
|
|
2102
|
+
operator: "arithmetic"
|
|
2103
|
+
}),
|
|
2104
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.351753 0 0 0 0 0.518816 0 0 0 0 0.834379 0 0 0 1 0" }),
|
|
2105
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2106
|
+
in2: "shape",
|
|
2107
|
+
result: "effect1_innerShadow_6472_15146"
|
|
2108
|
+
})
|
|
2109
|
+
]
|
|
2110
|
+
}),
|
|
2111
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
2112
|
+
id: "ic-multi-point-circle_svg__b",
|
|
2113
|
+
cx: 0,
|
|
2114
|
+
cy: 0,
|
|
2115
|
+
r: 1,
|
|
2116
|
+
gradientTransform: "rotate(77.364 -1.385 12.509)scale(36.0274)",
|
|
2117
|
+
gradientUnits: "userSpaceOnUse",
|
|
2118
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#EDF4FF" }), /* @__PURE__ */ jsx("stop", {
|
|
2119
|
+
offset: 1,
|
|
2120
|
+
stopColor: "#79AFFF"
|
|
2121
|
+
})]
|
|
2122
|
+
}),
|
|
2123
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
2124
|
+
id: "ic-multi-point-circle_svg__d",
|
|
2125
|
+
cx: 0,
|
|
2126
|
+
cy: 0,
|
|
2127
|
+
r: 1,
|
|
2128
|
+
gradientTransform: "rotate(85.369 -.468 11.57)scale(8.4205)",
|
|
2129
|
+
gradientUnits: "userSpaceOnUse",
|
|
2130
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
2131
|
+
offset: 1,
|
|
2132
|
+
stopColor: "#EDF4FF"
|
|
2133
|
+
})]
|
|
2134
|
+
})
|
|
2135
|
+
] })
|
|
2136
|
+
]
|
|
2137
|
+
});
|
|
2138
|
+
//#endregion
|
|
2139
|
+
//#region src/icons/multi/ic-multi-question-circle.svg
|
|
2140
|
+
const SvgIcMultiQuestionCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2141
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2142
|
+
width: 24,
|
|
2143
|
+
height: 24,
|
|
2144
|
+
fill: "none",
|
|
2145
|
+
viewBox: "0 0 19 19",
|
|
2146
|
+
...props,
|
|
2147
|
+
children: [
|
|
2148
|
+
/* @__PURE__ */ jsx("path", {
|
|
2149
|
+
fill: "#EAF5FD",
|
|
2150
|
+
stroke: "#5F86BF",
|
|
2151
|
+
strokeLinecap: "round",
|
|
2152
|
+
strokeLinejoin: "round",
|
|
2153
|
+
d: "M9.5 18.5a9 9 0 1 0 0-18 9 9 0 0 0 0 18"
|
|
2154
|
+
}),
|
|
2155
|
+
/* @__PURE__ */ jsx("path", {
|
|
2156
|
+
stroke: "#5F86BF",
|
|
2157
|
+
strokeLinecap: "round",
|
|
2158
|
+
strokeLinejoin: "round",
|
|
2159
|
+
d: "M6.874 7.27a2.626 2.626 0 1 1 4.719 1.587 4 4 0 0 1-.311.308c-.09.076-.134.107-.221.167l-.953.656a1.76 1.76 0 0 0-.763 1.453"
|
|
2160
|
+
}),
|
|
2161
|
+
/* @__PURE__ */ jsx("path", {
|
|
2162
|
+
fill: "#000",
|
|
2163
|
+
stroke: "#5F86BF",
|
|
2164
|
+
d: "M9.332 13.639a.474.474 0 1 1 0 .947.474.474 0 0 1 0-.947Z"
|
|
2165
|
+
})
|
|
2166
|
+
]
|
|
2167
|
+
});
|
|
2168
|
+
//#endregion
|
|
2169
|
+
//#region src/icons/multi/ic-multi-sad-face.svg
|
|
2170
|
+
const SvgIcMultiSadFace = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2171
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2172
|
+
width: 24,
|
|
2173
|
+
height: 24,
|
|
2174
|
+
fill: "none",
|
|
2175
|
+
viewBox: "0 0 19 19",
|
|
2176
|
+
...props,
|
|
2177
|
+
children: [
|
|
2178
|
+
/* @__PURE__ */ jsx("path", {
|
|
2179
|
+
fill: "#EAF5FD",
|
|
2180
|
+
stroke: "#5F86BF",
|
|
2181
|
+
strokeLinecap: "round",
|
|
2182
|
+
strokeLinejoin: "round",
|
|
2183
|
+
d: "M9.5 18.5a9 9 0 1 0 0-18 9 9 0 0 0 0 18"
|
|
2184
|
+
}),
|
|
2185
|
+
/* @__PURE__ */ jsx("path", {
|
|
2186
|
+
fill: "#5F86BF",
|
|
2187
|
+
stroke: "#5F86BF",
|
|
2188
|
+
d: "M6.581 6.352a.717.717 0 1 1 0 1.433.717.717 0 0 1 0-1.433ZM12.419 6.352a.717.717 0 1 1 0 1.433.717.717 0 0 1 0-1.433Z"
|
|
2189
|
+
}),
|
|
2190
|
+
/* @__PURE__ */ jsx("path", {
|
|
2191
|
+
fill: "#EAF5FD",
|
|
2192
|
+
d: "M12.87 13.21a3.892 3.892 0 0 0-6.74 0"
|
|
2193
|
+
}),
|
|
2194
|
+
/* @__PURE__ */ jsx("path", {
|
|
2195
|
+
stroke: "#5F86BF",
|
|
2196
|
+
strokeLinecap: "round",
|
|
2197
|
+
strokeLinejoin: "round",
|
|
2198
|
+
d: "M12.87 13.21a3.892 3.892 0 0 0-6.74 0"
|
|
2199
|
+
})
|
|
2200
|
+
]
|
|
2201
|
+
});
|
|
2202
|
+
//#endregion
|
|
2203
|
+
//#region src/icons/multi/ic-multi-share.svg
|
|
2204
|
+
const SvgIcMultiShare = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2205
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2206
|
+
width: 24,
|
|
2207
|
+
height: 24,
|
|
2208
|
+
fill: "none",
|
|
2209
|
+
...props,
|
|
2210
|
+
children: [
|
|
2211
|
+
/* @__PURE__ */ jsx("path", {
|
|
2212
|
+
stroke: "#898989",
|
|
2213
|
+
strokeLinecap: "round",
|
|
2214
|
+
strokeLinejoin: "round",
|
|
2215
|
+
strokeWidth: 2,
|
|
2216
|
+
d: "M17 7 6.5 12.5l10.5 6"
|
|
2217
|
+
}),
|
|
2218
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2219
|
+
cx: 17.5,
|
|
2220
|
+
cy: 6.5,
|
|
2221
|
+
r: 3.5,
|
|
2222
|
+
fill: "#AAD916"
|
|
2223
|
+
}),
|
|
2224
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2225
|
+
cx: 17.5,
|
|
2226
|
+
cy: 18.5,
|
|
2227
|
+
r: 3.5,
|
|
2228
|
+
fill: "#AAD916"
|
|
2229
|
+
}),
|
|
2230
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2231
|
+
cx: 6.5,
|
|
2232
|
+
cy: 12.5,
|
|
2233
|
+
r: 3.5,
|
|
2234
|
+
fill: "#AAD916"
|
|
2235
|
+
})
|
|
2236
|
+
]
|
|
2237
|
+
});
|
|
2238
|
+
//#endregion
|
|
2239
|
+
//#region src/icons/multi/ic-multi-shield-off.svg
|
|
2240
|
+
const SvgIcMultiShieldOff = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2241
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2242
|
+
width: 24,
|
|
2243
|
+
height: 24,
|
|
2244
|
+
fill: "none",
|
|
2245
|
+
viewBox: "0 0 18 19",
|
|
2246
|
+
...props,
|
|
2247
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
2248
|
+
fill: "#EAF5FD",
|
|
2249
|
+
d: "M17 8.289V4.654c0-.83-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.35-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722C1.133 3.133.5 3.825.5 4.654v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123A10.13 10.13 0 0 0 17 8.288M6.25 6.882l5 5zm5 0-5 5z"
|
|
2250
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
2251
|
+
stroke: "#5F86BF",
|
|
2252
|
+
strokeLinecap: "round",
|
|
2253
|
+
strokeLinejoin: "round",
|
|
2254
|
+
d: "m6.25 6.882 5 5m0-5-5 5M17 8.289V4.654c0-.83-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.35-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722C1.133 3.133.5 3.825.5 4.654v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123A10.13 10.13 0 0 0 17 8.288"
|
|
2255
|
+
})]
|
|
2256
|
+
});
|
|
2257
|
+
//#endregion
|
|
2258
|
+
//#region src/icons/multi/ic-multi-skull.svg
|
|
2259
|
+
const SvgIcMultiSkull = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2260
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2261
|
+
width: 24,
|
|
2262
|
+
height: 24,
|
|
2263
|
+
fill: "none",
|
|
2264
|
+
viewBox: "0 0 19 19",
|
|
2265
|
+
...props,
|
|
2266
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
2267
|
+
fill: "#EAF5FD",
|
|
2268
|
+
stroke: "#5F86BF",
|
|
2269
|
+
strokeLinecap: "round",
|
|
2270
|
+
strokeLinejoin: "round",
|
|
2271
|
+
d: "M15.328 14.641c2.165-1.486 3.172-3.349 3.172-5.997C18.5 4.149 14.47.5 9.5.5s-9 3.649-9 8.144c0 2.648 1.398 4.51 3.564 5.997-.17.594-.128 2.19.182 2.705.403.669 1.186 1.154 1.82 1.154.722 0 1.358-.461 1.717-1.154.36.693.994 1.154 1.717 1.154s1.358-.46 1.717-1.154c.36.694.995 1.154 1.718 1.154.633 0 1.414-.485 1.887-1.154.364-.515.506-2.111.506-2.705"
|
|
2272
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
2273
|
+
fill: "#5F86BF",
|
|
2274
|
+
d: "M3.419 7.797a2.432 2.432 0 1 1 4.865 0v.973a1.46 1.46 0 0 1-1.46 1.46h-.973A2.43 2.43 0 0 1 3.42 7.797m7.297 0a2.432 2.432 0 1 1 2.433 2.433h-.973a1.46 1.46 0 0 1-1.46-1.46zm-1.725 2.851-1.19 2.117a.584.584 0 0 0 .508.87h2.382a.584.584 0 0 0 .509-.87l-1.191-2.117a.584.584 0 0 0-1.018 0"
|
|
2275
|
+
})]
|
|
2276
|
+
});
|
|
2277
|
+
//#endregion
|
|
2278
|
+
//#region src/icons/multi/ic-multi-user-question.svg
|
|
2279
|
+
const SvgIcMultiUserQuestion = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2280
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2281
|
+
width: 24,
|
|
2282
|
+
height: 24,
|
|
2283
|
+
fill: "none",
|
|
2284
|
+
viewBox: "0 0 19 17",
|
|
2285
|
+
...props,
|
|
2286
|
+
children: [
|
|
2287
|
+
/* @__PURE__ */ jsx("path", {
|
|
2288
|
+
stroke: "#5F86BF",
|
|
2289
|
+
strokeLinecap: "round",
|
|
2290
|
+
strokeLinejoin: "round",
|
|
2291
|
+
d: "M7.54 15.534H1.341a.83.83 0 0 1-.595-.252.87.87 0 0 1-.246-.607v-1.07c0-2.411 3.343-4.3 6.73-4.3q.324 0 .647.024m2.384-5.733c0 .407-.079.81-.231 1.185a3.1 3.1 0 0 1-.657 1.004 3 3 0 0 1-.984.672 2.98 2.98 0 0 1-2.32 0 3 3 0 0 1-.983-.672 3.1 3.1 0 0 1-.658-1.004 3.15 3.15 0 0 1 .658-3.374A3 3 0 0 1 7.229.5a3 3 0 0 1 2.144.907 3.13 3.13 0 0 1 .888 2.19"
|
|
2292
|
+
}),
|
|
2293
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2294
|
+
cx: 13.825,
|
|
2295
|
+
cy: 11.825,
|
|
2296
|
+
r: 4.175,
|
|
2297
|
+
fill: "#EAF5FD",
|
|
2298
|
+
stroke: "#5F86BF"
|
|
2299
|
+
}),
|
|
2300
|
+
/* @__PURE__ */ jsx("path", {
|
|
2301
|
+
fill: "#5F86BF",
|
|
2302
|
+
stroke: "#5F86BF",
|
|
2303
|
+
strokeWidth: .808,
|
|
2304
|
+
d: "M13.825 13.671a.144.144 0 1 1 0 .288.144.144 0 0 1 0-.288Z"
|
|
2305
|
+
}),
|
|
2306
|
+
/* @__PURE__ */ jsx("path", {
|
|
2307
|
+
stroke: "#5F86BF",
|
|
2308
|
+
strokeLinecap: "round",
|
|
2309
|
+
strokeLinejoin: "round",
|
|
2310
|
+
d: "M12.606 10.497a1.2 1.2 0 0 1 .508-.982 1.224 1.224 0 0 1 1.876.625 1.2 1.2 0 0 1-.193 1.087q-.069.075-.145.143a1 1 0 0 1-.102.076l-.443.303a.81.81 0 0 0-.354.669"
|
|
2311
|
+
})
|
|
2312
|
+
]
|
|
2313
|
+
});
|
|
2314
|
+
//#endregion
|
|
2315
|
+
//#region src/icons/multi/ic-multi-video.svg
|
|
2316
|
+
const SvgIcMultiVideo = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2317
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2318
|
+
width: 24,
|
|
2319
|
+
height: 24,
|
|
2320
|
+
fill: "none",
|
|
2321
|
+
...props,
|
|
2322
|
+
children: [/* @__PURE__ */ jsxs("g", {
|
|
2323
|
+
clipPath: "url(#ic-multi-video_svg__a)",
|
|
2324
|
+
children: [/* @__PURE__ */ jsx("circle", {
|
|
2325
|
+
cx: 12,
|
|
2326
|
+
cy: 12,
|
|
2327
|
+
r: 11,
|
|
2328
|
+
fill: "#5F86BF",
|
|
2329
|
+
stroke: "#5F86BF",
|
|
2330
|
+
strokeWidth: 2
|
|
2331
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
2332
|
+
fill: "#EAF5FD",
|
|
2333
|
+
d: "M15.389 11.134a1 1 0 0 1 0 1.732l-4.334 2.502a1 1 0 0 1-1.5-.866V9.498a1 1 0 0 1 1.5-.866z"
|
|
2334
|
+
})]
|
|
2335
|
+
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
|
|
2336
|
+
id: "ic-multi-video_svg__a",
|
|
2337
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
2338
|
+
fill: "#fff",
|
|
2339
|
+
d: "M0 0h24v24H0z"
|
|
2340
|
+
})
|
|
2341
|
+
}) })]
|
|
2342
|
+
});
|
|
2343
|
+
//#endregion
|
|
2344
|
+
//#region src/icons/multi/ic-multi-warning-cone.svg
|
|
2345
|
+
const SvgIcMultiWarningCone = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2346
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2347
|
+
width: 24,
|
|
2348
|
+
height: 24,
|
|
2349
|
+
fill: "none",
|
|
2350
|
+
viewBox: "0 0 19 19",
|
|
2351
|
+
...props,
|
|
2352
|
+
children: [
|
|
2353
|
+
/* @__PURE__ */ jsx("path", {
|
|
2354
|
+
fill: "#EAF5FD",
|
|
2355
|
+
d: "M8.573.882 2.69 18.029h13.617L10.59.882z"
|
|
2356
|
+
}),
|
|
2357
|
+
/* @__PURE__ */ jsx("path", {
|
|
2358
|
+
stroke: "#5F86BF",
|
|
2359
|
+
strokeLinecap: "round",
|
|
2360
|
+
d: "M.5 18.5h18"
|
|
2361
|
+
}),
|
|
2362
|
+
/* @__PURE__ */ jsx("path", {
|
|
2363
|
+
stroke: "#5F86BF",
|
|
2364
|
+
strokeLinecap: "round",
|
|
2365
|
+
strokeLinejoin: "round",
|
|
2366
|
+
d: "M5.37 9.5 3.907 14l-1.462 4.5M3.908 14h11.185m1.461 4.5L15.093 14m0 0-1.461-4.5m-8.263 0L6.83 5l1.244-3.828A.97.97 0 0 1 8.997.5h1.005a.97.97 0 0 1 .926.672L12.17 5l1.46 4.5m-8.262 0h8.263"
|
|
2367
|
+
})
|
|
2368
|
+
]
|
|
2369
|
+
});
|
|
2370
|
+
//#endregion
|
|
2371
|
+
//#region src/illustrations/il-bell-empty.svg
|
|
2372
|
+
const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2373
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2374
|
+
width: 109,
|
|
2375
|
+
height: 106,
|
|
2376
|
+
fill: "none",
|
|
2377
|
+
...props,
|
|
2378
|
+
children: [
|
|
2379
|
+
/* @__PURE__ */ jsx("ellipse", {
|
|
2380
|
+
cx: 51.194,
|
|
2381
|
+
cy: 95.46,
|
|
2382
|
+
fill: "#9EBCFF",
|
|
2383
|
+
rx: 10.521,
|
|
2384
|
+
ry: 10.54
|
|
2385
|
+
}),
|
|
2386
|
+
/* @__PURE__ */ jsx("path", {
|
|
2387
|
+
fill: "#9EBCFF",
|
|
2388
|
+
d: "M51.495 0c5.13 0 9.29 4.167 9.29 9.308 0 5.14-4.16 9.306-9.29 9.306-5.131 0-9.291-4.166-9.291-9.306S46.364 0 51.494 0m-.258 5.17c-2.423.001-4.387 1.852-4.387 4.137s1.964 4.136 4.387 4.136 4.387-1.852 4.387-4.136c0-2.285-1.964-4.136-4.387-4.136"
|
|
2389
|
+
}),
|
|
2390
|
+
/* @__PURE__ */ jsx("g", {
|
|
2391
|
+
filter: "url(#il-bell-empty_svg__a)",
|
|
2392
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
2393
|
+
fill: "url(#il-bell-empty_svg__b)",
|
|
2394
|
+
d: "M51.493 11.893c19.384 0 35.099 15.713 35.099 35.097v26.937c0 1.69 1.37 3.061 3.061 3.061a9.335 9.335 0 0 1 9.335 9.335c0 5.156-4.179 9.336-9.335 9.336H13.335a9.336 9.336 0 0 1 0-18.67 3.06 3.06 0 0 0 3.06-3.061V46.99c0-19.383 15.714-35.097 35.098-35.097"
|
|
2395
|
+
})
|
|
2396
|
+
}),
|
|
2397
|
+
/* @__PURE__ */ jsx("foreignObject", {
|
|
2398
|
+
width: 51.286,
|
|
2399
|
+
height: 53.364,
|
|
2400
|
+
x: 57.714,
|
|
2401
|
+
y: 2.253,
|
|
2402
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
2403
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
2404
|
+
style: {
|
|
2405
|
+
backdropFilter: "blur(2px)",
|
|
2406
|
+
clipPath: "url(#il-bell-empty_svg__c)",
|
|
2407
|
+
height: "100%",
|
|
2408
|
+
width: "100%"
|
|
2409
|
+
}
|
|
2410
|
+
})
|
|
2411
|
+
}),
|
|
2412
|
+
/* @__PURE__ */ jsx("g", {
|
|
2413
|
+
"data-figma-bg-blur-radius": 4,
|
|
2414
|
+
filter: "url(#il-bell-empty_svg__d)",
|
|
2415
|
+
children: /* @__PURE__ */ jsx("ellipse", {
|
|
2416
|
+
cx: 83.357,
|
|
2417
|
+
cy: 27.935,
|
|
2418
|
+
fill: "url(#il-bell-empty_svg__e)",
|
|
2419
|
+
fillOpacity: .71,
|
|
2420
|
+
rx: 21.643,
|
|
2421
|
+
ry: 21.682,
|
|
2422
|
+
shapeRendering: "crispEdges"
|
|
2423
|
+
})
|
|
2424
|
+
}),
|
|
2425
|
+
/* @__PURE__ */ jsx("path", {
|
|
2426
|
+
fill: "#4C95FF",
|
|
2427
|
+
d: "M90.068 17.8a2.406 2.406 0 0 1 3.407 0c.94.943.94 2.47 0 3.413l-6.71 6.722 6.71 6.721c.94.943.94 2.471 0 3.413a2.407 2.407 0 0 1-3.408 0l-6.71-6.721-6.707 6.721a2.407 2.407 0 0 1-3.407 0 2.417 2.417 0 0 1 0-3.413l6.708-6.721-6.71-6.722a2.416 2.416 0 0 1 0-3.412 2.406 2.406 0 0 1 3.408 0l6.709 6.72z"
|
|
2428
|
+
}),
|
|
2429
|
+
/* @__PURE__ */ jsx("path", {
|
|
2430
|
+
fill: "url(#il-bell-empty_svg__f)",
|
|
2431
|
+
d: "M4 86.125a9.034 9.034 0 0 1 9.034-9.034h76.92a9.034 9.034 0 0 1 9.035 9.034z"
|
|
2432
|
+
}),
|
|
2433
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
2434
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2435
|
+
id: "il-bell-empty_svg__b",
|
|
2436
|
+
x1: 51.495,
|
|
2437
|
+
x2: 51.495,
|
|
2438
|
+
y1: 11.893,
|
|
2439
|
+
y2: 95.659,
|
|
2440
|
+
gradientUnits: "userSpaceOnUse",
|
|
2441
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
2442
|
+
offset: 1,
|
|
2443
|
+
stopColor: "#E2E9FF"
|
|
2444
|
+
})]
|
|
2445
|
+
}),
|
|
2446
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2447
|
+
id: "il-bell-empty_svg__e",
|
|
2448
|
+
x1: 61.714,
|
|
2449
|
+
x2: 107.719,
|
|
2450
|
+
y1: 24.321,
|
|
2451
|
+
y2: 38.428,
|
|
2452
|
+
gradientUnits: "userSpaceOnUse",
|
|
2453
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
2454
|
+
offset: 1,
|
|
2455
|
+
stopColor: "#FFFBF4"
|
|
2456
|
+
})]
|
|
2457
|
+
}),
|
|
2458
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2459
|
+
id: "il-bell-empty_svg__f",
|
|
2460
|
+
x1: 51.494,
|
|
2461
|
+
x2: 9.413,
|
|
2462
|
+
y1: 80.376,
|
|
2463
|
+
y2: 80.817,
|
|
2464
|
+
gradientUnits: "userSpaceOnUse",
|
|
2465
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
2466
|
+
stopColor: "#F7FCFF",
|
|
2467
|
+
stopOpacity: .14
|
|
2468
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
2469
|
+
offset: 1,
|
|
2470
|
+
stopColor: "#fff"
|
|
2471
|
+
})]
|
|
2472
|
+
}),
|
|
2473
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
2474
|
+
id: "il-bell-empty_svg__a",
|
|
2475
|
+
width: 102.988,
|
|
2476
|
+
height: 91.767,
|
|
2477
|
+
x: 0,
|
|
2478
|
+
y: 7.893,
|
|
2479
|
+
colorInterpolationFilters: "sRGB",
|
|
2480
|
+
filterUnits: "userSpaceOnUse",
|
|
2481
|
+
children: [
|
|
2482
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
2483
|
+
floodOpacity: 0,
|
|
2484
|
+
result: "BackgroundImageFix"
|
|
2485
|
+
}),
|
|
2486
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
2487
|
+
in: "SourceAlpha",
|
|
2488
|
+
result: "hardAlpha",
|
|
2489
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2490
|
+
}),
|
|
2491
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
2492
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
2493
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
2494
|
+
in2: "hardAlpha",
|
|
2495
|
+
operator: "out"
|
|
2496
|
+
}),
|
|
2497
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
2498
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2499
|
+
in2: "BackgroundImageFix",
|
|
2500
|
+
result: "effect1_dropShadow_7781_16555"
|
|
2501
|
+
}),
|
|
2502
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2503
|
+
in: "SourceGraphic",
|
|
2504
|
+
in2: "effect1_dropShadow_7781_16555",
|
|
2505
|
+
result: "shape"
|
|
2506
|
+
})
|
|
2507
|
+
]
|
|
2508
|
+
}),
|
|
2509
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
2510
|
+
id: "il-bell-empty_svg__d",
|
|
2511
|
+
width: 51.286,
|
|
2512
|
+
height: 53.364,
|
|
2513
|
+
x: 57.714,
|
|
2514
|
+
y: 2.253,
|
|
2515
|
+
colorInterpolationFilters: "sRGB",
|
|
2516
|
+
filterUnits: "userSpaceOnUse",
|
|
2517
|
+
children: [
|
|
2518
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
2519
|
+
floodOpacity: 0,
|
|
2520
|
+
result: "BackgroundImageFix"
|
|
2521
|
+
}),
|
|
2522
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
2523
|
+
in: "SourceAlpha",
|
|
2524
|
+
result: "hardAlpha",
|
|
2525
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2526
|
+
}),
|
|
2527
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 2 }),
|
|
2528
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
2529
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
2530
|
+
in2: "hardAlpha",
|
|
2531
|
+
operator: "out"
|
|
2532
|
+
}),
|
|
2533
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }),
|
|
2534
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2535
|
+
in2: "BackgroundImageFix",
|
|
2536
|
+
result: "effect1_dropShadow_7781_16555"
|
|
2537
|
+
}),
|
|
2538
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2539
|
+
in: "SourceGraphic",
|
|
2540
|
+
in2: "effect1_dropShadow_7781_16555",
|
|
2541
|
+
result: "shape"
|
|
2542
|
+
})
|
|
2543
|
+
]
|
|
2544
|
+
}),
|
|
2545
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
2546
|
+
id: "il-bell-empty_svg__c",
|
|
2547
|
+
transform: "translate(-57.714 -2.253)",
|
|
2548
|
+
children: /* @__PURE__ */ jsx("ellipse", {
|
|
2549
|
+
cx: 83.357,
|
|
2550
|
+
cy: 27.935,
|
|
2551
|
+
rx: 21.643,
|
|
2552
|
+
ry: 21.682
|
|
2553
|
+
})
|
|
2554
|
+
})
|
|
2555
|
+
] })
|
|
2556
|
+
]
|
|
2557
|
+
});
|
|
2558
|
+
//#endregion
|
|
2559
|
+
//#region src/illustrations/il-calendar-empty.svg
|
|
2560
|
+
const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2561
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2562
|
+
width: 151,
|
|
2563
|
+
height: 117,
|
|
2564
|
+
fill: "none",
|
|
2565
|
+
...props,
|
|
2566
|
+
children: [
|
|
2567
|
+
/* @__PURE__ */ jsxs("g", {
|
|
2568
|
+
filter: "url(#il-calendar-empty_svg__a)",
|
|
2569
|
+
children: [
|
|
2570
|
+
/* @__PURE__ */ jsxs("g", {
|
|
2571
|
+
filter: "url(#il-calendar-empty_svg__filter1_d_5202_12534)",
|
|
2572
|
+
children: [
|
|
2573
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2574
|
+
width: 95.687,
|
|
2575
|
+
height: 84.891,
|
|
2576
|
+
x: 4.293,
|
|
2577
|
+
y: 25.252,
|
|
2578
|
+
fill: "#D9D9D9",
|
|
2579
|
+
rx: 6.93
|
|
2580
|
+
}),
|
|
2581
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2582
|
+
width: 95.687,
|
|
2583
|
+
height: 84.891,
|
|
2584
|
+
x: 4.293,
|
|
2585
|
+
y: 25.252,
|
|
2586
|
+
fill: "#CBDBFF",
|
|
2587
|
+
rx: 6.93
|
|
2588
|
+
}),
|
|
2589
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2590
|
+
width: 95.687,
|
|
2591
|
+
height: 84.891,
|
|
2592
|
+
x: 12.34,
|
|
2593
|
+
y: 15.859,
|
|
2594
|
+
fill: "#D9D9D9",
|
|
2595
|
+
rx: 6.93
|
|
2596
|
+
}),
|
|
2597
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2598
|
+
width: 95.687,
|
|
2599
|
+
height: 84.891,
|
|
2600
|
+
x: 12.34,
|
|
2601
|
+
y: 15.859,
|
|
2602
|
+
fill: "url(#il-calendar-empty_svg__b)",
|
|
2603
|
+
rx: 6.93
|
|
2604
|
+
}),
|
|
2605
|
+
/* @__PURE__ */ jsx("path", {
|
|
2606
|
+
fill: "#9EBCFF",
|
|
2607
|
+
d: "M12.34 22.79a6.93 6.93 0 0 1 6.93-6.93h81.827a6.93 6.93 0 0 1 6.93 6.93v15.072H12.34z"
|
|
2608
|
+
})
|
|
2609
|
+
]
|
|
2610
|
+
}),
|
|
2611
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2612
|
+
cx: 34.224,
|
|
2613
|
+
cy: 80.697,
|
|
2614
|
+
r: 5.445,
|
|
2615
|
+
fill: "#fff"
|
|
2616
|
+
}),
|
|
2617
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2618
|
+
cx: 60.953,
|
|
2619
|
+
cy: 56.937,
|
|
2620
|
+
r: 5.445,
|
|
2621
|
+
fill: "#fff"
|
|
2622
|
+
}),
|
|
2623
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2624
|
+
cx: 60.953,
|
|
2625
|
+
cy: 80.697,
|
|
2626
|
+
r: 5.445,
|
|
2627
|
+
fill: "#fff"
|
|
2628
|
+
}),
|
|
2629
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2630
|
+
cx: 87.683,
|
|
2631
|
+
cy: 56.937,
|
|
2632
|
+
r: 5.445,
|
|
2633
|
+
fill: "#fff"
|
|
2634
|
+
}),
|
|
2635
|
+
/* @__PURE__ */ jsx("circle", {
|
|
2636
|
+
cx: 87.683,
|
|
2637
|
+
cy: 80.697,
|
|
2638
|
+
r: 5.445,
|
|
2639
|
+
fill: "#fff"
|
|
2640
|
+
}),
|
|
2641
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2642
|
+
width: 9.9,
|
|
2643
|
+
height: 16.851,
|
|
2644
|
+
x: 27.251,
|
|
2645
|
+
y: 7.438,
|
|
2646
|
+
fill: "#FAFDFF",
|
|
2647
|
+
rx: 1.98
|
|
2648
|
+
}),
|
|
2649
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2650
|
+
width: 9.9,
|
|
2651
|
+
height: 16.851,
|
|
2652
|
+
x: 83.217,
|
|
2653
|
+
y: 7.438,
|
|
2654
|
+
fill: "#FAFDFF",
|
|
2655
|
+
rx: 1.98
|
|
2656
|
+
})
|
|
2657
|
+
]
|
|
2658
|
+
}),
|
|
2659
|
+
/* @__PURE__ */ jsx("foreignObject", {
|
|
2660
|
+
width: 52.8,
|
|
2661
|
+
height: 54.12,
|
|
2662
|
+
x: 97.34,
|
|
2663
|
+
y: -.388,
|
|
2664
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
2665
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
2666
|
+
style: {
|
|
2667
|
+
backdropFilter: "blur(1.32px)",
|
|
2668
|
+
clipPath: "url(#il-calendar-empty_svg__c)",
|
|
2669
|
+
height: "100%",
|
|
2670
|
+
width: "100%"
|
|
2671
|
+
}
|
|
2672
|
+
})
|
|
2673
|
+
}),
|
|
2674
|
+
/* @__PURE__ */ jsx("g", {
|
|
2675
|
+
"data-figma-bg-blur-radius": 2.64,
|
|
2676
|
+
filter: "url(#il-calendar-empty_svg__d)",
|
|
2677
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
2678
|
+
cx: 123.74,
|
|
2679
|
+
cy: 26.012,
|
|
2680
|
+
r: 23.76,
|
|
2681
|
+
fill: "url(#il-calendar-empty_svg__e)",
|
|
2682
|
+
fillOpacity: .71,
|
|
2683
|
+
shapeRendering: "crispEdges"
|
|
2684
|
+
})
|
|
2685
|
+
}),
|
|
2686
|
+
/* @__PURE__ */ jsx("path", {
|
|
2687
|
+
fill: "#4C95FF",
|
|
2688
|
+
d: "M131.106 14.907a2.645 2.645 0 0 1 3.74 3.74l-7.366 7.366 7.366 7.365a2.646 2.646 0 0 1-3.741 3.74l-7.365-7.365-7.365 7.365a2.645 2.645 0 0 1-3.74-3.74L120 26.013l-7.365-7.365a2.644 2.644 0 1 1 3.74-3.74l7.365 7.365z"
|
|
2689
|
+
}),
|
|
2690
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
2691
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2692
|
+
id: "il-calendar-empty_svg__b",
|
|
2693
|
+
x1: 60.184,
|
|
2694
|
+
x2: 60.184,
|
|
2695
|
+
y1: 15.859,
|
|
2696
|
+
y2: 128.605,
|
|
2697
|
+
gradientUnits: "userSpaceOnUse",
|
|
2698
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
2699
|
+
offset: 1,
|
|
2700
|
+
stopColor: "#D9E2FF"
|
|
2701
|
+
})]
|
|
2702
|
+
}),
|
|
2703
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2704
|
+
id: "il-calendar-empty_svg__e",
|
|
2705
|
+
x1: 99.98,
|
|
2706
|
+
x2: 150.47,
|
|
2707
|
+
y1: 22.052,
|
|
2708
|
+
y2: 37.562,
|
|
2709
|
+
gradientUnits: "userSpaceOnUse",
|
|
2710
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
2711
|
+
offset: 1,
|
|
2712
|
+
stopColor: "#FFFBF4"
|
|
2713
|
+
})]
|
|
2714
|
+
}),
|
|
2715
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
2716
|
+
id: "il-calendar-empty_svg__a",
|
|
2717
|
+
width: 111.654,
|
|
2718
|
+
height: 110.625,
|
|
2719
|
+
x: .333,
|
|
2720
|
+
y: 5.457,
|
|
2721
|
+
colorInterpolationFilters: "sRGB",
|
|
2722
|
+
filterUnits: "userSpaceOnUse",
|
|
2723
|
+
children: [
|
|
2724
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
2725
|
+
floodOpacity: 0,
|
|
2726
|
+
result: "BackgroundImageFix"
|
|
2727
|
+
}),
|
|
2728
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
2729
|
+
in: "SourceAlpha",
|
|
2730
|
+
result: "hardAlpha",
|
|
2731
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2732
|
+
}),
|
|
2733
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1.98 }),
|
|
2734
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1.98 }),
|
|
2735
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
2736
|
+
in2: "hardAlpha",
|
|
2737
|
+
operator: "out"
|
|
2738
|
+
}),
|
|
2739
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.372549 0 0 0 0 0.52549 0 0 0 0 0.74902 0 0 0 0.15 0" }),
|
|
2740
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2741
|
+
in2: "BackgroundImageFix",
|
|
2742
|
+
result: "effect1_dropShadow_5202_12534"
|
|
2743
|
+
}),
|
|
2744
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2745
|
+
in: "SourceGraphic",
|
|
2746
|
+
in2: "effect1_dropShadow_5202_12534",
|
|
2747
|
+
result: "shape"
|
|
2748
|
+
})
|
|
2749
|
+
]
|
|
2750
|
+
}),
|
|
2751
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
2752
|
+
id: "il-calendar-empty_svg__d",
|
|
2753
|
+
width: 52.8,
|
|
2754
|
+
height: 54.12,
|
|
2755
|
+
x: 97.34,
|
|
2756
|
+
y: -.388,
|
|
2757
|
+
colorInterpolationFilters: "sRGB",
|
|
2758
|
+
filterUnits: "userSpaceOnUse",
|
|
2759
|
+
children: [
|
|
2760
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
2761
|
+
floodOpacity: 0,
|
|
2762
|
+
result: "BackgroundImageFix"
|
|
2763
|
+
}),
|
|
2764
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
2765
|
+
in: "SourceAlpha",
|
|
2766
|
+
result: "hardAlpha",
|
|
2767
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2768
|
+
}),
|
|
2769
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1.32 }),
|
|
2770
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1.32 }),
|
|
2771
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
2772
|
+
in2: "hardAlpha",
|
|
2773
|
+
operator: "out"
|
|
2774
|
+
}),
|
|
2775
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.372549 0 0 0 0 0.52549 0 0 0 0 0.74902 0 0 0 0.15 0" }),
|
|
2776
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2777
|
+
in2: "BackgroundImageFix",
|
|
2778
|
+
result: "effect1_dropShadow_5202_12534"
|
|
2779
|
+
}),
|
|
2780
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
2781
|
+
in: "SourceGraphic",
|
|
2782
|
+
in2: "effect1_dropShadow_5202_12534",
|
|
2783
|
+
result: "shape"
|
|
2784
|
+
})
|
|
2785
|
+
]
|
|
2786
|
+
}),
|
|
2787
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
2788
|
+
id: "il-calendar-empty_svg__c",
|
|
2789
|
+
transform: "translate(-97.34 .388)",
|
|
2790
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
2791
|
+
cx: 123.74,
|
|
2792
|
+
cy: 26.012,
|
|
2793
|
+
r: 23.76
|
|
2794
|
+
})
|
|
2795
|
+
})
|
|
2796
|
+
] })
|
|
2797
|
+
]
|
|
2798
|
+
});
|
|
2799
|
+
//#endregion
|
|
2800
|
+
//#region src/illustrations/il-clipboard-search.svg
|
|
2801
|
+
const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
2802
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2803
|
+
width: 206,
|
|
2804
|
+
height: 197,
|
|
2805
|
+
fill: "none",
|
|
2806
|
+
...props,
|
|
2807
|
+
children: [
|
|
2808
|
+
/* @__PURE__ */ jsx("mask", {
|
|
2809
|
+
id: "il-clipboard-search_svg__a",
|
|
2810
|
+
width: 193,
|
|
2811
|
+
height: 198,
|
|
2812
|
+
x: 0,
|
|
2813
|
+
y: -1,
|
|
2814
|
+
maskUnits: "userSpaceOnUse",
|
|
2815
|
+
style: { maskType: "alpha" },
|
|
2816
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
2817
|
+
fill: "#D9D9D9",
|
|
2818
|
+
d: "m71 196.5-32-20-39-154L159.5 0l33 183z"
|
|
2819
|
+
})
|
|
2820
|
+
}),
|
|
2821
|
+
/* @__PURE__ */ jsxs("g", {
|
|
2822
|
+
filter: "url(#il-clipboard-search_svg__b)",
|
|
2823
|
+
mask: "url(#il-clipboard-search_svg__a)",
|
|
2824
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
2825
|
+
fill: "url(#il-clipboard-search_svg__c)",
|
|
2826
|
+
d: "M142.016 17.307 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.544l121.135-15.254a7 7 0 0 0 5.996-8.285L149.751 22.913a7 7 0 0 0-7.735-5.606"
|
|
2827
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
2828
|
+
stroke: "#fff",
|
|
2829
|
+
d: "M142.016 17.307 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.544l121.135-15.254a7 7 0 0 0 5.996-8.285L149.751 22.913a7 7 0 0 0-7.735-5.606Z"
|
|
2830
|
+
})]
|
|
2831
|
+
}),
|
|
2832
|
+
/* @__PURE__ */ jsx("path", {
|
|
2833
|
+
fill: "#C7D2F6",
|
|
2834
|
+
stroke: "#fff",
|
|
2835
|
+
d: "m67.478 194.011-26-16 15.987-3.091a7 7 0 0 1 8.268 5.951z"
|
|
2836
|
+
}),
|
|
2837
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2838
|
+
width: 16.335,
|
|
2839
|
+
height: 16.335,
|
|
2840
|
+
fill: "url(#il-clipboard-search_svg__d)",
|
|
2841
|
+
fillOpacity: .98,
|
|
2842
|
+
rx: 3,
|
|
2843
|
+
transform: "matrix(.99255 -.12187 .1908 .98163 33.23 61.026)"
|
|
2844
|
+
}),
|
|
2845
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2846
|
+
width: 16.335,
|
|
2847
|
+
height: 16.335,
|
|
2848
|
+
fill: "url(#il-clipboard-search_svg__e)",
|
|
2849
|
+
fillOpacity: .98,
|
|
2850
|
+
rx: 3,
|
|
2851
|
+
transform: "matrix(.99255 -.12187 .1908 .98163 39.778 90.987)"
|
|
2852
|
+
}),
|
|
2853
|
+
/* @__PURE__ */ jsx("rect", {
|
|
2854
|
+
width: 16.335,
|
|
2855
|
+
height: 16.335,
|
|
2856
|
+
fill: "url(#il-clipboard-search_svg__f)",
|
|
2857
|
+
fillOpacity: .98,
|
|
2858
|
+
rx: 3,
|
|
2859
|
+
transform: "matrix(.99255 -.12187 .1908 .98163 47.007 120.948)"
|
|
2860
|
+
}),
|
|
2861
|
+
/* @__PURE__ */ jsx("path", {
|
|
2862
|
+
stroke: "url(#il-clipboard-search_svg__g)",
|
|
2863
|
+
strokeLinecap: "round",
|
|
2864
|
+
strokeOpacity: .8,
|
|
2865
|
+
strokeWidth: 8,
|
|
2866
|
+
d: "m75.669 123.958 76-10"
|
|
2867
|
+
}),
|
|
2868
|
+
/* @__PURE__ */ jsx("path", {
|
|
2869
|
+
stroke: "url(#il-clipboard-search_svg__h)",
|
|
2870
|
+
strokeLinecap: "round",
|
|
2871
|
+
strokeOpacity: .8,
|
|
2872
|
+
strokeWidth: 8,
|
|
2873
|
+
d: "m68.728 95.98 76-10"
|
|
2874
|
+
}),
|
|
2875
|
+
/* @__PURE__ */ jsx("path", {
|
|
2876
|
+
stroke: "url(#il-clipboard-search_svg__i)",
|
|
2877
|
+
strokeLinecap: "round",
|
|
2878
|
+
strokeOpacity: .8,
|
|
2879
|
+
strokeWidth: 8,
|
|
2880
|
+
d: "m61.694 64.589 76-10"
|
|
2881
|
+
}),
|
|
2882
|
+
/* @__PURE__ */ jsx("g", {
|
|
2883
|
+
filter: "url(#il-clipboard-search_svg__j)",
|
|
2884
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
2885
|
+
fill: "url(#il-clipboard-search_svg__k)",
|
|
2886
|
+
d: "M84.95 8.253c3.825-.47 7.415 2.235 8.018 6.042.066.414.442.736.859.685l11.101-1.363c2.193-.27 4.25 1.281 4.596 3.463l.874 5.517a3.836 3.836 0 0 1-3.345 4.439l-45.224 5.553c-2.193.269-4.25-1.282-4.596-3.464l-.874-5.517a3.835 3.835 0 0 1 3.344-4.438l11.105-1.364c.416-.05.679-.451.613-.866a6.69 6.69 0 0 1 5.835-7.743z"
|
|
2887
|
+
})
|
|
2888
|
+
}),
|
|
2889
|
+
/* @__PURE__ */ jsxs("g", {
|
|
2890
|
+
filter: "url(#il-clipboard-search_svg__l)",
|
|
2891
|
+
shapeRendering: "crispEdges",
|
|
2892
|
+
children: [/* @__PURE__ */ jsx("circle", {
|
|
2893
|
+
cx: 143.363,
|
|
2894
|
+
cy: 89.428,
|
|
2895
|
+
r: 40.575,
|
|
2896
|
+
fill: "url(#il-clipboard-search_svg__m)"
|
|
2897
|
+
}), /* @__PURE__ */ jsx("circle", {
|
|
2898
|
+
cx: 143.363,
|
|
2899
|
+
cy: 89.428,
|
|
2900
|
+
r: 36.165,
|
|
2901
|
+
stroke: "#4C95FF",
|
|
2902
|
+
strokeWidth: 8.821
|
|
2903
|
+
})]
|
|
2904
|
+
}),
|
|
2905
|
+
/* @__PURE__ */ jsx("path", {
|
|
2906
|
+
fill: "#4C95FF",
|
|
2907
|
+
d: "M193.061 152.634a7.057 7.057 0 0 0 9.979-9.98zm-26.765-36.744-4.99 4.989 31.755 31.755 4.99-4.99 4.989-4.99-31.754-31.754z"
|
|
2908
|
+
}),
|
|
2909
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
2910
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2911
|
+
id: "il-clipboard-search_svg__c",
|
|
2912
|
+
x1: 96.25,
|
|
2913
|
+
x2: 96.25,
|
|
2914
|
+
y1: 16.5,
|
|
2915
|
+
y2: 197.5,
|
|
2916
|
+
gradientUnits: "userSpaceOnUse",
|
|
2917
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
2918
|
+
offset: 1,
|
|
2919
|
+
stopColor: "#E2E9FF"
|
|
2920
|
+
})]
|
|
2921
|
+
}),
|
|
2922
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2923
|
+
id: "il-clipboard-search_svg__d",
|
|
2924
|
+
x1: 8.167,
|
|
2925
|
+
x2: 8.167,
|
|
2926
|
+
y1: 0,
|
|
2927
|
+
y2: 16.335,
|
|
2928
|
+
gradientUnits: "userSpaceOnUse",
|
|
2929
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#F5F8FE" }), /* @__PURE__ */ jsx("stop", {
|
|
2930
|
+
offset: 1,
|
|
2931
|
+
stopColor: "#F5F8FE",
|
|
2932
|
+
stopOpacity: .8
|
|
2933
|
+
})]
|
|
2934
|
+
}),
|
|
2935
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2936
|
+
id: "il-clipboard-search_svg__e",
|
|
2937
|
+
x1: 8.167,
|
|
2938
|
+
x2: 8.167,
|
|
2939
|
+
y1: 0,
|
|
2940
|
+
y2: 16.335,
|
|
2941
|
+
gradientUnits: "userSpaceOnUse",
|
|
2942
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#F5F8FE" }), /* @__PURE__ */ jsx("stop", {
|
|
2943
|
+
offset: 1,
|
|
2944
|
+
stopColor: "#F5F8FE",
|
|
2945
|
+
stopOpacity: .8
|
|
2946
|
+
})]
|
|
2947
|
+
}),
|
|
2948
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2949
|
+
id: "il-clipboard-search_svg__f",
|
|
2950
|
+
x1: 8.167,
|
|
2951
|
+
x2: 8.167,
|
|
2952
|
+
y1: 0,
|
|
2953
|
+
y2: 16.335,
|
|
2954
|
+
gradientUnits: "userSpaceOnUse",
|
|
2955
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#F5F8FE" }), /* @__PURE__ */ jsx("stop", {
|
|
2956
|
+
offset: 1,
|
|
2957
|
+
stopColor: "#F5F8FE",
|
|
2958
|
+
stopOpacity: .8
|
|
2959
|
+
})]
|
|
2960
|
+
}),
|
|
2961
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2962
|
+
id: "il-clipboard-search_svg__g",
|
|
2963
|
+
x1: 165.669,
|
|
2964
|
+
x2: 71.669,
|
|
2965
|
+
y1: 106.458,
|
|
2966
|
+
y2: 118.958,
|
|
2967
|
+
gradientUnits: "userSpaceOnUse",
|
|
2968
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
2969
|
+
stopColor: "#fff",
|
|
2970
|
+
stopOpacity: .6
|
|
2971
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
2972
|
+
offset: 1,
|
|
2973
|
+
stopColor: "#fff"
|
|
2974
|
+
})]
|
|
2975
|
+
}),
|
|
2976
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2977
|
+
id: "il-clipboard-search_svg__h",
|
|
2978
|
+
x1: 158.728,
|
|
2979
|
+
x2: 64.728,
|
|
2980
|
+
y1: 78.48,
|
|
2981
|
+
y2: 90.98,
|
|
2982
|
+
gradientUnits: "userSpaceOnUse",
|
|
2983
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
2984
|
+
stopColor: "#fff",
|
|
2985
|
+
stopOpacity: .6
|
|
2986
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
2987
|
+
offset: 1,
|
|
2988
|
+
stopColor: "#fff"
|
|
2989
|
+
})]
|
|
2990
|
+
}),
|
|
2991
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
2992
|
+
id: "il-clipboard-search_svg__i",
|
|
2993
|
+
x1: 151.694,
|
|
2994
|
+
x2: 57.694,
|
|
2995
|
+
y1: 47.089,
|
|
2996
|
+
y2: 59.589,
|
|
2997
|
+
gradientUnits: "userSpaceOnUse",
|
|
2998
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
2999
|
+
stopColor: "#fff",
|
|
3000
|
+
stopOpacity: .6
|
|
3001
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
3002
|
+
offset: 1,
|
|
3003
|
+
stopColor: "#fff"
|
|
3004
|
+
})]
|
|
3005
|
+
}),
|
|
3006
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3007
|
+
id: "il-clipboard-search_svg__k",
|
|
3008
|
+
x1: 113.792,
|
|
3009
|
+
x2: 85.453,
|
|
3010
|
+
y1: 57.883,
|
|
3011
|
+
y2: 28.826,
|
|
3012
|
+
gradientUnits: "userSpaceOnUse",
|
|
3013
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#82B5FF" }), /* @__PURE__ */ jsx("stop", {
|
|
3014
|
+
offset: 1,
|
|
3015
|
+
stopColor: "#4C95FF"
|
|
3016
|
+
})]
|
|
3017
|
+
}),
|
|
3018
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3019
|
+
id: "il-clipboard-search_svg__m",
|
|
3020
|
+
x1: 203.344,
|
|
3021
|
+
x2: 102.788,
|
|
3022
|
+
y1: 130.003,
|
|
3023
|
+
y2: 64.73,
|
|
3024
|
+
gradientUnits: "userSpaceOnUse",
|
|
3025
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
3026
|
+
stopColor: "#fff",
|
|
3027
|
+
stopOpacity: .75
|
|
3028
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
3029
|
+
offset: 1,
|
|
3030
|
+
stopColor: "#F0F0F0",
|
|
3031
|
+
stopOpacity: .07
|
|
3032
|
+
})]
|
|
3033
|
+
}),
|
|
3034
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3035
|
+
id: "il-clipboard-search_svg__b",
|
|
3036
|
+
width: 174.826,
|
|
3037
|
+
height: 188.492,
|
|
3038
|
+
x: 8.871,
|
|
3039
|
+
y: 12.753,
|
|
3040
|
+
colorInterpolationFilters: "sRGB",
|
|
3041
|
+
filterUnits: "userSpaceOnUse",
|
|
3042
|
+
children: [
|
|
3043
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3044
|
+
floodOpacity: 0,
|
|
3045
|
+
result: "BackgroundImageFix"
|
|
3046
|
+
}),
|
|
3047
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3048
|
+
in: "SourceAlpha",
|
|
3049
|
+
result: "hardAlpha",
|
|
3050
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3051
|
+
}),
|
|
3052
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
3053
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
3054
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3055
|
+
in2: "hardAlpha",
|
|
3056
|
+
operator: "out"
|
|
3057
|
+
}),
|
|
3058
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
3059
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3060
|
+
in2: "BackgroundImageFix",
|
|
3061
|
+
result: "effect1_dropShadow_6669_5083"
|
|
3062
|
+
}),
|
|
3063
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3064
|
+
in: "SourceGraphic",
|
|
3065
|
+
in2: "effect1_dropShadow_6669_5083",
|
|
3066
|
+
result: "shape"
|
|
3067
|
+
})
|
|
3068
|
+
]
|
|
3069
|
+
}),
|
|
3070
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3071
|
+
id: "il-clipboard-search_svg__j",
|
|
3072
|
+
width: 58.138,
|
|
3073
|
+
height: 28.419,
|
|
3074
|
+
x: 53.309,
|
|
3075
|
+
y: 8.2,
|
|
3076
|
+
colorInterpolationFilters: "sRGB",
|
|
3077
|
+
filterUnits: "userSpaceOnUse",
|
|
3078
|
+
children: [
|
|
3079
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3080
|
+
floodOpacity: 0,
|
|
3081
|
+
result: "BackgroundImageFix"
|
|
3082
|
+
}),
|
|
3083
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3084
|
+
in: "SourceAlpha",
|
|
3085
|
+
result: "hardAlpha",
|
|
3086
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3087
|
+
}),
|
|
3088
|
+
/* @__PURE__ */ jsx("feOffset", {
|
|
3089
|
+
dx: -1,
|
|
3090
|
+
dy: 2
|
|
3091
|
+
}),
|
|
3092
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1 }),
|
|
3093
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3094
|
+
in2: "hardAlpha",
|
|
3095
|
+
operator: "out"
|
|
3096
|
+
}),
|
|
3097
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0" }),
|
|
3098
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3099
|
+
in2: "BackgroundImageFix",
|
|
3100
|
+
result: "effect1_dropShadow_6669_5083"
|
|
3101
|
+
}),
|
|
3102
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3103
|
+
in: "SourceGraphic",
|
|
3104
|
+
in2: "effect1_dropShadow_6669_5083",
|
|
3105
|
+
result: "shape"
|
|
3106
|
+
})
|
|
3107
|
+
]
|
|
3108
|
+
}),
|
|
3109
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3110
|
+
id: "il-clipboard-search_svg__l",
|
|
3111
|
+
width: 109.377,
|
|
3112
|
+
height: 109.377,
|
|
3113
|
+
x: 88.675,
|
|
3114
|
+
y: 38.268,
|
|
3115
|
+
colorInterpolationFilters: "sRGB",
|
|
3116
|
+
filterUnits: "userSpaceOnUse",
|
|
3117
|
+
children: [
|
|
3118
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3119
|
+
floodOpacity: 0,
|
|
3120
|
+
result: "BackgroundImageFix"
|
|
3121
|
+
}),
|
|
3122
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3123
|
+
in: "SourceAlpha",
|
|
3124
|
+
result: "hardAlpha",
|
|
3125
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3126
|
+
}),
|
|
3127
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 3.528 }),
|
|
3128
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 7.057 }),
|
|
3129
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3130
|
+
in2: "hardAlpha",
|
|
3131
|
+
operator: "out"
|
|
3132
|
+
}),
|
|
3133
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
3134
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3135
|
+
in2: "BackgroundImageFix",
|
|
3136
|
+
result: "effect1_dropShadow_6669_5083"
|
|
3137
|
+
}),
|
|
3138
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3139
|
+
in: "SourceGraphic",
|
|
3140
|
+
in2: "effect1_dropShadow_6669_5083",
|
|
3141
|
+
result: "shape"
|
|
3142
|
+
})
|
|
3143
|
+
]
|
|
3144
|
+
})
|
|
3145
|
+
] })
|
|
3146
|
+
]
|
|
3147
|
+
});
|
|
3148
|
+
//#endregion
|
|
3149
|
+
//#region src/illustrations/il-comment-empty.svg
|
|
3150
|
+
const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
3151
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3152
|
+
width: 186,
|
|
3153
|
+
height: 178,
|
|
3154
|
+
fill: "none",
|
|
3155
|
+
...props,
|
|
3156
|
+
children: [
|
|
3157
|
+
/* @__PURE__ */ jsxs("g", {
|
|
3158
|
+
filter: "url(#il-comment-empty_svg__a)",
|
|
3159
|
+
children: [
|
|
3160
|
+
/* @__PURE__ */ jsx("mask", {
|
|
3161
|
+
id: "il-comment-empty_svg__c",
|
|
3162
|
+
fill: "#fff",
|
|
3163
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
3164
|
+
fillRule: "evenodd",
|
|
3165
|
+
d: "M46 30.357c-23.196 0-42 18.804-42 42v39c0 23.196 18.804 42 42 42h25.992c.709 0 1.308.492 1.643 1.116l8.96 16.683c1.886 3.512 6.924 3.512 8.81 0l8.96-16.683c.335-.624.934-1.116 1.643-1.116H128c23.196 0 42-18.804 42-42v-39c0-23.196-18.804-42-42-42z",
|
|
3166
|
+
clipRule: "evenodd"
|
|
3167
|
+
})
|
|
3168
|
+
}),
|
|
3169
|
+
/* @__PURE__ */ jsx("path", {
|
|
3170
|
+
fill: "#D9D9D9",
|
|
3171
|
+
fillRule: "evenodd",
|
|
3172
|
+
d: "M46 30.357c-23.196 0-42 18.804-42 42v39c0 23.196 18.804 42 42 42h25.992c.709 0 1.308.492 1.643 1.116l8.96 16.683c1.886 3.512 6.924 3.512 8.81 0l8.96-16.683c.335-.624.934-1.116 1.643-1.116H128c23.196 0 42-18.804 42-42v-39c0-23.196-18.804-42-42-42z",
|
|
3173
|
+
clipRule: "evenodd"
|
|
3174
|
+
}),
|
|
3175
|
+
/* @__PURE__ */ jsx("path", {
|
|
3176
|
+
fill: "url(#il-comment-empty_svg__b)",
|
|
3177
|
+
fillRule: "evenodd",
|
|
3178
|
+
d: "M46 30.357c-23.196 0-42 18.804-42 42v39c0 23.196 18.804 42 42 42h25.992c.709 0 1.308.492 1.643 1.116l8.96 16.683c1.886 3.512 6.924 3.512 8.81 0l8.96-16.683c.335-.624.934-1.116 1.643-1.116H128c23.196 0 42-18.804 42-42v-39c0-23.196-18.804-42-42-42z",
|
|
3179
|
+
clipRule: "evenodd"
|
|
3180
|
+
}),
|
|
3181
|
+
/* @__PURE__ */ jsx("path", {
|
|
3182
|
+
fill: "#fff",
|
|
3183
|
+
d: "m82.595 171.156.881-.473zm8.81 0 .88.473zM5 72.357c0-22.643 18.356-41 41-41v-2c-23.748 0-43 19.252-43 43zm0 39v-39H3v39zm41 41c-22.644 0-41-18.356-41-41H3c0 23.749 19.252 43 43 43zm25.992 0H46v2h25.992zm11.484 18.326L74.516 154l-1.762.946 8.96 16.683zm7.048 0c-1.51 2.809-5.539 2.809-7.048 0l-1.762.946c2.264 4.215 8.308 4.215 10.572 0zM99.484 154l-8.96 16.683 1.762.946 8.96-16.683zM128 152.357h-25.992v2H128zm41-41c0 22.644-18.356 41-41 41v2c23.748 0 43-19.251 43-43zm0-39v39h2v-39zm-41-41c22.644 0 41 18.357 41 41h2c0-23.748-19.252-43-43-43zm-82 0h82v-2H46zm55.246 123.589c.226-.421.541-.589.762-.589v-2c-1.196 0-2.08.815-2.524 1.643zm-29.254-.589c.22 0 .536.168.762.589l1.762-.946c-.444-.828-1.328-1.643-2.524-1.643z",
|
|
3184
|
+
mask: "url(#il-comment-empty_svg__c)"
|
|
3185
|
+
})
|
|
3186
|
+
]
|
|
3187
|
+
}),
|
|
3188
|
+
/* @__PURE__ */ jsx("circle", {
|
|
3189
|
+
cx: 52,
|
|
3190
|
+
cy: 96.357,
|
|
3191
|
+
r: 7,
|
|
3192
|
+
fill: "#4C95FF"
|
|
3193
|
+
}),
|
|
3194
|
+
/* @__PURE__ */ jsx("circle", {
|
|
3195
|
+
cx: 87,
|
|
3196
|
+
cy: 96.357,
|
|
3197
|
+
r: 7,
|
|
3198
|
+
fill: "#4C95FF"
|
|
3199
|
+
}),
|
|
3200
|
+
/* @__PURE__ */ jsx("circle", {
|
|
3201
|
+
cx: 122,
|
|
3202
|
+
cy: 96.357,
|
|
3203
|
+
r: 7,
|
|
3204
|
+
fill: "#4C95FF"
|
|
3205
|
+
}),
|
|
3206
|
+
/* @__PURE__ */ jsx("foreignObject", {
|
|
3207
|
+
width: 80,
|
|
3208
|
+
height: 82,
|
|
3209
|
+
x: 106,
|
|
3210
|
+
y: -1.643,
|
|
3211
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
3212
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
3213
|
+
style: {
|
|
3214
|
+
backdropFilter: "blur(2px)",
|
|
3215
|
+
clipPath: "url(#il-comment-empty_svg__d)",
|
|
3216
|
+
height: "100%",
|
|
3217
|
+
width: "100%"
|
|
3218
|
+
}
|
|
3219
|
+
})
|
|
3220
|
+
}),
|
|
3221
|
+
/* @__PURE__ */ jsx("g", {
|
|
3222
|
+
"data-figma-bg-blur-radius": 4,
|
|
3223
|
+
filter: "url(#il-comment-empty_svg__e)",
|
|
3224
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
3225
|
+
cx: 146,
|
|
3226
|
+
cy: 38.357,
|
|
3227
|
+
r: 36,
|
|
3228
|
+
fill: "url(#il-comment-empty_svg__f)",
|
|
3229
|
+
fillOpacity: .71,
|
|
3230
|
+
shapeRendering: "crispEdges"
|
|
3231
|
+
})
|
|
3232
|
+
}),
|
|
3233
|
+
/* @__PURE__ */ jsx("path", {
|
|
3234
|
+
fill: "#4C95FF",
|
|
3235
|
+
fillRule: "evenodd",
|
|
3236
|
+
d: "M157.16 21.531a4.006 4.006 0 1 1 5.666 5.666l-11.16 11.16 11.16 11.16a4.006 4.006 0 1 1-5.666 5.667L146 44.024l-11.16 11.16a4.006 4.006 0 1 1-5.666-5.667l11.16-11.16-11.16-11.16a4.006 4.006 0 1 1 5.666-5.666L146 32.691z",
|
|
3237
|
+
clipRule: "evenodd"
|
|
3238
|
+
}),
|
|
3239
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
3240
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3241
|
+
id: "il-comment-empty_svg__b",
|
|
3242
|
+
x1: 87,
|
|
3243
|
+
x2: 87,
|
|
3244
|
+
y1: 30.357,
|
|
3245
|
+
y2: 180.357,
|
|
3246
|
+
gradientUnits: "userSpaceOnUse",
|
|
3247
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
3248
|
+
offset: 1,
|
|
3249
|
+
stopColor: "#E2E9FF"
|
|
3250
|
+
})]
|
|
3251
|
+
}),
|
|
3252
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3253
|
+
id: "il-comment-empty_svg__f",
|
|
3254
|
+
x1: 110,
|
|
3255
|
+
x2: 186.5,
|
|
3256
|
+
y1: 32.357,
|
|
3257
|
+
y2: 55.857,
|
|
3258
|
+
gradientUnits: "userSpaceOnUse",
|
|
3259
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
3260
|
+
offset: 1,
|
|
3261
|
+
stopColor: "#FFFBF4"
|
|
3262
|
+
})]
|
|
3263
|
+
}),
|
|
3264
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3265
|
+
id: "il-comment-empty_svg__a",
|
|
3266
|
+
width: 174,
|
|
3267
|
+
height: 151.433,
|
|
3268
|
+
x: 0,
|
|
3269
|
+
y: 26.357,
|
|
3270
|
+
colorInterpolationFilters: "sRGB",
|
|
3271
|
+
filterUnits: "userSpaceOnUse",
|
|
3272
|
+
children: [
|
|
3273
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3274
|
+
floodOpacity: 0,
|
|
3275
|
+
result: "BackgroundImageFix"
|
|
3276
|
+
}),
|
|
3277
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3278
|
+
in: "SourceAlpha",
|
|
3279
|
+
result: "hardAlpha",
|
|
3280
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3281
|
+
}),
|
|
3282
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
3283
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
3284
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3285
|
+
in2: "hardAlpha",
|
|
3286
|
+
operator: "out"
|
|
3287
|
+
}),
|
|
3288
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
3289
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3290
|
+
in2: "BackgroundImageFix",
|
|
3291
|
+
result: "effect1_dropShadow_5329_2559"
|
|
3292
|
+
}),
|
|
3293
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3294
|
+
in: "SourceGraphic",
|
|
3295
|
+
in2: "effect1_dropShadow_5329_2559",
|
|
3296
|
+
result: "shape"
|
|
3297
|
+
})
|
|
3298
|
+
]
|
|
3299
|
+
}),
|
|
3300
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3301
|
+
id: "il-comment-empty_svg__e",
|
|
3302
|
+
width: 80,
|
|
3303
|
+
height: 82,
|
|
3304
|
+
x: 106,
|
|
3305
|
+
y: -1.643,
|
|
3306
|
+
colorInterpolationFilters: "sRGB",
|
|
3307
|
+
filterUnits: "userSpaceOnUse",
|
|
3308
|
+
children: [
|
|
3309
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3310
|
+
floodOpacity: 0,
|
|
3311
|
+
result: "BackgroundImageFix"
|
|
3312
|
+
}),
|
|
3313
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3314
|
+
in: "SourceAlpha",
|
|
3315
|
+
result: "hardAlpha",
|
|
3316
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3317
|
+
}),
|
|
3318
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 2 }),
|
|
3319
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
3320
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3321
|
+
in2: "hardAlpha",
|
|
3322
|
+
operator: "out"
|
|
3323
|
+
}),
|
|
3324
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }),
|
|
3325
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3326
|
+
in2: "BackgroundImageFix",
|
|
3327
|
+
result: "effect1_dropShadow_5329_2559"
|
|
3328
|
+
}),
|
|
3329
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3330
|
+
in: "SourceGraphic",
|
|
3331
|
+
in2: "effect1_dropShadow_5329_2559",
|
|
3332
|
+
result: "shape"
|
|
3333
|
+
})
|
|
3334
|
+
]
|
|
3335
|
+
}),
|
|
3336
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
3337
|
+
id: "il-comment-empty_svg__d",
|
|
3338
|
+
transform: "translate(-106 1.643)",
|
|
3339
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
3340
|
+
cx: 146,
|
|
3341
|
+
cy: 38.357,
|
|
3342
|
+
r: 36
|
|
3343
|
+
})
|
|
3344
|
+
})
|
|
3345
|
+
] })
|
|
3346
|
+
]
|
|
3347
|
+
});
|
|
3348
|
+
//#endregion
|
|
3349
|
+
//#region src/illustrations/il-email-check.svg
|
|
3350
|
+
const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
3351
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3352
|
+
width: 211,
|
|
3353
|
+
height: 175,
|
|
3354
|
+
fill: "none",
|
|
3355
|
+
...props,
|
|
3356
|
+
children: [
|
|
3357
|
+
/* @__PURE__ */ jsx("path", {
|
|
3358
|
+
fill: "#D9D9D9",
|
|
3359
|
+
d: "M82.5 0 161 64H4z"
|
|
3360
|
+
}),
|
|
3361
|
+
/* @__PURE__ */ jsx("path", {
|
|
3362
|
+
fill: "#9EBCFF",
|
|
3363
|
+
d: "M82.5 0 161 64H4z"
|
|
3364
|
+
}),
|
|
3365
|
+
/* @__PURE__ */ jsx("path", {
|
|
3366
|
+
fill: "#D9D9D9",
|
|
3367
|
+
d: "M4 64h157v82H4z"
|
|
3368
|
+
}),
|
|
3369
|
+
/* @__PURE__ */ jsx("path", {
|
|
3370
|
+
fill: "#9EBCFF",
|
|
3371
|
+
d: "M4 64h157v82H4z"
|
|
3372
|
+
}),
|
|
3373
|
+
/* @__PURE__ */ jsx("g", {
|
|
3374
|
+
filter: "url(#il-email-check_svg__a)",
|
|
3375
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
3376
|
+
fill: "url(#il-email-check_svg__b)",
|
|
3377
|
+
d: "M28 9h110v131H28z"
|
|
3378
|
+
})
|
|
3379
|
+
}),
|
|
3380
|
+
/* @__PURE__ */ jsx("g", {
|
|
3381
|
+
filter: "url(#il-email-check_svg__c)",
|
|
3382
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
3383
|
+
fill: "url(#il-email-check_svg__d)",
|
|
3384
|
+
d: "M4 146V64l52.5 40z"
|
|
3385
|
+
})
|
|
3386
|
+
}),
|
|
3387
|
+
/* @__PURE__ */ jsx("g", {
|
|
3388
|
+
filter: "url(#il-email-check_svg__e)",
|
|
3389
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
3390
|
+
fill: "url(#il-email-check_svg__f)",
|
|
3391
|
+
d: "M161 146V64l-52 40z"
|
|
3392
|
+
})
|
|
3393
|
+
}),
|
|
3394
|
+
/* @__PURE__ */ jsxs("g", {
|
|
3395
|
+
filter: "url(#il-email-check_svg__g)",
|
|
3396
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
3397
|
+
fill: "#D9D9D9",
|
|
3398
|
+
d: "M77.445 86.121a8 8 0 0 1 10.11 0L161 146H4z"
|
|
3399
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
3400
|
+
fill: "url(#il-email-check_svg__h)",
|
|
3401
|
+
d: "M77.445 86.121a8 8 0 0 1 10.11 0L161 146H4z"
|
|
3402
|
+
})]
|
|
3403
|
+
}),
|
|
3404
|
+
/* @__PURE__ */ jsx("foreignObject", {
|
|
3405
|
+
width: 80,
|
|
3406
|
+
height: 82,
|
|
3407
|
+
x: 131,
|
|
3408
|
+
y: 93,
|
|
3409
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
3410
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
3411
|
+
style: {
|
|
3412
|
+
backdropFilter: "blur(2px)",
|
|
3413
|
+
clipPath: "url(#il-email-check_svg__i)",
|
|
3414
|
+
height: "100%",
|
|
3415
|
+
width: "100%"
|
|
3416
|
+
}
|
|
3417
|
+
})
|
|
3418
|
+
}),
|
|
3419
|
+
/* @__PURE__ */ jsx("g", {
|
|
3420
|
+
"data-figma-bg-blur-radius": 4,
|
|
3421
|
+
filter: "url(#il-email-check_svg__j)",
|
|
3422
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
3423
|
+
cx: 171,
|
|
3424
|
+
cy: 133,
|
|
3425
|
+
r: 36,
|
|
3426
|
+
fill: "url(#il-email-check_svg__k)",
|
|
3427
|
+
fillOpacity: .71,
|
|
3428
|
+
shapeRendering: "crispEdges"
|
|
3429
|
+
})
|
|
3430
|
+
}),
|
|
3431
|
+
/* @__PURE__ */ jsx("path", {
|
|
3432
|
+
stroke: "#4C95FF",
|
|
3433
|
+
strokeLinecap: "round",
|
|
3434
|
+
strokeLinejoin: "round",
|
|
3435
|
+
strokeWidth: 7,
|
|
3436
|
+
d: "M155 133.277 167.21 146 187 123"
|
|
3437
|
+
}),
|
|
3438
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
3439
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3440
|
+
id: "il-email-check_svg__b",
|
|
3441
|
+
x1: 83,
|
|
3442
|
+
x2: 83,
|
|
3443
|
+
y1: 9,
|
|
3444
|
+
y2: 140,
|
|
3445
|
+
gradientUnits: "userSpaceOnUse",
|
|
3446
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#F7FCFF" }), /* @__PURE__ */ jsx("stop", {
|
|
3447
|
+
offset: 1,
|
|
3448
|
+
stopColor: "#fff"
|
|
3449
|
+
})]
|
|
3450
|
+
}),
|
|
3451
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3452
|
+
id: "il-email-check_svg__d",
|
|
3453
|
+
x1: 30.5,
|
|
3454
|
+
x2: 30.5,
|
|
3455
|
+
y1: 64,
|
|
3456
|
+
y2: 146,
|
|
3457
|
+
gradientUnits: "userSpaceOnUse",
|
|
3458
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
3459
|
+
offset: 1,
|
|
3460
|
+
stopColor: "#E2E9FF"
|
|
3461
|
+
})]
|
|
3462
|
+
}),
|
|
3463
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3464
|
+
id: "il-email-check_svg__f",
|
|
3465
|
+
x1: 135,
|
|
3466
|
+
x2: 135,
|
|
3467
|
+
y1: 64,
|
|
3468
|
+
y2: 146,
|
|
3469
|
+
gradientUnits: "userSpaceOnUse",
|
|
3470
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
3471
|
+
offset: 1,
|
|
3472
|
+
stopColor: "#E2E9FF"
|
|
3473
|
+
})]
|
|
3474
|
+
}),
|
|
3475
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3476
|
+
id: "il-email-check_svg__h",
|
|
3477
|
+
x1: 82.5,
|
|
3478
|
+
x2: 82.5,
|
|
3479
|
+
y1: 82,
|
|
3480
|
+
y2: 167,
|
|
3481
|
+
gradientUnits: "userSpaceOnUse",
|
|
3482
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
3483
|
+
offset: 1,
|
|
3484
|
+
stopColor: "#E2E9FF"
|
|
3485
|
+
})]
|
|
3486
|
+
}),
|
|
3487
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3488
|
+
id: "il-email-check_svg__k",
|
|
3489
|
+
x1: 135,
|
|
3490
|
+
x2: 211.5,
|
|
3491
|
+
y1: 127,
|
|
3492
|
+
y2: 150.5,
|
|
3493
|
+
gradientUnits: "userSpaceOnUse",
|
|
3494
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
3495
|
+
offset: 1,
|
|
3496
|
+
stopColor: "#F0F9FF"
|
|
3497
|
+
})]
|
|
3498
|
+
}),
|
|
3499
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3500
|
+
id: "il-email-check_svg__a",
|
|
3501
|
+
width: 118,
|
|
3502
|
+
height: 139,
|
|
3503
|
+
x: 24,
|
|
3504
|
+
y: 7,
|
|
3505
|
+
colorInterpolationFilters: "sRGB",
|
|
3506
|
+
filterUnits: "userSpaceOnUse",
|
|
3507
|
+
children: [
|
|
3508
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3509
|
+
floodOpacity: 0,
|
|
3510
|
+
result: "BackgroundImageFix"
|
|
3511
|
+
}),
|
|
3512
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3513
|
+
in: "SourceAlpha",
|
|
3514
|
+
result: "hardAlpha",
|
|
3515
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3516
|
+
}),
|
|
3517
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 2 }),
|
|
3518
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
3519
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3520
|
+
in2: "hardAlpha",
|
|
3521
|
+
operator: "out"
|
|
3522
|
+
}),
|
|
3523
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }),
|
|
3524
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3525
|
+
in2: "BackgroundImageFix",
|
|
3526
|
+
result: "effect1_dropShadow_5170_6176"
|
|
3527
|
+
}),
|
|
3528
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3529
|
+
in: "SourceGraphic",
|
|
3530
|
+
in2: "effect1_dropShadow_5170_6176",
|
|
3531
|
+
result: "shape"
|
|
3532
|
+
})
|
|
3533
|
+
]
|
|
3534
|
+
}),
|
|
3535
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3536
|
+
id: "il-email-check_svg__c",
|
|
3537
|
+
width: 60.5,
|
|
3538
|
+
height: 90,
|
|
3539
|
+
x: 0,
|
|
3540
|
+
y: 60,
|
|
3541
|
+
colorInterpolationFilters: "sRGB",
|
|
3542
|
+
filterUnits: "userSpaceOnUse",
|
|
3543
|
+
children: [
|
|
3544
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3545
|
+
floodOpacity: 0,
|
|
3546
|
+
result: "BackgroundImageFix"
|
|
3547
|
+
}),
|
|
3548
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3549
|
+
in: "SourceAlpha",
|
|
3550
|
+
result: "hardAlpha",
|
|
3551
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3552
|
+
}),
|
|
3553
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
3554
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
3555
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3556
|
+
in2: "hardAlpha",
|
|
3557
|
+
operator: "out"
|
|
3558
|
+
}),
|
|
3559
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
3560
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3561
|
+
in2: "BackgroundImageFix",
|
|
3562
|
+
result: "effect1_dropShadow_5170_6176"
|
|
3563
|
+
}),
|
|
3564
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3565
|
+
in: "SourceGraphic",
|
|
3566
|
+
in2: "effect1_dropShadow_5170_6176",
|
|
3567
|
+
result: "shape"
|
|
3568
|
+
})
|
|
3569
|
+
]
|
|
3570
|
+
}),
|
|
3571
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3572
|
+
id: "il-email-check_svg__e",
|
|
3573
|
+
width: 60,
|
|
3574
|
+
height: 90,
|
|
3575
|
+
x: 105,
|
|
3576
|
+
y: 60,
|
|
3577
|
+
colorInterpolationFilters: "sRGB",
|
|
3578
|
+
filterUnits: "userSpaceOnUse",
|
|
3579
|
+
children: [
|
|
3580
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3581
|
+
floodOpacity: 0,
|
|
3582
|
+
result: "BackgroundImageFix"
|
|
3583
|
+
}),
|
|
3584
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3585
|
+
in: "SourceAlpha",
|
|
3586
|
+
result: "hardAlpha",
|
|
3587
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3588
|
+
}),
|
|
3589
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
3590
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
3591
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3592
|
+
in2: "hardAlpha",
|
|
3593
|
+
operator: "out"
|
|
3594
|
+
}),
|
|
3595
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
3596
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3597
|
+
in2: "BackgroundImageFix",
|
|
3598
|
+
result: "effect1_dropShadow_5170_6176"
|
|
3599
|
+
}),
|
|
3600
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3601
|
+
in: "SourceGraphic",
|
|
3602
|
+
in2: "effect1_dropShadow_5170_6176",
|
|
3603
|
+
result: "shape"
|
|
3604
|
+
})
|
|
3605
|
+
]
|
|
3606
|
+
}),
|
|
3607
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3608
|
+
id: "il-email-check_svg__g",
|
|
3609
|
+
width: 165,
|
|
3610
|
+
height: 69.678,
|
|
3611
|
+
x: 0,
|
|
3612
|
+
y: 80.322,
|
|
3613
|
+
colorInterpolationFilters: "sRGB",
|
|
3614
|
+
filterUnits: "userSpaceOnUse",
|
|
3615
|
+
children: [
|
|
3616
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3617
|
+
floodOpacity: 0,
|
|
3618
|
+
result: "BackgroundImageFix"
|
|
3619
|
+
}),
|
|
3620
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3621
|
+
in: "SourceAlpha",
|
|
3622
|
+
result: "hardAlpha",
|
|
3623
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3624
|
+
}),
|
|
3625
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
3626
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
3627
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3628
|
+
in2: "hardAlpha",
|
|
3629
|
+
operator: "out"
|
|
3630
|
+
}),
|
|
3631
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
3632
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3633
|
+
in2: "BackgroundImageFix",
|
|
3634
|
+
result: "effect1_dropShadow_5170_6176"
|
|
3635
|
+
}),
|
|
3636
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3637
|
+
in: "SourceGraphic",
|
|
3638
|
+
in2: "effect1_dropShadow_5170_6176",
|
|
3639
|
+
result: "shape"
|
|
3640
|
+
})
|
|
3641
|
+
]
|
|
3642
|
+
}),
|
|
3643
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3644
|
+
id: "il-email-check_svg__j",
|
|
3645
|
+
width: 80,
|
|
3646
|
+
height: 82,
|
|
3647
|
+
x: 131,
|
|
3648
|
+
y: 93,
|
|
3649
|
+
colorInterpolationFilters: "sRGB",
|
|
3650
|
+
filterUnits: "userSpaceOnUse",
|
|
3651
|
+
children: [
|
|
3652
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3653
|
+
floodOpacity: 0,
|
|
3654
|
+
result: "BackgroundImageFix"
|
|
3655
|
+
}),
|
|
3656
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3657
|
+
in: "SourceAlpha",
|
|
3658
|
+
result: "hardAlpha",
|
|
3659
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3660
|
+
}),
|
|
3661
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 2 }),
|
|
3662
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
3663
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3664
|
+
in2: "hardAlpha",
|
|
3665
|
+
operator: "out"
|
|
3666
|
+
}),
|
|
3667
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }),
|
|
3668
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3669
|
+
in2: "BackgroundImageFix",
|
|
3670
|
+
result: "effect1_dropShadow_5170_6176"
|
|
3671
|
+
}),
|
|
3672
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3673
|
+
in: "SourceGraphic",
|
|
3674
|
+
in2: "effect1_dropShadow_5170_6176",
|
|
3675
|
+
result: "shape"
|
|
3676
|
+
})
|
|
3677
|
+
]
|
|
3678
|
+
}),
|
|
3679
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
3680
|
+
id: "il-email-check_svg__i",
|
|
3681
|
+
transform: "translate(-131 -93)",
|
|
3682
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
3683
|
+
cx: 171,
|
|
3684
|
+
cy: 133,
|
|
3685
|
+
r: 36
|
|
3686
|
+
})
|
|
3687
|
+
})
|
|
3688
|
+
] })
|
|
3689
|
+
]
|
|
3690
|
+
});
|
|
3691
|
+
//#endregion
|
|
3692
|
+
//#region src/illustrations/il-megaphone.svg
|
|
3693
|
+
const SvgIlMegaphone = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
3694
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3695
|
+
width: 58,
|
|
3696
|
+
height: 58,
|
|
3697
|
+
fill: "none",
|
|
3698
|
+
...props,
|
|
3699
|
+
children: [
|
|
3700
|
+
/* @__PURE__ */ jsx("rect", {
|
|
3701
|
+
width: 5,
|
|
3702
|
+
height: 48,
|
|
3703
|
+
x: 32.999,
|
|
3704
|
+
y: .006,
|
|
3705
|
+
fill: "#fff",
|
|
3706
|
+
rx: 2.1,
|
|
3707
|
+
transform: "rotate(-.111 32.999 .006)"
|
|
3708
|
+
}),
|
|
3709
|
+
/* @__PURE__ */ jsx("path", {
|
|
3710
|
+
fill: "url(#il-megaphone_svg__a)",
|
|
3711
|
+
d: "m32.999 3.967-18.788 9.024a2.1 2.1 0 0 0-1.19 1.897l.034 17.813a2.1 2.1 0 0 0 1.246 1.915l18.774 8.35z"
|
|
3712
|
+
}),
|
|
3713
|
+
/* @__PURE__ */ jsx("path", {
|
|
3714
|
+
fill: "url(#il-megaphone_svg__b)",
|
|
3715
|
+
d: "M.003 15.106A2.1 2.1 0 0 1 2.1 13.002l12.9-.025.043 22-12.9.025a2.1 2.1 0 0 1-2.104-2.096z"
|
|
3716
|
+
}),
|
|
3717
|
+
/* @__PURE__ */ jsx("path", {
|
|
3718
|
+
fill: "url(#il-megaphone_svg__c)",
|
|
3719
|
+
d: "m3 35.006 11.102-.022 5.942 22.989-11.102.021z"
|
|
3720
|
+
}),
|
|
3721
|
+
/* @__PURE__ */ jsx("path", {
|
|
3722
|
+
stroke: "#C9DFFF",
|
|
3723
|
+
strokeLinecap: "round",
|
|
3724
|
+
strokeWidth: 3.15,
|
|
3725
|
+
d: "m52 8.006-7.697 6.384M51 36.006l-7.333-6.799",
|
|
3726
|
+
opacity: .5
|
|
3727
|
+
}),
|
|
3728
|
+
/* @__PURE__ */ jsx("path", {
|
|
3729
|
+
stroke: "#C9DFFF",
|
|
3730
|
+
strokeLinecap: "round",
|
|
3731
|
+
strokeWidth: 3.15,
|
|
3732
|
+
d: "m45 22.006 9.882-1.53"
|
|
3733
|
+
}),
|
|
3734
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
3735
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3736
|
+
id: "il-megaphone_svg__a",
|
|
3737
|
+
x1: 22.999,
|
|
3738
|
+
x2: 23.075,
|
|
3739
|
+
y1: 3.986,
|
|
3740
|
+
y2: 42.986,
|
|
3741
|
+
gradientUnits: "userSpaceOnUse",
|
|
3742
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#96C1FF" }), /* @__PURE__ */ jsx("stop", {
|
|
3743
|
+
offset: 1,
|
|
3744
|
+
stopColor: "#4C95FF"
|
|
3745
|
+
})]
|
|
3746
|
+
}),
|
|
3747
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3748
|
+
id: "il-megaphone_svg__b",
|
|
3749
|
+
x1: 7.499,
|
|
3750
|
+
x2: 7.542,
|
|
3751
|
+
y1: 12.991,
|
|
3752
|
+
y2: 34.991,
|
|
3753
|
+
gradientUnits: "userSpaceOnUse",
|
|
3754
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#D8EDFF" }), /* @__PURE__ */ jsx("stop", {
|
|
3755
|
+
offset: 1,
|
|
3756
|
+
stopColor: "#C7D2F6"
|
|
3757
|
+
})]
|
|
3758
|
+
}),
|
|
3759
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3760
|
+
id: "il-megaphone_svg__c",
|
|
3761
|
+
x1: 8.551,
|
|
3762
|
+
x2: 8.596,
|
|
3763
|
+
y1: 34.995,
|
|
3764
|
+
y2: 58.304,
|
|
3765
|
+
gradientUnits: "userSpaceOnUse",
|
|
3766
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#AEC2F9" }), /* @__PURE__ */ jsx("stop", {
|
|
3767
|
+
offset: 1,
|
|
3768
|
+
stopColor: "#98C2FF",
|
|
3769
|
+
stopOpacity: 0
|
|
3770
|
+
})]
|
|
3771
|
+
})
|
|
3772
|
+
] })
|
|
3773
|
+
]
|
|
3774
|
+
});
|
|
3775
|
+
//#endregion
|
|
3776
|
+
//#region src/illustrations/il-microphone.svg
|
|
3777
|
+
const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
3778
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3779
|
+
width: 107,
|
|
3780
|
+
height: 82,
|
|
3781
|
+
fill: "none",
|
|
3782
|
+
...props,
|
|
3783
|
+
children: [
|
|
3784
|
+
/* @__PURE__ */ jsx("circle", {
|
|
3785
|
+
cx: 37.253,
|
|
3786
|
+
cy: 18.254,
|
|
3787
|
+
r: 13.031,
|
|
3788
|
+
fill: "url(#il-microphone_svg__a)",
|
|
3789
|
+
transform: "rotate(-52.907 37.253 18.254)"
|
|
3790
|
+
}),
|
|
3791
|
+
/* @__PURE__ */ jsx("path", {
|
|
3792
|
+
fill: "url(#il-microphone_svg__b)",
|
|
3793
|
+
d: "M43.538 31.754a2.37 2.37 0 0 1-.56-3.39l5.537-7.324a2.37 2.37 0 0 1 3.446-.358L72.997 39c.598.52.91 1.311.748 2.088-.6 2.86-1.935 4.72-4.84 6.389-.737.424-1.65.35-2.354-.128z"
|
|
3794
|
+
}),
|
|
3795
|
+
/* @__PURE__ */ jsx("path", {
|
|
3796
|
+
stroke: "#DDEBF6",
|
|
3797
|
+
strokeLinecap: "round",
|
|
3798
|
+
strokeWidth: 3.554,
|
|
3799
|
+
d: "m42.3 30.239 7.86-10.395M54.54 40.01l7.858-10.394M55.725 58.048V39.094"
|
|
3800
|
+
}),
|
|
3801
|
+
/* @__PURE__ */ jsx("path", {
|
|
3802
|
+
fill: "url(#il-microphone_svg__c)",
|
|
3803
|
+
d: "M0 0h95v6H0z",
|
|
3804
|
+
transform: "matrix(1 0 0 -1 7 84.012)"
|
|
3805
|
+
}),
|
|
3806
|
+
/* @__PURE__ */ jsx("g", {
|
|
3807
|
+
filter: "url(#il-microphone_svg__d)",
|
|
3808
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
3809
|
+
fill: "url(#il-microphone_svg__e)",
|
|
3810
|
+
d: "M0 0h103v14H0z",
|
|
3811
|
+
transform: "matrix(1 0 0 -1 2 78.012)"
|
|
3812
|
+
})
|
|
3813
|
+
}),
|
|
3814
|
+
/* @__PURE__ */ jsx("g", {
|
|
3815
|
+
filter: "url(#il-microphone_svg__f)",
|
|
3816
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
3817
|
+
fill: "url(#il-microphone_svg__g)",
|
|
3818
|
+
d: "M28.389 58.049h52.073v5.976H28.389z"
|
|
3819
|
+
})
|
|
3820
|
+
}),
|
|
3821
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
3822
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3823
|
+
id: "il-microphone_svg__a",
|
|
3824
|
+
x1: 37.253,
|
|
3825
|
+
x2: 67.711,
|
|
3826
|
+
y1: 5.223,
|
|
3827
|
+
y2: 27.876,
|
|
3828
|
+
gradientUnits: "userSpaceOnUse",
|
|
3829
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
3830
|
+
offset: 1,
|
|
3831
|
+
stopColor: "#fff"
|
|
3832
|
+
})]
|
|
3833
|
+
}),
|
|
3834
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3835
|
+
id: "il-microphone_svg__b",
|
|
3836
|
+
x1: 49,
|
|
3837
|
+
x2: 57.5,
|
|
3838
|
+
y1: 37,
|
|
3839
|
+
y2: 25,
|
|
3840
|
+
gradientUnits: "userSpaceOnUse",
|
|
3841
|
+
children: [
|
|
3842
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }),
|
|
3843
|
+
/* @__PURE__ */ jsx("stop", {
|
|
3844
|
+
offset: .635,
|
|
3845
|
+
stopColor: "#F4FAFF"
|
|
3846
|
+
}),
|
|
3847
|
+
/* @__PURE__ */ jsx("stop", {
|
|
3848
|
+
offset: 1,
|
|
3849
|
+
stopColor: "#E1EDF7"
|
|
3850
|
+
})
|
|
3851
|
+
]
|
|
3852
|
+
}),
|
|
3853
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3854
|
+
id: "il-microphone_svg__c",
|
|
3855
|
+
x1: 0,
|
|
3856
|
+
x2: 6.279,
|
|
3857
|
+
y1: 4.714,
|
|
3858
|
+
y2: 27.674,
|
|
3859
|
+
gradientUnits: "userSpaceOnUse",
|
|
3860
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
3861
|
+
offset: 1,
|
|
3862
|
+
stopColor: "#EAEAEA"
|
|
3863
|
+
})]
|
|
3864
|
+
}),
|
|
3865
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3866
|
+
id: "il-microphone_svg__e",
|
|
3867
|
+
x1: 0,
|
|
3868
|
+
x2: 25.171,
|
|
3869
|
+
y1: 11,
|
|
3870
|
+
y2: 53.764,
|
|
3871
|
+
gradientUnits: "userSpaceOnUse",
|
|
3872
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
3873
|
+
offset: 1,
|
|
3874
|
+
stopColor: "#EDF2F7"
|
|
3875
|
+
})]
|
|
3876
|
+
}),
|
|
3877
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
3878
|
+
id: "il-microphone_svg__g",
|
|
3879
|
+
x1: 29.92,
|
|
3880
|
+
x2: 28.588,
|
|
3881
|
+
y1: 54.634,
|
|
3882
|
+
y2: 72.612,
|
|
3883
|
+
gradientUnits: "userSpaceOnUse",
|
|
3884
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
3885
|
+
offset: 1,
|
|
3886
|
+
stopColor: "#fff"
|
|
3887
|
+
})]
|
|
3888
|
+
}),
|
|
3889
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3890
|
+
id: "il-microphone_svg__d",
|
|
3891
|
+
width: 107,
|
|
3892
|
+
height: 18,
|
|
3893
|
+
x: 0,
|
|
3894
|
+
y: 63.012,
|
|
3895
|
+
colorInterpolationFilters: "sRGB",
|
|
3896
|
+
filterUnits: "userSpaceOnUse",
|
|
3897
|
+
children: [
|
|
3898
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3899
|
+
floodOpacity: 0,
|
|
3900
|
+
result: "BackgroundImageFix"
|
|
3901
|
+
}),
|
|
3902
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3903
|
+
in: "SourceAlpha",
|
|
3904
|
+
result: "hardAlpha",
|
|
3905
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3906
|
+
}),
|
|
3907
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
3908
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1 }),
|
|
3909
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3910
|
+
in2: "hardAlpha",
|
|
3911
|
+
operator: "out"
|
|
3912
|
+
}),
|
|
3913
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0" }),
|
|
3914
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3915
|
+
in2: "BackgroundImageFix",
|
|
3916
|
+
result: "effect1_dropShadow_10589_18085"
|
|
3917
|
+
}),
|
|
3918
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3919
|
+
in: "SourceGraphic",
|
|
3920
|
+
in2: "effect1_dropShadow_10589_18085",
|
|
3921
|
+
result: "shape"
|
|
3922
|
+
})
|
|
3923
|
+
]
|
|
3924
|
+
}),
|
|
3925
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
3926
|
+
id: "il-microphone_svg__f",
|
|
3927
|
+
width: 56.073,
|
|
3928
|
+
height: 9.976,
|
|
3929
|
+
x: 26.389,
|
|
3930
|
+
y: 57.049,
|
|
3931
|
+
colorInterpolationFilters: "sRGB",
|
|
3932
|
+
filterUnits: "userSpaceOnUse",
|
|
3933
|
+
children: [
|
|
3934
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
3935
|
+
floodOpacity: 0,
|
|
3936
|
+
result: "BackgroundImageFix"
|
|
3937
|
+
}),
|
|
3938
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
3939
|
+
in: "SourceAlpha",
|
|
3940
|
+
result: "hardAlpha",
|
|
3941
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3942
|
+
}),
|
|
3943
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
3944
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1 }),
|
|
3945
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
3946
|
+
in2: "hardAlpha",
|
|
3947
|
+
operator: "out"
|
|
3948
|
+
}),
|
|
3949
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.857753 0 0 0 0 0.900866 0 0 0 0 0.938589 0 0 0 1 0" }),
|
|
3950
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3951
|
+
in2: "BackgroundImageFix",
|
|
3952
|
+
result: "effect1_dropShadow_10589_18085"
|
|
3953
|
+
}),
|
|
3954
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
3955
|
+
in: "SourceGraphic",
|
|
3956
|
+
in2: "effect1_dropShadow_10589_18085",
|
|
3957
|
+
result: "shape"
|
|
3958
|
+
})
|
|
3959
|
+
]
|
|
3960
|
+
})
|
|
3961
|
+
] })
|
|
3962
|
+
]
|
|
3963
|
+
});
|
|
3964
|
+
//#endregion
|
|
3965
|
+
//#region src/illustrations/il-padlock.svg
|
|
3966
|
+
const SvgIlPadlock = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
3967
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3968
|
+
width: 30,
|
|
3969
|
+
height: 33,
|
|
3970
|
+
fill: "none",
|
|
3971
|
+
...props,
|
|
3972
|
+
children: [
|
|
3973
|
+
/* @__PURE__ */ jsx("path", {
|
|
3974
|
+
fill: "url(#il-padlock_svg__a)",
|
|
3975
|
+
fillRule: "evenodd",
|
|
3976
|
+
d: "M13.99 4.855a2.41 2.41 0 0 0-2.797 1.953L9.982 13.68a1.206 1.206 0 0 1-1.398.976 1.206 1.206 0 0 1-.98-1.396L8.816 6.39a4.823 4.823 0 0 1 5.591-3.907l6.247 1.102a4.823 4.823 0 0 1 3.919 5.583L23.36 16.04a1.206 1.206 0 0 1-1.398.976 1.206 1.206 0 0 1-.98-1.396l1.212-6.871a2.41 2.41 0 0 0-1.96-2.792z",
|
|
3977
|
+
clipRule: "evenodd"
|
|
3978
|
+
}),
|
|
3979
|
+
/* @__PURE__ */ jsx("path", {
|
|
3980
|
+
fill: "url(#il-padlock_svg__b)",
|
|
3981
|
+
d: "M25.333 12.29a3 3 0 0 1 2.434 3.476l-2.431 13.787a3 3 0 0 1-3.476 2.434L4.134 28.86A3 3 0 0 1 1.7 25.386l2.431-13.787a3 3 0 0 1 3.476-2.434zm-12.09 3.459a.6.6 0 0 0-.695.486l-.486 2.757a.6.6 0 0 0 .487.696l.3.053a.6.6 0 0 1 .487.695l-.622 3.526a.6.6 0 0 0 .488.696l.787.139a.6.6 0 0 0 .695-.487l.622-3.527a.6.6 0 0 1 .696-.486l.289.05a.6.6 0 0 0 .695-.487l.486-2.757a.6.6 0 0 0-.486-.695z"
|
|
3982
|
+
}),
|
|
3983
|
+
/* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("linearGradient", {
|
|
3984
|
+
id: "il-padlock_svg__a",
|
|
3985
|
+
x1: 15.273,
|
|
3986
|
+
x2: 17.531,
|
|
3987
|
+
y1: 15.836,
|
|
3988
|
+
y2: 3.033,
|
|
3989
|
+
gradientUnits: "userSpaceOnUse",
|
|
3990
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#00368E" }), /* @__PURE__ */ jsx("stop", {
|
|
3991
|
+
offset: 1,
|
|
3992
|
+
stopColor: "#4C95FF"
|
|
3993
|
+
})]
|
|
3994
|
+
}), /* @__PURE__ */ jsxs("linearGradient", {
|
|
3995
|
+
id: "il-padlock_svg__b",
|
|
3996
|
+
x1: 15.528,
|
|
3997
|
+
x2: 15.81,
|
|
3998
|
+
y1: 16.08,
|
|
3999
|
+
y2: 32.623,
|
|
4000
|
+
gradientUnits: "userSpaceOnUse",
|
|
4001
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#4C95FF" }), /* @__PURE__ */ jsx("stop", {
|
|
4002
|
+
offset: 1,
|
|
4003
|
+
stopColor: "#DDEBF6"
|
|
4004
|
+
})]
|
|
4005
|
+
})] })
|
|
4006
|
+
]
|
|
4007
|
+
});
|
|
4008
|
+
//#endregion
|
|
4009
|
+
//#region src/illustrations/il-post-empty.svg
|
|
4010
|
+
const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4011
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4012
|
+
width: 208,
|
|
4013
|
+
height: 197,
|
|
4014
|
+
fill: "none",
|
|
4015
|
+
...props,
|
|
4016
|
+
children: [
|
|
4017
|
+
/* @__PURE__ */ jsx("mask", {
|
|
4018
|
+
id: "il-post-empty_svg__a",
|
|
4019
|
+
width: 193,
|
|
4020
|
+
height: 197,
|
|
4021
|
+
x: 0,
|
|
4022
|
+
y: 0,
|
|
4023
|
+
maskUnits: "userSpaceOnUse",
|
|
4024
|
+
style: { maskType: "alpha" },
|
|
4025
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
4026
|
+
fill: "#D9D9D9",
|
|
4027
|
+
d: "m71 196.5-32-20-39-154L159.5 0l33 183z"
|
|
4028
|
+
})
|
|
4029
|
+
}),
|
|
4030
|
+
/* @__PURE__ */ jsxs("g", {
|
|
4031
|
+
filter: "url(#il-post-empty_svg__b)",
|
|
4032
|
+
mask: "url(#il-post-empty_svg__a)",
|
|
4033
|
+
children: [
|
|
4034
|
+
/* @__PURE__ */ jsx("path", {
|
|
4035
|
+
fill: "url(#il-post-empty_svg__c)",
|
|
4036
|
+
d: "M142.016 17.308 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L149.751 22.913a7 7 0 0 0-7.735-5.605"
|
|
4037
|
+
}),
|
|
4038
|
+
/* @__PURE__ */ jsx("path", {
|
|
4039
|
+
fill: "url(#il-post-empty_svg__d)",
|
|
4040
|
+
d: "M142.016 17.308 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L149.751 22.913a7 7 0 0 0-7.735-5.605"
|
|
4041
|
+
}),
|
|
4042
|
+
/* @__PURE__ */ jsx("path", {
|
|
4043
|
+
stroke: "#fff",
|
|
4044
|
+
d: "M142.016 17.308 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L149.751 22.913a7 7 0 0 0-7.735-5.605Z"
|
|
4045
|
+
})
|
|
4046
|
+
]
|
|
4047
|
+
}),
|
|
4048
|
+
/* @__PURE__ */ jsx("path", {
|
|
4049
|
+
fill: "#C7D2F6",
|
|
4050
|
+
stroke: "#fff",
|
|
4051
|
+
d: "m67.5 194-26-16 15.987-3.091a7 7 0 0 1 8.268 5.952z"
|
|
4052
|
+
}),
|
|
4053
|
+
/* @__PURE__ */ jsx("path", {
|
|
4054
|
+
stroke: "url(#il-post-empty_svg__e)",
|
|
4055
|
+
strokeLinecap: "round",
|
|
4056
|
+
strokeOpacity: .8,
|
|
4057
|
+
strokeWidth: 8,
|
|
4058
|
+
d: "m38 60.5 84-11"
|
|
4059
|
+
}),
|
|
4060
|
+
/* @__PURE__ */ jsx("path", {
|
|
4061
|
+
stroke: "url(#il-post-empty_svg__f)",
|
|
4062
|
+
strokeLinecap: "round",
|
|
4063
|
+
strokeOpacity: .8,
|
|
4064
|
+
strokeWidth: 8,
|
|
4065
|
+
d: "m44 85.5 95.5-13"
|
|
4066
|
+
}),
|
|
4067
|
+
/* @__PURE__ */ jsx("path", {
|
|
4068
|
+
stroke: "url(#il-post-empty_svg__g)",
|
|
4069
|
+
strokeLinecap: "round",
|
|
4070
|
+
strokeOpacity: .8,
|
|
4071
|
+
strokeWidth: 8,
|
|
4072
|
+
d: "m50 107.5 76-10"
|
|
4073
|
+
}),
|
|
4074
|
+
/* @__PURE__ */ jsx("foreignObject", {
|
|
4075
|
+
width: 80,
|
|
4076
|
+
height: 82,
|
|
4077
|
+
x: 128,
|
|
4078
|
+
y: 93,
|
|
4079
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
4080
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
4081
|
+
style: {
|
|
4082
|
+
backdropFilter: "blur(2px)",
|
|
4083
|
+
clipPath: "url(#il-post-empty_svg__h)",
|
|
4084
|
+
height: "100%",
|
|
4085
|
+
width: "100%"
|
|
4086
|
+
}
|
|
4087
|
+
})
|
|
4088
|
+
}),
|
|
4089
|
+
/* @__PURE__ */ jsx("g", {
|
|
4090
|
+
"data-figma-bg-blur-radius": 4,
|
|
4091
|
+
filter: "url(#il-post-empty_svg__i)",
|
|
4092
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
4093
|
+
cx: 168,
|
|
4094
|
+
cy: 133,
|
|
4095
|
+
r: 36,
|
|
4096
|
+
fill: "url(#il-post-empty_svg__j)",
|
|
4097
|
+
fillOpacity: .71,
|
|
4098
|
+
shapeRendering: "crispEdges"
|
|
4099
|
+
})
|
|
4100
|
+
}),
|
|
4101
|
+
/* @__PURE__ */ jsx("path", {
|
|
4102
|
+
fill: "#4C95FF",
|
|
4103
|
+
fillRule: "evenodd",
|
|
4104
|
+
d: "M179.16 116.174a4.006 4.006 0 1 1 5.666 5.666L173.666 133l11.16 11.16a4.006 4.006 0 1 1-5.666 5.666L168 138.666l-11.16 11.16a4.006 4.006 0 1 1-5.666-5.666l11.16-11.16-11.16-11.16a4.006 4.006 0 1 1 5.666-5.666l11.16 11.16z",
|
|
4105
|
+
clipRule: "evenodd"
|
|
4106
|
+
}),
|
|
4107
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
4108
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4109
|
+
id: "il-post-empty_svg__c",
|
|
4110
|
+
x1: 96.25,
|
|
4111
|
+
x2: 96.25,
|
|
4112
|
+
y1: 16.5,
|
|
4113
|
+
y2: 197.5,
|
|
4114
|
+
gradientUnits: "userSpaceOnUse",
|
|
4115
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
4116
|
+
offset: 1,
|
|
4117
|
+
stopColor: "#E2E9FF"
|
|
4118
|
+
})]
|
|
4119
|
+
}),
|
|
4120
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4121
|
+
id: "il-post-empty_svg__d",
|
|
4122
|
+
x1: 96.25,
|
|
4123
|
+
x2: 96.25,
|
|
4124
|
+
y1: 16.5,
|
|
4125
|
+
y2: 197.5,
|
|
4126
|
+
gradientUnits: "userSpaceOnUse",
|
|
4127
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
4128
|
+
offset: 1,
|
|
4129
|
+
stopColor: "#E2E9FF"
|
|
4130
|
+
})]
|
|
4131
|
+
}),
|
|
4132
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4133
|
+
id: "il-post-empty_svg__e",
|
|
4134
|
+
x1: 146,
|
|
4135
|
+
x2: 38.5,
|
|
4136
|
+
y1: 48,
|
|
4137
|
+
y2: 57.5,
|
|
4138
|
+
gradientUnits: "userSpaceOnUse",
|
|
4139
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
4140
|
+
offset: 1,
|
|
4141
|
+
stopColor: "#fff",
|
|
4142
|
+
stopOpacity: .8
|
|
4143
|
+
})]
|
|
4144
|
+
}),
|
|
4145
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4146
|
+
id: "il-post-empty_svg__f",
|
|
4147
|
+
x1: 150,
|
|
4148
|
+
x2: 44,
|
|
4149
|
+
y1: 72.5,
|
|
4150
|
+
y2: 85.5,
|
|
4151
|
+
gradientUnits: "userSpaceOnUse",
|
|
4152
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
4153
|
+
offset: 1,
|
|
4154
|
+
stopColor: "#fff",
|
|
4155
|
+
stopOpacity: .8
|
|
4156
|
+
})]
|
|
4157
|
+
}),
|
|
4158
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4159
|
+
id: "il-post-empty_svg__g",
|
|
4160
|
+
x1: 140,
|
|
4161
|
+
x2: 46,
|
|
4162
|
+
y1: 90,
|
|
4163
|
+
y2: 102.5,
|
|
4164
|
+
gradientUnits: "userSpaceOnUse",
|
|
4165
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
4166
|
+
stopColor: "#fff",
|
|
4167
|
+
stopOpacity: .6
|
|
4168
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
4169
|
+
offset: 1,
|
|
4170
|
+
stopColor: "#fff"
|
|
4171
|
+
})]
|
|
4172
|
+
}),
|
|
4173
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4174
|
+
id: "il-post-empty_svg__j",
|
|
4175
|
+
x1: 132,
|
|
4176
|
+
x2: 208.5,
|
|
4177
|
+
y1: 127,
|
|
4178
|
+
y2: 150.5,
|
|
4179
|
+
gradientUnits: "userSpaceOnUse",
|
|
4180
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
4181
|
+
offset: 1,
|
|
4182
|
+
stopColor: "#FFFBF4"
|
|
4183
|
+
})]
|
|
4184
|
+
}),
|
|
4185
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
4186
|
+
id: "il-post-empty_svg__b",
|
|
4187
|
+
width: 174.827,
|
|
4188
|
+
height: 188.492,
|
|
4189
|
+
x: 8.871,
|
|
4190
|
+
y: 12.753,
|
|
4191
|
+
colorInterpolationFilters: "sRGB",
|
|
4192
|
+
filterUnits: "userSpaceOnUse",
|
|
4193
|
+
children: [
|
|
4194
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
4195
|
+
floodOpacity: 0,
|
|
4196
|
+
result: "BackgroundImageFix"
|
|
4197
|
+
}),
|
|
4198
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
4199
|
+
in: "SourceAlpha",
|
|
4200
|
+
result: "hardAlpha",
|
|
4201
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4202
|
+
}),
|
|
4203
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
4204
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
4205
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
4206
|
+
in2: "hardAlpha",
|
|
4207
|
+
operator: "out"
|
|
4208
|
+
}),
|
|
4209
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
4210
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4211
|
+
in2: "BackgroundImageFix",
|
|
4212
|
+
result: "effect1_dropShadow_5329_2207"
|
|
4213
|
+
}),
|
|
4214
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4215
|
+
in: "SourceGraphic",
|
|
4216
|
+
in2: "effect1_dropShadow_5329_2207",
|
|
4217
|
+
result: "shape"
|
|
4218
|
+
})
|
|
4219
|
+
]
|
|
4220
|
+
}),
|
|
4221
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
4222
|
+
id: "il-post-empty_svg__i",
|
|
4223
|
+
width: 80,
|
|
4224
|
+
height: 82,
|
|
4225
|
+
x: 128,
|
|
4226
|
+
y: 93,
|
|
4227
|
+
colorInterpolationFilters: "sRGB",
|
|
4228
|
+
filterUnits: "userSpaceOnUse",
|
|
4229
|
+
children: [
|
|
4230
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
4231
|
+
floodOpacity: 0,
|
|
4232
|
+
result: "BackgroundImageFix"
|
|
4233
|
+
}),
|
|
4234
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
4235
|
+
in: "SourceAlpha",
|
|
4236
|
+
result: "hardAlpha",
|
|
4237
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4238
|
+
}),
|
|
4239
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 2 }),
|
|
4240
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
4241
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
4242
|
+
in2: "hardAlpha",
|
|
4243
|
+
operator: "out"
|
|
4244
|
+
}),
|
|
4245
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }),
|
|
4246
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4247
|
+
in2: "BackgroundImageFix",
|
|
4248
|
+
result: "effect1_dropShadow_5329_2207"
|
|
4249
|
+
}),
|
|
4250
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4251
|
+
in: "SourceGraphic",
|
|
4252
|
+
in2: "effect1_dropShadow_5329_2207",
|
|
4253
|
+
result: "shape"
|
|
4254
|
+
})
|
|
4255
|
+
]
|
|
4256
|
+
}),
|
|
4257
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
4258
|
+
id: "il-post-empty_svg__h",
|
|
4259
|
+
transform: "translate(-128 -93)",
|
|
4260
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
4261
|
+
cx: 168,
|
|
4262
|
+
cy: 133,
|
|
4263
|
+
r: 36
|
|
4264
|
+
})
|
|
4265
|
+
})
|
|
4266
|
+
] })
|
|
4267
|
+
]
|
|
4268
|
+
});
|
|
4269
|
+
//#endregion
|
|
4270
|
+
//#region src/illustrations/il-scrap-post-empty.svg
|
|
4271
|
+
const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4272
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4273
|
+
width: 208,
|
|
4274
|
+
height: 198,
|
|
4275
|
+
fill: "none",
|
|
4276
|
+
...props,
|
|
4277
|
+
children: [
|
|
4278
|
+
/* @__PURE__ */ jsx("mask", {
|
|
4279
|
+
id: "il-scrap-post-empty_svg__a",
|
|
4280
|
+
width: 193,
|
|
4281
|
+
height: 198,
|
|
4282
|
+
x: 0,
|
|
4283
|
+
y: 0,
|
|
4284
|
+
maskUnits: "userSpaceOnUse",
|
|
4285
|
+
style: { maskType: "alpha" },
|
|
4286
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
4287
|
+
fill: "#D9D9D9",
|
|
4288
|
+
d: "m71 197.215-32-20-39-154L159.5.715l33 183z"
|
|
4289
|
+
})
|
|
4290
|
+
}),
|
|
4291
|
+
/* @__PURE__ */ jsxs("g", {
|
|
4292
|
+
filter: "url(#il-scrap-post-empty_svg__b)",
|
|
4293
|
+
mask: "url(#il-scrap-post-empty_svg__a)",
|
|
4294
|
+
children: [
|
|
4295
|
+
/* @__PURE__ */ jsx("path", {
|
|
4296
|
+
fill: "url(#il-scrap-post-empty_svg__c)",
|
|
4297
|
+
d: "M142.016 18.022 19.507 33.28a7 7 0 0 0-5.993 8.347L44.202 191.86a7 7 0 0 0 7.733 5.545L173.07 182.15a7 7 0 0 0 5.996-8.285L149.751 23.628a7 7 0 0 0-7.735-5.606"
|
|
4298
|
+
}),
|
|
4299
|
+
/* @__PURE__ */ jsx("path", {
|
|
4300
|
+
fill: "url(#il-scrap-post-empty_svg__d)",
|
|
4301
|
+
d: "M142.016 18.022 19.507 33.28a7 7 0 0 0-5.993 8.347L44.202 191.86a7 7 0 0 0 7.733 5.545L173.07 182.15a7 7 0 0 0 5.996-8.285L149.751 23.628a7 7 0 0 0-7.735-5.606"
|
|
4302
|
+
}),
|
|
4303
|
+
/* @__PURE__ */ jsx("path", {
|
|
4304
|
+
stroke: "#fff",
|
|
4305
|
+
d: "M142.016 18.022 19.507 33.28a7 7 0 0 0-5.993 8.347L44.202 191.86a7 7 0 0 0 7.733 5.545L173.07 182.15a7 7 0 0 0 5.996-8.285L149.751 23.628a7 7 0 0 0-7.735-5.606Z"
|
|
4306
|
+
})
|
|
4307
|
+
]
|
|
4308
|
+
}),
|
|
4309
|
+
/* @__PURE__ */ jsx("path", {
|
|
4310
|
+
fill: "#C7D2F6",
|
|
4311
|
+
stroke: "#fff",
|
|
4312
|
+
d: "m67.5 194.715-26-16 15.987-3.091a7 7 0 0 1 8.268 5.951z"
|
|
4313
|
+
}),
|
|
4314
|
+
/* @__PURE__ */ jsx("path", {
|
|
4315
|
+
fill: "url(#il-scrap-post-empty_svg__e)",
|
|
4316
|
+
fillOpacity: .8,
|
|
4317
|
+
fillRule: "evenodd",
|
|
4318
|
+
d: "M143.463 72.675a4 4 0 0 1-3.423 4.503l-95.5 13a4 4 0 0 1-1.08-7.927l95.5-13a4 4 0 0 1 4.503 3.424",
|
|
4319
|
+
clipRule: "evenodd"
|
|
4320
|
+
}),
|
|
4321
|
+
/* @__PURE__ */ jsx("path", {
|
|
4322
|
+
fill: "url(#il-scrap-post-empty_svg__f)",
|
|
4323
|
+
fillOpacity: .8,
|
|
4324
|
+
fillRule: "evenodd",
|
|
4325
|
+
d: "M131.966 97.693a4 4 0 0 1-3.444 4.488l-76 10a4 4 0 0 1-1.044-7.932l76-10a4 4 0 0 1 4.488 3.444",
|
|
4326
|
+
clipRule: "evenodd"
|
|
4327
|
+
}),
|
|
4328
|
+
/* @__PURE__ */ jsx("path", {
|
|
4329
|
+
fill: "url(#il-scrap-post-empty_svg__g)",
|
|
4330
|
+
fillOpacity: .8,
|
|
4331
|
+
fillRule: "evenodd",
|
|
4332
|
+
d: "M137.462 49.667a4 4 0 0 1-3.414 4.51l-61.5 8.5a4 4 0 0 1-1.096-7.925l61.5-8.5a4 4 0 0 1 4.51 3.415",
|
|
4333
|
+
clipRule: "evenodd",
|
|
4334
|
+
opacity: .91
|
|
4335
|
+
}),
|
|
4336
|
+
/* @__PURE__ */ jsx("g", {
|
|
4337
|
+
filter: "url(#il-scrap-post-empty_svg__h)",
|
|
4338
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
4339
|
+
fill: "#4C95FF",
|
|
4340
|
+
d: "m32.064 29.579 17.516-2.246a1 1 0 0 1 1.107.79L58 63.715l-11-4.5-8.5 8-7.29-36.448a1 1 0 0 1 .854-1.189"
|
|
4341
|
+
})
|
|
4342
|
+
}),
|
|
4343
|
+
/* @__PURE__ */ jsx("foreignObject", {
|
|
4344
|
+
width: 80,
|
|
4345
|
+
height: 82,
|
|
4346
|
+
x: 128,
|
|
4347
|
+
y: 93.715,
|
|
4348
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
4349
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
4350
|
+
style: {
|
|
4351
|
+
backdropFilter: "blur(2px)",
|
|
4352
|
+
clipPath: "url(#il-scrap-post-empty_svg__i)",
|
|
4353
|
+
height: "100%",
|
|
4354
|
+
width: "100%"
|
|
4355
|
+
}
|
|
4356
|
+
})
|
|
4357
|
+
}),
|
|
4358
|
+
/* @__PURE__ */ jsx("g", {
|
|
4359
|
+
"data-figma-bg-blur-radius": 4,
|
|
4360
|
+
filter: "url(#il-scrap-post-empty_svg__j)",
|
|
4361
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
4362
|
+
cx: 168,
|
|
4363
|
+
cy: 133.715,
|
|
4364
|
+
r: 36,
|
|
4365
|
+
fill: "url(#il-scrap-post-empty_svg__k)",
|
|
4366
|
+
fillOpacity: .71,
|
|
4367
|
+
shapeRendering: "crispEdges"
|
|
4368
|
+
})
|
|
4369
|
+
}),
|
|
4370
|
+
/* @__PURE__ */ jsx("path", {
|
|
4371
|
+
fill: "#4C95FF",
|
|
4372
|
+
fillRule: "evenodd",
|
|
4373
|
+
d: "M179.16 116.888a4.008 4.008 0 0 1 5.666 5.667l-11.16 11.16 11.16 11.16a4.006 4.006 0 1 1-5.666 5.666L168 139.381l-11.16 11.16a4.006 4.006 0 1 1-5.666-5.666l11.16-11.16-11.16-11.16a4.007 4.007 0 0 1 5.666-5.667l11.16 11.16z",
|
|
4374
|
+
clipRule: "evenodd"
|
|
4375
|
+
}),
|
|
4376
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
4377
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4378
|
+
id: "il-scrap-post-empty_svg__c",
|
|
4379
|
+
x1: 96.25,
|
|
4380
|
+
x2: 96.25,
|
|
4381
|
+
y1: 17.215,
|
|
4382
|
+
y2: 198.215,
|
|
4383
|
+
gradientUnits: "userSpaceOnUse",
|
|
4384
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
4385
|
+
offset: 1,
|
|
4386
|
+
stopColor: "#E2E9FF"
|
|
4387
|
+
})]
|
|
4388
|
+
}),
|
|
4389
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4390
|
+
id: "il-scrap-post-empty_svg__d",
|
|
4391
|
+
x1: 96.25,
|
|
4392
|
+
x2: 96.25,
|
|
4393
|
+
y1: 17.215,
|
|
4394
|
+
y2: 198.215,
|
|
4395
|
+
gradientUnits: "userSpaceOnUse",
|
|
4396
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
4397
|
+
offset: 1,
|
|
4398
|
+
stopColor: "#E2E9FF"
|
|
4399
|
+
})]
|
|
4400
|
+
}),
|
|
4401
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4402
|
+
id: "il-scrap-post-empty_svg__e",
|
|
4403
|
+
x1: 150,
|
|
4404
|
+
x2: 44,
|
|
4405
|
+
y1: 73.215,
|
|
4406
|
+
y2: 86.215,
|
|
4407
|
+
gradientUnits: "userSpaceOnUse",
|
|
4408
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
4409
|
+
offset: 1,
|
|
4410
|
+
stopColor: "#fff",
|
|
4411
|
+
stopOpacity: .8
|
|
4412
|
+
})]
|
|
4413
|
+
}),
|
|
4414
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4415
|
+
id: "il-scrap-post-empty_svg__f",
|
|
4416
|
+
x1: 142,
|
|
4417
|
+
x2: 48,
|
|
4418
|
+
y1: 90.715,
|
|
4419
|
+
y2: 103.215,
|
|
4420
|
+
gradientUnits: "userSpaceOnUse",
|
|
4421
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
4422
|
+
stopColor: "#fff",
|
|
4423
|
+
stopOpacity: .6
|
|
4424
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
4425
|
+
offset: 1,
|
|
4426
|
+
stopColor: "#fff"
|
|
4427
|
+
})]
|
|
4428
|
+
}),
|
|
4429
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4430
|
+
id: "il-scrap-post-empty_svg__g",
|
|
4431
|
+
x1: 157.5,
|
|
4432
|
+
x2: 50,
|
|
4433
|
+
y1: 48.715,
|
|
4434
|
+
y2: 58.215,
|
|
4435
|
+
gradientUnits: "userSpaceOnUse",
|
|
4436
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
4437
|
+
offset: 1,
|
|
4438
|
+
stopColor: "#fff",
|
|
4439
|
+
stopOpacity: .8
|
|
4440
|
+
})]
|
|
4441
|
+
}),
|
|
4442
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
4443
|
+
id: "il-scrap-post-empty_svg__k",
|
|
4444
|
+
x1: 132,
|
|
4445
|
+
x2: 208.5,
|
|
4446
|
+
y1: 127.715,
|
|
4447
|
+
y2: 151.215,
|
|
4448
|
+
gradientUnits: "userSpaceOnUse",
|
|
4449
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }), /* @__PURE__ */ jsx("stop", {
|
|
4450
|
+
offset: 1,
|
|
4451
|
+
stopColor: "#FFFBF4"
|
|
4452
|
+
})]
|
|
4453
|
+
}),
|
|
4454
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
4455
|
+
id: "il-scrap-post-empty_svg__b",
|
|
4456
|
+
width: 174.827,
|
|
4457
|
+
height: 188.492,
|
|
4458
|
+
x: 8.871,
|
|
4459
|
+
y: 13.468,
|
|
4460
|
+
colorInterpolationFilters: "sRGB",
|
|
4461
|
+
filterUnits: "userSpaceOnUse",
|
|
4462
|
+
children: [
|
|
4463
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
4464
|
+
floodOpacity: 0,
|
|
4465
|
+
result: "BackgroundImageFix"
|
|
4466
|
+
}),
|
|
4467
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
4468
|
+
in: "SourceAlpha",
|
|
4469
|
+
result: "hardAlpha",
|
|
4470
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4471
|
+
}),
|
|
4472
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
4473
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
4474
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
4475
|
+
in2: "hardAlpha",
|
|
4476
|
+
operator: "out"
|
|
4477
|
+
}),
|
|
4478
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
4479
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4480
|
+
in2: "BackgroundImageFix",
|
|
4481
|
+
result: "effect1_dropShadow_5329_2085"
|
|
4482
|
+
}),
|
|
4483
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4484
|
+
in: "SourceGraphic",
|
|
4485
|
+
in2: "effect1_dropShadow_5329_2085",
|
|
4486
|
+
result: "shape"
|
|
4487
|
+
})
|
|
4488
|
+
]
|
|
4489
|
+
}),
|
|
4490
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
4491
|
+
id: "il-scrap-post-empty_svg__h",
|
|
4492
|
+
width: 30.809,
|
|
4493
|
+
height: 43.89,
|
|
4494
|
+
x: 28.191,
|
|
4495
|
+
y: 27.325,
|
|
4496
|
+
colorInterpolationFilters: "sRGB",
|
|
4497
|
+
filterUnits: "userSpaceOnUse",
|
|
4498
|
+
children: [
|
|
4499
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
4500
|
+
floodOpacity: 0,
|
|
4501
|
+
result: "BackgroundImageFix"
|
|
4502
|
+
}),
|
|
4503
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
4504
|
+
in: "SourceAlpha",
|
|
4505
|
+
result: "hardAlpha",
|
|
4506
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4507
|
+
}),
|
|
4508
|
+
/* @__PURE__ */ jsx("feOffset", {
|
|
4509
|
+
dx: -1,
|
|
4510
|
+
dy: 2
|
|
4511
|
+
}),
|
|
4512
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 1 }),
|
|
4513
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
4514
|
+
in2: "hardAlpha",
|
|
4515
|
+
operator: "out"
|
|
4516
|
+
}),
|
|
4517
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0" }),
|
|
4518
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4519
|
+
in2: "BackgroundImageFix",
|
|
4520
|
+
result: "effect1_dropShadow_5329_2085"
|
|
4521
|
+
}),
|
|
4522
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4523
|
+
in: "SourceGraphic",
|
|
4524
|
+
in2: "effect1_dropShadow_5329_2085",
|
|
4525
|
+
result: "shape"
|
|
4526
|
+
})
|
|
4527
|
+
]
|
|
4528
|
+
}),
|
|
4529
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
4530
|
+
id: "il-scrap-post-empty_svg__j",
|
|
4531
|
+
width: 80,
|
|
4532
|
+
height: 82,
|
|
4533
|
+
x: 128,
|
|
4534
|
+
y: 93.715,
|
|
4535
|
+
colorInterpolationFilters: "sRGB",
|
|
4536
|
+
filterUnits: "userSpaceOnUse",
|
|
4537
|
+
children: [
|
|
4538
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
4539
|
+
floodOpacity: 0,
|
|
4540
|
+
result: "BackgroundImageFix"
|
|
4541
|
+
}),
|
|
4542
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
4543
|
+
in: "SourceAlpha",
|
|
4544
|
+
result: "hardAlpha",
|
|
4545
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4546
|
+
}),
|
|
4547
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 2 }),
|
|
4548
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 2 }),
|
|
4549
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
4550
|
+
in2: "hardAlpha",
|
|
4551
|
+
operator: "out"
|
|
4552
|
+
}),
|
|
4553
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }),
|
|
4554
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4555
|
+
in2: "BackgroundImageFix",
|
|
4556
|
+
result: "effect1_dropShadow_5329_2085"
|
|
4557
|
+
}),
|
|
4558
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
4559
|
+
in: "SourceGraphic",
|
|
4560
|
+
in2: "effect1_dropShadow_5329_2085",
|
|
4561
|
+
result: "shape"
|
|
4562
|
+
})
|
|
4563
|
+
]
|
|
4564
|
+
}),
|
|
4565
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
4566
|
+
id: "il-scrap-post-empty_svg__i",
|
|
4567
|
+
transform: "translate(-128 -93.715)",
|
|
4568
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
4569
|
+
cx: 168,
|
|
4570
|
+
cy: 133.715,
|
|
4571
|
+
r: 36
|
|
4572
|
+
})
|
|
4573
|
+
})
|
|
4574
|
+
] })
|
|
4575
|
+
]
|
|
4576
|
+
});
|
|
4577
|
+
//#endregion
|
|
4578
|
+
//#region src/illustrations/il-snow-ground-circle.svg
|
|
4579
|
+
const SvgIlSnowGroundCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4580
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4581
|
+
width: 64,
|
|
4582
|
+
height: 64,
|
|
4583
|
+
fill: "none",
|
|
4584
|
+
...props,
|
|
4585
|
+
children: [
|
|
4586
|
+
/* @__PURE__ */ jsx("mask", {
|
|
4587
|
+
id: "il-snow-ground-circle_svg__a",
|
|
4588
|
+
width: 64,
|
|
4589
|
+
height: 64,
|
|
4590
|
+
x: 0,
|
|
4591
|
+
y: 0,
|
|
4592
|
+
maskUnits: "userSpaceOnUse",
|
|
4593
|
+
style: { maskType: "alpha" },
|
|
4594
|
+
children: /* @__PURE__ */ jsx("circle", {
|
|
4595
|
+
cx: 32,
|
|
4596
|
+
cy: 32,
|
|
4597
|
+
r: 32,
|
|
4598
|
+
fill: "#C8DFFF"
|
|
4599
|
+
})
|
|
4600
|
+
}),
|
|
4601
|
+
/* @__PURE__ */ jsxs("g", {
|
|
4602
|
+
mask: "url(#il-snow-ground-circle_svg__a)",
|
|
4603
|
+
children: [
|
|
4604
|
+
/* @__PURE__ */ jsx("path", {
|
|
4605
|
+
fill: "url(#il-snow-ground-circle_svg__b)",
|
|
4606
|
+
d: "m60 64-.431-.491C44.513 46.377 17.755 46.609 3 64z"
|
|
4607
|
+
}),
|
|
4608
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4609
|
+
cx: 17,
|
|
4610
|
+
cy: 42,
|
|
4611
|
+
r: 6,
|
|
4612
|
+
fill: "#4C95FF"
|
|
4613
|
+
}),
|
|
4614
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4615
|
+
cx: 42,
|
|
4616
|
+
cy: 35,
|
|
4617
|
+
r: 6,
|
|
4618
|
+
fill: "#B0D0FF"
|
|
4619
|
+
}),
|
|
4620
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4621
|
+
cx: 46,
|
|
4622
|
+
cy: 25,
|
|
4623
|
+
r: 6,
|
|
4624
|
+
fill: "#DAEBFF"
|
|
4625
|
+
}),
|
|
4626
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4627
|
+
cx: 27,
|
|
4628
|
+
cy: 14,
|
|
4629
|
+
r: 6,
|
|
4630
|
+
fill: "#E6F2FF"
|
|
4631
|
+
})
|
|
4632
|
+
]
|
|
4633
|
+
}),
|
|
4634
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", {
|
|
4635
|
+
id: "il-snow-ground-circle_svg__b",
|
|
4636
|
+
x1: 31.5,
|
|
4637
|
+
x2: 31.5,
|
|
4638
|
+
y1: 51.759,
|
|
4639
|
+
y2: 64,
|
|
4640
|
+
gradientUnits: "userSpaceOnUse",
|
|
4641
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#4C95FF" }), /* @__PURE__ */ jsx("stop", {
|
|
4642
|
+
offset: 1,
|
|
4643
|
+
stopColor: "#4C95FF",
|
|
4644
|
+
stopOpacity: 0
|
|
4645
|
+
})]
|
|
4646
|
+
}) })
|
|
4647
|
+
]
|
|
4648
|
+
});
|
|
4649
|
+
//#endregion
|
|
4650
|
+
//#region src/illustrations/il-snow-ground.svg
|
|
4651
|
+
const SvgIlSnowGround = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4652
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4653
|
+
width: 219,
|
|
4654
|
+
height: 98,
|
|
4655
|
+
fill: "none",
|
|
4656
|
+
...props,
|
|
4657
|
+
children: [
|
|
4658
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4659
|
+
cx: 161,
|
|
4660
|
+
cy: 60,
|
|
4661
|
+
r: 6,
|
|
4662
|
+
fill: "#DDEBF6"
|
|
4663
|
+
}),
|
|
4664
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4665
|
+
cx: 115,
|
|
4666
|
+
cy: 36,
|
|
4667
|
+
r: 6,
|
|
4668
|
+
fill: "#DDEBF6"
|
|
4669
|
+
}),
|
|
4670
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4671
|
+
cx: 201,
|
|
4672
|
+
cy: 37,
|
|
4673
|
+
r: 6,
|
|
4674
|
+
fill: "#DDEBF6",
|
|
4675
|
+
opacity: .65
|
|
4676
|
+
}),
|
|
4677
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4678
|
+
cx: 100,
|
|
4679
|
+
cy: 71,
|
|
4680
|
+
r: 6,
|
|
4681
|
+
fill: "#DDEBF6",
|
|
4682
|
+
opacity: .65
|
|
4683
|
+
}),
|
|
4684
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4685
|
+
cx: 119,
|
|
4686
|
+
r: 6,
|
|
4687
|
+
fill: "#DDEBF6",
|
|
4688
|
+
opacity: .65
|
|
4689
|
+
}),
|
|
4690
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4691
|
+
cx: 161,
|
|
4692
|
+
cy: 21,
|
|
4693
|
+
r: 6,
|
|
4694
|
+
fill: "#DDEBF6",
|
|
4695
|
+
opacity: .3
|
|
4696
|
+
}),
|
|
4697
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4698
|
+
cx: 55,
|
|
4699
|
+
cy: 48,
|
|
4700
|
+
r: 6,
|
|
4701
|
+
fill: "#DDEBF6",
|
|
4702
|
+
opacity: .3
|
|
4703
|
+
}),
|
|
4704
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4705
|
+
cx: 49,
|
|
4706
|
+
cy: 12,
|
|
4707
|
+
r: 6,
|
|
4708
|
+
fill: "#DDEBF6",
|
|
4709
|
+
opacity: .3
|
|
4710
|
+
}),
|
|
4711
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4712
|
+
cx: 6,
|
|
4713
|
+
cy: 33,
|
|
4714
|
+
r: 6,
|
|
4715
|
+
fill: "#DDEBF6",
|
|
4716
|
+
opacity: .3
|
|
4717
|
+
}),
|
|
4718
|
+
/* @__PURE__ */ jsx("path", {
|
|
4719
|
+
fill: "url(#il-snow-ground_svg__a)",
|
|
4720
|
+
d: "M222.461 88q-.002.958-.147 1.876l.146-.023v6.824c-.001 1.285-3.666 2.398-9.029 2.95-.95.243-1.945.373-2.97.373h-4.534l-.172.001h-45.231l.006-.001H22c34.279-6.816 122.361-20.959 200.461-23z"
|
|
4721
|
+
}),
|
|
4722
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", {
|
|
4723
|
+
id: "il-snow-ground_svg__a",
|
|
4724
|
+
x1: 122.23,
|
|
4725
|
+
x2: 130.689,
|
|
4726
|
+
y1: 77,
|
|
4727
|
+
y2: 131.828,
|
|
4728
|
+
gradientUnits: "userSpaceOnUse",
|
|
4729
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
4730
|
+
offset: 1,
|
|
4731
|
+
stopColor: "#fff"
|
|
4732
|
+
})]
|
|
4733
|
+
}) })
|
|
4734
|
+
]
|
|
4735
|
+
});
|
|
4736
|
+
//#endregion
|
|
4737
|
+
//#region src/illustrations/il-snow-mountain-circle.svg
|
|
4738
|
+
const SvgIlSnowMountainCircle = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4739
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4740
|
+
width: 64,
|
|
4741
|
+
height: 64,
|
|
4742
|
+
fill: "none",
|
|
4743
|
+
...props,
|
|
4744
|
+
children: [
|
|
4745
|
+
/* @__PURE__ */ jsx("mask", {
|
|
4746
|
+
id: "il-snow-mountain-circle_svg__a",
|
|
4747
|
+
width: 64,
|
|
4748
|
+
height: 64,
|
|
4749
|
+
x: 0,
|
|
4750
|
+
y: 0,
|
|
4751
|
+
maskUnits: "userSpaceOnUse",
|
|
4752
|
+
style: { maskType: "alpha" },
|
|
4753
|
+
children: /* @__PURE__ */ jsx("rect", {
|
|
4754
|
+
width: 64,
|
|
4755
|
+
height: 64,
|
|
4756
|
+
fill: "#F8F8F8",
|
|
4757
|
+
rx: 32
|
|
4758
|
+
})
|
|
4759
|
+
}),
|
|
4760
|
+
/* @__PURE__ */ jsxs("g", {
|
|
4761
|
+
mask: "url(#il-snow-mountain-circle_svg__a)",
|
|
4762
|
+
children: [
|
|
4763
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4764
|
+
cx: 32,
|
|
4765
|
+
cy: 31,
|
|
4766
|
+
r: 6,
|
|
4767
|
+
fill: "#B0D0FF"
|
|
4768
|
+
}),
|
|
4769
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4770
|
+
cx: 18,
|
|
4771
|
+
cy: 15,
|
|
4772
|
+
r: 6,
|
|
4773
|
+
fill: "#DAEBFF"
|
|
4774
|
+
}),
|
|
4775
|
+
/* @__PURE__ */ jsx("path", {
|
|
4776
|
+
fill: "url(#il-snow-mountain-circle_svg__b)",
|
|
4777
|
+
d: "M31.888 31.951 14 64h48L44.112 31.951c-2.67-4.784-9.554-4.784-12.224 0"
|
|
4778
|
+
}),
|
|
4779
|
+
/* @__PURE__ */ jsx("path", {
|
|
4780
|
+
fill: "url(#il-snow-mountain-circle_svg__c)",
|
|
4781
|
+
d: "M24.25 41.632 3 64h57L38.75 41.632c-3.943-4.15-10.558-4.15-14.5 0"
|
|
4782
|
+
}),
|
|
4783
|
+
/* @__PURE__ */ jsx("path", {
|
|
4784
|
+
stroke: "#fff",
|
|
4785
|
+
strokeWidth: 1.5,
|
|
4786
|
+
d: "m18 48 3.375 3a5.08 5.08 0 0 0 6.75 0 5.08 5.08 0 0 1 6.75 0 5.08 5.08 0 0 0 6.75 0L45 48"
|
|
4787
|
+
})
|
|
4788
|
+
]
|
|
4789
|
+
}),
|
|
4790
|
+
/* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("linearGradient", {
|
|
4791
|
+
id: "il-snow-mountain-circle_svg__b",
|
|
4792
|
+
x1: 38,
|
|
4793
|
+
x2: 38,
|
|
4794
|
+
y1: 28.351,
|
|
4795
|
+
y2: 64,
|
|
4796
|
+
gradientUnits: "userSpaceOnUse",
|
|
4797
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#4C95FF" }), /* @__PURE__ */ jsx("stop", {
|
|
4798
|
+
offset: 1,
|
|
4799
|
+
stopColor: "#fff"
|
|
4800
|
+
})]
|
|
4801
|
+
}), /* @__PURE__ */ jsxs("linearGradient", {
|
|
4802
|
+
id: "il-snow-mountain-circle_svg__c",
|
|
4803
|
+
x1: 31.5,
|
|
4804
|
+
x2: 31.5,
|
|
4805
|
+
y1: 39.129,
|
|
4806
|
+
y2: 64,
|
|
4807
|
+
gradientUnits: "userSpaceOnUse",
|
|
4808
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#4C95FF" }), /* @__PURE__ */ jsx("stop", {
|
|
4809
|
+
offset: 1,
|
|
4810
|
+
stopColor: "#fff"
|
|
4811
|
+
})]
|
|
4812
|
+
})] })
|
|
4813
|
+
]
|
|
4814
|
+
});
|
|
4815
|
+
//#endregion
|
|
4816
|
+
//#region src/illustrations/il-snow-mountain.svg
|
|
4817
|
+
const SvgIlSnowMountain = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4818
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4819
|
+
width: 215,
|
|
4820
|
+
height: 98,
|
|
4821
|
+
fill: "none",
|
|
4822
|
+
...props,
|
|
4823
|
+
children: [
|
|
4824
|
+
/* @__PURE__ */ jsx("path", {
|
|
4825
|
+
fill: "url(#il-snow-mountain_svg__a)",
|
|
4826
|
+
d: "M69.628 80.563 54.072 107.5c-2.282 3.951.506 8.902 5.067 8.999l157.733 3.369A6 6 0 0 0 223 113.87V91.799c0-.9-.203-1.789-.593-2.6l-16.703-34.735c-2.181-4.537-8.643-4.532-10.818.007l-14.415 30.078c-2.066 4.311-8.098 4.592-10.557.493l-31.136-51.917c-2.403-4.007-8.263-3.85-10.449.28L98.114 90.513c-2.066 3.906-7.501 4.314-10.128.761l-8.338-11.278c-2.57-3.475-7.86-3.176-10.02.567"
|
|
4827
|
+
}),
|
|
4828
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4829
|
+
cx: 119,
|
|
4830
|
+
cy: 6,
|
|
4831
|
+
r: 6,
|
|
4832
|
+
fill: "#DDEBF6",
|
|
4833
|
+
opacity: .65
|
|
4834
|
+
}),
|
|
4835
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4836
|
+
cx: 43,
|
|
4837
|
+
cy: 12,
|
|
4838
|
+
r: 6,
|
|
4839
|
+
fill: "#DDEBF6",
|
|
4840
|
+
opacity: .3
|
|
4841
|
+
}),
|
|
4842
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4843
|
+
cx: 161,
|
|
4844
|
+
cy: 27,
|
|
4845
|
+
r: 6,
|
|
4846
|
+
fill: "#DDEBF6",
|
|
4847
|
+
opacity: .3
|
|
4848
|
+
}),
|
|
4849
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4850
|
+
cx: 6,
|
|
4851
|
+
cy: 39,
|
|
4852
|
+
r: 6,
|
|
4853
|
+
fill: "#DDEBF6",
|
|
4854
|
+
opacity: .3
|
|
4855
|
+
}),
|
|
4856
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4857
|
+
cx: 93,
|
|
4858
|
+
cy: 65,
|
|
4859
|
+
r: 6,
|
|
4860
|
+
fill: "#DDEBF6"
|
|
4861
|
+
}),
|
|
4862
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4863
|
+
cx: 213,
|
|
4864
|
+
cy: 33,
|
|
4865
|
+
r: 6,
|
|
4866
|
+
fill: "#DDEBF6",
|
|
4867
|
+
opacity: .65
|
|
4868
|
+
}),
|
|
4869
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4870
|
+
cx: 58,
|
|
4871
|
+
cy: 49,
|
|
4872
|
+
r: 6,
|
|
4873
|
+
fill: "#DDEBF6",
|
|
4874
|
+
opacity: .3
|
|
4875
|
+
}),
|
|
4876
|
+
/* @__PURE__ */ jsx("circle", {
|
|
4877
|
+
cx: 26,
|
|
4878
|
+
cy: 92,
|
|
4879
|
+
r: 6,
|
|
4880
|
+
fill: "#DDEBF6"
|
|
4881
|
+
}),
|
|
4882
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", {
|
|
4883
|
+
id: "il-snow-mountain_svg__a",
|
|
4884
|
+
x1: 136,
|
|
4885
|
+
x2: 250.894,
|
|
4886
|
+
y1: 18.426,
|
|
4887
|
+
y2: 170.367,
|
|
4888
|
+
gradientUnits: "userSpaceOnUse",
|
|
4889
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#DDEBF6" }), /* @__PURE__ */ jsx("stop", {
|
|
4890
|
+
offset: 1,
|
|
4891
|
+
stopColor: "#fff"
|
|
4892
|
+
})]
|
|
4893
|
+
}) })
|
|
4894
|
+
]
|
|
4895
|
+
});
|
|
4896
|
+
//#endregion
|
|
4897
|
+
export { SvgIcBasicMypage as $, SvgIcMultiDollarCircle as A, SvgIcBasicArrowCornerDownRight as At, SvgIcMultiBadgePink as B, SvgIcMultiPointCircle as C, SvgIcBasicBookmark as Ct, SvgIcMultiHeartMinusCircle as D, SvgIcBasicBell as Dt, SvgIcMultiHeartPlusCircle as E, SvgIcBasicBookFill as Et, SvgIcMultiCheckCirclePink as F, SvgIcBasicTextAlign as G, SvgIcBasicX as H, SvgIcMultiCamera as I, SvgIcBasicPointCircle as J, SvgIcBasicSearch as K, SvgIcMultiBellPink as L, SvgIcMultiCloudBlack as M, SvgIcMultiClipboardWhite as N, SvgIcMultiGestureHand as O, SvgIcBasicBellFill as Ot, SvgIcMultiClipboardBlue as P, SvgIcBasicPencilFill as Q, SvgIcMultiBellOff as R, SvgIcMultiQuestionCircle as S, SvgIcBasicBuilding as St, SvgIcMultiImage as T, SvgIcBasicBook as Tt, SvgIcBasicVideo as U, SvgIcMultiBadgeBlue as V, SvgIcBasicTrashcanFill as W, SvgIcBasicPersonFill as X, SvgIcBasicPerson as Y, SvgIcBasicPencilUnderline as Z, SvgIcMultiUserQuestion as _, SvgIcBasicChevronRight as _t, SvgIlScrapPostEmpty as a, SvgIcBasicHomeFill as at, SvgIcMultiShare as b, SvgIcBasicCheck as bt, SvgIlMicrophone as c, SvgIcBasicHashtag as ct, SvgIlCommentEmpty as d, SvgIcBasicFile as dt, SvgIcBasicMypageFill as et, SvgIlClipboardSearch as f, SvgIcBasicEye as ft, SvgIcMultiVideo as g, SvgIcBasicChevronUp as gt, SvgIcMultiWarningCone as h, SvgIcBasicClapperboard as ht, SvgIlSnowGroundCircle as i, SvgIcBasicImageFill as it, SvgIcMultiCommentX as j, SvgIcMultiFlag as k, SvgIcBasicArrowLeft as kt, SvgIlMegaphone as l, SvgIcBasicHamburgerMenu as lt, SvgIlBellEmpty as m, SvgIcBasicCommentFill as mt, SvgIlSnowMountainCircle as n, SvgIcBasicInstagramFill as nt, SvgIlPostEmpty as o, SvgIcBasicHeart as ot, SvgIlCalendarEmpty as p, SvgIcBasicEyeFill as pt, SvgIcBasicRefresh as q, SvgIlSnowGround as r, SvgIcBasicImage as rt, SvgIlPadlock as s, SvgIcBasicHeartFill as st, SvgIlSnowMountain as t, SvgIcBasicLocation as tt, SvgIlEmailCheck as u, SvgIcBasicGripHorizontal as ut, SvgIcMultiSkull as v, SvgIcBasicChevronLeft as vt, SvgIcMultiMessageAlert as w, SvgIcBasicBookmarkFill as wt, SvgIcMultiSadFace as x, SvgIcBasicCheckCircle as xt, SvgIcMultiShieldOff as y, SvgIcBasicChevronDown as yt, SvgIcMultiBellBlue as z };
|