@dasidev/dasi-ui 1.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/README.md +346 -0
- package/bin/dasi-cli.cjs +184 -0
- package/dist/date-selector-test-BlukYeWl.js +91 -0
- package/dist/favicon.ico +0 -0
- package/dist/html2canvas.esm-CKxSAI8P.js +4886 -0
- package/dist/img/brand/ic_pln.svg +12 -0
- package/dist/img/brand/mapp_power_logo.svg +21 -0
- package/dist/img/common/pltu_ulumbu_flores_ntt.jpeg +0 -0
- package/dist/index-BQSA2aPs.js +126556 -0
- package/dist/index.es-DQWt-PZn.js +5769 -0
- package/dist/index.es.js +11 -0
- package/dist/index.umd.js +8564 -0
- package/dist/informasi-gudang-BmoEy2RL.js +164 -0
- package/dist/informasi-gudang-DXfS46Nh.js +50 -0
- package/dist/purify.es-C-9oolON.js +546 -0
- package/dist/scripts/pdf.worker.min.js +29 -0
- package/dist/scripts/pdf.worker.min.mjs +29 -0
- package/dist/scripts/pdf.worker.mjs +57722 -0
- package/dist/scripts/pdf.worker.mjs.map +1 -0
- package/dist/style.css +1 -0
- package/dist/test-schema-JFghGc0_.js +8 -0
- package/dist/test-schema-uusFsJe4.js +438 -0
- package/dist/types-l0sNRNKZ.js +1 -0
- package/package.json +178 -0
- package/src/App.vue +18 -0
- package/src/__tests__/index.test.ts +9 -0
- package/src/api/api.ts +117 -0
- package/src/assets/app-selector.svg +3 -0
- package/src/assets/dasi.png +0 -0
- package/src/assets/foto_ss.svg +21 -0
- package/src/assets/icons/circle-blue.svg +4 -0
- package/src/assets/icons/circle-gray.svg +15 -0
- package/src/assets/icons/circle-green.svg +4 -0
- package/src/assets/icons/circle-orange.svg +4 -0
- package/src/assets/icons/circle-purple.svg +4 -0
- package/src/assets/icons/circle-red.svg +15 -0
- package/src/assets/icons/harbor.svg +12 -0
- package/src/assets/icons/ic-box-red.svg +8 -0
- package/src/assets/icons/ic-chevron-right.svg +1 -0
- package/src/assets/icons/ic-loading.svg +9 -0
- package/src/assets/icons/ic-reset.svg +16 -0
- package/src/assets/icons/ic-sailing.svg +5 -0
- package/src/assets/icons/icon-app-selector.svg +3 -0
- package/src/assets/icons/icon-browser-check.svg +4 -0
- package/src/assets/icons/icon-calendar.svg +3 -0
- package/src/assets/icons/icon-chart-bar.svg +3 -0
- package/src/assets/icons/icon-chart-doc.svg +16 -0
- package/src/assets/icons/icon-chart-line.svg +10 -0
- package/src/assets/icons/icon-chart-mix.svg +15 -0
- package/src/assets/icons/icon-chart-pie.svg +11 -0
- package/src/assets/icons/icon-continue.svg +12 -0
- package/src/assets/icons/icon-dashboard-2.svg +17 -0
- package/src/assets/icons/icon-dashboard.svg +3 -0
- package/src/assets/icons/icon-data-kelistrikan.svg +19 -0
- package/src/assets/icons/icon-data-sentral.svg +11 -0
- package/src/assets/icons/icon-database.svg +5 -0
- package/src/assets/icons/icon-desktop.svg +3 -0
- package/src/assets/icons/icon-download.svg +13 -0
- package/src/assets/icons/icon-energi-primer.svg +12 -0
- package/src/assets/icons/icon-faba-apk2.svg +11 -0
- package/src/assets/icons/icon-faba.svg +11 -0
- package/src/assets/icons/icon-factory.svg +14 -0
- package/src/assets/icons/icon-globe-doc.svg +19 -0
- package/src/assets/icons/icon-ikk.svg +10 -0
- package/src/assets/icons/icon-kbb.svg +13 -0
- package/src/assets/icons/icon-kos.svg +16 -0
- package/src/assets/icons/icon-kpi-bod.svg +15 -0
- package/src/assets/icons/icon-kss.svg +14 -0
- package/src/assets/icons/icon-map.svg +12 -0
- package/src/assets/icons/icon-monitoring-harian.svg +13 -0
- package/src/assets/icons/icon-notification.svg +4 -0
- package/src/assets/icons/icon-overview.svg +17 -0
- package/src/assets/icons/icon-pltu.svg +13 -0
- package/src/assets/icons/icon-sebaran-sentral.svg +12 -0
- package/src/assets/icons/icon-select-data-kelistrikan.svg +19 -0
- package/src/assets/icons/icon-select-data-sentral.svg +11 -0
- package/src/assets/icons/icon-select-energi-primer.svg +12 -0
- package/src/assets/icons/icon-select-faba-apk2.svg +11 -0
- package/src/assets/icons/icon-select-ikk.svg +10 -0
- package/src/assets/icons/icon-select-kbb.svg +13 -0
- package/src/assets/icons/icon-select-kos.svg +16 -0
- package/src/assets/icons/icon-select-kpi-bod.svg +15 -0
- package/src/assets/icons/icon-select-kss.svg +14 -0
- package/src/assets/icons/icon-select-monitoring-harian.svg +13 -0
- package/src/assets/icons/icon-select-overview.svg +17 -0
- package/src/assets/icons/icon-select-sebaran-sentral.svg +12 -0
- package/src/assets/icons/icon-sentral-white.svg +13 -0
- package/src/assets/icons/icon-shipping.svg +5 -0
- package/src/assets/icons/icon-sort.svg +5 -0
- package/src/assets/icons/icon-tree-box.svg +14 -0
- package/src/assets/icons/icon-warehouse.svg +12 -0
- package/src/assets/icons/pin-green.svg +3 -0
- package/src/assets/icons/pin-orange.svg +3 -0
- package/src/assets/icons/pin-purple.svg +3 -0
- package/src/assets/icons/ship.svg +3 -0
- package/src/assets/icons/shipment/icon-antri.svg +15 -0
- package/src/assets/icons/shipment/icon-bongkar.svg +4 -0
- package/src/assets/icons/shipment/icon-invoice.svg +6 -0
- package/src/assets/icons/shipment/icon-loading.svg +8 -0
- package/src/assets/icons/shipment/icon-pembayaran.svg +13 -0
- package/src/assets/icons/shipment/icon-pengiriman.svg +4 -0
- package/src/assets/icons/shipment/icon-sailing.svg +4 -0
- package/src/assets/icons/shipment/icon-shipment-completed.svg +6 -0
- package/src/assets/icons/shipment/icon-shipment-in-progress.svg +6 -0
- package/src/assets/icons/shipment/icon-shipment-over-sla.svg +6 -0
- package/src/assets/icons/shipment/icon-spt.svg +4 -0
- package/src/assets/icons/shipment/icon-total-shipment.svg +4 -0
- package/src/assets/icons/upload_doc_icon.svg +42 -0
- package/src/assets/icons/upload_icon_blue.svg +14 -0
- package/src/assets/login-bg-day-min.jpg +0 -0
- package/src/assets/login-bg-night-min.jpg +0 -0
- package/src/assets/login-bg.jpg +0 -0
- package/src/assets/login-day.png +0 -0
- package/src/assets/login-night.png +0 -0
- package/src/assets/lucide-circle-plus-blue.svg +1 -0
- package/src/assets/pdf-logo.svg +11 -0
- package/src/assets/pemasok-card-bg.svg +6 -0
- package/src/assets/success_animation.gif +0 -0
- package/src/assets/success_animation.mp4 +0 -0
- package/src/assets/success_animation.webm +0 -0
- package/src/components/button/BtnAddOutline.vue +14 -0
- package/src/components/button/BtnCircle.vue +10 -0
- package/src/components/button/BtnOutline.vue +15 -0
- package/src/components/button/BtnPrimary.vue +25 -0
- package/src/components/button/BtnSecondary.vue +26 -0
- package/src/components/detail/AccountDetailTimeline.vue +144 -0
- package/src/components/detail/ApprovalInfo.vue +288 -0
- package/src/components/detail/DCI2.vue +164 -0
- package/src/components/detail/DetailContentHeader.vue +83 -0
- package/src/components/detail/DetailContentItem.vue +186 -0
- package/src/components/detail/DetailContentItems.vue +388 -0
- package/src/components/detail/DetailContentLoading.vue +12 -0
- package/src/components/detail/DetailContentTablet.vue +10 -0
- package/src/components/detail/DetailSheet.vue +294 -0
- package/src/components/detail/DetailTimeline.vue +191 -0
- package/src/components/detail/DocApprovalDialog.vue +29 -0
- package/src/components/detail/DocViewerContent.vue +991 -0
- package/src/components/dialog/ConfirmDialog.vue +96 -0
- package/src/components/dialog/DialogBase.vue +53 -0
- package/src/components/dialog/DialogSelect.vue +212 -0
- package/src/components/dialog/ErrorDialog.vue +63 -0
- package/src/components/dialog/FormDialog.vue +141 -0
- package/src/components/dialog/FormInputerDialog.vue +91 -0
- package/src/components/dialog/InfoDialog.vue +74 -0
- package/src/components/dialog/SuccessDialog.vue +51 -0
- package/src/components/examples/TestSchemaExample.vue +288 -0
- package/src/components/forms/auth/LoginForm.vue +806 -0
- package/src/components/forms/auth/PwdScore.vue +68 -0
- package/src/components/helper/ApiTester.vue +153 -0
- package/src/components/helper/ChangePwd.vue +150 -0
- package/src/components/helper/CheckboxElement.vue +43 -0
- package/src/components/helper/ConfigSwitcher.vue +54 -0
- package/src/components/helper/Copyright.vue +10 -0
- package/src/components/helper/ErrorScreen.vue +40 -0
- package/src/components/helper/LucideIcon.vue +27 -0
- package/src/components/helper/PdfViewer.vue +103 -0
- package/src/components/helper/PinInputer.vue +205 -0
- package/src/components/helper/PrivacyPolicy.vue +122 -0
- package/src/components/layout/PageActivityHeader.vue +48 -0
- package/src/components/layout/PageHeader.vue +70 -0
- package/src/components/loadings/LoadingDialog.vue +29 -0
- package/src/components/loadings/LoadingDialogSpin.vue +25 -0
- package/src/components/loadings/LoadingIndicator.vue +38 -0
- package/src/components/loadings/LoadingScreen.vue +23 -0
- package/src/components/notif/Notif.vue +103 -0
- package/src/components/notif/NotifItem.vue +41 -0
- package/src/components/pages/Header.vue +431 -0
- package/src/components/pages/Leftbar.vue +417 -0
- package/src/components/pages/PageActivity.vue +108 -0
- package/src/components/pages/PageActivityContent.vue +597 -0
- package/src/components/pages/PageContentTable.vue +589 -0
- package/src/components/pages/PageTab.vue +84 -0
- package/src/components/selector/BaseSelector.vue +1136 -0
- package/src/components/selector/ConfigDataSelector.vue +136 -0
- package/src/components/settings/SettingsItem.vue +38 -0
- package/src/components/tab/TabView.vue +11 -0
- package/src/components/tab/TabViewItem.vue +18 -0
- package/src/components/tab/TabViewItemBar.vue +9 -0
- package/src/components/tables/CellHover.vue +65 -0
- package/src/components/tables/DashboardDataTable.vue +707 -0
- package/src/components/tables/DataStatusTag.vue +52 -0
- package/src/components/tables/DataTable.vue +156 -0
- package/src/components/tables/DataTableAccordion.vue +249 -0
- package/src/components/tables/DataTableActionRow.vue +64 -0
- package/src/components/tables/DataTableCell.vue +272 -0
- package/src/components/tables/DataTableHeader.vue +60 -0
- package/src/components/tables/DataTableRow.vue +213 -0
- package/src/components/tables/ExpandedTable.vue +259 -0
- package/src/components/tables/PageTable.vue +73 -0
- package/src/components/tables/Pagination.vue +98 -0
- package/src/components/tables/dropdown/BaseDropdownTable.vue +140 -0
- package/src/components/tables/dropdown/DropdownTableActivity.vue +33 -0
- package/src/components/tables/dropdown/DropdownTableAsset.vue +30 -0
- package/src/components/tables/dropdown/DropdownTableConfig.vue +30 -0
- package/src/components/tables/dropdown/DropdownTableDataKonektor.vue +31 -0
- package/src/components/tables/dropdown/DropdownTableDataLabel.vue +30 -0
- package/src/components/tables/dropdown/DropdownTableDataSchema.vue +31 -0
- package/src/components/tables/dropdown/DropdownTableFabaPemanfaat.vue +30 -0
- package/src/components/tables/dropdown/DropdownTableGroup.vue +36 -0
- package/src/components/tables/dropdown/DropdownTableHalaman.vue +33 -0
- package/src/components/tables/dropdown/DropdownTableLevel.vue +66 -0
- package/src/components/tables/dropdown/DropdownTableOrganization.vue +47 -0
- package/src/components/tables/dropdown/DropdownTablePengelola.vue +28 -0
- package/src/components/tables/dropdown/DropdownTableQueryLayer.vue +29 -0
- package/src/components/tables/dropdown/DropdownTableSentral.vue +33 -0
- package/src/components/tables/dropdown/DropdownTableWarehouse.vue +30 -0
- package/src/components/tables/dropdown/TableDropdown.vue +52 -0
- package/src/components/ui/accordion/Accordion.vue +19 -0
- package/src/components/ui/accordion/AccordionContent.vue +24 -0
- package/src/components/ui/accordion/AccordionItem.vue +24 -0
- package/src/components/ui/accordion/AccordionTrigger.vue +42 -0
- package/src/components/ui/accordion/index.ts +4 -0
- package/src/components/ui/alert-dialog/AlertDialog.vue +14 -0
- package/src/components/ui/alert-dialog/AlertDialogAction.vue +20 -0
- package/src/components/ui/alert-dialog/AlertDialogCancel.vue +20 -0
- package/src/components/ui/alert-dialog/AlertDialogContent.vue +42 -0
- package/src/components/ui/alert-dialog/AlertDialogDescription.vue +25 -0
- package/src/components/ui/alert-dialog/AlertDialogFooter.vue +21 -0
- package/src/components/ui/alert-dialog/AlertDialogHeader.vue +16 -0
- package/src/components/ui/alert-dialog/AlertDialogTitle.vue +22 -0
- package/src/components/ui/alert-dialog/AlertDialogTrigger.vue +11 -0
- package/src/components/ui/alert-dialog/index.ts +9 -0
- package/src/components/ui/avatar/Avatar.vue +24 -0
- package/src/components/ui/avatar/AvatarFallback.vue +11 -0
- package/src/components/ui/avatar/AvatarImage.vue +9 -0
- package/src/components/ui/avatar/UsersAvatar.vue +28 -0
- package/src/components/ui/avatar/index.ts +24 -0
- package/src/components/ui/button/Button.vue +27 -0
- package/src/components/ui/button/index.ts +34 -0
- package/src/components/ui/calendar/Calendar.vue +325 -0
- package/src/components/ui/calendar/index.ts +22 -0
- package/src/components/ui/checkbox/Checkbox.vue +33 -0
- package/src/components/ui/checkbox/index.ts +1 -0
- package/src/components/ui/command/Command.vue +30 -0
- package/src/components/ui/command/CommandDialog.vue +21 -0
- package/src/components/ui/command/CommandEmpty.vue +20 -0
- package/src/components/ui/command/CommandGroup.vue +29 -0
- package/src/components/ui/command/CommandInput.vue +33 -0
- package/src/components/ui/command/CommandItem.vue +26 -0
- package/src/components/ui/command/CommandList.vue +27 -0
- package/src/components/ui/command/CommandSeparator.vue +23 -0
- package/src/components/ui/command/CommandShortcut.vue +14 -0
- package/src/components/ui/command/index.ts +9 -0
- package/src/components/ui/context-menu/ContextMenu.vue +15 -0
- package/src/components/ui/context-menu/ContextMenuCheckboxItem.vue +40 -0
- package/src/components/ui/context-menu/ContextMenuContent.vue +36 -0
- package/src/components/ui/context-menu/ContextMenuGroup.vue +11 -0
- package/src/components/ui/context-menu/ContextMenuItem.vue +34 -0
- package/src/components/ui/context-menu/ContextMenuLabel.vue +25 -0
- package/src/components/ui/context-menu/ContextMenuPortal.vue +11 -0
- package/src/components/ui/context-menu/ContextMenuRadioGroup.vue +19 -0
- package/src/components/ui/context-menu/ContextMenuRadioItem.vue +40 -0
- package/src/components/ui/context-menu/ContextMenuSeparator.vue +20 -0
- package/src/components/ui/context-menu/ContextMenuShortcut.vue +14 -0
- package/src/components/ui/context-menu/ContextMenuSub.vue +19 -0
- package/src/components/ui/context-menu/ContextMenuSubContent.vue +35 -0
- package/src/components/ui/context-menu/ContextMenuSubTrigger.vue +34 -0
- package/src/components/ui/context-menu/ContextMenuTrigger.vue +13 -0
- package/src/components/ui/context-menu/index.ts +14 -0
- package/src/components/ui/datetime/DatetimeRangeComponent.vue +52 -0
- package/src/components/ui/dialog/Dialog.vue +14 -0
- package/src/components/ui/dialog/DialogClose.vue +11 -0
- package/src/components/ui/dialog/DialogContent.vue +53 -0
- package/src/components/ui/dialog/DialogDescription.vue +24 -0
- package/src/components/ui/dialog/DialogFooter.vue +19 -0
- package/src/components/ui/dialog/DialogHeader.vue +16 -0
- package/src/components/ui/dialog/DialogScrollContent.vue +59 -0
- package/src/components/ui/dialog/DialogTitle.vue +29 -0
- package/src/components/ui/dialog/DialogTrigger.vue +11 -0
- package/src/components/ui/dialog/index.ts +9 -0
- package/src/components/ui/dropdown-menu/DropdownMenu.vue +14 -0
- package/src/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +40 -0
- package/src/components/ui/dropdown-menu/DropdownMenuContent.vue +38 -0
- package/src/components/ui/dropdown-menu/DropdownMenuGroup.vue +11 -0
- package/src/components/ui/dropdown-menu/DropdownMenuItem.vue +28 -0
- package/src/components/ui/dropdown-menu/DropdownMenuLabel.vue +24 -0
- package/src/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +19 -0
- package/src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +41 -0
- package/src/components/ui/dropdown-menu/DropdownMenuSeparator.vue +22 -0
- package/src/components/ui/dropdown-menu/DropdownMenuShortcut.vue +14 -0
- package/src/components/ui/dropdown-menu/DropdownMenuSub.vue +19 -0
- package/src/components/ui/dropdown-menu/DropdownMenuSubContent.vue +30 -0
- package/src/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +33 -0
- package/src/components/ui/dropdown-menu/DropdownMenuTrigger.vue +13 -0
- package/src/components/ui/dropdown-menu/index.ts +16 -0
- package/src/components/ui/form/FormControl.vue +16 -0
- package/src/components/ui/form/FormDescription.vue +20 -0
- package/src/components/ui/form/FormItem.vue +25 -0
- package/src/components/ui/form/FormLabel.vue +23 -0
- package/src/components/ui/form/FormMessage.vue +16 -0
- package/src/components/ui/form/index.ts +6 -0
- package/src/components/ui/form/useFormField.ts +30 -0
- package/src/components/ui/hover-card/HoverCard.vue +14 -0
- package/src/components/ui/hover-card/HoverCardContent.vue +41 -0
- package/src/components/ui/hover-card/HoverCardTrigger.vue +11 -0
- package/src/components/ui/hover-card/index.ts +3 -0
- package/src/components/ui/input/Input.vue +24 -0
- package/src/components/ui/input/index.ts +1 -0
- package/src/components/ui/label/Label.vue +27 -0
- package/src/components/ui/label/index.ts +1 -0
- package/src/components/ui/pagination/PaginationEllipsis.vue +22 -0
- package/src/components/ui/pagination/PaginationFirst.vue +29 -0
- package/src/components/ui/pagination/PaginationLast.vue +29 -0
- package/src/components/ui/pagination/PaginationNext.vue +29 -0
- package/src/components/ui/pagination/PaginationPrev.vue +29 -0
- package/src/components/ui/pagination/index.ts +10 -0
- package/src/components/ui/pin-input/PinInput.vue +23 -0
- package/src/components/ui/pin-input/PinInputGroup.vue +18 -0
- package/src/components/ui/pin-input/PinInputInput.vue +18 -0
- package/src/components/ui/pin-input/PinInputSeparator.vue +15 -0
- package/src/components/ui/pin-input/index.ts +4 -0
- package/src/components/ui/popover/Popover.vue +15 -0
- package/src/components/ui/popover/PopoverContent.vue +48 -0
- package/src/components/ui/popover/PopoverTrigger.vue +11 -0
- package/src/components/ui/popover/index.ts +4 -0
- package/src/components/ui/preview/PreviewPdf.vue +118 -0
- package/src/components/ui/progress/ProgressCircle.vue +27 -0
- package/src/components/ui/progress/SemiCircularProgressBar.vue +83 -0
- package/src/components/ui/progress/TotalCalories.vue +31 -0
- package/src/components/ui/radio-group/RadioGroup.vue +25 -0
- package/src/components/ui/radio-group/RadioGroupItem.vue +37 -0
- package/src/components/ui/radio-group/index.ts +2 -0
- package/src/components/ui/scroll-area/ScrollArea.vue +29 -0
- package/src/components/ui/scroll-area/ScrollBar.vue +30 -0
- package/src/components/ui/scroll-area/index.ts +2 -0
- package/src/components/ui/select/Select.vue +15 -0
- package/src/components/ui/select/SelectContent.vue +52 -0
- package/src/components/ui/select/SelectGroup.vue +19 -0
- package/src/components/ui/select/SelectInline.vue +84 -0
- package/src/components/ui/select/SelectItem.vue +44 -0
- package/src/components/ui/select/SelectItemText.vue +11 -0
- package/src/components/ui/select/SelectLabel.vue +13 -0
- package/src/components/ui/select/SelectScrollDownButton.vue +24 -0
- package/src/components/ui/select/SelectScrollUpButton.vue +24 -0
- package/src/components/ui/select/SelectSeparator.vue +17 -0
- package/src/components/ui/select/SelectTrigger.vue +31 -0
- package/src/components/ui/select/SelectTriggerCustom.vue +23 -0
- package/src/components/ui/select/SelectValue.vue +11 -0
- package/src/components/ui/select/index.ts +12 -0
- package/src/components/ui/separator/Separator.vue +20 -0
- package/src/components/ui/separator/index.ts +1 -0
- package/src/components/ui/sheet/Sheet.vue +14 -0
- package/src/components/ui/sheet/SheetClose.vue +11 -0
- package/src/components/ui/sheet/SheetContent.vue +48 -0
- package/src/components/ui/sheet/SheetDescription.vue +22 -0
- package/src/components/ui/sheet/SheetFooter.vue +19 -0
- package/src/components/ui/sheet/SheetHeader.vue +16 -0
- package/src/components/ui/sheet/SheetTitle.vue +22 -0
- package/src/components/ui/sheet/SheetTrigger.vue +11 -0
- package/src/components/ui/sheet/index.ts +31 -0
- package/src/components/ui/skeleton/Skeleton.vue +28 -0
- package/src/components/ui/skeleton/index.ts +1 -0
- package/src/components/ui/sonner/Sonner.vue +22 -0
- package/src/components/ui/sonner/index.ts +1 -0
- package/src/components/ui/star/StarRating.vue +19 -0
- package/src/components/ui/switch/Switch.vue +37 -0
- package/src/components/ui/switch/index.ts +1 -0
- package/src/components/ui/table/Table.vue +16 -0
- package/src/components/ui/table/TableBody.vue +14 -0
- package/src/components/ui/table/TableCaption.vue +14 -0
- package/src/components/ui/table/TableCell.vue +21 -0
- package/src/components/ui/table/TableEmpty.vue +37 -0
- package/src/components/ui/table/TableFooter.vue +14 -0
- package/src/components/ui/table/TableHead.vue +14 -0
- package/src/components/ui/table/TableHeader.vue +14 -0
- package/src/components/ui/table/TableRow.vue +14 -0
- package/src/components/ui/table/index.ts +8 -0
- package/src/components/ui/tabs/Tabs.vue +15 -0
- package/src/components/ui/tabs/TabsContent.vue +22 -0
- package/src/components/ui/tabs/TabsList.vue +25 -0
- package/src/components/ui/tabs/TabsTrigger.vue +27 -0
- package/src/components/ui/tabs/index.ts +4 -0
- package/src/components/ui/tags-input/TagsInput.vue +22 -0
- package/src/components/ui/tags-input/TagsInputInput.vue +19 -0
- package/src/components/ui/tags-input/TagsInputItem.vue +22 -0
- package/src/components/ui/tags-input/TagsInputItemDelete.vue +24 -0
- package/src/components/ui/tags-input/TagsInputItemText.vue +19 -0
- package/src/components/ui/tags-input/index.ts +5 -0
- package/src/components/ui/textarea/Textarea.vue +24 -0
- package/src/components/ui/textarea/index.ts +1 -0
- package/src/components/ui/tooltip/Tooltip.vue +14 -0
- package/src/components/ui/tooltip/TooltipContent.vue +31 -0
- package/src/components/ui/tooltip/TooltipProvider.vue +11 -0
- package/src/components/ui/tooltip/TooltipTrigger.vue +11 -0
- package/src/components/ui/tooltip/index.ts +4 -0
- package/src/composables/useAppConfig.ts +332 -0
- package/src/composables/useDarkMode.ts +71 -0
- package/src/config/app.config.ts +318 -0
- package/src/config/examples/ecommerce.config.ts +132 -0
- package/src/config/examples/generic.config.ts +132 -0
- package/src/config/menu.config.ts +149 -0
- package/src/config/my-app.config.ts +134 -0
- package/src/config/test-config.ts +32 -0
- package/src/config/theme.config.ts +250 -0
- package/src/docs/index.ts +21 -0
- package/src/docs.scss +403 -0
- package/src/index.d.ts +5 -0
- package/src/index.ts +20 -0
- package/src/layouts/AuthLayout.vue +68 -0
- package/src/layouts/DefaultLayout.vue +119 -0
- package/src/layouts/DocsLayout.vue +681 -0
- package/src/layouts/FormGlobal.vue +50 -0
- package/src/layouts/GlobalDialog.vue +122 -0
- package/src/layouts/RakorConfirmDialog.vue +95 -0
- package/src/layouts/SettingsLayout.vue +115 -0
- package/src/lib/constants.ts +2 -0
- package/src/lib/detail.utils.ts +213 -0
- package/src/lib/form.utils.ts +1009 -0
- package/src/lib/page.flow.utils.ts +81 -0
- package/src/lib/page.utils.ts +865 -0
- package/src/lib/performance.utils.ts +302 -0
- package/src/lib/tablerow.utils.ts +51 -0
- package/src/lib/utils.ts +643 -0
- package/src/main.scss +717 -0
- package/src/main.ts +74 -0
- package/src/menu.ts +78 -0
- package/src/nestedlist_color.scss +161 -0
- package/src/router/index.ts +92 -0
- package/src/stores/auth.ts +117 -0
- package/src/stores/counter.ts +12 -0
- package/src/stores/dialog.ts +168 -0
- package/src/stores/form.ts +103 -0
- package/src/stores/tabs.ts +52 -0
- package/src/tw.scss +419 -0
- package/src/types/form.types.ts +348 -0
- package/src/types/types.ts +7 -0
- package/src/utils/config.utils.ts +149 -0
- package/src/views/NotFound.vue +30 -0
- package/src/views/PageActivity.vue +15 -0
- package/src/views/auth/LoginView.vue +7 -0
- package/src/views/auth/OauthCallback.vue +101 -0
- package/src/views/dashboard/index.vue +16 -0
- package/src/views/settings/AccountSettingsView.vue +70 -0
- package/src/views/settings/AuditLogsSettingsView.vue +116 -0
- package/src/views/settings/DeviceSettingsView.vue +70 -0
- package/src/views/settings/MainSettingsView.vue +12 -0
- package/src/views/settings/ProfileSettingsView.vue +104 -0
- package/src/vueform/config/informasi-gudang.ts +47 -0
- package/src/vueform/config/test-schema.ts +8 -0
- package/src/vueform/config/types.ts +768 -0
- package/src/vueform/customization/classes.js +46 -0
- package/src/vueform/customization/tailwind.classes.js +2117 -0
- package/src/vueform/elements/ConfigDataSelectorElement.vue +50 -0
- package/src/vueform/elements/DateSelectorElement.vue +323 -0
- package/src/vueform/elements/SelectorElement.vue +153 -0
- package/src/vueform/schemas/date-selector-test.ts +103 -0
- package/src/vueform/schemas/informasi-gudang.ts +160 -0
- package/src/vueform/schemas/test-schema.ts +483 -0
- package/src/vueform.config.js +77 -0
- package/src/vueform.validator.ts +77 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_10575)">
|
|
3
|
+
<path d="M8 5H6C5.46957 5 4.96086 5.21071 4.58579 5.58579C4.21071 5.96086 4 6.46957 4 7V19C4 19.5304 4.21071 20.0391 4.58579 20.4142C4.96086 20.7893 5.46957 21 6 21H11.697" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M18 11V7C18 6.46957 17.7893 5.96086 17.4142 5.58579C17.0391 5.21071 16.5304 5 16 5H14" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M12 3H10C8.89543 3 8 3.89543 8 5C8 6.10457 8.89543 7 10 7H12C13.1046 7 14 6.10457 14 5C14 3.89543 13.1046 3 12 3Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M8 11H12" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M8 15H11" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M13.5 18C13.5 18.5909 13.6164 19.1761 13.8425 19.7221C14.0687 20.268 14.4002 20.7641 14.818 21.182C15.2359 21.5998 15.732 21.9313 16.2779 22.1575C16.8239 22.3836 17.4091 22.5 18 22.5C18.5909 22.5 19.1761 22.3836 19.7221 22.1575C20.268 21.9313 20.7641 21.5998 21.182 21.182C21.5998 20.7641 21.9313 20.268 22.1575 19.7221C22.3836 19.1761 22.5 18.5909 22.5 18C22.5 16.8065 22.0259 15.6619 21.182 14.818C20.3381 13.9741 19.1935 13.5 18 13.5C16.8065 13.5 15.6619 13.9741 14.818 14.818C13.9741 15.6619 13.5 16.8065 13.5 18Z" stroke="#2671D9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M13.7969 16.5H22.1969" stroke="#2671D9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M13.7969 19.5H22.1969" stroke="#2671D9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M17.7498 13.5C16.9075 14.8498 16.4609 16.4089 16.4609 18C16.4609 19.5911 16.9075 21.1502 17.7498 22.5" stroke="#2671D9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
+
<path d="M18.25 13.5C19.0923 14.8498 19.5389 16.4089 19.5389 18C19.5389 19.5911 19.0923 21.1502 18.25 22.5" stroke="#2671D9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
+
</g>
|
|
14
|
+
<defs>
|
|
15
|
+
<clipPath id="clip0_11812_10575">
|
|
16
|
+
<rect width="24" height="24" fill="white"/>
|
|
17
|
+
</clipPath>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_38983)">
|
|
3
|
+
<path d="M10.0007 3.20145C8.4364 3.56409 6.99761 4.33865 5.83358 5.44478C4.66954 6.55092 3.82264 7.94835 3.38072 9.49213C2.93881 11.0359 2.91798 12.6698 3.32039 14.2243C3.72279 15.7789 4.53378 17.1974 5.66924 18.3329C6.8047 19.4684 8.22327 20.2794 9.77781 20.6818C11.3323 21.0842 12.9662 21.0633 14.51 20.6214C16.0538 20.1795 17.4512 19.3326 18.5574 18.1686C19.6635 17.0045 20.4381 15.5657 20.8007 14.0014C20.8007 13.7362 20.6953 13.4819 20.5078 13.2943C20.3203 13.1068 20.0659 13.0014 19.8007 13.0014H16.0007C15.8189 13.7005 15.4557 14.339 14.9478 14.8525C14.4399 15.3661 13.8054 15.7363 13.1084 15.9258C12.4115 16.1153 11.6768 16.1173 10.9788 15.9317C10.2808 15.746 9.64428 15.3793 9.13357 14.8686C8.62285 14.3579 8.25611 13.7213 8.07046 13.0233C7.88481 12.3253 7.88684 11.5907 8.07634 10.8937C8.26583 10.1968 8.63608 9.56225 9.1496 9.05436C9.66312 8.54647 10.3017 8.18325 11.0007 8.00145V4.00145C10.9883 3.88297 10.9525 3.76814 10.8953 3.66362C10.8382 3.55909 10.7608 3.46695 10.6678 3.39253C10.5748 3.31811 10.4679 3.2629 10.3534 3.2301C10.2389 3.1973 10.119 3.18756 10.0007 3.20145Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M15 3.5C16.2697 3.94708 17.423 4.6733 18.3748 5.62516C19.3267 6.57702 20.0529 7.73028 20.5 9H16C15.6934 8.64095 15.359 8.30659 15 8V3.5Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_11812_38983">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_8729)">
|
|
3
|
+
<path d="M3 21V8L12 4L21 8V21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M13 13H17V21H7V15H13" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M13 21V12C13 11.7348 12.8946 11.4804 12.7071 11.2929C12.5196 11.1054 12.2652 11 12 11H10C9.73478 11 9.48043 11.1054 9.29289 11.2929C9.10536 11.4804 9 11.7348 9 12V15" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_11812_8729">
|
|
9
|
+
<rect width="24" height="24" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_26897)">
|
|
3
|
+
<path d="M4 19H20" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M4 15L8 9L12 11L16 6L20 10V15H4Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_11812_26897">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_63503)">
|
|
3
|
+
<path d="M3 12H7L10 20L14 4L17 12H21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_11812_63503">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_34811)">
|
|
3
|
+
<path d="M4 21C5.147 16.98 5.983 12.973 6 9H12C12.017 12.973 12.853 16.98 14 21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.5 13H17C17.025 15.612 17.894 18.296 19 21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M9 5.00053C9.22717 4.68403 9.52797 4.4276 9.87642 4.25337C10.2249 4.07915 10.6105 3.99237 11 4.00053C11.3895 3.99237 11.7751 4.07915 12.1236 4.25337C12.472 4.4276 12.7728 4.68403 13 5.00053C13.2272 5.31702 13.528 5.57345 13.8764 5.74768C14.2249 5.9219 14.6105 6.00869 15 6.00053C15.3895 6.00869 15.7751 5.9219 16.1236 5.74768C16.472 5.57345 16.7728 5.31702 17 5.00053C17.2272 4.68403 17.528 4.4276 17.8764 4.25337C18.2249 4.07915 18.6105 3.99237 19 4.00053C19.3895 3.99237 19.7751 4.07915 20.1236 4.25337C20.472 4.4276 20.7728 4.68403 21 5.00053" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M3 21H22" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_11812_34811">
|
|
10
|
+
<rect width="24" height="24" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_34406)">
|
|
3
|
+
<path d="M8 5H6C5.46957 5 4.96086 5.21071 4.58579 5.58579C4.21071 5.96086 4 6.46957 4 7V19C4 19.5304 4.21071 20.0391 4.58579 20.4142C4.96086 20.7893 5.46957 21 6 21H11.697" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M18 14V18H22" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M18 11V7C18 6.46957 17.7893 5.96086 17.4142 5.58579C17.0391 5.21071 16.5304 5 16 5H14" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M12 3H10C8.89543 3 8 3.89543 8 5C8 6.10457 8.89543 7 10 7H12C13.1046 7 14 6.10457 14 5C14 3.89543 13.1046 3 12 3Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M18 22C20.2091 22 22 20.2091 22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M8 11H12" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M8 15H11" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0_11812_34406">
|
|
13
|
+
<rect width="24" height="24" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_14559)">
|
|
3
|
+
<path d="M3 3V21H21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M20 18V21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M16 16V21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M12 13V21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M8 16V21" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M3 11C9 11 8 6 12 6C16 6 15 11 21 11" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0_11812_14559">
|
|
12
|
+
<rect width="24" height="24" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_5873)">
|
|
3
|
+
<path d="M3 17C3 16.4696 3.21071 15.9609 3.58579 15.5858C3.96086 15.2107 4.46957 15 5 15H7C7.53043 15 8.03914 15.2107 8.41421 15.5858C8.78929 15.9609 9 16.4696 9 17V19C9 19.5304 8.78929 20.0391 8.41421 20.4142C8.03914 20.7893 7.53043 21 7 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V17Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M15 17C15 16.4696 15.2107 15.9609 15.5858 15.5858C15.9609 15.2107 16.4696 15 17 15H19C19.5304 15 20.0391 15.2107 20.4142 15.5858C20.7893 15.9609 21 16.4696 21 17V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H17C16.4696 21 15.9609 20.7893 15.5858 20.4142C15.2107 20.0391 15 19.5304 15 19V17Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5V7C15 7.53043 14.7893 8.03914 14.4142 8.41421C14.0391 8.78929 13.5304 9 13 9H11C10.4696 9 9.96086 8.78929 9.58579 8.41421C9.21071 8.03914 9 7.53043 9 7V5Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M6 15V14C6 13.4696 6.21071 12.9609 6.58579 12.5858C6.96086 12.2107 7.46957 12 8 12H16C16.5304 12 17.0391 12.2107 17.4142 12.5858C17.7893 12.9609 18 13.4696 18 14V15" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M12 9V12" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_11812_5873">
|
|
11
|
+
<rect width="24" height="24" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_21007)">
|
|
3
|
+
<path d="M8 12H4C3.44772 12 3 12.4477 3 13V19C3 19.5523 3.44772 20 4 20H8C8.55228 20 9 19.5523 9 19V13C9 12.4477 8.55228 12 8 12Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M14 8H10C9.44772 8 9 8.44772 9 9V19C9 19.5523 9.44772 20 10 20H14C14.5523 20 15 19.5523 15 19V9C15 8.44772 14.5523 8 14 8Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M20 4H16C15.4477 4 15 4.44772 15 5V19C15 19.5523 15.4477 20 16 20H20C20.5523 20 21 19.5523 21 19V5C21 4.44772 20.5523 4 20 4Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M4 20H18" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_11812_21007">
|
|
10
|
+
<rect width="24" height="24" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_59876)">
|
|
3
|
+
<path d="M3 5C3 4.73478 3.10536 4.48043 3.29289 4.29289C3.48043 4.10536 3.73478 4 4 4H20C20.2652 4 20.5196 4.10536 20.7071 4.29289C20.8946 4.48043 21 4.73478 21 5V15C21 15.2652 20.8946 15.5196 20.7071 15.7071C20.5196 15.8946 20.2652 16 20 16H4C3.73478 16 3.48043 15.8946 3.29289 15.7071C3.10536 15.5196 3 15.2652 3 15V5Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7 20H17" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M9 16V20" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M15 16V20" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M9 12V8" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M12 12V11" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M15 12V10" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M12 12V11" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="clip0_11812_59876">
|
|
14
|
+
<rect width="24" height="24" fill="white"/>
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11812_82024)">
|
|
3
|
+
<path d="M4 7.66667L9.33333 5L14.6667 7.66667L20 5V16.5556L14.6667 19.2222L9.33333 16.5556L4 19.2222V7.66667Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M9.33398 5V16.5556" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M14.666 7.66406V19.2196" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_11812_82024">
|
|
9
|
+
<rect width="24" height="24" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5123_75897)">
|
|
3
|
+
<path d="M4.53125 20.3992C5.60178 16.6472 6.38205 12.9074 6.39792 9.19922H11.9979C12.0138 12.9074 12.7941 16.6472 13.8646 20.3992" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.4648 12.9316H16.6648C16.6882 15.3695 17.4992 17.8746 18.5315 20.3983" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M9.19922 5.46507C9.41124 5.16968 9.69199 4.93034 10.0172 4.76773C10.3424 4.60512 10.7024 4.52413 11.0659 4.53174C11.4294 4.52413 11.7893 4.60512 12.1146 4.76773C12.4398 4.93034 12.7205 5.16968 12.9326 5.46507C13.1446 5.76047 13.4253 5.99981 13.7505 6.16242C14.0758 6.32503 14.4357 6.40602 14.7992 6.39841C15.1627 6.40602 15.5227 6.32503 15.8479 6.16242C16.1731 5.99981 16.4539 5.76047 16.6659 5.46507C16.8779 5.16968 17.1587 4.93034 17.4839 4.76773C17.8091 4.60512 18.169 4.52413 18.5326 4.53174C18.8961 4.52413 19.256 4.60512 19.5812 4.76773C19.9064 4.93034 20.1872 5.16968 20.3992 5.46507" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M3.59961 20.3984H21.3329" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_5123_75897">
|
|
10
|
+
<rect width="22.4" height="22.4" fill="white" transform="translate(0.798828 0.798828)"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M10 16.5L13 17.5C13 17.5 20.5 16 21.5 16C22.5 16 22.5 17 21.5 18C20.5 19 17 22 14 22C11 22 9 20.5 7 20.5H2" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M2 14.5C3 13.5 5 12 7 12C9 12 13.75 14 14.5 15C15.25 16 13 17.5 13 17.5M8 9V5C8 4.73478 8.10536 4.48043 8.29289 4.29289C8.48043 4.10536 8.73478 4 9 4H21C21.2652 4 21.5196 4.10536 21.7071 4.29289C21.8946 4.48043 22 4.73478 22 5V13" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
|
|
2
|
+
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4252 0.144043C10.7073 0.144043 10.9359 0.364674 10.9359 0.636836L10.9359 8.3174L13.1282 6.20189C13.3276 6.00944 13.651 6.00944 13.8504 6.20189C14.0499 6.39434 14.0499 6.70636 13.8504 6.89881L10.7863 9.85556C10.6906 9.94798 10.5607 9.9999 10.4252 9.9999C10.2898 9.9999 10.1599 9.94798 10.0641 9.85556L7.00001 6.89881C6.80057 6.70636 6.80057 6.39434 7.00001 6.20189C7.19944 6.00944 7.52279 6.00944 7.72223 6.20189L9.91454 8.3174L9.91454 0.636836C9.91454 0.364674 10.1432 0.144043 10.4252 0.144043Z" fill="#93B8EC"/>
|
|
4
|
+
<path d="M3.21369 0.144824C3.41312 -0.0476236 3.73647 -0.0476236 3.9359 0.144824L7.00001 3.10158C7.19945 3.29403 7.19945 3.60605 7.00001 3.79849C6.80058 3.99094 6.47723 3.99094 6.27779 3.79849L4.08548 1.68299V9.36355C4.08548 9.63571 3.85684 9.85634 3.57479 9.85634C3.29275 9.85634 3.06411 9.63571 3.06411 9.36355V1.68299L0.871794 3.79849C0.672359 3.99094 0.349011 3.99094 0.149576 3.79849C-0.0498587 3.60605 -0.0498587 3.29403 0.149576 3.10158L3.21369 0.144824Z" fill="#93B8EC"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5123_49825)">
|
|
3
|
+
<path d="M3 17C3 16.4696 3.21071 15.9609 3.58579 15.5858C3.96086 15.2107 4.46957 15 5 15H7C7.53043 15 8.03914 15.2107 8.41421 15.5858C8.78929 15.9609 9 16.4696 9 17V19C9 19.5304 8.78929 20.0391 8.41421 20.4142C8.03914 20.7893 7.53043 21 7 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V17Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M15 17C15 16.4696 15.2107 15.9609 15.5858 15.5858C15.9609 15.2107 16.4696 15 17 15H19C19.5304 15 20.0391 15.2107 20.4142 15.5858C20.7893 15.9609 21 16.4696 21 17V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H17C16.4696 21 15.9609 20.7893 15.5858 20.4142C15.2107 20.0391 15 19.5304 15 19V17Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5V7C15 7.53043 14.7893 8.03914 14.4142 8.41421C14.0391 8.78929 13.5304 9 13 9H11C10.4696 9 9.96086 8.78929 9.58579 8.41421C9.21071 8.03914 9 7.53043 9 7V5Z" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M6 15V14C6 13.4696 6.21071 12.9609 6.58579 12.5858C6.96086 12.2107 7.46957 12 8 12H16C16.5304 12 17.0391 12.2107 17.4142 12.5858C17.7893 12.9609 18 13.4696 18 14V15" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M12 9V12" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_5123_49825">
|
|
11
|
+
<rect width="24" height="24" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5123_49835)">
|
|
3
|
+
<path d="M3 21V8L12 4L21 8V21" stroke="#697586" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M13 13H17V21H7V15H13" stroke="#697586" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M13 21V12C13 11.7348 12.8946 11.4804 12.7071 11.2929C12.5196 11.1054 12.2652 11 12 11H10C9.73478 11 9.48043 11.1054 9.29289 11.2929C9.10536 11.4804 9 11.7348 9 12V15" stroke="#697586" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_5123_49835">
|
|
9
|
+
<rect width="24" height="24" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.88672 11.175C3.56032 8.00028 5.00005 5.06744 7.06376 2.66608C7.10045 2.62358 7.14503 2.58965 7.19468 2.56644C7.24433 2.54323 7.29796 2.53125 7.35218 2.53125C7.40641 2.53125 7.46004 2.54323 7.50969 2.56644C7.55933 2.58965 7.60392 2.62358 7.64061 2.66608C9.70435 5.06709 11.1442 7.99956 11.8181 11.174C10.7558 11.4123 9.67799 11.5648 8.59403 11.6302L7.57156 13.8077C7.55121 13.8509 7.51995 13.8873 7.4813 13.9127C7.44264 13.9381 7.3981 13.9516 7.35267 13.9516C7.30724 13.9516 7.26271 13.9381 7.22405 13.9127C7.18539 13.8873 7.15414 13.8509 7.13378 13.8077L6.11082 11.6302C5.02686 11.5648 3.94909 11.4123 2.88672 11.174V11.175Z" fill="#0EA976"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.34766 11.223C2.99411 7.95245 4.3758 4.93109 6.35632 2.45726C6.39154 2.41348 6.43432 2.37852 6.48197 2.35461C6.52961 2.3307 6.58109 2.31836 6.63312 2.31836C6.68516 2.31836 6.73663 2.3307 6.78428 2.35461C6.83192 2.37852 6.87471 2.41348 6.90992 2.45726C8.89047 4.93073 10.2723 7.95171 10.9191 11.222C9.89951 11.4675 8.86518 11.6246 7.82491 11.6919L6.84366 13.9352C6.82412 13.9797 6.79413 14.0172 6.75703 14.0433C6.71993 14.0695 6.67719 14.0834 6.63359 14.0834C6.58999 14.0834 6.54725 14.0695 6.51015 14.0433C6.47306 14.0172 6.44306 13.9797 6.42353 13.9352L5.4418 11.6919C4.40154 11.6245 3.36721 11.4674 2.34766 11.222V11.223Z" fill="#F08800"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.94922 10.4211C3.6311 7.38912 5.08853 4.58816 7.17762 2.29478C7.21476 2.25419 7.25989 2.22179 7.31015 2.19963C7.36041 2.17746 7.4147 2.16602 7.46959 2.16602C7.52448 2.16602 7.57877 2.17746 7.62903 2.19963C7.67929 2.22179 7.72442 2.25419 7.76157 2.29478C9.85068 4.58782 11.3083 7.38843 11.9905 10.4201C10.915 10.6477 9.824 10.7934 8.72671 10.8558L7.69167 12.9354C7.67106 12.9767 7.63943 13.0114 7.60029 13.0357C7.56116 13.06 7.51608 13.0728 7.47009 13.0728C7.4241 13.0728 7.37902 13.06 7.33988 13.0357C7.30075 13.0114 7.26911 12.9767 7.24851 12.9354L6.21297 10.8558C5.11568 10.7933 4.02466 10.6477 2.94922 10.4201V10.4211Z" fill="#6941C6"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.75974 8.96199C3.84961 8.91042 2.94385 8.80105 2.04794 8.6346C2.75033 5.90252 4.10532 3.37932 5.99896 1.28303C7.89283 3.37924 9.24806 5.90245 9.95065 8.63459C9.05469 8.80108 8.14888 8.91046 7.23869 8.96199L6.94931 8.97837L6.81972 9.23763L5.9994 10.8787L5.17865 9.23754L5.04904 8.97838L4.75974 8.96199Z" stroke="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_6403_79145)">
|
|
3
|
+
<path d="M18.7969 9.10019C22.7486 7.50889 27.1706 7.55258 31.0901 9.22166C35.0096 10.8907 38.1056 14.0485 39.6969 18.0002C41.2882 21.9519 41.2445 26.3739 39.5754 30.2934C37.9063 34.213 34.7486 37.3089 30.7969 38.9002M30.7969 30.0002V40.0002H40.7969" stroke="#4D5E80" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.0586 14.3198V14.3398" stroke="#4D5E80" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M8.91797 22V22.02" stroke="#4D5E80" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M10.0586 30.2002V30.2202" stroke="#4D5E80" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M15.1172 36.7402V36.7602" stroke="#4D5E80" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M22.7969 39.8799V39.8999" stroke="#4D5E80" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0_6403_79145">
|
|
12
|
+
<rect x="0.796875" width="48" height="48" rx="8" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M24.6016 10L36.6016 18M24.6016 10L30.6016 4L41.6016 11L36.6016 18M24.6016 10L12.6016 18M24.6016 10L18.6016 4L7.60156 11L12.6016 18M36.6016 18L43.6016 22L31.6016 31L24.6016 26M36.6016 18L24.6016 26M12.6016 18L5.60156 22L17.6016 31L24.6016 26M12.6016 18L24.6016 26" stroke="#FF5656" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M36.6016 28V37L24.6016 44L12.6016 37V28" stroke="#FF5656" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M40.7148 23V14L31.7148 4H10.7148C10.1844 4 9.6757 4.21071 9.30063 4.58579C8.92556 4.96086 8.71484 5.46957 8.71484 6V42C8.71484 42.5304 8.92556 43.0391 9.30063 43.4142C9.6757 43.7893 10.1844 44 10.7148 44H22.7148" stroke="#0EA976" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M30.7148 4V14H40.7148" stroke="#0EA976" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M25.0898 40V25.4546H30.0046C31.141 25.4546 32.0737 25.6487 32.8029 26.037C33.5321 26.4205 34.0719 26.9484 34.4222 27.6208C34.7726 28.2931 34.9478 29.0578 34.9478 29.9148C34.9478 30.7718 34.7726 31.5318 34.4222 32.1946C34.0719 32.8575 33.5344 33.3784 32.81 33.7571C32.0856 34.1312 31.1599 34.3182 30.033 34.3182H26.0558V32.7273H29.9762C30.7527 32.7273 31.3777 32.6137 31.8512 32.3864C32.3294 32.1591 32.6751 31.8372 32.8881 31.4205C33.1059 30.9991 33.2148 30.4972 33.2148 29.9148C33.2148 29.3324 33.1059 28.8234 32.8881 28.3878C32.6703 27.9522 32.3223 27.616 31.8441 27.3793C31.3659 27.1378 30.7338 27.0171 29.9478 27.0171H26.8512V40H25.0898ZM31.9364 33.466L35.516 40H33.4705L29.9478 33.466H31.9364Z" fill="#0EA976"/>
|
|
5
|
+
<path d="M37.6555 44.091V29.091H39.2749V30.8239H39.4737C39.5968 30.6345 39.7673 30.393 39.9851 30.0995C40.2076 29.8012 40.5249 29.536 40.9368 29.304C41.3535 29.0673 41.9169 28.9489 42.6271 28.9489C43.5457 28.9489 44.3554 29.1785 45.0561 29.6378C45.7569 30.0971 46.3037 30.7482 46.6967 31.591C47.0897 32.4338 47.2862 33.4281 47.2862 34.5739C47.2862 35.7292 47.0897 36.7306 46.6967 37.5782C46.3037 38.421 45.7592 39.0744 45.0632 39.5384C44.3672 39.9977 43.5646 40.2273 42.6555 40.2273C41.9548 40.2273 41.3937 40.1113 40.9723 39.8793C40.5509 39.6426 40.2266 39.375 39.9993 39.0767C39.772 38.7737 39.5968 38.5228 39.4737 38.3239H39.3317V44.091H37.6555ZM39.3033 34.5455C39.3033 35.3694 39.424 36.0962 39.6655 36.7259C39.907 37.3509 40.2597 37.841 40.7237 38.1961C41.1877 38.5464 41.7559 38.7216 42.4283 38.7216C43.129 38.7216 43.7138 38.537 44.1825 38.1677C44.656 37.7936 45.0111 37.2917 45.2479 36.662C45.4893 36.0275 45.6101 35.322 45.6101 34.5455C45.6101 33.7785 45.4917 33.0872 45.255 32.4716C45.023 31.8514 44.6702 31.3613 44.1967 31.0015C43.728 30.6369 43.1385 30.4546 42.4283 30.4546C41.7464 30.4546 41.1735 30.6274 40.7095 30.9731C40.2455 31.314 39.8951 31.7922 39.6584 32.4077C39.4216 33.0185 39.3033 33.7311 39.3033 34.5455Z" fill="#0EA976"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M24.1953 42L8.19531 33V15L24.1953 6L40.1953 15V24" stroke="#F08800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M24.1953 24L40.1953 15" stroke="#F08800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M24.1953 24V42" stroke="#F08800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M24.1953 24L8.19531 15" stroke="#F08800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M44.1953 36H30.1953" stroke="#F08800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M36.1953 30L30.1953 36L36.1953 42" stroke="#F08800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_9974_81817)">
|
|
3
|
+
<path d="M26 42H12C10.9391 42 9.92172 41.5786 9.17157 40.8284C8.42143 40.0783 8 39.0609 8 38V18C8 16.9391 8.42143 15.9217 9.17157 15.1716C9.92172 14.4214 10.9391 14 12 14H16M40 20.24V18C40 16.9391 39.5786 15.9217 38.8284 15.1716C38.0783 14.4214 37.0609 14 36 14H32" stroke="#169A42" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M32 20V8C32 6.93913 31.5786 5.92172 30.8284 5.17157C30.0783 4.42143 29.0609 4 28 4H20C18.9391 4 17.9217 4.42143 17.1716 5.17157C16.4214 5.92172 16 6.93913 16 8V20M32 20H16M32 20H34M16 20H14M16 28V28.02M16 34V34.02M24 27.98V28M24 34V34.02" stroke="#169A42" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M26 40V25.4546H30.9148C32.0511 25.4546 32.9839 25.6487 33.7131 26.037C34.4422 26.4205 34.982 26.9484 35.3324 27.6208C35.6828 28.2931 35.858 29.0578 35.858 29.9148C35.858 30.7718 35.6828 31.5318 35.3324 32.1946C34.982 32.8575 34.4446 33.3784 33.7202 33.7571C32.9957 34.1312 32.0701 34.3182 30.9432 34.3182H26.9659V32.7273H30.8864C31.6629 32.7273 32.2879 32.6137 32.7614 32.3864C33.2396 32.1591 33.5852 31.8372 33.7983 31.4205C34.0161 30.9991 34.125 30.4972 34.125 29.9148C34.125 29.3324 34.0161 28.8234 33.7983 28.3878C33.5805 27.9522 33.2325 27.616 32.7543 27.3793C32.276 27.1378 31.6439 27.0171 30.858 27.0171H27.7614V40H26ZM32.8466 33.466L36.4261 40H34.3807L30.858 33.466H32.8466Z" fill="#169A42"/>
|
|
6
|
+
<path d="M38.5657 44.091V29.091H40.185V30.8239H40.3839C40.507 30.6345 40.6774 30.393 40.8952 30.0995C41.1178 29.8012 41.435 29.536 41.8469 29.304C42.2636 29.0673 42.8271 28.9489 43.5373 28.9489C44.4558 28.9489 45.2655 29.1785 45.9663 29.6378C46.667 30.0971 47.2139 30.7482 47.6069 31.591C47.9999 32.4338 48.1964 33.4281 48.1964 34.5739C48.1964 35.7292 47.9999 36.7306 47.6069 37.5782C47.2139 38.421 46.6694 39.0744 45.9734 39.5384C45.2773 39.9977 44.4748 40.2273 43.5657 40.2273C42.8649 40.2273 42.3039 40.1113 41.8825 39.8793C41.4611 39.6426 41.1367 39.375 40.9094 39.0767C40.6822 38.7737 40.507 38.5228 40.3839 38.3239H40.2418V44.091H38.5657ZM40.2134 34.5455C40.2134 35.3694 40.3342 36.0962 40.5756 36.7259C40.8171 37.3509 41.1699 37.841 41.6339 38.1961C42.0979 38.5464 42.6661 38.7216 43.3384 38.7216C44.0392 38.7216 44.6239 38.537 45.0927 38.1677C45.5662 37.7936 45.9213 37.2917 46.158 36.662C46.3995 36.0275 46.5202 35.322 46.5202 34.5455C46.5202 33.7785 46.4019 33.0872 46.1651 32.4716C45.9331 31.8514 45.5804 31.3613 45.1069 31.0015C44.6381 30.6369 44.0487 30.4546 43.3384 30.4546C42.6566 30.4546 42.0837 30.6274 41.6197 30.9731C41.1557 31.314 40.8053 31.7922 40.5685 32.4077C40.3318 33.0185 40.2134 33.7311 40.2134 34.5455Z" fill="#169A42"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_9974_81817">
|
|
10
|
+
<rect width="48" height="48" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.6641 33L26.6641 35C26.6641 35 41.6641 32 43.6641 32C45.6641 32 45.6641 34 43.6641 36C41.6641 38 34.6641 44 28.6641 44C22.6641 44 18.6641 41 14.6641 41H4.66406" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.66406 29C6.66406 27 10.6641 24 14.6641 24C18.6641 24 28.1641 28 29.6641 30C31.1641 32 26.6641 35 26.6641 35M16.6641 18V10C16.6641 9.46957 16.8748 8.96086 17.2498 8.58579C17.6249 8.21071 18.1336 8 18.6641 8H42.6641C43.1945 8 43.7032 8.21071 44.0783 8.58579C44.4534 8.96086 44.6641 9.46957 44.6641 10V26" stroke="#2671D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 28L6 24H42L40 28" stroke="#9541FF" stroke-width="2" stroke-miterlimit="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4 34L6.5 35.351C8.1 36.216 9.9 36.216 11.5 35.351C13.1 34.487 14.9 34.487 16.5 35.351C18.1 36.216 19.9 36.216 21.5 35.351C23.1 34.487 24.9 34.487 26.5 35.351C28.1 36.216 29.9 36.216 31.5 35.351C33.1 34.487 34.9 34.487 36.5 35.351C38.1 36.216 39.9 36.216 41.5 35.351L44 34M4 40L6.5 41.351C8.1 42.216 9.9 42.216 11.5 41.351C13.1 40.487 14.9 40.487 16.5 41.351C18.1 42.216 19.9 42.216 21.5 41.351C23.1 40.487 24.9 40.487 26.5 41.351C28.1 42.216 29.9 42.216 31.5 41.351C33.1 40.487 34.9 40.487 36.5 41.351C38.1 42.216 39.9 42.216 41.5 41.351L44 40M28 11L38 24H28V11Z" stroke="#9541FF" stroke-width="2" stroke-miterlimit="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="80" height="80" rx="40" fill="#0EA976"/>
|
|
3
|
+
<path d="M31.875 15C31.3777 15 30.9008 15.1975 30.5492 15.5492C30.1975 15.9008 30 16.3777 30 16.875V22.5H24.375C23.8777 22.5 23.4008 22.6975 23.0492 23.0492C22.6975 23.4008 22.5 23.8777 22.5 24.375V36.2875L18.85 37.6225C18.6063 37.7115 18.3837 37.8502 18.1963 38.0297C18.009 38.2092 17.8609 38.4257 17.7615 38.6654C17.6621 38.9051 17.6135 39.1628 17.6189 39.4222C17.6242 39.6816 17.6833 39.9371 17.7925 40.1725L23.63 52.72C24.4838 52.4386 25.4037 52.427 26.2643 52.6869C27.125 52.9468 27.8846 53.4655 28.44 54.1725L22.055 40.4425L38.5225 34.4125C39.4823 34.0609 40.5348 34.0565 41.4975 34.4L58.435 40.445L51.88 53.8075C52.4762 53.2014 53.2361 52.7821 54.0669 52.6009C54.8976 52.4198 55.763 52.4846 56.5575 52.7875L62.7275 40.21C62.844 39.9729 62.909 39.7138 62.9184 39.4498C62.9278 39.1858 62.8812 38.9228 62.7819 38.678C62.6825 38.4333 62.5325 38.2123 62.3418 38.0295C62.151 37.8467 61.9238 37.7063 61.675 37.6175L57.5 36.1275V24.375C57.5 23.8777 57.3025 23.4008 56.9508 23.0492C56.5992 22.6975 56.1223 22.5 55.625 22.5H50V16.875C50 16.3777 49.8025 15.9008 49.4508 15.5492C49.0992 15.1975 48.6223 15 48.125 15H31.875ZM46.25 22.5H33.75V18.75H46.25V22.5ZM53.75 26.25V34.79L42.7575 30.8675C40.9695 30.2302 39.0147 30.239 37.2325 30.8925L26.25 34.91V26.25H53.75ZM56.8175 56.41L56.81 56.385C56.7035 55.9926 56.4723 55.6454 56.1513 55.3959C55.8304 55.1463 55.4369 55.0078 55.0304 55.0013C54.6238 54.9948 54.2262 55.1207 53.8974 55.3599C53.5686 55.5991 53.3265 55.9387 53.2075 56.3275V56.3325L53.1975 56.355L53.1475 56.5C53.0975 56.6367 53.0175 56.83 52.9075 57.08C52.6825 57.5775 52.3375 58.23 51.8575 58.875C50.8875 60.1625 49.5075 61.25 47.5 61.25C45.4925 61.25 44.11 60.1625 43.1425 58.875C42.5727 58.1048 42.1195 57.2548 41.7975 56.3525L41.79 56.33C41.6727 55.9455 41.4349 55.609 41.1118 55.3699C40.7887 55.1308 40.3973 55.0019 39.9953 55.0022C39.5934 55.0025 39.2022 55.1319 38.8794 55.3715C38.5566 55.611 38.3193 55.9479 38.2025 56.3325L38.1925 56.36L38.1425 56.5025C37.8294 57.3513 37.3967 58.1511 36.8575 58.8775C35.8925 60.1625 34.515 61.25 32.5 61.25C30.485 61.25 29.105 60.1625 28.14 58.875C27.5701 58.1079 27.1192 57.2592 26.8025 56.3575L26.795 56.33C26.6768 55.941 26.4354 55.6009 26.1071 55.3611C25.7788 55.1212 25.3815 54.9946 24.9749 55.0002C24.5684 55.0059 24.1747 55.1435 23.8532 55.3924C23.5317 55.6412 23.2998 55.9879 23.1925 56.38L23.185 56.4025L23.14 56.5375C22.8458 57.3682 22.4204 58.1464 21.88 58.8425C20.92 60.0675 19.39 61.25 16.875 61.25C16.3777 61.25 15.9008 61.4475 15.5492 61.7992C15.1975 62.1508 15 62.6277 15 63.125C15 63.6223 15.1975 64.0992 15.5492 64.4508C15.9008 64.8025 16.3777 65 16.875 65C20.81 65 23.3425 63.0575 24.8325 61.1575L25 60.935L25.14 61.125C26.52 62.9625 28.89 65 32.5 65C36.11 65 38.48 62.9625 39.8575 61.125L40 60.93L40.145 61.1275C41.525 62.9625 43.895 65 47.5 65C51.105 65 53.475 62.9625 54.855 61.125L54.9925 60.9375C55.0458 61.0108 55.1008 61.0833 55.1575 61.155C56.645 63.0575 59.1825 65 63.125 65C63.6223 65 64.0992 64.8025 64.4508 64.4508C64.8025 64.0992 65 63.6223 65 63.125C65 62.6277 64.8025 62.1508 64.4508 61.7992C64.0992 61.4475 63.6223 61.25 63.125 61.25C60.595 61.25 59.0675 60.0675 58.1125 58.845C57.5473 58.1117 57.1095 57.2886 56.8175 56.41Z" fill="white"/>
|
|
4
|
+
<rect x="38" y="38" width="32" height="32" rx="16" fill="#0EA976"/>
|
|
5
|
+
<path d="M63.126 47.2244C63.4763 47.5556 63.6807 48.0123 63.6943 48.4942C63.708 48.976 63.5297 49.4436 63.1987 49.794L52.896 60.7028C52.729 60.8793 52.5283 61.0205 52.3059 61.1181C52.0834 61.2157 51.8436 61.2678 51.6007 61.2712C51.3577 61.2746 51.1166 61.2292 50.8915 61.1378C50.6664 61.0465 50.4618 60.9109 50.29 60.7391L44.8356 55.2848C44.5145 54.9401 44.3396 54.4843 44.3479 54.0132C44.3563 53.5422 44.5471 53.0928 44.8802 52.7597C45.2133 52.4266 45.6627 52.2358 46.1337 52.2275C46.6047 52.2192 47.0606 52.394 47.4052 52.7151L51.5384 56.8459L60.5563 47.2971C60.8875 46.9468 61.3442 46.7424 61.8261 46.7288C62.308 46.7151 62.7755 46.8934 63.126 47.2244Z" fill="white"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="80" height="80" rx="40" fill="#F08800"/>
|
|
3
|
+
<path d="M31.875 15C31.3777 15 30.9008 15.1975 30.5492 15.5492C30.1975 15.9008 30 16.3777 30 16.875V22.5H24.375C23.8777 22.5 23.4008 22.6975 23.0492 23.0492C22.6975 23.4008 22.5 23.8777 22.5 24.375V36.2875L18.85 37.6225C18.6063 37.7115 18.3837 37.8502 18.1963 38.0297C18.009 38.2092 17.8609 38.4257 17.7615 38.6654C17.6621 38.9051 17.6135 39.1628 17.6189 39.4222C17.6242 39.6816 17.6833 39.9371 17.7925 40.1725L23.63 52.72C24.4838 52.4386 25.4037 52.427 26.2643 52.6869C27.125 52.9468 27.8846 53.4655 28.44 54.1725L22.055 40.4425L38.5225 34.4125C39.4823 34.0609 40.5348 34.0565 41.4975 34.4L58.435 40.445L51.88 53.8075C52.4762 53.2014 53.2361 52.7821 54.0669 52.6009C54.8976 52.4198 55.763 52.4846 56.5575 52.7875L62.7275 40.21C62.844 39.9729 62.909 39.7138 62.9184 39.4498C62.9278 39.1858 62.8812 38.9228 62.7819 38.678C62.6825 38.4333 62.5325 38.2123 62.3418 38.0295C62.151 37.8467 61.9238 37.7063 61.675 37.6175L57.5 36.1275V24.375C57.5 23.8777 57.3025 23.4008 56.9508 23.0492C56.5992 22.6975 56.1223 22.5 55.625 22.5H50V16.875C50 16.3777 49.8025 15.9008 49.4508 15.5492C49.0992 15.1975 48.6223 15 48.125 15H31.875ZM46.25 22.5H33.75V18.75H46.25V22.5ZM53.75 26.25V34.79L42.7575 30.8675C40.9695 30.2302 39.0147 30.239 37.2325 30.8925L26.25 34.91V26.25H53.75ZM56.8175 56.41L56.81 56.385C56.7035 55.9926 56.4723 55.6454 56.1513 55.3959C55.8304 55.1463 55.4369 55.0078 55.0304 55.0013C54.6238 54.9948 54.2262 55.1207 53.8974 55.3599C53.5686 55.5991 53.3265 55.9387 53.2075 56.3275V56.3325L53.1975 56.355L53.1475 56.5C53.0975 56.6367 53.0175 56.83 52.9075 57.08C52.6825 57.5775 52.3375 58.23 51.8575 58.875C50.8875 60.1625 49.5075 61.25 47.5 61.25C45.4925 61.25 44.11 60.1625 43.1425 58.875C42.5727 58.1048 42.1195 57.2548 41.7975 56.3525L41.79 56.33C41.6727 55.9455 41.4349 55.609 41.1118 55.3699C40.7887 55.1308 40.3973 55.0019 39.9953 55.0022C39.5934 55.0025 39.2022 55.1319 38.8794 55.3715C38.5566 55.611 38.3193 55.9479 38.2025 56.3325L38.1925 56.36L38.1425 56.5025C37.8294 57.3513 37.3967 58.1511 36.8575 58.8775C35.8925 60.1625 34.515 61.25 32.5 61.25C30.485 61.25 29.105 60.1625 28.14 58.875C27.5701 58.1079 27.1192 57.2592 26.8025 56.3575L26.795 56.33C26.6768 55.941 26.4354 55.6009 26.1071 55.3611C25.7788 55.1212 25.3815 54.9946 24.9749 55.0002C24.5684 55.0059 24.1747 55.1435 23.8532 55.3924C23.5317 55.6412 23.2998 55.9879 23.1925 56.38L23.185 56.4025L23.14 56.5375C22.8458 57.3682 22.4204 58.1464 21.88 58.8425C20.92 60.0675 19.39 61.25 16.875 61.25C16.3777 61.25 15.9008 61.4475 15.5492 61.7992C15.1975 62.1508 15 62.6277 15 63.125C15 63.6223 15.1975 64.0992 15.5492 64.4508C15.9008 64.8025 16.3777 65 16.875 65C20.81 65 23.3425 63.0575 24.8325 61.1575L25 60.935L25.14 61.125C26.52 62.9625 28.89 65 32.5 65C36.11 65 38.48 62.9625 39.8575 61.125L40 60.93L40.145 61.1275C41.525 62.9625 43.895 65 47.5 65C51.105 65 53.475 62.9625 54.855 61.125L54.9925 60.9375C55.0458 61.0108 55.1008 61.0833 55.1575 61.155C56.645 63.0575 59.1825 65 63.125 65C63.6223 65 64.0992 64.8025 64.4508 64.4508C64.8025 64.0992 65 63.6223 65 63.125C65 62.6277 64.8025 62.1508 64.4508 61.7992C64.0992 61.4475 63.6223 61.25 63.125 61.25C60.595 61.25 59.0675 60.0675 58.1125 58.845C57.5473 58.1117 57.1095 57.2886 56.8175 56.41Z" fill="white"/>
|
|
4
|
+
<rect x="38" y="38" width="32" height="32" rx="16" fill="#F08800"/>
|
|
5
|
+
<path d="M53.998 40.8184C54.3105 40.8184 54.604 40.8752 54.8787 40.9888C55.1533 41.1025 55.3948 41.2682 55.6031 41.486C55.8114 41.7038 55.9724 41.9453 56.0861 42.2104C56.1997 42.4756 56.2612 42.7691 56.2707 43.0911C56.2707 43.4036 56.2139 43.6971 56.1003 43.9718C55.9866 44.2464 55.8209 44.4879 55.6031 44.6962C55.3853 44.9045 55.1438 45.0655 54.8787 45.1792C54.6135 45.2928 54.32 45.3543 53.998 45.3638C53.6855 45.3638 53.3919 45.307 53.1173 45.1934C52.8427 45.0797 52.6012 44.914 52.3929 44.6962C52.1845 44.4784 52.0236 44.2369 51.9099 43.9718C51.7963 43.7066 51.7347 43.4131 51.7253 43.0911C51.7253 42.7786 51.7821 42.485 51.8957 42.2104C52.0094 41.9358 52.1751 41.6943 52.3929 41.486C52.6107 41.2776 52.8522 41.1167 53.1173 41.003C53.3825 40.8894 53.676 40.8278 53.998 40.8184ZM44.2395 46.2871C44.2395 46.003 44.2915 45.7379 44.3957 45.4917C44.4999 45.2454 44.6419 45.0324 44.8219 44.8525C45.0018 44.6725 45.2196 44.5257 45.4753 44.4121C45.7309 44.2985 46.0008 44.2417 46.2849 44.2417C46.569 44.2417 46.8342 44.2937 47.0804 44.3979C47.3266 44.5021 47.5397 44.6489 47.7196 44.8382C47.8995 45.0276 48.0463 45.2454 48.1599 45.4917C48.2736 45.7379 48.3304 46.003 48.3304 46.2871C48.3304 46.5712 48.2783 46.8364 48.1741 47.0826C48.07 47.3288 47.9232 47.5466 47.7338 47.736C47.5444 47.9254 47.3266 48.0721 47.0804 48.1763C46.8342 48.2805 46.569 48.3326 46.2849 48.3326C46.0008 48.3326 45.7357 48.2805 45.4895 48.1763C45.2433 48.0721 45.0254 47.9301 44.8361 47.7502C44.6467 47.5703 44.4999 47.3525 44.3957 47.0968C44.2915 46.8411 44.2395 46.5712 44.2395 46.2871ZM43.0889 52.182C43.3446 52.182 43.5813 52.2293 43.7991 52.324C44.0169 52.4187 44.2063 52.5466 44.3673 52.7076C44.5283 52.8685 44.6609 53.0627 44.765 53.29C44.8692 53.5172 44.9165 53.754 44.9071 54.0002C44.9071 54.2559 44.8597 54.4926 44.765 54.7104C44.6703 54.9282 44.5425 55.1176 44.3815 55.2786C44.2205 55.4396 44.0264 55.5721 43.7991 55.6763C43.5719 55.7805 43.3351 55.8278 43.0889 55.8184C42.8332 55.8184 42.5965 55.771 42.3787 55.6763C42.1609 55.5816 41.9715 55.4538 41.8105 55.2928C41.6495 55.1318 41.5169 54.9377 41.4128 54.7104C41.3086 54.4831 41.2612 54.2464 41.2707 54.0002C41.2707 53.7445 41.3181 53.5078 41.4128 53.29C41.5075 53.0721 41.6353 52.8828 41.7963 52.7218C41.9573 52.5608 42.1514 52.4282 42.3787 52.324C42.6059 52.2199 42.8427 52.1725 43.0889 52.182ZM44.694 61.7132C44.694 61.4954 44.7366 61.2918 44.8219 61.1025C44.9071 60.9131 45.0207 60.7426 45.1628 60.5911C45.3048 60.4396 45.4705 60.3259 45.6599 60.2502C45.8493 60.1744 46.0576 60.1318 46.2849 60.1223C46.5027 60.1223 46.7063 60.165 46.8957 60.2502C47.0851 60.3354 47.2556 60.449 47.4071 60.5911C47.5586 60.7331 47.6722 60.8989 47.748 61.0882C47.8237 61.2776 47.8664 61.486 47.8758 61.7132C47.8758 61.931 47.8332 62.1346 47.748 62.324C47.6628 62.5134 47.5491 62.6839 47.4071 62.8354C47.265 62.9869 47.0993 63.1006 46.9099 63.1763C46.7205 63.2521 46.5122 63.2947 46.2849 63.3042C46.0671 63.3042 45.8635 63.2615 45.6741 63.1763C45.4847 63.0911 45.3143 62.9775 45.1628 62.8354C45.0112 62.6934 44.8976 62.5276 44.8219 62.3382C44.7461 62.1489 44.7035 61.9405 44.694 61.7132ZM53.998 63.5456C54.3768 63.5456 54.6987 63.6782 54.9639 63.9434C55.229 64.2085 55.3616 64.5305 55.3616 64.9093C55.3616 65.2881 55.229 65.61 54.9639 65.8752C54.6987 66.1403 54.3768 66.2729 53.998 66.2729C53.6192 66.2729 53.2972 66.1403 53.0321 65.8752C52.7669 65.61 52.6344 65.2881 52.6344 64.9093C52.6344 64.5305 52.7669 64.2085 53.0321 63.9434C53.2972 63.6782 53.6192 63.5456 53.998 63.5456ZM60.5747 61.7132C60.5747 61.3913 60.6836 61.1214 60.9014 60.9036C61.1192 60.6858 61.3891 60.5769 61.7111 60.5769C62.033 60.5769 62.3029 60.6858 62.5207 60.9036C62.7385 61.1214 62.8474 61.3913 62.8474 61.7132C62.8474 62.0352 62.7385 62.3051 62.5207 62.5229C62.3029 62.7407 62.033 62.8496 61.7111 62.8496C61.3891 62.8496 61.1192 62.7407 60.9014 62.5229C60.6836 62.3051 60.5747 62.0352 60.5747 61.7132ZM64.9071 53.0911C65.1533 53.0911 65.3664 53.181 65.5463 53.361C65.7262 53.5409 65.8162 53.754 65.8162 54.0002C65.8162 54.2464 65.7262 54.4595 65.5463 54.6394C65.3664 54.8193 65.1533 54.9093 64.9071 54.9093C64.6609 54.9093 64.4478 54.8193 64.2679 54.6394C64.0879 54.4595 63.998 54.2464 63.998 54.0002C63.998 53.754 64.0879 53.5409 64.2679 53.361C64.4478 53.181 64.6609 53.0911 64.9071 53.0911ZM61.7111 43.7871C62.052 43.7871 62.3739 43.8534 62.677 43.986C62.98 44.1185 63.2451 44.2985 63.4724 44.5257C63.6997 44.753 63.8796 45.0182 64.0122 45.3212C64.1448 45.6242 64.2111 45.9462 64.2111 46.2871C64.2111 46.628 64.1448 46.95 64.0122 47.253C63.8796 47.556 63.6997 47.8212 63.4724 48.0485C63.2451 48.2757 62.98 48.4557 62.677 48.5882C62.3739 48.7208 62.052 48.7871 61.7111 48.7871C61.3701 48.7871 61.0482 48.7208 60.7451 48.5882C60.4421 48.4557 60.177 48.2757 59.9497 48.0485C59.7224 47.8212 59.5425 47.556 59.4099 47.253C59.2773 46.95 59.2111 46.628 59.2111 46.2871C59.2111 45.9462 59.2773 45.6242 59.4099 45.3212C59.5425 45.0182 59.7224 44.753 59.9497 44.5257C60.177 44.2985 60.4421 44.1185 60.7451 43.986C61.0482 43.8534 61.3701 43.7871 61.7111 43.7871Z" fill="white"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="80" height="80" rx="40" fill="#FF5656"/>
|
|
3
|
+
<path d="M31.875 15C31.3777 15 30.9008 15.1975 30.5492 15.5492C30.1975 15.9008 30 16.3777 30 16.875V22.5H24.375C23.8777 22.5 23.4008 22.6975 23.0492 23.0492C22.6975 23.4008 22.5 23.8777 22.5 24.375V36.2875L18.85 37.6225C18.6063 37.7115 18.3837 37.8502 18.1963 38.0297C18.009 38.2092 17.8609 38.4257 17.7615 38.6654C17.6621 38.9051 17.6135 39.1628 17.6189 39.4222C17.6242 39.6816 17.6833 39.9371 17.7925 40.1725L23.63 52.72C24.4838 52.4386 25.4037 52.427 26.2643 52.6869C27.125 52.9468 27.8846 53.4655 28.44 54.1725L22.055 40.4425L38.5225 34.4125C39.4823 34.0609 40.5348 34.0565 41.4975 34.4L58.435 40.445L51.88 53.8075C52.4762 53.2014 53.2361 52.7821 54.0669 52.6009C54.8976 52.4198 55.763 52.4846 56.5575 52.7875L62.7275 40.21C62.844 39.9729 62.909 39.7138 62.9184 39.4498C62.9278 39.1858 62.8812 38.9228 62.7819 38.678C62.6825 38.4333 62.5325 38.2123 62.3418 38.0295C62.151 37.8467 61.9238 37.7063 61.675 37.6175L57.5 36.1275V24.375C57.5 23.8777 57.3025 23.4008 56.9508 23.0492C56.5992 22.6975 56.1223 22.5 55.625 22.5H50V16.875C50 16.3777 49.8025 15.9008 49.4508 15.5492C49.0992 15.1975 48.6223 15 48.125 15H31.875ZM46.25 22.5H33.75V18.75H46.25V22.5ZM53.75 26.25V34.79L42.7575 30.8675C40.9695 30.2302 39.0147 30.239 37.2325 30.8925L26.25 34.91V26.25H53.75ZM56.8175 56.41L56.81 56.385C56.7035 55.9926 56.4723 55.6454 56.1513 55.3959C55.8304 55.1463 55.4369 55.0078 55.0304 55.0013C54.6238 54.9948 54.2262 55.1207 53.8974 55.3599C53.5686 55.5991 53.3265 55.9387 53.2075 56.3275V56.3325L53.1975 56.355L53.1475 56.5C53.0975 56.6367 53.0175 56.83 52.9075 57.08C52.6825 57.5775 52.3375 58.23 51.8575 58.875C50.8875 60.1625 49.5075 61.25 47.5 61.25C45.4925 61.25 44.11 60.1625 43.1425 58.875C42.5727 58.1048 42.1195 57.2548 41.7975 56.3525L41.79 56.33C41.6727 55.9455 41.4349 55.609 41.1118 55.3699C40.7887 55.1308 40.3973 55.0019 39.9953 55.0022C39.5934 55.0025 39.2022 55.1319 38.8794 55.3715C38.5566 55.611 38.3193 55.9479 38.2025 56.3325L38.1925 56.36L38.1425 56.5025C37.8294 57.3513 37.3967 58.1511 36.8575 58.8775C35.8925 60.1625 34.515 61.25 32.5 61.25C30.485 61.25 29.105 60.1625 28.14 58.875C27.5701 58.1079 27.1192 57.2592 26.8025 56.3575L26.795 56.33C26.6768 55.941 26.4354 55.6009 26.1071 55.3611C25.7788 55.1212 25.3815 54.9946 24.9749 55.0002C24.5684 55.0059 24.1747 55.1435 23.8532 55.3924C23.5317 55.6412 23.2998 55.9879 23.1925 56.38L23.185 56.4025L23.14 56.5375C22.8458 57.3682 22.4204 58.1464 21.88 58.8425C20.92 60.0675 19.39 61.25 16.875 61.25C16.3777 61.25 15.9008 61.4475 15.5492 61.7992C15.1975 62.1508 15 62.6277 15 63.125C15 63.6223 15.1975 64.0992 15.5492 64.4508C15.9008 64.8025 16.3777 65 16.875 65C20.81 65 23.3425 63.0575 24.8325 61.1575L25 60.935L25.14 61.125C26.52 62.9625 28.89 65 32.5 65C36.11 65 38.48 62.9625 39.8575 61.125L40 60.93L40.145 61.1275C41.525 62.9625 43.895 65 47.5 65C51.105 65 53.475 62.9625 54.855 61.125L54.9925 60.9375C55.0458 61.0108 55.1008 61.0833 55.1575 61.155C56.645 63.0575 59.1825 65 63.125 65C63.6223 65 64.0992 64.8025 64.4508 64.4508C64.8025 64.0992 65 63.6223 65 63.125C65 62.6277 64.8025 62.1508 64.4508 61.7992C64.0992 61.4475 63.6223 61.25 63.125 61.25C60.595 61.25 59.0675 60.0675 58.1125 58.845C57.5473 58.1117 57.1095 57.2886 56.8175 56.41Z" fill="white"/>
|
|
4
|
+
<rect x="38" y="38" width="32" height="32" rx="16" fill="#FF5656"/>
|
|
5
|
+
<path d="M48.5456 50.053C48.9662 49.5899 49.6547 49.1511 50.6668 49.1511C52.0631 49.1511 52.9625 50.1111 53.2789 51.1645C53.5856 52.1911 53.4001 53.4614 52.5274 54.3378C52.2249 54.629 51.9038 54.9003 51.5662 55.1499L51.5177 55.1875C51.1783 55.4493 50.8753 55.6869 50.6086 55.9511C50.2995 56.2614 50.0462 56.5996 49.8995 57.0299H52.485C52.7261 57.0299 52.9573 57.1257 53.1278 57.2962C53.2983 57.4667 53.3941 57.6979 53.3941 57.939C53.3941 58.1801 53.2983 58.4114 53.1278 58.5818C52.9573 58.7523 52.7261 58.8481 52.485 58.8481H48.8486C48.6075 58.8481 48.3763 58.7523 48.2058 58.5818C48.0353 58.4114 47.9395 58.1801 47.9395 57.939C47.9395 56.4275 48.5747 55.4142 49.3262 54.6651C49.685 54.3063 50.0753 54.0045 50.405 53.7487L50.4086 53.7463C50.7553 53.4784 51.0244 53.2699 51.2389 53.0554C51.5686 52.7233 51.6838 52.1766 51.5371 51.6857C51.3977 51.2239 51.0886 50.9693 50.6668 50.9693C50.2389 50.9693 50.0183 51.1354 49.891 51.276C49.8158 51.3576 49.7551 51.4515 49.7116 51.5536V51.5572C49.6374 51.7867 49.475 51.9774 49.2602 52.0872C49.0453 52.197 48.7957 52.2169 48.5662 52.1427C48.3366 52.0684 48.146 51.906 48.0362 51.6912C47.9264 51.4764 47.9065 51.2267 47.9807 50.9972L48.0231 50.8808C48.1467 50.5763 48.3244 50.296 48.5456 50.053ZM55.5153 49.1511C55.7564 49.1511 55.9876 49.2469 56.1581 49.4174C56.3286 49.5879 56.4244 49.8191 56.4244 50.0602V53.3936H58.2425V50.0602C58.2425 49.8191 58.3383 49.5879 58.5088 49.4174C58.6793 49.2469 58.9105 49.1511 59.1516 49.1511C59.3927 49.1511 59.624 49.2469 59.7945 49.4174C59.9649 49.5879 60.0607 49.8191 60.0607 50.0602V57.9027C60.0607 58.1438 59.9649 58.375 59.7945 58.5455C59.624 58.716 59.3927 58.8118 59.1516 58.8118C58.9105 58.8118 58.6793 58.716 58.5088 58.5455C58.3383 58.375 58.2425 58.1438 58.2425 57.9027V55.2118H55.5153C55.2742 55.2118 55.0429 55.116 54.8724 54.9455C54.702 54.775 54.6062 54.5438 54.6062 54.3027V50.0602C54.6062 49.8191 54.702 49.5879 54.8724 49.4174C55.0429 49.2469 55.2742 49.1511 55.5153 49.1511ZM66.1213 53.9996C66.1213 47.3051 60.6947 41.8784 54.0001 41.8784C47.3056 41.8784 41.8789 47.3051 41.8789 53.9996C41.8789 60.6942 47.3056 66.1208 54.0001 66.1208C60.6947 66.1208 66.1213 60.6942 66.1213 53.9996ZM43.6971 53.9996C43.6971 51.2671 44.7826 48.6465 46.7148 46.7143C48.647 44.7821 51.2676 43.6966 54.0001 43.6966C56.7327 43.6966 59.3533 44.7821 61.2855 46.7143C63.2177 48.6465 64.3032 51.2671 64.3032 53.9996C64.3032 56.7322 63.2177 59.3528 61.2855 61.285C59.3533 63.2172 56.7327 64.3027 54.0001 64.3027C51.2676 64.3027 48.647 63.2172 46.7148 61.285C44.7826 59.3528 43.6971 56.7322 43.6971 53.9996Z" fill="white"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M28.1016 6V14C28.1016 14.5304 28.3123 15.0391 28.6873 15.4142C29.0624 15.7893 29.5711 16 30.1016 16H38.1016" stroke="#D926C7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M18.1016 34H30.1016M18.1016 26H30.1016M34.1016 42H14.1016C13.0407 42 12.0233 41.5786 11.2731 40.8284C10.523 40.0783 10.1016 39.0609 10.1016 38V10C10.1016 8.93913 10.523 7.92172 11.2731 7.17157C12.0233 6.42143 13.0407 6 14.1016 6H28.1016L38.1016 16V38C38.1016 39.0609 37.6801 40.0783 36.93 40.8284C36.1798 41.5786 35.1624 42 34.1016 42Z" stroke="#D926C7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="80" height="80" rx="40" fill="#4791F2"/>
|
|
3
|
+
<path d="M31.875 15C31.3777 15 30.9008 15.1975 30.5492 15.5492C30.1975 15.9008 30 16.3777 30 16.875V22.5H24.375C23.8777 22.5 23.4008 22.6975 23.0492 23.0492C22.6975 23.4008 22.5 23.8777 22.5 24.375V36.2875L18.85 37.6225C18.6063 37.7115 18.3837 37.8502 18.1963 38.0297C18.009 38.2092 17.8609 38.4257 17.7615 38.6654C17.6621 38.9051 17.6135 39.1628 17.6189 39.4222C17.6242 39.6816 17.6833 39.9371 17.7925 40.1725L23.63 52.72C24.4838 52.4386 25.4037 52.427 26.2643 52.6869C27.125 52.9468 27.8846 53.4655 28.44 54.1725L22.055 40.4425L38.5225 34.4125C39.4823 34.0609 40.5348 34.0565 41.4975 34.4L58.435 40.445L51.88 53.8075C52.4762 53.2014 53.2361 52.7821 54.0669 52.6009C54.8976 52.4198 55.763 52.4846 56.5575 52.7875L62.7275 40.21C62.844 39.9729 62.909 39.7138 62.9184 39.4498C62.9278 39.1858 62.8812 38.9228 62.7819 38.678C62.6825 38.4333 62.5325 38.2123 62.3418 38.0295C62.151 37.8467 61.9238 37.7063 61.675 37.6175L57.5 36.1275V24.375C57.5 23.8777 57.3025 23.4008 56.9508 23.0492C56.5992 22.6975 56.1223 22.5 55.625 22.5H50V16.875C50 16.3777 49.8025 15.9008 49.4508 15.5492C49.0992 15.1975 48.6223 15 48.125 15H31.875ZM46.25 22.5H33.75V18.75H46.25V22.5ZM53.75 26.25V34.79L42.7575 30.8675C40.9695 30.2302 39.0147 30.239 37.2325 30.8925L26.25 34.91V26.25H53.75ZM56.8175 56.41L56.81 56.385C56.7035 55.9926 56.4723 55.6454 56.1513 55.3959C55.8304 55.1463 55.4369 55.0078 55.0304 55.0013C54.6238 54.9948 54.2262 55.1207 53.8974 55.3599C53.5686 55.5991 53.3265 55.9387 53.2075 56.3275V56.3325L53.1975 56.355L53.1475 56.5C53.0975 56.6367 53.0175 56.83 52.9075 57.08C52.6825 57.5775 52.3375 58.23 51.8575 58.875C50.8875 60.1625 49.5075 61.25 47.5 61.25C45.4925 61.25 44.11 60.1625 43.1425 58.875C42.5727 58.1048 42.1195 57.2548 41.7975 56.3525L41.79 56.33C41.6727 55.9455 41.4349 55.609 41.1118 55.3699C40.7887 55.1308 40.3973 55.0019 39.9953 55.0022C39.5934 55.0025 39.2022 55.1319 38.8794 55.3715C38.5566 55.611 38.3193 55.9479 38.2025 56.3325L38.1925 56.36L38.1425 56.5025C37.8294 57.3513 37.3967 58.1511 36.8575 58.8775C35.8925 60.1625 34.515 61.25 32.5 61.25C30.485 61.25 29.105 60.1625 28.14 58.875C27.5701 58.1079 27.1192 57.2592 26.8025 56.3575L26.795 56.33C26.6768 55.941 26.4354 55.6009 26.1071 55.3611C25.7788 55.1212 25.3815 54.9946 24.9749 55.0002C24.5684 55.0059 24.1747 55.1435 23.8532 55.3924C23.5317 55.6412 23.2998 55.9879 23.1925 56.38L23.185 56.4025L23.14 56.5375C22.8458 57.3682 22.4204 58.1464 21.88 58.8425C20.92 60.0675 19.39 61.25 16.875 61.25C16.3777 61.25 15.9008 61.4475 15.5492 61.7992C15.1975 62.1508 15 62.6277 15 63.125C15 63.6223 15.1975 64.0992 15.5492 64.4508C15.9008 64.8025 16.3777 65 16.875 65C20.81 65 23.3425 63.0575 24.8325 61.1575L25 60.935L25.14 61.125C26.52 62.9625 28.89 65 32.5 65C36.11 65 38.48 62.9625 39.8575 61.125L40 60.93L40.145 61.1275C41.525 62.9625 43.895 65 47.5 65C51.105 65 53.475 62.9625 54.855 61.125L54.9925 60.9375C55.0458 61.0108 55.1008 61.0833 55.1575 61.155C56.645 63.0575 59.1825 65 63.125 65C63.6223 65 64.0992 64.8025 64.4508 64.4508C64.8025 64.0992 65 63.6223 65 63.125C65 62.6277 64.8025 62.1508 64.4508 61.7992C64.0992 61.4475 63.6223 61.25 63.125 61.25C60.595 61.25 59.0675 60.0675 58.1125 58.845C57.5473 58.1117 57.1095 57.2886 56.8175 56.41Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.385 5.33387C25.3886 4.08745 33.2713 0.844667 38.666 5.50032C44.7266 10.7306 46.041 19.8518 44.2774 27.6792C42.51 35.524 37.424 43.2281 29.6931 45.327C22.7942 47.1999 17.2083 40.5937 11.2379 36.6491C6.74887 33.6833 1.48019 31.1543 0.27998 25.8941C-0.921136 20.63 1.91595 15.4521 5.47831 11.4066C8.78968 7.6462 13.4632 6.20979 18.385 5.33387Z" fill="#DBE7F8"/>
|
|
3
|
+
<path d="M17.5356 0.39578L15.375 14.3984L30.6698 17.493L32.8304 3.49032L17.5356 0.39578Z" fill="#EBEBEB"/>
|
|
4
|
+
<path d="M16.0469 13.6263L22.1877 7.02344L24.5291 12.4058L27.0103 10.2849L30.2661 16.5054L16.0469 13.6263Z" fill="#7FA8E2"/>
|
|
5
|
+
<path d="M26.7112 6.98259C26.672 7.23633 26.568 7.47109 26.4124 7.65716C26.2567 7.84323 26.0563 7.97226 25.8366 8.02794C25.6169 8.08361 25.3877 8.06342 25.178 7.96993C24.9683 7.87644 24.7876 7.71384 24.6586 7.5027C24.5296 7.29156 24.4582 7.04136 24.4534 6.78374C24.4486 6.52612 24.5106 6.27266 24.6316 6.0554C24.7526 5.83814 24.9271 5.66685 25.1331 5.56319C25.3392 5.45953 25.5674 5.42816 25.789 5.47304C26.0858 5.53376 26.3495 5.72672 26.5224 6.00966C26.6952 6.2926 26.7631 6.64245 26.7112 6.98259Z" fill="#7FA8E2"/>
|
|
6
|
+
<path d="M32.8459 3.49738L32.7702 3.48404L32.5489 3.44847L31.718 3.28396L28.5844 2.66369L17.5375 0.440491L17.5841 0.40492C16.9415 4.57119 16.2057 9.35105 15.4271 14.411L15.3903 14.3532L30.6851 17.4657L30.6404 17.5013C31.3005 13.2772 31.8461 9.79125 32.2286 7.34796C32.4227 6.12742 32.5722 5.16923 32.6751 4.51338L32.7955 3.76417C32.8226 3.5952 32.8401 3.50628 32.8401 3.50628L32.8052 3.7575C32.7799 3.92646 32.743 4.17546 32.6945 4.49782C32.5955 5.15366 32.4518 6.10964 32.2674 7.33017C31.8946 9.77568 31.3588 13.2861 30.7142 17.5146V17.5569H30.6773L15.3728 14.4533H15.3281V14.4022C16.1047 9.34661 16.8502 4.56896 17.4948 0.396027V0.351562H17.5336L28.6 2.61477L31.7199 3.25728L32.5431 3.43069L32.7527 3.47515L32.8459 3.49738Z" fill="#263238"/>
|
|
7
|
+
<path d="M17.9277 1.38471L16.0391 13.625L30.2594 16.5022L32.148 4.26186L17.9277 1.38471Z" fill="#7FA8E2"/>
|
|
8
|
+
<g opacity="0.2">
|
|
9
|
+
<path opacity="0.2" d="M16.0469 13.6263L22.1877 7.02344L24.5291 12.4058L27.0103 10.2849L30.2661 16.5054L16.0469 13.6263Z" fill="#333333"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g opacity="0.2">
|
|
12
|
+
<path opacity="0.2" d="M26.7112 6.98259C26.672 7.23633 26.568 7.47109 26.4124 7.65716C26.2567 7.84323 26.0563 7.97226 25.8366 8.02794C25.6169 8.08361 25.3877 8.06342 25.178 7.96993C24.9683 7.87644 24.7876 7.71384 24.6586 7.5027C24.5296 7.29156 24.4582 7.04136 24.4534 6.78374C24.4486 6.52612 24.5106 6.27266 24.6316 6.0554C24.7526 5.83814 24.9271 5.66685 25.1331 5.56319C25.3392 5.45953 25.5674 5.42816 25.789 5.47304C26.0858 5.53376 26.3495 5.72672 26.5224 6.00966C26.6952 6.2926 26.7631 6.64245 26.7112 6.98259Z" fill="#333333"/>
|
|
13
|
+
</g>
|
|
14
|
+
<path d="M39.552 20.1562L38.3408 24.8787C38.2934 25.064 38.2784 25.2582 38.2965 25.4501C38.3147 25.642 38.3657 25.828 38.4467 25.9973C38.5277 26.1667 38.637 26.3161 38.7684 26.437C38.8998 26.558 39.0507 26.6481 39.2125 26.7022L43.1762 28.0332L39.552 20.1562Z" fill="#7FA8E2"/>
|
|
15
|
+
<g opacity="0.2">
|
|
16
|
+
<path opacity="0.2" d="M38.2895 25.3125C38.2895 25.3125 37.9431 26.4412 38.9869 27.1999C39.0267 27.2282 39.0678 27.254 39.1101 27.2771C39.6006 27.5566 42.8296 29.4067 42.8529 29.3082L43.1783 28.0384L39.2124 26.7074C39.2124 26.7074 38.236 26.3294 38.2895 25.3125Z" fill="#333333"/>
|
|
17
|
+
</g>
|
|
18
|
+
<path d="M38.3462 41.2775L27.7596 37.7183C27.4094 37.5987 27.115 37.3251 26.9407 36.9574C26.7664 36.5896 26.7265 36.1578 26.8297 35.7564L31.1304 18.9855C31.2379 18.5864 31.4778 18.2514 31.7985 18.0524C32.1192 17.8533 32.4952 17.8061 32.846 17.9207L39.5597 20.1781L43.1839 28.0578L40.0665 40.2207C39.9607 40.622 39.72 40.9587 39.3974 41.1569C39.0748 41.355 38.6967 41.3984 38.3462 41.2775Z" fill="#7FA8E2"/>
|
|
19
|
+
<path d="M37.7553 32.3131C37.7553 32.3131 37.8436 32.3397 38.0157 32.3557C38.2667 32.3703 38.516 32.3019 38.734 32.1587C38.8885 32.0548 39.0223 31.9152 39.1269 31.7487C39.1874 31.6536 39.2366 31.5498 39.2733 31.4399C39.3105 31.3281 39.3407 31.2003 39.371 31.0725L39.8127 29.3236L40.0684 28.3067C40.1125 28.1283 40.159 27.9473 40.2055 27.7743C40.2586 27.5939 40.2936 27.4073 40.3101 27.2179C40.3327 26.8178 40.2251 26.4223 40.0079 26.1078C39.8958 25.9453 39.7567 25.8096 39.5988 25.7085C39.432 25.6083 39.2546 25.5332 39.0711 25.4849L34.2101 23.8637C34.0003 23.8186 33.7841 23.8305 33.579 23.8985C33.3739 23.9665 33.1856 24.0886 33.0292 24.2551C32.8755 24.4178 32.7583 24.6205 32.6875 24.846C32.6177 25.0696 32.5643 25.3146 32.5015 25.5435C32.269 26.4752 32.0365 27.3723 31.8041 28.2295C31.7506 28.4425 31.6832 28.6581 31.6483 28.8577C31.6172 29.0611 31.6235 29.2696 31.6669 29.47C31.7089 29.662 31.7845 29.8421 31.8892 29.9996C31.9939 30.157 32.1255 30.2884 32.276 30.3857C32.4232 30.474 32.5793 30.5411 32.7409 30.5854L33.2059 30.7478L34.0916 31.0486L36.765 31.9697L37.488 32.2359L37.6763 32.3077L37.739 32.3344L37.6739 32.321L37.4833 32.2625L36.751 32.0309L34.0846 31.1231L33.1966 30.8303L32.7316 30.6732C32.5625 30.6267 32.3987 30.5579 32.2434 30.4683C32.0808 30.364 31.9384 30.2229 31.8249 30.0535C31.7114 29.8842 31.6292 29.6902 31.5832 29.4833C31.5336 29.2669 31.5257 29.0407 31.56 28.8205C31.5995 28.5969 31.6623 28.3972 31.7134 28.1789L32.4108 25.4902C32.4736 25.256 32.5247 25.0271 32.5968 24.7848C32.6742 24.5399 32.8017 24.3199 32.9687 24.1433C33.1382 23.9615 33.3428 23.8282 33.5658 23.7542C33.7888 23.6802 34.0239 23.6676 34.252 23.7173C35.9909 24.2843 37.6228 24.846 39.1199 25.3492C39.311 25.4031 39.496 25.4826 39.6709 25.5861C39.8389 25.6983 39.9871 25.8454 40.1079 26.02C40.3379 26.3575 40.4513 26.7801 40.4264 27.2073C40.4085 27.406 40.3703 27.6017 40.3125 27.7903C40.266 27.9713 40.2195 28.1523 40.173 28.3227C40.0823 28.6767 39.994 29.0148 39.9103 29.3396L39.4454 31.0832C39.4128 31.211 39.3826 31.3494 39.3407 31.4559C39.3006 31.5693 39.2482 31.6766 39.185 31.7753C39.0737 31.9469 38.9319 32.0893 38.7689 32.1933C38.543 32.337 38.2845 32.3992 38.0273 32.3716C37.9346 32.3673 37.843 32.3476 37.7553 32.3131Z" fill="#FAFAFA"/>
|
|
20
|
+
<path d="M39.1477 31.9257C39.1477 31.9257 39.1245 31.8884 39.0943 31.8086C39.064 31.7287 39.0152 31.6036 38.9617 31.4652L38.4968 30.19C38.3992 29.9238 38.2946 29.623 38.183 29.3063C38.1249 29.1492 38.0667 28.9841 38.0086 28.8164L37.918 28.5502C37.8866 28.4737 37.8375 28.4083 37.7762 28.3612C37.7126 28.3136 37.6383 28.2882 37.5623 28.2882C37.4863 28.2882 37.412 28.3136 37.3484 28.3612L36.916 28.7312L35.9861 29.4899L35.5723 29.828L35.5212 29.8706L35.4887 29.8067L34.9842 28.7659L34.861 28.5156C34.8292 28.437 34.7851 28.3657 34.7308 28.3053C34.6785 28.2511 34.6149 28.2131 34.5462 28.1949C34.4774 28.1767 34.4057 28.179 34.3379 28.2015C34.2709 28.2282 34.2069 28.264 34.1473 28.308L33.9544 28.4331L33.587 28.67L32.9292 29.0933L31.9784 29.6949L31.718 29.852C31.6884 29.8713 31.6573 29.8874 31.625 29.8999C31.625 29.8999 31.6506 29.8706 31.7064 29.8307C31.7622 29.7907 31.8575 29.7215 31.9574 29.6523L32.8873 29.0161L33.5382 28.5795L33.9032 28.3346L34.0938 28.2068C34.1603 28.1564 34.2322 28.1161 34.3077 28.087C34.3924 28.0583 34.482 28.0547 34.5682 28.0766C34.6545 28.0985 34.7344 28.1452 34.8005 28.2122C34.8639 28.2808 34.9159 28.3619 34.954 28.4517L35.0772 28.702C35.2446 29.0374 35.4189 29.3834 35.5956 29.7402L35.5119 29.7189L35.9257 29.3808L36.8556 28.6248L37.2973 28.2654C37.3572 28.22 37.4251 28.1901 37.4962 28.1778C37.5673 28.1655 37.6399 28.171 37.7089 28.1941C37.7779 28.2171 37.8418 28.2571 37.8959 28.3113C37.9501 28.3654 37.9933 28.4324 38.0226 28.5076L38.1132 28.7738L38.2806 29.269L38.5828 30.1581C38.7595 30.6905 38.9036 31.1244 39.0106 31.4492C39.0571 31.5903 39.0919 31.7154 39.1221 31.8032C39.135 31.8427 39.1436 31.8838 39.1477 31.9257Z" fill="#FAFAFA"/>
|
|
21
|
+
<path d="M35.8577 27.2572C35.8577 27.2572 35.9228 27.2572 36.0343 27.2572C36.1896 27.2543 36.3397 27.1936 36.4621 27.0842C36.561 26.9985 36.6372 26.883 36.6821 26.7506C36.727 26.6182 36.739 26.4742 36.7166 26.3345C36.6942 26.1948 36.6384 26.0649 36.5553 25.9594C36.4722 25.854 36.3652 25.777 36.2462 25.7371C36.1272 25.6972 36.0008 25.6959 35.8812 25.7334C35.7615 25.7709 35.6534 25.8458 35.5687 25.9496C35.4841 26.0534 35.4263 26.1821 35.4018 26.3213C35.3772 26.4606 35.387 26.6049 35.4299 26.7381C35.4819 26.9056 35.5798 27.0494 35.7089 27.1481C35.8019 27.2173 35.8623 27.2386 35.8577 27.2519C35.7969 27.2497 35.7376 27.2295 35.6856 27.1933C35.5351 27.1022 35.4175 26.9533 35.3532 26.7727C35.3046 26.6369 35.2871 26.4891 35.3021 26.3434C35.3171 26.1976 35.3643 26.0586 35.4392 25.9395C35.5321 25.7906 35.6631 25.6784 35.8141 25.6186C35.9652 25.5589 36.1287 25.5544 36.2821 25.6059C36.4354 25.6574 36.571 25.7624 36.6699 25.9061C36.7688 26.0498 36.8262 26.2253 36.834 26.408C36.8405 26.5544 36.8144 26.7003 36.7583 26.832C36.7022 26.9637 36.6179 27.0771 36.5132 27.1614C36.3746 27.2757 36.2042 27.3278 36.0343 27.3078C35.9726 27.3089 35.9117 27.2915 35.8577 27.2572Z" fill="#FAFAFA"/>
|
|
22
|
+
<g opacity="0.2">
|
|
23
|
+
<path opacity="0.2" d="M27.971 31.2664L41.2072 35.7158L40.0822 40.104C39.9718 40.5349 39.7164 40.8978 39.3723 41.1131C39.0281 41.3283 38.6234 41.3781 38.2471 41.2517L27.846 37.7552C27.6597 37.6926 27.486 37.5886 27.3348 37.4491C27.1836 37.3096 27.0579 37.1374 26.9648 36.9422C26.8718 36.7471 26.8132 36.5329 26.7924 36.3118C26.7717 36.0908 26.7891 35.8672 26.8438 35.6538L27.9688 31.2656L27.971 31.2664Z" fill="#333333"/>
|
|
24
|
+
</g>
|
|
25
|
+
<path d="M32.6924 35.8691L33.1271 36.0155L32.8877 36.9739C32.5937 37.088 32.2761 37.0945 31.9787 36.9925C31.8326 36.9513 31.6953 36.8766 31.5751 36.7729C31.4549 36.6691 31.3544 36.5385 31.2796 36.389C31.2049 36.2394 31.1574 36.074 31.1401 35.9028C31.1229 35.7316 31.1362 35.5582 31.1792 35.393C31.2222 35.2279 31.2941 35.0745 31.3905 34.9421C31.4868 34.8097 31.6057 34.7011 31.7398 34.6229C31.8739 34.5447 32.0205 34.4985 32.1706 34.4872C32.3208 34.4758 32.4714 34.4994 32.6134 34.5567C32.7766 34.6024 32.929 34.6886 33.0599 34.8091C33.1909 34.9296 33.2971 35.0815 33.3712 35.2542L32.9807 35.4751C32.9361 35.3667 32.8714 35.2708 32.7911 35.194C32.7108 35.1172 32.6168 35.0614 32.5157 35.0306C32.4247 34.9781 32.3247 34.949 32.2228 34.9456C32.1209 34.9421 32.0196 34.9643 31.9259 35.0105C31.8323 35.0567 31.7487 35.1259 31.6809 35.2131C31.6132 35.3003 31.563 35.4035 31.5338 35.5153C31.5046 35.6272 31.4972 35.745 31.5121 35.8605C31.527 35.976 31.5638 36.0863 31.62 36.1838C31.6762 36.2812 31.7503 36.3633 31.8372 36.4244C31.924 36.4855 32.0216 36.524 32.1229 36.5373C32.2508 36.5826 32.3866 36.5908 32.5181 36.5612L32.6924 35.8691Z" fill="#FAFAFA"/>
|
|
26
|
+
<path d="M33.8622 35.0312L34.3388 35.191L33.7344 37.5496L33.2578 37.3898L33.8622 35.0312Z" fill="#FAFAFA"/>
|
|
27
|
+
<path d="M35.1898 35.9479L35.0317 36.5708L35.9849 36.8929L35.871 37.3295L34.9178 37.01L34.6993 37.8672L34.2344 37.7075L34.8388 35.3516L36.394 35.884L36.2824 36.3232L35.1898 35.9479Z" fill="#FAFAFA"/>
|
|
28
|
+
<path d="M14.5469 16.8203L15.3989 21.0621C15.4322 21.2293 15.494 21.3873 15.5807 21.5271C15.6674 21.667 15.7773 21.7858 15.9042 21.8769C16.0311 21.968 16.1724 22.0296 16.3201 22.0581C16.4677 22.0866 16.6189 22.0815 16.7648 22.043L20.3371 21.1045L14.5469 16.8203Z" fill="#7FA8E2"/>
|
|
29
|
+
<path d="M21.6173 33.7557L12.0765 36.2637C11.9192 36.3052 11.7564 36.3106 11.5974 36.2797C11.4383 36.2488 11.2861 36.1821 11.1497 36.0835C11.0132 35.9849 10.8952 35.8564 10.8023 35.7053C10.7095 35.5542 10.6436 35.3836 10.6086 35.2032L7.57809 20.0918C7.54186 19.9118 7.53712 19.7253 7.56412 19.5432C7.59113 19.361 7.64935 19.1868 7.73544 19.0305C7.82153 18.8743 7.93378 18.7391 8.06571 18.6328C8.19765 18.5264 8.34666 18.4511 8.50416 18.411L14.556 16.8203L20.3439 21.1178L22.541 32.0776C22.5769 32.2572 22.5815 32.4432 22.5545 32.6249C22.5275 32.8066 22.4694 32.9804 22.3836 33.1364C22.2977 33.2923 22.1859 33.4273 22.0544 33.5336C21.9229 33.6398 21.7743 33.7153 21.6173 33.7557Z" fill="#7FA8E2"/>
|
|
30
|
+
<g opacity="0.2">
|
|
31
|
+
<path opacity="0.2" d="M15.5234 21.4405C15.5907 21.7621 15.7517 22.0479 15.9798 22.2507C16.2079 22.4536 16.4895 22.5615 16.7783 22.5566C16.8199 22.5593 16.8616 22.5593 16.9033 22.5566C17.3871 22.5301 20.5844 22.3498 20.5682 22.2676L20.3367 21.125L16.7644 22.0635C16.7644 22.0635 15.8661 22.2491 15.5234 21.4405Z" fill="#333333"/>
|
|
32
|
+
</g>
|
|
33
|
+
<g opacity="0.3">
|
|
34
|
+
<path opacity="0.3" d="M14.5469 16.8203L15.3989 21.0621C15.4322 21.2293 15.494 21.3873 15.5807 21.5271C15.6674 21.667 15.7773 21.7858 15.9042 21.8769C16.0311 21.968 16.1724 22.0296 16.3201 22.0581C16.4677 22.0866 16.6189 22.0815 16.7648 22.043L20.3371 21.1045L14.5469 16.8203Z" fill="white"/>
|
|
35
|
+
</g>
|
|
36
|
+
<path d="M14.5691 21.1096C14.5691 21.1653 13.6013 21.4702 12.3835 21.7883C11.1658 22.1064 10.1679 22.3185 10.1564 22.2708C10.1448 22.2231 11.1241 21.9129 12.3442 21.5921C13.5643 21.2713 14.5598 21.0566 14.5691 21.1096Z" fill="#FAFAFA"/>
|
|
37
|
+
<path d="M17.8979 22.7711C17.8979 22.8268 16.2911 23.3013 14.2862 23.8316C12.2813 24.3618 10.6445 24.7329 10.6329 24.6799C10.6213 24.6269 12.2396 24.1497 14.2469 23.6195C16.2541 23.0892 17.8863 22.7154 17.8979 22.7711Z" fill="#FAFAFA"/>
|
|
38
|
+
<path d="M18.9593 24.6139C18.9593 24.6695 17.2067 25.1785 15.0235 25.7538C12.8403 26.3291 11.0507 26.756 11.0391 26.695C11.0275 26.634 12.7917 26.1303 14.9749 25.5577C17.1581 24.985 18.9477 24.5608 18.9593 24.6139Z" fill="#FAFAFA"/>
|
|
39
|
+
<path d="M19.3297 26.5045C19.3297 26.5602 17.5771 27.0718 15.3939 27.6445C13.2107 28.2171 11.4257 28.6413 11.4141 28.5883C11.4025 28.5352 13.1667 28.0209 15.3499 27.4483C17.5331 26.8756 19.3297 26.4515 19.3297 26.5045Z" fill="#FAFAFA"/>
|
|
40
|
+
<path d="M19.718 28.396C19.718 28.4516 17.9654 28.9633 15.7822 29.5359C13.599 30.1086 11.814 30.5328 11.8047 30.4797C11.7955 30.4267 13.5573 29.9151 15.7405 29.3398C17.9237 28.7645 19.7064 28.3376 19.718 28.396Z" fill="#FAFAFA"/>
|
|
41
|
+
<path d="M20.0953 30.294C20.1069 30.347 18.3427 30.8587 16.1595 31.4313C13.9763 32.004 12.189 32.4282 12.1797 32.3751C12.1705 32.3221 13.9323 31.8104 16.1155 31.2351C18.2987 30.6599 20.0837 30.2383 20.0953 30.294Z" fill="#FAFAFA"/>
|
|
42
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="81" height="80" viewBox="0 0 81 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4769_135095)">
|
|
3
|
+
<path d="M40.5 80C62.5914 80 80.5 62.0914 80.5 40C80.5 17.9086 62.5914 0 40.5 0C18.4086 0 0.5 17.9086 0.5 40C0.5 62.0914 18.4086 80 40.5 80Z" fill="#2671D9"/>
|
|
4
|
+
<g opacity="0.2">
|
|
5
|
+
<path d="M60.5 40C60.5 29 51.5 20 40.5 20C31.125 20 23.25 26.5 21.125 35.125C15.125 36.125 10.5 41.25 10.5 47.5C10.5 54.375 16.125 60 23 60H33C34.375 60 35.5 58.875 35.5 57.5V50.625C35.5 49.625 34.625 48.75 33.625 48.75H29.75C27.875 48.75 27.375 47.5 28.625 46L38.25 33.75C39.5 32.25 41.5 32.25 42.625 33.75L52.25 46C53.5 47.5 53 48.75 51.125 48.75H47.25C46.25 48.75 45.375 49.625 45.375 50.625V57.5C45.375 58.875 46.5 60 47.875 60H60.375C65.875 60 70.375 55.5 70.375 50C70.375 44.5 66 40 60.5 40Z" fill="#231F20"/>
|
|
6
|
+
</g>
|
|
7
|
+
<path d="M60.5 37.5C60.5 26.5 51.5 17.5 40.5 17.5C31.125 17.5 23.25 24 21.125 32.625C15.125 33.625 10.5 38.75 10.5 45C10.5 51.875 16.125 57.5 23 57.5H33C34.375 57.5 35.5 56.375 35.5 55V48.125C35.5 47.125 34.625 46.25 33.625 46.25H29.75C27.875 46.25 27.375 45 28.625 43.5L38.25 31.25C39.5 29.75 41.5 29.75 42.625 31.25L52.25 43.5C53.5 45 53 46.25 51.125 46.25H47.25C46.25 46.25 45.375 47.125 45.375 48.125V55C45.375 56.375 46.5 57.5 47.875 57.5H60.375C65.875 57.5 70.375 53 70.375 47.5C70.375 42 66 37.5 60.5 37.5Z" fill="white"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_4769_135095">
|
|
11
|
+
<rect width="80" height="80" fill="white" transform="translate(0.5)"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#2671d9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-plus"><circle cx="12" cy="12" r="10"/><path d="M8 12h8"/><path d="M12 8v8"/></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="124" height="124" viewBox="0 0 124 124" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M93.3876 8.0293L114.948 30.5043V115.971H34.4062V116.25H115.223V30.7872L93.3876 8.0293Z" fill="#909090"/>
|
|
3
|
+
<path d="M93.12 7.75H34.1309V115.971H114.948V30.5079L93.12 7.75Z" fill="#F4F4F4"/>
|
|
4
|
+
<path d="M33.5381 13.5625H8.77686V40.0171H86.6644V13.5625H33.5381Z" fill="#7A7B7C"/>
|
|
5
|
+
<path d="M87.0791 39.5678H9.28076V13.0938H87.0791V39.5678Z" fill="#DD2025"/>
|
|
6
|
+
<path d="M35.0763 17.5693H30.0117V36.1693H33.9952V29.8957L34.8748 29.9461C35.7298 29.9343 36.577 29.7811 37.382 29.4927C38.0896 29.2524 38.74 28.8685 39.2923 28.3651C39.8587 27.8902 40.3037 27.2871 40.5905 26.6058C40.9828 25.4771 41.1217 24.2758 40.9973 23.0873C40.9753 22.2381 40.8264 21.397 40.5556 20.5918C40.3116 20.0098 39.9488 19.4852 39.4904 19.0515C39.032 18.6178 38.4881 18.2845 37.8935 18.0731C37.3809 17.8832 36.8496 17.7481 36.3086 17.6701C35.8999 17.6035 35.4865 17.5698 35.0725 17.5693M34.3401 26.4586H33.9952V20.7236H34.7431C35.0732 20.6998 35.4044 20.7505 35.7122 20.8719C36.0201 20.9933 36.2967 21.1823 36.5217 21.425C36.988 22.0489 37.237 22.8083 37.2308 23.5872C37.2308 24.5405 37.2308 25.4046 36.3706 26.013C35.751 26.3542 35.0455 26.5116 34.3401 26.4586ZM48.5652 17.519C48.1351 17.519 47.7166 17.55 47.4221 17.5616L46.4998 17.5848H43.4773V36.1848H47.0346C48.3939 36.2198 49.7469 35.9895 51.0181 35.5067C52.0415 35.1025 52.9475 34.4484 53.6531 33.6041C54.3446 32.7561 54.8383 31.7646 55.0985 30.7017C55.4041 29.5002 55.5526 28.2641 55.5402 27.0243C55.6161 25.5602 55.5028 24.0924 55.2031 22.6572C54.9162 21.602 54.3853 20.629 53.6531 19.8168C53.0788 19.1601 52.3724 18.6319 51.58 18.2668C50.9012 17.9522 50.1869 17.7206 49.4526 17.5771C49.1606 17.5292 48.865 17.5072 48.5691 17.5112M47.8638 32.7671H47.4763V20.8941H47.5267C48.3256 20.8017 49.134 20.9459 49.8517 21.3087C50.3774 21.7285 50.8058 22.2573 51.1072 22.8587C51.4325 23.4916 51.6201 24.1863 51.6575 24.897C51.6923 25.7495 51.6575 26.447 51.6575 27.0243C51.6718 27.6894 51.629 28.3545 51.5296 29.0122C51.4077 29.6867 51.187 30.3396 50.8747 30.9497C50.5219 31.5187 50.04 31.9966 49.4681 32.3447C48.9904 32.6547 48.4239 32.7991 47.8561 32.7555M67.5411 17.5848H58.1248V36.1848H62.1083V28.8068H67.1458V25.3503H62.1083V21.0413H67.5333V17.5848" fill="#464648"/>
|
|
7
|
+
<path d="M84.4012 78.4883C84.4012 78.4883 96.7547 76.2486 96.7547 80.4685C96.7547 84.6884 89.1015 82.9717 84.4012 78.4883ZM75.2678 78.81C73.3047 79.2425 71.3919 79.8775 69.5599 80.7048L71.1099 77.2173C72.6599 73.7298 74.268 68.9752 74.268 68.9752C76.113 72.0912 78.2653 75.0146 80.6928 77.7017C78.8653 77.974 77.0543 78.3465 75.2678 78.8177V78.81ZM70.3775 53.6225C70.3775 49.9451 71.5672 48.9415 72.4933 48.9415C73.4194 48.9415 74.4618 49.3871 74.4967 52.5801C74.1945 55.7907 73.5222 58.9556 72.4933 62.0118C71.079 59.4476 70.349 56.5624 70.3737 53.6341L70.3775 53.6225ZM52.3627 94.372C48.5729 92.1051 60.3103 85.1262 62.4377 84.9015C62.426 84.9053 56.3307 96.7435 52.3627 94.372ZM100.362 80.9683C100.324 80.5808 99.9748 76.2912 92.341 76.4733C89.159 76.4176 85.9783 76.6419 82.8357 77.1437C79.7895 74.0776 77.1673 70.6175 75.0392 66.8556C76.3791 62.9779 77.1911 58.9374 77.4533 54.8431C77.3409 50.1931 76.2288 47.5271 72.6638 47.5658C69.0988 47.6046 68.5795 50.724 69.0484 55.3662C69.5073 58.4859 70.3737 61.5318 71.6253 64.426C71.6253 64.426 69.9784 69.5526 67.8007 74.6521C65.6229 79.7516 64.1349 82.4254 64.1349 82.4254C60.3474 83.6568 56.7822 85.4884 53.5755 87.8503C50.3825 90.8225 49.0844 93.1048 50.7662 95.3872C52.2154 97.3557 57.2878 97.8013 61.8215 91.861C64.2263 88.7898 66.4269 85.564 68.409 82.2045C68.409 82.2045 75.322 80.3096 77.4727 79.7903C79.6233 79.2711 82.2234 78.8603 82.2234 78.8603C82.2234 78.8603 88.5358 85.2115 94.6234 84.9867C100.711 84.762 100.417 81.3481 100.378 80.9761" fill="#DD2025"/>
|
|
8
|
+
<path d="M92.8218 8.04883V30.8067H114.65L92.8218 8.04883Z" fill="#909090"/>
|
|
9
|
+
<path d="M93.1201 7.75V30.5079H114.948L93.1201 7.75Z" fill="#F4F4F4"/>
|
|
10
|
+
<path d="M34.778 17.2705H29.7134V35.8705H33.7124V29.6008L34.5959 29.6511C35.4509 29.6394 36.298 29.4862 37.103 29.1978C37.8107 28.9575 38.4611 28.5736 39.0134 28.0701C39.5755 27.5939 40.0165 26.9909 40.2999 26.3109C40.6922 25.1821 40.8311 23.9809 40.7068 22.7924C40.6847 21.9432 40.5358 21.1021 40.265 20.2969C40.021 19.7149 39.6582 19.1903 39.1998 18.7565C38.7414 18.3228 38.1975 17.9896 37.6029 17.7781C37.0879 17.5864 36.5541 17.45 36.0103 17.3713C35.6016 17.3047 35.1882 17.271 34.7741 17.2705M34.0418 26.1598H33.6969V20.4248H34.4486C34.7787 20.401 35.1099 20.4516 35.4178 20.573C35.7256 20.6944 36.0023 20.8834 36.2273 21.1261C36.6935 21.7501 36.9426 22.5095 36.9364 23.2884C36.9364 24.2416 36.9364 25.1058 36.0761 25.7141C35.4565 26.0554 34.751 26.2089 34.0456 26.1559M48.2669 17.2201C47.8368 17.2201 47.4183 17.2511 47.1238 17.2628L46.2131 17.286H43.1906V35.886H46.7479C48.1072 35.921 49.4602 35.6906 50.7314 35.2079C51.7548 34.8037 52.6607 34.1496 53.3664 33.3053C54.0579 32.4572 54.5516 31.4657 54.8118 30.4029C55.1174 29.2013 55.2659 27.9652 55.2535 26.7255C55.3294 25.2614 55.216 23.7935 54.9164 22.3584C54.6295 21.3032 54.0986 20.3302 53.3664 19.518C52.7921 18.8612 52.0857 18.3331 51.2933 17.968C50.6145 17.6534 49.9002 17.4218 49.1659 17.2783C48.8739 17.2304 48.5782 17.2084 48.2824 17.2124M47.5771 32.4683H47.1896V20.5953H47.24C48.0389 20.5029 48.8473 20.647 49.565 21.0099C50.0907 21.4296 50.5191 21.9585 50.8205 22.5599C51.1458 23.1928 51.3334 23.8875 51.3708 24.5981C51.4056 25.4506 51.3708 26.1481 51.3708 26.7255C51.3851 27.3906 51.3423 28.0556 51.2429 28.7134C51.121 29.3879 50.9003 30.0407 50.588 30.6509C50.2352 31.2199 49.7533 31.6978 49.1814 32.0459C48.7036 32.3559 48.1372 32.5002 47.5694 32.4566M67.2428 17.286H57.8265V35.886H61.81V28.508H66.8475V25.0515H61.81V20.7425H67.235V17.286" fill="white"/>
|
|
11
|
+
</svg>
|