@helsenorge/designsystem-react 9.4.0 → 9.4.3
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 +47 -42
- package/AnchorLink.js.map +1 -1
- package/Avatar.js +31 -26
- package/Avatar.js.map +1 -1
- package/Badge.js +28 -24
- package/Badge.js.map +1 -1
- package/Button.js +158 -113
- package/Button.js.map +1 -1
- package/CHANGELOG.md +29 -0
- package/Checkbox.js +130 -106
- package/Checkbox.js.map +1 -1
- package/Close.js +26 -22
- package/Close.js.map +1 -1
- package/ErrorBoundary.js +22 -16
- package/ErrorBoundary.js.map +1 -1
- package/ErrorWrapper.js +9 -9
- package/ErrorWrapper.js.map +1 -1
- package/Expander.js +110 -91
- package/Expander.js.map +1 -1
- package/FormGroup.js +121 -108
- package/FormGroup.js.map +1 -1
- package/FormLayout.js +38 -26
- package/FormLayout.js.map +1 -1
- package/HelpBubble.js +64 -54
- package/HelpBubble.js.map +1 -1
- package/HighlightPanel.js +86 -60
- package/HighlightPanel.js.map +1 -1
- package/HorizontalScroll.js +39 -29
- package/HorizontalScroll.js.map +1 -1
- package/Icon.js +62 -50
- package/Icon.js.map +1 -1
- package/Illustration.js +40 -32
- package/Illustration.js.map +1 -1
- package/Input.js +187 -129
- package/Input.js.map +1 -1
- package/Label.js +117 -97
- package/Label.js.map +1 -1
- package/LazyIcon.js +21 -18
- package/LazyIcon.js.map +1 -1
- package/LazyIllustration.js +26 -22
- package/LazyIllustration.js.map +1 -1
- package/LinkList.js +54 -49
- package/LinkList.js.map +1 -1
- package/List.js +11 -9
- package/List.js.map +1 -1
- package/ListHeader.js +109 -76
- package/ListHeader.js.map +1 -1
- package/ListHeaderText.js +31 -27
- package/ListHeaderText.js.map +1 -1
- package/MaxCharacters.js +13 -11
- package/MaxCharacters.js.map +1 -1
- package/NotificationBadge.js +47 -47
- package/NotificationBadge.js.map +1 -1
- package/Panel.js +285 -215
- package/Panel.js.map +1 -1
- package/PopOver.js +187 -71
- package/PopOver.js.map +1 -1
- package/RadioButton.js +104 -87
- package/RadioButton.js.map +1 -1
- package/Select.js +87 -70
- package/Select.js.map +1 -1
- package/Slider.js +252 -165
- package/Slider.js.map +1 -1
- package/Spacer.js +25 -24
- package/Spacer.js.map +1 -1
- package/StatusDot.js +58 -25
- package/StatusDot.js.map +1 -1
- package/StepButtons.js +28 -24
- package/StepButtons.js.map +1 -1
- package/TabList.js +102 -69
- package/TabList.js.map +1 -1
- package/TabPanel.js +12 -14
- package/TabPanel.js.map +1 -1
- package/Table.js +139 -72
- package/Table.js.map +1 -1
- package/TableBody.js +9 -9
- package/TableBody.js.map +1 -1
- package/TableCell.js +29 -24
- package/TableCell.js.map +1 -1
- package/TableExpandedRow.js +32 -30
- package/TableExpandedRow.js.map +1 -1
- package/TableExpanderCell.js +25 -24
- package/TableExpanderCell.js.map +1 -1
- package/TableHead.js +22 -17
- package/TableHead.js.map +1 -1
- package/TableHeadCell.js +40 -32
- package/TableHeadCell.js.map +1 -1
- package/TableRow.js +48 -47
- package/TableRow.js.map +1 -1
- package/Textarea.js +133 -96
- package/Textarea.js.map +1 -1
- package/Title.js +26 -20
- package/Title.js.map +1 -1
- package/TooltipWord.js +20 -20
- package/TooltipWord.js.map +1 -1
- package/Trigger.js +76 -59
- package/Trigger.js.map +1 -1
- package/__mocks__/IntersectionObserver.js +3 -3
- package/__mocks__/IntersectionObserver.js.map +1 -1
- package/__mocks__/MutationObserver.js +3 -3
- package/__mocks__/MutationObserver.js.map +1 -1
- package/__mocks__/ResizeObserver.js +3 -3
- package/__mocks__/ResizeObserver.js.map +1 -1
- package/__mocks__/matchMedia.d.ts +1 -1
- package/__mocks__/matchMedia.js +9 -9
- package/__mocks__/matchMedia.js.map +1 -1
- package/__mocks__/useHover.js +3 -1
- package/__mocks__/useHover.js.map +1 -1
- package/__mocks__/usePseudoClasses.js +3 -1
- package/__mocks__/usePseudoClasses.js.map +1 -1
- package/__mocks__/useSize.js.map +1 -1
- package/__mocks__/uuid.js +6 -3
- package/__mocks__/uuid.js.map +1 -1
- package/components/AnchorLink/AnchorLink.d.ts +1 -1
- package/components/AnchorLink/index.d.ts +1 -1
- package/components/AnchorLink/index.js +2 -2
- package/components/Avatar/Avatar.d.ts +1 -1
- package/components/Avatar/index.d.ts +1 -1
- package/components/Avatar/index.js +4 -4
- package/components/Badge/Badge.d.ts +1 -1
- package/components/Badge/NotificationBadge.d.ts +1 -1
- package/components/Badge/index.d.ts +1 -1
- package/components/Badge/index.js +2 -2
- package/components/Button/Button.d.ts +1 -1
- package/components/Button/index.d.ts +1 -1
- package/components/Button/index.js +2 -2
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/Checkbox/index.d.ts +1 -1
- package/components/Checkbox/index.js +3 -3
- package/components/Chip/Chip.d.ts +1 -1
- package/components/Chip/index.d.ts +1 -1
- package/components/Chip/index.js +42 -24
- package/components/Chip/index.js.map +1 -1
- package/components/Close/Close.d.ts +1 -1
- package/components/Close/index.d.ts +1 -1
- package/components/Close/index.js +2 -2
- package/components/DictionaryTrigger/DictionaryTrigger.d.ts +1 -1
- package/components/DictionaryTrigger/index.d.ts +1 -1
- package/components/DictionaryTrigger/index.js +18 -18
- package/components/DictionaryTrigger/index.js.map +1 -1
- package/components/Dropdown/Dropdown.d.ts +1 -1
- package/components/Dropdown/Dropdown.test.d.ts +0 -1
- package/components/Dropdown/index.d.ts +1 -1
- package/components/Dropdown/index.js +134 -97
- package/components/Dropdown/index.js.map +1 -1
- package/components/Duolist/Duolist.d.ts +1 -1
- package/components/Duolist/index.d.ts +1 -1
- package/components/Duolist/index.js +77 -58
- package/components/Duolist/index.js.map +1 -1
- package/components/EmptyState/EmptyState.d.ts +1 -1
- package/components/EmptyState/index.d.ts +1 -1
- package/components/EmptyState/index.js +30 -29
- package/components/EmptyState/index.js.map +1 -1
- package/components/ErrorWrapper/ErrorWrapper.d.ts +1 -1
- package/components/ErrorWrapper/index.d.ts +1 -1
- package/components/ErrorWrapper/index.js +3 -3
- package/components/Expander/Expander.d.ts +1 -1
- package/components/Expander/index.d.ts +1 -1
- package/components/Expander/index.js +4 -4
- package/components/Expander/styles.module.scss +11 -2
- package/components/Expander/styles.module.scss.d.ts +2 -1
- package/components/ExpanderHierarchy/Expander.d.ts +1 -1
- package/components/ExpanderHierarchy/ExpanderButton.d.ts +1 -1
- package/components/ExpanderHierarchy/ExpanderHierarchy.d.ts +1 -1
- package/components/ExpanderHierarchy/index.d.ts +1 -1
- package/components/ExpanderHierarchy/index.js +82 -73
- package/components/ExpanderHierarchy/index.js.map +1 -1
- package/components/ExpanderList/ExpanderList.d.ts +1 -1
- package/components/ExpanderList/ExpanderList.test.d.ts +0 -1
- package/components/ExpanderList/index.d.ts +1 -1
- package/components/ExpanderList/index.js +143 -113
- package/components/ExpanderList/index.js.map +1 -1
- package/components/EyebrowHeader/EyebrowHeader.d.ts +2 -2
- package/components/EyebrowHeader/index.d.ts +1 -1
- package/components/EyebrowHeader/index.js +12 -9
- package/components/EyebrowHeader/index.js.map +1 -1
- package/components/FormGroup/FormGroup.d.ts +1 -1
- package/components/FormGroup/index.d.ts +1 -1
- package/components/FormGroup/index.js +3 -3
- package/components/FormLayout/FormLayout.d.ts +1 -1
- package/components/FormLayout/index.d.ts +1 -1
- package/components/FormLayout/index.js +5 -5
- package/components/HelpBubble/HelpBubble.d.ts +1 -1
- package/components/HelpBubble/index.d.ts +1 -1
- package/components/HelpBubble/index.js +4 -4
- package/components/HelpPanel/HelpPanel.d.ts +1 -1
- package/components/HelpPanel/index.d.ts +1 -1
- package/components/HelpPanel/index.js +20 -18
- package/components/HelpPanel/index.js.map +1 -1
- package/components/HelpQuestion/HelpQuestion.d.ts +1 -1
- package/components/HelpQuestion/index.d.ts +1 -1
- package/components/HelpQuestion/index.js +23 -22
- package/components/HelpQuestion/index.js.map +1 -1
- package/components/HighlightPanel/HighlightPanel.d.ts +1 -1
- package/components/HighlightPanel/index.d.ts +1 -1
- package/components/HighlightPanel/index.js +4 -4
- package/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
- package/components/HorizontalScroll/index.d.ts +1 -1
- package/components/HorizontalScroll/index.js +3 -3
- package/components/Icon/Icon.d.ts +1 -1
- package/components/Icon/index.d.ts +1 -1
- package/components/Icon/index.js +7 -7
- package/components/Icons/ActiveMonitoring.d.ts +1 -1
- package/components/Icons/ActiveMonitoring.js +19 -15
- package/components/Icons/ActiveMonitoring.js.map +1 -1
- package/components/Icons/AcupunctureBack.d.ts +1 -1
- package/components/Icons/AcupunctureBack.js +9 -8
- package/components/Icons/AcupunctureBack.js.map +1 -1
- package/components/Icons/AdditionalIconInformation.js +2 -2
- package/components/Icons/AdditionalIconInformation.js.map +1 -1
- package/components/Icons/AlarmClock.d.ts +1 -1
- package/components/Icons/AlarmClock.js +32 -26
- package/components/Icons/AlarmClock.js.map +1 -1
- package/components/Icons/AlertSignFill.d.ts +1 -1
- package/components/Icons/AlertSignFill.js +10 -4
- package/components/Icons/AlertSignFill.js.map +1 -1
- package/components/Icons/AlertSignStroke.d.ts +1 -1
- package/components/Icons/AlertSignStroke.js +10 -4
- package/components/Icons/AlertSignStroke.js.map +1 -1
- package/components/Icons/Amputation.d.ts +1 -1
- package/components/Icons/Amputation.js +7 -3
- package/components/Icons/Amputation.js.map +1 -1
- package/components/Icons/Anxiety.d.ts +1 -1
- package/components/Icons/Anxiety.js +7 -3
- package/components/Icons/Anxiety.js.map +1 -1
- package/components/Icons/Apple.d.ts +1 -1
- package/components/Icons/Apple.js +7 -3
- package/components/Icons/Apple.js.map +1 -1
- package/components/Icons/Archive.d.ts +1 -1
- package/components/Icons/Archive.js +34 -28
- package/components/Icons/Archive.js.map +1 -1
- package/components/Icons/ArmFlexing.d.ts +1 -1
- package/components/Icons/ArmFlexing.js +7 -3
- package/components/Icons/ArmFlexing.js.map +1 -1
- package/components/Icons/ArrowDown.d.ts +1 -1
- package/components/Icons/ArrowDown.js +34 -28
- package/components/Icons/ArrowDown.js.map +1 -1
- package/components/Icons/ArrowLeft.d.ts +1 -1
- package/components/Icons/ArrowLeft.js +10 -4
- package/components/Icons/ArrowLeft.js.map +1 -1
- package/components/Icons/ArrowRight.d.ts +1 -1
- package/components/Icons/ArrowRight.js +10 -4
- package/components/Icons/ArrowRight.js.map +1 -1
- package/components/Icons/ArrowUp.d.ts +1 -1
- package/components/Icons/ArrowUp.js +34 -28
- package/components/Icons/ArrowUp.js.map +1 -1
- package/components/Icons/ArrowUpRight.d.ts +1 -1
- package/components/Icons/ArrowUpRight.js +10 -4
- package/components/Icons/ArrowUpRight.js.map +1 -1
- package/components/Icons/Attachment.d.ts +1 -1
- package/components/Icons/Attachment.js +12 -4
- package/components/Icons/Attachment.js.map +1 -1
- package/components/Icons/Atv.d.ts +1 -1
- package/components/Icons/Atv.js +7 -3
- package/components/Icons/Atv.js.map +1 -1
- package/components/Icons/Avatar.d.ts +1 -1
- package/components/Icons/Avatar.js +10 -4
- package/components/Icons/Avatar.js.map +1 -1
- package/components/Icons/AwakePersonOnPillow.d.ts +1 -1
- package/components/Icons/AwakePersonOnPillow.js +7 -3
- package/components/Icons/AwakePersonOnPillow.js.map +1 -1
- package/components/Icons/Baby.d.ts +1 -1
- package/components/Icons/Baby.js +7 -3
- package/components/Icons/Baby.js.map +1 -1
- package/components/Icons/BandAid.d.ts +1 -1
- package/components/Icons/BandAid.js +7 -3
- package/components/Icons/BandAid.js.map +1 -1
- package/components/Icons/BeerAndPills.d.ts +1 -1
- package/components/Icons/BeerAndPills.js +19 -15
- package/components/Icons/BeerAndPills.js.map +1 -1
- package/components/Icons/Bell.d.ts +1 -1
- package/components/Icons/Bell.js +7 -3
- package/components/Icons/Bell.js.map +1 -1
- package/components/Icons/Bike.d.ts +1 -1
- package/components/Icons/Bike.js +7 -3
- package/components/Icons/Bike.js.map +1 -1
- package/components/Icons/BirthControl.d.ts +1 -1
- package/components/Icons/BirthControl.js +19 -15
- package/components/Icons/BirthControl.js.map +1 -1
- package/components/Icons/BirthdayCake.d.ts +1 -1
- package/components/Icons/BirthdayCake.js +7 -3
- package/components/Icons/BirthdayCake.js.map +1 -1
- package/components/Icons/Boat.d.ts +1 -1
- package/components/Icons/Boat.js +7 -3
- package/components/Icons/Boat.js.map +1 -1
- package/components/Icons/Body.d.ts +1 -1
- package/components/Icons/Body.js +19 -15
- package/components/Icons/Body.js.map +1 -1
- package/components/Icons/Braille.d.ts +1 -1
- package/components/Icons/Braille.js +8 -4
- package/components/Icons/Braille.js.map +1 -1
- package/components/Icons/Brain.d.ts +1 -1
- package/components/Icons/Brain.js +7 -3
- package/components/Icons/Brain.js.map +1 -1
- package/components/Icons/BreastReconstruction.d.ts +1 -1
- package/components/Icons/BreastReconstruction.js +19 -15
- package/components/Icons/BreastReconstruction.js.map +1 -1
- package/components/Icons/BreastRemoval.d.ts +1 -1
- package/components/Icons/BreastRemoval.js +19 -15
- package/components/Icons/BreastRemoval.js.map +1 -1
- package/components/Icons/Breasts.d.ts +1 -1
- package/components/Icons/Breasts.js +7 -3
- package/components/Icons/Breasts.js.map +1 -1
- package/components/Icons/BrokenHeart.d.ts +1 -1
- package/components/Icons/BrokenHeart.js +7 -3
- package/components/Icons/BrokenHeart.js.map +1 -1
- package/components/Icons/BrokenPuzzle.d.ts +1 -1
- package/components/Icons/BrokenPuzzle.js +7 -3
- package/components/Icons/BrokenPuzzle.js.map +1 -1
- package/components/Icons/Bus.d.ts +1 -1
- package/components/Icons/Bus.js +29 -23
- package/components/Icons/Bus.js.map +1 -1
- package/components/Icons/Calendar.d.ts +1 -1
- package/components/Icons/Calendar.js +34 -28
- package/components/Icons/Calendar.js.map +1 -1
- package/components/Icons/CalendarChange.d.ts +1 -1
- package/components/Icons/CalendarChange.js +34 -28
- package/components/Icons/CalendarChange.js.map +1 -1
- package/components/Icons/CalendarCheck.d.ts +1 -1
- package/components/Icons/CalendarCheck.js +34 -28
- package/components/Icons/CalendarCheck.js.map +1 -1
- package/components/Icons/CalendarEvent.d.ts +1 -1
- package/components/Icons/CalendarEvent.js +7 -3
- package/components/Icons/CalendarEvent.js.map +1 -1
- package/components/Icons/CalendarSave.d.ts +1 -1
- package/components/Icons/CalendarSave.js +10 -4
- package/components/Icons/CalendarSave.js.map +1 -1
- package/components/Icons/Cancer.d.ts +1 -1
- package/components/Icons/Cancer.js +21 -17
- package/components/Icons/Cancer.js.map +1 -1
- package/components/Icons/Candle.d.ts +1 -1
- package/components/Icons/Candle.js +20 -16
- package/components/Icons/Candle.js.map +1 -1
- package/components/Icons/Car.d.ts +1 -1
- package/components/Icons/Car.js +7 -3
- package/components/Icons/Car.js.map +1 -1
- package/components/Icons/Carton.d.ts +1 -1
- package/components/Icons/Carton.js +39 -35
- package/components/Icons/Carton.js.map +1 -1
- package/components/Icons/Change.d.ts +1 -1
- package/components/Icons/Change.js +42 -34
- package/components/Icons/Change.js.map +1 -1
- package/components/Icons/Check.d.ts +1 -1
- package/components/Icons/Check.js +10 -4
- package/components/Icons/Check.js.map +1 -1
- package/components/Icons/CheckFill.d.ts +1 -1
- package/components/Icons/CheckFill.js +34 -28
- package/components/Icons/CheckFill.js.map +1 -1
- package/components/Icons/CheckOutline.d.ts +1 -1
- package/components/Icons/CheckOutline.js +19 -15
- package/components/Icons/CheckOutline.js.map +1 -1
- package/components/Icons/Chest.d.ts +1 -1
- package/components/Icons/Chest.js +7 -3
- package/components/Icons/Chest.js.map +1 -1
- package/components/Icons/ChevronDown.d.ts +1 -1
- package/components/Icons/ChevronDown.js +10 -4
- package/components/Icons/ChevronDown.js.map +1 -1
- package/components/Icons/ChevronLeft.d.ts +1 -1
- package/components/Icons/ChevronLeft.js +10 -4
- package/components/Icons/ChevronLeft.js.map +1 -1
- package/components/Icons/ChevronRight.d.ts +1 -1
- package/components/Icons/ChevronRight.js +10 -4
- package/components/Icons/ChevronRight.js.map +1 -1
- package/components/Icons/ChevronUp.d.ts +1 -1
- package/components/Icons/ChevronUp.js +10 -4
- package/components/Icons/ChevronUp.js.map +1 -1
- package/components/Icons/ChevronsDown.d.ts +1 -1
- package/components/Icons/ChevronsDown.js +34 -28
- package/components/Icons/ChevronsDown.js.map +1 -1
- package/components/Icons/ChevronsUp.d.ts +1 -1
- package/components/Icons/ChevronsUp.js +34 -28
- package/components/Icons/ChevronsUp.js.map +1 -1
- package/components/Icons/ChildPlaying.d.ts +1 -1
- package/components/Icons/ChildPlaying.js +13 -9
- package/components/Icons/ChildPlaying.js.map +1 -1
- package/components/Icons/Cigarette.d.ts +1 -1
- package/components/Icons/Cigarette.js +7 -3
- package/components/Icons/Cigarette.js.map +1 -1
- package/components/Icons/Coins.d.ts +1 -1
- package/components/Icons/Coins.js +19 -15
- package/components/Icons/Coins.js.map +1 -1
- package/components/Icons/Contacts.d.ts +1 -1
- package/components/Icons/Contacts.js +10 -4
- package/components/Icons/Contacts.js.map +1 -1
- package/components/Icons/Copy.d.ts +1 -1
- package/components/Icons/Copy.js +21 -15
- package/components/Icons/Copy.js.map +1 -1
- package/components/Icons/CoronaCertificate.d.ts +1 -1
- package/components/Icons/CoronaCertificate.js +19 -15
- package/components/Icons/CoronaCertificate.js.map +1 -1
- package/components/Icons/Coronavirus.d.ts +1 -1
- package/components/Icons/Coronavirus.js +7 -3
- package/components/Icons/Coronavirus.js.map +1 -1
- package/components/Icons/Cough.d.ts +1 -1
- package/components/Icons/Cough.js +7 -3
- package/components/Icons/Cough.js.map +1 -1
- package/components/Icons/CreditCard.d.ts +1 -1
- package/components/Icons/CreditCard.js +45 -41
- package/components/Icons/CreditCard.js.map +1 -1
- package/components/Icons/CriticalHealthInfo.d.ts +1 -1
- package/components/Icons/CriticalHealthInfo.js +7 -3
- package/components/Icons/CriticalHealthInfo.js.map +1 -1
- package/components/Icons/Cross.d.ts +1 -1
- package/components/Icons/Cross.js +7 -3
- package/components/Icons/Cross.js.map +1 -1
- package/components/Icons/DataExchange.d.ts +1 -1
- package/components/Icons/DataExchange.js +19 -15
- package/components/Icons/DataExchange.js.map +1 -1
- package/components/Icons/DataReceived.d.ts +1 -1
- package/components/Icons/DataReceived.js +19 -15
- package/components/Icons/DataReceived.js.map +1 -1
- package/components/Icons/DataSent.d.ts +1 -1
- package/components/Icons/DataSent.js +19 -15
- package/components/Icons/DataSent.js.map +1 -1
- package/components/Icons/Depression.d.ts +1 -1
- package/components/Icons/Depression.js +7 -3
- package/components/Icons/Depression.js.map +1 -1
- package/components/Icons/DigestiveSystem.d.ts +1 -1
- package/components/Icons/DigestiveSystem.js +13 -9
- package/components/Icons/DigestiveSystem.js.map +1 -1
- package/components/Icons/Dizzy.d.ts +1 -1
- package/components/Icons/Dizzy.js +7 -3
- package/components/Icons/Dizzy.js.map +1 -1
- package/components/Icons/Documents.d.ts +1 -1
- package/components/Icons/Documents.js +7 -3
- package/components/Icons/Documents.js.map +1 -1
- package/components/Icons/Dog.d.ts +1 -1
- package/components/Icons/Dog.js +7 -3
- package/components/Icons/Dog.js.map +1 -1
- package/components/Icons/DonorCard.d.ts +1 -1
- package/components/Icons/DonorCard.js +7 -3
- package/components/Icons/DonorCard.js.map +1 -1
- package/components/Icons/Download.d.ts +1 -1
- package/components/Icons/Download.js +34 -28
- package/components/Icons/Download.js.map +1 -1
- package/components/Icons/Draft.d.ts +1 -1
- package/components/Icons/Draft.js +7 -3
- package/components/Icons/Draft.js.map +1 -1
- package/components/Icons/EChat.d.ts +1 -1
- package/components/Icons/EChat.js +10 -4
- package/components/Icons/EChat.js.map +1 -1
- package/components/Icons/Ear.d.ts +1 -1
- package/components/Icons/Ear.js +14 -10
- package/components/Icons/Ear.js.map +1 -1
- package/components/Icons/EarDeaf.d.ts +1 -1
- package/components/Icons/EarDeaf.js +8 -4
- package/components/Icons/EarDeaf.js.map +1 -1
- package/components/Icons/EarHearingAid.d.ts +1 -1
- package/components/Icons/EarHearingAid.js +11 -7
- package/components/Icons/EarHearingAid.js.map +1 -1
- package/components/Icons/EarNoseThroat.d.ts +1 -1
- package/components/Icons/EarNoseThroat.js +15 -11
- package/components/Icons/EarNoseThroat.js.map +1 -1
- package/components/Icons/EarVolume.d.ts +1 -1
- package/components/Icons/EarVolume.js +23 -19
- package/components/Icons/EarVolume.js.map +1 -1
- package/components/Icons/ElderlyPerson.d.ts +1 -1
- package/components/Icons/ElderlyPerson.js +7 -3
- package/components/Icons/ElderlyPerson.js.map +1 -1
- package/components/Icons/Embolization.d.ts +1 -1
- package/components/Icons/Embolization.js +19 -15
- package/components/Icons/Embolization.js.map +1 -1
- package/components/Icons/EmergencyCall.d.ts +1 -1
- package/components/Icons/EmergencyCall.js +22 -18
- package/components/Icons/EmergencyCall.js.map +1 -1
- package/components/Icons/EmoticonAnnoyed.d.ts +1 -1
- package/components/Icons/EmoticonAnnoyed.js +21 -17
- package/components/Icons/EmoticonAnnoyed.js.map +1 -1
- package/components/Icons/EmoticonDelighted.d.ts +1 -1
- package/components/Icons/EmoticonDelighted.js +14 -10
- package/components/Icons/EmoticonDelighted.js.map +1 -1
- package/components/Icons/EmoticonDisappointed.d.ts +1 -1
- package/components/Icons/EmoticonDisappointed.js +14 -10
- package/components/Icons/EmoticonDisappointed.js.map +1 -1
- package/components/Icons/EmoticonHappy.d.ts +1 -1
- package/components/Icons/EmoticonHappy.js +14 -10
- package/components/Icons/EmoticonHappy.js.map +1 -1
- package/components/Icons/EmoticonMeh.d.ts +1 -1
- package/components/Icons/EmoticonMeh.js +14 -10
- package/components/Icons/EmoticonMeh.js.map +1 -1
- package/components/Icons/EnterFullScreen.d.ts +1 -1
- package/components/Icons/EnterFullScreen.js +19 -13
- package/components/Icons/EnterFullScreen.js.map +1 -1
- package/components/Icons/Envelope.d.ts +1 -1
- package/components/Icons/Envelope.js +10 -4
- package/components/Icons/Envelope.js.map +1 -1
- package/components/Icons/Epilepsy.d.ts +1 -1
- package/components/Icons/Epilepsy.js +7 -3
- package/components/Icons/Epilepsy.js.map +1 -1
- package/components/Icons/Eraser.d.ts +1 -1
- package/components/Icons/Eraser.js +16 -10
- package/components/Icons/Eraser.js.map +1 -1
- package/components/Icons/ErrorSignFill.d.ts +1 -1
- package/components/Icons/ErrorSignFill.js +10 -4
- package/components/Icons/ErrorSignFill.js.map +1 -1
- package/components/Icons/ErrorSignStroke.d.ts +1 -1
- package/components/Icons/ErrorSignStroke.js +10 -4
- package/components/Icons/ErrorSignStroke.js.map +1 -1
- package/components/Icons/EuropeanHealthCard.d.ts +1 -1
- package/components/Icons/EuropeanHealthCard.js +10 -6
- package/components/Icons/EuropeanHealthCard.js.map +1 -1
- package/components/Icons/ExitFullScreen.d.ts +1 -1
- package/components/Icons/ExitFullScreen.js +19 -13
- package/components/Icons/ExitFullScreen.js.map +1 -1
- package/components/Icons/Eye.d.ts +1 -1
- package/components/Icons/Eye.js +34 -26
- package/components/Icons/Eye.js.map +1 -1
- package/components/Icons/Facebook.d.ts +1 -1
- package/components/Icons/Facebook.js +7 -3
- package/components/Icons/Facebook.js.map +1 -1
- package/components/Icons/FallingLeaf.d.ts +1 -1
- package/components/Icons/FallingLeaf.js +28 -24
- package/components/Icons/FallingLeaf.js.map +1 -1
- package/components/Icons/Female.d.ts +1 -1
- package/components/Icons/Female.js +7 -3
- package/components/Icons/Female.js.map +1 -1
- package/components/Icons/FemaleDoctor.d.ts +1 -1
- package/components/Icons/FemaleDoctor.js +7 -3
- package/components/Icons/FemaleDoctor.js.map +1 -1
- package/components/Icons/Ferry.d.ts +1 -1
- package/components/Icons/Ferry.js +7 -3
- package/components/Icons/Ferry.js.map +1 -1
- package/components/Icons/File.d.ts +1 -1
- package/components/Icons/File.js +34 -28
- package/components/Icons/File.js.map +1 -1
- package/components/Icons/Filter.d.ts +1 -1
- package/components/Icons/Filter.js +29 -23
- package/components/Icons/Filter.js.map +1 -1
- package/components/Icons/FingerBleed.d.ts +1 -1
- package/components/Icons/FingerBleed.js +7 -3
- package/components/Icons/FingerBleed.js.map +1 -1
- package/components/Icons/FirstAidKit.d.ts +1 -1
- package/components/Icons/FirstAidKit.js +7 -3
- package/components/Icons/FirstAidKit.js.map +1 -1
- package/components/Icons/Fish.d.ts +1 -1
- package/components/Icons/Fish.js +41 -37
- package/components/Icons/Fish.js.map +1 -1
- package/components/Icons/FloppyDisk.d.ts +1 -1
- package/components/Icons/FloppyDisk.js +19 -15
- package/components/Icons/FloppyDisk.js.map +1 -1
- package/components/Icons/Football.d.ts +1 -1
- package/components/Icons/Football.js +7 -3
- package/components/Icons/Football.js.map +1 -1
- package/components/Icons/Form.d.ts +1 -1
- package/components/Icons/Form.js +10 -4
- package/components/Icons/Form.js.map +1 -1
- package/components/Icons/Forward.d.ts +1 -1
- package/components/Icons/Forward.js +16 -10
- package/components/Icons/Forward.js.map +1 -1
- package/components/Icons/Gallery.d.ts +1 -1
- package/components/Icons/Gallery.js +34 -28
- package/components/Icons/Gallery.js.map +1 -1
- package/components/Icons/Garden.d.ts +1 -1
- package/components/Icons/Garden.js +7 -3
- package/components/Icons/Garden.js.map +1 -1
- package/components/Icons/GasCan.d.ts +1 -1
- package/components/Icons/GasCan.js +7 -3
- package/components/Icons/GasCan.js.map +1 -1
- package/components/Icons/GenderIdentity.d.ts +1 -1
- package/components/Icons/GenderIdentity.js +19 -15
- package/components/Icons/GenderIdentity.js.map +1 -1
- package/components/Icons/GlassWater.d.ts +1 -1
- package/components/Icons/GlassWater.js +19 -15
- package/components/Icons/GlassWater.js.map +1 -1
- package/components/Icons/Glasses.d.ts +1 -1
- package/components/Icons/Glasses.js +22 -18
- package/components/Icons/Glasses.js.map +1 -1
- package/components/Icons/Globe.d.ts +1 -1
- package/components/Icons/Globe.js +10 -4
- package/components/Icons/Globe.js.map +1 -1
- package/components/Icons/Grain.d.ts +1 -1
- package/components/Icons/Grain.js +19 -15
- package/components/Icons/Grain.js.map +1 -1
- package/components/Icons/Graph.d.ts +1 -1
- package/components/Icons/Graph.js +26 -22
- package/components/Icons/Graph.js.map +1 -1
- package/components/Icons/Group.d.ts +1 -1
- package/components/Icons/Group.js +10 -8
- package/components/Icons/Group.js.map +1 -1
- package/components/Icons/GroupTwins.d.ts +1 -1
- package/components/Icons/GroupTwins.js +77 -71
- package/components/Icons/GroupTwins.js.map +1 -1
- package/components/Icons/HTMLFile.d.ts +1 -1
- package/components/Icons/HTMLFile.js +14 -10
- package/components/Icons/HTMLFile.js.map +1 -1
- package/components/Icons/HandWaving.d.ts +1 -1
- package/components/Icons/HandWaving.js +7 -3
- package/components/Icons/HandWaving.js.map +1 -1
- package/components/Icons/HandWithDisease.d.ts +1 -1
- package/components/Icons/HandWithDisease.js +7 -3
- package/components/Icons/HandWithDisease.js.map +1 -1
- package/components/Icons/HandsAndHeart.d.ts +1 -1
- package/components/Icons/HandsAndHeart.js +20 -16
- package/components/Icons/HandsAndHeart.js.map +1 -1
- package/components/Icons/HealthClinic.d.ts +1 -1
- package/components/Icons/HealthClinic.js +19 -15
- package/components/Icons/HealthClinic.js.map +1 -1
- package/components/Icons/HealthWarning.d.ts +1 -1
- package/components/Icons/HealthWarning.js +19 -15
- package/components/Icons/HealthWarning.js.map +1 -1
- package/components/Icons/HealthcarePerson.d.ts +1 -1
- package/components/Icons/HealthcarePerson.js +74 -68
- package/components/Icons/HealthcarePerson.js.map +1 -1
- package/components/Icons/HealthcarePersonell.d.ts +1 -1
- package/components/Icons/HealthcarePersonell.js +97 -91
- package/components/Icons/HealthcarePersonell.js.map +1 -1
- package/components/Icons/HearingProtection.d.ts +1 -1
- package/components/Icons/HearingProtection.js +28 -24
- package/components/Icons/HearingProtection.js.map +1 -1
- package/components/Icons/Heart.d.ts +1 -1
- package/components/Icons/Heart.js +10 -4
- package/components/Icons/Heart.js.map +1 -1
- package/components/Icons/HeartHands.d.ts +1 -1
- package/components/Icons/HeartHands.js +73 -69
- package/components/Icons/HeartHands.js.map +1 -1
- package/components/Icons/HelpSign.d.ts +1 -1
- package/components/Icons/HelpSign.js +10 -4
- package/components/Icons/HelpSign.js.map +1 -1
- package/components/Icons/HelpingHand.d.ts +1 -1
- package/components/Icons/HelpingHand.js +19 -15
- package/components/Icons/HelpingHand.js.map +1 -1
- package/components/Icons/Hemodialysis.d.ts +1 -1
- package/components/Icons/Hemodialysis.js +19 -15
- package/components/Icons/Hemodialysis.js.map +1 -1
- package/components/Icons/Hiker.d.ts +1 -1
- package/components/Icons/Hiker.js +7 -3
- package/components/Icons/Hiker.js.map +1 -1
- package/components/Icons/Hipprosthesis.d.ts +1 -1
- package/components/Icons/Hipprosthesis.js +19 -15
- package/components/Icons/Hipprosthesis.js.map +1 -1
- package/components/Icons/History.d.ts +1 -1
- package/components/Icons/History.js +10 -4
- package/components/Icons/History.js.map +1 -1
- package/components/Icons/HivAndAids.d.ts +1 -1
- package/components/Icons/HivAndAids.js +7 -3
- package/components/Icons/HivAndAids.js.map +1 -1
- package/components/Icons/Home.d.ts +1 -1
- package/components/Icons/Home.js +34 -28
- package/components/Icons/Home.js.map +1 -1
- package/components/Icons/HomeFill.d.ts +1 -1
- package/components/Icons/HomeFill.js +38 -32
- package/components/Icons/HomeFill.js.map +1 -1
- package/components/Icons/Hormone.d.ts +1 -1
- package/components/Icons/Hormone.js +7 -3
- package/components/Icons/Hormone.js.map +1 -1
- package/components/Icons/Hospital.d.ts +1 -1
- package/components/Icons/Hospital.js +34 -28
- package/components/Icons/Hospital.js.map +1 -1
- package/components/Icons/Hourglass.d.ts +1 -1
- package/components/Icons/Hourglass.js +34 -28
- package/components/Icons/Hourglass.js.map +1 -1
- package/components/Icons/IconNames.js +2 -2
- package/components/Icons/IconNames.js.map +1 -1
- package/components/Icons/ImgFile.d.ts +1 -1
- package/components/Icons/ImgFile.js +19 -15
- package/components/Icons/ImgFile.js.map +1 -1
- package/components/Icons/Inbox.d.ts +1 -1
- package/components/Icons/Inbox.js +16 -12
- package/components/Icons/Inbox.js.map +1 -1
- package/components/Icons/InfoSignFill.d.ts +1 -1
- package/components/Icons/InfoSignFill.js +10 -4
- package/components/Icons/InfoSignFill.js.map +1 -1
- package/components/Icons/InfoSignStroke.d.ts +1 -1
- package/components/Icons/InfoSignStroke.js +10 -4
- package/components/Icons/InfoSignStroke.js.map +1 -1
- package/components/Icons/Instagram.d.ts +1 -1
- package/components/Icons/Instagram.js +14 -10
- package/components/Icons/Instagram.js.map +1 -1
- package/components/Icons/Intravenous.d.ts +1 -1
- package/components/Icons/Intravenous.js +19 -15
- package/components/Icons/Intravenous.js.map +1 -1
- package/components/Icons/JointPain.d.ts +1 -1
- package/components/Icons/JointPain.js +7 -3
- package/components/Icons/JointPain.js.map +1 -1
- package/components/Icons/Journal.d.ts +1 -1
- package/components/Icons/Journal.js +10 -4
- package/components/Icons/Journal.js.map +1 -1
- package/components/Icons/JpgFile.d.ts +1 -1
- package/components/Icons/JpgFile.js +19 -15
- package/components/Icons/JpgFile.js.map +1 -1
- package/components/Icons/Kidney.d.ts +1 -1
- package/components/Icons/Kidney.js +7 -3
- package/components/Icons/Kidney.js.map +1 -1
- package/components/Icons/KitchenScale.d.ts +1 -1
- package/components/Icons/KitchenScale.js +19 -15
- package/components/Icons/KitchenScale.js.map +1 -1
- package/components/Icons/Kjernejournal.d.ts +1 -1
- package/components/Icons/Kjernejournal.js +7 -3
- package/components/Icons/Kjernejournal.js.map +1 -1
- package/components/Icons/Laboratory.d.ts +1 -1
- package/components/Icons/Laboratory.js +19 -15
- package/components/Icons/Laboratory.js.map +1 -1
- package/components/Icons/LaptopBlog.d.ts +1 -1
- package/components/Icons/LaptopBlog.js +7 -3
- package/components/Icons/LaptopBlog.js.map +1 -1
- package/components/Icons/LawBook.d.ts +1 -1
- package/components/Icons/LawBook.js +10 -6
- package/components/Icons/LawBook.js.map +1 -1
- package/components/Icons/LegalDocument.d.ts +1 -1
- package/components/Icons/LegalDocument.js +32 -28
- package/components/Icons/LegalDocument.js.map +1 -1
- package/components/Icons/LightBulb.d.ts +1 -1
- package/components/Icons/LightBulb.js +7 -3
- package/components/Icons/LightBulb.js.map +1 -1
- package/components/Icons/List.d.ts +1 -1
- package/components/Icons/List.js +34 -28
- package/components/Icons/List.js.map +1 -1
- package/components/Icons/Location.d.ts +1 -1
- package/components/Icons/Location.js +13 -7
- package/components/Icons/Location.js.map +1 -1
- package/components/Icons/LocationFill.d.ts +1 -1
- package/components/Icons/LocationFill.js +38 -32
- package/components/Icons/LocationFill.js.map +1 -1
- package/components/Icons/Lock.d.ts +1 -1
- package/components/Icons/Lock.js +22 -16
- package/components/Icons/Lock.js.map +1 -1
- package/components/Icons/Login.d.ts +1 -1
- package/components/Icons/Login.js +50 -44
- package/components/Icons/Login.js.map +1 -1
- package/components/Icons/Logout.d.ts +1 -1
- package/components/Icons/Logout.js +50 -44
- package/components/Icons/Logout.js.map +1 -1
- package/components/Icons/Lungs.d.ts +1 -1
- package/components/Icons/Lungs.js +7 -3
- package/components/Icons/Lungs.js.map +1 -1
- package/components/Icons/Makeup.d.ts +1 -1
- package/components/Icons/Makeup.js +7 -3
- package/components/Icons/Makeup.js.map +1 -1
- package/components/Icons/MaleDoctor.d.ts +1 -1
- package/components/Icons/MaleDoctor.js +7 -3
- package/components/Icons/MaleDoctor.js.map +1 -1
- package/components/Icons/MaleDoctorAndPerson.d.ts +1 -1
- package/components/Icons/MaleDoctorAndPerson.js +15 -11
- package/components/Icons/MaleDoctorAndPerson.js.map +1 -1
- package/components/Icons/MaleDoctorCompact.d.ts +1 -1
- package/components/Icons/MaleDoctorCompact.js +52 -45
- package/components/Icons/MaleDoctorCompact.js.map +1 -1
- package/components/Icons/MaleDoctorCompactFill.d.ts +1 -1
- package/components/Icons/MaleDoctorCompactFill.js +23 -37
- package/components/Icons/MaleDoctorCompactFill.js.map +1 -1
- package/components/Icons/MaleGenitalia.d.ts +1 -1
- package/components/Icons/MaleGenitalia.js +7 -3
- package/components/Icons/MaleGenitalia.js.map +1 -1
- package/components/Icons/Medicine.d.ts +1 -1
- package/components/Icons/Medicine.js +34 -28
- package/components/Icons/Medicine.js.map +1 -1
- package/components/Icons/MedicineWarning.d.ts +1 -1
- package/components/Icons/MedicineWarning.js +19 -15
- package/components/Icons/MedicineWarning.js.map +1 -1
- package/components/Icons/MentalHealthAdult.d.ts +1 -1
- package/components/Icons/MentalHealthAdult.js +13 -9
- package/components/Icons/MentalHealthAdult.js.map +1 -1
- package/components/Icons/MentalHealthChild.d.ts +1 -1
- package/components/Icons/MentalHealthChild.js +13 -9
- package/components/Icons/MentalHealthChild.js.map +1 -1
- package/components/Icons/Menu.d.ts +1 -1
- package/components/Icons/Menu.js +10 -4
- package/components/Icons/Menu.js.map +1 -1
- package/components/Icons/Microscope.d.ts +1 -1
- package/components/Icons/Microscope.js +19 -15
- package/components/Icons/Microscope.js.map +1 -1
- package/components/Icons/Minus.d.ts +1 -1
- package/components/Icons/Minus.js +10 -4
- package/components/Icons/Minus.js.map +1 -1
- package/components/Icons/Mirror.d.ts +1 -1
- package/components/Icons/Mirror.js +7 -3
- package/components/Icons/Mirror.js.map +1 -1
- package/components/Icons/MobilePhone.d.ts +1 -1
- package/components/Icons/MobilePhone.js +10 -4
- package/components/Icons/MobilePhone.js.map +1 -1
- package/components/Icons/MotherHoldingBaby.d.ts +1 -1
- package/components/Icons/MotherHoldingBaby.js +7 -3
- package/components/Icons/MotherHoldingBaby.js.map +1 -1
- package/components/Icons/MuscleBack.d.ts +1 -1
- package/components/Icons/MuscleBack.js +15 -11
- package/components/Icons/MuscleBack.js.map +1 -1
- package/components/Icons/MuscleLeg.d.ts +1 -1
- package/components/Icons/MuscleLeg.js +13 -9
- package/components/Icons/MuscleLeg.js.map +1 -1
- package/components/Icons/Mushroom.d.ts +1 -1
- package/components/Icons/Mushroom.js +7 -3
- package/components/Icons/Mushroom.js.map +1 -1
- package/components/Icons/Music.d.ts +1 -1
- package/components/Icons/Music.js +19 -15
- package/components/Icons/Music.js.map +1 -1
- package/components/Icons/MusselsAndSalt.d.ts +1 -1
- package/components/Icons/MusselsAndSalt.js +7 -3
- package/components/Icons/MusselsAndSalt.js.map +1 -1
- package/components/Icons/NoAccess.d.ts +1 -1
- package/components/Icons/NoAccess.js +17 -13
- package/components/Icons/NoAccess.js.map +1 -1
- package/components/Icons/NoEye.d.ts +1 -1
- package/components/Icons/NoEye.js +50 -42
- package/components/Icons/NoEye.js.map +1 -1
- package/components/Icons/NoFilter.d.ts +1 -1
- package/components/Icons/NoFilter.js +16 -10
- package/components/Icons/NoFilter.js.map +1 -1
- package/components/Icons/Notepad.d.ts +1 -1
- package/components/Icons/Notepad.js +7 -3
- package/components/Icons/Notepad.js.map +1 -1
- package/components/Icons/Osteotomy.d.ts +1 -1
- package/components/Icons/Osteotomy.js +19 -15
- package/components/Icons/Osteotomy.js.map +1 -1
- package/components/Icons/PaintRoller.d.ts +1 -1
- package/components/Icons/PaintRoller.js +7 -3
- package/components/Icons/PaintRoller.js.map +1 -1
- package/components/Icons/PaperPlane.d.ts +1 -1
- package/components/Icons/PaperPlane.js +10 -4
- package/components/Icons/PaperPlane.js.map +1 -1
- package/components/Icons/PatientAndPerson.d.ts +1 -1
- package/components/Icons/PatientAndPerson.js +7 -3
- package/components/Icons/PatientAndPerson.js.map +1 -1
- package/components/Icons/Pause.d.ts +1 -1
- package/components/Icons/Pause.js +10 -4
- package/components/Icons/Pause.js.map +1 -1
- package/components/Icons/PdfFile.d.ts +1 -1
- package/components/Icons/PdfFile.js +19 -15
- package/components/Icons/PdfFile.js.map +1 -1
- package/components/Icons/Pencil.d.ts +1 -1
- package/components/Icons/Pencil.js +10 -4
- package/components/Icons/Pencil.js.map +1 -1
- package/components/Icons/PeopleTalking.d.ts +1 -1
- package/components/Icons/PeopleTalking.js +19 -15
- package/components/Icons/PeopleTalking.js.map +1 -1
- package/components/Icons/Peritonealdialysis.d.ts +1 -1
- package/components/Icons/Peritonealdialysis.js +19 -15
- package/components/Icons/Peritonealdialysis.js.map +1 -1
- package/components/Icons/Person.d.ts +1 -1
- package/components/Icons/Person.js +7 -3
- package/components/Icons/Person.js.map +1 -1
- package/components/Icons/PersonAndPatient.d.ts +1 -1
- package/components/Icons/PersonAndPatient.js +7 -3
- package/components/Icons/PersonAndPatient.js.map +1 -1
- package/components/Icons/PersonCancel.d.ts +1 -1
- package/components/Icons/PersonCancel.js +66 -60
- package/components/Icons/PersonCancel.js.map +1 -1
- package/components/Icons/PersonInXRayMachine.d.ts +1 -1
- package/components/Icons/PersonInXRayMachine.js +19 -15
- package/components/Icons/PersonInXRayMachine.js.map +1 -1
- package/components/Icons/PersonOverweight.d.ts +1 -1
- package/components/Icons/PersonOverweight.js +7 -3
- package/components/Icons/PersonOverweight.js.map +1 -1
- package/components/Icons/PersonRelaxing.d.ts +1 -1
- package/components/Icons/PersonRelaxing.js +13 -9
- package/components/Icons/PersonRelaxing.js.map +1 -1
- package/components/Icons/PersonWithBrain.d.ts +1 -1
- package/components/Icons/PersonWithBrain.js +10 -6
- package/components/Icons/PersonWithBrain.js.map +1 -1
- package/components/Icons/PersonWithBrokenArm.d.ts +1 -1
- package/components/Icons/PersonWithBrokenArm.js +7 -3
- package/components/Icons/PersonWithBrokenArm.js.map +1 -1
- package/components/Icons/PersonWithCrutches.d.ts +1 -1
- package/components/Icons/PersonWithCrutches.js +7 -3
- package/components/Icons/PersonWithCrutches.js.map +1 -1
- package/components/Icons/PersonWithJaw.d.ts +1 -1
- package/components/Icons/PersonWithJaw.js +13 -9
- package/components/Icons/PersonWithJaw.js.map +1 -1
- package/components/Icons/PersonWithMagnifyingGlass.d.ts +1 -1
- package/components/Icons/PersonWithMagnifyingGlass.js +13 -9
- package/components/Icons/PersonWithMagnifyingGlass.js.map +1 -1
- package/components/Icons/PersonWithSenses.d.ts +1 -1
- package/components/Icons/PersonWithSenses.js +19 -15
- package/components/Icons/PersonWithSenses.js.map +1 -1
- package/components/Icons/PersonWorking.d.ts +1 -1
- package/components/Icons/PersonWorking.js +13 -9
- package/components/Icons/PersonWorking.js.map +1 -1
- package/components/Icons/PersonalPlan.d.ts +1 -1
- package/components/Icons/PersonalPlan.js +38 -34
- package/components/Icons/PersonalPlan.js.map +1 -1
- package/components/Icons/PizzaSlice.d.ts +1 -1
- package/components/Icons/PizzaSlice.js +13 -9
- package/components/Icons/PizzaSlice.js.map +1 -1
- package/components/Icons/Plane.d.ts +1 -1
- package/components/Icons/Plane.js +7 -3
- package/components/Icons/Plane.js.map +1 -1
- package/components/Icons/Plant.d.ts +1 -1
- package/components/Icons/Plant.js +7 -3
- package/components/Icons/Plant.js.map +1 -1
- package/components/Icons/PlateKnifeFork.d.ts +1 -1
- package/components/Icons/PlateKnifeFork.js +37 -33
- package/components/Icons/PlateKnifeFork.js.map +1 -1
- package/components/Icons/Play.d.ts +1 -1
- package/components/Icons/Play.js +10 -4
- package/components/Icons/Play.js.map +1 -1
- package/components/Icons/PlusLarge.d.ts +1 -1
- package/components/Icons/PlusLarge.js +10 -4
- package/components/Icons/PlusLarge.js.map +1 -1
- package/components/Icons/PlusSmall.d.ts +1 -1
- package/components/Icons/PlusSmall.js +10 -4
- package/components/Icons/PlusSmall.js.map +1 -1
- package/components/Icons/PngFile.d.ts +1 -1
- package/components/Icons/PngFile.js +19 -15
- package/components/Icons/PngFile.js.map +1 -1
- package/components/Icons/Podcast.d.ts +1 -1
- package/components/Icons/Podcast.js +19 -15
- package/components/Icons/Podcast.js.map +1 -1
- package/components/Icons/PoisonInformation.d.ts +1 -1
- package/components/Icons/PoisonInformation.js +13 -9
- package/components/Icons/PoisonInformation.js.map +1 -1
- package/components/Icons/Pregnant.d.ts +1 -1
- package/components/Icons/Pregnant.js +7 -3
- package/components/Icons/Pregnant.js.map +1 -1
- package/components/Icons/Printer.d.ts +1 -1
- package/components/Icons/Printer.js +34 -28
- package/components/Icons/Printer.js.map +1 -1
- package/components/Icons/Psychosis.d.ts +1 -1
- package/components/Icons/Psychosis.js +7 -3
- package/components/Icons/Psychosis.js.map +1 -1
- package/components/Icons/Publication.d.ts +1 -1
- package/components/Icons/Publication.js +19 -15
- package/components/Icons/Publication.js.map +1 -1
- package/components/Icons/Puzzle.d.ts +1 -1
- package/components/Icons/Puzzle.js +10 -6
- package/components/Icons/Puzzle.js.map +1 -1
- package/components/Icons/QrCode.d.ts +1 -1
- package/components/Icons/QrCode.js +34 -28
- package/components/Icons/QrCode.js.map +1 -1
- package/components/Icons/Quarrel.d.ts +1 -1
- package/components/Icons/Quarrel.js +19 -15
- package/components/Icons/Quarrel.js.map +1 -1
- package/components/Icons/RadioTherapy.d.ts +1 -1
- package/components/Icons/RadioTherapy.js +19 -15
- package/components/Icons/RadioTherapy.js.map +1 -1
- package/components/Icons/RadioactiveTreatment.d.ts +1 -1
- package/components/Icons/RadioactiveTreatment.js +19 -15
- package/components/Icons/RadioactiveTreatment.js.map +1 -1
- package/components/Icons/Radioiodine.d.ts +1 -1
- package/components/Icons/Radioiodine.js +19 -15
- package/components/Icons/Radioiodine.js.map +1 -1
- package/components/Icons/Receipt.d.ts +1 -1
- package/components/Icons/Receipt.js +7 -3
- package/components/Icons/Receipt.js.map +1 -1
- package/components/Icons/Receptionist.d.ts +1 -1
- package/components/Icons/Receptionist.js +10 -4
- package/components/Icons/Receptionist.js.map +1 -1
- package/components/Icons/Recovery.d.ts +1 -1
- package/components/Icons/Recovery.js +19 -15
- package/components/Icons/Recovery.js.map +1 -1
- package/components/Icons/Referral.d.ts +1 -1
- package/components/Icons/Referral.js +10 -4
- package/components/Icons/Referral.js.map +1 -1
- package/components/Icons/Refresh.d.ts +1 -1
- package/components/Icons/Refresh.js +10 -4
- package/components/Icons/Refresh.js.map +1 -1
- package/components/Icons/Refund.d.ts +1 -1
- package/components/Icons/Refund.js +7 -3
- package/components/Icons/Refund.js.map +1 -1
- package/components/Icons/Reminder.d.ts +1 -1
- package/components/Icons/Reminder.js +27 -23
- package/components/Icons/Reminder.js.map +1 -1
- package/components/Icons/Reply.d.ts +1 -1
- package/components/Icons/Reply.js +16 -10
- package/components/Icons/Reply.js.map +1 -1
- package/components/Icons/Rocket.d.ts +1 -1
- package/components/Icons/Rocket.js +7 -3
- package/components/Icons/Rocket.js.map +1 -1
- package/components/Icons/RtfFile.d.ts +1 -1
- package/components/Icons/RtfFile.js +19 -15
- package/components/Icons/RtfFile.js.map +1 -1
- package/components/Icons/STDs.d.ts +1 -1
- package/components/Icons/STDs.js +19 -15
- package/components/Icons/STDs.js.map +1 -1
- package/components/Icons/Save.d.ts +1 -1
- package/components/Icons/Save.js +18 -12
- package/components/Icons/Save.js.map +1 -1
- package/components/Icons/Scale.d.ts +1 -1
- package/components/Icons/Scale.js +7 -3
- package/components/Icons/Scale.js.map +1 -1
- package/components/Icons/ScreenReader.d.ts +1 -1
- package/components/Icons/ScreenReader.js +46 -42
- package/components/Icons/ScreenReader.js.map +1 -1
- package/components/Icons/Search.d.ts +1 -1
- package/components/Icons/Search.js +10 -4
- package/components/Icons/Search.js.map +1 -1
- package/components/Icons/SectionSign.d.ts +1 -1
- package/components/Icons/SectionSign.js +34 -28
- package/components/Icons/SectionSign.js.map +1 -1
- package/components/Icons/Settings.d.ts +1 -1
- package/components/Icons/Settings.js +38 -32
- package/components/Icons/Settings.js.map +1 -1
- package/components/Icons/SettingsFill.d.ts +1 -1
- package/components/Icons/SettingsFill.js +38 -32
- package/components/Icons/SettingsFill.js.map +1 -1
- package/components/Icons/Sexualorientation.d.ts +1 -1
- package/components/Icons/Sexualorientation.js +19 -15
- package/components/Icons/Sexualorientation.js.map +1 -1
- package/components/Icons/ShakingHand.d.ts +1 -1
- package/components/Icons/ShakingHand.js +13 -9
- package/components/Icons/ShakingHand.js.map +1 -1
- package/components/Icons/Share.d.ts +1 -1
- package/components/Icons/Share.js +16 -10
- package/components/Icons/Share.js.map +1 -1
- package/components/Icons/Shield.d.ts +1 -1
- package/components/Icons/Shield.js +19 -15
- package/components/Icons/Shield.js.map +1 -1
- package/components/Icons/ShuntOperation.d.ts +1 -1
- package/components/Icons/ShuntOperation.js +19 -15
- package/components/Icons/ShuntOperation.js.map +1 -1
- package/components/Icons/Skeleton.d.ts +1 -1
- package/components/Icons/Skeleton.js +7 -3
- package/components/Icons/Skeleton.js.map +1 -1
- package/components/Icons/Skin.d.ts +1 -1
- package/components/Icons/Skin.js +7 -3
- package/components/Icons/Skin.js.map +1 -1
- package/components/Icons/Snake.d.ts +1 -1
- package/components/Icons/Snake.js +7 -3
- package/components/Icons/Snake.js.map +1 -1
- package/components/Icons/Snapchat.d.ts +1 -1
- package/components/Icons/Snapchat.js +10 -6
- package/components/Icons/Snapchat.js.map +1 -1
- package/components/Icons/SortDown.d.ts +1 -1
- package/components/Icons/SortDown.js +27 -19
- package/components/Icons/SortDown.js.map +1 -1
- package/components/Icons/SortUp.d.ts +1 -1
- package/components/Icons/SortUp.js +27 -19
- package/components/Icons/SortUp.js.map +1 -1
- package/components/Icons/SpeechBubble.d.ts +1 -1
- package/components/Icons/SpeechBubble.js +34 -28
- package/components/Icons/SpeechBubble.js.map +1 -1
- package/components/Icons/Spray.d.ts +1 -1
- package/components/Icons/Spray.js +7 -3
- package/components/Icons/Spray.js.map +1 -1
- package/components/Icons/Stopwatch.d.ts +1 -1
- package/components/Icons/Stopwatch.js +34 -28
- package/components/Icons/Stopwatch.js.map +1 -1
- package/components/Icons/Sun.d.ts +1 -1
- package/components/Icons/Sun.js +30 -26
- package/components/Icons/Sun.js.map +1 -1
- package/components/Icons/SupportingPerson.d.ts +1 -1
- package/components/Icons/SupportingPerson.js +41 -35
- package/components/Icons/SupportingPerson.js.map +1 -1
- package/components/Icons/Surgery.d.ts +1 -1
- package/components/Icons/Surgery.js +19 -15
- package/components/Icons/Surgery.js.map +1 -1
- package/components/Icons/Sweets.d.ts +1 -1
- package/components/Icons/Sweets.js +39 -35
- package/components/Icons/Sweets.js.map +1 -1
- package/components/Icons/Syringe.d.ts +1 -1
- package/components/Icons/Syringe.js +9 -8
- package/components/Icons/Syringe.js.map +1 -1
- package/components/Icons/Taxi.d.ts +1 -1
- package/components/Icons/Taxi.js +7 -3
- package/components/Icons/Taxi.js.map +1 -1
- package/components/Icons/TeddyBear.d.ts +1 -1
- package/components/Icons/TeddyBear.js +7 -3
- package/components/Icons/TeddyBear.js.map +1 -1
- package/components/Icons/Teenagers.d.ts +1 -1
- package/components/Icons/Teenagers.js +19 -15
- package/components/Icons/Teenagers.js.map +1 -1
- package/components/Icons/ThinkingAboutBaby.d.ts +1 -1
- package/components/Icons/ThinkingAboutBaby.js +7 -3
- package/components/Icons/ThinkingAboutBaby.js.map +1 -1
- package/components/Icons/Ticket.d.ts +1 -1
- package/components/Icons/Ticket.js +7 -3
- package/components/Icons/Ticket.js.map +1 -1
- package/components/Icons/TimePassing.d.ts +1 -1
- package/components/Icons/TimePassing.js +34 -28
- package/components/Icons/TimePassing.js.map +1 -1
- package/components/Icons/Tombstone.d.ts +1 -1
- package/components/Icons/Tombstone.js +26 -22
- package/components/Icons/Tombstone.js.map +1 -1
- package/components/Icons/Toolbox.d.ts +1 -1
- package/components/Icons/Toolbox.js +44 -38
- package/components/Icons/Toolbox.js.map +1 -1
- package/components/Icons/Tooth.d.ts +1 -1
- package/components/Icons/Tooth.js +7 -3
- package/components/Icons/Tooth.js.map +1 -1
- package/components/Icons/TotalKneeProsthesis.d.ts +1 -1
- package/components/Icons/TotalKneeProsthesis.js +19 -15
- package/components/Icons/TotalKneeProsthesis.js.map +1 -1
- package/components/Icons/Train.d.ts +1 -1
- package/components/Icons/Train.js +7 -3
- package/components/Icons/Train.js.map +1 -1
- package/components/Icons/Transplantation.d.ts +1 -1
- package/components/Icons/Transplantation.js +19 -15
- package/components/Icons/Transplantation.js.map +1 -1
- package/components/Icons/TrashCan.d.ts +1 -1
- package/components/Icons/TrashCan.js +34 -28
- package/components/Icons/TrashCan.js.map +1 -1
- package/components/Icons/TravelRoute.d.ts +1 -1
- package/components/Icons/TravelRoute.js +57 -53
- package/components/Icons/TravelRoute.js.map +1 -1
- package/components/Icons/TriangleX.d.ts +1 -1
- package/components/Icons/TriangleX.js +38 -32
- package/components/Icons/TriangleX.js.map +1 -1
- package/components/Icons/Twitter.d.ts +1 -1
- package/components/Icons/Twitter.js +7 -3
- package/components/Icons/Twitter.js.map +1 -1
- package/components/Icons/Undo.d.ts +1 -1
- package/components/Icons/Undo.js +48 -40
- package/components/Icons/Undo.js.map +1 -1
- package/components/Icons/UniProsthesis.d.ts +1 -1
- package/components/Icons/UniProsthesis.js +19 -15
- package/components/Icons/UniProsthesis.js.map +1 -1
- package/components/Icons/Upload.d.ts +1 -1
- package/components/Icons/Upload.js +16 -10
- package/components/Icons/Upload.js.map +1 -1
- package/components/Icons/UserOrganization.d.ts +1 -1
- package/components/Icons/UserOrganization.js +7 -3
- package/components/Icons/UserOrganization.js.map +1 -1
- package/components/Icons/Vaccine.d.ts +1 -1
- package/components/Icons/Vaccine.js +34 -28
- package/components/Icons/Vaccine.js.map +1 -1
- package/components/Icons/VerticalDots.d.ts +1 -1
- package/components/Icons/VerticalDots.js +10 -4
- package/components/Icons/VerticalDots.js.map +1 -1
- package/components/Icons/VideoCamera.d.ts +1 -1
- package/components/Icons/VideoCamera.js +34 -28
- package/components/Icons/VideoCamera.js.map +1 -1
- package/components/Icons/VideoChat.d.ts +1 -1
- package/components/Icons/VideoChat.js +10 -4
- package/components/Icons/VideoChat.js.map +1 -1
- package/components/Icons/Wallet.d.ts +1 -1
- package/components/Icons/Wallet.js +10 -4
- package/components/Icons/Wallet.js.map +1 -1
- package/components/Icons/Watch.d.ts +1 -1
- package/components/Icons/Watch.js +34 -28
- package/components/Icons/Watch.js.map +1 -1
- package/components/Icons/Website.d.ts +1 -1
- package/components/Icons/Website.js +19 -15
- package/components/Icons/Website.js.map +1 -1
- package/components/Icons/Wheelchair.d.ts +1 -1
- package/components/Icons/Wheelchair.js +19 -15
- package/components/Icons/Wheelchair.js.map +1 -1
- package/components/Icons/WheelchairActive.d.ts +1 -1
- package/components/Icons/WheelchairActive.js +19 -15
- package/components/Icons/WheelchairActive.js.map +1 -1
- package/components/Icons/Window.d.ts +1 -1
- package/components/Icons/Window.js +7 -3
- package/components/Icons/Window.js.map +1 -1
- package/components/Icons/WordDocument.d.ts +1 -1
- package/components/Icons/WordDocument.js +13 -9
- package/components/Icons/WordDocument.js.map +1 -1
- package/components/Icons/WorkSuitcase.d.ts +1 -1
- package/components/Icons/WorkSuitcase.js +13 -9
- package/components/Icons/WorkSuitcase.js.map +1 -1
- package/components/Icons/X.d.ts +1 -1
- package/components/Icons/X.js +12 -4
- package/components/Icons/X.js.map +1 -1
- package/components/Icons/XOutline.d.ts +1 -1
- package/components/Icons/XOutline.js +19 -15
- package/components/Icons/XOutline.js.map +1 -1
- package/components/Icons/XmlFile.d.ts +1 -1
- package/components/Icons/XmlFile.js +19 -15
- package/components/Icons/XmlFile.js.map +1 -1
- package/components/Icons/YouTube.d.ts +1 -1
- package/components/Icons/YouTube.js +7 -3
- package/components/Icons/YouTube.js.map +1 -1
- package/components/Icons/Zoom.d.ts +1 -1
- package/components/Icons/Zoom.js +34 -28
- package/components/Icons/Zoom.js.map +1 -1
- package/components/Illustration/Illustration.d.ts +1 -1
- package/components/Illustration/index.d.ts +1 -1
- package/components/Illustration/index.js +5 -5
- package/components/Illustrations/Doctor.d.ts +1 -1
- package/components/Illustrations/Doctor.js +9 -8
- package/components/Illustrations/Doctor.js.map +1 -1
- package/components/Illustrations/DoctorMedium.d.ts +1 -1
- package/components/Illustrations/DoctorMedium.js +15 -15
- package/components/Illustrations/DoctorMedium.js.map +1 -1
- package/components/Illustrations/DoctorSmall.d.ts +1 -1
- package/components/Illustrations/DoctorSmall.js +16 -16
- package/components/Illustrations/DoctorSmall.js.map +1 -1
- package/components/Illustrations/FacialRecognitionFingerprint.d.ts +1 -1
- package/components/Illustrations/FacialRecognitionFingerprint.js +7 -7
- package/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -1
- package/components/Illustrations/FacialRecognitionFingerprintMedium.d.ts +1 -1
- package/components/Illustrations/FacialRecognitionFingerprintMedium.js +52 -52
- package/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +1 -1
- package/components/Illustrations/HealthcarePersonnel.d.ts +1 -1
- package/components/Illustrations/HealthcarePersonnel.js +9 -8
- package/components/Illustrations/HealthcarePersonnel.js.map +1 -1
- package/components/Illustrations/HealthcarePersonnelMedium.d.ts +1 -1
- package/components/Illustrations/HealthcarePersonnelMedium.js +40 -40
- package/components/Illustrations/HealthcarePersonnelMedium.js.map +1 -1
- package/components/Illustrations/HealthcarePersonnelSmall.d.ts +1 -1
- package/components/Illustrations/HealthcarePersonnelSmall.js +33 -33
- package/components/Illustrations/HealthcarePersonnelSmall.js.map +1 -1
- package/components/Illustrations/IllustrationNames.js +4 -3
- package/components/Illustrations/IllustrationNames.js.map +1 -1
- package/components/Input/Input.d.ts +1 -1
- package/components/Input/index.d.ts +1 -1
- package/components/Input/index.js +4 -4
- package/components/Label/Label.d.ts +1 -1
- package/components/Label/SubLabel.d.ts +1 -1
- package/components/Label/index.d.ts +1 -1
- package/components/Label/index.js +7 -7
- package/components/LazyIcon/ErrorBoundary.d.ts +1 -1
- package/components/LazyIcon/LazyIcon.d.ts +1 -1
- package/components/LazyIcon/index.d.ts +1 -1
- package/components/LazyIcon/index.js +5 -5
- package/components/LazyIllustration/LazyIllustration.d.ts +1 -1
- package/components/LazyIllustration/index.d.ts +1 -1
- package/components/LazyIllustration/index.js +5 -5
- package/components/LinkList/LinkList.d.ts +1 -1
- package/components/LinkList/index.d.ts +1 -1
- package/components/LinkList/index.js +3 -3
- package/components/List/List.d.ts +1 -1
- package/components/List/index.d.ts +1 -1
- package/components/List/index.js +2 -2
- package/components/ListHeader/ListHeader.d.ts +1 -1
- package/components/ListHeader/ListHeaderText/ListHeaderText.d.ts +1 -1
- package/components/ListHeader/ListHeaderText/index.d.ts +1 -1
- package/components/ListHeader/ListHeaderText/index.js +3 -3
- package/components/ListHeader/index.js +8 -8
- package/components/Loader/Loader.d.ts +1 -1
- package/components/Loader/index.d.ts +1 -1
- package/components/Loader/index.js +83 -56
- package/components/Loader/index.js.map +1 -1
- package/components/Logo/Logo.d.ts +1 -1
- package/components/Logo/index.d.ts +1 -1
- package/components/Logo/index.js +34 -31
- package/components/Logo/index.js.map +1 -1
- package/components/MaxCharacters/MaxCharacters.d.ts +1 -1
- package/components/Modal/Modal.d.ts +1 -1
- package/components/Modal/index.d.ts +1 -1
- package/components/Modal/index.js +166 -109
- package/components/Modal/index.js.map +1 -1
- package/components/NotificationPanel/NotificationPanel.d.ts +1 -1
- package/components/NotificationPanel/index.d.ts +1 -1
- package/components/NotificationPanel/index.js +90 -79
- package/components/NotificationPanel/index.js.map +1 -1
- package/components/Panel/Panel.d.ts +1 -1
- package/components/Panel/index.d.ts +1 -1
- package/components/Panel/index.js +6 -6
- package/components/PanelList/PanelList.d.ts +1 -1
- package/components/PanelList/index.d.ts +1 -1
- package/components/PanelList/index.js +15 -13
- package/components/PanelList/index.js.map +1 -1
- package/components/PopMenu/PopMenu.d.ts +1 -1
- package/components/PopMenu/PopMenu.test.d.ts +0 -1
- package/components/PopMenu/index.d.ts +1 -1
- package/components/PopMenu/index.js +104 -75
- package/components/PopMenu/index.js.map +1 -1
- package/components/PopOver/PopOver.d.ts +1 -1
- package/components/PopOver/index.d.ts +1 -1
- package/components/PopOver/index.js +4 -4
- package/components/Portal/index.d.ts +1 -1
- package/components/Portal/index.js +20 -11
- package/components/Portal/index.js.map +1 -1
- package/components/Progressbar/Progressbar.d.ts +1 -1
- package/components/Progressbar/index.d.ts +1 -1
- package/components/Progressbar/index.js +95 -59
- package/components/Progressbar/index.js.map +1 -1
- package/components/PromoPanel/PromoPanel.d.ts +1 -1
- package/components/PromoPanel/index.d.ts +1 -1
- package/components/PromoPanel/index.js +65 -46
- package/components/PromoPanel/index.js.map +1 -1
- package/components/RadioButton/RadioButton.d.ts +1 -1
- package/components/RadioButton/index.d.ts +1 -1
- package/components/RadioButton/index.js +5 -5
- package/components/Select/Select.d.ts +1 -1
- package/components/Select/index.d.ts +1 -1
- package/components/Select/index.js +3 -3
- package/components/ServiceMessage/ServiceMessage.d.ts +1 -1
- package/components/ServiceMessage/index.d.ts +1 -1
- package/components/ServiceMessage/index.js +101 -87
- package/components/ServiceMessage/index.js.map +1 -1
- package/components/SharingStatus/SharingStatus.d.ts +1 -1
- package/components/SharingStatus/index.d.ts +1 -1
- package/components/SharingStatus/index.js +16 -13
- package/components/SharingStatus/index.js.map +1 -1
- package/components/Slider/Slider.d.ts +1 -1
- package/components/Slider/index.d.ts +1 -1
- package/components/Slider/index.js +3 -3
- package/components/Spacer/Spacer.d.ts +1 -1
- package/components/Spacer/index.d.ts +1 -1
- package/components/Spacer/index.js +2 -2
- package/components/StatusDot/StatusDot.d.ts +1 -1
- package/components/StatusDot/index.d.ts +1 -1
- package/components/StatusDot/index.js +5 -5
- package/components/Step/Step.d.ts +1 -1
- package/components/Step/index.d.ts +1 -1
- package/components/Step/index.js +25 -25
- package/components/Step/index.js.map +1 -1
- package/components/StepButtons/StepButtons.d.ts +1 -1
- package/components/StepButtons/index.d.ts +1 -1
- package/components/StepButtons/index.js +3 -3
- package/components/Stepper/Dot.d.ts +1 -1
- package/components/Stepper/DotList.d.ts +1 -1
- package/components/Stepper/Stepper.d.ts +1 -1
- package/components/Stepper/index.d.ts +1 -1
- package/components/Stepper/index.js +71 -37
- package/components/Stepper/index.js.map +1 -1
- package/components/Table/Table.d.ts +1 -1
- package/components/Table/TableBody/TableBody.d.ts +1 -1
- package/components/Table/TableBody/index.d.ts +1 -1
- package/components/Table/TableBody/index.js +3 -3
- package/components/Table/TableCell/TableCell.d.ts +1 -1
- package/components/Table/TableCell/index.d.ts +1 -1
- package/components/Table/TableCell/index.js +5 -5
- package/components/Table/TableExpandedRow/TableExpandedRow.d.ts +1 -1
- package/components/Table/TableExpandedRow/index.d.ts +1 -1
- package/components/Table/TableExpandedRow/index.js +3 -3
- package/components/Table/TableExpanderCell/TableExpanderCell.d.ts +1 -1
- package/components/Table/TableExpanderCell/TableExpanderCellMobile.d.ts +1 -1
- package/components/Table/TableExpanderCell/index.d.ts +1 -1
- package/components/Table/TableExpanderCell/index.js +3 -3
- package/components/Table/TableHead/TableHead.d.ts +1 -1
- package/components/Table/TableHead/index.d.ts +1 -1
- package/components/Table/TableHead/index.js +5 -5
- package/components/Table/TableHeadCell/TableHeadCell.d.ts +1 -1
- package/components/Table/TableHeadCell/index.d.ts +1 -1
- package/components/Table/TableHeadCell/index.js +5 -5
- package/components/Table/TableRow/TableRow.d.ts +1 -1
- package/components/Table/TableRow/index.d.ts +1 -1
- package/components/Table/TableRow/index.js +3 -3
- package/components/Table/index.js +24 -24
- package/components/Table/utils.d.ts +1 -1
- package/components/Tabs/Tab.d.ts +1 -1
- package/components/Tabs/TabList/TabItem.d.ts +1 -1
- package/components/Tabs/TabList/TabList.d.ts +1 -1
- package/components/Tabs/TabList/index.d.ts +1 -1
- package/components/Tabs/TabList/index.js +2 -2
- package/components/Tabs/TabPanel/TabPanel.d.ts +1 -3
- package/components/Tabs/TabPanel/index.d.ts +1 -1
- package/components/Tabs/TabPanel/index.js +2 -2
- package/components/Tabs/TabPanel/styles.module.scss +0 -28
- package/components/Tabs/TabPanel/styles.module.scss.d.ts +0 -4
- package/components/Tabs/Tabs.d.ts +2 -2
- package/components/Tabs/index.d.ts +1 -1
- package/components/Tabs/index.js +45 -72
- package/components/Tabs/index.js.map +1 -1
- package/components/Tag/Tag.d.ts +1 -1
- package/components/Tag/index.d.ts +1 -1
- package/components/Tag/index.js +29 -18
- package/components/Tag/index.js.map +1 -1
- package/components/TagList/TagList.d.ts +1 -1
- package/components/TagList/index.d.ts +1 -1
- package/components/TagList/index.js +8 -6
- package/components/TagList/index.js.map +1 -1
- package/components/Textarea/Textarea.d.ts +1 -1
- package/components/Textarea/index.d.ts +1 -1
- package/components/Textarea/index.js +2 -2
- package/components/Tile/Tile.d.ts +1 -1
- package/components/Tile/index.d.ts +1 -1
- package/components/Tile/index.js +64 -55
- package/components/Tile/index.js.map +1 -1
- package/components/Tile/styles.module.scss +28 -23
- package/components/Tile/styles.module.scss.d.ts +1 -0
- package/components/Title/Title.d.ts +1 -1
- package/components/Title/index.d.ts +1 -1
- package/components/Title/index.js +5 -5
- package/components/Toggle/Toggle.d.ts +1 -2
- package/components/Toggle/index.d.ts +1 -1
- package/components/Toggle/index.js +3161 -1786
- package/components/Toggle/index.js.map +1 -1
- package/components/Tooltip/Tooltip.d.ts +1 -1
- package/components/Tooltip/TooltipWord/TooltipWord.d.ts +1 -1
- package/components/Tooltip/TooltipWord/index.d.ts +1 -1
- package/components/Tooltip/TooltipWord/index.js +2 -2
- package/components/Tooltip/index.d.ts +1 -1
- package/components/Tooltip/index.js +79 -46
- package/components/Tooltip/index.js.map +1 -1
- package/components/Trigger/HelpSign.d.ts +1 -1
- package/components/Trigger/InfoSignStroke.d.ts +1 -1
- package/components/Trigger/Trigger.d.ts +1 -1
- package/components/Trigger/index.d.ts +1 -1
- package/components/Trigger/index.js +2 -2
- package/components/Validation/ErrorList.d.ts +1 -1
- package/components/Validation/ErrorListItem.d.ts +1 -1
- package/components/Validation/Validation.d.ts +1 -1
- package/components/Validation/ValidationSummary.d.ts +1 -1
- package/components/Validation/index.d.ts +1 -1
- package/components/Validation/index.js +65 -41
- package/components/Validation/index.js.map +1 -1
- package/constants.js +113 -10
- package/constants.js.map +1 -1
- package/docs/ButtonWithModal/ButtonWithModal.d.ts +1 -1
- package/docs/ButtonWithModal/index.d.ts +1 -1
- package/docs/FormExample/index.d.ts +1 -1
- package/docs/GridExample/GridExample.d.ts +1 -1
- package/docs/GridExample/index.d.ts +1 -1
- package/docs/HelpBubbleExample/HelpBubbleExample.d.ts +1 -1
- package/docs/HelpBubbleExample/index.d.ts +1 -1
- package/docs/TooltipExample/TooltipExample.d.ts +1 -1
- package/docs/TooltipExample/index.d.ts +1 -1
- package/hoc/withBreakpoint/index.d.ts +1 -1
- package/hoc/withBreakpoint/index.js +3 -3
- package/hoc/withBreakpoint/withBreakpoint.d.ts +1 -1
- package/hoc/withBreakpoint/withBreakpoint.js +9 -9
- package/hoc/withBreakpoint/withBreakpoint.js.map +1 -1
- package/hooks/useBreakpoint.js +51 -30
- package/hooks/useBreakpoint.js.map +1 -1
- package/hooks/useDelayedState.js +18 -10
- package/hooks/useDelayedState.js.map +1 -1
- package/hooks/useElementList.js +19 -13
- package/hooks/useElementList.js.map +1 -1
- package/hooks/useEventListenerState.d.ts +1 -1
- package/hooks/useEventListenerState.js +10 -7
- package/hooks/useEventListenerState.js.map +1 -1
- package/hooks/useExpand.js +17 -10
- package/hooks/useExpand.js.map +1 -1
- package/hooks/useFocusToggle.d.ts +1 -1
- package/hooks/useFocusToggle.js +27 -15
- package/hooks/useFocusToggle.js.map +1 -1
- package/hooks/useFocusTrap.d.ts +1 -1
- package/hooks/useFocusTrap.js +26 -16
- package/hooks/useFocusTrap.js.map +1 -1
- package/hooks/useFocusableElements.js +6 -5
- package/hooks/useFocusableElements.js.map +1 -1
- package/hooks/useHover.js +5 -5
- package/hooks/useHover.js.map +1 -1
- package/hooks/useIcons.js +19 -12
- package/hooks/useIcons.js.map +1 -1
- package/hooks/useIntersectionObserver.js +15 -8
- package/hooks/useIntersectionObserver.js.map +1 -1
- package/hooks/useInterval.js +7 -7
- package/hooks/useInterval.js.map +1 -1
- package/hooks/useIsServerSide.js +8 -7
- package/hooks/useIsServerSide.js.map +1 -1
- package/hooks/useIsVisible.js +10 -8
- package/hooks/useIsVisible.js.map +1 -1
- package/hooks/useKeyboardEvent.js +17 -14
- package/hooks/useKeyboardEvent.js.map +1 -1
- package/hooks/useLayoutEvent.js +12 -9
- package/hooks/useLayoutEvent.js.map +1 -1
- package/hooks/useOutsideEvent.js +13 -8
- package/hooks/useOutsideEvent.js.map +1 -1
- package/hooks/usePrevious.js +8 -7
- package/hooks/usePrevious.js.map +1 -1
- package/hooks/usePseudoClasses.js +38 -11
- package/hooks/usePseudoClasses.js.map +1 -1
- package/hooks/useResizeObserver.js +25 -12
- package/hooks/useResizeObserver.js.map +1 -1
- package/hooks/useRovingFocus.js +51 -21
- package/hooks/useRovingFocus.js.map +1 -1
- package/hooks/useSize.js +39 -20
- package/hooks/useSize.js.map +1 -1
- package/hooks/useToggle.js +19 -11
- package/hooks/useToggle.js.map +1 -1
- package/hooks/useUuid.js +6 -6
- package/hooks/useUuid.js.map +1 -1
- package/hooks/usestopPropagation.js +14 -11
- package/hooks/usestopPropagation.js.map +1 -1
- package/index.d.ts +0 -1
- package/index.js +43 -45
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/style.css +181 -1
- package/theme/currys/color.js +13 -4
- package/theme/currys/color.js.map +1 -1
- package/theme/currys/index.js +6 -6
- package/theme/currys/spacing.js +24 -20
- package/theme/currys/spacing.js.map +1 -1
- package/theme/grid.js +14 -12
- package/theme/grid.js.map +1 -1
- package/theme/index.js +10 -10
- package/theme/index.js.map +1 -1
- package/theme/palette.js +20 -14
- package/theme/palette.js.map +1 -1
- package/theme/spacers.js +17 -16
- package/theme/spacers.js.map +1 -1
- package/utils/accessibility.js +25 -18
- package/utils/accessibility.js.map +1 -1
- package/utils/component.d.ts +1 -1
- package/utils/component.js +12 -7
- package/utils/component.js.map +1 -1
- package/utils/debounce.js +15 -10
- package/utils/debounce.js.map +1 -1
- package/utils/device.js +4 -2
- package/utils/device.js.map +1 -1
- package/utils/environment.js +9 -8
- package/utils/environment.js.map +1 -1
- package/utils/focus.js +8 -5
- package/utils/focus.js.map +1 -1
- package/utils/loremtext.js +7 -5
- package/utils/loremtext.js.map +1 -1
- package/utils/mobile.js +13 -7
- package/utils/mobile.js.map +1 -1
- package/utils/refs.js +16 -7
- package/utils/refs.js.map +1 -1
- package/utils/tests/setup-test.d.ts +0 -8
- package/utils/uuid.js +3 -3
- package/utils/viewport.js +4 -4
- package/utils/viewport.js.map +1 -1
- package/utils.js +10 -2
- package/utils.js.map +1 -1
- package/uuid.js +15 -9
- package/uuid.js.map +1 -1
- package/hooks/useSticky.d.ts +0 -21
- package/hooks/useSticky.js +0 -18
- package/hooks/useSticky.js.map +0 -1
|
@@ -1,31 +1,37 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
import { g as
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { g as getIcon } from "../../Icon.js";
|
|
3
|
+
const QrCode = ({ size, isHovered }) => {
|
|
4
|
+
const normal = /* @__PURE__ */ jsx(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
d: "M31.8847,16.1697 L35.0817,16.1697 L35.0817,12.9717 L31.8847,12.9717 L31.8847,16.1697 Z M27.8827,20.1717 L39.0827,20.1717 L39.0827,8.9707 L27.8827,8.9707 L27.8827,20.1717 Z M26.5827,21.4707 L40.3827,21.4707 L40.3827,7.6707 L26.5827,7.6707 L26.5827,21.4707 Z M12.9177,35.0277 L16.1157,35.0277 L16.1157,31.8297 L12.9177,31.8297 L12.9177,35.0277 Z M8.9167,39.0287 L20.1177,39.0287 L20.1177,27.8277 L8.9167,27.8277 L8.9167,39.0287 Z M7.6167,40.3287 L21.4167,40.3287 L21.4167,26.5287 L7.6167,26.5287 L7.6167,40.3287 Z M12.9177,16.1697 L16.1157,16.1697 L16.1157,12.9717 L12.9177,12.9717 L12.9177,16.1697 Z M8.9167,20.1707 L20.1177,20.1707 L20.1177,8.9697 L8.9167,8.9697 L8.9167,20.1707 Z M7.6167,21.4707 L21.4167,21.4707 L21.4167,7.6707 L7.6167,7.6707 L7.6167,21.4707 Z M37.7277,32.0107 L40.5617,32.0107 L40.5617,29.1767 L37.7277,29.1767 L37.7277,32.0107 Z M37.7267,29.1767 L37.7267,26.3417 L34.8917,26.3417 L32.0577,26.3417 L32.0577,29.1767 L29.2227,29.1767 L29.2227,32.0117 L32.0577,32.0117 L34.8917,32.0117 L34.8917,29.1767 L37.7267,29.1767 Z M37.7277,40.5147 L40.5617,40.5147 L40.5617,37.6807 L37.7277,37.6807 L37.7277,40.5147 Z M26.3887,34.8457 L26.3887,37.6807 L29.2227,37.6807 L29.2227,40.5147 L32.0577,40.5147 L32.0577,37.6807 L32.0577,34.8457 L29.2227,34.8457 L29.2227,32.0117 L26.3887,32.0117 L26.3887,34.8457 Z M37.7267,32.0117 L34.8917,32.0117 L34.8917,34.8457 L34.8917,37.6807 L37.7267,37.6807 L37.7267,34.8457 L37.7267,32.0117 Z M26.3887,29.1767 L29.2227,29.1767 L29.2227,26.3417 L26.3887,26.3417 L26.3887,29.1767 Z",
|
|
8
|
+
fillRule: "evenodd"
|
|
9
|
+
}
|
|
10
|
+
);
|
|
11
|
+
const normalHover = /* @__PURE__ */ jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M31.8836,16.1697 L35.0816,16.1697 L35.0816,12.9717 L31.8836,12.9717 L31.8836,16.1697 Z M27.8826,20.1717 L39.0826,20.1717 L39.0826,8.9707 L27.8826,8.9707 L27.8826,20.1717 Z M26.5826,21.4707 L40.3826,21.4707 L40.3826,7.6707 L26.5826,7.6707 L26.5826,21.4707 Z M12.9176,35.0277 L16.1156,35.0277 L16.1156,31.8297 L12.9176,31.8297 L12.9176,35.0277 Z M8.9166,39.0287 L20.1166,39.0287 L20.1166,27.8277 L8.9166,27.8277 L8.9166,39.0287 Z M7.6166,40.3287 L21.4166,40.3287 L21.4166,26.5287 L7.6166,26.5287 L7.6166,40.3287 Z M12.9176,16.1697 L16.1156,16.1697 L16.1156,12.9717 L12.9176,12.9717 L12.9176,16.1697 Z M8.9166,20.1707 L20.1166,20.1707 L20.1166,8.9697 L8.9166,8.9697 L8.9166,20.1707 Z M7.6166,21.4707 L21.4166,21.4707 L21.4166,7.6707 L7.6166,7.6707 L7.6166,21.4707 Z M37.7266,32.0117 L40.5606,32.0117 L40.5606,29.1777 L37.7266,29.1777 L37.7266,32.0117 Z M34.8926,29.1767 L37.7266,29.1767 L37.7266,26.3417 L34.8926,26.3417 L34.8926,29.1767 Z M32.0576,26.3417 L29.2236,26.3417 L26.3886,26.3417 L26.3886,29.1767 L29.2236,29.1767 L29.2236,32.0117 L32.0576,32.0117 L32.0576,29.1767 L32.0576,26.3417 Z M34.8926,34.8457 L34.8926,37.6807 L37.7266,37.6807 L37.7266,40.5147 L40.5616,40.5147 L40.5616,37.6807 L40.5616,34.8457 L37.7266,34.8457 L34.8926,34.8457 Z M32.0576,40.5147 L34.8916,40.5147 L34.8916,37.6807 L32.0576,37.6807 L32.0576,40.5147 Z M26.3886,34.8457 L26.3886,37.6807 L26.3886,40.5147 L29.2236,40.5147 L29.2236,37.6807 L29.2236,34.8457 L29.2236,32.0117 L26.3886,32.0117 L26.3886,34.8457 Z M32.0586,34.8457 L34.8926,34.8457 L34.8926,32.0117 L32.0586,32.0117 L32.0586,34.8457 Z",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
const xSmall = /* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M31.8846316,16.1709474 L35.0816842,16.1709474 L35.0816842,12.9726316 L31.8846316,12.9726316 L31.8846316,16.1709474 Z M28.0547368,19.9995789 L38.9128421,19.9995789 L38.9128421,9.14147368 L28.0547368,9.14147368 L28.0547368,19.9995789 Z M26.4113684,21.6416842 L40.5536842,21.6416842 L40.5536842,7.49936842 L26.4113684,7.49936842 L26.4113684,21.6416842 Z M12.9183158,35.0273684 L16.1153684,35.0273684 L16.1153684,31.8290526 L12.9183158,31.8290526 L12.9183158,35.0273684 Z M9.08715789,38.8585263 L19.9452632,38.8585263 L19.9452632,28.0004211 L9.08715789,28.0004211 L9.08715789,38.8585263 Z M7.44631579,40.5006316 L21.5886316,40.5006316 L21.5886316,26.3583158 L7.44631579,26.3583158 L7.44631579,40.5006316 Z M12.9183158,16.1696842 L16.1153684,16.1696842 L16.1153684,12.9713684 L12.9183158,12.9713684 L12.9183158,16.1696842 Z M9.08715789,19.9995789 L19.9452632,19.9995789 L19.9452632,9.14147368 L9.08715789,9.14147368 L9.08715789,19.9995789 Z M7.44631579,21.6416842 L21.5886316,21.6416842 L21.5886316,7.49936842 L7.44631579,7.49936842 L7.44631579,21.6416842 Z M37.7267368,32.0122105 L40.5612632,32.0122105 L40.5612632,29.1776842 L37.7267368,29.1776842 L37.7267368,32.0122105 Z M37.7267368,29.1776842 L37.7267368,26.3418947 L34.8934737,26.3418947 L32.0576842,26.3418947 L32.0576842,29.1776842 L29.2231579,29.1776842 L29.2231579,32.0122105 L32.0576842,32.0122105 L34.8934737,32.0122105 L34.8934737,29.1776842 L37.7267368,29.1776842 Z M37.7267368,40.5157895 L40.5612632,40.5157895 L40.5612632,37.6812632 L37.7267368,37.6812632 L37.7267368,40.5157895 Z M26.3886316,34.8454737 L26.3886316,37.6812632 L29.2231579,37.6812632 L29.2231579,40.5157895 L32.0576842,40.5157895 L32.0576842,37.6812632 L32.0576842,34.8454737 L29.2231579,34.8454737 L29.2231579,32.0122105 L26.3886316,32.0122105 L26.3886316,34.8454737 Z M37.7267368,32.0122105 L34.8934737,32.0122105 L34.8934737,34.8454737 L34.8934737,37.6812632 L37.7267368,37.6812632 L37.7267368,34.8454737 L37.7267368,32.0122105 Z M26.3886316,29.1776842 L29.2231579,29.1776842 L29.2231579,26.3431579 L26.3886316,26.3431579 L26.3886316,29.1776842 Z",
|
|
22
|
+
fillRule: "evenodd"
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
const xSmallHover = /* @__PURE__ */ jsx(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M31.8846316,16.1709474 L35.0816842,16.1709474 L35.0816842,12.9726316 L31.8846316,12.9726316 L31.8846316,16.1709474 Z M28.0534737,19.9995789 L38.9115789,19.9995789 L38.9115789,9.14147368 L28.0534737,9.14147368 L28.0534737,19.9995789 Z M26.4113684,21.6416842 L40.5536842,21.6416842 L40.5536842,7.49936842 L26.4113684,7.49936842 L26.4113684,21.6416842 Z M12.9183158,35.0273684 L16.1166316,35.0273684 L16.1166316,31.8290526 L12.9183158,31.8290526 L12.9183158,35.0273684 Z M9.08842105,38.8585263 L19.9465263,38.8585263 L19.9465263,28.0004211 L9.08842105,28.0004211 L9.08842105,38.8585263 Z M7.44631579,40.5006316 L21.5886316,40.5006316 L21.5886316,26.3583158 L7.44631579,26.3583158 L7.44631579,40.5006316 Z M12.9183158,16.1696842 L16.1166316,16.1696842 L16.1166316,12.9713684 L12.9183158,12.9713684 L12.9183158,16.1696842 Z M9.08842105,19.9995789 L19.9465263,19.9995789 L19.9465263,9.14147368 L9.08842105,9.14147368 L9.08842105,19.9995789 Z M7.44631579,21.6416842 L21.5886316,21.6416842 L21.5886316,7.49936842 L7.44631579,7.49936842 L7.44631579,21.6416842 Z M37.7267368,32.0122105 L40.5612632,32.0122105 L40.5612632,29.1776842 L37.7267368,29.1776842 L37.7267368,32.0122105 Z M34.8922105,29.1776842 L37.7267368,29.1776842 L37.7267368,26.3431579 L34.8922105,26.3431579 L34.8922105,29.1776842 Z M32.0576842,26.3418947 L29.2231579,26.3418947 L26.3886316,26.3418947 L26.3886316,29.1776842 L29.2231579,29.1776842 L29.2231579,32.0122105 L32.0576842,32.0122105 L32.0576842,29.1776842 L32.0576842,26.3418947 Z M34.8922105,34.8454737 L34.8922105,37.6812632 L37.7267368,37.6812632 L37.7267368,40.5157895 L40.5612632,40.5157895 L40.5612632,37.6812632 L40.5612632,34.8454737 L37.7267368,34.8454737 L34.8922105,34.8454737 Z M32.0576842,40.5157895 L34.8922105,40.5157895 L34.8922105,37.6812632 L32.0576842,37.6812632 L32.0576842,40.5157895 Z M26.3886316,34.8454737 L26.3886316,37.6812632 L26.3886316,40.5157895 L29.2231579,40.5157895 L29.2231579,37.6812632 L29.2231579,34.8454737 L29.2231579,32.0122105 L26.3886316,32.0122105 L26.3886316,34.8454737 Z M32.0576842,34.8454737 L34.8922105,34.8454737 L34.8922105,32.0109474 L32.0576842,32.0109474 L32.0576842,34.8454737 Z",
|
|
29
|
+
fillRule: "evenodd"
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });
|
|
33
|
+
};
|
|
28
34
|
export {
|
|
29
|
-
|
|
35
|
+
QrCode as default
|
|
30
36
|
};
|
|
31
37
|
//# sourceMappingURL=QrCode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QrCode.js","sources":["../../../src/components/Icons/QrCode.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst QrCode: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): JSX.Element => {\n const normal = (\n <path\n d=\"M31.8847,16.1697 L35.0817,16.1697 L35.0817,12.9717 L31.8847,12.9717 L31.8847,16.1697 Z M27.8827,20.1717 L39.0827,20.1717 L39.0827,8.9707 L27.8827,8.9707 L27.8827,20.1717 Z M26.5827,21.4707 L40.3827,21.4707 L40.3827,7.6707 L26.5827,7.6707 L26.5827,21.4707 Z M12.9177,35.0277 L16.1157,35.0277 L16.1157,31.8297 L12.9177,31.8297 L12.9177,35.0277 Z M8.9167,39.0287 L20.1177,39.0287 L20.1177,27.8277 L8.9167,27.8277 L8.9167,39.0287 Z M7.6167,40.3287 L21.4167,40.3287 L21.4167,26.5287 L7.6167,26.5287 L7.6167,40.3287 Z M12.9177,16.1697 L16.1157,16.1697 L16.1157,12.9717 L12.9177,12.9717 L12.9177,16.1697 Z M8.9167,20.1707 L20.1177,20.1707 L20.1177,8.9697 L8.9167,8.9697 L8.9167,20.1707 Z M7.6167,21.4707 L21.4167,21.4707 L21.4167,7.6707 L7.6167,7.6707 L7.6167,21.4707 Z M37.7277,32.0107 L40.5617,32.0107 L40.5617,29.1767 L37.7277,29.1767 L37.7277,32.0107 Z M37.7267,29.1767 L37.7267,26.3417 L34.8917,26.3417 L32.0577,26.3417 L32.0577,29.1767 L29.2227,29.1767 L29.2227,32.0117 L32.0577,32.0117 L34.8917,32.0117 L34.8917,29.1767 L37.7267,29.1767 Z M37.7277,40.5147 L40.5617,40.5147 L40.5617,37.6807 L37.7277,37.6807 L37.7277,40.5147 Z M26.3887,34.8457 L26.3887,37.6807 L29.2227,37.6807 L29.2227,40.5147 L32.0577,40.5147 L32.0577,37.6807 L32.0577,34.8457 L29.2227,34.8457 L29.2227,32.0117 L26.3887,32.0117 L26.3887,34.8457 Z M37.7267,32.0117 L34.8917,32.0117 L34.8917,34.8457 L34.8917,37.6807 L37.7267,37.6807 L37.7267,34.8457 L37.7267,32.0117 Z M26.3887,29.1767 L29.2227,29.1767 L29.2227,26.3417 L26.3887,26.3417 L26.3887,29.1767 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n const normalHover = (\n <path\n d=\"M31.8836,16.1697 L35.0816,16.1697 L35.0816,12.9717 L31.8836,12.9717 L31.8836,16.1697 Z M27.8826,20.1717 L39.0826,20.1717 L39.0826,8.9707 L27.8826,8.9707 L27.8826,20.1717 Z M26.5826,21.4707 L40.3826,21.4707 L40.3826,7.6707 L26.5826,7.6707 L26.5826,21.4707 Z M12.9176,35.0277 L16.1156,35.0277 L16.1156,31.8297 L12.9176,31.8297 L12.9176,35.0277 Z M8.9166,39.0287 L20.1166,39.0287 L20.1166,27.8277 L8.9166,27.8277 L8.9166,39.0287 Z M7.6166,40.3287 L21.4166,40.3287 L21.4166,26.5287 L7.6166,26.5287 L7.6166,40.3287 Z M12.9176,16.1697 L16.1156,16.1697 L16.1156,12.9717 L12.9176,12.9717 L12.9176,16.1697 Z M8.9166,20.1707 L20.1166,20.1707 L20.1166,8.9697 L8.9166,8.9697 L8.9166,20.1707 Z M7.6166,21.4707 L21.4166,21.4707 L21.4166,7.6707 L7.6166,7.6707 L7.6166,21.4707 Z M37.7266,32.0117 L40.5606,32.0117 L40.5606,29.1777 L37.7266,29.1777 L37.7266,32.0117 Z M34.8926,29.1767 L37.7266,29.1767 L37.7266,26.3417 L34.8926,26.3417 L34.8926,29.1767 Z M32.0576,26.3417 L29.2236,26.3417 L26.3886,26.3417 L26.3886,29.1767 L29.2236,29.1767 L29.2236,32.0117 L32.0576,32.0117 L32.0576,29.1767 L32.0576,26.3417 Z M34.8926,34.8457 L34.8926,37.6807 L37.7266,37.6807 L37.7266,40.5147 L40.5616,40.5147 L40.5616,37.6807 L40.5616,34.8457 L37.7266,34.8457 L34.8926,34.8457 Z M32.0576,40.5147 L34.8916,40.5147 L34.8916,37.6807 L32.0576,37.6807 L32.0576,40.5147 Z M26.3886,34.8457 L26.3886,37.6807 L26.3886,40.5147 L29.2236,40.5147 L29.2236,37.6807 L29.2236,34.8457 L29.2236,32.0117 L26.3886,32.0117 L26.3886,34.8457 Z M32.0586,34.8457 L34.8926,34.8457 L34.8926,32.0117 L32.0586,32.0117 L32.0586,34.8457 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n const xSmall = (\n <path\n d=\"M31.8846316,16.1709474 L35.0816842,16.1709474 L35.0816842,12.9726316 L31.8846316,12.9726316 L31.8846316,16.1709474 Z M28.0547368,19.9995789 L38.9128421,19.9995789 L38.9128421,9.14147368 L28.0547368,9.14147368 L28.0547368,19.9995789 Z M26.4113684,21.6416842 L40.5536842,21.6416842 L40.5536842,7.49936842 L26.4113684,7.49936842 L26.4113684,21.6416842 Z M12.9183158,35.0273684 L16.1153684,35.0273684 L16.1153684,31.8290526 L12.9183158,31.8290526 L12.9183158,35.0273684 Z M9.08715789,38.8585263 L19.9452632,38.8585263 L19.9452632,28.0004211 L9.08715789,28.0004211 L9.08715789,38.8585263 Z M7.44631579,40.5006316 L21.5886316,40.5006316 L21.5886316,26.3583158 L7.44631579,26.3583158 L7.44631579,40.5006316 Z M12.9183158,16.1696842 L16.1153684,16.1696842 L16.1153684,12.9713684 L12.9183158,12.9713684 L12.9183158,16.1696842 Z M9.08715789,19.9995789 L19.9452632,19.9995789 L19.9452632,9.14147368 L9.08715789,9.14147368 L9.08715789,19.9995789 Z M7.44631579,21.6416842 L21.5886316,21.6416842 L21.5886316,7.49936842 L7.44631579,7.49936842 L7.44631579,21.6416842 Z M37.7267368,32.0122105 L40.5612632,32.0122105 L40.5612632,29.1776842 L37.7267368,29.1776842 L37.7267368,32.0122105 Z M37.7267368,29.1776842 L37.7267368,26.3418947 L34.8934737,26.3418947 L32.0576842,26.3418947 L32.0576842,29.1776842 L29.2231579,29.1776842 L29.2231579,32.0122105 L32.0576842,32.0122105 L34.8934737,32.0122105 L34.8934737,29.1776842 L37.7267368,29.1776842 Z M37.7267368,40.5157895 L40.5612632,40.5157895 L40.5612632,37.6812632 L37.7267368,37.6812632 L37.7267368,40.5157895 Z M26.3886316,34.8454737 L26.3886316,37.6812632 L29.2231579,37.6812632 L29.2231579,40.5157895 L32.0576842,40.5157895 L32.0576842,37.6812632 L32.0576842,34.8454737 L29.2231579,34.8454737 L29.2231579,32.0122105 L26.3886316,32.0122105 L26.3886316,34.8454737 Z M37.7267368,32.0122105 L34.8934737,32.0122105 L34.8934737,34.8454737 L34.8934737,37.6812632 L37.7267368,37.6812632 L37.7267368,34.8454737 L37.7267368,32.0122105 Z M26.3886316,29.1776842 L29.2231579,29.1776842 L29.2231579,26.3431579 L26.3886316,26.3431579 L26.3886316,29.1776842 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n const xSmallHover = (\n <path\n d=\"M31.8846316,16.1709474 L35.0816842,16.1709474 L35.0816842,12.9726316 L31.8846316,12.9726316 L31.8846316,16.1709474 Z M28.0534737,19.9995789 L38.9115789,19.9995789 L38.9115789,9.14147368 L28.0534737,9.14147368 L28.0534737,19.9995789 Z M26.4113684,21.6416842 L40.5536842,21.6416842 L40.5536842,7.49936842 L26.4113684,7.49936842 L26.4113684,21.6416842 Z M12.9183158,35.0273684 L16.1166316,35.0273684 L16.1166316,31.8290526 L12.9183158,31.8290526 L12.9183158,35.0273684 Z M9.08842105,38.8585263 L19.9465263,38.8585263 L19.9465263,28.0004211 L9.08842105,28.0004211 L9.08842105,38.8585263 Z M7.44631579,40.5006316 L21.5886316,40.5006316 L21.5886316,26.3583158 L7.44631579,26.3583158 L7.44631579,40.5006316 Z M12.9183158,16.1696842 L16.1166316,16.1696842 L16.1166316,12.9713684 L12.9183158,12.9713684 L12.9183158,16.1696842 Z M9.08842105,19.9995789 L19.9465263,19.9995789 L19.9465263,9.14147368 L9.08842105,9.14147368 L9.08842105,19.9995789 Z M7.44631579,21.6416842 L21.5886316,21.6416842 L21.5886316,7.49936842 L7.44631579,7.49936842 L7.44631579,21.6416842 Z M37.7267368,32.0122105 L40.5612632,32.0122105 L40.5612632,29.1776842 L37.7267368,29.1776842 L37.7267368,32.0122105 Z M34.8922105,29.1776842 L37.7267368,29.1776842 L37.7267368,26.3431579 L34.8922105,26.3431579 L34.8922105,29.1776842 Z M32.0576842,26.3418947 L29.2231579,26.3418947 L26.3886316,26.3418947 L26.3886316,29.1776842 L29.2231579,29.1776842 L29.2231579,32.0122105 L32.0576842,32.0122105 L32.0576842,29.1776842 L32.0576842,26.3418947 Z M34.8922105,34.8454737 L34.8922105,37.6812632 L37.7267368,37.6812632 L37.7267368,40.5157895 L40.5612632,40.5157895 L40.5612632,37.6812632 L40.5612632,34.8454737 L37.7267368,34.8454737 L34.8922105,34.8454737 Z M32.0576842,40.5157895 L34.8922105,40.5157895 L34.8922105,37.6812632 L32.0576842,37.6812632 L32.0576842,40.5157895 Z M26.3886316,34.8454737 L26.3886316,37.6812632 L26.3886316,40.5157895 L29.2231579,40.5157895 L29.2231579,37.6812632 L29.2231579,34.8454737 L29.2231579,32.0122105 L26.3886316,32.0122105 L26.3886316,34.8454737 Z M32.0576842,34.8454737 L34.8922105,34.8454737 L34.8922105,32.0109474 L32.0576842,32.0109474 L32.0576842,34.8454737 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default QrCode;\n"],"names":[
|
|
1
|
+
{"version":3,"file":"QrCode.js","sources":["../../../src/components/Icons/QrCode.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst QrCode: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): JSX.Element => {\n const normal = (\n <path\n d=\"M31.8847,16.1697 L35.0817,16.1697 L35.0817,12.9717 L31.8847,12.9717 L31.8847,16.1697 Z M27.8827,20.1717 L39.0827,20.1717 L39.0827,8.9707 L27.8827,8.9707 L27.8827,20.1717 Z M26.5827,21.4707 L40.3827,21.4707 L40.3827,7.6707 L26.5827,7.6707 L26.5827,21.4707 Z M12.9177,35.0277 L16.1157,35.0277 L16.1157,31.8297 L12.9177,31.8297 L12.9177,35.0277 Z M8.9167,39.0287 L20.1177,39.0287 L20.1177,27.8277 L8.9167,27.8277 L8.9167,39.0287 Z M7.6167,40.3287 L21.4167,40.3287 L21.4167,26.5287 L7.6167,26.5287 L7.6167,40.3287 Z M12.9177,16.1697 L16.1157,16.1697 L16.1157,12.9717 L12.9177,12.9717 L12.9177,16.1697 Z M8.9167,20.1707 L20.1177,20.1707 L20.1177,8.9697 L8.9167,8.9697 L8.9167,20.1707 Z M7.6167,21.4707 L21.4167,21.4707 L21.4167,7.6707 L7.6167,7.6707 L7.6167,21.4707 Z M37.7277,32.0107 L40.5617,32.0107 L40.5617,29.1767 L37.7277,29.1767 L37.7277,32.0107 Z M37.7267,29.1767 L37.7267,26.3417 L34.8917,26.3417 L32.0577,26.3417 L32.0577,29.1767 L29.2227,29.1767 L29.2227,32.0117 L32.0577,32.0117 L34.8917,32.0117 L34.8917,29.1767 L37.7267,29.1767 Z M37.7277,40.5147 L40.5617,40.5147 L40.5617,37.6807 L37.7277,37.6807 L37.7277,40.5147 Z M26.3887,34.8457 L26.3887,37.6807 L29.2227,37.6807 L29.2227,40.5147 L32.0577,40.5147 L32.0577,37.6807 L32.0577,34.8457 L29.2227,34.8457 L29.2227,32.0117 L26.3887,32.0117 L26.3887,34.8457 Z M37.7267,32.0117 L34.8917,32.0117 L34.8917,34.8457 L34.8917,37.6807 L37.7267,37.6807 L37.7267,34.8457 L37.7267,32.0117 Z M26.3887,29.1767 L29.2227,29.1767 L29.2227,26.3417 L26.3887,26.3417 L26.3887,29.1767 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n const normalHover = (\n <path\n d=\"M31.8836,16.1697 L35.0816,16.1697 L35.0816,12.9717 L31.8836,12.9717 L31.8836,16.1697 Z M27.8826,20.1717 L39.0826,20.1717 L39.0826,8.9707 L27.8826,8.9707 L27.8826,20.1717 Z M26.5826,21.4707 L40.3826,21.4707 L40.3826,7.6707 L26.5826,7.6707 L26.5826,21.4707 Z M12.9176,35.0277 L16.1156,35.0277 L16.1156,31.8297 L12.9176,31.8297 L12.9176,35.0277 Z M8.9166,39.0287 L20.1166,39.0287 L20.1166,27.8277 L8.9166,27.8277 L8.9166,39.0287 Z M7.6166,40.3287 L21.4166,40.3287 L21.4166,26.5287 L7.6166,26.5287 L7.6166,40.3287 Z M12.9176,16.1697 L16.1156,16.1697 L16.1156,12.9717 L12.9176,12.9717 L12.9176,16.1697 Z M8.9166,20.1707 L20.1166,20.1707 L20.1166,8.9697 L8.9166,8.9697 L8.9166,20.1707 Z M7.6166,21.4707 L21.4166,21.4707 L21.4166,7.6707 L7.6166,7.6707 L7.6166,21.4707 Z M37.7266,32.0117 L40.5606,32.0117 L40.5606,29.1777 L37.7266,29.1777 L37.7266,32.0117 Z M34.8926,29.1767 L37.7266,29.1767 L37.7266,26.3417 L34.8926,26.3417 L34.8926,29.1767 Z M32.0576,26.3417 L29.2236,26.3417 L26.3886,26.3417 L26.3886,29.1767 L29.2236,29.1767 L29.2236,32.0117 L32.0576,32.0117 L32.0576,29.1767 L32.0576,26.3417 Z M34.8926,34.8457 L34.8926,37.6807 L37.7266,37.6807 L37.7266,40.5147 L40.5616,40.5147 L40.5616,37.6807 L40.5616,34.8457 L37.7266,34.8457 L34.8926,34.8457 Z M32.0576,40.5147 L34.8916,40.5147 L34.8916,37.6807 L32.0576,37.6807 L32.0576,40.5147 Z M26.3886,34.8457 L26.3886,37.6807 L26.3886,40.5147 L29.2236,40.5147 L29.2236,37.6807 L29.2236,34.8457 L29.2236,32.0117 L26.3886,32.0117 L26.3886,34.8457 Z M32.0586,34.8457 L34.8926,34.8457 L34.8926,32.0117 L32.0586,32.0117 L32.0586,34.8457 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n const xSmall = (\n <path\n d=\"M31.8846316,16.1709474 L35.0816842,16.1709474 L35.0816842,12.9726316 L31.8846316,12.9726316 L31.8846316,16.1709474 Z M28.0547368,19.9995789 L38.9128421,19.9995789 L38.9128421,9.14147368 L28.0547368,9.14147368 L28.0547368,19.9995789 Z M26.4113684,21.6416842 L40.5536842,21.6416842 L40.5536842,7.49936842 L26.4113684,7.49936842 L26.4113684,21.6416842 Z M12.9183158,35.0273684 L16.1153684,35.0273684 L16.1153684,31.8290526 L12.9183158,31.8290526 L12.9183158,35.0273684 Z M9.08715789,38.8585263 L19.9452632,38.8585263 L19.9452632,28.0004211 L9.08715789,28.0004211 L9.08715789,38.8585263 Z M7.44631579,40.5006316 L21.5886316,40.5006316 L21.5886316,26.3583158 L7.44631579,26.3583158 L7.44631579,40.5006316 Z M12.9183158,16.1696842 L16.1153684,16.1696842 L16.1153684,12.9713684 L12.9183158,12.9713684 L12.9183158,16.1696842 Z M9.08715789,19.9995789 L19.9452632,19.9995789 L19.9452632,9.14147368 L9.08715789,9.14147368 L9.08715789,19.9995789 Z M7.44631579,21.6416842 L21.5886316,21.6416842 L21.5886316,7.49936842 L7.44631579,7.49936842 L7.44631579,21.6416842 Z M37.7267368,32.0122105 L40.5612632,32.0122105 L40.5612632,29.1776842 L37.7267368,29.1776842 L37.7267368,32.0122105 Z M37.7267368,29.1776842 L37.7267368,26.3418947 L34.8934737,26.3418947 L32.0576842,26.3418947 L32.0576842,29.1776842 L29.2231579,29.1776842 L29.2231579,32.0122105 L32.0576842,32.0122105 L34.8934737,32.0122105 L34.8934737,29.1776842 L37.7267368,29.1776842 Z M37.7267368,40.5157895 L40.5612632,40.5157895 L40.5612632,37.6812632 L37.7267368,37.6812632 L37.7267368,40.5157895 Z M26.3886316,34.8454737 L26.3886316,37.6812632 L29.2231579,37.6812632 L29.2231579,40.5157895 L32.0576842,40.5157895 L32.0576842,37.6812632 L32.0576842,34.8454737 L29.2231579,34.8454737 L29.2231579,32.0122105 L26.3886316,32.0122105 L26.3886316,34.8454737 Z M37.7267368,32.0122105 L34.8934737,32.0122105 L34.8934737,34.8454737 L34.8934737,37.6812632 L37.7267368,37.6812632 L37.7267368,34.8454737 L37.7267368,32.0122105 Z M26.3886316,29.1776842 L29.2231579,29.1776842 L29.2231579,26.3431579 L26.3886316,26.3431579 L26.3886316,29.1776842 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n const xSmallHover = (\n <path\n d=\"M31.8846316,16.1709474 L35.0816842,16.1709474 L35.0816842,12.9726316 L31.8846316,12.9726316 L31.8846316,16.1709474 Z M28.0534737,19.9995789 L38.9115789,19.9995789 L38.9115789,9.14147368 L28.0534737,9.14147368 L28.0534737,19.9995789 Z M26.4113684,21.6416842 L40.5536842,21.6416842 L40.5536842,7.49936842 L26.4113684,7.49936842 L26.4113684,21.6416842 Z M12.9183158,35.0273684 L16.1166316,35.0273684 L16.1166316,31.8290526 L12.9183158,31.8290526 L12.9183158,35.0273684 Z M9.08842105,38.8585263 L19.9465263,38.8585263 L19.9465263,28.0004211 L9.08842105,28.0004211 L9.08842105,38.8585263 Z M7.44631579,40.5006316 L21.5886316,40.5006316 L21.5886316,26.3583158 L7.44631579,26.3583158 L7.44631579,40.5006316 Z M12.9183158,16.1696842 L16.1166316,16.1696842 L16.1166316,12.9713684 L12.9183158,12.9713684 L12.9183158,16.1696842 Z M9.08842105,19.9995789 L19.9465263,19.9995789 L19.9465263,9.14147368 L9.08842105,9.14147368 L9.08842105,19.9995789 Z M7.44631579,21.6416842 L21.5886316,21.6416842 L21.5886316,7.49936842 L7.44631579,7.49936842 L7.44631579,21.6416842 Z M37.7267368,32.0122105 L40.5612632,32.0122105 L40.5612632,29.1776842 L37.7267368,29.1776842 L37.7267368,32.0122105 Z M34.8922105,29.1776842 L37.7267368,29.1776842 L37.7267368,26.3431579 L34.8922105,26.3431579 L34.8922105,29.1776842 Z M32.0576842,26.3418947 L29.2231579,26.3418947 L26.3886316,26.3418947 L26.3886316,29.1776842 L29.2231579,29.1776842 L29.2231579,32.0122105 L32.0576842,32.0122105 L32.0576842,29.1776842 L32.0576842,26.3418947 Z M34.8922105,34.8454737 L34.8922105,37.6812632 L37.7267368,37.6812632 L37.7267368,40.5157895 L40.5612632,40.5157895 L40.5612632,37.6812632 L40.5612632,34.8454737 L37.7267368,34.8454737 L34.8922105,34.8454737 Z M32.0576842,40.5157895 L34.8922105,40.5157895 L34.8922105,37.6812632 L32.0576842,37.6812632 L32.0576842,40.5157895 Z M26.3886316,34.8454737 L26.3886316,37.6812632 L26.3886316,40.5157895 L29.2231579,40.5157895 L29.2231579,37.6812632 L29.2231579,34.8454737 L29.2231579,32.0122105 L26.3886316,32.0122105 L26.3886316,34.8454737 Z M32.0576842,34.8454737 L34.8922105,34.8454737 L34.8922105,32.0109474 L32.0576842,32.0109474 L32.0576842,34.8454737 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default QrCode;\n"],"names":[],"mappings":";;AAIA,MAAM,SAAiC,CAAC,EAAE,MAAM,gBAA2C;AACzF,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EACV;AAGH,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EACV;AAGH,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EACV;AAGH,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EACV;AAEI,SAAA,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa,QAAQ,aAAa;AAC9E;"}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
const Quarrel = ({ isHovered }) => {
|
|
3
|
+
const normal = /* @__PURE__ */ jsx(
|
|
4
|
+
"path",
|
|
5
|
+
{
|
|
6
|
+
d: "M16.5463,21.6743 L16.5463,14.8853 C16.5463,14.5423 16.8243,14.2643 17.1683,14.2643 L17.5153,14.2643 C17.8583,14.2643 18.1373,14.5423 18.1373,14.8853 L18.1373,21.6743 C18.1373,22.0183 17.8583,22.2963 17.5153,22.2963 L17.1683,22.2963 C16.8243,22.2963 16.5463,22.0183 16.5463,21.6743 L16.5463,21.6743 Z M18.5843,25.3983 C18.5843,26.0833 18.0273,26.6393 17.3413,26.6393 C16.6553,26.6393 16.1003,26.0833 16.1003,25.3983 C16.1003,24.7113 16.6553,24.1553 17.3413,24.1553 C18.0273,24.1553 18.5843,24.7113 18.5843,25.3983 L18.5843,25.3983 Z M42.7433,32.2793 C42.7433,33.4883 41.7593,34.4733 40.5493,34.4733 L36.4453,34.4733 L36.4453,37.0943 L32.3693,34.4733 L23.2453,34.4733 C22.0363,34.4733 21.0523,33.4883 21.0523,32.2793 L21.0523,31.3453 L27.2343,31.3453 C29.1053,31.3453 30.6273,29.8233 30.6273,27.9523 L30.6273,16.9713 L40.5493,16.9713 C41.7593,16.9713 42.7433,17.9553 42.7433,19.1653 L42.7433,32.2793 Z M15.6303,30.1463 L11.5543,32.7673 L11.5543,30.1463 L7.4503,30.1463 C6.2403,30.1463 5.2563,29.1613 5.2563,27.9523 L5.2563,12.7993 C5.2563,11.5893 6.2403,10.6053 7.4503,10.6053 L27.2343,10.6053 C28.4433,10.6053 29.4273,11.5893 29.4273,12.7993 L29.4273,27.9523 C29.4273,29.1613 28.4433,30.1463 27.2343,30.1463 L15.6303,30.1463 Z M40.5493,15.7723 L30.6273,15.7723 L30.6273,12.7993 C30.6273,10.9283 29.1053,9.4053 27.2343,9.4053 L7.4503,9.4053 C5.5793,9.4053 4.0563,10.9283 4.0563,12.7993 L4.0563,27.9523 C4.0563,29.8233 5.5793,31.3453 7.4503,31.3453 L10.3543,31.3453 L10.3543,34.9663 L15.9833,31.3453 L19.8523,31.3453 L19.8523,32.2793 C19.8523,34.1513 21.3743,35.6723 23.2453,35.6723 L32.0163,35.6723 L37.6453,39.2933 L37.6453,35.6723 L40.5493,35.6723 C42.4213,35.6723 43.9433,34.1513 43.9433,32.2793 L43.9433,19.1653 C43.9433,17.2943 42.4213,15.7723 40.5493,15.7723 L40.5493,15.7723 Z",
|
|
7
|
+
fillRule: "evenodd"
|
|
8
|
+
}
|
|
9
|
+
);
|
|
10
|
+
const normalHover = /* @__PURE__ */ jsx(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
d: "M16.546,20.3188 L16.546,13.5298 C16.546,13.1858 16.824,12.9078 17.168,12.9078 L17.516,12.9078 C17.859,12.9078 18.137,13.1858 18.137,13.5298 L18.137,20.3188 C18.137,20.6618 17.859,20.9408 17.516,20.9408 L17.168,20.9408 C16.824,20.9408 16.546,20.6618 16.546,20.3188 L16.546,20.3188 Z M18.584,25.3978 C18.584,26.0838 18.027,26.6388 17.342,26.6388 C16.656,26.6388 16.1,26.0838 16.1,25.3978 C16.1,24.7118 16.656,24.1558 17.342,24.1558 C18.027,24.1558 18.584,24.7118 18.584,25.3978 L18.584,25.3978 Z M42.743,32.2798 C42.743,33.4888 41.759,34.4728 40.549,34.4728 L36.445,34.4728 L36.445,37.0938 L32.369,34.4728 L23.246,34.4728 C22.036,34.4728 21.052,33.4888 21.052,32.2798 L21.052,31.3448 L27.234,31.3448 C29.105,31.3448 30.627,29.8238 30.627,27.9528 L30.627,16.9708 L40.549,16.9708 C41.759,16.9708 42.743,17.9558 42.743,19.1658 L42.743,32.2798 Z M15.63,30.1458 L11.554,32.7668 L11.554,30.1458 L7.45,30.1458 C6.24,30.1458 5.256,29.1618 5.256,27.9528 L5.256,12.7988 C5.256,11.5898 6.24,10.6048 7.45,10.6048 L27.234,10.6048 C28.443,10.6048 29.427,11.5898 29.427,12.7988 L29.427,27.9528 C29.427,29.1618 28.443,30.1458 27.234,30.1458 L15.63,30.1458 Z M40.549,15.7718 L30.627,15.7718 L30.627,12.7988 C30.627,10.9278 29.105,9.4058 27.234,9.4058 L7.45,9.4058 C5.579,9.4058 4.056,10.9278 4.056,12.7988 L4.056,27.9528 C4.056,29.8238 5.579,31.3448 7.45,31.3448 L10.354,31.3448 L10.354,34.9658 L15.983,31.3448 L19.852,31.3448 L19.852,32.2798 C19.852,34.1508 21.375,35.6728 23.246,35.6728 L32.016,35.6728 L37.646,39.2938 L37.646,35.6728 L40.549,35.6728 C42.421,35.6728 43.943,34.1508 43.943,32.2798 L43.943,19.1658 C43.943,17.2948 42.421,15.7718 40.549,15.7718 L40.549,15.7718 Z",
|
|
14
|
+
fillRule: "evenodd"
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
return isHovered ? normalHover : normal;
|
|
18
|
+
};
|
|
15
19
|
export {
|
|
16
|
-
|
|
20
|
+
Quarrel as default
|
|
17
21
|
};
|
|
18
22
|
//# sourceMappingURL=Quarrel.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quarrel.js","sources":["../../../src/components/Icons/Quarrel.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Quarrel: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n d=\"M16.5463,21.6743 L16.5463,14.8853 C16.5463,14.5423 16.8243,14.2643 17.1683,14.2643 L17.5153,14.2643 C17.8583,14.2643 18.1373,14.5423 18.1373,14.8853 L18.1373,21.6743 C18.1373,22.0183 17.8583,22.2963 17.5153,22.2963 L17.1683,22.2963 C16.8243,22.2963 16.5463,22.0183 16.5463,21.6743 L16.5463,21.6743 Z M18.5843,25.3983 C18.5843,26.0833 18.0273,26.6393 17.3413,26.6393 C16.6553,26.6393 16.1003,26.0833 16.1003,25.3983 C16.1003,24.7113 16.6553,24.1553 17.3413,24.1553 C18.0273,24.1553 18.5843,24.7113 18.5843,25.3983 L18.5843,25.3983 Z M42.7433,32.2793 C42.7433,33.4883 41.7593,34.4733 40.5493,34.4733 L36.4453,34.4733 L36.4453,37.0943 L32.3693,34.4733 L23.2453,34.4733 C22.0363,34.4733 21.0523,33.4883 21.0523,32.2793 L21.0523,31.3453 L27.2343,31.3453 C29.1053,31.3453 30.6273,29.8233 30.6273,27.9523 L30.6273,16.9713 L40.5493,16.9713 C41.7593,16.9713 42.7433,17.9553 42.7433,19.1653 L42.7433,32.2793 Z M15.6303,30.1463 L11.5543,32.7673 L11.5543,30.1463 L7.4503,30.1463 C6.2403,30.1463 5.2563,29.1613 5.2563,27.9523 L5.2563,12.7993 C5.2563,11.5893 6.2403,10.6053 7.4503,10.6053 L27.2343,10.6053 C28.4433,10.6053 29.4273,11.5893 29.4273,12.7993 L29.4273,27.9523 C29.4273,29.1613 28.4433,30.1463 27.2343,30.1463 L15.6303,30.1463 Z M40.5493,15.7723 L30.6273,15.7723 L30.6273,12.7993 C30.6273,10.9283 29.1053,9.4053 27.2343,9.4053 L7.4503,9.4053 C5.5793,9.4053 4.0563,10.9283 4.0563,12.7993 L4.0563,27.9523 C4.0563,29.8233 5.5793,31.3453 7.4503,31.3453 L10.3543,31.3453 L10.3543,34.9663 L15.9833,31.3453 L19.8523,31.3453 L19.8523,32.2793 C19.8523,34.1513 21.3743,35.6723 23.2453,35.6723 L32.0163,35.6723 L37.6453,39.2933 L37.6453,35.6723 L40.5493,35.6723 C42.4213,35.6723 43.9433,34.1513 43.9433,32.2793 L43.9433,19.1653 C43.9433,17.2943 42.4213,15.7723 40.5493,15.7723 L40.5493,15.7723 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n const normalHover = (\n <path\n d=\"M16.546,20.3188 L16.546,13.5298 C16.546,13.1858 16.824,12.9078 17.168,12.9078 L17.516,12.9078 C17.859,12.9078 18.137,13.1858 18.137,13.5298 L18.137,20.3188 C18.137,20.6618 17.859,20.9408 17.516,20.9408 L17.168,20.9408 C16.824,20.9408 16.546,20.6618 16.546,20.3188 L16.546,20.3188 Z M18.584,25.3978 C18.584,26.0838 18.027,26.6388 17.342,26.6388 C16.656,26.6388 16.1,26.0838 16.1,25.3978 C16.1,24.7118 16.656,24.1558 17.342,24.1558 C18.027,24.1558 18.584,24.7118 18.584,25.3978 L18.584,25.3978 Z M42.743,32.2798 C42.743,33.4888 41.759,34.4728 40.549,34.4728 L36.445,34.4728 L36.445,37.0938 L32.369,34.4728 L23.246,34.4728 C22.036,34.4728 21.052,33.4888 21.052,32.2798 L21.052,31.3448 L27.234,31.3448 C29.105,31.3448 30.627,29.8238 30.627,27.9528 L30.627,16.9708 L40.549,16.9708 C41.759,16.9708 42.743,17.9558 42.743,19.1658 L42.743,32.2798 Z M15.63,30.1458 L11.554,32.7668 L11.554,30.1458 L7.45,30.1458 C6.24,30.1458 5.256,29.1618 5.256,27.9528 L5.256,12.7988 C5.256,11.5898 6.24,10.6048 7.45,10.6048 L27.234,10.6048 C28.443,10.6048 29.427,11.5898 29.427,12.7988 L29.427,27.9528 C29.427,29.1618 28.443,30.1458 27.234,30.1458 L15.63,30.1458 Z M40.549,15.7718 L30.627,15.7718 L30.627,12.7988 C30.627,10.9278 29.105,9.4058 27.234,9.4058 L7.45,9.4058 C5.579,9.4058 4.056,10.9278 4.056,12.7988 L4.056,27.9528 C4.056,29.8238 5.579,31.3448 7.45,31.3448 L10.354,31.3448 L10.354,34.9658 L15.983,31.3448 L19.852,31.3448 L19.852,32.2798 C19.852,34.1508 21.375,35.6728 23.246,35.6728 L32.016,35.6728 L37.646,39.2938 L37.646,35.6728 L40.549,35.6728 C42.421,35.6728 43.943,34.1508 43.943,32.2798 L43.943,19.1658 C43.943,17.2948 42.421,15.7718 40.549,15.7718 L40.549,15.7718 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Quarrel;\n"],"names":[
|
|
1
|
+
{"version":3,"file":"Quarrel.js","sources":["../../../src/components/Icons/Quarrel.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Quarrel: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n d=\"M16.5463,21.6743 L16.5463,14.8853 C16.5463,14.5423 16.8243,14.2643 17.1683,14.2643 L17.5153,14.2643 C17.8583,14.2643 18.1373,14.5423 18.1373,14.8853 L18.1373,21.6743 C18.1373,22.0183 17.8583,22.2963 17.5153,22.2963 L17.1683,22.2963 C16.8243,22.2963 16.5463,22.0183 16.5463,21.6743 L16.5463,21.6743 Z M18.5843,25.3983 C18.5843,26.0833 18.0273,26.6393 17.3413,26.6393 C16.6553,26.6393 16.1003,26.0833 16.1003,25.3983 C16.1003,24.7113 16.6553,24.1553 17.3413,24.1553 C18.0273,24.1553 18.5843,24.7113 18.5843,25.3983 L18.5843,25.3983 Z M42.7433,32.2793 C42.7433,33.4883 41.7593,34.4733 40.5493,34.4733 L36.4453,34.4733 L36.4453,37.0943 L32.3693,34.4733 L23.2453,34.4733 C22.0363,34.4733 21.0523,33.4883 21.0523,32.2793 L21.0523,31.3453 L27.2343,31.3453 C29.1053,31.3453 30.6273,29.8233 30.6273,27.9523 L30.6273,16.9713 L40.5493,16.9713 C41.7593,16.9713 42.7433,17.9553 42.7433,19.1653 L42.7433,32.2793 Z M15.6303,30.1463 L11.5543,32.7673 L11.5543,30.1463 L7.4503,30.1463 C6.2403,30.1463 5.2563,29.1613 5.2563,27.9523 L5.2563,12.7993 C5.2563,11.5893 6.2403,10.6053 7.4503,10.6053 L27.2343,10.6053 C28.4433,10.6053 29.4273,11.5893 29.4273,12.7993 L29.4273,27.9523 C29.4273,29.1613 28.4433,30.1463 27.2343,30.1463 L15.6303,30.1463 Z M40.5493,15.7723 L30.6273,15.7723 L30.6273,12.7993 C30.6273,10.9283 29.1053,9.4053 27.2343,9.4053 L7.4503,9.4053 C5.5793,9.4053 4.0563,10.9283 4.0563,12.7993 L4.0563,27.9523 C4.0563,29.8233 5.5793,31.3453 7.4503,31.3453 L10.3543,31.3453 L10.3543,34.9663 L15.9833,31.3453 L19.8523,31.3453 L19.8523,32.2793 C19.8523,34.1513 21.3743,35.6723 23.2453,35.6723 L32.0163,35.6723 L37.6453,39.2933 L37.6453,35.6723 L40.5493,35.6723 C42.4213,35.6723 43.9433,34.1513 43.9433,32.2793 L43.9433,19.1653 C43.9433,17.2943 42.4213,15.7723 40.5493,15.7723 L40.5493,15.7723 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n const normalHover = (\n <path\n d=\"M16.546,20.3188 L16.546,13.5298 C16.546,13.1858 16.824,12.9078 17.168,12.9078 L17.516,12.9078 C17.859,12.9078 18.137,13.1858 18.137,13.5298 L18.137,20.3188 C18.137,20.6618 17.859,20.9408 17.516,20.9408 L17.168,20.9408 C16.824,20.9408 16.546,20.6618 16.546,20.3188 L16.546,20.3188 Z M18.584,25.3978 C18.584,26.0838 18.027,26.6388 17.342,26.6388 C16.656,26.6388 16.1,26.0838 16.1,25.3978 C16.1,24.7118 16.656,24.1558 17.342,24.1558 C18.027,24.1558 18.584,24.7118 18.584,25.3978 L18.584,25.3978 Z M42.743,32.2798 C42.743,33.4888 41.759,34.4728 40.549,34.4728 L36.445,34.4728 L36.445,37.0938 L32.369,34.4728 L23.246,34.4728 C22.036,34.4728 21.052,33.4888 21.052,32.2798 L21.052,31.3448 L27.234,31.3448 C29.105,31.3448 30.627,29.8238 30.627,27.9528 L30.627,16.9708 L40.549,16.9708 C41.759,16.9708 42.743,17.9558 42.743,19.1658 L42.743,32.2798 Z M15.63,30.1458 L11.554,32.7668 L11.554,30.1458 L7.45,30.1458 C6.24,30.1458 5.256,29.1618 5.256,27.9528 L5.256,12.7988 C5.256,11.5898 6.24,10.6048 7.45,10.6048 L27.234,10.6048 C28.443,10.6048 29.427,11.5898 29.427,12.7988 L29.427,27.9528 C29.427,29.1618 28.443,30.1458 27.234,30.1458 L15.63,30.1458 Z M40.549,15.7718 L30.627,15.7718 L30.627,12.7988 C30.627,10.9278 29.105,9.4058 27.234,9.4058 L7.45,9.4058 C5.579,9.4058 4.056,10.9278 4.056,12.7988 L4.056,27.9528 C4.056,29.8238 5.579,31.3448 7.45,31.3448 L10.354,31.3448 L10.354,34.9658 L15.983,31.3448 L19.852,31.3448 L19.852,32.2798 C19.852,34.1508 21.375,35.6728 23.246,35.6728 L32.016,35.6728 L37.646,39.2938 L37.646,35.6728 L40.549,35.6728 C42.421,35.6728 43.943,34.1508 43.943,32.2798 L43.943,19.1658 C43.943,17.2948 42.421,15.7718 40.549,15.7718 L40.549,15.7718 Z\"\n fillRule=\"evenodd\"\n ></path>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Quarrel;\n"],"names":[],"mappings":";AAIA,MAAM,UAAkC,CAAC,EAAE,gBAAkD;AAC3F,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EACV;AAGH,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EACV;AAGH,SAAO,YAAY,cAAc;AACnC;"}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
const RadioTherapy = ({ isHovered }) => {
|
|
3
|
+
const normal = /* @__PURE__ */ jsx(
|
|
4
|
+
"path",
|
|
5
|
+
{
|
|
6
|
+
fillRule: "evenodd",
|
|
7
|
+
d: "M39.783 24.233c0-5.62-4.573-10.194-10.195-10.194a10.2 10.2 0 00-8.419 4.443l-1.072-.734a11.498 11.498 0 019.491-5.01c6.34 0 11.495 5.157 11.495 11.495 0 6.338-5.156 11.495-11.495 11.495a11.49 11.49 0 01-8.69-3.973l.981-.85a10.192 10.192 0 007.71 3.523c5.621 0 10.194-4.573 10.194-10.195zm5.71 0c0 8.77-7.135 15.904-15.905 15.904a15.877 15.877 0 01-14.073-8.49l1.15-.607a14.583 14.583 0 0012.923 7.797c8.053 0 14.604-6.55 14.604-14.604 0-8.052-6.55-14.604-14.604-14.604a14.616 14.616 0 00-13.384 8.751l-1.19-.52a15.911 15.911 0 0114.574-9.53c8.77 0 15.904 7.134 15.904 15.903zm-21.68 3.52H4.355V26.3a4.61 4.61 0 014.604-4.604h14.854v6.057zm1.3 1.3h8.13v-1.3h-8.13v-7.357H8.96A5.911 5.911 0 003.055 26.3v2.753h22.058zm6.438-5.394c0 1.082-.88 1.963-1.963 1.963a1.966 1.966 0 01-1.963-1.963c0-1.083.881-1.963 1.963-1.963 1.083 0 1.963.88 1.963 1.963zm-5.226 0a3.266 3.266 0 003.263 3.262 3.266 3.266 0 003.263-3.262c0-1.8-1.464-3.263-3.263-3.263a3.266 3.266 0 00-3.263 3.263z"
|
|
8
|
+
}
|
|
9
|
+
);
|
|
10
|
+
const normalHover = /* @__PURE__ */ jsx(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M39.783 24.233c0-5.62-4.573-10.194-10.194-10.194a10.201 10.201 0 00-8.42 4.443l-1.072-.734a11.498 11.498 0 019.492-5.01c6.338 0 11.494 5.157 11.494 11.495 0 6.338-5.156 11.495-11.494 11.495a11.493 11.493 0 01-8.692-3.973l.983-.85a10.19 10.19 0 007.71 3.523c5.62 0 10.193-4.573 10.193-10.195zm5.71 0c0 8.77-7.135 15.904-15.904 15.904a15.879 15.879 0 01-14.074-8.49l1.15-.607a14.582 14.582 0 0012.924 7.797c8.052 0 14.603-6.55 14.603-14.604 0-8.052-6.55-14.604-14.603-14.604a14.616 14.616 0 00-13.385 8.751l-1.19-.52A15.913 15.913 0 0129.59 8.33c8.77 0 15.903 7.134 15.903 15.903zm-18.947 3.52H7.088V26.3a4.61 4.61 0 014.604-4.604h14.854v6.057zm1.3 1.3h8.13v-1.3h-8.13v-7.357H11.692A5.911 5.911 0 005.788 26.3v2.753h22.058zm6.438-5.394c0 1.082-.88 1.963-1.962 1.963a1.965 1.965 0 01-1.963-1.963c0-1.083.88-1.963 1.963-1.963 1.082 0 1.962.88 1.962 1.963zm-5.225 0a3.265 3.265 0 003.263 3.262 3.265 3.265 0 003.262-3.262c0-1.8-1.463-3.263-3.262-3.263a3.266 3.266 0 00-3.263 3.263z"
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
return isHovered ? normalHover : normal;
|
|
18
|
+
};
|
|
15
19
|
export {
|
|
16
|
-
|
|
20
|
+
RadioTherapy as default
|
|
17
21
|
};
|
|
18
22
|
//# sourceMappingURL=RadioTherapy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioTherapy.js","sources":["../../../src/components/Icons/RadioTherapy.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst RadioTherapy: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M39.783 24.233c0-5.62-4.573-10.194-10.195-10.194a10.2 10.2 0 00-8.419 4.443l-1.072-.734a11.498 11.498 0 019.491-5.01c6.34 0 11.495 5.157 11.495 11.495 0 6.338-5.156 11.495-11.495 11.495a11.49 11.49 0 01-8.69-3.973l.981-.85a10.192 10.192 0 007.71 3.523c5.621 0 10.194-4.573 10.194-10.195zm5.71 0c0 8.77-7.135 15.904-15.905 15.904a15.877 15.877 0 01-14.073-8.49l1.15-.607a14.583 14.583 0 0012.923 7.797c8.053 0 14.604-6.55 14.604-14.604 0-8.052-6.55-14.604-14.604-14.604a14.616 14.616 0 00-13.384 8.751l-1.19-.52a15.911 15.911 0 0114.574-9.53c8.77 0 15.904 7.134 15.904 15.903zm-21.68 3.52H4.355V26.3a4.61 4.61 0 014.604-4.604h14.854v6.057zm1.3 1.3h8.13v-1.3h-8.13v-7.357H8.96A5.911 5.911 0 003.055 26.3v2.753h22.058zm6.438-5.394c0 1.082-.88 1.963-1.963 1.963a1.966 1.966 0 01-1.963-1.963c0-1.083.881-1.963 1.963-1.963 1.083 0 1.963.88 1.963 1.963zm-5.226 0a3.266 3.266 0 003.263 3.262 3.266 3.266 0 003.263-3.262c0-1.8-1.464-3.263-3.263-3.263a3.266 3.266 0 00-3.263 3.263z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M39.783 24.233c0-5.62-4.573-10.194-10.194-10.194a10.201 10.201 0 00-8.42 4.443l-1.072-.734a11.498 11.498 0 019.492-5.01c6.338 0 11.494 5.157 11.494 11.495 0 6.338-5.156 11.495-11.494 11.495a11.493 11.493 0 01-8.692-3.973l.983-.85a10.19 10.19 0 007.71 3.523c5.62 0 10.193-4.573 10.193-10.195zm5.71 0c0 8.77-7.135 15.904-15.904 15.904a15.879 15.879 0 01-14.074-8.49l1.15-.607a14.582 14.582 0 0012.924 7.797c8.052 0 14.603-6.55 14.603-14.604 0-8.052-6.55-14.604-14.603-14.604a14.616 14.616 0 00-13.385 8.751l-1.19-.52A15.913 15.913 0 0129.59 8.33c8.77 0 15.903 7.134 15.903 15.903zm-18.947 3.52H7.088V26.3a4.61 4.61 0 014.604-4.604h14.854v6.057zm1.3 1.3h8.13v-1.3h-8.13v-7.357H11.692A5.911 5.911 0 005.788 26.3v2.753h22.058zm6.438-5.394c0 1.082-.88 1.963-1.962 1.963a1.965 1.965 0 01-1.963-1.963c0-1.083.88-1.963 1.963-1.963 1.082 0 1.962.88 1.962 1.963zm-5.225 0a3.265 3.265 0 003.263 3.262 3.265 3.265 0 003.262-3.262c0-1.8-1.463-3.263-3.262-3.263a3.266 3.266 0 00-3.263 3.263z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default RadioTherapy;\n"],"names":[
|
|
1
|
+
{"version":3,"file":"RadioTherapy.js","sources":["../../../src/components/Icons/RadioTherapy.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst RadioTherapy: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M39.783 24.233c0-5.62-4.573-10.194-10.195-10.194a10.2 10.2 0 00-8.419 4.443l-1.072-.734a11.498 11.498 0 019.491-5.01c6.34 0 11.495 5.157 11.495 11.495 0 6.338-5.156 11.495-11.495 11.495a11.49 11.49 0 01-8.69-3.973l.981-.85a10.192 10.192 0 007.71 3.523c5.621 0 10.194-4.573 10.194-10.195zm5.71 0c0 8.77-7.135 15.904-15.905 15.904a15.877 15.877 0 01-14.073-8.49l1.15-.607a14.583 14.583 0 0012.923 7.797c8.053 0 14.604-6.55 14.604-14.604 0-8.052-6.55-14.604-14.604-14.604a14.616 14.616 0 00-13.384 8.751l-1.19-.52a15.911 15.911 0 0114.574-9.53c8.77 0 15.904 7.134 15.904 15.903zm-21.68 3.52H4.355V26.3a4.61 4.61 0 014.604-4.604h14.854v6.057zm1.3 1.3h8.13v-1.3h-8.13v-7.357H8.96A5.911 5.911 0 003.055 26.3v2.753h22.058zm6.438-5.394c0 1.082-.88 1.963-1.963 1.963a1.966 1.966 0 01-1.963-1.963c0-1.083.881-1.963 1.963-1.963 1.083 0 1.963.88 1.963 1.963zm-5.226 0a3.266 3.266 0 003.263 3.262 3.266 3.266 0 003.263-3.262c0-1.8-1.464-3.263-3.263-3.263a3.266 3.266 0 00-3.263 3.263z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M39.783 24.233c0-5.62-4.573-10.194-10.194-10.194a10.201 10.201 0 00-8.42 4.443l-1.072-.734a11.498 11.498 0 019.492-5.01c6.338 0 11.494 5.157 11.494 11.495 0 6.338-5.156 11.495-11.494 11.495a11.493 11.493 0 01-8.692-3.973l.983-.85a10.19 10.19 0 007.71 3.523c5.62 0 10.193-4.573 10.193-10.195zm5.71 0c0 8.77-7.135 15.904-15.904 15.904a15.879 15.879 0 01-14.074-8.49l1.15-.607a14.582 14.582 0 0012.924 7.797c8.052 0 14.603-6.55 14.603-14.604 0-8.052-6.55-14.604-14.603-14.604a14.616 14.616 0 00-13.385 8.751l-1.19-.52A15.913 15.913 0 0129.59 8.33c8.77 0 15.903 7.134 15.903 15.903zm-18.947 3.52H7.088V26.3a4.61 4.61 0 014.604-4.604h14.854v6.057zm1.3 1.3h8.13v-1.3h-8.13v-7.357H11.692A5.911 5.911 0 005.788 26.3v2.753h22.058zm6.438-5.394c0 1.082-.88 1.963-1.962 1.963a1.965 1.965 0 01-1.963-1.963c0-1.083.88-1.963 1.963-1.963 1.082 0 1.962.88 1.962 1.963zm-5.225 0a3.265 3.265 0 003.263 3.262 3.265 3.265 0 003.262-3.262c0-1.8-1.463-3.263-3.262-3.263a3.266 3.266 0 00-3.263 3.263z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default RadioTherapy;\n"],"names":[],"mappings":";AAIA,MAAM,eAAuC,CAAC,EAAE,gBAAkD;AAChG,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EACJ;AAGF,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EACJ;AAGF,SAAO,YAAY,cAAc;AACnC;"}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
const RadioactiveTreatment = ({ isHovered }) => {
|
|
3
|
+
const normal = /* @__PURE__ */ jsx(
|
|
4
|
+
"path",
|
|
5
|
+
{
|
|
6
|
+
fillRule: "evenodd",
|
|
7
|
+
d: "M30.735 11.36c0-.38.2-.7.51-.87a.966.966 0 011 0 1 1 0 010 1.73.966.966 0 01-1 0 .961.961 0 01-.51-.86zm1.86-1.47l1.14-1.98c.52.31.97.73 1.3 1.22l.25.43c.28.55.43 1.16.43 1.8h-2.27c0-.64-.34-1.19-.85-1.47zm-2.56 1.47h-2.27c0-.64.15-1.23.41-1.76l.27-.47.01-.02c.34-.49.78-.9 1.3-1.2l1.14 1.97c-.52.29-.86.84-.86 1.48zm2.55 1.47l1.14 1.97c-.52.3-1.13.49-1.78.52h-.41c-.65-.02-1.25-.22-1.78-.52l1.14-1.97c.25.15.54.23.85.23.31 0 .59-.08.84-.23zm-1.872 11.393h2.065v-1.11h-2.064v1.11zm-4.927-4.713v-1.714h11.917v1.714a2.304 2.304 0 01-2.302 2.302h-7.313a2.304 2.304 0 01-2.302-2.302zm2.302-13.768h7.313a2.304 2.304 0 012.302 2.302v8.451H25.786v-8.45a2.304 2.304 0 012.302-2.303zm-1.53 33.633a.65.65 0 00-.534.28c-1.032 1.484-2.866 2.167-5.65 2.156l-10.136-.047a.96.96 0 01-.958-.96c.003-.527.463-.97.968-.952l.518.002 4.796.023.004-.65.002-.65-3.377-.016-1.938-.009h-.008l-2.471-.012a.968.968 0 01-.96-.975c.005-.536.454-.979.968-.968l6.16.03v-.007l1.62.007.006-1.3-10.032-.04a.893.893 0 01-.658-.31 1.205 1.205 0 01-.3-.817c.002-.31.11-.6.306-.814a.896.896 0 01.659-.303h.003l2.24.01.014.001 6.61.031v-.005l1.152.005.007-1.3-7.77-.032a.968.968 0 01-.952-.976.973.973 0 01.285-.686c.184-.182.395-.295.684-.28l6.414.015.027.007a.73.73 0 00.158.02l4.559-.015a.65.65 0 00-.002-1.3l-4.556-.01c-.316-.107-.534-.277-.665-.518-.2-.365-.185-.86-.125-1.232h8.793c2.206 0 3.497 1.878 4.27 3 .125.183.235.344.332.472.124.163.273.27.523.258l3.55-.016V31.8a3.764 3.764 0 003.76 3.76h2.133v1.632h1.3v-4.534h-1.3v1.602h-2.133a2.463 2.463 0 01-2.46-2.46v-1.313l11.677-.05-.006-1.302-11.67.052v-3.663h1.031a.65.65 0 00.65-.65v-1.762h1.325a3.606 3.606 0 003.602-3.602V8.044a3.606 3.606 0 00-3.602-3.602h-7.313a3.606 3.606 0 00-3.602 3.602V19.51a3.606 3.606 0 003.602 3.602h1.325v1.762c0 .36.291.65.65.65h1.032v3.67l-3.221.013a21.334 21.334 0 01-.114-.165c-.858-1.245-2.452-3.564-5.341-3.564h-9.305a.651.651 0 00-.613.434c-.053.152-.492 1.48.052 2.61l-4.733-.01a2.235 2.235 0 00-1.605.658 2.26 2.26 0 00-.447 2.574h-.215a2.202 2.202 0 00-1.625.723 2.501 2.501 0 00-.65 1.687 2.5 2.5 0 00.634 1.694 2.181 2.181 0 001.619.74h.215a2.26 2.26 0 00-.232.97 2.27 2.27 0 002.253 2.282l.439.002a2.236 2.236 0 00-.226.955 2.257 2.257 0 002.253 2.267l10.134.047h.104c1.98 0 4.715-.278 6.413-2.436l17.188.003V39.38l-17.515-.004z"
|
|
8
|
+
}
|
|
9
|
+
);
|
|
10
|
+
const normalHover = /* @__PURE__ */ jsx(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M30.734 11.36c0-.38.2-.7.51-.87a.966.966 0 011 0 1 1 0 010 1.73.966.966 0 01-1 0 .961.961 0 01-.51-.86zm1.86-1.47l1.14-1.98c.53.31.97.73 1.3 1.22l.25.43c.28.55.44 1.16.44 1.8h-2.28c0-.64-.34-1.19-.85-1.47zm-2.56 1.47h-2.26c0-.64.14-1.23.4-1.76l.27-.47.01-.02c.34-.49.78-.9 1.3-1.2l1.14 1.98c-.51.28-.86.83-.86 1.47zm2.55 1.47l1.14 1.97c-.52.3-1.13.49-1.77.52h-.41c-.65-.02-1.26-.22-1.79-.52l1.14-1.97c.25.15.54.23.85.23.31 0 .59-.08.84-.23zm-1.871 11.393h2.064v-1.11h-2.064v1.11zm-4.927-4.713v-.137h11.918v.137a2.305 2.305 0 01-2.302 2.302h-7.313a2.305 2.305 0 01-2.303-2.302zm2.303-13.768h7.313a2.305 2.305 0 012.302 2.302v10.03H25.786V8.043a2.305 2.305 0 012.303-2.302zm-1.531 33.633a.65.65 0 00-.533.28c-1.032 1.484-2.868 2.167-5.652 2.156l-10.135-.047a.96.96 0 01-.958-.96.943.943 0 01.284-.674.88.88 0 01.684-.278l.518.002 4.797.023.003-.65.002-.65-3.376-.016-1.938-.009h-.001l-2.48-.012a.954.954 0 01-.678-.286.971.971 0 01-.28-.689.969.969 0 01.963-.968h.005l6.159.03v-.007l1.62.007.006-1.3-10.032-.04a.888.888 0 01-.658-.31 1.205 1.205 0 01-.3-.817c.002-.31.11-.6.307-.814a.894.894 0 01.658-.303h.004l2.24.01.013.001 6.61.031v-.005l1.153.005.005-1.3-7.77-.032a.969.969 0 01-.951-.975.97.97 0 01.965-.967h.005l6.414.015.025.007a.647.647 0 00.159.02l4.558-.015a.65.65 0 000-1.3l-4.556-.01c-.316-.107-.535-.277-.666-.518-.2-.365-.185-.86-.125-1.232h8.793c2.207 0 3.498 1.878 4.27 3 .125.183.236.344.333.472.124.163.303.27.522.258l3.55-.016V31.8a3.764 3.764 0 003.76 3.76h2.133v1.632h1.3v-4.534h-1.3v1.602h-2.132a2.463 2.463 0 01-2.46-2.46v-1.313l11.676-.05-.006-1.302-11.67.052v-3.663h1.032a.65.65 0 00.65-.65v-1.762h1.325a3.606 3.606 0 003.602-3.602V8.044a3.606 3.606 0 00-3.602-3.602h-7.313a3.606 3.606 0 00-3.603 3.602V19.51a3.607 3.607 0 003.603 3.602h1.325v1.762c0 .36.29.65.65.65h1.03v3.67l-3.22.013a21.334 21.334 0 01-.114-.165c-.857-1.245-2.451-3.564-5.341-3.564h-9.304a.65.65 0 00-.613.434c-.053.152-.492 1.48.05 2.61l-4.731-.01H7.81a2.27 2.27 0 00-2.263 2.26c-.001.35.082.676.22.972h-.214c-.634-.007-1.194.253-1.625.723a2.501 2.501 0 00-.65 1.687 2.5 2.5 0 00.634 1.694 2.179 2.179 0 001.618.74h.216a2.256 2.256 0 00-.231.97 2.26 2.26 0 00.655 1.608c.425.432.993.672 1.598.674l.437.002a2.245 2.245 0 00-.225.955 2.257 2.257 0 002.253 2.267l10.134.047h.103c1.982 0 4.717-.278 6.415-2.436l17.187.003V39.38l-17.514-.004z"
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
return isHovered ? normalHover : normal;
|
|
18
|
+
};
|
|
15
19
|
export {
|
|
16
|
-
|
|
20
|
+
RadioactiveTreatment as default
|
|
17
21
|
};
|
|
18
22
|
//# sourceMappingURL=RadioactiveTreatment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioactiveTreatment.js","sources":["../../../src/components/Icons/RadioactiveTreatment.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst RadioactiveTreatment: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M30.735 11.36c0-.38.2-.7.51-.87a.966.966 0 011 0 1 1 0 010 1.73.966.966 0 01-1 0 .961.961 0 01-.51-.86zm1.86-1.47l1.14-1.98c.52.31.97.73 1.3 1.22l.25.43c.28.55.43 1.16.43 1.8h-2.27c0-.64-.34-1.19-.85-1.47zm-2.56 1.47h-2.27c0-.64.15-1.23.41-1.76l.27-.47.01-.02c.34-.49.78-.9 1.3-1.2l1.14 1.97c-.52.29-.86.84-.86 1.48zm2.55 1.47l1.14 1.97c-.52.3-1.13.49-1.78.52h-.41c-.65-.02-1.25-.22-1.78-.52l1.14-1.97c.25.15.54.23.85.23.31 0 .59-.08.84-.23zm-1.872 11.393h2.065v-1.11h-2.064v1.11zm-4.927-4.713v-1.714h11.917v1.714a2.304 2.304 0 01-2.302 2.302h-7.313a2.304 2.304 0 01-2.302-2.302zm2.302-13.768h7.313a2.304 2.304 0 012.302 2.302v8.451H25.786v-8.45a2.304 2.304 0 012.302-2.303zm-1.53 33.633a.65.65 0 00-.534.28c-1.032 1.484-2.866 2.167-5.65 2.156l-10.136-.047a.96.96 0 01-.958-.96c.003-.527.463-.97.968-.952l.518.002 4.796.023.004-.65.002-.65-3.377-.016-1.938-.009h-.008l-2.471-.012a.968.968 0 01-.96-.975c.005-.536.454-.979.968-.968l6.16.03v-.007l1.62.007.006-1.3-10.032-.04a.893.893 0 01-.658-.31 1.205 1.205 0 01-.3-.817c.002-.31.11-.6.306-.814a.896.896 0 01.659-.303h.003l2.24.01.014.001 6.61.031v-.005l1.152.005.007-1.3-7.77-.032a.968.968 0 01-.952-.976.973.973 0 01.285-.686c.184-.182.395-.295.684-.28l6.414.015.027.007a.73.73 0 00.158.02l4.559-.015a.65.65 0 00-.002-1.3l-4.556-.01c-.316-.107-.534-.277-.665-.518-.2-.365-.185-.86-.125-1.232h8.793c2.206 0 3.497 1.878 4.27 3 .125.183.235.344.332.472.124.163.273.27.523.258l3.55-.016V31.8a3.764 3.764 0 003.76 3.76h2.133v1.632h1.3v-4.534h-1.3v1.602h-2.133a2.463 2.463 0 01-2.46-2.46v-1.313l11.677-.05-.006-1.302-11.67.052v-3.663h1.031a.65.65 0 00.65-.65v-1.762h1.325a3.606 3.606 0 003.602-3.602V8.044a3.606 3.606 0 00-3.602-3.602h-7.313a3.606 3.606 0 00-3.602 3.602V19.51a3.606 3.606 0 003.602 3.602h1.325v1.762c0 .36.291.65.65.65h1.032v3.67l-3.221.013a21.334 21.334 0 01-.114-.165c-.858-1.245-2.452-3.564-5.341-3.564h-9.305a.651.651 0 00-.613.434c-.053.152-.492 1.48.052 2.61l-4.733-.01a2.235 2.235 0 00-1.605.658 2.26 2.26 0 00-.447 2.574h-.215a2.202 2.202 0 00-1.625.723 2.501 2.501 0 00-.65 1.687 2.5 2.5 0 00.634 1.694 2.181 2.181 0 001.619.74h.215a2.26 2.26 0 00-.232.97 2.27 2.27 0 002.253 2.282l.439.002a2.236 2.236 0 00-.226.955 2.257 2.257 0 002.253 2.267l10.134.047h.104c1.98 0 4.715-.278 6.413-2.436l17.188.003V39.38l-17.515-.004z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M30.734 11.36c0-.38.2-.7.51-.87a.966.966 0 011 0 1 1 0 010 1.73.966.966 0 01-1 0 .961.961 0 01-.51-.86zm1.86-1.47l1.14-1.98c.53.31.97.73 1.3 1.22l.25.43c.28.55.44 1.16.44 1.8h-2.28c0-.64-.34-1.19-.85-1.47zm-2.56 1.47h-2.26c0-.64.14-1.23.4-1.76l.27-.47.01-.02c.34-.49.78-.9 1.3-1.2l1.14 1.98c-.51.28-.86.83-.86 1.47zm2.55 1.47l1.14 1.97c-.52.3-1.13.49-1.77.52h-.41c-.65-.02-1.26-.22-1.79-.52l1.14-1.97c.25.15.54.23.85.23.31 0 .59-.08.84-.23zm-1.871 11.393h2.064v-1.11h-2.064v1.11zm-4.927-4.713v-.137h11.918v.137a2.305 2.305 0 01-2.302 2.302h-7.313a2.305 2.305 0 01-2.303-2.302zm2.303-13.768h7.313a2.305 2.305 0 012.302 2.302v10.03H25.786V8.043a2.305 2.305 0 012.303-2.302zm-1.531 33.633a.65.65 0 00-.533.28c-1.032 1.484-2.868 2.167-5.652 2.156l-10.135-.047a.96.96 0 01-.958-.96.943.943 0 01.284-.674.88.88 0 01.684-.278l.518.002 4.797.023.003-.65.002-.65-3.376-.016-1.938-.009h-.001l-2.48-.012a.954.954 0 01-.678-.286.971.971 0 01-.28-.689.969.969 0 01.963-.968h.005l6.159.03v-.007l1.62.007.006-1.3-10.032-.04a.888.888 0 01-.658-.31 1.205 1.205 0 01-.3-.817c.002-.31.11-.6.307-.814a.894.894 0 01.658-.303h.004l2.24.01.013.001 6.61.031v-.005l1.153.005.005-1.3-7.77-.032a.969.969 0 01-.951-.975.97.97 0 01.965-.967h.005l6.414.015.025.007a.647.647 0 00.159.02l4.558-.015a.65.65 0 000-1.3l-4.556-.01c-.316-.107-.535-.277-.666-.518-.2-.365-.185-.86-.125-1.232h8.793c2.207 0 3.498 1.878 4.27 3 .125.183.236.344.333.472.124.163.303.27.522.258l3.55-.016V31.8a3.764 3.764 0 003.76 3.76h2.133v1.632h1.3v-4.534h-1.3v1.602h-2.132a2.463 2.463 0 01-2.46-2.46v-1.313l11.676-.05-.006-1.302-11.67.052v-3.663h1.032a.65.65 0 00.65-.65v-1.762h1.325a3.606 3.606 0 003.602-3.602V8.044a3.606 3.606 0 00-3.602-3.602h-7.313a3.606 3.606 0 00-3.603 3.602V19.51a3.607 3.607 0 003.603 3.602h1.325v1.762c0 .36.29.65.65.65h1.03v3.67l-3.22.013a21.334 21.334 0 01-.114-.165c-.857-1.245-2.451-3.564-5.341-3.564h-9.304a.65.65 0 00-.613.434c-.053.152-.492 1.48.05 2.61l-4.731-.01H7.81a2.27 2.27 0 00-2.263 2.26c-.001.35.082.676.22.972h-.214c-.634-.007-1.194.253-1.625.723a2.501 2.501 0 00-.65 1.687 2.5 2.5 0 00.634 1.694 2.179 2.179 0 001.618.74h.216a2.256 2.256 0 00-.231.97 2.26 2.26 0 00.655 1.608c.425.432.993.672 1.598.674l.437.002a2.245 2.245 0 00-.225.955 2.257 2.257 0 002.253 2.267l10.134.047h.103c1.982 0 4.717-.278 6.415-2.436l17.187.003V39.38l-17.514-.004z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default RadioactiveTreatment;\n"],"names":[
|
|
1
|
+
{"version":3,"file":"RadioactiveTreatment.js","sources":["../../../src/components/Icons/RadioactiveTreatment.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst RadioactiveTreatment: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M30.735 11.36c0-.38.2-.7.51-.87a.966.966 0 011 0 1 1 0 010 1.73.966.966 0 01-1 0 .961.961 0 01-.51-.86zm1.86-1.47l1.14-1.98c.52.31.97.73 1.3 1.22l.25.43c.28.55.43 1.16.43 1.8h-2.27c0-.64-.34-1.19-.85-1.47zm-2.56 1.47h-2.27c0-.64.15-1.23.41-1.76l.27-.47.01-.02c.34-.49.78-.9 1.3-1.2l1.14 1.97c-.52.29-.86.84-.86 1.48zm2.55 1.47l1.14 1.97c-.52.3-1.13.49-1.78.52h-.41c-.65-.02-1.25-.22-1.78-.52l1.14-1.97c.25.15.54.23.85.23.31 0 .59-.08.84-.23zm-1.872 11.393h2.065v-1.11h-2.064v1.11zm-4.927-4.713v-1.714h11.917v1.714a2.304 2.304 0 01-2.302 2.302h-7.313a2.304 2.304 0 01-2.302-2.302zm2.302-13.768h7.313a2.304 2.304 0 012.302 2.302v8.451H25.786v-8.45a2.304 2.304 0 012.302-2.303zm-1.53 33.633a.65.65 0 00-.534.28c-1.032 1.484-2.866 2.167-5.65 2.156l-10.136-.047a.96.96 0 01-.958-.96c.003-.527.463-.97.968-.952l.518.002 4.796.023.004-.65.002-.65-3.377-.016-1.938-.009h-.008l-2.471-.012a.968.968 0 01-.96-.975c.005-.536.454-.979.968-.968l6.16.03v-.007l1.62.007.006-1.3-10.032-.04a.893.893 0 01-.658-.31 1.205 1.205 0 01-.3-.817c.002-.31.11-.6.306-.814a.896.896 0 01.659-.303h.003l2.24.01.014.001 6.61.031v-.005l1.152.005.007-1.3-7.77-.032a.968.968 0 01-.952-.976.973.973 0 01.285-.686c.184-.182.395-.295.684-.28l6.414.015.027.007a.73.73 0 00.158.02l4.559-.015a.65.65 0 00-.002-1.3l-4.556-.01c-.316-.107-.534-.277-.665-.518-.2-.365-.185-.86-.125-1.232h8.793c2.206 0 3.497 1.878 4.27 3 .125.183.235.344.332.472.124.163.273.27.523.258l3.55-.016V31.8a3.764 3.764 0 003.76 3.76h2.133v1.632h1.3v-4.534h-1.3v1.602h-2.133a2.463 2.463 0 01-2.46-2.46v-1.313l11.677-.05-.006-1.302-11.67.052v-3.663h1.031a.65.65 0 00.65-.65v-1.762h1.325a3.606 3.606 0 003.602-3.602V8.044a3.606 3.606 0 00-3.602-3.602h-7.313a3.606 3.606 0 00-3.602 3.602V19.51a3.606 3.606 0 003.602 3.602h1.325v1.762c0 .36.291.65.65.65h1.032v3.67l-3.221.013a21.334 21.334 0 01-.114-.165c-.858-1.245-2.452-3.564-5.341-3.564h-9.305a.651.651 0 00-.613.434c-.053.152-.492 1.48.052 2.61l-4.733-.01a2.235 2.235 0 00-1.605.658 2.26 2.26 0 00-.447 2.574h-.215a2.202 2.202 0 00-1.625.723 2.501 2.501 0 00-.65 1.687 2.5 2.5 0 00.634 1.694 2.181 2.181 0 001.619.74h.215a2.26 2.26 0 00-.232.97 2.27 2.27 0 002.253 2.282l.439.002a2.236 2.236 0 00-.226.955 2.257 2.257 0 002.253 2.267l10.134.047h.104c1.98 0 4.715-.278 6.413-2.436l17.188.003V39.38l-17.515-.004z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M30.734 11.36c0-.38.2-.7.51-.87a.966.966 0 011 0 1 1 0 010 1.73.966.966 0 01-1 0 .961.961 0 01-.51-.86zm1.86-1.47l1.14-1.98c.53.31.97.73 1.3 1.22l.25.43c.28.55.44 1.16.44 1.8h-2.28c0-.64-.34-1.19-.85-1.47zm-2.56 1.47h-2.26c0-.64.14-1.23.4-1.76l.27-.47.01-.02c.34-.49.78-.9 1.3-1.2l1.14 1.98c-.51.28-.86.83-.86 1.47zm2.55 1.47l1.14 1.97c-.52.3-1.13.49-1.77.52h-.41c-.65-.02-1.26-.22-1.79-.52l1.14-1.97c.25.15.54.23.85.23.31 0 .59-.08.84-.23zm-1.871 11.393h2.064v-1.11h-2.064v1.11zm-4.927-4.713v-.137h11.918v.137a2.305 2.305 0 01-2.302 2.302h-7.313a2.305 2.305 0 01-2.303-2.302zm2.303-13.768h7.313a2.305 2.305 0 012.302 2.302v10.03H25.786V8.043a2.305 2.305 0 012.303-2.302zm-1.531 33.633a.65.65 0 00-.533.28c-1.032 1.484-2.868 2.167-5.652 2.156l-10.135-.047a.96.96 0 01-.958-.96.943.943 0 01.284-.674.88.88 0 01.684-.278l.518.002 4.797.023.003-.65.002-.65-3.376-.016-1.938-.009h-.001l-2.48-.012a.954.954 0 01-.678-.286.971.971 0 01-.28-.689.969.969 0 01.963-.968h.005l6.159.03v-.007l1.62.007.006-1.3-10.032-.04a.888.888 0 01-.658-.31 1.205 1.205 0 01-.3-.817c.002-.31.11-.6.307-.814a.894.894 0 01.658-.303h.004l2.24.01.013.001 6.61.031v-.005l1.153.005.005-1.3-7.77-.032a.969.969 0 01-.951-.975.97.97 0 01.965-.967h.005l6.414.015.025.007a.647.647 0 00.159.02l4.558-.015a.65.65 0 000-1.3l-4.556-.01c-.316-.107-.535-.277-.666-.518-.2-.365-.185-.86-.125-1.232h8.793c2.207 0 3.498 1.878 4.27 3 .125.183.236.344.333.472.124.163.303.27.522.258l3.55-.016V31.8a3.764 3.764 0 003.76 3.76h2.133v1.632h1.3v-4.534h-1.3v1.602h-2.132a2.463 2.463 0 01-2.46-2.46v-1.313l11.676-.05-.006-1.302-11.67.052v-3.663h1.032a.65.65 0 00.65-.65v-1.762h1.325a3.606 3.606 0 003.602-3.602V8.044a3.606 3.606 0 00-3.602-3.602h-7.313a3.606 3.606 0 00-3.603 3.602V19.51a3.607 3.607 0 003.603 3.602h1.325v1.762c0 .36.29.65.65.65h1.03v3.67l-3.22.013a21.334 21.334 0 01-.114-.165c-.857-1.245-2.451-3.564-5.341-3.564h-9.304a.65.65 0 00-.613.434c-.053.152-.492 1.48.05 2.61l-4.731-.01H7.81a2.27 2.27 0 00-2.263 2.26c-.001.35.082.676.22.972h-.214c-.634-.007-1.194.253-1.625.723a2.501 2.501 0 00-.65 1.687 2.5 2.5 0 00.634 1.694 2.179 2.179 0 001.618.74h.216a2.256 2.256 0 00-.231.97 2.26 2.26 0 00.655 1.608c.425.432.993.672 1.598.674l.437.002a2.245 2.245 0 00-.225.955 2.257 2.257 0 002.253 2.267l10.134.047h.103c1.982 0 4.717-.278 6.415-2.436l17.187.003V39.38l-17.514-.004z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default RadioactiveTreatment;\n"],"names":[],"mappings":";AAIA,MAAM,uBAA+C,CAAC,EAAE,gBAAkD;AACxG,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EACJ;AAGF,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EACJ;AAGF,SAAO,YAAY,cAAc;AACnC;"}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
const Radioiodine = ({ isHovered }) => {
|
|
3
|
+
const normal = /* @__PURE__ */ jsx(
|
|
4
|
+
"path",
|
|
5
|
+
{
|
|
6
|
+
fillRule: "evenodd",
|
|
7
|
+
d: "M6.231 30.884h3.036v-1.301H6.231v1.301zm10.885 10.884h1.3v-3.035h-1.3v3.035zm-5.782-6.03l.919.92-2.146 2.147-.919-.92 2.146-2.147zm27.399-17.322h3.036v-1.301h-3.036v1.301zm-9.149-9.149h1.3V6.231h-1.3v3.036zm7.082 2.995l-.919-.92 2.146-2.147.92.92-2.147 2.147zm-5.391 2.271l-.92.92c-.766-.767-2.098-.767-2.864 0l-.919-.92c1.257-1.256 3.446-1.256 4.703 0zm2.621 8.972l-4.736 4.734-9.392-9.391 4.734-4.736a6.65 6.65 0 019.394 0 6.65 6.65 0 010 9.393zm-10.391 10.39a6.592 6.592 0 01-4.696 1.936 6.594 6.594 0 01-4.697-1.936 6.65 6.65 0 010-9.392l4.736-4.736 9.392 9.392-4.735 4.736zm.078-20.703l-10.39 10.391c-3.096 3.097-3.096 8.135 0 11.231a7.885 7.885 0 005.616 2.318 7.881 7.881 0 005.615-2.318l10.39-10.389c3.097-3.097 3.097-8.136 0-11.233-3.096-3.095-8.134-3.095-11.231 0z"
|
|
8
|
+
}
|
|
9
|
+
);
|
|
10
|
+
const normalHover = /* @__PURE__ */ jsx(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M8.32 28.316l-2.992-.509.218-1.28 2.993.508-.218 1.281zm6.424 9.054l1.28.218-.508 2.994-1.281-.219.509-2.993zm-5.198-3.92l.752 1.06-2.476 1.755-.752-1.06 2.476-1.756zm33.126-13.258l-.218 1.281-2.993-.509.218-1.28 2.993.508zm-9.416-9.563l-1.281-.219.509-2.992 1.28.218-.508 2.993zm7.674 2.165l-2.476 1.756-.752-1.06 2.476-1.757.752 1.061zm-8.172 3.092l-1.06.752a2.027 2.027 0 00-2.824-.48l-.752-1.06a3.33 3.33 0 014.636.788zm3.776 4.98a6.586 6.586 0 01-2.696 4.304l-5.462 3.875-7.685-10.834 5.462-3.874a6.594 6.594 0 014.954-1.123 6.592 6.592 0 014.306 2.697 6.593 6.593 0 011.12 4.954zM21.853 33.67a6.645 6.645 0 01-9.26-1.574 6.65 6.65 0 011.575-9.26l5.463-3.875 7.685 10.834-5.463 3.875zm9.472-21.738a7.871 7.871 0 00-5.924 1.343l-11.985 8.501C9.844 24.31 9 29.278 11.533 32.85a7.937 7.937 0 006.489 3.344 7.897 7.897 0 004.584-1.46L34.59 26.23a7.886 7.886 0 003.225-5.148 7.88 7.88 0 00-1.343-5.924 7.885 7.885 0 00-5.148-3.226z"
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
return isHovered ? normalHover : normal;
|
|
18
|
+
};
|
|
15
19
|
export {
|
|
16
|
-
|
|
20
|
+
Radioiodine as default
|
|
17
21
|
};
|
|
18
22
|
//# sourceMappingURL=Radioiodine.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radioiodine.js","sources":["../../../src/components/Icons/Radioiodine.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Radioiodine: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M6.231 30.884h3.036v-1.301H6.231v1.301zm10.885 10.884h1.3v-3.035h-1.3v3.035zm-5.782-6.03l.919.92-2.146 2.147-.919-.92 2.146-2.147zm27.399-17.322h3.036v-1.301h-3.036v1.301zm-9.149-9.149h1.3V6.231h-1.3v3.036zm7.082 2.995l-.919-.92 2.146-2.147.92.92-2.147 2.147zm-5.391 2.271l-.92.92c-.766-.767-2.098-.767-2.864 0l-.919-.92c1.257-1.256 3.446-1.256 4.703 0zm2.621 8.972l-4.736 4.734-9.392-9.391 4.734-4.736a6.65 6.65 0 019.394 0 6.65 6.65 0 010 9.393zm-10.391 10.39a6.592 6.592 0 01-4.696 1.936 6.594 6.594 0 01-4.697-1.936 6.65 6.65 0 010-9.392l4.736-4.736 9.392 9.392-4.735 4.736zm.078-20.703l-10.39 10.391c-3.096 3.097-3.096 8.135 0 11.231a7.885 7.885 0 005.616 2.318 7.881 7.881 0 005.615-2.318l10.39-10.389c3.097-3.097 3.097-8.136 0-11.233-3.096-3.095-8.134-3.095-11.231 0z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M8.32 28.316l-2.992-.509.218-1.28 2.993.508-.218 1.281zm6.424 9.054l1.28.218-.508 2.994-1.281-.219.509-2.993zm-5.198-3.92l.752 1.06-2.476 1.755-.752-1.06 2.476-1.756zm33.126-13.258l-.218 1.281-2.993-.509.218-1.28 2.993.508zm-9.416-9.563l-1.281-.219.509-2.992 1.28.218-.508 2.993zm7.674 2.165l-2.476 1.756-.752-1.06 2.476-1.757.752 1.061zm-8.172 3.092l-1.06.752a2.027 2.027 0 00-2.824-.48l-.752-1.06a3.33 3.33 0 014.636.788zm3.776 4.98a6.586 6.586 0 01-2.696 4.304l-5.462 3.875-7.685-10.834 5.462-3.874a6.594 6.594 0 014.954-1.123 6.592 6.592 0 014.306 2.697 6.593 6.593 0 011.12 4.954zM21.853 33.67a6.645 6.645 0 01-9.26-1.574 6.65 6.65 0 011.575-9.26l5.463-3.875 7.685 10.834-5.463 3.875zm9.472-21.738a7.871 7.871 0 00-5.924 1.343l-11.985 8.501C9.844 24.31 9 29.278 11.533 32.85a7.937 7.937 0 006.489 3.344 7.897 7.897 0 004.584-1.46L34.59 26.23a7.886 7.886 0 003.225-5.148 7.88 7.88 0 00-1.343-5.924 7.885 7.885 0 00-5.148-3.226z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Radioiodine;\n"],"names":[
|
|
1
|
+
{"version":3,"file":"Radioiodine.js","sources":["../../../src/components/Icons/Radioiodine.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Radioiodine: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M6.231 30.884h3.036v-1.301H6.231v1.301zm10.885 10.884h1.3v-3.035h-1.3v3.035zm-5.782-6.03l.919.92-2.146 2.147-.919-.92 2.146-2.147zm27.399-17.322h3.036v-1.301h-3.036v1.301zm-9.149-9.149h1.3V6.231h-1.3v3.036zm7.082 2.995l-.919-.92 2.146-2.147.92.92-2.147 2.147zm-5.391 2.271l-.92.92c-.766-.767-2.098-.767-2.864 0l-.919-.92c1.257-1.256 3.446-1.256 4.703 0zm2.621 8.972l-4.736 4.734-9.392-9.391 4.734-4.736a6.65 6.65 0 019.394 0 6.65 6.65 0 010 9.393zm-10.391 10.39a6.592 6.592 0 01-4.696 1.936 6.594 6.594 0 01-4.697-1.936 6.65 6.65 0 010-9.392l4.736-4.736 9.392 9.392-4.735 4.736zm.078-20.703l-10.39 10.391c-3.096 3.097-3.096 8.135 0 11.231a7.885 7.885 0 005.616 2.318 7.881 7.881 0 005.615-2.318l10.39-10.389c3.097-3.097 3.097-8.136 0-11.233-3.096-3.095-8.134-3.095-11.231 0z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M8.32 28.316l-2.992-.509.218-1.28 2.993.508-.218 1.281zm6.424 9.054l1.28.218-.508 2.994-1.281-.219.509-2.993zm-5.198-3.92l.752 1.06-2.476 1.755-.752-1.06 2.476-1.756zm33.126-13.258l-.218 1.281-2.993-.509.218-1.28 2.993.508zm-9.416-9.563l-1.281-.219.509-2.992 1.28.218-.508 2.993zm7.674 2.165l-2.476 1.756-.752-1.06 2.476-1.757.752 1.061zm-8.172 3.092l-1.06.752a2.027 2.027 0 00-2.824-.48l-.752-1.06a3.33 3.33 0 014.636.788zm3.776 4.98a6.586 6.586 0 01-2.696 4.304l-5.462 3.875-7.685-10.834 5.462-3.874a6.594 6.594 0 014.954-1.123 6.592 6.592 0 014.306 2.697 6.593 6.593 0 011.12 4.954zM21.853 33.67a6.645 6.645 0 01-9.26-1.574 6.65 6.65 0 011.575-9.26l5.463-3.875 7.685 10.834-5.463 3.875zm9.472-21.738a7.871 7.871 0 00-5.924 1.343l-11.985 8.501C9.844 24.31 9 29.278 11.533 32.85a7.937 7.937 0 006.489 3.344 7.897 7.897 0 004.584-1.46L34.59 26.23a7.886 7.886 0 003.225-5.148 7.88 7.88 0 00-1.343-5.924 7.885 7.885 0 00-5.148-3.226z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Radioiodine;\n"],"names":[],"mappings":";AAIA,MAAM,cAAsC,CAAC,EAAE,gBAAkD;AAC/F,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EACJ;AAGF,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EACJ;AAGF,SAAO,YAAY,cAAc;AACnC;"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
const
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
const Receipt = ({ isHovered }) => {
|
|
3
|
+
const normal = /* @__PURE__ */ jsx("path", { d: "M34.189 31.231h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.41h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.409h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.411h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.409h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm17.097 24.486l-2.891 2.805-3.031-3.031a.65.65 0 00-.92 0l-2.991 2.991-2.942-2.941a.65.65 0 00-.919 0l-2.908 2.908-2.685-2.684V12.019a6.46 6.46 0 00-2.58-5.165h16.702a5.17 5.17 0 015.165 5.165v26.059zm-20.586-22.15H8.542v-3.909a5.17 5.17 0 015.165-5.165 5.17 5.17 0 015.165 5.165v3.909zM34.293 5.554H13.707a6.471 6.471 0 00-6.464 6.465v4.559c0 .359.291.65.65.65h10.979v21.167c0 .172.068.338.19.459l3.334 3.335a.65.65 0 00.919 0l2.909-2.908 2.941 2.941a.65.65 0 00.919 0l2.992-2.991 3.025 3.024a.647.647 0 00.912.007l3.548-3.442a.652.652 0 00.197-.467V12.019c0-3.565-2.9-6.465-6.465-6.465z" });
|
|
4
|
+
const normalHover = /* @__PURE__ */ jsx("path", { d: "M34.189 32.432h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.411h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.41h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.409h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.411h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm17.098 24.487l-2.891 2.805-3.032-3.031a.647.647 0 00-.919 0l-2.991 2.991-2.942-2.941a.65.65 0 00-.919 0l-2.909 2.907-2.684-2.684V12.019a6.46 6.46 0 00-2.58-5.165h16.702a5.17 5.17 0 015.165 5.165v27.259zM18.871 13.465H8.542v-1.446a5.17 5.17 0 015.165-5.165 5.17 5.17 0 015.164 5.165v1.446zm15.422-7.911H13.707a6.473 6.473 0 00-6.465 6.465v2.096c0 .359.291.65.651.65h10.978v24.829c0 .173.068.338.191.46l3.334 3.334a.65.65 0 00.919 0l2.909-2.907 2.941 2.941a.65.65 0 00.919 0l2.992-2.991 3.025 3.024a.648.648 0 00.912.007l3.548-3.443a.648.648 0 00.197-.466V12.019a6.473 6.473 0 00-6.465-6.465z" });
|
|
5
|
+
return isHovered ? normalHover : normal;
|
|
6
|
+
};
|
|
3
7
|
export {
|
|
4
|
-
|
|
8
|
+
Receipt as default
|
|
5
9
|
};
|
|
6
10
|
//# sourceMappingURL=Receipt.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Receipt.js","sources":["../../../src/components/Icons/Receipt.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Receipt: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M34.189 31.231h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.41h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.409h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.411h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.409h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm17.097 24.486l-2.891 2.805-3.031-3.031a.65.65 0 00-.92 0l-2.991 2.991-2.942-2.941a.65.65 0 00-.919 0l-2.908 2.908-2.685-2.684V12.019a6.46 6.46 0 00-2.58-5.165h16.702a5.17 5.17 0 015.165 5.165v26.059zm-20.586-22.15H8.542v-3.909a5.17 5.17 0 015.165-5.165 5.17 5.17 0 015.165 5.165v3.909zM34.293 5.554H13.707a6.471 6.471 0 00-6.464 6.465v4.559c0 .359.291.65.65.65h10.979v21.167c0 .172.068.338.19.459l3.334 3.335a.65.65 0 00.919 0l2.909-2.908 2.941 2.941a.65.65 0 00.919 0l2.992-2.991 3.025 3.024a.647.647 0 00.912.007l3.548-3.442a.652.652 0 00.197-.467V12.019c0-3.565-2.9-6.465-6.465-6.465z\" />\n );\n\n const normalHover = (\n <path d=\"M34.189 32.432h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.411h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.41h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.409h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.411h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm17.098 24.487l-2.891 2.805-3.032-3.031a.647.647 0 00-.919 0l-2.991 2.991-2.942-2.941a.65.65 0 00-.919 0l-2.909 2.907-2.684-2.684V12.019a6.46 6.46 0 00-2.58-5.165h16.702a5.17 5.17 0 015.165 5.165v27.259zM18.871 13.465H8.542v-1.446a5.17 5.17 0 015.165-5.165 5.17 5.17 0 015.164 5.165v1.446zm15.422-7.911H13.707a6.473 6.473 0 00-6.465 6.465v2.096c0 .359.291.65.651.65h10.978v24.829c0 .173.068.338.191.46l3.334 3.334a.65.65 0 00.919 0l2.909-2.907 2.941 2.941a.65.65 0 00.919 0l2.992-2.991 3.025 3.024a.648.648 0 00.912.007l3.548-3.443a.648.648 0 00.197-.466V12.019a6.473 6.473 0 00-6.465-6.465z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Receipt;\n"],"names":[
|
|
1
|
+
{"version":3,"file":"Receipt.js","sources":["../../../src/components/Icons/Receipt.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Receipt: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M34.189 31.231h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.41h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.409h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.411h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm11.828-4.409h2.807v-1.3h-2.807v1.3zm-11.828 0h9.872v-1.3h-9.872v1.3zm17.097 24.486l-2.891 2.805-3.031-3.031a.65.65 0 00-.92 0l-2.991 2.991-2.942-2.941a.65.65 0 00-.919 0l-2.908 2.908-2.685-2.684V12.019a6.46 6.46 0 00-2.58-5.165h16.702a5.17 5.17 0 015.165 5.165v26.059zm-20.586-22.15H8.542v-3.909a5.17 5.17 0 015.165-5.165 5.17 5.17 0 015.165 5.165v3.909zM34.293 5.554H13.707a6.471 6.471 0 00-6.464 6.465v4.559c0 .359.291.65.65.65h10.979v21.167c0 .172.068.338.19.459l3.334 3.335a.65.65 0 00.919 0l2.909-2.908 2.941 2.941a.65.65 0 00.919 0l2.992-2.991 3.025 3.024a.647.647 0 00.912.007l3.548-3.442a.652.652 0 00.197-.467V12.019c0-3.565-2.9-6.465-6.465-6.465z\" />\n );\n\n const normalHover = (\n <path d=\"M34.189 32.432h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.411h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.41h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.409h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm11.829-4.411h2.807v-1.3h-2.807v1.3zm-11.829 0h9.872v-1.3H22.36v1.3zm17.098 24.487l-2.891 2.805-3.032-3.031a.647.647 0 00-.919 0l-2.991 2.991-2.942-2.941a.65.65 0 00-.919 0l-2.909 2.907-2.684-2.684V12.019a6.46 6.46 0 00-2.58-5.165h16.702a5.17 5.17 0 015.165 5.165v27.259zM18.871 13.465H8.542v-1.446a5.17 5.17 0 015.165-5.165 5.17 5.17 0 015.164 5.165v1.446zm15.422-7.911H13.707a6.473 6.473 0 00-6.465 6.465v2.096c0 .359.291.65.651.65h10.978v24.829c0 .173.068.338.191.46l3.334 3.334a.65.65 0 00.919 0l2.909-2.907 2.941 2.941a.65.65 0 00.919 0l2.992-2.991 3.025 3.024a.648.648 0 00.912.007l3.548-3.443a.648.648 0 00.197-.466V12.019a6.473 6.473 0 00-6.465-6.465z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Receipt;\n"],"names":[],"mappings":";AAIA,MAAM,UAAkC,CAAC,EAAE,gBAAkD;AAC3F,QAAM,SACJ,oBAAC,QAAK,EAAA,GAAE,w6BAAw6B,CAAA;AAGl7B,QAAM,cACJ,oBAAC,QAAK,EAAA,GAAE,s6BAAs6B,CAAA;AAGh7B,SAAO,YAAY,cAAc;AACnC;"}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
import { g as
|
|
3
|
-
const
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { g as getIcon } from "../../Icon.js";
|
|
3
|
+
const Receptionist = ({ size, isHovered }) => {
|
|
4
|
+
const normal = /* @__PURE__ */ jsx("path", { d: "M34.882 20.172h-.122V14.01h.122a3.084 3.084 0 013.08 3.081 3.084 3.084 0 01-3.08 3.081zM16.42 16.076h.96c1.81 0 3.38-1.044 4.142-2.56a4.696 4.696 0 004.179 2.56h5.63v3.945c0 3.983-3.241 7.223-7.223 7.223h-.465a7.19 7.19 0 01-3.476-.897 2.135 2.135 0 001.792-2.1 2.14 2.14 0 00-2.137-2.138h-2.416a2.11 2.11 0 00-.643.11 7.198 7.198 0 01-.343-2.198v-3.945zm0-1.418c0-3.983 3.24-7.223 7.223-7.223h.465c3.982 0 7.223 3.24 7.223 7.223v.418H25.7a3.696 3.696 0 01-3.692-3.692v-.249h-1v.312a3.632 3.632 0 01-3.628 3.63h-.961v-.419zm.986 10.424a.837.837 0 010-1.673h2.416c.46 0 .837.375.837.837a.838.838 0 01-.837.836h-2.416zm-4.416-4.91h-.122a3.085 3.085 0 01-3.081-3.08 3.085 3.085 0 013.08-3.082h.123v6.162zm21.892-7.46h-.243c-.708-5.154-5.127-9.139-10.47-9.139h-.587c-5.344 0-9.763 3.985-10.471 9.138h-.243a4.385 4.385 0 00-4.381 4.38 4.386 4.386 0 004.38 4.381h.134v.764a2.655 2.655 0 002.372 2.631 2.132 2.132 0 002.033 1.515h.577a8.476 8.476 0 005.66 2.162h.465c4.699 0 8.523-3.823 8.523-8.523v-5.363c0-4.699-3.824-8.523-8.523-8.523h-.465c-4.7 0-8.523 3.824-8.523 8.523v5.363c0 1.032.19 2.034.55 2.99a2.132 2.132 0 00-.28.557 1.361 1.361 0 01-1.09-1.332v-8.083c0-5.117 4.165-9.28 9.282-9.28h.587c5.117 0 9.28 4.163 9.28 9.28h.01v7.32h1.423a4.386 4.386 0 004.38-4.382 4.385 4.385 0 00-4.38-4.38zm-7.871 6.752a.587.587 0 100-1.175.587.587 0 000 1.175zm9.412 23.413H11.327v-2.93c0-4.52 2.975-8.567 7.266-9.928 3.259 1.64 7.305 1.64 10.564 0 4.29 1.361 7.266 5.407 7.266 9.928v2.93zm-7.148-14.18l-.254-.074-.233.124c-3.006 1.602-6.82 1.602-9.825 0l-.233-.124-.254.073c-4.974 1.442-8.45 6.07-8.45 11.251v4.23h27.697v-4.23c0-5.182-3.474-9.809-8.448-11.25zm-8.453-9.233a.587.587 0 100-1.174.587.587 0 000 1.174z" });
|
|
5
|
+
const normalHover = /* @__PURE__ */ jsx("path", { d: "M23.875 25.317a1.85 1.85 0 001.849-1.85h-3.698a1.85 1.85 0 001.849 1.85zm-3.053-5.853a.587.587 0 100-1.175.587.587 0 000 1.175zm6.189 0a.587.587 0 10.001-1.175.587.587 0 00-.001 1.175zm7.87.708h-.121V14.01h.122a3.084 3.084 0 013.08 3.08 3.084 3.084 0 01-3.08 3.08zM16.42 16.076h.962a4.633 4.633 0 004.14-2.561 4.697 4.697 0 004.18 2.56h5.63v3.947c0 3.983-3.241 7.223-7.224 7.223h-.464a7.197 7.197 0 01-3.477-.897 2.134 2.134 0 001.792-2.102 2.139 2.139 0 00-2.136-2.137h-2.415c-.226 0-.44.045-.644.11a7.193 7.193 0 01-.344-2.197v-3.946zm0-1.417c0-3.983 3.24-7.223 7.224-7.223h.464c3.983 0 7.224 3.24 7.224 7.223v.417H25.7a3.695 3.695 0 01-3.692-3.691v-.25h-1v.313c0 2-1.628 3.628-3.628 3.628h-.962v-.417zm.988 10.424a.838.838 0 010-1.674h2.415a.838.838 0 010 1.674h-2.415zm-4.417-4.911h-.122a3.083 3.083 0 01-3.08-3.081 3.083 3.083 0 013.08-3.08h.122v6.16zm21.892-7.461h-.243c-.708-5.152-5.127-9.138-10.471-9.138h-.586c-5.344 0-9.763 3.986-10.471 9.138h-.243a4.386 4.386 0 00-4.381 4.38 4.386 4.386 0 004.38 4.38h.134v.766a2.653 2.653 0 002.372 2.63 2.132 2.132 0 002.034 1.515h.575a8.476 8.476 0 005.66 2.163h.465c4.7 0 8.523-3.824 8.523-8.523v-5.363c0-4.7-3.823-8.523-8.523-8.523h-.464c-4.7 0-8.523 3.823-8.523 8.523v5.363c0 1.03.19 2.034.55 2.989a2.116 2.116 0 00-.28.558 1.362 1.362 0 01-1.09-1.332v-8.083c0-5.117 4.164-9.281 9.282-9.281h.586c5.118 0 9.28 4.164 9.28 9.28h.012v7.319h1.422a4.386 4.386 0 004.38-4.381 4.385 4.385 0 00-4.38-4.38zm1.54 30.166H11.328v-2.93c0-4.521 2.975-8.567 7.266-9.927 3.259 1.638 7.305 1.638 10.564 0 4.292 1.36 7.266 5.406 7.266 9.928v2.929zm-7.148-14.181l-.253-.073-.233.124c-3.006 1.602-6.82 1.602-9.826 0l-.233-.124-.253.073c-4.975 1.443-8.45 6.07-8.45 11.252v4.229h27.697v-4.23c0-5.181-3.474-9.808-8.45-11.251z" });
|
|
6
|
+
const xSmall = /* @__PURE__ */ jsx("path", { d: "M26.979 19.431a.587.587 0 100-1.174.587.587 0 000 1.174zm7.87.727h-.14v-6.199h.14c1.71 0 3.1 1.391 3.1 3.1a3.103 3.103 0 01-3.1 3.099zm-18.481-4.11h.979a4.636 4.636 0 004.14-2.555 4.703 4.703 0 004.18 2.556h5.65v3.94c0 3.992-3.25 7.241-7.242 7.241h-.465c-1.245 0-2.434-.34-3.5-.93a2.116 2.116 0 001.797-2.086c0-1.169-.95-2.12-2.117-2.12h-2.417c-.23 0-.447.047-.655.115a7.22 7.22 0 01-.35-2.22v-3.94zm0-1.423c0-3.991 3.249-7.24 7.242-7.24h.465c3.992 0 7.241 3.249 7.241 7.24v.413h-5.649a3.69 3.69 0 01-3.686-3.686v-.25h-1.01v.312a3.628 3.628 0 01-3.624 3.624h-.979v-.413zm1.005 10.443a.856.856 0 010-1.71h2.417a.856.856 0 010 1.71h-2.417zm-4.398-4.91h-.14a3.102 3.102 0 01-3.099-3.099c0-1.709 1.39-3.1 3.099-3.1h.14v6.199zm21.874-7.462h-.26c-.698-5.15-5.114-9.137-10.454-9.137h-.586c-5.34 0-9.755 3.986-10.455 9.137h-.26a4.366 4.366 0 00-4.36 4.363 4.366 4.366 0 004.36 4.362h.153v.783a2.635 2.635 0 002.367 2.614 2.113 2.113 0 002.02 1.513h.583a8.454 8.454 0 005.653 2.162h.465c4.69 0 8.504-3.814 8.504-8.505v-5.363c0-4.689-3.814-8.503-8.504-8.503h-.465c-4.69 0-8.505 3.814-8.505 8.503v5.363a8.43 8.43 0 00.553 2.993 2.078 2.078 0 00-.28.55c-.637-.12-1.128-.656-1.128-1.327v-8.083c0-5.127 4.172-9.3 9.3-9.3h.585c5.129 0 9.3 4.173 9.3 9.3h.01v7.3h1.404a4.368 4.368 0 004.363-4.362 4.368 4.368 0 00-4.363-4.363zm-14.06 6.735a.588.588 0 10-.001-1.175.588.588 0 00.001 1.175zm15.62 23.43H11.275v-2.946c0-4.532 2.985-8.587 7.286-9.949 3.26 1.641 7.302 1.641 10.561 0 4.304 1.362 7.287 5.417 7.287 9.949v2.947zm-7.173-14.18l-.247-.071-.226.12c-3.012 1.604-6.828 1.605-9.842 0l-.226-.12-.247.07c-4.968 1.442-8.436 6.06-8.436 11.235v4.21h27.66v-4.21c0-5.174-3.47-9.793-8.436-11.235z" });
|
|
7
|
+
const xSmallHover = /* @__PURE__ */ jsx("path", { d: "M26.978 19.431a.587.587 0 100-1.174.587.587 0 000 1.174zm-3.136 5.853c1.022 0 1.85-.828 1.85-1.848h-3.698c0 1.02.827 1.848 1.848 1.848zm-3.053-5.853a.587.587 0 100-1.174.587.587 0 000 1.174zm14.06.727h-.14v-6.199h.14c1.71 0 3.1 1.391 3.1 3.1a3.103 3.103 0 01-3.1 3.099zm-18.481-4.11h.979a4.64 4.64 0 004.142-2.555 4.701 4.701 0 004.178 2.556h5.649v3.94c0 3.992-3.249 7.241-7.24 7.241h-.467c-1.244 0-2.434-.34-3.499-.93a2.116 2.116 0 001.798-2.086c0-1.169-.951-2.12-2.118-2.12h-2.417c-.23 0-.447.047-.654.115a7.183 7.183 0 01-.351-2.22v-3.94zm0-1.423c0-3.991 3.249-7.24 7.241-7.24h.467c3.991 0 7.24 3.249 7.24 7.24v.413h-5.649a3.69 3.69 0 01-3.686-3.686v-.25h-1.009v.312a3.628 3.628 0 01-3.625 3.624h-.98v-.413zm1.005 10.443a.856.856 0 010-1.71h2.417a.856.856 0 010 1.71h-2.417zm-4.397-4.91h-.141a3.103 3.103 0 01-3.099-3.099c0-1.709 1.39-3.1 3.099-3.1h.141v6.199zm21.873-7.462h-.259c-.7-5.15-5.114-9.137-10.454-9.137h-.587c-5.34 0-9.756 3.986-10.455 9.137h-.26a4.367 4.367 0 00-4.361 4.363 4.367 4.367 0 004.362 4.362h.151v.783a2.636 2.636 0 002.367 2.614 2.113 2.113 0 002.02 1.513h.584a8.459 8.459 0 005.652 2.162h.467c4.688 0 8.503-3.814 8.503-8.505v-5.363c0-4.689-3.815-8.503-8.503-8.503h-.467c-4.688 0-8.504 3.814-8.504 8.503v5.363a8.43 8.43 0 00.553 2.993c-.12.167-.212.352-.28.55-.637-.12-1.129-.656-1.129-1.327v-8.083c0-5.127 4.173-9.3 9.3-9.3h.587c5.127 0 9.298 4.173 9.298 9.3h.012v7.3h1.403a4.368 4.368 0 004.363-4.362 4.368 4.368 0 00-4.363-4.363zm1.56 30.166H11.276v-2.947c0-4.532 2.984-8.587 7.285-9.949 3.26 1.641 7.302 1.641 10.562 0 4.302 1.362 7.286 5.417 7.286 9.949v2.947zm-7.172-14.18l-.248-.072-.225.12c-3.015 1.605-6.83 1.604-9.842 0l-.228-.12-.246.07c-4.967 1.44-8.435 6.06-8.435 11.235v4.21h27.66v-4.21c0-5.174-3.47-9.793-8.436-11.233z" });
|
|
8
|
+
return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });
|
|
9
|
+
};
|
|
4
10
|
export {
|
|
5
|
-
|
|
11
|
+
Receptionist as default
|
|
6
12
|
};
|
|
7
13
|
//# sourceMappingURL=Receptionist.js.map
|