bright-components 9.33.0 → 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.babelrc +1 -1
- package/dist/animations/SlideUp/index.js +32 -20
- package/dist/components/A/index.js +18 -14
- package/dist/components/Alert/index.js +24 -57
- package/dist/components/Avatar/index.js +29 -34
- package/dist/components/Avatar/utils/getAcronym/index.js +2 -4
- package/dist/components/Badge/index.js +14 -20
- package/dist/components/Breadcrumbs/index.js +33 -41
- package/dist/components/BrowserWarning/index.js +39 -37
- package/dist/components/BrowserWarning/supportsStaticImport.js +1 -1
- package/dist/components/BulletedList/index.js +19 -35
- package/dist/components/Button/BaseButton/index.js +46 -38
- package/dist/components/Button/BrandButton/index.js +20 -13
- package/dist/components/Button/Button/index.js +63 -66
- package/dist/components/Button/OutlineButton/index.js +41 -43
- package/dist/components/Button/WhiteOutlineButton/index.js +16 -13
- package/dist/components/ButtonGroup/index.js +33 -16
- package/dist/components/Checkbox/index.js +89 -68
- package/dist/components/Chevron/Chevron/index.js +13 -18
- package/dist/components/Chevron/CircledChevron/index.js +30 -17
- package/dist/components/CopyToClipboard/index.js +49 -59
- package/dist/components/CountryPicker/index.js +17 -19
- package/dist/components/DateInput/index.js +68 -89
- package/dist/components/DayMonthInput/index.js +29 -47
- package/dist/components/DayMonthInput/utils/getDayValue/index.js +3 -3
- package/dist/components/DayPicker/index.js +176 -214
- package/dist/components/DayPickerPanel/Cancel/index.js +15 -13
- package/dist/components/DayPickerPanel/Header/index.js +53 -96
- package/dist/components/DayPickerPanel/HeaderDayPickerPanel/dayPickerCSS.js +160 -11
- package/dist/components/DayPickerPanel/HeaderDayPickerPanel/index.js +149 -252
- package/dist/components/DayPickerPanel/HeaderMonthPanel/index.js +31 -40
- package/dist/components/DayPickerPanel/HeaderYearPanel/index.js +28 -41
- package/dist/components/DayPickerPanel/ItemSelector/index.js +44 -59
- package/dist/components/DayPickerPanel/Shortcuts/index.js +23 -28
- package/dist/components/DayPickerPanel/index.js +173 -217
- package/dist/components/DayPickerPanel/utils/getYearRangeChunks/index.js +3 -3
- package/dist/components/DayPickerPanel/utils/getYearRangeIndex/index.js +1 -5
- package/dist/components/Donut/index.js +73 -31
- package/dist/components/DropZone/index.js +21 -54
- package/dist/components/Dropdown/DropdownItem/index.js +11 -14
- package/dist/components/Dropdown/index.js +71 -118
- package/dist/components/DurationInput/index.js +41 -56
- package/dist/components/DurationInput/utils/roundOnBlur/index.js +13 -11
- package/dist/components/EmployeeCard/index.js +24 -40
- package/dist/components/EmployeePicker/DisplayFilter/index.js +29 -37
- package/dist/components/EmployeePicker/FilterBar/index.js +51 -84
- package/dist/components/EmployeePicker/Group/index.js +70 -127
- package/dist/components/EmployeePicker/GroupList/index.js +20 -24
- package/dist/components/EmployeePicker/Item/index.js +76 -122
- package/dist/components/EmployeePicker/index.js +67 -77
- package/dist/components/EmployeePicker/utils/index.js +9 -21
- package/dist/components/ErrorMessage/index.js +16 -29
- package/dist/components/Expando/index.js +62 -96
- package/dist/components/Fieldset/index.js +24 -18
- package/dist/components/FileIcons/index.js +14 -12
- package/dist/components/FilterRadioGroup/index.js +59 -55
- package/dist/components/Form/index.js +195 -198
- package/dist/components/Form/utils/runFormValidation.js +11 -11
- package/dist/components/FormLayout/FormRow/FormContent/index.js +4 -16
- package/dist/components/FormLayout/FormRow/FormLabel/index.js +10 -14
- package/dist/components/FormLayout/FormRow/index.js +9 -14
- package/dist/components/FormLayout/index.js +1 -14
- package/dist/components/Formik/FormikCheckbox/index.js +8 -8
- package/dist/components/Formik/FormikDayPicker/index.js +23 -17
- package/dist/components/Formik/FormikInput/index.js +10 -10
- package/dist/components/Formik/FormikOptions/index.js +13 -20
- package/dist/components/Formik/FormikRadio/index.js +10 -10
- package/dist/components/Formik/FormikRadioGroup/index.js +3 -5
- package/dist/components/Formik/FormikResetButton/index.js +5 -3
- package/dist/components/Formik/FormikSelect/index.js +10 -10
- package/dist/components/Formik/FormikSubmitButton/index.js +8 -8
- package/dist/components/Formik/FormikTextarea/index.js +10 -10
- package/dist/components/Formik/FormikTypeahead/index.js +26 -30
- package/dist/components/Formik/FormikValidation/index.js +12 -21
- package/dist/components/Formik/index.js +1 -14
- package/dist/components/HR/index.js +12 -14
- package/dist/components/Icons/AddIcon/index.js +6 -8
- package/dist/components/Icons/AddSquare/index.js +5 -7
- package/dist/components/Icons/Alarmclock/index.js +5 -7
- package/dist/components/Icons/Anchor/index.js +5 -7
- package/dist/components/Icons/Apps/index.js +5 -7
- package/dist/components/Icons/ArrowBigDown/index.js +5 -7
- package/dist/components/Icons/ArrowLoop/index.js +5 -7
- package/dist/components/Icons/Baby/index.js +5 -7
- package/dist/components/Icons/BackArrow/index.js +5 -7
- package/dist/components/Icons/BackToWorkNavigator/index.js +7 -9
- package/dist/components/Icons/Beta/index.js +5 -7
- package/dist/components/Icons/Blip/index.js +12 -14
- package/dist/components/Icons/Book/index.js +5 -7
- package/dist/components/Icons/Bookmark/index.js +5 -7
- package/dist/components/Icons/BoomMoodle/index.js +8 -10
- package/dist/components/Icons/BoxTruck/index.js +5 -7
- package/dist/components/Icons/BrighhrApp/index.js +5 -7
- package/dist/components/Icons/BrightAdvice/index.js +5 -7
- package/dist/components/Icons/Browser/index.js +5 -7
- package/dist/components/Icons/Bullhorn/index.js +5 -7
- package/dist/components/Icons/Cake/index.js +5 -7
- package/dist/components/Icons/Calculator/index.js +5 -7
- package/dist/components/Icons/Calendar/index.js +25 -27
- package/dist/components/Icons/CalendarAdd/index.js +11 -13
- package/dist/components/Icons/CalendarBlackout/index.js +5 -7
- package/dist/components/Icons/CalendarCross/index.js +9 -11
- package/dist/components/Icons/CalendarDates/index.js +5 -7
- package/dist/components/Icons/CalendarInfo/index.js +5 -7
- package/dist/components/Icons/CalendarOverlap/index.js +5 -7
- package/dist/components/Icons/Camera/index.js +5 -7
- package/dist/components/Icons/CameraAperture/index.js +5 -7
- package/dist/components/Icons/Cart/index.js +11 -13
- package/dist/components/Icons/Case/index.js +5 -7
- package/dist/components/Icons/Certificate/index.js +5 -7
- package/dist/components/Icons/Chair/index.js +5 -7
- package/dist/components/Icons/Chat/index.js +5 -7
- package/dist/components/Icons/CheckCircle/index.js +5 -7
- package/dist/components/Icons/Checklist/index.js +5 -7
- package/dist/components/Icons/Chevron/index.js +5 -7
- package/dist/components/Icons/ChevronCircleDown/index.js +5 -7
- package/dist/components/Icons/ChevronCircleLeft/index.js +5 -7
- package/dist/components/Icons/ChevronCircleRight/index.js +5 -7
- package/dist/components/Icons/ChevronCircleUp/index.js +5 -7
- package/dist/components/Icons/ChevronDoubleDown/index.js +13 -15
- package/dist/components/Icons/ChevronDoubleUp/index.js +13 -15
- package/dist/components/Icons/ChevronDown/index.js +5 -7
- package/dist/components/Icons/ChevronLeft/index.js +5 -7
- package/dist/components/Icons/ChevronRight/index.js +5 -7
- package/dist/components/Icons/ChevronUp/index.js +5 -7
- package/dist/components/Icons/Clear/index.js +5 -7
- package/dist/components/Icons/Clipboard/index.js +40 -42
- package/dist/components/Icons/Clock/index.js +7 -9
- package/dist/components/Icons/Close/index.js +7 -3
- package/dist/components/Icons/ClothesHanger/index.js +5 -7
- package/dist/components/Icons/Clothing/index.js +5 -7
- package/dist/components/Icons/Cog/index.js +5 -7
- package/dist/components/Icons/Compass/index.js +5 -7
- package/dist/components/Icons/Compassion/index.js +7 -9
- package/dist/components/Icons/Compassionate/index.js +5 -7
- package/dist/components/Icons/Conflict/index.js +5 -7
- package/dist/components/Icons/ContactCard/index.js +5 -7
- package/dist/components/Icons/Contrast/index.js +5 -7
- package/dist/components/Icons/Copy/index.js +5 -7
- package/dist/components/Icons/Court/index.js +5 -7
- package/dist/components/Icons/Crib/index.js +5 -7
- package/dist/components/Icons/Crop/index.js +5 -7
- package/dist/components/Icons/Cross/index.js +5 -7
- package/dist/components/Icons/CrossCircle/index.js +5 -7
- package/dist/components/Icons/CrossThick/index.js +5 -7
- package/dist/components/Icons/Crown/index.js +5 -7
- package/dist/components/Icons/Dependants/index.js +5 -7
- package/dist/components/Icons/DesktopComputer/index.js +5 -7
- package/dist/components/Icons/Dial/index.js +5 -7
- package/dist/components/Icons/Diamond/index.js +5 -7
- package/dist/components/Icons/Diaper/index.js +5 -7
- package/dist/components/Icons/DisabilityMobility/index.js +5 -7
- package/dist/components/Icons/Door/index.js +5 -7
- package/dist/components/Icons/DownArrow/index.js +5 -7
- package/dist/components/Icons/Download/index.js +5 -7
- package/dist/components/Icons/Dropdown/index.js +17 -22
- package/dist/components/Icons/Edit/index.js +5 -7
- package/dist/components/Icons/Education/index.js +5 -7
- package/dist/components/Icons/Emergency/index.js +5 -7
- package/dist/components/Icons/Enter/index.js +5 -7
- package/dist/components/Icons/Error/index.js +5 -7
- package/dist/components/Icons/ErrorOctagon/index.js +5 -7
- package/dist/components/Icons/Exit/index.js +5 -7
- package/dist/components/Icons/Expand/index.js +5 -7
- package/dist/components/Icons/Eye/index.js +7 -3
- package/dist/components/Icons/Factory/index.js +20 -22
- package/dist/components/Icons/FactoryIcon/index.js +5 -7
- package/dist/components/Icons/Featus/index.js +5 -7
- package/dist/components/Icons/FeedbackLoop/index.js +5 -7
- package/dist/components/Icons/FileAudio/index.js +7 -9
- package/dist/components/Icons/FileCode/index.js +5 -7
- package/dist/components/Icons/FileDocument/index.js +11 -13
- package/dist/components/Icons/FileEmail/index.js +5 -7
- package/dist/components/Icons/FileMovie/index.js +5 -7
- package/dist/components/Icons/FilePath/index.js +5 -7
- package/dist/components/Icons/FilePdf/index.js +9 -11
- package/dist/components/Icons/FilePresentation/index.js +13 -15
- package/dist/components/Icons/FileSpreadsheet/index.js +9 -11
- package/dist/components/Icons/FileText/index.js +11 -13
- package/dist/components/Icons/FileVector/index.js +5 -7
- package/dist/components/Icons/Filter/index.js +5 -7
- package/dist/components/Icons/Fingerprint/index.js +5 -7
- package/dist/components/Icons/Flag/index.js +5 -7
- package/dist/components/Icons/Flash/index.js +5 -7
- package/dist/components/Icons/FlashOff/index.js +5 -7
- package/dist/components/Icons/Flower/index.js +5 -7
- package/dist/components/Icons/Folder/index.js +6 -8
- package/dist/components/Icons/FolderSolid/index.js +5 -7
- package/dist/components/Icons/FolderZip/index.js +6 -8
- package/dist/components/Icons/FurloughNavigator/index.js +7 -9
- package/dist/components/Icons/Gallery/index.js +5 -7
- package/dist/components/Icons/GestureTouch/index.js +5 -7
- package/dist/components/Icons/Ghost/index.js +5 -7
- package/dist/components/Icons/Gift/index.js +5 -7
- package/dist/components/Icons/Globe/index.js +5 -7
- package/dist/components/Icons/Grid/index.js +5 -7
- package/dist/components/Icons/Headset/index.js +5 -7
- package/dist/components/Icons/Health/index.js +5 -7
- package/dist/components/Icons/Heart/index.js +5 -7
- package/dist/components/Icons/Help/index.js +5 -7
- package/dist/components/Icons/Home/index.js +5 -7
- package/dist/components/Icons/Hourglass/index.js +5 -7
- package/dist/components/Icons/IdCard/index.js +5 -7
- package/dist/components/Icons/Image/index.js +9 -11
- package/dist/components/Icons/Inbox/index.js +5 -7
- package/dist/components/Icons/InboxEmpty/index.js +5 -7
- package/dist/components/Icons/Information/index.js +5 -7
- package/dist/components/Icons/Injury/index.js +64 -66
- package/dist/components/Icons/KebabMenuHorizontal/index.js +5 -7
- package/dist/components/Icons/KebabMenuVertical/index.js +5 -7
- package/dist/components/Icons/Lazydave/index.js +71 -73
- package/dist/components/Icons/LazydaveMoodle/index.js +71 -73
- package/dist/components/Icons/LeftArrow/index.js +5 -7
- package/dist/components/Icons/Legal/index.js +5 -7
- package/dist/components/Icons/Lightning/index.js +5 -7
- package/dist/components/Icons/LineChart/index.js +5 -7
- package/dist/components/Icons/Link/index.js +5 -7
- package/dist/components/Icons/List/index.js +21 -23
- package/dist/components/Icons/ListBullets/index.js +5 -7
- package/dist/components/Icons/LocationPin/index.js +5 -7
- package/dist/components/Icons/Loop/index.js +5 -7
- package/dist/components/Icons/Magicwand/index.js +5 -7
- package/dist/components/Icons/Mail/index.js +5 -7
- package/dist/components/Icons/MandatoryLeave/index.js +5 -7
- package/dist/components/Icons/Medal/index.js +5 -7
- package/dist/components/Icons/Medical/index.js +5 -7
- package/dist/components/Icons/MedicalBag/index.js +5 -7
- package/dist/components/Icons/Medication/index.js +5 -7
- package/dist/components/Icons/MenuHamburger/index.js +5 -7
- package/dist/components/Icons/Message/index.js +5 -7
- package/dist/components/Icons/Meteor/index.js +5 -7
- package/dist/components/Icons/MinusCircle/index.js +5 -7
- package/dist/components/Icons/MinusSquare/index.js +5 -7
- package/dist/components/Icons/MoneyStack/index.js +5 -7
- package/dist/components/Icons/MoveFile/index.js +5 -7
- package/dist/components/Icons/New/index.js +9 -11
- package/dist/components/Icons/New2/index.js +9 -11
- package/dist/components/Icons/NewWindow/index.js +5 -7
- package/dist/components/Icons/Night/index.js +5 -7
- package/dist/components/Icons/NotAllowed/index.js +5 -7
- package/dist/components/Icons/Note/index.js +7 -9
- package/dist/components/Icons/Notepad/index.js +5 -7
- package/dist/components/Icons/Notifications/index.js +5 -7
- package/dist/components/Icons/OrganisationConnection/index.js +5 -7
- package/dist/components/Icons/Overtime/index.js +5 -7
- package/dist/components/Icons/Pacman/index.js +5 -7
- package/dist/components/Icons/PadlockLocked/index.js +5 -7
- package/dist/components/Icons/PadlockUnlocked/index.js +5 -7
- package/dist/components/Icons/PaperStack/index.js +5 -7
- package/dist/components/Icons/Paperclip/index.js +5 -7
- package/dist/components/Icons/PayrollNavigator/index.js +5 -7
- package/dist/components/Icons/Pencil/index.js +5 -7
- package/dist/components/Icons/Perspective/index.js +5 -7
- package/dist/components/Icons/Phone/index.js +5 -7
- package/dist/components/Icons/PhoneWork/index.js +5 -7
- package/dist/components/Icons/PieChart/index.js +5 -7
- package/dist/components/Icons/Pin/index.js +5 -7
- package/dist/components/Icons/Plaster/index.js +5 -7
- package/dist/components/Icons/Plus/index.js +5 -7
- package/dist/components/Icons/PlusCircle/index.js +5 -7
- package/dist/components/Icons/PoP/index.js +7 -9
- package/dist/components/Icons/Power/index.js +5 -7
- package/dist/components/Icons/Pram/index.js +5 -7
- package/dist/components/Icons/PrintIcon/index.js +14 -16
- package/dist/components/Icons/Printer/index.js +5 -7
- package/dist/components/Icons/Pulse/index.js +5 -7
- package/dist/components/Icons/Puzzle/index.js +5 -7
- package/dist/components/Icons/Question/index.js +5 -7
- package/dist/components/Icons/Radar/index.js +5 -7
- package/dist/components/Icons/Records/index.js +5 -7
- package/dist/components/Icons/RedunancyNavigator/index.js +5 -7
- package/dist/components/Icons/Refresh/index.js +5 -7
- package/dist/components/Icons/Requests/index.js +5 -7
- package/dist/components/Icons/Ribbon/index.js +5 -7
- package/dist/components/Icons/RightArrow/index.js +5 -7
- package/dist/components/Icons/Road/index.js +9 -11
- package/dist/components/Icons/Rosette/index.js +5 -7
- package/dist/components/Icons/Rotas/index.js +5 -7
- package/dist/components/Icons/RotateImage/index.js +5 -7
- package/dist/components/Icons/Rush/index.js +5 -7
- package/dist/components/Icons/Search/index.js +5 -7
- package/dist/components/Icons/SelectArrow/index.js +5 -7
- package/dist/components/Icons/Send/index.js +5 -7
- package/dist/components/Icons/SettingsSliders/index.js +5 -7
- package/dist/components/Icons/Share/index.js +5 -7
- package/dist/components/Icons/Shield/index.js +5 -7
- package/dist/components/Icons/Shifts/index.js +5 -7
- package/dist/components/Icons/Shredder/index.js +5 -7
- package/dist/components/Icons/Signature/index.js +5 -7
- package/dist/components/Icons/Skull/index.js +5 -7
- package/dist/components/Icons/SocialFacebook/index.js +5 -7
- package/dist/components/Icons/SocialInstagram/index.js +5 -7
- package/dist/components/Icons/SocialLinkedin/index.js +5 -7
- package/dist/components/Icons/SocialTwitter/index.js +5 -7
- package/dist/components/Icons/SocialYoutube/index.js +5 -7
- package/dist/components/Icons/SortAscending/index.js +5 -7
- package/dist/components/Icons/SortDescending/index.js +5 -7
- package/dist/components/Icons/Stamp/index.js +5 -7
- package/dist/components/Icons/Star/index.js +5 -7
- package/dist/components/Icons/Steam/index.js +5 -7
- package/dist/components/Icons/Stethoscope/index.js +5 -7
- package/dist/components/Icons/Stop/index.js +5 -7
- package/dist/components/Icons/Suitcase/index.js +5 -7
- package/dist/components/Icons/Sun/index.js +5 -7
- package/dist/components/Icons/Switch/index.js +5 -7
- package/dist/components/Icons/TableGrid/index.js +5 -7
- package/dist/components/Icons/Tachograph/index.js +5 -7
- package/dist/components/Icons/Tag/index.js +5 -7
- package/dist/components/Icons/Target/index.js +5 -7
- package/dist/components/Icons/Tasklist/index.js +40 -42
- package/dist/components/Icons/ThumbsDown/index.js +5 -7
- package/dist/components/Icons/ThumbsUp/index.js +5 -7
- package/dist/components/Icons/Tick/index.js +5 -7
- package/dist/components/Icons/TickCircle/index.js +5 -7
- package/dist/components/Icons/TickThick/index.js +5 -7
- package/dist/components/Icons/ToilEarned/index.js +9 -11
- package/dist/components/Icons/ToilTaken/index.js +13 -15
- package/dist/components/Icons/Tooth/index.js +5 -7
- package/dist/components/Icons/TrainingEvents/index.js +5 -7
- package/dist/components/Icons/Trash/index.js +5 -7
- package/dist/components/Icons/Umbrella/index.js +5 -7
- package/dist/components/Icons/Unpaid/index.js +5 -7
- package/dist/components/Icons/UpArrow/index.js +5 -7
- package/dist/components/Icons/Upload/index.js +5 -7
- package/dist/components/Icons/User/index.js +5 -7
- package/dist/components/Icons/UserAdd/index.js +5 -7
- package/dist/components/Icons/UserId/index.js +5 -7
- package/dist/components/Icons/UserRemove/index.js +5 -7
- package/dist/components/Icons/Users/index.js +5 -7
- package/dist/components/Icons/Virus/index.js +5 -7
- package/dist/components/Icons/Visibility/index.js +14 -16
- package/dist/components/Icons/Wallet/index.js +5 -7
- package/dist/components/Icons/Watch/index.js +5 -7
- package/dist/components/Icons/Week/index.js +10 -12
- package/dist/components/Icons/Xing/index.js +5 -7
- package/dist/components/Icons/index.js +35 -46
- package/dist/components/InlineLoader/index.js +46 -61
- package/dist/components/Input/index.js +49 -34
- package/dist/components/InputBox/AdornedBox/Adornment/index.js +37 -53
- package/dist/components/InputBox/AdornedBox/index.js +60 -53
- package/dist/components/InputBox/InputError/index.js +5 -15
- package/dist/components/InputBox/InputFactory/index.js +17 -15
- package/dist/components/InputBox/UnadornedBox/index.js +34 -25
- package/dist/components/InputBox/index.js +4 -6
- package/dist/components/InputWithIcon/index.js +30 -30
- package/dist/components/InputWithUnit/index.js +63 -73
- package/dist/components/Label/index.js +9 -14
- package/dist/components/Legend/index.js +5 -14
- package/dist/components/LinkButton/index.js +29 -20
- package/dist/components/Lists/DL/DD/index.js +3 -14
- package/dist/components/Lists/DL/DT/index.js +4 -14
- package/dist/components/Lists/DL/index.js +3 -14
- package/dist/components/Lists/LI/index.js +3 -14
- package/dist/components/Lists/OL/index.js +3 -14
- package/dist/components/Lists/UL/index.js +3 -14
- package/dist/components/LoadingContainer/index.js +24 -25
- package/dist/components/Modal/ModalBody/index.js +3 -16
- package/dist/components/Modal/ModalHeader/index.js +23 -31
- package/dist/components/Modal/index.js +71 -96
- package/dist/components/NumberInput/componentMap/index.js +4 -2
- package/dist/components/NumberInput/decimalFilter/index.js +1 -1
- package/dist/components/NumberInput/index.js +51 -55
- package/dist/components/NumberInput/inputMode/index.js +1 -1
- package/dist/components/NumberInput/integerFilter/index.js +1 -1
- package/dist/components/Options/index.js +59 -66
- package/dist/components/PageLoader/index.js +75 -91
- package/dist/components/Pill/index.js +22 -35
- package/dist/components/ProgressBar/index.js +39 -58
- package/dist/components/ProgressSteps/index.js +100 -49
- package/dist/components/ProvincePicker/index.js +21 -23
- package/dist/components/Radio/index.js +54 -59
- package/dist/components/RadioBlock/index.js +59 -80
- package/dist/components/ResponsiveTabs/index.js +93 -110
- package/dist/components/SearchInput/index.js +64 -52
- package/dist/components/Select/Optgroup/index.js +7 -3
- package/dist/components/Select/Option/index.js +8 -4
- package/dist/components/Select/index.js +42 -28
- package/dist/components/SelectedFile/index.js +62 -85
- package/dist/components/Snackbar/index.js +108 -157
- package/dist/components/StatusBadge/index.js +15 -19
- package/dist/components/Styleguide/ConstantsList/index.js +40 -88
- package/dist/components/Switch/index.js +55 -82
- package/dist/components/Table/Cell/index.js +18 -21
- package/dist/components/Table/HeaderCell/index.js +4 -13
- package/dist/components/Table/Row/index.js +6 -13
- package/dist/components/Table/TableBody/index.js +7 -3
- package/dist/components/Table/TableFooter/index.js +7 -3
- package/dist/components/Table/TableHeader/index.js +7 -3
- package/dist/components/Table/index.js +3 -14
- package/dist/components/Tabs/Tab/index.js +23 -13
- package/dist/components/Tabs/TabList/index.js +8 -13
- package/dist/components/Tabs/TabPanel/index.js +6 -12
- package/dist/components/Tabs/index.js +4 -13
- package/dist/components/Textarea/index.js +50 -27
- package/dist/components/Time/DurationPicker/DurationOverlay/index.js +40 -42
- package/dist/components/Time/DurationPicker/index.js +46 -62
- package/dist/components/Time/OverlayBase/UnitInput/index.js +68 -103
- package/dist/components/Time/OverlayBase/index.js +77 -85
- package/dist/components/Time/TimePicker/TimeOverlay/UnitInput/index.js +62 -91
- package/dist/components/Time/TimePicker/TimeOverlay/index.js +87 -133
- package/dist/components/Time/TimePicker/index.js +76 -95
- package/dist/components/TimeInput/index.js +1 -1
- package/dist/components/TimePicker/DayPart/DayPartOverlay/index.js +98 -189
- package/dist/components/TimePicker/DayPart/index.js +59 -105
- package/dist/components/TimePicker/Elements/Actions/index.js +6 -14
- package/dist/components/TimePicker/Elements/CancelLink/index.js +7 -13
- package/dist/components/TimePicker/Elements/DownIcon/index.js +10 -19
- package/dist/components/TimePicker/Elements/IncrementNotice/index.js +6 -14
- package/dist/components/TimePicker/Elements/PickerSeparator/index.js +5 -14
- package/dist/components/TimePicker/Elements/Title/index.js +8 -14
- package/dist/components/TimePicker/Elements/TitleUnderline/index.js +9 -14
- package/dist/components/TimePicker/Elements/UpIcon/index.js +10 -19
- package/dist/components/TimePicker/Time/TimeInput/index.js +58 -77
- package/dist/components/TimePicker/Time/TimeOverlay/index.js +185 -210
- package/dist/components/TimePicker/Time/index.js +76 -105
- package/dist/components/TimePicker/utils/PickerGA/index.js +9 -7
- package/dist/components/TimePicker/utils/constants/loopStatus.js +1 -1
- package/dist/components/TimePicker/utils/limitAround/index.js +1 -1
- package/dist/components/TimePicker/utils/loopAround/index.js +3 -3
- package/dist/components/TimePicker/utils/loopAroundMinutes/index.js +3 -3
- package/dist/components/TimePicker/utils/roundToMultiple/index.js +1 -3
- package/dist/components/Tooltip/index.js +74 -80
- package/dist/components/Typeahead/MobileHeader/index.js +29 -24
- package/dist/components/Typeahead/Option/OptionImage/index.js +12 -35
- package/dist/components/Typeahead/Option/index.js +60 -103
- package/dist/components/Typeahead/Options/index.js +15 -18
- package/dist/components/Typeahead/index.js +191 -185
- package/dist/components/Typeahead/mocks/employees.js +1 -1
- package/dist/components/Typeahead/utils/getSelected/index.js +2 -4
- package/dist/components/Typography/H1/index.js +7 -14
- package/dist/components/Typography/H2/index.js +7 -14
- package/dist/components/Typography/H3/index.js +7 -14
- package/dist/components/Typography/H4/index.js +7 -14
- package/dist/components/Typography/H5/index.js +7 -14
- package/dist/components/Typography/H6/index.js +7 -14
- package/dist/components/Typography/P/index.js +4 -16
- package/dist/components/Typography/Small/index.js +3 -16
- package/dist/components/Validation/index.js +18 -20
- package/dist/components/WithDayPicker/index.js +37 -62
- package/dist/components/WithValidation/index.js +44 -61
- package/dist/components/XingLoader/index.js +56 -112
- package/dist/components/withConfirmation/index.js +69 -68
- package/dist/components/withModal/index.js +14 -28
- package/dist/constants/breakpoints/index.js +1 -1
- package/dist/constants/colors/index.js +47 -47
- package/dist/constants/documents/index.js +3 -3
- package/dist/constants/spacing/index.js +1 -1
- package/dist/constants/vars/index.js +8 -8
- package/dist/constants/z-index/index.js +1 -1
- package/dist/hooks/useClickOutside/index.js +5 -5
- package/dist/setupTests.js +8 -8
- package/dist/test-utils/renderCheck/index.js +15 -17
- package/dist/test-utils/waitForAsync/index.js +1 -5
- package/dist/utils/numbers/getBoundedValue/index.js +1 -1
- package/dist/utils/pad/index.js +2 -2
- package/dist/utils/range/index.js +3 -5
- package/dist/utils/roundTo/index.js +5 -5
- package/dist/utils/setBreakPoint/index.js +1 -3
- package/dist/utils/stripUnit/index.js +2 -2
- package/dist/utils/time/Duration/index.js +33 -41
- package/dist/utils/time/durationToMilliseconds/index.js +11 -21
- package/dist/utils/time/durationToTimeString/index.js +3 -5
- package/dist/utils/time/millisecondsToDuration/index.js +6 -6
- package/dist/utils/trackForm/index.js +34 -37
- package/package.json +5 -5
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const AlarmclockIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M22 17.375h-6c-.825 0-1.5-.675-1.5-1.5v-6c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v4.5H22c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5zm7.438-11.062a1.502 1.502 0 1 0 2.125-2.125l-3.75-3.75a1.502 1.502 0 1 0-2.125 2.125l3.75 3.75zM6.313 2.563c.588-.587.588-1.538 0-2.125s-1.537-.588-2.125 0l-3.75 3.75c-.588.588-.588 1.537 0 2.125s1.538.588 2.125 0l3.75-3.75zM25.712 25.6a13.667 13.667 0 0 0 4.038-9.725c0-7.588-6.163-13.75-13.75-13.75S2.25 8.287 2.25 15.875c0 3.8 1.55 7.237 4.037 9.725l-3.2 3.95a1.497 1.497 0 0 0 .225 2.113 1.495 1.495 0 0 0 2.112-.225l3.2-3.962c2.137 1.363 4.662 2.15 7.375 2.15s5.238-.788 7.375-2.15c0 0 3.288 4.05 3.325 4.087a1.502 1.502 0 0 0 2.125 0c.55-.55.587-1.413.1-2l-3.212-3.962zM16 26.625c-5.925 0-10.75-4.825-10.75-10.75S10.075 5.125 16 5.125s10.75 4.825 10.75 10.75-4.825 10.75-10.75 10.75z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
AlarmclockIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const AnchorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 14.5h-3.25a1.5 1.5 0 1 0 0 3h1.664c-.699 6.055-5.575 10.856-11.664 11.44V10.28A5.259 5.259 0 0 0 21 5.25C21 2.355 18.645 0 15.75 0S10.5 2.355 10.5 5.25a5.257 5.257 0 0 0 3.75 5.03v18.601C8.396 28.09 3.765 23.387 3.086 17.498H4.75a1.5 1.5 0 1 0 0-3H1.5a1.5 1.5 0 0 0-1.5 1.5c0 8.823 7.178 16 16 16s16-7.177 16-16a1.5 1.5 0 0 0-1.5-1.499zm-17-9.25C13.5 4.009 14.51 3 15.75 3S18 4.009 18 5.25 16.99 7.5 15.75 7.5 13.5 6.491 13.5 5.25z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
AnchorIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const AppsIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M12 6v6H6V6h6m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2V6a2 2 0 00-2-2zm0 16v6H6v-6h6m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2v-6a2 2 0 00-2-2zM26 6v6h-6V6h6m0-2h-6a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2V6a2 2 0 00-2-2zm0 16v6h-6v-6h6m0-2h-6a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2v-6a2 2 0 00-2-2z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
AppsIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const ArrowBigDownIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M4 16c0-2.206 1.794-4 4-4 1.042 0 2.029.399 2.779 1.123l.019.019L12 14.368V8.001c0-2.206 1.794-4 4-4s4 1.794 4 4v6.365l1.165-1.187A4.033 4.033 0 0124 12.001c2.206 0 4 1.794 4 4a4.028 4.028 0 01-1.172 2.829l-8 8c-.745.744-1.776 1.172-2.829 1.172s-2.084-.427-2.828-1.172l-8-8A4.027 4.027 0 014 16.001zm5.38-1.447a2.002 2.002 0 00-2.794 2.861l8 8c.372.372.888.586 1.414.586s1.042-.213 1.414-.586l8-8a2.002 2.002 0 00-2.828-2.828l-2.872 2.927A.999.999 0 0118 16.812V8c0-1.103-.897-2-2-2s-2 .897-2 2v8.815a1.001 1.001 0 01-1.714.701L9.38 14.554z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
ArrowBigDownIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const ArrowLoopIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M22 6h-2.379l3.439-3.439A1.5 1.5 0 1 0 20.939.44l-6 6a1.5 1.5 0 0 0 0 2.121l6 6a1.5 1.5 0 1 0 2.121-2.121L19.621 9H22c3.86 0 7 3.14 7 7s-3.14 7-7 7a1.5 1.5 0 1 0 0 3c5.514 0 10-4.486 10-10S27.514 6 22 6zM11.061 17.44a1.5 1.5 0 1 0-2.121 2.121L12.379 23H10c-3.86 0-7-3.14-7-7s3.14-7 7-7a1.5 1.5 0 1 0 0-3C4.486 6 0 10.486 0 16s4.486 10 10 10h2.379l-3.44 3.44a1.5 1.5 0 1 0 2.121 2.121l6-6a1.5 1.5 0 0 0 0-2.121l-5.999-6z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
ArrowLoopIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BabyIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M12.5 13.125a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm10 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM16 0C7.178 0 0 7.178 0 16s7.178 16 16 16 16-7.178 16-16S24.822 0 16 0zm0 29C8.831 29 3 23.169 3 16c0-5.806 3.828-10.736 9.091-12.399A4.505 4.505 0 0 0 16.5 9a1.5 1.5 0 1 0 0-3c-.828 0-1.5-.673-1.5-1.5a1.5 1.5 0 0 1 1.381-1.494C23.373 3.209 29 8.959 29 16c0 7.169-5.831 13-13 13zm5.523-10.598a1.5 1.5 0 0 0-2.12.074c-.012.014-.026.026-.039.039a4.492 4.492 0 0 0-6.729.001c-.012-.014-.026-.026-.039-.039a1.5 1.5 0 1 0-2.194 2.046c.341.365.709.691 1.098.979.001 2.48 2.02 4.497 4.5 4.497s4.499-2.017 4.5-4.497a8.213 8.213 0 0 0 1.098-.979 1.501 1.501 0 0 0-.075-2.121zM16 23a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 23z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BabyIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BackArrowIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.499 32a1.5 1.5 0 0 1-1.48-1.265C28.959 30.374 27.4 21.75 17 21.75h-5.5v5.75a1.5 1.5 0 1 1-2.755.822l-8.5-13a1.499 1.499 0 0 1 0-1.641l8.5-13a1.5 1.5 0 0 1 2.755.82v5.75H17c6.136 0 10.684 4.122 13.149 11.922 1.765 5.585 1.849 11.079 1.851 11.31A1.5 1.5 0 0 1 30.498 32zM10 18.75h7c5.418 0 8.883 2.003 11.039 4.145a33.13 33.13 0 0 0-.767-2.872c-2.064-6.485-5.52-9.773-10.271-9.773h-7a1.5 1.5 0 0 1-1.5-1.5V6.535L3.294 14.5l5.207 7.965V20.25a1.5 1.5 0 0 1 1.5-1.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BackArrowIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,15 +13,13 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
}));
|
24
|
-
};
|
16
|
+
const BackToWorkNavigatorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 24 25"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M7.092 11.247H5.127v2.13h1.965v-2.13zm3.44 0H8.566v2.13h1.966v-2.13zm8.353 0h-2.13v2.13h2.13v-2.13zm0 4.095h-2.13v2.129h2.13v-2.13zm0-8.19h-2.13v2.13h2.13v-2.13zm-11.793 8.19H5.127v2.129h1.965v-2.13z"
|
20
|
+
}), _react.default.createElement("path", {
|
21
|
+
d: "M21.945.928H10.227a1.034 1.034 0 00-1.034 1.034v5.17H1.956A1.034 1.034 0 00.922 8.166v13.787a1.034 1.034 0 001.034 1.034h19.99a1.034 1.034 0 001.034-1.034V1.961A1.034 1.034 0 0021.947.927v.001zM2.99 9.2h9.65v11.72H2.99V9.2zm17.92 11.72h-6.203V8.166a1.034 1.034 0 00-1.034-1.034H11.26V2.995h9.65v17.924z"
|
22
|
+
}));
|
25
23
|
|
26
24
|
BackToWorkNavigatorIcon.propTypes = {
|
27
25
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BetaIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.782 16c1.203-1.75 2.189-3.49 2.907-5.155 1.796-4.159 1.744-7.492-.15-9.385-1.892-1.893-5.226-1.946-9.385-.15-1.665.719-3.405 1.705-5.155 2.908-1.75-1.202-3.49-2.189-5.155-2.908-4.16-1.796-7.492-1.744-9.385.15-1.893 1.893-1.946 5.226-.15 9.385.719 1.665 1.705 3.406 2.908 5.155-1.202 1.75-2.189 3.49-2.908 5.155-1.796 4.159-1.744 7.492.15 9.385.973.973 2.325 1.46 3.975 1.46 1.561 0 3.389-.436 5.411-1.31 1.665-.719 3.406-1.705 5.155-2.907 1.75 1.203 3.49 2.189 5.155 2.907 2.023.874 3.85 1.31 5.411 1.31 1.65 0 3.003-.488 3.975-1.46 1.893-1.892 1.946-5.226.15-9.385-.721-1.665-1.707-3.405-2.91-5.155zM22.345 4.065c1.633-.705 3.098-1.064 4.223-1.064.821 0 1.461.192 1.851.581.922.921.736 3.249-.484 6.074-.529 1.225-1.223 2.5-2.056 3.794-1.054-1.309-2.218-2.605-3.471-3.857s-2.549-2.416-3.858-3.471c1.295-.834 2.57-1.527 3.795-2.056zm-18.28 5.59c-1.22-2.824-1.405-5.151-.484-6.074C3.97 3.192 4.61 3 5.432 3c1.125 0 2.591.36 4.223 1.064 1.225.529 2.5 1.223 3.794 2.056-1.309 1.055-2.604 2.219-3.857 3.471s-2.416 2.549-3.47 3.857c-.834-1.294-1.527-2.569-2.056-3.794zm5.59 18.28c-2.825 1.22-5.151 1.405-6.074.484s-.736-3.249.484-6.074c.529-1.225 1.223-2.5 2.056-3.794a48.073 48.073 0 0 0 3.471 3.857 48.634 48.634 0 0 0 3.857 3.471c-1.295.832-2.57 1.526-3.795 2.055zm2.059-7.649A44.704 44.704 0 0 1 7.928 16a45.09 45.09 0 0 1 3.785-4.286 45.196 45.196 0 0 1 4.286-3.785 44.845 44.845 0 0 1 4.286 3.785A44.917 44.917 0 0 1 24.07 16a44.967 44.967 0 0 1-3.785 4.286 44.917 44.917 0 0 1-4.286 3.785 44.909 44.909 0 0 1-4.285-3.785zm16.705 8.133c-.921.921-3.249.736-6.074-.484-1.225-.529-2.5-1.223-3.794-2.056a48.265 48.265 0 0 0 3.857-3.471 48.644 48.644 0 0 0 3.471-3.858c.834 1.294 1.527 2.569 2.056 3.794 1.219 2.826 1.404 5.152.483 6.075zM19 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BetaIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,20 +13,18 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
}))));
|
29
|
-
};
|
16
|
+
const BlipIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 24 25"
|
18
|
+
}, props), _react.default.createElement("g", {
|
19
|
+
clipPath: "url(#clip0)"
|
20
|
+
}, _react.default.createElement("path", {
|
21
|
+
d: "M17.319 20.178a9.764 9.764 0 01-10.634 0 1.127 1.127 0 00-1.737.73 1.124 1.124 0 00.508 1.153 12.012 12.012 0 0013.091 0 1.124 1.124 0 10-1.228-1.883zm-3.149-3.393a5.24 5.24 0 01-4.333 0 1.129 1.129 0 00-.929 2.056 7.524 7.524 0 006.19 0 1.13 1.13 0 00.563-1.492 1.128 1.128 0 00-1.492-.564zm3.834-1.592a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zm4.896-2.26a1.122 1.122 0 00-1.313.9 9.695 9.695 0 01-1.407 3.496 1.123 1.123 0 00.013 1.25c.084.122.191.226.316.306a1.119 1.119 0 001.556-.319 11.785 11.785 0 001.735-4.301 1.135 1.135 0 00-.9-1.332zM12.003 4.51a7.51 7.51 0 00-6.302 3.435 7.498 7.498 0 00-.534 7.154 1.136 1.136 0 001.022.665.995.995 0 00.46-.103 1.13 1.13 0 00.562-1.49A5.247 5.247 0 018.56 8.037a5.256 5.256 0 016.267-.454l-3.629 3.626a1.126 1.126 0 101.595 1.593L23.67 1.932A1.127 1.127 0 1022.075.34l-2.431 2.427A11.893 11.893 0 0012.004.01 12.01 12.01 0 001.452 6.287a11.99 11.99 0 00.488 12.26 1.124 1.124 0 001.87.012 1.122 1.122 0 00.015-1.249 9.633 9.633 0 01-1.575-5.304A9.741 9.741 0 017.759 3.23 9.758 9.758 0 0118.06 4.368l-1.603 1.603a7.48 7.48 0 00-4.455-1.46z"
|
22
|
+
})), _react.default.createElement("defs", null, _react.default.createElement("clipPath", {
|
23
|
+
id: "clip0"
|
24
|
+
}, _react.default.createElement("path", {
|
25
|
+
transform: "translate(0 .008)",
|
26
|
+
d: "M0 0h24v24.002H0z"
|
27
|
+
}))));
|
30
28
|
|
31
29
|
BlipIcon.propTypes = {
|
32
30
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BookIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 0h-26A4.498 4.498 0 0 0 0 4.5v23C0 29.988 2.013 32 4.5 32h26c.825 0 1.5-.675 1.5-1.5v-29c0-.825-.675-1.5-1.5-1.5zM23 3v7.7l-2.163-1.45C20.587 9.088 20.299 9 20 9s-.575.088-.837.25L17 10.7V3h6zm6 26H4.5c-.825 0-1.5-.675-1.5-1.5S3.675 26 4.5 26H29v3zm0-6H4.5c-.525 0-1.025.087-1.5.262V4.5C3 3.675 3.675 3 4.5 3H14v10.5c0 .55.3 1.063.787 1.325s1.075.238 1.537-.075l3.675-2.45 3.663 2.45c.25.162.538.25.837.25.238 0 .488-.063.712-.175.488-.262.788-.775.788-1.325V3h3v20z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BookIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BookmarkIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M24.5 0h-17A7.505 7.505 0 0 0 0 7.5v23a1.504 1.504 0 0 0 2.563 1.062l7.438-7.438 7.438 7.438a1.504 1.504 0 0 0 2.563-1.062V20h10.5c.825 0 1.5-.675 1.5-1.5v-11c0-4.138-3.363-7.5-7.5-7.5zM10 20.5c-.387 0-.762.15-1.063.438l-5.938 5.938V7.501c0-2.487 2.013-4.5 4.5-4.5h11a7.486 7.486 0 0 0-1.5 4.5v19.375l-5.938-5.938a1.525 1.525 0 0 0-1.063-.438zM29 17h-9V7.5C20 5.013 22.012 3 24.5 3S29 5.013 29 7.5V17z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BookmarkIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,16 +13,14 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
}));
|
25
|
-
};
|
16
|
+
const BoomMoodleIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 300 300"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M197.8 206.5c-5.1 7.1-7.8 14.6-9.8 22.4-2 7.4-3.9 14.9-5.8 22.3-.4 1.4-.7 2.9-1.2 4.2-1 2.5-4.8 3.2-6.4 1.1-2.5-3.6-4.9-7.3-7-11.1-3-5.5-5.5-11.2-8.4-16.7-.8-1.5-2-2.8-2.9-4-3.9.3-4.4 3.1-5.5 5.3-6.7 12.8-10.5 26.5-13.1 40.6-.7 3.6-1.6 7.1-2.7 10.6-.6 1.9-4.1 2.5-5.7 1.1-.8-.7-1.7-1.5-2.1-2.4-1.7-3.6-3.5-7.3-4.8-11-3.4-9.7-6.6-19.4-9.9-29.1-1.3-3.7-2.8-7.4-4.6-11.8-17.7 8.7-29.4 23.8-44.6 34.4-4.4-1.2-6.4-4-6-8.1.7-6.9 1.6-13.8 3.1-20.6 1.6-7.1 4-14.1 6.1-21.1.5-1.7.8-3.4 1.3-5.8-2.5-.6-4.5-1.3-6.6-1.4-11.1-.8-21.9 1.7-32.7 3.5-4 .6-7.9 1.8-11.8 2.4-3.6.6-7.3.8-10.9 1-2.3.1-4.5-.4-5.4-2.9-.8-2.4.4-4.4 2-5.9 3.8-3.4 7.5-7.2 11.7-9.9 10.5-6.6 21.3-12.8 32.1-19 2.8-1.6 5.8-2.9 8.8-4.5-.3-1.4-.1-2.7-.7-3.4-7.6-8.4-15.3-16.8-23.1-24.9-4.6-4.7-9.6-9-14.3-13.7-.9-.9-1.5-2.8-1.1-3.9.3-1.1 1.9-2.4 3.1-2.6 2.5-.3 5.1-.2 7.6.1 14.5 1.9 29 4 43 8.6 2 .7 4.2.5 6.1.7 3-2.9 1.7-5.9.9-8.6-3.7-13.8-7.4-27.6-11.5-41.2-1.8-5.9-1.2-11.4-.3-16.8 3.5-2.2 6-1.3 8.4.9 8.2 7.3 16.4 14.6 24.6 21.8 1.8 1.6 4 2.6 6.5 4.3 2.6-7.2 1.6-13.8 2.5-20.3.8-6-1.2-12.4 1.6-18 3.9-1.9 6.8-.4 9.5 1.7 7.6 5.8 14.5 12.4 19.4 20.7 1.5 2.4 2.7 5.3 6.7 5.3 3.4-6.6 4.5-13.9 5.1-21.1 1-14.2 6.1-27 12.4-39.5.7-1.4 2.6-2.7 4.1-3 2.3-.5 4.4.9 5.1 3.2 1.6 5.2 2.9 10.6 4.2 15.9 2.1 8.5 4 17.1 6.2 25.6.6 2.5 1.7 4.8 2.8 7.1.4.9 1.5 1.5 2.8 2.7 1.6-1.6 3.1-3 4.3-4.6 8.1-10.8 16.1-21.8 24.2-32.6.9-1.1 2-2.1 3.2-2.9 2.1-1.5 5.6-.2 6.4 2.3.4 1.4.6 2.9.6 4.3.1 5.9 0 11.7.1 17.6 0 2.4.5 4.9.8 7 3.7 1.4 5.4-1 7.1-2.6 8-7.6 16.6-14.3 26-20.2 1.5-1 3.1-2 4.7-2.7 3.8-1.5 7.9 1.6 6.9 5.6-1.4 5.3-3.3 10.5-5 15.7-3.2 9.7-6.4 19.4-9.3 28.1 1.5 4.3 4.2 4.7 6.7 4.7 10.9-.3 20.7 4.5 31.1 6.1 1.1.2 2.1.7 3.1 1.1 2.6 1.2 3.4 4.4 1.1 6.2-4.6 3.6-9.5 6.8-14.3 10.1-2.1 1.4-4.3 2.7-6.4 4.2-.5.4-.8 1.2-1.5 2.3 3.8 11.3 15.2 17.9 20.7 29.4-2 .9-3.6 2.1-5.2 2.2-5.5.4-10.9.4-16.4.4-3.6 0-7.3-1-11.3 1.4-.1 1.8-.6 3.9-.3 5.9 1.5 9.8 3.2 19.5 4.8 29.3.3 1.7 0 3.5 0 5.2-7.3 1.8-7.3 1.8-32.1-10-.8 1.4-1.9 2.8-2.4 4.4-2.7 8.1-4 16.3-4.1 24.8-.1 4.4-.1 8.8-.6 13.2-.3 3.6-3.7 4.8-6.4 2.3-6.4-6-12.6-12.3-18.9-18.3-1.7-1.9-3.9-3.2-6.4-5.1zm56-148.8c-4.5-.1-6.6 2.7-8.8 5-6.4 6.5-12.6 13.3-18.9 19.9-1.5 1.6-3.3 3.5-5.6 2.3-1.7-1-3.5-2.9-4-4.7-.7-3.1-.5-6.5-.5-9.8 0-5.1.3-10.1-2.2-15.8-2.1 1.6-4.2 2.5-5.3 4.1-4.1 6.1-7.9 12.3-11.6 18.6-2.8 4.6-4.4 10-9.1 14-1.8-1.2-3.6-1.9-4.5-3.2-1.4-2.1-2.4-4.5-3.2-6.9-4-11.4-7.9-22.8-12-34.2-.8-2.1-.5-5.3-4.5-5.8-2.6 4.9-4 10.1-4.8 15.5-1.6 11.2-3.4 22.4-5.2 33.7-.3 1.8-.6 3.7-1.6 5.2-.6.9-2.6 1.7-3.6 1.4-1.7-.5-3.3-1.7-4.5-3-5.2-5.7-10.3-11.4-15.3-17.3-2.1-2.5-3.8-5.4-5.8-8-1.1-1.4-2.7-2.5-5.4-.9-.4 2-1.1 4.4-1.2 6.8-.3 8.8-.5 17.6-.6 26.4-.1 3.3.3 6.6-.2 9.9-.2 1.5-1.7 3.5-3 3.8-1.4.4-3.5-.7-4.7-1.8-1.6-1.4-2.6-3.5-3.7-5.4-6.3-10.6-14.7-19.1-24.8-26.1-1.1-.7-2.4-1-4.4-1.8.1 2.3 0 3.7.3 5 2.5 9.9 5 19.9 7.6 29.8 1.5 5.7 3.3 11.2 4.7 16.9 1.8 7.9.3 9.8-7.3 8.4-6.8-1.3-13.4-3.6-20.2-5.1-6.4-1.5-12.9-2.6-19.3-3.7-1.6-.3-3.7-.3-4.9 2.6.8 1.4 1.5 3.7 3 5 10 9.1 17.2 21.1 29.4 27.9.6.3 1.1.9 1.6 1.5 2.1 2.1 1.7 4.9-1.1 6.3-4.3 2.1-8.6 4-13 5.8-9.2 3.8-17.9 8.4-25.8 14.5-1 .8-1.7 2-3.3 4.1 5.1 1 9.1 1.2 12.9.3 10.5-2.5 21.1-1.7 31.7-1.7 12.3-.1 12.6 4.1 7.3 13.2-4.7 8.2-6.7 17-8.4 26-.3 1.5.3 3.2.6 5.5 4.8-1.7 7.8-4.3 10.8-6.8 8.7-7.3 17.3-14.7 25.9-22.1 3-2.5 5.6-3.2 7.9-1.9 2.3 1.3 2.4 3.5 2.5 5.7.1 1.8.2 3.7.2 5.5.4 10.4 3.6 20.2 7.9 29.5.7 1.6 1.5 3.4 3.9 3 .5-.6 1.1-1 1.4-1.6 5.4-13.6 10.7-27.2 16.1-40.9.5-1.4.9-2.8 1.5-4.1 1.4-2.6 5.6-3.2 7.5-1 1 1.1 1.7 2.4 2.4 3.7 4 7.4 7.8 14.9 11.8 22.3.8 1.4 2.3 2.4 4.1 4.3 1.3-3.7 2.3-6.4 3.3-9.1 3.9-10.6 7.8-21.3 11.9-31.9 1.5-3.9 5.7-4.7 9-2 1.1.9 2.1 2.1 3.1 3.1 3.2 3.5 6.3 7.1 9.6 10.6 2 2.1 3.6 4.7 7.5 4.7 4.5-5.7 2.1-13.2 4.4-19.7 2.3-6.4 2.5-13.4 4.4-19.8 6.4.1 6.4 0 8.9 1.7 4.3 2.8 8.5 5.7 12.8 8.5 2.5 1.6 5 3.2 8.5 1.6 2.8-6.1-.7-12-1.4-18-.7-6.4-3.5-12.6-3.4-19.5 9-4.9 18.8-1.2 28.8-3-1.2-2.3-1.7-4-2.7-5.3-2.8-3.4-5.8-6.6-8.6-10-7.8-9.3-7.3-12.3 3-18.7 1.6-1 3.2-1.8 4.6-2.9 1.3-1 2.4-2.4 3.7-3.7-7.1-4.2-7.1-4.2-13.8-4.4-4.4-.1-8.8 0-13.2-.5-4.4-.5-7.4-3.2-8-7.8-.3-2.4-.2-5.1.4-7.4 1.8-7.1 4-14.1 5.9-21.2.6-1.6.5-3.3.6-5.1z"
|
20
|
+
}), _react.default.createElement("path", {
|
21
|
+
className: "st0",
|
22
|
+
d: "M205.5 132.2c-9.4 18.4-12.3 20-29.1 16.8-3.5 3.4-7.1 7-10.7 10.5-4 3.9-9.1 4.3-14.5 4.4-1.6 3-3 6-4.8 8.7-3.6 5.6-8.6 9-15.5 8.8-4.8-.2-9.4-.2-13.4 3.3-1.5 1.3-3.5-.2-4.6-1.7-.6-.8-.9-2-1.1-3-2.5-13.3-5-26.6-7.5-40.1 5.8-4 11.7-8 18-12.3 1.6.5 3.4.9 5 1.5 3.6 1.4 5 4.2 4.7 7.8-.2 2.8-.7 5.6-1.2 9.1h11.7c.8-2.5 1.4-4.9 2.4-7.3 1.1-2.7 2.2-5.5 3.8-7.9 4.6-7.1 9.7-8.7 17.9-6.1 1.7.5 3.4 1.2 5.4 1.9 1.4-2.1 2.7-3.8 3.8-5.6 3-4.8 8.2-5.9 13-7.2 2.6-.7 5.1.4 6.9 2.4 2.4 2.7 4.7 5.5 7.7 9.1.7-2 1.5-3.2 1.4-4.4-.2-3.3-.8-6.5-1.3-9.8-.5-3.9 0-4.4 5.6-5.8 8.1 9.4 8.1 9.4 14.3 11.8 1.7-6.3 3.5-12.6 5.2-18.9.6-2.3 1.8-4 4.8-3.8 3.7 3.2 4.4 8.1 6.1 12.4 2.4 6 2.9 12.9 7.4 18.1 1 1.1.8 3.6.5 5.2-.3 1.6-1.3 3.3-2.5 4.3-1.3 1.1-3.5-.5-4.7-3.4-2-5-3.9-10.1-5.7-14.9-3.3 0-3.7 1.8-4.1 3.5-.8 3.6-1.4 7.2-2.4 10.7-.8 3-3.8 3.8-5.9 1.7-1.5-1.6-2.8-3.4-4.4-4.9-1-.9-2.4-1.3-3.5-1.9-2.4 3.3-.5 6.1-.2 8.9.2 2.5.6 5.1.5 7.6 0 .7-1.4 1.8-2.2 2-.9.2-2.5-.4-2.8-1.1-1.4-3.2-2.5-6.5-4-10.4zm-62.6 32.1c.2-8.3-5-12.1-12.9-9.1-3.7 1.4-7.3 3.4-10.7 5.5-3.2 2-3.6 5.6-1.4 8.6 4.1 5.6 13.8 7.6 19.8 4.1 3.5-2.1 5.1-5.1 5.2-9.1zm25.7-23.2c-.1-.6-.2-2.1-.7-3.4-1.2-3.7-3.5-6.2-7.7-6.6-3.8-.3-6.1 1.2-8.3 5.5-2.7 5.3-1.9 10.5.7 15.5 1.8 3.4 5.8 4.5 9.3 2.5 5.1-2.7 6.7-7.3 6.7-13.5zm22.9-19.9c-2 .3-3.4.6-4.8.7-5 .3-7.1 3.4-7.7 7.8-.3 2.5-.1 5.1.3 7.6.4 2.8 2.4 4.5 5 5.3 3.3.9 6.7 1.1 9.1-1.8 2.7-3.1 4.7-6.8 2.8-11-1.2-3.1-3.1-5.7-4.7-8.6zM124 136.5c-4.1-.9-6 1.6-8.1 3.4-4.9 4.1-4.8 4.8-1.2 11.9 5.5-2.9 7.3-4.5 9.3-9.5.6-1.8 0-4 0-5.8z"
|
23
|
+
}));
|
26
24
|
|
27
25
|
BoomMoodleIcon.displayName = 'BoomMoodleIcon';
|
28
26
|
BoomMoodleIcon.propTypes = {
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BoxTruckIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 7h-9V1.5A1.5 1.5 0 0 0 20 0h-9.5A1.5 1.5 0 0 0 9 1.5v20a1.5 1.5 0 0 0 1.5 1.5h20a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 30.5 7zM12 3h6.5v4H12V3zm17 17H12V10h17v10zm-7-5.5h-3a1.5 1.5 0 1 1 0-3h3a1.5 1.5 0 1 1 0 3zM21.625 26H8.742A4.522 4.522 0 0 0 6 23.258V4.5C6 2.019 3.981 0 1.5 0a1.5 1.5 0 1 0 0 3A1.5 1.5 0 0 1 3 4.5v18.758A4.51 4.51 0 0 0 0 27.5C0 29.981 2.019 32 4.5 32a4.507 4.507 0 0 0 4.242-3h12.883a1.5 1.5 0 1 0 0-3zM4.5 29a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 4.5 29z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BoxTruckIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BrighhrAppIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M21 22.058a1.5 1.5 0 0 0-1.5 1.5V27.5A1.5 1.5 0 0 1 18 29H4.5A1.5 1.5 0 0 1 3 27.5v-4.442h10.5a1.5 1.5 0 1 0 0-3H3V4.501a1.5 1.5 0 0 1 1.5-1.5H13a1.5 1.5 0 1 0 0-3H4.5a4.505 4.505 0 0 0-4.5 4.5v23c0 2.481 2.019 4.5 4.5 4.5H18c2.481 0 4.5-2.019 4.5-4.5v-3.942a1.5 1.5 0 0 0-1.5-1.5zM12.75 26a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12.75 26zM31.685 1.077A1.5 1.5 0 0 0 29.58.811l-6.332 4.914 1.07-3.756A1.501 1.501 0 0 0 23.287.115a1.502 1.502 0 0 0-1.854 1.031l-1.574 5.521-2.15-2.508a1.5 1.5 0 0 0-2.277 1.952l2.096 2.445-3.599.377a1.5 1.5 0 0 0 .314 2.984l1.183-.124-2.844 2.206a1.499 1.499 0 0 0 .921 2.686c.321 0 .645-.102.919-.315l3.434-2.665-1.131 3.97a1.867 1.867 0 0 0 1.797 2.381c.07 0 .14-.004.211-.011.402-.045 1.241-.14 5.916-4.188 3.056-2.648 4.784-4.422 5.134-5.275a2.212 2.212 0 0 0-.28-2.185 2.225 2.225 0 0 0-2.027-.885l-1.893.199 5.839-4.53c.652-.507.771-1.45.264-2.105zm-8.889 12.415a77.825 77.825 0 0 1-2.314 1.938l1.224-4.295 4.126-.434a62.723 62.723 0 0 1-3.036 2.791z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BrighhrAppIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BrightAdviceIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 24 25"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M20.625 4.5H17.25V3.375A3.376 3.376 0 0013.875 0h-10.5A3.375 3.375 0 000 3.375v17.252a3.375 3.375 0 003.375 3.375h10.5a3.375 3.375 0 003.375-3.375V13.5h3.375A3.375 3.375 0 0024 10.126v-2.25A3.376 3.376 0 0020.625 4.5zm-6.75 17.252h-10.5a1.125 1.125 0 01-1.125-1.125v-1.125H15v1.125a1.125 1.125 0 01-1.125 1.125zm1.125-4.5H2.25V3.374A1.125 1.125 0 013.375 2.25h10.5A1.125 1.125 0 0115 3.375V4.5h-4.875A3.375 3.375 0 006.75 7.876v6.75a1.125 1.125 0 001.706.966l3.479-2.09H15v3.75zm6.75-7.126a1.125 1.125 0 01-1.125 1.125h-9c-.205 0-.406.054-.581.159L9 12.639V7.876a1.125 1.125 0 011.125-1.125h10.5a1.125 1.125 0 011.125 1.125v2.25z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BrightAdviceIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BrowserIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.5 0h-23A4.505 4.505 0 0 0 0 4.5v23C0 29.981 2.019 32 4.5 32h23c2.481 0 4.5-2.019 4.5-4.5v-23C32 2.019 29.981 0 27.5 0zM29 27.5a1.5 1.5 0 0 1-1.5 1.5h-23A1.5 1.5 0 0 1 3 27.5V12h26v15.5zM29 9H3V4.5A1.5 1.5 0 0 1 4.5 3h23A1.5 1.5 0 0 1 29 4.5V9zM7.5 6a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 7.5 6zM12 6a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 6zm4.5 0a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 16.5 6z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BrowserIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const BullhornIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M31.274.215a1.503 1.503 0 0 0-1.475-.041C29.717.218 21.553 4.5 16 4.5H4.998C2.243 4.5.001 6.519.001 9v8c0 2.481 2.243 4.5 4.997 4.5h2.276l1.92 7.165a4.506 4.506 0 0 0 5.512 3.181 4.46 4.46 0 0 0 2.729-2.099 4.475 4.475 0 0 0 .453-3.413l-1.291-4.819c5.514.28 13.104 4.258 13.203 4.31a1.503 1.503 0 0 0 1.475-.041c.451-.271.726-.759.726-1.285v-23a1.498 1.498 0 0 0-.725-1.285zM4.997 18.5c-1.083 0-1.998-.688-1.998-1.5V9c0-.813.915-1.5 1.998-1.5h8.253v11H4.998zm9.838 9.747a1.488 1.488 0 0 1-.908.701 1.502 1.502 0 0 1-1.838-1.061L10.378 21.5h3.106l1.504 5.611c.102.384.049.788-.154 1.136zM29 22.104c-2.965-1.356-8.359-3.519-12.75-3.6V7.496c4.391-.08 9.785-2.244 12.75-3.6v18.207z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
BullhornIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const CakeIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 29h-2v-5c0-2.481-2.019-4.5-4.5-4.5h-6.5v-3.982a6.467 6.467 0 0 0 3.096-1.729c1.227-1.227 1.904-2.86 1.904-4.596s-.676-3.369-1.904-4.596L16 .001l-4.596 4.596C10.177 5.825 9.5 7.457 9.5 9.193s.676 3.369 1.904 4.596a6.455 6.455 0 0 0 3.096 1.729V19.5H8A4.505 4.505 0 0 0 3.5 24v5h-2a1.5 1.5 0 1 0 0 3h29a1.5 1.5 0 1 0 0-3zm-18-19.807c0-.935.364-1.814 1.025-2.475L16 4.243l2.475 2.475c.661.661 1.025 1.54 1.025 2.475s-.364 1.814-1.025 2.475c-.661.661-1.54 1.025-2.475 1.025s-1.814-.364-2.475-1.025-1.025-1.54-1.025-2.475zM6.5 29v-5c0-.828.673-1.5 1.5-1.5h16a1.5 1.5 0 0 1 1.5 1.5v5h-19z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CakeIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}));
|
22
|
-
};
|
16
|
+
const CalculatorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.5 0h-23A4.498 4.498 0 0 0 0 4.5v23C0 29.988 2.013 32 4.5 32h23c2.488 0 4.5-2.012 4.5-4.5v-23C32 2.013 29.988 0 27.5 0zm-23 3h23c.825 0 1.5.675 1.5 1.5V9H3V4.5C3 3.675 3.675 3 4.5 3zM29 27.5c0 .825-.675 1.5-1.5 1.5h-23c-.825 0-1.5-.675-1.5-1.5V12h26v15.5zM21.5 26h4c.275 0 .5-.225.5-.5v-10c0-.275-.225-.5-.5-.5h-4c-.275 0-.5.225-.5.5v10c0 .275.225.5.5.5zm-15-7H10c.275 0 .5-.225.5-.5v-3c0-.275-.225-.5-.5-.5H6.5c-.275 0-.5.225-.5.5v3c0 .275.225.5.5.5zm7.5 0h3.5c.275 0 .5-.225.5-.5v-3c0-.275-.225-.5-.5-.5H14c-.275 0-.5.225-.5.5v3c0 .275.225.5.5.5zm-7.5 7H10c.275 0 .5-.225.5-.5v-3c0-.275-.225-.5-.5-.5H6.5c-.275 0-.5.225-.5.5v3c0 .275.225.5.5.5zm7.5 0h3.5c.275 0 .5-.225.5-.5v-3c0-.275-.225-.5-.5-.5H14c-.275 0-.5.225-.5.5v3c0 .275.225.5.5.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CalculatorIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,33 +13,31 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
}));
|
42
|
-
};
|
16
|
+
const CalendarIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256 256"
|
18
|
+
}, props), _react.default.createElement("circle", {
|
19
|
+
cx: "72",
|
20
|
+
cy: "120",
|
21
|
+
r: "12"
|
22
|
+
}), _react.default.createElement("circle", {
|
23
|
+
cx: "184",
|
24
|
+
cy: "120",
|
25
|
+
r: "12"
|
26
|
+
}), _react.default.createElement("circle", {
|
27
|
+
cx: "128",
|
28
|
+
cy: "120",
|
29
|
+
r: "12"
|
30
|
+
}), _react.default.createElement("circle", {
|
31
|
+
cx: "72",
|
32
|
+
cy: "180",
|
33
|
+
r: "12"
|
34
|
+
}), _react.default.createElement("circle", {
|
35
|
+
cx: "128",
|
36
|
+
cy: "180",
|
37
|
+
r: "12"
|
38
|
+
}), _react.default.createElement("path", {
|
39
|
+
d: "M220 24h-23.5V12c0-6.6-5.4-12-12-12s-12 5.4-12 12v12h-88V12c0-6.6-5.4-12-12-12s-12 5.4-12 12v12H36C16.1 24 0 40.1 0 60v160c0 19.9 16.1 36 36 36h184c19.9 0 36-16.1 36-36V60c0-19.9-16.1-36-36-36zm12 196c0 6.6-5.4 12-12 12H36c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h24.5v12c0 6.6 5.4 12 12 12s12-5.4 12-12V48h88v12c0 6.6 5.4 12 12 12s12-5.4 12-12V48H220c6.6 0 12 5.4 12 12v160z"
|
40
|
+
}));
|
43
41
|
|
44
42
|
CalendarIcon.displayName = 'CalendarIcon';
|
45
43
|
CalendarIcon.propTypes = {
|
@@ -13,19 +13,17 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
}));
|
28
|
-
};
|
16
|
+
const CalendarAddIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256 256"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
id: "calendar",
|
20
|
+
d: "M220,24H196.5V12a12,12,0,0,0-24,0V24h-88V12a12,12,0,0,0-24,0V24H36A36,36,0,0,0,0,60V220a36,36,0,0,0,36,36H220a36,36,0,0,0,36-36V60A36,36,0,0,0,220,24Zm12,196a12,12,0,0,1-12,12H36a12,12,0,0,1-12-12V60A12,12,0,0,1,36,48H60.5V60a12,12,0,0,0,24,0V48h88V60a12,12,0,0,0,24,0V48H220a12,12,0,0,1,12,12Z",
|
21
|
+
transform: "translate(0 0)"
|
22
|
+
}), _react.default.createElement("path", {
|
23
|
+
id: "add",
|
24
|
+
d: "M160,128H140V108a12,12,0,0,0-24,0v20H96a12,12,0,0,0,0,24h20v20a12,12,0,0,0,24,0V152h20a12,12,0,0,0,0-24Z",
|
25
|
+
transform: "translate(0 0)"
|
26
|
+
}));
|
29
27
|
|
30
28
|
CalendarAddIcon.displayName = 'CalendarAddIcon';
|
31
29
|
CalendarAddIcon.propTypes = {
|