@helsenorge/designsystem-react 15.0.0-beta.1 → 15.1.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/lib/AnchorLink.js.map +1 -1
- package/lib/AsChildSlot.js.map +1 -1
- package/lib/Avatar.js.map +1 -1
- package/lib/Badge.js.map +1 -1
- package/lib/Button.js +24 -19
- package/lib/Button.js.map +1 -1
- package/lib/CHANGELOG.md +46 -0
- package/lib/Checkbox.js +25 -48
- package/lib/Checkbox.js.map +1 -1
- package/lib/Checkbox2.js +69 -0
- package/lib/Checkbox2.js.map +1 -0
- package/lib/CheckboxMarker.js +64 -0
- package/lib/CheckboxMarker.js.map +1 -0
- package/lib/Chip.js.map +1 -1
- package/lib/Close.js.map +1 -1
- package/lib/DictionaryTrigger.js.map +1 -1
- package/lib/Drawer.js +46 -18
- package/lib/Drawer.js.map +1 -1
- package/lib/DrawerNavigation.js.map +1 -1
- package/lib/Duolist.js.map +1 -1
- package/lib/ElementHeader.js.map +1 -1
- package/lib/ElementHeaderText.js.map +1 -1
- package/lib/ErrorBoundary.js.map +1 -1
- package/lib/ErrorWrapper.js.map +1 -1
- package/lib/Expander.js.map +1 -1
- package/lib/FilterButton.js.map +1 -1
- package/lib/FilterButtonAndChipsWrapper.js.map +1 -1
- package/lib/FilterDrawer.js +20 -10
- package/lib/FilterDrawer.js.map +1 -1
- package/lib/FilterLinkList.js.map +1 -1
- package/lib/FilterOverviewLinkList.js.map +1 -1
- package/lib/FilterOverviewSearch.js.map +1 -1
- package/lib/FilterResultCountAndSortWrapper.js.map +1 -1
- package/lib/FilterSearch.js.map +1 -1
- package/lib/FilterSort.js.map +1 -1
- package/lib/FilterStateWrapper.js.map +1 -1
- package/lib/FormFieldTag.js.map +1 -1
- package/lib/FormGroup.js +5 -5
- package/lib/FormGroup.js.map +1 -1
- package/lib/FormLayout.js.map +1 -1
- package/lib/HelpDetails.js.map +1 -1
- package/lib/HelpTriggerIcon.js.map +1 -1
- package/lib/HelpTriggerStandalone.js.map +1 -1
- package/lib/HighlightPanel.js.map +1 -1
- package/lib/Highlighter.js.map +1 -1
- package/lib/HorizontalScroll.js.map +1 -1
- package/lib/Icon.js.map +1 -1
- package/lib/Illustration.js +1 -1
- package/lib/Illustration.js.map +1 -1
- package/lib/InfoTeaser.js.map +1 -1
- package/lib/Input.js.map +1 -1
- package/lib/LazyIcon.js +1 -1
- package/lib/LazyIcon.js.map +1 -1
- package/lib/LazyIllustration.js +6 -2
- package/lib/LazyIllustration.js.map +1 -1
- package/lib/LinkList.js.map +1 -1
- package/lib/List.js.map +1 -1
- package/lib/ListEditMode.js.map +1 -1
- package/lib/LoaderSpinner.js +61 -0
- package/lib/LoaderSpinner.js.map +1 -0
- package/lib/MaxCharacters.js.map +1 -1
- package/lib/NotificationBadge.js.map +1 -1
- package/lib/PanelTitle.js.map +1 -1
- package/lib/PopOver.js.map +1 -1
- package/lib/Radio.js +74 -0
- package/lib/Radio.js.map +1 -0
- package/lib/RadioButton.js +84 -0
- package/lib/RadioButton.js.map +1 -0
- package/lib/RadioMarker.js +35 -0
- package/lib/RadioMarker.js.map +1 -0
- package/lib/Select.js.map +1 -1
- package/lib/SingleSelectItem.js.map +1 -1
- package/lib/Slider.js.map +1 -1
- package/lib/Spacer.js.map +1 -1
- package/lib/StatusDot.js.map +1 -1
- package/lib/StatusDotList.js.map +1 -1
- package/lib/StepButtons.js.map +1 -1
- package/lib/TabList.js.map +1 -1
- package/lib/TabPanel.js.map +1 -1
- package/lib/TableBody.js +3 -3
- package/lib/TableBody.js.map +1 -1
- package/lib/TableCell.js +2 -2
- package/lib/TableCell.js.map +1 -1
- package/lib/TableExpandedRow.js +4 -4
- package/lib/TableExpandedRow.js.map +1 -1
- package/lib/TableExpanderCell.js +2 -2
- package/lib/TableExpanderCell.js.map +1 -1
- package/lib/TableHead.js +7 -7
- package/lib/TableHead.js.map +1 -1
- package/lib/TableHeadCell.js +5 -5
- package/lib/TableHeadCell.js.map +1 -1
- package/lib/TableRow.js +6 -6
- package/lib/TableRow.js.map +1 -1
- package/lib/Textarea.js.map +1 -1
- package/lib/Title.js.map +1 -1
- package/lib/Toast.js.map +1 -1
- package/lib/VisualCheckbox.js +79 -0
- package/lib/VisualCheckbox.js.map +1 -0
- package/lib/VisualRadio.js +64 -0
- package/lib/VisualRadio.js.map +1 -0
- package/lib/__mocks__/IntersectionObserver.js.map +1 -1
- package/lib/__mocks__/MutationObserver.js.map +1 -1
- package/lib/__mocks__/ResizeObserver.js.map +1 -1
- package/lib/__mocks__/matchMedia.js +3 -2
- package/lib/__mocks__/matchMedia.js.map +1 -1
- package/lib/__mocks__/useLayoutEvent.js.map +1 -1
- package/lib/__mocks__/useOutsideEvent.js.map +1 -1
- package/lib/__mocks__/usePseudoClasses.js.map +1 -1
- package/lib/__mocks__/useSize.js.map +1 -1
- package/lib/__mocks__/uuid.js.map +1 -1
- package/lib/components/ArticleTeaser/index.js.map +1 -1
- package/lib/components/Button/styles.module.scss +39 -16
- package/lib/components/Button/styles.module.scss.d.ts +3 -2
- package/lib/components/Checkbox/CheckboxMarker/CheckboxMarker.d.ts +20 -0
- package/lib/components/Checkbox/CheckboxMarker/styles.module.scss +309 -0
- package/lib/components/Checkbox/CheckboxMarker/styles.module.scss.d.ts +25 -0
- package/lib/components/Checkbox/styles.module.scss +9 -269
- package/lib/components/Checkbox/styles.module.scss.d.ts +1 -17
- package/lib/components/Drawer/DrawerBackButton.d.ts +10 -0
- package/lib/components/Drawer/DrawerBackButton.module.scss +52 -0
- package/lib/components/Drawer/DrawerBackButton.module.scss.d.ts +10 -0
- package/lib/components/Drawer/styles.module.scss +0 -9
- package/lib/components/Dropdown/index.js.map +1 -1
- package/lib/components/DropdownOld/index.js.map +1 -1
- package/lib/components/EmptyState/index.js.map +1 -1
- package/lib/components/Expander/styles.module.scss.d.ts +3 -2
- package/lib/components/ExpanderHierarchy/index.js.map +1 -1
- package/lib/components/ExpanderList/index.js.map +1 -1
- package/lib/components/EyebrowHeader/index.js.map +1 -1
- package/lib/components/FavoriteButton/index.js.map +1 -1
- package/lib/components/Filter/FilterDrawer/FilterDrawer.d.ts +4 -2
- package/lib/components/Filter/FilterDrawer/styles.module.scss +7 -0
- package/lib/components/Filter/FilterDrawer/styles.module.scss.d.ts +1 -0
- package/lib/components/Filter/LoaderSpinner/LoaderSpinner.d.ts +9 -0
- package/lib/components/Filter/LoaderSpinner/index.d.ts +3 -0
- package/lib/components/Filter/LoaderSpinner/index.js +7 -0
- package/lib/components/Filter/LoaderSpinner/index.js.map +1 -0
- package/lib/components/Filter/LoaderSpinner/styles.module.scss +27 -0
- package/lib/components/Filter/LoaderSpinner/styles.module.scss.d.ts +11 -0
- package/lib/components/Filter/index.d.ts +2 -0
- package/lib/components/Filter/index.js +2 -1
- package/lib/components/Filter/index.js.map +1 -1
- package/lib/components/HelpBubble/index.js.map +1 -1
- package/lib/components/HelpDrawer/index.js.map +1 -1
- package/lib/components/HelpExpanderInline/index.js.map +1 -1
- package/lib/components/HelpExpanderStandalone/index.js.map +1 -1
- package/lib/components/HelpPanel/index.js.map +1 -1
- package/lib/components/HelpTeaser/index.js.map +1 -1
- package/lib/components/HelpTooltip/index.js.map +1 -1
- package/lib/components/HelpTriggerInline/index.js.map +1 -1
- package/lib/components/Icons/ActiveMonitoring.js.map +1 -1
- package/lib/components/Icons/AcupunctureBack.js.map +1 -1
- package/lib/components/Icons/AdditionalIconInformation.js.map +1 -1
- package/lib/components/Icons/AlarmClock.js.map +1 -1
- package/lib/components/Icons/AlertSignFill.js.map +1 -1
- package/lib/components/Icons/AlertSignStroke.js.map +1 -1
- package/lib/components/Icons/Amputation.js.map +1 -1
- package/lib/components/Icons/Anxiety.js.map +1 -1
- package/lib/components/Icons/Apple.js.map +1 -1
- package/lib/components/Icons/Archive.js.map +1 -1
- package/lib/components/Icons/ArmFlexing.js.map +1 -1
- package/lib/components/Icons/ArrowDown.js.map +1 -1
- package/lib/components/Icons/ArrowLeft.js.map +1 -1
- package/lib/components/Icons/ArrowRight.js.map +1 -1
- package/lib/components/Icons/ArrowUp.js.map +1 -1
- package/lib/components/Icons/ArrowUpRight.js.map +1 -1
- package/lib/components/Icons/Attachment.js.map +1 -1
- package/lib/components/Icons/Atv.js.map +1 -1
- package/lib/components/Icons/Avatar.js.map +1 -1
- package/lib/components/Icons/AwakePersonOnPillow.js.map +1 -1
- package/lib/components/Icons/Baby.js.map +1 -1
- package/lib/components/Icons/BandAid.js.map +1 -1
- package/lib/components/Icons/BeerAndPills.js.map +1 -1
- package/lib/components/Icons/Bell.js.map +1 -1
- package/lib/components/Icons/Bike.js.map +1 -1
- package/lib/components/Icons/BirthControl.js.map +1 -1
- package/lib/components/Icons/BirthdayCake.js.map +1 -1
- package/lib/components/Icons/Boat.js.map +1 -1
- package/lib/components/Icons/Body.js.map +1 -1
- package/lib/components/Icons/Braille.js.map +1 -1
- package/lib/components/Icons/Brain.js.map +1 -1
- package/lib/components/Icons/BreastReconstruction.js.map +1 -1
- package/lib/components/Icons/BreastRemoval.js.map +1 -1
- package/lib/components/Icons/Breasts.js.map +1 -1
- package/lib/components/Icons/BrokenHeart.js.map +1 -1
- package/lib/components/Icons/BrokenPuzzle.js.map +1 -1
- package/lib/components/Icons/Bus.js.map +1 -1
- package/lib/components/Icons/Calendar.js.map +1 -1
- package/lib/components/Icons/CalendarChange.js.map +1 -1
- package/lib/components/Icons/CalendarCheck.js.map +1 -1
- package/lib/components/Icons/CalendarEvent.js.map +1 -1
- package/lib/components/Icons/CalendarSave.js.map +1 -1
- package/lib/components/Icons/Cancer.js.map +1 -1
- package/lib/components/Icons/Candle.js.map +1 -1
- package/lib/components/Icons/Car.js.map +1 -1
- package/lib/components/Icons/Carton.js.map +1 -1
- package/lib/components/Icons/Change.js.map +1 -1
- package/lib/components/Icons/Check.js.map +1 -1
- package/lib/components/Icons/CheckFill.js.map +1 -1
- package/lib/components/Icons/CheckOutline.js.map +1 -1
- package/lib/components/Icons/Chest.js.map +1 -1
- package/lib/components/Icons/ChevronDown.js.map +1 -1
- package/lib/components/Icons/ChevronLeft.js.map +1 -1
- package/lib/components/Icons/ChevronRight.js.map +1 -1
- package/lib/components/Icons/ChevronUp.js.map +1 -1
- package/lib/components/Icons/ChevronsDown.js.map +1 -1
- package/lib/components/Icons/ChevronsUp.js.map +1 -1
- package/lib/components/Icons/ChildPlaying.js.map +1 -1
- package/lib/components/Icons/Cigarette.js.map +1 -1
- package/lib/components/Icons/Coins.js.map +1 -1
- package/lib/components/Icons/Contacts.js.map +1 -1
- package/lib/components/Icons/Copy.js.map +1 -1
- package/lib/components/Icons/CoronaCertificate.js.map +1 -1
- package/lib/components/Icons/Coronavirus.js.map +1 -1
- package/lib/components/Icons/Cough.js.map +1 -1
- package/lib/components/Icons/CreditCard.js.map +1 -1
- package/lib/components/Icons/CriticalHealthInfo.js.map +1 -1
- package/lib/components/Icons/Cross.js.map +1 -1
- package/lib/components/Icons/DataExchange.js.map +1 -1
- package/lib/components/Icons/DataReceived.js.map +1 -1
- package/lib/components/Icons/DataSent.js.map +1 -1
- package/lib/components/Icons/Depression.js.map +1 -1
- package/lib/components/Icons/DigestiveSystem.js.map +1 -1
- package/lib/components/Icons/Dizzy.js.map +1 -1
- package/lib/components/Icons/Documents.js.map +1 -1
- package/lib/components/Icons/Dog.js.map +1 -1
- package/lib/components/Icons/DonorCard.js.map +1 -1
- package/lib/components/Icons/DotAttachment.js.map +1 -1
- package/lib/components/Icons/DotCheckmark.js.map +1 -1
- package/lib/components/Icons/DotCircleArrows.js.map +1 -1
- package/lib/components/Icons/DotDot.js.map +1 -1
- package/lib/components/Icons/DotExclamationMark.js.map +1 -1
- package/lib/components/Icons/DotFill.js.map +1 -1
- package/lib/components/Icons/DotGroup.js.map +1 -1
- package/lib/components/Icons/DotHalfDisc.js.map +1 -1
- package/lib/components/Icons/DotInfo.js.map +1 -1
- package/lib/components/Icons/DotLogin.js.map +1 -1
- package/lib/components/Icons/DotLookingGlass.js.map +1 -1
- package/lib/components/Icons/DotNoAccess.js.map +1 -1
- package/lib/components/Icons/DotNoEye.js.map +1 -1
- package/lib/components/Icons/DotOutline.js.map +1 -1
- package/lib/components/Icons/DotPencil.js.map +1 -1
- package/lib/components/Icons/DotQuestionMark.js.map +1 -1
- package/lib/components/Icons/DotTriangle.js.map +1 -1
- package/lib/components/Icons/DotX.js.map +1 -1
- package/lib/components/Icons/Download.js.map +1 -1
- package/lib/components/Icons/Draft.js.map +1 -1
- package/lib/components/Icons/Drag.js.map +1 -1
- package/lib/components/Icons/EChat.js.map +1 -1
- package/lib/components/Icons/Ear.js.map +1 -1
- package/lib/components/Icons/EarDeaf.js.map +1 -1
- package/lib/components/Icons/EarHearingAid.js.map +1 -1
- package/lib/components/Icons/EarNoseThroat.js.map +1 -1
- package/lib/components/Icons/EarVolume.js.map +1 -1
- package/lib/components/Icons/Edit.js.map +1 -1
- package/lib/components/Icons/ElderlyPerson.js.map +1 -1
- package/lib/components/Icons/Embolization.js.map +1 -1
- package/lib/components/Icons/EmergencyCall.js.map +1 -1
- package/lib/components/Icons/EmoticonAnnoyed.js.map +1 -1
- package/lib/components/Icons/EmoticonDelighted.js.map +1 -1
- package/lib/components/Icons/EmoticonDisappointed.js.map +1 -1
- package/lib/components/Icons/EmoticonHappy.js.map +1 -1
- package/lib/components/Icons/EmoticonMeh.js.map +1 -1
- package/lib/components/Icons/EmptyBox.js.map +1 -1
- package/lib/components/Icons/EnterFullScreen.js.map +1 -1
- package/lib/components/Icons/Envelope.js.map +1 -1
- package/lib/components/Icons/Epilepsy.js.map +1 -1
- package/lib/components/Icons/Eraser.js.map +1 -1
- package/lib/components/Icons/ErrorSignFill.js.map +1 -1
- package/lib/components/Icons/ErrorSignStroke.js.map +1 -1
- package/lib/components/Icons/EuropeanHealthCard.js.map +1 -1
- package/lib/components/Icons/ExitFullScreen.js.map +1 -1
- package/lib/components/Icons/Eye.js.map +1 -1
- package/lib/components/Icons/Facebook.js.map +1 -1
- package/lib/components/Icons/FallingLeaf.js.map +1 -1
- package/lib/components/Icons/Feedback.js.map +1 -1
- package/lib/components/Icons/Female.js.map +1 -1
- package/lib/components/Icons/FemaleDoctor.js.map +1 -1
- package/lib/components/Icons/Ferry.js.map +1 -1
- package/lib/components/Icons/File.js.map +1 -1
- package/lib/components/Icons/Filter.js +12 -12
- package/lib/components/Icons/Filter.js.map +1 -1
- package/lib/components/Icons/FingerBleed.js.map +1 -1
- package/lib/components/Icons/FirstAidKit.js.map +1 -1
- package/lib/components/Icons/Fish.js.map +1 -1
- package/lib/components/Icons/FloppyDisk.js.map +1 -1
- package/lib/components/Icons/Football.js.map +1 -1
- package/lib/components/Icons/Form.js.map +1 -1
- package/lib/components/Icons/Forward.js.map +1 -1
- package/lib/components/Icons/Gallery.js.map +1 -1
- package/lib/components/Icons/Garden.js.map +1 -1
- package/lib/components/Icons/GasCan.js.map +1 -1
- package/lib/components/Icons/GenderIdentity.js.map +1 -1
- package/lib/components/Icons/GlassWater.js.map +1 -1
- package/lib/components/Icons/Glasses.js.map +1 -1
- package/lib/components/Icons/Globe.js.map +1 -1
- package/lib/components/Icons/Grain.js.map +1 -1
- package/lib/components/Icons/Graph.js.map +1 -1
- package/lib/components/Icons/Group.js.map +1 -1
- package/lib/components/Icons/GroupTwins.js.map +1 -1
- package/lib/components/Icons/HTMLFile.js.map +1 -1
- package/lib/components/Icons/HandWaving.js.map +1 -1
- package/lib/components/Icons/HandWithDisease.js.map +1 -1
- package/lib/components/Icons/HandsAndHeart.js.map +1 -1
- package/lib/components/Icons/HealthClinic.js.map +1 -1
- package/lib/components/Icons/HealthMeasurements.js.map +1 -1
- package/lib/components/Icons/HealthWarning.js.map +1 -1
- package/lib/components/Icons/HealthcarePerson.js.map +1 -1
- package/lib/components/Icons/HealthcarePersonell.js.map +1 -1
- package/lib/components/Icons/HearingProtection.js.map +1 -1
- package/lib/components/Icons/Heart.js.map +1 -1
- package/lib/components/Icons/HeartHands.js.map +1 -1
- package/lib/components/Icons/HelpSign.js.map +1 -1
- package/lib/components/Icons/HelpingHand.js.map +1 -1
- package/lib/components/Icons/Hemodialysis.js.map +1 -1
- package/lib/components/Icons/Hiker.js.map +1 -1
- package/lib/components/Icons/Hipprosthesis.js.map +1 -1
- package/lib/components/Icons/History.js.map +1 -1
- package/lib/components/Icons/HivAndAids.js.map +1 -1
- package/lib/components/Icons/Home.js.map +1 -1
- package/lib/components/Icons/HomeFill.js.map +1 -1
- package/lib/components/Icons/Hormone.js.map +1 -1
- package/lib/components/Icons/Hospital.js.map +1 -1
- package/lib/components/Icons/Hourglass.js.map +1 -1
- package/lib/components/Icons/IconNames.js.map +1 -1
- package/lib/components/Icons/ImgFile.js.map +1 -1
- package/lib/components/Icons/Inbox.js.map +1 -1
- package/lib/components/Icons/InfoSignFill.js.map +1 -1
- package/lib/components/Icons/InfoSignStroke.js.map +1 -1
- package/lib/components/Icons/Instagram.js.map +1 -1
- package/lib/components/Icons/Intravenous.js.map +1 -1
- package/lib/components/Icons/JointPain.js.map +1 -1
- package/lib/components/Icons/Journal.js.map +1 -1
- package/lib/components/Icons/JpgFile.js.map +1 -1
- package/lib/components/Icons/Kidney.js.map +1 -1
- package/lib/components/Icons/KitchenScale.js.map +1 -1
- package/lib/components/Icons/Kjernejournal.js.map +1 -1
- package/lib/components/Icons/Laboratory.js.map +1 -1
- package/lib/components/Icons/LaptopBlog.js.map +1 -1
- package/lib/components/Icons/LawBook.js.map +1 -1
- package/lib/components/Icons/LegalDocument.js.map +1 -1
- package/lib/components/Icons/LightBulb.js.map +1 -1
- package/lib/components/Icons/List.js.map +1 -1
- package/lib/components/Icons/Location.js.map +1 -1
- package/lib/components/Icons/LocationFill.js.map +1 -1
- package/lib/components/Icons/Lock.js.map +1 -1
- package/lib/components/Icons/Login.js.map +1 -1
- package/lib/components/Icons/Logout.js.map +1 -1
- package/lib/components/Icons/Lungs.js.map +1 -1
- package/lib/components/Icons/Makeup.js.map +1 -1
- package/lib/components/Icons/MaleDoctor.js.map +1 -1
- package/lib/components/Icons/MaleDoctorAndPerson.js.map +1 -1
- package/lib/components/Icons/MaleDoctorCompact.js.map +1 -1
- package/lib/components/Icons/MaleDoctorCompactFill.js.map +1 -1
- package/lib/components/Icons/MaleGenitalia.js.map +1 -1
- package/lib/components/Icons/MeasuringTape.js.map +1 -1
- package/lib/components/Icons/Medicine.js.map +1 -1
- package/lib/components/Icons/MedicineWarning.js.map +1 -1
- package/lib/components/Icons/MentalHealthAdult.js.map +1 -1
- package/lib/components/Icons/MentalHealthChild.js.map +1 -1
- package/lib/components/Icons/Menu.js.map +1 -1
- package/lib/components/Icons/Microscope.js.map +1 -1
- package/lib/components/Icons/Minus.js.map +1 -1
- package/lib/components/Icons/Mirror.js.map +1 -1
- package/lib/components/Icons/MobilePhone.js.map +1 -1
- package/lib/components/Icons/MotherHoldingBaby.js.map +1 -1
- package/lib/components/Icons/MuscleBack.js.map +1 -1
- package/lib/components/Icons/MuscleLeg.js.map +1 -1
- package/lib/components/Icons/Mushroom.js.map +1 -1
- package/lib/components/Icons/Music.js.map +1 -1
- package/lib/components/Icons/MusselsAndSalt.js.map +1 -1
- package/lib/components/Icons/NoAccess.js.map +1 -1
- package/lib/components/Icons/NoEye.js.map +1 -1
- package/lib/components/Icons/NoFilter.js.map +1 -1
- package/lib/components/Icons/Notepad.js.map +1 -1
- package/lib/components/Icons/Osteotomy.js.map +1 -1
- package/lib/components/Icons/PaintRoller.js.map +1 -1
- package/lib/components/Icons/PaperPlane.js.map +1 -1
- package/lib/components/Icons/PatientAndPerson.js.map +1 -1
- package/lib/components/Icons/Pause.js.map +1 -1
- package/lib/components/Icons/PdfFile.js.map +1 -1
- package/lib/components/Icons/Pencil.js.map +1 -1
- package/lib/components/Icons/PeopleTalking.js.map +1 -1
- package/lib/components/Icons/Peritonealdialysis.js.map +1 -1
- package/lib/components/Icons/Person.js.map +1 -1
- package/lib/components/Icons/PersonAndPatient.js.map +1 -1
- package/lib/components/Icons/PersonCancel.js.map +1 -1
- package/lib/components/Icons/PersonInXRayMachine.js.map +1 -1
- package/lib/components/Icons/PersonOverweight.js.map +1 -1
- package/lib/components/Icons/PersonRelaxing.js.map +1 -1
- package/lib/components/Icons/PersonWithBrain.js.map +1 -1
- package/lib/components/Icons/PersonWithBrokenArm.js.map +1 -1
- package/lib/components/Icons/PersonWithCrutches.js.map +1 -1
- package/lib/components/Icons/PersonWithJaw.js.map +1 -1
- package/lib/components/Icons/PersonWithMagnifyingGlass.js.map +1 -1
- package/lib/components/Icons/PersonWithSenses.js.map +1 -1
- package/lib/components/Icons/PersonWorking.js.map +1 -1
- package/lib/components/Icons/PersonalPlan.js.map +1 -1
- package/lib/components/Icons/PizzaSlice.js.map +1 -1
- package/lib/components/Icons/Plane.js.map +1 -1
- package/lib/components/Icons/Plant.js.map +1 -1
- package/lib/components/Icons/PlateKnifeFork.js.map +1 -1
- package/lib/components/Icons/Play.js.map +1 -1
- package/lib/components/Icons/PlusLarge.js.map +1 -1
- package/lib/components/Icons/PlusSmall.js.map +1 -1
- package/lib/components/Icons/PngFile.js.map +1 -1
- package/lib/components/Icons/Podcast.js.map +1 -1
- package/lib/components/Icons/PoisonInformation.js.map +1 -1
- package/lib/components/Icons/Pregnant.js.map +1 -1
- package/lib/components/Icons/Printer.js.map +1 -1
- package/lib/components/Icons/Psychosis.js.map +1 -1
- package/lib/components/Icons/Publication.js.map +1 -1
- package/lib/components/Icons/Puzzle.js.map +1 -1
- package/lib/components/Icons/QrCode.js.map +1 -1
- package/lib/components/Icons/Quarrel.js.map +1 -1
- package/lib/components/Icons/RadioTherapy.js.map +1 -1
- package/lib/components/Icons/RadioactiveTreatment.js.map +1 -1
- package/lib/components/Icons/Radioiodine.js.map +1 -1
- package/lib/components/Icons/Receipt.js.map +1 -1
- package/lib/components/Icons/Receptionist.js.map +1 -1
- package/lib/components/Icons/Recovery.js.map +1 -1
- package/lib/components/Icons/Referral.js.map +1 -1
- package/lib/components/Icons/Refresh.js.map +1 -1
- package/lib/components/Icons/Refund.js.map +1 -1
- package/lib/components/Icons/Reminder.js.map +1 -1
- package/lib/components/Icons/Reply.js.map +1 -1
- package/lib/components/Icons/Rocket.js.map +1 -1
- package/lib/components/Icons/RtfFile.js.map +1 -1
- package/lib/components/Icons/STDs.js.map +1 -1
- package/lib/components/Icons/Save.js.map +1 -1
- package/lib/components/Icons/Scale.js.map +1 -1
- package/lib/components/Icons/ScreenReader.js.map +1 -1
- package/lib/components/Icons/Search.js +4 -4
- package/lib/components/Icons/Search.js.map +1 -1
- package/lib/components/Icons/SectionSign.js.map +1 -1
- package/lib/components/Icons/Settings.js.map +1 -1
- package/lib/components/Icons/SettingsFill.js.map +1 -1
- package/lib/components/Icons/Sexualorientation.js.map +1 -1
- package/lib/components/Icons/ShakingHand.js.map +1 -1
- package/lib/components/Icons/Share.js.map +1 -1
- package/lib/components/Icons/SharedHealthData.js.map +1 -1
- package/lib/components/Icons/SharedHealthMeasurements.js.map +1 -1
- package/lib/components/Icons/Shield.js.map +1 -1
- package/lib/components/Icons/ShuntOperation.js.map +1 -1
- package/lib/components/Icons/Skeleton.js.map +1 -1
- package/lib/components/Icons/Skin.js.map +1 -1
- package/lib/components/Icons/Snake.js.map +1 -1
- package/lib/components/Icons/Snapchat.js.map +1 -1
- package/lib/components/Icons/Sort.js +12 -12
- package/lib/components/Icons/Sort.js.map +1 -1
- package/lib/components/Icons/SortDown.js.map +1 -1
- package/lib/components/Icons/SortUp.js.map +1 -1
- package/lib/components/Icons/SpeechBubble.js.map +1 -1
- package/lib/components/Icons/Spray.js.map +1 -1
- package/lib/components/Icons/StarFill.js.map +1 -1
- package/lib/components/Icons/StarStroke.js.map +1 -1
- package/lib/components/Icons/StickyNote.js.map +1 -1
- package/lib/components/Icons/StickyNotes.js.map +1 -1
- package/lib/components/Icons/Stopwatch.js.map +1 -1
- package/lib/components/Icons/Sun.js.map +1 -1
- package/lib/components/Icons/SupportingPerson.js.map +1 -1
- package/lib/components/Icons/Surgery.js.map +1 -1
- package/lib/components/Icons/Sweets.js.map +1 -1
- package/lib/components/Icons/Syringe.js.map +1 -1
- package/lib/components/Icons/Taxi.js.map +1 -1
- package/lib/components/Icons/TeddyBear.js.map +1 -1
- package/lib/components/Icons/Teenagers.js.map +1 -1
- package/lib/components/Icons/ThinkingAboutBaby.js.map +1 -1
- package/lib/components/Icons/Ticket.js.map +1 -1
- package/lib/components/Icons/TimePassing.js.map +1 -1
- package/lib/components/Icons/Toddler.js.map +1 -1
- package/lib/components/Icons/Tombstone.js.map +1 -1
- package/lib/components/Icons/Toolbox.js.map +1 -1
- package/lib/components/Icons/Tooth.js.map +1 -1
- package/lib/components/Icons/TotalKneeProsthesis.js.map +1 -1
- package/lib/components/Icons/Train.js.map +1 -1
- package/lib/components/Icons/Transplantation.js.map +1 -1
- package/lib/components/Icons/TrashCan.js.map +1 -1
- package/lib/components/Icons/TravelRoute.js.map +1 -1
- package/lib/components/Icons/TreatmentAids.js.map +1 -1
- package/lib/components/Icons/TriangleX.js.map +1 -1
- package/lib/components/Icons/Twitter.js.map +1 -1
- package/lib/components/Icons/Undo.js.map +1 -1
- package/lib/components/Icons/UniProsthesis.js.map +1 -1
- package/lib/components/Icons/Upload.js.map +1 -1
- package/lib/components/Icons/UserOrganization.js.map +1 -1
- package/lib/components/Icons/Vaccine.js.map +1 -1
- package/lib/components/Icons/VerticalDots.js.map +1 -1
- package/lib/components/Icons/VideoCamera.js.map +1 -1
- package/lib/components/Icons/VideoChat.js.map +1 -1
- package/lib/components/Icons/Wallet.js.map +1 -1
- package/lib/components/Icons/Watch.js.map +1 -1
- package/lib/components/Icons/Website.js.map +1 -1
- package/lib/components/Icons/Wheelchair.js.map +1 -1
- package/lib/components/Icons/WheelchairActive.js.map +1 -1
- package/lib/components/Icons/Window.js.map +1 -1
- package/lib/components/Icons/WordDocument.js.map +1 -1
- package/lib/components/Icons/WorkSuitcase.js.map +1 -1
- package/lib/components/Icons/X.js.map +1 -1
- package/lib/components/Icons/XOutline.js.map +1 -1
- package/lib/components/Icons/XmlFile.js.map +1 -1
- package/lib/components/Icons/YouTube.js.map +1 -1
- package/lib/components/Icons/Zoom.js.map +1 -1
- package/lib/components/Icons/ZoomInLeft.js.map +1 -1
- package/lib/components/Icons/ZoomOutLeft.js.map +1 -1
- package/lib/components/Illustration/index.js +1 -1
- package/lib/components/Illustrations/BabyMobile.js +1 -1
- package/lib/components/Illustrations/BabyMobile.js.map +1 -1
- package/lib/components/Illustrations/BabyMobileMedium.js +1 -1
- package/lib/components/Illustrations/BabyMobileMedium.js.map +1 -1
- package/lib/components/Illustrations/Child.js +1 -1
- package/lib/components/Illustrations/Child.js.map +1 -1
- package/lib/components/Illustrations/ChildMedium.js +1 -1
- package/lib/components/Illustrations/ChildMedium.js.map +1 -1
- package/lib/components/Illustrations/Doctor.js +1 -1
- package/lib/components/Illustrations/Doctor.js.map +1 -1
- package/lib/components/Illustrations/DoctorMedium.js.map +1 -1
- package/lib/components/Illustrations/DoctorSmall.js.map +1 -1
- package/lib/components/Illustrations/EyeContact.d.ts +8 -0
- package/lib/components/Illustrations/EyeContact.js +17 -0
- package/lib/components/Illustrations/EyeContact.js.map +1 -0
- package/lib/components/Illustrations/EyeContactMedium.d.ts +3 -0
- package/lib/components/Illustrations/EyeContactMedium.js +80 -0
- package/lib/components/Illustrations/EyeContactMedium.js.map +1 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js +1 -1
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -1
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js +1 -1
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +1 -1
- package/lib/components/Illustrations/GiveBabyFood.js +1 -1
- package/lib/components/Illustrations/GiveBabyFood.js.map +1 -1
- package/lib/components/Illustrations/GiveBabyFoodMedium.js +1 -1
- package/lib/components/Illustrations/GiveBabyFoodMedium.js.map +1 -1
- package/lib/components/Illustrations/HealthcarePersonnel.js +1 -1
- package/lib/components/Illustrations/HealthcarePersonnel.js.map +1 -1
- package/lib/components/Illustrations/HealthcarePersonnelMedium.js.map +1 -1
- package/lib/components/Illustrations/HealthcarePersonnelSmall.js.map +1 -1
- package/lib/components/Illustrations/IllustrationNames.d.ts +1 -1
- package/lib/components/Illustrations/IllustrationNames.js +4 -0
- package/lib/components/Illustrations/IllustrationNames.js.map +1 -1
- package/lib/components/Illustrations/ReadLetters.js +1 -1
- package/lib/components/Illustrations/ReadLetters.js.map +1 -1
- package/lib/components/Illustrations/ReadLettersMedium.js +1 -1
- package/lib/components/Illustrations/ReadLettersMedium.js.map +1 -1
- package/lib/components/Illustrations/SkinToSkin.d.ts +8 -0
- package/lib/components/Illustrations/SkinToSkin.js +17 -0
- package/lib/components/Illustrations/SkinToSkin.js.map +1 -0
- package/lib/components/Illustrations/SkinToSkinMedium.d.ts +3 -0
- package/lib/components/Illustrations/SkinToSkinMedium.js +107 -0
- package/lib/components/Illustrations/SkinToSkinMedium.js.map +1 -0
- package/lib/components/Illustrations/Stork.js +1 -1
- package/lib/components/Illustrations/Stork.js.map +1 -1
- package/lib/components/Illustrations/StorkMedium.js +1 -1
- package/lib/components/Illustrations/StorkMedium.js.map +1 -1
- package/lib/components/Illustrations/Stroller.js +1 -1
- package/lib/components/Illustrations/Stroller.js.map +1 -1
- package/lib/components/Illustrations/StrollerMedium.js +1 -1
- package/lib/components/Illustrations/StrollerMedium.js.map +1 -1
- package/lib/components/Illustrations/Support2.js +1 -1
- package/lib/components/Illustrations/Support2.js.map +1 -1
- package/lib/components/Illustrations/Support2Medium.js +1 -1
- package/lib/components/Illustrations/Support2Medium.js.map +1 -1
- package/lib/components/Illustrations/Thinking.js +1 -1
- package/lib/components/Illustrations/Thinking.js.map +1 -1
- package/lib/components/Illustrations/ThinkingMedium.js +1 -1
- package/lib/components/Illustrations/ThinkingMedium.js.map +1 -1
- package/lib/components/Loader/index.js.map +1 -1
- package/lib/components/Logo/index.js.map +1 -1
- package/lib/components/Modal/index.js.map +1 -1
- package/lib/components/NotificationPanel/index.js.map +1 -1
- package/lib/components/Panel/index.js +1 -1
- package/lib/components/Panel/index.js.map +1 -1
- package/lib/components/Panel/styles.module.scss.d.ts +3 -2
- package/lib/components/PanelList/index.js +1 -1
- package/lib/components/PanelList/index.js.map +1 -1
- package/lib/components/PopMenu/index.js.map +1 -1
- package/lib/components/Portal/index.js.map +1 -1
- package/lib/components/Progressbar/index.js.map +1 -1
- package/lib/components/PromoPanel/index.js.map +1 -1
- package/lib/components/RadioButton/RadioMarker/RadioMarker.d.ts +20 -0
- package/lib/components/RadioButton/RadioMarker/styles.module.scss +288 -0
- package/lib/components/RadioButton/RadioMarker/styles.module.scss.d.ts +20 -0
- package/lib/components/RadioButton/index.d.ts +0 -1
- package/lib/components/RadioButton/index.js +2 -2
- package/lib/components/RadioButton/index.js.map +1 -1
- package/lib/components/RadioButton/styles.module.scss +13 -275
- package/lib/components/RadioButton/styles.module.scss.d.ts +2 -12
- package/lib/components/ServiceMessage/index.js.map +1 -1
- package/lib/components/SharingStatus/index.js.map +1 -1
- package/lib/components/Step/index.js.map +1 -1
- package/lib/components/Stepper/index.js +1 -5
- package/lib/components/Stepper/index.js.map +1 -1
- package/lib/components/StickyNote/index.js.map +1 -1
- package/lib/components/Table/index.js +3 -3
- package/lib/components/Table/index.js.map +1 -1
- package/lib/components/Tabs/index.js +5 -0
- package/lib/components/Tabs/index.js.map +1 -1
- package/lib/components/Tag/index.js.map +1 -1
- package/lib/components/TagList/index.js.map +1 -1
- package/lib/components/Tile/index.js.map +1 -1
- package/lib/components/ToastList/index.js.map +1 -1
- package/lib/components/Toggle/index.js.map +1 -1
- package/lib/components/Validation/index.js.map +1 -1
- package/lib/components/VisualCheckboxCloud/Checkbox/Checkbox.d.ts +21 -0
- package/lib/components/VisualCheckboxCloud/Checkbox/index.d.ts +3 -0
- package/lib/components/VisualCheckboxCloud/Checkbox/index.js +7 -0
- package/lib/components/VisualCheckboxCloud/Checkbox/index.js.map +1 -0
- package/lib/components/VisualCheckboxCloud/Checkbox/styles.module.scss +10 -0
- package/lib/components/VisualCheckboxCloud/Checkbox/styles.module.scss.d.ts +15 -0
- package/lib/components/VisualCheckboxCloud/VisualCheckboxCloud.d.ts +29 -0
- package/lib/components/VisualCheckboxCloud/index.d.ts +3 -0
- package/lib/components/VisualCheckboxCloud/index.js +42 -0
- package/lib/components/VisualCheckboxCloud/index.js.map +1 -0
- package/lib/components/VisualCheckboxCloud/styles.module.scss +6 -0
- package/lib/components/VisualCheckboxCloud/styles.module.scss.d.ts +9 -0
- package/lib/components/VisualCheckboxGroup/VisualCheckbox/VisualCheckbox.d.ts +26 -0
- package/lib/components/VisualCheckboxGroup/VisualCheckbox/VisualContent.d.ts +10 -0
- package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.d.ts +3 -0
- package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.js +7 -0
- package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.js.map +1 -0
- package/lib/components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss +7 -0
- package/lib/components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss.d.ts +18 -0
- package/lib/components/VisualCheckboxGroup/VisualCheckboxGroup.d.ts +33 -0
- package/lib/components/VisualCheckboxGroup/index.d.ts +3 -0
- package/lib/components/VisualCheckboxGroup/index.js +47 -0
- package/lib/components/VisualCheckboxGroup/index.js.map +1 -0
- package/lib/components/VisualCheckboxGroup/styles.module.scss +6 -0
- package/lib/components/VisualCheckboxGroup/styles.module.scss.d.ts +10 -0
- package/lib/components/VisualRadioCloud/Radio/Radio.d.ts +23 -0
- package/lib/components/VisualRadioCloud/Radio/index.d.ts +3 -0
- package/lib/components/VisualRadioCloud/Radio/index.js +7 -0
- package/lib/components/VisualRadioCloud/Radio/index.js.map +1 -0
- package/lib/components/VisualRadioCloud/Radio/styles.module.scss +7 -0
- package/lib/components/VisualRadioCloud/Radio/styles.module.scss.d.ts +15 -0
- package/lib/components/VisualRadioCloud/VisualRadioCloud.d.ts +39 -0
- package/lib/components/VisualRadioCloud/index.d.ts +3 -0
- package/lib/components/VisualRadioCloud/index.js +62 -0
- package/lib/components/VisualRadioCloud/index.js.map +1 -0
- package/lib/components/VisualRadioCloud/styles.module.scss +6 -0
- package/lib/components/VisualRadioCloud/styles.module.scss.d.ts +9 -0
- package/lib/components/VisualRadioGroup/VisualRadio/VisualContent.d.ts +10 -0
- package/lib/components/VisualRadioGroup/VisualRadio/VisualRadio.d.ts +26 -0
- package/lib/components/VisualRadioGroup/VisualRadio/index.d.ts +3 -0
- package/lib/components/VisualRadioGroup/VisualRadio/index.js +7 -0
- package/lib/components/VisualRadioGroup/VisualRadio/index.js.map +1 -0
- package/lib/components/VisualRadioGroup/VisualRadio/styles.module.scss +7 -0
- package/lib/components/VisualRadioGroup/VisualRadio/styles.module.scss.d.ts +18 -0
- package/lib/components/VisualRadioGroup/VisualRadioGroup.d.ts +39 -0
- package/lib/components/VisualRadioGroup/index.d.ts +3 -0
- package/lib/components/VisualRadioGroup/index.js +67 -0
- package/lib/components/VisualRadioGroup/index.js.map +1 -0
- package/lib/components/VisualRadioGroup/styles.module.scss +6 -0
- package/lib/components/VisualRadioGroup/styles.module.scss.d.ts +10 -0
- package/lib/constants.js.map +1 -1
- package/lib/constants2.js +6 -6
- package/lib/constants2.js.map +1 -1
- package/lib/floating-ui.react.js +30 -30
- package/lib/floating-ui.react.js.map +1 -1
- package/lib/getFilterChips.js.map +1 -1
- package/lib/hoc/withBreakpoint/withBreakpoint.js.map +1 -1
- package/lib/hooks/useBreakpoint.js.map +1 -1
- package/lib/hooks/useElementList.js.map +1 -1
- package/lib/hooks/useEventListenerState.js.map +1 -1
- package/lib/hooks/useExpand.js.map +1 -1
- package/lib/hooks/useFocusToggle.js.map +1 -1
- package/lib/hooks/useFocusTrap.js.map +1 -1
- package/lib/hooks/useFocusableElements.js.map +1 -1
- package/lib/hooks/useIcons.js.map +1 -1
- package/lib/hooks/useIdWithFallback.js.map +1 -1
- package/lib/hooks/useIntersectionObserver.js.map +1 -1
- package/lib/hooks/useInterval.js.map +1 -1
- package/lib/hooks/useIsMobileBreakpoint.js.map +1 -1
- package/lib/hooks/useIsServerSide.js.map +1 -1
- package/lib/hooks/useIsVisible.js.map +1 -1
- package/lib/hooks/useKeyboardEvent.js.map +1 -1
- package/lib/hooks/useLanguage.js.map +1 -1
- package/lib/hooks/useLayoutEvent.js.map +1 -1
- package/lib/hooks/useOutsideEvent.js.map +1 -1
- package/lib/hooks/usePrevious.js.map +1 -1
- package/lib/hooks/usePseudoClasses.js.map +1 -1
- package/lib/hooks/useResizeObserver.js.map +1 -1
- package/lib/hooks/useReturnFocusOnUnmount.js.map +1 -1
- package/lib/hooks/useRovingFocus.js.map +1 -1
- package/lib/hooks/useSize.js.map +1 -1
- package/lib/hooks/useToggle.js.map +1 -1
- package/lib/hooks/usestopPropagation.js.map +1 -1
- package/lib/resourceHelper.js +42 -8
- package/lib/resourceHelper.js.map +1 -1
- package/lib/resources/HN.Designsystem.Drawer.se-NO.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Filter.en-GB.json.d.ts +7 -4
- package/lib/resources/HN.Designsystem.Filter.nb-NO.json.d.ts +7 -4
- package/lib/resources/HN.Designsystem.Filter.nn-NO.json.d.ts +16 -0
- package/lib/resources/HN.Designsystem.Filter.se-NO.json.d.ts +16 -0
- package/lib/resources/HN.Designsystem.Tabs.se-NO.json.d.ts +7 -0
- package/lib/resources/Resources.d.ts +15 -3
- package/lib/scss/_visual-form.scss +357 -0
- package/lib/theme/currys/color.js.map +1 -1
- package/lib/theme/currys/spacing.js.map +1 -1
- package/lib/theme/grid.js.map +1 -1
- package/lib/theme/index.js.map +1 -1
- package/lib/theme/palette.js.map +1 -1
- package/lib/theme/spacers.js.map +1 -1
- package/lib/utils/accessibility.js.map +1 -1
- package/lib/utils/component.js.map +1 -1
- package/lib/utils/debounce.js.map +1 -1
- package/lib/utils/deepContains.js.map +1 -1
- package/lib/utils/device.js.map +1 -1
- package/lib/utils/focus.js.map +1 -1
- package/lib/utils/language.js.map +1 -1
- package/lib/utils/mobile.js.map +1 -1
- package/lib/utils/refs.js.map +1 -1
- package/lib/utils/resource.js.map +1 -1
- package/lib/utils/scroll.js.map +1 -1
- package/lib/utils/viewport.js.map +1 -1
- package/lib/utils.js.map +1 -1
- package/lib/utils2.js.map +1 -1
- package/lib/utils3.js +11 -100
- package/lib/utils3.js.map +1 -1
- package/lib/utils4.js +31 -12
- package/lib/utils4.js.map +1 -1
- package/lib/utils5.js +112 -31
- package/lib/utils5.js.map +1 -1
- package/lib/uuid.js.map +1 -1
- package/package.json +133 -3
- package/scss/_visual-form.scss +357 -0
- package/lib/components/RadioButton/utils.d.ts +0 -2
- package/lib/utils6.js +0 -115
- package/lib/utils6.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DoctorMedium.js","names":[],"sources":["../../../src/components/Illustrations/DoctorMedium.tsx"],"sourcesContent":["import type { Palette } from './Doctor';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nconst DoctorMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#00687F',\n shirt: '#00AEC7',\n };\n case 'cherry':\n return {\n hair: '#BA2025',\n shirt: '#F1593C',\n };\n default:\n return {\n hair: '#989693',\n shirt: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties}>\n {title}\n <path\n d=\"M274.049 181.694s42.516 16.999 66.357 39.94l31.636 140.053 2.482 10.263-2.482 12.169s-13.215 41.738-27.705 54.631c0 0 1.503 3.407-11.162 0l10.867-8.842s-3.341-20.62-11.793-24.35c-8.452-3.716-10.867-4.642-10.867-4.642l-3.73 5.997-8.278-1.369 6.735-19.56-52.108.429 5.527-45.884 2.214-54.577 2.307-71.079v-33.179Zm-63.539-3.073s-3.622 17.321-4.226 31.824c-.603 14.503 0 41.684 0 41.684l5.233 52.766 16.917 80.068-25.383 1.087 38.263 26.578S224.597 427.935 225 458.94c0 0-27.785-5.165-65.243-33.5-37.459-28.322-47.521-51.478-47.521-51.478l3.824-62.976 4.427-37.109 8.05-34.641 5.031-11.484 52.766-36.372 24.163-12.772.013.013Z\"\n fill=\"#fff\"\n data-testid=\"doctor-medium\"\n />\n <path\n d=\"M209.061 189.637s12.518 10.156 23.13 12.316c10.612 2.16 16.676-.201 27.57-3.542 10.894-3.34 14.289-8.787 14.289-8.787s-2.241 154.863-7.902 178.852l-2.161 17.924h-33.943l-11.148-46.662-7.849-39.726-2.777-27.959-2.24-46.917 1.73-29.073 1.315-6.426h-.014Z\"\n fill={palette.shirt}\n />\n <path\n d=\"m204.312 132.269 9.713 8.291 2.361 14.758-9.096-5.729-2.978-17.32Zm-7.487-30.161 6.735 14.329 3.865-1.248 5.352 3.368 7.473 10.223 5.112-.497 4.36-6.855 7.607-19.32s10.961 6.735 21.064 9.714c10.089 2.991 24.176 2.616 24.176 2.616s12.343-2.496 17.441-6.977c5.098-4.481 2.495-15.455 2.495-15.455l-9.713-19.816-14.087-14.704-10.223-5.233h-13.953l-18.582 6.856-13.188 6.6-8.599 1.249-5.112.872-8.225 6.735-4.99 10.089-1.355 7.848 2.361 9.593-.014.013Z\"\n fill={palette.hair}\n />\n <path\n d=\"M255.589 149.589c.094 0 .174 0 .268-.014l8.332-1.113a2.008 2.008 0 0 0 1.73-2.214l-1.422-12.906a2.02 2.02 0 0 0-2.226-1.785 2.02 2.02 0 0 0-1.785 2.228l1.207 10.947-6.385.859a2.014 2.014 0 0 0 .254 4.011l.027-.013Z\"\n fill=\"#000\"\n />\n <path\n d=\"M436.024 384.118h-62.278c.416-1.462.818-2.884 1.18-4.212a32.249 32.249 0 0 0 .322-15.59l-32.654-143.219v-.026a2.604 2.604 0 0 0-.229-.564c-.013-.027-.04-.054-.054-.094a2.086 2.086 0 0 0-.402-.443s-.013-.026-.027-.026c-17.937-13.9-33.446-23.707-45.065-30.281a4.96 4.96 0 0 0-1.18-.671 243.688 243.688 0 0 0-4.414-2.428 1.688 1.688 0 0 0-.484-.255c-9.351-5.004-15.146-7.379-16.206-7.808a1.883 1.883 0 0 0-.953-.215c-.604 0-1.167.295-1.543.778-.04.054-.08.094-.12.148-.014.027-.027.067-.054.094-.054.08-.094.174-.134.255-.014.04-.014.08-.027.12a1.746 1.746 0 0 0-.067.255c0 .067-.001.148-.014.215 0 .054-.013.107-.013.161v.282c-1.865-1.315-4.092-3.985-3.112-8.962 17.91-9.808 20.553-48.46 20.915-56.563 4.602-1.476 8.815-3.757 12.558-6.883 4.199-3.501 4.669-10.236 1.328-19.44-6.346-17.535-24.377-38.72-37.284-38.746h-.107c-18.166 0-28.926 5.97-36.774 10.317-5.273 2.925-9.432 5.232-13.886 4.776-4.387-.443-8.761 1.154-12.638 4.656-7.017 6.332-10.814 16.998-10.814 23.814 0 5.58 2.604 10.545 4.898 14.918 2.053 3.931 3.997 7.648 3.823 11.176a13.44 13.44 0 0 0-.201 3.327c.107 1.879.59 4.039 1.503 6.306a1.934 1.934 0 0 0-.094.684c.148 3.046 1.1 18.474 6.077 22.647 2.737 2.307 5.071 3.434 6.628 4.186.362.174.778.375 1.02.51.08.161.188.295.308.415.51 4.213.778 8.976.496 14.047-.214 3.837-.791 5.192-3.354 6.507 0-.067.014-.134.014-.201v-.188c0-.067 0-.134-.027-.201a.758.758 0 0 0-.027-.175.974.974 0 0 0-.067-.214c-.013-.04-.013-.081-.04-.121 0-.013-.014-.027-.027-.04a1.409 1.409 0 0 0-.108-.201c-.026-.054-.053-.094-.08-.135-.04-.053-.094-.107-.134-.161-.04-.04-.081-.094-.121-.134a1.25 1.25 0 0 1-.147-.121l-.162-.12-.16-.081c-.067-.04-.135-.067-.202-.094-.013 0-.026-.013-.04-.013-.04-.014-.08-.014-.12-.027a1.46 1.46 0 0 0-.229-.054c-.054 0-.107 0-.16-.013h-.229c-.054 0-.107 0-.161.013a.602.602 0 0 0-.214.041c-.067.013-.121.04-.175.053-.053.014-.093.027-.147.041-.148.067-8.372 3.595-22.62 12.021a1.945 1.945 0 0 0-.456.268c-.859.51-1.731 1.033-2.63 1.57h-.027c-.214.093-.59.295-1.086.67-12.545 7.648-28.953 18.636-48.191 33.796-3.287 1.865-19.856 17.83-25.692 150.584-.014.402.08.805.294 1.154.081.134 1.959 3.099 5.582 7.888H76.012A2.01 2.01 0 0 0 74 386.104a2.01 2.01 0 0 0 2.012 2.012h41.926c.161 0 .309-.027.456-.053 15.335 19.185 50.915 56.616 105.935 73.574h.067c.175.041.349.081.537.081h.053c.188 0 .35-.04.524-.094.04 0 .08-.027.107-.04.174-.067.349-.148.496-.255l.027-.027c.148-.107.269-.242.376-.376.027-.027.054-.053.067-.094.107-.147.188-.322.255-.509 0-.014.013-.027.027-.041 0-.04.013-.08.027-.121l.039-.201c0-.067.014-.147.014-.214v-.108a114.54 114.54 0 0 1-.027-3.689c5.179 1.274 9.808 1.838 13.953 1.838 12.866 0 21.05-5.233 26.766-9.781 3.099 2.04 11.511 6.507 25.88 6.507 2.294 0 4.749-.12 7.338-.375 11.686-1.154 22.607-7.004 30.656-12.625.148.08.309.148.497.188 2.938.671 5.366 1.006 7.285 1.006 2.361 0 3.917-.523 4.709-1.529 12.96-8.372 22.821-34.105 28.563-53.102h63.473a2.01 2.01 0 0 0 2.012-2.012 2.01 2.01 0 0 0-2.012-2.013l-.014.067Zm-128.608 19.628-7.54-1.476-14.879-7.955a10.642 10.642 0 0 0-11.323.751c-4.95 3.582-12.236 9.069-18.77 14.905-5.688 5.085-11.148 6.708-14.731 7.178 1.57-1.543 2.63-2.227 2.671-2.254.59-.349.952-.979.965-1.664a2.027 2.027 0 0 0-.872-1.717l-33.889-23.384h103.238l-4.87 15.603v.013ZM195.792 229.952l-5.325-38.853c7.875-4.629 13.765-7.674 17.32-9.405-2.737 11.363-8.331 45.414.563 111.207l-20.808-52.685 7.768-8.641a2.04 2.04 0 0 0 .496-1.623h-.014Zm14.195-37.619c5.152 4.441 16.73 12.625 31.985 12.625 8.854 0 18.943-2.778 29.73-10.626.161 36.184-.363 133.894-10.009 189.786h-31.34c-26.739-107.531-23.921-167.139-20.352-191.785h-.014Zm84.442.617c1.113.926 5.165 5.635 5.554 24.552-1.409 1.61-4.682 6.131-7.231 15.429l-5.769-9.177 4.642-32.374c.899.497 1.851 1.02 2.804 1.57Zm-11.552 30.965c-.067.469.041.952.296 1.355l7.03 11.162-16.167 54.631c2.066-49.063 1.744-95.537 1.61-107.706 2.509 1.114 6.681 3.059 12.209 5.984l-4.964 34.56-.014.014Zm30.657 160.203h-47.775c3.635-21.345 5.969-48.58 7.459-76.164 0-.013.013-.027.026-.053l16.422-55.503c-.657 9.753-.416 21.922 1.435 37.109a2.016 2.016 0 0 0 2 1.771h6.359a2.01 2.01 0 0 0 2.012-2.013 2.01 2.01 0 0 0-2.012-2.012h-4.575c-5.098-43.938 3.931-61.259 7.299-66.008 4.4 4.481 17.347 19.641 20.271 45.119h-6.252v-7.057a2.01 2.01 0 0 0-2.012-2.013 2.01 2.01 0 0 0-2.013 2.013v7.057h-3.837v-7.057a2.01 2.01 0 0 0-2.012-2.013 2.01 2.01 0 0 0-2.012 2.013v7.057h-4.777a2.01 2.01 0 0 0-2.012 2.012 2.01 2.01 0 0 0 2.012 2.013h23.291c.322 4.722.309 9.78-.174 15.16h-2.321a2.01 2.01 0 0 0-2.013 2.012 2.01 2.01 0 0 0 2.013 2.013h4.146a2.006 2.006 0 0 0 1.998-1.798c.658-6.238.738-12.048.403-17.454a2.013 2.013 0 0 0 1.543-1.946c0-1.06-.819-1.918-1.865-1.999-3.099-29.422-18.931-45.655-22.553-49.009-.201-9.834-1.395-16.274-2.817-20.487 10.317 6.172 22.995 14.543 37.283 25.545l-20.567 147.739-4.346 13.94-.027.013ZM200.233 106.657c-2.173-4.159-4.427-8.466-4.427-13.054 0-5.903 3.623-15.55 9.472-20.822 3.046-2.75 6.239-3.971 9.526-3.636 5.702.59 10.598-2.12 16.247-5.26 7.888-4.373 17.695-9.82 34.814-9.82h.108c10.827 0 27.745 20.192 33.501 36.09 2.629 7.258 2.575 12.718-.135 14.986a33.457 33.457 0 0 1-12.262 6.52 1.84 1.84 0 0 0-.483.148c-7.741 2.119-16.69 1.69-26.766-1.275-12.343-3.636-21.787-9.928-21.881-9.995a2.04 2.04 0 0 0-1.758-.241 2.02 2.02 0 0 0-1.261 1.234c-.054.134-4.763 13.403-7.621 20.755-1.703 4.36-4.521 4.763-5.836 4.709-2.187-3.314-8.774-12.679-14.207-13.497-1.329-.201-2.55.081-3.569.792-.832-2.603-2.147-5.125-3.448-7.607l-.014-.027Zm10.143 42.932c-1.865-1.57-3.233-7.245-3.998-12.853a32.316 32.316 0 0 0 5.984 5.393c.469 1.396 1.65 5.219 2.616 10.519a24.596 24.596 0 0 1-4.602-3.046v-.013Zm9.874 22.472c.993-17.441-4.105-31.34-4.319-31.917a2.014 2.014 0 0 0-.765-.966c-7.607-5.112-10.599-12.021-10.854-16.368-.054-.845 0-1.623.121-2.321.013-.081.04-.148.04-.228.255-1.127.738-2.026 1.435-2.63.134-.12.309-.228.725-.161 3.059.456 8.814 7.554 11.913 12.451a1.99 1.99 0 0 0 1.168.858c2.683.725 8.492.201 11.323-7.03 2.147-5.514 5.327-14.315 6.829-18.501 3.582 2.147 11.256 6.319 20.715 9.123 9.74 2.885 18.729 3.488 26.685 1.852-.282 4.722-1.154 15.187-3.73 25.625-3.072 12.45-9.244 27.409-21.198 28.053-23.693 1.301-31.73-19.225-32.065-20.124a2.005 2.005 0 0 0-2.589-1.181 2.006 2.006 0 0 0-1.18 2.589c.094.242 8.814 22.795 33.768 22.795.752 0 1.516-.014 2.294-.068a19.27 19.27 0 0 0 3.69-.563c-.094 4.226 1.409 9.552 7.352 11.9 0 1.167.027 2.536.04 4.079-31.595 25.075-56.402 2.857-60.923-1.704a94.08 94.08 0 0 1 .858-4.307l1.235-.51c5.34-2.213 7.07-4.722 7.419-10.733l.013-.013ZM113.47 374.62c5.823-131.56 22.057-145.553 23.52-146.56.228-.053.241-.107.455-.281 15.711-12.397 29.503-21.976 40.813-29.207-3.676 9.968-6.131 31.246 2.254 76.311-5.97 1.127-10.519 6.373-10.519 12.665 0 7.111 5.783 12.893 12.893 12.893 7.111 0 12.893-5.782 12.893-12.893 0-6.534-4.897-11.94-11.202-12.772-12.464-66.585-.779-79.29 1.207-80.914.309-.187.604-.362.899-.536l4.964 36.237-7.969 8.882a2 2 0 0 0-.376 2.079l27.611 69.912c3.474 21.506 8.398 45.991 15.254 73.669h-22.982l-30.186-20.822c-13.041-110.416-29.235-128.058-29.919-128.756a2.013 2.013 0 0 0-2.844-.027 2.013 2.013 0 0 0-.027 2.844c.161.161 15.993 17.442 28.899 127.307a2 2 0 0 0 .858 1.422l31.461 21.708 36.908 25.464c-4.521 3.971-13.993 14.959-15.348 38.089-.456.241-.818.67-.979 1.194a2.016 2.016 0 0 0 .832 2.254c-.014.697-.027 1.422-.027 2.146-68.503-22.217-105.572-76.472-109.409-82.335l.066.027Zm69.443-95.94c4.897 0 8.868 3.985 8.868 8.868 0 4.884-3.984 8.868-8.868 8.868-4.883 0-8.868-3.984-8.868-8.868 0-4.883 3.985-8.868 8.868-8.868Zm44.14 173.217c.872-15.348 5.527-24.994 9.565-30.562 3.247.147 11.981-.322 20.97-8.358 6.413-5.729 13.564-11.122 18.447-14.651a6.643 6.643 0 0 1 7.07-.47l20.608 11.029c3.126 1.677 4.91 5.165 4.414 8.68l-2.562 18.407a6 6 0 0 1-2.737 4.24 5.866 5.866 0 0 1-4.951.63c-11.35-3.649-19.199-4.615-23.358-2.898-2.079.872-4.159 2.616-6.547 4.629-7.258 6.118-18.112 15.254-40.906 9.324h-.013Zm73.4-1.704c-15.912 1.57-25.585-2.589-29.543-4.856 1.986-1.664 3.703-3.086 5.125-3.677 3.113-1.287 10.613-.187 20.581 3.006a9.911 9.911 0 0 0 8.331-1.047 9.99 9.99 0 0 0 4.589-7.084l2.562-18.407c.51-3.635-.63-7.244-2.951-9.941l7.727 1.516c.134.027.255.04.389.04.523 0 1.047-.214 1.422-.59l5.89-5.89c5.608 1.825 9.458 6.547 10.129 7.419 4.589 5.93 6.226 12.343 6.642 17.589-3.556 3.462-21.467 20.004-40.88 21.922h-.013Zm12.101-45.427c2.469-1.463 4.83-2.12 7.03-2.2l-2.992 2.991-4.025-.791h-.013Zm23.224 33.661a109.195 109.195 0 0 0 5.594-4.669c-.147 2.281-.469 3.998-.657 4.857-.55.134-1.959.295-4.937-.201v.013Zm9.566-3.408c.59-6.252.121-16.971-7.473-26.792-5.863-7.58-15.456-12.37-25.129-8.076l9.029-28.926c.027-.107.054-.214.067-.322l19.239-138.187 30.213 132.512a28.229 28.229 0 0 1-.281 13.631c-3.676 13.483-13.095 44.019-25.679 56.174l.014-.014Z\"\n fill=\"#000\"\n />\n <path\n d=\"M237.947 128.753c.443 0 .885-.147 1.261-.442.121-.094 1.744-1.369 4.185-1.932a2.733 2.733 0 0 0-.321 1.288c0 1.395.979 2.522 2.2 2.522s2.2-1.127 2.2-2.522c0-.55-.161-1.06-.416-1.476a9.927 9.927 0 0 1 3.207 1.006 2.011 2.011 0 0 0 1.798-3.596c-8.224-4.118-15.081 1.342-15.376 1.584a2.01 2.01 0 0 0 1.275 3.568h-.013Zm28.764-2.737c.443 0 .899-.147 1.274-.456.027-.027 1.892-1.503 4.642-1.959-.295.43-.469.966-.469 1.543 0 1.395.979 2.522 2.2 2.522s2.201-1.127 2.201-2.522c0-.55-.161-1.06-.429-1.476a9.842 9.842 0 0 1 2.428.832 2.01 2.01 0 0 0 1.798-3.595c-7.97-3.985-14.624 1.301-14.893 1.529a2.02 2.02 0 0 0-.295 2.831c.402.483.98.738 1.556.738l-.013.013Z\"\n fill=\"#000\"\n />\n </svg>\n );\n};\n\nexport default DoctorMedium;\n"],"mappings":";;AAGA,IAAM,gBAAoD,EAAE,OAAO,eAAe,YAAY;CAC5F,MAAM,iBAA0B;EAC9B,QAAQ,OAAR;GACE,KAAK,aACH,OAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,KAAK,UACH,OAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,SACE,OAAO;IACL,MAAM;IACN,OAAO;IACR;;KAEH;CAEJ,OACE,qBAAC,OAAD;EAAK,GAAI;YAAT;GACG;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,eAAY;IACZ,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;IACd,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;IACd,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACE"}
|
|
1
|
+
{"version":3,"file":"DoctorMedium.js","names":[],"sources":["../../../src/components/Illustrations/DoctorMedium.tsx"],"sourcesContent":["import type { Palette } from './Doctor';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nconst DoctorMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#00687F',\n shirt: '#00AEC7',\n };\n case 'cherry':\n return {\n hair: '#BA2025',\n shirt: '#F1593C',\n };\n default:\n return {\n hair: '#989693',\n shirt: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties}>\n {title}\n <path\n d=\"M274.049 181.694s42.516 16.999 66.357 39.94l31.636 140.053 2.482 10.263-2.482 12.169s-13.215 41.738-27.705 54.631c0 0 1.503 3.407-11.162 0l10.867-8.842s-3.341-20.62-11.793-24.35c-8.452-3.716-10.867-4.642-10.867-4.642l-3.73 5.997-8.278-1.369 6.735-19.56-52.108.429 5.527-45.884 2.214-54.577 2.307-71.079v-33.179Zm-63.539-3.073s-3.622 17.321-4.226 31.824c-.603 14.503 0 41.684 0 41.684l5.233 52.766 16.917 80.068-25.383 1.087 38.263 26.578S224.597 427.935 225 458.94c0 0-27.785-5.165-65.243-33.5-37.459-28.322-47.521-51.478-47.521-51.478l3.824-62.976 4.427-37.109 8.05-34.641 5.031-11.484 52.766-36.372 24.163-12.772.013.013Z\"\n fill=\"#fff\"\n data-testid=\"doctor-medium\"\n />\n <path\n d=\"M209.061 189.637s12.518 10.156 23.13 12.316c10.612 2.16 16.676-.201 27.57-3.542 10.894-3.34 14.289-8.787 14.289-8.787s-2.241 154.863-7.902 178.852l-2.161 17.924h-33.943l-11.148-46.662-7.849-39.726-2.777-27.959-2.24-46.917 1.73-29.073 1.315-6.426h-.014Z\"\n fill={palette.shirt}\n />\n <path\n d=\"m204.312 132.269 9.713 8.291 2.361 14.758-9.096-5.729-2.978-17.32Zm-7.487-30.161 6.735 14.329 3.865-1.248 5.352 3.368 7.473 10.223 5.112-.497 4.36-6.855 7.607-19.32s10.961 6.735 21.064 9.714c10.089 2.991 24.176 2.616 24.176 2.616s12.343-2.496 17.441-6.977c5.098-4.481 2.495-15.455 2.495-15.455l-9.713-19.816-14.087-14.704-10.223-5.233h-13.953l-18.582 6.856-13.188 6.6-8.599 1.249-5.112.872-8.225 6.735-4.99 10.089-1.355 7.848 2.361 9.593-.014.013Z\"\n fill={palette.hair}\n />\n <path\n d=\"M255.589 149.589c.094 0 .174 0 .268-.014l8.332-1.113a2.008 2.008 0 0 0 1.73-2.214l-1.422-12.906a2.02 2.02 0 0 0-2.226-1.785 2.02 2.02 0 0 0-1.785 2.228l1.207 10.947-6.385.859a2.014 2.014 0 0 0 .254 4.011l.027-.013Z\"\n fill=\"#000\"\n />\n <path\n d=\"M436.024 384.118h-62.278c.416-1.462.818-2.884 1.18-4.212a32.249 32.249 0 0 0 .322-15.59l-32.654-143.219v-.026a2.604 2.604 0 0 0-.229-.564c-.013-.027-.04-.054-.054-.094a2.086 2.086 0 0 0-.402-.443s-.013-.026-.027-.026c-17.937-13.9-33.446-23.707-45.065-30.281a4.96 4.96 0 0 0-1.18-.671 243.688 243.688 0 0 0-4.414-2.428 1.688 1.688 0 0 0-.484-.255c-9.351-5.004-15.146-7.379-16.206-7.808a1.883 1.883 0 0 0-.953-.215c-.604 0-1.167.295-1.543.778-.04.054-.08.094-.12.148-.014.027-.027.067-.054.094-.054.08-.094.174-.134.255-.014.04-.014.08-.027.12a1.746 1.746 0 0 0-.067.255c0 .067-.001.148-.014.215 0 .054-.013.107-.013.161v.282c-1.865-1.315-4.092-3.985-3.112-8.962 17.91-9.808 20.553-48.46 20.915-56.563 4.602-1.476 8.815-3.757 12.558-6.883 4.199-3.501 4.669-10.236 1.328-19.44-6.346-17.535-24.377-38.72-37.284-38.746h-.107c-18.166 0-28.926 5.97-36.774 10.317-5.273 2.925-9.432 5.232-13.886 4.776-4.387-.443-8.761 1.154-12.638 4.656-7.017 6.332-10.814 16.998-10.814 23.814 0 5.58 2.604 10.545 4.898 14.918 2.053 3.931 3.997 7.648 3.823 11.176a13.44 13.44 0 0 0-.201 3.327c.107 1.879.59 4.039 1.503 6.306a1.934 1.934 0 0 0-.094.684c.148 3.046 1.1 18.474 6.077 22.647 2.737 2.307 5.071 3.434 6.628 4.186.362.174.778.375 1.02.51.08.161.188.295.308.415.51 4.213.778 8.976.496 14.047-.214 3.837-.791 5.192-3.354 6.507 0-.067.014-.134.014-.201v-.188c0-.067 0-.134-.027-.201a.758.758 0 0 0-.027-.175.974.974 0 0 0-.067-.214c-.013-.04-.013-.081-.04-.121 0-.013-.014-.027-.027-.04a1.409 1.409 0 0 0-.108-.201c-.026-.054-.053-.094-.08-.135-.04-.053-.094-.107-.134-.161-.04-.04-.081-.094-.121-.134a1.25 1.25 0 0 1-.147-.121l-.162-.12-.16-.081c-.067-.04-.135-.067-.202-.094-.013 0-.026-.013-.04-.013-.04-.014-.08-.014-.12-.027a1.46 1.46 0 0 0-.229-.054c-.054 0-.107 0-.16-.013h-.229c-.054 0-.107 0-.161.013a.602.602 0 0 0-.214.041c-.067.013-.121.04-.175.053-.053.014-.093.027-.147.041-.148.067-8.372 3.595-22.62 12.021a1.945 1.945 0 0 0-.456.268c-.859.51-1.731 1.033-2.63 1.57h-.027c-.214.093-.59.295-1.086.67-12.545 7.648-28.953 18.636-48.191 33.796-3.287 1.865-19.856 17.83-25.692 150.584-.014.402.08.805.294 1.154.081.134 1.959 3.099 5.582 7.888H76.012A2.01 2.01 0 0 0 74 386.104a2.01 2.01 0 0 0 2.012 2.012h41.926c.161 0 .309-.027.456-.053 15.335 19.185 50.915 56.616 105.935 73.574h.067c.175.041.349.081.537.081h.053c.188 0 .35-.04.524-.094.04 0 .08-.027.107-.04.174-.067.349-.148.496-.255l.027-.027c.148-.107.269-.242.376-.376.027-.027.054-.053.067-.094.107-.147.188-.322.255-.509 0-.014.013-.027.027-.041 0-.04.013-.08.027-.121l.039-.201c0-.067.014-.147.014-.214v-.108a114.54 114.54 0 0 1-.027-3.689c5.179 1.274 9.808 1.838 13.953 1.838 12.866 0 21.05-5.233 26.766-9.781 3.099 2.04 11.511 6.507 25.88 6.507 2.294 0 4.749-.12 7.338-.375 11.686-1.154 22.607-7.004 30.656-12.625.148.08.309.148.497.188 2.938.671 5.366 1.006 7.285 1.006 2.361 0 3.917-.523 4.709-1.529 12.96-8.372 22.821-34.105 28.563-53.102h63.473a2.01 2.01 0 0 0 2.012-2.012 2.01 2.01 0 0 0-2.012-2.013l-.014.067Zm-128.608 19.628-7.54-1.476-14.879-7.955a10.642 10.642 0 0 0-11.323.751c-4.95 3.582-12.236 9.069-18.77 14.905-5.688 5.085-11.148 6.708-14.731 7.178 1.57-1.543 2.63-2.227 2.671-2.254.59-.349.952-.979.965-1.664a2.027 2.027 0 0 0-.872-1.717l-33.889-23.384h103.238l-4.87 15.603v.013ZM195.792 229.952l-5.325-38.853c7.875-4.629 13.765-7.674 17.32-9.405-2.737 11.363-8.331 45.414.563 111.207l-20.808-52.685 7.768-8.641a2.04 2.04 0 0 0 .496-1.623h-.014Zm14.195-37.619c5.152 4.441 16.73 12.625 31.985 12.625 8.854 0 18.943-2.778 29.73-10.626.161 36.184-.363 133.894-10.009 189.786h-31.34c-26.739-107.531-23.921-167.139-20.352-191.785h-.014Zm84.442.617c1.113.926 5.165 5.635 5.554 24.552-1.409 1.61-4.682 6.131-7.231 15.429l-5.769-9.177 4.642-32.374c.899.497 1.851 1.02 2.804 1.57Zm-11.552 30.965c-.067.469.041.952.296 1.355l7.03 11.162-16.167 54.631c2.066-49.063 1.744-95.537 1.61-107.706 2.509 1.114 6.681 3.059 12.209 5.984l-4.964 34.56-.014.014Zm30.657 160.203h-47.775c3.635-21.345 5.969-48.58 7.459-76.164 0-.013.013-.027.026-.053l16.422-55.503c-.657 9.753-.416 21.922 1.435 37.109a2.016 2.016 0 0 0 2 1.771h6.359a2.01 2.01 0 0 0 2.012-2.013 2.01 2.01 0 0 0-2.012-2.012h-4.575c-5.098-43.938 3.931-61.259 7.299-66.008 4.4 4.481 17.347 19.641 20.271 45.119h-6.252v-7.057a2.01 2.01 0 0 0-2.012-2.013 2.01 2.01 0 0 0-2.013 2.013v7.057h-3.837v-7.057a2.01 2.01 0 0 0-2.012-2.013 2.01 2.01 0 0 0-2.012 2.013v7.057h-4.777a2.01 2.01 0 0 0-2.012 2.012 2.01 2.01 0 0 0 2.012 2.013h23.291c.322 4.722.309 9.78-.174 15.16h-2.321a2.01 2.01 0 0 0-2.013 2.012 2.01 2.01 0 0 0 2.013 2.013h4.146a2.006 2.006 0 0 0 1.998-1.798c.658-6.238.738-12.048.403-17.454a2.013 2.013 0 0 0 1.543-1.946c0-1.06-.819-1.918-1.865-1.999-3.099-29.422-18.931-45.655-22.553-49.009-.201-9.834-1.395-16.274-2.817-20.487 10.317 6.172 22.995 14.543 37.283 25.545l-20.567 147.739-4.346 13.94-.027.013ZM200.233 106.657c-2.173-4.159-4.427-8.466-4.427-13.054 0-5.903 3.623-15.55 9.472-20.822 3.046-2.75 6.239-3.971 9.526-3.636 5.702.59 10.598-2.12 16.247-5.26 7.888-4.373 17.695-9.82 34.814-9.82h.108c10.827 0 27.745 20.192 33.501 36.09 2.629 7.258 2.575 12.718-.135 14.986a33.457 33.457 0 0 1-12.262 6.52 1.84 1.84 0 0 0-.483.148c-7.741 2.119-16.69 1.69-26.766-1.275-12.343-3.636-21.787-9.928-21.881-9.995a2.04 2.04 0 0 0-1.758-.241 2.02 2.02 0 0 0-1.261 1.234c-.054.134-4.763 13.403-7.621 20.755-1.703 4.36-4.521 4.763-5.836 4.709-2.187-3.314-8.774-12.679-14.207-13.497-1.329-.201-2.55.081-3.569.792-.832-2.603-2.147-5.125-3.448-7.607l-.014-.027Zm10.143 42.932c-1.865-1.57-3.233-7.245-3.998-12.853a32.316 32.316 0 0 0 5.984 5.393c.469 1.396 1.65 5.219 2.616 10.519a24.596 24.596 0 0 1-4.602-3.046v-.013Zm9.874 22.472c.993-17.441-4.105-31.34-4.319-31.917a2.014 2.014 0 0 0-.765-.966c-7.607-5.112-10.599-12.021-10.854-16.368-.054-.845 0-1.623.121-2.321.013-.081.04-.148.04-.228.255-1.127.738-2.026 1.435-2.63.134-.12.309-.228.725-.161 3.059.456 8.814 7.554 11.913 12.451a1.99 1.99 0 0 0 1.168.858c2.683.725 8.492.201 11.323-7.03 2.147-5.514 5.327-14.315 6.829-18.501 3.582 2.147 11.256 6.319 20.715 9.123 9.74 2.885 18.729 3.488 26.685 1.852-.282 4.722-1.154 15.187-3.73 25.625-3.072 12.45-9.244 27.409-21.198 28.053-23.693 1.301-31.73-19.225-32.065-20.124a2.005 2.005 0 0 0-2.589-1.181 2.006 2.006 0 0 0-1.18 2.589c.094.242 8.814 22.795 33.768 22.795.752 0 1.516-.014 2.294-.068a19.27 19.27 0 0 0 3.69-.563c-.094 4.226 1.409 9.552 7.352 11.9 0 1.167.027 2.536.04 4.079-31.595 25.075-56.402 2.857-60.923-1.704a94.08 94.08 0 0 1 .858-4.307l1.235-.51c5.34-2.213 7.07-4.722 7.419-10.733l.013-.013ZM113.47 374.62c5.823-131.56 22.057-145.553 23.52-146.56.228-.053.241-.107.455-.281 15.711-12.397 29.503-21.976 40.813-29.207-3.676 9.968-6.131 31.246 2.254 76.311-5.97 1.127-10.519 6.373-10.519 12.665 0 7.111 5.783 12.893 12.893 12.893 7.111 0 12.893-5.782 12.893-12.893 0-6.534-4.897-11.94-11.202-12.772-12.464-66.585-.779-79.29 1.207-80.914.309-.187.604-.362.899-.536l4.964 36.237-7.969 8.882a2 2 0 0 0-.376 2.079l27.611 69.912c3.474 21.506 8.398 45.991 15.254 73.669h-22.982l-30.186-20.822c-13.041-110.416-29.235-128.058-29.919-128.756a2.013 2.013 0 0 0-2.844-.027 2.013 2.013 0 0 0-.027 2.844c.161.161 15.993 17.442 28.899 127.307a2 2 0 0 0 .858 1.422l31.461 21.708 36.908 25.464c-4.521 3.971-13.993 14.959-15.348 38.089-.456.241-.818.67-.979 1.194a2.016 2.016 0 0 0 .832 2.254c-.014.697-.027 1.422-.027 2.146-68.503-22.217-105.572-76.472-109.409-82.335l.066.027Zm69.443-95.94c4.897 0 8.868 3.985 8.868 8.868 0 4.884-3.984 8.868-8.868 8.868-4.883 0-8.868-3.984-8.868-8.868 0-4.883 3.985-8.868 8.868-8.868Zm44.14 173.217c.872-15.348 5.527-24.994 9.565-30.562 3.247.147 11.981-.322 20.97-8.358 6.413-5.729 13.564-11.122 18.447-14.651a6.643 6.643 0 0 1 7.07-.47l20.608 11.029c3.126 1.677 4.91 5.165 4.414 8.68l-2.562 18.407a6 6 0 0 1-2.737 4.24 5.866 5.866 0 0 1-4.951.63c-11.35-3.649-19.199-4.615-23.358-2.898-2.079.872-4.159 2.616-6.547 4.629-7.258 6.118-18.112 15.254-40.906 9.324h-.013Zm73.4-1.704c-15.912 1.57-25.585-2.589-29.543-4.856 1.986-1.664 3.703-3.086 5.125-3.677 3.113-1.287 10.613-.187 20.581 3.006a9.911 9.911 0 0 0 8.331-1.047 9.99 9.99 0 0 0 4.589-7.084l2.562-18.407c.51-3.635-.63-7.244-2.951-9.941l7.727 1.516c.134.027.255.04.389.04.523 0 1.047-.214 1.422-.59l5.89-5.89c5.608 1.825 9.458 6.547 10.129 7.419 4.589 5.93 6.226 12.343 6.642 17.589-3.556 3.462-21.467 20.004-40.88 21.922h-.013Zm12.101-45.427c2.469-1.463 4.83-2.12 7.03-2.2l-2.992 2.991-4.025-.791h-.013Zm23.224 33.661a109.195 109.195 0 0 0 5.594-4.669c-.147 2.281-.469 3.998-.657 4.857-.55.134-1.959.295-4.937-.201v.013Zm9.566-3.408c.59-6.252.121-16.971-7.473-26.792-5.863-7.58-15.456-12.37-25.129-8.076l9.029-28.926c.027-.107.054-.214.067-.322l19.239-138.187 30.213 132.512a28.229 28.229 0 0 1-.281 13.631c-3.676 13.483-13.095 44.019-25.679 56.174l.014-.014Z\"\n fill=\"#000\"\n />\n <path\n d=\"M237.947 128.753c.443 0 .885-.147 1.261-.442.121-.094 1.744-1.369 4.185-1.932a2.733 2.733 0 0 0-.321 1.288c0 1.395.979 2.522 2.2 2.522s2.2-1.127 2.2-2.522c0-.55-.161-1.06-.416-1.476a9.927 9.927 0 0 1 3.207 1.006 2.011 2.011 0 0 0 1.798-3.596c-8.224-4.118-15.081 1.342-15.376 1.584a2.01 2.01 0 0 0 1.275 3.568h-.013Zm28.764-2.737c.443 0 .899-.147 1.274-.456.027-.027 1.892-1.503 4.642-1.959-.295.43-.469.966-.469 1.543 0 1.395.979 2.522 2.2 2.522s2.201-1.127 2.201-2.522c0-.55-.161-1.06-.429-1.476a9.842 9.842 0 0 1 2.428.832 2.01 2.01 0 0 0 1.798-3.595c-7.97-3.985-14.624 1.301-14.893 1.529a2.02 2.02 0 0 0-.295 2.831c.402.483.98.738 1.556.738l-.013.013Z\"\n fill=\"#000\"\n />\n </svg>\n );\n};\n\nexport default DoctorMedium;\n"],"mappings":";;AAGA,IAAM,gBAAoD,EAAE,OAAO,eAAe,YAAY;CAC5F,MAAM,iBAA0B;EAC9B,QAAQ,OAAR;GACE,KAAK,aACH,OAAO;IACL,MAAM;IACN,OAAO;GACT;GACF,KAAK,UACH,OAAO;IACL,MAAM;IACN,OAAO;GACT;GACF,SACE,OAAO;IACL,MAAM;IACN,OAAO;GACT;EACJ;CACF,GAAG;CAEH,OACE,qBAAC,OAAD;EAAK,GAAI;YAAT;GACG;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,eAAY;GACb,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;GACf,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;GACf,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;EACE;;AAET"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DoctorSmall.js","names":[],"sources":["../../../src/components/Illustrations/DoctorSmall.tsx"],"sourcesContent":["import type { Palette } from './Doctor';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nconst DoctorSmall: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#00687F',\n shirt: '#00AEC7',\n };\n case 'cherry':\n return {\n hair: '#BA2025',\n shirt: '#F1593C',\n };\n default:\n return {\n hair: '#989693',\n shirt: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties}>\n {title}\n <path\n d=\"m83.57 54.35 1.077 5.542-3.489-1.694-1.334-3.283-.308-3.694 4.053 3.13Zm-.616-8.824 2.719 3.95 2.463-.462.82-1.436 2.207-5.798 1.129-2.668 4.925 2.668 3.848 1.283 4.926.975 4.617-.308 4.208-1.385 3.026-1.386.924-1.847v-2.155l-.924-3.642-1.59-2.874-2.257-3.54-2.36-3.027-3.438-3.13L104.965 19h-5.029l-3.848 1.026-4.617 1.95-3.335 1.898-3.13 1.129h-2.72l-2.462.82-1.95 1.9-1.436 2.718-1.283 4.002.257 3.387 2.462 4.515.719 2.873 1.898-1.488 2.463 1.796Z\"\n fill={palette.hair}\n data-testid=\"doctor-small\"\n />\n <path\n d=\"m84.006 75.403-2.998-2.363-.94 7.33v20.07L82 116.649l2.215 13.287 1.696 9.423 3.44 12.438h13.521l1.461-10.554.989-11.637.707-11.355.471-13.758.405-30.536-3.365 2.303-4.516 2.05c-1.182.226-3.625.678-3.94.678h-3.517l-2.655-.678-4.906-2.907Z\"\n fill={palette.shirt}\n />\n <path\n d=\"M71.582 74.903c3.643-2.65 8.28-4.554 10.143-5.175l-1.2 7.25-.41 5.373v9.75l.238 9.857.671 8.687.867 6.737 1.69 8.645.823 5.285 1.408 7.194 2.015 7.929 1.49 5.36h-10.44l14.943 10.392-2.632 3.108-1.871 3.52-1.173 3.867-.508 4.44-.253 3.71-4.63-1.427-6.31-2.568-6.818-3.773-8.244-5.708-6.691-5.422-5.676-5.677-4.63-5.866-1.965-2.885 1.014-15.221 2.442-22.768 1.078-7.293 2.06-7.864 1.872-4.978 1.966-1.903 4.597-3.266 4.508-3.1c1.69-.966 5.983-3.56 9.626-6.21Zm35.05 17.869.411-22.618 7.778 3.51 4.528 2.86 7.712 5.047 6.565 4.658 4.484 19.65 4.571 20.191 3.814 16.53.563 2.469-.196 2.579-1.473 4.592-3.249 9.078-2.275 5.112-3.315 5.091-2.08 1.69-2.383.326-2.036-.889 4.419-3.336v-1.062l-.628-3.249-1.04-2.492-1.624-2.144-1.712-1.538-2.729-1.322-2.666 2.86-3.444-.78.629-1.257 1.992-6.533H102.71l1.127-6.964.52-3.357.802-10.356.433-5.091.52-10.118.325-8.232.195-14.905Z\"\n fill=\"#fff\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M102.423 18.127c1.358-.043 2.788.07 3.918.554 2.059.883 4.095 2.383 7.06 5.735 3.006 3.4 5.287 8.001 5.909 10.754.293 1.296.499 2.536.289 3.696-.222 1.224-.882 2.254-2.082 3.187-1.163.902-2.558 1.64-4.229 2.15-.11 1.734-.376 5.097-.728 7.198-.478 2.844-1.512 6.176-2.174 8.057-.696 1.976-2.094 4.245-3.328 5.548a8.448 8.448 0 0 1-2.135 1.649c-.149 1.345.189 2.219.601 2.773.186.25.396.447.601.597a.924.924 0 0 1 1.187-.718c.502.157 1.433.587 2.531 1.13 1.128.559 2.507 1.274 3.948 2.041 2.88 1.534 6.03 3.287 7.937 4.422 1.929 1.148 4.717 3.101 7.067 4.788 1.082.777 2.077 1.502 2.863 2.075l.21.152a161.605 161.605 0 0 0 1.311.947l.093.065.031.02c.258.155.525.342.767.607a.925.925 0 0 1 .354.485c.189.326.324.7.421 1.135l10.385 45.784.004.019c.287 1.398.74 3.552 1.167 5.472.213.961.418 1.859.592 2.572.18.741.311 1.217.376 1.384.528 1.373.51 2.921.439 4.34-.043.819-.293 1.911-.565 2.915-.114.421-.236.839-.356 1.235h24.664a.926.926 0 1 1 0 1.853h-25.259c-.643 1.916-2.7 7.841-4.142 11.098-1.568 3.54-3.196 5.855-4.329 7.304-.606.776-1.421 1.543-2.178 2.13a10.69 10.69 0 0 1-.746.534.939.939 0 0 1-.173.107c-.065.04-.129.078-.192.114-.32.182-.713.37-1.09.416-.253.03-.558.014-.824-.011a15.2 15.2 0 0 1-.923-.122 29.547 29.547 0 0 1-1.698-.326.786.786 0 0 1-.098-.027c-1.43 1.058-5.3 3.524-9.931 4.591-4.841 1.114-8.666.303-10.863-.162a33.597 33.597 0 0 0-.491-.104c-1.67-.342-3.29-1.262-4.106-1.818-.645.504-1.259.96-1.712 1.275-.893.621-2.212 1.395-4.191 1.933-1.9.517-3.572.765-5.013.622-.932-.092-3.612-.499-5.26-.757-.018.494-.02.956-.012 1.392a.929.929 0 0 1-1.163.914c-1.54-.405-4.912-1.519-8.743-3.177-3.86-1.672-10.41-5.382-14.132-7.955-3.73-2.58-8.546-6.608-12.647-10.63-2.07-2.03-4.305-4.593-6.144-6.875-.188-.234-.372-.465-.552-.693a.99.99 0 0 1-.174.016H28.447a.927.927 0 0 1 0-1.853h15.08c-.886-1.193-1.56-2.188-1.885-2.798a.926.926 0 0 1-.108-.466c.079-2.401.471-10.169.982-15.749.51-5.561 2.077-20.42 3.138-27.222.538-3.446 1.462-6.888 2.287-9.536a72.474 72.474 0 0 1 1.11-3.299c.297-.81.54-1.412.654-1.627.345-.645 1.002-1.82 2.583-3.102.758-.614 4.721-3.42 8.63-6.15 3.91-2.732 7.88-5.468 8.657-5.939 1.495-.905 6.153-3.708 11.726-6.198a.927.927 0 0 1 1.25.53l.163-.06a6.83 6.83 0 0 0 .52-.22c.132-.063.18-.096.18-.096.152-.15.716-1.013.656-2.763-.01-.255-.013-.527-.017-.82-.015-1.022-.033-2.308-.28-4.14-.476-.24-1.481-.755-2.032-1.082-.842-.5-1.699-1.357-2.363-2.686-.175-.349-.314-.867-.43-1.383a31.374 31.374 0 0 1-.343-1.843 74.44 74.44 0 0 1-.482-3.64.922.922 0 0 1 .104-.534c-.211-.675-.45-1.548-.514-2.47a6.28 6.28 0 0 1 .053-1.407.924.924 0 0 1-.11-.527c-.001.009.002-.034-.007-.144a4.533 4.533 0 0 0-.057-.425c-.065-.36-.186-.86-.405-1.491-.265-.764-.827-1.91-1.4-3.08l-.024-.047a66.107 66.107 0 0 1-.794-1.66c-.222-.487-.424-.971-.52-1.346-.35-1.378-.212-2.98.432-5.28.684-2.444 2.365-4.567 2.829-5.124l.061-.074c.51-.62 2.203-2.682 5.071-2.682 1.21 0 1.91-.092 2.37-.19a6.412 6.412 0 0 0 .668-.182c.148-.047.322-.101.498-.143.064-.014.249-.082.586-.238a30.73 30.73 0 0 0 1.15-.574c.471-.244.956-.502 1.464-.772.497-.264 1.016-.54 1.564-.825 2.199-1.147 5.02-2.07 7.328-2.554 1.16-.243 2.572-.454 3.953-.499Zm-23.319 25.17a1.914 1.914 0 0 1 1.198-.498c.503-.026.975.137 1.371.347.784.415 1.555 1.162 2.211 1.926a19.98 19.98 0 0 1 1.762 2.42 14.42 14.42 0 0 1 .649 1.156c.723-.109 1.328-.42 1.745-1.193.267-.496.867-2.008 1.534-3.785.654-1.743 1.34-3.653 1.773-4.879a.927.927 0 0 1 1.245-.541c1.01.441 2.054.983 3.028 1.496l.259.136c.888.467 1.705.898 2.423 1.222 1.574.712 5.095 2.027 9.222 2.027 4.144 0 6.939-1.054 8.855-2.543.909-.705 1.27-1.357 1.395-2.053.138-.757.018-1.672-.272-2.956-.544-2.408-2.661-6.736-5.49-9.934-2.868-3.244-4.691-4.527-6.402-5.26-.755-.324-1.86-.446-3.128-.405-1.244.04-2.546.233-3.63.46-2.18.458-4.834 1.33-6.853 2.383-.49.256-1.021.538-1.536.811-.536.285-1.055.56-1.495.789-.452.235-.87.445-1.223.61-.33.152-.673.298-.945.362-.103.024-.2.054-.346.1-.032.01-.068.02-.106.033-.199.061-.44.133-.749.199-.618.132-1.454.23-2.757.23-1.973 0-3.164 1.435-3.667 2.04l-.041.05c-.434.521-1.895 2.392-2.468 4.436-.612 2.187-.652 3.412-.42 4.323.05.197.187.546.41 1.038.217.476.486 1.027.772 1.61l.064.13c.541 1.104 1.143 2.331 1.446 3.205.061.176.117.346.166.509Zm1.242 9.869c.029.193.058.385.089.575.102.639.212 1.24.322 1.732.117.521.217.835.28.96.518 1.037 1.14 1.617 1.65 1.92.185.11.435.247.701.39a56.028 56.028 0 0 0-.922-3.877 17.762 17.762 0 0 1-2.12-1.7Zm.14 17.846a108.167 108.167 0 0 0-8.724 4.636.924.924 0 0 1-.349.667l-.019.018a.948.948 0 0 0-.05.053 2.13 2.13 0 0 0-.155.204c-.123.18-.27.437-.42.782-.301.69-.61 1.715-.773 3.137-.058.515-.12 1.012-.18 1.502-.386 3.11-.74 5.975-.21 11.454.46 4.727 1.462 10.804 2.013 13.853a4.933 4.933 0 0 1 3.325 1.926c.86 1.124 1.243 2.533 1.243 3.764 0 1.402-.751 2.601-1.734 3.429-.984.828-2.285 1.363-3.582 1.411-2.659.097-4.988-1.933-5.224-4.763-.238-2.85 1.474-4.298 2.523-4.998.507-.337 1.082-.544 1.584-.665-.563-3.141-1.538-9.094-1.993-13.778-.55-5.687-.175-8.724.215-11.864.06-.488.121-.978.179-1.482.122-1.066.32-1.961.554-2.7a768.255 768.255 0 0 0-6.73 4.657c-3.949 2.758-7.833 5.51-8.523 6.07-1.316 1.067-1.833 2.006-2.115 2.535l-.013.028-.039.086c-.032.074-.073.172-.122.295-.098.245-.226.576-.374.983a70.646 70.646 0 0 0-1.082 3.213c-.81 2.597-1.706 5.945-2.225 9.27-1.052 6.741-2.615 21.55-3.124 27.105-.49 5.349-.87 12.749-.966 15.384.538.92 1.849 2.728 3.539 4.826 1.811 2.249 3.998 4.754 5.998 6.716 4.04 3.962 8.776 7.919 12.404 10.428 3.636 2.514 10.08 6.162 13.814 7.778 2.959 1.281 5.62 2.223 7.32 2.75.05-1.933.306-4.287.955-7.336.41-1.928 1.175-4.027 2.195-5.909.793-1.463 1.762-2.836 2.874-3.895a3725.869 3725.869 0 0 0-14.159-9.884l-8.772-6.1-2.817-1.957-1.056-.733s-.001-.001.527-.762l-.528.761a.927.927 0 0 1-.39-.641c-.51-3.902-1.699-12.847-2.386-17.44-.856-5.721-2.65-14.341-3.7-18.502-1.064-4.216-2.834-10.672-5.472-14.667a.927.927 0 1 1 1.547-1.022c2.841 4.302 4.672 11.075 5.722 15.236 1.064 4.215 2.87 12.895 3.736 18.68.668 4.459 1.803 12.981 2.337 17.067l.72.501c.676.469 1.645 1.141 2.818 1.957l8.534 5.934a.919.919 0 0 1 .448-.115h8.468c-.85-2.888-2.247-7.909-3.03-11.711-.734-3.567-1.572-8.269-2.466-13.284-.475-2.665-.965-5.419-1.465-8.136-1.454-7.918-2.1-19.284-2.019-22.475.023-.866.02-2.252.017-3.906-.003-1.312-.006-2.794.003-4.321.02-3.406.1-7.03.389-9.261.32-2.468.704-5.019.984-6.789Zm8.81 81.736h32.711l-1.819 5.733-2.364-.54-.032-.006-.99-.189c-1.921-1.011-4.159-2.218-5.201-2.864-1.973-1.223-3.876-.522-4.64.043l-.004.002c-.682.509-2.77 2.13-5.753 4.61-3.66 3.043-5.393 3.75-6.375 4.054a5.77 5.77 0 0 1-.895.185c.204-.186.41-.355.62-.507a.926.926 0 0 0-.006-1.502c-1.478-1.061-7.097-4.982-12.895-9.019h7.642Zm2.971 12.959a16.96 16.96 0 0 0-1.016 1.653 20.787 20.787 0 0 0-2.012 5.411c-.407 1.913-.65 3.526-.785 4.917 1.64.258 4.417.68 5.32.769 1.117.11 2.537-.075 4.344-.566 1.73-.47 2.857-1.135 3.62-1.666.8-.556 2.179-1.617 3.274-2.553 1.216-1.04 2.575-1.67 3.694-1.783 1.025-.106 2.583.101 3.495.291.971.201 2.601.638 3.788 1.1.536.21.882.309 1.186.322.274.013.578-.042 1.015-.275.271-.145.53-.423.745-.793.214-.367.34-.747.386-.988.027-.141.066-.331.113-.565.217-1.065.625-3.063.975-5.725.126-.965-.182-2.04-.7-2.974a6.273 6.273 0 0 0-.825-1.16c-.29-.316-.523-.483-.647-.541l-.034-.016c-.556-.286-1.312-.678-2.141-1.114-1.933-1.016-4.307-2.292-5.438-2.993-1.157-.718-2.227-.288-2.561-.043-.65.484-2.71 2.083-5.674 4.547-3.776 3.14-5.722 4-7.01 4.4-1.054.327-2.446.368-2.999.355a1.035 1.035 0 0 1-.113-.01Zm28.512-5.189c1.13.063 3.094.707 3.094.707.307.07.628-.02.854-.24l2.45-2.387c.233.083.454.187.662.316 2.678 1.658 3.916 3.076 4.615 5.078.073.205.141.399.209.586.32.893.586 1.636.752 2.67.064.393.113.832.142 1.336a1248.942 1248.942 0 0 0-4.436 3.64c-.771.64-4.747 3.415-9.569 4.525-4.432 1.02-7.903.287-10.077-.172a52.162 52.162 0 0 0-.489-.103c-1.09-.224-2.21-.78-2.96-1.232.065-.053.128-.107.191-.161 1.015-.867 2.032-1.282 2.677-1.347.738-.076 2.072.083 2.93.261.901.187 2.427.597 3.491 1.013.564.22 1.149.419 1.778.447.66.029 1.294-.131 1.971-.494.679-.362 1.157-.951 1.474-1.494.253-.436.433-.892.539-1.287.987-5.94 2.283-8.521-.298-11.662Zm14.654 8.621a.926.926 0 0 0-.01-.344 15.658 15.658 0 0 0-.176-1.842c-.197-1.217-.527-2.134-.852-3.036l-.19-.536c-.885-2.534-2.49-4.247-5.391-6.044-1.364-.845-2.967-.943-4.324-.786-.668.078-1.305.221-1.869.389l3.543-11.166a.851.851 0 0 0 .035-.153l7.619-54.596 9.602 42.334c.289 1.405.743 3.563 1.171 5.492.214.966.422 1.878.601 2.609.171.705.33 1.309.447 1.61.371.968.389 2.155.316 3.58-.03.602-.23 1.526-.501 2.524-.266.977-.58 1.953-.803 2.633-.45 1.368-2.687 7.879-4.197 11.288-1.491 3.371-3.031 5.555-4.093 6.913-.27.346-.603.702-.958 1.039.035-.706.044-1.337.03-1.908Zm-1.883 1.847-1.787 1.464a13.026 13.026 0 0 0 1.027.144c.251.023.385.022.428.016l.003-.001c.017-.004.088-.027.221-.093.049-.554.085-1.063.108-1.53Zm-.997-84.314a2.163 2.163 0 0 0-.204-.136c-.18-.108-.781-.545-1.555-1.109l-.225-.165c-.787-.573-1.778-1.295-2.855-2.068-2.356-1.692-5.084-3.6-6.934-4.7a133.38 133.38 0 0 0-2.615-1.507c.073.234.144.486.212.757.404 1.605.732 3.9.795 7.064 1.142 1.033 3.235 3.356 4.882 6.574 2.244 4.382 3.301 8.112 3.577 9.649.134.759.382 2.616.512 4.776.13 2.151.148 4.672-.203 6.728a.928.928 0 0 1-.915.771h-1.487a.927.927 0 1 1 0-1.855h.684c.201-1.701.181-3.709.071-5.532-.126-2.099-.366-3.884-.488-4.562-.238-1.336-1.232-4.892-3.401-9.13-1.339-2.615-2.986-4.575-4.033-5.622-.588.8-1.129 1.658-1.607 2.78-.642 1.508-1.19 3.536-1.542 6.58-.643 5.564-.112 11.583.261 15.806l.028.309h1.663a.928.928 0 0 1 0 1.855h-2.513a.927.927 0 0 1-.923-.848l-.103-1.161c-.372-4.203-.921-10.41-.254-16.175.366-3.165.947-5.376 1.678-7.091.675-1.588 1.464-2.713 2.261-3.737-.057-3.1-.376-5.276-.741-6.727-.189-.75-.388-1.296-.564-1.67a3.11 3.11 0 0 0-.227-.418c-.066-.1-.103-.133-.1-.13a.917.917 0 0 1-.298-.53c-.821-.449-1.656-.9-2.47-1.333a154.164 154.164 0 0 0-3.899-2.016 51.58 51.58 0 0 0-1.101-.53c-.062 2.788-.147 9.399-.227 16.084l-.086 7.36c-.062 5.332-.111 9.606-.13 10.333-.054 2.073-.648 16.813-.866 19.681l-.054.714c-.284 3.758-1.103 14.63-1.645 18.354a358.947 358.947 0 0 1-1.063 6.8h18.745l1.779-5.607 8.18-58.616Zm-30.583 64.223H90.006c-.818-2.745-2.33-8.115-3.148-12.085-.73-3.544-1.56-8.202-2.45-13.198-.476-2.671-.97-5.438-1.473-8.184-1.432-7.792-2.068-19.03-1.99-22.091.024-.884.02-2.318.018-4.006-.003-1.313-.005-2.779.003-4.258.02-3.427.101-6.936.373-9.034.131-1.011.274-2.038.415-3.018a22.318 22.318 0 0 0 3.99 2.764c2.286 1.24 5.133 2.258 8.208 2.248 5.02-.016 9.539-2.439 12.041-4.275-.049 3.276-.102 7.58-.154 11.873l-.086 7.41c-.062 5.307-.111 9.544-.129 10.257-.054 2.067-.648 16.769-.862 19.589l-.053.708c-.285 3.775-1.1 14.582-1.632 18.233a362.431 362.431 0 0 1-1.107 7.067Zm4.062-77.552.023-1.262a4.57 4.57 0 0 1-2.019-1.547c-.583-.785-.983-1.83-1.002-3.155-.41.1-.842.174-1.297.215-2.239.206-4.43-.283-5.733-.768-1.226-.456-3.22-1.25-4.95-2.934-.816-.795-1.656-1.71-2.349-2.646-.682-.922-1.272-1.93-1.517-2.907a.927.927 0 0 1 1.799-.45c.157.63.581 1.407 1.209 2.254.616.834 1.383 1.673 2.151 2.42 1.439 1.4 3.122 2.086 4.304 2.526 1.105.411 3.014.834 4.916.66 1.818-.168 3.138-.955 4.145-2.018 1.047-1.106 2.312-3.147 2.925-4.89.648-1.837 1.642-5.055 2.094-7.747.303-1.8.543-4.633.668-6.436a21.708 21.708 0 0 1-3.875.327c-4.49 0-8.284-1.422-9.986-2.191-.772-.35-1.64-.807-2.514-1.267l-.267-.14a65.353 65.353 0 0 0-2.002-1.021 274.356 274.356 0 0 1-1.445 3.955c-.647 1.723-1.297 3.38-1.639 4.014-.994 1.842-2.67 2.19-3.961 2.214a.927.927 0 0 1-.919-.706l-.003-.01a1.885 1.885 0 0 0-.05-.132 4.925 4.925 0 0 0-.149-.32 12.606 12.606 0 0 0-.519-.912 18.063 18.063 0 0 0-1.592-2.188c-.613-.715-1.202-1.248-1.672-1.497-.231-.122-.361-.136-.408-.134h-.004c-.01 0-.03 0-.082.059-.644.745-.814 1.625-.75 2.552.064.907.345 1.775.582 2.508l.035.107c.165.512.63 1.151 1.332 1.838.683.667 1.51 1.299 2.27 1.803.185.124.32.31.38.524 1.672 6.011 1.716 9.093 1.745 11.076.004.29.008.559.016.808.074 2.124-.598 3.595-1.266 4.205-.188.17-.433.3-.615.388-.206.1-.44.196-.668.282-.359.137-.736.263-1.033.355a280.51 280.51 0 0 0-.253 1.624c.837.886 2.451 2.243 4.54 3.376 2.111 1.146 4.65 2.032 7.319 2.024 5.428-.017 10.332-3.232 12.077-4.828l.009-.008Zm16.352 85.639a9.523 9.523 0 0 1 2.32-.59l.03-.003-.94.916-1.41-.323ZM70.853 109.12c-.32.014-1.11.146-1.655.51-.83.553-1.858 1.453-1.704 3.3.156 1.867 1.662 3.125 3.31 3.065.854-.031 1.765-.396 2.454-.976.69-.581 1.075-1.301 1.075-2.011 0-.883-.283-1.881-.861-2.637-.554-.723-1.39-1.246-2.62-1.251Zm38.112-61.187c-1.838-.932-3.675-.065-4.354.5a.928.928 0 0 1-1.185-1.427c.982-.815 3.619-2.126 6.378-.726a.927.927 0 1 1-.839 1.653Zm-14.027.746c-.863.183-1.58.57-1.945.84a.927.927 0 1 1-1.106-1.487c.564-.419 1.523-.924 2.666-1.166 1.153-.245 2.551-.233 3.913.474a.927.927 0 0 1-.854 1.646c-.886-.46-1.823-.487-2.674-.307Zm7.419 1.647a.927.927 0 0 1 1.02.824l.549 5.176a.927.927 0 0 1-.763 1.011l-3.529.613a.927.927 0 0 1-.317-1.826l2.674-.465-.458-4.313a.927.927 0 0 1 .824-1.02Z\"\n fill=\"#000\"\n />\n <path\n d=\"M96.789 49.243a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0Zm11.564-.984a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0Z\"\n fill=\"#000\"\n />\n </svg>\n );\n};\n\nexport default DoctorSmall;\n"],"mappings":";;AAGA,IAAM,eAAmD,EAAE,OAAO,eAAe,YAAY;CAC3F,MAAM,iBAA0B;EAC9B,QAAQ,OAAR;GACE,KAAK,aACH,OAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,KAAK,UACH,OAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,SACE,OAAO;IACL,MAAM;IACN,OAAO;IACR;;KAEH;CAEJ,OACE,qBAAC,OAAD;EAAK,GAAI;YAAT;GACG;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;IACd,eAAY;IACZ,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;IACd,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACE"}
|
|
1
|
+
{"version":3,"file":"DoctorSmall.js","names":[],"sources":["../../../src/components/Illustrations/DoctorSmall.tsx"],"sourcesContent":["import type { Palette } from './Doctor';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nconst DoctorSmall: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#00687F',\n shirt: '#00AEC7',\n };\n case 'cherry':\n return {\n hair: '#BA2025',\n shirt: '#F1593C',\n };\n default:\n return {\n hair: '#989693',\n shirt: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties}>\n {title}\n <path\n d=\"m83.57 54.35 1.077 5.542-3.489-1.694-1.334-3.283-.308-3.694 4.053 3.13Zm-.616-8.824 2.719 3.95 2.463-.462.82-1.436 2.207-5.798 1.129-2.668 4.925 2.668 3.848 1.283 4.926.975 4.617-.308 4.208-1.385 3.026-1.386.924-1.847v-2.155l-.924-3.642-1.59-2.874-2.257-3.54-2.36-3.027-3.438-3.13L104.965 19h-5.029l-3.848 1.026-4.617 1.95-3.335 1.898-3.13 1.129h-2.72l-2.462.82-1.95 1.9-1.436 2.718-1.283 4.002.257 3.387 2.462 4.515.719 2.873 1.898-1.488 2.463 1.796Z\"\n fill={palette.hair}\n data-testid=\"doctor-small\"\n />\n <path\n d=\"m84.006 75.403-2.998-2.363-.94 7.33v20.07L82 116.649l2.215 13.287 1.696 9.423 3.44 12.438h13.521l1.461-10.554.989-11.637.707-11.355.471-13.758.405-30.536-3.365 2.303-4.516 2.05c-1.182.226-3.625.678-3.94.678h-3.517l-2.655-.678-4.906-2.907Z\"\n fill={palette.shirt}\n />\n <path\n d=\"M71.582 74.903c3.643-2.65 8.28-4.554 10.143-5.175l-1.2 7.25-.41 5.373v9.75l.238 9.857.671 8.687.867 6.737 1.69 8.645.823 5.285 1.408 7.194 2.015 7.929 1.49 5.36h-10.44l14.943 10.392-2.632 3.108-1.871 3.52-1.173 3.867-.508 4.44-.253 3.71-4.63-1.427-6.31-2.568-6.818-3.773-8.244-5.708-6.691-5.422-5.676-5.677-4.63-5.866-1.965-2.885 1.014-15.221 2.442-22.768 1.078-7.293 2.06-7.864 1.872-4.978 1.966-1.903 4.597-3.266 4.508-3.1c1.69-.966 5.983-3.56 9.626-6.21Zm35.05 17.869.411-22.618 7.778 3.51 4.528 2.86 7.712 5.047 6.565 4.658 4.484 19.65 4.571 20.191 3.814 16.53.563 2.469-.196 2.579-1.473 4.592-3.249 9.078-2.275 5.112-3.315 5.091-2.08 1.69-2.383.326-2.036-.889 4.419-3.336v-1.062l-.628-3.249-1.04-2.492-1.624-2.144-1.712-1.538-2.729-1.322-2.666 2.86-3.444-.78.629-1.257 1.992-6.533H102.71l1.127-6.964.52-3.357.802-10.356.433-5.091.52-10.118.325-8.232.195-14.905Z\"\n fill=\"#fff\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M102.423 18.127c1.358-.043 2.788.07 3.918.554 2.059.883 4.095 2.383 7.06 5.735 3.006 3.4 5.287 8.001 5.909 10.754.293 1.296.499 2.536.289 3.696-.222 1.224-.882 2.254-2.082 3.187-1.163.902-2.558 1.64-4.229 2.15-.11 1.734-.376 5.097-.728 7.198-.478 2.844-1.512 6.176-2.174 8.057-.696 1.976-2.094 4.245-3.328 5.548a8.448 8.448 0 0 1-2.135 1.649c-.149 1.345.189 2.219.601 2.773.186.25.396.447.601.597a.924.924 0 0 1 1.187-.718c.502.157 1.433.587 2.531 1.13 1.128.559 2.507 1.274 3.948 2.041 2.88 1.534 6.03 3.287 7.937 4.422 1.929 1.148 4.717 3.101 7.067 4.788 1.082.777 2.077 1.502 2.863 2.075l.21.152a161.605 161.605 0 0 0 1.311.947l.093.065.031.02c.258.155.525.342.767.607a.925.925 0 0 1 .354.485c.189.326.324.7.421 1.135l10.385 45.784.004.019c.287 1.398.74 3.552 1.167 5.472.213.961.418 1.859.592 2.572.18.741.311 1.217.376 1.384.528 1.373.51 2.921.439 4.34-.043.819-.293 1.911-.565 2.915-.114.421-.236.839-.356 1.235h24.664a.926.926 0 1 1 0 1.853h-25.259c-.643 1.916-2.7 7.841-4.142 11.098-1.568 3.54-3.196 5.855-4.329 7.304-.606.776-1.421 1.543-2.178 2.13a10.69 10.69 0 0 1-.746.534.939.939 0 0 1-.173.107c-.065.04-.129.078-.192.114-.32.182-.713.37-1.09.416-.253.03-.558.014-.824-.011a15.2 15.2 0 0 1-.923-.122 29.547 29.547 0 0 1-1.698-.326.786.786 0 0 1-.098-.027c-1.43 1.058-5.3 3.524-9.931 4.591-4.841 1.114-8.666.303-10.863-.162a33.597 33.597 0 0 0-.491-.104c-1.67-.342-3.29-1.262-4.106-1.818-.645.504-1.259.96-1.712 1.275-.893.621-2.212 1.395-4.191 1.933-1.9.517-3.572.765-5.013.622-.932-.092-3.612-.499-5.26-.757-.018.494-.02.956-.012 1.392a.929.929 0 0 1-1.163.914c-1.54-.405-4.912-1.519-8.743-3.177-3.86-1.672-10.41-5.382-14.132-7.955-3.73-2.58-8.546-6.608-12.647-10.63-2.07-2.03-4.305-4.593-6.144-6.875-.188-.234-.372-.465-.552-.693a.99.99 0 0 1-.174.016H28.447a.927.927 0 0 1 0-1.853h15.08c-.886-1.193-1.56-2.188-1.885-2.798a.926.926 0 0 1-.108-.466c.079-2.401.471-10.169.982-15.749.51-5.561 2.077-20.42 3.138-27.222.538-3.446 1.462-6.888 2.287-9.536a72.474 72.474 0 0 1 1.11-3.299c.297-.81.54-1.412.654-1.627.345-.645 1.002-1.82 2.583-3.102.758-.614 4.721-3.42 8.63-6.15 3.91-2.732 7.88-5.468 8.657-5.939 1.495-.905 6.153-3.708 11.726-6.198a.927.927 0 0 1 1.25.53l.163-.06a6.83 6.83 0 0 0 .52-.22c.132-.063.18-.096.18-.096.152-.15.716-1.013.656-2.763-.01-.255-.013-.527-.017-.82-.015-1.022-.033-2.308-.28-4.14-.476-.24-1.481-.755-2.032-1.082-.842-.5-1.699-1.357-2.363-2.686-.175-.349-.314-.867-.43-1.383a31.374 31.374 0 0 1-.343-1.843 74.44 74.44 0 0 1-.482-3.64.922.922 0 0 1 .104-.534c-.211-.675-.45-1.548-.514-2.47a6.28 6.28 0 0 1 .053-1.407.924.924 0 0 1-.11-.527c-.001.009.002-.034-.007-.144a4.533 4.533 0 0 0-.057-.425c-.065-.36-.186-.86-.405-1.491-.265-.764-.827-1.91-1.4-3.08l-.024-.047a66.107 66.107 0 0 1-.794-1.66c-.222-.487-.424-.971-.52-1.346-.35-1.378-.212-2.98.432-5.28.684-2.444 2.365-4.567 2.829-5.124l.061-.074c.51-.62 2.203-2.682 5.071-2.682 1.21 0 1.91-.092 2.37-.19a6.412 6.412 0 0 0 .668-.182c.148-.047.322-.101.498-.143.064-.014.249-.082.586-.238a30.73 30.73 0 0 0 1.15-.574c.471-.244.956-.502 1.464-.772.497-.264 1.016-.54 1.564-.825 2.199-1.147 5.02-2.07 7.328-2.554 1.16-.243 2.572-.454 3.953-.499Zm-23.319 25.17a1.914 1.914 0 0 1 1.198-.498c.503-.026.975.137 1.371.347.784.415 1.555 1.162 2.211 1.926a19.98 19.98 0 0 1 1.762 2.42 14.42 14.42 0 0 1 .649 1.156c.723-.109 1.328-.42 1.745-1.193.267-.496.867-2.008 1.534-3.785.654-1.743 1.34-3.653 1.773-4.879a.927.927 0 0 1 1.245-.541c1.01.441 2.054.983 3.028 1.496l.259.136c.888.467 1.705.898 2.423 1.222 1.574.712 5.095 2.027 9.222 2.027 4.144 0 6.939-1.054 8.855-2.543.909-.705 1.27-1.357 1.395-2.053.138-.757.018-1.672-.272-2.956-.544-2.408-2.661-6.736-5.49-9.934-2.868-3.244-4.691-4.527-6.402-5.26-.755-.324-1.86-.446-3.128-.405-1.244.04-2.546.233-3.63.46-2.18.458-4.834 1.33-6.853 2.383-.49.256-1.021.538-1.536.811-.536.285-1.055.56-1.495.789-.452.235-.87.445-1.223.61-.33.152-.673.298-.945.362-.103.024-.2.054-.346.1-.032.01-.068.02-.106.033-.199.061-.44.133-.749.199-.618.132-1.454.23-2.757.23-1.973 0-3.164 1.435-3.667 2.04l-.041.05c-.434.521-1.895 2.392-2.468 4.436-.612 2.187-.652 3.412-.42 4.323.05.197.187.546.41 1.038.217.476.486 1.027.772 1.61l.064.13c.541 1.104 1.143 2.331 1.446 3.205.061.176.117.346.166.509Zm1.242 9.869c.029.193.058.385.089.575.102.639.212 1.24.322 1.732.117.521.217.835.28.96.518 1.037 1.14 1.617 1.65 1.92.185.11.435.247.701.39a56.028 56.028 0 0 0-.922-3.877 17.762 17.762 0 0 1-2.12-1.7Zm.14 17.846a108.167 108.167 0 0 0-8.724 4.636.924.924 0 0 1-.349.667l-.019.018a.948.948 0 0 0-.05.053 2.13 2.13 0 0 0-.155.204c-.123.18-.27.437-.42.782-.301.69-.61 1.715-.773 3.137-.058.515-.12 1.012-.18 1.502-.386 3.11-.74 5.975-.21 11.454.46 4.727 1.462 10.804 2.013 13.853a4.933 4.933 0 0 1 3.325 1.926c.86 1.124 1.243 2.533 1.243 3.764 0 1.402-.751 2.601-1.734 3.429-.984.828-2.285 1.363-3.582 1.411-2.659.097-4.988-1.933-5.224-4.763-.238-2.85 1.474-4.298 2.523-4.998.507-.337 1.082-.544 1.584-.665-.563-3.141-1.538-9.094-1.993-13.778-.55-5.687-.175-8.724.215-11.864.06-.488.121-.978.179-1.482.122-1.066.32-1.961.554-2.7a768.255 768.255 0 0 0-6.73 4.657c-3.949 2.758-7.833 5.51-8.523 6.07-1.316 1.067-1.833 2.006-2.115 2.535l-.013.028-.039.086c-.032.074-.073.172-.122.295-.098.245-.226.576-.374.983a70.646 70.646 0 0 0-1.082 3.213c-.81 2.597-1.706 5.945-2.225 9.27-1.052 6.741-2.615 21.55-3.124 27.105-.49 5.349-.87 12.749-.966 15.384.538.92 1.849 2.728 3.539 4.826 1.811 2.249 3.998 4.754 5.998 6.716 4.04 3.962 8.776 7.919 12.404 10.428 3.636 2.514 10.08 6.162 13.814 7.778 2.959 1.281 5.62 2.223 7.32 2.75.05-1.933.306-4.287.955-7.336.41-1.928 1.175-4.027 2.195-5.909.793-1.463 1.762-2.836 2.874-3.895a3725.869 3725.869 0 0 0-14.159-9.884l-8.772-6.1-2.817-1.957-1.056-.733s-.001-.001.527-.762l-.528.761a.927.927 0 0 1-.39-.641c-.51-3.902-1.699-12.847-2.386-17.44-.856-5.721-2.65-14.341-3.7-18.502-1.064-4.216-2.834-10.672-5.472-14.667a.927.927 0 1 1 1.547-1.022c2.841 4.302 4.672 11.075 5.722 15.236 1.064 4.215 2.87 12.895 3.736 18.68.668 4.459 1.803 12.981 2.337 17.067l.72.501c.676.469 1.645 1.141 2.818 1.957l8.534 5.934a.919.919 0 0 1 .448-.115h8.468c-.85-2.888-2.247-7.909-3.03-11.711-.734-3.567-1.572-8.269-2.466-13.284-.475-2.665-.965-5.419-1.465-8.136-1.454-7.918-2.1-19.284-2.019-22.475.023-.866.02-2.252.017-3.906-.003-1.312-.006-2.794.003-4.321.02-3.406.1-7.03.389-9.261.32-2.468.704-5.019.984-6.789Zm8.81 81.736h32.711l-1.819 5.733-2.364-.54-.032-.006-.99-.189c-1.921-1.011-4.159-2.218-5.201-2.864-1.973-1.223-3.876-.522-4.64.043l-.004.002c-.682.509-2.77 2.13-5.753 4.61-3.66 3.043-5.393 3.75-6.375 4.054a5.77 5.77 0 0 1-.895.185c.204-.186.41-.355.62-.507a.926.926 0 0 0-.006-1.502c-1.478-1.061-7.097-4.982-12.895-9.019h7.642Zm2.971 12.959a16.96 16.96 0 0 0-1.016 1.653 20.787 20.787 0 0 0-2.012 5.411c-.407 1.913-.65 3.526-.785 4.917 1.64.258 4.417.68 5.32.769 1.117.11 2.537-.075 4.344-.566 1.73-.47 2.857-1.135 3.62-1.666.8-.556 2.179-1.617 3.274-2.553 1.216-1.04 2.575-1.67 3.694-1.783 1.025-.106 2.583.101 3.495.291.971.201 2.601.638 3.788 1.1.536.21.882.309 1.186.322.274.013.578-.042 1.015-.275.271-.145.53-.423.745-.793.214-.367.34-.747.386-.988.027-.141.066-.331.113-.565.217-1.065.625-3.063.975-5.725.126-.965-.182-2.04-.7-2.974a6.273 6.273 0 0 0-.825-1.16c-.29-.316-.523-.483-.647-.541l-.034-.016c-.556-.286-1.312-.678-2.141-1.114-1.933-1.016-4.307-2.292-5.438-2.993-1.157-.718-2.227-.288-2.561-.043-.65.484-2.71 2.083-5.674 4.547-3.776 3.14-5.722 4-7.01 4.4-1.054.327-2.446.368-2.999.355a1.035 1.035 0 0 1-.113-.01Zm28.512-5.189c1.13.063 3.094.707 3.094.707.307.07.628-.02.854-.24l2.45-2.387c.233.083.454.187.662.316 2.678 1.658 3.916 3.076 4.615 5.078.073.205.141.399.209.586.32.893.586 1.636.752 2.67.064.393.113.832.142 1.336a1248.942 1248.942 0 0 0-4.436 3.64c-.771.64-4.747 3.415-9.569 4.525-4.432 1.02-7.903.287-10.077-.172a52.162 52.162 0 0 0-.489-.103c-1.09-.224-2.21-.78-2.96-1.232.065-.053.128-.107.191-.161 1.015-.867 2.032-1.282 2.677-1.347.738-.076 2.072.083 2.93.261.901.187 2.427.597 3.491 1.013.564.22 1.149.419 1.778.447.66.029 1.294-.131 1.971-.494.679-.362 1.157-.951 1.474-1.494.253-.436.433-.892.539-1.287.987-5.94 2.283-8.521-.298-11.662Zm14.654 8.621a.926.926 0 0 0-.01-.344 15.658 15.658 0 0 0-.176-1.842c-.197-1.217-.527-2.134-.852-3.036l-.19-.536c-.885-2.534-2.49-4.247-5.391-6.044-1.364-.845-2.967-.943-4.324-.786-.668.078-1.305.221-1.869.389l3.543-11.166a.851.851 0 0 0 .035-.153l7.619-54.596 9.602 42.334c.289 1.405.743 3.563 1.171 5.492.214.966.422 1.878.601 2.609.171.705.33 1.309.447 1.61.371.968.389 2.155.316 3.58-.03.602-.23 1.526-.501 2.524-.266.977-.58 1.953-.803 2.633-.45 1.368-2.687 7.879-4.197 11.288-1.491 3.371-3.031 5.555-4.093 6.913-.27.346-.603.702-.958 1.039.035-.706.044-1.337.03-1.908Zm-1.883 1.847-1.787 1.464a13.026 13.026 0 0 0 1.027.144c.251.023.385.022.428.016l.003-.001c.017-.004.088-.027.221-.093.049-.554.085-1.063.108-1.53Zm-.997-84.314a2.163 2.163 0 0 0-.204-.136c-.18-.108-.781-.545-1.555-1.109l-.225-.165c-.787-.573-1.778-1.295-2.855-2.068-2.356-1.692-5.084-3.6-6.934-4.7a133.38 133.38 0 0 0-2.615-1.507c.073.234.144.486.212.757.404 1.605.732 3.9.795 7.064 1.142 1.033 3.235 3.356 4.882 6.574 2.244 4.382 3.301 8.112 3.577 9.649.134.759.382 2.616.512 4.776.13 2.151.148 4.672-.203 6.728a.928.928 0 0 1-.915.771h-1.487a.927.927 0 1 1 0-1.855h.684c.201-1.701.181-3.709.071-5.532-.126-2.099-.366-3.884-.488-4.562-.238-1.336-1.232-4.892-3.401-9.13-1.339-2.615-2.986-4.575-4.033-5.622-.588.8-1.129 1.658-1.607 2.78-.642 1.508-1.19 3.536-1.542 6.58-.643 5.564-.112 11.583.261 15.806l.028.309h1.663a.928.928 0 0 1 0 1.855h-2.513a.927.927 0 0 1-.923-.848l-.103-1.161c-.372-4.203-.921-10.41-.254-16.175.366-3.165.947-5.376 1.678-7.091.675-1.588 1.464-2.713 2.261-3.737-.057-3.1-.376-5.276-.741-6.727-.189-.75-.388-1.296-.564-1.67a3.11 3.11 0 0 0-.227-.418c-.066-.1-.103-.133-.1-.13a.917.917 0 0 1-.298-.53c-.821-.449-1.656-.9-2.47-1.333a154.164 154.164 0 0 0-3.899-2.016 51.58 51.58 0 0 0-1.101-.53c-.062 2.788-.147 9.399-.227 16.084l-.086 7.36c-.062 5.332-.111 9.606-.13 10.333-.054 2.073-.648 16.813-.866 19.681l-.054.714c-.284 3.758-1.103 14.63-1.645 18.354a358.947 358.947 0 0 1-1.063 6.8h18.745l1.779-5.607 8.18-58.616Zm-30.583 64.223H90.006c-.818-2.745-2.33-8.115-3.148-12.085-.73-3.544-1.56-8.202-2.45-13.198-.476-2.671-.97-5.438-1.473-8.184-1.432-7.792-2.068-19.03-1.99-22.091.024-.884.02-2.318.018-4.006-.003-1.313-.005-2.779.003-4.258.02-3.427.101-6.936.373-9.034.131-1.011.274-2.038.415-3.018a22.318 22.318 0 0 0 3.99 2.764c2.286 1.24 5.133 2.258 8.208 2.248 5.02-.016 9.539-2.439 12.041-4.275-.049 3.276-.102 7.58-.154 11.873l-.086 7.41c-.062 5.307-.111 9.544-.129 10.257-.054 2.067-.648 16.769-.862 19.589l-.053.708c-.285 3.775-1.1 14.582-1.632 18.233a362.431 362.431 0 0 1-1.107 7.067Zm4.062-77.552.023-1.262a4.57 4.57 0 0 1-2.019-1.547c-.583-.785-.983-1.83-1.002-3.155-.41.1-.842.174-1.297.215-2.239.206-4.43-.283-5.733-.768-1.226-.456-3.22-1.25-4.95-2.934-.816-.795-1.656-1.71-2.349-2.646-.682-.922-1.272-1.93-1.517-2.907a.927.927 0 0 1 1.799-.45c.157.63.581 1.407 1.209 2.254.616.834 1.383 1.673 2.151 2.42 1.439 1.4 3.122 2.086 4.304 2.526 1.105.411 3.014.834 4.916.66 1.818-.168 3.138-.955 4.145-2.018 1.047-1.106 2.312-3.147 2.925-4.89.648-1.837 1.642-5.055 2.094-7.747.303-1.8.543-4.633.668-6.436a21.708 21.708 0 0 1-3.875.327c-4.49 0-8.284-1.422-9.986-2.191-.772-.35-1.64-.807-2.514-1.267l-.267-.14a65.353 65.353 0 0 0-2.002-1.021 274.356 274.356 0 0 1-1.445 3.955c-.647 1.723-1.297 3.38-1.639 4.014-.994 1.842-2.67 2.19-3.961 2.214a.927.927 0 0 1-.919-.706l-.003-.01a1.885 1.885 0 0 0-.05-.132 4.925 4.925 0 0 0-.149-.32 12.606 12.606 0 0 0-.519-.912 18.063 18.063 0 0 0-1.592-2.188c-.613-.715-1.202-1.248-1.672-1.497-.231-.122-.361-.136-.408-.134h-.004c-.01 0-.03 0-.082.059-.644.745-.814 1.625-.75 2.552.064.907.345 1.775.582 2.508l.035.107c.165.512.63 1.151 1.332 1.838.683.667 1.51 1.299 2.27 1.803.185.124.32.31.38.524 1.672 6.011 1.716 9.093 1.745 11.076.004.29.008.559.016.808.074 2.124-.598 3.595-1.266 4.205-.188.17-.433.3-.615.388-.206.1-.44.196-.668.282-.359.137-.736.263-1.033.355a280.51 280.51 0 0 0-.253 1.624c.837.886 2.451 2.243 4.54 3.376 2.111 1.146 4.65 2.032 7.319 2.024 5.428-.017 10.332-3.232 12.077-4.828l.009-.008Zm16.352 85.639a9.523 9.523 0 0 1 2.32-.59l.03-.003-.94.916-1.41-.323ZM70.853 109.12c-.32.014-1.11.146-1.655.51-.83.553-1.858 1.453-1.704 3.3.156 1.867 1.662 3.125 3.31 3.065.854-.031 1.765-.396 2.454-.976.69-.581 1.075-1.301 1.075-2.011 0-.883-.283-1.881-.861-2.637-.554-.723-1.39-1.246-2.62-1.251Zm38.112-61.187c-1.838-.932-3.675-.065-4.354.5a.928.928 0 0 1-1.185-1.427c.982-.815 3.619-2.126 6.378-.726a.927.927 0 1 1-.839 1.653Zm-14.027.746c-.863.183-1.58.57-1.945.84a.927.927 0 1 1-1.106-1.487c.564-.419 1.523-.924 2.666-1.166 1.153-.245 2.551-.233 3.913.474a.927.927 0 0 1-.854 1.646c-.886-.46-1.823-.487-2.674-.307Zm7.419 1.647a.927.927 0 0 1 1.02.824l.549 5.176a.927.927 0 0 1-.763 1.011l-3.529.613a.927.927 0 0 1-.317-1.826l2.674-.465-.458-4.313a.927.927 0 0 1 .824-1.02Z\"\n fill=\"#000\"\n />\n <path\n d=\"M96.789 49.243a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0Zm11.564-.984a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0Z\"\n fill=\"#000\"\n />\n </svg>\n );\n};\n\nexport default DoctorSmall;\n"],"mappings":";;AAGA,IAAM,eAAmD,EAAE,OAAO,eAAe,YAAY;CAC3F,MAAM,iBAA0B;EAC9B,QAAQ,OAAR;GACE,KAAK,aACH,OAAO;IACL,MAAM;IACN,OAAO;GACT;GACF,KAAK,UACH,OAAO;IACL,MAAM;IACN,OAAO;GACT;GACF,SACE,OAAO;IACL,MAAM;IACN,OAAO;GACT;EACJ;CACF,GAAG;CAEH,OACE,qBAAC,OAAD;EAAK,GAAI;YAAT;GACG;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;IACd,eAAY;GACb,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;GACf,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;EACE;;AAET"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { n as getIllustration } from "../../utils3.js";
|
|
2
|
+
import EyeContactMedium from "./EyeContactMedium.js";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
//#region src/components/Illustrations/EyeContact.tsx
|
|
5
|
+
var EyeContact = ({ size = 512, color, ...rest }) => {
|
|
6
|
+
return getIllustration({
|
|
7
|
+
size,
|
|
8
|
+
medium: /* @__PURE__ */ jsx(EyeContactMedium, {
|
|
9
|
+
color,
|
|
10
|
+
...rest
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
};
|
|
14
|
+
//#endregion
|
|
15
|
+
export { EyeContact as default };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=EyeContact.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EyeContact.js","names":[],"sources":["../../../src/components/Illustrations/EyeContact.tsx"],"sourcesContent":["import type { SvgIllustrationProps } from '../Illustration';\n\nimport EyeContactMedium from './EyeContactMedium';\nimport { getIllustration } from '../Illustration/utils';\n\nexport interface Palette {\n skin: string;\n mother: string;\n baby: string;\n}\n\nconst EyeContact: React.FC<SvgIllustrationProps> = ({ size = 512, color, ...rest }) => {\n const medium = <EyeContactMedium color={color} {...rest} />;\n\n return getIllustration({ size, medium });\n};\n\nexport default EyeContact;\n"],"mappings":";;;;AAWA,IAAM,cAA8C,EAAE,OAAO,KAAK,OAAO,GAAG,WAAW;CAGrF,OAAO,gBAAgB;EAAE;EAAM,QAFhB,oBAAC,kBAAD;GAAyB;GAAO,GAAI;EAAO,CAE3B;CAAO,CAAC;AACzC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { t as ViewBoxSize } from "../../utils3.js";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
//#region src/components/Illustrations/EyeContactMedium.tsx
|
|
4
|
+
var EyeContactMedium = ({ color, svgProperties, title }) => {
|
|
5
|
+
const palette = (() => {
|
|
6
|
+
switch (color) {
|
|
7
|
+
case "blueberry": return {
|
|
8
|
+
skin: "#E4F7F9",
|
|
9
|
+
mother: "#188097",
|
|
10
|
+
baby: "#08667C"
|
|
11
|
+
};
|
|
12
|
+
case "cherry": return {
|
|
13
|
+
skin: "#FFF2EA",
|
|
14
|
+
mother: "#B62E1C",
|
|
15
|
+
baby: "#F05A3C"
|
|
16
|
+
};
|
|
17
|
+
default: return {
|
|
18
|
+
skin: "#F5F3F3",
|
|
19
|
+
mother: "#989693",
|
|
20
|
+
baby: "#62625F"
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
})();
|
|
24
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
25
|
+
...svgProperties,
|
|
26
|
+
viewBox: ViewBoxSize.Medium,
|
|
27
|
+
children: [
|
|
28
|
+
title,
|
|
29
|
+
/* @__PURE__ */ jsxs("g", {
|
|
30
|
+
"clip-path": "url(#clip0_1804_42665)",
|
|
31
|
+
children: [
|
|
32
|
+
/* @__PURE__ */ jsx("path", {
|
|
33
|
+
d: "M111.248 348.039L108.4 384.614H209.582L212.281 388.212L232.067 411.296L247.357 421.489L255.751 424.038L263.097 421.489L297.873 399.304L342.094 366.176L382.775 331.603L368.231 316.089L362.33 322.106L348.989 333.198L325.208 348.153L315.514 351.668L309.562 351.336L306.841 347.586L282.434 355.234L260.998 362.129L244.809 317.759V301.57L241.811 286.73L244.059 282.982L248.556 279.684L255.751 276.536L260.998 278.635L263.097 276.536L253.353 257.949L245.858 242.959L238.663 232.466L236.115 246.257L233.416 250.304L228.02 251.353L221.125 247.756L212.281 238.462L205.085 229.168C202.537 226.82 197.261 222.093 196.541 221.973C195.822 221.853 188.247 218.126 184.549 216.277L173.756 214.928L161.914 218.825L150.672 225.421L140.179 235.464L131.335 252.103L122.94 275.637L118.294 297.522L114.846 319.108L111.248 348.039Z",
|
|
34
|
+
fill: palette.mother
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ jsx("path", {
|
|
37
|
+
d: "M339.995 285.68L333.699 279.833L316.461 287.179L297.573 292.425L296.374 294.973L305.518 297.671L306.268 304.717L295.175 309.214L287.83 304.717V301.569L293.226 296.772V292.425L281.534 295.873L272.39 301.569L271.191 290.326L272.39 277.285L269.093 274.887L263.996 275.786L260.848 279.833C258.899 279.034 254.792 277.405 253.953 277.285C253.113 277.165 248.506 278.934 246.308 279.833L241.811 287.179L243.16 293.624L245.258 306.516L244.358 315.809L260.848 362.728L306.268 346.565L308.939 350.703L313.36 351.723L318.915 349.837L329.176 345.998L343.292 337.095L364.878 319.857L371.174 309.214L374.921 296.772L350.638 290.326L339.995 285.68Z",
|
|
38
|
+
fill: palette.baby
|
|
39
|
+
}),
|
|
40
|
+
/* @__PURE__ */ jsx("path", {
|
|
41
|
+
d: "M414.496 245.657L427.537 261.846L429.785 257.05H436.231L438.03 262.746L436.231 277.286L429.785 295.124L421.691 303.968L408.35 311.463L396.208 319.108L382.567 332.449L367.427 316.11L371.324 308.465L374.622 296.923L347.79 289.428L338.346 284.032V279.984L337.298 274.888L333.85 269.341L338.346 263.495L337.298 260.947L339.246 258.699L338.346 255.251L344.193 251.204L345.692 245.657H357.234L366.528 234.715L376.421 229.918H387.813L400.855 234.715L414.496 245.657Z",
|
|
42
|
+
fill: palette.skin
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ jsx("path", {
|
|
45
|
+
d: "M305.219 299.471L306.16 304.995L294.787 309.386L287.733 303.124L286.366 296.502L294.283 292.399L303.137 292.831L305.219 299.471Z",
|
|
46
|
+
fill: palette.skin
|
|
47
|
+
}),
|
|
48
|
+
/* @__PURE__ */ jsx("path", {
|
|
49
|
+
d: "M184.849 203.535L190.995 190.794L228.17 220.174L236.115 185.398L234.166 182.999L231.768 176.853V167.709L235.065 158.715L239.562 153.619H249.006L252.903 160.664L266.844 142.227L263.097 164.262L306.867 182.999V212.529L296.674 213.429L290.678 220.174L286.781 217.476V224.072L280.785 226.17L278.986 231.117L271.791 235.614H265.345L254.402 229.918L241.061 217.476L236.115 247.306L231.018 251.204L223.973 249.705C222.124 247.606 218.097 243.319 216.778 242.959C215.458 242.599 210.832 236.114 208.683 232.916L198.64 224.072L184.849 217.476L172.258 215.827L184.849 203.535Z",
|
|
50
|
+
fill: palette.skin
|
|
51
|
+
}),
|
|
52
|
+
/* @__PURE__ */ jsx("path", {
|
|
53
|
+
d: "M227.721 220.174L175.705 178.802L182.6 154.219L192.044 133.982L203.437 115.694L213.33 104.302L230.119 93.5092L250.955 87.9629L272.24 89.0122L288.579 95.1581C290.878 97.1068 295.745 101.244 296.824 102.203C297.903 103.163 298.273 107.7 298.323 109.848L309.715 113.146L319.459 121.54L324.106 135.331L325.904 151.221L321.258 173.556L317.06 186.297L293.376 177.903L262.797 164.412L265.045 154.219L267.144 141.477L253.653 161.863L252.154 157.516L248.556 152.72L239.263 154.219L234.316 159.015L232.367 168.309V179.701L235.365 184.348L227.721 220.174Z",
|
|
54
|
+
fill: "black"
|
|
55
|
+
}),
|
|
56
|
+
/* @__PURE__ */ jsx("path", {
|
|
57
|
+
d: "M269.735 279.46C269.735 278.591 269.587 277.841 269.283 277.426C269.168 277.268 269.022 277.146 268.771 277.066C268.492 276.977 267.974 276.908 267.091 277.078C264.257 277.624 262.673 279.626 262.314 280.349C262.305 280.369 262.292 280.386 262.282 280.405C262.348 280.695 262.409 280.992 262.461 281.294C262.728 282.834 262.883 284.71 262.991 286.594C263.217 290.518 263.247 294.349 263.535 296.489C263.627 297.168 264.141 298.406 265.186 300.173C265.917 301.409 266.832 302.782 267.852 304.219C268.111 304.015 268.428 303.732 268.81 303.365C269.433 302.765 270.118 302.049 270.905 301.234C270.601 299.603 270.174 297.315 269.749 293.727C269.095 288.201 269.735 281.041 269.735 279.46ZM258.026 280.176C256.849 279.191 255.101 278.778 251.067 280.028C249.405 280.544 247.727 281.871 246.365 283.457C245.7 284.231 245.152 285.02 244.755 285.715C244.339 286.441 244.152 286.953 244.105 287.186C244.12 287.115 244.091 287.253 244.156 287.816C244.213 288.313 244.32 288.967 244.47 289.802C244.762 291.43 245.217 293.723 245.67 296.423C246.574 301.805 247.521 309.077 247.501 317.705C248.736 321.198 250.061 324.931 251.416 328.742C251.857 329.766 252.69 331.345 253.833 333.079C255.372 335.413 257.242 337.677 258.997 338.952C259.891 339.601 260.088 340.852 259.439 341.746C258.79 342.639 257.54 342.838 256.646 342.189C256.444 342.042 256.245 341.885 256.045 341.723C258.452 348.462 260.743 354.855 262.58 359.97L280.491 353.283C280.537 353.194 280.589 353.107 280.649 353.024C284.112 348.243 285.59 344.102 285.921 340.561C286.251 337.028 285.452 333.94 284.117 331.234C282.772 328.507 280.884 326.175 279.052 324.197C278.134 323.206 277.256 322.329 276.456 321.517C275.688 320.737 274.94 319.964 274.406 319.271C272.347 316.598 268.799 312.277 265.791 308.193C264.274 306.134 262.842 304.067 261.743 302.209C260.689 300.427 259.781 298.577 259.571 297.023C259.258 294.697 259.202 290.37 258.998 286.823C258.892 284.971 258.746 283.283 258.52 281.978C258.406 281.324 258.282 280.828 258.158 280.482C258.096 280.31 258.049 280.216 258.026 280.176ZM283.91 297.863C283.626 297.978 283.358 298.092 283.109 298.207C280.535 299.399 277.092 300.62 274.49 303.284C273.474 304.325 272.449 305.413 271.586 306.245C271.146 306.668 270.703 307.071 270.275 307.403C270.259 307.416 270.241 307.427 270.224 307.44C272.884 310.953 275.671 314.36 277.575 316.831C277.935 317.298 278.507 317.898 279.307 318.711C280.076 319.492 281.016 320.43 281.987 321.479C283.935 323.582 286.114 326.239 287.705 329.464C289.306 332.709 290.314 336.536 289.903 340.933C289.61 344.066 288.603 347.412 286.673 350.974L302.683 344.997C301.437 342.451 300.246 339.459 299.105 336.259C296.259 328.271 293.572 318.542 291.103 310.677C290.943 310.168 290.993 309.616 291.242 309.144C291.342 308.955 291.471 308.786 291.622 308.64C291.417 308.493 291.186 308.328 290.925 308.144C289.962 307.468 288.747 306.626 287.629 305.696C286.525 304.777 285.374 303.66 284.612 302.371C283.867 301.11 283.423 299.548 283.91 297.863ZM333.49 282.5C333.125 282.58 332.697 282.707 332.191 282.89C331.215 283.245 330.094 283.756 328.737 284.391C326.062 285.644 322.649 287.3 318.406 288.694C314.204 290.075 309.473 291.287 304.836 292.398C304.852 292.421 304.87 292.442 304.886 292.465C305.675 293.563 306.272 294.963 306.703 296.347C307.141 297.753 307.444 299.258 307.591 300.642C307.646 301.163 307.68 301.689 307.689 302.203C307.75 302.183 307.809 302.163 307.867 302.145C308.808 301.853 309.822 302.288 310.257 303.173C311.931 306.58 316.646 315.755 319.321 320.817C324.497 315.067 331.869 306.695 337.499 300.537C338.244 299.722 339.509 299.665 340.324 300.41C341.139 301.155 341.196 302.421 340.451 303.236C333.927 310.372 325.749 319.71 320.378 325.613C319.943 326.091 319.305 326.33 318.663 326.254C318.022 326.177 317.456 325.796 317.146 325.229C315.35 321.956 310.017 311.626 307.453 306.515C305.632 307.18 303.17 308.17 300.771 309.147C298.837 309.935 296.902 310.732 295.48 311.293C297.839 318.951 300.264 327.593 302.873 334.915C304.276 338.852 305.697 342.297 307.137 344.901C308.606 347.559 309.882 348.935 310.842 349.384C312.072 349.782 313.997 349.756 316.653 349.098C319.309 348.441 322.442 347.219 325.867 345.545C332.711 342.199 340.498 337.157 347.595 331.634C354.66 326.135 359.725 322.775 364.264 317.231C364.706 316.691 365.115 316.165 365.494 315.649C369.269 310.514 370.311 306.188 372.436 298.19C369.083 297.504 364.262 296.339 359.742 295.138C354.888 293.849 350.202 292.478 348.062 291.596C345.697 290.623 342.807 289.381 340.071 287.78C337.683 286.383 335.312 284.656 333.49 282.5ZM301.086 294.236C299.9 294.235 298.446 294.188 296.908 294.26C294.477 294.83 292.213 295.374 290.194 295.904C289.078 296.602 288.242 297.567 287.776 298.895C287.651 299.252 287.667 299.678 288.056 300.336C288.47 301.037 289.207 301.806 290.187 302.621C291.153 303.425 292.22 304.166 293.226 304.873C294.093 305.482 295.122 306.204 295.739 306.876C296.778 306.454 297.984 305.963 299.262 305.443C300.686 304.863 302.186 304.257 303.581 303.711C303.586 303.683 303.59 303.655 303.596 303.628C303.705 303.128 303.737 302.233 303.613 301.065C303.493 299.933 303.241 298.684 302.884 297.536C302.52 296.368 302.08 295.416 301.638 294.8C301.326 294.366 301.134 294.258 301.086 294.236ZM397.091 235.872C391.15 232.694 384.59 230.709 378.301 232.183C371.817 233.703 367.893 236.919 365.077 239.966C363.599 241.565 362.552 242.964 361.387 244.329C360.365 245.525 359.111 246.879 357.532 247.405C355.029 248.24 352.245 247.797 350.284 247.483C349.207 247.311 348.381 247.172 347.689 247.137C347.118 247.109 346.906 247.172 346.871 247.181C346.81 247.236 346.609 247.502 346.593 248.627C346.589 248.881 346.594 249.139 346.601 249.417C346.607 249.679 346.615 249.982 346.612 250.261C346.61 250.535 346.597 250.877 346.537 251.217C346.483 251.522 346.353 252.072 345.942 252.564C345.708 252.845 345.418 253.076 345.22 253.226C344.991 253.399 344.73 253.578 344.466 253.751C343.941 254.095 343.303 254.485 342.715 254.847C342.107 255.222 341.546 255.572 341.105 255.873C340.996 255.948 340.9 256.013 340.818 256.073C340.837 256.167 340.866 256.28 340.907 256.412C341.089 256.993 341.414 257.607 341.703 257.978C342.033 258.402 342.179 258.94 342.107 259.471C342.036 260.003 341.754 260.484 341.325 260.806C341.038 261.022 340.728 261.209 340.483 261.353C340.276 261.476 340.115 261.569 339.961 261.662C339.999 261.736 340.037 261.812 340.071 261.888C340.227 262.237 340.438 262.848 340.304 263.589C340.235 263.969 340.078 264.259 340.001 264.391C339.908 264.552 339.805 264.697 339.72 264.81C339.55 265.036 339.34 265.282 339.146 265.506C338.728 265.986 338.269 266.497 337.812 267.082C337.356 267.664 336.965 268.246 336.7 268.801C336.432 269.362 336.352 269.778 336.37 270.068C336.419 270.836 336.939 271.662 338.028 272.988C338.507 273.571 339.116 274.281 339.62 274.996C340.133 275.723 340.65 276.601 340.912 277.62C341.524 279.998 340.989 281.914 340.007 282.993C340.668 283.457 341.365 283.903 342.091 284.328C344.573 285.78 347.246 286.934 349.585 287.897C351.44 288.661 355.866 289.971 360.769 291.272C365.462 292.519 370.429 293.714 373.67 294.36C373.994 293.534 374.352 292.723 374.738 291.941C372.605 291.851 369.822 291.391 367.196 289.917C365.89 289.183 364.198 287.986 363.75 285.93C363.294 283.837 364.298 281.709 366.124 279.557C366.839 278.715 368.101 278.612 368.943 279.327C369.785 280.042 369.888 281.303 369.174 282.145C367.579 284.025 367.613 284.866 367.659 285.079C367.714 285.329 367.996 285.778 369.154 286.428C372.271 288.179 375.516 288.024 377.217 287.853C380.133 283.717 381.957 281.611 383.751 279.542C383.766 279.524 383.78 279.505 383.795 279.487C383.831 279.263 383.863 278.961 383.855 278.62C383.842 278.058 383.731 277.516 383.498 277.079C383.309 276.725 382.711 276.228 381.664 275.812C380.651 275.41 379.733 275.288 379.458 275.302C378.355 275.356 377.417 274.505 377.362 273.402C377.308 272.299 378.159 271.361 379.262 271.306C380.287 271.256 381.793 271.56 383.141 272.095C384.385 272.589 385.974 273.468 386.877 274.939C387.2 274.395 387.525 273.833 387.856 273.258C389.112 271.073 390.451 268.684 391.975 266.508C393.486 264.349 395.21 262.01 397.097 260.474C398.057 259.693 399.171 259.025 400.432 258.743C401.745 258.449 403.097 258.604 404.403 259.286C406.246 260.247 406.699 262.157 406.719 263.694C406.739 265.266 406.342 267.079 405.815 268.846C404.763 272.381 402.939 276.523 401.788 279.453C400.599 282.48 399.506 286.148 399.471 288.559C399.457 289.506 399.612 289.886 399.669 290C399.823 290.018 400.27 290.006 401.239 289.569C408.518 286.286 420.391 283.3 424.356 269.605C424.768 268.182 424.943 266.87 425.074 265.619C425.165 264.754 425.242 263.79 425.395 262.887C423.891 260.704 421.604 257.543 419.123 254.425C416.338 250.923 413.414 247.611 411.124 245.752C408.004 243.218 403.009 239.038 397.091 235.872ZM289.095 185.119C289.992 184.474 291.242 184.678 291.887 185.575C292.884 186.961 294.846 188.498 297.031 188.776C297.3 188.81 297.473 188.81 297.568 188.805C297.616 188.803 297.647 188.799 297.664 188.797C297.68 188.794 297.688 188.792 297.69 188.792C297.695 188.791 297.698 188.789 297.735 188.778C297.747 188.775 297.798 188.759 297.854 188.745C297.895 188.734 298.045 188.695 298.237 188.68C298.395 188.669 298.912 188.642 299.45 188.972C300.097 189.369 300.323 189.983 300.387 190.364C300.44 190.683 300.401 190.941 300.391 191.01C300.376 191.109 300.358 191.191 300.351 191.22C299.73 193.843 298.457 195.44 297.041 196.367C296.361 196.812 295.703 197.066 295.176 197.221C294.913 197.299 294.682 197.352 294.506 197.389C294.425 197.407 294.337 197.425 294.291 197.434C294.29 197.435 294.288 197.434 294.287 197.434C294.276 197.438 294.265 197.443 294.254 197.447C294.139 197.485 293.961 197.539 293.752 197.577C293.565 197.611 293.226 197.658 292.835 197.6C292.438 197.542 291.728 197.327 291.257 196.604C290.817 195.929 290.871 195.243 290.95 194.876C291.029 194.508 291.179 194.22 291.272 194.059C291.376 193.881 291.482 193.738 291.555 193.645C291.559 193.64 291.563 193.635 291.567 193.63C291.872 193.129 292.393 192.367 292.984 191.621C291.083 190.641 289.573 189.21 288.639 187.911C287.994 187.014 288.198 185.764 289.095 185.119ZM294.671 196.147L294.672 196.148L294.674 196.146C294.675 196.145 294.675 196.144 294.676 196.143C294.677 196.142 294.679 196.141 294.68 196.139C294.682 196.137 294.685 196.134 294.687 196.132C294.69 196.127 294.694 196.123 294.696 196.121C294.701 196.116 294.703 196.113 294.704 196.111C294.705 196.11 294.707 196.107 294.71 196.102C294.711 196.101 294.712 196.097 294.715 196.094C294.7 196.111 294.686 196.13 294.671 196.147ZM293.603 195.037L293.61 195.069L293.634 195.054L293.603 195.037ZM293.634 195.054L293.61 195.069L293.603 195.037L293.634 195.054ZM292.996 193.649L292.995 193.65L292.993 193.651C292.992 193.651 292.991 193.652 292.988 193.653C292.986 193.654 292.982 193.655 292.977 193.657C292.974 193.658 292.971 193.66 292.968 193.661C292.966 193.662 292.964 193.662 292.962 193.663C292.961 193.663 292.96 193.664 292.959 193.665H292.957C292.97 193.659 292.983 193.654 292.996 193.649ZM435.631 269.129C435.631 266.83 435.731 263.823 435.351 261.36C435.159 260.121 434.877 259.267 434.564 258.782C434.322 258.408 434.192 258.405 434.02 258.414C432.552 258.491 431.855 258.677 431.334 259.093C430.793 259.523 430.102 260.485 429.462 262.961C429.265 263.722 429.2 264.627 429.053 266.035C428.914 267.362 428.71 268.952 428.199 270.718C423.598 286.609 409.353 290.298 402.884 293.216C400.976 294.076 398.847 294.467 397.203 293.175C395.691 291.985 395.45 289.988 395.472 288.502C395.518 285.316 396.855 281.071 398.065 277.99C399.314 274.811 400.994 271.023 401.981 267.705C402.475 266.046 402.731 264.701 402.719 263.747C402.713 263.279 402.642 263.019 402.588 262.896C402.571 262.858 402.558 262.839 402.553 262.832C402.084 262.587 401.696 262.559 401.305 262.646C400.86 262.746 400.302 263.023 399.622 263.577C398.228 264.711 396.795 266.597 395.252 268.802C393.855 270.797 392.619 273 391.324 275.252C390.056 277.458 388.725 279.724 387.211 281.633C387.066 281.816 386.92 281.992 386.773 282.161C384.921 284.299 383.086 286.41 379.971 290.888C378.495 293.01 377.187 295.895 376.428 298.749C374.433 306.243 373.283 311.234 369.682 316.637L381.844 329.391C384.086 327.275 386.794 324.761 389.512 322.385C392.817 319.494 396.243 316.712 398.897 315.119C400.697 314.039 402.877 312.845 405.178 311.576C407.494 310.298 409.958 308.929 412.39 307.469C417.296 304.522 421.878 301.312 424.751 297.917C427.591 294.56 430.333 288.441 432.386 282.414C433.398 279.441 434.218 276.565 434.782 274.179C435.361 271.734 435.631 269.965 435.631 269.129ZM305.176 201.387C305.176 194.726 304.938 190.699 305.127 184.462C300.573 182.767 295.531 180.697 290.439 178.532C280.131 174.149 269.595 169.371 261.803 166.171C260.882 165.792 260.379 164.793 260.624 163.828C261.66 159.747 262.863 155.082 263.811 150.753C264.087 149.491 264.334 148.273 264.551 147.12C263.435 148.764 262.297 150.533 261.193 152.305C258.667 156.365 256.206 160.61 254.884 162.676C254.451 163.351 253.656 163.703 252.864 163.568C252.073 163.434 251.438 162.839 251.253 162.058C250.439 158.624 249.495 157.046 248.709 156.247C247.959 155.483 247.188 155.236 245.964 154.873C245.747 154.809 245.122 154.74 244.146 154.885C243.216 155.025 242.11 155.339 240.987 155.885C238.76 156.971 236.518 158.94 235.361 162.256C234.39 165.039 233.201 171.183 233.729 176.108C233.995 178.595 234.663 180.4 235.643 181.405C236.466 182.25 237.818 182.837 240.431 182.146C241.499 181.864 242.593 182.501 242.875 183.569C243.157 184.637 242.521 185.731 241.453 186.013C240.031 186.389 238.711 186.517 237.507 186.408C235.34 197.936 233.522 206.884 230.401 221.011C230.252 221.687 229.766 222.238 229.113 222.468C228.461 222.697 227.737 222.573 227.197 222.14C217.846 214.634 211.124 209.405 205.425 205.004C200.505 201.204 196.33 198.007 191.885 194.496C190.625 197.454 188.688 201.199 186.112 204.926C184.044 207.918 181.526 210.952 178.571 213.563C183.305 213.989 191.528 216.171 200.279 222.492C206.869 227.251 212.379 234.091 217.052 239.561C219.43 242.345 221.57 244.754 223.581 246.511C225.626 248.298 227.27 249.167 228.632 249.292C229.886 249.407 230.748 249.225 231.364 248.933C231.976 248.644 232.482 248.182 232.922 247.511C233.864 246.075 234.364 243.919 234.783 241.285C236 233.642 237.302 225.362 238.327 218.711C236.887 217.421 235.801 216.413 235.319 215.915C234.552 215.12 234.575 213.854 235.369 213.087C236.164 212.32 237.43 212.342 238.197 213.136C239.158 214.132 243.44 217.964 248.006 221.816C250.271 223.727 252.572 225.614 254.521 227.122C256.541 228.684 258.004 229.696 258.674 230.011C261.053 231.132 264.055 232.712 267.142 233.496C270.22 234.278 272.783 234.112 274.646 232.419C277.108 230.18 277.863 228.86 278.195 228.072C278.399 227.588 278.441 227.354 278.639 226.768C278.821 226.227 279.094 225.577 279.684 224.933C280.7 223.825 282.055 223.274 283.177 222.916C283.753 222.732 284.351 222.574 284.885 222.431C285.071 222.382 285.25 222.331 285.425 222.283C285.374 222.014 285.272 221.656 285.104 221.167C284.719 220.049 283.89 218.091 283.89 216.2C283.89 215.285 284.51 214.487 285.397 214.261C286.284 214.036 287.211 214.442 287.647 215.246C288.332 216.509 289.274 217.271 290.029 217.632C290.248 217.736 290.43 217.795 290.567 217.829C291.117 217.176 291.702 216.381 292.37 215.435C293.158 214.321 294.058 213.01 295.07 211.665L295.222 211.487C295.597 211.094 296.118 210.868 296.668 210.868H305.152C305.3 210.428 305.405 209.677 305.429 208.595C305.452 207.499 305.394 206.261 305.324 204.992C305.257 203.76 305.176 202.465 305.176 201.387ZM324.108 149.827C324.108 145.688 322.768 135.647 319.443 128.344C315.741 120.21 308.84 113.761 298.096 112.083C297.122 111.931 296.404 111.092 296.404 110.106C296.404 104.88 293.005 101.059 287.855 98.1003C282.711 95.1448 276.287 93.3389 271.238 92.0437C261.829 89.6297 252.724 89.7325 242.592 92.0564C232.385 94.3973 222.331 97.2247 210.407 110.073C204.469 116.472 196.667 129.528 190.192 143.219C186.97 150.033 184.107 156.941 181.991 163.172C180.022 168.97 178.738 174.074 178.371 177.931C181.889 181.279 186.587 185.163 192.251 189.681C197.493 193.863 202.154 197.424 207.869 201.838C213.057 205.844 219.095 210.539 227.185 217.007C229.94 204.427 231.653 195.927 233.701 185.003C233.377 184.763 233.069 184.495 232.779 184.198C230.862 182.232 230.051 179.333 229.751 176.534C229.146 170.888 230.468 164.14 231.585 160.938C233.144 156.469 236.219 153.758 239.235 152.289C240.734 151.559 242.232 151.127 243.554 150.929C244.829 150.739 246.104 150.742 247.1 151.037C248.301 151.393 250.011 151.866 251.562 153.444C252.394 154.291 253.124 155.394 253.761 156.84C254.91 154.923 256.279 152.633 257.798 150.192C260.405 146.004 263.373 141.519 265.938 138.697C266.494 138.086 267.369 137.879 268.14 138.177C268.91 138.474 269.419 139.216 269.419 140.042C269.419 143.014 268.673 147.243 267.719 151.607C266.884 155.422 265.856 159.486 264.928 163.135C272.544 166.317 282.55 170.831 292.004 174.85C301.347 178.823 310.145 182.311 316.05 183.83C320.044 173.38 324.108 163.499 324.108 149.827ZM328.108 149.827C328.108 165.086 323.279 176.001 319.166 186.884C318.817 187.806 317.849 188.337 316.884 188.135C314.686 187.673 312.04 186.887 309.091 185.879C308.971 191.283 309.176 194.982 309.176 201.387C309.176 202.325 309.247 203.473 309.318 204.772C309.388 206.033 309.455 207.413 309.428 208.682C309.401 209.907 309.285 211.249 308.875 212.344C308.664 212.906 308.327 213.536 307.762 214.037C307.154 214.576 306.389 214.868 305.55 214.868H297.678C296.953 215.862 296.29 216.818 295.636 217.744C294.829 218.884 294.021 219.994 293.187 220.912C292.409 221.768 291.329 221.896 290.629 221.866C290.214 221.848 289.792 221.771 289.374 221.65C289.409 221.85 289.437 222.053 289.451 222.256C289.516 223.164 289.358 224.254 288.554 225.191C288.318 225.466 288.012 225.671 287.669 225.786C287.072 225.985 286.464 226.149 285.919 226.295C285.354 226.446 284.86 226.577 284.396 226.725C283.436 227.032 282.918 227.324 282.632 227.635C282.571 227.702 282.523 227.768 282.429 228.048C282.349 228.283 282.156 228.976 281.882 229.626C281.258 231.106 280.081 232.883 277.336 235.379C273.991 238.42 269.729 238.281 266.156 237.373C262.591 236.467 259.112 234.64 256.969 233.631C255.83 233.094 254.017 231.788 252.074 230.286C250.062 228.729 247.714 226.803 245.427 224.874C244.221 223.856 243.022 222.829 241.89 221.847C241.421 224.869 240.909 228.139 240.384 231.478C245.416 238.192 250.258 247.055 254.354 255.122C258.376 263.045 261.617 270.06 263.771 273.966C264.54 273.615 265.394 273.331 266.334 273.15C267.68 272.891 268.905 272.911 269.986 273.256C271.095 273.609 271.927 274.266 272.51 275.062C273.602 276.553 273.735 278.405 273.735 279.46C273.735 281.726 273.099 288.001 273.722 293.258C273.963 295.294 274.202 296.877 274.42 298.168C277.079 296.347 279.863 295.302 281.429 294.577C283.227 293.745 285.746 292.953 288.664 292.172C289.896 291.504 291.221 291.069 292.503 290.787C293.782 290.505 295.095 290.36 296.328 290.287C296.679 290.205 297.032 290.122 297.386 290.04C303.967 288.506 311.145 286.87 317.157 284.894C321.129 283.589 324.319 282.043 327.04 280.768C328.382 280.14 329.657 279.555 330.825 279.131C331.985 278.709 333.188 278.389 334.375 278.389L334.612 278.404C335.161 278.47 335.662 278.76 335.991 279.213C336.283 279.613 336.606 280.001 336.955 280.379C336.982 280.353 337.01 280.328 337.038 280.303C337.054 280.275 337.083 280.219 337.11 280.123C337.176 279.892 337.242 279.41 337.038 278.616C336.949 278.268 336.738 277.849 336.353 277.303C335.959 276.745 335.497 276.209 334.938 275.528C333.951 274.327 332.522 272.558 332.379 270.323C332.302 269.112 332.653 267.994 333.09 267.078C333.53 266.155 334.116 265.315 334.659 264.62C335.178 263.956 335.713 263.356 336.079 262.935C335.973 262.74 335.849 262.483 335.763 262.193C335.612 261.685 335.552 261.007 335.851 260.29L335.938 260.1C336.322 259.334 336.987 258.826 337.437 258.527C337.304 258.222 337.185 257.912 337.09 257.607C336.932 257.103 336.806 256.531 336.787 255.956C336.77 255.417 336.838 254.625 337.33 253.915L337.423 253.789C337.645 253.504 337.905 253.28 338.081 253.136C338.315 252.945 338.582 252.752 338.848 252.57C339.379 252.207 340.02 251.809 340.617 251.441C341.235 251.061 341.807 250.711 342.271 250.407C342.402 250.321 342.515 250.243 342.612 250.175C342.613 249.991 342.608 249.781 342.602 249.512C342.595 249.235 342.588 248.909 342.593 248.571C342.609 247.418 342.74 245.126 344.664 243.844L344.863 243.719C345.872 243.136 347.028 243.1 347.887 243.142C348.852 243.19 349.948 243.378 350.916 243.533C353.046 243.874 354.844 244.085 356.268 243.61C356.652 243.482 357.253 243.01 358.345 241.731C359.293 240.621 360.619 238.896 362.14 237.251C365.323 233.807 369.909 230.042 377.388 228.289C385.062 226.49 392.684 228.978 398.978 232.345C405.294 235.724 410.587 240.162 413.646 242.646C416.299 244.801 419.451 248.412 422.253 251.934C423.991 254.119 425.635 256.321 426.996 258.216C427.506 257.297 428.109 256.548 428.841 255.965C430.413 254.711 432.232 254.502 433.809 254.419C435.709 254.319 437.08 255.306 437.924 256.612C438.696 257.808 439.084 259.328 439.304 260.749C439.745 263.606 439.631 267.064 439.631 269.129C439.631 270.474 439.257 272.642 438.675 275.1C438.079 277.619 437.223 280.617 436.172 283.703C434.098 289.794 431.163 296.532 427.805 300.501C424.48 304.43 419.409 307.92 414.449 310.898C411.948 312.4 409.427 313.8 407.11 315.078C404.778 316.365 402.678 317.516 400.956 318.549C398.636 319.94 395.444 322.511 392.146 325.395C388.876 328.254 385.605 331.33 383.149 333.664C381.18 335.535 379.596 337.065 379.094 337.467C377.116 339.049 370.657 344.618 362.422 351.563C354.226 358.475 344.336 366.695 335.603 373.485C311.796 391.995 287.02 410.343 272.374 418.485C269.663 419.992 267.034 421.606 264.674 422.825C262.242 424.081 259.788 425.094 257.103 425.476C251.607 426.259 245.773 424.326 237.659 418.347C224.965 408.993 218.393 398.569 208.365 386.06C208.356 386.048 208.346 386.036 208.337 386.024C202.719 378.677 191.485 358.688 180.569 337.916C169.625 317.09 158.86 295.203 154.177 283.933C153.753 282.913 154.236 281.743 155.256 281.319C156.276 280.895 157.446 281.378 157.87 282.398C162.48 293.491 173.172 315.243 184.109 336.055C195.07 356.914 206.136 376.557 211.508 383.586C221.817 396.447 227.9 406.187 240.032 415.128C247.806 420.856 252.569 422.082 256.539 421.516C258.587 421.225 260.582 420.436 262.838 419.271C265.165 418.069 267.461 416.64 270.431 414.989C284.76 407.023 309.29 388.876 333.146 370.327C341.814 363.588 351.656 355.41 359.843 348.506C367.99 341.634 374.565 335.967 376.595 334.344C376.838 334.149 377.657 333.369 378.942 332.144L367.255 319.888C362.37 325.811 356.792 329.544 350.052 334.79C342.795 340.437 334.773 345.643 327.623 349.138C324.051 350.884 320.641 352.232 317.615 352.981C314.646 353.716 311.778 353.944 309.455 353.139C309.408 353.123 309.362 353.105 309.316 353.086C307.499 352.301 305.966 350.587 304.646 348.533L262.083 364.427C261.582 364.613 261.027 364.593 260.542 364.368C260.057 364.143 259.682 363.732 259.501 363.229C256.487 354.843 251.938 342.141 247.683 330.18C247.488 329.716 247.338 329.295 247.24 328.935C245.985 325.405 244.761 321.955 243.616 318.718C240.471 309.82 223.331 261.568 222.375 258.612C222.035 257.561 222.611 256.434 223.662 256.094C224.713 255.753 225.841 256.33 226.181 257.381C226.876 259.531 236.546 286.804 242.743 304.282C242.44 301.613 242.08 299.203 241.725 297.085C241.273 294.397 240.844 292.247 240.532 290.51C240.38 289.663 240.255 288.904 240.183 288.274C240.118 287.712 240.062 287.01 240.184 286.402C240.352 285.562 240.772 284.62 241.282 283.728C241.811 282.805 242.507 281.81 243.33 280.851C244.944 278.972 247.218 277.034 249.883 276.208C254.073 274.909 257.389 274.811 260.053 276.691C260.183 276.547 260.322 276.402 260.468 276.257C258.258 272.317 254.786 264.811 250.786 256.932C247.358 250.179 243.487 243.039 239.49 237.128C239.235 238.737 238.984 240.339 238.733 241.914C238.323 244.494 237.737 247.462 236.267 249.705C235.5 250.874 234.468 251.89 233.075 252.549C231.688 253.205 230.081 253.441 228.267 253.275C225.617 253.032 223.174 251.467 220.949 249.523C218.69 247.549 216.377 244.93 214.01 242.16C209.192 236.521 204.043 230.144 197.938 225.734C188.134 218.654 179.32 217.343 176.436 217.491C174.883 217.622 173.323 217.847 171.765 218.161C160.386 220.453 149.258 227.469 142.125 236.979C138.092 242.356 133.103 252.82 128.545 266.283C124.005 279.693 119.951 295.907 117.716 312.672C114.117 339.661 111.342 372.11 110.404 384.955C110.324 386.056 109.365 386.884 108.264 386.803C107.162 386.723 106.334 385.764 106.414 384.663C107.355 371.777 110.138 339.242 113.751 312.142C116.023 295.101 120.14 278.635 124.756 265C129.354 251.418 134.506 240.471 138.925 234.579C146.576 224.377 158.424 216.855 170.667 214.304C175.571 211.623 179.668 207.215 182.822 202.651C185.561 198.688 187.514 194.715 188.625 191.901C183.09 187.466 178.41 183.563 174.907 180.149C174.492 179.744 174.272 179.178 174.307 178.598C174.574 174.112 176.04 168.256 178.203 161.885C180.378 155.481 183.304 148.429 186.576 141.509C193.092 127.729 201.106 114.215 207.476 107.351C220.168 93.6755 231.104 90.5875 241.697 88.158C252.364 85.7114 262.123 85.5759 272.232 88.1697C277.268 89.4617 284.179 91.375 289.848 94.6316C295.065 97.6288 299.623 102.01 300.311 108.417C311.645 110.704 319.082 117.894 323.084 126.686C326.699 134.629 328.108 145.262 328.108 149.827ZM293.003 193.647C293 193.648 292.999 193.649 292.998 193.649H292.996C292.998 193.648 293.001 193.648 293.003 193.647Z",
|
|
58
|
+
fill: "black"
|
|
59
|
+
}),
|
|
60
|
+
/* @__PURE__ */ jsx("path", {
|
|
61
|
+
d: "M360.1 245.825C360.819 245.852 361.419 246.387 361.526 247.1C361.719 248.374 362.088 251.157 362.276 252.145C362.431 252.959 361.898 253.744 361.084 253.899C360.27 254.054 359.485 253.521 359.33 252.707C359.242 252.245 359.117 251.417 358.989 250.538C358.978 250.544 358.967 250.551 358.955 250.557C358.408 250.827 357.845 251.035 357.367 251.181C356.922 251.316 356.442 251.429 356.08 251.451C355.68 251.476 355.287 251.339 354.988 251.072C354.69 250.805 354.51 250.43 354.489 250.03C354.466 249.572 354.618 249.19 354.731 248.962C354.857 248.709 355.02 248.477 355.184 248.276C355.513 247.873 355.947 247.476 356.423 247.128C357.328 246.467 358.686 245.772 360.1 245.825Z",
|
|
62
|
+
fill: "black"
|
|
63
|
+
})
|
|
64
|
+
]
|
|
65
|
+
}),
|
|
66
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
|
|
67
|
+
id: "clip0_1804_42665",
|
|
68
|
+
children: /* @__PURE__ */ jsx("rect", {
|
|
69
|
+
width: "512",
|
|
70
|
+
height: "512",
|
|
71
|
+
fill: "white"
|
|
72
|
+
})
|
|
73
|
+
}) })
|
|
74
|
+
]
|
|
75
|
+
});
|
|
76
|
+
};
|
|
77
|
+
//#endregion
|
|
78
|
+
export { EyeContactMedium as default };
|
|
79
|
+
|
|
80
|
+
//# sourceMappingURL=EyeContactMedium.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EyeContactMedium.js","names":[],"sources":["../../../src/components/Illustrations/EyeContactMedium.tsx"],"sourcesContent":["import type { Palette } from './EyeContact';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nimport { ViewBoxSize } from '../Illustration/utils';\n\nconst EyeContactMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n skin: '#E4F7F9',\n mother: '#188097',\n baby: '#08667C',\n };\n case 'cherry':\n return {\n skin: '#FFF2EA',\n mother: '#B62E1C',\n baby: '#F05A3C',\n };\n default:\n return {\n skin: '#F5F3F3',\n mother: '#989693',\n baby: '#62625F',\n };\n }\n })();\n\n return (\n <svg {...svgProperties} viewBox={ViewBoxSize.Medium}>\n {title}\n <g clip-path=\"url(#clip0_1804_42665)\">\n <path\n d=\"M111.248 348.039L108.4 384.614H209.582L212.281 388.212L232.067 411.296L247.357 421.489L255.751 424.038L263.097 421.489L297.873 399.304L342.094 366.176L382.775 331.603L368.231 316.089L362.33 322.106L348.989 333.198L325.208 348.153L315.514 351.668L309.562 351.336L306.841 347.586L282.434 355.234L260.998 362.129L244.809 317.759V301.57L241.811 286.73L244.059 282.982L248.556 279.684L255.751 276.536L260.998 278.635L263.097 276.536L253.353 257.949L245.858 242.959L238.663 232.466L236.115 246.257L233.416 250.304L228.02 251.353L221.125 247.756L212.281 238.462L205.085 229.168C202.537 226.82 197.261 222.093 196.541 221.973C195.822 221.853 188.247 218.126 184.549 216.277L173.756 214.928L161.914 218.825L150.672 225.421L140.179 235.464L131.335 252.103L122.94 275.637L118.294 297.522L114.846 319.108L111.248 348.039Z\"\n fill={palette.mother}\n />\n <path\n d=\"M339.995 285.68L333.699 279.833L316.461 287.179L297.573 292.425L296.374 294.973L305.518 297.671L306.268 304.717L295.175 309.214L287.83 304.717V301.569L293.226 296.772V292.425L281.534 295.873L272.39 301.569L271.191 290.326L272.39 277.285L269.093 274.887L263.996 275.786L260.848 279.833C258.899 279.034 254.792 277.405 253.953 277.285C253.113 277.165 248.506 278.934 246.308 279.833L241.811 287.179L243.16 293.624L245.258 306.516L244.358 315.809L260.848 362.728L306.268 346.565L308.939 350.703L313.36 351.723L318.915 349.837L329.176 345.998L343.292 337.095L364.878 319.857L371.174 309.214L374.921 296.772L350.638 290.326L339.995 285.68Z\"\n fill={palette.baby}\n />\n <path\n d=\"M414.496 245.657L427.537 261.846L429.785 257.05H436.231L438.03 262.746L436.231 277.286L429.785 295.124L421.691 303.968L408.35 311.463L396.208 319.108L382.567 332.449L367.427 316.11L371.324 308.465L374.622 296.923L347.79 289.428L338.346 284.032V279.984L337.298 274.888L333.85 269.341L338.346 263.495L337.298 260.947L339.246 258.699L338.346 255.251L344.193 251.204L345.692 245.657H357.234L366.528 234.715L376.421 229.918H387.813L400.855 234.715L414.496 245.657Z\"\n fill={palette.skin}\n />\n <path\n d=\"M305.219 299.471L306.16 304.995L294.787 309.386L287.733 303.124L286.366 296.502L294.283 292.399L303.137 292.831L305.219 299.471Z\"\n fill={palette.skin}\n />\n <path\n d=\"M184.849 203.535L190.995 190.794L228.17 220.174L236.115 185.398L234.166 182.999L231.768 176.853V167.709L235.065 158.715L239.562 153.619H249.006L252.903 160.664L266.844 142.227L263.097 164.262L306.867 182.999V212.529L296.674 213.429L290.678 220.174L286.781 217.476V224.072L280.785 226.17L278.986 231.117L271.791 235.614H265.345L254.402 229.918L241.061 217.476L236.115 247.306L231.018 251.204L223.973 249.705C222.124 247.606 218.097 243.319 216.778 242.959C215.458 242.599 210.832 236.114 208.683 232.916L198.64 224.072L184.849 217.476L172.258 215.827L184.849 203.535Z\"\n fill={palette.skin}\n />\n <path\n d=\"M227.721 220.174L175.705 178.802L182.6 154.219L192.044 133.982L203.437 115.694L213.33 104.302L230.119 93.5092L250.955 87.9629L272.24 89.0122L288.579 95.1581C290.878 97.1068 295.745 101.244 296.824 102.203C297.903 103.163 298.273 107.7 298.323 109.848L309.715 113.146L319.459 121.54L324.106 135.331L325.904 151.221L321.258 173.556L317.06 186.297L293.376 177.903L262.797 164.412L265.045 154.219L267.144 141.477L253.653 161.863L252.154 157.516L248.556 152.72L239.263 154.219L234.316 159.015L232.367 168.309V179.701L235.365 184.348L227.721 220.174Z\"\n fill=\"black\"\n />\n <path\n d=\"M269.735 279.46C269.735 278.591 269.587 277.841 269.283 277.426C269.168 277.268 269.022 277.146 268.771 277.066C268.492 276.977 267.974 276.908 267.091 277.078C264.257 277.624 262.673 279.626 262.314 280.349C262.305 280.369 262.292 280.386 262.282 280.405C262.348 280.695 262.409 280.992 262.461 281.294C262.728 282.834 262.883 284.71 262.991 286.594C263.217 290.518 263.247 294.349 263.535 296.489C263.627 297.168 264.141 298.406 265.186 300.173C265.917 301.409 266.832 302.782 267.852 304.219C268.111 304.015 268.428 303.732 268.81 303.365C269.433 302.765 270.118 302.049 270.905 301.234C270.601 299.603 270.174 297.315 269.749 293.727C269.095 288.201 269.735 281.041 269.735 279.46ZM258.026 280.176C256.849 279.191 255.101 278.778 251.067 280.028C249.405 280.544 247.727 281.871 246.365 283.457C245.7 284.231 245.152 285.02 244.755 285.715C244.339 286.441 244.152 286.953 244.105 287.186C244.12 287.115 244.091 287.253 244.156 287.816C244.213 288.313 244.32 288.967 244.47 289.802C244.762 291.43 245.217 293.723 245.67 296.423C246.574 301.805 247.521 309.077 247.501 317.705C248.736 321.198 250.061 324.931 251.416 328.742C251.857 329.766 252.69 331.345 253.833 333.079C255.372 335.413 257.242 337.677 258.997 338.952C259.891 339.601 260.088 340.852 259.439 341.746C258.79 342.639 257.54 342.838 256.646 342.189C256.444 342.042 256.245 341.885 256.045 341.723C258.452 348.462 260.743 354.855 262.58 359.97L280.491 353.283C280.537 353.194 280.589 353.107 280.649 353.024C284.112 348.243 285.59 344.102 285.921 340.561C286.251 337.028 285.452 333.94 284.117 331.234C282.772 328.507 280.884 326.175 279.052 324.197C278.134 323.206 277.256 322.329 276.456 321.517C275.688 320.737 274.94 319.964 274.406 319.271C272.347 316.598 268.799 312.277 265.791 308.193C264.274 306.134 262.842 304.067 261.743 302.209C260.689 300.427 259.781 298.577 259.571 297.023C259.258 294.697 259.202 290.37 258.998 286.823C258.892 284.971 258.746 283.283 258.52 281.978C258.406 281.324 258.282 280.828 258.158 280.482C258.096 280.31 258.049 280.216 258.026 280.176ZM283.91 297.863C283.626 297.978 283.358 298.092 283.109 298.207C280.535 299.399 277.092 300.62 274.49 303.284C273.474 304.325 272.449 305.413 271.586 306.245C271.146 306.668 270.703 307.071 270.275 307.403C270.259 307.416 270.241 307.427 270.224 307.44C272.884 310.953 275.671 314.36 277.575 316.831C277.935 317.298 278.507 317.898 279.307 318.711C280.076 319.492 281.016 320.43 281.987 321.479C283.935 323.582 286.114 326.239 287.705 329.464C289.306 332.709 290.314 336.536 289.903 340.933C289.61 344.066 288.603 347.412 286.673 350.974L302.683 344.997C301.437 342.451 300.246 339.459 299.105 336.259C296.259 328.271 293.572 318.542 291.103 310.677C290.943 310.168 290.993 309.616 291.242 309.144C291.342 308.955 291.471 308.786 291.622 308.64C291.417 308.493 291.186 308.328 290.925 308.144C289.962 307.468 288.747 306.626 287.629 305.696C286.525 304.777 285.374 303.66 284.612 302.371C283.867 301.11 283.423 299.548 283.91 297.863ZM333.49 282.5C333.125 282.58 332.697 282.707 332.191 282.89C331.215 283.245 330.094 283.756 328.737 284.391C326.062 285.644 322.649 287.3 318.406 288.694C314.204 290.075 309.473 291.287 304.836 292.398C304.852 292.421 304.87 292.442 304.886 292.465C305.675 293.563 306.272 294.963 306.703 296.347C307.141 297.753 307.444 299.258 307.591 300.642C307.646 301.163 307.68 301.689 307.689 302.203C307.75 302.183 307.809 302.163 307.867 302.145C308.808 301.853 309.822 302.288 310.257 303.173C311.931 306.58 316.646 315.755 319.321 320.817C324.497 315.067 331.869 306.695 337.499 300.537C338.244 299.722 339.509 299.665 340.324 300.41C341.139 301.155 341.196 302.421 340.451 303.236C333.927 310.372 325.749 319.71 320.378 325.613C319.943 326.091 319.305 326.33 318.663 326.254C318.022 326.177 317.456 325.796 317.146 325.229C315.35 321.956 310.017 311.626 307.453 306.515C305.632 307.18 303.17 308.17 300.771 309.147C298.837 309.935 296.902 310.732 295.48 311.293C297.839 318.951 300.264 327.593 302.873 334.915C304.276 338.852 305.697 342.297 307.137 344.901C308.606 347.559 309.882 348.935 310.842 349.384C312.072 349.782 313.997 349.756 316.653 349.098C319.309 348.441 322.442 347.219 325.867 345.545C332.711 342.199 340.498 337.157 347.595 331.634C354.66 326.135 359.725 322.775 364.264 317.231C364.706 316.691 365.115 316.165 365.494 315.649C369.269 310.514 370.311 306.188 372.436 298.19C369.083 297.504 364.262 296.339 359.742 295.138C354.888 293.849 350.202 292.478 348.062 291.596C345.697 290.623 342.807 289.381 340.071 287.78C337.683 286.383 335.312 284.656 333.49 282.5ZM301.086 294.236C299.9 294.235 298.446 294.188 296.908 294.26C294.477 294.83 292.213 295.374 290.194 295.904C289.078 296.602 288.242 297.567 287.776 298.895C287.651 299.252 287.667 299.678 288.056 300.336C288.47 301.037 289.207 301.806 290.187 302.621C291.153 303.425 292.22 304.166 293.226 304.873C294.093 305.482 295.122 306.204 295.739 306.876C296.778 306.454 297.984 305.963 299.262 305.443C300.686 304.863 302.186 304.257 303.581 303.711C303.586 303.683 303.59 303.655 303.596 303.628C303.705 303.128 303.737 302.233 303.613 301.065C303.493 299.933 303.241 298.684 302.884 297.536C302.52 296.368 302.08 295.416 301.638 294.8C301.326 294.366 301.134 294.258 301.086 294.236ZM397.091 235.872C391.15 232.694 384.59 230.709 378.301 232.183C371.817 233.703 367.893 236.919 365.077 239.966C363.599 241.565 362.552 242.964 361.387 244.329C360.365 245.525 359.111 246.879 357.532 247.405C355.029 248.24 352.245 247.797 350.284 247.483C349.207 247.311 348.381 247.172 347.689 247.137C347.118 247.109 346.906 247.172 346.871 247.181C346.81 247.236 346.609 247.502 346.593 248.627C346.589 248.881 346.594 249.139 346.601 249.417C346.607 249.679 346.615 249.982 346.612 250.261C346.61 250.535 346.597 250.877 346.537 251.217C346.483 251.522 346.353 252.072 345.942 252.564C345.708 252.845 345.418 253.076 345.22 253.226C344.991 253.399 344.73 253.578 344.466 253.751C343.941 254.095 343.303 254.485 342.715 254.847C342.107 255.222 341.546 255.572 341.105 255.873C340.996 255.948 340.9 256.013 340.818 256.073C340.837 256.167 340.866 256.28 340.907 256.412C341.089 256.993 341.414 257.607 341.703 257.978C342.033 258.402 342.179 258.94 342.107 259.471C342.036 260.003 341.754 260.484 341.325 260.806C341.038 261.022 340.728 261.209 340.483 261.353C340.276 261.476 340.115 261.569 339.961 261.662C339.999 261.736 340.037 261.812 340.071 261.888C340.227 262.237 340.438 262.848 340.304 263.589C340.235 263.969 340.078 264.259 340.001 264.391C339.908 264.552 339.805 264.697 339.72 264.81C339.55 265.036 339.34 265.282 339.146 265.506C338.728 265.986 338.269 266.497 337.812 267.082C337.356 267.664 336.965 268.246 336.7 268.801C336.432 269.362 336.352 269.778 336.37 270.068C336.419 270.836 336.939 271.662 338.028 272.988C338.507 273.571 339.116 274.281 339.62 274.996C340.133 275.723 340.65 276.601 340.912 277.62C341.524 279.998 340.989 281.914 340.007 282.993C340.668 283.457 341.365 283.903 342.091 284.328C344.573 285.78 347.246 286.934 349.585 287.897C351.44 288.661 355.866 289.971 360.769 291.272C365.462 292.519 370.429 293.714 373.67 294.36C373.994 293.534 374.352 292.723 374.738 291.941C372.605 291.851 369.822 291.391 367.196 289.917C365.89 289.183 364.198 287.986 363.75 285.93C363.294 283.837 364.298 281.709 366.124 279.557C366.839 278.715 368.101 278.612 368.943 279.327C369.785 280.042 369.888 281.303 369.174 282.145C367.579 284.025 367.613 284.866 367.659 285.079C367.714 285.329 367.996 285.778 369.154 286.428C372.271 288.179 375.516 288.024 377.217 287.853C380.133 283.717 381.957 281.611 383.751 279.542C383.766 279.524 383.78 279.505 383.795 279.487C383.831 279.263 383.863 278.961 383.855 278.62C383.842 278.058 383.731 277.516 383.498 277.079C383.309 276.725 382.711 276.228 381.664 275.812C380.651 275.41 379.733 275.288 379.458 275.302C378.355 275.356 377.417 274.505 377.362 273.402C377.308 272.299 378.159 271.361 379.262 271.306C380.287 271.256 381.793 271.56 383.141 272.095C384.385 272.589 385.974 273.468 386.877 274.939C387.2 274.395 387.525 273.833 387.856 273.258C389.112 271.073 390.451 268.684 391.975 266.508C393.486 264.349 395.21 262.01 397.097 260.474C398.057 259.693 399.171 259.025 400.432 258.743C401.745 258.449 403.097 258.604 404.403 259.286C406.246 260.247 406.699 262.157 406.719 263.694C406.739 265.266 406.342 267.079 405.815 268.846C404.763 272.381 402.939 276.523 401.788 279.453C400.599 282.48 399.506 286.148 399.471 288.559C399.457 289.506 399.612 289.886 399.669 290C399.823 290.018 400.27 290.006 401.239 289.569C408.518 286.286 420.391 283.3 424.356 269.605C424.768 268.182 424.943 266.87 425.074 265.619C425.165 264.754 425.242 263.79 425.395 262.887C423.891 260.704 421.604 257.543 419.123 254.425C416.338 250.923 413.414 247.611 411.124 245.752C408.004 243.218 403.009 239.038 397.091 235.872ZM289.095 185.119C289.992 184.474 291.242 184.678 291.887 185.575C292.884 186.961 294.846 188.498 297.031 188.776C297.3 188.81 297.473 188.81 297.568 188.805C297.616 188.803 297.647 188.799 297.664 188.797C297.68 188.794 297.688 188.792 297.69 188.792C297.695 188.791 297.698 188.789 297.735 188.778C297.747 188.775 297.798 188.759 297.854 188.745C297.895 188.734 298.045 188.695 298.237 188.68C298.395 188.669 298.912 188.642 299.45 188.972C300.097 189.369 300.323 189.983 300.387 190.364C300.44 190.683 300.401 190.941 300.391 191.01C300.376 191.109 300.358 191.191 300.351 191.22C299.73 193.843 298.457 195.44 297.041 196.367C296.361 196.812 295.703 197.066 295.176 197.221C294.913 197.299 294.682 197.352 294.506 197.389C294.425 197.407 294.337 197.425 294.291 197.434C294.29 197.435 294.288 197.434 294.287 197.434C294.276 197.438 294.265 197.443 294.254 197.447C294.139 197.485 293.961 197.539 293.752 197.577C293.565 197.611 293.226 197.658 292.835 197.6C292.438 197.542 291.728 197.327 291.257 196.604C290.817 195.929 290.871 195.243 290.95 194.876C291.029 194.508 291.179 194.22 291.272 194.059C291.376 193.881 291.482 193.738 291.555 193.645C291.559 193.64 291.563 193.635 291.567 193.63C291.872 193.129 292.393 192.367 292.984 191.621C291.083 190.641 289.573 189.21 288.639 187.911C287.994 187.014 288.198 185.764 289.095 185.119ZM294.671 196.147L294.672 196.148L294.674 196.146C294.675 196.145 294.675 196.144 294.676 196.143C294.677 196.142 294.679 196.141 294.68 196.139C294.682 196.137 294.685 196.134 294.687 196.132C294.69 196.127 294.694 196.123 294.696 196.121C294.701 196.116 294.703 196.113 294.704 196.111C294.705 196.11 294.707 196.107 294.71 196.102C294.711 196.101 294.712 196.097 294.715 196.094C294.7 196.111 294.686 196.13 294.671 196.147ZM293.603 195.037L293.61 195.069L293.634 195.054L293.603 195.037ZM293.634 195.054L293.61 195.069L293.603 195.037L293.634 195.054ZM292.996 193.649L292.995 193.65L292.993 193.651C292.992 193.651 292.991 193.652 292.988 193.653C292.986 193.654 292.982 193.655 292.977 193.657C292.974 193.658 292.971 193.66 292.968 193.661C292.966 193.662 292.964 193.662 292.962 193.663C292.961 193.663 292.96 193.664 292.959 193.665H292.957C292.97 193.659 292.983 193.654 292.996 193.649ZM435.631 269.129C435.631 266.83 435.731 263.823 435.351 261.36C435.159 260.121 434.877 259.267 434.564 258.782C434.322 258.408 434.192 258.405 434.02 258.414C432.552 258.491 431.855 258.677 431.334 259.093C430.793 259.523 430.102 260.485 429.462 262.961C429.265 263.722 429.2 264.627 429.053 266.035C428.914 267.362 428.71 268.952 428.199 270.718C423.598 286.609 409.353 290.298 402.884 293.216C400.976 294.076 398.847 294.467 397.203 293.175C395.691 291.985 395.45 289.988 395.472 288.502C395.518 285.316 396.855 281.071 398.065 277.99C399.314 274.811 400.994 271.023 401.981 267.705C402.475 266.046 402.731 264.701 402.719 263.747C402.713 263.279 402.642 263.019 402.588 262.896C402.571 262.858 402.558 262.839 402.553 262.832C402.084 262.587 401.696 262.559 401.305 262.646C400.86 262.746 400.302 263.023 399.622 263.577C398.228 264.711 396.795 266.597 395.252 268.802C393.855 270.797 392.619 273 391.324 275.252C390.056 277.458 388.725 279.724 387.211 281.633C387.066 281.816 386.92 281.992 386.773 282.161C384.921 284.299 383.086 286.41 379.971 290.888C378.495 293.01 377.187 295.895 376.428 298.749C374.433 306.243 373.283 311.234 369.682 316.637L381.844 329.391C384.086 327.275 386.794 324.761 389.512 322.385C392.817 319.494 396.243 316.712 398.897 315.119C400.697 314.039 402.877 312.845 405.178 311.576C407.494 310.298 409.958 308.929 412.39 307.469C417.296 304.522 421.878 301.312 424.751 297.917C427.591 294.56 430.333 288.441 432.386 282.414C433.398 279.441 434.218 276.565 434.782 274.179C435.361 271.734 435.631 269.965 435.631 269.129ZM305.176 201.387C305.176 194.726 304.938 190.699 305.127 184.462C300.573 182.767 295.531 180.697 290.439 178.532C280.131 174.149 269.595 169.371 261.803 166.171C260.882 165.792 260.379 164.793 260.624 163.828C261.66 159.747 262.863 155.082 263.811 150.753C264.087 149.491 264.334 148.273 264.551 147.12C263.435 148.764 262.297 150.533 261.193 152.305C258.667 156.365 256.206 160.61 254.884 162.676C254.451 163.351 253.656 163.703 252.864 163.568C252.073 163.434 251.438 162.839 251.253 162.058C250.439 158.624 249.495 157.046 248.709 156.247C247.959 155.483 247.188 155.236 245.964 154.873C245.747 154.809 245.122 154.74 244.146 154.885C243.216 155.025 242.11 155.339 240.987 155.885C238.76 156.971 236.518 158.94 235.361 162.256C234.39 165.039 233.201 171.183 233.729 176.108C233.995 178.595 234.663 180.4 235.643 181.405C236.466 182.25 237.818 182.837 240.431 182.146C241.499 181.864 242.593 182.501 242.875 183.569C243.157 184.637 242.521 185.731 241.453 186.013C240.031 186.389 238.711 186.517 237.507 186.408C235.34 197.936 233.522 206.884 230.401 221.011C230.252 221.687 229.766 222.238 229.113 222.468C228.461 222.697 227.737 222.573 227.197 222.14C217.846 214.634 211.124 209.405 205.425 205.004C200.505 201.204 196.33 198.007 191.885 194.496C190.625 197.454 188.688 201.199 186.112 204.926C184.044 207.918 181.526 210.952 178.571 213.563C183.305 213.989 191.528 216.171 200.279 222.492C206.869 227.251 212.379 234.091 217.052 239.561C219.43 242.345 221.57 244.754 223.581 246.511C225.626 248.298 227.27 249.167 228.632 249.292C229.886 249.407 230.748 249.225 231.364 248.933C231.976 248.644 232.482 248.182 232.922 247.511C233.864 246.075 234.364 243.919 234.783 241.285C236 233.642 237.302 225.362 238.327 218.711C236.887 217.421 235.801 216.413 235.319 215.915C234.552 215.12 234.575 213.854 235.369 213.087C236.164 212.32 237.43 212.342 238.197 213.136C239.158 214.132 243.44 217.964 248.006 221.816C250.271 223.727 252.572 225.614 254.521 227.122C256.541 228.684 258.004 229.696 258.674 230.011C261.053 231.132 264.055 232.712 267.142 233.496C270.22 234.278 272.783 234.112 274.646 232.419C277.108 230.18 277.863 228.86 278.195 228.072C278.399 227.588 278.441 227.354 278.639 226.768C278.821 226.227 279.094 225.577 279.684 224.933C280.7 223.825 282.055 223.274 283.177 222.916C283.753 222.732 284.351 222.574 284.885 222.431C285.071 222.382 285.25 222.331 285.425 222.283C285.374 222.014 285.272 221.656 285.104 221.167C284.719 220.049 283.89 218.091 283.89 216.2C283.89 215.285 284.51 214.487 285.397 214.261C286.284 214.036 287.211 214.442 287.647 215.246C288.332 216.509 289.274 217.271 290.029 217.632C290.248 217.736 290.43 217.795 290.567 217.829C291.117 217.176 291.702 216.381 292.37 215.435C293.158 214.321 294.058 213.01 295.07 211.665L295.222 211.487C295.597 211.094 296.118 210.868 296.668 210.868H305.152C305.3 210.428 305.405 209.677 305.429 208.595C305.452 207.499 305.394 206.261 305.324 204.992C305.257 203.76 305.176 202.465 305.176 201.387ZM324.108 149.827C324.108 145.688 322.768 135.647 319.443 128.344C315.741 120.21 308.84 113.761 298.096 112.083C297.122 111.931 296.404 111.092 296.404 110.106C296.404 104.88 293.005 101.059 287.855 98.1003C282.711 95.1448 276.287 93.3389 271.238 92.0437C261.829 89.6297 252.724 89.7325 242.592 92.0564C232.385 94.3973 222.331 97.2247 210.407 110.073C204.469 116.472 196.667 129.528 190.192 143.219C186.97 150.033 184.107 156.941 181.991 163.172C180.022 168.97 178.738 174.074 178.371 177.931C181.889 181.279 186.587 185.163 192.251 189.681C197.493 193.863 202.154 197.424 207.869 201.838C213.057 205.844 219.095 210.539 227.185 217.007C229.94 204.427 231.653 195.927 233.701 185.003C233.377 184.763 233.069 184.495 232.779 184.198C230.862 182.232 230.051 179.333 229.751 176.534C229.146 170.888 230.468 164.14 231.585 160.938C233.144 156.469 236.219 153.758 239.235 152.289C240.734 151.559 242.232 151.127 243.554 150.929C244.829 150.739 246.104 150.742 247.1 151.037C248.301 151.393 250.011 151.866 251.562 153.444C252.394 154.291 253.124 155.394 253.761 156.84C254.91 154.923 256.279 152.633 257.798 150.192C260.405 146.004 263.373 141.519 265.938 138.697C266.494 138.086 267.369 137.879 268.14 138.177C268.91 138.474 269.419 139.216 269.419 140.042C269.419 143.014 268.673 147.243 267.719 151.607C266.884 155.422 265.856 159.486 264.928 163.135C272.544 166.317 282.55 170.831 292.004 174.85C301.347 178.823 310.145 182.311 316.05 183.83C320.044 173.38 324.108 163.499 324.108 149.827ZM328.108 149.827C328.108 165.086 323.279 176.001 319.166 186.884C318.817 187.806 317.849 188.337 316.884 188.135C314.686 187.673 312.04 186.887 309.091 185.879C308.971 191.283 309.176 194.982 309.176 201.387C309.176 202.325 309.247 203.473 309.318 204.772C309.388 206.033 309.455 207.413 309.428 208.682C309.401 209.907 309.285 211.249 308.875 212.344C308.664 212.906 308.327 213.536 307.762 214.037C307.154 214.576 306.389 214.868 305.55 214.868H297.678C296.953 215.862 296.29 216.818 295.636 217.744C294.829 218.884 294.021 219.994 293.187 220.912C292.409 221.768 291.329 221.896 290.629 221.866C290.214 221.848 289.792 221.771 289.374 221.65C289.409 221.85 289.437 222.053 289.451 222.256C289.516 223.164 289.358 224.254 288.554 225.191C288.318 225.466 288.012 225.671 287.669 225.786C287.072 225.985 286.464 226.149 285.919 226.295C285.354 226.446 284.86 226.577 284.396 226.725C283.436 227.032 282.918 227.324 282.632 227.635C282.571 227.702 282.523 227.768 282.429 228.048C282.349 228.283 282.156 228.976 281.882 229.626C281.258 231.106 280.081 232.883 277.336 235.379C273.991 238.42 269.729 238.281 266.156 237.373C262.591 236.467 259.112 234.64 256.969 233.631C255.83 233.094 254.017 231.788 252.074 230.286C250.062 228.729 247.714 226.803 245.427 224.874C244.221 223.856 243.022 222.829 241.89 221.847C241.421 224.869 240.909 228.139 240.384 231.478C245.416 238.192 250.258 247.055 254.354 255.122C258.376 263.045 261.617 270.06 263.771 273.966C264.54 273.615 265.394 273.331 266.334 273.15C267.68 272.891 268.905 272.911 269.986 273.256C271.095 273.609 271.927 274.266 272.51 275.062C273.602 276.553 273.735 278.405 273.735 279.46C273.735 281.726 273.099 288.001 273.722 293.258C273.963 295.294 274.202 296.877 274.42 298.168C277.079 296.347 279.863 295.302 281.429 294.577C283.227 293.745 285.746 292.953 288.664 292.172C289.896 291.504 291.221 291.069 292.503 290.787C293.782 290.505 295.095 290.36 296.328 290.287C296.679 290.205 297.032 290.122 297.386 290.04C303.967 288.506 311.145 286.87 317.157 284.894C321.129 283.589 324.319 282.043 327.04 280.768C328.382 280.14 329.657 279.555 330.825 279.131C331.985 278.709 333.188 278.389 334.375 278.389L334.612 278.404C335.161 278.47 335.662 278.76 335.991 279.213C336.283 279.613 336.606 280.001 336.955 280.379C336.982 280.353 337.01 280.328 337.038 280.303C337.054 280.275 337.083 280.219 337.11 280.123C337.176 279.892 337.242 279.41 337.038 278.616C336.949 278.268 336.738 277.849 336.353 277.303C335.959 276.745 335.497 276.209 334.938 275.528C333.951 274.327 332.522 272.558 332.379 270.323C332.302 269.112 332.653 267.994 333.09 267.078C333.53 266.155 334.116 265.315 334.659 264.62C335.178 263.956 335.713 263.356 336.079 262.935C335.973 262.74 335.849 262.483 335.763 262.193C335.612 261.685 335.552 261.007 335.851 260.29L335.938 260.1C336.322 259.334 336.987 258.826 337.437 258.527C337.304 258.222 337.185 257.912 337.09 257.607C336.932 257.103 336.806 256.531 336.787 255.956C336.77 255.417 336.838 254.625 337.33 253.915L337.423 253.789C337.645 253.504 337.905 253.28 338.081 253.136C338.315 252.945 338.582 252.752 338.848 252.57C339.379 252.207 340.02 251.809 340.617 251.441C341.235 251.061 341.807 250.711 342.271 250.407C342.402 250.321 342.515 250.243 342.612 250.175C342.613 249.991 342.608 249.781 342.602 249.512C342.595 249.235 342.588 248.909 342.593 248.571C342.609 247.418 342.74 245.126 344.664 243.844L344.863 243.719C345.872 243.136 347.028 243.1 347.887 243.142C348.852 243.19 349.948 243.378 350.916 243.533C353.046 243.874 354.844 244.085 356.268 243.61C356.652 243.482 357.253 243.01 358.345 241.731C359.293 240.621 360.619 238.896 362.14 237.251C365.323 233.807 369.909 230.042 377.388 228.289C385.062 226.49 392.684 228.978 398.978 232.345C405.294 235.724 410.587 240.162 413.646 242.646C416.299 244.801 419.451 248.412 422.253 251.934C423.991 254.119 425.635 256.321 426.996 258.216C427.506 257.297 428.109 256.548 428.841 255.965C430.413 254.711 432.232 254.502 433.809 254.419C435.709 254.319 437.08 255.306 437.924 256.612C438.696 257.808 439.084 259.328 439.304 260.749C439.745 263.606 439.631 267.064 439.631 269.129C439.631 270.474 439.257 272.642 438.675 275.1C438.079 277.619 437.223 280.617 436.172 283.703C434.098 289.794 431.163 296.532 427.805 300.501C424.48 304.43 419.409 307.92 414.449 310.898C411.948 312.4 409.427 313.8 407.11 315.078C404.778 316.365 402.678 317.516 400.956 318.549C398.636 319.94 395.444 322.511 392.146 325.395C388.876 328.254 385.605 331.33 383.149 333.664C381.18 335.535 379.596 337.065 379.094 337.467C377.116 339.049 370.657 344.618 362.422 351.563C354.226 358.475 344.336 366.695 335.603 373.485C311.796 391.995 287.02 410.343 272.374 418.485C269.663 419.992 267.034 421.606 264.674 422.825C262.242 424.081 259.788 425.094 257.103 425.476C251.607 426.259 245.773 424.326 237.659 418.347C224.965 408.993 218.393 398.569 208.365 386.06C208.356 386.048 208.346 386.036 208.337 386.024C202.719 378.677 191.485 358.688 180.569 337.916C169.625 317.09 158.86 295.203 154.177 283.933C153.753 282.913 154.236 281.743 155.256 281.319C156.276 280.895 157.446 281.378 157.87 282.398C162.48 293.491 173.172 315.243 184.109 336.055C195.07 356.914 206.136 376.557 211.508 383.586C221.817 396.447 227.9 406.187 240.032 415.128C247.806 420.856 252.569 422.082 256.539 421.516C258.587 421.225 260.582 420.436 262.838 419.271C265.165 418.069 267.461 416.64 270.431 414.989C284.76 407.023 309.29 388.876 333.146 370.327C341.814 363.588 351.656 355.41 359.843 348.506C367.99 341.634 374.565 335.967 376.595 334.344C376.838 334.149 377.657 333.369 378.942 332.144L367.255 319.888C362.37 325.811 356.792 329.544 350.052 334.79C342.795 340.437 334.773 345.643 327.623 349.138C324.051 350.884 320.641 352.232 317.615 352.981C314.646 353.716 311.778 353.944 309.455 353.139C309.408 353.123 309.362 353.105 309.316 353.086C307.499 352.301 305.966 350.587 304.646 348.533L262.083 364.427C261.582 364.613 261.027 364.593 260.542 364.368C260.057 364.143 259.682 363.732 259.501 363.229C256.487 354.843 251.938 342.141 247.683 330.18C247.488 329.716 247.338 329.295 247.24 328.935C245.985 325.405 244.761 321.955 243.616 318.718C240.471 309.82 223.331 261.568 222.375 258.612C222.035 257.561 222.611 256.434 223.662 256.094C224.713 255.753 225.841 256.33 226.181 257.381C226.876 259.531 236.546 286.804 242.743 304.282C242.44 301.613 242.08 299.203 241.725 297.085C241.273 294.397 240.844 292.247 240.532 290.51C240.38 289.663 240.255 288.904 240.183 288.274C240.118 287.712 240.062 287.01 240.184 286.402C240.352 285.562 240.772 284.62 241.282 283.728C241.811 282.805 242.507 281.81 243.33 280.851C244.944 278.972 247.218 277.034 249.883 276.208C254.073 274.909 257.389 274.811 260.053 276.691C260.183 276.547 260.322 276.402 260.468 276.257C258.258 272.317 254.786 264.811 250.786 256.932C247.358 250.179 243.487 243.039 239.49 237.128C239.235 238.737 238.984 240.339 238.733 241.914C238.323 244.494 237.737 247.462 236.267 249.705C235.5 250.874 234.468 251.89 233.075 252.549C231.688 253.205 230.081 253.441 228.267 253.275C225.617 253.032 223.174 251.467 220.949 249.523C218.69 247.549 216.377 244.93 214.01 242.16C209.192 236.521 204.043 230.144 197.938 225.734C188.134 218.654 179.32 217.343 176.436 217.491C174.883 217.622 173.323 217.847 171.765 218.161C160.386 220.453 149.258 227.469 142.125 236.979C138.092 242.356 133.103 252.82 128.545 266.283C124.005 279.693 119.951 295.907 117.716 312.672C114.117 339.661 111.342 372.11 110.404 384.955C110.324 386.056 109.365 386.884 108.264 386.803C107.162 386.723 106.334 385.764 106.414 384.663C107.355 371.777 110.138 339.242 113.751 312.142C116.023 295.101 120.14 278.635 124.756 265C129.354 251.418 134.506 240.471 138.925 234.579C146.576 224.377 158.424 216.855 170.667 214.304C175.571 211.623 179.668 207.215 182.822 202.651C185.561 198.688 187.514 194.715 188.625 191.901C183.09 187.466 178.41 183.563 174.907 180.149C174.492 179.744 174.272 179.178 174.307 178.598C174.574 174.112 176.04 168.256 178.203 161.885C180.378 155.481 183.304 148.429 186.576 141.509C193.092 127.729 201.106 114.215 207.476 107.351C220.168 93.6755 231.104 90.5875 241.697 88.158C252.364 85.7114 262.123 85.5759 272.232 88.1697C277.268 89.4617 284.179 91.375 289.848 94.6316C295.065 97.6288 299.623 102.01 300.311 108.417C311.645 110.704 319.082 117.894 323.084 126.686C326.699 134.629 328.108 145.262 328.108 149.827ZM293.003 193.647C293 193.648 292.999 193.649 292.998 193.649H292.996C292.998 193.648 293.001 193.648 293.003 193.647Z\"\n fill=\"black\"\n />\n <path\n d=\"M360.1 245.825C360.819 245.852 361.419 246.387 361.526 247.1C361.719 248.374 362.088 251.157 362.276 252.145C362.431 252.959 361.898 253.744 361.084 253.899C360.27 254.054 359.485 253.521 359.33 252.707C359.242 252.245 359.117 251.417 358.989 250.538C358.978 250.544 358.967 250.551 358.955 250.557C358.408 250.827 357.845 251.035 357.367 251.181C356.922 251.316 356.442 251.429 356.08 251.451C355.68 251.476 355.287 251.339 354.988 251.072C354.69 250.805 354.51 250.43 354.489 250.03C354.466 249.572 354.618 249.19 354.731 248.962C354.857 248.709 355.02 248.477 355.184 248.276C355.513 247.873 355.947 247.476 356.423 247.128C357.328 246.467 358.686 245.772 360.1 245.825Z\"\n fill=\"black\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_1804_42665\">\n <rect width=\"512\" height=\"512\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\n\nexport default EyeContactMedium;\n"],"mappings":";;;AAKA,IAAM,oBAAwD,EAAE,OAAO,eAAe,YAAY;CAChG,MAAM,iBAA0B;EAC9B,QAAQ,OAAR;GACE,KAAK,aACH,OAAO;IACL,MAAM;IACN,QAAQ;IACR,MAAM;GACR;GACF,KAAK,UACH,OAAO;IACL,MAAM;IACN,QAAQ;IACR,MAAM;GACR;GACF,SACE,OAAO;IACL,MAAM;IACN,QAAQ;IACR,MAAM;GACR;EACJ;CACF,GAAG;CAEH,OACE,qBAAC,OAAD;EAAK,GAAI;EAAe,SAAS,YAAY;YAA7C;GACG;GACD,qBAAC,KAAD;IAAG,aAAU;cAAb;KACE,oBAAC,QAAD;MACE,GAAE;MACF,MAAM,QAAQ;KACf,CAAA;KACD,oBAAC,QAAD;MACE,GAAE;MACF,MAAM,QAAQ;KACf,CAAA;KACD,oBAAC,QAAD;MACE,GAAE;MACF,MAAM,QAAQ;KACf,CAAA;KACD,oBAAC,QAAD;MACE,GAAE;MACF,MAAM,QAAQ;KACf,CAAA;KACD,oBAAC,QAAD;MACE,GAAE;MACF,MAAM,QAAQ;KACf,CAAA;KACD,oBAAC,QAAD;MACE,GAAE;MACF,MAAK;KACN,CAAA;KACD,oBAAC,QAAD;MACE,GAAE;MACF,MAAK;KACN,CAAA;KACD,oBAAC,QAAD;MACE,GAAE;MACF,MAAK;KACN,CAAA;IACA;;GACH,oBAAC,QAAD,EAAA,UACE,oBAAC,YAAD;IAAU,IAAG;cACX,oBAAC,QAAD;KAAM,OAAM;KAAM,QAAO;KAAM,MAAK;IAAS,CAAA;GACrC,CAAA,EACN,CAAA;EACH;;AAET"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as getIllustration } from "../../
|
|
1
|
+
import { n as getIllustration } from "../../utils3.js";
|
|
2
2
|
import FacialRecognitionFingerprintMedium from "./FacialRecognitionFingerprintMedium.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
//#region src/components/Illustrations/FacialRecognitionFingerprint.tsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FacialRecognitionFingerprint.js","names":[],"sources":["../../../src/components/Illustrations/FacialRecognitionFingerprint.tsx"],"sourcesContent":["import type { SvgIllustrationProps } from '../Illustration';\n\nimport FacialRecognitionFingerprintMedium from './FacialRecognitionFingerprintMedium';\nimport { getIllustration } from '../Illustration/utils';\n\nexport interface Palette {\n hair: string;\n shirt: string;\n}\n\nconst FacialRecognitionFingerprint: React.FC<SvgIllustrationProps> = ({ size = 512, color, ...rest }) => {\n const medium = <FacialRecognitionFingerprintMedium color={color} {...rest} />;\n\n return getIllustration({ size, medium });\n};\n\nexport default FacialRecognitionFingerprint;\n"],"mappings":";;;;AAUA,IAAM,gCAAgE,EAAE,OAAO,KAAK,OAAO,GAAG,WAAW;CAGvG,OAAO,gBAAgB;EAAE;EAAM,QAFhB,oBAAC,oCAAD;GAA2C;GAAO,GAAI;
|
|
1
|
+
{"version":3,"file":"FacialRecognitionFingerprint.js","names":[],"sources":["../../../src/components/Illustrations/FacialRecognitionFingerprint.tsx"],"sourcesContent":["import type { SvgIllustrationProps } from '../Illustration';\n\nimport FacialRecognitionFingerprintMedium from './FacialRecognitionFingerprintMedium';\nimport { getIllustration } from '../Illustration/utils';\n\nexport interface Palette {\n hair: string;\n shirt: string;\n}\n\nconst FacialRecognitionFingerprint: React.FC<SvgIllustrationProps> = ({ size = 512, color, ...rest }) => {\n const medium = <FacialRecognitionFingerprintMedium color={color} {...rest} />;\n\n return getIllustration({ size, medium });\n};\n\nexport default FacialRecognitionFingerprint;\n"],"mappings":";;;;AAUA,IAAM,gCAAgE,EAAE,OAAO,KAAK,OAAO,GAAG,WAAW;CAGvG,OAAO,gBAAgB;EAAE;EAAM,QAFhB,oBAAC,oCAAD;GAA2C;GAAO,GAAI;EAAO,CAE7C;CAAO,CAAC;AACzC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as ViewBoxSize } from "../../
|
|
1
|
+
import { t as ViewBoxSize } from "../../utils3.js";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
3
|
//#region src/components/Illustrations/FacialRecognitionFingerprintMedium.tsx
|
|
4
4
|
var FacialRecognitionFingerprintMedium = ({ color, svgProperties, title }) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FacialRecognitionFingerprintMedium.js","names":[],"sources":["../../../src/components/Illustrations/FacialRecognitionFingerprintMedium.tsx"],"sourcesContent":["import type { Palette } from './FacialRecognitionFingerprint';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nimport { ViewBoxSize } from '../Illustration/utils';\n\nconst FacialRecognitionFingerprintMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#126F87',\n shirt: '#AFDAE3',\n };\n case 'cherry':\n return {\n hair: '#F1593C',\n shirt: '#FFF1EA',\n };\n default:\n return {\n hair: '#989693',\n shirt: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties} viewBox={ViewBoxSize.Medium}>\n {title}\n <path\n d=\"M343.078 233.416C343.078 233.416 347.821 233.416 354.942 224.224C362.064 215.031 355.236 199.893 355.236 199.893C355.236 199.893 367.408 198.997 371.604 176.15C375.812 153.302 363.84 139.059 363.84 139.059C363.84 139.059 378.083 127.488 367.996 106.123C357.908 84.7584 334.164 86.2415 334.164 86.2415C334.164 86.2415 326.456 68.1369 307.75 69.0321C289.044 69.9273 282.23 88.6733 282.23 88.6733C282.23 88.6733 256.709 77.9308 235.344 96.9172C213.98 115.904 220.206 139.941 220.206 139.941C220.206 139.941 192.014 150.924 192.308 178.221C192.602 205.518 205.069 212.345 205.069 212.345C205.069 212.345 192.015 237.865 205.964 250.919C219.913 263.973 229.413 260.419 229.413 260.419C229.413 260.419 247.17 223.008 274.227 225.186C274.227 225.186 281.334 213.294 274.52 181.187L264.82 170.631L259.075 155.961L261.052 148.331L268.374 147.944L274.227 153.449L278.529 158.954C278.529 158.954 297.034 153.876 299.746 134.89C299.746 134.89 320.069 140.809 332.749 127.568L334.566 130.441C334.566 130.441 338.2 140.729 345.442 148.238C345.442 148.238 339.536 198.223 318.732 204.449C318.732 204.449 317.557 222.981 323.436 225.172C323.436 225.172 336.757 224.718 343.063 233.403L343.078 233.416Z\"\n fill={palette.hair}\n />\n <path d=\"M81.574 139.968L66.0007 233.531L157.193 248.71L172.766 155.146L81.574 139.968Z\" fill=\"white\" />\n <path\n d=\"M274.013 225.92C274.013 225.92 291.289 241.646 323.103 225.92C323.103 225.92 340.165 224.062 351.508 246.697C362.852 269.331 372.553 296.721 372.553 296.721L403.457 259.39L437.368 279.058L392.661 348.483L385.126 357.088L376.721 360.468C376.721 360.468 364.776 361.417 358.35 354.803L366.326 407.486C366.326 407.486 314.645 421.395 257.645 412.19C257.605 377.464 247.785 328.307 218.497 288.464C231.083 253.818 249.027 225.452 274.013 225.92Z\"\n fill={palette.shirt}\n />\n <path\n d=\"M178.947 438.018C178.6 438.018 178.252 437.925 177.932 437.737C141.696 416.279 149.859 368.285 149.94 367.804C150.14 366.709 151.182 365.987 152.265 366.188C153.347 366.388 154.082 367.43 153.881 368.513C153.801 368.967 146.159 414.262 179.976 434.29C180.925 434.851 181.246 436.081 180.685 437.029C180.311 437.657 179.643 438.018 178.961 438.018H178.947Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M189.263 431.27C188.902 431.27 188.554 431.176 188.22 430.976C181.847 427.114 176.542 422.144 172.427 416.185C171.799 415.276 172.026 414.02 172.934 413.392C173.843 412.764 175.1 412.991 175.728 413.9C179.509 419.378 184.412 423.974 190.291 427.542C191.24 428.116 191.534 429.345 190.959 430.294C190.585 430.922 189.917 431.256 189.248 431.256L189.263 431.27Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M166.882 401.835C166.014 401.835 165.225 401.274 164.958 400.405C162.767 393.057 161.818 384.986 162.152 376.422C162.486 367.991 161.27 357.663 153.601 356.3C151.156 355.859 149.045 356.433 147.134 358.037C142.324 362.099 139.505 372.36 139.612 385.508C139.612 386.617 138.73 387.525 137.621 387.525C136.538 387.552 135.603 386.643 135.603 385.534C135.496 371.011 138.757 359.867 144.556 354.977C147.348 352.625 150.715 351.717 154.309 352.358C160.108 353.387 166.869 358.438 166.161 376.582C165.84 384.706 166.735 392.349 168.806 399.256C169.126 400.312 168.525 401.434 167.456 401.755C167.269 401.808 167.069 401.835 166.882 401.835Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M158.852 442.654C158.344 442.654 157.824 442.454 157.436 442.066C151.29 435.933 140.494 422.719 137.208 403.198C137.021 402.102 137.755 401.074 138.85 400.887C139.946 400.699 140.975 401.434 141.162 402.53C144.262 420.955 154.457 433.421 160.269 439.22C161.057 440.008 161.057 441.278 160.269 442.053C159.881 442.44 159.36 442.641 158.852 442.641V442.654Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M199.924 418.724C199.79 418.724 199.657 418.724 199.523 418.684C180.951 414.89 173.308 391.628 173.976 370.263C174.016 369.154 174.938 368.285 176.047 368.326C177.156 368.366 178.025 369.288 177.985 370.397C177.13 397.72 188.593 412.378 200.324 414.769C201.407 414.997 202.115 416.052 201.888 417.134C201.687 418.083 200.859 418.738 199.924 418.738V418.724Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M132.878 430.669C132.063 430.669 131.314 430.174 131.007 429.372C126.557 417.628 121.707 399.189 123.938 378.025C125.769 360.562 131.234 348.657 140.173 342.644C148.564 336.992 156.794 338.743 159.106 339.411C167.123 341.722 172.668 346.613 175.567 353.921C175.981 354.95 175.473 356.112 174.444 356.527C173.428 356.928 172.254 356.433 171.839 355.404C169.381 349.218 164.851 345.236 157.997 343.259C154.082 342.123 147.922 342.243 142.404 345.958C134.601 351.209 129.591 362.446 127.921 378.439C125.783 398.815 130.46 416.612 134.762 427.943C135.149 428.972 134.628 430.134 133.599 430.522C133.359 430.615 133.118 430.655 132.891 430.655L132.878 430.669Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M204.014 390.385C204.014 390.385 204.013 390.385 204 390.385C202.891 390.385 202.01 389.477 202.01 388.368C202.01 388.007 202.184 352.412 189.824 332.745C188.836 331.181 187.7 329.645 186.431 328.202C185.709 327.373 185.788 326.104 186.63 325.369C187.459 324.634 188.728 324.728 189.463 325.57C190.866 327.173 192.136 328.883 193.231 330.62C206.218 351.303 206.045 386.911 206.031 388.421C206.031 389.517 205.123 390.412 204.027 390.412L204.014 390.385Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M108.734 345.531C108.467 345.531 108.2 345.477 107.946 345.371C106.93 344.93 106.463 343.754 106.89 342.738C111.206 332.691 116.991 322.389 130.018 315.201C144.622 307.144 162.153 307.251 176.904 315.481C177.866 316.016 178.213 317.245 177.679 318.207C177.144 319.169 175.915 319.516 174.953 318.982C161.418 311.42 145.344 311.326 131.956 318.715C119.984 325.329 114.599 334.922 110.578 344.328C110.257 345.09 109.509 345.544 108.734 345.544V345.531Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M111.966 394.339C110.871 394.339 109.962 393.444 109.962 392.349C109.829 370.102 113.557 352.786 121.066 340.908C121.921 339.558 122.843 338.262 123.818 337.06C124.513 336.204 125.769 336.071 126.638 336.766C127.493 337.46 127.626 338.73 126.931 339.585C126.049 340.667 125.221 341.829 124.446 343.059C115.627 357.048 113.877 377.584 113.971 392.349C113.971 393.458 113.088 394.353 111.979 394.366L111.966 394.339Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M204.468 406.031C203.038 406.031 201.354 405.67 199.43 404.641C189.102 399.123 188.394 390.919 187.205 377.317C186.631 370.65 185.908 362.339 183.837 352.198C182.114 343.781 176.209 336.419 167.604 331.996C158.265 327.186 147.362 326.691 138.436 330.66C137.434 331.114 136.245 330.66 135.79 329.644C135.336 328.629 135.79 327.453 136.805 326.999C146.826 322.536 159.026 323.071 169.448 328.428C179.135 333.412 185.815 341.79 187.779 351.397C189.89 361.765 190.626 370.196 191.214 376.97C192.349 390.051 192.923 396.611 201.327 401.114C203.198 402.116 204.775 402.303 206.138 401.675C207.14 401.221 208.33 401.662 208.797 402.664C209.252 403.666 208.81 404.855 207.808 405.323C206.953 405.71 205.843 406.031 204.494 406.031H204.468Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M214.262 379.134C213.153 379.134 212.258 378.239 212.258 377.13C212.338 330.94 194.286 315.12 176.609 305.727C172.4 303.496 167.857 301.96 163.087 301.158C161.992 300.971 161.257 299.942 161.444 298.846C161.631 297.751 162.66 297.016 163.755 297.203C168.939 298.071 173.897 299.755 178.493 302.187C189.823 308.213 216.36 322.309 216.266 377.13C216.266 378.239 215.371 379.134 214.262 379.134Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M121.186 311.659C120.572 311.659 119.97 311.379 119.583 310.858C118.915 309.976 119.102 308.72 119.983 308.052C126.37 303.268 134.535 299.634 142.992 297.817C144.075 297.59 145.143 298.271 145.37 299.354C145.597 300.436 144.916 301.505 143.834 301.732C135.938 303.429 128.321 306.809 122.388 311.259C122.027 311.526 121.601 311.659 121.186 311.659Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M196.557 304.272C196.076 304.272 195.594 304.098 195.207 303.751C179.36 289.361 158.064 287.944 142.992 289.307C141.883 289.401 140.92 288.599 140.813 287.49C140.72 286.381 141.522 285.419 142.631 285.312C158.491 283.882 180.964 285.406 197.907 300.784C198.722 301.533 198.788 302.802 198.04 303.617C197.639 304.058 197.105 304.272 196.557 304.272Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M211.082 433.06C224.453 433.06 235.291 422.221 235.291 408.849C235.291 395.478 224.453 384.639 211.082 384.639C197.711 384.639 186.871 395.478 186.871 408.849C186.871 422.221 197.711 433.06 211.082 433.06Z\"\n fill=\"white\"\n />\n <path\n d=\"M211.082 435.065C196.625 435.065 184.867 423.307 184.867 408.85C184.867 394.393 196.625 382.635 211.082 382.635C225.539 382.635 237.295 394.393 237.295 408.85C237.295 423.307 225.539 435.065 211.082 435.065ZM211.082 386.657C198.843 386.657 188.875 396.611 188.875 408.863C188.875 421.115 198.829 431.069 211.082 431.069C223.334 431.069 233.287 421.115 233.287 408.863C233.287 396.611 223.321 386.657 211.082 386.657Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M209.624 418.284C209.117 418.284 208.596 418.083 208.209 417.696L201.167 410.655C200.378 409.866 200.378 408.597 201.167 407.822C201.955 407.034 203.224 407.034 203.999 407.822L209.624 413.447L221.624 401.449C222.412 400.66 223.681 400.66 224.456 401.449C225.245 402.237 225.245 403.506 224.456 404.281L211.042 417.696C210.654 418.083 210.132 418.284 209.624 418.284Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M79.5267 160.517C79.4198 160.517 79.2995 160.517 79.1927 160.49C78.097 160.303 77.3615 159.274 77.5486 158.179L80.6084 139.834C80.7019 139.313 80.983 138.845 81.4239 138.538C81.8515 138.23 82.3981 138.11 82.9192 138.19L101.359 141.263C102.454 141.45 103.189 142.479 103.002 143.575C102.815 144.67 101.786 145.405 100.691 145.218L84.2292 142.466L81.4904 158.833C81.3301 159.809 80.4744 160.504 79.5123 160.504L79.5267 160.517Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M170.69 175.789C170.583 175.789 170.463 175.789 170.356 175.762C169.261 175.575 168.526 174.546 168.713 173.451L171.465 156.99L155.098 154.251C154.002 154.064 153.267 153.035 153.454 151.939C153.641 150.844 154.657 150.109 155.766 150.296L174.11 153.355C174.631 153.449 175.1 153.73 175.407 154.17C175.714 154.598 175.834 155.146 175.754 155.667L172.681 174.106C172.521 175.081 171.665 175.776 170.703 175.776L170.69 175.789Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M158.198 250.921C158.091 250.921 157.971 250.921 157.864 250.894L139.424 247.821C138.329 247.634 137.594 246.605 137.782 245.509C137.969 244.414 138.997 243.679 140.092 243.866L156.554 246.618L159.293 230.251C159.48 229.155 160.496 228.42 161.605 228.607C162.7 228.794 163.435 229.823 163.248 230.919L160.188 249.264C160.027 250.239 159.173 250.934 158.211 250.934L158.198 250.921Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M85.3515 238.802C85.2446 238.802 85.1244 238.802 85.0175 238.775L66.6731 235.716C65.5775 235.529 64.842 234.5 65.0291 233.404L68.1019 214.966C68.289 213.87 69.305 213.135 70.414 213.322C71.5097 213.509 72.2438 214.538 72.0568 215.634L69.3049 232.095L85.6725 234.834C86.7682 235.021 87.5023 236.05 87.3153 237.145C87.1549 238.121 86.3005 238.815 85.3385 238.815L85.3515 238.802Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M103.657 171.005C105.715 171.005 107.384 169.336 107.384 167.278C107.384 165.219 105.715 163.55 103.657 163.55C101.598 163.55 99.9287 165.219 99.9287 167.278C99.9287 169.336 101.598 171.005 103.657 171.005Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M145.931 178.073C147.99 178.073 149.659 176.404 149.659 174.345C149.659 172.286 147.99 170.617 145.931 170.617C143.872 170.617 142.203 172.286 142.203 174.345C142.203 176.404 143.872 178.073 145.931 178.073Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M111.927 203.047C110.859 203.047 109.977 202.205 109.923 201.136C109.87 200.027 110.725 199.092 111.834 199.038L121.36 198.597L120.812 176.832C120.785 175.723 121.654 174.801 122.763 174.774C123.845 174.747 124.794 175.616 124.82 176.725L125.422 200.441C125.449 201.537 124.594 202.445 123.512 202.499L112.02 203.02C112.02 203.02 111.954 203.02 111.927 203.02V203.047Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M107.41 223.582C107.29 223.582 107.17 223.582 107.05 223.555C92.1257 220.883 89.6136 209.553 89.5201 209.058C89.2929 207.976 89.9876 206.921 91.0832 206.693C92.1655 206.466 93.2217 207.161 93.4489 208.243C93.5424 208.644 95.6267 217.436 107.759 219.614C108.854 219.814 109.576 220.856 109.375 221.939C109.202 222.914 108.359 223.595 107.41 223.595V223.582Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M373.703 362.406C368.385 362.406 363.187 360.575 359.005 357.181L357.535 355.979C356.68 355.284 356.546 354.015 357.254 353.16C357.949 352.305 359.219 352.171 360.074 352.879L361.543 354.082C365.779 357.542 371.311 359.025 376.709 358.17C382.107 357.315 386.903 354.189 389.869 349.592L435.231 279.165L404.554 261.381L375.146 299.207C374.678 299.808 373.916 300.089 373.168 299.942C372.419 299.795 371.831 299.234 371.631 298.512C371.417 297.737 350.146 221.284 323.249 227.644C289.445 241.78 273.559 227.817 272.905 227.216C272.277 226.642 272.076 225.733 272.41 224.945C278.329 211.049 273.653 186.731 272.744 182.349C261.614 173.45 255.989 159.822 257.165 152.099C257.659 148.825 259.37 146.487 261.975 145.512C269.845 142.599 276.458 152.687 278.757 156.775C299.386 148.812 297.85 135.785 297.783 135.21C297.69 134.556 297.93 133.887 298.424 133.447C298.918 133.006 299.587 132.819 300.229 132.966C322.542 138.203 331.588 125.978 331.962 125.443C332.429 124.788 333.231 124.481 334.019 124.641C334.794 124.815 335.409 125.416 335.57 126.205C338.068 138.711 346.726 146.701 346.82 146.781C347.327 147.235 347.567 147.93 347.447 148.612C343.786 169.91 334.874 205.811 316.222 206.947C300.91 207.882 287.882 194.147 287.334 193.559C286.573 192.757 286.627 191.488 287.428 190.726C288.23 189.965 289.5 190.018 290.261 190.82C290.381 190.954 302.594 203.767 315.982 202.952C327.299 202.257 337.493 182.108 343.332 148.972C341.194 146.795 335.436 140.288 332.563 130.667C328.234 134.542 318.506 140.555 301.818 137.401C301.417 142.679 298.185 154.183 278.503 161.145C277.541 161.492 276.472 161.051 276.031 160.129C275.964 159.995 269.524 147.008 263.404 149.266C262.188 149.721 261.44 150.87 261.16 152.687C260.131 159.448 265.769 171.887 275.804 179.623C276.178 179.904 276.432 180.305 276.538 180.759C276.806 181.908 282.765 208.443 276.712 225.025C280.627 227.617 295.272 235.046 321.874 223.876C321.968 223.836 322.074 223.809 322.168 223.782C349.411 217.048 369.547 277.481 374.424 293.648L402.496 257.546C403.111 256.758 404.219 256.544 405.087 257.039L439.092 276.76C439.56 277.04 439.907 277.495 440.041 278.029C440.174 278.564 440.081 279.125 439.773 279.579L393.276 351.77C389.695 357.328 383.911 361.096 377.377 362.138C376.175 362.326 374.958 362.419 373.742 362.419L373.703 362.406Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M322.608 227.71C322.1 227.71 321.578 227.509 321.191 227.122C315.659 221.59 316.622 206.078 316.755 204.327C316.836 203.218 317.81 202.39 318.906 202.47C320.015 202.55 320.844 203.512 320.764 204.608C320.457 208.857 320.443 220.682 324.038 224.276C324.826 225.064 324.826 226.333 324.038 227.108C323.65 227.496 323.128 227.696 322.621 227.696L322.608 227.71Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M315.486 180.225C314.537 180.225 313.696 179.543 313.522 178.581C313.322 177.499 314.042 176.444 315.125 176.243L324.424 174.533L320.63 153.957C320.429 152.874 321.151 151.819 322.233 151.618C323.315 151.418 324.371 152.14 324.571 153.222L328.727 175.776C328.928 176.858 328.206 177.913 327.124 178.114L315.846 180.185C315.726 180.212 315.606 180.225 315.486 180.225Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M300.495 418.19C289.565 418.19 277.781 417.482 265.528 415.652C264.433 415.491 263.684 414.462 263.844 413.367C264.004 412.271 265.033 411.523 266.129 411.683C314.831 418.965 356.01 408.303 364.561 405.844L346.538 286.822C346.377 285.726 347.125 284.711 348.221 284.537C349.317 284.377 350.332 285.125 350.506 286.221L368.798 406.967C368.945 407.942 368.37 408.864 367.434 409.171C367.074 409.292 339.095 418.19 300.508 418.19H300.495Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M218.431 290.468C218.204 290.468 217.977 290.428 217.763 290.348C216.721 289.973 216.173 288.824 216.547 287.782C243.015 213.6 273.612 223.354 274.908 223.795C275.951 224.156 276.498 225.305 276.138 226.347C275.777 227.389 274.642 227.937 273.6 227.576C273.226 227.456 245.26 219.225 220.328 289.118C220.034 289.933 219.259 290.454 218.444 290.454L218.431 290.468Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M242.774 356.154C242.667 356.154 242.547 356.154 242.427 356.127C241.331 355.94 240.609 354.898 240.796 353.816C245.472 326.839 250.804 306.53 250.857 306.33C251.138 305.261 252.247 304.619 253.302 304.9C254.371 305.18 255.013 306.276 254.732 307.345C254.679 307.545 249.387 327.681 244.737 354.484C244.564 355.459 243.723 356.14 242.761 356.14L242.774 356.154Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M390.123 254.902C389.602 254.902 389.093 254.702 388.706 254.314C388.211 253.82 388.012 253.112 388.172 252.43L403.189 188.751C403.363 188.029 403.911 187.454 404.632 187.267L439.532 178.235C440.213 178.061 440.948 178.249 441.442 178.756C441.95 179.251 442.151 179.986 441.977 180.667L436.485 202.513C436.218 203.582 435.123 204.236 434.054 203.969C432.986 203.702 432.331 202.606 432.598 201.537L437.275 182.978L406.81 190.862L392.821 250.199L422.122 243.171L424.327 234.406C424.594 233.337 425.69 232.682 426.759 232.95C427.828 233.217 428.483 234.313 428.215 235.381L425.717 245.322C425.53 246.044 424.968 246.605 424.233 246.779L390.59 254.849C390.429 254.889 390.283 254.902 390.123 254.902Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M427.948 274.623C427.667 274.623 427.387 274.569 427.12 274.436C426.117 273.968 425.676 272.779 426.13 271.777C426.197 271.63 432.785 257.227 438.143 241.113C444.462 222.113 443.928 211.317 436.406 206.106C434.789 204.997 430.928 205.545 426.318 207.563C418.048 211.17 410.886 217.584 410.471 220.483C410.458 220.576 410.432 220.67 410.405 220.764C410.378 220.83 408.24 228.393 411.808 232.027C414.199 234.459 419.023 234.766 425.757 232.936C426.826 232.642 427.922 233.283 428.216 234.339C428.509 235.408 427.882 236.503 426.813 236.797C418.462 239.069 412.449 238.4 408.949 234.806C404.018 229.756 406.196 221.004 406.53 219.748C407.438 214.444 416.631 207.402 424.728 203.861C429.07 201.964 435.016 200.241 438.704 202.779C447.936 209.166 448.939 221.365 441.964 242.342C436.54 258.67 429.859 273.273 429.792 273.42C429.458 274.155 428.722 274.583 427.974 274.583L427.948 274.623Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M410.712 264.628C410.525 264.628 410.338 264.601 410.151 264.547C409.082 264.24 408.482 263.131 408.776 262.062L413.144 246.91C413.451 245.842 414.561 245.227 415.63 245.534C416.699 245.842 417.299 246.95 417.005 248.019L412.637 263.171C412.383 264.053 411.58 264.614 410.712 264.614V264.628Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M351.722 139.393C351.308 139.393 350.88 139.259 350.519 138.992L347.313 136.587C346.432 135.919 346.257 134.663 346.912 133.781C347.58 132.899 348.836 132.725 349.718 133.38L352.924 135.785C353.806 136.453 353.981 137.709 353.326 138.591C352.939 139.112 352.337 139.393 351.722 139.393Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M397.07 173.544C396.656 173.544 396.23 173.41 395.869 173.143L390.203 168.867C389.321 168.199 389.148 166.943 389.803 166.062C390.471 165.18 391.726 165.006 392.608 165.661L398.274 169.936C399.155 170.604 399.329 171.86 398.674 172.742C398.287 173.263 397.685 173.544 397.07 173.544ZM385.741 165.006C385.327 165.006 384.899 164.872 384.538 164.605L378.872 160.33C377.99 159.662 377.817 158.406 378.472 157.524C379.14 156.642 380.396 156.468 381.278 157.123L386.943 161.399C387.824 162.067 387.999 163.323 387.344 164.204C386.957 164.726 386.355 165.006 385.741 165.006ZM374.41 156.468C373.996 156.468 373.569 156.335 373.208 156.067L367.543 151.792C366.661 151.124 366.487 149.868 367.142 148.986C367.81 148.104 369.065 147.93 369.947 148.585L375.613 152.861C376.495 153.529 376.668 154.785 376.013 155.667C375.626 156.188 375.024 156.468 374.41 156.468ZM363.08 147.93C362.666 147.93 362.238 147.797 361.877 147.53L356.212 143.254C355.33 142.586 355.156 141.33 355.811 140.448C356.479 139.566 357.736 139.392 358.618 140.047L364.282 144.323C365.164 144.991 365.338 146.247 364.684 147.129C364.296 147.65 363.695 147.93 363.08 147.93Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M405.929 180.225C405.515 180.225 405.088 180.091 404.727 179.824L401.52 177.419C400.638 176.751 400.465 175.495 401.119 174.613C401.774 173.731 403.043 173.558 403.925 174.212L407.132 176.617C408.014 177.285 408.187 178.541 407.532 179.423C407.145 179.944 406.543 180.225 405.929 180.225Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M336.45 218.987C336.37 218.987 336.303 218.987 336.223 218.987L332.242 218.533C331.146 218.413 330.358 217.411 330.478 216.315C330.598 215.219 331.587 214.431 332.696 214.551L336.678 215.005C337.774 215.126 338.561 216.128 338.441 217.223C338.321 218.252 337.452 219 336.45 219V218.987Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M373.769 223.248C373.689 223.248 373.622 223.248 373.542 223.248L364.215 222.179C363.119 222.058 362.332 221.056 362.452 219.961C362.572 218.865 363.56 218.077 364.669 218.197L373.996 219.266C375.092 219.386 375.88 220.388 375.76 221.484C375.64 222.513 374.771 223.261 373.769 223.261V223.248ZM355.104 221.123C355.023 221.123 354.955 221.123 354.875 221.123L345.55 220.054C344.454 219.934 343.665 218.932 343.786 217.836C343.906 216.741 344.908 215.952 346.004 216.073L355.331 217.142C356.426 217.262 357.214 218.264 357.093 219.36C356.973 220.388 356.106 221.137 355.104 221.137V221.123Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M387.077 224.77C386.997 224.77 386.93 224.77 386.85 224.77L382.867 224.316C381.772 224.196 380.984 223.194 381.105 222.098C381.225 221.002 382.213 220.214 383.322 220.334L387.304 220.789C388.399 220.909 389.188 221.911 389.068 223.007C388.948 224.035 388.079 224.784 387.077 224.784V224.77Z\"\n fill=\"#1D1C1A\"\n />\n </svg>\n );\n};\n\nexport default FacialRecognitionFingerprintMedium;\n"],"mappings":";;;AAKA,IAAM,sCAA0E,EAAE,OAAO,eAAe,YAAY;CAClH,MAAM,iBAA0B;EAC9B,QAAQ,OAAR;GACE,KAAK,aACH,OAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,KAAK,UACH,OAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,SACE,OAAO;IACL,MAAM;IACN,OAAO;IACR;;KAEH;CAEJ,OACE,qBAAC,OAAD;EAAK,GAAI;EAAe,SAAS,YAAY;YAA7C;GACG;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;IACd,CAAA;GACF,oBAAC,QAAD;IAAM,GAAE;IAAiF,MAAK;IAAU,CAAA;GACxG,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;IACd,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACF,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL,CAAA;GACE"}
|
|
1
|
+
{"version":3,"file":"FacialRecognitionFingerprintMedium.js","names":[],"sources":["../../../src/components/Illustrations/FacialRecognitionFingerprintMedium.tsx"],"sourcesContent":["import type { Palette } from './FacialRecognitionFingerprint';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nimport { ViewBoxSize } from '../Illustration/utils';\n\nconst FacialRecognitionFingerprintMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#126F87',\n shirt: '#AFDAE3',\n };\n case 'cherry':\n return {\n hair: '#F1593C',\n shirt: '#FFF1EA',\n };\n default:\n return {\n hair: '#989693',\n shirt: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties} viewBox={ViewBoxSize.Medium}>\n {title}\n <path\n d=\"M343.078 233.416C343.078 233.416 347.821 233.416 354.942 224.224C362.064 215.031 355.236 199.893 355.236 199.893C355.236 199.893 367.408 198.997 371.604 176.15C375.812 153.302 363.84 139.059 363.84 139.059C363.84 139.059 378.083 127.488 367.996 106.123C357.908 84.7584 334.164 86.2415 334.164 86.2415C334.164 86.2415 326.456 68.1369 307.75 69.0321C289.044 69.9273 282.23 88.6733 282.23 88.6733C282.23 88.6733 256.709 77.9308 235.344 96.9172C213.98 115.904 220.206 139.941 220.206 139.941C220.206 139.941 192.014 150.924 192.308 178.221C192.602 205.518 205.069 212.345 205.069 212.345C205.069 212.345 192.015 237.865 205.964 250.919C219.913 263.973 229.413 260.419 229.413 260.419C229.413 260.419 247.17 223.008 274.227 225.186C274.227 225.186 281.334 213.294 274.52 181.187L264.82 170.631L259.075 155.961L261.052 148.331L268.374 147.944L274.227 153.449L278.529 158.954C278.529 158.954 297.034 153.876 299.746 134.89C299.746 134.89 320.069 140.809 332.749 127.568L334.566 130.441C334.566 130.441 338.2 140.729 345.442 148.238C345.442 148.238 339.536 198.223 318.732 204.449C318.732 204.449 317.557 222.981 323.436 225.172C323.436 225.172 336.757 224.718 343.063 233.403L343.078 233.416Z\"\n fill={palette.hair}\n />\n <path d=\"M81.574 139.968L66.0007 233.531L157.193 248.71L172.766 155.146L81.574 139.968Z\" fill=\"white\" />\n <path\n d=\"M274.013 225.92C274.013 225.92 291.289 241.646 323.103 225.92C323.103 225.92 340.165 224.062 351.508 246.697C362.852 269.331 372.553 296.721 372.553 296.721L403.457 259.39L437.368 279.058L392.661 348.483L385.126 357.088L376.721 360.468C376.721 360.468 364.776 361.417 358.35 354.803L366.326 407.486C366.326 407.486 314.645 421.395 257.645 412.19C257.605 377.464 247.785 328.307 218.497 288.464C231.083 253.818 249.027 225.452 274.013 225.92Z\"\n fill={palette.shirt}\n />\n <path\n d=\"M178.947 438.018C178.6 438.018 178.252 437.925 177.932 437.737C141.696 416.279 149.859 368.285 149.94 367.804C150.14 366.709 151.182 365.987 152.265 366.188C153.347 366.388 154.082 367.43 153.881 368.513C153.801 368.967 146.159 414.262 179.976 434.29C180.925 434.851 181.246 436.081 180.685 437.029C180.311 437.657 179.643 438.018 178.961 438.018H178.947Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M189.263 431.27C188.902 431.27 188.554 431.176 188.22 430.976C181.847 427.114 176.542 422.144 172.427 416.185C171.799 415.276 172.026 414.02 172.934 413.392C173.843 412.764 175.1 412.991 175.728 413.9C179.509 419.378 184.412 423.974 190.291 427.542C191.24 428.116 191.534 429.345 190.959 430.294C190.585 430.922 189.917 431.256 189.248 431.256L189.263 431.27Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M166.882 401.835C166.014 401.835 165.225 401.274 164.958 400.405C162.767 393.057 161.818 384.986 162.152 376.422C162.486 367.991 161.27 357.663 153.601 356.3C151.156 355.859 149.045 356.433 147.134 358.037C142.324 362.099 139.505 372.36 139.612 385.508C139.612 386.617 138.73 387.525 137.621 387.525C136.538 387.552 135.603 386.643 135.603 385.534C135.496 371.011 138.757 359.867 144.556 354.977C147.348 352.625 150.715 351.717 154.309 352.358C160.108 353.387 166.869 358.438 166.161 376.582C165.84 384.706 166.735 392.349 168.806 399.256C169.126 400.312 168.525 401.434 167.456 401.755C167.269 401.808 167.069 401.835 166.882 401.835Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M158.852 442.654C158.344 442.654 157.824 442.454 157.436 442.066C151.29 435.933 140.494 422.719 137.208 403.198C137.021 402.102 137.755 401.074 138.85 400.887C139.946 400.699 140.975 401.434 141.162 402.53C144.262 420.955 154.457 433.421 160.269 439.22C161.057 440.008 161.057 441.278 160.269 442.053C159.881 442.44 159.36 442.641 158.852 442.641V442.654Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M199.924 418.724C199.79 418.724 199.657 418.724 199.523 418.684C180.951 414.89 173.308 391.628 173.976 370.263C174.016 369.154 174.938 368.285 176.047 368.326C177.156 368.366 178.025 369.288 177.985 370.397C177.13 397.72 188.593 412.378 200.324 414.769C201.407 414.997 202.115 416.052 201.888 417.134C201.687 418.083 200.859 418.738 199.924 418.738V418.724Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M132.878 430.669C132.063 430.669 131.314 430.174 131.007 429.372C126.557 417.628 121.707 399.189 123.938 378.025C125.769 360.562 131.234 348.657 140.173 342.644C148.564 336.992 156.794 338.743 159.106 339.411C167.123 341.722 172.668 346.613 175.567 353.921C175.981 354.95 175.473 356.112 174.444 356.527C173.428 356.928 172.254 356.433 171.839 355.404C169.381 349.218 164.851 345.236 157.997 343.259C154.082 342.123 147.922 342.243 142.404 345.958C134.601 351.209 129.591 362.446 127.921 378.439C125.783 398.815 130.46 416.612 134.762 427.943C135.149 428.972 134.628 430.134 133.599 430.522C133.359 430.615 133.118 430.655 132.891 430.655L132.878 430.669Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M204.014 390.385C204.014 390.385 204.013 390.385 204 390.385C202.891 390.385 202.01 389.477 202.01 388.368C202.01 388.007 202.184 352.412 189.824 332.745C188.836 331.181 187.7 329.645 186.431 328.202C185.709 327.373 185.788 326.104 186.63 325.369C187.459 324.634 188.728 324.728 189.463 325.57C190.866 327.173 192.136 328.883 193.231 330.62C206.218 351.303 206.045 386.911 206.031 388.421C206.031 389.517 205.123 390.412 204.027 390.412L204.014 390.385Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M108.734 345.531C108.467 345.531 108.2 345.477 107.946 345.371C106.93 344.93 106.463 343.754 106.89 342.738C111.206 332.691 116.991 322.389 130.018 315.201C144.622 307.144 162.153 307.251 176.904 315.481C177.866 316.016 178.213 317.245 177.679 318.207C177.144 319.169 175.915 319.516 174.953 318.982C161.418 311.42 145.344 311.326 131.956 318.715C119.984 325.329 114.599 334.922 110.578 344.328C110.257 345.09 109.509 345.544 108.734 345.544V345.531Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M111.966 394.339C110.871 394.339 109.962 393.444 109.962 392.349C109.829 370.102 113.557 352.786 121.066 340.908C121.921 339.558 122.843 338.262 123.818 337.06C124.513 336.204 125.769 336.071 126.638 336.766C127.493 337.46 127.626 338.73 126.931 339.585C126.049 340.667 125.221 341.829 124.446 343.059C115.627 357.048 113.877 377.584 113.971 392.349C113.971 393.458 113.088 394.353 111.979 394.366L111.966 394.339Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M204.468 406.031C203.038 406.031 201.354 405.67 199.43 404.641C189.102 399.123 188.394 390.919 187.205 377.317C186.631 370.65 185.908 362.339 183.837 352.198C182.114 343.781 176.209 336.419 167.604 331.996C158.265 327.186 147.362 326.691 138.436 330.66C137.434 331.114 136.245 330.66 135.79 329.644C135.336 328.629 135.79 327.453 136.805 326.999C146.826 322.536 159.026 323.071 169.448 328.428C179.135 333.412 185.815 341.79 187.779 351.397C189.89 361.765 190.626 370.196 191.214 376.97C192.349 390.051 192.923 396.611 201.327 401.114C203.198 402.116 204.775 402.303 206.138 401.675C207.14 401.221 208.33 401.662 208.797 402.664C209.252 403.666 208.81 404.855 207.808 405.323C206.953 405.71 205.843 406.031 204.494 406.031H204.468Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M214.262 379.134C213.153 379.134 212.258 378.239 212.258 377.13C212.338 330.94 194.286 315.12 176.609 305.727C172.4 303.496 167.857 301.96 163.087 301.158C161.992 300.971 161.257 299.942 161.444 298.846C161.631 297.751 162.66 297.016 163.755 297.203C168.939 298.071 173.897 299.755 178.493 302.187C189.823 308.213 216.36 322.309 216.266 377.13C216.266 378.239 215.371 379.134 214.262 379.134Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M121.186 311.659C120.572 311.659 119.97 311.379 119.583 310.858C118.915 309.976 119.102 308.72 119.983 308.052C126.37 303.268 134.535 299.634 142.992 297.817C144.075 297.59 145.143 298.271 145.37 299.354C145.597 300.436 144.916 301.505 143.834 301.732C135.938 303.429 128.321 306.809 122.388 311.259C122.027 311.526 121.601 311.659 121.186 311.659Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M196.557 304.272C196.076 304.272 195.594 304.098 195.207 303.751C179.36 289.361 158.064 287.944 142.992 289.307C141.883 289.401 140.92 288.599 140.813 287.49C140.72 286.381 141.522 285.419 142.631 285.312C158.491 283.882 180.964 285.406 197.907 300.784C198.722 301.533 198.788 302.802 198.04 303.617C197.639 304.058 197.105 304.272 196.557 304.272Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M211.082 433.06C224.453 433.06 235.291 422.221 235.291 408.849C235.291 395.478 224.453 384.639 211.082 384.639C197.711 384.639 186.871 395.478 186.871 408.849C186.871 422.221 197.711 433.06 211.082 433.06Z\"\n fill=\"white\"\n />\n <path\n d=\"M211.082 435.065C196.625 435.065 184.867 423.307 184.867 408.85C184.867 394.393 196.625 382.635 211.082 382.635C225.539 382.635 237.295 394.393 237.295 408.85C237.295 423.307 225.539 435.065 211.082 435.065ZM211.082 386.657C198.843 386.657 188.875 396.611 188.875 408.863C188.875 421.115 198.829 431.069 211.082 431.069C223.334 431.069 233.287 421.115 233.287 408.863C233.287 396.611 223.321 386.657 211.082 386.657Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M209.624 418.284C209.117 418.284 208.596 418.083 208.209 417.696L201.167 410.655C200.378 409.866 200.378 408.597 201.167 407.822C201.955 407.034 203.224 407.034 203.999 407.822L209.624 413.447L221.624 401.449C222.412 400.66 223.681 400.66 224.456 401.449C225.245 402.237 225.245 403.506 224.456 404.281L211.042 417.696C210.654 418.083 210.132 418.284 209.624 418.284Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M79.5267 160.517C79.4198 160.517 79.2995 160.517 79.1927 160.49C78.097 160.303 77.3615 159.274 77.5486 158.179L80.6084 139.834C80.7019 139.313 80.983 138.845 81.4239 138.538C81.8515 138.23 82.3981 138.11 82.9192 138.19L101.359 141.263C102.454 141.45 103.189 142.479 103.002 143.575C102.815 144.67 101.786 145.405 100.691 145.218L84.2292 142.466L81.4904 158.833C81.3301 159.809 80.4744 160.504 79.5123 160.504L79.5267 160.517Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M170.69 175.789C170.583 175.789 170.463 175.789 170.356 175.762C169.261 175.575 168.526 174.546 168.713 173.451L171.465 156.99L155.098 154.251C154.002 154.064 153.267 153.035 153.454 151.939C153.641 150.844 154.657 150.109 155.766 150.296L174.11 153.355C174.631 153.449 175.1 153.73 175.407 154.17C175.714 154.598 175.834 155.146 175.754 155.667L172.681 174.106C172.521 175.081 171.665 175.776 170.703 175.776L170.69 175.789Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M158.198 250.921C158.091 250.921 157.971 250.921 157.864 250.894L139.424 247.821C138.329 247.634 137.594 246.605 137.782 245.509C137.969 244.414 138.997 243.679 140.092 243.866L156.554 246.618L159.293 230.251C159.48 229.155 160.496 228.42 161.605 228.607C162.7 228.794 163.435 229.823 163.248 230.919L160.188 249.264C160.027 250.239 159.173 250.934 158.211 250.934L158.198 250.921Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M85.3515 238.802C85.2446 238.802 85.1244 238.802 85.0175 238.775L66.6731 235.716C65.5775 235.529 64.842 234.5 65.0291 233.404L68.1019 214.966C68.289 213.87 69.305 213.135 70.414 213.322C71.5097 213.509 72.2438 214.538 72.0568 215.634L69.3049 232.095L85.6725 234.834C86.7682 235.021 87.5023 236.05 87.3153 237.145C87.1549 238.121 86.3005 238.815 85.3385 238.815L85.3515 238.802Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M103.657 171.005C105.715 171.005 107.384 169.336 107.384 167.278C107.384 165.219 105.715 163.55 103.657 163.55C101.598 163.55 99.9287 165.219 99.9287 167.278C99.9287 169.336 101.598 171.005 103.657 171.005Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M145.931 178.073C147.99 178.073 149.659 176.404 149.659 174.345C149.659 172.286 147.99 170.617 145.931 170.617C143.872 170.617 142.203 172.286 142.203 174.345C142.203 176.404 143.872 178.073 145.931 178.073Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M111.927 203.047C110.859 203.047 109.977 202.205 109.923 201.136C109.87 200.027 110.725 199.092 111.834 199.038L121.36 198.597L120.812 176.832C120.785 175.723 121.654 174.801 122.763 174.774C123.845 174.747 124.794 175.616 124.82 176.725L125.422 200.441C125.449 201.537 124.594 202.445 123.512 202.499L112.02 203.02C112.02 203.02 111.954 203.02 111.927 203.02V203.047Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M107.41 223.582C107.29 223.582 107.17 223.582 107.05 223.555C92.1257 220.883 89.6136 209.553 89.5201 209.058C89.2929 207.976 89.9876 206.921 91.0832 206.693C92.1655 206.466 93.2217 207.161 93.4489 208.243C93.5424 208.644 95.6267 217.436 107.759 219.614C108.854 219.814 109.576 220.856 109.375 221.939C109.202 222.914 108.359 223.595 107.41 223.595V223.582Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M373.703 362.406C368.385 362.406 363.187 360.575 359.005 357.181L357.535 355.979C356.68 355.284 356.546 354.015 357.254 353.16C357.949 352.305 359.219 352.171 360.074 352.879L361.543 354.082C365.779 357.542 371.311 359.025 376.709 358.17C382.107 357.315 386.903 354.189 389.869 349.592L435.231 279.165L404.554 261.381L375.146 299.207C374.678 299.808 373.916 300.089 373.168 299.942C372.419 299.795 371.831 299.234 371.631 298.512C371.417 297.737 350.146 221.284 323.249 227.644C289.445 241.78 273.559 227.817 272.905 227.216C272.277 226.642 272.076 225.733 272.41 224.945C278.329 211.049 273.653 186.731 272.744 182.349C261.614 173.45 255.989 159.822 257.165 152.099C257.659 148.825 259.37 146.487 261.975 145.512C269.845 142.599 276.458 152.687 278.757 156.775C299.386 148.812 297.85 135.785 297.783 135.21C297.69 134.556 297.93 133.887 298.424 133.447C298.918 133.006 299.587 132.819 300.229 132.966C322.542 138.203 331.588 125.978 331.962 125.443C332.429 124.788 333.231 124.481 334.019 124.641C334.794 124.815 335.409 125.416 335.57 126.205C338.068 138.711 346.726 146.701 346.82 146.781C347.327 147.235 347.567 147.93 347.447 148.612C343.786 169.91 334.874 205.811 316.222 206.947C300.91 207.882 287.882 194.147 287.334 193.559C286.573 192.757 286.627 191.488 287.428 190.726C288.23 189.965 289.5 190.018 290.261 190.82C290.381 190.954 302.594 203.767 315.982 202.952C327.299 202.257 337.493 182.108 343.332 148.972C341.194 146.795 335.436 140.288 332.563 130.667C328.234 134.542 318.506 140.555 301.818 137.401C301.417 142.679 298.185 154.183 278.503 161.145C277.541 161.492 276.472 161.051 276.031 160.129C275.964 159.995 269.524 147.008 263.404 149.266C262.188 149.721 261.44 150.87 261.16 152.687C260.131 159.448 265.769 171.887 275.804 179.623C276.178 179.904 276.432 180.305 276.538 180.759C276.806 181.908 282.765 208.443 276.712 225.025C280.627 227.617 295.272 235.046 321.874 223.876C321.968 223.836 322.074 223.809 322.168 223.782C349.411 217.048 369.547 277.481 374.424 293.648L402.496 257.546C403.111 256.758 404.219 256.544 405.087 257.039L439.092 276.76C439.56 277.04 439.907 277.495 440.041 278.029C440.174 278.564 440.081 279.125 439.773 279.579L393.276 351.77C389.695 357.328 383.911 361.096 377.377 362.138C376.175 362.326 374.958 362.419 373.742 362.419L373.703 362.406Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M322.608 227.71C322.1 227.71 321.578 227.509 321.191 227.122C315.659 221.59 316.622 206.078 316.755 204.327C316.836 203.218 317.81 202.39 318.906 202.47C320.015 202.55 320.844 203.512 320.764 204.608C320.457 208.857 320.443 220.682 324.038 224.276C324.826 225.064 324.826 226.333 324.038 227.108C323.65 227.496 323.128 227.696 322.621 227.696L322.608 227.71Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M315.486 180.225C314.537 180.225 313.696 179.543 313.522 178.581C313.322 177.499 314.042 176.444 315.125 176.243L324.424 174.533L320.63 153.957C320.429 152.874 321.151 151.819 322.233 151.618C323.315 151.418 324.371 152.14 324.571 153.222L328.727 175.776C328.928 176.858 328.206 177.913 327.124 178.114L315.846 180.185C315.726 180.212 315.606 180.225 315.486 180.225Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M300.495 418.19C289.565 418.19 277.781 417.482 265.528 415.652C264.433 415.491 263.684 414.462 263.844 413.367C264.004 412.271 265.033 411.523 266.129 411.683C314.831 418.965 356.01 408.303 364.561 405.844L346.538 286.822C346.377 285.726 347.125 284.711 348.221 284.537C349.317 284.377 350.332 285.125 350.506 286.221L368.798 406.967C368.945 407.942 368.37 408.864 367.434 409.171C367.074 409.292 339.095 418.19 300.508 418.19H300.495Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M218.431 290.468C218.204 290.468 217.977 290.428 217.763 290.348C216.721 289.973 216.173 288.824 216.547 287.782C243.015 213.6 273.612 223.354 274.908 223.795C275.951 224.156 276.498 225.305 276.138 226.347C275.777 227.389 274.642 227.937 273.6 227.576C273.226 227.456 245.26 219.225 220.328 289.118C220.034 289.933 219.259 290.454 218.444 290.454L218.431 290.468Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M242.774 356.154C242.667 356.154 242.547 356.154 242.427 356.127C241.331 355.94 240.609 354.898 240.796 353.816C245.472 326.839 250.804 306.53 250.857 306.33C251.138 305.261 252.247 304.619 253.302 304.9C254.371 305.18 255.013 306.276 254.732 307.345C254.679 307.545 249.387 327.681 244.737 354.484C244.564 355.459 243.723 356.14 242.761 356.14L242.774 356.154Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M390.123 254.902C389.602 254.902 389.093 254.702 388.706 254.314C388.211 253.82 388.012 253.112 388.172 252.43L403.189 188.751C403.363 188.029 403.911 187.454 404.632 187.267L439.532 178.235C440.213 178.061 440.948 178.249 441.442 178.756C441.95 179.251 442.151 179.986 441.977 180.667L436.485 202.513C436.218 203.582 435.123 204.236 434.054 203.969C432.986 203.702 432.331 202.606 432.598 201.537L437.275 182.978L406.81 190.862L392.821 250.199L422.122 243.171L424.327 234.406C424.594 233.337 425.69 232.682 426.759 232.95C427.828 233.217 428.483 234.313 428.215 235.381L425.717 245.322C425.53 246.044 424.968 246.605 424.233 246.779L390.59 254.849C390.429 254.889 390.283 254.902 390.123 254.902Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M427.948 274.623C427.667 274.623 427.387 274.569 427.12 274.436C426.117 273.968 425.676 272.779 426.13 271.777C426.197 271.63 432.785 257.227 438.143 241.113C444.462 222.113 443.928 211.317 436.406 206.106C434.789 204.997 430.928 205.545 426.318 207.563C418.048 211.17 410.886 217.584 410.471 220.483C410.458 220.576 410.432 220.67 410.405 220.764C410.378 220.83 408.24 228.393 411.808 232.027C414.199 234.459 419.023 234.766 425.757 232.936C426.826 232.642 427.922 233.283 428.216 234.339C428.509 235.408 427.882 236.503 426.813 236.797C418.462 239.069 412.449 238.4 408.949 234.806C404.018 229.756 406.196 221.004 406.53 219.748C407.438 214.444 416.631 207.402 424.728 203.861C429.07 201.964 435.016 200.241 438.704 202.779C447.936 209.166 448.939 221.365 441.964 242.342C436.54 258.67 429.859 273.273 429.792 273.42C429.458 274.155 428.722 274.583 427.974 274.583L427.948 274.623Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M410.712 264.628C410.525 264.628 410.338 264.601 410.151 264.547C409.082 264.24 408.482 263.131 408.776 262.062L413.144 246.91C413.451 245.842 414.561 245.227 415.63 245.534C416.699 245.842 417.299 246.95 417.005 248.019L412.637 263.171C412.383 264.053 411.58 264.614 410.712 264.614V264.628Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M351.722 139.393C351.308 139.393 350.88 139.259 350.519 138.992L347.313 136.587C346.432 135.919 346.257 134.663 346.912 133.781C347.58 132.899 348.836 132.725 349.718 133.38L352.924 135.785C353.806 136.453 353.981 137.709 353.326 138.591C352.939 139.112 352.337 139.393 351.722 139.393Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M397.07 173.544C396.656 173.544 396.23 173.41 395.869 173.143L390.203 168.867C389.321 168.199 389.148 166.943 389.803 166.062C390.471 165.18 391.726 165.006 392.608 165.661L398.274 169.936C399.155 170.604 399.329 171.86 398.674 172.742C398.287 173.263 397.685 173.544 397.07 173.544ZM385.741 165.006C385.327 165.006 384.899 164.872 384.538 164.605L378.872 160.33C377.99 159.662 377.817 158.406 378.472 157.524C379.14 156.642 380.396 156.468 381.278 157.123L386.943 161.399C387.824 162.067 387.999 163.323 387.344 164.204C386.957 164.726 386.355 165.006 385.741 165.006ZM374.41 156.468C373.996 156.468 373.569 156.335 373.208 156.067L367.543 151.792C366.661 151.124 366.487 149.868 367.142 148.986C367.81 148.104 369.065 147.93 369.947 148.585L375.613 152.861C376.495 153.529 376.668 154.785 376.013 155.667C375.626 156.188 375.024 156.468 374.41 156.468ZM363.08 147.93C362.666 147.93 362.238 147.797 361.877 147.53L356.212 143.254C355.33 142.586 355.156 141.33 355.811 140.448C356.479 139.566 357.736 139.392 358.618 140.047L364.282 144.323C365.164 144.991 365.338 146.247 364.684 147.129C364.296 147.65 363.695 147.93 363.08 147.93Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M405.929 180.225C405.515 180.225 405.088 180.091 404.727 179.824L401.52 177.419C400.638 176.751 400.465 175.495 401.119 174.613C401.774 173.731 403.043 173.558 403.925 174.212L407.132 176.617C408.014 177.285 408.187 178.541 407.532 179.423C407.145 179.944 406.543 180.225 405.929 180.225Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M336.45 218.987C336.37 218.987 336.303 218.987 336.223 218.987L332.242 218.533C331.146 218.413 330.358 217.411 330.478 216.315C330.598 215.219 331.587 214.431 332.696 214.551L336.678 215.005C337.774 215.126 338.561 216.128 338.441 217.223C338.321 218.252 337.452 219 336.45 219V218.987Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M373.769 223.248C373.689 223.248 373.622 223.248 373.542 223.248L364.215 222.179C363.119 222.058 362.332 221.056 362.452 219.961C362.572 218.865 363.56 218.077 364.669 218.197L373.996 219.266C375.092 219.386 375.88 220.388 375.76 221.484C375.64 222.513 374.771 223.261 373.769 223.261V223.248ZM355.104 221.123C355.023 221.123 354.955 221.123 354.875 221.123L345.55 220.054C344.454 219.934 343.665 218.932 343.786 217.836C343.906 216.741 344.908 215.952 346.004 216.073L355.331 217.142C356.426 217.262 357.214 218.264 357.093 219.36C356.973 220.388 356.106 221.137 355.104 221.137V221.123Z\"\n fill=\"#1D1C1A\"\n />\n <path\n d=\"M387.077 224.77C386.997 224.77 386.93 224.77 386.85 224.77L382.867 224.316C381.772 224.196 380.984 223.194 381.105 222.098C381.225 221.002 382.213 220.214 383.322 220.334L387.304 220.789C388.399 220.909 389.188 221.911 389.068 223.007C388.948 224.035 388.079 224.784 387.077 224.784V224.77Z\"\n fill=\"#1D1C1A\"\n />\n </svg>\n );\n};\n\nexport default FacialRecognitionFingerprintMedium;\n"],"mappings":";;;AAKA,IAAM,sCAA0E,EAAE,OAAO,eAAe,YAAY;CAClH,MAAM,iBAA0B;EAC9B,QAAQ,OAAR;GACE,KAAK,aACH,OAAO;IACL,MAAM;IACN,OAAO;GACT;GACF,KAAK,UACH,OAAO;IACL,MAAM;IACN,OAAO;GACT;GACF,SACE,OAAO;IACL,MAAM;IACN,OAAO;GACT;EACJ;CACF,GAAG;CAEH,OACE,qBAAC,OAAD;EAAK,GAAI;EAAe,SAAS,YAAY;YAA7C;GACG;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;GACf,CAAA;GACD,oBAAC,QAAD;IAAM,GAAE;IAAiF,MAAK;GAAS,CAAA;GACvG,oBAAC,QAAD;IACE,GAAE;IACF,MAAM,QAAQ;GACf,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;GACD,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;GACN,CAAA;EACE;;AAET"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GiveBabyFood.js","names":[],"sources":["../../../src/components/Illustrations/GiveBabyFood.tsx"],"sourcesContent":["import type { SvgIllustrationProps } from '../Illustration';\n\nimport GiveBabyFoodMedium from './GiveBabyFoodMedium';\nimport { getIllustration } from '../Illustration/utils';\n\nexport interface Palette {\n hair: string;\n skin: string;\n details: string;\n chair: string;\n lines: string;\n}\n\nconst GiveBabyFood: React.FC<SvgIllustrationProps> = ({ size = 512, color, ...rest }) => {\n const medium = <GiveBabyFoodMedium color={color} {...rest} />;\n\n return getIllustration({ size, medium });\n};\n\nexport default GiveBabyFood;\n"],"mappings":";;;;AAaA,IAAM,gBAAgD,EAAE,OAAO,KAAK,OAAO,GAAG,WAAW;CAGvF,OAAO,gBAAgB;EAAE;EAAM,QAFhB,oBAAC,aAAD;GAA2B;GAAO,GAAI;
|
|
1
|
+
{"version":3,"file":"GiveBabyFood.js","names":[],"sources":["../../../src/components/Illustrations/GiveBabyFood.tsx"],"sourcesContent":["import type { SvgIllustrationProps } from '../Illustration';\n\nimport GiveBabyFoodMedium from './GiveBabyFoodMedium';\nimport { getIllustration } from '../Illustration/utils';\n\nexport interface Palette {\n hair: string;\n skin: string;\n details: string;\n chair: string;\n lines: string;\n}\n\nconst GiveBabyFood: React.FC<SvgIllustrationProps> = ({ size = 512, color, ...rest }) => {\n const medium = <GiveBabyFoodMedium color={color} {...rest} />;\n\n return getIllustration({ size, medium });\n};\n\nexport default GiveBabyFood;\n"],"mappings":";;;;AAaA,IAAM,gBAAgD,EAAE,OAAO,KAAK,OAAO,GAAG,WAAW;CAGvF,OAAO,gBAAgB;EAAE;EAAM,QAFhB,oBAAC,aAAD;GAA2B;GAAO,GAAI;EAAO,CAE7B;CAAO,CAAC;AACzC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as ViewBoxSize } from "../../
|
|
1
|
+
import { t as ViewBoxSize } from "../../utils3.js";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
3
|
//#region src/components/Illustrations/GiveBabyFoodMedium.tsx
|
|
4
4
|
var ChildMedium = ({ color, svgProperties, title }) => {
|