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 MandatoryLeaveIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M24.5 15a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 24.5 15zm-7 0a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 17.5 15zm-7 7.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm7 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm7 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm3-19.5h-2.938V1.5a1.5 1.5 0 0 0-3 0V3h-11V1.5a1.5 1.5 0 0 0-3 0V3H4.499a4.505 4.505 0 0 0-4.5 4.5v20c0 2.481 2.019 4.5 4.5 4.5h23c2.481 0 4.5-2.019 4.5-4.5v-20c0-2.481-2.019-4.5-4.5-4.5zM29 27.5c0 .827-.673 1.5-1.5 1.5h-23c-.827 0-1.5-.673-1.5-1.5v-20C3 6.673 3.673 6 4.5 6h3.063v1.5a1.5 1.5 0 0 0 3 0V6h11v1.5a1.5 1.5 0 0 0 3 0V6h2.938c.827 0 1.5.673 1.5 1.5v20zM11.121 15l.939-.939a1.5 1.5 0 0 0-2.122-2.122l-.939.939-.939-.939a1.5 1.5 0 0 0-2.122 2.122l.939.939-.939.939A1.5 1.5 0 1 0 8.06 18.06l.939-.939.939.939c.293.293.677.439 1.061.439s.768-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121L11.121 15z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MandatoryLeaveIcon.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 MedalIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M31.776.711A1.499 1.499 0 0 0 30.5 0h-9a1.5 1.5 0 0 0-1.341.829L16 9.147 11.841.829A1.502 1.502 0 0 0 10.5 0h-9A1.5 1.5 0 0 0 .158 2.17l6.909 13.819A10.452 10.452 0 0 0 5.501 21.5c0 5.79 4.71 10.5 10.5 10.5s10.5-4.71 10.5-10.5c0-2.02-.575-3.907-1.567-5.511L31.843 2.17a1.499 1.499 0 0 0-.065-1.459zM9.572 3l4.129 8.256a10.467 10.467 0 0 0-4.514 2.264L3.927 3h5.645zM16 29c-4.135 0-7.5-3.365-7.5-7.5S11.865 14 16 14s7.5 3.365 7.5 7.5S20.135 29 16 29zm6.813-15.48a10.472 10.472 0 0 0-4.514-2.264L22.428 3h5.646l-5.261 10.52zM16 17c-2.481 0-4.5 2.019-4.5 4.5S13.519 26 16 26s4.5-2.019 4.5-4.5S18.481 17 16 17zm0 6a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 23z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MedalIcon.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 MedicalIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M20.055 32h-8.11a1.5 1.5 0 0 1-1.5-1.5v-4.858l-4.16 2.416a1.498 1.498 0 0 1-2.053-.552L.2 20.483a1.5 1.5 0 0 1 .547-2.044l4.204-2.441-4.202-2.441a1.499 1.499 0 0 1-.547-2.044l4.031-7.024a1.497 1.497 0 0 1 2.053-.552l4.16 2.416V1.497a1.5 1.5 0 0 1 1.5-1.5h8.11a1.5 1.5 0 0 1 1.5 1.5v4.857l4.16-2.416a1.498 1.498 0 0 1 2.054.551l4.031 7.024a1.5 1.5 0 0 1-.547 2.044l-4.203 2.44 4.204 2.441c.714.415.959 1.328.547 2.044l-4.031 7.024a1.505 1.505 0 0 1-2.054.552l-4.16-2.416v4.856a1.5 1.5 0 0 1-1.501 1.5zm-6.61-3h5.11v-5.962a1.5 1.5 0 0 1 2.252-1.297l5.11 2.968 2.538-4.421-5.146-2.989a1.5 1.5 0 0 1 0-2.594l5.146-2.989-2.538-4.421-5.11 2.968a1.5 1.5 0 0 1-2.252-1.298V3.002h-5.11v5.963a1.5 1.5 0 0 1-2.252 1.298l-5.11-2.967-2.538 4.421 5.146 2.989a1.5 1.5 0 0 1 0 2.594l-5.146 2.989 2.537 4.421 5.11-2.968a1.5 1.5 0 0 1 2.252 1.297v5.962z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MedicalIcon.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 MedicalBagIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M28 8h-3.5V4c0-2.2-1.8-4-4-4h-9c-2.2 0-4 1.8-4 4v4H4c-2.2 0-4 1.8-4 4v16c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V12c0-2.2-1.8-4-4-4zM10.5 4c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v4h-11V4zM29 28c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V12c0-.55.45-1 1-1h24c.55 0 1 .45 1 1v16zm-9-9.5h-2.5V16c0-.825-.675-1.5-1.5-1.5s-1.5.675-1.5 1.5v2.5H12c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h2.5V24c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5v-2.5H20c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MedicalBagIcon.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 MedicationIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M29.595 13.05l-.628-.76A7.498 7.498 0 0 1 27.401 9h.099A1.5 1.5 0 0 0 29 7.5v-6A1.5 1.5 0 0 0 27.5 0h-23A1.5 1.5 0 0 0 3 1.5v6A1.5 1.5 0 0 0 4.5 9h.099a7.532 7.532 0 0 1-1.566 3.29l-.627.759a10.524 10.524 0 0 0-2.405 6.688v7.764c0 2.481 2.019 4.5 4.5 4.5h23c2.481 0 4.5-2.019 4.5-4.5v-7.764c0-2.435-.854-4.81-2.405-6.686zM26 6h-2V3h2v3zm-8.25 0V3H21v3h-3.25zM11 6V3h3.75v3H11zM6 3h2v3H6V3zm23 24.5a1.5 1.5 0 0 1-1.5 1.5h-23A1.5 1.5 0 0 1 3 27.5v-7.764c0-1.739.61-3.436 1.718-4.776l.628-.759a10.54 10.54 0 0 0 2.299-5.2h16.712a10.528 10.528 0 0 0 2.299 5.2l.628.76a7.52 7.52 0 0 1 1.718 4.776v7.762zm-8.5-10.125h-3v-3a1.5 1.5 0 1 0-3 0v3h-3a1.5 1.5 0 1 0 0 3h3v3a1.5 1.5 0 1 0 3 0v-3h3a1.5 1.5 0 1 0 0-3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MedicationIcon.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 MenuHamburgerIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.5 8.5h-23a1.5 1.5 0 1 1 0-3h23a1.5 1.5 0 1 1 0 3zm0 9h-23a1.5 1.5 0 1 1 0-3h23a1.5 1.5 0 1 1 0 3zm0 9h-23a1.5 1.5 0 1 1 0-3h23a1.5 1.5 0 1 1 0 3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MenuHamburgerIcon.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 MessageIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M3 2.996zM29 3zm0 0v19H6.773l-3.772 3.771V3h26zm0-3H3C1.344 0 0 1.344 0 3v28.28a.718.718 0 0 0 1.226.509L8.015 25H29c1.656 0 3-1.344 3-3V3c0-1.656-1.344-3-3-3zM17.438 12.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.001z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MessageIcon.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 MeteorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M20 26c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6zm0-9c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3zm0 15c-3.2 0-6.21-1.245-8.475-3.505L7.46 24.58a1.5 1.5 0 0 1 2.081-2.161l4.095 3.944C15.336 28.064 17.596 29 20 29s4.664-.936 6.364-2.636C28.064 24.664 29 22.404 29 20s-.936-4.664-2.636-6.364l-.02-.02-3.925-4.075A1.5 1.5 0 0 1 24.58 7.46l3.915 4.065A11.922 11.922 0 0 1 32 20c0 3.205-1.249 6.219-3.515 8.485S23.205 32 20 32zM6 19a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 6 19zM20.5 4.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 20.5 4.5zM8 1.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 8 1.5zm-5 5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 3 6.5zm7.25 10.25c-.384 0-.768-.146-1.061-.439l-4.5-4.5A1.5 1.5 0 1 1 6.81 9.69l4.5 4.5a1.5 1.5 0 0 1-1.06 2.56zm5-5c-.384 0-.768-.146-1.061-.439l-4.5-4.5A1.5 1.5 0 1 1 11.81 4.69l4.5 4.5a1.5 1.5 0 0 1-1.06 2.56z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MeteorIcon.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 MinusCircleIcon = 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 14.5h-11a1.5 1.5 0 1 1 0-3h11a1.5 1.5 0 1 1 0 3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MinusCircleIcon.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 MinusSquareIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.5 32h-23A4.505 4.505 0 0 1 0 27.5v-23C0 2.019 2.019 0 4.5 0h23C29.981 0 32 2.019 32 4.5v23c0 2.481-2.019 4.5-4.5 4.5zM4.5 3A1.5 1.5 0 0 0 3 4.5v23A1.5 1.5 0 0 0 4.5 29h23a1.5 1.5 0 0 0 1.5-1.5v-23A1.5 1.5 0 0 0 27.5 3h-23zm17 11.5h-11a1.5 1.5 0 1 0 0 3h11a1.5 1.5 0 1 0 0-3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MinusSquareIcon.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 MoneyStackIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 12h-29A1.5 1.5 0 0 0 0 13.5v17A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5v-17a1.5 1.5 0 0 0-1.5-1.5zM29 17.742A4.522 4.522 0 0 1 26.258 15H29v2.742zM5.742 15a4.519 4.519 0 0 1-2.743 2.742V15h2.743zM3 26.258A4.522 4.522 0 0 1 5.742 29H2.999v-2.742zM8.849 29A7.523 7.523 0 0 0 3 23.151V20.85a7.523 7.523 0 0 0 5.849-5.849H23.15a7.523 7.523 0 0 0 5.849 5.849v2.301A7.523 7.523 0 0 0 23.15 29H8.849zm17.409 0A4.522 4.522 0 0 1 29 26.258V29h-2.742zM16 16c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zm0 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10.5 3h11a1.5 1.5 0 1 0 0-3h-11a1.5 1.5 0 1 0 0 3zm-6 6h23a1.5 1.5 0 1 0 0-3h-23a1.5 1.5 0 1 0 0 3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MoneyStackIcon.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 MoveFile = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30,15a1.4,1.4,0,0,0-.412-.994L24.9,9.318a1.406,1.406,0,1,0-1.989,1.989L25.2,13.594H16.406V4.8l2.287,2.287A1.406,1.406,0,1,0,20.682,5.1L15.994.412A1.406,1.406,0,0,0,14,.413L9.318,5.1a1.406,1.406,0,0,0,1.989,1.989L13.594,4.8v8.792H4.8l2.287-2.287A1.406,1.406,0,0,0,5.1,9.318L.413,14A1.4,1.4,0,0,0,0,15a2.468,2.468,0,0,0,.412.994L5.1,20.682a1.406,1.406,0,1,0,1.989-1.989L4.8,16.406h8.793V25.2l-2.287-2.287A1.406,1.406,0,0,0,9.318,24.9l4.688,4.688A1.4,1.4,0,0,0,15,30a2.469,2.469,0,0,0,.994-.412L20.682,24.9a1.406,1.406,0,0,0-1.989-1.989L16.406,25.2V16.406H25.2l-2.287,2.287A1.406,1.406,0,1,0,24.9,20.682l4.688-4.687A2.468,2.468,0,0,0,30,15Z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
MoveFile.propTypes = {
|
25
23
|
size: _propTypes.number
|
@@ -13,17 +13,15 @@ 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
|
-
};
|
16
|
+
const NewIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 238.1 211.1"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M106 115.5c1.3-1.8.2-3.2 0-4.6-.2-1.5-.5-2.9-.8-4.4l-2.1-13.2c-.2-1.5-.3-3-.2-4.4.1-1.8 1.8-3.4 3.3-3 .9.3 2.1 1.4 2.4 2.3.9 3.4 1.3 6.8 2 10.2 1.9 9.5 3.7 19 5.6 28.4.2 1 .6 2 .5 2.9-.1 1.8-.9 3.3-2.6 4-1.6.7-3.2.6-4.6-.8-.5-.5-1.1-1-1.4-1.7-3.6-7.2-9.7-12.4-14.6-18.6-2.1-2.6-4.3-5.4-8-6.1-1.7 2.1-1.1 4.5-.8 6.9.3 2.2.4 4.5 1 6.6 1.2 4.3 2.8 8.5 4.2 12.8.3.9.7 1.9.9 2.8.3 1.3-.1 2.5-1.2 3.1-1.3.8-3.8.5-4.5-.7-.5-.8-.9-1.7-1.3-2.7-1.5-4.5-2.8-9-4.4-13.5-2.3-6.3-1.7-12.7-1.1-19 .1-1 .4-1.9.8-2.8 1.5-3.5 4.9-4.6 8.1-2.3 5.2 3.6 10 7.8 14 12.8 1.3 2.1 2.7 4 4.8 5m16.9-23.7c.5 3.7 1 7.1 1.4 10.6 2.6.1 4.5-1.2 6.5-2.2 2.7-1.3 5.3-3 8-4.5.9-.5 1.9-.8 2.9-.8 1.2 0 2.6-.4 3.3 1.1.7 1.5-.3 2.5-1.3 3.2-2.5 1.8-5 3.6-7.8 4.9-3.4 1.6-6.1 4-8.8 6.3-.1.7-.3 1.2-.1 1.6 2.4 6.8 3.5 7.2 9.2 3.4 4.4-3 8.7-6.1 13.1-9.2.7-.5 1.4-.8 2.2-1 .5-.1 1.4.1 1.7.4.4.6.8 1.6.7 2.3-.6 2.7-2.7 4.2-4.6 5.7-2.2 1.8-4.7 3.3-7.1 5-1.5 1-3.1 2-4.6 3-4.4 2.9-4.4 2.9-10.4 3-2.2-1.3-3.5-3.4-4.4-6-1.7-4.9-3.8-9.6-4.1-14.9-.2-2.8-1.1-5.4-3.8-7.1-1.4-.9-1.4-2.6-.6-4 .1-.2.2-.4.3-.5 5.1-5.5 10.9-10.2 18.2-12.2 1.2-.3 2.4-.2 3.7-.2 1.1 0 2 .7 2.3 1.9.3 1.2-.2 2.1-1.2 2.6-.9.5-1.9.7-2.9 1.1-1.9.8-3.9 1.4-5.6 2.4-2.1 1-3.8 2.4-6.2 4.1"
|
20
|
+
}), _react.default.createElement("path", {
|
21
|
+
d: "M157.3 106.3c.2-1 .5-1.8.6-2.6.6-6.4-.2-12.7-1.1-19-.2-1.7-.5-3.5-.6-5.2-.1-2.2 1.7-3.5 3.7-2.9 1.6.5 2.6 1.7 3.4 3.1 2.9 5.1 6.5 9.7 10.5 13.9 1.5 1.6 3.1 3.2 5.3 4.7.7-2.6 0-4.8-.4-7L174.5 70c-.2-1-.3-2.1-.2-3.1 0-1.2.9-1.8 2-2.1 1.2-.3 2.1.2 2.7 1.1.4.7.8 1.6.9 2.5.7 9.4 3.8 18.3 5.2 27.6.5 3.3.5 6.7.5 10 0 1.9-1.9 3-3.7 2.4-1.5-.5-2.5-1.7-3.6-2.9-4.7-5.2-9.6-10.2-14.7-15.7-.2 1.1-.4 1.8-.3 2.5.9 6.4.3 12.7-.2 19-.1 1.6-.4 3.2-2.1 3.8-2.1.7-4.3.6-5.7-1.3-1.9-2.5-3.3-5.4-4.9-8.1-.4-.8-.7-1.6-1-2.5-2.6-7.5-5.4-15-8.7-22.2-.3-.6-.6-1.3-.8-2-.5-1.6 0-2.8 1.5-3.3s2.8 0 3.4 1.5c3 7.6 5.9 15.2 8.9 22.7.7 2.1 1.1 4.6 3.6 6.4"
|
22
|
+
}), _react.default.createElement("path", {
|
23
|
+
d: "M157 150.4c-4 5.7-6.2 11.6-7.8 17.8-1.5 5.9-3.1 11.8-4.6 17.7-.3 1.1-.5 2.3-1 3.3-.8 2-3.8 2.6-5.1.9-2-2.8-3.9-5.8-5.5-8.8-2.3-4.3-4.4-8.8-6.6-13.2-.6-1.2-1.6-2.3-2.3-3.2-3.1.3-3.5 2.5-4.4 4.2-5.3 10.1-8.3 21-10.4 32.2-.5 2.8-1.3 5.7-2.2 8.4-.5 1.5-3.2 2-4.5.9-.6-.5-1.3-1.1-1.7-1.9-1.3-2.9-2.7-5.8-3.8-8.8-2.7-7.7-5.2-15.4-7.9-23.1-1-3-2.3-5.8-3.6-9.4-14 6.9-23.3 18.9-35.4 27.3-3.5-.9-5.1-3.2-4.7-6.4.6-5.5 1.2-11 2.4-16.3 1.3-5.7 3.2-11.2 4.8-16.8.4-1.3.6-2.7 1-4.6-2-.5-3.6-1-5.2-1.1-8.8-.6-17.3 1.4-25.9 2.8-3.1.5-6.2 1.4-9.4 1.9-2.9.5-5.8.7-8.7.8-1.8.1-3.6-.3-4.3-2.3-.6-1.9.3-3.5 1.6-4.7 3-2.7 5.9-5.7 9.3-7.8 8.4-5.3 16.9-10.1 25.5-15.1 2.2-1.3 4.6-2.3 7-3.5-.2-1.1-.1-2.2-.5-2.7-6.1-6.6-12.1-13.3-18.4-19.8-3.6-3.8-7.6-7.1-11.3-10.8-.7-.7-1.2-2.2-.9-3.1.3-.9 1.5-1.9 2.4-2.1 2-.3 4-.2 6 .1 11.5 1.5 23 3.2 34.1 6.8 1.6.5 3.4.4 4.8.6 2.4-2.3 1.3-4.6.7-6.8-3-10.9-5.9-21.9-9.1-32.7-1.4-4.7-.9-9.1-.2-13.3 2.8-1.8 4.8-1 6.7.7 6.5 5.8 13 11.6 19.6 17.3 1.4 1.2 3.2 2.1 5.2 3.4 2-5.7 1.3-11 2-16.1.7-4.8-1-9.8 1.3-14.3 3.1-1.5 5.4-.3 7.6 1.3 6 4.6 11.5 9.8 15.4 16.4 1.2 1.9 2.1 4.2 5.3 4.2 2.7-5.2 3.6-11 4-16.7.8-11.3 4.9-21.5 9.8-31.4.6-1.1 2.1-2.1 3.3-2.4 1.9-.4 3.5.7 4 2.6 1.3 4.2 2.3 8.4 3.4 12.6 1.7 6.8 3.2 13.6 4.9 20.3.5 2 1.4 3.8 2.3 5.6.3.7 1.2 1.2 2.2 2.2 1.2-1.3 2.5-2.3 3.4-3.6 6.4-8.6 12.8-17.3 19.2-25.9.7-.9 1.6-1.7 2.5-2.3 1.7-1.2 4.5-.2 5.1 1.8.3 1.1.5 2.3.5 3.4.1 4.7 0 9.3.1 14 0 1.9.4 3.9.6 5.6 3 1.1 4.3-.8 5.7-2.1 6.4-6 13.2-11.4 20.6-16 1.2-.8 2.4-1.6 3.8-2.2 3-1.2 6.3 1.3 5.5 4.4-1.1 4.2-2.6 8.3-4 12.4-2.5 7.7-5.1 15.4-7.4 22.3 1.2 3.4 3.3 3.8 5.3 3.7 8.6-.2 16.4 3.6 24.7 4.8.8.1 1.7.6 2.4.9 2.1.9 2.7 3.5.9 5-3.6 2.9-7.5 5.4-11.3 8-1.7 1.2-3.4 2.2-5.1 3.3-.4.3-.6.9-1.2 1.8 3 9 12.1 14.2 16.4 23.3-1.6.7-2.8 1.7-4.1 1.8-4.3.3-8.7.3-13 .3-2.9 0-5.8-.8-9 1.1-.1 1.4-.4 3.1-.2 4.7 1.2 7.8 2.6 15.5 3.8 23.2.2 1.4 0 2.8 0 4.1-5.8 1.4-5.8 1.4-25.5-7.9-.6 1.1-1.5 2.2-1.9 3.5-2.1 6.4-3.1 13-3.2 19.7-.1 3.5-.1 7-.4 10.5-.3 2.9-2.9 3.8-5.1 1.8-5.1-4.8-10-9.7-15-14.6-1.6-1.4-3.3-2.4-5.3-3.9zm44.4-118.1c-3.6-.1-5.2 2.2-7 4-5.1 5.2-10 10.5-15 15.8-1.2 1.3-2.6 2.8-4.4 1.8-1.4-.8-2.8-2.3-3.1-3.8-.6-2.5-.4-5.2-.4-7.8 0-4 .3-8-1.7-12.5-1.7 1.2-3.4 2-4.2 3.2-3.2 4.8-6.3 9.8-9.2 14.7-2.2 3.7-3.5 7.9-7.2 11.1-1.4-.9-2.9-1.5-3.6-2.5-1.1-1.6-1.9-3.6-2.6-5.5-3.2-9-6.3-18.1-9.5-27.1-.6-1.7-.4-4.2-3.5-4.6-2.1 3.9-3.2 8-3.8 12.3-1.3 8.9-2.7 17.8-4.1 26.7-.2 1.4-.5 3-1.2 4.1-.5.7-2 1.4-2.9 1.1-1.3-.4-2.6-1.3-3.6-2.3-4.1-4.5-8.2-9-12.1-13.7-1.7-2-3-4.3-4.6-6.3-.9-1.1-2.1-2-4.3-.7-.3 1.6-.9 3.5-1 5.4-.3 7-.4 14-.5 20.9 0 2.6.2 5.3-.2 7.8-.2 1.2-1.4 2.8-2.4 3.1-1.1.3-2.8-.5-3.7-1.4-1.2-1.1-2.1-2.8-3-4.3-5-8.4-11.7-15.2-19.7-20.7-.8-.6-1.9-.8-3.5-1.4.1 1.8 0 3 .2 4 2 7.9 4 15.8 6 23.6 1.2 4.5 2.7 8.9 3.7 13.5 1.5 6.3.3 7.8-5.8 6.6-5.4-1-10.6-2.8-16-4.1-5.1-1.2-10.2-2.1-15.3-2.9-1.3-.2-3-.2-3.9 2.1.7 1.2 1.2 2.9 2.4 4 7.9 7.2 13.7 16.8 23.3 22.2.5.3.9.7 1.3 1.2 1.7 1.7 1.4 3.9-.8 5-3.4 1.7-6.9 3.2-10.4 4.6-7.3 3-14.2 6.6-20.5 11.5-.8.6-1.3 1.6-2.6 3.3 4.1.8 7.2 1 10.3.3 8.3-2 16.8-1.3 25.2-1.4 9.8 0 10 3.3 5.8 10.5-3.7 6.5-5.3 13.5-6.6 20.6-.2 1.2.2 2.6.5 4.4 3.8-1.3 6.2-3.4 8.6-5.4 6.9-5.8 13.7-11.7 20.6-17.5 2.4-2 4.5-2.6 6.3-1.5 1.8 1 1.9 2.8 2 4.5.1 1.5.1 2.9.2 4.4.4 8.3 2.8 16 6.3 23.4.6 1.3 1.2 2.7 3.1 2.4.4-.4.9-.8 1.1-1.3 4.3-10.8 8.5-21.6 12.8-32.4.4-1.1.7-2.2 1.2-3.2 1.1-2.1 4.4-2.5 6-.8.8.9 1.3 1.9 1.9 2.9 3.1 5.9 6.2 11.8 9.4 17.7.6 1.1 1.8 1.9 3.3 3.4 1.1-2.9 1.8-5.1 2.6-7.2 3.1-8.4 6.2-16.9 9.5-25.3 1.2-3.1 4.5-3.8 7.1-1.6.9.7 1.7 1.6 2.4 2.5 2.5 2.8 5 5.7 7.6 8.4 1.6 1.7 2.9 3.7 6 3.8 3.6-4.5 1.7-10.5 3.5-15.6s2-10.7 3.5-15.7c5.1.1 5.1 0 7.1 1.3 3.4 2.2 6.8 4.5 10.2 6.7 2 1.3 4 2.5 6.8 1.3 2.2-4.8-.6-9.5-1.1-14.3-.6-5.1-2.8-10-2.7-15.5 7.1-3.9 14.9-.9 22.9-2.3-.9-1.8-1.3-3.2-2.2-4.2-2.2-2.7-4.6-5.3-6.8-7.9-6.2-7.4-5.8-9.7 2.4-14.9 1.2-.8 2.6-1.4 3.7-2.3 1.1-.8 1.9-1.9 3-2.9-5.6-3.3-5.6-3.3-10.9-3.5-3.5-.1-7 0-10.4-.4-3.5-.4-5.9-2.5-6.3-6.2-.2-1.9-.2-4 .3-5.9 1.4-5.6 3.2-11.2 4.7-16.8-.4-1.7-.6-3.1-.5-4.5z"
|
24
|
+
}));
|
27
25
|
|
28
26
|
NewIcon.displayName = 'NewIcon';
|
29
27
|
NewIcon.propTypes = {
|
@@ -13,17 +13,15 @@ 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
|
-
};
|
16
|
+
const New2Icon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 238.1 211.1"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M106 115.5c1.3-1.8.2-3.2 0-4.6-.2-1.5-.5-2.9-.8-4.4l-2.1-13.2c-.2-1.5-.3-3-.2-4.4.1-1.8 1.8-3.4 3.3-3 .9.3 2.1 1.4 2.4 2.3.9 3.4 1.3 6.8 2 10.2 1.9 9.5 3.7 19 5.6 28.4.2 1 .6 2 .5 2.9-.1 1.8-.9 3.3-2.6 4-1.6.7-3.2.6-4.6-.8-.5-.5-1.1-1-1.4-1.7-3.6-7.2-9.7-12.4-14.6-18.6-2.1-2.6-4.3-5.4-8-6.1-1.7 2.1-1.1 4.5-.8 6.9.3 2.2.4 4.5 1 6.6 1.2 4.3 2.8 8.5 4.2 12.8.3.9.7 1.9.9 2.8.3 1.3-.1 2.5-1.2 3.1-1.3.8-3.8.5-4.5-.7-.5-.8-.9-1.7-1.3-2.7-1.5-4.5-2.8-9-4.4-13.5-2.3-6.3-1.7-12.7-1.1-19 .1-1 .4-1.9.8-2.8 1.5-3.5 4.9-4.6 8.1-2.3 5.2 3.6 10 7.8 14 12.8 1.3 2.1 2.7 4 4.8 5m16.9-23.7c.5 3.7 1 7.1 1.4 10.6 2.6.1 4.5-1.2 6.5-2.2 2.7-1.3 5.3-3 8-4.5.9-.5 1.9-.8 2.9-.8 1.2 0 2.6-.4 3.3 1.1.7 1.5-.3 2.5-1.3 3.2-2.5 1.8-5 3.6-7.8 4.9-3.4 1.6-6.1 4-8.8 6.3-.1.7-.3 1.2-.1 1.6 2.4 6.8 3.5 7.2 9.2 3.4 4.4-3 8.7-6.1 13.1-9.2.7-.5 1.4-.8 2.2-1 .5-.1 1.4.1 1.7.4.4.6.8 1.6.7 2.3-.6 2.7-2.7 4.2-4.6 5.7-2.2 1.8-4.7 3.3-7.1 5-1.5 1-3.1 2-4.6 3-4.4 2.9-4.4 2.9-10.4 3-2.2-1.3-3.5-3.4-4.4-6-1.7-4.9-3.8-9.6-4.1-14.9-.2-2.8-1.1-5.4-3.8-7.1-1.4-.9-1.4-2.6-.6-4 .1-.2.2-.4.3-.5 5.1-5.5 10.9-10.2 18.2-12.2 1.2-.3 2.4-.2 3.7-.2 1.1 0 2 .7 2.3 1.9.3 1.2-.2 2.1-1.2 2.6-.9.5-1.9.7-2.9 1.1-1.9.8-3.9 1.4-5.6 2.4-2.1 1-3.8 2.4-6.2 4.1"
|
20
|
+
}), _react.default.createElement("path", {
|
21
|
+
d: "M157.3 106.3c.2-1 .5-1.8.6-2.6.6-6.4-.2-12.7-1.1-19-.2-1.7-.5-3.5-.6-5.2-.1-2.2 1.7-3.5 3.7-2.9 1.6.5 2.6 1.7 3.4 3.1 2.9 5.1 6.5 9.7 10.5 13.9 1.5 1.6 3.1 3.2 5.3 4.7.7-2.6 0-4.8-.4-7L174.5 70c-.2-1-.3-2.1-.2-3.1 0-1.2.9-1.8 2-2.1 1.2-.3 2.1.2 2.7 1.1.4.7.8 1.6.9 2.5.7 9.4 3.8 18.3 5.2 27.6.5 3.3.5 6.7.5 10 0 1.9-1.9 3-3.7 2.4-1.5-.5-2.5-1.7-3.6-2.9-4.7-5.2-9.6-10.2-14.7-15.7-.2 1.1-.4 1.8-.3 2.5.9 6.4.3 12.7-.2 19-.1 1.6-.4 3.2-2.1 3.8-2.1.7-4.3.6-5.7-1.3-1.9-2.5-3.3-5.4-4.9-8.1-.4-.8-.7-1.6-1-2.5-2.6-7.5-5.4-15-8.7-22.2-.3-.6-.6-1.3-.8-2-.5-1.6 0-2.8 1.5-3.3s2.8 0 3.4 1.5c3 7.6 5.9 15.2 8.9 22.7.7 2.1 1.1 4.6 3.6 6.4"
|
22
|
+
}), _react.default.createElement("path", {
|
23
|
+
d: "M157 150.4c-4 5.7-6.2 11.6-7.8 17.8-1.5 5.9-3.1 11.8-4.6 17.7-.3 1.1-.5 2.3-1 3.3-.8 2-3.8 2.6-5.1.9-2-2.8-3.9-5.8-5.5-8.8-2.3-4.3-4.4-8.8-6.6-13.2-.6-1.2-1.6-2.3-2.3-3.2-3.1.3-3.5 2.5-4.4 4.2-5.3 10.1-8.3 21-10.4 32.2-.5 2.8-1.3 5.7-2.2 8.4-.5 1.5-3.2 2-4.5.9-.6-.5-1.3-1.1-1.7-1.9-1.3-2.9-2.7-5.8-3.8-8.8-2.7-7.7-5.2-15.4-7.9-23.1-1-3-2.3-5.8-3.6-9.4-14 6.9-23.3 18.9-35.4 27.3-3.5-.9-5.1-3.2-4.7-6.4.6-5.5 1.2-11 2.4-16.3 1.3-5.7 3.2-11.2 4.8-16.8.4-1.3.6-2.7 1-4.6-2-.5-3.6-1-5.2-1.1-8.8-.6-17.3 1.4-25.9 2.8-3.1.5-6.2 1.4-9.4 1.9-2.9.5-5.8.7-8.7.8-1.8.1-3.6-.3-4.3-2.3-.6-1.9.3-3.5 1.6-4.7 3-2.7 5.9-5.7 9.3-7.8 8.4-5.3 16.9-10.1 25.5-15.1 2.2-1.3 4.6-2.3 7-3.5-.2-1.1-.1-2.2-.5-2.7-6.1-6.6-12.1-13.3-18.4-19.8-3.6-3.8-7.6-7.1-11.3-10.8-.7-.7-1.2-2.2-.9-3.1.3-.9 1.5-1.9 2.4-2.1 2-.3 4-.2 6 .1 11.5 1.5 23 3.2 34.1 6.8 1.6.5 3.4.4 4.8.6 2.4-2.3 1.3-4.6.7-6.8-3-10.9-5.9-21.9-9.1-32.7-1.4-4.7-.9-9.1-.2-13.3 2.8-1.8 4.8-1 6.7.7 6.5 5.8 13 11.6 19.6 17.3 1.4 1.2 3.2 2.1 5.2 3.4 2-5.7 1.3-11 2-16.1.7-4.8-1-9.8 1.3-14.3 3.1-1.5 5.4-.3 7.6 1.3 6 4.6 11.5 9.8 15.4 16.4 1.2 1.9 2.1 4.2 5.3 4.2 2.7-5.2 3.6-11 4-16.7.8-11.3 4.9-21.5 9.8-31.4.6-1.1 2.1-2.1 3.3-2.4 1.9-.4 3.5.7 4 2.6 1.3 4.2 2.3 8.4 3.4 12.6 1.7 6.8 3.2 13.6 4.9 20.3.5 2 1.4 3.8 2.3 5.6.3.7 1.2 1.2 2.2 2.2 1.2-1.3 2.5-2.3 3.4-3.6 6.4-8.6 12.8-17.3 19.2-25.9.7-.9 1.6-1.7 2.5-2.3 1.7-1.2 4.5-.2 5.1 1.8.3 1.1.5 2.3.5 3.4.1 4.7 0 9.3.1 14 0 1.9.4 3.9.6 5.6 3 1.1 4.3-.8 5.7-2.1 6.4-6 13.2-11.4 20.6-16 1.2-.8 2.4-1.6 3.8-2.2 3-1.2 6.3 1.3 5.5 4.4-1.1 4.2-2.6 8.3-4 12.4-2.5 7.7-5.1 15.4-7.4 22.3 1.2 3.4 3.3 3.8 5.3 3.7 8.6-.2 16.4 3.6 24.7 4.8.8.1 1.7.6 2.4.9 2.1.9 2.7 3.5.9 5-3.6 2.9-7.5 5.4-11.3 8-1.7 1.2-3.4 2.2-5.1 3.3-.4.3-.6.9-1.2 1.8 3 9 12.1 14.2 16.4 23.3-1.6.7-2.8 1.7-4.1 1.8-4.3.3-8.7.3-13 .3-2.9 0-5.8-.8-9 1.1-.1 1.4-.4 3.1-.2 4.7 1.2 7.8 2.6 15.5 3.8 23.2.2 1.4 0 2.8 0 4.1-5.8 1.4-5.8 1.4-25.5-7.9-.6 1.1-1.5 2.2-1.9 3.5-2.1 6.4-3.1 13-3.2 19.7-.1 3.5-.1 7-.4 10.5-.3 2.9-2.9 3.8-5.1 1.8-5.1-4.8-10-9.7-15-14.6-1.6-1.4-3.3-2.4-5.3-3.9zm44.4-118.1c-3.6-.1-5.2 2.2-7 4-5.1 5.2-10 10.5-15 15.8-1.2 1.3-2.6 2.8-4.4 1.8-1.4-.8-2.8-2.3-3.1-3.8-.6-2.5-.4-5.2-.4-7.8 0-4 .3-8-1.7-12.5-1.7 1.2-3.4 2-4.2 3.2-3.2 4.8-6.3 9.8-9.2 14.7-2.2 3.7-3.5 7.9-7.2 11.1-1.4-.9-2.9-1.5-3.6-2.5-1.1-1.6-1.9-3.6-2.6-5.5-3.2-9-6.3-18.1-9.5-27.1-.6-1.7-.4-4.2-3.5-4.6-2.1 3.9-3.2 8-3.8 12.3-1.3 8.9-2.7 17.8-4.1 26.7-.2 1.4-.5 3-1.2 4.1-.5.7-2 1.4-2.9 1.1-1.3-.4-2.6-1.3-3.6-2.3-4.1-4.5-8.2-9-12.1-13.7-1.7-2-3-4.3-4.6-6.3-.9-1.1-2.1-2-4.3-.7-.3 1.6-.9 3.5-1 5.4-.3 7-.4 14-.5 20.9 0 2.6.2 5.3-.2 7.8-.2 1.2-1.4 2.8-2.4 3.1-1.1.3-2.8-.5-3.7-1.4-1.2-1.1-2.1-2.8-3-4.3-5-8.4-11.7-15.2-19.7-20.7-.8-.6-1.9-.8-3.5-1.4.1 1.8 0 3 .2 4 2 7.9 4 15.8 6 23.6 1.2 4.5 2.7 8.9 3.7 13.5 1.5 6.3.3 7.8-5.8 6.6-5.4-1-10.6-2.8-16-4.1-5.1-1.2-10.2-2.1-15.3-2.9-1.3-.2-3-.2-3.9 2.1.7 1.2 1.2 2.9 2.4 4 7.9 7.2 13.7 16.8 23.3 22.2.5.3.9.7 1.3 1.2 1.7 1.7 1.4 3.9-.8 5-3.4 1.7-6.9 3.2-10.4 4.6-7.3 3-14.2 6.6-20.5 11.5-.8.6-1.3 1.6-2.6 3.3 4.1.8 7.2 1 10.3.3 8.3-2 16.8-1.3 25.2-1.4 9.8 0 10 3.3 5.8 10.5-3.7 6.5-5.3 13.5-6.6 20.6-.2 1.2.2 2.6.5 4.4 3.8-1.3 6.2-3.4 8.6-5.4 6.9-5.8 13.7-11.7 20.6-17.5 2.4-2 4.5-2.6 6.3-1.5 1.8 1 1.9 2.8 2 4.5.1 1.5.1 2.9.2 4.4.4 8.3 2.8 16 6.3 23.4.6 1.3 1.2 2.7 3.1 2.4.4-.4.9-.8 1.1-1.3 4.3-10.8 8.5-21.6 12.8-32.4.4-1.1.7-2.2 1.2-3.2 1.1-2.1 4.4-2.5 6-.8.8.9 1.3 1.9 1.9 2.9 3.1 5.9 6.2 11.8 9.4 17.7.6 1.1 1.8 1.9 3.3 3.4 1.1-2.9 1.8-5.1 2.6-7.2 3.1-8.4 6.2-16.9 9.5-25.3 1.2-3.1 4.5-3.8 7.1-1.6.9.7 1.7 1.6 2.4 2.5 2.5 2.8 5 5.7 7.6 8.4 1.6 1.7 2.9 3.7 6 3.8 3.6-4.5 1.7-10.5 3.5-15.6s2-10.7 3.5-15.7c5.1.1 5.1 0 7.1 1.3 3.4 2.2 6.8 4.5 10.2 6.7 2 1.3 4 2.5 6.8 1.3 2.2-4.8-.6-9.5-1.1-14.3-.6-5.1-2.8-10-2.7-15.5 7.1-3.9 14.9-.9 22.9-2.3-.9-1.8-1.3-3.2-2.2-4.2-2.2-2.7-4.6-5.3-6.8-7.9-6.2-7.4-5.8-9.7 2.4-14.9 1.2-.8 2.6-1.4 3.7-2.3 1.1-.8 1.9-1.9 3-2.9-5.6-3.3-5.6-3.3-10.9-3.5-3.5-.1-7 0-10.4-.4-3.5-.4-5.9-2.5-6.3-6.2-.2-1.9-.2-4 .3-5.9 1.4-5.6 3.2-11.2 4.7-16.8-.4-1.7-.6-3.1-.5-4.5z"
|
24
|
+
}));
|
27
25
|
|
28
26
|
New2Icon.displayName = 'New2Icon';
|
29
27
|
New2Icon.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 NewWindowIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M30.5 21.938a1.5 1.5 0 0 0-1.5 1.5v4.063a1.5 1.5 0 0 1-1.5 1.5h-23a1.5 1.5 0 0 1-1.5-1.5v-23a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 1 0 0-3h-4a4.505 4.505 0 0 0-4.5 4.5v23c0 2.481 2.019 4.5 4.5 4.5h23c2.481 0 4.5-2.019 4.5-4.5v-4.063a1.5 1.5 0 0 0-1.5-1.5zM27.5 0H17.437a1.5 1.5 0 1 0 0 3h9.441L9.438 20.439a1.5 1.5 0 1 0 2.122 2.121L28.999 5.121v9.316a1.5 1.5 0 1 0 3 0V4.499c0-2.481-2.019-4.5-4.5-4.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
NewWindowIcon.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 NightIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M21.512 28.2C16.424 26.325 13 21.425 13 16s3.425-10.338 8.512-12.2c.587-.212.988-.775.988-1.413s-.387-1.188-.988-1.413A15.905 15.905 0 0 0 16-.001c-8.825 0-16 7.175-16 16s7.175 16 16 16c1.887 0 3.75-.325 5.512-.975.587-.212.988-.775.988-1.413s-.4-1.188-.988-1.413zM16 29C8.838 29 3 23.163 3 16S8.838 3 16 3c.212 0 .438 0 .65.013C12.562 5.975 10 10.788 10 16.001s2.563 10.025 6.65 12.988c-.212.012-.438.012-.65.012zm14.5-8.25H29v-1.5c0-.825-.675-1.5-1.5-1.5s-1.5.675-1.5 1.5v1.5h-1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5H26v1.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5v-1.5h1.5c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5zM20.75 9.625v1.5h-1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h1.5v1.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5v-1.5h1.5c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5h-1.5v-1.5c0-.825-.675-1.5-1.5-1.5s-1.5.675-1.5 1.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
NightIcon.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 NotAllowedIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0zm0 3c3.061 0 5.878 1.064 8.101 2.84L5.84 24.101A12.94 12.94 0 0 1 3 16C3 8.831 8.831 3 16 3zm0 26a12.93 12.93 0 0 1-8.031-2.785L26.215 7.969A12.934 12.934 0 0 1 29 16c0 7.169-5.831 13-13 13z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
NotAllowedIcon.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 NoteIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 256 256"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M220 0H36C16.15 0 0 16.15 0 36v184c0 19.85 16.15 36 36 36h124c3.18 0 6.23-1.26 8.49-3.51l84-84c2.25-2.25 3.51-5.3 3.51-8.49V36c0-19.85-16.15-36-36-36zM24 220V36c0-6.62 5.38-12 12-12h184c6.62 0 12 5.38 12 12v112h-48c-19.85 0-36 16.15-36 36v48H36c-6.62 0-12-5.38-12-12zm148-4.97V184c0-6.62 5.38-12 12-12h31.03L172 215.03z"
|
20
|
+
}), _react.default.createElement("path", {
|
21
|
+
d: "M108 168H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h48c6.63 0 12 5.37 12 12s-5.37 12-12 12zm48-48H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h96c6.63 0 12 5.37 12 12s-5.37 12-12 12zm40-48H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h136c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
|
22
|
+
}));
|
25
23
|
|
26
24
|
NoteIcon.displayName = 'NoteIcon';
|
27
25
|
NoteIcon.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 NotepadIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M27.5-.125h-20a4.498 4.498 0 0 0-4.5 4.5v1H1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5H3v6H1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5H3v6H1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5H3v1c0 2.488 2.013 4.5 4.5 4.5h20c2.488 0 4.5-2.012 4.5-4.5v-23c0-2.487-2.012-4.5-4.5-4.5zm1.5 27.5c0 .825-.675 1.5-1.5 1.5h-20c-.825 0-1.5-.675-1.5-1.5v-23c0-.825.675-1.5 1.5-1.5h20c.825 0 1.5.675 1.5 1.5v23zm-4.5-19h-14c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h14c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5zm-3 6h-11c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h11c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5zm-3 6h-8c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h8c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
NotepadIcon.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 NotificationsIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M31.837 23.825l-1.15-2.3a16.16 16.16 0 0 1-1.688-7.15V13c0-7.162-5.837-13-13-13s-13 5.838-13 13v1.375c0 2.475-.587 4.95-1.688 7.15l-1.15 2.3a1.49 1.49 0 0 0 .063 1.462c.275.438.75.712 1.275.712h8.5c0 3.313 2.688 6 6 6s6-2.688 6-6h8.5c.525 0 1-.275 1.275-.712s.3-.988.063-1.462zM16 29c-1.65 0-3-1.35-3-3h6c0 1.65-1.35 3-3 3zM3.925 23l.063-.137c1.313-2.625 2-5.563 2-8.5v-1.375c0-5.513 4.487-10 10-10s10 4.487 10 10v1.375c0 2.938.688 5.875 2 8.5l.063.137H3.926z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
NotificationsIcon.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 OrganisationConnectionIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M32 6c0-3.309-2.691-6-6-6s-6 2.691-6 6a6.01 6.01 0 0 0 4.5 5.81V14c0 5.79-4.71 10.5-10.5 10.5h-2.19a6.022 6.022 0 0 0-4.06-4.239v-8.523A6.009 6.009 0 0 0 12 5.999c0-3.309-2.691-6-6-6s-6 2.691-6 6c0 2.88 2.04 5.291 4.75 5.867v8.264C2.04 20.708 0 23.119 0 25.999c0 3.309 2.691 6 6 6a6.01 6.01 0 0 0 5.81-4.5H14c7.444 0 13.5-6.056 13.5-13.5v-2.19a6.01 6.01 0 0 0 4.5-5.81zM3 6c0-1.654 1.346-3 3-3s3 1.346 3 3-1.346 3-3 3-3-1.346-3-3zm3 23c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM26 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
OrganisationConnectionIcon.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 OvertimeIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 0c-.825 0-1.5.675-1.5 1.5S15.175 3 16 3c7.163 0 13 5.838 13 13s-5.837 13-13 13S3 23.163 3 16c0-.825-.675-1.5-1.5-1.5S0 15.175 0 16c0 8.825 7.175 16 16 16s16-7.175 16-16S24.825 0 16 0zM3 9.048a1.5 1.5 0 1 1-.75 2.905A1.5 1.5 0 0 1 3 9.048zm8.953-6.923a1.5 1.5 0 1 1-2.904.75 1.5 1.5 0 0 1 2.904-.75zM7.25 5.75a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM16 17.5h-6c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5h4.5V10c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v6c0 .825-.675 1.5-1.5 1.5z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
OvertimeIcon.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 PacmanIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
|
17
|
+
viewBox: "0 0 32 32"
|
18
|
+
}, props), _react.default.createElement("path", {
|
19
|
+
d: "M16 32c-4.247 0-8.259-1.671-11.294-4.706S0 20.248 0 16 1.671 7.741 4.706 4.706 11.752 0 16 0c6.192 0 11.884 3.626 14.501 9.238a1.503 1.503 0 0 1-.726 1.994L19.55 16.001l10.226 4.769c.36.169.64.473.776.846s.117.786-.05 1.148c-2.619 5.611-8.31 9.237-14.502 9.237zm0-29c-3.446 0-6.704 1.36-9.172 3.828C4.361 9.297 3 12.554 3 16s1.36 6.704 3.828 9.172C9.297 27.641 12.554 29 16 29c4.526 0 8.724-2.385 11.069-6.184l-11.703-5.457a1.503 1.503 0 0 1 0-2.72l11.703-5.457C24.724 5.386 20.526 3.001 16 3.001zm2.375 6a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 18.375 9z"
|
20
|
+
}));
|
23
21
|
|
24
22
|
PacmanIcon.propTypes = {
|
25
23
|
size: _propTypes.number
|