bright-components 9.33.0 → 10.1.1
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 +93 -70
- 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 +59 -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
- package/src/components/Checkbox/index.js +2 -2
- package/src/components/Typeahead/Option/index.js +0 -1
@@ -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 PadlockLockedIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 17h-4V7.5C26.5 3.362 23.137 0 19 0h-6a7.506 7.506 0 0 0-7.5 7.5V17h-4c-.825 0-1.5.675-1.5 1.5v12c0 .825.675 1.5 1.5 1.5h29c.825 0 1.5-.675 1.5-1.5v-12c0-.825-.675-1.5-1.5-1.5zm-22-9.5C8.5 5.013 10.512 3 13 3h6c2.488 0 4.5 2.013 4.5 4.5V17h-15V7.5zM29 29H3v-9h26v9zm-11.5-4.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PadlockLockedIcon.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 PadlockUnlockedIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 17h-22V7.5C8.5 5.013 10.512 3 13 3h6c2.488 0 4.5 2.013 4.5 4.5 0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5C26.5 3.362 23.137 0 19 0h-6a7.506 7.506 0 0 0-7.5 7.5V17h-4c-.825 0-1.5.675-1.5 1.5v12c0 .825.675 1.5 1.5 1.5h29c.825 0 1.5-.675 1.5-1.5v-12c0-.825-.675-1.5-1.5-1.5zM29 29H3v-9h26v9zm-11.5-4.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PadlockUnlockedIcon.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 PaperStackIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16.169 32c-.256 0-.511-.065-.741-.196L.759 23.458a1.501 1.501 0 0 1-.563-2.045 1.502 1.502 0 0 1 2.045-.563l13.926 7.924 13.59-7.733a1.5 1.5 0 1 1 1.482 2.608l-14.331 8.154a1.47 1.47 0 0 1-.74.197zm0-6.5c-.256 0-.511-.065-.741-.196L.759 16.958a1.501 1.501 0 0 1-.563-2.045 1.502 1.502 0 0 1 2.045-.563l13.926 7.924 13.59-7.732a1.5 1.5 0 1 1 1.482 2.608l-14.331 8.154a1.472 1.472 0 0 1-.74.198zm0-6.5c-.256 0-.511-.065-.741-.196L.759 10.458a1.5 1.5 0 0 1 .035-2.627L15.125.176a1.5 1.5 0 0 1 1.414 0l14.669 7.846a1.5 1.5 0 1 1 .035 2.627l-14.331 8.154a1.487 1.487 0 0 1-.742.198zM4.606 9.195l11.563 6.579 11.227-6.387-11.564-6.185L4.606 9.196z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PaperStackIcon.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 PaperclipIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M10.498 32c-2.69 0-5.379-1.024-7.426-3.071-4.095-4.095-4.095-10.758 0-14.851L16.688.441a1.5 1.5 0 1 1 2.123 2.12L5.194 16.2c-2.926 2.925-2.926 7.685-.001 10.609 1.462 1.462 3.384 2.194 5.305 2.194s3.842-.731 5.305-2.194l11.883-11.874a4.506 4.506 0 0 0 0-6.365c-.85-.85-1.98-1.319-3.183-1.319s-2.332.468-3.183 1.319L9.437 20.444a1.501 1.501 0 0 0 2.123 2.121l11.955-11.954a1.5 1.5 0 0 1 2.122 2.121L13.682 24.686a4.507 4.507 0 0 1-6.366 0 4.506 4.506 0 0 1 0-6.365L19.199 6.447c2.925-2.925 7.684-2.924 10.609 0 2.925 2.925 2.925 7.684 0 10.609L17.925 28.93a10.474 10.474 0 0 1-7.428 3.071z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PaperclipIcon.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 PayrollNavigatorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 52 52"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M48 2H12c-1.1 0-2 .9-2 2v15c-.95.25-1.85.575-2.675.925C2.7 21.9 2 24.575 2 26v16c0 1.425.7 4.1 5.325 6.075C10.2 49.325 14 50 18 50c4 0 7.8-.675 10.675-1.925C33.3 46.1 34 43.425 34 42V30h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM14 6h3.65c-.6 1.7-1.95 3.05-3.65 3.65V6zm16 36c0 1.4-4.55 4-12 4S6 43.4 6 42v-2.55c.4.225.825.425 1.325.625C10.2 41.325 14 42 18 42c4 0 7.8-.675 10.675-1.925.475-.2.925-.425 1.325-.625V42zm0-8c0 1.4-4.55 4-12 4S6 35.4 6 34v-2.6c.4.25.825.475 1.325.675C10.2 33.325 14 34 18 34c4 0 7.8-.675 10.675-1.925.475-.2.925-.425 1.325-.675V34zm-12-4c-7.45 0-12-2.6-12-4s4.55-4 12-4 12 2.6 12 4-4.55 4-12 4zm28-4h-3.65c.6-1.7 1.95-3.05 3.65-3.65V26zm0-7.8c-3.9.8-7 3.875-7.8 7.8H34c0-1.425-.7-4.1-5.325-6.075C25.8 18.675 22 18 18 18c-1.375 0-2.7.075-4 .225V13.8c3.9-.8 7-3.9 7.8-7.8h16.4c.8 3.9 3.875 7 7.8 7.8v4.4zm0-8.55c-1.7-.6-3.05-1.95-3.65-3.65H46v3.65z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PayrollNavigatorIcon.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 PencilIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.975 5.525l.002.033-4.535-4.535.033.002C25.842.392 24.967 0 24 0s-1.841.392-2.475 1.025L3.439 19.075c-.179.179-.31.401-.38.644L.06 30.083a1.5 1.5 0 0 0 1.857 1.856l10.365-2.999c.243-.07.465-.201.643-.38l18.05-18.086C31.608 9.841 32 8.966 32 7.999s-.392-1.841-1.025-2.475zM3.698 28.302l1.792-6.191 4.399 4.399-6.191 1.792zM28.856 8.387L12.432 24.811l-5.243-5.243L23.613 3.144c.125-.125.275-.144.354-.144s.228.019.354.144l4.535 4.535a.506.506 0 0 1 0 .707z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PencilIcon.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 PerspectiveIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.851 21.617L26.734 12.5a5.256 5.256 0 0 0 3.016-4.75A5.256 5.256 0 0 0 24.5 2.5a5.256 5.256 0 0 0-4.75 3.016l-9.325-1.143A5.258 5.258 0 0 0 5.25-.001 5.256 5.256 0 0 0 0 5.249a5.256 5.256 0 0 0 4.793 5.229l1.726 8.396a5.255 5.255 0 0 0-2.769 4.625A5.256 5.256 0 0 0 9 28.749a5.255 5.255 0 0 0 4.65-2.817l7.9 1.536a5.257 5.257 0 0 0 5.2 4.531 5.256 5.256 0 0 0 5.25-5.25 5.26 5.26 0 0 0-4.149-5.133zm-5.843 2.884l-7.782-1.514a5.257 5.257 0 0 0-4.768-4.716L7.732 9.875a5.29 5.29 0 0 0 2.329-2.524l9.243 1.133a5.26 5.26 0 0 0 4.464 4.464l1.091 8.906a5.273 5.273 0 0 0-2.85 2.648zM24.5 5.5c1.24 0 2.25 1.009 2.25 2.25S25.74 10 24.5 10s-2.25-1.009-2.25-2.25S23.26 5.5 24.5 5.5zM3 5.25C3 4.009 4.009 3 5.25 3S7.5 4.009 7.5 5.25 6.491 7.5 5.25 7.5 3 6.491 3 5.25zm6 20.5c-1.241 0-2.25-1.01-2.25-2.25S7.759 21.25 9 21.25s2.25 1.01 2.25 2.25-1.009 2.25-2.25 2.25zM26.75 29c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25S29 25.51 29 26.75 27.991 29 26.75 29z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PerspectiveIcon.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 PhoneIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M25.909 32h-.034C11.607 32 0 20.392 0 6.125v-.034c0-1.202.468-2.333 1.317-3.183l1.591-1.591C3.758.468 4.888 0 6.091 0s2.332.468 3.182 1.317l2.829 2.829c.85.85 1.317 1.98 1.317 3.183s-.467 2.331-1.317 3.183l-2.174 2.174c.244.585 1.111 2.106 4.196 5.191s4.606 3.954 5.191 4.196l2.172-2.172c.85-.85 1.98-1.317 3.183-1.317s2.332.469 3.183 1.319l2.829 2.829c.85.85 1.317 1.98 1.317 3.183s-.468 2.332-1.317 3.183l-1.591 1.591a4.484 4.484 0 0 1-3.183 1.314zM6.091 3c-.401 0-.777.156-1.06.439L3.438 5.03c-.282.284-.439.66-.439 1.061v.034C2.999 18.739 13.26 29 25.874 29h.034c.401 0 .777-.156 1.06-.439l1.591-1.591c.284-.284.439-.66.439-1.061s-.156-.777-.439-1.06L25.73 22.02a1.489 1.489 0 0 0-1.06-.44c-.401 0-.777.156-1.06.439l-2.602 2.602c-.214.215-.641.523-1.355.541-1.038.027-2.961-.48-7.649-5.168s-5.194-6.61-5.168-7.649c.019-.714.326-1.143.541-1.355L9.98 8.388c.284-.284.439-.66.439-1.061s-.156-.777-.44-1.061L7.15 3.44A1.485 1.485 0 0 0 6.09 3zm3.35 10.168zm.003-.002zm.002-.002zm20.183-.624a1.502 1.502 0 0 1-1.41-.988 12.971 12.971 0 0 0-7.773-7.772A1.5 1.5 0 1 1 21.472.961a15.975 15.975 0 0 1 9.565 9.565 1.498 1.498 0 0 1-1.408 2.013zm-5.639 2.052a1.502 1.502 0 0 1-1.41-.988 6.987 6.987 0 0 0-4.185-4.185A1.5 1.5 0 1 1 19.421 6.6a9.975 9.975 0 0 1 5.977 5.978 1.498 1.498 0 0 1-1.408 2.013z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PhoneIcon.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 PhoneWorkIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M29.475 3.485C26.326 1.466 20.66 0 16 0S5.674 1.466 2.525 3.485A5.473 5.473 0 0 0 0 8.111V12c0 1.654 1.346 3 3 3v12.5C3 29.981 5.019 32 7.5 32h17c2.481 0 4.5-2.019 4.5-4.5V15c1.654 0 3-1.346 3-3V8.111a5.472 5.472 0 0 0-2.525-4.626zM26 27.5a1.5 1.5 0 0 1-1.5 1.5h-17c-.827 0-1.5-.672-1.5-1.5V15h3.329c1.345 0 2.518-.89 2.885-2.175l.906-2.41c.02-.054.037-.109.051-.164h5.658c.014.056.031.11.051.164l.906 2.41A2.995 2.995 0 0 0 22.671 15H26v12.5zM29 12h-6.329a1.556 1.556 0 0 0-.051-.164l-.906-2.41a2.997 2.997 0 0 0-2.885-2.176h-5.657c-1.345 0-2.518.89-2.885 2.175l-.906 2.41c-.02.054-.037.109-.051.164H3.001V8.112a2.48 2.48 0 0 1 1.145-2.1c2.275-1.46 7.204-3.011 11.855-3.011s9.58 1.551 11.855 3.011a2.485 2.485 0 0 1 1.145 2.1v3.889zm-11.5 6.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm-6 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm12 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm-6 6a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm-6 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm12 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PhoneWorkIcon.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 PieChartIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 0C7.175 0 0 7.175 0 16s7.175 16 16 16 16-7.175 16-16S24.825 0 16 0zm12.913 14.5H17.5V3.088c5.975.688 10.725 5.438 11.413 11.412zM14.5 3.087v12.287l-8.688 8.688a12.884 12.884 0 0 1-2.813-8.063c0-6.662 5.037-12.162 11.5-12.912zM16 29c-3.05 0-5.85-1.05-8.063-2.813l8.688-8.688h12.288c-.75 6.462-6.25 11.5-12.913 11.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PieChartIcon.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 PinIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M31.561 13.168L18.832.441a1.5 1.5 0 0 0-2.559.986c-.001.021-.11 2.178-.416 4.518-.564 4.32-1.24 5.074-1.266 5.102-.03.029-.781.703-5.086 1.266a65.205 65.205 0 0 1-4.536.419 1.5 1.5 0 0 0-.986 2.559l5.304 5.304-8.846 8.846a1.5 1.5 0 1 0 2.121 2.121l8.848-8.848 5.304 5.304a1.5 1.5 0 0 0 2.559-.986c.001-.021.111-2.194.419-4.536.564-4.305 1.238-5.056 1.265-5.084.03-.029.781-.703 5.086-1.266a65.205 65.205 0 0 1 4.536-.419 1.5 1.5 0 0 0 .984-2.559zm-5.931.004c-4.776.627-6.141 1.46-6.797 2.116s-1.489 2.021-2.116 6.797a57.8 57.8 0 0 0-.179 1.515l-8.139-8.139c.482-.051.992-.11 1.515-.179 4.776-.627 6.141-1.46 6.798-2.116s1.489-2.021 2.116-6.798a57.8 57.8 0 0 0 .179-1.515l8.139 8.139c-.483.051-.992.11-1.515.179z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PinIcon.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 PlasterIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M17.5 16a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 17.5 16zm-5 5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12.5 21zm4-1a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 16.5 20zm-3-3a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 13.5 17zm8-2a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 21.5 15zm-3-3a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 18.5 12zm4-1a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 22.5 11zm4.837 5l3.348-3.348a4.501 4.501 0 0 0 0-6.36l-4.976-4.976a4.501 4.501 0 0 0-6.36 0L16 4.662l-3.348-3.348a4.501 4.501 0 0 0-6.36 0L1.314 6.292a4.501 4.501 0 0 0 0 6.36L4.662 16l-3.348 3.348a4.501 4.501 0 0 0 0 6.36l4.976 4.976C7.167 31.562 8.319 32 9.471 32s2.304-.439 3.18-1.315l3.348-3.348 3.348 3.348c.876.876 2.029 1.315 3.18 1.315s2.304-.439 3.18-1.315l4.976-4.976a4.501 4.501 0 0 0 0-6.36L27.337 16zM3.436 10.531a1.498 1.498 0 0 1 0-2.117l4.976-4.976C8.705 3.146 9.087 3 9.471 3s.768.146 1.059.438l3.348 3.348-7.095 7.095-3.346-3.349zm7.095 18.033a1.498 1.498 0 0 1-2.117 0l-4.978-4.976a1.498 1.498 0 0 1 0-2.117L21.468 3.437c.293-.292.675-.438 1.059-.438s.767.146 1.059.438l4.976 4.976a1.498 1.498 0 0 1 0 2.117L10.531 28.564zm18.033-4.977l-4.976 4.976a1.498 1.498 0 0 1-2.117 0l-3.348-3.348 7.095-7.095 3.348 3.348a1.503 1.503 0 0 1-.001 2.119z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PlasterIcon.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 PlusIcon = 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-13v-13a1.5 1.5 0 1 0-3 0v13h-13a1.5 1.5 0 1 0 0 3h13v13a1.5 1.5 0 1 0 3 0v-13h13a1.5 1.5 0 1 0 0-3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PlusIcon.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 PlusCircleIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 32C7.178 32 0 24.822 0 16S7.178 0 16 0s16 7.178 16 16-7.178 16-16 16zm0-29C8.831 3 3 8.831 3 16s5.831 13 13 13 13-5.831 13-13S23.169 3 16 3zm5.5 11.5h-4v-4a1.5 1.5 0 1 0-3 0v4h-4a1.5 1.5 0 1 0 0 3h4v4a1.5 1.5 0 1 0 3 0v-4h4a1.5 1.5 0 1 0 0-3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PlusCircleIcon.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 PoPIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 24 25"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M22.875 24.01c-.148 0-.294-.028-.431-.084l-5.006-2.072-5.007 2.072a1.126 1.126 0 01-.862 0l-5.007-2.072-5.006 2.072A1.126 1.126 0 010 22.885v-19.5A3.375 3.375 0 013.375.01h17.25A3.375 3.375 0 0124 3.385v19.5a1.125 1.125 0 01-1.125 1.125zm-16.313-4.5c.148 0 .295.028.432.084L12 21.666l5.006-2.072a1.124 1.124 0 01.863 0l3.881 1.603V3.385a1.125 1.125 0 00-1.125-1.125H3.375A1.125 1.125 0 002.25 3.385v17.812l3.881-1.603c.137-.056.284-.085.431-.084z"
|
20
|
+
}), _react.default.createElement("path", {
|
21
|
+
d: "M18.375 15.76a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zm-9 0h-3.75a1.125 1.125 0 010-2.25h3.75a1.125 1.125 0 110 2.25zm9-4.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zm-4.5 0h-8.25a1.125 1.125 0 010-2.25h8.25a1.125 1.125 0 110 2.25zm4.5-4.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zm-4.5 0h-8.25a1.125 1.125 0 010-2.25h8.25a1.125 1.125 0 110 2.25z"
|
22
|
+
}));
|
25
23
|
|
26
24
|
PoPIcon.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 PowerIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 17.5a1.5 1.5 0 0 1-1.5-1.5V1.5a1.5 1.5 0 1 1 3 0V16a1.5 1.5 0 0 1-1.5 1.5zM16 32C7.178 32 0 24.822 0 16c0-2.803.735-5.56 2.126-7.975a16.102 16.102 0 0 1 5.596-5.719 1.5 1.5 0 1 1 1.554 2.566C5.346 7.251 3 11.411 3 15.999c0 7.169 5.831 13 13 13s13-5.831 13-13c0-4.589-2.346-8.749-6.277-11.129a1.5 1.5 0 1 1 1.554-2.566 15.986 15.986 0 0 1 7.724 13.695c0 8.822-7.178 16-16 16z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PowerIcon.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 PramIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256 256"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M196 168c33.08 0 60-26.92 60-60C256 48.45 207.55 0 148 0c-6.63 0-12 5.37-12 12v60H48V36c0-6.63-5.37-12-12-12H12C5.37 24 0 29.37 0 36s5.37 12 12 12h12v60c0 33.08 26.92 60 60 60h23.03l-19.52 19.52C82.81 185.26 77.55 184 72 184c-19.85 0-36 16.15-36 36s16.15 36 36 36 36-16.15 36-36c0-5.55-1.26-10.81-3.52-15.51L128 180.97l23.52 23.52A35.83 35.83 0 0 0 148 220c0 19.85 16.15 36 36 36s36-16.15 36-36-16.15-36-36-36c-5.55 0-10.81 1.26-15.51 3.52L148.97 168H196zM48 108V96h124c6.63 0 12-5.37 12-12s-5.37-12-12-12h-12V24.85c40.65 5.84 72 40.9 72 83.15 0 19.85-16.15 36-36 36H84c-19.85 0-36-16.15-36-36zm24 124c-6.62 0-12-5.38-12-12s5.38-12 12-12 12 5.38 12 12-5.38 12-12 12zm124-12c0 6.62-5.38 12-12 12s-12-5.38-12-12 5.38-12 12-12 12 5.38 12 12z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PramIcon.displayName = 'PramIcon';
|
25
23
|
PramIcon.propTypes = {
|
@@ -13,22 +13,20 @@ 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
|
-
};
|
16
|
+
const PrintIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256 256"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
id: "printer",
|
20
|
+
d: "M220,56h-8V24c0-13.2-10.8-24-24-24H68C54.8,0,44,10.8,44,24v32h-8C16.1,56,0,72.1,0,92v88 c0,19.9,16.1,36,36,36h8v16c0,13.2,10.8,24,24,24h120c13.2,0,24-10.8,24-24v-16h8c19.9,0,36-16.1,36-36V92C256,72.1,239.9,56,220,56 z M68,24h120v32H68V24z M188,232H68v-48h120V232z M232,180c0,6.6-5.4,12-12,12h-8v-20c0-6.6-5.4-12-12-12H56c-6.6,0-12,5.4-12,12v20 h-8c-6.6,0-12-5.4-12-12V92c0-6.6,5.4-12,12-12h184c6.6,0,12,5.4,12,12V180z"
|
21
|
+
}), _react.default.createElement("circle", {
|
22
|
+
cx: "200",
|
23
|
+
cy: "116",
|
24
|
+
r: "12"
|
25
|
+
}), _react.default.createElement("circle", {
|
26
|
+
cx: "152",
|
27
|
+
cy: "116",
|
28
|
+
r: "12"
|
29
|
+
}));
|
32
30
|
|
33
31
|
PrintIcon.displayName = 'PrintIcon';
|
34
32
|
PrintIcon.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 PrinterIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.5 9h-1V3c0-1.65-1.35-3-3-3h-15c-1.65 0-3 1.35-3 3v6h-1A4.497 4.497 0 0 0 0 13.5v9C0 24.988 2.013 27 4.5 27h1v2c0 1.65 1.35 3 3 3h15c1.65 0 3-1.35 3-3v-2h1c2.488 0 4.5-2.012 4.5-4.5v-9c0-2.488-2.012-4.5-4.5-4.5zm-19-6h15v6h-15V3zm15 26h-15v-9h15v9zm5.5-6.5c0 .825-.675 1.5-1.5 1.5h-1v-5.5c0-.825-.675-1.5-1.5-1.5H7c-.825 0-1.5.675-1.5 1.5V24h-1c-.825 0-1.5-.675-1.5-1.5v-9c0-.825.675-1.5 1.5-1.5h23c.825 0 1.5.675 1.5 1.5v9z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PrinterIcon.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 PulseIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M12 32a1.5 1.5 0 0 1-1.414-1.001L4.939 15H1.5a1.5 1.5 0 1 1 0-3H6c.636 0 1.202.401 1.415 1.001l4.41 12.495 6.729-24.395a1.501 1.501 0 0 1 2.862-.1L27.062 17h3.439a1.5 1.5 0 1 1 0 3h-4.5a1.5 1.5 0 0 1-1.415-1.001l-4.41-12.495-6.73 24.395a1.5 1.5 0 0 1-1.394 1.1l-.051.001z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PulseIcon.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 PuzzleIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.5 32h-14A4.505 4.505 0 0 1 9 27.5V22c0-.276-.011-.49-.026-.651l-.348.114c-.714.24-1.603.538-2.626.538-3.309 0-6-2.691-6-6s2.691-6 6-6c1.001 0 1.876.275 2.58.498.121.039.261.082.394.121.015-.154.026-.356.026-.619v-5.5c0-2.481 2.019-4.5 4.5-4.5h14c2.481 0 4.5 2.019 4.5 4.5v5.5c0 1.13-.131 2.523-1.155 3.274-1.031.756-2.215.384-3.165.085-.56-.176-1.14-.359-1.68-.359-1.654 0-3 1.346-3 3s1.346 3 3 3c.534 0 1.114-.194 1.674-.381.942-.315 2.115-.709 3.152.039 1.04.749 1.174 2.18 1.174 3.343v5.5c0 2.481-2.019 4.5-4.5 4.5zM9.463 18.229c.46 0 .924.113 1.364.429 1.04.749 1.174 2.179 1.174 3.343v5.5a1.5 1.5 0 0 0 1.5 1.5h14a1.5 1.5 0 0 0 1.5-1.5v-5.5c0-.276-.011-.49-.026-.651l-.348.114c-.714.239-1.604.538-2.626.538-3.309 0-6-2.691-6-6s2.691-6 6-6c1.001 0 1.876.275 2.58.498.121.039.261.082.394.121.015-.154.026-.356.026-.619v-5.5a1.5 1.5 0 0 0-1.5-1.5h-14a1.5 1.5 0 0 0-1.5 1.5v5.5c0 1.13-.131 2.523-1.155 3.274-1.031.756-2.215.384-3.165.085-.561-.176-1.14-.359-1.68-.359-1.654 0-3 1.346-3 3s1.346 3 3 3c.534 0 1.114-.194 1.674-.381.542-.183 1.163-.39 1.789-.39z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PuzzleIcon.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 QuestionIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M17.5 30.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM16 26a1.5 1.5 0 0 1-1.5-1.5v-5A1.5 1.5 0 0 1 16 18c4.135 0 7.5-3.365 7.5-7.5S20.135 3 16 3s-7.5 3.365-7.5 7.5a1.5 1.5 0 1 1-3 0C5.5 4.71 10.21 0 16 0s10.5 4.71 10.5 10.5c0 5.28-3.919 9.663-9 10.394V24.5A1.5 1.5 0 0 1 16 26z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
QuestionIcon.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 RadarIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 26a9.943 9.943 0 0 1-2.113-.225 9.738 9.738 0 0 1-2.037-.675c-.363-.163-.637-.462-.787-.837s-.125-.788.037-1.15a1.496 1.496 0 0 1 1.988-.738c.9.413 1.9.625 2.9.625.65 0 1.3-.087 1.925-.262a1.55 1.55 0 0 1 .413-.063 1.497 1.497 0 0 1 .4 2.937c-.875.262-1.8.387-2.725.387zm7.075-3.788c-.3 0-.587-.087-.837-.25-.337-.225-.563-.563-.637-.95s0-.788.225-1.125c.275-.413.75-.663 1.25-.663a1.493 1.493 0 0 1 1.238 2.325 1.47 1.47 0 0 1-1.238.663zM8.3 21.1a1.518 1.518 0 0 1-1.362-.863c-.313-.663-.55-1.363-.7-2.075s-.237-1.438-.237-2.163c0-1.3.25-2.563.737-3.762a9.903 9.903 0 0 1 2.2-3.313c.95-.95 2.063-1.688 3.3-2.2A9.95 9.95 0 0 1 16 5.987h.012c1.3 0 2.563.25 3.762.737a9.723 9.723 0 0 1 3.3 2.2 1.502 1.502 0 1 1-2.126 2.125c-1.325-1.325-3.075-2.05-4.95-2.05s-3.625.725-4.95 2.05a6.939 6.939 0 0 0-2.05 4.95c0 1.025.225 2.05.65 2.962.35.75.025 1.637-.725 2a1.528 1.528 0 0 1-.625.137zM16 32c-3.15 0-6.2-.913-8.813-2.637a1.506 1.506 0 0 1-.425-2.075 1.507 1.507 0 0 1 2.075-.425c2.125 1.4 4.6 2.137 7.15 2.137 1.962 0 3.925-.45 5.675-1.3.75-.363 1.637-.05 2 .7s.05 1.637-.7 2a15.883 15.883 0 0 1-6.963 1.6zm11.038-5.1a1.503 1.503 0 0 1-1.138-2.476c.587-.688 1.1-1.425 1.525-2.212.4-.725 1.313-1 2.038-.6s1 1.313.6 2.038a16.299 16.299 0 0 1-1.875 2.725c-.313.35-.725.525-1.15.525zM3.825 25.375c-.487 0-.975-.238-1.263-.688a15.94 15.94 0 0 1-2.563-8.688c0-4.275 1.663-8.287 4.688-11.313S11.724-.002 16-.002c4.275 0 8.288 1.663 11.313 4.688a1.502 1.502 0 1 1-2.125 2.125C22.738 4.348 19.476 2.998 16 2.998s-6.738 1.35-9.188 3.813a12.865 12.865 0 0 0-3.813 9.188c0 2.525.725 4.962 2.088 7.063.45.7.25 1.625-.438 2.075-.263.163-.55.238-.825.238zM16 17.5c-.387 0-.762-.15-1.063-.438a1.5 1.5 0 0 1 0-2.125l14.5-14.5a1.502 1.502 0 1 1 2.125 2.125l-14.5 14.5c-.3.288-.675.438-1.063.438z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
RadarIcon.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 RecordsIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M31.649 12.536A1.498 1.498 0 0 0 30.5 12h-1.25V7.5a1.5 1.5 0 0 0-1.5-1.5H26.5V1.5A1.5 1.5 0 0 0 25 0H7a1.5 1.5 0 0 0-1.5 1.5V6H4.25a1.5 1.5 0 0 0-1.5 1.5V12H1.5a1.498 1.498 0 0 0-1.477 1.761l3 17A1.499 1.499 0 0 0 4.499 32h23a1.5 1.5 0 0 0 1.477-1.239l3-17a1.503 1.503 0 0 0-.329-1.225zM8.5 3h15v3h-15V3zM5.75 9h20.5v3H5.75V9zm20.491 20H5.758L3.287 15h25.425l-2.471 14zM22.25 17.75a1.5 1.5 0 0 0-1.5 1.5v2.25h-9.5v-2.25a1.5 1.5 0 1 0-3 0v2.25c0 1.654 1.346 3 3 3h9.5c1.654 0 3-1.346 3-3v-2.25a1.5 1.5 0 0 0-1.5-1.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
RecordsIcon.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 RedunancyNavigatorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 24 25"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M22.152 12.007a.951.951 0 00-.54-.857l-3.148-1.523 3.158-1.523a.951.951 0 000-1.714l-9.205-4.444a.951.951 0 00-.825 0L2.39 6.39a.952.952 0 000 1.714l3.14 1.522-3.147 1.524a.951.951 0 000 1.713l3.147 1.523-3.147 1.524a.952.952 0 000 1.713l9.203 4.443a.952.952 0 00.825 0l9.203-4.443a.952.952 0 000-1.714l-3.148-1.523 3.157-1.523a.952.952 0 00.529-.856zM11.998 3.858l7.013 3.389-7.013 3.39-7.015-3.39 7.015-3.389zM19.01 16.77l-7.012 3.388-7.015-3.388 2.737-1.326 3.859 1.865a.952.952 0 00.825 0l3.858-1.865 2.748 1.326zm-7.012-1.371L4.983 12.01l2.737-1.326 3.859 1.865a.952.952 0 00.825 0l3.858-1.865 2.753 1.326-7.017 3.388z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
RedunancyNavigatorIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|