@okta/odyssey-react-mui 0.21.4 → 0.23.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 +41 -0
- package/dist/Autocomplete.js +62 -0
- package/dist/Autocomplete.js.map +1 -0
- package/dist/Banner.js +3 -3
- package/dist/Banner.js.map +1 -1
- package/dist/Button.js +46 -0
- package/dist/Button.js.map +1 -0
- package/dist/CheckboxGroup.js +23 -35
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/Dialog.js +68 -0
- package/dist/Dialog.js.map +1 -0
- package/dist/Field.js +72 -0
- package/dist/Field.js.map +1 -0
- package/dist/FieldError.js +34 -0
- package/dist/FieldError.js.map +1 -0
- package/dist/FieldHint.js +29 -0
- package/dist/FieldHint.js.map +1 -0
- package/dist/FieldLabel.js +32 -0
- package/dist/FieldLabel.js.map +1 -0
- package/dist/Icon.js +7 -6
- package/dist/Icon.js.map +1 -1
- package/dist/Infobox.js +1 -1
- package/dist/Infobox.js.map +1 -1
- package/dist/Link.js +5 -2
- package/dist/Link.js.map +1 -1
- package/dist/MenuButton.js +5 -4
- package/dist/MenuButton.js.map +1 -1
- package/dist/MenuItem.js +0 -1
- package/dist/MenuItem.js.map +1 -1
- package/dist/MuiPropsChild.js +30 -0
- package/dist/MuiPropsChild.js.map +1 -0
- package/dist/MuiPropsContext.js +14 -0
- package/dist/MuiPropsContext.js.map +1 -0
- package/dist/PasswordField.js +73 -0
- package/dist/PasswordField.js.map +1 -0
- package/dist/RadioGroup.js +25 -26
- package/dist/RadioGroup.js.map +1 -1
- package/dist/SearchField.js +56 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/Status.js.map +1 -1
- package/dist/Tag.js +28 -0
- package/dist/Tag.js.map +1 -0
- package/dist/TagList.js +26 -0
- package/dist/TagList.js.map +1 -0
- package/dist/TagListContext.js +16 -0
- package/dist/TagListContext.js.map +1 -0
- package/dist/TextField.js +36 -62
- package/dist/TextField.js.map +1 -1
- package/dist/Toast.js +72 -0
- package/dist/Toast.js.map +1 -0
- package/dist/ToastStack.js +33 -0
- package/dist/ToastStack.js.map +1 -0
- package/dist/Tooltip.js +20 -0
- package/dist/Tooltip.js.map +1 -0
- package/dist/iconDictionary/Add.js +4 -4
- package/dist/iconDictionary/Add.js.map +1 -1
- package/dist/iconDictionary/AddCircle.js +4 -4
- package/dist/iconDictionary/AddCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircle.js +4 -4
- package/dist/iconDictionary/AlertCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircleFilled.js +4 -4
- package/dist/iconDictionary/AlertCircleFilled.js.map +1 -1
- package/dist/iconDictionary/AlertTriangleFilled.js +4 -4
- package/dist/iconDictionary/AlertTriangleFilled.js.map +1 -1
- package/dist/iconDictionary/Anchor.js +5 -5
- package/dist/iconDictionary/Anchor.js.map +1 -1
- package/dist/iconDictionary/ArrowDown.js +4 -4
- package/dist/iconDictionary/ArrowDown.js.map +1 -1
- package/dist/iconDictionary/ArrowLeft.js +4 -4
- package/dist/iconDictionary/ArrowLeft.js.map +1 -1
- package/dist/iconDictionary/ArrowRight.js +4 -4
- package/dist/iconDictionary/ArrowRight.js.map +1 -1
- package/dist/iconDictionary/ArrowUp.js +4 -4
- package/dist/iconDictionary/ArrowUp.js.map +1 -1
- package/dist/iconDictionary/ArrowUpDown.js +4 -4
- package/dist/iconDictionary/ArrowUpDown.js.map +1 -1
- package/dist/iconDictionary/Calendar.js +4 -4
- package/dist/iconDictionary/Calendar.js.map +1 -1
- package/dist/iconDictionary/Check.js +4 -4
- package/dist/iconDictionary/Check.js.map +1 -1
- package/dist/iconDictionary/CheckCircleFilled.js +4 -4
- package/dist/iconDictionary/CheckCircleFilled.js.map +1 -1
- package/dist/iconDictionary/ChevronDown.js +4 -4
- package/dist/iconDictionary/ChevronDown.js.map +1 -1
- package/dist/iconDictionary/ChevronUp.js +4 -4
- package/dist/iconDictionary/ChevronUp.js.map +1 -1
- package/dist/iconDictionary/Close.js +4 -4
- package/dist/iconDictionary/Close.js.map +1 -1
- package/dist/iconDictionary/CloseCircleFilled.js +4 -4
- package/dist/iconDictionary/CloseCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Copy.js +4 -4
- package/dist/iconDictionary/Copy.js.map +1 -1
- package/dist/iconDictionary/Delete.js +4 -4
- package/dist/iconDictionary/Delete.js.map +1 -1
- package/dist/iconDictionary/Download.js +4 -4
- package/dist/iconDictionary/Download.js.map +1 -1
- package/dist/iconDictionary/DragHandle.js +4 -4
- package/dist/iconDictionary/DragHandle.js.map +1 -1
- package/dist/iconDictionary/Edit.js +4 -4
- package/dist/iconDictionary/Edit.js.map +1 -1
- package/dist/iconDictionary/ExternalLink.js +4 -4
- package/dist/iconDictionary/ExternalLink.js.map +1 -1
- package/dist/iconDictionary/Eye.js +4 -4
- package/dist/iconDictionary/Eye.js.map +1 -1
- package/dist/iconDictionary/EyeOff.js +4 -4
- package/dist/iconDictionary/EyeOff.js.map +1 -1
- package/dist/iconDictionary/Filter.js +4 -4
- package/dist/iconDictionary/Filter.js.map +1 -1
- package/dist/iconDictionary/Globe.js +4 -4
- package/dist/iconDictionary/Globe.js.map +1 -1
- package/dist/iconDictionary/Home.js +4 -4
- package/dist/iconDictionary/Home.js.map +1 -1
- package/dist/iconDictionary/InformationCircle.js +4 -4
- package/dist/iconDictionary/InformationCircle.js.map +1 -1
- package/dist/iconDictionary/InformationCircleFilled.js +4 -4
- package/dist/iconDictionary/InformationCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Notification.js +4 -4
- package/dist/iconDictionary/Notification.js.map +1 -1
- package/dist/iconDictionary/OverflowVertical.js +4 -4
- package/dist/iconDictionary/OverflowVertical.js.map +1 -1
- package/dist/iconDictionary/QuestionCircle.js +4 -4
- package/dist/iconDictionary/QuestionCircle.js.map +1 -1
- package/dist/iconDictionary/QuestionCircleFilled.js +4 -4
- package/dist/iconDictionary/QuestionCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Search.js +4 -4
- package/dist/iconDictionary/Search.js.map +1 -1
- package/dist/iconDictionary/Settings.js +3 -3
- package/dist/iconDictionary/Settings.js.map +1 -1
- package/dist/iconDictionary/Subtract.js +4 -4
- package/dist/iconDictionary/Subtract.js.map +1 -1
- package/dist/iconDictionary/User.js +4 -4
- package/dist/iconDictionary/User.js.map +1 -1
- package/dist/iconDictionary/UserGroup.js +4 -4
- package/dist/iconDictionary/UserGroup.js.map +1 -1
- package/dist/iconDictionary/index.js.map +1 -1
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/dist/src/Autocomplete.d.ts +28 -0
- package/dist/src/Autocomplete.d.ts.map +1 -0
- package/dist/src/Banner.d.ts +19 -19
- package/dist/src/Banner.d.ts.map +1 -1
- package/dist/src/Button.d.ts +32 -0
- package/dist/src/Button.d.ts.map +1 -0
- package/dist/src/CheckboxGroup.d.ts +7 -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 +65 -0
- package/dist/src/Field.d.ts.map +1 -0
- package/dist/src/FieldError.d.ts +19 -0
- package/dist/src/FieldError.d.ts.map +1 -0
- package/dist/src/FieldHint.d.ts +19 -0
- package/dist/src/FieldHint.d.ts.map +1 -0
- package/dist/src/FieldLabel.d.ts +23 -0
- package/dist/src/FieldLabel.d.ts.map +1 -0
- package/dist/src/Icon.d.ts +6 -7
- 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/PasswordField.d.ts +75 -0
- package/dist/src/PasswordField.d.ts.map +1 -0
- package/dist/src/RadioGroup.d.ts +8 -8
- package/dist/src/RadioGroup.d.ts.map +1 -1
- package/dist/src/SearchField.d.ts +59 -0
- package/dist/src/SearchField.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/Tag.d.ts +22 -0
- package/dist/src/Tag.d.ts.map +1 -0
- package/dist/src/TagList.d.ts +19 -0
- package/dist/src/TagList.d.ts.map +1 -0
- package/dist/src/TagListContext.d.ts +18 -0
- package/dist/src/TagListContext.d.ts.map +1 -0
- package/dist/src/TextField.d.ts +16 -20
- 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/Tooltip.d.ts +21 -0
- 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 +14 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/src/theme/components.types.d.ts +0 -8
- package/dist/src/theme/components.types.d.ts.map +1 -1
- package/dist/theme/components.js +249 -136
- package/dist/theme/components.js.map +1 -1
- package/dist/theme/components.types.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/Autocomplete.tsx +141 -0
- package/src/Banner.tsx +21 -21
- package/src/Button.tsx +95 -0
- package/src/CheckboxGroup.tsx +27 -34
- package/src/Dialog.tsx +110 -0
- package/src/Field.tsx +135 -0
- package/src/FieldError.tsx +34 -0
- package/src/FieldHint.tsx +28 -0
- package/src/FieldLabel.tsx +57 -0
- package/src/Icon.test.tsx +1 -1
- package/src/Icon.tsx +24 -7
- package/src/Infobox.tsx +7 -7
- package/src/Link.tsx +14 -6
- package/src/MenuButton.tsx +10 -6
- package/src/MenuItem.tsx +0 -1
- package/src/MuiPropsChild.tsx +41 -0
- package/src/MuiPropsContext.ts +17 -0
- package/src/OdysseyCacheProvider.test.tsx +1 -1
- package/src/PasswordField.tsx +180 -0
- package/src/RadioGroup.tsx +31 -46
- package/src/SearchField.tsx +138 -0
- package/src/Status.tsx +2 -2
- package/src/Tag.tsx +41 -0
- package/src/TagList.tsx +43 -0
- package/src/TagListContext.tsx +23 -0
- package/src/TextField.tsx +64 -111
- package/src/Toast.tsx +138 -0
- package/src/ToastStack.tsx +33 -0
- 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 +10 -14
- package/src/theme/components.tsx +119 -27
- package/src/theme/components.types.ts +0 -8
- package/dist/PasswordInput.js +0 -87
- package/dist/PasswordInput.js.map +0 -1
- package/dist/src/PasswordInput.d.ts +0 -21
- package/dist/src/PasswordInput.d.ts.map +0 -1
- package/src/PasswordInput.test.tsx +0 -51
- package/src/PasswordInput.tsx +0 -111
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const DeleteIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "m5.387 2 .334-1h4.558l.334 1H5.387ZM4.333 2 5 0h6l.667 2H15v4h-1v6.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C12.48 16 11.92 16 10.8 16H5.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C2 14.48 2 13.92 2 12.8V6H1V2h3.333ZM12 3H2v2h12V3h-2ZM3 6h10v6.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C11.75 15 11.377 15 10.8 15H5.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C3 13.75 3 13.377 3 12.8V6Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Delete.js","names":["forwardRef","SvgIcon","DeleteIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Delete.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Delete.js","names":["forwardRef","SvgIcon","DeleteIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Delete.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 DeleteIconProps = SvgIconNoChildrenProps;\n\nexport const DeleteIcon = forwardRef<SVGSVGElement, DeleteIconProps>(\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=\"m5.387 2 .334-1h4.558l.334 1H5.387ZM4.333 2 5 0h6l.667 2H15v4h-1v6.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C12.48 16 11.92 16 10.8 16H5.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C2 14.48 2 13.92 2 12.8V6H1V2h3.333ZM12 3H2v2h12V3h-2ZM3 6h10v6.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C11.75 15 11.377 15 10.8 15H5.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C3 13.75 3 13.377 3 12.8V6Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDeleteIcon.displayName = \"DeleteIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,UAAU,GAAGF,UAAU,CAClC,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,igBAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const DownloadIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M13.146 6.146 8.5 10.793V0h-1v10.793L2.854 6.146l-.708.708 5.5 5.5a.5.5 0 0 0 .708 0l5.5-5.5-.708-.708ZM2 12.3V11H1v1.321c0 .542 0 .98.029 1.333.03.365.093.685.243.981a2.5 2.5 0 0 0 1.093 1.092c.296.151.616.214.98.244C3.7 16 4.138 16 4.68 16H11.32c.542 0 .98 0 1.333-.029.365-.03.685-.093.981-.244a2.5 2.5 0 0 0 1.092-1.092c.151-.296.214-.616.244-.98.029-.355.029-.792.029-1.333V11h-1v1.3c0 .568 0 .964-.026 1.273-.024.303-.07.476-.138.608a1.5 1.5 0 0 1-.655.655c-.132.068-.305.114-.608.138-.309.026-.705.026-1.273.026H4.7c-.568 0-.964 0-1.273-.026-.302-.024-.476-.07-.608-.138a1.5 1.5 0 0 1-.656-.655c-.067-.132-.113-.305-.137-.608C2 13.264 2 12.868 2 12.3Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Download.js","names":["forwardRef","SvgIcon","DownloadIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Download.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Download.js","names":["forwardRef","SvgIcon","DownloadIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Download.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 DownloadIconProps = SvgIconNoChildrenProps;\n\nexport const DownloadIcon = forwardRef<SVGSVGElement, DownloadIconProps>(\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=\"M13.146 6.146 8.5 10.793V0h-1v10.793L2.854 6.146l-.708.708 5.5 5.5a.5.5 0 0 0 .708 0l5.5-5.5-.708-.708ZM2 12.3V11H1v1.321c0 .542 0 .98.029 1.333.03.365.093.685.243.981a2.5 2.5 0 0 0 1.093 1.092c.296.151.616.214.98.244C3.7 16 4.138 16 4.68 16H11.32c.542 0 .98 0 1.333-.029.365-.03.685-.093.981-.244a2.5 2.5 0 0 0 1.092-1.092c.151-.296.214-.616.244-.98.029-.355.029-.792.029-1.333V11h-1v1.3c0 .568 0 .964-.026 1.273-.024.303-.07.476-.138.608a1.5 1.5 0 0 1-.655.655c-.132.068-.305.114-.608.138-.309.026-.705.026-1.273.026H4.7c-.568 0-.964 0-1.273-.026-.302-.024-.476-.07-.608-.138a1.5 1.5 0 0 1-.656-.655c-.067-.132-.113-.305-.137-.608C2 13.264 2 12.868 2 12.3Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDownloadIcon.displayName = \"DownloadIcon\";\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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,opBAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBmC,CAA/B;AAuBPD,YAAY,CAACG,WAAb,GAA2B,cAA3B"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const DragHandleIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M4.444 2.169a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663Zm0 5a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663ZM5 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5.444-9.831a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663ZM11 7a1 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",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DragHandle.js","names":["forwardRef","SvgIcon","DragHandleIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/DragHandle.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"DragHandle.js","names":["forwardRef","SvgIcon","DragHandleIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/DragHandle.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 DragHandleIconProps = SvgIconNoChildrenProps;\n\nexport const DragHandleIcon = forwardRef<SVGSVGElement, DragHandleIconProps>(\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=\"M4.444 2.169a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663Zm0 5a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663ZM5 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5.444-9.831a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663ZM11 7a1 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);\n\nDragHandleIcon.displayName = \"DragHandleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,cAAc,GAAGF,UAAU,CACtC,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,iSAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBqC,CAAjC;AAuBPD,cAAc,CAACG,WAAf,GAA6B,gBAA7B"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const EditIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M10.354 2.06a.5.5 0 0 0-.708 0L8.707 3 11 5.293l.94-.94a.5.5 0 0 0 0-.707l-1.586-1.585ZM2 9.708l6-6L10.293 6l-6 6H2V9.707Zm6.94-8.353a1.5 1.5 0 0 1 2.12 0l1.586 1.585a1.5 1.5 0 0 1 0 2.122l-7.792 7.793-.147.146H1V9.293l.146-.147L8.94 1.354ZM1 14v1h14v-1H1Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Edit.js","names":["forwardRef","SvgIcon","EditIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Edit.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Edit.js","names":["forwardRef","SvgIcon","EditIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Edit.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 EditIconProps = SvgIconNoChildrenProps;\n\nexport const EditIcon = forwardRef<SVGSVGElement, EditIconProps>(\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.354 2.06a.5.5 0 0 0-.708 0L8.707 3 11 5.293l.94-.94a.5.5 0 0 0 0-.707l-1.586-1.585ZM2 9.708l6-6L10.293 6l-6 6H2V9.707Zm6.94-8.353a1.5 1.5 0 0 1 2.12 0l1.586 1.585a1.5 1.5 0 0 1 0 2.122l-7.792 7.793-.147.146H1V9.293l.146-.147L8.94 1.354ZM1 14v1h14v-1H1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nEditIcon.displayName = \"EditIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,QAAQ,GAAGF,UAAU,CAChC,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,kQAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const ExternalLinkIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M13.293 2H8V1h6.5a.5.5 0 0 1 .5.5V8h-1V2.707l-7.646 7.647-.708-.708L13.293 2ZM1.5 4H1v11h11V8h-1v6H2V5h6V4H1.5Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalLink.js","names":["forwardRef","SvgIcon","ExternalLinkIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ExternalLink.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"ExternalLink.js","names":["forwardRef","SvgIcon","ExternalLinkIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ExternalLink.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 ExternalLinkIconProps = SvgIconNoChildrenProps;\n\nexport const ExternalLinkIcon = forwardRef<\n SVGSVGElement,\n ExternalLinkIconProps\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=\"M13.293 2H8V1h6.5a.5.5 0 0 1 .5.5V8h-1V2.707l-7.646 7.647-.708-.708L13.293 2ZM1.5 4H1v11h11V8h-1v6H2V5h6V4H1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nExternalLinkIcon.displayName = \"ExternalLinkIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,gBAAgB,GAAGF,UAAU,CAGxC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EAChB,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,iHAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CAtByC,CAAnC;AAwBPD,gBAAgB,CAACG,WAAjB,GAA+B,kBAA/B"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const EyeIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M3.898 11.55C2.896 10.7 2.042 9.5 1.156 8c.886-1.5 1.74-2.7 2.742-3.55C4.969 3.538 6.24 3 8 3c1.76 0 3.03.539 4.102 1.45 1.002.85 1.856 2.05 2.742 3.55-.886 1.5-1.74 2.7-2.742 3.55C11.031 12.462 9.76 13 8 13c-1.76 0-3.03-.539-4.102-1.45ZM8 14c4 0 6-2.5 8-6-2-3.5-4-6-8-6S2 4.5 0 8c2 3.5 4 6 8 6Zm3-6a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm1 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Eye.js","names":["forwardRef","SvgIcon","EyeIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Eye.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Eye.js","names":["forwardRef","SvgIcon","EyeIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Eye.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 EyeIconProps = SvgIconNoChildrenProps;\n\nexport const EyeIcon = forwardRef<SVGSVGElement, EyeIconProps>((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=\"M3.898 11.55C2.896 10.7 2.042 9.5 1.156 8c.886-1.5 1.74-2.7 2.742-3.55C4.969 3.538 6.24 3 8 3c1.76 0 3.03.539 4.102 1.45 1.002.85 1.856 2.05 2.742 3.55-.886 1.5-1.74 2.7-2.742 3.55C11.031 12.462 9.76 13 8 13c-1.76 0-3.03-.539-4.102-1.45ZM8 14c4 0 6-2.5 8-6-2-3.5-4-6-8-6S2 4.5 0 8c2 3.5 4 6 8 6Zm3-6a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm1 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nEyeIcon.displayName = \"EyeIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,OAAO,GAAGF,UAAU,CAA8B,CAACG,KAAD,EAAQC,GAAR,KAAgB;EAC7E,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,2WAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CAnBgC,CAA1B;AAqBPD,OAAO,CAACG,WAAR,GAAsB,SAAtB"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const EyeOffIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M11.2 2.675C10.286 2.24 9.24 2 8 2 4 2 2 4.5 0 8c.761 1.333 1.523 2.52 2.395 3.48l.708-.708C2.425 10.02 1.799 9.09 1.156 8c.886-1.5 1.74-2.7 2.742-3.55C4.969 3.538 6.24 3 8 3c.938 0 1.737.153 2.441.434l.76-.76Zm.899.516-.723.722.003.001-.926.926-.002-.002-.715.715.002.002-4.183 4.183-.002-.002-.715.715.002.002-1.026 1.026-.002-.002-.708.708.002.002-1.96 1.96.708.707 2.045-2.046C5.016 13.566 6.334 14 8 14c4 0 6-2.5 8-6-.961-1.682-1.922-3.133-3.106-4.187l1.96-1.96-.708-.707-2.045 2.046-.002-.001ZM4.315 9.56l.786-.786a3.004 3.004 0 0 1 3.673-3.673l.786-.786A4 4 0 0 0 4.316 9.56Zm7.87-5.039L11.16 5.547a4 4 0 0 1-5.613 5.613l-.926.926C5.54 12.668 6.62 13 8 13c1.76 0 3.03-.539 4.102-1.45 1.002-.85 1.856-2.05 2.742-3.55-.861-1.459-1.693-2.632-2.658-3.479Zm-1.74 1.74-4.183 4.184a3 3 0 0 0 4.184-4.184Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EyeOff.js","names":["forwardRef","SvgIcon","EyeOffIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/EyeOff.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"EyeOff.js","names":["forwardRef","SvgIcon","EyeOffIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/EyeOff.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 EyeOffIconProps = SvgIconNoChildrenProps;\n\nexport const EyeOffIcon = forwardRef<SVGSVGElement, EyeOffIconProps>(\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=\"M11.2 2.675C10.286 2.24 9.24 2 8 2 4 2 2 4.5 0 8c.761 1.333 1.523 2.52 2.395 3.48l.708-.708C2.425 10.02 1.799 9.09 1.156 8c.886-1.5 1.74-2.7 2.742-3.55C4.969 3.538 6.24 3 8 3c.938 0 1.737.153 2.441.434l.76-.76Zm.899.516-.723.722.003.001-.926.926-.002-.002-.715.715.002.002-4.183 4.183-.002-.002-.715.715.002.002-1.026 1.026-.002-.002-.708.708.002.002-1.96 1.96.708.707 2.045-2.046C5.016 13.566 6.334 14 8 14c4 0 6-2.5 8-6-.961-1.682-1.922-3.133-3.106-4.187l1.96-1.96-.708-.707-2.045 2.046-.002-.001ZM4.315 9.56l.786-.786a3.004 3.004 0 0 1 3.673-3.673l.786-.786A4 4 0 0 0 4.316 9.56Zm7.87-5.039L11.16 5.547a4 4 0 0 1-5.613 5.613l-.926.926C5.54 12.668 6.62 13 8 13c1.76 0 3.03-.539 4.102-1.45 1.002-.85 1.856-2.05 2.742-3.55-.861-1.459-1.693-2.632-2.658-3.479Zm-1.74 1.74-4.183 4.184a3 3 0 0 0 4.184-4.184Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nEyeOffIcon.displayName = \"EyeOffIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,UAAU,GAAGF,UAAU,CAClC,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,syBAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const FilterIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M1 2h14v1H1V2Zm2 4h10v1H3V6Zm8 4H5v1h6v-1Zm-4 4h2v1H7v-1Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Filter.js","names":["forwardRef","SvgIcon","FilterIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Filter.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Filter.js","names":["forwardRef","SvgIcon","FilterIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Filter.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 FilterIconProps = SvgIconNoChildrenProps;\n\nexport const FilterIcon = forwardRef<SVGSVGElement, FilterIconProps>(\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=\"M1 2h14v1H1V2Zm2 4h10v1H3V6Zm8 4H5v1h6v-1Zm-4 4h2v1H7v-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nFilterIcon.displayName = \"FilterIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,UAAU,GAAGF,UAAU,CAClC,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,2DAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const GlobeIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M4.51 8.5H1.019a7.003 7.003 0 0 0 5.779 6.397A11.445 11.445 0 0 1 4.511 8.5Zm1.002 0h4.976A10.453 10.453 0 0 1 8 14.801 10.453 10.453 0 0 1 5.512 8.5Zm4.976-1H5.512C5.624 5.1 6.542 2.913 8 1.199A10.453 10.453 0 0 1 10.488 7.5Zm1.001 1a11.446 11.446 0 0 1-2.286 6.397 7.003 7.003 0 0 0 5.78-6.397h-3.494Zm3.493-1H11.49a11.445 11.445 0 0 0-2.286-6.397 7.003 7.003 0 0 1 5.78 6.397Zm-10.471 0H1.018a7.003 7.003 0 0 1 5.779-6.397A11.445 11.445 0 0 0 4.511 7.5ZM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Globe.js","names":["forwardRef","SvgIcon","GlobeIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Globe.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Globe.js","names":["forwardRef","SvgIcon","GlobeIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Globe.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 GlobeIconProps = SvgIconNoChildrenProps;\n\nexport const GlobeIcon = forwardRef<SVGSVGElement, GlobeIconProps>(\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=\"M4.51 8.5H1.019a7.003 7.003 0 0 0 5.779 6.397A11.445 11.445 0 0 1 4.511 8.5Zm1.002 0h4.976A10.453 10.453 0 0 1 8 14.801 10.453 10.453 0 0 1 5.512 8.5Zm4.976-1H5.512C5.624 5.1 6.542 2.913 8 1.199A10.453 10.453 0 0 1 10.488 7.5Zm1.001 1a11.446 11.446 0 0 1-2.286 6.397 7.003 7.003 0 0 0 5.78-6.397h-3.494Zm3.493-1H11.49a11.445 11.445 0 0 0-2.286-6.397 7.003 7.003 0 0 1 5.78 6.397Zm-10.471 0H1.018a7.003 7.003 0 0 1 5.779-6.397A11.445 11.445 0 0 0 4.511 7.5ZM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nGlobeIcon.displayName = \"GlobeIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,SAAS,GAAGF,UAAU,CACjC,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,6eAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBgC,CAA5B;AAuBPD,SAAS,CAACG,WAAV,GAAwB,WAAxB"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const HomeIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "m1 6.56.324-.297 6-5.5L8 .143l.676.62 6 5.5.324.297V12.525c0 .21 0 .415-.012.589a2.03 2.03 0 0 1-.14.65 2 2 0 0 1-1.083 1.082 2.03 2.03 0 0 1-.65.14 9.071 9.071 0 0 1-.588.012H10V10a2 2 0 1 0-4 0v4.998H3.474c-.21 0-.415 0-.59-.011a2.03 2.03 0 0 1-.65-.14 2 2 0 0 1-1.082-1.083 2.029 2.029 0 0 1-.14-.65C1 12.94 1 12.735 1 12.525V6.56ZM8 1.5 2 7v5.498c0 .466 0 .7.076.883a1 1 0 0 0 .541.541c.184.076.417.076.883.076H5V10a3 3 0 0 1 6 0v3.998h1.5c.466 0 .699 0 .883-.076a1 1 0 0 0 .54-.54c.077-.184.077-.418.077-.883V7L8 1.5Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Home.js","names":["forwardRef","SvgIcon","HomeIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Home.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"Home.js","names":["forwardRef","SvgIcon","HomeIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Home.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 HomeIconProps = SvgIconNoChildrenProps;\n\nexport const HomeIcon = forwardRef<SVGSVGElement, HomeIconProps>(\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=\"m1 6.56.324-.297 6-5.5L8 .143l.676.62 6 5.5.324.297V12.525c0 .21 0 .415-.012.589a2.03 2.03 0 0 1-.14.65 2 2 0 0 1-1.083 1.082 2.03 2.03 0 0 1-.65.14 9.071 9.071 0 0 1-.588.012H10V10a2 2 0 1 0-4 0v4.998H3.474c-.21 0-.415 0-.59-.011a2.03 2.03 0 0 1-.65-.14 2 2 0 0 1-1.082-1.083 2.029 2.029 0 0 1-.14-.65C1 12.94 1 12.735 1 12.525V6.56ZM8 1.5 2 7v5.498c0 .466 0 .7.076.883a1 1 0 0 0 .541.541c.184.076.417.076.883.076H5V10a3 3 0 0 1 6 0v3.998h1.5c.466 0 .699 0 .883-.076a1 1 0 0 0 .54-.54c.077-.184.077-.418.077-.883V7L8 1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nHomeIcon.displayName = \"HomeIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,QAAQ,GAAGF,UAAU,CAChC,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,4gBAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const InformationCircleIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
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 0ZM8 5.5A.75.75 0 1 0 8 4a.75.75 0 0 0 0 1.5Zm.5 2a.5.5 0 0 0-1 0V12h1V7.5Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InformationCircle.js","names":["forwardRef","SvgIcon","InformationCircleIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/InformationCircle.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"InformationCircle.js","names":["forwardRef","SvgIcon","InformationCircleIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/InformationCircle.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 InformationCircleIconProps = SvgIconNoChildrenProps;\n\nexport const InformationCircleIcon = forwardRef<\n SVGSVGElement,\n InformationCircleIconProps\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 0ZM8 5.5A.75.75 0 1 0 8 4a.75.75 0 0 0 0 1.5Zm.5 2a.5.5 0 0 0-1 0V12h1V7.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nInformationCircleIcon.displayName = \"InformationCircleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,qBAAqB,GAAGF,UAAU,CAG7C,CAACG,KAAD,EAAQC,GAAR,KAAgB;EAChB,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,gJAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CAtB8C,CAAxC;AAwBPD,qBAAqB,CAACG,WAAtB,GAAoC,uBAApC"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const InformationCircleFilledIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM8 5.5A.75.75 0 1 0 8 4a.75.75 0 0 0 0 1.5ZM8 7a.5.5 0 0 1 .5.5V12h-1V7.5A.5.5 0 0 1 8 7Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InformationCircleFilled.js","names":["forwardRef","SvgIcon","InformationCircleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/InformationCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c)
|
|
1
|
+
{"version":3,"file":"InformationCircleFilled.js","names":["forwardRef","SvgIcon","InformationCircleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/InformationCircleFilled.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 InformationCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const InformationCircleFilledIcon = forwardRef<\n SVGSVGElement,\n InformationCircleFilledIconProps\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 5.5A.75.75 0 1 0 8 4a.75.75 0 0 0 0 1.5ZM8 7a.5.5 0 0 1 .5.5V12h-1V7.5A.5.5 0 0 1 8 7Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nInformationCircleFilledIcon.displayName = \"InformationCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,2BAA2B,GAAGF,UAAU,CAGnD,CAACG,KAAD,EAAQC,GAAR,KAAgB;EAChB,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,8HAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CAtBoD,CAA9C;AAwBPD,2BAA2B,CAACG,WAA5B,GAA0C,6BAA1C"}
|
|
@@ -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.
|
|
@@ -22,10 +22,10 @@ export const NotificationIcon = forwardRef((props, ref) => {
|
|
|
22
22
|
...props,
|
|
23
23
|
children: _jsx(_Fragment, {
|
|
24
24
|
children: _jsx("path", {
|
|
25
|
+
fill: "currentColor",
|
|
25
26
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
fill: "currentColor"
|
|
27
|
+
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",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
29
|
})
|
|
30
30
|
})
|
|
31
31
|
});
|
|
@@ -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","NotificationIcon","props","ref","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;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,gBAAgB,GAAGF,UAAU,CAGxC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EAChB,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,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,qUAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CAtByC,CAAnC;AAwBPD,gBAAgB,CAACG,WAAjB,GAA+B,kBAA/B"}
|