@okta/odyssey-react-mui 0.14.2 → 0.14.3

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.
Files changed (224) hide show
  1. package/.svgrrc.cjs +13 -0
  2. package/CHANGELOG.md +8 -0
  3. package/dist/components/Icon/Add.d.ts +16 -0
  4. package/dist/components/Icon/Add.d.ts.map +1 -0
  5. package/dist/components/Icon/Add.js +34 -0
  6. package/dist/components/Icon/Add.js.map +1 -0
  7. package/dist/components/Icon/AddCircle.d.ts +16 -0
  8. package/dist/components/Icon/AddCircle.d.ts.map +1 -0
  9. package/dist/components/Icon/AddCircle.js +34 -0
  10. package/dist/components/Icon/AddCircle.js.map +1 -0
  11. package/dist/components/Icon/AlertCircle.d.ts +16 -0
  12. package/dist/components/Icon/AlertCircle.d.ts.map +1 -0
  13. package/dist/components/Icon/AlertCircle.js +34 -0
  14. package/dist/components/Icon/AlertCircle.js.map +1 -0
  15. package/dist/components/Icon/AlertCircleFilled.d.ts +16 -0
  16. package/dist/components/Icon/AlertCircleFilled.d.ts.map +1 -0
  17. package/dist/components/Icon/AlertCircleFilled.js +34 -0
  18. package/dist/components/Icon/AlertCircleFilled.js.map +1 -0
  19. package/dist/components/Icon/AlertTriangleFilled.d.ts +16 -0
  20. package/dist/components/Icon/AlertTriangleFilled.d.ts.map +1 -0
  21. package/dist/components/Icon/AlertTriangleFilled.js +34 -0
  22. package/dist/components/Icon/AlertTriangleFilled.js.map +1 -0
  23. package/dist/components/Icon/Anchor.d.ts +16 -0
  24. package/dist/components/Icon/Anchor.d.ts.map +1 -0
  25. package/dist/components/Icon/Anchor.js +36 -0
  26. package/dist/components/Icon/Anchor.js.map +1 -0
  27. package/dist/components/Icon/ArrowDown.d.ts +16 -0
  28. package/dist/components/Icon/ArrowDown.d.ts.map +1 -0
  29. package/dist/components/Icon/ArrowDown.js +34 -0
  30. package/dist/components/Icon/ArrowDown.js.map +1 -0
  31. package/dist/components/Icon/ArrowLeft.d.ts +16 -0
  32. package/dist/components/Icon/ArrowLeft.d.ts.map +1 -0
  33. package/dist/components/Icon/ArrowLeft.js +34 -0
  34. package/dist/components/Icon/ArrowLeft.js.map +1 -0
  35. package/dist/components/Icon/ArrowRight.d.ts +16 -0
  36. package/dist/components/Icon/ArrowRight.d.ts.map +1 -0
  37. package/dist/components/Icon/ArrowRight.js +34 -0
  38. package/dist/components/Icon/ArrowRight.js.map +1 -0
  39. package/dist/components/Icon/ArrowUp.d.ts +16 -0
  40. package/dist/components/Icon/ArrowUp.d.ts.map +1 -0
  41. package/dist/components/Icon/ArrowUp.js +34 -0
  42. package/dist/components/Icon/ArrowUp.js.map +1 -0
  43. package/dist/components/Icon/Calendar.d.ts +16 -0
  44. package/dist/components/Icon/Calendar.d.ts.map +1 -0
  45. package/dist/components/Icon/Calendar.js +34 -0
  46. package/dist/components/Icon/Calendar.js.map +1 -0
  47. package/dist/components/Icon/Check.d.ts +16 -0
  48. package/dist/components/Icon/Check.d.ts.map +1 -0
  49. package/dist/components/Icon/Check.js +34 -0
  50. package/dist/components/Icon/Check.js.map +1 -0
  51. package/dist/components/Icon/CheckCircleFilled.d.ts +16 -0
  52. package/dist/components/Icon/CheckCircleFilled.d.ts.map +1 -0
  53. package/dist/components/Icon/CheckCircleFilled.js +34 -0
  54. package/dist/components/Icon/CheckCircleFilled.js.map +1 -0
  55. package/dist/components/Icon/ChevronDown.d.ts +16 -0
  56. package/dist/components/Icon/ChevronDown.d.ts.map +1 -0
  57. package/dist/components/Icon/ChevronDown.js +34 -0
  58. package/dist/components/Icon/ChevronDown.js.map +1 -0
  59. package/dist/components/Icon/ChevronUp.d.ts +16 -0
  60. package/dist/components/Icon/ChevronUp.d.ts.map +1 -0
  61. package/dist/components/Icon/ChevronUp.js +34 -0
  62. package/dist/components/Icon/ChevronUp.js.map +1 -0
  63. package/dist/components/Icon/Close.d.ts +16 -0
  64. package/dist/components/Icon/Close.d.ts.map +1 -0
  65. package/dist/components/Icon/Close.js +34 -0
  66. package/dist/components/Icon/Close.js.map +1 -0
  67. package/dist/components/Icon/CloseCircleFilled.d.ts +16 -0
  68. package/dist/components/Icon/CloseCircleFilled.d.ts.map +1 -0
  69. package/dist/components/Icon/CloseCircleFilled.js +34 -0
  70. package/dist/components/Icon/CloseCircleFilled.js.map +1 -0
  71. package/dist/components/Icon/Copy.d.ts +16 -0
  72. package/dist/components/Icon/Copy.d.ts.map +1 -0
  73. package/dist/components/Icon/Copy.js +34 -0
  74. package/dist/components/Icon/Copy.js.map +1 -0
  75. package/dist/components/Icon/Delete.d.ts +16 -0
  76. package/dist/components/Icon/Delete.d.ts.map +1 -0
  77. package/dist/components/Icon/Delete.js +34 -0
  78. package/dist/components/Icon/Delete.js.map +1 -0
  79. package/dist/components/Icon/Download.d.ts +16 -0
  80. package/dist/components/Icon/Download.d.ts.map +1 -0
  81. package/dist/components/Icon/Download.js +34 -0
  82. package/dist/components/Icon/Download.js.map +1 -0
  83. package/dist/components/Icon/DragHandle.d.ts +16 -0
  84. package/dist/components/Icon/DragHandle.d.ts.map +1 -0
  85. package/dist/components/Icon/DragHandle.js +34 -0
  86. package/dist/components/Icon/DragHandle.js.map +1 -0
  87. package/dist/components/Icon/Edit.d.ts +16 -0
  88. package/dist/components/Icon/Edit.d.ts.map +1 -0
  89. package/dist/components/Icon/Edit.js +34 -0
  90. package/dist/components/Icon/Edit.js.map +1 -0
  91. package/dist/components/Icon/ExternalLink.d.ts +16 -0
  92. package/dist/components/Icon/ExternalLink.d.ts.map +1 -0
  93. package/dist/components/Icon/ExternalLink.js +34 -0
  94. package/dist/components/Icon/ExternalLink.js.map +1 -0
  95. package/dist/components/Icon/Eye.d.ts +16 -0
  96. package/dist/components/Icon/Eye.d.ts.map +1 -0
  97. package/dist/components/Icon/Eye.js +34 -0
  98. package/dist/components/Icon/Eye.js.map +1 -0
  99. package/dist/components/Icon/EyeOff.d.ts +16 -0
  100. package/dist/components/Icon/EyeOff.d.ts.map +1 -0
  101. package/dist/components/Icon/EyeOff.js +34 -0
  102. package/dist/components/Icon/EyeOff.js.map +1 -0
  103. package/dist/components/Icon/Filter.d.ts +16 -0
  104. package/dist/components/Icon/Filter.d.ts.map +1 -0
  105. package/dist/components/Icon/Filter.js +34 -0
  106. package/dist/components/Icon/Filter.js.map +1 -0
  107. package/dist/components/Icon/Globe.d.ts +16 -0
  108. package/dist/components/Icon/Globe.d.ts.map +1 -0
  109. package/dist/components/Icon/Globe.js +34 -0
  110. package/dist/components/Icon/Globe.js.map +1 -0
  111. package/dist/components/Icon/Home.d.ts +16 -0
  112. package/dist/components/Icon/Home.d.ts.map +1 -0
  113. package/dist/components/Icon/Home.js +34 -0
  114. package/dist/components/Icon/Home.js.map +1 -0
  115. package/dist/components/Icon/Icon.d.ts +28 -0
  116. package/dist/components/Icon/Icon.d.ts.map +1 -0
  117. package/dist/components/Icon/Icon.js +29 -0
  118. package/dist/components/Icon/Icon.js.map +1 -0
  119. package/dist/components/Icon/InformationCircle.d.ts +16 -0
  120. package/dist/components/Icon/InformationCircle.d.ts.map +1 -0
  121. package/dist/components/Icon/InformationCircle.js +34 -0
  122. package/dist/components/Icon/InformationCircle.js.map +1 -0
  123. package/dist/components/Icon/InformationCircleFilled.d.ts +16 -0
  124. package/dist/components/Icon/InformationCircleFilled.d.ts.map +1 -0
  125. package/dist/components/Icon/InformationCircleFilled.js +34 -0
  126. package/dist/components/Icon/InformationCircleFilled.js.map +1 -0
  127. package/dist/components/Icon/Notification.d.ts +16 -0
  128. package/dist/components/Icon/Notification.d.ts.map +1 -0
  129. package/dist/components/Icon/Notification.js +34 -0
  130. package/dist/components/Icon/Notification.js.map +1 -0
  131. package/dist/components/Icon/OverflowVertical.d.ts +16 -0
  132. package/dist/components/Icon/OverflowVertical.d.ts.map +1 -0
  133. package/dist/components/Icon/OverflowVertical.js +34 -0
  134. package/dist/components/Icon/OverflowVertical.js.map +1 -0
  135. package/dist/components/Icon/QuestionCircle.d.ts +16 -0
  136. package/dist/components/Icon/QuestionCircle.d.ts.map +1 -0
  137. package/dist/components/Icon/QuestionCircle.js +34 -0
  138. package/dist/components/Icon/QuestionCircle.js.map +1 -0
  139. package/dist/components/Icon/QuestionCircleFilled.d.ts +16 -0
  140. package/dist/components/Icon/QuestionCircleFilled.d.ts.map +1 -0
  141. package/dist/components/Icon/QuestionCircleFilled.js +34 -0
  142. package/dist/components/Icon/QuestionCircleFilled.js.map +1 -0
  143. package/dist/components/Icon/Search.d.ts +16 -0
  144. package/dist/components/Icon/Search.d.ts.map +1 -0
  145. package/dist/components/Icon/Search.js +34 -0
  146. package/dist/components/Icon/Search.js.map +1 -0
  147. package/dist/components/Icon/Settings.d.ts +16 -0
  148. package/dist/components/Icon/Settings.d.ts.map +1 -0
  149. package/dist/components/Icon/Settings.js +32 -0
  150. package/dist/components/Icon/Settings.js.map +1 -0
  151. package/dist/components/Icon/Subtract.d.ts +16 -0
  152. package/dist/components/Icon/Subtract.d.ts.map +1 -0
  153. package/dist/components/Icon/Subtract.js +34 -0
  154. package/dist/components/Icon/Subtract.js.map +1 -0
  155. package/dist/components/Icon/SvgIcon.d.ts +14 -0
  156. package/dist/components/Icon/SvgIcon.d.ts.map +1 -0
  157. package/dist/components/Icon/SvgIcon.js +14 -0
  158. package/dist/components/Icon/SvgIcon.js.map +1 -0
  159. package/dist/components/Icon/User.d.ts +16 -0
  160. package/dist/components/Icon/User.d.ts.map +1 -0
  161. package/dist/components/Icon/User.js +34 -0
  162. package/dist/components/Icon/User.js.map +1 -0
  163. package/dist/components/Icon/index.d.ts +91 -0
  164. package/dist/components/Icon/index.d.ts.map +1 -0
  165. package/dist/components/Icon/index.js +129 -0
  166. package/dist/components/Icon/index.js.map +1 -0
  167. package/dist/components/Icon/types.d.ts +19 -0
  168. package/dist/components/Icon/types.d.ts.map +1 -0
  169. package/dist/components/Icon/types.js +2 -0
  170. package/dist/components/Icon/types.js.map +1 -0
  171. package/dist/components/index.d.ts +1 -0
  172. package/dist/components/index.d.ts.map +1 -1
  173. package/dist/components/index.js +1 -0
  174. package/dist/components/index.js.map +1 -1
  175. package/dist/themes/odyssey/components.d.ts.map +1 -1
  176. package/dist/themes/odyssey/components.js +90 -3
  177. package/dist/themes/odyssey/components.js.map +1 -1
  178. package/package.json +3 -3
  179. package/scripts/resolveIconSrcPath.cjs +20 -0
  180. package/src/components/Icon/Add.tsx +42 -0
  181. package/src/components/Icon/AddCircle.tsx +44 -0
  182. package/src/components/Icon/AlertCircle.tsx +44 -0
  183. package/src/components/Icon/AlertCircleFilled.tsx +45 -0
  184. package/src/components/Icon/AlertTriangleFilled.tsx +45 -0
  185. package/src/components/Icon/Anchor.tsx +46 -0
  186. package/src/components/Icon/ArrowDown.tsx +44 -0
  187. package/src/components/Icon/ArrowLeft.tsx +44 -0
  188. package/src/components/Icon/ArrowRight.tsx +44 -0
  189. package/src/components/Icon/ArrowUp.tsx +44 -0
  190. package/src/components/Icon/Calendar.tsx +44 -0
  191. package/src/components/Icon/Check.tsx +44 -0
  192. package/src/components/Icon/CheckCircleFilled.tsx +45 -0
  193. package/src/components/Icon/ChevronDown.tsx +44 -0
  194. package/src/components/Icon/ChevronUp.tsx +44 -0
  195. package/src/components/Icon/Close.tsx +44 -0
  196. package/src/components/Icon/CloseCircleFilled.tsx +45 -0
  197. package/src/components/Icon/Copy.tsx +44 -0
  198. package/src/components/Icon/Delete.tsx +44 -0
  199. package/src/components/Icon/Download.tsx +44 -0
  200. package/src/components/Icon/DragHandle.tsx +44 -0
  201. package/src/components/Icon/Edit.tsx +44 -0
  202. package/src/components/Icon/ExternalLink.tsx +45 -0
  203. package/src/components/Icon/Eye.tsx +42 -0
  204. package/src/components/Icon/EyeOff.tsx +44 -0
  205. package/src/components/Icon/Filter.tsx +44 -0
  206. package/src/components/Icon/Globe.tsx +44 -0
  207. package/src/components/Icon/Home.tsx +44 -0
  208. package/src/components/Icon/Icon.test.tsx +51 -0
  209. package/src/components/Icon/Icon.tsx +40 -0
  210. package/src/components/Icon/InformationCircle.tsx +45 -0
  211. package/src/components/Icon/InformationCircleFilled.tsx +45 -0
  212. package/src/components/Icon/Notification.tsx +45 -0
  213. package/src/components/Icon/OverflowVertical.tsx +45 -0
  214. package/src/components/Icon/QuestionCircle.tsx +45 -0
  215. package/src/components/Icon/QuestionCircleFilled.tsx +45 -0
  216. package/src/components/Icon/Search.tsx +44 -0
  217. package/src/components/Icon/Settings.tsx +42 -0
  218. package/src/components/Icon/Subtract.tsx +44 -0
  219. package/src/components/Icon/SvgIcon.ts +14 -0
  220. package/src/components/Icon/User.tsx +44 -0
  221. package/src/components/Icon/index.tsx +170 -0
  222. package/src/components/Icon/types.ts +20 -0
  223. package/src/components/index.ts +1 -0
  224. package/src/themes/odyssey/components.ts +80 -4
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type AddCircleIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const AddCircleIcon = forwardRef<SVGSVGElement, AddCircleIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM7.5 11V8.5H5V7.5H7.5V5H8.5V7.5H11V8.5H8.5V11H7.5Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ AddCircleIcon.displayName = "AddCircleIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type AlertCircleIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const AlertCircleIcon = forwardRef<SVGSVGElement, AlertCircleIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 12C8.14834 12 8.29334 11.956 8.41668 11.8736C8.54001 11.7912 8.63614 11.6741 8.69291 11.537C8.74968 11.4 8.76453 11.2492 8.73559 11.1037C8.70665 10.9582 8.63522 10.8246 8.53033 10.7197C8.42544 10.6148 8.29181 10.5434 8.14632 10.5144C8.00083 10.4855 7.85003 10.5003 7.71299 10.5571C7.57594 10.6139 7.45881 10.71 7.3764 10.8333C7.29399 10.9567 7.25 11.1017 7.25 11.25C7.25 11.4489 7.32902 11.6397 7.46967 11.7803C7.61032 11.921 7.80109 12 8 12ZM7.5 8.5C7.5 8.77614 7.72386 9 8 9C8.27614 9 8.5 8.77614 8.5 8.5V4H7.5L7.5 8.5Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ AlertCircleIcon.displayName = "AlertCircleIcon";
@@ -0,0 +1,45 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type AlertCircleFilledIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const AlertCircleFilledIcon = forwardRef<
22
+ SVGSVGElement,
23
+ AlertCircleFilledIconProps
24
+ >((props, ref) => {
25
+ return (
26
+ <SvgIcon
27
+ viewBox="0 0 16 16"
28
+ fill="none"
29
+ xmlns="http://www.w3.org/2000/svg"
30
+ ref={ref}
31
+ {...props}
32
+ >
33
+ <>
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 9C7.72386 9 7.5 8.77614 7.5 8.5L7.5 4H8.5V8.5C8.5 8.77614 8.27614 9 8 9ZM8 12C8.14834 12 8.29334 11.956 8.41668 11.8736C8.54001 11.7912 8.63614 11.6741 8.69291 11.537C8.74968 11.4 8.76453 11.2492 8.73559 11.1037C8.70665 10.9582 8.63522 10.8246 8.53033 10.7197C8.42544 10.6148 8.2918 10.5434 8.14632 10.5144C8.00083 10.4855 7.85003 10.5003 7.71299 10.5571C7.57594 10.6139 7.45881 10.71 7.3764 10.8333C7.29399 10.9567 7.25 11.1017 7.25 11.25C7.25 11.4489 7.32902 11.6397 7.46967 11.7803C7.61032 11.921 7.80109 12 8 12Z"
38
+ fill="currentColor"
39
+ />
40
+ </>
41
+ </SvgIcon>
42
+ );
43
+ });
44
+
45
+ AlertCircleFilledIcon.displayName = "AlertCircleFilledIcon";
@@ -0,0 +1,45 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type AlertTriangleFilledIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const AlertTriangleFilledIcon = forwardRef<
22
+ SVGSVGElement,
23
+ AlertTriangleFilledIconProps
24
+ >((props, ref) => {
25
+ return (
26
+ <SvgIcon
27
+ viewBox="0 0 16 16"
28
+ fill="none"
29
+ xmlns="http://www.w3.org/2000/svg"
30
+ ref={ref}
31
+ {...props}
32
+ >
33
+ <>
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M13.983 14.6471C13.4706 15 12.6329 15 10.9575 15H5.04248C3.36707 15 2.52937 15 2.01699 14.6471C1.56939 14.3387 1.26655 13.8615 1.17816 13.3252C1.07698 12.7114 1.43367 11.9534 2.14706 10.4374L5.10455 4.15277C6.02878 2.18879 6.49089 1.2068 7.12576 0.898255C7.6777 0.630012 8.32225 0.630012 8.87419 0.898255C9.50906 1.2068 9.97117 2.18879 10.8954 4.15277L13.8529 10.4374C14.5663 11.9534 14.923 12.7114 14.8218 13.3252C14.7334 13.8615 14.4306 14.3387 13.983 14.6471ZM7.99998 10C7.72383 10 7.49998 9.77614 7.49998 9.5L7.49998 5H8.49998L8.49998 9.5C8.49998 9.77614 8.27612 10 7.99998 10ZM7.99998 13C8.14831 13 8.29332 12.956 8.41665 12.8736C8.53999 12.7912 8.63612 12.6741 8.69288 12.537C8.74965 12.4 8.7645 12.2492 8.73556 12.1037C8.70662 11.9582 8.6352 11.8246 8.53031 11.7197C8.42542 11.6148 8.29178 11.5434 8.14629 11.5144C8.00081 11.4855 7.85001 11.5003 7.71296 11.5571C7.57592 11.6139 7.45878 11.71 7.37637 11.8333C7.29396 11.9567 7.24998 12.1017 7.24998 12.25C7.24998 12.4489 7.32899 12.6397 7.46964 12.7803C7.6103 12.921 7.80106 13 7.99998 13Z"
38
+ fill="currentColor"
39
+ />
40
+ </>
41
+ </SvgIcon>
42
+ );
43
+ });
44
+
45
+ AlertTriangleFilledIcon.displayName = "AlertTriangleFilledIcon";
@@ -0,0 +1,46 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type AnchorIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const AnchorIcon = forwardRef<SVGSVGElement, AnchorIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ d="M8.32067 5.67758C7.79559 5.1527 7.08356 4.85784 6.34113 4.85784C5.59869 4.85784 4.88666 5.1527 4.36158 5.67758L1.81825 8.22267C1.42752 8.61434 1.16158 9.11298 1.054 9.65566C0.946411 10.1983 1.002 10.7607 1.21375 11.2718C1.42549 11.783 1.78391 12.2199 2.24375 12.5275C2.7036 12.8351 3.24426 12.9996 3.7975 13.0002C4.16467 13.0014 4.52845 12.9299 4.86785 12.7899C5.20725 12.6498 5.51557 12.4439 5.775 12.1841L7.875 10.0841C7.90289 10.0561 7.92186 10.0204 7.92951 9.98164C7.93716 9.94285 7.93315 9.90267 7.91798 9.86616C7.90282 9.82966 7.87718 9.79846 7.8443 9.77651C7.81143 9.75456 7.77278 9.74284 7.73325 9.74283H7.65333C7.2146 9.74422 6.77983 9.6598 6.3735 9.49433C6.33683 9.47928 6.29652 9.47546 6.25768 9.48336C6.21884 9.49125 6.18322 9.5105 6.15533 9.53867L4.64567 11.0501C4.53494 11.1648 4.40246 11.2563 4.25599 11.3192C4.10951 11.3822 3.95196 11.4153 3.79254 11.4167C3.63311 11.4181 3.475 11.3878 3.32744 11.3274C3.17988 11.2671 3.04582 11.1779 2.93308 11.0652C2.82035 10.9524 2.7312 10.8184 2.67084 10.6708C2.61047 10.5232 2.58011 10.3651 2.58151 10.2057C2.58292 10.0463 2.61606 9.88874 2.67901 9.74226C2.74197 9.59579 2.83346 9.46332 2.94817 9.35258L5.50083 6.80167C5.72581 6.577 6.03076 6.45081 6.34871 6.45081C6.66666 6.45081 6.9716 6.577 7.19658 6.80167C7.51217 7.09917 8.0045 7.09917 8.32008 6.80167C8.456 6.66575 8.53825 6.4855 8.55225 6.29417C8.55948 6.18089 8.54252 6.06738 8.50249 5.96117C8.46246 5.85496 8.40028 5.75849 8.32008 5.67817L8.32067 5.67758Z"
34
+ fill="currentColor"
35
+ />
36
+ <path
37
+ d="M12.1783 1.82C11.6532 1.29512 10.9411 1.00026 10.1987 1.00026C9.45628 1.00026 8.74424 1.29512 8.21917 1.82L6.1215 3.91533C6.09294 3.94353 6.07351 3.97966 6.06575 4.01903C6.05798 4.05841 6.06224 4.09921 6.07797 4.13614C6.09369 4.17306 6.12016 4.2044 6.15393 4.22609C6.1877 4.24778 6.22721 4.25881 6.26733 4.25775H6.34142C6.77945 4.25689 7.21343 4.3417 7.61892 4.50742C7.65553 4.52254 7.6958 4.52645 7.73464 4.51866C7.77348 4.51088 7.80913 4.49173 7.83708 4.46367L9.34267 2.95983C9.4534 2.84513 9.58587 2.75363 9.73235 2.69068C9.87882 2.62773 10.0364 2.59458 10.1958 2.59318C10.3552 2.59177 10.5133 2.62214 10.6609 2.6825C10.8085 2.74286 10.9425 2.83201 11.0553 2.94475C11.168 3.05748 11.2571 3.19155 11.3175 3.33911C11.3779 3.48667 11.4082 3.64478 11.4068 3.8042C11.4054 3.96363 11.3723 4.12118 11.3093 4.26765C11.2464 4.41413 11.1549 4.5466 11.0402 4.65733L9.16475 6.531L9.149 6.54908L8.49275 7.20125C8.26777 7.42591 7.96282 7.5521 7.64487 7.5521C7.32693 7.5521 7.02198 7.42591 6.797 7.20125C6.6449 7.05827 6.444 6.97867 6.23525 6.97867C6.0265 6.97867 5.8256 7.05827 5.6735 7.20125C5.53679 7.33809 5.45431 7.51984 5.44133 7.71283C5.42675 7.94208 5.51133 8.16608 5.6735 8.32883C5.90474 8.56121 6.17531 8.75081 6.47267 8.88883C6.51525 8.90866 6.55725 8.925 6.59925 8.9425C6.64125 8.96058 6.685 8.97458 6.72758 8.99091C6.769 9.00666 6.81333 9.02066 6.85533 9.03291L6.97317 9.06441C7.05308 9.08483 7.133 9.10058 7.21525 9.11458C7.31383 9.12916 7.41358 9.1385 7.51275 9.14258H7.66442L7.78517 9.12858C7.82892 9.12683 7.875 9.11691 7.92692 9.11691H7.99517L8.13283 9.0965L8.197 9.08483L8.31308 9.06091H8.33467C8.82594 8.93747 9.27452 8.68304 9.63258 8.32475L12.1783 5.77908C12.7031 5.25401 12.998 4.54197 12.998 3.79954C12.998 3.05711 12.7031 2.34507 12.1783 1.82V1.82Z"
38
+ fill="currentColor"
39
+ />
40
+ </>
41
+ </SvgIcon>
42
+ );
43
+ }
44
+ );
45
+
46
+ AnchorIcon.displayName = "AnchorIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type ArrowDownIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const ArrowDownIcon = forwardRef<SVGSVGElement, ArrowDownIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M8.50001 13.2929L12.6465 9.14645L13.3536 9.85355L8.35356 14.8536C8.1583 15.0488 7.84172 15.0488 7.64645 14.8536L2.64645 9.85355L3.35356 9.14645L7.50001 13.2929L7.50001 1L8.50001 1L8.50001 13.2929Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ ArrowDownIcon.displayName = "ArrowDownIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type ArrowLeftIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const ArrowLeftIcon = forwardRef<SVGSVGElement, ArrowLeftIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M2.70711 8.5L6.85355 12.6464L6.14645 13.3536L1.14645 8.35355C0.951185 8.15829 0.951185 7.84171 1.14645 7.64645L6.14645 2.64645L6.85355 3.35355L2.70711 7.5L15 7.5L15 8.5L2.70711 8.5Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ ArrowLeftIcon.displayName = "ArrowLeftIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type ArrowRightIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const ArrowRightIcon = forwardRef<SVGSVGElement, ArrowRightIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M13.2929 7.5L9.14645 3.35355L9.85355 2.64645L14.8536 7.64645C15.0488 7.84171 15.0488 8.15829 14.8536 8.35355L9.85355 13.3536L9.14645 12.6464L13.2929 8.5H1V7.5H13.2929Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ ArrowRightIcon.displayName = "ArrowRightIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type ArrowUpIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const ArrowUpIcon = forwardRef<SVGSVGElement, ArrowUpIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M7.50001 2.70711L3.35356 6.85355L2.64645 6.14645L7.64645 1.14645C7.84172 0.951185 8.1583 0.951185 8.35356 1.14645L13.3536 6.14645L12.6465 6.85355L8.50001 2.70711L8.50001 15L7.50001 15L7.50001 2.70711Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ ArrowUpIcon.displayName = "ArrowUpIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type CalendarIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const CalendarIcon = forwardRef<SVGSVGElement, CalendarIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M5 3V4H6V3H10V4H11V3H14V6H2V3H5ZM5 2H2H1V3V11.8C1 12.9201 1 13.4802 1.21799 13.908C1.40973 14.2843 1.71569 14.5903 2.09202 14.782C2.51984 15 3.0799 15 4.2 15H11.8C12.9201 15 13.4802 15 13.908 14.782C14.2843 14.5903 14.5903 14.2843 14.782 13.908C15 13.4802 15 12.9201 15 11.8V3V2H14H11V0H10V2H6V0H5V2ZM2 11.8V7H14V11.8C14 12.3766 13.9992 12.7488 13.9761 13.0322C13.9539 13.3038 13.9162 13.4045 13.891 13.454C13.7951 13.6422 13.6422 13.7951 13.454 13.891C13.4045 13.9162 13.3038 13.9539 13.0322 13.9761C12.7488 13.9992 12.3766 14 11.8 14H4.2C3.62345 14 3.25117 13.9992 2.96784 13.9761C2.69617 13.9539 2.59545 13.9162 2.54601 13.891C2.35785 13.7951 2.20487 13.6422 2.10899 13.454C2.0838 13.4045 2.04612 13.3038 2.02393 13.0322C2.00078 12.7488 2 12.3766 2 11.8Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ CalendarIcon.displayName = "CalendarIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type CheckIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const CheckIcon = forwardRef<SVGSVGElement, CheckIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M14.3536 4.35355L6.35355 12.3536C6.15829 12.5488 5.84171 12.5488 5.64645 12.3536L1.64645 8.35355L2.35355 7.64645L6 11.2929L13.6464 3.64645L14.3536 4.35355Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ CheckIcon.displayName = "CheckIcon";
@@ -0,0 +1,45 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type CheckCircleFilledIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const CheckCircleFilledIcon = forwardRef<
22
+ SVGSVGElement,
23
+ CheckCircleFilledIconProps
24
+ >((props, ref) => {
25
+ return (
26
+ <SvgIcon
27
+ viewBox="0 0 16 16"
28
+ fill="none"
29
+ xmlns="http://www.w3.org/2000/svg"
30
+ ref={ref}
31
+ {...props}
32
+ >
33
+ <>
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM7.35355 10.3536L11.3536 6.35355L10.6464 5.64645L7 9.29289L5.35355 7.64645L4.64645 8.35355L6.64645 10.3536C6.84171 10.5488 7.15829 10.5488 7.35355 10.3536Z"
38
+ fill="currentColor"
39
+ />
40
+ </>
41
+ </SvgIcon>
42
+ );
43
+ });
44
+
45
+ CheckCircleFilledIcon.displayName = "CheckCircleFilledIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type ChevronDownIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const ChevronDownIcon = forwardRef<SVGSVGElement, ChevronDownIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M8 10.2929L12.6464 5.64645L13.3536 6.35355L8.35355 11.3536C8.15829 11.5488 7.84171 11.5488 7.64645 11.3536L2.64645 6.35355L3.35355 5.64645L8 10.2929Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ ChevronDownIcon.displayName = "ChevronDownIcon";
@@ -0,0 +1,44 @@
1
+ /*!
2
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+
13
+ // Code automatically generated by svgr; DO NOT EDIT.
14
+
15
+ import { forwardRef } from "react";
16
+ import { SvgIcon } from "./SvgIcon";
17
+ import type { SvgIconNoChildrenProps } from "./types";
18
+
19
+ export type ChevronUpIconProps = SvgIconNoChildrenProps;
20
+
21
+ export const ChevronUpIcon = forwardRef<SVGSVGElement, ChevronUpIconProps>(
22
+ (props, ref) => {
23
+ return (
24
+ <SvgIcon
25
+ viewBox="0 0 16 16"
26
+ fill="none"
27
+ xmlns="http://www.w3.org/2000/svg"
28
+ ref={ref}
29
+ {...props}
30
+ >
31
+ <>
32
+ <path
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
35
+ d="M8 5.70711L3.35355 10.3536L2.64645 9.64645L7.64645 4.64645C7.84171 4.45118 8.15829 4.45118 8.35355 4.64645L13.3536 9.64645L12.6464 10.3536L8 5.70711Z"
36
+ fill="currentColor"
37
+ />
38
+ </>
39
+ </SvgIcon>
40
+ );
41
+ }
42
+ );
43
+
44
+ ChevronUpIcon.displayName = "ChevronUpIcon";