@luscii-healthtech/web-ui 35.12.0 → 35.12.1
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/components/Icons/special-icons/FlagDeColoredIcon.d.ts +4 -0
- package/dist/components/Icons/special-icons/FlagFrColoredIcon.d.ts +4 -0
- package/dist/components/Icons/special-icons/FlagNlColoredIcon.d.ts +4 -0
- package/dist/components/Icons/special-icons/FlagPtColoredIcon.d.ts +4 -0
- package/dist/components/Icons/special-icons/FlagUkColoredIcon.d.ts +4 -0
- package/dist/components/Icons/special-icons/index.d.ts +5 -0
- package/dist/components/Input/StyledInput.d.ts +1 -1
- package/dist/index.development.js +331 -0
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export { default as ChartLineColoredIcon } from "./ChartLineColoredIcon";
|
|
2
|
+
export { default as FlagDeColoredIcon } from "./FlagDeColoredIcon";
|
|
3
|
+
export { default as FlagFrColoredIcon } from "./FlagFrColoredIcon";
|
|
4
|
+
export { default as FlagNlColoredIcon } from "./FlagNlColoredIcon";
|
|
5
|
+
export { default as FlagPtColoredIcon } from "./FlagPtColoredIcon";
|
|
6
|
+
export { default as FlagUkColoredIcon } from "./FlagUkColoredIcon";
|
|
2
7
|
export { default as GearColoredIcon } from "./GearColoredIcon";
|
|
3
8
|
export { default as GroupColoredIcon } from "./GroupColoredIcon";
|
|
4
9
|
export { default as StatusColoredIcon } from "./StatusColoredIcon";
|
|
@@ -4,7 +4,7 @@ import { FormFieldSize } from "../../types/general.types";
|
|
|
4
4
|
export declare const StyledInput: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "width"> & {
|
|
5
5
|
suffix?: string | undefined;
|
|
6
6
|
prefix?: string | undefined;
|
|
7
|
-
icon?: "AbsentIcon" | "AlarmClockIcon" | "AmberAlertIcon" | "AssignedIcon" | "BellIconSlashed" | "BellIcon" | "BluetoothIcon" | "BrushIcon" | "CakeIcon" | "CalendarDayIcon" | "CalendarMonthIcon" | "CalendarRepeatIcon" | "ChartBarsIcon" | "ChartLineAndBarsIcon" | "ChatBubbleIcon" | "ChatBubbleWithTextIcon" | "CheckIcon" | "ChevronDoubleIcon" | "ChevronDownIcon" | "ChevronLeftIcon" | "ChevronRightIcon" | "ClockIcon" | "CogwheelIcon" | "CopyToClipboardIcon" | "CrossIcon" | "CrossInCircleIcon" | "CrossInFilledCircleIcon" | "DatabaseIcon" | "DownloadIcon" | "DragIndicatorIcon" | "EarthIcon" | "EmailIcon" | "EmptyIcon" | "ExclamationMarkIcon" | "ExportIcon" | "ExternalLinkIcon" | "EyeClosedIcon" | "EyeOpenIcon" | "FilterIcon" | "FireIcon" | "FirstAidKitIcon" | "FlagIcon" | "FolderIcon" | "ForwardIcon" | "GrayAlertIcon" | "GroupIcon" | "GroupOfThreeIcon" | "HamburgerIcon" | "HandshakeIcon" | "HeartIcon" | "HeartMinusIcon" | "HomeIcon" | "IdBadgeIcon" | "ImageIcon" | "InfoIcon" | "LifebuoyIcon" | "LightBulbIcon" | "LinkIcon" | "ListIcon" | "LockIcon" | "LogInIcon" | "LogOutIcon" | "MessageWithArrowIcon" | "MoreIcon" | "MouseIcon" | "NoteIcon" | "PageIcon" | "PageViewIcon" | "PaperclipIcon" | "PatientIcon" | "PencilIcon" | "PersonIcon" | "PhoneIcon" | "PieChartIcon" | "PinIcon" | "PlusIcon" | "PrinterIcon" | "RedAlertIcon" | "RobotIcon" | "RocketIcon" | "SearchIcon" | "ShareIcon" | "SmallArrowDownIcon" | "SmallArrowUpIcon" | "SmallCircleIcon" | "SmallDiamondIcon" | "SmallSquareIcon" | "SmallUpsideDownTriangleIcon" | "StarIcon" | "StopwatchIcon" | "TadaIcon" | "TrashBinIcon" | "TreeIcon" | "UnassignedIcon" | "AddIcon" | "AlertsIcon" | "ChartIcon" | "ChatBoxIcon" | "DeleteIcon" | "DragIcon" | "EditIcon" | "EyeIcon" | "EyeIconSlashed" | "GearIcon" | "MessagesIcon" | "NotesIcon" | "PrintIcon" | "SpaceRocketIcon" | "SettingsIcon" | "RightArrowIcon" | "DownArrowIcon" | "LeftArrowIcon" | "WarningIcon" | "ChartLineColoredIcon" | "GearColoredIcon" | "GroupColoredIcon" | "StatusColoredIcon" | React.FC<IconProps> | undefined;
|
|
7
|
+
icon?: "AbsentIcon" | "AlarmClockIcon" | "AmberAlertIcon" | "AssignedIcon" | "BellIconSlashed" | "BellIcon" | "BluetoothIcon" | "BrushIcon" | "CakeIcon" | "CalendarDayIcon" | "CalendarMonthIcon" | "CalendarRepeatIcon" | "ChartBarsIcon" | "ChartLineAndBarsIcon" | "ChatBubbleIcon" | "ChatBubbleWithTextIcon" | "CheckIcon" | "ChevronDoubleIcon" | "ChevronDownIcon" | "ChevronLeftIcon" | "ChevronRightIcon" | "ClockIcon" | "CogwheelIcon" | "CopyToClipboardIcon" | "CrossIcon" | "CrossInCircleIcon" | "CrossInFilledCircleIcon" | "DatabaseIcon" | "DownloadIcon" | "DragIndicatorIcon" | "EarthIcon" | "EmailIcon" | "EmptyIcon" | "ExclamationMarkIcon" | "ExportIcon" | "ExternalLinkIcon" | "EyeClosedIcon" | "EyeOpenIcon" | "FilterIcon" | "FireIcon" | "FirstAidKitIcon" | "FlagIcon" | "FolderIcon" | "ForwardIcon" | "GrayAlertIcon" | "GroupIcon" | "GroupOfThreeIcon" | "HamburgerIcon" | "HandshakeIcon" | "HeartIcon" | "HeartMinusIcon" | "HomeIcon" | "IdBadgeIcon" | "ImageIcon" | "InfoIcon" | "LifebuoyIcon" | "LightBulbIcon" | "LinkIcon" | "ListIcon" | "LockIcon" | "LogInIcon" | "LogOutIcon" | "MessageWithArrowIcon" | "MoreIcon" | "MouseIcon" | "NoteIcon" | "PageIcon" | "PageViewIcon" | "PaperclipIcon" | "PatientIcon" | "PencilIcon" | "PersonIcon" | "PhoneIcon" | "PieChartIcon" | "PinIcon" | "PlusIcon" | "PrinterIcon" | "RedAlertIcon" | "RobotIcon" | "RocketIcon" | "SearchIcon" | "ShareIcon" | "SmallArrowDownIcon" | "SmallArrowUpIcon" | "SmallCircleIcon" | "SmallDiamondIcon" | "SmallSquareIcon" | "SmallUpsideDownTriangleIcon" | "StarIcon" | "StopwatchIcon" | "TadaIcon" | "TrashBinIcon" | "TreeIcon" | "UnassignedIcon" | "AddIcon" | "AlertsIcon" | "ChartIcon" | "ChatBoxIcon" | "DeleteIcon" | "DragIcon" | "EditIcon" | "EyeIcon" | "EyeIconSlashed" | "GearIcon" | "MessagesIcon" | "NotesIcon" | "PrintIcon" | "SpaceRocketIcon" | "SettingsIcon" | "RightArrowIcon" | "DownArrowIcon" | "LeftArrowIcon" | "WarningIcon" | "ChartLineColoredIcon" | "FlagDeColoredIcon" | "FlagFrColoredIcon" | "FlagNlColoredIcon" | "FlagPtColoredIcon" | "FlagUkColoredIcon" | "GearColoredIcon" | "GroupColoredIcon" | "StatusColoredIcon" | React.FC<IconProps> | undefined;
|
|
8
8
|
width?: FormFieldSize | [FormFieldSize, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?] | undefined;
|
|
9
9
|
isError?: boolean | undefined;
|
|
10
10
|
isClearIconVisible?: boolean | undefined;
|
|
@@ -177,6 +177,327 @@ const SvgChartLineColoredIcon = (props) => React__namespace.default.createElemen
|
|
|
177
177
|
);
|
|
178
178
|
var ChartLineColoredIcon = IconWrapper(SvgChartLineColoredIcon);
|
|
179
179
|
|
|
180
|
+
const SvgFlagDeColoredIcon = (props) => React__namespace.default.createElement(
|
|
181
|
+
"svg",
|
|
182
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 48, height: 34, fill: "none", viewBox: "0 0 48 34" }, props),
|
|
183
|
+
React__namespace.default.createElement(
|
|
184
|
+
"mask",
|
|
185
|
+
{ id: "a", width: 48, height: 34, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
186
|
+
maskType: "alpha"
|
|
187
|
+
} },
|
|
188
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M44.571 0H3.43C1.535 0 0 1.522 0 3.4v27.2C0 32.478 1.535 34 3.429 34H44.57c1.895 0 3.43-1.522 3.43-3.4V3.4C48 1.522 46.465 0 44.571 0Z" })
|
|
189
|
+
),
|
|
190
|
+
React__namespace.default.createElement(
|
|
191
|
+
"g",
|
|
192
|
+
{ mask: "url(#a)" },
|
|
193
|
+
React__namespace.default.createElement("path", { fill: "#D00", d: "M44.51 0H3.49A3.489 3.489 0 0 0 0 3.487v27.026A3.49 3.49 0 0 0 3.49 34h41.02A3.49 3.49 0 0 0 48 30.513V3.487A3.489 3.489 0 0 0 44.51 0Z" }),
|
|
194
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M48 0H0v11.333h48V0Z" }),
|
|
195
|
+
React__namespace.default.createElement("path", { fill: "#FFCE00", d: "M48 22.666H0v11.333h48V22.666Z" })
|
|
196
|
+
)
|
|
197
|
+
);
|
|
198
|
+
var FlagDeColoredIcon = IconWrapper(SvgFlagDeColoredIcon);
|
|
199
|
+
|
|
200
|
+
const SvgFlagFrColoredIcon = (props) => React__namespace.default.createElement(
|
|
201
|
+
"svg",
|
|
202
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 48, height: 48, fill: "none", viewBox: "0 0 48 48" }, props),
|
|
203
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M4 6h38v34H4z" }),
|
|
204
|
+
React__namespace.default.createElement(
|
|
205
|
+
"mask",
|
|
206
|
+
{ id: "a", width: 48, height: 34, x: 0, y: 6, maskUnits: "userSpaceOnUse", style: {
|
|
207
|
+
maskType: "alpha"
|
|
208
|
+
} },
|
|
209
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M44.571 6H3.43C1.535 6 0 7.522 0 9.4v27.2C0 38.478 1.535 40 3.429 40H44.57c1.895 0 3.43-1.522 3.43-3.4V9.4C48 7.522 46.465 6 44.571 6Z" })
|
|
210
|
+
),
|
|
211
|
+
React__namespace.default.createElement(
|
|
212
|
+
"g",
|
|
213
|
+
{ mask: "url(#a)" },
|
|
214
|
+
React__namespace.default.createElement("path", { stroke: "#F5F5F5", strokeWidth: 0.5, d: "M44.143 6.425H3.857C1.964 6.425.43 7.947.43 9.825v26.35c0 1.878 1.535 3.4 3.428 3.4h40.286c1.893 0 3.428-1.522 3.428-3.4V9.825c0-1.878-1.535-3.4-3.428-3.4Z" }),
|
|
215
|
+
React__namespace.default.createElement("path", { fill: "#CE1126", d: "M48 6H32v34h16V6Z" }),
|
|
216
|
+
React__namespace.default.createElement("path", { fill: "#223D80", d: "M16 6H0v34h16V6Z" })
|
|
217
|
+
)
|
|
218
|
+
);
|
|
219
|
+
var FlagFrColoredIcon = IconWrapper(SvgFlagFrColoredIcon);
|
|
220
|
+
|
|
221
|
+
const SvgFlagNlColoredIcon = (props) => React__namespace.default.createElement(
|
|
222
|
+
"svg",
|
|
223
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 48, height: 34, fill: "none", viewBox: "0 0 48 34" }, props),
|
|
224
|
+
React__namespace.default.createElement(
|
|
225
|
+
"mask",
|
|
226
|
+
{ id: "a", width: 48, height: 34, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
227
|
+
maskType: "alpha"
|
|
228
|
+
} },
|
|
229
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M44.571 0H3.43C1.535 0 0 1.522 0 3.4v27.2C0 32.478 1.535 34 3.429 34H44.57c1.895 0 3.43-1.522 3.43-3.4V3.4C48 1.522 46.465 0 44.571 0Z" })
|
|
230
|
+
),
|
|
231
|
+
React__namespace.default.createElement(
|
|
232
|
+
"g",
|
|
233
|
+
{ mask: "url(#a)" },
|
|
234
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M44.51 0H3.49A3.489 3.489 0 0 0 0 3.487v27.026A3.49 3.49 0 0 0 3.49 34h41.02A3.49 3.49 0 0 0 48 30.513V3.487A3.489 3.489 0 0 0 44.51 0Z" }),
|
|
235
|
+
React__namespace.default.createElement("path", { fill: "#CA2B39", d: "M48 0H0v11.333h48V0Z" }),
|
|
236
|
+
React__namespace.default.createElement("path", { fill: "#2C56A2", d: "M48 22.666H0v11.333h48V22.666Z" })
|
|
237
|
+
)
|
|
238
|
+
);
|
|
239
|
+
var FlagNlColoredIcon = IconWrapper(SvgFlagNlColoredIcon);
|
|
240
|
+
|
|
241
|
+
const SvgFlagPtColoredIcon = (props) => React__namespace.default.createElement(
|
|
242
|
+
"svg",
|
|
243
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 48, height: 48, fill: "none", viewBox: "0 0 48 48" }, props),
|
|
244
|
+
React__namespace.default.createElement(
|
|
245
|
+
"g",
|
|
246
|
+
{ clipPath: "url(#a)" },
|
|
247
|
+
React__namespace.default.createElement("path", { fill: "#BF2C14", d: "M0 7h48v34H0z" }),
|
|
248
|
+
React__namespace.default.createElement("path", { fill: "red", d: "M48 7H0v17h48V7Zm0 17H0v17h48V24Z" }),
|
|
249
|
+
React__namespace.default.createElement("path", { fill: "#060", d: "M20 7H0v34h20V7Z" }),
|
|
250
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.104 16.171c-4.337 0-7.873 3.515-7.873 7.825 0 4.31 3.537 7.825 7.873 7.825s7.902-3.515 7.902-7.825c0-4.31-3.566-7.825-7.902-7.825Zm5.04 12.753a7.422 7.422 0 0 1-5.06 2.09c-2.257.041-4.386-1.425-4.957-2.069-1.117-1.26-2.026-2.858-2.055-5.013.139-2.435 1.098-4.13 2.489-5.294 1.39-1.163 3.242-1.729 4.784-1.688 1.78.046 3.858.916 5.294 2.642.941 1.13 1.349 2.358 1.562 4.217.011 2.23-1.134 4.232-2.057 5.115Z" }),
|
|
251
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M26.363 28.905c-2.404-.073-13.429-6.927-13.504-8.02l.608-1.01c1.094 1.582 12.365 8.25 13.472 8.013l-.576 1.016" }),
|
|
252
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M26.363 28.927c-1.281-.038-4.915-1.98-7.637-3.63-2.808-1.703-5.848-3.809-5.89-4.41 0-.004 0-.009.003-.013l.61-1.011a.023.023 0 0 1 .018-.011c.008-.001.015.003.02.01.56.81 3.78 2.935 6.723 4.681 3.472 2.06 6.234 3.425 6.724 3.322a.023.023 0 0 1 .024.033l-.573 1.015a.023.023 0 0 1-.021.014Zm-13.48-8.036c.055.503 2.516 2.335 5.867 4.367 2.707 1.642 6.315 3.572 7.6 3.624l.547-.966c-.694.034-3.839-1.63-6.71-3.333-2.914-1.728-6.1-3.83-6.718-4.667l-.587.975Z" }),
|
|
253
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M13.34 19.737c-.216.578 2.876 2.483 6.597 4.737 3.72 2.254 6.93 3.648 7.167 3.448.015-.026.117-.202.108-.2-.045.067-.154.088-.323.04-1.005-.29-3.627-1.488-6.874-3.45-3.247-1.962-6.072-3.77-6.51-4.537a.466.466 0 0 1-.049-.226h-.01l-.094.163-.013.025Zm13.08 9.2c-.041.073-.117.076-.261.06-.9-.1-3.628-1.421-6.857-3.347-3.758-2.24-6.86-4.282-6.524-4.815l.092-.161.018.005c-.303.905 6.124 4.565 6.502 4.799 3.718 2.294 6.853 3.634 7.13 3.286l-.1.173Z" }),
|
|
254
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M26.271 29.027a.96.96 0 0 1-.115-.008c-.916-.1-3.676-1.447-6.866-3.35-4.263-2.54-6.406-4.07-6.552-4.677a.213.213 0 0 1 .02-.17l.092-.16a.023.023 0 0 1 .027-.01l.017.005a.024.024 0 0 1 .014.012.023.023 0 0 1 .001.017c-.1.3.577 1.3 6.24 4.623l.253.149c3.385 2.089 6.186 3.338 6.938 3.338.082 0 .139-.016.163-.046a.023.023 0 0 1 .03-.005c.01.007.013.02.007.03l-.1.173-.002.002c-.04.068-.106.078-.167.078Zm-13.417-8.28-.056.1c-.024.036-.028.08-.015.134.143.594 2.279 2.115 6.53 4.65 3.186 1.9 5.937 3.243 6.848 3.343a.903.903 0 0 0 .11.008c.072 0 .106-.015.13-.056v-.003l.056-.095a.436.436 0 0 1-.117.014c-.758 0-3.57-1.252-6.962-3.345a20.275 20.275 0 0 0-.25-.148c-4.162-2.442-6.27-3.989-6.273-4.602Zm14.169 7.216c-.559 0-3.602-1.351-7.098-3.47-4.004-2.425-6.822-4.187-6.607-4.764l.014-.028.094-.163c.004-.007.013-.01.02-.012h.01c.007 0 .013.003.017.007a.027.027 0 0 1 .006.017.443.443 0 0 0 .045.213c.465.814 3.72 2.848 6.503 4.53 3.053 1.844 5.766 3.13 6.868 3.446.148.042.257.031.298-.03a.023.023 0 0 1 .018-.01c.009 0 .016.004.02.011.01.015.01.018-.096.202l-.011.021a.021.021 0 0 1-.006.006c-.02.017-.05.025-.095.025Zm-13.588-8.35-.075.134c-.218.584 3.398 2.775 6.589 4.708 3.49 2.114 6.52 3.463 7.074 3.463.038 0 .055-.006.063-.011l.01-.017.054-.095a.467.467 0 0 1-.267-.012c-1.105-.318-3.823-1.605-6.88-3.451-2.788-1.685-6.049-3.724-6.519-4.546a.464.464 0 0 1-.049-.173Z" }),
|
|
255
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.15 21.547c2.407-.019 5.376-.328 7.085-1.006l-.368-.596c-1.01.557-3.996.923-6.737.978-3.242-.03-5.53-.33-6.677-1.097l-.348.635c2.108.888 4.268 1.077 7.045 1.086" }),
|
|
256
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.15 21.57c-2.783-.01-4.933-.194-7.054-1.088a.023.023 0 0 1-.01-.032l.347-.634a.023.023 0 0 1 .014-.011.023.023 0 0 1 .019.003c1.068.713 3.185 1.06 6.664 1.093 2.477-.05 5.64-.376 6.726-.975a.023.023 0 0 1 .03.008l.369.596a.023.023 0 0 1 .002.019.022.022 0 0 1-.013.014c-1.803.716-4.845.99-7.092 1.007h-.001Zm-7.012-1.12c2.105.882 4.245 1.065 7.01 1.075h.002c2.232-.018 5.25-.288 7.051-.995l-.342-.554c-1.111.596-4.26.92-6.729.97-3.466-.032-5.587-.377-6.669-1.087l-.324.59Z" }),
|
|
257
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M27.334 20.554c-.059.094-1.173.477-2.815.76a29.21 29.21 0 0 1-4.377.315 31.176 31.176 0 0 1-4.193-.265c-1.724-.269-2.613-.643-2.942-.776l.082-.164c.947.376 1.84.602 2.887.762a30.7 30.7 0 0 0 4.16.265 29.34 29.34 0 0 0 4.347-.321c1.684-.27 2.603-.619 2.732-.78l.12.204Zm-.323-.604c-.183.146-1.092.467-2.691.722a29.052 29.052 0 0 1-4.16.29c-1.648.002-2.994-.109-4.018-.257-1.624-.211-2.49-.593-2.801-.704l.095-.16c.243.122 1.077.46 2.724.692 1.012.143 2.36.25 4 .248a28.696 28.696 0 0 0 4.129-.293c1.608-.22 2.473-.63 2.604-.732l.118.194Z" }),
|
|
258
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.108 21.652a31.31 31.31 0 0 1-4.162-.265c-1.668-.26-2.572-.625-2.912-.763l-.036-.014a.023.023 0 0 1-.011-.032l.034-.068.048-.096a.023.023 0 0 1 .028-.01c.908.36 1.797.594 2.883.76a30.94 30.94 0 0 0 4.124.265h.033a29.537 29.537 0 0 0 4.343-.32c1.663-.268 2.59-.613 2.718-.773a.022.022 0 0 1 .02-.008c.007 0 .014.004.018.01l.116.2c.004.004.007.01.007.017a.023.023 0 0 1-.01.018c-.11.118-1.25.492-2.825.763-1.37.208-2.844.314-4.382.316h-.034Zm-7.07-1.075.013.005c.339.137 1.24.5 2.902.76 1.297.175 2.695.264 4.155.264h.034a29.454 29.454 0 0 0 4.374-.315c1.626-.28 2.677-.647 2.79-.74l-.095-.164c-.183.164-1.039.495-2.724.766-1.45.215-2.873.32-4.35.321h-.033a31.07 31.07 0 0 1-4.13-.265c-1.083-.166-1.97-.399-2.874-.756a4.918 4.918 0 0 0-.061.124Zm7.087.408c-1.445 0-2.823-.09-3.986-.258-1.438-.187-2.273-.503-2.674-.655a8.248 8.248 0 0 0-.131-.05.023.023 0 0 1-.014-.013.022.022 0 0 1 .002-.02 9.46 9.46 0 0 1 .095-.16.023.023 0 0 1 .03-.008c.142.071.939.439 2.717.69.8.113 2.136.247 3.959.247h.037a28.586 28.586 0 0 0 4.127-.292c1.537-.21 2.439-.607 2.593-.728a.023.023 0 0 1 .034.006l.117.195a.021.021 0 0 1 .003.011.022.022 0 0 1-.008.018c-.18.143-1.071.467-2.703.726-1.36.195-2.722.29-4.163.29h-.035v.001Zm-6.75-.996.106.04c.4.152 1.232.467 2.664.653 1.161.169 2.537.258 3.98.258h.035a29.332 29.332 0 0 0 4.157-.29c1.578-.252 2.456-.56 2.664-.705l-.094-.156c-.175.115-1.006.504-2.594.722-.873.125-2.251.29-4.133.293h-.037c-1.826 0-3.164-.135-3.966-.248-1.717-.242-2.526-.594-2.712-.684l-.07.118Z" }),
|
|
259
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M12.248 24.435c1.48.793 4.768 1.193 7.878 1.22 2.833.005 6.523-.436 7.903-1.164l-.038-.794c-.432.672-4.386 1.317-7.895 1.29-3.51-.026-6.768-.566-7.854-1.265l.006.713" }),
|
|
260
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.169 25.678h-.043c-2.756-.024-6.275-.358-7.889-1.223a.022.022 0 0 1-.012-.02l-.006-.713c0-.008.005-.016.012-.02a.023.023 0 0 1 .023.001c1.096.705 4.394 1.236 7.842 1.262 3.477.024 7.452-.62 7.876-1.28a.023.023 0 0 1 .025-.01c.01.003.016.011.017.021l.038.794a.023.023 0 0 1-.012.02c-1.388.733-5.082 1.168-7.871 1.168Zm-7.898-1.256c1.611.855 5.112 1.186 7.856 1.21 2.78.006 6.48-.426 7.879-1.155l-.035-.717c-.594.664-4.41 1.276-7.875 1.25-3.42-.026-6.695-.548-7.83-1.246l.005.658Z" }),
|
|
261
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M28.105 24.321v.19c-.207.246-1.508.62-3.139.883-1.24.19-2.86.332-4.875.332-2.017 0-3.443-.136-4.628-.317-1.872-.272-3.07-.747-3.31-.89v-.22c.723.478 2.68.828 3.336.935 1.177.18 2.695.315 4.602.315 2.006 0 3.615-.142 4.849-.33 1.17-.168 2.837-.606 3.165-.898Zm0-.673v.19c-.207.246-1.507.62-3.138.882-1.241.19-2.86.333-4.876.333-2.016 0-3.443-.136-4.627-.317-1.873-.272-3.07-.748-3.311-.89l.001-.22c.722.478 2.679.828 3.336.935 1.177.18 2.695.315 4.601.315 2.007 0 3.616-.142 4.85-.33 1.17-.169 2.836-.607 3.165-.898Z" }),
|
|
262
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.09 25.749c-1.695 0-3.253-.107-4.63-.318-1.794-.26-3.03-.721-3.32-.892a.022.022 0 0 1-.01-.02v-.22a.02.02 0 0 1 .013-.02.022.022 0 0 1 .023 0c.724.48 2.73.835 3.327.933 1.365.209 2.912.314 4.597.314 1.78 0 3.411-.11 4.846-.33 1.161-.167 2.825-.602 3.153-.891a.023.023 0 0 1 .039.017v.189a.02.02 0 0 1-.006.014c-.215.257-1.541.631-3.152.891-1.447.221-3.088.333-4.88.333Zm-7.915-1.242c.214.119 1.364.6 3.291.88 1.376.21 2.931.317 4.624.317 1.79 0 3.429-.112 4.872-.333 1.563-.252 2.897-.624 3.12-.87v-.133c-.407.294-2.011.71-3.14.873-1.436.22-3.069.33-4.852.33-1.688 0-3.237-.105-4.605-.315-.59-.096-2.55-.443-3.31-.916v.166Zm7.916.568c-1.697 0-3.255-.107-4.63-.317-1.794-.26-3.03-.721-3.32-.892a.022.022 0 0 1-.01-.02v-.22c0-.009.005-.017.012-.02a.023.023 0 0 1 .024 0c.725.48 2.73.835 3.326.932 1.366.21 2.913.315 4.598.315 1.781 0 3.412-.111 4.846-.33 1.161-.167 2.827-.602 3.153-.892a.023.023 0 0 1 .038.017v.19c0 .005-.002.01-.005.014-.216.256-1.541.631-3.153.89-1.445.222-3.087.334-4.879.334Zm-7.915-1.242c.214.12 1.364.6 3.291.88 1.374.21 2.93.317 4.624.317 1.79 0 3.43-.112 4.873-.332 1.562-.252 2.896-.624 3.119-.87v-.133c-.406.294-2.01.71-3.14.873-1.435.22-3.068.33-4.852.33-1.687 0-3.236-.105-4.605-.314-.59-.097-2.55-.443-3.31-.917v.166Z" }),
|
|
263
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.12 28.768c-3.404-.02-6.32-.924-6.937-1.073l.45.7c1.087.456 3.933 1.135 6.52 1.06 2.586-.075 4.847-.275 6.44-1.047l.46-.726c-1.085.509-4.78 1.081-6.933 1.086" }),
|
|
264
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M19.754 29.483c-2.441 0-5.062-.62-6.13-1.067a.022.022 0 0 1-.01-.009l-.45-.7a.022.022 0 0 1 .001-.026.023.023 0 0 1 .024-.009c.073.018.179.047.313.083.99.266 3.62.973 6.618.99 2.167-.005 5.855-.582 6.924-1.084a.023.023 0 0 1 .03.033l-.461.726a.023.023 0 0 1-.01.008c-1.662.806-4.082.98-6.45 1.05-.132.003-.265.005-.399.005Zm-6.106-1.106c1.127.47 3.966 1.128 6.504 1.055 2.36-.068 4.771-.242 6.426-1.042l.416-.656c-1.155.495-4.747 1.052-6.874 1.057-3.004-.018-5.638-.726-6.63-.992l-.257-.069.415.647Z" }),
|
|
265
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M26.766 28.245c-.068.103-.137.205-.207.304-.75.264-1.935.54-2.435.622-1.02.209-2.6.364-4 .364-3.016-.044-5.484-.631-6.646-1.133l-.093-.16.015-.025.159.062c2.065.735 4.384 1.03 6.581 1.082 1.396.005 2.793-.16 3.923-.36 1.733-.347 2.434-.607 2.648-.725l.055-.03Zm.4-.656.005.006c-.05.085-.103.172-.157.259-.4.142-1.488.46-3.076.68-1.047.143-1.697.28-3.779.32-3.9-.098-6.426-.858-7.026-1.046l-.09-.17c2.261.588 4.57.998 7.116 1.04 1.905-.04 2.715-.18 3.753-.32 1.852-.288 2.785-.591 3.065-.679a.189.189 0 0 0-.012-.016l.2-.075Z" }),
|
|
266
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.123 29.557c-3.075-.045-5.506-.64-6.654-1.135a.022.022 0 0 1-.01-.01l-.093-.16a.021.021 0 0 1 0-.022l.016-.024a.022.022 0 0 1 .026-.009l.159.061c1.842.657 4.055 1.02 6.574 1.081h.061a22.65 22.65 0 0 0 3.857-.36c1.934-.386 2.511-.65 2.642-.722l.054-.03a.023.023 0 0 1 .027.003.022.022 0 0 1 .002.027c-.07.107-.14.21-.207.304a.02.02 0 0 1-.01.009c-.747.261-1.924.539-2.44.622-1.06.218-2.67.365-4.004.365Zm-6.63-1.172c1.237.532 3.764 1.087 6.63 1.128 1.332 0 2.938-.147 3.997-.364a18.041 18.041 0 0 0 2.425-.619c.05-.07.101-.145.153-.223-.17.087-.787.347-2.63.715a22.67 22.67 0 0 1-3.866.361h-.062c-2.524-.06-4.741-.425-6.589-1.084l-.139-.053.081.139Zm6.666.491c-3.486-.088-5.902-.694-7.033-1.047a.022.022 0 0 1-.013-.01l-.089-.17a.022.022 0 0 1 .003-.024.022.022 0 0 1 .022-.008c2.584.672 4.843 1.002 7.11 1.04a25.197 25.197 0 0 0 3.42-.276l.33-.045c1.787-.277 2.723-.571 3.03-.668l.004-.001v-.01a.021.021 0 0 1 .014-.014l.2-.075c.01-.003.021 0 .026.009l.004.004a.022.022 0 0 1 .002.025c-.05.085-.103.172-.157.259a.02.02 0 0 1-.01.009c-.538.192-1.668.485-3.082.682-.154.02-.3.042-.443.062-.838.12-1.562.224-3.338.258Zm-7.011-1.086c1.131.353 3.54.955 7.011 1.043 1.773-.034 2.496-.138 3.332-.257l.444-.063c1.404-.195 2.526-.486 3.065-.677l.126-.209-.128.048a.02.02 0 0 1 0 .012.022.022 0 0 1-.015.014l-.03.01c-.308.096-1.247.391-3.038.669l-.33.045c-.887.123-1.725.24-3.425.276-2.258-.037-4.507-.364-7.074-1.029l.062.119Z" }),
|
|
267
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.13 16.144c4.34 0 7.88 3.527 7.88 7.85 0 4.324-3.54 7.85-7.88 7.85s-7.88-3.526-7.88-7.85c0-4.323 3.54-7.85 7.88-7.85Zm-7.707 7.85c0 4.223 3.48 7.678 7.707 7.678 4.225 0 7.706-3.455 7.706-7.678 0-4.222-3.48-7.677-7.706-7.677-4.226 0-7.707 3.455-7.707 7.677Z" }),
|
|
268
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.13 31.867c-4.358 0-7.903-3.531-7.903-7.873 0-4.34 3.545-7.872 7.902-7.872 4.358 0 7.903 3.531 7.903 7.872 0 4.342-3.545 7.873-7.902 7.873Zm0-15.7c-4.333 0-7.857 3.511-7.857 7.827 0 4.317 3.524 7.828 7.857 7.828 4.332 0 7.856-3.511 7.856-7.828 0-4.316-3.524-7.827-7.857-7.827Zm0 15.527a7.688 7.688 0 0 1-5.454-2.261 7.627 7.627 0 0 1-2.276-5.439c0-2.046.809-3.977 2.276-5.438a7.689 7.689 0 0 1 5.454-2.262c2.05 0 3.988.803 5.453 2.262a7.628 7.628 0 0 1 2.276 5.439 7.628 7.628 0 0 1-2.276 5.438 7.689 7.689 0 0 1-5.453 2.262Zm0-15.354c-4.237 0-7.684 3.434-7.684 7.654 0 4.221 3.447 7.655 7.684 7.655 4.236 0 7.683-3.434 7.683-7.655 0-4.22-3.447-7.654-7.683-7.654Z" }),
|
|
269
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.136 16.797c3.958 0 7.218 3.236 7.218 7.19 0 3.955-3.26 7.191-7.218 7.191s-7.218-3.236-7.218-7.19c0-3.955 3.26-7.191 7.218-7.191Zm-7.045 7.19c0 3.86 3.182 7.018 7.045 7.018 3.862 0 7.044-3.158 7.044-7.018S24 16.97 20.136 16.97c-3.863 0-7.045 3.158-7.045 7.017Z" }),
|
|
270
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.136 31.2a7.202 7.202 0 0 1-5.11-2.118 7.146 7.146 0 0 1-2.13-5.095c0-1.917.756-3.726 2.13-5.094a7.202 7.202 0 0 1 5.11-2.119c1.921 0 3.736.753 5.11 2.12a7.146 7.146 0 0 1 2.13 5.094 7.145 7.145 0 0 1-2.13 5.094 7.203 7.203 0 0 1-5.11 2.119Zm0-14.38c-3.968 0-7.195 3.215-7.195 7.168 0 3.952 3.228 7.167 7.195 7.167s7.195-3.215 7.195-7.168c0-3.952-3.228-7.168-7.195-7.168Zm0 14.208a7.03 7.03 0 0 1-4.987-2.068 6.974 6.974 0 0 1-2.08-4.973c0-1.871.739-3.637 2.08-4.972a7.03 7.03 0 0 1 4.987-2.068 7.03 7.03 0 0 1 4.987 2.068 6.974 6.974 0 0 1 2.08 4.972 6.975 6.975 0 0 1-2.08 4.973 7.03 7.03 0 0 1-4.987 2.068Zm0-14.036c-3.872 0-7.022 3.138-7.022 6.995 0 3.858 3.15 6.996 7.022 6.996 3.872 0 7.021-3.139 7.021-6.996 0-3.857-3.15-6.995-7.021-6.995Z" }),
|
|
271
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.453 16.113h-.675v15.773h.678l-.003-15.773Z" }),
|
|
272
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.456 31.908h-.677a.023.023 0 0 1-.023-.022V16.113c0-.006.002-.012.006-.016a.023.023 0 0 1 .016-.007h.675c.013 0 .023.01.023.023l.003 15.773a.023.023 0 0 1-.023.022Zm-.654-.045h.631l-.003-15.727h-.63l.002 15.727Z" }),
|
|
273
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.386 16.023h.172l.001 15.954h-.172l-.001-15.954Zm-.67 0h.173v15.954h-.174V16.023Z" }),
|
|
274
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M19.89 32h-.174a.023.023 0 0 1-.023-.023V16.023c0-.013.01-.023.023-.023h.173c.012 0 .023.01.023.023V31.97a.023.023 0 0 1-.021.03Zm-.152-.045h.128v-15.91h-.128v15.91Zm.822.045h-.173a.023.023 0 0 1-.023-.023l-.001-15.954c0-.006.003-.012.007-.016a.023.023 0 0 1 .016-.007h.172c.012 0 .023.01.023.023l.001 15.947a.02.02 0 0 1 .001.007c0 .013-.01.023-.023.023Zm-.15-.045h.126l-.001-15.91h-.127l.002 15.91Z" }),
|
|
275
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M28.015 24.298v-.583l-.477-.442-2.706-.714-3.9-.396-4.695.238-3.343.793-.674.497v.584l1.709-.764 4.059-.635h3.9l2.865.317 1.99.476 1.272.629Z" }),
|
|
276
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m28.015 24.32-.01-.001-1.273-.63-1.985-.473-2.862-.317h-3.897l-4.053.634-1.706.762a.023.023 0 0 1-.032-.02v-.584c0-.007.003-.014.009-.018l.675-.498a.025.025 0 0 1 .008-.003l3.343-.793 4.7-.238 3.902.396 2.71.714a.022.022 0 0 1 .01.005l.476.443a.02.02 0 0 1 .007.016v.584a.023.023 0 0 1-.01.019.023.023 0 0 1-.012.003Zm-6.128-1.466 2.868.317 1.992.476 1.245.615v-.537l-.465-.432-2.7-.712-3.897-.395-4.692.238-3.334.79-.662.489v.537l1.677-.75.006-.002 4.059-.634h3.903Z" }),
|
|
277
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.133 22.78c1.86-.005 3.666.175 5.098.453 1.478.294 2.518.662 2.874 1.075v.205c-.43-.515-1.829-.892-2.907-1.107-1.421-.276-3.215-.453-5.065-.45-1.953.004-3.772.188-5.172.46-1.124.222-2.622.663-2.81 1.099V24.3c.103-.301 1.22-.751 2.785-1.063 1.41-.275 3.232-.456 5.197-.46v.001Zm0-.674c1.861-.003 3.667.176 5.099.453 1.478.295 2.518.663 2.873 1.076v.205c-.429-.514-1.828-.892-2.906-1.107-1.421-.276-3.215-.454-5.066-.45-1.953.003-3.762.188-5.163.46-1.084.204-2.644.663-2.818 1.098v-.213c.103-.298 1.241-.764 2.784-1.064 1.411-.274 3.233-.455 5.197-.458Z" }),
|
|
278
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M12.151 24.537h-.004a.023.023 0 0 1-.018-.022V24.3l.001-.007c.11-.323 1.288-.777 2.801-1.079 1.508-.292 3.355-.455 5.202-.459h.053c1.747 0 3.54.161 5.05.454 1.543.307 2.54.682 2.886 1.084a.022.022 0 0 1 .006.014l-.001.205c0 .01-.006.018-.015.021a.022.022 0 0 1-.025-.006c-.454-.544-2.008-.923-2.894-1.1-1.495-.29-3.274-.45-5.008-.45h-.052c-1.825.004-3.66.167-5.168.46-1.224.243-2.62.686-2.793 1.086a.022.022 0 0 1-.02.014Zm8.034-1.604c1.737 0 3.52.16 5.017.45.868.174 2.373.54 2.88 1.07v-.137c-.344-.39-1.33-.758-2.855-1.062-1.506-.292-3.297-.453-5.041-.453h-.053c-1.844.004-3.688.167-5.193.459-1.671.333-2.67.786-2.766 1.045v.126c.334-.449 1.88-.859 2.783-1.038 1.51-.293 3.348-.457 5.176-.46h.052Zm-8.033.931h-.004a.022.022 0 0 1-.018-.023v-.221c.114-.326 1.318-.79 2.802-1.078 1.507-.293 3.354-.456 5.202-.46h.051c1.748 0 3.542.162 5.052.454 1.543.308 2.541.682 2.886 1.084.004.004.006.01.006.015v.204c0 .01-.007.018-.016.022-.009.003-.02 0-.025-.007-.454-.544-2.008-.922-2.893-1.1-1.495-.29-3.273-.449-5.007-.449h-.054c-1.818.003-3.65.166-5.159.46-1.242.234-2.645.694-2.801 1.085a.023.023 0 0 1-.021.014Zm8.036-1.604c1.736 0 3.517.16 5.015.45.868.173 2.372.54 2.88 1.07v-.137c-.344-.39-1.33-.758-2.855-1.062-1.507-.292-3.298-.453-5.043-.453h-.051c-1.845.004-3.69.166-5.193.459-1.607.311-2.665.775-2.766 1.045v.124c.319-.432 1.81-.85 2.792-1.035 1.511-.294 3.346-.458 5.167-.461h.054Z" }),
|
|
279
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.095 18.672c2.933-.015 5.49.408 6.661 1.005l.427.736c-1.017-.546-3.777-1.114-7.084-1.029-2.694.017-5.573.296-7.017 1.063l.51-.849c1.185-.612 3.98-.923 6.503-.926" }),
|
|
280
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M13.082 20.47a.023.023 0 0 1-.02-.034l.51-.85a.025.025 0 0 1 .01-.008c1.233-.637 4.158-.926 6.51-.929h.003c2.826-.012 5.444.382 6.672 1.008a.023.023 0 0 1 .009.01l.427.735a.023.023 0 0 1-.003.027.024.024 0 0 1-.028.004c-1.067-.573-3.838-1.11-7.072-1.026-1.894.012-5.322.165-7.007 1.06a.022.022 0 0 1-.01.003h-.001Zm.526-.855-.465.775c1.717-.867 5.085-1.017 6.956-1.029 3.173-.081 5.905.434 7.025.995l-.385-.662c-1.224-.621-3.828-1.012-6.641-1h-.003c-2.344.003-5.257.29-6.487.92v.001Z" }),
|
|
281
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.134 19.279c1.673-.005 3.29.09 4.574.32 1.197.222 2.339.555 2.502.735l.127.222c-.397-.258-1.385-.545-2.654-.785-1.274-.238-2.889-.317-4.552-.313-1.888-.007-3.355.093-4.613.312-1.332.248-2.255.602-2.483.77l.124-.235c.443-.225 1.145-.496 2.326-.708 1.301-.237 2.784-.308 4.65-.318Zm0-.673c1.6-.004 3.18.085 4.413.305.971.189 1.932.483 2.284.745l.185.293c-.314-.349-1.499-.679-2.544-.864-1.223-.21-2.738-.293-4.338-.306-1.68.004-3.233.107-4.438.325-1.149.218-1.89.476-2.204.678l.163-.245c.433-.227 1.132-.436 2.013-.606 1.214-.22 2.776-.32 4.466-.325Z" }),
|
|
282
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M27.337 20.579a.022.022 0 0 1-.013-.004c-.389-.252-1.353-.538-2.645-.782-1.109-.208-2.596-.313-4.42-.313h-.297c-1.805 0-3.216.1-4.439.312-1.324.246-2.243.597-2.473.767a.023.023 0 0 1-.034-.03l.124-.235a.023.023 0 0 1 .01-.01c.597-.303 1.36-.535 2.332-.71 1.18-.214 2.527-.306 4.653-.318h.112c1.753 0 3.298.111 4.467.321 1.22.227 2.348.56 2.514.742l.13.227a.022.022 0 0 1-.004.027.022.022 0 0 1-.016.006Zm-7.078-1.144c1.827 0 3.317.106 4.429.314 1.221.23 2.152.499 2.586.743l-.084-.147c-.155-.17-1.295-.503-2.486-.723-1.166-.21-2.708-.32-4.458-.32h-.112c-2.123.011-3.47.103-4.646.317-.964.173-1.72.403-2.313.703l-.08.153c.319-.184 1.2-.5 2.418-.728 1.265-.22 2.728-.318 4.618-.312h.128Zm6.757.536a.022.022 0 0 1-.017-.007c-.324-.359-1.566-.686-2.531-.856-1.112-.192-2.53-.292-4.335-.306-1.753.004-3.286.117-4.432.325-1.02.193-1.84.445-2.197.674a.023.023 0 0 1-.028-.003.022.022 0 0 1-.003-.029l.163-.244a.023.023 0 0 1 .008-.008c.43-.225 1.129-.436 2.02-.608 1.145-.208 2.69-.32 4.47-.325h.107c1.702 0 3.192.105 4.31.305 1.042.202 1.963.503 2.294.749a.026.026 0 0 1 .005.006l.185.293a.023.023 0 0 1-.019.034Zm-6.882-1.215c1.807.015 3.227.115 4.342.307.88.155 1.988.441 2.438.766l-.1-.158c-.328-.241-1.24-.537-2.271-.737-1.115-.2-2.602-.306-4.302-.306h-.107c-1.776.006-3.32.118-4.462.325-.883.17-1.575.379-2.002.601l-.104.157c.397-.217 1.177-.449 2.126-.63 1.15-.207 2.685-.32 4.442-.325Z" }),
|
|
283
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.048 27.258c-1.45-.27-2.902-.31-3.917-.297-4.887.057-6.466 1-6.658 1.285l-.366-.593c1.245-.898 3.906-1.402 7.05-1.35 1.634.026 3.043.134 4.228.363l-.337.592" }),
|
|
284
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M13.473 28.268a.022.022 0 0 1-.02-.01l-.365-.594a.023.023 0 0 1 .006-.03c1.247-.9 3.889-1.407 7.064-1.355 1.724.028 3.109.147 4.232.364a.023.023 0 0 1 .016.013.022.022 0 0 1-.001.02l-.337.593a.023.023 0 0 1-.027.01c-1.149-.213-2.464-.313-3.91-.296-4.755.056-6.428.962-6.64 1.275a.023.023 0 0 1-.018.01Zm-.335-.61.337.548c.288-.34 2.012-1.214 6.656-1.268 1.443-.017 2.757.082 3.905.294l.314-.55c-1.115-.212-2.487-.33-4.193-.357-3.152-.051-5.773.447-7.019 1.334Z" }),
|
|
285
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.103 26.877c1.36.02 2.694.076 3.982.315l-.093.164c-1.196-.22-2.472-.304-3.884-.297-1.804-.014-3.628.153-5.216.608-.501.138-1.33.46-1.415.725l-.093-.153c.027-.156.528-.482 1.466-.744 1.819-.519 3.52-.606 5.254-.619Zm.062-.682c1.408.026 2.863.091 4.277.37l-.097.171c-1.277-.252-2.497-.337-4.172-.362-1.81.003-3.728.132-5.473.637-.564.163-1.536.517-1.568.797l-.093-.164c.02-.254.863-.586 1.62-.805 1.758-.51 3.682-.64 5.506-.644Z" }),
|
|
286
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M13.476 28.414a.022.022 0 0 1-.018-.011l-.093-.152a.02.02 0 0 1-.003-.015c.03-.177.56-.504 1.481-.762 1.738-.496 3.36-.606 5.26-.62.001.002.002 0 .003 0 1.29.02 2.664.072 3.983.317a.021.021 0 0 1 .016.012.021.021 0 0 1-.001.02l-.093.164a.022.022 0 0 1-.023.01c-1.088-.2-2.305-.297-3.722-.297H19.9c-1.909 0-3.592.204-5.003.608-.534.148-1.322.466-1.4.71a.022.022 0 0 1-.018.015h-.003Zm-.07-.179.067.11c.15-.265.93-.566 1.413-.7 1.415-.404 3.102-.609 5.015-.609l.207.001h.158c1.413 0 2.628.096 3.715.295l.07-.124c-1.307-.24-2.67-.29-3.948-.31H20.1c-1.896.014-3.513.124-5.246.618-.933.261-1.41.58-1.448.72Zm-.275-.405a.022.022 0 0 1-.018-.011l-.093-.164a.021.021 0 0 1-.003-.013c.028-.333 1.259-.715 1.636-.824 1.503-.435 3.255-.64 5.512-.644h.002c1.378.025 2.85.088 4.279.37a.022.022 0 0 1 .016.012.022.022 0 0 1-.001.02l-.097.171a.021.021 0 0 1-.024.01c-1.356-.268-2.646-.338-4.167-.361-2.245.004-3.982.206-5.467.636-.73.211-1.526.545-1.553.778a.022.022 0 0 1-.017.02h-.005Zm-.07-.19.064.112c.159-.344 1.418-.718 1.568-.762 1.49-.431 3.23-.634 5.48-.638 1.518.023 2.807.093 4.16.36l.075-.131c-1.417-.277-2.877-.338-4.244-.364-2.252.004-4 .208-5.5.643-.947.274-1.574.58-1.603.78Z" }),
|
|
287
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m27.107 27.742-.587.908-1.688-1.493-4.377-2.933-4.934-2.695-2.562-.873.546-1.009.185-.1 1.592.396 5.253 2.695 3.024 1.903 2.547 1.823 1.035 1.19-.034.188Z" }),
|
|
288
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M26.52 28.673a.023.023 0 0 1-.016-.006l-1.687-1.493-4.375-2.931-4.932-2.694-2.559-.872a.024.024 0 0 1-.013-.013.022.022 0 0 1 0-.019l.547-1.008a.022.022 0 0 1 .009-.01l.185-.1a.021.021 0 0 1 .017-.002l1.591.396 5.258 2.698 3.026 1.903 2.548 1.825 1.038 1.192a.023.023 0 0 1 .006.02l-.034.188a.02.02 0 0 1-.003.008l-.587.908a.024.024 0 0 1-.016.01h-.003Zm-13.528-8.03 2.536.864 4.938 2.697 4.379 2.934 1.67 1.477.57-.881.03-.174-1.027-1.18-2.542-1.82-3.023-1.902-5.251-2.695-1.579-.392-.171.093-.53.98Z" }),
|
|
289
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M12.866 20.68c.45-.304 3.752 1.162 7.207 3.237 3.446 2.081 6.74 4.433 6.442 4.873l-.098.153-.045.035c.01-.006.06-.067-.004-.23-.147-.481-2.483-2.338-6.359-4.669-3.778-2.244-6.927-3.597-7.242-3.21l.1-.19Zm14.36 7.05c.285-.56-2.778-2.858-6.576-5.096-3.885-2.193-6.684-3.484-7.196-3.1l-.114.207c0 .011.005-.014.029-.033.092-.08.247-.075.316-.076.88.013 3.396 1.166 6.924 3.181 1.546.897 6.532 4.082 6.513 4.978.001.077.006.093-.023.13l.127-.191Z" }),
|
|
290
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M26.374 29a.023.023 0 0 1-.015-.04c.002-.002.047-.052-.013-.203-.15-.495-2.62-2.416-6.349-4.658-3.192-1.896-6.142-3.273-7.014-3.273-.1 0-.167.02-.198.058a.023.023 0 0 1-.038-.025l.1-.19a.024.024 0 0 1 .007-.008.357.357 0 0 1 .196-.044c.883 0 3.973 1.441 7.035 3.28 3.102 1.875 6.32 4.118 6.466 4.78a.156.156 0 0 1-.017.126l-.097.153a.022.022 0 0 1-.006.006l-.044.034a.022.022 0 0 1-.013.005Zm-13.391-8.22c.88 0 3.839 1.38 7.038 3.28 3.787 2.278 6.212 4.169 6.369 4.682a.42.42 0 0 1 .033.15l.073-.114c.016-.023.019-.053.01-.09-.142-.644-3.426-2.929-6.445-4.752-3.056-1.835-6.135-3.273-7.01-3.273a.329.329 0 0 0-.167.032l-.056.107a.464.464 0 0 1 .155-.021ZM27.1 27.946a.022.022 0 0 1-.019-.035l.012-.02c.009-.015.009-.028.007-.07v-.029c.019-.891-5.062-4.123-6.502-4.958-3.513-2.007-6.033-3.165-6.913-3.178h-.017c-.072 0-.205.002-.284.07a.08.08 0 0 0-.02.026c-.005.008-.014.016-.023.016a.023.023 0 0 1-.017-.008.028.028 0 0 1-.006-.02.02.02 0 0 1 .003-.009l.114-.206a.02.02 0 0 1 .006-.007.48.48 0 0 1 .288-.072c1.09 0 4.372 1.724 6.933 3.17 3.416 2.013 6.875 4.484 6.589 5.118a.022.022 0 0 1-.009.014l-.11.167a.188.188 0 0 1-.014.021.024.024 0 0 1-.018.01ZM13.685 19.61c.888.013 3.416 1.174 6.936 3.184 1.018.59 6.545 4.021 6.524 4.998v.02l.062-.092c.26-.517-2.624-2.74-6.568-5.065-3.666-2.07-6.055-3.164-6.91-3.164a.447.447 0 0 0-.257.06l-.056.101a.612.612 0 0 1 .251-.041h.018Z" }),
|
|
291
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M15.41 24.86c0 1.29.53 2.456 1.389 3.309.86.854 2.03 1.393 3.327 1.393a4.745 4.745 0 0 0 3.344-1.378 4.668 4.668 0 0 0 1.388-3.32v-6.278l-9.45-.011.002 6.285Z" }),
|
|
292
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.126 29.588a4.732 4.732 0 0 1-3.346-1.4 4.663 4.663 0 0 1-1.397-3.302v-.027l-.002-6.312 9.504.012v6.304c0 1.26-.496 2.445-1.397 3.34a4.742 4.742 0 0 1-3.362 1.386Zm-4.69-4.755v.026a4.61 4.61 0 0 0 1.381 3.29c.9.894 2.076 1.387 3.309 1.387a4.725 4.725 0 0 0 3.325-1.371 4.623 4.623 0 0 0 1.38-3.282v-6.27l-9.396-.012v6.232Z" }),
|
|
293
|
+
React__namespace.default.createElement("path", { fill: "red", d: "M15.586 24.868v.003c0 1.234.513 2.357 1.335 3.172a4.544 4.544 0 0 0 3.2 1.325c1.242 0 2.38-.504 3.201-1.318a4.462 4.462 0 0 0 1.33-3.175v-6.09l-9.06-.002-.006 6.085Zm7.244-4.261v3.876l-.003.41a2.629 2.629 0 0 1-.795 1.898 2.677 2.677 0 0 1-3.81-.013 2.687 2.687 0 0 1-.798-1.898l-.001-4.283 5.407.01Z" }),
|
|
294
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.121 29.388a4.54 4.54 0 0 1-3.214-1.33 4.462 4.462 0 0 1-1.341-3.187l.04-.003v.003a4.42 4.42 0 0 0 1.33 3.158 4.502 4.502 0 0 0 3.185 1.32 4.506 4.506 0 0 0 3.187-1.313 4.423 4.423 0 0 0 1.323-3.144v-6.087l-9.02-.001-.005 6.064h-.04l.005-6.105 9.1.002v6.11a4.464 4.464 0 0 1-1.334 3.19 4.539 4.539 0 0 1-3.216 1.323Zm-.003-1.789a2.708 2.708 0 0 1-1.91-.806 2.715 2.715 0 0 1-.804-1.913l-.001-4.303h.02l5.415.01.012.012v3.884l-.003.41a2.648 2.648 0 0 1-.8 1.912 2.722 2.722 0 0 1-1.928.794Zm-2.675-6.982v4.263c0 .698.29 1.385.793 1.884a2.667 2.667 0 0 0 1.882.795 2.72 2.72 0 0 0 1.9-.782 2.609 2.609 0 0 0 .788-1.884l.004-.41v-3.856l-5.367-.01Z" }),
|
|
295
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M16.172 20.374c.011-.438.323-.541.325-.543.002-.002.337.112.336.547l-.66-.004" }),
|
|
296
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m15.903 19.84-.054.503h.33c.003-.416.316-.485.324-.484.007 0 .317.092.325.484h.33l-.059-.506-1.195.003Z" }),
|
|
297
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.198 20.363h-.371l.056-.526.005-.013.015-.004 1.213-.003.065.546h-.372v-.02c-.009-.38-.306-.463-.31-.464.001 0-.297.06-.3.464v.02Zm.65-.04h.288l-.055-.467-.525.001a.52.52 0 0 1 .29.466h.001Zm-.977 0h.288c.01-.311.188-.426.284-.465l-.522.001-.05.464Z" }),
|
|
298
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M15.827 20.345h1.349c.028 0 .051.027.051.062 0 .034-.023.061-.051.061h-1.349c-.028 0-.052-.027-.052-.061s.024-.063.052-.063Z" }),
|
|
299
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.176 20.488h-1.349c-.04 0-.071-.036-.071-.081 0-.045.032-.082.071-.082h1.349c.039 0 .071.036.071.082 0 .045-.032.081-.071.081Zm-1.349-.124c-.017 0-.032.02-.032.043 0 .023.015.042.032.042h1.349c.017 0 .032-.02.032-.042 0-.023-.015-.043-.032-.043h-1.349Z" }),
|
|
300
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M16.317 20.342c.002-.262.18-.337.181-.336 0 0 .187.076.188.336h-.369Z" }),
|
|
301
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.706 20.362h-.389v-.02h-.02a.395.395 0 0 1 .133-.316s.053-.043.071-.04c.014 0 .203.09.205.356v.02Zm-.368-.04h.328c-.009-.202-.135-.278-.168-.295-.03.016-.152.093-.16.295Z" }),
|
|
302
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M15.856 19.63h1.293c.027 0 .05.025.05.056 0 .03-.023.056-.05.056h-1.293c-.027 0-.05-.025-.05-.056 0-.03.023-.056.05-.056Z" }),
|
|
303
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.149 19.762h-1.293c-.039 0-.07-.034-.07-.076 0-.042.031-.076.07-.076h1.293c.038 0 .069.034.069.076 0 .042-.031.076-.07.076Zm-1.293-.112c-.016 0-.03.017-.03.036 0 .02.014.036.03.036h1.293c.016 0 .03-.017.03-.036 0-.02-.014-.036-.03-.036h-1.293Z" }),
|
|
304
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M15.883 19.743h1.236c.026 0 .048.025.048.055 0 .031-.022.056-.048.056h-1.236c-.026 0-.048-.025-.048-.056 0-.03.022-.055.048-.055Z" }),
|
|
305
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.12 19.874h-1.237c-.037 0-.067-.034-.067-.075 0-.042.03-.076.067-.076h1.236c.038 0 .067.034.067.076 0 .041-.03.075-.067.075Zm-1.237-.111c-.015 0-.028.016-.028.035 0 .02.013.036.028.036h1.236c.015 0 .028-.016.028-.035 0-.02-.013-.037-.028-.037h-1.236Z" }),
|
|
306
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M16.282 18.903h.098v.07h.071v-.071h.1v.07h.072v-.07h.1v.16c0 .024-.02.04-.044.04h-.352c-.023 0-.045-.018-.045-.041v-.158Z" }),
|
|
307
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.679 19.122h-.351c-.036 0-.066-.028-.066-.06v-.17l.014-.008h.123v.069h.032v-.07h.14v.07h.031v-.07h.14v.179a.061.061 0 0 1-.064.06Zm-.377-.199v.138c0 .011.013.022.026.022h.351c.011 0 .024-.007.024-.022v-.14h-.06v.072h-.112v-.07h-.06v.07h-.111v-.07h-.058Z" }),
|
|
308
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.65 19.116.022.512-.342-.001.022-.512.298.002Z" }),
|
|
309
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m16.693 19.648-.384-.002.024-.55h.336l.024.552Zm-.343-.041h.301l-.02-.47-.26-.002-.02.472Z" }),
|
|
310
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.232 19.354.01.275h-.328l.01-.275h.308Z" }),
|
|
311
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m15.894 19.65.01-.316h.347l.012.315h-.37Zm.049-.276-.008.236h.287l-.009-.236h-.27Z" }),
|
|
312
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m17.076 19.354.01.275h-.328l.01-.275h.308Z" }),
|
|
313
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m16.738 19.65.01-.316h.348l.012.315h-.37Zm.05-.276-.009.236h.287l-.009-.236h-.27Z" }),
|
|
314
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M15.863 19.154h.095v.07h.07v-.072h.098v.071h.07v-.07h.098v.16c0 .024-.02.04-.043.04h-.343c-.023 0-.045-.018-.045-.041v-.158Z" }),
|
|
315
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.251 19.373h-.344c-.034 0-.064-.028-.064-.061v-.169l.014-.009h.121v.07h.03v-.071h.138v.07h.03v-.07h.138v.18c0 .033-.028.06-.063.06Zm-.368-.2v.138c0 .012.012.022.025.022h.343c.011 0 .023-.006.023-.021v-.14h-.058v.07h-.11v-.07h-.058v.07h-.11v-.068h-.056Z" }),
|
|
316
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M16.707 19.154h.095v.07h.07v-.072h.098v.071h.07v-.07h.098v.16c0 .024-.02.04-.042.04h-.344c-.023 0-.044-.018-.044-.041v-.158Z" }),
|
|
317
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.095 19.373h-.343c-.035 0-.065-.028-.065-.061v-.169l.014-.009h.121v.07h.03v-.072h.138v.071h.03v-.07h.138v.179c0 .034-.028.06-.063.06v.001Zm-.368-.2v.138c0 .012.012.022.025.022h.343c.011 0 .023-.006.023-.021v-.14h-.058v.07h-.11v-.07h-.058v.07h-.11v-.068h-.055Zm-.259.105c-.002-.05.07-.05.069 0v.122h-.07v-.122Zm-.424.177c0-.048.065-.05.064 0v.094h-.064v-.094Zm.846 0c0-.048.066-.05.065 0v.094h-.065v-.094Z" }),
|
|
318
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M16.172 24.046c.011-.438.323-.541.325-.543.002-.002.337.111.336.547l-.66-.004" }),
|
|
319
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m15.903 23.512-.054.503h.33c.003-.416.316-.485.324-.483.007 0 .317.092.325.483h.33l-.059-.506-1.195.003Z" }),
|
|
320
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.198 24.035h-.371l.056-.525.005-.014.015-.004 1.213-.003.065.546h-.372v-.02c-.009-.38-.306-.463-.31-.464.001 0-.297.06-.3.465v.02Zm.65-.04h.288l-.055-.467-.525.002a.52.52 0 0 1 .29.465h.001Zm-.977 0h.288c.01-.311.188-.426.284-.465l-.522.001-.05.463Z" }),
|
|
321
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M15.827 24.017h1.349c.028 0 .051.027.051.062 0 .034-.023.062-.051.062h-1.349c-.028 0-.052-.028-.052-.062s.024-.062.052-.062Z" }),
|
|
322
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.176 24.16h-1.349c-.04 0-.071-.036-.071-.081 0-.045.032-.082.071-.082h1.349c.039 0 .071.037.071.082 0 .045-.032.081-.071.081Zm-1.349-.123c-.017 0-.032.019-.032.042 0 .023.015.042.032.042h1.349c.017 0 .032-.02.032-.042 0-.023-.015-.043-.032-.043h-1.349Z" }),
|
|
323
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M16.317 24.014c.002-.262.18-.337.181-.337 0 0 .187.077.188.337h-.369Z" }),
|
|
324
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.706 24.034h-.389v-.02h-.02a.395.395 0 0 1 .133-.316s.053-.043.071-.04c.014 0 .203.09.205.356v.02Zm-.368-.04h.328c-.009-.202-.135-.278-.168-.295-.03.016-.152.093-.16.295Z" }),
|
|
325
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M15.856 23.302h1.293c.027 0 .05.025.05.056 0 .03-.023.056-.05.056h-1.293c-.027 0-.05-.025-.05-.056s.023-.056.05-.056Z" }),
|
|
326
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.149 23.434h-1.293c-.039 0-.07-.034-.07-.076 0-.041.031-.076.07-.076h1.293c.038 0 .069.035.069.076 0 .042-.031.076-.07.076Zm-1.293-.112c-.016 0-.03.017-.03.036 0 .02.014.036.03.036h1.293c.016 0 .03-.016.03-.036 0-.02-.014-.036-.03-.036h-1.293Z" }),
|
|
327
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M15.883 23.415h1.236c.026 0 .048.025.048.056 0 .03-.022.055-.048.055h-1.236c-.026 0-.048-.025-.048-.055 0-.031.022-.056.048-.056Z" }),
|
|
328
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.12 23.546h-1.237c-.037 0-.067-.034-.067-.075 0-.042.03-.076.067-.076h1.236c.038 0 .067.034.067.076 0 .041-.03.075-.067.075Zm-1.237-.111c-.015 0-.028.016-.028.036 0 .02.013.036.028.036h1.236c.015 0 .028-.017.028-.036 0-.02-.013-.036-.028-.036h-1.236Z" }),
|
|
329
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M16.282 22.575h.098v.07h.071v-.071h.1v.07h.072v-.07h.1v.16c0 .024-.02.04-.044.04h-.352c-.023 0-.045-.018-.045-.041v-.158Z" }),
|
|
330
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.679 22.794h-.351c-.036 0-.066-.028-.066-.06v-.17l.014-.008h.123v.069h.032v-.07h.14v.07h.031v-.07h.14v.179a.061.061 0 0 1-.064.06Zm-.377-.199v.138c0 .011.013.022.026.022h.351c.011 0 .024-.007.024-.022v-.14h-.06v.071h-.112v-.07h-.06v.07h-.111v-.069h-.058Z" }),
|
|
331
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.65 22.789.022.511-.342-.001.022-.512.298.002Z" }),
|
|
332
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m16.693 23.32-.384-.002.024-.55h.336l.024.552Zm-.343-.041.301.001-.02-.472h-.26l-.02.471Z" }),
|
|
333
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.232 23.026.01.275h-.328l.01-.275h.308Z" }),
|
|
334
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m15.894 23.321.01-.315h.347l.012.315h-.37Zm.049-.275-.008.236h.287l-.009-.236h-.27Z" }),
|
|
335
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m17.076 23.026.01.275h-.328l.01-.275h.308Z" }),
|
|
336
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m16.738 23.321.01-.315h.348l.012.315h-.37Zm.05-.275-.009.236h.287l-.009-.236h-.27Z" }),
|
|
337
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M15.863 22.826h.095v.07h.07v-.071h.098v.07h.07v-.07h.098v.16c0 .024-.02.04-.043.04h-.343c-.023 0-.045-.018-.045-.041v-.158Z" }),
|
|
338
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.251 23.045h-.344c-.034 0-.064-.028-.064-.061v-.168l.014-.01h.121v.07h.03v-.071h.138v.07h.03v-.07h.138v.18c0 .034-.028.06-.063.06Zm-.368-.2v.139c0 .011.012.021.025.021h.343c.011 0 .023-.006.023-.02v-.14h-.058v.07h-.11v-.07h-.058v.07h-.11v-.069h-.056Z" }),
|
|
339
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M16.707 22.826h.095v.07h.07v-.071h.098v.07h.07v-.07h.098v.16c0 .024-.02.04-.042.04h-.344c-.023 0-.044-.018-.044-.041v-.158Z" }),
|
|
340
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.095 23.045h-.343c-.035 0-.065-.028-.065-.061v-.169l.014-.009h.121v.07h.03v-.072l.138.001v.07h.03v-.07h.138v.18a.06.06 0 0 1-.063.06Zm-.368-.2v.139c0 .011.012.021.025.021h.343c.011 0 .023-.006.023-.02v-.14h-.058v.07h-.11v-.07h-.058v.07h-.11v-.069h-.055Zm-.259.105c-.002-.05.07-.05.069 0v.122h-.07v-.122Zm-.424.177c0-.048.065-.049.064 0v.094h-.064v-.094Zm.846 0c0-.048.066-.049.065 0v.094h-.065v-.094Z" }),
|
|
341
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M17.61 27.868c-.304-.316-.158-.61-.158-.612 0-.003.317-.16.626.148l-.468.464Z" }),
|
|
342
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m17.04 27.682.32.393.233-.233c-.295-.295-.123-.565-.117-.57.005-.005.29-.16.574.111l.233-.234-.403-.315-.84.848Z" }),
|
|
343
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m17.358 28.104-.334-.41-.006-.012.008-.014.852-.86.435.34-.262.263-.014-.014a.507.507 0 0 0-.355-.153.423.423 0 0 0-.194.044s-.168.253.119.54l.014.015-.263.261Zm-.292-.421.295.362.203-.203c-.151-.16-.172-.311-.161-.411a.424.424 0 0 1 .028-.116l-.365.368Zm.616-.48c.133 0 .256.052.368.152l.203-.204-.371-.29-.37.373a.485.485 0 0 1 .17-.03Z" }),
|
|
344
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m17.346 28.092.95-.954c.02-.02.056-.017.08.008.025.024.028.06.008.08l-.95.953c-.02.02-.056.017-.08-.007-.025-.024-.028-.06-.008-.08Z" }),
|
|
345
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.4 28.212a.089.089 0 0 1-.06-.026c-.033-.032-.036-.08-.009-.108l.95-.954c.027-.027.079-.023.11.007.032.032.035.08.007.108l-.95.954a.067.067 0 0 1-.048.019Zm.93-1.067a.027.027 0 0 0-.02.007l-.95.954c-.012.012-.009.036.008.052.009.01.021.014.032.014a.027.027 0 0 0 .02-.007l.95-.953c.012-.012.009-.036-.008-.052a.048.048 0 0 0-.033-.015Z" }),
|
|
346
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M17.69 27.743c-.187-.186-.114-.364-.113-.365 0 0 .186-.078.372.105l-.26.26" }),
|
|
347
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m17.69 27.772-.015-.014a.4.4 0 0 1-.132-.304c.001-.036.01-.082.021-.09l.006-.004a.304.304 0 0 1 .107-.018c.072 0 .18.022.286.127l.014.014-.288.289Zm-.098-.378c-.01.033-.042.17.098.321l.231-.232a.36.36 0 0 0-.244-.101.278.278 0 0 0-.084.012Z" }),
|
|
348
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.857 27.568.91-.914c.02-.02.054-.017.076.005.022.021.024.055.005.074l-.911.914c-.02.02-.053.017-.075-.004-.022-.022-.024-.056-.005-.075Z" }),
|
|
349
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.903 27.68a.08.08 0 0 1-.055-.024c-.03-.029-.032-.075-.005-.102l.91-.914c.026-.026.075-.024.103.004.03.03.032.076.005.103l-.91.914a.066.066 0 0 1-.048.019Zm.898-1.02a.027.027 0 0 0-.02.008l-.91.914c-.011.011-.01.033.005.046.013.014.035.016.046.005l.911-.914c.011-.012.01-.033-.005-.046a.04.04 0 0 0-.027-.012Z" }),
|
|
350
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.956 27.628.872-.874c.018-.018.05-.016.073.006.022.021.024.054.006.073l-.871.874c-.019.018-.051.016-.073-.006-.022-.021-.025-.054-.007-.073Z" }),
|
|
351
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.005 27.74a.08.08 0 0 1-.056-.025c-.03-.03-.033-.074-.007-.1l.872-.875c.025-.025.072-.022.1.006a.08.08 0 0 1 .025.056.063.063 0 0 1-.018.045l-.871.874a.064.064 0 0 1-.045.018Zm.854-.978a.024.024 0 0 0-.017.006l-.871.875c-.01.01-.008.03.006.045a.04.04 0 0 0 .028.012.023.023 0 0 0 .017-.007l.871-.874a.023.023 0 0 0 .006-.017.04.04 0 0 0-.012-.027.04.04 0 0 0-.028-.013Z" }),
|
|
352
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.64 26.754.069-.069.049.05.05-.051-.05-.05.07-.07.05.05.05-.051-.05-.05.071-.07.114.112c.018.017.015.043-.002.06l-.247.248c-.017.016-.046.018-.062.002l-.112-.11Z" }),
|
|
353
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.78 26.896a.06.06 0 0 1-.042-.016l-.127-.125.098-.098.049.05.022-.023-.05-.05.099-.099.05.05.022-.022-.05-.05.098-.099.128.127a.06.06 0 0 1 .018.042.066.066 0 0 1-.02.046l-.247.248a.067.067 0 0 1-.047.02Zm-.112-.142.098.097a.02.02 0 0 0 .014.005.028.028 0 0 0 .02-.007l.247-.249a.025.025 0 0 0 .008-.017.02.02 0 0 0-.006-.014l-.1-.1-.042.043.05.05-.078.079-.05-.05-.043.043.05.05-.078.078-.05-.049-.04.041Z" }),
|
|
354
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m17.05 26.645.38.344-.241.242-.349-.377.211-.21" }),
|
|
355
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m17.188 27.26-.376-.406.238-.236.41.371-.272.27Zm-.32-.405.321.347.213-.212-.35-.318-.184.183Z" }),
|
|
356
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.925 27.107.204.187-.231.232-.19-.2.217-.22v.001Z" }),
|
|
357
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m16.897 27.555-.217-.23.244-.246.233.214-.26.261Zm-.162-.23.163.172.202-.203-.175-.16-.19.191Z" }),
|
|
358
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m17.52 26.51.204.187-.232.232-.19-.2.218-.22v.001Z" }),
|
|
359
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m17.492 26.958-.217-.23.245-.245.233.213-.26.262Zm-.162-.23.163.173.202-.203-.174-.16-.19.19Z" }),
|
|
360
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m16.523 27.227.067-.067.05.049.048-.05-.05-.05.07-.068.05.05.049-.05-.05-.05.068-.07.114.113c.017.018.015.043 0 .06l-.243.242c-.016.017-.045.019-.061.002l-.113-.11Z" }),
|
|
361
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M16.663 27.37a.06.06 0 0 1-.042-.017l-.127-.125.096-.096.05.049.02-.021-.05-.05.097-.097.05.05.021-.022-.05-.05.097-.097.128.127a.06.06 0 0 1-.001.087l-.242.243a.067.067 0 0 1-.047.019Zm-.112-.143.098.098a.02.02 0 0 0 .014.005.026.026 0 0 0 .019-.008l.242-.242c.008-.008.011-.021 0-.031l-.099-.099-.04.041.05.05-.078.077-.05-.05-.041.041.05.05-.077.078-.05-.05-.039.04Z" }),
|
|
362
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m17.118 26.63.067-.067.05.049.048-.05-.05-.05.07-.068.05.05.049-.05-.05-.05.068-.069.114.113a.04.04 0 0 1 0 .059l-.243.243c-.016.016-.045.018-.061.002l-.113-.111Z" }),
|
|
363
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M17.259 26.772a.06.06 0 0 1-.043-.016l-.118-.117v-.017l.087-.087.05.049.02-.022-.05-.05.097-.096.05.05.022-.022-.05-.05.096-.097.128.126a.06.06 0 0 1-.001.088l-.242.243a.067.067 0 0 1-.047.019Zm-.113-.142.098.097a.02.02 0 0 0 .014.006.027.027 0 0 0 .019-.007l.242-.243c.008-.008.011-.021 0-.032l-.099-.098-.04.041.05.05-.078.077-.05-.05-.041.042.05.05-.077.077-.05-.049-.039.04Zm-.108.257c-.037-.033.013-.084.048-.048l.087.085-.049.05-.086-.087Zm-.174.425c-.034-.034.012-.082.047-.047l.067.067-.046.046-.067-.066m.596-.599a.033.033 0 0 1 .047-.046l.067.066-.046.047-.067-.067" }),
|
|
364
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M19.81 20.374c.012-.438.323-.541.325-.543.003-.002.337.111.336.547l-.66-.004" }),
|
|
365
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m19.541 19.84-.054.503h.33c.003-.416.316-.485.324-.484.007 0 .317.092.325.484h.33l-.059-.506-1.195.003Z" }),
|
|
366
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M19.837 20.363h-.372l.057-.545.02.002 1.213-.003.064.546h-.372v-.02c-.009-.38-.306-.463-.31-.464.002 0-.297.06-.3.464v.02Zm.648-.04h.29l-.056-.467-.525.001a.521.521 0 0 1 .291.466Zm-.976 0h.288c.01-.311.188-.426.284-.465l-.522.001-.05.464Z" }),
|
|
367
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M19.465 20.344h1.349c.028 0 .052.028.052.063 0 .034-.024.061-.052.061h-1.349c-.028 0-.052-.027-.052-.061s.024-.063.052-.063Z" }),
|
|
368
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.814 20.488h-1.349c-.04 0-.071-.036-.071-.081 0-.045.032-.082.071-.082h1.349c.04 0 .071.036.071.082 0 .045-.032.081-.071.081Zm-1.349-.124c-.017 0-.032.02-.032.043 0 .023.015.042.032.042h1.349c.017 0 .032-.02.032-.042 0-.023-.015-.043-.032-.043h-1.349Z" }),
|
|
369
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M19.956 20.342c.001-.262.18-.337.18-.336 0 0 .187.076.188.336h-.369Z" }),
|
|
370
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.344 20.362h-.389v-.02h-.02a.395.395 0 0 1 .133-.316s.053-.043.072-.04c.013 0 .203.09.204.356v.02Zm-.368-.04h.328c-.009-.202-.134-.278-.167-.295-.03.016-.152.093-.16.295h-.001Z" }),
|
|
371
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M19.494 19.63h1.293c.027 0 .05.025.05.056 0 .03-.023.056-.05.056h-1.293c-.027 0-.05-.025-.05-.056 0-.03.023-.056.05-.056Z" }),
|
|
372
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.787 19.762h-1.293c-.039 0-.07-.034-.07-.076 0-.042.031-.076.07-.076h1.293c.038 0 .069.034.069.076 0 .042-.031.076-.07.076Zm-1.293-.112c-.016 0-.03.017-.03.036 0 .02.014.036.03.036h1.293c.016 0 .03-.017.03-.036 0-.02-.015-.036-.03-.036h-1.293Z" }),
|
|
373
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M19.521 19.743h1.237c.026 0 .047.025.047.055 0 .031-.021.056-.047.056H19.52c-.026 0-.047-.025-.047-.056 0-.03.02-.055.047-.055Z" }),
|
|
374
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.758 19.874H19.52c-.037 0-.067-.034-.067-.075 0-.042.03-.076.067-.076h1.237c.037 0 .067.034.067.076 0 .041-.03.075-.067.075Zm-1.237-.111c-.015 0-.027.016-.027.035 0 .02.012.036.027.036h1.237c.015 0 .027-.016.027-.035 0-.02-.012-.037-.027-.037H19.52Z" }),
|
|
375
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M19.92 18.903h.098v.07h.071v-.071h.1v.07h.072v-.07h.1v.16c0 .024-.02.04-.044.04h-.351c-.024 0-.046-.018-.046-.041v-.158Z" }),
|
|
376
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.317 19.122h-.351c-.035 0-.065-.028-.066-.06v-.17l.014-.008h.124v.069h.031v-.07h.14v.07h.032v-.07h.14v.179a.061.061 0 0 1-.064.06Zm-.377-.199v.138c0 .011.013.022.026.022h.351c.012 0 .024-.007.024-.022v-.14h-.06v.072h-.111v-.07h-.06v.07h-.111v-.07h-.058Z" }),
|
|
377
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m20.288 19.116.022.512-.342-.001.022-.512.298.002Z" }),
|
|
378
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m20.331 19.648-.384-.002.024-.55h.336l.024.552Zm-.342-.041h.3l-.02-.47-.26-.002-.02.472Z" }),
|
|
379
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m19.87 19.354.01.275h-.328l.01-.275h.308Z" }),
|
|
380
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m19.532 19.65.01-.316h.348l.011.315h-.37Zm.049-.276-.008.236h.287l-.009-.236h-.27Z" }),
|
|
381
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m20.715 19.354.01.275h-.329l.01-.275h.308Z" }),
|
|
382
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m20.376 19.65.01-.316h.348l.011.315h-.37.001Zm.05-.276-.009.236h.287l-.009-.236h-.27Z" }),
|
|
383
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M19.501 19.154h.095v.07h.07v-.072h.098v.071h.07v-.07h.098v.16c0 .024-.02.04-.042.04h-.344c-.023 0-.044-.018-.044-.041v-.158Z" }),
|
|
384
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M19.89 19.373h-.345c-.034 0-.064-.028-.064-.061v-.169l.014-.009h.121v.07h.03v-.072h.138v.071h.03v-.07h.137v.179a.06.06 0 0 1-.062.06v.001Zm-.37-.2v.138c0 .012.013.022.026.022h.343c.011 0 .023-.006.023-.021v-.14h-.058v.07h-.11v-.07h-.058v.07h-.11v-.068h-.056Z" }),
|
|
385
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M20.345 19.154h.096v.07h.07v-.072h.098v.071h.07v-.07h.098v.16c0 .024-.02.04-.043.04h-.344c-.023 0-.044-.018-.044-.041v-.158Z" }),
|
|
386
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M20.734 19.373h-.344a.063.063 0 0 1-.064-.061v-.169l.013-.009h.122v.07h.03v-.072h.137v.071h.03v-.07h.138v.179a.06.06 0 0 1-.062.06v.001Zm-.369-.2v.138c0 .012.012.022.025.022h.344c.01 0 .022-.006.022-.021v-.14h-.058v.07h-.11v-.07h-.058v.07h-.11v-.068h-.055Zm-.259.105c-.002-.05.07-.05.069 0v.122h-.07v-.122Zm-.424.177c0-.048.065-.05.064 0v.094h-.064v-.094Zm.847 0c0-.048.065-.05.064 0v.094h-.064v-.094Z" }),
|
|
387
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.084 20.374c-.01-.438-.322-.541-.325-.543-.002-.002-.336.111-.335.547l.66-.004" }),
|
|
388
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m24.353 19.84.054.503h-.329c-.003-.416-.316-.485-.324-.484-.007 0-.317.092-.326.484h-.33l.06-.506 1.195.003Z" }),
|
|
389
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.058 20.363v-.02c-.003-.405-.302-.463-.305-.464 0 0-.297.084-.305.465v.02h-.373l.065-.547 1.233.003v.02l.056.522-.371.001Zm-.938-.04h.289a.52.52 0 0 1 .291-.465l-.525-.002-.055.468Zm.693-.465c.096.039.275.154.284.465h.288l-.05-.464-.522-.001Z" }),
|
|
390
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.43 20.344h-1.35c-.029 0-.052.028-.052.063 0 .034.023.061.052.061h1.349c.028 0 .051-.027.051-.061s-.023-.063-.051-.063Z" }),
|
|
391
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.43 20.488h-1.35c-.04 0-.072-.036-.072-.081 0-.045.032-.082.072-.082h1.349c.039 0 .071.036.071.082 0 .045-.032.081-.071.081Zm-1.349-.124c-.017 0-.032.02-.032.043 0 .023.015.042.032.042h1.349c.017 0 .031-.02.031-.042 0-.023-.014-.043-.031-.043h-1.35Z" }),
|
|
392
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M23.94 20.342c-.002-.262-.18-.337-.182-.337 0 0-.186.077-.188.337h.37Z" }),
|
|
393
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.96 20.362h-.41v-.02c.002-.266.192-.357.209-.357.016 0 .199.086.2.357v.02Zm-.37-.04h.329c-.009-.202-.13-.28-.16-.295-.034.017-.16.093-.168.295Z" }),
|
|
394
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.4 19.63h-1.292c-.027 0-.05.025-.05.056 0 .03.023.056.05.056h1.293c.027 0 .05-.025.05-.056 0-.03-.023-.056-.05-.056Z" }),
|
|
395
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.4 19.762h-1.292c-.038 0-.07-.034-.07-.076 0-.042.032-.076.07-.076h1.293c.038 0 .07.034.07.076 0 .042-.032.076-.07.076Zm-1.292-.112c-.016 0-.03.017-.03.036 0 .02.014.036.03.036h1.293c.016 0 .03-.017.03-.036 0-.02-.014-.036-.03-.036h-1.293Z" }),
|
|
396
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.374 19.743h-1.237c-.026 0-.047.025-.047.055 0 .031.021.056.047.056h1.237c.026 0 .047-.025.047-.056 0-.03-.021-.055-.047-.055Z" }),
|
|
397
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.374 19.874h-1.237c-.037 0-.067-.034-.067-.075 0-.042.03-.076.067-.076h1.237c.037 0 .067.034.067.076 0 .041-.03.075-.067.075Zm-1.237-.111c-.015 0-.027.016-.027.035 0 .02.012.036.027.036h1.237c.015 0 .027-.016.027-.035 0-.02-.012-.037-.027-.037h-1.237Z" }),
|
|
398
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M23.974 18.903h-.098v.07h-.07v-.071h-.1v.07h-.072v-.07h-.1v.16c0 .024.02.04.044.04h.351c.024 0 .045-.018.045-.041v-.158Z" }),
|
|
399
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.929 19.122h-.351c-.037 0-.064-.026-.064-.06v-.18h.14v.07h.031v-.07h.14v.07h.032v-.068h.123l.014.009v.168c0 .034-.03.062-.066.062Zm-.375-.2v.14c0 .014.012.02.024.02h.351c.013 0 .026-.01.026-.021v-.138h-.058v.07h-.111v-.071h-.06v.07h-.112v-.07h-.06Z" }),
|
|
400
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.607 19.116-.022.512.342-.001-.023-.512-.297.002Z" }),
|
|
401
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m23.564 19.648.023-.551.336-.002.025.552-.384.001Zm.062-.512-.02.472h.3l-.02-.473-.26.002Z" }),
|
|
402
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m24.024 19.354-.01.275h.329l-.01-.275h-.308Z" }),
|
|
403
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.363 19.65h-.37l.012-.316h.347l.01.315h.001Zm-.328-.04h.287l-.008-.237h-.27l-.01.236Z" }),
|
|
404
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.18 19.354-.01.275h.328l-.009-.275h-.309Z" }),
|
|
405
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.518 19.65h-.37l.013-.316h.347l.01.315Zm-.328-.04h.287l-.008-.237h-.27l-.009.236Z" }),
|
|
406
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.394 19.154h-.096v.07h-.07v-.072h-.098v.071h-.07v-.07h-.097v.16c0 .024.02.04.042.04h.344c.023 0 .044-.018.044-.041v-.158Z" }),
|
|
407
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.35 19.373h-.345a.061.061 0 0 1-.062-.06v-.18h.137v.07h.03v-.07h.138v.07h.03v-.069h.122l.014.01v.168c0 .033-.03.061-.065.061Zm-.367-.2v.14c0 .014.011.02.023.02h.343c.013 0 .025-.01.025-.021v-.138h-.056v.069h-.11v-.07h-.057v.07h-.11v-.07h-.058Z" }),
|
|
408
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M23.55 19.154h-.096v.07h-.07v-.072h-.098v.071h-.07v-.07h-.098v.16c0 .024.02.04.043.04h.343c.023 0 .045-.018.045-.041v-.158Z" }),
|
|
409
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.505 19.373h-.344a.061.061 0 0 1-.062-.06v-.18h.137v.07h.03v-.07h.138v.07h.03v-.069h.121l.014.01v.168c0 .033-.03.061-.064.061Zm-.367-.2v.14c0 .014.012.02.023.02h.344c.013 0 .024-.01.024-.021v-.138h-.055v.069h-.11v-.07h-.058v.07h-.11v-.07h-.058Zm.651.105c.002-.05-.07-.05-.07 0v.122h.07v-.122Zm.423.177c0-.048-.066-.05-.065 0v.094h.065v-.094m-.847 0c0-.048-.065-.05-.065 0v.094h.065v-.094" }),
|
|
410
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.084 24.046c-.01-.438-.322-.541-.325-.543-.002-.002-.336.111-.335.547l.66-.004" }),
|
|
411
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m24.353 23.512.054.503h-.329c-.003-.416-.316-.485-.324-.483-.007 0-.317.092-.326.483h-.33l.06-.506 1.195.003Z" }),
|
|
412
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.058 24.035v-.02c-.003-.405-.302-.464-.305-.464 0 0-.297.084-.305.465v.019h-.373l.065-.547 1.233.003v.02l.056.523-.371.001Zm-.938-.04h.289a.521.521 0 0 1 .291-.465l-.525-.002-.055.468Zm.693-.465c.096.039.275.154.284.465h.288l-.05-.463-.522-.002Z" }),
|
|
413
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.43 24.017h-1.35c-.029 0-.052.027-.052.062 0 .034.023.062.052.062h1.349c.028 0 .051-.028.051-.062s-.023-.062-.051-.062Z" }),
|
|
414
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.43 24.16h-1.35c-.04 0-.072-.036-.072-.081 0-.045.032-.082.072-.082h1.349c.039 0 .071.037.071.082 0 .045-.032.081-.071.081Zm-1.349-.123c-.017 0-.032.019-.032.042 0 .023.015.042.032.042h1.349c.017 0 .031-.02.031-.042 0-.023-.014-.043-.031-.043h-1.35Z" }),
|
|
415
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M23.94 24.014c-.002-.262-.18-.337-.182-.337 0 0-.186.077-.188.337h.37Z" }),
|
|
416
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.96 24.034h-.41v-.02c.002-.266.192-.356.209-.356.016 0 .199.085.2.356v.02Zm-.37-.04h.329c-.009-.202-.13-.279-.16-.295-.034.017-.16.094-.168.295Z" }),
|
|
417
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.4 23.302h-1.292c-.027 0-.05.025-.05.056 0 .03.023.056.05.056h1.293c.027 0 .05-.025.05-.056s-.023-.056-.05-.056Z" }),
|
|
418
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.4 23.434h-1.292c-.038 0-.07-.034-.07-.076 0-.041.032-.076.07-.076h1.293c.038 0 .07.035.07.076 0 .042-.032.076-.07.076Zm-1.292-.112c-.016 0-.03.017-.03.036 0 .02.014.036.03.036h1.293c.016 0 .03-.016.03-.036 0-.02-.014-.036-.03-.036h-1.293Z" }),
|
|
419
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.374 23.415h-1.237c-.026 0-.047.025-.047.056 0 .03.021.055.047.055h1.237c.026 0 .047-.025.047-.055 0-.031-.021-.056-.047-.056Z" }),
|
|
420
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.374 23.546h-1.237c-.037 0-.067-.034-.067-.075 0-.042.03-.076.067-.076h1.237c.037 0 .067.034.067.076 0 .041-.03.075-.067.075Zm-1.237-.111c-.015 0-.027.016-.027.036 0 .02.012.036.027.036h1.237c.015 0 .027-.017.027-.036 0-.02-.012-.036-.027-.036h-1.237Z" }),
|
|
421
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M23.974 22.575h-.098v.07h-.07v-.071h-.1v.07h-.072v-.07h-.1v.16c0 .024.02.04.044.04h.351c.024 0 .045-.018.045-.041v-.158Z" }),
|
|
422
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.929 22.794h-.351c-.037 0-.064-.026-.064-.06v-.18h.14v.07h.031v-.07h.14v.07h.032v-.069h.123l.014.01v.168c0 .034-.03.062-.066.062Zm-.375-.2v.14c0 .014.012.02.024.02h.351c.013 0 .026-.01.026-.021v-.138h-.058v.07h-.111v-.071h-.06v.07h-.112v-.07h-.06Z" }),
|
|
423
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.607 22.789-.022.511.342-.001-.023-.512-.297.002Z" }),
|
|
424
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m23.564 23.32.023-.551.336-.002.025.552-.384.001Zm.062-.512-.02.472.3-.001-.02-.472-.26.002Z" }),
|
|
425
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m24.024 23.026-.01.275h.329l-.01-.275h-.308Z" }),
|
|
426
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.363 23.321h-.37l.012-.315h.347l.01.315h.001Zm-.328-.04h.287l-.008-.236h-.27l-.01.236Z" }),
|
|
427
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.18 23.026-.01.275h.328l-.009-.275h-.309Z" }),
|
|
428
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.518 23.321h-.37l.013-.315h.347l.01.315Zm-.328-.04h.287l-.008-.236h-.27l-.009.236Z" }),
|
|
429
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M24.394 22.826h-.096v.07h-.07v-.071h-.098v.07h-.07v-.07h-.097v.16c0 .024.02.04.042.04h.344c.023 0 .044-.018.044-.041v-.158Z" }),
|
|
430
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M24.35 23.045h-.345a.061.061 0 0 1-.062-.06v-.18h.137v.07h.03v-.07h.138v.07h.03v-.069h.122l.014.01v.168c0 .033-.03.061-.065.061Zm-.367-.2v.14c0 .014.011.02.023.02h.343c.013 0 .025-.01.025-.021v-.138h-.056v.069h-.11v-.07h-.057v.07h-.11v-.07h-.058Z" }),
|
|
431
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M23.55 22.826h-.096v.07h-.07v-.071h-.098v.07h-.07v-.07h-.098v.16c0 .024.02.04.043.04h.343c.023 0 .045-.018.045-.041v-.158Z" }),
|
|
432
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.505 23.045h-.344a.06.06 0 0 1-.062-.06v-.18h.137v.07h.03v-.07h.138v.07h.03v-.069h.121l.014.01v.168c0 .033-.03.061-.064.061Zm-.367-.2v.14c0 .014.012.02.023.02h.344c.013 0 .024-.01.024-.021v-.138h-.055v.069h-.11v-.07h-.058v.07h-.11v-.07h-.058Zm.651.105c.002-.05-.07-.05-.07 0v.122h.07v-.122Zm.423.177c0-.048-.066-.049-.065 0v.094h.065v-.094m-.847 0c0-.048-.065-.049-.065 0v.094h.065v-.094" }),
|
|
433
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M22.647 27.868c.304-.316.158-.61.157-.612 0-.003-.316-.16-.626.148l.469.464Z" }),
|
|
434
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.217 27.682-.32.393-.233-.233c.294-.295.123-.565.116-.57-.005-.005-.289-.16-.574.111l-.233-.234.404-.315.84.848Z" }),
|
|
435
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m22.898 28.104-.262-.262.014-.014c.287-.288.118-.54.116-.542a.446.446 0 0 0-.192-.042.509.509 0 0 0-.354.153l-.014.014-.262-.263.434-.34.865.872-.01.014-.335.41Zm-.206-.262.203.203.295-.363-.365-.368a.465.465 0 0 1 .029.117c.01.1-.01.251-.162.41Zm-.688-.69.203.203a.54.54 0 0 1 .367-.151c.072 0 .132.015.171.03l-.37-.373-.372.29Z" }),
|
|
436
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m22.911 28.092-.95-.954c-.02-.02-.056-.017-.081.008-.024.024-.028.06-.008.08l.95.953c.02.02.057.017.081-.007s.028-.06.008-.08Z" }),
|
|
437
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M22.856 28.212a.068.068 0 0 1-.048-.019l-.95-.953c-.027-.028-.024-.077.008-.108.03-.031.082-.035.109-.008l.95.954c.028.028.024.076-.008.108a.088.088 0 0 1-.06.026Zm-.929-1.067a.047.047 0 0 0-.033.015c-.016.016-.02.04-.007.052l.95.953a.027.027 0 0 0 .02.007.048.048 0 0 0 .032-.014c.017-.016.02-.04.008-.053l-.95-.953a.027.027 0 0 0-.02-.007Z" }),
|
|
438
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "M22.567 27.743c.186-.186.113-.364.113-.365 0 0-.187-.078-.373.105l.26.26" }),
|
|
439
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m22.567 27.771-.288-.288.014-.015a.405.405 0 0 1 .286-.126c.062 0 .104.016.108.018l.005.003c.01.009.02.055.022.09a.4.4 0 0 1-.133.304l-.014.014Zm-.231-.288.231.232c.14-.15.108-.289.097-.322a.29.29 0 0 0-.084-.012.36.36 0 0 0-.244.102Z" }),
|
|
440
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.4 27.568-.911-.914c-.02-.02-.053-.017-.075.005-.022.021-.024.055-.005.074l.911.914c.02.02.053.017.075-.004.021-.022.024-.056.005-.075Z" }),
|
|
441
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.353 27.68a.067.067 0 0 1-.047-.02l-.911-.913c-.027-.027-.025-.073.005-.103.028-.028.077-.03.103-.004l.91.914c.028.027.025.073-.004.102a.08.08 0 0 1-.056.024Zm-.897-1.02a.04.04 0 0 0-.028.012c-.014.014-.016.035-.005.047l.911.914c.011.01.033.009.047-.005.014-.014.016-.035.005-.046l-.911-.914a.027.027 0 0 0-.02-.007Z" }),
|
|
442
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.3 27.628-.87-.874c-.02-.018-.052-.016-.074.006-.022.021-.025.054-.006.073l.87.874c.02.018.052.016.074-.006.022-.021.025-.054.006-.073Z" }),
|
|
443
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.252 27.74a.063.063 0 0 1-.045-.019l-.872-.874a.062.062 0 0 1-.018-.045c0-.02.01-.04.025-.056.029-.028.076-.03.101-.005l.871.874c.026.026.024.071-.006.1a.08.08 0 0 1-.056.024Zm-.854-.978a.04.04 0 0 0-.028.012.04.04 0 0 0-.013.028c0 .005.001.012.006.017l.872.874a.023.023 0 0 0 .017.006.04.04 0 0 0 .028-.012c.014-.014.016-.034.006-.045l-.871-.874a.024.024 0 0 0-.017-.006Z" }),
|
|
444
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.617 26.754-.069-.069-.05.05-.05-.051.05-.05-.07-.07-.05.05-.05-.051.05-.05-.07-.07-.114.112c-.018.017-.015.043.001.06l.248.248c.016.016.045.018.061.002l.113-.11Z" }),
|
|
445
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.476 26.896a.067.067 0 0 1-.047-.02l-.248-.248a.065.065 0 0 1-.019-.046c0-.015.007-.03.018-.042l.128-.126.098.099-.05.05.022.022.05-.05.099.099-.05.05.022.022.05-.049.086.088.006.013-.122.121a.06.06 0 0 1-.043.017Zm-.169-.426-.1.099a.02.02 0 0 0-.005.014c0 .006.002.013.007.018l.248.248a.028.028 0 0 0 .02.008.017.017 0 0 0 .013-.006l.099-.096-.041-.041-.05.048-.078-.078.05-.05-.042-.042-.05.05-.079-.08.05-.05-.042-.042Z" }),
|
|
446
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.206 26.645-.38.344.242.242.348-.377-.21-.21" }),
|
|
447
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m23.069 27.26-.272-.271.41-.372.237.237-.375.405Zm-.214-.27.213.212.321-.347-.184-.183-.35.318Z" }),
|
|
448
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.331 27.107-.203.187.23.232.19-.2-.217-.22v.001Z" }),
|
|
449
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m23.36 27.555-.26-.262.232-.214.244.246-.217.23Zm-.204-.26.203.203.162-.172-.19-.192-.175.16Z" }),
|
|
450
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m22.737 26.51-.204.187.231.232.19-.2-.218-.22v.001Z" }),
|
|
451
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "m22.764 26.958-.26-.262.233-.213.245.245-.217.23Zm-.203-.26.203.203.162-.172-.19-.191-.175.16Z" }),
|
|
452
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.734 27.227-.067-.067-.05.049-.049-.05.05-.05-.069-.068-.05.05-.049-.05.05-.05-.069-.07-.113.113c-.018.018-.016.043 0 .06l.243.242c.016.017.044.019.06.002l.113-.11Z" }),
|
|
453
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M23.593 27.37a.067.067 0 0 1-.047-.02l-.242-.243a.06.06 0 0 1 0-.087l.127-.126.097.097-.05.05.02.021.051-.05.097.097-.05.05.02.021.05-.048.087.087v.016l-.118.117a.06.06 0 0 1-.042.017Zm-.162-.42-.1.099c-.01.01-.006.023.001.03l.242.244a.027.027 0 0 0 .019.007c.003 0 .01 0 .014-.006l.098-.097-.04-.039-.048.049-.078-.078.05-.05-.04-.04-.05.05-.078-.078.05-.05-.04-.04v-.001Z" }),
|
|
454
|
+
React__namespace.default.createElement("path", { fill: "#FF0", d: "m23.139 26.63-.067-.067-.05.049-.049-.05.05-.05-.069-.068-.05.05-.049-.05.05-.05-.069-.069-.113.113a.04.04 0 0 0 0 .059l.243.243c.016.016.044.018.06.002l.113-.111Z" }),
|
|
455
|
+
React__namespace.default.createElement("path", { fill: "#000", d: "M22.998 26.772a.067.067 0 0 1-.047-.019l-.242-.243a.06.06 0 0 1 0-.087l.127-.126.097.097-.05.05.021.021.05-.05.098.097-.051.05.021.021.05-.048.089.089-.004.016-.117.115a.06.06 0 0 1-.042.017Zm-.162-.42-.1.1c-.01.01-.006.023.002.03l.242.244a.027.027 0 0 0 .018.007c.003 0 .01 0 .015-.006l.098-.097-.04-.039-.049.049-.077-.078.05-.05-.041-.04-.05.05-.078-.078.05-.05-.04-.04v-.001Zm.384.535c.036-.033-.014-.085-.05-.049l-.086.086.048.049.087-.086Zm.172.425c.034-.034-.012-.082-.046-.047l-.068.067.047.046.067-.066m-.597-.599a.033.033 0 0 0-.046-.046l-.067.066.046.047.067-.067Z" }),
|
|
456
|
+
React__namespace.default.createElement("path", { fill: "#039", d: "M19.55 24.177a.66.66 0 0 0 .177.451.578.578 0 0 0 .421.19.578.578 0 0 0 .422-.189.66.66 0 0 0 .176-.451v-.854h-1.193l-.003.853" }),
|
|
457
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M19.824 23.53c.066 0 .118.053.118.118a.118.118 0 0 1-.236 0c0-.065.053-.117.118-.117Zm.662 0a.118.118 0 1 1-.118.118c0-.064.053-.117.118-.117Zm-.332.318a.118.118 0 1 1 0 .235.118.118 0 0 1-.118-.118c0-.065.053-.117.118-.117Zm-.33.332a.118.118 0 1 1 0 .235.118.118 0 0 1 0-.236Zm.661-.002c.066 0 .119.053.119.118a.118.118 0 0 1-.237 0c0-.065.053-.118.118-.118Z" }),
|
|
458
|
+
React__namespace.default.createElement("path", { fill: "#039", d: "M19.55 22.115a.66.66 0 0 0 .177.451.578.578 0 0 0 .421.189.578.578 0 0 0 .422-.188.66.66 0 0 0 .176-.451v-.854h-1.193l-.003.853" }),
|
|
459
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M19.824 21.468a.118.118 0 1 1 0 .236.118.118 0 0 1 0-.236Zm.662.001a.118.118 0 1 1 0 .235.118.118 0 0 1 0-.235Zm-.332.316a.118.118 0 1 1 0 .235.118.118 0 0 1-.118-.117c0-.065.053-.118.118-.118Zm-.33.332a.118.118 0 1 1 0 .235.118.118 0 0 1 0-.235Zm.661-.001a.118.118 0 1 1 0 .236.118.118 0 0 1 0-.236Z" }),
|
|
460
|
+
React__namespace.default.createElement("path", { fill: "#039", d: "M17.895 24.177a.66.66 0 0 0 .176.451.578.578 0 0 0 .422.19.578.578 0 0 0 .422-.189.66.66 0 0 0 .175-.451v-.854h-1.193l-.002.853" }),
|
|
461
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M18.169 23.53c.065 0 .118.053.118.118a.118.118 0 0 1-.236 0c0-.065.053-.117.118-.117Zm.661 0a.118.118 0 1 1-.118.118c0-.064.054-.117.119-.117Zm-.33.318a.118.118 0 1 1 0 .235.118.118 0 0 1 0-.235Zm-.331.332a.118.118 0 1 1 0 .235.118.118 0 0 1 0-.236Zm.661-.002a.118.118 0 1 1-.118.118c0-.065.053-.118.118-.118Z" }),
|
|
462
|
+
React__namespace.default.createElement("path", { fill: "#039", d: "M21.201 24.177a.66.66 0 0 0 .176.451.578.578 0 0 0 .422.19.578.578 0 0 0 .422-.189.66.66 0 0 0 .175-.451v-.854h-1.193l-.002.853" }),
|
|
463
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M21.475 23.53a.118.118 0 1 1 0 .236.118.118 0 0 1 0-.235Zm.662 0a.118.118 0 1 1-.118.118c0-.064.053-.117.118-.117Zm-.332.318a.118.118 0 1 1 .001.235.118.118 0 0 1 0-.235Zm-.33.332a.118.118 0 1 1 0 .235.118.118 0 0 1 0-.236Zm.661-.002a.118.118 0 1 1 0 .236.118.118 0 0 1 0-.236Z" }),
|
|
464
|
+
React__namespace.default.createElement("path", { fill: "#039", d: "M19.55 26.221a.66.66 0 0 0 .177.452.578.578 0 0 0 .421.188.578.578 0 0 0 .422-.187.66.66 0 0 0 .176-.452v-.853l-1.193-.001-.003.853" }),
|
|
465
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M19.824 25.575a.118.118 0 1 1 0 .235.118.118 0 0 1 0-.235Zm.662 0a.118.118 0 1 1 0 .236.118.118 0 0 1 0-.236Zm-.332.317a.118.118 0 1 1 0 .235.118.118 0 0 1-.118-.118c0-.064.053-.117.118-.117Zm-.33.331a.118.118 0 1 1 0 .236.118.118 0 0 1 0-.236Zm.661-.001a.118.118 0 1 1 0 .236.118.118 0 0 1 0-.236Z" })
|
|
466
|
+
),
|
|
467
|
+
React__namespace.default.createElement(
|
|
468
|
+
"defs",
|
|
469
|
+
null,
|
|
470
|
+
React__namespace.default.createElement(
|
|
471
|
+
"clipPath",
|
|
472
|
+
{ id: "a" },
|
|
473
|
+
React__namespace.default.createElement("rect", { width: 48, height: 34, y: 7, fill: "#fff", rx: 4 })
|
|
474
|
+
)
|
|
475
|
+
)
|
|
476
|
+
);
|
|
477
|
+
var FlagPtColoredIcon = IconWrapper(SvgFlagPtColoredIcon);
|
|
478
|
+
|
|
479
|
+
const SvgFlagUkColoredIcon = (props) => React__namespace.default.createElement(
|
|
480
|
+
"svg",
|
|
481
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 48, height: 34, fill: "none", viewBox: "0 0 48 34" }, props),
|
|
482
|
+
React__namespace.default.createElement(
|
|
483
|
+
"mask",
|
|
484
|
+
{ id: "a", width: 48, height: 34, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
485
|
+
maskType: "alpha"
|
|
486
|
+
} },
|
|
487
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M44.571 0H3.43C1.535 0 0 1.522 0 3.4v27.2C0 32.478 1.535 34 3.429 34H44.57c1.895 0 3.43-1.522 3.43-3.4V3.4C48 1.522 46.465 0 44.571 0Z" })
|
|
488
|
+
),
|
|
489
|
+
React__namespace.default.createElement(
|
|
490
|
+
"g",
|
|
491
|
+
{ mask: "url(#a)" },
|
|
492
|
+
React__namespace.default.createElement("path", { fill: "#fff", d: "M44.571 0H3.43C1.535 0 0 1.522 0 3.4v27.2C0 32.478 1.535 34 3.429 34H44.57c1.895 0 3.43-1.522 3.43-3.4V3.4C48 1.522 46.465 0 44.571 0Z" }),
|
|
493
|
+
React__namespace.default.createElement("path", { fill: "#0A17A7", d: "M48 0H0v34h48V0Z" }),
|
|
494
|
+
React__namespace.default.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M50.2-3.258 52.755.5 36.559 11.333H48v11.334l-11.442-.002L52.756 33.5l-2.557 3.758-20.485-13.703.001 12.712H18.287V23.555L-2.199 37.258-4.754 33.5l16.197-10.834H0V11.335h11.442L-4.754.5l2.556-3.758 20.484 13.702v-12.71h11.43l-.003 12.71L50.2-3.258Z", clipRule: "evenodd" }),
|
|
495
|
+
React__namespace.default.createElement("path", { stroke: "#DB1F35", strokeLinecap: "round", strokeWidth: 0.667, d: "M32.004 10.764 53.716-3.4M34.309 23.285l19.463 13.01M13.724 10.729-6.578-2.84m22.504 25.968-22.504 14.8" }),
|
|
496
|
+
React__namespace.default.createElement("path", { fill: "#E6273E", fillRule: "evenodd", d: "M0 20.4h20.571V34h6.858V20.4H48v-6.8H27.429V0H20.57v13.6H0v6.8Z", clipRule: "evenodd" })
|
|
497
|
+
)
|
|
498
|
+
);
|
|
499
|
+
var FlagUkColoredIcon = IconWrapper(SvgFlagUkColoredIcon);
|
|
500
|
+
|
|
180
501
|
const SvgGearColoredIcon = (props) => React__namespace.default.createElement(
|
|
181
502
|
"svg",
|
|
182
503
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -920,7 +1241,12 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
920
1241
|
FilterIcon: FilterIcon,
|
|
921
1242
|
FireIcon: FireIcon,
|
|
922
1243
|
FirstAidKitIcon: FirstAidKitIcon,
|
|
1244
|
+
FlagDeColoredIcon: FlagDeColoredIcon,
|
|
1245
|
+
FlagFrColoredIcon: FlagFrColoredIcon,
|
|
923
1246
|
FlagIcon: FlagIcon,
|
|
1247
|
+
FlagNlColoredIcon: FlagNlColoredIcon,
|
|
1248
|
+
FlagPtColoredIcon: FlagPtColoredIcon,
|
|
1249
|
+
FlagUkColoredIcon: FlagUkColoredIcon,
|
|
924
1250
|
FolderIcon: FolderIcon,
|
|
925
1251
|
ForwardIcon: ForwardIcon,
|
|
926
1252
|
GearColoredIcon: GearColoredIcon,
|
|
@@ -6898,7 +7224,12 @@ exports.FilterBarUtils = FilterBar_utils;
|
|
|
6898
7224
|
exports.FilterIcon = FilterIcon;
|
|
6899
7225
|
exports.FireIcon = FireIcon;
|
|
6900
7226
|
exports.FirstAidKitIcon = FirstAidKitIcon;
|
|
7227
|
+
exports.FlagDeColoredIcon = FlagDeColoredIcon;
|
|
7228
|
+
exports.FlagFrColoredIcon = FlagFrColoredIcon;
|
|
6901
7229
|
exports.FlagIcon = FlagIcon;
|
|
7230
|
+
exports.FlagNlColoredIcon = FlagNlColoredIcon;
|
|
7231
|
+
exports.FlagPtColoredIcon = FlagPtColoredIcon;
|
|
7232
|
+
exports.FlagUkColoredIcon = FlagUkColoredIcon;
|
|
6902
7233
|
exports.FlexColumn = FlexColumn;
|
|
6903
7234
|
exports.FlexRow = FlexRow;
|
|
6904
7235
|
exports.FlyOutMenu = FlyOutMenu;
|