@helsenorge/designsystem-react 8.4.0 → 8.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AnchorLink.js +60 -0
- package/AnchorLink.js.map +1 -0
- package/Avatar.js +34 -0
- package/Avatar.js.map +1 -0
- package/Badge.js +31 -0
- package/Badge.js.map +1 -0
- package/Button.js +130 -0
- package/Button.js.map +1 -0
- package/CHANGELOG.md +28 -3
- package/Checkbox.js +113 -0
- package/Checkbox.js.map +1 -0
- package/Close.js +31 -0
- package/Close.js.map +1 -0
- package/ErrorBoundary.js +35 -0
- package/ErrorBoundary.js.map +1 -0
- package/ErrorWrapper.js +14 -0
- package/ErrorWrapper.js.map +1 -0
- package/Expander.js +108 -0
- package/Expander.js.map +1 -0
- package/FormGroup.js +113 -0
- package/FormGroup.js.map +1 -0
- package/FormLayout.js +38 -0
- package/FormLayout.js.map +1 -0
- package/HelpBubble.js +68 -0
- package/HelpBubble.js.map +1 -0
- package/HighlightPanel.js +71 -0
- package/HighlightPanel.js.map +1 -0
- package/HorizontalScroll.js +49 -0
- package/HorizontalScroll.js.map +1 -0
- package/Icon.js +62 -0
- package/Icon.js.map +1 -0
- package/Illustration.js +41 -0
- package/Illustration.js.map +1 -0
- package/Input.js +140 -0
- package/Input.js.map +1 -0
- package/Label.js +108 -0
- package/Label.js.map +1 -0
- package/LazyIcon.js +30 -0
- package/LazyIcon.js.map +1 -0
- package/LazyIllustration.js +34 -0
- package/LazyIllustration.js.map +1 -0
- package/LinkList.js +63 -0
- package/LinkList.js.map +1 -0
- package/List.js +13 -0
- package/List.js.map +1 -0
- package/ListHeader.js +94 -0
- package/ListHeader.js.map +1 -0
- package/ListHeaderText.js +35 -0
- package/ListHeaderText.js.map +1 -0
- package/MaxCharacters.js +15 -0
- package/MaxCharacters.js.map +1 -0
- package/NotificationBadge.js +68 -0
- package/NotificationBadge.js.map +1 -0
- package/Panel.js +255 -0
- package/Panel.js.map +1 -0
- package/PopOver.js +85 -0
- package/PopOver.js.map +1 -0
- package/RadioButton.js +104 -0
- package/RadioButton.js.map +1 -0
- package/Select.js +76 -0
- package/Select.js.map +1 -0
- package/{components/Spacer/Spacer.js → Spacer.js} +10 -9
- package/Spacer.js.map +1 -0
- package/StatusDot.js +33 -0
- package/StatusDot.js.map +1 -0
- package/StepButtons.js +28 -0
- package/StepButtons.js.map +1 -0
- package/TabList.js +68 -0
- package/TabList.js.map +1 -0
- package/TabPanel.js +18 -0
- package/TabPanel.js.map +1 -0
- package/Table.js +98 -0
- package/Table.js.map +1 -0
- package/TableBody.js +13 -0
- package/TableBody.js.map +1 -0
- package/{components/Table/TableCell/TableCell.js → TableCell.js} +12 -13
- package/TableCell.js.map +1 -0
- package/TableExpandedRow.js +37 -0
- package/TableExpandedRow.js.map +1 -0
- package/TableExpanderCell.js +34 -0
- package/TableExpanderCell.js.map +1 -0
- package/TableHead.js +24 -0
- package/TableHead.js.map +1 -0
- package/TableHeadCell.js +44 -0
- package/TableHeadCell.js.map +1 -0
- package/TableRow.js +62 -0
- package/TableRow.js.map +1 -0
- package/Textarea.js +110 -0
- package/Textarea.js.map +1 -0
- package/Title.js +25 -0
- package/Title.js.map +1 -0
- package/TooltipWord.js +28 -0
- package/TooltipWord.js.map +1 -0
- package/Trigger.js +73 -0
- package/Trigger.js.map +1 -0
- package/__mocks__/matchMedia.js +1 -0
- package/__mocks__/matchMedia.js.map +1 -1
- package/__mocks__/uuid.js +1 -1
- package/components/AnchorLink/index.js +1 -1
- package/components/Avatar/index.js +3 -3
- package/components/Badge/index.js +1 -1
- package/components/Button/index.js +1 -1
- package/components/Checkbox/index.js +3 -3
- package/components/Chip/index.js +30 -6
- package/components/Chip/index.js.map +1 -1
- package/components/Close/index.js +2 -2
- package/components/DictionaryTrigger/index.js +25 -2
- package/components/DictionaryTrigger/index.js.map +1 -1
- package/components/Dropdown/index.js +124 -4
- package/components/Dropdown/index.js.map +1 -1
- package/components/Duolist/index.js +70 -5
- package/components/Duolist/index.js.map +1 -1
- package/components/EmptyState/index.js +159 -2
- package/components/EmptyState/index.js.map +1 -1
- package/components/ErrorWrapper/index.js +3 -3
- package/components/Expander/index.js +4 -4
- package/components/ExpanderHierarchy/index.js +102 -2
- package/components/ExpanderHierarchy/index.js.map +1 -1
- package/components/ExpanderList/index.js +139 -3
- package/components/ExpanderList/index.js.map +1 -1
- package/components/EyebrowHeader/index.js +9 -2
- package/components/EyebrowHeader/index.js.map +1 -1
- package/components/FormGroup/index.js +1 -1
- package/components/FormLayout/index.js +5 -5
- package/components/HelpBubble/index.js +4 -4
- package/components/HelpPanel/index.js +21 -2
- package/components/HelpPanel/index.js.map +1 -1
- package/components/HelpQuestion/index.js +31 -2
- package/components/HelpQuestion/index.js.map +1 -1
- package/components/HighlightPanel/index.js +4 -4
- package/components/HorizontalScroll/index.js +1 -1
- package/components/Icon/index.js +5 -5
- package/components/Icons/ActiveMonitoring.js +4 -4
- package/components/Icons/ActiveMonitoring.js.map +1 -1
- package/components/Icons/AcupunctureBack.js +6 -6
- package/components/Icons/AcupunctureBack.js.map +1 -1
- package/components/Icons/AlarmClock.js +15 -5
- package/components/Icons/AlarmClock.js.map +1 -1
- package/components/Icons/AlertSignFill.js +4 -4
- package/components/Icons/AlertSignFill.js.map +1 -1
- package/components/Icons/AlertSignStroke.js +4 -4
- package/components/Icons/AlertSignStroke.js.map +1 -1
- package/components/Icons/Amputation.js +3 -3
- package/components/Icons/Amputation.js.map +1 -1
- package/components/Icons/Anxiety.js +3 -3
- package/components/Icons/Anxiety.js.map +1 -1
- package/components/Icons/Apple.js +3 -3
- package/components/Icons/Apple.js.map +1 -1
- package/components/Icons/Archive.js +7 -7
- package/components/Icons/Archive.js.map +1 -1
- package/components/Icons/ArmFlexing.js +3 -3
- package/components/Icons/ArmFlexing.js.map +1 -1
- package/components/Icons/ArrowDown.js +7 -7
- package/components/Icons/ArrowDown.js.map +1 -1
- package/components/Icons/ArrowLeft.js +3 -3
- package/components/Icons/ArrowLeft.js.map +1 -1
- package/components/Icons/ArrowRight.js +3 -3
- package/components/Icons/ArrowRight.js.map +1 -1
- package/components/Icons/ArrowUp.js +7 -7
- package/components/Icons/ArrowUp.js.map +1 -1
- package/components/Icons/ArrowUpRight.js +4 -4
- package/components/Icons/ArrowUpRight.js.map +1 -1
- package/components/Icons/Attachment.js +4 -4
- package/components/Icons/Attachment.js.map +1 -1
- package/components/Icons/Atv.js +3 -3
- package/components/Icons/Atv.js.map +1 -1
- package/components/Icons/Avatar.js +4 -4
- package/components/Icons/Avatar.js.map +1 -1
- package/components/Icons/AwakePersonOnPillow.js +2 -2
- package/components/Icons/AwakePersonOnPillow.js.map +1 -1
- package/components/Icons/Baby.js +3 -3
- package/components/Icons/Baby.js.map +1 -1
- package/components/Icons/BandAid.js +3 -3
- package/components/Icons/BandAid.js.map +1 -1
- package/components/Icons/BeerAndPills.js +3 -3
- package/components/Icons/BeerAndPills.js.map +1 -1
- package/components/Icons/Bell.js +3 -3
- package/components/Icons/Bell.js.map +1 -1
- package/components/Icons/Bike.js +3 -3
- package/components/Icons/Bike.js.map +1 -1
- package/components/Icons/BirthControl.js +4 -4
- package/components/Icons/BirthControl.js.map +1 -1
- package/components/Icons/BirthdayCake.js +2 -2
- package/components/Icons/BirthdayCake.js.map +1 -1
- package/components/Icons/Boat.js +3 -3
- package/components/Icons/Boat.js.map +1 -1
- package/components/Icons/Body.js +4 -4
- package/components/Icons/Body.js.map +1 -1
- package/components/Icons/Braille.js +4 -4
- package/components/Icons/Braille.js.map +1 -1
- package/components/Icons/Brain.js +3 -3
- package/components/Icons/Brain.js.map +1 -1
- package/components/Icons/BreastReconstruction.js +4 -4
- package/components/Icons/BreastReconstruction.js.map +1 -1
- package/components/Icons/BreastRemoval.js +4 -4
- package/components/Icons/BreastRemoval.js.map +1 -1
- package/components/Icons/Breasts.js +2 -2
- package/components/Icons/Breasts.js.map +1 -1
- package/components/Icons/BrokenHeart.js +3 -3
- package/components/Icons/BrokenHeart.js.map +1 -1
- package/components/Icons/BrokenPuzzle.js +3 -3
- package/components/Icons/BrokenPuzzle.js.map +1 -1
- package/components/Icons/Bus.js +13 -6
- package/components/Icons/Bus.js.map +1 -1
- package/components/Icons/Calendar.js +6 -6
- package/components/Icons/Calendar.js.map +1 -1
- package/components/Icons/CalendarChange.js +7 -7
- package/components/Icons/CalendarChange.js.map +1 -1
- package/components/Icons/CalendarCheck.js +7 -7
- package/components/Icons/CalendarCheck.js.map +1 -1
- package/components/Icons/CalendarEvent.js +3 -3
- package/components/Icons/CalendarEvent.js.map +1 -1
- package/components/Icons/CalendarSave.js +4 -4
- package/components/Icons/CalendarSave.js.map +1 -1
- package/components/Icons/Cancer.js +17 -3
- package/components/Icons/Cancer.js.map +1 -1
- package/components/Icons/Candle.js +5 -5
- package/components/Icons/Candle.js.map +1 -1
- package/components/Icons/Car.js +2 -2
- package/components/Icons/Car.js.map +1 -1
- package/components/Icons/Carton.js +19 -14
- package/components/Icons/Carton.js.map +1 -1
- package/components/Icons/Change.js +14 -8
- package/components/Icons/Change.js.map +1 -1
- package/components/Icons/Check.js +4 -4
- package/components/Icons/Check.js.map +1 -1
- package/components/Icons/CheckFill.js +7 -7
- package/components/Icons/CheckFill.js.map +1 -1
- package/components/Icons/CheckOutline.js +4 -4
- package/components/Icons/CheckOutline.js.map +1 -1
- package/components/Icons/Chest.js +2 -2
- package/components/Icons/Chest.js.map +1 -1
- package/components/Icons/ChevronDown.js +3 -3
- package/components/Icons/ChevronDown.js.map +1 -1
- package/components/Icons/ChevronLeft.js +3 -3
- package/components/Icons/ChevronLeft.js.map +1 -1
- package/components/Icons/ChevronRight.js +3 -3
- package/components/Icons/ChevronRight.js.map +1 -1
- package/components/Icons/ChevronUp.js +3 -3
- package/components/Icons/ChevronUp.js.map +1 -1
- package/components/Icons/ChevronsDown.js +6 -6
- package/components/Icons/ChevronsDown.js.map +1 -1
- package/components/Icons/ChevronsUp.js +7 -7
- package/components/Icons/ChevronsUp.js.map +1 -1
- package/components/Icons/ChildPlaying.js +9 -3
- package/components/Icons/ChildPlaying.js.map +1 -1
- package/components/Icons/Cigarette.js +3 -3
- package/components/Icons/Cigarette.js.map +1 -1
- package/components/Icons/Coins.js +4 -4
- package/components/Icons/Coins.js.map +1 -1
- package/components/Icons/Contacts.js +4 -4
- package/components/Icons/Contacts.js.map +1 -1
- package/components/Icons/Copy.js +15 -4
- package/components/Icons/Copy.js.map +1 -1
- package/components/Icons/CoronaCertificate.js +3 -3
- package/components/Icons/CoronaCertificate.js.map +1 -1
- package/components/Icons/Coronavirus.js +3 -3
- package/components/Icons/Coronavirus.js.map +1 -1
- package/components/Icons/Cough.js +3 -3
- package/components/Icons/Cough.js.map +1 -1
- package/components/Icons/CreditCard.js +33 -10
- package/components/Icons/CreditCard.js.map +1 -1
- package/components/Icons/CriticalHealthInfo.js +3 -3
- package/components/Icons/CriticalHealthInfo.js.map +1 -1
- package/components/Icons/Cross.js +3 -3
- package/components/Icons/Cross.js.map +1 -1
- package/components/Icons/DataExchange.js +4 -4
- package/components/Icons/DataExchange.js.map +1 -1
- package/components/Icons/DataReceived.js +4 -4
- package/components/Icons/DataReceived.js.map +1 -1
- package/components/Icons/DataSent.js +4 -4
- package/components/Icons/DataSent.js.map +1 -1
- package/components/Icons/Depression.js +3 -3
- package/components/Icons/Depression.js.map +1 -1
- package/components/Icons/DigestiveSystem.js +9 -3
- package/components/Icons/DigestiveSystem.js.map +1 -1
- package/components/Icons/Dizzy.js +3 -3
- package/components/Icons/Dizzy.js.map +1 -1
- package/components/Icons/Documents.js +3 -3
- package/components/Icons/Documents.js.map +1 -1
- package/components/Icons/Dog.js +3 -3
- package/components/Icons/Dog.js.map +1 -1
- package/components/Icons/DonorCard.js +3 -3
- package/components/Icons/DonorCard.js.map +1 -1
- package/components/Icons/Download.js +7 -7
- package/components/Icons/Download.js.map +1 -1
- package/components/Icons/Draft.js +3 -3
- package/components/Icons/Draft.js.map +1 -1
- package/components/Icons/EChat.js +4 -4
- package/components/Icons/EChat.js.map +1 -1
- package/components/Icons/Ear.js +10 -7
- package/components/Icons/Ear.js.map +1 -1
- package/components/Icons/EarDeaf.js +4 -4
- package/components/Icons/EarDeaf.js.map +1 -1
- package/components/Icons/EarHearingAid.js +7 -7
- package/components/Icons/EarHearingAid.js.map +1 -1
- package/components/Icons/EarNoseThroat.js +11 -3
- package/components/Icons/EarNoseThroat.js.map +1 -1
- package/components/Icons/EarVolume.js +13 -8
- package/components/Icons/EarVolume.js.map +1 -1
- package/components/Icons/ElderlyPerson.js +2 -2
- package/components/Icons/ElderlyPerson.js.map +1 -1
- package/components/Icons/Embolization.js +4 -4
- package/components/Icons/Embolization.js.map +1 -1
- package/components/Icons/EmergencyCall.js +5 -5
- package/components/Icons/EmergencyCall.js.map +1 -1
- package/components/Icons/EmoticonAnnoyed.js +12 -8
- package/components/Icons/EmoticonAnnoyed.js.map +1 -1
- package/components/Icons/EmoticonDelighted.js +10 -7
- package/components/Icons/EmoticonDelighted.js.map +1 -1
- package/components/Icons/EmoticonDisappointed.js +10 -7
- package/components/Icons/EmoticonDisappointed.js.map +1 -1
- package/components/Icons/EmoticonHappy.js +10 -7
- package/components/Icons/EmoticonHappy.js.map +1 -1
- package/components/Icons/EmoticonMeh.js +10 -7
- package/components/Icons/EmoticonMeh.js.map +1 -1
- package/components/Icons/EnterFullScreen.js +13 -4
- package/components/Icons/EnterFullScreen.js.map +1 -1
- package/components/Icons/Envelope.js +4 -4
- package/components/Icons/Envelope.js.map +1 -1
- package/components/Icons/Epilepsy.js +3 -3
- package/components/Icons/Epilepsy.js.map +1 -1
- package/components/Icons/Eraser.js +10 -4
- package/components/Icons/Eraser.js.map +1 -1
- package/components/Icons/ErrorSignFill.js +4 -4
- package/components/Icons/ErrorSignFill.js.map +1 -1
- package/components/Icons/ErrorSignStroke.js +4 -4
- package/components/Icons/ErrorSignStroke.js.map +1 -1
- package/components/Icons/EuropeanHealthCard.js +6 -3
- package/components/Icons/EuropeanHealthCard.js.map +1 -1
- package/components/Icons/ExitFullScreen.js +13 -4
- package/components/Icons/ExitFullScreen.js.map +1 -1
- package/components/Icons/Eye.js +12 -4
- package/components/Icons/Eye.js.map +1 -1
- package/components/Icons/Facebook.js +3 -3
- package/components/Icons/Facebook.js.map +1 -1
- package/components/Icons/FallingLeaf.js +14 -9
- package/components/Icons/FallingLeaf.js.map +1 -1
- package/components/Icons/Female.js +3 -3
- package/components/Icons/Female.js.map +1 -1
- package/components/Icons/FemaleDoctor.js +2 -2
- package/components/Icons/FemaleDoctor.js.map +1 -1
- package/components/Icons/Ferry.js +3 -3
- package/components/Icons/Ferry.js.map +1 -1
- package/components/Icons/File.js +6 -6
- package/components/Icons/File.js.map +1 -1
- package/components/Icons/Filter.js +5 -5
- package/components/Icons/Filter.js.map +1 -1
- package/components/Icons/FingerBleed.js +3 -3
- package/components/Icons/FingerBleed.js.map +1 -1
- package/components/Icons/FirstAidKit.js +3 -3
- package/components/Icons/FirstAidKit.js.map +1 -1
- package/components/Icons/Fish.js +21 -14
- package/components/Icons/Fish.js.map +1 -1
- package/components/Icons/FloppyDisk.js +4 -4
- package/components/Icons/FloppyDisk.js.map +1 -1
- package/components/Icons/Football.js +3 -3
- package/components/Icons/Football.js.map +1 -1
- package/components/Icons/Form.js +4 -4
- package/components/Icons/Form.js.map +1 -1
- package/components/Icons/Forward.js +10 -4
- package/components/Icons/Forward.js.map +1 -1
- package/components/Icons/Gallery.js +7 -7
- package/components/Icons/Gallery.js.map +1 -1
- package/components/Icons/Garden.js +3 -3
- package/components/Icons/Garden.js.map +1 -1
- package/components/Icons/GasCan.js +3 -3
- package/components/Icons/GasCan.js.map +1 -1
- package/components/Icons/GenderIdentity.js +4 -4
- package/components/Icons/GenderIdentity.js.map +1 -1
- package/components/Icons/GlassWater.js +3 -3
- package/components/Icons/GlassWater.js.map +1 -1
- package/components/Icons/Glasses.js +4 -4
- package/components/Icons/Glasses.js.map +1 -1
- package/components/Icons/Globe.js +4 -4
- package/components/Icons/Globe.js.map +1 -1
- package/components/Icons/Grain.js +3 -3
- package/components/Icons/Grain.js.map +1 -1
- package/components/Icons/Graph.js +12 -9
- package/components/Icons/Graph.js.map +1 -1
- package/components/Icons/Group.js +8 -8
- package/components/Icons/Group.js.map +1 -1
- package/components/Icons/GroupTwins.js +35 -21
- package/components/Icons/GroupTwins.js.map +1 -1
- package/components/Icons/HTMLFile.js +10 -7
- package/components/Icons/HTMLFile.js.map +1 -1
- package/components/Icons/HandWaving.js +3 -3
- package/components/Icons/HandWaving.js.map +1 -1
- package/components/Icons/HandWithDisease.js +3 -3
- package/components/Icons/HandWithDisease.js.map +1 -1
- package/components/Icons/HandsAndHeart.js +5 -5
- package/components/Icons/HandsAndHeart.js.map +1 -1
- package/components/Icons/HealthClinic.js +4 -4
- package/components/Icons/HealthClinic.js.map +1 -1
- package/components/Icons/HealthWarning.js +4 -4
- package/components/Icons/HealthWarning.js.map +1 -1
- package/components/Icons/HealthcarePerson.js +27 -14
- package/components/Icons/HealthcarePerson.js.map +1 -1
- package/components/Icons/HealthcarePersonell.js +36 -18
- package/components/Icons/HealthcarePersonell.js.map +1 -1
- package/components/Icons/HearingProtection.js +12 -9
- package/components/Icons/HearingProtection.js.map +1 -1
- package/components/Icons/Heart.js +4 -4
- package/components/Icons/Heart.js.map +1 -1
- package/components/Icons/HeartHands.js +29 -22
- package/components/Icons/HeartHands.js.map +1 -1
- package/components/Icons/HelpSign.js +4 -4
- package/components/Icons/HelpSign.js.map +1 -1
- package/components/Icons/HelpingHand.js +3 -3
- package/components/Icons/HelpingHand.js.map +1 -1
- package/components/Icons/Hemodialysis.js +3 -3
- package/components/Icons/Hemodialysis.js.map +1 -1
- package/components/Icons/Hiker.js +2 -2
- package/components/Icons/Hiker.js.map +1 -1
- package/components/Icons/Hipprosthesis.js +4 -4
- package/components/Icons/Hipprosthesis.js.map +1 -1
- package/components/Icons/History.js +4 -4
- package/components/Icons/History.js.map +1 -1
- package/components/Icons/HivAndAids.js +3 -3
- package/components/Icons/HivAndAids.js.map +1 -1
- package/components/Icons/Home.js +7 -7
- package/components/Icons/Home.js.map +1 -1
- package/components/Icons/Hormone.js +3 -3
- package/components/Icons/Hormone.js.map +1 -1
- package/components/Icons/Hospital.js +7 -7
- package/components/Icons/Hospital.js.map +1 -1
- package/components/Icons/Hourglass.js +7 -7
- package/components/Icons/Hourglass.js.map +1 -1
- package/components/Icons/ImgFile.js +4 -4
- package/components/Icons/ImgFile.js.map +1 -1
- package/components/Icons/Inbox.js +6 -3
- package/components/Icons/Inbox.js.map +1 -1
- package/components/Icons/InfoSignFill.js +4 -4
- package/components/Icons/InfoSignFill.js.map +1 -1
- package/components/Icons/InfoSignStroke.js +4 -4
- package/components/Icons/InfoSignStroke.js.map +1 -1
- package/components/Icons/Instagram.js +9 -2
- package/components/Icons/Instagram.js.map +1 -1
- package/components/Icons/Intravenous.js +4 -4
- package/components/Icons/Intravenous.js.map +1 -1
- package/components/Icons/JointPain.js +3 -3
- package/components/Icons/JointPain.js.map +1 -1
- package/components/Icons/Journal.js +4 -4
- package/components/Icons/Journal.js.map +1 -1
- package/components/Icons/JpgFile.js +4 -4
- package/components/Icons/JpgFile.js.map +1 -1
- package/components/Icons/Kidney.js +3 -3
- package/components/Icons/Kidney.js.map +1 -1
- package/components/Icons/KitchenScale.js +4 -4
- package/components/Icons/KitchenScale.js.map +1 -1
- package/components/Icons/Kjernejournal.js +3 -3
- package/components/Icons/Kjernejournal.js.map +1 -1
- package/components/Icons/Laboratory.js +4 -4
- package/components/Icons/Laboratory.js.map +1 -1
- package/components/Icons/LaptopBlog.js +3 -3
- package/components/Icons/LaptopBlog.js.map +1 -1
- package/components/Icons/LawBook.js +6 -3
- package/components/Icons/LawBook.js.map +1 -1
- package/components/Icons/LegalDocument.js +13 -10
- package/components/Icons/LegalDocument.js.map +1 -1
- package/components/Icons/LightBulb.js +2 -2
- package/components/Icons/LightBulb.js.map +1 -1
- package/components/Icons/List.js +7 -7
- package/components/Icons/List.js.map +1 -1
- package/components/Icons/Location.js +6 -3
- package/components/Icons/Location.js.map +1 -1
- package/components/Icons/Lock.js +4 -4
- package/components/Icons/Lock.js.map +1 -1
- package/components/Icons/Login.js +20 -11
- package/components/Icons/Login.js.map +1 -1
- package/components/Icons/Logout.js +20 -11
- package/components/Icons/Logout.js.map +1 -1
- package/components/Icons/Lungs.js +3 -3
- package/components/Icons/Lungs.js.map +1 -1
- package/components/Icons/Makeup.js +2 -2
- package/components/Icons/Makeup.js.map +1 -1
- package/components/Icons/MaleDoctor.js +2 -2
- package/components/Icons/MaleDoctor.js.map +1 -1
- package/components/Icons/MaleDoctorAndPerson.js +11 -3
- package/components/Icons/MaleDoctorAndPerson.js.map +1 -1
- package/components/Icons/MaleGenitalia.js +2 -2
- package/components/Icons/MaleGenitalia.js.map +1 -1
- package/components/Icons/Medicine.js +6 -6
- package/components/Icons/Medicine.js.map +1 -1
- package/components/Icons/MedicineWarning.js +4 -4
- package/components/Icons/MedicineWarning.js.map +1 -1
- package/components/Icons/MentalHealthAdult.js +9 -3
- package/components/Icons/MentalHealthAdult.js.map +1 -1
- package/components/Icons/MentalHealthChild.js +9 -3
- package/components/Icons/MentalHealthChild.js.map +1 -1
- package/components/Icons/Menu.js +4 -4
- package/components/Icons/Menu.js.map +1 -1
- package/components/Icons/Microscope.js +4 -4
- package/components/Icons/Microscope.js.map +1 -1
- package/components/Icons/Minus.js +3 -3
- package/components/Icons/Minus.js.map +1 -1
- package/components/Icons/Mirror.js +3 -3
- package/components/Icons/Mirror.js.map +1 -1
- package/components/Icons/MobilePhone.js +4 -4
- package/components/Icons/MobilePhone.js.map +1 -1
- package/components/Icons/MotherHoldingBaby.js +2 -2
- package/components/Icons/MotherHoldingBaby.js.map +1 -1
- package/components/Icons/MuscleBack.js +11 -3
- package/components/Icons/MuscleBack.js.map +1 -1
- package/components/Icons/MuscleLeg.js +9 -3
- package/components/Icons/MuscleLeg.js.map +1 -1
- package/components/Icons/Mushroom.js +3 -3
- package/components/Icons/Mushroom.js.map +1 -1
- package/components/Icons/Music.js +3 -3
- package/components/Icons/Music.js.map +1 -1
- package/components/Icons/MusselsAndSalt.js +2 -2
- package/components/Icons/MusselsAndSalt.js.map +1 -1
- package/components/Icons/NoAccess.js +20 -17
- package/components/Icons/NoAccess.js.map +1 -1
- package/components/Icons/NoEye.js +9 -9
- package/components/Icons/NoEye.js.map +1 -1
- package/components/Icons/NoFilter.js +10 -4
- package/components/Icons/NoFilter.js.map +1 -1
- package/components/Icons/Notepad.js +2 -2
- package/components/Icons/Notepad.js.map +1 -1
- package/components/Icons/Osteotomy.js +4 -4
- package/components/Icons/Osteotomy.js.map +1 -1
- package/components/Icons/PaintRoller.js +3 -3
- package/components/Icons/PaintRoller.js.map +1 -1
- package/components/Icons/PaperPlane.js +4 -4
- package/components/Icons/PaperPlane.js.map +1 -1
- package/components/Icons/PatientAndPerson.js +2 -2
- package/components/Icons/PatientAndPerson.js.map +1 -1
- package/components/Icons/Pause.js +4 -4
- package/components/Icons/Pause.js.map +1 -1
- package/components/Icons/PdfFile.js +4 -4
- package/components/Icons/PdfFile.js.map +1 -1
- package/components/Icons/Pencil.js +4 -4
- package/components/Icons/Pencil.js.map +1 -1
- package/components/Icons/PeopleTalking.js +3 -3
- package/components/Icons/PeopleTalking.js.map +1 -1
- package/components/Icons/Peritonealdialysis.js +4 -4
- package/components/Icons/Peritonealdialysis.js.map +1 -1
- package/components/Icons/Person.js +2 -2
- package/components/Icons/Person.js.map +1 -1
- package/components/Icons/PersonAndPatient.js +2 -2
- package/components/Icons/PersonAndPatient.js.map +1 -1
- package/components/Icons/PersonCancel.js +28 -19
- package/components/Icons/PersonCancel.js.map +1 -1
- package/components/Icons/PersonInXRayMachine.js +4 -4
- package/components/Icons/PersonInXRayMachine.js.map +1 -1
- package/components/Icons/PersonOverweight.js +3 -3
- package/components/Icons/PersonOverweight.js.map +1 -1
- package/components/Icons/PersonRelaxing.js +9 -3
- package/components/Icons/PersonRelaxing.js.map +1 -1
- package/components/Icons/PersonWithBrain.js +6 -3
- package/components/Icons/PersonWithBrain.js.map +1 -1
- package/components/Icons/PersonWithBrokenArm.js +3 -3
- package/components/Icons/PersonWithBrokenArm.js.map +1 -1
- package/components/Icons/PersonWithCrutches.js +3 -3
- package/components/Icons/PersonWithCrutches.js.map +1 -1
- package/components/Icons/PersonWithJaw.js +9 -3
- package/components/Icons/PersonWithJaw.js.map +1 -1
- package/components/Icons/PersonWithMagnifyingGlass.js +8 -2
- package/components/Icons/PersonWithMagnifyingGlass.js.map +1 -1
- package/components/Icons/PersonWithSenses.js +15 -3
- package/components/Icons/PersonWithSenses.js.map +1 -1
- package/components/Icons/PersonWorking.js +9 -3
- package/components/Icons/PersonWorking.js.map +1 -1
- package/components/Icons/PersonalPlan.js +14 -11
- package/components/Icons/PersonalPlan.js.map +1 -1
- package/components/Icons/PizzaSlice.js +8 -2
- package/components/Icons/PizzaSlice.js.map +1 -1
- package/components/Icons/Plane.js +3 -3
- package/components/Icons/Plane.js.map +1 -1
- package/components/Icons/Plant.js +3 -3
- package/components/Icons/Plant.js.map +1 -1
- package/components/Icons/PlateKnifeFork.js +17 -14
- package/components/Icons/PlateKnifeFork.js.map +1 -1
- package/components/Icons/Play.js +4 -4
- package/components/Icons/Play.js.map +1 -1
- package/components/Icons/PlusLarge.js +4 -4
- package/components/Icons/PlusLarge.js.map +1 -1
- package/components/Icons/PlusSmall.js +4 -4
- package/components/Icons/PlusSmall.js.map +1 -1
- package/components/Icons/PngFile.js +4 -4
- package/components/Icons/PngFile.js.map +1 -1
- package/components/Icons/Podcast.js +4 -4
- package/components/Icons/Podcast.js.map +1 -1
- package/components/Icons/PoisonInformation.js +9 -3
- package/components/Icons/PoisonInformation.js.map +1 -1
- package/components/Icons/Pregnant.js +2 -2
- package/components/Icons/Pregnant.js.map +1 -1
- package/components/Icons/Printer.js +7 -7
- package/components/Icons/Printer.js.map +1 -1
- package/components/Icons/Psychosis.js +2 -2
- package/components/Icons/Psychosis.js.map +1 -1
- package/components/Icons/Publication.js +4 -4
- package/components/Icons/Publication.js.map +1 -1
- package/components/Icons/Puzzle.js +5 -2
- package/components/Icons/Puzzle.js.map +1 -1
- package/components/Icons/QrCode.js +7 -7
- package/components/Icons/QrCode.js.map +1 -1
- package/components/Icons/Quarrel.js +4 -4
- package/components/Icons/Quarrel.js.map +1 -1
- package/components/Icons/RadioTherapy.js +4 -4
- package/components/Icons/RadioTherapy.js.map +1 -1
- package/components/Icons/RadioactiveTreatment.js +4 -4
- package/components/Icons/RadioactiveTreatment.js.map +1 -1
- package/components/Icons/Radioiodine.js +4 -4
- package/components/Icons/Radioiodine.js.map +1 -1
- package/components/Icons/Receipt.js +2 -2
- package/components/Icons/Receipt.js.map +1 -1
- package/components/Icons/Receptionist.js +4 -4
- package/components/Icons/Receptionist.js.map +1 -1
- package/components/Icons/Recovery.js +4 -4
- package/components/Icons/Recovery.js.map +1 -1
- package/components/Icons/Referral.js +4 -4
- package/components/Icons/Referral.js.map +1 -1
- package/components/Icons/Refresh.js +4 -4
- package/components/Icons/Refresh.js.map +1 -1
- package/components/Icons/Refund.js +3 -3
- package/components/Icons/Refund.js.map +1 -1
- package/components/Icons/Reminder.js +14 -9
- package/components/Icons/Reminder.js.map +1 -1
- package/components/Icons/Reply.js +10 -4
- package/components/Icons/Reply.js.map +1 -1
- package/components/Icons/Rocket.js +3 -3
- package/components/Icons/Rocket.js.map +1 -1
- package/components/Icons/RtfFile.js +4 -4
- package/components/Icons/RtfFile.js.map +1 -1
- package/components/Icons/STDs.js +4 -4
- package/components/Icons/STDs.js.map +1 -1
- package/components/Icons/Save.js +12 -4
- package/components/Icons/Save.js.map +1 -1
- package/components/Icons/Scale.js +3 -3
- package/components/Icons/Scale.js.map +1 -1
- package/components/Icons/ScreenReader.js +18 -11
- package/components/Icons/ScreenReader.js.map +1 -1
- package/components/Icons/Search.js +4 -4
- package/components/Icons/Search.js.map +1 -1
- package/components/Icons/SectionSign.js +6 -6
- package/components/Icons/SectionSign.js.map +1 -1
- package/components/Icons/Settings.js +7 -7
- package/components/Icons/Settings.js.map +1 -1
- package/components/Icons/Sexualorientation.js +4 -4
- package/components/Icons/Sexualorientation.js.map +1 -1
- package/components/Icons/ShakingHand.js +3 -3
- package/components/Icons/ShakingHand.js.map +1 -1
- package/components/Icons/Share.js +10 -4
- package/components/Icons/Share.js.map +1 -1
- package/components/Icons/Shield.js +4 -4
- package/components/Icons/Shield.js.map +1 -1
- package/components/Icons/ShuntOperation.js +3 -3
- package/components/Icons/ShuntOperation.js.map +1 -1
- package/components/Icons/Skeleton.js +2 -2
- package/components/Icons/Skeleton.js.map +1 -1
- package/components/Icons/Skin.js +3 -3
- package/components/Icons/Skin.js.map +1 -1
- package/components/Icons/Snake.js +3 -3
- package/components/Icons/Snake.js.map +1 -1
- package/components/Icons/Snapchat.js +6 -3
- package/components/Icons/Snapchat.js.map +1 -1
- package/components/Icons/SortDown.js +19 -7
- package/components/Icons/SortDown.js.map +1 -1
- package/components/Icons/SortUp.js +19 -7
- package/components/Icons/SortUp.js.map +1 -1
- package/components/Icons/SpeechBubble.js +6 -6
- package/components/Icons/SpeechBubble.js.map +1 -1
- package/components/Icons/Spray.js +2 -2
- package/components/Icons/Spray.js.map +1 -1
- package/components/Icons/Stopwatch.js +7 -7
- package/components/Icons/Stopwatch.js.map +1 -1
- package/components/Icons/Sun.js +14 -9
- package/components/Icons/Sun.js.map +1 -1
- package/components/Icons/SupportingPerson.js +25 -22
- package/components/Icons/SupportingPerson.js.map +1 -1
- package/components/Icons/Surgery.js +3 -3
- package/components/Icons/Surgery.js.map +1 -1
- package/components/Icons/Sweets.js +19 -14
- package/components/Icons/Sweets.js.map +1 -1
- package/components/Icons/Syringe.js +6 -6
- package/components/Icons/Syringe.js.map +1 -1
- package/components/Icons/Taxi.js +2 -2
- package/components/Icons/Taxi.js.map +1 -1
- package/components/Icons/TeddyBear.js +3 -3
- package/components/Icons/TeddyBear.js.map +1 -1
- package/components/Icons/Teenagers.js +4 -4
- package/components/Icons/Teenagers.js.map +1 -1
- package/components/Icons/ThinkingAboutBaby.js +3 -3
- package/components/Icons/ThinkingAboutBaby.js.map +1 -1
- package/components/Icons/Ticket.js +3 -3
- package/components/Icons/Ticket.js.map +1 -1
- package/components/Icons/TimePassing.js +7 -7
- package/components/Icons/TimePassing.js.map +1 -1
- package/components/Icons/Tombstone.js +12 -9
- package/components/Icons/Tombstone.js.map +1 -1
- package/components/Icons/Toolbox.js +36 -30
- package/components/Icons/Toolbox.js.map +1 -1
- package/components/Icons/Tooth.js +3 -3
- package/components/Icons/Tooth.js.map +1 -1
- package/components/Icons/TotalKneeProsthesis.js +4 -4
- package/components/Icons/TotalKneeProsthesis.js.map +1 -1
- package/components/Icons/Train.js +3 -3
- package/components/Icons/Train.js.map +1 -1
- package/components/Icons/Transplantation.js +3 -3
- package/components/Icons/Transplantation.js.map +1 -1
- package/components/Icons/TrashCan.js +7 -7
- package/components/Icons/TrashCan.js.map +1 -1
- package/components/Icons/TravelRoute.js +21 -16
- package/components/Icons/TravelRoute.js.map +1 -1
- package/components/Icons/TriangleX.js +32 -35
- package/components/Icons/TriangleX.js.map +1 -1
- package/components/Icons/Twitter.js +3 -3
- package/components/Icons/Twitter.js.map +1 -1
- package/components/Icons/Undo.js +8 -8
- package/components/Icons/Undo.js.map +1 -1
- package/components/Icons/UniProsthesis.js +3 -3
- package/components/Icons/UniProsthesis.js.map +1 -1
- package/components/Icons/Upload.js +10 -4
- package/components/Icons/Upload.js.map +1 -1
- package/components/Icons/UserOrganization.js +2 -2
- package/components/Icons/UserOrganization.js.map +1 -1
- package/components/Icons/Vaccine.js +7 -7
- package/components/Icons/Vaccine.js.map +1 -1
- package/components/Icons/VerticalDots.js +4 -4
- package/components/Icons/VerticalDots.js.map +1 -1
- package/components/Icons/VideoCamera.js +7 -7
- package/components/Icons/VideoCamera.js.map +1 -1
- package/components/Icons/VideoChat.js +4 -4
- package/components/Icons/VideoChat.js.map +1 -1
- package/components/Icons/Wallet.js +4 -4
- package/components/Icons/Wallet.js.map +1 -1
- package/components/Icons/Watch.js +6 -6
- package/components/Icons/Watch.js.map +1 -1
- package/components/Icons/Website.js +4 -4
- package/components/Icons/Website.js.map +1 -1
- package/components/Icons/Wheelchair.js +4 -4
- package/components/Icons/Wheelchair.js.map +1 -1
- package/components/Icons/WheelchairActive.js +3 -3
- package/components/Icons/WheelchairActive.js.map +1 -1
- package/components/Icons/Window.js +3 -3
- package/components/Icons/Window.js.map +1 -1
- package/components/Icons/WordDocument.js +3 -3
- package/components/Icons/WordDocument.js.map +1 -1
- package/components/Icons/WorkSuitcase.js +2 -2
- package/components/Icons/WorkSuitcase.js.map +1 -1
- package/components/Icons/X.js +4 -4
- package/components/Icons/X.js.map +1 -1
- package/components/Icons/XOutline.js +3 -3
- package/components/Icons/XOutline.js.map +1 -1
- package/components/Icons/XmlFile.js +4 -4
- package/components/Icons/XmlFile.js.map +1 -1
- package/components/Icons/YouTube.js +3 -3
- package/components/Icons/YouTube.js.map +1 -1
- package/components/Icons/Zoom.js +6 -6
- package/components/Icons/Zoom.js.map +1 -1
- package/components/Illustration/index.js +3 -3
- package/components/Illustrations/Doctor.js +8 -8
- package/components/Illustrations/Doctor.js.map +1 -1
- package/components/Illustrations/DoctorMedium.js +49 -41
- package/components/Illustrations/DoctorMedium.js.map +1 -1
- package/components/Illustrations/DoctorSmall.js +48 -38
- package/components/Illustrations/DoctorSmall.js.map +1 -1
- package/components/Illustrations/FacialRecognitionFingerprint.js +6 -6
- package/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -1
- package/components/Illustrations/FacialRecognitionFingerprintMedium.js +297 -253
- package/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +1 -1
- package/components/Illustrations/HealthcarePersonnel.js +7 -7
- package/components/Illustrations/HealthcarePersonnel.js.map +1 -1
- package/components/Illustrations/HealthcarePersonnelMedium.js +202 -171
- package/components/Illustrations/HealthcarePersonnelMedium.js.map +1 -1
- package/components/Illustrations/HealthcarePersonnelSmall.js +190 -165
- package/components/Illustrations/HealthcarePersonnelSmall.js.map +1 -1
- package/components/Input/index.js +3 -3
- package/components/Label/index.js +7 -8
- package/components/Label/index.js.map +1 -1
- package/components/LazyIcon/index.js +2 -2
- package/components/LazyIllustration/index.js +5 -5
- package/components/LinkList/index.js +3 -3
- package/components/List/index.js +2 -2
- package/components/ListHeader/ListHeaderText/index.js +1 -1
- package/components/ListHeader/index.js +5 -5
- package/components/Loader/index.js +67 -4
- package/components/Loader/index.js.map +1 -1
- package/components/Logo/index.js +41 -2
- package/components/Logo/index.js.map +1 -1
- package/components/Modal/index.js +162 -5
- package/components/Modal/index.js.map +1 -1
- package/components/NotificationPanel/index.js +98 -2
- package/components/NotificationPanel/index.js.map +1 -1
- package/components/Panel/index.js +4 -4
- package/components/PanelList/index.js +15 -2
- package/components/PanelList/index.js.map +1 -1
- package/components/PopMenu/index.js +92 -6
- package/components/PopMenu/index.js.map +1 -1
- package/components/PopOver/index.js +4 -4
- package/components/Portal/index.js +3 -3
- package/components/Progressbar/index.js +92 -6
- package/components/Progressbar/index.js.map +1 -1
- package/components/Progressbar/styles.module.scss +5 -0
- package/components/Progressbar/styles.module.scss.d.ts +1 -0
- package/components/PromoPanel/index.js +57 -2
- package/components/PromoPanel/index.js.map +1 -1
- package/components/RadioButton/index.js +5 -5
- package/components/Select/index.js +1 -1
- package/components/ServiceMessage/index.js +110 -2
- package/components/ServiceMessage/index.js.map +1 -1
- package/components/SharingStatus/index.js +16 -2
- package/components/SharingStatus/index.js.map +1 -1
- package/components/Slider/index.js +189 -3
- package/components/Slider/index.js.map +1 -1
- package/components/Spacer/index.js +2 -2
- package/components/StatusDot/index.js +4 -4
- package/components/Step/index.js +31 -2
- package/components/Step/index.js.map +1 -1
- package/components/StepButtons/index.js +1 -1
- package/components/Stepper/index.js +49 -2
- package/components/Stepper/index.js.map +1 -1
- package/components/Table/TableBody/index.js +3 -3
- package/components/Table/TableCell/index.js +5 -5
- package/components/Table/TableExpandedRow/index.js +1 -1
- package/components/Table/TableExpanderCell/index.js +3 -3
- package/components/Table/TableHead/index.js +4 -4
- package/components/Table/TableHeadCell/index.js +3 -3
- package/components/Table/TableRow/index.js +3 -3
- package/components/Table/index.js +22 -22
- package/components/Tabs/TabList/index.js +2 -2
- package/components/Tabs/TabPanel/index.js +1 -1
- package/components/Tabs/index.js +94 -2
- package/components/Tabs/index.js.map +1 -1
- package/components/Tag/index.js +22 -5
- package/components/Tag/index.js.map +1 -1
- package/components/TagList/index.js +6 -2
- package/components/TagList/index.js.map +1 -1
- package/components/Textarea/index.js +1 -1
- package/components/Tile/index.js +70 -3
- package/components/Tile/index.js.map +1 -1
- package/components/Title/index.js +5 -5
- package/components/Toggle/Toggle.d.ts +31 -0
- package/components/Toggle/index.d.ts +3 -0
- package/components/Toggle/index.js +2656 -0
- package/components/Toggle/index.js.map +1 -0
- package/components/Toggle/styles.module.scss +125 -0
- package/components/Toggle/styles.module.scss.d.ts +24 -0
- package/components/Tooltip/TooltipWord/index.js +1 -1
- package/components/Tooltip/index.js +54 -5
- package/components/Tooltip/index.js.map +1 -1
- package/components/Trigger/index.js +2 -2
- package/components/Validation/index.js +47 -3
- package/components/Validation/index.js.map +1 -1
- package/constants.d.ts +1 -0
- package/constants.js +4 -4
- package/constants.js.map +1 -1
- package/{components → docs}/ButtonWithModal/ButtonWithModal.d.ts +1 -1
- package/{components → docs}/HelpBubbleExample/HelpBubbleExample.d.ts +1 -1
- package/{components → docs}/TooltipExample/TooltipExample.d.ts +1 -1
- package/hoc/withBreakpoint/withBreakpoint.js +9 -8
- package/hoc/withBreakpoint/withBreakpoint.js.map +1 -1
- package/hooks/useIcons.js +9 -9
- package/hooks/usePseudoClasses.d.ts +1 -0
- package/hooks/usePseudoClasses.js +11 -11
- package/hooks/usePseudoClasses.js.map +1 -1
- package/hooks/useUuid.js +3 -3
- package/index.js +3 -3
- package/package.json +4 -1
- package/style.css +1 -0
- package/utils/component.js +2 -2
- package/utils/uuid.js +4 -7
- package/utils/uuid.js.map +1 -1
- package/{components/Illustration/utils.js → utils.js} +1 -1
- package/utils.js.map +1 -0
- package/uuid.js +14 -0
- package/uuid.js.map +1 -0
- package/_virtual/_cloneBuffer.js +0 -5
- package/_virtual/_cloneBuffer.js.map +0 -1
- package/_virtual/_commonjs-dynamic-modules.js +0 -7
- package/_virtual/_commonjs-dynamic-modules.js.map +0 -1
- package/_virtual/_commonjsHelpers.js +0 -9
- package/_virtual/_commonjsHelpers.js.map +0 -1
- package/_virtual/_nodeUtil.js +0 -5
- package/_virtual/_nodeUtil.js.map +0 -1
- package/_virtual/dynamic-import-helper.js +0 -17
- package/_virtual/dynamic-import-helper.js.map +0 -1
- package/_virtual/isBuffer.js +0 -5
- package/_virtual/isBuffer.js.map +0 -1
- package/_virtual/memoizerific.js +0 -5
- package/_virtual/memoizerific.js.map +0 -1
- package/components/AnchorLink/AnchorLink.js +0 -53
- package/components/AnchorLink/AnchorLink.js.map +0 -1
- package/components/Avatar/Avatar.js +0 -33
- package/components/Avatar/Avatar.js.map +0 -1
- package/components/Badge/Badge.js +0 -30
- package/components/Badge/Badge.js.map +0 -1
- package/components/Badge/NotificationBadge.js +0 -68
- package/components/Badge/NotificationBadge.js.map +0 -1
- package/components/Button/Button.js +0 -118
- package/components/Button/Button.js.map +0 -1
- package/components/ButtonWithModal/ButtonWithModal.js +0 -11
- package/components/ButtonWithModal/ButtonWithModal.js.map +0 -1
- package/components/ButtonWithModal/index.js +0 -5
- package/components/ButtonWithModal/index.js.map +0 -1
- package/components/Checkbox/Checkbox.js +0 -110
- package/components/Checkbox/Checkbox.js.map +0 -1
- package/components/Chip/Chip.js +0 -30
- package/components/Chip/Chip.js.map +0 -1
- package/components/Close/Close.js +0 -30
- package/components/Close/Close.js.map +0 -1
- package/components/DictionaryTrigger/DictionaryTrigger.js +0 -27
- package/components/DictionaryTrigger/DictionaryTrigger.js.map +0 -1
- package/components/Dropdown/Dropdown.js +0 -117
- package/components/Dropdown/Dropdown.js.map +0 -1
- package/components/Duolist/Duolist.js +0 -63
- package/components/Duolist/Duolist.js.map +0 -1
- package/components/EmptyState/EmptyState.js +0 -10
- package/components/EmptyState/EmptyState.js.map +0 -1
- package/components/EmptyState/NobodyHome.js +0 -155
- package/components/EmptyState/NobodyHome.js.map +0 -1
- package/components/ErrorWrapper/ErrorWrapper.js +0 -12
- package/components/ErrorWrapper/ErrorWrapper.js.map +0 -1
- package/components/Expander/Expander.js +0 -101
- package/components/Expander/Expander.js.map +0 -1
- package/components/ExpanderHierarchy/Expander.js +0 -31
- package/components/ExpanderHierarchy/Expander.js.map +0 -1
- package/components/ExpanderHierarchy/ExpanderButton.js +0 -46
- package/components/ExpanderHierarchy/ExpanderButton.js.map +0 -1
- package/components/ExpanderHierarchy/ExpanderHierarchy.js +0 -28
- package/components/ExpanderHierarchy/ExpanderHierarchy.js.map +0 -1
- package/components/ExpanderHierarchy/utils.js +0 -20
- package/components/ExpanderHierarchy/utils.js.map +0 -1
- package/components/ExpanderList/ExpanderList.js +0 -139
- package/components/ExpanderList/ExpanderList.js.map +0 -1
- package/components/EyebrowHeader/EyebrowHeader.js +0 -12
- package/components/EyebrowHeader/EyebrowHeader.js.map +0 -1
- package/components/FormExample/FormExample.js +0 -161
- package/components/FormExample/FormExample.js.map +0 -1
- package/components/FormExample/index.js +0 -8
- package/components/FormExample/index.js.map +0 -1
- package/components/FormExample/styles.module.scss +0 -33
- package/components/FormExample/styles.module.scss.d.ts +0 -12
- package/components/FormGroup/FormGroup.js +0 -101
- package/components/FormGroup/FormGroup.js.map +0 -1
- package/components/FormLayout/FormLayout.js +0 -38
- package/components/FormLayout/FormLayout.js.map +0 -1
- package/components/GridExample/GridExample.js +0 -8
- package/components/GridExample/GridExample.js.map +0 -1
- package/components/GridExample/index.js +0 -6
- package/components/GridExample/index.js.map +0 -1
- package/components/HelpBubble/HelpBubble.js +0 -61
- package/components/HelpBubble/HelpBubble.js.map +0 -1
- package/components/HelpBubbleExample/HelpBubbleExample.js +0 -20
- package/components/HelpBubbleExample/HelpBubbleExample.js.map +0 -1
- package/components/HelpBubbleExample/index.js +0 -5
- package/components/HelpBubbleExample/index.js.map +0 -1
- package/components/HelpPanel/HelpPanel.js +0 -24
- package/components/HelpPanel/HelpPanel.js.map +0 -1
- package/components/HelpQuestion/HelpQuestion.js +0 -31
- package/components/HelpQuestion/HelpQuestion.js.map +0 -1
- package/components/HighlightPanel/HighlightPanel.js +0 -61
- package/components/HighlightPanel/HighlightPanel.js.map +0 -1
- package/components/HorizontalScroll/HorizontalScroll.js +0 -47
- package/components/HorizontalScroll/HorizontalScroll.js.map +0 -1
- package/components/Icon/Icon.js +0 -60
- package/components/Icon/Icon.js.map +0 -1
- package/components/Illustration/Illustration.js +0 -41
- package/components/Illustration/Illustration.js.map +0 -1
- package/components/Illustration/utils.js.map +0 -1
- package/components/Input/Input.js +0 -129
- package/components/Input/Input.js.map +0 -1
- package/components/Label/Label.js +0 -79
- package/components/Label/Label.js.map +0 -1
- package/components/Label/SubLabel.js +0 -19
- package/components/Label/SubLabel.js.map +0 -1
- package/components/LazyIcon/ErrorBoundary.js +0 -21
- package/components/LazyIcon/ErrorBoundary.js.map +0 -1
- package/components/LazyIcon/LazyIcon.js +0 -31
- package/components/LazyIcon/LazyIcon.js.map +0 -1
- package/components/LazyIllustration/LazyIllustration.js +0 -35
- package/components/LazyIllustration/LazyIllustration.js.map +0 -1
- package/components/LinkList/LinkList.js +0 -60
- package/components/LinkList/LinkList.js.map +0 -1
- package/components/List/List.js +0 -13
- package/components/List/List.js.map +0 -1
- package/components/ListHeader/ListHeader.js +0 -84
- package/components/ListHeader/ListHeader.js.map +0 -1
- package/components/ListHeader/ListHeaderText/ListHeaderText.js +0 -30
- package/components/ListHeader/ListHeaderText/ListHeaderText.js.map +0 -1
- package/components/Loader/Loader.js +0 -67
- package/components/Loader/Loader.js.map +0 -1
- package/components/Logo/Logo.js +0 -40
- package/components/Logo/Logo.js.map +0 -1
- package/components/MaxCharacters/MaxCharacters.js +0 -15
- package/components/MaxCharacters/MaxCharacters.js.map +0 -1
- package/components/Modal/Modal.js +0 -145
- package/components/Modal/Modal.js.map +0 -1
- package/components/NotificationPanel/NotificationPanel.js +0 -94
- package/components/NotificationPanel/NotificationPanel.js.map +0 -1
- package/components/Panel/Panel.js +0 -191
- package/components/Panel/Panel.js.map +0 -1
- package/components/PanelList/PanelList.js +0 -17
- package/components/PanelList/PanelList.js.map +0 -1
- package/components/PopMenu/PopMenu.js +0 -89
- package/components/PopMenu/PopMenu.js.map +0 -1
- package/components/PopOver/PopOver.js +0 -56
- package/components/PopOver/PopOver.js.map +0 -1
- package/components/PopOver/utils.js +0 -33
- package/components/PopOver/utils.js.map +0 -1
- package/components/Progressbar/Progressbar.js +0 -89
- package/components/Progressbar/Progressbar.js.map +0 -1
- package/components/PromoPanel/PromoPanel.js +0 -52
- package/components/PromoPanel/PromoPanel.js.map +0 -1
- package/components/RadioButton/RadioButton.js +0 -104
- package/components/RadioButton/RadioButton.js.map +0 -1
- package/components/Select/Select.js +0 -70
- package/components/Select/Select.js.map +0 -1
- package/components/ServiceMessage/ServiceMessage.js +0 -92
- package/components/ServiceMessage/ServiceMessage.js.map +0 -1
- package/components/SharingStatus/SharingStatus.js +0 -16
- package/components/SharingStatus/SharingStatus.js.map +0 -1
- package/components/Slider/Slider.js +0 -178
- package/components/Slider/Slider.js.map +0 -1
- package/components/Spacer/Spacer.js.map +0 -1
- package/components/StatusDot/StatusDot.js +0 -29
- package/components/StatusDot/StatusDot.js.map +0 -1
- package/components/Step/Step.js +0 -30
- package/components/Step/Step.js.map +0 -1
- package/components/StepButtons/StepButtons.js +0 -21
- package/components/StepButtons/StepButtons.js.map +0 -1
- package/components/Stepper/Dot.js +0 -16
- package/components/Stepper/Dot.js.map +0 -1
- package/components/Stepper/DotList.js +0 -7
- package/components/Stepper/DotList.js.map +0 -1
- package/components/Stepper/Stepper.js +0 -35
- package/components/Stepper/Stepper.js.map +0 -1
- package/components/Stepper/utils.js +0 -16
- package/components/Stepper/utils.js.map +0 -1
- package/components/Table/Table.js +0 -76
- package/components/Table/Table.js.map +0 -1
- package/components/Table/TableBody/TableBody.js +0 -13
- package/components/Table/TableBody/TableBody.js.map +0 -1
- package/components/Table/TableCell/TableCell.js.map +0 -1
- package/components/Table/TableExpandedRow/TableExpandedRow.js +0 -31
- package/components/Table/TableExpandedRow/TableExpandedRow.js.map +0 -1
- package/components/Table/TableExpanderCell/TableExpanderCell.js +0 -35
- package/components/Table/TableExpanderCell/TableExpanderCell.js.map +0 -1
- package/components/Table/TableExpanderCell/TableExpanderCellMobile.js +0 -25
- package/components/Table/TableExpanderCell/TableExpanderCellMobile.js.map +0 -1
- package/components/Table/TableHead/TableHead.js +0 -24
- package/components/Table/TableHead/TableHead.js.map +0 -1
- package/components/Table/TableHeadCell/TableHeadCell.js +0 -42
- package/components/Table/TableHeadCell/TableHeadCell.js.map +0 -1
- package/components/Table/TableRow/TableRow.js +0 -40
- package/components/Table/TableRow/TableRow.js.map +0 -1
- package/components/Table/utils.js +0 -32
- package/components/Table/utils.js.map +0 -1
- package/components/Tabs/Tab.js +0 -6
- package/components/Tabs/Tab.js.map +0 -1
- package/components/Tabs/TabList/TabItem.js +0 -45
- package/components/Tabs/TabList/TabItem.js.map +0 -1
- package/components/Tabs/TabList/TabList.js +0 -28
- package/components/Tabs/TabList/TabList.js.map +0 -1
- package/components/Tabs/TabPanel/TabPanel.js +0 -17
- package/components/Tabs/TabPanel/TabPanel.js.map +0 -1
- package/components/Tabs/Tabs.js +0 -92
- package/components/Tabs/Tabs.js.map +0 -1
- package/components/Tag/Tag.js +0 -22
- package/components/Tag/Tag.js.map +0 -1
- package/components/TagList/TagList.js +0 -8
- package/components/TagList/TagList.js.map +0 -1
- package/components/Textarea/Textarea.js +0 -105
- package/components/Textarea/Textarea.js.map +0 -1
- package/components/Tile/Tile.js +0 -67
- package/components/Tile/Tile.js.map +0 -1
- package/components/Title/Title.js +0 -25
- package/components/Title/Title.js.map +0 -1
- package/components/Tooltip/Tooltip.js +0 -55
- package/components/Tooltip/Tooltip.js.map +0 -1
- package/components/Tooltip/TooltipWord/TooltipWord.js +0 -27
- package/components/Tooltip/TooltipWord/TooltipWord.js.map +0 -1
- package/components/TooltipExample/TooltipExample.js +0 -8
- package/components/TooltipExample/TooltipExample.js.map +0 -1
- package/components/TooltipExample/index.js +0 -5
- package/components/TooltipExample/index.js.map +0 -1
- package/components/Trigger/HelpSign.js +0 -7
- package/components/Trigger/HelpSign.js.map +0 -1
- package/components/Trigger/Trigger.js +0 -73
- package/components/Trigger/Trigger.js.map +0 -1
- package/components/Validation/ErrorList.js +0 -8
- package/components/Validation/ErrorList.js.map +0 -1
- package/components/Validation/ErrorListItem.js +0 -12
- package/components/Validation/ErrorListItem.js.map +0 -1
- package/components/Validation/Validation.js +0 -18
- package/components/Validation/Validation.js.map +0 -1
- package/components/Validation/ValidationSummary.js +0 -25
- package/components/Validation/ValidationSummary.js.map +0 -1
- package/docs/index.d.ts +0 -8
- package/docs/index.js +0 -14
- package/docs/index.js.map +0 -1
- /package/{components → docs}/ButtonWithModal/index.d.ts +0 -0
- /package/{components → docs}/FormExample/FormExample.d.ts +0 -0
- /package/{components → docs}/FormExample/index.d.ts +0 -0
- /package/{components → docs}/GridExample/GridExample.d.ts +0 -0
- /package/{components → docs}/GridExample/index.d.ts +0 -0
- /package/{components → docs}/HelpBubbleExample/index.d.ts +0 -0
- /package/{components → docs}/TooltipExample/index.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import h from "react";
|
|
2
|
-
const m = ({ isHovered: v }) => v ? /* @__PURE__ */ h
|
|
1
|
+
import { jsx as h } from "react/jsx-runtime";
|
|
2
|
+
const m = ({ isHovered: v }) => v ? /* @__PURE__ */ h("path", { d: "M43.242 29.54a1.04 1.04 0 01-.6.537 1.04 1.04 0 01-.801-.043 1.036 1.036 0 01-.524-1.313l.083-.222-6.115-17.366-.203-.12a1.036 1.036 0 01-.46-.548 1.052 1.052 0 011.983-.699c.102.29.049.55-.013.716l-.083.221 6.115 17.365.203.121a1.04 1.04 0 01.415 1.351m1.27-1.233a2.328 2.328 0 00-.813-1.096l-5.814-16.514a2.349 2.349 0 00-.053-1.362 2.358 2.358 0 00-2.998-1.437 2.356 2.356 0 00-1.438 3c.157.442.436.816.814 1.095l5.813 16.511a2.333 2.333 0 001.255 2.702 2.35 2.35 0 003.234-2.899m-19.636-7.312h9.384v-1.3h-9.616V17.66h8.5v-1.3h-8.5v-2.034h7.877v-1.3h-7.877v-2.034h6.7v-1.3h-6.7V8.44h4.285c1.119 0 1.836-.697 2.468-1.312.602-.587 1.123-1.093 1.955-1.093h2.095v-1.3h-2.095c-1.36 0-2.193.81-2.862 1.461-.601.585-1 .944-1.561.944h-9.965c-.563 0-.96-.359-1.562-.944-.67-.65-1.502-1.462-2.861-1.462h-2.095v1.301h2.095c.832 0 1.353.506 1.955 1.093.632.615 1.349 1.312 2.468 1.312h4.379v1.251h-6.51v1.301h6.51v2.033h-7.687v1.301h7.687v2.033H15.03v1.301h8.312v2.033h-9.426v1.301h9.193l-1.542 2.033h-7.964v1.301h6.978l-1.543 2.033h-4.293v1.301h3.307l-.68.894 1.036.786 5.585-7.36 5.583 7.36 1.035-.786-.678-.894h3.497v-1.3h-4.484l-1.542-2.034h7.167v-1.3h-8.154l-1.542-2.034zM23.35 32.308h1.301v-7.574h-1.301v7.574zM6.488 28.499l.082.221c.063.167.116.427.015.716a1.046 1.046 0 01-1.34.641 1.04 1.04 0 01-.599-.537 1.04 1.04 0 01.415-1.35l.203-.12 6.116-17.368-.083-.222a1.039 1.039 0 01.522-1.311c.145-.069.299-.105.454-.105a1.061 1.061 0 01.948.598 1.032 1.032 0 01-.415 1.351l-.203.121L6.488 28.5zm7.19-16.508a2.327 2.327 0 00.715-2.89 2.33 2.33 0 00-1.339-1.203 2.353 2.353 0 00-2.998 1.436 2.33 2.33 0 00-.052 1.364L4.189 27.21a2.34 2.34 0 00-.716 2.894 2.351 2.351 0 004.338-.237c.156-.44.173-.907.053-1.362l5.814-16.513zm18.915 25.592c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.775-.434-1.656 0-2.832.241-3.776.434-.7.144-1.306.267-1.948.267-.908 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.856-.519 3.518-.054 1.192.334 2.676.75 4.635.75 1.96 0 3.443-.416 4.634-.75 1.663-.465 2.507-.658 3.52.054 1.047.74 1.035 2.292.493 3.377m.256-4.439c-1.56-1.1-2.978-.703-4.619-.244-1.174.33-2.504.702-4.284.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.057-.858-4.618.244-1.64 1.16-1.692 3.451-.907 5.02.126.252.268.574.425.932.803 1.83 1.904 4.335 3.661 4.335.773 0 1.471-.143 2.21-.294.932-.192 1.99-.408 3.514-.408 1.523 0 2.581.216 3.514.408.738.15 1.436.294 2.21.294 1.757 0 2.86-2.508 3.662-4.338.157-.357.298-.678.423-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.848.031-3.157-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.782 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .021.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.41-.41-1.041-.387-1.869.067" }) : /* @__PURE__ */ h("path", { d: "M24.652 24.734v7.574h-1.301v-7.574h1.301zM14.541 4.735c1.359 0 2.192.811 2.86 1.462.603.585 1 .944 1.563.944h9.965c.562 0 .96-.359 1.56-.944.67-.65 1.503-1.462 2.863-1.462h2.095v1.301h-2.095c-.832 0-1.353.506-1.955 1.093-.632.615-1.35 1.312-2.468 1.312h-4.285v1.251h6.7v1.301h-6.7v2.033h7.877v1.301h-7.877v2.033h8.5v1.301h-8.5v2.033h9.616v1.301h-9.384l1.542 2.033h8.154v1.301h-7.167l1.542 2.033h4.484v1.301h-3.497l.678.894-1.035.786-5.583-7.36-5.585 7.36-1.035-.786.679-.894h-3.307v-1.3h4.293l1.543-2.034h-6.978v-1.3h7.964l1.542-2.034h-9.193v-1.3h9.426V17.66H15.03v-1.3h8.312v-2.034h-7.687v-1.3h7.687v-2.034h-6.51v-1.3h6.51V8.44h-4.38c-1.118 0-1.835-.697-2.467-1.312-.602-.587-1.123-1.093-1.955-1.093h-2.095v-1.3zM8.553 29.013l.107.21c.08.159.162.41.094.71a1.037 1.037 0 01-.468.653 1.048 1.048 0 01-1.447-.336 1.054 1.054 0 01-.134-.794c.07-.297.253-.488.396-.594l.19-.143 4.163-17.935-.107-.21a1.042 1.042 0 01-.092-.708 1.048 1.048 0 011.261-.787c.274.064.505.23.653.468.15.238.197.52.133.794a1.046 1.046 0 01-.394.595l-.19.14-4.165 17.937zm5.327-17.2a2.335 2.335 0 00.393-2.953 2.327 2.327 0 00-1.463-1.046 2.336 2.336 0 00-1.776.294 2.332 2.332 0 00-.948 2.824l-3.96 17.053a2.335 2.335 0 00-.391 2.953c.332.533.851.904 1.463 1.046a2.336 2.336 0 001.775-.294 2.334 2.334 0 00.948-2.824l3.96-17.053zM41.054 30.25a1.046 1.046 0 01-.654.468 1.055 1.055 0 01-1.262-.785c-.068-.3.013-.55.093-.709l.107-.21-4.164-17.937-.189-.14a1.043 1.043 0 01-.396-.596 1.054 1.054 0 011.025-1.289c.477 0 .911.33 1.024.813.068.298-.013.55-.094.71l-.106.21 4.163 17.934.19.142a1.038 1.038 0 01.263 1.39m1.397-1.088a2.329 2.329 0 00-.686-1.179l-3.959-17.053a2.336 2.336 0 00-.949-2.823 2.318 2.318 0 00-1.775-.295 2.334 2.334 0 00-1.464 1.046 2.337 2.337 0 00.393 2.954l3.96 17.052a2.334 2.334 0 00.949 2.824 2.33 2.33 0 001.774.294 2.332 2.332 0 001.464-1.046 2.329 2.329 0 00.293-1.774m-9.858 8.42c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.774-.434-1.656 0-2.832.241-3.776.434-.701.144-1.306.267-1.948.267-.909 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.854-.519 3.517-.054 1.192.334 2.677.75 4.636.75s3.443-.416 4.634-.75c1.663-.465 2.506-.658 3.518.054 1.049.74 1.037 2.292.495 3.377m.255-4.439c-1.56-1.1-2.977-.703-4.618-.244-1.175.33-2.505.702-4.285.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.058-.858-4.618.244-1.64 1.16-1.691 3.451-.906 5.02.125.252.268.574.425.932.803 1.83 1.903 4.335 3.66 4.335.773 0 1.471-.143 2.21-.294.933-.192 1.99-.408 3.515-.408 1.523 0 2.58.216 3.514.408.738.15 1.436.294 2.21.294 1.756 0 2.858-2.508 3.662-4.338.157-.357.297-.678.422-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.852.031-3.156-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.786 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .02.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.411-.41-1.04-.387-1.869.067" });
|
|
3
3
|
export {
|
|
4
4
|
m as default
|
|
5
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Skeleton.js","sources":["../../../src/components/Icons/Skeleton.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Skeleton: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M24.652 24.734v7.574h-1.301v-7.574h1.301zM14.541 4.735c1.359 0 2.192.811 2.86 1.462.603.585 1 .944 1.563.944h9.965c.562 0 .96-.359 1.56-.944.67-.65 1.503-1.462 2.863-1.462h2.095v1.301h-2.095c-.832 0-1.353.506-1.955 1.093-.632.615-1.35 1.312-2.468 1.312h-4.285v1.251h6.7v1.301h-6.7v2.033h7.877v1.301h-7.877v2.033h8.5v1.301h-8.5v2.033h9.616v1.301h-9.384l1.542 2.033h8.154v1.301h-7.167l1.542 2.033h4.484v1.301h-3.497l.678.894-1.035.786-5.583-7.36-5.585 7.36-1.035-.786.679-.894h-3.307v-1.3h4.293l1.543-2.034h-6.978v-1.3h7.964l1.542-2.034h-9.193v-1.3h9.426V17.66H15.03v-1.3h8.312v-2.034h-7.687v-1.3h7.687v-2.034h-6.51v-1.3h6.51V8.44h-4.38c-1.118 0-1.835-.697-2.467-1.312-.602-.587-1.123-1.093-1.955-1.093h-2.095v-1.3zM8.553 29.013l.107.21c.08.159.162.41.094.71a1.037 1.037 0 01-.468.653 1.048 1.048 0 01-1.447-.336 1.054 1.054 0 01-.134-.794c.07-.297.253-.488.396-.594l.19-.143 4.163-17.935-.107-.21a1.042 1.042 0 01-.092-.708 1.048 1.048 0 011.261-.787c.274.064.505.23.653.468.15.238.197.52.133.794a1.046 1.046 0 01-.394.595l-.19.14-4.165 17.937zm5.327-17.2a2.335 2.335 0 00.393-2.953 2.327 2.327 0 00-1.463-1.046 2.336 2.336 0 00-1.776.294 2.332 2.332 0 00-.948 2.824l-3.96 17.053a2.335 2.335 0 00-.391 2.953c.332.533.851.904 1.463 1.046a2.336 2.336 0 001.775-.294 2.334 2.334 0 00.948-2.824l3.96-17.053zM41.054 30.25a1.046 1.046 0 01-.654.468 1.055 1.055 0 01-1.262-.785c-.068-.3.013-.55.093-.709l.107-.21-4.164-17.937-.189-.14a1.043 1.043 0 01-.396-.596 1.054 1.054 0 011.025-1.289c.477 0 .911.33 1.024.813.068.298-.013.55-.094.71l-.106.21 4.163 17.934.19.142a1.038 1.038 0 01.263 1.39m1.397-1.088a2.329 2.329 0 00-.686-1.179l-3.959-17.053a2.336 2.336 0 00-.949-2.823 2.318 2.318 0 00-1.775-.295 2.334 2.334 0 00-1.464 1.046 2.337 2.337 0 00.393 2.954l3.96 17.052a2.334 2.334 0 00.949 2.824 2.33 2.33 0 001.774.294 2.332 2.332 0 001.464-1.046 2.329 2.329 0 00.293-1.774m-9.858 8.42c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.774-.434-1.656 0-2.832.241-3.776.434-.701.144-1.306.267-1.948.267-.909 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.854-.519 3.517-.054 1.192.334 2.677.75 4.636.75s3.443-.416 4.634-.75c1.663-.465 2.506-.658 3.518.054 1.049.74 1.037 2.292.495 3.377m.255-4.439c-1.56-1.1-2.977-.703-4.618-.244-1.175.33-2.505.702-4.285.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.058-.858-4.618.244-1.64 1.16-1.691 3.451-.906 5.02.125.252.268.574.425.932.803 1.83 1.903 4.335 3.66 4.335.773 0 1.471-.143 2.21-.294.933-.192 1.99-.408 3.515-.408 1.523 0 2.58.216 3.514.408.738.15 1.436.294 2.21.294 1.756 0 2.858-2.508 3.662-4.338.157-.357.297-.678.422-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.852.031-3.156-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.786 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .02.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.411-.41-1.04-.387-1.869.067\" />\n );\n\n const normalHover = (\n <path d=\"M43.242 29.54a1.04 1.04 0 01-.6.537 1.04 1.04 0 01-.801-.043 1.036 1.036 0 01-.524-1.313l.083-.222-6.115-17.366-.203-.12a1.036 1.036 0 01-.46-.548 1.052 1.052 0 011.983-.699c.102.29.049.55-.013.716l-.083.221 6.115 17.365.203.121a1.04 1.04 0 01.415 1.351m1.27-1.233a2.328 2.328 0 00-.813-1.096l-5.814-16.514a2.349 2.349 0 00-.053-1.362 2.358 2.358 0 00-2.998-1.437 2.356 2.356 0 00-1.438 3c.157.442.436.816.814 1.095l5.813 16.511a2.333 2.333 0 001.255 2.702 2.35 2.35 0 003.234-2.899m-19.636-7.312h9.384v-1.3h-9.616V17.66h8.5v-1.3h-8.5v-2.034h7.877v-1.3h-7.877v-2.034h6.7v-1.3h-6.7V8.44h4.285c1.119 0 1.836-.697 2.468-1.312.602-.587 1.123-1.093 1.955-1.093h2.095v-1.3h-2.095c-1.36 0-2.193.81-2.862 1.461-.601.585-1 .944-1.561.944h-9.965c-.563 0-.96-.359-1.562-.944-.67-.65-1.502-1.462-2.861-1.462h-2.095v1.301h2.095c.832 0 1.353.506 1.955 1.093.632.615 1.349 1.312 2.468 1.312h4.379v1.251h-6.51v1.301h6.51v2.033h-7.687v1.301h7.687v2.033H15.03v1.301h8.312v2.033h-9.426v1.301h9.193l-1.542 2.033h-7.964v1.301h6.978l-1.543 2.033h-4.293v1.301h3.307l-.68.894 1.036.786 5.585-7.36 5.583 7.36 1.035-.786-.678-.894h3.497v-1.3h-4.484l-1.542-2.034h7.167v-1.3h-8.154l-1.542-2.034zM23.35 32.308h1.301v-7.574h-1.301v7.574zM6.488 28.499l.082.221c.063.167.116.427.015.716a1.046 1.046 0 01-1.34.641 1.04 1.04 0 01-.599-.537 1.04 1.04 0 01.415-1.35l.203-.12 6.116-17.368-.083-.222a1.039 1.039 0 01.522-1.311c.145-.069.299-.105.454-.105a1.061 1.061 0 01.948.598 1.032 1.032 0 01-.415 1.351l-.203.121L6.488 28.5zm7.19-16.508a2.327 2.327 0 00.715-2.89 2.33 2.33 0 00-1.339-1.203 2.353 2.353 0 00-2.998 1.436 2.33 2.33 0 00-.052 1.364L4.189 27.21a2.34 2.34 0 00-.716 2.894 2.351 2.351 0 004.338-.237c.156-.44.173-.907.053-1.362l5.814-16.513zm18.915 25.592c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.775-.434-1.656 0-2.832.241-3.776.434-.7.144-1.306.267-1.948.267-.908 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.856-.519 3.518-.054 1.192.334 2.676.75 4.635.75 1.96 0 3.443-.416 4.634-.75 1.663-.465 2.507-.658 3.52.054 1.047.74 1.035 2.292.493 3.377m.256-4.439c-1.56-1.1-2.978-.703-4.619-.244-1.174.33-2.504.702-4.284.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.057-.858-4.618.244-1.64 1.16-1.692 3.451-.907 5.02.126.252.268.574.425.932.803 1.83 1.904 4.335 3.661 4.335.773 0 1.471-.143 2.21-.294.932-.192 1.99-.408 3.514-.408 1.523 0 2.581.216 3.514.408.738.15 1.436.294 2.21.294 1.757 0 2.86-2.508 3.662-4.338.157-.357.298-.678.423-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.848.031-3.157-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.782 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .021.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.41-.41-1.041-.387-1.869.067\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Skeleton;\n"],"names":["Skeleton","isHovered","
|
|
1
|
+
{"version":3,"file":"Skeleton.js","sources":["../../../src/components/Icons/Skeleton.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Skeleton: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M24.652 24.734v7.574h-1.301v-7.574h1.301zM14.541 4.735c1.359 0 2.192.811 2.86 1.462.603.585 1 .944 1.563.944h9.965c.562 0 .96-.359 1.56-.944.67-.65 1.503-1.462 2.863-1.462h2.095v1.301h-2.095c-.832 0-1.353.506-1.955 1.093-.632.615-1.35 1.312-2.468 1.312h-4.285v1.251h6.7v1.301h-6.7v2.033h7.877v1.301h-7.877v2.033h8.5v1.301h-8.5v2.033h9.616v1.301h-9.384l1.542 2.033h8.154v1.301h-7.167l1.542 2.033h4.484v1.301h-3.497l.678.894-1.035.786-5.583-7.36-5.585 7.36-1.035-.786.679-.894h-3.307v-1.3h4.293l1.543-2.034h-6.978v-1.3h7.964l1.542-2.034h-9.193v-1.3h9.426V17.66H15.03v-1.3h8.312v-2.034h-7.687v-1.3h7.687v-2.034h-6.51v-1.3h6.51V8.44h-4.38c-1.118 0-1.835-.697-2.467-1.312-.602-.587-1.123-1.093-1.955-1.093h-2.095v-1.3zM8.553 29.013l.107.21c.08.159.162.41.094.71a1.037 1.037 0 01-.468.653 1.048 1.048 0 01-1.447-.336 1.054 1.054 0 01-.134-.794c.07-.297.253-.488.396-.594l.19-.143 4.163-17.935-.107-.21a1.042 1.042 0 01-.092-.708 1.048 1.048 0 011.261-.787c.274.064.505.23.653.468.15.238.197.52.133.794a1.046 1.046 0 01-.394.595l-.19.14-4.165 17.937zm5.327-17.2a2.335 2.335 0 00.393-2.953 2.327 2.327 0 00-1.463-1.046 2.336 2.336 0 00-1.776.294 2.332 2.332 0 00-.948 2.824l-3.96 17.053a2.335 2.335 0 00-.391 2.953c.332.533.851.904 1.463 1.046a2.336 2.336 0 001.775-.294 2.334 2.334 0 00.948-2.824l3.96-17.053zM41.054 30.25a1.046 1.046 0 01-.654.468 1.055 1.055 0 01-1.262-.785c-.068-.3.013-.55.093-.709l.107-.21-4.164-17.937-.189-.14a1.043 1.043 0 01-.396-.596 1.054 1.054 0 011.025-1.289c.477 0 .911.33 1.024.813.068.298-.013.55-.094.71l-.106.21 4.163 17.934.19.142a1.038 1.038 0 01.263 1.39m1.397-1.088a2.329 2.329 0 00-.686-1.179l-3.959-17.053a2.336 2.336 0 00-.949-2.823 2.318 2.318 0 00-1.775-.295 2.334 2.334 0 00-1.464 1.046 2.337 2.337 0 00.393 2.954l3.96 17.052a2.334 2.334 0 00.949 2.824 2.33 2.33 0 001.774.294 2.332 2.332 0 001.464-1.046 2.329 2.329 0 00.293-1.774m-9.858 8.42c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.774-.434-1.656 0-2.832.241-3.776.434-.701.144-1.306.267-1.948.267-.909 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.854-.519 3.517-.054 1.192.334 2.677.75 4.636.75s3.443-.416 4.634-.75c1.663-.465 2.506-.658 3.518.054 1.049.74 1.037 2.292.495 3.377m.255-4.439c-1.56-1.1-2.977-.703-4.618-.244-1.175.33-2.505.702-4.285.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.058-.858-4.618.244-1.64 1.16-1.691 3.451-.906 5.02.125.252.268.574.425.932.803 1.83 1.903 4.335 3.66 4.335.773 0 1.471-.143 2.21-.294.933-.192 1.99-.408 3.515-.408 1.523 0 2.58.216 3.514.408.738.15 1.436.294 2.21.294 1.756 0 2.858-2.508 3.662-4.338.157-.357.297-.678.422-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.852.031-3.156-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.786 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .02.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.411-.41-1.04-.387-1.869.067\" />\n );\n\n const normalHover = (\n <path d=\"M43.242 29.54a1.04 1.04 0 01-.6.537 1.04 1.04 0 01-.801-.043 1.036 1.036 0 01-.524-1.313l.083-.222-6.115-17.366-.203-.12a1.036 1.036 0 01-.46-.548 1.052 1.052 0 011.983-.699c.102.29.049.55-.013.716l-.083.221 6.115 17.365.203.121a1.04 1.04 0 01.415 1.351m1.27-1.233a2.328 2.328 0 00-.813-1.096l-5.814-16.514a2.349 2.349 0 00-.053-1.362 2.358 2.358 0 00-2.998-1.437 2.356 2.356 0 00-1.438 3c.157.442.436.816.814 1.095l5.813 16.511a2.333 2.333 0 001.255 2.702 2.35 2.35 0 003.234-2.899m-19.636-7.312h9.384v-1.3h-9.616V17.66h8.5v-1.3h-8.5v-2.034h7.877v-1.3h-7.877v-2.034h6.7v-1.3h-6.7V8.44h4.285c1.119 0 1.836-.697 2.468-1.312.602-.587 1.123-1.093 1.955-1.093h2.095v-1.3h-2.095c-1.36 0-2.193.81-2.862 1.461-.601.585-1 .944-1.561.944h-9.965c-.563 0-.96-.359-1.562-.944-.67-.65-1.502-1.462-2.861-1.462h-2.095v1.301h2.095c.832 0 1.353.506 1.955 1.093.632.615 1.349 1.312 2.468 1.312h4.379v1.251h-6.51v1.301h6.51v2.033h-7.687v1.301h7.687v2.033H15.03v1.301h8.312v2.033h-9.426v1.301h9.193l-1.542 2.033h-7.964v1.301h6.978l-1.543 2.033h-4.293v1.301h3.307l-.68.894 1.036.786 5.585-7.36 5.583 7.36 1.035-.786-.678-.894h3.497v-1.3h-4.484l-1.542-2.034h7.167v-1.3h-8.154l-1.542-2.034zM23.35 32.308h1.301v-7.574h-1.301v7.574zM6.488 28.499l.082.221c.063.167.116.427.015.716a1.046 1.046 0 01-1.34.641 1.04 1.04 0 01-.599-.537 1.04 1.04 0 01.415-1.35l.203-.12 6.116-17.368-.083-.222a1.039 1.039 0 01.522-1.311c.145-.069.299-.105.454-.105a1.061 1.061 0 01.948.598 1.032 1.032 0 01-.415 1.351l-.203.121L6.488 28.5zm7.19-16.508a2.327 2.327 0 00.715-2.89 2.33 2.33 0 00-1.339-1.203 2.353 2.353 0 00-2.998 1.436 2.33 2.33 0 00-.052 1.364L4.189 27.21a2.34 2.34 0 00-.716 2.894 2.351 2.351 0 004.338-.237c.156-.44.173-.907.053-1.362l5.814-16.513zm18.915 25.592c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.775-.434-1.656 0-2.832.241-3.776.434-.7.144-1.306.267-1.948.267-.908 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.856-.519 3.518-.054 1.192.334 2.676.75 4.635.75 1.96 0 3.443-.416 4.634-.75 1.663-.465 2.507-.658 3.52.054 1.047.74 1.035 2.292.493 3.377m.256-4.439c-1.56-1.1-2.978-.703-4.619-.244-1.174.33-2.504.702-4.284.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.057-.858-4.618.244-1.64 1.16-1.692 3.451-.907 5.02.126.252.268.574.425.932.803 1.83 1.904 4.335 3.661 4.335.773 0 1.471-.143 2.21-.294.932-.192 1.99-.408 3.514-.408 1.523 0 2.581.216 3.514.408.738.15 1.436.294 2.21.294 1.757 0 2.86-2.508 3.662-4.338.157-.357.298-.678.423-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.848.031-3.157-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.782 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .021.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.41-.41-1.041-.387-1.869.067\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Skeleton;\n"],"names":["Skeleton","isHovered","jsx"],"mappings":";AAIA,MAAMA,IAAmC,CAAC,EAAE,WAAAC,QASnCA,IAHL,gBAAAC,EAAC,QAAK,EAAA,GAAE,6qGAA6qG,CAAA,IAJrrG,gBAAAA,EAAC,QAAK,EAAA,GAAE,4zGAA4zG,CAAA;"}
|
package/components/Icons/Skin.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import a from "react";
|
|
2
|
-
const
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const o = ({ isHovered: m }) => m ? /* @__PURE__ */ a("path", { d: "M11.77 37.918a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.106 2.923a.913.913 0 11.911-.912.913.913 0 01-.91.912m0-2.923a2.014 2.014 0 00-2.013 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.011-2.012 2.014 2.014 0 00-2.01-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.011 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.902 2.013 2.01 2.013a2.015 2.015 0 002.012-2.012 2.014 2.014 0 00-2.012-2.011m6.107 2.923a.913.913 0 11.911-.912.913.913 0 01-.911.912m0-2.923a2.014 2.014 0 00-2.012 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.01-2.012 2.014 2.014 0 00-2.01-2.011m2.085-3.156a.566.566 0 01-.564.566h-27.69a.567.567 0 01-.565-.566V19.087l12.72.001-.82 1.677a4.36 4.36 0 00-1.993 4.567 4.335 4.335 0 004.255 3.484c.998 0 1.965-.336 2.746-.972a4.345 4.345 0 00.015-6.733c.167-.713.328-1.38.485-2.024h11.41v12.752zM25.02 21.234l-.06.463.372.25a3.043 3.043 0 011.342 2.525c0 .921-.411 1.782-1.125 2.364a3.08 3.08 0 01-2.582.611 3.021 3.021 0 01-2.323-2.362 3.064 3.064 0 011.527-3.287l.18-.099 5.47-11.196a199.485 199.485 0 00-2.801 10.731zm2.17-3.447c.174-.688.338-1.321.498-1.93h11.805v-1.05H27.967c.429-1.592.807-2.91 1.127-4.029.647-2.255 1.074-3.744 1.229-5.116a.734.734 0 00-1.407-.362l-4.644 9.507H8.227v1.05h15.532l-.943 1.931-14.656-.001v14.052c0 1.029.837 1.866 1.866 1.866h27.69a1.868 1.868 0 001.865-1.866V17.787H27.19z" }) : /* @__PURE__ */ a("path", { d: "M23.988 37.913a.913.913 0 11.911-.912.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0021.976 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0025.998 37a2.014 2.014 0 00-2.01-2.011zm6.105 2.923a.913.913 0 01-.911-.912.913.913 0 011.824 0c0 .503-.41.912-.913.912zm0-2.923c-1.108 0-2.01.902-2.01 2.01 0 1.11.902 2.013 2.01 2.013 1.11 0 2.012-.903 2.012-2.012a2.013 2.013 0 00-2.012-2.011zm8.192-3.156a.566.566 0 01-.565.566H10.03a.565.565 0 01-.564-.566V19.082H21.82l-.508 1.71a4.364 4.364 0 00-1.941 4.535 4.336 4.336 0 004.256 3.484 4.342 4.342 0 002.68-7.768c.002-.681.013-1.323.024-1.961h11.953v12.752zM22.41 21.664l2.979-10.033a118.952 118.952 0 00-.382 9.745l.042.373.286.193a3.045 3.045 0 01.217 4.889 3.078 3.078 0 01-2.581.612 3.021 3.021 0 01-2.323-2.362 3.063 3.063 0 011.527-3.287l.235-.13zm3.952-3.881c.019-.67.043-1.311.07-1.931h13.065v-1.05H26.487c.193-3.597.504-6.291.724-8.143l.117-1.002a.727.727 0 00-.58-.8.734.734 0 00-.854.512l-2.802 9.433H8.232v1.05H22.78l-.573 1.93H8.165v14.052c0 1.029.837 1.866 1.865 1.866h27.69a1.868 1.868 0 001.866-1.866V17.783H26.363zm9.837 20.13A.913.913 0 1137.11 37a.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0034.188 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0038.21 37a2.014 2.014 0 00-2.01-2.011zm-24.424 2.923a.913.913 0 010-1.823.913.913 0 010 1.823zm0-2.923A2.014 2.014 0 009.765 37c0 1.11.903 2.013 2.01 2.013A2.015 2.015 0 0013.789 37a2.014 2.014 0 00-2.012-2.011zm6.107 2.923A.914.914 0 0116.97 37a.913.913 0 011.824 0c0 .503-.41.912-.911.912zm0-2.923c-1.11 0-2.012.902-2.012 2.01 0 1.11.902 2.013 2.012 2.013 1.108 0 2.01-.903 2.01-2.012a2.013 2.013 0 00-2.01-2.011z" });
|
|
3
3
|
export {
|
|
4
|
-
|
|
4
|
+
o as default
|
|
5
5
|
};
|
|
6
6
|
//# sourceMappingURL=Skin.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Skin.js","sources":["../../../src/components/Icons/Skin.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Skin: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M23.988 37.913a.913.913 0 11.911-.912.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0021.976 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0025.998 37a2.014 2.014 0 00-2.01-2.011zm6.105 2.923a.913.913 0 01-.911-.912.913.913 0 011.824 0c0 .503-.41.912-.913.912zm0-2.923c-1.108 0-2.01.902-2.01 2.01 0 1.11.902 2.013 2.01 2.013 1.11 0 2.012-.903 2.012-2.012a2.013 2.013 0 00-2.012-2.011zm8.192-3.156a.566.566 0 01-.565.566H10.03a.565.565 0 01-.564-.566V19.082H21.82l-.508 1.71a4.364 4.364 0 00-1.941 4.535 4.336 4.336 0 004.256 3.484 4.342 4.342 0 002.68-7.768c.002-.681.013-1.323.024-1.961h11.953v12.752zM22.41 21.664l2.979-10.033a118.952 118.952 0 00-.382 9.745l.042.373.286.193a3.045 3.045 0 01.217 4.889 3.078 3.078 0 01-2.581.612 3.021 3.021 0 01-2.323-2.362 3.063 3.063 0 011.527-3.287l.235-.13zm3.952-3.881c.019-.67.043-1.311.07-1.931h13.065v-1.05H26.487c.193-3.597.504-6.291.724-8.143l.117-1.002a.727.727 0 00-.58-.8.734.734 0 00-.854.512l-2.802 9.433H8.232v1.05H22.78l-.573 1.93H8.165v14.052c0 1.029.837 1.866 1.865 1.866h27.69a1.868 1.868 0 001.866-1.866V17.783H26.363zm9.837 20.13A.913.913 0 1137.11 37a.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0034.188 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0038.21 37a2.014 2.014 0 00-2.01-2.011zm-24.424 2.923a.913.913 0 010-1.823.913.913 0 010 1.823zm0-2.923A2.014 2.014 0 009.765 37c0 1.11.903 2.013 2.01 2.013A2.015 2.015 0 0013.789 37a2.014 2.014 0 00-2.012-2.011zm6.107 2.923A.914.914 0 0116.97 37a.913.913 0 011.824 0c0 .503-.41.912-.911.912zm0-2.923c-1.11 0-2.012.902-2.012 2.01 0 1.11.902 2.013 2.012 2.013 1.108 0 2.01-.903 2.01-2.012a2.013 2.013 0 00-2.01-2.011z\" />\n );\n\n const normalHover = (\n <path d=\"M11.77 37.918a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.106 2.923a.913.913 0 11.911-.912.913.913 0 01-.91.912m0-2.923a2.014 2.014 0 00-2.013 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.011-2.012 2.014 2.014 0 00-2.01-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.011 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.902 2.013 2.01 2.013a2.015 2.015 0 002.012-2.012 2.014 2.014 0 00-2.012-2.011m6.107 2.923a.913.913 0 11.911-.912.913.913 0 01-.911.912m0-2.923a2.014 2.014 0 00-2.012 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.01-2.012 2.014 2.014 0 00-2.01-2.011m2.085-3.156a.566.566 0 01-.564.566h-27.69a.567.567 0 01-.565-.566V19.087l12.72.001-.82 1.677a4.36 4.36 0 00-1.993 4.567 4.335 4.335 0 004.255 3.484c.998 0 1.965-.336 2.746-.972a4.345 4.345 0 00.015-6.733c.167-.713.328-1.38.485-2.024h11.41v12.752zM25.02 21.234l-.06.463.372.25a3.043 3.043 0 011.342 2.525c0 .921-.411 1.782-1.125 2.364a3.08 3.08 0 01-2.582.611 3.021 3.021 0 01-2.323-2.362 3.064 3.064 0 011.527-3.287l.18-.099 5.47-11.196a199.485 199.485 0 00-2.801 10.731zm2.17-3.447c.174-.688.338-1.321.498-1.93h11.805v-1.05H27.967c.429-1.592.807-2.91 1.127-4.029.647-2.255 1.074-3.744 1.229-5.116a.734.734 0 00-1.407-.362l-4.644 9.507H8.227v1.05h15.532l-.943 1.931-14.656-.001v14.052c0 1.029.837 1.866 1.866 1.866h27.69a1.868 1.868 0 001.865-1.866V17.787H27.19z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Skin;\n"],"names":["Skin","isHovered","
|
|
1
|
+
{"version":3,"file":"Skin.js","sources":["../../../src/components/Icons/Skin.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Skin: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M23.988 37.913a.913.913 0 11.911-.912.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0021.976 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0025.998 37a2.014 2.014 0 00-2.01-2.011zm6.105 2.923a.913.913 0 01-.911-.912.913.913 0 011.824 0c0 .503-.41.912-.913.912zm0-2.923c-1.108 0-2.01.902-2.01 2.01 0 1.11.902 2.013 2.01 2.013 1.11 0 2.012-.903 2.012-2.012a2.013 2.013 0 00-2.012-2.011zm8.192-3.156a.566.566 0 01-.565.566H10.03a.565.565 0 01-.564-.566V19.082H21.82l-.508 1.71a4.364 4.364 0 00-1.941 4.535 4.336 4.336 0 004.256 3.484 4.342 4.342 0 002.68-7.768c.002-.681.013-1.323.024-1.961h11.953v12.752zM22.41 21.664l2.979-10.033a118.952 118.952 0 00-.382 9.745l.042.373.286.193a3.045 3.045 0 01.217 4.889 3.078 3.078 0 01-2.581.612 3.021 3.021 0 01-2.323-2.362 3.063 3.063 0 011.527-3.287l.235-.13zm3.952-3.881c.019-.67.043-1.311.07-1.931h13.065v-1.05H26.487c.193-3.597.504-6.291.724-8.143l.117-1.002a.727.727 0 00-.58-.8.734.734 0 00-.854.512l-2.802 9.433H8.232v1.05H22.78l-.573 1.93H8.165v14.052c0 1.029.837 1.866 1.865 1.866h27.69a1.868 1.868 0 001.866-1.866V17.783H26.363zm9.837 20.13A.913.913 0 1137.11 37a.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0034.188 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0038.21 37a2.014 2.014 0 00-2.01-2.011zm-24.424 2.923a.913.913 0 010-1.823.913.913 0 010 1.823zm0-2.923A2.014 2.014 0 009.765 37c0 1.11.903 2.013 2.01 2.013A2.015 2.015 0 0013.789 37a2.014 2.014 0 00-2.012-2.011zm6.107 2.923A.914.914 0 0116.97 37a.913.913 0 011.824 0c0 .503-.41.912-.911.912zm0-2.923c-1.11 0-2.012.902-2.012 2.01 0 1.11.902 2.013 2.012 2.013 1.108 0 2.01-.903 2.01-2.012a2.013 2.013 0 00-2.01-2.011z\" />\n );\n\n const normalHover = (\n <path d=\"M11.77 37.918a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.106 2.923a.913.913 0 11.911-.912.913.913 0 01-.91.912m0-2.923a2.014 2.014 0 00-2.013 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.011-2.012 2.014 2.014 0 00-2.01-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.011 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.902 2.013 2.01 2.013a2.015 2.015 0 002.012-2.012 2.014 2.014 0 00-2.012-2.011m6.107 2.923a.913.913 0 11.911-.912.913.913 0 01-.911.912m0-2.923a2.014 2.014 0 00-2.012 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.01-2.012 2.014 2.014 0 00-2.01-2.011m2.085-3.156a.566.566 0 01-.564.566h-27.69a.567.567 0 01-.565-.566V19.087l12.72.001-.82 1.677a4.36 4.36 0 00-1.993 4.567 4.335 4.335 0 004.255 3.484c.998 0 1.965-.336 2.746-.972a4.345 4.345 0 00.015-6.733c.167-.713.328-1.38.485-2.024h11.41v12.752zM25.02 21.234l-.06.463.372.25a3.043 3.043 0 011.342 2.525c0 .921-.411 1.782-1.125 2.364a3.08 3.08 0 01-2.582.611 3.021 3.021 0 01-2.323-2.362 3.064 3.064 0 011.527-3.287l.18-.099 5.47-11.196a199.485 199.485 0 00-2.801 10.731zm2.17-3.447c.174-.688.338-1.321.498-1.93h11.805v-1.05H27.967c.429-1.592.807-2.91 1.127-4.029.647-2.255 1.074-3.744 1.229-5.116a.734.734 0 00-1.407-.362l-4.644 9.507H8.227v1.05h15.532l-.943 1.931-14.656-.001v14.052c0 1.029.837 1.866 1.866 1.866h27.69a1.868 1.868 0 001.865-1.866V17.787H27.19z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Skin;\n"],"names":["Skin","isHovered","jsx"],"mappings":";AAIA,MAAMA,IAA+B,CAAC,EAAE,WAAAC,QAS/BA,IAHL,gBAAAC,EAAC,QAAK,EAAA,GAAE,ymDAAymD,CAAA,IAJjnD,gBAAAA,EAAC,QAAK,EAAA,GAAE,8lDAA8lD,CAAA;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import c from "react";
|
|
2
|
-
const
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
const z = ({ isHovered: a }) => a ? /* @__PURE__ */ c("path", { d: "M20.001 10.313c1.845-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .819-1.177 1.988-2.834 2.79.78.279 1.698.509 2.505.506.087-.796.675-1.425.761-1.513l.464.456.465.454c-.165.17-.489.642-.38.928a.81.81 0 00.688.523l-.055 1.299a2.124 2.124 0 01-1.573-.861c-.125.01-.25.025-.378.025-1.752 0-3.652-.848-4.293-1.161a7.89 7.89 0 01-1.91.247c-1.414 0-2.747-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.882 1.37 1.861 2.915 1.858 5.185h3.95a3.163 3.163 0 013.158 3.16v1.915c0 .698-.233 1.336-.617 1.86h.736a3.163 3.163 0 013.16 3.16v1.915a3.163 3.163 0 01-3.16 3.16H9.917a3.163 3.163 0 01-3.159-3.16v-1.915a3.163 3.163 0 013.16-3.16h.736a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.818-3.127-.963-1.338-2.676-2.8-5.053-4.282a1.665 1.665 0 01-.7-2.004 1.671 1.671 0 011.812-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.568-4.136-1.045-1.757-2.23-3.75-2.23-6.675 0-2.45.837-4.495 2.422-5.918zm18.07 24.965H9.917a1.861 1.861 0 00-1.859 1.859v1.915c0 1.025.834 1.859 1.86 1.859H38.07c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.278-6.935H13.196c-1.025 0-1.86.834-1.86 1.86v1.914c0 1.026.835 1.86 1.86 1.86h21.597c1.025 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.835-1.86-1.86-1.86zM8.754 20.957c-.288-.042-.394.175-.427.266-.032.09-.08.317.162.468 2.96 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zM27.57 9.517c-2.689-.293-5.13.352-6.7 1.763-1.32 1.186-1.992 2.852-1.992 4.95 0 2.569 1.042 4.319 2.05 6.012.901 1.518 1.755 2.963 1.75 4.8h3.34c.03-2.332-.99-4.081-1.913-5.63-1.152-1.937-2.24-3.767-.634-5.953l.473-.643.534.593c.034.039 3.445 3.778 7.177 3.778 2.826 0 5.118-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.439 7.388c-.459 1.132.101 2.177 1.092 3.842.961 1.618 2.124 3.608 2.094 6.295h2.23c.004-1.886-.799-3.153-1.655-4.481-.749-1.163-1.513-2.37-1.62-3.947a16.629 16.629 0 01-2.14-1.71zm5.804-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.538-1.538c0-.848.69-1.538 1.538-1.538zm0 1a.538.538 0 100 1.077.538.538 0 000-1.077z" }) : /* @__PURE__ */ c("path", { d: "M20.007 10.313c1.844-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .77-1.044 1.856-2.551 2.65.43.178.885.419 1.329.725.738-.346 1.599-.156 1.72-.124l-.159.63-.155.63c-.231-.054-.802-.095-.993.142a.808.808 0 00-.102.859l-1.148.61a2.122 2.122 0 01-.056-1.79c-1.005-.643-2.078-.86-2.411-.914a8 8 0 01-2.015.275c-1.413 0-2.746-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.883 1.37 1.862 2.915 1.859 5.185h3.948a3.164 3.164 0 013.16 3.16v1.915c0 .698-.234 1.336-.618 1.86h.737a3.164 3.164 0 013.16 3.16v1.915a3.164 3.164 0 01-3.16 3.16H9.923a3.164 3.164 0 01-3.16-3.16v-1.915a3.164 3.164 0 013.16-3.16h.737a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.817-3.127-.962-1.338-2.675-2.8-5.052-4.282a1.664 1.664 0 01-.7-2.004 1.677 1.677 0 011.811-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.567-4.136-1.046-1.757-2.231-3.75-2.231-6.675 0-2.45.838-4.495 2.423-5.918zm18.07 24.965H9.923c-1.025 0-1.86.834-1.86 1.859v1.915c0 1.025.835 1.859 1.86 1.859h28.154c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.279-6.935H13.202c-1.026 0-1.86.834-1.86 1.86v1.914c0 1.026.834 1.86 1.86 1.86h21.596c1.026 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.834-1.86-1.86-1.86zM8.76 20.957c-.289-.047-.395.174-.427.266-.032.09-.08.317.162.468 2.959 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zm18.816-11.44c-2.688-.29-5.13.353-6.701 1.763-1.321 1.186-1.991 2.852-1.991 4.95 0 2.569 1.041 4.319 2.048 6.012.903 1.518 1.757 2.963 1.752 4.8h3.34c.03-2.332-.991-4.081-1.913-5.63-1.153-1.937-2.241-3.767-.635-5.953l.473-.643.534.593c.035.039 3.445 3.778 7.178 3.778 2.825 0 5.117-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.44 7.388c-.458 1.132.102 2.177 1.093 3.842.961 1.618 2.124 3.608 2.094 6.295h2.229c.005-1.886-.798-3.153-1.654-4.481-.749-1.163-1.514-2.37-1.621-3.947a16.7 16.7 0 01-2.141-1.71zm5.805-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.54-1.538c0-.848.69-1.538 1.54-1.538zm0 1a.539.539 0 100 1.078.539.539 0 000-1.078z" });
|
|
3
3
|
export {
|
|
4
|
-
|
|
4
|
+
z as default
|
|
5
5
|
};
|
|
6
6
|
//# sourceMappingURL=Snake.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snake.js","sources":["../../../src/components/Icons/Snake.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Snake: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M20.007 10.313c1.844-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .77-1.044 1.856-2.551 2.65.43.178.885.419 1.329.725.738-.346 1.599-.156 1.72-.124l-.159.63-.155.63c-.231-.054-.802-.095-.993.142a.808.808 0 00-.102.859l-1.148.61a2.122 2.122 0 01-.056-1.79c-1.005-.643-2.078-.86-2.411-.914a8 8 0 01-2.015.275c-1.413 0-2.746-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.883 1.37 1.862 2.915 1.859 5.185h3.948a3.164 3.164 0 013.16 3.16v1.915c0 .698-.234 1.336-.618 1.86h.737a3.164 3.164 0 013.16 3.16v1.915a3.164 3.164 0 01-3.16 3.16H9.923a3.164 3.164 0 01-3.16-3.16v-1.915a3.164 3.164 0 013.16-3.16h.737a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.817-3.127-.962-1.338-2.675-2.8-5.052-4.282a1.664 1.664 0 01-.7-2.004 1.677 1.677 0 011.811-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.567-4.136-1.046-1.757-2.231-3.75-2.231-6.675 0-2.45.838-4.495 2.423-5.918zm18.07 24.965H9.923c-1.025 0-1.86.834-1.86 1.859v1.915c0 1.025.835 1.859 1.86 1.859h28.154c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.279-6.935H13.202c-1.026 0-1.86.834-1.86 1.86v1.914c0 1.026.834 1.86 1.86 1.86h21.596c1.026 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.834-1.86-1.86-1.86zM8.76 20.957c-.289-.047-.395.174-.427.266-.032.09-.08.317.162.468 2.959 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zm18.816-11.44c-2.688-.29-5.13.353-6.701 1.763-1.321 1.186-1.991 2.852-1.991 4.95 0 2.569 1.041 4.319 2.048 6.012.903 1.518 1.757 2.963 1.752 4.8h3.34c.03-2.332-.991-4.081-1.913-5.63-1.153-1.937-2.241-3.767-.635-5.953l.473-.643.534.593c.035.039 3.445 3.778 7.178 3.778 2.825 0 5.117-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.44 7.388c-.458 1.132.102 2.177 1.093 3.842.961 1.618 2.124 3.608 2.094 6.295h2.229c.005-1.886-.798-3.153-1.654-4.481-.749-1.163-1.514-2.37-1.621-3.947a16.7 16.7 0 01-2.141-1.71zm5.805-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.54-1.538c0-.848.69-1.538 1.54-1.538zm0 1a.539.539 0 100 1.078.539.539 0 000-1.078z\" />\n );\n\n const normalHover = (\n <path d=\"M20.001 10.313c1.845-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .819-1.177 1.988-2.834 2.79.78.279 1.698.509 2.505.506.087-.796.675-1.425.761-1.513l.464.456.465.454c-.165.17-.489.642-.38.928a.81.81 0 00.688.523l-.055 1.299a2.124 2.124 0 01-1.573-.861c-.125.01-.25.025-.378.025-1.752 0-3.652-.848-4.293-1.161a7.89 7.89 0 01-1.91.247c-1.414 0-2.747-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.882 1.37 1.861 2.915 1.858 5.185h3.95a3.163 3.163 0 013.158 3.16v1.915c0 .698-.233 1.336-.617 1.86h.736a3.163 3.163 0 013.16 3.16v1.915a3.163 3.163 0 01-3.16 3.16H9.917a3.163 3.163 0 01-3.159-3.16v-1.915a3.163 3.163 0 013.16-3.16h.736a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.818-3.127-.963-1.338-2.676-2.8-5.053-4.282a1.665 1.665 0 01-.7-2.004 1.671 1.671 0 011.812-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.568-4.136-1.045-1.757-2.23-3.75-2.23-6.675 0-2.45.837-4.495 2.422-5.918zm18.07 24.965H9.917a1.861 1.861 0 00-1.859 1.859v1.915c0 1.025.834 1.859 1.86 1.859H38.07c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.278-6.935H13.196c-1.025 0-1.86.834-1.86 1.86v1.914c0 1.026.835 1.86 1.86 1.86h21.597c1.025 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.835-1.86-1.86-1.86zM8.754 20.957c-.288-.042-.394.175-.427.266-.032.09-.08.317.162.468 2.96 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zM27.57 9.517c-2.689-.293-5.13.352-6.7 1.763-1.32 1.186-1.992 2.852-1.992 4.95 0 2.569 1.042 4.319 2.05 6.012.901 1.518 1.755 2.963 1.75 4.8h3.34c.03-2.332-.99-4.081-1.913-5.63-1.152-1.937-2.24-3.767-.634-5.953l.473-.643.534.593c.034.039 3.445 3.778 7.177 3.778 2.826 0 5.118-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.439 7.388c-.459 1.132.101 2.177 1.092 3.842.961 1.618 2.124 3.608 2.094 6.295h2.23c.004-1.886-.799-3.153-1.655-4.481-.749-1.163-1.513-2.37-1.62-3.947a16.629 16.629 0 01-2.14-1.71zm5.804-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.538-1.538c0-.848.69-1.538 1.538-1.538zm0 1a.538.538 0 100 1.077.538.538 0 000-1.077z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Snake;\n"],"names":["Snake","isHovered","
|
|
1
|
+
{"version":3,"file":"Snake.js","sources":["../../../src/components/Icons/Snake.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Snake: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M20.007 10.313c1.844-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .77-1.044 1.856-2.551 2.65.43.178.885.419 1.329.725.738-.346 1.599-.156 1.72-.124l-.159.63-.155.63c-.231-.054-.802-.095-.993.142a.808.808 0 00-.102.859l-1.148.61a2.122 2.122 0 01-.056-1.79c-1.005-.643-2.078-.86-2.411-.914a8 8 0 01-2.015.275c-1.413 0-2.746-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.883 1.37 1.862 2.915 1.859 5.185h3.948a3.164 3.164 0 013.16 3.16v1.915c0 .698-.234 1.336-.618 1.86h.737a3.164 3.164 0 013.16 3.16v1.915a3.164 3.164 0 01-3.16 3.16H9.923a3.164 3.164 0 01-3.16-3.16v-1.915a3.164 3.164 0 013.16-3.16h.737a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.817-3.127-.962-1.338-2.675-2.8-5.052-4.282a1.664 1.664 0 01-.7-2.004 1.677 1.677 0 011.811-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.567-4.136-1.046-1.757-2.231-3.75-2.231-6.675 0-2.45.838-4.495 2.423-5.918zm18.07 24.965H9.923c-1.025 0-1.86.834-1.86 1.859v1.915c0 1.025.835 1.859 1.86 1.859h28.154c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.279-6.935H13.202c-1.026 0-1.86.834-1.86 1.86v1.914c0 1.026.834 1.86 1.86 1.86h21.596c1.026 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.834-1.86-1.86-1.86zM8.76 20.957c-.289-.047-.395.174-.427.266-.032.09-.08.317.162.468 2.959 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zm18.816-11.44c-2.688-.29-5.13.353-6.701 1.763-1.321 1.186-1.991 2.852-1.991 4.95 0 2.569 1.041 4.319 2.048 6.012.903 1.518 1.757 2.963 1.752 4.8h3.34c.03-2.332-.991-4.081-1.913-5.63-1.153-1.937-2.241-3.767-.635-5.953l.473-.643.534.593c.035.039 3.445 3.778 7.178 3.778 2.825 0 5.117-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.44 7.388c-.458 1.132.102 2.177 1.093 3.842.961 1.618 2.124 3.608 2.094 6.295h2.229c.005-1.886-.798-3.153-1.654-4.481-.749-1.163-1.514-2.37-1.621-3.947a16.7 16.7 0 01-2.141-1.71zm5.805-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.54-1.538c0-.848.69-1.538 1.54-1.538zm0 1a.539.539 0 100 1.078.539.539 0 000-1.078z\" />\n );\n\n const normalHover = (\n <path d=\"M20.001 10.313c1.845-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .819-1.177 1.988-2.834 2.79.78.279 1.698.509 2.505.506.087-.796.675-1.425.761-1.513l.464.456.465.454c-.165.17-.489.642-.38.928a.81.81 0 00.688.523l-.055 1.299a2.124 2.124 0 01-1.573-.861c-.125.01-.25.025-.378.025-1.752 0-3.652-.848-4.293-1.161a7.89 7.89 0 01-1.91.247c-1.414 0-2.747-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.882 1.37 1.861 2.915 1.858 5.185h3.95a3.163 3.163 0 013.158 3.16v1.915c0 .698-.233 1.336-.617 1.86h.736a3.163 3.163 0 013.16 3.16v1.915a3.163 3.163 0 01-3.16 3.16H9.917a3.163 3.163 0 01-3.159-3.16v-1.915a3.163 3.163 0 013.16-3.16h.736a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.818-3.127-.963-1.338-2.676-2.8-5.053-4.282a1.665 1.665 0 01-.7-2.004 1.671 1.671 0 011.812-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.568-4.136-1.045-1.757-2.23-3.75-2.23-6.675 0-2.45.837-4.495 2.422-5.918zm18.07 24.965H9.917a1.861 1.861 0 00-1.859 1.859v1.915c0 1.025.834 1.859 1.86 1.859H38.07c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.278-6.935H13.196c-1.025 0-1.86.834-1.86 1.86v1.914c0 1.026.835 1.86 1.86 1.86h21.597c1.025 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.835-1.86-1.86-1.86zM8.754 20.957c-.288-.042-.394.175-.427.266-.032.09-.08.317.162.468 2.96 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zM27.57 9.517c-2.689-.293-5.13.352-6.7 1.763-1.32 1.186-1.992 2.852-1.992 4.95 0 2.569 1.042 4.319 2.05 6.012.901 1.518 1.755 2.963 1.75 4.8h3.34c.03-2.332-.99-4.081-1.913-5.63-1.152-1.937-2.24-3.767-.634-5.953l.473-.643.534.593c.034.039 3.445 3.778 7.177 3.778 2.826 0 5.118-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.439 7.388c-.459 1.132.101 2.177 1.092 3.842.961 1.618 2.124 3.608 2.094 6.295h2.23c.004-1.886-.799-3.153-1.655-4.481-.749-1.163-1.513-2.37-1.62-3.947a16.629 16.629 0 01-2.14-1.71zm5.804-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.538-1.538c0-.848.69-1.538 1.538-1.538zm0 1a.538.538 0 100 1.077.538.538 0 000-1.077z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Snake;\n"],"names":["Snake","isHovered","jsx"],"mappings":";AAIA,MAAMA,IAAgC,CAAC,EAAE,WAAAC,QAShCA,IAHL,gBAAAC,EAAC,QAAK,EAAA,GAAE,0gEAA0gE,CAAA,IAJlhE,gBAAAA,EAAC,QAAK,EAAA,GAAE,o/DAAo/D,CAAA;"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import c from "react";
|
|
2
|
-
const
|
|
1
|
+
import { jsxs as a, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
const h = ({ isHovered: l }) => l ? /* @__PURE__ */ c("path", { d: "M23.69 7.145c.71.016 4.728.232 7.473 2.971 1.68 1.674 2.531 3.94 2.531 6.733v3.157c.942.013 2.581.161 3.477.973.41.372.636.853.653 1.393.058 1.771-1.345 2.211-2.273 2.503-.708.222-1.174.393-1.39.768.065.641.613 3.49 5.205 5.521 1.08.478 2.493 1.241 2.315 2.356-.217 1.366-2.883 1.93-4.742 2.156l-.623 2.701h-.518c-.463 0-.924-.185-1.458-.4-1.033-.416-2.206-.887-3.66-.132-.704.365-1.28.757-1.839 1.135-1.368.93-2.66 1.806-5.238 1.876-2.612-.07-3.904-.947-5.273-1.876-.557-.378-1.134-.77-1.838-1.135-1.455-.755-2.628-.284-3.66.132-.535.215-.996.4-1.459.4h-.517l-.623-2.7c-1.86-.228-4.526-.79-4.743-2.157-.177-1.115 1.236-1.878 2.315-2.356 4.585-2.029 5.14-4.87 5.205-5.522-.216-.375-.682-.545-1.39-.767-.927-.292-2.33-.732-2.273-2.503.017-.54.243-1.02.653-1.393.897-.812 2.535-.96 3.478-.973V16.85c0-2.793.851-5.059 2.53-6.733 2.746-2.738 6.762-2.955 7.475-2.971zm-.054 1.299h-.1c-.78.011-8.757.33-8.757 8.405v4.514l-.693-.045c-.916-.059-2.59.06-3.214.625a.629.629 0 00-.226.471c-.024.724.314.891 1.363 1.221.818.256 1.837.576 2.264 1.638l.047.242c0 .171-.069 4.218-5.99 6.838-1.426.632-1.555 1.002-1.556 1.006.195.335 2.131.88 4.054 1.076l.463.047.572 2.476c.15-.053.314-.119.483-.187.671-.27 1.552-.625 2.588-.625.661 0 1.384.144 2.156.545.772.4 1.381.813 1.971 1.214 1.31.89 2.345 1.592 4.542 1.651 2.161-.059 3.197-.762 4.508-1.652.59-.4 1.2-.813 1.97-1.213 1.986-1.029 3.646-.362 4.744.08.17.068.333.134.484.187l.571-2.476.463-.047c1.912-.195 3.837-.735 4.057-1.136-.03 0-.238-.36-1.559-.946-5.717-2.53-5.977-6.39-5.988-6.806v-.032l.046-.242c.426-1.062 1.445-1.382 2.263-1.638 1.05-.33 1.387-.497 1.364-1.22a.63.63 0 00-.227-.472c-.626-.566-2.307-.684-3.214-.625l-.69.045-.002-4.514c0-8.075-7.978-8.394-8.757-8.405zm3.418 10.636l.846.987c-1.636 1.403-3.166 1.873-4.482 1.873-2.645 0-4.423-1.9-4.449-1.929l.96-.877c.128.138 3.17 3.341 7.125-.054zm.027-4.628c.596 0 1.079.694 1.079 1.549 0 .856-.483 1.55-1.079 1.55s-1.078-.694-1.078-1.55c0-.855.482-1.55 1.078-1.55zm-7.293 0c.596 0 1.078.694 1.078 1.549 0 .856-.482 1.55-1.078 1.55-.596 0-1.078-.694-1.078-1.55 0-.855.482-1.549 1.078-1.549z" }) : /* @__PURE__ */ a("g", { children: [
|
|
3
|
+
/* @__PURE__ */ c("path", { d: "M36.843 34.435l-.464.047-.57 2.476c-.15-.053-.316-.119-.483-.187-1.097-.44-2.755-1.11-4.745-.08-.772.4-1.382.814-1.97 1.214-1.312.89-2.347 1.592-4.508 1.651-2.197-.059-3.232-.762-4.542-1.65-.59-.4-1.199-.815-1.972-1.215a4.605 4.605 0 00-2.155-.545c-1.036 0-1.918.355-2.589.625-.168.068-.333.134-.482.187l-.572-2.476-.463-.047c-1.923-.197-3.859-.74-4.054-1.076.001-.004.13-.374 1.556-1.006 5.921-2.62 5.99-6.667 5.99-6.838l-.047-.242c-.427-1.062-1.446-1.382-2.264-1.638-1.05-.33-1.387-.497-1.363-1.22a.629.629 0 01.226-.472c.625-.566 2.298-.684 3.214-.625l.693.045V16.85c0-8.309 8.446-8.406 8.807-8.406.36 0 8.807.097 8.807 8.406l.001 4.514.691-.045c.907-.059 2.588.06 3.214.625a.63.63 0 01.227.471c.023.724-.315.891-1.364 1.221-.817.256-1.836.576-2.262 1.638l-.047.242c0 .171.068 4.218 5.988 6.838 1.367.605 1.567.948 1.56.946-.221.401-2.146.941-4.058 1.136m3.023-3.27c-4.591-2.033-5.14-4.88-5.204-5.522.216-.375.682-.546 1.39-.768.928-.292 2.33-.732 2.273-2.503a1.927 1.927 0 00-.654-1.393c-.895-.812-2.534-.96-3.476-.973V16.85c0-2.793-.852-5.059-2.531-6.733-2.937-2.93-7.33-2.973-7.572-2.973h-.01c-.245 0-4.636.044-7.573 2.973-1.68 1.674-2.53 3.94-2.53 6.733v3.157c-.943.013-2.581.161-3.478.973-.41.372-.636.853-.653 1.393-.058 1.771 1.345 2.211 2.273 2.503.708.222 1.174.392 1.39.767-.066.652-.62 3.493-5.205 5.522-1.08.478-2.492 1.241-2.315 2.356.217 1.366 2.883 1.93 4.743 2.156l.623 2.701h.517c.463 0 .924-.185 1.457-.4 1.033-.416 2.203-.887 3.66-.132.705.365 1.283.757 1.84 1.135 1.368.93 2.66 1.806 5.273 1.876 2.576-.07 3.869-.947 5.237-1.876.558-.378 1.136-.77 1.839-1.135 1.456-.755 2.627-.284 3.66.132.534.215.995.4 1.458.4h.518l.623-2.7c1.86-.228 4.525-.79 4.742-2.157.178-1.115-1.235-1.878-2.315-2.356" }),
|
|
4
|
+
/* @__PURE__ */ c("path", { d: "M27.733 14.452c-.595 0-1.077.694-1.077 1.549 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55m-7.293 0c-.595 0-1.077.695-1.077 1.55 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55" })
|
|
5
|
+
] });
|
|
3
6
|
export {
|
|
4
|
-
|
|
7
|
+
h as default
|
|
5
8
|
};
|
|
6
9
|
//# sourceMappingURL=Snapchat.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snapchat.js","sources":["../../../src/components/Icons/Snapchat.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Snapchat: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g>\n <path d=\"M36.843 34.435l-.464.047-.57 2.476c-.15-.053-.316-.119-.483-.187-1.097-.44-2.755-1.11-4.745-.08-.772.4-1.382.814-1.97 1.214-1.312.89-2.347 1.592-4.508 1.651-2.197-.059-3.232-.762-4.542-1.65-.59-.4-1.199-.815-1.972-1.215a4.605 4.605 0 00-2.155-.545c-1.036 0-1.918.355-2.589.625-.168.068-.333.134-.482.187l-.572-2.476-.463-.047c-1.923-.197-3.859-.74-4.054-1.076.001-.004.13-.374 1.556-1.006 5.921-2.62 5.99-6.667 5.99-6.838l-.047-.242c-.427-1.062-1.446-1.382-2.264-1.638-1.05-.33-1.387-.497-1.363-1.22a.629.629 0 01.226-.472c.625-.566 2.298-.684 3.214-.625l.693.045V16.85c0-8.309 8.446-8.406 8.807-8.406.36 0 8.807.097 8.807 8.406l.001 4.514.691-.045c.907-.059 2.588.06 3.214.625a.63.63 0 01.227.471c.023.724-.315.891-1.364 1.221-.817.256-1.836.576-2.262 1.638l-.047.242c0 .171.068 4.218 5.988 6.838 1.367.605 1.567.948 1.56.946-.221.401-2.146.941-4.058 1.136m3.023-3.27c-4.591-2.033-5.14-4.88-5.204-5.522.216-.375.682-.546 1.39-.768.928-.292 2.33-.732 2.273-2.503a1.927 1.927 0 00-.654-1.393c-.895-.812-2.534-.96-3.476-.973V16.85c0-2.793-.852-5.059-2.531-6.733-2.937-2.93-7.33-2.973-7.572-2.973h-.01c-.245 0-4.636.044-7.573 2.973-1.68 1.674-2.53 3.94-2.53 6.733v3.157c-.943.013-2.581.161-3.478.973-.41.372-.636.853-.653 1.393-.058 1.771 1.345 2.211 2.273 2.503.708.222 1.174.392 1.39.767-.066.652-.62 3.493-5.205 5.522-1.08.478-2.492 1.241-2.315 2.356.217 1.366 2.883 1.93 4.743 2.156l.623 2.701h.517c.463 0 .924-.185 1.457-.4 1.033-.416 2.203-.887 3.66-.132.705.365 1.283.757 1.84 1.135 1.368.93 2.66 1.806 5.273 1.876 2.576-.07 3.869-.947 5.237-1.876.558-.378 1.136-.77 1.839-1.135 1.456-.755 2.627-.284 3.66.132.534.215.995.4 1.458.4h.518l.623-2.7c1.86-.228 4.525-.79 4.742-2.157.178-1.115-1.235-1.878-2.315-2.356\" />\n <path d=\"M27.733 14.452c-.595 0-1.077.694-1.077 1.549 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55m-7.293 0c-.595 0-1.077.695-1.077 1.55 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55\" />\n </g>\n );\n\n const normalHover = (\n <path d=\"M23.69 7.145c.71.016 4.728.232 7.473 2.971 1.68 1.674 2.531 3.94 2.531 6.733v3.157c.942.013 2.581.161 3.477.973.41.372.636.853.653 1.393.058 1.771-1.345 2.211-2.273 2.503-.708.222-1.174.393-1.39.768.065.641.613 3.49 5.205 5.521 1.08.478 2.493 1.241 2.315 2.356-.217 1.366-2.883 1.93-4.742 2.156l-.623 2.701h-.518c-.463 0-.924-.185-1.458-.4-1.033-.416-2.206-.887-3.66-.132-.704.365-1.28.757-1.839 1.135-1.368.93-2.66 1.806-5.238 1.876-2.612-.07-3.904-.947-5.273-1.876-.557-.378-1.134-.77-1.838-1.135-1.455-.755-2.628-.284-3.66.132-.535.215-.996.4-1.459.4h-.517l-.623-2.7c-1.86-.228-4.526-.79-4.743-2.157-.177-1.115 1.236-1.878 2.315-2.356 4.585-2.029 5.14-4.87 5.205-5.522-.216-.375-.682-.545-1.39-.767-.927-.292-2.33-.732-2.273-2.503.017-.54.243-1.02.653-1.393.897-.812 2.535-.96 3.478-.973V16.85c0-2.793.851-5.059 2.53-6.733 2.746-2.738 6.762-2.955 7.475-2.971zm-.054 1.299h-.1c-.78.011-8.757.33-8.757 8.405v4.514l-.693-.045c-.916-.059-2.59.06-3.214.625a.629.629 0 00-.226.471c-.024.724.314.891 1.363 1.221.818.256 1.837.576 2.264 1.638l.047.242c0 .171-.069 4.218-5.99 6.838-1.426.632-1.555 1.002-1.556 1.006.195.335 2.131.88 4.054 1.076l.463.047.572 2.476c.15-.053.314-.119.483-.187.671-.27 1.552-.625 2.588-.625.661 0 1.384.144 2.156.545.772.4 1.381.813 1.971 1.214 1.31.89 2.345 1.592 4.542 1.651 2.161-.059 3.197-.762 4.508-1.652.59-.4 1.2-.813 1.97-1.213 1.986-1.029 3.646-.362 4.744.08.17.068.333.134.484.187l.571-2.476.463-.047c1.912-.195 3.837-.735 4.057-1.136-.03 0-.238-.36-1.559-.946-5.717-2.53-5.977-6.39-5.988-6.806v-.032l.046-.242c.426-1.062 1.445-1.382 2.263-1.638 1.05-.33 1.387-.497 1.364-1.22a.63.63 0 00-.227-.472c-.626-.566-2.307-.684-3.214-.625l-.69.045-.002-4.514c0-8.075-7.978-8.394-8.757-8.405zm3.418 10.636l.846.987c-1.636 1.403-3.166 1.873-4.482 1.873-2.645 0-4.423-1.9-4.449-1.929l.96-.877c.128.138 3.17 3.341 7.125-.054zm.027-4.628c.596 0 1.079.694 1.079 1.549 0 .856-.483 1.55-1.079 1.55s-1.078-.694-1.078-1.55c0-.855.482-1.55 1.078-1.55zm-7.293 0c.596 0 1.078.694 1.078 1.549 0 .856-.482 1.55-1.078 1.55-.596 0-1.078-.694-1.078-1.55 0-.855.482-1.549 1.078-1.549z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Snapchat;\n"],"names":["Snapchat","isHovered","
|
|
1
|
+
{"version":3,"file":"Snapchat.js","sources":["../../../src/components/Icons/Snapchat.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Snapchat: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g>\n <path d=\"M36.843 34.435l-.464.047-.57 2.476c-.15-.053-.316-.119-.483-.187-1.097-.44-2.755-1.11-4.745-.08-.772.4-1.382.814-1.97 1.214-1.312.89-2.347 1.592-4.508 1.651-2.197-.059-3.232-.762-4.542-1.65-.59-.4-1.199-.815-1.972-1.215a4.605 4.605 0 00-2.155-.545c-1.036 0-1.918.355-2.589.625-.168.068-.333.134-.482.187l-.572-2.476-.463-.047c-1.923-.197-3.859-.74-4.054-1.076.001-.004.13-.374 1.556-1.006 5.921-2.62 5.99-6.667 5.99-6.838l-.047-.242c-.427-1.062-1.446-1.382-2.264-1.638-1.05-.33-1.387-.497-1.363-1.22a.629.629 0 01.226-.472c.625-.566 2.298-.684 3.214-.625l.693.045V16.85c0-8.309 8.446-8.406 8.807-8.406.36 0 8.807.097 8.807 8.406l.001 4.514.691-.045c.907-.059 2.588.06 3.214.625a.63.63 0 01.227.471c.023.724-.315.891-1.364 1.221-.817.256-1.836.576-2.262 1.638l-.047.242c0 .171.068 4.218 5.988 6.838 1.367.605 1.567.948 1.56.946-.221.401-2.146.941-4.058 1.136m3.023-3.27c-4.591-2.033-5.14-4.88-5.204-5.522.216-.375.682-.546 1.39-.768.928-.292 2.33-.732 2.273-2.503a1.927 1.927 0 00-.654-1.393c-.895-.812-2.534-.96-3.476-.973V16.85c0-2.793-.852-5.059-2.531-6.733-2.937-2.93-7.33-2.973-7.572-2.973h-.01c-.245 0-4.636.044-7.573 2.973-1.68 1.674-2.53 3.94-2.53 6.733v3.157c-.943.013-2.581.161-3.478.973-.41.372-.636.853-.653 1.393-.058 1.771 1.345 2.211 2.273 2.503.708.222 1.174.392 1.39.767-.066.652-.62 3.493-5.205 5.522-1.08.478-2.492 1.241-2.315 2.356.217 1.366 2.883 1.93 4.743 2.156l.623 2.701h.517c.463 0 .924-.185 1.457-.4 1.033-.416 2.203-.887 3.66-.132.705.365 1.283.757 1.84 1.135 1.368.93 2.66 1.806 5.273 1.876 2.576-.07 3.869-.947 5.237-1.876.558-.378 1.136-.77 1.839-1.135 1.456-.755 2.627-.284 3.66.132.534.215.995.4 1.458.4h.518l.623-2.7c1.86-.228 4.525-.79 4.742-2.157.178-1.115-1.235-1.878-2.315-2.356\" />\n <path d=\"M27.733 14.452c-.595 0-1.077.694-1.077 1.549 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55m-7.293 0c-.595 0-1.077.695-1.077 1.55 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55\" />\n </g>\n );\n\n const normalHover = (\n <path d=\"M23.69 7.145c.71.016 4.728.232 7.473 2.971 1.68 1.674 2.531 3.94 2.531 6.733v3.157c.942.013 2.581.161 3.477.973.41.372.636.853.653 1.393.058 1.771-1.345 2.211-2.273 2.503-.708.222-1.174.393-1.39.768.065.641.613 3.49 5.205 5.521 1.08.478 2.493 1.241 2.315 2.356-.217 1.366-2.883 1.93-4.742 2.156l-.623 2.701h-.518c-.463 0-.924-.185-1.458-.4-1.033-.416-2.206-.887-3.66-.132-.704.365-1.28.757-1.839 1.135-1.368.93-2.66 1.806-5.238 1.876-2.612-.07-3.904-.947-5.273-1.876-.557-.378-1.134-.77-1.838-1.135-1.455-.755-2.628-.284-3.66.132-.535.215-.996.4-1.459.4h-.517l-.623-2.7c-1.86-.228-4.526-.79-4.743-2.157-.177-1.115 1.236-1.878 2.315-2.356 4.585-2.029 5.14-4.87 5.205-5.522-.216-.375-.682-.545-1.39-.767-.927-.292-2.33-.732-2.273-2.503.017-.54.243-1.02.653-1.393.897-.812 2.535-.96 3.478-.973V16.85c0-2.793.851-5.059 2.53-6.733 2.746-2.738 6.762-2.955 7.475-2.971zm-.054 1.299h-.1c-.78.011-8.757.33-8.757 8.405v4.514l-.693-.045c-.916-.059-2.59.06-3.214.625a.629.629 0 00-.226.471c-.024.724.314.891 1.363 1.221.818.256 1.837.576 2.264 1.638l.047.242c0 .171-.069 4.218-5.99 6.838-1.426.632-1.555 1.002-1.556 1.006.195.335 2.131.88 4.054 1.076l.463.047.572 2.476c.15-.053.314-.119.483-.187.671-.27 1.552-.625 2.588-.625.661 0 1.384.144 2.156.545.772.4 1.381.813 1.971 1.214 1.31.89 2.345 1.592 4.542 1.651 2.161-.059 3.197-.762 4.508-1.652.59-.4 1.2-.813 1.97-1.213 1.986-1.029 3.646-.362 4.744.08.17.068.333.134.484.187l.571-2.476.463-.047c1.912-.195 3.837-.735 4.057-1.136-.03 0-.238-.36-1.559-.946-5.717-2.53-5.977-6.39-5.988-6.806v-.032l.046-.242c.426-1.062 1.445-1.382 2.263-1.638 1.05-.33 1.387-.497 1.364-1.22a.63.63 0 00-.227-.472c-.626-.566-2.307-.684-3.214-.625l-.69.045-.002-4.514c0-8.075-7.978-8.394-8.757-8.405zm3.418 10.636l.846.987c-1.636 1.403-3.166 1.873-4.482 1.873-2.645 0-4.423-1.9-4.449-1.929l.96-.877c.128.138 3.17 3.341 7.125-.054zm.027-4.628c.596 0 1.079.694 1.079 1.549 0 .856-.483 1.55-1.079 1.55s-1.078-.694-1.078-1.55c0-.855.482-1.55 1.078-1.55zm-7.293 0c.596 0 1.078.694 1.078 1.549 0 .856-.482 1.55-1.078 1.55-.596 0-1.078-.694-1.078-1.55 0-.855.482-1.549 1.078-1.549z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Snapchat;\n"],"names":["Snapchat","isHovered","jsx"],"mappings":";AAIA,MAAMA,IAAmC,CAAC,EAAE,WAAAC,QAYnCA,IAHL,gBAAAC,EAAC,QAAK,EAAA,GAAE,gjEAAgjE,CAAA,sBAPvjE,KACC,EAAA,UAAA;AAAA,EAAC,gBAAAA,EAAA,QAAA,EAAK,GAAE,srDAAsrD,CAAA;AAAA,EAC9rD,gBAAAA,EAAC,QAAK,EAAA,GAAE,2PAA2P,CAAA;AACrQ,EAAA,CAAA;"}
|
|
@@ -1,10 +1,22 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { jsx as l, jsxs as e, Fragment as d } from "react/jsx-runtime";
|
|
2
|
+
import { g as a } from "../../Icon.js";
|
|
3
|
+
const p = ({ size: o, isHovered: n }) => a({ size: o, isHovered: n, normal: /* @__PURE__ */ l("path", { d: "M25 13v20.083l9.95-10.013 1.42 1.409L24 36.929 11.63 24.48l1.42-1.409L23 33.085V13h2Z", fillRule: "evenodd" }), normalHover: /* @__PURE__ */ e(d, { children: [
|
|
4
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m25 33.083 9.95-10.013 1.42 1.409L24 36.93 11.63 24.48l1.42-1.409L23 33.085 24 34l1-.917Z" }),
|
|
5
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m25 24.083 4.95-5.013 1.42 1.409L24 27.93l-7.37-7.451 1.42-1.409L23 24.085 24 25l1-.917Z" })
|
|
6
|
+
] }), xSmall: /* @__PURE__ */ e(d, { children: [
|
|
7
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m27.79 19.158 1.42 1.409L19 30.841 8.79 20.567l1.42-1.409L19 28.001l8.79-8.843Z" }),
|
|
8
|
+
/* @__PURE__ */ l("path", { d: "M18 11h2v18h-2z" })
|
|
9
|
+
] }), xSmallHover: /* @__PURE__ */ e(d, { children: [
|
|
10
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m27.79 19.158 1.42 1.409L19 30.841 8.79 20.567l1.42-1.409L19 28.001l8.79-8.843Z" }),
|
|
11
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m23.79 15.158 1.42 1.409L19 22.841l-6.21-6.274 1.42-1.409L19 20.001l4.79-4.843Z" })
|
|
12
|
+
] }), xxSmall: /* @__PURE__ */ e(d, { children: [
|
|
13
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m17.79 11.158 1.42 1.409L12 19.841l-7.21-7.274 1.42-1.409L12 17.001l5.79-5.843Z" }),
|
|
14
|
+
/* @__PURE__ */ l("path", { d: "M11 5h2v13h-2z" })
|
|
15
|
+
] }), xxSmallHover: /* @__PURE__ */ e(d, { children: [
|
|
16
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m17.79 11.158 1.42 1.409L12 19.841l-7.21-7.274 1.42-1.409L12 17.001l5.79-5.843Z" }),
|
|
17
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m14.79 8.158 1.42 1.409L12 13.841 7.79 9.567l1.42-1.409L12 11.001l2.79-2.843Z" })
|
|
18
|
+
] }) });
|
|
7
19
|
export {
|
|
8
|
-
|
|
20
|
+
p as default
|
|
9
21
|
};
|
|
10
22
|
//# sourceMappingURL=SortDown.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SortDown.js","sources":["../../../src/components/Icons/SortDown.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst SortDown: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = <path d=\"M25 13v20.083l9.95-10.013 1.42 1.409L24 36.929 11.63 24.48l1.42-1.409L23 33.085V13h2Z\" fillRule={'evenodd'} />;\n\n const normalHover = (\n <>\n <path fillRule={'evenodd'} d=\"m25 33.083 9.95-10.013 1.42 1.409L24 36.93 11.63 24.48l1.42-1.409L23 33.085 24 34l1-.917Z\" />\n <path fillRule={'evenodd'} d=\"m25 24.083 4.95-5.013 1.42 1.409L24 27.93l-7.37-7.451 1.42-1.409L23 24.085 24 25l1-.917Z\" />\n </>\n );\n\n const xSmall = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 19.158 1.42 1.409L19 30.841 8.79 20.567l1.42-1.409L19 28.001l8.79-8.843Z\" />\n <path d=\"M18 11h2v18h-2z\" />\n </>\n );\n\n const xSmallHover = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 19.158 1.42 1.409L19 30.841 8.79 20.567l1.42-1.409L19 28.001l8.79-8.843Z\" />\n <path fillRule={'evenodd'} d=\"m23.79 15.158 1.42 1.409L19 22.841l-6.21-6.274 1.42-1.409L19 20.001l4.79-4.843Z\" />\n </>\n );\n\n const xxSmall = (\n <>\n <path fillRule={'evenodd'} d=\"m17.79 11.158 1.42 1.409L12 19.841l-7.21-7.274 1.42-1.409L12 17.001l5.79-5.843Z\" />\n <path d=\"M11 5h2v13h-2z\" />\n </>\n );\n\n const xxSmallHover = (\n <>\n <path fillRule={'evenodd'} d=\"m17.79 11.158 1.42 1.409L12 19.841l-7.21-7.274 1.42-1.409L12 17.001l5.79-5.843Z\" />\n <path fillRule={'evenodd'} d=\"m14.79 8.158 1.42 1.409L12 13.841 7.79 9.567l1.42-1.409L12 11.001l2.79-2.843Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover, xxSmall, xxSmallHover });\n};\n\nexport default SortDown;\n"],"names":["SortDown","size","isHovered","
|
|
1
|
+
{"version":3,"file":"SortDown.js","sources":["../../../src/components/Icons/SortDown.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst SortDown: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = <path d=\"M25 13v20.083l9.95-10.013 1.42 1.409L24 36.929 11.63 24.48l1.42-1.409L23 33.085V13h2Z\" fillRule={'evenodd'} />;\n\n const normalHover = (\n <>\n <path fillRule={'evenodd'} d=\"m25 33.083 9.95-10.013 1.42 1.409L24 36.93 11.63 24.48l1.42-1.409L23 33.085 24 34l1-.917Z\" />\n <path fillRule={'evenodd'} d=\"m25 24.083 4.95-5.013 1.42 1.409L24 27.93l-7.37-7.451 1.42-1.409L23 24.085 24 25l1-.917Z\" />\n </>\n );\n\n const xSmall = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 19.158 1.42 1.409L19 30.841 8.79 20.567l1.42-1.409L19 28.001l8.79-8.843Z\" />\n <path d=\"M18 11h2v18h-2z\" />\n </>\n );\n\n const xSmallHover = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 19.158 1.42 1.409L19 30.841 8.79 20.567l1.42-1.409L19 28.001l8.79-8.843Z\" />\n <path fillRule={'evenodd'} d=\"m23.79 15.158 1.42 1.409L19 22.841l-6.21-6.274 1.42-1.409L19 20.001l4.79-4.843Z\" />\n </>\n );\n\n const xxSmall = (\n <>\n <path fillRule={'evenodd'} d=\"m17.79 11.158 1.42 1.409L12 19.841l-7.21-7.274 1.42-1.409L12 17.001l5.79-5.843Z\" />\n <path d=\"M11 5h2v13h-2z\" />\n </>\n );\n\n const xxSmallHover = (\n <>\n <path fillRule={'evenodd'} d=\"m17.79 11.158 1.42 1.409L12 19.841l-7.21-7.274 1.42-1.409L12 17.001l5.79-5.843Z\" />\n <path fillRule={'evenodd'} d=\"m14.79 8.158 1.42 1.409L12 13.841 7.79 9.567l1.42-1.409L12 11.001l2.79-2.843Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover, xxSmall, xxSmallHover });\n};\n\nexport default SortDown;\n"],"names":["SortDown","size","isHovered","getIcon","jsx","jsxs","Fragment"],"mappings":";;AAIA,MAAMA,IAAmC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAsCzCC,EAAQ,EAAE,MAAAF,GAAM,WAAAC,GAAW,QArClB,gBAAAE,EAAA,QAAA,EAAK,GAAE,yFAAwF,UAAU,UAAW,CAAA,GAqC1F,aAjCtC,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,6FAA4F;AAAA,EACxH,gBAAAA,EAAA,QAAA,EAAK,UAAU,WAAW,GAAE,4FAA2F;AAC1H,EAAA,CAAA,GA+BqD,QA1BnD,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,mFAAkF;AAAA,EAC/G,gBAAAA,EAAC,QAAK,EAAA,GAAE,kBAAkB,CAAA;AAC5B,EAAA,CAAA,GAwB6D,aAnB3D,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,mFAAkF;AAAA,EAC9G,gBAAAA,EAAA,QAAA,EAAK,UAAU,WAAW,GAAE,mFAAkF;AACjH,EAAA,CAAA,GAiB0E,SAZxE,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,mFAAkF;AAAA,EAC/G,gBAAAA,EAAC,QAAK,EAAA,GAAE,iBAAiB,CAAA;AAC3B,EAAA,CAAA,GAUmF,cALjF,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,mFAAkF;AAAA,EAC9G,gBAAAA,EAAA,QAAA,EAAK,UAAU,WAAW,GAAE,iFAAgF;AAC/G,EAAA,CAAA,EAGiG,CAAA;"}
|
|
@@ -1,10 +1,22 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { jsx as l, jsxs as e, Fragment as d } from "react/jsx-runtime";
|
|
2
|
+
import { g as a } from "../../Icon.js";
|
|
3
|
+
const x = ({ size: o, isHovered: n }) => a({ size: o, isHovered: n, normal: /* @__PURE__ */ l("path", { d: "m24 10.14 12.37 12.45L34.95 24 25 13.985V35h-2V13.985L13.05 24l-1.42-1.41L24 10.14Z", fillRule: "evenodd" }), normalHover: /* @__PURE__ */ e(d, { children: [
|
|
4
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m24 10.14 12.37 12.45L34.95 24 25 13.985V14l-1-1-1 1v-.015L13.05 24l-1.42-1.41L24 10.14Z" }),
|
|
5
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m24 20.14 7.37 7.45L29.95 29 25 23.985V24l-1-1-1 1v-.015L18.05 29l-1.42-1.41L24 20.14Z" })
|
|
6
|
+
] }), xSmall: /* @__PURE__ */ e(d, { children: [
|
|
7
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z" }),
|
|
8
|
+
/* @__PURE__ */ l("path", { d: "M18 9h2v18h-2z" })
|
|
9
|
+
] }), xSmallHover: /* @__PURE__ */ e(d, { children: [
|
|
10
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z" }),
|
|
11
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m23.79 22.842 1.42-1.409L19 15.159l-6.21 6.274 1.42 1.409L19 17.999l4.79 4.843Z" })
|
|
12
|
+
] }), xxSmall: /* @__PURE__ */ e(d, { children: [
|
|
13
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m17.79 13.842 1.42-1.409L12 5.159l-7.21 7.274 1.42 1.409L12 7.999l5.79 5.843Z" }),
|
|
14
|
+
/* @__PURE__ */ l("path", { d: "M11 7h2v13h-2V7Z" })
|
|
15
|
+
] }), xxSmallHover: /* @__PURE__ */ e(d, { children: [
|
|
16
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z" }),
|
|
17
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", d: "m23.79 22.842 1.42-1.409L19 15.159l-6.21 6.274 1.42 1.409L19 17.999l4.79 4.843Z" })
|
|
18
|
+
] }) });
|
|
7
19
|
export {
|
|
8
|
-
|
|
20
|
+
x as default
|
|
9
21
|
};
|
|
10
22
|
//# sourceMappingURL=SortUp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SortUp.js","sources":["../../../src/components/Icons/SortUp.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst SortUp: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = <path d=\"m24 10.14 12.37 12.45L34.95 24 25 13.985V35h-2V13.985L13.05 24l-1.42-1.41L24 10.14Z\" fillRule={'evenodd'} />;\n\n const normalHover = (\n <>\n <path fillRule={'evenodd'} d=\"m24 10.14 12.37 12.45L34.95 24 25 13.985V14l-1-1-1 1v-.015L13.05 24l-1.42-1.41L24 10.14Z\" />\n <path fillRule={'evenodd'} d=\"m24 20.14 7.37 7.45L29.95 29 25 23.985V24l-1-1-1 1v-.015L18.05 29l-1.42-1.41L24 20.14Z\" />\n </>\n );\n\n const xSmall = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z\" />\n <path d=\"M18 9h2v18h-2z\" />\n </>\n );\n\n const xSmallHover = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z\" />\n <path fillRule={'evenodd'} d=\"m23.79 22.842 1.42-1.409L19 15.159l-6.21 6.274 1.42 1.409L19 17.999l4.79 4.843Z\" />\n </>\n );\n\n const xxSmall = (\n <>\n <path fillRule={'evenodd'} d=\"m17.79 13.842 1.42-1.409L12 5.159l-7.21 7.274 1.42 1.409L12 7.999l5.79 5.843Z\" />\n <path d=\"M11 7h2v13h-2V7Z\" />\n </>\n );\n\n const xxSmallHover = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z\" />\n <path fillRule={'evenodd'} d=\"m23.79 22.842 1.42-1.409L19 15.159l-6.21 6.274 1.42 1.409L19 17.999l4.79 4.843Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover, xxSmall, xxSmallHover });\n};\n\nexport default SortUp;\n"],"names":["SortUp","size","isHovered","
|
|
1
|
+
{"version":3,"file":"SortUp.js","sources":["../../../src/components/Icons/SortUp.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst SortUp: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = <path d=\"m24 10.14 12.37 12.45L34.95 24 25 13.985V35h-2V13.985L13.05 24l-1.42-1.41L24 10.14Z\" fillRule={'evenodd'} />;\n\n const normalHover = (\n <>\n <path fillRule={'evenodd'} d=\"m24 10.14 12.37 12.45L34.95 24 25 13.985V14l-1-1-1 1v-.015L13.05 24l-1.42-1.41L24 10.14Z\" />\n <path fillRule={'evenodd'} d=\"m24 20.14 7.37 7.45L29.95 29 25 23.985V24l-1-1-1 1v-.015L18.05 29l-1.42-1.41L24 20.14Z\" />\n </>\n );\n\n const xSmall = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z\" />\n <path d=\"M18 9h2v18h-2z\" />\n </>\n );\n\n const xSmallHover = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z\" />\n <path fillRule={'evenodd'} d=\"m23.79 22.842 1.42-1.409L19 15.159l-6.21 6.274 1.42 1.409L19 17.999l4.79 4.843Z\" />\n </>\n );\n\n const xxSmall = (\n <>\n <path fillRule={'evenodd'} d=\"m17.79 13.842 1.42-1.409L12 5.159l-7.21 7.274 1.42 1.409L12 7.999l5.79 5.843Z\" />\n <path d=\"M11 7h2v13h-2V7Z\" />\n </>\n );\n\n const xxSmallHover = (\n <>\n <path fillRule={'evenodd'} d=\"m27.79 18.842 1.42-1.409L19 7.159 8.79 17.433l1.42 1.409L19 9.999l8.79 8.843Z\" />\n <path fillRule={'evenodd'} d=\"m23.79 22.842 1.42-1.409L19 15.159l-6.21 6.274 1.42 1.409L19 17.999l4.79 4.843Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover, xxSmall, xxSmallHover });\n};\n\nexport default SortUp;\n"],"names":["SortUp","size","isHovered","getIcon","jsx","jsxs","Fragment"],"mappings":";;AAIA,MAAMA,IAAiC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAsCvCC,EAAQ,EAAE,MAAAF,GAAM,WAAAC,GAAW,QArClB,gBAAAE,EAAA,QAAA,EAAK,GAAE,uFAAsF,UAAU,UAAW,CAAA,GAqCxF,aAjCtC,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,4FAA2F;AAAA,EACvH,gBAAAA,EAAA,QAAA,EAAK,UAAU,WAAW,GAAE,0FAAyF;AACxH,EAAA,CAAA,GA+BqD,QA1BnD,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,iFAAgF;AAAA,EAC7G,gBAAAA,EAAC,QAAK,EAAA,GAAE,iBAAiB,CAAA;AAC3B,EAAA,CAAA,GAwB6D,aAnB3D,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,iFAAgF;AAAA,EAC5G,gBAAAA,EAAA,QAAA,EAAK,UAAU,WAAW,GAAE,mFAAkF;AACjH,EAAA,CAAA,GAiB0E,SAZxE,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,iFAAgF;AAAA,EAC7G,gBAAAA,EAAC,QAAK,EAAA,GAAE,mBAAmB,CAAA;AAC7B,EAAA,CAAA,GAUmF,cALjF,gBAAAC,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAA,gBAAAF,EAAC,QAAK,EAAA,UAAU,WAAW,GAAE,iFAAgF;AAAA,EAC5G,gBAAAA,EAAA,QAAA,EAAK,UAAU,WAAW,GAAE,mFAAkF;AACjH,EAAA,CAAA,EAGiG,CAAA;"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import a from "react";
|
|
2
|
-
import {
|
|
3
|
-
const r = ({ size:
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { g as h } from "../../Icon.js";
|
|
3
|
+
const r = ({ size: v, isHovered: l }) => h({ size: v, isHovered: l, normal: /* @__PURE__ */ a(
|
|
4
4
|
"path",
|
|
5
5
|
{
|
|
6
6
|
d: "M14.003 25.497H27.96v-1.301H14.003v1.3Zm0-4.572h19.602v-1.301H14.003v1.3Zm25.08 7.662A2.818 2.818 0 0 1 36.27 31.4h-4.996v3.33l-5.178-3.33H11.73a2.818 2.818 0 0 1-2.816-2.814V17.234a2.818 2.818 0 0 1 2.816-2.814h24.538a2.817 2.817 0 0 1 2.815 2.814v11.353ZM36.27 13.119H11.73a4.121 4.121 0 0 0-4.116 4.115v11.353a4.121 4.121 0 0 0 4.116 4.115h13.982l6.86 4.41v-4.41h3.696a4.12 4.12 0 0 0 4.115-4.115V17.234a4.12 4.12 0 0 0-4.115-4.115Z",
|
|
7
7
|
fillRule: "evenodd"
|
|
8
8
|
}
|
|
9
|
-
), normalHover: /* @__PURE__ */ a
|
|
9
|
+
), normalHover: /* @__PURE__ */ a(
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
12
|
d: "M14.003 25.497h19.602v-1.301H14.003v1.3Zm0-4.572h19.602v-1.301H14.003v1.3Zm25.08 7.662A2.817 2.817 0 0 1 36.27 31.4h-4.997v3.33l-5.178-3.33H11.73a2.817 2.817 0 0 1-2.814-2.814V17.234a2.817 2.817 0 0 1 2.814-2.814h24.54a2.817 2.817 0 0 1 2.814 2.814v11.353ZM36.27 13.119H11.73a4.12 4.12 0 0 0-4.114 4.115v11.353a4.12 4.12 0 0 0 4.114 4.115h13.983l6.86 4.41v-4.41h3.697a4.12 4.12 0 0 0 4.114-4.115V17.234a4.12 4.12 0 0 0-4.114-4.115Z",
|
|
13
13
|
fillRule: "evenodd"
|
|
14
14
|
}
|
|
15
|
-
), xSmall: /* @__PURE__ */ a
|
|
15
|
+
), xSmall: /* @__PURE__ */ a(
|
|
16
16
|
"path",
|
|
17
17
|
{
|
|
18
18
|
d: "M14.003 25.669h13.958v-1.644H14.003v1.644Zm0-4.574h19.602V19.45H14.003v1.644Zm24.91 7.492a2.647 2.647 0 0 1-2.644 2.643h-5.166v3.189l-4.958-3.189H11.73a2.647 2.647 0 0 1-2.644-2.643V17.236a2.646 2.646 0 0 1 2.644-2.644h24.538a2.646 2.646 0 0 1 2.644 2.644v11.35Zm-2.644-15.638H11.731a4.29 4.29 0 0 0-4.286 4.287v11.35a4.29 4.29 0 0 0 4.286 4.286h13.931l7.083 4.554v-4.554h3.524a4.29 4.29 0 0 0 4.286-4.285V17.236a4.29 4.29 0 0 0-4.286-4.287Z",
|
|
19
19
|
fillRule: "evenodd"
|
|
20
20
|
}
|
|
21
|
-
), xSmallHover: /* @__PURE__ */ a
|
|
21
|
+
), xSmallHover: /* @__PURE__ */ a(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
d: "M14.003 25.669h19.602v-1.644H14.003v1.644Zm0-4.574h19.602V19.45H14.003v1.644Zm24.91 7.492a2.647 2.647 0 0 1-2.644 2.643h-5.166v3.189l-4.958-3.189H11.73a2.647 2.647 0 0 1-2.644-2.643V17.236a2.646 2.646 0 0 1 2.644-2.644h24.538a2.646 2.646 0 0 1 2.644 2.644v11.35Zm-2.644-15.638H11.731a4.29 4.29 0 0 0-4.286 4.287v11.35a4.29 4.29 0 0 0 4.286 4.286h13.931l7.083 4.554v-4.554h3.524a4.29 4.29 0 0 0 4.286-4.285V17.236a4.29 4.29 0 0 0-4.286-4.287Z",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpeechBubble.js","sources":["../../../src/components/Icons/SpeechBubble.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst SpeechBubble: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n d=\"M14.003 25.497H27.96v-1.301H14.003v1.3Zm0-4.572h19.602v-1.301H14.003v1.3Zm25.08 7.662A2.818 2.818 0 0 1 36.27 31.4h-4.996v3.33l-5.178-3.33H11.73a2.818 2.818 0 0 1-2.816-2.814V17.234a2.818 2.818 0 0 1 2.816-2.814h24.538a2.817 2.817 0 0 1 2.815 2.814v11.353ZM36.27 13.119H11.73a4.121 4.121 0 0 0-4.116 4.115v11.353a4.121 4.121 0 0 0 4.116 4.115h13.982l6.86 4.41v-4.41h3.696a4.12 4.12 0 0 0 4.115-4.115V17.234a4.12 4.12 0 0 0-4.115-4.115Z\"\n fillRule=\"evenodd\"\n />\n );\n const normalHover = (\n <path\n d=\"M14.003 25.497h19.602v-1.301H14.003v1.3Zm0-4.572h19.602v-1.301H14.003v1.3Zm25.08 7.662A2.817 2.817 0 0 1 36.27 31.4h-4.997v3.33l-5.178-3.33H11.73a2.817 2.817 0 0 1-2.814-2.814V17.234a2.817 2.817 0 0 1 2.814-2.814h24.54a2.817 2.817 0 0 1 2.814 2.814v11.353ZM36.27 13.119H11.73a4.12 4.12 0 0 0-4.114 4.115v11.353a4.12 4.12 0 0 0 4.114 4.115h13.983l6.86 4.41v-4.41h3.697a4.12 4.12 0 0 0 4.114-4.115V17.234a4.12 4.12 0 0 0-4.114-4.115Z\"\n fillRule=\"evenodd\"\n />\n );\n const xSmall = (\n <path\n d=\"M14.003 25.669h13.958v-1.644H14.003v1.644Zm0-4.574h19.602V19.45H14.003v1.644Zm24.91 7.492a2.647 2.647 0 0 1-2.644 2.643h-5.166v3.189l-4.958-3.189H11.73a2.647 2.647 0 0 1-2.644-2.643V17.236a2.646 2.646 0 0 1 2.644-2.644h24.538a2.646 2.646 0 0 1 2.644 2.644v11.35Zm-2.644-15.638H11.731a4.29 4.29 0 0 0-4.286 4.287v11.35a4.29 4.29 0 0 0 4.286 4.286h13.931l7.083 4.554v-4.554h3.524a4.29 4.29 0 0 0 4.286-4.285V17.236a4.29 4.29 0 0 0-4.286-4.287Z\"\n fillRule=\"evenodd\"\n />\n );\n const xSmallHover = (\n <path\n d=\"M14.003 25.669h19.602v-1.644H14.003v1.644Zm0-4.574h19.602V19.45H14.003v1.644Zm24.91 7.492a2.647 2.647 0 0 1-2.644 2.643h-5.166v3.189l-4.958-3.189H11.73a2.647 2.647 0 0 1-2.644-2.643V17.236a2.646 2.646 0 0 1 2.644-2.644h24.538a2.646 2.646 0 0 1 2.644 2.644v11.35Zm-2.644-15.638H11.731a4.29 4.29 0 0 0-4.286 4.287v11.35a4.29 4.29 0 0 0 4.286 4.286h13.931l7.083 4.554v-4.554h3.524a4.29 4.29 0 0 0 4.286-4.285V17.236a4.29 4.29 0 0 0-4.286-4.287Z\"\n fillRule=\"evenodd\"\n />\n );\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default SpeechBubble;\n"],"names":["SpeechBubble","size","isHovered","getIcon","
|
|
1
|
+
{"version":3,"file":"SpeechBubble.js","sources":["../../../src/components/Icons/SpeechBubble.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst SpeechBubble: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n d=\"M14.003 25.497H27.96v-1.301H14.003v1.3Zm0-4.572h19.602v-1.301H14.003v1.3Zm25.08 7.662A2.818 2.818 0 0 1 36.27 31.4h-4.996v3.33l-5.178-3.33H11.73a2.818 2.818 0 0 1-2.816-2.814V17.234a2.818 2.818 0 0 1 2.816-2.814h24.538a2.817 2.817 0 0 1 2.815 2.814v11.353ZM36.27 13.119H11.73a4.121 4.121 0 0 0-4.116 4.115v11.353a4.121 4.121 0 0 0 4.116 4.115h13.982l6.86 4.41v-4.41h3.696a4.12 4.12 0 0 0 4.115-4.115V17.234a4.12 4.12 0 0 0-4.115-4.115Z\"\n fillRule=\"evenodd\"\n />\n );\n const normalHover = (\n <path\n d=\"M14.003 25.497h19.602v-1.301H14.003v1.3Zm0-4.572h19.602v-1.301H14.003v1.3Zm25.08 7.662A2.817 2.817 0 0 1 36.27 31.4h-4.997v3.33l-5.178-3.33H11.73a2.817 2.817 0 0 1-2.814-2.814V17.234a2.817 2.817 0 0 1 2.814-2.814h24.54a2.817 2.817 0 0 1 2.814 2.814v11.353ZM36.27 13.119H11.73a4.12 4.12 0 0 0-4.114 4.115v11.353a4.12 4.12 0 0 0 4.114 4.115h13.983l6.86 4.41v-4.41h3.697a4.12 4.12 0 0 0 4.114-4.115V17.234a4.12 4.12 0 0 0-4.114-4.115Z\"\n fillRule=\"evenodd\"\n />\n );\n const xSmall = (\n <path\n d=\"M14.003 25.669h13.958v-1.644H14.003v1.644Zm0-4.574h19.602V19.45H14.003v1.644Zm24.91 7.492a2.647 2.647 0 0 1-2.644 2.643h-5.166v3.189l-4.958-3.189H11.73a2.647 2.647 0 0 1-2.644-2.643V17.236a2.646 2.646 0 0 1 2.644-2.644h24.538a2.646 2.646 0 0 1 2.644 2.644v11.35Zm-2.644-15.638H11.731a4.29 4.29 0 0 0-4.286 4.287v11.35a4.29 4.29 0 0 0 4.286 4.286h13.931l7.083 4.554v-4.554h3.524a4.29 4.29 0 0 0 4.286-4.285V17.236a4.29 4.29 0 0 0-4.286-4.287Z\"\n fillRule=\"evenodd\"\n />\n );\n const xSmallHover = (\n <path\n d=\"M14.003 25.669h19.602v-1.644H14.003v1.644Zm0-4.574h19.602V19.45H14.003v1.644Zm24.91 7.492a2.647 2.647 0 0 1-2.644 2.643h-5.166v3.189l-4.958-3.189H11.73a2.647 2.647 0 0 1-2.644-2.643V17.236a2.646 2.646 0 0 1 2.644-2.644h24.538a2.646 2.646 0 0 1 2.644 2.644v11.35Zm-2.644-15.638H11.731a4.29 4.29 0 0 0-4.286 4.287v11.35a4.29 4.29 0 0 0 4.286 4.286h13.931l7.083 4.554v-4.554h3.524a4.29 4.29 0 0 0 4.286-4.285V17.236a4.29 4.29 0 0 0-4.286-4.287Z\"\n fillRule=\"evenodd\"\n />\n );\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default SpeechBubble;\n"],"names":["SpeechBubble","size","isHovered","getIcon","jsx"],"mappings":";;AAIA,MAAMA,IAAuC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAyB7CC,EAAQ,EAAE,MAAAF,GAAM,WAAAC,GAAW,QAvBhC,gBAAAE;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,GAAE;AAAA,IACF,UAAS;AAAA,EAAA;AAAA,GAqB6B,aAjBxC,gBAAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,GAAE;AAAA,IACF,UAAS;AAAA,EAAA;AAAA,GAe0C,QAXrD,gBAAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,GAAE;AAAA,IACF,UAAS;AAAA,EAAA;AAAA,GASkD,aAL7D,gBAAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,GAAE;AAAA,IACF,UAAS;AAAA,EAAA;AAAA,GAG+D;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import h from "react";
|
|
2
|
-
const a = ({ isHovered: v }) => v ? /* @__PURE__ */ h
|
|
1
|
+
import { jsx as h } from "react/jsx-runtime";
|
|
2
|
+
const a = ({ isHovered: v }) => v ? /* @__PURE__ */ h("path", { d: "M31.733 6.68v1.288h2.5v5.152h-2.446l-.054.531v.619h-.062l-.5 4.962h-3.806l.499-4.962h-2.42v1.2H26.6v4.263l6.801 6.882c.537.543.832 1.262.832 2.027v10.572a2.887 2.887 0 01-2.883 2.885H19.426a2.888 2.888 0 01-2.884-2.885V15.47h1.157v-1.2h-3.634v-2.387a5.209 5.209 0 015.203-5.203h12.465zm-2.486 17.58H17.843v14.954c0 .874.71 1.584 1.583 1.584H31.35c.873 0 1.584-.71 1.584-1.584V28.642c0-.42-.163-.815-.458-1.113l-3.229-3.269zm1.257 5.438v9.018H20.272v-9.018h10.232zM29.204 31h-7.632v6.416h7.632V31zm-3.525-10.35h-7.836v2.309h10.118l-2.282-2.309zm-.379-3.879h-7.457v2.578H25.3v-2.578zm5.065-2.501h-1.194l-.369 3.661h1.194l.369-3.661zm-6.221 0h-5.146v1.2h5.146v-1.2zm13.309-1.608l2.019 1.384-.735 1.072-2.02-1.384.736-1.072zm-7.02-4.681H19.268a3.906 3.906 0 00-3.902 3.902v1.086h15.067V7.981zm2.501 1.288h-1.2v2.55h1.2v-2.55zm7.538.625v1.301h-2.277V9.894h2.277zm-1.735-3.923l.735 1.072-2.02 1.384-.734-1.072 2.019-1.385z" }) : /* @__PURE__ */ h("path", { d: "M31.584 6.68v1.288h2.5v5.151h-2.5v.346l2.905 5.767h-3.955l-2.5-4.962h-2.739v1.2h1.156v4.263l6.801 6.881a2.87 2.87 0 01.832 2.028v10.572A2.888 2.888 0 0131.2 42.1H19.277a2.888 2.888 0 01-2.884-2.885V15.47h1.156v-1.2h-3.633v-2.387A5.209 5.209 0 0119.12 6.68h12.465zm-2.487 17.58H17.693v14.954c0 .874.711 1.584 1.584 1.584H31.2c.874 0 1.584-.71 1.584-1.584V28.642c0-.42-.162-.816-.457-1.114l-3.23-3.268zm1.258 5.438v9.018H20.123v-9.018h10.232zM29.055 31h-7.632v6.416h7.632V31zM25.53 20.65h-7.837v2.31h10.12l-2.283-2.31zm-.38-3.879h-7.457v2.578h7.457v-2.578zm5.384-2.5H29.49l1.845 3.66h1.045l-1.845-3.66zm-6.539 0H18.85v1.2h5.146v-1.2zm6.29-6.29H19.118a3.907 3.907 0 00-3.903 3.902v1.086h15.068V7.981zm2.5 1.287h-1.2v2.55h1.2v-2.55z" });
|
|
3
3
|
export {
|
|
4
4
|
a as default
|
|
5
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spray.js","sources":["../../../src/components/Icons/Spray.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Spray: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M31.584 6.68v1.288h2.5v5.151h-2.5v.346l2.905 5.767h-3.955l-2.5-4.962h-2.739v1.2h1.156v4.263l6.801 6.881a2.87 2.87 0 01.832 2.028v10.572A2.888 2.888 0 0131.2 42.1H19.277a2.888 2.888 0 01-2.884-2.885V15.47h1.156v-1.2h-3.633v-2.387A5.209 5.209 0 0119.12 6.68h12.465zm-2.487 17.58H17.693v14.954c0 .874.711 1.584 1.584 1.584H31.2c.874 0 1.584-.71 1.584-1.584V28.642c0-.42-.162-.816-.457-1.114l-3.23-3.268zm1.258 5.438v9.018H20.123v-9.018h10.232zM29.055 31h-7.632v6.416h7.632V31zM25.53 20.65h-7.837v2.31h10.12l-2.283-2.31zm-.38-3.879h-7.457v2.578h7.457v-2.578zm5.384-2.5H29.49l1.845 3.66h1.045l-1.845-3.66zm-6.539 0H18.85v1.2h5.146v-1.2zm6.29-6.29H19.118a3.907 3.907 0 00-3.903 3.902v1.086h15.068V7.981zm2.5 1.287h-1.2v2.55h1.2v-2.55z\" />\n );\n\n const normalHover = (\n <path d=\"M31.733 6.68v1.288h2.5v5.152h-2.446l-.054.531v.619h-.062l-.5 4.962h-3.806l.499-4.962h-2.42v1.2H26.6v4.263l6.801 6.882c.537.543.832 1.262.832 2.027v10.572a2.887 2.887 0 01-2.883 2.885H19.426a2.888 2.888 0 01-2.884-2.885V15.47h1.157v-1.2h-3.634v-2.387a5.209 5.209 0 015.203-5.203h12.465zm-2.486 17.58H17.843v14.954c0 .874.71 1.584 1.583 1.584H31.35c.873 0 1.584-.71 1.584-1.584V28.642c0-.42-.163-.815-.458-1.113l-3.229-3.269zm1.257 5.438v9.018H20.272v-9.018h10.232zM29.204 31h-7.632v6.416h7.632V31zm-3.525-10.35h-7.836v2.309h10.118l-2.282-2.309zm-.379-3.879h-7.457v2.578H25.3v-2.578zm5.065-2.501h-1.194l-.369 3.661h1.194l.369-3.661zm-6.221 0h-5.146v1.2h5.146v-1.2zm13.309-1.608l2.019 1.384-.735 1.072-2.02-1.384.736-1.072zm-7.02-4.681H19.268a3.906 3.906 0 00-3.902 3.902v1.086h15.067V7.981zm2.501 1.288h-1.2v2.55h1.2v-2.55zm7.538.625v1.301h-2.277V9.894h2.277zm-1.735-3.923l.735 1.072-2.02 1.384-.734-1.072 2.019-1.385z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Spray;\n"],"names":["Spray","isHovered","
|
|
1
|
+
{"version":3,"file":"Spray.js","sources":["../../../src/components/Icons/Spray.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Spray: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M31.584 6.68v1.288h2.5v5.151h-2.5v.346l2.905 5.767h-3.955l-2.5-4.962h-2.739v1.2h1.156v4.263l6.801 6.881a2.87 2.87 0 01.832 2.028v10.572A2.888 2.888 0 0131.2 42.1H19.277a2.888 2.888 0 01-2.884-2.885V15.47h1.156v-1.2h-3.633v-2.387A5.209 5.209 0 0119.12 6.68h12.465zm-2.487 17.58H17.693v14.954c0 .874.711 1.584 1.584 1.584H31.2c.874 0 1.584-.71 1.584-1.584V28.642c0-.42-.162-.816-.457-1.114l-3.23-3.268zm1.258 5.438v9.018H20.123v-9.018h10.232zM29.055 31h-7.632v6.416h7.632V31zM25.53 20.65h-7.837v2.31h10.12l-2.283-2.31zm-.38-3.879h-7.457v2.578h7.457v-2.578zm5.384-2.5H29.49l1.845 3.66h1.045l-1.845-3.66zm-6.539 0H18.85v1.2h5.146v-1.2zm6.29-6.29H19.118a3.907 3.907 0 00-3.903 3.902v1.086h15.068V7.981zm2.5 1.287h-1.2v2.55h1.2v-2.55z\" />\n );\n\n const normalHover = (\n <path d=\"M31.733 6.68v1.288h2.5v5.152h-2.446l-.054.531v.619h-.062l-.5 4.962h-3.806l.499-4.962h-2.42v1.2H26.6v4.263l6.801 6.882c.537.543.832 1.262.832 2.027v10.572a2.887 2.887 0 01-2.883 2.885H19.426a2.888 2.888 0 01-2.884-2.885V15.47h1.157v-1.2h-3.634v-2.387a5.209 5.209 0 015.203-5.203h12.465zm-2.486 17.58H17.843v14.954c0 .874.71 1.584 1.583 1.584H31.35c.873 0 1.584-.71 1.584-1.584V28.642c0-.42-.163-.815-.458-1.113l-3.229-3.269zm1.257 5.438v9.018H20.272v-9.018h10.232zM29.204 31h-7.632v6.416h7.632V31zm-3.525-10.35h-7.836v2.309h10.118l-2.282-2.309zm-.379-3.879h-7.457v2.578H25.3v-2.578zm5.065-2.501h-1.194l-.369 3.661h1.194l.369-3.661zm-6.221 0h-5.146v1.2h5.146v-1.2zm13.309-1.608l2.019 1.384-.735 1.072-2.02-1.384.736-1.072zm-7.02-4.681H19.268a3.906 3.906 0 00-3.902 3.902v1.086h15.067V7.981zm2.501 1.288h-1.2v2.55h1.2v-2.55zm7.538.625v1.301h-2.277V9.894h2.277zm-1.735-3.923l.735 1.072-2.02 1.384-.734-1.072 2.019-1.385z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Spray;\n"],"names":["Spray","isHovered","jsx"],"mappings":";AAIA,MAAMA,IAAgC,CAAC,EAAE,WAAAC,QAShCA,IAHL,gBAAAC,EAAC,QAAK,EAAA,GAAE,u5BAAu5B,CAAA,IAJ/5B,gBAAAA,EAAC,QAAK,EAAA,GAAE,2tBAA2tB,CAAA;"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { g as a } from "../../Icon.js";
|
|
3
|
+
const r = ({ size: v, isHovered: o }) => a({ size: v, isHovered: o, normal: /* @__PURE__ */ l(
|
|
4
4
|
"path",
|
|
5
5
|
{
|
|
6
6
|
fillRule: "evenodd",
|
|
7
7
|
d: "M24 36.762c-7.037 0-12.762-5.726-12.762-12.763 0-6.868 5.457-12.47 12.262-12.736v13.443a.5.5 0 00.931.253l6.752-11.5c3.365 2.3 5.579 6.165 5.579 10.54 0 7.037-5.725 12.763-12.762 12.763m6.331-23.828L24.5 22.866V11.263c2.116.083 4.1.677 5.831 1.671M24.5 9.864v-3.59h3.633v-1h-8.267v1H23.5v3.59c-7.577.265-13.663 6.496-13.663 14.135 0 7.81 6.354 14.163 14.163 14.163S38.163 31.81 38.163 24c0-7.639-6.086-13.87-13.663-14.136"
|
|
8
8
|
}
|
|
9
|
-
), normalHover: /* @__PURE__ */
|
|
9
|
+
), normalHover: /* @__PURE__ */ l(
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
12
|
fillRule: "evenodd",
|
|
13
13
|
d: "M24 36.762c-7.037 0-12.762-5.726-12.762-12.763 0-6.868 5.457-12.47 12.262-12.736v13.443a.497.497 0 00.5.5.504.504 0 00.344-.136l9.578-9.08a12.695 12.695 0 012.84 8.01c0 7.036-5.724 12.762-12.762 12.762m9.258-21.52L24.5 23.542v-12.28a12.708 12.708 0 018.758 3.978M24.5 9.863V6.274h3.634v-1h-8.267v1H23.5v3.59c-7.577.265-13.663 6.496-13.663 14.135 0 7.81 6.354 14.163 14.163 14.163 7.81 0 14.163-6.353 14.163-14.163 0-7.639-6.086-13.87-13.663-14.136"
|
|
14
14
|
}
|
|
15
|
-
), xSmall: /* @__PURE__ */
|
|
15
|
+
), xSmall: /* @__PURE__ */ l(
|
|
16
16
|
"path",
|
|
17
17
|
{
|
|
18
18
|
fillRule: "evenodd",
|
|
19
19
|
d: "M24 36.578c-6.936 0-12.578-5.643-12.578-12.579 0-6.72 5.305-12.213 11.947-12.545v13.253a.632.632 0 001.177.318l6.65-11.327c3.25 2.277 5.383 6.042 5.383 10.301 0 6.936-5.643 12.579-12.579 12.579zm.632-25.124c1.986.1 3.852.65 5.493 1.571l-5.493 9.359v-10.93zm0-1.769v-3.28h3.501V5.142h-8.266v1.263h3.502v3.28C15.752 10.02 9.653 16.302 9.653 24c0 7.912 6.436 14.347 14.347 14.347S38.347 31.911 38.347 24c0-7.697-6.098-13.979-13.715-14.314z"
|
|
20
20
|
}
|
|
21
|
-
), xSmallHover: /* @__PURE__ */
|
|
21
|
+
), xSmallHover: /* @__PURE__ */ l(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
fillRule: "evenodd",
|
|
@@ -26,6 +26,6 @@ const h = ({ size: l, isHovered: a }) => c({ size: l, isHovered: a, normal: /* @
|
|
|
26
26
|
}
|
|
27
27
|
) });
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
r as default
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=Stopwatch.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stopwatch.js","sources":["../../../src/components/Icons/Stopwatch.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Stopwatch: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): JSX.Element => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.762c-7.037 0-12.762-5.726-12.762-12.763 0-6.868 5.457-12.47 12.262-12.736v13.443a.5.5 0 00.931.253l6.752-11.5c3.365 2.3 5.579 6.165 5.579 10.54 0 7.037-5.725 12.763-12.762 12.763m6.331-23.828L24.5 22.866V11.263c2.116.083 4.1.677 5.831 1.671M24.5 9.864v-3.59h3.633v-1h-8.267v1H23.5v3.59c-7.577.265-13.663 6.496-13.663 14.135 0 7.81 6.354 14.163 14.163 14.163S38.163 31.81 38.163 24c0-7.639-6.086-13.87-13.663-14.136\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.762c-7.037 0-12.762-5.726-12.762-12.763 0-6.868 5.457-12.47 12.262-12.736v13.443a.497.497 0 00.5.5.504.504 0 00.344-.136l9.578-9.08a12.695 12.695 0 012.84 8.01c0 7.036-5.724 12.762-12.762 12.762m9.258-21.52L24.5 23.542v-12.28a12.708 12.708 0 018.758 3.978M24.5 9.863V6.274h3.634v-1h-8.267v1H23.5v3.59c-7.577.265-13.663 6.496-13.663 14.135 0 7.81 6.354 14.163 14.163 14.163 7.81 0 14.163-6.353 14.163-14.163 0-7.639-6.086-13.87-13.663-14.136\"\n />\n );\n\n const xSmall = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.578c-6.936 0-12.578-5.643-12.578-12.579 0-6.72 5.305-12.213 11.947-12.545v13.253a.632.632 0 001.177.318l6.65-11.327c3.25 2.277 5.383 6.042 5.383 10.301 0 6.936-5.643 12.579-12.579 12.579zm.632-25.124c1.986.1 3.852.65 5.493 1.571l-5.493 9.359v-10.93zm0-1.769v-3.28h3.501V5.142h-8.266v1.263h3.502v3.28C15.752 10.02 9.653 16.302 9.653 24c0 7.912 6.436 14.347 14.347 14.347S38.347 31.911 38.347 24c0-7.697-6.098-13.979-13.715-14.314z\"\n />\n );\n\n const xSmallHover = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.578c-6.935 0-12.578-5.643-12.578-12.579 0-6.72 5.305-12.213 11.947-12.545v13.253a.63.63 0 001.066.458l9.432-8.942A12.51 12.51 0 0136.577 24c0 6.936-5.642 12.579-12.576 12.579zm.632-25.124a12.522 12.522 0 018.403 3.816l-8.403 7.966V11.454zm0-1.769v-3.28h3.502V5.142h-8.267v1.263h3.502v3.28C15.752 10.02 9.654 16.302 9.654 24c0 7.912 6.435 14.347 14.347 14.347 7.91 0 14.345-6.435 14.345-14.347 0-7.697-6.097-13.979-13.714-14.314z\"\n />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default Stopwatch;\n"],"names":["Stopwatch","size","isHovered","getIcon","
|
|
1
|
+
{"version":3,"file":"Stopwatch.js","sources":["../../../src/components/Icons/Stopwatch.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Stopwatch: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): JSX.Element => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.762c-7.037 0-12.762-5.726-12.762-12.763 0-6.868 5.457-12.47 12.262-12.736v13.443a.5.5 0 00.931.253l6.752-11.5c3.365 2.3 5.579 6.165 5.579 10.54 0 7.037-5.725 12.763-12.762 12.763m6.331-23.828L24.5 22.866V11.263c2.116.083 4.1.677 5.831 1.671M24.5 9.864v-3.59h3.633v-1h-8.267v1H23.5v3.59c-7.577.265-13.663 6.496-13.663 14.135 0 7.81 6.354 14.163 14.163 14.163S38.163 31.81 38.163 24c0-7.639-6.086-13.87-13.663-14.136\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.762c-7.037 0-12.762-5.726-12.762-12.763 0-6.868 5.457-12.47 12.262-12.736v13.443a.497.497 0 00.5.5.504.504 0 00.344-.136l9.578-9.08a12.695 12.695 0 012.84 8.01c0 7.036-5.724 12.762-12.762 12.762m9.258-21.52L24.5 23.542v-12.28a12.708 12.708 0 018.758 3.978M24.5 9.863V6.274h3.634v-1h-8.267v1H23.5v3.59c-7.577.265-13.663 6.496-13.663 14.135 0 7.81 6.354 14.163 14.163 14.163 7.81 0 14.163-6.353 14.163-14.163 0-7.639-6.086-13.87-13.663-14.136\"\n />\n );\n\n const xSmall = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.578c-6.936 0-12.578-5.643-12.578-12.579 0-6.72 5.305-12.213 11.947-12.545v13.253a.632.632 0 001.177.318l6.65-11.327c3.25 2.277 5.383 6.042 5.383 10.301 0 6.936-5.643 12.579-12.579 12.579zm.632-25.124c1.986.1 3.852.65 5.493 1.571l-5.493 9.359v-10.93zm0-1.769v-3.28h3.501V5.142h-8.266v1.263h3.502v3.28C15.752 10.02 9.653 16.302 9.653 24c0 7.912 6.436 14.347 14.347 14.347S38.347 31.911 38.347 24c0-7.697-6.098-13.979-13.715-14.314z\"\n />\n );\n\n const xSmallHover = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.578c-6.935 0-12.578-5.643-12.578-12.579 0-6.72 5.305-12.213 11.947-12.545v13.253a.63.63 0 001.066.458l9.432-8.942A12.51 12.51 0 0136.577 24c0 6.936-5.642 12.579-12.576 12.579zm.632-25.124a12.522 12.522 0 018.403 3.816l-8.403 7.966V11.454zm0-1.769v-3.28h3.502V5.142h-8.267v1.263h3.502v3.28C15.752 10.02 9.654 16.302 9.654 24c0 7.912 6.435 14.347 14.347 14.347 7.91 0 14.345-6.435 14.345-14.347 0-7.697-6.097-13.979-13.714-14.314z\"\n />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default Stopwatch;\n"],"names":["Stopwatch","size","isHovered","getIcon","jsx"],"mappings":";;AAIA,MAAMA,IAAoC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QA6B1CC,EAAQ,EAAE,MAAAF,GAAM,WAAAC,GAAW,QA3BhC,gBAAAE;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA,GAyBoC,aApBxC,gBAAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA,GAkBiD,QAbrD,gBAAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA,GAWyD,aAN7D,gBAAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA,GAIsE;"}
|
package/components/Icons/Sun.js
CHANGED
|
@@ -1,24 +1,29 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
4
|
-
|
|
1
|
+
import { jsxs as e, Fragment as Z, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { g as d } from "../../Icon.js";
|
|
3
|
+
const a = ({ size: m, isHovered: o }) => d({ size: m, isHovered: o, normal: /* @__PURE__ */ e(Z, { children: [
|
|
4
|
+
/* @__PURE__ */ l("path", { d: "M23.35 3v4h1.3V3h-1.3Zm-11.83 9.439L7.984 8.903l.92-.919 3.535 3.536-.92.919Z" }),
|
|
5
|
+
/* @__PURE__ */ l(
|
|
5
6
|
"path",
|
|
6
7
|
{
|
|
7
8
|
fillRule: "evenodd",
|
|
8
9
|
d: "M24 38c7.732 0 14-6.268 14-14s-6.268-14-14-14-14 6.268-14 14 6.268 14 14 14Zm0-1.3c7.014 0 12.7-5.686 12.7-12.7 0-7.014-5.686-12.7-12.7-12.7-7.014 0-12.7 5.686-12.7 12.7 0 7.014 5.686 12.7 12.7 12.7Z",
|
|
9
10
|
clipRule: "evenodd"
|
|
10
11
|
}
|
|
11
|
-
),
|
|
12
|
+
),
|
|
13
|
+
/* @__PURE__ */ l("path", { d: "M39.097 40.016 35.56 36.48l.92-.919 3.535 3.536-.92.919ZM23.35 45v-4h1.3v4h-1.3ZM3 23.35h4v1.3H3v-1.3Zm42 0h-4v1.3h4v-1.3ZM7.984 39.097l3.536-3.536.919.92-3.536 3.535-.919-.92ZM35.561 11.52l3.536-3.536.919.92-3.536 3.535-.919-.92Z" })
|
|
14
|
+
] }), normalHover: /* @__PURE__ */ e(Z, { children: [
|
|
15
|
+
/* @__PURE__ */ l("path", { d: "M28.807 3.547 27.772 7.41l1.256.336 1.035-3.864-1.256-.336Zm-13.87 6.055-2.5-4.33 1.126-.65 2.5 4.33-1.126.65Z" }),
|
|
16
|
+
/* @__PURE__ */ l(
|
|
12
17
|
"path",
|
|
13
18
|
{
|
|
14
19
|
fillRule: "evenodd",
|
|
15
20
|
d: "M20.377 37.523c7.468 2 15.145-2.431 17.146-9.9 2.001-7.469-2.431-15.145-9.9-17.146-7.468-2.002-15.145 2.43-17.146 9.9-2.001 7.468 2.431 15.144 9.9 17.146Zm.336-1.256c6.775 1.815 13.739-2.205 15.554-8.98 1.816-6.775-2.205-13.74-8.98-15.555-6.775-1.815-13.739 2.206-15.554 8.98-1.816 6.776 2.205 13.74 8.98 15.555Z",
|
|
16
21
|
clipRule: "evenodd"
|
|
17
22
|
}
|
|
18
|
-
),
|
|
19
|
-
|
|
20
|
-
};
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ l("path", { d: "m34.437 43.377-2.5-4.33 1.126-.65 2.5 4.33-1.126.65Zm-16.5.739 1.035-3.864 1.256.337-1.035 3.863-1.256-.336ZM3.884 17.936l3.864 1.036-.337 1.255-3.864-1.035.337-1.256Zm40.569 10.871-3.864-1.035-.337 1.255 3.864 1.036.337-1.256Zm-39.831 5.63 4.33-2.5.65 1.125-4.33 2.5-.65-1.125Zm33.776-19.5 4.33-2.5.65 1.126-4.33 2.5-.65-1.126Z" })
|
|
25
|
+
] }) });
|
|
21
26
|
export {
|
|
22
|
-
|
|
27
|
+
a as default
|
|
23
28
|
};
|
|
24
29
|
//# sourceMappingURL=Sun.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sun.js","sources":["../../../src/components/Icons/Sun.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Sun: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M23.35 3v4h1.3V3h-1.3Zm-11.83 9.439L7.984 8.903l.92-.919 3.535 3.536-.92.919Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M24 38c7.732 0 14-6.268 14-14s-6.268-14-14-14-14 6.268-14 14 6.268 14 14 14Zm0-1.3c7.014 0 12.7-5.686 12.7-12.7 0-7.014-5.686-12.7-12.7-12.7-7.014 0-12.7 5.686-12.7 12.7 0 7.014 5.686 12.7 12.7 12.7Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M39.097 40.016 35.56 36.48l.92-.919 3.535 3.536-.92.919ZM23.35 45v-4h1.3v4h-1.3ZM3 23.35h4v1.3H3v-1.3Zm42 0h-4v1.3h4v-1.3ZM7.984 39.097l3.536-3.536.919.92-3.536 3.535-.919-.92ZM35.561 11.52l3.536-3.536.919.92-3.536 3.535-.919-.92Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M28.807 3.547 27.772 7.41l1.256.336 1.035-3.864-1.256-.336Zm-13.87 6.055-2.5-4.33 1.126-.65 2.5 4.33-1.126.65Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M20.377 37.523c7.468 2 15.145-2.431 17.146-9.9 2.001-7.469-2.431-15.145-9.9-17.146-7.468-2.002-15.145 2.43-17.146 9.9-2.001 7.468 2.431 15.144 9.9 17.146Zm.336-1.256c6.775 1.815 13.739-2.205 15.554-8.98 1.816-6.775-2.205-13.74-8.98-15.555-6.775-1.815-13.739 2.206-15.554 8.98-1.816 6.776 2.205 13.74 8.98 15.555Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"m34.437 43.377-2.5-4.33 1.126-.65 2.5 4.33-1.126.65Zm-16.5.739 1.035-3.864 1.256.337-1.035 3.863-1.256-.336ZM3.884 17.936l3.864 1.036-.337 1.255-3.864-1.035.337-1.256Zm40.569 10.871-3.864-1.035-.337 1.255 3.864 1.036.337-1.256Zm-39.831 5.63 4.33-2.5.65 1.125-4.33 2.5-.65-1.125Zm33.776-19.5 4.33-2.5.65 1.126-4.33 2.5-.65-1.126Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default Sun;\n"],"names":["Sun","size","isHovered","
|
|
1
|
+
{"version":3,"file":"Sun.js","sources":["../../../src/components/Icons/Sun.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Sun: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M23.35 3v4h1.3V3h-1.3Zm-11.83 9.439L7.984 8.903l.92-.919 3.535 3.536-.92.919Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M24 38c7.732 0 14-6.268 14-14s-6.268-14-14-14-14 6.268-14 14 6.268 14 14 14Zm0-1.3c7.014 0 12.7-5.686 12.7-12.7 0-7.014-5.686-12.7-12.7-12.7-7.014 0-12.7 5.686-12.7 12.7 0 7.014 5.686 12.7 12.7 12.7Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M39.097 40.016 35.56 36.48l.92-.919 3.535 3.536-.92.919ZM23.35 45v-4h1.3v4h-1.3ZM3 23.35h4v1.3H3v-1.3Zm42 0h-4v1.3h4v-1.3ZM7.984 39.097l3.536-3.536.919.92-3.536 3.535-.919-.92ZM35.561 11.52l3.536-3.536.919.92-3.536 3.535-.919-.92Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M28.807 3.547 27.772 7.41l1.256.336 1.035-3.864-1.256-.336Zm-13.87 6.055-2.5-4.33 1.126-.65 2.5 4.33-1.126.65Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M20.377 37.523c7.468 2 15.145-2.431 17.146-9.9 2.001-7.469-2.431-15.145-9.9-17.146-7.468-2.002-15.145 2.43-17.146 9.9-2.001 7.468 2.431 15.144 9.9 17.146Zm.336-1.256c6.775 1.815 13.739-2.205 15.554-8.98 1.816-6.775-2.205-13.74-8.98-15.555-6.775-1.815-13.739 2.206-15.554 8.98-1.816 6.776 2.205 13.74 8.98 15.555Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"m34.437 43.377-2.5-4.33 1.126-.65 2.5 4.33-1.126.65Zm-16.5.739 1.035-3.864 1.256.337-1.035 3.863-1.256-.336ZM3.884 17.936l3.864 1.036-.337 1.255-3.864-1.035.337-1.256Zm40.569 10.871-3.864-1.035-.337 1.255 3.864 1.036.337-1.256Zm-39.831 5.63 4.33-2.5.65 1.125-4.33 2.5-.65-1.125Zm33.776-19.5 4.33-2.5.65 1.126-4.33 2.5-.65-1.126Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default Sun;\n"],"names":["Sun","size","isHovered","getIcon","jsxs","Fragment","jsx"],"mappings":";;AAIA,MAAMA,IAA8B,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAyBpCC,EAAQ,EAAE,MAAAF,GAAM,WAAAC,GAAW,QAtB9B,gBAAAE,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAC,gBAAAC,EAAA,QAAA,EAAK,GAAE,gFAAgF,CAAA;AAAA,EACxF,gBAAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EACX;AAAA,EACA,gBAAAA,EAAC,QAAK,EAAA,GAAE,yOAAyO,CAAA;AACnP,EAAA,CAAA,GAewC,aAVtC,gBAAAF,EAAAC,GAAA,EAAA,UAAA;AAAA,EAAC,gBAAAC,EAAA,QAAA,EAAK,GAAE,iHAAiH,CAAA;AAAA,EACzH,gBAAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EACX;AAAA,EACA,gBAAAA,EAAC,QAAK,EAAA,GAAE,2UAA2U,CAAA;AACrV,EAAA,CAAA,GAGqD;"}
|