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 ClearIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M23.438 17.563H8.563a1.564 1.564 0 0 1 0-3.126h14.875a1.563 1.563 0 0 1 0 3.126zm7 9H15.563a1.563 1.563 0 0 1 0-3.126h14.875a1.563 1.563 0 0 1 0 3.126zm-14-18H1.563a1.563 1.563 0 0 1 0-3.126h14.875a1.563 1.563 0 0 1 0 3.126z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
ClearIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,48 +13,46 @@ 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
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
})))));
|
57
|
-
};
|
16
|
+
const ClipboardIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256.045 256.006"
|
18
|
+
}, props), _react.default.createElement("svg", {
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
20
|
+
width: "256",
|
21
|
+
height: "256",
|
22
|
+
viewBox: "0 0 256 256"
|
23
|
+
}, _react.default.createElement("g", {
|
24
|
+
id: "Tasklist",
|
25
|
+
transform: "translate(128 128)"
|
26
|
+
}, _react.default.createElement("g", {
|
27
|
+
id: "Tasklist-2",
|
28
|
+
"data-name": "Tasklist",
|
29
|
+
transform: "translate(-128 -128)"
|
30
|
+
}, _react.default.createElement("path", {
|
31
|
+
id: "Path_1",
|
32
|
+
"data-name": "Path 1",
|
33
|
+
d: "M220,24H181.9A36.1,36.1,0,0,0,148,0H108A36.1,36.1,0,0,0,74.1,24H36A36,36,0,0,0,0,60V220a36,36,0,0,0,36,36H220a36,36,0,0,0,36-36V60A36,36,0,0,0,220,24ZM108,24h40a12,12,0,0,1,0,24H108a12,12,0,0,1,0-24ZM232,220a12,12,0,0,1-12,12H36a12,12,0,0,1-12-12V60A12,12,0,0,1,36,48H74.1A36.1,36.1,0,0,0,108,72h40a36.1,36.1,0,0,0,33.9-24H220a12,12,0,0,1,12,12Z",
|
34
|
+
transform: "translate(0 0)"
|
35
|
+
}), _react.default.createElement("path", {
|
36
|
+
id: "Path_2",
|
37
|
+
"data-name": "Path 2",
|
38
|
+
d: "M73.3,152a12,12,0,0,1-8.1-3.2L51.9,136.5a12,12,0,0,1,16.3-17.6l5.2,4.8L99.9,99.2a12,12,0,0,1,16.3,17.6l-34.7,32a12,12,0,0,1-8.2,3.2Z",
|
39
|
+
transform: "translate(0 0)"
|
40
|
+
}), _react.default.createElement("path", {
|
41
|
+
id: "Path_3",
|
42
|
+
"data-name": "Path 3",
|
43
|
+
d: "M196,136H148a12,12,0,1,1,0-24h48a12,12,0,1,1,0,24Z",
|
44
|
+
transform: "translate(0 0)"
|
45
|
+
}), _react.default.createElement("path", {
|
46
|
+
id: "Path_4",
|
47
|
+
"data-name": "Path 4",
|
48
|
+
d: "M73.3,208a12,12,0,0,1-8.1-3.2L51.9,192.5a12,12,0,0,1,16.3-17.6l5.2,4.8,26.5-24.5a12,12,0,1,1,16.3,17.6l-34.7,32A12,12,0,0,1,73.3,208Z",
|
49
|
+
transform: "translate(0 0)"
|
50
|
+
}), _react.default.createElement("path", {
|
51
|
+
id: "Path_5",
|
52
|
+
"data-name": "Path 5",
|
53
|
+
d: "M172,192H148a12,12,0,0,1,0-24h24a12,12,0,0,1,0,24Z",
|
54
|
+
transform: "translate(0 0)"
|
55
|
+
})))));
|
58
56
|
|
59
57
|
ClipboardIcon.propTypes = {
|
60
58
|
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 ClockIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256 256"
|
18
|
+
}, props), _react.default.createElement("g", null, _react.default.createElement("path", {
|
19
|
+
d: "M128 256C57.42 256 0 198.58 0 128S57.42 0 128 0s128 57.42 128 128-57.42 128-128 128zm0-232C70.65 24 24 70.65 24 128s46.65 104 104 104 104-46.65 104-104S185.35 24 128 24z"
|
20
|
+
}), _react.default.createElement("path", {
|
21
|
+
d: "M184 140h-56c-6.63 0-12-5.37-12-12V72c0-6.63 5.37-12 12-12s12 5.37 12 12v44h44c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
|
22
|
+
})));
|
25
23
|
|
26
24
|
ClockIcon.displayName = 'ClockIcon';
|
27
25
|
ClockIcon.propTypes = {
|
@@ -15,11 +15,15 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
15
15
|
|
16
16
|
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); }
|
17
17
|
|
18
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
19
|
+
|
18
20
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
19
21
|
|
20
|
-
|
21
|
-
|
22
|
-
|
22
|
+
const CloseIcon = _ref => {
|
23
|
+
let {
|
24
|
+
size
|
25
|
+
} = _ref,
|
26
|
+
props = _objectWithoutProperties(_ref, ["size"]);
|
23
27
|
|
24
28
|
return _react.default.createElement(_reactIconBase.default, _extends({}, props, {
|
25
29
|
size: size,
|
@@ -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 ClothesHangerIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M29.5 22.67l-.011-.006L17.5 15.875v-2.92a4.612 4.612 0 0 0-2.721-4.214 3.018 3.018 0 0 1-1.636-3.67 2.962 2.962 0 0 1 2.641-2.065c1.086-.075 2.107.416 2.741 1.364.324.484.469 1.061.475 1.644a1.5 1.5 0 0 0 1.619 1.48c.802-.061 1.392-.771 1.381-1.576a6.026 6.026 0 0 0-1.906-4.306A5.954 5.954 0 0 0 15.578.013c-2.966.205-5.359 2.596-5.563 5.563a6.03 6.03 0 0 0 3.543 5.904c.572.256.944.834.944 1.474v2.92L2.513 22.663l-.011.006a5.02 5.02 0 0 0-2.501 4.332c0 2.758 2.243 5 5 5h22c2.758 0 5-2.242 5-5.001a5.016 5.016 0 0 0-2.5-4.329zM27 29H5c-1.103 0-2-.898-2-1.999 0-.711.381-1.374.995-1.73l11.266-6.379a1.5 1.5 0 0 1 1.479 0l11.266 6.379c.614.356.995 1.019.995 1.729A2.005 2.005 0 0 1 27 29z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
ClothesHangerIcon.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 ClothingIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 0h-29A1.5 1.5 0 0 0 0 1.5v12A1.5 1.5 0 0 0 1.5 15h3v15.5A1.5 1.5 0 0 0 6 32h20a1.5 1.5 0 0 0 1.5-1.5V15h3a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 30.5 0zm-9.73 3c-.639 2.026-2.535 3.5-4.77 3.5S11.869 5.026 11.23 3h9.54zM29 12h-3a1.5 1.5 0 0 0-1.5 1.5V29h-17V13.5A1.5 1.5 0 0 0 6 12H3V3h5.143C8.848 6.696 12.102 9.5 16 9.5s7.152-2.804 7.858-6.5H29v9zm-14 1.5h-3a1.5 1.5 0 1 0 0 3h3a1.5 1.5 0 1 0 0-3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
ClothingIcon.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 CogIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 32a4.42 4.42 0 0 1-4.213-2.979 1.448 1.448 0 0 0-.822-.867 1.454 1.454 0 0 0-1.194.031c-1.731.828-3.728.485-5.085-.872s-1.7-3.354-.873-5.085c.183-.38.193-.805.031-1.194s-.469-.681-.866-.823C1.169 19.572-.001 17.92-.001 16s1.17-3.572 2.979-4.213c.397-.14.705-.432.866-.822s.15-.814-.031-1.195c-.828-1.731-.485-3.728.873-5.085s3.354-1.7 5.085-.873c.381.183.805.193 1.194.031.39-.161.681-.469.822-.868.64-1.808 2.294-2.976 4.213-2.976s3.572 1.169 4.212 2.979c.14.397.433.705.823.868.39.161.814.15 1.194-.031 1.731-.828 3.727-.485 5.085.873s1.7 3.354.872 5.085c-.183.38-.192.805-.031 1.194s.469.681.866.822C30.83 12.428 32 14.08 32 16s-1.17 3.572-2.979 4.212c-.398.14-.705.433-.866.823s-.15.814.031 1.195c.828 1.731.485 3.727-.872 5.085s-3.354 1.7-5.085.872a1.454 1.454 0 0 0-1.194-.031c-.39.161-.681.469-.823.867a4.42 4.42 0 0 1-4.213 2.976zm-5.595-6.957a4.47 4.47 0 0 1 4.211 2.979c.321.907 1.14.979 1.384.979s1.063-.07 1.384-.979c.421-1.192 1.334-2.155 2.503-2.639s2.494-.449 3.636.096c.869.415 1.499-.114 1.67-.286.172-.172.701-.801.286-1.67a4.473 4.473 0 0 1-.096-3.636 4.475 4.475 0 0 1 2.639-2.503c.907-.321.979-1.14.979-1.384s-.07-1.063-.979-1.384c-1.192-.421-2.155-1.334-2.639-2.502s-.449-2.494.096-3.636c.415-.869-.114-1.499-.286-1.67-.172-.173-.801-.701-1.67-.286-1.141.545-2.466.58-3.635.096s-2.081-1.446-2.503-2.639C17.062 3.07 16.244 3 16 3s-1.063.07-1.384.979c-.421 1.192-1.334 2.155-2.502 2.639s-2.494.449-3.636-.096c-.869-.415-1.499.114-1.67.286-.173.173-.701.801-.286 1.67a4.47 4.47 0 0 1-2.543 6.138C3.07 14.937 3 15.756 3 16s.07 1.063.979 1.384c1.192.421 2.155 1.334 2.639 2.503s.449 2.494-.096 3.636c-.415.869.114 1.499.286 1.67.173.172.801.701 1.67.286a4.477 4.477 0 0 1 1.928-.436zM16 22.5c-3.584 0-6.5-2.916-6.5-6.5s2.916-6.5 6.5-6.5 6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5zm0-10c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CogIcon.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 CompassIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 32C7.175 32 0 24.825 0 16S7.175 0 16 0s16 7.175 16 16-7.175 16-16 16zm0-29C8.838 3 3 8.838 3 16s5.838 13 13 13 13-5.837 13-13S23.163 3 16 3zm-5.75 20.25c-.387 0-.775-.15-1.063-.438a1.522 1.522 0 0 1-.35-1.587l3.125-8.375c.15-.412.475-.725.875-.875l8.375-3.125c.55-.2 1.175-.075 1.587.35a1.52 1.52 0 0 1 .35 1.588l-3.125 8.375c-.15.413-.475.725-.875.875l-8.375 3.125a1.53 1.53 0 0 1-.525.087zm4.287-8.713l-1.738 4.65 4.65-1.738 1.738-4.65-4.65 1.738z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CompassIcon.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 CompassionIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256 256"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M128 256c-59.55 0-108-48.45-108-108C20 71.51 117.14 4.86 121.27 2.06c4.06-2.75 9.39-2.75 13.46 0C138.86 4.86 236 71.51 236 148c0 59.55-48.45 108-108 108zm.01-229.18C107 42.66 44 94.61 44 148c0 46.32 37.68 84 84 84s84-37.68 84-84c0-53.5-62.97-105.36-83.99-121.18z"
|
20
|
+
}), _react.default.createElement("path", {
|
21
|
+
d: "M128 208c-6.63 0-12-5.37-12-12s5.37-12 12-12c19.85 0 36-16.15 36-36 0-6.63 5.37-12 12-12s12 5.37 12 12c0 33.08-26.92 60-60 60z"
|
22
|
+
}));
|
25
23
|
|
26
24
|
CompassionIcon.displayName = 'CompassionIcon';
|
27
25
|
CompassionIcon.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 CompassionateIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M32 7.5C32 3.364 28.636 0 24.5 0A7.496 7.496 0 0 0 20 1.502 7.496 7.496 0 0 0 15.5 0C11.364 0 8 3.365 8 7.5c0 1.272.296 2.48.792 3.614A7.514 7.514 0 0 0 7.5 11C3.364 11 0 14.364 0 18.5c0 7.723 10.879 13.122 11.342 13.348a1.506 1.506 0 0 0 1.316 0c.456-.222 10.988-5.449 11.333-12.97C27.341 16.613 32 12.555 32 7.5zM12 28.811C8.983 27.174 3 22.998 3 18.5 3 16.019 5.019 14 7.5 14c1.29 0 2.52.556 3.375 1.526a1.5 1.5 0 0 0 2.25 0A4.501 4.501 0 0 1 16.5 14c2.481 0 4.5 2.019 4.5 4.5 0 4.499-5.984 8.675-9 10.311zm11.418-13.207A7.51 7.51 0 0 0 16.5 11a7.49 7.49 0 0 0-3.704.981C11.725 10.588 11 9.064 11 7.5 11 5.019 13.019 3 15.5 3c1.29 0 2.52.556 3.375 1.526a1.5 1.5 0 0 0 2.25 0A4.501 4.501 0 0 1 24.5 3C26.981 3 29 5.019 29 7.5c0 3.095-2.832 6.037-5.582 8.104z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CompassionateIcon.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 ConflictIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M29 9.262V7.499c0-4.138-3.363-7.5-7.5-7.5h-14a7.505 7.505 0 0 0-7.5 7.5v4.65c0 2.425.575 4.85 1.663 7.025A12.806 12.806 0 0 1 3 24.862v2.637c0 2.488 2.013 4.5 4.5 4.5h17c2.488 0 4.5-2.012 4.5-4.5v-2c0-.5.613-1.825 1.1-2.875.887-1.925 1.9-4.113 1.9-6.125v-3c0-1.95-1.25-3.625-3-4.238zm0 7.238c0 1.35-.863 3.212-1.625 4.863C26.637 22.963 26 24.338 26 25.5v2c0 .825-.675 1.5-1.5 1.5h-17c-.825 0-1.5-.675-1.5-1.5v-2.65c0-2.425-.575-4.85-1.662-7.025a12.806 12.806 0 0 1-1.337-5.688V7.499c0-2.487 2.013-4.5 4.5-4.5h14c2.488 0 4.5 2.013 4.5 4.5v1.5h-3.5a4.497 4.497 0 0 0-4.5 4.5h-3.512c-1.2 0-2.338-.463-3.188-1.313l-1.238-1.238c-.588-.588-1.537-.588-2.125 0s-.588 1.537 0 2.125l1.238 1.238a7.463 7.463 0 0 0 5.3 2.2h3.525c0 2.488 2.012 4.5 4.5 4.5.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5-1.5-.675-1.5-1.5v-3c0-.825.675-1.5 1.5-1.5h5c.825 0 1.5.675 1.5 1.5v2.988z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
ConflictIcon.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 ContactCardIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M22.968 16.558a5.5 5.5 0 1 0-7.941-.007A6.871 6.871 0 0 0 12 22.25v1.044c0 .735.596 1.331 1.331 1.331H24.67c.735 0 1.331-.596 1.331-1.331V22.25a6.881 6.881 0 0 0-3.034-5.692zM19 10.25c1.379 0 2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5-2.5-1.121-2.5-2.5 1.121-2.5 2.5-2.5zm-3.95 11.375a3.882 3.882 0 0 1 3.825-3.25h.25c1.027 0 1.999.405 2.734 1.141.585.585.96 1.317 1.09 2.109H15.05zM27.5 0h-20A4.505 4.505 0 0 0 3 4.5v4H1.5a1.5 1.5 0 1 0 0 3H3v3H1.5a1.5 1.5 0 1 0 0 3H3v3H1.5a1.5 1.5 0 1 0 0 3H3v4C3 29.981 5.019 32 7.5 32h20c2.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-20c-.827 0-1.5-.672-1.5-1.5v-4h1.5a1.5 1.5 0 1 0 0-3H6v-3h1.5a1.5 1.5 0 1 0 0-3H6v-3h1.5a1.5 1.5 0 1 0 0-3H6v-4C6 3.672 6.673 3 7.5 3h20A1.5 1.5 0 0 1 29 4.5v23z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
ContactCardIcon.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 ContrastIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 0C7.178 0 0 7.178 0 16s7.178 16 16 16 16-7.178 16-16S24.822 0 16 0zM3 16C3 8.831 8.831 3 16 3v26C8.831 29 3 23.169 3 16z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
ContrastIcon.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 CopyIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M0 13.5V28c0 2.2 1.8 4 4 4h14.5c2.2 0 4-1.8 4-4v-5.5H28c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4H13.5c-2.2 0-4 1.8-4 4v5.5H4c-2.2 0-4 1.8-4 4zm22.5 6v-6c0-2.2-1.8-4-4-4h-6V4c0-.55.45-1 1-1H28c.55 0 1 .45 1 1v14.5c0 .55-.45 1-1 1h-5.5zM3 13.5c0-.55.45-1 1-1h14.5c.55 0 1 .45 1 1V28c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V13.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CopyIcon.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 CourtIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 29H29v-4.5a1.5 1.5 0 0 0-1.5-1.5H26V12h4.5a1.5 1.5 0 0 0 .791-2.775l-14.5-9a1.499 1.499 0 0 0-1.582 0l-14.5 9A1.5 1.5 0 0 0 1.5 12H6v11H4.5A1.5 1.5 0 0 0 3 24.5V29H1.5a1.5 1.5 0 1 0 0 3h29a1.5 1.5 0 1 0 0-3zM14.666 12h2.666v11h-2.666V12zm5.668 0H23v11h-2.666V12zM16 3.265L25.239 9H6.762l9.239-5.735zM11.666 12v11H9V12h2.666zM26 29H6v-3h20v3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CourtIcon.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 CribIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 0A1.5 1.5 0 0 0 29 1.5V5H3V1.5a1.5 1.5 0 1 0-3 0v17C0 20.981 2.019 23 4.5 23h23c2.481 0 4.5-2.019 4.5-4.5v-17A1.5 1.5 0 0 0 30.5 0zm-13 8h4.25v12H17.5V8zm-3 12h-4.25V8h4.25v12zM3 18.5V8h4.25v12H4.5A1.5 1.5 0 0 1 3 18.5zM27.5 20h-2.75V8H29v10.5a1.5 1.5 0 0 1-1.5 1.5zM26 29a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-14 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CribIcon.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 CropIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 18.25h-3.25v-12a1.5 1.5 0 0 0-1.5-1.5h-12V1.5a1.5 1.5 0 0 0-1.5-1.5h-6a1.5 1.5 0 0 0-1.5 1.5v3.25H1.5A1.5 1.5 0 0 0 0 6.25v6a1.5 1.5 0 0 0 1.5 1.5h3.25v12a1.5 1.5 0 0 0 1.5 1.5h12v3.25a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5v-3.25h3.25a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-1.5-1.5zm-25.75-7.5H3v-3h1.75v3zm9-3h10.5v10.5h-3v-7.5h-7.5v-3zm0 6h4.5v4.5h-4.5v-4.5zM24.25 29h-3v-1.75h3V29zM29 24.25H7.75V3h3v18.25H29v3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CropIcon.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 CrossIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M18.121 16l13.44-13.439A1.5 1.5 0 1 0 29.44.44L16 13.879 2.561.44A1.5 1.5 0 1 0 .44 2.561L13.879 16 .44 29.44a1.5 1.5 0 1 0 2.121 2.121L16 18.121 29.439 31.56c.293.293.676.439 1.061.439s.767-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121L18.121 16z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CrossIcon.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 CrossCircleIcon = 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.689 16.566L18.122 16l3.566-3.566a1.5 1.5 0 1 0-2.121-2.121l-3.566 3.566-3.566-3.567a1.5 1.5 0 1 0-2.121 2.121L13.88 16l-3.566 3.566a1.5 1.5 0 1 0 2.121 2.121l3.566-3.566 3.566 3.566a1.5 1.5 0 1 0 2.122-2.121z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CrossCircleIcon.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 CrossThickIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 33 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M23.58 20.585L18.997 16l4.585-4.585a2.003 2.003 0 000-2.829 2.001 2.001 0 00-2.83 0l-4.584 4.585-4.585-4.585a2 2 0 10-2.829 2.829L13.338 16l-4.585 4.585a2 2 0 102.829 2.829l4.585-4.585 4.585 4.585a2 2 0 002.829-2.829z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CrossThickIcon.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 CrownIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.5 23h-.837l5.238-13.988c.063-.162.087-.338.087-.512a1.504 1.504 0 0 0-1.975-1.425l-7.588 2.6L17.3.75C17.038.287 16.538 0 16 0s-1.037.287-1.3.75L9.563 9.675l-7.588-2.6A1.504 1.504 0 0 0 0 8.5c0 .175.037.35.087.512L5.324 23h-.825c-2.487 0-4.5 2.012-4.5 4.5s2.013 4.5 4.5 4.5h23c2.488 0 4.5-2.012 4.5-4.5s-2.012-4.5-4.5-4.5zM4.025 10.95l5.737 1.975a1.497 1.497 0 0 0 1.787-.675l4.45-7.737 4.45 7.737c.363.625 1.113.9 1.788.675l5.738-1.975L23.463 23H8.538L4.025 10.95zM27.5 29h-23c-.825 0-1.5-.675-1.5-1.5S3.675 26 4.5 26h23c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5zm-10-10.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm0-6a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
CrownIcon.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 DependantsIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256 256"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M220 96h-.03C227.52 85.96 232 73.5 232 60c0-33.08-26.92-60-60-60-17.37 0-33.03 7.42-43.99 19.26C117.04 7.42 101.37 0 84 0 50.92 0 24 26.92 24 60c0 15.24 5.72 29.16 15.12 39.76C16.3 108.26 0 130.26 0 156v88c0 6.63 5.37 12 12 12h192c6.63 0 12-5.37 12-12v-76h4c19.85 0 36-16.15 36-36s-16.15-36-36-36zm-48-72c19.85 0 36 16.15 36 36s-16.15 36-36 36-36-16.15-36-36 16.15-36 36-36zm-88 0c13.12 0 24.62 7.06 30.91 17.57-1.88 5.81-2.91 12-2.91 18.43s1.03 12.62 2.91 18.43C108.62 88.94 97.12 96 84 96c-19.85 0-36-16.15-36-36s16.15-36 36-36zm136 120h-88c-19.85 0-36 16.15-36 36v16c0 6.6 5.4 12 12 12s12-5.4 12-12v-16c0-6.62 5.38-12 12-12h60v64H24v-76c0-19.85 16.15-36 36-36h160c6.62 0 12 5.38 12 12s-5.38 12-12 12z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
DependantsIcon.displayName = 'DependantsIcon';
|
25
23
|
DependantsIcon.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 DesktopComputerIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 24 25"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M20.625 0H3.375A3.375 3.375 0 000 3.375v12.751a3.375 3.375 0 003.375 3.376h3v1.125a1.125 1.125 0 01-1.125 1.125 1.125 1.125 0 100 2.25h13.5a1.125 1.125 0 100-2.25 1.125 1.125 0 01-1.125-1.125v-1.125h3A3.375 3.375 0 0024 16.126V3.376A3.376 3.376 0 0020.625 0zM3.375 2.25h17.25a1.125 1.125 0 011.125 1.125v9.376H2.25V3.375A1.125 1.125 0 013.375 2.25zm12.197 19.502H8.43c.129-.361.196-.742.197-1.125v-1.125h6.75v1.125c0 .383.068.764.197 1.125zm5.053-4.5H3.375a1.125 1.125 0 01-1.125-1.126v-1.125h19.5v1.125a1.125 1.125 0 01-1.125 1.125z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
DesktopComputerIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|