@helsenorge/designsystem-react 1.0.0-beta.7 → 1.0.0-beta101
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/AlertSignFill-e607ff43.js +2 -0
- package/AlertSignFill-e607ff43.js.map +1 -0
- package/Button-af3b4953.js +2 -0
- package/Button-af3b4953.js.map +1 -0
- package/CHANGELOG.md +52 -52
- package/Check-6291ad09.js +2 -0
- package/Check-6291ad09.js.map +1 -0
- package/Checkbox-cd0b7d68.js +2 -0
- package/Checkbox-cd0b7d68.js.map +1 -0
- package/ChevronUp-4b6797ef.js +2 -0
- package/ChevronUp-4b6797ef.js.map +1 -0
- package/Close-007fca15.js +2 -0
- package/Close-007fca15.js.map +1 -0
- package/FormGroup-8372d8fb.js +2 -0
- package/FormGroup-8372d8fb.js.map +1 -0
- package/Icon-89da8de4.js +2 -0
- package/Icon-89da8de4.js.map +1 -0
- package/Input-78fb6d0d.js +2 -0
- package/Input-78fb6d0d.js.map +1 -0
- package/Loader-b7486541.js +2 -0
- package/Loader-b7486541.js.map +1 -0
- package/Modal-99b652f4.js +2 -0
- package/Modal-99b652f4.js.map +1 -0
- package/README.md +69 -65
- package/RadioButton-d3ed3858.js +2 -0
- package/RadioButton-d3ed3858.js.map +1 -0
- package/Textarea-e48685fc.js +2 -0
- package/Textarea-e48685fc.js.map +1 -0
- package/Title-fab4097d.js +2 -0
- package/Title-fab4097d.js.map +1 -0
- package/Validation-56f0e37c.js +2 -0
- package/Validation-56f0e37c.js.map +1 -0
- package/_rollupPluginBabelHelpers-d0752906.js +2 -0
- package/_rollupPluginBabelHelpers-d0752906.js.map +1 -0
- package/_tslib-51c8a283.js +16 -0
- package/_tslib-51c8a283.js.map +1 -0
- package/color-a10c7892.js +2 -0
- package/color-a10c7892.js.map +1 -0
- package/components/AnchorLink/AnchorLink.d.ts +19 -0
- package/components/AnchorLink/AnchorLink.d.ts.map +1 -0
- package/components/AnchorLink/componentdata.json +133 -0
- package/components/AnchorLink/index.d.ts +4 -0
- package/components/AnchorLink/index.d.ts.map +1 -0
- package/components/AnchorLink/index.js +2 -0
- package/components/AnchorLink/index.js.map +1 -0
- package/components/AnchorLink/styles.module.scss +63 -0
- package/components/AnchorLink/styles.module.scss.d.ts +10 -0
- package/components/Avatar/Avatar.d.ts +16 -0
- package/components/Avatar/Avatar.d.ts.map +1 -0
- package/components/Avatar/componentdata.json +111 -0
- package/components/Avatar/index.d.ts +4 -0
- package/components/Avatar/index.d.ts.map +1 -0
- package/components/Avatar/index.js +2 -0
- package/components/Avatar/index.js.map +1 -0
- package/components/Avatar/styles.module.scss +22 -0
- package/components/Avatar/styles.module.scss.d.ts +11 -0
- package/components/Badge/Badge.d.ts +17 -0
- package/components/Badge/Badge.d.ts.map +1 -0
- package/components/Badge/componentdata.json +110 -0
- package/components/Badge/index.d.ts +4 -0
- package/components/Badge/index.d.ts.map +1 -0
- package/components/Badge/index.js +2 -0
- package/components/Badge/index.js.map +1 -0
- package/components/Badge/styles.module.scss +41 -0
- package/components/Badge/styles.module.scss.d.ts +17 -0
- package/components/Button/Button.d.ts +40 -0
- package/components/Button/Button.d.ts.map +1 -0
- package/components/Button/componentdata.json +668 -0
- package/components/Button/index.d.ts +4 -0
- package/components/Button/index.d.ts.map +1 -0
- package/components/Button/index.js +2 -0
- package/components/Button/index.js.map +1 -0
- package/components/Button/styles.module.scss +434 -0
- package/components/Button/styles.module.scss.d.ts +34 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts +11 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts.map +1 -0
- package/components/ButtonWithModal/componentdata.json +455 -0
- package/components/ButtonWithModal/index.d.ts +4 -0
- package/components/ButtonWithModal/index.d.ts.map +1 -0
- package/components/ButtonWithModal/index.js +2 -0
- package/components/ButtonWithModal/index.js.map +1 -0
- package/components/Checkbox/Checkbox.d.ts +31 -0
- package/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/components/Checkbox/componentdata.json +265 -0
- package/components/Checkbox/index.d.ts +4 -0
- package/components/Checkbox/index.d.ts.map +1 -0
- package/components/Checkbox/index.js +2 -0
- package/components/Checkbox/index.js.map +1 -0
- package/components/Checkbox/styles.module.scss +204 -0
- package/components/Checkbox/styles.module.scss.d.ts +26 -0
- package/components/Close/Close.d.ts +12 -0
- package/components/Close/Close.d.ts.map +1 -0
- package/components/Close/componentdata.json +61 -0
- package/components/Close/index.d.ts +4 -0
- package/components/Close/index.d.ts.map +1 -0
- package/components/Close/index.js +2 -0
- package/components/Close/index.js.map +1 -0
- package/components/Close/styles.module.scss +32 -0
- package/components/Close/styles.module.scss.d.ts +9 -0
- package/components/Expander/Expander.d.ts +33 -0
- package/components/Expander/Expander.d.ts.map +1 -0
- package/components/Expander/componentdata.json +237 -0
- package/components/Expander/index.d.ts +4 -0
- package/components/Expander/index.d.ts.map +1 -0
- package/components/Expander/index.js +2 -0
- package/components/Expander/index.js.map +1 -0
- package/components/Expander/styles.module.scss +165 -0
- package/components/Expander/styles.module.scss.d.ts +42 -0
- package/components/ExpanderList/ExpanderList.d.ts +46 -0
- package/components/ExpanderList/ExpanderList.d.ts.map +1 -0
- package/components/ExpanderList/componentdata.json +224 -0
- package/components/ExpanderList/index.d.ts +4 -0
- package/components/ExpanderList/index.d.ts.map +1 -0
- package/components/ExpanderList/index.js +2 -0
- package/components/ExpanderList/index.js.map +1 -0
- package/components/ExpanderList/styles.module.scss +155 -0
- package/components/ExpanderList/styles.module.scss.d.ts +27 -0
- package/components/FormExample/FormExample.d.ts +16 -0
- package/components/FormExample/FormExample.d.ts.map +1 -0
- package/components/FormExample/componentdata.json +72 -0
- package/components/FormExample/index.d.ts +4 -0
- package/components/FormExample/index.d.ts.map +1 -0
- package/components/FormExample/index.js +2 -0
- package/components/FormExample/index.js.map +1 -0
- package/components/FormGroup/FormGroup.d.ts +25 -0
- package/components/FormGroup/FormGroup.d.ts.map +1 -0
- package/components/FormGroup/componentdata.json +208 -0
- package/components/FormGroup/index.d.ts +4 -0
- package/components/FormGroup/index.d.ts.map +1 -0
- package/components/FormGroup/index.js +2 -0
- package/components/FormGroup/index.js.map +1 -0
- package/components/FormGroup/styles.module.scss +67 -0
- package/components/FormGroup/styles.module.scss.d.ts +16 -0
- package/components/HighlightBox/HighlightBox.d.ts +24 -0
- package/components/HighlightBox/HighlightBox.d.ts.map +1 -0
- package/components/HighlightBox/componentdata.json +484 -0
- package/components/HighlightBox/index.d.ts +4 -0
- package/components/HighlightBox/index.d.ts.map +1 -0
- package/components/HighlightBox/index.js +2 -0
- package/components/HighlightBox/index.js.map +1 -0
- package/components/HighlightBox/styles.module.scss +89 -0
- package/components/Icons/ActiveMonitoring.d.ts +5 -0
- package/components/Icons/ActiveMonitoring.d.ts.map +1 -0
- package/components/Icons/ActiveMonitoring.js +2 -0
- package/components/Icons/ActiveMonitoring.js.map +1 -0
- package/components/Icons/AcupunctureBack.d.ts +5 -0
- package/components/Icons/AcupunctureBack.d.ts.map +1 -0
- package/components/Icons/AcupunctureBack.js +2 -0
- package/components/Icons/AcupunctureBack.js.map +1 -0
- package/components/Icons/AdditionalIconInformation.js +263 -0
- package/components/Icons/AdditionalIconInformation.js.map +1 -0
- package/components/Icons/AlarmClock.d.ts +5 -0
- package/components/Icons/AlarmClock.d.ts.map +1 -0
- package/components/Icons/AlarmClock.js +2 -0
- package/components/Icons/AlarmClock.js.map +1 -0
- package/components/Icons/AlertSignFill.d.ts +5 -0
- package/components/Icons/AlertSignFill.d.ts.map +1 -0
- package/components/Icons/AlertSignFill.js +2 -0
- package/components/Icons/AlertSignFill.js.map +1 -0
- package/components/Icons/AlertSignStroke.d.ts +5 -0
- package/components/Icons/AlertSignStroke.d.ts.map +1 -0
- package/components/Icons/AlertSignStroke.js +2 -0
- package/components/Icons/AlertSignStroke.js.map +1 -0
- package/components/Icons/Amputation.d.ts +5 -0
- package/components/Icons/Amputation.d.ts.map +1 -0
- package/components/Icons/Amputation.js +2 -0
- package/components/Icons/Amputation.js.map +1 -0
- package/components/Icons/Anxiety.d.ts +5 -0
- package/components/Icons/Anxiety.d.ts.map +1 -0
- package/components/Icons/Anxiety.js +2 -0
- package/components/Icons/Anxiety.js.map +1 -0
- package/components/Icons/Apple.d.ts +5 -0
- package/components/Icons/Apple.d.ts.map +1 -0
- package/components/Icons/Apple.js +2 -0
- package/components/Icons/Apple.js.map +1 -0
- package/components/Icons/Archive.d.ts +5 -0
- package/components/Icons/Archive.d.ts.map +1 -0
- package/components/Icons/Archive.js +2 -0
- package/components/Icons/Archive.js.map +1 -0
- package/components/Icons/ArmFlexing.d.ts +5 -0
- package/components/Icons/ArmFlexing.d.ts.map +1 -0
- package/components/Icons/ArmFlexing.js +2 -0
- package/components/Icons/ArmFlexing.js.map +1 -0
- package/components/Icons/ArrowLeft.d.ts +5 -0
- package/components/Icons/ArrowLeft.d.ts.map +1 -0
- package/components/Icons/ArrowLeft.js +2 -0
- package/components/Icons/ArrowLeft.js.map +1 -0
- package/components/Icons/ArrowRight.d.ts +5 -0
- package/components/Icons/ArrowRight.d.ts.map +1 -0
- package/components/Icons/ArrowRight.js +2 -0
- package/components/Icons/ArrowRight.js.map +1 -0
- package/components/Icons/ArrowUpRight.d.ts +5 -0
- package/components/Icons/ArrowUpRight.d.ts.map +1 -0
- package/components/Icons/ArrowUpRight.js +2 -0
- package/components/Icons/ArrowUpRight.js.map +1 -0
- package/components/Icons/Attachment.d.ts +5 -0
- package/components/Icons/Attachment.d.ts.map +1 -0
- package/components/Icons/Attachment.js +2 -0
- package/components/Icons/Attachment.js.map +1 -0
- package/components/Icons/Atv.d.ts +5 -0
- package/components/Icons/Atv.d.ts.map +1 -0
- package/components/Icons/Atv.js +2 -0
- package/components/Icons/Atv.js.map +1 -0
- package/components/Icons/Avatar.d.ts +5 -0
- package/components/Icons/Avatar.d.ts.map +1 -0
- package/components/Icons/Avatar.js +2 -0
- package/components/Icons/Avatar.js.map +1 -0
- package/components/Icons/AwakePersonOnPillow.d.ts +5 -0
- package/components/Icons/AwakePersonOnPillow.d.ts.map +1 -0
- package/components/Icons/AwakePersonOnPillow.js +2 -0
- package/components/Icons/AwakePersonOnPillow.js.map +1 -0
- package/components/Icons/Baby.d.ts +5 -0
- package/components/Icons/Baby.d.ts.map +1 -0
- package/components/Icons/Baby.js +2 -0
- package/components/Icons/Baby.js.map +1 -0
- package/components/Icons/BandAid.d.ts +5 -0
- package/components/Icons/BandAid.d.ts.map +1 -0
- package/components/Icons/BandAid.js +2 -0
- package/components/Icons/BandAid.js.map +1 -0
- package/components/Icons/BeerAndPills.d.ts +5 -0
- package/components/Icons/BeerAndPills.d.ts.map +1 -0
- package/components/Icons/BeerAndPills.js +2 -0
- package/components/Icons/BeerAndPills.js.map +1 -0
- package/components/Icons/Bell.d.ts +5 -0
- package/components/Icons/Bell.d.ts.map +1 -0
- package/components/Icons/Bell.js +2 -0
- package/components/Icons/Bell.js.map +1 -0
- package/components/Icons/Bike.d.ts +5 -0
- package/components/Icons/Bike.d.ts.map +1 -0
- package/components/Icons/Bike.js +2 -0
- package/components/Icons/Bike.js.map +1 -0
- package/components/Icons/BirthControl.d.ts +5 -0
- package/components/Icons/BirthControl.d.ts.map +1 -0
- package/components/Icons/BirthControl.js +2 -0
- package/components/Icons/BirthControl.js.map +1 -0
- package/components/Icons/BirthdayCake.d.ts +5 -0
- package/components/Icons/BirthdayCake.d.ts.map +1 -0
- package/components/Icons/BirthdayCake.js +2 -0
- package/components/Icons/BirthdayCake.js.map +1 -0
- package/components/Icons/Boat.d.ts +5 -0
- package/components/Icons/Boat.d.ts.map +1 -0
- package/components/Icons/Boat.js +2 -0
- package/components/Icons/Boat.js.map +1 -0
- package/components/Icons/Body.d.ts +5 -0
- package/components/Icons/Body.d.ts.map +1 -0
- package/components/Icons/Body.js +2 -0
- package/components/Icons/Body.js.map +1 -0
- package/components/Icons/Brain.d.ts +5 -0
- package/components/Icons/Brain.d.ts.map +1 -0
- package/components/Icons/Brain.js +2 -0
- package/components/Icons/Brain.js.map +1 -0
- package/components/Icons/BreastReconstruction.d.ts +5 -0
- package/components/Icons/BreastReconstruction.d.ts.map +1 -0
- package/components/Icons/BreastReconstruction.js +2 -0
- package/components/Icons/BreastReconstruction.js.map +1 -0
- package/components/Icons/BreastRemoval.d.ts +5 -0
- package/components/Icons/BreastRemoval.d.ts.map +1 -0
- package/components/Icons/BreastRemoval.js +2 -0
- package/components/Icons/BreastRemoval.js.map +1 -0
- package/components/Icons/Breasts.d.ts +5 -0
- package/components/Icons/Breasts.d.ts.map +1 -0
- package/components/Icons/Breasts.js +2 -0
- package/components/Icons/Breasts.js.map +1 -0
- package/components/Icons/BrokenHeart.d.ts +5 -0
- package/components/Icons/BrokenHeart.d.ts.map +1 -0
- package/components/Icons/BrokenHeart.js +2 -0
- package/components/Icons/BrokenHeart.js.map +1 -0
- package/components/Icons/BrokenPuzzle.d.ts +5 -0
- package/components/Icons/BrokenPuzzle.d.ts.map +1 -0
- package/components/Icons/BrokenPuzzle.js +2 -0
- package/components/Icons/BrokenPuzzle.js.map +1 -0
- package/components/Icons/Bus.d.ts +5 -0
- package/components/Icons/Bus.d.ts.map +1 -0
- package/components/Icons/Bus.js +2 -0
- package/components/Icons/Bus.js.map +1 -0
- package/components/Icons/Calendar.d.ts +5 -0
- package/components/Icons/Calendar.d.ts.map +1 -0
- package/components/Icons/Calendar.js +2 -0
- package/components/Icons/Calendar.js.map +1 -0
- package/components/Icons/CalendarChange.d.ts +5 -0
- package/components/Icons/CalendarChange.d.ts.map +1 -0
- package/components/Icons/CalendarChange.js +2 -0
- package/components/Icons/CalendarChange.js.map +1 -0
- package/components/Icons/CalendarCheck.d.ts +5 -0
- package/components/Icons/CalendarCheck.d.ts.map +1 -0
- package/components/Icons/CalendarCheck.js +2 -0
- package/components/Icons/CalendarCheck.js.map +1 -0
- package/components/Icons/CalendarEvent.d.ts +5 -0
- package/components/Icons/CalendarEvent.d.ts.map +1 -0
- package/components/Icons/CalendarEvent.js +2 -0
- package/components/Icons/CalendarEvent.js.map +1 -0
- package/components/Icons/CalendarSave.d.ts +5 -0
- package/components/Icons/CalendarSave.d.ts.map +1 -0
- package/components/Icons/CalendarSave.js +2 -0
- package/components/Icons/CalendarSave.js.map +1 -0
- package/components/Icons/Cancer.d.ts +5 -0
- package/components/Icons/Cancer.d.ts.map +1 -0
- package/components/Icons/Cancer.js +2 -0
- package/components/Icons/Cancer.js.map +1 -0
- package/components/Icons/Car.d.ts +5 -0
- package/components/Icons/Car.d.ts.map +1 -0
- package/components/Icons/Car.js +2 -0
- package/components/Icons/Car.js.map +1 -0
- package/components/Icons/Change.d.ts +5 -0
- package/components/Icons/Change.d.ts.map +1 -0
- package/components/Icons/Change.js +2 -0
- package/components/Icons/Change.js.map +1 -0
- package/components/Icons/Check.d.ts +5 -0
- package/components/Icons/Check.d.ts.map +1 -0
- package/components/Icons/Check.js +2 -0
- package/components/Icons/Check.js.map +1 -0
- package/components/Icons/CheckOutline.d.ts +5 -0
- package/components/Icons/CheckOutline.d.ts.map +1 -0
- package/components/Icons/CheckOutline.js +2 -0
- package/components/Icons/CheckOutline.js.map +1 -0
- package/components/Icons/Chest.d.ts +5 -0
- package/components/Icons/Chest.d.ts.map +1 -0
- package/components/Icons/Chest.js +2 -0
- package/components/Icons/Chest.js.map +1 -0
- package/components/Icons/ChevronDown.d.ts +5 -0
- package/components/Icons/ChevronDown.d.ts.map +1 -0
- package/components/Icons/ChevronDown.js +2 -0
- package/components/Icons/ChevronDown.js.map +1 -0
- package/components/Icons/ChevronLeft.d.ts +5 -0
- package/components/Icons/ChevronLeft.d.ts.map +1 -0
- package/components/Icons/ChevronLeft.js +2 -0
- package/components/Icons/ChevronLeft.js.map +1 -0
- package/components/Icons/ChevronRight.d.ts +5 -0
- package/components/Icons/ChevronRight.d.ts.map +1 -0
- package/components/Icons/ChevronRight.js +2 -0
- package/components/Icons/ChevronRight.js.map +1 -0
- package/components/Icons/ChevronUp.d.ts +5 -0
- package/components/Icons/ChevronUp.d.ts.map +1 -0
- package/components/Icons/ChevronUp.js +2 -0
- package/components/Icons/ChevronUp.js.map +1 -0
- package/components/Icons/ChevronsDown.d.ts +5 -0
- package/components/Icons/ChevronsDown.d.ts.map +1 -0
- package/components/Icons/ChevronsDown.js +2 -0
- package/components/Icons/ChevronsDown.js.map +1 -0
- package/components/Icons/ChevronsUp.d.ts +5 -0
- package/components/Icons/ChevronsUp.d.ts.map +1 -0
- package/components/Icons/ChevronsUp.js +2 -0
- package/components/Icons/ChevronsUp.js.map +1 -0
- package/components/Icons/ChildPlaying.d.ts +5 -0
- package/components/Icons/ChildPlaying.d.ts.map +1 -0
- package/components/Icons/ChildPlaying.js +2 -0
- package/components/Icons/ChildPlaying.js.map +1 -0
- package/components/Icons/Cigarette.d.ts +5 -0
- package/components/Icons/Cigarette.d.ts.map +1 -0
- package/components/Icons/Cigarette.js +2 -0
- package/components/Icons/Cigarette.js.map +1 -0
- package/components/Icons/Contacts.d.ts +5 -0
- package/components/Icons/Contacts.d.ts.map +1 -0
- package/components/Icons/Contacts.js +2 -0
- package/components/Icons/Contacts.js.map +1 -0
- package/components/Icons/Copy.d.ts +5 -0
- package/components/Icons/Copy.d.ts.map +1 -0
- package/components/Icons/Copy.js +2 -0
- package/components/Icons/Copy.js.map +1 -0
- package/components/Icons/CoronaCertificate.d.ts +5 -0
- package/components/Icons/CoronaCertificate.d.ts.map +1 -0
- package/components/Icons/CoronaCertificate.js +2 -0
- package/components/Icons/CoronaCertificate.js.map +1 -0
- package/components/Icons/Coronavirus.d.ts +5 -0
- package/components/Icons/Coronavirus.d.ts.map +1 -0
- package/components/Icons/Coronavirus.js +2 -0
- package/components/Icons/Coronavirus.js.map +1 -0
- package/components/Icons/Cough.d.ts +5 -0
- package/components/Icons/Cough.d.ts.map +1 -0
- package/components/Icons/Cough.js +2 -0
- package/components/Icons/Cough.js.map +1 -0
- package/components/Icons/CriticalHealthInfo.d.ts +5 -0
- package/components/Icons/CriticalHealthInfo.d.ts.map +1 -0
- package/components/Icons/CriticalHealthInfo.js +2 -0
- package/components/Icons/CriticalHealthInfo.js.map +1 -0
- package/components/Icons/Cross.d.ts +5 -0
- package/components/Icons/Cross.d.ts.map +1 -0
- package/components/Icons/Cross.js +2 -0
- package/components/Icons/Cross.js.map +1 -0
- package/components/Icons/DataExchange.d.ts +5 -0
- package/components/Icons/DataExchange.d.ts.map +1 -0
- package/components/Icons/DataExchange.js +2 -0
- package/components/Icons/DataExchange.js.map +1 -0
- package/components/Icons/DataReceived.d.ts +5 -0
- package/components/Icons/DataReceived.d.ts.map +1 -0
- package/components/Icons/DataReceived.js +2 -0
- package/components/Icons/DataReceived.js.map +1 -0
- package/components/Icons/DataSent.d.ts +5 -0
- package/components/Icons/DataSent.d.ts.map +1 -0
- package/components/Icons/DataSent.js +2 -0
- package/components/Icons/DataSent.js.map +1 -0
- package/components/Icons/Depression.d.ts +5 -0
- package/components/Icons/Depression.d.ts.map +1 -0
- package/components/Icons/Depression.js +2 -0
- package/components/Icons/Depression.js.map +1 -0
- package/components/Icons/DigestiveSystem.d.ts +5 -0
- package/components/Icons/DigestiveSystem.d.ts.map +1 -0
- package/components/Icons/DigestiveSystem.js +2 -0
- package/components/Icons/DigestiveSystem.js.map +1 -0
- package/components/Icons/Dizzy.d.ts +5 -0
- package/components/Icons/Dizzy.d.ts.map +1 -0
- package/components/Icons/Dizzy.js +2 -0
- package/components/Icons/Dizzy.js.map +1 -0
- package/components/Icons/Documents.d.ts +5 -0
- package/components/Icons/Documents.d.ts.map +1 -0
- package/components/Icons/Documents.js +2 -0
- package/components/Icons/Documents.js.map +1 -0
- package/components/Icons/Dog.d.ts +5 -0
- package/components/Icons/Dog.d.ts.map +1 -0
- package/components/Icons/Dog.js +2 -0
- package/components/Icons/Dog.js.map +1 -0
- package/components/Icons/DonorCard.d.ts +5 -0
- package/components/Icons/DonorCard.d.ts.map +1 -0
- package/components/Icons/DonorCard.js +2 -0
- package/components/Icons/DonorCard.js.map +1 -0
- package/components/Icons/Download.d.ts +5 -0
- package/components/Icons/Download.d.ts.map +1 -0
- package/components/Icons/Download.js +2 -0
- package/components/Icons/Download.js.map +1 -0
- package/components/Icons/Draft.d.ts +5 -0
- package/components/Icons/Draft.d.ts.map +1 -0
- package/components/Icons/Draft.js +2 -0
- package/components/Icons/Draft.js.map +1 -0
- package/components/Icons/EChat.d.ts +5 -0
- package/components/Icons/EChat.d.ts.map +1 -0
- package/components/Icons/EChat.js +2 -0
- package/components/Icons/EChat.js.map +1 -0
- package/components/Icons/EarNoseThroat.d.ts +5 -0
- package/components/Icons/EarNoseThroat.d.ts.map +1 -0
- package/components/Icons/EarNoseThroat.js +2 -0
- package/components/Icons/EarNoseThroat.js.map +1 -0
- package/components/Icons/ElderlyPerson.d.ts +5 -0
- package/components/Icons/ElderlyPerson.d.ts.map +1 -0
- package/components/Icons/ElderlyPerson.js +2 -0
- package/components/Icons/ElderlyPerson.js.map +1 -0
- package/components/Icons/Embolization.d.ts +5 -0
- package/components/Icons/Embolization.d.ts.map +1 -0
- package/components/Icons/Embolization.js +2 -0
- package/components/Icons/Embolization.js.map +1 -0
- package/components/Icons/EnterFullScreen.d.ts +5 -0
- package/components/Icons/EnterFullScreen.d.ts.map +1 -0
- package/components/Icons/EnterFullScreen.js +2 -0
- package/components/Icons/EnterFullScreen.js.map +1 -0
- package/components/Icons/Envelope.d.ts +5 -0
- package/components/Icons/Envelope.d.ts.map +1 -0
- package/components/Icons/Envelope.js +2 -0
- package/components/Icons/Envelope.js.map +1 -0
- package/components/Icons/Epilepsy.d.ts +5 -0
- package/components/Icons/Epilepsy.d.ts.map +1 -0
- package/components/Icons/Epilepsy.js +2 -0
- package/components/Icons/Epilepsy.js.map +1 -0
- package/components/Icons/Eraser.d.ts +5 -0
- package/components/Icons/Eraser.d.ts.map +1 -0
- package/components/Icons/Eraser.js +2 -0
- package/components/Icons/Eraser.js.map +1 -0
- package/components/Icons/ErrorSignFill.d.ts +5 -0
- package/components/Icons/ErrorSignFill.d.ts.map +1 -0
- package/components/Icons/ErrorSignFill.js +2 -0
- package/components/Icons/ErrorSignFill.js.map +1 -0
- package/components/Icons/ErrorSignStroke.d.ts +5 -0
- package/components/Icons/ErrorSignStroke.d.ts.map +1 -0
- package/components/Icons/ErrorSignStroke.js +2 -0
- package/components/Icons/ErrorSignStroke.js.map +1 -0
- package/components/Icons/EuropeanHealthCard.d.ts +5 -0
- package/components/Icons/EuropeanHealthCard.d.ts.map +1 -0
- package/components/Icons/EuropeanHealthCard.js +2 -0
- package/components/Icons/EuropeanHealthCard.js.map +1 -0
- package/components/Icons/ExitFullScreen.d.ts +5 -0
- package/components/Icons/ExitFullScreen.d.ts.map +1 -0
- package/components/Icons/ExitFullScreen.js +2 -0
- package/components/Icons/ExitFullScreen.js.map +1 -0
- package/components/Icons/Eye.d.ts +5 -0
- package/components/Icons/Eye.d.ts.map +1 -0
- package/components/Icons/Eye.js +2 -0
- package/components/Icons/Eye.js.map +1 -0
- package/components/Icons/Facebook.d.ts +5 -0
- package/components/Icons/Facebook.d.ts.map +1 -0
- package/components/Icons/Facebook.js +2 -0
- package/components/Icons/Facebook.js.map +1 -0
- package/components/Icons/Female.d.ts +5 -0
- package/components/Icons/Female.d.ts.map +1 -0
- package/components/Icons/Female.js +2 -0
- package/components/Icons/Female.js.map +1 -0
- package/components/Icons/FemaleDoctor.d.ts +5 -0
- package/components/Icons/FemaleDoctor.d.ts.map +1 -0
- package/components/Icons/FemaleDoctor.js +2 -0
- package/components/Icons/FemaleDoctor.js.map +1 -0
- package/components/Icons/Ferry.d.ts +5 -0
- package/components/Icons/Ferry.d.ts.map +1 -0
- package/components/Icons/Ferry.js +2 -0
- package/components/Icons/Ferry.js.map +1 -0
- package/components/Icons/FingerBleed.d.ts +5 -0
- package/components/Icons/FingerBleed.d.ts.map +1 -0
- package/components/Icons/FingerBleed.js +2 -0
- package/components/Icons/FingerBleed.js.map +1 -0
- package/components/Icons/FirstAidKit.d.ts +5 -0
- package/components/Icons/FirstAidKit.d.ts.map +1 -0
- package/components/Icons/FirstAidKit.js +2 -0
- package/components/Icons/FirstAidKit.js.map +1 -0
- package/components/Icons/FloppyDisk.d.ts +5 -0
- package/components/Icons/FloppyDisk.d.ts.map +1 -0
- package/components/Icons/FloppyDisk.js +2 -0
- package/components/Icons/FloppyDisk.js.map +1 -0
- package/components/Icons/Football.d.ts +5 -0
- package/components/Icons/Football.d.ts.map +1 -0
- package/components/Icons/Football.js +2 -0
- package/components/Icons/Football.js.map +1 -0
- package/components/Icons/Form.d.ts +5 -0
- package/components/Icons/Form.d.ts.map +1 -0
- package/components/Icons/Form.js +2 -0
- package/components/Icons/Form.js.map +1 -0
- package/components/Icons/Forward.d.ts +5 -0
- package/components/Icons/Forward.d.ts.map +1 -0
- package/components/Icons/Forward.js +2 -0
- package/components/Icons/Forward.js.map +1 -0
- package/components/Icons/Gallery.d.ts +5 -0
- package/components/Icons/Gallery.d.ts.map +1 -0
- package/components/Icons/Gallery.js +2 -0
- package/components/Icons/Gallery.js.map +1 -0
- package/components/Icons/Garden.d.ts +5 -0
- package/components/Icons/Garden.d.ts.map +1 -0
- package/components/Icons/Garden.js +2 -0
- package/components/Icons/Garden.js.map +1 -0
- package/components/Icons/GasCan.d.ts +5 -0
- package/components/Icons/GasCan.d.ts.map +1 -0
- package/components/Icons/GasCan.js +2 -0
- package/components/Icons/GasCan.js.map +1 -0
- package/components/Icons/GenderIdentity.d.ts +5 -0
- package/components/Icons/GenderIdentity.d.ts.map +1 -0
- package/components/Icons/GenderIdentity.js +2 -0
- package/components/Icons/GenderIdentity.js.map +1 -0
- package/components/Icons/Globe.d.ts +5 -0
- package/components/Icons/Globe.d.ts.map +1 -0
- package/components/Icons/Globe.js +2 -0
- package/components/Icons/Globe.js.map +1 -0
- package/components/Icons/HandWaving.d.ts +5 -0
- package/components/Icons/HandWaving.d.ts.map +1 -0
- package/components/Icons/HandWaving.js +2 -0
- package/components/Icons/HandWaving.js.map +1 -0
- package/components/Icons/HandWithDisease.d.ts +5 -0
- package/components/Icons/HandWithDisease.d.ts.map +1 -0
- package/components/Icons/HandWithDisease.js +2 -0
- package/components/Icons/HandWithDisease.js.map +1 -0
- package/components/Icons/HealthClinic.d.ts +5 -0
- package/components/Icons/HealthClinic.d.ts.map +1 -0
- package/components/Icons/HealthClinic.js +2 -0
- package/components/Icons/HealthClinic.js.map +1 -0
- package/components/Icons/HealthWarning.d.ts +5 -0
- package/components/Icons/HealthWarning.d.ts.map +1 -0
- package/components/Icons/HealthWarning.js +2 -0
- package/components/Icons/HealthWarning.js.map +1 -0
- package/components/Icons/Heart.d.ts +5 -0
- package/components/Icons/Heart.d.ts.map +1 -0
- package/components/Icons/Heart.js +2 -0
- package/components/Icons/Heart.js.map +1 -0
- package/components/Icons/HelpSign.d.ts +5 -0
- package/components/Icons/HelpSign.d.ts.map +1 -0
- package/components/Icons/HelpSign.js +2 -0
- package/components/Icons/HelpSign.js.map +1 -0
- package/components/Icons/HelpingHand.d.ts +5 -0
- package/components/Icons/HelpingHand.d.ts.map +1 -0
- package/components/Icons/HelpingHand.js +2 -0
- package/components/Icons/HelpingHand.js.map +1 -0
- package/components/Icons/Hemodialysis.d.ts +5 -0
- package/components/Icons/Hemodialysis.d.ts.map +1 -0
- package/components/Icons/Hemodialysis.js +2 -0
- package/components/Icons/Hemodialysis.js.map +1 -0
- package/components/Icons/Hiker.d.ts +5 -0
- package/components/Icons/Hiker.d.ts.map +1 -0
- package/components/Icons/Hiker.js +2 -0
- package/components/Icons/Hiker.js.map +1 -0
- package/components/Icons/Hipprosthesis.d.ts +5 -0
- package/components/Icons/Hipprosthesis.d.ts.map +1 -0
- package/components/Icons/Hipprosthesis.js +2 -0
- package/components/Icons/Hipprosthesis.js.map +1 -0
- package/components/Icons/History.d.ts +5 -0
- package/components/Icons/History.d.ts.map +1 -0
- package/components/Icons/History.js +2 -0
- package/components/Icons/History.js.map +1 -0
- package/components/Icons/HivAndAids.d.ts +5 -0
- package/components/Icons/HivAndAids.d.ts.map +1 -0
- package/components/Icons/HivAndAids.js +2 -0
- package/components/Icons/HivAndAids.js.map +1 -0
- package/components/Icons/Home.d.ts +5 -0
- package/components/Icons/Home.d.ts.map +1 -0
- package/components/Icons/Home.js +2 -0
- package/components/Icons/Home.js.map +1 -0
- package/components/Icons/Hormone.d.ts +5 -0
- package/components/Icons/Hormone.d.ts.map +1 -0
- package/components/Icons/Hormone.js +2 -0
- package/components/Icons/Hormone.js.map +1 -0
- package/components/Icons/Hospital.d.ts +5 -0
- package/components/Icons/Hospital.d.ts.map +1 -0
- package/components/Icons/Hospital.js +2 -0
- package/components/Icons/Hospital.js.map +1 -0
- package/components/Icons/Hourglass.d.ts +5 -0
- package/components/Icons/Hourglass.d.ts.map +1 -0
- package/components/Icons/Hourglass.js +2 -0
- package/components/Icons/Hourglass.js.map +1 -0
- package/components/Icons/Icon.d.ts +23 -0
- package/components/Icons/Icon.d.ts.map +1 -0
- package/components/Icons/Icon.js +2 -0
- package/components/Icons/Icon.js.map +1 -0
- package/components/Icons/ImgFile.d.ts +5 -0
- package/components/Icons/ImgFile.d.ts.map +1 -0
- package/components/Icons/ImgFile.js +2 -0
- package/components/Icons/ImgFile.js.map +1 -0
- package/components/Icons/Inbox.d.ts +5 -0
- package/components/Icons/Inbox.d.ts.map +1 -0
- package/components/Icons/Inbox.js +2 -0
- package/components/Icons/Inbox.js.map +1 -0
- package/components/Icons/InfoSignFill.d.ts +5 -0
- package/components/Icons/InfoSignFill.d.ts.map +1 -0
- package/components/Icons/InfoSignFill.js +2 -0
- package/components/Icons/InfoSignFill.js.map +1 -0
- package/components/Icons/InfoSignStroke.d.ts +5 -0
- package/components/Icons/InfoSignStroke.d.ts.map +1 -0
- package/components/Icons/InfoSignStroke.js +2 -0
- package/components/Icons/InfoSignStroke.js.map +1 -0
- package/components/Icons/Instagram.d.ts +5 -0
- package/components/Icons/Instagram.d.ts.map +1 -0
- package/components/Icons/Instagram.js +2 -0
- package/components/Icons/Instagram.js.map +1 -0
- package/components/Icons/Intravenous.d.ts +5 -0
- package/components/Icons/Intravenous.d.ts.map +1 -0
- package/components/Icons/Intravenous.js +2 -0
- package/components/Icons/Intravenous.js.map +1 -0
- package/components/Icons/JointPain.d.ts +5 -0
- package/components/Icons/JointPain.d.ts.map +1 -0
- package/components/Icons/JointPain.js +2 -0
- package/components/Icons/JointPain.js.map +1 -0
- package/components/Icons/Journal.d.ts +5 -0
- package/components/Icons/Journal.d.ts.map +1 -0
- package/components/Icons/Journal.js +2 -0
- package/components/Icons/Journal.js.map +1 -0
- package/components/Icons/JpgFile.d.ts +5 -0
- package/components/Icons/JpgFile.d.ts.map +1 -0
- package/components/Icons/JpgFile.js +2 -0
- package/components/Icons/JpgFile.js.map +1 -0
- package/components/Icons/Kidney.d.ts +5 -0
- package/components/Icons/Kidney.d.ts.map +1 -0
- package/components/Icons/Kidney.js +2 -0
- package/components/Icons/Kidney.js.map +1 -0
- package/components/Icons/KitchenScale.d.ts +5 -0
- package/components/Icons/KitchenScale.d.ts.map +1 -0
- package/components/Icons/KitchenScale.js +2 -0
- package/components/Icons/KitchenScale.js.map +1 -0
- package/components/Icons/Kjernejournal.d.ts +5 -0
- package/components/Icons/Kjernejournal.d.ts.map +1 -0
- package/components/Icons/Kjernejournal.js +2 -0
- package/components/Icons/Kjernejournal.js.map +1 -0
- package/components/Icons/Laboratory.d.ts +5 -0
- package/components/Icons/Laboratory.d.ts.map +1 -0
- package/components/Icons/Laboratory.js +2 -0
- package/components/Icons/Laboratory.js.map +1 -0
- package/components/Icons/LaptopBlog.d.ts +5 -0
- package/components/Icons/LaptopBlog.d.ts.map +1 -0
- package/components/Icons/LaptopBlog.js +2 -0
- package/components/Icons/LaptopBlog.js.map +1 -0
- package/components/Icons/LawBook.d.ts +5 -0
- package/components/Icons/LawBook.d.ts.map +1 -0
- package/components/Icons/LawBook.js +2 -0
- package/components/Icons/LawBook.js.map +1 -0
- package/components/Icons/LightBulb.d.ts +5 -0
- package/components/Icons/LightBulb.d.ts.map +1 -0
- package/components/Icons/LightBulb.js +2 -0
- package/components/Icons/LightBulb.js.map +1 -0
- package/components/Icons/List.d.ts +5 -0
- package/components/Icons/List.d.ts.map +1 -0
- package/components/Icons/List.js +2 -0
- package/components/Icons/List.js.map +1 -0
- package/components/Icons/Location.d.ts +5 -0
- package/components/Icons/Location.d.ts.map +1 -0
- package/components/Icons/Location.js +2 -0
- package/components/Icons/Location.js.map +1 -0
- package/components/Icons/Lock.d.ts +5 -0
- package/components/Icons/Lock.d.ts.map +1 -0
- package/components/Icons/Lock.js +2 -0
- package/components/Icons/Lock.js.map +1 -0
- package/components/Icons/Lungs.d.ts +5 -0
- package/components/Icons/Lungs.d.ts.map +1 -0
- package/components/Icons/Lungs.js +2 -0
- package/components/Icons/Lungs.js.map +1 -0
- package/components/Icons/Makeup.d.ts +5 -0
- package/components/Icons/Makeup.d.ts.map +1 -0
- package/components/Icons/Makeup.js +2 -0
- package/components/Icons/Makeup.js.map +1 -0
- package/components/Icons/MaleDoctor.d.ts +5 -0
- package/components/Icons/MaleDoctor.d.ts.map +1 -0
- package/components/Icons/MaleDoctor.js +2 -0
- package/components/Icons/MaleDoctor.js.map +1 -0
- package/components/Icons/MaleDoctorAndPerson.d.ts +5 -0
- package/components/Icons/MaleDoctorAndPerson.d.ts.map +1 -0
- package/components/Icons/MaleDoctorAndPerson.js +2 -0
- package/components/Icons/MaleDoctorAndPerson.js.map +1 -0
- package/components/Icons/MaleGenitalia.d.ts +5 -0
- package/components/Icons/MaleGenitalia.d.ts.map +1 -0
- package/components/Icons/MaleGenitalia.js +2 -0
- package/components/Icons/MaleGenitalia.js.map +1 -0
- package/components/Icons/Medicine.d.ts +5 -0
- package/components/Icons/Medicine.d.ts.map +1 -0
- package/components/Icons/Medicine.js +2 -0
- package/components/Icons/Medicine.js.map +1 -0
- package/components/Icons/MedicineWarning.d.ts +5 -0
- package/components/Icons/MedicineWarning.d.ts.map +1 -0
- package/components/Icons/MedicineWarning.js +2 -0
- package/components/Icons/MedicineWarning.js.map +1 -0
- package/components/Icons/MentalHealthAdult.d.ts +5 -0
- package/components/Icons/MentalHealthAdult.d.ts.map +1 -0
- package/components/Icons/MentalHealthAdult.js +2 -0
- package/components/Icons/MentalHealthAdult.js.map +1 -0
- package/components/Icons/MentalHealthChild.d.ts +5 -0
- package/components/Icons/MentalHealthChild.d.ts.map +1 -0
- package/components/Icons/MentalHealthChild.js +2 -0
- package/components/Icons/MentalHealthChild.js.map +1 -0
- package/components/Icons/Menu.d.ts +5 -0
- package/components/Icons/Menu.d.ts.map +1 -0
- package/components/Icons/Menu.js +2 -0
- package/components/Icons/Menu.js.map +1 -0
- package/components/Icons/Microscope.d.ts +5 -0
- package/components/Icons/Microscope.d.ts.map +1 -0
- package/components/Icons/Microscope.js +2 -0
- package/components/Icons/Microscope.js.map +1 -0
- package/components/Icons/Minus.d.ts +5 -0
- package/components/Icons/Minus.d.ts.map +1 -0
- package/components/Icons/Minus.js +2 -0
- package/components/Icons/Minus.js.map +1 -0
- package/components/Icons/Mirror.d.ts +5 -0
- package/components/Icons/Mirror.d.ts.map +1 -0
- package/components/Icons/Mirror.js +2 -0
- package/components/Icons/Mirror.js.map +1 -0
- package/components/Icons/MobilePhone.d.ts +5 -0
- package/components/Icons/MobilePhone.d.ts.map +1 -0
- package/components/Icons/MobilePhone.js +2 -0
- package/components/Icons/MobilePhone.js.map +1 -0
- package/components/Icons/MotherHoldingBaby.d.ts +5 -0
- package/components/Icons/MotherHoldingBaby.d.ts.map +1 -0
- package/components/Icons/MotherHoldingBaby.js +2 -0
- package/components/Icons/MotherHoldingBaby.js.map +1 -0
- package/components/Icons/MuscleBack.d.ts +5 -0
- package/components/Icons/MuscleBack.d.ts.map +1 -0
- package/components/Icons/MuscleBack.js +2 -0
- package/components/Icons/MuscleBack.js.map +1 -0
- package/components/Icons/MuscleLeg.d.ts +5 -0
- package/components/Icons/MuscleLeg.d.ts.map +1 -0
- package/components/Icons/MuscleLeg.js +2 -0
- package/components/Icons/MuscleLeg.js.map +1 -0
- package/components/Icons/Mushroom.d.ts +5 -0
- package/components/Icons/Mushroom.d.ts.map +1 -0
- package/components/Icons/Mushroom.js +2 -0
- package/components/Icons/Mushroom.js.map +1 -0
- package/components/Icons/Music.d.ts +5 -0
- package/components/Icons/Music.d.ts.map +1 -0
- package/components/Icons/Music.js +2 -0
- package/components/Icons/Music.js.map +1 -0
- package/components/Icons/MusselsAndSalt.d.ts +5 -0
- package/components/Icons/MusselsAndSalt.d.ts.map +1 -0
- package/components/Icons/MusselsAndSalt.js +2 -0
- package/components/Icons/MusselsAndSalt.js.map +1 -0
- package/components/Icons/NoEye.d.ts +5 -0
- package/components/Icons/NoEye.d.ts.map +1 -0
- package/components/Icons/NoEye.js +2 -0
- package/components/Icons/NoEye.js.map +1 -0
- package/components/Icons/NoFilter.d.ts +5 -0
- package/components/Icons/NoFilter.d.ts.map +1 -0
- package/components/Icons/NoFilter.js +2 -0
- package/components/Icons/NoFilter.js.map +1 -0
- package/components/Icons/Notepad.d.ts +5 -0
- package/components/Icons/Notepad.d.ts.map +1 -0
- package/components/Icons/Notepad.js +2 -0
- package/components/Icons/Notepad.js.map +1 -0
- package/components/Icons/Osteotomy.d.ts +5 -0
- package/components/Icons/Osteotomy.d.ts.map +1 -0
- package/components/Icons/Osteotomy.js +2 -0
- package/components/Icons/Osteotomy.js.map +1 -0
- package/components/Icons/PaintRoller.d.ts +5 -0
- package/components/Icons/PaintRoller.d.ts.map +1 -0
- package/components/Icons/PaintRoller.js +2 -0
- package/components/Icons/PaintRoller.js.map +1 -0
- package/components/Icons/PaperPlane.d.ts +5 -0
- package/components/Icons/PaperPlane.d.ts.map +1 -0
- package/components/Icons/PaperPlane.js +2 -0
- package/components/Icons/PaperPlane.js.map +1 -0
- package/components/Icons/PatientAndPerson.d.ts +5 -0
- package/components/Icons/PatientAndPerson.d.ts.map +1 -0
- package/components/Icons/PatientAndPerson.js +2 -0
- package/components/Icons/PatientAndPerson.js.map +1 -0
- package/components/Icons/Pause.d.ts +5 -0
- package/components/Icons/Pause.d.ts.map +1 -0
- package/components/Icons/Pause.js +2 -0
- package/components/Icons/Pause.js.map +1 -0
- package/components/Icons/PdfFile.d.ts +5 -0
- package/components/Icons/PdfFile.d.ts.map +1 -0
- package/components/Icons/PdfFile.js +2 -0
- package/components/Icons/PdfFile.js.map +1 -0
- package/components/Icons/Pencil.d.ts +5 -0
- package/components/Icons/Pencil.d.ts.map +1 -0
- package/components/Icons/Pencil.js +2 -0
- package/components/Icons/Pencil.js.map +1 -0
- package/components/Icons/PeopleTalking.d.ts +5 -0
- package/components/Icons/PeopleTalking.d.ts.map +1 -0
- package/components/Icons/PeopleTalking.js +2 -0
- package/components/Icons/PeopleTalking.js.map +1 -0
- package/components/Icons/Peritonealdialysis.d.ts +5 -0
- package/components/Icons/Peritonealdialysis.d.ts.map +1 -0
- package/components/Icons/Peritonealdialysis.js +2 -0
- package/components/Icons/Peritonealdialysis.js.map +1 -0
- package/components/Icons/Person.d.ts +5 -0
- package/components/Icons/Person.d.ts.map +1 -0
- package/components/Icons/Person.js +2 -0
- package/components/Icons/Person.js.map +1 -0
- package/components/Icons/PersonAndPatient.d.ts +5 -0
- package/components/Icons/PersonAndPatient.d.ts.map +1 -0
- package/components/Icons/PersonAndPatient.js +2 -0
- package/components/Icons/PersonAndPatient.js.map +1 -0
- package/components/Icons/PersonInXRayMachine.d.ts +5 -0
- package/components/Icons/PersonInXRayMachine.d.ts.map +1 -0
- package/components/Icons/PersonInXRayMachine.js +2 -0
- package/components/Icons/PersonInXRayMachine.js.map +1 -0
- package/components/Icons/PersonOverweight.d.ts +5 -0
- package/components/Icons/PersonOverweight.d.ts.map +1 -0
- package/components/Icons/PersonOverweight.js +2 -0
- package/components/Icons/PersonOverweight.js.map +1 -0
- package/components/Icons/PersonRelaxing.d.ts +5 -0
- package/components/Icons/PersonRelaxing.d.ts.map +1 -0
- package/components/Icons/PersonRelaxing.js +2 -0
- package/components/Icons/PersonRelaxing.js.map +1 -0
- package/components/Icons/PersonWithBrain.d.ts +5 -0
- package/components/Icons/PersonWithBrain.d.ts.map +1 -0
- package/components/Icons/PersonWithBrain.js +2 -0
- package/components/Icons/PersonWithBrain.js.map +1 -0
- package/components/Icons/PersonWithBrokenArm.d.ts +5 -0
- package/components/Icons/PersonWithBrokenArm.d.ts.map +1 -0
- package/components/Icons/PersonWithBrokenArm.js +2 -0
- package/components/Icons/PersonWithBrokenArm.js.map +1 -0
- package/components/Icons/PersonWithCrutches.d.ts +5 -0
- package/components/Icons/PersonWithCrutches.d.ts.map +1 -0
- package/components/Icons/PersonWithCrutches.js +2 -0
- package/components/Icons/PersonWithCrutches.js.map +1 -0
- package/components/Icons/PersonWithJaw.d.ts +5 -0
- package/components/Icons/PersonWithJaw.d.ts.map +1 -0
- package/components/Icons/PersonWithJaw.js +2 -0
- package/components/Icons/PersonWithJaw.js.map +1 -0
- package/components/Icons/PersonWithMagnifyingGlass.d.ts +5 -0
- package/components/Icons/PersonWithMagnifyingGlass.d.ts.map +1 -0
- package/components/Icons/PersonWithMagnifyingGlass.js +2 -0
- package/components/Icons/PersonWithMagnifyingGlass.js.map +1 -0
- package/components/Icons/PersonWithSenses.d.ts +5 -0
- package/components/Icons/PersonWithSenses.d.ts.map +1 -0
- package/components/Icons/PersonWithSenses.js +2 -0
- package/components/Icons/PersonWithSenses.js.map +1 -0
- package/components/Icons/PersonWorking.d.ts +5 -0
- package/components/Icons/PersonWorking.d.ts.map +1 -0
- package/components/Icons/PersonWorking.js +2 -0
- package/components/Icons/PersonWorking.js.map +1 -0
- package/components/Icons/PizzaSlice.d.ts +5 -0
- package/components/Icons/PizzaSlice.d.ts.map +1 -0
- package/components/Icons/PizzaSlice.js +2 -0
- package/components/Icons/PizzaSlice.js.map +1 -0
- package/components/Icons/Plane.d.ts +5 -0
- package/components/Icons/Plane.d.ts.map +1 -0
- package/components/Icons/Plane.js +2 -0
- package/components/Icons/Plane.js.map +1 -0
- package/components/Icons/Plant.d.ts +5 -0
- package/components/Icons/Plant.d.ts.map +1 -0
- package/components/Icons/Plant.js +2 -0
- package/components/Icons/Plant.js.map +1 -0
- package/components/Icons/Play.d.ts +5 -0
- package/components/Icons/Play.d.ts.map +1 -0
- package/components/Icons/Play.js +2 -0
- package/components/Icons/Play.js.map +1 -0
- package/components/Icons/PlusLarge.d.ts +5 -0
- package/components/Icons/PlusLarge.d.ts.map +1 -0
- package/components/Icons/PlusLarge.js +2 -0
- package/components/Icons/PlusLarge.js.map +1 -0
- package/components/Icons/PlusSmall.d.ts +5 -0
- package/components/Icons/PlusSmall.d.ts.map +1 -0
- package/components/Icons/PlusSmall.js +2 -0
- package/components/Icons/PlusSmall.js.map +1 -0
- package/components/Icons/PngFile.d.ts +5 -0
- package/components/Icons/PngFile.d.ts.map +1 -0
- package/components/Icons/PngFile.js +2 -0
- package/components/Icons/PngFile.js.map +1 -0
- package/components/Icons/Podcast.d.ts +5 -0
- package/components/Icons/Podcast.d.ts.map +1 -0
- package/components/Icons/Podcast.js +2 -0
- package/components/Icons/Podcast.js.map +1 -0
- package/components/Icons/PoisonInformation.d.ts +5 -0
- package/components/Icons/PoisonInformation.d.ts.map +1 -0
- package/components/Icons/PoisonInformation.js +2 -0
- package/components/Icons/PoisonInformation.js.map +1 -0
- package/components/Icons/Pregnant.d.ts +5 -0
- package/components/Icons/Pregnant.d.ts.map +1 -0
- package/components/Icons/Pregnant.js +2 -0
- package/components/Icons/Pregnant.js.map +1 -0
- package/components/Icons/Printer.d.ts +5 -0
- package/components/Icons/Printer.d.ts.map +1 -0
- package/components/Icons/Printer.js +2 -0
- package/components/Icons/Printer.js.map +1 -0
- package/components/Icons/Psychosis.d.ts +5 -0
- package/components/Icons/Psychosis.d.ts.map +1 -0
- package/components/Icons/Psychosis.js +2 -0
- package/components/Icons/Psychosis.js.map +1 -0
- package/components/Icons/Publication.d.ts +5 -0
- package/components/Icons/Publication.d.ts.map +1 -0
- package/components/Icons/Publication.js +2 -0
- package/components/Icons/Publication.js.map +1 -0
- package/components/Icons/Puzzle.d.ts +5 -0
- package/components/Icons/Puzzle.d.ts.map +1 -0
- package/components/Icons/Puzzle.js +2 -0
- package/components/Icons/Puzzle.js.map +1 -0
- package/components/Icons/QrCode.d.ts +5 -0
- package/components/Icons/QrCode.d.ts.map +1 -0
- package/components/Icons/QrCode.js +2 -0
- package/components/Icons/QrCode.js.map +1 -0
- package/components/Icons/Quarrel.d.ts +5 -0
- package/components/Icons/Quarrel.d.ts.map +1 -0
- package/components/Icons/Quarrel.js +2 -0
- package/components/Icons/Quarrel.js.map +1 -0
- package/components/Icons/RadioTherapy.d.ts +5 -0
- package/components/Icons/RadioTherapy.d.ts.map +1 -0
- package/components/Icons/RadioTherapy.js +2 -0
- package/components/Icons/RadioTherapy.js.map +1 -0
- package/components/Icons/RadioactiveTreatment.d.ts +5 -0
- package/components/Icons/RadioactiveTreatment.d.ts.map +1 -0
- package/components/Icons/RadioactiveTreatment.js +2 -0
- package/components/Icons/RadioactiveTreatment.js.map +1 -0
- package/components/Icons/Radioiodine.d.ts +5 -0
- package/components/Icons/Radioiodine.d.ts.map +1 -0
- package/components/Icons/Radioiodine.js +2 -0
- package/components/Icons/Radioiodine.js.map +1 -0
- package/components/Icons/Receipt.d.ts +5 -0
- package/components/Icons/Receipt.d.ts.map +1 -0
- package/components/Icons/Receipt.js +2 -0
- package/components/Icons/Receipt.js.map +1 -0
- package/components/Icons/Receptionist.d.ts +5 -0
- package/components/Icons/Receptionist.d.ts.map +1 -0
- package/components/Icons/Receptionist.js +2 -0
- package/components/Icons/Receptionist.js.map +1 -0
- package/components/Icons/Recovery.d.ts +5 -0
- package/components/Icons/Recovery.d.ts.map +1 -0
- package/components/Icons/Recovery.js +2 -0
- package/components/Icons/Recovery.js.map +1 -0
- package/components/Icons/Referral.d.ts +5 -0
- package/components/Icons/Referral.d.ts.map +1 -0
- package/components/Icons/Referral.js +2 -0
- package/components/Icons/Referral.js.map +1 -0
- package/components/Icons/Refresh.d.ts +5 -0
- package/components/Icons/Refresh.d.ts.map +1 -0
- package/components/Icons/Refresh.js +2 -0
- package/components/Icons/Refresh.js.map +1 -0
- package/components/Icons/Refund.d.ts +5 -0
- package/components/Icons/Refund.d.ts.map +1 -0
- package/components/Icons/Refund.js +2 -0
- package/components/Icons/Refund.js.map +1 -0
- package/components/Icons/Reply.d.ts +5 -0
- package/components/Icons/Reply.d.ts.map +1 -0
- package/components/Icons/Reply.js +2 -0
- package/components/Icons/Reply.js.map +1 -0
- package/components/Icons/Rocket.d.ts +5 -0
- package/components/Icons/Rocket.d.ts.map +1 -0
- package/components/Icons/Rocket.js +2 -0
- package/components/Icons/Rocket.js.map +1 -0
- package/components/Icons/RtfFile.d.ts +5 -0
- package/components/Icons/RtfFile.d.ts.map +1 -0
- package/components/Icons/RtfFile.js +2 -0
- package/components/Icons/RtfFile.js.map +1 -0
- package/components/Icons/STDs.d.ts +5 -0
- package/components/Icons/STDs.d.ts.map +1 -0
- package/components/Icons/STDs.js +2 -0
- package/components/Icons/STDs.js.map +1 -0
- package/components/Icons/Save.d.ts +5 -0
- package/components/Icons/Save.d.ts.map +1 -0
- package/components/Icons/Save.js +2 -0
- package/components/Icons/Save.js.map +1 -0
- package/components/Icons/Scale.d.ts +5 -0
- package/components/Icons/Scale.d.ts.map +1 -0
- package/components/Icons/Scale.js +2 -0
- package/components/Icons/Scale.js.map +1 -0
- package/components/Icons/Search.d.ts +5 -0
- package/components/Icons/Search.d.ts.map +1 -0
- package/components/Icons/Search.js +2 -0
- package/components/Icons/Search.js.map +1 -0
- package/components/Icons/SectionSign.d.ts +5 -0
- package/components/Icons/SectionSign.d.ts.map +1 -0
- package/components/Icons/SectionSign.js +2 -0
- package/components/Icons/SectionSign.js.map +1 -0
- package/components/Icons/Settings.d.ts +5 -0
- package/components/Icons/Settings.d.ts.map +1 -0
- package/components/Icons/Settings.js +2 -0
- package/components/Icons/Settings.js.map +1 -0
- package/components/Icons/Sexualorientation.d.ts +5 -0
- package/components/Icons/Sexualorientation.d.ts.map +1 -0
- package/components/Icons/Sexualorientation.js +2 -0
- package/components/Icons/Sexualorientation.js.map +1 -0
- package/components/Icons/ShakingHand.d.ts +5 -0
- package/components/Icons/ShakingHand.d.ts.map +1 -0
- package/components/Icons/ShakingHand.js +2 -0
- package/components/Icons/ShakingHand.js.map +1 -0
- package/components/Icons/Share.d.ts +5 -0
- package/components/Icons/Share.d.ts.map +1 -0
- package/components/Icons/Share.js +2 -0
- package/components/Icons/Share.js.map +1 -0
- package/components/Icons/Shield.d.ts +5 -0
- package/components/Icons/Shield.d.ts.map +1 -0
- package/components/Icons/Shield.js +2 -0
- package/components/Icons/Shield.js.map +1 -0
- package/components/Icons/ShuntOperation.d.ts +5 -0
- package/components/Icons/ShuntOperation.d.ts.map +1 -0
- package/components/Icons/ShuntOperation.js +2 -0
- package/components/Icons/ShuntOperation.js.map +1 -0
- package/components/Icons/Skeleton.d.ts +5 -0
- package/components/Icons/Skeleton.d.ts.map +1 -0
- package/components/Icons/Skeleton.js +2 -0
- package/components/Icons/Skeleton.js.map +1 -0
- package/components/Icons/Skin.d.ts +5 -0
- package/components/Icons/Skin.d.ts.map +1 -0
- package/components/Icons/Skin.js +2 -0
- package/components/Icons/Skin.js.map +1 -0
- package/components/Icons/Snake.d.ts +5 -0
- package/components/Icons/Snake.d.ts.map +1 -0
- package/components/Icons/Snake.js +2 -0
- package/components/Icons/Snake.js.map +1 -0
- package/components/Icons/Snapchat.d.ts +5 -0
- package/components/Icons/Snapchat.d.ts.map +1 -0
- package/components/Icons/Snapchat.js +2 -0
- package/components/Icons/Snapchat.js.map +1 -0
- package/components/Icons/SpeechBubble.d.ts +5 -0
- package/components/Icons/SpeechBubble.d.ts.map +1 -0
- package/components/Icons/SpeechBubble.js +2 -0
- package/components/Icons/SpeechBubble.js.map +1 -0
- package/components/Icons/Spray.d.ts +5 -0
- package/components/Icons/Spray.d.ts.map +1 -0
- package/components/Icons/Spray.js +2 -0
- package/components/Icons/Spray.js.map +1 -0
- package/components/Icons/Stopwatch.d.ts +5 -0
- package/components/Icons/Stopwatch.d.ts.map +1 -0
- package/components/Icons/Stopwatch.js +2 -0
- package/components/Icons/Stopwatch.js.map +1 -0
- package/components/Icons/SupportingPerson.d.ts +5 -0
- package/components/Icons/SupportingPerson.d.ts.map +1 -0
- package/components/Icons/SupportingPerson.js +2 -0
- package/components/Icons/SupportingPerson.js.map +1 -0
- package/components/Icons/Surgery.d.ts +5 -0
- package/components/Icons/Surgery.d.ts.map +1 -0
- package/components/Icons/Surgery.js +2 -0
- package/components/Icons/Surgery.js.map +1 -0
- package/components/Icons/Syringe.d.ts +5 -0
- package/components/Icons/Syringe.d.ts.map +1 -0
- package/components/Icons/Syringe.js +2 -0
- package/components/Icons/Syringe.js.map +1 -0
- package/components/Icons/Taxi.d.ts +5 -0
- package/components/Icons/Taxi.d.ts.map +1 -0
- package/components/Icons/Taxi.js +2 -0
- package/components/Icons/Taxi.js.map +1 -0
- package/components/Icons/TeddyBear.d.ts +5 -0
- package/components/Icons/TeddyBear.d.ts.map +1 -0
- package/components/Icons/TeddyBear.js +2 -0
- package/components/Icons/TeddyBear.js.map +1 -0
- package/components/Icons/Teenagers.d.ts +5 -0
- package/components/Icons/Teenagers.d.ts.map +1 -0
- package/components/Icons/Teenagers.js +2 -0
- package/components/Icons/Teenagers.js.map +1 -0
- package/components/Icons/ThinkingAboutBaby.d.ts +5 -0
- package/components/Icons/ThinkingAboutBaby.d.ts.map +1 -0
- package/components/Icons/ThinkingAboutBaby.js +2 -0
- package/components/Icons/ThinkingAboutBaby.js.map +1 -0
- package/components/Icons/Ticket.d.ts +5 -0
- package/components/Icons/Ticket.d.ts.map +1 -0
- package/components/Icons/Ticket.js +2 -0
- package/components/Icons/Ticket.js.map +1 -0
- package/components/Icons/TimePassing.d.ts +5 -0
- package/components/Icons/TimePassing.d.ts.map +1 -0
- package/components/Icons/TimePassing.js +2 -0
- package/components/Icons/TimePassing.js.map +1 -0
- package/components/Icons/Toolbox.d.ts +5 -0
- package/components/Icons/Toolbox.d.ts.map +1 -0
- package/components/Icons/Toolbox.js +2 -0
- package/components/Icons/Toolbox.js.map +1 -0
- package/components/Icons/Tooth.d.ts +5 -0
- package/components/Icons/Tooth.d.ts.map +1 -0
- package/components/Icons/Tooth.js +2 -0
- package/components/Icons/Tooth.js.map +1 -0
- package/components/Icons/TotalKneeProsthesis.d.ts +5 -0
- package/components/Icons/TotalKneeProsthesis.d.ts.map +1 -0
- package/components/Icons/TotalKneeProsthesis.js +2 -0
- package/components/Icons/TotalKneeProsthesis.js.map +1 -0
- package/components/Icons/Train.d.ts +5 -0
- package/components/Icons/Train.d.ts.map +1 -0
- package/components/Icons/Train.js +2 -0
- package/components/Icons/Train.js.map +1 -0
- package/components/Icons/Transplantation.d.ts +5 -0
- package/components/Icons/Transplantation.d.ts.map +1 -0
- package/components/Icons/Transplantation.js +2 -0
- package/components/Icons/Transplantation.js.map +1 -0
- package/components/Icons/TrashCan.d.ts +5 -0
- package/components/Icons/TrashCan.d.ts.map +1 -0
- package/components/Icons/TrashCan.js +2 -0
- package/components/Icons/TrashCan.js.map +1 -0
- package/components/Icons/Twitter.d.ts +5 -0
- package/components/Icons/Twitter.d.ts.map +1 -0
- package/components/Icons/Twitter.js +2 -0
- package/components/Icons/Twitter.js.map +1 -0
- package/components/Icons/Undo.d.ts +5 -0
- package/components/Icons/Undo.d.ts.map +1 -0
- package/components/Icons/Undo.js +2 -0
- package/components/Icons/Undo.js.map +1 -0
- package/components/Icons/UniProsthesis.d.ts +5 -0
- package/components/Icons/UniProsthesis.d.ts.map +1 -0
- package/components/Icons/UniProsthesis.js +2 -0
- package/components/Icons/UniProsthesis.js.map +1 -0
- package/components/Icons/Upload.d.ts +5 -0
- package/components/Icons/Upload.d.ts.map +1 -0
- package/components/Icons/Upload.js +2 -0
- package/components/Icons/Upload.js.map +1 -0
- package/components/Icons/UserOrganization.d.ts +5 -0
- package/components/Icons/UserOrganization.d.ts.map +1 -0
- package/components/Icons/UserOrganization.js +2 -0
- package/components/Icons/UserOrganization.js.map +1 -0
- package/components/Icons/Vaccine.d.ts +5 -0
- package/components/Icons/Vaccine.d.ts.map +1 -0
- package/components/Icons/Vaccine.js +2 -0
- package/components/Icons/Vaccine.js.map +1 -0
- package/components/Icons/VerticalDots.d.ts +5 -0
- package/components/Icons/VerticalDots.d.ts.map +1 -0
- package/components/Icons/VerticalDots.js +2 -0
- package/components/Icons/VerticalDots.js.map +1 -0
- package/components/Icons/VideoCamera.d.ts +5 -0
- package/components/Icons/VideoCamera.d.ts.map +1 -0
- package/components/Icons/VideoCamera.js +2 -0
- package/components/Icons/VideoCamera.js.map +1 -0
- package/components/Icons/VideoChat.d.ts +5 -0
- package/components/Icons/VideoChat.d.ts.map +1 -0
- package/components/Icons/VideoChat.js +2 -0
- package/components/Icons/VideoChat.js.map +1 -0
- package/components/Icons/Wallet.d.ts +5 -0
- package/components/Icons/Wallet.d.ts.map +1 -0
- package/components/Icons/Wallet.js +2 -0
- package/components/Icons/Wallet.js.map +1 -0
- package/components/Icons/Watch.d.ts +5 -0
- package/components/Icons/Watch.d.ts.map +1 -0
- package/components/Icons/Watch.js +2 -0
- package/components/Icons/Watch.js.map +1 -0
- package/components/Icons/Website.d.ts +5 -0
- package/components/Icons/Website.d.ts.map +1 -0
- package/components/Icons/Website.js +2 -0
- package/components/Icons/Website.js.map +1 -0
- package/components/Icons/Wheelchair.d.ts +5 -0
- package/components/Icons/Wheelchair.d.ts.map +1 -0
- package/components/Icons/Wheelchair.js +2 -0
- package/components/Icons/Wheelchair.js.map +1 -0
- package/components/Icons/WheelchairActive.d.ts +5 -0
- package/components/Icons/WheelchairActive.d.ts.map +1 -0
- package/components/Icons/WheelchairActive.js +2 -0
- package/components/Icons/WheelchairActive.js.map +1 -0
- package/components/Icons/Window.d.ts +5 -0
- package/components/Icons/Window.d.ts.map +1 -0
- package/components/Icons/Window.js +2 -0
- package/components/Icons/Window.js.map +1 -0
- package/components/Icons/WordDocument.d.ts +5 -0
- package/components/Icons/WordDocument.d.ts.map +1 -0
- package/components/Icons/WordDocument.js +2 -0
- package/components/Icons/WordDocument.js.map +1 -0
- package/components/Icons/WorkSuitcase.d.ts +5 -0
- package/components/Icons/WorkSuitcase.d.ts.map +1 -0
- package/components/Icons/WorkSuitcase.js +2 -0
- package/components/Icons/WorkSuitcase.js.map +1 -0
- package/components/Icons/X.d.ts +5 -0
- package/components/Icons/X.d.ts.map +1 -0
- package/components/Icons/X.js +2 -0
- package/components/Icons/X.js.map +1 -0
- package/components/Icons/XOutline.d.ts +5 -0
- package/components/Icons/XOutline.d.ts.map +1 -0
- package/components/Icons/XOutline.js +2 -0
- package/components/Icons/XOutline.js.map +1 -0
- package/components/Icons/XmlFile.d.ts +5 -0
- package/components/Icons/XmlFile.d.ts.map +1 -0
- package/components/Icons/XmlFile.js +2 -0
- package/components/Icons/XmlFile.js.map +1 -0
- package/components/Icons/YouTube.d.ts +5 -0
- package/components/Icons/YouTube.d.ts.map +1 -0
- package/components/Icons/YouTube.js +2 -0
- package/components/Icons/YouTube.js.map +1 -0
- package/components/Icons/Zoom.d.ts +5 -0
- package/components/Icons/Zoom.d.ts.map +1 -0
- package/components/Icons/Zoom.js +2 -0
- package/components/Icons/Zoom.js.map +1 -0
- package/components/Icons/componentdata.json +194 -0
- package/components/Icons/index.d.ts +5 -0
- package/components/Icons/index.d.ts.map +1 -0
- package/components/Icons/index.js +2 -0
- package/components/Icons/index.js.map +1 -0
- package/components/Input/Input.d.ts +55 -0
- package/components/Input/Input.d.ts.map +1 -0
- package/components/Input/componentdata.json +425 -0
- package/components/Input/index.d.ts +4 -0
- package/components/Input/index.d.ts.map +1 -0
- package/components/Input/index.js +2 -0
- package/components/Input/index.js.map +1 -0
- package/components/Input/styles.module.scss +59 -0
- package/components/Input/styles.module.scss.d.ts +23 -0
- package/components/LinkList/LinkList.d.ts +42 -0
- package/components/LinkList/LinkList.d.ts.map +1 -0
- package/components/LinkList/componentdata.json +198 -0
- package/components/LinkList/index.d.ts +4 -0
- package/components/LinkList/index.d.ts.map +1 -0
- package/components/LinkList/index.js +2 -0
- package/components/LinkList/index.js.map +1 -0
- package/components/LinkList/styles.module.scss +147 -0
- package/components/LinkList/styles.module.scss.d.ts +26 -0
- package/components/List/List.d.ts +10 -0
- package/components/List/List.d.ts.map +1 -0
- package/components/List/componentdata.json +42 -0
- package/components/List/index.d.ts +4 -0
- package/components/List/index.d.ts.map +1 -0
- package/components/List/index.js +2 -0
- package/components/List/index.js.map +1 -0
- package/components/List/styles.module.scss +11 -0
- package/components/List/styles.module.scss.d.ts +10 -0
- package/components/Loader/Loader.d.ts +33 -0
- package/components/Loader/Loader.d.ts.map +1 -0
- package/components/Loader/componentdata.json +254 -0
- package/components/Loader/index.d.ts +4 -0
- package/components/Loader/index.d.ts.map +1 -0
- package/components/Loader/index.js +2 -0
- package/components/Loader/index.js.map +1 -0
- package/components/Loader/styles.module.scss +194 -0
- package/components/Loader/styles.module.scss.d.ts +34 -0
- package/components/Logo/Logo.d.ts +18 -0
- package/components/Logo/Logo.d.ts.map +1 -0
- package/components/Logo/componentdata.json +135 -0
- package/components/Logo/index.d.ts +4 -0
- package/components/Logo/index.d.ts.map +1 -0
- package/components/Logo/index.js +2 -0
- package/components/Logo/index.js.map +1 -0
- package/components/Modal/Modal.d.ts +70 -0
- package/components/Modal/Modal.d.ts.map +1 -0
- package/components/Modal/__mocks__/IntersectionObserver.d.ts +6 -0
- package/components/Modal/__mocks__/IntersectionObserver.d.ts.map +1 -0
- package/components/Modal/componentdata.json +448 -0
- package/components/Modal/index.d.ts +4 -0
- package/components/Modal/index.d.ts.map +1 -0
- package/components/Modal/index.js +2 -0
- package/components/Modal/index.js.map +1 -0
- package/components/Modal/styles.module.scss +241 -0
- package/components/Modal/styles.module.scss.d.ts +41 -0
- package/components/NotificationPanel/NotificationPanel.d.ts +48 -0
- package/components/NotificationPanel/NotificationPanel.d.ts.map +1 -0
- package/components/NotificationPanel/componentdata.json +246 -0
- package/components/NotificationPanel/index.d.ts +4 -0
- package/components/NotificationPanel/index.d.ts.map +1 -0
- package/components/NotificationPanel/index.js +2 -0
- package/components/NotificationPanel/index.js.map +1 -0
- package/components/NotificationPanel/styles.module.scss +138 -0
- package/components/NotificationPanel/styles.module.scss.d.ts +34 -0
- package/components/Portal/componentdata.json +80 -0
- package/components/Portal/index.d.ts +13 -0
- package/components/Portal/index.d.ts.map +1 -0
- package/components/Portal/index.js +2 -0
- package/components/Portal/index.js.map +1 -0
- package/components/RadioButton/RadioButton.d.ts +31 -0
- package/components/RadioButton/RadioButton.d.ts.map +1 -0
- package/components/RadioButton/componentdata.json +265 -0
- package/components/RadioButton/index.d.ts +4 -0
- package/components/RadioButton/index.d.ts.map +1 -0
- package/components/RadioButton/index.js +2 -0
- package/components/RadioButton/index.js.map +1 -0
- package/components/RadioButton/styles.module.scss +236 -0
- package/components/RadioButton/styles.module.scss.d.ts +23 -0
- package/components/Slider/Slider.d.ts +20 -0
- package/components/Slider/Slider.d.ts.map +1 -0
- package/components/Slider/SliderUtils.d.ts +41 -0
- package/components/Slider/SliderUtils.d.ts.map +1 -0
- package/components/Slider/componentdata.json +137 -0
- package/components/Slider/index.d.ts +4 -0
- package/components/Slider/index.d.ts.map +1 -0
- package/components/Slider/index.js +2 -0
- package/components/Slider/index.js.map +1 -0
- package/components/Slider/styles.module.scss +85 -0
- package/components/Slider/styles.module.scss.d.ts +19 -0
- package/components/Spacer/Spacer.d.ts +13 -0
- package/components/Spacer/Spacer.d.ts.map +1 -0
- package/components/Spacer/componentdata.json +106 -0
- package/components/Spacer/index.d.ts +4 -0
- package/components/Spacer/index.d.ts.map +1 -0
- package/components/Spacer/index.js +2 -0
- package/components/Spacer/index.js.map +1 -0
- package/components/Spacer/styles.module.scss +47 -0
- package/components/Spacer/styles.module.scss.d.ts +22 -0
- package/components/Textarea/Textarea.d.ts +37 -0
- package/components/Textarea/Textarea.d.ts.map +1 -0
- package/components/Textarea/componentdata.json +584 -0
- package/components/Textarea/index.d.ts +4 -0
- package/components/Textarea/index.d.ts.map +1 -0
- package/components/Textarea/index.js +2 -0
- package/components/Textarea/index.js.map +1 -0
- package/components/Textarea/styles.module.scss +57 -0
- package/components/Textarea/styles.module.scss.d.ts +26 -0
- package/components/Tile/Tile.d.ts +34 -0
- package/components/Tile/Tile.d.ts.map +1 -0
- package/components/Tile/componentdata.json +341 -0
- package/components/Tile/index.d.ts +4 -0
- package/components/Tile/index.d.ts.map +1 -0
- package/components/Tile/index.js +2 -0
- package/components/Tile/index.js.map +1 -0
- package/components/Tile/styles.module.scss +115 -0
- package/components/Tile/styles.module.scss.d.ts +18 -0
- package/components/Title/Title.d.ts +26 -0
- package/components/Title/Title.d.ts.map +1 -0
- package/components/Title/componentdata.json +3 -0
- package/components/Title/index.d.ts +4 -0
- package/components/Title/index.d.ts.map +1 -0
- package/components/Title/index.js +2 -0
- package/components/Title/index.js.map +1 -0
- package/components/Title/styles.module.scss +27 -0
- package/components/Title/styles.module.scss.d.ts +15 -0
- package/components/Validation/Validation.d.ts +17 -0
- package/components/Validation/Validation.d.ts.map +1 -0
- package/components/Validation/componentdata.json +111 -0
- package/components/Validation/index.d.ts +4 -0
- package/components/Validation/index.d.ts.map +1 -0
- package/components/Validation/index.js +2 -0
- package/components/Validation/index.js.map +1 -0
- package/components/Validation/styles.module.scss +18 -0
- package/components/Validation/styles.module.scss.d.ts +10 -0
- package/components/__mocks__/index.js +2 -0
- package/components/__mocks__/index.js.map +1 -0
- package/constants-ad6c82db.js +2 -0
- package/constants-ad6c82db.js.map +1 -0
- package/constants.d.ts +91 -0
- package/constants.d.ts.map +1 -0
- package/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
- package/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
- package/fonts/source-sans-pro-200-extralight.woff +0 -0
- package/fonts/source-sans-pro-200-extralight.woff2 +0 -0
- package/fonts/source-sans-pro-300-light-italic.woff +0 -0
- package/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
- package/fonts/source-sans-pro-300-light.woff +0 -0
- package/fonts/source-sans-pro-300-light.woff2 +0 -0
- package/fonts/source-sans-pro-400-regular-italic.woff +0 -0
- package/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
- package/fonts/source-sans-pro-400-regular.woff +0 -0
- package/fonts/source-sans-pro-400-regular.woff2 +0 -0
- package/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
- package/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
- package/fonts/source-sans-pro-600-semibold.woff +0 -0
- package/fonts/source-sans-pro-600-semibold.woff2 +0 -0
- package/fonts/source-sans-pro-700-bold-italic.woff +0 -0
- package/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
- package/fonts/source-sans-pro-700-bold.woff +0 -0
- package/fonts/source-sans-pro-700-bold.woff2 +0 -0
- package/fonts/source-sans-pro-900-black-italic.woff +0 -0
- package/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
- package/fonts/source-sans-pro-900-black.woff +0 -0
- package/fonts/source-sans-pro-900-black.woff2 +0 -0
- package/grid-11a70eb7.js +2 -0
- package/grid-11a70eb7.js.map +1 -0
- package/hooks/focus-utils.d.ts +7 -0
- package/hooks/focus-utils.d.ts.map +1 -0
- package/hooks/useBreakpoint.d.ts +9 -0
- package/hooks/useBreakpoint.d.ts.map +1 -0
- package/hooks/useFocusToggle.d.ts +14 -0
- package/hooks/useFocusToggle.d.ts.map +1 -0
- package/hooks/useFocusTrap.d.ts +3 -0
- package/hooks/useFocusTrap.d.ts.map +1 -0
- package/hooks/useHover.d.ts +12 -0
- package/hooks/useHover.d.ts.map +1 -0
- package/hooks/useIcons.d.ts +4 -0
- package/hooks/useIcons.d.ts.map +1 -0
- package/hooks/useIntersectionObserver.d.ts +11 -0
- package/hooks/useIntersectionObserver.d.ts.map +1 -0
- package/hooks/useIsVisible.d.ts +10 -0
- package/hooks/useIsVisible.d.ts.map +1 -0
- package/hooks/useLayoutEvent.d.ts +9 -0
- package/hooks/useLayoutEvent.d.ts.map +1 -0
- package/hooks/useSticky.d.ts +21 -0
- package/hooks/useSticky.d.ts.map +1 -0
- package/hooks/useWindowSize.d.ts +5 -0
- package/hooks/useWindowSize.d.ts.map +1 -0
- package/index-0e78dfa0.js +2 -0
- package/index-0e78dfa0.js.map +1 -0
- package/index-9b84fabc.js +8 -0
- package/index-9b84fabc.js.map +1 -0
- package/index.d.ts +5 -0
- package/index.d.ts.map +1 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/package.json +44 -59
- package/palette-f206f488.js +2 -0
- package/palette-f206f488.js.map +1 -0
- package/scss/_body.scss +11 -0
- package/{dist/scss → scss}/_breakpoints.scss +16 -14
- package/scss/_font-settings.scss +8 -0
- package/{dist/scss → scss}/_fonts.scss +112 -120
- package/{dist/scss → scss}/_grid.scss +1 -1
- package/scss/_input.scss +175 -0
- package/{dist/scss → scss}/_palette.scss +136 -133
- package/scss/_print.scss +176 -0
- package/scss/_reset.scss +13 -0
- package/scss/_spacers.scss +40 -0
- package/scss/_title.scss +59 -0
- package/{dist/scss → scss}/helsenorge.scss +8 -9
- package/scss/typography.module.scss +154 -0
- package/scss/typography.module.scss.d.ts +25 -0
- package/theme/currys/color.d.ts +4 -0
- package/theme/currys/color.d.ts.map +1 -0
- package/theme/currys/index.d.ts +3 -0
- package/theme/currys/index.d.ts.map +1 -0
- package/theme/currys/spacing.d.ts +4 -0
- package/theme/currys/spacing.d.ts.map +1 -0
- package/theme/grid.d.ts +21 -0
- package/theme/grid.d.ts.map +1 -0
- package/theme/index.d.ts +99 -0
- package/theme/index.d.ts.map +1 -0
- package/theme/palette.d.ts +68 -0
- package/theme/palette.d.ts.map +1 -0
- package/theme/spacers.d.ts +19 -0
- package/theme/spacers.d.ts.map +1 -0
- package/useBreakpoint-324a9b14.js +2 -0
- package/useBreakpoint-324a9b14.js.map +1 -0
- package/useHover-037be19d.js +2 -0
- package/useHover-037be19d.js.map +1 -0
- package/useWindowSize-73b47451.js +2 -0
- package/useWindowSize-73b47451.js.map +1 -0
- package/utils/debounce.d.ts +8 -0
- package/utils/debounce.d.ts.map +1 -0
- package/utils/uuid.d.ts +3 -0
- package/utils/uuid.d.ts.map +1 -0
- package/utils/viewport.d.ts +2 -0
- package/utils/viewport.d.ts.map +1 -0
- package/uuid-fe7442b7.js +2 -0
- package/uuid-fe7442b7.js.map +1 -0
- package/dist/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-200-extralight.woff +0 -0
- package/dist/fonts/source-sans-pro-200-extralight.woff2 +0 -0
- package/dist/fonts/source-sans-pro-300-light-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-300-light.woff +0 -0
- package/dist/fonts/source-sans-pro-300-light.woff2 +0 -0
- package/dist/fonts/source-sans-pro-400-regular-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-400-regular.woff +0 -0
- package/dist/fonts/source-sans-pro-400-regular.woff2 +0 -0
- package/dist/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-600-semibold.woff +0 -0
- package/dist/fonts/source-sans-pro-600-semibold.woff2 +0 -0
- package/dist/fonts/source-sans-pro-700-bold-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-700-bold.woff +0 -0
- package/dist/fonts/source-sans-pro-700-bold.woff2 +0 -0
- package/dist/fonts/source-sans-pro-900-black-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-900-black.woff +0 -0
- package/dist/fonts/source-sans-pro-900-black.woff2 +0 -0
- package/dist/index.d.ts +0 -258
- package/dist/js/helsenorge.esm.js +0 -8687
- package/dist/js/helsenorge.esm.js.map +0 -1
- package/dist/js/helsenorge.js +0 -8710
- package/dist/js/helsenorge.js.map +0 -1
- package/dist/scss/_body.scss +0 -10
- package/dist/scss/_reset.scss +0 -1
- package/dist/scss/_spacers.scss +0 -15
- package/dist/scss/_typography.scss +0 -125
- package/dist/scss/_variables.scss +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helsenorge.esm.js","sources":["../../src/theme/palette.ts","../../src/theme/grid.ts","../../src/theme/typography.ts","../../src/theme/index.ts","../../src/theme/currys/color.ts","../../src/components/Avatar/Avatar.styled.tsx","../../src/components/Icons/AlarmClock.tsx","../../src/components/Icons/AlertSignFill.tsx","../../src/components/Icons/AlertSignStroke.tsx","../../src/components/Icons/Amputation.tsx","../../src/components/Icons/Anxiety.tsx","../../src/components/Icons/Apple.tsx","../../src/components/Icons/Archive.tsx","../../src/components/Icons/ArmFlexing.tsx","../../src/components/Icons/ArrowLeft.tsx","../../src/components/Icons/ArrowRight.tsx","../../src/components/Icons/ArrowUpRight.tsx","../../src/components/Icons/Attachment.tsx","../../src/components/Icons/Atv.tsx","../../src/components/Icons/Avatar.tsx","../../src/components/Icons/AwakePersonOnPillow.tsx","../../src/components/Icons/Baby.tsx","../../src/components/Icons/BandAid.tsx","../../src/components/Icons/BeerAndPills.tsx","../../src/components/Icons/Bell.tsx","../../src/components/Icons/Bike.tsx","../../src/components/Icons/BirthdayCake.tsx","../../src/components/Icons/Boat.tsx","../../src/components/Icons/Brain.tsx","../../src/components/Icons/Breasts.tsx","../../src/components/Icons/BrokenHeart.tsx","../../src/components/Icons/BrokenPuzzle.tsx","../../src/components/Icons/Bus.tsx","../../src/components/Icons/Calendar.tsx","../../src/components/Icons/CalendarEvent.tsx","../../src/components/Icons/CalendarSave.tsx","../../src/components/Icons/Cancer.tsx","../../src/components/Icons/Car.tsx","../../src/components/Icons/Check.tsx","../../src/components/Icons/ChevronDown.tsx","../../src/components/Icons/ChevronLeft.tsx","../../src/components/Icons/ChevronRight.tsx","../../src/components/Icons/ChevronUp.tsx","../../src/components/Icons/ChildPlaying.tsx","../../src/components/Icons/Cigarette.tsx","../../src/components/Icons/Contacts.tsx","../../src/components/Icons/Copy.tsx","../../src/components/Icons/Coronavirus.tsx","../../src/components/Icons/Cough.tsx","../../src/components/Icons/CriticalHealthInfo.tsx","../../src/components/Icons/Cross.tsx","../../src/components/Icons/Depression.tsx","../../src/components/Icons/DigestiveSystem.tsx","../../src/components/Icons/Dizzy.tsx","../../src/components/Icons/Documents.tsx","../../src/components/Icons/Dog.tsx","../../src/components/Icons/DonorCard.tsx","../../src/components/Icons/Draft.tsx","../../src/components/Icons/EChat.tsx","../../src/components/Icons/EarNoseThroat.tsx","../../src/components/Icons/ElderlyPerson.tsx","../../src/components/Icons/EnterFullScreen.tsx","../../src/components/Icons/Envelope.tsx","../../src/components/Icons/Epilepsy.tsx","../../src/components/Icons/Eraser.tsx","../../src/components/Icons/ErrorSignFill.tsx","../../src/components/Icons/ErrorSignStroke.tsx","../../src/components/Icons/EuropeanHealthCard.tsx","../../src/components/Icons/ExitFullScreen.tsx","../../src/components/Icons/Eye.tsx","../../src/components/Icons/Facebook.tsx","../../src/components/Icons/Female.tsx","../../src/components/Icons/FemaleDoctor.tsx","../../src/components/Icons/Ferry.tsx","../../src/components/Icons/FingerBleed.tsx","../../src/components/Icons/FirstAidKit.tsx","../../src/components/Icons/Football.tsx","../../src/components/Icons/Form.tsx","../../src/components/Icons/Forward.tsx","../../src/components/Icons/Garden.tsx","../../src/components/Icons/GasCan.tsx","../../src/components/Icons/Globe.tsx","../../src/components/Icons/HandWaving.tsx","../../src/components/Icons/HandWithDisease.tsx","../../src/components/Icons/Heart.tsx","../../src/components/Icons/HelpSign.tsx","../../src/components/Icons/Hiker.tsx","../../src/components/Icons/History.tsx","../../src/components/Icons/HivAndAids.tsx","../../src/components/Icons/Hormone.tsx","../../src/components/Icons/Hospital.tsx","../../src/components/Icons/ImgFile.tsx","../../src/components/Icons/Inbox.tsx","../../src/components/Icons/InfoSignFill.tsx","../../src/components/Icons/InfoSignStroke.tsx","../../src/components/Icons/Instagram.tsx","../../src/components/Icons/JointPain.tsx","../../src/components/Icons/Journal.tsx","../../src/components/Icons/JpgFile.tsx","../../src/components/Icons/Kidney.tsx","../../src/components/Icons/Kjernejournal.tsx","../../src/components/Icons/Laboratory.tsx","../../src/components/Icons/LaptopBlog.tsx","../../src/components/Icons/LawBook.tsx","../../src/components/Icons/LightBulb.tsx","../../src/components/Icons/Location.tsx","../../src/components/Icons/Lock.tsx","../../src/components/Icons/Lungs.tsx","../../src/components/Icons/Makeup.tsx","../../src/components/Icons/MaleDoctor.tsx","../../src/components/Icons/MaleDoctorAndPerson.tsx","../../src/components/Icons/MaleGenitalia.tsx","../../src/components/Icons/Medicine.tsx","../../src/components/Icons/MedicineWarning.tsx","../../src/components/Icons/MentalHealthAdult.tsx","../../src/components/Icons/MentalHealthChild.tsx","../../src/components/Icons/Menu.tsx","../../src/components/Icons/Microscope.tsx","../../src/components/Icons/Minus.tsx","../../src/components/Icons/Mirror.tsx","../../src/components/Icons/MobilePhone.tsx","../../src/components/Icons/MotherHoldingBaby.tsx","../../src/components/Icons/MuscleBack.tsx","../../src/components/Icons/MuscleLeg.tsx","../../src/components/Icons/Mushroom.tsx","../../src/components/Icons/NoFilter.tsx","../../src/components/Icons/Notepad.tsx","../../src/components/Icons/PaintRoller.tsx","../../src/components/Icons/PaperPlane.tsx","../../src/components/Icons/PatientAndPerson.tsx","../../src/components/Icons/Pause.tsx","../../src/components/Icons/PdfFile.tsx","../../src/components/Icons/Pencil.tsx","../../src/components/Icons/Person.tsx","../../src/components/Icons/PersonAndPatient.tsx","../../src/components/Icons/PersonInXRayMachine.tsx","../../src/components/Icons/PersonOverweight.tsx","../../src/components/Icons/PersonRelaxing.tsx","../../src/components/Icons/PersonWithBrain.tsx","../../src/components/Icons/PersonWithBrokenArm.tsx","../../src/components/Icons/PersonWithCrutches.tsx","../../src/components/Icons/PersonWithJaw.tsx","../../src/components/Icons/PersonWithMagnifyingGlass.tsx","../../src/components/Icons/PersonWithSenses.tsx","../../src/components/Icons/PersonWorking.tsx","../../src/components/Icons/PizzaSlice.tsx","../../src/components/Icons/Plane.tsx","../../src/components/Icons/Plant.tsx","../../src/components/Icons/PlusLarge.tsx","../../src/components/Icons/PlusSmall.tsx","../../src/components/Icons/PngFile.tsx","../../src/components/Icons/PoisonInformation.tsx","../../src/components/Icons/Pregnant.tsx","../../src/components/Icons/Printer.tsx","../../src/components/Icons/Psychosis.tsx","../../src/components/Icons/Publication.tsx","../../src/components/Icons/Puzzle.tsx","../../src/components/Icons/Receptionist.tsx","../../src/components/Icons/Referral.tsx","../../src/components/Icons/Refresh.tsx","../../src/components/Icons/Refund.tsx","../../src/components/Icons/Reply.tsx","../../src/components/Icons/Rocket.tsx","../../src/components/Icons/RtfFile.tsx","../../src/components/Icons/Save.tsx","../../src/components/Icons/Scale.tsx","../../src/components/Icons/Search.tsx","../../src/components/Icons/ShakingHand.tsx","../../src/components/Icons/Share.tsx","../../src/components/Icons/Skeleton.tsx","../../src/components/Icons/Skin.tsx","../../src/components/Icons/Snake.tsx","../../src/components/Icons/Snapchat.tsx","../../src/components/Icons/Spray.tsx","../../src/components/Icons/Taxi.tsx","../../src/components/Icons/TeddyBear.tsx","../../src/components/Icons/ThinkingAboutBaby.tsx","../../src/components/Icons/Ticket.tsx","../../src/components/Icons/Toolbox.tsx","../../src/components/Icons/Tooth.tsx","../../src/components/Icons/Train.tsx","../../src/components/Icons/TrashCan.tsx","../../src/components/Icons/Twitter.tsx","../../src/components/Icons/Upload.tsx","../../src/components/Icons/UserOrganization.tsx","../../src/components/Icons/Vaccine.tsx","../../src/components/Icons/VerticalDots.tsx","../../src/components/Icons/VideoCamera.tsx","../../src/components/Icons/VideoChat.tsx","../../src/components/Icons/Wallet.tsx","../../src/components/Icons/Window.tsx","../../src/components/Icons/WordDocument.tsx","../../src/components/Icons/X.tsx","../../src/components/Icons/XmlFile.tsx","../../src/components/Icons/YouTube.tsx","../../src/components/Icons/Icon.tsx","../../src/components/Avatar/Avatar.tsx","../../src/components/Badge/Badge.styled.tsx","../../src/components/Badge/Badge.tsx","../../src/components/Button/Button.styled.tsx","../../src/components/Loader/Loader.styled.tsx","../../src/components/Loader/Loader.tsx","../../src/hooks/useHover.ts","../../src/hooks/useWindowSize.ts","../../src/components/Button/Button.tsx","../../src/components/ExpanderList/ExpanderList.styled.tsx","../../src/components/ExpanderList/ExpanderList.tsx","../../src/components/LinkList/LinkList.styled.tsx","../../src/components/LinkList/LinkList.tsx","../../src/components/List/List.tsx","../../src/components/Logo/Logo.tsx","../../src/components/NotificationPanel/NotificationPanel.styled.tsx","../../src/components/NotificationPanel/NotificationPanel.tsx","../../src/components/Tile/Tile.styled.tsx","../../src/components/Tile/Tile.tsx","../../src/components/Title/Title.styled.tsx","../../src/components/Title/Title.tsx"],"sourcesContent":["const banana = {\n banana50: '#FCF2BF',\n banana100: '#F9EA9F',\n banana200: '#F5E080',\n banana300: '#F1D460',\n banana400: '#EBC840',\n banana500: '#DDAB06',\n banana600: '#C59302',\n banana700: '#AB7C00',\n banana800: '#916500',\n banana900: '#764F00',\n};\n\nconst blueberry = {\n blueberry50: '#E4F7F9',\n blueberry100: '#CAE7ED',\n blueberry200: '#AFDAE3',\n blueberry300: '#7ABECC',\n blueberry400: '#58AABB',\n blueberry500: '#188097',\n blueberry600: '#126F87',\n blueberry700: '#08667C',\n blueberry800: '#06596C',\n blueberry900: '#084350',\n};\n\nconst cherry = {\n cherry50: '#FFF2EA',\n cherry100: '#F7E1D2',\n cherry200: '#EEC0A5',\n cherry300: '#E39376',\n cherry400: '#D56147',\n cherry500: '#C83521',\n cherry600: '#B62E1C',\n cherry700: '#A31F0E',\n cherry800: '#912112',\n cherry900: '#7E1C0E',\n};\n\nconst kiwi = {\n kiwi50: '#E6F8EE',\n kiwi100: '#C2EDD6',\n kiwi200: '#9DE2BF',\n kiwi300: '#79D6AA',\n kiwi400: '#56CA96',\n kiwi500: '#33BE84',\n kiwi600: '#10B172',\n kiwi700: '#0CA161',\n kiwi800: '#099150',\n kiwi900: '#078141',\n};\n\nconst neutral = {\n neutral50: '#F5F3F3',\n neutral100: '#EAE7E7',\n neutral200: '#D6D4D3',\n neutral300: '#BDBAB9',\n neutral400: '#AAA8A6',\n neutral500: '#989693',\n neutral600: '#7D7C79',\n neutral700: '#62625F',\n neutral800: '#474745',\n neutral900: '#2B2C2B',\n};\n\nconst plum = {\n plum50: '#EFE4FD',\n plum100: '#D7BDF9',\n plum200: '#BF98F3',\n plum300: '#A875EB',\n plum400: '#9153E2',\n plum500: '#7A33D7',\n plum600: '#6A2ABF',\n plum700: '#5B22A6',\n plum800: '#4C1B8C',\n plum900: '#3C1471',\n};\n\nexport const palette = {\n ...banana,\n ...blueberry,\n ...cherry,\n ...kiwi,\n ...neutral,\n ...plum,\n black: '#000000',\n white: '#ffffff',\n};\n\nexport type PaletteNames = 'banana' | 'blueberry' | 'cherry' | 'kiwi' | 'neutral' | 'plum' | 'black' | 'white';\n\nexport type PaletteDepths = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;\n\nexport type PaletteCodes =\n | 'banana50'\n | 'banana100'\n | 'banana200'\n | 'banana300'\n | 'banana400'\n | 'banana500'\n | 'banana600'\n | 'banana700'\n | 'banana800'\n | 'banana900'\n | 'blueberry50'\n | 'blueberry100'\n | 'blueberry200'\n | 'blueberry300'\n | 'blueberry400'\n | 'blueberry500'\n | 'blueberry600'\n | 'blueberry700'\n | 'blueberry800'\n | 'blueberry900'\n | 'cherry50'\n | 'cherry100'\n | 'cherry200'\n | 'cherry300'\n | 'cherry400'\n | 'cherry500'\n | 'cherry600'\n | 'cherry700'\n | 'cherry800'\n | 'cherry900'\n | 'kiwi50'\n | 'kiwi100'\n | 'kiwi200'\n | 'kiwi300'\n | 'kiwi400'\n | 'kiwi500'\n | 'kiwi600'\n | 'kiwi700'\n | 'kiwi800'\n | 'kiwi900'\n | 'neutral50'\n | 'neutral100'\n | 'neutral200'\n | 'neutral300'\n | 'neutral400'\n | 'neutral500'\n | 'neutral600'\n | 'neutral700'\n | 'neutral800'\n | 'neutral900'\n | 'plum50'\n | 'plum100'\n | 'plum200'\n | 'plum300'\n | 'plum400'\n | 'plum500'\n | 'plum600'\n | 'plum700'\n | 'plum800'\n | 'plum900'\n | 'white'\n | 'black';\n","export const breakpoints = {\n xs: 0,\n sm: 564,\n md: 682,\n lg: 1088,\n};\n\nexport const screen = {\n xs: `(min-width: ${breakpoints.xs}px)`,\n sm: `(min-width: ${breakpoints.sm}px)`,\n md: `(min-width: ${breakpoints.md}px)`,\n lg: `(min-width: ${breakpoints.lg}px)`,\n};\n","import {css} from 'styled-components';\nimport {screen} from './grid';\n\nconst titleFeature = css`\n font-size: 3rem;\n line-height: 4rem;\n font-weight: 600;\n @media ${screen.md} {\n font-size: 4rem;\n line-height: 5rem;\n }\n`;\n\nconst title1 = css`\n font-size: 2.75rem;\n line-height: 3.25rem;\n font-weight: 600;\n @media ${screen.md} {\n font-size: 3.25rem;\n line-height: 3.75rem;\n }\n`;\n\nconst title2 = css`\n font-size: 1.75rem;\n line-height: 2.25rem;\n font-weight: 600;\n @media ${screen.md} {\n font-size: 2rem;\n line-height: 2.75rem;\n }\n`;\n\nconst title3 = css`\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 600;\n`;\n\nconst title4 = css`\n font-size: 1.25rem;\n line-height: 1.75rem;\n font-weight: 700;\n`;\n\nconst title5 = css`\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 700;\n text-transform: uppercase;\n letter-spacing: 0.45px;\n @media ${screen.md} {\n font-size: 1.125rem;\n line-height: 1.5rem;\n }\n`;\n\nconst preamble = css`\n font-size: 1.375rem;\n line-height: 2rem;\n font-weight: 600;\n @media ${screen.md} {\n font-size: 1.5rem;\n }\n`;\n\nconst legend = css`\n font-size: 1.25rem;\n line-height: 1.75rem;\n font-weight: 600;\n @media ${screen.md} {\n font-size: 1.5rem;\n line-height: 2rem;\n }\n`;\n\nconst label = css`\n font-size: 1.125rem;\n line-height: 1.5rem;\n font-weight: 600;\n @media ${screen.md} {\n font-size: 1.25rem;\n line-height: 1.75rem;\n }\n`;\n\nconst body = css`\n font-size: 1.125rem;\n line-height: 1.75rem;\n @media ${screen.md} {\n font-size: 1.25rem;\n line-height: 1.875rem;\n }\n`;\n\nconst focusedContent = css`\n font-size: 1.125rem;\n line-height: 1.75rem;\n`;\n\nconst table = css`\n font-size: 1.125rem;\n line-height: 1.75rem;\n @media ${screen.md} {\n font-size: 1.25rem;\n }\n`;\n\nconst strong = css`\n font-size: 1.125rem;\n line-height: 1.75rem;\n font-weight: 700;\n @media ${screen.md} {\n font-size: 1.25rem;\n line-height: 1.875rem;\n }\n`;\n\nconst form = css`\n font-size: 1.125rem;\n line-height: 1.75rem;\n`;\n\nconst imageCaption = css`\n font-size: 1rem;\n line-height: 1.5rem;\n`;\n\nconst imageCredit = css`\n font-size: 0.75rem;\n line-height: 1rem;\n`;\n\nconst time = css`\n font-size: 1.25rem;\n line-height: 1.75rem;\n`;\n\nexport const typography = {\n titleFeature,\n title1,\n title2,\n title3,\n title4,\n title5,\n preamble,\n legend,\n label,\n body,\n focusedContent,\n table,\n strong,\n form,\n imageCaption,\n imageCredit,\n time,\n};\n","import {palette} from './palette';\nimport {typography} from './typography';\nimport {screen, breakpoints} from './grid';\n\nexport const theme = {\n palette,\n typography,\n screen,\n breakpoints,\n};\n","import {PaletteNames, PaletteDepths} from '../palette';\nimport {theme} from '..';\n\nconst isComplementary = (name: PaletteNames) => name === 'black' || name === 'white';\n\nexport const getColor = (name: PaletteNames, depth?: PaletteDepths) =>\n theme.palette[`${name}${isComplementary(name) ? '' : depth}`];\n\nexport const getHoverColor = (color: PaletteNames | 'white' | 'black') => `${getColor(color, 700)}0D`;\n","import styled from 'styled-components';\nimport {getColor} from '../../theme/currys';\n\ninterface StyledAvatarProps {\n selected?: boolean;\n}\n\nconst StyledAvatar = styled('span')<StyledAvatarProps>`\n display: flex;\n justify-content: center;\n align-items: center;\n width: 3rem;\n height: 3rem;\n font-size: 1.5rem;\n font-weight: 700;\n background-color: ${props => (props.selected ? 'transparent' : getColor('blueberry', 100))};\n`;\n\nexport default StyledAvatar;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst AlarmClock = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(11 11)\">\n <polygon points=\"13.65 14.937 8.77 14.937 8.77 13.637 12.35 13.637 12.35 8.775 13.65 8.775\" />\n <polygon points=\"5.272 25.651 4.318 24.768 6.95 21.923 7.904 22.806\" />\n <polygon points=\"20.728 25.651 18.096 22.806 19.05 21.923 21.682 24.768\" />\n <path d=\"M13,3.6024 C7.553,3.6024 3.121,8.0344 3.121,13.4814 C3.121,18.9284 7.553,23.3594 13,23.3594 C18.447,23.3594 22.878,18.9284 22.878,13.4814 C22.878,8.0344 18.447,3.6024 13,3.6024 M13,24.6594 C6.836,24.6594 1.821,19.6444 1.821,13.4814 C1.821,7.3174 6.836,2.3024 13,2.3024 C19.164,2.3024 24.178,7.3174 24.178,13.4814 C24.178,19.6444 19.164,24.6594 13,24.6594\" />\n <path d=\"M5.2871 1.4398L5.2821 1.4398C4.3611 1.4408 3.4961 1.8008 2.8471 2.4528 2.1971 3.1048 1.8401 3.9708 1.84209164 4.8908 1.8441 6.0578 2.4411 7.1298 3.4041 7.7588 4.5641 5.8168 6.2851 4.2728 8.3401 3.3288 7.7621 2.1788 6.5971 1.4398 5.2871 1.4398L5.2871 1.4398zM3.9571 9.4708L3.4011 9.2288C1.6671 8.4748.5441 6.7728.542086361 4.8928.5391 3.6258 1.0311 2.4328 1.9261 1.5358 2.8211.6378 4.0121.1418 5.2801.1398L5.2871.1398C7.3661.1398 9.1791 1.4838 9.8001 3.4858L9.9791 4.0648 9.4151 4.2838C7.1831 5.1548 5.3431 6.8058 4.2371 8.9328L3.9571 9.4708zM17.6606 3.3295C19.7156 4.2725 21.4356 5.8165 22.5956 7.7585 23.5616 7.1275 24.1596 6.0505 24.1586013 4.8795 24.1556 2.9815 22.6096 1.4395 20.7126 1.4395L20.7066 1.4395C19.3996 1.4415 18.2376 2.1815 17.6606 3.3295L17.6606 3.3295zM22.0426 9.4695L21.7626 8.9325C20.6566 6.8065 18.8176 5.1555 16.5846 4.2845L16.0216 4.0645 16.2006 3.4865C16.8196 1.4885 18.6306.1435 20.7046.1405L20.7126.1405C23.3266.1405 25.4536 2.2635 25.457606 4.8775 25.4606 6.7635 24.3386 8.4715 22.5986 9.2275L22.0426 9.4695z\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(4 3)\">\n <polygon points=\"20.65 22.937 15.77 22.937 15.77 21.637 19.35 21.637 19.35 16.775 20.65 16.775\" />\n <polygon points=\"12.272 33.651 11.318 32.768 13.95 29.923 14.904 30.806\" />\n <polygon points=\"27.728 33.651 25.096 30.806 26.05 29.923 28.682 32.768\" />\n <path d=\"M19.9998,11.6024 C14.5528,11.6024 10.1208,16.0344 10.1208,21.4814 C10.1208,26.9284 14.5528,31.3594 19.9998,31.3594 C25.4468,31.3594 29.8778,26.9284 29.8778,21.4814 C29.8778,16.0344 25.4468,11.6024 19.9998,11.6024 M19.9998,32.6594 C13.8358,32.6594 8.8208,27.6444 8.8208,21.4814 C8.8208,15.3174 13.8358,10.3024 19.9998,10.3024 C26.1638,10.3024 31.1778,15.3174 31.1778,21.4814 C31.1778,27.6444 26.1638,32.6594 19.9998,32.6594\" />\n <path d=\"M24.6604 11.329C26.7164 12.273 28.4364 13.817 29.5964 15.759 30.5584 15.13 31.1564 14.058 31.1584084 12.891 31.1604 11.971 30.8034 11.105 30.1534 10.453 29.5034 9.801 28.6394 9.441 27.7184 9.44L27.7124 9.44C26.4034 9.44 25.2384 10.179 24.6604 11.329L24.6604 11.329zM29.0434 17.471L28.7634 16.933C27.6574 14.806 25.8184 13.155 23.5844 12.284L23.0204 12.064 23.2004 11.486C23.8214 9.484 25.6344 8.14 27.7124 8.14L27.7204 8.14C28.9884 8.142 30.1794 8.638 31.0744 9.536 31.9694 10.433 32.4604 11.625 32.4584061 12.893 32.4554 14.773 31.3334 16.475 29.5994 17.229L29.0434 17.471zM36.7615 10.2758L35.4615 10.2678C35.4755 7.8288 33.6675 5.1858 30.7235 5.1688L30.7315 3.8688C34.4785 3.8898 36.7795 7.2108 36.7615 10.2758\" />\n <path d=\"M39.7781 10.225L38.4781 10.217C38.4891 8.255 37.7581 6.263 36.4721 4.752 35.4821 3.589 33.7281 2.2 30.9951 2.184L31.0031.885C33.5191.899 35.8131 1.973 37.4621 3.909 38.9471 5.653 39.7911 7.955 39.7781 10.225M12.2869 9.4398L12.2819 9.4398C11.3609 9.4408 10.4959 9.8008 9.8469 10.4528 9.1969 11.1048 8.8399 11.9708 8.84189164 12.8908 8.8439 14.0578 9.4409 15.1298 10.4039 15.7588 11.5629 13.8168 13.2839 12.2728 15.3399 11.3288 14.7619 10.1788 13.5969 9.4398 12.2869 9.4398L12.2869 9.4398zM10.9569 17.4708L10.4009 17.2288C8.6669 16.4748 7.5439 14.7728 7.54188636 12.8928 7.5389 11.6258 8.0309 10.4328 8.9259 9.5358 9.8209 8.6378 11.0119 8.1418 12.2799 8.1398L12.2869 8.1398C14.3659 8.1398 16.1789 9.4838 16.7999 11.4858L16.9789 12.0648 16.4149 12.2838C14.1819 13.1548 12.3429 14.8058 11.2369 16.9328L10.9569 17.4708zM3.2385 10.2758C3.2205 7.2108 5.5215 3.8898 9.2685 3.8688L9.2765 5.1688C6.3325 5.1858 4.5245 7.8288 4.5385 10.2678L3.2385 10.2758z\" />\n <path d=\"M0.2542,10.0062 C0.2292,5.6282 3.5102,0.8842 8.8542,0.8542 L8.8612,2.1532 C4.3202,2.1792 1.5332,6.2462 1.5542,9.9982 L0.2542,10.0062 Z\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8688842,33.9941053 C18.5497263,33.9941053 14.2234105,29.6677895 14.2234105,24.3498947 C14.2234105,22.7418947 14.6250947,21.2273684 15.3236211,19.8922105 C15.5775158,19.4071579 15.8743579,18.9511579 16.2027789,18.5204211 C16.2330947,18.48 16.2621474,18.4383158 16.2937263,18.3991579 C16.6183579,17.9861053 16.9770947,17.6033684 17.3636211,17.2496842 C17.4065684,17.2105263 17.4495158,17.1701053 17.4937263,17.1322105 C17.8903579,16.7810526 18.3147789,16.4627368 18.7657263,16.1810526 C18.7998316,16.1595789 18.8339368,16.1393684 18.8680421,16.1191579 C19.3404632,15.8311579 19.8381474,15.5797895 20.3585684,15.3764211 C21.4486737,14.9482105 22.6297263,14.7056842 23.8688842,14.7056842 C25.1105684,14.7056842 26.2941474,14.9494737 27.3855158,15.3789474 C27.9021474,15.5823158 28.3960421,15.8311579 28.8646737,16.1166316 C28.9013053,16.1381053 28.9366737,16.1595789 28.9733053,16.1823158 C29.4229895,16.464 29.8474105,16.7823158 30.2427789,17.1322105 C30.2869895,17.1701053 30.3286737,17.2092632 30.3703579,17.2484211 C30.7568842,17.6021053 31.1168842,17.9848421 31.4415158,18.3978947 C31.4743579,18.4383158 31.5034105,18.48 31.5337263,18.5204211 C31.8608842,18.9498947 32.1577263,19.4046316 32.4103579,19.8884211 C33.1114105,21.2235789 33.5130947,22.7393684 33.5130947,24.3498947 C33.5130947,29.6677895 29.1867789,33.9941053 23.8688842,33.9941053 L23.8688842,33.9941053 Z M12.9450911,15.7591579 C12.9438316,14.9014737 13.2747789,14.0943158 13.8810947,13.4867368 C14.4861474,12.8791579 15.2933053,12.5444211 16.1509895,12.5431579 L16.1573053,12.5431579 C17.2941474,12.5431579 18.3147789,13.1418947 18.8832,14.0917895 C18.8554105,14.1044211 18.8326737,14.1233684 18.8061474,14.136 C17.9194105,14.5781053 17.0983579,15.1288421 16.3606737,15.7755789 C16.2810947,15.8450526 16.2053053,15.9157895 16.1282526,15.9865263 C15.8074105,16.2833684 15.5004632,16.5966316 15.2149895,16.9275789 C15.1859368,16.9629474 15.1530947,16.9932632 15.1240421,17.0286316 C14.8120421,17.4 14.5278316,17.7966316 14.2650947,18.2071579 C14.2461474,18.2362105 14.2221474,18.2614737 14.2032,18.2917895 C13.4213053,17.6930526 12.9463579,16.7633684 12.9450911,15.7591579 L12.9450911,15.7591579 Z M31.5766737,12.5431579 L31.5817263,12.5431579 C32.4368842,12.5431579 33.2415158,12.8753684 33.8478316,13.4791579 C34.4554105,14.0854737 34.7901474,14.8913684 34.791413,15.7490526 C34.7926737,16.7570526 34.3164632,17.6917895 33.5333053,18.2905263 C33.5143579,18.2602105 33.4890947,18.2336842 33.4701474,18.2033684 C33.2061474,17.7928421 32.9219368,17.3974737 32.6099368,17.0248421 C32.5834105,16.9945263 32.5543579,16.9654737 32.5278316,16.9351579 C32.2385684,16.5978947 31.9278316,16.2821053 31.6032,15.9814737 C31.5286737,15.9132632 31.4554105,15.8450526 31.3796211,15.7781053 C30.6419368,15.1313684 29.8221474,14.5806316 28.9354105,14.1385263 C28.9076211,14.1246316 28.8823579,14.1056842 28.8545684,14.0917895 C29.4217263,13.1431579 30.4398316,12.5444211 31.5766737,12.5431579 L31.5766737,12.5431579 Z M35.2815158,24.3498947 C35.2815158,22.7570526 34.9518316,21.24 34.3594105,19.8618947 C35.7173053,18.9461053 36.5636211,17.4164211 36.5611004,15.7465263 C36.5585684,14.4151579 36.0381474,13.1658947 35.0970947,12.2273684 C34.1573053,11.2901053 32.9080421,10.7747368 31.5817263,10.7747368 L31.5741474,10.7747368 C29.7059368,10.7772632 28.0486737,11.8193684 27.2036211,13.4362105 C26.1476211,13.1128421 25.0284632,12.9372632 23.8688842,12.9372632 C22.7093053,12.9372632 21.5901474,13.1128421 20.5341474,13.4362105 C19.6878316,11.8155789 18.0267789,10.7747368 16.1573053,10.7747368 L16.1484632,10.7747368 C14.8170947,10.7772632 13.5678316,11.2964211 12.6293053,12.2387368 C11.6895158,13.1797895 11.1728842,14.4315789 11.1754013,15.7616842 C11.1792,17.4252632 12.0229895,18.9486316 13.3770947,19.8631579 C12.7846737,21.2412632 12.4549895,22.7570526 12.4549895,24.3498947 C12.4549895,28.0357895 14.2183579,31.3098947 16.9392,33.3978947 L15.0141474,35.4783158 L16.3126737,36.6783158 L18.4347789,34.3844211 C20.0516211,35.2635789 21.9021474,35.7625263 23.8688842,35.7625263 C25.8343579,35.7625263 27.6861474,35.2635789 29.3029895,34.3844211 L31.4238316,36.6783158 L32.7223579,35.4783158 L30.7973053,33.3978947 C33.5168842,31.3098947 35.2815158,28.0357895 35.2815158,24.3498947 L35.2815158,24.3498947 Z M22.9846737,24.2715789 L19.6385684,24.2715789 L19.6385684,26.04 L24.7530947,26.04 L24.7530947,19.6446316 L22.9846737,19.6446316 L22.9846737,24.2715789 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.5340632,18.2916632 C33.5125895,18.2588211 33.4860632,18.2297684 33.4645895,18.1969263 C33.2043789,17.7927158 32.9252211,17.4024 32.6170105,17.0348211 C32.5803789,16.9918737 32.5399579,16.9527158 32.5033263,16.9097684 C32.2254316,16.5876632 31.9285895,16.2845053 31.6165895,15.9939789 C31.5344842,15.9181895 31.4536421,15.8436632 31.3690105,15.7704 C30.6338526,15.1261895 29.8178526,14.5779789 28.9349053,14.1384 C28.9071158,14.1245053 28.8818526,14.1055579 28.8540632,14.0916632 C29.4224842,13.1417684 30.4431158,12.5430316 31.5799579,12.5430316 L31.5862737,12.5430316 C32.4439579,12.5442947 33.2498526,12.8790316 33.8561684,13.4866105 C34.4612211,14.0941895 34.7934316,14.9013474 34.792172,15.7590316 C34.7909053,16.7645053 34.3146947,17.6929263 33.5340632,18.2916632 L33.5340632,18.2916632 Z M23.8683789,33.9939789 C18.5504842,33.9939789 14.2241684,29.6676632 14.2241684,24.3497684 C14.2241684,22.7417684 14.6245895,21.2272421 15.3231158,19.8933474 C15.5770105,19.4070316 15.8751158,18.9510316 16.2035368,18.5202947 C16.2338526,18.4798737 16.2629053,18.4394526 16.2944842,18.3990316 C16.6191158,17.9859789 16.9791158,17.6019789 17.3656421,17.2482947 C17.4073263,17.2104 17.4490105,17.1712421 17.4932211,17.1320842 C17.8898526,16.7821895 18.3155368,16.4613474 18.7677474,16.1796632 C18.8005895,16.1594526 18.8334316,16.1392421 18.8662737,16.1202947 C19.3399579,15.8322947 19.8376421,15.5796632 20.3605895,15.3750316 C21.4494316,14.9480842 22.6292211,14.7055579 23.8683789,14.7055579 C25.1075368,14.7055579 26.2898526,14.9493474 27.3799579,15.3775579 C27.8991158,15.5809263 28.3930105,15.8310316 28.8641684,16.1165053 C28.9008,16.1392421 28.9386947,16.1607158 28.9753263,16.1834526 C29.4224842,16.4638737 29.8431158,16.7809263 30.2372211,17.1270316 C30.2852211,17.1699789 30.3319579,17.2129263 30.3786947,17.2558737 C30.7601684,17.6057684 31.1151158,17.9847158 31.4372211,18.3927158 C31.4725895,18.4381895 31.5066947,18.4861895 31.5420632,18.5316632 C31.8641684,18.9573474 32.1572211,19.4070316 32.4085895,19.8857684 C33.1096421,21.2209263 33.5113263,22.7379789 33.5113263,24.3497684 C33.5113263,29.6676632 29.1862737,33.9939789 23.8683789,33.9939789 L23.8683789,33.9939789 Z M12.944582,15.7590316 C12.9408,13.9880842 14.3795368,12.5455579 16.1492211,12.5430316 L16.1555368,12.5430316 C17.2936421,12.5430316 18.3142737,13.1417684 18.8826947,14.0916632 C18.8574316,14.1042947 18.8346947,14.1219789 18.8081684,14.1346105 C17.9201684,14.5767158 17.0978526,15.1287158 16.3589053,15.7767158 C16.2818526,15.8449263 16.2060632,15.9144 16.1302737,15.9851368 C15.8081684,16.2832421 15.4999579,16.5965053 15.2132211,16.9312421 C15.1854316,16.9640842 15.1538526,16.9944 15.1260632,17.0272421 C14.8128,17.3998737 14.5285895,17.7965053 14.2645895,18.2070316 C14.2456421,18.2360842 14.2216421,18.2626105 14.2026947,18.2916632 C13.4220632,17.6941895 12.9458526,16.7645053 12.944582,15.7590316 L12.944582,15.7590316 Z M36.5605987,15.7615579 C36.5631158,14.4314526 36.0464842,13.1809263 35.1079579,12.2386105 C34.1694316,11.2962947 32.9201684,10.7771368 31.5888,10.7746105 L31.5799579,10.7746105 C29.7092211,10.7746105 28.0494316,11.8154526 27.2018526,13.4360842 C26.1471158,13.1127158 25.0279579,12.9371368 23.8683789,12.9371368 C22.7088,12.9371368 21.5896421,13.1127158 20.5349053,13.4360842 C19.6873263,11.8154526 18.0275368,10.7746105 16.1555368,10.7746105 L16.1466947,10.7746105 C13.4018526,10.7796632 11.1723789,13.0167158 11.1761636,15.7615579 C11.1786947,17.4264 12.0237474,18.9497684 13.3765895,19.8630316 C12.7854316,21.2411368 12.4557474,22.7569263 12.4557474,24.3497684 C12.4557474,28.0356632 14.2191158,31.3085053 16.9386947,33.3977684 L15.0136421,35.4769263 L16.3109053,36.6794526 L18.4342737,34.3842947 C20.0511158,35.2634526 21.9029053,35.7636632 23.8683789,35.7636632 C25.8338526,35.7636632 27.6843789,35.2634526 29.3012211,34.3842947 L31.4245895,36.6794526 L32.7218526,35.4769263 L30.7968,33.3977684 C33.5163789,31.3085053 35.2810105,28.0356632 35.2810105,24.3497684 C35.2810105,22.7569263 34.9513263,21.2411368 34.3589053,19.8630316 C35.7130105,18.9497684 36.5580632,17.4251368 36.5605987,15.7615579 L36.5605987,15.7615579 Z M39.2220632,8.66513684 C38.0422737,7.28197895 36.4026947,6.51271579 34.6014316,6.50261053 L34.5913263,8.27103158 C36.2296421,8.28113684 37.2805895,9.11482105 37.8755368,9.81208421 C38.6574316,10.7316632 39.1020632,11.9430316 39.0944842,13.1354526 L40.8641684,13.1455579 C40.8730105,11.5350316 40.2742737,9.90303158 39.2220632,8.66513684 L39.2220632,8.66513684 Z M13.1365895,6.50261053 C9.2448,6.52534737 6.85490526,9.96871579 6.87258947,13.1455579 L8.64101053,13.1354526 C8.62837895,10.8087158 10.3475368,8.28745263 13.1454316,8.27103158 L13.1365895,6.50261053 Z M22.9829053,24.2714526 L19.6380632,24.2714526 L19.6380632,26.0398737 L24.7525895,26.0398737 L24.7525895,19.6445053 L22.9829053,19.6445053 L22.9829053,24.2714526 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default AlarmClock;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst AlertSignFill = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.8975,21.447 L24.8975,28.675 C24.8975,29.168 24.4975,29.568 24.0045,29.568 C23.5115,29.568 23.1125,29.168 23.1125,28.675 L23.1125,21.447 C23.1125,20.954 23.5115,20.554 24.0045,20.554 C24.4975,20.554 24.8975,20.954 24.8975,21.447 L24.8975,21.447 Z M25.3985,33.048 C25.3985,33.817 24.7745,34.441 24.0045,34.441 C23.2355,34.441 22.6115,33.817 22.6115,33.048 C22.6115,32.278 23.2355,31.654 24.0045,31.654 C24.7745,31.654 25.3985,32.278 25.3985,33.048 L25.3985,33.048 Z M6.5765,39.758 L41.4235,39.758 L24.1115,8.242 L6.5765,39.758 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.8975,19.447 L24.8975,26.675 C24.8975,27.168 24.4975,27.568 24.0045,27.568 C23.5115,27.568 23.1125,27.168 23.1125,26.675 L23.1125,19.447 C23.1125,18.954 23.5115,18.554 24.0045,18.554 C24.4975,18.554 24.8975,18.954 24.8975,19.447 L24.8975,19.447 Z M25.3985,33.048 C25.3985,33.817 24.7745,34.441 24.0045,34.441 C23.2355,34.441 22.6115,33.817 22.6115,33.048 C22.6115,32.278 23.2355,31.654 24.0045,31.654 C24.7745,31.654 25.3985,32.278 25.3985,33.048 L25.3985,33.048 Z M6.5765,39.758 L41.4235,39.758 L24.1115,8.242 L6.5765,39.758 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.8956105,21.4523747 L24.8956105,28.6651579 C24.8956105,29.15712 24.4964526,29.5562779 24.0044905,29.5562779 C23.5125284,29.5562779 23.1143684,29.15712 23.1143684,28.6651579 L23.1143684,21.4523747 C23.1143684,20.9604126 23.5125284,20.5612547 24.0044905,20.5612547 C24.4964526,20.5612547 24.8956105,20.9604126 24.8956105,21.4523747 L24.8956105,21.4523747 Z M25.3955558,33.0289516 C25.3955558,33.7963326 24.7728695,34.4190189 24.0044905,34.4190189 C23.2371095,34.4190189 22.6144232,33.7963326 22.6144232,33.0289516 C22.6144232,32.2605726 23.2371095,31.6378863 24.0044905,31.6378863 C24.7728695,31.6378863 25.3955558,32.2605726 25.3955558,33.0289516 L25.3955558,33.0289516 Z M6.61318105,39.7248253 L41.3868189,39.7248253 L24.1112653,8.27517474 L6.61318105,39.7248253 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.8956105,18.9260589 L24.8956105,26.1388421 C24.8956105,26.6308042 24.4964526,27.0299621 24.0044905,27.0299621 C23.5125284,27.0299621 23.1143684,26.6308042 23.1143684,26.1388421 L23.1143684,18.9260589 C23.1143684,18.4340968 23.5125284,18.0349389 24.0044905,18.0349389 C24.4964526,18.0349389 24.8956105,18.4340968 24.8956105,18.9260589 L24.8956105,18.9260589 Z M25.3955558,33.0289516 C25.3955558,33.7963326 24.7728695,34.4190189 24.0044905,34.4190189 C23.2371095,34.4190189 22.6144232,33.7963326 22.6144232,33.0289516 C22.6144232,32.2605726 23.2371095,31.6378863 24.0044905,31.6378863 C24.7728695,31.6378863 25.3955558,32.2605726 25.3955558,33.0289516 L25.3955558,33.0289516 Z M6.61318105,39.7248253 L41.3868189,39.7248253 L24.1112653,8.27517474 L6.61318105,39.7248253 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default AlertSignFill;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst AlertSignStroke = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0035,31.578 C23.2335,31.578 22.6095,32.202 22.6095,32.972 C22.6095,33.741 23.2335,34.365 24.0035,34.365 C24.7735,34.365 25.3975,33.741 25.3975,32.972 C25.3975,32.202 24.7735,31.578 24.0035,31.578 L24.0035,31.578 Z M24.1005,11.388 L38.7875,38.123 L9.2265,38.123 L24.1005,11.388 Z M24.1085,8.459 L6.8165,39.541 L41.1835,39.541 L24.1085,8.459 Z M24.0035,29.492 C24.4965,29.492 24.8965,29.092 24.8965,28.599 L24.8965,21.371 C24.8965,20.878 24.4965,20.478 24.0035,20.478 C23.5105,20.478 23.1105,20.878 23.1105,21.371 L23.1105,28.599 C23.1105,29.092 23.5105,29.492 24.0035,29.492 L24.0035,29.492 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0035,31.578 C23.2335,31.578 22.6095,32.202 22.6095,32.972 C22.6095,33.741 23.2335,34.365 24.0035,34.365 C24.7735,34.365 25.3975,33.741 25.3975,32.972 C25.3975,32.202 24.7735,31.578 24.0035,31.578 L24.0035,31.578 Z M24.1005,11.388 L38.7875,38.123 L9.2265,38.123 L24.1005,11.388 Z M24.1085,8.459 L6.8165,39.541 L41.1835,39.541 L24.1085,8.459 Z M24.0035,27.492 C24.4965,27.492 24.8965,27.092 24.8965,26.599 L24.8965,19.371 C24.8965,18.878 24.4965,18.478 24.0035,18.478 C23.5105,18.478 23.1105,18.878 23.1105,19.371 L23.1105,26.599 C23.1105,27.092 23.5105,27.492 24.0035,27.492 L24.0035,27.492 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0034926,31.5620463 C23.2351137,31.5620463 22.6124274,32.1847326 22.6124274,32.9531116 C22.6124274,33.7204926 23.2351137,34.3431789 24.0034926,34.3431789 C24.7718716,34.3431789 25.3945579,33.7204926 25.3945579,32.9531116 C25.3945579,32.1847326 24.7718716,31.5620463 24.0034926,31.5620463 L24.0034926,31.5620463 Z M24.1002884,11.4145516 L38.7563684,38.0932674 L9.25760211,38.0932674 L24.1002884,11.4145516 Z M24.1082716,8.49171789 L6.85267579,39.5082821 L41.1473242,39.5082821 L24.1082716,8.49171789 Z M24.0034926,29.4804379 C24.4954547,29.4804379 24.8946126,29.08128 24.8946126,28.5893179 L24.8946126,21.3765347 C24.8946126,20.8845726 24.4954547,20.4854147 24.0034926,20.4854147 C23.5115305,20.4854147 23.1123726,20.8845726 23.1123726,21.3765347 L23.1123726,28.5893179 C23.1123726,29.08128 23.5115305,29.4804379 24.0034926,29.4804379 L24.0034926,29.4804379 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0034926,31.5620463 C23.2351137,31.5620463 22.6124274,32.1847326 22.6124274,32.9531116 C22.6124274,33.7204926 23.2351137,34.3431789 24.0034926,34.3431789 C24.7718716,34.3431789 25.3945579,33.7204926 25.3945579,32.9531116 C25.3945579,32.1847326 24.7718716,31.5620463 24.0034926,31.5620463 L24.0034926,31.5620463 Z M24.1002884,11.4145516 L38.7563684,38.0932674 L9.25760211,38.0932674 L24.1002884,11.4145516 Z M24.1082716,8.49171789 L6.85267579,39.5082821 L41.1473242,39.5082821 L24.1082716,8.49171789 Z M24.0034926,26.9541221 C24.4954547,26.9541221 24.8946126,26.5549642 24.8946126,26.0630021 L24.8946126,18.8502189 C24.8946126,18.3582568 24.4954547,17.9590989 24.0034926,17.9590989 C23.5115305,17.9590989 23.1123726,18.3582568 23.1123726,18.8502189 L23.1123726,26.0630021 C23.1123726,26.5549642 23.5115305,26.9541221 24.0034926,26.9541221 L24.0034926,26.9541221 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default AlertSignStroke;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Amputation = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8777 28.8506C23.5257 28.9736 23.1487 28.9466 22.8167 28.7706 22.4857 28.5946 22.2517 28.2986 22.1507 27.9146L19.4237 18.8236C19.3317 18.4746 18.9927 18.2506 18.6367 18.2926 18.3117 18.3346 18.0087 18.6796 18.0097 19.0076L18.0427 26.9826 13.6667 28.4306 13.6557 27.1316 13.6527 27.0136C13.6447 26.6546 13.3537 26.3686 12.9867 26.3806 12.6337 26.3896 12.3537 26.6786 12.3537 27.0306 12.3537 27.0366 12.3537 27.0406 12.3547 27.0466L12.3647 39.3376C12.3607 40.5366 11.3817 41.5106 10.1837 41.5106 8.9817 41.5106 8.0037 40.5356 8.0017 39.3376L8.0597 19.0046C8.0597 18.6446 7.7897 18.3386 7.4327 18.2926 7.4087 18.2896 7.3857 18.2876 7.3617 18.2876 7.0637 18.2876 6.7347 18.5196 6.6497 18.8016L3.9117 27.9366C3.8167 28.2986 3.5827 28.5946 3.2517 28.7706 2.9207 28.9476 2.5437 28.9746 2.1907 28.8506 1.5457 28.6236 1.1807 27.9516 1.3387 27.2956L3.9747 17.0986C4.6067 14.4996 7.8067 12.7546 10.3997 12.7546L15.6677 12.7546C18.2617 12.7546 21.4617 14.4996 22.0967 17.1086L24.7267 27.2866C24.8887 27.9516 24.5237 28.6236 23.8777 28.8506L23.8777 28.8506zM15.8857 35.0156C14.9117 35.0156 14.0927 34.3676 13.8147 33.4826L18.0657 32.1766 18.0667 32.8386C18.0647 34.0386 17.0857 35.0156 15.8857 35.0156L15.8857 35.0156zM16.9587 31.4706L13.7007 32.4716 13.6817 30.1746 16.9587 31.4706zM18.0597 30.8296L14.2037 29.3056 18.0477 28.0346 18.0597 30.8296zM25.9867 26.9696L23.3567 16.7916C22.5557 13.4956 18.7417 11.4546 15.6677 11.4546L10.3997 11.4546C7.3257 11.4546 3.5127 13.4956 2.7137 16.7826L.0777 26.9796C-.2413 28.2966.4817 29.6286 1.7617 30.0776 2.4497 30.3196 3.2157 30.2606 3.8617 29.9176 4.5077 29.5756 4.9837 28.9736 5.1637 28.2886L6.7477 23.0036 6.7007 39.3366C6.7047 41.2526 8.2677 42.8116 10.1837 42.8116 12.0967 42.8116 13.6577 41.2546 13.6657 39.3396L13.6627 35.5106C14.2667 36.0136 15.0417 36.3166 15.8857 36.3166 17.8007 36.3166 19.3627 34.7576 19.3677 32.8376L19.3267 23.0236 20.8987 28.2666C21.0847 28.9736 21.5617 29.5756 22.2067 29.9176 22.8537 30.2606 23.6187 30.3196 24.3077 30.0776 25.5877 29.6286 26.3107 28.2966 25.9867 26.9696L25.9867 26.9696zM12.907 2.2646C14.59 2.2646 15.958 3.6326 15.958 5.3156 15.958 6.9976 14.59 8.3676 12.907 8.3676 11.224 8.3676 9.855 6.9976 9.855 5.3156 9.855 3.6326 11.224 2.2646 12.907 2.2646M12.907 9.6676C15.306 9.6676 17.259 7.7146 17.259 5.3156 17.259 2.9156 15.306.9636 12.907.9636 10.508.9636 8.554 2.9156 8.554 5.3156 8.554 7.7146 10.508 9.6676 12.907 9.6676\"\n transform=\"translate(11 2)\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M21.7039 28.4277C21.3349 28.4947 20.9679 28.4067 20.6689 28.1807 20.3699 27.9547 20.1849 27.6257 20.1499 27.2687L19.4429 17.9397C19.4399 17.9027 19.4339 17.8657 19.4259 17.8307 19.3379 17.4797 19.0219 17.2407 18.6409 17.2917 18.3139 17.3317 18.0089 17.6787 18.0099 18.0077L18.0429 25.9837 13.6669 27.4307 13.6559 26.1317 13.6529 26.0137C13.6439 25.6547 13.3349 25.3677 12.9869 25.3807 12.6339 25.3897 12.3529 25.6787 12.3529 26.0307 12.3529 26.0357 12.3529 26.0407 12.3539 26.0467L12.3649 38.3377C12.3609 39.5357 11.3819 40.5107 10.1829 40.5107 8.9819 40.5107 8.0039 39.5347 8.0019 38.3377L8.0589 18.0047C8.0589 17.6447 7.7899 17.3387 7.4329 17.2927 7.4089 17.2897 7.3859 17.2877 7.3619 17.2877 7.0629 17.2877 6.7349 17.5197 6.6499 17.8017L3.9119 26.9367C3.8169 27.2987 3.5829 27.5947 3.2519 27.7707 2.9199 27.9477 2.5439 27.9747 2.1909 27.8507 1.5459 27.6237 1.1809 26.9507 1.3399 26.2957L3.9749 16.0987C4.6059 13.4997 7.8069 11.7547 10.3999 11.7547L15.6679 11.7547C18.2439 11.7547 21.4199 13.4767 22.0809 16.0457L22.7899 27.0177C22.8439 27.6997 22.3769 28.3057 21.7039 28.4277L21.7039 28.4277zM15.8859 34.0157C14.9119 34.0157 14.0929 33.3667 13.8139 32.4827L18.0649 31.1767 18.0669 31.8387C18.0639 33.0387 17.0859 34.0157 15.8859 34.0157L15.8859 34.0157zM16.9589 30.4707L13.7009 31.4717 13.6819 29.1747 16.9589 30.4707zM18.0589 29.8297L14.2039 28.3057 18.0479 27.0347 18.0589 29.8297zM23.3739 15.9037C23.3719 15.8657 23.3659 15.8277 23.3569 15.7917 22.5569 12.4947 18.7429 10.4537 15.6679 10.4537L10.3999 10.4537C7.3259 10.4537 3.5129 12.4947 2.7149 15.7817L.0789 25.9797C-.2411 27.2967.4809 28.6287 1.7619 29.0767 2.4499 29.3197 3.2159 29.2607 3.8619 28.9177 4.5079 28.5747 4.9839 27.9737 5.1639 27.2877L6.7479 22.0037 6.7009 38.3367C6.7049 40.2527 8.2669 41.8117 10.1829 41.8117 12.0969 41.8117 13.6579 40.2547 13.6659 38.3397L13.6629 34.5107C14.2669 35.0137 15.0419 35.3167 15.8859 35.3167 17.8009 35.3167 19.3629 33.7577 19.3679 31.8377L19.3539 28.6807C19.5039 28.8827 19.6819 29.0647 19.8859 29.2187 20.4679 29.6577 21.2169 29.8327 21.9339 29.7067 23.2689 29.4657 24.1929 28.2647 24.0859 26.9237L23.3739 15.9037zM14.7664 1.7129C16.4494 1.7129 17.8184 3.0809 17.8184 4.7639 17.8184 6.4459 16.4494 7.8159 14.7664 7.8159 13.0834 7.8159 11.7154 6.4459 11.7154 4.7639 11.7154 3.0809 13.0834 1.7129 14.7664 1.7129M14.7664 9.1159C17.1654 9.1159 19.1194 7.1629 19.1194 4.7639 19.1194 2.3639 17.1654.4119 14.7664.4119 12.3674.4119 10.4144 2.3639 10.4144 4.7639 10.4144 7.1629 12.3674 9.1159 14.7664 9.1159\"\n transform=\"translate(11 3)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Amputation;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Anxiety = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.2388,20.1416 C28.2388,16.1086 24.9568,12.8266 20.9238,12.8266 C16.8898,12.8266 13.6088,16.1086 13.6088,20.1416 C13.6088,24.1746 16.8898,27.4566 20.9238,27.4566 C24.9568,27.4566 28.2388,24.1746 28.2388,20.1416 L28.2388,20.1416 Z M29.2388,20.1416 C29.2388,24.7266 25.5088,28.4566 20.9238,28.4566 C16.3388,28.4566 12.6088,24.7266 12.6088,20.1416 C12.6088,15.5566 16.3388,11.8266 20.9238,11.8266 C25.5088,11.8266 29.2388,15.5566 29.2388,20.1416 L29.2388,20.1416 Z M35.1568,13.6736 C35.6238,13.6736 36.0038,13.2946 36.0038,12.8266 C36.0038,12.3586 35.6238,11.9796 35.1568,11.9796 C34.6888,11.9796 33.5328,12.8266 33.5328,12.8266 C33.5328,12.8266 34.6888,13.6736 35.1568,13.6736 L35.1568,13.6736 Z M33.9388,8.7456 C33.6078,8.4146 33.0718,8.4146 32.7408,8.7456 C32.4098,9.0756 32.1918,10.4916 32.1918,10.4916 C32.1918,10.4916 33.6078,10.2736 33.9388,9.9426 C34.2688,9.6126 34.2688,9.0756 33.9388,8.7456 L33.9388,8.7456 Z M34.5518,26.0036 L31.9378,20.3796 L31.9378,20.2356 C31.9378,12.7196 26.2028,8.6626 20.8078,8.6626 C13.9868,8.6626 9.7638,14.5556 9.7638,20.0146 C9.7638,23.6476 10.8798,25.8526 11.9578,27.9856 C12.9278,29.9066 13.8458,31.7206 13.8458,34.3216 L13.8458,39.7186 L25.9878,39.7186 L25.9878,34.5346 L26.6368,34.5346 C29.5598,34.5346 31.9378,32.1566 31.9378,29.2346 L31.9378,27.1946 L33.7928,27.1946 C34.0848,27.1946 34.3428,27.0526 34.4988,26.8066 C34.6558,26.5606 34.6758,26.2676 34.5518,26.0036 L34.5518,26.0036 Z M35.7308,25.4546 C36.0408,26.1206 35.9898,26.8876 35.5948,27.5056 C35.2008,28.1246 34.5268,28.4946 33.7928,28.4946 L33.2378,28.4946 L33.2378,29.2346 C33.2378,32.6546 30.6228,35.4746 27.2878,35.8026 L27.2878,41.0186 L12.5458,41.0186 L12.5458,34.3216 C12.5458,32.0306 11.7358,30.4276 10.7978,28.5726 C9.7038,26.4096 8.4648,23.9566 8.4648,20.0146 C8.4648,13.0386 14.0018,7.3636 20.8078,7.3636 C26.7988,7.3636 33.1628,11.8226 33.2368,20.0906 L35.7308,25.4546 Z M20.9238,21.4166 C21.2278,21.4166 21.4738,21.1706 21.4738,20.8676 L21.4738,16.4136 C21.4738,16.1096 21.2278,15.8636 20.9238,15.8636 C20.6198,15.8636 20.3738,16.1096 20.3738,16.4136 L20.3738,20.8676 C20.3738,21.1706 20.6198,21.4166 20.9238,21.4166 L20.9238,21.4166 Z M21.7818,23.5606 C21.7818,24.0356 21.3978,24.4196 20.9238,24.4196 C20.4498,24.4196 20.0648,24.0356 20.0648,23.5606 C20.0648,23.0866 20.4498,22.7026 20.9238,22.7026 C21.3978,22.7026 21.7818,23.0866 21.7818,23.5606 L21.7818,23.5606 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.2388,20.1416 C28.2388,16.1086 24.9578,12.8266 20.9238,12.8266 C16.8898,12.8266 13.6088,16.1086 13.6088,20.1416 C13.6088,24.1746 16.8898,27.4566 20.9238,27.4566 C24.9578,27.4566 28.2388,24.1746 28.2388,20.1416 L28.2388,20.1416 Z M29.2388,20.1416 C29.2388,24.7266 25.5088,28.4566 20.9238,28.4566 C16.3388,28.4566 12.6088,24.7266 12.6088,20.1416 C12.6088,15.5566 16.3388,11.8266 20.9238,11.8266 C25.5088,11.8266 29.2388,15.5566 29.2388,20.1416 L29.2388,20.1416 Z M36.3918,11.9796 C35.9238,11.9796 34.7688,12.8266 34.7688,12.8266 C34.7688,12.8266 35.9238,13.6736 36.3918,13.6736 C36.8598,13.6736 37.2388,13.2946 37.2388,12.8266 C37.2388,12.3586 36.8598,11.9796 36.3918,11.9796 L36.3918,11.9796 Z M34.6878,7.9956 C34.3568,7.6646 33.8208,7.6646 33.4898,7.9956 C33.1588,8.3266 32.9408,9.7426 32.9408,9.7426 C32.9408,9.7426 34.3568,9.5246 34.6878,9.1936 C35.0188,8.8626 35.0188,8.3266 34.6878,7.9956 L34.6878,7.9956 Z M34.5528,26.0036 L31.9378,20.3796 L31.9378,20.2356 C31.9378,12.7196 26.2028,8.6626 20.8078,8.6626 C13.9868,8.6626 9.7638,14.5556 9.7638,20.0146 C9.7638,23.6476 10.8798,25.8526 11.9578,27.9856 C12.9278,29.9066 13.8458,31.7206 13.8458,34.3216 L13.8458,39.7186 L25.9878,39.7186 L25.9878,34.5346 L26.6368,34.5346 C29.5598,34.5346 31.9378,32.1566 31.9378,29.2346 L31.9378,27.1946 L33.7928,27.1946 C34.0848,27.1946 34.3428,27.0536 34.4988,26.8076 C34.6558,26.5606 34.6758,26.2676 34.5528,26.0036 L34.5528,26.0036 Z M35.7318,25.4546 C36.0408,26.1206 35.9898,26.8876 35.5948,27.5056 C35.2008,28.1246 34.5268,28.4946 33.7928,28.4946 L33.2378,28.4946 L33.2378,29.2346 C33.2378,32.6546 30.6228,35.4746 27.2878,35.8026 L27.2878,41.0186 L12.5458,41.0186 L12.5458,34.3216 C12.5458,32.0306 11.7358,30.4276 10.7978,28.5726 C9.7038,26.4096 8.4648,23.9566 8.4648,20.0146 C8.4648,13.0386 14.0018,7.3636 20.8078,7.3636 C26.7988,7.3636 33.1628,11.8226 33.2368,20.0906 L35.7318,25.4546 Z M20.9238,21.4166 C21.2278,21.4166 21.4738,21.1706 21.4738,20.8676 L21.4738,16.4136 C21.4738,16.1096 21.2278,15.8636 20.9238,15.8636 C20.6198,15.8636 20.3738,16.1096 20.3738,16.4136 L20.3738,20.8676 C20.3738,21.1706 20.6198,21.4166 20.9238,21.4166 L20.9238,21.4166 Z M21.7818,23.5606 C21.7818,24.0356 21.3978,24.4196 20.9238,24.4196 C20.4498,24.4196 20.0648,24.0356 20.0648,23.5606 C20.0648,23.0866 20.4498,22.7026 20.9238,22.7026 C21.3978,22.7026 21.7818,23.0866 21.7818,23.5606 L21.7818,23.5606 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Anxiety;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Apple = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.2393,38.4922 C25.4823,38.4922 24.3063,37.6822 24.2973,37.6762 L22.7113,36.5432 L23.1413,37.9032 C22.6563,38.1442 21.7563,38.4922 20.6003,38.4922 C16.4813,38.4922 11.9593,31.7002 11.9593,25.5132 C11.9593,18.6112 17.3843,18.5322 17.6143,18.5322 C20.1933,18.5322 22.1143,19.4622 23.3363,20.3072 C23.3433,20.6552 23.3363,21.0082 23.3213,21.3682 C22.3853,21.2602 21.4773,20.9132 20.7433,20.2982 L19.9083,21.2942 C21.0313,22.2352 22.4563,22.7552 23.9203,22.7552 C25.3843,22.7552 26.8083,22.2352 27.9313,21.2942 L27.0953,20.2982 C26.3893,20.8902 25.5223,21.2372 24.6223,21.3592 C24.6383,20.9712 24.6433,20.5932 24.6353,20.2212 C25.8593,19.4032 27.7393,18.5322 30.2243,18.5322 C30.4553,18.5322 35.8803,18.6112 35.8803,25.5132 C35.8803,31.7002 31.3583,38.4922 27.2393,38.4922 M26.2803,10.3302 C27.5483,9.4582 29.2013,9.3292 30.9333,9.9712 L30.9563,9.9792 L30.9543,10.0032 C30.8173,11.8462 30.0143,13.2952 28.6933,14.0862 C27.4363,14.8412 25.8663,14.9112 24.2353,14.2982 C24.3553,12.5592 25.0723,11.1612 26.2803,10.3302 M30.2243,17.2312 C27.8213,17.2312 25.9143,17.9562 24.5473,18.7452 C24.4313,17.5962 24.2213,16.5342 23.9493,15.5702 C24.7633,15.8542 25.5793,16.0022 26.3663,16.0022 C27.4473,16.0022 28.4713,15.7342 29.3613,15.2012 C31.0553,14.1872 32.0813,12.3752 32.2513,10.0992 L32.3253,9.0982 L31.3843,8.7522 C29.2443,7.9602 27.1703,8.1412 25.5433,9.2602 C24.2823,10.1272 23.4303,11.5052 23.0893,13.1552 C22.0683,10.8182 20.9093,9.4482 20.8173,9.3422 L19.8343,10.1922 C19.8683,10.2322 22.6393,13.5242 23.2313,18.7082 C21.8663,17.9302 19.9853,17.2312 17.6143,17.2312 C17.3303,17.2312 10.6593,17.3262 10.6593,25.5132 C10.6593,33.2042 16.1253,39.7932 20.6003,39.7932 C21.6163,39.7932 23.0843,39.4502 23.9213,38.9652 C24.4933,39.2762 25.6773,39.7932 27.2393,39.7932 C31.7143,39.7932 37.1803,33.2042 37.1803,25.5132 C37.1803,17.3262 30.5093,17.2312 30.2243,17.2312\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.2393,38.4922 C25.4823,38.4922 24.3063,37.6822 24.2973,37.6762 L23.9203,37.4102 L23.5433,37.6752 C23.5313,37.6822 22.3573,38.4922 20.6003,38.4922 C16.4823,38.4922 11.9593,31.7002 11.9593,25.5132 C11.9593,18.6112 17.3843,18.5322 17.6143,18.5322 C20.1933,18.5322 22.1143,19.4622 23.3363,20.3072 C23.3433,20.6552 23.3363,21.0082 23.3213,21.3682 C22.3853,21.2602 21.4773,20.9132 20.7433,20.2982 L19.9083,21.2942 C21.0313,22.2352 22.4563,22.7552 23.9203,22.7552 C25.3843,22.7552 26.8083,22.2352 27.9313,21.2942 L27.0963,20.2982 C26.3893,20.8902 25.5223,21.2372 24.6223,21.3592 C24.6383,20.9712 24.6433,20.5932 24.6353,20.2212 C25.8593,19.4032 27.7393,18.5322 30.2253,18.5322 C30.3203,18.5322 32.3833,18.5512 33.9823,20.0832 C32.0973,21.6722 30.9903,24.0242 30.9903,26.5102 C30.9903,28.9682 32.0883,31.3202 33.9503,32.9082 C32.1663,36.3172 29.5683,38.4922 27.2393,38.4922 M26.2803,10.3312 C27.5493,9.4592 29.2013,9.3322 30.9333,9.9712 L30.9563,9.9792 L30.9543,10.0042 C30.8173,11.8462 30.0143,13.2952 28.6943,14.0862 C27.4363,14.8392 25.8663,14.9092 24.2353,14.2982 C24.3553,12.5592 25.0723,11.1612 26.2803,10.3312 M32.2913,26.5102 C32.2913,24.2012 33.4203,22.0282 35.3133,20.6972 L35.8813,20.2982 L35.4453,19.7582 C33.4633,17.3032 30.5503,17.2312 30.2253,17.2312 C27.8213,17.2312 25.9143,17.9562 24.5473,18.7452 C24.4313,17.5962 24.2213,16.5342 23.9493,15.5702 C24.7633,15.8542 25.5793,16.0022 26.3663,16.0022 C27.4473,16.0022 28.4723,15.7342 29.3623,15.2012 C31.0553,14.1872 32.0813,12.3752 32.2513,10.0992 L32.3253,9.0982 L31.3843,8.7522 C29.2443,7.9602 27.1703,8.1402 25.5433,9.2602 C24.2823,10.1272 23.4303,11.5052 23.0893,13.1562 C22.0693,10.8182 20.9093,9.4482 20.8173,9.3422 L19.8343,10.1922 C19.8683,10.2322 22.6393,13.5242 23.2313,18.7082 C21.8663,17.9302 19.9863,17.2312 17.6143,17.2312 C17.3303,17.2312 10.6593,17.3262 10.6593,25.5132 C10.6593,33.2042 16.1253,39.7932 20.6003,39.7932 C22.1643,39.7932 23.3473,39.2752 23.9193,38.9642 C24.4913,39.2752 25.6763,39.7932 27.2393,39.7932 C30.2123,39.7932 33.3213,37.1942 35.3513,33.0132 L35.5863,32.5282 L35.1553,32.2072 C33.3353,30.8522 32.2913,28.7752 32.2913,26.5102\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Apple;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Archive = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.8608,21.8293 L26.8888,21.8293 C27.3128,21.8293 27.6568,22.1733 27.6568,22.5973 C27.6568,23.0203 27.3128,23.3643 26.8888,23.3643 L20.8608,23.3643 C20.4378,23.3643 20.0928,23.0203 20.0928,22.5973 C20.0928,22.1733 20.4378,21.8293 20.8608,21.8293 L20.8608,21.8293 Z M20.8608,24.3643 L26.8888,24.3643 C27.8638,24.3643 28.6568,23.5713 28.6568,22.5973 C28.6568,21.6223 27.8638,20.8293 26.8888,20.8293 L20.8608,20.8293 C19.8858,20.8293 19.0928,21.6223 19.0928,22.5973 C19.0928,23.5713 19.8858,24.3643 20.8608,24.3643 L20.8608,24.3643 Z M9.2578,16.9613 L38.4918,16.9613 L38.4918,10.4923 L9.2578,10.4923 L9.2578,16.9613 Z M11.3538,37.6533 L36.3958,37.6533 L36.3958,18.2613 L11.3538,18.2613 L11.3538,37.6533 Z M7.9578,9.1923 L7.9578,18.2613 L10.0538,18.2613 L10.0538,38.9533 L37.6958,38.9533 L37.6958,18.2613 L39.7918,18.2613 L39.7918,9.1923 L7.9578,9.1923 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.8447,22.3293 L26.8727,22.3293 C27.2957,22.3293 27.6407,22.6733 27.6407,23.0973 C27.6407,23.5203 27.2957,23.8643 26.8727,23.8643 L20.8447,23.8643 C20.4217,23.8643 20.0767,23.5203 20.0767,23.0973 C20.0767,22.6733 20.4217,22.3293 20.8447,22.3293 L20.8447,22.3293 Z M20.8447,24.8643 L26.8727,24.8643 C27.8477,24.8643 28.6407,24.0713 28.6407,23.0973 C28.6407,22.1223 27.8477,21.3293 26.8727,21.3293 L20.8447,21.3293 C19.8697,21.3293 19.0767,22.1223 19.0767,23.0973 C19.0767,24.0713 19.8697,24.8643 20.8447,24.8643 L20.8447,24.8643 Z M11.3377,38.1533 L36.3797,38.1533 L36.3797,18.7613 L11.3377,18.7613 L11.3377,38.1533 Z M9.1527,17.7253 L8.0347,11.3543 L36.8297,6.3043 L37.9477,12.6753 L9.1527,17.7253 Z M39.4527,13.7313 L37.8857,4.7993 L6.5307,10.2983 L8.0967,19.2303 L10.0377,18.8903 L10.0377,39.4533 L37.6797,39.4533 L37.6797,17.4613 L18.1827,17.4613 L39.4527,13.7313 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M9.10736842,16.8476211 L38.3785263,16.8476211 L38.3785263,10.3423579 L9.10736842,10.3423579 L9.10736842,16.8476211 Z M11.2042105,37.5394105 L36.2829474,37.5394105 L36.2829474,18.1107789 L11.2042105,18.1107789 L11.2042105,37.5394105 Z M7.84547368,9.0792 L7.84547368,18.1107789 L9.94105263,18.1107789 L9.94105263,38.8025684 L37.5461053,38.8025684 L37.5461053,18.1107789 L39.6416842,18.1107789 L39.6416842,9.0792 L7.84547368,9.0792 Z M20.7296842,21.7032 L26.7574737,21.7032 C27.1781053,21.7032 27.5204211,22.0455158 27.5204211,22.4648842 C27.5204211,22.8855158 27.1781053,23.2278316 26.7574737,23.2278316 L20.7296842,23.2278316 C20.3090526,23.2278316 19.9667368,22.8855158 19.9667368,22.4648842 C19.9667368,22.0455158 20.3090526,21.7032 20.7296842,21.7032 L20.7296842,21.7032 Z M20.7296842,24.2383579 L26.7574737,24.2383579 C27.7351579,24.2383579 28.5309474,23.4425684 28.5309474,22.4648842 C28.5309474,21.4872 27.7351579,20.6926737 26.7574737,20.6926737 L20.7296842,20.6926737 C19.752,20.6926737 18.9562105,21.4872 18.9562105,22.4648842 C18.9562105,23.4425684 19.752,24.2383579 20.7296842,24.2383579 L20.7296842,24.2383579 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M11.1877895,38.1709895 L36.2665263,38.1709895 L36.2665263,18.7436211 L11.1877895,18.7436211 L11.1877895,38.1709895 Z M9.00631579,17.7469895 L7.88210526,11.3389895 L36.7136842,6.28256842 L37.8366316,12.6905684 L9.00631579,17.7469895 Z M39.2993684,13.7162526 L37.7393684,4.81983158 L6.42063158,10.3133053 L7.98063158,19.2084632 L9.92463158,18.8674105 L9.92463158,39.4341474 L37.5296842,39.4341474 L37.5296842,17.4804632 L17.8383158,17.4804632 L39.2993684,13.7162526 Z M20.7132632,22.3347789 L26.7410526,22.3347789 C27.1616842,22.3347789 27.504,22.6770947 27.504,23.0964632 C27.504,23.5170947 27.1616842,23.8594105 26.7410526,23.8594105 L20.7132632,23.8594105 C20.2926316,23.8594105 19.9515789,23.5170947 19.9515789,23.0964632 C19.9515789,22.6770947 20.2926316,22.3347789 20.7132632,22.3347789 L20.7132632,22.3347789 Z M20.7132632,24.8699368 L26.7410526,24.8699368 C27.7187368,24.8699368 28.5145263,24.0741474 28.5145263,23.0964632 C28.5145263,22.1187789 27.7187368,21.3242526 26.7410526,21.3242526 L20.7132632,21.3242526 C19.7355789,21.3242526 18.9410526,22.1187789 18.9410526,23.0964632 C18.9410526,24.0741474 19.7355789,24.8699368 20.7132632,24.8699368 L20.7132632,24.8699368 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Archive;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ArmFlexing = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.1785,39.9231 C16.8625,39.9231 14.0705,35.8331 14.0465,35.7961 L13.8555,35.4921 L13.4965,35.4921 C9.9975,35.4921 8.3995,32.4161 8.2145,30.4771 C7.9575,27.7931 8.6315,24.5251 10.0625,21.5071 C10.8425,19.8631 12.2255,17.3081 13.2485,15.4541 C13.7645,14.5191 14.0835,13.5191 14.3915,12.5521 C14.5965,11.9061 14.7915,11.2971 15.0405,10.7011 C16.1445,8.0621 18.5015,8.0651 18.6165,8.0771 L26.4115,8.0771 C27.2625,8.0771 27.9545,8.7701 27.9545,9.6201 L27.9545,13.0601 C27.9545,13.6281 27.5145,14.0811 26.9605,14.1361 L26.9605,11.0081 C26.9605,9.9841 26.1265,9.1501 25.1025,9.1501 L24.2875,9.1501 L24.2875,10.4501 L25.1025,10.4501 C25.4095,10.4501 25.6595,10.7001 25.6595,11.0081 L25.6595,14.8081 C25.6595,15.4131 25.1685,15.9041 24.5645,15.9051 L24.5645,13.1131 C24.5645,12.0891 23.7305,11.2561 22.7065,11.2561 L22.3695,11.2561 L22.3695,12.5571 L22.7065,12.5571 C23.0135,12.5571 23.2635,12.8061 23.2635,13.1131 L23.2635,15.9831 C23.2635,16.5881 22.7715,17.0801 22.1655,17.0801 L21.7325,17.0801 C21.3195,17.0801 20.9845,16.7451 20.9845,16.3331 L20.9845,14.8381 L18.5575,14.8381 C17.9825,14.8381 17.5145,14.3711 17.5145,13.7961 L16.2145,13.7961 C16.2145,14.7871 16.8355,15.6321 17.7065,15.9731 L17.7065,24.4001 C17.2745,24.6771 16.9365,24.9311 16.7325,25.0881 L16.6045,25.1851 L17.3265,26.2671 C17.3685,26.2381 17.4355,26.1881 17.5275,26.1161 C18.1335,25.6491 19.9775,24.2251 22.4135,24.2251 C25.3355,24.2251 27.3575,26.3671 27.5785,26.6111 L28.5425,25.7401 C28.4035,25.5851 28.0435,25.2221 27.5265,24.8131 C28.7705,24.1101 30.1655,23.7221 31.6255,23.7221 C36.1545,23.7221 39.8395,27.3101 39.8395,31.7211 C39.8395,36.6271 33.2925,39.9231 27.1785,39.9231 M31.6255,22.4211 C29.7175,22.4211 27.8945,22.9731 26.3235,24.0071 C25.3005,23.4251 23.9825,22.9241 22.4135,22.9241 C21.0905,22.9241 19.9415,23.2721 19.0065,23.6951 L19.0065,16.1391 L19.6845,16.1391 L19.6845,16.3331 C19.6845,17.4621 20.6025,18.3811 21.7325,18.3811 L22.1655,18.3811 C23.0395,18.3811 23.7975,17.9061 24.2165,17.2071 L24.5615,17.2071 C25.6585,17.2071 26.5865,16.4661 26.8705,15.4581 C28.1865,15.4501 29.2545,14.3771 29.2545,13.0601 L29.2545,9.6201 C29.2545,8.0531 27.9795,6.7771 26.4115,6.7771 L18.6365,6.7771 C18.4995,6.7641 15.2985,6.7151 13.8415,10.1991 C13.5705,10.8481 13.3575,11.5131 13.1535,12.1571 C12.8505,13.1061 12.5655,14.0021 12.1105,14.8251 C11.0785,16.6961 9.6815,19.2771 8.8875,20.9501 C7.3585,24.1731 6.6415,27.6911 6.9205,30.6001 C7.1995,33.5171 9.4745,36.6101 13.1675,36.7851 C14.0275,37.8291 17.5635,41.2241 27.1785,41.2241 C33.8925,41.2241 41.1385,37.5901 41.1385,31.7211 C41.1385,26.5931 36.8715,22.4211 31.6255,22.4211 M25.4595,34.1761 C23.2295,34.1761 21.3125,33.4231 20.2675,32.9111 L20.2825,32.8851 L19.3645,32.4151 L18.7105,33.5361 C18.8305,33.6151 21.6985,35.4771 25.4595,35.4771 C28.6945,35.4771 31.6265,34.3051 31.7495,34.2551 L31.2625,33.0501 C31.2345,33.0611 28.4335,34.1761 25.4595,34.1761\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.8228,36.136 C35.4738,38.476 31.4298,39.924 27.2558,39.924 C27.2308,39.924 27.2058,39.924 27.1808,39.923 C16.3628,39.878 13.7768,35.477 13.7548,35.438 L13.6348,35.101 L13.2448,35.101 C9.3558,34.53 8.2848,31.024 8.5238,28.948 C8.8318,26.271 10.1728,23.214 12.2008,20.561 C13.2998,19.124 15.1888,16.909 16.5798,15.305 C17.2798,14.497 17.7998,13.586 18.3018,12.704 C18.6378,12.115 18.9548,11.56 19.3228,11.03 C20.9528,8.678 23.2538,9.184 23.3668,9.209 L30.9908,10.834 C31.8228,11.012 32.3558,11.833 32.1788,12.665 L31.4618,16.03 C31.4008,16.317 31.2308,16.563 30.9848,16.722 C30.7698,16.863 30.5168,16.906 30.2638,16.876 L30.9168,13.815 C31.1308,12.814 30.4898,11.825 29.4868,11.611 L28.6898,11.441 L28.4188,12.712 L29.2158,12.882 C29.5168,12.947 29.7098,13.243 29.6448,13.543 L28.8528,17.261 C28.7268,17.853 28.1428,18.235 27.5518,18.107 L28.1348,15.375 C28.2378,14.89 28.1458,14.393 27.8758,13.977 C27.6058,13.561 27.1898,13.275 26.7048,13.171 L26.3748,13.101 L26.1038,14.372 L26.4338,14.443 C26.5798,14.474 26.7048,14.56 26.7858,14.684 C26.8668,14.809 26.8938,14.958 26.8628,15.104 L26.2648,17.909 C26.1388,18.501 25.5538,18.882 24.9628,18.755 L24.5368,18.664 C24.3418,18.623 24.1748,18.508 24.0658,18.34 C23.9568,18.173 23.9208,17.973 23.9618,17.778 L24.2748,16.317 L21.8998,15.81 C21.6268,15.752 21.3938,15.591 21.2418,15.358 C21.0908,15.124 21.0388,14.845 21.0968,14.573 L19.8258,14.301 C19.6958,14.913 19.8108,15.54 20.1518,16.065 C20.3318,16.342 20.5658,16.571 20.8338,16.746 L19.6148,22.929 C18.1648,23.583 17.1288,24.565 16.6828,24.992 C16.6238,25.049 16.5798,25.092 16.5518,25.115 L17.3798,26.118 C17.4208,26.083 17.4898,26.02 17.5818,25.931 C18.1848,25.354 20.0198,23.598 22.4138,23.598 C25.2978,23.598 27.3148,26.255 27.5348,26.559 L28.5868,25.793 C28.4538,25.612 28.1398,25.203 27.6658,24.728 C28.8748,24.076 30.2198,23.722 31.6258,23.722 C36.1548,23.722 39.8388,27.31 39.8388,31.721 C39.8388,33.296 39.1418,34.823 37.8228,36.136 M31.6258,22.421 C29.8368,22.421 28.1198,22.902 26.6178,23.814 C25.5608,23.018 24.1308,22.297 22.4138,22.297 C21.9268,22.297 21.4708,22.368 21.0318,22.466 L22.0738,17.177 L22.7308,17.317 L22.6908,17.506 C22.5768,18.041 22.6778,18.589 22.9748,19.048 C23.2728,19.507 23.7318,19.823 24.2658,19.936 L24.6908,20.027 C24.8588,20.063 25.0258,20.079 25.1908,20.079 C25.8668,20.079 26.5008,19.788 26.9478,19.308 L27.2788,19.378 C28.3518,19.61 29.4138,19.076 29.9018,18.149 C30.5238,18.278 31.1588,18.158 31.6928,17.813 C32.2298,17.464 32.5998,16.927 32.7328,16.301 L33.4498,12.937 C33.7768,11.404 32.7958,9.89 31.2618,9.563 L23.6578,7.943 C23.5258,7.909 20.4058,7.186 18.2548,10.289 C17.8538,10.866 17.5088,11.473 17.1738,12.06 C16.6798,12.925 16.2138,13.742 15.5968,14.453 C14.1948,16.073 12.2868,18.309 11.1688,19.772 C9.0018,22.605 7.5668,25.896 7.2328,28.799 C6.9438,31.312 8.2108,35.526 12.7978,36.345 C13.5808,37.445 16.9918,41.181 27.1758,41.224 L27.2548,41.224 C31.7608,41.224 36.1558,39.631 38.7398,37.058 C40.3098,35.494 41.1388,33.65 41.1388,31.721 C41.1388,26.593 36.8708,22.421 31.6258,22.421 M25.4588,34.176 C23.2288,34.176 21.3118,33.423 20.2668,32.911 L20.2808,32.883 L19.3638,32.414 L18.7108,33.536 C18.8308,33.615 21.6978,35.477 25.4588,35.477 C28.6938,35.477 31.6268,34.305 31.7498,34.255 L31.2618,33.05 C31.2348,33.062 28.4438,34.176 25.4588,34.176\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ArmFlexing;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ArrowLeft = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"27.075 5.929 25.933 7.306 38.977 23.027 5.929 23.027 5.929 24.975 38.977 24.975 25.933 40.692 27.075 42.071 42.071 24.001\"\n transform=\"matrix(-1 0 0 1 48 0)\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"27.075 5.929 25.933 7.306 38.977 23.027 2.929 23.027 2.929 24.975 38.977 24.975 25.933 40.692 27.075 42.071 42.071 24.001\"\n transform=\"matrix(-1 0 0 1 45 0)\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"27.075 5.929 25.632 7.668 38.162 22.771 5.929 22.771 5.929 25.231 38.162 25.231 25.632 40.33 27.075 42.071 42.071 24.001\"\n transform=\"matrix(-1 0 0 1 48 0)\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"27.075 5.929 25.632 7.668 38.162 22.771 2.139 22.771 2.139 25.231 38.162 25.231 25.632 40.33 27.075 42.071 42.071 24.001\"\n transform=\"matrix(-1 0 0 1 44.21 0)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ArrowLeft;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ArrowRight = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"27.075 5.929 25.933 7.306 38.977 23.027 5.929 23.027 5.929 24.975 38.977 24.975 25.933 40.692 27.075 42.071 42.071 24.001\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"30.075 5.929 28.933 7.306 41.977 23.027 5.929 23.027 5.929 24.975 41.977 24.975 28.933 40.692 30.075 42.071 45.071 24.001\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"27.075 5.929 25.632 7.668 38.162 22.771 5.929 22.771 5.929 25.231 38.162 25.231 25.632 40.33 27.075 42.071 42.071 24.001\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"30.864 5.929 29.421 7.668 41.952 22.771 5.929 22.771 5.929 25.231 41.952 25.231 29.421 40.33 30.864 42.071 45.861 24.001\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ArrowRight;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ArrowUpRight = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fill-rule=\"evenodd\"\n points=\"33.305 14.659 33.305 29.205 32.005 29.205 32.005 16.948 15.804 33.149 14.885 32.229 31.155 15.959 18.761 15.96 18.761 14.659\"\n />\n );\n\n const normalHover = (\n <polygon\n fill-rule=\"evenodd\"\n points=\"36.52 11.537 36.52 26.082 35.22 26.082 35.219 13.735 15.804 33.149 14.885 32.229 34.278 12.837 21.976 12.838 21.976 11.537\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"18.76 14.426 18.76 16.194 30.59 16.194 14.719 32.065 15.97 33.315 31.771 17.514 31.771 29.205 33.539 29.205 33.539 14.426\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"22.076 11.122 22.076 12.891 33.812 12.891 14.819 31.884 16.071 33.134 35.086 14.119 35.086 25.901 36.855 25.901 36.855 11.122\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ArrowUpRight;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Attachment = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.8006,40.1345 C23.3836,40.1345 21.4166,38.2705 21.4166,35.9805 L21.4166,16.6675 C21.4166,15.3455 22.5436,14.2695 23.9296,14.2695 C25.3156,14.2695 26.4426,15.3455 26.4426,16.6675 L26.4426,30.6845 L25.1426,30.6845 L25.1426,16.6675 C25.1426,16.0625 24.5986,15.5705 23.9296,15.5705 C23.2606,15.5705 22.7166,16.0625 22.7166,16.6675 L22.7166,35.9805 C22.7166,37.5535 24.0996,38.8335 25.8006,38.8335 C27.5016,38.8335 28.8846,37.5535 28.8846,35.9805 L28.8846,13.1055 C28.8846,10.6005 26.6936,8.5635 23.9996,8.5635 C21.3066,8.5635 19.1146,10.6005 19.1146,13.1055 L19.1146,39.3595 L17.8156,39.3595 L17.8156,13.1055 C17.8156,9.8835 20.5896,7.2625 23.9996,7.2625 C27.4106,7.2625 30.1846,9.8835 30.1846,13.1055 L30.1846,35.9805 C30.1846,38.2705 28.2176,40.1345 25.8006,40.1345\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.8,40.1345 C23.383,40.1345 21.416,38.2705 21.416,35.9805 L21.416,16.6675 C21.416,15.3455 22.543,14.2695 23.929,14.2695 C25.315,14.2695 26.442,15.3455 26.442,16.6675 L26.442,30.6845 L25.142,30.6845 L25.142,16.6675 C25.142,16.0625 24.598,15.5705 23.929,15.5705 C23.26,15.5705 22.716,16.0625 22.716,16.6675 L22.716,35.9805 C22.716,37.5535 24.099,38.8335 25.8,38.8335 C27.501,38.8335 28.884,37.5535 28.884,35.9805 L28.884,13.1055 C28.884,10.6005 26.693,8.5635 24,8.5635 C21.224,8.5635 19.276,10.2675 18.654,13.2385 L13.71,37.9125 L12.436,37.6565 L17.381,12.9775 C18.13,9.3975 20.604,7.2625 24,7.2625 C27.41,7.2625 30.184,9.8835 30.184,13.1055 L30.184,35.9805 C30.184,38.2705 28.217,40.1345 25.8,40.1345\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.5637474,40.7689263 C22.0601684,40.7689263 20.0226947,38.8362947 20.0226947,36.4590316 L20.0226947,17.1415579 C20.0226947,15.7344 21.2214316,14.5874526 22.6930105,14.5874526 C24.1645895,14.5874526 25.3620632,15.7344 25.3620632,17.1415579 L25.3620632,31.1626105 L23.7502737,31.1626105 L23.7502737,17.1415579 C23.7502737,16.6224 23.2753263,16.1992421 22.6930105,16.1992421 C22.1094316,16.1992421 21.6344842,16.6224 21.6344842,17.1415579 L21.6344842,36.4590316 C21.6344842,37.9470316 22.9481684,39.1584 24.5637474,39.1584 C26.1793263,39.1584 27.4930105,37.9470316 27.4930105,36.4590316 L27.4930105,13.5781895 C27.4930105,11.1592421 25.3721684,9.18997895 22.7624842,9.18997895 C20.1540632,9.18997895 18.0319579,11.1592421 18.0319579,13.5781895 L18.0319579,39.8392421 L16.4214316,39.8392421 L16.4214316,13.5781895 C16.4214316,10.2687158 19.2660632,7.57945263 22.7624842,7.57945263 C26.2601684,7.57945263 29.1048,10.2687158 29.1048,13.5781895 L29.1048,36.4590316 C29.1048,38.8362947 27.0673263,40.7689263 24.5637474,40.7689263\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M22.7363368,7.51578947 C19.2209684,7.51578947 16.6605474,9.72 15.8862316,13.4197895 L10.9397053,38.1069474 L12.6740211,38.4543158 L17.6180211,13.7747368 C18.2154947,10.9212632 20.0811789,9.28421053 22.7363368,9.28421053 C25.3018105,9.28421053 27.3885474,11.2181053 27.3885474,13.5941053 L27.3885474,36.4762105 C27.3885474,37.92 26.1089684,39.0947368 24.5376,39.0947368 C22.9649684,39.0947368 21.6866526,37.92 21.6866526,36.4762105 L21.6866526,17.1574737 C21.6866526,16.6812632 22.1262316,16.2934737 22.6656,16.2934737 C23.2062316,16.2934737 23.6445474,16.6812632 23.6445474,17.1574737 L23.6445474,31.1772632 L25.4142316,31.1772632 L25.4142316,17.1574737 C25.4142316,15.7048421 24.1813895,14.5250526 22.6656,14.5250526 C21.1510737,14.5250526 19.9182316,15.7048421 19.9182316,17.1574737 L19.9182316,36.4762105 C19.9182316,38.8951579 21.9898105,40.8631579 24.5376,40.8631579 C27.0841263,40.8631579 29.1569684,38.8951579 29.1569684,36.4762105 L29.1569684,13.5941053 C29.1569684,10.2429474 26.2769684,7.51578947 22.7363368,7.51578947\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Attachment;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Atv = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.3737427,21.0243153 C25.0874731,21.3132335 24.7055533,21.4739622 24.2985101,21.4757026 L24.2898077,21.4757026 C23.8860942,21.4757026 23.5059148,21.3198927 23.2187371,21.0356662 C22.9298189,20.7491696 22.7691659,20.3672497 22.7674028,19.9602066 C22.7628851,19.1202402 23.4427281,18.4338893 24.2826188,18.4290462 L24.2904888,18.4290462 C25.1270499,18.4290462 25.8099198,19.1070732 25.8141095,19.944618 C25.8165034,20.3516612 25.6600123,20.7347161 25.3737427,21.0243153 L25.3737427,21.0243153 Z M24.2901861,17.5693293 L24.2780785,17.5693293 C22.9643257,17.5765182 21.9007466,18.6514482 21.9075996,19.9649739 C21.9109624,20.6016836 22.1618929,21.1987408 22.614491,21.6465715 C23.0638352,22.0908456 23.6582438,22.3354196 24.289505,22.3354196 L24.3030504,22.3354196 C24.9396844,22.3318629 25.5367416,22.0812351 25.984648,21.6286371 C26.4321003,21.1765687 26.6770527,20.5764846 26.6738308,19.9397749 C26.6669126,18.6304868 25.5991715,17.5693293 24.2901861,17.5693293 L24.2901861,17.5693293 Z M37.16513,37.2253747 L36.9427281,37.2259801 C36.2211895,37.2361202 35.548838,36.9531802 35.0390314,36.4489734 C34.5287707,35.9442368 34.2458307,35.2709773 34.2421984,34.5527682 L34.1960003,25.6513192 C34.1882438,24.1693461 35.3872769,22.9577514 36.8689473,22.9499571 L37.0895331,22.9487464 L37.1036839,22.9487464 C37.8162175,22.9487464 38.4867528,23.2244975 38.9936082,23.7262828 C39.5037932,24.2310193 39.7868089,24.9042789 39.7903655,25.6225636 L39.8365636,34.5240126 C39.8443201,36.0053803 38.6449843,37.2169751 37.16513,37.2253747 L37.16513,37.2253747 Z M25.5973554,25.5157895 L25.6141547,28.689576 C25.6165006,29.1529952 25.3668565,29.5822862 24.9624619,29.8106662 C24.7079748,29.9545956 24.1789473,30.1332587 23.5021312,29.7201617 C23.2308447,29.5540603 23.060884,29.2267761 23.0590678,28.8646068 L23.0416631,25.5290322 L12.2783643,17.1263416 L12.2658027,14.6863529 L21.6268117,17.1257363 L26.8374787,17.0981158 L36.2604636,14.5616443 L36.2730252,17.0022385 L25.5973554,25.5157895 Z M21.644065,13.3072189 L26.8684288,13.2802038 L25.2877029,15.7558344 L23.250898,15.7666555 L21.644065,13.3072189 Z M11.8182747,37.3566668 L11.5976889,37.3578775 C10.890301,37.3494779 10.2041015,37.085683 9.69361379,36.5802654 C9.18350448,36.0755289 8.90056446,35.4022693 8.89693217,34.6840603 L8.85065914,25.7826113 C8.84297758,24.3006382 10.0422377,23.0890434 11.5239837,23.0812492 L11.7442668,23.0800384 L11.7583419,23.0800384 C12.4708756,23.0800384 13.1414109,23.3557895 13.6483419,23.8575748 C14.1584512,24.3623871 14.4413913,25.0355709 14.4450235,25.7538557 L14.4912216,34.6553047 C14.4989781,36.1372777 13.2999451,37.3488725 11.8182747,37.3566668 L11.8182747,37.3566668 Z M41.1410465,25.615299 C41.1353711,24.5368125 40.7103178,23.5248422 39.9435269,22.766451 C39.1773414,22.0080597 38.1653711,21.5764229 37.0824198,21.598595 L36.8618341,21.5998058 C34.6357719,21.6112323 32.8340062,23.4319162 32.8453571,25.6585081 L32.8645779,29.3640462 L27.5233756,25.7073927 L37.6273386,17.6496937 L37.6015342,12.7978663 L26.7509092,15.7453915 L30.2612119,10.2482279 L34.1808279,10.2277962 L34.1741687,9.00000757 L29.9203823,9.02217965 C29.7120555,9.02339041 29.5184092,9.13008885 29.406338,9.30580073 L27.6549703,12.0484801 L20.8447349,12.0832895 L19.0651413,9.35914994 C18.9515566,9.1852542 18.7581373,9.08090163 18.551097,9.08090163 L18.5477674,9.08090163 L14.2939809,9.10314938 L14.3005645,10.3309381 L18.2198021,10.3105064 L21.7874647,15.7720283 L10.9061166,12.9357419 L10.9313156,17.7881746 L21.1175348,25.7403103 L15.8149254,29.4524319 L15.7957803,25.7465911 C15.7900291,24.6681045 15.3649759,23.6561342 14.5982607,22.897743 C13.8368425,22.1441948 12.8291099,21.7299627 11.7583419,21.7299627 L11.7370779,21.7299627 L11.5167948,21.7310978 C9.29050561,21.7425244 7.48866424,23.5632082 7.50003676,25.7898002 L7.54617545,34.6912492 C7.55192657,35.7697357 7.97690415,36.781706 8.74369507,37.5400973 C9.50511323,38.2936455 10.5128459,38.7079532 11.5836138,38.7079532 L11.6048778,38.7079532 L11.8254636,38.7067424 C14.0514501,38.6953915 15.8532158,36.874632 15.8418649,34.6481158 L15.8227197,30.9461342 L21.6978683,26.8332503 L21.7083111,28.8718714 C21.7128515,29.6979896 22.1304131,30.4647049 22.7979972,30.8724291 C23.2877506,31.1721684 23.8201076,31.3226057 24.3411138,31.3226057 C24.7888688,31.3226057 25.2286783,31.2111399 25.626111,30.9869218 C26.4567696,30.5180541 26.9696031,29.63503 26.9647601,28.6823871 L26.9549983,26.8062351 L32.8723722,30.8570675 L32.891593,34.5599571 C32.8972685,35.6385193 33.3222461,36.6504896 34.089037,37.4088052 C34.8501525,38.1624291 35.8572797,38.5760558 36.9271396,38.5760558 L36.9481009,38.5760558 L37.1705785,38.5754504 C39.396792,38.5634941 41.1985577,36.7427346 41.1872602,34.5168237 L41.1410465,25.615299 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.3737427,24.0243153 C25.0874731,24.3132335 24.7055533,24.4739622 24.2985101,24.4757026 L24.2898077,24.4757026 C23.8860942,24.4757026 23.5059148,24.3198927 23.2187371,24.0356662 C22.9298189,23.7491696 22.7691659,23.3672497 22.7674028,22.9602066 C22.7628851,22.1202402 23.4427281,21.4338893 24.2826188,21.4290462 L24.2904888,21.4290462 C25.1270499,21.4290462 25.8099198,22.1070732 25.8141095,22.944618 C25.8165034,23.3516612 25.6600123,23.7347161 25.3737427,24.0243153 L25.3737427,24.0243153 Z M24.2901861,20.5693293 L24.2780785,20.5693293 C22.9643257,20.5765182 21.9007466,21.6514482 21.9075996,22.9649739 C21.9109624,23.6016836 22.1618929,24.1987408 22.614491,24.6465715 C23.0638352,25.0908456 23.6582438,25.3354196 24.289505,25.3354196 L24.3030504,25.3354196 C24.9396844,25.3318629 25.5367416,25.0812351 25.984648,24.6286371 C26.4321003,24.1765687 26.6770527,23.5764846 26.6738308,22.9397749 C26.6669126,21.6304868 25.5991715,20.5693293 24.2901861,20.5693293 L24.2901861,20.5693293 Z M37.16513,40.2253747 L36.9427281,40.2259801 C36.2211895,40.2361202 35.548838,39.9531802 35.0390314,39.4489734 C34.5287707,38.9442368 34.2458307,38.2709773 34.2421984,37.5527682 L34.1960003,28.6513192 C34.1882438,27.1693461 35.3872769,25.9577514 36.8689473,25.9499571 L37.0895331,25.9487464 L37.1036839,25.9487464 C37.8162175,25.9487464 38.4867528,26.2244975 38.9936082,26.7262828 C39.5037932,27.2310193 39.7868089,27.9042789 39.7903655,28.6225636 L39.8365636,37.5240126 C39.8443201,39.0053803 38.6449843,40.2169751 37.16513,40.2253747 L37.16513,40.2253747 Z M25.5973554,28.5157895 L25.6141547,31.689576 C25.6165006,32.1529952 25.3668565,32.5822862 24.9624619,32.8106662 C24.7079748,32.9545956 24.1789473,33.1332587 23.5021312,32.7201617 C23.2308447,32.5540603 23.060884,32.2267761 23.0590678,31.8646068 L23.0416631,28.5290322 L12.2783643,20.1263416 L12.2658027,17.6863529 L21.6268117,20.1257363 L26.8374787,20.0981158 L36.2604636,17.5616443 L36.2730252,20.0022385 L25.5973554,28.5157895 Z M21.644065,16.3072189 L26.8684288,16.2802038 L25.2877029,18.7558344 L23.250898,18.7666555 L21.644065,16.3072189 Z M11.8182747,40.3566668 L11.5976889,40.3578775 C10.890301,40.3494779 10.2041015,40.085683 9.69361379,39.5802654 C9.18350448,39.0755289 8.90056446,38.4022693 8.89693217,37.6840603 L8.85065914,28.7826113 C8.84297758,27.3006382 10.0422377,26.0890434 11.5239837,26.0812492 L11.7442668,26.0800384 L11.7583419,26.0800384 C12.4708756,26.0800384 13.1414109,26.3557895 13.6483419,26.8575748 C14.1584512,27.3623871 14.4413913,28.0355709 14.4450235,28.7538557 L14.4912216,37.6553047 C14.4989781,39.1372777 13.2999451,40.3488725 11.8182747,40.3566668 L11.8182747,40.3566668 Z M41.1410465,28.615299 C41.1353711,27.5368125 40.7103178,26.5248422 39.9435269,25.766451 C39.1773414,25.0080597 38.1653711,24.5764229 37.0824198,24.598595 L36.8618341,24.5998058 C34.6357719,24.6112323 32.8340062,26.4319162 32.8453571,28.6585081 L32.8645779,32.3640462 L27.5233756,28.7073927 L37.6273386,20.6496937 L37.6015342,15.7978663 L26.7509092,18.7453915 L30.2612119,13.2482279 L34.1808279,13.2277962 L34.1741687,12.0000076 L29.9203823,12.0221797 C29.7120555,12.0233904 29.5184092,12.1300888 29.406338,12.3058007 L27.6549703,15.0484801 L20.8447349,15.0832895 L19.0651413,12.3591499 C18.9515566,12.1852542 18.7581373,12.0809016 18.551097,12.0809016 L18.5477674,12.0809016 L14.2939809,12.1031494 L14.3005645,13.3309381 L18.2198021,13.3105064 L21.7874647,18.7720283 L10.9061166,15.9357419 L10.9313156,20.7881746 L21.1175348,28.7403103 L15.8149254,32.4524319 L15.7957803,28.7465911 C15.7900291,27.6681045 15.3649759,26.6561342 14.5982607,25.897743 C13.8368425,25.1441948 12.8291099,24.7299627 11.7583419,24.7299627 L11.7370779,24.7299627 L11.5167948,24.7310978 C9.29050561,24.7425244 7.48866424,26.5632082 7.50003676,28.7898002 L7.54617545,37.6912492 C7.55192657,38.7697357 7.97690415,39.781706 8.74369507,40.5400973 C9.50511323,41.2936455 10.5128459,41.7079532 11.5836138,41.7079532 L11.6048778,41.7079532 L11.8254636,41.7067424 C14.0514501,41.6953915 15.8532158,39.874632 15.8418649,37.6481158 L15.8227197,33.9461342 L21.6978683,29.8332503 L21.7083111,31.8718714 C21.7128515,32.6979896 22.1304131,33.4647049 22.7979972,33.8724291 C23.2877506,34.1721684 23.8201076,34.3226057 24.3411138,34.3226057 C24.7888688,34.3226057 25.2286783,34.2111399 25.626111,33.9869218 C26.4567696,33.5180541 26.9696031,32.63503 26.9647601,31.6823871 L26.9549983,29.8062351 L32.8723722,33.8570675 L32.891593,37.5599571 C32.8972685,38.6385193 33.3222461,39.6504896 34.089037,40.4088052 C34.8501525,41.1624291 35.8572797,41.5760558 36.9271396,41.5760558 L36.9481009,41.5760558 L37.1705785,41.5754504 C39.396792,41.5634941 41.1985577,39.7427346 41.1872602,37.5168237 L41.1410465,28.615299 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Atv;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Avatar = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.6821,15.1507 C26.9591,15.1507 27.1841,14.9257 27.1841,14.6477 C27.1841,14.3707 26.9591,14.1457 26.6821,14.1457 C26.4041,14.1457 26.1791,14.3707 26.1791,14.6477 C26.1791,14.9257 26.4041,15.1507 26.6821,15.1507 L26.6821,15.1507 Z M21.3891,15.1507 C21.6661,15.1507 21.8911,14.9257 21.8911,14.6477 C21.8911,14.3707 21.6661,14.1457 21.3891,14.1457 C21.1111,14.1457 20.8861,14.3707 20.8861,14.6477 C20.8861,14.9257 21.1111,15.1507 21.3891,15.1507 L21.3891,15.1507 Z M34.6361,40.6757 L31.4111,40.6757 L31.4111,33.7287 L30.5121,33.7287 L30.5121,40.6757 L17.4881,40.6757 L17.4881,33.7287 L16.5881,33.7287 L16.5881,40.6757 L13.3641,40.6757 L13.3641,32.2147 C13.3641,28.4017 15.8641,24.9887 19.4751,23.8257 C22.2701,25.2187 25.7291,25.2187 28.5251,23.8257 C32.1361,24.9887 34.6361,28.4017 34.6361,32.2147 L34.6361,40.6757 Z M28.6431,22.5027 L28.3901,22.4297 L28.1571,22.5537 C25.6141,23.9077 22.3861,23.9077 19.8431,22.5537 L19.6101,22.4297 L19.3561,22.5027 C15.0621,23.7487 12.0631,27.7417 12.0631,32.2147 L12.0631,41.9757 L35.9361,41.9757 L35.9361,32.2147 C35.9361,27.7417 32.9371,23.7487 28.6431,22.5027 L28.6431,22.5027 Z M16.1571,12.3257 L16.4181,12.3257 L16.4181,13.9167 L16.1571,13.9167 C15.7181,13.9167 15.3611,13.5597 15.3611,13.1207 C15.3611,12.6827 15.7181,12.3257 16.1571,12.3257 L16.1571,12.3257 Z M17.7181,12.3257 L18.4461,12.3257 C19.9731,12.3257 21.3041,11.4727 21.9881,10.2177 C22.6851,11.4737 24.0251,12.3257 25.5611,12.3257 L30.2811,12.3257 L30.2811,14.3437 C30.2811,17.6977 27.5531,20.4267 24.1991,20.4267 L23.8011,20.4267 C20.4471,20.4267 17.7181,17.6977 17.7181,14.3437 L17.7181,12.3257 Z M17.7181,11.0407 C17.7181,7.6867 20.4471,4.9587 23.8011,4.9587 L24.1991,4.9587 C27.5531,4.9587 30.2811,7.6867 30.2811,11.0407 L30.2811,11.3257 L25.5611,11.3257 C23.8601,11.3257 22.4761,9.9417 22.4761,8.2407 L22.4761,8.0277 L21.4761,8.0277 L21.4761,8.2947 C21.4761,9.9657 20.1171,11.3257 18.4461,11.3257 L17.7181,11.3257 L17.7181,11.0407 Z M31.5811,12.3257 L31.8431,12.3257 C32.2821,12.3257 32.6391,12.6827 32.6391,13.1207 C32.6391,13.5597 32.2821,13.9167 31.8431,13.9167 L31.5811,13.9167 L31.5811,12.3257 Z M16.1571,14.9167 L16.4481,14.9167 C16.7421,18.7197 19.9231,21.7267 23.8011,21.7267 L24.1991,21.7267 C28.0761,21.7267 31.2581,18.7197 31.5521,14.9167 L31.8431,14.9167 C32.8331,14.9167 33.6391,14.1107 33.6391,13.1207 C33.6391,12.1307 32.8331,11.3257 31.8431,11.3257 L31.5811,11.3257 L31.5811,11.0407 C31.5811,6.9697 28.2691,3.6587 24.1991,3.6587 L23.8011,3.6587 C19.7301,3.6587 16.4181,6.9697 16.4181,11.0407 L16.4181,11.3257 L16.1571,11.3257 C15.1661,11.3257 14.3611,12.1307 14.3611,13.1207 C14.3611,14.1107 15.1661,14.9167 16.1571,14.9167 L16.1571,14.9167 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.9614,19.2742 C24.9824,19.2742 25.8104,18.4462 25.8104,17.4262 L22.1124,17.4262 C22.1124,18.4462 22.9404,19.2742 23.9614,19.2742 L23.9614,19.2742 Z M15.3614,13.1212 C15.3614,13.5602 15.7184,13.9172 16.1574,13.9172 L16.4184,13.9172 L16.4184,12.3252 L16.1574,12.3252 C15.7184,12.3252 15.3614,12.6822 15.3614,13.1212 L15.3614,13.1212 Z M17.7184,14.3442 C17.7184,17.6982 20.4474,20.4262 23.8014,20.4262 L24.1984,20.4262 C27.5524,20.4262 30.2814,17.6982 30.2814,14.3442 L30.2814,12.3252 L25.5614,12.3252 C24.0254,12.3252 22.6854,11.4742 21.9874,10.2182 C21.3034,11.4722 19.9724,12.3252 18.4464,12.3252 L17.7184,12.3252 L17.7184,14.3442 Z M17.7184,11.3252 L18.4464,11.3252 C20.1174,11.3252 21.4764,9.9662 21.4764,8.2952 L21.4764,8.0272 L22.4764,8.0272 L22.4764,8.2412 C22.4764,9.9412 23.8604,11.3252 25.5614,11.3252 L30.2814,11.3252 L30.2814,11.0412 C30.2814,7.6872 27.5524,4.9582 24.1984,4.9582 L23.8014,4.9582 C20.4474,4.9582 17.7184,7.6872 17.7184,11.0412 L17.7184,11.3252 Z M31.5814,13.9172 L31.8424,13.9172 C32.2814,13.9172 32.6384,13.5602 32.6384,13.1212 C32.6384,12.6822 32.2814,12.3252 31.8424,12.3252 L31.5814,12.3252 L31.5814,13.9172 Z M14.3614,13.1212 C14.3614,12.1302 15.1674,11.3252 16.1574,11.3252 L16.4184,11.3252 L16.4184,11.0412 C16.4184,6.9702 19.7304,3.6582 23.8014,3.6582 L24.1984,3.6582 C28.2694,3.6582 31.5814,6.9702 31.5814,11.0412 L31.5814,11.3252 L31.8424,11.3252 C32.8334,11.3252 33.6384,12.1302 33.6384,13.1212 C33.6384,14.1112 32.8334,14.9172 31.8424,14.9172 L31.5524,14.9172 C31.2584,18.7202 28.0764,21.7262 24.1984,21.7262 L23.8014,21.7262 C19.9234,21.7262 16.7414,18.7202 16.4474,14.9172 L16.1574,14.9172 C15.1674,14.9172 14.3614,14.1112 14.3614,13.1212 L14.3614,13.1212 Z M34.6364,32.2152 C34.6364,28.4022 32.1364,24.9892 28.5244,23.8262 C25.7294,25.2182 22.2704,25.2182 19.4754,23.8262 C15.8634,24.9892 13.3634,28.4022 13.3634,32.2152 L13.3634,40.6762 L16.5874,40.6762 L16.5874,33.7292 L17.4884,33.7292 L17.4884,40.6762 L30.5114,40.6762 L30.5114,33.7292 L31.4124,33.7292 L31.4124,40.6762 L34.6364,40.6762 L34.6364,32.2152 Z M35.9364,32.2152 L35.9364,41.9762 L12.0634,41.9762 L12.0634,32.2152 C12.0634,27.7422 15.0624,23.7482 19.3564,22.5032 L19.6104,22.4292 L19.8434,22.5532 C22.3864,23.9082 25.6134,23.9082 28.1564,22.5532 L28.3894,22.4292 L28.6434,22.5032 C32.9374,23.7482 35.9364,27.7422 35.9364,32.2152 L35.9364,32.2152 Z M21.3884,15.1502 C21.6664,15.1502 21.8914,14.9252 21.8914,14.6482 C21.8914,14.3702 21.6664,14.1462 21.3884,14.1462 C21.1114,14.1462 20.8864,14.3702 20.8864,14.6482 C20.8864,14.9252 21.1114,15.1502 21.3884,15.1502 L21.3884,15.1502 Z M26.1794,14.6482 C26.1794,14.3702 26.4044,14.1462 26.6824,14.1462 C26.9594,14.1462 27.1844,14.3702 27.1844,14.6482 C27.1844,14.9252 26.9594,15.1502 26.6824,15.1502 C26.4044,15.1502 26.1794,14.9252 26.1794,14.6482 L26.1794,14.6482 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.9962105,15.132 L18.5444211,15.132 C20.0122105,15.132 21.3006316,14.3564211 22.0231579,13.1930526 C22.7595789,14.3576842 24.0581053,15.132 25.5334737,15.132 L30.0037895,15.132 L30.0037895,16.98 C30.0037895,20.1821053 27.3966316,22.7892632 24.1945263,22.7892632 L23.8054737,22.7892632 C20.6021053,22.7892632 17.9962105,20.1821053 17.9962105,16.98 L17.9962105,15.132 Z M17.9962105,13.7349474 C17.9962105,10.5315789 20.6021053,7.92694737 23.8054737,7.92694737 L24.1945263,7.92694737 C27.3966316,7.92694737 30.0037895,10.5315789 30.0037895,13.7349474 L30.0037895,13.8789474 L25.5334737,13.8789474 C23.9368421,13.8789474 22.6395789,12.5804211 22.6395789,10.9850526 L22.6395789,10.7753684 L21.3865263,10.7753684 L21.3865263,11.0368421 C21.3865263,12.6031579 20.1107368,13.8789474 18.5444211,13.8789474 L17.9962105,13.8789474 L17.9962105,13.7349474 Z M23.8054737,24.3997895 L24.1945263,24.3997895 C28.2858947,24.3997895 31.6143158,21.0713684 31.6143158,16.98 L31.6143158,13.7349474 C31.6143158,9.64357895 28.2858947,6.31642105 24.1945263,6.31642105 L23.8054737,6.31642105 C19.7128421,6.31642105 16.3856842,9.64357895 16.3856842,13.7349474 L16.3856842,16.98 C16.3856842,21.0713684 19.7128421,24.3997895 23.8054737,24.3997895 L23.8054737,24.3997895 Z M34.2821053,40.9357895 L13.7178947,40.9357895 L13.7178947,34.5353684 C13.7178947,30.8848421 16.0976842,27.6145263 19.5423158,26.4738947 C22.3048421,27.8267368 25.6951579,27.8267368 28.4576842,26.4738947 C31.9023158,27.6145263 34.2821053,30.8848421 34.2821053,34.5353684 L34.2821053,40.9357895 Z M28.608,24.8355789 L28.2934737,24.7433684 L28.0054737,24.8962105 C25.5524211,26.2023158 22.4463158,26.2023158 19.9945263,24.8962105 L19.7065263,24.7433684 L19.3907368,24.8355789 C15.1023158,26.0785263 12.1073684,30.0675789 12.1073684,34.5353684 L12.1073684,42.5463158 L35.8926316,42.5463158 L35.8926316,34.5353684 C35.8926316,30.0675789 32.8976842,26.0785263 28.608,24.8355789 L28.608,24.8355789 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.9968421,15.132 L18.5450526,15.132 C20.0115789,15.132 21.3,14.3564211 22.0237895,13.1930526 C22.7602105,14.3576842 24.0574737,15.132 25.5341053,15.132 L30.0044211,15.132 L30.0044211,16.98 C30.0044211,20.1821053 27.3972632,22.7892632 24.1951579,22.7892632 L23.8048421,22.7892632 C20.6027368,22.7892632 17.9968421,20.1821053 17.9968421,16.98 L17.9968421,15.132 Z M17.9968421,13.7349474 C17.9968421,10.5315789 20.6027368,7.92694737 23.8048421,7.92694737 L24.1951579,7.92694737 C27.3972632,7.92694737 30.0044211,10.5315789 30.0044211,13.7349474 L30.0044211,13.8789474 L25.5341053,13.8789474 C23.9374737,13.8789474 22.6389474,12.5804211 22.6389474,10.9850526 L22.6389474,10.7753684 L21.3858947,10.7753684 L21.3858947,11.0368421 C21.3858947,12.6031579 20.1113684,13.8789474 18.5450526,13.8789474 L17.9968421,13.8789474 L17.9968421,13.7349474 Z M23.8048421,24.3997895 L24.1951579,24.3997895 C28.2865263,24.3997895 31.6149474,21.0713684 31.6149474,16.98 L31.6149474,13.7349474 C31.6149474,9.64357895 28.2865263,6.31642105 24.1951579,6.31642105 L23.8048421,6.31642105 C19.7134737,6.31642105 16.3863158,9.64357895 16.3863158,13.7349474 L16.3863158,16.98 C16.3863158,21.0713684 19.7134737,24.3997895 23.8048421,24.3997895 L23.8048421,24.3997895 Z M24.0271579,20.7037895 C24.9025263,20.7037895 25.6124211,19.9938947 25.6124211,19.1185263 L22.4418947,19.1185263 C22.4418947,19.9938947 23.1517895,20.7037895 24.0271579,20.7037895 L24.0271579,20.7037895 Z M21.4351579,17.772 C21.708,17.772 21.9290526,17.5509474 21.9290526,17.2781053 C21.9290526,17.0052632 21.708,16.7842105 21.4351579,16.7842105 C21.1623158,16.7842105 20.9412632,17.0052632 20.9412632,17.2781053 C20.9412632,17.5509474 21.1623158,17.772 21.4351579,17.772 L21.4351579,17.772 Z M34.2827368,40.9357895 L13.7172632,40.9357895 L13.7172632,34.5353684 C13.7172632,30.8848421 16.0970526,27.6145263 19.5429474,26.4738947 C22.3054737,27.8267368 25.6970526,27.8267368 28.4570526,26.4738947 C31.9029474,27.6145263 34.2827368,30.8848421 34.2827368,34.5353684 L34.2827368,40.9357895 Z M28.6073684,24.8355789 L28.2928421,24.7433684 L28.0048421,24.8974737 C25.5555789,26.1997895 22.4482105,26.2035789 19.9951579,24.8962105 L19.7071579,24.7433684 L19.3913684,24.8355789 C15.1029474,26.0785263 12.1067368,30.0675789 12.1067368,34.5353684 L12.1067368,42.5463158 L35.8932632,42.5463158 L35.8932632,34.5353684 C35.8932632,30.0663158 32.8970526,26.0785263 28.6073684,24.8355789 L28.6073684,24.8355789 Z M26.6343158,17.772 C26.9071579,17.772 27.1282105,17.5509474 27.1282105,17.2781053 C27.1282105,17.0052632 26.9071579,16.7842105 26.6343158,16.7842105 C26.3627368,16.7842105 26.1416842,17.0052632 26.1416842,17.2781053 C26.1416842,17.5509474 26.3627368,17.772 26.6343158,17.772 L26.6343158,17.772 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Avatar;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst AwakePersonOnPillow = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M12.8962,24.8521 L12.8962,27.3921 L12.3762,27.3921 C11.6762,27.3921 11.1062,26.8231 11.1062,26.1221 C11.1062,25.4211 11.6762,24.8521 12.3762,24.8521 L12.8962,24.8521 Z M35.1042,27.3921 L35.1042,24.8521 L35.6232,24.8521 C36.3242,24.8521 36.8942,25.4211 36.8942,26.1221 C36.8942,26.8231 36.3242,27.3921 35.6232,27.3921 L35.1042,27.3921 Z M42.2472,33.9351 C41.8342,34.4661 41.1272,34.6811 40.4882,34.4741 L37.1342,33.3731 L36.9722,33.4031 C36.9572,33.4061 35.6412,33.6391 33.1172,33.8521 C34.1232,32.3571 34.7492,30.5921 34.8842,28.6931 L35.6232,28.6931 C37.0412,28.6931 38.1942,27.5401 38.1942,26.1221 C38.1942,24.7051 37.0412,23.5511 35.6232,23.5511 L34.9222,23.5511 L34.9222,23.0391 C34.9222,17.1781 30.1552,12.4111 24.2942,12.4111 L23.7052,12.4111 C17.8452,12.4111 13.0782,17.1781 13.0782,23.0391 L13.0782,23.5511 L12.3762,23.5511 C10.9592,23.5511 9.8062,24.7051 9.8062,26.1221 C9.8062,27.5401 10.9592,28.6931 12.3762,28.6931 L13.1162,28.6931 C13.2512,30.5921 13.8772,32.3581 14.8832,33.8521 C12.3572,33.6401 11.0422,33.4061 11.0282,33.4031 L10.8652,33.3731 L7.5122,34.4731 C6.8722,34.6851 6.1662,34.4661 5.7522,33.9351 C5.3132,33.3691 5.3062,32.5731 5.7362,31.9981 L7.6262,29.4761 L7.6262,15.8151 L5.7362,13.2911 C5.3062,12.7181 5.3132,11.9211 5.7522,11.3551 C6.1662,10.8251 6.8732,10.6101 7.5112,10.8171 L10.8652,11.9171 L11.0282,11.8881 C11.0712,11.8801 15.4982,11.0921 24.0002,11.0921 C32.5012,11.0921 36.9282,11.8801 36.9722,11.8881 L37.1352,11.9171 L40.4882,10.8171 C41.1272,10.6101 41.8342,10.8251 42.2472,11.3551 C42.6872,11.9211 42.6932,12.7181 42.2642,13.2911 L40.3742,15.8151 L40.3742,29.4761 L42.2642,31.9981 C42.6932,32.5731 42.6872,33.3691 42.2472,33.9351 L42.2472,33.9351 Z M20.3512,18.5741 L20.3512,18.9691 C20.3512,21.4961 18.2962,23.5511 15.7692,23.5511 L14.3772,23.5511 L14.3772,23.0391 C14.3772,17.8951 18.5622,13.7111 23.7052,13.7111 L24.2942,13.7111 C29.4382,13.7111 33.6222,17.8951 33.6222,23.0391 L33.6222,23.5511 L26.3132,23.5511 C23.7432,23.5511 21.6512,21.4601 21.6512,18.8891 L21.6512,18.5741 L20.3512,18.5741 Z M24.2942,37.2611 L23.7052,37.2611 C18.5622,37.2611 14.3772,33.0781 14.3772,27.9341 L14.3772,24.8521 L15.7692,24.8521 C18.0582,24.8521 20.0452,23.5391 21.0172,21.6251 C22.0102,23.5401 24.0112,24.8521 26.3132,24.8521 L33.6222,24.8521 L33.6222,27.9341 C33.6222,33.0781 29.4382,37.2611 24.2942,37.2611 L24.2942,37.2611 Z M41.6742,29.0421 L41.6742,16.2481 L43.3042,14.0711 C44.0842,13.0311 44.0712,11.5851 43.2732,10.5581 C42.5242,9.5941 41.2432,9.2001 40.0832,9.5821 L37.0402,10.5811 C36.1502,10.4341 31.8152,9.7911 24.0002,9.7911 C16.1842,9.7911 11.8492,10.4341 10.9602,10.5811 L7.9172,9.5821 C6.7582,9.2001 5.4752,9.5941 4.7262,10.5581 C3.9282,11.5851 3.9162,13.0311 4.6952,14.0711 L6.3262,16.2481 L6.3262,29.0421 L4.6952,31.2191 C3.9162,32.2611 3.9282,33.7061 4.7262,34.7321 C5.4742,35.6971 6.7562,36.0891 7.9172,35.7081 L10.9602,34.7101 C11.4722,34.7941 13.1552,35.0441 16.0082,35.2421 C17.9462,37.2821 20.6762,38.5621 23.7052,38.5621 L24.2942,38.5621 C27.3242,38.5621 30.0542,37.2821 31.9912,35.2421 C34.8432,35.0441 36.5282,34.7941 37.0392,34.7101 L40.0832,35.7091 C40.3782,35.8051 40.6812,35.8521 40.9812,35.8521 C41.8612,35.8521 42.7162,35.4511 43.2732,34.7321 C44.0712,33.7061 44.0842,32.2611 43.3042,31.2191 L41.6742,29.0421 Z M28.7252,30.0371 C27.8142,30.0371 27.0732,29.2951 27.0732,28.3841 C27.0732,27.4741 27.8142,26.7331 28.7252,26.7331 C29.6352,26.7331 30.3762,27.4741 30.3762,28.3841 C30.3762,29.2951 29.6352,30.0371 28.7252,30.0371 L28.7252,30.0371 Z M28.7252,25.7331 C27.2622,25.7331 26.0732,26.9221 26.0732,28.3841 C26.0732,29.8471 27.2622,31.0371 28.7252,31.0371 C30.1872,31.0371 31.3762,29.8471 31.3762,28.3841 C31.3762,26.9221 30.1872,25.7331 28.7252,25.7331 L28.7252,25.7331 Z M28.7252,27.6401 C28.3132,27.6401 27.9802,27.9731 27.9802,28.3841 C27.9802,28.7961 28.3132,29.1291 28.7252,29.1291 C29.1362,29.1291 29.4692,28.7961 29.4692,28.3841 C29.4692,27.9731 29.1362,27.6401 28.7252,27.6401 L28.7252,27.6401 Z M19.3802,27.6401 C18.9692,27.6401 18.6352,27.9731 18.6352,28.3841 C18.6352,28.7961 18.9692,29.1291 19.3802,29.1291 C19.7912,29.1291 20.1252,28.7961 20.1252,28.3841 C20.1252,27.9731 19.7912,27.6401 19.3802,27.6401 L19.3802,27.6401 Z M21.7272,32.8671 L21.0972,33.0531 L21.3812,34.0121 L22.0112,33.8261 C23.3182,33.4411 24.6992,33.4411 26.0052,33.8261 L26.6352,34.0121 L26.9192,33.0531 L26.2892,32.8671 C24.7972,32.4251 23.2192,32.4271 21.7272,32.8671 L21.7272,32.8671 Z M19.3802,30.0371 C18.4692,30.0371 17.7282,29.2951 17.7282,28.3841 C17.7282,27.4741 18.4692,26.7331 19.3802,26.7331 C20.2912,26.7331 21.0322,27.4741 21.0322,28.3841 C21.0322,29.2951 20.2912,30.0371 19.3802,30.0371 L19.3802,30.0371 Z M22.0322,28.3841 C22.0322,26.9221 20.8422,25.7331 19.3802,25.7331 C17.9172,25.7331 16.7282,26.9221 16.7282,28.3841 C16.7282,29.8471 17.9172,31.0371 19.3802,31.0371 C20.8422,31.0371 22.0322,29.8471 22.0322,28.3841 L22.0322,28.3841 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.7284,28.3784 C17.7314,27.4714 18.4714,26.7324 19.3794,26.7324 C20.2894,26.7324 21.0284,27.4714 21.0314,28.3784 L17.7284,28.3784 Z M19.3794,30.0364 C18.8434,30.0364 18.3714,29.7754 18.0694,29.3784 L20.6904,29.3784 C20.3894,29.7754 19.9164,30.0364 19.3794,30.0364 L19.3794,30.0364 Z M22.0324,28.3844 C22.0324,26.9224 20.8424,25.7324 19.3794,25.7324 C17.9174,25.7324 16.7284,26.9224 16.7284,28.3844 C16.7284,29.8474 17.9174,31.0364 19.3794,31.0364 C20.8424,31.0364 22.0324,29.8474 22.0324,28.3844 L22.0324,28.3844 Z M27.0734,28.3784 C27.0764,27.4714 27.8154,26.7324 28.7244,26.7324 C29.6334,26.7324 30.3734,27.4714 30.3754,28.3784 L27.0734,28.3784 Z M28.7244,30.0364 C28.1884,30.0364 27.7154,29.7754 27.4144,29.3784 L30.0354,29.3784 C29.7334,29.7754 29.2614,30.0364 28.7244,30.0364 L28.7244,30.0364 Z M28.7244,25.7324 C27.2624,25.7324 26.0724,26.9224 26.0724,28.3844 C26.0724,29.8474 27.2624,31.0364 28.7244,31.0364 C30.1864,31.0364 31.3764,29.8474 31.3764,28.3844 C31.3764,26.9224 30.1864,25.7324 28.7244,25.7324 L28.7244,25.7324 Z M21.7274,32.8664 L21.0974,33.0534 L21.3814,34.0124 L22.0104,33.8254 C23.3174,33.4404 24.6994,33.4404 26.0054,33.8254 L26.6354,34.0124 L26.9194,33.0534 L26.2894,32.8664 C24.7974,32.4254 23.2194,32.4274 21.7274,32.8664 L21.7274,32.8664 Z M12.8964,24.8524 L12.8964,27.3924 L12.3764,27.3924 C11.6764,27.3924 11.1064,26.8224 11.1064,26.1214 C11.1064,25.4214 11.6764,24.8524 12.3764,24.8524 L12.8964,24.8524 Z M35.1034,27.3924 L35.1034,24.8524 L35.6234,24.8524 C36.3244,24.8524 36.8934,25.4214 36.8934,26.1214 C36.8934,26.8224 36.3244,27.3924 35.6234,27.3924 L35.1034,27.3924 Z M42.2474,33.9354 C41.8344,34.4664 41.1274,34.6814 40.4884,34.4744 L37.1344,33.3734 L36.9724,33.4024 C36.9574,33.4054 35.6414,33.6394 33.1174,33.8524 C34.1234,32.3574 34.7494,30.5924 34.8834,28.6924 L35.6234,28.6924 C37.0404,28.6924 38.1934,27.5394 38.1934,26.1214 C38.1934,24.7044 37.0404,23.5514 35.6234,23.5514 L34.9224,23.5514 L34.9224,23.0384 C34.9224,17.1784 30.1544,12.4104 24.2944,12.4104 L23.7054,12.4104 C17.8454,12.4104 13.0774,17.1784 13.0774,23.0384 L13.0774,23.5514 L12.3764,23.5514 C10.9594,23.5514 9.8064,24.7044 9.8064,26.1214 C9.8064,27.5394 10.9594,28.6924 12.3764,28.6924 L13.1164,28.6924 C13.2514,30.5924 13.8764,32.3574 14.8824,33.8524 C12.3564,33.6404 11.0424,33.4054 11.0274,33.4024 L10.8654,33.3734 L7.5124,34.4734 C6.8724,34.6854 6.1654,34.4664 5.7524,33.9354 C5.3134,33.3684 5.3064,32.5724 5.7364,31.9984 L7.6254,29.4764 L7.6254,15.8154 L5.7364,13.2914 C5.3064,12.7184 5.3134,11.9214 5.7524,11.3554 C6.1654,10.8244 6.8734,10.6094 7.5114,10.8164 L10.8654,11.9174 L11.0274,11.8884 C11.0714,11.8804 15.4984,11.0924 23.9994,11.0924 C32.5014,11.0924 36.9284,11.8804 36.9724,11.8884 L37.1344,11.9174 L40.4884,10.8164 C41.1274,10.6094 41.8344,10.8244 42.2474,11.3554 C42.6864,11.9214 42.6934,12.7184 42.2634,13.2914 L40.3744,15.8154 L40.3744,29.4764 L42.2634,31.9984 C42.6934,32.5724 42.6864,33.3684 42.2474,33.9354 L42.2474,33.9354 Z M20.3514,18.5734 L20.3514,18.9694 C20.3514,21.4954 18.2954,23.5514 15.7694,23.5514 L14.3774,23.5514 L14.3774,23.0384 C14.3774,17.8954 18.5614,13.7114 23.7054,13.7114 L24.2944,13.7114 C29.4374,13.7114 33.6224,17.8954 33.6224,23.0384 L33.6224,23.5514 L26.3134,23.5514 C23.7434,23.5514 21.6514,21.4604 21.6514,18.8894 L21.6514,18.5734 L20.3514,18.5734 Z M24.2944,37.2614 L23.7054,37.2614 C18.5614,37.2614 14.3774,33.0774 14.3774,27.9344 L14.3774,24.8524 L15.7694,24.8524 C18.0574,24.8524 20.0444,23.5384 21.0174,21.6254 C22.0104,23.5404 24.0114,24.8524 26.3134,24.8524 L33.6224,24.8524 L33.6224,27.9344 C33.6224,33.0774 29.4374,37.2614 24.2944,37.2614 L24.2944,37.2614 Z M41.6734,29.0424 L41.6734,16.2484 L43.3044,14.0704 C44.0834,13.0304 44.0714,11.5854 43.2734,10.5584 C42.5244,9.5944 41.2424,9.1994 40.0824,9.5824 L37.0404,10.5804 C36.1504,10.4344 31.8154,9.7914 23.9994,9.7914 C16.1844,9.7914 11.8494,10.4344 10.9604,10.5804 L7.9164,9.5824 C6.7584,9.1994 5.4754,9.5944 4.7264,10.5584 C3.9284,11.5854 3.9154,13.0304 4.6954,14.0704 L6.3264,16.2484 L6.3264,29.0424 L4.6954,31.2194 C3.9154,32.2614 3.9284,33.7054 4.7264,34.7324 C5.4744,35.6964 6.7564,36.0894 7.9164,35.7084 L10.9604,34.7104 C11.4724,34.7944 13.1554,35.0444 16.0084,35.2414 C17.9464,37.2814 20.6764,38.5624 23.7054,38.5624 L24.2944,38.5624 C27.3234,38.5624 30.0534,37.2814 31.9914,35.2414 C34.8434,35.0444 36.5284,34.7944 37.0394,34.7104 L40.0834,35.7094 C40.3784,35.8054 40.6814,35.8524 40.9804,35.8524 C41.8604,35.8524 42.7154,35.4504 43.2734,34.7324 C44.0714,33.7054 44.0834,32.2614 43.3044,31.2194 L41.6734,29.0424 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default AwakePersonOnPillow;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Baby = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8752,19.3042 C22.8922,19.3042 22.0922,18.5042 22.0922,17.5212 C22.0922,16.5382 22.8922,15.7392 23.8752,15.7392 C24.8582,15.7392 25.6582,16.5382 25.6582,17.5212 C25.6582,18.5042 24.8582,19.3042 23.8752,19.3042 L23.8752,19.3042 Z M23.8752,14.8392 C22.3962,14.8392 21.1922,16.0422 21.1922,17.5212 C21.1922,19.0012 22.3962,20.2042 23.8752,20.2042 C25.3542,20.2042 26.5582,19.0012 26.5582,17.5212 C26.5582,16.0422 25.3542,14.8392 23.8752,14.8392 L23.8752,14.8392 Z M27.6812,14.3592 C27.4162,14.3592 27.2012,14.5742 27.2012,14.8392 C27.2012,15.1052 27.4162,15.3202 27.6812,15.3202 C27.9472,15.3202 28.1622,15.1052 28.1622,14.8392 C28.1622,14.5742 27.9472,14.3592 27.6812,14.3592 L27.6812,14.3592 Z M30.6212,16.2152 C30.6212,19.9342 27.5952,22.9612 23.8752,22.9612 C20.1552,22.9612 17.1292,19.9342 17.1292,16.2152 C17.1292,13.7872 18.4222,11.6612 20.3522,10.4732 C21.1492,11.1952 23.6942,13.2212 27.1502,13.2212 C28.0282,13.2212 28.8932,13.0242 29.6652,12.7712 C30.2682,13.7812 30.6212,14.9562 30.6212,16.2152 L30.6212,16.2152 Z M23.8752,9.4692 C25.9972,9.4692 27.8912,10.4562 29.1292,11.9932 C28.5012,12.1812 27.8262,12.3202 27.1502,12.3202 C24.3432,12.3202 22.1372,10.7872 21.2092,10.0202 C22.0272,9.6672 22.9282,9.4692 23.8752,9.4692 L23.8752,9.4692 Z M23.8752,8.5692 C19.6592,8.5692 16.2292,11.9992 16.2292,16.2152 C16.2292,20.4312 19.6592,23.8612 23.8752,23.8612 C28.0912,23.8612 31.5212,20.4312 31.5212,16.2152 C31.5212,14.8472 31.1552,13.5662 30.5242,12.4542 C31.5632,12.0202 32.2882,11.5572 32.3442,11.5212 L31.8522,10.7682 C31.8382,10.7772 31.0782,11.2582 30.0192,11.6832 C28.6252,9.7992 26.3942,8.5692 23.8752,8.5692 L23.8752,8.5692 Z M23.8752,16.5832 C23.3562,16.5832 22.9372,17.0032 22.9372,17.5212 C22.9372,18.0392 23.3562,18.4592 23.8752,18.4592 C24.3932,18.4592 24.8132,18.0392 24.8132,17.5212 C24.8132,17.0032 24.3932,16.5832 23.8752,16.5832 L23.8752,16.5832 Z M34.1422,22.4552 L23.9572,26.7162 L13.6082,23.3882 L13.6082,16.3622 C13.6082,10.7002 18.2142,6.0952 23.8752,6.0952 C29.5362,6.0952 34.1422,10.7002 34.1422,16.3622 L34.1422,22.4552 Z M34.1422,31.3882 C34.1422,37.0492 29.5362,41.6552 23.8752,41.6552 C18.4232,41.6552 13.9622,37.3802 13.6402,32.0082 L34.1422,23.4312 L34.1422,31.3882 Z M13.6082,24.3342 L22.6802,27.2502 L13.6082,31.0452 L13.6082,24.3342 Z M23.8752,4.7952 C17.4972,4.7952 12.3082,9.9842 12.3082,16.3622 L12.3082,31.3882 C12.3082,37.7662 17.4972,42.9552 23.8752,42.9552 C30.2532,42.9552 35.4412,37.7662 35.4412,31.3882 L35.4412,16.3622 C35.4412,9.9842 30.2532,4.7952 23.8752,4.7952 L23.8752,4.7952 Z M20.0822,14.3592 C19.8172,14.3592 19.6022,14.5742 19.6022,14.8392 C19.6022,15.1052 19.8172,15.3202 20.0822,15.3202 C20.3482,15.3202 20.5622,15.1052 20.5622,14.8392 C20.5622,14.5742 20.3482,14.3592 20.0822,14.3592 L20.0822,14.3592 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.0824,14.3589 C19.8174,14.3589 19.6024,14.5739 19.6024,14.8389 C19.6024,15.1049 19.8174,15.3199 20.0824,15.3199 C20.3474,15.3199 20.5624,15.1049 20.5624,14.8389 C20.5624,14.5739 20.3474,14.3589 20.0824,14.3589 L20.0824,14.3589 Z M23.8744,18.4319 C24.8954,18.4319 25.7234,17.6049 25.7234,16.5839 L22.0264,16.5839 C22.0264,17.6049 22.8534,18.4319 23.8744,18.4319 L23.8744,18.4319 Z M27.6814,14.3589 C27.4164,14.3589 27.2014,14.5739 27.2014,14.8389 C27.2014,15.1049 27.4164,15.3199 27.6814,15.3199 C27.9464,15.3199 28.1624,15.1049 28.1624,14.8389 C28.1624,14.5739 27.9464,14.3589 27.6814,14.3589 L27.6814,14.3589 Z M30.6214,16.2149 C30.6214,19.9349 27.5944,22.9609 23.8744,22.9609 C20.1554,22.9609 17.1284,19.9349 17.1284,16.2149 C17.1284,13.7869 18.4224,11.6619 20.3524,10.4729 C21.1494,11.1949 23.6944,13.2209 27.1504,13.2209 C28.0274,13.2209 28.8934,13.0249 29.6654,12.7709 C30.2684,13.7809 30.6214,14.9559 30.6214,16.2149 L30.6214,16.2149 Z M23.8744,9.4689 C25.9974,9.4689 27.8914,10.4569 29.1284,11.9939 C28.5014,12.1809 27.8264,12.3199 27.1504,12.3199 C24.3424,12.3199 22.1364,10.7879 21.2084,10.0209 C22.0274,9.6669 22.9284,9.4689 23.8744,9.4689 L23.8744,9.4689 Z M23.8744,8.5689 C19.6594,8.5689 16.2284,11.9989 16.2284,16.2149 C16.2284,20.4309 19.6594,23.8609 23.8744,23.8609 C28.0914,23.8609 31.5204,20.4309 31.5204,16.2149 C31.5204,14.8479 31.1554,13.5659 30.5244,12.4539 C31.5634,12.0199 32.2884,11.5579 32.3444,11.5219 L31.8514,10.7689 C31.8384,10.7769 31.0784,11.2579 30.0194,11.6839 C28.6254,9.7989 26.3944,8.5689 23.8744,8.5689 L23.8744,8.5689 Z M34.1424,22.4559 L23.9574,26.7159 L13.6084,23.3889 L13.6084,16.3619 C13.6084,10.7009 18.2134,6.0949 23.8744,6.0949 C29.5364,6.0949 34.1424,10.7009 34.1424,16.3619 L34.1424,22.4559 Z M34.1424,31.3879 C34.1424,37.0489 29.5364,41.6549 23.8744,41.6549 C18.4234,41.6549 13.9624,37.3799 13.6394,32.0079 L34.1424,23.4309 L34.1424,31.3879 Z M13.6084,24.3339 L22.6804,27.2509 L13.6084,31.0459 L13.6084,24.3339 Z M23.8744,4.7949 C17.4974,4.7949 12.3084,9.9839 12.3084,16.3619 L12.3084,31.3879 C12.3084,37.7659 17.4974,42.9549 23.8744,42.9549 C30.2524,42.9549 35.4414,37.7659 35.4414,31.3879 L35.4414,16.3619 C35.4414,9.9839 30.2524,4.7949 23.8744,4.7949 L23.8744,4.7949 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Baby;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst BandAid = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.749,24.8778 C27.261,24.8778 26.864,24.4808 26.864,23.9928 C26.864,23.5048 27.261,23.1078 27.749,23.1078 C28.237,23.1078 28.634,23.5048 28.634,23.9928 C28.634,24.4808 28.237,24.8778 27.749,24.8778 L27.749,24.8778 Z M27.749,22.0578 C26.682,22.0578 25.813,22.9258 25.813,23.9928 C25.813,25.0598 26.682,25.9278 27.749,25.9278 C28.816,25.9278 29.684,25.0598 29.684,23.9928 C29.684,22.9258 28.816,22.0578 27.749,22.0578 L27.749,22.0578 Z M23.68,19.0388 C24.168,19.0388 24.565,19.4358 24.565,19.9238 C24.565,20.4118 24.168,20.8088 23.68,20.8088 C23.192,20.8088 22.795,20.4118 22.795,19.9238 C22.795,19.4358 23.192,19.0388 23.68,19.0388 L23.68,19.0388 Z M23.68,21.8588 C24.747,21.8588 25.615,20.9908 25.615,19.9238 C25.615,18.8568 24.747,17.9888 23.68,17.9888 C22.613,17.9888 21.745,18.8568 21.745,19.9238 C21.745,20.9908 22.613,21.8588 23.68,21.8588 L23.68,21.8588 Z M37.714,31.2138 L31.214,37.7138 C30.562,38.3648 29.426,38.3648 28.775,37.7138 L18.344,27.2828 L17.425,28.2018 L22.956,33.7328 L18.975,37.7138 C18.303,38.3858 17.209,38.3858 16.536,37.7138 L10.036,31.2138 C9.364,30.5418 9.364,29.4468 10.038,28.7738 L14.922,23.8608 L10.036,18.9748 C9.364,18.3028 9.364,17.2088 10.036,16.5358 L16.536,10.0358 C17.208,9.3638 18.302,9.3628 18.978,10.0398 L28.036,18.9768 L28.949,18.0508 L24.827,13.9838 L26.81,12.0018 L28.884,14.0768 C29.191,14.3828 29.594,14.5368 29.997,14.5368 C30.399,14.5368 30.802,14.3828 31.109,14.0768 L33.182,12.0038 L37.714,16.5358 C38.386,17.2088 38.386,18.3028 37.714,18.9748 L33.733,22.9558 L33.15,22.3738 L32.231,23.2928 L37.714,28.7748 C38.386,29.4468 38.386,30.5418 37.714,31.2138 L37.714,31.2138 Z M31.615,11.7318 L30.19,13.1568 C30.083,13.2648 29.91,13.2648 29.803,13.1578 L28.378,11.7318 L31.615,11.7318 Z M34.652,23.8748 L38.633,19.8938 C39.812,18.7148 39.812,16.7958 38.633,15.6168 L33.449,10.4328 L26.54,10.4328 L23.902,13.0708 L19.895,9.1168 C18.752,7.9748 16.76,7.9748 15.617,9.1168 L9.117,15.6168 C7.938,16.7958 7.938,18.7148 9.117,19.8938 L13.086,23.8638 L9.117,27.8558 C7.938,29.0348 7.938,30.9538 9.117,32.1328 L15.617,38.6328 C16.188,39.2038 16.948,39.5188 17.756,39.5188 C18.563,39.5188 19.323,39.2038 19.895,38.6328 L23.875,34.6518 L27.856,38.6328 C28.427,39.2038 29.186,39.5188 29.994,39.5188 C30.802,39.5188 31.562,39.2038 32.133,38.6328 L38.633,32.1328 C39.812,30.9538 39.812,29.0348 38.633,27.8558 L34.652,23.8748 Z M23.881,28.8288 C23.393,28.8288 22.996,28.4318 22.996,27.9438 C22.996,27.4558 23.393,27.0588 23.881,27.0588 C24.369,27.0588 24.766,27.4558 24.766,27.9438 C24.766,28.4318 24.369,28.8288 23.881,28.8288 L23.881,28.8288 Z M23.881,26.0088 C22.814,26.0088 21.946,26.8768 21.946,27.9438 C21.946,29.0108 22.814,29.8788 23.881,29.8788 C24.948,29.8788 25.816,29.0108 25.816,27.9438 C25.816,26.8768 24.948,26.0088 23.881,26.0088 L23.881,26.0088 Z M19.812,24.7598 C19.324,24.7598 18.927,24.3628 18.927,23.8748 C18.927,23.3868 19.324,22.9898 19.812,22.9898 C20.3,22.9898 20.697,23.3868 20.697,23.8748 C20.697,24.3628 20.3,24.7598 19.812,24.7598 L19.812,24.7598 Z M19.812,21.9398 C18.745,21.9398 17.877,22.8078 17.877,23.8748 C17.877,24.9418 18.745,25.8098 19.812,25.8098 C20.879,25.8098 21.747,24.9418 21.747,23.8748 C21.747,22.8078 20.879,21.9398 19.812,21.9398 L19.812,21.9398 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8808,28.829 C23.3928,28.829 22.9958,28.432 22.9958,27.944 C22.9958,27.455 23.3928,27.058 23.8808,27.058 C24.3688,27.058 24.7658,27.455 24.7658,27.944 C24.7658,28.432 24.3688,28.829 23.8808,28.829 L23.8808,28.829 Z M23.8808,26.009 C22.8138,26.009 21.9458,26.877 21.9458,27.944 C21.9458,29.011 22.8138,29.879 23.8808,29.879 C24.9478,29.879 25.8168,29.011 25.8168,27.944 C25.8168,26.877 24.9478,26.009 23.8808,26.009 L23.8808,26.009 Z M19.8128,24.76 C19.3238,24.76 18.9268,24.363 18.9268,23.875 C18.9268,23.387 19.3238,22.99 19.8128,22.99 C20.2998,22.99 20.6968,23.387 20.6968,23.875 C20.6968,24.363 20.2998,24.76 19.8128,24.76 L19.8128,24.76 Z M19.8128,21.94 C18.7448,21.94 17.8768,22.808 17.8768,23.875 C17.8768,24.942 18.7448,25.81 19.8128,25.81 C20.8798,25.81 21.7468,24.942 21.7468,23.875 C21.7468,22.808 20.8798,21.94 19.8128,21.94 L19.8128,21.94 Z M27.7488,24.878 C27.2608,24.878 26.8638,24.481 26.8638,23.993 C26.8638,23.505 27.2608,23.108 27.7488,23.108 C28.2368,23.108 28.6338,23.505 28.6338,23.993 C28.6338,24.481 28.2368,24.878 27.7488,24.878 L27.7488,24.878 Z M27.7488,22.058 C26.6818,22.058 25.8138,22.926 25.8138,23.993 C25.8138,25.06 26.6818,25.928 27.7488,25.928 C28.8158,25.928 29.6838,25.06 29.6838,23.993 C29.6838,22.926 28.8158,22.058 27.7488,22.058 L27.7488,22.058 Z M37.7138,31.214 L31.2138,37.714 C30.5628,38.365 29.4258,38.365 28.7748,37.714 L18.3438,27.283 L17.4248,28.202 L22.9558,33.733 L18.9748,37.714 C18.3028,38.386 17.2088,38.386 16.5358,37.714 L10.0358,31.214 C9.3638,30.541 9.3638,29.447 10.0378,28.774 L14.9228,23.861 L10.0358,18.975 C9.3638,18.303 9.3638,17.208 10.0358,16.536 L16.5358,10.036 C17.2088,9.364 18.3018,9.363 18.9778,10.039 L28.0358,18.977 L28.9488,18.051 L24.8268,13.984 L25.6898,13.121 L28.8838,16.327 C29.1908,16.633 29.5928,16.787 29.9958,16.787 C30.3998,16.787 30.8028,16.633 31.1098,16.326 L34.2988,13.121 L37.7138,16.536 C38.3858,17.208 38.3858,18.303 37.7138,18.975 L33.7328,22.956 L33.1508,22.373 L32.2308,23.292 L37.7138,28.775 C38.3858,29.447 38.3858,30.541 37.7138,31.214 L37.7138,31.214 Z M32.7348,12.851 L30.1898,15.407 C30.0838,15.514 29.9098,15.514 29.8038,15.408 L27.2558,12.851 L32.7348,12.851 Z M34.6518,23.875 L38.6328,19.894 C39.8128,18.715 39.8128,16.796 38.6328,15.617 L34.5678,11.551 L25.4218,11.551 L23.9018,13.071 L19.8948,9.117 C18.7518,7.975 16.7598,7.975 15.6168,9.117 L9.1168,15.617 C7.9378,16.796 7.9378,18.715 9.1168,19.894 L13.0868,23.864 L9.1168,27.856 C7.9378,29.035 7.9378,30.954 9.1168,32.133 L15.6168,38.633 C16.1888,39.204 16.9478,39.518 17.7558,39.518 C18.5638,39.518 19.3228,39.204 19.8948,38.633 L23.8748,34.652 L27.8558,38.633 C28.4268,39.204 29.1868,39.518 29.9938,39.518 C30.8018,39.518 31.5618,39.204 32.1328,38.633 L38.6328,32.133 C39.8128,30.954 39.8128,29.035 38.6328,27.856 L34.6518,23.875 Z M23.6798,19.039 C24.1678,19.039 24.5648,19.436 24.5648,19.924 C24.5648,20.412 24.1678,20.809 23.6798,20.809 C23.1918,20.809 22.7948,20.412 22.7948,19.924 C22.7948,19.436 23.1918,19.039 23.6798,19.039 L23.6798,19.039 Z M23.6798,21.859 C24.7468,21.859 25.6148,20.991 25.6148,19.924 C25.6148,18.857 24.7468,17.989 23.6798,17.989 C22.6128,17.989 21.7448,18.857 21.7448,19.924 C21.7448,20.991 22.6128,21.859 23.6798,21.859 L23.6798,21.859 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default BandAid;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst BeerAndPills = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M22.8535,42.7053 L11.6365,42.7053 L11.6365,21.2213 C11.6365,20.0303 12.1385,18.8853 13.0145,18.0793 L13.1175,17.9853 C13.7015,17.4493 14.1045,16.7253 14.2535,15.9453 L14.6085,14.0903 C14.7675,14.2363 14.9635,14.4243 15.2145,14.6833 C15.7335,15.2173 16.4545,15.5213 17.1965,15.5213 L17.2195,15.5213 C17.9695,15.5153 18.6655,15.2113 19.1765,14.6663 C19.4625,14.3603 19.6825,14.1543 19.8535,14.0063 L20.2365,15.9453 C20.3855,16.7243 20.7895,17.4493 21.3715,17.9843 L21.4745,18.0793 C22.3515,18.8853 22.8535,20.0303 22.8535,21.2213 L22.8535,42.7053 Z M16.0175,6.7103 L18.4155,6.7103 L19.6185,12.8103 C19.3145,13.0003 18.9175,13.3333 18.3745,13.9133 C18.0705,14.2373 17.6575,14.4183 17.2095,14.4213 C17.2055,14.4223 17.2005,14.4223 17.1955,14.4223 C16.7435,14.4223 16.3205,14.2433 16.0035,13.9163 C15.4765,13.3743 15.1145,13.0563 14.8425,12.8613 L16.0175,6.7103 Z M15.6965,4.4343 C15.7405,4.1843 15.9565,4.0033 16.2085,4.0033 L18.2805,4.0033 C18.5345,4.0033 18.7495,4.1843 18.7885,4.3853 L18.8885,5.4113 L15.5995,5.4113 L15.6965,4.4343 Z M22.2535,17.0293 C21.8735,16.6793 21.6105,16.2073 21.5125,15.6973 L19.7405,6.7103 L20.3245,6.7103 L20.0755,4.2083 C19.9205,3.3363 19.1655,2.7033 18.2805,2.7033 L16.2085,2.7033 C15.3235,2.7033 14.5695,3.3363 14.4095,4.2573 L14.1655,6.7103 L14.6935,6.7103 L12.9765,15.7013 C12.8795,16.2083 12.6175,16.6793 12.2385,17.0283 L12.1345,17.1223 C10.9925,18.1733 10.3355,19.6673 10.3355,21.2213 L10.3355,44.0063 L24.1545,44.0063 L24.1545,21.2213 C24.1545,19.6663 23.4985,18.1733 22.3565,17.1243 L22.2535,17.0293 Z M26.7515,30.0583 L38.3395,30.0583 L38.3395,25.7693 L26.7515,25.7693 L26.7515,30.0583 Z M38.3395,42.7053 L26.7515,42.7053 L26.7515,40.7203 L33.8365,40.7203 L33.8365,33.7473 L26.7515,33.7473 L26.7515,31.3583 L38.3395,31.3583 L38.3395,42.7053 Z M26.7515,39.6203 L32.7365,39.6203 L32.7365,34.8473 L26.7515,34.8473 L26.7515,39.6203 Z M25.4515,44.0063 L39.6405,44.0063 L39.6405,24.4693 L25.4515,24.4693 L25.4515,44.0063 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M12.9788 40.8303L1.7618 40.8303 1.7618 19.3463C1.7618 18.1553 2.2638 17.0103 3.1398 16.2043L3.2428 16.1103C3.8268 15.5743 4.2298 14.8503 4.3788 14.0703L4.7338 12.2153C4.8928 12.3613 5.0888 12.5493 5.3398 12.8083 5.8588 13.3423 6.5798 13.6463 7.3218 13.6463L7.3448 13.6463C8.0948 13.6403 8.7908 13.3363 9.3018 12.7913 9.5878 12.4853 9.8078 12.2793 9.9788 12.1313L10.3618 14.0703C10.5108 14.8493 10.9148 15.5743 11.4968 16.1093L11.5998 16.2043C12.4768 17.0103 12.9788 18.1553 12.9788 19.3463L12.9788 40.8303zM8.5408 4.8353L9.7438 10.9353C9.4398 11.1253 9.0428 11.4583 8.4998 12.0383 8.1958 12.3623 7.7828 12.5433 7.3348 12.5463 7.3308 12.5473 7.3258 12.5473 7.3208 12.5473 6.8688 12.5473 6.4458 12.3683 6.1288 12.0413 5.6018 11.4983 5.2398 11.1813 4.9678 10.9863L6.1428 4.8353 8.5408 4.8353zM5.8218 2.5593C5.8658 2.3093 6.0818 2.1283 6.3338 2.1283L8.4058 2.1283C8.6598 2.1283 8.8748 2.3093 8.9138 2.5103L9.0138 3.5363 5.7248 3.5363 5.8218 2.5593zM12.3788 15.1543C11.9988 14.8043 11.7358 14.3323 11.6378 13.8223L9.8658 4.8353 10.4498 4.8353 10.2008 2.3333C10.0458 1.4613 9.2908.8283 8.4058.8283L6.3338.8283C5.4488.8283 4.6948 1.4613 4.5348 2.3823L4.2908 4.8353 4.8188 4.8353 3.1018 13.8263C3.0048 14.3333 2.7428 14.8043 2.3638 15.1533L2.2598 15.2473C1.1178 16.2983.4608 17.7923.4608 19.3463L.4608 42.1313 14.2798 42.1313 14.2798 19.3463C14.2798 17.7913 13.6238 16.2983 12.4818 15.2493L12.3788 15.1543zM28.4651 40.8303L16.8771 40.8303 16.8771 38.8453 23.9621 38.8453 23.9621 31.8723 16.8771 31.8723 16.8771 29.4833 28.4651 29.4833 28.4651 40.8303zM16.8771 37.7453L22.8621 37.7453 22.8621 32.9723 16.8771 32.9723 16.8771 37.7453zM19.1501 20.1823L30.1081 23.9513 28.7121 28.0073 17.7541 24.2373 19.1501 20.1823zM31.7601 23.1443L18.3431 18.5293 16.1021 25.0443 25.2261 28.1833 15.5761 28.1833 15.5761 42.1313 29.7661 42.1313 29.7661 28.9413 31.7601 23.1443z\"\n transform=\"translate(9.88 1.89)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default BeerAndPills;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Bell = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.0042,34.4813 L28.0042,34.2723 L19.7962,34.2723 L19.7962,34.4813 L11.9022,34.4813 L14.9592,29.5643 L32.8412,29.5643 L35.8972,34.4813 L28.0042,34.4813 Z M26.7042,36.5203 C26.7042,38.0663 25.4462,39.3243 23.9002,39.3243 L23.9002,39.3243 C22.3532,39.3243 21.0952,38.0663 21.0952,36.5203 L21.0952,35.7813 L26.7042,35.7813 L26.7042,36.5203 Z M15.2472,19.2033 C15.2472,15.3683 17.8482,12.0363 21.5702,11.1013 L22.0622,10.9773 L22.0622,10.3133 C22.0622,9.3003 22.8862,8.4763 23.9002,8.4763 C24.9132,8.4763 25.7372,9.3003 25.7372,10.3133 L25.7372,10.9773 L26.2292,11.1013 C29.9522,12.0363 32.5522,15.3683 32.5522,19.2033 L32.5522,28.2653 L15.2472,28.2653 L15.2472,19.2033 Z M37.6192,34.7883 L33.8522,28.7293 L33.8522,19.2033 C33.8522,14.9363 31.0662,11.2073 27.0192,9.9713 C26.8482,8.4013 25.5142,7.1753 23.9002,7.1753 C22.2852,7.1753 20.9512,8.4013 20.7812,9.9713 C16.7332,11.2073 13.9472,14.9363 13.9472,19.2033 L13.9472,28.7293 L10.1812,34.7883 C10.0562,34.9883 10.0502,35.2403 10.1652,35.4473 C10.2792,35.6533 10.4972,35.7813 10.7332,35.7813 L19.7962,35.7813 L19.7962,36.5203 C19.7962,38.7833 21.6372,40.6243 23.9002,40.6243 C26.1632,40.6243 28.0042,38.7833 28.0042,36.5203 L28.0042,35.7813 L37.0672,35.7813 C37.3022,35.7813 37.5202,35.6533 37.6352,35.4473 C37.7492,35.2403 37.7432,34.9883 37.6192,34.7883 L37.6192,34.7883 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.7277,16.8441 L39.8027,17.7581 C42.4257,20.4101 41.6807,24.3941 39.4867,26.5631 L40.4007,27.4871 C43.0397,24.8791 43.9147,20.0681 40.7277,16.8441 L40.7277,16.8441 Z M28.0037,34.4811 L28.0037,34.2721 L19.7957,34.2721 L19.7957,34.4811 L11.9027,34.4811 L14.9587,29.5651 L32.8407,29.5651 L35.8967,34.4811 L28.0037,34.4811 Z M26.7047,36.5201 C26.7047,38.0661 25.4467,39.3241 23.8997,39.3241 C22.3537,39.3241 21.0957,38.0661 21.0957,36.5201 L21.0957,35.7811 L26.7047,35.7811 L26.7047,36.5201 Z M15.2477,19.2031 C15.2477,15.3681 17.8477,12.0361 21.5707,11.1011 L22.0617,10.9771 L22.0617,10.3131 C22.0617,9.3001 22.8867,8.4761 23.8997,8.4761 C24.9137,8.4761 25.7377,9.3001 25.7377,10.3131 L25.7377,10.9771 L26.2287,11.1011 C29.9517,12.0361 32.5527,15.3681 32.5527,19.2031 L32.5527,28.2651 L15.2477,28.2651 L15.2477,19.2031 Z M33.8527,28.7291 L33.8527,19.2031 C33.8527,14.9361 31.0657,11.2071 27.0187,9.9711 C26.8487,8.4021 25.5147,7.1761 23.8997,7.1761 C22.2857,7.1761 20.9517,8.4021 20.7807,9.9711 C16.7337,11.2071 13.9477,14.9361 13.9477,19.2031 L13.9477,28.7291 L10.1807,34.7881 C10.0567,34.9891 10.0507,35.2401 10.1647,35.4471 C10.2797,35.6541 10.4977,35.7811 10.7327,35.7811 L19.7957,35.7811 L19.7957,36.5201 C19.7957,38.7831 21.6367,40.6241 23.8997,40.6241 C26.1637,40.6241 28.0037,38.7831 28.0037,36.5201 L28.0037,35.7811 L37.0667,35.7811 C37.3027,35.7811 37.5197,35.6541 37.6347,35.4471 C37.7487,35.2401 37.7437,34.9891 37.6187,34.7881 L33.8527,28.7291 Z M42.8897,14.7071 L41.9647,15.6211 C45.7827,19.4831 45.6447,24.7481 41.6237,28.7241 L42.5377,29.6491 C47.1117,25.1261 47.2537,19.1211 42.8897,14.7071 L42.8897,14.7071 Z M5.8347,15.6211 L4.9107,14.7071 C0.5457,19.1221 0.6877,25.1261 5.2627,29.6491 L6.1767,28.7241 C2.1547,24.7481 2.0177,19.4831 5.8347,15.6211 L5.8347,15.6211 Z M7.9967,17.7581 L7.0717,16.8441 C3.8857,20.0681 4.7607,24.8791 7.3997,27.4871 L8.3137,26.5631 C6.1197,24.3941 5.3747,20.4111 7.9967,17.7581 L7.9967,17.7581 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Bell;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Bike = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.6442625,34.0915564 C33.1962131,34.0915564 30.3909642,31.2863884 30.3909642,27.838258 C30.3909642,25.0735686 32.195177,22.723785 34.6874453,21.9002881 L36.3979097,27.908448 C36.4299687,28.0211404 36.5325415,28.0945686 36.6441006,28.0945686 C36.6673353,28.0945686 36.6908939,28.0913303 36.7143715,28.0846109 C36.8504606,28.0459133 36.9293129,27.9041572 36.8905344,27.7681491 L35.1800701,21.7598273 C35.6501077,21.6465681 36.1399799,21.5849597 36.6442625,21.5849597 C40.0923119,21.5849597 42.8975609,24.3902087 42.8975609,27.838258 C42.8975609,31.2863884 40.0923119,34.0915564 36.6442625,34.0915564 L36.6442625,34.0915564 Z M12.0853201,34.0915564 C8.63727067,34.0915564 5.83202169,31.2863884 5.83202169,27.838258 C5.83202169,24.3902087 8.63727067,21.5849597 12.0853201,21.5849597 C13.0105802,21.5849597 13.8887233,21.7885671 14.6796755,22.1507698 L11.8567778,27.7224892 C11.816623,27.8019892 11.820428,27.8965473 11.8670594,27.9723232 C11.9136098,28.0482611 11.9962671,28.0944067 12.0853201,28.0944067 L18.3320609,28.0944067 C18.1971052,31.4240966 15.4474738,34.0915564 12.0853201,34.0915564 L12.0853201,34.0915564 Z M18.3320609,27.5821094 L12.5022498,27.5821094 L15.1364362,22.3827932 C16.9751368,23.4153217 18.2415507,25.349309 18.3320609,27.5821094 L18.3320609,27.5821094 Z M17.8642091,17.9055345 L22.5004677,27.141864 L19.6391963,27.1667178 C19.4247406,24.735896 18.0597208,22.6314128 16.092703,21.4021582 L17.8642091,17.9055345 Z M31.964206,17.2728538 L23.7279412,26.6180707 L19.0369555,17.2728538 L31.964206,17.2728538 Z M36.6442625,20.2529704 C36.1556047,20.2529704 35.6782809,20.3012209 35.2152055,20.389869 L34.1048771,16.5134749 L34.1048771,14.3002662 L37.0016887,14.3002662 C37.3694774,14.3002662 37.6677238,14.0021007 37.6677238,13.6342311 C37.6677238,13.2664424 37.3694774,12.9682769 37.0016887,12.9682769 L33.4389229,12.9682769 C33.0711342,12.9682769 32.7728878,13.2664424 32.7728878,13.6342311 L32.7728878,15.9408645 L18.3683297,15.9408645 L17.4352977,14.0820055 L18.4291286,14.0820055 C18.7969173,14.0820055 19.0951637,13.78384 19.0951637,13.4160513 C19.0951637,13.0481817 18.7969173,12.7500162 18.4291286,12.7500162 L13.3042121,12.7500162 C12.9364234,12.7500162 12.6382579,13.0481817 12.6382579,13.4160513 C12.6382579,13.78384 12.9364234,14.0820055 13.3042121,14.0820055 L15.944956,14.0820055 L17.1211026,16.4251506 L14.9052223,20.798784 C14.0328272,20.4479963 13.0816607,20.2529704 12.0853201,20.2529704 C7.90274572,20.2529704 4.50003238,23.6556837 4.50003238,27.838258 C4.50003238,32.0208324 7.90274572,35.4235457 12.0853201,35.4235457 C16.0451001,35.4235457 19.3040334,32.3729154 19.6400059,28.4987881 L23.1609978,28.4681863 C23.1783226,28.4680243 23.6517605,28.461062 23.8470293,28.381643 C24.0524988,28.2980142 24.299985,27.9804189 24.3647508,27.9101481 L33.1337951,17.9603426 L33.9343002,20.75531 C31.0865487,21.8486374 29.0589748,24.6104123 29.0589748,27.838258 C29.0589748,32.0208324 32.4616882,35.4235457 36.6442625,35.4235457 C40.8268369,35.4235457 44.2295502,32.0208324 44.2295502,27.838258 C44.2295502,23.6556837 40.8268369,20.2529704 36.6442625,20.2529704 L36.6442625,20.2529704 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M38.8942625,34.0915564 C35.4462131,34.0915564 32.6409642,31.2863884 32.6409642,27.838258 C32.6409642,25.0735686 34.445177,22.723785 36.9374453,21.9002881 L38.6479097,27.908448 C38.6799687,28.0211404 38.7825415,28.0945686 38.8941006,28.0945686 C38.9173353,28.0945686 38.9408939,28.0913303 38.9643715,28.0846109 C39.1004606,28.0459133 39.1793129,27.9041572 39.1405344,27.7681491 L37.4300701,21.7598273 C37.9001077,21.6465681 38.3899799,21.5849597 38.8942625,21.5849597 C42.3423119,21.5849597 45.1475609,24.3902087 45.1475609,27.838258 C45.1475609,31.2863884 42.3423119,34.0915564 38.8942625,34.0915564 L38.8942625,34.0915564 Z M14.3353201,34.0915564 C10.8872707,34.0915564 8.08202169,31.2863884 8.08202169,27.838258 C8.08202169,24.3902087 10.8872707,21.5849597 14.3353201,21.5849597 C15.2605802,21.5849597 16.1387233,21.7885671 16.9296755,22.1507698 L14.1067778,27.7224892 C14.066623,27.8019892 14.070428,27.8965473 14.1170594,27.9723232 C14.1636098,28.0482611 14.2462671,28.0944067 14.3353201,28.0944067 L20.5820609,28.0944067 C20.4471052,31.4240966 17.6974738,34.0915564 14.3353201,34.0915564 L14.3353201,34.0915564 Z M20.5820609,27.5821094 L14.7522498,27.5821094 L17.3864362,22.3827932 C19.2251368,23.4153217 20.4915507,25.349309 20.5820609,27.5821094 L20.5820609,27.5821094 Z M20.1142091,17.9055345 L24.7504677,27.141864 L21.8891963,27.1667178 C21.6747406,24.735896 20.3097208,22.6314128 18.342703,21.4021582 L20.1142091,17.9055345 Z M34.214206,17.2728538 L25.9779412,26.6180707 L21.2869555,17.2728538 L34.214206,17.2728538 Z M38.8942625,20.2529704 C38.4056047,20.2529704 37.9282809,20.3012209 37.4652055,20.389869 L36.3548771,16.5134749 L36.3548771,14.3002662 L39.2516887,14.3002662 C39.6194774,14.3002662 39.9177238,14.0021007 39.9177238,13.6342311 C39.9177238,13.2664424 39.6194774,12.9682769 39.2516887,12.9682769 L35.6889229,12.9682769 C35.3211342,12.9682769 35.0228878,13.2664424 35.0228878,13.6342311 L35.0228878,15.9408645 L20.6183297,15.9408645 L19.6852977,14.0820055 L20.6791286,14.0820055 C21.0469173,14.0820055 21.3451637,13.78384 21.3451637,13.4160513 C21.3451637,13.0481817 21.0469173,12.7500162 20.6791286,12.7500162 L15.5542121,12.7500162 C15.1864234,12.7500162 14.8882579,13.0481817 14.8882579,13.4160513 C14.8882579,13.78384 15.1864234,14.0820055 15.5542121,14.0820055 L18.194956,14.0820055 L19.3711026,16.4251506 L17.1552223,20.798784 C16.2828272,20.4479963 15.3316607,20.2529704 14.3353201,20.2529704 C10.1527457,20.2529704 6.75003238,23.6556837 6.75003238,27.838258 C6.75003238,32.0208324 10.1527457,35.4235457 14.3353201,35.4235457 C18.2951001,35.4235457 21.5540334,32.3729154 21.8900059,28.4987881 L25.4109978,28.4681863 C25.4283226,28.4680243 25.9017605,28.461062 26.0970293,28.381643 C26.3024988,28.2980142 26.549985,27.9804189 26.6147508,27.9101481 L35.3837951,17.9603426 L36.1843002,20.75531 C33.3365487,21.8486374 31.3089748,24.6104123 31.3089748,27.838258 C31.3089748,32.0208324 34.7116882,35.4235457 38.8942625,35.4235457 C43.0768369,35.4235457 46.4795502,32.0208324 46.4795502,27.838258 C46.4795502,23.6556837 43.0768369,20.2529704 38.8942625,20.2529704 L38.8942625,20.2529704 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Bike;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst BirthdayCake = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.897,13.5576 L17.897,19.6046 L23.076,19.6046 L23.076,13.5576 L24.376,13.5576 L24.376,19.6046 L29.554,19.6046 L29.554,13.5576 L30.854,13.5576 L30.854,19.6046 L34.882,19.6046 C36.415,19.6046 37.662,20.8516 37.662,22.3846 L37.662,22.3846 L37.662,39.1846 L40.452,39.1846 L40.452,40.4846 L7,40.4846 L7,39.1846 L9.789,39.1846 L9.789,22.3846 C9.789,20.8516 11.036,19.6046 12.569,19.6046 L12.569,19.6046 L16.597,19.6046 L16.597,13.5576 L17.897,13.5576 Z M32.586,26.5336 C31.689,26.5336 31.276,26.8306 30.753,27.2076 C30.155,27.6396 29.477,28.1276 28.16,28.1276 C26.844,28.1276 26.166,27.6396 25.568,27.2076 C25.045,26.8306 24.631,26.5336 23.735,26.5336 C22.837,26.5336 22.423,26.8306 21.9,27.2076 C21.3,27.6396 20.622,28.1276 19.305,28.1276 C17.987,28.1276 17.308,27.6396 16.709,27.2076 C16.185,26.8306 15.771,26.5336 14.872,26.5336 C13.973,26.5336 13.559,26.8306 13.035,27.2076 C12.545,27.5606 11.994,27.9486 11.089,28.0786 L11.089,28.0786 L11.089,39.1846 L36.362,39.1846 L36.362,28.0786 C35.459,27.9486 34.909,27.5606 34.419,27.2076 C33.896,26.8306 33.483,26.5336 32.586,26.5336 Z M23.7253,29.4015 C25.2213,29.4015 26.4383,30.6185 26.4383,32.1135 L26.4383,32.1135 L26.4383,34.7295 C26.4383,36.2255 25.2213,37.4415 23.7253,37.4415 C22.2303,37.4415 21.0133,36.2255 21.0133,34.7295 L21.0133,34.7295 L21.0133,32.1135 C21.0133,30.6185 22.2303,29.4015 23.7253,29.4015 Z M23.7253,30.7015 C22.9473,30.7015 22.3133,31.3345 22.3133,32.1135 L22.3133,32.1135 L22.3133,34.7295 C22.3133,35.5085 22.9473,36.1425 23.7253,36.1425 C24.5043,36.1425 25.1383,35.5085 25.1383,34.7295 L25.1383,34.7295 L25.1383,32.1135 C25.1383,31.3345 24.5043,30.7015 23.7253,30.7015 Z M34.882,20.9046 L12.569,20.9046 C11.753,20.9046 11.089,21.5686 11.089,22.3846 L11.089,22.3846 L11.089,26.7576 C11.573,26.6496 11.899,26.4236 12.276,26.1526 C12.875,25.7216 13.554,25.2336 14.872,25.2336 C16.19,25.2336 16.869,25.7216 17.468,26.1526 C17.992,26.5306 18.406,26.8286 19.305,26.8286 C20.203,26.8286 20.616,26.5306 21.14,26.1536 C21.739,25.7216 22.418,25.2336 23.735,25.2336 C25.051,25.2336 25.729,25.7216 26.328,26.1536 C26.851,26.5306 27.264,26.8286 28.16,26.8286 C29.057,26.8286 29.47,26.5306 29.993,26.1536 C30.591,25.7216 31.27,25.2336 32.586,25.2336 C33.902,25.2336 34.581,25.7216 35.179,26.1536 C35.555,26.4236 35.88,26.6496 36.362,26.7576 L36.362,26.7576 L36.362,22.3846 C36.362,21.5686 35.698,20.9046 34.882,20.9046 L34.882,20.9046 Z M14.7916,22.4461 C15.1326,22.4461 15.4096,22.7231 15.4096,23.0641 C15.4096,23.4051 15.1326,23.6821 14.7916,23.6821 C14.4506,23.6821 14.1736,23.4051 14.1736,23.0641 C14.1736,22.7231 14.4506,22.4461 14.7916,22.4461 Z M19.2589,22.4461 C19.5999,22.4461 19.8769,22.7231 19.8769,23.0641 C19.8769,23.4051 19.5999,23.6821 19.2589,23.6821 C18.9179,23.6821 18.6409,23.4051 18.6409,23.0641 C18.6409,22.7231 18.9179,22.4461 19.2589,22.4461 Z M23.7257,22.4461 C24.0667,22.4461 24.3437,22.7231 24.3437,23.0641 C24.3437,23.4051 24.0667,23.6821 23.7257,23.6821 C23.3847,23.6821 23.1077,23.4051 23.1077,23.0641 C23.1077,22.7231 23.3847,22.4461 23.7257,22.4461 Z M28.193,22.4461 C28.534,22.4461 28.811,22.7231 28.811,23.0641 C28.811,23.4051 28.534,23.6821 28.193,23.6821 C27.852,23.6821 27.575,23.4051 27.575,23.0641 C27.575,22.7231 27.852,22.4461 28.193,22.4461 Z M32.6598,22.4461 C33.0008,22.4461 33.2778,22.7231 33.2778,23.0641 C33.2778,23.4051 33.0008,23.6821 32.6598,23.6821 C32.3188,23.6821 32.0418,23.4051 32.0418,23.0641 C32.0418,22.7231 32.3188,22.4461 32.6598,22.4461 Z M17.2472,9.4799 C17.2472,9.4799 18.0762,11.0079 18.0762,11.4659 C18.0762,11.9239 17.7052,12.2949 17.2472,12.2949 C16.7892,12.2949 16.4182,11.9239 16.4182,11.4659 C16.4182,11.0079 17.2472,9.4799 17.2472,9.4799 Z M23.7257,9.4799 C23.7257,9.4799 24.5547,11.0079 24.5547,11.4659 C24.5547,11.9239 24.1837,12.2949 23.7257,12.2949 C23.2677,12.2949 22.8967,11.9239 22.8967,11.4659 C22.8967,11.0079 23.7257,9.4799 23.7257,9.4799 Z M30.2042,9.4799 C30.2042,9.4799 31.0332,11.0079 31.0332,11.4659 C31.0332,11.9239 30.6622,12.2949 30.2042,12.2949 C29.7462,12.2949 29.3752,11.9239 29.3752,11.4659 C29.3752,11.0079 30.2042,9.4799 30.2042,9.4799 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.8974,13.5728 L17.8974,19.6198 L23.0764,19.6198 L23.0764,13.5728 L24.3764,13.5728 L24.3764,19.6198 L29.5544,19.6198 L29.5544,13.5728 L30.8544,13.5728 L30.8544,19.6198 L34.8824,19.6198 C36.4154,19.6198 37.6624,20.8668 37.6624,22.3998 L37.6624,22.3998 L37.6624,39.1998 L40.4524,39.1998 L40.4524,40.4998 L7.0004,40.4998 L7.0004,39.1998 L9.7894,39.1998 L9.7894,22.3998 C9.7894,20.8668 11.0364,19.6198 12.5694,19.6198 L12.5694,19.6198 L16.5974,19.6198 L16.5974,13.5728 L17.8974,13.5728 Z M32.5864,26.5488 C31.6904,26.5488 31.2764,26.8458 30.7534,27.2228 C30.1554,27.6548 29.4774,28.1428 28.1604,28.1428 C26.8444,28.1428 26.1664,27.6548 25.5684,27.2228 C25.0454,26.8458 24.6314,26.5488 23.7354,26.5488 C22.8374,26.5488 22.4234,26.8458 21.9004,27.2228 C21.3004,27.6548 20.6224,28.1428 19.3054,28.1428 C17.9874,28.1428 17.3084,27.6548 16.7094,27.2228 C16.1854,26.8458 15.7714,26.5488 14.8724,26.5488 C13.9734,26.5488 13.5594,26.8458 13.0354,27.2228 C12.5454,27.5758 11.9944,27.9638 11.0894,28.0938 L11.0894,28.0938 L11.0894,39.1998 L36.3624,39.1998 L36.3624,28.0938 C35.4594,27.9638 34.9094,27.5758 34.4194,27.2228 C33.8964,26.8458 33.4834,26.5488 32.5864,26.5488 Z M23.7262,29.4167 C25.2212,29.4167 26.4382,30.6337 26.4382,32.1287 L26.4382,32.1287 L26.4382,34.7447 C26.4382,36.2407 25.2212,37.4567 23.7262,37.4567 C22.2302,37.4567 21.0132,36.2407 21.0132,34.7447 L21.0132,34.7447 L21.0132,32.1287 C21.0132,30.6337 22.2302,29.4167 23.7262,29.4167 Z M23.7262,30.7167 C22.9472,30.7167 22.3142,31.3497 22.3142,32.1287 L22.3142,32.1287 L22.3142,34.7447 C22.3142,35.5237 22.9472,36.1577 23.7262,36.1577 C24.5052,36.1577 25.1382,35.5237 25.1382,34.7447 L25.1382,34.7447 L25.1382,32.1287 C25.1382,31.3497 24.5052,30.7167 23.7262,30.7167 Z M34.8824,20.9198 L12.5694,20.9198 C11.7534,20.9198 11.0894,21.5838 11.0894,22.3998 L11.0894,22.3998 L11.0894,26.7728 C11.5734,26.6648 11.8994,26.4388 12.2764,26.1678 C12.8754,25.7368 13.5544,25.2488 14.8724,25.2488 C16.1904,25.2488 16.8694,25.7368 17.4684,26.1678 C17.9924,26.5458 18.4064,26.8438 19.3054,26.8438 C20.2034,26.8438 20.6164,26.5458 21.1404,26.1688 C21.7394,25.7368 22.4184,25.2488 23.7354,25.2488 C25.0514,25.2488 25.7294,25.7368 26.3274,26.1688 C26.8514,26.5458 27.2644,26.8438 28.1604,26.8438 C29.0574,26.8438 29.4704,26.5458 29.9934,26.1688 C30.5914,25.7368 31.2704,25.2488 32.5864,25.2488 C33.9024,25.2488 34.5814,25.7368 35.1794,26.1688 C35.5554,26.4388 35.8804,26.6648 36.3624,26.7728 L36.3624,26.7728 L36.3624,22.3998 C36.3624,21.5838 35.6984,20.9198 34.8824,20.9198 L34.8824,20.9198 Z M14.792,22.4614 C15.133,22.4614 15.41,22.7384 15.41,23.0794 C15.41,23.4204 15.133,23.6974 14.792,23.6974 C14.451,23.6974 14.174,23.4204 14.174,23.0794 C14.174,22.7384 14.451,22.4614 14.792,22.4614 Z M19.2593,22.4614 C19.6003,22.4614 19.8773,22.7384 19.8773,23.0794 C19.8773,23.4204 19.6003,23.6974 19.2593,23.6974 C18.9183,23.6974 18.6413,23.4204 18.6413,23.0794 C18.6413,22.7384 18.9183,22.4614 19.2593,22.4614 Z M23.7261,22.4614 C24.0671,22.4614 24.3441,22.7384 24.3441,23.0794 C24.3441,23.4204 24.0671,23.6974 23.7261,23.6974 C23.3851,23.6974 23.1081,23.4204 23.1081,23.0794 C23.1081,22.7384 23.3851,22.4614 23.7261,22.4614 Z M28.1934,22.4614 C28.5344,22.4614 28.8114,22.7384 28.8114,23.0794 C28.8114,23.4204 28.5344,23.6974 28.1934,23.6974 C27.8524,23.6974 27.5754,23.4204 27.5754,23.0794 C27.5754,22.7384 27.8524,22.4614 28.1934,22.4614 Z M32.6606,22.4614 C33.0016,22.4614 33.2786,22.7384 33.2786,23.0794 C33.2786,23.4204 33.0016,23.6974 32.6606,23.6974 C32.3196,23.6974 32.0426,23.4204 32.0426,23.0794 C32.0426,22.7384 32.3196,22.4614 32.6606,22.4614 Z M17.2476,8.4001 C17.2476,8.4001 18.0766,11.0231 18.0766,11.4811 C18.0766,11.9391 17.7056,12.3101 17.2476,12.3101 C16.7896,12.3101 16.4186,11.9391 16.4186,11.4811 C16.4186,11.0231 17.2476,8.4001 17.2476,8.4001 Z M23.7261,8.4001 C23.7261,8.4001 24.5551,11.0231 24.5551,11.4811 C24.5551,11.9391 24.1841,12.3101 23.7261,12.3101 C23.2681,12.3101 22.8971,11.9391 22.8971,11.4811 C22.8971,11.0231 23.7261,8.4001 23.7261,8.4001 Z M30.2046,8.4001 C30.2046,8.4001 31.0336,11.0231 31.0336,11.4811 C31.0336,11.9391 30.6626,12.3101 30.2046,12.3101 C29.7466,12.3101 29.3756,11.9391 29.3756,11.4811 C29.3756,11.0231 30.2046,8.4001 30.2046,8.4001 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default BirthdayCake;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Boat = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.61025,33.43545 L38.724,32.12895 C36.582,30.64545 33.71175,30.6597 31.584,32.1657 L30.864,32.67345 C30.10875,33.2082 29.09175,33.2127 28.32825,32.68545 L27.6075,32.1867 C25.464,30.70245 22.5945,30.71745 20.466,32.22345 L19.74975,32.73045 C18.993,33.2652 17.9745,33.27045 17.21175,32.7432 L16.4895,32.2437 C14.34675,30.7617 11.47725,30.77595 9.348,32.2812 L7.47375,33.60795 C7.137,33.8457 7.05825,34.3107 7.29525,34.6467 C7.4415,34.85295 7.67325,34.96245 7.908,34.9609652 C8.05575,34.9602 8.20425,34.91595 8.334,34.82445 L10.20825,33.4977 C11.8275,32.3532 14.01225,32.3427 15.642,33.4692 L16.36425,33.9687 C17.63925,34.8507 19.344,34.84245 20.61,33.9462 L21.327,33.4392 C22.94625,32.29545 25.12875,32.28195 26.75925,33.4122 L27.48075,33.91095 C28.75425,34.79295 30.46125,34.7847 31.7235,33.88995 L32.4435,33.38145 C34.06425,32.2347 36.2475,32.2257 37.87575,33.35445 L39.76275,34.66095 C40.10025,34.8942 40.56525,34.81095 40.79925,34.47195 C41.0325,34.1337 40.94925,33.66945 40.61025,33.43545 L40.61025,33.43545 Z M16.626,11.46795 L23.583,11.43195 L23.6145,17.5497 C23.13675,17.5677 22.659,17.60595 22.18575,17.68245 L15.57525,18.6597 L16.626,11.46795 Z M31.74,11.3892 L32.87025,18.5997 L25.8045,17.6637 C25.476,17.6142 25.14525,17.58195 24.8145,17.5602 L24.78225,11.4252 L31.74,11.3892 Z M12.9465,29.9427 C13.3065,29.9427 13.66425,29.9697 14.016,30.0207 C12.0525,27.09195 10.8465,23.78895 10.61775,20.60595 L22.37775,18.8667 C22.9305,18.77745 23.49525,18.7317 24.0555,18.7317 C24.579,18.7317 25.107,18.77145 25.647,18.8532 L37.84275,20.46945 C37.64775,23.63145 36.4905,26.91945 34.58325,29.85045 C34.78125,29.8347 34.98,29.82645 35.18025,29.82645 C35.454,29.82645 35.724,29.84595 35.9925,29.8752 C37.8735,26.7612 39.0915,23.09745 39.0722307,19.4217 L34.11075,18.76395 L32.76525,10.18395 L15.58725,10.27245 L14.3355,18.8427 L9.37725,19.5762 C9.396,23.2362 10.641,26.87145 12.54075,29.9577 C12.67575,29.95095 12.81075,29.9427 12.9465,29.9427 L12.9465,29.9427 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.985175,33.06045 L39.098925,31.75395 C36.956925,30.27045 34.086675,30.2847 31.958925,31.7907 L31.238925,32.29845 C30.483675,32.8332 29.466675,32.8377 28.703175,32.31045 L27.982425,31.8117 C25.838925,30.32745 22.969425,30.34245 20.840925,31.84845 L20.124675,32.35545 C19.367925,32.8902 18.349425,32.89545 17.586675,32.3682 L16.865175,31.8687 C14.721675,30.3867 11.852175,30.40095 9.722925,31.9062 L7.848675,33.23295 C7.511925,33.4707 7.433175,33.9357 7.670175,34.2717 C7.816425,34.47795 8.048175,34.58745 8.282925,34.5859652 C8.430675,34.5852 8.579175,34.54095 8.708925,34.44945 L10.583175,33.1227 C12.202425,31.9782 14.387175,31.9677 16.016925,33.0942 L16.739175,33.5937 C18.014175,34.4757 19.718925,34.46745 20.984925,33.5712 L21.701925,33.0642 C23.321175,31.92045 25.503675,31.90695 27.134175,33.0372 L27.855675,33.53595 C29.129175,34.41795 30.836175,34.4097 32.098425,33.51495 L32.818425,33.00645 C34.439175,31.8597 36.622425,31.8507 38.250675,32.97945 L40.137675,34.28595 C40.475925,34.5192 40.940175,34.43595 41.174175,34.09695 C41.408175,33.7587 41.324175,33.29445 40.985175,33.06045 L40.985175,33.06045 Z M17.000925,9.2922 L23.957925,9.2562 L23.989425,15.3747 C23.511675,15.3927 23.033925,15.4302 22.560675,15.50745 L15.950175,16.4847 L17.000925,9.2922 Z M32.114925,9.2142 L33.245175,16.4247 L26.180175,15.4887 C25.850925,15.43845 25.520175,15.40695 25.189425,15.3852 L25.157175,9.2502 L32.114925,9.2142 Z M16.121925,30.1137 C15.968175,29.93895 15.815175,29.76195 15.665175,29.5797 C12.938175,26.26845 11.267925,22.25895 10.992675,18.4302 L22.752675,16.6917 C23.305425,16.60245 23.870175,16.5567 24.430425,16.5567 C24.953925,16.5567 25.481925,16.59645 26.021925,16.6782 L38.217675,18.29445 C37.956675,22.54095 36.002925,26.6742 33.413925,29.76645 C33.986925,29.5947 34.582425,29.4942 35.189925,29.46495 C37.726425,26.02395 39.470175,21.6432 39.4478902,17.2467 L34.485675,16.58895 L33.140175,8.0082 L15.962175,8.09745 L14.710425,16.6677 L9.752175,17.40045 C9.774675,21.81645 11.579175,26.19945 14.169675,29.6202 C14.843925,29.6967 15.499425,29.8602 16.121925,30.1137 L16.121925,30.1137 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Boat;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Brain = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(8 6)\">\n <path d=\"M29.532,13.855 L27.506,15.881 L27.25,15.773 C25.65,15.094 23.87,15.085 22.283,15.681 L21.315,14.057 C20.3,12.353 20.543,10.156 21.905,8.713 L23.325,7.209 C25.191,7.451 27.045,8.007 28.776,8.862 C29.655,9.295 30.253,10.109 30.415,11.094 C30.582,12.103 30.252,13.136 29.532,13.855 L29.532,13.855 Z M12.721,30.666 C11.945,31.443 10.839,31.752 9.766,31.504 C8.72,31.259 7.89,30.511 7.549,29.503 C6.868,27.489 6.531,25.459 6.47,23.197 L8.955,24.497 C9.707,24.883 10.528,25.076 11.346,25.076 C12.185,25.076 13.016,24.862 13.773,24.464 C14.052,25.069 14.436,25.635 14.935,26.124 L16.112,27.275 L12.721,30.666 Z M11.802,10.624 L14.193,12.984 C14.639,13.423 14.677,14.121 14.279,14.606 C13.48,15.582 13.534,17.007 14.404,17.92 L14.715,18.246 L14.201,19.013 C13.353,20.281 13.104,21.787 13.381,23.2 C12.218,23.906 10.764,23.967 9.553,23.342 L6.478,21.735 C6.682,17.643 8.575,13.47 11.802,10.624 L11.802,10.624 Z M15.281,19.737 L15.634,19.211 L15.638,19.217 C16.129,19.732 16.789,19.996 17.453,19.996 C17.987,19.996 18.523,19.826 18.977,19.478 L21.363,17.651 C22.832,16.527 24.778,16.25 26.501,16.886 L17.031,26.356 L15.845,25.195 C14.369,23.75 14.132,21.454 15.281,19.737 L15.281,19.737 Z M21.656,7.083 L20.96,7.821 C19.2,9.683 18.887,12.521 20.198,14.723 L21.114,16.26 C20.93,16.374 20.746,16.487 20.572,16.62 L18.187,18.446 C17.696,18.822 17.006,18.768 16.58,18.321 L15.345,17.024 C14.927,16.584 14.901,15.899 15.285,15.429 C16.11,14.421 16.033,12.972 15.106,12.058 L12.819,9.801 C15.109,8.122 17.946,7.071 21.246,7.071 C21.383,7.071 21.519,7.08 21.656,7.083 L21.656,7.083 Z M31.698,10.882 C31.467,9.479 30.611,8.318 29.351,7.696 C26.798,6.436 23.995,5.77 21.246,5.77 C11.3,5.77 5.142,14.44 5.142,22.472 C5.142,25.184 5.516,27.551 6.318,29.919 C6.803,31.357 7.983,32.422 9.47,32.77 C9.814,32.851 10.16,32.89 10.502,32.89 C11.669,32.89 12.793,32.433 13.641,31.585 L30.452,14.775 C31.467,13.759 31.932,12.304 31.698,10.882 L31.698,10.882 Z\" />\n <polygon points=\"8.482 7.87 4.963 4.087 4.012 4.972 7.531 8.755\" />\n <polygon points=\"11.555 5.801 9.84 .927 8.614 1.359 10.328 6.233\" />\n <polygon points=\"5.926 10.811 1.135 8.872 .647 10.077 5.438 12.016\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(8 6)\">\n <path d=\"M29.532,13.855 L27.506,15.881 L27.25,15.773 C25.65,15.094 23.87,15.085 22.283,15.681 L21.315,14.057 C20.3,12.353 20.543,10.156 21.905,8.713 L23.325,7.209 C25.191,7.451 27.045,8.007 28.776,8.862 C29.655,9.295 30.253,10.109 30.415,11.094 C30.582,12.103 30.252,13.136 29.532,13.855 L29.532,13.855 Z M12.721,30.666 C11.945,31.443 10.839,31.752 9.766,31.504 C8.72,31.259 7.89,30.511 7.549,29.503 C6.868,27.489 6.531,25.459 6.47,23.197 L8.955,24.497 C9.707,24.883 10.528,25.076 11.346,25.076 C12.185,25.076 13.016,24.862 13.773,24.464 C14.052,25.069 14.436,25.635 14.935,26.124 L16.112,27.275 L12.721,30.666 Z M11.802,10.624 L14.193,12.984 C14.639,13.423 14.677,14.121 14.279,14.606 C13.48,15.582 13.534,17.007 14.404,17.92 L14.715,18.246 L14.201,19.013 C13.353,20.281 13.104,21.787 13.381,23.2 C12.218,23.906 10.764,23.967 9.553,23.342 L6.478,21.735 C6.682,17.643 8.575,13.47 11.802,10.624 L11.802,10.624 Z M15.281,19.737 L15.634,19.211 L15.638,19.217 C16.129,19.732 16.789,19.996 17.453,19.996 C17.987,19.996 18.523,19.826 18.977,19.478 L21.363,17.651 C22.832,16.527 24.778,16.25 26.501,16.886 L17.031,26.356 L15.845,25.195 C14.369,23.75 14.132,21.454 15.281,19.737 L15.281,19.737 Z M21.656,7.083 L20.96,7.821 C19.2,9.683 18.887,12.521 20.198,14.723 L21.114,16.26 C20.93,16.374 20.746,16.487 20.572,16.62 L18.187,18.446 C17.696,18.822 17.006,18.768 16.58,18.321 L15.345,17.024 C14.927,16.584 14.901,15.899 15.285,15.429 C16.11,14.421 16.033,12.972 15.106,12.058 L12.819,9.801 C15.109,8.122 17.946,7.071 21.246,7.071 C21.383,7.071 21.519,7.08 21.656,7.083 L21.656,7.083 Z M31.698,10.882 C31.467,9.479 30.611,8.318 29.351,7.696 C26.798,6.436 23.995,5.77 21.246,5.77 C11.3,5.77 5.142,14.44 5.142,22.472 C5.142,25.184 5.516,27.551 6.318,29.919 C6.803,31.357 7.983,32.422 9.47,32.77 C9.814,32.851 10.16,32.89 10.502,32.89 C11.669,32.89 12.793,32.433 13.641,31.585 L30.452,14.775 C31.467,13.759 31.932,12.304 31.698,10.882 L31.698,10.882 Z\" />\n <polygon points=\"8.482 7.87 4.963 4.087 4.012 4.972 7.531 8.755\" />\n <polygon points=\"11.555 5.801 9.84 .927 8.614 1.359 10.328 6.233\" />\n <polygon points=\"5.926 10.811 1.135 8.872 .647 10.077 5.438 12.016\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Brain;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Breasts = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M5.0046,15.4712 C5.0046,16.9652 5.7976,18.3492 7.0506,19.1272 C7.9476,18.1492 9.0306,17.3282 10.2846,16.7522 L10.2846,16.7522 L10.2846,18.2022 C7.4546,19.7522 5.6756,22.7122 5.6756,25.9922 C5.6756,30.8922 9.6656,34.8822 14.5656,34.8822 C18.7256,34.8822 22.2846,32.0522 23.2256,28.0022 L23.2256,28.0022 L23.3456,27.5022 L24.6546,27.5022 L24.7756,28.0022 C25.7156,32.0522 29.2756,34.8822 33.4356,34.8822 C38.3356,34.8822 42.3256,30.8922 42.3256,25.9922 C42.3256,22.7122 40.5446,19.7522 37.7156,18.2022 L37.7156,18.2022 L37.7156,16.7522 C38.9706,17.3252 40.0546,18.1462 40.9516,19.1252 C42.2046,18.3462 42.9956,16.9632 42.9956,15.4712 L42.9956,15.4712 L44.2966,15.4712 C44.2966,17.3622 43.3256,19.1242 41.7716,20.1512 C42.9446,21.8252 43.6246,23.8442 43.6246,25.9922 C43.6246,31.6122 39.0556,36.1822 33.4356,36.1822 C29.2156,36.1822 25.5346,33.6422 24.0056,29.8522 C22.4656,33.6422 18.7846,36.1822 14.5656,36.1822 C8.9446,36.1822 4.3746,31.6122 4.3746,25.9922 C4.3746,23.8432 5.0566,21.8262 6.2326,20.1522 C4.6756,19.1252 3.7036,17.3632 3.7036,15.4712 L3.7036,15.4712 Z M12.3201,23.9028 C14.0641,23.9028 15.4831,25.3218 15.4831,27.0668 C15.4831,28.8108 14.0641,30.2298 12.3201,30.2298 C10.5751,30.2298 9.1561,28.8108 9.1561,27.0668 C9.1561,25.3218 10.5751,23.9028 12.3201,23.9028 Z M35.6804,23.9028 C37.4244,23.9028 38.8434,25.3218 38.8434,27.0668 C38.8434,28.8108 37.4244,30.2298 35.6804,30.2298 C33.9364,30.2298 32.5174,28.8108 32.5174,27.0668 C32.5174,25.3218 33.9364,23.9028 35.6804,23.9028 Z M12.3201,24.9028 C11.1271,24.9028 10.1561,25.8738 10.1561,27.0668 C10.1561,28.2588 11.1271,29.2298 12.3201,29.2298 C13.5121,29.2298 14.4831,28.2588 14.4831,27.0668 C14.4831,25.8738 13.5121,24.9028 12.3201,24.9028 Z M35.6804,24.9028 C34.4884,24.9028 33.5174,25.8738 33.5174,27.0668 C33.5174,28.2588 34.4884,29.2298 35.6804,29.2298 C36.8724,29.2298 37.8434,28.2588 37.8434,27.0668 C37.8434,25.8738 36.8724,24.9028 35.6804,24.9028 Z M12.3201,26.1658 C12.8171,26.1658 13.2201,26.5688 13.2201,27.0668 C13.2201,27.5638 12.8171,27.9668 12.3201,27.9668 C11.8221,27.9668 11.4201,27.5638 11.4201,27.0668 C11.4201,26.5688 11.8221,26.1658 12.3201,26.1658 Z M35.6804,26.1658 C36.1774,26.1658 36.5804,26.5688 36.5804,27.0668 C36.5804,27.5638 36.1774,27.9668 35.6804,27.9668 C35.1834,27.9668 34.7804,27.5638 34.7804,27.0668 C34.7804,26.5688 35.1834,26.1658 35.6804,26.1658 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M5.0044,15.4712 C5.0044,17.0512 5.8924,18.5072 7.2754,19.2532 C8.0574,18.1752 9.0664,17.3252 10.2934,16.7522 L10.2934,16.7522 L10.2934,18.2222 C7.3234,19.9422 6.6734,23.3322 6.6734,25.9922 C6.6734,30.8922 10.6634,34.8822 15.5634,34.8822 C19.4234,34.8822 22.2134,32.3722 23.2234,28.0022 L23.2234,28.0022 L23.3434,27.5022 L24.6634,27.5022 L24.7734,28.0022 C25.7824,32.3722 28.5834,34.8822 32.4334,34.8822 C37.3334,34.8822 41.3234,30.8922 41.3234,25.9922 C41.3234,23.3422 40.6734,19.9522 37.7134,18.2222 L37.7134,18.2222 L37.7134,16.7522 C38.9394,17.3282 39.9444,18.1772 40.7264,19.2532 C42.1084,18.5072 42.9954,17.0512 42.9954,15.4712 L42.9954,15.4712 L44.2964,15.4712 C44.2964,17.5032 43.1674,19.3772 41.4044,20.3582 C42.2004,21.9042 42.6234,23.8012 42.6234,25.9922 C42.6234,31.6122 38.0534,36.1822 32.4334,36.1822 C28.5134,36.1822 25.4524,33.8822 24.0034,29.9522 C22.5534,33.8822 19.4934,36.1822 15.5634,36.1822 C9.9424,36.1822 5.3734,31.6122 5.3734,25.9922 C5.3734,23.8022 5.7974,21.9052 6.5954,20.3582 C4.8324,19.3762 3.7034,17.5032 3.7034,15.4712 L3.7034,15.4712 Z M13.3198,23.9028 C15.0638,23.9028 16.4828,25.3218 16.4828,27.0668 C16.4828,28.8108 15.0638,30.2298 13.3198,30.2298 C11.5758,30.2298 10.1568,28.8108 10.1568,27.0668 C10.1568,25.3218 11.5758,23.9028 13.3198,23.9028 Z M34.6802,23.9028 C36.4242,23.9028 37.8432,25.3218 37.8432,27.0668 C37.8432,28.8108 36.4242,30.2298 34.6802,30.2298 C32.9362,30.2298 31.5172,28.8108 31.5172,27.0668 C31.5172,25.3218 32.9362,23.9028 34.6802,23.9028 Z M13.3198,24.9028 C12.1278,24.9028 11.1568,25.8738 11.1568,27.0668 C11.1568,28.2588 12.1278,29.2298 13.3198,29.2298 C14.5118,29.2298 15.4828,28.2588 15.4828,27.0668 C15.4828,25.8738 14.5118,24.9028 13.3198,24.9028 Z M34.6802,24.9028 C33.4882,24.9028 32.5172,25.8738 32.5172,27.0668 C32.5172,28.2588 33.4882,29.2298 34.6802,29.2298 C35.8722,29.2298 36.8432,28.2588 36.8432,27.0668 C36.8432,25.8738 35.8722,24.9028 34.6802,24.9028 Z M13.3198,26.1658 C13.8168,26.1658 14.2198,26.5688 14.2198,27.0668 C14.2198,27.5638 13.8168,27.9668 13.3198,27.9668 C12.8218,27.9668 12.4198,27.5638 12.4198,27.0668 C12.4198,26.5688 12.8218,26.1658 13.3198,26.1658 Z M34.6802,26.1658 C35.1772,26.1658 35.5812,26.5688 35.5812,27.0668 C35.5812,27.5638 35.1772,27.9668 34.6802,27.9668 C34.1832,27.9668 33.7802,27.5638 33.7802,27.0668 C33.7802,26.5688 34.1832,26.1658 34.6802,26.1658 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Breasts;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst BrokenHeart = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.4927,23.2053 L23.9997,36.1273 L11.5087,23.2073 C8.8877,20.4753 8.9767,16.1213 11.7087,13.4993 C12.9967,12.2633 14.6787,11.5883 16.4587,11.5883 C16.5067,11.5883 16.5557,11.5883 16.6037,11.5893 C18.4367,11.6273 20.1457,12.3763 21.4157,13.6993 L23.4267,15.7953 L24.3917,18.7983 L20.9987,22.0713 L24.1987,25.1583 L21.4827,27.7823 L22.3867,28.7173 L26.0707,25.1573 L22.8707,22.0713 L25.8777,19.1723 L24.7377,15.6233 L26.5837,13.6993 C27.8537,12.3763 29.5627,11.6273 31.3957,11.5893 C33.2287,11.5513 34.9677,12.2303 36.2907,13.4993 C39.0227,16.1213 39.1127,20.4753 36.4927,23.2053 M37.1907,12.5613 C35.6177,11.0513 33.5507,10.2373 31.3687,10.2893 C29.1887,10.3343 27.1557,11.2263 25.6457,12.7993 L23.9997,14.5153 L22.3537,12.7993 C20.8437,11.2263 18.8107,10.3343 16.6307,10.2893 C14.4527,10.2493 12.3827,11.0513 10.8087,12.5613 C7.5597,15.6793 7.4527,20.8583 10.5727,24.1093 L23.9997,37.9973 L37.4297,24.1073 C40.5467,20.8583 40.4397,15.6793 37.1907,12.5613\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.4932,23.2053 L24.0002,36.1273 L11.5092,23.2073 C8.8882,20.4753 8.9772,16.1213 11.7092,13.4993 C12.9972,12.2633 14.6792,11.5883 16.4592,11.5883 C16.5072,11.5883 16.5562,11.5883 16.6042,11.5893 C18.4372,11.6273 20.1462,12.3763 21.4162,13.6993 L23.4272,15.7953 L24.3922,18.7983 L20.9992,22.0713 L24.1992,25.1583 L20.9962,28.2533 L23.8542,30.9803 L24.7512,30.0393 L22.8732,28.2473 L26.0712,25.1573 L22.8712,22.0713 L25.8782,19.1723 L24.7372,15.6233 L26.5842,13.6993 C27.8532,12.3763 29.5622,11.6273 31.3962,11.5893 C33.2292,11.5513 34.9682,12.2303 36.2912,13.4993 C37.6142,14.7693 38.3642,16.4783 38.4022,18.3113 C38.4392,20.1453 37.7612,21.8833 36.4932,23.2053 M37.1912,12.5613 C35.6182,11.0513 33.5462,10.2433 31.3692,10.2893 C29.1882,10.3343 27.1562,11.2263 25.6462,12.7993 L24.0002,14.5153 L22.3542,12.7993 C20.8442,11.2263 18.8112,10.3343 16.6312,10.2893 C14.4462,10.2413 12.3822,11.0513 10.8082,12.5613 C7.5602,15.6793 7.4532,20.8583 10.5722,24.1093 L24.0002,37.9973 L37.4302,24.1073 C38.9392,22.5333 39.7462,20.4653 39.7012,18.2853 C39.6572,16.1043 38.7652,14.0713 37.1912,12.5613\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default BrokenHeart;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst BrokenPuzzle = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.7578,24.8093 C36.0588,26.2393 37.2318,27.3773 38.6768,27.6413 C39.5858,27.8073 40.5128,27.6373 41.2878,27.1593 C41.5698,26.9853 41.9408,26.8933 42.3598,26.8933 L42.3608,30.1213 C42.3608,30.4833 42.0658,30.7783 41.7038,30.7783 L35.2428,30.7783 L35.2428,32.2223 C35.2428,32.8803 35.4018,33.4863 35.7018,33.9743 C36.0148,34.4823 36.1218,35.0683 36.0118,35.6683 C35.8418,36.6013 35.1108,37.3573 34.1918,37.5503 C33.4518,37.7053 32.7318,37.5363 32.1608,37.0733 C31.5988,36.6173 31.2768,35.9403 31.2768,35.2173 C31.2768,34.7873 31.3928,34.3653 31.6138,33.9973 C31.9278,33.4743 32.0868,32.8483 32.0868,32.1363 L32.0868,30.7783 L25.7808,30.7783 C25.4188,30.7783 25.1248,30.4833 25.1248,30.1213 L25.1248,26.8943 C25.5618,26.9053 25.9338,27.0013 26.2328,27.1813 C26.8028,27.5233 27.4558,27.7043 28.1218,27.7043 C28.8578,27.7043 29.5518,27.4703 30.1488,27.0743 L31.6458,28.3693 L32.4958,27.3873 L31.0928,26.1723 C31.7068,25.3273 31.9468,24.2683 31.7268,23.2223 C31.6798,22.9973 31.6038,22.7823 31.5158,22.5743 L32.1398,19.8763 L35.4648,20.4383 L35.0828,15.5743 L33.7868,15.6763 L34.0378,18.8783 L31.1488,18.3913 L30.4988,21.2023 C30.0188,20.7973 29.4418,20.5053 28.8058,20.3893 C27.8978,20.2243 26.9708,20.3953 26.1968,20.8713 C25.9148,21.0453 25.5438,21.1373 25.1258,21.1373 L25.1248,13.0863 L42.3608,13.0863 L42.3608,21.1363 C41.9238,21.1253 41.5508,21.0293 41.2528,20.8503 C40.6828,20.5073 40.0288,20.3273 39.3628,20.3273 C38.2468,20.3273 37.2018,20.8243 36.4978,21.6923 C35.7938,22.5603 35.5238,23.6963 35.7578,24.8093 M24.8398,32.9623 C24.7398,33.1063 24.5908,33.2043 24.4178,33.2353 L19.5748,34.1303 C19.5078,33.7033 19.5348,33.3103 19.6548,32.9883 C19.8878,32.3663 19.9478,31.6903 19.8268,31.0353 C19.6238,29.9373 18.9448,29.0013 17.9638,28.4663 C16.9828,27.9313 15.8168,27.8713 14.7638,28.3043 C13.4118,28.8603 12.5058,30.2213 12.5088,31.6903 C12.5108,32.6143 12.8478,33.4943 13.4568,34.1693 C13.6798,34.4153 13.8368,34.7633 13.9128,35.1743 L13.9128,35.1753 L8.8768,36.1053 L5.7468,19.1563 L10.7818,18.2263 C10.8498,18.6533 10.8218,19.0463 10.7018,19.3683 C10.4688,19.9913 10.4098,20.6663 10.5308,21.3213 C10.7338,22.4193 11.4128,23.3553 12.3938,23.8913 C13.3758,24.4253 14.5418,24.4843 15.5928,24.0523 C16.9448,23.4973 17.8508,22.1363 17.8478,20.6673 C17.8468,19.7433 17.5098,18.8633 16.9008,18.1873 C16.6778,17.9403 16.5198,17.5933 16.4448,17.1823 L16.4448,17.1813 L21.2878,16.2863 C21.6428,16.2193 21.9868,16.4563 22.0738,16.8943 L23.8248,22.3153 L23.8248,22.4373 L25.1258,22.4373 C25.7848,22.4373 26.3908,22.2783 26.8788,21.9783 C27.3858,21.6653 27.9718,21.5583 28.5728,21.6683 C29.5058,21.8383 30.2618,22.5703 30.4548,23.4893 C30.6108,24.2283 30.4408,24.9493 29.9778,25.5193 C29.2498,26.4153 27.8888,26.6583 26.9018,26.0663 C26.3798,25.7523 25.7538,25.5943 25.0408,25.5943 L23.8248,25.5943 L23.8248,30.1213 C23.8248,30.8513 24.2308,31.4803 24.8238,31.8173 L24.9448,32.4713 C24.9768,32.6433 24.9388,32.8173 24.8398,32.9623 M40.5838,21.9643 C41.1058,22.2783 41.7318,22.4373 42.4448,22.4373 L43.6598,22.4373 L43.6598,11.7863 L23.8248,11.7863 L23.8248,18.0993 L23.3308,16.5763 C23.1358,15.5163 22.1128,14.8153 21.0518,15.0083 L14.9298,16.1393 L15.1658,17.4183 C15.2848,18.0653 15.5508,18.6333 15.9348,19.0583 C16.3348,19.5013 16.5468,20.0593 16.5488,20.6693 C16.5498,21.6173 15.9678,22.4933 15.0988,22.8503 C14.4008,23.1363 13.6618,23.1013 13.0158,22.7493 C12.3808,22.4033 11.9408,21.7963 11.8088,21.0843 C11.7308,20.6623 11.7688,20.2253 11.9198,19.8233 C12.1328,19.2523 12.1758,18.6083 12.0468,17.9083 L11.8258,16.7113 L4.2328,18.1143 L7.8348,37.6203 L15.4278,36.2173 L15.1918,34.9373 C15.0718,34.2893 14.8058,33.7233 14.4218,33.2983 C14.0228,32.8553 13.8108,32.2983 13.8088,31.6873 C13.8068,30.7403 14.3888,29.8643 15.2578,29.5063 C15.9558,29.2203 16.6958,29.2553 17.3408,29.6073 C17.9768,29.9543 18.4168,30.5603 18.5488,31.2713 C18.6268,31.6943 18.5878,32.1313 18.4378,32.5333 C18.2238,33.1043 18.1818,33.7483 18.3108,34.4483 L18.5308,35.6443 L24.6538,34.5143 C25.1678,34.4193 25.6138,34.1293 25.9108,33.6993 C26.2068,33.2683 26.3178,32.7483 26.2228,32.2343 L26.1938,32.0783 L30.7868,32.0783 L30.7868,32.1363 C30.7868,32.6093 30.6898,33.0103 30.4998,33.3283 C30.1568,33.8983 29.9758,34.5523 29.9758,35.2173 C29.9758,36.3343 30.4738,37.3783 31.3418,38.0823 C32.0048,38.6213 32.8238,38.9053 33.6708,38.9053 C33.9318,38.9053 34.1958,38.8783 34.4588,38.8233 C35.8888,38.5213 37.0278,37.3483 37.2908,35.9023 C37.4568,34.9943 37.2858,34.0673 36.8088,33.2923 C36.6348,33.0103 36.5428,32.6403 36.5428,32.2223 L36.5428,32.0783 L41.7038,32.0783 C42.7828,32.0783 43.6598,31.2003 43.6598,30.1213 L43.6598,25.5943 L42.3598,25.5943 C41.7008,25.5943 41.0948,25.7523 40.6068,26.0523 C40.0978,26.3663 39.5118,26.4743 38.9108,26.3633 C37.9788,26.1923 37.2228,25.4603 37.0298,24.5413 C36.8748,23.8033 37.0438,23.0823 37.5068,22.5123 C38.2348,21.6153 39.5968,21.3733 40.5838,21.9643\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.7578,24.8093 C36.0588,26.2393 37.2318,27.3773 38.6758,27.6413 C39.5858,27.8073 40.5128,27.6373 41.2878,27.1593 C41.5698,26.9853 41.9408,26.8933 42.3588,26.8933 L42.3608,30.1213 C42.3608,30.4833 42.0658,30.7783 41.7038,30.7783 L35.2428,30.7783 L35.2428,32.2223 C35.2428,32.8803 35.4018,33.4863 35.7018,33.9743 C36.0138,34.4823 36.1218,35.0683 36.0118,35.6683 C35.8418,36.6013 35.1108,37.3573 34.1908,37.5503 C33.4518,37.7053 32.7318,37.5363 32.1608,37.0733 C31.5988,36.6173 31.2768,35.9403 31.2768,35.2173 C31.2768,34.7873 31.3928,34.3653 31.6138,33.9973 C31.9278,33.4743 32.0868,32.8483 32.0868,32.1363 L32.0868,30.7783 L25.7808,30.7783 C25.4188,30.7783 25.1248,30.4833 25.1248,30.1213 L25.1248,26.8943 C25.5618,26.9053 25.9338,27.0013 26.2328,27.1813 C26.8028,27.5233 27.4558,27.7043 28.1218,27.7043 C28.8578,27.7043 29.5518,27.4703 30.1488,27.0743 L31.6448,28.3693 L32.4958,27.3873 L31.0928,26.1723 C31.7068,25.3273 31.9468,24.2683 31.7268,23.2223 C31.6798,22.9973 31.6038,22.7823 31.5148,22.5743 L32.1398,19.8763 L35.4648,20.4383 L35.1378,16.2753 L37.1938,16.2753 L37.1938,14.9753 L33.7318,14.9753 L34.0378,18.8783 L31.1488,18.3913 L30.4978,21.2023 C30.0188,20.7973 29.4418,20.5053 28.8058,20.3893 C27.8978,20.2253 26.9708,20.3953 26.1968,20.8713 C25.9138,21.0453 25.5438,21.1373 25.1258,21.1373 L25.1248,13.0863 L42.3608,13.0863 L42.3608,21.1363 C41.9238,21.1253 41.5508,21.0293 41.2528,20.8503 C40.6818,20.5073 40.0288,20.3273 39.3628,20.3273 C38.2458,20.3273 37.2018,20.8243 36.4978,21.6923 C35.7928,22.5603 35.5238,23.6963 35.7578,24.8093 L35.7578,24.8093 Z M23.7558,32.1733 C23.7678,32.3483 23.7118,32.5173 23.5958,32.6493 C23.4808,32.7813 23.3208,32.8603 23.1458,32.8723 L18.2328,33.2103 C18.2148,32.7783 18.2858,32.3913 18.4428,32.0853 C18.7448,31.4933 18.8808,30.8293 18.8348,30.1643 C18.7578,29.0503 18.1908,28.0423 17.2768,27.3993 C16.3618,26.7563 15.2108,26.5643 14.1158,26.8743 C12.7098,27.2733 11.6538,28.5213 11.4898,29.9823 C11.3868,30.9003 11.6218,31.8133 12.1498,32.5523 C12.3428,32.8233 12.4598,33.1853 12.4888,33.6023 L12.4888,33.6043 L7.3788,33.9553 L6.1978,16.7603 L11.3068,16.4093 C11.3258,16.8463 11.2558,17.2243 11.0978,17.5343 C10.7948,18.1263 10.6588,18.7903 10.7048,19.4553 C10.7808,20.5693 11.3498,21.5773 12.2638,22.2203 C13.1778,22.8633 14.3298,23.0543 15.4238,22.7453 C16.8298,22.3463 17.8848,21.0983 18.0488,19.6393 C18.1528,18.7213 17.9188,17.8073 17.3888,17.0663 C17.1968,16.7963 17.0798,16.4333 17.0508,16.0163 L21.9658,15.6773 C22.3278,15.6553 22.6408,15.9263 22.6768,16.3713 L23.8198,22.0563 L23.8238,22.0553 L23.8238,22.4373 L25.1258,22.4373 C25.7848,22.4373 26.3908,22.2783 26.8778,21.9783 C27.3858,21.6663 27.9728,21.5593 28.5728,21.6683 C29.5048,21.8383 30.2608,22.5703 30.4548,23.4893 C30.6108,24.2283 30.4408,24.9493 29.9778,25.5193 C29.2498,26.4153 27.8888,26.6583 26.9018,26.0663 C26.3788,25.7523 25.7528,25.5943 25.0408,25.5943 L23.8238,25.5943 L23.8238,28.7283 L23.8068,28.7283 L23.7558,32.1733 Z M40.5828,21.9643 C41.1058,22.2783 41.7318,22.4373 42.4438,22.4373 L43.6598,22.4373 L43.6598,11.7863 L23.8238,11.7863 L23.8238,15.6253 C23.5218,14.8523 22.7498,14.3253 21.8768,14.3803 L15.6648,14.8073 L15.7538,16.1053 C15.7998,16.7633 15.9988,17.3563 16.3318,17.8213 C16.6788,18.3083 16.8258,18.8863 16.7578,19.4933 C16.6518,20.4343 15.9728,21.2383 15.0698,21.4943 C14.3428,21.7003 13.6118,21.5793 13.0118,21.1573 C12.4198,20.7403 12.0508,20.0873 12.0018,19.3663 C11.9718,18.9363 12.0598,18.5073 12.2558,18.1253 C12.5318,17.5823 12.6478,16.9473 12.5988,16.2363 L12.5158,15.0233 L4.8128,15.5523 L6.1708,35.3413 L13.8748,34.8123 L13.7858,33.5143 C13.7398,32.8563 13.5408,32.2633 13.2078,31.7973 C12.8618,31.3113 12.7138,30.7343 12.7818,30.1273 C12.8878,29.1863 13.5668,28.3813 14.4698,28.1253 C15.1958,27.9193 15.9268,28.0393 16.5288,28.4623 C17.1198,28.8793 17.4878,29.5323 17.5378,30.2533 C17.5678,30.6833 17.4798,31.1123 17.2848,31.4943 C17.0078,32.0373 16.8918,32.6723 16.9408,33.3823 L17.0238,34.5963 L23.2358,34.1693 C23.7568,34.1343 24.2328,33.8973 24.5758,33.5033 C24.9198,33.1093 25.0888,32.6053 25.0548,32.1383 L25.0578,31.9353 C25.2818,32.0253 25.5248,32.0783 25.7808,32.0783 L30.7868,32.0783 L30.7868,32.1363 C30.7868,32.6093 30.6898,33.0103 30.4988,33.3283 C30.1568,33.8983 29.9758,34.5523 29.9758,35.2173 C29.9758,36.3343 30.4738,37.3783 31.3418,38.0823 C32.0048,38.6213 32.8238,38.9053 33.6698,38.9053 C33.9318,38.9053 34.1958,38.8783 34.4588,38.8233 C35.8888,38.5213 37.0278,37.3483 37.2908,35.9023 C37.4568,34.9943 37.2848,34.0673 36.8088,33.2923 C36.6348,33.0103 36.5428,32.6403 36.5428,32.2223 L36.5428,32.0783 L41.7038,32.0783 C42.7828,32.0783 43.6598,31.2003 43.6598,30.1213 L43.6598,25.5943 L42.3588,25.5943 C41.6998,25.5943 41.0948,25.7523 40.6068,26.0523 C40.0978,26.3653 39.5108,26.4723 38.9098,26.3633 C37.9788,26.1923 37.2228,25.4603 37.0298,24.5413 C36.8748,23.8033 37.0438,23.0823 37.5068,22.5113 C38.2348,21.6153 39.5958,21.3723 40.5828,21.9643 L40.5828,21.9643 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default BrokenPuzzle;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Bus = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M19.156,9.781 L28.657,9.781 L28.657,8.781 L19.156,8.781 L19.156,9.781 Z M10.645,35.691 L37.168,35.691 L37.168,27.07 L10.645,27.07 L10.645,35.691 Z M10.645,25.769 L37.168,25.769 L37.168,12.779 L10.645,12.779 L10.645,25.769 Z M10.645,11.478 L37.168,11.478 L37.168,7.39 L10.645,7.39 L10.645,11.478 Z M33.39,39.105 C33.39,39.797 32.769,40.36 32.004,40.36 C31.24,40.36 30.619,39.797 30.619,39.105 L30.619,36.992 L33.39,36.992 L33.39,39.105 Z M17.195,39.105 C17.195,39.797 16.573,40.36 15.81,40.36 C15.045,40.36 14.424,39.797 14.424,39.105 L14.424,36.992 L17.195,36.992 L17.195,39.105 Z M9.345,36.992 L13.123,36.992 L13.123,39.105 C13.123,40.514 14.328,41.661 15.81,41.661 C17.29,41.661 18.495,40.514 18.495,39.105 L18.495,36.992 L29.318,36.992 L29.318,39.105 C29.318,40.514 30.523,41.661 32.004,41.661 C33.485,41.661 34.69,40.514 34.69,39.105 L34.69,36.992 L38.469,36.992 L38.469,6.089 L9.345,6.089 L9.345,36.992 Z M15.81,32.301 C15.149,32.301 14.613,31.764 14.613,31.104 C14.613,30.445 15.149,29.908 15.81,29.908 C16.469,29.908 17.006,30.445 17.006,31.104 C17.006,31.764 16.469,32.301 15.81,32.301 L15.81,32.301 Z M15.81,28.908 C14.598,28.908 13.613,29.893 13.613,31.104 C13.613,32.316 14.598,33.301 15.81,33.301 C17.02,33.301 18.006,32.316 18.006,31.104 C18.006,29.893 17.02,28.908 15.81,28.908 L15.81,28.908 Z M32.004,32.301 C31.345,32.301 30.808,31.764 30.808,31.104 C30.808,30.445 31.345,29.908 32.004,29.908 C32.664,29.908 33.201,30.445 33.201,31.104 C33.201,31.764 32.664,32.301 32.004,32.301 L32.004,32.301 Z M32.004,28.908 C30.793,28.908 29.808,29.893 29.808,31.104 C29.808,32.316 30.793,33.301 32.004,33.301 C33.215,33.301 34.201,32.316 34.201,31.104 C34.201,29.893 33.215,28.908 32.004,28.908 L32.004,28.908 Z M42.864,19.964 C42.864,20.475 42.449,20.89 41.938,20.89 C41.428,20.89 41.012,20.475 41.012,19.964 L41.012,14.628 C41.012,14.117 41.428,13.702 41.938,13.702 C42.449,13.702 42.864,14.117 42.864,14.628 L42.864,19.964 Z M41.938,12.401 C40.711,12.401 39.712,13.4 39.712,14.628 L39.712,19.964 C39.712,21.192 40.711,22.191 41.938,22.191 C43.165,22.191 44.164,21.192 44.164,19.964 L44.164,14.628 C44.164,13.4 43.165,12.401 41.938,12.401 L41.938,12.401 Z M6.738,19.964 C6.738,20.475 6.322,20.89 5.812,20.89 C5.301,20.89 4.886,20.475 4.886,19.964 L4.886,14.628 C4.886,14.117 5.301,13.702 5.812,13.702 C6.322,13.702 6.738,14.117 6.738,14.628 L6.738,19.964 Z M5.812,12.401 C4.584,12.401 3.586,13.4 3.586,14.628 L3.586,19.964 C3.586,21.192 4.584,22.191 5.812,22.191 C7.039,22.191 8.038,21.192 8.038,19.964 L8.038,14.628 C8.038,13.4 7.039,12.401 5.812,12.401 L5.812,12.401 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M10.645,34.191 L37.168,34.191 L37.168,25.57 L10.645,25.57 L10.645,34.191 Z M10.645,24.269 L37.168,24.269 L37.168,11.279 L10.645,11.279 L10.645,24.269 Z M10.645,9.978 L37.168,9.978 L37.168,5.89 L10.645,5.89 L10.645,9.978 Z M33.39,39.105 C33.39,39.797 32.768,40.36 32.005,40.36 C31.24,40.36 30.619,39.797 30.619,39.105 L30.619,35.492 L33.39,35.492 L33.39,39.105 Z M17.195,39.105 C17.195,39.797 16.573,40.36 15.809,40.36 C15.045,40.36 14.423,39.797 14.423,39.105 L14.423,35.492 L17.195,35.492 L17.195,39.105 Z M9.345,35.492 L13.124,35.492 L13.124,39.105 C13.124,40.514 14.328,41.661 15.809,41.661 C17.29,41.661 18.495,40.514 18.495,39.105 L18.495,35.492 L29.318,35.492 L29.318,39.105 C29.318,40.514 30.523,41.661 32.005,41.661 C33.485,41.661 34.69,40.514 34.69,39.105 L34.69,35.492 L38.468,35.492 L38.468,4.589 L9.345,4.589 L9.345,35.492 Z M32.005,30.801 C31.344,30.801 30.808,30.264 30.808,29.604 C30.808,28.945 31.344,28.408 32.005,28.408 C32.664,28.408 33.201,28.945 33.201,29.604 C33.201,30.264 32.664,30.801 32.005,30.801 L32.005,30.801 Z M32.005,27.408 C30.793,27.408 29.808,28.393 29.808,29.604 C29.808,30.816 30.793,31.801 32.005,31.801 C33.215,31.801 34.201,30.816 34.201,29.604 C34.201,28.393 33.215,27.408 32.005,27.408 L32.005,27.408 Z M19.156,8.281 L28.656,8.281 L28.656,7.281 L19.156,7.281 L19.156,8.281 Z M42.864,18.464 C42.864,18.975 42.449,19.39 41.938,19.39 C41.427,19.39 41.012,18.975 41.012,18.464 L41.012,13.128 C41.012,12.617 41.427,12.202 41.938,12.202 C42.449,12.202 42.864,12.617 42.864,13.128 L42.864,18.464 Z M41.938,10.901 C40.711,10.901 39.712,11.9 39.712,13.128 L39.712,18.464 C39.712,19.692 40.711,20.691 41.938,20.691 C43.166,20.691 44.164,19.692 44.164,18.464 L44.164,13.128 C44.164,11.9 43.166,10.901 41.938,10.901 L41.938,10.901 Z M6.738,18.464 C6.738,18.975 6.322,19.39 5.812,19.39 C5.301,19.39 4.886,18.975 4.886,18.464 L4.886,13.128 C4.886,12.617 5.301,12.202 5.812,12.202 C6.322,12.202 6.738,12.617 6.738,13.128 L6.738,18.464 Z M5.812,10.901 C4.585,10.901 3.586,11.9 3.586,13.128 L3.586,18.464 C3.586,19.692 4.585,20.691 5.812,20.691 C7.039,20.691 8.038,19.692 8.038,18.464 L8.038,13.128 C8.038,11.9 7.039,10.901 5.812,10.901 L5.812,10.901 Z M15.809,30.801 C15.15,30.801 14.613,30.264 14.613,29.604 C14.613,28.945 15.15,28.408 15.809,28.408 C16.469,28.408 17.006,28.945 17.006,29.604 C17.006,30.264 16.469,30.801 15.809,30.801 L15.809,30.801 Z M15.809,27.408 C14.598,27.408 13.613,28.393 13.613,29.604 C13.613,30.816 14.598,31.801 15.809,31.801 C17.021,31.801 18.006,30.816 18.006,29.604 C18.006,28.393 17.021,27.408 15.809,27.408 L15.809,27.408 Z\"\n />\n );\n\n const simplified = (\n <g fillRule=\"evenodd\" transform=\"translate(2.526 5.053)\">\n <polygon points=\"16.756 4.859 26.256 4.859 26.256 3.848 16.756 3.848\" />\n <path d=\"M8.22694737 6.56842105L34.7861053 6.56842105 34.7861053 2.44294737 8.22694737 2.44294737 8.22694737 6.56842105zM8.22568421 30.7818947L34.7848421 30.7818947 34.7848421 22.1242105 8.22568421 22.1242105 8.22568421 30.7818947zM31.0067368 34.1785263C31.0067368 34.8808421 30.3776842 35.4517895 29.6033684 35.4517895 28.8290526 35.4517895 28.1987368 34.8808421 28.1987368 34.1785263L28.1987368 32.0450526 31.0067368 32.0450526 31.0067368 34.1785263zM14.8130526 34.1785263C14.8130526 34.8808421 14.1827368 35.4517895 13.4084211 35.4517895 12.6341053 35.4517895 12.0037895 34.8808421 12.0037895 34.1785263L12.0037895 32.0450526 14.8130526 32.0450526 14.8130526 34.1785263zM8.22694737 20.8610526L34.7861053 20.8610526 34.7861053 7.83284211 8.22694737 7.83284211 8.22694737 20.8610526zM6.96252632 32.0450526L10.7406316 32.0450526 10.7406316 34.1785263C10.7406316 35.5768421 11.9381053 36.7149474 13.4084211 36.7149474 14.8787368 36.7149474 16.0762105 35.5768421 16.0762105 34.1785263L16.0762105 32.0450526 26.9355789 32.0450526 26.9355789 34.1785263C26.9355789 35.5768421 28.1317895 36.7149474 29.6033684 36.7149474 31.0736842 36.7149474 32.2698947 35.5768421 32.2698947 34.1785263L32.2698947 32.0450526 36.0492632 32.0450526 36.0492632 1.18105263 6.96252632 1.18105263 6.96252632 32.0450526zM4.35511579 15.1001684C4.35511579 15.5864842 3.96101053 15.9805895 3.47469474 15.9805895L3.34711579 15.9805895C2.8608 15.9805895 2.46669474 15.5864842 2.46669474 15.1001684L2.46669474 9.63574737C2.46669474 9.14943158 2.8608 8.75532632 3.34711579 8.75532632L3.47469474 8.75532632C3.96101053 8.75532632 4.35511579 9.14943158 4.35511579 9.63574737L4.35511579 15.1001684zM3.47469474 7.49216842L3.34711579 7.49216842C2.1648 7.49216842 1.20353684 8.45343158 1.20353684 9.63574737L1.20353684 15.1001684C1.20353684 16.2824842 2.1648 17.2437474 3.34711579 17.2437474L3.47469474 17.2437474C4.65701053 17.2437474 5.61827368 16.2824842 5.61827368 15.1001684L5.61827368 9.63574737C5.61827368 8.45343158 4.65701053 7.49216842 3.47469474 7.49216842L3.47469474 7.49216842zM40.4815579 15.1001684C40.4815579 15.5864842 40.0861895 15.9805895 39.6011368 15.9805895L39.4735579 15.9805895C38.9872421 15.9805895 38.5918737 15.5864842 38.5918737 15.1001684L38.5918737 9.63574737C38.5918737 9.14943158 38.9872421 8.75532632 39.4735579 8.75532632L39.6011368 8.75532632C40.0861895 8.75532632 40.4815579 9.14943158 40.4815579 9.63574737L40.4815579 15.1001684zM39.6011368 7.49216842L39.4735579 7.49216842C38.2912421 7.49216842 37.3287158 8.45343158 37.3287158 9.63574737L37.3287158 15.1001684C37.3287158 16.2824842 38.2912421 17.2437474 39.4735579 17.2437474L39.6011368 17.2437474C40.7834526 17.2437474 41.7447158 16.2824842 41.7447158 15.1001684L41.7447158 9.63574737C41.7447158 8.45343158 40.7834526 7.49216842 39.6011368 7.49216842L39.6011368 7.49216842z\" />\n <path d=\"M13.4080421 27.3679579C12.7512 27.3679579 12.2168842 26.8336421 12.2168842 26.1768 12.2168842 25.5199579 12.7512 24.9856421 13.4080421 24.9856421 14.0648842 24.9856421 14.5992 25.5199579 14.5992 26.1768 14.5992 26.8336421 14.0648842 27.3679579 13.4080421 27.3679579M13.4080421 23.9738526C12.1941474 23.9738526 11.2063579 24.9629053 11.2063579 26.1768 11.2063579 27.3919579 12.1941474 28.3797474 13.4080421 28.3797474 14.6219368 28.3797474 15.6097263 27.3919579 15.6097263 26.1768 15.6097263 24.9629053 14.6219368 23.9738526 13.4080421 23.9738526M29.6033684 27.3679579C28.9465263 27.3679579 28.4122105 26.8336421 28.4122105 26.1768 28.4122105 25.5199579 28.9465263 24.9856421 29.6033684 24.9856421 30.2602105 24.9856421 30.7945263 25.5199579 30.7945263 26.1768 30.7945263 26.8336421 30.2602105 27.3679579 29.6033684 27.3679579M29.6033684 23.9738526C28.3894737 23.9738526 27.4016842 24.9629053 27.4016842 26.1768 27.4016842 27.3919579 28.3894737 28.3797474 29.6033684 28.3797474 30.8172632 28.3797474 31.8050526 27.3919579 31.8050526 26.1768 31.8050526 24.9629053 30.8172632 23.9738526 29.6033684 23.9738526\" />\n </g>\n );\n\n const simplifiedHover = (\n <g fillRule=\"evenodd\" transform=\"translate(2.526 3.79)\">\n <path d=\"M8.22568421 6.33221053L34.7861053 6.33221053 34.7861053 2.20673684 8.22568421 2.20673684 8.22568421 6.33221053zM8.22568421 30.5444211L34.7861053 30.5444211 34.7861053 21.8867368 8.22568421 21.8867368 8.22568421 30.5444211zM31.0067368 35.4416842C31.0067368 36.144 30.3776842 36.7149474 29.6033684 36.7149474 28.8290526 36.7149474 28.1987368 36.144 28.1987368 35.4416842L28.1987368 31.8088421 31.0067368 31.8088421 31.0067368 35.4416842zM14.8117895 35.4416842C14.8117895 36.144 14.1827368 36.7149474 13.4084211 36.7149474 12.6328421 36.7149474 12.0037895 36.144 12.0037895 35.4416842L12.0037895 31.8088421 14.8117895 31.8088421 14.8117895 35.4416842zM8.22568421 20.6235789L34.7861053 20.6235789 34.7861053 7.59536842 8.22568421 7.59536842 8.22568421 20.6235789zM6.96252632 31.8088421L10.7406316 31.8088421 10.7406316 35.4416842C10.7406316 36.84 11.9368421 37.9781053 13.4084211 37.9781053 14.8787368 37.9781053 16.0749474 36.84 16.0749474 35.4416842L16.0749474 31.8088421 26.9355789 31.8088421 26.9355789 35.4416842C26.9355789 36.84 28.1317895 37.9781053 29.6033684 37.9781053 31.0736842 37.9781053 32.2698947 36.84 32.2698947 35.4416842L32.2698947 31.8088421 36.0492632 31.8088421 36.0492632.943578947 6.96252632.943578947 6.96252632 31.8088421zM4.35511579 14.8004211C4.35511579 15.3208421 3.93195789 15.744 3.41027368 15.744 2.88985263 15.744 2.46543158 15.3208421 2.46543158 14.8004211L2.46543158 9.46231579C2.46543158 8.94189474 2.88985263 8.51747368 3.41027368 8.51747368 3.93195789 8.51747368 4.35511579 8.94189474 4.35511579 9.46231579L4.35511579 14.8004211zM3.41027368 7.25431579C2.19385263 7.25431579 1.20227368 8.24589474 1.20227368 9.46231579L1.20227368 14.8004211C1.20227368 16.0168421 2.19385263 17.0071579 3.41027368 17.0071579 4.62795789 17.0071579 5.61827368 16.0168421 5.61827368 14.8004211L5.61827368 9.46231579C5.61827368 8.24589474 4.62795789 7.25431579 3.41027368 7.25431579L3.41027368 7.25431579zM40.4809263 14.8004211C40.4809263 15.3208421 40.0577684 15.744 39.5360842 15.744 39.0156632 15.744 38.5925053 15.3208421 38.5925053 14.8004211L38.5925053 9.46231579C38.5925053 8.94189474 39.0156632 8.51747368 39.5360842 8.51747368 40.0577684 8.51747368 40.4809263 8.94189474 40.4809263 9.46231579L40.4809263 14.8004211zM39.5360842 7.25431579C38.3196632 7.25431579 37.3293474 8.24589474 37.3293474 9.46231579L37.3293474 14.8004211C37.3293474 16.0168421 38.3196632 17.0071579 39.5360842 17.0071579 40.7537684 17.0071579 41.7440842 16.0168421 41.7440842 14.8004211L41.7440842 9.46231579C41.7440842 8.24589474 40.7537684 7.25431579 39.5360842 7.25431579L39.5360842 7.25431579z\" />\n <path d=\"M13.4080421 27.1311158C12.7512 27.1311158 12.2168842 26.5968 12.2168842 25.9399579 12.2168842 25.2831158 12.7512 24.7488 13.4080421 24.7488 14.0648842 24.7488 14.5992 25.2831158 14.5992 25.9399579 14.5992 26.5968 14.0648842 27.1311158 13.4080421 27.1311158M13.4080421 23.7370105C12.1941474 23.7370105 11.2063579 24.7260632 11.2063579 25.9399579 11.2063579 27.1551158 12.1941474 28.1429053 13.4080421 28.1429053 14.6219368 28.1429053 15.6097263 27.1551158 15.6097263 25.9399579 15.6097263 24.7260632 14.6219368 23.7370105 13.4080421 23.7370105M29.6027368 27.1311158C28.9458947 27.1311158 28.4115789 26.5968 28.4115789 25.9399579 28.4115789 25.2831158 28.9458947 24.7488 29.6027368 24.7488 30.2595789 24.7488 30.7938947 25.2831158 30.7938947 25.9399579 30.7938947 26.5968 30.2595789 27.1311158 29.6027368 27.1311158M29.6027368 23.7370105C28.3888421 23.7370105 27.4010526 24.7260632 27.4010526 25.9399579 27.4010526 27.1551158 28.3888421 28.1429053 29.6027368 28.1429053 30.8166316 28.1429053 31.8044211 27.1551158 31.8044211 25.9399579 31.8044211 24.7260632 30.8166316 23.7370105 29.6027368 23.7370105\" />\n <polygon points=\"16.756 4.623 26.256 4.623 26.256 3.611 16.756 3.611\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Bus;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Calendar = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.8604,22.9863 C33.4024,22.9863 33.8434,23.4273 33.8434,23.9693 C33.8434,24.5123 33.4024,24.9533 32.8604,24.9533 C32.3184,24.9533 31.8774,24.5123 31.8774,23.9693 C31.8774,23.4273 32.3184,22.9863 32.8604,22.9863 L32.8604,22.9863 Z M32.8604,26.0163 C33.9884,26.0163 34.9064,25.0983 34.9064,23.9693 C34.9064,22.8413 33.9884,21.9233 32.8604,21.9233 C31.7324,21.9233 30.8144,22.8413 30.8144,23.9693 C30.8144,25.0983 31.7324,26.0163 32.8604,26.0163 L32.8604,26.0163 Z M39.0704,18.1523 L8.6794,18.1523 L8.6794,11.9583 L12.5264,11.9583 L12.5264,13.1193 C12.5264,14.3553 13.5314,15.3603 14.7674,15.3603 C16.0034,15.3603 17.0084,14.3553 17.0084,13.1193 L17.0084,11.9583 L30.6194,11.9583 L30.6194,13.1193 C30.6194,14.3553 31.6254,15.3603 32.8604,15.3603 C34.0964,15.3603 35.1014,14.3553 35.1014,13.1193 L35.1014,11.9583 L39.0704,11.9583 L39.0704,18.1523 Z M8.6784,35.9813 L39.0704,35.9813 L39.0704,19.4513 L8.6784,19.4513 L8.6784,35.9813 Z M13.8264,9.7093 C13.8264,9.1913 14.2484,8.7683 14.7674,8.7683 C15.2864,8.7683 15.7084,9.1913 15.7084,9.7093 L15.7084,13.1193 C15.7084,13.6383 15.2864,14.0603 14.7674,14.0603 C14.2484,14.0603 13.8264,13.6383 13.8264,13.1193 L13.8264,9.7093 Z M31.9194,9.7093 C31.9194,9.1913 32.3414,8.7683 32.8604,8.7683 C33.3794,8.7683 33.8014,9.1913 33.8014,9.7093 L33.8014,13.1193 C33.8014,13.6383 33.3794,14.0603 32.8604,14.0603 C32.3414,14.0603 31.9194,13.6383 31.9194,13.1193 L31.9194,9.7093 Z M35.1014,10.6583 L35.1014,9.7093 C35.1014,8.4733 34.0964,7.4683 32.8604,7.4683 C31.6254,7.4683 30.6194,8.4733 30.6194,9.7093 L30.6194,10.6583 L17.0084,10.6583 L17.0084,9.7093 C17.0084,8.4733 16.0034,7.4683 14.7674,7.4683 C13.5314,7.4683 12.5264,8.4733 12.5264,9.7093 L12.5264,10.6583 L7.3794,10.6583 L7.3794,37.2813 L40.3714,37.2813 L40.3714,10.6583 L35.1014,10.6583 Z M26.9444,26.8263 C27.4874,26.8263 27.9284,27.2673 27.9284,27.8093 C27.9284,28.3523 27.4874,28.7933 26.9444,28.7933 C26.4024,28.7933 25.9614,28.3523 25.9614,27.8093 C25.9614,27.2673 26.4024,26.8263 26.9444,26.8263 L26.9444,26.8263 Z M26.9444,29.8563 C28.0734,29.8563 28.9914,28.9383 28.9914,27.8093 C28.9914,26.6813 28.0734,25.7633 26.9444,25.7633 C25.8164,25.7633 24.8984,26.6813 24.8984,27.8093 C24.8984,28.9383 25.8164,29.8563 26.9444,29.8563 L26.9444,29.8563 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.8434,23.9693 C33.8434,24.5123 33.4024,24.9533 32.8604,24.9533 C32.3184,24.9533 31.8774,24.5123 31.8774,23.9693 C31.8774,23.4273 32.3184,22.9863 32.8604,22.9863 C33.4024,22.9863 33.8434,23.4273 33.8434,23.9693 Z M34.9064,23.9693 C34.9064,22.8413 33.9884,21.9233 32.8604,21.9233 C31.7324,21.9233 30.8144,22.8413 30.8144,23.9693 C30.8144,25.0983 31.7324,26.0163 32.8604,26.0163 C33.9884,26.0163 34.9064,25.0983 34.9064,23.9693 Z M39.0704,18.1523 L8.6794,18.1523 L8.6794,11.9583 L12.5264,11.9583 L12.5264,13.1193 C12.5264,14.3553 13.5314,15.3603 14.7674,15.3603 C16.0034,15.3603 17.0084,14.3553 17.0084,13.1193 L17.0084,11.9583 L30.6194,11.9583 L30.6194,13.1193 C30.6194,14.3553 31.6254,15.3603 32.8604,15.3603 C34.0964,15.3603 35.1014,14.3553 35.1014,13.1193 L35.1014,11.9583 L39.0704,11.9583 L39.0704,18.1523 Z M8.6784,35.9813 L39.0704,35.9813 L39.0704,19.4513 L8.6784,19.4513 L8.6784,35.9813 Z M13.8264,9.7093 C13.8264,9.1913 14.2484,8.7683 14.7674,8.7683 C15.2864,8.7683 15.7084,9.1913 15.7084,9.7093 L15.7084,13.1193 C15.7084,13.6383 15.2864,14.0603 14.7674,14.0603 C14.2484,14.0603 13.8264,13.6383 13.8264,13.1193 L13.8264,9.7093 Z M31.9194,9.7093 C31.9194,9.1913 32.3414,8.7683 32.8604,8.7683 C33.3794,8.7683 33.8014,9.1913 33.8014,9.7093 L33.8014,13.1193 C33.8014,13.6383 33.3794,14.0603 32.8604,14.0603 C32.3414,14.0603 31.9194,13.6383 31.9194,13.1193 L31.9194,9.7093 Z M35.1014,10.6583 L35.1014,9.7093 C35.1014,8.4733 34.0964,7.4683 32.8604,7.4683 C31.6254,7.4683 30.6194,8.4733 30.6194,9.7093 L30.6194,10.6583 L17.0084,10.6583 L17.0084,9.7093 C17.0084,8.4733 16.0034,7.4683 14.7674,7.4683 C13.5314,7.4683 12.5264,8.4733 12.5264,9.7093 L12.5264,10.6583 L7.3794,10.6583 L7.3794,37.2813 L40.3714,37.2813 L40.3714,10.6583 L35.1014,10.6583 Z M23.9284,27.8093 C23.9284,28.3523 23.4874,28.7933 22.9444,28.7933 C22.4024,28.7933 21.9614,28.3523 21.9614,27.8093 C21.9614,27.2673 22.4024,26.8263 22.9444,26.8263 C23.4874,26.8263 23.9284,27.2673 23.9284,27.8093 Z M24.9914,27.8093 C24.9914,26.6813 24.0734,25.7633 22.9444,25.7633 C21.8164,25.7633 20.8984,26.6813 20.8984,27.8093 C20.8984,28.9383 21.8164,29.8563 22.9444,29.8563 C24.0734,29.8563 24.9914,28.9383 24.9914,27.8093 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M38.8874526,16.7096842 L8.59945263,16.7096842 L8.59945263,10.5126316 L12.4609263,10.5126316 L12.4609263,11.6835789 C12.4609263,12.9063158 13.4550316,13.8991579 14.6765053,13.8991579 C15.8979789,13.8991579 16.8920842,12.9063158 16.8920842,11.6835789 L16.8920842,10.5126316 L30.4735579,10.5126316 L30.4735579,11.6835789 C30.4735579,12.9063158 31.4676632,13.8991579 32.6891368,13.8991579 C33.9106105,13.8991579 34.9047158,12.9063158 34.9047158,11.6835789 L34.9047158,10.5126316 L38.8874526,10.5126316 L38.8874526,16.7096842 Z M8.59945263,34.4608421 L38.8874526,34.4608421 L38.8874526,17.9728421 L8.59945263,17.9728421 L8.59945263,34.4608421 Z M13.7240842,8.28947368 C13.7240842,7.764 14.1510316,7.33705263 14.6765053,7.33705263 C15.2019789,7.33705263 15.6289263,7.764 15.6289263,8.28947368 L15.6289263,11.6835789 C15.6289263,12.2090526 15.2019789,12.636 14.6765053,12.636 C14.1510316,12.636 13.7240842,12.2090526 13.7240842,11.6835789 L13.7240842,8.28947368 Z M31.7367158,8.28947368 C31.7367158,7.764 32.1636632,7.33705263 32.6891368,7.33705263 C33.2146105,7.33705263 33.6415579,7.764 33.6415579,8.28947368 L33.6415579,11.6835789 C33.6415579,12.2090526 33.2146105,12.636 32.6891368,12.636 C32.1636632,12.636 31.7367158,12.2090526 31.7367158,11.6835789 L31.7367158,8.28947368 Z M34.9047158,9.24947368 L34.9047158,8.28947368 C34.9047158,7.068 33.9106105,6.07389474 32.6891368,6.07389474 C31.4676632,6.07389474 30.4735579,7.068 30.4735579,8.28947368 L30.4735579,9.24947368 L16.8920842,9.24947368 L16.8920842,8.28947368 C16.8920842,7.068 15.8979789,6.07389474 14.6765053,6.07389474 C13.4550316,6.07389474 12.4609263,7.068 12.4609263,8.28947368 L12.4609263,9.24947368 L7.33629474,9.24947368 L7.33629474,35.724 L40.1506105,35.724 L40.1506105,9.24947368 L34.9047158,9.24947368 Z M27.6706105,28.2928421 C28.5030316,28.2928421 29.1788211,27.6183158 29.1788211,26.7846316 C29.1788211,25.9522105 28.5030316,25.2764211 27.6706105,25.2764211 C26.8369263,25.2764211 26.1624,25.9522105 26.1624,26.7846316 C26.1624,27.6183158 26.8369263,28.2928421 27.6706105,28.2928421 L27.6706105,28.2928421 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M38.8878316,16.7096842 L8.59856842,16.7096842 L8.59856842,10.5126316 L12.4600421,10.5126316 L12.4600421,11.6835789 C12.4600421,12.9063158 13.4541474,13.8991579 14.6768842,13.8991579 C15.8983579,13.8991579 16.8912,12.9063158 16.8912,11.6835789 L16.8912,10.5126316 L30.4739368,10.5126316 L30.4739368,11.6835789 C30.4739368,12.9063158 31.4667789,13.8991579 32.6895158,13.8991579 C33.9109895,13.8991579 34.9050947,12.9063158 34.9050947,11.6835789 L34.9050947,10.5126316 L38.8878316,10.5126316 L38.8878316,16.7096842 Z M8.59856842,34.4608421 L38.8878316,34.4608421 L38.8878316,17.9728421 L8.59856842,17.9728421 L8.59856842,34.4608421 Z M13.7232,8.28947368 C13.7232,7.764 14.1514105,7.33705263 14.6768842,7.33705263 C15.2010947,7.33705263 15.6280421,7.764 15.6280421,8.28947368 L15.6280421,11.6835789 C15.6280421,12.2090526 15.2010947,12.636 14.6768842,12.636 C14.1514105,12.636 13.7232,12.2090526 13.7232,11.6835789 L13.7232,8.28947368 Z M31.7370947,8.28947368 C31.7370947,7.764 32.1640421,7.33705263 32.6895158,7.33705263 C33.2149895,7.33705263 33.6419368,7.764 33.6419368,8.28947368 L33.6419368,11.6835789 C33.6419368,12.2090526 33.2149895,12.636 32.6895158,12.636 C32.1640421,12.636 31.7370947,12.2090526 31.7370947,11.6835789 L31.7370947,8.28947368 Z M34.9050947,9.24947368 L34.9050947,8.28947368 C34.9050947,7.068 33.9109895,6.07389474 32.6895158,6.07389474 C31.4667789,6.07389474 30.4739368,7.068 30.4739368,8.28947368 L30.4739368,9.24947368 L16.8912,9.24947368 L16.8912,8.28947368 C16.8912,7.068 15.8983579,6.07389474 14.6768842,6.07389474 C13.4541474,6.07389474 12.4600421,7.068 12.4600421,8.28947368 L12.4600421,9.24947368 L7.33541053,9.24947368 L7.33541053,35.724 L40.1509895,35.724 L40.1509895,9.24947368 L34.9050947,9.24947368 Z M27.6709895,28.2928421 C28.5034105,28.2928421 29.1779368,27.6183158 29.1779368,26.7846316 C29.1779368,25.9522105 28.5034105,25.2764211 27.6709895,25.2764211 C26.8373053,25.2764211 26.1615158,25.9522105 26.1615158,26.7846316 C26.1615158,27.6183158 26.8373053,28.2928421 27.6709895,28.2928421 L27.6709895,28.2928421 Z M32.6895158,23.9955789 C33.5219368,23.9955789 34.1977263,23.3197895 34.1977263,22.4873684 C34.1977263,21.6536842 33.5219368,20.9778947 32.6895158,20.9778947 C31.8558316,20.9778947 31.1813053,21.6536842 31.1813053,22.4873684 C31.1813053,23.3197895 31.8558316,23.9955789 32.6895158,23.9955789 L32.6895158,23.9955789 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Calendar;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst CalendarEvent = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.7205,39.2468 C33.4655,39.2468 31.4975,38.0178 30.4375,36.1978 L30.4375,35.9818 L30.3135,35.9818 C29.8625,35.1288 29.6045,34.1598 29.6045,33.1298 C29.6045,29.7568 32.3475,27.0128 35.7205,27.0128 C39.0935,27.0128 41.8375,29.7568 41.8375,33.1298 C41.8375,36.5028 39.0935,39.2468 35.7205,39.2468 L35.7205,39.2468 Z M28.8755,35.9818 L8.6795,35.9818 L8.6795,19.4518 L39.0705,19.4518 L39.0705,26.5208 C38.0625,26.0078 36.9265,25.7128 35.7205,25.7128 C31.6305,25.7128 28.3035,29.0398 28.3035,33.1298 C28.3035,34.1398 28.5085,35.1028 28.8755,35.9818 L28.8755,35.9818 Z M8.6795,11.9578 L12.5265,11.9578 L12.5265,13.1198 C12.5265,14.3548 13.5325,15.3598 14.7675,15.3598 C16.0025,15.3598 17.0085,14.3548 17.0085,13.1198 L17.0085,11.9578 L30.6185,11.9578 L30.6185,13.1198 C30.6185,14.3548 31.6245,15.3598 32.8605,15.3598 C34.0965,15.3598 35.1025,14.3548 35.1025,13.1198 L35.1025,11.9578 L39.0705,11.9578 L39.0705,18.1518 L8.6795,18.1518 L8.6795,11.9578 Z M13.8265,9.7098 C13.8265,9.1908 14.2485,8.7678 14.7675,8.7678 C15.2855,8.7678 15.7075,9.1908 15.7075,9.7098 L15.7075,13.1198 C15.7075,13.6378 15.2855,14.0598 14.7675,14.0598 C14.2485,14.0598 13.8265,13.6378 13.8265,13.1198 L13.8265,9.7098 Z M31.9195,9.7098 C31.9195,9.1908 32.3415,8.7678 32.8605,8.7678 C33.3795,8.7678 33.8015,9.1908 33.8015,9.7098 L33.8015,13.1198 C33.8015,13.6378 33.3795,14.0598 32.8605,14.0598 C32.3415,14.0598 31.9195,13.6378 31.9195,13.1198 L31.9195,9.7098 Z M40.3705,27.3598 L40.3705,10.6588 L35.1025,10.6588 L35.1025,9.7098 C35.1025,8.4738 34.0965,7.4688 32.8605,7.4688 C31.6245,7.4688 30.6185,8.4738 30.6185,9.7098 L30.6185,10.6588 L17.0085,10.6588 L17.0085,9.7098 C17.0085,8.4738 16.0025,7.4688 14.7675,7.4688 C13.5325,7.4688 12.5265,8.4738 12.5265,9.7098 L12.5265,10.6588 L7.3785,10.6588 L7.3785,37.2818 L29.5775,37.2818 C30.9125,39.2498 33.1675,40.5468 35.7205,40.5468 C39.8105,40.5468 43.1385,37.2198 43.1385,33.1298 C43.1385,30.7998 42.0565,28.7208 40.3705,27.3598 L40.3705,27.3598 Z M36.2205,29.7998 L35.2205,29.7998 L35.2205,33.6298 L38.2775,33.6298 L38.2775,32.6298 L36.2205,32.6298 L36.2205,29.7998 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.9499,30.2698 L37.0849,29.7698 L34.8539,33.6298 L38.2769,33.6298 L38.2769,32.6298 L36.5869,32.6298 L37.9499,30.2698 Z M35.7209,39.2468 C32.3469,39.2468 29.6039,36.5028 29.6039,33.1298 C29.6039,29.7568 32.3469,27.0128 35.7209,27.0128 C39.0939,27.0128 41.8379,29.7568 41.8379,33.1298 C41.8379,36.5028 39.0939,39.2468 35.7209,39.2468 L35.7209,39.2468 Z M28.8759,35.9818 L8.6789,35.9818 L8.6789,19.4518 L39.0699,19.4518 L39.0699,26.5208 C38.0619,26.0078 36.9269,25.7128 35.7209,25.7128 C31.6309,25.7128 28.3039,29.0398 28.3039,33.1298 C28.3039,34.1398 28.5089,35.1028 28.8759,35.9818 L28.8759,35.9818 Z M8.6789,11.9578 L12.5259,11.9578 L12.5259,13.1198 C12.5259,14.3548 13.5319,15.3598 14.7669,15.3598 C16.0039,15.3598 17.0099,14.3548 17.0099,13.1198 L17.0099,11.9578 L30.6189,11.9578 L30.6189,13.1198 C30.6189,14.3548 31.6249,15.3598 32.8609,15.3598 C34.0959,15.3598 35.1019,14.3548 35.1019,13.1198 L35.1019,11.9578 L39.0699,11.9578 L39.0699,18.1518 L8.6789,18.1518 L8.6789,11.9578 Z M13.8269,9.7098 C13.8269,9.1908 14.2489,8.7688 14.7669,8.7688 C15.2869,8.7688 15.7089,9.1908 15.7089,9.7098 L15.7089,13.1198 C15.7089,13.6378 15.2869,14.0608 14.7669,14.0608 C14.2489,14.0608 13.8269,13.6378 13.8269,13.1198 L13.8269,9.7098 Z M31.9199,9.7098 C31.9199,9.1908 32.3419,8.7688 32.8609,8.7688 C33.3799,8.7688 33.8019,9.1908 33.8019,9.7098 L33.8019,13.1198 C33.8019,13.6378 33.3799,14.0608 32.8609,14.0608 C32.3419,14.0608 31.9199,13.6378 31.9199,13.1198 L31.9199,9.7098 Z M40.3709,27.3598 L40.3709,10.6588 L35.1019,10.6588 L35.1019,9.7098 C35.1019,8.4738 34.0959,7.4688 32.8609,7.4688 C31.6249,7.4688 30.6189,8.4738 30.6189,9.7098 L30.6189,10.6588 L17.0099,10.6588 L17.0099,9.7098 C17.0099,8.4738 16.0039,7.4688 14.7669,7.4688 C13.5319,7.4688 12.5259,8.4738 12.5259,9.7098 L12.5259,10.6588 L7.3789,10.6588 L7.3789,37.2818 L29.5779,37.2818 C30.9129,39.2498 33.1679,40.5468 35.7209,40.5468 C39.8099,40.5468 43.1379,37.2198 43.1379,33.1298 C43.1379,30.7998 42.0559,28.7208 40.3709,27.3598 L40.3709,27.3598 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default CalendarEvent;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst CalendarSave = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M9.51,34.649 L39.661,34.649 L39.661,18.298 L9.51,18.298 L9.51,34.649 Z M9.51,10.838 L9.51,16.898 L39.661,16.898 L39.661,10.838 L35.815,10.838 L35.815,12.271 C35.815,13.348 34.938,14.225 33.861,14.225 L33.201,14.225 C32.124,14.225 31.247,13.348 31.247,12.271 L31.247,10.838 L17.802,10.838 L17.802,12.271 C17.802,13.348 16.926,14.225 15.848,14.225 L15.188,14.225 C14.111,14.225 13.234,13.348 13.234,12.271 L13.234,10.838 L9.51,10.838 Z M14.634,12.271 C14.634,12.577 14.883,12.825 15.188,12.825 L15.848,12.825 C16.154,12.825 16.402,12.577 16.402,12.271 L16.402,8.216 C16.402,7.911 16.154,7.663 15.848,7.663 L15.188,7.663 C14.883,7.663 14.634,7.911 14.634,8.216 L14.634,12.271 Z M32.647,12.271 C32.647,12.577 32.895,12.825 33.201,12.825 L33.861,12.825 C34.167,12.825 34.415,12.577 34.415,12.271 L34.415,8.216 C34.415,7.911 34.167,7.663 33.861,7.663 L33.201,7.663 C32.895,7.663 32.647,7.911 32.647,8.216 L32.647,12.271 Z M41.061,9.438 L41.061,36.049 L8.11,36.049 L8.11,9.438 L13.234,9.438 L13.234,8.216 C13.234,7.139 14.111,6.262 15.188,6.262 L15.848,6.262 C16.926,6.262 17.802,7.139 17.802,8.216 L17.802,9.438 L31.247,9.438 L31.247,8.216 C31.247,7.139 32.124,6.262 33.201,6.262 L33.861,6.262 C34.938,6.262 35.815,7.139 35.815,8.216 L35.815,9.438 L41.061,9.438 Z M29.026,26.396 L29.995,27.406 L24.604,32.583 L19.181,27.495 L20.139,26.474 L23.885,29.988 L23.885,22.846 L25.285,22.846 L25.285,29.987 L29.026,26.396 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.136,34.6488 L29.41,32.4648 L28.44,31.4558 L25.115,34.6488 L24.7,34.6488 L24.7,27.9048 L23.3,27.9048 L23.3,34.6488 L22.875,34.6488 L19.554,31.5328 L18.596,32.5538 L20.829,34.6488 L8.925,34.6488 L8.925,18.2978 L19.062,18.2978 L24.019,22.9488 L28.862,18.2978 L39.075,18.2978 L39.075,34.6488 L27.136,34.6488 Z M23.3,18.2978 L23.3,20.3668 L21.052,18.2978 L23.3,18.2978 Z M24.7,18.2978 L26.875,18.2978 L24.7,20.3618 L24.7,18.2978 Z M12.649,10.8378 L12.649,12.2708 C12.649,13.3478 13.526,14.2248 14.603,14.2248 L15.263,14.2248 C16.34,14.2248 17.217,13.3478 17.217,12.2708 L17.217,10.8378 L30.661,10.8378 L30.661,12.2708 C30.661,13.3478 31.538,14.2248 32.616,14.2248 L33.276,14.2248 C34.353,14.2248 35.23,13.3478 35.23,12.2708 L35.23,10.8378 L39.075,10.8378 L39.075,16.8978 L8.925,16.8978 L8.925,10.8378 L12.649,10.8378 Z M14.049,8.2158 C14.049,7.9108 14.297,7.6628 14.603,7.6628 L15.263,7.6628 C15.569,7.6628 15.817,7.9108 15.817,8.2158 L15.817,12.2708 C15.817,12.5768 15.569,12.8248 15.263,12.8248 L14.603,12.8248 C14.297,12.8248 14.049,12.5768 14.049,12.2708 L14.049,8.2158 Z M32.062,8.2158 C32.062,7.9108 32.31,7.6628 32.616,7.6628 L33.276,7.6628 C33.581,7.6628 33.83,7.9108 33.83,8.2158 L33.83,12.2708 C33.83,12.5768 33.581,12.8248 33.276,12.8248 L32.616,12.8248 C32.31,12.8248 32.062,12.5768 32.062,12.2708 L32.062,8.2158 Z M35.23,9.4378 L35.23,8.2158 C35.23,7.1388 34.353,6.2618 33.276,6.2618 L32.616,6.2618 C31.538,6.2618 30.661,7.1388 30.661,8.2158 L30.661,9.4378 L17.217,9.4378 L17.217,8.2158 C17.217,7.1388 16.34,6.2618 15.263,6.2618 L14.603,6.2618 C13.526,6.2618 12.649,7.1388 12.649,8.2158 L12.649,9.4378 L7.524,9.4378 L7.524,36.0488 L22.321,36.0488 L25.678,36.0488 L40.476,36.0488 L40.476,9.4378 L35.23,9.4378 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M1.51,28.649 L31.661,28.649 L31.661,12.298 L1.51,12.298 L1.51,28.649 Z M1.51,4.838 L1.51,10.898 L31.661,10.898 L31.661,4.838 L27.815,4.838 L27.815,6.271 C27.815,7.348 26.938,8.225 25.861,8.225 L25.201,8.225 C24.124,8.225 23.247,7.348 23.247,6.271 L23.247,4.838 L9.802,4.838 L9.802,6.271 C9.802,7.348 8.926,8.225 7.848,8.225 L7.188,8.225 C6.111,8.225 5.234,7.348 5.234,6.271 L5.234,4.838 L1.51,4.838 Z M6.634,6.271 C6.634,6.577 6.883,6.825 7.188,6.825 L7.848,6.825 C8.154,6.825 8.402,6.577 8.402,6.271 L8.402,2.216 C8.402,1.911 8.154,1.663 7.848,1.663 L7.188,1.663 C6.883,1.663 6.634,1.911 6.634,2.216 L6.634,6.271 Z M24.647,6.271 C24.647,6.577 24.895,6.825 25.201,6.825 L25.861,6.825 C26.167,6.825 26.415,6.577 26.415,6.271 L26.415,2.216 C26.415,1.911 26.167,1.663 25.861,1.663 L25.201,1.663 C24.895,1.663 24.647,1.911 24.647,2.216 L24.647,6.271 Z M33.061,3.438 L33.061,30.049 L0.11,30.049 L0.11,3.438 L5.234,3.438 L5.234,2.216 C5.234,1.139 6.111,0.262 7.188,0.262 L7.848,0.262 C8.926,0.262 9.802,1.139 9.802,2.216 L9.802,3.438 L23.247,3.438 L23.247,2.216 C23.247,1.139 24.124,0.262 25.201,0.262 L25.861,0.262 C26.938,0.262 27.815,1.139 27.815,2.216 L27.815,3.438 L33.061,3.438 Z M21.026,20.396 L21.995,21.406 L16.604,26.583 L11.181,21.495 L12.139,20.474 L15.885,23.988 L15.885,16.846 L17.285,16.846 L17.285,23.987 L21.026,20.396 Z\"\n transform=\"translate(8 6)\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.136,28.6488 L22.41,26.4648 L21.44,25.4558 L18.115,28.6488 L17.7,28.6488 L17.7,21.9048 L16.3,21.9048 L16.3,28.6488 L15.875,28.6488 L12.554,25.5328 L11.596,26.5538 L13.829,28.6488 L1.925,28.6488 L1.925,12.2978 L12.062,12.2978 L17.019,16.9488 L21.862,12.2978 L32.075,12.2978 L32.075,28.6488 L20.136,28.6488 Z M16.3,12.2978 L16.3,14.3668 L14.052,12.2978 L16.3,12.2978 Z M17.7,12.2978 L19.875,12.2978 L17.7,14.3618 L17.7,12.2978 Z M5.649,4.8378 L5.649,6.2708 C5.649,7.3478 6.526,8.2248 7.603,8.2248 L8.263,8.2248 C9.34,8.2248 10.217,7.3478 10.217,6.2708 L10.217,4.8378 L23.661,4.8378 L23.661,6.2708 C23.661,7.3478 24.538,8.2248 25.616,8.2248 L26.276,8.2248 C27.353,8.2248 28.23,7.3478 28.23,6.2708 L28.23,4.8378 L32.075,4.8378 L32.075,10.8978 L1.925,10.8978 L1.925,4.8378 L5.649,4.8378 Z M7.049,2.2158 C7.049,1.9108 7.297,1.6628 7.603,1.6628 L8.263,1.6628 C8.569,1.6628 8.817,1.9108 8.817,2.2158 L8.817,6.2708 C8.817,6.5768 8.569,6.8248 8.263,6.8248 L7.603,6.8248 C7.297,6.8248 7.049,6.5768 7.049,6.2708 L7.049,2.2158 Z M25.062,2.2158 C25.062,1.9108 25.31,1.6628 25.616,1.6628 L26.276,1.6628 C26.581,1.6628 26.83,1.9108 26.83,2.2158 L26.83,6.2708 C26.83,6.5768 26.581,6.8248 26.276,6.8248 L25.616,6.8248 C25.31,6.8248 25.062,6.5768 25.062,6.2708 L25.062,2.2158 Z M28.23,3.4378 L28.23,2.2158 C28.23,1.1388 27.353,0.2618 26.276,0.2618 L25.616,0.2618 C24.538,0.2618 23.661,1.1388 23.661,2.2158 L23.661,3.4378 L10.217,3.4378 L10.217,2.2158 C10.217,1.1388 9.34,0.2618 8.263,0.2618 L7.603,0.2618 C6.526,0.2618 5.649,1.1388 5.649,2.2158 L5.649,3.4378 L0.524,3.4378 L0.524,30.0488 L15.321,30.0488 L18.678,30.0488 L33.476,30.0488 L33.476,3.4378 L28.23,3.4378 Z\"\n transform=\"translate(7 6)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default CalendarSave;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Cancer = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(7 6)\">\n <path d=\"M17.2644,8.9799 C15.2734,8.9799 13.6544,7.3609 13.6544,5.3699 C13.6544,4.4049 14.0294,3.4979 14.7114,2.8159 C15.3924,2.1339 16.2994,1.7589 17.2644,1.7589 C19.2554,1.7589 20.8744,3.3779 20.8744,5.3699 C20.8744,7.3609 19.2554,8.9799 17.2644,8.9799 M22.1754,5.3699 C22.1754,2.6619 19.9724,0.4589 17.2644,0.4589 C15.9524,0.4589 14.7184,0.9699 13.7924,1.8969 C12.8654,2.8239 12.3534,4.0569 12.3534,5.3699 C12.3534,8.0779 14.5564,10.2809 17.2644,10.2809 C19.9724,10.2809 22.1754,8.0779 22.1754,5.3699\" />\n <path d=\"M17.2644 4.3563C16.7044 4.3563 16.2514 4.8103 16.2514 5.3693 16.2514 5.9293 16.7044 6.3823 17.2644 6.3823 17.8244 6.3823 18.2784 5.9293 18.2784 5.3693 18.2784 4.8103 17.8244 4.3563 17.2644 4.3563M1.8367 15.3236C1.3997 14.4646 1.3217 13.4856 1.6197 12.5686 2.1147 11.0446 3.5337 10.0736 5.0567 10.0736 5.4257 10.0736 5.8007 10.1306 6.1697 10.2506 7.0877 10.5486 7.8337 11.1856 8.2717 12.0456 8.7097 12.9046 8.7857 13.8836 8.4877 14.8006 7.8727 16.6946 5.8317 17.7346 3.9387 17.1186 3.0217 16.8196 2.2737 16.1816 1.8367 15.3236M9.7247 15.2026C10.1297 13.9546 10.0247 12.6236 9.4297 11.4546 8.8347 10.2856 7.8187 9.4196 6.5717 9.0136 5.3237 8.6086 3.9927 8.7136 2.8247 9.3086 1.6557 9.9036.7887 10.9196.3837 12.1666-.0213 13.4146.0827 14.7456.6787 15.9136 1.2737 17.0816 2.2887 17.9486 3.5357 18.3546 4.0387 18.5176 4.5487 18.5946 5.0507 18.5946 7.1207 18.5946 9.0517 17.2746 9.7247 15.2026\" />\n <path d=\"M6.0183 13.9974C6.1913 13.4654 5.8993 12.8934 5.3683 12.7204 4.8353 12.5474 4.2633 12.8394 4.0903 13.3714 3.9173 13.9034 4.2083 14.4754 4.7413 14.6474 5.2733 14.8204 5.8453 14.5294 6.0183 13.9974M12.1091 29.9886C11.5431 30.7686 10.7071 31.2816 9.7541 31.4326 8.8021 31.5836 7.8471 31.3536 7.0661 30.7886 5.4561 29.6176 5.0971 27.3536 6.2671 25.7436 6.8351 24.9636 7.6721 24.4516 8.6241 24.3006 8.8151 24.2696 9.0061 24.2556 9.1971 24.2556 9.9531 24.2556 10.6871 24.4926 11.3111 24.9456 12.0911 25.5116 12.6041 26.3486 12.7551 27.3006 12.9061 28.2546 12.6761 29.2086 12.1091 29.9886M12.0751 23.8936C11.0141 23.1236 9.7181 22.8096 8.4211 23.0156 7.1251 23.2206 5.9871 23.9186 5.2161 24.9796 3.6251 27.1696 4.1121 30.2476 6.3021 31.8406 7.1501 32.4556 8.1491 32.7786 9.1771 32.7786 9.4361 32.7786 9.6971 32.7586 9.9571 32.7166 11.2531 32.5106 12.3911 31.8136 13.1611 30.7526 13.9321 29.6916 14.2451 28.3936 14.0401 27.0976 13.8341 25.8016 13.1361 24.6646 12.0751 23.8936\" />\n <path d=\"M8.3699 27.2709C8.0409 27.7239 8.1409 28.3569 8.5939 28.6859 9.0469 29.0149 9.6799 28.9149 10.0089 28.4619 10.3379 28.0089 10.2369 27.3759 9.7849 27.0469 9.3319 26.7179 8.6979 26.8179 8.3699 27.2709M30.0613 17.847C28.1643 18.463 26.1253 17.42 25.5113 15.528 25.2133 14.611 25.2903 13.632 25.7283 12.773 26.1653 11.913 26.9123 11.276 27.8293 10.978 28.1973 10.859 28.5743 10.799 28.9493 10.799 29.5113 10.799 30.0693 10.932 30.5843 11.195 31.4443 11.633 32.0823 12.379 32.3793 13.297 32.9953 15.19 31.9563 17.231 30.0613 17.847M33.6163 12.896C33.2103 11.648 32.3433 10.632 31.1743 10.036 30.0063 9.44 28.6753 9.337 27.4273 9.742 26.1803 10.147 25.1653 11.014 24.5703 12.183 23.9743 13.352 23.8703 14.683 24.2753 15.93 24.9483 18.003 26.8783 19.324 28.9503 19.324 29.4513 19.324 29.9603 19.246 30.4633 19.083 33.0393 18.245 34.4533 15.47 33.6163 12.896\" />\n <path d=\"M28.6326 13.4491C28.1006 13.6221 27.8096 14.1931 27.9826 14.7251 28.1546 15.2581 28.7266 15.5491 29.2586 15.3761 29.7906 15.2031 30.0816 14.6321 29.9086 14.0991 29.7366 13.5671 29.1646 13.2761 28.6326 13.4491M24.1394 32.3812C22.2414 31.7772 21.1884 29.7432 21.7904 27.8462 22.0834 26.9262 22.7154 26.1752 23.5724 25.7332 24.0924 25.4632 24.6584 25.3262 25.2284 25.3262 25.5954 25.3262 25.9654 25.3832 26.3254 25.4972 28.2234 26.1012 29.2764 28.1352 28.6734 30.0322 28.0704 31.9312 26.0354 32.9842 24.1394 32.3812M30.0974 29.5582L31.5174 29.5492 31.5094 28.2482 30.0784 28.2572C30.0024 27.7152 29.8524 27.1812 29.5934 26.6812 29.5384 26.5752 29.4634 26.4862 29.4024 26.3852L30.5924 25.4572 29.7934 24.4322 28.5854 25.3742C28.2124 25.0232 27.7884 24.7372 27.3194 24.5162L27.7534 23.1512 26.5154 22.7562 26.0804 24.1222C25.4654 24.0122 24.8474 24.0232 24.2424 24.1502L23.7084 22.6802 22.4864 23.1232 23.0084 24.5652C22.9974 24.5702 22.9864 24.5722 22.9744 24.5782 22.4744 24.8372 22.0434 25.1862 21.6674 25.5852L20.5054 24.7522 19.7474 25.8092 20.9024 26.6362C20.7654 26.8962 20.6434 27.1662 20.5524 27.4512 20.4614 27.7382 20.4054 28.0292 20.3674 28.3212L18.9394 28.3692 18.9844 29.6682 20.3864 29.6212C20.4624 30.1632 20.6124 30.6972 20.8704 31.1972 20.8894 31.2332 20.9164 31.2622 20.9354 31.2972L19.7884 32.1412 20.5604 33.1882 21.7164 32.3372C22.1494 32.7862 22.6614 33.1452 23.2404 33.4022L22.8764 34.6622 24.1264 35.0222 24.4814 33.7932C24.7314 33.8312 24.9814 33.8512 25.2294 33.8512 25.5404 33.8512 25.8454 33.8122 26.1464 33.7552L26.5944 35.1062 27.8284 34.6952 27.3814 33.3472C27.9864 33.0522 28.5214 32.6282 28.9634 32.1092L30.0784 32.8622 30.8074 31.7862 29.6694 31.0172C29.7594 30.8262 29.8464 30.6332 29.9114 30.4272 30.0024 30.1412 30.0604 29.8502 30.0974 29.5582\" />\n <path d=\"M25.5388,27.974 C25.0058,27.805 24.4358,28.099 24.2678,28.633 C24.0978,29.166 24.3928,29.736 24.9258,29.905 C25.4588,30.075 26.0278,29.78 26.1978,29.246 C26.3668,28.713 26.0718,28.143 25.5388,27.974\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(7 6)\">\n <path d=\"M8.0891,31.3461 C6.1931,30.7431 5.1391,28.7091 5.7411,26.8121 C6.0341,25.8921 6.6671,25.1421 7.5241,24.6981 C8.0441,24.4281 8.6091,24.2921 9.1791,24.2921 C9.5461,24.2921 9.9161,24.3491 10.2771,24.4631 C11.1961,24.7561 11.9461,25.3881 12.3901,26.2441 C12.8331,27.1011 12.9171,28.0781 12.6251,28.9971 C12.0221,30.8961 9.9931,31.9521 8.0891,31.3461 M14.0491,28.5241 L15.4691,28.5141 L15.4591,27.2131 L14.0301,27.2231 C13.9531,26.6811 13.8041,26.1471 13.5441,25.6471 C13.4891,25.5411 13.4141,25.4521 13.3531,25.3511 L14.5441,24.4221 L13.7451,23.3971 L12.5361,24.3391 C12.1641,23.9891 11.7391,23.7021 11.2711,23.4821 L11.7041,22.1151 L10.4661,21.7221 L10.0321,23.0891 C9.4171,22.9791 8.7991,22.9901 8.1931,23.1161 L7.6591,21.6451 L6.4371,22.0881 L6.9601,23.5301 C6.9491,23.5351 6.9381,23.5381 6.9261,23.5431 C6.4261,23.8031 5.9951,24.1521 5.6191,24.5511 L4.4561,23.7171 L3.6981,24.7741 L4.8541,25.6011 C4.7161,25.8611 4.5951,26.1321 4.5031,26.4181 C4.4121,26.7041 4.3561,26.9951 4.3181,27.2861 L2.8911,27.3341 L2.9361,28.6331 L4.3371,28.5861 C4.4141,29.1281 4.5641,29.6611 4.8221,30.1621 C4.8411,30.1981 4.8681,30.2271 4.8881,30.2621 L3.7411,31.1061 L4.5121,32.1531 L5.6671,31.3021 C6.1011,31.7521 6.6131,32.1111 7.1911,32.3681 L6.8281,33.6281 L8.0781,33.9881 L8.4321,32.7581 C8.6841,32.7981 8.9371,32.8181 9.1901,32.8181 C9.4951,32.8181 9.7991,32.7811 10.0991,32.7231 L10.5461,34.0711 L11.7801,33.6601 L11.3331,32.3141 C11.3691,32.2971 11.4061,32.2841 11.4421,32.2661 C12.0191,31.9671 12.5211,31.5641 12.9291,31.0821 L14.0301,31.8271 L14.7591,30.7511 L13.6131,29.9761 C13.7021,29.7841 13.7991,29.5971 13.8631,29.3921 C13.9541,29.1061 14.0121,28.8151 14.0491,28.5241\" />\n <path d=\"M9.4905 26.9393C8.9575 26.7703 8.3875 27.0643 8.2185 27.5983 8.0495 28.1313 8.3445 28.7013 8.8775 28.8703 9.4105 29.0403 9.9795 28.7453 10.1495 28.2113 10.3185 27.6783 10.0235 27.1083 9.4905 26.9393M17.2639 8.9799C15.2729 8.9799 13.6539 7.3609 13.6539 5.3699 13.6539 4.4059 14.0289 3.4989 14.7109 2.8169 15.3929 2.1339 16.2999 1.7589 17.2639 1.7589 19.2549 1.7589 20.8739 3.3779 20.8739 5.3699 20.8739 7.3609 19.2549 8.9799 17.2639 8.9799M22.1749 5.3699C22.1749 2.6619 19.9719.4589 17.2639.4589 15.9519.4589 14.7189.9699 13.7909 1.8969 12.8649 2.8249 12.3529 4.0579 12.3529 5.3699 12.3529 8.0779 14.5559 10.2809 17.2639 10.2809 19.9719 10.2809 22.1749 8.0779 22.1749 5.3699\" />\n <path d=\"M17.2649 4.3563C16.7049 4.3563 16.2509 4.8103 16.2509 5.3693 16.2509 5.9293 16.7049 6.3823 17.2649 6.3823 17.8249 6.3823 18.2779 5.9293 18.2779 5.3693 18.2779 4.8103 17.8249 4.3563 17.2649 4.3563M1.8362 15.3236C1.3992 14.4636 1.3212 13.4846 1.6192 12.5686 1.9172 11.6506 2.5552 10.9046 3.4142 10.4676 3.9302 10.2046 4.4872 10.0716 5.0502 10.0716 5.4252 10.0716 5.8022 10.1316 6.1692 10.2506 8.0632 10.8646 9.1042 12.9066 8.4882 14.8006 7.8742 16.6936 5.8352 17.7356 3.9392 17.1186 3.0212 16.8196 2.2732 16.1816 1.8362 15.3236M5.0502 18.5946C7.1202 18.5946 9.0512 17.2746 9.7252 15.2026 10.5612 12.6266 9.1472 9.8496 6.5712 9.0136 5.3232 8.6096 3.9942 8.7126 2.8242 9.3086 1.6552 9.9036.7882 10.9196.3832 12.1666-.0208 13.4136.0832 14.7436.6782 15.9136 1.2732 17.0816 2.2882 17.9486 3.5372 18.3546 4.0392 18.5176 4.5482 18.5946 5.0502 18.5946\" />\n <path d=\"M4.7415 14.6478C5.2735 14.8208 5.8455 14.5298 6.0175 13.9978 6.1905 13.4648 5.8995 12.8938 5.3675 12.7208 4.8355 12.5478 4.2635 12.8388 4.0915 13.3708 3.9185 13.9028 4.2095 14.4748 4.7415 14.6478M32.1624 16.0521C31.7254 16.9111 30.9784 17.5491 30.0604 17.8471 28.1704 18.4621 26.1264 17.4221 25.5114 15.5281 24.8954 13.6341 25.9364 11.5931 27.8304 10.9781 28.1974 10.8591 28.5744 10.7991 28.9494 10.7991 29.5124 10.7991 30.0694 10.9321 30.5854 11.1951 31.4434 11.6321 32.0814 12.3791 32.3794 13.2971 32.6774 14.2141 32.6004 15.1931 32.1624 16.0521M33.6154 12.8961C33.2104 11.6471 32.3444 10.6321 31.1754 10.0361 30.0064 9.4401 28.6754 9.3361 27.4284 9.7411 24.8524 10.5781 23.4384 13.3551 24.2744 15.9301 24.9484 18.0031 26.8794 19.3231 28.9494 19.3231 29.4514 19.3231 29.9614 19.2461 30.4634 19.0831 31.7104 18.6781 32.7254 17.8111 33.3204 16.6421 33.9164 15.4731 34.0204 14.1421 33.6154 12.8961\" />\n <path d=\"M28.6331 13.4491C28.1011 13.6221 27.8091 14.1931 27.9831 14.7251 28.1551 15.2581 28.7271 15.5491 29.2591 15.3761 29.7911 15.2031 30.0821 14.6321 29.9091 14.0991 29.7371 13.5671 29.1651 13.2761 28.6331 13.4491M24.1389 32.3812C22.2409 31.7772 21.1879 29.7432 21.7899 27.8462 22.0829 26.9262 22.7149 26.1762 23.5719 25.7332 24.0919 25.4632 24.6589 25.3272 25.2289 25.3272 25.5959 25.3272 25.9659 25.3842 26.3259 25.4972 28.2229 26.1012 29.2759 28.1352 28.6739 30.0322 28.0709 31.9322 26.0389 32.9852 24.1389 32.3812L24.1389 32.3812zM29.9119 30.4262C30.0039 30.1382 30.0579 29.8482 30.0949 29.5582L31.5169 29.5492 31.5089 28.2482 30.0769 28.2572C29.9819 27.5892 29.7479 26.9572 29.4009 26.3872L30.5919 25.4572 29.7929 24.4322 28.5839 25.3752C28.2169 25.0282 27.7919 24.7422 27.3189 24.5182L27.7529 23.1502 26.5149 22.7572 26.0809 24.1232C25.4659 24.0142 24.8469 24.0252 24.2429 24.1512L23.7079 22.6802 22.4859 23.1232 23.0089 24.5652C22.9969 24.5702 22.9859 24.5722 22.9739 24.5782 22.4739 24.8382 22.0429 25.1872 21.6679 25.5852L20.5049 24.7522 19.7469 25.8092 20.9029 26.6362C20.7649 26.8962 20.6429 27.1662 20.5519 27.4512 20.4599 27.7402 20.4069 28.0312 20.3689 28.3212L18.9389 28.3692 18.9839 29.6682 20.3869 29.6212C20.4709 30.2112 20.6539 30.7772 20.9379 31.2952L19.7879 32.1412 20.5599 33.1882 21.7179 32.3352C22.1439 32.7782 22.6549 33.1392 23.2409 33.4012L22.8759 34.6622 24.1259 35.0222 24.4809 33.7932C24.7309 33.8312 24.9819 33.8512 25.2289 33.8512 25.5399 33.8512 25.8459 33.8122 26.1469 33.7542L26.5949 35.1062 27.8289 34.6952 27.3819 33.3462C27.9869 33.0512 28.5219 32.6282 28.9639 32.1092L30.0779 32.8622 30.8069 31.7862 29.6699 31.0182C29.7599 30.8262 29.8469 30.6332 29.9119 30.4272L29.9119 30.4262z\" />\n <path d=\"M25.5393,27.974 C25.0063,27.805 24.4353,28.099 24.2673,28.633 C24.0973,29.166 24.3923,29.736 24.9263,29.905 C25.4593,30.075 26.0283,29.78 26.1973,29.246 C26.3673,28.713 26.0723,28.143 25.5393,27.974\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Cancer;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Car = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.9741,29.3742 L20.9811,30.6752 L27.0281,30.6442 L27.0211,29.3432 L20.9741,29.3742 Z M16.6451,30.7862 C16.4491,30.9852 16.1861,31.0962 15.9071,31.0972 C15.6471,31.0772 15.3641,30.9912 15.1651,30.7942 C14.9661,30.5982 14.8561,30.3362 14.8540857,30.0572 C14.8511,29.4782 15.3191,29.0072 15.8961,29.0042 L15.9021,29.0042 C16.1791,29.0042 16.4401,29.1112 16.6381,29.3072 C16.8361,29.5032 16.9471,29.7662 16.9481,30.0452 C16.9501,30.3242 16.8421,30.5882 16.6451,30.7862 L16.6451,30.7862 Z M15.9021,27.7032 L15.8891,27.7032 C14.5951,27.7102 13.5481,28.7692 13.5550651,30.0622 C13.5571,30.6892 13.8051,31.2772 14.2501,31.7192 C14.6931,32.1562 15.2791,32.3972 15.9011,32.3972 L15.9131,32.3972 C16.5401,32.3942 17.1281,32.1462 17.5701,31.7012 C18.0111,31.2562 18.2511,30.6652 18.2481278,30.0392 C18.2451,29.4122 17.9981,28.8232 17.5521,28.3832 C17.1101,27.9442 16.5241,27.7032 15.9021,27.7032 L15.9021,27.7032 Z M32.8451,30.7022 C32.6461,30.9022 32.3811,31.0182 32.1001,31.0132 C31.5251,31.0132 31.0561,30.5472 31.0530856,29.9732 C31.0501,29.3952 31.5171,28.9232 32.0951,28.9202 C32.3791,28.9232 32.6381,29.0262 32.8371,29.2232 C33.0361,29.4192 33.1461,29.6822 33.1471,29.9612 C33.1491,30.2402 33.0411,30.5042 32.8451,30.7022 L32.8451,30.7022 Z M32.0881,27.6192 C30.7941,27.6262 29.7461,28.6852 29.7530651,29.9782 C29.7601,31.2692 30.8111,32.3132 32.1001,32.3132 L32.1131,32.3132 C32.7391,32.3102 33.3281,32.0622 33.7681,31.6172 C34.2091,31.1722 34.4511,30.5812 34.4471,29.9552 C34.4441,29.3272 34.1971,28.7392 33.7511,28.2992 C33.3061,27.8582 32.7261,27.6562 32.0881,27.6192 L32.0881,27.6192 Z M10.7631,35.3452 L10.7061,24.4562 L37.2371,24.3182 L37.2931,35.2072 L10.7631,35.3452 Z M33.1461,39.6232 C32.8841,39.8712 32.5311,40.0092 32.1521,40.0112 L32.1441,40.0112 C31.3841,40.0112 30.7631,39.4532 30.7601,38.7642 L30.7481,36.5412 L33.5211,36.5262 L33.5321216,38.7492 C33.5341,39.0762 33.3971,39.3872 33.1461,39.6232 L33.1461,39.6232 Z M16.9481,39.7072 C16.6851,39.9552 16.3321,40.0932 15.9531,40.0952 L15.9451,40.0952 C15.1841,40.0952 14.5641,39.5372 14.5601,38.8482 L14.5491,36.6252 L17.3221,36.6102 L17.3331216,38.8332 C17.3351,39.1602 17.1981,39.4712 16.9481,39.7072 L16.9481,39.7072 Z M14.7751,13.8552 C14.8951,13.2702 15.4161,12.8422 16.0141,12.8392 L31.8091,12.7572 L31.8161,12.7572 C32.4111,12.7572 32.9331,13.1782 33.0591,13.7602 L35.0571,23.0302 L12.8721,23.1452 L14.7751,13.8552 Z M38.6001,36.5002 L38.5301,23.0122 L36.3861,23.0222 L34.3291,13.4862 C34.0751,12.3032 33.0151,11.4522 31.8021,11.456186 L16.0071,11.5382 C14.7981,11.5452 13.7441,12.4092 13.5011,13.5942 L11.5441,23.1512 L9.4001,23.1632 L9.4701,36.6512 L13.2491,36.6322 L13.2611,38.8532 C13.2681,40.2582 14.4711,41.3952 15.9451,41.3952 L15.9601,41.3952 C16.6691,41.3922 17.3371,41.1282 17.8401,40.6522 C18.3551,40.1662 18.6371,39.5182 18.6331,38.8272 L18.6221,36.6032 L29.4481,36.5482 L29.4591,38.7702 C29.4671,40.1742 30.6701,41.3122 32.1441,41.3122 L32.1591,41.3122 C32.8691,41.3082 33.5371,41.0442 34.0391,40.5682 C34.5541,40.0822 34.8361,39.4342 34.8321,38.7432 L34.8211,36.5202 L38.6001,36.5002 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.1056,29.213 C31.8146,29.222 31.5626,29.107 31.3636,28.91 C31.1656,28.714 31.0546,28.451 31.0536,28.172 C31.0516,27.893 31.1596,27.629 31.3556,27.431 C31.5546,27.231 31.8166,27.073 32.1006,27.12 C32.6756,27.12 33.1446,27.586 33.1476143,28.16 C33.1506,28.738 32.6826,29.21 32.1056,29.213 L32.1056,29.213 Z M32.1006,25.819 L32.0876,25.819 C31.4616,25.823 30.8736,26.07 30.4326,26.516 C29.9916,26.961 29.7506,27.552 29.7535723,28.178 C29.7566,28.806 30.0036,29.394 30.4496,29.834 C30.8916,30.273 31.4776,30.514 32.0996,30.514 L32.1126,30.514 C33.4066,30.507 34.4546,29.448 34.4476349,28.154 C34.4406,26.864 33.3886,25.819 32.1006,25.819 L32.1006,25.819 Z M10.7636,33.544 L10.7066,22.656 L37.2366,22.519 L37.2926,33.407 L10.7636,33.544 Z M33.1466,39.623 C32.8836,39.871 32.5306,40.009 32.1526,40.011 C31.7636,40.008 31.4196,39.879 31.1546,39.634 C30.9016,39.4 30.7616,39.091 30.7596,38.765 L30.7466,34.741 L33.5186,34.727 L33.5326055,38.749 C33.5336,39.076 33.3976,39.387 33.1466,39.623 L33.1466,39.623 Z M15.9536,40.095 L15.9456,40.095 C15.1846,40.095 14.5636,39.537 14.5606,38.849 L14.5476,34.824 L17.3196,34.81 L17.3336109,38.833 C17.3366,39.526 16.7176,40.091 15.9536,40.095 L15.9536,40.095 Z M14.7746,12.056 C14.8946,11.47 15.4166,11.042 16.0146,11.039 L31.8096,10.957 L31.8156,10.957 C32.4116,10.957 32.9336,11.378 33.0586,11.96 L35.0576,21.23 L12.8726,21.345 L14.7746,12.056 Z M38.5996,34.7 L38.5296,21.212 L36.3856,21.224 L34.3296,11.687 C34.0746,10.503 33.0196,9.601 31.8026,9.656 L16.0076,9.738 C14.7976,9.745 13.7446,10.609 13.5016,11.794 L11.5436,21.353 L9.3996,21.363 L9.4696,34.851 L13.2476,34.831 L13.2606,38.854 C13.2676,40.258 14.4706,41.396 15.9456,41.396 L15.9596,41.396 C17.4416,41.388 18.6406,40.235 18.6336,38.828 L18.6206,34.804 L29.4466,34.747 L29.4596,38.77 C29.4626,39.461 29.7516,40.107 30.2716,40.588 C30.7756,41.055 31.4396,41.312 32.1446,41.312 L32.1596,41.312 C32.8686,41.308 33.5366,41.044 34.0396,40.568 C34.5546,40.082 34.8356,39.434 34.8326,38.744 L34.8186,34.72 L38.5996,34.7 Z M15.9066,29.297 L15.9016,29.297 C15.6236,29.297 15.3626,29.19 15.1656,28.994 C14.9656,28.798 14.8556,28.535 14.8545856,28.256 C14.8516,27.679 15.3186,27.207 15.8966,27.204 L15.9016,27.204 C16.4766,27.204 16.9456,27.67 16.9486143,28.244 C16.9516,28.822 16.4836,29.294 15.9066,29.297 L15.9066,29.297 Z M15.9016,25.903 L15.8896,25.903 C14.5956,25.91 13.5476,26.969 13.5545651,28.262 C13.5576,28.89 13.8046,29.478 14.2506,29.918 C14.6926,30.357 15.2786,30.598 15.9006,30.598 L15.9136,30.598 C17.2076,30.591 18.2546,29.532 18.2486257,28.238 C18.2416,26.948 17.1896,25.903 15.9016,25.903 L15.9016,25.903 Z M20.9736,27.573 L20.9806,28.874 L27.0276,28.843 L27.0206,27.542 L20.9736,27.573 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Car;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Check = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"22.504 31.198 12.914 21.232 14.355 19.845 22.504 28.313 36.959 13.297 38.4 14.683\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"22.504 31.198 14.688 23.077 16.129 21.69 22.504 28.313 38.363 11.839 39.803 13.225\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"22.504 31.578 12.723 21.416 14.545 19.664 22.504 27.933 36.769 13.114 38.59 14.866\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"22.504 31.578 14.688 23.454 16.508 21.704 22.504 27.933 38.825 10.977 40.646 12.729\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Check;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ChevronDown = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"32.951 30.648 34.37 29.239 23.999 18.788 13.63 29.239 15.049 30.648 24 21.627\"\n transform=\"matrix(1 0 0 -1 0 49.436)\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"25 13 25 33.083 34.951 23.07 36.37 24.479 23.999 36.93 11.63 24.479 13.049 23.07 23 33.085 23 13\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"32.577 30.115 34.37 28.336 23.999 17.885 13.63 28.336 15.423 30.115 23.999 21.471\"\n transform=\"matrix(1 0 0 -1 0 48)\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"25 13 25 33.083 34.951 23.07 36.37 24.479 23.999 36.93 11.63 24.479 13.049 23.07 23 33.085 23 13\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ChevronDown;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ChevronLeft = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"33.681 29.93 35.101 28.521 24.73 18.07 14.36 28.521 15.78 29.93 24.73 20.91\"\n transform=\"matrix(0 1 1 0 .73 -.73)\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"23.521 11.63 24.93 13.049 14.914 23 35 23 35 25 14.916 25 24.93 34.951 23.521 36.37 11.07 23.999\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"32.577 30.115 34.37 28.336 23.999 17.885 13.63 28.336 15.423 30.115 23.999 21.471\"\n transform=\"matrix(0 1 1 0 0 0)\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"22.02 11.103 23.8 12.897 13.9 22.736 34.105 22.737 34.105 25.263 13.9 25.262 23.8 35.103 22.02 36.897 9.043 23.999\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ChevronLeft;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ChevronRight = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"34.052 29.93 35.472 28.521 25.101 18.07 14.731 28.521 16.151 29.93 25.101 20.91\"\n transform=\"rotate(90 25.101 24)\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"24.479 11.63 36.93 23.999 24.479 36.37 23.07 34.951 33.083 25 13 25 13 23 33.085 23 23.07 13.049\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"32.577 30.115 34.37 28.336 23.999 17.885 13.63 28.336 15.423 30.115 23.999 21.471\"\n transform=\"rotate(90 24 24)\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"25.98 11.103 38.957 23.999 25.98 36.897 24.2 35.103 34.099 25.262 13.895 25.263 13.895 22.737 34.099 22.736 24.2 12.897\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ChevronRight;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ChevronUp = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"32.951 30.277 34.37 28.868 23.999 18.417 13.63 28.868 15.049 30.277 24 21.257\"\n transform=\"matrix(-1 0 0 1 48 0)\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"24.001 10.14 36.37 22.591 34.951 24 25 13.985 25 35 23 35 23 13.985 13.049 24 11.63 22.591\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"32.577 30.115 34.37 28.336 23.999 17.885 13.63 28.336 15.423 30.115 23.999 21.471\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"23.999 9.043 36.897 22.02 35.103 23.8 25.262 13.9 25.263 34.105 22.737 34.105 22.736 13.9 12.897 23.8 11.103 22.02\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ChevronUp;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ChildPlaying = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(9 6)\">\n <path d=\"M13.6929 1.3367C15.6259 1.3367 17.1979 2.9087 17.1979 4.8427 17.1979 6.7747 15.6259 8.3477 13.6929 8.3477 11.7589 8.3477 10.1869 6.7747 10.1869 4.8427 10.1869 2.9087 11.7589 1.3367 13.6929 1.3367M13.6929 9.6487C16.3419 9.6487 18.4989 7.4917 18.4989 4.8427 18.4989 2.1917 16.3419.0357 13.6929.0357 11.0429.0357 8.8859 2.1917 8.8859 4.8427 8.8859 7.4917 11.0429 9.6487 13.6929 9.6487M25.7642 35.0769C24.3422 35.0769 23.1862 33.9209 23.1862 32.4989 23.1862 31.0769 24.3422 29.9209 25.7642 29.9209 27.1862 29.9209 28.3432 31.0769 28.3432 32.4989 28.3432 33.9209 27.1862 35.0769 25.7642 35.0769M25.7642 28.9209C23.7912 28.9209 22.1862 30.5259 22.1862 32.4989 22.1862 34.4719 23.7912 36.0769 25.7642 36.0769 27.7382 36.0769 29.3432 34.4719 29.3432 32.4989 29.3432 30.5259 27.7382 28.9209 25.7642 28.9209\" />\n <path d=\"M20.5864,27.5291 C20.6564,27.9891 20.5414,28.4481 20.2634,28.8211 C19.9854,29.1941 19.5784,29.4341 19.1194,29.4991 C18.2204,29.6111 17.4034,29.0511 17.2014,28.1881 L16.5704,24.3981 L16.5704,24.3971 C16.5114,24.0441 16.1804,23.8061 15.8224,23.8621 C15.4694,23.9221 15.2294,24.2561 15.2874,24.6101 L15.8954,28.2821 C15.9034,28.3361 15.9144,28.3871 15.9254,28.4401 L16.6534,32.8191 C16.7394,33.3311 16.6144,33.8411 16.3014,34.2561 C15.9874,34.6711 15.5304,34.9301 15.0144,34.9881 C14.0064,35.1081 13.0964,34.4001 12.9514,33.3951 L10.3894,15.6971 C10.3444,15.3891 10.0884,15.1561 9.7774,15.1401 L5.8234,14.9441 C5.2404,14.9151 4.7154,14.5731 4.4524,14.0511 L2.0114,9.2071 C1.7014,8.5921 1.9334,7.8541 2.5374,7.5261 C2.7314,7.4221 2.9394,7.3721 3.1434,7.3721 C3.5784,7.3721 3.9984,7.5981 4.2334,8.0051 L6.5244,11.9671 C6.6394,12.1661 6.8494,12.2891 7.0774,12.2931 L17.3074,12.4441 C18.1744,12.4571 19.0124,12.8261 19.6074,13.4571 L25.1254,19.3101 C25.6414,19.8581 25.6374,20.7131 25.1164,21.2561 C24.5784,21.8161 23.6824,21.8351 23.1214,21.2971 L20.5804,18.8581 C20.3554,18.6431 20.0184,18.6011 19.7454,18.7421 C19.4994,18.8711 19.3224,19.2191 19.3644,19.4941 L20.5864,27.5291 Z M20.9034,20.9701 L22.2214,22.2341 C23.2994,23.2701 25.0204,23.2351 26.0544,22.1561 C27.0564,21.1121 27.0634,19.4701 26.0704,18.4181 L20.5524,12.5651 C19.7184,11.6791 18.5424,11.1621 17.3264,11.1431 L7.4654,10.9981 L5.3584,7.3541 C4.6584,6.1441 3.1494,5.7171 1.9184,6.3831 C0.6914,7.0481 0.2224,8.5451 0.8504,9.7921 L3.2914,14.6361 C3.7644,15.5751 4.7094,16.1901 5.7594,16.2431 L9.1794,16.4131 L11.6644,33.5811 C11.8944,35.1651 13.2354,36.3001 14.7984,36.3001 C14.9174,36.3001 15.0374,36.2941 15.1584,36.2801 C16.0334,36.1821 16.8084,35.7421 17.3384,35.0391 C17.8694,34.3371 18.0814,33.4721 17.9374,32.6051 L17.5914,30.5331 C18.1044,30.7721 18.6854,30.8711 19.2984,30.7861 C20.1054,30.6741 20.8184,30.2521 21.3064,29.5971 C21.7934,28.9441 21.9944,28.1391 21.8714,27.3341 L20.9034,20.9701 Z\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(9 6)\">\n <path d=\"M13.6924 1.3367C15.6264 1.3367 17.1984 2.9087 17.1984 4.8427 17.1984 6.7747 15.6264 8.3477 13.6924 8.3477 11.7594 8.3477 10.1874 6.7747 10.1874 4.8427 10.1874 2.9087 11.7594 1.3367 13.6924 1.3367M13.6924 9.6487C16.3424 9.6487 18.4994 7.4917 18.4994 4.8427 18.4994 2.1917 16.3424.0357 13.6924.0357 11.0434.0357 8.8864 2.1917 8.8864 4.8427 8.8864 7.4917 11.0434 9.6487 13.6924 9.6487M25.7646 38.0769C24.3426 38.0769 23.1866 36.9209 23.1866 35.4989 23.1866 34.0769 24.3426 32.9209 25.7646 32.9209 27.1866 32.9209 28.3426 34.0769 28.3426 35.4989 28.3426 36.9209 27.1866 38.0769 25.7646 38.0769M25.7646 31.9209C23.7916 31.9209 22.1866 33.5259 22.1866 35.4989 22.1866 37.4719 23.7916 39.0769 25.7646 39.0769 27.7376 39.0769 29.3426 37.4719 29.3426 35.4989 29.3426 33.5259 27.7376 31.9209 25.7646 31.9209\" />\n <path d=\"M21.5645,28.821 C21.2865,29.194 20.8785,29.434 20.4185,29.499 C19.4745,29.614 18.6305,29 18.4785,28.071 C18.4665,28.003 18.4455,27.937 18.4145,27.877 L16.5055,24.204 C16.3585,23.921 16.0285,23.783 15.7225,23.887 C15.4195,23.988 15.2355,24.295 15.2875,24.61 L16.6545,32.818 C16.7405,33.331 16.6145,33.842 16.3005,34.256 C15.9875,34.671 15.5305,34.93 15.0145,34.988 C14.0035,35.108 13.0965,34.4 12.9525,33.395 L10.3885,15.697 C10.3435,15.389 10.0875,15.156 9.7775,15.14 L5.8245,14.944 C5.2415,14.915 4.7155,14.573 4.4535,14.051 L2.0105,9.206 C1.7015,8.592 1.9325,7.854 2.5385,7.526 C2.7315,7.422 2.9395,7.372 3.1435,7.372 C3.5795,7.372 3.9995,7.598 4.2345,8.005 L6.5245,11.967 C6.6385,12.166 6.8485,12.289 7.0775,12.293 L17.3065,12.444 C18.1735,12.457 19.0125,12.826 19.6075,13.457 L25.1255,19.309 C25.6415,19.857 25.6365,20.713 25.1165,21.256 C24.5775,21.817 23.6805,21.833 23.1225,21.297 L20.5855,18.862 C20.3605,18.646 20.0235,18.597 19.7485,18.741 C19.5015,18.869 19.3225,19.217 19.3645,19.493 C19.3695,19.526 19.3765,19.559 19.3865,19.591 L21.8865,27.529 C21.9575,27.989 21.8415,28.448 21.5645,28.821 M22.6065,29.597 C23.0935,28.944 23.2945,28.139 23.1495,27.237 L21.3015,21.352 L22.2215,22.234 C23.2995,23.27 25.0195,23.232 26.0535,22.156 C27.0545,21.113 27.0625,19.47 26.0715,18.418 L20.5525,12.565 C19.7185,11.679 18.5435,11.162 17.3265,11.143 L7.4645,10.998 L5.3595,7.354 C4.6605,6.144 3.1495,5.717 1.9185,6.384 C0.6915,7.049 0.2215,8.546 0.8505,9.792 L3.2925,14.636 C3.7645,15.575 4.7105,16.19 5.7595,16.243 L9.1785,16.413 L11.6655,33.581 C11.8945,35.165 13.2365,36.3 14.7985,36.3 C14.9185,36.3 15.0385,36.294 15.1595,36.28 C16.0335,36.182 16.8075,35.742 17.3375,35.04 C17.8695,34.338 18.0815,33.472 17.9375,32.605 L17.2775,28.642 C17.6905,30.072 19.0785,30.999 20.5975,30.786 C21.4055,30.674 22.1185,30.252 22.6065,29.597\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ChildPlaying;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Cigarette = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M41.301,28.569 L41.301,36.443 L5.653,36.443 L5.653,28.569 L41.301,28.569 Z M16.245,29.87 L6.953,29.87 L6.953,35.144 L16.245,35.144 L16.245,29.87 Z M40.001,29.87 L35.773,29.87 L35.773,35.144 L40.001,35.144 L40.001,29.87 Z M34.473,29.87 L17.545,29.87 L17.545,35.144 L34.473,35.144 L34.473,29.87 Z M41.2622,8.1669 L42.2592,8.2469 C42.1952,9.0359 42.3292,9.6059 42.4582,10.1579 C42.5932,10.7299 42.7202,11.2699 42.5632,11.8909 C42.2202,13.2559 41.4242,13.9719 40.7852,14.5479 C40.2572,15.0239 39.9822,15.2899 39.9912,15.6789 C40.0102,16.4959 40.3762,16.9199 40.8012,17.4109 C41.2472,17.9259 41.7522,18.5109 41.7522,19.5219 C41.7522,20.7079 41.1722,21.2389 40.7072,21.6669 C40.2442,22.0909 39.8442,22.4589 39.8442,23.5409 C39.8442,24.3529 39.9972,24.8639 40.1462,25.3579 C40.2792,25.7989 40.4162,26.2559 40.4162,26.8559 L40.4162,26.8559 L39.4162,26.8559 C39.4162,26.4029 39.3112,26.0519 39.1882,25.6449 C39.0272,25.1089 38.8442,24.5009 38.8442,23.5409 C38.8442,22.0189 39.5022,21.4159 40.0312,20.9299 C40.4652,20.5309 40.7522,20.2679 40.7522,19.5219 C40.7522,18.8829 40.4402,18.5219 40.0452,18.0649 C39.5872,17.5359 39.0182,16.8779 38.9912,15.7019 C38.9712,14.8369 39.5532,14.3119 40.1162,13.8049 C40.7102,13.2699 41.3252,12.7159 41.5942,11.6469 C41.6902,11.2619 41.6042,10.8949 41.4852,10.3859 C41.3522,9.8189 41.1862,9.1119 41.2622,8.1669 L41.2622,8.1669 Z M38.7287,11.4525 C38.7287,12.5545 38.0067,13.3345 37.3697,14.0235 C36.9087,14.5215 36.4737,14.9925 36.4737,15.4365 C36.4737,16.3605 36.8667,16.8425 37.3217,17.3995 C37.7587,17.9345 38.2537,18.5405 38.2547,19.5215 C38.2557,20.5185 37.7377,21.0285 37.2807,21.4785 C36.7797,21.9725 36.3467,22.3985 36.3467,23.5405 C36.3467,24.3525 36.5007,24.8635 36.6487,25.3575 C36.7817,25.7995 36.9187,26.2555 36.9187,26.8555 L36.9187,26.8555 L35.9187,26.8555 C35.9187,26.4025 35.8137,26.0515 35.6907,25.6445 C35.5297,25.1085 35.3467,24.5005 35.3467,23.5405 C35.3467,21.9795 36.0297,21.3075 36.5787,20.7665 C36.9857,20.3645 37.2547,20.0995 37.2547,19.5225 C37.2537,18.8975 36.9417,18.5155 36.5477,18.0315 C36.0687,17.4465 35.4737,16.7175 35.4737,15.4365 C35.4737,14.6015 36.0647,13.9625 36.6367,13.3445 C37.1977,12.7365 37.7287,12.1625 37.7287,11.4525 L37.7287,11.4525 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M41.302,28.569 L41.302,36.443 L5.653,36.443 L5.653,28.569 L41.302,28.569 Z M16.245,29.87 L6.953,29.87 L6.953,35.144 L16.245,35.144 L16.245,29.87 Z M40.001,29.87 L35.773,29.87 L35.773,35.144 L40.001,35.144 L40.001,29.87 Z M34.473,29.87 L17.545,29.87 L17.545,35.144 L34.473,35.144 L34.473,29.87 Z M37.7552,9.2975 C37.7642,9.3115 38.7262,10.7555 38.7292096,11.4505 C38.7322,12.4705 38.0282,13.2515 37.4072,13.9405 C36.9272,14.4735 36.4742,14.9765 36.4742,15.4365 C36.4742,16.3605 36.8672,16.8425 37.3222,17.3995 C37.7592,17.9345 38.2542,18.5405 38.2552,19.5215 C38.2552,20.5185 37.7372,21.0285 37.2802,21.4785 C36.7792,21.9725 36.3472,22.3985 36.3472,23.5405 C36.3472,23.7785 36.3812,23.9885 36.4112,24.1805 C36.4442,24.3875 36.4712,24.5795 36.4712,24.7615 L36.4712,24.7615 L35.4712,24.7615 C35.4712,24.6275 35.4472,24.4865 35.4232,24.3335 C35.3862,24.0965 35.3472,23.8355 35.3472,23.5405 C35.3472,21.9795 36.0302,21.3075 36.5782,20.7665 C36.9862,20.3645 37.2552,20.0995 37.2552,19.5225 C37.2542,18.8975 36.9422,18.5155 36.5472,18.0315 C36.0692,17.4465 35.4742,16.7175 35.4742,15.4365 C35.4742,14.5925 36.0792,13.9215 36.6642,13.2715 C37.2122,12.6625 37.7312,12.0875 37.7292,11.4535 C37.7142,11.2345 37.2892,10.3865 36.9302,9.8635 L36.9302,9.8635 Z M42.25,6.3568 L42.942,7.0778 C42.706,7.3048 42.306,8.0128 42.252,8.2988 C42.13,8.9518 42.278,9.5428 42.422,10.1138 C42.567,10.6888 42.717,11.2828 42.564,11.8908 C42.22,13.2558 41.425,13.9718 40.786,14.5478 C40.257,15.0238 39.982,15.2898 39.991,15.6788 C40.01,16.4958 40.377,16.9198 40.802,17.4108 C41.247,17.9258 41.752,18.5108 41.752,19.5218 C41.752,20.7078 41.173,21.2388 40.708,21.6668 C40.244,22.0908 39.844,22.4588 39.844,23.5408 C39.844,23.7108 39.862,23.9578 39.878,24.1888 C39.894,24.4168 39.907,24.6318 39.907,24.7608 L39.907,24.7608 L38.907,24.7608 C38.907,24.6468 38.894,24.4578 38.88,24.2568 C38.862,24.0018 38.844,23.7278 38.844,23.5408 C38.844,22.0188 39.502,21.4158 40.031,20.9298 C40.465,20.5308 40.752,20.2678 40.752,19.5218 C40.752,18.8828 40.44,18.5218 40.045,18.0648 C39.588,17.5358 39.019,16.8778 38.991,15.7018 C38.972,14.8368 39.554,14.3118 40.116,13.8048 C40.71,13.2698 41.325,12.7158 41.594,11.6468 C41.686,11.2828 41.577,10.8548 41.453,10.3578 C41.29,9.7138 41.106,8.9828 41.27,8.1148 C41.37,7.5788 41.893,6.6998 42.25,6.3568 L42.25,6.3568 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Cigarette;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Contacts = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M19.267,32.525 L31.271,32.525 L31.271,31.525 L19.267,31.525 L19.267,32.525 Z M19.267,29.355 L31.271,29.355 L31.271,28.355 L19.267,28.355 L19.267,29.355 Z M24.669,22.016 L25.868,22.016 L25.868,19.087 L28.797,19.087 L28.797,17.887 L25.868,17.887 L25.868,14.959 L24.669,14.959 L24.669,17.887 L21.74,17.887 L21.74,19.087 L24.669,19.087 L24.669,22.016 Z M36.561,39.156 L13.977,39.156 L13.977,34.385 L14.226,34.385 C15.081,34.385 15.777,33.689 15.777,32.834 C15.777,31.979 15.081,31.283 14.226,31.283 L13.977,31.283 L13.977,25.202 L14.226,25.202 C15.081,25.202 15.777,24.506 15.777,23.65 C15.777,22.795 15.081,22.099 14.226,22.099 L13.977,22.099 L13.977,16.018 L14.226,16.018 C15.081,16.018 15.777,15.322 15.777,14.467 C15.777,13.612 15.081,12.916 14.226,12.916 L13.977,12.916 L13.977,8.594 L36.561,8.594 L36.561,39.156 Z M10.878,33.428 C10.55,33.428 10.283,33.161 10.283,32.834 C10.283,32.506 10.55,32.24 10.878,32.24 L14.226,32.24 C14.554,32.24 14.82,32.506 14.82,32.834 C14.82,33.161 14.554,33.428 14.226,33.428 L10.878,33.428 Z M11.975,37.709 L12.676,37.709 L12.676,34.385 L11.975,34.385 L11.975,37.709 Z M11.975,31.283 L12.676,31.283 L12.676,25.201 L11.975,25.201 L11.975,31.283 Z M10.878,24.245 C10.55,24.245 10.283,23.978 10.283,23.65 C10.283,23.323 10.55,23.057 10.878,23.057 L14.226,23.057 C14.554,23.057 14.82,23.323 14.82,23.651 C14.82,23.978 14.554,24.245 14.226,24.245 L10.878,24.245 Z M11.975,22.099 L12.676,22.099 L12.676,16.017 L11.975,16.017 L11.975,22.099 Z M10.878,15.061 C10.55,15.061 10.283,14.795 10.283,14.467 C10.283,14.14 10.55,13.873 10.878,13.873 L14.226,13.873 C14.554,13.873 14.82,14.14 14.82,14.467 C14.82,14.795 14.554,15.061 14.226,15.061 L10.878,15.061 Z M11.976,12.915 L12.677,12.915 L12.677,10.04 L11.976,10.04 L11.976,12.915 Z M37.851,7.294 L13.337,7.294 L12.676,7.305 L12.676,9.087 L11.019,9.094 L11.019,12.916 L10.878,12.916 C10.023,12.916 9.327,13.612 9.327,14.467 C9.327,15.322 10.023,16.018 10.878,16.018 L11.019,16.018 L11.019,22.099 L10.878,22.099 C10.023,22.099 9.327,22.795 9.327,23.651 C9.327,24.506 10.023,25.202 10.878,25.202 L11.019,25.202 L11.019,31.283 L10.878,31.283 C10.023,31.283 9.327,31.979 9.327,32.834 C9.327,33.689 10.023,34.385 10.878,34.385 L11.019,34.385 L11.019,38.178 L11.029,38.666 L12.676,38.666 L12.676,39.796 L12.687,40.455 L37.2,40.455 L37.86,40.446 L37.86,7.954 L37.851,7.294 Z M25.269,12.599 C28.515,12.599 31.156,15.241 31.156,18.487 C31.156,21.734 28.515,24.375 25.269,24.375 C22.022,24.375 19.38,21.734 19.38,18.487 C19.38,15.241 22.022,12.599 25.269,12.599 L25.269,12.599 Z M25.269,25.576 C29.177,25.576 32.357,22.396 32.357,18.487 C32.357,14.579 29.177,11.399 25.269,11.399 C21.36,11.399 18.181,14.579 18.181,18.487 C18.181,22.396 21.36,25.576 25.269,25.576 L25.269,25.576 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M19.266,32.525 L31.27,32.525 L31.27,31.525 L19.266,31.525 L19.266,32.525 Z M24.669,23.016 L25.868,23.016 L25.868,19.087 L29.797,19.087 L29.797,17.887 L25.868,17.887 L25.868,13.959 L24.669,13.959 L24.669,17.887 L20.74,17.887 L20.74,19.087 L24.669,19.087 L24.669,23.016 Z M25.268,12.599 C28.515,12.599 31.156,15.241 31.156,18.487 C31.156,21.734 28.515,24.375 25.268,24.375 C22.022,24.375 19.381,21.734 19.381,18.487 C19.381,15.241 22.022,12.599 25.268,12.599 L25.268,12.599 Z M25.268,25.576 C29.177,25.576 32.356,22.396 32.356,18.487 C32.356,14.579 29.177,11.399 25.268,11.399 C21.36,11.399 18.18,14.579 18.18,18.487 C18.18,22.396 21.36,25.576 25.268,25.576 L25.268,25.576 Z M36.56,39.156 L13.976,39.156 L13.976,34.385 L14.226,34.385 C15.081,34.385 15.777,33.689 15.777,32.834 C15.777,31.979 15.081,31.283 14.226,31.283 L13.976,31.283 L13.976,25.202 L14.226,25.202 C15.081,25.202 15.777,24.506 15.777,23.65 C15.777,22.795 15.081,22.099 14.226,22.099 L13.976,22.099 L13.976,16.018 L14.226,16.018 C15.081,16.018 15.777,15.322 15.777,14.467 C15.777,13.612 15.081,12.916 14.226,12.916 L13.976,12.916 L13.976,8.594 L36.56,8.594 L36.56,39.156 Z M10.878,33.428 C10.55,33.428 10.283,33.161 10.283,32.834 C10.283,32.506 10.55,32.24 10.878,32.24 L14.226,32.24 C14.553,32.24 14.82,32.506 14.82,32.834 C14.82,33.161 14.553,33.428 14.226,33.428 L10.878,33.428 Z M11.976,37.709 L12.677,37.709 L12.677,34.385 L11.976,34.385 L11.976,37.709 Z M11.976,31.283 L12.677,31.283 L12.677,25.201 L11.976,25.201 L11.976,31.283 Z M10.878,24.245 C10.55,24.245 10.283,23.978 10.283,23.65 C10.283,23.323 10.55,23.057 10.878,23.057 L14.226,23.057 C14.553,23.057 14.82,23.323 14.82,23.651 C14.82,23.978 14.553,24.245 14.226,24.245 L10.878,24.245 Z M11.976,22.099 L12.677,22.099 L12.677,16.017 L11.976,16.017 L11.976,22.099 Z M10.878,15.061 C10.55,15.061 10.283,14.795 10.283,14.467 C10.283,14.14 10.55,13.873 10.878,13.873 L14.226,13.873 C14.553,13.873 14.82,14.14 14.82,14.467 C14.82,14.795 14.553,15.061 14.226,15.061 L10.878,15.061 Z M11.975,12.915 L12.676,12.915 L12.676,10.04 L11.975,10.04 L11.975,12.915 Z M37.85,7.294 L13.337,7.294 L12.677,7.305 L12.677,9.087 L11.019,9.094 L11.019,12.916 L10.878,12.916 C10.023,12.916 9.327,13.612 9.327,14.467 C9.327,15.322 10.023,16.018 10.878,16.018 L11.019,16.018 L11.019,22.099 L10.878,22.099 C10.023,22.099 9.327,22.795 9.327,23.651 C9.327,24.506 10.023,25.202 10.878,25.202 L11.019,25.202 L11.019,31.283 L10.878,31.283 C10.023,31.283 9.327,31.979 9.327,32.834 C9.327,33.689 10.023,34.385 10.878,34.385 L11.019,34.385 L11.019,38.178 L11.029,38.666 L12.677,38.666 L12.677,39.796 L12.686,40.455 L37.2,40.455 L37.86,40.446 L37.86,7.954 L37.85,7.294 Z M19.266,29.355 L31.27,29.355 L31.27,28.355 L19.266,28.355 L19.266,29.355 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.3932632,12.7561263 C28.6218947,12.7561263 31.2492632,15.3834947 31.2492632,18.6121263 C31.2492632,21.8420211 28.6218947,24.4681263 25.3932632,24.4681263 C22.1633684,24.4681263 19.5372632,21.8420211 19.5372632,18.6121263 C19.5372632,15.3834947 22.1633684,12.7561263 25.3932632,12.7561263 M25.3932632,25.7312842 C29.3191579,25.7312842 32.5124211,22.5380211 32.5124211,18.6121263 C32.5124211,14.6862316 29.3191579,11.4929684 25.3932632,11.4929684 C21.4673684,11.4929684 18.2741053,14.6862316 18.2741053,18.6121263 C18.2741053,22.5380211 21.4673684,25.7312842 25.3932632,25.7312842 M31.3957895,31.6446316 L31.3957895,32.6551579 L19.392,32.6551579 L19.392,31.6446316 L31.3957895,31.6446316 Z M31.3957895,28.4741053 L31.3957895,29.4846316 L19.392,29.4846316 L19.392,28.4741053 L31.3957895,28.4741053 Z M26.0248421,15.0837474 L26.0248421,17.9814316 L28.9212632,17.9814316 L28.9212632,19.2445895 L26.0248421,19.2445895 L26.0248421,22.1410105 L24.7616842,22.1410105 L24.7616842,19.2445895 L21.8652632,19.2445895 L21.8652632,17.9814316 L24.7616842,17.9814316 L24.7616842,15.0837474 L26.0248421,15.0837474 Z M36.7037053,39.2991158 L14.0830737,39.2991158 L14.0830737,34.5370105 L14.3508632,34.5370105 C15.2211789,34.5370105 15.9285474,33.8296421 15.9285474,32.9593263 C15.9285474,32.0890105 15.2211789,31.3816421 14.3508632,31.3816421 L14.0830737,31.3816421 L14.0830737,25.3525895 L14.3508632,25.3525895 C15.2211789,25.3525895 15.9285474,24.6452211 15.9285474,23.7749053 C15.9285474,22.9045895 15.2211789,22.1972211 14.3508632,22.1972211 L14.0830737,22.1972211 L14.0830737,16.1694316 L14.3508632,16.1694316 C15.2211789,16.1694316 15.9285474,15.4620632 15.9285474,14.5917474 C15.9285474,13.7214316 15.2211789,13.0140632 14.3508632,13.0140632 L14.0830737,13.0140632 L14.0830737,8.70037895 L36.7037053,8.70037895 L36.7037053,39.2991158 Z M12.1264421,37.8073263 L12.8186526,37.8073263 L12.8186526,34.5370105 L12.1264421,34.5370105 L12.1264421,37.8073263 Z M10.4350737,32.9593263 C10.4350737,32.6460632 10.6902316,32.3921684 11.0022316,32.3921684 L14.3508632,32.3921684 C14.6628632,32.3921684 14.9180211,32.6460632 14.9180211,32.9593263 C14.9180211,33.2725895 14.6628632,33.5264842 14.3508632,33.5264842 L11.0022316,33.5264842 C10.6902316,33.5264842 10.4350737,33.2725895 10.4350737,32.9593263 L10.4350737,32.9593263 Z M12.1264421,31.3803789 L12.8186526,31.3803789 L12.8186526,25.3525895 L12.1264421,25.3525895 L12.1264421,31.3803789 Z M10.4350737,23.7749053 C10.4350737,23.4629053 10.6902316,23.2077474 11.0022316,23.2077474 L14.3508632,23.2077474 C14.6628632,23.2077474 14.9180211,23.4629053 14.9180211,23.7749053 C14.9180211,24.0881684 14.6628632,24.3433263 14.3508632,24.3433263 L11.0022316,24.3433263 C10.6902316,24.3433263 10.4350737,24.0881684 10.4350737,23.7749053 L10.4350737,23.7749053 Z M12.1264421,22.1972211 L12.8186526,22.1972211 L12.8186526,16.1694316 L12.1264421,16.1694316 L12.1264421,22.1972211 Z M10.4350737,14.5917474 C10.4350737,14.2784842 10.6902316,14.0245895 11.0022316,14.0245895 L14.3508632,14.0245895 C14.6628632,14.0245895 14.9180211,14.2784842 14.9180211,14.5917474 C14.9180211,14.9050105 14.6628632,15.1589053 14.3508632,15.1589053 L11.0022316,15.1589053 C10.6902316,15.1589053 10.4350737,14.9050105 10.4350737,14.5917474 L10.4350737,14.5917474 Z M12.1264421,13.0140632 L12.8186526,13.0140632 L12.8186526,10.1921684 L12.1264421,10.1921684 L12.1264421,13.0140632 Z M37.9542316,7.43722105 L13.4641263,7.43722105 L12.8199158,7.45111579 L12.8199158,9.18669474 L11.1171789,9.19427368 L11.1171789,13.0140632 L11.0022316,13.0140632 C10.1319158,13.0140632 9.42454737,13.7214316 9.42454737,14.5917474 C9.42454737,15.4620632 10.1319158,16.1694316 11.0022316,16.1694316 L11.1171789,16.1694316 L11.1171789,22.1972211 L11.0022316,22.1972211 C10.1319158,22.1972211 9.42454737,22.9045895 9.42454737,23.7749053 C9.42454737,24.6452211 10.1319158,25.3525895 11.0022316,25.3525895 L11.1171789,25.3525895 L11.1171789,31.3816421 L11.0022316,31.3816421 C10.1319158,31.3816421 9.42454737,32.0890105 9.42454737,32.9593263 C9.42454737,33.8296421 10.1319158,34.5370105 11.0022316,34.5370105 L11.1171789,34.5370105 L11.1171789,38.2999579 L11.1285474,38.8178526 L12.8199158,38.8178526 L12.8199158,39.9180632 L12.8325474,40.5622737 L37.3226526,40.5622737 L37.9668632,40.5496421 L37.9668632,8.08269474 L37.9542316,7.43722105 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M10.392,25.6551579 L22.3957895,25.6551579 L22.3957895,24.6446316 L10.392,24.6446316 L10.392,25.6551579 Z M10.392,22.4846316 L22.3957895,22.4846316 L22.3957895,21.4741053 L10.392,21.4741053 L10.392,22.4846316 Z M15.7616842,16.1408 L17.0248421,16.1408 L17.0248421,12.2439579 L20.9216842,12.2439579 L20.9216842,10.9808 L17.0248421,10.9808 L17.0248421,7.08395789 L15.7616842,7.08395789 L15.7616842,10.9808 L11.8648421,10.9808 L11.8648421,12.2439579 L15.7616842,12.2439579 L15.7616842,16.1408 Z M16.3932632,5.75612632 C19.6231579,5.75612632 22.2492632,8.38349474 22.2492632,11.6121263 C22.2492632,14.8420211 19.6231579,17.4681263 16.3932632,17.4681263 C13.1646316,17.4681263 10.5372632,14.8420211 10.5372632,11.6121263 C10.5372632,8.38349474 13.1646316,5.75612632 16.3932632,5.75612632 M16.3932632,18.7312842 C20.3191579,18.7312842 23.5124211,15.5380211 23.5124211,11.6121263 C23.5124211,7.68623158 20.3191579,4.49296842 16.3932632,4.49296842 C12.4673684,4.49296842 9.27410526,7.68623158 9.27410526,11.6121263 C9.27410526,15.5380211 12.4673684,18.7312842 16.3932632,18.7312842 M27.7037053,32.2991158 L5.08307368,32.2991158 L5.08307368,27.5370105 L5.35086316,27.5370105 C6.22117895,27.5370105 6.92854737,26.8296421 6.92854737,25.9593263 C6.92854737,25.0890105 6.22117895,24.3816421 5.35086316,24.3816421 L5.08307368,24.3816421 L5.08307368,18.3525895 L5.35086316,18.3525895 C6.22117895,18.3525895 6.92854737,17.6452211 6.92854737,16.7749053 C6.92854737,15.9045895 6.22117895,15.1972211 5.35086316,15.1972211 L5.08307368,15.1972211 L5.08307368,9.16943158 L5.35086316,9.16943158 C6.22117895,9.16943158 6.92854737,8.46206316 6.92854737,7.59174737 C6.92854737,6.72143158 6.22117895,6.01406316 5.35086316,6.01406316 L5.08307368,6.01406316 L5.08307368,1.70037895 L27.7037053,1.70037895 L27.7037053,32.2991158 Z M3.12644211,30.8073263 L3.81865263,30.8073263 L3.81865263,27.5370105 L3.12644211,27.5370105 L3.12644211,30.8073263 Z M1.43633684,25.9593263 C1.43633684,25.6460632 1.69023158,25.3921684 2.00223158,25.3921684 L5.35086316,25.3921684 C5.66412632,25.3921684 5.91802105,25.6460632 5.91802105,25.9593263 C5.91802105,26.2725895 5.66412632,26.5264842 5.35086316,26.5264842 L2.00223158,26.5264842 C1.69023158,26.5264842 1.43633684,26.2725895 1.43633684,25.9593263 L1.43633684,25.9593263 Z M3.12644211,24.3803789 L3.81865263,24.3803789 L3.81865263,18.3525895 L3.12644211,18.3525895 L3.12644211,24.3803789 Z M1.43633684,16.7749053 C1.43633684,16.4629053 1.69023158,16.2077474 2.00223158,16.2077474 L5.35086316,16.2077474 C5.66412632,16.2077474 5.91802105,16.4629053 5.91802105,16.7749053 C5.91802105,17.0881684 5.66412632,17.3433263 5.35086316,17.3433263 L2.00223158,17.3433263 C1.69023158,17.3433263 1.43633684,17.0881684 1.43633684,16.7749053 L1.43633684,16.7749053 Z M3.12644211,15.1972211 L3.81865263,15.1972211 L3.81865263,9.16943158 L3.12644211,9.16943158 L3.12644211,15.1972211 Z M1.43633684,7.59174737 C1.43633684,7.27974737 1.69023158,7.02458947 2.00223158,7.02458947 L5.35086316,7.02458947 C5.66412632,7.02458947 5.91802105,7.27974737 5.91802105,7.59174737 C5.91802105,7.90501053 5.66412632,8.15890526 5.35086316,8.15890526 L2.00223158,8.15890526 C1.69023158,8.15890526 1.43633684,7.90501053 1.43633684,7.59174737 L1.43633684,7.59174737 Z M3.12644211,6.01406316 L3.81865263,6.01406316 L3.81865263,3.19216842 L3.12644211,3.19216842 L3.12644211,6.01406316 Z M28.9542316,0.437221053 L4.46412632,0.437221053 L3.81991579,0.451115789 L3.81991579,2.18669474 L2.11717895,2.19427368 L2.11717895,6.01406316 L2.00223158,6.01406316 C1.13191579,6.01406316 0.424547368,6.72143158 0.424547368,7.59174737 C0.424547368,8.46206316 1.13191579,9.16943158 2.00223158,9.16943158 L2.11717895,9.16943158 L2.11717895,15.1972211 L2.00223158,15.1972211 C1.13191579,15.1972211 0.424547368,15.9045895 0.424547368,16.7749053 C0.424547368,17.6452211 1.13191579,18.3525895 2.00223158,18.3525895 L2.11717895,18.3525895 L2.11717895,24.3816421 L2.00223158,24.3816421 C1.13191579,24.3816421 0.424547368,25.0890105 0.424547368,25.9593263 C0.424547368,26.8296421 1.13191579,27.5370105 2.00223158,27.5370105 L2.11717895,27.5370105 L2.11717895,31.2999579 L2.12854737,31.8178526 L3.81991579,31.8178526 L3.81991579,32.9180632 L3.83254737,33.5622737 L28.3226526,33.5622737 L28.9668632,33.5496421 L28.9668632,1.08269474 L28.9542316,0.437221053 Z\"\n transform=\"translate(9 7)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Contacts;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Copy = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(11 7)\">\n <polygon points=\"26.563 30.601 22.031 30.601 22.031 29.3 25.263 29.3 25.263 2.237 4.656 2.237 4.656 5.08 3.356 5.08 3.356 .936 26.563 .936\" />\n <path d=\"M1.8384,30.9362 L21.3804,30.9362 L21.3804,11.4872 L15.6824,5.7302 L1.8384,5.7302 L1.8384,30.9362 Z M22.6804,32.2372 L0.5384,32.2372 L0.5384,4.4292 L16.2244,4.4292 L22.6804,10.9522 L22.6804,32.2372 Z\" />\n <polygon points=\"22.031 11.87 15.303 11.87 15.303 5.08 16.603 5.08 16.603 10.569 22.031 10.569\" />\n <polygon points=\"7.653 19.792 15.435 19.792 15.435 18.8 7.653 18.8\" />\n <polygon points=\"11.049 23.188 12.041 23.188 12.041 15.405 11.049 15.405\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(11 4)\">\n <polygon points=\"26.408 33.601 21.876 33.601 21.876 32.3 25.108 32.3 25.108 5.237 4.501 5.237 4.501 8.08 3.201 8.08 3.201 3.936 26.408 3.936\" />\n <path d=\"M1.6831,33.9362 L21.2251,33.9362 L21.2251,14.4872 L15.5271,8.7302 L1.6831,8.7302 L1.6831,33.9362 Z M22.5251,35.2372 L0.3831,35.2372 L0.3831,7.4292 L16.0691,7.4292 L22.5251,13.9522 L22.5251,35.2372 Z\" />\n <polygon points=\"30.489 30.13 25.083 30.13 25.083 28.828 29.189 28.828 29.189 1.764 8.582 1.764 8.582 4.609 7.282 4.609 7.282 .464 30.489 .464\" />\n <polygon points=\"21.875 14.87 15.149 14.87 15.149 8.08 16.448 8.08 16.448 13.569 21.875 13.569\" />\n <polygon points=\"7.499 22.792 15.281 22.792 15.281 21.8 7.499 21.8\" />\n <polygon points=\"10.893 26.188 11.886 26.188 11.886 18.405 10.893 18.405\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.6490526,8.19473684 L13.6490526,11.6898947 L10.8322105,11.6898947 L10.8322105,39.8052632 L33.2873684,39.8052632 L33.2873684,38.1707368 L37.1677895,38.1707368 L37.1677895,8.19473684 L13.6490526,8.19473684 Z M15.2595789,9.80526316 L35.5572632,9.80526316 L35.5572632,36.5602105 L33.2873684,36.5602105 L33.2873684,18.3012632 L26.7391579,11.6898947 L15.2595789,11.6898947 L15.2595789,9.80526316 Z M12.4427368,13.3004211 L25.5972632,13.3004211 L25.5972632,19.4381053 L31.6743158,19.4381053 L31.6743158,38.1947368 L12.4427368,38.1947368 L12.4427368,13.3004211 Z M27.2077895,14.4524211 L30.5488421,17.8275789 L27.2077895,17.8275789 L27.2077895,14.4524211 Z M21.3682105,22.8208421 L21.3682105,26.0848421 L18.1016842,26.0848421 L18.1016842,27.3378947 L21.3682105,27.3378947 L21.3682105,30.6018947 L22.6212632,30.6018947 L22.6212632,27.3378947 L25.8865263,27.3378947 L25.8865263,26.0848421 L22.6212632,26.0848421 L22.6212632,22.8208421 L21.3682105,22.8208421 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.7303158,4.72357895 L17.7303158,8.19473684 L13.6503158,8.19473684 L13.6503158,11.6886316 L10.8322105,11.6886316 L10.8322105,39.8052632 L33.2861053,39.8052632 L33.2861053,38.1707368 L37.1677895,38.1707368 L37.1677895,34.6983158 L41.2477895,34.6983158 L41.2477895,4.72357895 L17.7303158,4.72357895 Z M19.3408421,6.33410526 L39.6372632,6.33410526 L39.6372632,33.0877895 L37.1677895,33.0877895 L37.1677895,8.19473684 L19.3408421,8.19473684 L19.3408421,6.33410526 Z M15.2608421,9.80526316 L35.556,9.80526316 L35.556,36.5602105 L33.2861053,36.5602105 L33.2861053,18.3012632 L26.7378947,11.6886316 L15.2608421,11.6886316 L15.2608421,9.80526316 Z M12.444,13.3004211 L25.5972632,13.3004211 L25.5972632,19.4381053 L31.6743158,19.4381053 L31.6743158,38.1947368 L12.444,38.1947368 L12.444,13.3004211 Z M27.2077895,14.4524211 L30.5488421,17.8263158 L27.2077895,17.8263158 L27.2077895,14.4524211 Z M21.3669474,22.8195789 L21.3669474,26.0848421 L18.1029474,26.0848421 L18.1029474,27.3378947 L21.3669474,27.3378947 L21.3669474,30.6018947 L22.62,30.6018947 L22.62,27.3378947 L25.8865263,27.3378947 L25.8865263,26.0848421 L22.62,26.0848421 L22.62,22.8195789 L21.3669474,22.8195789 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Copy;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Coronavirus = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M30.916,23.0299 C30.769,23.3199 30.517,23.5349 30.207,23.6359 C29.567,23.8439 28.878,23.4929 28.67,22.8529 C28.569,22.5429 28.596,22.2129 28.743,21.9229 C28.891,21.6329 29.143,21.4169 29.453,21.3169 C29.577,21.2759 29.705,21.2559 29.831,21.2559 C30.021,21.2559 30.209,21.3009 30.383,21.3899 C30.674,21.5379 30.889,21.7899 30.989,22.0989 C31.09,22.4089 31.064,22.7399 30.916,23.0299 L30.916,23.0299 Z M30.974,20.2319 C30.374,19.9259 29.691,19.8719 29.052,20.0799 C28.411,20.2879 27.891,20.7329 27.585,21.3319 C27.279,21.9319 27.226,22.6149 27.434,23.2549 C27.779,24.3179 28.77,24.9959 29.832,24.9959 C30.089,24.9959 30.351,24.9559 30.608,24.8719 C31.248,24.6639 31.769,24.2199 32.075,23.6199 C32.38,23.0209 32.434,22.3379 32.226,21.6979 C32.018,21.0579 31.573,20.5369 30.974,20.2319 L30.974,20.2319 Z M28.329,30.3129 C27.785,30.7089 27.021,30.5869 26.625,30.0439 C26.23,29.4989 26.352,28.7349 26.895,28.3399 C27.439,27.9459 28.203,28.0669 28.599,28.6099 C28.994,29.1539 28.873,29.9179 28.329,30.3129 L28.329,30.3129 Z M26.131,27.2879 C25.007,28.1049 24.757,29.6839 25.574,30.8069 L25.574,30.8079 C26.066,31.4849 26.836,31.8449 27.615,31.8449 C28.129,31.8449 28.646,31.6889 29.093,31.3649 C30.217,30.5489 30.467,28.9699 29.65,27.8449 C28.833,26.7219 27.255,26.4719 26.131,27.2879 L26.131,27.2879 Z M21.398,30.0509 C21.207,30.3139 20.924,30.4879 20.602,30.5379 C20.28,30.5879 19.958,30.5109 19.694,30.3209 C19.431,30.1289 19.258,29.8469 19.207,29.5249 C19.156,29.2029 19.233,28.8809 19.425,28.6179 L19.425,28.6169 C19.616,28.3539 19.899,28.1809 20.221,28.1299 C20.285,28.1199 20.35,28.1139 20.414,28.1139 C20.669,28.1139 20.917,28.1949 21.128,28.3479 C21.392,28.5389 21.565,28.8219 21.616,29.1439 C21.666,29.4649 21.589,29.7869 21.398,30.0509 L21.398,30.0509 Z M21.892,27.2959 C21.348,26.8999 20.682,26.7419 20.018,26.8459 C19.353,26.9509 18.769,27.3089 18.373,27.8529 C17.978,28.3979 17.818,29.0639 17.923,29.7279 C18.028,30.3929 18.386,30.9769 18.931,31.3719 C19.366,31.6889 19.878,31.8539 20.406,31.8539 C20.539,31.8539 20.672,31.8429 20.806,31.8219 C21.47,31.7169 22.054,31.3599 22.449,30.8149 C22.845,30.2709 23.005,29.6049 22.899,28.9399 C22.794,28.2759 22.437,27.6919 21.892,27.2959 L21.892,27.2959 Z M17.093,23.0419 C16.945,22.7519 16.919,22.4219 17.02,22.1119 C17.187,21.5969 17.666,21.2689 18.18,21.2689 C18.305,21.2689 18.431,21.2879 18.556,21.3289 C18.866,21.4289 19.118,21.6449 19.266,21.9349 C19.414,22.2249 19.439,22.5549 19.339,22.8649 C19.131,23.5049 18.441,23.8549 17.802,23.6479 C17.492,23.5479 17.24,23.3319 17.093,23.0419 L17.093,23.0419 Z M20.575,23.2669 C20.783,22.6269 20.729,21.9439 20.424,21.3439 C20.118,20.7449 19.598,20.3009 18.958,20.0919 C17.636,19.6649 16.212,20.3889 15.783,21.7099 C15.575,22.3499 15.629,23.0329 15.935,23.6329 C16.24,24.2319 16.761,24.6759 17.401,24.8839 C17.658,24.9679 17.92,25.0079 18.177,25.0079 C19.239,25.0079 20.229,24.3299 20.575,23.2669 L20.575,23.2669 Z M24,19.4689 C23.328,19.4689 22.781,18.9219 22.781,18.2499 C22.781,17.5769 23.328,17.0299 24,17.0299 C24.672,17.0299 25.219,17.5769 25.219,18.2499 C25.219,18.9219 24.672,19.4689 24,19.4689 L24,19.4689 Z M26.52,18.2499 C26.52,16.8609 25.389,15.7309 24,15.7309 C22.611,15.7309 21.48,16.8609 21.48,18.2499 C21.48,19.6389 22.611,20.7689 24,20.7689 C25.389,20.7689 26.52,19.6389 26.52,18.2499 L26.52,18.2499 Z M24.006,36.3079 C17.427,36.3079 12.074,30.9549 12.074,24.3749 C12.074,17.7959 17.427,12.4429 24.006,12.4429 C30.586,12.4429 35.939,17.7959 35.939,24.3749 C35.939,30.9549 30.586,36.3079 24.006,36.3079 L24.006,36.3079 Z M41.915,24.3719 L42.644,21.5409 C42.733,21.1929 42.524,20.8389 42.177,20.7489 C41.829,20.6579 41.475,20.8689 41.385,21.2169 L40.739,23.7249 L37.206,23.7249 C37.052,20.5679 35.791,17.7029 33.796,15.5039 L36.299,13.0019 L38.524,14.3159 C38.628,14.3769 38.742,14.4059 38.854,14.4059 C39.076,14.4059 39.293,14.2919 39.414,14.0869 C39.597,13.7779 39.494,13.3789 39.185,13.1969 L36.667,11.7099 L35.181,9.1919 C34.999,8.8839 34.6,8.7799 34.291,8.9629 C33.981,9.1459 33.879,9.5439 34.062,9.8529 L35.378,12.0839 L32.877,14.5849 C30.679,12.5909 27.814,11.3299 24.656,11.1759 L24.656,7.6409 L27.159,6.9959 C27.506,6.9069 27.716,6.5519 27.626,6.2049 C27.537,5.8569 27.182,5.6479 26.834,5.7379 L24.003,6.4669 L21.172,5.7379 C20.825,5.6479 20.47,5.8569 20.38,6.2049 C20.291,6.5519 20.5,6.9069 20.848,6.9959 L23.356,7.6419 L23.356,11.1759 C20.199,11.3299 17.334,12.5909 15.136,14.5849 L12.633,12.0829 L13.947,9.8579 C14.129,9.5489 14.027,9.1499 13.718,8.9669 C13.409,8.7839 13.01,8.8879 12.828,9.1969 L11.341,11.7149 L8.823,13.2009 C8.514,13.3829 8.412,13.7819 8.594,14.0909 C8.715,14.2959 8.932,14.4099 9.154,14.4099 C9.267,14.4099 9.381,14.3819 9.484,14.3199 L11.715,13.0029 L14.217,15.5039 C12.222,17.7029 10.961,20.5679 10.807,23.7249 L7.272,23.7249 L6.628,21.2229 C6.539,20.8749 6.185,20.6649 5.836,20.7559 C5.489,20.8449 5.279,21.1989 5.369,21.5469 L6.098,24.3789 L5.369,27.2099 C5.279,27.5569 5.489,27.9119 5.836,28.0009 C5.891,28.0149 5.945,28.0219 5.999,28.0219 C6.289,28.0219 6.553,27.8269 6.628,27.5339 L7.274,25.0249 L10.807,25.0249 C10.961,28.1829 12.222,31.0479 14.216,33.2459 L11.714,35.7489 L9.489,34.4349 C9.18,34.2519 8.781,34.3549 8.599,34.6639 C8.416,34.9729 8.519,35.3719 8.828,35.5539 L11.345,37.0399 L12.832,39.5579 C12.953,39.7629 13.17,39.8779 13.393,39.8779 C13.505,39.8779 13.619,39.8489 13.722,39.7869 C14.031,39.6049 14.134,39.2059 13.952,38.8969 L12.634,36.6659 L15.135,34.1649 C17.334,36.1589 20.199,37.4199 23.356,37.5749 L23.356,41.1089 L20.854,41.7539 C20.506,41.8429 20.297,42.1969 20.387,42.5449 C20.462,42.8389 20.727,43.0329 21.016,43.0329 C21.069,43.0329 21.124,43.0269 21.178,43.0119 L24.01,42.2829 L26.841,43.0119 C26.895,43.0269 26.95,43.0329 27.004,43.0329 C27.293,43.0329 27.557,42.8389 27.633,42.5449 C27.722,42.1969 27.513,41.8429 27.165,41.7539 L24.656,41.1079 L24.656,37.5749 C27.814,37.4199 30.679,36.1589 32.877,34.1649 L35.379,36.6679 L34.066,38.8919 C33.883,39.2009 33.986,39.5999 34.295,39.7819 C34.399,39.8439 34.513,39.8729 34.625,39.8729 C34.848,39.8729 35.064,39.7589 35.186,39.5529 L36.672,37.0359 L39.189,35.5489 C39.499,35.3659 39.601,34.9679 39.419,34.6589 C39.236,34.3499 38.837,34.2459 38.528,34.4299 L36.298,35.7469 L33.796,33.2459 C35.791,31.0479 37.052,28.1829 37.206,25.0249 L40.74,25.0249 L41.385,27.5279 C41.46,27.8209 41.725,28.0159 42.014,28.0159 C42.067,28.0159 42.122,28.0089 42.177,27.9949 C42.524,27.9049 42.733,27.5509 42.644,27.2029 L41.915,24.3719 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.7544,21.8673 C31.8554,22.1773 31.8294,22.5083 31.6814,22.7983 C31.5334,23.0883 31.2814,23.3033 30.9714,23.4043 C30.6624,23.5053 30.3314,23.4793 30.0414,23.3303 C29.7514,23.1823 29.5364,22.9303 29.4354,22.6213 C29.3344,22.3113 29.3604,21.9803 29.5084,21.6903 C29.6564,21.4003 29.9084,21.1853 30.2174,21.0843 C30.3424,21.0443 30.4694,21.0253 30.5934,21.0253 C31.1084,21.0253 31.5874,21.3523 31.7544,21.8673 L31.7544,21.8673 Z M29.8164,19.8483 C29.1764,20.0563 28.6554,20.5003 28.3504,21.1003 C28.0444,21.7003 27.9904,22.3833 28.1984,23.0223 C28.4064,23.6623 28.8514,24.1833 29.4514,24.4893 C29.8104,24.6723 30.1994,24.7643 30.5914,24.7643 C30.8544,24.7643 31.1174,24.7233 31.3734,24.6403 C32.0134,24.4323 32.5344,23.9883 32.8394,23.3883 C33.1454,22.7883 33.1984,22.1053 32.9904,21.4663 C32.5614,20.1443 31.1374,19.4213 29.8164,19.8483 L29.8164,19.8483 Z M28.8214,30.9203 C28.2774,31.3153 27.5134,31.1943 27.1184,30.6503 C26.7224,30.1063 26.8434,29.3423 27.3874,28.9473 C27.6514,28.7543 27.9734,28.6783 28.2954,28.7293 C28.6174,28.7803 28.8994,28.9533 29.0904,29.2163 C29.4864,29.7613 29.3654,30.5253 28.8214,30.9203 L28.8214,30.9203 Z M28.4984,27.4453 C27.8344,27.3403 27.1684,27.4993 26.6234,27.8953 C25.5004,28.7113 25.2504,30.2903 26.0664,31.4143 L26.0664,31.4143 C26.5584,32.0923 27.3284,32.4513 28.1084,32.4513 C28.6214,32.4513 29.1394,32.2953 29.5854,31.9713 C30.7094,31.1553 30.9594,29.5763 30.1424,28.4523 C29.7474,27.9083 29.1634,27.5503 28.4984,27.4453 L28.4984,27.4453 Z M21.0084,30.6583 C20.8174,30.9213 20.5344,31.0943 20.2124,31.1453 C19.8904,31.1963 19.5684,31.1183 19.3054,30.9273 C18.7614,30.5323 18.6404,29.7683 19.0354,29.2233 C19.4314,28.6803 20.1954,28.5593 20.7394,28.9543 C21.2834,29.3493 21.4034,30.1133 21.0084,30.6583 L21.0084,30.6583 Z M21.5034,27.9023 C20.3794,27.0853 18.8004,27.3363 17.9844,28.4593 C17.9834,28.4593 17.9834,28.4603 17.9834,28.4603 C17.1674,29.5833 17.4184,31.1623 18.5414,31.9793 C18.9764,32.2953 19.4894,32.4613 20.0174,32.4613 C20.1494,32.4613 20.2834,32.4503 20.4164,32.4293 C21.0814,32.3243 21.6654,31.9663 22.0604,31.4213 C22.8774,30.2983 22.6274,28.7193 21.5034,27.9023 L21.5034,27.9023 Z M16.4314,22.8103 C16.2834,22.5203 16.2574,22.1893 16.3584,21.8793 C16.5254,21.3653 17.0044,21.0373 17.5184,21.0373 C17.6434,21.0373 17.7694,21.0563 17.8944,21.0963 C18.5334,21.3053 18.8844,21.9943 18.6774,22.6333 C18.5764,22.9433 18.3614,23.1953 18.0714,23.3433 C17.7804,23.4913 17.4504,23.5173 17.1404,23.4163 C16.8314,23.3153 16.5794,23.1003 16.4314,22.8103 L16.4314,22.8103 Z M18.6614,24.5013 C19.2604,24.1963 19.7054,23.6753 19.9134,23.0343 C20.3424,21.7143 19.6174,20.2903 18.2964,19.8603 L18.2964,19.8603 C16.9754,19.4313 15.5504,20.1573 15.1214,21.4783 C14.9134,22.1173 14.9674,22.8013 15.2734,23.4003 C15.5784,24.0003 16.0994,24.4443 16.7384,24.6523 C16.9954,24.7363 17.2584,24.7773 17.5204,24.7773 C17.9124,24.7773 18.3014,24.6843 18.6614,24.5013 L18.6614,24.5013 Z M24.0514,18.7193 C23.3794,18.7193 22.8324,18.1723 22.8324,17.4993 C22.8324,16.8273 23.3794,16.2803 24.0514,16.2803 C24.7244,16.2803 25.2714,16.8273 25.2714,17.4993 C25.2714,18.1723 24.7244,18.7193 24.0514,18.7193 L24.0514,18.7193 Z M26.5714,17.4993 C26.5714,16.1103 25.4414,14.9803 24.0514,14.9803 C22.6624,14.9803 21.5324,16.1103 21.5324,17.4993 C21.5324,18.8883 22.6624,20.0193 24.0514,20.0193 C25.4414,20.0193 26.5714,18.8883 26.5714,17.4993 L26.5714,17.4993 Z M24.0064,36.3073 C17.4264,36.3073 12.0734,30.9543 12.0734,24.3753 C12.0734,17.7953 17.4264,12.4423 24.0064,12.4423 C30.5864,12.4423 35.9384,17.7953 35.9384,24.3753 C35.9384,30.9543 30.5864,36.3073 24.0064,36.3073 L24.0064,36.3073 Z M41.9144,24.3713 L42.6434,21.5403 C42.7334,21.1933 42.5244,20.8383 42.1764,20.7493 C41.8284,20.6583 41.4744,20.8683 41.3844,21.2163 L40.7384,23.7253 L37.2064,23.7253 C37.0514,20.5673 35.7904,17.7023 33.7964,15.5043 L36.2984,13.0013 L38.5244,14.3153 C38.6274,14.3773 38.7414,14.4063 38.8534,14.4063 C39.0764,14.4063 39.2934,14.2913 39.4144,14.0863 C39.5964,13.7773 39.4944,13.3783 39.1844,13.1963 L36.6674,11.7103 L35.1804,9.1923 C34.9984,8.8833 34.5994,8.7803 34.2904,8.9633 C33.9814,9.1453 33.8794,9.5443 34.0614,9.8533 L35.3784,12.0843 L32.8774,14.5853 C30.6784,12.5913 27.8144,11.3303 24.6564,11.1753 L24.6564,7.6403 L27.1584,6.9963 C27.5064,6.9073 27.7154,6.5523 27.6264,6.2043 C27.5364,5.8563 27.1824,5.6473 26.8344,5.7373 L24.0034,6.4673 L21.1714,5.7373 C20.8244,5.6473 20.4694,5.8563 20.3794,6.2043 C20.2904,6.5523 20.5004,6.9073 20.8474,6.9963 L23.3564,7.6423 L23.3564,11.1753 C20.1984,11.3303 17.3344,12.5913 15.1354,14.5853 L12.6324,12.0823 L13.9464,9.8573 C14.1294,9.5483 14.0264,9.1493 13.7174,8.9673 C13.4084,8.7843 13.0094,8.8883 12.8274,9.1963 L11.3404,11.7143 L8.8234,13.2003 C8.5144,13.3833 8.4114,13.7823 8.5934,14.0913 C8.7154,14.2963 8.9314,14.4103 9.1544,14.4103 C9.2664,14.4103 9.3804,14.3813 9.4844,14.3203 L11.7144,13.0023 L14.2164,15.5043 C12.2214,17.7023 10.9614,20.5673 10.8064,23.7253 L7.2724,23.7253 L6.6284,21.2223 C6.5384,20.8753 6.1834,20.6643 5.8364,20.7553 C5.4884,20.8453 5.2794,21.1993 5.3684,21.5473 L6.0984,24.3783 L5.3684,27.2093 C5.2794,27.5573 5.4884,27.9113 5.8364,28.0013 C5.8904,28.0153 5.9454,28.0223 5.9994,28.0223 C6.2884,28.0223 6.5524,27.8273 6.6284,27.5343 L7.2744,25.0253 L10.8064,25.0253 C10.9614,28.1823 12.2214,31.0473 14.2164,33.2453 L11.7134,35.7483 L9.4884,34.4343 C9.1794,34.2513 8.7814,34.3553 8.5984,34.6633 C8.4164,34.9723 8.5184,35.3713 8.8284,35.5543 L11.3454,37.0403 L12.8324,39.5583 C12.9534,39.7633 13.1704,39.8773 13.3924,39.8773 C13.5044,39.8773 13.6184,39.8483 13.7224,39.7873 C14.0314,39.6043 14.1334,39.2063 13.9514,38.8973 L12.6344,36.6663 L15.1354,34.1653 C17.3344,36.1593 20.1984,37.4203 23.3564,37.5753 L23.3564,41.1093 L20.8544,41.7533 C20.5064,41.8433 20.2964,42.1973 20.3864,42.5453 C20.4624,42.8383 20.7264,43.0333 21.0154,43.0333 C21.0694,43.0333 21.1234,43.0263 21.1784,43.0123 L24.0094,42.2833 L26.8404,43.0123 C26.8954,43.0263 26.9494,43.0333 27.0034,43.0333 C27.2934,43.0333 27.5564,42.8383 27.6324,42.5453 C27.7214,42.1973 27.5124,41.8433 27.1654,41.7533 L24.6564,41.1073 L24.6564,37.5753 C27.8144,37.4203 30.6784,36.1593 32.8774,34.1653 L35.3794,36.6673 L34.0654,38.8923 C33.8834,39.2013 33.9854,39.5993 34.2954,39.7823 C34.3984,39.8443 34.5124,39.8723 34.6254,39.8723 C34.8474,39.8723 35.0644,39.7583 35.1854,39.5533 L36.6714,37.0353 L39.1894,35.5493 C39.4984,35.3663 39.6014,34.9683 39.4184,34.6593 C39.2354,34.3503 38.8374,34.2453 38.5284,34.4303 L36.2974,35.7473 L33.7964,33.2453 C35.7904,31.0473 37.0514,28.1823 37.2064,25.0253 L40.7404,25.0253 L41.3844,27.5273 C41.4604,27.8213 41.7244,28.0153 42.0134,28.0153 C42.0674,28.0153 42.1224,28.0093 42.1764,27.9943 C42.5244,27.9053 42.7334,27.5513 42.6434,27.2033 L41.9144,24.3713 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Coronavirus;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Cough = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.8075,7.3639 C26.7985,7.3639 33.1635,11.8229 33.2365,20.0909 L33.2365,20.0909 L35.7315,25.4549 C36.0415,26.1209 35.9905,26.8879 35.5955,27.5059 C35.2005,28.1249 34.5265,28.4939 33.7925,28.4939 L33.7925,28.4939 L33.2375,28.4939 L33.2375,29.8009 L30.2295,30.2159 L32.5115,32.2949 L32.2205,32.7559 C31.1195,34.4979 29.3075,35.6059 27.2875,35.8029 L27.2875,35.8029 L27.2875,41.0189 L12.5455,41.0189 L12.5455,34.3209 C12.5455,32.0309 11.7355,30.4279 10.7975,28.5719 C9.7045,26.4089 8.4645,23.9569 8.4645,20.0149 C8.4645,13.0389 14.0015,7.3639 20.8075,7.3639 Z M20.8075,8.6629 C13.9865,8.6629 9.7645,14.5559 9.7645,20.0149 C9.7645,23.6469 10.8795,25.8529 11.9575,27.9859 C12.9285,29.9069 13.8455,31.7209 13.8455,34.3209 L13.8455,34.3209 L13.8455,39.7189 L25.9875,39.7189 L25.9875,34.5349 L26.6375,34.5349 C28.2855,34.5349 29.8085,33.7839 30.8105,32.5029 L30.8105,32.5029 L28.5095,30.4069 L28.7005,29.1149 L31.9375,28.6679 L31.9375,27.1939 L33.7925,27.1939 C34.0845,27.1939 34.3425,27.0529 34.4995,26.8069 C34.6565,26.5609 34.6755,26.2679 34.5525,26.0029 L34.5525,26.0029 L31.9375,20.3789 L31.9375,20.2359 C31.9375,12.7189 26.2035,8.6629 20.8075,8.6629 Z M35.1931,32.3366 L37.1531,33.8756 L36.3501,34.8986 L34.3901,33.3586 L35.1931,32.3366 Z M38.422,29.722 L38.422,31.022 L36.11,31.022 L36.11,29.722 L38.422,29.722 Z M27.977,20.981 L27.977,22.081 L25.584,22.081 L25.584,20.981 L27.977,20.981 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.808,7.3639 C26.798,7.3639 33.163,11.8229 33.237,20.0909 L33.237,20.0909 L35.731,25.4549 C36.041,26.1209 35.99,26.8879 35.595,27.5059 C35.201,28.1249 34.527,28.4939 33.793,28.4939 L33.793,28.4939 L33.237,28.4939 L33.237,29.8009 L30.23,30.2159 L32.512,32.2949 L32.22,32.7559 C31.119,34.4979 29.308,35.6059 27.288,35.8029 L27.288,35.8029 L27.288,41.0189 L12.545,41.0189 L12.545,34.3209 C12.545,32.0309 11.735,30.4279 10.797,28.5719 C9.704,26.4089 8.464,23.9569 8.464,20.0149 C8.464,13.0389 14.001,7.3639 20.808,7.3639 Z M20.808,8.6629 C13.986,8.6629 9.765,14.5559 9.765,20.0149 C9.765,23.6469 10.879,25.8529 11.957,27.9859 C12.929,29.9069 13.846,31.7209 13.846,34.3209 L13.846,34.3209 L13.846,39.7189 L25.987,39.7189 L25.987,34.5349 L26.638,34.5349 C28.285,34.5349 29.809,33.7839 30.81,32.5029 L30.81,32.5029 L28.509,30.4069 L28.7,29.1149 L31.937,28.6679 L31.937,27.1939 L33.793,27.1939 C34.085,27.1939 34.342,27.0529 34.499,26.8069 C34.656,26.5609 34.676,26.2679 34.553,26.0029 L34.553,26.0029 L31.937,20.3789 L31.937,20.2359 C31.937,12.7189 26.203,8.6629 20.808,8.6629 Z M35.7952,32.8098 L37.7562,34.3498 L36.9532,35.3718 L34.9922,33.8318 L35.7952,32.8098 Z M39.064,29.722 L39.064,31.022 L36.752,31.022 L36.752,29.722 L39.064,29.722 Z M27.976,20.981 L27.976,22.081 L25.583,22.081 L25.583,20.981 L27.976,20.981 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Cough;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst CriticalHealthInfo = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.5078,26.9058 C23.8298,26.9058 24.0908,26.6448 24.0908,26.3228 C24.0908,26.0018 23.8298,25.7398 23.5078,25.7398 C23.1858,25.7398 22.9248,26.0018 22.9248,26.3228 C22.9248,26.6448 23.1858,26.9058 23.5078,26.9058 L23.5078,26.9058 Z M39.4008,34.4348 C39.4008,35.2618 38.7278,35.9348 37.8998,35.9348 L15.1158,35.9348 C15.4308,35.5168 15.6168,34.9968 15.6168,34.4348 L15.6168,34.2958 L39.4008,34.2958 L39.4008,34.4348 Z M38.3968,39.7378 L8.6188,39.7378 L8.6188,9.2128 L18.2748,9.2128 L16.1018,10.6688 L16.1018,11.1598 L10.6158,11.1598 L10.6158,34.4348 C10.6158,35.8138 11.7378,36.9348 13.1168,36.9348 L37.8998,36.9348 C38.0708,36.9348 38.2368,36.9178 38.3968,36.8848 L38.3968,39.7378 Z M19.2988,9.7298 L19.2988,6.3678 L27.7168,6.3678 L27.7168,9.7298 L29.9138,11.2018 L29.9138,12.4758 L17.1018,12.4758 L17.1018,11.2018 L19.2988,9.7298 Z M30.9138,13.4758 L30.9138,12.1598 L35.3998,12.1598 L35.3998,33.2958 L14.6168,33.2958 L14.6168,34.4348 C14.6168,35.2618 13.9448,35.9348 13.1168,35.9348 C12.2888,35.9348 11.6158,35.2618 11.6158,34.4348 L11.6158,12.1598 L16.1018,12.1598 L16.1018,13.4758 L30.9138,13.4758 Z M28.7168,9.0828 L38.3968,9.0828 L38.3968,33.2958 L36.3998,33.2958 L36.3998,11.1598 L30.9138,11.1598 L30.9138,10.6688 L28.7168,9.1968 L28.7168,9.0828 Z M39.6968,33.2958 L39.6968,7.7828 L28.7168,7.7828 L28.7168,5.3678 L18.2988,5.3678 L18.2988,7.9128 L7.3188,7.9128 L7.3188,41.0368 L39.6968,41.0368 L39.6968,36.1658 C40.1308,35.7168 40.4008,35.1078 40.4008,34.4348 L40.4008,33.2958 L39.6968,33.2958 Z M29.3478,28.2748 L17.6728,28.2748 L23.5478,17.7148 L29.3478,28.2748 Z M31.0388,29.2748 L23.5528,15.6488 L15.9718,29.2748 L31.0388,29.2748 Z M23.5078,9.4638 C23.8528,9.4638 24.1328,9.1838 24.1328,8.8388 C24.1328,8.4928 23.8528,8.2138 23.5078,8.2138 C23.1628,8.2138 22.8828,8.4928 22.8828,8.8388 C22.8828,9.1838 23.1628,9.4638 23.5078,9.4638 L23.5078,9.4638 Z M23.5078,24.8678 C23.7138,24.8678 23.8818,24.6998 23.8818,24.4938 L23.8818,21.4698 C23.8818,21.2638 23.7138,21.0968 23.5078,21.0968 C23.3018,21.0968 23.1338,21.2638 23.1338,21.4698 L23.1338,24.4938 C23.1338,24.6998 23.3018,24.8678 23.5078,24.8678 L23.5078,24.8678 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.4481,9.4634 C23.7931,9.4634 24.0731,9.1834 24.0731,8.8384 C24.0731,8.4924 23.7931,8.2134 23.4481,8.2134 C23.1031,8.2134 22.8231,8.4924 22.8231,8.8384 C22.8231,9.1834 23.1031,9.4634 23.4481,9.4634 L23.4481,9.4634 Z M23.4881,17.7144 L29.2881,28.2744 L17.6131,28.2744 L23.4881,17.7144 Z M23.4931,15.6484 L15.9121,29.2744 L30.9791,29.2744 L23.4931,15.6484 Z M37.8351,34.4354 L15.0521,34.4354 C15.3711,34.0144 15.5681,33.4964 15.5681,32.9294 C15.5681,32.3624 15.3711,31.8444 15.0521,31.4234 L37.8351,31.4234 C38.6651,31.4234 39.3411,32.0994 39.3411,32.9294 C39.3411,33.7594 38.6651,34.4354 37.8351,34.4354 L37.8351,34.4354 Z M38.3371,39.7374 L8.5591,39.7374 L8.5591,9.2134 L18.2151,9.2134 L16.0421,10.6694 L16.0421,11.1604 L10.5561,11.1604 L10.5561,32.9344 C10.5561,34.3134 11.6781,35.4354 13.0571,35.4354 L13.0571,35.4344 C13.0591,35.4344 13.0601,35.4354 13.0621,35.4354 L37.8351,35.4354 C38.0071,35.4354 38.1751,35.4174 38.3371,35.3844 L38.3371,39.7374 Z M19.2391,9.7304 L19.2391,6.3674 L27.6571,6.3674 L27.6571,9.7304 L29.8541,11.2024 L29.8541,12.4764 L17.0421,12.4764 L17.0421,11.2024 L19.2391,9.7304 Z M14.5681,32.9294 C14.5681,33.7594 13.8921,34.4354 13.0621,34.4354 C12.2321,34.4354 11.5561,33.7594 11.5561,32.9294 L11.5561,12.1604 L16.0421,12.1604 L16.0421,13.4764 L30.8541,13.4764 L30.8541,12.1604 L35.3401,12.1604 L35.3401,30.4234 L13.0621,30.4234 L13.0621,31.4234 C13.8921,31.4234 14.5681,32.0994 14.5681,32.9294 L14.5681,32.9294 Z M28.6571,9.0834 L38.3371,9.0834 L38.3371,30.4744 C38.1751,30.4414 38.0071,30.4234 37.8351,30.4234 L36.3401,30.4234 L36.3401,11.1604 L30.8541,11.1604 L30.8541,10.6694 L28.6571,9.1964 L28.6571,9.0834 Z M39.6371,31.1954 L39.6371,7.7834 L28.6571,7.7834 L28.6571,5.3674 L18.2391,5.3674 L18.2391,7.9134 L7.2591,7.9134 L7.2591,41.0374 L39.6371,41.0374 L39.6371,34.6624 C40.0711,34.2124 40.3411,33.6034 40.3411,32.9294 C40.3411,32.2564 40.0711,31.6474 39.6371,31.1954 L39.6371,31.1954 Z M23.4481,24.8674 C23.6541,24.8674 23.8221,24.7004 23.8221,24.4944 L23.8221,21.4704 C23.8221,21.2644 23.6541,21.0964 23.4481,21.0964 C23.2421,21.0964 23.0741,21.2644 23.0741,21.4704 L23.0741,24.4944 C23.0741,24.7004 23.2421,24.8674 23.4481,24.8674 L23.4481,24.8674 Z M23.4481,25.7404 C23.1261,25.7404 22.8651,26.0014 22.8651,26.3234 C22.8651,26.6454 23.1261,26.9054 23.4481,26.9054 C23.7701,26.9054 24.0311,26.6454 24.0311,26.3234 C24.0311,26.0014 23.7701,25.7404 23.4481,25.7404 L23.4481,25.7404 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default CriticalHealthInfo;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\n// TODO: This should be removed. This will cause a breaking change if people use it.\n// Want to wait with removing this untill we have more breaking changes in v1.1 for example\nconst Cross = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"20.404 19 28.663 10.741 27.26 9.338 19.001 17.597 10.741 9.337 9.338 10.74 17.598 19 9.338 27.26 10.741 28.663 19.001 20.403 27.26 28.662 28.663 27.259\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"19 17.596 9.327 7.923 7.924 9.326 17.597 18.999 7.923 28.673 9.326 30.076 19 20.402 28.674 30.076 30.077 28.673 20.403 18.999 30.076 9.326 28.673 7.923\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 38 38\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Cross;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Depression = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.808,7.3636 C26.798,7.3636 33.163,11.8226 33.237,20.0906 L33.237,20.0906 L35.731,25.4546 C36.041,26.1206 35.99,26.8876 35.595,27.5056 C35.201,28.1246 34.527,28.4936 33.793,28.4936 L33.793,28.4936 L33.237,28.4936 L33.237,29.2346 C33.237,32.6546 30.623,35.4746 27.288,35.8026 L27.288,35.8026 L27.288,41.0186 L12.545,41.0186 L12.545,34.3216 C12.545,32.0306 11.735,30.4276 10.797,28.5726 C9.704,26.4096 8.464,23.9566 8.464,20.0146 C8.464,13.0386 14.001,7.3636 20.808,7.3636 Z M20.808,8.6626 C13.986,8.6626 9.764,14.5556 9.764,20.0146 C9.764,23.6476 10.879,25.8526 11.957,27.9856 C12.928,29.9066 13.846,31.7206 13.846,34.3216 L13.846,34.3216 L13.846,39.7186 L25.987,39.7186 L25.987,34.5346 L26.637,34.5346 C29.56,34.5346 31.937,32.1566 31.937,29.2346 L31.937,29.2346 L31.937,27.1946 L33.793,27.1946 C34.084,27.1946 34.342,27.0526 34.499,26.8066 C34.656,26.5606 34.675,26.2676 34.552,26.0036 L34.552,26.0036 L31.937,20.3786 L31.937,20.2356 C31.937,12.7186 26.203,8.6626 20.808,8.6626 Z M18.5708,25.4741 C18.5708,25.4741 19.3828,26.5051 19.3828,26.9531 C19.3828,27.4021 19.0188,27.7651 18.5708,27.7651 C18.1218,27.7651 17.7588,27.4021 17.7588,26.9531 C17.7588,26.5051 18.5708,25.4741 18.5708,25.4741 Z M22.7983,25.4741 C22.7983,25.4741 23.6103,26.5051 23.6103,26.9531 C23.6103,27.4021 23.2463,27.7651 22.7983,27.7651 C22.3503,27.7651 21.9863,27.4021 21.9863,26.9531 C21.9863,26.5051 22.7983,25.4741 22.7983,25.4741 Z M16.0664,21.9092 C16.0664,21.9092 16.8784,22.9402 16.8784,23.3882 C16.8784,23.8362 16.5144,24.2002 16.0664,24.2002 C15.6174,24.2002 15.2544,23.8362 15.2544,23.3882 C15.2544,22.9402 16.0664,21.9092 16.0664,21.9092 Z M20.6348,21.9092 C20.6348,21.9092 21.4468,22.9402 21.4468,23.3882 C21.4468,23.8362 21.0828,24.2002 20.6348,24.2002 C20.1858,24.2002 19.8228,23.8362 19.8228,23.3882 C19.8228,22.9402 20.6348,21.9092 20.6348,21.9092 Z M25.2031,21.9092 C25.2031,21.9092 26.0151,22.9402 26.0151,23.3882 C26.0151,23.8362 25.6511,24.2002 25.2031,24.2002 C24.7541,24.2002 24.3911,23.8362 24.3911,23.3882 C24.3911,22.9402 25.2031,21.9092 25.2031,21.9092 Z M22.4293,11.0028 C24.4853,11.0028 26.1893,12.5368 26.4583,14.5208 C28.0663,14.4528 29.4053,15.7708 29.4053,17.3758 C29.4053,18.9518 28.1233,20.2338 26.5483,20.2338 L26.5483,20.2338 L15.1323,20.2338 C13.5573,20.2338 12.2753,18.9518 12.2753,17.3758 C12.2753,15.9458 13.3323,14.7568 14.7063,14.5508 C15.0763,13.1898 16.3143,12.2118 17.7553,12.2118 C18.2743,12.2118 18.7743,12.3388 19.2303,12.5838 C19.9943,11.5968 21.1743,11.0028 22.4293,11.0028 Z M22.4293,12.1028 C21.3753,12.1028 20.3913,12.6828 19.8613,13.6148 L19.8613,13.6148 L19.5433,14.1758 L19.0403,13.7728 C18.6623,13.4708 18.2183,13.3118 17.7553,13.3118 C16.7143,13.3118 15.8353,14.0968 15.7103,15.1378 L15.7103,15.1378 L15.6493,15.6448 L15.1393,15.6218 C14.1603,15.6218 13.3753,16.4088 13.3753,17.3758 C13.3753,18.3448 14.1633,19.1338 15.1323,19.1338 L15.1323,19.1338 L26.5483,19.1338 C27.5173,19.1338 28.3053,18.3448 28.3053,17.3758 C28.3053,16.4068 27.5173,15.6188 26.5483,15.6188 C26.4103,15.6188 26.2613,15.6418 26.0823,15.6918 L26.0823,15.6918 L25.3623,15.8898 L25.3963,15.0398 C25.3953,13.4338 24.0643,12.1028 22.4293,12.1028 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.808,7.3631 C26.798,7.3631 33.163,11.8221 33.237,20.0901 L33.237,20.0901 L35.731,25.4551 C36.041,26.1201 35.99,26.8881 35.595,27.5061 C35.201,28.1251 34.527,28.4941 33.793,28.4941 L33.793,28.4941 L33.238,28.4941 L33.238,29.2341 C33.238,32.6541 30.623,35.4741 27.288,35.8021 L27.288,35.8021 L27.288,41.0181 L12.546,41.0181 L12.546,34.3211 C12.546,32.0301 11.735,30.4281 10.797,28.5721 C9.704,26.4091 8.464,23.9571 8.464,20.0151 C8.464,13.0381 14.001,7.3631 20.808,7.3631 Z M20.808,8.6631 C13.986,8.6631 9.765,14.5561 9.765,20.0151 C9.765,23.6471 10.879,25.8521 11.957,27.9851 C12.929,29.9061 13.846,31.7211 13.846,34.3211 L13.846,34.3211 L13.846,39.7191 L25.987,39.7191 L25.987,34.5341 L26.638,34.5341 C29.56,34.5341 31.937,32.1561 31.937,29.2341 L31.937,29.2341 L31.937,27.1941 L33.793,27.1941 C34.085,27.1941 34.342,27.0531 34.499,26.8071 C34.656,26.5601 34.676,26.2681 34.553,26.0031 L34.553,26.0031 L31.937,20.3791 L31.937,20.2351 C31.937,12.7191 26.203,8.6631 20.808,8.6631 Z M18.5708,26.4741 C18.5708,26.4741 19.3828,27.5051 19.3828,27.9531 C19.3828,28.4021 19.0188,28.7651 18.5708,28.7651 C18.1218,28.7651 17.7588,28.4021 17.7588,27.9531 C17.7588,27.5051 18.5708,26.4741 18.5708,26.4741 Z M22.7988,26.4741 C22.7988,26.4741 23.6108,27.5051 23.6108,27.9531 C23.6108,28.4021 23.2468,28.7651 22.7988,28.7651 C22.3498,28.7651 21.9868,28.4021 21.9868,27.9531 C21.9868,27.5051 22.7988,26.4741 22.7988,26.4741 Z M16.0664,22.9092 C16.0664,22.9092 16.8784,23.9402 16.8784,24.3882 C16.8784,24.8362 16.5144,25.2002 16.0664,25.2002 C15.6184,25.2002 15.2544,24.8362 15.2544,24.3882 C15.2544,23.9402 16.0664,22.9092 16.0664,22.9092 Z M20.6348,22.9092 C20.6348,22.9092 21.4468,23.9402 21.4468,24.3882 C21.4468,24.8362 21.0828,25.2002 20.6348,25.2002 C20.1868,25.2002 19.8228,24.8362 19.8228,24.3882 C19.8228,23.9402 20.6348,22.9092 20.6348,22.9092 Z M25.2031,22.9092 C25.2031,22.9092 26.0151,23.9402 26.0151,24.3882 C26.0151,24.8362 25.6511,25.2002 25.2031,25.2002 C24.7541,25.2002 24.3911,24.8362 24.3911,24.3882 C24.3911,23.9402 25.2031,22.9092 25.2031,22.9092 Z M22.4288,11.0028 C24.4858,11.0028 26.1898,12.5368 26.4578,14.5208 C28.0678,14.4468 29.4058,15.7708 29.4058,17.3758 C29.4058,18.9518 28.1238,20.2338 26.5488,20.2338 L26.5488,20.2338 L15.1328,20.2338 C13.5578,20.2338 12.2758,18.9518 12.2758,17.3758 C12.2758,15.9458 13.3328,14.7568 14.7068,14.5508 C15.0758,13.1898 16.3148,12.2118 17.7558,12.2118 C18.2738,12.2118 18.7748,12.3388 19.2298,12.5838 C19.9948,11.5968 21.1748,11.0028 22.4288,11.0028 Z M22.4288,12.1028 C21.3758,12.1028 20.3918,12.6828 19.8618,13.6148 L19.8618,13.6148 L19.5438,14.1748 L19.0398,13.7728 C18.6628,13.4708 18.2178,13.3118 17.7558,13.3118 C16.7148,13.3118 15.8358,14.0968 15.7098,15.1378 L15.7098,15.1378 L15.6498,15.6458 L15.1388,15.6218 C14.1608,15.6218 13.3758,16.4088 13.3758,17.3758 C13.3758,18.3448 14.1638,19.1338 15.1328,19.1338 L15.1328,19.1338 L26.5488,19.1338 C27.5178,19.1338 28.3058,18.3448 28.3058,17.3758 C28.3058,16.4068 27.5178,15.6188 26.5488,15.6188 C26.4098,15.6188 26.2618,15.6418 26.0818,15.6918 L26.0818,15.6918 L25.3598,15.8908 L25.3958,15.0408 C25.3948,13.4338 24.0648,12.1028 22.4288,12.1028 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Depression;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst DigestiveSystem = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(10 6)\">\n <path d=\"M10.1963,20.7066 C9.2743,20.7136 8.1473,20.7196 7.3643,20.7196 C6.7403,20.7196 5.6943,20.5606 5.6943,19.5006 C5.6943,18.4256 7.2373,18.3466 7.2533,18.3456 L7.2913,18.3456 C8.0083,18.3456 8.5923,18.9906 9.2133,19.6746 L9.5503,20.0416 C9.7663,20.2716 9.9813,20.4946 10.1963,20.7066 M22.4993,27.8406 L12.0303,27.8406 L12.0303,29.1416 L22.4993,29.1416 C23.9363,29.1416 25.1053,30.3106 25.1053,31.7476 C25.1053,33.1856 23.9363,34.3536 22.4993,34.3536 L4.6213,34.3536 C4.1553,34.3486 3.7783,33.9706 3.7783,33.5036 C3.7783,33.0326 4.1603,32.6506 4.6313,32.6506 L17.4643,32.6506 L17.4643,31.3506 L4.3053,31.3506 C2.8683,31.3506 1.6993,30.1816 1.6993,28.7436 C1.6993,27.3066 2.8683,26.1376 4.3053,26.1376 L6.8503,26.1376 L6.8503,26.1336 C11.7013,26.1146 22.5043,26.0346 22.5043,26.0346 L22.4943,24.7336 C22.4943,24.7336 8.5903,24.8366 5.2533,24.8366 C4.7733,24.8366 3.9423,24.5626 3.1763,23.7906 C2.5093,23.1156 1.7153,21.8806 1.7343,19.8276 C1.7533,17.7496 2.3433,14.2636 6.0923,14.2636 C7.0163,14.2636 7.8563,14.2946 8.6153,14.3236 C10.7403,14.4026 12.2763,14.4626 13.3633,13.7466 C14.6353,12.9086 15.0253,11.6146 15.4023,10.3616 C15.6033,9.6946 15.8113,9.0046 16.1553,8.4036 C17.5193,6.0186 19.6033,5.5396 22.5233,5.5396 C24.8823,5.5396 27.4193,7.4436 27.4193,11.6266 C27.4193,14.3446 26.0113,21.5106 19.5843,22.0286 C14.0593,22.4696 12.4633,21.2376 10.4973,19.1506 L10.1753,18.8016 C9.4123,17.9586 8.5293,16.9806 7.2123,17.0466 C6.0793,17.0826 4.3933,17.7666 4.3933,19.5006 C4.3933,21.0306 5.5593,22.0196 7.3643,22.0196 C8.7693,22.0196 11.2743,21.9986 11.7413,21.9946 C13.3963,23.0986 15.5943,23.6576 19.6883,23.3236 C20.7533,23.2386 21.6843,22.9856 22.5223,22.6286 C23.9493,22.6416 25.1053,23.8036 25.1053,25.2326 C25.1053,26.6706 23.9363,27.8406 22.4993,27.8406 M26.4063,25.2326 C26.4063,23.6766 25.4853,22.3406 24.1643,21.7126 C27.7943,19.0656 28.7193,13.9266 28.7193,11.6266 C28.7193,6.5516 25.5083,4.2386 22.5233,4.2386 C22.0703,4.2386 21.6163,4.2516 21.1653,4.2826 L21.1653,0.0306 L19.8643,0.0306 L19.8643,4.4356 C19.1643,4.5596 18.4863,4.7586 17.8463,5.0656 L17.8463,0.0306 L16.5463,0.0306 L16.5463,5.9026 C15.9823,6.3776 15.4693,6.9846 15.0263,7.7586 C14.6093,8.4876 14.3803,9.2506 14.1583,9.9866 C13.8193,11.1116 13.5273,12.0826 12.6483,12.6606 C11.9093,13.1466 10.5503,13.0986 8.6643,13.0236 C7.8903,12.9946 7.0343,12.9626 6.0923,12.9626 C2.5883,12.9626 0.4723,15.5246 0.4333,19.8156 C0.4113,22.3166 1.4113,23.8546 2.2543,24.7056 C2.4183,24.8716 2.5963,25.0106 2.7743,25.1506 C1.3803,25.7476 0.3983,27.1326 0.3983,28.7436 C0.3983,30.3716 1.4003,31.7666 2.8173,32.3526 C2.6053,32.6866 2.4773,33.0796 2.4773,33.5036 C2.4773,34.5796 3.2733,35.4656 4.3053,35.6236 L4.3053,35.6546 L4.6123,35.6546 C4.6183,35.6546 4.6253,35.6566 4.6313,35.6566 L4.6313,35.6546 L22.4993,35.6546 C24.6533,35.6546 26.4063,33.9016 26.4063,31.7476 C26.4063,30.3876 25.7063,29.1906 24.6493,28.4906 C25.7063,27.7906 26.4063,26.5926 26.4063,25.2326\" />\n <polygon points=\"8.623 29.141 10.494 29.141 10.494 27.84 8.623 27.84\" />\n <polygon points=\"3.879 29.141 7.177 29.141 7.177 27.84 3.879 27.84\" />\n <polygon points=\"19.035 32.651 22.499 32.651 22.499 31.35 19.035 31.35\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(10 6)\">\n <path d=\"M10.1968,21.3872 C9.2738,21.3932 8.1478,21.3992 7.3648,21.3992 C6.7408,21.3992 5.6948,21.2412 5.6948,20.1812 C5.6948,19.1052 7.2368,19.0262 7.2528,19.0252 L7.2898,19.0252 C8.0068,19.0252 8.5928,19.6712 9.2148,20.3562 L9.5508,20.7222 C9.7668,20.9522 9.9808,21.1742 10.1968,21.3872 M22.4988,28.5112 L12.0308,28.5112 L12.0308,29.8122 L22.4988,29.8122 C24.0098,29.8122 25.1048,30.7932 25.1048,32.1472 C25.1048,33.6712 23.7968,34.3542 22.4988,34.3542 L4.6208,34.3542 C4.1548,34.3482 3.7778,33.9702 3.7778,33.5032 C3.7778,33.0332 4.1598,32.6512 4.6308,32.6512 L17.4648,32.6512 L17.4648,31.3502 L4.3048,31.3502 C2.8678,31.3502 1.6988,30.1812 1.6988,28.7432 C1.6988,27.6172 2.4148,26.6432 3.4598,26.2862 C4.0548,26.6162 4.6748,26.8172 5.2528,26.8172 C8.5918,26.8172 22.5038,26.7152 22.5038,26.7152 L22.4938,25.4142 C22.4938,25.4142 8.5898,25.5162 5.2528,25.5162 C4.7728,25.5162 3.9418,25.2422 3.1758,24.4702 C2.5078,23.7952 1.7148,22.5602 1.7338,20.5082 C1.7528,18.4302 2.3438,14.9432 6.0928,14.9432 C7.0168,14.9432 7.8588,14.9742 8.6188,15.0032 C10.7408,15.0842 12.2758,15.1422 13.3628,14.4272 C14.6348,13.5892 15.0248,12.2942 15.4018,11.0422 C15.6028,10.3742 15.8108,9.6842 16.1548,9.0842 C17.5208,6.6982 19.6038,6.2192 22.5238,6.2192 C24.8818,6.2192 27.4188,8.1242 27.4188,12.3072 C27.4188,15.0252 26.0108,22.1912 19.5848,22.7092 C14.0578,23.1512 12.4628,21.9182 10.4978,19.8312 L10.1768,19.4832 C9.4138,18.6402 8.5478,17.6702 7.2118,17.7262 C6.0788,17.7622 4.3938,18.4462 4.3938,20.1812 C4.3938,21.7102 5.5598,22.6992 7.3648,22.6992 C8.7688,22.6992 11.2768,22.6792 11.7418,22.6752 C13.3968,23.7772 15.5918,24.3392 19.6878,24.0042 C20.7598,23.9182 21.6958,23.6622 22.5378,23.3022 C23.9568,23.3242 25.1048,24.4802 25.1048,25.9052 C25.1048,27.3422 23.9358,28.5112 22.4988,28.5112 M26.4058,25.9052 C26.4058,24.3512 25.4878,23.0172 24.1718,22.3882 C27.7958,19.7402 28.7188,14.6062 28.7188,12.3072 C28.7188,7.2312 25.5078,4.9182 22.5238,4.9182 C22.0708,4.9182 21.6168,4.9312 21.1658,4.9622 L21.1658,0.0312 L19.8648,0.0312 L19.8648,5.1152 C19.1648,5.2402 18.4858,5.4382 17.8458,5.7462 L17.8458,0.0312 L16.5458,0.0312 L16.5458,6.5822 C15.9818,7.0572 15.4688,7.6642 15.0258,8.4382 C14.6088,9.1672 14.3798,9.9302 14.1578,10.6672 C13.8188,11.7912 13.5268,12.7632 12.6478,13.3412 C11.9088,13.8272 10.5478,13.7732 8.6678,13.7042 C7.8928,13.6752 7.0358,13.6422 6.0928,13.6422 C2.5888,13.6422 0.4728,16.2042 0.4328,20.4962 C0.4108,22.9962 1.4108,24.5342 2.2528,25.3852 C2.2608,25.3942 2.2718,25.4002 2.2808,25.4092 C1.1358,26.1012 0.3978,27.3452 0.3978,28.7432 C0.3978,30.3712 1.3998,31.7662 2.8168,32.3532 C2.6048,32.6862 2.4768,33.0792 2.4768,33.5032 C2.4768,34.5792 3.2728,35.4662 4.3048,35.6242 L4.3048,35.6552 L4.6118,35.6552 C4.6178,35.6552 4.6248,35.6572 4.6308,35.6572 L4.6308,35.6552 L22.4988,35.6552 C24.7988,35.6552 26.4058,34.2122 26.4058,32.1472 C26.4058,30.8522 25.7508,29.7562 24.7158,29.1162 C25.7348,28.4102 26.4058,27.2362 26.4058,25.9052\" />\n <polygon points=\"8.624 29.741 10.494 29.741 10.494 28.44 8.624 28.44\" />\n <polygon points=\"3.879 29.741 7.177 29.741 7.177 28.44 3.879 28.44\" />\n <polygon points=\"19.035 32.651 22.499 32.651 22.499 31.35 19.035 31.35\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default DigestiveSystem;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Dizzy = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.27,20.8076 L27.906,20.8296 L27.895,22.1296 L25.259,22.1076 L25.27,20.8076 Z M20.739,12.7626 L19.086,14.1096 L20.434,15.7616 L19.659,16.3936 L17.68,13.9656 L20.107,11.9866 L20.739,12.7626 Z M21.727,5.7916 L23.314,4.3696 L21.891,2.7826 L22.635,2.1146 L24.726,4.4466 L22.394,6.5366 L21.727,5.7916 Z M34.499,26.8076 C34.342,27.0536 34.085,27.1946 33.793,27.1946 L31.937,27.1946 L31.937,29.2336 C31.937,32.1566 29.56,34.5346 26.638,34.5346 L25.987,34.5346 L25.987,39.7186 L13.846,39.7186 L13.846,34.3216 C13.846,31.7206 12.929,29.9066 11.957,27.9856 C10.879,25.8526 9.765,23.6466 9.765,20.0146 C9.765,17.6516 10.559,15.2086 12.01,13.1956 C13.231,13.7276 14.724,14.1526 16.436,14.4266 L16.594,13.4386 C15.092,13.1986 13.757,12.8316 12.654,12.3836 C14.565,10.1796 17.351,8.6626 20.808,8.6626 C23.835,8.6626 26.969,9.9406 29.137,12.3896 C27.199,13.1686 24.535,13.6876 21.598,13.7596 L21.622,14.7596 C24.856,14.6806 27.697,14.0956 29.773,13.1876 C31.102,15.0146 31.937,17.3716 31.937,20.2356 L31.937,20.3786 L34.553,26.0026 C34.676,26.2676 34.656,26.5606 34.499,26.8076 L34.499,26.8076 Z M35.731,25.4546 L33.237,20.0906 C33.21,17.0666 32.336,14.5586 30.952,12.5856 C32.439,11.7016 33.314,10.6096 33.314,9.4136 C33.314,7.2116 30.444,5.3236 25.824,4.4856 L25.645,5.4696 C29.634,6.1926 32.314,7.7776 32.314,9.4136 C32.314,10.2876 31.583,11.1146 30.352,11.8096 C27.925,8.8956 24.307,7.3636 20.808,7.3636 C17.059,7.3636 13.701,9.0916 11.435,11.8046 C10.181,11.0956 9.45,10.2596 9.45,9.4136 C9.45,7.3106 14.043,5.0586 20.882,5.0586 L20.882,4.0586 C13.911,4.0586 8.45,6.4116 8.45,9.4136 C8.45,10.6006 9.315,11.7036 10.829,12.5986 C9.349,14.6846 8.464,17.2436 8.464,20.0146 C8.464,23.9566 9.704,26.4086 10.797,28.5716 C11.735,30.4276 12.546,32.0306 12.546,34.3216 L12.546,41.0186 L27.288,41.0186 L27.288,35.8026 C30.623,35.4746 33.238,32.6536 33.238,29.2336 L33.238,28.4946 L33.793,28.4946 C34.527,28.4946 35.201,28.1246 35.595,27.5066 C35.99,26.8876 36.041,26.1206 35.731,25.4546 L35.731,25.4546 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.27,20.8076 L27.906,20.8296 L27.895,22.1296 L25.259,22.1076 L25.27,20.8076 Z M18.687,12.7286 L16.975,13.9986 L18.245,15.7116 L17.442,16.3076 L15.575,13.7916 L18.09,11.9256 L18.687,12.7286 Z M24.299,6.1906 L26.092,5.0376 L24.939,3.2446 L25.78,2.7036 L27.474,5.3386 L24.839,7.0316 L24.299,6.1906 Z M34.499,26.8076 C34.342,27.0536 34.085,27.1946 33.793,27.1946 L31.937,27.1946 L31.937,29.2336 C31.937,32.1566 29.56,34.5346 26.638,34.5346 L25.987,34.5346 L25.987,39.7186 L13.846,39.7186 L13.846,34.3216 C13.846,31.7206 12.929,29.9066 11.957,27.9856 C10.879,25.8526 9.765,23.6466 9.765,20.0146 C9.765,17.6526 10.558,15.2106 12.008,13.1986 C12.716,13.5056 13.513,13.7796 14.402,14.0076 L14.651,13.0386 C13.915,12.8496 13.251,12.6286 12.652,12.3866 C14.563,10.1816 17.349,8.6626 20.808,8.6626 C23.835,8.6626 26.968,9.9406 29.136,12.3896 C27.134,13.2096 24.287,13.7676 20.882,13.7676 C20.307,13.7676 19.742,13.7516 19.189,13.7196 L19.131,14.7176 C19.703,14.7506 20.287,14.7676 20.882,14.7676 C24.401,14.7676 27.532,14.1676 29.773,13.1876 C31.102,15.0146 31.937,17.3716 31.937,20.2356 L31.937,20.3786 L34.553,26.0026 C34.676,26.2676 34.656,26.5606 34.499,26.8076 L34.499,26.8076 Z M35.731,25.4546 L33.237,20.0906 C33.21,17.0656 32.335,14.5566 30.95,12.5826 C32.436,11.7006 33.314,10.6106 33.314,9.4136 C33.314,7.7286 31.604,6.1896 28.623,5.1906 L28.305,6.1396 C30.815,6.9806 32.314,8.2046 32.314,9.4136 C32.314,10.2346 31.605,11.0766 30.344,11.8006 C27.918,8.8926 24.304,7.3636 20.808,7.3636 C17.058,7.3636 13.7,9.0916 11.435,11.8046 C10.175,11.0926 9.45,10.2586 9.45,9.4136 C9.45,7.3546 13.652,5.4686 19.016,5.1196 C20.358,5.0316 21.8,5.0386 23.164,5.1496 C23.428,5.1706 23.688,5.1956 23.945,5.2236 L24.055,4.2296 C23.788,4.2006 23.518,4.1746 23.244,4.1526 C21.832,4.0386 20.339,4.0306 18.951,4.1216 C12.768,4.5236 8.45,6.6996 8.45,9.4136 C8.45,10.5986 9.302,11.7036 10.826,12.6026 C9.347,14.6886 8.464,17.2446 8.464,20.0146 C8.464,23.9566 9.704,26.4086 10.797,28.5716 C11.735,30.4276 12.546,32.0306 12.546,34.3216 L12.546,41.0186 L27.288,41.0186 L27.288,35.8026 C30.623,35.4746 33.237,32.6536 33.237,29.2336 L33.237,28.4946 L33.793,28.4946 C34.527,28.4946 35.201,28.1246 35.595,27.5056 C35.99,26.8876 36.041,26.1206 35.731,25.4546 L35.731,25.4546 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Dizzy;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Documents = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.3173,32.8837 L39.3173,21.5487 C39.3173,20.1597 38.1873,19.0297 36.7973,19.0297 L36.5133,19.0297 L36.5133,17.8947 L41.2393,17.8947 C41.4493,17.8947 41.6383,17.9837 41.7723,18.1437 C41.9063,18.3047 41.9593,18.5077 41.9213,18.7137 L39.3173,32.8837 Z M38.0173,39.3667 L8.3033,39.3667 L8.3033,16.8727 L17.5463,16.8727 L20.0813,20.3287 L36.7973,20.3287 C37.4703,20.3287 38.0173,20.8767 38.0173,21.5487 L38.0173,39.3667 Z M13.2833,13.2467 L32.8423,13.2467 L32.8423,19.0297 L20.7393,19.0297 L18.2043,15.5727 L13.2833,15.5727 L13.2833,13.2467 Z M15.0353,10.3907 L35.2133,10.3907 L35.2133,19.0297 L34.1433,19.0297 L34.1433,11.9467 L15.0353,11.9467 L15.0353,10.3907 Z M42.7713,17.3117 C42.3913,16.8557 41.8333,16.5947 41.2393,16.5947 L36.5133,16.5947 L36.5133,9.0907 L13.7343,9.0907 L13.7343,11.9467 L11.9833,11.9467 L11.9833,15.5727 L7.0043,15.5727 L7.0043,40.6667 L39.3173,40.6667 L39.3173,40.0757 L43.2003,18.9487 C43.3073,18.3647 43.1513,17.7677 42.7713,17.3117 L42.7713,17.3117 Z M17.1083,26.1717 L15.8083,26.1717 L15.8083,29.3467 L12.6333,29.3467 L12.6333,30.6467 L15.8083,30.6467 L15.8083,33.8217 L17.1083,33.8217 L17.1083,30.6467 L20.2843,30.6467 L20.2843,29.3467 L17.1083,29.3467 L17.1083,26.1717 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.914,26.1712 L15.614,26.1712 L15.614,29.3462 L12.438,29.3462 L12.438,30.6462 L15.614,30.6462 L15.614,33.8212 L16.914,33.8212 L16.914,30.6462 L20.089,30.6462 L20.089,29.3462 L16.914,29.3462 L16.914,26.1712 Z M37.92,39.3672 L8.206,39.3672 L8.206,16.8722 L17.448,16.8722 L19.984,20.3292 L36.701,20.3292 C37.373,20.3292 37.92,20.8762 37.92,21.5482 L37.92,39.3672 Z M13.186,13.2472 L32.746,13.2472 L32.746,19.0292 L20.643,19.0292 L18.107,15.5722 L13.186,15.5722 L13.186,13.2472 Z M14.937,8.1402 L35.116,8.1402 L35.116,19.0292 L34.046,19.0292 L34.046,11.9472 L14.937,11.9472 L14.937,8.1402 Z M36.701,19.0292 L36.416,19.0292 L36.416,6.8402 L13.638,6.8402 L13.638,11.9472 L11.886,11.9472 L11.886,15.5722 L6.906,15.5722 L6.906,40.6672 L39.22,40.6672 L39.22,21.5482 C39.22,20.1592 38.09,19.0292 36.701,19.0292 L36.701,19.0292 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Documents;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Dog = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M18.863,19.8748 C18.497,19.8748 18.201,20.1708 18.201,20.5368 C18.201,20.9018 18.497,21.1988 18.863,21.1988 C19.228,21.1988 19.524,20.9018 19.524,20.5368 C19.524,20.1708 19.228,19.8748 18.863,19.8748 M41.225,22.5908 C40.865,23.3248 40.393,23.7118 39.784,23.7758 C39.156,23.8388 38.568,23.6458 37.998,23.1788 C35.139,20.8418 33.961,13.0788 33.658,10.6708 C33.702,10.6258 33.737,10.5748 33.767,10.5168 C35.265,10.3088 38.82,10.1208 40.387,12.6568 C41.779,14.9088 42.435,20.1308 41.225,22.5908 M33.353,33.2868 C32.289,34.6288 30.843,35.3228 28.932,35.4078 C25.818,35.5558 24.807,34.0038 24.614,33.6188 L24.614,31.7668 C24.614,31.7608 24.611,31.7558 24.61,31.7508 C26.294,31.4398 27.632,29.9888 27.632,28.7708 C27.632,27.4198 26.02,26.3608 23.964,26.3608 C21.906,26.3608 20.295,27.4198 20.295,28.7708 C20.295,29.9888 21.634,31.4398 23.317,31.7508 C23.316,31.7558 23.313,31.7608 23.313,31.7668 L23.313,33.6178 C23.113,34.0148 22.13,35.5438 18.995,35.4078 C17.084,35.3228 15.638,34.6288 14.574,33.2868 C11.47,29.3718 12.923,21.3988 12.937,21.3188 C12.94,21.3018 12.934,21.2868 12.936,21.2708 C14.745,17.5468 15.479,12.1818 15.669,10.5468 C17.56,9.8088 23.842,7.8908 32.341,10.6378 C32.545,12.3508 33.268,17.4708 34.993,21.1178 C34.984,21.1838 34.977,21.2498 34.99,21.3188 C35.005,21.3988 36.457,29.3718 33.353,33.2868 M21.595,28.7708 C21.595,28.3178 22.517,27.6608 23.964,27.6608 C25.409,27.6608 26.331,28.3178 26.331,28.7708 C26.331,29.3538 25.307,30.5178 23.964,30.5178 C22.619,30.5178 21.595,29.3538 21.595,28.7708 M23.964,38.8108 C20.995,38.8108 20.055,37.5198 19.757,36.7018 C22.054,36.6118 23.317,35.6958 23.964,34.9458 C24.598,35.6828 25.827,36.5808 28.049,36.6978 C27.618,37.5468 26.544,38.8108 23.964,38.8108 M10.002,23.1798 C9.43,23.6458 8.842,23.8398 8.217,23.7758 C7.607,23.7118 7.135,23.3248 6.774,22.5908 C5.565,20.1308 6.221,14.9098 7.613,12.6568 C8.756,10.8068 10.969,10.4088 12.663,10.4088 C13.262,10.4088 13.789,10.4588 14.187,10.5118 C14.188,10.5138 14.187,10.5148 14.188,10.5168 C14.225,10.5918 14.278,10.6538 14.337,10.7068 C14.028,13.1538 12.846,20.8528 10.002,23.1798 M41.493,11.9738 C39.002,7.9418 33.028,9.3108 32.775,9.3718 C32.756,9.3758 32.741,9.3888 32.721,9.3948 C23.727,6.4918 17.17,8.5378 15.141,9.3528 C14.417,9.1938 8.884,8.1258 6.508,11.9738 C4.903,14.5708 4.173,20.2448 5.608,23.1648 C6.166,24.2998 7.022,24.9588 8.082,25.0688 C8.207,25.0818 8.331,25.0878 8.455,25.0878 C9.296,25.0878 10.092,24.7858 10.826,24.1858 C11.007,24.0368 11.18,23.8668 11.348,23.6868 C11.142,26.5718 11.251,31.1848 13.553,34.0918 C14.744,35.5938 16.377,36.4508 18.403,36.6588 C18.662,37.7858 19.712,40.1098 23.964,40.1098 C27.823,40.1098 29.087,37.7248 29.46,36.6648 C31.515,36.4678 33.171,35.6098 34.374,34.0918 C36.699,31.1568 36.787,26.4818 36.573,23.6028 C36.765,23.8158 36.966,24.0138 37.175,24.1848 C37.908,24.7858 38.704,25.0878 39.546,25.0878 C39.67,25.0878 39.794,25.0818 39.919,25.0688 C40.978,24.9588 41.834,24.2998 42.392,23.1648 C43.828,20.2448 43.097,14.5708 41.493,11.9738 M29.064,19.8748 C28.698,19.8748 28.402,20.1708 28.402,20.5368 C28.402,20.9018 28.698,21.1988 29.064,21.1988 C29.43,21.1988 29.726,20.9018 29.726,20.5368 C29.726,20.1708 29.43,19.8748 29.064,19.8748\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M41.225,22.5912 C40.865,23.3252 40.393,23.7122 39.784,23.7762 C39.153,23.8392 38.57,23.6462 37.998,23.1792 C35.141,20.8422 33.96,13.0812 33.658,10.6722 C33.702,10.6272 33.738,10.5752 33.767,10.5182 C35.267,10.3132 38.826,10.1292 40.387,12.6572 C41.779,14.9092 42.435,20.1312 41.225,22.5912 L41.225,22.5912 Z M33.353,33.2862 C32.288,34.6292 30.843,35.3222 28.932,35.4072 C25.781,35.5552 24.807,34.0042 24.614,33.6192 L24.614,31.7672 C24.614,31.7612 24.611,31.7562 24.611,31.7512 C26.294,31.4402 27.632,29.9892 27.632,28.7712 C27.632,27.4202 26.021,26.3612 23.963,26.3612 C21.907,26.3612 20.295,27.4202 20.295,28.7712 C20.295,29.9892 21.632,31.4402 23.316,31.7512 C23.316,31.7562 23.313,31.7612 23.313,31.7672 L23.313,33.6172 C23.114,34.0142 22.105,35.5542 18.995,35.4072 C17.083,35.3222 15.638,34.6292 14.574,33.2862 C11.47,29.3712 12.922,21.3992 12.937,21.3192 C12.94,21.3022 12.935,21.2872 12.937,21.2702 C14.745,17.5482 15.479,12.1842 15.669,10.5492 C17.566,9.8132 23.865,7.9002 32.341,10.6372 C32.544,12.3502 33.269,17.4692 34.993,21.1172 C34.984,21.1832 34.977,21.2502 34.99,21.3192 C35.004,21.3992 36.456,29.3712 33.353,33.2862 L33.353,33.2862 Z M27.922,38.1502 L27.779,36.6862 C28.017,36.7062 28.268,36.7162 28.532,36.7162 C28.679,36.7162 28.832,36.7132 28.99,36.7062 C28.799,37.1292 28.468,37.6602 27.922,38.1502 L27.922,38.1502 Z M21.596,28.7712 C21.596,28.3182 22.518,27.6612 23.963,27.6612 C25.41,27.6612 26.331,28.3182 26.331,28.7712 C26.331,29.3532 25.308,30.5172 23.963,30.5172 C22.62,30.5172 21.596,29.3532 21.596,28.7712 L21.596,28.7712 Z M26.044,41.6102 C24.986,42.7782 23.014,42.7782 21.955,41.6092 C21.425,41.0252 21.176,40.2712 21.252,39.4862 L21.552,36.4282 C22.478,36.1592 23.139,35.7382 23.6,35.3172 L23.6,39.5392 L24.401,39.5392 L24.401,35.3872 C24.871,35.7972 25.536,36.1992 26.451,36.4522 L26.747,39.4862 C26.824,40.2712 26.575,41.0252 26.044,41.6102 L26.044,41.6102 Z M20.051,38.4272 C19.288,37.8632 18.951,37.1842 18.807,36.6952 C18.851,36.6972 18.892,36.7042 18.936,36.7062 C19.093,36.7132 19.246,36.7162 19.395,36.7162 C19.688,36.7162 19.96,36.7002 20.223,36.6762 L20.051,38.4272 Z M10.001,23.1792 C9.43,23.6462 8.846,23.8402 8.216,23.7762 C7.607,23.7122 7.135,23.3252 6.775,22.5912 C5.565,20.1312 6.221,14.9092 7.613,12.6562 C8.755,10.8072 10.969,10.4092 12.663,10.4092 C13.263,10.4092 13.789,10.4592 14.188,10.5122 C14.189,10.5132 14.189,10.5142 14.189,10.5152 C14.227,10.5902 14.279,10.6532 14.337,10.7052 C14.029,13.1512 12.846,20.8522 10.001,23.1792 L10.001,23.1792 Z M41.493,11.9742 C39.002,7.9422 33.028,9.3102 32.775,9.3712 C32.755,9.3762 32.741,9.3882 32.722,9.3952 C23.728,6.4912 17.169,8.5372 15.142,9.3532 C14.415,9.1932 8.88,8.1282 6.507,11.9732 C4.903,14.5702 4.172,20.2452 5.608,23.1642 C6.166,24.3002 7.022,24.9592 8.081,25.0692 C8.206,25.0822 8.33,25.0882 8.454,25.0882 C9.295,25.0882 10.092,24.7852 10.826,24.1852 C11.007,24.0372 11.179,23.8672 11.349,23.6872 C11.142,26.5722 11.249,31.1852 13.553,34.0912 C14.548,35.3472 15.851,36.1532 17.433,36.5072 C17.556,37.2812 18.046,38.8942 19.963,39.9032 C19.998,40.8532 20.347,41.7712 20.993,42.4832 C21.76,43.3292 22.857,43.8152 24,43.8152 C25.143,43.8152 26.24,43.3302 27.007,42.4832 C27.704,41.7162 28.057,40.7082 28.038,39.6792 C29.662,38.6442 30.257,37.1732 30.444,36.5162 C32.048,36.1682 33.369,35.3602 34.373,34.0912 C36.699,31.1572 36.787,26.4822 36.573,23.6032 C36.765,23.8172 36.964,24.0142 37.174,24.1852 C37.909,24.7852 38.704,25.0882 39.546,25.0882 C39.669,25.0882 39.793,25.0822 39.918,25.0692 C40.978,24.9592 41.833,24.3002 42.392,23.1642 C43.828,20.2452 43.097,14.5702 41.493,11.9742 L41.493,11.9742 Z M29.064,19.8752 C28.699,19.8752 28.402,20.1712 28.402,20.5372 C28.402,20.9022 28.699,21.1982 29.064,21.1982 C29.43,21.1982 29.726,20.9022 29.726,20.5372 C29.726,20.1712 29.43,19.8752 29.064,19.8752 L29.064,19.8752 Z M18.863,19.8752 C18.497,19.8752 18.201,20.1712 18.201,20.5372 C18.201,20.9022 18.497,21.1982 18.863,21.1982 C19.228,21.1982 19.525,20.9022 19.525,20.5372 C19.525,20.1712 19.228,19.8752 18.863,19.8752 L18.863,19.8752 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Dog;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst DonorCard = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.2709,20.7681 C29.1249,21.5871 29.1529,22.9481 28.3349,23.8001 L24.1319,28.1471 L19.9309,23.8011 C19.1119,22.9481 19.1399,21.5871 19.9939,20.7681 C20.4089,20.3701 20.9439,20.1711 21.4789,20.1711 C22.0429,20.1711 22.6069,20.3921 23.0269,20.8301 L24.1319,21.9821 L25.2379,20.8301 C26.0569,19.9771 27.4169,19.9491 28.2709,20.7681 L28.2709,20.7681 Z M24.5159,20.1381 L24.1319,20.5381 L23.7489,20.1381 C22.5479,18.8871 20.5529,18.8461 19.3009,20.0461 C18.0499,21.2471 18.0089,23.2431 19.2109,24.4951 L24.1319,29.5851 L29.0549,24.4941 C30.2559,23.2431 30.2149,21.2471 28.9629,20.0461 C27.7119,18.8461 25.7169,18.8871 24.5159,20.1381 L24.5159,20.1381 Z M30.6589,27.2411 L30.9459,28.1991 L33.2959,27.4951 C31.8129,31.3541 28.0659,33.9791 23.8749,33.9791 C19.3679,33.9791 15.3709,30.9461 14.1539,26.6021 L13.1909,26.8721 C14.5279,31.6451 18.9219,34.9791 23.8749,34.9791 C28.3449,34.9791 32.3509,32.2601 34.0739,28.2221 L34.7989,30.2841 L35.7429,29.9521 L34.3949,26.1211 L30.6589,27.2411 Z M41.6369,36.8471 L6.1129,36.8471 L6.1129,10.9031 L36.0399,10.9031 L36.0399,16.5011 L41.6369,16.5011 L41.6369,36.8471 Z M37.3389,11.8221 L40.7179,15.2011 L37.3389,15.2011 L37.3389,11.8221 Z M36.9589,9.6031 L4.8129,9.6031 L4.8129,38.1471 L42.9379,38.1471 L42.9379,15.5811 L36.9589,9.6031 Z M17.0909,20.5091 L16.8039,19.5511 L14.4539,20.2561 C15.9369,16.3961 19.6839,13.7711 23.8749,13.7711 C28.3819,13.7711 32.3789,16.8041 33.5959,21.1471 L34.5589,20.8781 C33.2219,16.1051 28.8289,12.7711 23.8749,12.7711 C19.4049,12.7711 15.3999,15.4901 13.6759,19.5271 L12.9509,17.4651 L12.0079,17.7971 L13.3549,21.6281 L17.0909,20.5091 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.2225,13.6763 L30.2845,12.9503 L29.9525,12.0073 L26.1215,13.3553 L27.2405,17.0913 L28.1985,16.8043 L27.4945,14.4533 C31.3545,15.9373 33.9785,19.6843 33.9785,23.8753 C33.9785,28.3823 30.9455,32.3793 26.6025,33.5953 L26.8715,34.5583 C31.6455,33.2213 34.9785,28.8283 34.9785,23.8753 C34.9785,19.4053 32.2595,15.4003 28.2225,13.6763 L28.2225,13.6763 Z M41.6375,36.8473 L6.1125,36.8473 L6.1125,10.9033 L36.0395,10.9033 L36.0395,16.5013 L41.6375,16.5013 L41.6375,36.8473 Z M37.3395,11.8223 L40.7185,15.2013 L37.3395,15.2013 L37.3395,11.8223 Z M36.9585,9.6033 L4.8125,9.6033 L4.8125,38.1473 L42.9375,38.1473 L42.9375,15.5813 L36.9585,9.6033 Z M28.3345,23.8003 L24.1325,28.1473 L19.9305,23.8013 C19.1125,22.9473 19.1395,21.5873 19.9935,20.7683 C20.4095,20.3693 20.9445,20.1713 21.4785,20.1713 C22.0425,20.1713 22.6065,20.3923 23.0275,20.8303 L24.1325,21.9823 L25.2375,20.8303 C26.0565,19.9773 27.4175,19.9483 28.2705,20.7683 C29.1245,21.5873 29.1525,22.9473 28.3345,23.8003 L28.3345,23.8003 Z M28.9635,20.0463 C27.7115,18.8463 25.7165,18.8873 24.5155,20.1383 L24.1325,20.5383 L23.7485,20.1383 C22.5485,18.8873 20.5525,18.8453 19.3015,20.0463 C18.0505,21.2473 18.0085,23.2423 19.2105,24.4953 L24.1325,29.5853 L29.0555,24.4933 C30.2555,23.2423 30.2145,21.2473 28.9635,20.0463 L28.9635,20.0463 Z M19.5515,30.9463 L20.2555,33.2963 C16.3955,31.8133 13.7705,28.0663 13.7705,23.8753 C13.7705,19.3683 16.8045,15.3703 21.1475,14.1543 L20.8785,13.1913 C16.1045,14.5283 12.7705,18.9213 12.7705,23.8753 C12.7705,28.3443 15.4905,32.3503 19.5275,34.0733 L17.4655,34.7993 L17.7975,35.7423 L21.6285,34.3953 L20.5095,30.6583 L19.5515,30.9463 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default DonorCard;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Draft = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M42.3655,15.045 L42.0665,15.344 L38.2695,11.547 L38.5685,11.248 C39.5825,10.232 41.3515,10.233 42.3655,11.248 C42.8735,11.755 43.1525,12.429 43.1525,13.147 C43.1525,13.863 42.8735,14.538 42.3655,15.045 L42.3655,15.045 Z M40.4945,16.916 L36.6975,13.119 L37.3665,12.45 L41.1635,16.247 L40.4945,16.916 Z M29.9645,27.446 L28.4935,25.975 L38.1895,16.416 L39.5925,17.818 L29.9645,27.446 Z M32.7585,38.035 L10.9895,38.035 L10.9895,9.965 L32.7585,9.965 L32.7585,15.254 L24.8135,23.198 C24.7575,23.255 24.7125,23.321 24.6795,23.396 L21.0575,31.729 C20.9535,31.969 21.0075,32.249 21.1925,32.434 C21.3145,32.556 21.4775,32.62 21.6425,32.62 C21.7285,32.62 21.8155,32.603 21.8975,32.567 L30.2195,28.934 C30.2925,28.901 30.3585,28.857 30.4155,28.8 L32.7585,26.457 L32.7585,38.035 Z M24.3345,30.111 L22.8745,30.749 L23.5105,29.286 L24.3345,30.111 Z M24.0565,28.029 L25.4765,24.764 L28.8515,28.139 L25.5915,29.563 L24.0565,28.029 Z M35.7955,14.022 L37.3405,15.567 L27.6445,25.127 L26.1675,23.649 L35.7955,14.022 Z M43.2675,10.346 C41.7725,8.851 39.1635,8.849 37.6665,10.346 L34.1765,13.836 L34.1765,8.547 L9.5715,8.547 L9.5715,39.453 L34.1765,39.453 L34.1765,25.039 L43.2675,15.947 C44.0155,15.199 44.4285,14.204 44.4285,13.147 C44.4285,12.088 44.0155,11.094 43.2675,10.346 L43.2675,10.346 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.3655,15.045 L39.0665,15.344 L35.2695,11.547 L35.5685,11.248 C36.5825,10.232 38.3515,10.233 39.3655,11.248 C39.8735,11.755 40.1525,12.429 40.1525,13.147 C40.1525,13.863 39.8735,14.538 39.3655,15.045 L39.3655,15.045 Z M37.4945,16.916 L33.6975,13.119 L34.3665,12.45 L38.1635,16.247 L37.4945,16.916 Z M26.9645,27.446 L25.4935,25.975 L35.1895,16.416 L36.5925,17.818 L26.9645,27.446 Z M29.7585,38.035 L7.9895,38.035 L7.9895,9.965 L29.7585,9.965 L29.7585,15.254 L21.8135,23.198 C21.7575,23.255 21.7125,23.321 21.6795,23.396 L18.0575,31.729 C17.9535,31.969 18.0075,32.249 18.1925,32.434 C18.3145,32.556 18.4775,32.62 18.6425,32.62 C18.7285,32.62 18.8155,32.603 18.8975,32.567 L27.2195,28.934 C27.2925,28.901 27.3585,28.857 27.4155,28.8 L29.7585,26.457 L29.7585,38.035 Z M21.3345,30.111 L19.8745,30.749 L20.5105,29.286 L21.3345,30.111 Z M21.0565,28.029 L22.4765,24.764 L25.8515,28.139 L22.5915,29.563 L21.0565,28.029 Z M32.7955,14.022 L34.3405,15.567 L24.6445,25.127 L23.1675,23.649 L32.7955,14.022 Z M40.2675,10.346 C38.7725,8.851 36.1635,8.849 34.6665,10.346 L31.1765,13.836 L31.1765,8.547 L6.5715,8.547 L6.5715,39.453 L31.1765,39.453 L31.1765,25.039 L40.2675,15.947 C41.0155,15.199 41.4285,14.204 41.4285,13.147 C41.4285,12.088 41.0155,11.094 40.2675,10.346 L40.2675,10.346 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Draft;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst EChat = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.834,39.6735 C25.051,39.6735 24.413,39.0355 24.413,38.2525 C24.413,37.4685 25.051,36.8305 25.834,36.8305 C26.618,36.8305 27.256,37.4685 27.256,38.2525 C27.256,39.0355 26.618,39.6735 25.834,39.6735 L25.834,39.6735 Z M25.834,35.6315 C24.389,35.6315 23.214,36.8075 23.214,38.2525 C23.214,39.6975 24.389,40.8725 25.834,40.8725 C27.279,40.8725 28.455,39.6975 28.455,38.2525 C28.455,36.8075 27.279,35.6315 25.834,35.6315 L25.834,35.6315 Z M29.028,7.6815 L24.695,7.6815 C24.421,7.6815 24.199,7.9025 24.199,8.1775 C24.199,8.4515 24.421,8.6735 24.695,8.6735 L29.028,8.6735 C29.303,8.6735 29.524,8.4515 29.524,8.1775 C29.524,7.9025 29.303,7.6815 29.028,7.6815 L29.028,7.6815 Z M35.25,39.3605 C35.25,40.7365 34.131,41.8565 32.755,41.8565 L18.913,41.8565 C17.537,41.8565 16.418,40.7365 16.418,39.3605 L16.418,27.9555 L19.005,27.9555 L23.848,31.0695 L23.848,27.9555 L25.974,27.9555 C27.61,27.9555 28.942,26.6235 28.942,24.9855 L28.942,17.5825 C28.942,15.9455 27.61,14.6135 25.974,14.6135 L16.418,14.6135 L16.418,8.6395 C16.418,7.2625 17.537,6.1435 18.913,6.1435 L32.755,6.1435 C34.131,6.1435 35.25,7.2625 35.25,8.6395 L35.25,39.3605 Z M9.969,26.5375 C9.113,26.5375 8.418,25.8415 8.418,24.9855 L8.418,17.5825 C8.418,16.7275 9.113,16.0315 9.969,16.0315 L25.974,16.0315 C26.829,16.0315 27.524,16.7275 27.524,17.5825 L27.524,24.9855 C27.524,25.8415 26.829,26.5375 25.974,26.5375 L22.43,26.5375 L22.43,28.4735 L19.421,26.5375 L9.969,26.5375 Z M32.755,4.7255 L18.913,4.7255 C16.756,4.7255 15,6.4815 15,8.6395 L15,14.6135 L9.969,14.6135 C8.332,14.6135 7,15.9455 7,17.5825 L7,24.9855 C7,26.6235 8.332,27.9555 9.969,27.9555 L15,27.9555 L15,39.3605 C15,41.5185 16.756,43.2745 18.913,43.2745 L32.755,43.2745 C34.912,43.2745 36.668,41.5185 36.668,39.3605 L36.668,8.6395 C36.668,6.4815 34.912,4.7255 32.755,4.7255 L32.755,4.7255 Z M23.065,7.7515 C22.83,7.7515 22.64,7.9425 22.64,8.1775 C22.64,8.4115 22.83,8.6025 23.065,8.6025 C23.3,8.6025 23.49,8.4115 23.49,8.1775 C23.49,7.9425 23.3,7.7515 23.065,7.7515 L23.065,7.7515 Z M11.451,23.0425 L23.491,23.0425 L23.491,22.0505 L11.451,22.0505 L11.451,23.0425 Z M11.451,20.0615 L23.491,20.0615 L23.491,19.0695 L11.451,19.0695 L11.451,20.0615 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.9199,4.7844 C35.0459,4.7844 36.7749,6.5134 36.7749,8.6394 L36.7749,8.6394 L36.7749,39.3604 C36.7749,41.4864 35.0459,43.2154 32.9199,43.2154 L32.9199,43.2154 L19.0789,43.2154 C16.9539,43.2154 15.2249,41.4864 15.2249,39.3604 L15.2249,39.3604 L15.2249,25.7974 L10.1349,25.7974 C8.5309,25.7974 7.2249,24.4914 7.2249,22.8864 L7.2249,22.8864 L7.2249,15.4834 C7.2249,13.8784 8.5309,12.5724 10.1349,12.5724 L10.1349,12.5724 L15.2249,12.5724 L15.2249,8.6394 C15.2249,6.5134 16.9539,4.7844 19.0789,4.7844 L19.0789,4.7844 Z M32.9199,6.0854 L19.0789,6.0854 C17.6709,6.0854 16.5249,7.2304 16.5249,8.6394 L16.5249,8.6394 L16.5249,12.5724 L26.1399,12.5724 C27.7439,12.5724 29.0489,13.8784 29.0489,15.4834 L29.0489,15.4834 L29.0489,22.8864 C29.0489,24.4914 27.7439,25.7974 26.1399,25.7974 L26.1399,25.7974 L23.9539,25.7974 L23.9539,28.8634 L19.1879,25.7974 L16.5249,25.7974 L16.5249,39.3604 C16.5249,40.7694 17.6709,41.9154 19.0789,41.9154 L19.0789,41.9154 L32.9199,41.9154 C34.3289,41.9154 35.4749,40.7694 35.4749,39.3604 L35.4749,39.3604 L35.4749,8.6394 C35.4749,7.2304 34.3289,6.0854 32.9199,6.0854 L32.9199,6.0854 Z M25.9998,35.7314 C27.3898,35.7314 28.5208,36.8624 28.5208,38.2524 C28.5208,39.6424 27.3898,40.7734 25.9998,40.7734 C24.6098,40.7734 23.4788,39.6424 23.4788,38.2524 C23.4788,36.8624 24.6098,35.7314 25.9998,35.7314 Z M25.9998,36.7314 C25.1608,36.7314 24.4788,37.4144 24.4788,38.2524 C24.4788,39.0914 25.1608,39.7734 25.9998,39.7734 C26.8388,39.7734 27.5208,39.0914 27.5208,38.2524 C27.5208,37.4144 26.8388,36.7314 25.9998,36.7314 Z M26.1399,13.8734 L10.1349,13.8734 C9.2469,13.8734 8.5249,14.5954 8.5249,15.4834 L8.5249,15.4834 L8.5249,22.8864 C8.5249,23.7744 9.2469,24.4964 10.1349,24.4964 L10.1349,24.4964 L19.5699,24.4964 L22.6549,26.4804 L22.6549,24.4964 L26.1399,24.4964 C27.0269,24.4964 27.7489,23.7744 27.7489,22.8864 L27.7489,22.8864 L27.7489,15.4834 C27.7489,14.5954 27.0269,13.8734 26.1399,13.8734 L26.1399,13.8734 Z M23.657,19.951 L23.657,20.943 L11.617,20.943 L11.617,19.951 L23.657,19.951 Z M23.657,16.969 L23.657,17.961 L11.617,17.961 L11.617,16.969 L23.657,16.969 Z M29.1941,7.6816 C29.4681,7.6816 29.6901,7.9036 29.6901,8.1776 C29.6901,8.4526 29.4681,8.6736 29.1941,8.6736 L29.1941,8.6736 L24.8611,8.6736 C24.5871,8.6736 24.3641,8.4526 24.3641,8.1776 C24.3641,7.9036 24.5871,7.6816 24.8611,7.6816 L24.8611,7.6816 Z M23.2307,7.752 C23.4657,7.752 23.6557,7.942 23.6557,8.178 C23.6557,8.412 23.4657,8.603 23.2307,8.603 C22.9957,8.603 22.8057,8.412 22.8057,8.178 C22.8057,7.942 22.9957,7.752 23.2307,7.752 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M29.1947368,7.68138947 L24.8608421,7.68138947 C24.588,7.68138947 24.3656842,7.90370526 24.3656842,8.17781053 C24.3656842,8.45065263 24.588,8.67296842 24.8608421,8.67296842 L29.1947368,8.67296842 C29.4688421,8.67296842 29.6911579,8.45065263 29.6911579,8.17781053 C29.6911579,7.90370526 29.4688421,7.68138947 29.1947368,7.68138947 L29.1947368,7.68138947 Z M26.0002105,39.7668632 C25.1652632,39.7668632 24.4844211,39.0872842 24.4844211,38.2523368 C24.4844211,37.4173895 25.1652632,36.7378105 26.0002105,36.7378105 C26.8351579,36.7378105 27.5147368,37.4173895 27.5147368,38.2523368 C27.5147368,39.0872842 26.8351579,39.7668632 26.0002105,39.7668632 L26.0002105,39.7668632 Z M26.0002105,35.7260211 C24.6069474,35.7260211 23.4738947,36.8603368 23.4738947,38.2523368 C23.4738947,39.6456 24.6069474,40.7786526 26.0002105,40.7786526 C27.3922105,40.7786526 28.5265263,39.6456 28.5265263,38.2523368 C28.5265263,36.8603368 27.3922105,35.7260211 26.0002105,35.7260211 L26.0002105,35.7260211 Z M23.2301053,7.75212632 C22.9951579,7.75212632 22.8056842,7.94286316 22.8056842,8.17781053 C22.8056842,8.41275789 22.9951579,8.60223158 23.2301053,8.60223158 C23.4650526,8.60223158 23.6557895,8.41275789 23.6557895,8.17781053 C23.6557895,7.94286316 23.4650526,7.75212632 23.2301053,7.75212632 L23.2301053,7.75212632 Z M35.3677895,39.3601263 C35.3677895,40.7091789 34.2701053,41.8081263 32.9197895,41.8081263 L19.0793684,41.8081263 C17.7303158,41.8081263 16.6326316,40.7091789 16.6326316,39.3601263 L16.6326316,28.0043368 L19.1564211,28.0043368 L24.0625263,31.1609684 L24.0625263,28.0043368 L26.1391579,28.0043368 C27.8027368,28.0043368 29.1568421,26.6514947 29.1568421,24.9866526 L29.1568421,17.5832842 C29.1568421,15.9184421 27.8027368,14.5656 26.1391579,14.5656 L16.6326316,14.5656 L16.6326316,8.64012632 C16.6326316,7.28981053 17.7303158,6.19212632 19.0793684,6.19212632 L32.9197895,6.19212632 C34.2701053,6.19212632 35.3677895,7.28981053 35.3677895,8.64012632 L35.3677895,39.3601263 Z M10.1349474,26.4898105 C9.30757895,26.4898105 8.63305263,25.8140211 8.63305263,24.9866526 L8.63305263,17.5832842 C8.63305263,16.7559158 9.30757895,16.0801263 10.1349474,16.0801263 L26.1391579,16.0801263 C26.9665263,16.0801263 27.6423158,16.7559158 27.6423158,17.5832842 L27.6423158,24.9866526 C27.6423158,25.8140211 26.9665263,26.4898105 26.1391579,26.4898105 L22.5467368,26.4898105 L22.5467368,28.3832842 L19.6023158,26.4898105 L10.1349474,26.4898105 Z M32.9197895,4.6776 L19.0793684,4.6776 C16.8953684,4.6776 15.1168421,6.45486316 15.1168421,8.64012632 L15.1168421,14.5656 L10.1349474,14.5656 C8.47136842,14.5656 7.11726316,15.9184421 7.11726316,17.5832842 L7.11726316,24.9866526 C7.11726316,26.6514947 8.47136842,28.0043368 10.1349474,28.0043368 L15.1168421,28.0043368 L15.1168421,39.3601263 C15.1168421,41.5453895 16.8953684,43.3226526 19.0793684,43.3226526 L32.9197895,43.3226526 C35.1050526,43.3226526 36.8823158,41.5453895 36.8823158,39.3601263 L36.8823158,8.64012632 C36.8823158,6.45486316 35.1050526,4.6776 32.9197895,4.6776 L32.9197895,4.6776 Z M11.6178947,20.0717053 L23.6570526,20.0717053 L23.6570526,19.0599158 L11.6178947,19.0599158 L11.6178947,20.0717053 Z M11.6178947,23.0527579 L23.6570526,23.0527579 L23.6570526,22.0409684 L11.6178947,22.0409684 L11.6178947,23.0527579 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.9202947,4.67772632 C35.1055579,4.67772632 36.8828211,6.45498947 36.8828211,8.64025263 L36.8828211,8.64025263 L36.8828211,39.3602526 C36.8828211,41.5442526 35.1055579,43.3227789 32.9202947,43.3227789 L32.9202947,43.3227789 L19.0786105,43.3227789 C16.8946105,43.3227789 15.1173474,41.5442526 15.1173474,39.3602526 L15.1173474,39.3602526 L15.1173474,25.5766737 L10.1341895,25.5766737 C8.47061053,25.5766737 7.11650526,24.2238316 7.11650526,22.5589895 L7.11650526,22.5589895 L7.11650526,15.1556211 C7.11650526,13.4907789 8.47061053,12.1366737 10.1341895,12.1366737 L10.1341895,12.1366737 L15.1173474,12.1366737 L15.1173474,8.64025263 C15.1173474,6.45498947 16.8946105,4.67772632 19.0786105,4.67772632 L19.0786105,4.67772632 Z M32.9202947,6.19225263 L19.0786105,6.19225263 C17.7308211,6.19225263 16.6331368,7.28993684 16.6331368,8.64025263 L16.6331368,8.64025263 L16.6331368,12.1366737 L26.1396632,12.1366737 C27.8032421,12.1366737 29.1573474,13.4907789 29.1573474,15.1556211 L29.1573474,15.1556211 L29.1573474,22.5589895 C29.1573474,24.2238316 27.8032421,25.5766737 26.1396632,25.5766737 L26.1396632,25.5766737 L24.0630316,25.5766737 L24.0630316,28.7307789 L19.1569263,25.5766737 L16.6331368,25.5766737 L16.6331368,39.3602526 C16.6331368,40.7093053 17.7308211,41.8069895 19.0786105,41.8069895 L19.0786105,41.8069895 L32.9202947,41.8069895 C34.2693474,41.8069895 35.3670316,40.7093053 35.3670316,39.3602526 L35.3670316,39.3602526 L35.3670316,8.64025263 C35.3670316,7.28993684 34.2693474,6.19225263 32.9202947,6.19225263 L32.9202947,6.19225263 Z M26.0000842,35.7264 C27.3933474,35.7264 28.5264,36.8594526 28.5264,38.2527158 C28.5264,39.6447158 27.3933474,40.7790316 26.0000842,40.7790316 C24.6068211,40.7790316 23.4737684,39.6447158 23.4737684,38.2527158 C23.4737684,36.8594526 24.6068211,35.7264 26.0000842,35.7264 Z M26.0000842,36.7381895 C25.1638737,36.7381895 24.4842947,37.4177684 24.4842947,38.2527158 C24.4842947,39.0876632 25.1638737,39.7672421 26.0000842,39.7672421 C26.8362947,39.7672421 27.5158737,39.0876632 27.5158737,38.2527158 C27.5158737,37.4177684 26.8362947,36.7381895 26.0000842,36.7381895 Z M26.1396632,13.6512 L10.1341895,13.6512 C9.30682105,13.6512 8.63229474,14.3269895 8.63229474,15.1556211 L8.63229474,15.1556211 L8.63229474,22.5589895 C8.63229474,23.3863579 9.30682105,24.0621474 10.1341895,24.0621474 L10.1341895,24.0621474 L19.6015579,24.0621474 L22.5472421,25.9556211 L22.5472421,24.0621474 L26.1396632,24.0621474 C26.9682947,24.0621474 27.6415579,23.3863579 27.6415579,22.5589895 L27.6415579,22.5589895 L27.6415579,15.1556211 C27.6415579,14.3269895 26.9682947,13.6512 26.1396632,13.6512 L26.1396632,13.6512 Z M23.6564211,19.6130526 L23.6564211,20.6248421 L11.6172632,20.6248421 L11.6172632,19.6130526 L23.6564211,19.6130526 Z M23.6564211,16.6307368 L23.6564211,17.6425263 L11.6172632,17.6425263 L11.6172632,16.6307368 L23.6564211,16.6307368 Z M29.1943579,7.68138947 C29.4684632,7.68138947 29.6907789,7.90370526 29.6907789,8.17781053 C29.6907789,8.45065263 29.4684632,8.67296842 29.1943579,8.67296842 L29.1943579,8.67296842 L24.8604632,8.67296842 C24.5876211,8.67296842 24.3653053,8.45065263 24.3653053,8.17781053 C24.3653053,7.90370526 24.5876211,7.68138947 24.8604632,7.68138947 L24.8604632,7.68138947 Z M23.2307368,7.75162105 C23.4656842,7.75162105 23.6551579,7.94235789 23.6551579,8.17730526 C23.6551579,8.41225263 23.4656842,8.60298947 23.2307368,8.60298947 C22.9957895,8.60298947 22.8050526,8.41225263 22.8050526,8.17730526 C22.8050526,7.94235789 22.9957895,7.75162105 23.2307368,7.75162105 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default EChat;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst EarNoseThroat = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(8 7)\">\n <path d=\"M18.6035 13.4028C18.0405 13.4028 17.5835 13.8598 17.5835 14.4228 17.5835 14.9858 18.0405 15.4428 18.6035 15.4428 19.1665 15.4428 19.6245 14.9858 19.6245 14.4228 19.6245 13.8598 19.1665 13.4028 18.6035 13.4028M8.6025 20.0376C8.4255 20.0936 8.2375 20.0726 8.0755 19.9856 7.9125 19.8986 7.7925 19.7536 7.7395 19.5766L6.6135 15.8776C6.3755 15.0976 6.8185 14.2696 7.5975 14.0326 8.0665 13.8906 8.5785 13.9896 8.9605 14.3006L9.5895 13.5226C8.9495 13.0036 8.0965 12.8396 7.3065 13.0756 5.9995 13.4746 5.2585 14.8606 5.6565 16.1686L6.7825 19.8676C6.9145 20.3006 7.2065 20.6556 7.6045 20.8686 7.8535 21.0016 8.1245 21.0686 8.3995 21.0686 8.5645 21.0686 8.7305 21.0436 8.8935 20.9946 9.4335 20.8306 9.8535 20.4106 10.0195 19.8716L9.0625 19.5786C8.9955 19.7996 8.8235 19.9706 8.6025 20.0376\" />\n <path d=\"M26.499,19.6343 C26.342,19.8803 26.085,20.0213 25.793,20.0213 L23.936,20.0213 L23.936,22.0613 C23.936,24.9843 21.56,27.3613 18.637,27.3613 L17.986,27.3613 L17.986,32.5453 L14.755,32.5453 L14.755,28.4303 C14.755,27.3383 15.13,26.2693 15.812,25.4173 L16.22,24.9103 L13.448,22.6923 L13.042,23.1983 C11.857,24.6763 11.204,26.5343 11.204,28.4303 L11.204,32.5453 L5.846,32.5453 L5.846,27.1483 C5.846,24.5473 4.928,22.7343 3.957,20.8133 C2.879,18.6803 1.765,16.4743 1.765,12.8423 C1.765,7.3833 5.986,1.4903 12.808,1.4903 C18.203,1.4903 23.936,5.5463 23.936,13.0633 L23.936,13.2063 L26.553,18.8303 C26.676,19.0953 26.656,19.3883 26.499,19.6343 M27.731,18.2813 L25.236,12.9173 C25.163,4.6503 18.798,0.1903 12.808,0.1903 C6.001,0.1903 0.464,5.8653 0.464,12.8423 C0.464,16.7843 1.703,19.2363 2.797,21.3993 C3.735,23.2553 4.545,24.8583 4.545,27.1483 L4.545,33.8463 L12.505,33.8463 L12.505,28.4303 C12.505,27.0463 12.916,25.6873 13.674,24.5373 L14.419,25.1343 C13.794,26.1133 13.454,27.2623 13.454,28.4303 L13.454,33.8463 L19.287,33.8463 L19.287,28.6293 C22.622,28.3023 25.237,25.4813 25.237,22.0613 L25.237,21.3213 L25.793,21.3213 C26.526,21.3213 27.2,20.9513 27.595,20.3323 C27.99,19.7143 28.041,18.9473 27.731,18.2813\" />\n <path d=\"M8.9111,16.8892 C8.9241,16.8892 8.9611,16.8892 9.0311,16.9412 L9.6291,16.1402 C8.8181,15.5342 7.6991,16.1792 7.6991,17.1022 C7.6991,17.6452 8.0571,18.1102 8.5901,18.2582 L8.8591,17.2952 C8.7851,17.2752 8.6991,17.2112 8.6991,17.1022 C8.6991,16.9852 8.7941,16.8892 8.9111,16.8892\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(8 7)\">\n <path d=\"M18.6035 13.4028C18.0405 13.4028 17.5835 13.8598 17.5835 14.4228 17.5835 14.9858 18.0405 15.4428 18.6035 15.4428 19.1665 15.4428 19.6245 14.9858 19.6245 14.4228 19.6245 13.8598 19.1665 13.4028 18.6035 13.4028M8.6025 20.0376C8.4255 20.0936 8.2375 20.0726 8.0755 19.9856 7.9125 19.8986 7.7925 19.7536 7.7395 19.5766L6.6135 15.8776C6.3755 15.0976 6.8185 14.2696 7.5975 14.0326 8.0665 13.8906 8.5785 13.9896 8.9605 14.3006L9.5895 13.5226C8.9495 13.0036 8.0965 12.8396 7.3065 13.0756 5.9995 13.4746 5.2585 14.8606 5.6565 16.1686L6.7825 19.8676C6.9145 20.3006 7.2065 20.6556 7.6045 20.8686 7.8535 21.0016 8.1245 21.0686 8.3995 21.0686 8.5645 21.0686 8.7305 21.0436 8.8935 20.9946 9.4335 20.8306 9.8535 20.4106 10.0195 19.8716L9.0625 19.5786C8.9955 19.7996 8.8235 19.9706 8.6025 20.0376\" />\n <path d=\"M26.499,19.6343 C26.342,19.8803 26.085,20.0213 25.793,20.0213 L23.936,20.0213 L23.936,22.0613 C23.936,24.9843 21.56,27.3613 18.637,27.3613 L17.986,27.3613 L17.986,32.5453 L14.755,32.5453 L14.755,28.4303 C14.755,27.3383 15.13,26.2693 15.812,25.4173 L16.22,24.9103 L13.448,22.6923 L13.042,23.1983 C11.857,24.6763 11.204,26.5343 11.204,28.4303 L11.204,32.5453 L5.846,32.5453 L5.846,27.1483 C5.846,24.5473 4.928,22.7343 3.957,20.8133 C2.879,18.6803 1.765,16.4743 1.765,12.8423 C1.765,7.3833 5.986,1.4903 12.808,1.4903 C18.203,1.4903 23.936,5.5463 23.936,13.0633 L23.936,13.2063 L26.553,18.8303 C26.676,19.0953 26.656,19.3883 26.499,19.6343 M27.731,18.2813 L25.236,12.9173 C25.163,4.6503 18.798,0.1903 12.808,0.1903 C6.001,0.1903 0.464,5.8653 0.464,12.8423 C0.464,16.7843 1.703,19.2363 2.797,21.3993 C3.735,23.2553 4.545,24.8583 4.545,27.1483 L4.545,33.8463 L12.505,33.8463 L12.505,28.4303 C12.505,27.0463 12.916,25.6873 13.674,24.5373 L14.419,25.1343 C13.794,26.1133 13.454,27.2623 13.454,28.4303 L13.454,33.8463 L19.287,33.8463 L19.287,28.6293 C22.622,28.3023 25.237,25.4813 25.237,22.0613 L25.237,21.3213 L25.793,21.3213 C26.526,21.3213 27.2,20.9513 27.595,20.3323 C27.99,19.7143 28.041,18.9473 27.731,18.2813\" />\n <path d=\"M8.9111,16.8892 C8.9241,16.8892 8.9611,16.8892 9.0311,16.9412 L9.6291,16.1402 C8.8181,15.5342 7.6991,16.1792 7.6991,17.1022 C7.6991,17.6452 8.0571,18.1102 8.5901,18.2582 L8.8591,17.2952 C8.7851,17.2752 8.6991,17.2112 8.6991,17.1022 C8.6991,16.9852 8.7941,16.8892 8.9111,16.8892\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default EarNoseThroat;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ElderlyPerson = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.0818 2.214C17.7648 2.214 19.1328 3.583 19.1328 5.266 19.1328 6.948 17.7648 8.317 16.0818 8.317 14.3988 8.317 13.0298 6.948 13.0298 5.266 13.0298 3.583 14.3988 2.214 16.0818 2.214M16.0818 9.617C18.4808 9.617 20.4338 7.665 20.4338 5.266 20.4338 2.866 18.4808.913 16.0818.913 13.6828.913 11.7288 2.866 11.7288 5.266 11.7288 7.665 13.6828 9.617 16.0818 9.617M24.8865 38.6515C24.2335 38.6515 23.7015 38.1205 23.7015 37.4655 23.7015 36.8125 24.2335 36.2815 24.8865 36.2815 25.5405 36.2815 26.0725 36.8125 26.0725 37.4655 26.0725 38.1205 25.5405 38.6515 24.8865 38.6515L24.8865 38.6515zM16.3695 25.7245L16.3695 24.4065C16.3695 24.0285 16.4415 23.6645 16.5445 23.3075 17.4355 23.4745 18.3905 23.1935 19.0255 22.4695 19.5085 21.9205 19.7175 21.2175 19.6665 20.5295 19.8765 20.4955 20.0885 20.4735 20.3035 20.4735 22.4725 20.4735 24.2365 22.2375 24.2365 24.4065L24.2365 25.7245 16.3695 25.7245zM9.8745 16.4125L5.9345 20.1485 5.9345 37.0365C5.9345 38.1965 4.9905 39.1395 3.8315 39.1395 2.6715 39.1395 1.7285 38.1965 1.7285 37.0365L1.7285 18.5445C1.7285 17.7025 2.0495 16.9065 2.6355 16.3015L7.5465 11.2195C8.0345 10.7145 8.7065 10.4305 9.4065 10.4305 9.4495 10.4305 9.4935 10.4325 9.5375 10.4345 10.2845 10.4725 10.9785 10.8315 11.4405 11.4195L18.0965 19.8915C18.4965 20.4015 18.4765 21.1255 18.0485 21.6125 17.5675 22.1605 16.7245 22.2235 16.1675 21.7495L9.8745 16.4125zM25.5365 35.0775L25.5365 24.4065C25.5365 21.5205 23.1895 19.1725 20.3035 19.1725 19.9465 19.1725 19.5955 19.2205 19.2505 19.2915 19.2065 19.2235 19.1685 19.1535 19.1175 19.0895L12.4615 10.6165C11.7675 9.7325 10.7265 9.1935 9.6045 9.1355 8.4665 9.0895 7.3915 9.5085 6.6115 10.3165L1.7005 15.3975C.8795 16.2465.4275 17.3635.4275 18.5445L.4275 37.0365C.4275 38.9135 1.9545 40.4405 3.8315 40.4405 5.7075 40.4405 7.2355 38.9135 7.2355 37.0365L7.2355 20.7075 9.9235 18.1585 15.3255 22.7405C15.3365 22.7495 15.3485 22.7545 15.3595 22.7625 15.1825 23.2935 15.0695 23.8395 15.0695 24.4065L15.0695 39.7905 16.3695 39.7905 16.3695 27.0255 24.2365 27.0255 24.2365 35.0775C23.1825 35.3655 22.4015 36.3225 22.4015 37.4655 22.4015 38.8375 23.5165 39.9525 24.8865 39.9525 26.2575 39.9525 27.3725 38.8375 27.3725 37.4655 27.3725 36.3215 26.5915 35.3655 25.5365 35.0775L25.5365 35.0775z\"\n transform=\"translate(10 3)\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M14.1516 1.9279C14.2696 1.9149 14.3866 1.9079 14.5036 1.9079 15.1896 1.9079 15.8516 2.1379 16.3966 2.5729 17.0346 3.0789 17.4366 3.8049 17.5296 4.6149 17.7186 6.2859 16.5126 7.8019 14.8416 7.9919 14.0246 8.0789 13.2336 7.8559 12.5966 7.3479 11.9596 6.8409 11.5566 6.1149 11.4636 5.3059 11.2746 3.6339 12.4806 2.1179 14.1516 1.9279M11.7876 8.3649C12.5646 8.9849 13.5086 9.3129 14.4876 9.3129 14.6536 9.3129 14.8216 9.3029 14.9886 9.2829 17.3726 9.0119 19.0906 6.8519 18.8206 4.4679 18.6896 3.3129 18.1156 2.2789 17.2066 1.5549 16.2976.8299 15.1566.5019 14.0056.6369 11.6216.9079 9.9026 3.0689 10.1726 5.4519 10.3036 6.6079 10.8786 7.6419 11.7876 8.3649M27.6282 36.5675C26.9822 36.6665 26.3782 36.2135 26.2832 35.5675 26.1882 34.9215 26.6372 34.3175 27.2832 34.2225 27.3412 34.2135 27.3992 34.2105 27.4562 34.2105 28.0342 34.2105 28.5422 34.6335 28.6282 35.2225 28.7242 35.8695 28.2742 36.4725 27.6282 36.5675L27.6282 36.5675zM17.3192 25.0185L17.1272 23.7145C17.0852 23.4235 17.0822 23.1335 17.1042 22.8445 17.9732 22.8725 18.8402 22.4805 19.3672 21.7215 19.8452 21.0365 19.9502 20.1935 19.7202 19.4385 19.9552 19.3555 20.1962 19.2875 20.4462 19.2515 22.5992 18.9235 24.5952 20.4235 24.9112 22.5695L25.1042 23.8725 17.3192 25.0185zM9.5842 16.7325L5.9352 21.1965 5.9352 38.0365C5.9352 39.1965 4.9912 40.1395 3.8312 40.1395 2.6722 40.1395 1.7292 39.1965 1.7292 38.0365L1.7292 19.5445C1.7292 18.7025 2.0502 17.9065 2.6902 17.2365L6.6902 11.8415C7.1452 11.2495 7.8332 10.8825 8.5792 10.8365 8.6332 10.8335 8.6872 10.8315 8.7402 10.8315 9.4302 10.8315 10.0932 11.1065 10.5802 11.5995L18.1532 19.2655C18.6082 19.7265 18.6712 20.4475 18.3012 20.9795 17.8822 21.5775 17.0522 21.7345 16.4452 21.3295L9.5842 16.7325zM29.9152 35.0335C29.7482 33.9025 28.8322 33.0675 27.7522 32.9365L26.1962 22.3795C25.7752 19.5245 23.1082 17.5385 20.2572 17.9645 19.8342 18.0275 19.4272 18.1485 19.0362 18.3085L11.5052 10.6855C10.7162 9.8875 9.6372 9.4685 8.4982 9.5385 7.3772 9.6085 6.3432 10.1595 5.6512 11.0585L1.6992 16.3985C.8802 17.2465.4282 18.3645.4282 19.5445L.4282 38.0365C.4282 39.9135 1.9552 41.4405 3.8312 41.4405 5.7082 41.4405 7.2352 39.9135 7.2352 38.0365L7.2352 21.6595 9.8422 18.4705 15.7232 22.4095C15.7642 22.4365 15.8102 22.4525 15.8522 22.4775 15.7902 22.9505 15.7712 23.4265 15.8412 23.9045L18.0812 39.1245 19.3682 38.9345 17.5092 26.3055 25.2932 25.1595 26.4652 33.1275C25.4642 33.5665 24.8302 34.6265 24.9962 35.7565 25.1782 36.9905 26.2422 37.8805 27.4542 37.8805 27.5742 37.8805 27.6952 37.8725 27.8172 37.8545 29.1732 37.6545 30.1142 36.3895 29.9152 35.0335L29.9152 35.0335z\"\n transform=\"translate(10 2)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ElderlyPerson;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst EnterFullScreen = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(11 11)\">\n <polygon points=\"1.546 25.373 .627 24.454 7.845 17.236 8.764 18.155\" />\n <polygon points=\"9.18 25.563 .436 25.563 .436 16.861 1.736 16.861 1.736 24.263 9.18 24.263\" />\n <polygon points=\"18.155 8.764 17.236 7.845 24.454 .627 25.373 1.546\" />\n <polygon points=\"25.564 9.139 24.264 9.139 24.264 1.737 16.82 1.737 16.82 .437 25.564 .437\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(10 10)\">\n <polygon points=\"1.283 27.636 .364 26.717 7.582 19.499 8.501 20.418\" />\n <polygon points=\"8.917 27.827 .173 27.827 .173 19.125 1.473 19.125 1.473 26.527 8.917 26.527\" />\n <polygon points=\"20.418 8.501 19.499 7.582 26.717 .364 27.636 1.283\" />\n <polygon points=\"27.826 8.876 26.526 8.876 26.526 1.474 19.082 1.474 19.082 .174 27.826 .174\" />\n <polygon points=\"2.546 26.373 1.627 25.454 8.845 18.236 9.764 19.155\" />\n <polygon points=\"19.155 9.764 18.236 8.845 25.454 1.627 26.373 2.546\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.6879158,11.0705684 L27.6879158,12.8389895 L33.6462316,12.8389895 L27.9380211,18.5472 L29.1885474,19.7989895 L34.8967579,14.0907789 L34.8967579,20.0074105 L36.6651789,20.0074105 L36.6651789,11.0705684 L27.6879158,11.0705684 Z M19.7982316,29.1893053 L18.5477053,27.9387789 L12.8394947,33.6457263 L12.8394947,27.7290947 L11.0710737,27.7290947 L11.0710737,36.6659368 L20.0483368,36.6659368 L20.0483368,34.8975158 L14.0900211,34.8975158 L19.7982316,29.1893053 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.9514526,9.80741053 L28.9514526,11.5758316 L34.9097684,11.5758316 L27.9384,18.5472 L29.1889263,19.7989895 L30.4520842,18.5358316 L36.1602947,12.8276211 L36.1602947,18.7442526 L37.9287158,18.7442526 L37.9287158,9.80741053 L28.9514526,9.80741053 Z M18.5480842,27.9387789 L11.5754526,34.9101474 L11.5754526,28.9922526 L9.80703158,28.9922526 L9.80703158,37.9303579 L18.7855579,37.9303579 L18.7855579,36.1606737 L12.8272421,36.1606737 L19.7986105,29.1893053 L18.5480842,27.9387789 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default EnterFullScreen;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Envelope = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M41.0719,34.9901 L29.5719,23.4381 L41.0719,13.1511 L41.0719,34.9901 Z M7.5939,35.8211 L19.0539,24.3091 L23.8259,28.5771 L28.6009,24.3061 L40.0649,35.8211 L7.5939,35.8211 Z M6.9279,13.4611 L18.0839,23.4411 L6.9279,34.6471 L6.9279,13.4611 Z M40.2079,12.1791 L23.8259,26.8331 L7.4449,12.1791 L40.2079,12.1791 Z M5.6279,37.1211 L42.3719,37.1211 L42.3719,10.8791 L5.6279,10.8791 L5.6279,37.1211 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.931,14.403 L31.07,14.403 L31.07,13.403 L16.931,13.403 L16.931,14.403 Z M16.931,18.775 L31.07,18.775 L31.07,17.775 L16.931,17.775 L16.931,18.775 Z M41.072,34.99 L29.571,23.438 L41.072,13.151 L41.072,34.99 Z M7.594,35.821 L19.055,24.309 L23.826,28.577 L28.601,24.306 L40.064,35.821 L7.594,35.821 Z M6.928,13.461 L18.084,23.441 L6.928,34.647 L6.928,13.461 Z M9.682,12.179 L9.682,14.18 L7.445,12.179 L9.682,12.179 Z M10.982,7.763 L37.018,7.763 L37.018,15.033 L23.826,26.833 L10.982,15.343 L10.982,7.763 Z M38.318,12.179 L40.208,12.179 L38.318,13.869 L38.318,12.179 Z M38.318,10.879 L38.318,6.462 L9.682,6.462 L9.682,10.879 L5.628,10.879 L5.628,37.121 L42.372,37.121 L42.372,10.879 L38.318,10.879 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.9584,34.9035789 L29.4131368,23.3052632 L40.9584,12.9776842 L40.9584,34.9035789 Z M7.41776842,35.7082105 L18.9226105,24.1515789 L23.6948211,28.4210526 L28.4695579,24.1490526 L39.9769263,35.7082105 L7.41776842,35.7082105 Z M6.77734737,13.2884211 L17.9790316,23.3090526 L6.77734737,34.56 L6.77734737,13.2884211 Z M40.1247158,12.0290526 L23.6948211,26.7258947 L7.26492632,12.0290526 L40.1247158,12.0290526 Z M5.51418947,36.9713684 L42.2215579,36.9713684 L42.2215579,10.7658947 L5.51418947,10.7658947 L5.51418947,36.9713684 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.9589053,34.9035789 L29.4123789,23.3052632 L40.9589053,12.9776842 L40.9589053,34.9035789 Z M7.41827368,35.7082105 L18.9218526,24.1515789 L23.6953263,28.4210526 L28.4700632,24.1490526 L39.9774316,35.7082105 L7.41827368,35.7082105 Z M6.77785263,13.2884211 L17.9795368,23.3090526 L6.77785263,34.56 L6.77785263,13.2884211 Z M9.56816842,12.0290526 L9.56816842,14.0892632 L7.26543158,12.0290526 L9.56816842,12.0290526 Z M10.8313263,7.61305263 L36.9054316,7.61305263 L36.9054316,14.9090526 L23.6953263,26.7258947 L10.8313263,15.2197895 L10.8313263,7.61305263 Z M38.1685895,12.0290526 L40.1252211,12.0290526 L38.1685895,13.7785263 L38.1685895,12.0290526 Z M38.1685895,10.7658947 L38.1685895,6.34989474 L9.56816842,6.34989474 L9.56816842,10.7658947 L5.51469474,10.7658947 L5.51469474,36.9713684 L42.2220632,36.9713684 L42.2220632,10.7658947 L38.1685895,10.7658947 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Envelope;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Epilepsy = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.8075,7.3631 C26.7985,7.3631 33.1635,11.8221 33.2365,20.0901 L33.2365,20.0901 L35.7315,25.4551 C36.0415,26.1201 35.9905,26.8871 35.5955,27.5061 C35.2005,28.1251 34.5265,28.4941 33.7925,28.4941 L33.7925,28.4941 L33.2375,28.4941 L33.2375,29.2341 C33.2375,32.6541 30.6235,35.4751 27.2875,35.8021 L27.2875,35.8021 L27.2875,41.0181 L12.5455,41.0181 L12.5455,34.3211 C12.5455,32.0301 11.7355,30.4281 10.7975,28.5721 C9.7045,26.4091 8.4645,23.9571 8.4645,20.0151 C8.4645,13.0381 14.0015,7.3631 20.8075,7.3631 Z M20.8075,8.6631 C13.9865,8.6631 9.7645,14.5561 9.7645,20.0151 C9.7645,23.6471 10.8795,25.8531 11.9575,27.9851 C12.9285,29.9061 13.8455,31.7211 13.8455,34.3211 L13.8455,34.3211 L13.8455,39.7191 L25.9875,39.7191 L25.9875,34.5341 L26.6375,34.5341 C29.5605,34.5341 31.9375,32.1561 31.9375,29.2341 L31.9375,29.2341 L31.9375,27.1941 L33.7925,27.1941 C34.0845,27.1941 34.3425,27.0531 34.4995,26.8071 C34.6565,26.5611 34.6755,26.2681 34.5525,26.0031 L34.5525,26.0031 L31.9375,20.3791 L31.9375,20.2351 C31.9375,12.7191 26.2035,8.6631 20.8075,8.6631 Z M24.5389,13.7761 L21.2699,19.2241 L24.5359,19.2241 L18.5249,29.2701 L17.6919,28.9611 L17.7529,28.4911 L18.9939,22.4511 L15.6929,22.4511 L18.6899,13.7761 L24.5389,13.7761 Z M22.7729,14.7761 L19.4019,14.7761 L17.0969,21.4511 L20.2209,21.4511 L19.2599,26.1261 L22.7759,20.2241 L19.5039,20.2241 L22.7729,14.7761 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.8075,7.3631 C26.7985,7.3631 33.1635,11.8221 33.2365,20.0901 L33.2365,20.0901 L35.7315,25.4551 C36.0415,26.1201 35.9895,26.8871 35.5955,27.5061 C35.2005,28.1251 34.5265,28.4941 33.7925,28.4941 L33.7925,28.4941 L33.2375,28.4941 L33.2375,29.2341 C33.2375,32.6541 30.6235,35.4751 27.2875,35.8021 L27.2875,35.8021 L27.2875,41.0181 L12.5455,41.0181 L12.5455,34.3211 C12.5455,32.0301 11.7355,30.4281 10.7975,28.5721 C9.7035,26.4091 8.4645,23.9571 8.4645,20.0151 C8.4645,13.0381 14.0015,7.3631 20.8075,7.3631 Z M20.8075,8.6631 C13.9865,8.6631 9.7645,14.5561 9.7645,20.0151 C9.7645,23.6471 10.8795,25.8531 11.9575,27.9851 C12.9285,29.9061 13.8455,31.7211 13.8455,34.3211 L13.8455,34.3211 L13.8455,39.7191 L25.9875,39.7191 L25.9875,34.5341 L26.6375,34.5341 C29.5605,34.5341 31.9375,32.1561 31.9375,29.2341 L31.9375,29.2341 L31.9375,27.1941 L33.7925,27.1941 C34.0845,27.1941 34.3425,27.0531 34.4995,26.8071 C34.6565,26.5611 34.6755,26.2681 34.5525,26.0031 L34.5525,26.0031 L31.9375,20.3791 L31.9375,20.2351 C31.9375,12.7191 26.2035,8.6631 20.8075,8.6631 Z M23.7949,15.0161 L21.2699,19.2241 L24.4939,19.2241 L18.3089,30.5951 L17.4769,30.2861 L17.5369,29.8171 L18.9989,22.4511 L15.6929,22.4511 L18.2409,15.0751 L23.7949,15.0161 Z M22.0179,16.0351 L18.9559,16.0671 L17.0969,21.4511 L20.2159,21.4511 L19.0889,27.1321 L22.8179,20.2241 L19.5039,20.2241 L22.0179,16.0351 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Epilepsy;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Eraser = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(7.119 9)\">\n <polygon points=\"21.628 21.364 10.865 10.601 11.784 9.682 22.547 20.445\" />\n <polygon points=\"8.624 29.846 26.332 29.846 26.332 28.546 8.624 28.546\" />\n <polygon points=\"28.921 29.846 31.865 29.846 31.865 28.546 28.921 28.546\" />\n <path d=\"M20.6641,1.7229 L2.5331,19.8529 C1.4731,20.9139 1.4731,22.6399 2.5331,23.6999 L7.2541,28.3829 C7.3291,28.4559 7.5481,28.5459 7.6521,28.5459 L13.2971,28.5459 C13.4001,28.5459 13.6181,28.4559 13.6911,28.3829 L30.5261,11.5469 L20.6641,1.7229 Z M13.2971,29.8459 L7.6521,29.8459 C7.2081,29.8459 6.6561,29.6189 6.3391,29.3059 L1.6161,24.6209 C0.0461,23.0519 0.0461,20.5019 1.6141,18.9339 L19.8501,0.6989 C20.2971,0.2499 21.0271,0.2489 21.4761,0.6959 L31.5511,10.7329 C31.7691,10.9489 31.8891,11.2379 31.8891,11.5459 C31.8891,11.8529 31.7701,12.1419 31.5531,12.3589 L14.6101,29.3019 C14.2951,29.6179 13.7431,29.8459 13.2971,29.8459 L13.2971,29.8459 Z\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(11 9)\">\n <polygon points=\"22.147 21.364 11.384 10.601 12.303 9.682 23.066 20.445\" />\n <polygon points=\"9.144 29.846 22.332 29.846 22.332 28.546 9.144 28.546\" />\n <polygon points=\"24.921 29.846 27.865 29.846 27.865 28.546 24.921 28.546\" />\n <path d=\"M21.1829,1.7224 L3.0519,19.8534 C1.9919,20.9134 1.9919,22.6394 3.0519,23.7004 L7.7739,28.3824 C7.8479,28.4554 8.0669,28.5464 8.1709,28.5464 L13.8159,28.5464 C13.9189,28.5464 14.1369,28.4564 14.2099,28.3834 L31.0459,11.5464 L21.1829,1.7224 Z M13.8159,29.8464 L8.1709,29.8464 C7.7269,29.8464 7.1749,29.6184 6.8589,29.3054 L2.1349,24.6204 C0.5659,23.0524 0.5659,20.5014 2.1329,18.9344 L20.3689,0.6984 C20.8169,0.2504 21.5469,0.2504 21.9949,0.6964 L32.0699,10.7324 C32.2869,10.9494 32.4079062,11.2374 32.4079062,11.5454 C32.4089,11.8524 32.2889,12.1414 32.0719,12.3584 L15.1289,29.3024 C14.8139,29.6174 14.2619,29.8464 13.8159,29.8464 L13.8159,29.8464 Z\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.7890526,38.9490947 L38.7334737,38.9490947 L38.7334737,37.1806737 L35.7890526,37.1806737 L35.7890526,38.9490947 Z M20.0336842,37.1794105 L14.6526316,37.1794105 C14.5376842,37.1794105 14.2762105,37.0733053 14.1941053,36.9912 L9.56715789,32.4021474 C9.09726316,31.9335158 8.83957895,31.3082526 8.83957895,30.6450947 C8.83957895,29.9819368 9.09726316,29.3579368 9.56715789,28.8880421 L18.1932632,20.2619368 L27.7061053,29.7735158 L20.4871579,36.9924632 C20.4075789,37.0707789 20.1448421,37.1794105 20.0336842,37.1794105 L20.0336842,37.1794105 Z M27.5330526,10.9208842 L37.0635789,20.4160421 L28.9566316,28.5229895 L19.4437895,19.0101474 L27.5330526,10.9208842 Z M38.4947368,21.4859368 C38.7802105,21.1992 38.9381053,20.8177263 38.9368496,20.4122526 C38.9355789,20.0067789 38.7776842,19.6265684 38.4922105,19.3423579 L28.6029474,9.49098947 C28.0105263,8.90362105 27.0492632,8.90488421 26.4593684,9.49351579 L8.31663158,27.6375158 C7.51326316,28.4396211 7.07115789,29.5082526 7.07115789,30.6450947 C7.07115789,31.7819368 7.51326316,32.8505684 8.31915789,33.6552 L12.9486316,38.2480421 C13.3578947,38.6535158 14.0753684,38.9490947 14.6526316,38.9490947 L33.1995789,38.9490947 L33.1995789,37.1794105 L22.8012632,37.1794105 L38.4947368,21.4859368 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.4752,28.5228632 L23.9623579,19.0100211 L32.0516211,10.9207579 L41.5821474,20.4159158 L33.4752,28.5228632 Z M25.0057263,36.9923368 C24.9261474,37.0719158 24.6634105,37.1805474 24.5535158,37.1805474 L19.1712,37.1805474 C19.0562526,37.1805474 18.7960421,37.0731789 18.7139368,36.9923368 L14.0857263,32.4020211 C13.6158316,31.9333895 13.3581474,31.3093895 13.3581474,30.6449684 C13.3581474,29.9818105 13.6158316,29.3578105 14.0857263,28.8879158 L22.7118316,20.2618105 L32.2246737,29.7733895 L25.0057263,36.9923368 Z M43.0107789,19.3422316 L33.1215158,9.49086316 C32.5290947,8.90349474 31.5678316,8.90475789 30.9779368,9.49338947 L12.8352,27.6373895 C12.0318316,28.4407579 11.5897263,29.5081263 11.5897263,30.6449684 C11.5897263,31.7818105 12.0318316,32.8504421 12.8377263,33.6550737 L17.4684632,38.2479158 C17.8777263,38.6533895 18.5939368,38.9489684 19.1712,38.9489684 L33.1998316,38.9489684 L33.1998316,37.1805474 L27.3198316,37.1805474 L43.0133053,21.4858105 C43.2987789,21.1990737 43.4566737,20.8176 43.455418,20.4121263 C43.4541474,20.0066526 43.2962526,19.6264421 43.0107789,19.3422316 L43.0107789,19.3422316 Z M35.7893053,38.9489684 L38.7324632,38.9489684 L38.7324632,37.1805474 L35.7893053,37.1805474 L35.7893053,38.9489684 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Eraser;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ErrorSignFill = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.8975,21.447 L24.8975,28.675 C24.8975,29.168 24.4975,29.568 24.0045,29.568 C23.5115,29.568 23.1125,29.168 23.1125,28.675 L23.1125,21.447 C23.1125,20.954 23.5115,20.554 24.0045,20.554 C24.4975,20.554 24.8975,20.954 24.8975,21.447 L24.8975,21.447 Z M25.3985,33.048 C25.3985,33.817 24.7745,34.441 24.0045,34.441 C23.2355,34.441 22.6115,33.817 22.6115,33.048 C22.6115,32.278 23.2355,31.654 24.0045,31.654 C24.7745,31.654 25.3985,32.278 25.3985,33.048 L25.3985,33.048 Z M6.5765,39.758 L41.4235,39.758 L24.1115,8.242 L6.5765,39.758 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.8975,19.447 L24.8975,26.675 C24.8975,27.168 24.4975,27.568 24.0045,27.568 C23.5115,27.568 23.1125,27.168 23.1125,26.675 L23.1125,19.447 C23.1125,18.954 23.5115,18.554 24.0045,18.554 C24.4975,18.554 24.8975,18.954 24.8975,19.447 L24.8975,19.447 Z M25.3985,33.048 C25.3985,33.817 24.7745,34.441 24.0045,34.441 C23.2355,34.441 22.6115,33.817 22.6115,33.048 C22.6115,32.278 23.2355,31.654 24.0045,31.654 C24.7745,31.654 25.3985,32.278 25.3985,33.048 L25.3985,33.048 Z M6.5765,39.758 L41.4235,39.758 L24.1115,8.242 L6.5765,39.758 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.8956105,21.4523747 L24.8956105,28.6651579 C24.8956105,29.15712 24.4964526,29.5562779 24.0044905,29.5562779 C23.5125284,29.5562779 23.1143684,29.15712 23.1143684,28.6651579 L23.1143684,21.4523747 C23.1143684,20.9604126 23.5125284,20.5612547 24.0044905,20.5612547 C24.4964526,20.5612547 24.8956105,20.9604126 24.8956105,21.4523747 L24.8956105,21.4523747 Z M25.3955558,33.0289516 C25.3955558,33.7963326 24.7728695,34.4190189 24.0044905,34.4190189 C23.2371095,34.4190189 22.6144232,33.7963326 22.6144232,33.0289516 C22.6144232,32.2605726 23.2371095,31.6378863 24.0044905,31.6378863 C24.7728695,31.6378863 25.3955558,32.2605726 25.3955558,33.0289516 L25.3955558,33.0289516 Z M6.61318105,39.7248253 L41.3868189,39.7248253 L24.1112653,8.27517474 L6.61318105,39.7248253 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.8956105,18.9260589 L24.8956105,26.1388421 C24.8956105,26.6308042 24.4964526,27.0299621 24.0044905,27.0299621 C23.5125284,27.0299621 23.1143684,26.6308042 23.1143684,26.1388421 L23.1143684,18.9260589 C23.1143684,18.4340968 23.5125284,18.0349389 24.0044905,18.0349389 C24.4964526,18.0349389 24.8956105,18.4340968 24.8956105,18.9260589 L24.8956105,18.9260589 Z M25.3955558,33.0289516 C25.3955558,33.7963326 24.7728695,34.4190189 24.0044905,34.4190189 C23.2371095,34.4190189 22.6144232,33.7963326 22.6144232,33.0289516 C22.6144232,32.2605726 23.2371095,31.6378863 24.0044905,31.6378863 C24.7728695,31.6378863 25.3955558,32.2605726 25.3955558,33.0289516 L25.3955558,33.0289516 Z M6.61318105,39.7248253 L41.3868189,39.7248253 L24.1112653,8.27517474 L6.61318105,39.7248253 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ErrorSignFill;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ErrorSignStroke = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0035,31.578 C23.2335,31.578 22.6095,32.202 22.6095,32.972 C22.6095,33.741 23.2335,34.365 24.0035,34.365 C24.7735,34.365 25.3975,33.741 25.3975,32.972 C25.3975,32.202 24.7735,31.578 24.0035,31.578 L24.0035,31.578 Z M24.1005,11.388 L38.7875,38.123 L9.2265,38.123 L24.1005,11.388 Z M24.1085,8.459 L6.8165,39.541 L41.1835,39.541 L24.1085,8.459 Z M24.0035,29.492 C24.4965,29.492 24.8965,29.092 24.8965,28.599 L24.8965,21.371 C24.8965,20.878 24.4965,20.478 24.0035,20.478 C23.5105,20.478 23.1105,20.878 23.1105,21.371 L23.1105,28.599 C23.1105,29.092 23.5105,29.492 24.0035,29.492 L24.0035,29.492 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0035,31.578 C23.2335,31.578 22.6095,32.202 22.6095,32.972 C22.6095,33.741 23.2335,34.365 24.0035,34.365 C24.7735,34.365 25.3975,33.741 25.3975,32.972 C25.3975,32.202 24.7735,31.578 24.0035,31.578 L24.0035,31.578 Z M24.1005,11.388 L38.7875,38.123 L9.2265,38.123 L24.1005,11.388 Z M24.1085,8.459 L6.8165,39.541 L41.1835,39.541 L24.1085,8.459 Z M24.0035,27.492 C24.4965,27.492 24.8965,27.092 24.8965,26.599 L24.8965,19.371 C24.8965,18.878 24.4965,18.478 24.0035,18.478 C23.5105,18.478 23.1105,18.878 23.1105,19.371 L23.1105,26.599 C23.1105,27.092 23.5105,27.492 24.0035,27.492 L24.0035,27.492 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0034926,31.5620463 C23.2351137,31.5620463 22.6124274,32.1847326 22.6124274,32.9531116 C22.6124274,33.7204926 23.2351137,34.3431789 24.0034926,34.3431789 C24.7718716,34.3431789 25.3945579,33.7204926 25.3945579,32.9531116 C25.3945579,32.1847326 24.7718716,31.5620463 24.0034926,31.5620463 L24.0034926,31.5620463 Z M24.1002884,11.4145516 L38.7563684,38.0932674 L9.25760211,38.0932674 L24.1002884,11.4145516 Z M24.1082716,8.49171789 L6.85267579,39.5082821 L41.1473242,39.5082821 L24.1082716,8.49171789 Z M24.0034926,29.4804379 C24.4954547,29.4804379 24.8946126,29.08128 24.8946126,28.5893179 L24.8946126,21.3765347 C24.8946126,20.8845726 24.4954547,20.4854147 24.0034926,20.4854147 C23.5115305,20.4854147 23.1123726,20.8845726 23.1123726,21.3765347 L23.1123726,28.5893179 C23.1123726,29.08128 23.5115305,29.4804379 24.0034926,29.4804379 L24.0034926,29.4804379 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0034926,31.5620463 C23.2351137,31.5620463 22.6124274,32.1847326 22.6124274,32.9531116 C22.6124274,33.7204926 23.2351137,34.3431789 24.0034926,34.3431789 C24.7718716,34.3431789 25.3945579,33.7204926 25.3945579,32.9531116 C25.3945579,32.1847326 24.7718716,31.5620463 24.0034926,31.5620463 L24.0034926,31.5620463 Z M24.1002884,11.4145516 L38.7563684,38.0932674 L9.25760211,38.0932674 L24.1002884,11.4145516 Z M24.1082716,8.49171789 L6.85267579,39.5082821 L41.1473242,39.5082821 L24.1082716,8.49171789 Z M24.0034926,26.9541221 C24.4954547,26.9541221 24.8946126,26.5549642 24.8946126,26.0630021 L24.8946126,18.8502189 C24.8946126,18.3582568 24.4954547,17.9590989 24.0034926,17.9590989 C23.5115305,17.9590989 23.1123726,18.3582568 23.1123726,18.8502189 L23.1123726,26.0630021 C23.1123726,26.5549642 23.5115305,26.9541221 24.0034926,26.9541221 L24.0034926,26.9541221 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ErrorSignStroke;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst EuropeanHealthCard = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.312,28.655 L23.875,27.769 L23.438,28.655 L22.46,28.797 L23.168,29.487 L23.001,30.46 L23.875,30 L24.749,30.46 L24.583,29.487 L25.29,28.797 L24.312,28.655 Z M23.875,17.29 L23.438,18.176 L22.46,18.318 L23.168,19.007 L23.001,19.981 L23.875,19.521 L24.749,19.981 L24.583,19.007 L25.29,18.318 L24.312,18.176 L23.875,17.29 Z M28.022,27.104 L27.584,26.218 L27.147,27.104 L26.17,27.246 L26.877,27.936 L26.71,28.909 L27.584,28.449 L28.459,28.909 L28.292,27.936 L28.999,27.246 L28.022,27.104 Z M29.552,23.415 L29.115,22.53 L28.677,23.415 L27.7,23.557 L28.407,24.247 L28.24,25.22 L29.115,24.761 L29.989,25.22 L29.822,24.247 L30.529,23.557 L29.552,23.415 Z M41.677,33.887 C41.677,34.968 40.797,35.848 39.716,35.848 L8.034,35.848 C6.953,35.848 6.073,34.968 6.073,33.887 L6.073,13.863 C6.073,12.781 6.953,11.902 8.034,11.902 L39.716,11.902 C40.797,11.902 41.677,12.781 41.677,13.863 L41.677,33.887 Z M39.716,10.602 L8.034,10.602 C6.236,10.602 4.773,12.065 4.773,13.863 L4.773,33.887 C4.773,35.685 6.236,37.148 8.034,37.148 L39.716,37.148 C41.514,37.148 42.977,35.685 42.977,33.887 L42.977,13.863 C42.977,12.065 41.514,10.602 39.716,10.602 L39.716,10.602 Z M26.71,21.532 L27.584,21.072 L28.459,21.532 L28.292,20.558 L28.999,19.869 L28.022,19.727 L27.584,18.841 L27.147,19.727 L26.17,19.869 L26.877,20.558 L26.71,21.532 Z M20.166,18.841 L19.729,19.727 L18.751,19.869 L19.458,20.558 L19.291,21.532 L20.166,21.072 L21.04,21.532 L20.873,20.558 L21.58,19.869 L20.603,19.727 L20.166,18.841 Z M19.343,24.247 L20.05,23.557 L19.073,23.415 L18.636,22.53 L18.198,23.415 L17.221,23.557 L17.928,24.247 L17.761,25.22 L18.636,24.761 L19.51,25.22 L19.343,24.247 Z M20.603,27.104 L20.166,26.218 L19.729,27.104 L18.751,27.246 L19.458,27.936 L19.291,28.909 L20.166,28.449 L21.04,28.909 L20.873,27.936 L21.58,27.246 L20.603,27.104 Z\"\n />\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(3.86 9.88)\">\n <path d=\"M37.8018,24.0125 C37.8018,25.0935 36.9218,25.9735 35.8408,25.9735 L4.1588,25.9735 C3.0778,25.9735 2.1978,25.0935 2.1978,24.0125 L2.1978,3.9875 C2.1978,2.9065 3.0778,2.0265 4.1588,2.0265 L35.8408,2.0265 C36.9218,2.0265 37.8018,2.9065 37.8018,3.9875 L37.8018,24.0125 Z M35.8408,0.7265 L4.1588,0.7265 C2.3608,0.7265 0.8978,2.1895 0.8978,3.9875 L0.8978,24.0125 C0.8978,25.8105 2.3608,27.2735 4.1588,27.2735 L35.8408,27.2735 C37.6388,27.2735 39.1018,25.8105 39.1018,24.0125 L39.1018,3.9875 C39.1018,2.1895 37.6388,0.7265 35.8408,0.7265 L35.8408,0.7265 Z\" />\n <path d=\"M25.8818 12.1252C25.6518 11.9812 25.4528 11.6422 25.4398 11.3712 25.4278 11.0992 25.2478 11.0212 25.0398 11.1952 24.8318 11.3702 24.4468 11.4542 24.1858 11.3822 23.9238 11.3102 23.7928 11.4572 23.8948 11.7092 23.9968 11.9602 23.9588 12.3522 23.8088 12.5792 23.6588 12.8062 23.7588 12.9762 24.0298 12.9562 24.3008 12.9372 24.6608 13.0952 24.8308 13.3072 24.9998 13.5192 25.1928 13.4772 25.2578 13.2132 25.3228 12.9502 25.5848 12.6562 25.8388 12.5602 26.0928 12.4642 26.1118 12.2692 25.8818 12.1252M25.8032 16.1179C25.5732 15.9739 25.3742 15.6349 25.3612 15.3639 25.3492 15.0919 25.1692 15.0129 24.9612 15.1879 24.7532 15.3629 24.3692 15.4469 24.1072 15.3749 23.8452 15.3029 23.7142 15.4499 23.8162 15.7009 23.9182 15.9529 23.8802 16.3449 23.7302 16.5719 23.5802 16.7979 23.6802 16.9679 23.9512 16.9489 24.2222 16.9299 24.5822 17.0869 24.7522 17.2999 24.9212 17.5119 25.1142 17.4699 25.1792 17.2059 25.2442 16.9429 25.5062 16.6489 25.7602 16.5529 26.0142 16.4569 26.0332 16.2619 25.8032 16.1179M22.9219 18.8826C22.6919 18.7386 22.4929 18.3996 22.4799 18.1286 22.4679 17.8566 22.2879 17.7776 22.0799 17.9526 21.8719 18.1276 21.4869 18.2116 21.2259 18.1396 20.9639 18.0676 20.8329 18.2146 20.9349 18.4656 21.0369 18.7176 20.9989 19.1096 20.8489 19.3366 20.6989 19.5636 20.7989 19.7326 21.0699 19.7136 21.3409 19.6946 21.7009 19.8526 21.8709 20.0646 22.0399 20.2766 22.2329 20.2346 22.2979 19.9706 22.3629 19.7076 22.6249 19.4136 22.8789 19.3176 23.1329 19.2216 23.1519 19.0266 22.9219 18.8826M18.9014 18.8147C18.6714 18.6707 18.4724 18.3317 18.4604 18.0607 18.4474 17.7887 18.2674 17.7107 18.0594 17.8847 17.8514 18.0597 17.4674 18.1437 17.2054 18.0717 16.9434 17.9997 16.8124 18.1467 16.9154 18.3987 17.0174 18.6497 16.9784 19.0417 16.8284 19.2687 16.6794 19.4957 16.7784 19.6657 17.0494 19.6457 17.3204 19.6267 17.6804 19.7847 17.8504 19.9967 18.0204 20.2087 18.2124 20.1667 18.2774 19.9027 18.3424 19.6397 18.6044 19.3457 18.8584 19.2497 19.1124 19.1547 19.1324 18.9587 18.9014 18.8147M23.1064 9.2161C22.8754 9.0721 22.6764 8.7331 22.6644 8.4621 22.6524 8.1911 22.4724 8.1121 22.2644 8.2861 22.0564 8.4611 21.6714 8.5451 21.4104 8.4731 21.1484 8.4011 21.0174 8.5481 21.1194 8.8001 21.2214 9.0511 21.1824 9.4431 21.0334 9.6701 20.8834 9.8971 20.9834 10.0671 21.2534 10.0471 21.5244 10.0281 21.8854 10.1861 22.0554 10.3981 22.2244 10.6111 22.4164 10.5681 22.4814 10.3041 22.5474 10.0411 22.8094 9.7471 23.0634 9.6521 23.3174 9.5561 23.3364 9.3601 23.1064 9.2161M19.0859 9.1487C18.8559 9.0047 18.6569 8.6657 18.6449 8.3937 18.6319 8.1227 18.4519 8.0437 18.2439 8.2187 18.0359 8.3937 17.6519 8.4777 17.3899 8.4057 17.1279 8.3337 16.9969 8.4807 17.0989 8.7317 17.2009 8.9837 17.1629 9.3757 17.0129 9.6017 16.8639 9.8287 16.9629 9.9987 17.2339 9.9797 17.5049 9.9607 17.8649 10.1177 18.0349 10.3307 18.2039 10.5427 18.3969 10.5007 18.4619 10.2367 18.5269 9.9727 18.7889 9.6787 19.0429 9.5837 19.2969 9.4877 19.3159 9.2927 19.0859 9.1487M16.2046 11.9133C15.9746 11.7693 15.7756 11.4303 15.7636 11.1583 15.7506 10.8873 15.5706 10.8083 15.3626 10.9833 15.1546 11.1583 14.7706 11.2423 14.5086 11.1703 14.2466 11.0983 14.1156 11.2453 14.2176 11.4963 14.3196 11.7483 14.2816 12.1403 14.1316 12.3673 13.9826 12.5943 14.0816 12.7633 14.3526 12.7443 14.6236 12.7253 14.9836 12.8833 15.1536 13.0953 15.3226 13.3073 15.5156 13.2653 15.5806 13.0013 15.6456 12.7373 15.9076 12.4433 16.1616 12.3483 16.4156 12.2523 16.4346 12.0573 16.2046 11.9133M16.126 15.9055C15.896 15.7615 15.697 15.4225 15.685 15.1515 15.672 14.8805 15.492 14.8015 15.284 14.9755 15.076 15.1505 14.692 15.2345 14.43 15.1625 14.168 15.0905 14.037 15.2375 14.139 15.4895 14.241 15.7415 14.203 16.1325 14.053 16.3595 13.904 16.5865 14.003 16.7565 14.274 16.7365 14.545 16.7175 14.905 16.8755 15.075 17.0875 15.244 17.3005 15.437 17.2585 15.502 16.9945 15.567 16.7305 15.829 16.4365 16.083 16.3415 16.337 16.2455 16.356 16.0495 16.126 15.9055\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default EuropeanHealthCard;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ExitFullScreen = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(12 12)\">\n <polygon points=\"1.421 23.539 .502 22.62 7.721 15.402 8.639 16.321\" />\n <polygon points=\"8.83 23.913 7.53 23.913 7.53 16.511 .086 16.511 .086 15.211 8.83 15.211\" />\n <polygon points=\"16.279 8.598 15.36 7.679 22.578 .461 23.497 1.38\" />\n <polygon points=\"23.914 8.789 15.17 8.789 15.17 .087 16.47 .087 16.47 7.489 23.914 7.489\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(12 12)\">\n <polygon points=\"2.685 22.276 1.766 21.357 8.984 14.139 9.903 15.057\" />\n <polygon points=\"10.094 22.65 8.794 22.65 8.794 15.248 1.35 15.248 1.35 13.948 10.094 13.948\" />\n <polygon points=\"15.016 9.861 14.097 8.943 21.315 1.724 22.234 2.643\" />\n <polygon points=\"22.65 10.052 13.906 10.052 13.906 1.35 15.206 1.35 15.206 8.752 22.65 8.752\" />\n <polygon points=\"1.422 23.539 .503 22.62 7.721 15.402 8.64 16.321\" />\n <polygon points=\"16.279 8.598 15.36 7.679 22.578 .461 23.497 1.38\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M29.8234105,19.1225684 L35.5316211,13.4143579 L34.2810947,12.1638316 L28.5728842,17.8720421 L28.5728842,11.9554105 L26.8032,11.9554105 L26.8032,20.8909895 L35.7817263,20.8909895 L35.7817263,19.1225684 L29.8234105,19.1225684 Z M11.9547789,28.6139368 L17.9130947,28.6139368 L12.2061474,34.3221474 L13.4566737,35.5726737 L19.1636211,29.8657263 L19.1636211,35.7810947 L20.9333053,35.7810947 L20.9333053,26.8455158 L11.9547789,26.8455158 L11.9547789,28.6139368 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.0049263,15.9409263 L35.5312421,13.4146105 L34.2807158,12.1640842 L33.0175579,13.4272421 L31.7544,14.6904 L27.3093474,19.1354526 L27.3093474,13.2175579 L25.5409263,13.2175579 L25.5409263,22.1556632 L34.5181895,22.1556632 L34.5181895,20.3859789 L28.5598737,20.3859789 L33.0049263,15.9409263 Z M13.2188211,27.3510316 L19.1771368,27.3510316 L13.4676632,33.0592421 L12.2045053,34.3224 L13.4550316,35.5729263 L20.4276632,28.6015579 L20.4276632,34.5181895 L22.1960842,34.5181895 L22.1960842,25.5826105 L13.2188211,25.5826105 L13.2188211,27.3510316 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ExitFullScreen;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Eye = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(6 11)\">\n <path d=\"M17.4781,20.7139 C7.3851,20.7139 3.0761,12.6719 2.3291,11.0959 C3.0761,9.5189 7.3851,1.4779 17.4781,1.4779 C27.5641,1.4779 31.8741,9.5079 32.6261,11.0919 C31.8791,12.6279 27.4641,20.7139 17.4781,20.7139 L17.4781,20.7139 Z M33.9401,10.8429 C33.8951,10.7369 29.3081,0.1779 17.4781,0.1779 C5.6481,0.1779 1.0611,10.7369 1.0161,10.8429 L0.9101,11.0959 L1.0161,11.3479 C1.0611,11.4549 5.6481,22.0139 17.4781,22.0139 C29.3081,22.0139 33.8951,11.4549 33.9401,11.3479 L34.0471,11.0959 L33.9401,10.8429 Z\" />\n <path d=\"M17.4781,19.1074 C13.0611,19.1074 9.4671,15.5134 9.4671,11.0954 C9.4671,6.6784 13.0611,3.0844 17.4781,3.0844 C21.8951,3.0844 25.4901,6.6784 25.4901,11.0954 C25.4901,15.5134 21.8951,19.1074 17.4781,19.1074 M17.4781,1.7844 C12.3441,1.7844 8.1671,5.9614 8.1671,11.0954 C8.1671,16.2304 12.3441,20.4074 17.4781,20.4074 C22.6121,20.4074 26.7901,16.2304 26.7901,11.0954 C26.7901,5.9614 22.6121,1.7844 17.4781,1.7844\" />\n <path d=\"M17.4781,8.1465 C15.8501,8.1465 14.5291,9.4665 14.5291,11.0955 C14.5291,12.7245 15.8501,14.0445 17.4781,14.0445 C19.1071,14.0445 20.4271,12.7245 20.4271,11.0955 C20.4271,9.4665 19.1071,8.1465 17.4781,8.1465\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(6 11)\">\n <path d=\"M17.4783,20.7139 C7.3853,20.7139 3.0763,12.6719 2.3293,11.0959 C3.0763,9.5189 7.3853,1.4779 17.4783,1.4779 C27.5643,1.4779 31.8743,9.5079 32.6263,11.0919 C31.8793,12.6279 27.4643,20.7139 17.4783,20.7139 L17.4783,20.7139 Z M33.9403,10.8429 C33.8953,10.7369 29.3083,0.1779 17.4783,0.1779 C5.6483,0.1779 1.0613,10.7369 1.0163,10.8429 L0.9103,11.0959 L1.0163,11.3479 C1.0613,11.4549 5.6483,22.0139 17.4783,22.0139 C29.3083,22.0139 33.8953,11.4549 33.9403,11.3479 L34.0473,11.0959 L33.9403,10.8429 Z\" />\n <path d=\"M17.4783,19.1074 C13.0613,19.1074 9.4673,15.5134 9.4673,11.0954 C9.4673,6.6784 13.0613,3.0844 17.4783,3.0844 C21.8953,3.0844 25.4903,6.6784 25.4903,11.0954 C25.4903,15.5134 21.8953,19.1074 17.4783,19.1074 M17.4783,1.7844 C12.3443,1.7844 8.1673,5.9614 8.1673,11.0954 C8.1673,16.2304 12.3443,20.4074 17.4783,20.4074 C22.6123,20.4074 26.7903,16.2304 26.7903,11.0954 C26.7903,5.9614 22.6123,1.7844 17.4783,1.7844\" />\n <path d=\"M19.97,8.1465 C18.341,8.1465 17.021,9.4665 17.021,11.0955 C17.021,12.7245 18.341,14.0445 19.97,14.0445 C21.598,14.0445 22.919,12.7245 22.919,11.0955 C22.919,9.4665 21.598,8.1465 19.97,8.1465\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8683789,20.8778526 C22.2161684,20.8778526 20.8772211,22.2168 20.8772211,23.8677474 C20.8772211,25.5199579 22.2161684,26.8589053 23.8683789,26.8589053 C25.5193263,26.8589053 26.8595368,25.5199579 26.8595368,23.8677474 C26.8595368,22.2168 25.5193263,20.8778526 23.8683789,20.8778526 M28.8780632,31.9734316 C31.5925895,30.2896421 33.4090105,27.2909053 33.4090105,23.8690105 C33.4090105,20.4256421 31.5698526,17.4117474 28.8288,15.7330105 C34.5382737,17.5608 37.4056421,22.1965895 38.2709053,23.8626947 C37.4069053,25.4997474 34.5205895,30.1203789 28.8780632,31.9734316 M15.8422737,23.8690105 C15.8422737,19.4429053 19.4422737,15.8429053 23.8683789,15.8429053 C28.2932211,15.8429053 31.8944842,19.4429053 31.8944842,23.8690105 C31.8944842,28.2938526 28.2932211,31.8938526 23.8683789,31.8938526 C19.4422737,31.8938526 15.8422737,28.2938526 15.8422737,23.8690105 M9.46206316,23.8690105 C10.3273263,22.2029053 13.1946947,17.5608 18.9092211,15.7330105 C16.1669053,17.4104842 14.3277474,20.4256421 14.3277474,23.8690105 C14.3277474,27.3123789 16.1669053,30.3262737 18.9104842,32.0037474 C13.1921684,30.1759579 10.3248,25.5313263 9.46206316,23.8690105 M23.8683789,13.4555368 C12.1702737,13.4555368 7.78206316,23.8690105 7.78206316,23.8690105 C7.78206316,23.8690105 12.1702737,34.2812211 23.8683789,34.2812211 C35.5664842,34.2812211 39.9546947,23.8690105 39.9546947,23.8690105 C39.9546947,23.8690105 35.5664842,13.4555368 23.8683789,13.4555368\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.3949474,20.8778526 C24.7427368,20.8778526 23.4037895,22.2168 23.4037895,23.8677474 C23.4037895,25.5199579 24.7427368,26.8589053 26.3949474,26.8589053 C28.0471579,26.8589053 29.3861053,25.5199579 29.3861053,23.8677474 C29.3861053,22.2168 28.0471579,20.8778526 26.3949474,20.8778526 M28.8770526,31.9734316 C31.5915789,30.2896421 33.4092632,27.2921684 33.4092632,23.8690105 C33.4092632,20.4256421 31.5701053,17.4104842 28.8277895,15.7330105 C34.5385263,17.5595368 37.4058947,22.1965895 38.2711579,23.8626947 C37.4071579,25.4997474 34.5195789,30.1216421 28.8770526,31.9734316 M23.8686316,31.8938526 C19.4437895,31.8938526 15.8425263,28.2938526 15.8425263,23.8690105 C15.8425263,19.4429053 19.4437895,15.8429053 23.8686316,15.8429053 C28.2934737,15.8429053 31.8947368,19.4429053 31.8947368,23.8690105 C31.8947368,28.2938526 28.2934737,31.8938526 23.8686316,31.8938526 M9.46231579,23.8690105 C10.3275789,22.2029053 13.1949474,17.5620632 18.9082105,15.7330105 C16.1671579,17.4117474 14.328,20.4256421 14.328,23.8690105 C14.328,27.3123789 16.1671579,30.3262737 18.9082105,32.0037474 C13.1924211,30.1746947 10.3250526,25.5300632 9.46231579,23.8690105 M23.8686316,13.4555368 C12.1705263,13.4555368 7.78231579,23.8690105 7.78231579,23.8690105 C7.78231579,23.8690105 12.1705263,34.2812211 23.8686316,34.2812211 C35.5667368,34.2812211 39.9549474,23.8690105 39.9549474,23.8690105 C39.9549474,23.8690105 35.5667368,13.4555368 23.8686316,13.4555368\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Eye;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Facebook = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.1786,38.4453 C40.1786,39.4263 39.4276,40.1783 38.4456,40.1783 L29.7786,40.1783 L29.7786,29.7783 L35.5556,29.7783 L35.5556,22.8443 L29.7786,22.8443 L29.7786,19.9553 C29.7786,19.6083 30.0096,19.3783 30.3556,19.3783 L36.1346,19.3783 L36.1346,12.4443 L29.7206,12.4443 C25.8486,12.7903 22.8446,16.0843 22.8446,19.9553 L22.8446,22.8443 L18.2216,22.8443 L18.2216,29.7783 L22.8446,29.7783 L22.8446,40.1783 L9.5546,40.1783 C8.5726,40.1783 7.8216,39.4263 7.8216,38.4453 L7.8216,9.5543 C7.8216,8.5723 8.5726,7.8213 9.5546,7.8213 L38.4456,7.8213 C39.4276,7.8213 40.1786,8.5723 40.1786,9.5543 L40.1786,38.4453 Z M23.9996,40.1783 L23.9996,28.6223 L19.3776,28.6223 L19.3776,24.0003 L23.9996,24.0003 L23.9996,19.9553 C23.9996,16.6613 26.5426,13.8873 29.7786,13.5983 L34.9786,13.5983 L34.9786,18.2213 L30.3556,18.2213 C29.3736,18.2213 28.6226,18.9723 28.6226,19.9553 L28.6226,24.0003 L34.4006,24.0003 L34.4006,28.6223 L28.6226,28.6223 L28.6226,40.1783 L23.9996,40.1783 Z M41.3346,9.5543 C41.3346,7.9363 40.0626,6.6653 38.4456,6.6653 L9.5546,6.6653 C7.9366,6.6653 6.6656,7.9363 6.6656,9.5543 L6.6656,38.4453 C6.6656,40.0633 7.9366,41.3343 9.5546,41.3343 L22.8446,41.3343 L29.7786,41.3343 L38.4456,41.3343 C40.0626,41.3343 41.3346,40.0633 41.3346,38.4453 L41.3346,9.5543 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M38.4452,40.1787 L29.7782,40.1787 L29.7782,27.6547 L35.5562,27.6547 L35.5562,20.7207 L29.7782,20.7207 L29.7782,17.8307 C29.7782,17.4857 30.0092,17.2537 30.3562,17.2537 L36.1342,17.2537 L36.1342,10.3207 L29.7202,10.3207 C25.8492,10.6667 22.8442,13.9597 22.8442,17.8307 L22.8442,20.7207 L18.2222,20.7207 L18.2222,27.6547 L22.8442,27.6547 L22.8442,40.1787 L9.5552,40.1787 C8.5722,40.1787 7.8212,39.4267 7.8212,38.4457 L7.8212,9.5547 C7.8212,8.5727 8.5722,7.8217 9.5552,7.8217 L38.4452,7.8217 C39.4272,7.8217 40.1782,8.5727 40.1782,9.5547 L40.1782,38.4457 C40.1782,39.4267 39.4272,40.1787 38.4452,40.1787 L38.4452,40.1787 Z M19.3782,26.4987 L19.3782,21.8757 L24.0002,21.8757 L24.0002,17.8307 C24.0002,14.5377 26.5422,11.7647 29.7782,11.4757 L34.9782,11.4757 L34.9782,16.0987 L30.3562,16.0987 C29.3742,16.0987 28.6222,16.8487 28.6222,17.8307 L28.6222,21.8757 L34.4012,21.8757 L34.4012,26.4987 L28.6222,26.4987 L28.6222,40.1557 L24.0002,40.1557 L24.0002,26.4987 L19.3782,26.4987 Z M38.4452,6.6647 L9.5552,6.6647 C7.9372,6.6647 6.6662,7.9367 6.6662,9.5547 L6.6662,38.4457 C6.6662,40.0637 7.9372,41.3337 9.5552,41.3337 L38.4452,41.3337 C40.0632,41.3337 41.3342,40.0637 41.3342,38.4457 L41.3342,9.5547 C41.3342,7.9367 40.0632,6.6647 38.4452,6.6647 L38.4452,6.6647 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Facebook;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Female = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.668,29.0366 C17.676,29.0366 12.801,24.1616 12.801,18.1686 C12.801,12.1756 17.676,7.2996 23.668,7.2996 C29.661,7.2996 34.536,12.1756 34.536,18.1686 C34.536,24.1616 29.661,29.0366 23.668,29.0366 M35.837,18.1686 C35.837,11.4586 30.378,5.9996 23.668,5.9996 C16.959,5.9996 11.5,11.4586 11.5,18.1686 C11.5,24.6586 16.611,29.9626 23.018,30.3036 L23.018,35.0626 L18.51,35.0626 L18.51,36.3626 L23.018,36.3626 L23.018,41.7386 L24.318,41.7386 L24.318,36.3626 L28.826,36.3626 L28.826,35.0626 L24.318,35.0626 L24.318,30.3036 C30.726,29.9626 35.837,24.6586 35.837,18.1686\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M12.801,15.968 C12.801,9.975 17.676,5.099 23.669,5.099 C29.662,5.099 34.537,9.975 34.537,15.968 C34.537,21.961 29.662,26.836 23.669,26.836 C17.676,26.836 12.801,21.961 12.801,15.968 M35.838,15.968 C35.838,9.258 30.379,3.8 23.669,3.8 C16.959,3.8 11.5,9.258 11.5,15.968 C11.5,22.458 16.612,27.762 23.019,28.103 L23.019,35.071 L18.511,35.071 L18.511,36.37 L23.019,36.37 L23.019,41.746 L24.32,41.746 L24.32,36.37 L28.827,36.37 L28.827,35.071 L24.32,35.071 L24.32,28.103 C30.726,27.762 35.838,22.458 35.838,15.968\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Female;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst FemaleDoctor = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.0322,15.0217 L16.2942,15.0217 L16.2942,16.6127 L16.0322,16.6127 C15.5932,16.6127 15.2362,16.2557 15.2362,15.8177 C15.2362,15.3787 15.5932,15.0217 16.0322,15.0217 L16.0322,15.0217 Z M17.5942,15.0217 L18.3212,15.0217 C19.8472,15.0217 21.1782,14.1687 21.8632,12.9137 C22.5602,14.1697 23.9002,15.0217 25.4362,15.0217 L30.1562,15.0217 L30.1562,17.0407 C30.1562,20.3947 27.4282,23.1237 24.0742,23.1237 L23.6762,23.1237 C20.3222,23.1237 17.5942,20.3947 17.5942,17.0407 L17.5942,15.0217 Z M17.5942,13.7367 C17.5942,10.3827 20.3222,7.6547 23.6762,7.6547 L24.0742,7.6547 C27.4282,7.6547 30.1562,10.3827 30.1562,13.7367 L30.1562,14.0217 L25.4362,14.0217 C23.7352,14.0217 22.3512,12.6377 22.3512,10.9377 L22.3512,10.7237 L21.3512,10.7237 L21.3512,10.9907 C21.3512,12.6627 19.9922,14.0217 18.3212,14.0217 L17.5942,14.0217 L17.5942,13.7367 Z M23.8752,4.3857 C25.1602,4.3857 26.2042,5.4097 26.2522,6.6837 C25.5632,6.4697 24.8322,6.3547 24.0742,6.3547 L23.6762,6.3547 C22.9182,6.3547 22.1872,6.4697 21.4982,6.6837 C21.5462,5.4097 22.5902,4.3857 23.8752,4.3857 L23.8752,4.3857 Z M31.4562,15.0217 L31.7182,15.0217 C32.1572,15.0217 32.5132,15.3787 32.5132,15.8177 C32.5132,16.2557 32.1572,16.6127 31.7182,16.6127 L31.4562,16.6127 L31.4562,15.0217 Z M16.0322,17.6127 L16.3232,17.6127 C16.6172,21.4167 19.7992,24.4227 23.6762,24.4227 L24.0742,24.4227 C27.9512,24.4227 31.1332,21.4167 31.4272,17.6127 L31.7182,17.6127 C32.7082,17.6127 33.5132,16.8077 33.5132,15.8177 C33.5132,14.8277 32.7082,14.0217 31.7182,14.0217 L31.4562,14.0217 L31.4562,13.7367 C31.4562,10.9267 29.8772,8.4797 27.5612,7.2327 L27.5612,6.7717 C27.5612,4.7397 25.9072,3.0857 23.8752,3.0857 C21.8432,3.0857 20.1892,4.7397 20.1892,6.7717 L20.1892,7.2327 C17.8722,8.4797 16.2942,10.9267 16.2942,13.7367 L16.2942,14.0217 L16.0322,14.0217 C15.0422,14.0217 14.2362,14.8277 14.2362,15.8177 C14.2362,16.8077 15.0422,17.6127 16.0322,17.6127 L16.0322,17.6127 Z M26.5572,17.8467 C26.8342,17.8467 27.0592,17.6217 27.0592,17.3437 C27.0592,17.0667 26.8342,16.8417 26.5572,16.8417 C26.2792,16.8417 26.0542,17.0667 26.0542,17.3437 C26.0542,17.6217 26.2792,17.8467 26.5572,17.8467 L26.5572,17.8467 Z M21.2632,17.8467 C21.5412,17.8467 21.7662,17.6217 21.7662,17.3437 C21.7662,17.0667 21.5412,16.8417 21.2632,16.8417 C20.9862,16.8417 20.7612,17.0667 20.7612,17.3437 C20.7612,17.6217 20.9862,17.8467 21.2632,17.8467 L21.2632,17.8467 Z M34.5112,41.5957 L13.2392,41.5957 L13.2392,34.9117 C13.2392,31.2727 15.5172,28.0037 18.8632,26.7017 L18.8632,32.1997 C18.0352,32.4027 17.4172,33.1467 17.4172,34.0357 C17.4172,35.0817 18.2672,35.9327 19.3132,35.9327 C20.3582,35.9327 21.2092,35.0817 21.2092,34.0357 C21.2092,33.1467 20.5912,32.4027 19.7622,32.1997 L19.7622,26.6977 C22.3562,27.8407 25.4282,27.8367 28.0172,26.6847 L28.0172,30.2277 C27.0572,30.4357 26.3362,31.2897 26.3362,32.3107 L26.3362,35.2837 L27.2352,35.2837 L27.2352,32.3107 C27.2352,31.6307 27.7882,31.0787 28.4682,31.0787 C29.1472,31.0787 29.6992,31.6307 29.6992,32.3107 L29.6992,35.2837 L30.5992,35.2837 L30.5992,32.3107 C30.5992,31.2897 29.8772,30.4357 28.9172,30.2277 L28.9172,26.7127 C32.2462,28.0237 34.5112,31.2847 34.5112,34.9117 L34.5112,41.5957 Z M19.3132,33.0407 C19.8622,33.0407 20.3092,33.4867 20.3092,34.0357 C20.3092,34.5847 19.8622,35.0317 19.3132,35.0317 C18.7632,35.0317 18.3172,34.5847 18.3172,34.0357 C18.3172,33.4867 18.7632,33.0407 19.3132,33.0407 L19.3132,33.0407 Z M28.5182,25.1987 L28.2642,25.1257 L28.0322,25.2497 C25.4872,26.6047 22.2622,26.6047 19.7182,25.2497 L19.4852,25.1257 L19.2312,25.1987 C14.9372,26.4447 11.9382,30.4387 11.9382,34.9117 L11.9382,42.8957 L35.8112,42.8957 L35.8112,34.9117 C35.8112,30.4387 32.8122,26.4447 28.5182,25.1987 L28.5182,25.1987 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.5569,17.8469 C26.8339,17.8469 27.0589,17.6219 27.0589,17.3439 C27.0589,17.0669 26.8339,16.8419 26.5569,16.8419 C26.2799,16.8419 26.0549,17.0669 26.0549,17.3439 C26.0549,17.6219 26.2799,17.8469 26.5569,17.8469 L26.5569,17.8469 Z M23.8359,21.9709 C24.8569,21.9709 25.6849,21.1429 25.6849,20.1219 L21.9879,20.1219 C21.9879,21.1429 22.8149,21.9709 23.8359,21.9709 L23.8359,21.9709 Z M21.2639,17.8469 C21.5409,17.8469 21.7659,17.6219 21.7659,17.3439 C21.7659,17.0669 21.5409,16.8419 21.2639,16.8419 C20.9859,16.8419 20.7619,17.0669 20.7619,17.3439 C20.7619,17.6219 20.9859,17.8469 21.2639,17.8469 L21.2639,17.8469 Z M34.5119,41.5959 L13.2389,41.5959 L13.2389,34.9109 C13.2389,31.2729 15.5169,28.0039 18.8629,26.7009 L18.8629,32.1999 C18.0349,32.4029 17.4169,33.1459 17.4169,34.0359 C17.4169,35.0809 18.2669,35.9319 19.3129,35.9319 C20.3579,35.9319 21.2089,35.0809 21.2089,34.0359 C21.2089,33.1459 20.5909,32.4029 19.7629,32.1999 L19.7629,26.6979 C22.3559,27.8409 25.4279,27.8369 28.0169,26.6849 L28.0169,30.2279 C27.0579,30.4349 26.3359,31.2889 26.3359,32.3099 L26.3359,35.2839 L27.2359,35.2839 L27.2359,32.3099 C27.2359,31.6309 27.7879,31.0779 28.4679,31.0779 C29.1469,31.0779 29.6999,31.6309 29.6999,32.3099 L29.6999,35.2839 L30.5989,35.2839 L30.5989,32.3099 C30.5989,31.2889 29.8769,30.4349 28.9179,30.2279 L28.9179,26.7119 C32.2459,28.0229 34.5119,31.2849 34.5119,34.9109 L34.5119,41.5959 Z M19.3129,33.0399 C19.8619,33.0399 20.3089,33.4869 20.3089,34.0359 C20.3089,34.5849 19.8619,35.0319 19.3129,35.0319 C18.7639,35.0319 18.3169,34.5849 18.3169,34.0359 C18.3169,33.4869 18.7639,33.0399 19.3129,33.0399 L19.3129,33.0399 Z M28.5179,25.1989 L28.2649,25.1259 L28.0319,25.2499 C25.4879,26.6049 22.2629,26.6049 19.7189,25.2499 L19.4849,25.1259 L19.2319,25.1989 C14.9379,26.4449 11.9389,30.4379 11.9389,34.9109 L11.9389,42.8949 L35.8109,42.8949 L35.8109,34.9109 C35.8109,30.4379 32.8119,26.4449 28.5179,25.1989 L28.5179,25.1989 Z M16.0319,15.0219 L16.2939,15.0219 L16.2939,16.6129 L16.0319,16.6129 C15.5929,16.6129 15.2359,16.2559 15.2359,15.8179 C15.2359,15.3789 15.5929,15.0219 16.0319,15.0219 L16.0319,15.0219 Z M17.5939,15.0219 L18.3209,15.0219 C19.8479,15.0219 21.1789,14.1689 21.8629,12.9139 C22.5599,14.1699 23.9009,15.0219 25.4359,15.0219 L30.1559,15.0219 L30.1559,17.0399 C30.1559,20.3939 27.4279,23.1229 24.0739,23.1229 L23.6759,23.1229 C20.3219,23.1229 17.5939,20.3939 17.5939,17.0399 L17.5939,15.0219 Z M17.5939,13.7369 C17.5939,10.3829 20.3219,7.6549 23.6759,7.6549 L24.0739,7.6549 C27.4279,7.6549 30.1559,10.3829 30.1559,13.7369 L30.1559,14.0219 L25.4359,14.0219 C23.7349,14.0219 22.3519,12.6379 22.3519,10.9369 L22.3519,10.7239 L21.3519,10.7239 L21.3519,10.9909 C21.3519,12.6619 19.9929,14.0219 18.3209,14.0219 L17.5939,14.0219 L17.5939,13.7369 Z M23.8749,4.3859 C25.1609,4.3859 26.2039,5.4089 26.2519,6.6829 C25.5629,6.4699 24.8319,6.3549 24.0739,6.3549 L23.6759,6.3549 C22.9179,6.3549 22.1869,6.4699 21.4979,6.6829 C21.5459,5.4089 22.5899,4.3859 23.8749,4.3859 L23.8749,4.3859 Z M31.4559,15.0219 L31.7179,15.0219 C32.1569,15.0219 32.5139,15.3789 32.5139,15.8179 C32.5139,16.2559 32.1569,16.6129 31.7179,16.6129 L31.4559,16.6129 L31.4559,15.0219 Z M16.0319,17.6129 L16.3229,17.6129 C16.6169,21.4159 19.7989,24.4229 23.6759,24.4229 L24.0739,24.4229 C27.9519,24.4229 31.1329,21.4159 31.4279,17.6129 L31.7179,17.6129 C32.7079,17.6129 33.5139,16.8069 33.5139,15.8179 C33.5139,14.8269 32.7079,14.0219 31.7179,14.0219 L31.4559,14.0219 L31.4559,13.7369 C31.4559,10.9269 29.8779,8.4799 27.5609,7.2329 L27.5609,6.7719 C27.5609,4.7399 25.9079,3.0859 23.8749,3.0859 C21.8429,3.0859 20.1889,4.7399 20.1889,6.7719 L20.1889,7.2329 C17.8719,8.4799 16.2939,10.9269 16.2939,13.7369 L16.2939,14.0219 L16.0319,14.0219 C15.0419,14.0219 14.2359,14.8269 14.2359,15.8179 C14.2359,16.8069 15.0419,17.6129 16.0319,17.6129 L16.0319,17.6129 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default FemaleDoctor;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Ferry = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.088675,9.67875 C17.440425,9.3225 17.910675,9.12525 18.410925,9.123 L29.556675,9.06525 C30.057675,9.09 30.527925,9.255 30.884175,9.60675 C31.240425,9.95925 31.437675,10.42875 31.439925,10.929 L31.488675,20.30925 L16.595175,20.3865 L16.5463905,11.007 C16.543425,10.506 16.736175,10.035 17.088675,9.67875 L17.088675,9.67875 Z M10.968675,34.87125 C11.330925,34.692 11.709675,34.5555 12.096675,34.443 L8.782425,21.62775 L39.314175,21.4695 L36.131925,34.3185 C36.520425,34.42725 36.901425,34.55925 37.265175,34.7355 L40.849425,20.2605 L32.688675,20.30325 L32.639925,10.923 C32.635425,10.10175 32.312175,9.3315 31.728675,8.75475 C31.148925,8.18025 30.381675,7.86525 29.567175,7.86525 L29.549925,7.86525 L18.404925,7.923 C17.583675,7.92675 16.813425,8.25075 16.235925,8.83425 C15.658425,9.41775 15.341925,10.19175 15.346425,11.01225 L15.395175,20.3925 L7.234425,20.43525 L10.968675,34.87125 Z M19.233675,11.54775 L19.238175,11.54775 C19.856175,11.54775 20.360175,12.048 20.3631959,12.66525 L20.3631959,12.666 C20.366925,13.28625 19.865175,13.79325 19.244925,13.79625 L19.240425,13.79625 C18.623175,13.79625 18.119175,13.296 18.1154116,12.678 C18.112425,12.0585 18.614175,11.55075 19.233675,11.54775 L19.233675,11.54775 Z M19.240425,14.54625 L19.248675,14.54625 C20.282175,14.541 21.119175,13.695 21.1132071,12.66225 C21.107925,11.63175 20.267925,10.79775 19.238175,10.79775 L19.229925,10.79775 C18.196425,10.803 17.360175,11.649 17.3654004,12.6825 C17.370675,13.71225 18.211425,14.54625 19.240425,14.54625 L19.240425,14.54625 Z M37.508925,36.2595 C35.557425,34.908 32.942175,34.92075 31.002675,36.2925 L30.347175,36.756 C29.658675,37.24275 28.732425,37.24725 28.036425,36.76725 L27.379425,36.312 C25.426425,34.95975 22.811925,34.974 20.873175,36.345 L20.219925,36.80775 C19.529925,37.29525 18.602175,37.29975 17.907675,36.81975 L17.249925,36.3645 C15.296925,35.01375 12.682425,35.02725 10.742175,36.39825 L9.034425,37.60725 C8.727675,37.82325 8.655675,38.24775 8.872425,38.55375 C9.005175,38.74125 9.216675,38.841 9.430425,38.8402542 C9.564675,38.8395 9.699675,38.799 9.818175,38.71575 L11.525925,37.50675 C13.001925,36.4635 14.992425,36.45375 16.477425,37.4805 L17.135175,37.93575 C18.296925,38.73975 19.850925,38.7315 21.003675,37.9155 L21.656925,37.4535 C23.132175,36.411 25.121175,36.399 26.606925,37.42875 L27.264675,37.88325 C28.424925,38.6865 29.979675,38.679 31.130175,37.86375 L31.786425,37.401 C33.263175,36.35625 35.252175,36.348 36.735675,37.37625 L38.455425,38.5665 C38.762925,38.77875 39.185925,38.703 39.399675,38.39475 C39.612675,38.0865 39.536175,37.6635 39.227925,37.44975 L37.508925,36.2595 Z M19.586175,30.87 L28.606425,30.82275 C28.986675,30.84375 29.303925,30.95925 29.559675,31.212 C29.815425,31.4655 29.957175,31.80225 29.958675,32.1615 L30.387675,35.2665 C30.743925,35.022 31.121925,34.82325 31.511175,34.6515 L31.157925,32.11275 C31.143675,31.449 30.876675,30.828 30.403425,30.35925 C29.920425,29.88075 29.266425,29.64825 28.600425,29.6235 L19.579425,29.67 C18.190425,29.6775 17.063925,30.8025 17.048175,32.18625 L16.721175,34.72725 C17.114175,34.89525 17.495175,35.09025 17.853675,35.331 L18.248175,32.262 L18.247425,32.223 C18.244425,31.4805 18.844425,30.8745 19.586175,30.87 L19.586175,30.87 Z M27.965175,11.84025 C28.176675,11.62725 28.458675,11.508 28.758675,11.50725 L28.764675,11.50725 C29.381925,11.50725 29.885175,12.00675 29.8881895,12.6255 C29.889675,12.92475 29.774925,13.20825 29.563425,13.42125 C29.352675,13.63425 29.070675,13.7535 28.770675,13.755 L28.763925,13.755 C28.466175,13.755 28.185675,13.6395 27.974175,13.4295 C27.760425,13.21875 27.641925,12.93675 27.6404106,12.636 C27.638925,12.33675 27.754425,12.05325 27.965175,11.84025 L27.965175,11.84025 Z M28.763925,14.505 L28.774425,14.505 C29.274675,14.502 29.744925,14.30475 30.096675,13.9485 C30.448425,13.593 30.641175,13.122 30.6382095,12.621 C30.635925,12.12075 30.438675,11.65125 30.082425,11.29875 C29.726925,10.94625 29.232675,10.73025 28.754925,10.7565 C28.254675,10.7595 27.784425,10.95675 27.432675,11.313 C27.080175,11.6685 26.888175,12.1395 26.8904054,12.63975 C26.893425,13.14075 27.089925,13.61025 27.446175,13.96275 C27.799425,14.313 28.267425,14.505 28.763925,14.505 L28.763925,14.505 Z M23.202675,11.8605 C23.414175,11.6475 23.696175,11.529 23.996175,11.5275 L24.002175,11.5275 C24.619425,11.5275 25.122675,12.02775 25.1256894,12.64575 C25.127175,12.94575 25.011675,13.2285 24.800925,13.44225 C24.589425,13.656 24.308175,13.77375 24.008175,13.77525 L24.001425,13.77525 C23.703675,13.77525 23.423175,13.6605 23.211675,13.44975 C22.997925,13.239 22.879425,12.95775 22.8779106,12.657 C22.876425,12.357 22.991925,12.0735 23.202675,11.8605 L23.202675,11.8605 Z M24.001425,14.52525 L24.011175,14.52525 C24.512175,14.523 24.981675,14.32575 25.334175,13.9695 C25.685925,13.614 25.878675,13.14225 25.8757095,12.64125 C25.873425,12.141 25.676175,11.6715 25.319925,11.31975 C24.966675,10.9695 24.499425,10.7775 24.002175,10.7775 L23.992425,10.7775 C23.492175,10.7805 23.021925,10.977 22.670175,11.33325 C22.317675,11.6895 22.125675,12.1605 22.1279054,12.66075 C22.130925,13.16175 22.328175,13.632 22.683675,13.983 C23.036925,14.33325 23.504925,14.52525 24.001425,14.52525 L24.001425,14.52525 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M19.586325,29.069625 L28.606575,29.023125 L28.613325,29.023125 C29.352075,29.023125 29.955075,29.621625 29.958825,30.361875 L30.617325,35.129625 C30.978075,34.900875 31.356075,34.711125 31.748325,34.555125 L31.158075,30.313125 C31.128075,28.933125 29.996325,27.823125 28.612575,27.823125 L28.600575,27.823125 L19.579575,27.869625 C18.190575,27.877125 17.063325,29.002125 17.047575,30.385875 L16.500825,34.639875 C16.895325,34.792875 17.275575,34.979625 17.638575,35.205375 L18.247575,30.461625 L18.247575,30.422625 C18.243825,29.680125 18.844575,29.074125 19.586325,29.069625 L19.586325,29.069625 Z M17.088075,7.878375 C17.440575,7.522875 17.910075,7.325625 18.410325,7.322625 L29.556075,7.264875 L29.566575,7.264875 C30.063075,7.264875 30.531075,7.457625 30.884325,7.806375 C31.240575,8.158875 31.437825,8.628375 31.440075,9.128625 L31.488825,18.508875 L16.595325,18.586125 L16.5465405,9.206625 C16.543575,8.706375 16.736325,8.234625 17.088075,7.878375 L17.088075,7.878375 Z M11.390325,34.700625 C11.760825,34.546875 12.143325,34.426875 12.536325,34.340625 L8.781825,19.827375 L39.314325,19.669125 L35.710575,34.222125 C36.104325,34.304625 36.486825,34.423125 36.859575,34.573875 L40.849575,18.460125 L32.688825,18.502875 L32.640075,9.122625 C32.635575,8.302125 32.312325,7.531125 31.728075,6.954375 C31.144575,6.375375 30.385575,6.026625 29.550075,6.064875 L18.404325,6.122625 C17.583075,6.127125 16.812825,6.451125 16.235325,7.034625 C15.657825,7.617375 15.342075,8.392125 15.346575,9.211875 L15.395325,18.592875 L7.234575,18.634875 L11.390325,34.700625 Z M23.995575,9.727125 L24.000825,9.727125 C24.618075,9.727125 25.122825,10.227375 25.1258459,10.845375 C25.129575,11.464875 24.627825,11.972625 24.008325,11.975625 L24.003075,11.975625 C23.385075,11.975625 22.881075,11.475375 22.8780616,10.858125 C22.875075,10.237875 23.376825,9.730125 23.995575,9.727125 L23.995575,9.727125 Z M24.003075,12.725625 L24.011325,12.725625 C25.044825,12.720375 25.881825,11.874375 25.8758571,10.840875 C25.870575,9.811125 25.029825,8.977125 24.000825,8.977125 L23.992575,8.977125 C22.959075,8.982375 22.122825,9.828375 22.1280504,10.861875 C22.133325,11.891625 22.974075,12.725625 24.003075,12.725625 L24.003075,12.725625 Z M18.441075,10.081875 C18.651825,9.867375 18.933075,9.749625 19.233825,9.748125 L19.239825,9.748125 C19.538325,9.748125 19.818075,9.863625 20.030325,10.073625 C20.243325,10.284375 20.361825,10.566375 20.3633394,10.866375 C20.364825,11.166375 20.249325,11.449875 20.038575,11.662875 C19.827075,11.875875 19.545825,11.994375 19.245075,11.995875 L19.239075,11.995875 C18.941325,11.995875 18.660825,11.881125 18.448575,11.671125 C18.235575,11.460375 18.117075,11.178375 18.1155606,10.877625 C18.114075,10.577625 18.229575,10.294875 18.441075,10.081875 L18.441075,10.081875 Z M19.239075,12.745875 L19.248825,12.745875 C19.749825,12.742875 20.219325,12.546375 20.571075,12.190125 C20.923575,11.834625 21.116325,11.363625 21.1133595,10.862625 C21.111075,10.362375 20.913825,9.892125 20.557575,9.540375 C20.204325,9.190125 19.737075,8.998125 19.240575,8.998125 L19.230075,8.998125 C18.729075,9.000375 18.259575,9.197625 17.907825,9.553875 C17.555325,9.909375 17.363325,10.381125 17.3655554,10.881375 C17.367825,11.382375 17.565075,11.851875 17.921325,12.204375 C18.274575,12.553875 18.742575,12.745875 19.239075,12.745875 L19.239075,12.745875 Z M28.758075,9.706875 L28.764825,9.706875 C29.382075,9.706875 29.885325,10.207125 29.8883394,10.825125 C29.889825,11.125125 29.774325,11.407875 29.563575,11.621625 C29.352075,11.835375 29.070825,11.953125 28.770825,11.954625 L28.764075,11.954625 C28.466325,11.954625 28.185825,11.839125 27.973575,11.629125 C27.760575,11.418375 27.642075,11.136375 27.6405616,10.836375 C27.637575,10.216125 28.139325,9.709875 28.758075,9.706875 L28.758075,9.706875 Z M28.764075,12.704625 L28.773825,12.704625 C29.274075,12.702375 29.744325,12.505125 30.096075,12.148875 C30.448575,11.793375 30.641325,11.321625 30.6383595,10.821375 L30.6383595,10.820625 C30.633075,9.790875 29.793075,8.956875 28.764825,8.956875 L28.755075,8.956875 C27.721575,8.961375 26.885325,9.806625 26.8905504,10.840125 C26.892825,11.340375 27.090075,11.810625 27.446325,12.162375 C27.799575,12.512625 28.267575,12.704625 28.764075,12.704625 L28.764075,12.704625 Z M37.509075,36.259875 C35.556825,34.907625 32.942325,34.920375 31.002825,36.292875 L30.347325,36.755625 C29.658825,37.243125 28.732575,37.247625 28.036575,36.766875 L27.379575,36.312375 C25.426575,34.959375 22.812075,34.973625 20.873325,36.345375 L20.220075,36.807375 C19.530075,37.294875 18.602325,37.300125 17.907825,36.819375 L17.250075,36.364125 C15.297075,35.014125 12.681825,35.026875 10.742325,36.398625 L9.034575,37.607625 C8.727825,37.823625 8.655825,38.247375 8.871825,38.553375 C9.005325,38.741625 9.216075,38.841375 9.430575,38.8398917 C9.564825,38.839125 9.699825,38.798625 9.818325,38.715375 L11.526075,37.507125 C13.002075,36.463875 14.992575,36.454125 16.476825,37.480125 L17.135325,37.936125 C18.297075,38.740125 19.850325,38.731875 21.003825,37.915875 L21.657075,37.453875 C23.132325,36.411375 25.121325,36.398625 26.607075,37.429125 L27.264825,37.882875 C28.425075,38.686875 29.979825,38.679375 31.130325,37.864125 L31.786575,37.401375 C33.263325,36.355875 35.252325,36.347625 36.735825,37.375875 L38.454825,38.566125 C38.763075,38.779125 39.186075,38.703375 39.399075,38.394375 C39.612825,38.086125 39.536325,37.663125 39.227325,37.450125 L37.509075,36.259875 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Ferry;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst FingerBleed = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.2458,33.2063 C36.4058,33.2063 36.0228,32.4743 36.0228,31.7923 C36.0228,31.0563 36.6428,29.5733 37.2458,28.3653 C37.8478,29.5733 38.4678,31.0563 38.4678,31.7923 C38.4678,32.4743 38.0858,33.2063 37.2458,33.2063 L37.2458,33.2063 Z M37.2458,25.6613 L36.6808,26.6563 C36.4798,27.0093 34.7228,30.1503 34.7228,31.7923 C34.7228,33.3403 35.8078,34.5073 37.2458,34.5073 C38.6828,34.5073 39.7678,33.3403 39.7678,31.7923 C39.7678,30.1503 38.0118,27.0103 37.8108,26.6563 L37.2458,25.6613 Z M37.9428,22.9843 L26.2798,22.9843 L26.2798,24.2853 L27.8898,24.2853 C28.7528,24.2853 29.4538,24.9273 29.4538,25.7173 C29.4538,26.5073 28.7528,27.1483 27.8898,27.1483 L26.2798,27.1483 L26.2798,28.4493 L27.3378,28.4493 C28.1998,28.4493 28.9008,29.0913 28.9008,29.8813 C28.9008,30.6713 28.1998,31.3123 27.3378,31.3123 L25.1278,31.3123 L25.1278,32.6133 C25.9908,32.6133 26.6918,33.2553 26.6918,34.0453 C26.6918,34.8353 25.9908,35.4773 25.1278,35.4773 L18.3388,35.4773 C13.9338,35.4773 10.3498,31.8933 10.3498,27.4873 C10.3498,24.6633 11.5518,21.9583 13.6488,20.0653 L21.5958,12.8983 C21.8718,12.6493 22.2228,12.5253 22.5718,12.5253 C22.9368,12.5253 23.3008,12.6603 23.5808,12.9283 C24.1148,13.4383 24.1818,14.2693 23.7368,14.8593 L20.0588,19.7393 L37.9428,19.7393 C38.8388,19.7393 39.5658,20.4673 39.5658,21.3613 C39.5658,22.2573 38.8388,22.9843 37.9428,22.9843 L37.9428,22.9843 Z M37.9428,18.4383 L22.6658,18.4383 L24.7738,15.6433 C25.6158,14.5263 25.4898,12.9553 24.4788,11.9883 C23.4408,10.9943 21.7918,10.9713 20.7248,11.9343 L12.7778,19.1013 C10.4078,21.2383 9.0488,24.2963 9.0488,27.4873 C9.0488,32.6093 13.2168,36.7773 18.3388,36.7773 L25.1278,36.7773 C26.7078,36.7773 27.9928,35.5523 27.9928,34.0453 C27.9928,33.5173 27.8348,33.0233 27.5608,32.6043 C29.0358,32.4953 30.2018,31.3153 30.2018,29.8813 C30.2018,29.1623 29.9088,28.5073 29.4318,28.0193 C30.2258,27.5323 30.7548,26.6833 30.7548,25.7173 C30.7548,25.1923 30.5988,24.7013 30.3278,24.2853 L37.9428,24.2853 C39.5558,24.2853 40.8668,22.9743 40.8668,21.3613 C40.8668,19.7503 39.5558,18.4383 37.9428,18.4383 L37.9428,18.4383 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.7246,11.9336 C21.7916,10.9706 23.4416,10.9966 24.4786,11.9886 C25.4896,12.9556 25.6166,14.5266 24.7746,15.6426 L24.7746,15.6426 L22.6666,18.4386 L37.9436,18.4386 C39.5556,18.4386 40.8676,19.7506 40.8676,21.3616 C40.8676,22.9736 39.5556,24.2856 37.9436,24.2856 L37.9436,24.2856 L30.3286,24.2856 C30.5976,24.7016 30.7546,25.1926 30.7546,25.7166 C30.7546,26.6826 30.2256,27.5326 29.4306,28.0186 C29.9096,28.5066 30.2026,29.1626 30.2026,29.8806 C30.2026,31.3156 29.0366,32.4956 27.5606,32.6046 C27.8346,33.0236 27.9926,33.5166 27.9926,34.0456 C27.9926,35.5516 26.7076,36.7776 25.1286,36.7776 L25.1286,36.7776 L18.3386,36.7776 C13.2156,36.7776 9.0476,32.6096 9.0476,27.4876 C9.0476,24.2956 10.4086,21.2386 12.7786,19.1006 L12.7786,19.1006 Z M37.2454,27.759 L37.8104,28.753 C38.0114,29.106 39.7684,32.247 39.7684,33.889 C39.7684,35.437 38.6834,36.604 37.2454,36.604 C35.8074,36.604 34.7224,35.437 34.7224,33.889 C34.7224,32.247 36.4794,29.106 36.6804,28.753 L36.6804,28.753 L37.2454,27.759 Z M22.5726,12.5256 C22.2216,12.5256 21.8726,12.6496 21.5956,12.8986 L21.5956,12.8986 L13.6496,20.0656 C11.5516,21.9586 10.3486,24.6636 10.3486,27.4876 C10.3486,31.8926 13.9326,35.4766 18.3386,35.4766 L18.3386,35.4766 L25.1286,35.4766 C25.9906,35.4766 26.6916,34.8356 26.6916,34.0456 C26.6916,33.2556 25.9906,32.6136 25.1286,32.6136 L25.1286,32.6136 L25.1286,31.3126 L27.3376,31.3126 C28.2006,31.3126 28.9016,30.6716 28.9016,29.8806 C28.9016,29.0906 28.2006,28.4496 27.3376,28.4496 L27.3376,28.4496 L26.2806,28.4496 L26.2806,27.1486 L27.8896,27.1486 C28.7526,27.1486 29.4536,26.5066 29.4536,25.7166 C29.4536,24.9266 28.7526,24.2856 27.8896,24.2856 L27.8896,24.2856 L26.2806,24.2856 L26.2806,22.9846 L37.9436,22.9846 C38.8396,22.9846 39.5666,22.2566 39.5666,21.3616 C39.5666,20.4666 38.8396,19.7396 37.9436,19.7396 L37.9436,19.7396 L20.0566,19.7396 L23.7376,14.8596 C24.1816,14.2696 24.1146,13.4396 23.5806,12.9276 C23.2996,12.6606 22.9366,12.5256 22.5726,12.5256 Z M37.2454,30.462 C36.6434,31.669 36.0224,33.153 36.0224,33.889 C36.0224,34.571 36.4054,35.303 37.2454,35.303 C38.0854,35.303 38.4684,34.571 38.4684,33.889 C38.4684,33.153 37.8474,31.669 37.2454,30.462 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default FingerBleed;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst FirstAidKit = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.9938,8.3363 C30.0688,8.3363 31.7578,10.0243 31.7578,12.1003 L31.7578,12.1003 L31.7578,13.9193 L38.2958,13.9193 C39.8758,13.9193 41.1608,15.2043 41.1608,16.7833 L41.1608,16.7833 L41.1608,36.7993 C41.1608,38.3793 39.8758,39.6643 38.2958,39.6643 L38.2958,39.6643 L9.7648,39.6643 C8.1848,39.6643 6.8998,38.3793 6.8998,36.7993 L6.8998,36.7993 L6.8998,16.7833 C6.8998,15.2043 8.1848,13.9193 9.7648,13.9193 L9.7648,13.9193 L16.3028,13.9193 L16.3028,12.1003 C16.3028,10.0243 17.9908,8.3363 20.0668,8.3363 L20.0668,8.3363 Z M38.2958,15.2183 L9.7648,15.2183 C8.9018,15.2183 8.1998,15.9213 8.1998,16.7833 L8.1998,16.7833 L8.1998,36.7993 C8.1998,37.6623 8.9018,38.3643 9.7648,38.3643 L9.7648,38.3643 L38.2958,38.3643 C39.1588,38.3643 39.8608,37.6623 39.8608,36.7993 L39.8608,36.7993 L39.8608,16.7833 C39.8608,15.9213 39.1588,15.2183 38.2958,15.2183 L38.2958,15.2183 Z M26.474,21.1459 L26.474,24.3519 L29.677,24.3519 L29.677,29.2369 L26.474,29.2369 L26.474,32.4379 L21.587,32.4379 L21.587,29.2369 L18.384,29.2369 L18.384,24.3519 L21.587,24.3519 L21.587,21.1459 L26.474,21.1459 Z M25.173,22.4459 L22.887,22.4459 L22.887,25.6519 L19.684,25.6519 L19.684,27.9369 L22.887,27.9369 L22.887,31.1379 L25.173,31.1379 L25.173,27.9369 L28.377,27.9369 L28.377,25.6519 L25.173,25.6519 L25.173,22.4459 Z M27.9938,9.6353 L20.0668,9.6353 C18.7078,9.6353 17.6028,10.7413 17.6028,12.1003 L17.6028,12.1003 L17.6028,13.9193 L30.4578,13.9193 L30.4578,12.1003 C30.4578,10.7413 29.3528,9.6353 27.9938,9.6353 L27.9938,9.6353 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.9938,8.3363 C30.0688,8.3363 31.7578,10.0243 31.7578,12.1003 L31.7578,12.1003 L31.7578,13.9193 L38.2958,13.9193 C39.8758,13.9193 41.1608,15.2043 41.1608,16.7833 L41.1608,16.7833 L41.1608,36.7993 C41.1608,38.3793 39.8758,39.6643 38.2958,39.6643 L38.2958,39.6643 L9.7648,39.6643 C8.1858,39.6643 6.9008,38.3793 6.9008,36.7993 L6.9008,36.7993 L6.9008,16.7833 C6.9008,15.2043 8.1858,13.9193 9.7648,13.9193 L9.7648,13.9193 L16.3028,13.9193 L16.3028,12.1003 C16.3028,10.0243 17.9908,8.3363 20.0668,8.3363 L20.0668,8.3363 Z M38.2958,15.2183 L9.7648,15.2183 C8.9028,15.2183 8.1998,15.9213 8.1998,16.7833 L8.1998,16.7833 L8.1998,36.7993 C8.1998,37.6623 8.9028,38.3643 9.7648,38.3643 L9.7648,38.3643 L38.2958,38.3643 C39.1588,38.3643 39.8608,37.6623 39.8608,36.7993 L39.8608,36.7993 L39.8608,16.7833 C39.8608,15.9213 39.1588,15.2183 38.2958,15.2183 L38.2958,15.2183 Z M26.7959,20.2471 L26.7959,24.0301 L30.5759,24.0301 L30.5759,29.5591 L26.7959,29.5591 L26.7959,33.3361 L21.2649,33.3361 L21.2649,29.5591 L17.4849,29.5591 L17.4849,24.0301 L21.2649,24.0301 L21.2649,20.2471 L26.7959,20.2471 Z M25.4959,21.5471 L22.5649,21.5471 L22.5649,25.3301 L18.7849,25.3301 L18.7849,28.2601 L22.5649,28.2601 L22.5649,32.0361 L25.4959,32.0361 L25.4959,28.2601 L29.2759,28.2601 L29.2759,25.3301 L25.4959,25.3301 L25.4959,21.5471 Z M27.9938,9.6353 L20.0668,9.6353 C18.7078,9.6353 17.6028,10.7413 17.6028,12.1003 L17.6028,12.1003 L17.6028,13.9193 L30.4578,13.9193 L30.4578,12.1003 C30.4578,10.7413 29.3528,9.6353 27.9938,9.6353 L27.9938,9.6353 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default FirstAidKit;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Football = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M30.1777,38.8818 L31.6097,34.4748 L36.2247,34.4748 C34.5907,36.3788 32.5277,37.9028 30.1777,38.8818 L30.1777,38.8818 Z M19.3667,39.4318 L17.5867,33.9508 L20.7357,29.9018 L27.2637,29.9018 L30.4127,33.9518 L28.6327,39.4318 C27.1637,39.8738 25.6107,40.1178 23.9997,40.1178 C22.3887,40.1178 20.8357,39.8738 19.3667,39.4318 L19.3667,39.4318 Z M11.7747,34.4748 L16.3897,34.4748 L17.8217,38.8818 C15.4717,37.9028 13.4087,36.3788 11.7747,34.4748 L11.7747,34.4748 Z M18.6877,8.8008 L23.3497,12.1878 L23.3497,17.8968 L18.1067,21.7058 L12.9727,19.7508 L11.1887,14.2598 C13.0847,11.7718 15.6807,9.8548 18.6877,8.8008 L18.6877,8.8008 Z M27.7377,8.3378 L23.9997,11.0528 L20.2617,8.3378 C21.4647,8.0508 22.7117,7.8828 23.9997,7.8828 C25.2877,7.8828 26.5347,8.0508 27.7377,8.3378 L27.7377,8.3378 Z M36.8107,14.2598 L35.0267,19.7508 L29.8927,21.7058 L24.6497,17.8968 L24.6497,12.1878 L29.3117,8.8008 C32.3187,9.8548 34.9147,11.7728 36.8107,14.2598 L36.8107,14.2598 Z M36.3127,19.9998 L37.7377,15.6148 C39.0257,17.7158 39.8467,20.1278 40.0527,22.7158 L36.3127,19.9998 Z M20.8897,28.6018 L18.9687,22.6868 L23.9997,19.0318 L29.0307,22.6868 L27.1097,28.6018 L20.8897,28.6018 Z M7.9477,22.7158 C8.1527,20.1278 8.9737,17.7158 10.2617,15.6148 L11.6867,19.9998 L7.9477,22.7158 Z M16.5437,33.1748 L10.7647,33.1748 C9.0167,30.6598 7.9727,27.6278 7.9007,24.3568 L12.5477,20.9808 L17.6817,22.9358 L19.6937,29.1248 L16.5437,33.1748 Z M31.4557,33.1748 L28.3057,29.1248 L30.3167,22.9358 L35.4517,20.9808 L40.0987,24.3568 C40.0267,27.6278 38.9827,30.6598 37.2347,33.1748 L31.4557,33.1748 Z M23.9997,6.5828 C14.3957,6.5828 6.5827,14.3958 6.5827,23.9998 C6.5827,33.6048 14.3957,41.4178 23.9997,41.4178 C33.6037,41.4178 41.4177,33.6048 41.4177,23.9998 C41.4177,14.3958 33.6037,6.5828 23.9997,6.5828 L23.9997,6.5828 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.3271,35.4458 L31.6471,34.3858 L29.2941,29.8268 L32.4061,24.1118 L37.8111,23.1318 L41.7611,27.3028 C41.0901,30.5058 39.5071,33.2948 37.3271,35.4458 L37.3271,35.4458 Z M36.0961,36.5388 C34.1411,38.1108 31.8331,39.2308 29.3451,39.7618 L31.5601,35.6928 L36.0961,36.5388 Z M23.0441,39.8448 C21.4611,39.5498 19.9791,39.0248 18.6161,38.3208 L17.8701,32.6068 L21.7091,29.2028 L28.1261,30.3998 L30.4791,34.9588 L27.7241,40.0198 C26.2001,40.1848 24.6271,40.1398 23.0441,39.8448 L23.0441,39.8448 Z M12.0611,32.0548 L16.5981,32.9018 L17.1981,37.4968 C15.0671,36.1038 13.3191,34.2268 12.0611,32.0548 L12.0611,32.0548 Z M10.1081,21.3988 L15.2961,18.9318 L19.9851,21.7948 L20.8271,28.2478 L16.9881,31.6518 L11.3071,30.5918 C10.0501,27.7998 9.5791,24.6278 10.1081,21.3988 L10.1081,21.3988 Z M14.0311,13.2248 L14.6291,17.8088 L10.4521,19.7958 C11.1161,17.3278 12.3421,15.0938 14.0311,13.2248 L14.0311,13.2248 Z M16.8861,10.7068 C18.9151,9.3158 21.1831,8.4248 23.5451,8.0628 L27.5271,12.2688 L26.4801,17.8818 L20.6281,20.6648 L15.9391,17.8008 L15.1911,12.0648 C15.7251,11.5828 16.2821,11.1208 16.8861,10.7068 L16.8861,10.7068 Z M25.9661,7.8778 C26.9581,7.8778 27.9591,7.9698 28.9551,8.1558 C30.2221,8.3918 31.4171,8.7858 32.5461,9.2888 L28.3741,11.2728 L25.1881,7.9068 C25.4471,7.8948 25.7061,7.8778 25.9661,7.8778 L25.9661,7.8778 Z M28.2131,29.0938 L22.0991,27.9528 L21.2951,21.7868 L26.9111,19.1158 L31.1861,23.6318 L28.2131,29.0938 Z M40.3801,16.7748 L37.6191,21.8448 L32.2131,22.8258 L27.7581,18.1198 L28.8051,12.5078 L34.0091,10.0328 C36.7711,11.6208 38.9721,13.9808 40.3801,16.7748 L40.3801,16.7748 Z M42.0151,25.6818 L38.8381,22.3248 L41.0431,18.2758 C41.9231,20.5778 42.2881,23.0998 42.0151,25.6818 L42.0151,25.6818 Z M40.3661,14.1518 C37.7351,10.3148 33.7671,7.7318 29.1941,6.8778 C24.6211,6.0248 19.9891,7.0038 16.1511,9.6348 C12.3141,12.2648 9.7311,16.2328 8.8781,20.8058 C7.1171,30.2468 13.3651,39.3618 22.8061,41.1218 C23.8811,41.3228 24.9511,41.4198 26.0071,41.4198 C34.2261,41.4198 41.5611,35.5598 43.1221,27.1948 C43.9751,22.6208 42.9961,17.9888 40.3661,14.1518 L40.3661,14.1518 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Football;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Form = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.598,9.36983125 C24.92,9.36983125 25.181,9.10883125 25.181,8.78683125 C25.181,8.46583125 24.92,8.20483125 24.598,8.20483125 C24.276,8.20483125 24.015,8.46583125 24.015,8.78683125 C24.015,9.10883125 24.276,9.36983125 24.598,9.36983125 L24.598,9.36983125 Z M39.367,32.6288312 C39.367,33.3808312 38.755,33.9918312 38.003,33.9918312 L16.849,33.9918312 C17.122,33.6058312 17.283,33.1368312 17.283,32.6288312 L17.283,32.5338312 L39.367,32.5338312 L39.367,32.6288312 Z M38.422,37.5228312 L10.774,37.5228312 L10.774,9.18183125 L19.595,9.18183125 L17.665,10.4738312 L17.665,10.9158312 L12.556,10.9158312 L12.556,32.6288312 C12.556,33.9318312 13.616,34.9918312 14.919,34.9918312 L38.003,34.9918312 C38.146,34.9918312 38.286,34.9738312 38.422,34.9498312 L38.422,37.5228312 Z M20.712,9.63683125 L20.712,6.51983125 L28.485,6.51983125 L28.485,9.63683125 L30.531,11.0078312 L30.531,12.1408312 L18.665,12.1408312 L18.665,11.0078312 L20.712,9.63683125 Z M31.531,13.1408312 L31.531,11.9158312 L35.64,11.9158312 L35.64,31.5338312 L16.283,31.5338312 L16.283,32.6288312 C16.283,33.3808312 15.671,33.9918312 14.919,33.9918312 C14.167,33.9918312 13.556,33.3808312 13.556,32.6288312 L13.556,11.9158312 L17.665,11.9158312 L17.665,13.1408312 L31.531,13.1408312 Z M29.485,9.05983125 L38.422,9.05983125 L38.422,31.5338312 L36.64,31.5338312 L36.64,10.9158312 L31.531,10.9158312 L31.531,10.4738312 L29.485,9.10283125 L29.485,9.05983125 Z M39.722,31.5338312 L39.722,7.75983125 L29.485,7.75983125 L29.485,5.51983125 L19.712,5.51983125 L19.712,7.88083125 L9.474,7.88083125 L9.474,38.8238312 L39.722,38.8238312 L39.722,34.2408312 C40.119,33.8178312 40.367,33.2538312 40.367,32.6288312 L40.367,31.5338312 L39.722,31.5338312 Z M29.726,20.5568312 L29.005,19.8628312 L24.083,24.9768312 L21.355,22.1428312 L20.635,22.8368312 L24.083,26.4188312 L29.726,20.5568312 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M29.4667,5.5475 L29.4667,7.7815 L39.6807,7.7815 L39.6807,29.5845 C40.0767,30.0085 40.3237,30.5725 40.3237,31.1965 C40.3237,31.8195 40.0767,32.3835 39.6807,32.8065 L39.6807,32.8065 L39.6807,38.7775 L9.4997,38.7775 L9.4997,7.9015 L19.7137,7.9015 L19.7137,5.5475 L29.4667,5.5475 Z M19.5937,9.2025 L10.7997,9.2025 L10.7997,37.4765 L38.3807,37.4765 L38.3807,33.5165 C38.2437,33.5415 38.1047,33.5595 37.9607,33.5595 L37.9607,33.5595 L14.9337,33.5595 C13.6327,33.5595 12.5747,32.5015 12.5747,31.2015 L12.5747,31.2015 L12.5747,10.9305 L17.6727,10.9305 L17.6727,10.4905 L19.5937,9.2025 Z M37.9607,29.8315 L16.8627,29.8315 C17.1377,30.2175 17.3027,30.6875 17.3027,31.1965 C17.3027,31.7055 17.1377,32.1735 16.8627,32.5595 L16.8627,32.5595 L37.9607,32.5595 C38.7127,32.5595 39.3237,31.9485 39.3237,31.1965 C39.3237,30.4445 38.7127,29.8315 37.9607,29.8315 L37.9607,29.8315 Z M17.6727,11.9305 L13.5747,11.9305 L13.5747,31.1965 C13.5747,31.9485 14.1867,32.5595 14.9387,32.5595 C15.6907,32.5595 16.3027,31.9485 16.3027,31.1965 C16.3027,30.4445 15.6907,29.8315 14.9387,29.8315 L14.9387,29.8315 L14.9387,28.8315 L35.6057,28.8315 L35.6057,11.9305 L31.5077,11.9305 L31.5077,13.1535 L17.6727,13.1535 L17.6727,11.9305 Z M38.3807,9.0815 L29.4667,9.0815 L29.4667,9.1225 L31.5077,10.4905 L31.5077,10.9305 L36.6057,10.9305 L36.6057,28.8315 L37.9607,28.8315 C38.1047,28.8315 38.2437,28.8495 38.3807,28.8735 L38.3807,28.8735 L38.3807,9.0815 Z M29.0592,19.8167 L29.7802,20.5097 L24.1372,26.3717 L20.6892,22.7897 L21.4092,22.0967 L24.1372,24.9307 L29.0592,19.8167 Z M28.4667,6.5475 L20.7137,6.5475 L20.7137,9.6555 L18.6727,11.0235 L18.6727,12.1535 L30.5077,12.1535 L30.5077,11.0235 L28.4667,9.6555 L28.4667,6.5475 Z M24.5902,8.2276 C24.9112,8.2276 25.1712,8.4876 25.1712,8.8076 C25.1712,9.1286 24.9112,9.3896 24.5902,9.3896 C24.2692,9.3896 24.0092,9.1286 24.0092,8.8076 C24.0092,8.4876 24.2692,8.2276 24.5902,8.2276 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.0536842,34.4387368 L17.3867368,34.4387368 C17.5332632,34.1494737 17.6216842,33.8273684 17.6355789,33.4850526 L37.0957895,33.4850526 C37.0490526,34.0193684 36.5993684,34.4387368 36.0536842,34.4387368 L36.0536842,34.4387368 Z M36.6574737,38.1044211 L11.2578947,38.1044211 L11.2578947,12.0581053 L18.7054737,12.0581053 L17.3286316,12.9814737 L17.3286316,13.7292632 L13.0402105,13.7292632 L13.0402105,33.3928421 C13.0402105,34.6610526 14.0722105,35.6917895 15.3391579,35.6917895 L36.0536842,35.6917895 C36.2633684,35.6917895 36.4629474,35.6538947 36.6574737,35.6008421 L36.6574737,38.1044211 Z M20.4915789,12.3701053 L20.4915789,9.53684211 L27.4237895,9.53684211 L27.4237895,12.3701053 L29.3336842,13.6496842 L29.3336842,14.4618947 L18.5816842,14.4618947 L18.5816842,13.6496842 L20.4915789,12.3701053 Z M30.5867368,15.7149474 L30.5867368,14.9835789 L33.7547368,14.9835789 L33.7547368,32.232 L16.3850526,32.232 L16.3850526,33.3928421 C16.3850526,33.9701053 15.9164211,34.4387368 15.3391579,34.4387368 C14.7631579,34.4387368 14.2932632,33.9701053 14.2932632,33.3928421 L14.2932632,14.9835789 L17.3286316,14.9835789 L17.3286316,15.7149474 L30.5867368,15.7149474 Z M36.6574737,11.9456842 L36.6574737,32.232 L35.0077895,32.232 L35.0077895,13.7292632 L30.5867368,13.7292632 L30.5867368,12.9814737 L29.0418947,11.9456842 L36.6574737,11.9456842 Z M38.3526316,32.232 L38.268,32.232 L38.268,10.3351579 L28.6768421,10.3351579 L28.6768421,8.28378947 L19.2372632,8.28378947 L19.2372632,10.4475789 L9.64736842,10.4475789 L9.64736842,39.7162105 L38.268,39.7162105 L38.268,34.2871579 L38.172,34.2871579 C38.2882105,34.0117895 38.3526316,33.7098947 38.3526316,33.3928421 L38.3526316,32.232 Z M23.9576842,12.0366316 C24.2583158,12.0366316 24.5008421,11.7928421 24.5008421,11.4922105 C24.5008421,11.1928421 24.2583158,10.9490526 23.9576842,10.9490526 C23.6583158,10.9490526 23.4145263,11.1928421 23.4145263,11.4922105 C23.4145263,11.7928421 23.6583158,12.0366316 23.9576842,12.0366316 L23.9576842,12.0366316 Z M29.5547368,22.584 L28.6528421,21.7162105 L24.1749474,26.3671579 L21.7458947,23.8433684 L20.8427368,24.7124211 L24.1749474,28.1734737 L29.5547368,22.584 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.9570526,12.0366316 C24.2576842,12.0366316 24.5002105,11.7928421 24.5002105,11.4934737 C24.5002105,11.1928421 24.2576842,10.9503158 23.9570526,10.9503158 C23.6564211,10.9503158 23.4138947,11.1928421 23.4138947,11.4934737 C23.4138947,11.7928421 23.6564211,12.0366316 23.9570526,12.0366316 L23.9570526,12.0366316 Z M30.6555789,21.4408421 L29.7536842,20.5730526 L24.1743158,26.3684211 L22.5183158,24.648 L21.6151579,25.5170526 L24.1743158,28.1734737 L30.6555789,21.4408421 Z M36.0530526,34.4387368 L17.3861053,34.4387368 C17.5326316,34.1507368 17.6210526,33.8273684 17.6349474,33.4850526 L37.0951579,33.4850526 C37.0484211,34.0193684 36.5987368,34.4387368 36.0530526,34.4387368 L36.0530526,34.4387368 Z M36.6555789,38.1056842 L11.2585263,38.1056842 L11.2585263,12.0593684 L18.7061053,12.0593684 L17.3292632,12.9814737 L17.3292632,13.7305263 L13.0395789,13.7305263 L13.0395789,33.3928421 C13.0395789,34.6610526 14.0715789,35.6930526 15.3385263,35.6930526 L36.0530526,35.6930526 C36.2627368,35.6930526 36.4623158,35.6551579 36.6555789,35.6021053 L36.6555789,38.1056842 Z M20.4909474,12.3713684 L20.4909474,9.53684211 L27.4231579,9.53684211 L27.4231579,12.3713684 L29.3330526,13.6496842 L29.3330526,14.4618947 L18.5823158,14.4618947 L18.5823158,13.6496842 L20.4909474,12.3713684 Z M30.5861053,15.7149474 L30.5861053,14.9835789 L33.7541053,14.9835789 L33.7541053,32.232 L16.3844211,32.232 L16.3844211,33.3928421 C16.3844211,33.9701053 15.9157895,34.4387368 15.3385263,34.4387368 C14.7612632,34.4387368 14.2926316,33.9701053 14.2926316,33.3928421 L14.2926316,14.9835789 L17.3292632,14.9835789 L17.3292632,15.7149474 L30.5861053,15.7149474 Z M36.6555789,11.9469474 L36.6555789,32.232 L35.0071579,32.232 L35.0071579,13.7305263 L30.5861053,13.7305263 L30.5861053,12.9814737 L29.0412632,11.9469474 L36.6555789,11.9469474 Z M38.352,32.232 L38.2673684,32.232 L38.2673684,10.3351579 L28.6762105,10.3351579 L28.6762105,8.28378947 L19.2366316,8.28378947 L19.2366316,10.4475789 L9.648,10.4475789 L9.648,39.7162105 L38.2673684,39.7162105 L38.2673684,34.2871579 L38.1713684,34.2871579 C38.2875789,34.0117895 38.352,33.7098947 38.352,33.3928421 L38.352,32.232 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Form;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Forward = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(7.119 11)\">\n <polygon points=\".214 13.941 32.523 13.941 32.523 11.941 .214 11.941\" />\n <polygon points=\"21.844 25.596 20.402 24.209 31.144 13.024 20.595 1.782 22.053 .413 33.902 13.04\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(7 11)\">\n <polygon points=\".213 13.941 36.312 13.941 36.312 11.941 .213 11.941\" />\n <polygon points=\"25.634 25.596 24.192 24.209 34.933 13.024 24.385 1.782 25.843 .413 37.691 13.04\" />\n </g>\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"28.999 11 27.159 12.759 36.261 22.648 7 22.648 7 25.219 36.388 25.219 26.968 35.218 28.787 37 41 24.037\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"32.93 11 31.08 12.759 40.234 22.648 7 22.648 7 25.219 40.361 25.219 30.888 35.218 32.717 37 45 24.037\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Forward;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Garden = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M18.2293,26.8535 C20.3513,26.8535 22.1143,28.4285 22.4093,30.4705 C24.4133,30.7605 25.9673,32.4625 26.0243,34.5315 C27.3593,35.2705 28.1993,36.6735 28.1993,38.2245 C28.1993,40.5525 26.3053,42.4475 23.9763,42.4475 L23.9763,42.4475 L12.2403,42.4475 C9.9113,42.4475 8.0163,40.5525 8.0163,38.2245 C8.0163,36.7755 8.7643,35.4405 9.9653,34.6715 C9.8213,34.2455 9.7483,33.8095 9.7483,33.3685 C9.7483,31.0395 11.6433,29.1455 13.9723,29.1455 C14.1363,29.1455 14.3013,29.1565 14.4723,29.1795 C15.1823,27.7685 16.6283,26.8535 18.2293,26.8535 Z M31.2855,7.6097 C32.4945,7.6097 33.5255,8.3057 33.9775,9.4277 L33.9775,9.4277 L39.7715,23.8247 C40.1315,24.7207 40.0245,25.7327 39.4835,26.5327 C38.9435,27.3317 38.0445,27.8097 37.0795,27.8097 L37.0795,27.8097 L31.9355,27.8097 L31.9355,41.7977 L30.6355,41.7977 L30.6355,27.8097 L25.4915,27.8097 C24.5255,27.8097 23.6275,27.3317 23.0865,26.5327 C22.5465,25.7327 22.4385,24.7207 22.7995,23.8247 L22.7995,23.8247 L28.5935,9.4277 C29.0445,8.3057 30.0765,7.6097 31.2855,7.6097 Z M36.2361,35.1489 L37.2621,35.9469 C35.7611,37.8769 35.4461,40.1939 35.4461,41.7969 L35.4461,41.7969 L34.1461,41.7969 C34.1461,39.9899 34.5081,37.3699 36.2361,35.1489 L36.2361,35.1489 Z M38.4469,38.0304 L38.6449,39.3154 C38.0859,39.4014 37.3989,40.7694 37.3989,41.7974 L37.3989,41.7974 L36.0989,41.7974 C36.0989,40.4084 37.0139,38.2504 38.4469,38.0304 L38.4469,38.0304 Z M18.2293,28.1535 C16.9913,28.1535 15.8853,28.9485 15.4783,30.1325 L15.4783,30.1325 L15.2823,30.7005 L14.7003,30.5505 C14.4233,30.4785 14.1913,30.4445 13.9723,30.4445 C12.3603,30.4445 11.0483,31.7565 11.0483,33.3685 C11.0483,33.8085 11.1573,34.2465 11.3713,34.6705 L11.3713,34.6705 L11.6773,35.2795 L11.0553,35.5575 C9.9983,36.0275 9.3163,37.0745 9.3163,38.2245 C9.3163,39.8355 10.6273,41.1475 12.2403,41.1475 L12.2403,41.1475 L23.9763,41.1475 C25.5883,41.1475 26.8993,39.8355 26.8993,38.2245 C26.8993,37.0405 26.1923,35.9815 25.0983,35.5255 L25.0983,35.5255 L24.6633,35.3445 L24.7173,34.7305 C24.7263,33.0385 23.4143,31.7275 21.8023,31.7275 L21.8023,31.7275 L21.1523,31.7275 L21.1523,31.0775 C21.1523,29.4645 19.8413,28.1535 18.2293,28.1535 Z M31.2855,8.9087 C30.7615,8.9087 30.0965,9.1727 29.7995,9.9127 L29.7995,9.9127 L24.0055,24.3097 C23.8035,24.8117 23.8615,25.3567 24.1635,25.8047 C24.4665,26.2527 24.9505,26.5097 25.4915,26.5097 L25.4915,26.5097 L30.6355,26.5097 L30.6355,20.8937 L27.9195,18.6097 L28.7555,17.6147 L30.6355,19.1957 L30.6355,16.0177 L31.9355,16.0177 L31.9355,22.0957 L33.8145,20.5147 L34.6515,21.5097 L31.9355,23.7937 L31.9355,26.5097 L37.0795,26.5097 C37.6205,26.5097 38.1035,26.2527 38.4065,25.8047 C38.7095,25.3567 38.7665,24.8117 38.5655,24.3097 L38.5655,24.3097 L32.7715,9.9127 C32.4735,9.1727 31.8085,8.9087 31.2855,8.9087 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M18.2299,26.8535 C20.3519,26.8535 22.1149,28.4285 22.4099,30.4705 C24.4139,30.7605 25.9669,32.4625 26.0249,34.5315 C27.3599,35.2705 28.1999,36.6735 28.1999,38.2245 C28.1999,40.5525 26.3059,42.4475 23.9769,42.4475 L23.9769,42.4475 L12.2409,42.4475 C9.9119,42.4475 8.0169,40.5525 8.0169,38.2245 C8.0169,36.7755 8.7649,35.4405 9.9649,34.6715 C9.8219,34.2455 9.7489,33.8095 9.7489,33.3685 C9.7489,31.0395 11.6439,29.1455 13.9719,29.1455 C14.1369,29.1455 14.3009,29.1565 14.4729,29.1795 C15.1829,27.7685 16.6289,26.8535 18.2299,26.8535 Z M30.6507,9.1986 C31.2367,8.1416 32.3467,7.5776 33.5467,7.7276 C34.7467,7.8776 35.6837,8.6966 35.9927,9.8656 L35.9927,9.8656 L39.9607,24.8686 C40.2077,25.8016 39.9757,26.7926 39.3407,27.5196 C38.7857,28.1556 37.9887,28.5126 37.1567,28.5126 C37.0377,28.5126 36.9167,28.5046 36.7967,28.4896 L36.7967,28.4896 L31.9807,27.8896 C31.8677,31.6746 31.8947,35.5156 31.9187,38.6206 C31.9277,39.7866 31.9357,40.8576 31.9357,41.7976 L31.9357,41.7976 L30.6357,41.7976 C30.6357,40.8606 30.6277,39.7926 30.6187,38.6306 C30.5947,35.4786 30.5677,31.5786 30.6857,27.7276 L30.6857,27.7276 L25.2977,27.0566 C24.3397,26.9366 23.5067,26.3516 23.0697,25.4906 C22.6327,24.6296 22.6507,23.6126 23.1197,22.7686 L23.1197,22.7686 Z M36.2362,35.1489 L37.2622,35.9469 C35.7612,37.8769 35.4462,40.1939 35.4462,41.7969 L35.4462,41.7969 L34.1462,41.7969 C34.1462,39.9899 34.5092,37.3699 36.2362,35.1489 L36.2362,35.1489 Z M38.4475,38.0304 L38.6445,39.3154 C38.0865,39.4014 37.3995,40.7694 37.3995,41.7974 L37.3995,41.7974 L36.0995,41.7974 C36.0995,40.4084 37.0145,38.2504 38.4475,38.0304 L38.4475,38.0304 Z M18.2299,28.1535 C16.9919,28.1535 15.8859,28.9485 15.4779,30.1325 L15.4779,30.1325 L15.2829,30.7005 L14.7009,30.5505 C14.4239,30.4785 14.1919,30.4445 13.9719,30.4445 C12.3599,30.4445 11.0489,31.7565 11.0489,33.3685 C11.0489,33.8085 11.1579,34.2465 11.3719,34.6705 L11.3719,34.6705 L11.6779,35.2795 L11.0549,35.5575 C9.9989,36.0275 9.3169,37.0745 9.3169,38.2245 C9.3169,39.8355 10.6279,41.1475 12.2409,41.1475 L12.2409,41.1475 L23.9769,41.1475 C25.5889,41.1475 26.8999,39.8355 26.8999,38.2245 C26.8999,37.0405 26.1929,35.9815 25.0989,35.5255 L25.0989,35.5255 L24.6639,35.3445 L24.7169,34.7305 C24.7269,33.0385 23.4149,31.7275 21.8029,31.7275 L21.8029,31.7275 L21.1529,31.7275 L21.1529,31.0775 C21.1529,29.4645 19.8419,28.1535 18.2299,28.1535 Z M33.3857,9.0176 C32.8657,8.9536 32.1747,9.1326 31.7867,9.8296 L31.7867,9.8296 L24.2567,23.3986 C23.9937,23.8726 23.9837,24.4196 24.2287,24.9016 C24.4737,25.3846 24.9217,25.6986 25.4587,25.7666 L25.4587,25.7666 L30.7317,26.4236 C30.8077,24.5176 30.9237,22.6446 31.1007,20.9086 L31.1007,20.9086 L28.4757,18.4746 L29.3597,17.5206 L31.2897,19.3106 C31.4547,18.0626 31.6557,16.9056 31.9057,15.8926 L31.9057,15.8926 L33.1677,16.2036 C32.7597,17.8606 32.4817,19.9226 32.2897,22.1716 L32.2897,22.1716 L34.2717,20.6626 L35.0597,21.6976 L32.1597,23.9046 C32.1037,24.7816 32.0607,25.6796 32.0257,26.5846 L32.0257,26.5846 L36.9577,27.1996 C37.4937,27.2676 38.0057,27.0716 38.3617,26.6646 C38.7177,26.2576 38.8417,25.7236 38.7037,25.2016 L38.7037,25.2016 L34.7367,10.1976 C34.5317,9.4266 33.9047,9.0826 33.3857,9.0176 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Garden;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst GasCan = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8784,5.9754 C24.0854,5.9394 24.2984,6.0004 24.4504,6.1454 C25.0204,6.6924 30.0144,11.5784 30.0144,14.7274 C30.0144,16.8784 28.8754,18.7644 27.1724,19.8284 L27.1724,19.8284 L27.2824,19.8284 L27.2824,22.8584 C27.4334,22.8714 27.5824,22.8934 27.7314,22.9164 L27.7314,22.9164 L33.1844,15.2234 L34.2444,15.9754 L29.0884,23.2494 C32.0234,24.2744 34.1374,27.0634 34.1374,30.3414 L34.1374,30.3414 L34.1374,42.6994 L13.8634,42.6994 L13.8634,30.3414 C13.8634,27.0634 15.9774,24.2744 18.9114,23.2494 L18.9114,23.2494 L13.7554,15.9754 L14.8164,15.2234 L20.2694,22.9164 C20.4184,22.8934 20.5664,22.8714 20.7184,22.8584 L20.7184,22.8584 L20.7184,19.8284 L20.8284,19.8284 C19.1254,18.7644 17.9854,16.8784 17.9854,14.7274 C17.9854,13.4394 18.8164,11.7144 20.4544,9.6024 C20.6414,9.3604 20.9714,9.2814 21.2474,9.4144 C21.5234,9.5444 21.6704,9.8504 21.6014,10.1484 C21.2864,11.502025 21.247025,12.0930875 21.2421031,12.8902945 L21.2414,13.2474 C21.2414,13.9434 21.8074,14.5084 22.5044,14.5084 C23.1994,14.5084 23.7654,13.9434 23.7654,13.2474 C23.7654,13.1094 23.6074,12.7854 23.4674,12.4994 C22.9134,11.3624 21.9854,9.4594 23.4094,6.3434 C23.4964,6.1524 23.6714,6.0154 23.8784,5.9754 Z M26.6194,24.1254 L21.3804,24.1254 C17.9524,24.1254 15.1634,26.9144 15.1634,30.3414 L15.1634,30.3414 L15.1634,41.3984 L32.8374,41.3984 L32.8374,30.3414 C32.8374,26.9144 30.0474,24.1254 26.6194,24.1254 L26.6194,24.1254 Z M29.116,30.298 L29.116,39.316 L18.884,39.316 L18.884,30.298 L29.116,30.298 Z M27.816,31.6 L20.184,31.6 L20.184,38.016 L27.816,38.016 L27.816,31.6 Z M25.9824,20.3994 C25.3604,20.6184 24.6954,20.7424 24.0004,20.7424 C23.3054,20.7424 22.6404,20.6184 22.0184,20.3994 L22.0184,20.3994 L22.0184,22.8244 L25.9824,22.8244 Z M24.2414,7.7774 C23.5924,9.7884 24.1874,11.0074 24.6364,11.9284 C24.8664,12.4014 25.0664,12.8094 25.0664,13.2474 C25.0664,14.6604 23.9164,15.8094 22.5044,15.8094 C21.0904,15.8094 19.9414,14.6604 19.9414,13.2474 C19.9414,13.0524 19.9424,12.8734 19.9444,12.6994 C19.4264,13.6674 19.2854,14.3124 19.2854,14.7274 C19.2854,17.3274 21.4004,19.4414 24.0004,19.4414 C26.5994,19.4414 28.7144,17.3274 28.7144,14.7274 C28.7144,12.8234 25.9244,9.5254 24.2414,7.7774 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8264,1.8634 C24.0704,1.8304 24.3124,1.9354 24.4524,2.1364 C24.6754,2.4604 29.9324,10.1094 29.9324,14.2944 C29.9324,16.7624 28.8814,18.7424 27.1754,19.8284 L27.1754,19.8284 L27.1994,19.8284 L27.1994,22.8584 C27.3514,22.8714 27.4994,22.8934 27.6494,22.9164 L27.6494,22.9164 L33.1014,15.2234 L34.1624,15.9754 L29.0054,23.2494 C31.9404,24.2744 34.0544,27.0634 34.0544,30.3414 L34.0544,30.3414 L34.0544,42.6994 L13.7804,42.6994 L13.7804,30.3414 C13.7804,27.0634 15.8944,24.2744 18.8294,23.2494 L18.8294,23.2494 L13.6724,15.9754 L14.7334,15.2234 L20.1864,22.9164 C20.3354,22.8934 20.4834,22.8714 20.6354,22.8584 L20.6354,22.8584 L20.6354,19.8284 L20.6594,19.8284 C18.9534,18.7424 17.9024,16.7624 17.9024,14.2944 C17.9024,12.2694 19.1004,8.1824 20.3204,6.0424 C20.4774,5.7684 20.8074,5.6474 21.1044,5.7524 C21.4014,5.8584 21.5794,6.1634 21.5264,6.4734 C21.2074667,8.33673333 21.1649422,9.74564444 21.1592723,10.9748397 L21.1584,11.5304 C21.1584,12.5874 21.7364,13.4804 22.4214,13.4804 C23.1054,13.4804 23.6834,12.5874 23.6834,11.5304 C23.6834,11.2524 23.5324,10.8314 23.3574,10.3434 C22.7904,8.7614 21.9344,6.3714 23.3014,2.2994 C23.3794,2.0664 23.5834,1.8974 23.8264,1.8634 Z M26.5374,24.1254 L21.2974,24.1254 C17.8694,24.1254 15.0804,26.9144 15.0804,30.3414 L15.0804,30.3414 L15.0804,41.3984 L32.7544,41.3984 L32.7544,30.3414 C32.7544,26.9144 29.9654,24.1254 26.5374,24.1254 L26.5374,24.1254 Z M29.033,30.298 L29.033,39.316 L18.801,39.316 L18.801,30.298 L29.033,30.298 Z M27.734,31.6 L20.102,31.6 L20.102,38.016 L27.734,38.016 L27.734,31.6 Z M25.8994,20.4324 C25.2884,20.6314 24.6254,20.7424 23.9174,20.7424 C23.2094,20.7424 22.5464,20.6314 21.9354,20.4324 L21.9354,20.4324 L21.9354,22.8244 L25.8994,22.8244 Z M24.1524,4.0474 C23.4964,6.8774 24.1144,8.6014 24.5814,9.9054 C24.7964,10.5064 24.9834,11.0264 24.9834,11.5304 C24.9834,13.3534 23.8574,14.7814 22.4214,14.7814 C20.9844,14.7814 19.8584,13.3534 19.8584,11.5304 C19.8584,11.2684 19.8584,10.9944 19.8614,10.7064 C19.4574,12.1224 19.2034,13.4764 19.2034,14.2944 C19.2034,17.3734 21.0974,19.4414 23.9174,19.4414 C26.7374,19.4414 28.6314,17.3734 28.6314,14.2944 C28.6314,11.4124 25.6114,6.3334 24.1524,4.0474 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default GasCan;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Globe = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.5655,32.4903 C34.1635,31.4683 32.7115,30.6423 31.2145,30.0143 C31.8525,28.3623 32.2775,26.5273 32.3675,24.5503 L38.3755,24.5503 C38.2435,27.5143 37.2225,30.2463 35.5655,32.4903 L35.5655,32.4903 Z M25.6055,38.2993 C27.0295,36.9153 29.1975,34.4583 30.7035,31.2103 C32.0925,31.7923 33.4425,32.5553 34.7485,33.5013 C32.4435,36.1013 29.2315,37.8713 25.6055,38.2993 L25.6055,38.2993 Z M24.5495,37.4933 L24.5495,29.8423 C26.2315,29.9073 27.8705,30.2083 29.4635,30.7423 C27.9865,33.8653 25.8615,36.2263 24.5495,37.4933 L24.5495,37.4933 Z M24.5495,24.5503 L31.0665,24.5503 C30.9755,26.3443 30.5755,28.0213 29.9825,29.5433 C28.2255,28.9423 26.4125,28.6083 24.5495,28.5413 L24.5495,24.5503 Z M24.5495,18.8283 C26.4155,18.7753 28.2055,18.4753 29.9145,17.9313 C30.5655,19.5343 31.0005,21.3243 31.0755,23.2503 L24.5495,23.2503 L24.5495,18.8283 Z M24.5495,10.2833 C25.8325,11.4983 27.9005,13.7433 29.3745,16.7383 C27.8405,17.2113 26.2315,17.4733 24.5495,17.5263 L24.5495,10.2833 Z M34.5895,14.1253 C33.3335,15.0303 32.0125,15.7523 30.6295,16.2983 C29.1385,13.1863 27.0385,10.8453 25.6365,9.5053 C29.1685,9.9293 32.3045,11.6283 34.5895,14.1253 L34.5895,14.1253 Z M35.4255,15.1223 C37.1645,17.4013 38.2395,20.2023 38.3755,23.2503 L32.3775,23.2503 C32.3025,21.1493 31.8455,19.2123 31.1555,17.4863 C32.6485,16.8923 34.0725,16.1053 35.4255,15.1223 L35.4255,15.1223 Z M23.2505,17.5243 C21.5925,17.4613 19.9755,17.1663 18.4035,16.6463 C19.9215,13.6203 22.0085,11.3663 23.2505,10.1863 L23.2505,17.5243 Z M23.2505,23.2503 L16.6065,23.2503 C16.7065,21.2883 17.1775,19.4693 17.8605,17.8383 C19.6045,18.4283 21.4025,18.7593 23.2505,18.8253 L23.2505,23.2503 Z M23.2505,28.5413 C21.2955,28.5973 19.4175,28.9163 17.6315,29.5133 C17.0535,28.0013 16.6685,26.3373 16.5975,24.5503 L23.2505,24.5503 L23.2505,28.5413 Z M23.2505,37.6333 C21.9365,36.4103 19.6745,33.9903 18.1445,30.7213 C19.7705,30.1893 21.4765,29.8993 23.2505,29.8423 L23.2505,37.6333 Z M12.9765,33.4173 C14.2205,32.4953 15.5305,31.7503 16.9035,31.1843 C18.3925,34.4353 20.5655,36.8833 22.0145,38.2713 C18.4235,37.8023 15.2465,36.0203 12.9765,33.4173 L12.9765,33.4173 Z M12.1675,32.4003 C10.5495,30.1733 9.5545,27.4753 9.4245,24.5503 L15.2965,24.5503 C15.3655,26.5193 15.7785,28.3403 16.3985,29.9823 C14.9195,30.5943 13.5065,31.4023 12.1675,32.4003 L12.1675,32.4003 Z M12.4435,15.0303 C13.7945,15.9923 15.1905,16.7713 16.6275,17.3703 C15.9015,19.1303 15.4035,21.1043 15.3055,23.2503 L9.4245,23.2503 C9.5625,20.1613 10.6635,17.3243 12.4435,15.0303 L12.4435,15.0303 Z M22.0445,9.5233 C20.6805,10.8523 18.6435,13.1493 17.1575,16.1823 C15.8305,15.6323 14.5385,14.9203 13.2885,14.0393 C15.5405,11.6163 18.6025,9.9663 22.0445,9.5233 L22.0445,9.5233 Z M23.8995,8.0923 C15.1835,8.0923 8.0915,15.1833 8.0915,23.9003 C8.0915,32.6163 15.1835,39.7083 23.8995,39.7083 C32.6165,39.7083 39.7085,32.6163 39.7085,23.9003 C39.7085,15.1833 32.6165,8.0923 23.8995,8.0923 L23.8995,8.0923 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.6932,37.7146 C30.3962,36.6396 32.2462,35.0646 33.6632,32.8016 C34.0622,33.0516 34.4572,33.3186 34.8482,33.6016 C33.2012,35.4596 31.0902,36.8916 28.6932,37.7146 L28.6932,37.7146 Z M13.0762,33.5176 C13.4392,33.2496 13.8072,32.9946 14.1812,32.7556 C15.5532,34.9656 17.3402,36.5256 19.0062,37.6046 C16.6972,36.7536 14.6652,35.3386 13.0762,33.5176 L13.0762,33.5176 Z M19.7132,10.1386 C18.0152,11.1906 16.0962,12.7316 14.5782,14.9166 C14.1782,14.6726 13.7802,14.4156 13.3882,14.1386 C15.0952,12.3026 17.2602,10.8996 19.7132,10.1386 L19.7132,10.1386 Z M34.6892,14.2236 C34.2662,14.5276 33.8362,14.8086 33.3982,15.0716 C31.8382,12.7666 29.8302,11.1586 28.0722,10.0836 C30.6492,10.8396 32.9222,12.2936 34.6892,14.2236 L34.6892,14.2236 Z M36.0052,23.3506 C35.9052,20.4856 35.1612,18.1186 34.0822,16.1816 C34.5722,15.8856 35.0532,15.5656 35.5252,15.2226 C37.2642,17.5006 38.3392,20.3016 38.4762,23.3506 L36.0052,23.3506 Z M36.0052,24.6506 L38.4762,24.6506 C38.3432,27.6146 37.3222,30.3456 35.6652,32.5896 C35.2152,32.2616 34.7612,31.9546 34.3012,31.6676 C35.2652,29.7726 35.9172,27.4596 36.0052,24.6506 L36.0052,24.6506 Z M28.2352,29.1176 C28.4572,27.7366 28.5982,26.2416 28.6272,24.6506 L34.7062,24.6506 C34.6222,27.1966 34.0482,29.2956 33.2002,31.0176 C31.5992,30.1436 29.9412,29.5126 28.2352,29.1176 L28.2352,29.1176 Z M28.0062,30.3986 C29.5712,30.7686 31.0962,31.3526 32.5702,32.1556 C30.4712,35.5406 27.3282,37.2246 25.4052,37.9836 C26.1842,36.4516 27.3062,33.8396 28.0062,30.3986 L28.0062,30.3986 Z M19.9852,30.3556 C20.6932,33.8646 21.8422,36.5166 22.6262,38.0456 C20.7122,37.3136 17.4272,35.6166 15.2712,32.1046 C16.7632,31.2926 18.3392,30.7136 19.9852,30.3556 L19.9852,30.3556 Z M13.1682,24.6506 L19.3732,24.6506 C19.4012,26.2206 19.5382,27.6986 19.7552,29.0646 C17.9702,29.4466 16.2622,30.0746 14.6462,30.9596 C13.8132,29.2486 13.2522,27.1686 13.1682,24.6506 L13.1682,24.6506 Z M11.8692,24.6506 C11.9572,27.4346 12.5982,29.7316 13.5482,31.6166 C13.1142,31.8926 12.6872,32.1876 12.2672,32.5006 C10.6492,30.2736 9.6542,27.5746 9.5242,24.6506 L11.8692,24.6506 Z M11.8692,23.3506 L9.5242,23.3506 C9.6622,20.2616 10.7632,17.4246 12.5442,15.1306 C12.9862,15.4456 13.4352,15.7406 13.8872,16.0176 C12.7582,17.9856 11.9722,20.4026 11.8692,23.3506 L11.8692,23.3506 Z M19.8612,18.4716 C19.5962,19.9686 19.4182,21.6006 19.3782,23.3506 L13.1692,23.3506 C13.2682,20.6526 13.9742,18.4436 14.9892,16.6476 C16.5622,17.4856 18.1882,18.0936 19.8612,18.4716 L19.8612,18.4716 Z M20.1132,17.1956 C18.5942,16.8486 17.1152,16.2966 15.6812,15.5416 C17.8092,12.4916 20.7832,10.8336 22.5932,10.0506 C21.8562,11.5266 20.8162,13.9896 20.1132,17.1956 L20.1132,17.1956 Z M27.8952,17.2356 C27.2042,14.0626 26.1802,11.6116 25.4432,10.1216 C27.2932,10.9436 30.2182,12.6306 32.2922,15.6826 C30.8922,16.3966 29.4242,16.9136 27.8952,17.2356 L27.8952,17.2356 Z M21.4022,17.4406 C22.1632,14.0226 23.3202,11.4686 24.0002,10.1686 C24.6812,11.4716 25.8422,14.0336 26.6032,17.4636 C25.7062,17.5856 24.7942,17.6576 23.8612,17.6516 C23.0302,17.6436 22.2122,17.5626 21.4022,17.4406 L21.4022,17.4406 Z M20.6782,23.3506 C20.7192,21.6946 20.8912,20.1436 21.1472,18.7166 C22.0362,18.8536 22.9352,18.9426 23.8482,18.9506 C23.9182,18.9516 23.9882,18.9516 24.0582,18.9516 C25.0122,18.9516 25.9432,18.8726 26.8582,18.7456 C27.1112,20.1646 27.2812,21.7056 27.3222,23.3506 L20.6782,23.3506 Z M26.7202,30.1436 C25.9672,33.8086 24.7142,36.5126 24.0002,37.8526 C23.2842,36.5096 22.0262,33.7966 21.2742,30.1186 C22.2092,29.9846 23.1622,29.9096 24.1382,29.9156 C25.0112,29.9236 25.8702,30.0096 26.7202,30.1436 L26.7202,30.1436 Z M24.1512,28.6156 C23.0902,28.6036 22.0552,28.6816 21.0402,28.8276 C20.8322,27.5316 20.7022,26.1316 20.6732,24.6506 L27.3262,24.6506 C27.2972,26.1456 27.1642,27.5576 26.9532,28.8636 C26.0312,28.7166 25.0992,28.6246 24.1512,28.6156 L24.1512,28.6156 Z M28.6222,23.3506 C28.5822,21.6196 28.4082,20.0046 28.1472,18.5206 C29.8302,18.1696 31.4402,17.5956 32.9722,16.8006 C33.9412,18.5686 34.6092,20.7296 34.7052,23.3506 L28.6222,23.3506 Z M24.0002,8.1916 C15.2832,8.1916 8.1912,15.2826 8.1912,23.9996 C8.1912,32.7166 15.2832,39.8086 24.0002,39.8086 C32.7162,39.8086 39.8082,32.7166 39.8082,23.9996 C39.8082,15.2826 32.7162,8.1916 24.0002,8.1916 L24.0002,8.1916 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.4905684,32.1380211 C34.1945684,31.2121263 32.8568842,30.4517053 31.4813053,29.8567579 C32.0610947,28.3018105 32.4552,26.5927579 32.5638316,24.7573895 L38.1027789,24.7573895 C37.9335158,27.4984421 36.9949895,30.0285474 35.4905684,32.1380211 L35.4905684,32.1380211 Z M26.2455158,37.9333895 C27.6261474,36.5161263 29.4514105,34.3131789 30.7979368,31.4887579 C32.0219368,32.0192842 33.2156211,32.6912842 34.3739368,33.5098105 C32.2707789,35.7986526 29.4400421,37.3965474 26.2455158,37.9333895 L26.2455158,37.9333895 Z M24.7575158,30.0626526 C26.2455158,30.1397053 27.6994105,30.4062316 29.1166737,30.8584421 C27.8029895,33.5413895 26.0232,35.6230737 24.7575158,36.9026526 L24.7575158,30.0626526 Z M24.7575158,24.7573895 L30.7928842,24.7573895 C30.6842526,26.3527579 30.3280421,27.8483368 29.8114105,29.2239158 C28.1730947,28.6858105 26.4867789,28.3750737 24.7575158,28.2942316 L24.7575158,24.7573895 Z M24.7575158,19.0264421 C26.4867789,18.9594947 28.1516211,18.6803368 29.7457263,18.1927579 C30.3179368,19.6529684 30.7044632,21.2622316 30.8017263,22.9889684 L24.7575158,22.9889684 L24.7575158,19.0264421 Z M24.7575158,10.8083368 C25.9903579,12.0285474 27.7120421,14.0041263 29.0156211,16.5620211 C27.6488842,16.9624421 26.2278316,17.1948632 24.7575158,17.2580211 L24.7575158,10.8083368 Z M34.2173053,14.0647579 C33.1032,14.8428632 31.9335158,15.4706526 30.7183579,15.9683368 C29.3945684,13.2828632 27.6349895,11.1872842 26.2872,9.81928421 C29.3844632,10.3498105 32.1406737,11.8757053 34.2173053,14.0647579 L34.2173053,14.0647579 Z M35.3516211,15.4239158 C36.9356211,17.5687579 37.9284632,20.1670737 38.1027789,22.9889684 L32.5726737,22.9889684 C32.4766737,21.0336 32.0547789,19.2234947 31.4257263,17.5927579 C32.7912,17.0306526 34.1023579,16.3106526 35.3516211,15.4239158 L35.3516211,15.4239158 Z M22.9890947,17.2517053 C21.5314105,17.1746526 20.1065684,16.9194947 18.7158316,16.4837053 C20.0509895,13.9106526 21.7815158,11.9199158 22.9890947,10.7173895 L22.9890947,17.2517053 Z M22.9890947,22.9889684 L16.8286737,22.9889684 C16.9474105,21.2319158 17.3592,19.5860211 17.9617263,18.0992842 C19.5912,18.6310737 21.2686737,18.9392842 22.9890947,19.0213895 L22.9890947,22.9889684 Z M22.9890947,28.2879158 C21.1688842,28.3586526 19.4194105,28.6630737 17.7469895,29.1986526 C17.2467789,27.8344421 16.9082526,26.3477053 16.8185684,24.7573895 L22.9890947,24.7573895 L22.9890947,28.2879158 Z M22.9890947,37.0618105 C21.6956211,35.8024421 19.7945684,33.6487579 18.4316211,30.8293895 C19.8829895,30.3771789 21.4013053,30.1169684 22.9890947,30.0525474 L22.9890947,37.0618105 Z M13.2956211,33.4239158 C14.3983579,32.6256 15.5490947,31.9649684 16.7503579,31.4483368 C18.0817263,34.2727579 19.9107789,36.4807579 21.3103579,37.9043368 C18.1537263,37.3296 15.3634105,35.7127579 13.2956211,33.4239158 L13.2956211,33.4239158 Z M12.1878316,32.0458105 C10.7225684,29.9552842 9.81183158,27.4567579 9.64509474,24.7573895 L15.0476211,24.7573895 C15.1373053,26.5826526 15.5149895,28.2765474 16.0783579,29.8213895 C14.7242526,30.4011789 13.4257263,31.1439158 12.1878316,32.0458105 L12.1878316,32.0458105 Z M12.4657263,15.3304421 C13.7036211,16.1944421 14.9819368,16.9043368 16.2930947,17.4689684 C15.6286737,19.1338105 15.1752,20.9881263 15.0564632,22.9889684 L9.64509474,22.9889684 C9.82193684,20.1253895 10.8413053,17.4942316 12.4657263,15.3304421 L12.4657263,15.3304421 Z M21.3533053,9.83570526 C20.0421474,11.1860211 18.3419368,13.2437053 17.0257263,15.8571789 C15.8585684,15.3582316 14.7166737,14.7380211 13.6101474,13.9776 C15.6526737,11.8592842 18.3381474,10.3763368 21.3533053,9.83570526 L21.3533053,9.83570526 Z M23.8733053,7.83107368 C15.0274105,7.83107368 7.8312,15.0272842 7.8312,23.8744421 C7.8312,32.7190737 15.0274105,39.9165474 23.8733053,39.9165474 C32.7192,39.9165474 39.9166737,32.7190737 39.9166737,23.8744421 C39.9166737,15.0272842 32.7192,7.83107368 23.8733053,7.83107368 L23.8733053,7.83107368 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.4931789,37.8016421 C30.2477053,36.7254316 32.1651789,35.1098526 33.6354947,32.7603789 C34.0510737,33.0205895 34.4628632,33.2997474 34.8708632,33.5940632 C33.1731789,35.5153263 30.9841263,36.9881684 28.4931789,37.8016421 L28.4931789,37.8016421 Z M13.0460211,33.5106947 C13.4262316,33.2277474 13.8114947,32.9612211 14.2030737,32.7123789 C15.6228632,35.0012211 17.4683368,36.6029053 19.1824421,37.6854316 C16.7874947,36.8403789 14.6805474,35.3902737 13.0460211,33.5106947 L13.0460211,33.5106947 Z M19.8329684,10.0879579 C18.1049684,11.1414316 16.1357053,12.7026947 14.5832842,14.9410105 C14.1714947,14.6909053 13.7622316,14.4256421 13.3592842,14.1414316 C15.0986526,12.2643789 17.3192842,10.8420632 19.8329684,10.0879579 L19.8329684,10.0879579 Z M34.7117053,14.2260632 C34.2771789,14.5393263 33.8350737,14.8311158 33.3841263,15.1014316 C31.7912842,12.7443789 29.7361263,11.1098526 27.9512842,10.0336421 C30.5874947,10.7814316 32.9142316,12.2555368 34.7117053,14.2260632 L34.7117053,14.2260632 Z M35.9634947,23.3662737 C35.8637053,20.4951158 35.1323368,18.1153263 34.0485474,16.1763789 C34.5500211,15.8757474 35.0413895,15.5473263 35.5239158,15.1961684 C37.2759158,17.4837474 38.3571789,20.3005895 38.4898105,23.3662737 L35.9634947,23.3662737 Z M35.9660211,24.6294316 L38.4898105,24.6294316 C38.3609684,27.6117474 37.3340211,30.3578526 35.6641263,32.6125895 C35.2030737,32.2753263 34.7369684,31.9595368 34.2658105,31.6664842 C35.2333895,29.7692211 35.8763368,27.4450105 35.9660211,24.6294316 L35.9660211,24.6294316 Z M28.2102316,29.1288 C28.4350737,27.7393263 28.5765474,26.2336421 28.6043368,24.6294316 L34.7041263,24.6294316 C34.6182316,27.1911158 34.0510737,29.3069053 33.1971789,31.0361684 C31.5891789,30.1570105 29.9243368,29.5241684 28.2102316,29.1288 L28.2102316,29.1288 Z M27.9879158,30.3730105 C29.5630737,30.7431158 31.0952842,31.3292211 32.5769684,32.1376421 C30.4561263,35.5633263 27.2868632,37.2597474 25.3656,38.0088 C26.1474947,36.4816421 27.2830737,33.8504842 27.9879158,30.3730105 L27.9879158,30.3730105 Z M19.9933895,30.3186947 C20.7045474,33.8681684 21.8729684,36.5422737 22.6573895,38.0681684 C20.7474947,37.3481684 17.4367579,35.6391158 15.2565474,32.0808 C16.7559158,31.2610105 18.3373895,30.6761684 19.9933895,30.3186947 L19.9933895,30.3186947 Z M13.1647579,24.6294316 L19.3883368,24.6294316 C19.4161263,26.2134316 19.5538105,27.7026947 19.7736,29.0782737 C17.9773895,29.4597474 16.2645474,30.0875368 14.6451789,30.9755368 C13.8051789,29.2576421 13.2493895,27.1620632 13.1647579,24.6294316 L13.1647579,24.6294316 Z M11.9028632,24.6294316 C11.9912842,27.4197474 12.6253895,29.7262737 13.5790737,31.6134316 C13.1319158,31.8963789 12.6936,32.1982737 12.2616,32.5216421 C10.6321263,30.2845895 9.63044211,27.5713263 9.50412632,24.6294316 L11.9028632,24.6294316 Z M11.9041263,23.3662737 L9.50412632,23.3662737 C9.63802105,20.2601684 10.7458105,17.4079579 12.5382316,15.1039579 C12.9929684,15.4285895 13.4540211,15.7317474 13.9188632,16.0146947 C12.7845474,17.9852211 12.0064421,20.4117474 11.9041263,23.3662737 L11.9041263,23.3662737 Z M19.8797053,18.4563789 C19.6119158,19.9608 19.4325474,21.6041684 19.3921263,23.3662737 L13.1672842,23.3662737 C13.2658105,20.6530105 13.9668632,18.4298526 14.9900211,16.6260632 C16.5677053,17.4673263 18.2009684,18.0774316 19.8797053,18.4563789 L19.8797053,18.4563789 Z M20.1247579,17.2159579 C18.5912842,16.8673263 17.0994947,16.3102737 15.6531789,15.5473263 C17.8081263,12.4513263 20.8169684,10.7928 22.6258105,10.0184842 C21.8881263,11.4913263 20.8333895,13.9759579 20.1247579,17.2159579 L20.1247579,17.2159579 Z M27.8792842,17.2614316 C27.1807579,14.0479579 26.1424421,11.5746947 25.4022316,10.0879579 C27.2552842,10.9039579 30.2173895,12.5953263 32.3142316,15.6938526 C30.9045474,16.4151158 29.4253895,16.9380632 27.8792842,17.2614316 L27.8792842,17.2614316 Z M21.3765474,17.4546947 C22.1445474,13.9949053 23.3192842,11.4205895 23.9976,10.1271158 C24.6784421,11.4231158 25.8582316,14.0050105 26.6249684,17.4812211 C25.7218105,17.6037474 24.8022316,17.6744842 23.8586526,17.6681684 C23.0199158,17.6593263 22.1950737,17.5784842 21.3765474,17.4546947 L21.3765474,17.4546947 Z M20.6565474,23.3662737 C20.6969684,21.6963789 20.8700211,20.1325895 21.1289684,18.6951158 C22.0232842,18.8328 22.9277053,18.9224842 23.8460211,18.9313263 C23.9154947,18.9325895 23.9862316,18.9325895 24.0557053,18.9325895 C25.0157053,18.9325895 25.9504421,18.8517474 26.8712842,18.7229053 C27.1264421,20.1515368 27.2969684,21.7064842 27.3373895,23.3662737 L20.6565474,23.3662737 Z M26.7386526,30.1254316 C25.9794947,33.8302737 24.7087579,36.5574316 23.9950737,37.8888 C23.2801263,36.5536421 22.0018105,33.8189053 21.2439158,30.0888 C22.1862316,29.9549053 23.1487579,29.8816421 24.1352842,29.8942737 C25.0157053,29.9031158 25.8822316,29.9890105 26.7386526,30.1254316 L26.7386526,30.1254316 Z M24.1479158,28.6311158 C23.0780211,28.6222737 22.0384421,28.7018526 21.0216,28.8483789 C20.8119158,27.5410105 20.6792842,26.1275368 20.6514947,24.6294316 L27.3411789,24.6294316 C27.3133895,26.1389053 27.1782316,27.5637474 26.9647579,28.8812211 C26.0376,28.7334316 25.1003368,28.6412211 24.1479158,28.6311158 L24.1479158,28.6311158 Z M28.6005474,23.3662737 C28.5613895,21.6231158 28.3858105,19.9974316 28.1218105,18.5056421 C29.8131789,18.1532211 31.4312842,17.5772211 32.9710737,16.7776421 C33.9462316,18.5523789 34.6056,20.7313263 34.7016,23.3662737 L28.6005474,23.3662737 Z M23.9963368,8.20964211 C15.2906526,8.20964211 8.20812632,15.2921684 8.20812632,23.9978526 C8.20812632,32.7035368 15.2906526,39.7860632 23.9963368,39.7860632 C32.7032842,39.7860632 39.7845474,32.7035368 39.7845474,23.9978526 C39.7845474,15.2921684 32.7032842,8.20964211 23.9963368,8.20964211 L23.9963368,8.20964211 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Globe;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst HandWaving = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.7753,35.722 C34.0203,37.495 31.6803,38.479 29.1853,38.4931726 C26.6853,38.508 24.3393,37.545 22.5673,35.79 L14.0673,27.379 C13.5763,26.893 13.5693,26.101 14.0523,25.613 C14.2863,25.376 14.5983,25.246 14.9313,25.245 L14.9343,25.245 C15.2673,25.245 15.5813,25.374 15.8183,25.61 L20.2753,30.021 L21.1903,29.097 L14.6533,22.627 C14.4163,22.392 14.2853,22.078 14.2843,21.743 C14.2833,21.407 14.4133,21.088 14.6513,20.848 C15.1413,20.354 15.9393,20.347 16.4303,20.832 L21.5953,25.944 L22.5093,25.02 L15.4563,18.038 C15.2263,17.811 15.1073,17.494 15.1223,17.146 C15.1373,16.775 15.2993,16.414 15.5783,16.133 C15.8573,15.852 16.2143,15.686 16.5863,15.666 C16.9343,15.656 17.2533,15.764 17.4823,15.991 L19.3703,17.86 C19.3713,17.86 19.3713,17.86 19.3723,17.861 L24.9153,23.347 L25.8303,22.423 L20.2863,16.937 C19.7953,16.451 19.7943,15.652 20.2843,15.157 C20.7733,14.661 21.5713,14.653 22.0643,15.142 L30.8283,23.776 C30.3273,24.097 29.8623,24.475 29.4873,24.943 C28.1013,26.669 27.8843,29.043 28.9333,30.993 L30.0783,30.375 C29.2763,28.888 29.4423,27.075 30.5013,25.757 C30.9393,25.212 31.5083,24.783 32.1473,24.515 C32.4023,24.408 32.5623,24.152 32.5453,23.875 L32.2393,18.952 C32.1943,18.335 32.3613,17.819 32.7363,17.416 C33.1023,17.025 33.6623,16.762 34.2873,16.678 L37.8043,26.865 C38.8733,29.984 38.0953,33.378 35.7753,35.722 M39.0343,26.442 L35.3543,15.787 C35.2643,15.526 35.0193,15.351 34.7433,15.349 L34.7233,15.349 C33.5563,15.349 32.4863,15.779 31.7863,16.53 C31.1633,17.198 30.8713,18.069 30.9423,19.04 L31.1423,22.26 L22.9773,14.217 C21.9773,13.227 20.3543,13.239 19.3593,14.243 C19.0353,14.571 18.8283,14.967 18.7163,15.383 L18.3973,15.067 C17.9033,14.578 17.2353,14.325 16.5183,14.368 C15.8233,14.405 15.1613,14.706 14.6543,15.219 C14.1473,15.731 13.8523,16.396 13.8233,17.091 C13.7933,17.81 14.0483,18.475 14.5413,18.962 L14.8613,19.28 C14.4463,19.395 14.0523,19.606 13.7273,19.934 C13.2463,20.42 12.9823,21.064 12.9843,21.746 C12.9853,22.43 13.2543,23.071 13.7393,23.551 L14.2453,24.051 C13.8273,24.169 13.4413,24.382 13.1283,24.699 C12.1413,25.696 12.1523,27.313 13.1533,28.303 L21.6523,36.714 C23.6593,38.701 26.3143,39.792 29.1353,39.792 L29.1923,39.792 C32.0343,39.778 34.7003,38.657 36.6993,36.636 C39.3693,33.939 40.2633,30.034 39.0343,26.442 M14.4033,37.261 C12.4533,37.261 10.7783,36.669 9.5553,35.548 C8.2843,34.384 7.6013,32.726 7.5803,30.751 L6.5803,30.763 C6.6053,33.02 7.4003,34.93 8.8793,36.285 C10.2913,37.579 12.1983,38.261 14.4033,38.261 C14.4423,38.261 14.4823,38.26 14.5213,38.26 L14.5103,37.26 C14.4743,37.26 14.4393,37.261 14.4033,37.261 M28.2033,8.377 C29.6463,9.319 30.5903,10.844 30.9333,12.788 L31.9183,12.615 C31.5263,10.391 30.4303,8.636 28.7503,7.539 C27.1183,6.475 25.0833,6.12 22.8623,6.51 L23.0353,7.494 C25.0013,7.145 26.7883,7.452 28.2033,8.377 M23.2463,8.69 L23.4203,9.674 C25.6213,9.288 28.2853,10.515 28.7533,13.173 L29.7383,12.999 C29.1623,9.734 25.9213,8.212 23.2463,8.69 M10.6553,34.66 C11.7033,35.544 13.0783,36.047 14.4363,36.047 L14.4973,36.047 L14.4863,35.047 C13.3413,35.046 12.1823,34.64 11.2993,33.896 C10.6223,33.326 9.8113,32.312 9.7943,30.727 L8.7943,30.739 C8.8103,32.271 9.4713,33.663 10.6553,34.66\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.2464,36.8011 C32.0764,39.8221 26.2254,38.8871 23.2034,34.7171 L16.1884,25.0331 C15.7834,24.4731 15.9054,23.6901 16.4604,23.2871 C17.0164,22.8871 17.7964,23.0151 18.2024,23.5701 L21.8834,28.6501 L22.9354,27.8881 L19.2564,22.8091 C19.2554,22.8071 19.2544,22.8071 19.2534,22.8051 L17.5404,20.4411 C17.1354,19.8801 17.2644,19.0931 17.8274,18.6841 C18.3914,18.2771 19.1804,18.3991 19.5854,18.9571 L23.8494,24.8421 L24.9014,24.0801 L20.6384,18.1951 C20.6374,18.1941 20.6364,18.1921 20.6354,18.1911 L19.0794,16.0431 C18.8904,15.7801 18.8244,15.4481 18.8954,15.1081 C18.9714,14.7431 19.1894,14.4151 19.5114,14.1831 C20.1544,13.7171 21.0074,13.7931 21.4124,14.3521 L22.9704,16.5021 L22.9724,16.5051 L27.5484,22.8221 L28.6004,22.0601 L24.0234,15.7401 C23.6204,15.1801 23.7494,14.3951 24.3124,13.9871 C24.5864,13.7871 24.9194,13.7041 25.2524,13.7601 C25.5844,13.8121 25.8744,13.9891 26.0714,14.2621 L33.3114,24.2091 C32.7654,24.4441 32.2454,24.7411 31.7984,25.1411 C30.1494,26.6171 29.5484,28.9251 30.2674,31.0201 L31.4964,30.5981 C30.9484,28.9991 31.4074,27.2371 32.6654,26.1101 C33.1864,25.6441 33.8184,25.3131 34.4934,25.1531 C34.7624,25.0881 34.9614,24.8611 34.9894,24.5861 L35.4904,19.6801 C35.5464,19.0631 35.7954,18.5801 36.2304,18.2451 C36.6554,17.9181 37.2514,17.7531 37.8804,17.7691 L39.6914,28.3921 C40.2374,31.6441 38.9174,34.8661 36.2464,36.8011 M40.9744,28.1751 L39.0794,17.0641 C39.0334,16.7911 38.8194,16.5781 38.5474,16.5321 C37.3894,16.3341 36.2554,16.5841 35.4374,17.2151 C34.7134,17.7731 34.2844,18.5841 34.1964,19.5551 L33.8684,22.7641 L27.1234,13.4981 C26.7234,12.9451 26.1304,12.5821 25.4544,12.4761 C24.7804,12.3721 24.1034,12.5321 23.5494,12.9341 C23.1764,13.2041 22.9074,13.5621 22.7294,13.9541 L22.4654,13.5891 C21.6394,12.4481 19.9714,12.2421 18.7484,13.1301 C18.1644,13.5521 17.7654,14.1601 17.6224,14.8421 C17.4764,15.5461 17.6194,16.2431 18.0264,16.8051 L18.2904,17.1701 C17.8624,17.2171 17.4384,17.3611 17.0654,17.6311 C15.9214,18.4601 15.6624,20.0631 16.4874,21.2031 L16.9044,21.7801 C16.4824,21.8261 16.0654,21.9671 15.6984,22.2351 C14.5624,23.0581 14.3094,24.6551 15.1354,25.7951 L22.1504,35.4801 C24.2294,38.3491 27.4824,39.8731 30.7814,39.8731 C32.9444,39.8731 35.1274,39.2171 37.0094,37.8541 C40.0824,35.6271 41.6014,31.9191 40.9744,28.1751 M11.4254,27.6401 L10.4374,27.4881 C10.2044,29.0021 10.6294,30.4851 11.6354,31.6611 C12.5384,32.7191 13.8374,33.4461 15.1994,33.6551 L15.3514,32.6661 C14.2234,32.4921 13.1454,31.8901 12.3954,31.0111 C11.8194,30.3381 11.1844,29.2061 11.4254,27.6401 M33.2304,8.5871 C34.5014,9.7511 35.1844,11.4101 35.2054,13.3851 L36.2054,13.3731 C36.1814,11.1161 35.3864,9.2061 33.9064,7.8501 C32.4704,6.5341 30.5254,5.8841 28.2654,5.8751 L28.2754,6.8751 C30.2694,6.9041 31.9844,7.4461 33.2304,8.5871 M28.3474,8.0881 L28.2894,8.0881 L28.3004,9.0881 C30.5054,9.1031 32.9624,10.7081 32.9924,13.4081 L33.9924,13.3971 C33.9564,10.1041 31.0454,8.0881 28.3474,8.0881 M10.4054,32.3581 C9.3414,31.0021 8.9374,29.2541 9.2374,27.3031 L8.2494,27.1511 C7.9064,29.3821 8.3794,31.3961 9.6184,32.9751 C10.8214,34.5081 12.6344,35.4991 14.8624,35.8421 L15.0154,34.8541 C13.0424,34.5501 11.4484,33.6871 10.4054,32.3581\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default HandWaving;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst HandWithDisease = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.0708,25.0574 C28.0708,24.5704 27.6758,24.1754 27.1888,24.1754 C26.7008,24.1754 26.3058,24.5704 26.3058,25.0574 C26.3058,25.5444 26.7008,25.9394 27.1888,25.9394 C27.6758,25.9394 28.0708,25.5444 28.0708,25.0574 M20.4288,27.8504 C20.4288,28.3374 20.8238,28.7324 21.3118,28.7324 C21.7988,28.7324 22.1938,28.3374 22.1938,27.8504 C22.1938,27.3634 21.7988,26.9684 21.3118,26.9684 C20.8238,26.9684 20.4288,27.3634 20.4288,27.8504 M26.3058,30.1364 C26.3058,29.6484 25.9108,29.2534 25.4238,29.2534 C24.9368,29.2534 24.5418,29.6484 24.5418,30.1364 C24.5418,30.6234 24.9368,31.0184 25.4238,31.0184 C25.9108,31.0184 26.3058,30.6234 26.3058,30.1364 M23.3498,22.6904 C23.3498,22.2034 22.9548,21.8084 22.4678,21.8084 C21.9808,21.8084 21.5858,22.2034 21.5858,22.6904 C21.5858,23.1784 21.9808,23.5724 22.4678,23.5724 C22.9548,23.5724 23.3498,23.1784 23.3498,22.6904 M10.2298,23.2234 C10.2298,22.7364 9.8348,22.3414 9.3478,22.3414 C8.8608,22.3414 8.4658,22.7364 8.4658,23.2234 C8.4658,23.7104 8.8608,24.1054 9.3478,24.1054 C9.8348,24.1054 10.2298,23.7104 10.2298,23.2234 M21.2598,17.2054 C20.7728,17.2054 20.3778,17.6004 20.3778,18.0884 C20.3778,18.5754 20.7728,18.9704 21.2598,18.9704 C21.7468,18.9704 22.1418,18.5754 22.1418,18.0884 C22.1418,17.6004 21.7468,17.2054 21.2598,17.2054 M13.0188,26.9874 C13.0188,26.5004 12.6238,26.1054 12.1368,26.1054 C11.6498,26.1054 11.2548,26.5004 11.2548,26.9874 C11.2548,27.4744 11.6498,27.8704 12.1368,27.8704 C12.6238,27.8704 13.0188,27.4744 13.0188,26.9874 M16.8168,23.5724 C16.8168,23.0854 16.4218,22.6904 15.9338,22.6904 C15.4468,22.6904 15.0518,23.0854 15.0518,23.5724 C15.0518,24.0594 15.4468,24.4554 15.9338,24.4554 C16.4218,24.4554 16.8168,24.0594 16.8168,23.5724 M44.1198464,24.4194 C44.1238,25.1404 43.8688,25.8224 43.4028,26.3394 C42.9208,26.8734 42.2738,27.1694 41.5798,27.1724 L41.1288,27.1744 C41.3448,27.5464 41.4788,27.9734 41.4808,28.4354 C41.4848,29.1194 41.2218,29.7644 40.7428,30.2504 C40.2628,30.7374 39.6218,31.0074 38.9398,31.0104 L38.2268,31.0144 C38.4388,31.3824 38.5708,31.8034 38.5728,32.2574 C38.5758,32.9374 38.3128,33.5784 37.8328,34.0614 C37.3528,34.5434 36.7128,34.8104 36.0318,34.8134 L24.0738,34.8704 C23.9938,34.8704 23.9058,34.8704 23.8128,34.8704 C22.1908,34.8704 18.6998,34.7444 16.5528,32.1234 L6.5438,32.1234 L6.5438,30.8244 L15.7278,30.8244 C15.4068,30.1834 15.1438,29.4544 14.9738,28.5964 L16.2488,28.3434 C16.9698,31.9804 19.3858,33.5504 24.0678,33.5704 L30.1758,33.5414 C30.1458,33.4534 30.1198,33.3624 30.1198,33.2644 C30.1198,32.7764 30.5148,32.3824 31.0018,32.3824 C31.4888,32.3824 31.8838,32.7764 31.8838,33.2644 C31.8838,33.3594 31.8578,33.4474 31.8298,33.5334 L36.0258,33.5144 C36.3608,33.5124 36.6748,33.3814 36.9108,33.1444 C37.1458,32.9084 37.2748,32.5954 37.2728,32.2634 C37.2698,31.5794 36.7078,31.0244 36.0198,31.0244 L36.0138,31.0244 L29.7428,31.0544 L29.7368,29.7544 L38.9338,29.7104 C39.2678,29.7094 39.5818,29.5764 39.8168,29.3374 C40.0528,29.0984 40.1828,28.7804 40.1808,28.4414 C40.1778,27.7474 39.6158,27.1844 38.9278,27.1844 L38.9218,27.1844 L36.8728,27.1944 C36.8798,27.2374 36.8988,27.2754 36.8988,27.3204 C36.8988,27.8074 36.5038,28.2034 36.0158,28.2034 C35.5288,28.2034 35.1338,27.8074 35.1338,27.3204 C35.1338,27.2784 35.1528,27.2434 35.1578,27.2024 L31.6558,27.2194 L31.6498,25.9194 L41.5738,25.8724 C41.8968,25.8704 42.2028,25.7274 42.4368,25.4684 C42.6858,25.1924 42.8218,24.8224 42.8208,24.4254 C42.8168,23.6334 42.2538,22.9914 41.5658,22.9914 L41.5598,22.9914 L38.9038,23.0034 C38.9038,23.0034 38.9028,23.0034 38.9018,23.0034 L31.1028,23.0404 L31.0958,21.7404 L38.8968,21.7034 C39.2308,21.7024 39.5438,21.5694 39.7788,21.3304 C40.0158,21.0914 40.1448,20.7724 40.1428,20.4344 C40.1418,20.0974 40.0088,19.7804 39.7708,19.5424 C39.5328,19.3054 39.2118,19.1584 38.8838,19.1774 L30.9538,19.1964 C30.9758,19.2734 31.0018,19.3494 31.0018,19.4344 C31.0018,19.9214 30.6068,20.3164 30.1198,20.3164 C29.6328,20.3164 29.2378,19.9214 29.2378,19.4344 C29.2378,19.3514 29.2628,19.2764 29.2848,19.2004 L25.7228,19.2094 C25.4258,19.1954 25.2118,19.0444 25.1148,18.7934 C25.0178,18.5414 25.0858,18.2574 25.2858,18.0764 L28.9428,14.7804 C29.4128,14.3664 29.6548,13.8804 29.6688,13.3304 C29.6828,12.7954 29.4668,12.2164 29.0788,11.7184 L19.4348,16.5294 C18.5358,16.9804 17.3308,18.1514 16.1298,19.7424 C16.0058,19.9064 15.8138,19.9744 15.6058,20.0004 L6.5378,19.9144 L6.5498,18.6154 L15.2928,18.6974 C16.2318,17.4874 17.5538,16.0194 18.8528,15.3674 L28.9408,10.3344 C29.1878,10.2114 29.4868,10.2564 29.6838,10.4504 C30.5258,11.2684 30.9938,12.3304 30.9688,13.3634 C30.9458,14.2754 30.5448,15.1014 29.8078,15.7504 L27.4178,17.9054 L38.8798,17.8774 C39.5748,17.8754 40.2038,18.1384 40.6878,18.6204 C41.1718,19.1024 41.4398,19.7454 41.4438,20.4294 C41.4458,20.8804 41.3218,21.3094 41.1058,21.6934 L41.5538,21.6914 L41.5658,21.6914 C42.9678,21.6914 44.1128,22.9124 44.1198464,24.4194\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.0703,25.0574 C28.0703,24.5704 27.6753,24.1754 27.1883,24.1754 C26.7013,24.1754 26.3063,24.5704 26.3063,25.0574 C26.3063,25.5444 26.7013,25.9394 27.1883,25.9394 C27.6753,25.9394 28.0703,25.5444 28.0703,25.0574 M20.4293,27.8504 C20.4293,28.3374 20.8243,28.7324 21.3113,28.7324 C21.7993,28.7324 22.1933,28.3374 22.1933,27.8504 C22.1933,27.3634 21.7993,26.9684 21.3113,26.9684 C20.8243,26.9684 20.4293,27.3634 20.4293,27.8504 M26.3063,30.1364 C26.3063,29.6484 25.9113,29.2534 25.4243,29.2534 C24.9363,29.2534 24.5413,29.6484 24.5413,30.1364 C24.5413,30.6234 24.9363,31.0184 25.4243,31.0184 C25.9113,31.0184 26.3063,30.6234 26.3063,30.1364 M23.3493,22.6904 C23.3493,22.2034 22.9543,21.8084 22.4673,21.8084 C21.9803,21.8084 21.5853,22.2034 21.5853,22.6904 C21.5853,23.1784 21.9803,23.5724 22.4673,23.5724 C22.9543,23.5724 23.3493,23.1784 23.3493,22.6904 M10.2293,23.2234 C10.2293,22.7364 9.8343,22.3414 9.3473,22.3414 C8.8603,22.3414 8.4653,22.7364 8.4653,23.2234 C8.4653,23.7104 8.8603,24.1054 9.3473,24.1054 C9.8343,24.1054 10.2293,23.7104 10.2293,23.2234 M21.2593,17.7054 C20.7723,17.7054 20.3773,18.1004 20.3773,18.5884 C20.3773,19.0754 20.7723,19.4704 21.2593,19.4704 C21.7473,19.4704 22.1423,19.0754 22.1423,18.5884 C22.1423,18.1004 21.7473,17.7054 21.2593,17.7054 M13.0183,26.9874 C13.0183,26.5004 12.6233,26.1054 12.1363,26.1054 C11.6493,26.1054 11.2543,26.5004 11.2543,26.9874 C11.2543,27.4744 11.6493,27.8704 12.1363,27.8704 C12.6233,27.8704 13.0183,27.4744 13.0183,26.9874 M16.8163,23.5724 C16.8163,23.0854 16.4213,22.6904 15.9333,22.6904 C15.4463,22.6904 15.0513,23.0854 15.0513,23.5724 C15.0513,24.0594 15.4463,24.4554 15.9333,24.4554 C16.4213,24.4554 16.8163,24.0594 16.8163,23.5724 M44.1203262,24.4194 C44.1233,25.1404 43.8683,25.8224 43.4023,26.3394 C42.9203,26.8734 42.2733,27.1694 41.5793,27.1724 L41.1293,27.1744 C41.3443,27.5474 41.4783,27.9744 41.4803,28.4354 C41.4843,29.1194 41.2213,29.7644 40.7423,30.2504 C40.2623,30.7374 39.6223,31.0074 38.9393,31.0104 L38.2263,31.0144 C38.4383,31.3824 38.5703,31.8034 38.5723,32.2574 C38.5763,32.9374 38.3133,33.5784 37.8323,34.0614 C37.3523,34.5434 36.7133,34.8104 36.0313,34.8134 L24.0733,34.8704 C23.9933,34.8704 23.9053,34.8704 23.8123,34.8704 C22.1903,34.8704 18.7003,34.7444 16.5523,32.1234 L6.5433,32.1234 L6.5433,30.8244 L15.7273,30.8244 C15.4073,30.1834 15.1433,29.4544 14.9733,28.5964 L16.2483,28.3434 C16.9693,31.9804 19.3883,33.5504 24.0673,33.5704 L30.1753,33.5414 C30.1463,33.4534 30.1193,33.3624 30.1193,33.2644 C30.1193,32.7764 30.5143,32.3824 31.0023,32.3824 C31.4893,32.3824 31.8843,32.7764 31.8843,33.2644 C31.8843,33.3594 31.8583,33.4474 31.8293,33.5334 L36.0253,33.5144 C36.3603,33.5124 36.6753,33.3814 36.9113,33.1444 C37.1453,32.9084 37.2743,32.5954 37.2723,32.2634 C37.2693,31.5794 36.7083,31.0244 36.0193,31.0244 L36.0133,31.0244 L29.7433,31.0544 L29.7373,29.7544 L38.9333,29.7104 C39.2673,29.7094 39.5813,29.5764 39.8163,29.3374 C40.0523,29.0984 40.1823,28.7804 40.1803,28.4414 C40.1773,27.7474 39.6153,27.1844 38.9273,27.1844 L38.9213,27.1844 L36.8733,27.1944 C36.8793,27.2374 36.8983,27.2754 36.8983,27.3204 C36.8983,27.8074 36.5033,28.2034 36.0163,28.2034 C35.5283,28.2034 35.1333,27.8074 35.1333,27.3204 C35.1333,27.2784 35.1523,27.2434 35.1573,27.2024 L31.6553,27.2194 L31.6493,25.9194 L41.5733,25.8724 C41.8963,25.8704 42.2033,25.7274 42.4363,25.4684 C42.6853,25.1924 42.8213,24.8224 42.8203,24.4254 C42.8163,23.6314 42.2763,23.0164 41.5603,22.9914 L38.9033,23.0034 C38.9033,23.0034 38.9023,23.0034 38.9023,23.0034 L31.1023,23.0404 L31.0963,21.7404 L38.8963,21.7034 C39.5873,21.6994 40.1463,21.1314 40.1433,20.4344 C40.1393,19.7394 39.6063,19.1504 38.8833,19.1774 L30.9533,19.1964 C30.9763,19.2734 31.0023,19.3494 31.0023,19.4344 C31.0023,19.9214 30.6073,20.3164 30.1193,20.3164 C29.6323,20.3164 29.2373,19.9214 29.2373,19.4344 C29.2373,19.3514 29.2633,19.2764 29.2843,19.2004 L25.7223,19.2094 C25.4403,19.2514 25.1493,18.9954 25.0853,18.6954 C25.0213,18.3944 25.1763,18.0904 25.4573,17.9654 L29.4133,16.2064 C29.8893,15.8544 30.1663,15.4094 30.2363,14.8834 C30.3073,14.3524 30.1553,13.7524 29.8233,13.2164 L19.7163,16.9584 C18.4403,17.4354 16.8603,18.7744 16.1303,19.7424 C16.0063,19.9064 15.8113,19.9744 15.6053,20.0004 L6.5373,19.9144 L6.5493,18.6154 L15.3003,18.6974 C16.2043,17.6134 17.8083,16.2834 19.2633,15.7404 L29.8353,11.8254 C30.0943,11.7294 30.3853,11.8074 30.5623,12.0204 C31.3103,12.9254 31.6613,14.0324 31.5253,15.0554 C31.4043,15.9604 30.9163,16.7384 30.1133,17.3044 C30.0783,17.3284 30.0413,17.3494 30.0033,17.3664 L28.7993,17.9024 L38.8793,17.8774 L38.8913,17.8774 C40.2923,17.8774 41.4363,19.0194 41.4433,20.4294 C41.4453,20.8904 41.3153,21.3184 41.1043,21.6934 L41.5533,21.6914 L41.5653,21.6914 C42.9673,21.6914 44.1123,22.9124 44.1203262,24.4194\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default HandWithDisease;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Heart = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.3677,23.0803 L23.8757,36.0023 L11.3837,23.0813 C8.7627,20.3513 8.8517,15.9963 11.5837,13.3743 C12.9127,12.0993 14.6247,11.4663 16.3357,11.4663 C18.1407,11.4663 19.9447,12.1723 21.2917,13.5753 L23.8757,16.2683 L26.4587,13.5753 C29.0797,10.8443 33.4337,10.7533 36.1667,13.3743 C38.8977,15.9963 38.9877,20.3513 36.3677,23.0803 M37.0667,12.4363 C33.8167,9.3203 28.6387,9.4273 25.5207,12.6743 L23.8757,14.3903 L22.2287,12.6743 C19.1127,9.4273 13.9317,9.3183 10.6827,12.4363 C7.4347,15.5543 7.3287,20.7343 10.4467,23.9833 L23.8757,37.8723 L37.3047,23.9823 C40.4217,20.7343 40.3147,15.5543 37.0667,12.4363 M11.3617,18.2263 C11.3347,19.5553 11.8227,20.8113 12.7377,21.7653 L13.6757,20.8653 C13.0017,20.1623 12.6407,19.2343 12.6607,18.2523 C12.6807,17.2703 13.0827,16.3553 13.7917,15.6753 C14.4787,15.0153 15.3837,14.6513 16.3367,14.6513 L16.3367,13.3513 C15.0457,13.3513 13.8217,13.8443 12.8907,14.7373 C11.9317,15.6583 11.3887,16.8963 11.3617,18.2263\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M11.3900891,18.265 C11.3630891,19.568 11.8420891,20.799 12.7380891,21.734 L13.5320891,20.972 C12.8390891,20.249 12.4690891,19.296 12.4900891,18.287 C12.5100891,17.28 12.9230891,16.339 13.6510891,15.64 C14.3570891,14.962 15.2860891,14.588 16.2650891,14.588 L16.2650891,13.489 C15.0000891,13.489 13.8010891,13.971 12.8890891,14.847 C11.9490891,15.749 11.4160891,16.964 11.3900891,18.265 M37.3790891,24.156 L23.8040891,38.197 L10.2330891,24.161 C8.6840891,22.546 7.8560891,20.427 7.9020891,18.194 C7.9490891,15.959 8.8620891,13.876 10.4740891,12.329 C12.0390891,10.828 14.0950891,10 16.2650891,10 C18.5660891,10 20.7100891,10.913 22.3020891,12.574 L23.8040891,14.139 L25.3040891,12.574 C26.8970891,10.913 29.0410891,10 31.3420891,10 C33.5110891,10 35.5680891,10.828 37.1330891,12.329 C38.7450891,13.876 39.6590891,15.959 39.7050891,18.194 C39.7510891,20.427 38.9250891,22.545 37.3790891,24.156 M38.0340891,11.392 C36.2250891,9.656 33.8480891,8.7 31.3420891,8.7 C28.6830891,8.7 26.2060891,9.756 24.3660891,11.673 L23.8040891,12.26 L23.2400891,11.673 C21.4000891,9.756 18.9230891,8.7 16.2650891,8.7 C13.7580891,8.7 11.3820891,9.656 9.5740891,11.392 C7.7110891,13.179 6.6560891,15.585 6.6020891,18.166 C6.5490891,20.747 7.5060891,23.197 9.2960891,25.062 L23.8040891,40.068 L38.3150891,25.058 C40.1030891,23.195 41.0580891,20.747 41.0050891,18.166 C40.9520891,15.585 39.8960891,13.179 38.0340891,11.392\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.0010242,11.8721805 C14.2742873,11.8721805 12.6448137,12.5277594 11.3955505,13.7264962 C10.1121821,14.956812 9.38586629,16.6140752 9.34797155,18.3913384 C9.31260313,20.1686015 9.96944523,21.8549173 11.2010242,23.1395489 L23.56734,35.9302857 L35.9361821,23.1370226 C37.1652347,21.8549173 37.82334,20.1686015 37.7867084,18.3913384 C37.7500768,16.6140752 37.023761,14.956812 35.7403926,13.7264962 C34.4570242,12.4949173 32.7883926,11.8886015 30.9934452,11.8734436 C29.2161821,11.9100752 27.5589189,12.636391 26.32734,13.9197594 L23.56734,16.7959699 L20.80734,13.9197594 C19.5770242,12.636391 17.919761,11.9100752 16.1412347,11.8734436 C16.0944979,11.8734436 16.047761,11.8721805 16.0010242,11.8721805 L16.0010242,11.8721805 Z M23.56734,38.4742857 L9.92649787,24.3660752 C8.36649787,22.7391278 7.53407681,20.6056541 7.58081365,18.3559699 C7.6275505,16.1062857 8.54712944,14.0081805 10.1715505,12.4507068 C11.7934452,10.8919699 13.9092347,10.0810226 16.1778663,10.1062857 C18.4275505,10.1530226 20.5256558,11.0713384 22.0831294,12.6957594 L23.56734,14.2431278 L25.0528137,12.6957594 C26.6102873,11.0713384 28.7071294,10.1530226 30.9568137,10.1062857 C33.2027084,10.0721805 35.3412347,10.8919699 36.9643926,12.4507068 C38.5888137,14.0081805 39.5083926,16.1062857 39.5538663,18.3559699 C39.6018663,20.6056541 38.7681821,22.7391278 37.2107084,24.3635489 L23.56734,38.4742857 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M10.2336133,23.6955789 L23.3755081,37.2884211 L36.518666,23.6930526 C37.9460344,22.2050526 38.7102449,20.2484211 38.6685607,18.1831579 C38.6256133,16.1178947 37.7805607,14.1941053 36.2912975,12.7642105 C34.8449818,11.376 32.9439291,10.6117895 30.9392975,10.6117895 C28.8121397,10.6117895 26.8315081,11.4555789 25.3599291,12.9877895 L23.3755081,15.0568421 L21.3898239,12.9890526 C19.9182449,11.4555789 17.9363502,10.6117895 15.8117186,10.6117895 C13.8058239,10.6117895 11.9047712,11.376 10.4597186,12.7642105 C8.97045544,14.1915789 8.12792912,16.1153684 8.08624491,18.1831579 C8.04329755,20.2484211 8.80624491,22.2063158 10.2336133,23.6955789 L10.2336133,23.6955789 Z M23.3755081,39.8311579 L8.96035018,24.9221053 C7.2045607,23.0917895 6.26603439,20.6867368 6.31782386,18.1465263 C6.36961334,15.6075789 7.40666597,13.2429474 9.23445544,11.4884211 C11.0117186,9.78189474 13.3472975,8.84210526 15.8117186,8.84210526 C18.422666,8.84210526 20.8567712,9.87915789 22.6643502,11.7650526 L23.3755081,12.504 L24.0841397,11.7650526 C25.8917186,9.87915789 28.327087,8.84210526 30.9392975,8.84210526 C33.4037186,8.84210526 35.7392975,9.78189474 37.5165607,11.4884211 C39.3456133,13.2454737 40.382666,15.6101053 40.4357186,18.1452632 C40.4875081,20.6842105 39.5489818,23.0905263 37.7919291,24.9195789 L23.3755081,39.8311579 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Heart;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst HelpSign = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0001,8.1417 C32.7441,8.1417 39.8581,15.2557 39.8581,23.9997 C39.8581,32.7447 32.7441,39.8587 24.0001,39.8587 C15.2551,39.8587 8.1411,32.7447 8.1411,23.9997 C8.1411,15.2557 15.2551,8.1417 24.0001,8.1417 Z M24.0001,9.5417 C16.0271,9.5417 9.5421,16.0267 9.5421,23.9997 C9.5421,31.9727 16.0271,38.4587 24.0001,38.4587 C31.9721,38.4587 38.4581,31.9727 38.4581,23.9997 C38.4581,16.0267 31.9721,9.5417 24.0001,9.5417 Z M23.6856,28.1853 C24.5936,28.1853 25.3416,28.9563 25.3416,29.8643 C25.3416,30.7713 24.5936,31.5213 23.6856,31.5213 C22.7556,31.5213 22.0296,30.7713 22.0296,29.8643 C22.0296,28.9563 22.7556,28.1853 23.6856,28.1853 Z M23.9801,14.9373 C27.3381,14.9373 29.1521,17.1603 29.1521,19.4743 C29.1521,21.2663 28.2001,22.5373 26.8841,23.4663 L26.8841,23.4663 L25.9081,24.1483 C25.1591,24.6693 24.7741,25.4173 24.7741,26.3023 C24.7741,26.3483 24.7741,26.4613 24.7971,26.5973 L24.7971,26.5973 L22.5281,26.5973 C22.5061,26.3023 22.4821,26.0533 22.4821,25.7353 C22.4821,24.3753 23.0041,23.2633 24.3211,22.3103 L24.3211,22.3103 L25.3641,21.5603 C26.1131,21.0173 26.4301,20.3593 26.4301,19.5873 C26.4301,18.4083 25.6371,17.2963 23.9801,17.2963 C22.3011,17.2963 21.4171,18.5893 21.4171,19.8823 C21.4171,20.2223 21.4621,20.6543 21.5531,20.9043 L21.5531,20.9043 L18.9891,20.7223 C18.8991,20.4043 18.8541,20.0413 18.8541,19.6783 C18.8541,17.4103 20.5551,14.9373 23.9801,14.9373 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0002,8.1417 C32.7442,8.1417 39.8582,15.2557 39.8582,23.9997 C39.8582,32.7447 32.7442,39.8587 24.0002,39.8587 C15.2552,39.8587 8.1412,32.7447 8.1412,23.9997 C8.1412,15.2557 15.2552,8.1417 24.0002,8.1417 Z M24.0002,9.5417 C16.0272,9.5417 9.5422,16.0267 9.5422,23.9997 C9.5422,31.9727 16.0272,38.4587 24.0002,38.4587 C31.9722,38.4587 38.4582,31.9727 38.4582,23.9997 C38.4582,16.0267 31.9722,9.5417 24.0002,9.5417 Z M23.6852,28.1853 C24.5932,28.1853 25.3422,28.9563 25.3422,29.8643 C25.3422,30.7713 24.5932,31.5213 23.6852,31.5213 C22.7552,31.5213 22.0302,30.7713 22.0302,29.8643 C22.0302,28.9563 22.7552,28.1853 23.6852,28.1853 Z M23.9802,13.4373 C27.3382,13.4373 29.1522,15.6603 29.1522,17.9743 C29.1522,19.7663 28.2002,21.0373 26.8842,21.9663 L26.8842,21.9663 L25.9082,22.6483 C25.1592,23.1693 24.7742,23.9173 24.7742,24.8023 C24.7742,24.8483 24.7742,24.9613 24.7972,25.0973 L24.7972,25.0973 L22.5282,25.0973 C22.5062,24.8023 22.4822,24.5533 22.4822,24.2353 C22.4822,22.8753 23.0042,21.7633 24.3202,20.8103 L24.3202,20.8103 L25.3642,20.0603 C26.1132,19.5173 26.4302,18.8593 26.4302,18.0873 C26.4302,16.9083 25.6372,15.7963 23.9802,15.7963 C22.3012,15.7963 21.4172,17.0893 21.4172,18.3823 C21.4172,18.7223 21.4622,19.1543 21.5522,19.4043 L21.5522,19.4043 L18.9892,19.2223 C18.8992,18.9043 18.8542,18.5413 18.8542,18.1783 C18.8542,15.9103 20.5552,13.4373 23.9802,13.4373 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.9804211,14.9362105 C20.5547368,14.9362105 18.8532632,17.4094737 18.8532632,19.6781053 C18.8532632,20.0406316 18.9,20.4031579 18.9896842,20.7214737 L21.5526316,20.9033684 C21.4629474,20.6532632 21.4174737,20.2225263 21.4174737,19.8814737 C21.4174737,18.5892632 22.3016842,17.2957895 23.9804211,17.2957895 C25.6376842,17.2957895 26.4296842,18.4073684 26.4296842,19.5871579 C26.4296842,20.3589474 26.1126316,21.0157895 25.3648421,21.5602105 L24.3214737,22.3092632 C23.0052632,23.2629474 22.4823158,24.3745263 22.4823158,25.7349474 C22.4823158,26.0532632 22.5063158,26.3021053 22.5290526,26.5964211 L24.7964211,26.5964211 C24.7749474,26.4612632 24.7749474,26.3475789 24.7749474,26.3021053 C24.7749474,25.4178947 25.1602105,24.6688421 25.908,24.1471579 L26.8844211,23.4663158 C28.2006316,22.5366316 29.1530526,21.2658947 29.1530526,19.4734737 C29.1530526,17.1593684 27.3378947,14.9362105 23.9804211,14.9362105 M24.0006316,38.2743158 C16.1298947,38.2743158 9.72694737,31.8701053 9.72694737,23.9993684 C9.72694737,16.1286316 16.1298947,9.72568421 24.0006316,9.72568421 C31.8701053,9.72568421 38.2730526,16.1286316 38.2730526,23.9993684 C38.2730526,31.8701053 31.8701053,38.2743158 24.0006316,38.2743158 M24.0006316,7.95726316 C15.1547368,7.95726316 7.95726316,15.1534737 7.95726316,23.9993684 C7.95726316,32.8452632 15.1547368,40.0427368 24.0006316,40.0427368 C32.8465263,40.0427368 40.0427368,32.8452632 40.0427368,23.9993684 C40.0427368,15.1534737 32.8465263,7.95726316 24.0006316,7.95726316 M23.6861053,28.1842105 C22.7551579,28.1842105 22.0301053,28.9572632 22.0301053,29.8629474 C22.0301053,30.7711579 22.7551579,31.5202105 23.6861053,31.5202105 C24.5930526,31.5202105 25.3421053,30.7711579 25.3421053,29.8629474 C25.3421053,28.9572632 24.5930526,28.1842105 23.6861053,28.1842105\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.9997474,7.95726316 C32.8456421,7.95726316 40.0431158,15.1534737 40.0431158,23.9993684 C40.0431158,32.8452632 32.8456421,40.0427368 23.9997474,40.0427368 C15.1538526,40.0427368 7.95764211,32.8452632 7.95764211,23.9993684 C7.95764211,15.1534737 15.1538526,7.95726316 23.9997474,7.95726316 Z M23.9997474,9.72568421 C16.1290105,9.72568421 9.72606316,16.1298947 9.72606316,23.9993684 C9.72606316,31.8713684 16.1290105,38.2743158 23.9997474,38.2743158 C31.8704842,38.2743158 38.2734316,31.8713684 38.2734316,23.9993684 C38.2734316,16.1298947 31.8704842,9.72568421 23.9997474,9.72568421 Z M23.6850947,28.1850947 C24.5933053,28.1850947 25.3423579,28.9568842 25.3423579,29.8638316 C25.3423579,30.7720421 24.5933053,31.5210947 23.6850947,31.5210947 C22.7554105,31.5210947 22.0290947,30.7720421 22.0290947,29.8638316 C22.0290947,28.9568842 22.7554105,28.1850947 23.6850947,28.1850947 Z M23.9799158,13.5466105 C27.3373895,13.5466105 29.1525474,15.7697684 29.1525474,18.0838737 C29.1525474,19.8775579 28.2001263,21.1482947 26.8839158,22.0779789 L26.8839158,22.0779789 L25.9074947,22.7588211 C25.1597053,23.2792421 24.7744421,24.0295579 24.7744421,24.9125053 C24.7744421,24.9592421 24.7744421,25.0729263 24.7959158,25.2080842 L24.7959158,25.2080842 L22.5285474,25.2080842 C22.5058105,24.9125053 22.4818105,24.6636632 22.4818105,24.3453474 C22.4818105,22.9861895 23.0047579,21.8733474 24.3209684,20.9209263 L24.3209684,20.9209263 L25.3643368,20.1706105 C26.1121263,19.6274526 26.4291789,18.9693474 26.4291789,18.1975579 C26.4291789,17.0177684 25.6371789,15.9074526 23.9799158,15.9074526 C22.3011789,15.9074526 21.4169684,17.2009263 21.4169684,18.4931368 C21.4169684,18.8341895 21.4624421,19.2649263 21.5521263,19.5150316 L21.5521263,19.5150316 L18.9891789,19.3318737 C18.8994947,19.0135579 18.8527579,18.6510316 18.8527579,18.2885053 C18.8527579,16.0211368 20.5542316,13.5466105 23.9799158,13.5466105 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default HelpSign;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Hiker = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.572 2.0554C18.255 2.0554 19.623 3.4234 19.623 5.1064 19.623 6.7884 18.255 8.1584 16.572 8.1584 14.889 8.1584 13.521 6.7884 13.521 5.1064 13.521 3.4234 14.889 2.0554 16.572 2.0554M16.572 9.4584C18.971 9.4584 20.924 7.5054 20.924 5.1064 20.924 2.7064 18.971.7544 16.572.7544 14.173.7544 12.22 2.7064 12.22 5.1064 12.22 7.5054 14.173 9.4584 16.572 9.4584M16.864 17.3992L14.394 24.2222 6.016 40.8552C5.535 41.8202 4.392 42.2162 3.419 41.7582 2.467 41.3122 2.033 40.2012 2.43 39.2332L7.658 26.8462 10.922 15.0132C11.334 13.5152 12.589 12.3692 14.118 12.0932 14.709 11.9872 15.245 11.9322 15.736 11.9322 17.292 11.9322 18.394 12.4822 19.35 13.6782L22.26 17.0672 27.167 14.1472C27.557 13.9142 28.013 13.8482 28.452 13.9642 28.89 14.0782 29.258 14.3562 29.485 14.7472 29.936 15.5202 29.703 16.5122 28.956 17.0042L21.801 21.7142 16.864 17.3992zM21.411 39.8572C21.411 41.0082 20.474 41.9452 19.323 41.9452 18.172 41.9452 17.235 41.0082 17.235 39.8572L17.235 32.2122 13.13 29.6162 15.23 25.4432 21.411 29.3362 21.411 39.8572zM5.41 20.8992C4.92 20.7312 4.656 20.2122 4.809 19.7172L6.849 13.1772C7.003 12.6872 7.536 12.4082 8.022 12.5492L10.318 13.2202C10.035 13.6632 9.811 14.1482 9.668 14.6682L7.734 21.6922 5.41 20.8992zM29.671 18.0902C30.995 17.2182 31.407 15.4622 30.608 14.0922 30.205 13.3992 29.554 12.9072 28.777 12.7062 28 12.5052 27.192 12.6212 26.503 13.0302L22.534 15.3912 20.351 12.8492C18.807 10.9152 16.812 10.2882 13.887 10.8142 12.881 10.9952 11.964 11.4632 11.23 12.1312L8.387 11.3012C7.217 10.9612 5.97 11.6272 5.609 12.7912L3.568 19.3312C3.204 20.5032 3.828 21.7322 4.99 22.1292L7.388 22.9482 6.432 26.4202 1.23 38.7332C.566 40.3492 1.286 42.1952 2.867 42.9362 3.322 43.1492 3.799 43.2512 4.267 43.2512 5.465 43.2512 6.605 42.5862 7.178 41.4372L12.542 30.7842 15.934 32.9282 15.934 39.8572C15.934 41.7252 17.455 43.2462 19.323 43.2462 21.191 43.2462 22.712 41.7252 22.712 39.8572L22.712 28.6192 15.764 24.2442 17.438 19.6282 21.69 23.3432 27.363 19.6092 28.921 42.6392 30.218 42.5512 28.61 18.7892 29.671 18.0902z\"\n transform=\"translate(8 2)\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.572 2.0554C18.255 2.0554 19.623 3.4234 19.623 5.1064 19.623 6.7884 18.255 8.1584 16.572 8.1584 14.889 8.1584 13.521 6.7884 13.521 5.1064 13.521 3.4234 14.889 2.0554 16.572 2.0554M16.572 9.4584C18.971 9.4584 20.924 7.5054 20.924 5.1064 20.924 2.7064 18.971.7544 16.572.7544 14.173.7544 12.22 2.7064 12.22 5.1064 12.22 7.5054 14.173 9.4584 16.572 9.4584M28.9558 17.0046L21.8018 21.7146 16.8638 17.3996 14.3488 24.3386 11.5768 34.2286 4.9798 40.3896C4.2888 41.1916 3.0588 41.2986 2.2398 40.6256 1.4268 39.9586 1.2808 38.7746 1.8468 37.9996L7.7418 32.0706 7.6828 26.7576 10.9218 15.0136C11.3338 13.5156 12.5888 12.3686 14.1178 12.0936 16.5788 11.6496 18.0918 12.1036 19.3508 13.6786L22.2598 17.0666 27.1668 14.1476C27.5578 13.9136 28.0138 13.8486 28.4518 13.9646 28.8908 14.0776 29.2578 14.3566 29.4848 14.7466 29.9358 15.5206 29.7028 16.5126 28.9558 17.0046L28.9558 17.0046zM19.4108 39.8576C19.4108 41.0086 18.4748 41.9446 17.3228 41.9446 16.1718 41.9446 15.2348 41.0086 15.2348 39.8576L15.2348 33.0766 13.8488 30.9416 15.2698 25.8616 19.4108 30.7166 19.4108 39.8576zM5.4098 20.8996C4.9198 20.7316 4.6558 20.2126 4.8098 19.7176L6.8498 13.1776C7.0028 12.6876 7.5348 12.4076 8.0218 12.5496L10.3178 13.2206C10.0348 13.6626 9.8108 14.1486 9.6678 14.6676L7.7308 21.6916 5.4098 20.8996zM30.6078 14.0926C30.2048 13.3996 29.5548 12.9066 28.7768 12.7056 27.9998 12.5056 27.1918 12.6206 26.5028 13.0296L22.5338 15.3916 20.3518 12.8496C18.8078 10.9146 16.8118 10.2876 13.8878 10.8146 12.8808 10.9946 11.9638 11.4636 11.2298 12.1316L8.3878 11.3016C7.2148 10.9606 5.9718 11.6266 5.6088 12.7906L3.5678 19.3306C3.2038 20.5036 3.8278 21.7326 4.9898 22.1296L7.3848 22.9456 6.3798 26.5896 6.4348 31.5416.8628 37.1536C-.1772 38.5576.0648 40.5246 1.4158 41.6316 2.0218 42.1286 2.7648 42.3696 3.4988 42.3696 4.4088 42.3696 5.3078 41.9986 5.9158 41.2896L12.7308 34.9296 13.3818 32.6086 13.9348 33.4616 13.9348 39.8576C13.9348 41.7256 15.4548 43.2456 17.3228 43.2456 19.1908 43.2456 20.7118 41.7256 20.7118 39.8576L20.7118 30.2376 15.7148 24.3806 17.4378 19.6276 21.6898 23.3436 27.2528 19.6826 26.9188 42.5856 28.2198 42.6056 28.5658 18.8166 29.6708 18.0906C30.9948 17.2186 31.4068 15.4616 30.6078 14.0926L30.6078 14.0926z\"\n transform=\"translate(10 2)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Hiker;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst History = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path d=\"M23.8634,10.082 C31.6572093,10.082 37.9754,16.4008391 37.9754,24.195 C37.9754,31.9889851 31.6573851,38.307 23.8634,38.307 C17.2391895,38.307 11.5598075,33.7099102 10.1067056,27.3573468 L10.0375876,27.0382689 L11.3112124,26.7777311 C12.5212038,32.6927091 17.7492943,37.007 23.8634,37.007 C30.9394149,37.007 36.6754,31.2710149 36.6754,24.195 C36.6754,17.1187794 30.9392093,11.382 23.8634,11.382 C19.9130983,11.382 16.2650974,13.1821899 13.855848,16.1922215 L18.8048,16.193 L18.8048,17.493 L11.9707754,17.493 L11.6345238,10.3736658 L12.9330762,10.3123342 L13.1536773,15.0026194 C15.804023,11.9156079 19.6806871,10.082 23.8634,10.082 Z M23.6281,19.3884 L23.628,25.513 L28.2131,25.5134 L28.2131,26.5134 L22.6281,26.5134 L22.6281,19.3884 L23.6281,19.3884 Z\" />\n );\n\n const normalHover = (\n <path d=\"M33.8425194,14.2355806 C39.3533529,19.7464141 39.3533529,28.6819376 33.8425194,34.1938194 C29.1646049,38.8717339 21.9084438,39.6404901 16.3916008,36.1904838 L16.0977441,36.0016245 L16.8140559,34.9167755 C21.8519332,38.2432208 28.6006079,37.5972533 32.9232369,33.2746243 C37.9264471,28.2704624 37.9264471,20.1579859 32.9233243,15.1548631 C27.9191551,10.1516456 19.8076449,10.1516456 14.8035194,15.1548194 C12.0102311,17.9481077 10.703671,21.7999171 11.1285785,25.6317065 L14.6286329,22.1332283 L15.5477671,23.0525717 L10.7143367,27.8849024 L5.44276881,23.0886847 L6.31763119,22.1271153 L9.79103791,25.2891023 C9.48154618,21.2317157 10.9261784,17.1936828 13.8843243,14.2355369 C19.3961551,8.72475437 28.3306449,8.72475437 33.8425194,14.2355806 Z M23.4916,19.3684 L23.491,25.494 L28.0766,25.4944 L28.0766,26.4944 L22.4916,26.4944 L22.4916,19.3684 L23.4916,19.3684 Z\" />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M22.3629474,19.1930526 L22.3629474,26.5762105 L28.2050526,26.5762105 L28.2050526,25.0616842 L23.8774737,25.0616842 L23.8774737,19.1930526 L22.3629474,19.1930526 Z M23.856,9.732 C19.8151579,9.732 15.9726316,11.4637895 13.2833684,14.4246316 L13.0787368,10.1096842 L11.4707368,10.1854737 L11.8130526,17.4536842 L18.7970526,17.4536842 L18.7970526,15.8431579 L14.2042105,15.8431579 C16.5991579,13.0162105 20.1271579,11.3425263 23.856,11.3425263 C30.8336842,11.3425263 36.5115789,17.0204211 36.5115789,24.0006316 C36.5115789,30.9783158 30.8336842,36.6562105 23.856,36.6562105 C17.8673684,36.6562105 12.6530526,32.4069474 11.4555789,26.5509474 L9.87663158,26.8743158 C11.2282105,33.4768421 17.1056842,38.268 23.856,38.268 C31.7229474,38.268 38.1233684,31.8675789 38.1233684,24.0006316 C38.1233684,16.1324211 31.7229474,9.732 23.856,9.732 L23.856,9.732 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M22.2318947,19.1472632 L22.2318947,26.5304211 L28.074,26.5304211 L28.074,25.0158947 L23.7464211,25.0158947 L23.7464211,19.1472632 L22.2318947,19.1472632 Z M33.9502105,13.9051579 C28.3872632,8.34094737 19.3354737,8.34094737 13.7725263,13.9051579 C10.9152632,16.7624211 9.42221053,20.7034737 9.61547368,24.6975789 L6.42094737,21.7910526 L5.33589474,22.9822105 L10.7182105,27.8794737 L15.6558947,22.9417895 L14.5165263,21.8024211 L11.2676842,25.0512632 C10.9632632,21.3603158 12.2744211,17.682 14.9118947,15.0445263 C19.8457895,10.1106316 27.8769474,10.1106316 32.8108421,15.0445263 C37.746,19.9784211 37.746,28.0095789 32.8108421,32.9434737 C28.5754737,37.1763158 21.8845263,37.8584211 16.8975789,34.5653684 L16.0095789,35.9106316 C18.3931579,37.4845263 21.1215789,38.2525263 23.8373684,38.2525263 C27.5295789,38.2525263 31.2015789,36.8314737 33.9502105,34.0828421 C39.5144211,28.5198947 39.5144211,19.4681053 33.9502105,13.9051579 L33.9502105,13.9051579 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default History;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst HivAndAids = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.4604,21.8562 C33.4604,20.1882 32.1034,18.8312 30.4354,18.8312 C28.7674,18.8312 27.4104,20.1882 27.4104,21.8562 C27.4104,22.2932 27.7214,23.6562 30.4954,27.0972 C31.7934,25.4742 33.4604,23.0102 33.4604,21.8562 L33.4604,21.8562 Z M29.9334,36.4872 L30.4354,36.9002 L29.9404,36.4782 C32.1714,33.8662 37.9614,26.3182 37.9614,22.8132 C37.9614,18.6632 34.5854,15.2862 30.4354,15.2862 C26.2854,15.2862 22.9094,18.6632 22.9094,22.8132 C22.9094,24.5182 24.2734,27.3822 26.8334,31.1002 L29.6294,28.0932 C27.2614,25.1862 26.1094,23.1442 26.1094,21.8562 C26.1094,19.4712 28.0504,17.5312 30.4354,17.5312 C32.8204,17.5312 34.7604,19.4712 34.7604,21.8562 C34.7604,24.0622 31.3734,28.0902 30.9864,28.5422 L21.3194,38.9382 L25.0724,42.3962 L29.9334,36.4872 Z M16.8524,27.2922 C16.2144,27.2922 15.7384,27.6072 15.7384,27.8902 C15.7384,28.1722 16.2144,28.4882 16.8524,28.4882 C17.4894,28.4882 17.9654,28.1722 17.9654,27.8902 C17.9654,27.6072 17.4894,27.2922 16.8524,27.2922 L16.8524,27.2922 Z M16.8524,24.0662 C18.6494,24.0662 20.3394,23.3872 21.6424,22.1602 C21.7884,20.1722 22.5944,18.3702 23.8434,16.9632 C23.7854,13.1552 20.6734,10.0732 16.8524,10.0732 C12.9944,10.0732 9.8554,13.2122 9.8554,17.0702 C9.8554,20.9282 12.9944,24.0662 16.8524,24.0662 L16.8524,24.0662 Z M9.6244,24.2982 C9.1734,23.8482 8.6134,23.7332 8.4134,23.9332 C8.2134,24.1332 8.3274,24.6932 8.7784,25.1442 C9.0094,25.3752 9.2914,25.5362 9.5524,25.5852 C9.6434,25.6032 9.8674,25.6302 9.9884,25.5082 C10.1884,25.3092 10.0744,24.7492 9.6244,24.2982 L9.6244,24.2982 Z M9.6244,9.8422 C9.8554,9.6112 10.0164,9.3292 10.0654,9.0682 C10.0834,8.9772 10.1104,8.7532 9.9884,8.6312 C9.9254,8.5682 9.8274,8.5372 9.7084,8.5372 C9.4474,8.5372 9.0874,8.6882 8.7784,8.9962 C8.3274,9.4472 8.2134,10.0072 8.4134,10.2072 C8.6134,10.4062 9.1734,10.2922 9.6244,9.8422 L9.6244,9.8422 Z M16.8524,6.8482 C17.4894,6.8482 17.9654,6.5322 17.9654,6.2502 C17.9654,5.9682 17.4894,5.6522 16.8524,5.6522 C16.2144,5.6522 15.7384,5.9682 15.7384,6.2502 C15.7384,6.5322 16.2144,6.8482 16.8524,6.8482 L16.8524,6.8482 Z M23.6384,9.0682 C23.6874,9.3292 23.8484,9.6112 24.0804,9.8422 C24.3114,10.0732 24.5934,10.2342 24.8544,10.2842 C24.9444,10.3012 25.1684,10.3292 25.2904,10.2072 C25.4894,10.0072 25.3764,9.4472 24.9254,8.9962 C24.6164,8.6882 24.2564,8.5372 23.9964,8.5372 C23.8764,8.5372 23.7784,8.5682 23.7154,8.6312 C23.5934,8.7532 23.6214,8.9772 23.6384,9.0682 L23.6384,9.0682 Z M34.1764,33.1632 C32.9374,34.8712 31.8254,36.2482 31.2804,36.9042 L35.7984,42.3962 L39.5504,38.9382 L34.1764,33.1632 Z M6.6294,17.0702 C6.6294,16.4322 6.3144,15.9562 6.0324,15.9562 C5.7504,15.9562 5.4344,16.4322 5.4344,17.0702 C5.4344,17.7082 5.7504,18.1842 6.0324,18.1842 C6.3144,18.1842 6.6294,17.7082 6.6294,17.0702 L6.6294,17.0702 Z M35.6684,44.2832 L30.4354,37.9232 L25.2024,44.2832 L19.4784,39.0092 L25.9264,32.0752 C23.4884,28.5712 22.0734,25.7902 21.7114,23.7852 C20.4784,24.6812 19.0344,25.2162 17.5024,25.3352 L17.5024,26.3752 C18.3574,26.5782 18.9654,27.1672 18.9654,27.8902 C18.9654,28.7862 18.0374,29.4882 16.8524,29.4882 C15.6674,29.4882 14.7384,28.7862 14.7384,27.8902 C14.7384,27.1672 15.3464,26.5782 16.2024,26.3752 L16.2024,25.3342 C14.4024,25.1932 12.7654,24.4792 11.4694,23.3712 L10.7324,24.1082 C11.1934,24.8582 11.2064,25.7052 10.6954,26.2152 C10.4444,26.4672 10.0944,26.6012 9.7054,26.6012 C9.5954,26.6012 9.4814,26.5902 9.3654,26.5682 C8.9054,26.4812 8.4464,26.2262 8.0714,25.8512 C7.2334,25.0122 7.0734,23.8592 7.7064,23.2262 C8.2174,22.7152 9.0644,22.7292 9.8134,23.1892 L10.5504,22.4522 C9.4424,21.1572 8.7284,19.5192 8.5884,17.7202 L7.5474,17.7202 C7.3434,18.5752 6.7544,19.1842 6.0324,19.1842 C5.1354,19.1842 4.4344,18.2552 4.4344,17.0702 C4.4344,15.8852 5.1354,14.9562 6.0324,14.9562 C6.7544,14.9562 7.3434,15.5642 7.5474,16.4202 L8.5884,16.4202 C8.7284,14.6212 9.4424,12.9832 10.5504,11.6882 L9.8124,10.9492 C9.4454,11.1742 9.0574,11.3012 8.6944,11.3012 C8.3154,11.3012 7.9674,11.1742 7.7064,10.9142 C7.0734,10.2802 7.2334,9.1272 8.0714,8.2892 C8.9094,7.4512 10.0624,7.2912 10.6954,7.9242 C11.0194,8.2482 11.1474,8.7322 11.0484,9.2542 C10.9974,9.5202 10.8864,9.7832 10.7334,10.0322 L11.4694,10.7692 C12.7654,9.6612 14.4024,8.9472 16.2024,8.8062 L16.2024,7.7662 C15.3464,7.5622 14.7384,6.9732 14.7384,6.2502 C14.7384,5.3542 15.6674,4.6522 16.8524,4.6522 C18.0374,4.6522 18.9654,5.3542 18.9654,6.2502 C18.9654,6.9732 18.3574,7.5622 17.5024,7.7662 L17.5024,8.8062 C19.3004,8.9472 20.9394,9.6612 22.2344,10.7692 L22.9704,10.0322 C22.8174,9.7832 22.7064,9.5202 22.6554,9.2542 C22.5564,8.7322 22.6844,8.2482 23.0084,7.9242 C23.6414,7.2902 24.7944,7.4512 25.6324,8.2892 C26.4704,9.1272 26.6304,10.2802 25.9974,10.9142 C25.7454,11.1652 25.3964,11.2992 25.0074,11.2992 C24.8964,11.2992 24.7834,11.2882 24.6674,11.2662 C24.4014,11.2162 24.1384,11.1042 23.8894,10.9512 L23.1534,11.6882 C24.1404,12.8412 24.8114,14.2682 25.0464,15.8382 C26.5394,14.6822 28.4054,13.9862 30.4354,13.9862 C35.3014,13.9862 39.2614,17.9462 39.2614,22.8132 C39.2614,25.2702 37.0774,29.0082 34.9444,32.0802 L41.3914,39.0082 L35.6684,44.2832 Z M17.6094,17.0702 C17.6094,16.4552 17.2704,15.9572 16.8524,15.9572 C16.4334,15.9572 16.0944,16.4552 16.0944,17.0702 C16.0944,17.6852 16.4334,18.1832 16.8524,18.1832 C17.2704,18.1832 17.6094,17.6852 17.6094,17.0702 L17.6094,17.0702 Z M20.9904,16.8962 C21.3884,16.7662 21.5564,16.1882 21.3664,15.6032 C21.1764,15.0182 20.7004,14.6492 20.3024,14.7782 C19.9044,14.9082 19.7364,15.4862 19.9264,16.0712 C20.1164,16.6562 20.5924,17.0252 20.9904,16.8962 L20.9904,16.8962 Z M19.6424,20.9102 C20.1394,20.5492 20.3434,19.9822 20.0974,19.6432 C19.8514,19.3052 19.2494,19.3242 18.7524,19.6852 C18.2544,20.0462 18.0504,20.6142 18.2964,20.9522 C18.5424,21.2912 19.1454,21.2722 19.6424,20.9102 L19.6424,20.9102 Z M14.9524,19.6852 C14.4544,19.3242 13.8524,19.3052 13.6064,19.6432 C13.3604,19.9822 13.5644,20.5492 14.0614,20.9102 C14.5594,21.2722 15.1614,21.2912 15.4074,20.9522 C15.6534,20.6142 15.4494,20.0462 14.9524,19.6852 L14.9524,19.6852 Z M13.4014,14.7782 C13.0034,14.6492 12.5274,15.0182 12.3374,15.6032 C12.1474,16.1882 12.3154,16.7662 12.7134,16.8962 C13.1114,17.0252 13.5874,16.6562 13.7774,16.0712 C13.9674,15.4862 13.7994,14.9082 13.4014,14.7782 L13.4014,14.7782 Z M16.8524,13.8372 C16.2374,13.8372 15.7384,13.4992 15.7384,13.0802 C15.7384,12.6622 16.2374,12.3232 16.8524,12.3232 C17.4664,12.3232 17.9644,12.6622 17.9644,13.0802 C17.9644,13.4992 17.4664,13.8372 16.8524,13.8372 L16.8524,13.8372 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.4604,21.8562 C33.4604,20.1882 32.1034,18.8312 30.4354,18.8312 C28.7674,18.8312 27.4094,20.1882 27.4094,21.8562 C27.4094,22.2932 27.7214,23.6562 30.4954,27.0972 C31.7934,25.4742 33.4604,23.0102 33.4604,21.8562 L33.4604,21.8562 Z M29.9334,36.4872 L30.4354,36.9002 L29.9404,36.4782 C32.1714,33.8662 37.9614,26.3182 37.9614,22.8132 C37.9614,18.6632 34.5854,15.2862 30.4354,15.2862 C26.2854,15.2862 22.9084,18.6632 22.9084,22.8132 C22.9084,24.5182 24.2734,27.3822 26.8334,31.1002 L29.6294,28.0932 C27.2624,25.1872 26.1094,23.1442 26.1094,21.8562 C26.1094,19.4712 28.0504,17.5312 30.4354,17.5312 C32.8194,17.5312 34.7604,19.4712 34.7604,21.8562 C34.7604,24.0622 31.3734,28.0902 30.9864,28.5422 L21.3194,38.9382 L25.0714,42.3962 L29.9334,36.4872 Z M22.7614,26.8132 C22.5914,26.4562 22.4474,26.1162 22.3144,25.7862 C22.1804,25.8242 22.0464,25.8752 21.9174,25.9482 C21.3634,26.2652 21.1064,26.7752 21.2454,27.0202 C21.3314,27.1692 21.5544,27.2022 21.6464,27.2102 C21.9104,27.2272 22.2254,27.1502 22.5094,26.9872 C22.6004,26.9362 22.6844,26.8772 22.7614,26.8132 L22.7614,26.8132 Z M21.5134,23.9292 L21.8994,24.6062 C21.8154,24.3172 21.7584,24.0462 21.7104,23.7832 C21.6444,23.8312 21.5814,23.8832 21.5134,23.9292 L21.5134,23.9292 Z M21.6424,22.1542 C21.7894,20.1732 22.5914,18.3762 23.8354,16.9732 C23.7934,13.8652 21.7164,11.1472 18.6974,10.3212 C16.8954,9.8282 15.0084,10.0662 13.3854,10.9932 C11.7614,11.9182 10.5964,13.4212 10.1034,15.2242 C9.6104,17.0272 9.8484,18.9142 10.7744,20.5372 C11.7004,22.1602 13.2034,23.3262 15.0054,23.8182 C17.3564,24.4612 19.8724,23.8172 21.6424,22.1542 L21.6424,22.1542 Z M15.0714,27.8002 C15.1464,27.5282 14.7704,27.0982 14.1544,26.9302 C13.5404,26.7612 12.9974,26.9402 12.9234,27.2122 C12.8484,27.4852 13.2254,27.9152 13.8394,28.0832 C14.1544,28.1692 14.4804,28.1702 14.7314,28.0842 C14.8184,28.0542 15.0264,27.9662 15.0714,27.8002 L15.0714,27.8002 Z M7.9734,22.1352 C7.8114,21.8512 7.5814,21.6212 7.3424,21.5042 C7.2604,21.4642 7.0514,21.3772 6.9014,21.4642 C6.6564,21.6042 6.6184,22.1742 6.9344,22.7282 C7.2504,23.2812 7.7604,23.5402 8.0054,23.3982 C8.2504,23.2592 8.2894,22.6892 7.9734,22.1352 L7.9734,22.1352 Z M11.7874,8.1912 C12.3404,7.8752 12.5974,7.3652 12.4584,7.1202 C12.3734,6.9712 12.1494,6.9382 12.0574,6.9302 C12.0294,6.9282 12.0024,6.9272 11.9734,6.9272 C11.7284,6.9272 11.4484,7.0072 11.1944,7.1522 C10.6414,7.4682 10.3834,7.9792 10.5234,8.2242 C10.6084,8.3732 10.8314,8.4062 10.9234,8.4132 C11.1884,8.4302 11.5024,8.3532 11.7874,8.1912 L11.7874,8.1912 Z M18.6324,6.3392 C18.5574,6.6122 18.9344,7.0422 19.5484,7.2102 C19.8644,7.2972 20.1894,7.2962 20.4394,7.2102 C20.5274,7.1812 20.7354,7.0932 20.7804,6.9272 C20.8554,6.6552 20.4794,6.2252 19.8634,6.0572 C19.6984,6.0112 19.5394,5.9912 19.3924,5.9912 C18.9914,5.9912 18.6864,6.1412 18.6324,6.3392 L18.6324,6.3392 Z M34.1764,33.1632 C32.9374,34.8712 31.8244,36.2482 31.2794,36.9042 L35.7984,42.3962 L39.5504,38.9382 L34.1764,33.1632 Z M6.7094,13.1412 C6.6864,13.1352 6.6624,13.1322 6.6374,13.1322 C6.3664,13.1322 5.9924,13.4952 5.8384,14.0582 C5.6704,14.6722 5.8494,15.2152 6.1214,15.2902 C6.3924,15.3642 6.8244,14.9882 6.9924,14.3732 C7.1604,13.7582 6.9814,13.2162 6.7094,13.1412 L6.7094,13.1412 Z M25.5084,11.1422 C25.4874,11.4062 25.5684,11.7212 25.7314,12.0042 C25.8934,12.2892 26.1224,12.5192 26.3604,12.6352 C26.4434,12.6762 26.6524,12.7622 26.8024,12.6762 C27.0464,12.5362 27.0854,11.9662 26.7694,11.4122 C26.6074,11.1282 26.3774,10.8982 26.1394,10.7822 C26.0824,10.7542 25.9654,10.7052 25.8494,10.7052 C25.7964,10.7052 25.7444,10.7152 25.6984,10.7412 C25.5494,10.8272 25.5164,11.0502 25.5084,11.1422 L25.5084,11.1422 Z M35.6684,44.2832 L30.4354,37.9232 L25.2024,44.2832 L19.4784,39.0092 L25.9264,32.0752 C24.8054,30.4642 23.9034,29.0072 23.2184,27.7082 C23.1474,27.7572 23.0814,27.8132 23.0054,27.8562 C22.5974,28.0882 22.1504,28.2132 21.7304,28.2132 C21.6754,28.2132 21.6214,28.2102 21.5674,28.2062 C21.0374,28.1642 20.6034,27.9132 20.3774,27.5152 C20.0194,26.8882 20.2554,26.0752 20.8974,25.4742 L20.3794,24.5662 C19.2744,25.0852 18.0694,25.3652 16.8444,25.3652 C16.3304,25.3652 15.8144,25.2992 15.3014,25.2022 L15.0234,26.2162 C15.7954,26.6382 16.2264,27.3672 16.0364,28.0642 C15.9154,28.5052 15.5584,28.8572 15.0554,29.0292 C14.8244,29.1082 14.5714,29.1482 14.3094,29.1482 C14.0684,29.1482 13.8204,29.1152 13.5754,29.0482 C12.4324,28.7352 11.7224,27.8132 11.9584,26.9492 C12.1484,26.2522 12.8914,25.8432 13.7704,25.8732 L14.0444,24.8712 C12.3874,24.2772 10.9814,23.1872 9.9954,21.7302 L9.0924,22.2452 C9.3394,23.0882 9.1284,23.9092 8.5014,24.2672 C8.3004,24.3822 8.0794,24.4362 7.8534,24.4362 C7.2024,24.4362 6.5014,23.9872 6.0654,23.2232 C5.4784,22.1942 5.6284,21.0402 6.4064,20.5952 L6.4064,20.5952 C6.8034,20.3682 7.3054,20.3722 7.7824,20.6062 C8.0244,20.7252 8.2494,20.9022 8.4494,21.1152 L9.3514,20.6012 C8.5984,19.0092 8.3764,17.2452 8.7084,15.5172 L7.7094,15.2432 C7.3554,15.8922 6.7824,16.2992 6.1944,16.2992 C6.0824,16.2992 5.9694,16.2852 5.8574,16.2542 C4.9934,16.0182 4.5614,14.9372 4.8744,13.7942 C5.1864,12.6512 6.1084,11.9422 6.9734,12.1762 C7.6704,12.3672 8.0784,13.1092 8.0484,13.9882 L9.0514,14.2622 C9.6454,12.6062 10.7344,11.2002 12.1914,10.2132 L11.6784,9.3132 C11.4544,9.3792 11.2274,9.4172 11.0074,9.4172 C10.9534,9.4172 10.8984,9.4142 10.8444,9.4102 C10.3144,9.3682 9.8814,9.1162 9.6544,8.7192 C9.2104,7.9412 9.6694,6.8712 10.6984,6.2842 C11.1594,6.0222 11.6694,5.8972 12.1364,5.9342 C12.6664,5.9762 13.1004,6.2272 13.3264,6.6252 C13.6844,7.2522 13.4484,8.0652 12.8064,8.6662 L13.3214,9.5692 C14.9124,8.8172 16.6764,8.5942 18.4054,8.9262 L18.6794,7.9242 C17.9084,7.5022 17.4774,6.7732 17.6674,6.0762 C17.9034,5.2122 18.9834,4.7792 20.1274,5.0922 C21.2714,5.4052 21.9814,6.3272 21.7454,7.1912 C21.6244,7.6322 21.2674,7.9842 20.7644,8.1562 C20.5334,8.2352 20.2804,8.2752 20.0184,8.2752 C19.9904,8.2752 19.9624,8.2642 19.9344,8.2632 L19.6604,9.2652 C21.3464,9.8702 22.7454,10.9892 23.7114,12.4092 L24.6104,11.8962 C24.5284,11.6152 24.4904,11.3322 24.5124,11.0632 C24.5544,10.5332 24.8054,10.0992 25.2024,9.8732 C25.5994,9.6472 26.1014,9.6502 26.5784,9.8842 C26.9994,10.0892 27.3754,10.4562 27.6384,10.9172 C28.2254,11.9462 28.0754,13.1002 27.2974,13.5442 L27.2974,13.5452 C27.1024,13.6562 26.8814,13.7112 26.6504,13.7112 C26.4134,13.7112 26.1644,13.6522 25.9214,13.5342 C25.6784,13.4152 25.4544,13.2382 25.2544,13.0242 L24.3564,13.5372 C24.6944,14.2562 24.9374,15.0242 25.0584,15.8302 C26.5484,14.6792 28.4104,13.9862 30.4354,13.9862 C35.3014,13.9862 39.2614,17.9462 39.2614,22.8132 C39.2614,25.2702 37.0774,29.0082 34.9444,32.0802 L41.3924,39.0082 L35.6684,44.2832 Z M17.1454,15.9962 C16.7424,15.8862 16.2834,16.2772 16.1214,16.8702 C15.9594,17.4632 16.1544,18.0332 16.5584,18.1442 C16.9614,18.2542 17.4204,17.8632 17.5824,17.2702 C17.7444,16.6772 17.5484,16.1062 17.1454,15.9962 L17.1454,15.9962 Z M20.7844,15.7702 C20.3664,15.7902 20.0514,16.3032 20.0804,16.9182 C20.1094,17.5322 20.4714,18.0132 20.8894,17.9942 C21.3074,17.9742 21.6224,17.4602 21.5934,16.8462 C21.5644,16.2322 21.2024,15.7512 20.7844,15.7702 L20.7844,15.7702 Z M17.9944,20.0932 C17.4194,20.3112 17.0734,20.8042 17.2214,21.1952 C17.3694,21.5862 17.9554,21.7282 18.5304,21.5102 C19.1054,21.2932 19.4514,20.8002 19.3034,20.4092 C19.1554,20.0172 18.5694,19.8772 17.9944,20.0932 L17.9944,20.0932 Z M13.0424,18.6962 C12.7154,18.9582 12.7634,19.5582 13.1474,20.0382 C13.5314,20.5182 14.1074,20.6952 14.4344,20.4332 C14.7604,20.1712 14.7134,19.5712 14.3294,19.0912 C13.9444,18.6112 13.3684,18.4342 13.0424,18.6962 L13.0424,18.6962 Z M14.1504,15.2952 C14.4874,14.7822 14.4784,14.1792 14.1284,13.9492 C13.7784,13.7202 13.2214,13.9502 12.8844,14.4642 C12.5464,14.9782 12.5564,15.5812 12.9064,15.8102 C13.2554,16.0402 13.8134,15.8092 14.1504,15.2952 L14.1504,15.2952 Z M16.8314,12.9282 C16.9414,12.5242 17.5114,12.3292 18.1044,12.4912 C18.6974,12.6532 19.0884,13.1122 18.9784,13.5152 C18.8674,13.9192 18.2974,14.1142 17.7044,13.9522 C17.1114,13.7902 16.7204,13.3322 16.8314,12.9282 L16.8314,12.9282 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default HivAndAids;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Hormone = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.8765,32.2993 C37.6705,32.6413 37.3455,32.8813 36.9585,32.9783 C36.5685,33.0733 36.1715,33.0133 35.8295,32.8093 C35.4885,32.6033 35.2475,32.2773 35.1505,31.8903 C35.0555,31.5043 35.1155,31.1043 35.3205,30.7623 C35.5265,30.4203 35.8525,30.1803 36.2385,30.0833 C36.3585,30.0543 36.4805,30.0383 36.6015,30.0383 C36.8685,30.0383 37.1325,30.1113 37.3675,30.2523 C38.0715,30.6773 38.2995,31.5953 37.8765,32.2993 L37.8765,32.2993 Z M28.9105,26.6973 C28.9105,26.7763 28.8145,26.9443 28.7475,26.9843 L24.0315,29.7443 C23.9675,29.7813 23.7835,29.7813 23.7215,29.7443 L19.0545,26.9873 C18.9865,26.9463 18.8905,26.7773 18.8905,26.6973 L18.8905,21.0533 C18.8905,20.9723 18.9845,20.8043 19.0555,20.7633 L23.7225,18.0053 C23.7535,17.9863 23.8145,17.9773 23.8775,17.9773 C23.9385,17.9773 24.0005,17.9863 24.0325,18.0053 L28.7465,20.7663 C28.8145,20.8063 28.9105,20.9753 28.9105,21.0533 L28.9105,26.6973 Z M25.3655,38.7243 C25.3655,39.5463 24.6975,40.2143 23.8755,40.2143 C23.0535,40.2143 22.3845,39.5463 22.3845,38.7243 C22.3845,37.9023 23.0535,37.2333 23.8755,37.2333 C24.6975,37.2333 25.3655,37.9023 25.3655,38.7243 L25.3655,38.7243 Z M22.3845,9.0263 C22.3845,8.2033 23.0535,7.5353 23.8755,7.5353 C24.6975,7.5353 25.3655,8.2033 25.3655,9.0263 C25.3655,9.8483 24.6975,10.5173 23.8755,10.5173 C23.0535,10.5173 22.3845,9.8483 22.3845,9.0263 L22.3845,9.0263 Z M12.5995,31.8903 C12.5025,32.2773 12.2615,32.6033 11.9205,32.8093 C11.5785,33.0133 11.1805,33.0703 10.7915,32.9783 C10.4045,32.8813 10.0795,32.6413 9.8735,32.2993 C9.4505,31.5953 9.6785,30.6773 10.3825,30.2523 C10.7235,30.0493 11.1235,29.9893 11.5115,30.0833 C11.8975,30.1803 12.2235,30.4203 12.4295,30.7633 C12.6345,31.1043 12.6945,31.5043 12.5995,31.8903 L12.5995,31.8903 Z M12.4295,16.9883 C12.0065,17.6933 11.0885,17.9193 10.3825,17.4973 C10.0415,17.2923 9.8005,16.9663 9.7045,16.5793 C9.6085,16.1933 9.6685,15.7913 9.8735,15.4503 C10.0795,15.1093 10.4045,14.8683 10.7915,14.7723 C10.9115,14.7423 11.0335,14.7283 11.1535,14.7283 C11.4215,14.7283 11.6855,14.8003 11.9195,14.9423 L11.9205,14.9423 C12.2625,15.1483 12.5025,15.4733 12.5995,15.8603 C12.6945,16.2463 12.6345,16.6473 12.4295,16.9883 L12.4295,16.9883 Z M35.1505,15.8603 C35.2475,15.4733 35.4875,15.1483 35.8295,14.9423 L35.8305,14.9423 C36.0645,14.8003 36.3285,14.7283 36.5965,14.7283 C36.7165,14.7283 36.8385,14.7423 36.9585,14.7723 C37.3455,14.8683 37.6705,15.1093 37.8765,15.4503 C38.0815,15.7913 38.1415,16.1933 38.0455,16.5793 C37.9495,16.9663 37.7085,17.2923 37.3675,17.4973 C36.6625,17.9183 35.7445,17.6933 35.3205,16.9883 C35.1155,16.6473 35.0555,16.2463 35.1505,15.8603 L35.1505,15.8603 Z M38.0385,29.1393 L38.0375,29.1393 C37.3975,28.7543 36.6455,28.6433 35.9255,28.8213 C35.4175,28.9483 34.9715,29.2143 34.6145,29.5783 L33.9985,29.2073 L30.1805,26.9093 C30.1905,26.8393 30.2115,26.7683 30.2115,26.6973 L30.2115,21.0533 C30.2115,20.9933 30.1925,20.9323 30.1855,20.8713 L34.6185,18.1733 C35.1495,18.7113 35.8665,19.0103 36.6035,19.0103 C37.0935,19.0103 37.5885,18.8813 38.0375,18.6113 C38.6765,18.2273 39.1275,17.6163 39.3075,16.8933 C39.4865,16.1693 39.3745,15.4193 38.9895,14.7803 C38.6055,14.1423 37.9955,13.6913 37.2725,13.5103 C36.5495,13.3313 35.7985,13.4443 35.1595,13.8283 C34.5215,14.2123 34.0695,14.8223 33.8895,15.5463 C33.7635,16.0553 33.7895,16.5743 33.9445,17.0613 L29.5305,19.7463 C29.4875,19.7143 29.4495,19.6723 29.4035,19.6453 L24.6895,16.8843 C24.6405,16.8553 24.5805,16.8413 24.5255,16.8183 L24.5255,11.7343 C25.7505,11.4383 26.6665,10.3403 26.6665,9.0263 C26.6665,7.4873 25.4145,6.2353 23.8755,6.2353 C22.3365,6.2353 21.0835,7.4873 21.0835,9.0263 C21.0835,10.3403 22.0005,11.4383 23.2255,11.7343 L23.2255,16.8203 C23.1705,16.8433 23.1095,16.8573 23.0595,16.8873 L18.3945,19.6443 C18.3495,19.6703 18.3125,19.7123 18.2705,19.7433 L13.8065,17.0583 C13.9605,16.5723 13.9865,16.0543 13.8605,15.5463 C13.6805,14.8223 13.2295,14.2123 12.5905,13.8283 C11.9505,13.4443 11.2005,13.3313 10.4785,13.5103 C9.7545,13.6913 9.1445,14.1423 8.7605,14.7803 C8.3755,15.4193 8.2635,16.1693 8.4425,16.8933 C8.6225,17.6163 9.0735,18.2273 9.7125,18.6113 C10.1615,18.8813 10.6565,19.0103 11.1475,19.0103 C11.8845,19.0103 12.6035,18.7103 13.1345,18.1703 L17.6165,20.8673 C17.6075,20.9293 17.5895,20.9913 17.5895,21.0533 L17.5895,26.6973 C17.5895,26.7583 17.6075,26.8203 17.6165,26.8823 L13.1355,29.5783 C12.7785,29.2143 12.3325,28.9483 11.8245,28.8213 C11.1045,28.6433 10.3535,28.7543 9.7125,29.1393 L9.7115,29.1393 C8.3945,29.9333 7.9675,31.6523 8.7605,32.9693 C9.1445,33.6083 9.7545,34.0593 10.4785,34.2393 C10.7025,34.2953 10.9315,34.3223 11.1565,34.3223 C11.6575,34.3223 12.1505,34.1873 12.5905,33.9223 C13.2305,33.5373 13.6805,32.9273 13.8605,32.2043 C13.9865,31.6963 13.9605,31.1783 13.8065,30.6923 L18.2695,28.0063 C18.3115,28.0373 18.3485,28.0793 18.3935,28.1063 L23.0605,30.8633 C23.1095,30.8933 23.1705,30.9063 23.2255,30.9303 L23.2255,36.0163 C22.0005,36.3123 21.0835,37.4093 21.0835,38.7243 C21.0835,40.2633 22.3365,41.5153 23.8755,41.5153 C25.4145,41.5153 26.6665,40.2633 26.6665,38.7243 C26.6665,37.4093 25.7505,36.3123 24.5255,36.0163 L24.5255,30.9323 C24.5795,30.9083 24.6395,30.8953 24.6885,30.8653 L29.4045,28.1053 C29.4415,28.0833 29.4725,28.0483 29.5075,28.0233 L33.3285,30.3203 L33.9435,30.6923 C33.7895,31.1783 33.7635,31.6963 33.8895,32.2043 C34.0695,32.9273 34.5205,33.5373 35.1595,33.9223 C35.5995,34.1873 36.0925,34.3223 36.5935,34.3223 C36.8185,34.3223 37.0475,34.2953 37.2725,34.2393 C37.9955,34.0593 38.6055,33.6083 38.9895,32.9693 C39.7825,31.6523 39.3555,29.9333 38.0385,29.1393 L38.0385,29.1393 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.884,18.3127 C33.598,18.5897 33.205,18.7797 32.823,18.7317 C32.425,18.7257 32.053,18.5647 31.776,18.2787 C31.498,17.9927 31.35,17.6157 31.357,17.2167 C31.369,16.4037 32.035,15.7497 32.846,15.7497 C32.855,15.7497 32.863,15.7497 32.871,15.7507 L32.872,15.7507 C33.27,15.7567 33.642,15.9177 33.918,16.2047 C34.196,16.4907 34.344,16.8677 34.337,17.2667 C34.331,17.6647 34.17,18.0357 33.884,18.3127 M23.767,17.2727 L20.778,22.0607 L20.778,22.0617 C20.736,22.1277 20.553,22.2257 20.488,22.2167 L15.027,22.0627 C14.952,22.0607 14.797,21.9627 14.763,21.8967 L12.264,17.0877 C12.227,17.0177 12.236,16.8217 12.278,16.7537 L15.266,11.9667 C15.307,11.9007 15.476,11.8077 15.556,11.8077 L15.559,11.8077 L20.976,11.9387 C21.05,11.9407 21.206,12.0377 21.241,12.1037 L23.779,16.9417 C23.816,17.0107 23.809,17.2067 23.767,17.2727 M24.738,28.7397 C25.281,28.7397 25.806,29.0377 26.07,29.5537 C26.25,29.9097 26.282,30.3127 26.159,30.6917 C26.036,31.0707 25.773,31.3777 25.418,31.5587 C25.064,31.7407 24.661,31.7707 24.28,31.6487 C23.901,31.5257 23.593,31.2617 23.412,30.9077 C23.232,30.5517 23.199,30.1487 23.322,29.7697 C23.446,29.3907 23.709,29.0827 24.064,28.9017 C24.28,28.7917 24.51,28.7397 24.738,28.7397 M11.404,30.3867 C10.968,31.0837 10.045,31.2967 9.349,30.8617 C8.652,30.4267 8.439,29.5047 8.874,28.8067 C9.156,28.3547 9.644,28.1067 10.142,28.1067 C10.41,28.1067 10.684,28.1787 10.929,28.3327 C11.626,28.7667 11.839,29.6887 11.404,30.3867 M9.931,4.4457 C9.75,4.0907 9.718,3.6867 9.841,3.3077 C9.964,2.9287 10.228,2.6217 10.582,2.4407 C10.795,2.3327 11.026,2.2777 11.258,2.2777 C11.413,2.2777 11.569,2.3017 11.721,2.3507 C12.1,2.4737 12.407,2.7377 12.588,3.0917 C12.769,3.4477 12.801,3.8507 12.678,4.2297 C12.555,4.6087 12.291,4.9167 11.937,5.0977 C11.204,5.4677 10.305,5.1787 9.931,4.4457 M24.597,3.6127 C24.879,3.1607 25.366,2.9117 25.863,2.9117 C26.133,2.9117 26.406,2.9847 26.652,3.1377 C27.349,3.5727 27.562,4.4947 27.126,5.1927 C26.693,5.8887 25.773,6.1057 25.071,5.6667 C24.374,5.2327 24.161,4.3107 24.597,3.6127 M4.191,17.8297 C3.91,18.1007 3.543,18.2497 3.154,18.2497 C3.146,18.2497 3.137,18.2497 3.128,18.2487 C2.731,18.2427 2.359,18.0817 2.082,17.7947 C1.805,17.5087 1.656,17.1317 1.663,16.7327 C1.669,16.3347 1.83,15.9637 2.116,15.6867 C2.397,15.4157 2.763,15.2667 3.152,15.2667 C3.16,15.2667 3.168,15.2667 3.177,15.2677 C3.575,15.2737 3.947,15.4347 4.225,15.7207 C4.502,16.0067 4.651,16.3837 4.644,16.7827 C4.638,17.1807 4.477,17.5527 4.191,17.8297 M34.853,15.2997 C34.334,14.7637 33.638,14.4627 32.893,14.4507 C31.596,14.4517 30.47,15.3337 30.152,16.5497 L24.984,16.4917 C24.964,16.4407 24.954,16.3857 24.93,16.3377 L22.393,11.5007 C22.365,11.4487 22.322,11.4057 22.288,11.3567 L24.984,7.0367 C25.271,7.1317 25.563,7.1927 25.857,7.1927 C26.789,7.1927 27.7,6.7277 28.23,5.8797 C29.044,4.5747 28.645,2.8497 27.339,2.0347 C26.032,1.2187 24.309,1.6207 23.493,2.9247 C22.798,4.0397 22.993,5.4567 23.876,6.3547 L21.184,10.6707 C21.125,10.6617 21.067,10.6417 21.008,10.6397 L15.591,10.5087 C15.537,10.5027 15.483,10.5187 15.428,10.5207 L13.068,5.8867 C13.456,5.5557 13.752,5.1297 13.914,4.6317 C14.145,3.9227 14.085,3.1667 13.746,2.5017 C13.408,1.8377 12.831,1.3447 12.122,1.1147 C11.411,0.8837 10.656,0.9427 9.992,1.2827 C9.328,1.6207 8.835,2.1977 8.605,2.9067 C8.374,3.6157 8.434,4.3727 8.773,5.0357 C9.265,6.0017 10.247,6.5597 11.265,6.5597 C11.481,6.5597 11.697,6.5337 11.912,6.4817 L14.281,11.1337 C14.242,11.1827 14.195,11.2277 14.162,11.2787 L11.174,16.0657 C11.142,16.1177 11.125,16.1807 11.099,16.2367 L5.87,16.1517 C5.596,14.9227 4.512,13.9897 3.198,13.9667 C2.464,13.9617 1.747,14.2347 1.212,14.7527 C0.676,15.2717 0.374,15.9667 0.363,16.7117 C0.351,17.4587 0.629,18.1637 1.148,18.6997 C1.666,19.2357 2.363,19.5377 3.108,19.5487 L3.155,19.5487 C4.447,19.5487 5.537,18.6587 5.849,17.4527 L11.058,17.5377 C11.076,17.5867 11.085,17.6417 11.11,17.6877 L13.609,22.4957 C13.635,22.5477 13.679,22.5917 13.713,22.6407 L11.021,26.9567 C9.825,26.5577 8.466,27.0047 7.771,28.1197 C6.956,29.4247 7.356,31.1497 8.661,31.9647 C9.119,32.2507 9.63,32.3867 10.134,32.3867 C11.067,32.3867 11.978,31.9217 12.507,31.0747 C13.202,29.9597 13.006,28.5427 12.123,27.6447 L14.815,23.3307 C14.873,23.3397 14.931,23.3597 14.989,23.3617 L20.45,23.5157 C20.463,23.5167 20.476,23.5167 20.488,23.5167 C20.519,23.5167 20.552,23.5057 20.583,23.5037 L21.369,25.0447 L22.933,28.1137 C22.544,28.4447 22.247,28.8707 22.086,29.3677 C21.856,30.0777 21.915,30.8337 22.254,31.4977 C22.592,32.1617 23.169,32.6547 23.878,32.8847 C24.162,32.9767 24.453,33.0227 24.743,33.0227 C25.178,33.0227 25.61,32.9197 26.008,32.7167 C26.672,32.3787 27.165,31.8027 27.396,31.0927 C27.626,30.3837 27.567,29.6277 27.228,28.9637 C26.631,27.7927 25.317,27.2297 24.091,27.5237 L22.528,24.4557 L21.742,22.9137 C21.789,22.8587 21.844,22.8087 21.881,22.7487 L24.87,17.9607 C24.902,17.9107 24.918,17.8487 24.944,17.7917 L30.13,17.8507 C30.406,19.0787 31.488,20.0097 32.802,20.0327 L32.849,20.0327 C33.577,20.0327 34.264,19.7537 34.788,19.2467 C35.324,18.7277 35.626,18.0327 35.638,17.2877 C35.65,16.5417 35.371,15.8357 34.853,15.2997\"\n transform=\"translate(6 7)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Hormone;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Hospital = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.554,28.445 L16.427,28.445 L16.427,25.202 L13.554,25.202 L13.554,28.445 Z M12.554,29.445 L17.427,29.445 L17.427,24.202 L12.554,24.202 L12.554,29.445 Z M13.554,35.757 L16.427,35.757 L16.427,32.514 L13.554,32.514 L13.554,35.757 Z M12.554,36.757 L17.427,36.757 L17.427,31.514 L12.554,31.514 L12.554,36.757 Z M18.54,19.849 L19.54,19.849 L19.54,16.691 L22.699,16.691 L22.699,15.691 L19.54,15.691 L19.54,12.532 L18.54,12.532 L18.54,15.691 L15.381,15.691 L15.381,16.691 L18.54,16.691 L18.54,19.849 Z M30.791,39.72 L39.161,39.72 L39.161,20.682 L30.791,20.682 L30.791,39.72 Z M8.589,39.72 L29.492,39.72 L29.492,10.547 L8.589,10.547 L8.589,39.72 Z M30.792,19.382 L30.792,9.247 L7.289,9.247 L7.289,41.02 L40.462,41.02 L40.462,19.382 L30.792,19.382 Z M21.653,28.445 L24.526,28.445 L24.526,25.202 L21.653,25.202 L21.653,28.445 Z M20.653,29.445 L25.526,29.445 L25.526,24.202 L20.653,24.202 L20.653,29.445 Z M21.653,35.757 L24.526,35.757 L24.526,32.514 L21.653,32.514 L21.653,35.757 Z M20.653,36.757 L25.526,36.757 L25.526,31.514 L20.653,31.514 L20.653,36.757 Z M10.869,7.702 L27.212,7.702 L27.212,6.402 L10.869,6.402 L10.869,7.702 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.554,28.445 L16.427,28.445 L16.427,25.202 L13.554,25.202 L13.554,28.445 Z M12.554,29.445 L17.427,29.445 L17.427,24.202 L12.554,24.202 L12.554,29.445 Z M13.554,35.757 L16.427,35.757 L16.427,32.514 L13.554,32.514 L13.554,35.757 Z M12.554,36.757 L17.427,36.757 L17.427,31.514 L12.554,31.514 L12.554,36.757 Z M18.54,20.849 L19.54,20.849 L19.54,16.691 L23.699,16.691 L23.699,15.691 L19.54,15.691 L19.54,11.532 L18.54,11.532 L18.54,15.691 L14.381,15.691 L14.381,16.691 L18.54,16.691 L18.54,20.849 Z M30.791,39.72 L39.161,39.72 L39.161,20.682 L30.791,20.682 L30.791,39.72 Z M8.589,39.72 L29.492,39.72 L29.492,10.547 L8.589,10.547 L8.589,39.72 Z M30.792,19.382 L30.792,9.247 L7.289,9.247 L7.289,41.02 L40.462,41.02 L40.462,19.382 L30.792,19.382 Z M21.653,28.445 L24.526,28.445 L24.526,25.202 L21.653,25.202 L21.653,28.445 Z M20.653,29.445 L25.526,29.445 L25.526,24.202 L20.653,24.202 L20.653,29.445 Z M21.653,35.757 L24.526,35.757 L24.526,32.514 L21.653,32.514 L21.653,35.757 Z M20.653,36.757 L25.526,36.757 L25.526,31.514 L20.653,31.514 L20.653,36.757 Z M10.869,7.702 L27.212,7.702 L27.212,6.402 L10.869,6.402 L10.869,7.702 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M21.5267368,35.6206737 L24.3890526,35.6206737 L24.3890526,32.3869895 L21.5267368,32.3869895 L21.5267368,35.6206737 Z M20.5162105,36.6299368 L25.3995789,36.6299368 L25.3995789,31.3764632 L20.5162105,31.3764632 L20.5162105,36.6299368 Z M13.4273684,35.6206737 L16.2896842,35.6206737 L16.2896842,32.3869895 L13.4273684,32.3869895 L13.4273684,35.6206737 Z M12.4168421,36.6299368 L17.3002105,36.6299368 L17.3002105,31.3764632 L12.4168421,31.3764632 L12.4168421,36.6299368 Z M21.5267368,28.3082526 L24.3890526,28.3082526 L24.3890526,25.0758316 L21.5267368,25.0758316 L21.5267368,28.3082526 Z M20.5162105,29.3175158 L25.3995789,29.3175158 L25.3995789,24.0640421 L20.5162105,24.0640421 L20.5162105,29.3175158 Z M13.4273684,28.3082526 L16.2896842,28.3082526 L16.2896842,25.0758316 L13.4273684,25.0758316 L13.4273684,28.3082526 Z M12.4168421,29.3187789 L17.3002105,29.3187789 L17.3002105,24.0653053 L12.4168421,24.0653053 L12.4168421,29.3187789 Z M18.2778947,19.7175158 L19.5410526,19.7175158 L19.5410526,16.6897263 L22.5675789,16.6897263 L22.5675789,15.4265684 L19.5410526,15.4265684 L19.5410526,12.4000421 L18.2778947,12.4000421 L18.2778947,15.4265684 L15.2501053,15.4265684 L15.2501053,16.6897263 L18.2778947,16.6897263 L18.2778947,19.7175158 Z M30.6416842,39.6059368 L39.048,39.6059368 L39.048,20.5309895 L30.6416842,20.5309895 L30.6416842,39.6059368 Z M8.43789474,39.6059368 L29.3785263,39.6059368 L29.3785263,9.13225263 L8.43789474,9.13225263 L8.43789474,39.6059368 Z M30.6416842,19.2678316 L30.6416842,7.87035789 L7.17473684,7.87035789 L7.17473684,40.8690947 L40.3111579,40.8690947 L40.3111579,19.2678316 L30.6416842,19.2678316 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M22.1583158,35.6206737 L25.0206316,35.6206737 L25.0206316,32.3869895 L22.1583158,32.3869895 L22.1583158,35.6206737 Z M21.1477895,36.6299368 L26.0311579,36.6299368 L26.0311579,31.3764632 L21.1477895,31.3764632 L21.1477895,36.6299368 Z M14.0589474,35.6206737 L16.9212632,35.6206737 L16.9212632,32.3869895 L14.0589474,32.3869895 L14.0589474,35.6206737 Z M13.0484211,36.6299368 L17.9317895,36.6299368 L17.9317895,31.3764632 L13.0484211,31.3764632 L13.0484211,36.6299368 Z M22.1583158,28.3082526 L25.0206316,28.3082526 L25.0206316,25.0758316 L22.1583158,25.0758316 L22.1583158,28.3082526 Z M21.1477895,29.3175158 L26.0311579,29.3175158 L26.0311579,24.0640421 L21.1477895,24.0640421 L21.1477895,29.3175158 Z M14.0589474,28.3082526 L16.9212632,28.3082526 L16.9212632,25.0758316 L14.0589474,25.0758316 L14.0589474,28.3082526 Z M13.0484211,29.3187789 L17.9317895,29.3187789 L17.9317895,24.0653053 L13.0484211,24.0653053 L13.0484211,29.3187789 Z M18.9094737,19.7175158 L20.1726316,19.7175158 L20.1726316,16.6897263 L23.1991579,16.6897263 L23.1991579,15.4265684 L20.1726316,15.4265684 L20.1726316,12.4000421 L18.9094737,12.4000421 L18.9094737,15.4265684 L15.8816842,15.4265684 L15.8816842,16.6897263 L18.9094737,16.6897263 L18.9094737,19.7175158 Z M31.2732632,39.6059368 L39.6795789,39.6059368 L39.6795789,20.5309895 L31.2732632,20.5309895 L31.2732632,39.6059368 Z M9.06947368,39.6059368 L30.0101053,39.6059368 L30.0101053,9.13225263 L9.06947368,9.13225263 L9.06947368,39.6059368 Z M31.2732632,19.2678316 L31.2732632,7.87035789 L7.80631579,7.87035789 L7.80631579,40.8690947 L40.9427368,40.8690947 L40.9427368,19.2678316 L31.2732632,19.2678316 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Hospital;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ImgFile = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.4114,17.7524 C25.9114,17.7524 26.3174,18.1584 26.3174,18.6584 C26.3174,19.1584 25.9114,19.5644 25.4114,19.5644 C24.9114,19.5644 24.5054,19.1584 24.5054,18.6584 C24.5054,18.1584 24.9114,17.7524 25.4114,17.7524 L25.4114,17.7524 Z M25.4114,20.5654 C26.4624,20.5654 27.3174,19.7094 27.3174,18.6584 C27.3174,17.6074 26.4624,16.7524 25.4114,16.7524 C24.3604,16.7524 23.5054,17.6074 23.5054,18.6584 C23.5054,19.7094 24.3604,20.5654 25.4114,20.5654 L25.4114,20.5654 Z M25.5334,24.8614 L27.6954,22.6434 L31.0114,26.7604 L27.1354,26.7604 L25.5334,24.8614 Z M16.9894,26.7604 L21.4074,21.5224 L25.8264,26.7604 L16.9894,26.7604 Z M27.7654,21.1374 L24.8854,24.0934 L21.4074,19.9714 L14.8374,27.7604 L33.1004,27.7604 L27.7654,21.1374 Z M12.0004,39.1004 L35.9994,39.1004 L35.9994,8.9004 L12.0004,8.9004 L12.0004,39.1004 Z M10.6994,40.3994 L37.3004,40.3994 L37.3004,7.5994 L10.6994,7.5994 L10.6994,40.3994 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.4111,15.7522 C25.9111,15.7522 26.3171,16.1582 26.3171,16.6582 C26.3171,17.1582 25.9111,17.5642 25.4111,17.5642 C24.9111,17.5642 24.5051,17.1582 24.5051,16.6582 C24.5051,16.1582 24.9111,15.7522 25.4111,15.7522 L25.4111,15.7522 Z M25.4111,18.5652 C26.4621,18.5652 27.3171,17.7092 27.3171,16.6582 C27.3171,15.6072 26.4621,14.7522 25.4111,14.7522 C24.3601,14.7522 23.5051,15.6072 23.5051,16.6582 C23.5051,17.7092 24.3601,18.5652 25.4111,18.5652 L25.4111,18.5652 Z M25.5331,24.8622 L27.6951,22.6432 L31.0111,26.7602 L27.1351,26.7602 L25.5331,24.8622 Z M16.9891,26.7602 L21.4071,21.5222 L25.8261,26.7602 L16.9891,26.7602 Z M27.7651,21.1372 L24.8851,24.0932 L21.4071,19.9712 L14.8371,27.7602 L33.1001,27.7602 L27.7651,21.1372 Z M12.0001,39.1002 L35.9991,39.1002 L35.9991,8.9002 L12.0001,8.9002 L12.0001,39.1002 Z M10.6991,40.4002 L37.3001,40.4002 L37.3001,7.6002 L10.6991,7.6002 L10.6991,40.4002 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ImgFile;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Inbox = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M14.1945,20.0225 L19.9205,20.0225 L19.9205,18.8235 L14.1945,18.8235 L14.1945,20.0225 Z M37.9935,29.2685 L25.5265,29.2685 L25.5265,19.9405 C25.5265,17.0005 24.0205,14.4085 21.7405,12.8895 L28.0415,12.8895 L28.0415,16.1015 C27.2355,16.3935 26.6545,17.1585 26.6545,18.0655 C26.6545,19.2215 27.5945,20.1605 28.7505,20.1605 C29.9065,20.1605 30.8465,19.2215 30.8465,18.0655 C30.8465,17.1585 30.2655,16.3935 29.4595,16.1015 L29.4595,12.8895 L30.9425,12.8895 C34.8305,12.8895 37.9935,16.0525 37.9935,19.9405 L37.9935,29.2685 Z M23.5275,41.5465 L26.1785,41.5465 L26.1785,30.6865 L23.5275,30.6865 L23.5275,41.5465 Z M10.0065,29.2685 L10.0065,19.9405 C10.0065,16.0525 13.1695,12.8895 17.0585,12.8895 C20.9455,12.8895 24.1095,16.0525 24.1095,19.9405 L24.1095,29.2685 L10.0065,29.2685 Z M28.7505,17.1685 C29.2445,17.1685 29.6475,17.5705 29.6475,18.0655 C29.6475,18.5595 29.2445,18.9615 28.7505,18.9615 C28.2565,18.9615 27.8545,18.5595 27.8545,18.0655 C27.8545,17.5705 28.2565,17.1685 28.7505,17.1685 L28.7505,17.1685 Z M29.4595,7.5875 L33.0175,7.5875 L33.0175,6.4535 L29.4595,6.4535 L29.4595,7.5875 Z M30.9425,11.4715 L29.4595,11.4715 L29.4595,9.0055 L34.4355,9.0055 L34.4355,5.0355 L28.0415,5.0355 L28.0415,11.4715 L17.0585,11.4715 C12.3885,11.4715 8.5885,15.2705 8.5885,19.9405 L8.5885,30.6865 L22.1095,30.6865 L22.1095,42.9645 L27.5965,42.9645 L27.5965,30.6865 L39.4115,30.6865 L39.4115,19.9405 C39.4115,15.2705 35.6125,11.4715 30.9425,11.4715 L30.9425,11.4715 Z\"\n />\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(8 6)\">\n <path d=\"M21.7461,12.0649 C21.7461,12.6139 21.2991,13.0609 20.7501,13.0609 C20.2011,13.0609 19.7541,12.6139 19.7541,12.0649 C19.7541,11.5159 20.2011,11.0689 20.7501,11.0689 C21.2991,11.0689 21.7461,11.5159 21.7461,12.0649 L21.7461,12.0649 Z M30.0531,23.3269 L17.4681,23.3269 L17.4681,13.9399 C17.4681,10.9469 15.8911,8.3219 13.5301,6.8309 L22.9421,6.8309 C22.9801,6.8309 23.0171,6.8359 23.0561,6.8359 L21.1421,10.1089 C21.0151,10.0839 20.8841,10.0689 20.7501,10.0689 C19.6501,10.0689 18.7541,10.9639 18.7541,12.0649 C18.7541,13.1659 19.6501,14.0609 20.7501,14.0609 C21.8511,14.0609 22.7461,13.1659 22.7461,12.0649 C22.7461,11.5699 22.5581,11.1229 22.2591,10.7729 L24.4661,6.9999 C27.6561,7.6989 30.0531,10.5439 30.0531,13.9399 L30.0531,23.3269 Z M18.2371,35.6049 L15.4671,35.6049 L15.4671,24.6279 L16.8181,24.6279 L17.4681,24.6279 L18.2371,24.6279 L18.2371,35.6049 Z M1.9471,13.9399 C1.9471,10.0199 5.1371,6.8309 9.0581,6.8309 C12.9781,6.8309 16.1681,10.0199 16.1681,13.9399 L16.1681,23.3269 L1.9471,23.3269 L1.9471,13.9399 Z M29.7441,5.2549 L26.5711,3.3999 L26.8461,2.9309 L27.2041,2.3199 L30.3761,4.1749 L29.7441,5.2549 Z M25.1481,5.8339 L25.9141,4.5229 L30.2091,7.0349 L32.1541,3.7089 L26.7381,0.5409 L25.8661,2.0309 L23.7941,5.5729 C23.5141,5.5439 23.2301,5.5299 22.9421,5.5299 L9.0581,5.5299 C4.4201,5.5299 0.6471,9.3029 0.6471,13.9399 L0.6471,24.6279 L14.1671,24.6279 L14.1671,36.9059 L19.5371,36.9059 L19.5371,24.6279 L31.3521,24.6279 L31.3521,13.9399 C31.3521,10.0679 28.7171,6.8059 25.1481,5.8339 L25.1481,5.8339 Z\" />\n <polygon points=\"6.195 13.923 11.921 13.923 11.921 12.923 6.195 12.923\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Inbox;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst InfoSignFill = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.372,31.239 L21.663,31.239 L21.663,30.695 C21.792,30.685 21.919,30.673 22.043,30.658 C22.167,30.643 22.274,30.618 22.363,30.583 C22.522,30.524 22.634,30.438 22.698,30.327 C22.763,30.214 22.795,30.067 22.795,29.883 L22.795,23.546 C22.795,23.372 22.756,23.22 22.676,23.087 C22.597,22.957 22.497,22.851 22.378,22.771 C22.289,22.711 22.153,22.654 21.972,22.6 C21.79,22.545 21.625,22.51 21.476,22.495 L21.476,21.951 L25.128,21.758 L25.239,21.869 L25.239,29.786 C25.239,29.96 25.277,30.108 25.351,30.229 C25.426,30.351 25.532,30.442 25.672,30.501 C25.771,30.546 25.88,30.586 25.999,30.621 C26.119,30.655 26.243,30.68 26.372,30.695 L26.372,31.239 Z M23.726,16.21 C24.586,16.21 25.284,16.908 25.284,17.769 C25.284,18.63 24.586,19.327 23.726,19.327 C22.865,19.327 22.167,18.63 22.167,17.769 C22.167,16.908 22.865,16.21 23.726,16.21 L23.726,16.21 Z M24.001,8.696 C15.562,8.696 8.696,15.561 8.696,24 C8.696,32.438 15.562,39.304 24.001,39.304 C32.439,39.304 39.304,32.438 39.304,24 C39.304,15.561 32.439,8.696 24.001,8.696 L24.001,8.696 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.372,31.239 L21.663,31.239 L21.663,30.695 C21.792,30.685 21.919,30.673 22.043,30.658 C22.167,30.643 22.274,30.618 22.363,30.583 C22.522,30.524 22.634,30.438 22.698,30.327 C22.763,30.214 22.795,30.067 22.795,29.883 L22.795,23.546 C22.795,23.372 22.756,23.22 22.676,23.087 C22.597,22.957 22.497,22.851 22.378,22.771 C22.289,22.711 22.153,22.654 21.972,22.6 C21.79,22.545 21.625,22.51 21.476,22.495 L21.476,21.951 L25.128,21.758 L25.239,21.869 L25.239,29.786 C25.239,29.96 25.277,30.108 25.351,30.229 C25.426,30.351 25.532,30.442 25.672,30.501 C25.771,30.546 25.88,30.586 25.999,30.621 C26.119,30.655 26.243,30.68 26.372,30.695 L26.372,31.239 Z M23.726,14.21 C24.586,14.21 25.284,14.908 25.284,15.769 C25.284,16.63 24.586,17.327 23.726,17.327 C22.865,17.327 22.167,16.63 22.167,15.769 C22.167,14.908 22.865,14.21 23.726,14.21 L23.726,14.21 Z M24.001,8.696 C15.562,8.696 8.696,15.561 8.696,24 C8.696,32.438 15.562,39.304 24.001,39.304 C32.439,39.304 39.304,32.438 39.304,24 C39.304,15.561 32.439,8.696 24.001,8.696 L24.001,8.696 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.3670063,31.22376 L21.66792,31.22376 L21.66792,30.6809053 C21.7966484,30.6709263 21.9233811,30.6589516 22.04712,30.6439832 C22.1708589,30.6290147 22.2776337,30.6040674 22.3664463,30.5691411 C22.5251116,30.5102653 22.6368758,30.4244463 22.7007411,30.31368 C22.7656042,30.2009179 22.7975368,30.0542274 22.7975368,29.8706147 L22.7975368,23.5469558 C22.7975368,23.3733221 22.7586189,23.2216421 22.6787874,23.0889221 C22.5999537,22.9591958 22.5001642,22.8534189 22.3814147,22.7735874 C22.2926021,22.7137137 22.1568884,22.6568337 21.9762695,22.6029474 C21.7946526,22.5480632 21.63,22.5131368 21.4813137,22.4981684 L21.4813137,21.9553137 L25.1256253,21.76272 L25.2363916,21.8734863 L25.2363916,29.7738189 C25.2363916,29.9474526 25.2743116,30.0951411 25.3481558,30.2158863 C25.4229979,30.3376295 25.5287747,30.4284379 25.66848,30.4873137 C25.7672716,30.5322189 25.8760421,30.5721347 25.9947916,30.6070611 C26.1145389,30.6409895 26.2382779,30.6659368 26.3670063,30.6809053 L26.3670063,31.22376 Z M23.7265768,16.2264 C24.5847663,16.2264 25.2812968,16.9229305 25.2812968,17.7821179 C25.2812968,18.6413053 24.5847663,19.3368379 23.7265768,19.3368379 C22.8673895,19.3368379 22.1708589,18.6413053 22.1708589,17.7821179 C22.1708589,16.9229305 22.8673895,16.2264 23.7265768,16.2264 L23.7265768,16.2264 Z M24.0009979,8.72821895 C15.5797642,8.72821895 8.72821895,15.5787663 8.72821895,24 C8.72821895,32.4202358 15.5797642,39.2717811 24.0009979,39.2717811 C32.4212337,39.2717811 39.2717811,32.4202358 39.2717811,24 C39.2717811,15.5787663 32.4212337,8.72821895 24.0009979,8.72821895 L24.0009979,8.72821895 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.3670063,31.22376 L21.66792,31.22376 L21.66792,30.6809053 C21.7966484,30.6709263 21.9233811,30.6589516 22.04712,30.6439832 C22.1708589,30.6290147 22.2776337,30.6040674 22.3664463,30.5691411 C22.5251116,30.5102653 22.6368758,30.4244463 22.7007411,30.31368 C22.7656042,30.2009179 22.7975368,30.0542274 22.7975368,29.8706147 L22.7975368,23.5469558 C22.7975368,23.3733221 22.7586189,23.2216421 22.6787874,23.0889221 C22.5999537,22.9591958 22.5001642,22.8534189 22.3814147,22.7735874 C22.2926021,22.7137137 22.1568884,22.6568337 21.9762695,22.6029474 C21.7946526,22.5480632 21.63,22.5131368 21.4813137,22.4981684 L21.4813137,21.9553137 L25.1256253,21.76272 L25.2363916,21.8734863 L25.2363916,29.7738189 C25.2363916,29.9474526 25.2743116,30.0951411 25.3481558,30.2158863 C25.4229979,30.3376295 25.5287747,30.4284379 25.66848,30.4873137 C25.7672716,30.5322189 25.8760421,30.5721347 25.9947916,30.6070611 C26.1145389,30.6409895 26.2382779,30.6659368 26.3670063,30.6809053 L26.3670063,31.22376 Z M23.7265768,13.7000842 C24.5847663,13.7000842 25.2812968,14.3966147 25.2812968,15.2558021 C25.2812968,16.1149895 24.5847663,16.8105221 23.7265768,16.8105221 C22.8673895,16.8105221 22.1708589,16.1149895 22.1708589,15.2558021 C22.1708589,14.3966147 22.8673895,13.7000842 23.7265768,13.7000842 L23.7265768,13.7000842 Z M24.0009979,8.72821895 C15.5797642,8.72821895 8.72821895,15.5787663 8.72821895,24 C8.72821895,32.4202358 15.5797642,39.2717811 24.0009979,39.2717811 C32.4212337,39.2717811 39.2717811,32.4202358 39.2717811,24 C39.2717811,15.5787663 32.4212337,8.72821895 24.0009979,8.72821895 L24.0009979,8.72821895 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default InfoSignFill;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst InfoSignStroke = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.6715,30.501 C25.5325,30.441 25.4255,30.351 25.3505,30.229 C25.2765,30.108 25.2395,29.96 25.2395,29.786 L25.2395,21.869 L25.1275,21.757 L21.4765,21.951 L21.4765,22.495 C21.6255,22.51 21.7905,22.545 21.9725,22.599 C22.1525,22.654 22.2885,22.711 22.3785,22.771 C22.4975,22.85 22.5965,22.956 22.6765,23.087 C22.7555,23.22 22.7955,23.372 22.7955,23.546 L22.7955,29.883 C22.7955,30.066 22.7635,30.214 22.6985,30.326 C22.6335,30.437 22.5225,30.523 22.3635,30.583 C22.2735,30.618 22.1665,30.643 22.0425,30.657 C21.9185,30.672 21.7915,30.685 21.6625,30.695 L21.6625,31.239 L26.3715,31.239 L26.3715,30.695 C26.2425,30.68 26.1185,30.655 25.9995,30.62 C25.8795,30.585 25.7705,30.546 25.6715,30.501 M24.0005,37.604 C16.4995,37.604 10.3965,31.501 10.3965,24 C10.3965,16.499 16.4995,10.397 24.0005,10.397 C31.5015,10.397 37.6025,16.499 37.6025,24 C37.6025,31.501 31.5015,37.604 24.0005,37.604 M24.0005,8.695 C15.5615,8.695 8.6955,15.562 8.6955,24 C8.6955,32.438 15.5615,39.305 24.0005,39.305 C32.4385,39.305 39.3045,32.438 39.3045,24 C39.3045,15.562 32.4385,8.695 24.0005,8.695 M23.7255,19.327 C24.5865,19.327 25.2845,18.629 25.2845,17.768 C25.2845,16.908 24.5865,16.21 23.7255,16.21 C22.8645,16.21 22.1665,16.908 22.1665,17.768 C22.1665,18.629 22.8645,19.327 23.7255,19.327\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.6715,30.501 C25.5325,30.441 25.4255,30.351 25.3505,30.229 C25.2765,30.108 25.2395,29.96 25.2395,29.786 L25.2395,21.869 L25.1275,21.757 L21.4765,21.951 L21.4765,22.495 C21.6255,22.51 21.7905,22.545 21.9725,22.599 C22.1525,22.654 22.2885,22.711 22.3785,22.771 C22.4975,22.85 22.5965,22.956 22.6765,23.087 C22.7555,23.22 22.7955,23.372 22.7955,23.546 L22.7955,29.883 C22.7955,30.066 22.7635,30.214 22.6985,30.326 C22.6335,30.437 22.5225,30.523 22.3635,30.583 C22.2735,30.618 22.1665,30.643 22.0425,30.657 C21.9185,30.672 21.7915,30.685 21.6625,30.695 L21.6625,31.239 L26.3715,31.239 L26.3715,30.695 C26.2425,30.68 26.1185,30.655 25.9995,30.62 C25.8795,30.585 25.7705,30.546 25.6715,30.501 M24.0005,37.604 C16.4995,37.604 10.3965,31.501 10.3965,24 C10.3965,16.499 16.4995,10.397 24.0005,10.397 C31.5015,10.397 37.6025,16.499 37.6025,24 C37.6025,31.501 31.5015,37.604 24.0005,37.604 M24.0005,8.695 C15.5615,8.695 8.6955,15.562 8.6955,24 C8.6955,32.438 15.5615,39.305 24.0005,39.305 C32.4385,39.305 39.3045,32.438 39.3045,24 C39.3045,15.562 32.4385,8.695 24.0005,8.695 M23.7255,17.327 C24.5865,17.327 25.2845,16.629 25.2845,15.768 C25.2845,14.908 24.5865,14.21 23.7255,14.21 C22.8645,14.21 22.1665,14.908 22.1665,15.768 C22.1665,16.629 22.8645,17.327 23.7255,17.327\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.6679811,30.4873137 C25.5292737,30.42744 25.4224989,30.3376295 25.3476568,30.2158863 C25.2738126,30.0951411 25.2368905,29.9474526 25.2368905,29.7738189 L25.2368905,21.8734863 L25.1251263,21.7617221 L21.4818126,21.9553137 L21.4818126,22.4981684 C21.6304989,22.5131368 21.7951516,22.5480632 21.9767684,22.6019495 C22.1563895,22.6568337 22.2921032,22.7137137 22.3819137,22.7735874 C22.5006632,22.8524211 22.5994547,22.9581979 22.6792863,23.0889221 C22.75812,23.2216421 22.7980358,23.3733221 22.7980358,23.5469558 L22.7980358,29.8706147 C22.7980358,30.0532295 22.7661032,30.2009179 22.70124,30.3126821 C22.6363768,30.4234484 22.5256105,30.5092674 22.3669453,30.5691411 C22.2771347,30.6040674 22.17036,30.6290147 22.0466211,30.6429853 C21.9228821,30.6579537 21.7961495,30.6709263 21.6674211,30.6809053 L21.6674211,31.22376 L26.3665074,31.22376 L26.3665074,30.6809053 C26.2377789,30.6659368 26.11404,30.6409895 25.9952905,30.6060632 C25.8755432,30.5711368 25.7667726,30.5322189 25.6679811,30.4873137 M24.0004989,37.57536 C16.5152905,37.57536 10.4251389,31.4852084 10.4251389,24 C10.4251389,16.5147916 16.5152905,10.4256379 24.0004989,10.4256379 C31.4857074,10.4256379 37.5738632,16.5147916 37.5738632,24 C37.5738632,31.4852084 31.4857074,37.57536 24.0004989,37.57536 M24.0004989,8.72722105 C15.5792653,8.72722105 8.72772,15.5797642 8.72772,24 C8.72772,32.4202358 15.5792653,39.2727789 24.0004989,39.2727789 C32.4207347,39.2727789 39.27228,32.4202358 39.27228,24 C39.27228,15.5797642 32.4207347,8.72722105 24.0004989,8.72722105 M23.7260779,19.3368379 C24.5852653,19.3368379 25.2817958,18.6403074 25.2817958,17.78112 C25.2817958,16.9229305 24.5852653,16.2264 23.7260779,16.2264 C22.8668905,16.2264 22.17036,16.9229305 22.17036,17.78112 C22.17036,18.6403074 22.8668905,19.3368379 23.7260779,19.3368379\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.6679811,30.4873137 C25.5292737,30.42744 25.4224989,30.3376295 25.3476568,30.2158863 C25.2738126,30.0951411 25.2368905,29.9474526 25.2368905,29.7738189 L25.2368905,21.8734863 L25.1251263,21.7617221 L21.4818126,21.9553137 L21.4818126,22.4981684 C21.6304989,22.5131368 21.7951516,22.5480632 21.9767684,22.6019495 C22.1563895,22.6568337 22.2921032,22.7137137 22.3819137,22.7735874 C22.5006632,22.8524211 22.5994547,22.9581979 22.6792863,23.0889221 C22.75812,23.2216421 22.7980358,23.3733221 22.7980358,23.5469558 L22.7980358,29.8706147 C22.7980358,30.0532295 22.7661032,30.2009179 22.70124,30.3126821 C22.6363768,30.4234484 22.5256105,30.5092674 22.3669453,30.5691411 C22.2771347,30.6040674 22.17036,30.6290147 22.0466211,30.6429853 C21.9228821,30.6579537 21.7961495,30.6709263 21.6674211,30.6809053 L21.6674211,31.22376 L26.3665074,31.22376 L26.3665074,30.6809053 C26.2377789,30.6659368 26.11404,30.6409895 25.9952905,30.6060632 C25.8755432,30.5711368 25.7667726,30.5322189 25.6679811,30.4873137 M24.0004989,37.57536 C16.5152905,37.57536 10.4251389,31.4852084 10.4251389,24 C10.4251389,16.5147916 16.5152905,10.4256379 24.0004989,10.4256379 C31.4857074,10.4256379 37.5738632,16.5147916 37.5738632,24 C37.5738632,31.4852084 31.4857074,37.57536 24.0004989,37.57536 M24.0004989,8.72722105 C15.5792653,8.72722105 8.72772,15.5797642 8.72772,24 C8.72772,32.4202358 15.5792653,39.2727789 24.0004989,39.2727789 C32.4207347,39.2727789 39.27228,32.4202358 39.27228,24 C39.27228,15.5797642 32.4207347,8.72722105 24.0004989,8.72722105 M23.7260779,16.8105221 C24.5852653,16.8105221 25.2817958,16.1139916 25.2817958,15.2548042 C25.2817958,14.3966147 24.5852653,13.7000842 23.7260779,13.7000842 C22.8668905,13.7000842 22.17036,14.3966147 22.17036,15.2548042 C22.17036,16.1139916 22.8668905,16.8105221 23.7260779,16.8105221\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default InfoSignStroke;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Instagram = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(6.5 6.5)\">\n <path d=\"M33.8386,28.3854 C33.8386,31.4924 31.3106,34.0204 28.2026,34.0204 L7.3816,34.0204 C4.2746,34.0204 1.7466,31.4924 1.7466,28.3854 L1.7466,7.5644 C1.7466,4.4564 4.2746,1.9284 7.3816,1.9284 L28.2026,1.9284 C31.3106,1.9284 33.8386,4.4564 33.8386,7.5644 L33.8386,28.3854 Z M28.2026,0.6294 L7.3816,0.6294 C3.5576,0.6294 0.4456,3.7394 0.4456,7.5644 L0.4456,28.3854 C0.4456,32.2094 3.5576,35.3204 7.3816,35.3204 L28.2026,35.3204 C32.0266,35.3204 35.1396,32.2094 35.1396,28.3854 L35.1396,7.5644 C35.1396,3.7394 32.0266,0.6294 28.2026,0.6294 L28.2026,0.6294 Z\" />\n <path d=\"M17.5115 26.5128C13.1205 26.5128 9.5485 22.9408 9.5485 18.5498 9.5485 14.1588 13.1205 10.5858 17.5115 10.5858 21.9025 10.5858 25.4745 14.1588 25.4745 18.5498 25.4745 22.9408 21.9025 26.5128 17.5115 26.5128M17.5115 9.2858C12.4045 9.2858 8.2475 13.4418 8.2475 18.5498 8.2475 23.6578 12.4045 27.8128 17.5115 27.8128 22.6185 27.8128 26.7755 23.6578 26.7755 18.5498 26.7755 13.4418 22.6185 9.2858 17.5115 9.2858M27.8914 6.1207C26.9154 6.1207 26.1244 6.9117 26.1244 7.8877 26.1244 8.8637 26.9154 9.6537 27.8914 9.6537 28.8674 9.6537 29.6584 8.8637 29.6584 7.8877 29.6584 6.9117 28.8674 6.1207 27.8914 6.1207\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(6.5 6.5)\">\n <path d=\"M33.5454,28.3854 C33.5454,31.4924 31.0184,34.0204 27.9104,34.0204 L7.0894,34.0204 C3.9824,34.0204 1.4544,31.4924 1.4544,28.3854 L1.4544,7.5644 C1.4544,4.4564 3.9824,1.9284 7.0894,1.9284 L27.9104,1.9284 C31.0184,1.9284 33.5454,4.4564 33.5454,7.5644 L33.5454,28.3854 Z M27.9104,0.6294 L7.0894,0.6294 C3.2654,0.6294 0.1534,3.7394 0.1534,7.5644 L0.1534,28.3854 C0.1534,32.2094 3.2654,35.3204 7.0894,35.3204 L27.9104,35.3204 C31.7344,35.3204 34.8464,32.2094 34.8464,28.3854 L34.8464,7.5644 C34.8464,3.7394 31.7344,0.6294 27.9104,0.6294 L27.9104,0.6294 Z\" />\n <path d=\"M17.2192,26.5128 C12.8282,26.5128 9.2562,22.9408 9.2562,18.5498 C9.2562,14.1588 12.8282,10.5858 17.2192,10.5858 C21.6102,10.5858 25.1812,14.1588 25.1812,18.5498 C25.1812,22.9408 21.6102,26.5128 17.2192,26.5128 M17.2192,9.2858 C12.1122,9.2858 7.9552,13.4418 7.9552,18.5498 C7.9552,23.6578 12.1122,27.8128 17.2192,27.8128 C22.3262,27.8128 26.4822,23.6578 26.4822,18.5498 C26.4822,13.4418 22.3262,9.2858 17.2192,9.2858\" />\n <path d=\"M12.0815 18.5494L13.3825 18.5494C13.3825 16.2784 15.2295 14.4314 17.5005 14.4314L17.5005 13.1324C14.5125 13.1324 12.0815 15.5624 12.0815 18.5494M27.5991 6.1207C26.6221 6.1207 25.8311 6.9117 25.8311 7.8877 25.8311 8.8637 26.6221 9.6537 27.5991 9.6537 28.5751 9.6537 29.3661 8.8637 29.3661 7.8877 29.3661 6.9117 28.5751 6.1207 27.5991 6.1207\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Instagram;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst JointPain = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.2838,26.6572869 C25.6018,26.6572869 24.6048,27.0473 24.1168,27.2583 C23.6288,27.0473 22.6338,26.6572869 21.9608,26.6572869 C21.8938,26.6572869 20.1938,26.6413 19.0878,27.7293 C18.4738,28.3323 18.1628,29.1343 18.1628,30.1143 C18.1628,31.7733 19.0088,32.7283 19.7538,33.5703 C20.4598,34.3663 21.0678,35.0543 21.0678,36.3233 L21.0678,42.7593 L22.3688,42.7593 L22.3688,36.3233 C22.3688,34.5613 21.4968,33.5763 20.7268,32.7083 C20.0488,31.9423 19.4638,31.2813 19.4638,30.1143 C19.4638,29.4903 19.6368,29.0153 19.9938,28.6613 C20.7148,27.9483 21.9718,27.9633 21.9498,27.9573 C22.3948,27.9573 23.3458,28.3253 23.8408,28.5583 L24.1168,28.6883 L24.3938,28.5583 C24.9238,28.3083 25.8598,27.9573 26.2928,27.9573 C26.2888,27.9473 27.5248,27.9533 28.2388,28.6603 C28.5968,29.0143 28.7688,29.4903 28.7688,30.1143 C28.7688,31.2813 28.1838,31.9423 27.5058,32.7083 C26.7368,33.5763 25.8648,34.5613 25.8648,36.3233 L25.8648,42.7593 L27.1658,42.7593 L27.1658,36.3233 C27.1658,35.0543 27.7738,34.3663 28.4788,33.5703 C29.2238,32.7273 30.0698,31.7733 30.0698,30.1143 C30.0698,29.1343 29.7588,28.3323 29.1448,27.7293 C28.0398,26.6423 26.3438,26.6583 26.2838,26.6572869 L26.2838,26.6572869 Z M31.2378,26.8743 L34.8868,28.3673 L35.3788,27.1643 L31.7298,25.6713 L31.2378,26.8743 Z M21.4458,21.6013131 L21.4658,21.6013131 C22.1468,21.6013131 23.1448,21.2113 23.6338,21.0013 C24.1218,21.2113 25.1158,21.6013131 25.7898,21.6013131 C25.8518,21.6013131 27.5548,21.6173 28.6618,20.5303 C29.2748,19.9273 29.5868,19.1243 29.5868,18.1453 C29.5868,16.4853 28.7408,15.5313 27.9958,14.6893 C27.2908,13.8923 26.6818,13.2043 26.6818,11.9363 L26.6818,5.4993 L25.3818,5.4993 L25.3818,11.9363 C25.3818,13.6983 26.2538,14.6823 27.0228,15.5513 C27.7008,16.3173 28.2858,16.9783 28.2858,18.1453 C28.2858,18.7683 28.1128,19.2443 27.7558,19.5983 C27.0358,20.3113 25.8188,20.3023 25.8008,20.3023 C25.3538,20.3023 24.4038,19.9333 23.9108,19.7003 L23.6338,19.5703 L23.3558,19.7003 C22.8268,19.9503 21.8898,20.3023 21.4568,20.3023 C21.4548,20.2933 20.2238,20.3053 19.5108,19.5983 C19.1528,19.2443 18.9798,18.7683 18.9798,18.1453 C18.9798,16.9783 19.5648,16.3173 20.2438,15.5513 C21.0128,14.6823 21.8858,13.6983 21.8858,11.9363 L21.8858,5.4993 L20.5848,5.4993 L20.5848,11.9363 C20.5848,13.2043 19.9758,13.8923 19.2698,14.6893 C18.5248,15.5313 17.6798,16.4853 17.6798,18.1453 C17.6798,19.1243 17.9908,19.9273 18.6038,20.5303 C19.6588,21.5673 21.2438,21.6013131 21.4458,21.6013131 L21.4458,21.6013131 Z M32.4868,24.7793 L36.7748,24.7793 L36.7748,23.4793 L32.4868,23.4793 L32.4868,24.7793 Z M12.3718,21.0943 L16.0198,22.5883 L16.5128,21.3853 L12.8638,19.8913 L12.3718,21.0943 Z M35.3788,21.0943 L34.8868,19.8913 L31.2378,21.3853 L31.7298,22.5883 L35.3788,21.0943 Z M12.3718,27.1643 L12.8638,28.3673 L16.5128,26.8743 L16.0198,25.6713 L12.3718,27.1643 Z M10.9748,24.7793 L15.2628,24.7793 L15.2628,23.4793 L10.9748,23.4793 L10.9748,24.7793 Z\"\n />\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(11 6)\">\n <path d=\"M15.4094,19.7825 C14.7274,19.7825 13.7304,20.1725 13.2424,20.3835 C12.7544,20.1725 11.7594,19.7825 11.0854,19.7825 C11.0244,19.7775 9.3194,19.7665 8.2134,20.8545 C7.5994,21.4575 7.2884,22.2595 7.2884,23.2395 C7.2884,24.8985 8.1344,25.8535 8.8794,26.6955 C9.5854,27.4915 10.1934,28.1795 10.1934,29.4485 L10.1934,35.8845 L11.4944,35.8845 L11.4944,29.4485 C11.4944,27.6865 10.6224,26.7015 9.8524,25.8335 C9.1744,25.0675 8.5894,24.4065 8.5894,23.2395 C8.5894,22.6155 8.7624,22.1395 9.1194,21.7855 C9.8394,21.0735 11.0694,21.0835 11.0744,21.0825 C11.5204,21.0825 12.4714,21.4505 12.9664,21.6835 L13.2424,21.8135 L13.5194,21.6835 C14.0494,21.4335 14.9844,21.0825 15.4184,21.0825 C15.4154,21.0785 16.6504,21.0785 17.3644,21.7855 C17.7224,22.1395 17.8944,22.6155 17.8944,23.2395 C17.8944,24.4065 17.3094,25.0675 16.6314,25.8335 C15.8614,26.7015 14.9894,27.6865 14.9894,29.4485 L14.9894,35.8845 L16.2904,35.8845 L16.2904,29.4485 C16.2904,28.1795 16.8984,27.4915 17.6044,26.6955 C18.3494,25.8535 19.1954,24.8985 19.1954,23.2395 C19.1954,22.2595 18.8844,21.4575 18.2704,20.8545 C17.1654,19.7665 15.4874,19.7885 15.4094,19.7825\" />\n <polygon points=\".1 18.905 4.388 18.905 4.388 17.605 .1 17.605\" />\n <polygon points=\"1.496 15.22 5.144 16.713 5.637 15.511 1.988 14.017\" />\n <polygon points=\"1.496 21.29 1.988 22.493 5.637 20.999 5.144 19.796\" />\n <path d=\"M10.5715,16.7268 L10.5915,16.7268 C11.2725,16.7268 12.2695,16.3368 12.7585,16.1258 C13.2465,16.3368 14.2415,16.7268 14.9155,16.7268 C14.9825,16.7218 16.6805,16.7428 17.7875,15.6548 C18.4005,15.0518 18.7125,14.2498 18.7125,13.2698 C18.7125,11.6108 17.8665,10.6558 17.1215,9.8138 C16.4155,9.0178 15.8065,8.3298 15.8065,7.0608 L15.8065,0.6248 L14.5065,0.6248 L14.5065,7.0608 C14.5065,8.8228 15.3785,9.8078 16.1475,10.6758 C16.8265,11.4418 17.4115,12.1028 17.4115,13.2698 C17.4115,13.8938 17.2385,14.3698 16.8815,14.7238 C16.1615,15.4358 14.9185,15.4328 14.9255,15.4268 C14.4795,15.4268 13.5295,15.0588 13.0345,14.8258 L12.7585,14.6958 L12.4805,14.8258 C11.9515,15.0758 11.0155,15.4268 10.5825,15.4268 C10.5815,15.4128 9.3495,15.4308 8.6355,14.7238 C8.2785,14.3698 8.1055,13.8938 8.1055,13.2698 C8.1055,12.1028 8.6905,11.4418 9.3695,10.6758 C10.1385,9.8078 11.0105,8.8228 11.0105,7.0608 L11.0105,0.6248 L9.7105,0.6248 L9.7105,7.0608 C9.7105,8.3298 9.1015,9.0178 8.3955,9.8138 C7.6505,10.6558 6.8045,11.6108 6.8045,13.2698 C6.8045,14.2498 7.1165,15.0518 7.7295,15.6548 C8.7845,16.6918 10.3695,16.7268 10.5715,16.7268\" />\n <polygon points=\"21.613 18.905 25.901 18.905 25.901 17.605 21.613 17.605\" />\n <polygon points=\"20.363 20.999 24.012 22.493 24.505 21.29 20.855 19.796\" />\n <polygon points=\"24.504 15.22 24.012 14.017 20.363 15.511 20.856 16.713\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default JointPain;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Journal = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.5079,9.4632 C23.8529,9.4632 24.1329,9.1832 24.1329,8.8382 C24.1329,8.4932 23.8529,8.2132 23.5079,8.2132 C23.1629,8.2132 22.8829,8.4932 22.8829,8.8382 C22.8829,9.1832 23.1629,9.4632 23.5079,9.4632 L23.5079,9.4632 Z M39.4009,34.4342 C39.4009,35.2622 38.7269,35.9352 37.8999,35.9352 L15.1159,35.9352 C15.4309,35.5172 15.6169,34.9972 15.6169,34.4342 L15.6169,34.2962 L39.4009,34.2962 L39.4009,34.4342 Z M38.3969,39.7372 L8.6189,39.7372 L8.6189,9.2132 L18.0049,9.2132 L15.9519,10.5882 L15.9519,11.1602 L10.6159,11.1602 L10.6159,34.4342 C10.6159,35.8132 11.7379,36.9352 13.1169,36.9352 L37.8999,36.9352 C38.0699,36.9352 38.2359,36.9182 38.3969,36.8852 L38.3969,39.7372 Z M19.4479,9.8102 L19.4479,6.5172 L27.5669,6.5172 L27.5669,9.8102 L29.7639,11.2822 L29.7639,12.3262 L17.2519,12.3262 L17.2519,11.2822 L19.4479,9.8102 Z M31.0639,13.6262 L31.0639,12.1602 L35.3999,12.1602 L35.3999,33.2962 L14.6169,33.2962 L14.6169,34.4342 C14.6169,35.2622 13.9439,35.9352 13.1169,35.9352 C12.2889,35.9352 11.6159,35.2622 11.6159,34.4342 L11.6159,12.1602 L15.9519,12.1602 L15.9519,13.6262 L31.0639,13.6262 Z M28.8669,9.0832 L38.3969,9.0832 L38.3969,33.2962 L36.3999,33.2962 L36.3999,11.1602 L31.0639,11.1602 L31.0639,10.5882 L28.8669,9.1162 L28.8669,9.0832 Z M39.6969,33.2962 L39.6969,7.7832 L28.8669,7.7832 L28.8669,5.2172 L18.1489,5.2172 L18.1489,7.9132 L7.3189,7.9132 L7.3189,41.0372 L39.6969,41.0372 L39.6969,36.1662 C40.1309,35.7162 40.4009,35.1072 40.4009,34.4342 L40.4009,33.2962 L39.6969,33.2962 Z M14.8239,20.3352 L26.9809,20.3352 L26.9809,19.3352 L14.8239,19.3352 L14.8239,20.3352 Z M29.5869,20.3352 L32.1919,20.3352 L32.1919,19.3352 L29.5869,19.3352 L29.5869,20.3352 Z M14.8239,28.1342 L32.1919,28.1342 L32.1919,27.1342 L14.8239,27.1342 L14.8239,28.1342 Z M14.8239,24.2342 L32.1919,24.2342 L32.1919,23.2342 L14.8239,23.2342 L14.8239,24.2342 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M14.796,24.234 L32.164,24.234 L32.164,23.234 L14.796,23.234 L14.796,24.234 Z M14.796,28.134 L32.164,28.134 L32.164,27.134 L14.796,27.134 L14.796,28.134 Z M37.867,34.435 L15.083,34.435 C15.402,34.014 15.599,33.497 15.599,32.93 C15.599,32.362 15.402,31.845 15.083,31.424 L37.867,31.424 C38.697,31.424 39.372,32.099 39.372,32.93 C39.372,33.76 38.697,34.435 37.867,34.435 L37.867,34.435 Z M38.369,39.737 L8.59,39.737 L8.59,9.213 L17.976,9.213 L15.923,10.589 L15.923,11.16 L10.588,11.16 L10.588,32.934 C10.588,34.313 11.709,35.435 13.088,35.435 L13.088,35.434 C13.09,35.434 13.092,35.435 13.093,35.435 L37.867,35.435 C38.039,35.435 38.206,35.417 38.369,35.385 L38.369,39.737 Z M19.42,9.81 L19.42,6.517 L27.538,6.517 L27.538,9.81 L29.736,11.283 L29.736,12.326 L17.223,12.326 L17.223,11.283 L19.42,9.81 Z M14.599,32.93 C14.599,33.76 13.924,34.435 13.093,34.435 C12.263,34.435 11.588,33.76 11.588,32.93 L11.588,12.16 L15.923,12.16 L15.923,13.626 L31.036,13.626 L31.036,12.16 L35.371,12.16 L35.371,30.424 L13.093,30.424 L13.093,31.424 C13.924,31.424 14.599,32.099 14.599,32.93 L14.599,32.93 Z M28.839,9.083 L38.369,9.083 L38.369,30.474 C38.206,30.442 38.039,30.424 37.867,30.424 L36.371,30.424 L36.371,11.16 L31.036,11.16 L31.036,10.589 L28.839,9.117 L28.839,9.083 Z M39.668,31.196 L39.668,7.783 L28.839,7.783 L28.839,5.218 L18.12,5.218 L18.12,7.913 L7.29,7.913 L7.29,41.037 L39.668,41.037 L39.668,34.663 C40.102,34.212 40.372,33.603 40.372,32.93 C40.372,32.256 40.102,31.647 39.668,31.196 L39.668,31.196 Z M23.479,9.463 C23.825,9.463 24.104,9.183 24.104,8.838 C24.104,8.493 23.825,8.213 23.479,8.213 C23.134,8.213 22.854,8.493 22.854,8.838 C22.854,9.183 23.134,9.463 23.479,9.463 L23.479,9.463 Z M14.796,20.335 L26.953,20.335 L26.953,19.335 L14.796,19.335 L14.796,20.335 Z M29.559,20.335 L32.164,20.335 L32.164,19.335 L29.559,19.335 L29.559,20.335 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.264,34.3029474 C39.264,35.1277895 38.5932632,35.7985263 37.7684211,35.7985263 L14.9949474,35.7985263 C15.3069474,35.3804211 15.4913684,34.8625263 15.4913684,34.3029474 L15.4913684,34.1690526 L39.264,34.1690526 L39.264,34.3029474 Z M38.2837895,39.6233684 L8.46821053,39.6233684 L8.46821053,9.06252632 L17.9343158,9.06252632 L15.8387368,10.4671579 L15.8387368,11.0229474 L10.4791579,11.0229474 L10.4791579,34.3029474 C10.4791579,35.6848421 11.6033684,36.8090526 12.9852632,36.8090526 L37.7684211,36.8090526 C37.9452632,36.8090526 38.1170526,36.7888421 38.2837895,36.7534737 L38.2837895,39.6233684 Z M19.2985263,9.66884211 L19.2985263,6.36694737 L27.4534737,6.36694737 L27.4534737,9.66884211 L29.6513684,11.1416842 L29.6513684,12.2128421 L17.1018947,12.2128421 L17.1018947,11.1416842 L19.2985263,9.66884211 Z M30.9145263,13.476 L30.9145263,12.0334737 L35.2623158,12.0334737 L35.2623158,33.1585263 L14.4808421,33.1585263 L14.4808421,34.3029474 C14.4808421,35.1277895 13.8101053,35.7985263 12.9852632,35.7985263 C12.1604211,35.7985263 11.4896842,35.1277895 11.4896842,34.3029474 L11.4896842,12.0334737 L15.8387368,12.0334737 L15.8387368,13.476 L30.9145263,13.476 Z M28.7166316,8.93368421 L38.2837895,8.93368421 L38.2837895,33.1585263 L36.2728421,33.1585263 L36.2728421,11.0229474 L30.9145263,11.0229474 L30.9145263,10.4671579 L28.7166316,8.99431579 L28.7166316,8.93368421 Z M39.5469474,33.1585263 L39.5469474,7.67052632 L28.7166316,7.67052632 L28.7166316,5.10378947 L18.0353684,5.10378947 L18.0353684,7.79936842 L7.20505263,7.79936842 L7.20505263,40.8865263 L39.5469474,40.8865263 L39.5469474,36.0650526 C39.9966316,35.6115789 40.2745263,34.9888421 40.2745263,34.3029474 L40.2745263,33.1585263 L39.5469474,33.1585263 Z M23.376,9.33157895 C23.7208421,9.33157895 24.0012632,9.05115789 24.0012632,8.70631579 C24.0012632,8.36147368 23.7208421,8.08105263 23.376,8.08105263 C23.0311579,8.08105263 22.7507368,8.36147368 22.7507368,8.70631579 C22.7507368,9.05115789 23.0311579,9.33157895 23.376,9.33157895 L23.376,9.33157895 Z M15.9549474,21.5816842 L30.7970526,21.5816842 L30.7970526,20.5711579 L15.9549474,20.5711579 L15.9549474,21.5816842 Z M15.9549474,25.4810526 L30.7970526,25.4810526 L30.7970526,24.4705263 L15.9549474,24.4705263 L15.9549474,25.4810526 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.3475789,9.33157895 C23.6924211,9.33157895 23.9728421,9.05115789 23.9728421,8.70631579 C23.9728421,8.36147368 23.6924211,8.08105263 23.3475789,8.08105263 C23.0027368,8.08105263 22.7223158,8.36147368 22.7223158,8.70631579 C22.7223158,9.05115789 23.0027368,9.33157895 23.3475789,9.33157895 L23.3475789,9.33157895 Z M37.7349474,34.2991579 L14.9627368,34.2991579 C15.2785263,33.8785263 15.4730526,33.3618947 15.4730526,32.7972632 C15.4730526,32.2326316 15.2785263,31.7172632 14.9627368,31.2978947 L37.7349474,31.2978947 C38.5623158,31.2978947 39.2355789,31.9711579 39.2355789,32.7972632 C39.2355789,33.6246316 38.5623158,34.2991579 37.7349474,34.2991579 L37.7349474,34.2991579 Z M38.2553684,39.6233684 L8.43978947,39.6233684 L8.43978947,9.06252632 L17.9058947,9.06252632 L15.8103158,10.4671579 L15.8103158,11.0229474 L10.4507368,11.0229474 L10.4507368,32.8035789 C10.4507368,34.1842105 11.5749474,35.3084211 12.9568421,35.3084211 L12.9568421,35.3084211 C12.9581053,35.3084211 12.9593684,35.3084211 12.9618947,35.3084211 L37.7349474,35.3084211 C37.9130526,35.3084211 38.0873684,35.2882105 38.2553684,35.2528421 L38.2553684,39.6233684 Z M19.2701053,9.66884211 L19.2701053,6.36694737 L27.4263158,6.36694737 L27.4263158,9.66884211 L29.6229474,11.1416842 L29.6229474,12.2128421 L17.0734737,12.2128421 L17.0734737,11.1416842 L19.2701053,9.66884211 Z M14.4625263,32.7972632 C14.4625263,33.6246316 13.7892632,34.2991579 12.9618947,34.2991579 C12.1345263,34.2991579 11.4612632,33.6246316 11.4612632,32.7972632 L11.4612632,12.0334737 L15.8103158,12.0334737 L15.8103158,13.476 L30.8861053,13.476 L30.8861053,12.0334737 L35.2338947,12.0334737 L35.2338947,30.2873684 L12.9618947,30.2873684 L12.9618947,31.2978947 C13.7892632,31.2978947 14.4625263,31.9711579 14.4625263,32.7972632 L14.4625263,32.7972632 Z M28.6894737,8.93368421 L38.2553684,8.93368421 L38.2553684,30.3429474 C38.0873684,30.3075789 37.9130526,30.2873684 37.7349474,30.2873684 L36.2444211,30.2873684 L36.2444211,11.0229474 L30.8861053,11.0229474 L30.8861053,10.4671579 L28.6894737,8.99431579 L28.6894737,8.93368421 Z M39.5185263,31.0338947 L39.5185263,7.67052632 L28.6894737,7.67052632 L28.6894737,5.10378947 L18.0069474,5.10378947 L18.0069474,7.79936842 L7.17663158,7.79936842 L7.17663158,40.8865263 L39.5185263,40.8865263 L39.5185263,34.5618947 C39.9669474,34.1084211 40.2461053,33.4856842 40.2461053,32.7972632 C40.2461053,32.1101053 39.9669474,31.4886316 39.5185263,31.0338947 L39.5185263,31.0338947 Z M15.9265263,25.4810526 L30.7686316,25.4810526 L30.7686316,24.4705263 L15.9265263,24.4705263 L15.9265263,25.4810526 Z M15.9265263,21.5816842 L30.7686316,21.5816842 L30.7686316,20.5711579 L15.9265263,20.5711579 L15.9265263,21.5816842 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Journal;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst JpgFile = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M12,39.1 L35.999,39.1 L35.999,8.9 L12,8.9 L12,39.1 Z M10.699,40.4 L37.3,40.4 L37.3,7.6 L10.699,7.6 L10.699,40.4 Z M25.411,15.502 C25.911,15.502 26.318,15.908 26.318,16.408 C26.318,16.908 25.911,17.314 25.411,17.314 C24.911,17.314 24.505,16.908 24.505,16.408 C24.505,15.908 24.911,15.502 25.411,15.502 L25.411,15.502 Z M25.411,18.314 C26.462,18.314 27.318,17.459 27.318,16.408 C27.318,15.357 26.462,14.502 25.411,14.502 C24.361,14.502 23.505,15.357 23.505,16.408 C23.505,17.459 24.361,18.314 25.411,18.314 L25.411,18.314 Z M25.533,22.611 L27.696,20.393 L31.011,24.51 L27.135,24.51 L25.533,22.611 Z M16.99,24.51 L21.407,19.271 L25.826,24.51 L16.99,24.51 Z M27.766,18.887 L24.885,21.843 L21.407,17.721 L14.837,25.51 L33.101,25.51 L27.766,18.887 Z M27.25,29.465 C27.449,29.222 27.717,29.1 28.055,29.1 C28.383,29.1 28.625,29.176 28.781,29.328 C28.939,29.48 29.043,29.697 29.096,29.977 L29.88,29.977 C29.813,29.5 29.632,29.127 29.34,28.86 C29.048,28.593 28.615,28.46 28.041,28.46 C27.477,28.46 27.022,28.639 26.675,28.998 C26.329,29.357 26.156,29.831 26.156,30.42 L26.156,31.418 C26.156,32.007 26.339,32.481 26.705,32.84 C27.071,33.199 27.548,33.379 28.137,33.379 C28.599,33.379 28.972,33.309 29.256,33.167 C29.541,33.026 29.749,32.866 29.88,32.686 L29.88,30.893 L28.13,30.893 L28.13,31.491 L29.082,31.491 L29.082,32.45 C29.008,32.531 28.895,32.6 28.744,32.656 C28.593,32.713 28.391,32.742 28.137,32.742 C27.778,32.742 27.49,32.62 27.275,32.376 C27.059,32.132 26.951,31.813 26.951,31.418 L26.951,30.414 C26.951,30.024 27.051,29.708 27.25,29.465 L27.25,29.465 Z M24.493,30.624 C24.348,30.779 24.123,30.857 23.822,30.857 L22.751,30.857 L22.751,29.169 L23.822,29.169 C24.123,29.169 24.348,29.249 24.493,29.409 C24.639,29.568 24.711,29.772 24.711,30.02 C24.711,30.267 24.639,30.468 24.493,30.624 L24.493,30.624 Z M23.822,28.529 L21.953,28.529 L21.953,33.31 L22.751,33.31 L22.751,31.497 L23.822,31.497 C24.36,31.497 24.776,31.364 25.07,31.098 C25.363,30.832 25.509,30.471 25.509,30.013 C25.509,29.56 25.363,29.199 25.07,28.931 C24.776,28.663 24.36,28.529 23.822,28.529 L23.822,28.529 Z M20.141,31.928 C20.141,32.186 20.075,32.386 19.946,32.528 C19.815,32.671 19.638,32.742 19.415,32.742 C19.161,32.742 18.97,32.68 18.842,32.556 C18.714,32.433 18.65,32.232 18.65,31.954 L17.852,31.954 C17.852,32.433 17.99,32.791 18.267,33.026 C18.544,33.261 18.927,33.379 19.415,33.379 C19.87,33.379 20.238,33.251 20.518,32.995 C20.798,32.738 20.939,32.383 20.939,31.928 L20.939,28.529 L20.141,28.529 L20.141,31.928 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M12.001,39.1 L36,39.1 L36,8.9 L12.001,8.9 L12.001,39.1 Z M10.7,40.4 L37.301,40.4 L37.301,7.6 L10.7,7.6 L10.7,40.4 Z M25.412,13.502 C25.912,13.502 26.318,13.908 26.318,14.408 C26.318,14.908 25.912,15.314 25.412,15.314 C24.912,15.314 24.506,14.908 24.506,14.408 C24.506,13.908 24.912,13.502 25.412,13.502 L25.412,13.502 Z M25.412,16.314 C26.463,16.314 27.318,15.459 27.318,14.408 C27.318,13.357 26.463,12.502 25.412,12.502 C24.361,12.502 23.506,13.357 23.506,14.408 C23.506,15.459 24.361,16.314 25.412,16.314 L25.412,16.314 Z M25.534,22.611 L27.696,20.393 L31.011,24.51 L27.135,24.51 L25.534,22.611 Z M16.99,24.51 L21.408,19.271 L25.827,24.51 L16.99,24.51 Z M27.766,18.887 L24.885,21.843 L21.408,17.721 L14.838,25.51 L33.101,25.51 L27.766,18.887 Z M27.251,29.465 C27.45,29.222 27.718,29.1 28.055,29.1 C28.384,29.1 28.626,29.176 28.782,29.328 C28.939,29.48 29.044,29.697 29.096,29.977 L29.881,29.977 C29.813,29.5 29.633,29.127 29.341,28.86 C29.049,28.593 28.615,28.46 28.042,28.46 C27.477,28.46 27.022,28.639 26.676,28.998 C26.33,29.357 26.157,29.831 26.157,30.42 L26.157,31.418 C26.157,32.007 26.34,32.481 26.706,32.84 C27.071,33.199 27.549,33.379 28.137,33.379 C28.599,33.379 28.972,33.309 29.257,33.167 C29.542,33.026 29.75,32.866 29.881,32.686 L29.881,30.893 L28.131,30.893 L28.131,31.491 L29.083,31.491 L29.083,32.45 C29.009,32.531 28.895,32.6 28.745,32.656 C28.594,32.713 28.391,32.742 28.137,32.742 C27.778,32.742 27.491,32.62 27.275,32.376 C27.059,32.132 26.952,31.813 26.952,31.418 L26.952,30.414 C26.952,30.024 27.052,29.708 27.251,29.465 L27.251,29.465 Z M24.494,30.624 C24.348,30.779 24.124,30.857 23.822,30.857 L22.752,30.857 L22.752,29.169 L23.822,29.169 C24.124,29.169 24.348,29.249 24.494,29.409 C24.639,29.568 24.712,29.772 24.712,30.02 C24.712,30.267 24.639,30.468 24.494,30.624 L24.494,30.624 Z M23.822,28.529 L21.954,28.529 L21.954,33.31 L22.752,33.31 L22.752,31.497 L23.822,31.497 C24.36,31.497 24.776,31.364 25.07,31.098 C25.363,30.832 25.51,30.471 25.51,30.013 C25.51,29.56 25.363,29.199 25.07,28.931 C24.776,28.663 24.36,28.529 23.822,28.529 L23.822,28.529 Z M20.141,31.928 C20.141,32.186 20.076,32.386 19.946,32.528 C19.815,32.671 19.638,32.742 19.416,32.742 C19.162,32.742 18.97,32.68 18.843,32.556 C18.715,32.433 18.65,32.232 18.65,31.954 L17.852,31.954 C17.852,32.433 17.991,32.791 18.267,33.026 C18.545,33.261 18.927,33.379 19.416,33.379 C19.871,33.379 20.238,33.251 20.518,32.995 C20.799,32.738 20.939,32.383 20.939,31.928 L20.939,28.529 L20.141,28.529 L20.141,31.928 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default JpgFile;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Kidney = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M29.3115 17.8451C28.5385 19.0111 27.1615 19.8621 25.8025 20.0121 25.0245 20.0971 23.8745 19.9951 22.8495 19.0101 21.5855 17.7971 21.6005 15.7351 22.8805 14.3171L22.9705 14.2071C25.9065 10.6371 23.9845 8.7851 22.9005 7.7461 22.2835 7.1531 21.9385 6.3451 21.9295 5.4741 21.9205 4.5811 22.2785 3.7071 22.9095 3.0751 23.5985 2.3871 24.7155 1.9631 25.8365 1.9631L25.8825 1.9631C26.9515 1.9751 27.9095 2.3661 28.5815 3.0661 31.2535 5.8511 34.2385 10.4131 29.3115 17.8451M29.5185 2.1651C28.6035 1.2121 27.3175.6781 25.8965.6631 24.3575.6741 22.9415 1.2051 21.9905 2.1561 21.1135 3.0321 20.6175 4.2471 20.6295 5.4871 20.6415 6.7101 21.1275 7.8461 22.0495 8.7321 22.5245 9.1861 23.0255 9.6721 23.1745 10.3491L21.9015 10.3491C19.7405 10.3491 17.9815 12.1081 17.9815 14.2701L17.9815 28.7771 19.2825 28.7771 19.2825 14.2701C19.2825 12.8241 20.4575 11.6501 21.9015 11.6501L23.0425 11.6501C22.8585 12.1401 22.4665 12.7751 21.9165 13.4441 20.1625 15.3891 20.1765 18.2461 21.9495 19.9481 22.9025 20.8631 24.0685 21.3371 25.3515 21.3371 25.5465 21.3371 25.7455 21.3261 25.9455 21.3041 27.6975 21.1111 29.4025 20.0611 30.3955 18.5641 34.4805 12.4011 34.1945 7.0361 29.5185 2.1651M10.7021 14.2016L10.7041 14.2046 10.7961 14.3146C12.0761 15.7346 12.0911 17.7986 10.8281 19.0106 9.8031 19.9946 8.6521 20.0956 7.8741 20.0126 6.5151 19.8616 5.1381 19.0116 4.3651 17.8456-.5619 10.4136 2.4231 5.8506 5.0961 3.0656 5.7671 2.3656 6.7261 1.9746 7.7951 1.9636L7.8411 1.9636C8.9611 1.9636 10.0791 2.3876 10.7661 3.0756 11.3991 3.7076 11.7571 4.5826 11.7481 5.4746 11.7391 6.3466 11.3931 7.1526 10.7271 7.7936 9.6921 8.7856 7.7661 10.6316 10.7021 14.2016M11.8021 10.3486L10.5081 10.3486C10.6611 9.6626 11.1771 9.1636 11.6771 8.6836 12.5491 7.8466 13.0351 6.7116 13.0481 5.4876 13.0591 4.2486 12.5631 3.0336 11.6861 2.1556 10.7491 1.2196 9.3151.6636 7.8421.6636L7.7821.6636C6.3601.6786 5.0731 1.2116 4.1581 2.1656-.5169 7.0366-.8039 12.4006 3.2811 18.5636 4.2731 20.0596 5.9781 21.1106 7.7301 21.3046 7.9311 21.3266 8.1301 21.3376 8.3251 21.3376 9.6081 21.3376 10.7751 20.8626 11.7281 19.9476 13.5001 18.2466 13.5151 15.3886 11.7271 13.4026L11.7061 13.3756C11.1571 12.7076 10.8191 12.1406 10.6361 11.6496L11.8021 11.6496C13.2461 11.6496 14.4211 12.8246 14.4211 14.2696L14.4211 28.7766 15.7221 28.7766 15.7221 14.2696C15.7221 12.1076 13.9631 10.3486 11.8021 10.3486\"\n transform=\"translate(8 10)\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M29.3113 17.8451C28.5393 19.0111 27.1613 19.8621 25.8033 20.0121 25.0173 20.0951 23.8743 19.9941 22.8493 19.0101 21.5863 17.7971 21.6013 15.7351 22.8803 14.3171L22.9553 14.2271 22.9723 14.2041 22.9753 14.2011C25.9103 10.6311 23.9843 8.7851 22.9003 7.7461 22.2833 7.1531 21.9383 6.3451 21.9293 5.4741 21.9203 4.5811 22.2783 3.7071 22.9093 3.0751 23.5983 2.3871 24.7153 1.9631 25.8363 1.9631L25.8823 1.9631C26.9513 1.9751 27.9093 2.3661 28.5813 3.0661 31.2543 5.8511 34.2393 10.4121 29.3113 17.8451M29.5183 2.1651C28.6033 1.2121 27.3173.6781 25.8963.6631 24.3593.6741 22.9413 1.2051 21.9903 2.1561 21.1133 3.0321 20.6173 4.2471 20.6293 5.4871 20.6413 6.7101 21.1273 7.8461 22.0503 8.7331 22.5243 9.1871 23.0253 9.6731 23.1743 10.3491L21.9023 10.3491C19.7413 10.3491 17.9823 12.1081 17.9823 14.2701L17.9823 30.7771 19.2833 30.7771 19.2833 14.2701C19.2833 12.8241 20.4573 11.6501 21.9023 11.6501L23.0433 11.6501C22.8593 12.1401 22.5213 12.7071 21.9713 13.3751L21.9163 13.4441C20.1623 15.3891 20.1763 18.2451 21.9493 19.9481 22.9023 20.8631 24.0693 21.3371 25.3513 21.3371 25.5463 21.3371 25.7463 21.3261 25.9463 21.3041 27.6983 21.1111 29.4033 20.0601 30.3953 18.5641 34.4813 12.4001 34.1943 7.0351 29.5183 2.1651M10.7957 14.3148C12.0757 15.7348 12.0907 17.7968 10.8277 19.0098 9.8017 19.9948 8.6587 20.0948 7.8727 20.0118 6.5157 19.8618 5.1387 19.0108 4.3657 17.8448-.5613 10.4138 2.4227 5.8508 5.0957 3.0658 5.7677 2.3658 6.7267 1.9748 7.7947 1.9628L7.8407 1.9628C8.9607 1.9628 10.0787 2.3868 10.7667 3.0758 11.3997 3.7078 11.7567 4.5828 11.7477 5.4748 11.7387 6.3458 11.3937 7.1528 10.7277 7.7938 9.6927 8.7848 7.7687 10.6288 10.6977 14.1968 10.7257 14.2308 10.7717 14.2888 10.7957 14.3148M11.8017 10.3488L10.5077 10.3488C10.6607 9.6628 11.1767 9.1638 11.6767 8.6838 12.5487 7.8458 13.0347 6.7108 13.0477 5.4878 13.0597 4.2488 12.5637 3.0338 11.6867 2.1558 10.7357 1.2068 9.2327.6578 7.7817.663751327 6.3597.6778 5.0727 1.2108 4.1577 2.1658-.5173 7.0368-.8043 12.4008 3.2817 18.5638 4.2747 20.0598 5.9787 21.1098 7.7307 21.3038 7.9317 21.3268 8.1297 21.3368 8.3257 21.3368 9.6087 21.3368 10.7747 20.8628 11.7287 19.9478 13.5007 18.2458 13.5157 15.3888 11.7177 13.3898L11.7057 13.3758C11.1567 12.7078 10.8187 12.1408 10.6357 11.6498L11.8017 11.6498C13.2457 11.6498 14.4207 12.8248 14.4207 14.2698L14.4207 30.7768 15.7217 30.7768 15.7217 14.2698C15.7217 12.1078 13.9627 10.3488 11.8017 10.3488\"\n transform=\"translate(8 10)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Kidney;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Kjernejournal = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.8295799,28.3646202 C35.8295799,29.4486175 35.3645175,30.4874483 34.5553472,31.2154719 C33.8120129,31.8853148 32.8665774,32.2236812 31.9215246,32.2236812 C30.9458505,32.2236812 29.9732385,31.8673248 29.2218661,31.157674 L25.2326642,26.3482015 L21.4474773,31.8278997 L19.9332494,31.8278997 L19.9332494,20.1060306 L21.238869,20.1060306 L21.238869,29.7548314 L27.9273467,20.1060306 L29.5426252,20.1060306 L25.9985817,25.2397071 L30.1761052,30.2834332 C31.1085266,31.152698 32.6690694,31.1706881 33.6776615,30.2654432 C34.2143014,29.7762664 34.524343,29.0888161 34.524343,28.3646202 L34.524343,20.1060306 L35.8295799,20.1060306 L35.8295799,28.3646202 Z M18.5281102,16.5742357 C16.1339001,18.9405038 14.652973,22.2081892 14.652973,25.8188342 C14.652973,33.0405069 20.5747676,38.8937861 27.8798836,38.8937861 C31.534164,38.8937861 34.8401261,37.4300835 37.2339535,35.0634326 C38.1066632,34.2018232 38.8044482,33.1878723 39.4069241,32.113827 C40.4580034,30.2382667 41.108708,28.1142903 41.108708,25.8188342 C41.108708,18.5971615 35.1861478,12.7438823 27.8798836,12.7438823 C24.2278997,12.7438823 20.9211721,14.2079676 18.5281102,16.5742357 Z M27.8833335,4.96268735 C32.479667,4.96268735 36.7299464,6.44432163 40.1826189,8.95603754 L36.1384143,14.6712304 C33.8281809,12.9687731 30.9732491,11.9626873 27.8833335,11.9626873 C20.1903098,11.9626873 13.9538819,18.1991152 13.9538819,25.8921389 C13.9538819,30.6798965 16.3693766,34.9034851 20.0481924,37.4107312 L16.0041428,43.1260366 C10.5366093,39.3501422 6.95388194,33.0395359 6.95388194,25.8921389 C6.95388194,14.333122 16.3243166,4.96268735 27.8833335,4.96268735 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.8295799,28.3646202 C35.8295799,29.4486175 35.3645175,30.4874483 34.5553472,31.2154719 C33.8120129,31.8853148 32.8665774,32.2236812 31.9215246,32.2236812 C30.9458505,32.2236812 29.9732385,31.8673248 29.2218661,31.157674 L25.2326642,26.3482015 L21.4474773,31.8278997 L19.9332494,31.8278997 L19.9332494,20.1060306 L21.238869,20.1060306 L21.238869,29.7548314 L27.9273467,20.1060306 L29.5426252,20.1060306 L25.9985817,25.2397071 L30.1761052,30.2834332 C31.1085266,31.152698 32.6690694,31.1706881 33.6776615,30.2654432 C34.2143014,29.7762664 34.524343,29.0888161 34.524343,28.3646202 L34.524343,20.1060306 L35.8295799,20.1060306 L35.8295799,28.3646202 Z M27.8798836,12.7438823 C24.2278997,12.7438823 20.9211721,14.2079676 18.5281102,16.5742357 C16.1339001,18.9405038 14.652973,22.2081892 14.652973,25.8188342 C14.652973,33.0405069 20.5747676,38.8937861 27.8798836,38.8937861 C31.534164,38.8937861 34.8401261,37.4300835 37.2339535,35.0634326 C38.1066632,34.2018232 38.8044482,33.1878723 39.4069241,32.113827 C40.4580034,30.2382667 41.108708,28.1142903 41.108708,25.8188342 C41.108708,18.5971615 35.1861478,12.7438823 27.8798836,12.7438823 L27.8798836,12.7438823 Z M27.8794515,4.9599725 C34.1532663,4.9599725 39.7823414,7.72043168 43.6183409,12.0930143 L38.3743381,16.7301411 C35.8209024,13.8067855 32.0658501,11.9599725 27.8794515,11.9599725 C20.1864279,11.9599725 13.95,18.1964004 13.95,25.889424 C13.95,30.6771817 16.3654947,34.9007703 20.0443104,37.4080163 L16.0002609,43.1233217 C10.5327273,39.3474274 6.95,33.0368211 6.95,25.889424 C6.95,14.3304071 16.3204346,4.9599725 27.8794515,4.9599725 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Kjernejournal;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Laboratory = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.2804,10.0192 C17.6564,10.0192 17.9624,9.7142 17.9624,9.3372 C17.9624,8.9602 17.6564,8.6552 17.2804,8.6552 C16.9044,8.6552 16.5984,8.9602 16.5984,9.3372 C16.5984,9.7142 16.9044,10.0192 17.2804,10.0192 L17.2804,10.0192 Z M19.4014,7.9282 C19.7784,7.9282 20.0834,7.6232 20.0834,7.2472 C20.0834,6.8702 19.7784,6.5642 19.4014,6.5642 C19.0254,6.5642 18.7194,6.8702 18.7194,7.2472 C18.7194,7.6232 19.0254,7.9282 19.4014,7.9282 L19.4014,7.9282 Z M25.6744,7.9282 C26.0504,7.9282 26.3554,7.6232 26.3554,7.2472 C26.3554,6.8702 26.0504,6.5642 25.6744,6.5642 C25.2974,6.5642 24.9914,6.8702 24.9914,7.2472 C24.9914,7.6232 25.2974,7.9282 25.6744,7.9282 L25.6744,7.9282 Z M29.1334,10.0192 C29.5094,10.0192 29.8154,9.7142 29.8154,9.3372 C29.8154,8.9602 29.5094,8.6552 29.1334,8.6552 C28.7574,8.6552 28.4514,8.9602 28.4514,9.3372 C28.4514,9.7142 28.7574,10.0192 29.1334,10.0192 L29.1334,10.0192 Z M23.5524,10.0192 C23.9294,10.0192 24.2354,9.7142 24.2354,9.3372 C24.2354,8.9602 23.9294,8.6552 23.5524,8.6552 C23.1764,8.6552 22.8714,8.9602 22.8714,9.3372 C22.8714,9.7142 23.1764,10.0192 23.5524,10.0192 L23.5524,10.0192 Z M37.7404,38.8412 L10.0094,38.8412 L10.0094,37.1792 C10.0094,36.3572 10.6784,35.6882 11.5004,35.6882 L36.2504,35.6882 C37.0724,35.6882 37.7404,36.3572 37.7404,37.1792 L37.7404,38.8412 Z M12.2804,34.3892 L35.4684,34.3892 L35.4684,32.8912 L12.2804,32.8912 L12.2804,34.3892 Z M12.2804,20.4062 L17.1654,20.4062 L17.1654,27.8182 C17.1654,29.2152 18.3014,30.3512 19.6974,30.3512 C21.0934,30.3512 22.2304,29.2152 22.2304,27.8182 L22.2304,20.4062 L25.5294,20.4062 L25.5294,27.8182 C25.5294,29.2152 26.6644,30.3512 28.0614,30.3512 C29.4574,30.3512 30.5934,29.2152 30.5934,27.8182 L30.5934,20.4062 L35.4684,20.4062 L35.4684,31.8912 L12.2804,31.8912 L12.2804,20.4062 Z M18.4654,20.4062 L20.9294,20.4062 L20.9294,27.8182 C20.9294,28.4982 20.3774,29.0512 19.6974,29.0512 C19.0184,29.0512 18.4654,28.4982 18.4654,27.8182 L18.4654,20.4062 Z M18.4654,19.1072 L20.9294,19.1072 L20.9294,15.4682 L18.4654,15.4682 L18.4654,19.1072 Z M18.4654,14.4182 L20.9294,14.4182 L20.9294,12.7972 L18.4654,12.7972 L18.4654,14.4182 Z M26.8284,20.4062 L29.2934,20.4062 L29.2934,27.8182 C29.2934,28.4982 28.7404,29.0512 28.0614,29.0512 C27.3814,29.0512 26.8284,28.4982 26.8284,27.8182 L26.8284,20.4062 Z M26.8284,19.1072 L29.2924,19.1072 L29.2924,15.4682 L26.8284,15.4682 L26.8284,19.1072 Z M26.8284,14.4182 L29.2924,14.4182 L29.2924,12.7972 L26.8284,12.7972 L26.8284,14.4182 Z M36.7694,34.4412 L36.7694,17.7402 L35.4684,17.7402 L35.4684,19.1062 L30.5934,19.1062 L30.5934,11.4972 L25.5294,11.4972 L25.5294,19.1062 L22.2304,19.1062 L22.2304,11.4972 L17.1654,11.4972 L17.1654,19.1062 L12.2804,19.1062 L12.2804,17.7402 L10.9814,17.7402 L10.9814,34.4412 C9.6904,34.6862 8.7094,35.8182 8.7094,37.1792 L8.7094,40.1412 L39.0404,40.1412 L39.0404,37.1792 C39.0404,35.8182 38.0594,34.6862 36.7694,34.4412 L36.7694,34.4412 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.2807,9.2692 C17.6567,9.2692 17.9627,8.9642 17.9627,8.5872 C17.9627,8.2102 17.6567,7.9052 17.2807,7.9052 C16.9037,7.9052 16.5987,8.2102 16.5987,8.5872 C16.5987,8.9642 16.9037,9.2692 17.2807,9.2692 L17.2807,9.2692 Z M19.4017,5.6782 C19.7777,5.6782 20.0837,5.3732 20.0837,4.9962 C20.0837,4.6202 19.7777,4.3142 19.4017,4.3142 C19.0247,4.3142 18.7197,4.6202 18.7197,4.9962 C18.7197,5.3732 19.0247,5.6782 19.4017,5.6782 L19.4017,5.6782 Z M37.7397,38.8412 L10.0097,38.8412 L10.0097,37.1792 C10.0097,36.3572 10.6777,35.6882 11.4997,35.6882 L36.2497,35.6882 C37.0717,35.6882 37.7397,36.3572 37.7397,37.1792 L37.7397,38.8412 Z M12.2807,34.3892 L35.4687,34.3892 L35.4687,32.8912 L12.2807,32.8912 L12.2807,34.3892 Z M12.2807,20.4062 L17.1657,20.4062 L17.1657,27.8182 C17.1657,29.2152 18.3017,30.3512 19.6977,30.3512 C21.0937,30.3512 22.2297,29.2152 22.2297,27.8182 L22.2297,20.4062 L25.5287,20.4062 L25.5287,27.8182 C25.5287,29.2152 26.6647,30.3512 28.0607,30.3512 C29.4577,30.3512 30.5937,29.2152 30.5937,27.8182 L30.5937,20.4062 L35.4687,20.4062 L35.4687,31.8912 L12.2807,31.8912 L12.2807,20.4062 Z M18.4657,20.4062 L20.9297,20.4062 L20.9297,27.8182 C20.9297,28.4982 20.3777,29.0512 19.6977,29.0512 C19.0187,29.0512 18.4657,28.4982 18.4657,27.8182 L18.4657,20.4062 Z M18.4657,19.1072 L20.9297,19.1072 L20.9297,15.4682 L18.4657,15.4682 L18.4657,19.1072 Z M18.4657,14.4182 L20.9297,14.4182 L20.9297,12.7972 L18.4657,12.7972 L18.4657,14.4182 Z M26.8287,20.4062 L29.2927,20.4062 L29.2927,27.8182 C29.2927,28.4982 28.7397,29.0512 28.0607,29.0512 C27.3817,29.0512 26.8287,28.4982 26.8287,27.8182 L26.8287,20.4062 Z M26.8287,19.1072 L29.2927,19.1072 L29.2927,15.4682 L26.8287,15.4682 L26.8287,19.1072 Z M26.8287,14.4182 L29.2927,14.4182 L29.2927,12.7972 L26.8287,12.7972 L26.8287,14.4182 Z M36.7687,34.4412 L36.7687,17.7402 L35.4687,17.7402 L35.4687,19.1062 L30.5937,19.1062 L30.5937,11.4972 L25.5287,11.4972 L25.5287,19.1062 L22.2297,19.1062 L22.2297,11.4972 L17.1657,11.4972 L17.1657,19.1062 L12.2807,19.1062 L12.2807,17.7402 L10.9807,17.7402 L10.9807,34.4412 C9.6907,34.6862 8.7097,35.8182 8.7097,37.1792 L8.7097,40.1412 L39.0407,40.1412 L39.0407,37.1792 C39.0407,35.8182 38.0597,34.6862 36.7687,34.4412 L36.7687,34.4412 Z M23.5527,9.2692 C23.9297,9.2692 24.2347,8.9642 24.2347,8.5872 C24.2347,8.2102 23.9297,7.9052 23.5527,7.9052 C23.1767,7.9052 22.8707,8.2102 22.8707,8.5872 C22.8707,8.9642 23.1767,9.2692 23.5527,9.2692 L23.5527,9.2692 Z M25.6737,4.9282 C26.0507,4.9282 26.3557,4.6232 26.3557,4.2462 C26.3557,3.8702 26.0507,3.5642 25.6737,3.5642 C25.2977,3.5642 24.9917,3.8702 24.9917,4.2462 C24.9917,4.6232 25.2977,4.9282 25.6737,4.9282 L25.6737,4.9282 Z M29.1337,8.5192 C29.5097,8.5192 29.8157,8.2142 29.8157,7.8372 C29.8157,7.4602 29.5097,7.1552 29.1337,7.1552 C28.7567,7.1552 28.4517,7.4602 28.4517,7.8372 C28.4517,8.2142 28.7567,8.5192 29.1337,8.5192 L29.1337,8.5192 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Laboratory;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst LaptopBlog = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.5085,23.6972 C31.5085,24.3932 30.9425,24.9602 30.2445,24.9602 L27.5325,24.9602 L27.5325,26.5142 L25.1155,24.9602 L17.7555,24.9602 C17.0585,24.9602 16.4915,24.3932 16.4915,23.6972 L16.4915,17.9192 C16.4915,17.2222 17.0585,16.6552 17.7555,16.6552 L30.2445,16.6552 C30.9425,16.6552 31.5085,17.2222 31.5085,17.9192 L31.5085,23.6972 Z M30.2445,15.6552 L17.7555,15.6552 C16.5075,15.6552 15.4915,16.6712 15.4915,17.9192 L15.4915,23.6972 C15.4915,24.9452 16.5075,25.9602 17.7555,25.9602 L24.8225,25.9602 L28.5325,28.3462 L28.5325,25.9602 L30.2445,25.9602 C31.4925,25.9602 32.5085,24.9452 32.5085,23.6972 L32.5085,17.9192 C32.5085,16.6712 31.4925,15.6552 30.2445,15.6552 L30.2445,15.6552 Z M42.1755,33.5342 C42.1755,34.6492 41.2695,35.5552 40.1545,35.5552 L7.8455,35.5552 C6.7305,35.5552 5.8235,34.6492 5.8235,33.5342 L5.8235,32.4422 L42.1755,32.4422 L42.1755,33.5342 Z M8.1655,13.8202 C8.1655,12.8402 8.9625,12.0432 9.9425,12.0432 L38.0585,12.0432 C39.0375,12.0432 39.8345,12.8402 39.8345,13.8202 L39.8345,31.1422 L8.1655,31.1422 L8.1655,13.8202 Z M41.1355,31.1422 L41.1355,13.8202 C41.1355,12.1232 39.7545,10.7432 38.0585,10.7432 L9.9425,10.7432 C8.2455,10.7432 6.8645,12.1232 6.8645,13.8202 L6.8645,31.1422 L4.5235,31.1422 L4.5235,33.5342 C4.5235,35.3652 6.0135,36.8552 7.8455,36.8552 L40.1545,36.8552 C41.9865,36.8552 43.4765,35.3652 43.4765,33.5342 L43.4765,31.1422 L41.1355,31.1422 Z M18.9115,22.2932 L25.3075,22.2932 L25.3075,21.2932 L18.9115,21.2932 L18.9115,22.2932 Z M18.9115,19.9662 L28.3075,19.9662 L28.3075,18.9662 L18.9115,18.9662 L18.9115,19.9662 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.5085,23.6972 C31.5085,24.3932 30.9425,24.9602 30.2445,24.9602 L27.5325,24.9602 L27.5325,26.5142 L25.1155,24.9602 L17.7555,24.9602 C17.0585,24.9602 16.4915,24.3932 16.4915,23.6972 L16.4915,17.9192 C16.4915,17.2222 17.0585,16.6552 17.7555,16.6552 L30.2445,16.6552 C30.9425,16.6552 31.5085,17.2222 31.5085,17.9192 L31.5085,23.6972 Z M30.2445,15.6552 L17.7555,15.6552 C16.5075,15.6552 15.4915,16.6712 15.4915,17.9192 L15.4915,23.6972 C15.4915,24.9452 16.5075,25.9602 17.7555,25.9602 L24.8225,25.9602 L28.5325,28.3462 L28.5325,25.9602 L30.2445,25.9602 C31.4925,25.9602 32.5085,24.9452 32.5085,23.6972 L32.5085,17.9192 C32.5085,16.6712 31.4925,15.6552 30.2445,15.6552 L30.2445,15.6552 Z M42.1755,33.5342 C42.1755,34.6492 41.2695,35.5552 40.1545,35.5552 L7.8455,35.5552 C6.7305,35.5552 5.8235,34.6492 5.8235,33.5342 L5.8235,32.4422 L42.1755,32.4422 L42.1755,33.5342 Z M8.1655,13.8202 C8.1655,12.8402 8.9625,12.0432 9.9425,12.0432 L38.0585,12.0432 C39.0375,12.0432 39.8345,12.8402 39.8345,13.8202 L39.8345,31.1422 L8.1655,31.1422 L8.1655,13.8202 Z M41.1355,31.1422 L41.1355,13.8202 C41.1355,12.1232 39.7545,10.7432 38.0585,10.7432 L9.9425,10.7432 C8.2455,10.7432 6.8645,12.1232 6.8645,13.8202 L6.8645,31.1422 L4.5235,31.1422 L4.5235,33.5342 C4.5235,35.3652 6.0135,36.8552 7.8455,36.8552 L40.1545,36.8552 C41.9865,36.8552 43.4765,35.3652 43.4765,33.5342 L43.4765,31.1422 L41.1355,31.1422 Z M18.9115,22.2932 L25.3075,22.2932 L25.3075,21.2932 L18.9115,21.2932 L18.9115,22.2932 Z M18.9115,19.9662 L28.3075,19.9662 L28.3075,18.9662 L18.9115,18.9662 L18.9115,19.9662 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default LaptopBlog;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst LawBook = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.9461,34.9484 L16.6331,34.9484 L16.6331,8.7314 L35.1811,8.7314 C35.6031,8.7314 35.9461,9.0744 35.9461,9.4964 L35.9461,34.9484 Z M35.9461,37.4264 L12.4711,37.4264 C12.6861,36.7464 13.3151,36.2494 14.0641,36.2494 L35.9461,36.2494 L35.9461,37.4264 Z M35.9461,38.8374 C35.9461,39.2594 35.6031,39.6014 35.1811,39.6014 L14.0641,39.6014 C13.3151,39.6014 12.6861,39.1044 12.4721,38.4264 L35.9461,38.4264 L35.9461,38.8374 Z M12.3871,10.4064 C12.3871,9.4824 13.1381,8.7314 14.0621,8.7314 L15.3331,8.7314 L15.3331,34.9484 L14.0641,34.9484 C13.4421,34.9484 12.8651,35.1414 12.3871,35.4694 L12.3871,10.4064 Z M35.1811,7.4304 L14.0621,7.4304 C12.4221,7.4304 11.0871,8.7654 11.0871,10.4064 L11.0871,37.5934 L11.1211,37.5934 C11.1081,37.7034 11.0871,37.8114 11.0871,37.9264 C11.0871,39.5664 12.4231,40.9024 14.0641,40.9024 L35.1811,40.9024 C36.3201,40.9024 37.2461,39.9754 37.2461,38.8374 L37.2461,9.4964 C37.2461,8.3574 36.3201,7.4304 35.1811,7.4304 L35.1811,7.4304 Z M28.3801,22.9264 C28.2271,23.1904 27.9811,23.3804 27.6861,23.4584 C27.3921,23.5364 27.0841,23.4984 26.8201,23.3444 L24.8211,22.1904 C24.5771,22.0374 24.3971,21.8064 24.3221,21.5264 C24.2431,21.2314 24.2841,20.9244 24.4361,20.6604 C24.7501,20.1144 25.4501,19.9264 25.9961,20.2424 L27.0711,20.8634 L27.0761,20.8554 L27.9621,21.3674 C28.2261,21.5194 28.4151,21.7654 28.4941,22.0594 C28.5721,22.3544 28.5321,22.6624 28.3801,22.9264 L28.3801,22.9264 Z M29.3331,23.4764 C29.6321,22.9584 29.7111,22.3534 29.5561,21.7754 C29.4021,21.1974 29.0301,20.7144 28.5121,20.4144 L24.9951,18.3844 C24.4501,18.0694 24.2621,17.3694 24.5761,16.8244 C24.8911,16.2774 25.5901,16.0914 26.0981,16.3824 L27.5721,17.4024 L28.1981,16.4984 L26.6861,15.4534 C25.6161,14.8364 24.2421,15.2054 23.6241,16.2744 C23.0261,17.3114 23.3601,18.6274 24.3541,19.2714 C24.0041,19.4614 23.6971,19.7404 23.4841,20.1094 C23.1841,20.6294 23.1051,21.2324 23.2601,21.8104 C23.4051,22.3554 23.7481,22.8084 24.2191,23.1114 L24.2181,23.1124 L24.2351,23.1224 C24.2591,23.1364 24.2791,23.1574 24.3041,23.1724 L27.8211,25.2034 C28.0861,25.3554 28.2751,25.6014 28.3531,25.8964 C28.4321,26.1904 28.3921,26.4984 28.2391,26.7614 C27.9251,27.3064 27.2271,27.4964 26.7031,27.1944 L24.2531,25.6114 L23.6561,26.5354 L26.1301,28.1334 C26.4821,28.3364 26.8671,28.4324 27.2471,28.4324 C28.0231,28.4324 28.7781,28.0304 29.1931,27.3124 C29.4911,26.7944 29.5711,26.1894 29.4161,25.6114 C29.2711,25.0704 28.9311,24.6194 28.4651,24.3164 C28.8221,24.1214 29.1241,23.8384 29.3331,23.4764 L29.3331,23.4764 Z\"\n />\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(10.15 5.18)\">\n <path d=\"M18.7129,16.7593 C18.5609,17.0243 18.3149,17.2133 18.0199,17.2913 C17.7249,17.3683 17.4169,17.3313 17.1529,17.1773 L15.1549,16.0233 C14.6399,15.6983 14.4629,15.0253 14.7699,14.4933 C15.0849,13.9463 15.7839,13.7583 16.3299,14.0753 L17.4049,14.6963 L17.4099,14.6893 L18.2959,15.2003 C18.5599,15.3533 18.7489,15.5993 18.8269,15.8943 C18.9059,16.1883 18.8659,16.4953 18.7129,16.7593 M19.6659,17.3103 C19.9649,16.7913 20.0449,16.1873 19.8899,15.6093 C19.7349,15.0303 19.3639,14.5473 18.8449,14.2473 L15.3289,12.2173 C14.7829,11.9033 14.5959,11.2023 14.9109,10.6573 C15.2249,10.1113 15.9229,9.9233 16.4319,10.2153 L17.9059,11.2363 L18.5319,10.3313 L17.0199,9.2863 C15.9489,8.6683 14.5759,9.0363 13.9579,10.1073 C13.3589,11.1443 13.6919,12.4603 14.6869,13.1053 C14.3379,13.2953 14.0299,13.5733 13.8169,13.9443 C13.2169,14.9843 13.5529,16.3033 14.5529,16.9453 L14.5519,16.9463 L14.5679,16.9543 C14.5919,16.9703 14.6119,16.9903 14.6379,17.0053 L18.1549,19.0363 C18.4199,19.1893 18.6079,19.4353 18.6869,19.7293 C18.7659,20.0243 18.7259,20.3313 18.5729,20.5953 C18.2579,21.1413 17.5609,21.3313 17.0369,21.0283 L14.5859,19.4453 L13.9889,20.3683 L16.4629,21.9663 C16.8159,22.1693 17.2009,22.2663 17.5809,22.2663 C18.3559,22.2663 19.1109,21.8633 19.5259,21.1463 C19.8249,20.6273 19.9039,20.0233 19.7499,19.4453 C19.6049,18.9043 19.2649,18.4523 18.7979,18.1503 C19.1549,17.9543 19.4569,17.6713 19.6659,17.3103\" />\n <path d=\"M27.1948,27.8403 L6.4658,29.5683 L6.4658,3.3393 L26.4298,1.5703 C26.8518,1.5703 27.1948,1.9133 27.1948,2.3353 L27.1948,27.8403 Z M25.0138,34.4353 L3.8968,34.4353 C3.1478,34.4353 2.5198,33.9383 2.3048,33.2593 L25.7798,33.2593 L25.7798,33.6703 C25.7798,34.0923 25.4358,34.4353 25.0138,34.4353 L25.0138,34.4353 Z M25.7798,32.2593 L2.3048,32.2593 C2.5208,31.5793 3.1578,31.0813 3.9508,31.0793 L25.7798,29.2623 L25.7798,32.2593 Z M2.2198,5.2393 C2.2198,4.3163 2.9718,3.5653 3.9528,3.5623 L5.1658,3.4543 L5.1658,29.6753 L3.8968,29.7813 C3.2758,29.7813 2.6978,29.9733 2.2198,30.3003 L2.2198,5.2393 Z M26.3778,0.2733 L26.3728,0.2733 L3.8958,2.2643 C2.2548,2.2643 0.9208,3.5993 0.9208,5.2393 L0.9208,32.4263 L0.9388,32.4263 C0.9268,32.5353 0.9208,32.6473 0.9208,32.7593 C0.9208,34.4003 2.2558,35.7363 3.8968,35.7363 L25.0138,35.7363 C26.1528,35.7363 27.0798,34.8093 27.0798,33.6703 L27.0798,29.1533 L27.8988,29.0853 C28.2358,29.0583 28.4948,28.7763 28.4948,28.4383 L28.4948,2.3353 C28.4948,1.1983 27.5708,0.2733 26.3778,0.2733 L26.3778,0.2733 Z\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default LawBook;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst LightBulb = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M15.067,18.7825 L16.22,19.1145 C17.209,15.6905 20.39,13.2865 23.957,13.2675 C24.236,13.2455 24.514,13.2795 24.786,13.3065 L24.902,12.1115 C24.59,12.0825 24.269,12.0695 23.952,12.0685 C19.856,12.0895 16.202,14.8495 15.067,18.7825 L15.067,18.7825 Z M24.057,32.3425 C18.006,32.4085 13.055,27.4745 13.0228522,21.4225 C13.008,18.4895 14.135,15.7275 16.198,13.6435 C18.26,11.5595 21.011,10.4035 23.943,10.3875 L24.002,10.3875 C26.912,10.3875 29.651,11.5145 31.722,13.5625 C33.806,15.6255 34.962,18.3765 34.9761679,21.3075 C34.992,24.2405 33.864,27.0025 31.802,29.0865 C29.739,31.1705 26.989,32.3265 24.057,32.3425 L24.057,32.3425 Z M27.222,39.6755 C26.955,39.9445 26.599,40.0945 26.219,40.0955 L25.48,40.0995 C25.378,40.0425 25.267,40.0015 25.143,40.0015 L25.139,40.0015 L23.054,40.0115 C22.932,40.0125 22.82,40.0545 22.716,40.1145 L21.975,40.1185 C21.571,40.0945 21.238,39.9735 20.968,39.7075 C20.698,39.4395 20.548,39.0845 20.547,38.7045 L20.545,38.4115 L27.631,38.3745 L27.6330203,38.6675 C27.635,39.0475 27.489,39.4045 27.222,39.6755 L27.222,39.6755 Z M24.347,41.5625 C24.309,41.6005 24.228,41.6645 24.105,41.6645 L24.103,41.6645 C23.945,41.6645 23.811,41.5555 23.772,41.4085 L24.436,41.4055 C24.417,41.4815 24.375,41.5345 24.347,41.5625 L24.347,41.5625 Z M20.531,35.6335 L27.617,35.5955 L27.626,37.3745 L20.54,37.4115 L20.531,35.6335 Z M20.517,33.0295 C21.622,33.3595 22.789,33.5425 23.999,33.5425 C24.02,33.5425 24.042,33.5425 24.063,33.5415 C25.281,33.5345 26.471,33.3505 27.604,33.0025 L27.612,34.5955 L20.526,34.6335 L20.517,33.0295 Z M36.1771517,21.3025 C36.16,18.0495 34.877,14.9985 32.566,12.7105 C30.269,10.4375 27.23,9.1875 24.002,9.1875 C23.98,9.1875 23.959,9.1875 23.937,9.1885 C20.684,9.2055 17.633,10.4875 15.345,12.7995 C13.057,15.1115 11.806,18.1765 11.822829,21.4285 C11.849,26.4605 14.941,30.7725 19.315,32.6025 L19.347,38.7105 C19.35,39.4105 19.626,40.0675 20.124,40.5595 C20.619,41.0495 21.273,41.3175 21.968,41.3175 L21.982,41.3175 L22.361,41.3155 L22.361,41.3315 C22.366,42.2885 23.147,43.0645 24.103,43.0645 L24.112,43.0645 C24.578,43.0615 25.014,42.8785 25.342,42.5475 C25.669,42.2175 25.848,41.7785 25.846,41.3125 L25.846,41.2975 L26.225,41.2955 C26.925,41.2925 27.582,41.0165 28.075,40.5185 C28.567,40.0205 28.837,39.3615 28.833,38.6615 L28.802,32.5575 C30.225,31.9475 31.533,31.0645 32.655,29.9305 C34.943,27.6185 36.193,24.5535 36.1771517,21.3025 L36.1771517,21.3025 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0573,32.342 L23.9983,32.342 C21.0883,32.342 18.3483,31.215 16.2783,29.167 C14.1943,27.105 13.0383,24.354 13.0231537,21.422 C12.9923,15.369 17.8903,10.42 23.9433,10.388 L24.0013,10.388 C26.9113,10.388 29.6513,11.515 31.7213,13.563 C33.8053,15.625 34.9613,18.376 34.9764679,21.308 C34.9923,24.239 33.8643,27.002 31.8023,29.086 C29.7393,31.17 26.9893,32.326 24.0573,32.342 L24.0573,32.342 Z M27.2223,39.675 C26.9543,39.945 26.5993,40.094 26.2183,40.096 L25.4783,40.1 C25.3743,40.042 25.2633,40.001 25.1423,40.001 L25.1393,40.001 L23.0543,40.012 C22.9323,40.012 22.8203,40.055 22.7163,40.114 L21.9753,40.118 L21.9683,40.118 C21.1873,40.118 20.5503,39.486 20.5463,38.704 L20.5453,38.411 L27.6313,38.374 L27.6333203,38.667 C27.6353,39.047 27.4893,39.404 27.2223,39.675 L27.2223,39.675 Z M24.3473,41.563 C24.3093,41.601 24.1933,41.674 24.1033,41.664 C23.9453,41.664 23.8103,41.556 23.7723,41.408 L24.4353,41.405 C24.4163,41.482 24.3743,41.534 24.3473,41.563 L24.3473,41.563 Z M20.5303,35.633 L27.6173,35.596 L27.6263,37.374 L20.5393,37.411 L20.5303,35.633 Z M20.5173,33.037 C21.6333,33.369 22.8023,33.542 23.9983,33.542 C24.0193,33.542 24.0413,33.542 24.0633,33.541 C25.2953,33.535 26.4833,33.342 27.6033,32.994 L27.6123,34.596 L20.5253,34.633 L20.5173,33.037 Z M36.1774651,21.302 C36.1603,18.049 34.8773,14.998 32.5653,12.71 C30.2693,10.438 27.2303,9.188 24.0023,9.188 C23.9803,9.188 23.9583,9.188 23.9373,9.189 C17.2233,9.223 11.7883,14.714 11.8231319,21.428 C11.8403,24.681 13.1223,27.732 15.4343,30.02 C16.5683,31.142 17.8853,32.012 19.3143,32.609 L19.3463,38.71 C19.3543,40.152 20.5283,41.319 21.9683,41.318 L21.9823,41.318 L22.3613,41.316 L22.3613,41.331 C22.3663,42.288 23.1463,43.065 24.1033,43.065 L24.1123,43.065 C24.5783,43.062 25.0153,42.878 25.3423,42.547 C25.6693,42.216 25.8483,41.778 25.8463,41.314 L25.8463,41.297 L26.2243,41.295 C26.9253,41.292 27.5823,41.017 28.0753,40.519 C28.5673,40.021 28.8363,39.362 28.8333,38.661 L28.8013,32.554 C33.1563,30.679 36.2033,26.334 36.1774651,21.302 L36.1774651,21.302 Z M15.0673,18.782 L16.2203,19.114 C17.2083,15.691 20.3903,13.286 23.9563,13.268 C24.2363,13.275 24.5133,13.28 24.7863,13.307 L24.9023,12.112 C24.5903,12.082 24.2673,12.07 23.9523,12.069 C19.8553,12.089 16.2023,14.851 15.0673,18.782 L15.0673,18.782 Z M17.1233,8.082 L15.2633,5.368 L14.2733,6.046 L16.1343,8.76 L17.1233,8.082 Z M33.7263,6.047 L32.7373,5.367 L30.8763,8.081 L31.8653,8.761 L33.7263,6.047 Z M23.4003,6.638 L24.6003,6.638 L24.6003,3.071 L23.4003,3.071 L23.4003,6.638 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default LightBulb;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Location = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0052,24.7999 C21.0242,24.7999 18.5992,22.3749 18.5992,19.3949 C18.5992,16.4129 21.0242,13.9879 24.0052,13.9879 C26.9862,13.9879 29.4112,16.4129 29.4112,19.3949 C29.4112,22.3749 26.9862,24.7999 24.0052,24.7999 M24.0052,12.5879 C20.2522,12.5879 17.1992,15.6419 17.1992,19.3949 C17.1992,23.1479 20.2522,26.1999 24.0052,26.1999 C27.7582,26.1999 30.8112,23.1479 30.8112,19.3949 C30.8112,15.6419 27.7582,12.5879 24.0052,12.5879 M24.0052,41.9299 C21.5532,39.1289 11.2432,26.9289 11.2432,19.8299 C11.2432,12.7929 16.9682,7.0689 24.0052,7.0689 C31.0422,7.0689 36.7672,12.7929 36.7672,19.8299 C36.7672,26.9269 26.4562,39.1299 24.0052,41.9299 M24.0052,5.6679 C16.1962,5.6679 9.8422,12.0219 9.8422,19.8299 C9.8422,28.3829 22.9302,42.8449 23.4872,43.4559 C23.6202,43.6019 23.8082,43.6849 24.0052,43.6849 C24.2022,43.6849 24.3902,43.6019 24.5232,43.4559 C25.0802,42.8449 38.1682,28.3829 38.1682,19.8299 C38.1682,12.0219 31.8142,5.6679 24.0052,5.6679\"\n />\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(9 3)\">\n <path d=\"M14.9998,38.8447 C12.4948,35.6067 2.2378,21.9167 2.2378,14.8247 C2.2378,7.7877 7.9628,2.0637 14.9998,2.0637 C22.0378,2.0637 27.7628,7.7877 27.7628,14.8247 C27.7628,21.9167 17.5048,35.6067 14.9998,38.8447 M14.9998,0.6627 C7.1908,0.6627 0.8368,7.0167 0.8368,14.8247 C0.8368,23.3537 13.8978,39.7247 14.4538,40.4177 C14.5868,40.5827 14.7878,40.6797 14.9998,40.6797 C15.2118,40.6797 15.4128,40.5827 15.5458,40.4177 C16.1018,39.7247 29.1628,23.3537 29.1628,14.8247 C29.1628,7.0167 22.8098,0.6627 14.9998,0.6627\" />\n <path d=\"M14.9998,19.7949 C12.0198,19.7949 9.5948,17.3699 9.5948,14.3899 C9.5948,11.4079 12.0198,8.9829 14.9998,8.9829 C17.9808,8.9829 20.4058,11.4079 20.4058,14.3899 C20.4058,17.3699 17.9808,19.7949 14.9998,19.7949 M14.9998,7.5829 C11.2478,7.5829 8.1938,10.6369 8.1938,14.3899 C8.1938,18.1429 11.2478,21.1949 14.9998,21.1949 C18.7528,21.1949 21.8058,18.1429 21.8058,14.3899 C21.8058,10.6369 18.7528,7.5829 14.9998,7.5829\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8730526,24.4840421 C20.9943158,24.4840421 18.6524211,22.1421474 18.6524211,19.2621474 C18.6524211,16.3834105 20.9943158,14.0402526 23.8730526,14.0402526 C26.7517895,14.0402526 29.0949474,16.3834105 29.0949474,19.2621474 C29.0949474,22.1421474 26.7517895,24.4840421 23.8730526,24.4840421 M23.8730526,12.2718316 C20.0191579,12.2718316 16.884,15.4069895 16.884,19.2621474 C16.884,23.1173053 20.0191579,26.2524632 23.8730526,26.2524632 C27.7282105,26.2524632 30.8633684,23.1173053 30.8633684,19.2621474 C30.8633684,15.4069895 27.7282105,12.2718316 23.8730526,12.2718316 M23.8730526,41.5177263 C21.2065263,38.4558316 11.2957895,26.6099368 11.2957895,19.6992 C11.2957895,12.7632 16.9383158,7.12067368 23.8730526,7.12067368 C30.8090526,7.12067368 36.4515789,12.7632 36.4515789,19.6992 C36.4515789,26.6061474 26.5408421,38.4545684 23.8730526,41.5177263 M23.8730526,5.35225263 C15.9618947,5.35225263 9.52736842,11.7880421 9.52736842,19.6992 C9.52736842,28.3215158 22.6604211,42.8339368 23.2187368,43.4490947 L23.8730526,44.1653053 L24.5273684,43.4490947 C25.0856842,42.8339368 38.22,28.3215158 38.22,19.6992 C38.22,11.7880421 31.7842105,5.35225263 23.8730526,5.35225263\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24,3.33069474 C31.9111579,3.33069474 38.3469474,9.76774737 38.3469474,17.6776421 C38.3469474,26.2671158 25.2492632,42.8283789 24.6922105,43.5294316 L24.6922105,43.5294316 L24,44.3997474 L23.3077895,43.5294316 C22.7507368,42.8283789 9.65305263,26.2671158 9.65305263,17.6776421 C9.65305263,9.76774737 16.0888421,3.33069474 24,3.33069474 Z M24,5.09911579 C17.064,5.09911579 11.4214737,10.7416421 11.4214737,17.6776421 C11.4214737,24.5833263 21.2715789,37.9626947 24,41.5349053 C26.7284211,37.9626947 36.5785263,24.5833263 36.5785263,17.6776421 C36.5785263,10.7416421 30.936,5.09911579 24,5.09911579 Z M24,10.2520421 C27.8538947,10.2520421 30.9903158,13.3872 30.9903158,17.2410947 C30.9903158,21.0962526 27.8538947,24.2314105 24,24.2314105 C20.1461053,24.2314105 17.0096842,21.0962526 17.0096842,17.2410947 C17.0096842,13.3872 20.1461053,10.2520421 24,10.2520421 Z M24,12.0204632 C21.1212632,12.0204632 18.7781053,14.3623579 18.7781053,17.2410947 C18.7781053,20.1210947 21.1212632,22.4629895 24,22.4629895 C26.8787368,22.4629895 29.2218947,20.1210947 29.2218947,17.2410947 C29.2218947,14.3623579 26.8787368,12.0204632 24,12.0204632 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Location;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Lock = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path d=\"M24,8.47532895 C28.0560114,8.47532895 31.3440584,11.7633759 31.3440584,15.8193873 L31.3440584,15.8193873 L31.344,19.509 L34.3486842,19.5096114 L34.3486842,36.9534848 L13.6909437,36.9534848 L13.6909437,19.5096114 L16.655,19.509 L16.6559416,15.8193873 C16.6559416,11.8444961 19.8137819,8.60715801 23.757581,8.47925444 L23.757581,8.47925444 Z M32.598,21.259 L30,21.2593289 L30,21.27 L18,21.27 L18,21.2593289 L15.44,21.259 L15.44,35.203 L32.598,35.203 L32.598,21.259 Z M24,10.2253289 C20.9104869,10.2253289 18.4059416,12.7298742 18.4059416,15.8193873 L18.4059416,15.8193873 L18.405,19.5193289 L29.5940584,19.5193289 L29.5940584,15.8193873 C29.5940584,12.7298742 27.0895131,10.2253289 24,10.2253289 Z\" />\n );\n\n const normalHover = (\n <path d=\"M29.594,19.509 L29.5940584,13.5878906 C29.5940584,10.4983775 27.0895131,7.99383224 24,7.99383224 C20.9840467,7.99383224 18.5255373,10.3805332 18.4101751,13.3682319 L18.4059416,13.5878906 L18.4059416,15.1582031 C18.4059416,15.6414523 18.0141908,16.0332031 17.5309416,16.0332031 C17.0848655,16.0332031 16.7167524,15.6994036 16.6627591,15.2679613 L16.6559416,15.1582031 L16.6559416,13.5878906 C16.6559416,9.53187918 19.9439886,6.24383224 24,6.24383224 C27.9748912,6.24383224 31.2122293,9.40167252 31.3401329,13.3454717 L31.3440584,13.5878906 L31.344,19.509 L34.3486842,19.5096114 L34.3486842,36.9534848 L13.6909437,36.9534848 L13.6909437,19.5096114 L29.594,19.509 Z M15.44,21.259 L15.44,35.203 L32.598,35.203 L32.598,21.259 L15.44,21.259 Z\" />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M15.7351579,35.0747368 L32.2648421,35.0747368 L32.2648421,21.4768421 L15.7351579,21.4768421 L15.7351579,35.0747368 Z M18.5962105,15.8052632 C18.5962105,12.8242105 21.0202105,10.4002105 24,10.4002105 C26.9810526,10.4002105 29.4050526,12.8242105 29.4050526,15.8052632 L29.4050526,19.3282105 L18.5962105,19.3282105 L18.5962105,15.8052632 Z M31.5549474,19.3282105 L31.5549474,15.8052632 C31.5549474,11.6406316 28.1658947,8.25031579 24,8.25031579 C19.8353684,8.25031579 16.4475789,11.6406316 16.4475789,15.8052632 L16.4475789,19.3282105 L13.5865263,19.3282105 L13.5865263,37.2233684 L34.4134737,37.2233684 L34.4134737,19.3282105 L31.5549474,19.3282105 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M15.7351579,35.0747368 L32.2648421,35.0747368 L32.2648421,21.4768421 L15.7351579,21.4768421 L15.7351579,35.0747368 Z M31.5473684,19.3282105 C31.5486316,19.3168421 31.5549474,19.308 31.5549474,19.2966316 L31.5549474,13.5922105 C31.5549474,9.42757895 28.1658947,6.03978947 24,6.03978947 C19.8353684,6.03978947 16.4475789,9.42757895 16.4475789,13.5922105 L16.4475789,14.8717895 C16.4475789,15.4642105 16.9288421,15.9454737 17.5212632,15.9454737 C18.1149474,15.9454737 18.5962105,15.4642105 18.5962105,14.8717895 L18.5962105,13.5922105 C18.5962105,10.6124211 21.0202105,8.18842105 24,8.18842105 C26.9810526,8.18842105 29.4050526,10.6124211 29.4050526,13.5922105 L29.4050526,19.2966316 C29.4050526,19.308 29.4113684,19.3168421 29.4126316,19.3282105 L13.5865263,19.3282105 L13.5865263,37.2233684 L34.4134737,37.2233684 L34.4134737,19.3282105 L31.5473684,19.3282105 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Lock;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Lungs = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.6082,36.7894 C32.7442,37.2364 30.1712,36.8514 28.7502,35.6074 C27.0942,34.1554 26.9172,31.4264 26.8732,28.5184 C26.8462,26.8024 26.8582,25.3194 26.8962,24.0274 C27.6532,24.1314 28.4532,24.1694 29.2542,24.1754 C29.2912,24.1944 29.3262,24.2054 29.3642,24.2324 C29.6942,24.4694 30.2652,25.2044 30.3792,27.4964 C30.5762,31.4344 32.1912,32.2604 33.5122,32.2604 L33.5122,31.2604 C32.0462,31.2604 31.5552,29.5374 31.4132,27.9004 C31.8882,28.0784 32.5572,28.1714 33.5122,28.1714 L33.5122,27.1714 C31.4092,27.1714 31.3492,26.7664 31.2722,26.2524 C31.2542,26.1274 31.2342,26.0014 31.2042,25.8784 L31.2012,25.8794 C31.0682,25.1764 30.8662,24.6054 30.5992,24.1634 C30.9902,24.1524 31.3742,24.1394 31.7462,24.1264 C32.3792,24.1034 32.9782,24.0824 33.5122,24.0824 L33.5122,23.0824 C32.9672,23.0824 32.3562,23.1034 31.7112,23.1274 C31.0362,23.1514 30.3202,23.1764 29.6032,23.1794 C30.2472,22.3344 31.0722,20.9314 31.0722,19.2874 L30.0722,19.2874 C30.0722,21.1374 28.7482,22.6924 28.3172,23.1494 C27.8392,23.1264 27.3782,23.0814 26.9332,23.0174 C27.2322,16.3204 28.3542,15.6474 28.7522,15.6284 C28.8052,15.6254 28.8582,15.6244 28.9122,15.6244 C33.4622,15.6244 37.2632,25.2154 37.7982,31.6824 C38.0422,34.6264 37.5642,36.6784 36.6082,36.7894 M19.8012,28.5184 C19.7572,31.4264 19.5802,34.1554 17.9242,35.6074 C16.5042,36.8514 13.9302,37.2364 10.0662,36.7894 C9.1112,36.6784 8.6322,34.6254 8.8762,31.6824 C9.4122,25.2154 13.2122,15.6244 17.7622,15.6244 C17.8162,15.6244 17.8702,15.6254 17.9222,15.6284 C18.3182,15.6474 19.4272,16.3104 19.7362,22.8764 C19.0842,23.0284 18.3632,23.1134 17.6082,23.1494 C17.1772,22.6924 15.8532,21.1374 15.8532,19.2874 L14.8532,19.2874 C14.8532,20.9314 15.6792,22.3344 16.3232,23.1794 C15.6062,23.1764 14.8892,23.1514 14.2142,23.1274 C13.5692,23.1034 12.9582,23.0824 12.4132,23.0824 L12.4132,24.0824 C12.9472,24.0824 13.5462,24.1034 14.1792,24.1264 C14.5522,24.1394 14.9372,24.1524 15.3282,24.1634 C15.0622,24.6044 14.8602,25.1744 14.7272,25.8784 L14.7222,25.8774 C14.6922,26.0014 14.6722,26.1274 14.6532,26.2524 C14.5772,26.7664 14.5152,27.1714 12.4132,27.1714 L12.4132,28.1714 C13.3692,28.1714 14.0382,28.0784 14.5132,27.9004 C14.3732,29.5274 13.8832,31.2604 12.4132,31.2604 L12.4132,32.2604 C13.7342,32.2604 15.3492,31.4344 15.5462,27.4774 C15.6612,25.2044 16.2312,24.4694 16.5612,24.2324 C16.6002,24.2054 16.6352,24.1944 16.6722,24.1754 C17.7412,24.1674 18.8102,24.1024 19.7752,23.9004 C19.8172,25.2214 19.8292,26.7464 19.8012,28.5184 M39.0942,31.5754 C38.5692,25.2264 34.6572,14.0074 28.6872,14.3294 C26.8792,14.4184 25.9152,17.0054 25.6412,22.7374 C25.0692,22.5524 24.5762,22.2964 24.2062,21.9394 C23.7062,21.4564 23.4622,20.8184 23.4622,19.9874 L23.4622,7.5044 L22.4622,7.5044 L22.4622,19.9874 C22.4622,20.8184 22.2192,21.4564 21.7192,21.9394 C21.5212,22.1314 21.2822,22.2894 21.0192,22.4284 C20.7262,16.9084 19.7642,14.4174 17.9872,14.3294 C17.9102,14.3254 17.8332,14.3234 17.7562,14.3234 C11.9312,14.3234 8.0992,25.3094 7.5812,31.5744 C7.2512,35.5574 8.0812,37.8674 9.9162,38.0804 C11.0132,38.2084 12.0132,38.2724 12.9242,38.2724 C15.5912,38.2724 17.4872,37.7204 18.7812,36.5854 C20.8372,34.7814 21.0522,31.7504 21.1022,28.5384 C21.1312,26.6584 21.1202,24.9844 21.0682,23.5024 C21.5812,23.2894 22.0422,23.0184 22.4142,22.6584 C22.6362,22.4444 22.8112,22.1984 22.9622,21.9384 C23.1152,22.1984 23.2902,22.4444 23.5112,22.6584 C24.0552,23.1844 24.7802,23.5274 25.5992,23.7584 C25.5542,25.1774 25.5452,26.7644 25.5722,28.5384 C25.6222,31.7504 25.8372,34.7814 27.8932,36.5854 C29.1872,37.7204 31.0832,38.2724 33.7502,38.2724 C34.6612,38.2724 35.6612,38.2084 36.7582,38.0804 C38.5942,37.8674 39.4232,35.5574 39.0942,31.5754\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.2629,38.1927 C33.1419,38.6707 30.4009,38.2577 28.8819,36.9257 C27.1099,35.3727 26.9199,32.4637 26.8729,29.3657 C26.8419,27.2887 26.8619,25.5297 26.9179,24.0317 C27.6689,24.1327 28.4609,24.1697 29.2539,24.1757 C29.2909,24.1937 29.3259,24.2057 29.3649,24.2327 C29.6949,24.4687 30.2649,25.2047 30.3799,27.4967 C30.5759,31.4337 32.1919,32.2597 33.5129,32.2597 L33.5129,31.2597 C32.0479,31.2597 31.5569,29.5377 31.4129,27.9007 C31.8889,28.0777 32.5579,28.1717 33.5129,28.1717 L33.5129,27.1717 C31.4099,27.1717 31.3489,26.7657 31.2729,26.2527 C31.2529,26.1277 31.2339,26.0017 31.2029,25.8777 L31.2009,25.8787 C31.0679,25.1757 30.8659,24.6057 30.5989,24.1627 C30.9899,24.1527 31.3739,24.1397 31.7459,24.1267 C32.3799,24.1037 32.9789,24.0827 33.5129,24.0827 L33.5129,23.0827 C32.9679,23.0827 32.3569,23.1037 31.7109,23.1277 C31.0359,23.1507 30.3209,23.1767 29.6039,23.1797 C30.2469,22.3347 31.0729,20.9307 31.0729,19.2877 L30.0729,19.2877 C30.0729,21.1377 28.7479,22.6927 28.3179,23.1497 C27.8509,23.1277 27.3999,23.0837 26.9649,23.0217 C27.3229,16.3387 28.4899,15.6487 28.9089,15.6287 C33.8169,15.3667 37.9859,25.7547 38.5629,32.7207 C38.8279,35.9217 38.3179,38.0697 37.2629,38.1927 M19.8009,29.3657 C19.7529,32.4637 19.5639,35.3737 17.7909,36.9267 C16.2729,38.2567 13.5329,38.6707 9.4109,38.1927 C8.3569,38.0697 7.8459,35.9217 8.1119,32.7207 C8.6819,25.8357 12.7379,15.6237 17.5949,15.6237 C17.6519,15.6237 17.7089,15.6257 17.7659,15.6287 C18.1829,15.6487 19.3369,16.3277 19.7029,22.8847 C19.0589,23.0317 18.3509,23.1137 17.6089,23.1497 C17.1779,22.6927 15.8539,21.1377 15.8539,19.2877 L14.8539,19.2877 C14.8539,20.9307 15.6799,22.3347 16.3239,23.1797 C15.6059,23.1767 14.8899,23.1507 14.2149,23.1277 C13.5699,23.1037 12.9579,23.0827 12.4129,23.0827 L12.4129,24.0827 C12.9479,24.0827 13.5459,24.1037 14.1799,24.1267 C14.5529,24.1397 14.9369,24.1527 15.3269,24.1627 C15.0619,24.6047 14.8599,25.1747 14.7269,25.8797 L14.7219,25.8787 C14.6919,26.0017 14.6719,26.1277 14.6539,26.2527 C14.5759,26.7657 14.5169,27.1717 12.4129,27.1717 L12.4129,28.1717 C13.3689,28.1717 14.0379,28.0777 14.5139,27.9007 C14.3729,29.5267 13.8839,31.2597 12.4129,31.2597 L12.4129,32.2597 C13.7349,32.2597 15.3499,31.4337 15.5469,27.4767 C15.6599,25.2047 16.2319,24.4687 16.5619,24.2327 C16.6009,24.2057 16.6359,24.1937 16.6719,24.1757 C17.7329,24.1677 18.7929,24.1027 19.7509,23.9037 C19.8119,25.4307 19.8339,27.2297 19.8009,29.3657 M39.8589,32.6137 C39.3079,25.9697 35.2499,14.3237 29.0869,14.3237 C29.0059,14.3237 28.9249,14.3257 28.8439,14.3297 C26.9939,14.4207 25.9849,17.0067 25.6669,22.7437 C25.0839,22.5587 24.5809,22.3007 24.2059,21.9397 C23.7059,21.4567 23.4629,20.8187 23.4629,19.9877 L23.4629,7.5047 L22.4629,7.5047 L22.4629,19.9877 C22.4629,20.8187 22.2199,21.4567 21.7199,21.9397 C21.5149,22.1377 21.2629,22.2987 20.9889,22.4417 C20.6529,16.9197 19.6469,14.4197 17.8299,14.3297 C11.5069,14.0277 7.3729,25.8837 6.8159,32.6137 C6.4669,36.8197 7.3359,39.2597 9.2609,39.4837 C10.4249,39.6197 11.4869,39.6877 12.4519,39.6877 C15.2759,39.6877 17.2809,39.1027 18.6489,37.9047 C20.8219,35.9997 21.0479,32.7877 21.1019,29.3847 C21.1359,27.1567 21.1159,25.2147 21.0419,23.5127 C21.5659,23.2977 22.0349,23.0247 22.4139,22.6587 C22.6369,22.4437 22.8119,22.1987 22.9629,21.9387 C23.1159,22.1987 23.2899,22.4437 23.5119,22.6587 C24.0609,23.1887 24.7929,23.5327 25.6209,23.7637 C25.5569,25.4057 25.5399,27.2677 25.5729,29.3847 C25.6249,32.7877 25.8519,35.9987 28.0249,37.9037 C29.3929,39.1027 31.3979,39.6877 34.2219,39.6877 C35.1879,39.6877 36.2489,39.6197 37.4129,39.4837 C39.3379,39.2597 40.2069,36.8197 39.8589,32.6137\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Lungs;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Makeup = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M43.7966,8.9221 L42.1026,34.6521 L40.8306,34.6521 L40.8306,37.3371 C40.8306,38.2961 40.0496,39.0771 39.0906,39.0771 L39.0906,39.0771 L32.4206,39.0771 C31.4606,39.0771 30.6806,38.2961 30.6806,37.3371 L30.6806,37.3371 L30.6806,34.6521 L29.4076,34.6521 L27.7136,8.9221 L43.7966,8.9221 Z M22.0001,17.614 C23.3911,17.614 24.5241,18.746 24.5241,20.138 L24.5241,20.138 L24.5241,25.721 L24.1731,25.721 L24.1731,26.776 C26.0891,27.853 27.3061,29.933 27.3061,32.188 C27.3061,34.436 26.0891,36.512 24.1731,37.589 L24.1731,37.589 L24.1731,39.077 L18.2321,39.077 L18.2321,37.7 C16.3421,36.625 15.0991,34.463 15.0991,32.188 C15.0991,29.933 16.3151,27.853 18.2321,26.776 L18.2321,26.776 L18.2321,25.721 L17.8811,25.721 L17.8811,20.138 C17.8811,18.746 19.0131,17.614 20.4051,17.614 L20.4051,17.614 Z M7.1492,16.9468 C7.6952,16.7218 8.3172,16.8448 8.7352,17.2628 L8.7352,17.2628 L9.9842,18.5128 C10.4282,18.9568 10.6722,19.5458 10.6722,20.1738 L10.6722,20.1738 L10.6722,22.7538 L12.0382,22.7538 L12.0382,29.4158 L12.8132,29.4158 L12.8132,37.0068 C12.8132,38.1488 11.8842,39.0768 10.7422,39.0768 L10.7422,39.0768 L6.3172,39.0768 C5.1752,39.0768 4.2462,38.1488 4.2462,37.0068 L4.2462,37.0068 L4.2462,29.4158 L5.0222,29.4158 L5.0222,22.7538 L6.2512,22.7538 L6.2512,18.2918 C6.2512,17.7008 6.6042,17.1738 7.1492,16.9468 Z M39.5306,34.6521 L31.9796,34.6521 L31.9796,37.3371 C31.9796,37.5801 32.1776,37.7771 32.4206,37.7771 L32.4206,37.7771 L39.0906,37.7771 C39.3326,37.7771 39.5306,37.5801 39.5306,37.3371 L39.5306,37.3371 L39.5306,34.6521 Z M20.7031,25.736 L19.5321,25.736 L19.5321,27.583 L19.1601,27.758 C17.5081,28.54 16.3991,30.32 16.3991,32.188 C16.3991,34.086 17.5341,35.949 19.1601,36.718 L19.1601,36.718 L19.5321,36.894 L19.5321,37.777 L22.8731,37.777 L22.8731,36.782 L23.2451,36.606 C24.9221,35.813 26.0061,34.079 26.0061,32.188 C26.0061,30.32 24.8961,28.54 23.2451,27.758 L23.2451,27.758 L22.8731,27.583 L22.8731,25.736 L21.7031,25.736 L21.7031,33.081 L20.7031,33.081 L20.7031,25.736 Z M11.5132,30.7158 L5.5472,30.7158 L5.5472,37.0068 C5.5472,37.4318 5.8922,37.7768 6.3172,37.7768 L6.3172,37.7768 L10.7422,37.7768 C11.1672,37.7768 11.5132,37.4318 11.5132,37.0068 L11.5132,37.0068 L11.5132,30.7158 Z M42.2216,13.0721 L29.2896,13.0721 L30.6246,33.3521 L40.8856,33.3521 L42.2216,13.0721 Z M10.7382,24.0528 L6.3222,24.0528 L6.3222,29.4158 L10.7382,29.4158 L10.7382,24.0528 Z M22.0001,18.914 L20.4051,18.914 C19.7301,18.914 19.1811,19.463 19.1811,20.138 L19.1811,20.138 L19.1811,24.421 L23.2241,24.421 L23.2241,20.138 C23.2241,19.463 22.6751,18.914 22.0001,18.914 L22.0001,18.914 Z M7.69285625,18.135675 L7.6472,18.1488 C7.5832,18.1748 7.5512,18.2228 7.5512,18.2918 L7.5512,18.2918 L7.5512,22.7538 L9.3722,22.7538 L9.3722,20.1738 C9.3722,19.8928 9.2632,19.6298 9.0652,19.4318 L9.0652,19.4318 L7.8152,18.1818 C7.7672,18.1328 7.7092,18.1218 7.6472,18.1488 Z M42.4086,10.2231 L29.1016,10.2231 L29.2046,11.7711 L42.3066,11.7711 L42.4086,10.2231 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M43.7976,8.9221 L42.1026,34.6521 L40.8306,34.6521 L40.8306,37.3371 C40.8306,38.2961 40.0496,39.0771 39.0906,39.0771 L39.0906,39.0771 L32.4206,39.0771 C31.4606,39.0771 30.6806,38.2961 30.6806,37.3371 L30.6806,37.3371 L30.6806,34.6521 L29.4076,34.6521 L27.7136,8.9221 L43.7976,8.9221 Z M22.0001,14.808 C23.3911,14.808 24.5241,15.94 24.5241,17.332 L24.5241,17.332 L24.5241,22.916 L21.7031,22.916 L21.7031,24.436 L24.1731,24.436 L24.1731,26.776 C26.0891,27.853 27.3061,29.933 27.3061,32.188 C27.3061,34.436 26.0891,36.512 24.1731,37.589 L24.1731,37.589 L24.1731,39.077 L18.2321,39.077 L18.2321,37.7 C16.3421,36.625 15.0991,34.463 15.0991,32.188 C15.0991,29.933 16.3161,27.853 18.2321,26.776 L18.2321,26.776 L18.2321,24.436 L20.7031,24.436 L20.7031,22.916 L17.8811,22.916 L17.8811,17.332 C17.8811,15.94 19.0131,14.808 20.4051,14.808 L20.4051,14.808 Z M7.1492,15.4468 C7.6952,15.2218 8.3172,15.3448 8.7352,15.7628 L8.7352,15.7628 L9.9842,17.0128 C10.4282,17.4558 10.6722,18.0458 10.6722,18.6738 L10.6722,18.6738 L10.6722,22.7538 L12.0382,22.7538 L12.0382,29.4158 L12.8132,29.4158 L12.8132,37.0068 C12.8132,38.1488 11.8842,39.0768 10.7432,39.0768 L10.7432,39.0768 L6.3172,39.0768 C5.1752,39.0768 4.2472,38.1488 4.2472,37.0068 L4.2472,37.0068 L4.2472,29.4158 L5.0222,29.4158 L5.0222,22.7538 L6.2512,22.7538 L6.2512,16.7918 C6.2512,16.2008 6.6042,15.6738 7.1492,15.4468 Z M39.5306,34.6521 L31.9806,34.6521 L31.9806,37.3371 C31.9806,37.5801 32.1776,37.7771 32.4206,37.7771 L32.4206,37.7771 L39.0906,37.7771 C39.3326,37.7771 39.5306,37.5801 39.5306,37.3371 L39.5306,37.3371 L39.5306,34.6521 Z M20.7031,25.736 L19.5321,25.736 L19.5321,27.583 L19.1601,27.758 C17.5081,28.54 16.3991,30.32 16.3991,32.188 C16.3991,34.086 17.5341,35.949 19.1601,36.718 L19.1601,36.718 L19.5321,36.894 L19.5321,37.777 L22.8731,37.777 L22.8731,36.782 L23.2451,36.606 C24.9221,35.813 26.0061,34.079 26.0061,32.188 C26.0061,30.32 24.8961,28.54 23.2451,27.758 L23.2451,27.758 L22.8731,27.583 L22.8731,25.736 L21.7031,25.736 L21.7031,30.274 L20.7031,30.274 L20.7031,25.736 Z M11.5132,30.7158 L5.5472,30.7158 L5.5472,37.0068 C5.5472,37.4318 5.8922,37.7768 6.3172,37.7768 L6.3172,37.7768 L10.7432,37.7768 C11.1672,37.7768 11.5132,37.4318 11.5132,37.0068 L11.5132,37.0068 L11.5132,30.7158 Z M42.2216,13.0721 L29.2896,13.0721 L30.6246,33.3521 L40.8856,33.3521 L42.2216,13.0721 Z M10.7392,24.0528 L6.3222,24.0528 L6.3222,29.4158 L10.7392,29.4158 L10.7392,24.0528 Z M7.69327812,16.635675 L7.6472,16.6488 C7.5832,16.6748 7.5512,16.7228 7.5512,16.7918 L7.5512,16.7918 L7.5512,22.7538 L9.3722,22.7538 L9.3722,18.6738 C9.3722,18.3928 9.2632,18.1298 9.0652,17.9318 L9.0652,17.9318 L7.8152,16.6818 C7.7672,16.6328 7.7102,16.6218 7.6472,16.6488 Z M22.0001,16.108 L20.4051,16.108 C19.7301,16.108 19.1811,16.657 19.1811,17.332 L19.1811,17.332 L19.1811,21.615 L23.2241,21.615 L23.2241,17.332 C23.2241,16.657 22.6751,16.108 22.0001,16.108 L22.0001,16.108 Z M42.4086,10.2231 L29.1016,10.2231 L29.2046,11.7711 L42.3066,11.7711 L42.4086,10.2231 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Makeup;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MaleDoctor = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.5571,17.8467 C26.8341,17.8467 27.0591,17.6217 27.0591,17.3447 C27.0591,17.0667 26.8341,16.8417 26.5571,16.8417 C26.2791,16.8417 26.0551,17.0667 26.0551,17.3447 C26.0551,17.6217 26.2791,17.8467 26.5571,17.8467 L26.5571,17.8467 Z M16.0321,15.0217 L16.2941,15.0217 L16.2941,16.6137 L16.0321,16.6137 C15.5931,16.6137 15.2361,16.2567 15.2361,15.8177 C15.2361,15.3787 15.5931,15.0217 16.0321,15.0217 L16.0321,15.0217 Z M17.5941,15.0217 L18.3211,15.0217 C19.8481,15.0217 21.1791,14.1687 21.8631,12.9137 C22.5601,14.1697 23.9001,15.0217 25.4361,15.0217 L30.1561,15.0217 L30.1561,17.0407 C30.1561,20.3947 27.4281,23.1227 24.0741,23.1227 L23.6761,23.1227 C20.3221,23.1227 17.5941,20.3947 17.5941,17.0407 L17.5941,15.0217 Z M17.5941,13.7377 C17.5941,10.3837 20.3221,7.6547 23.6761,7.6547 L24.0741,7.6547 C27.4281,7.6547 30.1561,10.3837 30.1561,13.7377 L30.1561,14.0217 L25.4361,14.0217 C23.7351,14.0217 22.3511,12.6387 22.3511,10.9377 L22.3511,10.7237 L21.3511,10.7237 L21.3511,10.9917 C21.3511,12.6617 19.9921,14.0217 18.3211,14.0217 L17.5941,14.0217 L17.5941,13.7377 Z M31.4561,15.0217 L31.7181,15.0217 C32.1571,15.0217 32.5141,15.3787 32.5141,15.8177 C32.5141,16.2567 32.1571,16.6137 31.7181,16.6137 L31.4561,16.6137 L31.4561,15.0217 Z M16.0321,17.6137 L16.3231,17.6137 C16.6171,21.4167 19.7991,24.4227 23.6761,24.4227 L24.0741,24.4227 C27.9511,24.4227 31.1331,21.4167 31.4271,17.6137 L31.7181,17.6137 C32.7081,17.6137 33.5141,16.8077 33.5141,15.8177 C33.5141,14.8267 32.7081,14.0217 31.7181,14.0217 L31.4561,14.0217 L31.4561,13.7377 C31.4561,9.6667 28.1441,6.3547 24.0741,6.3547 L23.6761,6.3547 C19.6051,6.3547 16.2941,9.6667 16.2941,13.7377 L16.2941,14.0217 L16.0321,14.0217 C15.0421,14.0217 14.2361,14.8267 14.2361,15.8177 C14.2361,16.8077 15.0421,17.6137 16.0321,17.6137 L16.0321,17.6137 Z M21.2641,17.8467 C21.5411,17.8467 21.7661,17.6217 21.7661,17.3447 C21.7661,17.0667 21.5411,16.8417 21.2641,16.8417 C20.9861,16.8417 20.7611,17.0667 20.7611,17.3447 C20.7611,17.6217 20.9861,17.8467 21.2641,17.8467 L21.2641,17.8467 Z M34.5111,41.5957 L13.2391,41.5957 L13.2391,34.9107 C13.2391,31.2837 15.5041,28.0217 18.8341,26.7117 L18.8341,32.1787 C18.0051,32.3927 17.3891,33.1407 17.3891,34.0357 C17.3891,35.0967 18.2521,35.9607 19.3131,35.9607 C20.3741,35.9607 21.2371,35.0967 21.2371,34.0357 C21.2371,33.1407 20.6201,32.3927 19.7911,32.1787 L19.7911,26.7097 C22.3691,27.8357 25.4151,27.8317 27.9891,26.6967 L27.9891,30.2067 C27.0281,30.4257 26.3071,31.2837 26.3071,32.3097 L26.3071,35.2837 L27.2641,35.2837 L27.2641,32.3097 C27.2641,31.6467 27.8041,31.1067 28.4681,31.1067 C29.1311,31.1067 29.6711,31.6467 29.6711,32.3097 L29.6711,35.2837 L30.6281,35.2837 L30.6281,32.3097 C30.6281,31.2837 29.9071,30.4257 28.9461,30.2067 L28.9461,26.7227 C32.2601,28.0407 34.5111,31.2947 34.5111,34.9107 L34.5111,41.5957 Z M19.3131,33.0687 C19.8471,33.0687 20.2811,33.5027 20.2811,34.0357 C20.2811,34.5697 19.8471,35.0037 19.3131,35.0037 C18.7791,35.0037 18.3451,34.5697 18.3451,34.0357 C18.3451,33.5027 18.7791,33.0687 19.3131,33.0687 L19.3131,33.0687 Z M28.5181,25.1987 L28.2651,25.1257 L28.0321,25.2497 C25.4871,26.6047 22.2621,26.6047 19.7181,25.2497 L19.4851,25.1257 L19.2311,25.1987 C14.9371,26.4447 11.9381,30.4377 11.9381,34.9107 L11.9381,42.8957 L35.8111,42.8957 L35.8111,34.9107 C35.8111,30.4377 32.8121,26.4447 28.5181,25.1987 L28.5181,25.1987 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8032,21.9707 C24.8242,21.9707 25.6522,21.1427 25.6522,20.1217 L21.9542,20.1217 C21.9542,21.1427 22.7822,21.9707 23.8032,21.9707 L23.8032,21.9707 Z M26.5242,17.8467 C26.8012,17.8467 27.0262,17.6217 27.0262,17.3447 C27.0262,17.0667 26.8012,16.8417 26.5242,16.8417 C26.2462,16.8417 26.0212,17.0667 26.0212,17.3447 C26.0212,17.6217 26.2462,17.8467 26.5242,17.8467 L26.5242,17.8467 Z M21.2312,17.8467 C21.5082,17.8467 21.7332,17.6217 21.7332,17.3447 C21.7332,17.0667 21.5082,16.8417 21.2312,16.8417 C20.9532,16.8417 20.7282,17.0667 20.7282,17.3447 C20.7282,17.6217 20.9532,17.8467 21.2312,17.8467 L21.2312,17.8467 Z M34.5112,41.5957 L13.2392,41.5957 L13.2392,34.9107 C13.2392,31.2837 15.5042,28.0217 18.8342,26.7117 L18.8342,32.1787 C18.0052,32.3927 17.3882,33.1407 17.3882,34.0357 C17.3882,35.0967 18.2522,35.9607 19.3132,35.9607 C20.3742,35.9607 21.2372,35.0967 21.2372,34.0357 C21.2372,33.1407 20.6202,32.3927 19.7912,32.1787 L19.7912,26.7097 C22.3692,27.8357 25.4152,27.8317 27.9892,26.6967 L27.9892,30.2067 C27.0282,30.4257 26.3072,31.2837 26.3072,32.3097 L26.3072,35.2837 L27.2642,35.2837 L27.2642,32.3097 C27.2642,31.6467 27.8032,31.1067 28.4682,31.1067 C29.1312,31.1067 29.6712,31.6467 29.6712,32.3097 L29.6712,35.2837 L30.6282,35.2837 L30.6282,32.3097 C30.6282,31.2837 29.9072,30.4257 28.9462,30.2067 L28.9462,26.7227 C32.2602,28.0407 34.5112,31.2947 34.5112,34.9107 L34.5112,41.5957 Z M19.3132,33.0687 C19.8462,33.0687 20.2812,33.5027 20.2812,34.0357 C20.2812,34.5697 19.8462,35.0037 19.3132,35.0037 C18.7792,35.0037 18.3452,34.5697 18.3452,34.0357 C18.3452,33.5027 18.7792,33.0687 19.3132,33.0687 L19.3132,33.0687 Z M28.5182,25.1987 L28.2642,25.1257 L28.0322,25.2497 C25.4872,26.6047 22.2622,26.6047 19.7182,25.2497 L19.4852,25.1257 L19.2312,25.1987 C14.9372,26.4447 11.9382,30.4377 11.9382,34.9107 L11.9382,42.8957 L35.8112,42.8957 L35.8112,34.9107 C35.8112,30.4377 32.8122,26.4447 28.5182,25.1987 L28.5182,25.1987 Z M16.0322,15.0217 L16.2942,15.0217 L16.2942,16.6137 L16.0322,16.6137 C15.5932,16.6137 15.2362,16.2567 15.2362,15.8177 C15.2362,15.3787 15.5932,15.0217 16.0322,15.0217 L16.0322,15.0217 Z M17.5942,15.0217 L18.3212,15.0217 C19.8472,15.0217 21.1782,14.1687 21.8632,12.9137 C22.5602,14.1697 23.9002,15.0217 25.4362,15.0217 L30.1562,15.0217 L30.1562,17.0407 C30.1562,20.3947 27.4282,23.1227 24.0742,23.1227 L23.6762,23.1227 C20.3222,23.1227 17.5942,20.3947 17.5942,17.0407 L17.5942,15.0217 Z M17.5942,13.7377 C17.5942,10.3837 20.3222,7.6547 23.6762,7.6547 L24.0742,7.6547 C27.4282,7.6547 30.1562,10.3837 30.1562,13.7377 L30.1562,14.0217 L25.4362,14.0217 C23.7352,14.0217 22.3512,12.6377 22.3512,10.9377 L22.3512,10.7237 L21.3512,10.7237 L21.3512,10.9917 C21.3512,12.6617 19.9922,14.0217 18.3212,14.0217 L17.5942,14.0217 L17.5942,13.7377 Z M31.4562,15.0217 L31.7182,15.0217 C32.1572,15.0217 32.5132,15.3787 32.5132,15.8177 C32.5132,16.2567 32.1572,16.6137 31.7182,16.6137 L31.4562,16.6137 L31.4562,15.0217 Z M16.0322,17.6137 L16.3232,17.6137 C16.6172,21.4167 19.7992,24.4227 23.6762,24.4227 L24.0742,24.4227 C27.9512,24.4227 31.1332,21.4167 31.4272,17.6137 L31.7182,17.6137 C32.7082,17.6137 33.5132,16.8077 33.5132,15.8177 C33.5132,14.8267 32.7082,14.0217 31.7182,14.0217 L31.4562,14.0217 L31.4562,13.7377 C31.4562,9.6667 28.1442,6.3547 24.0742,6.3547 L23.6762,6.3547 C19.6052,6.3547 16.2942,9.6667 16.2942,13.7377 L16.2942,14.0217 L16.0322,14.0217 C15.0422,14.0217 14.2362,14.8267 14.2362,15.8177 C14.2362,16.8077 15.0422,17.6137 16.0322,17.6137 L16.0322,17.6137 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MaleDoctor;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MaleDoctorAndPerson = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(4 4)\">\n <path d=\"M39.5095 37.8232L36.2855 37.8232 36.2855 30.9102 35.3855 30.9102 35.3855 37.8232 24.3345 37.8232 24.3345 29.3872C24.3345 26.7802 23.3105 24.3402 21.6095 22.5082 22.4305 21.8142 23.3295 21.3012 24.3485 20.9732 27.1455 22.3662 30.6035 22.3662 33.3985 20.9732 37.0095 22.1352 39.5095 25.5492 39.5095 29.3622L39.5095 37.8232zM23.0335 37.8222L1.7625 37.8222 1.7625 29.3872C1.7625 25.7602 4.0285 22.4992 7.3575 21.1882L7.3575 26.6552C6.5285 26.8692 5.9105 27.6172 5.9105 28.5122 5.9105 29.5742 6.7745 30.4372 7.8355 30.4372 8.8975 30.4372 9.7605 29.5742 9.7605 28.5122 9.7605 27.6172 9.1435 26.8692 8.3145 26.6552L8.3145 21.1862C10.8925 22.3122 13.9405 22.3082 16.5125 21.1732L16.5125 24.6832C15.5515 24.9022 14.8295 25.7602 14.8295 26.7872L14.8295 29.7602 15.7865 29.7602 15.7865 26.7872C15.7865 26.1232 16.3265 25.5832 16.9905 25.5832 17.6545 25.5832 18.1945 26.1232 18.1945 26.7872L18.1945 29.7602 19.1515 29.7602 19.1515 26.7872C19.1515 25.7602 18.4305 24.9022 17.4695 24.6832L17.4695 21.2002C20.7825 22.5182 23.0335 25.7712 23.0335 29.3872L23.0335 37.8222zM7.8355 27.5452C8.3695 27.5452 8.8035 27.9782 8.8035 28.5122 8.8035 29.0472 8.3695 29.4802 7.8355 29.4802 7.3015 29.4802 6.8675 29.0472 6.8675 28.5122 6.8675 27.9782 7.3015 27.5452 7.8355 27.5452L7.8355 27.5452zM33.5165 19.6502L33.2635 19.5762 33.0305 19.7012C30.4875 21.0562 27.2615 21.0562 24.7165 19.7012L24.4835 19.5762 24.2305 19.6502C22.8875 20.0392 21.7215 20.6932 20.6675 21.6082 19.6235 20.7382 18.3975 20.0692 17.0405 19.6762L16.7875 19.6012 16.5545 19.7262C14.0115 21.0822 10.7855 21.0822 8.2405 19.7262L8.0075 19.6012 7.7545 19.6762C3.4605 20.9212.4615 24.9152.4615 29.3872L.4615 39.1232 23.6845 39.1232 23.6845 39.1242 40.8105 39.1242 40.8105 29.3622C40.8105 24.8882 37.8115 20.8942 33.5165 19.6502L33.5165 19.6502zM22.5925 9.5068L25.8125 9.5068C27.3485 9.5068 28.6885 8.6548 29.3865 7.3998 30.0705 8.6528 31.4015 9.5068 32.9275 9.5068L35.1555 9.5068 35.1555 11.5258C35.1555 14.8788 32.4265 17.6078 29.0725 17.6078L28.6745 17.6078C25.3215 17.6078 22.5925 14.8788 22.5925 11.5258L22.5925 9.5068zM28.6745 2.1408L29.0725 2.1408C32.4265 2.1408 35.1555 4.8688 35.1555 8.2228L35.1555 8.5068 32.9275 8.5068C31.2565 8.5068 29.8975 7.1478 29.8975 5.4768L29.8975 5.2088 28.8975 5.2088 28.8975 5.4228C28.8975 7.1228 27.5135 8.5068 25.8125 8.5068L22.5925 8.5068 22.5925 8.2228C22.5925 4.8688 25.3215 2.1408 28.6745 2.1408L28.6745 2.1408zM28.6745 18.9078L29.0725 18.9078C33.1435 18.9078 36.4555 15.5958 36.4555 11.5258L36.4555 8.2228C36.4555 4.1528 33.1435.8398 29.0725.8398L28.6745.8398C24.6045.8398 21.2915 4.1528 21.2915 8.2228L21.2915 11.5258C21.2915 15.5958 24.6045 18.9078 28.6745 18.9078L28.6745 18.9078z\" />\n <path d=\"M31.5203 12.332C31.7973 12.332 32.0223 12.107 32.0223 11.83 32.0223 11.552 31.7973 11.327 31.5203 11.327 31.2433 11.327 31.0183 11.552 31.0183 11.83 31.0183 12.107 31.2433 12.332 31.5203 12.332M26.2273 12.332C26.5043 12.332 26.7293 12.107 26.7293 11.83 26.7293 11.552 26.5043 11.327 26.2273 11.327 25.9503 11.327 25.7253 11.552 25.7253 11.83 25.7253 12.107 25.9503 12.332 26.2273 12.332M6.1169 9.5068L6.8449 9.5068C8.3709 9.5068 9.7019 8.6538 10.3859 7.3998 11.0829 8.6548 12.4239 9.5068 13.9589 9.5068L18.6799 9.5068 18.6799 11.5258C18.6799 14.8788 15.9509 17.6078 12.5959 17.6078L12.1989 17.6078C8.8459 17.6078 6.1169 14.8788 6.1169 11.5258L6.1169 9.5068zM12.1989 2.1408L12.5959 2.1408C15.9509 2.1408 18.6799 4.8688 18.6799 8.2228L18.6799 8.5068 13.9589 8.5068C12.2589 8.5068 10.8749 7.1228 10.8749 5.4228L10.8749 5.2088 9.8749 5.2088 9.8749 5.4768C9.8749 7.1478 8.5149 8.5068 6.8449 8.5068L6.1169 8.5068 6.1169 8.2228C6.1169 4.8688 8.8459 2.1408 12.1989 2.1408L12.1989 2.1408zM12.1989 18.9078L12.5959 18.9078C16.6679 18.9078 19.9799 15.5958 19.9799 11.5258L19.9799 8.2228C19.9799 4.1528 16.6679.8398 12.5959.8398L12.1989.8398C8.1289.8398 4.8159 4.1528 4.8159 8.2228L4.8159 11.5258C4.8159 15.5958 8.1289 18.9078 12.1989 18.9078L12.1989 18.9078z\" />\n <path d=\"M9.7869 12.332C10.0639 12.332 10.2899 12.107 10.2899 11.83 10.2899 11.552 10.0639 11.327 9.7869 11.327 9.5099 11.327 9.2839 11.552 9.2839 11.83 9.2839 12.107 9.5099 12.332 9.7869 12.332M15.0798 12.332C15.3568 12.332 15.5828 12.107 15.5828 11.83 15.5828 11.552 15.3568 11.327 15.0798 11.327 14.8028 11.327 14.5778 11.552 14.5778 11.83 14.5778 12.107 14.8028 12.332 15.0798 12.332\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(4 4)\">\n <path d=\"M39.5095 37.8223L36.2855 37.8223 36.2855 30.9103 35.3855 30.9103 35.3855 37.8223 24.3345 37.8223 24.3345 29.3873C24.3345 26.7803 23.3105 24.3403 21.6095 22.5073 22.4295 21.8133 23.3295 21.3013 24.3495 20.9733 27.1445 22.3663 30.6035 22.3663 33.3985 20.9733 37.0095 22.1353 39.5095 25.5493 39.5095 29.3623L39.5095 37.8223zM23.0335 37.8223L1.7625 37.8223 1.7625 29.3873C1.7625 25.7603 4.0285 22.4993 7.3575 21.1883L7.3575 26.6553C6.5295 26.8703 5.9115 27.6173 5.9115 28.5123 5.9115 29.5743 6.7755 30.4373 7.8355 30.4373 8.8975 30.4373 9.7605 29.5743 9.7605 28.5123 9.7605 27.6173 9.1435 26.8703 8.3145 26.6553L8.3145 21.1863C10.8925 22.3123 13.9395 22.3083 16.5125 21.1733L16.5125 24.6833C15.5515 24.9023 14.8295 25.7593 14.8295 26.7863L14.8295 29.7593 15.7865 29.7593 15.7865 26.7863C15.7865 26.1233 16.3265 25.5833 16.9905 25.5833 17.6545 25.5833 18.1945 26.1233 18.1945 26.7863L18.1945 29.7593 19.1515 29.7593 19.1515 26.7863C19.1515 25.7593 18.4305 24.9023 17.4695 24.6833L17.4695 21.2003C20.7825 22.5183 23.0335 25.7713 23.0335 29.3873L23.0335 37.8223zM7.8355 27.5453C8.3695 27.5453 8.8035 27.9783 8.8035 28.5123 8.8035 29.0473 8.3695 29.4803 7.8355 29.4803 7.3025 29.4803 6.8685 29.0473 6.8685 28.5123 6.8685 27.9783 7.3025 27.5453 7.8355 27.5453L7.8355 27.5453zM33.5165 19.6503L33.2635 19.5763 33.0305 19.7013C30.4875 21.0563 27.2605 21.0563 24.7175 19.7013L24.4855 19.5773 24.2315 19.6503C22.8875 20.0383 21.7215 20.6923 20.6675 21.6083 19.6235 20.7373 18.3975 20.0693 17.0405 19.6763L16.7875 19.6013 16.5545 19.7263C14.0115 21.0823 10.7855 21.0823 8.2405 19.7263L8.0075 19.6013 7.7545 19.6763C3.4605 20.9213.4615 24.9153.4615 29.3873L.4615 39.1233 23.6845 39.1233 24.3345 39.1233 40.8105 39.1233 40.8105 29.3623C40.8105 24.8883 37.8115 20.8943 33.5165 19.6503L33.5165 19.6503zM22.5925 9.5068L25.8125 9.5068C27.3475 9.5068 28.6885 8.6548 29.3865 7.3998 30.0705 8.6528 31.4015 9.5068 32.9275 9.5068L35.1555 9.5068 35.1555 11.5258C35.1555 14.8788 32.4265 17.6078 29.0725 17.6078L28.6745 17.6078C25.3215 17.6078 22.5925 14.8788 22.5925 11.5258L22.5925 9.5068zM28.6745 2.1398L29.0725 2.1398C32.4265 2.1398 35.1555 4.8678 35.1555 8.2218L35.1555 8.5068 32.9275 8.5068C31.2565 8.5068 29.8975 7.1478 29.8975 5.4768L29.8975 5.2088 28.8975 5.2088 28.8975 5.4218C28.8975 7.1228 27.5135 8.5068 25.8125 8.5068L22.5925 8.5068 22.5925 8.2218C22.5925 4.8678 25.3215 2.1398 28.6745 2.1398L28.6745 2.1398zM28.6745 18.9078L29.0725 18.9078C33.1435 18.9078 36.4555 15.5958 36.4555 11.5258L36.4555 8.2218C36.4555 4.1518 33.1435.8388 29.0725.8388L28.6745.8388C24.6045.8388 21.2915 4.1518 21.2915 8.2218L21.2915 11.5258C21.2915 15.5958 24.6045 18.9078 28.6745 18.9078L28.6745 18.9078z\" />\n <path d=\"M30.5203 12.3311C30.7973 12.3311 31.0233 12.1061 31.0233 11.8291 31.0233 11.5521 30.7973 11.3271 30.5203 11.3271 30.2433 11.3271 30.0173 11.5521 30.0173 11.8291 30.0173 12.1061 30.2433 12.3311 30.5203 12.3311M25.2273 12.3311C25.5043 12.3311 25.7303 12.1061 25.7303 11.8291 25.7303 11.5521 25.5043 11.3271 25.2273 11.3271 24.9503 11.3271 24.7243 11.5521 24.7243 11.8291 24.7243 12.1061 24.9503 12.3311 25.2273 12.3311M6.1169 9.5068L6.8449 9.5068C8.3709 9.5068 9.7019 8.6538 10.3859 7.3998 11.0839 8.6548 12.4239 9.5068 13.9589 9.5068L18.6799 9.5068 18.6799 11.5258C18.6799 14.8788 15.9509 17.6078 12.5959 17.6078L12.1989 17.6078C8.8459 17.6078 6.1169 14.8788 6.1169 11.5258L6.1169 9.5068zM12.1989 2.1398L12.5959 2.1398C15.9509 2.1398 18.6799 4.8678 18.6799 8.2218L18.6799 8.5068 13.9589 8.5068C12.2589 8.5068 10.8749 7.1228 10.8749 5.4218L10.8749 5.2088 9.8749 5.2088 9.8749 5.4768C9.8749 7.1478 8.5149 8.5068 6.8449 8.5068L6.1169 8.5068 6.1169 8.2218C6.1169 4.8678 8.8459 2.1398 12.1989 2.1398L12.1989 2.1398zM12.1989 18.9078L12.5959 18.9078C16.6679 18.9078 19.9799 15.5958 19.9799 11.5258L19.9799 8.2218C19.9799 4.1518 16.6679.8388 12.5959.8388L12.1989.8388C8.1289.8388 4.8159 4.1518 4.8159 8.2218L4.8159 11.5258C4.8159 15.5958 8.1289 18.9078 12.1989 18.9078L12.1989 18.9078z\" />\n <path d=\"M9.7869 12.3311C10.0639 12.3311 10.2889 12.1061 10.2889 11.8291 10.2889 11.5521 10.0639 11.3271 9.7869 11.3271 9.5099 11.3271 9.2849 11.5521 9.2849 11.8291 9.2849 12.1061 9.5099 12.3311 9.7869 12.3311M15.0798 12.3311C15.3568 12.3311 15.5828 12.1061 15.5828 11.8291 15.5828 11.5521 15.3568 11.3271 15.0798 11.3271 14.8028 11.3271 14.5778 11.5521 14.5778 11.8291 14.5778 12.1061 14.8028 12.3311 15.0798 12.3311M12.3572 16.4561C13.3782 16.4561 14.2062 15.6281 14.2062 14.6061L10.5082 14.6061C10.5082 15.6281 11.3362 16.4561 12.3572 16.4561\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MaleDoctorAndPerson;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MaleGenitalia = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M30.3337,30.1636 L30.3337,20.9816 L29.0327,20.9816 L29.0327,30.5596 L29.0327,31.1166 L29.0327,33.9046 L19.2207,33.9046 L19.2207,31.1166 L19.2207,30.6176 L19.2207,20.9816 L17.9197,20.9816 L17.9197,30.2426 C13.0037,28.6476 10.2017,25.0796 10.2017,20.3396 C10.2017,13.1466 16.3917,7.2946 23.9997,7.2946 C31.6077,7.2946 37.7977,13.1466 37.7977,20.3396 C37.7977,25.0626 35.1537,28.5216 30.3337,30.1636 M24.7767,42.1396 L24.7767,39.3676 L23.4767,39.3676 L23.4767,42.1396 C21.0807,41.8176 19.2207,39.7816 19.2207,37.2986 L19.2207,35.2046 L29.0327,35.2046 L29.0327,37.2986 C29.0327,39.7816 27.1727,41.8176 24.7767,42.1396 M23.9997,5.9956 C15.6747,5.9956 8.9007,12.4306 8.9007,20.3396 C8.9007,25.8206 12.1807,29.9046 17.9197,31.6086 L17.9197,37.2986 C17.9197,40.7206 20.7047,43.5046 24.1267,43.5046 C27.5487,43.5046 30.3337,40.7206 30.3337,37.2986 L30.3337,31.5356 C35.9117,29.7866 39.0987,25.7296 39.0987,20.3396 C39.0987,12.4306 32.3247,5.9956 23.9997,5.9956\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.5171,29.582 L30.7141,20.426 L29.4191,20.54 L30.2561,30.081 L30.2561,30.082 L30.5491,33.414 L20.7731,34.271 L20.5301,31.494 L19.6441,21.398 L18.3491,21.511 L19.1581,30.73 C14.6731,29.602 10.2021,25.752 10.2021,20.339 C10.2021,13.147 16.3911,7.295 24.0001,7.295 C31.6091,7.295 37.7981,13.147 37.7981,20.339 C37.7981,25.078 36.0761,27.653 31.5171,29.582 M29.7171,40.376 C29.0171,41.211 28.0761,41.757 27.0291,41.991 L26.7871,39.227 L25.4921,39.341 L25.7341,42.103 C23.3141,41.992 21.2871,40.125 21.0701,37.652 L20.8861,35.566 L30.6631,34.708 L30.8461,36.794 C30.9601,38.1 30.5601,39.372 29.7171,40.376 M39.0991,20.339 C39.0991,12.43 32.3261,5.995 24.0001,5.995 C15.6741,5.995 8.9011,12.43 8.9011,20.339 C8.9011,26.597 14.1591,30.986 19.2781,32.095 L19.7751,37.766 C20.0581,40.992 22.7741,43.43 25.9541,43.43 C26.1341,43.43 26.3171,43.422 26.5001,43.406 C28.1521,43.261 29.6481,42.481 30.7131,41.211 C31.7791,39.941 32.2871,38.332 32.1411,36.68 L31.6371,30.941 C36.9291,28.805 39.0991,25.703 39.0991,20.339\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MaleGenitalia;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Medicine = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.5514,13.5855 C25.3744,13.8615 25.1004,14.0535 24.7794,14.1245 C24.4584,14.1945 24.1294,14.1365 23.8524,13.9595 C23.2804,13.5945 23.1134,12.8325 23.4784,12.2605 C23.7124,11.8935 24.1104,11.6925 24.5164,11.6925 C24.7434,11.6925 24.9724,11.7555 25.1764,11.8865 C25.7484,12.2515 25.9164,13.0135 25.5514,13.5855 L25.5514,13.5855 Z M25.7154,11.0435 C24.6794,10.3815 23.2974,10.6865 22.6354,11.7225 C21.9734,12.7585 22.2774,14.1405 23.3144,14.8025 C23.6764,15.0345 24.0894,15.1535 24.5104,15.1535 C24.6714,15.1535 24.8334,15.1365 24.9944,15.1005 C25.5764,14.9725 26.0734,14.6255 26.3934,14.1235 C26.7144,13.6215 26.8214,13.0245 26.6924,12.4425 C26.5644,11.8615 26.2174,11.3645 25.7154,11.0435 L25.7154,11.0435 Z M32.2404,36.5665 C31.6024,36.7945 30.8974,36.4605 30.6694,35.8205 C30.4424,35.1815 30.7764,34.4765 31.4154,34.2495 C31.5514,34.2005 31.6904,34.1785 31.8264,34.1785 C32.3324,34.1785 32.8084,34.4925 32.9874,34.9955 C33.2144,35.6345 32.8794,36.3395 32.2404,36.5665 L32.2404,36.5665 Z M31.0804,33.3075 C29.9214,33.7195 29.3154,34.9975 29.7274,36.1565 C30.0514,37.0685 30.9134,37.6385 31.8304,37.6385 C32.0774,37.6385 32.3294,37.5965 32.5764,37.5095 C33.7344,37.0965 34.3414,35.8185 33.9294,34.6605 C33.5164,33.5025 32.2394,32.8955 31.0804,33.3075 L31.0804,33.3075 Z M30.6344,20.1235 C30.7124,19.8045 30.9104,19.5355 31.1914,19.3655 C31.3864,19.2475 31.6044,19.1875 31.8254,19.1875 C31.9244,19.1875 32.0244,19.1995 32.1224,19.2235 C32.7804,19.3855 33.1854,20.0535 33.0224,20.7125 C32.8604,21.3705 32.1934,21.7745 31.5334,21.6125 C31.2154,21.5335 30.9454,21.3355 30.7754,21.0545 C30.6054,20.7735 30.5554,20.4425 30.6344,20.1235 L30.6344,20.1235 Z M31.2944,22.5835 C31.4734,22.6275 31.6524,22.6485 31.8284,22.6485 C32.8304,22.6485 33.7434,21.9665 33.9934,20.9515 C34.2874,19.7575 33.5554,18.5465 32.3624,18.2525 C31.7834,18.1105 31.1844,18.2015 30.6744,18.5095 C30.1644,18.8175 29.8054,19.3065 29.6624,19.8845 C29.5204,20.4625 29.6124,21.0625 29.9204,21.5715 C30.2284,22.0815 30.7164,22.4405 31.2944,22.5835 L31.2944,22.5835 Z M32.8644,13.5855 C32.4994,14.1565 31.7374,14.3255 31.1654,13.9595 C30.5944,13.5945 30.4264,12.8325 30.7914,12.2605 C31.1564,11.6895 31.9194,11.5215 32.4904,11.8865 C33.0624,12.2515 33.2304,13.0135 32.8644,13.5855 L32.8644,13.5855 Z M33.0294,11.0435 C31.9924,10.3815 30.6114,10.6865 29.9484,11.7225 C29.2864,12.7585 29.5914,14.1405 30.6274,14.8025 C30.9984,15.0395 31.4134,15.1525 31.8244,15.1525 C32.5604,15.1525 33.2824,14.7885 33.7074,14.1235 C34.0284,13.6215 34.1344,13.0245 34.0064,12.4425 C33.8784,11.8615 33.5304,11.3645 33.0294,11.0435 L33.0294,11.0435 Z M36.8314,38.2505 C36.8314,39.2995 35.9774,40.1535 34.9274,40.1535 L26.5494,40.1535 L26.5494,18.2075 L19.5114,18.2075 L19.5114,10.3825 C19.5114,9.3335 20.3654,8.4795 21.4154,8.4795 L34.9274,8.4795 C35.9774,8.4795 36.8314,9.3335 36.8314,10.3825 L36.8314,38.2505 Z M11.0384,24.9345 L25.2484,24.9345 L25.2484,19.5085 L11.0384,19.5085 L11.0384,24.9345 Z M25.2484,40.1535 L11.0384,40.1535 L11.0384,37.4695 L19.5354,37.4695 L19.5354,29.4025 L11.0384,29.4025 L11.0384,26.2335 L25.2484,26.2335 L25.2484,40.1535 Z M11.0384,36.4695 L18.5364,36.4695 L18.5364,30.4025 L11.0384,30.4025 L11.0384,36.4695 Z M34.9274,7.1795 L21.4154,7.1795 C19.6494,7.1795 18.2114,8.6165 18.2114,10.3825 L18.2114,18.2075 L9.7384,18.2075 L9.7384,41.4545 L34.9274,41.4545 C36.6944,41.4545 38.1314,40.0165 38.1314,38.2505 L38.1314,10.3825 C38.1314,8.6165 36.6944,7.1795 34.9274,7.1795 L34.9274,7.1795 Z M32.8644,28.5755 C32.4994,29.1475 31.7384,29.3145 31.1654,28.9495 C30.5944,28.5845 30.4264,27.8225 30.7914,27.2505 C31.1564,26.6795 31.9194,26.5115 32.4904,26.8765 C33.0624,27.2415 33.2304,28.0035 32.8644,28.5755 L32.8644,28.5755 Z M33.0294,26.0335 C32.5274,25.7125 31.9294,25.6065 31.3484,25.7345 C30.7664,25.8635 30.2694,26.2105 29.9484,26.7125 C29.2864,27.7485 29.5914,29.1305 30.6274,29.7925 C30.9984,30.0295 31.4134,30.1425 31.8244,30.1425 C32.5614,30.1425 33.2824,29.7785 33.7074,29.1135 C34.0284,28.6115 34.1344,28.0155 34.0064,27.4335 C33.8784,26.8515 33.5304,26.3545 33.0294,26.0335 L33.0294,26.0335 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.8646,28.5752 C32.6876,28.8522 32.4136,29.0432 32.0926,29.1142 C31.7716,29.1852 31.4426,29.1262 31.1656,28.9502 C30.5936,28.5842 30.4266,27.8222 30.7916,27.2502 C31.1566,26.6792 31.9196,26.5112 32.4906,26.8762 C33.0616,27.2422 33.2296,28.0042 32.8646,28.5752 L32.8646,28.5752 Z M33.0296,26.0332 C32.5266,25.7132 31.9296,25.6062 31.3486,25.7352 C30.7666,25.8632 30.2696,26.2102 29.9486,26.7122 L29.9486,26.7122 C29.2866,27.7482 29.5916,29.1302 30.6276,29.7922 C30.9906,30.0242 31.4036,30.1442 31.8236,30.1442 C31.9846,30.1442 32.1466,30.1262 32.3076,30.0912 C32.8896,29.9632 33.3866,29.6162 33.7076,29.1142 C34.3696,28.0772 34.0646,26.6962 33.0296,26.0332 L33.0296,26.0332 Z M30.6336,20.1232 C30.7126,19.8042 30.9106,19.5352 31.1916,19.3652 C31.3856,19.2472 31.6046,19.1872 31.8256,19.1872 C31.9246,19.1872 32.0246,19.1992 32.1226,19.2232 C32.7816,19.3862 33.1846,20.0542 33.0226,20.7122 C32.8606,21.3702 32.1926,21.7742 31.5336,21.6122 C31.2146,21.5332 30.9456,21.3352 30.7756,21.0542 C30.6056,20.7732 30.5546,20.4432 30.6336,20.1232 L30.6336,20.1232 Z M31.2946,22.5832 C31.4726,22.6272 31.6516,22.6482 31.8276,22.6482 C32.8296,22.6482 33.7436,21.9672 33.9936,20.9512 C34.2876,19.7572 33.5556,18.5462 32.3616,18.2522 C31.7836,18.1102 31.1836,18.2012 30.6746,18.5092 C30.1646,18.8182 29.8046,19.3062 29.6626,19.8842 C29.5206,20.4632 29.6116,21.0622 29.9196,21.5722 C30.2276,22.0812 30.7166,22.4412 31.2946,22.5832 L31.2946,22.5832 Z M32.2406,36.5672 C31.6016,36.7952 30.8966,36.4602 30.6696,35.8212 C30.4416,35.1812 30.7766,34.4762 31.4156,34.2492 C31.5516,34.2002 31.6906,34.1782 31.8266,34.1782 C32.3326,34.1782 32.8076,34.4922 32.9876,34.9952 C33.2146,35.6342 32.8796,36.3392 32.2406,36.5672 L32.2406,36.5672 Z M31.0806,33.3072 C29.9216,33.7202 29.3146,34.9972 29.7266,36.1562 C30.0516,37.0682 30.9136,37.6382 31.8306,37.6382 C32.0776,37.6382 32.3296,37.5962 32.5756,37.5092 C33.7346,37.0962 34.3416,35.8192 33.9286,34.6602 C33.5166,33.5012 32.2386,32.8952 31.0806,33.3072 L31.0806,33.3072 Z M32.8646,13.5852 C32.4996,14.1572 31.7376,14.3252 31.1656,13.9592 C30.5936,13.5942 30.4266,12.8322 30.7916,12.2602 C31.1566,11.6892 31.9196,11.5212 32.4906,11.8862 C33.0616,12.2512 33.2296,13.0132 32.8646,13.5852 L32.8646,13.5852 Z M33.0286,11.0432 C31.9926,10.3812 30.6106,10.6862 29.9486,11.7222 L29.9486,11.7222 C29.2866,12.7582 29.5916,14.1402 30.6276,14.8022 C30.9986,15.0392 31.4136,15.1522 31.8246,15.1522 C32.5606,15.1522 33.2826,14.7882 33.7076,14.1232 C34.3696,13.0872 34.0656,11.7052 33.0286,11.0432 L33.0286,11.0432 Z M36.8316,38.2502 C36.8316,39.3002 35.9766,40.1542 34.9276,40.1542 L26.5496,40.1542 L26.5496,25.6712 L28.4806,18.6442 L19.5116,16.1782 L19.5116,10.3832 C19.5116,9.3332 20.3656,8.4792 21.4156,8.4792 L34.9276,8.4792 C35.9766,8.4792 36.8316,9.3332 36.8316,10.3832 L36.8316,38.2502 Z M11.7416,21.0182 L13.1796,15.7862 L26.8826,19.5532 L25.4446,24.7842 L11.7416,21.0182 Z M25.2486,40.1542 L11.0376,40.1542 L11.0376,37.4702 L19.5356,37.4702 L19.5356,29.4022 L11.0376,29.4022 L11.0376,26.2342 L25.2486,26.2342 L25.2486,40.1542 Z M11.0376,36.4692 L18.5356,36.4692 L18.5356,30.4022 L11.0376,30.4022 L11.0376,36.4692 Z M34.9276,7.1792 L21.4156,7.1792 C19.6486,7.1792 18.2116,8.6162 18.2116,10.3832 L18.2116,15.8212 L12.2706,14.1882 L10.1436,21.9272 L21.0836,24.9342 L9.7386,24.9342 L9.7386,41.4542 L34.9276,41.4542 C36.6936,41.4542 38.1316,40.0162 38.1316,38.2502 L38.1316,10.3832 C38.1316,8.6162 36.6936,7.1792 34.9276,7.1792 L34.9276,7.1792 Z M25.5516,13.5852 C25.1856,14.1572 24.4236,14.3252 23.8526,13.9592 C23.2806,13.5942 23.1126,12.8322 23.4776,12.2602 C23.7126,11.8932 24.1106,11.6932 24.5166,11.6932 C24.7426,11.6932 24.9716,11.7552 25.1776,11.8862 C25.7486,12.2512 25.9166,13.0132 25.5516,13.5852 L25.5516,13.5852 Z M25.7156,11.0432 C24.6786,10.3812 23.2976,10.6862 22.6356,11.7222 C21.9726,12.7582 22.2776,14.1402 23.3136,14.8022 C23.6846,15.0392 24.0996,15.1522 24.5106,15.1522 C25.2476,15.1522 25.9686,14.7882 26.3936,14.1232 C26.7146,13.6212 26.8206,13.0252 26.6926,12.4432 C26.5646,11.8612 26.2176,11.3642 25.7156,11.0432 L25.7156,11.0432 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.1094737,36.4354105 C31.4703158,36.6627789 30.7654737,36.3280421 30.5381053,35.6888842 C30.4269474,35.3794105 30.4446316,35.0459368 30.5848421,34.7490947 C30.7263158,34.4522526 30.9751579,34.2274105 31.2846316,34.1175158 C31.4197895,34.0695158 31.5587368,34.0455158 31.6976842,34.0455158 C31.8770526,34.0455158 32.0564211,34.0859368 32.2244211,34.1655158 C32.5212632,34.3057263 32.7448421,34.5545684 32.856,34.8640421 C33.0833684,35.5032 32.7486316,36.2080421 32.1094737,36.4354105 L32.1094737,36.4354105 Z M32.6538947,33.2623579 C32.1145263,33.0059368 31.5094737,32.9756211 30.9486316,33.1752 C29.7903158,33.5882526 29.184,34.8653053 29.5957895,36.0248842 C29.9204211,36.9368842 30.7818947,37.5065684 31.6989474,37.5065684 C31.9465263,37.5065684 32.1978947,37.4648842 32.4454737,37.3777263 C33.6037895,36.9646737 34.2101053,35.6876211 33.7970526,34.5293053 C33.5974737,33.9672 33.1907368,33.5175158 32.6538947,33.2623579 L32.6538947,33.2623579 Z M24.1566316,13.4535158 C23.9785263,13.7301474 23.7056842,13.9221474 23.3848421,13.9928842 C23.064,14.0636211 22.7343158,14.0042526 22.4576842,13.8274105 C22.1810526,13.6505684 21.9890526,13.3764632 21.9183158,13.0556211 C21.8475789,12.7347789 21.9056842,12.4063579 22.0837895,12.1284632 C22.3174737,11.7621474 22.7153684,11.5613053 23.1221053,11.5613053 C23.3482105,11.5613053 23.5781053,11.6232 23.7827368,11.7545684 C24.3536842,12.1196211 24.5216842,12.8825684 24.1566316,13.4535158 L24.1566316,13.4535158 Z M24.3208421,10.9120421 C23.2837895,10.2501474 21.9018947,10.5545684 21.2412632,11.5903579 C20.9204211,12.0930947 20.8143158,12.6893053 20.9418947,13.2716211 C21.0707368,13.8526737 21.4168421,14.3503579 21.9195789,14.6699368 C22.2821053,14.9023579 22.6951579,15.0223579 23.1157895,15.0223579 C23.2762105,15.0223579 23.4391579,15.0046737 23.5995789,14.9693053 C24.1818947,14.8404632 24.6783158,14.4930947 24.9991579,13.9916211 C25.6610526,12.9558316 25.3566316,11.5739368 24.3208421,10.9120421 L24.3208421,10.9120421 Z M32.7334737,13.4535158 C32.5566316,13.7301474 32.2825263,13.9221474 31.9616842,13.9928842 C31.6395789,14.0636211 31.3111579,14.0042526 31.0345263,13.8274105 C30.7578947,13.6505684 30.5658947,13.3764632 30.4951579,13.0556211 C30.4244211,12.7347789 30.4825263,12.4063579 30.6606316,12.1284632 C30.8943158,11.7621474 31.2922105,11.5613053 31.6989474,11.5613053 C31.9250526,11.5613053 32.1549474,11.6232 32.3583158,11.7545684 C32.9305263,12.1196211 33.0985263,12.8825684 32.7334737,13.4535158 L32.7334737,13.4535158 Z M32.8976842,10.9120421 C32.3962105,10.5912 31.7987368,10.4863579 31.2164211,10.6139368 C30.6353684,10.7415158 30.1376842,11.0888842 29.8181053,11.5903579 C29.4972632,12.0930947 29.3911579,12.6893053 29.5187368,13.2716211 C29.6463158,13.8526737 29.9936842,14.3503579 30.4964211,14.6699368 C30.8589474,14.9023579 31.272,15.0223579 31.6926316,15.0223579 C31.8530526,15.0223579 32.016,15.0046737 32.1764211,14.9693053 C32.7587368,14.8404632 33.2551579,14.4943579 33.576,13.9916211 C33.8968421,13.4901474 34.0029474,12.8926737 33.8741053,12.3116211 C33.7465263,11.7293053 33.3991579,11.2328842 32.8976842,10.9120421 L32.8976842,10.9120421 Z M36.7174737,38.1192 C36.7174737,39.1777263 35.856,40.0404632 34.7962105,40.0404632 L26.3987368,40.0404632 L26.3987368,18.0943579 L18.0985263,18.0943579 L18.0985263,10.2514105 C18.0985263,9.19162105 18.9612632,8.33014737 20.0210526,8.33014737 L34.7962105,8.33014737 C35.856,8.33014737 36.7174737,9.19162105 36.7174737,10.2514105 L36.7174737,38.1192 Z M10.8884211,24.8206737 L25.1355789,24.8206737 L25.1355789,19.3575158 L10.8884211,19.3575158 L10.8884211,24.8206737 Z M10.8884211,40.0404632 L25.1355789,40.0404632 L25.1355789,26.0838316 L10.8884211,26.0838316 L10.8884211,40.0404632 Z M34.7962105,7.06698947 L20.0210526,7.06698947 C18.264,7.06698947 16.8353684,8.49435789 16.8353684,10.2514105 L16.8353684,18.0943579 L9.62526316,18.0943579 L9.62526316,41.3036211 L34.7962105,41.3036211 C36.552,41.3036211 37.9806316,39.8749895 37.9806316,38.1192 L37.9806316,10.2514105 C37.9806316,8.49435789 36.552,7.06698947 34.7962105,7.06698947 L34.7962105,7.06698947 Z M32.8913684,24.3280421 C32.7284211,24.9861474 32.0614737,25.3890947 31.4021053,25.2274105 C30.744,25.0657263 30.3397895,24.3975158 30.5027368,23.7394105 C30.5810526,23.4210947 30.7793684,23.1507789 31.0597895,22.9815158 C31.2543158,22.8627789 31.4728421,22.8034105 31.6938947,22.8034105 C31.7936842,22.8034105 31.8922105,22.8147789 31.9907368,22.8387789 C32.3103158,22.9170947 32.5793684,23.1166737 32.7498947,23.3970947 C32.9191579,23.6787789 32.9696842,24.0097263 32.8913684,24.3280421 L32.8913684,24.3280421 Z M32.2307368,21.8686737 C31.6522105,21.7259368 31.0522105,21.8168842 30.5431579,22.1250947 C30.0328421,22.4345684 29.6741053,22.9221474 29.5313684,23.5006737 C29.2370526,24.6943579 29.9696842,25.9057263 31.1633684,26.1987789 C31.3414737,26.2429895 31.5208421,26.2644632 31.6964211,26.2644632 C32.6981053,26.2644632 33.6113684,25.5823579 33.8627368,24.5667789 L33.8627368,24.5667789 C34.0042105,23.9882526 33.9132632,23.3895158 33.6050526,22.8804632 C33.2968421,22.3701474 32.8092632,22.0114105 32.2307368,21.8686737 L32.2307368,21.8686737 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.1092211,36.4354105 C31.7984842,36.5453053 31.4662737,36.5288842 31.1681684,36.3874105 C30.8725895,36.2472 30.6477474,35.9983579 30.5378526,35.6888842 C30.4266947,35.3794105 30.4443789,35.0459368 30.5845895,34.7490947 C30.7260632,34.4522526 30.9749053,34.2274105 31.2843789,34.1175158 C31.4208,34.0695158 31.5584842,34.0467789 31.6949053,34.0467789 C32.2014316,34.0467789 32.6763789,34.3613053 32.8557474,34.8640421 C33.0831158,35.5032 32.7483789,36.2080421 32.1092211,36.4354105 L32.1092211,36.4354105 Z M33.7968,34.5280421 C33.3850105,33.3697263 32.1066947,32.7621474 30.9496421,33.1752 C30.3875368,33.3760421 29.9378526,33.7815158 29.6826947,34.3196211 C29.4262737,34.8577263 29.3959579,35.4627789 29.5955368,36.0236211 C29.9201684,36.9368842 30.7816421,37.5065684 31.6986947,37.5065684 C31.9462737,37.5065684 32.1989053,37.4648842 32.4452211,37.3777263 C33.6035368,36.9646737 34.2098526,35.6876211 33.7968,34.5293053 L33.7968,34.5280421 Z M24.1563789,13.4535158 C23.7913263,14.0244632 23.0296421,14.1937263 22.4574316,13.8274105 C22.1808,13.6505684 21.9888,13.3764632 21.9180632,13.0556211 C21.8473263,12.7347789 21.9054316,12.4063579 22.0835368,12.1284632 C22.4485895,11.5575158 23.2102737,11.3895158 23.7824842,11.7545684 C24.3534316,12.1196211 24.5214316,12.8825684 24.1563789,13.4535158 L24.1563789,13.4535158 Z M24.3205895,10.9120421 C23.2835368,10.2501474 21.9016421,10.5545684 21.2410105,11.5903579 C20.9201684,12.0930947 20.8140632,12.6893053 20.9416421,13.2716211 C21.0704842,13.8526737 21.4178526,14.3503579 21.9193263,14.6699368 C22.2818526,14.9023579 22.6949053,15.0223579 23.1155368,15.0223579 C23.2759579,15.0223579 23.4389053,15.0046737 23.5993263,14.9693053 C24.1816421,14.8404632 24.6780632,14.4943579 24.9989053,13.9916211 C25.6608,12.9558316 25.3563789,11.5739368 24.3205895,10.9120421 L24.3205895,10.9120421 Z M30.6603789,12.1284632 C30.8953263,11.7621474 31.2932211,11.5613053 31.6986947,11.5613053 C31.9248,11.5613053 32.1546947,11.6232 32.3593263,11.7545684 C32.9302737,12.1196211 33.0982737,12.8825684 32.7332211,13.4535158 C32.5563789,13.7301474 32.2822737,13.9221474 31.9614316,13.9928842 C31.6405895,14.0636211 31.3109053,14.0042526 31.0342737,13.8274105 C30.7576421,13.6505684 30.5656421,13.3764632 30.4949053,13.0556211 C30.4254316,12.7347789 30.4822737,12.4063579 30.6603789,12.1284632 L30.6603789,12.1284632 Z M30.4961684,14.6699368 C30.8586947,14.9023579 31.2717474,15.0223579 31.6923789,15.0223579 C31.8528,15.0223579 32.0157474,15.0046737 32.1761684,14.9693053 C32.7584842,14.8404632 33.2549053,14.4930947 33.5757474,13.9916211 C34.2376421,12.9558316 33.9332211,11.5739368 32.8974316,10.9120421 C31.8603789,10.2501474 30.4797474,10.5545684 29.8178526,11.5903579 C29.4970105,12.0930947 29.3909053,12.6893053 29.5184842,13.2716211 C29.6473263,13.8526737 29.9946947,14.3503579 30.4961684,14.6699368 L30.4961684,14.6699368 Z M32.7332211,24.6956211 C32.5563789,24.9722526 32.2822737,25.1642526 31.9614316,25.2349895 C31.6405895,25.3044632 31.3109053,25.2476211 31.0342737,25.0695158 C30.4633263,24.7044632 30.2940632,23.9427789 30.6603789,23.3718316 C30.8372211,23.0939368 31.1113263,22.9032 31.4321684,22.8324632 C31.5205895,22.8122526 31.6102737,22.8034105 31.6986947,22.8034105 C31.9311158,22.8034105 32.1584842,22.8690947 32.3593263,22.9966737 C32.6359579,23.1735158 32.8266947,23.4476211 32.8986947,23.7684632 C32.9681684,24.0893053 32.9100632,24.4189895 32.7332211,24.6956211 L32.7332211,24.6956211 Z M32.8974316,22.1541474 C31.8603789,21.4909895 30.4797474,21.7966737 29.8178526,22.8324632 C29.1559579,23.8682526 29.4591158,25.2514105 30.4961684,25.9120421 C30.8675368,26.1495158 31.2818526,26.2632 31.6923789,26.2632 C32.4288,26.2632 33.1513263,25.8994105 33.5757474,25.2337263 C33.8965895,24.7322526 34.0026947,24.1360421 33.8738526,23.5537263 C33.7462737,22.9714105 33.3989053,22.4749895 32.8974316,22.1541474 L32.8974316,22.1541474 Z M36.7184842,38.1192 C36.7184842,39.1777263 35.8557474,40.0404632 34.7959579,40.0404632 L26.3984842,40.0404632 L26.3984842,25.5368842 L28.3260632,18.5250947 L18.0982737,15.7133053 L18.0982737,10.2514105 C18.0982737,9.19162105 18.9610105,8.33014737 20.0208,8.33014737 L34.7959579,8.33014737 C35.8557474,8.33014737 36.7184842,9.19162105 36.7184842,10.2514105 L36.7184842,38.1192 Z M11.5879579,20.8985684 L13.0355368,15.6324632 L26.7736421,19.4080421 L25.3260632,24.6754105 L11.5879579,20.8985684 Z M10.8869053,40.0404632 L25.1353263,40.0404632 L25.1353263,26.0838316 L10.8869053,26.0838316 L10.8869053,40.0404632 Z M34.7959579,7.06698947 L20.0208,7.06698947 C18.2650105,7.06698947 16.8351158,8.49435789 16.8351158,10.2514105 L16.8351158,15.3659368 L12.1525895,14.0787789 L10.0342737,21.7815158 L21.0881684,24.8206737 L9.62501053,24.8206737 L9.62501053,41.3036211 L34.7959579,41.3036211 C36.5530105,41.3036211 37.9816421,39.8749895 37.9816421,38.1192 L37.9816421,10.2514105 C37.9816421,8.49435789 36.5530105,7.06698947 34.7959579,7.06698947 L34.7959579,7.06698947 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Medicine;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MedicineWarning = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M30.9154,30.3401 L31.3264,30.3401 C31.5024,30.3401 31.6444,30.1971 31.6444,30.0231 L31.6444,25.3761 C31.6444,25.2001 31.5024,25.0591 31.3264,25.0591 L30.9154,25.0591 C30.7404,25.0591 30.5984,25.2001 30.5984,25.3761 L30.5984,30.0231 C30.5984,30.1971 30.7404,30.3401 30.9154,30.3401 L30.9154,30.3401 Z M22.8554,35.1611 L31.0654,20.2191 L39.3794,35.1611 L22.8554,35.1611 Z M26.4784,38.6831 L11.5874,38.6831 L11.5874,32.5601 L18.9994,32.5601 L18.9994,20.8611 L11.5874,20.8611 L11.5874,20.1271 C11.5874,16.0221 14.9274,12.6821 19.0324,12.6821 C23.1394,12.6821 26.4784,16.0221 26.4784,20.1271 L26.4784,25.8671 L20.6584,36.4621 L26.4784,36.4621 L26.4784,38.6831 Z M11.5874,31.5591 L17.9994,31.5591 L17.9994,21.8611 L11.5874,21.8611 L11.5874,31.5591 Z M21.8564,10.6821 L21.8564,11.8581 C20.9694,11.5541 20.0214,11.3811 19.0324,11.3811 C18.0434,11.3811 17.0964,11.5541 16.2084,11.8581 L16.2084,10.6821 L21.8564,10.6821 Z M15.1024,9.3811 L22.9644,9.3811 L22.9644,7.5191 L15.1024,7.5191 L15.1024,9.3811 Z M31.0584,17.5311 L27.7794,23.4991 L27.7794,20.1271 C27.7794,16.7961 25.9054,13.8951 23.1574,12.4181 L23.1574,10.6821 L24.2654,10.6821 L24.2654,6.2181 L13.8014,6.2181 L13.8014,10.6821 L14.9074,10.6821 L14.9074,12.4191 C12.1604,13.8961 10.2864,16.7961 10.2864,20.1271 L10.2864,39.9841 L27.7794,39.9841 L27.7794,36.4621 L41.5904,36.4621 L31.0584,17.5311 Z M31.1214,31.5621 C30.6704,31.5621 30.3054,31.9281 30.3054,32.3791 C30.3054,32.8291 30.6704,33.1951 31.1214,33.1951 C31.5714,33.1951 31.9374,32.8291 31.9374,32.3791 C31.9374,31.9281 31.5714,31.5621 31.1214,31.5621 L31.1214,31.5621 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.0479,30.9143 C32.5279,30.9143 32.1069,31.3363 32.1069,31.8553 C32.1069,32.3753 32.5279,32.7963 33.0479,32.7963 C33.5679,32.7963 33.9889,32.3753 33.9889,31.8553 C33.9889,31.3363 33.5679,30.9143 33.0479,30.9143 L33.0479,30.9143 Z M32.7629,29.5063 L33.3329,29.5063 C33.5089,29.5063 33.6519,29.3633 33.6519,29.1883 L33.6519,23.7373 C33.6519,23.5613 33.5089,23.4203 33.3329,23.4203 L32.7629,23.4203 C32.5869,23.4203 32.4449,23.5613 32.4449,23.7373 L32.4449,29.1883 C32.4449,29.3633 32.5869,29.5063 32.7629,29.5063 L32.7629,29.5063 Z M23.3559,35.1613 L32.9839,17.6373 L42.7339,35.1613 L23.3559,35.1613 Z M26.9789,38.6833 L12.0869,38.6833 L12.0869,32.5603 L19.4999,32.5603 L19.4989,20.8613 L12.0869,20.8613 L12.0869,20.1273 C12.0869,16.0213 15.4269,12.6823 19.5329,12.6823 C23.6389,12.6823 26.9789,16.0213 26.9789,20.1273 L26.9789,25.8663 L21.1579,36.4623 L26.9789,36.4623 L26.9789,38.6833 Z M12.0869,21.8613 L18.4989,21.8613 L18.4999,31.5603 L12.0869,31.5603 L12.0869,21.8613 Z M22.3569,10.6823 L22.3569,11.8573 C21.4699,11.5543 20.5229,11.3813 19.5329,11.3813 C18.5439,11.3813 17.5969,11.5543 16.7089,11.8573 L16.7089,10.6823 L22.3569,10.6823 Z M15.6019,9.3803 L23.4639,9.3803 L23.4639,7.5183 L15.6019,7.5183 L15.6019,9.3803 Z M32.9759,14.9493 L28.2789,23.4993 L28.2789,20.1273 C28.2789,16.7963 26.4049,13.8943 23.6569,12.4183 L23.6569,10.6823 L24.7649,10.6823 L24.7649,6.2183 L14.3009,6.2183 L14.3009,10.6823 L15.4079,10.6823 L15.4079,12.4183 C12.6599,13.8943 10.7859,16.7963 10.7859,20.1273 L10.7859,39.9833 L28.2789,39.9833 L28.2789,36.4623 L44.9439,36.4623 L32.9759,14.9493 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MedicineWarning;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MentalHealthAdult = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(10 7)\">\n <path d=\"M26.3005,19.616 C26.1435,19.862 25.8865,20.003 25.5945,20.003 L23.7375,20.003 L23.7375,22.043 C23.7375,24.966 21.3615,27.343 18.4395,27.343 L17.7885,27.343 L17.7885,32.527 L5.6475,32.527 L5.6475,27.13 C5.6475,24.529 4.7295,22.715 3.7585,20.794 C2.6805,18.661 1.5665,16.456 1.5665,12.823 C1.5665,7.364 5.7875,1.472 12.6095,1.472 C18.0045,1.472 23.7375,5.528 23.7375,13.044 L23.7375,13.187 L26.3545,18.812 C26.4775,19.077 26.4575,19.37 26.3005,19.616 M27.5325,18.263 L25.0375,12.898 C24.9645,4.631 18.5995,0.172 12.6095,0.172 C5.8025,0.172 0.2655,5.847 0.2655,12.823 C0.2655,16.765 1.5045,19.218 2.5985,21.381 C3.5365,23.236 4.3465,24.839 4.3465,27.13 L4.3465,33.828 L19.0895,33.828 L19.0895,28.611 C22.4245,28.284 25.0385,25.463 25.0385,22.043 L25.0385,21.303 L25.5945,21.303 C26.3275,21.303 27.0015,20.933 27.3965,20.314 C27.7915,19.696 27.8425,18.929 27.5325,18.263\" />\n <path d=\"M10.321 12.1335C10.102 12.6485 9.696 13.0475 9.176 13.2575 8.659 13.4665 8.089 13.4605 7.573 13.2425 7.058 13.0245 6.659 12.6175 6.449 12.0985 6.24 11.5795 6.245 11.0105 6.464 10.4945 6.682 9.9805 7.089 9.5805 7.608 9.3705 7.861 9.2695 8.127 9.2175 8.392 9.2175 8.671 9.2175 8.948 9.2745 9.212 9.3855 9.726 9.6045 10.126 10.0105 10.336 10.5295 10.545 11.0485 10.54 11.6175 10.321 12.1335L10.321 12.1335zM11.995 9.3205L11.03 9.7105C10.783 9.3015 10.448 8.9605 10.044 8.7065L10.45 7.7485 9.53 7.3585 9.125 8.3155C8.661 8.1995 8.182 8.1955 7.716 8.3025L7.327 7.3385 6.399 7.7115 6.789 8.6765C6.38 8.9245 6.039 9.2595 5.784 9.6635L4.827 9.2565 4.436 10.1765 5.393 10.5835C5.279 11.0475 5.275 11.5255 5.381 11.9915L4.417 12.3795 4.79 13.3075 5.755 12.9185C6.003 13.3275 6.338 13.6675 6.742 13.9225L6.335 14.8795 7.255 15.2705 7.662 14.3135C7.903 14.3715 8.146 14.4105 8.392 14.4105 8.62 14.4105 8.845 14.3785 9.07 14.3275L9.458 15.2895 10.385 14.9165 9.997 13.9515C10.405 13.7045 10.746 13.3695 11.001 12.9655L11.958 13.3715 12.348 12.4515 11.391 12.0455C11.506 11.5815 11.51 11.1035 11.405 10.6375L12.368 10.2485 11.995 9.3205zM12.6775 6.7029C12.5945 6.2579 12.8895 5.8279 13.3345 5.7449 13.3855 5.7359 13.4355 5.7309 13.4855 5.7309 13.8725 5.7309 14.2185 6.0079 14.2925 6.4019 14.3325 6.6179 14.2865 6.8359 14.1625 7.0159 14.0385 7.1979 13.8515 7.3189 13.6365 7.3599 13.1865 7.4379 12.7605 7.1479 12.6775 6.7029M15.2755 6.2189C15.2475 6.0689 15.1975 5.9309 15.1365 5.7979L15.8365 5.1979 15.1865 4.4379 14.4885 5.0359C14.2425 4.8739 13.9575 4.7759 13.6575 4.7479L13.4885 3.8389 12.5055 4.0219 12.6745 4.9319C12.4055 5.0659 12.1745 5.2599 12.0035 5.4999L11.1365 5.1929 10.8045 6.1369 11.6735 6.4429C11.6645 6.5889 11.6675 6.7369 11.6955 6.8869 11.7235 7.0359 11.7745 7.1749 11.8345 7.3069L11.1335 7.9059 11.7835 8.6659 12.4865 8.0659C12.7315 8.2279 13.0135 8.3299 13.3145 8.3589L13.4835 9.2659 14.4655 9.0819 14.2965 8.1749C14.5615 8.0429 14.7925 7.8529 14.9675 7.6059L15.8335 7.9119 16.1675 6.9689 15.2975 6.6619C15.3065 6.5149 15.3035 6.3669 15.2755 6.2189M18.3796 13.3201C17.8166 13.3201 17.3586 13.7761 17.3586 14.3401 17.3586 14.9031 17.8166 15.3601 18.3796 15.3601 18.9426 15.3601 19.4006 14.9031 19.4006 14.3401 19.4006 13.7761 18.9426 13.3201 18.3796 13.3201\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(10 7)\">\n <path d=\"M26.3,19.616 C26.144,19.862 25.886,20.003 25.594,20.003 L23.738,20.003 L23.738,22.043 C23.738,24.966 21.362,27.343 18.439,27.343 L17.788,27.343 L17.788,32.527 L5.648,32.527 L5.648,27.13 C5.648,24.529 4.73,22.715 3.759,20.794 C2.68,18.661 1.566,16.456 1.566,12.823 C1.566,7.364 5.787,1.472 12.609,1.472 C18.004,1.472 23.738,5.528 23.738,13.044 L23.738,13.187 L26.354,18.811 C26.477,19.077 26.457,19.37 26.3,19.616 M27.533,18.263 L25.038,12.898 C24.965,4.631 18.6,0.172 12.609,0.172 C5.802,0.172 0.265,5.847 0.265,12.823 C0.265,16.765 1.505,19.218 2.599,21.381 C3.537,23.236 4.347,24.839 4.347,27.13 L4.347,33.828 L19.089,33.828 L19.089,28.611 C22.424,28.284 25.039,25.463 25.039,22.043 L25.039,21.303 L25.594,21.303 C26.327,21.303 27.001,20.933 27.397,20.315 C27.791,19.697 27.842,18.929 27.533,18.263\" />\n <path d=\"M8.0715 13.3845C6.9285 13.2075 6.1445 12.1345 6.3215 10.9935 6.4815 9.9595 7.3765 9.2185 8.3905 9.2185 8.4975 9.2185 8.6055 9.2275 8.7135 9.2435 9.8545 9.4205 10.6385 10.4935 10.4625 11.6345L10.4625 11.6355C10.3765 12.1885 10.0805 12.6745 9.6295 13.0055 9.1765 13.3355 8.6235 13.4685 8.0715 13.3845M11.1465 9.9205L11.9855 9.3055 11.3935 8.4985 10.5555 9.1135C10.2165 8.7775 9.8075 8.5295 9.3535 8.3805L9.5125 7.3535 8.5245 7.1985 8.3655 8.2305C7.8805 8.2355 7.4165 8.3525 6.9995 8.5645L6.3835 7.7215 5.5765 8.3115 6.1925 9.1535C5.8645 9.4855 5.6125 9.8925 5.4605 10.3545L4.4315 10.1945 4.2775 11.1825 5.3045 11.3425C5.3085 11.8205 5.4225 12.2845 5.6385 12.7095L4.7995 13.3225 5.3885 14.1295 6.2285 13.5165C6.5695 13.8525 6.9775 14.1005 7.4315 14.2475L7.2715 15.2755 8.2595 15.4295 8.4195 14.4085C8.8975 14.4055 9.3665 14.2925 9.7935 14.0745L10.4015 14.9065 11.2085 14.3175 10.5935 13.4775C10.9285 13.1375 11.1775 12.7305 11.3255 12.2765L12.3535 12.4345 12.5065 11.4465 11.4785 11.2875C11.4755 10.8105 11.3635 10.3455 11.1465 9.9205M13.4846 5.7312C13.5406 5.7312 13.5956 5.7372 13.6516 5.7482 14.0946 5.8392 14.3806 6.2742 14.2906 6.7172 14.1976 7.1612 13.7636 7.4462 13.3186 7.3572 12.8766 7.2652 12.5896 6.8302 12.6806 6.3862 12.7606 5.9992 13.1036 5.7312 13.4846 5.7312L13.4846 5.7312zM15.8596 5.2382L14.9866 5.5282C14.8216 5.2852 14.5936 5.0872 14.3276 4.9472L14.5136 4.0422 13.5356 3.8382 13.3486 4.7442C13.0476 4.7662 12.7596 4.8582 12.5106 5.0172L11.8246 4.4062 11.1606 5.1522 11.8496 5.7662C11.7866 5.8972 11.7336 6.0362 11.7026 6.1842 11.6726 6.3342 11.6666 6.4812 11.6726 6.6272L10.7966 6.9172 11.1106 7.8662 11.9846 7.5772C12.1496 7.8202 12.3776 8.0182 12.6436 8.1582L12.4576 9.0632 13.4356 9.2642 13.6256 8.3492C13.9216 8.3262 14.1966 8.2282 14.4426 8.0742L15.1456 8.6992 15.8096 7.9512 15.1076 7.3272C15.1706 7.1962 15.2386 7.0692 15.2686 6.9202L15.2686 6.9192C15.2996 6.7712 15.3056 6.6242 15.2986 6.4782L16.1736 6.1872 15.8596 5.2382zM18.425 13.3201C17.862 13.3201 17.404 13.7761 17.404 14.3401 17.404 14.9031 17.862 15.3601 18.425 15.3601 18.987 15.3601 19.445 14.9031 19.445 14.3401 19.445 13.7761 18.987 13.3201 18.425 13.3201\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MentalHealthAdult;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MentalHealthChild = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(11 10)\">\n <path d=\"M24.1042,18.3319 C23.7992,18.9579 22.6812,19.3759 22.3142,19.4729 L21.8472,19.5959 L21.8292,20.0759 C21.7122,23.0709 20.4432,23.3069 18.9722,23.5789 C17.8562,23.7849 16.3282,24.0679 16.4002,26.1639 C16.4392,27.2999 16.4222,29.0159 16.4102,29.9359 L5.3802,29.9359 L5.3802,25.0429 C5.3802,22.6359 4.4672,20.9639 3.5002,19.1929 C2.4382,17.2479 1.3392,15.2359 1.3392,11.9309 C1.3392,5.5379 6.7202,1.5809 11.7072,1.5809 C14.8082,1.5809 17.4472,2.5929 19.1362,4.4319 C21.0202,6.4809 21.8062,9.5249 21.4722,13.4779 C21.3762,14.6099 22.2842,15.5479 23.0842,16.3759 C23.5022,16.8089 23.9362,17.2559 24.0842,17.6009 C24.2432,17.9679 24.1712,18.1939 24.1042,18.3319 M25.2782,17.0869 C25.0362,16.5229 24.5412,16.0129 24.0182,15.4719 C23.4112,14.8439 22.7212,14.1309 22.7672,13.5879 C23.1332,9.2579 22.2342,5.8809 20.0932,3.5519 C18.1552,1.4419 15.1762,0.2799 11.7072,0.2799 C4.5002,0.2799 0.0392,6.3279 0.0392,11.9309 C0.0392,15.5679 1.2722,17.8249 2.3592,19.8159 C3.2832,21.5069 4.0802,22.9679 4.0802,25.0429 L4.0802,31.2359 L17.6862,31.2359 L17.6992,30.5989 C17.7022,30.4839 17.7552,27.7639 17.6992,26.1189 C17.6672,25.1849 18.0112,25.0789 19.2082,24.8569 C20.6482,24.5909 22.7942,24.1929 23.1002,20.5839 C23.7312,20.3529 24.8162,19.8349 25.2712,18.9049 C25.5462,18.3429 25.5482,17.7139 25.2782,17.0869\" />\n <path d=\"M17.8748 13.7323C17.3938 13.7323 17.0038 14.1223 17.0038 14.6033 17.0038 15.0843 17.3938 15.4733 17.8748 15.4733 18.3548 15.4733 18.7448 15.0843 18.7448 14.6033 18.7448 14.1223 18.3548 13.7323 17.8748 13.7323M9.5818 12.6278C9.3628 13.1428 8.9568 13.5408 8.4378 13.7508 7.9168 13.9588 7.3498 13.9528 6.8348 13.7358 6.3198 13.5178 5.9208 13.1108 5.7108 12.5928 5.5018 12.0728 5.5068 11.5038 5.7258 10.9888 5.9438 10.4748 6.3508 10.0748 6.8698 9.8648 7.1228 9.7638 7.3888 9.7118 7.6538 9.7118 7.9328 9.7118 8.2098 9.7688 8.4738 9.8798 9.5358 10.3318 10.0328 11.5648 9.5818 12.6278L9.5818 12.6278zM11.2558 9.8148L10.2908 10.2038C10.0488 9.8048 9.7158 9.4618 9.3048 9.2018L9.7118 8.2428 8.7918 7.8528 8.3848 8.8108C7.9128 8.6948 7.4338 8.6918 6.9778 8.7948L6.5878 7.8318 5.6598 8.2068 6.0498 9.1698C5.6498 9.4128 5.3078 9.7468 5.0478 10.1578L4.0888 9.7508 3.6978 10.6708 4.6548 11.0778C4.5408 11.5408 4.5368 12.0188 4.6428 12.4838L3.6778 12.8738 4.0528 13.8018 5.0168 13.4118C5.2648 13.8208 5.5998 14.1618 6.0038 14.4158L5.5968 15.3738 6.5168 15.7648 6.9238 14.8058C7.1648 14.8648 7.4078 14.9038 7.6528 14.9038 7.8808 14.9038 8.1058 14.8708 8.3298 14.8198L8.7198 15.7848 9.6468 15.4098 9.2578 14.4448C9.6668 14.1978 10.0078 13.8628 10.2628 13.4598L11.2198 13.8658 11.6098 12.9458 10.6508 12.5388C10.7668 12.0658 10.7688 11.5878 10.6648 11.1318L11.6308 10.7418 11.2558 9.8148zM11.9392 7.1961C11.8562 6.7511 12.1512 6.3211 12.5962 6.2381 12.6472 6.2291 12.6972 6.2241 12.7472 6.2241 13.1342 6.2241 13.4802 6.5011 13.5542 6.8951 13.6372 7.3411 13.3422 7.7701 12.8972 7.8531 12.4512 7.9271 12.0232 7.6401 11.9392 7.1961M14.5372 6.7121C14.5092 6.5621 14.4592 6.4231 14.3982 6.2911L15.0982 5.6911 14.4482 4.9311 13.7512 5.5291C13.5052 5.3661 13.2202 5.2681 12.9182 5.2401L12.7502 4.3321 11.7672 4.5151 11.9362 5.4241C11.6672 5.5591 11.4362 5.7531 11.2652 5.9921L10.3982 5.6861 10.0662 6.6301 10.9352 6.9361C10.9262 7.0821 10.9292 7.2301 10.9572 7.3801 10.9852 7.5291 11.0362 7.6671 11.0962 7.8001L10.3952 8.4001 11.0452 9.1601 11.7482 8.5591C11.9932 8.7211 12.2752 8.8231 12.5752 8.8521L12.7442 9.7591 13.7262 9.5761 13.5572 8.6671C13.8282 8.5321 14.0582 8.3391 14.2282 8.0991L15.0952 8.4051 15.4272 7.4621 14.5592 7.1551C14.5682 7.0091 14.5652 6.8621 14.5372 6.7121\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(11 10)\">\n <path d=\"M24.1045,18.3319 C23.7995,18.9579 22.6815,19.3759 22.3145,19.4729 L21.8475,19.5959 L21.8295,20.0759 C21.7125,23.0709 20.4435,23.3069 18.9725,23.5789 C17.8565,23.7849 16.3285,24.0679 16.4005,26.1639 C16.4395,27.2999 16.4225,29.0159 16.4105,29.9359 L5.3795,29.9359 L5.3795,25.0429 C5.3795,22.6359 4.4665,20.9639 3.5005,19.1929 C2.4375,17.2479 1.3395,15.2359 1.3395,11.9309 C1.3395,5.5379 6.7205,1.5809 11.7065,1.5809 C14.8075,1.5809 17.4465,2.5929 19.1355,4.4319 C21.0195,6.4809 21.8055,9.5249 21.4715,13.4779 C21.3755,14.6099 22.2835,15.5479 23.0835,16.3749 C23.5025,16.8089 23.9355,17.2559 24.0845,17.6009 C24.2435,17.9679 24.1715,18.1939 24.1045,18.3319 M25.2785,17.0869 C25.0365,16.5219 24.5415,16.0129 24.0185,15.4719 C23.4105,14.8429 22.7215,14.1309 22.7665,13.5879 C23.1325,9.2579 22.2335,5.8809 20.0925,3.5519 C18.1545,1.4419 15.1755,0.2799 11.7065,0.2799 C4.5005,0.2799 0.0395,6.3279 0.0395,11.9309 C0.0395,15.5669 1.2715,17.8249 2.3595,19.8159 C3.2825,21.5069 4.0795,22.9669 4.0795,25.0429 L4.0795,31.2359 L17.6865,31.2359 L17.6995,30.5989 C17.7025,30.4839 17.7555,27.7639 17.6995,26.1189 C17.6675,25.1849 18.0115,25.0789 19.2085,24.8569 C20.6485,24.5909 22.7945,24.1929 23.1005,20.5839 C23.7315,20.3529 24.8165,19.8349 25.2715,18.9049 C25.5465,18.3429 25.5485,17.7139 25.2785,17.0869\" />\n <path d=\"M17.874 13.7323C17.394 13.7323 17.004 14.1223 17.004 14.6033 17.004 15.0843 17.394 15.4733 17.874 15.4733 18.355 15.4733 18.745 15.0843 18.745 14.6033 18.745 14.1223 18.355 13.7323 17.874 13.7323M7.6787 13.6629C7.1197 13.6219 6.6127 13.3649 6.2467 12.9409 5.8817 12.5169 5.7027 11.9759 5.7447 11.4189 5.7857 10.8599 6.0427 10.3519 6.4667 9.9869 6.8507 9.6559 7.3297 9.4789 7.8307 9.4789 7.8837 9.4789 7.9377 9.4809 7.9907 9.4849 8.5477 9.5259 9.0567 9.7829 9.4217 10.2069 9.7867 10.6309 9.9647 11.1719 9.9227 11.7289 9.8817 12.2879 9.6247 12.7969 9.2007 13.1619 8.7787 13.5259 8.2367 13.7069 7.6787 13.6629M10.4687 9.9649L11.2567 9.2859 10.6047 8.5279 9.8167 9.2069C9.4507 8.8999 9.0247 8.6839 8.5607 8.5729L8.6367 7.5359 7.6387 7.4619 7.5627 8.4989C7.0857 8.5409 6.6317 8.6899 6.2257 8.9399L5.5467 8.1519 4.7887 8.8049 5.4677 9.5919C5.1597 9.9579 4.9457 10.3849 4.8327 10.8489L3.7967 10.7709 3.7227 11.7689 4.7597 11.8469C4.8007 12.3229 4.9497 12.7759 5.1997 13.1839L4.4117 13.8619 5.0647 14.6199 5.8527 13.9409C6.2187 14.2479 6.6457 14.4639 7.1097 14.5749L7.0327 15.6119 8.0307 15.6859 8.1077 14.6449C8.5837 14.6039 9.0397 14.4619 9.4477 14.2119L10.1217 14.9959 10.8797 14.3439 10.2007 13.5559C10.5087 13.1899 10.7237 12.7639 10.8347 12.2999L11.8717 12.3769 11.9467 11.3789 10.9097 11.3019C10.8677 10.8259 10.7187 10.3719 10.4687 9.9649M12.668 7.5907C12.46 7.5217 12.291 7.3757 12.193 7.1797 12.095 6.9847 12.079 6.7617 12.148 6.5537 12.218 6.3447 12.364 6.1767 12.56 6.0777 12.676 6.0197 12.801 5.9897 12.927 5.9897 13.014 5.9897 13.102 6.0047 13.187 6.0327 13.616 6.1757 13.849 6.6417 13.706 7.0697L13.706 7.0707C13.637 7.2787 13.491 7.4477 13.295 7.5457 13.1 7.6457 12.878 7.6597 12.668 7.5907M14.737 6.9507L15.641 6.7657 15.439 5.7847 14.538 5.9697C14.402 5.7097 14.2 5.4867 13.952 5.3167L14.243 4.4387 13.294 4.1237 13.003 5.0007C12.708 4.9877 12.414 5.0417 12.141 5.1727L11.53 4.4867 10.782 5.1507 11.396 5.8397C11.316 5.9637 11.247 6.0937 11.199 6.2367 11.152 6.3807 11.129 6.5267 11.117 6.6727L10.215 6.8587 10.416 7.8387 11.315 7.6537C11.456 7.9227 11.659 8.1417 11.903 8.3077L11.611 9.1847 12.561 9.5007 12.854 8.6207C12.879 8.6227 12.904 8.6337 12.93 8.6337 13.199 8.6337 13.466 8.5697 13.714 8.4507L14.324 9.1387 15.072 8.4747 14.46 7.7847C14.539 7.6607 14.608 7.5297 14.655 7.3867 14.703 7.2417 14.727 7.0967 14.737 6.9507\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MentalHealthChild;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Menu = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path d=\"M37.6555304,31.4342105 L37.6555304,33.1842105 L10.2690687,33.1842105 L10.2690687,31.4342105 L37.6555304,31.4342105 Z M37.6555304,22.5924137 L37.6555304,24.3424137 L10.2690687,24.3424137 L10.2690687,22.5924137 L37.6555304,22.5924137 Z M37.6555304,14.1282381 L37.6555304,15.8782381 L10.2690687,15.8782381 L10.2690687,14.1282381 L37.6555304,14.1282381 Z\" />\n );\n\n const normalHover = (\n <path d=\"M37.6858296,22.6260742 L37.6858296,24.3760742 L10.2993678,24.3760742 L10.2993678,22.6260742 L37.6858296,22.6260742 Z M37.6858296,12.8524825 L37.6858296,14.6024825 L10.2993678,14.6024825 L10.2993678,12.8524825 L37.6858296,12.8524825 Z M37.6858296,32.7225483 L37.6858296,34.4725483 L10.2993678,34.4725483 L10.2993678,32.7225483 L37.6858296,32.7225483 Z\" />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.8799342,31.2113487 L37.8799342,33.4850329 L10.1052632,33.4850329 L10.1052632,31.2113487 L37.8799342,31.2113487 Z M37.8799342,22.3692434 L37.8799342,24.6429276 L10.1052632,24.6429276 L10.1052632,22.3692434 L37.8799342,22.3692434 Z M37.8799342,13.8947368 L37.8799342,16.1684211 L10.1052632,16.1684211 L10.1052632,13.8947368 L37.8799342,13.8947368 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.8799342,32.4745066 L37.8799342,34.7481908 L10.1052632,34.7481908 L10.1052632,32.4745066 L37.8799342,32.4745066 Z M37.8799342,22.3692434 L37.8799342,24.6429276 L10.1052632,24.6429276 L10.1052632,22.3692434 L37.8799342,22.3692434 Z M37.8799342,12.6315789 L37.8799342,14.9052632 L10.1052632,14.9052632 L10.1052632,12.6315789 L37.8799342,12.6315789 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Menu;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Microscope = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M22.204,39.348 L26.566,39.348 L26.566,31.464 L22.204,31.464 L22.204,39.348 Z M20.903,34.491 C15.288,33.885 10.98,29.161 10.98,23.434 C10.98,17.296 15.974,12.301 22.114,12.301 C22.96,12.301 23.795,12.418 24.611,12.606 L24.585,15.799 C23.79,15.541 22.963,15.406 22.114,15.406 C17.687,15.406 14.085,19.008 14.085,23.434 C14.085,27.45 17.05,30.776 20.903,31.363 L20.903,34.491 Z M25.928,10.687 C25.941,9.132 27.233,7.906 28.774,7.889 L29.288,7.893 C30.844,7.907 32.099,9.183 32.087,10.74 L31.997,21.327 L25.838,21.275 L25.928,10.687 Z M30.36,23.044 C30.358,23.418 30.21,23.768 29.943,24.03 C29.677,24.292 29.32,24.433 28.951,24.4320053 C28.182,24.425 27.56,23.794 27.566,23.024 L27.569,22.591 L30.363,22.614 L30.36,23.044 Z M37.07,31.464 L37.07,30.164 L22.114,30.164 C18.403,30.164 15.384,27.145 15.384,23.434 C15.384,19.724 18.403,16.705 22.114,16.705 C22.967,16.705 23.79,16.871 24.573,17.181 L24.527,22.564 L26.269,22.578 L26.266,23.015 C26.255,24.5 27.455,25.719 28.94,25.731 C28.948,25.732 28.956,25.732 28.963,25.732 C29.676,25.732 30.347,25.457 30.855,24.956 C31.369,24.45 31.655,23.774 31.66,23.054 L31.663,22.624 L33.285,22.638 L33.386,10.751 C33.405,8.478 31.572,6.613 29.299,6.594 L28.785,6.589 C26.503,6.558 24.647,8.404 24.628,10.677 L24.623,11.256 C23.8,11.087 22.96,11.001 22.114,11.001 C15.257,11.001 9.68,16.579 9.68,23.434 C9.68,29.877 14.564,35.182 20.903,35.795 L20.903,39.348 L15.494,39.348 L15.494,40.648 L33.275,40.648 L33.275,39.348 L27.866,39.348 L27.866,31.464 L37.07,31.464 Z M24.384,34.474 C24.759,34.474 25.062,34.171 25.062,33.796 C25.062,33.422 24.759,33.119 24.384,33.119 C24.01,33.119 23.707,33.422 23.707,33.796 C23.707,34.171 24.01,34.474 24.384,34.474 L24.384,34.474 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.2074,25.8285 L32.5924,27.8475 L33.4164,27.2825 L32.0324,25.2635 L31.2074,25.8285 Z M28.4664,28.9325 L29.4664,28.9325 L29.4664,26.6555 L28.4664,26.6555 L28.4664,28.9325 Z M24.5164,27.2825 L25.3414,27.8475 L26.7254,25.8285 L25.9004,25.2635 L24.5164,27.2825 Z M22.2034,39.3485 L26.5654,39.3485 L26.5654,31.4645 L22.2034,31.4645 L22.2034,39.3485 Z M20.9034,34.4915 C15.2884,33.8845 10.9794,29.1615 10.9794,23.4345 C10.9794,17.2955 15.9744,12.3015 22.1134,12.3015 C22.9594,12.3015 23.7944,12.4185 24.6114,12.6065 L24.5844,15.7995 C23.7904,15.5415 22.9634,15.4055 22.1134,15.4055 C17.6864,15.4055 14.0844,19.0075 14.0844,23.4345 C14.0844,27.4495 17.0504,30.7765 20.9034,31.3635 L20.9034,34.4915 Z M25.9284,10.6875 C25.9404,9.1315 27.2134,7.8825 28.7734,7.88947072 L29.2884,7.8935 C30.8444,7.9075 32.0994,9.1835 32.0864,10.7395 L31.9964,21.3275 L25.8384,21.2745 L25.9284,10.6875 Z M30.3594,23.0445 C30.3574,23.4175 30.2094,23.7675 29.9434,24.0305 C29.6774,24.2925 29.3334,24.4495 28.9514,24.4315 C28.1824,24.4245 27.5604,23.7935 27.5654,23.0245 L27.5684,22.5905 L30.3634,22.6145 L30.3594,23.0445 Z M37.0704,31.4645 L37.0704,30.1645 L22.1134,30.1645 C18.4034,30.1645 15.3844,27.1455 15.3844,23.4345 C15.3844,19.7245 18.4034,16.7055 22.1134,16.7055 C22.9664,16.7055 23.7904,16.8715 24.5724,17.1815 L24.5264,22.5635 L26.2694,22.5785 L26.2654,23.0155 C26.2554,24.5005 27.4554,25.7185 28.9394,25.7315 C28.9474,25.7315 28.9554,25.7315 28.9634,25.7315 C29.6764,25.7315 30.3474,25.4565 30.8554,24.9565 C31.3694,24.4505 31.6544,23.7745 31.6604,23.0535 L31.6634,22.6245 L33.2854,22.6385 L33.3864,10.7505 C33.4054,8.4775 31.5724,6.6135 29.2994,6.5935 L28.7854,6.5895 C26.4814,6.5445 24.6464,8.4035 24.6274,10.6765 L24.6234,11.2555 C23.8004,11.0865 22.9594,11.0015 22.1134,11.0015 C15.2574,11.0015 9.6794,16.5785 9.6794,23.4345 C9.6794,29.8775 14.5634,35.1825 20.9034,35.7955 L20.9034,39.3485 L15.4944,39.3485 L15.4944,40.6485 L33.2754,40.6485 L33.2754,39.3485 L27.8654,39.3485 L27.8654,31.4645 L37.0704,31.4645 Z M24.3844,34.4745 C24.7594,34.4745 25.0624,34.1705 25.0624,33.7965 C25.0624,33.4225 24.7594,33.1185 24.3844,33.1185 C24.0104,33.1185 23.7074,33.4225 23.7074,33.7965 C23.7074,34.1705 24.0104,34.4745 24.3844,34.4745 L24.3844,34.4745 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Microscope;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Minus = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon fillRule=\"evenodd\" points=\"14.225 25 33.775 25 33.775 23 14.225 23\" transform=\"matrix(1 0 0 -1 0 48)\" />\n );\n\n const normalHover = <polygon fillRule=\"evenodd\" points=\"12.225 23 35.775 23 35.775 25 12.225 25\" />;\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"14.179 25.263 33.821 25.263 33.821 22.737 14.179 22.737\"\n transform=\"matrix(1 0 0 -1 0 48)\"\n />\n );\n\n const simplifiedHover = (\n <polygon fillRule=\"evenodd\" points=\"11.653 22.737 36.347 22.737 36.347 25.263 11.653 25.263\" />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Minus;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Mirror = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8684,6.8959 C27.1834,5.6649 30.5744,5.8609 33.4174,7.4509 C36.2604,9.0419 38.2034,11.8279 38.8884,15.2969 C39.5654,18.7279 38.9294,22.4219 37.0964,25.6999 C34.3574,30.5969 29.5244,33.4609 24.8554,33.4609 C24.0084,33.4609 23.1694,33.3569 22.3474,33.1639 L22.3474,33.1639 L19.0544,40.0459 C18.5734,40.9099 17.8164,41.5069 16.9044,41.7649 C16.5844,41.8549 16.2584,41.8999 15.9354,41.8999 C15.3364,41.8999 14.7454,41.7469 14.2094,41.4469 C13.3824,40.9839 12.7844,40.2279 12.5274,39.3159 C12.2694,38.4039 12.3824,37.4469 12.8454,36.6199 L12.8454,36.6199 L17.0564,30.0879 C15.6124,28.5419 14.6034,26.5589 14.1504,24.2699 C13.4734,20.8389 14.1094,17.1449 15.9424,13.8679 C17.7754,10.5899 20.5904,8.1149 23.8684,6.8959 Z M18.0194,30.9949 L13.9584,37.2899 C13.3744,38.3359 13.7624,39.7079 14.8434,40.3119 C15.3674,40.6059 15.9744,40.6759 16.5514,40.5139 C17.1284,40.3499 17.6084,39.9719 17.9014,39.4479 L17.9014,39.4479 L21.0894,32.7809 C20.5904,32.5959 20.0974,32.3819 19.6214,32.1159 C19.0454,31.7939 18.5174,31.4109 18.0194,30.9949 L18.0194,30.9949 Z M28.1684,7.3979 C26.9064,7.3979 25.6094,7.6359 24.3214,8.1149 C21.3324,9.2259 18.7604,11.4949 17.0774,14.5019 C15.3954,17.5099 14.8084,20.8899 15.4264,24.0179 C16.0364,27.1079 17.7514,29.5809 20.2564,30.9819 C25.4624,33.8939 32.5074,31.2399 35.9614,25.0649 C37.6444,22.0569 38.2304,18.6769 37.6124,15.5489 C37.0034,12.4599 35.2874,9.9869 32.7834,8.5859 C31.3714,7.7959 29.7994,7.3979 28.1684,7.3979 Z M18.5982,15.3526 C21.4392,10.2736 27.3042,8.1286 31.6722,10.5716 C36.0392,13.0156 37.2822,19.1356 34.4412,24.2146 C32.3972,27.8686 28.7862,30.0046 25.2952,30.0046 C23.9342,30.0046 22.5922,29.6806 21.3682,28.9956 C16.9992,26.5516 15.7572,20.4326 18.5982,15.3526 Z M27.7342,10.8596 C24.7042,10.8596 21.5392,12.7576 19.7332,15.9876 C17.2422,20.4406 18.2602,25.7676 22.0022,27.8606 C25.7442,29.9526 30.8152,28.0336 33.3062,23.5796 C35.7972,19.1266 34.7802,13.8006 31.0372,11.7066 C30.0092,11.1316 28.8812,10.8596 27.7342,10.8596 Z M27.9918,19.7067 L28.3448,20.9577 L24.4658,22.0537 L24.1118,20.8027 L27.9918,19.7067 Z M30.3334,15.5404 L30.6874,16.7914 L25.5024,18.2564 L25.1484,17.0054 L30.3334,15.5404 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8689,6.8959 C27.1839,5.6649 30.5749,5.8609 33.4179,7.4509 C39.2499,10.7129 40.8999,18.8989 37.0969,25.6999 C34.3579,30.5969 29.5239,33.4609 24.8559,33.4609 C24.0089,33.4609 23.1699,33.3569 22.3479,33.1639 L22.3479,33.1639 L19.0549,40.0459 C18.5739,40.9099 17.8169,41.5069 16.9049,41.7649 C16.5849,41.8549 16.2589,41.8999 15.9359,41.8999 C15.3369,41.8999 14.7459,41.7469 14.2099,41.4469 C13.3819,40.9839 12.7849,40.2279 12.5269,39.3159 C12.2699,38.4039 12.3829,37.4469 12.8449,36.6199 L12.8449,36.6199 L17.0569,30.0879 C15.6119,28.5419 14.6039,26.5589 14.1509,24.2699 C13.4739,20.8389 14.1099,17.1449 15.9429,13.8679 C17.7759,10.5899 20.5909,8.1149 23.8689,6.8959 Z M18.0189,30.9949 L13.9589,37.2899 C13.3749,38.3359 13.7629,39.7079 14.8439,40.3119 C15.3679,40.6059 15.9739,40.6759 16.5519,40.5139 C17.1289,40.3499 17.6079,39.9719 17.9009,39.4479 L17.9009,39.4479 L21.0899,32.7819 C20.5899,32.5959 20.0979,32.3819 19.6219,32.1159 C19.0459,31.7939 18.5179,31.4109 18.0189,30.9949 L18.0189,30.9949 Z M28.1689,7.3979 C26.9069,7.3979 25.6089,7.6359 24.3219,8.1149 C21.3329,9.2259 18.7599,11.4949 17.0779,14.5019 C15.3959,17.5099 14.8089,20.8899 15.4269,24.0179 C16.0369,27.1079 17.7519,29.5809 20.2559,30.9819 C25.4619,33.8929 32.5079,31.2399 35.9619,25.0649 C39.4159,18.8899 37.9899,11.4979 32.7829,8.5859 C31.3709,7.7959 29.7999,7.3979 28.1689,7.3979 Z M18.5986,15.3526 C21.4396,10.2736 27.3046,8.1296 31.6726,10.5716 C36.0396,13.0156 37.2826,19.1356 34.4416,24.2146 C32.3966,27.8686 28.7866,30.0046 25.2956,30.0046 C23.9346,30.0046 22.5926,29.6806 21.3676,28.9956 C16.9996,26.5516 15.7576,20.4326 18.5986,15.3526 Z M27.7346,10.8596 C24.7036,10.8596 21.5396,12.7576 19.7336,15.9876 C17.2426,20.4406 18.2596,25.7676 22.0026,27.8606 C25.7446,29.9536 30.8156,28.0336 33.3066,23.5796 C35.7976,19.1266 34.7796,13.8006 31.0376,11.7066 C30.0096,11.1316 28.8816,10.8596 27.7346,10.8596 Z M28.8787,19.4555 L29.2327,20.7065 L25.5327,21.7525 L25.1787,20.5015 L28.8787,19.4555 Z M31.7052,15.1525 L32.0582,16.4035 L26.4062,18.0015 L26.0522,16.7505 L31.7052,15.1525 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Mirror;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MobilePhone = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.1945,7.6807 L22.8615,7.6807 C22.5875,7.6807 22.3645,7.9027 22.3645,8.1767 C22.3645,8.4517 22.5875,8.6727 22.8615,8.6727 L27.1945,8.6727 C27.4685,8.6727 27.6905,8.4517 27.6905,8.1767 C27.6905,7.9027 27.4685,7.6807 27.1945,7.6807 L27.1945,7.6807 Z M33.4755,39.3607 C33.4755,40.7687 32.3295,41.9137 30.9205,41.9137 L17.0795,41.9137 C15.6715,41.9137 14.5255,40.7687 14.5255,39.3607 L14.5255,8.6397 C14.5255,7.2307 15.6715,6.0847 17.0795,6.0847 L30.9205,6.0847 C32.3295,6.0847 33.4755,7.2307 33.4755,8.6397 L33.4755,39.3607 Z M30.9205,4.7847 L17.0795,4.7847 C14.9545,4.7847 13.2255,6.5137 13.2255,8.6397 L13.2255,39.3607 C13.2255,41.4857 14.9545,43.2147 17.0795,43.2147 L30.9205,43.2147 C33.0465,43.2147 34.7755,41.4857 34.7755,39.3607 L34.7755,8.6397 C34.7755,6.5137 33.0465,4.7847 30.9205,4.7847 L30.9205,4.7847 Z M21.6555,8.1777 C21.6555,7.9427 21.4655,7.7517 21.2305,7.7517 C20.9955,7.7517 20.8055,7.9427 20.8055,8.1777 C20.8055,8.4117 20.9955,8.6027 21.2305,8.6027 C21.4655,8.6027 21.6555,8.4117 21.6555,8.1777 L21.6555,8.1777 Z M24.0005,39.7737 C23.1615,39.7737 22.4795,39.0907 22.4795,38.2517 C22.4795,37.4127 23.1615,36.7317 24.0005,36.7317 C24.8385,36.7317 25.5205,37.4127 25.5205,38.2517 C25.5205,39.0907 24.8385,39.7737 24.0005,39.7737 L24.0005,39.7737 Z M24.0005,35.7317 C22.6105,35.7317 21.4795,36.8627 21.4795,38.2517 C21.4795,39.6427 22.6105,40.7737 24.0005,40.7737 C25.3895,40.7737 26.5205,39.6427 26.5205,38.2517 C26.5205,36.8627 25.3895,35.7317 24.0005,35.7317 L24.0005,35.7317 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M15.3876,7.3307 C15.6726,5.2247 17.6216,3.7407 19.7246,4.0287 L19.7246,4.0287 L33.4406,5.8887 C35.5466,6.1747 37.0276,8.1207 36.7416,10.2267 L36.7416,10.2267 L32.6126,40.6687 C32.4746,41.6897 31.9476,42.5947 31.1276,43.2187 C30.4506,43.7347 29.6396,44.0057 28.8026,44.0057 C28.6276,44.0057 28.4516,43.9937 28.2756,43.9707 L28.2756,43.9707 L14.5596,42.1107 C13.5396,41.9717 12.6346,41.4447 12.0106,40.6257 C11.3876,39.8067 11.1206,38.7927 11.2586,37.7737 L11.2586,37.7737 Z M19.2056,5.2937 C17.9476,5.2937 16.8496,6.2257 16.6756,7.5047 L16.6756,7.5047 L12.5466,37.9477 C12.4546,38.6237 12.6316,39.2947 13.0446,39.8377 C13.4576,40.3807 14.0576,40.7307 14.7336,40.8217 L14.7336,40.8217 L28.4506,42.6817 C29.1296,42.7827 29.7976,42.5977 30.3406,42.1837 C30.8836,41.7707 31.2326,41.1707 31.3246,40.4947 L31.3246,40.4947 L35.4536,10.0527 C35.6426,8.6567 34.6616,7.3667 33.2656,7.1777 L33.2656,7.1777 L19.5496,5.3177 C19.4336,5.3017 19.3196,5.2937 19.2056,5.2937 Z M35.8091,38.3486 L38.3441,40.6666 L37.4671,41.6256 L34.9321,39.3076 L35.8091,38.3486 Z M19.5863,37.7841 C19.7733,36.4071 21.0463,35.4371 22.4233,35.6251 C23.8003,35.8111 24.7693,37.0851 24.5823,38.4621 C24.4923,39.1291 24.1473,39.7221 23.6113,40.1291 C23.1683,40.4661 22.6383,40.6431 22.0913,40.6431 C21.9763,40.6431 21.8613,40.6361 21.7453,40.6201 C21.0783,40.5301 20.4863,40.1851 20.0783,39.6491 C19.6703,39.1141 19.4953,38.4511 19.5863,37.7841 Z M22.0843,36.6011 C21.3353,36.6011 20.6803,37.1561 20.5773,37.9191 C20.5233,38.3211 20.6283,38.7211 20.8743,39.0441 C21.1203,39.3671 21.4773,39.5751 21.8803,39.6301 C22.2813,39.6791 22.6823,39.5791 23.0063,39.3331 C23.3293,39.0871 23.5373,38.7301 23.5913,38.3271 C23.7043,37.4961 23.1193,36.7281 22.2883,36.6151 C22.2193,36.6061 22.1513,36.6011 22.0843,36.6011 Z M39.725,34.708 L39.725,36.009 L36.638,36.009 L36.638,34.708 L39.725,34.708 Z M10.515,11.603 L10.515,12.904 L7.429,12.904 L7.429,11.603 L10.515,11.603 Z M9.6857,5.9867 L12.2217,8.3047 L11.3447,9.2637 L8.8087,6.9457 L9.6857,5.9867 Z M24.9745811,7.6692513 L25.0644,7.6768 L29.3584,8.2588 C29.6294,8.2948 29.8204,8.5448 29.7834,8.8168 C29.7504,9.0658 29.5374,9.2458 29.2924,9.2458 C29.2704,9.2458 29.2484,9.2448 29.2254,9.2408 L29.2254,9.2408 L24.9314,8.6588 C24.6604,8.6228 24.4694,8.3728 24.5064,8.1018 C24.5434,7.8298 24.7914,7.6268 25.0644,7.6768 Z M23.362962,7.52374746 L23.4397,7.5271 C23.6727,7.5581 23.8357,7.7731 23.8047,8.0061 C23.7727,8.2381 23.5577,8.4011 23.3257,8.3701 C23.0927,8.3381 22.9297,8.1241 22.9617,7.8911 C22.9927,7.6581 23.2067,7.4961 23.4397,7.5271 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8736842,39.6411789 C23.0387368,39.6411789 22.3591579,38.9616 22.3591579,38.1266526 C22.3591579,37.2917053 23.0387368,36.6121263 23.8736842,36.6121263 C24.7086316,36.6121263 25.3882105,37.2917053 25.3882105,38.1266526 C25.3882105,38.9616 24.7086316,39.6411789 23.8736842,39.6411789 L23.8736842,39.6411789 Z M23.8736842,35.6003368 C22.4804211,35.6003368 21.3473684,36.7333895 21.3473684,38.1266526 C21.3473684,39.5186526 22.4804211,40.6529684 23.8736842,40.6529684 C25.2669474,40.6529684 26.4,39.5186526 26.4,38.1266526 C26.4,36.7333895 25.2669474,35.6003368 23.8736842,35.6003368 L23.8736842,35.6003368 Z M33.2412632,39.2344421 C33.2412632,40.5834947 32.1435789,41.6811789 30.7945263,41.6811789 L16.9528421,41.6811789 C15.6037895,41.6811789 14.5061053,40.5834947 14.5061053,39.2344421 L14.5061053,8.51191579 C14.5061053,7.16412632 15.6037895,6.06644211 16.9528421,6.06644211 L30.7945263,6.06644211 C32.1435789,6.06644211 33.2412632,7.16412632 33.2412632,8.51191579 L33.2412632,39.2344421 Z M30.7945263,4.55191579 L16.9528421,4.55191579 C14.7688421,4.55191579 12.9915789,6.32791579 12.9915789,8.51191579 L12.9915789,39.2344421 C12.9915789,41.4184421 14.7688421,43.1957053 16.9528421,43.1957053 L30.7945263,43.1957053 C32.9785263,43.1957053 34.7557895,41.4184421 34.7557895,39.2344421 L34.7557895,8.51191579 C34.7557895,6.32791579 32.9785263,4.55191579 30.7945263,4.55191579 L30.7945263,4.55191579 Z M27.0682105,7.55570526 L22.7355789,7.55570526 C22.4614737,7.55570526 22.2391579,7.77675789 22.2391579,8.05086316 C22.2391579,8.32496842 22.4614737,8.54728421 22.7355789,8.54728421 L27.0682105,8.54728421 C27.3423158,8.54728421 27.5646316,8.32496842 27.5646316,8.05086316 C27.5646316,7.77675789 27.3423158,7.55570526 27.0682105,7.55570526 L27.0682105,7.55570526 Z M21.5292632,8.05086316 C21.5292632,7.81591579 21.3397895,7.62517895 21.1048421,7.62517895 C20.8698947,7.62517895 20.6791579,7.81591579 20.6791579,8.05086316 C20.6791579,8.28581053 20.8698947,8.47654737 21.1048421,8.47654737 C21.3397895,8.47654737 21.5292632,8.28581053 21.5292632,8.05086316 L21.5292632,8.05086316 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M15.3853895,7.26176842 C15.6936,5.10050526 17.6969684,3.57966316 19.8658105,3.89545263 L19.8658105,3.89545263 L33.5698105,5.84197895 C35.7323368,6.14892632 37.2418105,8.15987368 36.9348632,10.3224 L36.9348632,10.3224 L32.6148632,40.7379789 C32.4658105,41.7864 31.9176,42.7135579 31.0712842,43.3476632 C30.3778105,43.8706105 29.5517053,44.1434526 28.7003368,44.1434526 C28.5121263,44.1434526 28.3239158,44.1308211 28.1344421,44.1030316 L28.1344421,44.1030316 L14.4304421,42.1565053 C13.3820211,42.0074526 12.4561263,41.4592421 11.8194947,40.6129263 C11.1841263,39.7678737 10.9163368,38.7245053 11.0653895,37.6760842 L11.0653895,37.6760842 Z M19.6523368,5.39608421 C18.3247579,5.21545263 17.0767579,6.14008421 16.8860211,7.47397895 L16.8860211,7.47397895 L12.5660211,37.8895579 C12.4738105,38.5375579 12.6392842,39.1817684 13.0321263,39.7034526 C13.4249684,40.2264 13.9971789,40.5636632 14.6439158,40.6571368 L14.6439158,40.6571368 L28.3479158,42.6036632 C28.9921263,42.6933474 29.6388632,42.5291368 30.1605474,42.1362947 C30.6834947,41.7447158 31.0220211,41.1725053 31.1129684,40.5257684 L31.1129684,40.5257684 L35.4342316,10.1101895 C35.6237053,8.77376842 34.6914947,7.53208421 33.3563368,7.34261053 L33.3563368,7.34261053 Z M35.8825263,38.2693895 L38.4164211,40.5872842 L37.3945263,41.7051789 L34.8593684,39.3872842 L35.8825263,38.2693895 Z M19.4943158,37.7555368 C19.6901053,36.3774316 20.9709474,35.4149053 22.3503158,35.6094316 C23.0185263,35.7041684 23.6096842,36.0528 24.0151579,36.5934316 C24.4206316,37.1328 24.5911579,37.7972211 24.4964211,38.4641684 C24.3183158,39.7235368 23.2332632,40.6368 21.9966316,40.6368 C21.8791579,40.6368 21.7591579,40.6279579 21.6404211,40.6128 C20.9722105,40.5168 20.3810526,40.1681684 19.9755789,39.6275368 C19.5713684,39.0881684 19.3995789,38.4237474 19.4943158,37.7555368 Z M21.9953684,36.5946947 C21.2526316,36.5946947 20.6021053,37.1416421 20.4947368,37.8982737 C20.4378947,38.2974316 20.5402105,38.6978526 20.784,39.0212211 C21.0265263,39.3445895 21.3814737,39.5542737 21.7818947,39.6111158 C22.1823158,39.6730105 22.5827368,39.5656421 22.9061053,39.3218526 C23.2294737,39.0793263 23.4391579,38.7231158 23.496,38.3239579 L23.496,38.3239579 C23.5528421,37.9235368 23.4505263,37.5231158 23.2067368,37.1997474 C22.9642105,36.8763789 22.6092632,36.6666947 22.2088421,36.6111158 C22.1368421,36.5997474 22.0661053,36.5946947 21.9953684,36.5946947 Z M39.7250526,34.6016842 L39.7250526,36.1162105 L36.6378947,36.1162105 L36.6378947,34.6016842 L39.7250526,34.6016842 Z M10.5145263,11.4972632 L10.5145263,13.0117895 L7.42863158,13.0117895 L7.42863158,11.4972632 L10.5145263,11.4972632 Z M9.75890526,5.90741053 L12.2940632,8.22530526 L11.2709053,9.3432 L8.73701053,7.02530526 L9.75890526,5.90741053 Z M25.0808582,7.67817648 L25.1680421,7.68429474 L29.4577263,8.29313684 C29.7293053,8.33103158 29.9175158,8.5824 29.8783579,8.85397895 C29.8442526,9.10155789 29.6320421,9.27966316 29.3882526,9.27966316 C29.3655158,9.27966316 29.3415158,9.2784 29.3187789,9.27461053 L29.3187789,9.27461053 L25.0278316,8.66576842 C24.7562526,8.62787368 24.5680421,8.37524211 24.6072,8.10492632 C24.6450947,7.83461053 24.9053053,7.64008421 25.1680421,7.68429474 Z M23.4671106,7.52038467 L23.5437474,7.52463158 C23.7761684,7.55621053 23.9378526,7.77094737 23.9050105,8.00463158 C23.8709053,8.23705263 23.6561684,8.39747368 23.4237474,8.36589474 C23.1913263,8.33305263 23.0296421,8.11705263 23.0624842,7.88463158 C23.0953263,7.65347368 23.3113263,7.49052632 23.5437474,7.52463158 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MobilePhone;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MotherHoldingBaby = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M18.1575,24.5024 L18.5045,24.8784 C18.5545,24.9284 19.8465,26.2354 22.9495,26.2354 C22.9695,26.2354 25.9025,26.1724 27.5675,24.9104 L27.5675,24.9104 L27.8745,24.6784 L28.2265,24.8354 C29.7525,25.5184 30.2475,25.8134 31.5515,26.8404 C34.1325,26.9104 36.2135,29.0204 36.2135,31.6184 C36.2135,32.6014 35.9145,33.5144 35.4055,34.2754 C35.2815,39.1194 31.0845,42.9784 25.1015,43.6954 L25.1015,43.6954 C24.8815,43.7544 24.6535,43.7994 24.4155,43.7994 C24.3305,43.7994 24.2445,43.7944 24.1575,43.7854 L24.1575,43.7854 L21.7055,43.5154 L21.3565,43.4774 L20.4135,43.3734 L20.4155,43.3504 C17.7075,42.9384 15.3505,41.8534 13.7355,40.2434 C11.8155,38.3314 10.9685,35.7904 11.2875,32.8964 C11.6825,29.3104 14.8645,26.3374 17.7115,24.7514 L17.7115,24.7514 L18.1575,24.5024 Z M22.2055,38.9704 L22.0265,40.5964 L21.8485,42.2234 L24.2995,42.4934 C24.8715,42.5554 25.3875,42.1424 25.4505,41.5704 C25.4805,41.2944 25.4015,41.0214 25.2275,40.8044 C25.0535,40.5864 24.8045,40.4504 24.5275,40.4194 L24.5275,40.4194 L23.5655,40.3144 L23.6365,39.6684 C23.6695,39.3744 23.4565,39.1074 23.1615,39.0754 L23.1615,39.0754 L22.2055,38.9704 Z M33.9245,35.6854 C33.1935,36.1364 32.3425,36.4094 31.4225,36.4094 C31.0965,36.4094 30.7775,36.3754 30.4695,36.3124 C30.1595,37.6624 29.3235,38.8104 28.1155,39.5074 L28.1155,39.5074 L26.4875,40.3674 C26.7035,40.7774 26.7945,41.2414 26.7425,41.7124 C26.7285,41.8414 26.6995,41.9654 26.6655,42.0864 C30.4705,41.1474 33.2025,38.7324 33.9245,35.6854 Z M17.9565,26.1114 C15.4995,27.5804 12.9025,30.0994 12.5795,33.0384 C12.3055,35.5254 13.0225,37.6984 14.6525,39.3224 C16.0635,40.7284 18.1425,41.6904 20.5575,42.0664 L20.5575,42.0664 L20.9015,38.9374 L20.9155,38.8124 C18.9205,38.4934 17.4845,37.7614 16.6395,36.6314 C15.8015,35.5114 15.7385,34.2534 15.8325,33.3964 C15.9065,32.7194 16.0685,32.1444 16.3275,31.6374 L16.3275,31.6374 L17.4855,32.2284 C17.2995,32.5924 17.1815,33.0214 17.1245,33.5384 C17.0825,33.9174 17.0995,34.4034 17.2345,34.8994 C17.6635,34.1904 18.2445,33.5844 18.9795,33.1594 L18.9795,33.1594 L23.1445,30.8704 C24.2595,30.2254 25.5715,30.0524 26.8195,30.3634 C27.2285,28.8654 28.3375,27.6654 29.7825,27.1344 C29.2455,26.7614 28.7915,26.5214 28.0295,26.1724 C26.0155,27.4754 23.0895,27.5334 22.9595,27.5354 C20.2425,27.5354 18.6465,26.6294 17.9565,26.1114 Z M26.6375,31.6804 C25.6745,31.4014 24.6535,31.4994 23.7815,32.0034 L23.7815,32.0034 L19.6185,34.2924 C18.8695,34.7244 18.3205,35.4134 18.0275,36.2354 C18.7915,36.9594 20.0195,37.4204 21.6975,37.6064 L21.6975,37.6064 L23.3045,37.7834 C24.0875,37.8694 24.7025,38.4384 24.8845,39.1614 C25.1135,39.2074 25.3275,39.2934 25.5285,39.4024 L25.5285,39.4024 L27.4865,38.3704 C28.4065,37.8384 29.0295,36.9194 29.2255,35.8504 C27.7095,35.0604 26.6615,33.4994 26.6375,31.6804 Z M31.4225,28.1274 C29.4975,28.1274 27.9315,29.6934 27.9315,31.6184 C27.9315,33.5434 29.4975,35.1094 31.4225,35.1094 C33.3475,35.1094 34.9135,33.5434 34.9135,31.6184 C34.9135,29.6934 33.3475,28.1274 31.4225,28.1274 Z M23.0854,5.1901 C24.9904,5.1901 26.5414,6.7401 26.5414,8.6451 L26.5414,8.6451 L26.5414,9.0411 C28.6834,10.2061 30.1404,12.4771 30.1404,15.0811 L30.1404,15.0811 L30.1404,16.2811 L30.3324,16.2811 C31.2824,16.2811 32.0554,17.0541 32.0554,18.0041 C32.0554,18.9531 31.2824,19.7261 30.3324,19.7261 L30.3324,19.7261 L29.9464,19.7261 C29.2254,22.7481 26.5094,25.0051 23.2694,25.0051 L23.2694,25.0051 L22.9014,25.0051 C19.6624,25.0051 16.9454,22.7481 16.2244,19.7261 L16.2244,19.7261 L15.8384,19.7261 C14.8894,19.7261 14.1164,18.9531 14.1164,18.0041 C14.1164,17.0541 14.8894,16.2811 15.8384,16.2811 L15.8384,16.2811 L16.0304,16.2811 L16.0304,15.0811 C16.0304,12.4771 17.4884,10.2061 19.6304,9.0411 L19.6304,9.0411 L19.6304,8.6451 C19.6304,6.7401 21.1804,5.1901 23.0854,5.1901 Z M21.2274,15.4481 C20.5694,16.5741 19.3484,17.3311 17.9544,17.3311 L17.9544,17.3311 L17.3314,17.3311 L17.3314,18.1341 C17.3314,21.2061 19.8304,23.7051 22.9014,23.7051 L22.9014,23.7051 L23.2694,23.7051 C26.3414,23.7051 28.8404,21.2061 28.8404,18.1341 L28.8404,18.1341 L28.8404,17.3311 L24.5274,17.3311 C23.1254,17.3311 21.8964,16.5751 21.2274,15.4481 Z M21.6729,18.7368 C21.9289,18.7368 22.1369,18.9448 22.1369,19.2008 C22.1369,19.4578 21.9289,19.6648 21.6729,19.6648 C21.4169,19.6648 21.2089,19.4578 21.2089,19.2008 C21.2089,18.9448 21.4169,18.7368 21.6729,18.7368 Z M26.564,18.7368 C26.82,18.7368 27.028,18.9448 27.028,19.2008 C27.028,19.4578 26.82,19.6648 26.564,19.6648 C26.308,19.6648 26.1,19.4578 26.1,19.2008 C26.1,18.9448 26.308,18.7368 26.564,18.7368 Z M16.0304,17.3311 L15.8384,17.3311 C15.4674,17.3311 15.1664,17.6331 15.1664,18.0041 C15.1664,18.3741 15.4674,18.6761 15.8384,18.6761 L15.8384,18.6761 L16.0434,18.6761 L16.0434,18.3681 C16.0404,18.2891 16.0304,18.2131 16.0304,18.1341 L16.0304,18.1341 L16.0304,17.3311 Z M30.3324,17.3311 L30.1404,17.3311 L30.1404,18.1341 C30.1404,18.2131 30.1314,18.2911 30.1284,18.3701 L30.1284,18.3701 L30.1284,18.6761 L30.3324,18.6761 C30.7034,18.6761 31.0054,18.3741 31.0054,18.0041 C31.0054,17.6331 30.7034,17.3311 30.3324,17.3311 L30.3324,17.3311 Z M23.2694,9.5111 L22.9014,9.5111 C19.8304,9.5111 17.3314,12.0101 17.3314,15.0811 L17.3314,15.0811 L17.3314,16.2811 L17.9544,16.2811 C19.4634,16.2811 20.6914,15.0541 20.6914,13.5441 L20.6914,13.5441 L20.6914,13.2971 L21.7414,13.2971 L21.7414,13.4941 C21.7414,15.0311 22.9914,16.2811 24.5274,16.2811 L24.5274,16.2811 L28.8404,16.2811 L28.8404,15.0811 C28.8404,12.0101 26.3414,9.5111 23.2694,9.5111 L23.2694,9.5111 Z M23.0854,6.4901 C21.9474,6.4901 21.0224,7.3801 20.9454,8.4981 C21.5664,8.3131 22.2214,8.2111 22.9014,8.2111 L22.9014,8.2111 L23.2694,8.2111 C23.9494,8.2111 24.6054,8.3131 25.2264,8.4981 C25.1494,7.3801 24.2234,6.4901 23.0854,6.4901 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M18.3825,24.2084 L18.7295,24.5344 C18.7475,24.5504 20.4905,26.1584 22.9705,26.2364 C23.0165,26.2384 26.4135,26.3864 28.0615,25.1374 L28.0615,25.1374 L28.3685,24.9054 L28.7205,25.0624 C30.0765,25.6694 30.6585,26.1314 31.3325,26.6674 L31.3325,26.6674 L31.5525,26.8404 C34.1325,26.9104 36.2135,29.0204 36.2135,31.6184 C36.2135,32.6014 35.9155,33.5144 35.4055,34.2754 C35.2815,39.1194 31.0845,42.9784 25.1015,43.6954 L25.1015,43.6954 C24.8815,43.7544 24.6535,43.7994 24.4155,43.7994 C24.3305,43.7994 24.2445,43.7944 24.1575,43.7854 L24.1575,43.7854 L20.4135,43.3734 L20.4155,43.3504 C17.7075,42.9384 15.3505,41.8534 13.7355,40.2434 C11.8155,38.3314 10.9695,35.7904 11.2875,32.8964 C11.7255,28.9154 15.6925,25.7074 17.9675,24.4394 L17.9675,24.4394 L18.3825,24.2084 Z M22.2065,38.9704 L22.1235,39.7144 L21.8485,42.2234 L24.2995,42.4934 C24.8705,42.5554 25.3875,42.1424 25.4505,41.5704 C25.4805,41.2944 25.4015,41.0214 25.2275,40.8044 C25.0535,40.5864 24.8045,40.4504 24.5275,40.4194 L24.5275,40.4194 L23.5655,40.3144 L23.6365,39.6684 C23.6695,39.3744 23.4565,39.1074 23.1625,39.0754 L23.1625,39.0754 L22.2065,38.9704 Z M33.9245,35.6854 C33.1935,36.1364 32.3425,36.4094 31.4225,36.4094 C31.0965,36.4094 30.7775,36.3754 30.4695,36.3124 C30.1605,37.6624 29.3235,38.8104 28.1155,39.5074 L28.1155,39.5074 L26.4875,40.3674 C26.7045,40.7774 26.7945,41.2414 26.7425,41.7124 C26.7285,41.8414 26.6995,41.9654 26.6655,42.0864 C30.4705,41.1474 33.2025,38.7324 33.9245,35.6854 Z M18.2175,25.7964 C15.6505,27.3444 12.8945,30.1744 12.5795,33.0384 C12.3065,35.5254 13.0225,37.6984 14.6525,39.3224 C16.0635,40.7284 18.1425,41.6904 20.5575,42.0664 L20.5575,42.0664 L20.9015,38.9374 L20.9155,38.8124 C18.9215,38.4934 17.4845,37.7614 16.6395,36.6314 C15.8015,35.5114 15.7385,34.2534 15.8325,33.3964 C15.9075,32.7194 16.0685,32.1444 16.3285,31.6374 L16.3285,31.6374 L17.4855,32.2284 C17.2995,32.5924 17.1825,33.0214 17.1245,33.5384 C17.0825,33.9174 17.0995,34.4034 17.2345,34.8994 C17.6635,34.1904 18.2445,33.5844 18.9795,33.1594 L18.9795,33.1594 L23.1445,30.8704 C24.2595,30.2254 25.5715,30.0514 26.8195,30.3634 C27.2295,28.8624 28.3425,27.6614 29.7905,27.1324 C29.4545,26.8974 29.0715,26.6644 28.5175,26.4004 C26.4395,27.6924 23.0675,27.5424 22.9175,27.5354 C20.6545,27.4644 18.9435,26.3584 18.2175,25.7964 Z M26.6385,31.6804 C25.6755,31.4014 24.6535,31.4994 23.7815,32.0034 L23.7815,32.0034 L19.6185,34.2924 C18.8695,34.7244 18.3205,35.4134 18.0275,36.2354 C18.7915,36.9594 20.0205,37.4204 21.6975,37.6064 L21.6975,37.6064 L23.3045,37.7834 C24.0875,37.8694 24.7025,38.4384 24.8845,39.1614 C25.1135,39.2074 25.3275,39.2934 25.5295,39.4024 L25.5295,39.4024 L27.4865,38.3704 C28.4065,37.8384 29.0295,36.9194 29.2265,35.8504 C27.7095,35.0604 26.6615,33.4994 26.6385,31.6804 Z M31.4225,28.1274 C29.4975,28.1274 27.9315,29.6934 27.9315,31.6184 C27.9315,33.5434 29.4975,35.1094 31.4225,35.1094 C33.3485,35.1094 34.9145,33.5434 34.9145,31.6184 C34.9145,29.6934 33.3485,28.1274 31.4225,28.1274 Z M24.9873622,5.29321331 L25.2166,5.3082 C26.1346,5.3992 26.9626,5.8422 27.5476,6.5552 C28.1336,7.2692 28.4056,8.1682 28.3146,9.0862 L28.3146,9.0862 L28.2766,9.4792 C30.2936,10.8492 31.5206,13.2522 31.2656,15.8452 L31.2656,15.8452 L31.1076,17.4372 L31.2996,17.4562 C31.7576,17.5012 32.1696,17.7212 32.4616,18.0772 C32.7536,18.4332 32.8896,18.8812 32.8446,19.3392 C32.7986,19.7972 32.5786,20.2102 32.2226,20.5012 C31.9116,20.7562 31.5306,20.8922 31.1336,20.8922 C31.0766,20.8922 31.0186,20.8892 30.9606,20.8842 L30.9606,20.8842 L30.4736,20.8362 C29.4276,23.3552 26.9406,25.0782 24.1326,25.0792 C23.9076,25.0792 23.6816,25.0682 23.4526,25.0452 L23.4526,25.0452 L23.0866,25.0092 C21.2606,24.8292 19.6136,23.9482 18.4496,22.5292 C17.7206,21.6402 17.2356,20.6052 17.0186,19.5082 L17.0186,19.5082 L16.5376,19.4602 C15.5926,19.3672 14.8986,18.5222 14.9926,17.5772 C15.0856,16.6322 15.9306,15.9412 16.8756,16.0322 L16.8756,16.0322 L17.0666,16.0512 L17.2246,14.4592 C17.4796,11.8662 19.1526,9.7512 21.3986,8.8022 L21.3986,8.8022 L21.4376,8.4082 C21.5286,7.4892 21.9716,6.6612 22.6846,6.0752 C23.3986,5.4902 24.2976,5.2182 25.2166,5.3082 Z M22.3186,15.7372 C22.1296,15.9972 21.9066,16.2352 21.6516,16.4442 C20.8696,17.0862 19.8846,17.3842 18.8776,17.2852 L18.8776,17.2852 L18.2576,17.2232 L18.2176,17.6242 C18.0716,19.1052 18.5116,20.5542 19.4546,21.7052 C20.3986,22.8552 21.7336,23.5692 23.2146,23.7152 L23.2146,23.7152 L23.5806,23.7512 C25.0606,23.8992 26.5106,23.4582 27.6606,22.5142 C28.8106,21.5712 29.5256,20.2352 29.6716,18.7552 L29.6716,18.7552 L29.7106,18.3542 L25.4196,17.9302 C24.3996,17.8302 23.4796,17.3382 22.8306,16.5462 C22.6246,16.2952 22.4536,16.0232 22.3186,15.7372 Z M27.3076,19.5293 C27.5626,19.5543 27.7486,19.7813 27.7246,20.0363 C27.6986,20.2923 27.4716,20.4783 27.2166,20.4533 C26.9616,20.4273 26.7746,20.2003 26.7996,19.9453 C26.8256,19.6903 27.0526,19.5043 27.3076,19.5293 Z M22.3566743,19.0480881 L22.4404,19.0488 C22.6954,19.0738 22.8814,19.3008 22.8564,19.5568 C22.8314,19.8118 22.6044,19.9978 22.3494,19.9728 C22.0934,19.9478 21.9074,19.7198 21.9324,19.4658 C21.9584,19.2098 22.1854,19.0238 22.4404,19.0488 Z M31.0046,18.4822 L30.9656,18.8822 C30.9566,18.9662 30.9396,19.0472 30.9286,19.1292 L30.9286,19.1292 L30.8606,19.8192 L31.0636,19.8392 C31.2426,19.8562 31.4176,19.8032 31.5566,19.6892 C31.6956,19.5752 31.7816,19.4142 31.7996,19.2362 C31.8166,19.0572 31.7636,18.8822 31.6496,18.7432 C31.5366,18.6042 31.3746,18.5182 31.1966,18.5012 L31.1966,18.5012 L31.0046,18.4822 Z M16.7056,17.0742 C16.3646,17.0742 16.0716,17.3332 16.0376,17.6802 C16.0006,18.0492 16.2716,18.3792 16.6406,18.4152 L16.6406,18.4152 L16.8436,18.4352 L16.9126,17.7412 C16.9176,17.6592 16.9156,17.5782 16.9246,17.4962 L16.9246,17.4962 L16.9636,17.0962 L16.7716,17.0772 C16.7496,17.0752 16.7276,17.0742 16.7056,17.0742 Z M24.0576,9.5622 C21.2296,9.5622 18.8016,11.7152 18.5176,14.5872 L18.5176,14.5872 L18.3606,16.1782 L18.9806,16.2402 C19.7076,16.3112 20.4196,16.0952 20.9856,15.6322 C21.5506,15.1682 21.9016,14.5122 21.9736,13.7852 L21.9736,13.7852 L21.9976,13.5392 L23.0426,13.6422 L23.0226,13.8392 C22.9496,14.5792 23.1696,15.3042 23.6426,15.8802 C24.1136,16.4552 24.7816,16.8122 25.5226,16.8862 L25.5226,16.8862 L29.8136,17.3092 L29.9716,15.7172 C30.2726,12.6602 28.0316,9.9282 24.9746,9.6262 L24.9746,9.6262 L24.6086,9.5902 C24.4236,9.5712 24.2396,9.5622 24.0576,9.5622 Z M25.0886,6.6022 C24.5166,6.5432 23.9546,6.7162 23.5096,7.0812 C23.1026,7.4142 22.8466,7.8772 22.7606,8.3912 C23.3966,8.2672 24.0596,8.2292 24.7366,8.2962 L24.7366,8.2962 L25.1016,8.3322 C25.7796,8.3992 26.4216,8.5652 27.0216,8.8102 C27.0376,8.2902 26.8766,7.7862 26.5426,7.3802 C26.1776,6.9352 25.6616,6.6592 25.0886,6.6022 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MotherHoldingBaby;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MuscleBack = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(3 7)\">\n <path d=\"M14.2649,17.155 L14.2649,18.456 C18.5629,18.456 20.5859,10.99 20.6699,10.672 L19.4139,10.34 C18.9119,12.235 17.0099,17.155 14.2649,17.155\" />\n <path d=\"M36.6008,22.5496 C36.2088,21.8766 35.5958,20.8096 35.1538,19.9896 C35.9128,18.2596 36.1498,16.9386 36.1658,16.8376 L34.8848,16.6206 C34.8768,16.6626 34.1178,20.9156 30.7798,24.0666 C30.4478,24.3796 30.1268,24.6326 29.8318,24.8656 C28.8178,25.6696 27.8598,26.4286 27.8598,28.5306 L29.1608,28.5306 C29.1608,27.0916 29.6648,26.6586 30.5758,25.9366 L30.5758,32.9036 C30.5758,34.1256 29.5818,35.1196 28.3608,35.1196 L21.7658,35.1196 L15.1718,35.1196 C13.9508,35.1196 12.9568,34.1256 12.9568,32.9036 L12.9568,25.9366 C13.8688,26.6586 14.3718,27.0916 14.3718,28.5306 L15.6728,28.5306 C15.6728,26.4286 14.7148,25.6696 13.7008,24.8656 C13.4058,24.6326 13.0848,24.3796 12.7528,24.0666 C9.4148,20.9156 8.6558,16.6626 8.6478,16.6206 L7.3668,16.8376 C7.3838,16.9386 7.6218,18.2596 8.3798,19.9896 C7.9378,20.8096 7.3248,21.8766 6.9318,22.5496 L2.3668,18.9706 C3.0278,17.2786 5.3998,11.2726 6.5458,9.2396 C7.8678,6.8946 10.4538,7.7406 10.5608,7.7786 L11.1218,7.9696 L11.3678,7.4306 C11.4218,7.3106 12.7428,4.5016 16.2208,5.4396 L16.4448,5.4986 L16.6558,5.4036 C18.0598,4.7756 18.4218,2.7636 18.5148,1.6956 L21.7658,1.6956 L25.0178,1.6956 C25.1108,2.7636 25.4728,4.7756 26.8768,5.4036 L27.0878,5.4986 L27.3118,5.4396 C30.7888,4.5006 32.1108,7.3096 32.1638,7.4276 L32.4068,7.9746 L32.9718,7.7786 C33.0818,7.7396 35.6548,6.8746 36.9868,9.2396 C38.1318,11.2716 40.5038,17.2786 41.1658,18.9706 L36.6008,22.5496 Z M42.5528,18.9496 C42.4288,18.6286 39.4968,11.0456 38.1198,8.6016 C36.8168,6.2906 34.5048,6.1136 33.0858,6.4036 C32.2668,5.0816 30.3298,3.4056 27.2388,4.1176 C26.4738,3.5456 26.2878,1.6926 26.2868,1.0426 L26.2838,0.3946 L21.7658,0.3946 L17.2488,0.3956 L17.2468,1.0426 C17.2448,1.6926 17.0588,3.5456 16.2938,4.1176 C13.2088,3.4036 11.2658,5.0806 10.4468,6.4036 C9.0308,6.1126 6.7158,6.2896 5.4138,8.6016 C4.0358,11.0456 1.1038,18.6286 0.9798,18.9496 L0.8068,19.3996 L7.3008,24.4906 L7.6768,23.8516 C7.6878,23.8356 8.4268,22.5766 9.0828,21.4056 C9.7058,22.5246 10.5428,23.7096 11.6568,24.8056 L11.6568,32.9036 C11.6568,34.8426 13.2338,36.4206 15.1718,36.4206 L21.7658,36.4206 L28.3608,36.4206 C30.2988,36.4206 31.8758,34.8426 31.8758,32.9036 L31.8758,24.8056 C32.9898,23.7096 33.8278,22.5246 34.4508,21.4056 C35.1058,22.5766 35.8458,23.8356 35.8558,23.8516 L36.2318,24.4906 L42.7258,19.3996 L42.5528,18.9496 Z\" />\n <path d=\"M24.1184,10.3396 L22.8624,10.6716 C22.9464,10.9896 24.9704,18.4556 29.2674,18.4556 L29.2674,17.1546 C26.5274,17.1546 24.6224,12.2356 24.1184,10.3396\" />\n <polygon points=\"21.115 26.491 22.416 26.491 22.416 15.064 21.115 15.064\" />\n <polygon points=\"21.115 32.274 22.416 32.274 22.416 29.639 21.115 29.639\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(4 7)\">\n <path d=\"M14.6692,17.9587 L14.9252,19.2337 C19.3232,18.3527 19.6792,10.8517 19.6912,10.5317 L18.3932,10.4797 C18.3902,10.5467 18.0692,17.2777 14.6692,17.9587\" />\n <path d=\"M34.4836,22.5828 C34.0996,22.0158 33.5166,21.1268 33.0756,20.3568 C33.7026,18.3698 33.6066,16.7948 33.5986,16.6828 L32.3016,16.7748 C32.3046,16.8158 32.5486,20.9798 29.2806,24.0658 C29.0686,24.2668 28.8716,24.4418 28.6906,24.6038 C27.5876,25.5918 26.8596,26.2438 26.8596,28.5308 L28.1606,28.5308 C28.1606,26.8248 28.5116,26.5098 29.5576,25.5728 C29.5636,25.5678 29.5706,25.5618 29.5766,25.5568 L29.5766,32.9038 C29.5766,34.1258 28.5826,35.1198 27.3606,35.1198 L20.7666,35.1198 L14.1726,35.1198 C12.9516,35.1198 11.9576,34.1258 11.9576,32.9038 L11.9576,25.5568 C11.9626,25.5618 11.9706,25.5678 11.9756,25.5728 C13.0206,26.5098 13.3726,26.8248 13.3726,28.5308 L14.6726,28.5308 C14.6726,26.2448 13.9446,25.5928 12.8426,24.6048 C12.6626,24.4428 12.4646,24.2668 12.2536,24.0658 C8.9836,20.9798 9.2276,16.8158 9.2306,16.7748 L7.9336,16.6828 C7.9256,16.7948 7.8316,18.3698 8.4586,20.3568 C8.0156,21.1268 7.4326,22.0158 7.0486,22.5828 L2.4416,18.9708 C3.1026,17.2778 5.4746,11.2708 6.6206,9.2398 C7.9796,6.8288 10.0326,7.0788 10.1126,7.0958 L10.6166,7.1668 L10.8146,6.6998 C10.8526,6.6098 11.7886,4.5168 15.2206,5.4388 L15.4446,5.4988 L15.6556,5.4038 C17.0596,4.7748 17.4216,2.7638 17.5146,1.6948 L20.7666,1.6948 L24.0176,1.6948 C24.1106,2.7638 24.4726,4.7748 25.8776,5.4038 L26.0876,5.4988 L26.3116,5.4388 C29.7516,4.5118 30.6796,6.6088 30.7156,6.6938 L30.9106,7.1658 L31.4146,7.0958 C31.5036,7.0848 33.5526,6.8298 34.9126,9.2398 C36.0576,11.2708 38.4296,17.2778 39.0906,18.9708 L34.4836,22.5828 Z M40.4776,18.9498 C40.3536,18.6288 37.4226,11.0458 36.0456,8.6018 C34.6416,6.1128 32.5966,5.7928 31.6856,5.7838 C31.1436,4.9638 29.6016,3.3118 26.2376,4.1168 C25.4726,3.5438 25.2886,1.6908 25.2866,1.0428 L25.2836,0.3948 L20.7666,0.3948 L16.2496,0.3958 L16.2466,1.0428 C16.2446,1.6908 16.0596,3.5438 15.2956,4.1168 C11.9326,3.3138 10.3876,4.9638 9.8476,5.7838 C8.9356,5.7928 6.8916,6.1128 5.4876,8.6018 C4.1096,11.0458 1.1786,18.6288 1.0546,18.9498 L0.8816,19.3988 L7.3306,24.4558 L7.7246,23.8948 C7.7646,23.8398 8.4266,22.8918 9.0646,21.8738 C9.4516,22.6728 9.9646,23.4908 10.6566,24.2778 L10.6566,32.9038 C10.6566,34.8428 12.2346,36.4208 14.1726,36.4208 L20.7666,36.4208 L27.3606,36.4208 C29.2986,36.4208 30.8776,34.8428 30.8776,32.9038 L30.8776,24.2778 C31.5686,23.4908 32.0826,22.6718 32.4686,21.8738 C33.1066,22.8918 33.7696,23.8398 33.8076,23.8948 L34.2026,24.4558 L40.6506,19.3988 L40.4776,18.9498 Z\" />\n <path d=\"M23.1399,10.4792 L21.8409,10.5322 C21.8539,10.8512 22.2089,18.3522 26.6079,19.2342 L26.8639,17.9582 C23.4629,17.2782 23.1429,10.5462 23.1399,10.4792\" />\n <polygon points=\"20.116 26.491 21.417 26.491 21.417 15.064 20.116 15.064\" />\n <polygon points=\"20.116 32.274 21.417 32.274 21.417 29.639 20.116 29.639\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MuscleBack;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst MuscleLeg = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(6 5)\">\n <path d=\"M28.906,10.5797 C25.224,13.2677 17.101,10.7827 16.186,10.4907 L16.183,10.4897 C15.909,10.4047 15.611,10.4857 15.423,10.6997 L15.132,11.1077 L15.305,11.4917 C17.62,16.6027 14.476,22.2217 14.422,22.3197 C13.637,23.9627 13.677,29.9707 13.683,30.6497 L13.686,30.9087 L13.867,31.0957 C16.427,33.7387 15.717,35.8077 15.265,36.3237 C14.943,36.6927 13.285,37.4817 12.048,36.8877 C10.899,36.3397 8.728,36.6467 6.629,36.9417 C5.498,37.1027 4.42,37.2457 3.756,37.2297 C2.761,37.1957 1.693,36.3227 1.66,35.8547 C1.643,35.6247 2.115,35.3857 2.834,35.2587 C6.466,34.6177 9.508,31.0737 9.635,30.9227 L9.875,30.6407 L9.754,30.2897 C9.74,30.2497 8.349,26.2047 6.924,20.2347 C5.546,14.4597 7.859,9.2837 7.883,9.2317 L7.961,9.0607 L7.936,8.8757 C7.748,7.4737 7.982,6.4457 8.631,5.8217 C9.313,5.1657 10.346,5.0357 11.056,5.0357 C11.514,5.0357 11.838,5.0897 11.845,5.0907 L12.17,5.1467 L12.406,4.9227 C15.303,2.1717 23.6,1.1787 27.982,3.0607 C29.797,3.8417 30.717,4.9777 30.717,6.4397 C30.717,8.3357 30.125,9.6887 28.906,10.5797 M28.495,1.8667 C23.67,-0.2063 15.221,0.7837 11.746,3.7677 C10.973,3.6917 9.025,3.6457 7.735,4.8797 C6.8,5.7747 6.427,7.1157 6.625,8.8647 C6.204,9.8647 4.303,14.8547 5.66,20.5367 C6.854,25.5407 8.027,29.2147 8.402,30.3487 C7.649,31.1497 5.241,33.5147 2.607,33.9787 C0.56,34.3397 0.322,35.3657 0.363,35.9457 C0.46,37.3157 2.273,38.4797 3.711,38.5287 C3.771,38.5307 3.833,38.5317 3.896,38.5317 C4.672,38.5317 5.713,38.3857 6.811,38.2297 C8.54,37.9857 10.693,37.6817 11.487,38.0597 C13.306,38.9307 15.583,37.9337 16.244,37.1797 C16.933,36.3907 18.014,33.6587 14.982,30.3827 C14.968,27.9007 15.118,23.8797 15.572,22.9237 C15.708,22.6867 18.663,17.4287 16.918,12.0617 C19.749,12.8347 26.176,14.1817 29.673,11.6297 C31.228,10.4937 32.017,8.7477 32.017,6.4397 C32.017,4.4377 30.8,2.8567 28.495,1.8667\" />\n <path d=\"M12.0828 15.1578L10.7958 14.9728C10.7748 15.1208 10.3008 18.5958 12.0878 21.2528L13.1658 20.5258C11.6628 18.2928 12.0778 15.1888 12.0828 15.1578M15.9929 6.6842L16.3839 7.9242C16.4389 7.9072 22.1129 6.1642 26.7729 7.9132L27.2299 6.6962C22.1409 4.7862 16.2419 6.6062 15.9929 6.6842\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(9 5)\">\n <path d=\"M25.905,10.5797 C22.223,13.2697 14.101,10.7827 13.186,10.4907 L13.183,10.4897 C12.841,10.3837 12.483,10.5347 12.315,10.8467 L12.071,11.3847 L12.484,11.7257 C18.011,16.2807 14.56,22.0157 14.411,22.2577 L14.323,22.4817 C13.818,25.2237 14.029,30.4487 14.038,30.6707 L14.049,30.9177 L14.22,31.0957 C16.782,33.7387 16.071,35.8077 15.62,36.3237 C15.298,36.6927 13.638,37.4817 12.402,36.8877 C11.254,36.3397 9.084,36.6437 6.982,36.9427 C5.851,37.1027 4.782,37.2457 4.109,37.2297 C3.115,37.1957 2.047,36.3227 2.013,35.8547 C1.997,35.6247 2.468,35.3857 3.187,35.2587 C6.819,34.6177 9.862,31.0737 9.99,30.9237 L10.272,30.5907 L10.071,30.2027 C10.04,30.1427 6.933,24.1197 5.516,18.1887 C4.13,12.3767 4.913,9.1547 4.922,9.1227 L4.953,8.9997 L4.936,8.8757 C4.748,7.4737 4.982,6.4457 5.631,5.8217 C6.313,5.1657 7.346,5.0357 8.056,5.0357 C8.514,5.0357 8.838,5.0897 8.845,5.0907 L9.17,5.1467 L9.406,4.9227 C12.303,2.1717 20.6,1.1787 24.982,3.0607 C26.797,3.8417 27.717,4.9777 27.717,6.4397 C27.717,8.3357 27.125,9.6897 25.905,10.5797 M25.495,1.8667 C20.67,-0.2063 12.221,0.7837 8.746,3.7677 C7.973,3.6917 6.026,3.6457 4.735,4.8797 C3.788,5.7867 3.417,7.1477 3.633,8.9297 C3.485,9.6177 2.923,12.9207 4.253,18.4907 C5.508,23.7477 7.978,28.9237 8.712,30.3957 C7.911,31.2397 5.544,33.5227 2.961,33.9787 C0.914,34.3397 0.676,35.3657 0.717,35.9457 C0.813,37.3157 2.627,38.4797 4.064,38.5287 C4.125,38.5307 4.186,38.5317 4.25,38.5317 C5.025,38.5317 6.066,38.3857 7.165,38.2297 C8.893,37.9857 11.046,37.6817 11.842,38.0597 C13.66,38.9307 15.938,37.9347 16.598,37.1797 C17.288,36.3907 18.37,33.6547 15.328,30.3747 C15.294,29.3257 15.185,25.1287 15.583,22.8257 C16.05,21.9897 18.626,16.8937 14.908,12.3157 C18.05,13.0737 23.537,13.9177 26.672,11.6297 C28.228,10.4937 29.017,8.7477 29.017,6.4397 C29.017,4.4377 27.8,2.8567 25.495,1.8667\" />\n <path d=\"M9.5574 16.2604C9.5694 16.4084 9.8594 19.9054 12.1784 22.1104L13.0754 21.1684C11.1224 19.3134 10.8564 16.1934 10.8544 16.1614L9.5574 16.2604zM12.9929 6.6842L13.3839 7.9242C13.4389 7.9072 19.1129 6.1642 23.7729 7.9132L24.2299 6.6962C19.1409 4.7862 13.2419 6.6062 12.9929 6.6842\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default MuscleLeg;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Mushroom = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.1857,7.3521 C31.3677,7.3521 37.2107,13.1961 37.2107,20.3771 L37.2107,20.3771 L37.2107,21.0281 L35.7997,21.0281 C35.5067,22.2071 34.4467,23.0881 33.1767,23.0881 L33.1767,23.0881 L28.1637,23.0881 C28.6147,25.2841 29.4747,30.2011 29.4807,35.7941 C29.4817,37.0861 28.9787,38.3021 28.0627,39.2191 C27.1427,40.1401 25.9197,40.6481 24.6187,40.6481 C23.2127,40.6481 21.8777,40.0391 20.9567,38.9761 C20.0277,37.9031 19.6107,36.4781 19.8137,35.0671 C20.5717,29.7851 20.7527,24.7541 20.7927,23.0881 L20.7927,23.0881 L14.8237,23.0881 C13.5537,23.0881 12.4937,22.2071 12.2007,21.0281 L12.2007,21.0281 L10.7887,21.0281 L10.7887,20.3771 C10.7887,13.1961 16.6317,7.3521 23.8137,7.3521 L23.8137,7.3521 Z M26.8357,23.0881 L22.0937,23.0881 C22.0537,24.7541 21.8727,29.8731 21.0997,35.2521 C20.9507,36.2891 21.2567,37.3371 21.9397,38.1241 C22.6137,38.9021 23.5897,39.3471 24.6187,39.3471 C25.5727,39.3471 26.4687,38.9761 27.1427,38.3001 C27.8127,37.6291 28.1817,36.7411 28.180702,35.7961 C28.1747,30.0691 27.2567,25.0771 26.8357,23.0881 L26.8357,23.0881 Z M34.4287,21.0281 L13.5717,21.0281 C13.8067,21.4791 14.2797,21.7881 14.8237,21.7881 L14.8237,21.7881 L33.1767,21.7881 C33.7207,21.7881 34.1937,21.4791 34.4287,21.0281 L34.4287,21.0281 Z M24.1857,8.6531 L23.8137,8.6531 C19.0617,8.6531 14.9677,11.4981 13.1277,15.5711 C14.7947,15.8031 16.0857,17.2231 16.0857,18.9531 C16.0857,19.2151 16.0487,19.4741 15.9907,19.7271 L15.9907,19.7271 L35.8937,19.7271 C35.8577,19.0731 35.7567,18.4381 35.6177,17.8171 C35.4037,17.8511 35.1867,17.8721 34.9677,17.8721 C32.7257,17.8721 30.9017,16.0471 30.9017,13.8051 C30.9017,12.9281 31.1877,12.0881 31.6987,11.3971 C29.6607,9.6901 27.0447,8.6531 24.1857,8.6531 L24.1857,8.6531 Z M12.6557,16.8241 C12.6547,16.8241 12.6537,16.8251 12.6527,16.8251 C12.3577,17.7481 12.1617,18.7191 12.1067,19.7271 L12.1067,19.7271 L14.6207,19.7271 C14.7177,19.4791 14.7847,19.2211 14.7847,18.9531 C14.7847,17.7791 13.8297,16.8241 12.6557,16.8241 Z M26.7769,12.3751 C28.6679,12.3751 30.2069,13.9141 30.2069,15.8051 C30.2069,17.6961 28.6679,19.2351 26.7769,19.2351 C24.8859,19.2351 23.3469,17.6961 23.3469,15.8051 C23.3469,13.9141 24.8859,12.3751 26.7769,12.3751 Z M18.0176,17.3853 C18.4506,17.3853 18.8016,17.7373 18.8016,18.1693 C18.8016,18.6023 18.4506,18.9533 18.0176,18.9533 C17.5846,18.9533 17.2346,18.6023 17.2346,18.1693 C17.2346,17.7373 17.5846,17.3853 18.0176,17.3853 Z M26.7769,13.6761 C25.6029,13.6761 24.6479,14.6311 24.6479,15.8051 C24.6479,16.9791 25.6029,17.9341 26.7769,17.9341 C27.9509,17.9341 28.9059,16.9791 28.9059,15.8051 C28.9059,14.6311 27.9509,13.6761 26.7769,13.6761 Z M32.6617,12.3031 C32.3727,12.7481 32.2017,13.2631 32.2017,13.8051 C32.2017,15.3311 33.4427,16.5711 34.9677,16.5711 C35.0667,16.5711 35.1637,16.5571 35.2627,16.5461 C34.7067,14.9441 33.8087,13.5051 32.6617,12.3031 Z M19.666,10.5581 C21.036,10.5581 22.15,11.6721 22.15,13.0421 C22.15,14.4131 21.036,15.5271 19.666,15.5271 C18.296,15.5271 17.182,14.4131 17.182,13.0421 C17.182,11.6721 18.296,10.5581 19.666,10.5581 Z M19.666,11.8591 C19.013,11.8591 18.482,12.3891 18.482,13.0421 C18.482,13.6961 19.013,14.2261 19.666,14.2261 C20.319,14.2261 20.85,13.6961 20.85,13.0421 C20.85,12.3891 20.319,11.8591 19.666,11.8591 Z M24.6216,9.4187 C24.9516,9.4187 25.2196,9.6857 25.2196,10.0167 C25.2196,10.3467 24.9516,10.6147 24.6216,10.6147 C24.2906,10.6147 24.0236,10.3467 24.0236,10.0167 C24.0236,9.6857 24.2906,9.4187 24.6216,9.4187 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.5612,10.186 C20.2892,8.027 23.6952,7.06 27.1502,7.459 L27.1502,7.459 L27.5202,7.502 C30.9752,7.904 34.0682,9.626 36.2282,12.354 C38.3882,15.082 39.3562,18.487 38.9552,21.943 L38.9552,21.943 L38.8802,22.588 L37.4782,22.426 C37.3072,22.883 37.0232,23.291 36.6302,23.602 C36.1472,23.985 35.5612,24.188 34.9532,24.188 C34.8472,24.188 34.7422,24.182 34.6352,24.169 L34.6352,24.169 L29.1102,23.528 C29.1292,24.07 29.1592,24.715 29.1952,25.477 C29.3072,27.871 29.4762,31.487 29.4812,35.794 C29.4822,37.091 28.9752,38.31 28.0542,39.227 C27.1362,40.143 25.9152,40.648 24.6182,40.648 C23.3182,40.648 22.1152,40.132 21.2292,39.196 C20.2402,38.151 19.7222,36.666 19.8072,35.124 C20.1742,28.541 21.3332,24.336 21.8712,22.687 L21.8712,22.687 L16.4042,22.052 C15.6842,21.969 15.0412,21.611 14.5912,21.042 C14.2802,20.65 14.0962,20.188 14.0352,19.702 L14.0352,19.702 L12.6342,19.54 L12.7092,18.894 C13.1112,15.438 14.8332,12.345 17.5612,10.186 Z M23.1932,22.84 C22.7402,24.183 21.4822,28.436 21.1062,35.196 C21.0392,36.383 21.4292,37.515 22.1742,38.303 C22.8202,38.986 23.6652,39.347 24.6182,39.347 C25.5692,39.347 26.4632,38.978 27.1372,38.306 C27.8112,37.635 28.1812,36.744 28.180202,35.796 C28.1762,31.518 28.0082,27.919 27.8962,25.538 C27.8562,24.68 27.8232,23.958 27.8042,23.375 L27.8042,23.375 Z M15.3972,19.861 C15.4482,19.994 15.5192,20.121 15.6102,20.236 C15.8442,20.531 16.1792,20.717 16.5532,20.761 L16.5532,20.761 L34.7852,22.878 C35.1592,22.921 35.5282,22.818 35.8242,22.583 C35.9382,22.492 36.0372,22.386 36.1172,22.268 L36.1172,22.268 Z M27.0002,8.75 C23.8892,8.388 20.8242,9.261 18.3682,11.205 C17.2342,12.103 16.2942,13.181 15.5742,14.387 C17.2102,14.807 18.3342,16.369 18.1352,18.09 C18.1042,18.351 18.0382,18.604 17.9502,18.848 L17.9502,18.848 L25.7832,19.758 L37.7212,21.145 C37.7612,20.491 37.7402,19.842 37.6732,19.201 C37.6112,19.204 37.5512,19.221 37.4892,19.221 C37.3312,19.221 37.1732,19.212 37.0152,19.194 C34.7882,18.935 33.1872,16.913 33.4462,14.686 C33.5482,13.811 33.9312,13.005 34.5222,12.375 C32.6352,10.377 30.1332,9.114 27.3692,8.793 L27.3692,8.793 Z M26.9884,13.5079 C27.7074,12.9399 28.6044,12.6839 29.5134,12.7909 C30.4234,12.8959 31.2374,13.3489 31.8064,14.0679 C32.3754,14.7859 32.6304,15.6819 32.5244,16.5919 C32.4194,17.5029 31.9654,18.3169 31.2474,18.8849 C30.6354,19.3699 29.8944,19.6269 29.1254,19.6269 C28.9914,19.6269 28.8574,19.6189 28.7224,19.6029 C27.8124,19.4979 26.9984,19.0449 26.4294,18.3259 C25.8604,17.6079 25.6054,16.7119 25.7114,15.8009 C25.8164,14.8909 26.2704,14.0769 26.9884,13.5079 Z M14.9732,15.579 L14.9612,15.579 C14.5602,16.471 14.2622,17.416 14.0932,18.401 L14.0932,18.401 L14.0982,18.401 L16.5902,18.69 C16.7152,18.457 16.8122,18.207 16.8432,17.94 C16.9792,16.774 16.1402,15.714 14.9732,15.579 L14.9732,15.579 Z M29.1124,14.0669 C28.6354,14.0669 28.1754,14.2259 27.7954,14.5269 C27.3504,14.8799 27.0674,15.3859 27.0024,15.9519 C26.9374,16.5159 27.0954,17.0729 27.4484,17.5189 C27.8014,17.9639 28.3074,18.2469 28.8724,18.3119 C29.4394,18.3779 29.9944,18.2189 30.4404,17.8669 C30.8854,17.5129 31.1674,17.0069 31.2334,16.4419 C31.2984,15.8779 31.1404,15.3209 30.7874,14.8749 C30.4344,14.4289 29.9284,14.1469 29.3634,14.0819 C29.2794,14.0719 29.1954,14.0669 29.1124,14.0669 Z M20.1284266,16.7511212 L20.2349,16.7563 C20.6649,16.8063 20.9729,17.1953 20.9229,17.6253 C20.8729,18.0553 20.4839,18.3633 20.0539,18.3133 C19.6249,18.2633 19.3169,17.8733 19.3659,17.4433 C19.4159,17.0143 19.8049,16.7063 20.2349,16.7563 Z M35.3732,13.389 C35.0312,13.798 34.8002,14.293 34.7372,14.836 C34.5612,16.351 35.6512,17.727 37.1652,17.903 C37.2672,17.915 37.3692,17.913 37.4712,17.913 C37.1142,16.288 36.4012,14.752 35.3732,13.389 Z M22.463091,10.149609 L22.6604,10.1651 C23.3184,10.2421 23.9084,10.5701 24.3204,11.0901 C24.7324,11.6101 24.9174,12.2591 24.8404,12.9191 C24.7644,13.5791 24.4354,14.1671 23.9154,14.5801 C23.4724,14.9301 22.9354,15.1171 22.3794,15.1171 C22.2814,15.1171 22.1844,15.1111 22.0864,15.0991 C21.4284,15.0231 20.8374,14.6951 20.4264,14.1741 C20.0144,13.6551 19.8294,13.0041 19.9054,12.3451 C19.9824,11.6861 20.3114,11.0971 20.8314,10.6851 C21.3514,10.2741 22.0014,10.0871 22.6604,10.1651 Z M22.3704,11.4491 C22.1054,11.4491 21.8494,11.5381 21.6384,11.7051 C21.3904,11.9011 21.2334,12.1811 21.1974,12.4961 C21.1604,12.8101 21.2484,13.1201 21.4444,13.3681 C21.6414,13.6151 21.9224,13.7721 22.2364,13.8081 C22.5514,13.8411 22.8604,13.7571 23.1084,13.5601 C23.3564,13.3641 23.5124,13.0831 23.5494,12.7691 C23.5864,12.4551 23.4974,12.1451 23.3014,11.8971 C23.1054,11.6501 22.8244,11.4931 22.5104,11.4561 C22.4634,11.4521 22.4174,11.4491 22.3704,11.4491 Z M27.616458,9.601839 L27.7137,9.6055 C28.0417,9.6435 28.2767,9.9395 28.2387,10.2685 C28.2007,10.5965 27.9037,10.8305 27.5757,10.7925 C27.2477,10.7545 27.0127,10.4575 27.0507,10.1295 C27.0887,9.8015 27.3857,9.5665 27.7137,9.6055 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Mushroom;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst NoFilter = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(11 8)\">\n <path d=\"M1.5929,6.4962 L1.5929,9.0222 C1.5929,9.3592 1.7309,9.6872 1.9709,9.9242 L11.1879,18.9912 L11.1879,30.6172 L14.8109,27.2602 L14.8109,18.9912 L24.0289,9.9242 C24.2689,9.6872 24.4059,9.3592 24.4059,9.0222 L24.4059,6.4962 L1.5929,6.4962 Z M9.8879,33.5942 L9.8879,19.5362 L1.0589,10.8502 C0.5719,10.3712 0.2929,9.7042 0.2929,9.0222 L0.2929,5.1962 L25.7059,5.1962 L25.7059,9.0222 C25.7059,9.7042 25.4269,10.3712 24.9409,10.8502 L16.1109,19.5362 L16.1109,27.8272 L9.8879,33.5942 Z\" />\n <polygon points=\"3.296 23.497 2.588 22.802 24.539 .461 25.247 1.156\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(11 10)\">\n <path d=\"M1.5922,4.4962 L1.5922,7.0222 C1.5922,7.3592 1.7302,7.6872 1.9702,7.9242 L11.1872,16.9912 L11.1872,28.6172 L14.8112,25.2602 L14.8112,16.9912 L24.0282,7.9242 C24.2682,7.6872 24.4062,7.3592 24.4062,7.0222 L24.4062,4.4962 L1.5922,4.4962 Z M9.8872,31.5942 L9.8872,17.5362 L1.0582,8.8502 C0.5712,8.3712 0.2922,7.7042 0.2922,7.0222 L0.2922,3.1962 L25.7062,3.1962 L25.7062,7.0222 C25.7062,7.7042 25.4262,8.3712 24.9402,8.8502 L16.1112,17.5362 L16.1112,25.8272 L9.8872,31.5942 Z\" />\n <polygon points=\"1.542 23.297 .834 22.602 22.785 .261 23.493 .957\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.0411368,16.8906947 C35.0411368,17.1648 34.9287158,17.4325895 34.7329263,17.6258526 L25.4449263,26.7610105 L25.4449263,35.0258526 L22.2908211,37.9488 L22.2908211,26.7610105 L20.5514526,25.0506947 L30.8209263,14.5993263 L35.0411368,14.5993263 L35.0411368,16.8906947 Z M19.6584,24.1728 L13.0040842,17.6258526 C12.8082947,17.4338526 12.6971368,17.1648 12.6971368,16.8906947 L12.6971368,14.5993263 L29.0651368,14.5993263 L19.6584,24.1728 Z M32.5590316,12.8309053 L36.2082947,9.11595789 L35.3152421,8.23806316 L30.8032421,12.8309053 L10.9274526,12.8309053 L10.9274526,16.8906947 C10.9274526,17.6359579 11.2318737,18.3635368 11.7624,18.8864842 L18.4192421,25.4334316 L13.3640842,30.5782737 L14.2571368,31.4574316 L19.3122947,26.3125895 L20.5224,27.5024842 L20.5224,41.9984842 L27.2146105,35.7989053 L27.2146105,27.5024842 L35.9720842,18.8864842 C36.5038737,18.3648 36.8095579,17.6372211 36.8095579,16.8906947 L36.8095579,12.8309053 L32.5590316,12.8309053 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.0402526,16.8906947 C35.0402526,17.1648 34.9278316,17.4338526 34.7333053,17.6258526 L25.4453053,26.7610105 L25.4453053,35.0258526 L22.2912,37.9488 L22.2912,26.7610105 L20.5594105,25.0582737 L30.8352,14.5993263 L35.0402526,14.5993263 L35.0402526,16.8906947 Z M19.6663579,24.1791158 L13.0032,17.6245895 C12.8074105,17.4325895 12.6962526,17.1648 12.6962526,16.8906947 L12.6962526,14.5993263 L29.0794105,14.5993263 L19.6663579,24.1791158 Z M32.5733053,12.8309053 L34.4541474,10.9159579 L33.5610947,10.0380632 L30.8175158,12.8309053 L10.9265684,12.8309053 L10.9265684,16.8906947 C10.9265684,17.6372211 11.2322526,18.3648 11.7627789,18.8864842 L18.4272,25.4410105 L11.6112,32.3782737 L12.5042526,33.2574316 L19.3202526,26.3201684 L20.5227789,27.5024842 L20.5227789,41.9984842 L27.2149895,35.7989053 L27.2149895,27.5024842 L35.9737263,18.8852211 C36.5042526,18.3635368 36.8086737,17.6359579 36.8086737,16.8906947 L36.8086737,12.8309053 L32.5733053,12.8309053 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default NoFilter;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Notepad = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M14.493,28.485 L22.22775,28.485 L22.22775,27.52875 L14.493,27.52875 L14.493,28.485 Z M41.1615,19.17225 L40.89825,19.4355 L38.037,16.5735 L38.2995,16.311 C39.0645,15.5445 40.3965,15.546 41.1615,16.311 C41.95125,17.1 41.95125,18.38325 41.1615,19.17225 L41.1615,19.17225 Z M39.6405,20.69325 L36.7785,17.832 L37.35975,17.25075 L40.22175,20.112 L39.6405,20.69325 Z M31.20675,29.127 L30.09675,28.017 L37.908,20.31525 L38.96325,21.3705 L31.20675,29.127 Z M31.38375,38.37075 L8.77575,38.37075 L8.77575,12.2865 L13.26525,12.2865 L13.26525,12.64575 C13.26525,13.5015 13.9605,14.19675 14.8155,14.19675 C15.67125,14.19675 16.3665,13.5015 16.3665,12.64575 L16.3665,12.2865 L23.79375,12.2865 L23.79375,12.64575 C23.79375,13.5015 24.489,14.19675 25.344,14.19675 C26.199,14.19675 26.89425,13.5015 26.89425,12.64575 L26.89425,12.2865 L31.38375,12.2865 L31.38375,21.423 L27.01875,25.78725 L24.3765,31.869 C24.22125,32.2245 24.2985,32.6325 24.57375,32.90775 C24.7545,33.0885 24.99225,33.18375 25.23525,33.18375 C25.362,33.18375 25.491,33.15825 25.61325,33.10425 L31.38375,30.58425 L31.38375,38.37075 Z M11.061,11.01 L13.2645,11.01 L13.2645,10.39575 L11.061,10.39575 L11.061,11.01 Z M14.2215,9.29775 C14.2215,8.97 14.48775,8.703 14.8155,8.703 C15.14325,8.703 15.41025,8.97 15.41025,9.29775 L15.41025,12.64575 C15.41025,12.97425 15.14325,13.2405 14.8155,13.2405 C14.48775,13.2405 14.2215,12.97425 14.2215,12.64575 L14.2215,9.29775 Z M16.3665,11.01 L23.793,11.01 L23.793,10.39575 L16.3665,10.39575 L16.3665,11.01 Z M24.75,9.29775 C24.75,8.97 25.01625,8.703 25.344,8.703 C25.67175,8.703 25.938,8.97 25.938,9.29775 L25.938,12.64575 C25.938,12.97425 25.67175,13.2405 25.344,13.2405 C25.01625,13.2405 24.75,12.97425 24.75,12.64575 L24.75,9.29775 Z M26.89425,11.01 L29.09775,11.01 L29.09775,10.39575 L26.89425,10.39575 L26.89425,11.01 Z M26.74725,31.21725 L25.88775,31.593 L26.262,30.73125 L26.74725,31.21725 Z M26.6715,29.78775 L27.8355,27.1095 L30.36375,29.63775 L27.68925,30.8055 L26.6715,29.78775 Z M36.102,18.5085 L37.27125,19.6785 L29.46,27.381 L28.3455,26.26575 L36.102,18.5085 Z M42.06375,15.40875 C41.4405,14.7855 40.61175,14.44275 39.7305,14.44275 C38.84925,14.44275 38.0205,14.7855 37.39725,15.40875 L32.6595,20.1465 L32.6595,11.65575 L32.652,11.01 L30.05175,11.01 L30.04725,9.4395 L26.89425,9.4395 L26.89425,9.29775 C26.89425,8.44275 26.199,7.74675 25.344,7.74675 C24.489,7.74675 23.79375,8.44275 23.79375,9.29775 L23.79375,9.4395 L16.3665,9.4395 L16.3665,9.29775 C16.3665,8.44275 15.67125,7.74675 14.8155,7.74675 C13.9605,7.74675 13.26525,8.44275 13.26525,9.29775 L13.26525,9.4395 L10.59,9.4395 L10.10475,9.44625 L10.10475,11.01 L8.145,11.01 L7.5,11.0175 L7.5,39.0015 L7.5075,39.6465 L32.0145,39.6465 L32.6595,39.639 L32.6595,29.47725 L42.06375,20.0745 C42.687,19.45125 43.02975,18.62325 43.02975,17.742 C43.02975,16.86 42.687,16.032 42.06375,15.40875 L42.06375,15.40875 Z M14.4705,20.66475 L25.68975,20.66475 L25.68975,19.7085 L14.4705,19.7085 L14.4705,20.66475 Z M14.493,24.5655 L25.68975,24.5655 L25.68975,23.60925 L14.493,23.60925 L14.493,24.5655 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M14.493,28.485 L22.22775,28.485 L22.22775,27.52875 L14.493,27.52875 L14.493,28.485 Z M40.89825,17.4355 L38.037,14.5735 L38.2995,14.311 C39.0645,13.5445 40.3965,13.546 41.1615,14.311 C41.95125,15.1 41.95125,16.38325 41.1615,17.17225 L40.89825,17.4355 Z M39.6405,18.69325 L36.7785,15.832 L37.35975,15.25075 L40.22175,18.112 L39.6405,18.69325 Z M31.20675,27.127 L30.09675,26.017 L37.908,18.31525 L38.96325,19.3705 L31.20675,27.127 Z M31.38375,38.37075 L8.77575,38.37075 L8.77575,12.2865 L13.26525,12.2865 L13.26525,12.64575 C13.26525,13.5015 13.9605,14.19675 14.8155,14.19675 C15.67125,14.19675 16.3665,13.5015 16.3665,12.64575 L16.3665,12.2865 L23.79375,12.2865 L23.79375,12.64575 C23.79375,13.5015 24.489,14.19675 25.344,14.19675 C26.199,14.19675 26.89425,13.5015 26.89425,12.64575 L26.89425,12.2865 L31.38375,12.2865 L31.38375,19.423 L27.01875,23.78725 L24.3765,29.869 C24.22125,30.2245 24.2985,30.6325 24.57375,30.90775 C24.7545,31.0885 24.99225,31.18375 25.23525,31.18375 C25.362,31.18375 25.491,31.15825 25.61325,31.10425 L31.38375,28.58425 L31.38375,38.37075 Z M11.061,11.01 L13.2645,11.01 L13.2645,10.39575 L11.061,10.39575 L11.061,11.01 Z M14.2215,9.29775 C14.2215,8.97 14.48775,8.703 14.8155,8.703 C15.14325,8.703 15.41025,8.97 15.41025,9.29775 L15.41025,12.64575 C15.41025,12.97425 15.14325,13.2405 14.8155,13.2405 C14.48775,13.2405 14.2215,12.97425 14.2215,12.64575 L14.2215,9.29775 Z M16.3665,11.01 L23.793,11.01 L23.793,10.39575 L16.3665,10.39575 L16.3665,11.01 Z M24.75,9.29775 C24.75,8.97 25.01625,8.703 25.344,8.703 C25.67175,8.703 25.938,8.97 25.938,9.29775 L25.938,12.64575 C25.938,12.97425 25.67175,13.2405 25.344,13.2405 C25.01625,13.2405 24.75,12.97425 24.75,12.64575 L24.75,9.29775 Z M26.89425,11.01 L29.09775,11.01 L29.09775,10.39575 L26.89425,10.39575 L26.89425,11.01 Z M26.74725,29.21725 L25.88775,29.593 L26.262,28.73125 L26.74725,29.21725 Z M26.6715,27.78775 L27.8355,25.1095 L30.36375,27.63775 L27.68925,28.8055 L26.6715,27.78775 Z M36.102,16.5085 L37.27125,17.6785 L29.46,25.381 L28.3455,24.26575 L36.102,16.5085 Z M39.7305,12.44275 C38.84925,12.44275 38.0205,12.7855 37.39725,13.40875 L32.6595,18.1465 L32.6595,11.65575 L32.652,11.01 L30.05175,11.01 L30.04725,9.4395 L26.89425,9.4395 L26.89425,9.29775 C26.89425,8.44275 26.199,7.74675 25.344,7.74675 C24.489,7.74675 23.79375,8.44275 23.79375,9.29775 L23.79375,9.4395 L16.3665,9.4395 L16.3665,9.29775 C16.3665,8.44275 15.67125,7.74675 14.8155,7.74675 C13.9605,7.74675 13.26525,8.44275 13.26525,9.29775 L13.26525,9.4395 L10.59,9.4395 L10.10475,9.44625 L10.10475,11.01 L8.145,11.01 L7.5,11.0175 L7.5,39.0015 L7.5075,39.6465 L32.0145,39.6465 L32.6595,39.639 L32.6595,27.47725 L42.06375,18.0745 C42.687,17.45125 43.02975,16.62325 43.02975,15.742 C43.02975,14.86 42.687,14.032 42.06375,13.40875 C41.4405,12.7855 40.61175,12.44275 39.7305,12.44275 Z M14.4705,20.66475 L25.68975,20.66475 L25.68975,19.7085 L14.4705,19.7085 L14.4705,20.66475 Z M14.493,24.5655 L25.68975,24.5655 L25.68975,23.60925 L14.493,23.60925 L14.493,24.5655 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Notepad;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PaintRoller = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.0945,30.278 L26.0945,39.695 C26.0945,40.74 25.2445,41.59 24.1995,41.59 C23.1555,41.59 22.3055,40.74 22.3055,39.695 L22.3055,30.278 L26.0945,30.278 Z M37.7825,18.091 C37.7825,19.126 36.9415,19.966 35.9075,19.966 L12.4125,19.966 C11.3785,19.966 10.5375,19.126 10.5375,18.091 L10.5375,11.379 C10.5375,10.344 11.3785,9.504 12.4125,9.504 L12.8105,9.504 C13.6495,9.504 14.3305,10.186 14.3305,11.025 L14.3305,13.701 C14.3305,14.345 14.6055,14.965 15.0825,15.398 C15.5585,15.832 16.1985,16.042 16.8485,15.984 C18.1065,15.864 18.9195,15.059 18.9195,13.933 L18.9195,13.175 C18.9195,12.892 19.0345,12.631 19.2445,12.44 C19.4545,12.25 19.7345,12.153 20.0135,12.187 C20.5145,12.234 20.9075,12.7 20.9075,13.247 L20.9075,17.136 C20.9075,17.782 21.1815,18.401 21.6585,18.836 C22.0815,19.219 22.6355,19.43 23.2045,19.43 C23.2785,19.43 23.3515,19.427 23.4245,19.421 C24.5845,19.309 25.4945,18.275 25.4945,17.066 L25.4945,13.175 C25.4945,12.892 25.6105,12.631 25.8205,12.44 C26.0305,12.25 26.3085,12.153 26.5885,12.187 C27.0895,12.234 27.4825,12.7 27.4825,13.247 L27.4825,15.285 C27.4825,15.93 27.7565,16.549 28.2345,16.983 C28.7115,17.417 29.3565,17.631 29.9995,17.568 C31.1595,17.457 32.0705,16.423 32.0705,15.214 L32.0705,11.052 C32.0705,10.198 32.7655,9.504 33.6195,9.504 L35.9075,9.504 C36.9415,9.504 37.7825,10.344 37.7825,11.379 L37.7825,18.091 Z M31.2335,9.504 C30.9425,9.95 30.7695,10.481 30.7695,11.052 L30.7695,15.214 C30.7695,15.759 30.3765,16.225 29.8755,16.273 C29.5845,16.305 29.3175,16.211 29.1085,16.02 C28.8985,15.83 28.7825,15.568 28.7825,15.285 L28.7825,13.247 C28.7825,12.037 27.8725,11.003 26.7115,10.892 C26.0565,10.833 25.4225,11.045 24.9465,11.478 C24.4685,11.912 24.1945,12.531 24.1945,13.175 L24.1945,17.066 C24.1945,17.612 23.8015,18.078 23.3005,18.126 C23.0085,18.158 22.7405,18.064 22.5325,17.874 C22.3235,17.682 22.2075,17.421 22.2075,17.136 L22.2075,13.247 C22.2075,12.037 21.2975,11.003 20.1365,10.892 C19.4825,10.833 18.8475,11.045 18.3705,11.478 C17.8935,11.912 17.6185,12.531 17.6185,13.175 L17.6185,13.933 C17.6185,14.379 17.3185,14.633 16.7255,14.689 C16.4285,14.721 16.1665,14.627 15.9565,14.436 C15.7465,14.246 15.6315,13.984 15.6315,13.701 L15.6315,11.025 C15.6315,10.465 15.4625,9.944 15.1785,9.504 L31.2335,9.504 Z M9.2375,15.499 L8.4735,15.499 C8.0525,15.499 7.7105,15.156 7.7105,14.735 C7.7105,14.314 8.0525,13.971 8.4735,13.971 L9.2375,13.971 L9.2375,15.499 Z M40.9405,14.085 L39.0835,14.085 L39.0835,11.379 C39.0835,9.628 37.6575,8.203 35.9075,8.203 L12.4125,8.203 C10.6615,8.203 9.2375,9.628 9.2375,11.379 L9.2375,12.671 L8.4735,12.671 C7.3355,12.671 6.4095,13.597 6.4095,14.735 C6.4095,15.873 7.3355,16.799 8.4735,16.799 L9.2375,16.799 L9.2375,18.091 C9.2375,19.842 10.6615,21.267 12.4125,21.267 L35.9075,21.267 C37.6575,21.267 39.0835,19.842 39.0835,18.091 L39.0835,15.385 L40.2895,15.385 L40.2895,22.6 L24.0625,26.127 C23.7635,26.191 23.5495,26.456 23.5495,26.761 L23.5495,28.977 L20.6935,28.977 C20.3335,28.977 20.0425,29.268 20.0425,29.628 C20.0425,29.987 20.3335,30.278 20.6935,30.278 L21.0045,30.278 L21.0045,39.695 C21.0045,41.457 22.4385,42.89 24.1995,42.89 C25.9615,42.89 27.3955,41.457 27.3955,39.695 L27.3955,30.278 L27.7065,30.278 C28.0665,30.278 28.3575,29.987 28.3575,29.628 C28.3575,29.268 28.0665,28.977 27.7065,28.977 L24.8505,28.977 L24.8505,27.285 L41.0775,23.758 C41.3765,23.694 41.5905,23.429 41.5905,23.124 L41.5905,14.735 C41.5905,14.376 41.2995,14.085 40.9405,14.085 L40.9405,14.085 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.0941,28.278 L26.0941,37.695 C26.0941,38.74 25.2441,39.59 24.1991,39.59 C23.1551,39.59 22.3051,38.74 22.3051,37.695 L22.3051,28.278 L26.0941,28.278 Z M37.7821,16.091 C37.7821,17.126 36.9421,17.966 35.9071,17.966 L12.4121,17.966 C11.3781,17.966 10.5371,17.126 10.5371,16.091 L10.5371,9.379 C10.5371,8.344 11.3781,7.504 12.4121,7.504 L12.8101,7.504 C13.6491,7.504 14.3311,8.186 14.3311,9.025 L14.3311,12.701 C14.3311,13.346 14.6061,13.965 15.0831,14.399 C15.5601,14.832 16.2001,15.044 16.8481,14.984 C18.1061,14.865 18.9191,14.059 18.9191,12.933 L18.9191,12.175 C18.9191,11.892 19.0341,11.631 19.2441,11.44 C19.4541,11.25 19.7261,11.153 20.0131,11.187 C20.5141,11.234 20.9071,11.7 20.9071,12.247 L20.9071,15.291 C20.9071,15.935 21.1811,16.554 21.6581,16.988 C22.0811,17.373 22.6351,17.584 23.2051,17.584 C23.2781,17.584 23.3511,17.581 23.4241,17.574 C24.5851,17.464 25.4951,16.429 25.4951,15.22 L25.4951,12.175 C25.4951,11.892 25.6111,11.631 25.8211,11.44 C26.0291,11.251 26.2991,11.15 26.5881,11.187 C27.0891,11.234 27.4821,11.7 27.4821,12.247 L27.4821,14.285 C27.4821,14.929 27.7561,15.549 28.2341,15.982 C28.7111,16.417 29.3571,16.627 30.0001,16.568 C31.1601,16.456 32.0711,15.423 32.0711,14.214 L32.0711,9.053 C32.0711,8.199 32.7651,7.504 33.6191,7.504 L35.9071,7.504 C36.9421,7.504 37.7821,8.344 37.7821,9.379 L37.7821,16.091 Z M31.2341,7.504 C30.9431,7.951 30.7701,8.481 30.7701,9.053 L30.7701,14.214 C30.7701,14.759 30.3771,15.225 29.8761,15.273 C29.5861,15.306 29.3181,15.211 29.1081,15.02 C28.8981,14.83 28.7821,14.568 28.7821,14.285 L28.7821,12.247 C28.7821,11.037 27.8721,10.003 26.7111,9.892 C26.0571,9.832 25.4231,10.045 24.9471,10.477 C24.4691,10.912 24.1951,11.53 24.1951,12.175 L24.1951,15.22 C24.1951,15.766 23.8021,16.232 23.3011,16.279 C23.0091,16.309 22.7421,16.215 22.5321,16.026 C22.3231,15.836 22.2071,15.574 22.2071,15.291 L22.2071,12.247 C22.2071,11.037 21.2971,10.003 20.1361,9.892 C19.4811,9.83 18.8471,10.045 18.3701,10.478 C17.8931,10.912 17.6181,11.531 17.6181,12.175 L17.6181,12.933 C17.6181,13.379 17.3181,13.633 16.7251,13.689 C16.4331,13.72 16.1661,13.627 15.9571,13.436 C15.7471,13.246 15.6321,12.984 15.6321,12.701 L15.6321,9.025 C15.6321,8.465 15.4631,7.944 15.1791,7.504 L31.2341,7.504 Z M9.2371,13.499 L8.4741,13.499 C8.0531,13.499 7.7101,13.156 7.7101,12.735 C7.7101,12.314 8.0531,11.971 8.4741,11.971 L9.2371,11.971 L9.2371,13.499 Z M40.9401,12.085 L39.0831,12.085 L39.0831,9.379 C39.0831,7.628 37.6581,6.203 35.9071,6.203 L12.4121,6.203 C10.6611,6.203 9.2371,7.628 9.2371,9.379 L9.2371,10.671 L8.4741,10.671 C7.3361,10.671 6.4091,11.597 6.4091,12.735 C6.4091,13.873 7.3361,14.799 8.4741,14.799 L9.2371,14.799 L9.2371,16.091 C9.2371,17.842 10.6611,19.267 12.4121,19.267 L35.9071,19.267 C37.6581,19.267 39.0831,17.842 39.0831,16.091 L39.0831,13.385 L40.2891,13.385 L40.2891,20.6 L24.0621,24.127 C23.7631,24.191 23.5491,24.456 23.5491,24.761 L23.5491,26.977 L20.6941,26.977 C20.3341,26.977 20.0431,27.268 20.0431,27.628 C20.0431,27.987 20.3341,28.278 20.6941,28.278 L21.0041,28.278 L21.0041,37.695 C21.0041,39.457 22.4381,40.89 24.1991,40.89 C25.9611,40.89 27.3951,39.457 27.3951,37.695 L27.3951,28.278 L27.7061,28.278 C28.0661,28.278 28.3571,27.987 28.3571,27.628 C28.3571,27.268 28.0661,26.977 27.7061,26.977 L24.8501,26.977 L24.8501,25.285 L41.0771,21.758 C41.3761,21.694 41.5901,21.429 41.5901,21.124 L41.5901,12.735 C41.5901,12.376 41.2991,12.085 40.9401,12.085 L40.9401,12.085 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PaintRoller;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PaperPlane = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M41.5491,12.7252 L41.8181,12.6872 L41.6251,12.9452 L41.5491,12.7252 Z M26.7161,32.8712 L13.7191,23.3552 L40.9311,13.8712 L26.7161,32.8712 Z M12.9871,34.7762 L12.9871,24.4302 L20.7221,30.0932 L12.9871,34.7762 Z M6.1421,17.8062 L39.3721,13.0372 L12.4451,22.4222 L6.1421,17.8062 Z M2.8021,16.9722 L11.6881,23.4782 L11.6881,37.0822 L21.8581,30.9242 L26.9861,34.6802 L44.7381,10.9542 L2.8021,16.9722 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M43.5491,10.7252 L43.8181,10.6872 L43.6251,10.9452 L43.5491,10.7252 Z M28.7161,30.8712 L15.7191,21.3552 L42.9311,11.8712 L28.7161,30.8712 Z M14.9871,32.7762 L14.9871,22.4302 L22.7221,28.0932 L14.9871,32.7762 Z M8.1421,15.8062 L41.3721,11.0372 L14.4451,20.4222 L8.1421,15.8062 Z M4.8021,14.9722 L13.6881,21.4782 L13.6881,35.0822 L23.8581,28.9242 L28.9861,32.6802 L46.7381,8.9542 L4.8021,14.9722 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M41.4205895,12.6032842 L41.6643789,12.5679158 L41.4900632,12.8016 L41.4205895,12.6032842 Z M26.5822737,32.7253895 L13.6096421,23.2264421 L40.7725895,13.7590737 L26.5822737,32.7253895 Z M12.8656421,34.6277053 L12.8656421,24.3178105 L20.5721684,29.9616 L12.8656421,34.6277053 Z M6.03574737,17.6799158 L39.1443789,12.9291789 L12.3161684,22.2790737 L6.03574737,17.6799158 Z M2.64416842,16.8336 L11.5456421,23.3514947 L11.5456421,36.9696 L21.7254316,30.8066526 L26.8576421,34.5632842 L44.6290105,10.8096 L2.64416842,16.8336 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M45.2100632,8.81381053 L45.4538526,8.77844211 L45.2795368,9.01212632 L45.2100632,8.81381053 Z M30.3717474,28.9359158 L17.3991158,19.4369684 L44.5620632,9.9696 L30.3717474,28.9359158 Z M16.6551158,30.8382316 L16.6551158,20.5283368 L24.3616421,26.1721263 L16.6551158,30.8382316 Z M9.82522105,13.8904421 L42.9338526,9.13970526 L16.1056421,18.4896 L9.82522105,13.8904421 Z M6.43364211,13.0441263 L15.3351158,19.5620211 L15.3351158,33.1801263 L25.5149053,27.0171789 L30.6471158,30.7738105 L48.4184842,7.02012632 L6.43364211,13.0441263 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PaperPlane;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PatientAndPerson = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.6998,12.6081 L29.2718,12.6081 C30.7618,12.6081 32.0628,11.7871 32.7468,10.5731 C33.4178,11.7851 34.7098,12.6081 36.1908,12.6081 L36.8808,12.6081 L36.8808,14.5571 C36.8808,17.8091 34.2348,20.4541 30.9838,20.4541 L30.5968,20.4541 C27.3458,20.4541 24.6998,17.8091 24.6998,14.5571 L24.6998,12.6081 Z M24.6998,11.3451 C24.6998,8.0941 27.3458,5.4481 30.5968,5.4481 L30.9838,5.4481 C34.2348,5.4481 36.8808,8.0941 36.8808,11.3451 L36.8808,11.6081 L36.1908,11.6081 C34.5738,11.6081 33.2578,10.2921 33.2578,8.6751 L33.2578,8.4151 L32.2578,8.4151 L32.2578,8.6231 C32.2578,10.2691 30.9178,11.6081 29.2718,11.6081 L24.6998,11.6081 L24.6998,11.3451 Z M30.5968,21.7541 L30.9838,21.7541 C34.9518,21.7541 38.1798,18.5251 38.1798,14.5571 L38.1798,11.3451 C38.1798,7.3771 34.9518,4.1491 30.9838,4.1491 L30.5968,4.1491 C26.6288,4.1491 23.3998,7.3771 23.3998,11.3451 L23.3998,14.5571 C23.3998,18.5251 26.6288,21.7541 30.5968,21.7541 L30.5968,21.7541 Z M13.3638,15.6401 C13.6408,15.6401 13.8668,15.4161 13.8668,15.1381 C13.8668,14.8601 13.6408,14.6361 13.3638,14.6361 C13.0858,14.6361 12.8618,14.8601 12.8618,15.1381 C12.8618,15.4161 13.0858,15.6401 13.3638,15.6401 L13.3638,15.6401 Z M8.1938,12.8161 L10.4208,12.8161 C11.9478,12.8161 13.2788,11.9621 13.9628,10.7081 C14.6598,11.9641 15.9998,12.8161 17.5358,12.8161 L20.7558,12.8161 L20.7558,14.8341 C20.7558,18.1881 18.0278,20.9171 14.6738,20.9171 L14.2758,20.9171 C10.9218,20.9171 8.1938,18.1881 8.1938,14.8341 L8.1938,12.8161 Z M8.1938,11.5311 C8.1938,8.1771 10.9218,5.4481 14.2758,5.4481 L14.6738,5.4481 C18.0278,5.4481 20.7558,8.1771 20.7558,11.5311 L20.7558,11.8161 L17.5358,11.8161 C15.8348,11.8161 14.4518,10.4321 14.4518,8.7311 L14.4518,8.5181 L13.4518,8.5181 L13.4518,8.7851 C13.4518,10.4561 12.0918,11.8161 10.4208,11.8161 L8.1938,11.8161 L8.1938,11.5311 Z M14.2758,22.2161 L14.6738,22.2161 C18.7438,22.2161 22.0558,18.9051 22.0558,14.8341 L22.0558,11.5311 C22.0558,7.4601 18.7438,4.1491 14.6738,4.1491 L14.2758,4.1491 C10.2048,4.1491 6.8938,7.4601 6.8938,11.5311 L6.8938,14.8341 C6.8938,18.9051 10.2048,22.2161 14.2758,22.2161 L14.2758,22.2161 Z M18.6568,15.6401 C18.9338,15.6401 19.1588,15.4161 19.1588,15.1381 C19.1588,14.8601 18.9338,14.6361 18.6568,14.6361 C18.3798,14.6361 18.1548,14.8601 18.1548,15.1381 C18.1548,15.4161 18.3798,15.6401 18.6568,15.6401 L18.6568,15.6401 Z M28.1818,15.3411 C28.4518,15.3411 28.6708,15.1231 28.6708,14.8531 C28.6708,14.5831 28.4518,14.3641 28.1818,14.3641 C27.9118,14.3641 27.6938,14.5831 27.6938,14.8531 C27.6938,15.1231 27.9118,15.3411 28.1818,15.3411 L28.1818,15.3411 Z M43.9118,36.7701 L41.6248,36.7751 L41.6248,36.7691 L37.2608,36.7691 L33.0188,32.3531 L33.0188,32.3531 L33.0188,32.3531 L25.0478,24.0541 C25.2688,23.9581 25.4978,23.8781 25.7268,23.7971 L43.8888,33.1741 C43.8978,33.3491 43.9118,33.5231 43.9118,33.7001 L43.9118,36.7701 Z M32.2438,33.6521 L33.0188,33.6521 L33.0188,33.6521 L36.0128,36.7691 L32.2438,36.7691 C31.3848,36.7691 30.6858,36.0701 30.6858,35.2111 C30.6858,34.3521 31.3848,33.6521 32.2438,33.6521 L32.2438,33.6521 Z M39.3398,41.1661 L26.4108,41.1661 L26.4108,32.7051 C26.4108,29.7911 25.1328,27.0851 23.0568,25.2051 C23.4248,24.9371 23.8038,24.6871 24.1998,24.4701 L31.8128,32.3961 C30.4418,32.6061 29.3858,33.7821 29.3858,35.2111 C29.3858,36.7871 30.6678,38.0691 32.2438,38.0691 L39.3398,38.0691 L39.3398,41.1661 Z M25.1108,41.1661 L22.0368,41.1661 L22.0368,34.2181 L21.1368,34.2181 L21.1368,41.1661 L7.8128,41.1661 L7.8128,34.2181 L6.9128,34.2181 L6.9128,41.1661 L3.8388,41.1661 L3.8388,32.7051 C3.8388,28.8921 6.3388,25.4791 9.9498,24.3161 C12.7448,25.7091 16.2038,25.7091 18.9998,24.3161 C22.6108,25.4791 25.1108,28.8921 25.1108,32.7051 L25.1108,41.1661 Z M30.5968,24.8431 L30.9838,24.8431 C32.7088,24.8431 34.3968,24.3721 35.8818,23.4771 C40.0278,24.4871 43.1368,27.9601 43.7828,32.1061 L29.5908,24.7791 C29.9248,24.8151 30.2598,24.8431 30.5968,24.8431 L30.5968,24.8431 Z M35.9048,22.1491 L35.6418,22.0911 L35.4148,22.2371 C34.0838,23.0911 32.5518,23.5431 30.9838,23.5431 L30.5968,23.5431 C29.1498,23.5431 27.7178,23.1521 26.4548,22.4131 L26.2138,22.2721 L25.9458,22.3501 C24.5088,22.7671 23.1938,23.4551 22.0128,24.3711 C21.1418,23.7701 20.1698,23.2981 19.1178,22.9931 L18.8648,22.9201 L18.6318,23.0441 C16.0888,24.3981 12.8608,24.3981 10.3178,23.0441 L10.0848,22.9201 L9.8308,22.9931 C5.5368,24.2381 2.5378,28.2321 2.5378,32.7051 L2.5378,42.4661 L40.6398,42.4661 L40.6398,38.0761 L45.2118,38.0681 L45.2118,33.7001 C45.2118,28.1781 41.2978,23.3201 35.9048,22.1491 L35.9048,22.1491 Z M33.3288,15.3411 C33.5988,15.3411 33.8178,15.1231 33.8178,14.8531 C33.8178,14.5831 33.5988,14.3641 33.3288,14.3641 C33.0598,14.3641 32.8408,14.5831 32.8408,14.8531 C32.8408,15.1231 33.0598,15.3411 33.3288,15.3411 L33.3288,15.3411 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.3638,16.6403 C13.6408,16.6403 13.8658,16.4153 13.8658,16.1383 C13.8658,15.8603 13.6408,15.6363 13.3638,15.6363 C13.0858,15.6363 12.8618,15.8603 12.8618,16.1383 C12.8618,16.4153 13.0858,16.6403 13.3638,16.6403 L13.3638,16.6403 Z M18.6568,16.6403 C18.9338,16.6403 19.1588,16.4153 19.1588,16.1383 C19.1588,15.8603 18.9338,15.6363 18.6568,15.6363 C18.3798,15.6363 18.1548,15.8603 18.1548,16.1383 C18.1548,16.4153 18.3798,16.6403 18.6568,16.6403 L18.6568,16.6403 Z M8.1938,13.8153 L10.4218,13.8153 C11.9478,13.8153 13.2788,12.9623 13.9628,11.7073 C14.6598,12.9643 16.0008,13.8153 17.5358,13.8153 L20.7568,13.8153 L20.7568,14.8343 C20.7568,18.1883 18.0278,20.9163 14.6738,20.9163 L14.2758,20.9163 C10.9218,20.9163 8.1938,18.1883 8.1938,14.8343 L8.1938,13.8153 Z M8.1938,11.5313 C8.1938,8.1773 10.9218,5.4483 14.2758,5.4483 L14.6738,5.4483 C18.0278,5.4483 20.7568,8.1773 20.7568,11.5313 L20.7568,12.8153 L17.5358,12.8153 C15.8358,12.8153 14.4518,11.4323 14.4518,9.7313 L14.4518,9.5173 L13.4518,9.5173 L13.4518,9.7853 C13.4518,11.4563 12.0928,12.8153 10.4218,12.8153 L8.1938,12.8153 L8.1938,11.5313 Z M14.2758,22.2163 L14.6738,22.2163 C18.7448,22.2163 22.0558,18.9053 22.0558,14.8343 L22.0558,11.5313 C22.0558,7.4603 18.7448,4.1483 14.6738,4.1483 L14.2758,4.1483 C10.2048,4.1483 6.8928,7.4603 6.8928,11.5313 L6.8928,14.8343 C6.8928,18.9053 10.2048,22.2163 14.2758,22.2163 L14.2758,22.2163 Z M24.6998,13.6083 L29.2718,13.6083 C30.7618,13.6083 32.0628,12.7863 32.7468,11.5733 C33.4178,12.7853 34.7098,13.6083 36.1908,13.6083 L36.8808,13.6083 L36.8808,14.5573 C36.8808,17.8083 34.2348,20.4543 30.9838,20.4543 L30.5968,20.4543 C27.3448,20.4543 24.6998,17.8083 24.6998,14.5573 L24.6998,13.6083 Z M24.6998,11.3453 C24.6998,8.0943 27.3448,5.4483 30.5968,5.4483 L30.9838,5.4483 C34.2348,5.4483 36.8808,8.0943 36.8808,11.3453 L36.8808,12.6083 L36.1908,12.6083 C34.5728,12.6083 33.2578,11.2923 33.2578,9.6753 L33.2578,9.4153 L32.2578,9.4153 L32.2578,9.6223 C32.2578,11.2683 30.9188,12.6083 29.2718,12.6083 L24.6998,12.6083 L24.6998,11.3453 Z M30.5968,21.7543 L30.9838,21.7543 C34.9518,21.7543 38.1798,18.5253 38.1798,14.5573 L38.1798,11.3453 C38.1798,7.3773 34.9518,4.1483 30.9838,4.1483 L30.5968,4.1483 C26.6288,4.1483 23.3998,7.3773 23.3998,11.3453 L23.3998,14.5573 C23.3998,18.5253 26.6288,21.7543 30.5968,21.7543 L30.5968,21.7543 Z M28.1818,16.3413 C28.4518,16.3413 28.6708,16.1223 28.6708,15.8523 C28.6708,15.5833 28.4518,15.3643 28.1818,15.3643 C27.9118,15.3643 27.6938,15.5833 27.6938,15.8523 C27.6938,16.1223 27.9118,16.3413 28.1818,16.3413 L28.1818,16.3413 Z M43.9118,36.7703 L41.6248,36.7743 L41.6248,36.7693 L37.2608,36.7693 L33.0188,32.3533 L33.0188,32.3523 L33.0188,32.3523 L25.0478,24.0543 C25.2688,23.9583 25.4978,23.8783 25.7268,23.7973 L43.8888,33.1743 C43.8978,33.3493 43.9118,33.5233 43.9118,33.7003 L43.9118,36.7703 Z M32.2438,33.6523 L33.0188,33.6523 L33.0188,33.6523 L36.0128,36.7693 L32.2438,36.7693 C31.3848,36.7693 30.6858,36.0703 30.6858,35.2103 C30.6858,34.3513 31.3848,33.6523 32.2438,33.6523 L32.2438,33.6523 Z M39.3398,41.1663 L26.4108,41.1663 L26.4108,32.7053 C26.4108,29.7903 25.1328,27.0853 23.0568,25.2053 C23.4248,24.9363 23.8038,24.6873 24.1998,24.4703 L31.8128,32.3963 C30.4418,32.6053 29.3848,33.7823 29.3848,35.2103 C29.3848,36.7863 30.6678,38.0693 32.2438,38.0693 L39.3398,38.0693 L39.3398,41.1663 Z M25.1108,41.1663 L22.0368,41.1663 L22.0368,34.2183 L21.1368,34.2183 L21.1368,41.1663 L7.8128,41.1663 L7.8128,34.2183 L6.9128,34.2183 L6.9128,41.1663 L3.8388,41.1663 L3.8388,32.7053 C3.8388,28.8923 6.3388,25.4793 9.9498,24.3163 C12.7458,25.7083 16.2038,25.7093 18.9998,24.3163 C22.6108,25.4793 25.1108,28.8923 25.1108,32.7053 L25.1108,41.1663 Z M30.5968,24.8433 L30.9838,24.8433 C32.7088,24.8433 34.3968,24.3713 35.8818,23.4773 C40.0278,24.4873 43.1368,27.9603 43.7818,32.1063 L29.5908,24.7793 C29.9248,24.8153 30.2598,24.8433 30.5968,24.8433 L30.5968,24.8433 Z M35.9048,22.1483 L35.6418,22.0913 L35.4148,22.2373 C34.0838,23.0913 32.5508,23.5433 30.9838,23.5433 L30.5968,23.5433 C29.1498,23.5433 27.7178,23.1523 26.4548,22.4123 L26.2138,22.2713 L25.9458,22.3493 C24.5088,22.7663 23.1938,23.4553 22.0128,24.3713 C21.1418,23.7693 20.1698,23.2983 19.1178,22.9933 L18.8648,22.9193 L18.6318,23.0433 C16.0888,24.3983 12.8608,24.3983 10.3178,23.0433 L10.0848,22.9193 L9.8318,22.9933 C5.5378,24.2383 2.5388,28.2323 2.5388,32.7053 L2.5388,42.4663 L40.6398,42.4663 L40.6398,38.0763 L45.2118,38.0683 L45.2118,33.7003 C45.2118,28.1783 41.2978,23.3203 35.9048,22.1483 L35.9048,22.1483 Z M33.3298,16.3413 C33.5988,16.3413 33.8178,16.1223 33.8178,15.8523 C33.8178,15.5833 33.5988,15.3643 33.3298,15.3643 C33.0598,15.3643 32.8408,15.5833 32.8408,15.8523 C32.8408,16.1223 33.0598,16.3413 33.3298,16.3413 L33.3298,16.3413 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PatientAndPerson;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Pause = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(17 16)\">\n <polygon points=\"10.447 15.959 13.447 15.959 13.447 .04 10.447 .04\" />\n <polygon points=\".553 15.959 3.553 15.959 3.553 .04 .553 .04\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(17 13)\">\n <polygon points=\"10.447 21.486 13.447 21.486 13.447 .513 10.447 .513\" />\n <polygon points=\".553 21.486 3.553 21.486 3.553 .513 .553 .513\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.8168421,31.8274105 L30.8147368,31.8274105 L30.8147368,15.9090947 L26.8168421,15.9090947 L26.8168421,31.8274105 Z M16.9225263,31.8274105 L20.9204211,31.8274105 L20.9204211,15.9090947 L16.9225263,15.9090947 L16.9225263,31.8274105 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.8168421,34.3549895 L30.8147368,34.3549895 L30.8147368,13.3827789 L26.8168421,13.3827789 L26.8168421,34.3549895 Z M16.9225263,34.3549895 L20.9204211,34.3549895 L20.9204211,13.3827789 L16.9225263,13.3827789 L16.9225263,34.3549895 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Pause;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PdfFile = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.845,33.311 L27.648,33.311 L27.648,31.259 L29.742,31.259 L29.742,30.615 L27.648,30.615 L27.648,29.145 L30.079,29.145 L30.079,28.5 L26.845,28.5 L26.845,33.311 Z M25.133,31.226 C25.133,31.674 25.021,32.026 24.794,32.283 C24.569,32.541 24.217,32.67 23.74,32.67 L23.095,32.67 L23.095,29.145 L23.782,29.145 C24.238,29.145 24.577,29.271 24.8,29.524 C25.022,29.778 25.133,30.13 25.133,30.582 L25.133,31.226 Z M23.805,28.5 L22.292,28.5 L22.292,33.311 L23.762,33.311 C24.441,33.311 24.972,33.123 25.358,32.744 C25.743,32.367 25.937,31.86 25.937,31.226 L25.937,30.588 C25.937,29.958 25.745,29.453 25.363,29.071 C24.981,28.691 24.461,28.5 23.805,28.5 L23.805,28.5 Z M19.89,23.384 C19.945,23.341 20.076,23.217 20.198,23.102 C19.305,24.526 18.706,25.093 18.314,25.271 C18.459,24.873 19.036,24.084 19.89,23.384 L19.89,23.384 Z M22.417,20.908 C22.881,20.03 23.175,19.343 23.393,18.779 C23.827,19.569 24.367,20.24 25.003,20.778 C25.083,20.846 25.167,20.913 25.255,20.98 C23.962,21.236 22.845,21.547 21.862,21.925 C22.04,21.604 22.227,21.267 22.417,20.908 L22.417,20.908 Z M23.369,13.628 C23.626,13.628 23.773,14.276 23.784,14.884 C23.797,15.491 23.656,15.917 23.479,16.233 C23.333,15.766 23.262,15.03 23.262,14.548 C23.262,14.548 23.251,13.628 23.369,13.628 L23.369,13.628 Z M28.558,21.333 C29.027,21.333 29.166,21.331 29.625,21.448 C30.084,21.565 30.09,21.803 30.011,21.853 C29.933,21.902 29.707,21.93 29.562,21.93 C29.094,21.93 28.515,21.716 27.702,21.368 C28.015,21.345 28.3,21.333 28.558,21.333 L28.558,21.333 Z M17.736,25.613 L18.054,25.774 C18.193,25.843 18.337,25.878 18.488,25.878 C19.286,25.878 20.215,24.882 21.494,22.649 C22.972,22.168 24.653,21.769 26.126,21.548 C27.249,22.181 28.63,22.62 29.502,22.62 C29.658,22.62 29.79,22.605 29.9,22.577 C30.066,22.532 30.207,22.437 30.293,22.308 C30.462,22.053 30.496,21.703 30.45,21.343 C30.437,21.237 30.352,21.105 30.26,21.015 C30.001,20.76 29.427,20.625 28.555,20.614 C27.964,20.607 27.253,20.66 26.505,20.764 C26.169,20.571 25.824,20.361 25.554,20.107 C24.824,19.427 24.216,18.482 23.837,17.443 C23.862,17.346 23.883,17.261 23.903,17.174 C23.903,17.174 24.313,14.841 24.204,14.053 C24.19,13.945 24.18,13.914 24.152,13.83 L24.116,13.738 C24.003,13.48 23.784,13.207 23.442,13.222 L23.241,13.216 L23.235,13.216 C22.852,13.216 22.54,13.412 22.458,13.704 C22.209,14.622 22.466,15.995 22.931,17.774 L22.812,18.063 C22.479,18.876 22.061,19.694 21.693,20.416 L21.645,20.51 C21.257,21.269 20.906,21.913 20.586,22.459 L20.257,22.633 C20.233,22.645 19.668,22.944 19.536,23.024 C18.413,23.695 17.669,24.456 17.546,25.06 C17.506,25.252 17.535,25.499 17.736,25.613 L17.736,25.613 Z M20.476,30.608 C20.329,30.765 20.105,30.842 19.8,30.842 L18.723,30.842 L18.723,29.145 L19.8,29.145 C20.105,29.145 20.329,29.225 20.476,29.386 C20.622,29.546 20.696,29.751 20.696,30 C20.696,30.249 20.622,30.452 20.476,30.608 L20.476,30.608 Z M19.8,28.5 L17.92,28.5 L17.92,33.311 L18.723,33.311 L18.723,31.487 L19.8,31.487 C20.342,31.487 20.761,31.353 21.056,31.085 C21.351,30.818 21.499,30.454 21.499,29.994 C21.499,29.538 21.351,29.175 21.056,28.905 C20.761,28.635 20.342,28.5 19.8,28.5 L19.8,28.5 Z M12,39.1 L35.999,39.1 L35.999,8.9 L12,8.9 L12,39.1 Z M10.699,40.4 L37.3,40.4 L37.3,7.6 L10.699,7.6 L10.699,40.4 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.845,33.311 L27.648,33.311 L27.648,31.259 L29.742,31.259 L29.742,30.615 L27.648,30.615 L27.648,29.145 L30.079,29.145 L30.079,28.5 L26.845,28.5 L26.845,33.311 Z M25.133,31.226 C25.133,31.674 25.02,32.026 24.794,32.283 C24.569,32.541 24.217,32.67 23.739,32.67 L23.094,32.67 L23.094,29.145 L23.782,29.145 C24.238,29.145 24.576,29.271 24.799,29.524 C25.022,29.778 25.133,30.13 25.133,30.582 L25.133,31.226 Z M23.805,28.5 L22.291,28.5 L22.291,33.311 L23.762,33.311 C24.441,33.311 24.972,33.123 25.358,32.744 C25.743,32.367 25.936,31.86 25.936,31.226 L25.936,30.588 C25.936,29.958 25.744,29.453 25.363,29.071 C24.981,28.691 24.461,28.5 23.805,28.5 L23.805,28.5 Z M19.301,22.635 C19.362,22.602 19.513,22.502 19.652,22.409 C18.532,23.662 17.846,24.12 17.429,24.229 C17.64,23.861 18.342,23.181 19.301,22.635 L19.301,22.635 Z M22.21,20.621 C22.816,19.834 23.221,19.207 23.532,18.687 C23.825,19.539 24.245,20.292 24.782,20.93 C24.848,21.01 24.919,21.09 24.994,21.172 C23.678,21.205 22.524,21.324 21.491,21.53 C21.721,21.244 21.962,20.942 22.21,20.621 L22.21,20.621 Z M24.378,13.606 C24.631,13.65 24.666,14.314 24.575,14.914 C24.485,15.515 24.273,15.911 24.046,16.193 C23.981,15.708 24.035,14.97 24.116,14.496 C24.116,14.496 24.262,13.587 24.378,13.606 L24.378,13.606 Z M28.191,22.077 C28.654,22.156 28.79,22.178 29.224,22.371 C29.657,22.564 29.621,22.799 29.536,22.834 C29.449,22.87 29.223,22.859 29.079,22.835 C28.618,22.756 28.083,22.447 27.342,21.967 C27.654,21.997 27.937,22.033 28.191,22.077 L28.191,22.077 Z M16.801,24.468 L17.088,24.681 C17.212,24.772 17.35,24.831 17.497,24.856 C18.285,24.991 19.369,24.166 21.006,22.182 C22.543,21.957 24.268,21.847 25.758,21.879 C26.758,22.692 28.045,23.358 28.905,23.505 C29.057,23.531 29.192,23.539 29.303,23.529 C29.475,23.514 29.63,23.443 29.737,23.33 C29.947,23.108 30.039,22.769 30.055,22.407 C30.059,22.299 29.997,22.155 29.922,22.051 C29.71,21.756 29.167,21.526 28.309,21.367 C27.728,21.261 27.018,21.193 26.263,21.17 C25.966,20.922 25.661,20.657 25.437,20.362 C24.833,19.568 24.393,18.534 24.195,17.446 C24.236,17.354 24.271,17.274 24.304,17.191 C24.304,17.191 25.103,14.962 25.129,14.167 C25.132,14.057 25.129,14.025 25.115,13.937 L25.095,13.841 C25.028,13.568 24.859,13.262 24.517,13.219 L24.32,13.178 L24.315,13.177 C23.937,13.113 23.597,13.253 23.466,13.528 C23.066,14.39 23.087,15.787 23.246,17.619 L23.079,17.884 C22.614,18.629 22.064,19.365 21.579,20.014 L21.516,20.099 C21.005,20.781 20.55,21.357 20.144,21.841 L19.789,21.957 C19.764,21.965 19.158,22.164 19.013,22.221 C17.793,22.692 16.931,23.317 16.707,23.891 C16.636,24.074 16.623,24.323 16.801,24.468 L16.801,24.468 Z M20.476,30.608 C20.329,30.765 20.104,30.842 19.8,30.842 L18.723,30.842 L18.723,29.145 L19.8,29.145 C20.104,29.145 20.329,29.225 20.476,29.386 C20.622,29.546 20.696,29.751 20.696,30 C20.696,30.249 20.622,30.452 20.476,30.608 L20.476,30.608 Z M19.8,28.5 L17.92,28.5 L17.92,33.311 L18.723,33.311 L18.723,31.487 L19.8,31.487 C20.342,31.487 20.761,31.353 21.056,31.085 C21.351,30.818 21.498,30.454 21.498,29.994 C21.498,29.538 21.351,29.175 21.056,28.905 C20.761,28.635 20.342,28.5 19.8,28.5 L19.8,28.5 Z M12,39.1 L35.999,39.1 L35.999,8.9 L12,8.9 L12,39.1 Z M10.699,40.4 L37.3,40.4 L37.3,7.6 L10.699,7.6 L10.699,40.4 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PdfFile;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Pencil = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M38.485,15.5404 L37.728,16.2974 L31.693,10.2634 L32.45,9.5054 C34.115,7.8424 36.821,7.8434 38.485,9.5054 C40.148,11.1694 40.148,13.8764 38.485,15.5404 L38.485,15.5404 Z M35.402,18.6234 L29.368,12.5884 L30.986,10.9704 L37.021,17.0044 L35.402,18.6234 Z M19.927,34.0984 L17.267,31.4374 L32.14,16.7744 L34.695,19.3304 L19.927,34.0984 Z M13.244,37.2274 L10.774,34.7564 L13.19,29.1984 L18.794,34.8024 L13.244,37.2274 Z M8.871,39.1364 L10.346,35.7424 L12.26,37.6564 L8.871,39.1364 Z M28.661,13.2954 L31.433,16.0674 L16.56,30.7304 L13.893,28.0634 L28.661,13.2954 Z M39.404,8.5864 C37.234,6.4164 33.701,6.4174 31.531,8.5864 L12.514,27.6034 C12.457,27.6614 12.41,27.7294 12.378,27.8044 L7.019,40.1344 C6.913,40.3794 6.967,40.6654 7.156,40.8534 C7.28,40.9784 7.447,41.0434 7.615,41.0434 C7.703,41.0434 7.792,41.0264 7.876,40.9894 L20.188,35.6124 C20.262,35.5804 20.33,35.5344 20.387,35.4764 L39.404,16.4594 C41.574,14.2894 41.574,10.7574 39.404,8.5864 L39.404,8.5864 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M44.4859,15.5375 L43.7289,16.2945 L37.6939,10.2605 L38.4509,9.5025 C39.2569,8.6975 40.3289,8.2525 41.4679,8.2525 C42.6079,8.2525 43.6799,8.6975 44.4859,9.5025 C46.1489,11.1665 46.1489,13.8735 44.4859,15.5375 L44.4859,15.5375 Z M41.4029,18.6205 L35.3689,12.5855 L36.9869,10.9675 L43.0219,17.0015 L41.4029,18.6205 Z M25.9279,34.0955 L23.2679,31.4345 L38.1399,16.7715 L40.6959,19.3275 L25.9279,34.0955 Z M19.2449,37.2235 L16.7749,34.7535 L19.1899,29.1945 L24.7949,34.7995 L19.2449,37.2235 Z M14.8719,39.1335 L16.3459,35.7395 L18.2599,37.6535 L14.8719,39.1335 Z M34.6619,13.2925 L37.4329,16.0635 L22.5609,30.7265 L19.8939,28.0605 L34.6619,13.2925 Z M45.4049,8.5835 L44.9449,9.0435 L45.4039,8.5835 C44.3529,7.5325 42.9549,6.9535 41.4679,6.9535 C39.9819,6.9535 38.5839,7.5325 37.5319,8.5835 L18.5149,27.6005 C18.4579,27.6585 18.4109,27.7265 18.3789,27.8015 L13.1869,39.7465 L7.6149,39.7465 L7.6149,41.0465 L13.6159,41.0465 L13.6159,41.0405 C13.7039,41.0405 13.7929,41.0225 13.8769,40.9865 L26.1889,35.6095 C26.2629,35.5775 26.3309,35.5315 26.3879,35.4735 L45.4049,16.4565 C47.5749,14.2855 47.5749,10.7535 45.4049,8.5835 L45.4049,8.5835 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M38.1877895,15.2426526 L37.4336842,15.9967579 L31.7317895,10.2936 L32.4846316,9.53949474 C34.0067368,8.01612632 36.6631579,8.01738947 38.1877895,9.53949474 C39.7591579,11.1121263 39.7591579,13.6700211 38.1877895,15.2426526 L38.1877895,15.2426526 Z M35.1082105,18.3222316 L29.4063158,12.6190737 L31.0168421,11.0085474 L36.7187368,16.7117053 L35.1082105,18.3222316 Z M19.7962105,33.6342316 L17.3065263,31.1445474 L32.0084211,16.6510737 L34.3945263,19.0359158 L19.7962105,33.6342316 Z M12.9397895,36.9146526 L10.8227368,34.7963368 L13.1355789,29.4759158 L18.2538947,34.5942316 L12.9397895,36.9146526 Z M9.19073684,38.5517053 L10.3894737,35.7942316 L11.9444211,37.3491789 L9.19073684,38.5517053 Z M28.6913684,13.3340211 L31.2934737,15.9361263 L16.5915789,30.4296 L14.0930526,27.9310737 L28.6913684,13.3340211 Z M39.4383158,8.29023158 L39.4383158,8.28896842 C38.3418947,7.19381053 36.8854737,6.59002105 35.3355789,6.59002105 C33.7869474,6.59002105 32.3292632,7.19381053 31.2341053,8.28896842 L12.216,27.3058105 C12.1389474,27.3853895 12.0745263,27.4776 12.0315789,27.5799158 L6.67326316,39.9096 C6.528,40.2430737 6.60126316,40.6308632 6.85894737,40.8885474 C7.02821053,41.0578105 7.25431579,41.1462316 7.48294737,41.1462316 C7.60294737,41.1462316 7.72421053,41.1222316 7.83789474,41.0729684 L20.1498947,35.6957053 C20.2509474,35.6514947 20.3431579,35.5883368 20.4214737,35.5100211 L39.4383158,16.4931789 C41.6993684,14.2321263 41.6993684,10.5512842 39.4383158,8.29023158 L39.4383158,8.29023158 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M44.1880421,15.8712 L43.4352,16.6240421 L37.7320421,10.9221474 L38.4848842,10.1680421 C40.0562526,8.59541053 42.6166737,8.59793684 44.1880421,10.1680421 C44.9509895,10.9297263 45.3703579,11.9427789 45.3703579,13.0202526 C45.3703579,14.0977263 44.9509895,15.1095158 44.1880421,15.8712 L44.1880421,15.8712 Z M41.1097263,18.9495158 L35.4065684,13.2476211 L37.0170947,11.6358316 L42.7202526,17.3389895 L41.1097263,18.9495158 Z M25.7977263,34.2627789 L23.3067789,31.7730947 L38.0086737,17.2796211 L40.3947789,19.6644632 L25.7977263,34.2627789 Z M18.9413053,37.5432 L16.8229895,35.4261474 L19.1358316,30.1044632 L24.2554105,35.2227789 L18.9413053,37.5432 Z M15.1922526,39.1802526 L16.3909895,36.4227789 L17.9459368,37.9777263 L15.1922526,39.1802526 Z M34.6916211,13.9625684 L37.2937263,16.5646737 L22.5918316,31.0581474 L20.0945684,28.5596211 L34.6916211,13.9625684 Z M45.4385684,8.91751579 C43.1762526,6.65646316 39.4966737,6.65772632 37.2343579,8.91751579 L18.2175158,27.9343579 C18.1404632,28.0139368 18.0760421,28.1061474 18.0330947,28.2084632 L12.9034105,40.0126737 L7.4832,40.0126737 L7.4832,41.7810947 L13.4844632,41.7810947 L13.4844632,41.7747789 C13.6044632,41.7747789 13.7257263,41.7507789 13.8394105,41.7015158 L26.1514105,36.3242526 C26.2524632,36.2800421 26.3446737,36.2168842 26.4229895,36.1385684 L45.4385684,17.1217263 C46.5337263,16.0265684 47.1387789,14.5701474 47.1387789,13.0202526 C47.1387789,11.4703579 46.5337263,10.0139368 45.4385684,8.91751579 L45.4385684,8.91751579 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Pencil;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Person = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.5572,15.0257 C26.8342,15.0257 27.0592,14.8007 27.0592,14.5227 C27.0592,14.2457 26.8342,14.0207 26.5572,14.0207 C26.2792,14.0207 26.0542,14.2457 26.0542,14.5227 C26.0542,14.8007 26.2792,15.0257 26.5572,15.0257 L26.5572,15.0257 Z M21.2642,15.0257 C21.5412,15.0257 21.7662,14.8007 21.7662,14.5227 C21.7662,14.2457 21.5412,14.0207 21.2642,14.0207 C20.9862,14.0207 20.7612,14.2457 20.7612,14.5227 C20.7612,14.8007 20.9862,15.0257 21.2642,15.0257 L21.2642,15.0257 Z M34.5112,40.5507 L31.2862,40.5507 L31.2862,33.6037 L30.3872,33.6037 L30.3872,40.5507 L17.3632,40.5507 L17.3632,33.6037 L16.4632,33.6037 L16.4632,40.5507 L13.2392,40.5507 L13.2392,32.0897 C13.2392,28.2767 15.7392,24.8637 19.3502,23.7007 C22.1452,25.0937 25.6042,25.0937 28.4002,23.7007 C32.0112,24.8637 34.5112,28.2767 34.5112,32.0897 L34.5112,40.5507 Z M28.5182,22.3777 L28.2652,22.3047 L28.0322,22.4287 C25.4892,23.7827 22.2612,23.7827 19.7182,22.4287 L19.4852,22.3047 L19.2312,22.3777 C14.9372,23.6237 11.9382,27.6167 11.9382,32.0897 L11.9382,41.8507 L35.8112,41.8507 L35.8112,32.0897 C35.8112,27.6167 32.8122,23.6237 28.5182,22.3777 L28.5182,22.3777 Z M16.0322,12.2007 L16.2932,12.2007 L16.2932,13.7917 L16.0322,13.7917 C15.5932,13.7917 15.2362,13.4347 15.2362,12.9957 C15.2362,12.5577 15.5932,12.2007 16.0322,12.2007 L16.0322,12.2007 Z M17.5932,12.2007 L18.3212,12.2007 C19.8482,12.2007 21.1792,11.3477 21.8632,10.0927 C22.5602,11.3487 23.9002,12.2007 25.4362,12.2007 L30.1562,12.2007 L30.1562,14.2187 C30.1562,17.5727 27.4282,20.3017 24.0742,20.3017 L23.6762,20.3017 C20.3222,20.3017 17.5932,17.5727 17.5932,14.2187 L17.5932,12.2007 Z M17.5932,10.9157 C17.5932,7.5617 20.3222,4.8337 23.6762,4.8337 L24.0742,4.8337 C27.4282,4.8337 30.1562,7.5617 30.1562,10.9157 L30.1562,11.2007 L25.4362,11.2007 C23.7352,11.2007 22.3512,9.8167 22.3512,8.1157 L22.3512,7.9027 L21.3512,7.9027 L21.3512,8.1697 C21.3512,9.8407 19.9922,11.2007 18.3212,11.2007 L17.5932,11.2007 L17.5932,10.9157 Z M31.4562,12.2007 L31.7182,12.2007 C32.1572,12.2007 32.5142,12.5577 32.5142,12.9957 C32.5142,13.4347 32.1572,13.7917 31.7182,13.7917 L31.4562,13.7917 L31.4562,12.2007 Z M16.0322,14.7917 L16.3232,14.7917 C16.6172,18.5947 19.7982,21.6017 23.6762,21.6017 L24.0742,21.6017 C27.9512,21.6017 31.1332,18.5947 31.4272,14.7917 L31.7182,14.7917 C32.7082,14.7917 33.5142,13.9857 33.5142,12.9957 C33.5142,12.0057 32.7082,11.2007 31.7182,11.2007 L31.4562,11.2007 L31.4562,10.9157 C31.4562,6.8447 28.1442,3.5337 24.0742,3.5337 L23.6762,3.5337 C19.6052,3.5337 16.2932,6.8447 16.2932,10.9157 L16.2932,11.2007 L16.0322,11.2007 C15.0412,11.2007 14.2362,12.0057 14.2362,12.9957 C14.2362,13.9857 15.0412,14.7917 16.0322,14.7917 L16.0322,14.7917 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M21.2637,15.0257 C21.5417,15.0257 21.7657,14.8007 21.7657,14.5227 C21.7657,14.2457 21.5417,14.0207 21.2637,14.0207 C20.9867,14.0207 20.7617,14.2457 20.7617,14.5227 C20.7617,14.8007 20.9867,15.0257 21.2637,15.0257 L21.2637,15.0257 Z M23.8367,19.1497 C24.8577,19.1497 25.6847,18.3217 25.6847,17.3007 L21.9877,17.3007 C21.9877,18.3217 22.8157,19.1497 23.8367,19.1497 L23.8367,19.1497 Z M16.0327,12.2007 L16.2937,12.2007 L16.2937,13.7917 L16.0327,13.7917 C15.5937,13.7917 15.2367,13.4347 15.2367,12.9957 C15.2367,12.5577 15.5937,12.2007 16.0327,12.2007 L16.0327,12.2007 Z M17.5937,12.2007 L18.3217,12.2007 C19.8477,12.2007 21.1787,11.3477 21.8627,10.0927 C22.5607,11.3487 23.9007,12.2007 25.4357,12.2007 L30.1567,12.2007 L30.1567,14.2187 C30.1567,17.5727 27.4277,20.3017 24.0737,20.3017 L23.6767,20.3017 C20.3227,20.3017 17.5937,17.5727 17.5937,14.2187 L17.5937,12.2007 Z M17.5937,10.9157 C17.5937,7.5617 20.3227,4.8337 23.6767,4.8337 L24.0737,4.8337 C27.4277,4.8337 30.1567,7.5617 30.1567,10.9157 L30.1567,11.2007 L25.4357,11.2007 C23.7357,11.2007 22.3517,9.8167 22.3517,8.1157 L22.3517,7.9027 L21.3517,7.9027 L21.3517,8.1697 C21.3517,9.8407 19.9927,11.2007 18.3217,11.2007 L17.5937,11.2007 L17.5937,10.9157 Z M31.4567,12.2007 L31.7177,12.2007 C32.1567,12.2007 32.5137,12.5577 32.5137,12.9957 C32.5137,13.4347 32.1567,13.7917 31.7177,13.7917 L31.4567,13.7917 L31.4567,12.2007 Z M16.0327,14.7917 L16.3227,14.7917 C16.6167,18.5947 19.7987,21.6017 23.6767,21.6017 L24.0737,21.6017 C27.9507,21.6017 31.1337,18.5947 31.4277,14.7917 L31.7177,14.7917 C32.7077,14.7917 33.5137,13.9857 33.5137,12.9957 C33.5137,12.0057 32.7077,11.2007 31.7177,11.2007 L31.4567,11.2007 L31.4567,10.9157 C31.4567,6.8447 28.1447,3.5337 24.0737,3.5337 L23.6767,3.5337 C19.6057,3.5337 16.2937,6.8447 16.2937,10.9157 L16.2937,11.2007 L16.0327,11.2007 C15.0417,11.2007 14.2367,12.0057 14.2367,12.9957 C14.2367,13.9857 15.0417,14.7917 16.0327,14.7917 L16.0327,14.7917 Z M34.5117,40.5507 L31.2867,40.5507 L31.2867,33.6037 L30.3867,33.6037 L30.3867,40.5507 L17.3637,40.5507 L17.3637,33.6037 L16.4627,33.6037 L16.4627,40.5507 L13.2387,40.5507 L13.2387,32.0897 C13.2387,28.2767 15.7387,24.8637 19.3497,23.7007 C22.1457,25.0937 25.6047,25.0937 28.3997,23.7007 C32.0117,24.8637 34.5117,28.2767 34.5117,32.0897 L34.5117,40.5507 Z M28.5187,22.3777 L28.2647,22.3047 L28.0317,22.4287 C25.4887,23.7827 22.2617,23.7827 19.7187,22.4287 L19.4857,22.3047 L19.2317,22.3777 C14.9377,23.6237 11.9387,27.6167 11.9387,32.0897 L11.9387,41.8507 L35.8117,41.8507 L35.8117,32.0897 C35.8117,27.6167 32.8127,23.6237 28.5187,22.3777 L28.5187,22.3777 Z M26.5567,15.0257 C26.8347,15.0257 27.0597,14.8007 27.0597,14.5227 C27.0597,14.2457 26.8347,14.0207 26.5567,14.0207 C26.2797,14.0207 26.0547,14.2457 26.0547,14.5227 C26.0547,14.8007 26.2797,15.0257 26.5567,15.0257 L26.5567,15.0257 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Person;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonAndPatient = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M19.5679,15.9079 C19.8379,15.9079 20.0569,15.6889 20.0569,15.4199 C20.0569,15.1499 19.8379,14.9309 19.5679,14.9309 C19.2979,14.9309 19.0789,15.1499 19.0789,15.4199 C19.0789,15.6889 19.2979,15.9079 19.5679,15.9079 L19.5679,15.9079 Z M26.9939,13.3819 L30.2139,13.3819 C31.7499,13.3819 33.0899,12.5309 33.7869,11.2749 C34.4709,12.5289 35.8019,13.3819 37.3289,13.3819 L39.5569,13.3819 L39.5569,15.4009 C39.5569,18.7549 36.8279,21.4829 33.4739,21.4829 L33.0759,21.4829 C29.7229,21.4829 26.9939,18.7549 26.9939,15.4009 L26.9939,13.3819 Z M26.9939,12.0969 C26.9939,8.7429 29.7229,6.0149 33.0759,6.0149 L33.4739,6.0149 C36.8279,6.0149 39.5569,8.7429 39.5569,12.0969 L39.5569,12.3819 L37.3289,12.3819 C35.6579,12.3819 34.2979,11.0229 34.2979,9.3509 L34.2979,9.0839 L33.2979,9.0839 L33.2979,9.2979 C33.2979,10.9979 31.9149,12.3819 30.2139,12.3819 L26.9939,12.3819 L26.9939,12.0969 Z M33.0759,22.7829 L33.4739,22.7829 C37.5449,22.7829 40.8569,19.4709 40.8569,15.4009 L40.8569,12.0969 C40.8569,8.0269 37.5449,4.7149 33.4739,4.7149 L33.0759,4.7149 C29.0059,4.7149 25.6939,8.0269 25.6939,12.0969 L25.6939,15.4009 C25.6939,19.4709 29.0059,22.7829 33.0759,22.7829 L33.0759,22.7829 Z M14.4209,15.9079 C14.6909,15.9079 14.9089,15.6889 14.9089,15.4199 C14.9089,15.1499 14.6909,14.9309 14.4209,14.9309 C14.1509,14.9309 13.9319,15.1499 13.9319,15.4199 C13.9319,15.6889 14.1509,15.9079 14.4209,15.9079 L14.4209,15.9079 Z M10.8699,13.1749 L11.5599,13.1749 C13.0399,13.1749 14.3329,12.3519 15.0039,11.1399 C15.6869,12.3529 16.9879,13.1749 18.4779,13.1749 L23.0499,13.1749 L23.0499,15.1239 C23.0499,18.3749 20.4049,21.0209 17.1529,21.0209 L16.7669,21.0209 C13.5149,21.0209 10.8699,18.3749 10.8699,15.1239 L10.8699,13.1749 Z M10.8699,11.9119 C10.8699,8.6599 13.5149,6.0149 16.7669,6.0149 L17.1529,6.0149 C20.4049,6.0149 23.0499,8.6599 23.0499,11.9119 L23.0499,12.1749 L18.4779,12.1749 C16.8319,12.1749 15.4919,10.8349 15.4919,9.1889 L15.4919,8.9819 L14.4919,8.9819 L14.4919,9.2409 C14.4919,10.8589 13.1769,12.1749 11.5599,12.1749 L10.8699,12.1749 L10.8699,11.9119 Z M16.7669,22.3209 L17.1529,22.3209 C21.1219,22.3209 24.3499,19.0919 24.3499,15.1239 L24.3499,11.9119 C24.3499,7.9439 21.1219,4.7149 17.1529,4.7149 L16.7669,4.7149 C12.7979,4.7149 9.5689,7.9439 9.5689,11.9119 L9.5689,15.1239 C9.5689,19.0919 12.7979,22.3209 16.7669,22.3209 L16.7669,22.3209 Z M29.5959,15.7039 C29.5959,15.4269 29.3709,15.2019 29.0929,15.2019 C28.8159,15.2019 28.5909,15.4269 28.5909,15.7039 C28.5909,15.9819 28.8159,16.2069 29.0929,16.2069 C29.3709,16.2069 29.5959,15.9819 29.5959,15.7039 L29.5959,15.7039 Z M43.9119,41.7329 L40.6869,41.7329 L40.6869,34.7849 L39.7869,34.7849 L39.7869,41.7329 L30.3289,41.7329 L30.3289,34.2659 C30.3289,31.0239 28.9769,27.9969 26.7529,25.8179 C27.3779,25.4229 28.0459,25.1089 28.7499,24.8829 C31.5459,26.2749 35.0049,26.2749 37.7999,24.8829 C41.4109,26.0459 43.9119,29.4589 43.9119,33.2719 L43.9119,41.7329 Z M29.0289,41.7329 L25.7129,41.7329 L25.7129,34.7849 L24.8129,34.7849 L24.8129,41.7329 L8.4099,41.7329 L8.4099,38.6359 L15.5059,38.6359 C17.0829,38.6359 18.3649,37.3529 18.3649,35.7769 C18.3649,34.3489 17.3079,33.1729 15.9369,32.9629 L23.5439,25.0429 C26.8549,26.8629 29.0289,30.3889 29.0289,34.2659 L29.0289,41.7329 Z M15.5059,34.2189 C16.3659,34.2189 17.0649,34.9179 17.0649,35.7769 C17.0649,36.6369 16.3659,37.3359 15.5059,37.3359 L11.7369,37.3359 L14.7309,34.2189 L14.7309,34.2189 L15.5059,34.2189 Z M6.1249,37.3359 L6.1249,37.3409 L3.8389,37.3369 L3.8389,34.2659 C3.8389,34.0899 3.8519,33.9159 3.8609,33.7409 L22.0259,24.3619 C22.2539,24.4429 22.4779,24.5299 22.6969,24.6259 L14.7319,32.9189 L14.7309,32.9189 L14.7309,32.9199 L10.4889,37.3359 L6.1249,37.3359 Z M11.8679,24.0439 C13.3529,24.9379 15.0409,25.4089 16.7669,25.4089 L17.1529,25.4089 C17.4899,25.4089 17.8259,25.3819 18.1599,25.3459 L3.9679,32.6729 C4.6129,28.5269 7.7219,25.0539 11.8679,24.0439 L11.8679,24.0439 Z M37.9189,23.5589 L37.6649,23.4859 L37.4319,23.6099 C34.8889,24.9649 31.6619,24.9649 29.1189,23.6099 L28.8859,23.4859 L28.6319,23.5589 C27.5959,23.8599 26.6289,24.3299 25.7399,24.9399 C24.5869,24.0399 23.2619,23.3399 21.8049,22.9159 L21.5359,22.8379 L21.2949,22.9789 C20.0319,23.7189 18.5999,24.1099 17.1529,24.1099 L16.7669,24.1099 C15.1979,24.1099 13.6659,23.6579 12.3349,22.8039 L12.1089,22.6579 L11.8459,22.7149 C6.4529,23.8869 2.5379,28.7439 2.5379,34.2659 L2.5379,38.6349 L7.1099,38.6429 L7.1099,43.0329 L45.2119,43.0329 L45.2119,33.2719 C45.2119,28.7989 42.2129,24.8049 37.9189,23.5589 L37.9189,23.5589 Z M34.3859,16.2069 C34.6639,16.2069 34.8889,15.9819 34.8889,15.7039 C34.8889,15.4269 34.6639,15.2019 34.3859,15.2019 C34.1089,15.2019 33.8839,15.4269 33.8839,15.7039 C33.8839,15.9819 34.1089,16.2069 34.3859,16.2069 L34.3859,16.2069 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M34.3863,17.2067 C34.6643,17.2067 34.8883,16.9817 34.8883,16.7047 C34.8883,16.4267 34.6643,16.2017 34.3863,16.2017 C34.1093,16.2017 33.8843,16.4267 33.8843,16.7047 C33.8843,16.9817 34.1093,17.2067 34.3863,17.2067 L34.3863,17.2067 Z M29.5953,16.7047 C29.5953,16.4267 29.3703,16.2017 29.0933,16.2017 C28.8163,16.2017 28.5913,16.4267 28.5913,16.7047 C28.5913,16.9817 28.8163,17.2067 29.0933,17.2067 C29.3703,17.2067 29.5953,16.9817 29.5953,16.7047 L29.5953,16.7047 Z M26.9943,14.3817 L30.2143,14.3817 C31.7493,14.3817 33.0903,13.5307 33.7873,12.2747 C34.4713,13.5287 35.8023,14.3817 37.3293,14.3817 L39.5563,14.3817 L39.5563,15.4007 C39.5563,18.7547 36.8283,21.4827 33.4743,21.4827 L33.0763,21.4827 C29.7223,21.4827 26.9943,18.7547 26.9943,15.4007 L26.9943,14.3817 Z M26.9943,12.0977 C26.9943,8.7437 29.7223,6.0147 33.0763,6.0147 L33.4743,6.0147 C36.8283,6.0147 39.5563,8.7437 39.5563,12.0977 L39.5563,13.3817 L37.3293,13.3817 C35.6573,13.3817 34.2983,12.0227 34.2983,10.3517 L34.2983,10.0837 L33.2983,10.0837 L33.2983,10.2977 C33.2983,11.9987 31.9153,13.3817 30.2143,13.3817 L26.9943,13.3817 L26.9943,12.0977 Z M33.0763,22.7827 L33.4743,22.7827 C37.5453,22.7827 40.8563,19.4717 40.8563,15.4007 L40.8563,12.0977 C40.8563,8.0267 37.5453,4.7147 33.4743,4.7147 L33.0763,4.7147 C29.0063,4.7147 25.6943,8.0267 25.6943,12.0977 L25.6943,15.4007 C25.6943,19.4717 29.0063,22.7827 33.0763,22.7827 L33.0763,22.7827 Z M43.9113,41.7327 L40.6873,41.7327 L40.6873,34.7847 L39.7873,34.7847 L39.7873,41.7327 L30.3293,41.7327 L30.3293,34.2667 C30.3293,31.0237 28.9773,27.9977 26.7523,25.8177 C27.3773,25.4227 28.0463,25.1087 28.7503,24.8827 C31.5463,26.2747 35.0053,26.2747 37.8003,24.8827 C41.4113,26.0457 43.9113,29.4587 43.9113,33.2717 L43.9113,41.7327 Z M29.0293,41.7327 L25.7133,41.7327 L25.7133,34.7847 L24.8133,34.7847 L24.8133,41.7327 L8.4103,41.7327 L8.4103,38.6357 L15.5063,38.6357 C17.0823,38.6357 18.3653,37.3527 18.3653,35.7767 C18.3653,34.3487 17.3083,33.1727 15.9373,32.9627 L23.5433,25.0427 C26.8553,26.8617 29.0293,30.3887 29.0293,34.2667 L29.0293,41.7327 Z M15.5063,34.2187 C16.3653,34.2187 17.0643,34.9177 17.0643,35.7767 C17.0643,36.6367 16.3653,37.3357 15.5063,37.3357 L11.7373,37.3357 L14.7313,34.2187 L14.7313,34.2187 L15.5063,34.2187 Z M6.1253,37.3357 L6.1253,37.3407 L3.8383,37.3367 L3.8383,34.2667 C3.8383,34.0897 3.8523,33.9157 3.8613,33.7407 L22.0273,24.3617 C22.2543,24.4427 22.4783,24.5297 22.6973,24.6257 L14.7313,32.9187 L14.7313,32.9187 L14.7313,32.9197 L10.4893,37.3357 L6.1253,37.3357 Z M11.8683,24.0437 C13.3533,24.9377 15.0413,25.4097 16.7663,25.4097 L17.1533,25.4097 C17.4903,25.4097 17.8253,25.3817 18.1593,25.3457 L3.9683,32.6727 C4.6133,28.5267 7.7223,25.0537 11.8683,24.0437 L11.8683,24.0437 Z M37.9193,23.5597 L37.6653,23.4857 L37.4323,23.6097 C34.8893,24.9647 31.6613,24.9647 29.1183,23.6097 L28.8863,23.4857 L28.6323,23.5597 C27.5953,23.8597 26.6283,24.3297 25.7403,24.9397 C24.5863,24.0397 23.2623,23.3397 21.8043,22.9157 L21.5363,22.8377 L21.2953,22.9787 C20.0323,23.7187 18.6003,24.1097 17.1533,24.1097 L16.7663,24.1097 C15.1983,24.1097 13.6663,23.6577 12.3353,22.8037 L12.1083,22.6577 L11.8453,22.7147 C6.4523,23.8867 2.5383,28.7447 2.5383,34.2667 L2.5383,38.6347 L7.1103,38.6427 L7.1103,43.0327 L45.2123,43.0327 L45.2123,33.2717 C45.2123,28.7987 42.2133,24.8047 37.9193,23.5597 L37.9193,23.5597 Z M14.4213,16.9077 C14.6903,16.9077 14.9093,16.6887 14.9093,16.4197 C14.9093,16.1497 14.6903,15.9307 14.4213,15.9307 C14.1513,15.9307 13.9323,16.1497 13.9323,16.4197 C13.9323,16.6887 14.1513,16.9077 14.4213,16.9077 L14.4213,16.9077 Z M19.5683,16.9077 C19.8383,16.9077 20.0563,16.6887 20.0563,16.4197 C20.0563,16.1497 19.8383,15.9307 19.5683,15.9307 C19.2983,15.9307 19.0793,16.1497 19.0793,16.4197 C19.0793,16.6887 19.2983,16.9077 19.5683,16.9077 L19.5683,16.9077 Z M11.5593,15.1747 C13.0403,15.1747 14.3323,14.3517 15.0033,13.1397 C15.6873,14.3527 16.9883,15.1747 18.4783,15.1747 L23.0473,15.1747 C23.0193,18.4027 20.3873,21.0207 17.1533,21.0207 L16.7663,21.0207 C13.5323,21.0207 10.9003,18.4027 10.8723,15.1747 L11.5593,15.1747 Z M10.8693,11.9117 C10.8693,8.6607 13.5143,6.0147 16.7663,6.0147 L17.1533,6.0147 C20.4053,6.0147 23.0503,8.6607 23.0503,11.9117 L23.0503,14.1747 L18.4783,14.1747 C16.8313,14.1747 15.4923,12.8347 15.4923,11.1887 L15.4923,10.9817 L14.4923,10.9817 L14.4923,11.2417 C14.4923,12.8587 13.1773,14.1747 11.5593,14.1747 L10.8693,14.1747 L10.8693,11.9117 Z M16.7663,22.3207 L17.1533,22.3207 C21.1213,22.3207 24.3503,19.0917 24.3503,15.1237 L24.3503,11.9117 C24.3503,7.9437 21.1213,4.7147 17.1533,4.7147 L16.7663,4.7147 C12.7983,4.7147 9.5693,7.9437 9.5693,11.9117 L9.5693,15.1237 C9.5693,19.0917 12.7983,22.3207 16.7663,22.3207 L16.7663,22.3207 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonAndPatient;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonInXRayMachine = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.4118,37.5648 L26.5198,37.3048 L26.5238,37.3038 C27.0988,37.2318 27.4938,37.5138 27.6718,37.8058 C27.8578,38.1108 27.8448,38.4568 27.6378,38.7558 C26.5818,40.2848 25.2568,41.0588 23.7008,41.0588 C22.1438,41.0588 20.8198,40.2848 19.7638,38.7558 C19.5568,38.4568 19.5438,38.1108 19.7298,37.8058 C19.8888,37.5458 20.2188,37.2928 20.6968,37.2928 C20.7558,37.2928 20.8178,37.2958 20.8818,37.3048 L22.9888,37.5638 C23.4608,37.6248 23.9408,37.6238 24.4118,37.5648 L24.4118,37.5648 Z M16.0228,31.3328 L16.4508,32.2918 C16.4888,32.2748 20.0378,30.7108 23.2018,30.5408 L23.1938,32.6818 C20.1618,32.8458 16.9118,34.2808 16.7668,34.3448 L17.1948,35.3038 C17.2278,35.2898 20.3638,33.9048 23.1888,33.7338 L23.1788,36.5258 C23.1588,36.5238 23.1388,36.5248 23.1188,36.5218 L21.0138,36.2628 C20.1288,36.1448 19.2738,36.5388 18.8338,37.2588 C18.4338,37.9138 18.4598,38.7158 18.8998,39.3538 C20.1458,41.1568 21.8058,42.1098 23.7008,42.1098 C25.5958,42.1098 27.2558,41.1568 28.5018,39.3538 C28.9418,38.7158 28.9678,37.9138 28.5678,37.2588 C28.1288,36.5398 27.2728,36.1428 26.3908,36.2628 L24.2828,36.5228 C24.2648,36.5248 24.2458,36.5238 24.2288,36.5258 L24.2398,33.7318 C27.0748,33.8878 30.2548,35.2898 30.2888,35.3038 L30.7168,34.3448 C30.5708,34.2808 27.2868,32.8328 24.2438,32.6798 L24.2518,30.5398 C27.4218,30.7018 30.9948,32.2748 31.0328,32.2918 L31.4598,31.3328 C31.2988,31.2598 27.6348,29.6448 24.2558,29.4888 L24.2638,27.3198 C27.0938,27.4828 30.2548,28.8768 30.2888,28.8908 L30.7168,27.9318 C30.5628,27.8638 26.9148,26.2518 23.7418,26.2518 C20.5688,26.2518 16.9208,27.8638 16.7668,27.9318 L17.1948,28.8908 C17.2278,28.8768 20.3818,27.4838 23.2138,27.3198 L23.2058,29.4898 C19.8328,29.6518 16.1848,31.2598 16.0228,31.3328 L16.0228,31.3328 Z M16.0318,11.2948 L16.2938,11.2948 L16.2938,12.8868 L16.0318,12.8868 C15.5928,12.8868 15.2368,12.5298 15.2368,12.0908 C15.2368,11.6528 15.5928,11.2948 16.0318,11.2948 L16.0318,11.2948 Z M17.5938,11.2948 L18.3218,11.2948 C19.8478,11.2948 21.1788,10.4428 21.8628,9.1878 C22.5598,10.4438 23.9008,11.2948 25.4358,11.2948 L30.1568,11.2948 L30.1568,13.3148 C30.1568,16.6688 27.4278,19.3968 24.0738,19.3968 L23.6758,19.3968 C20.3228,19.3968 17.5938,16.6688 17.5938,13.3148 L17.5938,11.2948 Z M17.5938,10.0108 C17.5938,6.6578 20.3228,3.9288 23.6758,3.9288 L24.0738,3.9288 C27.4278,3.9288 30.1568,6.6578 30.1568,10.0108 L30.1568,10.2948 L25.4358,10.2948 C23.7358,10.2948 22.3518,8.9118 22.3518,7.2108 L22.3518,6.9988 L21.3518,6.9988 L21.3518,7.2648 C21.3518,8.9358 19.9928,10.2948 18.3218,10.2948 L17.5938,10.2948 L17.5938,10.0108 Z M31.4558,11.2948 L31.7178,11.2948 C32.1568,11.2948 32.5138,11.6528 32.5138,12.0908 C32.5138,12.5298 32.1568,12.8868 31.7178,12.8868 L31.4558,12.8868 L31.4558,11.2948 Z M16.0318,13.8868 L16.3228,13.8868 C16.6168,17.6898 19.7988,20.6978 23.6758,20.6978 L24.0738,20.6978 C27.9518,20.6978 31.1338,17.6898 31.4278,13.8868 L31.7178,13.8868 C32.7078,13.8868 33.5138,13.0818 33.5138,12.0908 C33.5138,11.1008 32.7078,10.2948 31.7178,10.2948 L31.4558,10.2948 L31.4558,10.0108 C31.4558,5.9408 28.1448,2.6278 24.0738,2.6278 L23.6758,2.6278 C19.6058,2.6278 16.2938,5.9408 16.2938,10.0108 L16.2938,10.2948 L16.0318,10.2948 C15.0418,10.2948 14.2368,11.1008 14.2368,12.0908 C14.2368,13.0818 15.0418,13.8868 16.0318,13.8868 L16.0318,13.8868 Z M9.8738,43.8208 L37.8758,43.8208 L37.8758,23.1928 L9.8738,23.1928 L9.8738,43.8208 Z M8.5738,45.1218 L39.1758,45.1218 L39.1758,21.8928 L8.5738,21.8928 L8.5738,45.1218 Z M21.2638,14.1208 C21.5408,14.1208 21.7658,13.8958 21.7658,13.6188 C21.7658,13.3408 21.5408,13.1158 21.2638,13.1158 C20.9868,13.1158 20.7618,13.3408 20.7618,13.6188 C20.7618,13.8958 20.9868,14.1208 21.2638,14.1208 L21.2638,14.1208 Z M26.5568,14.1208 C26.8348,14.1208 27.0588,13.8958 27.0588,13.6188 C27.0588,13.3408 26.8348,13.1158 26.5568,13.1158 C26.2798,13.1158 26.0548,13.3408 26.0548,13.6188 C26.0548,13.8958 26.2798,14.1208 26.5568,14.1208 L26.5568,14.1208 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.4116,37.5648 L26.5196,37.3048 L26.5236,37.3038 C27.0996,37.2318 27.4936,37.5138 27.6716,37.8058 C27.8576,38.1108 27.8456,38.4568 27.6376,38.7558 C26.5816,40.2848 25.2576,41.0588 23.7006,41.0588 C22.1436,41.0588 20.8196,40.2848 19.7646,38.7558 C19.5566,38.4568 19.5446,38.1108 19.7296,37.8058 C19.8886,37.5458 20.2186,37.2928 20.6966,37.2928 C20.7556,37.2928 20.8176,37.2958 20.8816,37.3048 L22.9886,37.5638 C23.4616,37.6248 23.9406,37.6238 24.4116,37.5648 L24.4116,37.5648 Z M16.0226,31.3328 L16.4506,32.2918 C16.4886,32.2748 20.0386,30.7108 23.2016,30.5408 L23.1936,32.6818 C20.1626,32.8458 16.9116,34.2808 16.7666,34.3448 L17.1946,35.3038 C17.2276,35.2898 20.3636,33.9048 23.1886,33.7338 L23.1786,36.5258 C23.1586,36.5238 23.1386,36.5248 23.1186,36.5218 L21.0146,36.2628 C20.1296,36.1448 19.2736,36.5388 18.8336,37.2588 C18.4336,37.9138 18.4596,38.7158 18.9006,39.3538 C20.1456,41.1568 21.8066,42.1098 23.7006,42.1098 C25.5956,42.1098 27.2556,41.1568 28.5016,39.3538 C28.9416,38.7158 28.9676,37.9138 28.5676,37.2588 C28.1286,36.5398 27.2736,36.1448 26.3906,36.2628 L24.2826,36.5228 C24.2646,36.5248 24.2466,36.5238 24.2286,36.5258 L24.2396,33.7318 C27.0746,33.8878 30.2556,35.2898 30.2886,35.3038 L30.7166,34.3448 C30.5706,34.2808 27.2876,32.8328 24.2436,32.6798 L24.2516,30.5398 C27.4226,30.7018 30.9946,32.2748 31.0326,32.2918 L31.4606,31.3328 C31.2986,31.2598 27.6346,29.6448 24.2556,29.4888 L24.2646,27.3198 C27.0936,27.4828 30.2556,28.8768 30.2886,28.8908 L30.7166,27.9318 C30.5626,27.8638 26.9146,26.2518 23.7416,26.2518 C20.5686,26.2518 16.9206,27.8638 16.7666,27.9318 L17.1946,28.8908 C17.2286,28.8768 20.3816,27.4838 23.2136,27.3198 L23.2056,29.4898 C19.8326,29.6518 16.1846,31.2598 16.0226,31.3328 L16.0226,31.3328 Z M9.8736,43.8208 L37.8756,43.8208 L37.8756,23.1928 L9.8736,23.1928 L9.8736,43.8208 Z M8.5736,45.1218 L39.1766,45.1218 L39.1766,21.8928 L8.5736,21.8928 L8.5736,45.1218 Z M16.0326,12.2948 L16.2936,12.2948 L16.2936,13.3148 C16.2936,13.4998 16.3076,13.6798 16.3216,13.8618 L16.3216,13.8868 L16.0326,13.8868 C15.5936,13.8868 15.2366,13.5298 15.2366,13.0908 C15.2366,12.6528 15.5936,12.2948 16.0326,12.2948 L16.0326,12.2948 Z M17.5936,12.2948 L18.3216,12.2948 C19.8486,12.2948 21.1796,11.4428 21.8626,10.1878 C22.5596,11.4438 23.9006,12.2948 25.4356,12.2948 L30.1566,12.2948 L30.1566,13.3148 C30.1566,16.6688 27.4276,19.3968 24.0736,19.3968 L23.6766,19.3968 C20.3226,19.3968 17.5936,16.6688 17.5936,13.3148 L17.5936,12.2948 Z M17.5936,10.0108 C17.5936,6.6578 20.3226,3.9288 23.6766,3.9288 L24.0736,3.9288 C27.4276,3.9288 30.1566,6.6578 30.1566,10.0108 L30.1566,11.2948 L25.4356,11.2948 C23.7356,11.2948 22.3516,9.9118 22.3516,8.2108 L22.3516,7.9988 L21.3516,7.9988 L21.3516,8.2648 C21.3516,9.9358 19.9926,11.2948 18.3216,11.2948 L17.5936,11.2948 L17.5936,10.0108 Z M31.4286,13.8618 C31.4416,13.6798 31.4566,13.4998 31.4566,13.3148 L31.4566,12.2948 L31.7176,12.2948 C32.1566,12.2948 32.5136,12.6528 32.5136,13.0908 C32.5136,13.5298 32.1566,13.8868 31.7176,13.8868 L31.4286,13.8868 L31.4286,13.8618 Z M16.0326,14.8868 L16.4666,14.8868 C17.1886,18.2048 20.1456,20.6978 23.6766,20.6978 L24.0736,20.6978 C27.6046,20.6978 30.5606,18.2048 31.2836,14.8868 L31.7176,14.8868 C32.7076,14.8868 33.5136,14.0818 33.5136,13.0908 C33.5136,12.1008 32.7076,11.2948 31.7176,11.2948 L31.4566,11.2948 L31.4566,10.0108 C31.4566,5.9408 28.1446,2.6278 24.0736,2.6278 L23.6766,2.6278 C19.6056,2.6278 16.2936,5.9408 16.2936,10.0108 L16.2936,11.2948 L16.0326,11.2948 C15.0416,11.2948 14.2366,12.1008 14.2366,13.0908 C14.2366,14.0818 15.0416,14.8868 16.0326,14.8868 L16.0326,14.8868 Z M26.5576,15.1208 C26.8346,15.1208 27.0596,14.8958 27.0596,14.6188 C27.0596,14.3408 26.8346,14.1158 26.5576,14.1158 C26.2796,14.1158 26.0546,14.3408 26.0546,14.6188 C26.0546,14.8958 26.2796,15.1208 26.5576,15.1208 L26.5576,15.1208 Z M21.2636,15.1208 C21.5416,15.1208 21.7656,14.8958 21.7656,14.6188 C21.7656,14.3408 21.5416,14.1158 21.2636,14.1158 C20.9866,14.1158 20.7616,14.3408 20.7616,14.6188 C20.7616,14.8958 20.9866,15.1208 21.2636,15.1208 L21.2636,15.1208 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonInXRayMachine;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonOverweight = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8875 28.8501C23.5355 28.9731 23.1585 28.9461 22.8265 28.7701 22.4955 28.5941 22.2615 28.2981 22.1605 27.9141L19.4345 18.8231C19.3425 18.4741 19.0125 18.2471 18.6465 18.2921L18.0195 18.4331 18.0195 19.0041 18.0535 19.2121C18.0755 19.2791 20.2965 25.8981 19.7515 28.7661 19.5955 29.5881 19.1375 30.1321 18.7335 30.6121 18.3855 31.0251 18.0565 31.4151 18.0565 31.9131 18.0565 34.1531 18.0765 39.3341 18.0765 39.3341 18.0755 40.5351 17.0965 41.5101 15.8955 41.5101 14.6975 41.5101 13.7175 40.5361 13.7135 39.3371L13.6775 39.3371 13.7035 39.3351 13.6565 32.1311 13.6535 32.0131 12.3545 32.0461 12.3655 39.3371C12.3615 40.5361 11.3815 41.5101 10.1835 41.5101 8.9825 41.5101 8.0035 40.5351 8.0015 39.3381 8.0015 39.3381 8.0225 34.1541 8.0225 31.9131 8.0225 31.4151 7.6935 31.0251 7.3455 30.6121 6.9415 30.1321 6.4835 29.5881 6.3265 28.7661 5.7825 25.9011 8.0025 19.2791 8.0255 19.2121L8.0595 19.0041C8.0595 18.6441 7.7895 18.3381 7.4325 18.2921L6.8095 18.2731 3.9115 27.9361C3.8175 28.2981 3.5825 28.5941 3.2515 28.7701 2.9205 28.9471 2.5435 28.9741 2.1915 28.8501 1.5455 28.6231 1.1805 27.9511 1.3385 27.2951L3.9745 17.0981C4.6065 14.4991 7.8065 12.7541 10.4005 12.7541L13.0635 12.7541 13.9135 12.7541 15.6785 12.7541C18.2725 12.7541 21.4725 14.4991 22.1075 17.1081L24.7375 27.2861C24.8985 27.9511 24.5335 28.6231 23.8875 28.8501M25.9975 26.9691L23.3675 16.7911C22.5665 13.4951 18.7525 11.4541 15.6785 11.4541L13.9135 11.4541 13.0635 11.4541 10.4005 11.4541C7.3255 11.4541 3.5125 13.4951 2.7135 16.7821L.0775 26.9791C-.2415 28.2961.4825 29.6281 1.7615 30.0771 2.4495 30.3191 3.2165 30.2601 3.8625 29.9171 4.3665 29.6501 4.7675 29.2241 5.0045 28.7241 5.0175 28.8221 5.0325 28.9161 5.0495 29.0081 5.2695 30.1651 5.8945 30.9081 6.3515 31.4501 6.4975 31.6231 6.6985 31.8621 6.7215 31.9131 6.7215 34.1521 6.7005 39.3321 6.7005 39.3361 6.7045 41.2521 8.2675 42.8111 10.1835 42.8111 11.3655 42.8111 12.4085 42.2151 13.0395 41.3111 13.6695 42.2151 14.7145 42.8111 15.8955 42.8111 17.8115 42.8111 19.3735 41.2521 19.3775 39.3321 19.3775 39.3321 19.3575 34.1521 19.3525 31.9521 19.3805 31.8621 19.5805 31.6231 19.7275 31.4501 20.1845 30.9081 20.8095 30.1651 21.0295 29.0081 21.0465 28.9151 21.0625 28.8201 21.0745 28.7201 21.3155 29.2281 21.7145 29.6511 22.2165 29.9171 22.8635 30.2601 23.6295 30.3191 24.3175 30.0771 25.5965 29.6281 26.3205 28.2961 25.9975 26.9691M12.907 2.2642C14.59 2.2642 15.958 3.6322 15.958 5.3152 15.958 6.9972 14.59 8.3672 12.907 8.3672 11.224 8.3672 9.855 6.9972 9.855 5.3152 9.855 3.6322 11.224 2.2642 12.907 2.2642M12.907 9.6672C15.306 9.6672 17.259 7.7142 17.259 5.3152 17.259 2.9152 15.306.9632 12.907.9632 10.508.9632 8.554 2.9152 8.554 5.3152 8.554 7.7142 10.508 9.6672 12.907 9.6672\"\n transform=\"translate(11 2)\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8767 28.8501C23.5237 28.9731 23.1477 28.9461 22.8157 28.7701 22.4847 28.5941 22.2507 28.2981 22.1497 27.9141L19.4237 18.8231C19.3307 18.4711 18.9987 18.2461 18.6407 18.2911L18.0167 18.4281 18.0077 19.0851 18.0307 19.1701C18.0487 19.2381 19.7897 25.8781 19.2407 28.7661 19.0787 29.6211 18.7557 30.1991 18.4967 30.6641 18.2547 31.0971 18.0457 31.4711 18.0457 31.9131 18.0457 34.1531 18.0667 39.3331 18.0667 39.3331 18.0647 40.5341 17.0857 41.5101 15.8857 41.5101 14.6867 41.5101 13.7067 40.5361 13.7037 39.3371L13.6777 39.3371 13.7037 39.3351 13.6557 32.1311 13.6527 32.0131 12.3547 32.0461 12.3647 39.3371C12.3607 40.5361 11.3817 41.5101 10.1837 41.5101 8.9817 41.5101 8.0037 40.5351 8.0017 39.3381 8.0017 39.3381 8.0227 34.1541 8.0227 31.9131 8.0227 31.4711 7.8137 31.0971 7.5707 30.6631 7.3127 30.1991 6.9887 29.6201 6.8267 28.7661 6.2777 25.8781 8.0197 19.2381 8.0367 19.1701L8.0597 19.0041C8.0597 18.6441 7.7897 18.3381 7.4327 18.2921L6.8097 18.2731 3.9117 27.9361C3.8167 28.2981 3.5827 28.5941 3.2517 28.7701 2.9207 28.9471 2.5437 28.9741 2.1907 28.8501 1.5457 28.6231 1.1807 27.9511 1.3387 27.2951L3.9747 17.0981C4.6057 14.4991 7.8067 12.7541 10.3997 12.7541L13.8567 12.7541 13.9137 12.7541 15.6677 12.7541C18.2617 12.7541 21.4617 14.4991 22.0967 17.1081L24.7267 27.2861C24.8877 27.9511 24.5227 28.6231 23.8767 28.8501M25.9867 26.9691L23.3567 16.7911C22.5557 13.4951 18.7417 11.4541 15.6677 11.4541L13.9137 11.4541 13.8567 11.4541 10.3997 11.4541C7.3257 11.4541 3.5127 13.4951 2.7137 16.7821L.0777 26.9791C-.2413 28.2961.4817 29.6281 1.7617 30.0771 2.4487 30.3191 3.2157 30.2601 3.8617 29.9171 4.5077 29.5751 4.9837 28.9731 5.1637 28.2881L5.4237 27.4191C5.4237 28.0031 5.4617 28.5441 5.5497 29.0081 5.7507 30.0691 6.1477 30.7791 6.4367 31.2971 6.5697 31.5381 6.7217 31.8091 6.7217 31.9131 6.7217 34.1521 6.7007 39.3321 6.7007 39.3361 6.7047 41.2521 8.2677 42.8111 10.1837 42.8111 11.3617 42.8111 12.4027 42.2181 13.0337 41.3171 13.6647 42.2181 14.7067 42.8111 15.8857 42.8111 17.8007 42.8111 19.3627 41.2521 19.3677 39.3321 19.3677 39.3321 19.3467 34.1521 19.3467 31.9131 19.3467 31.8091 19.5047 31.5261 19.6317 31.2981 19.9207 30.7801 20.3167 30.0701 20.5187 29.0081 20.6057 28.5431 20.6447 28.0031 20.6447 27.4181L20.8977 28.2661C21.0837 28.9731 21.5607 29.5751 22.2057 29.9171 22.8527 30.2601 23.6157 30.3191 24.3067 30.0771 25.5857 29.6281 26.3097 28.2971 25.9867 26.9691M12.907 2.2642C14.59 2.2642 15.958 3.6322 15.958 5.3152 15.958 6.9972 14.59 8.3672 12.907 8.3672 11.224 8.3672 9.855 6.9972 9.855 5.3152 9.855 3.6322 11.224 2.2642 12.907 2.2642M12.907 9.6672C15.306 9.6672 17.259 7.7142 17.259 5.3152 17.259 2.9152 15.306.9632 12.907.9632 10.508.9632 8.554 2.9152 8.554 5.3152 8.554 7.7142 10.508 9.6672 12.907 9.6672\"\n transform=\"translate(11 2)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonOverweight;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonRelaxing = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(7 5)\">\n <path d=\"M5.2869 2.248C6.9699 2.248 8.3379 3.617 8.3379 5.3 8.3379 6.982 6.9699 8.351 5.2869 8.351 3.6039 8.351 2.2349 6.982 2.2349 5.3 2.2349 3.617 3.6039 2.248 5.2869 2.248M5.2869 9.651C7.6859 9.651 9.6389 7.699 9.6389 5.3 9.6389 2.9 7.6859.947 5.2869.947 2.8879.947.9339 2.9.9339 5.3.9339 7.699 2.8879 9.651 5.2869 9.651M30.7078 34.5908C30.5948 35.0198 30.2818 35.3688 29.7498 35.6578 29.2928 35.9058 27.8988 36.6618 26.5328 34.2868L22.0528 26.7688 14.0208 26.7688C12.1948 26.7688 10.5398 25.6208 9.8998 23.9118L6.7948 15.6178C6.4818 14.7868 6.4378 14.1138 6.6628 13.6188 6.8468 13.2158 7.2268 12.9038 7.7908 12.6948 8.1788 12.5498 8.5238 12.4748 8.8378 12.4748 9.7748 12.4748 10.4138 13.1468 10.9668 14.6198L14.0918 22.7528 23.0338 22.7528C23.8618 22.7528 24.7408 23.3308 25.2738 24.2258L30.0478 32.2348C30.6368 33.1798 30.8648 33.9938 30.7078 34.5908M31.1578 31.5578L26.3918 23.5598C25.6278 22.2788 24.3108 21.4518 23.0338 21.4518L14.9838 21.4518 12.1818 14.1578C11.2018 11.5438 9.5738 10.6418 7.3358 11.4758 6.4368 11.8118 5.8118 12.3518 5.4798 13.0798 5.1058 13.9018 5.1398 14.9088 5.5778 16.0738L8.6838 24.3668C9.5108 26.5808 11.6548 28.0698 14.0208 28.0698L21.3138 28.0698 25.4108 34.9448C26.2908 36.4738 27.4318 37.2678 28.6768 37.2678 29.2258 37.2678 29.7948 37.1128 30.3708 36.8008 31.2228 36.3368 31.7588 35.7048 31.9658 34.9218 32.2198 33.9568 31.9448 32.8208 31.1578 31.5578\" />\n <path d=\"M6.6199,25.3682 L2.3589,12.6482 L1.1269,13.0602 L5.3879,25.7802 C6.5679,29.3082 9.8619,31.6802 13.5829,31.6802 L13.6549,31.6802 L13.6549,36.7522 L10.0719,36.7522 L10.0719,38.0532 L18.5389,38.0532 L18.5389,36.7522 L14.9559,36.7522 L14.9559,31.6802 L20.6349,31.6802 L20.6349,30.3792 L13.5829,30.3792 C10.4219,30.3792 7.6239,28.3652 6.6199,25.3682\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(8 5)\">\n <path d=\"M7.5864 2.248C9.2694 2.248 10.6384 3.617 10.6384 5.3 10.6384 6.982 9.2694 8.351 7.5864 8.351 5.9034 8.351 4.5354 6.982 4.5354 5.3 4.5354 3.617 5.9034 2.248 7.5864 2.248M7.5864 9.651C9.9854 9.651 11.9394 7.699 11.9394 5.3 11.9394 2.9 9.9854.947 7.5864.947 5.1874.947 3.2344 2.9 3.2344 5.3 3.2344 7.699 5.1874 9.651 7.5864 9.651M29.7075 34.5908C29.5945 35.0198 29.2805 35.3688 28.7495 35.6578 28.2925 35.9058 26.8985 36.6618 25.5335 34.2868L21.0525 26.7688 13.0205 26.7688C11.2125 26.7688 9.5695 25.6428 8.9185 23.9598L7.1405 15.0018C6.9565 14.1338 7.0155 13.4628 7.3115 13.0078 7.5545 12.6368 7.9765 12.3868 8.5655 12.2638 10.1875 11.9308 10.9845 12.5928 11.4125 14.6338L13.0025 22.7528 22.0345 22.7528C22.8625 22.7528 23.7415 23.3308 24.2745 24.2258L29.0485 32.2348C29.6375 33.1798 29.8645 33.9938 29.7075 34.5908M30.1585 31.5578L25.3925 23.5598C24.6285 22.2788 23.3115 21.4518 22.0345 21.4518L14.0725 21.4518 12.6865 14.3748C12.1135 11.6448 10.6445 10.5068 8.3015 10.9898 7.3605 11.1868 6.6615 11.6258 6.2245 12.2968 5.7305 13.0518 5.6105 14.0528 5.8665 15.2638L7.6535 24.2668 7.6835 24.3668C8.5105 26.5808 10.6555 28.0698 13.0205 28.0698L20.3135 28.0698 24.4115 34.9448C25.2915 36.4748 26.4315 37.2688 27.6765 37.2688 28.2255 37.2688 28.7945 37.1138 29.3705 36.8008 30.2225 36.3368 30.7585 35.7048 30.9655 34.9218 31.2195 33.9568 30.9455 32.8208 30.1585 31.5578\" />\n <path d=\"M5.6196,25.3682 L1.3586,12.6482 L0.1266,13.0602 L4.3876,25.7802 C5.5676,29.3082 8.8616,31.6802 12.5836,31.6802 L12.6556,31.6802 L12.6556,36.7522 L9.0726,36.7522 L9.0726,38.0532 L17.5386,38.0532 L17.5386,36.7522 L13.9566,36.7522 L13.9566,31.6802 L19.6346,31.6802 L19.6346,30.3792 L12.5836,30.3792 C9.4216,30.3792 6.6236,28.3652 5.6196,25.3682\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonRelaxing;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonWithBrain = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.6038,20.5107 C26.0408,20.5107 25.5838,20.9677 25.5838,21.5307 C25.5838,22.0937 26.0408,22.5507 26.6038,22.5507 C27.1668,22.5507 27.6248,22.0937 27.6248,21.5307 C27.6248,20.9677 27.1668,20.5107 26.6038,20.5107 L26.6038,20.5107 Z M34.4998,26.8067 C34.3418,27.0527 34.0848,27.1937 33.7928,27.1937 L31.9368,27.1937 L31.9368,29.2337 C31.9368,32.1567 29.5598,34.5337 26.6368,34.5337 L25.9868,34.5337 L25.9868,39.7187 L13.8458,39.7187 L13.8458,34.3207 C13.8458,31.7197 12.9278,29.9067 11.9578,27.9857 C10.8788,25.8527 9.7648,23.6467 9.7648,20.0147 C9.7648,14.5557 13.9868,8.6637 20.8078,8.6637 C26.2038,8.6637 31.9368,12.7187 31.9368,20.2357 L31.9368,20.3797 L34.5528,26.0037 C34.6758,26.2677 34.6568,26.5607 34.4998,26.8067 L34.4998,26.8067 Z M35.7318,25.4547 L33.2368,20.0907 C33.1638,11.8227 26.7978,7.3627 20.8078,7.3627 C14.0008,7.3627 8.4638,13.0387 8.4638,20.0147 C8.4638,23.9577 9.7038,26.4087 10.7968,28.5717 C11.7358,30.4277 12.5448,32.0307 12.5448,34.3207 L12.5448,41.0187 L27.2878,41.0187 L27.2878,35.8027 C30.6228,35.4747 33.2378,32.6537 33.2378,29.2337 L33.2378,28.4947 L33.7928,28.4947 C34.5268,28.4947 35.2008,28.1247 35.5948,27.5057 C35.9908,26.8867 36.0418,26.1207 35.7318,25.4547 L35.7318,25.4547 Z M24.3198,14.5677 L23.3778,15.5097 C22.5598,15.1617 21.6568,15.1377 20.8328,15.4027 L20.4228,14.7147 C19.9488,13.9187 20.0618,12.8917 20.6978,12.2187 L21.3488,11.5297 C22.2518,11.6567 23.1488,11.9257 23.9878,12.3407 C24.3768,12.5327 24.6418,12.8937 24.7138,13.3317 C24.7888,13.7837 24.6408,14.2457 24.3198,14.5677 L24.3198,14.5677 Z M18.0298,20.8577 L17.5708,20.4087 C16.8828,19.7357 16.7728,18.6677 17.3078,17.8687 L17.3548,17.7997 C17.6188,17.9947 17.9318,18.0987 18.2488,18.0987 C18.5688,18.0987 18.8908,17.9967 19.1638,17.7877 L20.3928,16.8457 C20.9958,16.3847 21.7648,16.2387 22.4918,16.3957 L18.0298,20.8577 Z M15.6588,23.2277 C15.3108,23.5747 14.8158,23.7167 14.3378,23.6027 C13.8638,23.4927 13.5028,23.1687 13.3498,22.7137 C13.0428,21.8047 12.8738,20.8907 12.8168,19.8947 L13.7718,20.3937 C14.1898,20.6087 14.6458,20.7157 15.1008,20.7157 C15.4988,20.7157 15.8938,20.6297 16.2628,20.4687 C16.4068,20.7297 16.5808,20.9777 16.8008,21.1937 L17.2518,21.6357 L15.6588,23.2277 Z M15.3258,13.3467 L16.4178,14.4247 C16.5678,14.5717 16.5808,14.8067 16.4468,14.9697 C15.9658,15.5567 15.9988,16.4137 16.5218,16.9627 L16.5628,17.0057 L16.3938,17.2577 C15.9578,17.9087 15.8058,18.6767 15.9088,19.4087 C15.3958,19.6657 14.7908,19.6827 14.2788,19.4177 L12.8148,18.6527 C12.9478,16.7067 13.8328,14.7357 15.3258,13.3467 L15.3258,13.3467 Z M19.9048,11.4557 L19.8978,11.4627 C18.9258,12.4927 18.7528,14.0607 19.4778,15.2767 L19.8448,15.8937 C19.8058,15.9217 19.7638,15.9437 19.7248,15.9727 L18.4958,16.9147 C18.3298,17.0407 18.0978,17.0227 17.9548,16.8727 L17.3188,16.2047 C17.1768,16.0557 17.1678,15.8257 17.2978,15.6667 C17.7928,15.0607 17.7468,14.1897 17.1898,13.6407 L16.1958,12.6607 C17.2318,11.9567 18.4788,11.5107 19.9048,11.4557 L19.9048,11.4557 Z M25.7988,13.1527 C25.6678,12.3607 25.1858,11.7057 24.4738,11.3537 C23.1298,10.6897 21.6528,10.3397 20.2028,10.3397 C14.9448,10.3397 11.6908,14.9177 11.6908,19.1587 C11.6908,20.5787 11.8868,21.8197 12.3078,23.0657 C12.5828,23.8777 13.2478,24.4777 14.0878,24.6747 C14.2808,24.7187 14.4748,24.7417 14.6668,24.7417 C15.3248,24.7417 15.9578,24.4837 16.4358,24.0057 L25.0968,15.3447 C25.6688,14.7727 25.9318,13.9537 25.7988,13.1527 L25.7988,13.1527 Z\"\n />\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(8 7)\">\n <path d=\"M18.6042 13.5107C18.0412 13.5107 17.5832 13.9677 17.5832 14.5307 17.5832 15.0937 18.0412 15.5507 18.6042 15.5507 19.1672 15.5507 19.6242 15.0937 19.6242 14.5307 19.6242 13.9677 19.1672 13.5107 18.6042 13.5107M17.5818 7.98L16.5188 9.043 16.4858 9.03C15.5838 8.647 14.5848 8.626 13.6778 8.927L13.2028 8.129C12.6688 7.232 12.7968 6.075 13.5148 5.315L14.2518 4.535C15.2608 4.675 16.2638 4.975 17.2008 5.437 17.6458 5.657 17.9488 6.07 18.0318 6.57 18.1168 7.085 17.9488 7.613 17.5818 7.98L17.5818 7.98zM8.0438 17.517C7.6478 17.912 7.0908 18.076 6.5368 17.945 5.9968 17.819 5.5858 17.448 5.4088 16.927 5.0598 15.896 4.8728 14.854 4.8168 13.713L5.9518 14.306C6.4048 14.54 6.8988 14.655 7.3928 14.655 7.8388 14.655 8.2828 14.559 8.6938 14.371 8.8528 14.669 9.0498 14.952 9.3018 15.198L9.8378 15.723 8.0438 17.517zM7.6408 6.52L8.8798 7.743C9.0648 7.926 9.0808 8.216 8.9158 8.418 8.4048 9.042 8.4378 9.955 8.9948 10.54L9.0708 10.619 8.8608 10.932C8.3808 11.65 8.2198 12.497 8.3418 13.302 7.7558 13.613 7.0558 13.636 6.4588 13.33L4.8158 12.471C4.9558 10.287 5.9538 8.071 7.6408 6.52L7.6408 6.52zM12.2578 8.692L12.6888 9.417C12.6318 9.456 12.5708 9.489 12.5158 9.532L11.1628 10.569C10.9578 10.726 10.6708 10.703 10.4928 10.515L9.7918 9.781C9.6168 9.597 9.6058 9.311 9.7678 9.115 10.2948 8.47 10.2438 7.543 9.6518 6.959L8.5108 5.832C9.7038 5.006 11.1518 4.487 12.8168 4.45L12.7138 4.559C11.6608 5.675 11.4738 7.375 12.2578 8.692L12.2578 8.692zM10.0708 14.413C9.2948 13.653 9.1708 12.447 9.7748 11.544L9.8618 11.416C10.1508 11.648 10.5008 11.773 10.8558 11.773 11.1978 11.773 11.5408 11.665 11.8318 11.442L13.1848 10.405C13.8878 9.868 14.7918 9.713 15.6358 9.926L10.6158 14.946 10.0708 14.413zM19.1168 6.391C18.9768 5.537 18.4548 4.83 17.6868 4.451 16.2138 3.723 14.5958 3.339 13.0088 3.339 7.2538 3.339 3.6908 8.352 3.6908 12.997 3.6908 14.556 3.9058 15.917 4.3668 17.28 4.6638 18.156 5.3808 18.804 6.2868 19.016 6.4958 19.065 6.7058 19.088 6.9128 19.088 7.6228 19.088 8.3068 18.81 8.8208 18.294L18.3588 8.757C18.9768 8.14 19.2598 7.255 19.1168 6.391L19.1168 6.391z\" />\n <path d=\"M26.4988,19.8071 C26.3428,20.0531 26.0848,20.1941 25.7928,20.1941 L23.9368,20.1941 L23.9368,22.2341 C23.9368,25.1571 21.5608,27.5341 18.6378,27.5341 L17.9868,27.5341 L17.9868,32.7181 L5.8458,32.7181 L5.8458,27.3211 C5.8458,24.7201 4.9278,22.9071 3.9568,20.9861 C2.8788,18.8531 1.7648,16.6471 1.7648,13.0151 C1.7648,7.5561 5.9858,1.6631 12.8078,1.6631 C18.2028,1.6631 23.9368,5.7191 23.9368,13.2361 L23.9368,13.3791 L26.5528,19.0031 C26.6758,19.2681 26.6558,19.5611 26.4988,19.8071 M27.7308,18.4541 L25.2368,13.0901 C25.1638,4.8231 18.7988,0.3631 12.8078,0.3631 C6.0008,0.3631 0.4638,6.0381 0.4638,13.0151 C0.4638,16.9571 1.7028,19.4091 2.7968,21.5721 C3.7348,23.4281 4.5448,25.0311 4.5448,27.3211 L4.5448,34.0191 L19.2878,34.0191 L19.2878,28.8021 C22.6228,28.4751 25.2378,25.6541 25.2378,22.2341 L25.2378,21.4941 L25.7928,21.4941 C26.5268,21.4941 27.2008,21.1241 27.5958,20.5061 C27.9898,19.8871 28.0408,19.1201 27.7308,18.4541\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonWithBrain;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonWithBrokenArm = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.7907,15.9093 C28.0607,15.9093 28.2787,15.6903 28.2787,15.4203 C28.2787,15.1513 28.0607,14.9323 27.7907,14.9323 C27.5207,14.9323 27.3017,15.1513 27.3017,15.4203 C27.3017,15.6903 27.5207,15.9093 27.7907,15.9093 L27.7907,15.9093 Z M17.5557,13.1763 L17.7917,13.1763 L17.7917,14.6963 L17.5557,14.6963 C17.1367,14.6963 16.7957,14.3553 16.7957,13.9363 C16.7957,13.5163 17.1367,13.1763 17.5557,13.1763 L17.5557,13.1763 Z M19.0927,13.1763 L19.7817,13.1763 C21.2627,13.1763 22.5547,12.3533 23.2257,11.1413 C23.9097,12.3543 25.2107,13.1763 26.7007,13.1763 L31.2727,13.1763 L31.2727,15.1253 C31.2727,18.3763 28.6267,21.0223 25.3757,21.0223 L24.9897,21.0223 C21.7377,21.0223 19.0927,18.3763 19.0927,15.1253 L19.0927,13.1763 Z M19.0927,11.9133 C19.0927,8.6613 21.7377,6.0153 24.9897,6.0153 L25.3757,6.0153 C28.6267,6.0153 31.2727,8.6613 31.2727,11.9133 L31.2727,12.1763 L26.7007,12.1763 C25.0547,12.1763 23.7147,10.8363 23.7147,9.1903 L23.7147,8.9833 L22.7147,8.9833 L22.7147,9.2423 C22.7147,10.8603 21.3987,12.1763 19.7817,12.1763 L19.0927,12.1763 L19.0927,11.9133 Z M32.5727,13.1763 L32.8097,13.1763 C33.2277,13.1763 33.5697,13.5163 33.5697,13.9363 C33.5697,14.3553 33.2277,14.6963 32.8097,14.6963 L32.5727,14.6963 L32.5727,13.1763 Z M17.5557,15.6963 L17.8217,15.6963 C18.1137,19.3973 21.2137,22.3223 24.9897,22.3223 L25.3757,22.3223 C29.1517,22.3223 32.2507,19.3973 32.5437,15.6963 L32.8097,15.6963 C33.7797,15.6963 34.5697,14.9063 34.5697,13.9363 C34.5697,12.9653 33.7797,12.1763 32.8097,12.1763 L32.5727,12.1763 L32.5727,11.9133 C32.5727,7.9443 29.3437,4.7163 25.3757,4.7163 L24.9897,4.7163 C21.0207,4.7163 17.7917,7.9443 17.7917,11.9133 L17.7917,12.1763 L17.5557,12.1763 C16.5847,12.1763 15.7957,12.9653 15.7957,13.9363 C15.7957,14.9063 16.5847,15.6963 17.5557,15.6963 L17.5557,15.6963 Z M22.6437,15.9093 C22.9137,15.9093 23.1317,15.6903 23.1317,15.4203 C23.1317,15.1513 22.9137,14.9323 22.6437,14.9323 C22.3737,14.9323 22.1547,15.1513 22.1547,15.4203 C22.1547,15.6903 22.3737,15.9093 22.6437,15.9093 L22.6437,15.9093 Z M35.6887,41.7343 L32.3727,41.7343 L32.3727,34.7863 L31.4727,34.7863 L31.4727,41.7343 L16.6327,41.7343 L16.6327,38.6373 L23.7287,38.6373 C25.3047,38.6373 26.5867,37.3543 26.5867,35.7783 C26.5867,34.3503 25.5307,33.1733 24.1597,32.9643 L31.8277,24.9803 C35.2617,27.0443 35.6887,31.9813 35.6887,34.2673 L35.6887,41.7343 Z M23.7287,34.2203 C24.5877,34.2203 25.2877,34.9193 25.2877,35.7783 C25.2877,36.6383 24.5877,37.3373 23.7287,37.3373 L19.9597,37.3373 L22.9537,34.2203 L22.9537,34.2203 L23.7287,34.2203 Z M14.3477,37.3373 L14.3477,37.3423 L12.0607,37.3383 L12.0607,34.2673 C12.0607,34.0913 12.0747,33.9173 12.0837,33.7423 L30.3057,24.3343 C30.5407,24.4003 30.7707,24.4713 30.9857,24.5573 L22.9537,32.9203 L22.9537,32.9203 L22.9537,32.9213 L18.7117,37.3373 L14.3477,37.3373 Z M20.0907,24.0453 C21.5757,24.9393 23.2637,25.4103 24.9897,25.4103 L25.3757,25.4103 C25.7127,25.4103 26.0487,25.3833 26.3827,25.3473 L12.1907,32.6743 C12.8357,28.5283 15.9447,25.0553 20.0907,24.0453 L20.0907,24.0453 Z M29.9687,22.9033 L29.7277,22.8573 L29.5177,22.9803 C28.2547,23.7203 26.8227,24.1113 25.3757,24.1113 L24.9897,24.1113 C23.4207,24.1113 21.8887,23.6593 20.5577,22.8053 L20.3317,22.6593 L20.0687,22.7163 C14.6747,23.8883 10.7607,28.7453 10.7607,34.2673 L10.7607,38.6363 L15.3327,38.6443 L15.3327,43.0343 L36.9887,43.0343 L36.9887,34.2673 C36.9887,27.9003 34.4297,23.7583 29.9687,22.9033 L29.9687,22.9033 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M17.5557,14.1759 L17.7917,14.1759 L17.7917,15.1249 C17.7917,15.3179 17.8057,15.5069 17.8217,15.6959 L17.5557,15.6959 C17.1367,15.6959 16.7957,15.3549 16.7957,14.9359 C16.7957,14.5169 17.1367,14.1759 17.5557,14.1759 L17.5557,14.1759 Z M19.0927,14.1759 L19.7827,14.1759 C21.2627,14.1759 22.5557,13.3529 23.2257,12.1409 C23.9097,13.3549 25.2107,14.1759 26.7007,14.1759 L31.2727,14.1759 L31.2727,15.1249 C31.2727,18.3769 28.6277,21.0219 25.3757,21.0219 L24.9897,21.0219 C21.7377,21.0219 19.0927,18.3769 19.0927,15.1249 L19.0927,14.1759 Z M19.0927,11.9129 C19.0927,8.6609 21.7377,6.0159 24.9897,6.0159 L25.3757,6.0159 C28.6277,6.0159 31.2727,8.6609 31.2727,11.9129 L31.2727,13.1759 L26.7007,13.1759 C25.0547,13.1759 23.7147,11.8369 23.7147,10.1909 L23.7147,9.9829 L22.7147,9.9829 L22.7147,10.2429 C22.7147,11.8599 21.3997,13.1759 19.7827,13.1759 L19.0927,13.1759 L19.0927,11.9129 Z M32.5727,15.1249 L32.5727,14.1759 L32.8087,14.1759 C33.2287,14.1759 33.5697,14.5169 33.5697,14.9359 C33.5697,15.3549 33.2287,15.6959 32.8087,15.6959 L32.5437,15.6959 C32.5587,15.5069 32.5727,15.3179 32.5727,15.1249 L32.5727,15.1249 Z M17.5557,16.6959 L17.9707,16.6959 C18.6897,19.9099 21.5607,22.3219 24.9897,22.3219 L25.3757,22.3219 C28.8047,22.3219 31.6757,19.9099 32.3947,16.6959 L32.8087,16.6959 C33.7797,16.6959 34.5697,15.9059 34.5697,14.9359 C34.5697,13.9659 33.7797,13.1759 32.8087,13.1759 L32.5727,13.1759 L32.5727,11.9129 C32.5727,7.9449 29.3447,4.7159 25.3757,4.7159 L24.9897,4.7159 C21.0207,4.7159 17.7917,7.9449 17.7917,11.9129 L17.7917,13.1759 L17.5557,13.1759 C16.5857,13.1759 15.7957,13.9659 15.7957,14.9359 C15.7957,15.9059 16.5857,16.6959 17.5557,16.6959 L17.5557,16.6959 Z M35.6887,41.7339 L32.3727,41.7339 L32.3727,34.7859 L31.4727,34.7859 L31.4727,41.7339 L16.6327,41.7339 L16.6327,38.6369 L23.7287,38.6369 C25.3057,38.6369 26.5877,37.3549 26.5877,35.7789 C26.5877,34.3499 25.5307,33.1739 24.1597,32.9639 L31.8277,24.9799 C35.2617,27.0439 35.6887,31.9809 35.6887,34.2679 L35.6887,41.7339 Z M23.7287,34.2199 C24.5887,34.2199 25.2867,34.9199 25.2867,35.7789 C25.2867,36.6379 24.5887,37.3369 23.7287,37.3369 L19.9597,37.3369 L22.9527,34.2199 L22.9527,34.2199 L23.7287,34.2199 Z M14.3477,37.3369 L14.3477,37.3419 L12.0607,37.3379 L12.0607,34.2679 C12.0607,34.0909 12.0747,33.9169 12.0837,33.7419 L30.3057,24.3339 C30.5397,24.4009 30.7707,24.4709 30.9857,24.5579 L22.9537,32.9209 L22.9527,32.9209 L22.9527,32.9209 L18.7117,37.3369 L14.3477,37.3369 Z M20.0907,24.0449 C21.5757,24.9399 23.2637,25.4109 24.9897,25.4109 L25.3757,25.4109 C25.7127,25.4109 26.0487,25.3829 26.3827,25.3469 L12.1907,32.6739 C12.8357,28.5279 15.9447,25.0549 20.0907,24.0449 L20.0907,24.0449 Z M29.9687,22.9039 L29.7287,22.8569 L29.5177,22.9809 C28.2547,23.7199 26.8227,24.1109 25.3757,24.1109 L24.9897,24.1109 C23.4207,24.1109 21.8887,23.6589 20.5577,22.8049 L20.3307,22.6589 L20.0687,22.7169 C14.6757,23.8879 10.7607,28.7459 10.7607,34.2679 L10.7607,38.6359 L15.3327,38.6439 L15.3327,43.0339 L36.9897,43.0339 L36.9897,34.2679 C36.9897,27.8999 34.4307,23.7579 29.9687,22.9039 L29.9687,22.9039 Z M22.6437,16.9089 C22.9127,16.9089 23.1317,16.6909 23.1317,16.4209 C23.1317,16.1509 22.9127,15.9319 22.6437,15.9319 C22.3737,15.9319 22.1547,16.1509 22.1547,16.4209 C22.1547,16.6909 22.3737,16.9089 22.6437,16.9089 L22.6437,16.9089 Z M27.7907,16.9089 C28.0607,16.9089 28.2797,16.6909 28.2797,16.4209 C28.2797,16.1509 28.0607,15.9319 27.7907,15.9319 C27.5207,15.9319 27.3017,16.1509 27.3017,16.4209 C27.3017,16.6909 27.5207,16.9089 27.7907,16.9089 L27.7907,16.9089 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonWithBrokenArm;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonWithCrutches = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8774 28.8503C23.5224 28.9743 23.1474 28.9453 22.8154 28.7703 22.4854 28.5943 22.2514 28.2983 22.1504 27.9143L19.4244 18.8233C19.3324 18.4753 19.0064 18.2523 18.6364 18.2923L18.0084 18.4343 18.0664 39.3343C18.0654 40.5353 17.0864 41.5113 15.8854 41.5113 14.6874 41.5113 13.7074 40.5363 13.7034 39.3363L13.6554 27.1323 13.6524 27.0143 12.3544 27.0473 12.3644 39.3363C12.3604 40.5363 11.3814 41.5113 10.1834 41.5113 8.9824 41.5113 8.0044 40.5353 8.0014 39.3373L8.0594 19.0053C8.0594 18.6453 7.7894 18.3383 7.4324 18.2923L6.8104 18.2733 3.9114 27.9363C3.8164 28.2983 3.5824 28.5943 3.2524 28.7703 2.9214 28.9453 2.5434 28.9733 2.1904 28.8503 1.5454 28.6233 1.1804 27.9523 1.3394 27.2963L3.9754 17.0983C4.6064 14.5003 7.8074 12.7553 10.4004 12.7553L15.6684 12.7553C18.2084 12.7553 21.4724 14.5383 22.0964 17.1083L24.7264 27.2883C24.8884 27.9523 24.5234 28.6233 23.8774 28.8503M25.9864 26.9703L23.3564 16.7913C22.5564 13.4963 18.7424 11.4543 15.6684 11.4543L10.4004 11.4543C7.3254 11.4543 3.5124 13.4963 2.7144 16.7823L.0784 26.9793C-.2416 28.2963.4814 29.6283 1.7614 30.0773 1.8324 30.1013 1.9064 30.1103 1.9794 30.1283L1.9794 42.1623 3.2794 42.1623 3.2794 30.1343C3.4814 30.0833 3.6774 30.0153 3.8614 29.9173 4.5074 29.5753 4.9834 28.9733 5.1634 28.2883L6.7474 23.0053 6.7004 39.3373C6.7054 41.2533 8.2684 42.8123 10.1834 42.8123 11.3584 42.8123 12.4024 42.2233 13.0334 41.3243 13.6644 42.2233 14.7084 42.8123 15.8854 42.8123 17.8014 42.8123 19.3634 41.2523 19.3674 39.3333L19.3204 23.0033 20.8984 28.2663C21.0844 28.9733 21.5614 29.5753 22.2064 29.9173 22.3924 30.0153 22.5884 30.0833 22.7884 30.1343L22.7884 42.1623 24.0894 42.1623 24.0894 30.1273C24.1624 30.1093 24.2364 30.1013 24.3074 30.0773 25.5874 29.6283 26.3104 28.2963 25.9864 26.9703M12.9067 2.2644C14.5897 2.2644 15.9577 3.6334 15.9577 5.3164 15.9577 6.9984 14.5897 8.3674 12.9067 8.3674 11.2237 8.3674 9.8547 6.9984 9.8547 5.3164 9.8547 3.6334 11.2237 2.2644 12.9067 2.2644M12.9067 9.6674C15.3057 9.6674 17.2587 7.7154 17.2587 5.3164 17.2587 2.9164 15.3057.9634 12.9067.9634 10.5077.9634 8.5537 2.9164 8.5537 5.3164 8.5537 7.7154 10.5077 9.6674 12.9067 9.6674\"\n transform=\"translate(11 2)\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.877 26.3503C23.525 26.4733 23.148 26.4463 22.817 26.2703 22.486 26.0943 22.252 25.7983 22.14 25.3813L19.424 17.8233C19.332 17.4743 18.99 17.2463 18.637 17.2923L18.009 17.4343 18.067 38.3333C18.065 39.5353 17.086 40.5113 15.886 40.5113 14.688 40.5113 13.708 39.5363 13.704 38.3363L13.656 26.1323 13.653 26.0143 12.355 26.0473 12.364 38.3373C12.361 39.5373 11.382 40.5113 10.183 40.5113 8.982 40.5113 8.004 39.5353 8.001 38.3373L8.06 17.9973C8.055 17.6333 7.789 17.3363 7.428 17.2913L6.837 17.2793 3.912 25.4353C3.817 25.7983 3.582 26.0943 3.252 26.2703 2.921 26.4453 2.543 26.4733 2.191 26.3503 1.546 26.1233 1.181 25.4523 1.332 24.8223L3.975 16.0983C4.606 13.5003 7.807 11.7553 10.4 11.7553L15.668 11.7553C18.262 11.7553 21.462 13.5003 22.104 16.1333L24.727 24.7883C24.889 25.4523 24.523 26.1233 23.877 26.3503M25.981 24.4453L23.357 15.7913C22.556 12.4963 18.742 10.4543 15.668 10.4543L10.4 10.4543C7.326 10.4543 3.513 12.4963 2.721 15.7563L.078 24.4803C-.241 25.7973.482 27.1283 1.762 27.5773 1.833 27.6013 1.907 27.6103 1.98 27.6283L1.98 39.6673 3.28 39.6673 3.28 27.6353C3.481 27.5843 3.677 27.5163 3.861 27.4183 4.507 27.0763 4.983 26.4743 5.152 25.8213L6.749 21.3683 6.7 38.3373C6.705 40.2533 8.268 41.8123 10.183 41.8123 11.359 41.8123 12.403 41.2233 13.034 40.3243 13.665 41.2223 14.709 41.8123 15.886 41.8123 17.801 41.8123 19.363 40.2533 19.368 38.3333L19.319 21.3703 20.899 25.7663C21.085 26.4733 21.562 27.0763 22.207 27.4183 22.393 27.5163 22.589 27.5843 22.789 27.6353L22.789 39.6673 24.09 39.6673 24.09 27.6283C24.162 27.6103 24.236 27.6013 24.307 27.5773 25.587 27.1283 26.311 25.7963 25.981 24.4453M12.9063 1.9646C14.5893 1.9646 15.9583 3.3326 15.9583 5.0156 15.9583 6.6976 14.5893 8.0676 12.9063 8.0676 11.2233 8.0676 9.8553 6.6976 9.8553 5.0156 9.8553 3.3326 11.2233 1.9646 12.9063 1.9646M12.9063 9.3676C15.3053 9.3676 17.2593 7.4146 17.2593 5.0156 17.2593 2.6156 15.3053.6636 12.9063.6636 10.5073.6636 8.5543 2.6156 8.5543 5.0156 8.5543 7.4146 10.5073 9.3676 12.9063 9.3676\"\n transform=\"translate(11 3)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonWithCrutches;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonWithJaw = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(10 7)\">\n <path d=\"M18.405,13.3198 C17.842,13.3198 17.385,13.7768 17.385,14.3398 C17.385,14.9028 17.842,15.3598 18.405,15.3598 C18.968,15.3598 19.426,14.9028 19.426,14.3398 C19.426,13.7768 18.968,13.3198 18.405,13.3198\" />\n <path d=\"M26.3005,19.6167 C26.1435,19.8627 25.8865,20.0037 25.5945,20.0037 L23.7375,20.0037 L23.7375,22.0047 C19.1285,22.0907 14.5865,20.7367 13.6915,20.4527 C13.4075,20.3617 13.0955,20.4397 12.8835,20.6557 C12.6685,20.8777 12.5985,21.1947 12.6995,21.4847 C14.3365,26.1637 16.7975,27.8807 17.7885,28.4057 L17.7885,32.5277 L5.6475,32.5277 L5.6475,27.1307 C5.6475,24.5297 4.7295,22.7157 3.7585,20.7947 C2.6805,18.6617 1.5665,16.4567 1.5665,12.8237 C1.5665,7.3647 5.7875,1.4727 12.6095,1.4727 C18.0045,1.4727 23.7375,5.5287 23.7375,13.0447 L23.7375,13.1877 L26.3545,18.8127 C26.4775,19.0777 26.4575,19.3707 26.3005,19.6167 M18.5485,27.3317 C18.0435,27.0927 15.8825,25.8747 14.2795,21.9837 C16.1715,22.5127 19.7985,23.3407 23.5715,23.2997 C23.0125,25.5797 20.9865,27.2817 18.5485,27.3317 M27.5325,18.2637 L25.0375,12.8987 C24.9645,4.6317 18.5995,0.1727 12.6095,0.1727 C5.8025,0.1727 0.2655,5.8477 0.2655,12.8237 C0.2655,16.7657 1.5045,19.2187 2.5985,21.3817 C3.5365,23.2367 4.3465,24.8397 4.3465,27.1307 L4.3465,33.8287 L19.0895,33.8287 L19.0895,28.6117 C22.4245,28.2847 25.0385,25.4637 25.0385,22.0437 L25.0385,21.3037 L25.5945,21.3037 C26.3275,21.3037 27.0015,20.9337 27.3965,20.3147 C27.7915,19.6967 27.8425,18.9297 27.5325,18.2637\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(10 7)\">\n <path d=\"M18.4058,13.3198 C17.8428,13.3198 17.3848,13.7768 17.3848,14.3398 C17.3848,14.9028 17.8428,15.3598 18.4058,15.3598 C18.9678,15.3598 19.4258,14.9028 19.4258,14.3398 C19.4258,13.7768 18.9678,13.3198 18.4058,13.3198\" />\n <path d=\"M26.3003,19.6167 C26.1443,19.8627 25.8863,20.0037 25.5943,20.0037 L23.7383,20.0037 L23.7383,22.0007 C19.6783,22.0257 15.1963,20.5077 13.4523,19.9157 C13.2253,19.8387 13.0413,19.7757 12.9083,19.7337 C12.6243,19.6447 12.3143,19.7217 12.1033,19.9397 C11.8893,20.1607 11.8193,20.4767 11.9203,20.7677 C13.6203,25.6277 16.7173,27.7627 17.7883,28.3807 L17.7883,32.5277 L5.6473,32.5277 L5.6473,27.1307 C5.6473,24.5297 4.7293,22.7157 3.7583,20.7947 C2.6803,18.6617 1.5663,16.4567 1.5663,12.8237 C1.5663,7.3647 5.7873,1.4727 12.6093,1.4727 C18.0043,1.4727 23.7383,5.5287 23.7383,13.0447 L23.7383,13.1877 L26.3543,18.8127 C26.4773,19.0777 26.4573,19.3707 26.3003,19.6167 M18.5713,27.3297 C17.9303,26.9757 15.2203,25.2917 13.5243,21.3117 C15.5503,21.9917 19.6883,23.2947 23.5713,23.3047 C23.0113,25.5747 20.9973,27.2687 18.5713,27.3297 M27.5323,18.2637 L25.0383,12.8987 C24.9653,4.6317 18.6003,0.1727 12.6093,0.1727 C5.8023,0.1727 0.2653,5.8477 0.2653,12.8237 C0.2653,16.7657 1.5043,19.2187 2.5983,21.3817 C3.5363,23.2367 4.3463,24.8397 4.3463,27.1307 L4.3463,33.8287 L19.0893,33.8287 L19.0893,28.6117 C22.4243,28.2847 25.0393,25.4637 25.0393,22.0437 L25.0393,21.3037 L25.5943,21.3037 C26.3283,21.3037 27.0023,20.9337 27.3973,20.3157 C27.7913,19.6967 27.8423,18.9297 27.5323,18.2637\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonWithJaw;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonWithMagnifyingGlass = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(8 7)\">\n <path d=\"M29.6208,19.6156 C29.4648,19.8616 29.2068,20.0026 28.9148,20.0026 L27.0578,20.0026 L27.0578,22.0436 C27.0578,24.9666 24.6818,27.3436 21.7598,27.3436 L21.1088,27.3436 L21.1088,32.5276 L8.9678,32.5276 L8.9678,27.1306 C8.9678,24.8506 8.2728,23.1896 7.3448,21.3256 L10.6938,17.9606 C11.5778,18.4176 12.5778,18.6796 13.6398,18.6796 C17.1928,18.6796 20.0848,15.7886 20.0848,12.2346 C20.0848,8.6816 17.1928,5.7906 13.6398,5.7906 C10.0868,5.7906 7.1948,8.6816 7.1948,12.2346 C7.1948,13.2096 7.4188,14.1296 7.8078,14.9586 L5.5478,17.2276 C5.1078,15.8216 4.8868,14.4016 4.8868,12.8236 C4.8868,7.3646 9.1078,1.4726 15.9298,1.4726 C21.3248,1.4726 27.0578,5.5286 27.0578,13.0446 L27.0578,13.1876 L29.6748,18.8126 C29.7978,19.0776 29.7778,19.3696 29.6208,19.6156 L29.6208,19.6156 Z M8.4958,12.2346 C8.4958,9.3986 10.8038,7.0916 13.6398,7.0916 C16.4758,7.0916 18.7838,9.3986 18.7838,12.2346 C18.7838,15.0716 16.4758,17.3796 13.6398,17.3796 C10.8038,17.3796 8.4958,15.0716 8.4958,12.2346 L8.4958,12.2346 Z M3.5788,23.2626 C3.2738,23.5676 2.7788,23.5676 2.4748,23.2626 C2.1698,22.9596 2.1698,22.4636 2.4748,22.1576 L8.4998,16.1066 C8.8148,16.5236 9.1758,16.9046 9.5808,17.2346 L3.5788,23.2626 Z M30.8528,18.2636 L28.3578,12.8986 C28.2848,4.6316 21.9198,0.1726 15.9298,0.1726 C9.1228,0.1726 3.5858,5.8476 3.5858,12.8236 C3.5858,14.7786 3.8918,16.5126 4.5208,18.2606 L1.5548,21.2396 C0.7438,22.0516 0.7438,23.3716 1.5558,24.1826 C1.9608,24.5886 2.4938,24.7906 3.0258,24.7906 C3.5598,24.7906 4.0938,24.5876 4.4998,24.1816 L6.3758,22.2986 C7.1468,23.8866 7.6668,25.2716 7.6668,27.1306 L7.6668,33.8286 L22.4098,33.8286 L22.4098,28.6116 C25.7448,28.2846 28.3588,25.4636 28.3588,22.0436 L28.3588,21.3026 L28.9148,21.3026 C29.6488,21.3026 30.3228,20.9326 30.7178,20.3146 C31.1118,19.6956 31.1618,18.9286 30.8528,18.2636 L30.8528,18.2636 Z\" />\n <path d=\"M17.7273,12.2347 L16.4263,12.2347 C16.4263,13.7717 15.1763,15.0217 13.6393,15.0217 L13.6393,16.3227 C15.8933,16.3227 17.7273,14.4887 17.7273,12.2347\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(8 7)\">\n <path d=\"M28.8772,19.6156 C28.7212,19.8616 28.4632,20.0026 28.1712,20.0026 L26.3142,20.0026 L26.3142,22.0436 C26.3142,24.9666 23.9382,27.3436 21.0152,27.3436 L20.3642,27.3436 L20.3642,32.5276 L8.2242,32.5276 L8.2242,27.1306 C8.2242,24.8496 7.5292,23.1886 6.6002,21.3226 L9.3432,18.5646 C10.3952,19.1576 11.6062,19.4996 12.8962,19.4996 C16.9012,19.4996 20.1602,16.2406 20.1602,12.2346 C20.1602,8.2296 16.9012,4.9706 12.8962,4.9706 C8.8902,4.9706 5.6312,8.2296 5.6312,12.2346 C5.6312,13.4376 5.9302,14.5706 6.4492,15.5716 L4.8042,17.2256 C4.3642,15.8226 4.1432,14.4026 4.1432,12.8236 C4.1432,7.3646 8.3642,1.4726 15.1862,1.4726 C20.5812,1.4726 26.3142,5.5286 26.3142,13.0446 L26.3142,13.1876 L28.9312,18.8126 C29.0542,19.0776 29.0342,19.3696 28.8772,19.6156 L28.8772,19.6156 Z M6.9322,12.2346 C6.9322,8.9466 9.6062,6.2716 12.8962,6.2716 C16.1852,6.2716 18.8592,8.9466 18.8592,12.2346 C18.8592,15.5236 16.1852,18.1986 12.8962,18.1986 C9.6062,18.1986 6.9322,15.5236 6.9322,12.2346 L6.9322,12.2346 Z M2.8362,23.2626 C2.5292,23.5676 2.0332,23.5676 1.7312,23.2626 C1.4262,22.9596 1.4262,22.4636 1.7312,22.1566 L7.1702,16.6896 C7.4912,17.1016 7.8532,17.4826 8.2542,17.8166 L2.8362,23.2626 Z M30.1092,18.2636 L27.6142,12.8986 C27.5412,4.6316 21.1762,0.1726 15.1862,0.1726 C8.3792,0.1726 2.8422,5.8476 2.8422,12.8236 C2.8422,14.7806 3.1482,16.5156 3.7762,18.2596 L0.8112,21.2396 C0.0002,22.0516 0.0002,23.3716 0.8112,24.1826 C1.2162,24.5886 1.7492,24.7906 2.2822,24.7906 C2.8152,24.7906 3.3492,24.5876 3.7562,24.1806 L5.6312,22.2966 C6.4032,23.8866 6.9232,25.2716 6.9232,27.1306 L6.9232,33.8286 L21.6652,33.8286 L21.6652,28.6116 C25.0002,28.2846 27.6152,25.4636 27.6152,22.0436 L27.6152,21.3026 L28.1712,21.3026 C28.9052,21.3026 29.5792,20.9326 29.9742,20.3146 C30.3682,19.6956 30.4182,18.9286 30.1092,18.2636 L30.1092,18.2636 Z\" />\n <path d=\"M17.469,12.2347 L16.168,12.2347 C16.168,14.0407 14.7,15.5077 12.896,15.5077 L12.896,16.8087 C15.417,16.8087 17.469,14.7567 17.469,12.2347\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonWithMagnifyingGlass;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonWithSenses = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(10 7)\">\n <path d=\"M18.405,13.3195 C17.843,13.3195 17.385,13.7765 17.385,14.3395 C17.385,14.9025 17.843,15.3605 18.405,15.3605 C18.968,15.3605 19.426,14.9025 19.426,14.3395 C19.426,13.7765 18.968,13.3195 18.405,13.3195\" />\n <path d=\"M26.3015,19.6163 C26.1445,19.8623 25.8875,20.0033 25.5955,20.0033 L23.7385,20.0033 L23.7385,22.0433 C23.7385,24.9663 21.3625,27.3433 18.4395,27.3433 L17.7885,27.3433 L17.7885,32.5273 L5.6485,32.5273 L5.6485,27.1303 C5.6485,24.5293 4.7305,22.7163 3.7595,20.7953 C2.6815,18.6623 1.5675,16.4563 1.5675,12.8243 C1.5675,7.3653 5.7885,1.4723 12.6105,1.4723 C18.0055,1.4723 23.7385,5.5283 23.7385,13.0453 L23.7385,13.1883 L26.3555,18.8123 C26.4785,19.0773 26.4585,19.3703 26.3015,19.6163 M27.5335,18.2633 L25.0385,12.8993 C24.9655,4.6323 18.6005,0.1723 12.6105,0.1723 C5.8035,0.1723 0.2665,5.8473 0.2665,12.8243 C0.2665,16.7663 1.5055,19.2183 2.5995,21.3813 C3.5375,23.2373 4.3475,24.8403 4.3475,27.1303 L4.3475,33.8283 L19.0895,33.8283 L19.0895,28.6113 C22.4245,28.2843 25.0395,25.4633 25.0395,22.0433 L25.0395,21.3033 L25.5955,21.3033 C26.3285,21.3033 27.0025,20.9333 27.3975,20.3143 C27.7925,19.6963 27.8435,18.9293 27.5335,18.2633\" />\n <path d=\"M12.9275,4.9611 L12.9275,3.6601 C7.6015,3.6601 3.2675,7.9931 3.2675,13.3191 L4.5685,13.3191 C4.5685,8.7101 8.3185,4.9611 12.9275,4.9611\" />\n <path d=\"M6.0388,13.3068 L7.3398,13.3068 C7.3398,10.2138 9.8558,7.6978 12.9488,7.6978 L12.9488,6.3968 C9.1398,6.3968 6.0388,9.4968 6.0388,13.3068\" />\n <path d=\"M8.9587,13.3195 L10.2597,13.3195 C10.2597,11.8415 11.4607,10.6405 12.9377,10.6405 L12.9377,9.3405 C10.7437,9.3405 8.9587,11.1255 8.9587,13.3195\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(10 7)\">\n <path d=\"M19.4258,14.3395 C19.4258,14.9025 18.9688,15.3605 18.4048,15.3605 C17.8418,15.3605 17.3858,14.9025 17.3858,14.3395 C17.3858,13.7765 17.8418,13.3195 18.4048,13.3195 C18.9688,13.3195 19.4258,13.7765 19.4258,14.3395\" />\n <path d=\"M5.6475,32.5275 L17.7895,32.5275 L17.7895,27.3425 L18.4395,27.3425 C21.3615,27.3425 23.7385,24.9655 23.7385,22.0435 L23.7385,20.0035 L25.5945,20.0035 C25.8865,20.0035 26.1435,19.8625 26.3005,19.6165 C26.4585,19.3705 26.4775,19.0775 26.3545,18.8125 L23.7385,13.1885 L23.7385,13.0455 C23.7385,5.5285 18.0045,1.4725 12.6095,1.4725 C5.7885,1.4725 1.5665,7.3655 1.5665,12.8245 C1.5665,16.4565 2.6805,18.6625 3.7585,20.7955 C4.7295,22.7155 5.6475,24.5295 5.6475,27.1305 L5.6475,32.5275 Z M19.0895,33.8285 L4.3465,33.8285 L4.3465,27.1305 C4.3465,24.8405 3.5375,23.2375 2.5985,21.3815 C1.5045,19.2175 0.2655,16.7665 0.2655,12.8245 C0.2655,5.8475 5.8025,0.1725 12.6095,0.1725 C18.5995,0.1725 24.9645,4.6315 25.0385,12.8995 L27.5335,18.2635 C27.8425,18.9295 27.7925,19.6965 27.3965,20.3145 C27.0015,20.9335 26.3285,21.3035 25.5945,21.3035 L25.0395,21.3035 L25.0395,22.0435 C25.0395,25.4635 22.4245,28.2845 19.0895,28.6115 L19.0895,33.8285 Z\" />\n <path d=\"M4.9551,10.7277 L3.7211,10.3197 C4.5291,7.8707 6.2441,5.8807 8.5481,4.7207 C10.8521,3.5607 13.4701,3.3667 15.9211,4.1757 L15.5131,5.4107 C13.3931,4.7117 11.1271,4.8767 9.1331,5.8817 C7.1391,6.8857 5.6551,8.6067 4.9551,10.7277\" />\n <path d=\"M7.5908,11.5841 L6.3568,11.1761 C6.9348,9.4241 8.1608,8.0011 9.8098,7.1711 C11.4578,6.3401 13.3308,6.2001 15.0838,6.7801 L14.6758,8.0151 C13.2528,7.5471 11.7338,7.6581 10.3948,8.3311 C9.0558,9.0061 8.0608,10.1601 7.5908,11.5841\" />\n <path d=\"M10.3594,12.5118 L9.1254,12.1038 C9.8124,10.0208 12.0614,8.8848 14.1514,9.5728 L13.7434,10.8068 C12.3404,10.3428 10.8224,11.1088 10.3594,12.5118\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonWithSenses;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PersonWorking = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(6 3)\">\n <path d=\"M10.1804 1.8567C11.8634 1.8567 13.2314 3.2257 13.2314 4.9087 13.2314 6.5907 11.8634 7.9597 10.1804 7.9597 8.4974 7.9597 7.1294 6.5907 7.1294 4.9087 7.1294 3.2257 8.4974 1.8567 10.1804 1.8567M10.1804 9.2597C12.5794 9.2597 14.5324 7.3077 14.5324 4.9087 14.5324 2.5087 12.5794.5557 10.1804.5557 7.7814.5557 5.8284 2.5087 5.8284 4.9087 5.8284 7.3077 7.7814 9.2597 10.1804 9.2597M20.9324 37.6418C20.6634 38.0568 20.2504 38.3418 19.7664 38.4458 19.2834 38.5498 18.7884 38.4588 18.3744 38.1908 17.9594 37.9218 17.6734 37.5078 17.5704 37.0248L15.7774 28.6668 8.0984 28.8728C7.4674 28.8668 6.8394 28.6198 6.3814 28.1068 5.9044 27.6208 5.6634 26.9868 5.7044 26.3228L6.4554 14.2038C6.5224 13.1298 7.3094 12.2458 8.4104 12.0398 8.4644 12.0328 8.5224 12.0268 8.5964 12.0188 8.9484 11.9678 9.4754 11.9818 10.0104 12.3288L10.1304 12.4238C10.1964 12.4688 10.2584 12.5198 10.3194 12.5718L10.3864 12.6318C10.4544 12.6948 10.5234 12.7538 10.6234 12.8698L14.9304 17.1048 19.3404 17.1048C20.0844 17.1048 20.6904 17.7098 20.6904 18.4548 20.6904 19.1988 20.0844 19.8038 19.3404 19.8038L14.3934 19.8038C14.1494 19.8038 13.9114 19.7358 13.7064 19.6038L10.9384 17.8468 10.5214 24.5828 17.3604 24.9328C18.1934 24.9748 18.8974 25.5748 19.0724 26.3898L21.1874 36.2488C21.2914 36.7328 21.2014 37.2268 20.9324 37.6418L20.9324 37.6418zM20.3434 26.1168C20.0444 24.7268 18.8444 23.7058 17.3274 23.6288L11.9004 23.3528 12.1004 20.1238 13.0074 20.6998C13.4204 20.9638 13.9004 21.1048 14.3934 21.1048L19.3404 21.1048C20.8014 21.1048 21.9914 19.9148 21.9914 18.4548 21.9914 16.9938 20.8014 15.8038 19.3404 15.8038L15.4614 15.8038 11.5774 11.9868C11.5004 11.8968 11.4174 11.8158 11.3174 11.7218L11.2194 11.6308C11.1064 11.5318 10.9904 11.4378 10.8594 11.3438 10.8034 11.2948 10.7454 11.2488 10.6894 11.2138 10.0164 10.7868 9.2284 10.6198 8.4414 10.7278 8.3544 10.7368 8.2684 10.7458 8.1834 10.7598L8.0704 10.7828C6.4524 11.1128 5.2604 12.4738 5.1594 14.1228L4.4084 26.2428C4.3444 27.2638 4.7254 28.2758 5.4334 28.9958 6.1264 29.7708 7.1034 30.2078 8.1334 30.1718L14.7324 29.9958 16.2984 37.2978C16.4754 38.1208 16.9614 38.8258 17.6684 39.2828 18.1844 39.6158 18.7724 39.7878 19.3714 39.7878 19.5934 39.7878 19.8174 39.7648 20.0384 39.7168 20.8624 39.5398 21.5674 39.0548 22.0244 38.3478 22.4814 37.6418 22.6354 36.7988 22.4584 35.9758L20.3434 26.1168z\" />\n <path d=\"M2.2341,27.5559 L2.2341,16.1069 L0.9331,16.1069 L0.9331,27.5559 C0.9331,30.7149 3.5051,33.2859 6.6641,33.2859 L7.2331,33.2859 L7.2331,38.3589 L4.1721,38.3589 L4.1721,39.6599 L11.5951,39.6599 L11.5951,38.3589 L8.5341,38.3589 L8.5341,33.2859 L13.6951,33.2859 L13.6951,31.9859 L6.6641,31.9859 C4.2211,31.9859 2.2341,29.9979 2.2341,27.5559\" />\n <polygon points=\"20.382 22.126 20.382 23.427 25.358 23.427 25.358 39.647 26.658 39.647 26.658 23.427 32.972 23.427 32.972 39.647 34.273 39.647 34.273 22.126\" />\n <polygon points=\"33.388 13.46 32.16 13.03 29.992 19.208 23.345 19.208 23.345 20.509 30.915 20.509\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(6 3)\">\n <path d=\"M11.5811 1.8567C13.2641 1.8567 14.6321 3.2257 14.6321 4.9087 14.6321 6.5907 13.2641 7.9597 11.5811 7.9597 9.8981 7.9597 8.5291 6.5907 8.5291 4.9087 8.5291 3.2257 9.8981 1.8567 11.5811 1.8567M11.5811 9.2597C13.9801 9.2597 15.9331 7.3077 15.9331 4.9087 15.9331 2.5087 13.9801.5557 11.5811.5557 9.1821.5557 7.2281 2.5087 7.2281 4.9087 7.2281 7.3077 9.1821 9.2597 11.5811 9.2597M20.9326 37.6418C20.6636 38.0568 20.2496 38.3418 19.7666 38.4458 19.2846 38.5498 18.7886 38.4588 18.3746 38.1908 17.9596 37.9218 17.6736 37.5078 17.5706 37.0248L15.7776 28.6668 8.0986 28.8728C7.4786 28.8668 6.8406 28.6198 6.3816 28.1068 5.9046 27.6208 5.6636 26.9868 5.7026 26.3598L7.1556 14.2038C7.2226 13.1328 8.0046 12.2508 9.1056 12.0408 9.1616 12.0328 9.2206 12.0268 9.2956 12.0188 9.6496 11.9678 10.1746 11.9838 10.7106 12.3298L10.8296 12.4238C10.8766 12.4558 10.9226 12.4918 10.9666 12.5278L11.0886 12.6338C11.1566 12.6958 11.2246 12.7548 11.3246 12.8698L15.6306 17.1048 20.0406 17.1048C20.7856 17.1048 21.3906 17.7098 21.3906 18.4548 21.3906 19.1988 20.7856 19.8038 20.0406 19.8038L15.0936 19.8038C14.8496 19.8038 14.6126 19.7358 14.4066 19.6038L11.4076 17.9728 10.4666 24.5808 17.3606 24.9328C18.1936 24.9748 18.8976 25.5748 19.0726 26.3898L21.1876 36.2488C21.2916 36.7328 21.2016 37.2268 20.9326 37.6418L20.9326 37.6418zM20.3436 26.1168C20.0446 24.7268 18.8446 23.7058 17.3276 23.6288L11.9546 23.3548 12.4326 19.9968 13.4996 20.5688 13.7076 20.7008C14.1216 20.9648 14.6006 21.1048 15.0936 21.1048L20.0406 21.1048C21.5016 21.1048 22.6916 19.9148 22.6916 18.4548 22.6916 16.9938 21.5016 15.8038 20.0406 15.8038L16.1616 15.8038 12.2776 11.9868C12.2026 11.8968 12.1196 11.8158 12.0186 11.7228L11.8876 11.6038C11.7846 11.5148 11.6776 11.4288 11.5616 11.3458 11.5056 11.2968 11.4496 11.2518 11.3896 11.2138 10.7156 10.7868 9.9286 10.6178 9.1396 10.7278 9.0536 10.7368 8.9686 10.7458 8.8836 10.7598L8.7966 10.7778C7.1656 11.0978 5.9616 12.4648 5.8616 14.0858L4.4086 26.2428C4.3446 27.2638 4.7256 28.2758 5.4336 28.9958 6.1266 29.7708 7.1046 30.2078 8.1336 30.1718L14.7326 29.9958 16.2986 37.2978C16.4756 38.1208 16.9616 38.8258 17.6686 39.2828 18.1846 39.6158 18.7726 39.7878 19.3716 39.7878 19.5936 39.7878 19.8176 39.7648 20.0386 39.7168 20.8626 39.5398 21.5666 39.0548 22.0236 38.3478 22.4816 37.6418 22.6356 36.7988 22.4586 35.9758L20.3436 26.1168z\" />\n <path d=\"M2.2344,27.5559 L2.2344,16.1069 L0.9334,16.1069 L0.9334,27.5559 C0.9334,30.7149 3.5054,33.2859 6.6644,33.2859 L7.2334,33.2859 L7.2334,38.3589 L4.1724,38.3589 L4.1724,39.6599 L11.5954,39.6599 L11.5954,38.3589 L8.5344,38.3589 L8.5344,33.2859 L13.6954,33.2859 L13.6954,31.9859 L6.6644,31.9859 C4.2214,31.9859 2.2344,29.9979 2.2344,27.5559\" />\n <polygon points=\"20.382 22.126 20.382 23.427 25.357 23.427 25.357 39.647 26.657 39.647 26.657 23.427 32.972 23.427 32.972 39.647 34.273 39.647 34.273 22.126\" />\n <polygon points=\"33.387 13.46 32.16 13.03 29.993 19.208 23.344 19.208 23.344 20.509 30.915 20.509\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PersonWorking;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PizzaSlice = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(6 4)\">\n <path d=\"M20.9946 14.4136C20.7316 16.3546 18.9396 17.7286 16.9956 17.4586 15.0546 17.1956 13.6876 15.4026 13.9506 13.4606 14.0776 12.5196 14.5636 11.6846 15.3196 11.1096 15.9446 10.6336 16.6926 10.3826 17.4646 10.3826 17.6256 10.3826 17.7866 10.3926 17.9496 10.4156 19.8906 10.6786 21.2576 12.4716 20.9946 14.4136M18.1236 9.1266C16.8396 8.9556 15.5626 9.2896 14.5316 10.0756 13.5006 10.8606 12.8366 12.0016 12.6626 13.2866 12.3036 15.9376 14.1696 18.3886 16.8226 18.7476 17.0416 18.7766 17.2596 18.7916 17.4746 18.7916 19.8656 18.7916 21.9536 17.0196 22.2826 14.5876 22.6416 11.9356 20.7756 9.4856 18.1236 9.1266M11.0386 21.7778C10.9676 21.8728 10.8636 21.9348 10.7466 21.9528 10.6286 21.9688 10.5116 21.9398 10.4156 21.8698 10.2196 21.7228 10.1776 21.4438 10.3236 21.2468 10.3946 21.1518 10.4986 21.0898 10.6166 21.0718 10.6386 21.0688 10.6606 21.0668 10.6826 21.0668 10.7776 21.0668 10.8696 21.0968 10.9466 21.1548 11.1436 21.3008 11.1846 21.5808 11.0386 21.7778M11.5436 20.3518C11.2336 20.1218 10.8516 20.0208 10.4706 20.0828 10.0886 20.1388 9.7516 20.3408 9.5206 20.6508 9.0466 21.2898 9.1806 22.1968 9.8196 22.6728 10.0716 22.8598 10.3706 22.9578 10.6786 22.9578 10.7496 22.9578 10.8206 22.9528 10.8926 22.9418 11.2746 22.8848 11.6116 22.6838 11.8416 22.3738 12.3166 21.7348 12.1836 20.8278 11.5436 20.3518M25.2598 18.8228C25.4978 18.5028 25.4308 18.0518 25.1108 17.8128 24.7908 17.5768 24.3398 17.6428 24.1018 17.9628 23.8638 18.2818 23.9308 18.7348 24.2508 18.9708 24.5708 19.2098 25.0218 19.1428 25.2598 18.8228M29.7734 26.6001C29.8154 26.5441 29.8754 26.5081 29.9434 26.4981 29.9564 26.4961 29.9694 26.4961 29.9814 26.4961 30.0364 26.4961 30.0904 26.5131 30.1354 26.5461 30.1904 26.5871 30.2274 26.6481 30.2364 26.7161 30.2474 26.7851 30.2304 26.8531 30.1894 26.9081 30.1044 27.0221 29.9404 27.0441 29.8264 26.9611L29.8264 26.9611C29.7524 26.9061 29.7314 26.8311 29.7254 26.7921 29.7194 26.7521 29.7174 26.6751 29.7734 26.6001M29.2314 27.7641C29.4564 27.9311 29.7184 28.0121 29.9794 28.0121 30.3644 28.0121 30.7444 27.8361 30.9914 27.5041 31.1914 27.2351 31.2754 26.9041 31.2264 26.5711 31.1774 26.2381 31.0014 25.9441 30.7314 25.7441 30.4614 25.5431 30.1304 25.4561 29.7964 25.5091 29.4644 25.5581 29.1704 25.7341 28.9704 26.0031 28.7704 26.2741 28.6864 26.6061 28.7354 26.9391 28.7854 27.2711 28.9614 27.5651 29.2314 27.7641\" />\n <path d=\"M32.6958 29.0874C32.1598 28.9664 31.6078 29.0994 31.1808 29.4434 30.7538 29.7874 30.5088 30.2994 30.5088 30.8474 30.5088 31.1004 30.4078 31.3354 30.2238 31.5104 30.0408 31.6834 29.7978 31.7714 29.5448 31.7594 29.0688 31.7344 28.6808 31.2854 28.6808 30.7584L28.6808 29.7884C28.6808 28.9144 28.0608 28.1514 27.2058 27.9734L26.5498 27.8364C26.6128 26.3864 26.1728 24.9714 25.2818 23.8024 24.2728 22.4784 22.8088 21.6254 21.1588 21.4014 18.2788 21.0164 15.5598 22.6854 14.5328 25.3384L5.8058 23.5234C5.5708 22.8524 5.1438 21.1294 6.2778 19.6044 6.8188 18.8764 7.5078 18.2904 8.2378 17.6694 9.0008 17.0224 9.7888 16.3534 10.4318 15.4874 11.0658 14.6344 11.2108 13.6274 11.3638 12.5624 11.5368 11.3674 11.7148 10.1324 12.6048 8.9344 13.3588 7.9184 14.5028 7.7124 15.8268 7.4744 17.0608 7.2514 18.4298 6.9924 19.5388 5.9874L34.1128 29.3974 32.6958 29.0874zM25.2368 27.5644L15.8138 25.6044C16.6818 23.6174 18.7768 22.3864 20.9848 22.6914 22.2898 22.8664 23.4488 23.5414 24.2478 24.5904 24.9068 25.4554 25.2358 26.4934 25.2368 27.5644L25.2368 27.5644zM13.5118 4.0904C14.6018 3.2594 15.7578 2.5014 16.9528 1.8324L18.8378 4.8614C17.9778 5.7584 16.8188 5.9734 15.5958 6.1944 14.2018 6.4454 12.6228 6.7304 11.5608 8.1584 10.4748 9.6204 10.2638 11.0854 10.0778 12.3764 9.9428 13.3144 9.8258 14.1224 9.3878 14.7124 8.8338 15.4584 8.1358 16.0514 7.3968 16.6794 6.6428 17.3184 5.8628 17.9814 5.2338 18.8284 4.0568 20.4124 4.1358 22.1294 4.3758 23.2254L2.3558 22.8054C3.5228 15.3204 7.4678 8.6934 13.5118 4.0904L13.5118 4.0904zM35.4818 29.1364L17.4098.1084 16.8738.3944C15.4268 1.1644 14.0308 2.0604 12.7238 3.0564 6.2438 7.9914 2.0728 15.1564.9808 23.2304L.8998 23.8294 26.9408 29.2464C27.1958 29.2994 27.3818 29.5274 27.3818 29.7884L27.3818 30.7584C27.3818 31.9864 28.3018 32.9964 29.4768 33.0584 29.5168 33.0604 29.5568 33.0614 29.5968 33.0614 30.1668 33.0614 30.7038 32.8474 31.1188 32.4524 31.5578 32.0364 31.8088 31.4514 31.8088 30.8474 31.8088 30.6384 31.9258 30.5124 31.9958 30.4564 32.0658 30.3994 32.2128 30.3114 32.4178 30.3574L34.3248 30.7744C34.7538 30.8724 35.1938 30.6974 35.4468 30.3384 35.6998 29.9814 35.7138 29.5084 35.4818 29.1364L35.4818 29.1364zM29.6025 34.2017C29.0135 34.2017 28.5365 34.6787 28.5365 35.2667 28.5365 35.8557 29.0135 36.3327 29.6025 36.3327 30.1915 36.3327 30.6685 35.8557 30.6685 35.2667 30.6685 34.6787 30.1915 34.2017 29.6025 34.2017\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(6 4)\">\n <path d=\"M20.9946 14.4136C20.8676 15.3536 20.3816 16.1886 19.6266 16.7646 18.8706 17.3406 17.9376 17.5936 16.9966 17.4586 15.0556 17.1956 13.6886 15.4026 13.9516 13.4606 14.1926 11.6796 15.7216 10.3836 17.4716 10.3836 17.6296 10.3836 17.7886 10.3926 17.9496 10.4156 19.8906 10.6786 21.2576 12.4716 20.9946 14.4136M18.1236 9.1266C15.4706 8.7706 13.0216 10.6356 12.6626 13.2866 12.3046 15.9376 14.1706 18.3886 16.8226 18.7476 17.0436 18.7766 17.2646 18.7916 17.4836 18.7916 18.5386 18.7916 19.5596 18.4486 20.4136 17.7986 21.4456 17.0136 22.1086 15.8726 22.2826 14.5876 22.6416 11.9356 20.7756 9.4856 18.1236 9.1266M11.0396 21.7778C10.9686 21.8728 10.8646 21.9348 10.7466 21.9528 10.6296 21.9688 10.5126 21.9398 10.4166 21.8698 10.2196 21.7228 10.1786 21.4438 10.3246 21.2468 10.3956 21.1518 10.4996 21.0898 10.6176 21.0718 10.6396 21.0688 10.6616 21.0668 10.6836 21.0668 10.7776 21.0668 10.8696 21.0968 10.9476 21.1548 11.1446 21.3008 11.1856 21.5808 11.0396 21.7778M11.5436 20.3518C11.2336 20.1218 10.8526 20.0208 10.4706 20.0828 10.0896 20.1388 9.7516 20.3408 9.5216 20.6508 9.0466 21.2898 9.1806 22.1968 9.8196 22.6728 10.0716 22.8598 10.3706 22.9578 10.6786 22.9578 10.7496 22.9578 10.8216 22.9528 10.8936 22.9418 11.2746 22.8848 11.6116 22.6838 11.8416 22.3738 12.3176 21.7348 12.1836 20.8278 11.5436 20.3518M25.2603 18.8228C25.4973 18.5038 25.4313 18.0518 25.1113 17.8138 24.7913 17.5768 24.3393 17.6428 24.1023 17.9638 23.8643 18.2828 23.9313 18.7348 24.2513 18.9718 24.5713 19.2098 25.0223 19.1428 25.2603 18.8228M29.7739 26.6001C29.8149 26.5441 29.8759 26.5081 29.9439 26.4981 29.9569 26.4961 29.9689 26.4961 29.9819 26.4961 30.0369 26.4961 30.0899 26.5131 30.1349 26.5461 30.1909 26.5871 30.2269 26.6481 30.2369 26.7161 30.2469 26.7851 30.2299 26.8531 30.1889 26.9091 30.1479 26.9641 30.0869 27.0001 30.0189 27.0101 29.9509 27.0181 29.8819 27.0031 29.8269 26.9611L29.8259 26.9611C29.7519 26.9061 29.7309 26.8311 29.7249 26.7921 29.7189 26.7521 29.7179 26.6751 29.7739 26.6001M29.9789 28.0131C30.0409 28.0131 30.1029 28.0081 30.1649 27.9991 30.4979 27.9511 30.7919 27.7751 30.9919 27.5041 31.1919 27.2351 31.2749 26.9041 31.2259 26.5711 31.1769 26.2381 31.0019 25.9441 30.7319 25.7441 30.4619 25.5431 30.1299 25.4551 29.7969 25.5091 29.4639 25.5581 29.1709 25.7341 28.9709 26.0031 28.7699 26.2741 28.6869 26.6061 28.7359 26.9391 28.7849 27.2711 28.9619 27.5651 29.2309 27.7641 29.4509 27.9271 29.7109 28.0131 29.9789 28.0131\" />\n <path d=\"M32.6958 29.0874C32.1398 28.9654 31.4388 28.8764 30.9498 29.2704 30.7488 29.4324 30.5088 29.7374 30.5088 30.2784 30.5088 30.5314 30.4078 30.7674 30.2238 30.9414 30.0408 31.1144 29.8008 31.1964 29.5458 31.1916154 29.0688 31.1654 28.6818 30.7164 28.6818 30.1904L28.6818 29.7884C28.6818 28.9144 28.0608 28.1514 27.2058 27.9734L26.5498 27.8364C26.6128 26.3864 26.1728 24.9714 25.2818 23.8024 24.2728 22.4784 22.8088 21.6254 21.1588 21.4014 18.2788 21.0124 15.5598 22.6844 14.5338 25.3374L5.8088 23.5234C5.5768 22.8564 5.1488 21.1234 6.2778 19.6044 6.8188 18.8764 7.5078 18.2904 8.2378 17.6714 9.0008 17.0244 9.7888 16.3544 10.4318 15.4874 11.0658 14.6344 11.2108 13.6284 11.3648 12.5634 11.5368 11.3674 11.7158 10.1324 12.6048 8.9344 13.3598 7.9184 14.5028 7.7124 15.8268 7.4744 17.0608 7.2524 18.4298 6.9944 19.5398 5.9884L34.1128 29.3974 32.6958 29.0874zM25.2368 27.5644L15.8148 25.6044C16.6818 23.6194 18.7768 22.3914 20.9848 22.6914 22.2908 22.8664 23.4488 23.5414 24.2478 24.5904 24.9068 25.4554 25.2358 26.4934 25.2368 27.5644L25.2368 27.5644zM13.5118 4.0914C14.6028 3.2614 15.7578 2.5024 16.9528 1.8334L18.8378 4.8614C17.9778 5.7594 16.8188 5.9754 15.5958 6.1944 14.2018 6.4454 12.6228 6.7304 11.5618 8.1584 10.4748 9.6204 10.2638 11.0854 10.0778 12.3774 9.9428 13.3144 9.8258 14.1234 9.3878 14.7124 8.8338 15.4594 8.1348 16.0524 7.3958 16.6804 6.6428 17.3194 5.8638 17.9824 5.2348 18.8284 4.0578 20.4124 4.1368 22.1294 4.3768 23.2254L2.3568 22.8054C3.5238 15.3204 7.4688 8.6934 13.5118 4.0914L13.5118 4.0914zM35.4818 29.1364L17.4108.1084 16.8748.3954C15.4278 1.1654 14.0318 2.0614 12.7248 3.0564 6.2448 7.9914 2.0738 15.1564.9818 23.2304L.9008 23.8294 26.9408 29.2464C27.1958 29.2994 27.3818 29.5274 27.3818 29.7884L27.3818 30.1904C27.3818 31.4164 28.3018 32.4274 29.4778 32.4894 29.5168 32.4914 29.5568 32.4924 29.5968 32.4924 30.1668 32.4924 30.7038 32.2784 31.1188 31.8844 31.5428 31.4834 31.7918 30.9234 31.8128 30.2854 31.8998 30.2744 32.0788 30.2824 32.4178 30.3574L34.3248 30.7744C34.7528 30.8724 35.1938 30.6974 35.4468 30.3384 35.6998 29.9814 35.7138 29.5084 35.4818 29.1364L35.4818 29.1364zM29.6025 37.0435C29.0145 37.0435 28.5365 37.5215 28.5365 38.1095 28.5365 38.6975 29.0145 39.1765 29.6025 39.1765 30.1915 39.1765 30.6685 38.6975 30.6685 38.1095 30.6685 37.5215 30.1915 37.0435 29.6025 37.0435\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PizzaSlice;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Plane = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.3324,29.4738 L18.3874,29.4738 L3.9454,23.1608 L3.9454,12.6448 L4.2994,12.6448 C5.2534,12.6448 6.0844,13.2568 6.3674,14.1678 L8.0354,19.5478 L36.3324,19.5478 C39.0694,19.5478 41.2954,21.7748 41.2954,24.5108 C41.2954,27.2468 39.0694,29.4738 36.3324,29.4738 M35.9594,34.0228 C35.9594,34.7578 35.3624,35.3558 34.6274,35.3558 C33.8924,35.3558 33.2944,34.7578 33.2944,34.0228 C33.2944,33.2878 33.8924,32.6908 34.6274,32.6908 C35.3624,32.6908 35.9594,33.2878 35.9594,34.0228 M28.0144,14.6178 C30.2634,14.6178 32.1424,16.1648 32.6844,18.2468 L23.3454,18.2468 C23.8874,16.1648 25.7654,14.6178 28.0144,14.6178 M10.5134,35.3558 C9.7784,35.3558 9.1804,34.7578 9.1804,34.0228 C9.1804,33.2878 9.7784,32.6908 10.5134,32.6908 C11.2484,32.6908 11.8464,33.2878 11.8464,34.0228 C11.8464,34.7578 11.2484,35.3558 10.5134,35.3558 M44.7044,24.5108 C44.7044,23.7828 44.1134,23.1908 43.3854,23.1908 L43.1044,23.1908 L43.4594,15.4948 C43.4794,15.0638 43.1354,14.7028 42.7034,14.7028 C42.2704,14.7028 41.9264,15.0638 41.9464,15.4948 L42.2714,22.5368 C41.4414,20.0478 39.0954,18.2468 36.3324,18.2468 L34.0354,18.2468 C33.4704,15.4388 30.9864,13.3168 28.0144,13.3168 C25.0424,13.3168 22.5584,15.4388 21.9944,18.2468 L8.9934,18.2468 L7.6094,13.7838 C7.1574,12.3248 5.8274,11.3438 4.2994,11.3438 L2.6454,11.3438 L2.6454,24.0098 L12.8214,28.4598 L11.2114,31.4948 C10.9874,31.4338 10.7564,31.3898 10.5134,31.3898 C9.0614,31.3898 7.8804,32.5718 7.8804,34.0228 C7.8804,35.4748 9.0614,36.6568 10.5134,36.6568 C11.9644,36.6568 13.1454,35.4748 13.1454,34.0228 C13.1454,33.2828 12.8364,32.6158 12.3434,32.1358 L14.0164,28.9818 L18.1154,30.7748 L33.7974,30.7748 L33.7974,31.5368 C32.7534,31.8868 31.9944,32.8628 31.9944,34.0228 C31.9944,35.4748 33.1754,36.6568 34.6274,36.6568 C36.0794,36.6568 37.2604,35.4748 37.2604,34.0228 C37.2604,32.7328 36.3244,31.6608 35.0974,31.4378 L35.0974,30.7748 L36.3324,30.7748 C39.0954,30.7748 41.4414,28.9738 42.2714,26.4858 L41.9464,33.5268 C41.9264,33.9578 42.2704,34.3198 42.7034,34.3198 C43.1354,34.3198 43.4794,33.9578 43.4594,33.5268 L43.1044,25.8298 L43.3854,25.8298 C44.1134,25.8298 44.7044,25.2398 44.7044,24.5108\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M38.1326,29.4738 L20.1876,29.4738 L5.7456,23.1608 L5.7456,12.6448 L6.0996,12.6448 C7.0536,12.6448 7.8846,13.2568 8.1676,14.1678 L9.8356,19.5478 L38.1326,19.5478 C40.8696,19.5478 43.0956,21.7748 43.0956,24.5108 C43.0956,27.2468 40.8696,29.4738 38.1326,29.4738 M37.7596,34.0228 C37.7596,34.7578 37.1626,35.3558 36.4276,35.3558 C35.6926,35.3558 35.0946,34.7578 35.0946,34.0228 C35.0946,33.2878 35.6926,32.6908 36.4276,32.6908 C37.1626,32.6908 37.7596,33.2878 37.7596,34.0228 M29.8146,14.6178 C32.0636,14.6178 33.9426,16.1648 34.4846,18.2468 L25.1456,18.2468 C25.6876,16.1648 27.5656,14.6178 29.8146,14.6178 M12.3136,35.3558 C11.5786,35.3558 10.9806,34.7578 10.9806,34.0228 C10.9806,33.2878 11.5786,32.6908 12.3136,32.6908 C13.0486,32.6908 13.6466,33.2878 13.6466,34.0228 C13.6466,34.7578 13.0486,35.3558 12.3136,35.3558 M46.5046,24.5108 C46.5046,23.7828 45.9136,23.1908 45.1856,23.1908 L44.9046,23.1908 L45.2596,15.4948 C45.2796,15.0638 44.9356,14.7028 44.5036,14.7028 C44.0706,14.7028 43.7266,15.0638 43.7466,15.4948 L44.0716,22.5368 C43.2416,20.0478 40.8956,18.2468 38.1326,18.2468 L35.8356,18.2468 C35.2706,15.4388 32.7866,13.3168 29.8146,13.3168 C26.8426,13.3168 24.3586,15.4388 23.7946,18.2468 L10.7936,18.2468 L9.4096,13.7838 C8.9576,12.3248 7.6276,11.3438 6.0996,11.3438 L4.4456,11.3438 L4.4456,24.0098 L14.6216,28.4598 L13.0116,31.4948 C12.7876,31.4338 12.5566,31.3898 12.3136,31.3898 C10.8616,31.3898 9.6806,32.5718 9.6806,34.0228 C9.6806,35.4748 10.8616,36.6568 12.3136,36.6568 C13.7646,36.6568 14.9456,35.4748 14.9456,34.0228 C14.9456,33.2828 14.6366,32.6158 14.1436,32.1358 L15.8166,28.9818 L19.9156,30.7748 L35.5976,30.7748 L35.5976,31.5368 C34.5536,31.8868 33.7946,32.8628 33.7946,34.0228 C33.7946,35.4748 34.9756,36.6568 36.4276,36.6568 C37.8796,36.6568 39.0606,35.4748 39.0606,34.0228 C39.0606,32.7328 38.1246,31.6608 36.8976,31.4378 L36.8976,30.7748 L38.1326,30.7748 C40.8956,30.7748 43.2416,28.9738 44.0716,26.4858 L43.7466,33.5268 C43.7266,33.9578 44.0706,34.3198 44.5036,34.3198 C44.9356,34.3198 45.2796,33.9578 45.2596,33.5268 L44.9046,25.8298 L45.1856,25.8298 C45.9136,25.8298 46.5046,25.2398 46.5046,24.5108\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Plane;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Plant = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.9121,23.748 C34.4421,23.668 37.0371,25.398 38.2891,26.377 C36.8141,26.97 33.8441,27.919 31.4331,27.135 C30.3241,26.773 29.4471,26.069 28.8221,25.038 C29.7091,24.221 30.7471,23.787 31.9121,23.748 M33.8101,10.472 C33.8101,9.113 34.9161,8.009 36.2741,8.009 C37.6331,8.009 38.7381,9.113 38.7381,10.472 C38.7381,11.83 37.6331,12.935 36.2741,12.935 C34.9161,12.935 33.8101,11.83 33.8101,10.472 M40.6731,16.7 C40.6731,18.059 39.5681,19.164 38.2101,19.164 C36.8511,19.164 35.7461,18.059 35.7461,16.7 C35.7461,15.342 36.8511,14.236 38.2101,14.236 C39.5681,14.236 40.6731,15.342 40.6731,16.7 M20.4371,26.098 C19.2811,23.842 19.7491,20.758 20.1011,19.209 C21.2651,20.29 23.3901,22.575 23.7051,25.09 C23.8501,26.247 23.5871,27.34 22.9201,28.345 C21.8041,27.89 20.9701,27.136 20.4371,26.098 M16.1071,39.693 C14.9981,39.332 14.1221,38.628 13.4961,37.598 C14.3831,36.78 15.4211,36.347 16.5861,36.308 C19.1081,36.221 21.7111,37.958 22.9621,38.936 C21.4871,39.529 18.5151,40.477 16.1071,39.693 M13.9271,31.72 C13.8301,29.187 15.5551,26.588 16.5271,25.331 C17.1261,26.803 18.0891,29.769 17.3141,32.183 C16.9751,33.241 16.3141,34.082 15.3651,34.705 C15.3181,34.736 15.2701,34.766 15.2241,34.796 C14.4081,33.915 13.9721,32.883 13.9271,31.72 M31.3961,34.779 C31.3961,36.138 30.2911,37.242 28.9331,37.242 C27.5741,37.242 26.4691,36.138 26.4691,34.779 C26.4691,33.421 27.5741,32.315 28.9331,32.315 C30.2911,32.315 31.3961,33.421 31.3961,34.779 M24.8281,14.394 C24.8281,13.035 25.9331,11.931 27.2921,11.931 C28.6501,11.931 29.7561,13.035 29.7561,14.394 C29.7561,15.317 29.2381,16.114 28.4841,16.536 L28.1901,16.683 C27.9111,16.792 27.6091,16.857 27.2921,16.857 C25.9331,16.857 24.8281,15.752 24.8281,14.394 M38.2101,20.465 C40.2851,20.465 41.9741,18.775 41.9741,16.7 C41.9741,14.904 40.7061,13.401 39.0201,13.029 C39.6471,12.356 40.0391,11.462 40.0391,10.472 C40.0391,8.396 38.3491,6.708 36.2741,6.708 C34.1991,6.708 32.5101,8.396 32.5101,10.472 C32.5101,12.176 33.6561,13.603 35.2131,14.065 C34.5951,15.042 32.9041,17.607 30.3191,20.797 C30.4071,19.769 30.2811,18.553 29.7281,17.239 C30.5341,16.548 31.0571,15.535 31.0571,14.394 C31.0571,12.318 29.3671,10.63 27.2921,10.63 C25.2171,10.63 23.5271,12.318 23.5271,14.394 C23.5271,16.469 25.2171,18.158 27.2921,18.158 C27.7561,18.158 28.1951,18.063 28.6051,17.909 C29.7781,20.919 28.2301,23.226 28.1501,23.341 L28.0761,23.446 C27.1151,24.533 26.0691,25.655 24.9451,26.783 C25.0571,26.182 25.0741,25.561 24.9941,24.923 C24.4871,20.909 20.3121,17.657 20.1361,17.52 L19.4071,16.961 L19.1211,17.834 C19.0521,18.047 17.4361,23.085 19.2781,26.686 C19.9141,27.931 20.9011,28.831 22.1811,29.414 C21.3911,30.123 20.5721,30.824 19.7241,31.511 C19.6231,31.583 19.5281,31.655 19.4411,31.726 L19.0611,32.036 C18.9081,32.157 18.7551,32.277 18.5991,32.396 C19.7051,28.578 17.3711,24.011 17.2691,23.815 L16.8461,23 L16.2191,23.671 C16.0651,23.835 12.4751,27.723 12.6281,31.766 C12.6811,33.176 13.1841,34.428 14.1171,35.502 C11.7171,36.977 9.1571,38.252 6.4601,39.208 L5.8471,39.425 L6.2811,40.65 L6.8931,40.433 C8.7561,39.773 10.5491,38.959 12.2741,38.042 C13.0681,39.463 14.2131,40.446 15.7091,40.931 C16.5031,41.188 17.3331,41.292 18.1531,41.292 C21.3101,41.292 24.3171,39.768 24.4751,39.686 L25.2921,39.266 L24.6241,38.636 C24.4701,38.491 21.0131,35.248 17.2041,35.021 C18.0791,34.413 18.9291,33.783 19.7551,33.137 L19.7591,33.141 L20.0171,32.932 C20.1431,32.831 20.2721,32.732 20.3971,32.632 C20.9981,32.2 23.5271,30.618 25.7861,32.724 C25.3981,33.315 25.1681,34.02 25.1681,34.779 C25.1681,36.854 26.8571,38.543 28.9331,38.543 C31.0081,38.543 32.6971,36.854 32.6971,34.779 C32.6971,32.704 31.0081,31.015 28.9331,31.015 C28.0861,31.015 27.3111,31.307 26.6821,31.78 C25.5091,30.683 24.2381,30.32 23.0641,30.357 C24.7711,28.821 26.3371,27.255 27.7541,25.728 C28.5411,27.012 29.6301,27.916 31.0351,28.372 C31.8281,28.63 32.6581,28.732 33.4781,28.732 C36.6371,28.732 39.6431,27.208 39.8021,27.127 L40.6181,26.706 L39.9501,26.076 C39.7871,25.923 35.9401,22.297 31.8731,22.449 C31.3811,22.466 30.9091,22.543 30.4551,22.667 C32.1381,20.661 33.5051,18.843 34.5171,17.415 C34.8531,19.149 36.3791,20.465 38.2101,20.465\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M30.7947,23.748 C30.8557,23.746 30.9157,23.745 30.9777,23.745 C33.4507,23.745 35.9497,25.422 37.1717,26.377 C35.6977,26.97 32.7277,27.919 30.3157,27.135 C29.2077,26.773 28.3307,26.068 27.7057,25.038 C28.5927,24.221 29.6297,23.788 30.7947,23.748 M34.9277,12.706 C34.9277,11.348 36.0327,10.242 37.3917,10.242 C38.7497,10.242 39.8547,11.348 39.8547,12.706 C39.8547,14.064 38.7497,15.169 37.3917,15.169 C36.0327,15.169 34.9277,14.064 34.9277,12.706 M41.7897,18.934 C41.7897,20.292 40.6847,21.397 39.3257,21.397 C37.9677,21.397 36.8627,20.292 36.8627,18.934 C36.8627,17.575 37.9677,16.47 39.3257,16.47 C40.6847,16.47 41.7897,17.575 41.7897,18.934 M12.8107,31.72 C12.7127,29.187 14.4377,26.587 15.4097,25.331 C16.0087,26.803 16.9717,29.769 16.1977,32.183 C15.8567,33.247 15.1927,34.091 14.2357,34.715 C14.1927,34.743 14.1507,34.769 14.1077,34.797 C13.2907,33.915 12.8547,32.882 12.8107,31.72 M19.3207,26.098 C18.1647,23.842 18.6327,20.758 18.9847,19.209 C20.1487,20.29 22.2737,22.575 22.5887,25.09 C22.7337,26.247 22.4707,27.34 21.8037,28.345 C20.6877,27.89 19.8537,27.136 19.3207,26.098 M30.2797,35.444 C30.2797,36.803 29.1747,37.908 27.8157,37.908 C26.4577,37.908 25.3527,36.803 25.3527,35.444 C25.3527,34.086 26.4577,32.98 27.8157,32.98 C29.1747,32.98 30.2797,34.086 30.2797,35.444 M14.9907,39.693 C13.8817,39.332 13.0057,38.628 12.3797,37.598 C13.2667,36.78 14.3047,36.347 15.4697,36.308 C18.0147,36.221 20.5947,37.958 21.8457,38.936 C20.3707,39.529 17.3977,40.477 14.9907,39.693 M24.8287,14.394 C24.8287,13.035 25.9347,11.931 27.2927,11.931 C28.6507,11.931 29.7567,13.035 29.7567,14.394 C29.7567,15.752 28.6507,16.857 27.2927,16.857 C25.9347,16.857 24.8287,15.752 24.8287,14.394 M39.3257,22.698 C41.4007,22.698 43.0907,21.009 43.0907,18.934 C43.0907,17.138 41.8227,15.636 40.1367,15.263 C40.7637,14.59 41.1547,13.695 41.1547,12.706 C41.1547,10.631 39.4667,8.941 37.3917,8.941 C35.3157,8.941 33.6267,10.631 33.6267,12.706 C33.6267,14.187 34.4947,15.459 35.7417,16.073 C34.5397,16.849 32.0747,18.57 29.1027,21.355 C29.2947,20.318 29.3157,19.075 28.8777,17.796 C30.1607,17.195 31.0577,15.901 31.0577,14.394 C31.0577,12.318 29.3677,10.63 27.2927,10.63 C25.2177,10.63 23.5277,12.318 23.5277,14.394 C23.5277,16.469 25.2177,18.158 27.2927,18.158 C27.4017,18.158 27.5057,18.136 27.6117,18.126 C28.5627,20.753 27.0267,23.35 27.0107,23.376 L26.9477,23.479 C26.6197,23.821 26.2877,24.172 25.9537,24.536 C25.2517,25.302 24.5447,26.036 23.8367,26.75 C23.9417,26.159 23.9567,25.549 23.8777,24.923 C23.3707,20.909 19.1957,17.657 19.0197,17.52 L18.2907,16.961 L18.0047,17.834 C17.9357,18.047 16.3197,23.085 18.1617,26.686 C18.7967,27.928 19.7787,28.827 21.0537,29.409 C20.1937,30.185 19.3307,30.924 18.4637,31.624 C18.4207,31.655 18.3727,31.687 18.3327,31.719 L17.8237,32.12 L17.8267,32.125 C17.7127,32.215 17.5997,32.305 17.4847,32.393 C18.5867,28.575 16.2537,24.011 16.1517,23.815 L15.7287,23 L15.1017,23.671 C14.9477,23.835 11.3577,27.723 11.5107,31.765 C11.5647,33.175 12.0677,34.427 12.9997,35.502 C10.4667,37.058 7.9117,38.298 5.3437,39.208 L4.7307,39.425 L5.1647,40.65 L5.7767,40.433 C7.5817,39.793 9.3787,38.999 11.1637,38.052 C11.9577,39.467 13.1007,40.447 14.5927,40.931 C15.3867,41.188 16.2167,41.292 17.0367,41.292 C20.1937,41.292 23.2007,39.768 23.3587,39.686 L24.1757,39.266 L23.5077,38.636 C23.3537,38.491 19.9087,35.253 16.0977,35.022 C17.1527,34.287 18.2037,33.502 19.2487,32.66 C19.8067,32.272 22.3927,30.728 24.7107,33.323 C24.2957,33.929 24.0517,34.658 24.0517,35.444 C24.0517,37.519 25.7407,39.209 27.8157,39.209 C29.8917,39.209 31.5807,37.519 31.5807,35.444 C31.5807,33.369 29.8917,31.68 27.8157,31.68 C26.9977,31.68 26.2447,31.95 25.6267,32.395 C24.3707,31.018 22.9967,30.537 21.7467,30.537 C23.3907,29.064 25.0187,27.453 26.6297,25.716 C27.4167,27.006 28.5087,27.914 29.9187,28.372 C30.7117,28.63 31.5417,28.732 32.3617,28.732 C35.5207,28.732 38.5267,27.208 38.6857,27.127 L39.5017,26.706 L38.8337,26.076 C38.6737,25.925 34.9397,22.445 30.9767,22.445 C30.9027,22.445 30.8297,22.446 30.7557,22.449 C30.3947,22.462 30.0447,22.509 29.7047,22.579 C32.2627,20.155 34.4827,18.502 35.8227,17.585 C35.6597,18.006 35.5627,18.457 35.5627,18.934 C35.5627,21.009 37.2507,22.698 39.3257,22.698\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Plant;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PlusLarge = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"24.992 23.008 24.992 9.328 23.009 9.328 23.009 23.008 9.328 23.008 9.328 24.991 23.009 24.991 23.009 38.672 24.992 38.672 24.992 24.991 38.672 24.991 38.672 23.008\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"24.992 23.008 24.992 7.327 23.009 7.327 23.009 23.008 7.327 23.008 7.327 24.991 23.009 24.991 23.009 40.672 24.992 40.672 24.992 24.991 40.672 24.991 40.672 23.008\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"25.254 22.746 25.254 7.993 22.748 7.993 22.748 22.746 7.993 22.746 7.993 25.252 22.748 25.252 22.748 40.007 25.254 40.007 25.254 25.252 40.007 25.252 40.007 22.746\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"24.83 22.323 24.83 5.043 22.324 5.043 22.324 22.323 5.043 22.323 5.043 24.829 22.324 24.829 22.324 42.11 24.83 42.11 24.83 24.829 42.11 24.829 42.11 22.323\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PlusLarge;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PlusSmall = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.9999999,14.225125 L24.999124,22.999125 L33.774875,23 L33.774875,25 L24.999124,24.999125 L24.9999999,33.774876 L22.9999999,33.774876 L22.999124,24.999125 L14.225124,25 L14.225124,23 L22.999124,22.999125 L22.9999999,14.225125 L24.9999999,14.225125 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.9999999,12.225125 L24.999124,22.999125 L35.774875,23 L35.774875,25 L24.999124,24.999125 L24.9999999,35.774876 L22.9999999,35.774876 L22.999124,24.999125 L12.225124,25 L12.225124,23 L22.999124,22.999125 L22.9999999,12.225125 L24.9999999,12.225125 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M24,14.1791048 L23.9999469,22.7361048 L32.5577376,22.7368421 L32.5577376,25.2631579 L23.9999469,25.2631048 L24,33.8208952 L21.4736842,33.8208952 L21.4729469,25.2631048 L12.9159469,25.2631579 L12.9159469,22.7368421 L21.4729469,22.7361048 L21.4736842,14.1791048 L24,14.1791048 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24,11.652789 L23.9996311,22.736789 L35.0840534,22.7368421 L35.0840534,25.2631579 L23.9996311,25.262789 L24,36.347211 L21.4736842,36.347211 L21.4736311,25.262789 L10.3896311,25.2631579 L10.3896311,22.7368421 L21.4736311,22.736789 L21.4736842,11.652789 L24,11.652789 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PlusSmall;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PngFile = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.5334,22.6113 L27.6954,20.3933 L31.0114,24.5103 L27.1354,24.5103 L25.5334,22.6113 Z M16.9894,24.5103 L21.4074,19.2723 L25.8264,24.5103 L16.9894,24.5103 Z M27.7654,18.8873 L24.8854,21.8433 L21.4074,17.7203 L14.8374,25.5103 L33.1004,25.5103 L27.7654,18.8873 Z M12.0004,39.1003 L35.9994,39.1003 L35.9994,8.9003 L12.0004,8.9003 L12.0004,39.1003 Z M10.6994,40.4003 L37.3004,40.4003 L37.3004,7.6003 L10.6994,7.6003 L10.6994,40.4003 Z M27.7574,29.4653 C27.9564,29.2223 28.2234,29.1003 28.5614,29.1003 C28.8894,29.1003 29.1324,29.1763 29.2884,29.3293 C29.4454,29.4813 29.5504,29.6973 29.6024,29.9773 L30.3874,29.9773 C30.3194,29.5003 30.1384,29.1283 29.8464,28.8613 C29.5544,28.5943 29.1214,28.4603 28.5484,28.4603 C27.9834,28.4603 27.5284,28.6403 27.1814,28.9993 C26.8364,29.3583 26.6634,29.8323 26.6634,30.4213 L26.6634,31.4193 C26.6634,32.0083 26.8454,32.4823 27.2124,32.8403 C27.5774,33.2003 28.0544,33.3793 28.6434,33.3793 C29.1054,33.3793 29.4784,33.3093 29.7624,33.1673 C30.0484,33.0263 30.2564,32.8663 30.3874,32.6863 L30.3874,30.8933 L28.6374,30.8933 L28.6374,31.4913 L29.5894,31.4913 L29.5894,32.4503 C29.5144,32.5313 29.4014,32.6003 29.2514,32.6573 C29.0994,32.7143 28.8974,32.7423 28.6434,32.7423 C28.2844,32.7423 27.9974,32.6203 27.7814,32.3763 C27.5654,32.1323 27.4584,31.8133 27.4584,31.4193 L27.4584,30.4143 C27.4584,30.0253 27.5574,29.7083 27.7574,29.4653 L27.7574,29.4653 Z M25.4114,15.5023 C25.9114,15.5023 26.3174,15.9083 26.3174,16.4083 C26.3174,16.9083 25.9114,17.3143 25.4114,17.3143 C24.9114,17.3143 24.5054,16.9083 24.5054,16.4083 C24.5054,15.9083 24.9114,15.5023 25.4114,15.5023 L25.4114,15.5023 Z M25.4114,18.3143 C26.4624,18.3143 27.3174,17.4593 27.3174,16.4083 C27.3174,15.3573 26.4624,14.5023 25.4114,14.5023 C24.3604,14.5023 23.5054,15.3573 23.5054,16.4083 C23.5054,17.4593 24.3604,18.3143 25.4114,18.3143 L25.4114,18.3143 Z M24.9624,32.0273 L24.9524,32.0293 L22.8214,28.5293 L22.0234,28.5293 L22.0234,33.3103 L22.8214,33.3103 L22.8214,29.8103 L22.8314,29.8063 L24.9624,33.3103 L25.7574,33.3103 L25.7574,28.5293 L24.9624,28.5293 L24.9624,32.0273 Z M20.2194,30.6243 C20.0734,30.7793 19.8484,30.8573 19.5474,30.8573 L18.4764,30.8573 L18.4764,29.1693 L19.5474,29.1693 C19.8484,29.1693 20.0734,29.2493 20.2194,29.4093 C20.3644,29.5693 20.4364,29.7733 20.4364,30.0203 C20.4364,30.2673 20.3644,30.4693 20.2194,30.6243 L20.2194,30.6243 Z M19.5474,28.5293 L17.6794,28.5293 L17.6794,33.3103 L18.4764,33.3103 L18.4764,31.4983 L19.5474,31.4983 C20.0854,31.4983 20.5014,31.3643 20.7954,31.0993 C21.0884,30.8333 21.2344,30.4713 21.2344,30.0133 C21.2344,29.5603 21.0884,29.1993 20.7954,28.9313 C20.5014,28.6633 20.0854,28.5293 19.5474,28.5293 L19.5474,28.5293 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.4116,13.502 C25.9116,13.502 26.3176,13.909 26.3176,14.408 C26.3176,14.908 25.9116,15.314 25.4116,15.314 C24.9116,15.314 24.5056,14.908 24.5056,14.408 C24.5056,13.909 24.9116,13.502 25.4116,13.502 L25.4116,13.502 Z M25.4116,16.315 C26.4626,16.315 27.3176,15.46 27.3176,14.408 C27.3176,13.357 26.4626,12.502 25.4116,12.502 C24.3606,12.502 23.5056,13.357 23.5056,14.408 C23.5056,15.46 24.3606,16.315 25.4116,16.315 L25.4116,16.315 Z M25.5336,22.611 L27.6956,20.393 L31.0116,24.51 L27.1356,24.51 L25.5336,22.611 Z M16.9896,24.51 L21.4076,19.272 L25.8266,24.51 L16.9896,24.51 Z M27.7656,18.887 L24.8856,21.843 L21.4076,17.721 L14.8376,25.51 L33.1006,25.51 L27.7656,18.887 Z M12.0006,39.1 L35.9996,39.1 L35.9996,8.9 L12.0006,8.9 L12.0006,39.1 Z M10.6996,40.4 L37.3006,40.4 L37.3006,7.6 L10.6996,7.6 L10.6996,40.4 Z M20.2196,30.625 C20.0736,30.78 19.8496,30.857 19.5476,30.857 L18.4766,30.857 L18.4766,29.169 L19.5476,29.169 C19.8496,29.169 20.0736,29.25 20.2196,29.41 C20.3646,29.569 20.4366,29.773 20.4366,30.02 C20.4366,30.268 20.3646,30.469 20.2196,30.625 L20.2196,30.625 Z M19.5476,28.529 L17.6796,28.529 L17.6796,33.311 L18.4766,33.311 L18.4766,31.498 L19.5476,31.498 C20.0856,31.498 20.5016,31.365 20.7956,31.099 C21.0886,30.833 21.2346,30.471 21.2346,30.014 C21.2346,29.561 21.0886,29.2 20.7956,28.932 C20.5016,28.664 20.0856,28.529 19.5476,28.529 L19.5476,28.529 Z M24.9626,32.027 L24.9526,32.03 L22.8216,28.529 L22.0236,28.529 L22.0236,33.311 L22.8216,33.311 L22.8216,29.81 L22.8316,29.807 L24.9626,33.311 L25.7576,33.311 L25.7576,28.529 L24.9626,28.529 L24.9626,32.027 Z M27.7576,29.465 C27.9566,29.222 28.2246,29.101 28.5616,29.101 C28.8906,29.101 29.1326,29.177 29.2886,29.329 C29.4456,29.481 29.5506,29.697 29.6026,29.978 L30.3876,29.978 C30.3196,29.501 30.1396,29.128 29.8476,28.861 C29.5556,28.594 29.1216,28.46 28.5486,28.46 C27.9836,28.46 27.5286,28.64 27.1826,28.999 C26.8366,29.358 26.6636,29.832 26.6636,30.421 L26.6636,31.419 C26.6636,32.008 26.8466,32.482 27.2126,32.841 C27.5776,33.2 28.0556,33.379 28.6436,33.379 C29.1056,33.379 29.4786,33.309 29.7636,33.168 C30.0486,33.026 30.2566,32.866 30.3876,32.687 L30.3876,30.894 L28.6376,30.894 L28.6376,31.491 L29.5896,31.491 L29.5896,32.45 C29.5156,32.531 29.4016,32.6 29.2516,32.657 C29.0996,32.714 28.8976,32.743 28.6436,32.743 C28.2846,32.743 27.9976,32.621 27.7816,32.377 C27.5656,32.132 27.4586,31.813 27.4586,31.419 L27.4586,30.415 C27.4586,30.025 27.5576,29.709 27.7576,29.465 L27.7576,29.465 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PngFile;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst PoisonInformation = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(8 3)\">\n <path d=\"M15.7646 1.5005C17.8296 1.5005 19.5106 3.1815 19.5106 5.2465 19.5106 7.3125 17.8296 8.9925 15.7646 8.9925 13.6996 8.9925 12.0186 7.3125 12.0186 5.2465 12.0186 3.1815 13.6996 1.5005 15.7646 1.5005M15.7646 10.2935C18.5466 10.2935 20.8116 8.0285 20.8116 5.2465 20.8116 2.4645 18.5466.1995 15.7646.1995 12.9826.1995 10.7176 2.4645 10.7176 5.2465 10.7176 8.0285 12.9826 10.2935 15.7646 10.2935M3.9648 8.9526C3.6578 8.9526 3.4078 9.2016 3.4078 9.5086 3.4078 9.8156 3.6578 10.0636 3.9648 10.0636 4.2718 10.0636 4.5208 9.8156 4.5208 9.5086 4.5208 9.2016 4.2718 8.9526 3.9648 8.9526\" />\n <path d=\"M26.2109,37.9204 C26.0489,37.8404 25.8409,37.7204 25.6589,37.6154 C24.6129,37.0144 22.8609,36.0074 20.1609,36.0074 C18.7769,36.0074 7.6069,35.9594 7.6039,35.9594 C5.9619,35.9594 2.1429,35.4634 2.1429,30.8664 C2.1429,29.0614 2.5839,27.7074 3.4539,26.8424 C4.7069,25.5994 6.5499,25.6014 7.4569,25.6164 L7.6239,25.6174 L10.7179,25.5904 L10.7179,28.7004 L9.6839,28.6924 C9.2039,28.6884 8.8869,28.6854 8.4949,28.6854 C7.7739,28.6854 5.8569,28.6854 5.8569,30.8514 C5.8569,32.1674 6.7979,32.9534 8.3729,32.9534 L8.5939,32.9524 C15.0879,32.9424 19.4379,32.9834 20.5619,33.0714 C22.7959,33.1534 24.1109,33.5964 24.9619,34.5524 C25.7959,35.4904 26.2299,37.2134 26.2109,37.9204 L26.2109,37.9204 Z M12.0189,39.8604 L12.0189,37.2784 C14.7619,37.2904 18.0349,37.3024 19.5109,37.3074 L19.5109,39.8604 L12.0189,39.8604 Z M10.7179,31.6534 C9.9559,31.6524 9.2319,31.6524 8.5919,31.6524 L8.3729,31.6524 C7.1569,31.6524 7.1569,31.1114 7.1569,30.8514 C7.1569,30.1474 7.4069,29.9854 8.4949,29.9854 C8.8829,29.9854 9.1959,29.9884 9.6719,29.9924 L10.7179,30.0014 L10.7179,31.6534 Z M19.5109,22.1794 L19.5109,31.7254 C17.7799,31.6764 14.7769,31.6594 12.0189,31.6544 L12.0189,22.2184 L19.5109,22.1794 Z M21.4579,22.1694 C21.4579,22.1694 22.9839,22.2094 23.3769,22.2094 C23.6609,22.2094 23.8989,22.2984 24.0659,22.4674 C24.2429,22.6464 24.3349,22.9134 24.3309,23.2394 C24.3259,23.6934 24.1569,24.2344 23.3779,24.2344 L21.1759,24.2384 L20.8119,24.2374 L20.8119,22.1734 L21.4579,22.1694 Z M2.5689,17.8484 C1.6559,16.4044 1.3199,14.4254 1.5449,11.7714 C1.5939,10.6924 1.8759,9.6754 2.3799,8.7534 C3.0379,7.5784 3.8949,6.7894 4.9249,6.4084 C5.6349,6.1514 6.4179,6.5124 6.6959,7.2594 C6.8499,7.6414 7.1979,8.7234 7.1349,10.4964 C7.1049,11.1564 6.9869,11.8144 6.7739,12.5144 C6.7499,12.6014 6.6969,12.7054 6.6389,12.8334 C6.4489,13.2424 6.1639,13.8604 6.0929,14.6644 C6.0469,15.1924 6.2139,15.7074 6.6259,16.2644 C6.9749,16.6874 7.4459,17.0054 7.9399,17.1554 C8.2299,17.2534 8.4619,17.2684 8.7949,17.2884 L21.4339,17.3514 C21.4339,17.3514 21.9359,17.3844 23.4939,17.3844 C24.9039,17.3844 29.5029,17.8234 29.5029,23.4774 C29.5029,27.9134 25.9079,28.5874 23.1689,28.7104 C22.4279,28.7454 21.1779,28.7384 21.1679,28.7384 L20.8119,28.7394 L20.8119,25.5384 L21.1739,25.5394 L23.3779,25.5354 C24.7109,25.5354 25.6159,24.6184 25.6319,23.2534 C25.6389,22.5724 25.4169,21.9844 24.9909,21.5534 C24.5799,21.1384 24.0069,20.9084 23.3769,20.9084 C22.9919,20.9084 21.4919,20.8704 21.4719,20.8694 L8.8049,20.9354 C6.0649,20.9054 3.7919,19.7804 2.5689,17.8484 L2.5689,17.8484 Z M12.0189,13.3574 L19.5109,13.3574 L19.5109,16.0424 L12.0189,16.0054 L12.0189,13.3574 Z M21.1689,30.0394 C21.1709,30.0384 22.4619,30.0444 23.2629,30.0074 C29.4949,29.7284 30.8039,26.3024 30.8039,23.4774 C30.8039,18.0254 27.0269,16.0834 23.4939,16.0834 C22.0279,16.0834 21.5349,16.0554 21.4779,16.0524 L20.8119,16.0484 L20.8119,12.0564 L10.7179,12.0564 L10.7179,15.9994 L8.8389,15.9894 C8.5739,15.9724 8.4759,15.9644 8.3369,15.9184 C8.0679,15.8354 7.8169,15.6654 7.6509,15.4654 C7.4539,15.1974 7.3699,14.9794 7.3879,14.7784 C7.4389,14.2004 7.6489,13.7444 7.8179,13.3784 C7.9109,13.1784 7.9849,13.0094 8.0219,12.8834 C8.2639,12.0874 8.3989,11.3254 8.4339,10.5494 C8.5039,8.5944 8.1309,7.3464 7.8989,6.7654 C7.6429,6.0734 7.1289,5.5524 6.5059,5.2674 C6.7999,4.6834 7.1459,4.5244 7.5619,4.3414 C8.1399,4.0864 8.8599,3.7694 9.2139,2.3444 L8.2429,2.1044 C8.0079,3.0524 7.6699,3.2004 7.1579,3.4264 C6.6279,3.6594 5.9839,3.9444 5.5129,5.0274 C5.1689,5.0134 4.8159,5.0644 4.4739,5.1904 C3.1469,5.6804 2.0599,6.6654 1.2419,8.1244 C0.6399,9.2284 0.3049,10.4344 0.2479,11.6874 C-0.0001,14.6084 0.3999,16.8514 1.4709,18.5434 C2.9339,20.8554 5.6019,22.2004 8.8009,22.2354 L10.7179,22.2264 L10.7179,24.2884 L7.4669,24.3164 C6.4769,24.3054 4.1759,24.2944 2.5379,25.9204 C1.4129,27.0374 0.8419,28.7014 0.8419,30.8664 C0.8419,36.7994 6.0179,37.2604 7.6009,37.2604 C7.6009,37.2604 8.9249,37.2664 10.7179,37.2734 L10.7179,41.1614 L20.8119,41.1614 L20.8119,37.3374 C22.7929,37.4784 24.1119,38.2264 25.0119,38.7424 C25.5479,39.0514 26.0009,39.3124 26.4339,39.3124 C26.5939,39.3124 26.7519,39.2754 26.9099,39.1924 C27.1119,39.0854 27.3729,38.8504 27.4669,38.3324 C27.6659,37.2334 27.0259,34.9174 25.9339,33.6894 C24.5779,32.1634 22.4989,31.8584 20.8119,31.7824 L20.8119,30.0404 L21.1689,30.0394 Z\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(7 3)\">\n <path d=\"M16.7642 1.5005C18.8292 1.5005 20.5102 3.1815 20.5102 5.2465 20.5102 7.3125 18.8292 8.9925 16.7642 8.9925 14.6992 8.9925 13.0182 7.3125 13.0182 5.2465 13.0182 3.1815 14.6992 1.5005 16.7642 1.5005M16.7642 10.2935C19.5462 10.2935 21.8112 8.0285 21.8112 5.2465 21.8112 2.4645 19.5462.1995 16.7642.1995 13.9822.1995 11.7172 2.4645 11.7172 5.2465 11.7172 8.0285 13.9822 10.2935 16.7642 10.2935M5.2212 5.9194C4.9202 5.8604 4.6282 6.0574 4.5692 6.3584 4.5102 6.6594 4.7062 6.9514 5.0082 7.0114 5.3092 7.0694 5.6012 6.8734 5.6592 6.5714 5.7192 6.2714 5.5232 5.9794 5.2212 5.9194\" />\n <path d=\"M17.4751,31.7739 C16.6951,31.7139 15.1671,31.6789 13.0181,31.6639 L13.0181,22.2179 L20.5101,22.1789 L20.5101,31.9789 C19.3041,31.8589 18.1681,31.7989 17.4751,31.7739 L17.4751,31.7739 Z M25.2821,34.5549 C24.6161,34.9409 21.9561,36.0069 17.0001,36.0069 C15.6181,36.0069 8.6091,35.9599 8.6041,35.9599 C6.9621,35.9599 3.1431,35.4629 3.1431,30.8669 C3.1431,29.0609 3.5841,27.7069 4.4541,26.8419 C5.7071,25.5989 7.5511,25.6009 8.4571,25.6169 L8.6241,25.6179 L11.7171,25.5899 L11.7171,28.7009 L10.6841,28.6929 C10.2041,28.6879 9.8871,28.6849 9.4951,28.6849 C8.7731,28.6849 6.8561,28.6849 6.8561,30.8509 C6.8561,32.1679 7.7971,32.9539 9.3731,32.9539 L9.5861,32.9529 C14.6221,32.9479 16.5991,33.0109 17.4011,33.0719 C19.9331,33.1649 23.0831,33.4719 24.3291,34.0609 C24.5381,34.1599 25.0121,34.3839 25.2821,34.5549 L25.2821,34.5549 Z M20.5101,39.8609 L13.0181,39.8609 L13.0181,37.2889 C14.7171,37.2979 16.3951,37.3079 17.0001,37.3079 C18.3081,37.3079 19.4731,37.2349 20.5101,37.1179 L20.5101,39.8609 Z M9.5831,31.6529 L9.3731,31.6529 C8.1571,31.6529 8.1571,31.1119 8.1571,30.8509 C8.1571,30.1469 8.4071,29.9859 9.4951,29.9859 C9.8831,29.9859 10.1981,29.9889 10.6721,29.9929 L11.7171,30.0019 L11.7171,31.6559 C11.0481,31.6539 10.3471,31.6519 9.5831,31.6529 L9.5831,31.6529 Z M22.4581,22.1699 C22.4581,22.1699 23.9851,22.2099 24.3771,22.2099 C24.6621,22.2099 24.9001,22.2979 25.0671,22.4669 C25.2441,22.6459 25.3351,22.9139 25.3311,23.2399 C25.3271,23.6939 25.1581,24.2349 24.3781,24.2349 L22.1761,24.2389 L21.8111,24.2379 L21.8111,22.1729 L22.4581,22.1699 Z M9.7981,20.9349 C4.6501,20.9349 2.8091,17.4239 2.1721,14.4789 C1.7001,12.2949 1.7421,10.1979 2.3051,8.2209 C2.5611,7.1709 3.0341,6.2279 3.7041,5.4199 C4.5771,4.3939 5.5691,3.7849 6.6521,3.6079 C7.3891,3.4919 8.0991,3.9939 8.2271,4.7829 C8.3041,5.1869 8.4401,6.3149 8.0371,8.0429 C7.8781,8.6879 7.6371,9.3109 7.2951,9.9549 C7.2551,10.0319 7.1841,10.1219 7.1031,10.2319 C6.8321,10.5999 6.4241,11.1549 6.2101,11.9449 C5.8121,13.4109 6.2821,14.9549 6.8041,15.8319 C7.4021,16.8329 8.7751,17.2889 9.7951,17.2889 L22.4341,17.3509 C22.4341,17.3509 22.9361,17.3839 24.4951,17.3839 C25.9051,17.3839 30.5031,17.8239 30.5031,23.4769 C30.5031,27.9139 26.9091,28.5869 24.1691,28.7109 C23.4281,28.7459 22.1791,28.7389 22.1681,28.7389 L21.8111,28.7399 L21.8111,25.5389 L22.1741,25.5399 L24.3781,25.5359 C25.7111,25.5359 26.6171,24.6189 26.6321,23.2529 C26.6391,22.5729 26.4171,21.9849 25.9921,21.5529 C25.5801,21.1379 25.0071,20.9089 24.3771,20.9089 C23.9931,20.9089 22.4931,20.8709 22.4721,20.8699 L9.7981,20.9349 Z M13.0181,13.3569 L20.5101,13.3569 L20.5101,16.0429 L13.0181,16.0039 L13.0181,13.3569 Z M22.1691,30.0399 C22.1681,30.0389 23.4621,30.0449 24.2631,30.0069 C30.4961,29.7279 31.8041,26.3019 31.8041,23.4769 C31.8041,18.0259 28.0281,16.0839 24.4951,16.0839 C23.0291,16.0839 22.5361,16.0549 22.4781,16.0519 L21.8111,16.0479 L21.8111,12.0559 L11.7171,12.0559 L11.7171,15.9979 L9.7981,15.9879 C9.0341,15.9879 8.1921,15.6189 7.9211,15.1659 C7.6051,14.6349 7.1541,13.4319 7.4641,12.2849 C7.6151,11.7299 7.9121,11.3269 8.1501,11.0029 C8.2811,10.8259 8.3871,10.6739 8.4481,10.5569 C8.8361,9.8249 9.1161,9.1039 9.3011,8.3449 C9.7461,6.4389 9.6201,5.1429 9.5021,4.5299 C9.3841,3.8019 8.9821,3.1889 8.4261,2.7899 C8.8271,2.2749 9.1961,2.1849 9.6381,2.0859 C10.2551,1.9469 11.0231,1.7739 11.6441,0.4449 L10.7381,0.0209 C10.3251,0.9059 9.9641,0.9879 9.4181,1.1099 C8.8531,1.2379 8.1671,1.3929 7.4971,2.3629 C7.1621,2.2819 6.8051,2.2649 6.4441,2.3249 C5.0461,2.5519 3.7911,3.3099 2.7091,4.5839 C1.9071,5.5489 1.3451,6.6699 1.0481,7.8879 C0.4321,10.0479 0.3831,12.3589 0.9011,14.7539 C1.5051,17.5479 3.4651,22.2359 9.8011,22.2359 L11.7171,22.2259 L11.7171,24.2889 L8.4671,24.3169 C7.4831,24.3049 5.1751,24.2949 3.5381,25.9199 C2.4131,27.0379 1.8421,28.7019 1.8421,30.8669 C1.8421,36.7989 7.0181,37.2599 8.5991,37.2599 C8.5991,37.2599 10.0251,37.2699 11.7171,37.2809 L11.7171,41.1619 L21.8111,41.1619 L21.8111,36.9379 C24.4991,36.4899 26.0281,35.7419 26.3931,35.3259 C26.7341,34.9359 26.7471,34.5769 26.6991,34.3439 C26.5691,33.7219 25.9261,33.3779 24.8831,32.8849 C24.1501,32.5389 23.0061,32.3019 21.8111,32.1339 L21.8111,30.0409 L22.1691,30.0399 Z\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default PoisonInformation;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Pregnant = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.6426,16.8561 C25.9206,16.8561 26.1446,16.6301 26.1446,16.3531 C26.1446,16.0761 25.9206,15.8511 25.6426,15.8511 C25.3656,15.8511 25.1406,16.0761 25.1406,16.3531 C25.1406,16.6301 25.3656,16.8561 25.6426,16.8561 L25.6426,16.8561 Z M20.3496,16.8561 C20.6266,16.8561 20.8516,16.6301 20.8516,16.3531 C20.8516,16.0761 20.6266,15.8511 20.3496,15.8511 C20.0726,15.8511 19.8476,16.0761 19.8476,16.3531 C19.8476,16.6301 20.0726,16.8561 20.3496,16.8561 L20.3496,16.8561 Z M25.8256,35.9281 C26.3346,35.9281 26.7496,36.3421 26.7496,36.8521 C26.7496,37.3621 26.3346,37.7761 25.8256,37.7761 L23.5786,37.7761 L23.5786,34.8251 L24.4266,34.8251 C24.6766,34.8251 24.8796,35.0281 24.8796,35.2781 L24.8796,35.9281 L25.8256,35.9281 Z M24.8226,44.3541 C19.9736,44.3541 16.0266,41.0441 15.9766,36.9621 C17.5906,38.2011 19.7436,38.9441 22.2776,39.0521 L22.2776,39.0771 L25.8256,39.0771 C27.0516,39.0771 28.0496,38.0791 28.0496,36.8521 C28.0496,35.7051 27.1766,34.7571 26.0596,34.6401 C25.8046,33.9881 25.1686,33.5241 24.4266,33.5241 L22.9276,33.5241 C19.9196,33.5241 18.3296,32.4011 18.3296,30.2751 C18.3296,29.7971 18.3936,29.3941 18.5266,29.0441 L17.3106,28.5841 C17.1216,29.0841 17.0296,29.6361 17.0296,30.2751 C17.0296,31.5851 17.5566,34.5581 22.2776,34.8081 L22.2776,37.7591 C18.3566,37.5591 14.0776,35.5201 14.0776,30.2751 C14.0776,27.6431 15.1806,25.5681 17.2756,24.2441 C18.8216,25.5141 20.7516,26.2091 22.7616,26.2091 L23.1596,26.2091 C25.1236,26.2091 27.0206,25.5411 28.5506,24.3201 C30.5796,25.5971 31.7776,27.5161 31.7776,29.5251 C31.7776,29.8291 31.7496,30.1301 31.6976,30.4291 C30.8286,29.7411 29.8146,29.1731 28.6776,28.7701 L28.2426,29.9951 C31.5406,31.1641 33.6716,33.8691 33.6716,36.8851 C33.6716,41.0031 29.7026,44.3541 24.8226,44.3541 L24.8226,44.3541 Z M32.7746,31.4261 C32.9636,30.8051 33.0776,30.1691 33.0776,29.5251 C33.0776,26.9161 31.4796,24.4601 28.8036,22.9591 L28.3996,22.7311 L28.0526,23.0401 C26.7026,24.2451 24.9646,24.9081 23.1596,24.9081 L22.7616,24.9081 C20.9606,24.9081 19.2356,24.2521 17.8886,23.0581 L17.6566,22.5291 L17.0316,22.8771 C14.2886,24.4051 12.7776,27.0321 12.7776,30.2751 C12.7776,32.4661 13.4936,34.3521 14.7556,35.8141 C14.7056,36.1691 14.6716,36.5271 14.6716,36.8851 C14.6716,41.7201 19.2256,45.6551 24.8226,45.6551 C30.4186,45.6551 34.9726,41.7201 34.9726,36.8851 C34.9726,34.8501 34.1696,32.9431 32.7746,31.4261 L32.7746,31.4261 Z M15.1186,14.0561 L15.3796,14.0561 L15.3796,15.5971 L15.1186,15.5971 C14.6926,15.5971 14.3476,15.2521 14.3476,14.8271 C14.3476,14.4021 14.6926,14.0561 15.1186,14.0561 L15.1186,14.0561 Z M16.6796,14.0561 L17.4076,14.0561 C18.9266,14.0561 20.2546,13.2151 20.9486,11.9751 C21.6566,13.2161 22.9936,14.0561 24.5216,14.0561 L29.2426,14.0561 L29.2426,16.0491 C29.2426,19.4031 26.5136,22.1311 23.1596,22.1311 L22.7616,22.1311 C19.4086,22.1311 16.6796,19.4031 16.6796,16.0491 L16.6796,14.0561 Z M16.6796,12.7461 C16.6796,9.3921 19.4086,6.6641 22.7616,6.6641 L23.1596,6.6641 C26.5136,6.6641 29.2426,9.3921 29.2426,12.7461 L29.2426,13.0051 L24.5216,13.0051 C22.8346,13.0051 21.4626,11.6331 21.4626,9.9471 L21.4626,9.7331 L20.4126,9.7331 L20.4126,10.0011 C20.4126,11.6581 19.0646,13.0051 17.4076,13.0051 L16.6796,13.0051 L16.6796,12.7461 Z M22.9606,3.3951 C24.2466,3.3951 25.2896,4.4181 25.3376,5.6921 C24.6486,5.4781 23.9176,5.3631 23.1596,5.3631 L22.7616,5.3631 C22.0036,5.3631 21.2726,5.4781 20.5836,5.6921 C20.6316,4.4181 21.6756,3.3951 22.9606,3.3951 L22.9606,3.3951 Z M30.5416,14.0561 L30.8036,14.0561 C31.2286,14.0561 31.5746,14.4021 31.5746,14.8271 C31.5746,15.2521 31.2286,15.5971 30.8036,15.5971 L30.5416,15.5971 L30.5416,14.0561 Z M15.1186,16.6481 L15.4096,16.6481 C15.7166,20.4391 18.8926,23.4321 22.7616,23.4321 L23.1596,23.4321 C27.0286,23.4321 30.2056,20.4391 30.5116,16.6481 L30.8036,16.6481 C31.8076,16.6481 32.6246,15.8311 32.6246,14.8271 C32.6246,13.8231 31.8076,13.0051 30.8036,13.0051 L30.5416,13.0051 L30.5416,12.7461 C30.5416,9.9361 28.9636,7.4891 26.6466,6.2421 L26.6466,5.7811 C26.6466,3.7491 24.9936,2.0951 22.9606,2.0951 C20.9286,2.0951 19.2746,3.7491 19.2746,5.7811 L19.2746,6.2421 C16.9576,7.4891 15.3796,9.9361 15.3796,12.7461 L15.3796,13.0051 L15.1186,13.0051 C14.1136,13.0051 13.2966,13.8231 13.2966,14.8271 C13.2966,15.8311 14.1136,16.6481 15.1186,16.6481 L15.1186,16.6481 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.6427,18.3561 C25.9197,18.3561 26.1447,18.1301 26.1447,17.8531 C26.1447,17.5761 25.9197,17.3511 25.6427,17.3511 C25.3657,17.3511 25.1407,17.5761 25.1407,17.8531 C25.1407,18.1301 25.3657,18.3561 25.6427,18.3561 L25.6427,18.3561 Z M20.3497,18.3561 C20.6267,18.3561 20.8517,18.1301 20.8517,17.8531 C20.8517,17.5761 20.6267,17.3511 20.3497,17.3511 C20.0727,17.3511 19.8477,17.5761 19.8477,17.8531 C19.8477,18.1301 20.0727,18.3561 20.3497,18.3561 L20.3497,18.3561 Z M15.1177,15.5561 L15.3797,15.5561 L15.3797,16.0491 C15.3797,16.0671 15.3817,16.0851 15.3817,16.1021 L15.3817,17.0971 L15.1177,17.0971 C14.6927,17.0971 14.3477,16.7521 14.3477,16.3271 C14.3477,15.9021 14.6927,15.5561 15.1177,15.5561 L15.1177,15.5561 Z M16.6797,15.5561 L17.4077,15.5561 C18.9267,15.5561 20.2547,14.7151 20.9487,13.4751 C21.6567,14.7161 22.9937,15.5561 24.5217,15.5561 L29.2427,15.5561 L29.2427,16.0491 C29.2427,19.4031 26.5137,22.1311 23.1597,22.1311 L22.7617,22.1311 C19.4087,22.1311 16.6797,19.4031 16.6797,16.0491 L16.6797,15.5561 Z M16.6797,12.7461 C16.6797,9.3921 19.4087,6.6641 22.7617,6.6641 L23.1597,6.6641 C26.5137,6.6641 29.2427,9.3921 29.2427,12.7461 L29.2427,14.5051 L24.5217,14.5051 C22.8347,14.5051 21.4627,13.1331 21.4627,11.4471 L21.4627,11.2331 L20.4127,11.2331 L20.4127,11.5011 C20.4127,13.1581 19.0647,14.5051 17.4077,14.5051 L16.6797,14.5051 L16.6797,12.7461 Z M22.9607,4.4931 C23.8037,4.4931 24.5417,4.9341 24.9657,5.5951 C24.3867,5.4491 23.7837,5.3631 23.1597,5.3631 L22.7617,5.3631 C22.1377,5.3631 21.5347,5.4491 20.9557,5.5951 C21.3797,4.9341 22.1187,4.4931 22.9607,4.4931 L22.9607,4.4931 Z M30.5397,16.1001 C30.5397,16.0831 30.5417,16.0661 30.5417,16.0491 L30.5417,15.5561 L30.8037,15.5561 C31.2287,15.5561 31.5747,15.9021 31.5747,16.3271 C31.5747,16.7521 31.2287,17.0971 30.8037,17.0971 L30.5397,17.0971 L30.5397,16.1001 Z M15.1177,18.1481 L15.6877,18.1481 C16.5947,21.1991 19.4207,23.4321 22.7617,23.4321 L23.1597,23.4321 C26.5007,23.4321 29.3277,21.1991 30.2337,18.1481 L30.8037,18.1481 C31.8077,18.1481 32.6247,17.3311 32.6247,16.3271 C32.6247,15.3231 31.8077,14.5051 30.8037,14.5051 L30.5417,14.5051 L30.5417,12.7461 C30.5417,9.9101 28.9317,7.4451 26.5797,6.2091 C26.2627,4.4961 24.7637,3.1921 22.9607,3.1921 C21.1577,3.1921 19.6597,4.4961 19.3427,6.2091 C16.9897,7.4451 15.3797,9.9101 15.3797,12.7461 L15.3797,14.5051 L15.1177,14.5051 C14.1137,14.5051 13.2967,15.3231 13.2967,16.3271 C13.2967,17.3311 14.1137,18.1481 15.1177,18.1481 L15.1177,18.1481 Z M25.8257,35.9281 C26.3347,35.9281 26.7497,36.3421 26.7497,36.8521 C26.7497,37.3621 26.3347,37.7761 25.8257,37.7761 L23.5787,37.7761 L23.5787,34.8251 L24.4267,34.8251 C24.6767,34.8251 24.8797,35.0281 24.8797,35.2781 L24.8797,35.9281 L25.8257,35.9281 Z M25.1637,44.3541 C20.0417,44.3541 16.0267,41.1141 15.9767,36.9621 C17.5907,38.2011 19.7437,38.9441 22.2777,39.0521 L22.2777,39.0771 L25.8257,39.0771 C27.0517,39.0771 28.0497,38.0791 28.0497,36.8521 C28.0497,35.7051 27.1767,34.7571 26.0597,34.6401 C25.8047,33.9881 25.1687,33.5241 24.4267,33.5241 L22.9277,33.5241 C19.9197,33.5241 18.3297,32.4011 18.3297,30.2751 C18.3297,29.7971 18.3937,29.3941 18.5267,29.0441 L17.3107,28.5841 C17.1217,29.0841 17.0297,29.6361 17.0297,30.2751 C17.0297,31.5851 17.5567,34.5581 22.2777,34.8081 L22.2777,37.7591 C18.3567,37.5591 14.0777,35.5201 14.0777,30.2751 C14.0777,27.6431 15.1807,25.5681 17.2757,24.2441 C18.8217,25.5141 20.7517,26.2091 22.7617,26.2091 L23.1597,26.2091 C25.1237,26.2091 27.0207,25.5411 28.5507,24.3201 C30.5797,25.5971 31.7777,27.5161 31.7777,29.5251 C31.7777,29.6731 31.7637,29.8201 31.7507,29.9681 C30.8297,29.4871 29.7917,29.0781 28.6337,28.7561 L28.2867,30.0081 C32.7427,31.2441 35.1967,33.6861 35.1967,36.8851 C35.1967,40.4831 32.0577,44.3541 25.1637,44.3541 L25.1637,44.3541 Z M32.9597,30.6931 C33.0307,30.3071 33.0777,29.9181 33.0777,29.5251 C33.0777,26.9161 31.4797,24.4601 28.8037,22.9591 L28.3997,22.7311 L28.0527,23.0401 C26.7027,24.2451 24.9647,24.9081 23.1597,24.9081 L22.7617,24.9081 C20.9557,24.9081 19.2247,24.2481 17.8757,23.0461 L17.6247,22.5461 L17.0317,22.8771 C14.2887,24.4051 12.7777,27.0331 12.7777,30.2751 C12.7777,32.4691 13.4947,34.3581 14.7617,35.8211 C14.7077,36.1731 14.6717,36.5281 14.6717,36.8851 C14.6717,41.8021 19.2807,45.6551 25.1637,45.6551 C32.6037,45.6551 36.4967,41.2431 36.4967,36.8851 C36.4967,34.3911 35.2427,32.2561 32.9597,30.6931 L32.9597,30.6931 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Pregnant;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Printer = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.6208,27.4026 L8.1798,27.4026 L8.1798,12.4116 L14.2758,12.4116 L14.2758,16.4236 L12.0978,16.4236 L12.0978,17.3226 L35.7028,17.3226 L35.7028,16.4236 L33.5248,16.4236 L33.5248,12.4116 L39.6208,12.4116 L39.6208,27.4026 Z M15.6758,38.0236 L32.1238,38.0236 L32.1238,28.8026 L15.6758,28.8026 L15.6758,38.0236 Z M15.6758,16.4236 L32.1238,16.4236 L32.1238,7.2496 L15.6758,7.2496 L15.6758,16.4236 Z M33.5248,11.0116 L33.5248,5.8496 L14.2758,5.8496 L14.2758,11.0116 L6.7788,11.0116 L6.7788,28.8026 L14.2758,28.8026 L14.2758,39.4236 L33.5248,39.4236 L33.5248,28.8026 L41.0208,28.8026 L41.0208,11.0116 L33.5248,11.0116 Z M32.6608,22.8466 C31.9428,22.8466 31.3588,22.2626 31.3588,21.5446 C31.3588,20.8276 31.9428,20.2436 32.6608,20.2436 C33.3778,20.2436 33.9608,20.8276 33.9608,21.5446 C33.9608,22.2626 33.3778,22.8466 32.6608,22.8466 L32.6608,22.8466 Z M32.6608,19.3436 C31.4468,19.3436 30.4588,20.3306 30.4588,21.5446 C30.4588,22.7586 31.4468,23.7456 32.6608,23.7456 C33.8738,23.7456 34.8618,22.7586 34.8618,21.5446 C34.8618,20.3306 33.8738,19.3436 32.6608,19.3436 L32.6608,19.3436 Z M19.2538,35.3176 L28.5468,35.3176 L28.5468,34.4176 L19.2538,34.4176 L19.2538,35.3176 Z M19.2538,32.0006 L28.5468,32.0006 L28.5468,31.1006 L19.2538,31.1006 L19.2538,32.0006 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.6602,22.8464 C31.9432,22.8464 31.3592,22.2624 31.3592,21.5444 C31.3592,20.8274 31.9432,20.2434 32.6602,20.2434 C33.3782,20.2434 33.9612,20.8274 33.9612,21.5444 C33.9612,22.2624 33.3782,22.8464 32.6602,22.8464 L32.6602,22.8464 Z M32.6602,19.3434 C31.4472,19.3434 30.4592,20.3304 30.4592,21.5444 C30.4592,22.7584 31.4472,23.7454 32.6602,23.7454 C33.8742,23.7454 34.8622,22.7584 34.8622,21.5444 C34.8622,20.3304 33.8742,19.3434 32.6602,19.3434 L32.6602,19.3434 Z M39.6212,27.4024 L8.1792,27.4024 L8.1792,12.4114 L14.2752,12.4114 L14.2752,16.4234 L12.0982,16.4234 L12.0982,17.3234 L35.7022,17.3234 L35.7022,16.4234 L33.5242,16.4234 L33.5242,12.4114 L39.6212,12.4114 L39.6212,27.4024 Z M15.6762,40.5504 L32.1242,40.5504 L32.1242,28.8024 L15.6762,28.8024 L15.6762,40.5504 Z M15.6762,16.4234 L32.1242,16.4234 L32.1242,9.7764 L15.6762,9.7764 L15.6762,16.4234 Z M33.5242,11.0114 L33.5242,8.3764 L14.2752,8.3764 L14.2752,11.0114 L6.7792,11.0114 L6.7792,28.8024 L14.2752,28.8024 L14.2752,41.9504 L33.5242,41.9504 L33.5242,28.8024 L41.0212,28.8024 L41.0212,11.0114 L33.5242,11.0114 Z M19.2532,37.8444 L28.5462,37.8444 L28.5462,36.9444 L19.2532,36.9444 L19.2532,37.8444 Z M19.2532,34.5264 L28.5462,34.5264 L28.5462,33.6264 L19.2532,33.6264 L19.2532,34.5264 Z M19.2532,31.2094 L28.5462,31.2094 L28.5462,30.3094 L19.2532,30.3094 L19.2532,31.2094 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.6287579,22.6968 C31.9757053,22.6968 31.4451789,22.1662737 31.4451789,21.5132211 C31.4451789,20.8614316 31.9757053,20.3309053 32.6287579,20.3309053 C33.2818105,20.3309053 33.8123368,20.8614316 33.8123368,21.5132211 C33.8123368,22.1662737 33.2818105,22.6968 32.6287579,22.6968 L32.6287579,22.6968 Z M32.6287579,19.1940632 C31.3491789,19.1940632 30.3083368,20.2349053 30.3083368,21.5132211 C30.3083368,22.7928 31.3491789,23.8323789 32.6287579,23.8323789 C33.9083368,23.8323789 34.9491789,22.7928 34.9491789,21.5132211 C34.9491789,20.2349053 33.9083368,19.1940632 32.6287579,19.1940632 L32.6287579,19.1940632 Z M19.2228632,35.4041684 L28.5146526,35.4041684 L28.5146526,34.2673263 L19.2228632,34.2673263 L19.2228632,35.4041684 Z M39.4043368,27.1873263 L8.33191579,27.1873263 L8.33191579,12.5650105 L14.0603368,12.5650105 L14.0603368,16.2736421 L12.0670737,16.2736421 L12.0670737,17.4092211 L35.6704421,17.4092211 L35.6704421,16.2736421 L33.6771789,16.2736421 L33.6771789,12.5650105 L39.4043368,12.5650105 L39.4043368,27.1873263 Z M15.7011789,37.9342737 L32.0350737,37.9342737 L32.0350737,28.9557474 L15.7011789,28.9557474 L15.7011789,37.9342737 Z M15.8287579,16.2736421 L31.9074947,16.2736421 L31.9074947,7.40248421 L15.8287579,7.40248421 L15.8287579,16.2736421 Z M33.6771789,10.7953263 L33.6771789,5.63406316 L14.0603368,5.63406316 L14.0603368,10.7953263 L6.56223158,10.7953263 L6.56223158,28.9557474 L14.1866526,28.9557474 L14.1866526,39.4500632 L33.5496,39.4500632 L33.5496,28.9557474 L41.1740211,28.9557474 L41.1740211,10.7953263 L33.6771789,10.7953263 Z M19.2228632,32.0871158 L28.5146526,32.0871158 L28.5146526,30.9502737 L19.2228632,30.9502737 L19.2228632,32.0871158 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.4049684,27.1869474 L8.33128421,27.1869474 L8.33128421,12.5646316 L14.0597053,12.5646316 L14.0597053,16.2732632 L12.0651789,16.2732632 L12.0651789,17.4101053 L35.6710737,17.4101053 L35.6710737,16.2732632 L33.6778105,16.2732632 L33.6778105,12.5646316 L39.4049684,12.5646316 L39.4049684,27.1869474 Z M15.7005474,40.4602105 L32.0357053,40.4602105 L32.0357053,28.9553684 L15.7005474,28.9553684 L15.7005474,40.4602105 Z M15.8281263,16.2732632 L31.9081263,16.2732632 L31.9081263,9.92842105 L15.8281263,9.92842105 L15.8281263,16.2732632 Z M33.6778105,10.7949474 L33.6778105,8.16 L14.0597053,8.16 L14.0597053,10.7949474 L6.56286316,10.7949474 L6.56286316,28.9553684 L14.1860211,28.9553684 L14.1860211,41.976 L33.5502316,41.976 L33.5502316,28.9553684 L41.1733895,28.9553684 L41.1733895,10.7949474 L33.6778105,10.7949474 Z M19.2222316,34.6130526 L28.5152842,34.6130526 L28.5152842,33.4762105 L19.2222316,33.4762105 L19.2222316,34.6130526 Z M19.2222316,37.9313684 L28.5152842,37.9313684 L28.5152842,36.7945263 L19.2222316,36.7945263 L19.2222316,37.9313684 Z M19.2222316,31.2972632 L28.5152842,31.2972632 L28.5152842,30.1604211 L19.2222316,30.1604211 L19.2222316,31.2972632 Z M32.6293895,22.6964211 C31.9763368,22.6964211 31.4458105,22.1658947 31.4458105,21.5141053 C31.4458105,20.8610526 31.9763368,20.3305263 32.6293895,20.3305263 C33.2799158,20.3305263 33.8104421,20.8610526 33.8104421,21.5141053 C33.8104421,22.1658947 33.2799158,22.6964211 32.6293895,22.6964211 L32.6293895,22.6964211 Z M32.6293895,19.1936842 C31.3498105,19.1936842 30.3089684,20.2345263 30.3089684,21.5141053 C30.3089684,22.7924211 31.3498105,23.8332632 32.6293895,23.8332632 C33.9077053,23.8332632 34.9485474,22.7924211 34.9485474,21.5141053 C34.9485474,20.2345263 33.9077053,19.1936842 32.6293895,19.1936842 L32.6293895,19.1936842 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Printer;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Psychosis = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.808,7.3634 C26.798,7.3634 33.163,11.8224 33.237,20.0904 L33.237,20.0904 L35.731,25.4554 C36.041,26.1204 35.99,26.8874 35.595,27.5064 C35.201,28.1254 34.527,28.4944 33.793,28.4944 L33.793,28.4944 L33.238,28.4944 L33.238,29.2344 C33.238,32.6544 30.623,35.4754 27.288,35.8024 L27.288,35.8024 L27.288,41.0184 L12.546,41.0184 L12.546,34.3214 C12.546,32.0304 11.735,30.4284 10.797,28.5724 C9.704,26.4094 8.464,23.9574 8.464,20.0154 C8.464,13.0384 14.001,7.3634 20.808,7.3634 Z M20.808,8.6634 C13.986,8.6634 9.765,14.5564 9.765,20.0154 C9.765,23.6474 10.879,25.8524 11.957,27.9854 C12.929,29.9064 13.846,31.7204 13.846,34.3214 L13.846,34.3214 L13.846,39.7194 L25.987,39.7194 L25.987,34.5344 L26.638,34.5344 C29.56,34.5344 31.937,32.1564 31.937,29.2344 L31.937,29.2344 L31.937,27.1944 L33.793,27.1944 C34.085,27.1944 34.342,27.0534 34.499,26.8074 C34.656,26.5614 34.676,26.2674 34.553,26.0034 L34.553,26.0034 L31.937,20.3794 L31.937,20.2354 C31.937,12.7194 26.203,8.6634 20.808,8.6634 Z M20.9316,11.3103 C25.8606,11.3103 29.8696,15.3203 29.8696,20.2483 C29.8696,25.8133 25.3426,30.3413 19.7766,30.3413 L19.7766,30.3413 L19.7766,29.3413 C24.7906,29.3413 28.8696,25.2623 28.8696,20.2483 C28.8696,15.8713 25.3086,12.3103 20.9316,12.3103 C16.5546,12.3103 12.9946,15.8713 12.9946,20.2483 C12.9946,23.8503 15.9236,26.7793 19.5256,26.7793 C23.1266,26.7793 26.0566,23.8503 26.0566,20.2483 C26.0566,17.4223 23.7576,15.1233 20.9316,15.1233 C18.1056,15.1233 15.8066,17.4223 15.8066,20.2483 C15.8066,22.2983 17.4746,23.9673 19.5256,23.9673 C21.5766,23.9673 23.2446,22.2983 23.2446,20.2483 C23.2446,18.9733 22.2066,17.9353 20.9316,17.9353 C19.6566,17.9353 18.6186,18.9733 18.6186,20.2483 C18.6186,20.7483 19.0256,21.1543 19.5256,21.1543 C20.0256,21.1543 20.4316,20.7483 20.4316,20.2483 L20.4316,20.2483 L21.4316,20.2483 C21.4316,21.2993 20.5766,22.1543 19.5256,22.1543 C18.4746,22.1543 17.6186,21.2993 17.6186,20.2483 C17.6186,18.4213 19.1056,16.9353 20.9316,16.9353 C22.7586,16.9353 24.2446,18.4213 24.2446,20.2483 C24.2446,22.8503 22.1276,24.9673 19.5256,24.9673 C16.9236,24.9673 14.8066,22.8503 14.8066,20.2483 C14.8066,16.8713 17.5546,14.1233 20.9316,14.1233 C24.3096,14.1233 27.0566,16.8713 27.0566,20.2483 C27.0566,24.4013 23.6786,27.7793 19.5256,27.7793 C15.3726,27.7793 11.9936,24.4013 11.9936,20.2483 C11.9936,15.3203 16.0036,11.3103 20.9316,11.3103 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.808,7.3634 C26.798,7.3634 33.163,11.8224 33.237,20.0904 L33.237,20.0904 L35.731,25.4554 C36.041,26.1204 35.99,26.8874 35.595,27.5064 C35.2,28.1254 34.526,28.4944 33.793,28.4944 L33.793,28.4944 L33.237,28.4944 L33.237,29.2344 C33.237,32.6544 30.623,35.4754 27.287,35.8024 L27.287,35.8024 L27.287,41.0184 L12.545,41.0184 L12.545,34.3214 C12.545,32.0304 11.735,30.4284 10.797,28.5724 C9.704,26.4094 8.464,23.9574 8.464,20.0154 C8.464,13.0384 14.001,7.3634 20.808,7.3634 Z M20.808,8.6634 C13.986,8.6634 9.764,14.5564 9.764,20.0154 C9.764,23.6474 10.879,25.8524 11.957,27.9854 C12.928,29.9064 13.846,31.7204 13.846,34.3214 L13.846,34.3214 L13.846,39.7194 L25.987,39.7194 L25.987,34.5344 L26.637,34.5344 C29.56,34.5344 31.937,32.1564 31.937,29.2344 L31.937,29.2344 L31.937,27.1944 L33.793,27.1944 C34.085,27.1944 34.342,27.0534 34.499,26.8074 C34.656,26.5614 34.676,26.2674 34.552,26.0034 L34.552,26.0034 L31.937,20.3794 L31.937,20.2354 C31.937,12.7194 26.203,8.6634 20.808,8.6634 Z M20.5234,11.4773 C22.9094,11.4773 25.1534,12.4073 26.8434,14.0973 C28.6644,15.9173 29.7124,18.3343 29.7964,20.9033 C29.8874,23.6813 28.8104,26.4033 26.8434,28.3703 L26.8434,28.3703 L26.1364,27.6633 C27.9354,25.8643 28.8794,23.4753 28.7964,20.9353 C28.7214,18.6223 27.7764,16.4443 26.1364,14.8043 C24.6354,13.3033 22.6424,12.4773 20.5234,12.4773 C18.4044,12.4773 16.4114,13.3033 14.9104,14.8043 C11.8154,17.8993 11.8154,22.9353 14.9104,26.0303 C16.1454,27.2653 17.7854,27.9453 19.5284,27.9453 C21.2724,27.9453 22.9124,27.2653 24.1474,26.0303 C25.3824,24.7953 26.0624,23.1553 26.0624,21.4123 C26.0624,19.6683 25.3824,18.0283 24.1474,16.7933 C23.1784,15.8243 21.8914,15.2903 20.5234,15.2903 C19.1554,15.2903 17.8684,15.8243 16.8994,16.7933 C15.9304,17.7623 15.3964,19.0493 15.3964,20.4173 C15.3964,21.7853 15.9304,23.0723 16.8994,24.0413 C18.3494,25.4913 20.7084,25.4923 22.1584,24.0413 C22.8614,23.3383 23.2494,22.4043 23.2494,21.4123 C23.2494,20.4193 22.8614,19.4853 22.1584,18.7823 C21.2564,17.8803 19.7894,17.8813 18.8874,18.7823 C18.4504,19.2193 18.2104,19.8003 18.2104,20.4173 C18.2104,21.0343 18.4504,21.6153 18.8874,22.0523 C19.2304,22.3953 19.8264,22.3953 20.1694,22.0523 C20.5234,21.6993 20.5234,21.1243 20.1694,20.7703 L20.1694,20.7703 L20.8774,20.0633 C21.6204,20.8073 21.6204,22.0163 20.8774,22.7593 C20.1564,23.4803 18.9014,23.4803 18.1804,22.7593 C17.5544,22.1333 17.2104,21.3013 17.2104,20.4173 C17.2104,19.5333 17.5544,18.7013 18.1804,18.0753 C19.4724,16.7843 21.5744,16.7833 22.8654,18.0753 C23.7574,18.9673 24.2494,20.1513 24.2494,21.4123 C24.2494,22.6713 23.7574,23.8563 22.8654,24.7483 C21.0254,26.5883 18.0324,26.5883 16.1924,24.7483 C15.0344,23.5903 14.3964,22.0523 14.3964,20.4173 C14.3964,18.7823 15.0344,17.2443 16.1924,16.0863 C17.3494,14.9283 18.8884,14.2903 20.5234,14.2903 C22.1584,14.2903 23.6964,14.9283 24.8544,16.0863 C26.2784,17.5093 27.0624,19.4013 27.0624,21.4123 C27.0624,23.4223 26.2784,25.3133 24.8544,26.7373 C23.4304,28.1613 21.5394,28.9453 19.5284,28.9453 C17.5184,28.9453 15.6274,28.1613 14.2034,26.7373 C10.7184,23.2523 10.7184,17.5823 14.2034,14.0973 C15.8924,12.4083 18.1374,11.4773 20.5234,11.4773 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Psychosis;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Publication = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.331,29.214 L31.356,29.214 L31.356,28.214 L25.331,28.214 L25.331,29.214 Z M25.331,26.368 L31.356,26.368 L31.356,25.368 L25.331,25.368 L25.331,26.368 Z M25.331,32.059 L31.356,32.059 L31.356,31.059 L25.331,31.059 L25.331,32.059 Z M34.521,33.539 C34.521,34.284 33.916,34.889 33.172,34.889 L14.828,34.889 C14.645,34.889 14.47,34.851 14.311,34.785 L14.3,34.78 C13.817,34.574 13.478,34.096 13.478,33.539 L13.478,8.624 C13.478,7.88 14.084,7.274 14.828,7.274 L33.172,7.274 C33.916,7.274 34.521,7.88 34.521,8.624 L34.521,33.539 Z M30.453,40.458 L18.307,36.189 L30.453,36.189 L30.453,40.458 Z M33.172,5.974 L14.828,5.974 C13.367,5.974 12.177,7.163 12.177,8.624 L12.177,33.539 C12.177,34.652 12.868,35.602 13.841,35.994 L13.84,35.997 L31.754,42.293 L31.754,36.189 L33.172,36.189 C34.633,36.189 35.822,35.001 35.822,33.539 L35.822,8.624 C35.822,7.163 34.633,5.974 33.172,5.974 L33.172,5.974 Z M17.144,22.16 L30.856,22.16 L30.856,17.423 L17.144,17.423 L17.144,22.16 Z M16.144,23.159 L31.856,23.159 L31.856,16.422 L16.144,16.422 L16.144,23.159 Z M16.447,14.15 L31.356,14.15 L31.356,13.15 L16.447,13.15 L16.447,14.15 Z M16.644,26.368 L22.668,26.368 L22.668,25.368 L16.644,25.368 L16.644,26.368 Z M16.644,32.059 L22.668,32.059 L22.668,31.059 L16.644,31.059 L16.644,32.059 Z M16.644,29.214 L22.668,29.214 L22.668,28.214 L16.644,28.214 L16.644,29.214 Z M16.447,11.304 L27.191,11.304 L27.191,10.304 L16.447,10.304 L16.447,11.304 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.331,32.059 L31.356,32.059 L31.356,31.059 L25.331,31.059 L25.331,32.059 Z M25.331,29.214 L31.356,29.214 L31.356,28.214 L25.331,28.214 L25.331,29.214 Z M34.521,33.539 C34.521,34.284 33.915,34.889 33.171,34.889 L14.865,34.889 L14.28,34.767 C13.81,34.555 13.479,34.087 13.479,33.539 L13.479,8.624 C13.479,7.88 14.084,7.274 14.829,7.274 L33.171,7.274 C33.915,7.274 34.521,7.88 34.521,8.624 L34.521,33.539 Z M32.454,38.575 L21.067,36.189 L32.454,36.189 L32.454,38.575 Z M33.171,5.974 L14.829,5.974 C13.368,5.974 12.178,7.163 12.178,8.624 L12.178,33.539 C12.178,34.681 12.908,35.647 13.921,36.019 L13.921,36.02 L13.934,36.023 C14.156,36.103 14.39,36.152 14.633,36.169 L33.754,40.176 L33.754,36.12 C34.935,35.853 35.822,34.8 35.822,33.539 L35.822,8.624 C35.822,7.163 34.632,5.974 33.171,5.974 L33.171,5.974 Z M16.644,26.368 L22.669,26.368 L22.669,25.368 L16.644,25.368 L16.644,26.368 Z M17.144,22.16 L30.856,22.16 L30.856,17.423 L17.144,17.423 L17.144,22.16 Z M16.144,23.159 L31.856,23.159 L31.856,16.422 L16.144,16.422 L16.144,23.159 Z M25.331,26.368 L31.356,26.368 L31.356,25.368 L25.331,25.368 L25.331,26.368 Z M16.644,29.214 L22.669,29.214 L22.669,28.214 L16.644,28.214 L16.644,29.214 Z M16.644,32.059 L22.669,32.059 L22.669,31.059 L16.644,31.059 L16.644,32.059 Z M16.448,11.304 L27.191,11.304 L27.191,10.304 L16.448,10.304 L16.448,11.304 Z M16.448,14.15 L31.356,14.15 L31.356,13.15 L16.448,13.15 L16.448,14.15 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Publication;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Puzzle = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.0747,25.0251 C27.2027,26.1001 26.8687,27.5081 27.1597,28.8881 C27.5317,30.6591 28.9847,32.0681 30.7757,32.3951 C31.8977,32.5991 33.0507,32.3871 34.0097,31.7971 C34.4037,31.5551 34.9157,31.4261 35.4887,31.4261 L35.6787,31.4261 L35.6787,39.4101 L12.0707,39.4101 L12.0707,31.4261 L12.1507,31.4261 C12.7957,31.4261 13.3457,31.5601 13.7847,31.8241 C14.4907,32.2481 15.3007,32.4721 16.1257,32.4721 C17.5097,32.4721 18.8037,31.8551 19.6757,30.7801 C20.5477,29.7051 20.8817,28.2971 20.5907,26.9181 C20.2197,25.1481 18.7667,23.7381 16.9767,23.4111 C15.8517,23.2041 14.7017,23.4161 13.7407,24.0081 C13.3467,24.2501 12.8357,24.3791 12.2607,24.3791 L12.0707,24.3791 L12.0707,16.8361 C12.0707,16.2651 12.5347,15.8011 13.1057,15.8011 L21.6507,15.8011 L21.6507,14.1271 C21.6507,13.3111 21.4557,12.5641 21.0877,11.9651 C20.6587,11.2701 20.5127,10.4681 20.6617,9.6471 C20.8937,8.3701 21.8977,7.3341 23.1577,7.0691 C24.1537,6.8581 25.1657,7.0981 25.9327,7.7231 C26.7027,8.3471 27.1437,9.2731 27.1437,10.2631 C27.1437,10.8521 26.9847,11.4301 26.6807,11.9341 C26.2957,12.5791 26.0987,13.3541 26.0987,14.2371 L26.0987,15.8011 L34.6437,15.8011 C35.2157,15.8011 35.6787,16.2651 35.6787,16.8361 L35.6787,24.3791 L35.5987,24.3791 C34.9547,24.3791 34.4047,24.2451 33.9657,23.9811 C33.2597,23.5571 32.4497,23.3331 31.6247,23.3331 C30.2407,23.3331 28.9477,23.9501 28.0747,25.0251 L28.0747,25.0251 Z M33.2967,25.0961 C33.9407,25.4831 34.7167,25.6781 35.5987,25.6781 L36.9797,25.6781 L36.9797,16.8361 C36.9797,15.5481 35.9317,14.5011 34.6437,14.5011 L27.3997,14.5011 L27.3997,14.2371 C27.3997,13.5921 27.5327,13.0421 27.7957,12.6031 C28.2207,11.8971 28.4447,11.0881 28.4447,10.2631 C28.4447,8.8791 27.8277,7.5861 26.7527,6.7131 C25.6787,5.8411 24.2727,5.5071 22.8897,5.7961 C21.1187,6.1691 19.7097,7.6231 19.3827,9.4141 C19.1777,10.5401 19.3897,11.6881 19.9797,12.6471 C20.2217,13.0401 20.3497,13.5521 20.3497,14.1271 L20.3497,14.5011 L13.1057,14.5011 C11.8177,14.5011 10.7697,15.5481 10.7697,16.8361 L10.7697,25.6781 L12.2607,25.6781 C13.0757,25.6781 13.8237,25.4831 14.4227,25.1151 C15.1187,24.6861 15.9237,24.5381 16.7427,24.6901 C18.0187,24.9231 19.0537,25.9261 19.3187,27.1851 C19.5277,28.1801 19.2897,29.1911 18.6657,29.9611 C17.6697,31.1891 15.8037,31.5201 14.4537,30.7091 C13.8087,30.3221 13.0337,30.1271 12.1507,30.1271 L10.7697,30.1271 L10.7697,40.7101 L36.9797,40.7101 L36.9797,30.1271 L35.4887,30.1271 C34.6747,30.1271 33.9277,30.3211 33.3277,30.6901 C32.6327,31.1181 31.8287,31.2661 31.0087,31.1151 C29.7317,30.8821 28.6967,29.8801 28.4307,28.6201 C28.2217,27.6261 28.4607,26.6141 29.0847,25.8441 C30.0807,24.6161 31.9457,24.2851 33.2967,25.0961 L33.2967,25.0961 Z M14.6097,37.4211 L33.1397,37.4211 L33.1397,36.3211 L14.6097,36.3211 L14.6097,37.4211 Z\"\n />\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(9.86 4.88)\">\n <path d=\"M18.2,20.1501 C17.328,21.2251 16.994,22.6331 17.285,24.0131 C17.657,25.7841 19.11,27.1931 20.901,27.5201 C22.024,27.7241 23.175,27.5121 24.135,26.9221 C24.529,26.6801 25.041,26.5511 25.614,26.5511 L25.804,26.5511 L25.804,34.5351 L2.196,34.5351 L2.196,26.5511 L2.276,26.5511 C2.921,26.5511 3.471,26.6851 3.91,26.9491 C4.616,27.3731 5.426,27.5971 6.251,27.5971 C7.635,27.5971 8.929,26.9801 9.801,25.9051 C10.673,24.8301 11.007,23.4221 10.716,22.0431 C10.345,20.2731 8.892,18.8631 7.102,18.5361 C5.978,18.3291 4.827,18.5411 3.866,19.1331 C3.472,19.3751 2.961,19.5041 2.386,19.5041 L2.196,19.5041 L2.196,11.9611 C2.196,11.3901 2.66,10.9261 3.231,10.9261 L11.776,10.9261 L11.776,9.2521 C11.776,8.4361 11.581,7.6891 11.213,7.0901 C10.784,6.3951 10.638,5.5931 10.787,4.7721 C11.019,3.4951 12.023,2.4591 13.283,2.1941 C14.279,1.9831 15.29,2.2231 16.058,2.8481 C16.828,3.4721 17.269,4.3981 17.269,5.3881 C17.269,5.9771 17.11,6.5551 16.806,7.0591 C16.421,7.7041 16.224,8.4791 16.224,9.3621 L16.224,10.9261 L24.769,10.9261 C25.341,10.9261 25.804,11.3901 25.804,11.9611 L25.804,19.5041 L25.724,19.5041 C25.08,19.5041 24.53,19.3701 24.091,19.1061 C23.385,18.6821 22.575,18.4581 21.75,18.4581 C20.366,18.4581 19.073,19.0751 18.2,20.1501 M23.422,20.2211 C24.066,20.6081 24.842,20.8031 25.724,20.8031 L27.105,20.8031 L27.105,11.9611 C27.105,10.6731 26.057,9.6261 24.769,9.6261 L17.525,9.6261 L17.525,9.3621 C17.525,8.7171 17.658,8.1671 17.921,7.7281 C18.346,7.0221 18.57,6.2131 18.57,5.3881 C18.57,4.0041 17.953,2.7111 16.878,1.8381 C15.804,0.9661 14.397,0.6321 13.015,0.9211 C11.244,1.2941 9.835,2.7481 9.508,4.5391 C9.303,5.6651 9.515,6.8131 10.105,7.7721 C10.347,8.1651 10.475,8.6771 10.475,9.2521 L10.475,9.6261 L3.231,9.6261 C1.943,9.6261 0.895,10.6731 0.895,11.9611 L0.895,20.8031 L2.386,20.8031 C3.201,20.8031 3.949,20.6081 4.548,20.2401 C5.244,19.8111 6.049,19.6631 6.868,19.8151 C8.144,20.0481 9.179,21.0511 9.444,22.3101 C9.653,23.3051 9.415,24.3161 8.791,25.0861 C7.796,26.3141 5.929,26.6451 4.579,25.8341 C3.934,25.4471 3.159,25.2521 2.276,25.2521 L0.895,25.2521 L0.895,35.8351 L27.105,35.8351 L27.105,25.2521 L25.614,25.2521 C24.8,25.2521 24.053,25.4461 23.453,25.8151 C22.758,26.2431 21.955,26.3911 21.134,26.2401 C19.857,26.0071 18.822,25.0051 18.556,23.7451 C18.347,22.7511 18.586,21.7391 19.21,20.9691 C20.206,19.7411 22.072,19.4101 23.422,20.2211\" />\n <polygon points=\"6.09 32.546 21.911 32.546 21.911 31.446 6.09 31.446\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Puzzle;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Receptionist = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M34.8818,20.1723 L34.7598,20.1723 L34.7598,14.0103 L34.8818,14.0103 C36.5808,14.0103 37.9628,15.3923 37.9628,17.0913 C37.9628,18.7903 36.5808,20.1723 34.8818,20.1723 L34.8818,20.1723 Z M16.4198,16.0763 L17.3808,16.0763 C19.1908,16.0763 20.7608,15.0323 21.5218,13.5153 C22.2988,15.0343 23.8808,16.0763 25.7008,16.0763 L31.3308,16.0763 L31.3308,20.0213 C31.3308,24.0043 28.0898,27.2443 24.1078,27.2443 L23.6428,27.2443 C22.4098,27.2443 21.2218,26.9283 20.1668,26.3473 C21.1798,26.1813 21.9588,25.3063 21.9588,24.2463 C21.9588,23.0683 20.9998,22.1093 19.8218,22.1093 L17.4058,22.1093 C17.1808,22.1093 16.9668,22.1543 16.7628,22.2193 C16.5368,21.5113 16.4198,20.7763 16.4198,20.0213 L16.4198,16.0763 Z M16.4198,14.6583 C16.4198,10.6753 19.6598,7.4353 23.6428,7.4353 L24.1078,7.4353 C28.0898,7.4353 31.3308,10.6753 31.3308,14.6583 L31.3308,15.0763 L25.7008,15.0763 C23.6648,15.0763 22.0088,13.4203 22.0088,11.3843 L22.0088,11.1353 L21.0088,11.1353 L21.0088,11.4473 C21.0088,13.4483 19.3818,15.0763 17.3808,15.0763 L16.4198,15.0763 L16.4198,14.6583 Z M17.4058,25.0823 C16.9448,25.0823 16.5698,24.7073 16.5698,24.2463 C16.5698,23.7843 16.9448,23.4093 17.4058,23.4093 L19.8218,23.4093 C20.2828,23.4093 20.6588,23.7843 20.6588,24.2463 C20.6588,24.7073 20.2828,25.0823 19.8218,25.0823 L17.4058,25.0823 Z M12.9898,20.1723 L12.8678,20.1723 C11.1698,20.1723 9.7868,18.7903 9.7868,17.0913 C9.7868,15.3923 11.1698,14.0103 12.8678,14.0103 L12.9898,14.0103 L12.9898,20.1723 Z M34.8818,12.7113 L34.6388,12.7113 C33.9308,7.5583 29.5118,3.5733 24.1688,3.5733 L23.5818,3.5733 C18.2378,3.5733 13.8188,7.5583 13.1108,12.7113 L12.8678,12.7113 C10.4518,12.7113 8.4868,14.6753 8.4868,17.0913 C8.4868,19.5063 10.4518,21.4723 12.8678,21.4723 L13.0008,21.4723 L13.0008,22.2363 C13.0008,23.6043 14.0428,24.7213 15.3728,24.8673 C15.6408,25.7413 16.4458,26.3823 17.4058,26.3823 L17.9828,26.3823 C19.5448,27.7743 21.5408,28.5443 23.6428,28.5443 L24.1078,28.5443 C28.8068,28.5443 32.6308,24.7213 32.6308,20.0213 L32.6308,14.6583 C32.6308,9.9593 28.8068,6.1353 24.1078,6.1353 L23.6428,6.1353 C18.9428,6.1353 15.1198,9.9593 15.1198,14.6583 L15.1198,20.0213 C15.1198,21.0533 15.3108,22.0553 15.6698,23.0103 C15.5488,23.1793 15.4578,23.3683 15.3898,23.5683 C14.7698,23.4433 14.3008,22.8933 14.3008,22.2363 L14.3008,14.1533 C14.3008,9.0363 18.4648,4.8733 23.5818,4.8733 L24.1688,4.8733 C29.2858,4.8733 33.4488,9.0363 33.4488,14.1533 L33.4598,14.1533 L33.4598,21.4723 L34.8818,21.4723 C37.2978,21.4723 39.2628,19.5063 39.2628,17.0913 C39.2628,14.6753 37.2978,12.7113 34.8818,12.7113 L34.8818,12.7113 Z M27.0108,19.4643 C27.3358,19.4643 27.5988,19.2013 27.5988,18.8773 C27.5988,18.5523 27.3358,18.2893 27.0108,18.2893 C26.6868,18.2893 26.4238,18.5523 26.4238,18.8773 C26.4238,19.2013 26.6868,19.4643 27.0108,19.4643 L27.0108,19.4643 Z M36.4228,42.8773 L11.3268,42.8773 L11.3268,39.9473 C11.3268,35.4263 14.3018,31.3803 18.5928,30.0193 C21.8518,31.6583 25.8978,31.6583 29.1568,30.0193 C33.4478,31.3803 36.4228,35.4263 36.4228,39.9473 L36.4228,42.8773 Z M29.2748,28.6963 L29.0208,28.6233 L28.7878,28.7473 C25.7818,30.3493 21.9678,30.3493 18.9628,28.7473 L18.7298,28.6233 L18.4758,28.6963 C13.5018,30.1383 10.0268,34.7653 10.0268,39.9473 L10.0268,44.1763 L37.7228,44.1763 L37.7228,39.9473 C37.7228,34.7653 34.2488,30.1383 29.2748,28.6963 L29.2748,28.6963 Z M20.8218,19.4643 C21.1458,19.4643 21.4088,19.2013 21.4088,18.8773 C21.4088,18.5523 21.1458,18.2893 20.8218,18.2893 C20.4968,18.2893 20.2338,18.5523 20.2338,18.8773 C20.2338,19.2013 20.4968,19.4643 20.8218,19.4643 L20.8218,19.4643 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.8749,25.3168 C24.8959,25.3168 25.7239,24.4888 25.7239,23.4678 L22.0259,23.4678 C22.0259,24.4888 22.8539,25.3168 23.8749,25.3168 L23.8749,25.3168 Z M20.8219,19.4638 C21.1459,19.4638 21.4089,19.2008 21.4089,18.8768 C21.4089,18.5528 21.1459,18.2888 20.8219,18.2888 C20.4969,18.2888 20.2339,18.5528 20.2339,18.8768 C20.2339,19.2008 20.4969,19.4638 20.8219,19.4638 L20.8219,19.4638 Z M27.0109,19.4638 C27.3359,19.4638 27.5989,19.2008 27.5989,18.8768 C27.5989,18.5528 27.3359,18.2888 27.0109,18.2888 C26.6869,18.2888 26.4239,18.5528 26.4239,18.8768 C26.4239,19.2008 26.6869,19.4638 27.0109,19.4638 L27.0109,19.4638 Z M34.8819,20.1718 L34.7599,20.1718 L34.7599,14.0108 L34.8819,14.0108 C36.5809,14.0108 37.9629,15.3928 37.9629,17.0908 C37.9629,18.7898 36.5809,20.1718 34.8819,20.1718 L34.8819,20.1718 Z M16.4189,16.0758 L17.3809,16.0758 C19.1899,16.0758 20.7609,15.0318 21.5209,13.5148 C22.2989,15.0338 23.8799,16.0758 25.7009,16.0758 L31.3309,16.0758 L31.3309,20.0218 C31.3309,24.0048 28.0899,27.2448 24.1069,27.2448 L23.6429,27.2448 C22.4099,27.2448 21.2219,26.9288 20.1659,26.3478 C21.1799,26.1818 21.9579,25.3068 21.9579,24.2458 C21.9579,23.0678 20.9999,22.1088 19.8219,22.1088 L17.4069,22.1088 C17.1809,22.1088 16.9669,22.1538 16.7629,22.2188 C16.5369,21.5118 16.4189,20.7758 16.4189,20.0218 L16.4189,16.0758 Z M16.4189,14.6588 C16.4189,10.6758 19.6599,7.4358 23.6429,7.4358 L24.1069,7.4358 C28.0899,7.4358 31.3309,10.6758 31.3309,14.6588 L31.3309,15.0758 L25.7009,15.0758 C23.6649,15.0758 22.0089,13.4208 22.0089,11.3848 L22.0089,11.1348 L21.0089,11.1348 L21.0089,11.4478 C21.0089,13.4478 19.3809,15.0758 17.3809,15.0758 L16.4189,15.0758 L16.4189,14.6588 Z M17.4069,25.0828 C16.9449,25.0828 16.5699,24.7068 16.5699,24.2458 C16.5699,23.7848 16.9449,23.4088 17.4069,23.4088 L19.8219,23.4088 C20.2839,23.4088 20.6589,23.7848 20.6589,24.2458 C20.6589,24.7068 20.2839,25.0828 19.8219,25.0828 L17.4069,25.0828 Z M12.9899,20.1718 L12.8679,20.1718 C11.1689,20.1718 9.7879,18.7898 9.7879,17.0908 C9.7879,15.3928 11.1689,14.0108 12.8679,14.0108 L12.9899,14.0108 L12.9899,20.1718 Z M34.8819,12.7108 L34.6389,12.7108 C33.9309,7.5588 29.5119,3.5728 24.1679,3.5728 L23.5819,3.5728 C18.2379,3.5728 13.8189,7.5588 13.1109,12.7108 L12.8679,12.7108 C10.4529,12.7108 8.4869,14.6758 8.4869,17.0908 C8.4869,19.5068 10.4529,21.4718 12.8679,21.4718 L13.0009,21.4718 L13.0009,22.2368 C13.0009,23.6048 14.0429,24.7218 15.3729,24.8668 C15.6409,25.7408 16.4459,26.3818 17.4069,26.3818 L17.9819,26.3818 C19.5449,27.7748 21.5409,28.5448 23.6429,28.5448 L24.1069,28.5448 C28.8069,28.5448 32.6299,24.7208 32.6299,20.0218 L32.6299,14.6588 C32.6299,9.9588 28.8069,6.1358 24.1069,6.1358 L23.6429,6.1358 C18.9429,6.1358 15.1199,9.9588 15.1199,14.6588 L15.1199,20.0218 C15.1199,21.0528 15.3109,22.0558 15.6699,23.0108 C15.5489,23.1798 15.4579,23.3678 15.3899,23.5688 C14.7699,23.4428 14.3009,22.8938 14.3009,22.2368 L14.3009,14.1538 C14.3009,9.0368 18.4639,4.8728 23.5819,4.8728 L24.1679,4.8728 C29.2859,4.8728 33.4489,9.0368 33.4489,14.1538 L33.4599,14.1538 L33.4599,21.4718 L34.8819,21.4718 C37.2979,21.4718 39.2629,19.5068 39.2629,17.0908 C39.2629,14.6758 37.2979,12.7108 34.8819,12.7108 L34.8819,12.7108 Z M36.4229,42.8768 L11.3269,42.8768 L11.3269,39.9478 C11.3269,35.4258 14.3019,31.3798 18.5929,30.0198 C21.8519,31.6578 25.8979,31.6578 29.1569,30.0198 C33.4489,31.3798 36.4229,35.4258 36.4229,39.9478 L36.4229,42.8768 Z M29.2739,28.6958 L29.0209,28.6228 L28.7879,28.7468 C25.7819,30.3488 21.9679,30.3488 18.9619,28.7468 L18.7289,28.6228 L18.4759,28.6958 C13.5009,30.1388 10.0269,34.7658 10.0269,39.9478 L10.0269,44.1768 L37.7229,44.1768 L37.7229,39.9478 C37.7229,34.7658 34.2489,30.1388 29.2739,28.6958 L29.2739,28.6958 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.9785263,19.4314105 C27.3031579,19.4314105 27.5658947,19.1686737 27.5658947,18.8440421 C27.5658947,18.5194105 27.3031579,18.2566737 26.9785263,18.2566737 C26.6538947,18.2566737 26.3911579,18.5194105 26.3911579,18.8440421 C26.3911579,19.1686737 26.6538947,19.4314105 26.9785263,19.4314105 L26.9785263,19.4314105 Z M34.8492632,20.1577263 L34.7090526,20.1577263 L34.7090526,13.9594105 L34.8492632,13.9594105 C36.5583158,13.9594105 37.9490526,15.3501474 37.9490526,17.0592 C37.9490526,18.7669895 36.5583158,20.1577263 34.8492632,20.1577263 L34.8492632,20.1577263 Z M16.368,16.0486737 L17.3469474,16.0486737 C19.1557895,16.0486737 20.7258947,15.0078316 21.4875789,13.4933053 C22.2682105,15.0090947 23.8484211,16.0486737 25.6673684,16.0486737 L31.3162105,16.0486737 L31.3162105,19.9884632 C31.3162105,23.9813053 28.0673684,27.2301474 24.0745263,27.2301474 L23.6096842,27.2301474 C22.3654737,27.2301474 21.1755789,26.8890947 20.1107368,26.2992 C21.1250526,26.1425684 21.9069474,25.2709895 21.9069474,24.2137263 C21.9069474,23.0453053 20.9570526,22.0941474 19.7898947,22.0941474 L17.3734737,22.0941474 C17.1435789,22.0941474 16.9263158,22.1408842 16.7178947,22.2090947 C16.488,21.4954105 16.368,20.7514105 16.368,19.9884632 L16.368,16.0486737 Z M16.368,14.6250947 C16.368,10.6335158 19.6168421,7.38467368 23.6096842,7.38467368 L24.0745263,7.38467368 C28.0673684,7.38467368 31.3162105,10.6335158 31.3162105,14.6250947 L31.3162105,15.0381474 L25.6673684,15.0381474 C23.6349474,15.0381474 21.9814737,13.3846737 21.9814737,11.3522526 L21.9814737,11.1021474 L20.9709474,11.1021474 L20.9709474,11.4141474 C20.9709474,13.4124632 19.3452632,15.0381474 17.3469474,15.0381474 L16.368,15.0381474 L16.368,14.6250947 Z M17.3734737,25.0676211 C16.9023158,25.0676211 16.5183158,24.6848842 16.5183158,24.2137263 C16.5183158,23.7413053 16.9023158,23.3573053 17.3734737,23.3573053 L19.7898947,23.3573053 C20.2610526,23.3573053 20.6437895,23.7413053 20.6437895,24.2137263 C20.6437895,24.6848842 20.2610526,25.0676211 19.7898947,25.0676211 L17.3734737,25.0676211 Z M12.9751579,20.1577263 L12.8349474,20.1577263 C11.1258947,20.1577263 9.73642105,18.7669895 9.73642105,17.0592 C9.73642105,15.3501474 11.1258947,13.9594105 12.8349474,13.9594105 L12.9751579,13.9594105 L12.9751579,20.1577263 Z M34.8492632,12.6962526 L34.5890526,12.6962526 C33.8905263,7.54509474 29.4745263,3.55856842 24.1351579,3.55856842 L23.5490526,3.55856842 C18.2096842,3.55856842 13.7936842,7.54509474 13.0938947,12.6962526 L12.8349474,12.6962526 C10.4286316,12.6962526 8.47326316,14.6528842 8.47326316,17.0592 C8.47326316,19.4642526 10.4286316,21.4208842 12.8349474,21.4208842 L12.9865263,21.4208842 L12.9865263,22.2040421 C12.9865263,23.5669895 14.0273684,24.6785684 15.3536842,24.8175158 C15.6151579,25.6903579 16.4172632,26.3307789 17.3734737,26.3307789 L17.9570526,26.3307789 C19.5157895,27.7227789 21.5090526,28.4933053 23.6096842,28.4933053 L24.0745263,28.4933053 C28.7646316,28.4933053 32.5793684,24.6785684 32.5793684,19.9884632 L32.5793684,14.6250947 C32.5793684,9.93625263 28.7646316,6.12151579 24.0745263,6.12151579 L23.6096842,6.12151579 C18.9195789,6.12151579 15.1048421,9.93625263 15.1048421,14.6250947 L15.1048421,19.9884632 C15.1048421,21.0217263 15.2968421,22.0246737 15.6581053,22.9808842 C15.5368421,23.1476211 15.4458947,23.3333053 15.3776842,23.5316211 C14.7410526,23.4103579 14.2496842,22.8747789 14.2496842,22.2040421 L14.2496842,14.1210947 C14.2496842,8.99393684 18.4218947,4.82172632 23.5490526,4.82172632 L24.1351579,4.82172632 C29.2635789,4.82172632 33.4345263,8.99393684 33.4345263,14.1210947 L33.4458947,14.1210947 L33.4458947,21.4208842 L34.8492632,21.4208842 C37.2543158,21.4208842 39.2122105,19.4642526 39.2122105,17.0592 C39.2122105,14.6528842 37.2543158,12.6962526 34.8492632,12.6962526 L34.8492632,12.6962526 Z M20.7890526,19.4314105 C21.1124211,19.4314105 21.3764211,19.1686737 21.3764211,18.8440421 C21.3764211,18.5194105 21.1124211,18.2566737 20.7890526,18.2566737 C20.4644211,18.2566737 20.2016842,18.5194105 20.2016842,18.8440421 C20.2016842,19.1686737 20.4644211,19.4314105 20.7890526,19.4314105 L20.7890526,19.4314105 Z M36.4092632,42.8617263 L11.2749474,42.8617263 L11.2749474,39.9147789 C11.2749474,35.3825684 14.2597895,31.3278316 18.5608421,29.9661474 C21.8210526,31.6069895 25.8631579,31.6069895 29.1221053,29.9661474 C33.4256842,31.3278316 36.4092632,35.3825684 36.4092632,39.9147789 L36.4092632,42.8617263 Z M29.2357895,28.6802526 L28.9894737,28.6095158 L28.7633684,28.7295158 C25.7507368,30.3337263 21.9347368,30.3349895 18.9208421,28.7295158 L18.6947368,28.6095158 L18.4484211,28.6802526 C13.4804211,30.1215158 10.0117895,34.7408842 10.0117895,39.9147789 L10.0117895,44.1248842 L37.6724211,44.1248842 L37.6724211,39.9147789 C37.6724211,34.7408842 34.2025263,30.1215158 29.2357895,28.6802526 L29.2357895,28.6802526 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.9782737,19.4314105 C27.3029053,19.4314105 27.5656421,19.1686737 27.5656421,18.8440421 C27.5656421,18.5194105 27.3029053,18.2566737 26.9782737,18.2566737 C26.6536421,18.2566737 26.3909053,18.5194105 26.3909053,18.8440421 C26.3909053,19.1686737 26.6536421,19.4314105 26.9782737,19.4314105 L26.9782737,19.4314105 Z M23.8418526,25.2836211 C24.8637474,25.2836211 25.6911158,24.4562526 25.6911158,23.4356211 L21.9938526,23.4356211 C21.9938526,24.4562526 22.8212211,25.2836211 23.8418526,25.2836211 L23.8418526,25.2836211 Z M20.7888,19.4314105 C21.1134316,19.4314105 21.3761684,19.1686737 21.3761684,18.8440421 C21.3761684,18.5194105 21.1134316,18.2566737 20.7888,18.2566737 C20.4641684,18.2566737 20.2014316,18.5194105 20.2014316,18.8440421 C20.2014316,19.1686737 20.4641684,19.4314105 20.7888,19.4314105 L20.7888,19.4314105 Z M34.8490105,20.1577263 L34.7088,20.1577263 L34.7088,13.9594105 L34.8490105,13.9594105 C36.5580632,13.9594105 37.9488,15.3501474 37.9488,17.0592 C37.9488,18.7669895 36.5580632,20.1577263 34.8490105,20.1577263 L34.8490105,20.1577263 Z M16.3677474,16.0486737 L17.3466947,16.0486737 C19.1555368,16.0486737 20.7256421,15.0078316 21.4885895,13.4933053 C22.2679579,15.0090947 23.8494316,16.0486737 25.6671158,16.0486737 L31.3159579,16.0486737 L31.3159579,19.9884632 C31.3159579,23.9813053 28.0671158,27.2301474 24.0755368,27.2301474 L23.6094316,27.2301474 C22.3652211,27.2301474 21.1753263,26.8890947 20.1104842,26.2992 C21.1260632,26.1425684 21.9079579,25.2709895 21.9079579,24.2137263 C21.9079579,23.0453053 20.9568,22.0941474 19.7896421,22.0941474 L17.3732211,22.0941474 C17.1433263,22.0941474 16.9260632,22.1408842 16.7189053,22.2090947 C16.4877474,21.4954105 16.3677474,20.7514105 16.3677474,19.9884632 L16.3677474,16.0486737 Z M16.3677474,14.6250947 C16.3677474,10.6335158 19.6165895,7.38467368 23.6094316,7.38467368 L24.0755368,7.38467368 C28.0671158,7.38467368 31.3159579,10.6335158 31.3159579,14.6250947 L31.3159579,15.0381474 L25.6671158,15.0381474 C23.6346947,15.0381474 21.9812211,13.3846737 21.9812211,11.3522526 L21.9812211,11.1021474 L20.9719579,11.1021474 L20.9719579,11.4141474 C20.9719579,13.4124632 19.3462737,15.0381474 17.3466947,15.0381474 L16.3677474,15.0381474 L16.3677474,14.6250947 Z M17.3732211,25.0676211 C16.9020632,25.0676211 16.5180632,24.6848842 16.5180632,24.2137263 C16.5180632,23.7413053 16.9020632,23.3573053 17.3732211,23.3573053 L19.7896421,23.3573053 C20.2608,23.3573053 20.6448,23.7413053 20.6448,24.2137263 C20.6448,24.6848842 20.2608,25.0676211 19.7896421,25.0676211 L17.3732211,25.0676211 Z M12.9761684,20.1577263 L12.8346947,20.1577263 C11.1269053,20.1577263 9.73616842,18.7669895 9.73616842,17.0592 C9.73616842,15.3501474 11.1269053,13.9594105 12.8346947,13.9594105 L12.9761684,13.9594105 L12.9761684,20.1577263 Z M34.8490105,12.6962526 L34.5900632,12.6962526 C33.8902737,7.54509474 29.4755368,3.55856842 24.1361684,3.55856842 L23.5488,3.55856842 C18.2094316,3.55856842 13.7934316,7.54509474 13.0936421,12.6962526 L12.8346947,12.6962526 C10.4296421,12.6962526 8.47301053,14.6528842 8.47301053,17.0592 C8.47301053,19.4642526 10.4296421,21.4208842 12.8346947,21.4208842 L12.9862737,21.4208842 L12.9862737,22.2040421 C12.9862737,23.5669895 14.0283789,24.6785684 15.3534316,24.8175158 C15.6149053,25.6903579 16.4170105,26.3307789 17.3732211,26.3307789 L17.9568,26.3307789 C19.5168,27.7227789 21.5100632,28.4933053 23.6094316,28.4933053 L24.0755368,28.4933053 C28.7643789,28.4933053 32.5791158,24.6785684 32.5791158,19.9884632 L32.5791158,14.6250947 C32.5791158,9.93625263 28.7643789,6.12151579 24.0755368,6.12151579 L23.6094316,6.12151579 C18.9205895,6.12151579 15.1045895,9.93625263 15.1045895,14.6250947 L15.1045895,19.9884632 C15.1045895,21.0217263 15.2965895,22.0246737 15.6578526,22.9808842 C15.5378526,23.1476211 15.4456421,23.3333053 15.3774316,23.5316211 C14.7408,23.4103579 14.2494316,22.8747789 14.2494316,22.2040421 L14.2494316,14.1210947 C14.2494316,8.99393684 18.4216421,4.82172632 23.5488,4.82172632 L24.1361684,4.82172632 C29.2633263,4.82172632 33.4342737,8.99393684 33.4342737,14.1210947 L33.4456421,14.1210947 L33.4456421,21.4208842 L34.8490105,21.4208842 C37.2540632,21.4208842 39.2119579,19.4642526 39.2119579,17.0592 C39.2119579,14.6528842 37.2540632,12.6962526 34.8490105,12.6962526 L34.8490105,12.6962526 Z M36.4090105,42.8617263 L11.2759579,42.8617263 L11.2759579,39.9147789 C11.2759579,35.3825684 14.2595368,31.3278316 18.5605895,29.9661474 C21.8208,31.6069895 25.8629053,31.6069895 29.1231158,29.9661474 C33.4254316,31.3278316 36.4090105,35.3825684 36.4090105,39.9147789 L36.4090105,42.8617263 Z M29.2368,28.6815158 L28.9892211,28.6095158 L28.7643789,28.7295158 C25.7492211,30.3349895 21.9332211,30.3337263 18.9218526,28.7295158 L18.6944842,28.6095158 L18.4481684,28.6802526 C13.4814316,30.1202526 10.0128,34.7408842 10.0128,39.9147789 L10.0128,44.1248842 L37.6721684,44.1248842 L37.6721684,39.9147789 C37.6721684,34.7408842 34.2035368,30.1215158 29.2368,28.6815158 L29.2368,28.6815158 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Receptionist;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Referral = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.2618,15.8757 L34.4238,15.8757 L39.1048,20.5567 L21.8628,20.5567 L21.8628,21.8567 L39.1048,21.8567 L34.4238,26.5387 L36.2618,26.5387 L41.5928,21.2077 L36.2618,15.8757 Z M15.8638,30.8267 L30.0348,30.8267 L30.0348,29.5267 L15.8638,29.5267 L15.8638,30.8267 Z M34.5478,39.2257 L10.6258,39.2257 L10.6258,8.5247 L34.5478,8.5247 L34.5478,12.1727 L35.8478,12.1727 L35.8478,7.2247 L9.3248,7.2247 L9.3248,40.5257 L35.8478,40.5257 L35.8478,30.2407 L34.5478,30.2407 L34.5478,39.2257 Z M15.8638,26.3417 L30.0348,26.3417 L30.0348,25.0417 L15.8638,25.0417 L15.8638,26.3417 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.6104,7.2248 L35.6104,12.1728 L34.3104,12.1728 L34.3104,8.5248 L10.3884,8.5248 L10.3884,39.2258 L34.3104,39.2258 L34.3104,30.2408 L35.6104,30.2408 L35.6104,40.5258 L9.0874,40.5258 L9.0874,7.2248 L35.6104,7.2248 Z M29.797,29.526 L29.797,30.826 L15.626,30.826 L15.626,29.526 L29.797,29.526 Z M38.275,15.8758 L43.606,21.2068 L38.275,26.5378 L36.436,26.5378 L41.117,21.8568 L23.875,21.8568 L23.875,20.5568 L41.117,20.5568 L36.436,15.8758 L38.275,15.8758 Z M29.797,25.042 L29.797,26.342 L15.626,26.342 L15.626,25.042 L29.797,25.042 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.7967579,7.21035789 L35.7967579,12.1404632 L34.5336,12.1404632 L34.5336,8.47351579 L10.5740211,8.47351579 L10.5740211,39.2112 L34.5336,39.2112 L34.5336,30.2086737 L35.7967579,30.2086737 L35.7967579,40.4743579 L9.31086316,40.4743579 L9.31086316,7.21035789 L35.7967579,7.21035789 Z M30.0025263,29.5111579 L30.0025263,30.7743158 L15.8311579,30.7743158 L15.8311579,29.5111579 L30.0025263,29.5111579 Z M36.2022316,15.8424 L41.5340211,21.1741895 L36.2022316,26.5059789 L34.4161263,26.5059789 L39.1163368,21.8057684 L21.8287579,21.8057684 L21.8287579,20.5426105 L39.1163368,20.5426105 L34.4161263,15.8424 L36.2022316,15.8424 Z M30.0025263,25.0256842 L30.0025263,26.2901053 L15.8311579,26.2901053 L15.8311579,25.0256842 L30.0025263,25.0256842 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.5590316,7.21035789 L35.5590316,12.1404632 L34.2958737,12.1404632 L34.2958737,8.47351579 L10.3362947,8.47351579 L10.3362947,39.2112 L34.2958737,39.2112 L34.2958737,30.2086737 L35.5590316,30.2086737 L35.5590316,40.4743579 L9.07313684,40.4743579 L9.07313684,7.21035789 L35.5590316,7.21035789 Z M29.7637895,29.5111579 L29.7637895,30.7755789 L15.5924211,30.7755789 L15.5924211,29.5111579 L29.7637895,29.5111579 Z M38.2157053,15.8424 L43.5474947,21.1741895 L38.2157053,26.5059789 L36.4283368,26.5059789 L41.1285474,21.8057684 L23.8422316,21.8057684 L23.8422316,20.5426105 L41.1285474,20.5426105 L36.4296,15.8424 L38.2157053,15.8424 Z M29.7637895,25.0269474 L29.7637895,26.2901053 L15.5924211,26.2901053 L15.5924211,25.0269474 L29.7637895,25.0269474 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Referral;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Refresh = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n\n const normal = (\n <path d=\"M24.1368,10.082 C28.6204902,10.082 32.7507684,12.1879701 35.3970736,15.6875337 L35.6141397,15.9823746 L34.5574603,16.7396254 C32.1648751,13.400975 28.3213888,11.382 24.1368,11.382 C17.0609907,11.382 11.3248,17.1187794 11.3248,24.195 C11.3248,31.2712206 17.0609907,37.008 24.1368,37.008 C30.1452351,37.008 35.2983917,32.8404899 36.6228316,27.0822512 L36.6889876,26.7777311 L37.9626124,27.0382689 C36.6293945,33.555633 30.8711897,38.308 24.1368,38.308 C16.3429907,38.308 10.0248,31.9891609 10.0248,24.195 C10.0248,16.4008391 16.3429907,10.082 24.1368,10.082 Z M35.0671238,10.3123342 L36.3656762,10.3736658 L36.0294246,17.493 L29.1944,17.493 L29.1944,16.193 L34.789,16.192 L35.0671238,10.3123342 Z\" />\n );\n\n const normalHover = (\n <path d=\"M34.1159194,14.2155806 C37.0740256,17.1736868 38.5186542,21.2117161 38.2091621,25.2691023 L41.6820688,22.1073153 L42.5569312,23.0688847 L37.2853633,27.8651024 L32.4519329,23.0327717 L33.3710671,22.1134283 L36.8716215,25.6117065 C37.2965291,21.7799172 35.9899714,17.9281102 33.1967243,15.1348631 C28.1925551,10.1316456 20.0810449,10.1316456 15.0769194,15.1348194 C10.0727675,20.1389713 10.0727675,28.2513804 15.0769194,33.2545806 C19.3210417,37.4987029 25.9027668,38.198496 30.9096753,35.0742492 L31.1861918,34.896744 L31.9024082,35.981656 C26.3507246,39.6466595 18.9191589,38.9352977 14.1577243,34.1738631 C8.64583252,28.6630196 8.64583252,19.7274287 14.1577243,14.2155369 C19.6695551,8.70475437 28.6040449,8.70475437 34.1159194,14.2155806 Z\" />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.7705263,26.8863158 C35.5692632,32.7625263 30.3334737,37.0294737 24.3233684,37.0294737 C17.3191579,37.0294737 11.6197895,31.3313684 11.6197895,24.3258947 C11.6197895,17.3204211 17.3191579,11.6197895 24.3233684,11.6197895 C28.1014737,11.6197895 31.6724211,13.3326316 34.0762105,16.2164211 L29.3823158,16.2164211 L29.3823158,17.7309474 L36.3208421,17.7309474 L36.6618947,10.5094737 L35.1473684,10.4387368 L34.9376842,14.8762105 C32.2547368,11.8698947 28.3932632,10.1052632 24.3233684,10.1052632 C16.4829474,10.1052632 10.1052632,16.4842105 10.1052632,24.3258947 C10.1052632,32.1663158 16.4829474,38.544 24.3233684,38.544 C31.0509474,38.544 36.9094737,33.7692632 38.256,27.1894737 L36.7705263,26.8863158 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M41.7909474,22.1523158 L38.5054737,25.1422105 C38.7328421,21.1190526 37.2498947,17.1413684 34.3736842,14.2651579 C28.8296842,8.71863158 19.8082105,8.71863158 14.2642105,14.2651579 C8.71894737,19.8091579 8.71894737,28.8306316 14.2642105,34.3758947 C17.004,37.1156842 20.6621053,38.5304211 24.3429474,38.5304211 C27.0498947,38.5304211 29.7682105,37.7649474 32.1429474,36.1973684 L31.3092632,34.9316842 C26.3021053,38.2361053 19.5846316,37.5502105 15.3353684,33.3034737 C10.3825263,28.3493684 10.3825263,20.2891579 15.3353684,15.3363158 C20.2894737,10.3847368 28.3484211,10.3847368 33.3025263,15.3363158 C35.9741053,18.0066316 37.2877895,21.7430526 36.9492632,25.482 L33.6309474,22.1624211 L32.5572632,23.2323158 L37.4633684,28.1396842 L42.8128421,23.2727368 L41.7909474,22.1523158 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Refresh;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Refund = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M29.2617,23.0869 C29.5677,22.8709 29.8597,22.7639 30.1377,22.7639 C30.2897,22.7639 30.4197,22.7739 30.5257,22.7919 C30.6297,22.8119 30.7447,22.8399 30.8697,22.8789 L31.1577,21.4419 C30.9557,21.3469 30.6877,21.2989 30.3527,21.2989 C29.9797,21.2989 29.6157,21.4209 29.2617,21.6649 C28.9077,21.9089 28.6057,22.2609 28.3567,22.7209 L28.2987,22.7209 L28.1847,21.4709 L26.8207,21.4709 L26.8207,28.5229 L28.4717,28.5229 L28.4717,24.2139 C28.6917,23.6779 28.9547,23.3019 29.2617,23.0869 L29.2617,23.0869 Z M23.9997,7.2739 C19.0207,7.2739 14.3507,9.4849 11.1877,13.2579 L10.9147,7.4779 L9.5167,7.5439 L9.9117,15.9489 L17.9797,15.9489 L17.9797,14.5489 L11.9387,14.5489 C14.8367,10.8529 19.2667,8.6739 23.9997,8.6739 C32.4507,8.6739 39.3257,15.5489 39.3257,23.9999 C39.3257,32.4509 32.4507,39.3259 23.9997,39.3259 C16.7507,39.3259 10.4367,34.1799 8.9857,27.0889 L7.6147,27.3699 C9.1977,35.1089 16.0887,40.7269 23.9997,40.7269 C33.2227,40.7269 40.7267,33.2229 40.7267,23.9999 C40.7267,14.7769 33.2227,7.2739 23.9997,7.2739 L23.9997,7.2739 Z M18.3907,19.1299 L18.3907,28.5229 L20.0557,28.5229 L20.0557,25.7789 L21.4067,24.0999 L23.9487,28.5229 L25.7857,28.5229 L22.4107,22.7919 L25.2977,19.1299 L23.4457,19.1299 L20.0997,23.3959 L20.0557,23.3959 L20.0557,19.1299 L18.3907,19.1299 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M29.2617,23.0869 C29.5677,22.8709 29.8597,22.7639 30.1377,22.7639 C30.2897,22.7639 30.4197,22.7739 30.5257,22.7919 C30.6297,22.8119 30.7447,22.8399 30.8697,22.8789 L31.1577,21.4419 C30.9557,21.3469 30.6877,21.2989 30.3527,21.2989 C29.9797,21.2989 29.6157,21.4209 29.2617,21.6649 C28.9077,21.9089 28.6057,22.2609 28.3567,22.7209 L28.2987,22.7209 L28.1847,21.4709 L26.8207,21.4709 L26.8207,28.5229 L28.4717,28.5229 L28.4717,24.2139 C28.6917,23.6779 28.9547,23.3019 29.2617,23.0869 L29.2617,23.0869 Z M39.1297,16.6339 C37.1687,12.6199 33.7617,9.6089 29.5357,8.1569 C25.3117,6.7069 20.7737,6.9859 16.7587,8.9479 C12.2847,11.1349 9.0607,15.1719 7.8737,19.9499 L5.0917,14.8749 L3.8637,15.5489 L7.9087,22.9269 L15.1577,19.3859 L14.5427,18.1279 L9.1157,20.7789 C10.0977,16.1869 13.1207,12.2829 17.3737,10.2059 C21.0507,8.4099 25.2097,8.1509 29.0807,9.4819 C32.9527,10.8119 36.0747,13.5699 37.8717,17.2489 C39.6687,20.9269 39.9267,25.0849 38.5967,28.9559 C37.2667,32.8279 34.5077,35.9499 30.8287,37.7469 C27.1517,39.5439 22.9917,39.8009 19.1217,38.4719 C15.2497,37.1419 12.1277,34.3829 10.3307,30.7049 C9.7667,29.5479 9.3497,28.3309 9.0907,27.0869 L7.7197,27.3719 C8.0017,28.7299 8.4567,30.0579 9.0737,31.3189 C11.0337,35.3329 14.4417,38.3439 18.6667,39.7959 C20.4487,40.4069 22.2847,40.7119 24.1157,40.7119 C26.6257,40.7119 29.1217,40.1399 31.4447,39.0049 C35.4577,37.0439 38.4687,33.6369 39.9207,29.4109 C41.3717,25.1859 41.0917,20.6489 39.1297,16.6339 L39.1297,16.6339 Z M18.3907,19.1299 L18.3907,28.5229 L20.0557,28.5229 L20.0557,25.7789 L21.4067,24.0999 L23.9487,28.5229 L25.7857,28.5229 L22.4107,22.7919 L25.2977,19.1299 L23.4457,19.1299 L20.0997,23.3959 L20.0557,23.3959 L20.0557,19.1299 L18.3907,19.1299 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Refund;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Reply = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(6 6)\">\n <path d=\"M35.2906,31.6779 L33.2906,31.6779 L33.2906,26.4779 C33.2906,19.6879 27.7676,14.1639 20.9776,14.1639 L1.7086,14.1639 L1.7086,12.1639 L20.9776,12.1639 C28.8696,12.1639 35.2906,18.5849 35.2906,26.4779 L35.2906,31.6779 Z\" />\n <polygon points=\"12.388 25.819 .33 13.263 12.179 .637 13.637 2.005 3.088 13.248 13.83 24.433\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(2 6)\">\n <path d=\"M39.2909,28.1608 L37.2909,28.1608 L37.2909,26.4778 C37.2909,19.6878 31.7669,14.1638 24.9779,14.1638 L2.1919,14.1638 L2.1919,12.1638 L24.9779,12.1638 C32.8699,12.1638 39.2909,18.5848 39.2909,26.4778 L39.2909,28.1608 Z\" />\n <polygon points=\"12.87 25.819 .814 13.263 12.662 .637 14.12 2.005 3.571 13.248 14.313 24.433\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.2539666,17.3630295 L10.8007667,17.3630295 L20.0227878,7.7157422 L18.1584496,6 L6,18.718817 L18.3718454,31.3636364 L20.2157385,29.6253186 L10.671707,19.8714245 L27.2539666,19.8714245 C33.9752955,19.8714245 39.4443616,25.2393899 39.4443616,31.8364688 L39.4443616,37 L42,37 L42,31.8364688 C42,23.85601 35.3847301,17.3630295 27.2539666,17.3630295\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M26.4617696,17.5666606 L6.73311367,17.5666606 L15.8251769,7.74648915 L13.9871112,6 L2,18.9467445 L14.1974998,31.8181652 L16.0154085,30.048696 L6.60587266,20.1200073 L26.4617696,20.1200073 C33.0883807,20.1200073 38.480376,25.5841693 38.480376,32.2994711 L38.480376,34 L41,34 L41,32.2994711 C41,24.1759985 34.4779533,17.5666606 26.4617696,17.5666606\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Reply;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Rocket = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.4451,29.9993 L29.1511,32.3163 L27.9741,29.4403 C29.4891,28.4543 31.0321,27.3053 32.3311,26.0463 C32.8041,27.4133 32.4771,28.9563 31.4451,29.9993 L31.4451,29.9993 Z M21.8631,31.3743 L16.5541,26.1193 C17.4451,24.2133 19.9011,19.3213 22.9611,16.2283 C24.0531,15.1253 25.4111,14.2453 26.8621,13.5353 L34.3401,20.9363 C33.6451,22.3943 32.7791,23.7613 31.6871,24.8643 C28.6261,27.9573 23.7601,30.4633 21.8631,31.3743 L21.8631,31.3743 Z M15.5351,18.8423 L17.8291,16.5233 C18.8611,15.4813 20.4021,15.1383 21.7731,15.5973 C20.5281,16.9083 19.3941,18.4643 18.4241,19.9883 L15.5351,18.8423 Z M36.9491,10.8213 C36.7541,12.7633 36.2321,16.3253 34.9011,19.6623 L28.1301,12.9623 C31.4531,11.5953 35.0101,11.0363 36.9491,10.8213 L36.9491,10.8213 Z M33.2891,25.0273 C38.0311,19.3873 38.3611,9.3953 38.3611,9.3953 C38.3611,9.3953 28.3861,9.8273 22.7931,14.6183 L22.6871,14.5513 C20.7371,13.6593 18.4131,14.0853 16.9051,15.6093 L13.2281,19.3243 L17.7331,21.1133 C16.0411,23.9613 14.9971,26.4073 14.9971,26.4073 L21.5911,32.9343 C21.5911,32.9343 24.0271,31.8643 26.8571,30.1433 L28.6921,34.6293 L32.3691,30.9133 C33.8771,29.3903 34.2781,27.0623 33.3681,25.1213 L33.2891,25.0273 Z M16.7791,35.4583 L16.6611,35.5893 C16.6181,35.6283 16.5721,35.6663 16.5241,35.7063 C16.4311,35.7853 16.3341,35.8563 16.2131,35.9363 C14.6531,36.9893 12.3251,37.2453 10.9461,37.2983 C10.9981,36.0393 11.2121,33.9173 12.0301,32.3653 L12.0461,32.3343 L12.0611,32.3033 C12.1941,32.0153 12.3661,31.7563 12.5771,31.5323 L12.6971,31.4183 C13.2341,30.9103 13.9371,30.6303 14.6761,30.6303 C15.4381,30.6303 16.1541,30.9253 16.6951,31.4613 C17.8041,32.5583 17.8411,34.3133 16.7791,35.4583 L16.7791,35.4583 Z M17.6101,30.5363 C16.7971,29.7313 15.7371,29.3303 14.6761,29.3303 C13.6421,29.3303 12.6091,29.7123 11.8041,30.4743 L11.7991,30.4693 C11.7831,30.4843 11.7691,30.5033 11.7531,30.5203 C11.7371,30.5363 11.7181,30.5503 11.7011,30.5673 C11.3491,30.9233 11.0781,31.3293 10.8801,31.7593 C9.9041,33.6103 9.6801,36.0733 9.6391,37.4813 C9.6211,38.1013 10.1131,38.6043 10.7291,38.6043 L10.7571,38.6043 C12.2781,38.5653 15.0321,38.3033 16.9411,37.0133 C17.0861,36.9183 17.2271,36.8143 17.3621,36.7003 C17.4951,36.5913 17.6241,36.4763 17.7451,36.3533 L17.7331,36.3423 C19.2581,34.6963 19.2171,32.1273 17.6101,30.5363 L17.6101,30.5363 Z M28.1631,22.0983 C27.5081,22.7583 26.4381,22.7643 25.7771,22.1093 C25.4571,21.7933 25.2791,21.3703 25.2770828,20.9193 C25.2751,20.4693 25.4471,20.0443 25.7651,19.7243 C26.0821,19.4033 26.5051,19.2263 26.9551,19.2233 L26.9651,19.2233 C27.4111,19.2233 27.8331,19.3963 28.1511,19.7113 C28.8121,20.3653 28.8181,21.4363 28.1631,22.0983 L28.1631,22.0983 Z M26.9651,17.9233 L26.9481,17.9233 C26.1511,17.9283 25.4021,18.2423 24.8411,18.8103 C24.2791,19.3763 23.9731,20.1283 23.9770613,20.9263 C23.9811,21.7243 24.2961,22.4733 24.8621,23.0333 C25.4441,23.6083 26.2041,23.8963 26.9641,23.8963 C27.7341,23.8963 28.5041,23.6013 29.0871,23.0123 C30.2451,21.8413 30.2361,19.9453 29.0651,18.7873 C28.5021,18.2293 27.7571,17.9233 26.9651,17.9233 L26.9651,17.9233 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.6105,26.5257 L33.3165,28.8427 L32.1395,25.9657 C33.6545,24.9807 35.1985,23.8317 36.4965,22.5727 C36.9695,23.9387 36.6425,25.4837 35.6105,26.5257 L35.6105,26.5257 Z M26.0285,27.8997 L20.7195,22.6457 C21.6105,20.7397 24.0665,15.8477 27.1275,12.7547 C28.2195,11.6517 29.5775,10.7717 31.0275,10.0617 L38.5055,17.4627 C37.8105,18.9207 36.9445,20.2867 35.8525,21.3907 C32.7915,24.4837 27.9255,26.9897 26.0285,27.8997 L26.0285,27.8997 Z M19.7005,15.3687 L21.9955,13.0497 C23.0265,12.0067 24.5675,11.6637 25.9385,12.1247 C24.6935,13.4347 23.5595,14.9897 22.5895,16.5147 L19.7005,15.3687 Z M41.1145,7.3467 C40.9195,9.2887 40.3975,12.8507 39.0665,16.1887 L32.2955,9.4877 C35.6185,8.1217 39.1755,7.5627 41.1145,7.3467 L41.1145,7.3467 Z M37.4545,21.5537 C42.1965,15.9137 42.5265,5.9217 42.5265,5.9217 C42.5265,5.9217 32.5515,6.3537 26.9585,11.1447 L26.8525,11.0777 C24.9025,10.1867 22.5785,10.6117 21.0705,12.1357 L17.3935,15.8507 L21.8985,17.6397 C20.2065,20.4877 19.1625,22.9327 19.1625,22.9327 L25.7565,29.4607 C25.7565,29.4607 28.1925,28.3907 31.0225,26.6697 L32.8575,31.1557 L36.5345,27.4397 C38.0425,25.9167 38.4435,23.5877 37.5335,21.6477 L37.4545,21.5537 Z M32.3285,18.6237 L32.3285,18.6237 C32.0115,18.9437 31.5895,19.1217 31.1385,19.1247 C30.6695,19.0937 30.2625,18.9527 29.9425,18.6357 C29.2815,17.9817 29.2765,16.9107 29.9305,16.2497 C30.2595,15.9177 30.6945,15.7507 31.1295,15.7507 C31.5585,15.7507 31.9875,15.9127 32.3165,16.2377 C32.6365,16.5547 32.8145,16.9777 32.8165171,17.4277 C32.8185,17.8787 32.6455,18.3027 32.3285,18.6237 L32.3285,18.6237 Z M29.0065,15.3357 C27.8475,16.5057 27.8575,18.4017 29.0275,19.5597 C29.5915,20.1177 30.3375,20.4237 31.1295,20.4237 L31.1455,20.4237 C31.9435,20.4197 32.6915,20.1047 33.2535,19.5377 C33.8145,18.9707 34.1205,18.2187 34.1165387,17.4217 C34.1125,16.6237 33.7985,15.8757 33.2305,15.3137 C32.0605,14.1567 30.1655,14.1657 29.0065,15.3357 L29.0065,15.3357 Z M20.9455,31.9847 L20.8285,32.1147 C20.7845,32.1537 20.7385,32.1927 20.6895,32.2327 C20.5965,32.3107 20.5005,32.3817 20.3785,32.4627 C18.8195,33.5157 16.4905,33.7717 15.1115,33.8247 C15.1635,32.5647 15.3785,30.4407 16.1955,28.8917 L16.2115,28.8607 L16.2265,28.8297 C16.3585,28.5427 16.5305,28.2857 16.7435,28.0567 L16.8625,27.9447 C17.3995,27.4367 18.1025,27.1567 18.8415,27.1567 C19.6035,27.1567 20.3195,27.4517 20.8605,27.9867 C21.9695,29.0837 22.0065,30.8387 20.9455,31.9847 L20.9455,31.9847 Z M21.7755,27.0627 C20.9625,26.2577 19.9025,25.8567 18.8415,25.8567 C17.8085,25.8567 16.7745,26.2387 15.9695,27.0007 L15.9645,26.9957 C15.9485,27.0107 15.9345,27.0297 15.9195,27.0467 C15.9025,27.0627 15.8835,27.0767 15.8665,27.0927 C15.5145,27.4497 15.2435,27.8547 15.0455,28.2857 C14.0695,30.1357 13.8455,32.5987 13.8045,34.0077 C13.7865,34.6267 14.2795,35.1307 14.8945,35.1307 L14.9225,35.1307 C16.4445,35.0917 19.1985,34.8297 21.1065,33.5387 C21.2525,33.4447 21.3925,33.3407 21.5275,33.2267 C21.6605,33.1167 21.7895,33.0027 21.9105,32.8797 L21.8995,32.8687 C23.4235,31.2217 23.3825,28.6537 21.7755,27.0627 L21.7755,27.0627 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Rocket;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst RtfFile = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M18,15.59 L30,15.59 L30,14.59 L18,14.59 L18,15.59 Z M18,19.781 L30,19.781 L30,18.781 L18,18.781 L18,19.781 Z M18,23.973 L30,23.973 L30,22.973 L18,22.973 L18,23.973 Z M12,39.1 L35.999,39.1 L35.999,8.9 L12,8.9 L12,39.1 Z M10.699,40.4 L37.3,40.4 L37.3,7.6 L10.699,7.6 L10.699,40.4 Z M20.602,30.489 C20.457,30.61 20.222,30.671 19.893,30.671 L18.961,30.671 L18.961,29.145 L19.949,29.145 C20.251,29.145 20.472,29.212 20.611,29.346 C20.749,29.48 20.818,29.672 20.818,29.921 C20.818,30.179 20.745,30.368 20.602,30.489 L20.602,30.489 Z M21.578,32.515 L21.578,32.115 C21.578,31.82 21.521,31.577 21.405,31.388 C21.288,31.199 21.093,31.059 20.815,30.969 C21.081,30.858 21.282,30.716 21.418,30.542 C21.553,30.368 21.621,30.151 21.621,29.891 C21.621,29.434 21.482,29.087 21.204,28.852 C20.927,28.618 20.517,28.5 19.972,28.5 L18.158,28.5 L18.158,33.311 L18.961,33.311 L18.961,31.315 L19.999,31.315 C20.247,31.315 20.441,31.387 20.575,31.528 C20.711,31.671 20.779,31.868 20.779,32.122 L20.779,32.508 C20.779,32.663 20.79,32.816 20.815,32.969 C20.839,33.122 20.897,33.236 20.987,33.311 L21.81,33.311 L21.81,33.225 C21.724,33.15 21.663,33.049 21.63,32.921 C21.595,32.793 21.578,32.658 21.578,32.515 L21.578,32.515 Z M22.1,29.145 L23.6,29.145 L23.6,33.311 L24.404,33.311 L24.404,29.145 L25.906,29.145 L25.906,28.5 L22.1,28.5 L22.1,29.145 Z M26.607,33.311 L27.409,33.311 L27.409,31.259 L29.504,31.259 L29.504,30.615 L27.409,30.615 L27.409,29.145 L29.841,29.145 L29.841,28.5 L26.607,28.5 L26.607,33.311 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M17,15.59 L31.001,15.59 L31.001,14.59 L17,14.59 L17,15.59 Z M17,19.781 L31.001,19.781 L31.001,18.781 L17,18.781 L17,19.781 Z M17,23.973 L31.001,23.973 L31.001,22.973 L17,22.973 L17,23.973 Z M12,39.1 L35.999,39.1 L35.999,8.9 L12,8.9 L12,39.1 Z M10.699,40.4 L37.3,40.4 L37.3,7.6 L10.699,7.6 L10.699,40.4 Z M20.602,30.489 C20.457,30.61 20.222,30.671 19.894,30.671 L18.962,30.671 L18.962,29.145 L19.949,29.145 C20.251,29.145 20.472,29.212 20.61,29.346 C20.749,29.48 20.818,29.672 20.818,29.921 C20.818,30.179 20.746,30.368 20.602,30.489 L20.602,30.489 Z M21.578,32.515 L21.578,32.115 C21.578,31.82 21.521,31.577 21.405,31.388 C21.289,31.199 21.093,31.059 20.815,30.969 C21.081,30.858 21.282,30.716 21.418,30.542 C21.554,30.368 21.621,30.151 21.621,29.891 C21.621,29.434 21.482,29.087 21.205,28.852 C20.928,28.618 20.517,28.5 19.973,28.5 L18.158,28.5 L18.158,33.311 L18.962,33.311 L18.962,31.315 L19.999,31.315 C20.248,31.315 20.44,31.387 20.575,31.528 C20.711,31.671 20.778,31.868 20.778,32.122 L20.778,32.508 C20.778,32.663 20.791,32.816 20.815,32.969 C20.839,33.122 20.896,33.236 20.987,33.311 L21.81,33.311 L21.81,33.225 C21.724,33.15 21.663,33.049 21.63,32.921 C21.595,32.793 21.578,32.658 21.578,32.515 L21.578,32.515 Z M22.101,29.145 L23.601,29.145 L23.601,33.311 L24.403,33.311 L24.403,29.145 L25.906,29.145 L25.906,28.5 L22.101,28.5 L22.101,29.145 Z M26.606,33.311 L27.409,33.311 L27.409,31.259 L29.504,31.259 L29.504,30.615 L27.409,30.615 L27.409,29.145 L29.842,29.145 L29.842,28.5 L26.606,28.5 L26.606,33.311 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default RtfFile;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Save = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(10 9)\">\n <polygon points=\"27.859 28.839 .141 28.839 .141 18.928 1.441 18.928 1.441 27.539 26.559 27.539 26.559 18.928 27.859 18.928\" />\n <polygon points=\"13.372 20.496 14.672 20.496 14.672 .881 13.372 .881\" />\n <polygon points=\"14.093 21.392 5.07 12.926 5.959 11.977 14.082 19.6 22.165 11.838 23.065 12.776\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(10 12)\">\n <polygon points=\"13.372 20.023 14.672 20.023 14.672 .408 13.372 .408\" />\n <polygon points=\"14.093 20.919 5.07 12.453 5.959 11.504 14.082 19.127 22.165 11.365 23.065 12.303\" />\n <polygon points=\"27.859 25.839 .141 25.839 .141 15.928 1.441 15.928 1.441 24.539 26.559 24.539 26.559 15.928 27.859 15.928\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.2155789,9.47343158 L23.2155789,27.1664842 L16.0661053,20.4578526 L14.9633684,21.6325895 L24.0947368,30.2018526 L33.1717895,21.4810105 L32.0564211,20.3189053 L24.8273684,27.2624842 L24.8273684,9.47343158 L23.2155789,9.47343158 Z M36.4042105,27.5214316 L36.4042105,35.9770105 L11.5957895,35.9770105 L11.5957895,27.5214316 L9.98526316,27.5214316 L9.98526316,37.5875368 L38.0147368,37.5875368 L38.0147368,27.5214316 L36.4042105,27.5214316 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.2174737,11.9997474 L23.2174737,29.6940632 L16.0667368,22.9841684 L14.964,24.1589053 L24.0941053,32.7281684 L33.1724211,24.0073263 L32.0583158,22.8452211 L24.828,29.7875368 L24.828,11.9997474 L23.2174737,11.9997474 Z M36.4035789,27.5214316 L36.4035789,35.9770105 L11.5976842,35.9770105 L11.5976842,27.5214316 L9.98589474,27.5214316 L9.98589474,37.5875368 L38.0141053,37.5875368 L38.0141053,27.5214316 L36.4035789,27.5214316 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Save;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Scale = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M36.1987,31.2554 C33.4067,31.2554 31.1257,29.1274 30.8297,26.4124 L41.5677,26.4124 C41.2717,29.1274 38.9907,31.2554 36.1987,31.2554 L36.1987,31.2554 Z M36.1987,13.9854 L41.3027,25.2434 L31.0947,25.2434 L36.1987,13.9854 Z M23.8747,14.9214 C22.5787,14.9214 21.5247,13.8664 21.5247,12.5704 C21.5247,11.2744 22.5787,10.2194 23.8747,10.2194 C25.1717,10.2194 26.2257,11.2744 26.2257,12.5704 C26.2257,13.8664 25.1717,14.9214 23.8747,14.9214 L23.8747,14.9214 Z M27.7077,36.2374 C28.6477,36.2374 29.4457,36.8534 29.7207,37.7024 L18.0297,37.7024 C18.3047,36.8534 19.1027,36.2374 20.0427,36.2374 L27.7077,36.2374 Z M16.6557,25.2434 L6.4467,25.2434 L11.5517,13.9854 L16.6557,25.2434 Z M11.5517,31.2554 C8.7587,31.2554 6.4777,29.1274 6.1817,26.4124 L16.9207,26.4124 C16.6247,29.1274 14.3437,31.2554 11.5517,31.2554 L11.5517,31.2554 Z M37.1357,13.2204 L37.9617,13.2204 L37.9617,11.9204 L27.4607,11.9204 C27.1907,10.4294 26.0167,9.2554 24.5247,8.9844 L24.5247,7.8974 L23.2247,7.8974 L23.2247,8.9844 C21.7337,9.2554 20.5597,10.4294 20.2897,11.9204 L9.7887,11.9204 L9.7887,13.2204 L10.6147,13.2204 L4.9547,25.7014 L4.9547,25.8284 C4.9547,29.4654 7.9137,32.4244 11.5517,32.4244 C15.1887,32.4244 18.1477,29.4654 18.1477,25.8284 L18.1477,25.7014 L12.4877,13.2204 L20.2897,13.2204 C20.5597,14.7114 21.7337,15.8854 23.2247,16.1554 L23.2247,34.9374 L20.0427,34.9374 C18.1587,34.9374 16.6277,36.4694 16.6277,38.3524 L16.6277,39.0024 L31.1227,39.0024 L31.1227,38.3524 C31.1227,36.4694 29.5907,34.9374 27.7077,34.9374 L24.5247,34.9374 L24.5247,16.1554 C26.0167,15.8854 27.1907,14.7114 27.4607,13.2204 L35.2617,13.2204 L29.6027,25.7014 L29.6027,25.8284 C29.6027,29.4654 32.5617,32.4244 36.1987,32.4244 C39.8357,32.4244 42.7947,29.4654 42.7947,25.8284 L42.7947,25.7014 L37.1357,13.2204 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.9882,33.6358 C33.1962,33.6358 30.9152,31.5078 30.6192,28.7938 L41.3572,28.7938 C41.0612,31.5078 38.7802,33.6358 35.9882,33.6358 L35.9882,33.6358 Z M35.9882,16.3668 L41.0922,27.6248 L30.8842,27.6248 L35.9882,16.3668 Z M26.1592,13.0248 L26.1592,13.0258 C25.9082,14.2968 24.6692,15.1298 23.3982,14.8768 C22.1262,14.6258 21.2952,13.3868 21.5462,12.1158 C21.7672,10.9968 22.7522,10.2188 23.8522,10.2188 C24.0022,10.2188 24.1552,10.2338 24.3072,10.2638 C25.5792,10.5148 26.4102,11.7538 26.1592,13.0248 L26.1592,13.0248 Z M27.6852,36.2378 C28.6252,36.2378 29.4232,36.8528 29.6982,37.7028 L18.0072,37.7028 C18.2822,36.8528 19.0802,36.2378 20.0202,36.2378 L27.6852,36.2378 Z M16.8662,22.9938 L6.6572,22.9938 L11.7612,11.7358 L16.8662,22.9938 Z M11.7612,29.0048 C8.9692,29.0048 6.6882,26.8768 6.3922,24.1628 L17.1312,24.1628 C16.8352,26.8768 14.5532,29.0048 11.7612,29.0048 L11.7612,29.0048 Z M37.0292,15.8308 L37.5482,15.9328 L37.7992,14.6568 L27.4962,12.6258 C27.5232,10.8958 26.3162,9.3348 24.5592,8.9888 C24.5402,8.9848 24.5212,8.9868 24.5032,8.9828 L24.5032,7.8978 L23.2022,7.8978 L23.2022,8.9868 C21.9772,9.2108 20.9262,10.0518 20.4612,11.2398 L10.1582,9.2078 L9.9062,10.4838 L10.9522,10.6898 L5.1652,23.4518 L5.1652,23.5778 C5.1652,27.2158 8.1242,30.1738 11.7612,30.1738 C15.3992,30.1738 18.3582,27.2158 18.3582,23.5778 L18.3582,23.4518 L12.7302,11.0398 L20.2092,12.5148 C20.1822,14.2448 21.3892,15.8058 23.1462,16.1528 C23.1652,16.1558 23.1842,16.1548 23.2022,16.1578 L23.2022,34.9378 L20.0202,34.9378 C18.1372,34.9378 16.6052,36.4688 16.6052,38.3528 L16.6052,39.0028 L31.1002,39.0028 L31.1002,38.3528 C31.1002,36.4688 29.5682,34.9378 27.6852,34.9378 L24.5032,34.9378 L24.5032,16.1618 C25.7302,15.9378 26.7862,15.0928 27.2522,13.9028 L35.1182,15.4538 L29.3922,28.0828 L29.3922,28.2088 C29.3922,31.8458 32.3512,34.8048 35.9882,34.8048 C39.6252,34.8048 42.5842,31.8458 42.5842,28.2088 L42.5842,28.0828 L37.0292,15.8308 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Scale;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Search = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path d=\"M21.2765868,7.7379884 C28.5478513,7.7379884 34.4423759,13.6325129 34.4423759,20.9037774 C34.4423759,23.1263835 33.8916266,25.2203552 32.919156,27.0566648 L39.1874127,33.324774 C40.721762,34.8591233 40.721762,37.3467951 39.1874127,38.8811444 C37.7010118,40.3675454 35.31994,40.4139954 33.7776222,39.0204945 L33.6310422,38.8811444 L27.3421242,32.5921859 C25.5268747,33.5361062 23.4640289,34.0695664 21.2765868,34.0695664 C14.0053223,34.0695664 8.11079782,28.1750419 8.11079782,20.9037774 C8.11079782,13.6325129 14.0053223,7.7379884 21.2765868,7.7379884 Z M32.001345,28.5421521 C31.1324216,29.7599881 30.0612395,30.8235682 28.8368474,31.6838438 L34.8331237,37.6790629 C35.7035818,38.549521 37.1148731,38.549521 37.9853312,37.6790629 C38.8179432,36.8464509 38.8541437,35.5190121 38.0939327,34.6433717 L37.9853312,34.5268555 Z M21.2765868,9.4379884 C14.9442064,9.4379884 9.81079782,14.571397 9.81079782,20.9037774 C9.81079782,27.2361578 14.9442064,32.3695664 21.2765868,32.3695664 C23.5353726,32.3695664 25.6416039,31.7164029 27.4167114,30.5886451 L27.5796961,30.4256353 L27.6137407,30.4606195 C28.8625723,29.6308578 29.9394269,28.5628472 30.7794312,27.321461 L30.7319036,27.2734279 L30.959554,27.0468923 C32.0884785,25.2711601 32.7423759,23.1638317 32.7423759,20.9037774 C32.7423759,14.571397 27.6089673,9.4379884 21.2765868,9.4379884 Z\" />\n );\n\n const normalHover = (\n <path d=\"M21.5271202,6.93166538 C29.4593105,6.93166538 35.8896212,13.3619761 35.8896212,21.2941663 C35.8896212,23.8498214 35.2221228,26.2495739 34.051956,28.3285939 L39.4379461,33.7151629 C40.9722954,35.2495122 40.9722954,37.737184 39.4379461,39.2715334 C37.9515452,40.7579343 35.5704734,40.8043843 34.0281556,39.4108834 L33.8815756,39.2715334 L28.4764644,33.8665109 C26.417163,35.0072186 24.047985,35.6566673 21.5271202,35.6566673 C13.59493,35.6566673 7.16461929,29.2263566 7.16461929,21.2941663 C7.16461929,13.3619761 13.59493,6.93166538 21.5271202,6.93166538 Z M33.1086382,29.7898989 C32.2240862,30.9937037 31.1563608,32.0545555 29.9465486,32.9313682 L35.0836571,38.0694518 C35.9541152,38.9399099 37.3654065,38.9399099 38.2358646,38.0694518 C39.0684766,37.2368398 39.1046771,35.9094011 38.3444661,35.0337606 L38.2358646,34.9172444 Z M21.5271202,8.63166538 C14.5338141,8.63166538 8.86461929,14.3008602 8.86461929,21.2941663 C8.86461929,28.2874725 14.5338141,33.9566673 21.5271202,33.9566673 C28.5204264,33.9566673 34.1896212,28.2874725 34.1896212,21.2941663 C34.1896212,14.3008602 28.5204264,8.63166538 21.5271202,8.63166538 Z\" />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M34.4760902,34.2063158 C33.9897744,34.6926316 33.1425564,34.6926316 32.6562406,34.2063158 L28.2541353,29.8033083 C28.923609,29.2619549 29.5172932,28.6348872 30.0342857,27.9455639 L34.4760902,32.3864662 C34.718797,32.6291729 34.8523308,32.9530827 34.8523308,33.2968421 C34.8523308,33.6406015 34.718797,33.963609 34.4760902,34.2063158 M21.7416541,30.0685714 C17.1500752,30.0685714 13.4147368,26.3323308 13.4147368,21.7416541 C13.4147368,17.1500752 17.1500752,13.4147368 21.7416541,13.4147368 C26.3332331,13.4147368 30.0685714,17.1500752 30.0685714,21.7416541 C30.0685714,26.3323308 26.3332331,30.0685714 21.7416541,30.0685714 M35.9233083,30.9401504 L31.122406,26.1392481 C31.7521805,24.8021053 32.113985,23.315188 32.113985,21.7416541 C32.113985,16.0213534 27.4610526,11.3684211 21.7416541,11.3684211 C16.0213534,11.3684211 11.3684211,16.0213534 11.3684211,21.7416541 C11.3684211,27.4610526 16.0213534,32.113985 21.7416541,32.113985 C23.4586466,32.113985 25.0754887,31.6881203 26.5028571,30.9464662 L31.2099248,35.6535338 C31.838797,36.282406 32.6760902,36.6297744 33.5666165,36.6297744 C34.4571429,36.6297744 35.2935338,36.282406 35.9233083,35.6535338 C37.2216541,34.3542857 37.2216541,32.2393985 35.9233083,30.9401504\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M34.6996168,34.4296042 C34.2144379,34.9147832 33.3622105,34.9168926 32.8770316,34.4296042 L29.4892168,31.03968 C30.1515916,30.4891074 30.7443537,29.8604842 31.2738316,29.1812337 L34.6996168,32.6049095 C34.9443158,32.8474989 35.0772126,33.1723579 35.0772126,33.5162021 C35.0772126,33.8621558 34.9443158,34.1849053 34.6996168,34.4296042 M21.9394105,31.4362611 C16.7015874,31.4362611 12.4404505,27.1751242 12.4404505,21.9373011 C12.4404505,16.6994779 16.7015874,12.4383411 21.9394105,12.4383411 C27.1772337,12.4383411 31.4383705,16.6994779 31.4383705,21.9373011 C31.4383705,27.1751242 27.1772337,31.4362611 21.9394105,31.4362611 M36.1488253,31.1557011 L32.4150568,27.4198232 C33.2778316,25.7786526 33.7714484,23.9159874 33.7714484,21.9373011 C33.7714484,15.4126989 28.4619032,10.1052632 21.9394105,10.1052632 C15.4148084,10.1052632 10.1052632,15.4126989 10.1052632,21.9373011 C10.1052632,28.4619032 15.4148084,33.7714484 21.9394105,33.7714484 C24.0594316,33.7714484 26.0465558,33.2018905 27.7699958,32.2209853 L31.4257137,35.8788126 C32.0585558,36.5095453 32.8960168,36.8576084 33.7883242,36.8576084 C34.6806316,36.8576084 35.5202021,36.5095453 36.1488253,35.8788126 C36.7795579,35.24808 37.1276211,34.4106189 37.1276211,33.5162021 C37.1276211,32.6260042 36.7795579,31.7864337 36.1488253,31.1557011\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Search;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ShakingHand = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.3413,19.1577 C39.1593,21.4337 37.7793,23.6657 35.4313,25.4607 L34.2723,26.4347 L33.2923,25.3547 C32.3613,24.3117 30.7553,24.2217 29.7123,25.1537 C29.3833,25.4477 29.1603,25.8117 29.0233,26.2007 C28.0763,25.3047 26.5873,25.2587 25.5983,26.1417 C24.9343,26.7357 24.6603,27.6027 24.7853,28.4217 C24.1853,28.4227 23.5843,28.6247 23.1023,29.0547 C22.3653,29.7137 22.1153,30.7067 22.3503,31.5967 C21.8043,31.6327 21.2653,31.8327 20.8263,32.2247 C20.3203,32.6767 20.0223,33.2977 19.9843,33.9737 C19.9713,34.2027 19.9993,34.4257 20.0453,34.6437 L19.6503,35.0047 C19.4123,35.2237 19.0883,35.3287 18.7423,35.2977 C18.3723,35.2647 18.0203,35.0867 17.7513,34.7957 C17.4833,34.5047 17.3343,34.1387 17.3313,33.7677 C17.3293,33.4187 17.4583,33.1057 17.6973,32.8867 L22.0583,28.8467 L22.0653,28.8407 L22.0653,28.8397 L22.0683,28.8377 L21.6263,28.3607 L21.1873,27.8817 L16.5773,32.1027 C16.3313,32.3287 16.0103,32.4457 15.6763,32.4307 C15.3403,32.4167 15.0293,32.2717 14.7993,32.0237 C14.5703,31.7747 14.4513,31.4527 14.4643,31.1167 C14.4773,30.7817 14.6193,30.4717 14.8623,30.2477 L19.8423,25.7007 L19.4043,25.2207 L18.9693,24.7387 L18.9663,24.7407 L18.9563,24.7507 L13.8923,29.3217 C13.6453,29.5497 13.3263,29.6687 12.9913,29.6547 C12.6593,29.6417 12.3523,29.5007 12.1273,29.2567 C11.9023,29.0127 11.7853,28.6957 11.7993,28.3627 C11.8143,28.0287 11.9583,27.7197 12.2063,27.4897 L18.1933,21.9137 L18.1813,21.9027 C19.5733,21.9367 21.0663,21.5527 22.1553,20.7677 L24.1153,22.3937 C25.3393,23.3357 26.8183,23.6717 28.1723,23.3167 C29.2033,23.0467 30.0033,22.3997 30.3683,21.5427 C30.4673,21.3097 30.4233,21.0407 30.2543,20.8527 L25.2613,15.3057 L26.9353,13.7707 C28.4833,12.4047 33.3913,9.7967 37.4573,14.0777 C38.8383,15.5327 39.4893,17.2887 39.3413,19.1577 L39.3413,19.1577 Z M34.0763,30.0057 C33.5683,30.4597 32.7853,30.4157 32.3313,29.9077 L32.3283,29.9047 L30.8353,28.2587 L30.4443,27.8067 C30.2553,27.5687 30.1513,27.2807 30.1683,26.9747 C30.1863,26.6447 30.3323,26.3427 30.5783,26.1227 C30.8133,25.9127 31.1073,25.8087 31.4003,25.8087 C31.7403,25.8087 32.0803,25.9497 32.3263,26.2237 L34.1743,28.2617 C34.3943,28.5077 34.5053,28.8247 34.4873,29.1537 C34.4683,29.4837 34.3223,29.7857 34.0763,30.0057 L34.0763,30.0057 Z M30.9983,32.2937 C30.4913,32.7467 29.7113,32.7037 29.2563,32.1987 L26.3663,28.8567 C26.1463,28.6107 26.0353,28.2937 26.0543,27.9637 C26.0723,27.6347 26.2183,27.3317 26.4643,27.1117 C26.9733,26.6577 27.7563,26.7017 28.2023,27.2017 L29.4273,28.6177 C29.4583,28.6567 29.4803,28.6997 29.5143,28.7377 L29.8633,29.1217 L31.0963,30.5487 C31.3163,30.7947 31.4273,31.1117 31.4083,31.4417 C31.3903,31.7707 31.2443,32.0737 30.9983,32.2937 L30.9983,32.2937 Z M28.1483,34.8397 C27.9023,35.0597 27.5843,35.1707 27.2553,35.1527 C26.9283,35.1337 26.6273,34.9897 26.4083,34.7467 L23.8703,31.7697 C23.4163,31.2617 23.4603,30.4787 23.9683,30.0247 C24.4773,29.5707 25.2593,29.6147 25.7033,30.1117 L28.2463,33.0947 C28.7003,33.6027 28.6563,34.3857 28.1483,34.8397 L28.1483,34.8397 Z M24.9943,36.9977 C24.4883,37.4497 23.7103,37.4077 23.2553,36.9057 L21.5943,34.9387 C21.3743,34.6927 21.2633,34.3757 21.2813,34.0467 C21.3003,33.7167 21.4463,33.4147 21.6923,33.1947 C22.2003,32.7397 22.9833,32.7837 23.4253,33.2787 L25.0923,35.2527 C25.5473,35.7607 25.5033,36.5437 24.9943,36.9977 L24.9943,36.9977 Z M10.8083,23.2217 C9.5713,21.7517 9.0103,20.0607 9.1833,18.3327 C9.3743,16.4247 10.4643,14.5497 12.1743,13.1877 C14.8083,11.0907 18.8383,10.1777 22.2473,13.8997 L28.9703,21.3707 C28.7173,21.6897 28.3233,21.9327 27.8423,22.0587 C26.8953,22.3067 25.7983,22.0477 24.9273,21.3787 L22.5743,19.4267 C22.3223,19.2177 21.9553,19.2277 21.7163,19.4507 C20.2283,20.8387 17.4023,20.9397 16.2173,20.0477 L15.4353,21.0857 C15.7613,21.3317 16.1563,21.5057 16.5783,21.6417 L12.6163,25.3317 L10.8083,23.2217 Z M38.4003,13.1827 C34.1603,8.7187 28.5903,10.5767 26.0653,12.8037 L24.3913,14.3397 L23.2093,13.0257 C19.1893,8.6357 14.3163,9.8217 11.3643,12.1707 C9.3823,13.7497 8.1153,15.9487 7.8893,18.2027 C7.6813,20.2887 8.3463,22.3137 9.8173,24.0637 L11.6643,26.2187 L11.3223,26.5367 C10.8213,26.9987 10.5303,27.6277 10.5013,28.3067 C10.4723,28.9877 10.7103,29.6377 11.1713,30.1377 C11.6323,30.6377 12.2613,30.9277 12.9423,30.9537 C12.9753,30.9547 13.0083,30.9557 13.0423,30.9557 C13.0893,30.9557 13.1343,30.9457 13.1823,30.9427 C13.1783,30.9847 13.1663,31.0247 13.1653,31.0677 C13.1393,31.7497 13.3803,32.4017 13.8443,32.9047 C14.3073,33.4077 14.9393,33.7007 15.6203,33.7297 C15.6583,33.7317 15.6953,33.7327 15.7333,33.7327 C15.8363,33.7327 15.9373,33.7167 16.0383,33.7047 C16.0373,33.7287 16.0313,33.7517 16.0313,33.7757 C16.0363,34.4717 16.3073,35.1467 16.7963,35.6777 C17.2843,36.2067 17.9353,36.5317 18.6293,36.5927 C18.7083,36.5997 18.7863,36.6027 18.8643,36.6027 C19.4923,36.6027 20.0773,36.3797 20.5293,35.9627 L20.6573,35.8447 L22.2683,37.7527 C22.2723,37.7567 22.2763,37.7617 22.2803,37.7657 C22.7803,38.3257 23.4753,38.6107 24.1723,38.6107 C24.7743,38.6107 25.3783,38.3987 25.8613,37.9677 C26.3413,37.5377 26.6103,36.9647 26.6803,36.3707 C26.8423,36.4127 27.0103,36.4407 27.1823,36.4497 C27.2313,36.4527 27.2793,36.4537 27.3283,36.4537 C27.9513,36.4537 28.5463,36.2277 29.0143,35.8087 C29.5873,35.2987 29.8613,34.5837 29.8503,33.8727 C29.9583,33.8867 30.0673,33.9067 30.1763,33.9067 C30.7783,33.9067 31.3823,33.6947 31.8643,33.2627 C32.3753,32.8067 32.6543,32.1877 32.7003,31.5547 C32.8823,31.5957 33.0683,31.6187 33.2543,31.6187 C33.8563,31.6187 34.4603,31.4067 34.9433,30.9747 C35.4473,30.5237 35.7463,29.9027 35.7843,29.2267 C35.8223,28.5537 35.5963,27.9057 35.1463,27.3977 L36.2443,26.4747 C38.8653,24.4717 40.4263,21.9097 40.6373,19.2607 C40.8133,17.0467 40.0193,14.8877 38.4003,13.1827 L38.4003,13.1827 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M35.5132,24.9814 L33.7982,26.5774 L33.3412,26.0124 C32.9192,25.4824 32.3162,25.1484 31.6432,25.0714 C30.9712,24.9954 30.3072,25.1854 29.7782,25.6064 C29.4392,25.8764 29.1922,26.2234 29.0292,26.6114 C28.6182,26.1754 28.0812,25.8924 27.4792,25.8234 C26.8072,25.7474 26.1442,25.9374 25.6142,26.3584 C25.0842,26.7804 24.7502,27.3834 24.6732,28.0564 C24.6532,28.2344 24.6542,28.4124 24.6702,28.5864 C24.0512,28.5524 23.4462,28.7344 22.9552,29.1244 C22.4252,29.5464 22.0912,30.1484 22.0142,30.8214 C21.9842,31.0934 22.0072,31.3594 22.0602,31.6184 C21.4962,31.6224 20.9502,31.8014 20.5022,32.1584 C19.9712,32.5804 19.6382,33.1834 19.5612,33.8564 C19.4952,34.4284 19.6342,34.9884 19.9262,35.4614 C19.4352,35.7174 18.7782,35.6244 18.3082,35.1624 C17.7422,34.6054 17.6752,33.7514 18.1612,33.2574 L22.3302,29.0014 L21.8662,28.5464 L21.4042,28.0894 L21.4022,28.0914 L21.3992,28.0944 L17.0042,32.5284 C16.5202,33.0214 15.7212,33.0244 15.2252,32.5364 C14.9842,32.2994 14.8492,31.9834 14.8462,31.6474 C14.8422,31.3114 14.9692,30.9954 15.2012,30.7594 L19.9552,25.9774 L19.4942,25.5184 L19.0362,25.0574 L14.1872,29.8824 C13.7022,30.3754 12.9102,30.3844 12.4212,29.9024 C11.9322,29.4214 11.9282,28.6284 12.4092,28.1404 L18.8332,21.7304 C20.1112,21.7624 21.4552,21.4514 22.4842,20.7964 L24.3482,22.5314 C25.5162,23.5414 26.9732,23.9614 28.3452,23.6854 C29.3892,23.4744 30.2262,22.8744 30.6392,22.0394 C30.7522,21.8134 30.7222,21.5414 30.5642,21.3444 L25.3502,14.8384 L26.4602,13.7164 C27.9412,12.2764 32.7172,9.4344 36.9852,13.5134 C38.4352,14.8984 39.1712,16.6214 39.1132,18.4954 C39.0422,20.7774 37.7722,23.0734 35.5132,24.9814 L35.5132,24.9814 Z M33.8572,30.7004 C33.3242,31.1254 32.5452,31.0364 32.1202,30.5034 C32.1192,30.5024 32.1182,30.5004 32.1172,30.4994 L30.7212,28.7714 L30.3562,28.2974 C30.1812,28.0494 30.0942,27.7554 30.1282,27.4514 C30.1652,27.1234 30.3282,26.8294 30.5872,26.6244 C30.8132,26.4434 31.0842,26.3564 31.3542,26.3564 C31.7192,26.3564 32.0802,26.5164 32.3262,26.8254 L34.0552,28.9644 C34.2612,29.2224 34.3532,29.5454 34.3162,29.8734 C34.2782,30.2014 34.1162,30.4954 33.8572,30.7004 L33.8572,30.7004 Z M30.6532,32.8084 C30.3952,33.0144 30.0722,33.1074 29.7442,33.0694 C29.4172,33.0324 29.1252,32.8704 28.9192,32.6144 L26.2252,29.1124 C26.0202,28.8544 25.9272,28.5314 25.9652,28.2034 C26.0022,27.8754 26.1652,27.5814 26.4232,27.3764 C26.6812,27.1704 27.0052,27.0774 27.3322,27.1154 C27.6602,27.1524 27.9542,27.3154 28.1532,27.5654 L29.2902,29.0434 C29.3202,29.0854 29.3422,29.1324 29.3752,29.1734 L29.7042,29.5814 L30.8512,31.0724 C31.0562,31.3304 31.1492,31.6534 31.1122,31.9814 C31.0752,32.3094 30.9112,32.6034 30.6532,32.8084 L30.6532,32.8084 Z M27.6622,35.1884 C27.4042,35.3934 27.0822,35.4854 26.7532,35.4484 C26.4282,35.4114 26.1362,35.2514 25.9302,34.9954 L23.5672,31.8784 C23.3622,31.6204 23.2692,31.2964 23.3062,30.9694 C23.3442,30.6414 23.5062,30.3474 23.7652,30.1414 C24.0232,29.9364 24.3462,29.8424 24.6742,29.8804 C25.0022,29.9184 25.2962,30.0814 25.4922,30.3274 L27.8602,33.4514 C28.0662,33.7104 28.1592,34.0324 28.1212,34.3604 C28.0832,34.6884 27.9212,34.9824 27.6622,35.1884 L27.6622,35.1884 Z M24.3902,37.1624 C24.1322,37.3674 23.8092,37.4604 23.4812,37.4224 C23.1562,37.3854 22.8652,37.2254 22.6592,36.9704 L21.1132,34.9124 C20.9082,34.6544 20.8152,34.3314 20.8522,34.0034 C20.8902,33.6754 21.0532,33.3814 21.3112,33.1764 C21.8452,32.7524 22.6232,32.8404 23.0362,33.3594 L24.5882,35.4254 C25.0132,35.9594 24.9242,36.7374 24.3902,37.1624 L24.3902,37.1624 Z M11.0142,22.5984 C9.8652,21.0594 9.4012,19.3394 9.6722,17.6234 C9.9722,15.7294 11.1672,13.9194 12.9522,12.6584 C15.7012,10.7154 19.7782,10.0344 22.9682,13.9444 L29.2532,21.7874 C28.9822,22.0924 28.5762,22.3124 28.0882,22.4104 C27.1282,22.6054 26.0472,22.2824 25.2162,21.5644 L22.9792,19.4814 C22.7402,19.2584 22.3722,19.2484 22.1202,19.4564 C20.5552,20.7564 17.7282,20.6964 16.5972,19.7374 L15.7562,20.7294 C16.1602,21.0714 16.6682,21.3234 17.2312,21.4914 L13.2382,25.4764 L11.0142,22.5984 Z M37.8832,12.5734 C33.4332,8.3204 27.9592,10.4454 25.5452,12.7934 L24.5322,13.8174 L23.9792,13.1274 C20.2152,8.5144 15.2832,9.4194 12.2022,11.5964 C10.1322,13.0594 8.7422,15.1824 8.3882,17.4204 C8.0602,19.4904 8.6092,21.5494 9.9792,23.3844 L12.3112,26.4014 L11.4862,27.2244 C10.4992,28.2284 10.5092,29.8454 11.5092,30.8294 C12.0032,31.3154 12.6482,31.5574 13.2932,31.5574 C13.3812,31.5574 13.4692,31.5414 13.5572,31.5324 C13.5552,31.5754 13.5452,31.6174 13.5462,31.6604 C13.5532,32.3434 13.8262,32.9834 14.3132,33.4634 C14.8132,33.9554 15.4642,34.2004 16.1142,34.2004 C16.2582,34.2004 16.4012,34.1834 16.5422,34.1584 C16.5632,34.8484 16.8472,35.5484 17.3962,36.0884 C17.9542,36.6384 18.6742,36.9154 19.3752,36.9154 C19.8462,36.9154 20.3062,36.7854 20.7062,36.5344 L21.6252,37.7594 C21.6292,37.7644 21.6332,37.7694 21.6372,37.7734 C22.0582,38.3034 22.6612,38.6384 23.3342,38.7144 C23.4322,38.7254 23.5292,38.7314 23.6262,38.7314 C24.1972,38.7314 24.7462,38.5404 25.2002,38.1794 C25.6892,37.7904 26.0012,37.2434 26.1092,36.6324 C26.2692,36.6844 26.4352,36.7214 26.6062,36.7404 C26.7032,36.7514 26.8012,36.7574 26.8982,36.7574 C27.4692,36.7574 28.0182,36.5654 28.4722,36.2054 C29.0022,35.7834 29.3362,35.1804 29.4122,34.5074 C29.4202,34.4454 29.4132,34.3844 29.4152,34.3224 C29.4762,34.3344 29.5342,34.3544 29.5972,34.3614 C29.6952,34.3724 29.7922,34.3774 29.8892,34.3774 C30.4592,34.3774 31.0092,34.1864 31.4622,33.8264 C31.9822,33.4124 32.3102,32.8234 32.3952,32.1664 C32.5282,32.2044 32.6612,32.2374 32.8012,32.2534 C32.8982,32.2644 32.9962,32.2704 33.0932,32.2704 C33.6632,32.2704 34.2132,32.0784 34.6662,31.7184 C35.1972,31.2964 35.5312,30.6934 35.6072,30.0204 C35.6842,29.3474 35.4942,28.6854 35.0692,28.1504 L34.6172,27.5904 L36.3752,25.9544 C38.8962,23.8264 40.3302,21.1914 40.4122,18.5354 C40.4812,16.3144 39.5832,14.1974 37.8832,12.5734 L37.8832,12.5734 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ShakingHand;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Share = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(12 8)\">\n <polygon points=\"15.952 26.525 7.434 19.309 8.275 18.317 16.793 25.533\" />\n <polygon points=\"8.181 14.552 7.34 13.56 15.855 6.345 16.696 7.338\" />\n <path d=\"M5.0004 13.3828C3.3394 13.3828 1.9884 14.7338 1.9884 16.3948 1.9884 18.0548 3.3394 19.4058 5.0004 19.4058 6.6614 19.4058 8.0124 18.0548 8.0124 16.3948 8.0124 14.7338 6.6614 13.3828 5.0004 13.3828M5.0004 20.7058C2.6234 20.7058.6884 18.7718.6884 16.3948.6884 14.0168 2.6234 12.0828 5.0004 12.0828 7.3774 12.0828 9.3124 14.0168 9.3124 16.3948 9.3124 18.7718 7.3774 20.7058 5.0004 20.7058M18.999 1.523C17.338 1.523 15.987 2.874 15.987 4.535 15.987 6.195 17.338 7.546 18.999 7.546 20.66 7.546 22.011 6.195 22.011 4.535 22.011 2.874 20.66 1.523 18.999 1.523M18.999 8.846C16.622 8.846 14.687 6.912 14.687 4.535 14.687 2.157 16.622.223 18.999.223 21.376.223 23.311 2.157 23.311 4.535 23.311 6.912 21.376 8.846 18.999 8.846M18.999 25.2427C17.338 25.2427 15.987 26.5947 15.987 28.2547 15.987 29.9157 17.338 31.2667 18.999 31.2667 20.66 31.2667 22.011 29.9157 22.011 28.2547 22.011 26.5947 20.66 25.2427 18.999 25.2427M18.999 32.5667C16.622 32.5667 14.687 30.6327 14.687 28.2547 14.687 25.8767 16.622 23.9427 18.999 23.9427 21.376 23.9427 23.311 25.8767 23.311 28.2547 23.311 30.6327 21.376 32.5667 18.999 32.5667\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(12 6)\">\n <polygon points=\"17.538 29.636 7.441 21.315 8.268 20.312 18.365 28.633\" />\n <polygon points=\"8.185 16.549 7.337 15.565 17.904 6.456 18.753 7.44\" />\n <path d=\"M5.0005 15.3837C3.3395 15.3837 1.9885 16.7347 1.9885 18.3957 1.9885 20.0557 3.3395 21.4067 5.0005 21.4067 6.6615 21.4067 8.0125 20.0557 8.0125 18.3957 8.0125 16.7347 6.6615 15.3837 5.0005 15.3837M5.0005 22.7067C2.6235 22.7067.6885 20.7727.6885 18.3957.6885 16.0177 2.6235 14.0837 5.0005 14.0837 7.3785 14.0837 9.3125 16.0177 9.3125 18.3957 9.3125 20.7727 7.3785 22.7067 5.0005 22.7067M21.0522 1.6288C19.3912 1.6288 18.0402 2.9798 18.0402 4.6408 18.0402 6.3008 19.3912 7.6518 21.0522 7.6518 22.7132 7.6518 24.0642 6.3008 24.0642 4.6408 24.0642 2.9798 22.7132 1.6288 21.0522 1.6288M21.0522 8.9518C18.6742 8.9518 16.7402 7.0178 16.7402 4.6408 16.7402 2.2628 18.6742.3288 21.0522.3288 23.4292.3288 25.3642 2.2628 25.3642 4.6408 25.3642 7.0178 23.4292 8.9518 21.0522 8.9518M20.5781 28.3485C18.9171 28.3485 17.5661 29.7005 17.5661 31.3605 17.5661 33.0215 18.9171 34.3725 20.5781 34.3725 22.2391 34.3725 23.5901 33.0215 23.5901 31.3605 23.5901 29.7005 22.2391 28.3485 20.5781 28.3485M20.5781 35.6725C18.2011 35.6725 16.2661 33.7385 16.2661 31.3605 16.2661 28.9825 18.2011 27.0485 20.5781 27.0485 22.9561 27.0485 24.8901 28.9825 24.8901 31.3605 24.8901 33.7385 22.9561 35.6725 20.5781 35.6725\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M30.8671579,38.9007158 C29.3362105,38.9007158 28.0907368,37.6552421 28.0907368,36.1230316 C28.0907368,34.5920842 29.3362105,33.3466105 30.8671579,33.3466105 C32.3993684,33.3466105 33.6448421,34.5920842 33.6448421,36.1230316 C33.6448421,37.6552421 32.3993684,38.9007158 30.8671579,38.9007158 M16.8688421,27.0409263 C15.3378947,27.0409263 14.0924211,25.7954526 14.0924211,24.2632421 C14.0924211,22.7322947 15.3378947,21.4855579 16.8688421,21.4855579 C18.4010526,21.4855579 19.6465263,22.7322947 19.6465263,24.2632421 C19.6465263,25.7954526 18.4010526,27.0409263 16.8688421,27.0409263 M30.8671579,9.62576842 C32.3993684,9.62576842 33.6448421,10.8725053 33.6448421,12.4034526 C33.6448421,13.9344 32.3993684,15.1798737 30.8671579,15.1798737 C29.3362105,15.1798737 28.0907368,13.9344 28.0907368,12.4034526 C28.0907368,10.8725053 29.3362105,9.62576842 30.8671579,9.62576842 M30.8671579,31.5769263 C29.7997895,31.5769263 28.8309474,31.9621895 28.0541053,32.5798737 L20.8263158,26.4573474 C21.1901053,25.8030316 21.4162105,25.0628211 21.4162105,24.2632421 C21.4162105,23.4636632 21.1901053,22.7234526 20.8263158,22.0691368 L28.0541053,15.9453474 C28.8296842,16.5642947 29.7997895,16.9495579 30.8671579,16.9495579 C33.3732632,16.9495579 35.4145263,14.9095579 35.4145263,12.4034526 C35.4145263,9.89734737 33.3732632,7.85734737 30.8671579,7.85734737 C28.3610526,7.85734737 26.3210526,9.89734737 26.3210526,12.4034526 C26.3210526,13.2030316 26.5471579,13.9432421 26.9109474,14.5975579 L19.6831579,20.7200842 C18.9063158,20.1024 17.9362105,19.7171368 16.8688421,19.7171368 C14.3627368,19.7171368 12.3227368,21.7571368 12.3227368,24.2632421 C12.3227368,26.7693474 14.3627368,28.8093474 16.8688421,28.8093474 C17.9362105,28.8093474 18.9063158,28.4240842 19.6831579,27.8064 L26.9109474,33.9289263 C26.5471579,34.5832421 26.3210526,35.3234526 26.3210526,36.1230316 C26.3210526,38.6304 28.3610526,40.6691368 30.8671579,40.6691368 C33.3732632,40.6691368 35.4145263,38.6304 35.4145263,36.1230316 C35.4145263,33.6169263 33.3732632,31.5769263 30.8671579,31.5769263\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M32.4464842,40.0059789 C30.9155368,40.0059789 29.6700632,38.7605053 29.6700632,37.2282947 C29.6700632,35.6973474 30.9155368,34.4518737 32.4464842,34.4518737 C33.9786947,34.4518737 35.2241684,35.6973474 35.2241684,37.2282947 C35.2241684,38.7605053 33.9786947,40.0059789 32.4464842,40.0059789 M16.8692211,27.0409263 C15.3382737,27.0409263 14.0928,25.7954526 14.0928,24.2632421 C14.0928,22.7322947 15.3382737,21.4855579 16.8692211,21.4855579 C18.4001684,21.4855579 19.6456421,22.7322947 19.6456421,24.2632421 C19.6456421,25.7954526 18.4001684,27.0409263 16.8692211,27.0409263 M32.9201684,7.73103158 C34.4523789,7.73103158 35.6978526,8.97776842 35.6978526,10.5087158 C35.6978526,12.0396632 34.4523789,13.2851368 32.9201684,13.2851368 C31.3892211,13.2851368 30.1437474,12.0396632 30.1437474,10.5087158 C30.1437474,8.97776842 31.3892211,7.73103158 32.9201684,7.73103158 M32.4464842,32.6821895 C31.3740632,32.6821895 30.4014316,33.0712421 29.6233263,33.6939789 L20.8304842,26.4472421 C21.1917474,25.7967158 21.4153263,25.0590316 21.4153263,24.2632421 C21.4153263,23.4611368 21.1879579,22.7184 20.8229053,22.0640842 L30.1121684,14.0556632 C30.8877474,14.6708211 31.8553263,15.0548211 32.9201684,15.0548211 C35.4262737,15.0548211 37.4675368,13.0148211 37.4675368,10.5087158 C37.4675368,8.00261053 35.4262737,5.96261053 32.9201684,5.96261053 C30.4140632,5.96261053 28.3740632,8.00261053 28.3740632,10.5087158 C28.3740632,11.3108211 28.6014316,12.0535579 28.9677474,12.7091368 L19.6772211,20.7162947 C18.9016421,20.0998737 17.9340632,19.7171368 16.8692211,19.7171368 C14.3631158,19.7171368 12.3231158,21.7571368 12.3231158,24.2632421 C12.3231158,26.7693474 14.3631158,28.8093474 16.8692211,28.8093474 C17.9403789,28.8093474 18.9130105,28.4215579 19.6911158,27.8000842 L28.4839579,35.0468211 C28.1239579,35.6973474 27.9003789,36.4337684 27.9003789,37.2282947 C27.9003789,39.7356632 29.9403789,41.7744 32.4464842,41.7744 C34.9525895,41.7744 36.9938526,39.7356632 36.9938526,37.2282947 C36.9938526,34.7221895 34.9525895,32.6821895 32.4464842,32.6821895\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Share;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Skeleton = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.652,24.734 L24.652,32.308 L23.351,32.308 L23.351,24.734 L24.652,24.734 Z M14.5407,4.7354 C15.8997,4.7354 16.7327,5.5464 17.4017,6.1974 C18.0037,6.7824 18.4007,7.1414 18.9637,7.1414 L18.9637,7.1414 L28.9287,7.1414 C29.4907,7.1414 29.8887,6.7824 30.4897,6.1974 C31.1587,5.5464 31.9917,4.7354 33.3517,4.7354 L33.3517,4.7354 L35.4467,4.7354 L35.4467,6.0364 L33.3517,6.0364 C32.5197,6.0364 31.9987,6.5424 31.3967,7.1294 C30.7647,7.7444 30.0477,8.4414 28.9287,8.4414 L28.9287,8.4414 L24.6437,8.4414 L24.6437,9.6924 L31.3437,9.6924 L31.3437,10.9934 L24.6437,10.9934 L24.6437,13.0264 L32.5207,13.0264 L32.5207,14.3274 L24.6437,14.3274 L24.6437,16.3604 L33.1447,16.3604 L33.1447,17.6614 L24.6437,17.6614 L24.6437,19.6944 L34.2597,19.6944 L34.2597,20.9954 L24.8757,20.9954 L26.4177,23.0284 L34.5717,23.0284 L34.5717,24.3294 L27.4047,24.3294 L28.9467,26.3624 L33.4307,26.3624 L33.4307,27.6634 L29.9337,27.6634 L30.6117,28.5574 L29.5767,29.3434 L23.9937,21.9834 L18.4087,29.3434 L17.3737,28.5574 L18.0527,27.6634 L14.7457,27.6634 L14.7457,26.3624 L19.0387,26.3624 L20.5817,24.3294 L13.6037,24.3294 L13.6037,23.0284 L21.5677,23.0284 L23.1097,20.9954 L13.9167,20.9954 L13.9167,19.6944 L23.3427,19.6944 L23.3427,17.6614 L15.0307,17.6614 L15.0307,16.3604 L23.3427,16.3604 L23.3427,14.3274 L15.6557,14.3274 L15.6557,13.0264 L23.3427,13.0264 L23.3427,10.9934 L16.8327,10.9934 L16.8327,9.6924 L23.3427,9.6924 L23.3427,8.4414 L18.9637,8.4414 C17.8447,8.4414 17.1277,7.7444 16.4957,7.1294 C15.8937,6.5424 15.3727,6.0364 14.5407,6.0364 L14.5407,6.0364 L12.4457,6.0364 L12.4457,4.7354 Z M8.5535,29.0129 L8.6605,29.2239 C8.7405,29.3819 8.8225,29.6329 8.7535,29.9329 C8.6905,30.2059 8.5245,30.4379 8.2855,30.5859 C8.0485,30.7349 7.7665,30.7799 7.4915,30.7179 C7.2185,30.6549 6.9875,30.4889 6.8385,30.2499 C6.6905,30.0119 6.6435,29.7299 6.7055,29.4559 C6.7755,29.1589 6.9585,28.9679 7.1015,28.8619 L7.2905,28.7189 L11.4545,10.7839 L11.3475,10.5739 C11.2675,10.4149 11.1855,10.1629 11.2545,9.8659 C11.3185,9.5919 11.4845,9.3599 11.7225,9.2109 C11.8915,9.1059 12.0815,9.0519 12.2765,9.0519 C12.3565,9.0519 12.4365,9.0609 12.5165,9.0789 C12.7895,9.1429 13.0215,9.3089 13.1695,9.5469 C13.3185,9.7849 13.3655,10.0679 13.3025,10.3409 C13.2335,10.6389 13.0485,10.8279 12.9075,10.9359 L12.7175,11.0769 L8.5535,29.0129 Z M13.8805,11.8129 C14.2235,11.4939 14.4645,11.0829 14.5685,10.6339 C14.7095,10.0229 14.6055,9.3919 14.2735,8.8599 C13.9415,8.3259 13.4215,7.9549 12.8105,7.8139 C12.1995,7.6709 11.5695,7.7759 11.0345,8.1079 C10.5015,8.4409 10.1305,8.9599 9.9895,9.5709 C9.8835,10.0199 9.9185,10.4939 10.0865,10.9319 L6.1265,27.9849 C5.7835,28.3029 5.5435,28.7139 5.4405,29.1629 C5.2985,29.7749 5.4035,30.4059 5.7355,30.9379 C6.0675,31.4709 6.5865,31.8419 7.1985,31.9839 C7.3765,32.0259 7.5565,32.0459 7.7355,32.0459 C8.1695,32.0459 8.5965,31.9249 8.9735,31.6899 C9.5065,31.3579 9.8775,30.8379 10.0195,30.2259 C10.1235,29.7759 10.0885,29.3009 9.9215,28.8659 L13.8805,11.8129 Z M41.0544,30.2502 C40.9064,30.4882 40.6734,30.6542 40.4004,30.7182 C39.8364,30.8472 39.2704,30.4972 39.1384,29.9332 C39.0704,29.6332 39.1514,29.3822 39.2314,29.2242 L39.3384,29.0132 L35.1744,11.0772 L34.9854,10.9362 C34.8434,10.8292 34.6594,10.6392 34.5894,10.3412 C34.5274,10.0672 34.5744,9.7852 34.7224,9.5472 C34.8704,9.3092 35.1024,9.1432 35.3764,9.0792 C35.4554,9.0612 35.5354,9.0522 35.6144,9.0522 C36.0914,9.0522 36.5254,9.3812 36.6384,9.8652 C36.7064,10.1632 36.6254,10.4152 36.5444,10.5752 L36.4384,10.7852 L40.6014,28.7192 L40.7904,28.8612 C40.9334,28.9682 41.1164,29.1582 41.1864,29.4572 C41.2494,29.7302 41.2024,30.0122 41.0544,30.2502 M42.4514,29.1632 C42.3484,28.7142 42.1084,28.3042 41.7654,27.9842 L37.8064,10.9312 C37.9734,10.4942 38.0084,10.0202 37.9044,9.5712 C37.7624,8.9602 37.3904,8.4402 36.8574,8.1082 C36.3234,7.7732 35.6904,7.6692 35.0824,7.8132 C34.4704,7.9552 33.9504,8.3262 33.6184,8.8592 C33.2864,9.3922 33.1824,10.0222 33.3244,10.6352 C33.4284,11.0852 33.6694,11.4952 34.0114,11.8132 L37.9704,28.8652 C37.8034,29.3012 37.7684,29.7762 37.8724,30.2272 C38.0144,30.8382 38.3864,31.3572 38.9194,31.6892 C39.2974,31.9252 39.7234,32.0462 40.1584,32.0462 C40.3364,32.0462 40.5164,32.0252 40.6944,31.9832 C41.3054,31.8422 41.8254,31.4712 42.1584,30.9372 C42.4904,30.4042 42.5944,29.7742 42.4514,29.1632 M32.5935,37.5833 C32.4595,37.8503 32.3095,38.1903 32.1435,38.5693 C31.5965,39.8143 30.5785,42.1303 29.6705,42.1303 C29.0285,42.1303 28.4225,42.0073 27.7215,41.8633 C26.7775,41.6703 25.6015,41.4293 23.9465,41.4293 C22.2905,41.4293 21.1145,41.6703 20.1705,41.8633 C19.4695,42.0073 18.8645,42.1303 18.2225,42.1303 C17.3145,42.1303 16.2975,39.8163 15.7505,38.5733 C15.5835,38.1923 15.4335,37.8513 15.2985,37.5823 C14.7565,36.4983 14.7445,34.9463 15.7935,34.2063 C16.8025,33.4933 17.6485,33.6873 19.3115,34.1523 C20.5035,34.4863 21.9875,34.9023 23.9465,34.9023 C25.9055,34.9023 27.3895,34.4863 28.5805,34.1523 C30.2435,33.6873 31.0875,33.4943 32.0995,34.2063 C33.1475,34.9463 33.1355,36.4983 32.5935,37.5833 M32.8495,33.1443 C31.2895,32.0433 29.8715,32.4413 28.2305,32.9003 C27.0565,33.2293 25.7265,33.6023 23.9465,33.6023 C22.1655,33.6023 20.8355,33.2293 19.6615,32.9003 C18.0205,32.4413 16.6035,32.0423 15.0435,33.1443 C13.4025,34.3033 13.3515,36.5953 14.1365,38.1643 C14.2625,38.4163 14.4045,38.7383 14.5615,39.0963 C15.3645,40.9253 16.4655,43.4313 18.2225,43.4313 C18.9955,43.4313 19.6935,43.2883 20.4315,43.1373 C21.3645,42.9453 22.4215,42.7293 23.9465,42.7293 C25.4695,42.7293 26.5275,42.9453 27.4605,43.1373 C28.1985,43.2873 28.8965,43.4313 29.6705,43.4313 C31.4275,43.4313 32.5295,40.9233 33.3325,39.0933 C33.4895,38.7363 33.6305,38.4153 33.7555,38.1643 C34.5405,36.5953 34.4895,34.3033 32.8495,33.1443 M18.5691,37.5901 C18.3031,37.0081 18.4401,36.4841 18.6681,36.2521 C18.6691,36.2521 18.6821,36.2471 18.7141,36.2471 C18.7981,36.2471 19.0071,36.2781 19.4131,36.5081 C20.4911,37.1161 21.7361,38.4111 22.1771,39.0801 C20.3251,39.1111 19.0211,38.5761 18.5691,37.5901 M19.8431,35.6031 C19.0091,35.1491 18.3821,35.1271 17.9731,35.5361 C17.3821,36.1291 17.2561,37.1211 17.6601,38.0051 C17.9571,38.6561 18.9531,40.0841 21.9541,40.0841 C22.1891,40.0841 22.4361,40.0751 22.6961,40.0571 C23.0171,40.0331 23.2561,39.8351 23.3211,39.5391 C23.5341,38.5621 21.1191,36.3001 19.8431,35.6031 M29.323,37.5901 C28.872,38.5761 27.537,39.1111 25.716,39.0801 C26.156,38.4111 27.401,37.1161 28.479,36.5081 C28.919,36.2601 29.128,36.2431 29.191,36.2431 C29.205,36.2421 29.211,36.2451 29.212,36.2431 C29.452,36.4851 29.589,37.0081 29.323,37.5901 M28.05,35.6031 C26.773,36.2991 24.358,38.5621 24.571,39.5391 C24.636,39.8351 24.875,40.0331 25.196,40.0571 C25.456,40.0751 25.703,40.0841 25.938,40.0841 C28.939,40.0841 29.935,38.6561 30.232,38.0061 C30.636,37.1211 30.51,36.1291 29.919,35.5361 C29.508,35.1261 28.879,35.1491 28.05,35.6031\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.2419,25.5403 C40.1209,25.7943 39.9079,25.9843 39.6429,26.0773 C39.3799,26.1723 39.0949,26.1543 38.8409,26.0343 C38.5869,25.9133 38.3959,25.7003 38.3039,25.4353 C38.2009,25.1463 38.2549,24.8883 38.3169,24.7213 L38.3999,24.4993 L32.2849,7.1333 L32.0819,7.0133 C31.9289,6.9223 31.7239,6.7543 31.6229,6.4653 C31.4299,5.9193 31.7189,5.3173 32.2649,5.1253 C32.3809,5.0853 32.4979,5.0653 32.6129,5.0653 C33.0469,5.0653 33.4529,5.3363 33.6049,5.7663 C33.7069,6.0563 33.6539,6.3153 33.5919,6.4823 L33.5089,6.7033 L39.6239,24.0683 L39.8269,24.1893 C39.9799,24.2803 40.1839,24.4493 40.2849,24.7373 C40.3789,25.0023 40.3629,25.2873 40.2419,25.5403 M41.5119,24.3073 C41.3589,23.8713 41.0749,23.4903 40.6989,23.2113 L34.8849,6.6973 C35.0019,6.2453 34.9839,5.7703 34.8319,5.3353 C34.3999,4.1133 33.0579,3.4723 31.8339,3.8983 C30.6109,4.3293 29.9669,5.6743 30.3959,6.8973 C30.5529,7.3403 30.8319,7.7143 31.2099,7.9933 L37.0229,24.5043 C36.9029,24.9593 36.9209,25.4263 37.0769,25.8673 C37.2849,26.4593 37.7119,26.9353 38.2779,27.2063 C38.5999,27.3603 38.9459,27.4383 39.2929,27.4383 C39.5549,27.4383 39.8189,27.3943 40.0749,27.3043 C40.6669,27.0963 41.1419,26.6693 41.4139,26.1023 C41.6849,25.5353 41.7209,24.8973 41.5119,24.3073 M21.8757,16.9954 L31.2597,16.9954 L31.2597,15.6944 L21.6437,15.6944 L21.6437,13.6614 L30.1447,13.6614 L30.1447,12.3604 L21.6437,12.3604 L21.6437,10.3274 L29.5207,10.3274 L29.5207,9.0264 L21.6437,9.0264 L21.6437,6.9934 L28.3437,6.9934 L28.3437,5.6924 L21.6437,5.6924 L21.6437,4.4414 L25.9287,4.4414 C27.0477,4.4414 27.7647,3.7444 28.3967,3.1294 C28.9987,2.5424 29.5197,2.0364 30.3517,2.0364 L32.4467,2.0364 L32.4467,0.7354 L30.3517,0.7354 C28.9917,0.7354 28.1587,1.5464 27.4897,2.1974 C26.8887,2.7824 26.4907,3.1414 25.9287,3.1414 L20.9457,3.1414 L15.9637,3.1414 C15.4007,3.1414 15.0037,2.7824 14.4017,2.1974 C13.7327,1.5464 12.8997,0.7354 11.5407,0.7354 L9.4457,0.7354 L9.4457,2.0364 L11.5407,2.0364 C12.3727,2.0364 12.8937,2.5424 13.4957,3.1294 C14.1277,3.7444 14.8447,4.4414 15.9637,4.4414 L20.3427,4.4414 L20.3427,5.6924 L13.8327,5.6924 L13.8327,6.9934 L20.3427,6.9934 L20.3427,9.0264 L12.6557,9.0264 L12.6557,10.3274 L20.3427,10.3274 L20.3427,12.3604 L12.0307,12.3604 L12.0307,13.6614 L20.3427,13.6614 L20.3427,15.6944 L10.9167,15.6944 L10.9167,16.9954 L20.1097,16.9954 L18.5677,19.0284 L10.6037,19.0284 L10.6037,20.3294 L17.5817,20.3294 L16.0387,22.3624 L11.7457,22.3624 L11.7457,23.6634 L15.0527,23.6634 L14.3737,24.5574 L15.4087,25.3434 L20.9937,17.9834 L26.5767,25.3434 L27.6117,24.5574 L26.9337,23.6634 L30.4307,23.6634 L30.4307,22.3624 L25.9467,22.3624 L24.4047,20.3294 L31.5717,20.3294 L31.5717,19.0284 L23.4177,19.0284 L21.8757,16.9954 Z M20.351,28.308 L21.652,28.308 L21.652,20.734 L20.351,20.734 L20.351,28.308 Z M3.488,24.4993 L3.57,24.7203 C3.633,24.8873 3.686,25.1473 3.585,25.4363 C3.492,25.7003 3.301,25.9133 3.048,26.0343 C2.795,26.1553 2.509,26.1703 2.245,26.0773 C1.98,25.9843 1.767,25.7943 1.646,25.5403 C1.524,25.2873 1.509,25.0023 1.602,24.7383 C1.704,24.4483 1.908,24.2803 2.061,24.1893 L2.264,24.0693 L8.38,6.7023 L8.297,6.4803 C8.234,6.3143 8.18,6.0563 8.283,5.7673 C8.376,5.5023 8.566,5.2903 8.819,5.1693 C8.964,5.1003 9.118,5.0643 9.273,5.0643 C9.39,5.0643 9.509,5.0853 9.623,5.1253 C9.887,5.2183 10.1,5.4093 10.221,5.6623 C10.342,5.9153 10.358,6.2003 10.264,6.4663 C10.164,6.7533 9.96,6.9223 9.806,7.0133 L9.603,7.1343 L3.488,24.4993 Z M10.678,7.9913 C11.054,7.7123 11.339,7.3313 11.491,6.8963 C11.7,6.3053 11.665,5.6673 11.393,5.1013 C11.123,4.5343 10.647,4.1073 10.054,3.8983 C8.828,3.4673 7.486,4.1143 7.056,5.3343 C6.903,5.7703 6.885,6.2453 7.004,6.6983 L1.189,23.2093 C0.811,23.4883 0.532,23.8633 0.376,24.3063 C0.168,24.8983 0.202,25.5363 0.473,26.1033 C0.745,26.6693 1.22,27.0963 1.813,27.3043 C2.068,27.3943 2.333,27.4383 2.595,27.4383 C2.942,27.4383 3.288,27.3603 3.609,27.2063 C4.175,26.9363 4.602,26.4603 4.811,25.8663 C4.967,25.4253 4.984,24.9593 4.864,24.5043 L10.678,7.9913 Z M29.5935,33.5833 C29.4595,33.8503 29.3095,34.1903 29.1435,34.5693 C28.5965,35.8143 27.5785,38.1303 26.6705,38.1303 C26.0285,38.1303 25.4225,38.0073 24.7215,37.8633 C23.7775,37.6703 22.6015,37.4293 20.9465,37.4293 C19.2905,37.4293 18.1145,37.6703 17.1705,37.8633 C16.4695,38.0073 15.8645,38.1303 15.2225,38.1303 C14.3145,38.1303 13.2975,35.8163 12.7505,34.5733 C12.5835,34.1923 12.4335,33.8513 12.2985,33.5823 C11.7565,32.4983 11.7445,30.9463 12.7935,30.2063 C13.8015,29.4933 14.6495,29.6873 16.3115,30.1523 C17.5035,30.4863 18.9875,30.9023 20.9465,30.9023 C22.9055,30.9023 24.3895,30.4863 25.5805,30.1523 C27.2435,29.6873 28.0875,29.4943 29.0995,30.2063 C30.1475,30.9463 30.1355,32.4983 29.5935,33.5833 M29.8495,29.1443 C28.2895,28.0433 26.8715,28.4413 25.2305,28.9003 C24.0565,29.2293 22.7265,29.6023 20.9465,29.6023 C19.1655,29.6023 17.8355,29.2293 16.6615,28.9003 C15.0205,28.4413 13.6045,28.0423 12.0435,29.1443 C10.4025,30.3033 10.3515,32.5953 11.1365,34.1643 C11.2625,34.4163 11.4045,34.7383 11.5615,35.0963 C12.3645,36.9253 13.4655,39.4313 15.2225,39.4313 C15.9955,39.4313 16.6935,39.2883 17.4315,39.1373 C18.3645,38.9453 19.4215,38.7293 20.9465,38.7293 C22.4695,38.7293 23.5275,38.9453 24.4605,39.1373 C25.1985,39.2873 25.8965,39.4313 26.6705,39.4313 C28.4275,39.4313 29.5295,36.9233 30.3325,35.0933 C30.4895,34.7363 30.6305,34.4153 30.7555,34.1643 C31.5405,32.5953 31.4895,30.3033 29.8495,29.1443 M15.5691,33.5901 C15.3031,33.0081 15.4401,32.4841 15.6681,32.2521 C15.6691,32.2521 15.6821,32.2471 15.7141,32.2471 C15.7981,32.2471 16.0071,32.2781 16.4131,32.5081 C17.4911,33.1161 18.7361,34.4111 19.1771,35.0801 C17.3291,35.1111 16.0201,34.5761 15.5691,33.5901 M16.8431,31.6031 C16.0091,31.1491 15.3821,31.1271 14.9731,31.5361 C14.3821,32.1291 14.2561,33.1211 14.6601,34.0051 C14.9571,34.6561 15.9531,36.0841 18.9541,36.0841 C19.1891,36.0841 19.4361,36.0751 19.6961,36.0571 C20.0171,36.0331 20.2561,35.8351 20.3211,35.5391 C20.5341,34.5621 18.1191,32.3001 16.8431,31.6031 M26.323,33.5901 C25.872,34.5761 24.541,35.1111 22.716,35.0801 C23.156,34.4111 24.401,33.1161 25.479,32.5081 C25.919,32.2601 26.128,32.2431 26.191,32.2431 C26.205,32.2421 26.212,32.2451 26.212,32.2431 C26.452,32.4851 26.589,33.0081 26.323,33.5901 M25.05,31.6031 C23.773,32.2991 21.358,34.5621 21.571,35.5391 C21.636,35.8351 21.875,36.0331 22.196,36.0571 C22.456,36.0751 22.703,36.0841 22.938,36.0841 C25.939,36.0841 26.935,34.6561 27.232,34.0061 C27.636,33.1211 27.51,32.1291 26.919,31.5361 C26.509,31.1261 25.878,31.1491 25.05,31.6031\"\n transform=\"translate(3 4)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Skeleton;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Skin = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.9878,37.9126 C23.4848,37.9126 23.0758,37.5036 23.0758,37.0006 C23.0758,36.4986 23.4848,36.0896 23.9878,36.0896 C24.4898,36.0896 24.8988,36.4986 24.8988,37.0006 C24.8988,37.5036 24.4898,37.9126 23.9878,37.9126 L23.9878,37.9126 Z M23.9878,34.9896 C22.8788,34.9896 21.9758,35.8916 21.9758,37.0006 C21.9758,38.1096 22.8788,39.0126 23.9878,39.0126 C25.0958,39.0126 25.9988,38.1096 25.9988,37.0006 C25.9988,35.8916 25.0958,34.9896 23.9878,34.9896 L23.9878,34.9896 Z M30.0928,37.9126 C29.5918,37.9126 29.1818,37.5036 29.1818,37.0006 C29.1818,36.4986 29.5918,36.0896 30.0928,36.0896 C30.5958,36.0896 31.0058,36.4986 31.0058,37.0006 C31.0058,37.5036 30.5958,37.9126 30.0928,37.9126 L30.0928,37.9126 Z M30.0928,34.9896 C28.9848,34.9896 28.0828,35.8916 28.0828,37.0006 C28.0828,38.1096 28.9848,39.0126 30.0928,39.0126 C31.2028,39.0126 32.1048,38.1096 32.1048,37.0006 C32.1048,35.8916 31.2028,34.9896 30.0928,34.9896 L30.0928,34.9896 Z M38.2848,31.8336 C38.2848,32.1456 38.0318,32.3996 37.7198,32.3996 L10.0298,32.3996 C9.7178,32.3996 9.4658,32.1456 9.4658,31.8336 L9.4658,19.0816 L21.8208,19.0826 L21.3128,20.7926 C19.8018,21.7476 19.0258,23.5356 19.3718,25.3266 C19.6958,27.0046 21.0368,28.3666 22.7068,28.7146 C23.0138,28.7786 23.3218,28.8106 23.6278,28.8106 C24.6258,28.8106 25.5918,28.4746 26.3738,27.8396 C27.3928,27.0096 27.9788,25.7806 27.9788,24.4666 C27.9788,23.1236 27.3608,21.8666 26.3078,21.0426 C26.3098,20.3616 26.3208,19.7196 26.3318,19.0816 L38.2848,19.0816 L38.2848,31.8336 Z M22.4108,21.6646 L25.3898,11.6306 C25.1788,14.2146 25.0078,17.4396 25.0078,21.3756 L25.0498,21.7486 L25.3358,21.9416 C26.1758,22.5096 26.6778,23.4536 26.6778,24.4666 C26.6778,25.3876 26.2678,26.2486 25.5528,26.8306 C24.8378,27.4126 23.8948,27.6346 22.9718,27.4426 C21.8078,27.1996 20.8748,26.2506 20.6488,25.0806 C20.3918,23.7536 21.0068,22.4336 22.1758,21.7936 L22.4108,21.6646 Z M26.3628,17.7826 C26.3818,17.1126 26.4058,16.4716 26.4328,15.8516 L39.4978,15.8516 L39.4978,14.8016 L26.4868,14.8016 C26.6798,11.2046 26.9908,8.5106 27.2108,6.6586 L27.3278,5.6566 C27.3718,5.2766 27.1218,4.9336 26.7478,4.8566 C26.3718,4.7796 26.0038,4.9996 25.8938,5.3686 L23.0918,14.8016 L8.2318,14.8016 L8.2318,15.8516 L22.7808,15.8516 L22.2078,17.7826 L8.1648,17.7826 L8.1648,31.8336 C8.1648,32.8626 9.0018,33.6996 10.0298,33.6996 L37.7198,33.6996 C38.7488,33.6996 39.5858,32.8626 39.5858,31.8336 L39.5858,17.7826 L26.3628,17.7826 Z M36.1998,37.9126 C35.6968,37.9126 35.2878,37.5036 35.2878,37.0006 C35.2878,36.4986 35.6968,36.0896 36.1998,36.0896 C36.7018,36.0896 37.1108,36.4986 37.1108,37.0006 C37.1108,37.5036 36.7018,37.9126 36.1998,37.9126 L36.1998,37.9126 Z M36.1998,34.9896 C35.0908,34.9896 34.1878,35.8916 34.1878,37.0006 C34.1878,38.1096 35.0908,39.0126 36.1998,39.0126 C37.3078,39.0126 38.2108,38.1096 38.2108,37.0006 C38.2108,35.8916 37.3078,34.9896 36.1998,34.9896 L36.1998,34.9896 Z M11.7758,37.9126 C11.2738,37.9126 10.8648,37.5036 10.8648,37.0006 C10.8648,36.4986 11.2738,36.0896 11.7758,36.0896 C12.2788,36.0896 12.6878,36.4986 12.6878,37.0006 C12.6878,37.5036 12.2788,37.9126 11.7758,37.9126 L11.7758,37.9126 Z M11.7758,34.9896 C10.6678,34.9896 9.7648,35.8916 9.7648,37.0006 C9.7648,38.1096 10.6678,39.0126 11.7758,39.0126 C12.8848,39.0126 13.7878,38.1096 13.7878,37.0006 C13.7878,35.8916 12.8848,34.9896 11.7758,34.9896 L11.7758,34.9896 Z M17.8828,37.9126 C17.3798,37.9126 16.9698,37.5036 16.9698,37.0006 C16.9698,36.4986 17.3798,36.0896 17.8828,36.0896 C18.3838,36.0896 18.7938,36.4986 18.7938,37.0006 C18.7938,37.5036 18.3838,37.9126 17.8828,37.9126 L17.8828,37.9126 Z M17.8828,34.9896 C16.7728,34.9896 15.8708,35.8916 15.8708,37.0006 C15.8708,38.1096 16.7728,39.0126 17.8828,39.0126 C18.9908,39.0126 19.8928,38.1096 19.8928,37.0006 C19.8928,35.8916 18.9908,34.9896 17.8828,34.9896 L17.8828,34.9896 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M3.9009 34.0376C3.3989 34.0376 2.9899 33.6286 2.9899 33.1256 2.9899 32.6236 3.3989 32.2146 3.9009 32.2146 4.4039 32.2146 4.8129 32.6236 4.8129 33.1256 4.8129 33.6286 4.4039 34.0376 3.9009 34.0376M3.9009 31.1146C2.7929 31.1146 1.8899 32.0166 1.8899 33.1256 1.8899 34.2346 2.7929 35.1376 3.9009 35.1376 5.0099 35.1376 5.9129 34.2346 5.9129 33.1256 5.9129 32.0166 5.0099 31.1146 3.9009 31.1146M10.0073 34.0376C9.5043 34.0376 9.0953 33.6286 9.0953 33.1256 9.0953 32.6236 9.5043 32.2146 10.0073 32.2146 10.5093 32.2146 10.9183 32.6236 10.9183 33.1256 10.9183 33.6286 10.5093 34.0376 10.0073 34.0376M10.0073 31.1146C8.8983 31.1146 7.9953 32.0166 7.9953 33.1256 7.9953 34.2346 8.8983 35.1376 10.0073 35.1376 11.1153 35.1376 12.0183 34.2346 12.0183 33.1256 12.0183 32.0166 11.1153 31.1146 10.0073 31.1146M16.1128 34.0376C15.6108 34.0376 15.2018 33.6286 15.2018 33.1256 15.2018 32.6236 15.6108 32.2146 16.1128 32.2146 16.6158 32.2146 17.0248 32.6236 17.0248 33.1256 17.0248 33.6286 16.6158 34.0376 16.1128 34.0376M16.1128 31.1146C15.0048 31.1146 14.1018 32.0166 14.1018 33.1256 14.1018 34.2346 15.0048 35.1376 16.1128 35.1376 17.2218 35.1376 18.1248 34.2346 18.1248 33.1256 18.1248 32.0166 17.2218 31.1146 16.1128 31.1146M22.2183 34.0376C21.7163 34.0376 21.3073 33.6286 21.3073 33.1256 21.3073 32.6236 21.7163 32.2146 22.2183 32.2146 22.7213 32.2146 23.1303 32.6236 23.1303 33.1256 23.1303 33.6286 22.7213 34.0376 22.2183 34.0376M22.2183 31.1146C21.1103 31.1146 20.2073 32.0166 20.2073 33.1256 20.2073 34.2346 21.1103 35.1376 22.2183 35.1376 23.3273 35.1376 24.2303 34.2346 24.2303 33.1256 24.2303 32.0166 23.3273 31.1146 22.2183 31.1146M28.3247 34.0376C27.8217 34.0376 27.4127 33.6286 27.4127 33.1256 27.4127 32.6236 27.8217 32.2146 28.3247 32.2146 28.8267 32.2146 29.2357 32.6236 29.2357 33.1256 29.2357 33.6286 28.8267 34.0376 28.3247 34.0376M28.3247 31.1146C27.2157 31.1146 26.3127 32.0166 26.3127 33.1256 26.3127 34.2346 27.2157 35.1376 28.3247 35.1376 29.4327 35.1376 30.3357 34.2346 30.3357 33.1256 30.3357 32.0166 29.4327 31.1146 28.3247 31.1146M30.4097 27.959C30.4097 28.271 30.1567 28.525 29.8457 28.525L2.1557 28.525C1.8447 28.525 1.5907 28.271 1.5907 27.959L1.5907 15.207 14.3107 15.208 13.4917 16.885C11.9447 17.832 11.1467 19.64 11.4977 21.452 11.8217 23.13 13.1617 24.492 14.8317 24.84 15.1387 24.904 15.4467 24.936 15.7527 24.936 16.7507 24.936 17.7177 24.6 18.4987 23.964 19.5177 23.135 20.1037 21.906 20.1037 20.592 20.1037 19.283 19.5167 18.055 18.5137 17.231 18.6807 16.518 18.8417 15.851 18.9987 15.207L30.4097 15.207 30.4097 27.959zM17.1497 17.354L17.0907 17.817 17.4617 18.067C18.3017 18.634 18.8037 19.578 18.8037 20.592 18.8037 21.513 18.3927 22.374 17.6787 22.956 16.9627 23.537 16.0207 23.76 15.0967 23.567 13.9337 23.325 13.0007 22.376 12.7737 21.205 12.5167 19.879 13.1317 18.558 14.3007 17.918L14.4817 17.819 19.9507 6.623C19.2597 9.033 18.3187 12.325 17.1497 17.354L17.1497 17.354zM19.3197 13.907C19.4937 13.219 19.6577 12.586 19.8177 11.977L31.6227 11.977 31.6227 10.927 20.0967 10.927C20.5257 9.335 20.9037 8.017 21.2237 6.898 21.8707 4.643 22.2977 3.154 22.4527 1.782 22.4967 1.402 22.2467 1.058 21.8727.981 21.5227.91 21.1797 1.096 21.0457 1.42L16.4017 10.927.3567 10.927.3567 11.977 15.8887 11.977 14.9457 13.908.2897 13.907.2897 27.959C.2897 28.988 1.1267 29.825 2.1557 29.825L29.8457 29.825C30.8737 29.825 31.7107 28.988 31.7107 27.959L31.7107 13.907 19.3197 13.907z\"\n transform=\"translate(7.87 3.88)\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Skin;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Snake = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.007,10.3128 C21.851,8.6568 24.661,7.9018 27.715,8.2248 C33.363,8.8338 38.202,15.3828 38.202,16.7958 C38.202,17.5658 37.158,18.6508 35.651,19.4458 C36.081,19.6228 36.536,19.8638 36.98,20.1698 C37.718,19.8238 38.579,20.0138 38.7,20.0458 L38.7,20.0458 L38.541,20.6758 L38.386,21.3068 C38.155,21.2518 37.584,21.2108 37.393,21.4478 C37.074,21.8428 37.267,22.2608 37.291,22.3068 L37.291,22.3068 L36.143,22.9178 C35.948,22.5588 35.775,21.8458 36.087,21.1278 C35.082,20.4838 34.009,20.2668 33.676,20.2128 C33.025,20.3828 32.346,20.4878 31.661,20.4878 C30.248,20.4878 28.915,20.0458 27.741,19.4578 C27.989,20.2908 28.462,21.0358 28.991,21.8568 C29.874,23.2268 30.853,24.7718 30.85,27.0418 L30.85,27.0418 L34.798,27.0418 C36.541,27.0418 37.958,28.4598 37.958,30.2028 L37.958,30.2028 L37.958,32.1168 C37.958,32.8148 37.724,33.4528 37.34,33.9768 L37.34,33.9768 L38.077,33.9768 C39.819,33.9768 41.237,35.3948 41.237,37.1368 L41.237,37.1368 L41.237,39.0518 C41.237,40.7938 39.819,42.2118 38.077,42.2118 L38.077,42.2118 L9.923,42.2118 C8.181,42.2118 6.763,40.7938 6.763,39.0518 L6.763,39.0518 L6.763,37.1368 C6.763,35.3948 8.181,33.9768 9.923,33.9768 L9.923,33.9768 L10.66,33.9768 C10.276,33.4528 10.042,32.8148 10.042,32.1168 L10.042,32.1168 L10.042,30.2028 C10.042,28.5768 11.28,27.2498 12.859,27.0758 C11.897,25.7378 10.184,24.2768 7.807,22.7938 C7.117,22.3638 6.835,21.5588 7.107,20.7898 C7.38,20.0188 8.109,19.5698 8.918,19.6658 C12.73,20.1358 17.674,21.8128 19.912,27.0418 L19.912,27.0418 L21.382,27.0418 C21.382,25.5508 20.652,24.3138 19.815,22.9058 C18.769,21.1488 17.584,19.1558 17.584,16.2308 C17.584,13.7818 18.422,11.7358 20.007,10.3128 Z M38.077,35.2778 L9.923,35.2778 C8.898,35.2778 8.063,36.1118 8.063,37.1368 L8.063,37.1368 L8.063,39.0518 C8.063,40.0768 8.898,40.9108 9.923,40.9108 L9.923,40.9108 L38.077,40.9108 C39.103,40.9108 39.937,40.0768 39.937,39.0518 L39.937,39.0518 L39.937,37.1368 C39.937,36.1118 39.103,35.2778 38.077,35.2778 L38.077,35.2778 Z M34.798,28.3428 L13.202,28.3428 C12.176,28.3428 11.342,29.1768 11.342,30.2028 L11.342,30.2028 L11.342,32.1168 C11.342,33.1428 12.176,33.9768 13.202,33.9768 L13.202,33.9768 L34.798,33.9768 C35.824,33.9768 36.658,33.1428 36.658,32.1168 L36.658,32.1168 L36.658,30.2028 C36.658,29.1768 35.824,28.3428 34.798,28.3428 L34.798,28.3428 Z M8.76,20.9568 C8.471,20.9098 8.365,21.1308 8.333,21.2228 C8.301,21.3138 8.253,21.5398 8.495,21.6908 C11.454,23.5348 13.421,25.3338 14.378,27.0418 L14.378,27.0418 L18.495,27.0418 C16.395,22.7718 12.1,21.3678 8.76,20.9568 Z M27.576,9.5178 C24.888,9.2268 22.446,9.8698 20.875,11.2798 C19.554,12.4658 18.884,14.1318 18.884,16.2308 C18.884,18.7988 19.925,20.5488 20.932,22.2418 C21.835,23.7598 22.689,25.2048 22.684,27.0418 L22.684,27.0418 L26.024,27.0418 C26.054,24.7098 25.033,22.9608 24.111,21.4118 C22.958,19.4748 21.87,17.6448 23.476,15.4588 L23.476,15.4588 L23.949,14.8158 L24.483,15.4088 C24.518,15.4478 27.928,19.1868 31.661,19.1868 C34.486,19.1868 36.778,17.2438 36.905,16.7578 C36.775,15.9948 32.646,10.0648 27.576,9.5178 Z M24.136,16.9048 C23.678,18.0368 24.238,19.0818 25.229,20.7468 C26.19,22.3648 27.353,24.3548 27.323,27.0418 L27.323,27.0418 L29.5520232,27.0418 C29.557,25.1558 28.754,23.8888 27.898,22.5608 C27.149,21.3978 26.384,20.1918 26.277,18.6138 C25.36,17.9998 24.618,17.3608 24.136,16.9048 Z M29.9409,11.1904 C30.7889,11.1904 31.4789,11.8804 31.4789,12.7284 C31.4789,13.5764 30.7889,14.2664 29.9409,14.2664 C29.0919,14.2664 28.4019,13.5764 28.4019,12.7284 C28.4019,11.8804 29.0919,11.1904 29.9409,11.1904 Z M29.9409,12.1904 C29.6439,12.1904 29.4019,12.4314 29.4019,12.7284 C29.4019,13.0254 29.6439,13.2664 29.9409,13.2664 C30.2379,13.2664 30.4789,13.0254 30.4789,12.7284 C30.4789,12.4314 30.2379,12.1904 29.9409,12.1904 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.0012,10.3128 C21.8462,8.6568 24.6552,7.9018 27.7092,8.2248 C33.3572,8.8338 38.1962,15.3828 38.1962,16.7958 C38.1962,17.6138 37.0192,18.7828 35.3622,19.5858 C36.1412,19.8638 37.0602,20.0938 37.8672,20.0908 C37.9542,19.2948 38.5422,18.6658 38.6282,18.5778 L38.6282,18.5778 L39.0922,19.0338 L39.5572,19.4878 C39.3922,19.6588 39.0682,20.1298 39.1762,20.4158 C39.3552,20.8908 39.8132,20.9358 39.8652,20.9388 L39.8652,20.9388 L39.8102,22.2378 C39.4022,22.2238 38.6992,22.0118 38.2372,21.3768 C38.1122,21.3868 37.9872,21.4018 37.8592,21.4018 C36.1072,21.4018 34.2072,20.5538 33.5662,20.2408 C32.9472,20.3958 32.3032,20.4878 31.6552,20.4878 C30.2422,20.4878 28.9092,20.0458 27.7352,19.4578 C27.9842,20.2908 28.4572,21.0358 28.9852,21.8568 C29.8682,23.2268 30.8472,24.7718 30.8442,27.0418 L30.8442,27.0418 L34.7932,27.0418 C36.5352,27.0418 37.9522,28.4598 37.9522,30.2028 L37.9522,30.2028 L37.9522,32.1168 C37.9522,32.8148 37.7192,33.4528 37.3352,33.9768 L37.3352,33.9768 L38.0712,33.9768 C39.8142,33.9768 41.2312,35.3948 41.2312,37.1368 L41.2312,37.1368 L41.2312,39.0518 C41.2312,40.7938 39.8142,42.2118 38.0712,42.2118 L38.0712,42.2118 L9.9172,42.2118 C8.1752,42.2118 6.7582,40.7938 6.7582,39.0518 L6.7582,39.0518 L6.7582,37.1368 C6.7582,35.3948 8.1752,33.9768 9.9172,33.9768 L9.9172,33.9768 L10.6542,33.9768 C10.2702,33.4528 10.0362,32.8148 10.0362,32.1168 L10.0362,32.1168 L10.0362,30.2028 C10.0362,28.5768 11.2742,27.2498 12.8542,27.0758 C11.8912,25.7378 10.1782,24.2758 7.8012,22.7938 C7.1112,22.3638 6.8302,21.5588 7.1012,20.7898 C7.3742,20.0168 8.1022,19.5668 8.9132,19.6658 C12.7252,20.1358 17.6692,21.8128 19.9072,27.0418 L19.9072,27.0418 L21.3762,27.0418 C21.3772,25.5508 20.6462,24.3138 19.8092,22.9058 C18.7642,21.1488 17.5782,19.1558 17.5782,16.2308 C17.5782,13.7818 18.4162,11.7358 20.0012,10.3128 Z M38.0712,35.2778 L9.9172,35.2778 C8.8922,35.2778 8.0582,36.1118 8.0582,37.1368 L8.0582,37.1368 L8.0582,39.0518 C8.0582,40.0768 8.8922,40.9108 9.9172,40.9108 L9.9172,40.9108 L38.0712,40.9108 C39.0972,40.9108 39.9312,40.0768 39.9312,39.0518 L39.9312,39.0518 L39.9312,37.1368 C39.9312,36.1118 39.0972,35.2778 38.0712,35.2778 L38.0712,35.2778 Z M34.7932,28.3428 L13.1962,28.3428 C12.1712,28.3428 11.3362,29.1768 11.3362,30.2028 L11.3362,30.2028 L11.3362,32.1168 C11.3362,33.1428 12.1712,33.9768 13.1962,33.9768 L13.1962,33.9768 L34.7932,33.9768 C35.8182,33.9768 36.6532,33.1428 36.6532,32.1168 L36.6532,32.1168 L36.6532,30.2028 C36.6532,29.1768 35.8182,28.3428 34.7932,28.3428 L34.7932,28.3428 Z M8.7542,20.9568 C8.4662,20.9148 8.3602,21.1318 8.3272,21.2228 C8.2952,21.3138 8.2472,21.5398 8.4892,21.6908 C11.4482,23.5348 13.4152,25.3338 14.3722,27.0418 L14.3722,27.0418 L18.4892,27.0418 C16.3892,22.7718 12.0942,21.3678 8.7542,20.9568 Z M27.5702,9.5178 C24.8812,9.2238 22.4402,9.8688 20.8702,11.2798 C19.5492,12.4658 18.8782,14.1318 18.8782,16.2308 C18.8782,18.7988 19.9202,20.5488 20.9272,22.2418 C21.8292,23.7598 22.6832,25.2048 22.6782,27.0418 L22.6782,27.0418 L26.0182,27.0418 C26.0482,24.7098 25.0272,22.9608 24.1052,21.4118 C22.9532,19.4748 21.8652,17.6448 23.4712,15.4588 L23.4712,15.4588 L23.9442,14.8158 L24.4782,15.4088 C24.5122,15.4478 27.9232,19.1868 31.6552,19.1868 C34.4812,19.1868 36.7732,17.2438 36.8992,16.7578 C36.7692,15.9948 32.6402,10.0648 27.5702,9.5178 Z M24.1312,16.9048 C23.6722,18.0368 24.2322,19.0818 25.2232,20.7468 C26.1842,22.3648 27.3472,24.3548 27.3172,27.0418 L27.3172,27.0418 L29.5462232,27.0418 C29.5512,25.1558 28.7482,23.8888 27.8922,22.5608 C27.1432,21.3978 26.3792,20.1918 26.2722,18.6138 C25.3552,17.9998 24.6122,17.3608 24.1312,16.9048 Z M29.9351,11.1904 C30.7831,11.1904 31.4731,11.8804 31.4731,12.7284 C31.4731,13.5764 30.7831,14.2664 29.9351,14.2664 C29.0871,14.2664 28.3971,13.5764 28.3971,12.7284 C28.3971,11.8804 29.0871,11.1904 29.9351,11.1904 Z M29.9351,12.1904 C29.6381,12.1904 29.3971,12.4314 29.3971,12.7284 C29.3971,13.0254 29.6381,13.2664 29.9351,13.2664 C30.2321,13.2664 30.4731,13.0254 30.4731,12.7284 C30.4731,12.4314 30.2321,12.1904 29.9351,12.1904 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Snake;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Snapchat = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(5.5 6.5)\">\n <path d=\"M31.3425,27.9353 L30.8795,27.9823 L30.3085,30.4583 C30.1585,30.4053 29.9935,30.3393 29.8255,30.2713 C28.7295,29.8303 27.0715,29.1613 25.0815,30.1913 C24.3095,30.5913 23.6995,31.0053 23.1105,31.4053 C21.7995,32.2943 20.7645,32.9973 18.6035,33.0563 C16.4065,32.9973 15.3715,32.2943 14.0615,31.4053 C13.4715,31.0053 12.8625,30.5913 12.0895,30.1913 C11.3175,29.7903 10.5945,29.6463 9.9345,29.6463 C8.8985,29.6463 8.0165,30.0013 7.3455,30.2713 C7.1775,30.3393 7.0125,30.4053 6.8635,30.4583 L6.2915,27.9823 L5.8285,27.9353 C3.9055,27.7383 1.9695,27.1943 1.7745,26.8593 C1.7755,26.8553 1.9045,26.4853 3.3305,25.8533 C9.2515,23.2333 9.3205,19.1863 9.3205,19.0153 L9.2735,18.7733 C8.8465,17.7113 7.8275,17.3913 7.0095,17.1353 C5.9595,16.8053 5.6225,16.6383 5.6465,15.9143 C5.6535,15.7253 5.7225,15.5803 5.8725,15.4433 C6.4975,14.8773 8.1705,14.7593 9.0865,14.8183 L9.7795,14.8633 L9.7795,10.3493 C9.7795,2.0403 18.2255,1.9433 18.5865,1.9433 C18.9465,1.9433 27.3935,2.0403 27.3935,10.3493 L27.3945,14.8633 L28.0855,14.8183 C28.9925,14.7593 30.6735,14.8773 31.2995,15.4433 C31.4495,15.5803 31.5195,15.7253 31.5265,15.9143 C31.5495,16.6383 31.2115,16.8053 30.1625,17.1353 C29.3445,17.3913 28.3255,17.7113 27.8995,18.7733 L27.8525,19.0153 C27.8525,19.1863 27.9205,23.2333 33.8405,25.8533 C35.2075,26.4583 35.4075,26.8013 35.4006731,26.7993 C35.1795,27.2003 33.2545,27.7403 31.3425,27.9353 M34.3655,24.6643 C29.7745,22.6323 29.2265,19.7843 29.1615,19.1433 C29.3775,18.7683 29.8435,18.5973 30.5515,18.3753 C31.4795,18.0833 32.8825,17.6433 32.8245,15.8723 C32.8075,15.3323 32.5815,14.8513 32.1715,14.4793 C31.2755,13.6673 29.6365,13.5193 28.6945,13.5063 L28.6945,10.3493 C28.6945,7.5563 27.8425,5.2903 26.1635,3.6163 C23.2265,0.6863 18.8335,0.6433 18.5915,0.6433 C18.5875,0.6433 18.5845,0.6433 18.5825,0.6433 C18.3365,0.6433 13.9455,0.6873 11.0085,3.6163 C9.3295,5.2903 8.4785,7.5563 8.4785,10.3493 L8.4785,13.5063 C7.5355,13.5193 5.8975,13.6673 5.0005,14.4793 C4.5905,14.8513 4.3645,15.3323 4.3475,15.8723 C4.2895,17.6433 5.6925,18.0833 6.6205,18.3753 C7.3285,18.5973 7.7945,18.7673 8.0105,19.1423 C7.9445,19.7943 7.3905,22.6353 2.8055,24.6643 C1.7265,25.1423 0.3135,25.9053 0.4905,27.0203 C0.7075,28.3863 3.3735,28.9493 5.2335,29.1763 L5.8565,31.8773 L6.3735,31.8773 C6.8365,31.8773 7.2975,31.6923 7.8305,31.4773 C8.8635,31.0613 10.0335,30.5903 11.4915,31.3453 C12.1955,31.7103 12.7735,32.1023 13.3305,32.4803 C14.6985,33.4093 15.9915,34.2863 18.6035,34.3563 C21.1795,34.2863 22.4725,33.4093 23.8405,32.4803 C24.3985,32.1023 24.9765,31.7103 25.6795,31.3453 C27.1355,30.5903 28.3065,31.0613 29.3405,31.4773 C29.8735,31.6923 30.3345,31.8773 30.7975,31.8773 L31.3155,31.8773 L31.9385,29.1763 C33.7985,28.9493 36.4635,28.3863 36.6805,27.0203 C36.8585,25.9053 35.4455,25.1423 34.3655,24.6643\" />\n <path d=\"M22.2332 7.9519C21.6382 7.9519 21.1562 8.6459 21.1562 9.5009 21.1562 10.3569 21.6382 11.0509 22.2332 11.0509 22.8292 11.0509 23.3112 10.3569 23.3112 9.5009 23.3112 8.6459 22.8292 7.9519 22.2332 7.9519M14.9402 7.9519C14.3452 7.9519 13.8632 8.6459 13.8632 9.5009 13.8632 10.3569 14.3452 11.0509 14.9402 11.0509 15.5362 11.0509 16.0182 10.3569 16.0182 9.5009 16.0182 8.6459 15.5362 7.9519 14.9402 7.9519\" />\n </g>\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.6899589,7.14463757 C24.4000072,7.161188 28.4177435,7.37738696 31.1632,10.1163 C32.8422,11.7903 33.6942,14.0563 33.6942,16.8493 L33.6942,16.8493 L33.6942,20.0063 C34.6362,20.0193 36.2752,20.1673 37.1712,20.9793 C37.5812,21.3513 37.8072,21.8323 37.8242,22.3723 C37.8822,24.1433 36.4792,24.5833 35.5512,24.8753 C34.8432,25.0973 34.3772,25.2683 34.1612,25.6433 C34.2262,26.2843 34.7742,29.1323 39.3662,31.1643 C40.4462,31.6423 41.8592,32.4053 41.6812,33.5203 C41.4642,34.8863 38.7982,35.4493 36.9392,35.6763 L36.9392,35.6763 L36.3162,38.3773 L35.7982,38.3773 C35.3352,38.3773 34.8742,38.1923 34.3402,37.9773 C33.3072,37.5613 32.1342,37.0903 30.6792,37.8453 C29.9762,38.2103 29.3992,38.6023 28.8412,38.9803 C27.4732,39.9093 26.1802,40.7863 23.6032,40.8563 C20.9912,40.7863 19.6992,39.9093 18.3302,38.9803 C17.7732,38.6023 17.1962,38.2103 16.4922,37.8453 C15.0372,37.0903 13.8642,37.5613 12.8312,37.9773 C12.2972,38.1923 11.8362,38.3773 11.3732,38.3773 L11.3732,38.3773 L10.8562,38.3773 L10.2332,35.6763 C8.3732,35.4493 5.7072,34.8863 5.4902,33.5203 C5.3132,32.4053 6.7262,31.6423 7.8052,31.1643 C12.3902,29.1353 12.9442,26.2943 13.0102,25.6423 C12.7942,25.2673 12.3282,25.0973 11.6202,24.8753 C10.6932,24.5833 9.2892,24.1433 9.3472,22.3723 C9.3642,21.8323 9.5902,21.3513 10.0002,20.9793 C10.8972,20.1673 12.5352,20.0193 13.4782,20.0063 L13.4782,20.0063 L13.4782,16.8493 C13.4782,14.0563 14.3292,11.7903 16.0082,10.1163 C18.7536565,7.37832174 22.7696452,7.16130992 23.4827328,7.1446495 Z M23.6355039,8.44371229 L23.5368163,8.44371229 C22.7560709,8.45528096 14.7792,8.77435634 14.7792,16.8493 L14.7792,16.8493 L14.7792,21.3633 L14.0862,21.3183 C13.1702,21.2593 11.4962,21.3773 10.8722,21.9433 C10.7222,22.0803 10.6532,22.2253 10.6462,22.4143 C10.6222,23.1383 10.9602,23.3053 12.0092,23.6353 C12.8272,23.8913 13.8462,24.2113 14.2732,25.2733 L14.2732,25.2733 L14.3202,25.5153 C14.3202,25.6863 14.2512,29.7333 8.3302,32.3533 C6.9042,32.9853 6.7752,33.3553 6.7742,33.3593 C6.9692,33.6943 8.9052,34.2383 10.8282,34.4353 L10.8282,34.4353 L11.2912,34.4823 L11.8632,36.9583 C12.0132,36.9053 12.1772,36.8393 12.3462,36.7713 C13.0172,36.5013 13.8982,36.1463 14.9342,36.1463 C15.5952,36.1463 16.3182,36.2903 17.0902,36.6913 C17.8622,37.0913 18.4712,37.5043 19.0612,37.9053 C20.3712,38.7943 21.4062,39.4973 23.6032,39.5563 C25.7642,39.4973 26.8002,38.7943 28.1112,37.9043 C28.7002,37.5043 29.3102,37.0913 30.0812,36.6913 C32.0672,35.6623 33.7272,36.3293 34.8252,36.7713 C34.9942,36.8393 35.1582,36.9053 35.3092,36.9583 L35.3092,36.9583 L35.8802,34.4823 L36.3432,34.4353 C38.2552,34.2403 40.1802,33.7003 40.4002,33.2993 C40.3702,33.2993 40.1622,32.9383 38.8412,32.3533 C33.1243724,29.8236448 32.8638492,25.9637067 32.8526798,25.5465986 L32.8522,25.5153 L32.8992,25.2733 C33.3252,24.2113 34.3442,23.8913 35.1622,23.6353 C36.2112,23.3053 36.5492,23.1383 36.5262,22.4143 C36.5192,22.2253 36.4492,22.0803 36.2992,21.9433 C35.6732,21.3773 33.9922,21.2593 33.0852,21.3183 L33.0852,21.3183 L32.3942,21.3633 L32.3932,16.8493 C32.3932,8.77435634 24.4153847,8.45528096 23.6355039,8.44371229 Z M27.0542,19.08 L27.9002,20.067 C26.2642,21.47 24.7342,21.94 23.4182,21.94 C20.7732,21.94 18.9952,20.04 18.9692,20.011 L18.9692,20.011 L19.9282,19.134 C20.0572,19.272 23.0982,22.475 27.0542,19.08 L27.0542,19.08 Z M27.0815,14.4519 C27.6765,14.4519 28.1595,15.1459 28.1595,16.0009 C28.1595,16.8569 27.6765,17.5509 27.0815,17.5509 C26.4855,17.5509 26.0035,16.8569 26.0035,16.0009 C26.0035,15.1459 26.4855,14.4519 27.0815,14.4519 Z M19.7885,14.452 C20.3835,14.452 20.8665,15.146 20.8665,16.001 C20.8665,16.857 20.3835,17.551 19.7885,17.551 C19.1925,17.551 18.7105,16.857 18.7105,16.001 C18.7105,15.146 19.1925,14.452 19.7885,14.452 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Snapchat;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Spray = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.5842,6.6804 L31.5842,7.9684 L34.0842,7.9684 L34.0842,13.1194 L31.5842,13.1194 L31.5842,13.4654 L34.4892,19.2324 L30.5342,19.2324 L28.0342,14.2704 L25.2952,14.2704 L25.2952,15.4704 L26.4512,15.4704 L26.4512,19.7334 L33.2522,26.6144 C33.7882,27.1574 34.0842,27.8774 34.0842,28.6424 L34.0842,28.6424 L34.0842,39.2144 C34.0842,40.8054 32.7902,42.0994 31.2002,42.0994 L31.2002,42.0994 L19.2772,42.0994 C17.6872,42.0994 16.3932,40.8054 16.3932,39.2144 L16.3932,39.2144 L16.3932,15.4704 L17.5492,15.4704 L17.5492,14.2704 L13.9162,14.2704 L13.9162,11.8834 C13.9162,9.0144 16.2502,6.6804 19.1192,6.6804 L19.1192,6.6804 L31.5842,6.6804 Z M29.0972,24.2604 L17.6932,24.2604 L17.6932,39.2144 C17.6932,40.0884 18.4042,40.7984 19.2772,40.7984 L19.2772,40.7984 L31.2002,40.7984 C32.0742,40.7984 32.7842,40.0884 32.7842,39.2144 L32.7842,39.2144 L32.7842,28.6424 C32.7842,28.2224 32.6222,27.8264 32.3272,27.5284 L32.3272,27.5284 L29.0972,24.2604 Z M30.355,29.698 L30.355,38.716 L20.123,38.716 L20.123,29.698 L30.355,29.698 Z M29.055,31 L21.423,31 L21.423,37.416 L29.055,37.416 L29.055,31 Z M25.5302,20.6504 L17.6932,20.6504 L17.6932,22.9594 L27.8122,22.9594 L25.5302,20.6504 Z M25.1502,16.7714 L17.6932,16.7714 L17.6932,19.3494 L25.1502,19.3494 L25.1502,16.7714 Z M30.5342,14.2704 L29.4892,14.2704 L31.3342,17.9314 L32.3792,17.9314 L30.5342,14.2704 Z M23.9952,14.2704 L18.8492,14.2704 L18.8492,15.4704 L23.9952,15.4704 L23.9952,14.2704 Z M30.2842,7.9814 L19.1192,7.9814 C16.9672,7.9814 15.2162,9.7314 15.2162,11.8834 L15.2162,11.8834 L15.2162,12.9694 L30.2842,12.9694 L30.2842,7.9814 Z M32.7842,9.2684 L31.5842,9.2684 L31.5842,11.8184 L32.7842,11.8184 L32.7842,9.2684 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M31.733,6.68 L31.733,7.968 L34.233,7.968 L34.233,13.12 L31.787,13.12 L31.733,13.651 L31.733,14.27 L31.671,14.27 L31.171,19.232 L27.365,19.232 L27.864,14.27 L25.444,14.27 L25.444,15.47 L26.6,15.47 L26.6,19.733 L33.401,26.615 C33.938,27.158 34.233,27.877 34.233,28.642 L34.233,28.642 L34.233,39.214 C34.233,40.805 32.94,42.099 31.35,42.099 L31.35,42.099 L19.426,42.099 C17.836,42.099 16.542,40.805 16.542,39.214 L16.542,39.214 L16.542,15.47 L17.699,15.47 L17.699,14.27 L14.065,14.27 L14.065,11.883 C14.065,9.014 16.399,6.68 19.268,6.68 L19.268,6.68 L31.733,6.68 Z M29.247,24.26 L17.843,24.26 L17.843,39.214 C17.843,40.088 18.553,40.798 19.426,40.798 L19.426,40.798 L31.35,40.798 C32.223,40.798 32.934,40.088 32.934,39.214 L32.934,39.214 L32.934,28.642 C32.934,28.222 32.771,27.827 32.476,27.529 L32.476,27.529 L29.247,24.26 Z M30.504,29.698 L30.504,38.716 L20.272,38.716 L20.272,29.698 L30.504,29.698 Z M29.204,31 L21.572,31 L21.572,37.416 L29.204,37.416 L29.204,31 Z M25.679,20.65 L17.843,20.65 L17.843,22.959 L27.961,22.959 L25.679,20.65 Z M25.3,16.771 L17.843,16.771 L17.843,19.349 L25.3,19.349 L25.3,16.771 Z M30.365,14.27 L29.171,14.27 L28.802,17.931 L29.996,17.931 L30.365,14.27 Z M24.144,14.27 L18.998,14.27 L18.998,15.47 L24.144,15.47 L24.144,14.27 Z M37.4528,12.6619 L39.4718,14.0459 L38.7368,15.1179 L36.7178,13.7339 L37.4528,12.6619 Z M30.433,7.981 L19.268,7.981 C17.116,7.981 15.366,9.731 15.366,11.883 L15.366,11.883 L15.366,12.969 L30.433,12.969 L30.433,7.981 Z M32.934,9.269 L31.734,9.269 L31.734,11.819 L32.934,11.819 L32.934,9.269 Z M40.472,9.894 L40.472,11.195 L38.195,11.195 L38.195,9.894 L40.472,9.894 Z M38.7367,5.9705 L39.4717,7.0425 L37.4527,8.4265 L36.7177,7.3545 L38.7367,5.9705 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Spray;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Taxi = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M15.9067,31.0971 L15.9017,31.0971 C15.6237,31.0971 15.3627,30.9901 15.1647,30.7941 C14.9667,30.5981 14.8557,30.3351 14.8547,30.0561 C14.8527,29.7761 14.9607,29.5131 15.1567,29.3151 C15.3547,29.1141 15.6077,29.0441 15.9017,29.0041 C16.1787,29.0041 16.4407,29.1121 16.6377,29.3071 C16.8367,29.5031 16.9467,29.7651 16.9487143,30.0441 C16.9517,30.6221 16.4837,31.0941 15.9067,31.0971 L15.9067,31.0971 Z M15.9017,27.7031 L15.8887,27.7031 C15.2617,27.7071 14.6747,27.9541 14.2337,28.4001 C13.7927,28.8451 13.5517,29.4361 13.5546723,30.0621 C13.5577,30.6891 13.8047,31.2781 14.2507,31.7181 C14.6927,32.1571 15.2787,32.3981 15.9007,32.3981 L15.9137,32.3981 C17.2077,32.3911 18.2557,31.3321 18.2487349,30.0381 C18.2447,29.4111 17.9977,28.8241 17.5527,28.3821 C17.1097,27.9451 16.5237,27.7031 15.9017,27.7031 L15.9017,27.7031 Z M20.9737,29.3731 L20.9807,30.6741 L27.0277,30.6431 L27.0207,29.3421 L20.9737,29.3731 Z M10.7627,35.3441 L10.7067,24.4561 L37.2367,24.3191 L37.2937,35.2071 L10.7627,35.3441 Z M33.1467,39.6231 C32.8837,39.8711 32.5307,40.0091 32.1527,40.0111 L32.1437,40.0111 C31.3837,40.0111 30.7627,39.4531 30.7597,38.7641 L30.7477,36.5401 L33.5207,36.5271 L33.5317216,38.7481 C33.5337,39.0761 33.3967,39.3871 33.1467,39.6231 L33.1467,39.6231 Z M16.9477,39.7071 C16.6847,39.9551 16.3317,40.0931 15.9537,40.0951 L15.9457,40.0951 C15.1847,40.0951 14.5637,39.5371 14.5607,38.8481 L14.5497,36.6241 L17.3217,36.6111 L17.3337054,38.8321 C17.3347,39.1601 17.1977,39.4711 16.9477,39.7071 L16.9477,39.7071 Z M14.7747,13.8561 C14.8947,13.2701 15.4167,12.8421 16.0137,12.8391 L31.8087,12.7571 C32.4117,12.7871 32.9327,13.1751 33.0587,13.7601 L35.0577,23.0311 L12.8727,23.1461 L14.7747,13.8561 Z M38.5997,36.5001 L38.5297,23.0121 L36.3857,23.0231 L34.3297,13.4871 C34.0747,12.3031 33.0147,11.4631 31.8027,11.4561 L16.0077,11.5381 C14.7977,11.5451 13.7437,12.4101 13.5017,13.5941 L11.5437,23.1521 L9.3997,23.1631 L9.4697,36.6511 L13.2487,36.6311 L13.2607,38.8541 C13.2677,40.2581 14.4707,41.3961 15.9457,41.3961 L15.9607,41.3961 C16.6697,41.3921 17.3377,41.1281 17.8407,40.6531 C18.3557,40.1651 18.6367,39.5171 18.6337,38.8261 L18.6217,36.6031 L29.4487,36.5481 L29.4597,38.7701 C29.4667,40.1741 30.6697,41.3121 32.1437,41.3121 L32.1587,41.3121 C32.8687,41.3081 33.5367,41.0441 34.0397,40.5691 C34.5537,40.0811 34.8357,39.4331 34.8327,38.7431 L34.8207,36.5201 L38.5997,36.5001 Z M32.1057,31.0131 C31.8387,31.0321 31.5627,30.9071 31.3637,30.7101 C31.1647,30.5141 31.0547,30.2511 31.0527,29.9721 C31.0527,29.6931 31.1597,29.4291 31.3557,29.2311 C31.5537,29.0311 31.8227,28.8951 32.1007,28.9201 C32.6757,28.9201 33.1447,29.3861 33.1477143,29.9601 C33.1507,30.5381 32.6827,31.0101 32.1057,31.0131 L32.1057,31.0131 Z M32.1007,27.6191 L32.0887,27.6191 C31.4617,27.6231 30.8737,27.8701 30.4317,28.3161 C29.9907,28.7611 29.7497,29.3521 29.7537,29.9781 C29.7567,30.6061 30.0037,31.1941 30.4497,31.6341 C30.8917,32.0731 31.4777,32.3141 32.0997,32.3141 L32.1127,32.3141 C33.4067,32.3071 34.4537,31.2481 34.4477257,29.9541 C34.4407,28.6641 33.3887,27.6191 32.1007,27.6191 L32.1007,27.6191 Z M26.9227,10.3051 L26.9157,9.0041 L20.8687,9.0351 L20.8757,10.3361 L26.9227,10.3051 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M20.9738,29.3734 L20.9808,30.6744 L27.0278,30.6434 L27.0208,29.3424 L20.9738,29.3734 Z M10.7638,35.3444 L10.7068,24.4564 L37.2368,24.3184 L37.2928,35.2074 L10.7638,35.3444 Z M33.1458,39.6234 C32.8838,39.8714 32.5308,40.0094 32.1528,40.0114 C31.7688,40.0064 31.4198,39.8794 31.1548,39.6344 C30.9018,39.3994 30.7618,39.0904 30.7598,38.7644 L30.7478,36.5404 L33.5208,36.5264 L33.5328054,38.7484 C33.5338,39.0764 33.3968,39.3874 33.1458,39.6234 L33.1458,39.6234 Z M15.9528,40.0954 L15.9458,40.0954 C15.1848,40.0954 14.5638,39.5374 14.5608,38.8484 L14.5488,36.6244 L17.3218,36.6104 L17.3328193,38.8324 C17.3368,39.5244 16.7178,40.0914 15.9528,40.0954 L15.9528,40.0954 Z M14.7748,13.8554 C14.8948,13.2694 15.4158,12.8424 16.0148,12.8394 L31.8088,12.7574 C32.4138,12.7874 32.9328,13.1754 33.0588,13.7604 L35.0578,23.0304 L12.8718,23.1454 L14.7748,13.8554 Z M38.5998,36.5004 L38.5298,23.0124 L36.3858,23.0224 L34.3298,13.4864 C34.0748,12.3034 33.0188,11.4134 31.8028,11.4564 L16.0078,11.5384 C14.7978,11.5454 13.7448,12.4094 13.5008,13.5944 L11.5438,23.1514 L9.3998,23.1634 L9.4698,36.6504 L13.2488,36.6314 L13.2608,38.8534 C13.2678,40.2584 14.4708,41.3954 15.9458,41.3954 L15.9598,41.3954 C17.4418,41.3884 18.6408,40.2344 18.6338,38.8264 L18.6218,36.6024 L29.4478,36.5484 L29.4598,38.7694 C29.4628,39.4614 29.7518,40.1054 30.2718,40.5874 C30.7758,41.0554 31.4398,41.3114 32.1438,41.3114 L32.1598,41.3114 C32.8688,41.3084 33.5368,41.0444 34.0388,40.5684 C34.5548,40.0814 34.8358,39.4334 34.8318,38.7424 L34.8208,36.5194 L38.5998,36.5004 Z M15.9068,31.0974 L15.9018,31.0974 C15.6238,31.0974 15.3628,30.9894 15.1648,30.7944 C14.9658,30.5984 14.8558,30.3354 14.8547856,30.0564 C14.8518,29.4784 15.3188,29.0074 15.8958,29.0044 L15.9018,29.0044 C16.4758,29.0044 16.9458,29.4704 16.9488143,30.0444 C16.9518,30.6224 16.4838,31.0944 15.9068,31.0974 L15.9068,31.0974 Z M15.8898,27.7034 C14.5958,27.7104 13.5478,28.7694 13.5547651,30.0614 C13.5578,30.6894 13.8048,31.2774 14.2508,31.7184 C14.6928,32.1564 15.2788,32.3974 15.9008,32.3974 L15.9138,32.3974 C17.2078,32.3914 18.2548,31.3324 18.2478349,30.0384 C18.2418,28.7444 17.2078,27.7044 15.8898,27.7034 L15.8898,27.7034 Z M32.1058,31.0134 C31.8488,31.0314 31.5628,30.9064 31.3638,30.7104 C31.1648,30.5144 31.0548,30.2514 31.0538,29.9724 C31.0518,29.6924 31.1598,29.4294 31.3558,29.2304 C31.5548,29.0304 31.8168,28.8944 32.1008,28.9204 C32.6758,28.9204 33.1448,29.3864 33.1478143,29.9604 C33.1508,30.5384 32.6828,31.0104 32.1058,31.0134 L32.1058,31.0134 Z M32.1008,27.6194 L32.0878,27.6194 C31.4618,27.6234 30.8728,27.8704 30.4318,28.3154 C29.9918,28.7614 29.7498,29.3524 29.7538,29.9774 C29.7568,30.6054 30.0038,31.1934 30.4498,31.6344 C30.8918,32.0724 31.4778,32.3134 32.0998,32.3134 L32.1128,32.3134 C33.4068,32.3074 34.4538,31.2484 34.4478257,29.9544 C34.4408,28.6644 33.3888,27.6194 32.1008,27.6194 L32.1008,27.6194 Z M23.2458,6.0954 L24.5458,6.0954 L24.5458,3.8184 L23.2458,3.8184 L23.2458,6.0954 Z M20.8758,10.3364 L26.9228,10.3054 L26.9158,9.0044 L20.8688,9.0354 L20.8758,10.3364 Z M21.7778,6.8374 L20.3938,4.8184 L19.3218,5.5534 L20.7058,7.5714 L21.7778,6.8374 Z M28.4698,5.5534 L27.3978,4.8184 L26.0128,6.8374 L27.0848,7.5714 L28.4698,5.5534 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Taxi;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst TeddyBear = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.9998,19.2256 C24.9228,19.2256 25.3978,18.5996 25.6128,18.1756 C25.7558,17.8966 25.7258,17.5546 25.5138,17.3236 C25.2808,17.0686 24.8378,16.8066 23.9998,16.8066 C23.1618,16.8066 22.7188,17.0686 22.4858,17.3236 C22.2748,17.5546 22.2438,17.8966 22.3868,18.1756 C22.6028,18.5996 23.0768,19.2256 23.9998,19.2256 L23.9998,19.2256 Z M21.3598,17.0626 C22.0568,16.4636 22.9178,16.1636 23.9758,16.1446 C25.0298,16.1616 25.8788,16.4416 26.5688,17.0026 C27.5898,17.8316 27.7848,18.9746 27.0928,20.0586 C26.4278,21.0986 25.2728,21.7176 24.0008,21.7176 L23.9878,21.7176 C22.7118,21.7136 21.5568,21.0876 20.8968,20.0426 C20.2358,18.9946 20.4098,17.8806 21.3598,17.0626 L21.3598,17.0626 Z M20.0518,20.5756 C20.8938,21.9116 22.3638,22.7126 23.9848,22.7176 L24.0008,22.7176 C25.6158,22.7176 27.0858,21.9266 27.9348,20.5986 C28.8988,19.0886 28.6108,17.3716 27.1998,16.2256 C26.3278,15.5186 25.2778,15.1646 23.9748,15.1446 C22.6758,15.1676 21.5768,15.5576 20.7078,16.3046 C19.3678,17.4566 19.1168,19.0936 20.0518,20.5756 L20.0518,20.5756 Z M16.8458,12.7876 C16.2898,12.4486 15.9378,11.8466 15.9378,11.1806 C15.9378,10.1356 16.7888,9.2846 17.8348,9.2846 C18.3788,9.2846 18.8888,9.5226 19.2428,9.9256 C18.2228,10.6806 17.4038,11.6556 16.8458,12.7876 L16.8458,12.7876 Z M20.2088,10.4736 L20.5968,10.2236 L20.3778,9.8166 C19.8688,8.8716 18.8958,8.2846 17.8348,8.2846 C16.2378,8.2846 14.9378,9.5836 14.9378,11.1806 C14.9378,12.4296 15.7418,13.5316 16.9378,13.9236 L17.3778,14.0666 L17.5558,13.6406 C18.0968,12.3396 19.0148,11.2446 20.2088,10.4736 L20.2088,10.4736 Z M35.7668,32.7976 C34.9238,31.4826 33.5328,30.6276 31.9088,30.5006 C31.7808,30.4916 31.6558,30.4996 31.5288,30.4986 L29.5098,23.7116 C30.0288,23.3236 30.5058,22.8846 30.9338,22.3976 L35.6108,30.5516 C36.0118,31.2486 36.0478,32.0776 35.7668,32.7976 L35.7668,32.7976 Z M34.0648,40.2856 C33.0778,41.0606 31.8088,41.3676 30.5738,41.1256 C29.3428,40.8836 28.2808,40.1196 27.6598,39.0276 C26.9278,37.7406 26.9048,36.1906 27.5998,34.8816 L28.1758,33.7946 C28.8438,32.5356 30.0988,31.7856 31.4998,31.7856 C31.6018,31.7856 31.7048,31.7886 31.8088,31.7976 C33.3318,31.9156 34.5888,32.8876 35.0878,34.3316 L35.4858,35.4846 C36.0848,37.2176 35.5188,39.1426 34.0648,40.2856 L34.0648,40.2856 Z M26.4508,34.2716 C25.6698,35.7446 25.5898,37.4506 26.1948,38.9686 C24.7698,39.4596 23.1828,39.4536 21.7628,38.9526 C22.3608,37.4376 22.2788,35.7386 21.5018,34.2726 L20.9258,33.1856 C20.2438,31.9016 19.1068,31.0226 17.7758,30.6676 L19.6278,24.4486 C20.9308,25.1506 22.4188,25.5516 23.9998,25.5516 C25.5808,25.5516 27.0688,25.1506 28.3718,24.4486 L30.2188,30.6536 C28.8648,30.9986 27.7168,31.8856 27.0268,33.1856 L26.4508,34.2716 Z M20.2918,39.0286 C19.6718,40.1196 18.6098,40.8836 17.3788,41.1256 C16.1448,41.3666 14.8758,41.0606 13.8758,40.2766 C12.4348,39.1426 11.8678,37.2176 12.4668,35.4846 L12.8648,34.3316 L12.8648,34.3316 C13.3638,32.8876 14.6208,31.9156 16.1448,31.7976 C16.2478,31.7886 16.3508,31.7856 16.4528,31.7856 C17.8538,31.7856 19.1088,32.5356 19.7768,33.7946 L20.3538,34.8816 C21.0478,36.1896 21.0238,37.7396 20.2918,39.0286 L20.2918,39.0286 Z M12.3418,30.5516 L17.0378,22.3666 C17.4728,22.8656 17.9598,23.3146 18.4898,23.7116 L16.4708,30.4986 C16.3278,30.4976 16.1878,30.4896 16.0438,30.5006 C14.4198,30.6276 13.0288,31.4826 12.1868,32.7976 C11.9048,32.0776 11.9408,31.2486 12.3418,30.5516 L12.3418,30.5516 Z M16.0628,16.3136 C16.0628,16.0936 16.0778,15.8776 16.0948,15.6626 L16.1288,15.2396 L15.7558,15.0386 C14.3318,14.2706 13.4478,12.7916 13.4478,11.1766 C13.4478,8.7596 15.4138,6.7936 17.8308,6.7936 C19.1658,6.7936 20.4118,7.3926 21.2508,8.4376 L21.5178,8.7696 L21.9278,8.6586 C23.3158,8.2826 24.6848,8.2826 26.0728,8.6586 L26.4828,8.7696 L26.7498,8.4376 C27.5888,7.3926 28.8348,6.7936 30.1688,6.7936 C32.5858,6.7936 34.5528,8.7596 34.5528,11.1766 C34.5528,12.7916 33.6688,14.2716 32.2438,15.0386 L31.8688,15.2396 L31.9048,15.6646 C31.9228,15.8796 31.9368,16.0946 31.9368,16.3136 C31.9368,20.6906 28.3768,24.2516 23.9998,24.2516 C19.6228,24.2516 16.0628,20.6906 16.0628,16.3136 L16.0628,16.3136 Z M36.4288,34.2316 C37.3828,32.9966 37.5268,31.2796 36.7378,29.9046 L31.7828,21.2686 C32.6988,19.8346 33.2378,18.1376 33.2378,16.3136 C33.2378,16.1966 33.2338,16.0816 33.2288,15.9666 C34.8568,14.9266 35.8538,13.1276 35.8538,11.1766 C35.8538,8.0426 33.3028,5.4936 30.1688,5.4936 C28.5798,5.4936 27.0878,6.1486 26.0128,7.3046 C24.6648,6.9996 23.3338,6.9996 21.9878,7.3046 C20.9128,6.1486 19.4208,5.4936 17.8308,5.4936 C14.6968,5.4936 12.1468,8.0426 12.1468,11.1766 C12.1468,13.1276 13.1428,14.9266 14.7708,15.9666 C14.7658,16.0816 14.7618,16.1966 14.7618,16.3136 C14.7618,18.1216 15.2908,19.8036 16.1918,21.2286 L11.2148,29.9036 C10.4258,31.2796 10.5698,32.9966 11.5238,34.2316 L11.2378,35.0596 C10.4588,37.3166 11.1958,39.8236 13.0848,41.3076 C14.0808,42.0906 15.3018,42.5066 16.5468,42.5066 C16.9068,42.5066 17.2698,42.4716 17.6288,42.4006 C19.0628,42.1196 20.3158,41.2916 21.1448,40.1046 C22.0508,40.4526 23.0058,40.6396 23.9998,40.6396 C24.9798,40.6396 25.9248,40.4606 26.8198,40.1216 C27.6468,41.2996 28.8968,42.1206 30.3238,42.4006 C30.6838,42.4716 31.0448,42.5066 31.4038,42.5066 C32.6508,42.5066 33.8738,42.0886 34.8798,41.2986 C36.7568,39.8236 37.4938,37.3166 36.7148,35.0596 L36.4288,34.2316 Z M30.1648,9.2846 C31.2108,9.2846 32.0618,10.1356 32.0618,11.1806 C32.0618,11.8756 31.6868,12.4916 31.0988,12.8216 C30.5478,11.6906 29.7388,10.7136 28.7288,9.9556 C29.0838,9.5346 29.6048,9.2846 30.1648,9.2846 L30.1648,9.2846 Z M30.3798,13.6586 L30.5518,14.0756 L30.9828,13.9476 C32.2268,13.5796 33.0618,12.4686 33.0618,11.1806 C33.0618,9.5836 31.7618,8.2846 30.1648,8.2846 C29.0848,8.2846 28.1028,8.8866 27.6008,9.8566 L27.3938,10.2566 L27.7708,10.5036 C28.9438,11.2766 29.8468,12.3676 30.3798,13.6586 L30.3798,13.6586 Z M26.6458,14.3676 C26.9238,14.3676 27.1488,14.1426 27.1488,13.8646 C27.1488,13.5876 26.9238,13.3626 26.6458,13.3626 C26.3688,13.3626 26.1448,13.5876 26.1448,13.8646 C26.1448,14.1426 26.3688,14.3676 26.6458,14.3676 L26.6458,14.3676 Z M21.3538,14.3676 C21.6308,14.3676 21.8548,14.1426 21.8548,13.8646 C21.8548,13.5876 21.6308,13.3626 21.3538,13.3626 C21.0758,13.3626 20.8518,13.5876 20.8518,13.8646 C20.8518,14.1426 21.0758,14.3676 21.3538,14.3676 L21.3538,14.3676 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M21.3603,17.063 C22.0573,16.463 22.9183,16.164 23.9753,16.145 C25.0293,16.162 25.8783,16.442 26.5683,17.002 C27.5893,17.832 27.7863,18.974 27.0923,20.059 C26.4273,21.099 25.2733,21.718 24.0013,21.718 L23.9883,21.718 C22.7123,21.713 21.5563,21.087 20.8973,20.042 C20.2363,18.994 20.4093,17.88 21.3603,17.063 L21.3603,17.063 Z M20.0513,20.576 C20.8933,21.912 22.3643,22.712 23.9853,22.718 L24.0013,22.718 C25.6163,22.718 27.0863,21.926 27.9343,20.598 C28.8993,19.088 28.6103,17.372 27.1993,16.226 C26.3273,15.519 25.2783,15.165 23.9743,15.145 C22.6753,15.167 21.5773,15.557 20.7083,16.305 C19.3683,17.457 19.1173,19.093 20.0513,20.576 L20.0513,20.576 Z M36.1733,33.572 C35.4303,31.821 33.8343,30.651 31.9093,30.501 C31.7803,30.491 31.6563,30.5 31.5303,30.499 L29.5083,23.712 C30.0733,23.291 30.5903,22.812 31.0463,22.275 L37.6713,29.208 C38.1703,29.73 38.4243,30.416 38.3883,31.137 C38.3523,31.859 38.0303,32.515 37.4813,32.984 C37.1023,33.307 36.6493,33.501 36.1733,33.572 L36.1733,33.572 Z M34.0653,40.286 C33.0783,41.061 31.8073,41.368 30.5743,41.125 C29.3423,40.883 28.2813,40.119 27.6603,39.028 C26.9273,37.741 26.9053,36.19 27.5993,34.881 L28.1753,33.794 C28.8433,32.536 30.0983,31.785 31.5003,31.785 C31.6013,31.785 31.7053,31.789 31.8083,31.797 C33.3323,31.916 34.5893,32.887 35.0883,34.332 L35.4863,35.485 C36.0853,37.218 35.5173,39.143 34.0653,40.286 L34.0653,40.286 Z M26.4513,34.272 C25.6703,35.745 25.5893,37.45 26.1963,38.968 C24.7683,39.459 23.1823,39.454 21.7623,38.952 C22.3613,37.438 22.2793,35.739 21.5023,34.272 L20.9253,33.186 C20.2453,31.902 19.1083,31.022 17.7763,30.667 L19.6283,24.448 C20.9303,25.151 22.4193,25.551 24.0003,25.551 C25.5813,25.551 27.0693,25.151 28.3723,24.448 L30.2193,30.654 C28.8663,31 27.7153,31.886 27.0273,33.186 L26.4513,34.272 Z M20.2923,39.028 C19.6723,40.119 18.6103,40.883 17.3793,41.125 C16.1443,41.366 14.8763,41.061 13.8763,40.276 C12.4343,39.143 11.8683,37.217 12.4663,35.485 L12.8653,34.332 L12.8653,34.332 C13.3643,32.887 14.6213,31.916 16.1443,31.797 C16.2483,31.789 16.3503,31.785 16.4533,31.785 C17.8543,31.785 19.1093,32.536 19.7773,33.794 L20.3533,34.881 C21.0473,36.19 21.0243,37.741 20.2923,39.028 L20.2923,39.028 Z M10.4723,32.984 C9.9223,32.515 9.6003,31.859 9.5643,31.137 C9.5283,30.416 9.7833,29.73 10.2823,29.208 L16.9303,22.249 C17.3913,22.796 17.9173,23.283 18.4913,23.711 L16.4703,30.499 C16.3283,30.498 16.1883,30.49 16.0443,30.501 C14.1163,30.651 12.5183,31.824 11.7763,33.579 C11.2933,33.508 10.8473,33.305 10.4723,32.984 L10.4723,32.984 Z M16.0623,16.313 C16.0623,16.093 16.0783,15.877 16.0943,15.662 L16.1293,15.239 L15.7563,15.038 C14.3323,14.271 13.4483,12.792 13.4483,11.177 C13.4483,8.76 15.4143,6.793 17.8313,6.793 C19.1663,6.793 20.4123,7.393 21.2503,8.438 L21.5153,8.77 L21.9263,8.659 C23.3173,8.282 24.6823,8.282 26.0733,8.659 L26.4843,8.77 L26.7503,8.438 C27.5883,7.393 28.8343,6.793 30.1693,6.793 C32.5863,6.793 34.5513,8.76 34.5513,11.177 C34.5513,12.792 33.6683,14.271 32.2443,15.038 L31.8713,15.239 L31.9053,15.662 C31.9223,15.877 31.9383,16.093 31.9383,16.313 C31.9383,20.69 28.3783,24.251 24.0003,24.251 C19.6233,24.251 16.0623,20.69 16.0623,16.313 L16.0623,16.313 Z M39.6863,31.203 C39.7413,30.121 39.3593,29.093 38.6103,28.31 L31.8223,21.207 C32.7143,19.786 33.2393,18.111 33.2393,16.313 C33.2393,16.197 33.2353,16.082 33.2283,15.966 C34.8573,14.926 35.8523,13.127 35.8523,11.177 C35.8523,8.043 33.3023,5.494 30.1693,5.494 C28.5793,5.494 27.0873,6.148 26.0123,7.304 C24.6653,7 23.3353,7 21.9873,7.304 C20.9133,6.148 19.4213,5.494 17.8313,5.494 C14.6973,5.494 12.1473,8.043 12.1473,11.177 C12.1473,13.128 13.1423,14.926 14.7713,15.967 C14.7653,16.082 14.7613,16.197 14.7613,16.313 C14.7613,18.099 15.2793,19.761 16.1593,21.175 L9.3423,28.31 C8.5933,29.093 8.2123,30.121 8.2663,31.203 C8.3203,32.285 8.8033,33.268 9.6283,33.972 C10.1203,34.393 10.7053,34.671 11.3253,34.808 L11.2383,35.06 C10.4593,37.316 11.1963,39.823 13.0853,41.307 C14.0813,42.091 15.3013,42.506 16.5473,42.506 C16.9073,42.506 17.2693,42.471 17.6293,42.401 C19.0623,42.12 20.3173,41.292 21.1443,40.105 C22.0503,40.453 23.0063,40.639 24.0003,40.639 C24.9803,40.639 25.9243,40.461 26.8203,40.122 C27.6473,41.3 28.8973,42.121 30.3243,42.401 C30.6833,42.471 31.0453,42.506 31.4043,42.506 C32.6513,42.506 33.8743,42.089 34.8793,41.298 C36.7563,39.824 37.4943,37.317 36.7143,35.06 L36.6283,34.81 C37.2463,34.674 37.8283,34.397 38.3263,33.972 C39.1493,33.268 39.6323,32.285 39.6863,31.203 L39.6863,31.203 Z M24.0003,19.226 C24.9233,19.226 25.3973,18.599 25.6133,18.176 C25.7553,17.896 25.7253,17.554 25.5133,17.323 C25.2813,17.069 24.8383,16.806 24.0003,16.806 C23.1623,16.806 22.7183,17.069 22.4863,17.323 C22.2743,17.554 22.2453,17.896 22.3863,18.176 C22.6023,18.599 23.0773,19.226 24.0003,19.226 L24.0003,19.226 Z M16.8453,12.787 C16.2903,12.449 15.9383,11.846 15.9383,11.181 C15.9383,10.135 16.7893,9.285 17.8353,9.285 C18.3783,9.285 18.8873,9.522 19.2433,9.925 C18.2213,10.68 17.4043,11.656 16.8453,12.787 L16.8453,12.787 Z M20.2093,10.473 L20.5963,10.223 L20.3783,9.816 C19.8683,8.872 18.8933,8.285 17.8353,8.285 C16.2383,8.285 14.9383,9.584 14.9383,11.181 C14.9383,12.43 15.7423,13.532 16.9383,13.923 L17.3783,14.067 L17.5553,13.64 C18.0963,12.339 19.0143,11.244 20.2093,10.473 L20.2093,10.473 Z M30.1653,9.285 C31.2113,9.285 32.0613,10.135 32.0613,11.181 C32.0613,11.875 31.6873,12.492 31.0983,12.821 C30.5483,11.691 29.7393,10.714 28.7293,9.956 C29.0843,9.534 29.6053,9.285 30.1653,9.285 L30.1653,9.285 Z M30.3803,13.659 L30.5513,14.076 L30.9833,13.948 C32.2263,13.58 33.0613,12.468 33.0613,11.181 C33.0613,9.584 31.7613,8.285 30.1653,8.285 C29.0853,8.285 28.1023,8.887 27.6003,9.856 L27.3933,10.256 L27.7703,10.504 C28.9443,11.276 29.8463,12.367 30.3803,13.659 L30.3803,13.659 Z M21.3533,14.367 C21.6313,14.367 21.8563,14.142 21.8563,13.865 C21.8563,13.587 21.6313,13.362 21.3533,13.362 C21.0763,13.362 20.8503,13.587 20.8503,13.865 C20.8503,14.142 21.0763,14.367 21.3533,14.367 L21.3533,14.367 Z M26.6463,14.367 C26.9233,14.367 27.1493,14.142 27.1493,13.865 C27.1493,13.587 26.9233,13.362 26.6463,13.362 C26.3693,13.362 26.1443,13.587 26.1443,13.865 C26.1443,14.142 26.3693,14.367 26.6463,14.367 L26.6463,14.367 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default TeddyBear;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst ThinkingAboutBaby = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M22.6138,25.6245 C23.6348,25.6245 24.4628,24.7965 24.4628,23.7755 L20.7648,23.7755 C20.7648,24.7965 21.5928,25.6245 22.6138,25.6245 L22.6138,25.6245 Z M32.3288,21.1185 C32.3288,20.6795 31.9718,20.3225 31.5328,20.3225 L31.0258,20.3225 L31.0258,22.1865 L31.5328,22.1865 C31.9718,22.1865 32.3288,21.8295 32.3288,21.3905 L32.3288,21.1185 Z M29.9218,21.4245 C29.9218,17.4365 26.6768,14.1905 22.6878,14.1905 C22.4048,14.1905 22.1258,14.2115 21.8498,14.2435 C21.6808,14.4575 21.5668,14.7085 21.5608,14.9865 C21.5538,15.3235 21.6788,15.6435 21.9128,15.8865 C22.1468,16.1305 22.4608,16.2685 22.7978,16.2745 C23.1358,16.2735 23.4538,16.1575 23.6968,15.9225 L24.3898,16.6445 C23.9658,17.0525 23.4108,17.2755 22.8248,17.2755 C22.8088,17.2755 22.7928,17.2745 22.7778,17.2745 C22.1738,17.2625 21.6108,17.0155 21.1918,16.5795 C20.7728,16.1435 20.5488,15.5705 20.5618,14.9665 C20.5648,14.8055 20.5868,14.6475 20.6228,14.4955 C17.6378,15.3865 15.4538,18.1535 15.4538,21.4245 C15.4538,25.4135 18.6988,28.6585 22.6878,28.6585 C26.6768,28.6585 29.9218,25.4135 29.9218,21.4245 L29.9218,21.4245 Z M14.4368,20.3225 L13.9288,20.3225 C13.4898,20.3225 13.1338,20.6795 13.1338,21.1185 L13.1338,21.3905 C13.1338,21.8295 13.4898,22.1865 13.9288,22.1865 L14.4368,22.1865 L14.4368,20.3225 Z M33.3288,21.1185 L33.3288,21.3905 C33.3288,22.3805 32.5238,23.1865 31.5328,23.1865 L30.7268,23.1865 C29.9178,26.8825 26.6228,29.6585 22.6878,29.6585 C18.7528,29.6585 15.4588,26.8825 14.6488,23.1865 L13.9288,23.1865 C12.9388,23.1865 12.1338,22.3805 12.1338,21.3905 L12.1338,21.1185 C12.1338,20.1285 12.9388,19.3225 13.9288,19.3225 L14.7368,19.3225 C15.6698,15.7995 18.8758,13.1905 22.6878,13.1905 C26.5008,13.1905 29.7068,15.7995 30.6388,19.3225 L31.5328,19.3225 C32.5238,19.3225 33.3288,20.1285 33.3288,21.1185 L33.3288,21.1185 Z M38.7308,42.1115 C38.7308,41.5125 38.2428,41.0245 37.6438,41.0245 C37.0448,41.0245 36.5568,41.5125 36.5568,42.1115 C36.5568,42.7105 37.0448,43.1985 37.6438,43.1985 C38.2428,43.1985 38.7308,42.7105 38.7308,42.1115 L38.7308,42.1115 Z M40.0308,42.1115 C40.0308,43.4275 38.9598,44.4985 37.6438,44.4985 C36.3278,44.4985 35.2568,43.4275 35.2568,42.1115 C35.2568,40.7955 36.3278,39.7245 37.6438,39.7245 C38.9598,39.7245 40.0308,40.7955 40.0308,42.1115 L40.0308,42.1115 Z M43.9398,34.4845 C43.9398,32.9275 42.6738,31.6615 41.1168,31.6615 C39.5598,31.6615 38.2938,32.9275 38.2938,34.4845 C38.2938,36.0415 39.5598,37.3085 41.1168,37.3085 C42.6738,37.3085 43.9398,36.0415 43.9398,34.4845 L43.9398,34.4845 Z M45.2398,34.4845 C45.2398,36.7585 43.3908,38.6075 41.1168,38.6075 C38.8428,38.6075 36.9938,36.7585 36.9938,34.4845 C36.9938,32.2105 38.8428,30.3615 41.1168,30.3615 C43.3908,30.3615 45.2398,32.2105 45.2398,34.4845 L45.2398,34.4845 Z M35.0618,27.5965 C35.2588,27.6165 35.4588,27.6285 35.6608,27.6285 C39.0618,27.6285 41.8278,24.7215 41.8278,21.1485 C41.8278,17.5795 39.0688,14.6755 35.6738,14.6675 L35.0648,14.7085 L34.9558,14.0945 C34.5318,10.3665 31.5148,7.5555 27.9378,7.5555 C26.4918,7.5555 25.0988,8.0145 23.9088,8.8825 L23.3318,9.3045 L22.9668,8.6885 C21.8298,6.7695 19.8738,5.6235 17.7338,5.6235 C14.3328,5.6235 11.5668,8.5305 11.5668,12.1035 C11.5668,12.3355 11.5788,12.5635 11.6018,12.7885 L11.6638,13.4045 L11.0518,13.4975 C7.4468,14.0375 4.7288,17.3265 4.7288,21.1485 C4.7288,24.2785 6.5058,27.0815 9.2578,28.2905 L9.5478,28.4175 L9.6258,28.7255 C10.5308,32.2775 13.6058,34.7595 17.1058,34.7595 C19.1398,34.7595 21.0628,33.9345 22.5218,32.4375 L23.0308,31.9145 L23.4908,32.4805 C24.6678,33.9285 26.3778,34.7595 28.1808,34.7595 C31.5808,34.7595 34.3478,31.8525 34.3478,28.2785 L34.3478,27.5605 L35.0618,27.5965 Z M35.6178,28.9285 C35.2878,32.9315 32.0788,36.0595 28.1808,36.0595 C26.2138,36.0595 24.3418,35.2525 22.9488,33.8245 C21.3158,35.2705 19.2648,36.0595 17.1058,36.0595 C13.1118,36.0595 9.5938,33.3155 8.4478,29.3485 C5.3878,27.8685 3.4278,24.6845 3.4278,21.1485 C3.4278,16.8975 6.3298,13.2075 10.2698,12.3215 C10.2678,12.2495 10.2668,12.1765 10.2668,12.1035 C10.2668,7.8135 13.6158,4.3235 17.7338,4.3235 C20.1148,4.3235 22.3038,5.4805 23.7118,7.4515 C24.9928,6.6665 26.4408,6.2555 27.9378,6.2555 C31.9928,6.2555 35.4388,9.2825 36.1658,13.3855 C40.0488,13.6565 43.1288,17.0345 43.1288,21.1485 C43.1288,25.4385 39.7788,28.9285 35.6608,28.9285 L35.6178,28.9285 Z M25.7708,19.9275 C25.3938,19.9275 25.0888,20.2325 25.0888,20.6095 C25.0888,20.9855 25.3938,21.2915 25.7708,21.2915 C26.1468,21.2915 26.4528,20.9855 26.4528,20.6095 C26.4528,20.2325 26.1468,19.9275 25.7708,19.9275 L25.7708,19.9275 Z M20.2878,20.6095 C20.2878,20.9855 19.9818,21.2915 19.6058,21.2915 C19.2288,21.2915 18.9238,20.9855 18.9238,20.6095 C18.9238,20.2325 19.2288,19.9275 19.6058,19.9275 C19.9818,19.9275 20.2878,20.2325 20.2878,20.6095 L20.2878,20.6095 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M22.6138,25.6245 C23.6348,25.6245 24.4628,24.7965 24.4628,23.7755 L20.7648,23.7755 C20.7648,24.7965 21.5928,25.6245 22.6138,25.6245 L22.6138,25.6245 Z M32.3288,21.1185 C32.3288,20.6795 31.9718,20.3225 31.5328,20.3225 L31.0258,20.3225 L31.0258,22.1865 L31.5328,22.1865 C31.9718,22.1865 32.3288,21.8295 32.3288,21.3905 L32.3288,21.1185 Z M29.9218,21.4245 C29.9218,17.4365 26.6758,14.1905 22.6878,14.1905 C22.4038,14.1905 22.1258,14.2115 21.8498,14.2435 C21.6798,14.4575 21.5668,14.7085 21.5608,14.9865 C21.5538,15.3235 21.6788,15.6435 21.9128,15.8865 C22.1468,16.1305 22.4608,16.2685 22.7978,16.2745 C23.1378,16.2735 23.4538,16.1575 23.6968,15.9225 L24.3898,16.6445 C23.9658,17.0525 23.4108,17.2755 22.8248,17.2755 C22.8088,17.2755 22.7928,17.2745 22.7768,17.2745 C22.1738,17.2625 21.6098,17.0155 21.1918,16.5795 C20.7728,16.1435 20.5488,15.5705 20.5608,14.9665 C20.5648,14.8055 20.5868,14.6475 20.6228,14.4955 C17.6378,15.3865 15.4538,18.1535 15.4538,21.4245 C15.4538,25.4135 18.6988,28.6585 22.6878,28.6585 C26.6758,28.6585 29.9218,25.4135 29.9218,21.4245 L29.9218,21.4245 Z M14.4368,20.3225 L13.9288,20.3225 C13.4898,20.3225 13.1338,20.6795 13.1338,21.1185 L13.1338,21.3905 C13.1338,21.8295 13.4898,22.1865 13.9288,22.1865 L14.4368,22.1865 L14.4368,20.3225 Z M33.3288,21.1185 L33.3288,21.3905 C33.3288,22.3805 32.5238,23.1865 31.5328,23.1865 L30.7268,23.1865 C29.9178,26.8825 26.6228,29.6585 22.6878,29.6585 C18.7528,29.6585 15.4578,26.8825 14.6488,23.1865 L13.9288,23.1865 C12.9388,23.1865 12.1338,22.3805 12.1338,21.3905 L12.1338,21.1185 C12.1338,20.1285 12.9388,19.3225 13.9288,19.3225 L14.7368,19.3225 C15.6688,15.7995 18.8758,13.1905 22.6878,13.1905 C26.5008,13.1905 29.7068,15.7995 30.6388,19.3225 L31.5328,19.3225 C32.5238,19.3225 33.3288,20.1285 33.3288,21.1185 L33.3288,21.1185 Z M38.7298,42.1115 C38.7298,41.5125 38.2428,41.0245 37.6438,41.0245 C37.0448,41.0245 36.5568,41.5125 36.5568,42.1115 C36.5568,42.7105 37.0448,43.1985 37.6438,43.1985 C38.2428,43.1985 38.7298,42.7105 38.7298,42.1115 L38.7298,42.1115 Z M40.0308,42.1115 C40.0308,43.4275 38.9598,44.4985 37.6438,44.4985 C36.3278,44.4985 35.2568,43.4275 35.2568,42.1115 C35.2568,40.7955 36.3278,39.7245 37.6438,39.7245 C38.9598,39.7245 40.0308,40.7955 40.0308,42.1115 L40.0308,42.1115 Z M43.9398,34.4845 C43.9398,32.9275 42.6738,31.6615 41.1168,31.6615 C39.5598,31.6615 38.2938,32.9275 38.2938,34.4845 C38.2938,36.0415 39.5598,37.3085 41.1168,37.3085 C42.6738,37.3085 43.9398,36.0415 43.9398,34.4845 L43.9398,34.4845 Z M45.2398,34.4845 C45.2398,36.7585 43.3898,38.6075 41.1168,38.6075 C38.8428,38.6075 36.9938,36.7585 36.9938,34.4845 C36.9938,32.2105 38.8428,30.3615 41.1168,30.3615 C43.3898,30.3615 45.2398,32.2105 45.2398,34.4845 L45.2398,34.4845 Z M35.0608,27.5965 C35.2588,27.6165 35.4588,27.6285 35.6608,27.6285 C39.0618,27.6285 41.8278,24.7215 41.8278,21.1485 C41.8278,17.5795 39.0688,14.6755 35.6738,14.6675 L35.0648,14.7085 L34.9558,14.0945 C34.5318,10.3665 31.5138,7.5555 27.9368,7.5555 C26.4918,7.5555 25.0988,8.0145 23.9088,8.8825 L23.3318,9.3045 L22.9668,8.6885 C21.8298,6.7695 19.8738,5.6235 17.7338,5.6235 C14.3328,5.6235 11.5668,8.5305 11.5668,12.1035 C11.5668,12.3355 11.5788,12.5635 11.6018,12.7885 L11.6638,13.4045 L11.0508,13.4975 C7.4468,14.0375 4.7278,17.3265 4.7278,21.1485 C4.7278,24.2785 6.5058,27.0815 9.2578,28.2905 L9.5478,28.4175 L9.6258,28.7255 C10.5298,32.2775 13.6058,34.7595 17.1048,34.7595 C19.1388,34.7595 21.0628,33.9345 22.5218,32.4375 L23.0308,31.9145 L23.4908,32.4805 C24.6678,33.9285 26.3778,34.7595 28.1808,34.7595 C31.5808,34.7595 34.3478,31.8525 34.3478,28.2785 L34.3478,27.5605 L35.0608,27.5965 Z M35.6178,28.9285 C35.2878,32.9315 32.0788,36.0595 28.1808,36.0595 C26.2138,36.0595 24.3418,35.2525 22.9488,33.8245 C21.3148,35.2705 19.2648,36.0595 17.1048,36.0595 C13.1118,36.0595 9.5938,33.3155 8.4478,29.3485 C5.3878,27.8685 3.4278,24.6845 3.4278,21.1485 C3.4278,16.8975 6.3298,13.2075 10.2698,12.3215 C10.2678,12.2495 10.2668,12.1765 10.2668,12.1035 C10.2668,7.8135 13.6158,4.3235 17.7338,4.3235 C20.1148,4.3235 22.3038,5.4805 23.7118,7.4515 C24.9928,6.6665 26.4408,6.2555 27.9368,6.2555 C31.9928,6.2555 35.4388,9.2825 36.1658,13.3855 C40.0488,13.6565 43.1288,17.0345 43.1288,21.1485 C43.1288,25.4385 39.7788,28.9285 35.6608,28.9285 L35.6178,28.9285 Z M25.7638,19.8725 C24.9348,19.8725 24.3638,20.5475 24.3008,20.6245 L25.0758,21.2575 C25.1658,21.1495 25.4628,20.8725 25.7638,20.8725 L25.7668,20.8725 C25.9648,20.8735 26.1678,21.0015 26.3728,21.2545 L27.1498,20.6245 C26.6448,20.0025 26.1168,19.8725 25.7638,19.8725 L25.7638,19.8725 Z M20.9248,20.6245 L20.1478,21.2545 C19.9438,21.0015 19.7388,20.8735 19.5428,20.8725 C19.2288,20.8945 18.9408,21.1495 18.8508,21.2575 L18.0758,20.6245 C18.1388,20.5475 18.7108,19.8725 19.5388,19.8725 C19.8928,19.8725 20.4208,20.0025 20.9248,20.6245 L20.9248,20.6245 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default ThinkingAboutBaby;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Ticket = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.0196,27.1783 L28.0276,28.7733 L29.3286,28.7673 L29.3196,27.1723 L28.0196,27.1783 Z M29.3406,31.2423 L29.3406,31.1583 L28.0406,31.1643 L28.0406,31.2493 L11.3726,31.3363 L11.3576,28.5293 C12.3116,28.3863 13.1916,27.9423 13.8826,27.2433 C14.7276,26.3903 15.1896,25.2573 15.1836,24.0563 C15.1776,22.8543 14.7036,21.7273 13.8496,20.8813 C13.1506,20.1913 12.2676,19.7563 11.3116,19.6233 L11.2966,16.8163 L27.9656,16.7303 L27.9656,16.8143 L29.2656,16.8083 L29.2656,16.7233 L36.6276,16.6853 L36.6426,19.5773 C34.4706,19.9063 32.8056,21.7903 32.8166,24.0493 C32.8286,26.3103 34.5136,28.1773 36.6886,28.4823 L36.7036,31.2043 L29.3406,31.2423 Z M37.9826,27.2223 L37.3326,27.2253 L37.3156,27.2253 C35.5596,27.2253 34.1256,25.8013 34.1166,24.0433 C34.1076,22.2803 35.5356,20.8373 37.2996,20.8273 L37.9496,20.8243 L37.9206,15.3783 L9.9906,15.5233 L10.0186,20.8843 L10.6676,20.8813 L10.6866,20.8813 C11.5346,20.8813 12.3316,21.2083 12.9346,21.8063 C13.5416,22.4073 13.8786,23.2083 13.8836,24.0623 C13.8876,24.9173 13.5596,25.7223 12.9576,26.3293 C12.3576,26.9373 11.5556,27.2743 10.7016,27.2783 L10.0516,27.2823 L10.0796,32.6433 L38.0096,32.4973 L37.9826,27.2223 Z M29.2786,19.1993 L27.9786,19.2053 L27.9866,20.8003 L29.2866,20.7943 L29.2786,19.1993 Z M29.2986,23.1863 L27.9986,23.1923 L28.0076,24.7863 L29.3076,24.7813 L29.2986,23.1863 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M38.6473,20.691 C37.6833,20.711 36.7543,21.039 35.9803,21.643 C35.0323,22.382 34.4303,23.446 34.2833,24.639 C34.1363,25.832 34.4623,27.01 35.2023,27.958 C35.8063,28.732 36.6273,29.276 37.5583,29.529 L37.2253,32.231 L29.9183,31.331 L31.6953,16.912 L39.0013,17.82 L38.6473,20.691 Z M28.4613,31.25 L11.8723,31.337 L11.8573,28.529 C12.8123,28.386 13.6913,27.942 14.3823,27.244 C15.2273,26.39 15.6893,25.257 15.6833,24.056 C15.6773,22.854 15.2033,21.727 14.3493,20.881 C13.6513,20.191 12.7673,19.756 11.8113,19.624 L11.7963,16.816 L28.4613,16.73 L28.4613,31.25 Z M30.5643,15.461 L29.7623,21.971 L29.7623,15.423 L10.4903,15.523 L10.5183,20.884 L11.1683,20.881 L11.1863,20.881 C12.0343,20.881 12.8323,21.209 13.4353,21.806 C14.0423,22.407 14.3793,23.209 14.3833,24.062 C14.3883,24.918 14.0593,25.722 13.4583,26.33 C12.8573,26.937 12.0553,27.274 11.2013,27.278 L10.5513,27.282 L10.5793,32.643 L29.1523,32.545 L38.3573,33.68 L39.0023,28.444 L38.3573,28.364 C37.5093,28.259 36.7523,27.832 36.2263,27.158 C35.7013,26.484 35.4683,25.646 35.5733,24.797 C35.6773,23.95 36.1063,23.193 36.7803,22.668 C37.4533,22.142 38.2913,21.907 39.1393,22.015 L39.7843,22.094 L40.4503,16.689 L30.5643,15.461 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Ticket;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Toolbox = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M44.0221,39.1779 L19.1931,39.1779 L19.1931,24.0859 C19.1931,23.8549 19.1771,23.6279 19.1591,23.4019 L43.9871,23.4019 C44.0091,23.6269 44.0221,23.8549 44.0221,24.0859 L44.0221,39.1779 Z M15.2741,17.0029 L21.3631,17.0029 L21.3631,22.1019 L18.9461,22.1019 C18.4241,19.9639 17.0851,18.1479 15.2741,17.0029 L15.2741,17.0029 Z M17.8931,39.1779 L3.7281,39.1779 L3.7281,24.0859 C3.7281,20.1809 6.9051,17.0029 10.8111,17.0029 C14.7161,17.0029 17.8931,20.1809 17.8931,24.0859 L17.8931,39.1779 Z M22.3631,22.1019 L23.6051,22.1019 L23.6051,14.2859 L22.3631,14.2859 L22.3631,22.1019 Z M20.7941,13.2859 L20.7941,9.9709 L26.0631,9.9709 L28.0431,13.2859 L20.7941,13.2859 Z M18.2161,13.2859 L19.7941,13.2859 L19.7941,9.9709 L18.2161,9.9709 L18.2161,13.2859 Z M24.6051,22.1019 L31.8931,22.1019 L31.8931,17.0039 L24.6051,17.0039 L24.6051,22.1019 Z M30.2021,9.8939 C30.2021,8.8779 30.6711,7.9309 31.4451,7.3109 L31.4451,10.3939 L35.5841,10.3939 L35.5841,7.3109 C36.3561,7.9309 36.8261,8.8779 36.8261,9.8939 C36.8261,11.3579 35.8861,12.6309 34.4881,13.0609 L34.1341,13.1689 L34.1351,22.1019 L32.8931,22.1019 L32.8931,13.5349 L32.8801,13.0439 L32.4631,13.0359 C31.1081,12.5839 30.2021,11.3299 30.2021,9.8939 L30.2021,9.8939 Z M35.1351,17.0029 L36.9391,17.0029 C40.1551,17.0029 42.8731,19.1599 43.7341,22.1019 L35.1351,22.1019 L35.1351,17.0029 Z M36.9391,15.7039 L35.1341,15.7039 L35.1341,13.8919 C36.7591,13.2369 37.8261,11.6749 37.8261,9.8939 C37.8261,8.2059 36.8311,6.6649 35.2901,5.9669 L34.5841,5.6469 L34.5841,9.3939 L32.4451,9.3939 L32.4451,5.6469 L31.7391,5.9669 C30.1981,6.6649 29.2021,8.2059 29.2021,9.8939 C29.2021,11.6719 30.2701,13.2369 31.8931,13.8909 L31.8931,15.7039 L24.6051,15.7039 L24.6051,14.2859 L29.8061,14.2859 L26.6301,8.9709 L17.2161,8.9709 L17.2161,14.2859 L21.3631,14.2859 L21.3631,15.7039 L10.8111,15.7039 C6.1881,15.7039 2.4281,19.4639 2.4281,24.0859 L2.4281,40.4779 L45.3221,40.4779 L45.3221,24.0859 C45.3221,19.4639 41.5621,15.7039 36.9391,15.7039 L36.9391,15.7039 Z M10.8111,26.2439 C9.4561,26.2439 8.3541,25.1419 8.3541,23.7869 C8.3541,22.4319 9.4561,21.3299 10.8111,21.3299 C12.1661,21.3299 13.2671,22.4319 13.2671,23.7869 C13.2671,25.1419 12.1661,26.2439 10.8111,26.2439 L10.8111,26.2439 Z M10.8111,20.0299 C8.7391,20.0299 7.0541,21.7159 7.0541,23.7869 C7.0541,25.8589 8.7391,27.5439 10.8111,27.5439 C12.8821,27.5439 14.5671,25.8589 14.5671,23.7869 C14.5671,21.7159 12.8821,20.0299 10.8111,20.0299 L10.8111,20.0299 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M44.022,37.3938 L19.193,37.3938 L19.193,22.3018 C19.193,22.0708 19.177,21.8438 19.159,21.6178 L43.987,21.6178 C44.009,21.8428 44.022,22.0708 44.022,22.3018 L44.022,37.3938 Z M15.274,15.2188 L21.363,15.2188 L21.363,20.3178 L18.946,20.3178 C18.424,18.1798 17.085,16.3638 15.274,15.2188 L15.274,15.2188 Z M17.893,37.3938 L3.728,37.3938 L3.728,22.3018 C3.728,18.3968 6.905,15.2188 10.811,15.2188 C14.716,15.2188 17.893,18.3968 17.893,22.3018 L17.893,37.3938 Z M22.363,20.3178 L23.605,20.3178 L23.605,12.5018 L22.363,12.5018 L22.363,20.3178 Z M20.794,11.5018 L20.794,8.1868 L26.063,8.1868 L28.043,11.5018 L20.794,11.5018 Z M18.216,11.5018 L19.794,11.5018 L19.794,8.1868 L18.216,8.1868 L18.216,11.5018 Z M24.605,20.3178 L31.893,20.3178 L31.893,15.2198 L24.605,15.2198 L24.605,20.3178 Z M30.202,6.6098 C30.202,5.5938 30.672,4.6468 31.445,4.0268 L31.445,7.1098 L35.584,7.1098 L35.584,4.0268 C36.356,4.6468 36.826,5.5938 36.826,6.6098 C36.826,8.0738 35.886,9.3468 34.488,9.7768 L34.134,9.8848 L34.135,20.3178 L32.893,20.3178 L32.893,10.2508 L32.88,9.7598 L32.463,9.7518 C31.108,9.2998 30.202,8.0458 30.202,6.6098 L30.202,6.6098 Z M35.135,15.2188 L36.939,15.2188 C40.156,15.2188 42.873,17.3758 43.734,20.3178 L35.135,20.3178 L35.135,15.2188 Z M36.939,13.9198 L35.135,13.9198 L35.134,10.6068 C36.759,9.9528 37.826,8.3898 37.826,6.6098 C37.826,4.9218 36.831,3.3798 35.29,2.6828 L34.584,2.3628 L34.584,6.1098 L32.445,6.1098 L32.445,2.3628 L31.739,2.6828 C30.198,3.3798 29.202,4.9218 29.202,6.6098 C29.202,8.3878 30.27,9.9518 31.893,10.6068 L31.893,13.9198 L24.605,13.9198 L24.605,12.5018 L29.806,12.5018 L26.63,7.1868 L17.216,7.1868 L17.216,12.5018 L21.363,12.5018 L21.363,13.9198 L10.811,13.9198 C6.189,13.9198 2.428,17.6798 2.428,22.3018 L2.428,38.6938 L45.322,38.6938 L45.322,22.3018 C45.322,17.6798 41.562,13.9198 36.939,13.9198 L36.939,13.9198 Z M10.811,24.4598 C9.456,24.4598 8.354,23.3578 8.354,22.0028 C8.354,20.6478 9.456,19.5458 10.811,19.5458 C12.166,19.5458 13.268,20.6478 13.268,22.0028 C13.268,23.3578 12.166,24.4598 10.811,24.4598 L10.811,24.4598 Z M10.811,18.2458 C8.739,18.2458 7.054,19.9318 7.054,22.0028 C7.054,24.0748 8.739,25.7598 10.811,25.7598 C12.882,25.7598 14.567,24.0748 14.567,22.0028 C14.567,19.9318 12.882,18.2458 10.811,18.2458 L10.811,18.2458 Z\"\n />\n );\n\n const simplified = (\n <g fillRule=\"evenodd\" transform=\"translate(1.263 5.053)\">\n <path d=\"M42.7130526,34.0793684 L18.2254737,34.0793684 L18.2254737,19.1589474 C18.2254737,18.9858947 18.2103158,18.8166316 18.2002105,18.6448421 L42.6865263,18.6448421 C42.6991579,18.8153684 42.7130526,18.9858947 42.7130526,19.1589474 L42.7130526,34.0793684 Z M14.6898947,12.2469474 L20.22,12.2469474 L20.22,17.0027368 L17.94,17.0027368 C17.4347368,15.0650526 16.2675789,13.3951579 14.6898947,12.2469474 L14.6898947,12.2469474 Z M16.5833684,34.0793684 L2.76063158,34.0793684 L2.76063158,19.1589474 C2.76063158,15.348 5.86168421,12.2469474 9.67263158,12.2469474 C13.4835789,12.2469474 16.5833684,15.348 16.5833684,19.1589474 L16.5833684,34.0793684 Z M21.2292632,17.0027368 L22.4608421,17.0027368 L22.4608421,9.36315789 L21.2292632,9.36315789 L21.2292632,17.0027368 Z M19.6604211,8.35389474 L19.6604211,5.04821053 L24.9214737,5.04821053 L26.8957895,8.35389474 L23.4726316,8.35389474 L20.22,8.35389474 L19.6604211,8.35389474 Z M17.0823158,8.35263158 L18.6498947,8.35263158 L18.6498947,5.04821053 L17.0823158,5.04821053 L17.0823158,8.35263158 Z M23.4726316,17.0027368 L30.7496842,17.0027368 L30.7496842,12.2456842 L23.4726316,12.2456842 L23.4726316,17.0027368 Z M29.0684211,4.96610526 C29.0684211,3.95557895 29.5345263,3.01326316 30.3012632,2.39431579 L30.3012632,5.47136842 L34.4494737,5.47136842 L34.4494737,2.39431579 C35.2162105,3.01326316 35.6835789,3.95557895 35.6835789,4.96610526 C35.6835789,6.42884211 34.7437895,7.69957895 33.348,8.12778947 L32.9905263,8.23768421 L32.9917895,17.0027368 L31.7602105,17.0027368 L31.7602105,8.60652632 L31.7475789,8.11389474 L31.3269474,8.10378947 C29.9741053,7.65284211 29.0684211,6.39978947 29.0684211,4.96610526 L29.0684211,4.96610526 Z M35.8010526,12.2469474 C38.8591579,12.2469474 41.4562105,14.2452632 42.3644211,17.0027368 L34.0023158,17.0027368 L34.0023158,12.2469474 L35.8010526,12.2469474 Z M35.8010526,10.6048421 L34.0023158,10.6048421 L34.0023158,8.96778947 C35.6267368,8.31221053 36.6928421,6.74842105 36.6928421,4.96610526 C36.6928421,3.276 35.6962105,1.73242105 34.1538947,1.03389474 L33.4402105,0.710526316 L33.4402105,4.46084211 L31.3117895,4.46084211 L31.3117895,0.710526316 L30.5981053,1.03389474 C29.0545263,1.73242105 28.0578947,3.276 28.0578947,4.96610526 C28.0578947,6.74589474 29.1252632,8.31094737 30.7496842,8.96652632 L30.7496842,10.6048421 L23.4726316,10.6048421 L23.4726316,9.36315789 L28.6768421,9.36315789 L25.4949474,4.03768421 L16.0730526,4.03768421 L16.0730526,9.36315789 L20.22,9.36315789 L20.22,10.6048421 L9.67263158,10.6048421 C4.956,10.6048421 1.11852632,14.4423158 1.11852632,19.1589474 L1.11852632,35.7214737 L17.4044211,35.7214737 L18.2254737,35.7214737 L44.3551579,35.7214737 L44.3551579,19.1589474 C44.3551579,14.4423158 40.5176842,10.6048421 35.8010526,10.6048421 L35.8010526,10.6048421 Z\" />\n <path d=\"M9.67225263,21.1455158 C8.41162105,21.1455158 7.38593684,20.1198316 7.38593684,18.8592 C7.38593684,17.5985684 8.41162105,16.5728842 9.67225263,16.5728842 C10.9328842,16.5728842 11.9585684,17.5985684 11.9585684,18.8592 C11.9585684,20.1198316 10.9328842,21.1455158 9.67225263,21.1455158 M9.67225263,14.9320421 C7.50593684,14.9320421 5.74383158,16.6941474 5.74383158,18.8592 C5.74383158,21.0255158 7.50593684,22.7876211 9.67225263,22.7876211 C11.8385684,22.7876211 13.5994105,21.0255158 13.5994105,18.8592 C13.5994105,16.6941474 11.8385684,14.9320421 9.67225263,14.9320421\" />\n </g>\n );\n\n const simplifiedHover = (\n <g fillRule=\"evenodd\" transform=\"translate(1.263 1.263)\">\n <path d=\"M42.7130526,36.0845053 L18.2254737,36.0845053 L18.2254737,21.1640842 C18.2254737,20.9910316 18.2103158,20.8217684 18.2002105,20.6499789 L42.6865263,20.6499789 C42.6991579,20.8205053 42.7130526,20.9910316 42.7130526,21.1640842 L42.7130526,36.0845053 Z M14.6898947,14.2520842 L20.2326316,14.2520842 L20.2326316,19.0078737 L17.94,19.0078737 C17.4334737,17.0701895 16.2663158,15.4002947 14.6898947,14.2520842 L14.6898947,14.2520842 Z M16.5833684,36.0845053 L2.76063158,36.0845053 L2.76063158,21.1640842 C2.76063158,17.3531368 5.86168421,14.2520842 9.67263158,14.2520842 C13.4835789,14.2520842 16.5833684,17.3531368 16.5833684,21.1640842 L16.5833684,36.0845053 Z M21.2431579,19.0078737 L22.4747368,19.0078737 L22.4747368,11.3682947 L21.2431579,11.3682947 L21.2431579,19.0078737 Z M19.6743158,10.3590316 L19.6743158,7.05334737 L24.9353684,7.05334737 L26.9084211,10.3590316 L23.4852632,10.3590316 L20.2326316,10.3590316 L19.6743158,10.3590316 Z M17.0962105,10.3577684 L18.6637895,10.3577684 L18.6637895,7.05334737 L17.0962105,7.05334737 L17.0962105,10.3577684 Z M23.4852632,19.0078737 L30.7496842,19.0078737 L30.7496842,14.2520842 L23.4852632,14.2520842 L23.4852632,19.0078737 Z M29.0684211,5.47061053 C29.0684211,4.46134737 29.5345263,3.51903158 30.3012632,2.90008421 L30.3012632,5.97587368 L34.4494737,5.97587368 L34.4494737,2.90008421 C35.2162105,3.51903158 35.6835789,4.46134737 35.6835789,5.47061053 C35.6835789,6.93334737 34.7437895,8.20408421 33.348,8.63355789 L32.9905263,8.74218947 L32.9917895,19.0078737 L31.7602105,19.0078737 L31.7602105,9.11229474 L31.7475789,8.6184 L31.3269474,8.60829474 C29.9741053,8.15734737 29.0684211,6.90555789 29.0684211,5.47061053 L29.0684211,5.47061053 Z M35.8010526,14.2520842 C38.8591579,14.2520842 41.4549474,16.2504 42.3644211,19.0078737 L34.0023158,19.0078737 L34.0023158,14.2520842 L35.8010526,14.2520842 Z M35.8010526,12.6099789 L34.0023158,12.6099789 L34.0023158,9.47229474 C35.6267368,8.81671579 36.6928421,7.25292632 36.6928421,5.47061053 C36.6928421,3.78176842 35.6962105,2.23818947 34.1538947,1.53966316 L33.4402105,1.21629474 L33.4402105,4.96661053 L31.3117895,4.96661053 L31.3117895,1.21629474 L30.5981053,1.53966316 C29.0545263,2.23818947 28.0578947,3.78176842 28.0578947,5.47061053 C28.0578947,7.2504 29.1252632,8.81545263 30.7496842,9.47229474 L30.7496842,12.6099789 L23.4852632,12.6099789 L23.4852632,11.3682947 L28.6894737,11.3682947 L25.5075789,6.04282105 L16.0856842,6.04282105 L16.0856842,11.3682947 L20.2326316,11.3682947 L20.2326316,12.6099789 L9.67263158,12.6099789 C4.956,12.6099789 1.11852632,16.4474526 1.11852632,21.1640842 L1.11852632,37.7266105 L17.4044211,37.7266105 L18.2254737,37.7266105 L44.3551579,37.7266105 L44.3551579,21.1640842 C44.3551579,16.4474526 40.5176842,12.6099789 35.8010526,12.6099789 L35.8010526,12.6099789 Z\" />\n <path d=\"M9.67225263,23.1506526 C8.41162105,23.1506526 7.38593684,22.1249684 7.38593684,20.8643368 C7.38593684,19.6037053 8.41162105,18.5792842 9.67225263,18.5792842 C10.9328842,18.5792842 11.9585684,19.6037053 11.9585684,20.8643368 C11.9585684,22.1249684 10.9328842,23.1506526 9.67225263,23.1506526 M9.67225263,16.9371789 C7.50593684,16.9371789 5.74383158,18.6992842 5.74383158,20.8643368 C5.74383158,23.0306526 7.50593684,24.7927579 9.67225263,24.7927579 C11.8385684,24.7927579 13.5994105,23.0306526 13.5994105,20.8643368 C13.5994105,18.6992842 11.8385684,16.9371789 9.67225263,16.9371789\" />\n </g>\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Toolbox;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Tooth = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M30.713,7.5491 C34.338,7.5491 38.571,9.7001 38.571,15.7621 C38.571,19.4431 37.409,20.9451 36.383,22.2701 C35.675,23.1861 35.063,23.9781 34.923,25.4711 C34.689,27.9721 33.317,40.4511 29.237,40.4511 C26.39,40.4511 26.12,36.4361 25.858,32.5541 C25.658,29.5781 25.431,26.2041 24,26.2041 C22.6454054,26.2041 22.3690614,29.2232015 22.1738552,32.0686125 L22.141,32.5541 C21.88,36.4361 21.61,40.4511 18.763,40.4511 C14.682,40.4511 13.31,27.9721 13.076,25.4711 C12.937,23.9781 12.325,23.1861 11.616,22.2701 C10.591,20.9451 9.429,19.4431 9.429,15.7621 C9.429,9.7001 13.662,7.5491 17.286,7.5491 C19.356,7.5491 20.573,8.1051 21.647,8.5971 C22.46,8.9691 23.103,9.2641 24,9.2641 C24.897,9.2641 25.54,8.9691 26.353,8.5971 C27.426,8.1051 28.643,7.5491 30.713,7.5491 Z M17.286,8.8491 C16.191,8.8491 10.73,9.1821 10.73,15.7621 C10.73,18.7749276 11.5734209,20.0749086 12.4499904,21.2220593 L12.645,21.4751 C13.407,22.4611 14.196,23.4811 14.371,25.3501 C14.991,31.9871 16.846,39.1511 18.763,39.1511 C20.395,39.1511 20.633,35.6001 20.844,32.4671 C21.094,28.7491 21.353,24.9041 24,24.9041 C26.647,24.9041 26.905,28.7491 27.155,32.4671 C27.366,35.6001 27.605,39.1511 29.237,39.1511 C31.153,39.1511 33.009,31.9871 33.629,25.3501 C33.803,23.4811 34.592,22.4611 35.355,21.4751 C36.297,20.2571 37.271,18.9981 37.271,15.7621 C37.271,9.1821 31.809,8.8491 30.713,8.8491 C28.926,8.8491 27.893,9.3221 26.894,9.7791 C26.052,10.1641 25.18,10.5631 24,10.5631 C22.819,10.5631 21.948,10.1641 21.105,9.7791 C20.106,9.3221 19.073,8.8491 17.286,8.8491 Z M15.32,11.6135 L15.771,12.8325 C15.167,13.0565 14.712,13.7105 14.524,14.6275 C14.207,16.1785 14.705,17.9435 15.735,18.9185 L15.735,18.9185 L14.841,19.8625 C13.27,18.3745 12.911,16.0305 13.251,14.3675 C13.531,12.9995 14.285,11.9965 15.32,11.6135 L15.32,11.6135 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M30.713,7.5491 C34.338,7.5491 38.571,9.7001 38.571,15.7621 C38.571,19.4431 37.409,20.9451 36.383,22.2701 C35.674,23.1861 35.062,23.9781 34.923,25.4711 C34.689,27.9721 33.317,40.4511 29.237,40.4511 C26.389,40.4511 26.119,36.4361 25.858,32.5541 C25.658,29.5781 25.431,26.2041 24,26.2041 C22.568,26.2041 22.341,29.5781 22.141,32.5541 C21.88,36.4361 21.61,40.4511 18.762,40.4511 C14.682,40.4511 13.31,27.9721 13.076,25.4711 C12.937,23.9781 12.325,23.1861 11.616,22.2701 C10.591,20.9451 9.429,19.4431 9.429,15.7621 C9.429,9.7001 13.662,7.5491 17.286,7.5491 C19.356,7.5491 20.573,8.1051 21.646,8.5971 C22.46,8.9691 23.103,9.2641 24,9.2641 C24.897,9.2641 25.539,8.9691 26.353,8.5971 C27.426,8.1051 28.643,7.5491 30.713,7.5491 Z M17.286,8.8491 C16.191,8.8491 10.729,9.1821 10.729,15.7621 C10.729,18.9981 11.703,20.2581 12.645,21.4751 C13.407,22.4611 14.196,23.4811 14.371,25.3501 C14.99,31.9871 16.846,39.1511 18.762,39.1511 C20.394,39.1511 20.633,35.6001 20.844,32.4671 C21.094,28.7491 21.353,24.9041 24,24.9041 C26.4696,24.9041 26.8598578,28.2535222 27.1041754,31.7229836 L27.155,32.4671 C27.366,35.6001 27.605,39.1511 29.237,39.1511 C31.153,39.1511 33.009,31.9871 33.628,25.3501 C33.803,23.4811 34.592,22.4611 35.355,21.4751 C36.296,20.2571 37.271,18.9981 37.271,15.7621 C37.271,9.1821 31.808,8.8491 30.713,8.8491 C28.926,8.8491 27.893,9.3221 26.894,9.7791 C26.051,10.1641 25.18,10.5631 24,10.5631 C22.819,10.5631 21.948,10.1641 21.105,9.7791 C20.106,9.3221 19.073,8.8491 17.286,8.8491 Z M15.3195,11.6135 L15.7705,12.8325 C15.1665,13.0565 14.7115,13.7105 14.5245,14.6275 C14.2075,16.1785 14.7045,17.9435 15.7345,18.9185 L15.7345,18.9185 L14.8405,19.8625 C13.2705,18.3745 12.9105,16.0305 13.2505,14.3675 C13.5305,12.9995 14.2845,11.9965 15.3195,11.6135 L15.3195,11.6135 Z M4.6187,9.1852 L7.7837,10.1502 L7.4057,11.3932 L4.2397,10.4282 L4.6187,9.1852 Z M9.0629,4.3227 L11.0479,6.9707 L10.0079,7.7497 L8.0229,5.1017 L9.0629,4.3227 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Tooth;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Train = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.4663,24.1611 L16.4322507,17.4821 C16.4223,15.6111 17.9363,14.0811 19.8073,14.0711 L28.0963,14.0281 L28.1143,14.0281 C29.0143,14.0281 29.8613,14.3761 30.5013,15.0101 C31.1453,15.6471 31.5033,16.4981 31.5073,17.4031 L31.5423,24.0831 L16.4663,24.1611 Z M31.4153,14.0861 C30.5243,13.2021 29.3423,12.6851 28.0903,12.7271 L19.8003,12.7701 C17.2133,12.7841 15.1183,14.9011 15.1322302,17.4881 L15.1703,24.8171 C15.1713,24.9901 15.2403,25.1551 15.3623,25.2761 C15.4843,25.3961 15.6493,25.4651 15.8203,25.4651 L15.8233,25.4651 L32.1983,25.3801 C32.5573,25.3781 32.8473,25.0851 32.8453103,24.7261 L32.8073,17.3971 C32.8003,16.1431 32.3063,14.9681 31.4153,14.0861 L31.4153,14.0861 Z M20.5173,31.7141055 C20.1673,31.7151 19.8223,31.5791 19.5683,31.3271 C19.3143,31.0751 19.1733,30.7391 19.17128,30.3821 C19.1673,29.6431 19.7643,29.0401 20.5033,29.0361 L20.5103,29.0361 C20.8653,29.0361 21.1993,29.1731 21.4523,29.4231 C21.7063,29.6751 21.8473,30.0101 21.84932,30.3671 C21.8533,31.1061 21.2553,31.7101 20.5173,31.7141055 L20.5173,31.7141055 Z M20.5103,27.7351 L20.4963,27.7351 C19.0413,27.7431 17.8633,28.9331 17.870269,30.3881 C17.8743,31.0931 18.1523,31.7551 18.6533,32.2511 C19.1513,32.7431 19.8103,33.0151 20.5093,33.0151 L20.5243,33.0151 C21.9793,33.0071 23.1563,31.8161 23.1493311,30.3611 C23.1463,29.6561 22.8673,28.9941 22.3663,28.4991 C21.8693,28.0071 21.2103,27.7351 20.5103,27.7351 L20.5103,27.7351 Z M28.4073,35.8811 L19.7233,35.9261 L19.6893,35.9261 C19.4223,35.9261 19.1613,35.9051 18.9033,35.8741 L18.6393,35.7881 L18.6253,35.8321 C15.5113,35.3231 13.1163,32.6291 13.0993,29.3711 L13.0372113,17.3021 C13.0283,15.5411 13.7043,13.8831 14.9433,12.6321 C16.1813,11.3811 17.8323,10.6871 19.5923,10.6791 L28.2773,10.6341 C28.2893,10.6341 28.3013,10.6331 28.3133,10.6331 C30.0593,10.6331 31.7033,11.3091 32.9463,12.5391 C34.1973,13.7761 34.8913,15.4281 34.9003,17.1871 L34.9633886,29.2571 C34.9723,31.0171 34.2953,32.6761 33.0573,33.9281 C31.8193,35.1791 30.1673,35.8721 28.4073,35.8811 L28.4073,35.8811 Z M19.0263,38.7841 L19.5393,37.2191 C19.5893,37.2201 19.6383,37.2261 19.6893,37.2261 L19.7303,37.2261 L28.4143,37.1821 C28.5913,37.1811 28.7663,37.1661 28.9423,37.1531 L29.4763,38.7301 L19.0263,38.7841 Z M36.2624313,29.2511 L36.2003,17.1821 C36.1893,15.0741 35.3583,13.0971 33.8613,11.6141 C32.3623,10.1331 30.3783,9.3571 28.2703,9.3331 L19.5853,9.3781 C17.4783,9.3891 15.5013,10.2201 14.0193,11.7181 C12.5363,13.2161 11.7263,15.2011 11.7371894,17.3071 L11.7993,29.3771 C11.8203,33.2091 14.5843,36.3931 18.2153,37.0841 L16.6093,41.9871 L17.8443,42.3911 L18.5993,40.0881 L29.9173,40.0291 L30.6953,42.3251 L31.9263,41.9071 L30.2463,36.9501 C31.6503,36.6091 32.9393,35.8941 33.9813,34.8421 C35.4633,33.3441 36.2743,31.3581 36.2624313,29.2511 L36.2624313,29.2511 Z M27.5703,31.6771 C27.2163,31.6821 26.8753,31.5421 26.6213,31.2901 C26.3663,31.0381 26.2263,30.7031 26.22428,30.3461 C26.2203,29.6061 26.8183,29.0031 27.5563,28.9991 L27.5633,28.9991 C27.9183,28.9991 28.2523,29.1361 28.5053,29.3861 C28.7593,29.6381 28.9013,29.9731 28.90232,30.3311 C28.9063,31.0691 28.3083,31.6731 27.5703,31.6771 L27.5703,31.6771 Z M27.5493,27.6981 C26.0943,27.7061 24.9163,28.8961 24.9242595,30.3511 C24.9273,31.0571 25.2053,31.7191 25.7063,32.2141 C26.2043,32.7061 26.8623,32.9771 27.5623,32.9771 L27.5763,32.9771 C29.0323,32.9701 30.2103,31.7791 30.2023405,30.3251 C30.1983,29.6201 29.9213,28.9581 29.4203,28.4621 C28.9183,27.9671 28.2493,27.7231 27.5493,27.6981 L27.5493,27.6981 Z M26.3373,7.72410703 C26.8663,7.7221 27.2923,7.2911 27.2893157,6.7631 C27.2863,6.2341 26.8563,5.8081 26.3273,5.81009299 C25.7993,5.8131 25.3733,6.2441 25.3762843,6.7721 C25.3793,7.3011 25.8093,7.7261 26.3373,7.72410703 L26.3373,7.72410703 Z M21.7453,7.74210701 C22.2743,7.7391 22.7003,7.3081 22.6973157,6.7801 C22.6953,6.2521 22.2643,5.8261 21.7363,5.82809299 C21.2073,5.8311 20.7813,6.2621 20.7842843,6.7901 C20.7863,7.3181 21.2173,7.7441 21.7453,7.74210701 L21.7453,7.74210701 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M28.7397,32.0195 C28.4707,32.2905 28.1137,32.4415 27.7317,32.4435 L27.7237,32.4435 C26.9397,32.4435 26.2997,31.8075 26.2956797,31.0225 C26.2937,30.6405 26.4397,30.2805 26.7087,30.0085 C26.9767,29.7385 27.3357,29.5875 27.7167,29.5855 L27.7237,29.5855 C28.5087,29.5855 29.1487,30.2215 29.1537201,31.0065 C29.1557,31.3885 29.0087,31.7485 28.7397,32.0195 L28.7397,32.0195 Z M27.7237,28.2855 L27.7107,28.2855 C26.9817,28.2895 26.2977,28.5765 25.7847,29.0945 C25.2717,29.6135 24.9917,30.2995 24.9956577,31.0285 C25.0037,32.5285 26.2257,33.7445 27.7237,33.7445 L27.7387,33.7445 C28.4677,33.7405 29.1517,33.4525 29.6637,32.9335 C30.1767,32.4155 30.4567,31.7295 30.4527423,31.0005 C30.4457,29.5005 29.2227,28.2855 27.7237,28.2855 L27.7237,28.2855 Z M21.3687,32.0585 C21.1007,32.3295 20.7427,32.4795 20.3607,32.4815 L20.3537,32.4815 C19.5687,32.4815 18.9277,31.8455 18.9246799,31.0605 C18.9227,30.6785 19.0697,30.3185 19.3377,30.0465 C19.6057,29.7765 19.9647,29.6255 20.3457,29.6235 L20.3527,29.6235 C21.1377,29.6235 21.7787,30.2595 21.7817201,31.0445 C21.7837,31.4265 21.6367,31.7875 21.3687,32.0585 L21.3687,32.0585 Z M20.3537,28.3235 L20.3397,28.3235 C19.6107,28.3275 18.9267,28.6145 18.4137,29.1325 C17.9007,29.6515 17.6207,30.3375 17.6246577,31.0665 C17.6327,32.5665 18.8547,33.7825 20.3527,33.7825 L20.3677,33.7825 C21.0957,33.7785 21.7807,33.4905 22.2927,32.9725 C22.8057,32.4545 23.0857,31.7675 23.0827239,31.0395 C23.0747,29.5395 21.8517,28.3235 20.3537,28.3235 L20.3537,28.3235 Z M16.0977,24.5885 L16.0616497,17.5795 C16.0567,16.6235 16.4247,15.7235 17.0957,15.0445 C17.7677,14.3665 18.6637,13.9895 19.6187,13.9855 L28.2817,13.9405 L28.2997,13.9405 C30.2627,13.9405 31.8657,15.5325 31.8757,17.4975 L31.9117,24.5065 L16.0977,24.5885 Z M28.2997,12.6395 L28.2747,12.6395 L19.6117,12.6845 C18.3097,12.6915 17.0877,13.2055 16.1717,14.1305 C15.2567,15.0555 14.7557,16.2835 14.7616467,17.5845 L14.8017,25.2455 C14.8027,25.4175 14.8717,25.5825 14.9947,25.7045 C15.1157,25.8245 15.2807,25.8925 15.4517,25.8925 L15.4547,25.8925 L32.5687,25.8035 C32.9277,25.8015 33.2177,25.5085 33.2157103,25.1505 L33.1757,17.4915 C33.1617,14.8105 30.9767,12.6395 28.2997,12.6395 L28.2997,12.6395 Z M28.6067,36.8355 L19.5307,36.8825 C17.6927,36.8615 15.9437,36.1825 14.6307,34.8835 C13.3177,33.5835 12.5897,31.8505 12.5797,30.0035 L12.5136156,17.3905 C12.5047,15.5425 13.2157,13.8025 14.5137,12.4905 C15.8137,11.1765 17.5467,10.4485 19.3937,10.4395 L28.4697,10.3925 C28.4817,10.3925 28.4937,10.3915 28.5057,10.3915 C32.3027,10.3915 35.4017,13.4705 35.4217,17.2715 L35.4868041,29.8845 C35.4967,31.7325 34.7857,33.4725 33.4867,34.7865 C32.1867,36.0985 30.4537,36.8275 28.6067,36.8355 L28.6067,36.8355 Z M19.0267,38.7845 L19.2267,38.1705 C19.3157,38.1735 19.4037,38.1835 19.4917,38.1835 L19.5377,38.1835 L28.6137,38.1365 C28.8317,38.1355 29.0487,38.1195 29.2637,38.1015 L29.4767,38.7305 L19.0267,38.7845 Z M36.7868261,29.8785 L36.7207,17.2655 C36.6977,12.7485 33.0167,9.0915 28.5067,9.0915 L28.4637,9.0915 L19.3867,9.1385 C17.1927,9.1505 15.1347,10.0155 13.5907,11.5755 C12.0467,13.1355 11.2027,15.2035 11.2145738,17.3965 L11.2797,30.0095 C11.2907,32.2055 12.1567,34.2635 13.7167,35.8075 C14.8817,36.9605 16.3317,37.7235 17.9057,38.0305 L16.6097,41.9875 L17.8447,42.3915 L18.5987,40.0875 L29.9167,40.0295 L30.6957,42.3255 L31.9267,41.9075 L30.5627,37.8845 C32.0087,37.5255 33.3357,36.7865 34.4107,35.7005 C35.9537,34.1405 36.7987,32.0735 36.7868261,29.8785 L36.7868261,29.8785 Z M21.6447,7.39951508 C22.1967,7.3965 22.6417,6.9475 22.6387151,6.3945 C22.6357,5.8415 22.1867,5.3965 21.6347,5.4005 C21.0817,5.4025 20.6367,5.8525 20.6396849,6.4045 C20.6427,6.9575 21.0927,7.4025 21.6447,7.39951508 L21.6447,7.39951508 Z M26.4437,7.38051508 C26.9957,7.3785 27.4407,6.9275 27.4377151,6.3755 C27.4347,5.8245 26.9857,5.3785 26.4327,5.38148495 C25.8807,5.3845 25.4357,5.8335 25.4386849,6.3865 C25.4417,6.9385 25.8907,7.3835 26.4437,7.38051508 L26.4437,7.38051508 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Train;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst TrashCan = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.4,34.646 L24.4,34.646 L24.4,19.307 L23.4,19.307 L23.4,34.646 Z M18.628,34.646 L19.628,34.646 L19.628,19.307 L18.628,19.307 L18.628,34.646 Z M11.142,13.386 L36.657,13.386 L36.657,11.239 L11.142,11.239 L11.142,13.386 Z M34.034,36.347 C34.034,38.191 32.535,39.69 30.692,39.69 L17.109,39.69 C15.265,39.69 13.766,38.191 13.766,36.347 L13.766,14.686 L34.034,14.686 L34.034,36.347 Z M22.451,9.333 C22.451,8.534 23.101,7.885 23.9,7.885 C24.699,7.885 25.349,8.534 25.349,9.333 L25.349,9.939 L22.451,9.939 L22.451,9.333 Z M26.448,9.939 L26.448,9.333 C26.448,7.928 25.305,6.785 23.9,6.785 C22.495,6.785 21.352,7.928 21.352,9.333 L21.352,9.939 L9.843,9.939 L9.843,14.686 L12.466,14.686 L12.466,36.347 C12.466,38.907 14.548,40.99 17.109,40.99 L30.692,40.99 C33.252,40.99 35.334,38.907 35.334,36.347 L35.334,14.686 L37.957,14.686 L37.957,9.939 L26.448,9.939 Z M28.171,34.646 L29.171,34.646 L29.171,19.307 L28.171,19.307 L28.171,34.646 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M18.628,34.646 L19.628,34.646 L19.628,19.307 L18.628,19.307 L18.628,34.646 Z M13.766,14.686 L34.034,14.686 L34.034,36.347 C34.034,38.191 32.535,39.69 30.691,39.69 L17.108,39.69 C15.266,39.69 13.766,38.191 13.766,36.347 L13.766,14.686 Z M12.466,36.347 C12.466,38.907 14.549,40.99 17.108,40.99 L30.691,40.99 C33.251,40.99 35.334,38.907 35.334,36.347 L35.334,13.386 L12.466,13.386 L12.466,36.347 Z M11.143,9.128 L36.657,9.128 L36.657,6.981 L11.143,6.981 L11.143,9.128 Z M22.451,5.075 C22.451,4.276 23.101,3.626 23.9,3.626 C24.699,3.626 25.349,4.276 25.349,5.075 L25.349,5.68 L22.451,5.68 L22.451,5.075 Z M26.448,5.68 L26.448,5.075 C26.448,3.67 25.305,2.526 23.9,2.526 C22.495,2.526 21.352,3.67 21.352,5.075 L21.352,5.68 L9.843,5.68 L9.843,10.427 L37.957,10.427 L37.957,5.68 L26.448,5.68 Z M23.4,34.646 L24.4,34.646 L24.4,19.307 L23.4,19.307 L23.4,34.646 Z M28.17,34.646 L29.17,34.646 L29.17,19.307 L28.17,19.307 L28.17,34.646 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.2541053,33.8482105 L24.7446316,33.8482105 L24.7446316,19.8625263 L23.2541053,19.8625263 L23.2541053,33.8482105 Z M12.5324211,14.2995789 L35.4663158,14.2995789 L35.4663158,12.6726316 L12.5324211,12.6726316 L12.5324211,14.2995789 Z M33.0751579,35.4006316 C33.0751579,36.9896842 31.7804211,38.2831579 30.1926316,38.2831579 L17.8073684,38.2831579 C16.2183158,38.2831579 14.9248421,36.9896842 14.9248421,35.4006316 L14.9248421,15.8153684 L33.0751579,15.8153684 L33.0751579,35.4006316 Z M22.9231579,10.7690526 C22.9231579,10.1753684 23.4069474,9.69157895 23.9993684,9.69157895 C24.5930526,9.69157895 25.0768421,10.1753684 25.0768421,10.7690526 L25.0768421,11.1555789 L22.9231579,11.1555789 L22.9231579,10.7690526 Z M26.5673684,11.1555789 L26.5673684,10.7690526 C26.5673684,9.35305263 25.4153684,8.20105263 23.9993684,8.20105263 C22.5833684,8.20105263 21.4326316,9.35305263 21.4326316,10.7690526 L21.4326316,11.1555789 L11.0178947,11.1555789 L11.0178947,15.8153684 L13.4103158,15.8153684 L13.4103158,35.4006316 C13.4103158,37.8258947 15.3821053,39.7989474 17.8073684,39.7989474 L30.1926316,39.7989474 C32.6178947,39.7989474 34.5896842,37.8258947 34.5896842,35.4006316 L34.5896842,15.8153684 L36.9821053,15.8153684 L36.9821053,11.1555789 L26.5673684,11.1555789 Z M27.6044211,33.8482105 L29.0949474,33.8482105 L29.0949474,19.8625263 L27.6044211,19.8625263 L27.6044211,33.8482105 Z M18.9037895,33.8482105 L20.3943158,33.8482105 L20.3943158,19.8625263 L18.9037895,19.8625263 L18.9037895,33.8482105 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M12.5336842,10.4153684 L35.4675789,10.4153684 L35.4675789,8.78842105 L12.5336842,8.78842105 L12.5336842,10.4153684 Z M22.9231579,6.88610526 C22.9231579,6.29242105 23.4069474,5.80863158 24.0006316,5.80863158 C24.5943158,5.80863158 25.0781053,6.29242105 25.0781053,6.88610526 L25.0781053,7.27263158 L22.9231579,7.27263158 L22.9231579,6.88610526 Z M26.5686316,7.27263158 L26.5686316,6.88610526 C26.5686316,5.47010526 25.4166316,4.31810526 24.0006316,4.31810526 C22.5846316,4.31810526 21.4338947,5.47010526 21.4338947,6.88610526 L21.4338947,7.27263158 L11.0178947,7.27263158 L11.0178947,11.9311579 L36.9821053,11.9311579 L36.9821053,7.27263158 L26.5686316,7.27263158 Z M14.9248421,15.8153684 L33.0751579,15.8153684 L33.0751579,35.4006316 C33.0751579,36.9896842 31.7816842,38.2831579 30.1926316,38.2831579 L17.8073684,38.2831579 C16.2195789,38.2831579 14.9248421,36.9896842 14.9248421,35.4006316 L14.9248421,15.8153684 Z M13.4103158,35.4006316 C13.4103158,37.8258947 15.3821053,39.7989474 17.8073684,39.7989474 L30.1926316,39.7989474 C32.6178947,39.7989474 34.5909474,37.8258947 34.5909474,35.4006316 L34.5909474,14.2995789 L13.4103158,14.2995789 L13.4103158,35.4006316 Z M18.9037895,33.8482105 L20.3943158,33.8482105 L20.3943158,19.8625263 L18.9037895,19.8625263 L18.9037895,33.8482105 Z M27.6056842,33.8482105 L29.0962105,33.8482105 L29.0962105,19.8625263 L27.6056842,19.8625263 L27.6056842,33.8482105 Z M23.2553684,33.8482105 L24.7458947,33.8482105 L24.7458947,19.8625263 L23.2553684,19.8625263 L23.2553684,33.8482105 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default TrashCan;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Twitter = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M9.697,35.689 C18.567,38.814 25.016,35.564 28.223,33.177 C33.627,29.155 37.087,22.195 36.27,16.987 C36.229,16.72 36.356,16.456 36.591,16.322 L39.707,14.541 L37.668,14.319 C37.454,14.296 37.265,14.168 37.164,13.978 C37.063,13.788 37.062,13.56 37.163,13.37 L37.874,12.025 L35.259,13.35 C35.002,13.476 34.696,13.426 34.498,13.222 C33.379,12.068 31.807,11.389 29.828,11.202 C28.338,11.061 27.061,11.428 26.034,12.292 C23.586,14.35 23.231,18.53 23.228,18.572 C23.206,18.856 23.001,19.092 22.723,19.155 C17.817,20.262 11.425,15.746 8.99,13.827 C8.648,20.645 10.558,24.922 12.28,27.35 C14.251,30.127 16.407,31.152 16.428,31.162 C16.599,31.241 16.728,31.392 16.78,31.573 C16.832,31.755 16.803,31.95 16.7,32.108 C15.093,34.562 12.027,35.411 9.697,35.689 M16.884,38.2840011 C13.802,38.285 10.29,37.586 6.399,35.723 C6.117,35.588 5.97,35.271 6.051,34.969 C6.133,34.667 6.403,34.462 6.73,34.489 C6.789,34.492 12.576,34.901 15.184,31.956 C13.004,30.608 6.646,25.516 7.781,12.467 C7.802,12.223 7.959,12.011 8.186,11.92 C8.412,11.828 8.672,11.872 8.857,12.034 C8.935,12.103 16.592,18.744 21.99,17.969 C22.171,16.684 22.857,13.264 25.197,11.297 C26.502,10.201 28.099,9.734 29.951,9.908 C32.053,10.106 33.777,10.803 35.083,11.981 L39.109,9.942 C39.364,9.815 39.67,9.865 39.867,10.066 C40.065,10.268 40.11,10.575 39.978,10.826 L38.759,13.13 L41.84,13.465 C42.12,13.496 42.348,13.703 42.406,13.979 C42.463,14.254 42.337,14.536 42.092,14.676 L37.616,17.233 C38.267,22.905 34.706,29.973 28.999,34.22 C26.58,36.021 22.432,38.2840011 16.884,38.2840011\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.1093,9.9418 C39.3623,9.8148 39.6693,9.8648 39.8663,10.0668 C40.0653,10.2678 40.1103,10.5748 39.9783,10.8258 L39.9783,10.8258 L38.7593,13.1308 L41.8393,13.4658 C42.1193,13.4958 42.3483,13.7028 42.4053,13.9788 C42.4623,14.2548 42.3363,14.5358 42.0913,14.6758 L42.0913,14.6758 L37.6153,17.2338 C38.2673,22.9048 34.7053,29.9728 28.9983,34.2198 C26.5793,36.0208 22.4323,38.2838011 16.8843,38.2838011 C13.8023,38.2848 10.2893,37.5868 6.3993,35.7228 C6.1163,35.5878 5.9703,35.2708 6.0513,34.9688 C6.1333,34.6668 6.4163,34.4618 6.7303,34.4888 C6.7863,34.4918 12.5763,34.9008 15.1843,31.9558 C13.0033,30.6078 6.6463,25.5158 7.7803,12.4668 C7.8023,12.2228 7.9583,12.0108 8.1863,11.9198 C8.4103,11.8278 8.6713,11.8718 8.8573,12.0338 C8.9363,12.1028 16.5883,18.7438 21.9893,17.9688 C22.1703,16.6838 22.8573,13.2638 25.1963,11.2968 C26.5013,10.2008 28.1023,9.7338 29.9503,9.9078 C32.0533,10.1058 33.7773,10.8028 35.0823,11.9808 L35.0823,11.9808 Z M29.8273,11.2018 C28.3383,11.0608 27.0613,11.4278 26.0333,12.2918 C23.5853,14.3498 23.2313,18.5298 23.2283,18.5718 C23.2053,18.8558 23.0003,19.0928 22.7233,19.1548 C17.8163,20.2618 11.4243,15.7458 8.9893,13.8268 C8.6483,20.6448 10.5583,24.9228 12.2793,27.3498 C14.2503,30.1278 16.4063,31.1518 16.4283,31.1618 C16.5993,31.2408 16.7283,31.3918 16.7793,31.5728 C16.8313,31.7548 16.8033,31.9498 16.6993,32.1088 C15.0923,34.5618 12.0273,35.4108 9.6963,35.6888 C18.5673,38.8138 25.0163,35.5648 28.2233,33.1768 C33.6263,29.1548 37.0863,22.1948 36.2703,16.9868 C36.2293,16.7198 36.3563,16.4558 36.5903,16.3218 L36.5903,16.3218 L39.7063,14.5408 L37.6673,14.3198 C37.4533,14.2968 37.2653,14.1688 37.1633,13.9778 C37.0633,13.7878 37.0623,13.5598 37.1623,13.3698 L37.1623,13.3698 L37.8733,12.0248 L35.2583,13.3498 C35.0023,13.4758 34.6953,13.4258 34.4973,13.2218 C33.3783,12.0688 31.8073,11.3888 29.8273,11.2018 Z M29.4419,14.4141 C30.0799,14.4141 30.5969,14.9321 30.5969,15.5701 C30.5969,16.2081 30.0799,16.7261 29.4419,16.7261 C28.8039,16.7261 28.2869,16.2081 28.2869,15.5701 C28.2869,14.9321 28.8039,14.4141 29.4419,14.4141 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Twitter;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Upload = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <g fillRule=\"evenodd\" transform=\"translate(10 8)\">\n <polygon points=\".791 29.839 27.209 29.839 27.209 28.539 .791 28.539\" />\n <polygon points=\"13.372 21.496 14.672 21.496 14.672 1.881 13.372 1.881\" />\n <polygon points=\"22.165 10.539 14.083 2.777 5.959 10.4 5.07 9.452 14.094 .985 23.065 9.602\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\" transform=\"translate(10 11)\">\n <polygon points=\".791 26.839 27.209 26.839 27.209 25.539 .791 25.539\" />\n <polygon points=\"13.372 21.023 14.672 21.023 14.672 1.408 13.372 1.408\" />\n <polygon points=\"22.165 10.065 14.082 2.303 5.959 9.926 5.07 8.978 14.093 .511 23.065 9.128\" />\n </g>\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M14.9627368,18.8223158 L16.0781053,19.9856842 L23.3071579,13.0421053 L23.3071579,30.8298947 L24.9176842,30.8298947 L24.9176842,13.1381053 L32.0684211,19.8467368 L33.1711579,18.672 L24.0410526,10.1052632 L14.9627368,18.8223158 Z M10.7905263,38.2193684 L37.2094737,38.2193684 L37.2094737,36.6088421 L10.7905263,36.6088421 L10.7905263,38.2193684 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M24.0423158,7.57894737 L14.964,16.296 L16.0781053,17.4581053 L23.3084211,10.5170526 L23.3084211,28.3035789 L24.9202105,28.3035789 L24.9202105,10.6105263 L32.0709474,17.3204211 L33.1736842,16.1456842 L24.0423158,7.57894737 Z M10.7917895,38.2193684 L37.2082105,38.2193684 L37.2082105,36.6088421 L10.7917895,36.6088421 L10.7917895,38.2193684 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Upload;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst UserOrganization = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.0178,34.2795 L13.2718,34.3535 C15.9438,35.1305 17.8108,37.6155 17.8108,40.3995 L17.8108,40.3995 L17.8108,43.4245 L3.0448,43.4245 L3.0448,40.3995 C3.0448,37.6155 4.9118,35.1295 7.5838,34.3535 L7.5838,34.3535 L7.8378,34.2795 L8.0718,34.4045 C9.5258,35.1785 11.3298,35.1785 12.7838,34.4045 L12.7838,34.4045 L13.0178,34.2795 Z M40.1623,34.2795 L40.4163,34.3535 C43.0883,35.1305 44.9553,37.6155 44.9553,40.3995 L44.9553,40.3995 L44.9553,43.4245 L30.1893,43.4245 L30.1893,40.3995 C30.1893,37.6155 32.0563,35.1305 34.7283,34.3535 L34.7283,34.3535 L34.9823,34.2795 L35.2163,34.4045 C36.6593,35.1725 38.4853,35.1725 39.9283,34.4045 L39.9283,34.4045 L40.1623,34.2795 Z M13.1458,35.6775 C11.4538,36.4835 9.4018,36.4835 7.7098,35.6775 C5.7168,36.3665 4.3458,38.2735 4.3458,40.3995 L4.3458,40.3995 L4.3458,42.1235 L16.5098,42.1235 L16.5098,40.3995 C16.5098,38.2735 15.1388,36.3675 13.1458,35.6775 Z M40.2903,35.6775 C38.5983,36.4835 36.5463,36.4835 34.8543,35.6775 C32.8613,36.3675 31.4903,38.2735 31.4903,40.3995 L31.4903,40.3995 L31.4903,42.1235 L43.6543,42.1235 L43.6543,40.3995 C43.6543,38.2735 42.2833,36.3675 40.2903,35.6775 Z M24.6699,27.3364 L24.6699,32.2544 L28.9289,34.7134 L28.2779,35.8384 L24.0199,33.3794 L19.7619,35.8384 L19.1109,34.7134 L23.3689,32.2554 L23.3689,27.3364 L24.6699,27.3364 Z M10.5464,22.2024 C13.1194,22.2024 15.2134,24.2964 15.2134,26.8684 L15.2134,26.8684 L15.2134,28.8394 C15.2134,31.4114 13.1194,33.5054 10.5464,33.5054 L10.5464,33.5054 L10.3084,33.5054 C7.7364,33.5054 5.6424,31.4114 5.6424,28.8394 L5.6424,28.8394 L5.6424,26.8684 C5.6424,24.2964 7.7364,22.2024 10.3084,22.2024 L10.3084,22.2024 Z M37.6909,22.2024 C40.2639,22.2024 42.3579,24.2964 42.3579,26.8684 L42.3579,26.8684 L42.3579,28.8394 C42.3579,31.4114 40.2639,33.5054 37.6909,33.5054 L37.6909,33.5054 L37.4539,33.5054 C34.8809,33.5054 32.7869,31.4114 32.7869,28.8394 L32.7869,28.8394 L32.7869,26.8684 C32.7869,24.2964 34.8809,22.2024 37.4539,22.2024 L37.4539,22.2024 Z M9.2284,26.7534 C8.7554,27.4084 7.9834,27.8364 7.1144,27.8364 L7.1144,27.8364 L6.9434,27.8364 L6.9434,28.8394 C6.9434,30.6944 8.4534,32.2044 10.3084,32.2044 L10.3084,32.2044 L10.5464,32.2044 C12.4024,32.2044 13.9124,30.6944 13.9124,28.8394 L13.9124,28.8394 L13.9124,27.8364 L11.3584,27.8364 C10.4844,27.8364 9.7094,27.4094 9.2284,26.7534 Z M36.3729,26.7534 C35.8999,27.4084 35.1289,27.8364 34.2599,27.8364 L34.2599,27.8364 L34.0879,27.8364 L34.0879,28.8394 C34.0879,30.6944 35.5979,32.2044 37.4539,32.2044 L37.4539,32.2044 L37.6909,32.2044 C39.5469,32.2044 41.0569,30.6944 41.0569,28.8394 L41.0569,28.8394 L41.0569,27.8364 L38.5039,27.8364 C37.6299,27.8364 36.8539,27.4094 36.3729,26.7534 Z M10.5464,23.5034 L10.3084,23.5034 C8.4644,23.5034 6.9644,24.9954 6.9464,26.8364 L6.9464,26.8364 L7.1144,26.8364 C8.0004,26.8364 8.7204,26.1164 8.7204,25.2314 L8.7204,25.2314 L8.7204,25.0714 L9.7204,25.0714 L9.7204,25.1984 C9.7204,26.1024 10.4554,26.8364 11.3584,26.8364 L11.3584,26.8364 L13.9094,26.8364 C13.8904,24.9954 12.3914,23.5034 10.5464,23.5034 L10.5464,23.5034 Z M37.6909,23.5034 L37.4539,23.5034 C35.6089,23.5034 34.1089,24.9954 34.0909,26.8364 L34.0909,26.8364 L34.2599,26.8364 C35.1459,26.8364 35.8649,26.1164 35.8649,25.2314 L35.8649,25.2314 L35.8649,25.0714 L36.8649,25.0714 L36.8649,25.1984 C36.8649,26.1024 37.6009,26.8364 38.5039,26.8364 L38.5039,26.8364 L41.0539,26.8364 C41.0349,24.9954 39.5359,23.5034 37.6909,23.5034 L37.6909,23.5034 Z M26.59,15.0129 L26.843,15.0869 C29.516,15.8619 31.383,18.3479 31.383,21.1319 L31.383,21.1319 L31.383,24.1579 L16.617,24.1579 L16.617,21.1319 C16.617,18.3479 18.484,15.8619 21.157,15.0869 L21.157,15.0869 L21.41,15.0129 L21.644,15.1379 C23.087,15.9059 24.913,15.9059 26.356,15.1379 L26.356,15.1379 L26.59,15.0129 Z M26.718,16.4109 C25.026,17.2169 22.974,17.2169 21.282,16.4109 C19.289,17.0989 17.918,19.0059 17.918,21.1319 L17.918,21.1319 L17.918,22.8569 L30.082,22.8569 L30.082,21.1319 C30.082,19.0059 28.711,17.0989 26.718,16.4109 Z M24.1186,2.9358 C26.6916,2.9358 28.7856,5.0298 28.7856,7.6018 L28.7856,7.6018 L28.7856,9.5728 C28.7856,12.1448 26.6916,14.2388 24.1186,14.2388 L24.1186,14.2388 L23.8806,14.2388 C21.3086,14.2388 19.2146,12.1448 19.2146,9.5728 L19.2146,9.5728 L19.2146,7.6018 C19.2146,5.0298 21.3086,2.9358 23.8806,2.9358 L23.8806,2.9358 Z M22.8006,7.4868 C22.3276,8.1418 21.5566,8.5698 20.6876,8.5698 L20.6876,8.5698 L20.5156,8.5698 L20.5156,9.5728 C20.5156,11.4278 22.0256,12.9378 23.8806,12.9378 L23.8806,12.9378 L24.1186,12.9378 C25.9746,12.9378 27.4846,11.4278 27.4846,9.5728 L27.4846,9.5728 L27.4846,8.5698 L24.9306,8.5698 C24.0566,8.5698 23.2816,8.1428 22.8006,7.4868 Z M24.1186,4.2368 L23.8806,4.2368 C22.0366,4.2368 20.5366,5.7298 20.5186,7.5698 L20.5186,7.5698 L20.6876,7.5698 C21.5736,7.5698 22.2926,6.8498 22.2926,5.9648 L22.2926,5.9648 L22.2926,5.8048 L23.2926,5.8048 L23.2926,5.9318 C23.2926,6.8358 24.0276,7.5698 24.9306,7.5698 L24.9306,7.5698 L27.4816,7.5698 C27.4626,5.7298 25.9636,4.2368 24.1186,4.2368 L24.1186,4.2368 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.0178,34.2795 L13.2718,34.3535 C15.9438,35.1305 17.8108,37.6155 17.8108,40.3995 L17.8108,40.3995 L17.8108,43.4245 L3.0448,43.4245 L3.0448,40.3995 C3.0448,37.6155 4.9118,35.1295 7.5838,34.3535 L7.5838,34.3535 L7.8378,34.2795 L8.0718,34.4045 C9.5148,35.1725 11.3408,35.1725 12.7838,34.4045 L12.7838,34.4045 L13.0178,34.2795 Z M40.1623,34.2795 L40.4163,34.3535 C43.0883,35.1305 44.9553,37.6155 44.9553,40.3995 L44.9553,40.3995 L44.9553,43.4245 L30.1893,43.4245 L30.1893,40.3995 C30.1893,37.6155 32.0563,35.1305 34.7283,34.3535 L34.7283,34.3535 L34.9823,34.2795 L35.2163,34.4045 C36.6593,35.1725 38.4853,35.1725 39.9283,34.4045 L39.9283,34.4045 L40.1623,34.2795 Z M13.1458,35.6775 C11.4538,36.4835 9.4018,36.4835 7.7098,35.6775 C5.7168,36.3665 4.3458,38.2735 4.3458,40.3995 L4.3458,40.3995 L4.3458,42.1235 L16.5098,42.1235 L16.5098,40.3995 C16.5098,38.2735 15.1388,36.3675 13.1458,35.6775 Z M40.2903,35.6775 C38.5983,36.4835 36.5463,36.4835 34.8543,35.6775 C32.8613,36.3675 31.4903,38.2735 31.4903,40.3995 L31.4903,40.3995 L31.4903,42.1235 L43.6543,42.1235 L43.6543,40.3995 C43.6543,38.2735 42.2833,36.3675 40.2903,35.6775 Z M24.6699,26.3364 L24.6699,32.2544 L29.7789,35.2034 L29.1289,36.3284 L24.0199,33.3794 L18.9109,36.3284 L18.2609,35.2034 L23.3689,32.2544 L23.3689,26.3364 L24.6699,26.3364 Z M10.5464,22.2024 C13.1194,22.2024 15.2134,24.2964 15.2134,26.8684 L15.2134,26.8684 L15.2134,28.8394 C15.2134,31.4114 13.1194,33.5054 10.5464,33.5054 L10.5464,33.5054 L10.3084,33.5054 C7.7364,33.5054 5.6424,31.4114 5.6424,28.8394 L5.6424,28.8394 L5.6424,26.8684 C5.6424,24.2964 7.7364,22.2024 10.3084,22.2024 L10.3084,22.2024 Z M37.6919,22.2024 C40.2639,22.2024 42.3579,24.2964 42.3579,26.8684 L42.3579,26.8684 L42.3579,28.8394 C42.3579,31.4114 40.2639,33.5054 37.6919,33.5054 L37.6919,33.5054 L37.4539,33.5054 C34.8809,33.5054 32.7869,31.4114 32.7869,28.8394 L32.7869,28.8394 L32.7869,26.8684 C32.7869,24.2964 34.8809,22.2024 37.4539,22.2024 L37.4539,22.2024 Z M9.2284,26.7534 C8.7554,27.4084 7.9834,27.8364 7.1144,27.8364 L7.1144,27.8364 L6.9434,27.8364 L6.9434,28.8394 C6.9434,30.6944 8.4534,32.2044 10.3084,32.2044 L10.3084,32.2044 L10.5464,32.2044 C12.4024,32.2044 13.9124,30.6944 13.9124,28.8394 L13.9124,28.8394 L13.9124,27.8364 L11.3584,27.8364 C10.4844,27.8364 9.7094,27.4094 9.2284,26.7534 Z M36.3729,26.7534 C35.8999,27.4084 35.1289,27.8364 34.2599,27.8364 L34.2599,27.8364 L34.0879,27.8364 L34.0879,28.8394 C34.0879,30.6944 35.5979,32.2044 37.4539,32.2044 L37.4539,32.2044 L37.6919,32.2044 C39.5469,32.2044 41.0569,30.6944 41.0569,28.8394 L41.0569,28.8394 L41.0569,27.8364 L38.5039,27.8364 C37.6299,27.8364 36.8539,27.4094 36.3729,26.7534 Z M10.5464,23.5034 L10.3084,23.5034 C8.4644,23.5034 6.9644,24.9954 6.9464,26.8364 L6.9464,26.8364 L7.1144,26.8364 C8.0004,26.8364 8.7204,26.1164 8.7204,25.2314 L8.7204,25.2314 L8.7204,25.0714 L9.7204,25.0714 L9.7204,25.1984 C9.7204,26.1024 10.4554,26.8364 11.3584,26.8364 L11.3584,26.8364 L13.9094,26.8364 C13.8904,24.9954 12.3914,23.5034 10.5464,23.5034 L10.5464,23.5034 Z M37.6919,23.5034 L37.4539,23.5034 C35.6089,23.5034 34.1089,24.9954 34.0909,26.8364 L34.0909,26.8364 L34.2599,26.8364 C35.1459,26.8364 35.8649,26.1164 35.8649,25.2314 L35.8649,25.2314 L35.8649,25.0714 L36.8649,25.0714 L36.8649,25.1984 C36.8649,26.1024 37.6009,26.8364 38.5039,26.8364 L38.5039,26.8364 L41.0539,26.8364 C41.0349,24.9954 39.5359,23.5034 37.6919,23.5034 L37.6919,23.5034 Z M26.59,15.0129 L26.843,15.0869 C29.516,15.8619 31.383,18.3479 31.383,21.1319 L31.383,21.1319 L31.383,24.1579 L16.617,24.1579 L16.617,21.1319 C16.617,18.3479 18.484,15.8619 21.157,15.0869 L21.157,15.0869 L21.41,15.0129 L21.644,15.1379 C23.087,15.9059 24.913,15.9059 26.356,15.1379 L26.356,15.1379 L26.59,15.0129 Z M26.718,16.4109 C25.026,17.2169 22.974,17.2169 21.282,16.4109 C19.289,17.0989 17.918,19.0059 17.918,21.1319 L17.918,21.1319 L17.918,22.8569 L30.082,22.8569 L30.082,21.1319 C30.082,19.0059 28.711,17.0989 26.718,16.4109 Z M24.1186,2.9358 C26.6916,2.9358 28.7856,5.0298 28.7856,7.6018 L28.7856,7.6018 L28.7856,9.5728 C28.7856,12.1448 26.6916,14.2388 24.1186,14.2388 L24.1186,14.2388 L23.8816,14.2388 C21.3086,14.2388 19.2146,12.1448 19.2146,9.5728 L19.2146,9.5728 L19.2146,7.6018 C19.2146,5.0298 21.3086,2.9358 23.8816,2.9358 L23.8816,2.9358 Z M22.8006,7.4868 C22.3276,8.1418 21.5566,8.5698 20.6876,8.5698 L20.6876,8.5698 L20.5156,8.5698 L20.5156,9.5728 C20.5156,11.4278 22.0256,12.9378 23.8816,12.9378 L23.8816,12.9378 L24.1186,12.9378 C25.9746,12.9378 27.4846,11.4278 27.4846,9.5728 L27.4846,9.5728 L27.4846,8.5698 L24.9316,8.5698 C24.0576,8.5698 23.2816,8.1428 22.8006,7.4868 Z M24.1186,4.2368 L23.8816,4.2368 C22.0366,4.2368 20.5366,5.7298 20.5186,7.5698 L20.5186,7.5698 L20.6876,7.5698 C21.5736,7.5698 22.2926,6.8498 22.2926,5.9648 L22.2926,5.9648 L22.2926,5.8048 L23.2926,5.8048 L23.2926,5.9318 C23.2926,6.8358 24.0286,7.5698 24.9316,7.5698 L24.9316,7.5698 L27.4816,7.5698 C27.4626,5.7298 25.9636,4.2368 24.1186,4.2368 L24.1186,4.2368 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default UserOrganization;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Vaccine = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M14.969,16.381 L16.738,16.381 L16.738,15.481 L14.969,15.481 L14.969,16.381 Z M13.54,23.917 L20.501,23.917 L20.501,11.226 L13.54,11.226 L13.54,23.917 Z M20.501,28.924 C20.501,30.843 18.939,32.405 17.021,32.405 C15.102,32.405 13.54,30.843 13.54,28.924 L13.54,24.816 L20.501,24.816 L20.501,28.924 Z M17.793,34.21 C17.793,34.636 17.446,34.982 17.021,34.982 C16.595,34.982 16.248,34.636 16.248,34.21 L16.248,33.626 C16.501,33.668 16.756,33.704 17.021,33.704 C17.285,33.704 17.54,33.668 17.793,33.626 L17.793,34.21 Z M15.527,9.925 L18.513,9.925 L18.513,5.894 L15.527,5.894 L15.527,9.925 Z M19.814,5.894 L21.771,5.894 L21.771,4.595 L12.271,4.595 L12.271,5.894 L14.228,5.894 L14.228,9.926 L10.992,9.926 L10.992,11.225 L12.24,11.225 L12.24,28.924 C12.24,30.814 13.352,32.437 14.948,33.212 L14.948,34.21 C14.948,35.124 15.547,35.893 16.371,36.168 L16.371,42.506 L17.67,42.506 L17.67,36.168 C18.494,35.893 19.093,35.124 19.093,34.21 L19.093,33.212 C20.689,32.437 21.801,30.814 21.801,28.924 L21.801,11.225 L23.049,11.225 L23.049,9.926 L19.814,9.926 L19.814,5.894 Z M14.969,20.599 L16.738,20.599 L16.738,19.699 L14.969,19.699 L14.969,20.599 Z M36.108,21.285 L26.687,21.285 L26.687,21.203 C26.687,20.195 27.118,19.231 27.871,18.559 C28.449,18.044 28.83,17.374 28.976,16.647 L33.817,16.647 C33.961,17.365 34.341,18.04 34.923,18.559 C35.676,19.231 36.108,20.195 36.108,21.203 L36.108,21.285 Z M26.687,28.333 L36.108,28.333 L36.108,22.185 L26.687,22.185 L26.687,28.333 Z M36.108,30.603 C36.108,31.454 35.417,32.145 34.566,32.145 L28.229,32.145 C27.378,32.145 26.687,31.454 26.687,30.603 L26.687,29.233 L36.108,29.233 L36.108,30.603 Z M28.466,12.843 C28.466,12.788 28.51,12.744 28.564,12.744 L34.231,12.744 C34.285,12.744 34.329,12.788 34.329,12.843 L34.329,15.348 L28.466,15.348 L28.466,12.843 Z M35.789,17.589 C35.486,17.319 35.281,16.994 35.163,16.647 L35.629,16.647 L35.629,12.843 C35.629,12.071 35.002,11.444 34.231,11.444 L28.564,11.444 C27.793,11.444 27.166,12.071 27.166,12.843 L27.166,16.647 L27.632,16.647 C27.514,16.994 27.309,17.319 27.006,17.589 C25.977,18.508 25.387,19.825 25.387,21.203 L25.387,30.603 C25.387,32.171 26.661,33.445 28.229,33.445 L34.566,33.445 C36.133,33.445 37.408,32.171 37.408,30.603 L37.408,21.203 C37.408,19.825 36.818,18.508 35.789,17.589 L35.789,17.589 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.524,26.276 L20.485,26.276 L20.485,11.335 L13.524,11.335 L13.524,26.276 Z M20.485,29.034 C20.485,30.953 18.923,32.514 17.004,32.514 C15.085,32.514 13.524,30.953 13.524,29.034 L13.524,27.177 L20.485,27.177 L20.485,29.034 Z M17.777,34.319 C17.777,34.745 17.43,35.092 17.004,35.092 C16.578,35.092 16.232,34.745 16.232,34.319 L16.232,33.736 C16.485,33.778 16.74,33.814 17.004,33.814 C17.268,33.814 17.524,33.778 17.777,33.736 L17.777,34.319 Z M15.511,10.035 L18.497,10.035 L18.497,8.255 L15.511,8.255 L15.511,10.035 Z M19.797,8.255 L21.754,8.255 L21.754,6.954 L12.254,6.954 L12.254,8.255 L14.211,8.255 L14.211,10.035 L10.975,10.035 L10.975,11.335 L12.223,11.335 L12.223,29.034 C12.223,30.924 13.336,32.547 14.931,33.322 L14.931,34.319 C14.931,35.234 15.531,36.003 16.354,36.277 L16.354,42.615 L17.654,42.615 L17.654,36.277 C18.477,36.003 19.076,35.234 19.076,34.319 L19.076,33.322 C20.673,32.547 21.785,30.924 21.785,29.034 L21.785,11.335 L23.033,11.335 L23.033,10.035 L19.797,10.035 L19.797,8.255 Z M14.953,24.926 L16.722,24.926 L16.722,24.026 L14.953,24.026 L14.953,24.926 Z M14.953,16.491 L16.722,16.491 L16.722,15.591 L14.953,15.591 L14.953,16.491 Z M14.953,20.708 L16.722,20.708 L16.722,19.808 L14.953,19.808 L14.953,20.708 Z M36.092,21.395 L26.67,21.395 L26.67,21.312 C26.67,20.305 27.102,19.341 27.855,18.669 C28.432,18.153 28.813,17.484 28.959,16.757 L33.801,16.757 C33.944,17.474 34.325,18.15 34.907,18.669 C35.66,19.341 36.092,20.305 36.092,21.312 L36.092,21.395 Z M26.671,28.443 L36.092,28.443 L36.092,22.295 L26.671,22.295 L26.671,28.443 Z M36.092,30.713 C36.092,31.563 35.4,32.255 34.55,32.255 L28.212,32.255 C27.362,32.255 26.67,31.563 26.67,30.713 L26.67,29.343 L36.092,29.343 L36.092,30.713 Z M28.45,12.952 C28.45,12.898 28.493,12.853 28.548,12.853 L34.214,12.853 C34.268,12.853 34.312,12.898 34.312,12.952 L34.312,15.457 L28.45,15.457 L28.45,12.952 Z M35.772,17.699 C35.47,17.429 35.264,17.104 35.146,16.757 L35.612,16.757 L35.612,12.952 C35.612,12.181 34.985,11.554 34.214,11.554 L28.548,11.554 C27.777,11.554 27.149,12.181 27.149,12.952 L27.149,16.757 L27.616,16.757 C27.497,17.104 27.292,17.429 26.989,17.699 C25.96,18.617 25.37,19.934 25.37,21.312 L25.37,30.713 C25.37,32.28 26.645,33.555 28.212,33.555 L34.55,33.555 C36.117,33.555 37.391,32.28 37.391,30.713 L37.391,21.312 C37.391,19.934 36.802,18.617 35.772,17.699 L35.772,17.699 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.3894737,23.7293053 L20.3873684,23.7293053 L20.3873684,10.9486737 L13.3894737,10.9486737 L13.3894737,23.7293053 Z M20.3873684,28.7933053 C20.3873684,30.7221474 18.8185263,32.2922526 16.8884211,32.2922526 C14.9595789,32.2922526 13.3894737,30.7221474 13.3894737,28.7933053 L13.3894737,24.7398316 L20.3873684,24.7398316 L20.3873684,28.7933053 Z M17.6791579,34.0783579 C17.6791579,34.5141474 17.3254737,34.8690947 16.8884211,34.8690947 C16.4526316,34.8690947 16.0976842,34.5141474 16.0976842,34.0783579 L16.0976842,33.4745684 C16.3566316,33.5187789 16.6181053,33.5554105 16.8884211,33.5554105 C17.16,33.5554105 17.4214737,33.5187789 17.6791579,33.4745684 L17.6791579,34.0783579 Z M15.3776842,9.93814737 L18.4004211,9.93814737 L18.4004211,5.74446316 L15.3776842,5.74446316 L15.3776842,9.93814737 Z M19.6635789,5.74446316 L21.6391579,5.74446316 L21.6391579,4.48130526 L12.1389474,4.48130526 L12.1389474,5.74446316 L14.1145263,5.74446316 L14.1145263,9.93814737 L10.8606316,9.93814737 L10.8606316,10.9499368 L12.1263158,10.9499368 L12.1263158,28.7933053 C12.1263158,30.6804632 13.2391579,32.2998316 14.8345263,33.0703579 L14.8345263,34.0783579 C14.8345263,34.9890947 15.4345263,35.7545684 16.2568421,36.0223579 L16.2568421,42.3735158 L17.52,42.3735158 L17.52,36.0223579 C18.3435789,35.7545684 18.9423158,34.9890947 18.9423158,34.0783579 L18.9423158,33.0703579 C20.5389474,32.2998316 21.6505263,30.6804632 21.6505263,28.7933053 L21.6505263,10.9499368 L22.9174737,10.9499368 L22.9174737,9.93814737 L19.6635789,9.93814737 L19.6635789,5.74446316 Z M35.9949474,21.0981474 L26.5364211,21.0981474 L26.5364211,21.0716211 C26.5364211,20.0573053 26.9709474,19.0884632 27.7275789,18.4139368 C28.3061053,17.8973053 28.6850526,17.2253053 28.8277895,16.4977263 L33.7023158,16.4977263 C33.8425263,17.2164632 34.2214737,17.8935158 34.8037895,18.4139368 C35.5616842,19.0884632 35.9949474,20.0573053 35.9949474,21.0716211 L35.9949474,21.0981474 Z M26.5364211,28.1465684 L35.9949474,28.1465684 L35.9949474,22.1086737 L26.5364211,22.1086737 L26.5364211,28.1465684 Z M35.9949474,30.4720421 C35.9949474,31.3322526 35.2951579,32.0320421 34.4349474,32.0320421 L28.0964211,32.0320421 C27.2362105,32.0320421 26.5364211,31.3322526 26.5364211,30.4720421 L26.5364211,29.1570947 L35.9949474,29.1570947 L35.9949474,30.4720421 Z M28.3162105,12.9078316 C28.3162105,12.7347789 28.4564211,12.5933053 28.6294737,12.5933053 L33.9018947,12.5933053 C34.0749474,12.5933053 34.2151579,12.7347789 34.2151579,12.9078316 L34.2151579,15.2345684 L28.3162105,15.2345684 L28.3162105,12.9078316 Z M35.6450526,17.4716211 C35.3317895,17.1924632 35.1221053,16.8564632 35.0058947,16.4977263 L35.4783158,16.4977263 L35.4783158,12.9078316 C35.4783158,12.0375158 34.7722105,11.3301474 33.9018947,11.3301474 L28.6294737,11.3301474 C27.7604211,11.3301474 27.0530526,12.0375158 27.0530526,12.9078316 L27.0530526,16.4977263 L27.5267368,16.4977263 C27.4092632,16.8564632 27.1983158,17.1924632 26.8863158,17.4716211 C25.8606316,18.3861474 25.2732632,19.6985684 25.2732632,21.0716211 L25.2732632,30.4720421 C25.2732632,32.0295158 26.5402105,33.2952 28.0964211,33.2952 L34.4349474,33.2952 C35.9911579,33.2952 37.2581053,32.0295158 37.2581053,30.4720421 L37.2581053,21.0716211 C37.2581053,19.6985684 36.6707368,18.3861474 35.6450526,17.4716211 L35.6450526,17.4716211 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M13.3730526,26.0888842 L20.3709474,26.0888842 L20.3709474,11.0585684 L13.3730526,11.0585684 L13.3730526,26.0888842 Z M20.3709474,28.9019368 C20.3709474,30.8307789 18.8021053,32.4008842 16.872,32.4008842 C14.9431579,32.4008842 13.3730526,30.8307789 13.3730526,28.9019368 L13.3730526,27.1006737 L20.3709474,27.1006737 L20.3709474,28.9019368 Z M17.6627368,34.1882526 C17.6627368,34.6240421 17.3090526,34.9789895 16.872,34.9789895 C16.4362105,34.9789895 16.0812632,34.6240421 16.0812632,34.1882526 L16.0812632,33.5844632 C16.3402105,33.6274105 16.6016842,33.6640421 16.872,33.6640421 C17.1435789,33.6640421 17.4050526,33.6274105 17.6627368,33.5844632 L17.6627368,34.1882526 Z M15.3612632,10.0480421 L18.3852632,10.0480421 L18.3852632,8.10404211 L15.3612632,8.10404211 L15.3612632,10.0480421 Z M19.6471579,8.10404211 L21.6227368,8.10404211 L21.6227368,6.84088421 L12.1225263,6.84088421 L12.1225263,8.10404211 L14.0981053,8.10404211 L14.0981053,10.0480421 L10.8429474,10.0480421 L10.8429474,11.0585684 L12.1098947,11.0585684 L12.1098947,28.9019368 C12.1098947,30.7890947 13.2227368,32.4097263 14.8181053,33.1789895 L14.8181053,34.1882526 C14.8181053,35.0989895 15.4193684,35.8644632 16.2404211,36.1322526 L16.2404211,42.4834105 L17.5035789,42.4834105 L17.5035789,36.1322526 C18.3258947,35.8644632 18.9258947,35.0989895 18.9258947,34.1882526 L18.9258947,33.1789895 C20.5225263,32.4097263 21.6341053,30.7890947 21.6341053,28.9019368 L21.6341053,11.0585684 L22.9010526,11.0585684 L22.9010526,10.0480421 L19.6471579,10.0480421 L19.6471579,8.10404211 Z M35.9785263,21.2080421 L26.52,21.2080421 L26.52,21.1815158 C26.52,20.1672 26.9545263,19.1983579 27.7111579,18.5238316 C28.2896842,18.0072 28.6686316,17.3352 28.8113684,16.6076211 L33.6858947,16.6076211 C33.8261053,17.3250947 34.2050526,18.0034105 34.7873684,18.5238316 C35.544,19.1983579 35.9785263,20.1672 35.9785263,21.1815158 L35.9785263,21.2080421 Z M26.52,28.2552 L35.9785263,28.2552 L35.9785263,22.2185684 L26.52,22.2185684 L26.52,28.2552 Z M35.9785263,30.5819368 C35.9785263,31.4421474 35.2787368,32.1419368 34.4185263,32.1419368 L28.08,32.1419368 C27.2197895,32.1419368 26.52,31.4421474 26.52,30.5819368 L26.52,29.2669895 L35.9785263,29.2669895 L35.9785263,30.5819368 Z M28.2997895,13.0177263 C28.2997895,12.8446737 28.44,12.7032 28.6130526,12.7032 L33.8854737,12.7032 C34.0585263,12.7032 34.1987368,12.8446737 34.1987368,13.0177263 L34.1987368,15.3444632 L28.2997895,15.3444632 L28.2997895,13.0177263 Z M35.6286316,17.5815158 C35.3153684,17.3023579 35.1056842,16.9663579 34.9882105,16.6076211 L35.4618947,16.6076211 L35.4618947,13.0177263 C35.4618947,12.1474105 34.7545263,11.4400421 33.8854737,11.4400421 L28.6130526,11.4400421 C27.744,11.4400421 27.0366316,12.1474105 27.0366316,13.0177263 L27.0366316,16.6076211 L27.5103158,16.6076211 C27.3928421,16.9663579 27.1831579,17.3023579 26.8698947,17.5815158 C25.8442105,18.4960421 25.2568421,19.8084632 25.2568421,21.1815158 L25.2568421,30.5819368 C25.2568421,32.1381474 26.5237895,33.4050947 28.08,33.4050947 L34.4185263,33.4050947 C35.9747368,33.4050947 37.2416842,32.1381474 37.2416842,30.5819368 L37.2416842,21.1815158 C37.2416842,19.8084632 36.6543158,18.4960421 35.6286316,17.5815158 L35.6286316,17.5815158 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Vaccine;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst VerticalDots = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n id=\"normal-a\"\n d=\"M23.4993615,16.9342879 C24.5447837,16.9342879 25.3993615,16.0788657 25.3993615,15.0342879 C25.3993615,13.9888657 24.5447837,13.1342879 23.4993615,13.1342879 C22.4547837,13.1342879 21.5993615,13.9888657 21.5993615,15.0342879 C21.5993615,16.0788657 22.4547837,16.9342879 23.4993615,16.9342879 Z M23.4993615,25.3993615 C24.5447837,25.3993615 25.3993615,24.5439392 25.3993615,23.4993615 C25.3993615,22.4539392 24.5447837,21.5993615 23.4993615,21.5993615 C22.4547837,21.5993615 21.5993615,22.4539392 21.5993615,23.4993615 C21.5993615,24.5439392 22.4547837,25.3993615 23.4993615,25.3993615 Z M23.4993615,33.864435 C24.5447837,33.864435 25.3993615,33.0090128 25.3993615,31.964435 C25.3993615,30.9190128 24.5447837,30.064435 23.4993615,30.064435 C22.4547837,30.064435 21.5993615,30.9190128 21.5993615,31.964435 C21.5993615,33.0090128 22.4547837,33.864435 23.4993615,33.864435 Z\"\n />\n );\n\n const normalHover = (\n <path\n id=\"hover-a\"\n d=\"M23.4993615,14.4079721 C24.5447837,14.4079721 25.3993615,13.5525499 25.3993615,12.5079721 C25.3993615,11.4625499 24.5447837,10.6079721 23.4993615,10.6079721 C22.4547837,10.6079721 21.5993615,11.4625499 21.5993615,12.5079721 C21.5993615,13.5525499 22.4547837,14.4079721 23.4993615,14.4079721 Z M23.4993615,25.3993615 C24.5447837,25.3993615 25.3993615,24.5439392 25.3993615,23.4993615 C25.3993615,22.4539392 24.5447837,21.5993615 23.4993615,21.5993615 C22.4547837,21.5993615 21.5993615,22.4539392 21.5993615,23.4993615 C21.5993615,24.5439392 22.4547837,25.3993615 23.4993615,25.3993615 Z M23.4993615,36.3907508 C24.5447837,36.3907508 25.3993615,35.5353286 25.3993615,34.4907508 C25.3993615,33.4453286 24.5447837,32.5907508 23.4993615,32.5907508 C22.4547837,32.5907508 21.5993615,33.4453286 21.5993615,34.4907508 C21.5993615,35.5353286 22.4547837,36.3907508 23.4993615,36.3907508 Z\"\n />\n );\n\n const simplified = (\n <path\n id=\"normal-a\"\n d=\"M24,17.935565 C25.3208847,17.935565 26.4006385,16.8547442 26.4006385,15.5349265 C26.4006385,14.2140418 25.3208847,13.1342879 24,13.1342879 C22.6801823,13.1342879 21.5993615,14.2140418 21.5993615,15.5349265 C21.5993615,16.8547442 22.6801823,17.935565 24,17.935565 Z M24,26.4006385 C25.3208847,26.4006385 26.4006385,25.3198177 26.4006385,24 C26.4006385,22.6791153 25.3208847,21.5993615 24,21.5993615 C22.6801823,21.5993615 21.5993615,22.6791153 21.5993615,24 C21.5993615,25.3198177 22.6801823,26.4006385 24,26.4006385 Z M24,34.8657121 C25.3208847,34.8657121 26.4006385,33.7848913 26.4006385,32.4650735 C26.4006385,31.1441889 25.3208847,30.064435 24,30.064435 C22.6801823,30.064435 21.5993615,31.1441889 21.5993615,32.4650735 C21.5993615,33.7848913 22.6801823,34.8657121 24,34.8657121 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n id=\"hover-a\"\n d=\"M24,15.4092492 C25.3208847,15.4092492 26.4006385,14.3284284 26.4006385,13.0086107 C26.4006385,11.687726 25.3208847,10.6079721 24,10.6079721 C22.6801823,10.6079721 21.5993615,11.687726 21.5993615,13.0086107 C21.5993615,14.3284284 22.6801823,15.4092492 24,15.4092492 Z M24,26.4006385 C25.3208847,26.4006385 26.4006385,25.3198177 26.4006385,24 C26.4006385,22.6791153 25.3208847,21.5993615 24,21.5993615 C22.6801823,21.5993615 21.5993615,22.6791153 21.5993615,24 C21.5993615,25.3198177 22.6801823,26.4006385 24,26.4006385 Z M24,37.3920279 C25.3208847,37.3920279 26.4006385,36.311207 26.4006385,34.9913893 C26.4006385,33.6705046 25.3208847,32.5907508 24,32.5907508 C22.6801823,32.5907508 21.5993615,33.6705046 21.5993615,34.9913893 C21.5993615,36.311207 22.6801823,37.3920279 24,37.3920279 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default VerticalDots;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst VideoCamera = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.6241,32.1741 C25.4211,32.1741 25.2571,32.3381 25.2571,32.5411 C25.2571,32.7441 25.4211,32.9081 25.6241,32.9081 C25.8271,32.9081 25.9911,32.7441 25.9911,32.5411 C25.9911,32.3381 25.8271,32.1741 25.6241,32.1741 L25.6241,32.1741 Z M14.1181,13.3011 C14.7611,13.3011 15.2831,13.8231 15.2831,14.4661 C15.2831,15.1091 14.7611,15.6311 14.1181,15.6311 C13.4761,15.6311 12.9531,15.1091 12.9531,14.4661 C12.9531,13.8231 13.4761,13.3011 14.1181,13.3011 L14.1181,13.3011 Z M14.1181,16.8301 C15.4221,16.8301 16.4821,15.7701 16.4821,14.4661 C16.4821,13.1621 15.4221,12.1021 14.1181,12.1021 C12.8141,12.1021 11.7541,13.1621 11.7541,14.4661 C11.7541,15.7701 12.8141,16.8301 14.1181,16.8301 L14.1181,16.8301 Z M23.9751,32.1741 C23.7721,32.1741 23.6071,32.3381 23.6071,32.5411 C23.6071,32.7441 23.7721,32.9081 23.9751,32.9081 C24.1771,32.9081 24.3421,32.7441 24.3421,32.5411 C24.3421,32.3381 24.1771,32.1741 23.9751,32.1741 L23.9751,32.1741 Z M11.6381,27.0551 L27.4081,27.0551 L27.4081,23.9111 L11.6381,23.9111 L11.6381,27.0551 Z M10.4391,28.2541 L28.6071,28.2541 L28.6071,22.7121 L10.4391,22.7121 L10.4391,28.2541 Z M11.0391,30.8401 L28.0081,30.8401 L28.0081,29.6411 L11.0391,29.6411 L11.0391,30.8401 Z M27.2741,32.1741 C27.0711,32.1741 26.9061,32.3381 26.9061,32.5411 C26.9061,32.7441 27.0711,32.9081 27.2741,32.9081 C27.4771,32.9081 27.6411,32.7441 27.6411,32.5411 C27.6411,32.3381 27.4771,32.1741 27.2741,32.1741 L27.2741,32.1741 Z M40.8251,35.0621 L33.8681,32.0381 L33.8681,23.7971 L40.8251,20.7741 L40.8251,35.0621 Z M31.3401,31.8321 L32.6691,31.8321 L32.6691,24.0031 L31.3401,24.0031 L31.3401,31.8321 Z M8.9071,34.8601 L30.1411,34.8601 L30.1411,20.9761 L8.9071,20.9761 L8.9071,34.8601 Z M8.3131,14.4661 C8.3131,11.2661 10.9181,8.6611 14.1181,8.6611 C17.3181,8.6611 19.9231,11.2661 19.9231,14.4661 C19.9231,16.7761 18.5611,18.8481 16.4521,19.7771 L11.7891,19.7771 C9.6761,18.8491 8.3131,16.7791 8.3131,14.4661 L8.3131,14.4661 Z M21.8071,19.7771 L18.6801,19.7771 C19.3811,19.1741 19.9481,18.4411 20.3621,17.6221 C20.6841,18.4351 21.1751,19.1691 21.8071,19.7771 L21.8071,19.7771 Z M25.9921,10.5301 C28.6781,10.5301 30.8621,12.7151 30.8621,15.4011 C30.8621,17.2631 29.7861,18.9641 28.1151,19.7771 L23.8671,19.7771 C22.1991,18.9651 21.1221,17.2601 21.1221,15.4011 C21.1221,12.7151 23.3071,10.5301 25.9921,10.5301 L25.9921,10.5301 Z M33.1431,22.8041 L31.3401,22.8041 L31.3401,19.7771 L30.1771,19.7771 C31.3521,18.6491 32.0611,17.0791 32.0611,15.4011 C32.0611,12.0541 29.3391,9.3311 25.9921,9.3311 C23.7751,9.3311 21.8381,10.5291 20.7791,12.3091 C19.8671,9.5001 17.2281,7.4621 14.1181,7.4621 C10.2561,7.4621 7.1141,10.6041 7.1141,14.4661 C7.1141,16.5501 8.0341,18.4691 9.5581,19.7771 L7.7071,19.7771 L7.7071,36.0591 L31.3401,36.0591 L31.3401,33.0311 L33.1431,33.0311 L42.0241,36.8921 L42.0241,18.9441 L33.1431,22.8041 Z M25.9921,14.2361 C26.6351,14.2361 27.1571,14.7581 27.1571,15.4011 C27.1571,16.0431 26.6351,16.5661 25.9921,16.5661 C25.3501,16.5661 24.8271,16.0431 24.8271,15.4011 C24.8271,14.7581 25.3501,14.2361 25.9921,14.2361 L25.9921,14.2361 Z M25.9921,17.7651 C27.2961,17.7651 28.3561,16.7041 28.3561,15.4011 C28.3561,14.0971 27.2961,13.0361 25.9921,13.0361 C24.6881,13.0361 23.6281,14.0971 23.6281,15.4011 C23.6281,16.7041 24.6881,17.7651 25.9921,17.7651 L25.9921,17.7651 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.6241,32.1741 C25.4211,32.1741 25.2571,32.3381 25.2571,32.5411 C25.2571,32.7441 25.4211,32.9081 25.6241,32.9081 C25.8271,32.9081 25.9911,32.7441 25.9911,32.5411 C25.9911,32.3381 25.8271,32.1741 25.6241,32.1741 L25.6241,32.1741 Z M14.1181,13.3011 C14.7611,13.3011 15.2831,13.8231 15.2831,14.4661 C15.2831,15.1091 14.7611,15.6311 14.1181,15.6311 C13.4761,15.6311 12.9531,15.1091 12.9531,14.4661 C12.9531,13.8231 13.4761,13.3011 14.1181,13.3011 L14.1181,13.3011 Z M14.1181,16.8301 C15.4221,16.8301 16.4821,15.7701 16.4821,14.4661 C16.4821,13.1621 15.4221,12.1021 14.1181,12.1021 C12.8141,12.1021 11.7541,13.1621 11.7541,14.4661 C11.7541,15.7701 12.8141,16.8301 14.1181,16.8301 L14.1181,16.8301 Z M23.9751,32.1741 C23.7721,32.1741 23.6071,32.3381 23.6071,32.5411 C23.6071,32.7441 23.7721,32.9081 23.9751,32.9081 C24.1771,32.9081 24.3421,32.7441 24.3421,32.5411 C24.3421,32.3381 24.1771,32.1741 23.9751,32.1741 L23.9751,32.1741 Z M11.6381,27.0551 L27.4081,27.0551 L27.4081,23.9111 L11.6381,23.9111 L11.6381,27.0551 Z M10.4391,28.2541 L28.6071,28.2541 L28.6071,22.7121 L10.4391,22.7121 L10.4391,28.2541 Z M11.0391,30.8401 L28.0081,30.8401 L28.0081,29.6411 L11.0391,29.6411 L11.0391,30.8401 Z M27.2741,32.1741 C27.0711,32.1741 26.9061,32.3381 26.9061,32.5411 C26.9061,32.7441 27.0711,32.9081 27.2741,32.9081 C27.4771,32.9081 27.6411,32.7441 27.6411,32.5411 C27.6411,32.3381 27.4771,32.1741 27.2741,32.1741 L27.2741,32.1741 Z M41.8251,36.0621 L33.8681,32.0381 L33.8681,23.7971 L41.8251,19.7741 L41.8251,36.0621 Z M31.3401,31.8321 L32.6691,31.8321 L32.6691,24.0031 L31.3401,24.0031 L31.3401,31.8321 Z M8.9071,34.8601 L30.1411,34.8601 L30.1411,20.9761 L8.9071,20.9761 L8.9071,34.8601 Z M8.3131,14.4661 C8.3131,11.2661 10.9181,8.6611 14.1181,8.6611 C17.3181,8.6611 19.9231,11.2661 19.9231,14.4661 C19.9231,16.7761 18.5611,18.8481 16.4521,19.7771 L11.7891,19.7771 C9.6761,18.8491 8.3131,16.7791 8.3131,14.4661 L8.3131,14.4661 Z M21.8071,19.7771 L18.6801,19.7771 C19.3811,19.1741 19.9481,18.4411 20.3621,17.6221 C20.6841,18.4351 21.1751,19.1691 21.8071,19.7771 L21.8071,19.7771 Z M25.9921,10.5301 C28.6781,10.5301 30.8621,12.7151 30.8621,15.4011 C30.8621,17.2631 29.7861,18.9641 28.1151,19.7771 L23.8671,19.7771 C22.1991,18.9651 21.1221,17.2601 21.1221,15.4011 C21.1221,12.7151 23.3071,10.5301 25.9921,10.5301 L25.9921,10.5301 Z M33.1431,22.8041 L31.3401,22.8041 L31.3401,19.7771 L30.1771,19.7771 C31.3521,18.6491 32.0611,17.0791 32.0611,15.4011 C32.0611,12.0541 29.3391,9.3311 25.9921,9.3311 C23.7751,9.3311 21.8381,10.5291 20.7791,12.3091 C19.8671,9.5001 17.2281,7.4621 14.1181,7.4621 C10.2561,7.4621 7.1141,10.6041 7.1141,14.4661 C7.1141,16.5501 8.0341,18.4691 9.5581,19.7771 L7.7071,19.7771 L7.7071,36.0591 L31.3401,36.0591 L31.3401,33.0311 L33.1431,33.0311 L43.0241,37.8921 L43.0241,17.9441 L33.1431,22.8041 Z M25.9921,14.2361 C26.6351,14.2361 27.1571,14.7581 27.1571,15.4011 C27.1571,16.0431 26.6351,16.5661 25.9921,16.5661 C25.3501,16.5661 24.8271,16.0431 24.8271,15.4011 C24.8271,14.7581 25.3501,14.2361 25.9921,14.2361 L25.9921,14.2361 Z M25.9921,17.7651 C27.2961,17.7651 28.3561,16.7041 28.3561,15.4011 C28.3561,14.0971 27.2961,13.0361 25.9921,13.0361 C24.6881,13.0361 23.6281,14.0971 23.6281,15.4011 C23.6281,16.7041 24.6881,17.7651 25.9921,17.7651 L25.9921,17.7651 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.5670737,34.908 L33.7194947,31.9332632 L33.7194947,23.7846316 L40.5670737,20.8086316 L40.5670737,34.908 Z M31.2058105,31.716 L32.4563368,31.716 L32.4563368,24.0031579 L31.2058105,24.0031579 L31.2058105,31.716 Z M8.89844211,34.7261053 L29.9426526,34.7261053 L29.9426526,20.9905263 L8.89844211,20.9905263 L8.89844211,34.7261053 Z M8.30854737,14.4827368 C8.30854737,11.3185263 10.8816,8.74547368 14.0458105,8.74547368 C17.2087579,8.74547368 19.7818105,11.3185263 19.7818105,14.4827368 C19.7818105,16.7627368 18.4378105,18.8090526 16.3573895,19.7273684 L11.7354947,19.7273684 C9.65128421,18.8103158 8.30854737,16.7665263 8.30854737,14.4827368 L8.30854737,14.4827368 Z M21.6070737,19.7273684 L18.6689684,19.7273684 C19.3194947,19.1551579 19.8512842,18.468 20.2466526,17.7037895 C20.5586526,18.4629474 21.0222316,19.1501053 21.6070737,19.7273684 L21.6070737,19.7273684 Z M25.8538105,10.6048421 C28.5039158,10.6048421 30.6601263,12.7610526 30.6601263,15.4111579 C30.6601263,17.2477895 29.6003368,18.9252632 27.9557053,19.7273684 L23.7493895,19.7273684 C22.1060211,18.9252632 21.0449684,17.2452632 21.0449684,15.4111579 C21.0449684,12.7610526 23.2024421,10.6048421 25.8538105,10.6048421 L25.8538105,10.6048421 Z M32.9565474,22.7387368 L31.2058105,22.7387368 L31.2058105,19.7273684 L30.0992842,19.7273684 C31.2373895,18.6044211 31.9232842,17.0621053 31.9232842,15.4111579 C31.9232842,12.0650526 29.1999158,9.34168421 25.8538105,9.34168421 C23.6584421,9.34168421 21.7485474,10.524 20.6824421,12.2747368 C19.7540211,9.49452632 17.1329684,7.48231579 14.0458105,7.48231579 C10.1856,7.48231579 7.04538947,10.6225263 7.04538947,14.4827368 C7.04538947,16.5353684 7.94096842,18.4237895 9.42265263,19.7273684 L7.63528421,19.7273684 L7.63528421,35.9892632 L31.2058105,35.9892632 L31.2058105,32.9791579 L32.9565474,32.9791579 L41.8302316,36.8343158 L41.8302316,18.8810526 L32.9565474,22.7387368 Z M27.2256,27.8292632 L11.6154947,27.8292632 L11.6154947,23.9109474 L27.2256,23.9096842 L27.2256,27.8292632 Z M28.4887579,22.6465263 L10.3523368,22.6477895 L10.3523368,29.0924211 L28.4887579,29.0924211 L28.4887579,22.6465263 Z M14.0458105,13.3585263 C14.6647579,13.3585263 15.1687579,13.8637895 15.1687579,14.4827368 C15.1687579,15.1016842 14.6647579,15.6056842 14.0458105,15.6056842 C13.4268632,15.6056842 12.9216,15.1016842 12.9216,14.4827368 C12.9216,13.8637895 13.4268632,13.3585263 14.0458105,13.3585263 L14.0458105,13.3585263 Z M14.0458105,16.8688421 C15.3607579,16.8688421 16.4319158,15.7976842 16.4319158,14.4827368 C16.4319158,13.1665263 15.3607579,12.0953684 14.0458105,12.0953684 C12.7296,12.0953684 11.6584421,13.1665263 11.6584421,14.4827368 C11.6584421,15.7976842 12.7296,16.8688421 14.0458105,16.8688421 L14.0458105,16.8688421 Z M25.8538105,14.2882105 C26.4727579,14.2882105 26.9754947,14.7922105 26.9754947,15.4111579 C26.9754947,16.0313684 26.4727579,16.5341053 25.8538105,16.5341053 C25.2336,16.5341053 24.7296,16.0313684 24.7296,15.4111579 C24.7296,14.7922105 25.2336,14.2882105 25.8538105,14.2882105 L25.8538105,14.2882105 Z M25.8538105,17.7972632 C27.1687579,17.7972632 28.2386526,16.7261053 28.2386526,15.4111579 C28.2386526,14.0949474 27.1687579,13.0250526 25.8538105,13.0250526 C24.5376,13.0250526 23.4664421,14.0949474 23.4664421,15.4111579 C23.4664421,16.7261053 24.5376,17.7972632 25.8538105,17.7972632 L25.8538105,17.7972632 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M41.8302316,36.1711579 L33.7194947,31.9332632 L33.7194947,23.7846316 L41.8302316,19.5454737 L41.8302316,36.1711579 Z M31.2058105,31.716 L32.4563368,31.716 L32.4563368,24.0031579 L31.2058105,24.0031579 L31.2058105,31.716 Z M8.89844211,34.7261053 L29.9426526,34.7261053 L29.9426526,20.9905263 L8.89844211,20.9905263 L8.89844211,34.7261053 Z M8.30854737,14.4827368 C8.30854737,11.3185263 10.8816,8.74547368 14.0458105,8.74547368 C17.2087579,8.74547368 19.7818105,11.3185263 19.7818105,14.4827368 C19.7818105,16.7627368 18.4378105,18.8090526 16.3573895,19.7273684 L11.7354947,19.7273684 C9.65128421,18.8103158 8.30854737,16.7665263 8.30854737,14.4827368 L8.30854737,14.4827368 Z M21.6070737,19.7273684 L18.6689684,19.7273684 C19.3194947,19.1551579 19.8512842,18.468 20.2466526,17.7037895 C20.5586526,18.4629474 21.0222316,19.1501053 21.6070737,19.7273684 L21.6070737,19.7273684 Z M25.8538105,10.6048421 C28.5039158,10.6048421 30.6601263,12.7610526 30.6601263,15.4111579 C30.6601263,17.2477895 29.6003368,18.9252632 27.9557053,19.7273684 L23.7493895,19.7273684 C22.1060211,18.9252632 21.0449684,17.2452632 21.0449684,15.4111579 C21.0449684,12.7610526 23.2024421,10.6048421 25.8538105,10.6048421 L25.8538105,10.6048421 Z M32.9565474,22.7387368 L31.2058105,22.7387368 L31.2058105,19.7273684 L30.0992842,19.7273684 C31.2373895,18.6044211 31.9232842,17.0621053 31.9232842,15.4111579 C31.9232842,12.0650526 29.1999158,9.34168421 25.8538105,9.34168421 C23.6584421,9.34168421 21.7485474,10.524 20.6824421,12.2747368 C19.7540211,9.49452632 17.1329684,7.48231579 14.0458105,7.48231579 C10.1856,7.48231579 7.04538947,10.6225263 7.04538947,14.4827368 C7.04538947,16.5353684 7.94096842,18.4237895 9.42265263,19.7273684 L7.63528421,19.7273684 L7.63528421,35.9892632 L31.2058105,35.9892632 L31.2058105,32.9791579 L32.9565474,32.9791579 L43.0933895,38.0974737 L43.0933895,17.6178947 L32.9565474,22.7387368 Z M27.2256,27.8292632 L11.6154947,27.8292632 L11.6154947,23.9109474 L27.2256,23.9096842 L27.2256,27.8292632 Z M28.4887579,22.6465263 L10.3523368,22.6477895 L10.3523368,29.0924211 L28.4887579,29.0924211 L28.4887579,22.6465263 Z M14.0458105,13.3585263 C14.6647579,13.3585263 15.1687579,13.8637895 15.1687579,14.4827368 C15.1687579,15.1016842 14.6647579,15.6056842 14.0458105,15.6056842 C13.4268632,15.6056842 12.9216,15.1016842 12.9216,14.4827368 C12.9216,13.8637895 13.4268632,13.3585263 14.0458105,13.3585263 L14.0458105,13.3585263 Z M14.0458105,16.8688421 C15.3607579,16.8688421 16.4319158,15.7976842 16.4319158,14.4827368 C16.4319158,13.1665263 15.3607579,12.0953684 14.0458105,12.0953684 C12.7296,12.0953684 11.6584421,13.1665263 11.6584421,14.4827368 C11.6584421,15.7976842 12.7296,16.8688421 14.0458105,16.8688421 L14.0458105,16.8688421 Z M25.8538105,14.2882105 C26.4727579,14.2882105 26.9754947,14.7922105 26.9754947,15.4111579 C26.9754947,16.0313684 26.4727579,16.5341053 25.8538105,16.5341053 C25.2336,16.5341053 24.7296,16.0313684 24.7296,15.4111579 C24.7296,14.7922105 25.2336,14.2882105 25.8538105,14.2882105 L25.8538105,14.2882105 Z M25.8538105,17.7972632 C27.1687579,17.7972632 28.2386526,16.7261053 28.2386526,15.4111579 C28.2386526,14.0949474 27.1687579,13.0250526 25.8538105,13.0250526 C24.5376,13.0250526 23.4664421,14.0949474 23.4664421,15.4111579 C23.4664421,16.7261053 24.5376,17.7972632 25.8538105,17.7972632 L25.8538105,17.7972632 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default VideoCamera;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst VideoChat = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M21.9268,21.7798 L22.0408,21.7798 L22.0408,22.6648 L21.9268,22.6648 C21.6828,22.6648 21.4838,22.4668 21.4838,22.2218 C21.4838,21.9778 21.6828,21.7798 21.9268,21.7798 L21.9268,21.7798 Z M22.9198,21.7798 L23.4158,21.7798 C24.3908,21.7798 25.2468,21.2588 25.7198,20.4818 C26.2018,21.2598 27.0638,21.7798 28.0438,21.7798 L31.1368,21.7798 L31.1368,23.0168 C31.1368,25.2118 29.3518,26.9968 27.1578,26.9968 L26.8998,26.9968 C24.7048,26.9968 22.9198,25.2118 22.9198,23.0168 L22.9198,21.7798 Z M22.9198,20.8688 C22.9198,18.6748 24.7048,16.8888 26.8998,16.8888 L27.1578,16.8888 C29.3518,16.8888 31.1368,18.6748 31.1368,20.8688 L31.1368,20.9788 L28.0438,20.9788 C26.9788,20.9788 26.1128,20.1128 26.1128,19.0478 L26.1128,18.9088 L25.3128,18.9088 L25.3128,19.0828 C25.3128,20.1288 24.4618,20.9788 23.4158,20.9788 L22.9198,20.9788 L22.9198,20.8688 Z M32.0168,21.7798 L32.1308,21.7798 C32.3748,21.7798 32.5728,21.9778 32.5728,22.2218 C32.5728,22.4668 32.3748,22.6648 32.1308,22.6648 L32.0168,22.6648 L32.0168,21.7798 Z M21.9268,23.4658 L22.1658,23.4658 C22.3958,25.8878 24.4178,27.7978 26.8998,27.7978 L27.1578,27.7978 C29.6398,27.7978 31.6618,25.8878 31.8918,23.4658 L32.1308,23.4658 C32.8158,23.4658 33.3728,22.9078 33.3728,22.2218 C33.3728,21.5368 32.8158,20.9788 32.1308,20.9788 L31.9368,20.9788 L31.9368,20.8688 C31.9368,18.2328 29.7928,16.0888 27.1578,16.0888 L26.8998,16.0888 C24.2638,16.0888 22.1198,18.2328 22.1198,20.8688 L22.1198,20.9788 L21.9268,20.9788 C21.2418,20.9788 20.6838,21.5368 20.6838,22.2218 C20.6838,22.9078 21.2418,23.4658 21.9268,23.4658 L21.9268,23.4658 Z M5.0648,14.1298 L14.4608,14.1298 L14.4608,13.1298 L5.0648,13.1298 L5.0648,14.1298 Z M5.0648,16.4558 L14.4608,16.4558 L14.4608,15.4558 L5.0648,15.4558 L5.0648,16.4558 Z M45.2048,35.7408 C45.2048,36.8558 44.2978,37.7618 43.1828,37.7618 L10.8738,37.7618 C9.7598,37.7618 8.8528,36.8558 8.8528,35.7408 L8.8528,34.6498 L45.2048,34.6498 L45.2048,35.7408 Z M3.9088,19.1238 C3.2128,19.1238 2.6458,18.5568 2.6458,17.8598 L2.6458,12.0828 C2.6458,11.3848 3.2128,10.8188 3.9088,10.8188 L16.3978,10.8188 C17.0948,10.8188 17.6618,11.3848 17.6618,12.0828 L17.6618,17.8598 C17.6618,18.5568 17.0948,19.1238 16.3978,19.1238 L13.6858,19.1238 L13.6858,20.6768 L11.2698,19.1238 L3.9088,19.1238 Z M33.8998,33.3488 L20.1608,33.3488 C20.4728,31.1938 22.0038,29.3598 24.0878,28.6908 C25.9058,29.5988 28.1518,29.5988 29.9698,28.6908 C32.0788,29.3648 33.5858,31.1668 33.8998,33.3488 L33.8998,33.3488 Z M18.6618,17.8598 L18.6618,14.2508 L41.0868,14.2508 C42.0668,14.2508 42.8638,15.0478 42.8638,16.0268 L42.8638,33.3488 L34.7098,33.3488 C34.3828,30.7508 32.5708,28.6108 30.0428,27.8778 L29.8868,27.8318 L29.7428,27.9078 C28.0798,28.7958 25.9768,28.7938 24.3138,27.9078 L24.1708,27.8318 L24.0148,27.8778 C21.5188,28.6018 19.6768,30.7858 19.3518,33.3488 L11.1938,33.3488 L11.1938,20.2638 L14.6858,22.5088 L14.6858,20.1238 L16.3978,20.1238 C17.6458,20.1238 18.6618,19.1078 18.6618,17.8598 L18.6618,17.8598 Z M44.1638,33.3488 L44.1638,16.0268 C44.1638,14.3308 42.7828,12.9498 41.0868,12.9498 L18.6618,12.9498 L18.6618,12.0828 C18.6618,10.8348 17.6458,9.8188 16.3978,9.8188 L3.9088,9.8188 C2.6608,9.8188 1.6458,10.8348 1.6458,12.0828 L1.6458,17.8598 C1.6458,19.1078 2.6608,20.1238 3.9088,20.1238 L10.9758,20.1238 L11.0078,20.1438 L9.8938,20.1438 L9.8938,33.3488 L7.5528,33.3488 L7.5528,35.7408 C7.5528,37.5728 9.0428,39.0628 10.8738,39.0628 L43.1828,39.0628 C45.0148,39.0628 46.5048,37.5728 46.5048,35.7408 L46.5048,33.3488 L44.1638,33.3488 Z M28.7728,23.5418 C28.9538,23.5418 29.0998,23.3948 29.0998,23.2158 C29.0998,23.0348 28.9538,22.8878 28.7728,22.8878 C28.5928,22.8878 28.4468,23.0348 28.4468,23.2158 C28.4468,23.3948 28.5928,23.5418 28.7728,23.5418 L28.7728,23.5418 Z M25.3298,23.5418 C25.5108,23.5418 25.6568,23.3948 25.6568,23.2158 C25.6568,23.0348 25.5108,22.8878 25.3298,22.8878 C25.1498,22.8878 25.0038,23.0348 25.0038,23.2158 C25.0038,23.3948 25.1498,23.5418 25.3298,23.5418 L25.3298,23.5418 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.3978,7.8187 C17.6458,7.8187 18.6618,8.8347 18.6618,10.0827 L18.6618,10.0827 L18.6618,12.9497 L41.0868,12.9497 C42.7828,12.9497 44.1628,14.3307 44.1628,16.0267 L44.1628,16.0267 L44.1628,33.3487 L46.5048,33.3487 L46.5048,35.7407 C46.5048,37.5727 45.0148,39.0627 43.1838,39.0627 L43.1838,39.0627 L10.8738,39.0627 C9.0428,39.0627 7.5528,37.5727 7.5528,35.7407 L7.5528,35.7407 L7.5528,33.3487 L9.8938,33.3487 L9.8938,18.1237 L3.9088,18.1237 C2.6608,18.1237 1.6448,17.1077 1.6448,15.8597 L1.6448,15.8597 L1.6448,10.0827 C1.6448,8.8347 2.6608,7.8187 3.9088,7.8187 L3.9088,7.8187 Z M45.2048,34.6497 L8.8528,34.6497 L8.8528,35.7407 C8.8528,36.8557 9.7598,37.7617 10.8738,37.7617 L10.8738,37.7617 L43.1838,37.7617 C44.2978,37.7617 45.2048,36.8557 45.2048,35.7407 L45.2048,35.7407 L45.2048,34.6497 Z M29.9708,28.6907 C28.1518,29.5987 25.9048,29.5987 24.0868,28.6907 C22.0048,29.3597 20.4738,31.1937 20.1608,33.3487 L20.1608,33.3487 L33.8988,33.3487 C33.5868,31.1667 32.0788,29.3647 29.9708,28.6907 Z M41.0868,14.2507 L18.6618,14.2507 L18.6618,15.8597 C18.6618,17.1077 17.6458,18.1237 16.3978,18.1237 L16.3978,18.1237 L14.6858,18.1237 L14.6858,20.5097 L11.1938,18.2637 L11.1938,33.3487 L19.3518,33.3487 C19.6778,30.7857 21.5188,28.6017 24.0148,27.8777 L24.0148,27.8777 L24.1708,27.8317 L24.3138,27.9077 C25.9758,28.7947 28.0798,28.7947 29.7438,27.9077 L29.7438,27.9077 L29.8868,27.8317 L30.0428,27.8777 C32.5708,28.6107 34.3828,30.7507 34.7088,33.3487 L34.7088,33.3487 L42.8638,33.3487 L42.8638,16.0267 C42.8638,15.0477 42.0658,14.2507 41.0868,14.2507 L41.0868,14.2507 Z M27.1579,16.0888 C29.7929,16.0888 31.9369,18.2328 31.9369,20.8688 L31.9369,20.8688 L31.9369,20.9788 L32.1299,20.9788 C32.8159,20.9788 33.3729,21.5368 33.3729,22.2218 C33.3729,22.9078 32.8159,23.4658 32.1299,23.4658 L32.1299,23.4658 L31.8919,23.4658 C31.6619,25.8878 29.6399,27.7978 27.1579,27.7978 L27.1579,27.7978 L26.8989,27.7978 C24.4169,27.7978 22.3949,25.8878 22.1649,23.4658 L22.1649,23.4658 L21.9269,23.4658 C21.2419,23.4658 20.6839,22.9078 20.6839,22.2218 C20.6839,21.5368 21.2419,20.9788 21.9269,20.9788 L21.9269,20.9788 L22.1199,20.9788 L22.1199,20.8688 C22.1199,18.2328 24.2639,16.0888 26.8989,16.0888 L26.8989,16.0888 Z M25.7199,20.4818 C25.2469,21.2588 24.3909,21.7798 23.4159,21.7798 L23.4159,21.7798 L22.9199,21.7798 L22.9199,23.0168 C22.9199,25.2118 24.7049,26.9968 26.8989,26.9968 L26.8989,26.9968 L27.1579,26.9968 C29.3519,26.9968 31.1369,25.2118 31.1369,23.0168 L31.1369,23.0168 L31.1369,21.7798 L28.0439,21.7798 C27.0639,21.7798 26.2019,21.2598 25.7199,20.4818 Z M25.3303,22.8882 C25.5103,22.8882 25.6573,23.0342 25.6573,23.2152 C25.6573,23.3952 25.5103,23.5412 25.3303,23.5412 C25.1493,23.5412 25.0033,23.3952 25.0033,23.2152 C25.0033,23.0342 25.1493,22.8882 25.3303,22.8882 Z M28.7731,22.8882 C28.9541,22.8882 29.1001,23.0342 29.1001,23.2152 C29.1001,23.3952 28.9541,23.5412 28.7731,23.5412 C28.5921,23.5412 28.4461,23.3952 28.4461,23.2152 C28.4461,23.0342 28.5921,22.8882 28.7731,22.8882 Z M22.0399,21.7798 L21.9269,21.7798 C21.6829,21.7798 21.4839,21.9778 21.4839,22.2218 C21.4839,22.4668 21.6829,22.6648 21.9269,22.6648 L21.9269,22.6648 L22.0399,22.6648 L22.0399,21.7798 Z M32.1299,21.7798 L32.0169,21.7798 L32.0169,22.6648 L32.1299,22.6648 C32.3749,22.6648 32.5729,22.4668 32.5729,22.2218 C32.5729,21.9778 32.3749,21.7798 32.1299,21.7798 L32.1299,21.7798 Z M27.1579,16.8888 L26.8989,16.8888 C24.7049,16.8888 22.9199,18.6748 22.9199,20.8688 L22.9199,20.8688 L22.9199,20.9788 L23.4159,20.9788 C24.4619,20.9788 25.3129,20.1288 25.3129,19.0828 L25.3129,19.0828 L25.3129,18.9088 L26.1129,18.9088 L26.1129,19.0478 C26.1129,20.1128 26.9789,20.9788 28.0439,20.9788 L28.0439,20.9788 L31.1369,20.9788 L31.1369,20.8688 C31.1369,18.6748 29.3519,16.8888 27.1579,16.8888 L27.1579,16.8888 Z M16.3978,8.8187 L3.9088,8.8187 C3.2118,8.8187 2.6448,9.3857 2.6448,10.0827 L2.6448,10.0827 L2.6448,15.8597 C2.6448,16.5567 3.2118,17.1237 3.9088,17.1237 L3.9088,17.1237 L11.2698,17.1237 L13.6858,18.6777 L13.6858,17.1237 L16.3978,17.1237 C17.0948,17.1237 17.6618,16.5567 17.6618,15.8597 L17.6618,15.8597 L17.6618,10.0827 C17.6618,9.3857 17.0948,8.8187 16.3978,8.8187 L16.3978,8.8187 Z M14.461,13.456 L14.461,14.456 L5.066,14.456 L5.066,13.456 L14.461,13.456 Z M14.461,11.129 L14.461,12.129 L5.066,12.129 L5.066,11.129 L14.461,11.129 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.3978105,9.81271579 C17.6496,9.81271579 18.6664421,10.8308211 18.6664421,12.0826105 L18.6664421,12.0826105 L18.6664421,13.0931368 L41.0862316,13.0931368 C42.7030737,13.0931368 44.0192842,14.4093474 44.0192842,16.0274526 L44.0192842,16.0274526 L44.0192842,33.4931368 L46.3599158,33.4931368 L46.3599158,35.7415579 C46.3599158,37.4935579 44.9350737,38.9184 43.1830737,38.9184 L43.1830737,38.9184 L10.8740211,38.9184 C9.12202105,38.9184 7.69717895,37.4935579 7.69717895,35.7415579 L7.69717895,35.7415579 L7.69717895,33.4931368 L10.0378105,33.4931368 L10.0378105,20.1428211 L10.9965474,20.1428211 L10.9738105,20.1289263 L3.90896842,20.1289263 C2.65844211,20.1289263 1.64033684,19.1108211 1.64033684,17.8602947 L1.64033684,17.8602947 L1.64033684,12.0826105 C1.64033684,10.8308211 2.65844211,9.81271579 3.90896842,9.81271579 L3.90896842,9.81271579 Z M45.3493895,34.5049263 L8.70770526,34.5049263 L8.70770526,35.7415579 C8.70770526,36.9352421 9.68033684,37.9066105 10.8740211,37.9066105 L10.8740211,37.9066105 L43.1830737,37.9066105 C44.3767579,37.9066105 45.3493895,36.9352421 45.3493895,35.7415579 L45.3493895,35.7415579 L45.3493895,34.5049263 Z M29.9704421,28.6918737 C28.1527579,29.6000842 25.9043368,29.6000842 24.0866526,28.6918737 C21.9582316,29.3739789 20.4007579,31.2750316 20.1367579,33.4931368 L20.1367579,33.4931368 L33.9253895,33.4931368 C33.6601263,31.2421895 32.1253895,29.3790316 29.9704421,28.6918737 Z M41.0862316,14.1049263 L18.6664421,14.1049263 L18.6664421,17.8602947 C18.6664421,19.1108211 17.6496,20.1289263 16.3978105,20.1289263 L16.3978105,20.1289263 L14.6912842,20.1289263 L14.6912842,22.5200842 L11.0483368,20.1769263 L11.0483368,33.4931368 L19.3270737,33.4931368 C19.5999158,30.8670316 21.4719158,28.6148211 24.0146526,27.8771368 L24.0146526,27.8771368 L24.1700211,27.8316632 L24.3140211,27.9087158 C25.9763368,28.7941895 28.0820211,28.7941895 29.7430737,27.9087158 L29.7430737,27.9087158 L29.8858105,27.8316632 L30.0424421,27.8771368 C32.6180211,28.6236632 34.4597053,30.8266105 34.7350737,33.4931368 L34.7350737,33.4931368 L43.0087579,33.4931368 L43.0087579,16.0274526 C43.0087579,14.9676632 42.1460211,14.1049263 41.0862316,14.1049263 L41.0862316,14.1049263 Z M27.1580211,16.0897263 C29.7942316,16.0897263 31.9378105,18.2333053 31.9378105,20.8682526 L31.9378105,20.8682526 L31.9378105,20.9794105 L32.1298105,20.9794105 C32.8157053,20.9794105 33.3740211,21.5377263 33.3740211,22.2223579 C33.3740211,22.9069895 32.8157053,23.4640421 32.1298105,23.4640421 L32.1298105,23.4640421 L31.8923368,23.4640421 C31.6637053,25.8880421 29.6401263,27.7966737 27.1580211,27.7966737 L27.1580211,27.7966737 L26.8990737,27.7966737 C24.4169684,27.7966737 22.3946526,25.8880421 22.1647579,23.4640421 L22.1647579,23.4640421 L21.9272842,23.4640421 C21.2426526,23.4640421 20.6843368,22.9069895 20.6843368,22.2223579 C20.6843368,21.5377263 21.2426526,20.9794105 21.9272842,20.9794105 L21.9272842,20.9794105 L22.1192842,20.9794105 L22.1192842,20.8682526 C22.1192842,18.2333053 24.2641263,16.0897263 26.8990737,16.0897263 L26.8990737,16.0897263 Z M25.7192842,20.4829895 C25.2456,21.2598316 24.3904421,21.7789895 23.4165474,21.7789895 L23.4165474,21.7789895 L22.9201263,21.7789895 L22.9201263,23.0168842 C22.9201263,25.2122526 24.7049684,26.9970947 26.8990737,26.9970947 L26.8990737,26.9970947 L27.1580211,26.9970947 C29.3521263,26.9970947 31.1369684,25.2122526 31.1369684,23.0168842 L31.1369684,23.0168842 L31.1369684,21.7789895 L28.0434947,21.7789895 C27.0632842,21.7789895 26.2018105,21.2598316 25.7192842,20.4829895 Z M25.3301053,22.8879158 C25.5107368,22.8879158 25.6572632,23.0344421 25.6572632,23.2150737 C25.6572632,23.3957053 25.5107368,23.5422316 25.3301053,23.5422316 C25.1494737,23.5422316 25.0029474,23.3957053 25.0029474,23.2150737 C25.0029474,23.0344421 25.1494737,22.8879158 25.3301053,22.8879158 Z M28.7729684,22.8879158 C28.9536,22.8879158 29.1001263,23.0344421 29.1001263,23.2150737 C29.1001263,23.3957053 28.9536,23.5422316 28.7729684,23.5422316 C28.5923368,23.5422316 28.4458105,23.3957053 28.4458105,23.2150737 C28.4458105,23.0344421 28.5923368,22.8879158 28.7729684,22.8879158 Z M22.0397053,21.7789895 L21.9272842,21.7789895 C21.6834947,21.7789895 21.4839158,21.9773053 21.4839158,22.2223579 C21.4839158,22.4661474 21.6834947,22.6644632 21.9272842,22.6644632 L21.9272842,22.6644632 L22.0397053,22.6644632 L22.0397053,21.7789895 Z M32.1298105,21.7789895 L32.0173895,21.7789895 L32.0173895,22.6644632 L32.1298105,22.6644632 C32.3748632,22.6644632 32.5731789,22.4661474 32.5731789,22.2223579 C32.5731789,21.9773053 32.3748632,21.7789895 32.1298105,21.7789895 L32.1298105,21.7789895 Z M27.1580211,16.8893053 L26.8990737,16.8893053 C24.7049684,16.8893053 22.9201263,18.6741474 22.9201263,20.8682526 L22.9201263,20.8682526 L22.9201263,20.9794105 L23.4165474,20.9794105 C24.4611789,20.9794105 25.3125474,20.1280421 25.3125474,19.0821474 L25.3125474,19.0821474 L25.3125474,18.9090947 L26.1121263,18.9090947 L26.1121263,19.0480421 C26.1121263,20.1128842 26.9786526,20.9794105 28.0434947,20.9794105 L28.0434947,20.9794105 L31.1369684,20.9794105 L31.1369684,20.8682526 C31.1369684,18.6741474 29.3521263,16.8893053 27.1580211,16.8893053 L27.1580211,16.8893053 Z M16.3978105,10.8232421 L3.90896842,10.8232421 C3.21549474,10.8232421 2.65086316,11.3878737 2.65086316,12.0826105 L2.65086316,12.0826105 L2.65086316,17.8602947 C2.65086316,18.5537684 3.21549474,19.1171368 3.90896842,19.1171368 L3.90896842,19.1171368 L11.2706526,19.1171368 L13.6807579,20.6670316 L13.6807579,19.1171368 L16.3978105,19.1171368 C17.0912842,19.1171368 17.6571789,18.5537684 17.6571789,17.8602947 L17.6571789,17.8602947 L17.6571789,12.0826105 C17.6571789,11.3878737 17.0912842,10.8232421 16.3978105,10.8232421 L16.3978105,10.8232421 Z M14.4606316,15.4509474 L14.4606316,16.4627368 L5.06652632,16.4627368 L5.06652632,15.4509474 L14.4606316,15.4509474 Z M14.4606316,13.1229474 L14.4606316,14.1347368 L5.06652632,14.1347368 L5.06652632,13.1229474 L14.4606316,13.1229474 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M16.3978105,8.04429474 C17.6483368,8.04429474 18.6664421,9.0624 18.6664421,10.3129263 L18.6664421,10.3129263 L18.6664421,13.0931368 L41.0862316,13.0931368 C42.7030737,13.0931368 44.0180211,14.4093474 44.0180211,16.0274526 L44.0180211,16.0274526 L44.0180211,33.4931368 L46.3599158,33.4931368 L46.3599158,35.7415579 C46.3599158,37.4935579 44.9350737,38.9184 43.1830737,38.9184 L43.1830737,38.9184 L10.8740211,38.9184 C9.12202105,38.9184 7.69717895,37.4935579 7.69717895,35.7415579 L7.69717895,35.7415579 L7.69717895,33.4931368 L10.0378105,33.4931368 L10.0378105,18.3605053 L3.90896842,18.3605053 C2.65844211,18.3605053 1.64033684,17.3424 1.64033684,16.0906105 L1.64033684,16.0906105 L1.64033684,10.3129263 C1.64033684,9.0624 2.65844211,8.04429474 3.90896842,8.04429474 L3.90896842,8.04429474 Z M45.3493895,34.5049263 L8.70770526,34.5049263 L8.70770526,35.7415579 C8.70770526,36.9352421 9.68033684,37.9066105 10.8740211,37.9066105 L10.8740211,37.9066105 L43.1830737,37.9066105 C44.3767579,37.9066105 45.3493895,36.9352421 45.3493895,35.7415579 L45.3493895,35.7415579 L45.3493895,34.5049263 Z M29.9704421,28.6918737 C28.1514947,29.6000842 25.9030737,29.6000842 24.0866526,28.6918737 C21.9569684,29.3739789 20.3994947,31.2762947 20.1367579,33.4931368 L20.1367579,33.4931368 L33.9253895,33.4931368 C33.6601263,31.2421895 32.1253895,29.3790316 29.9704421,28.6918737 Z M41.0862316,14.1049263 L18.6664421,14.1049263 L18.6664421,16.0906105 C18.6664421,17.3424 17.6483368,18.3605053 16.3978105,18.3605053 L16.3978105,18.3605053 L14.6912842,18.3605053 L14.6912842,20.7504 L11.0483368,18.4085053 L11.0483368,33.4931368 L19.3283368,33.4931368 C19.5999158,30.8670316 21.4706526,28.6148211 24.0146526,27.8771368 L24.0146526,27.8771368 L24.1700211,27.8316632 L24.3140211,27.9087158 C25.9750737,28.7929263 28.0794947,28.7941895 29.7430737,27.9087158 L29.7430737,27.9087158 L29.8870737,27.8316632 L30.0424421,27.8771368 C32.6180211,28.6236632 34.4597053,30.8266105 34.7350737,33.4931368 L34.7350737,33.4931368 L43.0074947,33.4931368 L43.0074947,16.0274526 C43.0074947,14.9676632 42.1460211,14.1049263 41.0862316,14.1049263 L41.0862316,14.1049263 Z M27.1586526,16.0897263 C29.7936,16.0897263 31.9371789,18.2333053 31.9371789,20.8682526 L31.9371789,20.8682526 L31.9371789,20.9794105 L32.1304421,20.9794105 C32.8150737,20.9794105 33.3733895,21.5377263 33.3733895,22.2223579 C33.3733895,22.9069895 32.8150737,23.4640421 32.1304421,23.4640421 L32.1304421,23.4640421 L31.8929684,23.4640421 C31.6630737,25.8880421 29.6407579,27.7966737 27.1586526,27.7966737 L27.1586526,27.7966737 L26.8997053,27.7966737 C24.4163368,27.7966737 22.3940211,25.8880421 22.1641263,23.4640421 L22.1641263,23.4640421 L21.9266526,23.4640421 C21.2420211,23.4640421 20.6837053,22.9069895 20.6837053,22.2223579 C20.6837053,21.5377263 21.2420211,20.9794105 21.9266526,20.9794105 L21.9266526,20.9794105 L22.1199158,20.9794105 L22.1199158,20.8682526 C22.1199158,18.2333053 24.2634947,16.0897263 26.8997053,16.0897263 L26.8997053,16.0897263 Z M25.7199158,20.4829895 C25.2462316,21.2598316 24.3910737,21.7789895 23.4159158,21.7789895 L23.4159158,21.7789895 L22.9207579,21.7789895 L22.9207579,23.0168842 C22.9207579,25.2122526 24.7056,26.9970947 26.8997053,26.9970947 L26.8997053,26.9970947 L27.1586526,26.9970947 C29.3514947,26.9970947 31.1376,25.2122526 31.1376,23.0168842 L31.1376,23.0168842 L31.1376,21.7789895 L28.0441263,21.7789895 C27.0626526,21.7789895 26.2024421,21.2598316 25.7199158,20.4829895 Z M25.3301053,22.8879158 C25.5107368,22.8879158 25.6572632,23.0344421 25.6572632,23.2150737 C25.6572632,23.3957053 25.5107368,23.5422316 25.3301053,23.5422316 C25.1494737,23.5422316 25.0029474,23.3957053 25.0029474,23.2150737 C25.0029474,23.0344421 25.1494737,22.8879158 25.3301053,22.8879158 Z M28.7736,22.8879158 C28.9542316,22.8879158 29.0994947,23.0344421 29.0994947,23.2150737 C29.0994947,23.3957053 28.9542316,23.5422316 28.7736,23.5422316 C28.5929684,23.5422316 28.4464421,23.3957053 28.4464421,23.2150737 C28.4464421,23.0344421 28.5929684,22.8879158 28.7736,22.8879158 Z M22.0403368,21.7789895 L21.9266526,21.7789895 C21.6828632,21.7789895 21.4845474,21.9773053 21.4845474,22.2223579 C21.4845474,22.4661474 21.6828632,22.6644632 21.9266526,22.6644632 L21.9266526,22.6644632 L22.0403368,22.6644632 L22.0403368,21.7789895 Z M32.1304421,21.7789895 L32.0167579,21.7789895 L32.0167579,22.6644632 L32.1304421,22.6644632 C32.3742316,22.6644632 32.5725474,22.4661474 32.5725474,22.2223579 C32.5725474,21.9773053 32.3742316,21.7789895 32.1304421,21.7789895 L32.1304421,21.7789895 Z M27.1586526,16.8893053 L26.8997053,16.8893053 C24.7056,16.8893053 22.9207579,18.6741474 22.9207579,20.8682526 L22.9207579,20.8682526 L22.9207579,20.9794105 L23.4159158,20.9794105 C24.4618105,20.9794105 25.3119158,20.1280421 25.3119158,19.0821474 L25.3119158,19.0821474 L25.3119158,18.9090947 L26.1127579,18.9090947 L26.1127579,19.0480421 C26.1127579,20.1128842 26.9792842,20.9794105 28.0441263,20.9794105 L28.0441263,20.9794105 L31.1376,20.9794105 L31.1376,20.8682526 C31.1376,18.6741474 29.3514947,16.8893053 27.1586526,16.8893053 L27.1586526,16.8893053 Z M16.3978105,9.05608421 L3.90896842,9.05608421 C3.21549474,9.05608421 2.65086316,9.61945263 2.65086316,10.3129263 L2.65086316,10.3129263 L2.65086316,16.0906105 C2.65086316,16.7853474 3.21549474,17.3487158 3.90896842,17.3487158 L3.90896842,17.3487158 L11.2706526,17.3487158 L13.6807579,18.8998737 L13.6807579,17.3487158 L16.3978105,17.3487158 C17.0912842,17.3487158 17.6559158,16.7853474 17.6559158,16.0906105 L17.6559158,16.0906105 L17.6559158,10.3129263 C17.6559158,9.61945263 17.0912842,9.05608421 16.3978105,9.05608421 L16.3978105,9.05608421 Z M14.4606316,13.6825263 L14.4606316,14.6943158 L5.06652632,14.6943158 L5.06652632,13.6825263 L14.4606316,13.6825263 Z M14.4606316,11.3545263 L14.4606316,12.3663158 L5.06652632,12.3663158 L5.06652632,11.3545263 L14.4606316,11.3545263 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default VideoChat;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Wallet = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.4127,29.3682 L35.1727,29.3682 C34.0897,29.3682 33.2097,28.4882 33.2097,27.4052 C33.2097,26.3232 34.0897,25.4422 35.1727,25.4422 L40.4127,25.4422 L40.4127,29.3682 Z M39.0787,37.3192 C39.0787,37.8032 38.6837,38.1982 38.1997,38.1982 L24.6677,38.1982 L24.6677,34.1982 C24.6677,32.4382 20.9757,31.9692 18.7947,31.9692 C16.6137,31.9692 12.9217,32.4382 12.9217,34.1982 L12.9217,38.1982 L9.8357,38.1982 C9.3507,38.1982 8.9567,37.8032 8.9567,37.3192 L8.9567,15.5012 C9.3197,15.7032 9.7317,15.8292 10.1757,15.8292 L38.1997,15.8292 C38.6837,15.8292 39.0787,16.2232 39.0787,16.7082 L39.0787,24.1422 L35.1727,24.1422 C33.3727,24.1422 31.9097,25.6062 31.9097,27.4052 C31.9097,29.2042 33.3727,30.6682 35.1727,30.6682 L39.0787,30.6682 L39.0787,37.3192 Z M14.2507,34.1982 C14.5377,33.8852 16.0527,33.2692 18.7947,33.2692 C21.5367,33.2692 23.0517,33.8852 23.3387,34.1982 C23.0527,34.5102 21.5377,35.1262 18.7947,35.1262 C16.0517,35.1262 14.5377,34.5102 14.2507,34.1982 L14.2507,34.1982 Z M18.7947,36.4262 C20.1527,36.4262 22.0967,36.2432 23.3707,35.6812 L23.3727,36.9582 C22.9197,37.3212 21.3437,37.8652 18.7947,37.8652 C16.2537,37.8652 14.6807,37.3252 14.2217,36.9632 L14.2217,35.6822 C15.4957,36.2432 17.4367,36.4262 18.7947,36.4262 L18.7947,36.4262 Z M18.7947,40.4162 C15.8867,40.4162 14.3597,39.7242 14.2217,39.4882 L14.2217,38.1002 C15.3377,38.6192 17.1037,38.8652 18.7947,38.8652 C20.4887,38.8652 22.2597,38.6182 23.3747,38.0972 L23.3777,39.4352 C23.2297,39.7242 21.7027,40.4162 18.7947,40.4162 L18.7947,40.4162 Z M29.7877,6.7742 L33.3207,12.8102 L19.4767,12.8102 L29.7877,6.7742 Z M40.3777,24.1422 L40.3777,16.7082 C40.3777,15.5072 39.4007,14.5302 38.1997,14.5302 L10.1757,14.5302 C9.5037,14.5302 8.9567,13.9832 8.9567,13.3102 C8.9567,12.6382 9.5037,12.0912 10.1757,12.0912 L18.1317,12.0912 L17.0077,12.7492 L17.0437,12.8102 L11.0357,12.8102 L11.0357,13.8102 L17.6287,13.8102 L17.6647,13.8712 L17.7687,13.8102 L36.8107,13.8102 L36.8107,12.8102 L34.8277,12.8102 L30.2527,4.9952 L20.3517,10.7912 L10.1757,10.7912 C8.7867,10.7912 7.6567,11.9212 7.6567,13.3102 L7.6567,37.3192 C7.6567,38.5202 8.6347,39.4972 9.8357,39.4972 L12.9227,39.4972 C12.9367,41.2482 16.6177,41.7162 18.7947,41.7162 C20.9717,41.7162 24.6527,41.2482 24.6667,39.4972 L38.1997,39.4972 C39.4007,39.4972 40.3777,38.5202 40.3777,37.3192 L40.3777,30.6682 L41.7127,30.6682 L41.7127,24.1422 L40.3777,24.1422 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.4125,29.3682 L35.1725,29.3682 C34.0905,29.3682 33.2095,28.4882 33.2095,27.4052 C33.2095,26.3232 34.0905,25.4422 35.1725,25.4422 L40.4125,25.4422 L40.4125,29.3682 Z M39.0785,37.3192 C39.0785,37.8032 38.6835,38.1982 38.1995,38.1982 L24.6675,38.1982 L24.6675,34.1982 C24.6675,32.4382 20.9755,31.9692 18.7945,31.9692 C16.6135,31.9692 12.9215,32.4382 12.9215,34.1982 L12.9215,38.1982 L9.8355,38.1982 C9.3505,38.1982 8.9565,37.8032 8.9565,37.3192 L8.9565,15.5012 C9.3195,15.7032 9.7315,15.8292 10.1755,15.8292 L38.1995,15.8292 C38.6835,15.8292 39.0785,16.2232 39.0785,16.7082 L39.0785,24.1422 L35.1725,24.1422 C33.3735,24.1422 31.9095,25.6062 31.9095,27.4052 C31.9095,29.2042 33.3735,30.6682 35.1725,30.6682 L39.0785,30.6682 L39.0785,37.3192 Z M14.2505,34.1982 C14.5375,33.8852 16.0525,33.2692 18.7945,33.2692 C21.5375,33.2692 23.0525,33.8852 23.3385,34.1982 C23.0525,34.5102 21.5375,35.1262 18.7945,35.1262 C16.0525,35.1262 14.5375,34.5102 14.2505,34.1982 L14.2505,34.1982 Z M18.7945,36.4262 C20.1535,36.4262 22.0965,36.2432 23.3705,35.6812 L23.3725,36.9582 C22.9195,37.3212 21.3435,37.8652 18.7945,37.8652 C16.2545,37.8652 14.6805,37.3252 14.2225,36.9632 L14.2225,35.6822 C15.4955,36.2432 17.4365,36.4262 18.7945,36.4262 L18.7945,36.4262 Z M18.7945,40.4162 C15.8875,40.4162 14.3595,39.7242 14.2225,39.4882 L14.2225,38.1002 C15.3375,38.6192 17.1045,38.8652 18.7945,38.8652 C20.4885,38.8652 22.2595,38.6182 23.3745,38.0972 L23.3775,39.4352 C23.2295,39.7242 21.7025,40.4162 18.7945,40.4162 L18.7945,40.4162 Z M29.7875,4.5242 L34.6385,12.8102 L15.6335,12.8102 L29.7875,4.5242 Z M40.3785,24.1422 L40.3785,16.7082 C40.3785,15.5072 39.4005,14.5302 38.1995,14.5302 L10.1755,14.5302 C9.5035,14.5302 8.9565,13.9832 8.9565,13.3102 C8.9565,12.6382 9.5035,12.0912 10.1755,12.0912 L14.2875,12.0912 L13.1635,12.7492 L13.1995,12.8102 L11.0355,12.8102 L11.0355,13.8102 L13.7855,13.8102 L13.8205,13.8712 L13.9255,13.8102 L35.2245,13.8102 L35.2435,13.8442 L35.3015,13.8102 L36.8105,13.8102 L36.8105,12.8102 L36.1445,12.8102 L30.2525,2.7452 L16.5085,10.7912 L10.1755,10.7912 C8.7875,10.7912 7.6565,11.9212 7.6565,13.3102 L7.6565,37.3192 C7.6565,38.5202 8.6345,39.4972 9.8355,39.4972 L12.9235,39.4972 C12.9365,41.2482 16.6175,41.7162 18.7945,41.7162 C20.9725,41.7162 24.6525,41.2482 24.6665,39.4972 L38.1995,39.4972 C39.4005,39.4972 40.3785,38.5202 40.3785,37.3192 L40.3785,30.6682 L41.7125,30.6682 L41.7125,24.1422 L40.3785,24.1422 Z\"\n />\n );\n\n const simplified = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.2991579,29.2548632 L35.0406316,29.2548632 C33.948,29.2548632 33.06,28.3656 33.06,27.2729684 C33.06,26.1816 33.948,25.2923368 35.0406316,25.2923368 L40.2991579,25.2923368 L40.2991579,29.2548632 Z M38.9652632,37.1874947 C38.9652632,37.6813895 38.5623158,38.0843368 38.0671579,38.0843368 L24.5172632,38.0843368 L24.5172632,34.0662316 C24.5172632,32.3218105 20.8376842,31.8557053 18.6637895,31.8557053 C16.4886316,31.8557053 12.8090526,32.3218105 12.8090526,34.0662316 L12.8090526,38.0843368 L9.70421053,38.0843368 C9.20905263,38.0843368 8.80736842,37.6813895 8.80736842,37.1874947 L8.80736842,15.3386526 C9.17368421,15.5496 9.59178947,15.6784421 10.044,15.6784421 L38.0671579,15.6784421 C38.5623158,15.6784421 38.9652632,16.0813895 38.9652632,16.5765474 L38.9652632,24.0291789 L35.0406316,24.0291789 C33.252,24.0291789 31.7968421,25.4843368 31.7968421,27.2729684 C31.7968421,29.0628632 33.252,30.5180211 35.0406316,30.5180211 L38.9652632,30.5180211 L38.9652632,37.1874947 Z M14.0722105,34.1167579 L14.0722105,34.1016 C14.2338947,33.8060211 15.7522105,33.1188632 18.6637895,33.1188632 C21.4578947,33.1188632 22.9724211,33.7529684 23.2326316,34.0662316 C22.9724211,34.3782316 21.4578947,35.0123368 18.6637895,35.0123368 C15.7522105,35.0123368 14.2338947,34.3264421 14.0722105,34.1167579 L14.0722105,34.1167579 Z M18.6637895,36.2754947 C20.0292632,36.2754947 21.9871579,36.0923368 23.2566316,35.5226526 L23.2578947,36.8072842 C22.8271579,37.1685474 21.2330526,37.7281263 18.6637895,37.7281263 C16.0995789,37.7281263 14.5067368,37.1710737 14.0722105,36.8123368 L14.0722105,35.5239158 C15.3404211,36.0923368 17.2983158,36.2754947 18.6637895,36.2754947 L18.6637895,36.2754947 Z M18.6637895,40.3037053 C15.7269474,40.3037053 14.2048421,39.6039158 14.0722105,39.3576 L14.0722105,37.9643368 C15.1875789,38.4885474 16.9623158,38.7386526 18.6637895,38.7386526 C20.3665263,38.7386526 22.1450526,38.4885474 23.2604211,37.9618105 L23.2616842,39.3121263 C23.1214737,39.6039158 21.5981053,40.3037053 18.6637895,40.3037053 L18.6637895,40.3037053 Z M10.044,11.9407579 L19.7538947,11.9407579 L15.5273684,14.4152842 L10.044,14.4152842 C9.36189474,14.4152842 8.80736842,13.8607579 8.80736842,13.1786526 C8.80736842,12.4965474 9.36189474,11.9407579 10.044,11.9407579 L10.044,11.9407579 Z M29.6633684,7.60433684 L33.6498947,14.4152842 L18.0271579,14.4152842 L29.6633684,7.60433684 Z M40.2284211,24.0291789 L40.2284211,16.5765474 C40.2284211,15.3853895 39.2583158,14.4152842 38.0671579,14.4152842 L35.1138947,14.4152842 L30.1143158,5.87633684 L21.8583158,10.7091789 L21.8583158,10.6776 L10.044,10.6776 C8.66589474,10.6776 7.54421053,11.8005474 7.54421053,13.1786526 L7.54421053,37.1874947 C7.54421053,38.3786526 8.51305263,39.3474947 9.70421053,39.3474947 L12.8090526,39.3474947 L12.8090526,39.3576 C12.8090526,41.1007579 16.4886316,41.5668632 18.6637895,41.5668632 C20.8376842,41.5668632 24.5172632,41.1007579 24.5172632,39.3576 L24.5172632,39.3474947 L38.0671579,39.3474947 C39.2583158,39.3474947 40.2284211,38.3786526 40.2284211,37.1874947 L40.2284211,30.5180211 L41.5623158,30.5180211 L41.5623158,24.0291789 L40.2284211,24.0291789 Z\"\n />\n );\n\n const simplifiedHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M40.2994105,29.2548632 L35.0408842,29.2548632 C33.9482526,29.2548632 33.0602526,28.3656 33.0602526,27.2729684 C33.0602526,26.1816 33.9482526,25.2923368 35.0408842,25.2923368 L40.2994105,25.2923368 L40.2994105,29.2548632 Z M38.9642526,37.1874947 C38.9642526,37.6813895 38.5625684,38.0843368 38.0674105,38.0843368 L24.5175158,38.0843368 L24.5175158,34.0662316 C24.5175158,32.3218105 20.8379368,31.8557053 18.6627789,31.8557053 C16.4888842,31.8557053 12.8093053,32.3218105 12.8093053,34.0662316 L12.8093053,38.0843368 L9.70446316,38.0843368 C9.20930526,38.0843368 8.80635789,37.6813895 8.80635789,37.1874947 L8.80635789,15.3386526 C9.17267368,15.5496 9.59204211,15.6784421 10.0442526,15.6784421 L38.0674105,15.6784421 C38.5625684,15.6784421 38.9642526,16.0813895 38.9642526,16.5765474 L38.9642526,24.0291789 L35.0408842,24.0291789 C33.2509895,24.0291789 31.7970947,25.4843368 31.7970947,27.2729684 C31.7970947,29.0628632 33.2509895,30.5180211 35.0408842,30.5180211 L38.9642526,30.5180211 L38.9642526,37.1874947 Z M14.0724632,34.1167579 L14.0724632,34.1016 C14.2341474,33.8060211 15.7524632,33.1188632 18.6627789,33.1188632 C21.4568842,33.1188632 22.9726737,33.7529684 23.2328842,34.0662316 C22.9726737,34.3782316 21.4568842,35.0123368 18.6627789,35.0123368 C15.7524632,35.0123368 14.2341474,34.3264421 14.0724632,34.1167579 L14.0724632,34.1167579 Z M18.6627789,36.2754947 C20.0295158,36.2754947 21.9874105,36.0923368 23.2568842,35.5226526 L23.2581474,36.8072842 C22.8274105,37.1685474 21.2333053,37.7281263 18.6627789,37.7281263 C16.0985684,37.7281263 14.5069895,37.1710737 14.0724632,36.8123368 L14.0724632,35.5239158 C15.3406737,36.0923368 17.2985684,36.2754947 18.6627789,36.2754947 L18.6627789,36.2754947 Z M18.6627789,40.3037053 C15.7272,40.3037053 14.2050947,39.6039158 14.0724632,39.3576 L14.0724632,37.9643368 C15.1878316,38.4885474 16.9625684,38.7386526 18.6627789,38.7386526 C20.3655158,38.7386526 22.1440421,38.4885474 23.2606737,37.9618105 L23.2619368,39.3121263 C23.1217263,39.6039158 21.5983579,40.3037053 18.6627789,40.3037053 L18.6627789,40.3037053 Z M10.0442526,11.9407579 L15.9103579,11.9407579 L11.6989895,14.4077053 L11.7040421,14.4152842 L10.0442526,14.4152842 C9.36214737,14.4152842 8.80635789,13.8607579 8.80635789,13.1786526 C8.80635789,12.4965474 9.36214737,11.9407579 10.0442526,11.9407579 L10.0442526,11.9407579 Z M29.6623579,5.35465263 L34.9676211,14.4152842 L14.1836211,14.4152842 L29.6623579,5.35465263 Z M40.2274105,24.0291789 L40.2274105,16.5765474 C40.2274105,15.3853895 39.2585684,14.4152842 38.0674105,14.4152842 L36.4303579,14.4152842 L30.1145684,3.62538947 L18.0678316,10.6776 L10.0442526,10.6776 C8.66614737,10.6776 7.5432,11.8005474 7.5432,13.1786526 L7.5432,37.1874947 C7.5432,38.3786526 8.51204211,39.3474947 9.70446316,39.3474947 L12.8093053,39.3474947 L12.8093053,39.3576 C12.8093053,41.1007579 16.4888842,41.5668632 18.6627789,41.5668632 C20.8379368,41.5668632 24.5175158,41.1007579 24.5175158,39.3576 L24.5175158,39.3474947 L38.0674105,39.3474947 C39.2585684,39.3474947 40.2274105,38.3786526 40.2274105,37.1874947 L40.2274105,30.5180211 L41.5625684,30.5180211 L41.5625684,24.0291789 L40.2274105,24.0291789 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Wallet;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst Window = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.3856,8.4749 L39.4186,38.1949 L41.0986,38.1949 L41.0986,39.4959 L6.9016,39.4959 L6.9016,38.1949 L8.5796,38.1949 L8.5466,8.4749 L39.3856,8.4749 Z M38.0866,9.7759 L9.8486,9.7759 L9.8796,38.1949 L38.1196,38.1949 L38.0866,9.7759 Z M36.633,11.228 L36.633,37.063 L24.788,37.063 L24.788,27.205 L23.146,27.205 L23.146,37.063 L11.301,37.063 L11.301,11.228 L36.633,11.228 Z M35.333,27.205 L26.088,27.205 L26.088,35.763 L35.333,35.763 L35.333,27.205 Z M21.846,27.204 L12.601,27.204 L12.601,35.762 L21.846,35.762 L21.846,27.204 Z M35.333,14.951 L12.601,14.951 L12.601,25.904 L35.333,25.904 L35.333,14.951 Z M35.333,12.529 L12.601,12.529 L12.601,13.65 L35.333,13.65 L35.333,12.529 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M39.4183,8.4749 L39.4523,38.1949 L41.1313,38.1949 L41.1313,39.4959 L6.9343,39.4959 L6.9343,38.1949 L8.6133,38.1949 L8.5793,8.4749 L39.4183,8.4749 Z M38.1203,9.7759 L9.8813,9.7759 L9.9133,38.1949 L38.1523,38.1949 L38.1203,9.7759 Z M36.666,11.228 L36.666,37.063 L24.821,37.063 L24.821,29.456 L23.179,29.456 L23.179,37.063 L11.334,37.063 L11.334,11.228 L36.666,11.228 Z M35.366,29.456 L26.121,29.456 L26.121,35.763 L35.366,35.763 L35.366,29.456 Z M21.879,29.455 L12.634,29.455 L12.634,35.762 L21.879,35.762 L21.879,29.455 Z M35.365,14.951 L12.634,14.951 L12.634,28.155 L35.365,28.155 L35.365,14.951 Z M35.366,12.529 L12.635,12.529 L12.635,13.65 L35.366,13.65 L35.366,12.529 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default Window;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst WordDocument = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M27.676,29.499 C27.859,29.25 28.113,29.126 28.439,29.126 C28.769,29.126 29.009,29.207 29.162,29.371 C29.316,29.533 29.413,29.777 29.453,30.103 L30.234,30.103 C30.183,29.589 30.008,29.193 29.712,28.916 C29.415,28.639 28.991,28.5 28.439,28.5 C27.89,28.5 27.451,28.682 27.12,29.045 C26.789,29.41 26.624,29.882 26.624,30.462 L26.624,31.353 C26.624,31.936 26.788,32.41 27.115,32.77 C27.443,33.131 27.884,33.311 28.439,33.311 C28.98,33.311 29.403,33.17 29.706,32.889 C30.008,32.607 30.184,32.22 30.231,31.728 L29.45,31.728 C29.409,32.051 29.312,32.292 29.156,32.45 C29.001,32.609 28.762,32.688 28.439,32.688 C28.109,32.688 27.853,32.564 27.672,32.317 C27.491,32.07 27.402,31.749 27.402,31.353 L27.402,30.456 C27.402,30.066 27.492,29.747 27.676,29.499 L27.676,29.499 Z M17.777,16.483 C17.857,16.634 17.948,16.902 18.052,17.288 L20.177,25.195 L21.942,25.195 L23.834,18.566 L25.429,25.195 L27.11,25.195 L29.757,17.457 C29.899,17.048 30.016,16.756 30.111,16.582 C30.204,16.408 30.31,16.272 30.428,16.176 C30.545,16.08 30.692,16.012 30.865,15.975 L30.865,15.509 L27.921,15.509 L27.921,15.975 C28.161,15.994 28.342,16.061 28.462,16.176 C28.581,16.291 28.642,16.471 28.642,16.716 C28.642,16.871 28.618,17.058 28.572,17.277 C28.524,17.496 28.468,17.714 28.402,17.93 L26.912,22.709 L25.26,15.509 L23.664,15.509 L21.638,22.709 L20.417,17.803 C20.28,17.276 20.212,16.888 20.212,16.638 C20.212,16.44 20.271,16.288 20.389,16.179 C20.506,16.071 20.688,16.003 20.933,15.975 L20.933,15.509 L17.134,15.509 L17.134,15.975 C17.284,16.012 17.409,16.069 17.508,16.144 C17.607,16.219 17.697,16.332 17.777,16.483 L17.777,16.483 Z M12,39.1 L35.999,39.1 L35.999,8.9 L12,8.9 L12,39.1 Z M10.699,40.4 L37.3,40.4 L37.3,7.6 L10.699,7.6 L10.699,40.4 Z M25.099,31.327 C25.099,31.721 24.996,32.043 24.793,32.294 C24.59,32.546 24.307,32.672 23.946,32.672 C23.597,32.672 23.323,32.546 23.126,32.294 C22.929,32.043 22.831,31.721 22.831,31.327 L22.831,30.479 C22.831,30.089 22.929,29.769 23.124,29.518 C23.321,29.268 23.593,29.143 23.943,29.143 C24.302,29.143 24.584,29.268 24.79,29.52 C24.995,29.771 25.099,30.091 25.099,30.479 L25.099,31.327 Z M23.943,28.5 C23.372,28.5 22.915,28.688 22.571,29.063 C22.226,29.439 22.054,29.914 22.054,30.484 L22.054,31.327 C22.054,31.9 22.226,32.374 22.572,32.749 C22.918,33.124 23.376,33.311 23.946,33.311 C24.526,33.311 24.992,33.124 25.347,32.75 C25.701,32.377 25.878,31.903 25.878,31.327 L25.878,30.484 C25.878,29.914 25.7,29.439 25.346,29.063 C24.99,28.688 24.523,28.5 23.943,28.5 L23.943,28.5 Z M20.529,31.217 C20.529,31.652 20.418,31.995 20.198,32.245 C19.98,32.496 19.637,32.621 19.173,32.621 L18.546,32.621 L18.546,29.194 L19.214,29.194 C19.657,29.194 19.988,29.317 20.203,29.563 C20.42,29.809 20.529,30.152 20.529,30.591 L20.529,31.217 Z M19.237,28.567 L17.766,28.567 L17.766,33.244 L19.195,33.244 C19.855,33.244 20.372,33.061 20.746,32.693 C21.121,32.326 21.308,31.833 21.308,31.217 L21.308,30.597 C21.308,29.985 21.122,29.494 20.751,29.123 C20.38,28.753 19.875,28.567 19.237,28.567 L19.237,28.567 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M37.3,7.6 L37.3,40.4 L10.7,40.4 L10.7,7.6 L37.3,7.6 Z M35.999,8.9 L12.001,8.9 L12.001,39.1 L35.999,39.1 L35.999,8.9 Z M28.4388,28.5 C28.9908,28.5 29.4148,28.639 29.7118,28.916 C30.0088,29.193 30.1828,29.589 30.2338,30.103 L30.2338,30.103 L29.4538,30.103 C29.4128,29.777 29.3158,29.533 29.1628,29.371 C29.0098,29.207 28.7688,29.126 28.4388,29.126 C28.1128,29.126 27.8588,29.25 27.6758,29.499 C27.4928,29.747 27.4018,30.066 27.4018,30.456 L27.4018,30.456 L27.4018,31.353 C27.4018,31.749 27.4908,32.07 27.6728,32.317 C27.8538,32.564 28.1088,32.688 28.4388,32.688 C28.7618,32.688 29.0008,32.609 29.1558,32.45 C29.3118,32.292 29.4088,32.051 29.4498,31.728 L29.4498,31.728 L30.2318,31.728 C30.1838,32.22 30.0088,32.607 29.7058,32.889 C29.4028,33.17 28.9808,33.311 28.4388,33.311 C27.8838,33.311 27.4428,33.131 27.1148,32.77 C26.7878,32.41 26.6238,31.936 26.6238,31.353 L26.6238,31.353 L26.6238,30.462 C26.6238,29.882 26.7898,29.41 27.1198,29.045 C27.4508,28.682 27.8908,28.5 28.4388,28.5 Z M23.9426,28.5007 C24.5226,28.5007 24.9906,28.6877 25.3456,29.0637 C25.7016,29.4397 25.8786,29.9137 25.8786,30.4847 L25.8786,30.4847 L25.8786,31.3267 C25.8786,31.9027 25.7026,32.3777 25.3476,32.7507 C24.9936,33.1247 24.5256,33.3107 23.9456,33.3107 C23.3756,33.3107 22.9176,33.1237 22.5726,32.7487 C22.2266,32.3747 22.0536,31.9007 22.0536,31.3267 L22.0536,31.3267 L22.0536,30.4847 C22.0536,29.9137 22.2256,29.4397 22.5716,29.0637 C22.9146,28.6877 23.3716,28.5007 23.9426,28.5007 Z M19.2373,28.5678 C19.8753,28.5678 20.3803,28.7528 20.7513,29.1228 C21.1223,29.4938 21.3083,29.9848 21.3083,30.5968 L21.3083,30.5968 L21.3083,31.2168 C21.3083,31.8338 21.1213,32.3258 20.7473,32.6928 C20.3723,33.0608 19.8543,33.2438 19.1953,33.2438 L19.1953,33.2438 L17.7663,33.2438 L17.7663,28.5678 Z M23.9426,29.1427 C23.5926,29.1427 23.3206,29.2677 23.1246,29.5177 C22.9286,29.7687 22.8306,30.0897 22.8306,30.4787 L22.8306,30.4787 L22.8306,31.3267 C22.8306,31.7207 22.9296,32.0437 23.1256,32.2947 C23.3236,32.5467 23.5966,32.6717 23.9456,32.6717 C24.3076,32.6717 24.5896,32.5467 24.7926,32.2947 C24.9966,32.0437 25.0986,31.7207 25.0986,31.3267 L25.0986,31.3267 L25.0986,30.4787 C25.0986,30.0917 24.9946,29.7717 24.7896,29.5197 C24.5846,29.2677 24.3016,29.1427 23.9426,29.1427 Z M19.2143,29.1938 L18.5463,29.1938 L18.5463,32.6208 L19.1733,32.6208 C19.6373,32.6208 19.9793,32.4958 20.1983,32.2448 C20.4183,31.9948 20.5283,31.6528 20.5283,31.2168 L20.5283,31.2168 L20.5283,30.5908 C20.5283,30.1518 20.4203,29.8088 20.2043,29.5628 C19.9873,29.3168 19.6573,29.1938 19.2143,29.1938 L19.2143,29.1938 Z M20.9324,13.6866 L20.9324,14.1526 C20.6874,14.1806 20.5064,14.2486 20.3884,14.3576 C20.2714,14.4656 20.2124,14.6186 20.2124,14.8156 C20.2124,15.0656 20.2804,15.4536 20.4174,15.9806 L20.4174,15.9806 L21.6384,20.8876 L23.6654,13.6866 L25.2604,13.6866 L26.9124,20.8876 L28.4014,16.1076 C28.4674,15.8916 28.5244,15.6736 28.5714,15.4546 C28.6184,15.2366 28.6414,15.0496 28.6414,14.8936 C28.6414,14.6496 28.5824,14.4696 28.4624,14.3536 C28.3414,14.2386 28.1614,14.1716 27.9224,14.1526 L27.9224,14.1526 L27.9224,13.6866 L30.8664,13.6866 L30.8664,14.1526 C30.6914,14.1906 30.5464,14.2576 30.4274,14.3536 C30.3104,14.4506 30.2044,14.5856 30.1104,14.7596 C30.0164,14.9336 29.8984,15.2256 29.7564,15.6356 L29.7564,15.6356 L27.1104,23.3726 L25.4294,23.3726 L23.8344,16.7436 L21.9424,23.3726 L20.1764,23.3726 L18.0514,15.4656 C17.9484,15.0796 17.8564,14.8116 17.7764,14.6606 C17.6964,14.5106 17.6074,14.3976 17.5084,14.3216 C17.4094,14.2466 17.2854,14.1906 17.1334,14.1526 L17.1334,14.1526 L17.1334,13.6866 L20.9324,13.6866 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default WordDocument;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst X = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <polygon\n fillRule=\"evenodd\"\n points=\"25.403 24 35.662 13.741 34.259 12.338 24 22.597 13.741 12.337 12.338 13.74 22.597 24 12.338 34.26 13.741 35.663 24 25.403 34.259 35.662 35.662 34.259\"\n />\n );\n\n const normalHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"24 22.597 12.327 10.924 10.924 12.326 22.597 24 10.923 35.674 12.326 37.076 24 25.403 35.674 37.076 37.077 35.674 25.403 24 37.076 12.326 35.673 10.924\"\n />\n );\n\n const simplified = (\n <polygon\n fillRule=\"evenodd\"\n points=\"25.773 24 36.205 13.568 34.433 11.795 24.001 22.228 13.568 11.795 11.795 13.567 22.229 24 11.795 34.433 13.568 36.205 24.001 25.772 34.433 36.205 36.205 34.432\"\n />\n );\n\n const simplifiedHover = (\n <polygon\n fillRule=\"evenodd\"\n points=\"24 22.227 11.781 10.008 10.009 11.78 22.228 23.999 10.008 36.219 11.78 37.991 24 25.771 36.22 37.991 37.992 36.219 25.772 23.999 37.991 11.78 36.219 10.008\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isExtraSmall ? (isHovered ? simplifiedHover : simplified) : isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default X;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst XmlFile = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M12,39.1 L35.999,39.1 L35.999,8.9 L12,8.9 L12,39.1 Z M10.699,40.4 L37.3,40.4 L37.3,7.6 L10.699,7.6 L10.699,40.4 Z M18.181,33.311 L19.218,31.515 L20.26,33.311 L21.215,33.311 L19.692,30.9 L21.159,28.53 L20.216,28.53 L19.205,30.296 L18.206,28.53 L17.272,28.53 L18.74,30.9 L17.239,33.311 L18.181,33.311 Z M22.264,22.835 L19.972,20.543 L22.264,18.251 L21.557,17.544 L18.558,20.543 L21.557,23.542 L22.264,22.835 Z M28.564,28.53 L27.767,28.53 L27.767,33.311 L30.761,33.311 L30.761,32.674 L28.564,32.674 L28.564,28.53 Z M26.444,23.542 L29.442,20.543 L26.444,17.544 L25.737,18.251 L28.028,20.543 L25.737,22.835 L26.444,23.542 Z M21.874,33.311 L22.672,33.311 L22.672,31.682 L22.59,29.59 L22.601,29.59 L24.026,33.311 L24.561,33.311 L25.992,29.581 L26.003,29.581 L25.92,31.682 L25.92,33.311 L26.718,33.311 L26.718,28.53 L25.684,28.53 L24.294,32.233 L22.909,28.53 L21.874,28.53 L21.874,33.311 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M12.001,39.1 L36,39.1 L36,8.9 L12.001,8.9 L12.001,39.1 Z M10.7,40.4 L37.301,40.4 L37.301,7.6 L10.7,7.6 L10.7,40.4 Z M18.18,33.311 L19.218,31.515 L20.26,33.311 L21.215,33.311 L19.692,30.9 L21.16,28.53 L20.216,28.53 L19.206,30.296 L18.207,28.53 L17.272,28.53 L18.74,30.9 L17.239,33.311 L18.18,33.311 Z M21.264,22.835 L18.972,20.543 L21.264,18.251 L20.557,17.544 L17.558,20.543 L20.557,23.542 L21.264,22.835 Z M28.564,28.53 L27.766,28.53 L27.766,33.311 L30.761,33.311 L30.761,32.674 L28.564,32.674 L28.564,28.53 Z M27.444,23.542 L30.442,20.543 L27.444,17.544 L26.737,18.251 L29.028,20.543 L26.737,22.835 L27.444,23.542 Z M21.875,33.311 L22.672,33.311 L22.672,31.682 L22.59,29.59 L22.601,29.59 L24.026,33.311 L24.561,33.311 L25.993,29.581 L26.002,29.581 L25.92,31.682 L25.92,33.311 L26.718,33.311 L26.718,28.53 L25.684,28.53 L24.294,32.233 L22.909,28.53 L21.875,28.53 L21.875,33.311 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default XmlFile;\n","import React from 'react';\nimport {IconRawProps} from './Icon';\n\nconst YouTube = React.forwardRef((svgProps: IconRawProps, ref: any) => {\n const {size = 48, className, color = 'black', hoverColor = 'black', isHovered = false, ...props} = svgProps;\n const isExtraSmall = size <= 38;\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M34.9127,12.0971 C38.4597,12.0971 41.3467,14.9831 41.3467,18.5301 L41.3467,18.5301 L41.3467,29.4701 C41.3467,33.0171 38.4597,35.9031 34.9127,35.9031 L34.9127,35.9031 L13.0877,35.9031 C9.5407,35.9031 6.6537,33.0171 6.6537,29.4701 L6.6537,29.4701 L6.6537,18.5301 C6.6537,14.9831 9.5407,12.0971 13.0877,12.0971 L13.0877,12.0971 Z M34.9127,13.3971 L13.0877,13.3971 C10.2577,13.3971 7.9547,15.6991 7.9547,18.5301 L7.9547,18.5301 L7.9547,29.4701 C7.9547,32.3011 10.2577,34.6031 13.0877,34.6031 L13.0877,34.6031 L34.9127,34.6031 C37.7427,34.6031 40.0457,32.3011 40.0457,29.4701 L40.0457,29.4701 L40.0457,18.5301 C40.0457,15.6991 37.7427,13.3971 34.9127,13.3971 L34.9127,13.3971 Z M20.1577,18.4677 L30.7737,23.8777 L20.1577,29.2867 L20.1577,18.4677 Z M21.4587,20.5887 L21.4587,27.1657 L27.9107,23.8777 L21.4587,20.5887 Z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M34.9124,12.0971 C38.4594,12.0971 41.3464,14.9831 41.3464,18.5301 L41.3464,18.5301 L41.3464,29.4701 C41.3464,33.0171 38.4594,35.9031 34.9124,35.9031 L34.9124,35.9031 L13.0874,35.9031 C9.5404,35.9031 6.6534,33.0171 6.6534,29.4701 L6.6534,29.4701 L6.6534,18.5301 C6.6534,14.9831 9.5404,12.0971 13.0874,12.0971 L13.0874,12.0971 Z M34.9124,13.3971 L13.0874,13.3971 C10.2574,13.3971 7.9544,15.6991 7.9544,18.5301 L7.9544,18.5301 L7.9544,29.4701 C7.9544,32.3011 10.2574,34.6031 13.0874,34.6031 L13.0874,34.6031 L34.9124,34.6031 C37.7424,34.6031 40.0454,32.3011 40.0454,29.4701 L40.0454,29.4701 L40.0454,18.5301 C40.0454,15.6991 37.7424,13.3971 34.9124,13.3971 L34.9124,13.3971 Z M21.1575,18.4677 L31.7735,23.8777 L21.1575,29.2867 L21.1575,18.4677 Z M22.4585,20.5887 L22.4585,27.1657 L28.9105,23.8777 L22.4585,20.5887 Z\"\n />\n );\n\n return (\n <svg\n width={size}\n height={size}\n fill={isHovered ? hoverColor : color}\n viewBox=\"0 0 48 48\"\n ref={ref}\n className={`${className} hnds-style-icon`}\n {...props}>\n {isHovered ? normalHover : normal}\n </svg>\n );\n});\n\nexport default YouTube;\n","import React from 'react';\nimport {PaletteNames} from '../../theme/palette';\nimport {getColor} from '../../theme/currys/color';\n\nimport AlarmClock from './AlarmClock';\nimport AlertSignFill from './AlertSignFill';\nimport AlertSignStroke from './AlertSignStroke';\nimport Amputation from './Amputation';\nimport Anxiety from './Anxiety';\nimport Apple from './Apple';\nimport Archive from './Archive';\nimport ArmFlexing from './ArmFlexing';\nimport ArrowLeft from './ArrowLeft';\nimport ArrowRight from './ArrowRight';\nimport ArrowUpRight from './ArrowUpRight';\nimport Attachment from './Attachment';\nimport Atv from './Atv';\nimport Avatar from './Avatar';\nimport AwakePersonOnPillow from './AwakePersonOnPillow';\nimport Baby from './Baby';\nimport BandAid from './BandAid';\nimport BeerAndPills from './BeerAndPills';\nimport Bell from './Bell';\nimport Bike from './Bike';\nimport BirthdayCake from './BirthdayCake';\nimport Boat from './Boat';\nimport Brain from './Brain';\nimport Breasts from './Breasts';\nimport BrokenHeart from './BrokenHeart';\nimport BrokenPuzzle from './BrokenPuzzle';\nimport Bus from './Bus';\nimport Calendar from './Calendar';\nimport CalendarEvent from './CalendarEvent';\nimport CalendarSave from './CalendarSave';\nimport Cancer from './Cancer';\nimport Car from './Car';\nimport Check from './Check';\nimport ChevronDown from './ChevronDown';\nimport ChevronLeft from './ChevronLeft';\nimport ChevronRight from './ChevronRight';\nimport ChevronUp from './ChevronUp';\nimport ChildPlaying from './ChildPlaying';\nimport Cigarette from './Cigarette';\nimport Contacts from './Contacts';\nimport Copy from './Copy';\nimport Coronavirus from './Coronavirus';\nimport Cough from './Cough';\nimport CriticalHealthInfo from './CriticalHealthInfo';\nimport Cross from './Cross';\nimport Depression from './Depression';\nimport DigestiveSystem from './DigestiveSystem';\nimport Dizzy from './Dizzy';\nimport Documents from './Documents';\nimport Dog from './Dog';\nimport DonorCard from './DonorCard';\nimport Draft from './Draft';\nimport EChat from './EChat';\nimport EarNoseThroat from './EarNoseThroat';\nimport ElderlyPerson from './ElderlyPerson';\nimport EnterFullScreen from './EnterFullScreen';\nimport Envelope from './Envelope';\nimport Epilepsy from './Epilepsy';\nimport Eraser from './Eraser';\nimport ErrorSignFill from './ErrorSignFill';\nimport ErrorSignStroke from './ErrorSignStroke';\nimport EuropeanHealthCard from './EuropeanHealthCard';\nimport ExitFullScreen from './ExitFullScreen';\nimport Eye from './Eye';\nimport Facebook from './Facebook';\nimport Female from './Female';\nimport FemaleDoctor from './FemaleDoctor';\nimport Ferry from './Ferry';\nimport FingerBleed from './FingerBleed';\nimport FirstAidKit from './FirstAidKit';\nimport Football from './Football';\nimport Form from './Form';\nimport Forward from './Forward';\nimport Garden from './Garden';\nimport GasCan from './GasCan';\nimport Globe from './Globe';\nimport HandWaving from './HandWaving';\nimport HandWithDisease from './HandWithDisease';\nimport Heart from './Heart';\nimport HelpSign from './HelpSign';\nimport Hiker from './Hiker';\nimport History from './History';\nimport HivAndAids from './HivAndAids';\nimport Hormone from './Hormone';\nimport Hospital from './Hospital';\nimport ImgFile from './ImgFile';\nimport Inbox from './Inbox';\nimport InfoSignFill from './InfoSignFill';\nimport InfoSignStroke from './InfoSignStroke';\nimport Instagram from './Instagram';\nimport JointPain from './JointPain';\nimport Journal from './Journal';\nimport JpgFile from './JpgFile';\nimport Kidney from './Kidney';\nimport Kjernejournal from './Kjernejournal';\nimport Laboratory from './Laboratory';\nimport LaptopBlog from './LaptopBlog';\nimport LawBook from './LawBook';\nimport LightBulb from './LightBulb';\nimport Location from './Location';\nimport Lock from './Lock';\nimport Lungs from './Lungs';\nimport Makeup from './Makeup';\nimport MaleDoctor from './MaleDoctor';\nimport MaleDoctorAndPerson from './MaleDoctorAndPerson';\nimport MaleGenitalia from './MaleGenitalia';\nimport Medicine from './Medicine';\nimport MedicineWarning from './MedicineWarning';\nimport MentalHealthAdult from './MentalHealthAdult';\nimport MentalHealthChild from './MentalHealthChild';\nimport Menu from './Menu';\nimport Microscope from './Microscope';\nimport Minus from './Minus';\nimport Mirror from './Mirror';\nimport MobilePhone from './MobilePhone';\nimport MotherHoldingBaby from './MotherHoldingBaby';\nimport MuscleBack from './MuscleBack';\nimport MuscleLeg from './MuscleLeg';\nimport Mushroom from './Mushroom';\nimport NoFilter from './NoFilter';\nimport Notepad from './Notepad';\nimport PaintRoller from './PaintRoller';\nimport PaperPlane from './PaperPlane';\nimport PatientAndPerson from './PatientAndPerson';\nimport Pause from './Pause';\nimport PdfFile from './PdfFile';\nimport Pencil from './Pencil';\nimport Person from './Person';\nimport PersonAndPatient from './PersonAndPatient';\nimport PersonInXRayMachine from './PersonInXRayMachine';\nimport PersonOverweight from './PersonOverweight';\nimport PersonRelaxing from './PersonRelaxing';\nimport PersonWithBrain from './PersonWithBrain';\nimport PersonWithBrokenArm from './PersonWithBrokenArm';\nimport PersonWithCrutches from './PersonWithCrutches';\nimport PersonWithJaw from './PersonWithJaw';\nimport PersonWithMagnifyingGlass from './PersonWithMagnifyingGlass';\nimport PersonWithSenses from './PersonWithSenses';\nimport PersonWorking from './PersonWorking';\nimport PizzaSlice from './PizzaSlice';\nimport Plane from './Plane';\nimport Plant from './Plant';\nimport PlusLarge from './PlusLarge';\nimport PlusSmall from './PlusSmall';\nimport PngFile from './PngFile';\nimport PoisonInformation from './PoisonInformation';\nimport Pregnant from './Pregnant';\nimport Printer from './Printer';\nimport Psychosis from './Psychosis';\nimport Publication from './Publication';\nimport Puzzle from './Puzzle';\nimport Receptionist from './Receptionist';\nimport Referral from './Referral';\nimport Refresh from './Refresh';\nimport Refund from './Refund';\nimport Reply from './Reply';\nimport Rocket from './Rocket';\nimport RtfFile from './RtfFile';\nimport Save from './Save';\nimport Scale from './Scale';\nimport Search from './Search';\nimport ShakingHand from './ShakingHand';\nimport Share from './Share';\nimport Skeleton from './Skeleton';\nimport Skin from './Skin';\nimport Snake from './Snake';\nimport Snapchat from './Snapchat';\nimport Spray from './Spray';\nimport Taxi from './Taxi';\nimport TeddyBear from './TeddyBear';\nimport ThinkingAboutBaby from './ThinkingAboutBaby';\nimport Ticket from './Ticket';\nimport Toolbox from './Toolbox';\nimport Tooth from './Tooth';\nimport Train from './Train';\nimport TrashCan from './TrashCan';\nimport Twitter from './Twitter';\nimport Upload from './Upload';\nimport UserOrganization from './UserOrganization';\nimport Vaccine from './Vaccine';\nimport VerticalDots from './VerticalDots';\nimport VideoCamera from './VideoCamera';\nimport VideoChat from './VideoChat';\nimport Wallet from './Wallet';\nimport Window from './Window';\nimport WordDocument from './WordDocument';\nimport X from './X';\nimport XmlFile from './XmlFile';\nimport YouTube from './YouTube';\n\nconst iconMapping = {\n alarmClock: AlarmClock,\n alertSignFill: AlertSignFill,\n alertSignStroke: AlertSignStroke,\n amputation: Amputation,\n anxiety: Anxiety,\n apple: Apple,\n archive: Archive,\n armFlexing: ArmFlexing,\n arrowLeft: ArrowLeft,\n arrowRight: ArrowRight,\n arrowUpRight: ArrowUpRight,\n attachment: Attachment,\n atv: Atv,\n avatar: Avatar,\n awakePersonOnPillow: AwakePersonOnPillow,\n baby: Baby,\n bandAid: BandAid,\n beerAndPills: BeerAndPills,\n bell: Bell,\n bike: Bike,\n birthdayCake: BirthdayCake,\n boat: Boat,\n brain: Brain,\n breasts: Breasts,\n brokenHeart: BrokenHeart,\n brokenPuzzle: BrokenPuzzle,\n bus: Bus,\n calendar: Calendar,\n calendarEvent: CalendarEvent,\n calendarSave: CalendarSave,\n cancer: Cancer,\n car: Car,\n check: Check,\n chevronDown: ChevronDown,\n chevronLeft: ChevronLeft,\n chevronRight: ChevronRight,\n chevronUp: ChevronUp,\n childPlaying: ChildPlaying,\n cigarette: Cigarette,\n contacts: Contacts,\n copy: Copy,\n coronavirus: Coronavirus,\n cough: Cough,\n criticalHealthInfo: CriticalHealthInfo,\n cross: Cross,\n depression: Depression,\n digestiveSystem: DigestiveSystem,\n dizzy: Dizzy,\n documents: Documents,\n dog: Dog,\n donorCard: DonorCard,\n draft: Draft,\n eChat: EChat,\n earNoseThroat: EarNoseThroat,\n elderlyPerson: ElderlyPerson,\n enterFullScreen: EnterFullScreen,\n envelope: Envelope,\n epilepsy: Epilepsy,\n eraser: Eraser,\n errorSignFill: ErrorSignFill,\n errorSignStroke: ErrorSignStroke,\n europeanHealthCard: EuropeanHealthCard,\n exitFullScreen: ExitFullScreen,\n eye: Eye,\n facebook: Facebook,\n female: Female,\n femaleDoctor: FemaleDoctor,\n ferry: Ferry,\n filterOff: NoFilter, // TODO: Remove later. BREAKING\n fingerBleed: FingerBleed,\n firstAidKit: FirstAidKit,\n football: Football,\n form: Form,\n forward: Forward,\n garden: Garden,\n gasCan: GasCan,\n globe: Globe,\n handWaving: HandWaving,\n handWithDisease: HandWithDisease,\n heart: Heart,\n helpSign: HelpSign,\n hiker: Hiker,\n history: History,\n hivAndAids: HivAndAids,\n hormone: Hormone,\n hospital: Hospital,\n imgFile: ImgFile,\n inbox: Inbox,\n infoSignFill: InfoSignFill,\n infoSignStroke: InfoSignStroke,\n instagram: Instagram,\n jointPain: JointPain,\n journal: Journal,\n jpgFile: JpgFile,\n kidney: Kidney,\n kjernejournal: Kjernejournal,\n laboratory: Laboratory,\n laptopBlog: LaptopBlog,\n lawBook: LawBook,\n lightBulb: LightBulb,\n location: Location,\n lock: Lock,\n lungs: Lungs,\n makeup: Makeup,\n maleDoctor: MaleDoctor,\n maleDoctorAndPerson: MaleDoctorAndPerson,\n maleGenitalia: MaleGenitalia,\n medicine: Medicine,\n medicineWarning: MedicineWarning,\n mentalHealthAdult: MentalHealthAdult,\n mentalHealthChild: MentalHealthChild,\n menu: Menu,\n microscope: Microscope,\n minus: Minus,\n mirror: Mirror,\n mobilePhone: MobilePhone,\n motherHoldingBaby: MotherHoldingBaby,\n muscleBack: MuscleBack,\n muscleLeg: MuscleLeg,\n mushroom: Mushroom,\n noFilter: NoFilter,\n notepad: Notepad,\n paintRoller: PaintRoller,\n paperPlane: PaperPlane,\n patientAndPerson: PatientAndPerson,\n pause: Pause,\n pdfFile: PdfFile,\n pencil: Pencil,\n person: Person,\n personAndPatient: PersonAndPatient,\n personInXRayMachine: PersonInXRayMachine,\n personOverweight: PersonOverweight,\n personRelaxing: PersonRelaxing,\n personWithBrain: PersonWithBrain,\n personWithBrokenArm: PersonWithBrokenArm,\n personWithCrutches: PersonWithCrutches,\n personWithJaw: PersonWithJaw,\n personWithMagnifyingGlass: PersonWithMagnifyingGlass,\n personWithSenses: PersonWithSenses,\n personWorking: PersonWorking,\n pizzaSlice: PizzaSlice,\n plane: Plane,\n plant: Plant,\n plusLarge: PlusLarge,\n plusSmall: PlusSmall,\n pngFile: PngFile,\n poisonInformation: PoisonInformation,\n pregnant: Pregnant,\n printer: Printer,\n psychosis: Psychosis,\n publication: Publication,\n puzzle: Puzzle,\n receptionist: Receptionist,\n referral: Referral,\n refresh: Refresh,\n refund: Refund,\n reply: Reply,\n rocket: Rocket,\n rtfFile: RtfFile,\n save: Save,\n scale: Scale,\n search: Search,\n shakingHand: ShakingHand,\n share: Share,\n skeleton: Skeleton,\n skin: Skin,\n snake: Snake,\n snapchat: Snapchat,\n spray: Spray,\n taxi: Taxi,\n teddyBear: TeddyBear,\n thinkingAboutBaby: ThinkingAboutBaby,\n ticket: Ticket,\n toolbox: Toolbox,\n tooth: Tooth,\n train: Train,\n trashCan: TrashCan,\n twitter: Twitter,\n upload: Upload,\n userOrganization: UserOrganization,\n vaccine: Vaccine,\n verticalDots: VerticalDots,\n videoCamera: VideoCamera,\n videoChat: VideoChat,\n wallet: Wallet,\n warningSignFill: ErrorSignFill, // TODO: Remove later. BREAKING\n warningSignStroke: ErrorSignStroke, // TODO: Remove later. BREAKING\n window: Window,\n wordDocument: WordDocument,\n x: X,\n xmlFile: XmlFile,\n youTube: YouTube,\n};\n/* [END] This is auto-generated by iconGenerator.js */\n\nexport type IconColors = PaletteNames;\nexport type IconTypes =\n | 'alarmClock'\n | 'alertSignFill'\n | 'alertSignStroke'\n | 'amputation'\n | 'anxiety'\n | 'apple'\n | 'archive'\n | 'armFlexing'\n | 'arrowLeft'\n | 'arrowRight'\n | 'arrowUpRight'\n | 'attachment'\n | 'atv'\n | 'avatar'\n | 'awakePersonOnPillow'\n | 'baby'\n | 'bandAid'\n | 'beerAndPills'\n | 'bell'\n | 'bike'\n | 'birthdayCake'\n | 'boat'\n | 'brain'\n | 'breasts'\n | 'brokenHeart'\n | 'brokenPuzzle'\n | 'bus'\n | 'calendar'\n | 'calendarEvent'\n | 'calendarSave'\n | 'cancer'\n | 'car'\n | 'check'\n | 'chevronDown'\n | 'chevronLeft'\n | 'chevronRight'\n | 'chevronUp'\n | 'childPlaying'\n | 'cigarette'\n | 'contacts'\n | 'copy'\n | 'coronavirus'\n | 'cough'\n | 'criticalHealthInfo'\n | 'cross'\n | 'depression'\n | 'digestiveSystem'\n | 'dizzy'\n | 'documents'\n | 'dog'\n | 'donorCard'\n | 'draft'\n | 'eChat'\n | 'earNoseThroat'\n | 'elderlyPerson'\n | 'enterFullScreen'\n | 'envelope'\n | 'epilepsy'\n | 'eraser'\n | 'errorSignFill'\n | 'errorSignStroke'\n | 'europeanHealthCard'\n | 'exitFullScreen'\n | 'eye'\n | 'facebook'\n | 'female'\n | 'femaleDoctor'\n | 'ferry'\n | 'filterOff' // TODO: Remove later. BREAKING\n | 'fingerBleed'\n | 'firstAidKit'\n | 'football'\n | 'form'\n | 'forward'\n | 'garden'\n | 'gasCan'\n | 'globe'\n | 'handWaving'\n | 'handWithDisease'\n | 'heart'\n | 'helpSign'\n | 'hiker'\n | 'history'\n | 'hivAndAids'\n | 'hormone'\n | 'hospital'\n | 'imgFile'\n | 'inbox'\n | 'infoSignFill'\n | 'infoSignStroke'\n | 'instagram'\n | 'jointPain'\n | 'journal'\n | 'jpgFile'\n | 'kidney'\n | 'kjernejournal'\n | 'laboratory'\n | 'laptopBlog'\n | 'lawBook'\n | 'lightBulb'\n | 'location'\n | 'lock'\n | 'lungs'\n | 'makeup'\n | 'maleDoctor'\n | 'maleDoctorAndPerson'\n | 'maleGenitalia'\n | 'medicine'\n | 'medicineWarning'\n | 'mentalHealthAdult'\n | 'mentalHealthChild'\n | 'menu'\n | 'microscope'\n | 'minus'\n | 'mirror'\n | 'mobilePhone'\n | 'motherHoldingBaby'\n | 'muscleBack'\n | 'muscleLeg'\n | 'mushroom'\n | 'noFilter'\n | 'notepad'\n | 'paintRoller'\n | 'paperPlane'\n | 'patientAndPerson'\n | 'pause'\n | 'pdfFile'\n | 'pencil'\n | 'person'\n | 'personAndPatient'\n | 'personInXRayMachine'\n | 'personOverweight'\n | 'personRelaxing'\n | 'personWithBrain'\n | 'personWithBrokenArm'\n | 'personWithCrutches'\n | 'personWithJaw'\n | 'personWithMagnifyingGlass'\n | 'personWithSenses'\n | 'personWorking'\n | 'pizzaSlice'\n | 'plane'\n | 'plant'\n | 'plusLarge'\n | 'plusSmall'\n | 'pngFile'\n | 'poisonInformation'\n | 'pregnant'\n | 'printer'\n | 'psychosis'\n | 'publication'\n | 'puzzle'\n | 'receptionist'\n | 'referral'\n | 'refresh'\n | 'refund'\n | 'reply'\n | 'rocket'\n | 'rtfFile'\n | 'save'\n | 'scale'\n | 'search'\n | 'shakingHand'\n | 'share'\n | 'skeleton'\n | 'skin'\n | 'snake'\n | 'snapchat'\n | 'spray'\n | 'taxi'\n | 'teddyBear'\n | 'thinkingAboutBaby'\n | 'ticket'\n | 'toolbox'\n | 'tooth'\n | 'train'\n | 'trashCan'\n | 'twitter'\n | 'upload'\n | 'userOrganization'\n | 'vaccine'\n | 'verticalDots'\n | 'videoCamera'\n | 'videoChat'\n | 'wallet'\n | 'warningSignFill' // TODO: Remove later. BREAKING\n | 'warningSignStroke' // TODO: Remove later. BREAKING\n | 'window'\n | 'wordDocument'\n | 'x'\n | 'xmlFile'\n | 'youTube';\n\ninterface IconProps {\n type: IconTypes;\n size?: number;\n color?: IconColors;\n className?: string;\n isHovered?: boolean;\n}\n\ninterface IconRawProps {\n color: string;\n className?: string;\n hoverColor: string;\n size?: number;\n isHovered?: boolean;\n}\n\nconst Icon = React.forwardRef((props: IconProps, ref: any) => {\n const {type, className = '', size = 48, color = 'black', isHovered = false} = props;\n return React.createElement(iconMapping[type], {\n size,\n color: getColor(color, 600),\n className,\n hoverColor: getColor(color, 700),\n isHovered,\n ref: ref,\n });\n});\n\nIcon.displayName = 'Icon';\n\nexport {Icon, IconProps, IconRawProps};\n","import React from 'react';\nimport StyledAvatar from './Avatar.styled';\nimport Icon from '../Icons';\n\ninterface AvatarProps {\n children: string;\n selected?: boolean;\n className?: string;\n}\n\nconst Avatar = React.forwardRef((props: AvatarProps, ref: any) => {\n const {children, className = '', selected = false} = props;\n const trunctuatedName = children.charAt(0).toLocaleUpperCase() + children.substring(1, 2);\n return (\n <StyledAvatar selected={selected} className={className} ref={ref}>\n {selected ? <Icon size={48} type=\"check\" color=\"kiwi\" /> : trunctuatedName}\n </StyledAvatar>\n );\n});\n\nexport default Avatar;\n","import {BadgeColors} from './Badge';\nimport styled from 'styled-components';\nimport {getColor} from '../../theme/currys';\n\ninterface StyledBadgeProps {\n color: BadgeColors;\n oversized: boolean;\n}\n\nconst StyledBadge = styled('span')<StyledBadgeProps>`\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 ${props => (props.oversized ? '0.25rem' : 0)};\n font-size: 0.875rem;\n font-weight: 600;\n color: ${props => (props.color === 'white' ? 'black' : 'white')};\n min-width: 1.375rem;\n height: 1.375rem;\n border-radius: 1rem;\n background-color: ${props => (props.color ? getColor(props.color, 500) : getColor('black'))};\n`;\n\nexport default StyledBadge;\n","import React from 'react';\nimport {PaletteNames} from '../../theme/palette';\nimport StyledBadge from './Badge.styled';\n\nexport type BadgeColors = PaletteNames;\nexport type BadgeChildren = string | number;\n\ninterface BadgeProps {\n children: BadgeChildren;\n className?: string;\n color?: BadgeColors;\n}\n\nconst Badge = React.forwardRef((props: BadgeProps, ref: any) => {\n const {children, className = '', color = 'black'} = props;\n const oversized = children.toString().length > 2;\n return (\n <StyledBadge oversized={oversized} className={className} color={color} ref={ref}>\n {children}\n </StyledBadge>\n );\n});\n\nexport default Badge;\n","import styled, {css} from 'styled-components';\nimport {ButtonVariants, ButtonIntents, intentToColor} from './Button';\nimport {screen} from '../../theme/grid';\nimport {getColor, getHoverColor} from '../../theme/currys/color';\nimport {PaletteNames} from '../../theme/palette';\n\ninterface StyledButtonProps {\n variant: ButtonVariants;\n intent: ButtonIntents;\n inverted: boolean;\n large: boolean;\n fluid: boolean;\n loader: boolean;\n hasIcon: boolean;\n disabled: boolean;\n}\n\nconst defaultStyle = css`\n padding: 0 1.5rem;\n height: 2.5rem;\n font-size: 1.125rem;\n font-family: inherit;\n font-weight: 600;\n display: inline-block;\n box-sizing: border-box;\n text-decoration: none;\n outline: none;\n border: 0;\n cursor: pointer;\n &:disabled {\n pointer-events: none;\n }\n @media ${screen.md} {\n height: 3.125rem;\n font-size: 1.25rem;\n padding: 0 2.5rem;\n }\n`;\n\nconst fluidStyle = (props: StyledButtonProps) =>\n props.fluid &&\n css`\n width: 100%;\n `;\n\nconst largeStyle = (props: StyledButtonProps) =>\n props.large &&\n css`\n height: 3.5rem;\n font-size: 1.125rem;\n /* padding: 0 0.5rem; */\n @media ${screen.md} {\n height: 4.5rem;\n }\n `;\n\nconst variantHoverStyle = css`\n &:before {\n content: ' ';\n position: absolute;\n top: -0.25rem;\n left: -0.25rem;\n right: -0.25rem;\n bottom: -0.25rem;\n border: 0.125rem solid transparent;\n }\n &:after {\n content: ' ';\n position: absolute;\n top: -0.375rem;\n left: -0.375rem;\n right: -0.375rem;\n bottom: -0.375rem;\n border: 0.125rem solid transparent;\n }\n`;\n\nexport const StyledButtonWrapper = styled('span')`\n display: inline-flex;\n align-items: center;\n justify-content: space-between;\n width: inherit;\n height: 100%;\n &:focus {\n border-bottom: 1px solid white;\n }\n`;\n\nexport const StyledLeftFluidContent = styled('div')<{hasIcon: boolean}>`\n display: flex;\n align-items: center;\n height: 100%;\n width: 100%;\n ${props =>\n !props.hasIcon &&\n css`\n justify-content: center;\n `};\n`;\n\nexport const StyledButtonContent = styled('span')``;\n\n// TODO: Move hasIcon logic to seperate styling\n// TODO: Clean up a lot of this logic into own styling functions\n// For some reason we need to call the props loader instead of loading, reserved word in SC or something.\n\nconst fillStyle = (color: PaletteNames, inverted?: boolean) => css`\n border-width: 0.125rem;\n border-style: solid;\n background-color: ${inverted ? 'white' : getColor(color, 500)};\n border-color: ${inverted ? 'white' : getColor(color, 500)};\n color: ${!inverted ? 'white' : getColor(color, 500)};\n &:hover,\n :active,\n :focus {\n background-color: ${inverted ? 'white' : getColor(color, 700)};\n border-color: transparent;\n box-shadow: 0 0 0 0.25rem ${inverted ? 'white' : getColor(color, 700)};\n }\n &:focus {\n ${StyledButtonContent} {\n border-bottom: 1px solid ${!inverted ? 'white' : getColor(color, 700)};\n }\n }\n &:disabled {\n background-color: ${getColor('neutral', 200)};\n border: 0.125rem solid ${getColor('neutral', 200)};\n color: ${getColor('neutral', 600)};\n }\n`;\n\nconst outlineStyle = (color: PaletteNames, inverted?: boolean) => css`\n border-width: 0.125rem;\n border-style: solid;\n background-color: transparent;\n border-color: ${inverted ? 'white' : getColor(color, 500)};\n color: ${inverted ? 'white' : getColor(color, 600)};\n position: relative;\n ${variantHoverStyle}\n &:hover,\n :active,\n :focus {\n background-color: ${getHoverColor(inverted ? 'white' : color)};\n border-color: transparent;\n &:before {\n border: 0.125rem solid ${getHoverColor(inverted ? 'white' : color)};\n }\n &:after {\n border: 0.125rem solid ${inverted ? 'white' : getColor(color, 700)};\n }\n }\n &:disabled {\n background-color: ${getColor('neutral', 200)};\n border: 0.125rem solid ${getColor('neutral', 200)};\n color: ${getColor('neutral', 600)};\n }\n`;\n\nconst borderlessStyle = (color: PaletteNames, inverted?: boolean) => css`\n border-width: 0.125rem;\n border-style: solid;\n background-color: transparent;\n border: 0;\n ${StyledButtonContent} {\n border-bottom: 1px solid transparent;\n }\n color: ${inverted ? 'white' : getColor(color, 600)};\n position: relative;\n padding: 0;\n @media ${screen.md} {\n padding: 0;\n }\n &:hover,\n :active,\n :focus {\n ${StyledButtonContent} {\n border-bottom: 1px solid ${inverted ? 'white' : getColor(color, 700)};\n }\n }\n &:disabled {\n background-color: ${getColor('neutral', 200)};\n border: 0.125rem solid ${getColor('neutral', 200)};\n color: ${getColor('neutral', 600)};\n }\n`;\n\n// TODO: Need to refactor the mess at the bottom. Will have to make Icon a StyledComponent.\nexport const StyledButton = styled('button')<StyledButtonProps>`\n ${defaultStyle}\n ${fluidStyle}\n ${largeStyle}\n ${props => props.variant === 'fill' && fillStyle(intentToColor[props.intent] as PaletteNames, props.inverted)};\n ${props => props.variant === 'outline' && outlineStyle(intentToColor[props.intent] as PaletteNames, props.inverted)};\n ${props =>\n props.variant === 'borderless' && borderlessStyle(intentToColor[props.intent] as PaletteNames, props.inverted)};\n ${props =>\n props.hasIcon &&\n !props.loader &&\n props.variant !== 'borderless' &&\n css`\n padding: 0;\n @media ${screen.md} {\n padding: 0;\n }\n .hnds-style-icon {\n margin: 0 ${props.large ? '0.5rem' : '0.125rem'};\n @media ${screen.md} {\n margin: 0 0.75rem;\n }\n }\n ${StyledButtonContent}:first-child {\n margin-left: ${props.large ? '2.5rem' : '1.5rem'};\n }\n ${StyledButtonContent}:last-child {\n margin-right: ${props.large ? '2.5rem' : '1.5rem'};\n }\n `}\n ${props =>\n props.hasIcon &&\n !props.loader &&\n props.variant === 'borderless' &&\n css`\n .hnds-style-icon:first-child {\n margin-right: ${props.large ? '0.5rem' : '0.125rem'};\n @media ${screen.md} {\n margin-right: 0.75rem;\n }\n }\n .hnds-style-icon:last-child {\n margin-left: ${props.large ? '0.5rem' : '0.125rem'};\n @media ${screen.md} {\n margin-left: 0.75rem;\n }\n }\n `}\n`;\n","import styled, {keyframes} from 'styled-components';\nimport {LoaderColors, LoaderSizes} from './Loader';\nimport {getColor} from '../../theme/currys/color';\n\nconst loaderDot1 = keyframes`\n 0% {\n transform: scale(0);\n }\n 100% {\n transform: scale(1);\n }\n`;\n\nconst loaderDot2 = (distance: string) => keyframes`\n 0% {\n transform: translate(0, 0);\n }\n 100% {\n transform: translate(${distance}, 0);\n }\n`;\n\nconst loaderDot3 = keyframes`\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0);\n }\n`;\n\nconst dotSizes = {\n tiny: 8,\n small: 12,\n medium: 18,\n large: 24,\n};\n\nexport const StyledLoaderDot = styled('div')<{color: LoaderColors; size: LoaderSizes}>`\n position: absolute;\n width: ${props => `${dotSizes[props.size]}px`};\n height: ${props => `${dotSizes[props.size]}px`};\n border-radius: 50%;\n background-color: ${props => getColor(props.color, 500)};\n animation-timing-function: cubic-bezier(0, 1, 1, 0);\n &:nth-child(1) {\n animation: ${loaderDot1} 0.6s infinite;\n }\n &:nth-child(2) {\n animation: ${props => loaderDot2(`${dotSizes[props.size] * 2}px`)} 0.6s infinite;\n }\n &:nth-child(3) {\n left: ${props => `${dotSizes[props.size] * 2}px`};\n animation: ${props => loaderDot2(`${dotSizes[props.size] * 2}px`)} 0.6s infinite;\n }\n &:nth-child(4) {\n left: ${props => `${dotSizes[props.size] * 4}px`};\n animation: ${loaderDot3} 0.6s infinite;\n }\n`;\n\nexport const StyledLoader = styled('div')<{size: LoaderSizes}>`\n display: inline-block;\n position: relative;\n width: ${props => `${dotSizes[props.size] * 5}px`};\n height: ${props => `${dotSizes[props.size]}px`};\n`;\n","import React from 'react';\nimport {StyledLoader, StyledLoaderDot} from './Loader.styled';\nimport {PaletteNames} from '../../theme/palette';\n\nexport type LoaderColors = PaletteNames;\nexport type LoaderSizes = 'tiny' | 'small' | 'medium' | 'large';\n\ninterface LoaderProps {\n color?: LoaderColors;\n className?: string;\n size?: LoaderSizes;\n}\n\nconst Loader = React.forwardRef((props: LoaderProps, ref: any) => {\n const {color = 'neutral', size = 'small', className = ''} = props;\n return (\n <StyledLoader className={className} size={size}>\n <StyledLoaderDot color={color} size={size} />\n <StyledLoaderDot color={color} size={size} />\n <StyledLoaderDot color={color} size={size} />\n <StyledLoaderDot color={color} size={size} />\n </StyledLoader>\n );\n});\n\nexport default Loader;\n","import {useRef, useEffect, useState} from 'react';\n\nexport const useHover = <T extends HTMLElement>(condition?: boolean) => {\n const hoverRef = useRef<T>(null);\n const [isHovered, setIsHovered] = useState(false);\n\n useEffect(() => {\n const {current: element} = hoverRef;\n\n const handleInEvent = () => setIsHovered(true);\n\n const handleOutEvent = () => setIsHovered(false);\n\n const inEventList = ['mouseenter', 'focusin'];\n inEventList.forEach(eventName => element && element.addEventListener(eventName, handleInEvent));\n\n const outEventList = ['mouseleave', 'focusout'];\n outEventList.forEach(eventName => element && element.addEventListener(eventName, handleOutEvent));\n\n return () => {\n [...inEventList, ...outEventList].forEach(\n eventName =>\n element &&\n element.removeEventListener(eventName, handleInEvent) &&\n element.removeEventListener(eventName, handleOutEvent),\n );\n };\n }, [hoverRef, condition]);\n\n return {hoverRef, isHovered};\n};\n","import {useState, useEffect} from 'react';\n\nexport function useWindowSize() {\n const isClient = typeof window === 'object';\n\n function getSize() {\n return {\n width: isClient ? window.innerWidth : undefined,\n height: isClient ? window.innerHeight : undefined,\n };\n }\n\n const [windowSize, setWindowSize] = useState(getSize);\n\n useEffect(() => {\n if (!isClient) return () => {};\n\n function handleResize() {\n setWindowSize(getSize());\n }\n\n window.addEventListener('resize', handleResize);\n return () => window.removeEventListener('resize', handleResize);\n }, []);\n\n return windowSize;\n}\n","import React, {useState} from 'react';\nimport {HTMLButtonProps, HTMLAnchorProps} from '../../constants';\nimport {StyledButton, StyledButtonContent, StyledLeftFluidContent, StyledButtonWrapper} from './Button.styled';\nimport Loader from '../Loader';\nimport {PaletteNames} from '../../theme/palette';\nimport {useHover} from '../../hooks/useHover';\nimport {useWindowSize} from '../../hooks/useWindowSize';\nimport {breakpoints} from '../../theme/grid';\n\nexport type ButtonIntents = 'primary' | 'warning' | 'danger';\nexport type ButtonTags = 'button' | 'a';\nexport type ButtonVariants = 'fill' | 'outline' | 'borderless';\n\ninterface ButtonProps extends HTMLButtonProps, HTMLAnchorProps {\n children: React.ReactNode;\n className?: string;\n fluid?: boolean;\n intent?: ButtonIntents;\n inverted?: boolean;\n htmlMarkup?: ButtonTags;\n large?: boolean;\n loading?: boolean;\n onClick?: (e?: any) => void;\n variant?: ButtonVariants;\n}\n\n// TODO: Consider making this a shared hook\nexport function useIcons(children: React.ReactNode[]) {\n let leftIcon = null;\n let rightIcon = null;\n if ((children[0] as any)?.type?.displayName === 'Icon') leftIcon = children.shift();\n if ((children[children.length - 1] as any)?.type?.displayName === 'Icon') rightIcon = children.pop();\n return [leftIcon, rightIcon, children];\n}\n\n// TODO: Need to make more globally\nexport const intentToColor = {\n primary: 'blueberry',\n warning: 'banana',\n danger: 'cherry',\n};\n\nconst getIconColor = (fill: boolean, disabled: boolean, intent: ButtonIntents, inverted: boolean) => {\n if (disabled) return 'neutral';\n if ((fill && !inverted) || (!fill && inverted)) return 'white';\n return intentToColor[intent];\n};\n\nconst getLargeIconSize = (large: boolean, screenWidth: number | undefined) => {\n const mobile = screenWidth && screenWidth < breakpoints.md;\n if (mobile && large) return 48;\n if (large) return 64;\n return 38;\n};\n\n//TODO: Solve double ref situation like in this\nconst Button = React.forwardRef((props: ButtonProps, ref: any) => {\n const {\n children,\n className = '',\n fluid = false,\n intent = 'primary',\n inverted = false,\n htmlMarkup = 'button',\n large = false,\n loading = false,\n variant = 'fill',\n disabled = false,\n ...restProps\n } = props;\n\n const iconColor = getIconColor(variant === 'fill', disabled, intent, inverted);\n const [leftIcon, rightIcon, restChildren] = useIcons(React.Children.toArray(children));\n const {hoverRef, isHovered} = useHover<any>();\n const size = useWindowSize();\n\n function renderIcon(iconElement: any, size: number, color: string, hover: boolean) {\n return iconElement\n ? React.cloneElement(iconElement as React.ReactElement, {size, color: color, isHovered: hover})\n : null;\n }\n\n return (\n <StyledButton\n className={className}\n variant={variant}\n intent={intent}\n inverted={inverted}\n as={htmlMarkup}\n large={large}\n hasIcon={!!(leftIcon || rightIcon)}\n fluid={fluid}\n loader={loading}\n ref={hoverRef}\n disabled={disabled}\n {...restProps}>\n <StyledButtonWrapper>\n {loading ? (\n <StyledLeftFluidContent hasIcon={false}>\n <Loader color={variant === 'fill' ? 'white' : (intentToColor[intent] as PaletteNames)} size=\"tiny\" />\n </StyledLeftFluidContent>\n ) : (\n <>\n {fluid ? (\n <StyledLeftFluidContent hasIcon={!!(leftIcon || rightIcon)}>\n {renderIcon(leftIcon, getLargeIconSize(large, size.width), iconColor, isHovered)}\n <StyledButtonContent>{restChildren}</StyledButtonContent>\n </StyledLeftFluidContent>\n ) : (\n <>\n {renderIcon(leftIcon, getLargeIconSize(large, size.width), iconColor, isHovered)}\n <StyledButtonContent>{restChildren}</StyledButtonContent>\n </>\n )}\n {renderIcon(rightIcon, 38, iconColor, isHovered)}\n </>\n )}\n </StyledButtonWrapper>\n </StyledButton>\n );\n});\n\nexport default Button;\n","import styled, {css} from 'styled-components';\nimport {getColor} from '../../theme/currys';\nimport {ExpanderListColors} from './ExpanderList';\n\ninterface StyledExpanderListProps {\n topBorder?: boolean;\n bottomBorder?: boolean;\n}\n\ninterface StyledExpanderContentProps {\n padding: boolean;\n}\n\nconst topBorder = (props: StyledExpanderListProps) =>\n props.topBorder &&\n css`\n & > :first-child {\n border-top: 1px solid ${getColor('neutral', 200)};\n }\n `;\n\nconst bottomBorder = (props: StyledExpanderListProps) =>\n !props.bottomBorder &&\n css`\n & > :last-child {\n border-bottom: 0;\n }\n `;\n\nconst largeStyle = (props: StyledExpanderListLinkProps) =>\n props.large &&\n css`\n font-size: 1.5rem;\n line-height: 2rem;\n `;\n\nconst StyledExpanderList = styled('ul')`\n list-style: none;\n padding: 0;\n width: inherit;\n margin: 0;\n & > :nth-child(n) {\n border-bottom: 1px solid ${getColor('neutral', 200)};\n }\n ${topBorder}\n ${bottomBorder}\n`;\n\nconst StyledExpanderContent = styled('div')<StyledExpanderContentProps>`\n padding: ${props => (props.padding ? '1.5rem 0.5rem' : '0')};\n`;\n\nconst StyledExpanderListIconContainer = styled('span')`\n width: 3rem;\n`;\n\n// TODO: Need to overhaul all icons to be Styled insteadof hnds-style-icon.\nconst StyledExpanderListLinkContent = styled('span')`\n display: flex;\n align-items: center;\n text-align: left;\n ${StyledExpanderListIconContainer} {\n margin-right: 0.5rem;\n }\n`;\n\ninterface StyledExpanderListLinkProps {\n color: ExpanderListColors;\n large: boolean;\n isExpanded: boolean;\n}\n\nconst StyledExpanderListLink = styled('button')<StyledExpanderListLinkProps>`\n padding: 0.5rem;\n display: flex;\n cursor: pointer;\n font-size: 1.25rem;\n line-height: 1.875rem;\n text-decoration: none;\n justify-content: space-between;\n align-items: center;\n color: ${getColor('black')};\n background-color: ${props => (props.isExpanded ? getColor(props.color, 100) : 'transparent')};\n border: 0;\n width: 100%;\n outline: none;\n ${largeStyle};\n &:hover,\n :focus {\n background-color: ${props => getColor(props.color, 100)};\n }\n &:focus {\n ${StyledExpanderListLinkContent} {\n text-decoration: underline;\n }\n }\n`;\n\nexport {\n StyledExpanderList,\n StyledExpanderListLink,\n StyledExpanderListLinkContent,\n StyledExpanderContent,\n StyledExpanderListIconContainer,\n};\n","import React, {useState} from 'react';\nimport {\n StyledExpanderList,\n StyledExpanderListLink,\n StyledExpanderListLinkContent,\n StyledExpanderContent,\n StyledExpanderListIconContainer,\n} from './ExpanderList.styled';\nimport {PaletteNames} from '../../theme/palette';\nimport Icon from '../Icons';\nimport {useHover} from '../../hooks/useHover';\n\nexport type ExpanderListColors = PaletteNames;\n\nexport interface ExpanderListCompound\n extends React.ForwardRefExoticComponent<ExpanderListProps & React.RefAttributes<HTMLUListElement>> {\n Expander: any;\n}\n\ninterface ExpanderListProps {\n accordion?: boolean;\n bottomBorder?: boolean;\n children: React.ReactNode;\n childPadding?: boolean;\n className?: string;\n color: ExpanderListColors;\n large?: boolean;\n isOpen?: boolean;\n topBorder?: boolean;\n}\n\ninterface ExpanderProps extends React.HTMLAttributes<HTMLButtonElement> {\n children: React.ReactNode;\n className?: string;\n color: ExpanderListColors;\n icon?: React.ReactElement;\n padding?: boolean;\n isExpanded?: boolean;\n large: boolean;\n title: string;\n}\n\n// TODO: See what can be done with regards to double reffing.\nconst Expander = React.forwardRef((props: ExpanderProps, ref: any) => {\n const {children, padding = true, color, className = '', icon, large, title, isExpanded = false, ...restProps} = props;\n const {hoverRef, isHovered} = useHover<HTMLButtonElement>();\n return (\n <li>\n <StyledExpanderListLink\n className={className}\n isExpanded={isExpanded}\n large={large}\n color={color}\n ref={hoverRef}\n {...restProps}>\n <StyledExpanderListLinkContent>\n {icon ? (\n <StyledExpanderListIconContainer>\n {React.cloneElement(icon, {size: 48, isHovered})}\n </StyledExpanderListIconContainer>\n ) : null}\n {title}\n </StyledExpanderListLinkContent>\n <StyledExpanderListIconContainer>\n <Icon type={isExpanded ? 'chevronUp' : 'chevronDown'} />\n </StyledExpanderListIconContainer>\n </StyledExpanderListLink>\n {isExpanded ? <StyledExpanderContent padding={padding}>{children}</StyledExpanderContent> : null}\n </li>\n );\n});\n\nfunction findShadowDOMId(event: any, tagName: string) {\n const path = event.path || (event.composedPath && event.composedPath());\n return path.find((e: any) => e.tagName === tagName).id;\n}\n\nconst ExpanderList = React.forwardRef((props: ExpanderListProps, ref: any) => {\n const {\n children,\n childPadding = true,\n large,\n isOpen = false,\n color,\n className = '',\n accordion = false,\n topBorder = true,\n bottomBorder = true,\n } = props;\n const [activeExpander, setActiveExpander] = useState({});\n function handleExpanderClick(event: any) {\n const id = event.currentTarget?.id || findShadowDOMId(event, 'BUTTON');\n if (!isOpen) {\n setActiveExpander(prevState =>\n accordion ? {[id]: !Boolean(prevState[id])} : {...prevState, [id]: !Boolean(prevState[id])},\n );\n }\n }\n return (\n <StyledExpanderList className={className} topBorder={topBorder} bottomBorder={bottomBorder} ref={ref}>\n {React.Children.map(children, (child: any, index: number) => {\n if (child.type.displayName === 'ExpanderList.Expander') {\n const isExpanded = isOpen || activeExpander[`expander-${index}`];\n return React.cloneElement(child, {\n id: `expander-${index}`,\n key: `expander-${index}`,\n isExpanded,\n padding: childPadding,\n color,\n large,\n 'aria-expanded': isExpanded,\n onClick: handleExpanderClick,\n });\n }\n return child;\n })}\n </StyledExpanderList>\n );\n}) as ExpanderListCompound;\n\nExpanderList.Expander = Expander;\nExpander.displayName = 'ExpanderList.Expander';\n\nexport default ExpanderList;\n","import styled, {css} from 'styled-components';\nimport {getColor} from '../../theme/currys';\nimport {LinkListColors} from './LinkList';\n\ninterface StyledLinkListProps {\n topBorder?: boolean;\n bottomBorder?: boolean;\n}\n\nconst topBorder = (props: StyledLinkListProps) =>\n props.topBorder &&\n css`\n & > :first-child {\n border-top: 1px solid ${getColor('neutral', 200)};\n }\n `;\n\nconst bottomBorder = (props: StyledLinkListProps) =>\n !props.bottomBorder &&\n css`\n & > :last-child {\n border-bottom: 0;\n }\n `;\n\nconst largeStyle = (props: StyledLinkListLinkProps) =>\n props.large &&\n css`\n font-size: 1.5rem;\n line-height: 2rem;\n `;\n\nconst StyledLinkList = styled('ul')`\n list-style: none;\n padding: 0;\n width: inherit;\n margin: 0;\n & > :nth-child(n) {\n border-bottom: 1px solid ${getColor('neutral', 200)};\n }\n ${topBorder}\n ${bottomBorder}\n`;\n\nconst StyledLinkListIconContainer = styled('span')`\n width: 3rem;\n`;\n\n// TODO: Need to overhaul all icons to be Styled insteadof hnds-style-icon.\nconst StyledLinkListLinkContent = styled('span')`\n display: flex;\n align-items: center;\n ${StyledLinkListIconContainer} {\n margin-right: 0.5rem;\n }\n`;\n\ninterface StyledLinkListLinkProps {\n color: LinkListColors;\n large: boolean;\n hasIcon: boolean;\n}\n\nconst StyledLinkListLink = styled('a')<StyledLinkListLinkProps>`\n padding: ${props => (props.hasIcon ? '0.5rem' : '1rem')} 0.5rem;\n display: flex;\n cursor: pointer;\n font-size: 1.25rem;\n line-height: 1.875rem;\n text-decoration: none;\n justify-content: space-between;\n align-items: center;\n color: ${getColor('black')};\n ${largeStyle};\n &:hover {\n background-color: ${props => getColor(props.color, 100)};\n }\n`;\n\nexport {StyledLinkList, StyledLinkListLink, StyledLinkListLinkContent, StyledLinkListIconContainer};\n","import React from 'react';\nimport {\n StyledLinkList,\n StyledLinkListLink,\n StyledLinkListLinkContent,\n StyledLinkListIconContainer,\n} from './LinkList.styled';\nimport {PaletteNames} from '../../theme/palette';\nimport {HTMLAnchorProps} from '../../constants';\nimport Icon from '../Icons';\nimport {useHover} from '../../hooks/useHover';\n\nexport type LinkListColors = PaletteNames;\n\nexport interface CompoundComponent\n extends React.ForwardRefExoticComponent<LinkListProps & React.RefAttributes<HTMLUListElement>> {\n Link: any;\n}\n\ninterface LinkListProps {\n children: React.ReactNode;\n className?: string;\n color: LinkListColors;\n chevron?: boolean;\n bottomBorder?: boolean;\n topBorder?: boolean;\n large?: boolean;\n}\n\ninterface LinkProps extends React.HTMLAttributes<HTMLAnchorElement> {\n children: React.ReactNode;\n className?: string;\n icon?: React.ReactElement;\n color: LinkListColors;\n large: boolean;\n chevron: boolean;\n}\n\nconst Link = React.forwardRef((props: LinkProps, ref: any) => {\n const {children, className = '', color, icon, large, chevron, ...restProps} = props;\n const {hoverRef, isHovered} = useHover<HTMLAnchorElement>();\n return (\n <li ref={ref}>\n <StyledLinkListLink\n className={className}\n ref={hoverRef}\n hasIcon={!!(chevron || icon)}\n large={large}\n color={color}\n {...restProps}>\n <StyledLinkListLinkContent>\n <StyledLinkListIconContainer>\n {icon && React.cloneElement(icon, {size: 48, isHovered})}\n </StyledLinkListIconContainer>\n {children}\n </StyledLinkListLinkContent>\n {chevron ? (\n <StyledLinkListIconContainer>\n <Icon type=\"chevronRight\" />\n </StyledLinkListIconContainer>\n ) : null}\n </StyledLinkListLink>\n </li>\n );\n});\n\nconst LinkList = React.forwardRef((props: LinkListProps, ref: any) => {\n const {children, className = '', chevron = false, large, color, topBorder = true, bottomBorder = true} = props;\n return (\n <StyledLinkList className={className} topBorder={topBorder} bottomBorder={bottomBorder} ref={ref}>\n {React.Children.map(children, (child: any) => {\n if (child.type.displayName === 'LinkList.Link') {\n return React.cloneElement(child, {color, large, chevron});\n }\n })}\n </StyledLinkList>\n );\n}) as CompoundComponent;\n\nLinkList.Link = Link;\nLink.displayName = 'LinkList.Link';\n\nexport default LinkList;\n","import React from 'react';\nimport styled from 'styled-components';\nimport {getColor} from '../../theme/currys/color';\n\nconst StyledListItem = styled('li')`\n border-bottom: 1px solid ${getColor('neutral', 600)};\n`;\n\nconst StyledList = styled('ul')`\n width: 100%;\n list-style: none;\n padding: 0 1rem 0 0.5rem;\n`;\n\ninterface ListProps {\n children: React.ReactNode[];\n className?: string;\n}\n\nfunction List(props: ListProps) {\n const {children, className} = props;\n return (\n <StyledList className={className}>\n {children.map((child: React.ReactNode, index: number) => {\n return <StyledListItem key={index}>{child}</StyledListItem>;\n })}\n </StyledList>\n );\n}\n\nexport default List;\n","import React from 'react';\nimport {getColor} from '../../theme/currys/color';\nimport {PaletteNames} from '../../theme/palette';\n\ntype LogoColor = PaletteNames;\n\ninterface LogoProps {\n size?: number;\n className?: string;\n color?: LogoColor;\n byline?: boolean;\n}\n\nconst Original = ({\n size = 300,\n color = 'black',\n className = '',\n}: {\n size?: number;\n color?: LogoColor;\n className?: string;\n}): JSX.Element => (\n <svg className={className} xmlns=\"http://www.w3.org/2000/svg\" width={size} viewBox=\"0 0 502 220\">\n <g fill={getColor(color, 500)}>\n <path d=\"M39.8 2.5v26.9H17V2.5H1v69.9h16V43.6h22.8v28.8h16.1V2.5zM250.3 58.6V2.5h-16v69.9h43.5V58.6zM142.9 122.5c-16.1 0-27.4 13.6-27.4 33.1s11.2 33.1 27.4 33.1 27.4-13.6 27.4-33.1-11.3-33.1-27.4-33.1zm19 33.1c0 11.9-5 25.9-19 25.9s-19-13.9-19-25.9c0-11.9 5-25.9 19-25.9s19 14 19 25.9zM501 40c0-19.1-11.1-32.4-27-32.4-16.4 0-27.4 13.3-27.4 33.1 0 19.5 11.5 33.1 28 33.1 12.2 0 21.4-6 24.7-16.2l.5-1.6h-8.3l-.3.7c-2.8 6.2-8.8 9.8-16.6 9.8-12.9 0-18.5-11.5-19.5-22.7H501V40zm-8.3-3.2h-37.6c1-10.8 6.5-21.9 18.9-21.9 13.2 0 18.3 12.6 18.7 21.9zM30.4 122.4c-10.8 0-16.6 6.7-19.5 11.8v-9.9H3.3v62.6h8.1v-31.4c0-8.4 4.4-25.7 18.1-25.7 14 0 15.9 12 15.9 25v32.1h8.1v-32.1c.1-16.1-2.7-32.4-23.1-32.4zM134.3 59V43H157V30h-22.7V15.9H165V2.5h-46.4v69.9h47.3V59zM466.7 173.4v-16h22.7v-13h-22.7v-14.1h30.7v-13.4H451v69.9h47.3v-13.4zM246.7 140.5v-16.3h-7.6v62.6h8.1v-37.6l27.3-19.6v-9zM393.5 120.6l-14.7 10.5c-4.4-5.6-11.2-8.7-18.8-8.7-13.6 0-23.6 9.8-23.6 23.3 0 10.6 6.2 19.1 16 22.2l-16 17.5c-4 4.6-5.7 8.3-5.7 12.7 0 12.6 11.1 20.7 28.2 20.7 16.9 0 28.3-8.3 28.3-20.7 0-12.5-11.1-20.6-28.3-20.6-1.7 0-3.9.2-5.6.5l8-9c12.9-.7 22.2-10.4 22.2-23.3 0-2.8-.4-5.5-1.2-7.8 0-.1-.1-.2-.1-.3l11.2-8.1v-8.9zm-34.4 64.2c12.1 0 20 5.2 20 13.4s-7.8 13.5-20 13.5c-12.1 0-19.9-5.3-19.9-13.5 0-7.8 8.3-13.4 19.9-13.4zm.9-23c-8.8 0-15.2-6.8-15.2-16 0-9.3 6.4-16 15.2-16s15.2 6.7 15.2 16c0 9.2-6.4 16-15.2 16zM366.7 30.3c-6.6-2.3-13.5-4.7-13.5-9.2 0-4.8 4.2-7 9.3-7 5.4 0 9 4.5 9 8.5v.8h16.2v-.6c0-13-10.2-21.7-25.4-21.7-15.3 0-24.9 7.8-24.9 20.4 0 14.7 13.1 18.4 22.9 21.9 6.5 2.4 13.6 4.3 13.6 8.7 0 4.6-3.4 8-10.6 8-6.5 0-10.9-3.8-10.9-9.4v-.8h-16.7v.8c0 14.5 10.3 23.1 27.5 23.1 16.5 0 26-7.6 26-21.5 0-14.4-12.5-18.5-22.5-22z\" />\n </g>\n </svg>\n);\n\nconst Byline = ({\n size = 300,\n color = 'black',\n className = '',\n}: {\n size?: number;\n color?: LogoColor;\n className?: string;\n}): JSX.Element => (\n <svg className={className} xmlns=\"http://www.w3.org/2000/svg\" width={size} viewBox=\"0 0 87 12\">\n <g fill={getColor(color, 500)}>\n <path d=\"M5 .8v2.8H2.6V.8H1V8h1.6V5.1H5V8h1.6V.8zM20.9 6.6V.8h-1.6V8h4.5V6.6zM57.9 1.4c-1.7 0-2.8 1.4-2.8 3.4s1.2 3.4 2.8 3.4 2.8-1.4 2.8-3.4-1.1-3.4-2.8-3.4zm2 3.4c0 1.2-.5 2.7-2 2.7-1.4 0-2-1.4-2-2.7s.5-2.7 2-2.7 2 1.5 2 2.7zM86 4.7c0-2-1.1-3.3-2.8-3.3-1.7 0-2.8 1.4-2.8 3.4s1.2 3.4 2.9 3.4c1.2 0 2.2-.6 2.5-1.7l.1-.2H85v.1c-.3.6-.9 1-1.7 1-1.3 0-1.9-1.2-2-2.3H86v-.4zm-.9-.3h-3.9c.1-1.1.7-2.3 1.9-2.3 1.5 0 2 1.3 2 2.3zM49.2 1.4c-1.1 0-1.7.7-2 1.2v-1h-.8V8h.8V4.8c0-.9.5-2.6 1.9-2.6s1.6 1.2 1.6 2.6V8h.8V4.7c0-1.6-.2-3.3-2.3-3.3zM12.1 6.6V5h2.4V3.7h-2.4V2.2h3.2V.8h-4.8V8h4.9V6.6zM38.3 6.6V5h2.3V3.7h-2.3V2.2h3.2V.8h-4.8V8h4.9V6.6zM65.5 3.3V1.6h-.8V8h.8V4.1l2.8-2v-.9zM77.6 1.2l-1.5 1.1c-.5-.6-1.1-.9-1.9-.9-1.4 0-2.4 1-2.4 2.4 0 1.1.6 2 1.6 2.3l-1.6 1.8c-.4.5-.6.9-.6 1.3 0 1.3 1.1 2.1 2.9 2.1 1.7 0 2.9-.9 2.9-2.1 0-1.3-1.1-2.1-2.9-2.1h-.6l.8-.9c1.3-.1 2.3-1.1 2.3-2.4 0-.3 0-.6-.1-.8l1.2-.8v-1zM74 7.8c1.2 0 2.1.5 2.1 1.4 0 .8-.8 1.4-2.1 1.4-1.2 0-2-.5-2-1.4 0-.8.8-1.4 2-1.4zm.1-2.4c-.9 0-1.6-.7-1.6-1.7s.7-1.6 1.6-1.6c.9 0 1.6.7 1.6 1.6 0 1-.7 1.7-1.6 1.7zM30.4 3.7c-.7-.2-1.4-.5-1.4-1s.4-.7 1-.7.9.5.9.9V3h1.7v-.1c0-1.3-1.1-2.2-2.6-2.2-1.6 0-2.6.8-2.6 2.1 0 1.5 1.3 1.9 2.4 2.3.7.2 1.4.4 1.4.9s-.3.8-1.1.8c-.7 0-1.1-.4-1.1-1v-.1h-1.7v.1c0 1.5 1.1 2.4 2.8 2.4 1.7 0 2.7-.8 2.7-2.2-.1-1.5-1.4-2-2.4-2.3z\" />\n </g>\n </svg>\n);\n\nfunction Logo(props: LogoProps): JSX.Element {\n const {byline = false, ...restProps} = props;\n return byline ? <Byline {...restProps} /> : <Original {...restProps} />;\n}\n\nexport default Logo;\n","import styled, {css} from 'styled-components';\nimport {NotificationPanelVariants, variantToColorMap, NotificationPanelSizes} from './NotificationPanel';\nimport {getColor, getHoverColor} from '../../theme/currys';\nimport {PaletteNames, PaletteDepths} from '../../theme/palette';\nimport {typography} from '../../theme/typography';\nimport {breakpoints} from '../../theme/grid';\n\ninterface StyledNotificationPanelProps {\n variant: NotificationPanelVariants;\n size?: NotificationPanelSizes;\n label?: boolean;\n shadow: boolean;\n}\n\nconst sizeToWidthMap = {\n small: `${breakpoints.sm}px`,\n medium: `${breakpoints.md}px`,\n large: `${breakpoints.lg}px`,\n};\n\nconst StyledNotificationPanel = styled('div')<StyledNotificationPanelProps>`\n display: grid;\n padding: 1rem;\n grid-template-areas: 'icon' 'content' 'action';\n grid-template-columns: 48px auto 48px;\n grid-template-rows: 1fr;\n max-width: ${props => props.size && sizeToWidthMap[props.size]};\n width: inherit;\n background-color: ${props =>\n getColor(\n variantToColorMap[props.variant].color as PaletteNames,\n variantToColorMap[props.variant].depth as PaletteDepths,\n )};\n ${props =>\n props.variant === 'crisis' &&\n css`\n ${StyledNotificationPanelContent} {\n color: ${getColor('banana', 200)};\n a {\n color: white;\n :hover {\n background-color: rgba(255, 255, 255, 0.2);\n text-decoration-color: white;\n color: white;\n }\n :focus {\n background-color: white;\n color: black;\n text-decoration-color: white;\n }\n }\n }\n `}\n ${props =>\n props.shadow &&\n css`\n box-shadow: 0 0.3rem 0.6rem -0.1rem rgba(0, 0, 0, 0.16);\n `}\n ${props =>\n props.label &&\n css`\n padding: 2rem 1rem;\n ${StyledNotificationPanelContent} {\n ${props.variant === 'alert' &&\n css`\n color: ${getColor('cherry', 500)};\n `};\n display: flex;\n align-items: center;\n margin: 0 1rem;\n }\n `}\n`;\n\nconst StyledCloseButton = styled('button')`\n border: 0.125rem solid ${getColor('blueberry', 600)};\n background: transparent;\n padding: 0;\n display: flex;\n justify-content: center;\n position: relative;\n outline: none;\n cursor: pointer;\n &:before {\n content: ' ';\n position: absolute;\n top: -0.25rem;\n left: -0.25rem;\n right: -0.25rem;\n bottom: -0.25rem;\n border: 0.125rem solid transparent;\n }\n &:after {\n content: ' ';\n position: absolute;\n top: -0.375rem;\n left: -0.375rem;\n right: -0.375rem;\n bottom: -0.375rem;\n border: 0.125rem solid transparent;\n }\n &:hover,\n :active,\n :focus {\n background-color: ${getHoverColor('blueberry')};\n border-color: transparent;\n &:before {\n border: 0.125rem solid ${getHoverColor('blueberry')};\n }\n &:after {\n border: 0.125rem solid ${getColor('blueberry', 700)};\n }\n }\n`;\n\nconst StyledNotificationPanelIconColumn = styled('span')`\n grid-area: 'icon';\n`;\n\nconst StyledNotificationPanelContent = styled('div')`\n grid-area: 'content';\n margin: 0.5rem 1.5rem;\n & p {\n margin: 0;\n }\n & a {\n color: ${getColor('blueberry', 600)};\n text-decoration: underline;\n text-decoration-color: ${getColor('neutral', 300)};\n outline: none;\n &:hover {\n color: ${getColor('blueberry', 700)};\n text-decoration-color: ${getColor('blueberry', 700)};\n }\n &:focus {\n background-color: ${getHoverColor('blueberry')};\n color: ${getColor('blueberry', 700)};\n text-decoration-color: ${getColor('blueberry', 700)};\n }\n }\n`;\n\nconst StyledNotificationPanelActionColumn = styled('span')`\n grid-area: 'action';\n`;\n\nconst StyledLabel = styled('h1')`\n ${typography.label}\n margin: 0;\n`;\n\nconst StyledNotificationPanelFluidWrapper = styled('div')<StyledNotificationPanelProps>`\n display: flex;\n justify-content: center;\n width: 100%;\n background-color: ${props =>\n getColor(\n variantToColorMap[props.variant].color as PaletteNames,\n variantToColorMap[props.variant].depth as PaletteDepths,\n )};\n ${props =>\n props.shadow &&\n css`\n box-shadow: 0 0.3rem 0.6rem -0.1rem rgba(0, 0, 0, 0.16);\n `}\n`;\n\nexport {\n StyledNotificationPanel,\n StyledNotificationPanelActionColumn,\n StyledNotificationPanelContent,\n StyledNotificationPanelFluidWrapper,\n StyledNotificationPanelIconColumn,\n StyledLabel,\n StyledCloseButton,\n};\n","import React from 'react';\nimport {palette} from '../../theme/palette';\nimport Icon from '../Icons';\nimport {useHover} from '../..';\nimport {\n StyledNotificationPanelFluidWrapper,\n StyledNotificationPanel,\n StyledNotificationPanelIconColumn,\n StyledNotificationPanelContent,\n StyledNotificationPanelActionColumn,\n StyledLabel,\n StyledCloseButton,\n} from './NotificationPanel.styled';\nimport InfoSignStroke from '../Icons/InfoSignStroke';\nimport AlertSignStroke from '../Icons/AlertSignStroke';\nimport AlertSignFill from '../Icons/AlertSignFill';\n\nexport type NotificationPanelVariants = 'info' | 'warn' | 'alert' | 'crisis';\nexport type NotificationPanelSizes = 'small' | 'medium' | 'large';\n\ninterface NotificationPanelProps {\n children?: React.ReactNode;\n variant?: NotificationPanelVariants;\n shadow?: boolean;\n size?: NotificationPanelSizes;\n onClick?: (e?: any) => void;\n dismissable?: boolean;\n fluid?: boolean;\n label?: string;\n}\n\nexport const variantToColorMap = {\n info: {color: 'kiwi', depth: 50},\n warn: {color: 'banana', depth: 50},\n alert: {color: 'cherry', depth: 100},\n crisis: {color: 'black', depth: 0},\n};\n\nexport const variantToIconMap = {\n info: <InfoSignStroke color={palette.kiwi900} hoverColor={palette.kiwi900} />,\n warn: <AlertSignStroke color=\"black\" hoverColor=\"black\" />,\n alert: <AlertSignFill color={palette.cherry500} hoverColor={palette.cherry500} />,\n alertLabel: <AlertSignStroke color={palette.cherry500} hoverColor={palette.cherry500} />,\n crisis: <AlertSignFill color={palette.banana200} hoverColor={palette.banana200} />,\n};\n\nconst NotificationPanel = React.forwardRef((props: NotificationPanelProps, ref: any) => {\n const {children, variant = 'info', shadow = false, dismissable = false, onClick, label, fluid = false, size} = props;\n const {hoverRef, isHovered} = useHover<HTMLButtonElement>(dismissable);\n function wrapFluid(panel: React.ReactNode): any {\n if (fluid) {\n return (\n <StyledNotificationPanelFluidWrapper shadow={shadow} variant={variant}>\n {panel}\n </StyledNotificationPanelFluidWrapper>\n );\n }\n return panel;\n }\n return wrapFluid(\n <StyledNotificationPanel size={size} label={!!label && !children} shadow={!fluid && shadow} variant={variant}>\n <StyledNotificationPanelIconColumn>\n {variantToIconMap[variant === 'alert' && label && !children ? 'alertLabel' : variant]}\n </StyledNotificationPanelIconColumn>\n <StyledNotificationPanelContent>\n {label ? <StyledLabel>{label}</StyledLabel> : null}\n {children}\n </StyledNotificationPanelContent>\n <StyledNotificationPanelActionColumn>\n {dismissable ? (\n <StyledCloseButton onClick={onClick} ref={hoverRef}>\n <Icon type=\"x\" isHovered={isHovered} size={38} color=\"blueberry\" />\n </StyledCloseButton>\n ) : null}\n </StyledNotificationPanelActionColumn>\n </StyledNotificationPanel>,\n );\n});\n\nexport default NotificationPanel;\n","import styled, {css} from 'styled-components';\nimport {getColor} from '../../theme/currys';\n\ninterface StyledTileProps {\n fixed: boolean;\n highlighted: boolean;\n compact: boolean;\n}\n\nconst StyledTitle = styled('h1')`\n overflow-wrap: break-word;\n word-wrap: break-word;\n font-size: 1.25rem;\n text-align: left;\n line-height: 1.75rem;\n font-weight: 600;\n margin: 0;\n margin-top: 1.125rem;\n`;\n\nconst StyledDescription = styled('p')`\n font-size: 1.125rem;\n`;\n\nconst highlightStyle = css`\n background-color: ${getColor('blueberry', 500)};\n color: white;\n &:hover,\n &:active,\n &:focus {\n background-color: ${getColor('blueberry', 700)};\n }\n &:focus {\n box-shadow: 0 0 0 6px ${getColor('blueberry', 700)};\n ${StyledTitle} {\n text-decoration: underline;\n }\n }\n`;\n\nconst StyledTile = styled('a')<StyledTileProps>`\n width: 'inherit';\n ${props =>\n props.fixed &&\n css`\n min-width: 15rem;\n max-width: 20rem;\n `}\n text-decoration: none;\n color: black;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n padding: 1.5rem;\n background-color: ${getColor('white')};\n outline: none;\n ${StyledTitle} {\n margin-top: 1.5rem;\n margin-bottom: 1rem;\n }\n ${StyledDescription} {\n margin: 0 0 3rem 0;\n }\n cursor: pointer;\n ${props =>\n props.compact &&\n css`\n flex-direction: row;\n align-items: center;\n padding-right: 1rem;\n > svg {\n flex-shrink: 0;\n }\n ${StyledTitle} {\n margin: 0 0 0 1.5rem;\n }\n `}\n &:hover, \n &:active,\n &:focus {\n background-color: ${getColor('neutral', 100)};\n }\n &:focus {\n box-shadow: 0 0 0 6px ${getColor('neutral', 600)};\n }\n ${props => props.highlighted && highlightStyle}\n`;\n\nexport {StyledTile, StyledTitle, StyledDescription};\n","import React, {useState} from 'react';\nimport {StyledTitle, StyledTile, StyledDescription} from './Tile.styled';\nimport {HTMLAnchorProps} from '../../constants';\n\nexport type TitleTags = 'h1' | 'h2' | 'h3' | 'h4' | 'h5';\n\ninterface TileProps extends HTMLAnchorProps {\n className?: string;\n icon: React.ReactElement;\n title: React.ReactElement;\n highlighted?: boolean;\n description?: string;\n fixed?: boolean;\n onClick?: (e?: any) => void;\n}\n\ninterface TitleProps {\n children: React.ReactNode;\n className?: string;\n htmlMarkup?: TitleTags;\n}\n\nexport interface TileCompound\n extends React.ForwardRefExoticComponent<TileProps & React.RefAttributes<HTMLAnchorElement>> {\n Title: any;\n}\n\nconst Title = React.forwardRef((props: TitleProps, ref: any) => {\n const {children, className, htmlMarkup = 'h1'} = props;\n return (\n <StyledTitle className={className} as={htmlMarkup} ref={ref}>\n {children}\n </StyledTitle>\n );\n});\n\nconst Tile = React.forwardRef((props: TileProps, ref: any) => {\n const {icon, title, className = '', description, fixed = false, highlighted = false, ...restProps} = props;\n const [isHovered, setIsHovered] = useState(false);\n return (\n <StyledTile\n onMouseEnter={() => setIsHovered(true)}\n onMouseLeave={() => setIsHovered(false)}\n onFocus={() => setIsHovered(true)}\n onBlur={() => setIsHovered(false)}\n compact={!description}\n className={className}\n ref={ref}\n highlighted={highlighted}\n fixed={fixed}\n {...restProps}>\n {React.cloneElement(icon, {size: 64, isHovered, color: highlighted ? 'white' : 'black'})}\n {title}\n {description ? <StyledDescription>{description}</StyledDescription> : null}\n </StyledTile>\n );\n}) as TileCompound;\n\nTile.Title = Title;\n\nexport default Tile;\n","import styled from 'styled-components';\nimport {TitleAppearances} from './Title';\nimport {typography} from '../../theme/typography';\n\ninterface StyledTitleProps {\n appearance: TitleAppearances;\n margin: number;\n}\n\nconst StyledTitle = styled('h1')<StyledTitleProps>`\n overflow-wrap: break-word;\n word-wrap: break-word;\n text-align: left;\n margin: ${props => `${props.margin}rem`} 0;\n ${props => typography[props.appearance]};\n`;\n\nexport default StyledTitle;\n","import React from 'react';\nimport StyledTitle from './Title.styled';\n\nexport type TitleTags = 'h1' | 'h2' | 'h3' | 'h4' | 'h5';\nexport type TitleAppearances = 'titleFeature' | 'title1' | 'title2' | 'title3' | 'title4' | 'title5';\n\ninterface TitleProps {\n children: React.ReactNode;\n className?: string;\n margin?: number;\n htmlMarkup?: TitleTags;\n appearance?: TitleAppearances;\n}\n\nconst Title = React.forwardRef((props: TitleProps, ref: any) => {\n const {children, className, htmlMarkup = 'h1', appearance = 'title1', margin = 0} = props;\n return (\n <StyledTitle className={className} as={htmlMarkup} margin={margin} appearance={appearance} ref={ref}>\n {children}\n </StyledTitle>\n );\n});\n\nexport default Title;\n"],"names":["banana","banana50","banana100","banana200","banana300","banana400","banana500","banana600","banana700","banana800","banana900","blueberry","blueberry50","blueberry100","blueberry200","blueberry300","blueberry400","blueberry500","blueberry600","blueberry700","blueberry800","blueberry900","cherry","cherry50","cherry100","cherry200","cherry300","cherry400","cherry500","cherry600","cherry700","cherry800","cherry900","kiwi","kiwi50","kiwi100","kiwi200","kiwi300","kiwi400","kiwi500","kiwi600","kiwi700","kiwi800","kiwi900","neutral","neutral50","neutral100","neutral200","neutral300","neutral400","neutral500","neutral600","neutral700","neutral800","neutral900","plum","plum50","plum100","plum200","plum300","plum400","plum500","plum600","plum700","plum800","plum900","palette","black","white","breakpoints","xs","sm","md","lg","screen","titleFeature","css","title1","title2","title3","title4","title5","preamble","legend","label","body","focusedContent","table","strong","form","imageCaption","imageCredit","time","typography","theme","isComplementary","name","getColor","depth","getHoverColor","color","StyledAvatar","styled","props","selected","AlarmClock","React","forwardRef","svgProps","ref","size","className","hoverColor","isHovered","isExtraSmall","normal","normalHover","simplified","simplifiedHover","AlertSignFill","AlertSignStroke","Amputation","Anxiety","Apple","Archive","ArmFlexing","ArrowLeft","ArrowRight","ArrowUpRight","Attachment","Atv","Avatar","AwakePersonOnPillow","Baby","BandAid","BeerAndPills","Bell","Bike","BirthdayCake","Boat","Brain","Breasts","BrokenHeart","BrokenPuzzle","Bus","Calendar","CalendarEvent","CalendarSave","Cancer","Car","Check","ChevronDown","ChevronLeft","ChevronRight","ChevronUp","ChildPlaying","Cigarette","Contacts","Copy","Coronavirus","Cough","CriticalHealthInfo","Cross","Depression","DigestiveSystem","Dizzy","Documents","Dog","DonorCard","Draft","EChat","EarNoseThroat","ElderlyPerson","EnterFullScreen","Envelope","Epilepsy","Eraser","ErrorSignFill","ErrorSignStroke","EuropeanHealthCard","ExitFullScreen","Eye","Facebook","Female","FemaleDoctor","Ferry","FingerBleed","FirstAidKit","Football","Form","Forward","Garden","GasCan","Globe","HandWaving","HandWithDisease","Heart","HelpSign","Hiker","History","HivAndAids","Hormone","Hospital","ImgFile","Inbox","InfoSignFill","InfoSignStroke","Instagram","JointPain","Journal","JpgFile","Kidney","Kjernejournal","Laboratory","LaptopBlog","LawBook","LightBulb","Location","Lock","Lungs","Makeup","MaleDoctor","MaleDoctorAndPerson","MaleGenitalia","Medicine","MedicineWarning","MentalHealthAdult","MentalHealthChild","Menu","Microscope","Minus","Mirror","MobilePhone","MotherHoldingBaby","MuscleBack","MuscleLeg","Mushroom","NoFilter","Notepad","PaintRoller","PaperPlane","PatientAndPerson","Pause","PdfFile","Pencil","Person","PersonAndPatient","PersonInXRayMachine","PersonOverweight","PersonRelaxing","PersonWithBrain","PersonWithBrokenArm","PersonWithCrutches","PersonWithJaw","PersonWithMagnifyingGlass","PersonWithSenses","PersonWorking","PizzaSlice","Plane","Plant","PlusLarge","PlusSmall","PngFile","PoisonInformation","Pregnant","Printer","Psychosis","Publication","Puzzle","Receptionist","Referral","Refresh","Refund","Reply","Rocket","RtfFile","Save","Scale","Search","ShakingHand","Share","Skeleton","Skin","Snake","Snapchat","Spray","Taxi","TeddyBear","ThinkingAboutBaby","Ticket","Toolbox","Tooth","Train","TrashCan","Twitter","Upload","UserOrganization","Vaccine","VerticalDots","VideoCamera","VideoChat","Wallet","Window","WordDocument","X","XmlFile","YouTube","iconMapping","alarmClock","alertSignFill","alertSignStroke","amputation","anxiety","apple","archive","armFlexing","arrowLeft","arrowRight","arrowUpRight","attachment","atv","avatar","awakePersonOnPillow","baby","bandAid","beerAndPills","bell","bike","birthdayCake","boat","brain","breasts","brokenHeart","brokenPuzzle","bus","calendar","calendarEvent","calendarSave","cancer","car","check","chevronDown","chevronLeft","chevronRight","chevronUp","childPlaying","cigarette","contacts","copy","coronavirus","cough","criticalHealthInfo","cross","depression","digestiveSystem","dizzy","documents","dog","donorCard","draft","eChat","earNoseThroat","elderlyPerson","enterFullScreen","envelope","epilepsy","eraser","errorSignFill","errorSignStroke","europeanHealthCard","exitFullScreen","eye","facebook","female","femaleDoctor","ferry","filterOff","fingerBleed","firstAidKit","football","forward","garden","gasCan","globe","handWaving","handWithDisease","heart","helpSign","hiker","history","hivAndAids","hormone","hospital","imgFile","inbox","infoSignFill","infoSignStroke","instagram","jointPain","journal","jpgFile","kidney","kjernejournal","laboratory","laptopBlog","lawBook","lightBulb","location","lock","lungs","makeup","maleDoctor","maleDoctorAndPerson","maleGenitalia","medicine","medicineWarning","mentalHealthAdult","mentalHealthChild","menu","microscope","minus","mirror","mobilePhone","motherHoldingBaby","muscleBack","muscleLeg","mushroom","noFilter","notepad","paintRoller","paperPlane","patientAndPerson","pause","pdfFile","pencil","person","personAndPatient","personInXRayMachine","personOverweight","personRelaxing","personWithBrain","personWithBrokenArm","personWithCrutches","personWithJaw","personWithMagnifyingGlass","personWithSenses","personWorking","pizzaSlice","plane","plant","plusLarge","plusSmall","pngFile","poisonInformation","pregnant","printer","psychosis","publication","puzzle","receptionist","referral","refresh","refund","reply","rocket","rtfFile","save","scale","search","shakingHand","share","skeleton","skin","snake","snapchat","spray","taxi","teddyBear","thinkingAboutBaby","ticket","toolbox","tooth","train","trashCan","twitter","upload","userOrganization","vaccine","verticalDots","videoCamera","videoChat","wallet","warningSignFill","warningSignStroke","window","wordDocument","x","xmlFile","youTube","Icon","type","createElement","displayName","children","trunctuatedName","charAt","toLocaleUpperCase","substring","StyledBadge","oversized","Badge","toString","length","defaultStyle","fluidStyle","fluid","largeStyle","large","variantHoverStyle","StyledButtonWrapper","StyledLeftFluidContent","hasIcon","StyledButtonContent","fillStyle","inverted","outlineStyle","borderlessStyle","StyledButton","variant","intentToColor","intent","loader","loaderDot1","keyframes","loaderDot2","distance","loaderDot3","dotSizes","tiny","small","medium","StyledLoaderDot","StyledLoader","Loader","useHover","condition","hoverRef","useRef","useState","setIsHovered","useEffect","element","current","handleInEvent","handleOutEvent","inEventList","forEach","eventName","addEventListener","outEventList","removeEventListener","useWindowSize","isClient","getSize","width","innerWidth","undefined","height","innerHeight","windowSize","setWindowSize","handleResize","useIcons","leftIcon","rightIcon","shift","pop","primary","warning","danger","getIconColor","fill","disabled","getLargeIconSize","screenWidth","mobile","Button","htmlMarkup","loading","restProps","iconColor","Children","toArray","restChildren","renderIcon","iconElement","hover","cloneElement","topBorder","bottomBorder","StyledExpanderList","StyledExpanderContent","padding","StyledExpanderListIconContainer","StyledExpanderListLinkContent","StyledExpanderListLink","isExpanded","Expander","icon","title","findShadowDOMId","event","tagName","path","composedPath","find","e","id","ExpanderList","childPadding","isOpen","accordion","activeExpander","setActiveExpander","handleExpanderClick","currentTarget","prevState","Boolean","map","child","index","key","onClick","StyledLinkList","StyledLinkListIconContainer","StyledLinkListLinkContent","StyledLinkListLink","Link","chevron","LinkList","StyledListItem","StyledList","List","Original","Byline","Logo","byline","sizeToWidthMap","StyledNotificationPanel","variantToColorMap","StyledNotificationPanelContent","shadow","StyledCloseButton","StyledNotificationPanelIconColumn","StyledNotificationPanelActionColumn","StyledLabel","StyledNotificationPanelFluidWrapper","info","warn","alert","crisis","variantToIconMap","alertLabel","NotificationPanel","dismissable","wrapFluid","panel","StyledTitle","StyledDescription","highlightStyle","StyledTile","fixed","compact","highlighted","Title","Tile","description","margin","appearance"],"mappings":"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"}
|