@okta/odyssey-react-mui 0.22.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/README.md +43 -7
- package/dist/@types/i18next.d.js +14 -0
- package/dist/@types/i18next.d.js.map +1 -0
- package/dist/Autocomplete.js +18 -4
- package/dist/Autocomplete.js.map +1 -1
- package/dist/Banner.js +9 -6
- package/dist/Banner.js.map +1 -1
- package/dist/Button.js +20 -10
- package/dist/Button.js.map +1 -1
- package/dist/Checkbox.js +44 -10
- package/dist/Checkbox.js.map +1 -1
- package/dist/CheckboxGroup.js +25 -26
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/CircularProgress.js +11 -0
- package/dist/CircularProgress.js.map +1 -1
- package/dist/Dialog.js +72 -0
- package/dist/Dialog.js.map +1 -0
- package/dist/Field.js +28 -10
- package/dist/Field.js.map +1 -1
- package/dist/FieldError.js +6 -3
- package/dist/FieldError.js.map +1 -1
- package/dist/FieldHint.js +1 -2
- package/dist/FieldHint.js.map +1 -1
- package/dist/FieldLabel.js +19 -7
- package/dist/FieldLabel.js.map +1 -1
- package/dist/Fieldset.js +55 -0
- package/dist/Fieldset.js.map +1 -0
- package/dist/Form.js +69 -0
- package/dist/Form.js.map +1 -0
- package/dist/Icon.js +8 -8
- package/dist/Icon.js.map +1 -1
- package/dist/Infobox.js +7 -4
- package/dist/Infobox.js.map +1 -1
- package/dist/Link.js +10 -3
- package/dist/Link.js.map +1 -1
- package/dist/MenuButton.js +3 -7
- package/dist/MenuButton.js.map +1 -1
- package/dist/MenuItem.js +4 -2
- package/dist/MenuItem.js.map +1 -1
- package/dist/MuiPropsChild.js +32 -0
- package/dist/MuiPropsChild.js.map +1 -0
- package/dist/MuiPropsContext.js +15 -0
- package/dist/MuiPropsContext.js.map +1 -0
- package/dist/NativeSelect.js +61 -0
- package/dist/NativeSelect.js.map +1 -0
- package/dist/OdysseyCacheProvider.js +1 -2
- package/dist/OdysseyCacheProvider.js.map +1 -1
- package/dist/OdysseyI18n.js +93 -0
- package/dist/OdysseyI18n.js.map +1 -0
- package/dist/OdysseyProvider.js +42 -0
- package/dist/OdysseyProvider.js.map +1 -0
- package/dist/OdysseyThemeProvider.js +11 -5
- package/dist/OdysseyThemeProvider.js.map +1 -1
- package/dist/OdysseyTranslationProvider.js +47 -0
- package/dist/OdysseyTranslationProvider.js.map +1 -0
- package/dist/OdysseyTranslationProvider.types.js +14 -0
- package/dist/OdysseyTranslationProvider.types.js.map +1 -0
- package/dist/PasswordField.js +20 -3
- package/dist/PasswordField.js.map +1 -1
- package/dist/Radio.js +11 -2
- package/dist/Radio.js.map +1 -1
- package/dist/RadioGroup.js +36 -28
- package/dist/RadioGroup.js.map +1 -1
- package/dist/ScreenReaderText.js +3 -3
- package/dist/ScreenReaderText.js.map +1 -1
- package/dist/SearchField.js +17 -4
- package/dist/SearchField.js.map +1 -1
- package/dist/Select.js +131 -0
- package/dist/Select.js.map +1 -0
- package/dist/Status.js.map +1 -1
- package/dist/Tabs.js +46 -0
- package/dist/Tabs.js.map +1 -0
- package/dist/Tag.js +11 -2
- package/dist/Tag.js.map +1 -1
- package/dist/TagList.js +11 -2
- package/dist/TagList.js.map +1 -1
- package/dist/TagListContext.js +1 -0
- package/dist/TagListContext.js.map +1 -1
- package/dist/TextField.js +28 -9
- package/dist/TextField.js.map +1 -1
- package/dist/Toast.js +78 -0
- package/dist/Toast.js.map +1 -0
- package/dist/{ThemeProvider.js → ToastStack.js} +12 -10
- package/dist/ToastStack.js.map +1 -0
- package/dist/Tooltip.js +31 -0
- package/dist/Tooltip.js.map +1 -0
- package/dist/a11yCheck.js +1 -2
- package/dist/a11yCheck.js.map +1 -1
- package/dist/createUniqueAlphabeticalId.js +1 -2
- package/dist/createUniqueAlphabeticalId.js.map +1 -1
- package/dist/createUniqueId.js +1 -2
- package/dist/createUniqueId.js.map +1 -1
- package/dist/iconDictionary/Add.js +5 -6
- package/dist/iconDictionary/Add.js.map +1 -1
- package/dist/iconDictionary/AddCircle.js +5 -6
- package/dist/iconDictionary/AddCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircle.js +5 -6
- package/dist/iconDictionary/AlertCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircleFilled.js +5 -6
- package/dist/iconDictionary/AlertCircleFilled.js.map +1 -1
- package/dist/iconDictionary/AlertTriangleFilled.js +5 -6
- package/dist/iconDictionary/AlertTriangleFilled.js.map +1 -1
- package/dist/iconDictionary/Anchor.js +6 -7
- package/dist/iconDictionary/Anchor.js.map +1 -1
- package/dist/iconDictionary/ArrowDown.js +5 -6
- package/dist/iconDictionary/ArrowDown.js.map +1 -1
- package/dist/iconDictionary/ArrowLeft.js +5 -6
- package/dist/iconDictionary/ArrowLeft.js.map +1 -1
- package/dist/iconDictionary/ArrowRight.js +5 -6
- package/dist/iconDictionary/ArrowRight.js.map +1 -1
- package/dist/iconDictionary/ArrowUp.js +5 -6
- package/dist/iconDictionary/ArrowUp.js.map +1 -1
- package/dist/iconDictionary/ArrowUpDown.js +5 -6
- package/dist/iconDictionary/ArrowUpDown.js.map +1 -1
- package/dist/iconDictionary/Calendar.js +5 -6
- package/dist/iconDictionary/Calendar.js.map +1 -1
- package/dist/iconDictionary/Check.js +5 -6
- package/dist/iconDictionary/Check.js.map +1 -1
- package/dist/iconDictionary/CheckCircleFilled.js +5 -6
- package/dist/iconDictionary/CheckCircleFilled.js.map +1 -1
- package/dist/iconDictionary/ChevronDown.js +5 -6
- package/dist/iconDictionary/ChevronDown.js.map +1 -1
- package/dist/iconDictionary/ChevronUp.js +5 -6
- package/dist/iconDictionary/ChevronUp.js.map +1 -1
- package/dist/iconDictionary/Close.js +5 -6
- package/dist/iconDictionary/Close.js.map +1 -1
- package/dist/iconDictionary/CloseCircleFilled.js +5 -6
- package/dist/iconDictionary/CloseCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Copy.js +5 -6
- package/dist/iconDictionary/Copy.js.map +1 -1
- package/dist/iconDictionary/Delete.js +5 -6
- package/dist/iconDictionary/Delete.js.map +1 -1
- package/dist/iconDictionary/Download.js +5 -6
- package/dist/iconDictionary/Download.js.map +1 -1
- package/dist/iconDictionary/DragHandle.js +5 -6
- package/dist/iconDictionary/DragHandle.js.map +1 -1
- package/dist/iconDictionary/Edit.js +5 -6
- package/dist/iconDictionary/Edit.js.map +1 -1
- package/dist/iconDictionary/ExternalLink.js +5 -6
- package/dist/iconDictionary/ExternalLink.js.map +1 -1
- package/dist/iconDictionary/Eye.js +5 -6
- package/dist/iconDictionary/Eye.js.map +1 -1
- package/dist/iconDictionary/EyeOff.js +5 -6
- package/dist/iconDictionary/EyeOff.js.map +1 -1
- package/dist/iconDictionary/Filter.js +5 -6
- package/dist/iconDictionary/Filter.js.map +1 -1
- package/dist/iconDictionary/Globe.js +5 -6
- package/dist/iconDictionary/Globe.js.map +1 -1
- package/dist/iconDictionary/Home.js +5 -6
- package/dist/iconDictionary/Home.js.map +1 -1
- package/dist/iconDictionary/InformationCircle.js +5 -6
- package/dist/iconDictionary/InformationCircle.js.map +1 -1
- package/dist/iconDictionary/InformationCircleFilled.js +5 -6
- package/dist/iconDictionary/InformationCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Notification.js +5 -6
- package/dist/iconDictionary/Notification.js.map +1 -1
- package/dist/iconDictionary/OverflowVertical.js +5 -6
- package/dist/iconDictionary/OverflowVertical.js.map +1 -1
- package/dist/iconDictionary/QuestionCircle.js +5 -6
- package/dist/iconDictionary/QuestionCircle.js.map +1 -1
- package/dist/iconDictionary/QuestionCircleFilled.js +5 -6
- package/dist/iconDictionary/QuestionCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Search.js +5 -6
- package/dist/iconDictionary/Search.js.map +1 -1
- package/dist/iconDictionary/Settings.js +4 -5
- package/dist/iconDictionary/Settings.js.map +1 -1
- package/dist/iconDictionary/Subtract.js +5 -6
- package/dist/iconDictionary/Subtract.js.map +1 -1
- package/dist/iconDictionary/SvgIcon.js +1 -0
- package/dist/iconDictionary/SvgIcon.js.map +1 -1
- package/dist/iconDictionary/User.js +5 -6
- package/dist/iconDictionary/User.js.map +1 -1
- package/dist/iconDictionary/UserGroup.js +5 -6
- package/dist/iconDictionary/UserGroup.js.map +1 -1
- package/dist/iconDictionary/index.js.map +1 -1
- package/dist/index.js +13 -6
- package/dist/index.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui.js +11 -0
- package/dist/properties/ts/odyssey-react-mui.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_cs.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_da.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_de.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_el.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_es.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_fi.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_fr.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_hu.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_id.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_it.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ja.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ko.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ms.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_nb.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_nl-NL.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_nl-NL.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_pl.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_pt-BR.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_pt-BR.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ro.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ru.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_sv.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_th.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_tr.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_uk.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_zh-CN.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_zh-CN.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_zh-TW.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_zh-TW.js.map +1 -0
- package/dist/src/Autocomplete.d.ts +2 -1
- package/dist/src/Autocomplete.d.ts.map +1 -1
- package/dist/src/Banner.d.ts +19 -19
- package/dist/src/Banner.d.ts.map +1 -1
- package/dist/src/Button.d.ts +4 -3
- package/dist/src/Button.d.ts.map +1 -1
- package/dist/src/Checkbox.d.ts +4 -2
- package/dist/src/Checkbox.d.ts.map +1 -1
- package/dist/src/CheckboxGroup.d.ts +8 -4
- package/dist/src/CheckboxGroup.d.ts.map +1 -1
- package/dist/src/Dialog.d.ts +25 -0
- package/dist/src/Dialog.d.ts.map +1 -0
- package/dist/src/Field.d.ts +18 -7
- package/dist/src/Field.d.ts.map +1 -1
- package/dist/src/FieldError.d.ts.map +1 -1
- package/dist/src/FieldLabel.d.ts +2 -3
- package/dist/src/FieldLabel.d.ts.map +1 -1
- package/dist/src/Fieldset.d.ts +42 -0
- package/dist/src/Fieldset.d.ts.map +1 -0
- package/dist/src/Form.d.ts +73 -0
- package/dist/src/Form.d.ts.map +1 -0
- package/dist/src/Icon.d.ts +9 -8
- package/dist/src/Icon.d.ts.map +1 -1
- package/dist/src/Infobox.d.ts +7 -7
- package/dist/src/Infobox.d.ts.map +1 -1
- package/dist/src/Link.d.ts +9 -4
- package/dist/src/Link.d.ts.map +1 -1
- package/dist/src/MenuButton.d.ts +7 -3
- package/dist/src/MenuButton.d.ts.map +1 -1
- package/dist/src/MenuItem.d.ts +1 -1
- package/dist/src/MenuItem.d.ts.map +1 -1
- package/dist/src/MuiPropsChild.d.ts +18 -0
- package/dist/src/MuiPropsChild.d.ts.map +1 -0
- package/dist/src/MuiPropsContext.d.ts +15 -0
- package/dist/src/MuiPropsContext.d.ts.map +1 -0
- package/dist/src/NativeSelect.d.ts +36 -0
- package/dist/src/NativeSelect.d.ts.map +1 -0
- package/dist/src/OdysseyI18n.d.ts +54 -0
- package/dist/src/OdysseyI18n.d.ts.map +1 -0
- package/dist/src/OdysseyProvider.d.ts +27 -0
- package/dist/src/OdysseyProvider.d.ts.map +1 -0
- package/dist/src/OdysseyThemeProvider.d.ts +4 -2
- package/dist/src/OdysseyThemeProvider.d.ts.map +1 -1
- package/dist/src/OdysseyTranslationProvider.d.ts +25 -0
- package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -0
- package/dist/src/OdysseyTranslationProvider.types.d.ts +14 -0
- package/dist/src/OdysseyTranslationProvider.types.d.ts.map +1 -0
- package/dist/src/PasswordField.d.ts +8 -8
- package/dist/src/PasswordField.d.ts.map +1 -1
- package/dist/src/RadioGroup.d.ts +8 -8
- package/dist/src/RadioGroup.d.ts.map +1 -1
- package/dist/src/SearchField.d.ts +4 -4
- package/dist/src/SearchField.d.ts.map +1 -1
- package/dist/src/Select.d.ts +35 -0
- package/dist/src/Select.d.ts.map +1 -0
- package/dist/src/Status.d.ts +2 -2
- package/dist/src/Status.d.ts.map +1 -1
- package/dist/src/Tabs.d.ts +27 -0
- package/dist/src/Tabs.d.ts.map +1 -0
- package/dist/src/TextField.d.ts +12 -15
- package/dist/src/TextField.d.ts.map +1 -1
- package/dist/src/Toast.d.ts +60 -0
- package/dist/src/Toast.d.ts.map +1 -0
- package/dist/src/ToastStack.d.ts +19 -0
- package/dist/src/ToastStack.d.ts.map +1 -0
- package/dist/src/{ThemeProvider.d.ts → Tooltip.d.ts} +8 -4
- package/dist/src/Tooltip.d.ts.map +1 -0
- package/dist/src/iconDictionary/Add.d.ts +2 -2
- package/dist/src/iconDictionary/AddCircle.d.ts +2 -2
- package/dist/src/iconDictionary/AlertCircle.d.ts +2 -2
- package/dist/src/iconDictionary/AlertCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/AlertTriangleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Anchor.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowDown.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowLeft.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowRight.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowUp.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowUpDown.d.ts +2 -2
- package/dist/src/iconDictionary/Calendar.d.ts +2 -2
- package/dist/src/iconDictionary/Check.d.ts +2 -2
- package/dist/src/iconDictionary/CheckCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/ChevronDown.d.ts +2 -2
- package/dist/src/iconDictionary/ChevronUp.d.ts +2 -2
- package/dist/src/iconDictionary/Close.d.ts +2 -2
- package/dist/src/iconDictionary/CloseCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Copy.d.ts +2 -2
- package/dist/src/iconDictionary/Delete.d.ts +2 -2
- package/dist/src/iconDictionary/Download.d.ts +2 -2
- package/dist/src/iconDictionary/DragHandle.d.ts +2 -2
- package/dist/src/iconDictionary/Edit.d.ts +2 -2
- package/dist/src/iconDictionary/ExternalLink.d.ts +2 -2
- package/dist/src/iconDictionary/Eye.d.ts +2 -2
- package/dist/src/iconDictionary/EyeOff.d.ts +2 -2
- package/dist/src/iconDictionary/Filter.d.ts +2 -2
- package/dist/src/iconDictionary/Globe.d.ts +2 -2
- package/dist/src/iconDictionary/Home.d.ts +2 -2
- package/dist/src/iconDictionary/InformationCircle.d.ts +2 -2
- package/dist/src/iconDictionary/InformationCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Notification.d.ts +2 -2
- package/dist/src/iconDictionary/OverflowVertical.d.ts +2 -2
- package/dist/src/iconDictionary/QuestionCircle.d.ts +2 -2
- package/dist/src/iconDictionary/QuestionCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Search.d.ts +2 -2
- package/dist/src/iconDictionary/Settings.d.ts +2 -2
- package/dist/src/iconDictionary/Subtract.d.ts +2 -2
- package/dist/src/iconDictionary/User.d.ts +2 -2
- package/dist/src/iconDictionary/UserGroup.d.ts +2 -2
- package/dist/src/iconDictionary/index.d.ts +40 -40
- package/dist/src/index.d.ts +15 -10
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui.d.ts +11 -0
- package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts.map +1 -0
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/src/theme/index.d.ts +3 -1
- package/dist/src/theme/index.d.ts.map +1 -1
- package/dist/src/theme/mixins.d.ts +2 -1
- package/dist/src/theme/mixins.d.ts.map +1 -1
- package/dist/src/theme/palette.d.ts +2 -1
- package/dist/src/theme/palette.d.ts.map +1 -1
- package/dist/src/theme/shape.d.ts +2 -1
- package/dist/src/theme/shape.d.ts.map +1 -1
- package/dist/src/theme/spacing.d.ts +2 -1
- package/dist/src/theme/spacing.d.ts.map +1 -1
- package/dist/src/theme/theme.d.ts +3 -2
- package/dist/src/theme/theme.d.ts.map +1 -1
- package/dist/src/theme/typography.d.ts +2 -1
- package/dist/src/theme/typography.d.ts.map +1 -1
- package/dist/theme/components.js +123 -85
- package/dist/theme/components.js.map +1 -1
- package/dist/theme/components.types.js +1 -0
- package/dist/theme/components.types.js.map +1 -1
- package/dist/theme/index.js +1 -1
- package/dist/theme/index.js.map +1 -1
- package/dist/theme/mixins.js +8 -6
- package/dist/theme/mixins.js.map +1 -1
- package/dist/theme/mixins.types.js +1 -0
- package/dist/theme/mixins.types.js.map +1 -1
- package/dist/theme/palette.js +89 -86
- package/dist/theme/palette.js.map +1 -1
- package/dist/theme/palette.types.js +1 -0
- package/dist/theme/palette.types.js.map +1 -1
- package/dist/theme/shape.js +6 -4
- package/dist/theme/shape.js.map +1 -1
- package/dist/theme/spacing.js +4 -1
- package/dist/theme/spacing.js.map +1 -1
- package/dist/theme/temp.js +1 -0
- package/dist/theme/temp.js.map +1 -1
- package/dist/theme/theme.js +12 -9
- package/dist/theme/theme.js.map +1 -1
- package/dist/theme/typography.js +85 -83
- package/dist/theme/typography.js.map +1 -1
- package/dist/theme/typography.types.js +1 -0
- package/dist/theme/typography.types.js.map +1 -1
- package/dist/theme/useTheme.js +1 -0
- package/dist/theme/useTheme.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/dist/useUniqueAlphabeticalId.js +1 -0
- package/dist/useUniqueAlphabeticalId.js.map +1 -1
- package/dist/useUniqueId.js +1 -0
- package/dist/useUniqueId.js.map +1 -1
- package/i18n.config.json +8 -0
- package/package.json +9 -4
- package/scripts/properties-to-ts.js +103 -0
- package/src/@types/i18next.d.ts +22 -0
- package/src/Autocomplete.tsx +10 -1
- package/src/Banner.tsx +37 -32
- package/src/Button.tsx +38 -18
- package/src/Checkbox.tsx +47 -21
- package/src/CheckboxGroup.tsx +30 -34
- package/src/Dialog.tsx +110 -0
- package/src/Field.tsx +56 -24
- package/src/FieldError.tsx +6 -1
- package/src/FieldLabel.tsx +13 -10
- package/src/Fieldset.tsx +95 -0
- package/src/Form.tsx +142 -0
- package/src/Icon.test.tsx +1 -1
- package/src/Icon.tsx +27 -13
- package/src/Infobox.tsx +18 -13
- package/src/Link.tsx +14 -6
- package/src/MenuButton.tsx +8 -3
- package/src/MenuItem.tsx +1 -0
- package/src/MuiPropsChild.tsx +41 -0
- package/src/MuiPropsContext.ts +17 -0
- package/src/NativeSelect.tsx +107 -0
- package/src/OdysseyI18n.ts +101 -0
- package/src/OdysseyProvider.tsx +59 -0
- package/src/OdysseyThemeProvider.tsx +9 -3
- package/src/OdysseyTranslationProvider.test.tsx +63 -0
- package/src/OdysseyTranslationProvider.tsx +65 -0
- package/src/OdysseyTranslationProvider.types.ts +42 -0
- package/src/PasswordField.tsx +18 -11
- package/src/RadioGroup.tsx +31 -46
- package/src/SearchField.tsx +10 -8
- package/src/Select.tsx +226 -0
- package/src/Status.tsx +2 -2
- package/src/Tabs.tsx +70 -0
- package/src/TextField.tsx +31 -25
- package/src/Toast.tsx +140 -0
- package/src/{ThemeProvider.tsx → ToastStack.tsx} +16 -9
- package/src/Tooltip.tsx +39 -0
- package/src/iconDictionary/Add.tsx +3 -3
- package/src/iconDictionary/AddCircle.tsx +3 -3
- package/src/iconDictionary/AlertCircle.tsx +3 -3
- package/src/iconDictionary/AlertCircleFilled.tsx +3 -3
- package/src/iconDictionary/AlertTriangleFilled.tsx +3 -3
- package/src/iconDictionary/Anchor.tsx +3 -3
- package/src/iconDictionary/ArrowDown.tsx +3 -3
- package/src/iconDictionary/ArrowLeft.tsx +3 -3
- package/src/iconDictionary/ArrowRight.tsx +3 -3
- package/src/iconDictionary/ArrowUp.tsx +3 -3
- package/src/iconDictionary/ArrowUpDown.tsx +3 -3
- package/src/iconDictionary/Calendar.tsx +3 -3
- package/src/iconDictionary/Check.tsx +3 -3
- package/src/iconDictionary/CheckCircleFilled.tsx +3 -3
- package/src/iconDictionary/ChevronDown.tsx +3 -3
- package/src/iconDictionary/ChevronUp.tsx +3 -3
- package/src/iconDictionary/Close.tsx +3 -3
- package/src/iconDictionary/CloseCircleFilled.tsx +3 -3
- package/src/iconDictionary/Copy.tsx +3 -3
- package/src/iconDictionary/Delete.tsx +3 -3
- package/src/iconDictionary/Download.tsx +3 -3
- package/src/iconDictionary/DragHandle.tsx +3 -3
- package/src/iconDictionary/Edit.tsx +3 -3
- package/src/iconDictionary/ExternalLink.tsx +3 -3
- package/src/iconDictionary/Eye.tsx +3 -3
- package/src/iconDictionary/EyeOff.tsx +3 -3
- package/src/iconDictionary/Filter.tsx +3 -3
- package/src/iconDictionary/Globe.tsx +3 -3
- package/src/iconDictionary/Home.tsx +3 -3
- package/src/iconDictionary/InformationCircle.tsx +3 -3
- package/src/iconDictionary/InformationCircleFilled.tsx +3 -3
- package/src/iconDictionary/Notification.tsx +3 -3
- package/src/iconDictionary/OverflowVertical.tsx +3 -3
- package/src/iconDictionary/QuestionCircle.tsx +3 -3
- package/src/iconDictionary/QuestionCircleFilled.tsx +3 -3
- package/src/iconDictionary/Search.tsx +3 -3
- package/src/iconDictionary/Settings.tsx +2 -2
- package/src/iconDictionary/Subtract.tsx +3 -3
- package/src/iconDictionary/User.tsx +3 -3
- package/src/iconDictionary/UserGroup.tsx +3 -3
- package/src/iconDictionary/index.ts +1 -1
- package/src/index.ts +11 -23
- package/src/properties/odyssey-react-mui.properties +8 -0
- package/src/properties/translations/odyssey-react-mui_cs.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_da.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_de.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_el.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_es.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_fi.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_fr.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_hu.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_id.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_it.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ja.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ko.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ms.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_nb.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_nl-NL.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_pl.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_pt-BR.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ro.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ru.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_sv.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_th.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_tr.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_uk.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_zh-CN.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_zh-TW.properties +0 -0
- package/src/properties/ts/odyssey-react-mui.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_cs.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_da.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_de.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_el.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_es.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_fi.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_fr.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_hu.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_id.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_it.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ja.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ko.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ms.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_nb.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_nl-NL.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_pl.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_pt-BR.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ro.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ru.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_sv.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_th.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_tr.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_uk.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_zh-CN.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_zh-TW.ts +1 -0
- package/src/theme/components.tsx +44 -13
- package/src/theme/index.ts +5 -1
- package/src/theme/mixins.ts +10 -6
- package/src/theme/palette.ts +95 -88
- package/src/theme/shape.ts +12 -8
- package/src/theme/spacing.ts +17 -12
- package/src/theme/theme.ts +14 -10
- package/src/theme/typography.ts +87 -83
- package/dist/ThemeProvider.js.map +0 -1
- package/dist/src/ThemeProvider.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,10 +21,10 @@ export const NotificationIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
26
|
+
d: "m15.125 12 .375 1H11a3 3 0 1 1-6 0H.5l.375-1 .736-1.963a8.88 8.88 0 0 0 .511-2.138l.326-2.93a5.586 5.586 0 0 1 11.104 0l.326 2.93a8.88 8.88 0 0 0 .51 2.138L15.126 12ZM6 13a2 2 0 1 0 4 0H6Zm-1-1H1.943l.605-1.612a9.88 9.88 0 0 0 .568-2.378l.326-2.93a4.586 4.586 0 0 1 9.116 0l.326 2.93a9.88 9.88 0 0 0 .569 2.378L14.056 12H5Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
29
28
|
})
|
|
30
29
|
})
|
|
31
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.js","names":["forwardRef","SvgIcon","NotificationIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Notification.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Notification.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","NotificationIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Notification.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type NotificationIconProps = SvgIconNoChildrenProps;\n\nexport const NotificationIcon = forwardRef<\n SVGSVGElement,\n NotificationIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m15.125 12 .375 1H11a3 3 0 1 1-6 0H.5l.375-1 .736-1.963a8.88 8.88 0 0 0 .511-2.138l.326-2.93a5.586 5.586 0 0 1 11.104 0l.326 2.93a8.88 8.88 0 0 0 .51 2.138L15.126 12ZM6 13a2 2 0 1 0 4 0H6Zm-1-1H1.943l.605-1.612a9.88 9.88 0 0 0 .568-2.378l.326-2.93a4.586 4.586 0 0 1 9.116 0l.326 2.93a9.88 9.88 0 0 0 .569 2.378L14.056 12H5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nNotificationIcon.displayName = \"NotificationIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,gBAAgB,GAAGN,UAAU,CAGxC,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,qUAAqU;QACvUC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,gBAAgB,CAACU,WAAW,GAAG,kBAAkB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,10 +21,10 @@ export const OverflowVerticalIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
26
|
+
d: "M8 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-.556 5.168a1 1 0 1 1 1.111 1.663 1 1 0 0 1-1.11-1.662Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
29
28
|
})
|
|
30
29
|
})
|
|
31
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OverflowVertical.js","names":["forwardRef","SvgIcon","OverflowVerticalIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/OverflowVertical.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"OverflowVertical.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","OverflowVerticalIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/OverflowVertical.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type OverflowVerticalIconProps = SvgIconNoChildrenProps;\n\nexport const OverflowVerticalIcon = forwardRef<\n SVGSVGElement,\n OverflowVerticalIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M8 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-.556 5.168a1 1 0 1 1 1.111 1.663 1 1 0 0 1-1.11-1.662Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nOverflowVerticalIcon.displayName = \"OverflowVerticalIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,oBAAoB,GAAGN,UAAU,CAG5C,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,4HAA4H;QAC9HC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,oBAAoB,CAACU,WAAW,GAAG,sBAAsB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,10 +21,10 @@ export const QuestionCircleIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
26
|
+
d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm8-7A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8 4a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM6.354 5.854C6.82 5.387 7.458 5 8 5a1.5 1.5 0 0 1 1.5 1.5c0 .363-.148.616-.472.93-.15.143-.32.285-.523.453l-.09.075c-.237.197-.501.421-.769.688a.5.5 0 1 0 .708.708c.232-.233.468-.433.7-.627l.088-.073c.199-.165.402-.333.58-.505.426-.41.778-.907.778-1.649A2.5 2.5 0 0 0 8 4c-.939 0-1.82.613-2.354 1.146l.708.708Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
29
28
|
})
|
|
30
29
|
})
|
|
31
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuestionCircle.js","names":["forwardRef","SvgIcon","QuestionCircleIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/QuestionCircle.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"QuestionCircle.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","QuestionCircleIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/QuestionCircle.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type QuestionCircleIconProps = SvgIconNoChildrenProps;\n\nexport const QuestionCircleIcon = forwardRef<\n SVGSVGElement,\n QuestionCircleIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm8-7A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8 4a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM6.354 5.854C6.82 5.387 7.458 5 8 5a1.5 1.5 0 0 1 1.5 1.5c0 .363-.148.616-.472.93-.15.143-.32.285-.523.453l-.09.075c-.237.197-.501.421-.769.688a.5.5 0 1 0 .708.708c.232-.233.468-.433.7-.627l.088-.073c.199-.165.402-.333.58-.505.426-.41.778-.907.778-1.649A2.5 2.5 0 0 0 8 4c-.939 0-1.82.613-2.354 1.146l.708.708Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nQuestionCircleIcon.displayName = \"QuestionCircleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,kBAAkB,GAAGN,UAAU,CAG1C,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,waAAwa;QAC1aC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,kBAAkB,CAACU,WAAW,GAAG,oBAAoB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,10 +21,10 @@ export const QuestionCircleFilledIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
26
|
+
d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM8 5c-.542 0-1.18.387-1.646.854l-.708-.708C6.18 4.613 7.061 4 8 4a2.5 2.5 0 0 1 2.5 2.5c0 .742-.352 1.238-.778 1.649-.178.172-.381.34-.58.505l-.088.073a10.09 10.09 0 0 0-.7.627.5.5 0 1 1-.708-.708c.268-.267.532-.491.769-.688l.09-.075c.203-.168.374-.31.523-.454.324-.313.472-.566.472-.929A1.5 1.5 0 0 0 8 5Zm0 7a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
29
28
|
})
|
|
30
29
|
})
|
|
31
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuestionCircleFilled.js","names":["forwardRef","SvgIcon","QuestionCircleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/QuestionCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"QuestionCircleFilled.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","QuestionCircleFilledIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/QuestionCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type QuestionCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const QuestionCircleFilledIcon = forwardRef<\n SVGSVGElement,\n QuestionCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM8 5c-.542 0-1.18.387-1.646.854l-.708-.708C6.18 4.613 7.061 4 8 4a2.5 2.5 0 0 1 2.5 2.5c0 .742-.352 1.238-.778 1.649-.178.172-.381.34-.58.505l-.088.073a10.09 10.09 0 0 0-.7.627.5.5 0 1 1-.708-.708c.268-.267.532-.491.769-.688l.09-.075c.203-.168.374-.31.523-.454.324-.313.472-.566.472-.929A1.5 1.5 0 0 0 8 5Zm0 7a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nQuestionCircleFilledIcon.displayName = \"QuestionCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,wBAAwB,GAAGN,UAAU,CAGhD,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,iYAAiY;QACnYC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,wBAAwB,CAACU,WAAW,GAAG,0BAA0B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,10 +21,10 @@ export const SearchIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
26
|
+
d: "M12 7A5 5 0 1 1 2 7a5 5 0 0 1 10 0Zm-2.674 5.533a6 6 0 1 1 3.207-3.207l2.57 2.57a2.268 2.268 0 0 1-3.207 3.208l-2.57-2.571Zm.925-.49 2.353 2.353a1.268 1.268 0 1 0 1.792-1.792l-2.352-2.353a6.03 6.03 0 0 1-1.793 1.793Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
29
28
|
})
|
|
30
29
|
})
|
|
31
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Search.js","names":["forwardRef","SvgIcon","SearchIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Search.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Search.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","SearchIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Search.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SearchIconProps = SvgIconNoChildrenProps;\n\nexport const SearchIcon = forwardRef<SVGSVGElement, SearchIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M12 7A5 5 0 1 1 2 7a5 5 0 0 1 10 0Zm-2.674 5.533a6 6 0 1 1 3.207-3.207l2.57 2.57a2.268 2.268 0 0 1-3.207 3.208l-2.57-2.571Zm.925-.49 2.353 2.353a1.268 1.268 0 1 0 1.792-1.792l-2.352-2.353a6.03 6.03 0 0 1-1.793 1.793Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSearchIcon.displayName = \"SearchIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,UAAU,GAAGN,UAAU,CAClC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,0NAA0N;QAC5NC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,UAAU,CAACU,WAAW,GAAG,YAAY"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,8 +21,8 @@ export const SettingsIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "m12.792 8.315-1.133-.863a3.9 3.9 0 0 0 0-.906l1.134-.862a.531.531 0 0 0 .134-.69l-1.178-1.983a.564.564 0 0 0-.682-.24l-1.335.524c-.25-.178-.52-.33-.802-.454L8.725 1.46A.541.541 0 0 0 8.18 1H5.818a.54.54 0 0 0-.542.456l-.205 1.385c-.282.126-.55.278-.801.454L2.93 2.771a.553.553 0 0 0-.676.234l-1.18 1.987a.528.528 0 0 0 .135.693l1.132.862a3.872 3.872 0 0 0 0 .906l-1.134.863a.531.531 0 0 0-.134.69l1.178 1.983a.564.564 0 0 0 .681.24l1.335-.523c.251.177.52.329.803.454l.205 1.38a.54.54 0 0 0 .542.46H8.18a.54.54 0 0 0 .544-.456l.205-1.385c.282-.126.55-.278.801-.454l1.34.524a.553.553 0 0 0 .676-.234L12.93 9a.53.53 0 0 0-.137-.685ZM6.999 9.5C5.581 9.5 4.432 8.38 4.432 7s1.15-2.5 2.567-2.5c1.418 0 2.567 1.12 2.567 2.5C9.565 8.38 8.416 9.498 7 9.5Z"
|
|
27
26
|
})
|
|
28
27
|
})
|
|
29
28
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Settings.js","names":["forwardRef","SvgIcon","SettingsIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Settings.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Settings.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","SettingsIcon","props","ref","viewBox","fill","xmlns","children","d","displayName"],"sources":["../../src/iconDictionary/Settings.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SettingsIconProps = SvgIconNoChildrenProps;\n\nexport const SettingsIcon = forwardRef<SVGSVGElement, SettingsIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n d=\"m12.792 8.315-1.133-.863a3.9 3.9 0 0 0 0-.906l1.134-.862a.531.531 0 0 0 .134-.69l-1.178-1.983a.564.564 0 0 0-.682-.24l-1.335.524c-.25-.178-.52-.33-.802-.454L8.725 1.46A.541.541 0 0 0 8.18 1H5.818a.54.54 0 0 0-.542.456l-.205 1.385c-.282.126-.55.278-.801.454L2.93 2.771a.553.553 0 0 0-.676.234l-1.18 1.987a.528.528 0 0 0 .135.693l1.132.862a3.872 3.872 0 0 0 0 .906l-1.134.863a.531.531 0 0 0-.134.69l1.178 1.983a.564.564 0 0 0 .681.24l1.335-.523c.251.177.52.329.803.454l.205 1.38a.54.54 0 0 0 .542.46H8.18a.54.54 0 0 0 .544-.456l.205-1.385c.282-.126.55-.278.801-.454l1.34.524a.553.553 0 0 0 .676-.234L12.93 9a.53.53 0 0 0-.137-.685ZM6.999 9.5C5.581 9.5 4.432 8.38 4.432 7s1.15-2.5 2.567-2.5c1.418 0 2.567 1.12 2.567 2.5C9.565 8.38 8.416 9.498 7 9.5Z\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSettingsIcon.displayName = \"SettingsIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,YAAY,GAAGN,UAAU,CACpC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,CAAC,EAAC;MAA4uB,CAC/uB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDP,YAAY,CAACQ,WAAW,GAAG,cAAc"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,10 +21,10 @@ export const SubtractIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
d: "M14.968 7.5L15 7.5V8.5H14.968H14.936H14.9041H14.8723H14.8405H14.8088H14.7771H14.7455H14.7139H14.6824H14.6509H14.6195H14.5881H14.5568H14.5255H14.4943H14.4632H14.4321H14.401H14.37H14.3391H14.3081H14.2773H14.2465H14.2157H14.185H14.1544H14.1238H14.0932H14.0627H14.0323H14.0018H13.9715H13.9412H13.9109H13.8807H13.8505H13.8204H13.7903H13.7603H13.7303H13.7004H13.6705H13.6406L13.6108 8.5H13.5811H13.5514H13.5217H13.4921H13.4625H13.433H13.4035H13.374H13.3446H13.3153H13.2859H13.2567H13.2274H13.1983H13.1691H13.14H13.111H13.0819H13.053H13.024H12.9951H12.9663H12.9375H12.9087H12.88H12.8513H12.8226H12.794H12.7654H12.7369H12.7084H12.6799H12.6515H12.6231H12.5948H12.5665H12.5382H12.51H12.4818H12.4536H12.4255H12.3974H12.3694H12.3414H12.3134H12.2855H12.2576H12.2297H12.2019H12.1741H12.1463H12.1186H12.0909H12.0632H12.0356H12.008H11.9804H11.9529H11.9254H11.8979H11.8705H11.8431H11.8157H11.7884H11.7611H11.7338H11.7066H11.6794H11.6522H11.6251H11.5979H11.5709H11.5438H11.5168H11.4898H11.4628H11.4359H11.4089H11.3821H11.3552H11.3284H11.3016H11.2748H11.2481H11.2214H11.1947H11.168H11.1414H11.1148H11.0882H11.0616H11.0351H11.0086H10.9821H10.9556H10.9292L10.9028 8.5H10.8764H10.8501H10.8237H10.7974H10.7711H10.7449H10.7186H10.6924H10.6662H10.6401H10.6139H10.5878H10.5617H10.5356H10.5095H10.4835H10.4575H10.4315H10.4055H10.3795H10.3536H10.3277H10.3018H10.2759H10.2501H10.2242H10.1984H10.1726H10.1468H10.121H10.0953H10.0696H10.0439H10.0182H9.99249H9.96683H9.94119H9.91556H9.88995H9.86436H9.83878H9.81322H9.78767H9.76214H9.73662H9.71112H9.68563H9.66016H9.6347H9.60926H9.58383H9.55841H9.533H9.50761H9.48223H9.45687H9.43152H9.40617H9.38085H9.35553H9.33022H9.30493H9.27965H9.25438H9.22911H9.20386H9.17862H9.15339H9.12817H9.10296H9.07776H9.05257H9.02739H9.00221H8.97705H8.95189H8.92674H8.9016H8.87647H8.85134H8.82622H8.80111H8.77601H8.75091H8.72582H8.70073H8.67565H8.65058H8.62551H8.60045H8.57539H8.55034H8.52529H8.50025H8.47521H8.45017H8.42514H8.40012H8.37509H8.35007H8.32505H8.30004H8.27503H8.25002H8.22501H8.2L8.175 8.5H8.15H8.12499H8.09999H8.075H8.05H8.025H8H7.975H7.95H7.925H7.90001H7.87501H7.85H7.825H7.8H7.77499H7.74998H7.72497H7.69996H7.67495H7.64993H7.62491H7.59988H7.57486H7.54983H7.52479H7.49975H7.47471H7.44966H7.42461H7.39955H7.37449H7.34942H7.32435H7.29927H7.27418H7.24909H7.22399H7.19889H7.17378H7.14866H7.12353H7.0984H7.07326H7.04811H7.02295H6.99779H6.97261H6.94743H6.92224H6.89704H6.87183H6.84661H6.82138H6.79614H6.77089H6.74562H6.72035H6.69507H6.66978H6.64447H6.61915H6.59382H6.56848H6.54313H6.51777H6.49239H6.467H6.44159H6.41617H6.39074H6.3653H6.33984H6.31437H6.28888H6.26338H6.23786H6.21233H6.18678H6.16122H6.13564H6.11005H6.08444H6.05881H6.03317H6.00751H5.98183H5.95614H5.93043H5.9047H5.87895H5.85319H5.8274H5.8016H5.77578H5.74994H5.72408H5.69821H5.67231H5.64639H5.62046H5.5945H5.56852H5.54252H5.51651H5.49047H5.4644L5.43832 8.5H5.41222H5.38609H5.35994H5.33377H5.30758H5.28136H5.25512H5.22886H5.20258H5.17627H5.14993H5.12358H5.0972H5.07079H5.04436H5.0179H4.99142H4.96492H4.93839H4.91183H4.88525H4.85864H4.832H4.80534H4.77865H4.75193H4.72519H4.69842H4.67162H4.64479H4.61794H4.59105H4.56414H4.5372H4.51023H4.48323H4.45621H4.42915H4.40206H4.37494H4.34779H4.32062H4.29341H4.26617H4.2389H4.21159H4.18426H4.15689H4.12949H4.10207H4.0746H4.04711H4.01958H3.99202H3.96442H3.9368H3.90913H3.88144H3.85371H3.82594H3.79815H3.77031H3.74244H3.71454H3.6866H3.65863H3.63061H3.60257H3.57448H3.54637H3.51821H3.49002H3.46179H3.43352H3.40521H3.37687H3.34849H3.32007H3.29161H3.26311H3.23458H3.20601H3.17739H3.14874H3.12004H3.09131H3.06254H3.03373H3.00487H2.97598H2.94704H2.91806H2.88904H2.85999H2.83088H2.80174H2.77255H2.74332L2.71405 8.5H2.68474H2.65538H2.62598H2.59653H2.56704H2.53751H2.50793H2.47831H2.44865H2.41894H2.38918H2.35938H2.32953H2.29964H2.2697H2.23972H2.20969H2.17961H2.14948H2.11931H2.08909H2.05883H2.02851H1.99815H1.96774H1.93728H1.90678H1.87622H1.84562H1.81496H1.78426H1.75351H1.7227H1.69185H1.66095H1.62999H1.59899H1.56794H1.53683H1.50567H1.47446H1.4432H1.41189H1.38053H1.34911H1.31764H1.28612H1.25454H1.22291H1.19123H1.15949H1.1277H1.09586H1.06396H1.03201H1L1 7.5L1.03201 7.5L1.06396 7.5L1.09586 7.5L1.1277 7.5L1.15949 7.5L1.19123 7.5L1.22291 7.5L1.25454 7.5L1.28612 7.5L1.31764 7.5L1.34911 7.5L1.38053 7.5L1.41189 7.5L1.4432 7.5L1.47446 7.5L1.50567 7.5L1.53683 7.5L1.56794 7.5L1.59899 7.5L1.62999 7.5L1.66095 7.5L1.69185 7.5L1.7227 7.5L1.75351 7.5L1.78426 7.5L1.81496 7.5L1.84562 7.5L1.87622 7.5L1.90678 7.5L1.93728 7.5L1.96774 7.5L1.99815 7.5L2.02851 7.5L2.05883 7.5L2.08909 7.5L2.11931 7.5L2.14948 7.5L2.17961 7.5L2.20969 7.5L2.23972 7.5L2.2697 7.5L2.29964 7.5L2.32953 7.5L2.35938 7.5L2.38918 7.5L2.41894 7.5L2.44865 7.5L2.47831 7.5L2.50793 7.5L2.53751 7.5L2.56704 7.5L2.59653 7.5L2.62598 7.5L2.65538 7.5L2.68474 7.5L2.71405 7.5L2.74332 7.5L2.77255 7.5L2.80174 7.5L2.83088 7.5L2.85999 7.5L2.88904 7.5L2.91806 7.5L2.94704 7.5L2.97598 7.5L3.00487 7.5L3.03373 7.5L3.06254 7.5L3.09131 7.5L3.12004 7.5L3.14874 7.5L3.17739 7.5L3.20601 7.5L3.23458 7.5L3.26311 7.5L3.29161 7.5L3.32007 7.5L3.34849 7.5L3.37687 7.5L3.40521 7.5L3.43352 7.5L3.46179 7.5L3.49002 7.5L3.51821 7.5L3.54637 7.5L3.57448 7.5L3.60257 7.5L3.63061 7.5L3.65863 7.5L3.6866 7.5L3.71454 7.5L3.74244 7.5L3.77031 7.5L3.79815 7.5L3.82594 7.5L3.85371 7.5L3.88144 7.5L3.90913 7.5L3.9368 7.5L3.96442 7.5L3.99202 7.5L4.01958 7.5L4.04711 7.5L4.0746 7.5L4.10207 7.5L4.12949 7.5L4.15689 7.5L4.18426 7.5L4.21159 7.5L4.2389 7.5L4.26617 7.5L4.29341 7.5L4.32062 7.5L4.34779 7.5L4.37494 7.5L4.40206 7.5L4.42915 7.5L4.45621 7.5L4.48323 7.5L4.51023 7.5L4.5372 7.5L4.56414 7.5L4.59105 7.5L4.61794 7.5L4.64479 7.5L4.67162 7.5L4.69842 7.5L4.72519 7.5L4.75193 7.5L4.77865 7.5L4.80534 7.5L4.832 7.5L4.85864 7.5L4.88525 7.5L4.91183 7.5L4.93839 7.5L4.96492 7.5L4.99142 7.5L5.0179 7.5L5.04436 7.5L5.07079 7.5L5.0972 7.5L5.12358 7.5L5.14993 7.5L5.17627 7.5L5.20258 7.5L5.22886 7.5L5.25512 7.5L5.28136 7.5L5.30758 7.5L5.33377 7.5L5.35994 7.5L5.38609 7.5L5.41222 7.5L5.43832 7.5L5.4644 7.5L5.49047 7.5L5.51651 7.5L5.54252 7.5L5.56852 7.5L5.5945 7.5L5.62046 7.5L5.64639 7.5L5.67231 7.5L5.69821 7.5L5.72408 7.5L5.74994 7.5L5.77578 7.5L5.8016 7.5L5.8274 7.5L5.85319 7.5L5.87895 7.5L5.9047 7.5L5.93043 7.5L5.95614 7.5L5.98183 7.5L6.00751 7.5L6.03317 7.5L6.05881 7.5L6.08444 7.5L6.11005 7.5L6.13564 7.5L6.16122 7.5L6.18678 7.5L6.21233 7.5L6.23786 7.5L6.26338 7.5L6.28888 7.5L6.31437 7.5L6.33984 7.5L6.3653 7.5L6.39074 7.5L6.41617 7.5L6.44159 7.5L6.467 7.5L6.49239 7.5L6.51777 7.5L6.54313 7.5L6.56848 7.5L6.59382 7.5L6.61915 7.5L6.64447 7.5L6.66978 7.5L6.69507 7.5L6.72035 7.5L6.74562 7.5L6.77089 7.5L6.79614 7.5L6.82138 7.5L6.84661 7.5L6.87183 7.5L6.89704 7.5L6.92224 7.5L6.94743 7.5L6.97261 7.5L6.99779 7.5L7.02295 7.5L7.04811 7.5L7.07326 7.5L7.0984 7.5L7.12353 7.5L7.14866 7.5L7.17378 7.5L7.19889 7.5L7.22399 7.5L7.24909 7.5L7.27418 7.5L7.29927 7.5L7.32435 7.5L7.34942 7.5L7.37449 7.5L7.39955 7.5L7.42461 7.5L7.44966 7.5L7.47471 7.5L7.49975 7.5L7.52479 7.5L7.54983 7.5L7.57486 7.5L7.59988 7.5L7.62491 7.5L7.64993 7.5L7.67495 7.5L7.69996 7.5L7.72497 7.5L7.74998 7.5L7.77499 7.5L7.8 7.5L7.825 7.5L7.85 7.5L7.87501 7.5L7.90001 7.5L7.925 7.5L7.95 7.5L7.975 7.5L8 7.5L8.025 7.5L8.05 7.5L8.075 7.5L8.09999 7.5L8.12499 7.5L8.15 7.5L8.175 7.5L8.2 7.5L8.22501 7.5L8.25002 7.5L8.27503 7.5L8.30004 7.5L8.32505 7.5L8.35007 7.5L8.37509 7.5L8.40012 7.5L8.42514 7.5L8.45017 7.5L8.47521 7.5L8.50025 7.5L8.52529 7.5L8.55034 7.5L8.57539 7.5L8.60045 7.5L8.62551 7.5L8.65058 7.5L8.67565 7.5L8.70073 7.5L8.72582 7.5L8.75091 7.5L8.77601 7.5L8.80111 7.5L8.82622 7.5L8.85134 7.5L8.87647 7.5L8.9016 7.5L8.92674 7.5L8.95189 7.5L8.97705 7.5L9.00221 7.5L9.02739 7.5L9.05257 7.5L9.07776 7.5L9.10296 7.5L9.12817 7.5L9.15339 7.5L9.17862 7.5L9.20386 7.5L9.22911 7.5L9.25438 7.5L9.27965 7.5L9.30493 7.5L9.33022 7.5L9.35553 7.5L9.38085 7.5L9.40618 7.5L9.43152 7.5L9.45687 7.5L9.48223 7.5L9.50761 7.5L9.533 7.5L9.55841 7.5L9.58383 7.5L9.60926 7.5L9.6347 7.5L9.66016 7.5L9.68563 7.5L9.71112 7.5L9.73662 7.5L9.76214 7.5L9.78767 7.5L9.81322 7.5L9.83878 7.5L9.86436 7.5L9.88995 7.5L9.91556 7.5L9.94119 7.5L9.96683 7.5L9.99249 7.5L10.0182 7.5L10.0439 7.5L10.0696 7.5L10.0953 7.5L10.121 7.5L10.1468 7.5L10.1726 7.5L10.1984 7.5L10.2242 7.5L10.2501 7.5L10.2759 7.5L10.3018 7.5L10.3277 7.5L10.3536 7.5L10.3795 7.5L10.4055 7.5L10.4315 7.5L10.4575 7.5L10.4835 7.5L10.5095 7.5L10.5356 7.5L10.5617 7.5L10.5878 7.5L10.6139 7.5L10.6401 7.5L10.6662 7.5L10.6924 7.5L10.7186 7.5L10.7449 7.5L10.7711 7.5L10.7974 7.5L10.8237 7.5L10.8501 7.5L10.8764 7.5L10.9028 7.5L10.9292 7.5L10.9556 7.5L10.9821 7.5L11.0086 7.5L11.0351 7.5L11.0616 7.5L11.0882 7.5L11.1148 7.5L11.1414 7.5L11.168 7.5L11.1947 7.5L11.2214 7.5L11.2481 7.5L11.2748 7.5L11.3016 7.5L11.3284 7.5L11.3552 7.5L11.3821 7.5L11.4089 7.5L11.4359 7.5L11.4628 7.5L11.4898 7.5L11.5168 7.5L11.5438 7.5L11.5709 7.5L11.5979 7.5L11.6251 7.5L11.6522 7.5L11.6794 7.5L11.7066 7.5L11.7338 7.5L11.7611 7.5L11.7884 7.5L11.8157 7.5L11.8431 7.5L11.8705 7.5L11.8979 7.5L11.9254 7.5L11.9529 7.5L11.9804 7.5L12.008 7.5L12.0356 7.5L12.0632 7.5L12.0909 7.5L12.1186 7.5L12.1463 7.5L12.1741 7.5L12.2019 7.5L12.2297 7.5L12.2576 7.5L12.2855 7.5L12.3134 7.5L12.3414 7.5L12.3694 7.5L12.3974 7.5L12.4255 7.5L12.4536 7.5L12.4818 7.5L12.51 7.5L12.5382 7.5L12.5665 7.5L12.5948 7.5L12.6231 7.5L12.6515 7.5L12.6799 7.5L12.7084 7.5L12.7369 7.5L12.7654 7.5L12.794 7.5L12.8226 7.5L12.8513 7.5L12.88 7.5L12.9087 7.5L12.9375 7.5L12.9663 7.5L12.9951 7.5L13.024 7.5L13.053 7.5L13.0819 7.5L13.111 7.5L13.14 7.5L13.1691 7.5L13.1983 7.5L13.2274 7.5L13.2567 7.5L13.2859 7.5L13.3153 7.5L13.3446 7.5L13.374 7.5L13.4035 7.5L13.433 7.5L13.4625 7.5L13.4921 7.5L13.5217 7.5L13.5514 7.5L13.5811 7.5L13.6108 7.5L13.6406 7.5L13.6705 7.5L13.7004 7.5L13.7303 7.5L13.7603 7.5L13.7903 7.5L13.8204 7.5L13.8505 7.5L13.8807 7.5L13.9109 7.5L13.9412 7.5L13.9715 7.5L14.0018 7.5L14.0323 7.5L14.0627 7.5L14.0932 7.5L14.1238 7.5L14.1544 7.5L14.185 7.5L14.2157 7.5L14.2465 7.5L14.2773 7.5L14.3081 7.5L14.3391 7.5L14.37 7.5L14.401 7.5L14.4321 7.5L14.4632 7.5L14.4943 7.5L14.5255 7.5L14.5568 7.5L14.5881 7.5L14.6195 7.5L14.6509 7.5L14.6824 7.5L14.7139 7.5L14.7455 7.5L14.7771 7.5L14.8088 7.5L14.8405 7.5L14.8723 7.5L14.9041 7.5L14.936 7.5L14.968 7.5Z",
|
|
28
|
-
fill: "currentColor"
|
|
26
|
+
d: "M14.968 7.5H15v1H1v-1H14.968Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
29
28
|
})
|
|
30
29
|
})
|
|
31
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Subtract.js","names":["forwardRef","SvgIcon","SubtractIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Subtract.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SubtractIconProps = SvgIconNoChildrenProps;\n\nexport const SubtractIcon = forwardRef<SVGSVGElement, SubtractIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.968 7.5L15 7.5V8.5H14.968H14.936H14.9041H14.8723H14.8405H14.8088H14.7771H14.7455H14.7139H14.6824H14.6509H14.6195H14.5881H14.5568H14.5255H14.4943H14.4632H14.4321H14.401H14.37H14.3391H14.3081H14.2773H14.2465H14.2157H14.185H14.1544H14.1238H14.0932H14.0627H14.0323H14.0018H13.9715H13.9412H13.9109H13.8807H13.8505H13.8204H13.7903H13.7603H13.7303H13.7004H13.6705H13.6406L13.6108 8.5H13.5811H13.5514H13.5217H13.4921H13.4625H13.433H13.4035H13.374H13.3446H13.3153H13.2859H13.2567H13.2274H13.1983H13.1691H13.14H13.111H13.0819H13.053H13.024H12.9951H12.9663H12.9375H12.9087H12.88H12.8513H12.8226H12.794H12.7654H12.7369H12.7084H12.6799H12.6515H12.6231H12.5948H12.5665H12.5382H12.51H12.4818H12.4536H12.4255H12.3974H12.3694H12.3414H12.3134H12.2855H12.2576H12.2297H12.2019H12.1741H12.1463H12.1186H12.0909H12.0632H12.0356H12.008H11.9804H11.9529H11.9254H11.8979H11.8705H11.8431H11.8157H11.7884H11.7611H11.7338H11.7066H11.6794H11.6522H11.6251H11.5979H11.5709H11.5438H11.5168H11.4898H11.4628H11.4359H11.4089H11.3821H11.3552H11.3284H11.3016H11.2748H11.2481H11.2214H11.1947H11.168H11.1414H11.1148H11.0882H11.0616H11.0351H11.0086H10.9821H10.9556H10.9292L10.9028 8.5H10.8764H10.8501H10.8237H10.7974H10.7711H10.7449H10.7186H10.6924H10.6662H10.6401H10.6139H10.5878H10.5617H10.5356H10.5095H10.4835H10.4575H10.4315H10.4055H10.3795H10.3536H10.3277H10.3018H10.2759H10.2501H10.2242H10.1984H10.1726H10.1468H10.121H10.0953H10.0696H10.0439H10.0182H9.99249H9.96683H9.94119H9.91556H9.88995H9.86436H9.83878H9.81322H9.78767H9.76214H9.73662H9.71112H9.68563H9.66016H9.6347H9.60926H9.58383H9.55841H9.533H9.50761H9.48223H9.45687H9.43152H9.40617H9.38085H9.35553H9.33022H9.30493H9.27965H9.25438H9.22911H9.20386H9.17862H9.15339H9.12817H9.10296H9.07776H9.05257H9.02739H9.00221H8.97705H8.95189H8.92674H8.9016H8.87647H8.85134H8.82622H8.80111H8.77601H8.75091H8.72582H8.70073H8.67565H8.65058H8.62551H8.60045H8.57539H8.55034H8.52529H8.50025H8.47521H8.45017H8.42514H8.40012H8.37509H8.35007H8.32505H8.30004H8.27503H8.25002H8.22501H8.2L8.175 8.5H8.15H8.12499H8.09999H8.075H8.05H8.025H8H7.975H7.95H7.925H7.90001H7.87501H7.85H7.825H7.8H7.77499H7.74998H7.72497H7.69996H7.67495H7.64993H7.62491H7.59988H7.57486H7.54983H7.52479H7.49975H7.47471H7.44966H7.42461H7.39955H7.37449H7.34942H7.32435H7.29927H7.27418H7.24909H7.22399H7.19889H7.17378H7.14866H7.12353H7.0984H7.07326H7.04811H7.02295H6.99779H6.97261H6.94743H6.92224H6.89704H6.87183H6.84661H6.82138H6.79614H6.77089H6.74562H6.72035H6.69507H6.66978H6.64447H6.61915H6.59382H6.56848H6.54313H6.51777H6.49239H6.467H6.44159H6.41617H6.39074H6.3653H6.33984H6.31437H6.28888H6.26338H6.23786H6.21233H6.18678H6.16122H6.13564H6.11005H6.08444H6.05881H6.03317H6.00751H5.98183H5.95614H5.93043H5.9047H5.87895H5.85319H5.8274H5.8016H5.77578H5.74994H5.72408H5.69821H5.67231H5.64639H5.62046H5.5945H5.56852H5.54252H5.51651H5.49047H5.4644L5.43832 8.5H5.41222H5.38609H5.35994H5.33377H5.30758H5.28136H5.25512H5.22886H5.20258H5.17627H5.14993H5.12358H5.0972H5.07079H5.04436H5.0179H4.99142H4.96492H4.93839H4.91183H4.88525H4.85864H4.832H4.80534H4.77865H4.75193H4.72519H4.69842H4.67162H4.64479H4.61794H4.59105H4.56414H4.5372H4.51023H4.48323H4.45621H4.42915H4.40206H4.37494H4.34779H4.32062H4.29341H4.26617H4.2389H4.21159H4.18426H4.15689H4.12949H4.10207H4.0746H4.04711H4.01958H3.99202H3.96442H3.9368H3.90913H3.88144H3.85371H3.82594H3.79815H3.77031H3.74244H3.71454H3.6866H3.65863H3.63061H3.60257H3.57448H3.54637H3.51821H3.49002H3.46179H3.43352H3.40521H3.37687H3.34849H3.32007H3.29161H3.26311H3.23458H3.20601H3.17739H3.14874H3.12004H3.09131H3.06254H3.03373H3.00487H2.97598H2.94704H2.91806H2.88904H2.85999H2.83088H2.80174H2.77255H2.74332L2.71405 8.5H2.68474H2.65538H2.62598H2.59653H2.56704H2.53751H2.50793H2.47831H2.44865H2.41894H2.38918H2.35938H2.32953H2.29964H2.2697H2.23972H2.20969H2.17961H2.14948H2.11931H2.08909H2.05883H2.02851H1.99815H1.96774H1.93728H1.90678H1.87622H1.84562H1.81496H1.78426H1.75351H1.7227H1.69185H1.66095H1.62999H1.59899H1.56794H1.53683H1.50567H1.47446H1.4432H1.41189H1.38053H1.34911H1.31764H1.28612H1.25454H1.22291H1.19123H1.15949H1.1277H1.09586H1.06396H1.03201H1L1 7.5L1.03201 7.5L1.06396 7.5L1.09586 7.5L1.1277 7.5L1.15949 7.5L1.19123 7.5L1.22291 7.5L1.25454 7.5L1.28612 7.5L1.31764 7.5L1.34911 7.5L1.38053 7.5L1.41189 7.5L1.4432 7.5L1.47446 7.5L1.50567 7.5L1.53683 7.5L1.56794 7.5L1.59899 7.5L1.62999 7.5L1.66095 7.5L1.69185 7.5L1.7227 7.5L1.75351 7.5L1.78426 7.5L1.81496 7.5L1.84562 7.5L1.87622 7.5L1.90678 7.5L1.93728 7.5L1.96774 7.5L1.99815 7.5L2.02851 7.5L2.05883 7.5L2.08909 7.5L2.11931 7.5L2.14948 7.5L2.17961 7.5L2.20969 7.5L2.23972 7.5L2.2697 7.5L2.29964 7.5L2.32953 7.5L2.35938 7.5L2.38918 7.5L2.41894 7.5L2.44865 7.5L2.47831 7.5L2.50793 7.5L2.53751 7.5L2.56704 7.5L2.59653 7.5L2.62598 7.5L2.65538 7.5L2.68474 7.5L2.71405 7.5L2.74332 7.5L2.77255 7.5L2.80174 7.5L2.83088 7.5L2.85999 7.5L2.88904 7.5L2.91806 7.5L2.94704 7.5L2.97598 7.5L3.00487 7.5L3.03373 7.5L3.06254 7.5L3.09131 7.5L3.12004 7.5L3.14874 7.5L3.17739 7.5L3.20601 7.5L3.23458 7.5L3.26311 7.5L3.29161 7.5L3.32007 7.5L3.34849 7.5L3.37687 7.5L3.40521 7.5L3.43352 7.5L3.46179 7.5L3.49002 7.5L3.51821 7.5L3.54637 7.5L3.57448 7.5L3.60257 7.5L3.63061 7.5L3.65863 7.5L3.6866 7.5L3.71454 7.5L3.74244 7.5L3.77031 7.5L3.79815 7.5L3.82594 7.5L3.85371 7.5L3.88144 7.5L3.90913 7.5L3.9368 7.5L3.96442 7.5L3.99202 7.5L4.01958 7.5L4.04711 7.5L4.0746 7.5L4.10207 7.5L4.12949 7.5L4.15689 7.5L4.18426 7.5L4.21159 7.5L4.2389 7.5L4.26617 7.5L4.29341 7.5L4.32062 7.5L4.34779 7.5L4.37494 7.5L4.40206 7.5L4.42915 7.5L4.45621 7.5L4.48323 7.5L4.51023 7.5L4.5372 7.5L4.56414 7.5L4.59105 7.5L4.61794 7.5L4.64479 7.5L4.67162 7.5L4.69842 7.5L4.72519 7.5L4.75193 7.5L4.77865 7.5L4.80534 7.5L4.832 7.5L4.85864 7.5L4.88525 7.5L4.91183 7.5L4.93839 7.5L4.96492 7.5L4.99142 7.5L5.0179 7.5L5.04436 7.5L5.07079 7.5L5.0972 7.5L5.12358 7.5L5.14993 7.5L5.17627 7.5L5.20258 7.5L5.22886 7.5L5.25512 7.5L5.28136 7.5L5.30758 7.5L5.33377 7.5L5.35994 7.5L5.38609 7.5L5.41222 7.5L5.43832 7.5L5.4644 7.5L5.49047 7.5L5.51651 7.5L5.54252 7.5L5.56852 7.5L5.5945 7.5L5.62046 7.5L5.64639 7.5L5.67231 7.5L5.69821 7.5L5.72408 7.5L5.74994 7.5L5.77578 7.5L5.8016 7.5L5.8274 7.5L5.85319 7.5L5.87895 7.5L5.9047 7.5L5.93043 7.5L5.95614 7.5L5.98183 7.5L6.00751 7.5L6.03317 7.5L6.05881 7.5L6.08444 7.5L6.11005 7.5L6.13564 7.5L6.16122 7.5L6.18678 7.5L6.21233 7.5L6.23786 7.5L6.26338 7.5L6.28888 7.5L6.31437 7.5L6.33984 7.5L6.3653 7.5L6.39074 7.5L6.41617 7.5L6.44159 7.5L6.467 7.5L6.49239 7.5L6.51777 7.5L6.54313 7.5L6.56848 7.5L6.59382 7.5L6.61915 7.5L6.64447 7.5L6.66978 7.5L6.69507 7.5L6.72035 7.5L6.74562 7.5L6.77089 7.5L6.79614 7.5L6.82138 7.5L6.84661 7.5L6.87183 7.5L6.89704 7.5L6.92224 7.5L6.94743 7.5L6.97261 7.5L6.99779 7.5L7.02295 7.5L7.04811 7.5L7.07326 7.5L7.0984 7.5L7.12353 7.5L7.14866 7.5L7.17378 7.5L7.19889 7.5L7.22399 7.5L7.24909 7.5L7.27418 7.5L7.29927 7.5L7.32435 7.5L7.34942 7.5L7.37449 7.5L7.39955 7.5L7.42461 7.5L7.44966 7.5L7.47471 7.5L7.49975 7.5L7.52479 7.5L7.54983 7.5L7.57486 7.5L7.59988 7.5L7.62491 7.5L7.64993 7.5L7.67495 7.5L7.69996 7.5L7.72497 7.5L7.74998 7.5L7.77499 7.5L7.8 7.5L7.825 7.5L7.85 7.5L7.87501 7.5L7.90001 7.5L7.925 7.5L7.95 7.5L7.975 7.5L8 7.5L8.025 7.5L8.05 7.5L8.075 7.5L8.09999 7.5L8.12499 7.5L8.15 7.5L8.175 7.5L8.2 7.5L8.22501 7.5L8.25002 7.5L8.27503 7.5L8.30004 7.5L8.32505 7.5L8.35007 7.5L8.37509 7.5L8.40012 7.5L8.42514 7.5L8.45017 7.5L8.47521 7.5L8.50025 7.5L8.52529 7.5L8.55034 7.5L8.57539 7.5L8.60045 7.5L8.62551 7.5L8.65058 7.5L8.67565 7.5L8.70073 7.5L8.72582 7.5L8.75091 7.5L8.77601 7.5L8.80111 7.5L8.82622 7.5L8.85134 7.5L8.87647 7.5L8.9016 7.5L8.92674 7.5L8.95189 7.5L8.97705 7.5L9.00221 7.5L9.02739 7.5L9.05257 7.5L9.07776 7.5L9.10296 7.5L9.12817 7.5L9.15339 7.5L9.17862 7.5L9.20386 7.5L9.22911 7.5L9.25438 7.5L9.27965 7.5L9.30493 7.5L9.33022 7.5L9.35553 7.5L9.38085 7.5L9.40618 7.5L9.43152 7.5L9.45687 7.5L9.48223 7.5L9.50761 7.5L9.533 7.5L9.55841 7.5L9.58383 7.5L9.60926 7.5L9.6347 7.5L9.66016 7.5L9.68563 7.5L9.71112 7.5L9.73662 7.5L9.76214 7.5L9.78767 7.5L9.81322 7.5L9.83878 7.5L9.86436 7.5L9.88995 7.5L9.91556 7.5L9.94119 7.5L9.96683 7.5L9.99249 7.5L10.0182 7.5L10.0439 7.5L10.0696 7.5L10.0953 7.5L10.121 7.5L10.1468 7.5L10.1726 7.5L10.1984 7.5L10.2242 7.5L10.2501 7.5L10.2759 7.5L10.3018 7.5L10.3277 7.5L10.3536 7.5L10.3795 7.5L10.4055 7.5L10.4315 7.5L10.4575 7.5L10.4835 7.5L10.5095 7.5L10.5356 7.5L10.5617 7.5L10.5878 7.5L10.6139 7.5L10.6401 7.5L10.6662 7.5L10.6924 7.5L10.7186 7.5L10.7449 7.5L10.7711 7.5L10.7974 7.5L10.8237 7.5L10.8501 7.5L10.8764 7.5L10.9028 7.5L10.9292 7.5L10.9556 7.5L10.9821 7.5L11.0086 7.5L11.0351 7.5L11.0616 7.5L11.0882 7.5L11.1148 7.5L11.1414 7.5L11.168 7.5L11.1947 7.5L11.2214 7.5L11.2481 7.5L11.2748 7.5L11.3016 7.5L11.3284 7.5L11.3552 7.5L11.3821 7.5L11.4089 7.5L11.4359 7.5L11.4628 7.5L11.4898 7.5L11.5168 7.5L11.5438 7.5L11.5709 7.5L11.5979 7.5L11.6251 7.5L11.6522 7.5L11.6794 7.5L11.7066 7.5L11.7338 7.5L11.7611 7.5L11.7884 7.5L11.8157 7.5L11.8431 7.5L11.8705 7.5L11.8979 7.5L11.9254 7.5L11.9529 7.5L11.9804 7.5L12.008 7.5L12.0356 7.5L12.0632 7.5L12.0909 7.5L12.1186 7.5L12.1463 7.5L12.1741 7.5L12.2019 7.5L12.2297 7.5L12.2576 7.5L12.2855 7.5L12.3134 7.5L12.3414 7.5L12.3694 7.5L12.3974 7.5L12.4255 7.5L12.4536 7.5L12.4818 7.5L12.51 7.5L12.5382 7.5L12.5665 7.5L12.5948 7.5L12.6231 7.5L12.6515 7.5L12.6799 7.5L12.7084 7.5L12.7369 7.5L12.7654 7.5L12.794 7.5L12.8226 7.5L12.8513 7.5L12.88 7.5L12.9087 7.5L12.9375 7.5L12.9663 7.5L12.9951 7.5L13.024 7.5L13.053 7.5L13.0819 7.5L13.111 7.5L13.14 7.5L13.1691 7.5L13.1983 7.5L13.2274 7.5L13.2567 7.5L13.2859 7.5L13.3153 7.5L13.3446 7.5L13.374 7.5L13.4035 7.5L13.433 7.5L13.4625 7.5L13.4921 7.5L13.5217 7.5L13.5514 7.5L13.5811 7.5L13.6108 7.5L13.6406 7.5L13.6705 7.5L13.7004 7.5L13.7303 7.5L13.7603 7.5L13.7903 7.5L13.8204 7.5L13.8505 7.5L13.8807 7.5L13.9109 7.5L13.9412 7.5L13.9715 7.5L14.0018 7.5L14.0323 7.5L14.0627 7.5L14.0932 7.5L14.1238 7.5L14.1544 7.5L14.185 7.5L14.2157 7.5L14.2465 7.5L14.2773 7.5L14.3081 7.5L14.3391 7.5L14.37 7.5L14.401 7.5L14.4321 7.5L14.4632 7.5L14.4943 7.5L14.5255 7.5L14.5568 7.5L14.5881 7.5L14.6195 7.5L14.6509 7.5L14.6824 7.5L14.7139 7.5L14.7455 7.5L14.7771 7.5L14.8088 7.5L14.8405 7.5L14.8723 7.5L14.9041 7.5L14.936 7.5L14.968 7.5Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSubtractIcon.displayName = \"SubtractIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,YAAY,GAAGF,UAAU,CACpC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,u3TAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBmC,CAA/B;AAuBPD,YAAY,CAACG,WAAb,GAA2B,cAA3B"}
|
|
1
|
+
{"version":3,"file":"Subtract.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","SubtractIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Subtract.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SubtractIconProps = SvgIconNoChildrenProps;\n\nexport const SubtractIcon = forwardRef<SVGSVGElement, SubtractIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M14.968 7.5H15v1H1v-1H14.968Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSubtractIcon.displayName = \"SubtractIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,YAAY,GAAGN,UAAU,CACpC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,+BAA+B;QACjCC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,YAAY,CAACU,WAAW,GAAG,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.js","names":["default","SvgIcon"],"sources":["../../src/iconDictionary/SvgIcon.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nexport { default as SvgIcon } from \"@mui/material/SvgIcon\";\nexport * from \"@mui/material/SvgIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"SvgIcon.js","names":["default","SvgIcon"],"sources":["../../src/iconDictionary/SvgIcon.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nexport { default as SvgIcon } from \"@mui/material/SvgIcon\";\nexport * from \"@mui/material/SvgIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,OAAO,IAAIC,OAAO,QAAQ,uBAAuB;AAC1D,cAAc,uBAAuB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,10 +21,10 @@ export const UserIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
26
|
+
d: "M10 3v2a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0ZM5 3a3 3 0 0 1 6 0v2a3 3 0 0 1-6 0V3Zm-.87 7.074c.138-.056.329-.074 1.284-.074h5.172c.955 0 1.146.018 1.284.074.16.066.3.172.408.308.091.117.161.296.424 1.214L13.674 15H2.326l.972-3.404c.263-.918.333-1.097.424-1.214.107-.136.248-.242.408-.308Zm9.533 1.247L14.714 15 15 16H1l.286-1 1.05-3.68c.239-.831.357-1.247.6-1.556a2 2 0 0 1 .816-.616C4.116 9 4.55 9 5.414 9h5.172c.865 0 1.298 0 1.662.148a2 2 0 0 1 .816.616c.243.309.361.725.6 1.557Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
29
28
|
})
|
|
30
29
|
})
|
|
31
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"User.js","names":["forwardRef","SvgIcon","UserIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/User.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"User.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","UserIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/User.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type UserIconProps = SvgIconNoChildrenProps;\n\nexport const UserIcon = forwardRef<SVGSVGElement, UserIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M10 3v2a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0ZM5 3a3 3 0 0 1 6 0v2a3 3 0 0 1-6 0V3Zm-.87 7.074c.138-.056.329-.074 1.284-.074h5.172c.955 0 1.146.018 1.284.074.16.066.3.172.408.308.091.117.161.296.424 1.214L13.674 15H2.326l.972-3.404c.263-.918.333-1.097.424-1.214.107-.136.248-.242.408-.308Zm9.533 1.247L14.714 15 15 16H1l.286-1 1.05-3.68c.239-.831.357-1.247.6-1.556a2 2 0 0 1 .816-.616C4.116 9 4.55 9 5.414 9h5.172c.865 0 1.298 0 1.662.148a2 2 0 0 1 .816.616c.243.309.361.725.6 1.557Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nUserIcon.displayName = \"UserIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,QAAQ,GAAGN,UAAU,CAChC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,6dAA6d;QAC/dC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,QAAQ,CAACU,WAAW,GAAG,UAAU"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
3
|
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
4
|
*
|
|
5
5
|
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -22,10 +21,10 @@ export const UserGroupIcon = forwardRef((props, ref) => {
|
|
|
22
21
|
...props,
|
|
23
22
|
children: _jsx(_Fragment, {
|
|
24
23
|
children: _jsx("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
26
|
+
d: "M12 4V3a1 1 0 1 0-2 0v1a1 1 0 1 0 2 0Zm-1-3a2 2 0 0 0-2 2v1a2 2 0 1 0 4 0V3a2 2 0 0 0-2-2Zm2.45 8.71a15.26 15.26 0 0 0-.239-.97c-.064-.208-.11-.286-.14-.328l.81-.588c.24.331.342.775.545 1.663L14.77 11 15 12H8.313c.035.146.072.307.113.487L8.77 14 9 15H1l.229-1 .345-1.513c.203-.888.305-1.332.546-1.663a2 2 0 0 1 .831-.663C3.328 10 3.783 10 4.694 10h.612c.91 0 1.366 0 1.743.16a2 2 0 0 1 .33.18l.195-.853c.203-.888.305-1.332.546-1.663a2 2 0 0 1 .831-.663C9.328 7 9.783 7 10.694 7h.612c.91 0 1.366 0 1.743.16a2 2 0 0 1 .832.664l-.81.588a1 1 0 0 0-.415-.332c-.048-.02-.134-.047-.351-.063A15.32 15.32 0 0 0 11.306 8h-.612c-.47 0-.769 0-.999.017-.217.016-.303.043-.35.063a1 1 0 0 0-.417.332c-.03.042-.075.12-.14.328-.067.22-.134.512-.239.97L8.254 11h5.492l-.278-1.214-.017-.076ZM6 7V6a1 1 0 0 0-2 0v1a1 1 0 0 0 2 0ZM5 4a2 2 0 0 0-2 2v1a2 2 0 1 0 4 0V6a2 2 0 0 0-2-2Zm.306 7h-.612c-.47 0-.769 0-.999.017-.217.016-.303.043-.35.063a1 1 0 0 0-.417.332c-.03.042-.075.12-.14.328-.067.22-.134.512-.239.97L2.254 14h5.492l-.295-1.29c-.105-.458-.172-.75-.24-.97-.064-.208-.11-.286-.14-.328a1 1 0 0 0-.415-.332c-.048-.02-.134-.047-.351-.063-.23-.016-.53-.017-.999-.017Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
29
28
|
})
|
|
30
29
|
})
|
|
31
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserGroup.js","names":["forwardRef","SvgIcon","UserGroupIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/UserGroup.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"UserGroup.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","UserGroupIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/UserGroup.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type UserGroupIconProps = SvgIconNoChildrenProps;\n\nexport const UserGroupIcon = forwardRef<SVGSVGElement, UserGroupIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M12 4V3a1 1 0 1 0-2 0v1a1 1 0 1 0 2 0Zm-1-3a2 2 0 0 0-2 2v1a2 2 0 1 0 4 0V3a2 2 0 0 0-2-2Zm2.45 8.71a15.26 15.26 0 0 0-.239-.97c-.064-.208-.11-.286-.14-.328l.81-.588c.24.331.342.775.545 1.663L14.77 11 15 12H8.313c.035.146.072.307.113.487L8.77 14 9 15H1l.229-1 .345-1.513c.203-.888.305-1.332.546-1.663a2 2 0 0 1 .831-.663C3.328 10 3.783 10 4.694 10h.612c.91 0 1.366 0 1.743.16a2 2 0 0 1 .33.18l.195-.853c.203-.888.305-1.332.546-1.663a2 2 0 0 1 .831-.663C9.328 7 9.783 7 10.694 7h.612c.91 0 1.366 0 1.743.16a2 2 0 0 1 .832.664l-.81.588a1 1 0 0 0-.415-.332c-.048-.02-.134-.047-.351-.063A15.32 15.32 0 0 0 11.306 8h-.612c-.47 0-.769 0-.999.017-.217.016-.303.043-.35.063a1 1 0 0 0-.417.332c-.03.042-.075.12-.14.328-.067.22-.134.512-.239.97L8.254 11h5.492l-.278-1.214-.017-.076ZM6 7V6a1 1 0 0 0-2 0v1a1 1 0 0 0 2 0ZM5 4a2 2 0 0 0-2 2v1a2 2 0 1 0 4 0V6a2 2 0 0 0-2-2Zm.306 7h-.612c-.47 0-.769 0-.999.017-.217.016-.303.043-.35.063a1 1 0 0 0-.417.332c-.03.042-.075.12-.14.328-.067.22-.134.512-.239.97L2.254 14h5.492l-.295-1.29c-.105-.458-.172-.75-.24-.97-.064-.208-.11-.286-.14-.328a1 1 0 0 0-.415-.332c-.048-.02-.134-.047-.351-.063-.23-.016-.53-.017-.999-.017Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nUserGroupIcon.displayName = \"UserGroupIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,aAAa,GAAGN,UAAU,CACrC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,koCAAkoC;QACpoCC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,aAAa,CAACU,WAAW,GAAG,eAAe"}
|