@okta/odyssey-react-mui 0.15.0 → 0.15.1

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 (89) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/components/Icon/Add.js.map +1 -1
  3. package/dist/components/Icon/AddCircle.js.map +1 -1
  4. package/dist/components/Icon/AlertCircle.js.map +1 -1
  5. package/dist/components/Icon/AlertCircleFilled.js.map +1 -1
  6. package/dist/components/Icon/AlertTriangleFilled.js.map +1 -1
  7. package/dist/components/Icon/Anchor.js.map +1 -1
  8. package/dist/components/Icon/ArrowDown.js.map +1 -1
  9. package/dist/components/Icon/ArrowLeft.js.map +1 -1
  10. package/dist/components/Icon/ArrowRight.js.map +1 -1
  11. package/dist/components/Icon/ArrowUp.js.map +1 -1
  12. package/dist/components/Icon/ArrowUpDown.d.ts +16 -0
  13. package/dist/components/Icon/ArrowUpDown.d.ts.map +1 -0
  14. package/dist/components/Icon/ArrowUpDown.js +34 -0
  15. package/dist/components/Icon/ArrowUpDown.js.map +1 -0
  16. package/dist/components/Icon/Calendar.js.map +1 -1
  17. package/dist/components/Icon/Check.js.map +1 -1
  18. package/dist/components/Icon/CheckCircleFilled.js.map +1 -1
  19. package/dist/components/Icon/ChevronDown.js.map +1 -1
  20. package/dist/components/Icon/ChevronUp.js.map +1 -1
  21. package/dist/components/Icon/Close.js.map +1 -1
  22. package/dist/components/Icon/CloseCircleFilled.js.map +1 -1
  23. package/dist/components/Icon/Copy.js.map +1 -1
  24. package/dist/components/Icon/Delete.js.map +1 -1
  25. package/dist/components/Icon/Download.js.map +1 -1
  26. package/dist/components/Icon/DragHandle.js.map +1 -1
  27. package/dist/components/Icon/Edit.js.map +1 -1
  28. package/dist/components/Icon/ExternalLink.js.map +1 -1
  29. package/dist/components/Icon/Eye.js.map +1 -1
  30. package/dist/components/Icon/EyeOff.js.map +1 -1
  31. package/dist/components/Icon/Filter.js.map +1 -1
  32. package/dist/components/Icon/Globe.js.map +1 -1
  33. package/dist/components/Icon/Home.js.map +1 -1
  34. package/dist/components/Icon/Icon.js +6 -5
  35. package/dist/components/Icon/Icon.js.map +1 -1
  36. package/dist/components/Icon/InformationCircle.js.map +1 -1
  37. package/dist/components/Icon/InformationCircleFilled.js.map +1 -1
  38. package/dist/components/Icon/Notification.js.map +1 -1
  39. package/dist/components/Icon/OverflowVertical.js.map +1 -1
  40. package/dist/components/Icon/QuestionCircle.js.map +1 -1
  41. package/dist/components/Icon/QuestionCircleFilled.js.map +1 -1
  42. package/dist/components/Icon/Search.js.map +1 -1
  43. package/dist/components/Icon/Settings.js.map +1 -1
  44. package/dist/components/Icon/Subtract.js.map +1 -1
  45. package/dist/components/Icon/SvgIcon.js.map +1 -1
  46. package/dist/components/Icon/User.js.map +1 -1
  47. package/dist/components/Icon/UserGroup.js.map +1 -1
  48. package/dist/components/Icon/index.d.ts +2 -0
  49. package/dist/components/Icon/index.d.ts.map +1 -1
  50. package/dist/components/Icon/index.js +3 -0
  51. package/dist/components/Icon/index.js.map +1 -1
  52. package/dist/components/Icon/types.js.map +1 -1
  53. package/dist/components/Link/Link.js.map +1 -1
  54. package/dist/components/Link/index.js.map +1 -1
  55. package/dist/components/PasswordInput/PasswordInput.js +1 -3
  56. package/dist/components/PasswordInput/PasswordInput.js.map +1 -1
  57. package/dist/components/PasswordInput/index.js.map +1 -1
  58. package/dist/components/index.js.map +1 -1
  59. package/dist/index.js.map +1 -1
  60. package/dist/themes/index.js.map +1 -1
  61. package/dist/themes/odyssey/components.d.ts.map +1 -1
  62. package/dist/themes/odyssey/components.js +955 -600
  63. package/dist/themes/odyssey/components.js.map +1 -1
  64. package/dist/themes/odyssey/components.types.d.ts +10 -1
  65. package/dist/themes/odyssey/components.types.d.ts.map +1 -1
  66. package/dist/themes/odyssey/components.types.js.map +1 -1
  67. package/dist/themes/odyssey/index.js.map +1 -1
  68. package/dist/themes/odyssey/mixins.js.map +1 -1
  69. package/dist/themes/odyssey/mixins.types.js.map +1 -1
  70. package/dist/themes/odyssey/palette.js.map +1 -1
  71. package/dist/themes/odyssey/palette.types.js.map +1 -1
  72. package/dist/themes/odyssey/shape.js.map +1 -1
  73. package/dist/themes/odyssey/spacing.js.map +1 -1
  74. package/dist/themes/odyssey/theme.js.map +1 -1
  75. package/dist/themes/odyssey/typography.js.map +1 -1
  76. package/dist/themes/odyssey/typography.types.d.ts +0 -1
  77. package/dist/themes/odyssey/typography.types.d.ts.map +1 -1
  78. package/dist/themes/odyssey/typography.types.js.map +1 -1
  79. package/dist/utils/index.js.map +1 -1
  80. package/dist/utils/oid.d.ts +1 -1
  81. package/dist/utils/oid.d.ts.map +1 -1
  82. package/dist/utils/oid.js.map +1 -1
  83. package/jest.config.cjs +1 -0
  84. package/package.json +4 -3
  85. package/src/components/Icon/ArrowUpDown.tsx +44 -0
  86. package/src/components/Icon/index.tsx +4 -0
  87. package/src/themes/odyssey/components.tsx +243 -6
  88. package/src/themes/odyssey/components.types.ts +11 -1
  89. package/src/themes/odyssey/typography.types.ts +4 -5
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Edit.tsx"],"names":["forwardRef","SvgIcon","EditIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,ocAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.3536 2.06066C10.1583 1.8654 9.84171 1.8654 9.64645 2.06066L8.70711 3L11 5.29289L11.9393 4.35355C12.1346 4.15829 12.1346 3.84171 11.9393 3.64645L10.3536 2.06066ZM2 9.70711L8 3.70711L10.2929 6L4.29289 12H2V9.70711ZM8.93934 1.35355C9.52513 0.767767 10.4749 0.767766 11.0607 1.35355L12.6464 2.93934C13.2322 3.52513 13.2322 4.47487 12.6464 5.06066L4.85355 12.8536L4.70711 13H4.5H1.5H1V12.5V9.5V9.29289L1.14645 9.14645L8.93934 1.35355ZM1 14V15H15V14H1Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nEditIcon.displayName = \"EditIcon\";\n"],"file":"Edit.js"}
1
+ {"version":3,"file":"Edit.js","names":["forwardRef","SvgIcon","EditIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Edit.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.3536 2.06066C10.1583 1.8654 9.84171 1.8654 9.64645 2.06066L8.70711 3L11 5.29289L11.9393 4.35355C12.1346 4.15829 12.1346 3.84171 11.9393 3.64645L10.3536 2.06066ZM2 9.70711L8 3.70711L10.2929 6L4.29289 12H2V9.70711ZM8.93934 1.35355C9.52513 0.767767 10.4749 0.767766 11.0607 1.35355L12.6464 2.93934C13.2322 3.52513 13.2322 4.47487 12.6464 5.06066L4.85355 12.8536L4.70711 13H4.5H1.5H1V12.5V9.5V9.29289L1.14645 9.14645L8.93934 1.35355ZM1 14V15H15V14H1Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,ocAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/ExternalLink.tsx"],"names":["forwardRef","SvgIcon","ExternalLinkIcon","props","ref","displayName"],"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;AAChB,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,yKAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CAtByC,CAAnC;AAwBPD,gBAAgB,CAACG,WAAjB,GAA+B,kBAA/B","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.2929 2H7.99998V1H14.5C14.7761 1 15 1.22386 15 1.5V8H14V2.70711L6.35353 10.3536L5.64642 9.64645L13.2929 2ZM1.5 4H1V4.5V14.5V15H1.5H11.5H12V14.5V8H11V14H2V5H8V4H1.5Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nExternalLinkIcon.displayName = \"ExternalLinkIcon\";\n"],"file":"ExternalLink.js"}
1
+ {"version":3,"file":"ExternalLink.js","names":["forwardRef","SvgIcon","ExternalLinkIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/ExternalLink.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.2929 2H7.99998V1H14.5C14.7761 1 15 1.22386 15 1.5V8H14V2.70711L6.35353 10.3536L5.64642 9.64645L13.2929 2ZM1.5 4H1V4.5V14.5V15H1.5H11.5H12V14.5V8H11V14H2V5H8V4H1.5Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,yKAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtByC,CAAnC;AAwBPD,gBAAgB,CAACG,WAAjB,GAA+B,kBAA/B"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Eye.tsx"],"names":["forwardRef","SvgIcon","EyeIcon","props","ref","displayName"],"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;AAC7E,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,0nBAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CAnBgC,CAA1B;AAqBPD,OAAO,CAACG,WAAR,GAAsB,SAAtB","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.89765 11.5506C2.89626 10.6994 2.04176 9.50056 1.15617 8C2.04176 6.49944 2.89626 5.30062 3.89765 4.44944C4.96916 3.53865 6.24031 3 8 3C9.75969 3 11.0308 3.53865 12.1024 4.44944C13.1037 5.30062 13.9582 6.49944 14.8438 8C13.9582 9.50056 13.1037 10.6994 12.1024 11.5506C11.0308 12.4613 9.75969 13 8 13C6.24031 13 4.96916 12.4613 3.89765 11.5506ZM8 14C12 14 14 11.5 16 8C14 4.5 12 2 8 2C4 2 2 4.5 0 8C2 11.5 4 14 8 14ZM11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8ZM12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nEyeIcon.displayName = \"EyeIcon\";\n"],"file":"Eye.js"}
1
+ {"version":3,"file":"Eye.js","names":["forwardRef","SvgIcon","EyeIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Eye.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.89765 11.5506C2.89626 10.6994 2.04176 9.50056 1.15617 8C2.04176 6.49944 2.89626 5.30062 3.89765 4.44944C4.96916 3.53865 6.24031 3 8 3C9.75969 3 11.0308 3.53865 12.1024 4.44944C13.1037 5.30062 13.9582 6.49944 14.8438 8C13.9582 9.50056 13.1037 10.6994 12.1024 11.5506C11.0308 12.4613 9.75969 13 8 13C6.24031 13 4.96916 12.4613 3.89765 11.5506ZM8 14C12 14 14 11.5 16 8C14 4.5 12 2 8 2C4 2 2 4.5 0 8C2 11.5 4 14 8 14ZM11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8ZM12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,0nBAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAnBgC,CAA1B;AAqBPD,OAAO,CAACG,WAAR,GAAsB,SAAtB"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/EyeOff.tsx"],"names":["forwardRef","SvgIcon","EyeOffIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,iqDAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.2002 2.67473C10.2857 2.23976 9.23874 2 8 2C4 2 2 4.5 0 8C0.761481 9.33259 1.52296 10.5202 2.39483 11.4801L3.10273 10.7722C2.42492 10.0187 1.79873 9.08876 1.15617 8C2.04176 6.49944 2.89626 5.30062 3.89765 4.44944C4.96916 3.53865 6.24031 3 8 3C8.9379 3 9.73701 3.15302 10.4411 3.43384L11.2002 2.67473ZM12.0986 3.19056L11.3765 3.91261C11.3773 3.9131 11.3781 3.91358 11.3788 3.91407L10.4528 4.84007C10.4521 4.83952 10.4514 4.83898 10.4507 4.83843L9.73607 5.55306C9.7368 5.55358 9.73754 5.5541 9.73827 5.55463L5.55463 9.73827C5.55411 9.73754 5.55359 9.7368 5.55307 9.73607L4.83843 10.4507C4.83898 10.4514 4.83952 10.4521 4.84007 10.4528L3.81429 11.4786C3.81362 11.478 3.81295 11.4774 3.81229 11.4769L3.10385 12.1853C3.10451 12.1859 3.10517 12.1865 3.10584 12.1871L1.14645 14.1464L1.85355 14.8536L3.89919 12.8079C5.01562 13.5665 6.33443 14 8 14C12 14 14 11.5 16 8C15.0387 6.31779 14.0775 4.8666 12.8942 3.81294L14.8536 1.85355L14.1464 1.14645L12.1008 3.19208C12.1001 3.19158 12.0993 3.19107 12.0986 3.19056ZM4.31541 9.55951L5.10082 8.7741C5.03505 8.52715 5 8.26767 5 8C5 6.34315 6.34315 5 8 5C8.26767 5 8.52715 5.03505 8.7741 5.10082L9.55951 4.31541C9.08028 4.11232 8.55326 4 8 4C5.79086 4 4 5.79086 4 8C4 8.55326 4.11232 9.08028 4.31541 9.55951ZM12.1857 4.52139L11.1599 5.54718C11.6865 6.22452 12 7.07564 12 8C12 10.2091 10.2091 12 8 12C7.07564 12 6.22452 11.6865 5.54718 11.1599L4.62118 12.0859C5.53979 12.6685 6.61957 13 8 13C9.75969 13 11.0308 12.4613 12.1024 11.5506C13.1037 10.6994 13.9582 9.50056 14.8438 8C13.9829 6.54125 13.1514 5.36765 12.1857 4.52139ZM10.4454 6.26173L6.26173 10.4454C6.75214 10.7946 7.35209 11 8 11C9.65685 11 11 9.65685 11 8C11 7.35208 10.7946 6.75214 10.4454 6.26173Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nEyeOffIcon.displayName = \"EyeOffIcon\";\n"],"file":"EyeOff.js"}
1
+ {"version":3,"file":"EyeOff.js","names":["forwardRef","SvgIcon","EyeOffIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/EyeOff.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.2002 2.67473C10.2857 2.23976 9.23874 2 8 2C4 2 2 4.5 0 8C0.761481 9.33259 1.52296 10.5202 2.39483 11.4801L3.10273 10.7722C2.42492 10.0187 1.79873 9.08876 1.15617 8C2.04176 6.49944 2.89626 5.30062 3.89765 4.44944C4.96916 3.53865 6.24031 3 8 3C8.9379 3 9.73701 3.15302 10.4411 3.43384L11.2002 2.67473ZM12.0986 3.19056L11.3765 3.91261C11.3773 3.9131 11.3781 3.91358 11.3788 3.91407L10.4528 4.84007C10.4521 4.83952 10.4514 4.83898 10.4507 4.83843L9.73607 5.55306C9.7368 5.55358 9.73754 5.5541 9.73827 5.55463L5.55463 9.73827C5.55411 9.73754 5.55359 9.7368 5.55307 9.73607L4.83843 10.4507C4.83898 10.4514 4.83952 10.4521 4.84007 10.4528L3.81429 11.4786C3.81362 11.478 3.81295 11.4774 3.81229 11.4769L3.10385 12.1853C3.10451 12.1859 3.10517 12.1865 3.10584 12.1871L1.14645 14.1464L1.85355 14.8536L3.89919 12.8079C5.01562 13.5665 6.33443 14 8 14C12 14 14 11.5 16 8C15.0387 6.31779 14.0775 4.8666 12.8942 3.81294L14.8536 1.85355L14.1464 1.14645L12.1008 3.19208C12.1001 3.19158 12.0993 3.19107 12.0986 3.19056ZM4.31541 9.55951L5.10082 8.7741C5.03505 8.52715 5 8.26767 5 8C5 6.34315 6.34315 5 8 5C8.26767 5 8.52715 5.03505 8.7741 5.10082L9.55951 4.31541C9.08028 4.11232 8.55326 4 8 4C5.79086 4 4 5.79086 4 8C4 8.55326 4.11232 9.08028 4.31541 9.55951ZM12.1857 4.52139L11.1599 5.54718C11.6865 6.22452 12 7.07564 12 8C12 10.2091 10.2091 12 8 12C7.07564 12 6.22452 11.6865 5.54718 11.1599L4.62118 12.0859C5.53979 12.6685 6.61957 13 8 13C9.75969 13 11.0308 12.4613 12.1024 11.5506C13.1037 10.6994 13.9582 9.50056 14.8438 8C13.9829 6.54125 13.1514 5.36765 12.1857 4.52139ZM10.4454 6.26173L6.26173 10.4454C6.75214 10.7946 7.35209 11 8 11C9.65685 11 11 9.65685 11 8C11 7.35208 10.7946 6.75214 10.4454 6.26173Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,iqDAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Filter.tsx"],"names":["forwardRef","SvgIcon","FilterIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,gEAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1 2H15V3H1V2ZM3 6H13V7H3V6ZM11 10H5V11H11V10ZM7 14H9V15H7V14Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nFilterIcon.displayName = \"FilterIcon\";\n"],"file":"Filter.js"}
1
+ {"version":3,"file":"Filter.js","names":["forwardRef","SvgIcon","FilterIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Filter.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1 2H15V3H1V2ZM3 6H13V7H3V6ZM11 10H5V11H11V10ZM7 14H9V15H7V14Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,gEAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Globe.tsx"],"names":["forwardRef","SvgIcon","GlobeIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,gwBAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApBgC,CAA5B;AAuBPD,SAAS,CAACG,WAAV,GAAwB,WAAxB","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.51068 8.5H1.01758C1.24552 11.7297 3.6644 14.3544 6.79697 14.897C5.44825 13.1001 4.61317 10.8946 4.51068 8.5ZM5.51169 8.5H10.4883C10.3759 10.8991 9.45874 13.087 8 14.8011C6.54126 13.087 5.6241 10.8991 5.51169 8.5ZM10.4883 7.5H5.51169C5.6241 5.10093 6.54126 2.91302 8 1.19892C9.45874 2.91302 10.3759 5.10093 10.4883 7.5ZM11.4893 8.5C11.3868 10.8946 10.5517 13.1001 9.20303 14.897C12.3356 14.3544 14.7545 11.7297 14.9824 8.5H11.4893ZM14.9824 7.5H11.4893C11.3868 5.10539 10.5518 2.89994 9.20303 1.10298C12.3356 1.64557 14.7545 4.27033 14.9824 7.5ZM4.51068 7.5H1.01758C1.24552 4.27033 3.6644 1.64558 6.79697 1.10298C5.44825 2.89994 4.61317 5.10539 4.51068 7.5ZM16 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 8Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nGlobeIcon.displayName = \"GlobeIcon\";\n"],"file":"Globe.js"}
1
+ {"version":3,"file":"Globe.js","names":["forwardRef","SvgIcon","GlobeIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Globe.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.51068 8.5H1.01758C1.24552 11.7297 3.6644 14.3544 6.79697 14.897C5.44825 13.1001 4.61317 10.8946 4.51068 8.5ZM5.51169 8.5H10.4883C10.3759 10.8991 9.45874 13.087 8 14.8011C6.54126 13.087 5.6241 10.8991 5.51169 8.5ZM10.4883 7.5H5.51169C5.6241 5.10093 6.54126 2.91302 8 1.19892C9.45874 2.91302 10.3759 5.10093 10.4883 7.5ZM11.4893 8.5C11.3868 10.8946 10.5517 13.1001 9.20303 14.897C12.3356 14.3544 14.7545 11.7297 14.9824 8.5H11.4893ZM14.9824 7.5H11.4893C11.3868 5.10539 10.5518 2.89994 9.20303 1.10298C12.3356 1.64557 14.7545 4.27033 14.9824 7.5ZM4.51068 7.5H1.01758C1.24552 4.27033 3.6644 1.64558 6.79697 1.10298C5.44825 2.89994 4.61317 5.10539 4.51068 7.5ZM16 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 8Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,gwBAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBgC,CAA5B;AAuBPD,SAAS,CAACG,WAAV,GAAwB,WAAxB"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Home.tsx"],"names":["forwardRef","SvgIcon","HomeIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,kkCAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1 6.5601L1.32428 6.26285L7.32428 0.762845L8 0.143431L8.67573 0.762845L14.6757 6.26285L15 6.5601V7V12.4985L15 12.525C15 12.7351 15 12.9397 14.9882 13.1138C14.9752 13.3041 14.9447 13.5299 14.8478 13.7639C14.6448 14.254 14.2554 14.6433 13.7654 14.8463C13.5313 14.9432 13.3056 14.9737 13.1152 14.9867C12.9411 14.9986 12.7365 14.9986 12.5265 14.9985L12.5 14.9985H11H10V13.9985V10C10 8.89543 9.10457 8 8 8C6.89543 8 6 8.89543 6 10V13.9985V14.9985H5H3.5L3.47352 14.9985C3.26348 14.9986 3.05886 14.9986 2.88478 14.9867C2.6944 14.9737 2.46868 14.9432 2.23464 14.8463C1.74458 14.6433 1.35523 14.254 1.15224 13.7639C1.0553 13.5299 1.02483 13.3041 1.01184 13.1138C0.99996 12.9397 0.999981 12.7351 1 12.525L1 12.4985V7V6.5601ZM8 1.5L2 7V12.4985C2 12.9645 2 13.1975 2.07612 13.3812C2.17762 13.6263 2.37229 13.8209 2.61732 13.9224C2.80109 13.9985 3.03406 13.9985 3.5 13.9985H4H5V12.9985V10C5 8.34315 6.34315 7 8 7C9.65686 7 11 8.34314 11 10V12.9985V13.9985H12H12.5C12.9659 13.9985 13.1989 13.9985 13.3827 13.9224C13.6277 13.8209 13.8224 13.6263 13.9239 13.3812C14 13.1975 14 12.9645 14 12.4985V7L8 1.5Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nHomeIcon.displayName = \"HomeIcon\";\n"],"file":"Home.js"}
1
+ {"version":3,"file":"Home.js","names":["forwardRef","SvgIcon","HomeIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Home.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1 6.5601L1.32428 6.26285L7.32428 0.762845L8 0.143431L8.67573 0.762845L14.6757 6.26285L15 6.5601V7V12.4985L15 12.525C15 12.7351 15 12.9397 14.9882 13.1138C14.9752 13.3041 14.9447 13.5299 14.8478 13.7639C14.6448 14.254 14.2554 14.6433 13.7654 14.8463C13.5313 14.9432 13.3056 14.9737 13.1152 14.9867C12.9411 14.9986 12.7365 14.9986 12.5265 14.9985L12.5 14.9985H11H10V13.9985V10C10 8.89543 9.10457 8 8 8C6.89543 8 6 8.89543 6 10V13.9985V14.9985H5H3.5L3.47352 14.9985C3.26348 14.9986 3.05886 14.9986 2.88478 14.9867C2.6944 14.9737 2.46868 14.9432 2.23464 14.8463C1.74458 14.6433 1.35523 14.254 1.15224 13.7639C1.0553 13.5299 1.02483 13.3041 1.01184 13.1138C0.99996 12.9397 0.999981 12.7351 1 12.525L1 12.4985V7V6.5601ZM8 1.5L2 7V12.4985C2 12.9645 2 13.1975 2.07612 13.3812C2.17762 13.6263 2.37229 13.8209 2.61732 13.9224C2.80109 13.9985 3.03406 13.9985 3.5 13.9985H4H5V12.9985V10C5 8.34315 6.34315 7 8 7C9.65686 7 11 8.34314 11 10V12.9985V13.9985H12H12.5C12.9659 13.9985 13.1989 13.9985 13.3827 13.9224C13.6277 13.8209 13.8224 13.6263 13.9239 13.3812C14 13.1975 14 12.9645 14 12.4985V7L8 1.5Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,kkCAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB"}
@@ -12,11 +12,12 @@
12
12
  import { forwardRef } from "react";
13
13
  import { iconDictionary } from "./index.js";
14
14
  import { jsx as _jsx } from "react/jsx-runtime";
15
- export const Icon = forwardRef(({
16
- name,
17
- titleAccess,
18
- ...rest
19
- }, ref) => {
15
+ export const Icon = forwardRef((_ref, ref) => {
16
+ let {
17
+ name,
18
+ titleAccess,
19
+ ...rest
20
+ } = _ref;
20
21
  if (!(name in iconDictionary)) return null;
21
22
  const NamedIcon = iconDictionary[name];
22
23
  return _jsx(NamedIcon, {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Icon.tsx"],"names":["forwardRef","iconDictionary","Icon","name","titleAccess","rest","ref","NamedIcon","displayName"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,SAASA,UAAT,QAA2B,OAA3B;SAESC,c;;AAeT,OAAO,MAAMC,IAAI,GAAGF,UAAU,CAC5B,CAAC;AAAEG,EAAAA,IAAF;AAAQC,EAAAA,WAAR;AAAqB,KAAGC;AAAxB,CAAD,EAAiCC,GAAjC,KAAyC;AACvC,MAAI,EAAEH,IAAI,IAAIF,cAAV,CAAJ,EAA+B,OAAO,IAAP;AAE/B,QAAMM,SAAS,GAAGN,cAAc,CAACE,IAAD,CAAhC;AAEA,SAAO,KAAC,SAAD;AAAW,IAAA,WAAW,EAAEC,WAAxB;AAAqC,IAAA,GAAG,EAAEE,GAA1C;AAAA,OAAmDD;AAAnD,IAAP;AACD,CAP2B,CAAvB;AAUPH,IAAI,CAACM,WAAL,GAAmB,MAAnB","sourcesContent":["/*!\n * Copyright (c) 2021-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\nimport { forwardRef } from \"react\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\nimport { iconDictionary } from \"./\";\n\nexport interface IconProps extends SvgIconNoChildrenProps {\n /**\n * Name of the icon to render\n */\n name: keyof typeof iconDictionary;\n}\n\n/**\n * A system of icons which establishes a visual language\n * that can be easily understood regardless of age, language or culture.\n * This component includes all icon data as static imports. Favor individual\n * icon component imports where possible to keep your bundle size smaller.\n */\nexport const Icon = forwardRef<SVGSVGElement, IconProps>(\n ({ name, titleAccess, ...rest }, ref) => {\n if (!(name in iconDictionary)) return null;\n\n const NamedIcon = iconDictionary[name];\n\n return <NamedIcon titleAccess={titleAccess} ref={ref} {...rest} />;\n }\n);\n\nIcon.displayName = \"Icon\";\n"],"file":"Icon.js"}
1
+ {"version":3,"file":"Icon.js","names":["forwardRef","iconDictionary","Icon","ref","name","titleAccess","rest","NamedIcon","displayName"],"sources":["../../../src/components/Icon/Icon.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2021-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\nimport { forwardRef } from \"react\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\nimport { iconDictionary } from \"./\";\n\nexport interface IconProps extends SvgIconNoChildrenProps {\n /**\n * Name of the icon to render\n */\n name: keyof typeof iconDictionary;\n}\n\n/**\n * A system of icons which establishes a visual language\n * that can be easily understood regardless of age, language or culture.\n * This component includes all icon data as static imports. Favor individual\n * icon component imports where possible to keep your bundle size smaller.\n */\nexport const Icon = forwardRef<SVGSVGElement, IconProps>(\n ({ name, titleAccess, ...rest }, ref) => {\n if (!(name in iconDictionary)) return null;\n\n const NamedIcon = iconDictionary[name];\n\n return <NamedIcon titleAccess={titleAccess} ref={ref} {...rest} />;\n }\n);\n\nIcon.displayName = \"Icon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,SAASA,UAAT,QAA2B,OAA3B;SAESC,c;;AAeT,OAAO,MAAMC,IAAI,GAAGF,UAAU,CAC5B,OAAiCG,GAAjC,KAAyC;EAAA,IAAxC;IAAEC,IAAF;IAAQC,WAAR;IAAqB,GAAGC;EAAxB,CAAwC;EACvC,IAAI,EAAEF,IAAI,IAAIH,cAAV,CAAJ,EAA+B,OAAO,IAAP;EAE/B,MAAMM,SAAS,GAAGN,cAAc,CAACG,IAAD,CAAhC;EAEA,OAAO,KAAC,SAAD;IAAW,WAAW,EAAEC,WAAxB;IAAqC,GAAG,EAAEF,GAA1C;IAAA,GAAmDG;EAAnD,EAAP;AACD,CAP2B,CAAvB;AAUPJ,IAAI,CAACM,WAAL,GAAmB,MAAnB"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/InformationCircle.tsx"],"names":["forwardRef","SvgIcon","InformationCircleIcon","props","ref","displayName"],"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;AAChB,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,uuBAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CAtB8C,CAAxC;AAwBPD,qBAAqB,CAACG,WAAtB,GAAoC,uBAApC","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 5.5C8.14834 5.5 8.29334 5.45601 8.41668 5.3736C8.54001 5.29119 8.63614 5.17406 8.69291 5.03701C8.74968 4.89997 8.76453 4.74917 8.73559 4.60368C8.70665 4.4582 8.63522 4.32456 8.53033 4.21967C8.42544 4.11478 8.2918 4.04335 8.14632 4.01441C8.00083 3.98547 7.85003 4.00033 7.71299 4.05709C7.57594 4.11386 7.45881 4.20999 7.3764 4.33332C7.29399 4.45666 7.25 4.60166 7.25 4.75C7.25 4.94891 7.32902 5.13968 7.46967 5.28033C7.61032 5.42098 7.80109 5.5 8 5.5ZM8.5 7.5C8.5 7.22386 8.27614 7 8 7C7.72386 7 7.5 7.22386 7.5 7.5V12H8.5V7.5Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nInformationCircleIcon.displayName = \"InformationCircleIcon\";\n"],"file":"InformationCircle.js"}
1
+ {"version":3,"file":"InformationCircle.js","names":["forwardRef","SvgIcon","InformationCircleIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/InformationCircle.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 5.5C8.14834 5.5 8.29334 5.45601 8.41668 5.3736C8.54001 5.29119 8.63614 5.17406 8.69291 5.03701C8.74968 4.89997 8.76453 4.74917 8.73559 4.60368C8.70665 4.4582 8.63522 4.32456 8.53033 4.21967C8.42544 4.11478 8.2918 4.04335 8.14632 4.01441C8.00083 3.98547 7.85003 4.00033 7.71299 4.05709C7.57594 4.11386 7.45881 4.20999 7.3764 4.33332C7.29399 4.45666 7.25 4.60166 7.25 4.75C7.25 4.94891 7.32902 5.13968 7.46967 5.28033C7.61032 5.42098 7.80109 5.5 8 5.5ZM8.5 7.5C8.5 7.22386 8.27614 7 8 7C7.72386 7 7.5 7.22386 7.5 7.5V12H8.5V7.5Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,uuBAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtB8C,CAAxC;AAwBPD,qBAAqB,CAACG,WAAtB,GAAoC,uBAApC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/InformationCircleFilled.tsx"],"names":["forwardRef","SvgIcon","InformationCircleFilledIcon","props","ref","displayName"],"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;AAChB,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,2nBAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CAtBoD,CAA9C;AAwBPD,2BAA2B,CAACG,WAA5B,GAA0C,6BAA1C","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 5.5C8.14834 5.5 8.29334 5.45601 8.41668 5.3736C8.54001 5.29119 8.63614 5.17406 8.69291 5.03701C8.74968 4.89997 8.76453 4.74917 8.73559 4.60368C8.70665 4.4582 8.63522 4.32456 8.53033 4.21967C8.42544 4.11478 8.2918 4.04335 8.14632 4.01441C8.00083 3.98547 7.85003 4.00033 7.71299 4.05709C7.57594 4.11386 7.45881 4.20999 7.3764 4.33332C7.29399 4.45666 7.25 4.60166 7.25 4.75C7.25 4.94891 7.32902 5.13968 7.46967 5.28033C7.61032 5.42098 7.80109 5.5 8 5.5ZM8 7C8.27614 7 8.5 7.22386 8.5 7.5V12H7.5V7.5C7.5 7.22386 7.72386 7 8 7Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nInformationCircleFilledIcon.displayName = \"InformationCircleFilledIcon\";\n"],"file":"InformationCircleFilled.js"}
1
+ {"version":3,"file":"InformationCircleFilled.js","names":["forwardRef","SvgIcon","InformationCircleFilledIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/InformationCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 5.5C8.14834 5.5 8.29334 5.45601 8.41668 5.3736C8.54001 5.29119 8.63614 5.17406 8.69291 5.03701C8.74968 4.89997 8.76453 4.74917 8.73559 4.60368C8.70665 4.4582 8.63522 4.32456 8.53033 4.21967C8.42544 4.11478 8.2918 4.04335 8.14632 4.01441C8.00083 3.98547 7.85003 4.00033 7.71299 4.05709C7.57594 4.11386 7.45881 4.20999 7.3764 4.33332C7.29399 4.45666 7.25 4.60166 7.25 4.75C7.25 4.94891 7.32902 5.13968 7.46967 5.28033C7.61032 5.42098 7.80109 5.5 8 5.5ZM8 7C8.27614 7 8.5 7.22386 8.5 7.5V12H7.5V7.5C7.5 7.22386 7.72386 7 8 7Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,2nBAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtBoD,CAA9C;AAwBPD,2BAA2B,CAACG,WAA5B,GAA0C,6BAA1C"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Notification.tsx"],"names":["forwardRef","SvgIcon","NotificationIcon","props","ref","displayName"],"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;AAChB,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,2nBAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CAtByC,CAAnC;AAwBPD,gBAAgB,CAACG,WAAjB,GAA+B,kBAA/B","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.125 12L15.5 13H14.432H11C11 14.6569 9.65685 16 8 16C6.34315 16 5 14.6569 5 13H1.568H0.5L0.875 12L1.61119 10.0368C1.8694 9.34827 2.04108 8.63032 2.12228 7.89945L2.44784 4.96942C2.76219 2.14032 5.15349 0 8 0C10.8465 0 13.2378 2.14032 13.5522 4.96942L13.8777 7.89945C13.9589 8.63032 14.1306 9.34827 14.3888 10.0368L15.125 12ZM6 13C6 14.1046 6.89543 15 8 15C9.10457 15 10 14.1046 10 13H6ZM5 12H1.943L2.54752 10.3879C2.8348 9.62186 3.02581 8.82306 3.11617 8.00988L3.44173 5.07985C3.6998 2.75719 5.66304 1 8 1C10.337 1 12.3002 2.75718 12.5583 5.07985L12.8838 8.00988C12.9742 8.82306 13.1652 9.62186 13.4525 10.3879L14.057 12H11H10H6H5Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nNotificationIcon.displayName = \"NotificationIcon\";\n"],"file":"Notification.js"}
1
+ {"version":3,"file":"Notification.js","names":["forwardRef","SvgIcon","NotificationIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Notification.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.125 12L15.5 13H14.432H11C11 14.6569 9.65685 16 8 16C6.34315 16 5 14.6569 5 13H1.568H0.5L0.875 12L1.61119 10.0368C1.8694 9.34827 2.04108 8.63032 2.12228 7.89945L2.44784 4.96942C2.76219 2.14032 5.15349 0 8 0C10.8465 0 13.2378 2.14032 13.5522 4.96942L13.8777 7.89945C13.9589 8.63032 14.1306 9.34827 14.3888 10.0368L15.125 12ZM6 13C6 14.1046 6.89543 15 8 15C9.10457 15 10 14.1046 10 13H6ZM5 12H1.943L2.54752 10.3879C2.8348 9.62186 3.02581 8.82306 3.11617 8.00988L3.44173 5.07985C3.6998 2.75719 5.66304 1 8 1C10.337 1 12.3002 2.75718 12.5583 5.07985L12.8838 8.00988C12.9742 8.82306 13.1652 9.62186 13.4525 10.3879L14.057 12H11H10H6H5Z\"\n fill=\"currentColor\"\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,2nBAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtByC,CAAnC;AAwBPD,gBAAgB,CAACG,WAAjB,GAA+B,kBAA/B"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/OverflowVertical.tsx"],"names":["forwardRef","SvgIcon","OverflowVerticalIcon","props","ref","displayName"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,oBAAoB,GAAGF,UAAU,CAG5C,CAACG,KAAD,EAAQC,GAAR,KAAgB;AAChB,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,syCAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CAtB6C,CAAvC;AAwBPD,oBAAoB,CAACG,WAArB,GAAmC,sBAAnC","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type OverflowVerticalIconProps = SvgIconNoChildrenProps;\n\nexport const OverflowVerticalIcon = forwardRef<\n SVGSVGElement,\n OverflowVerticalIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 2C7.80222 2 7.60888 2.05865 7.44443 2.16853C7.27998 2.27841 7.15181 2.43459 7.07612 2.61732C7.00043 2.80004 6.98063 3.00111 7.01922 3.19509C7.0578 3.38907 7.15304 3.56725 7.29289 3.70711C7.43274 3.84696 7.61093 3.9422 7.80491 3.98079C7.99889 4.01937 8.19996 3.99957 8.38268 3.92388C8.56541 3.84819 8.72159 3.72002 8.83147 3.55557C8.94135 3.39112 9 3.19778 9 3C9 2.73478 8.89464 2.48043 8.70711 2.29289C8.51957 2.10536 8.26522 2 8 2ZM8 7C7.80222 7 7.60888 7.05865 7.44443 7.16853C7.27998 7.27841 7.15181 7.43459 7.07612 7.61732C7.00043 7.80004 6.98063 8.00111 7.01922 8.19509C7.0578 8.38907 7.15304 8.56725 7.29289 8.70711C7.43274 8.84696 7.61093 8.9422 7.80491 8.98079C7.99889 9.01937 8.19996 8.99957 8.38268 8.92388C8.56541 8.84819 8.72159 8.72002 8.83147 8.55557C8.94135 8.39112 9 8.19778 9 8C9 7.73478 8.89464 7.48043 8.70711 7.29289C8.51957 7.10536 8.26522 7 8 7ZM7.44443 12.1685C7.60888 12.0586 7.80222 12 8 12C8.26522 12 8.51957 12.1054 8.70711 12.2929C8.89464 12.4804 9 12.7348 9 13C9 13.1978 8.94135 13.3911 8.83147 13.5556C8.72159 13.72 8.56541 13.8482 8.38268 13.9239C8.19996 13.9996 7.99889 14.0194 7.80491 13.9808C7.61093 13.9422 7.43274 13.847 7.29289 13.7071C7.15304 13.5673 7.0578 13.3891 7.01922 13.1951C6.98063 13.0011 7.00043 12.8 7.07612 12.6173C7.15181 12.4346 7.27998 12.2784 7.44443 12.1685Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nOverflowVerticalIcon.displayName = \"OverflowVerticalIcon\";\n"],"file":"OverflowVertical.js"}
1
+ {"version":3,"file":"OverflowVertical.js","names":["forwardRef","SvgIcon","OverflowVerticalIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/OverflowVertical.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type OverflowVerticalIconProps = SvgIconNoChildrenProps;\n\nexport const OverflowVerticalIcon = forwardRef<\n SVGSVGElement,\n OverflowVerticalIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 2C7.80222 2 7.60888 2.05865 7.44443 2.16853C7.27998 2.27841 7.15181 2.43459 7.07612 2.61732C7.00043 2.80004 6.98063 3.00111 7.01922 3.19509C7.0578 3.38907 7.15304 3.56725 7.29289 3.70711C7.43274 3.84696 7.61093 3.9422 7.80491 3.98079C7.99889 4.01937 8.19996 3.99957 8.38268 3.92388C8.56541 3.84819 8.72159 3.72002 8.83147 3.55557C8.94135 3.39112 9 3.19778 9 3C9 2.73478 8.89464 2.48043 8.70711 2.29289C8.51957 2.10536 8.26522 2 8 2ZM8 7C7.80222 7 7.60888 7.05865 7.44443 7.16853C7.27998 7.27841 7.15181 7.43459 7.07612 7.61732C7.00043 7.80004 6.98063 8.00111 7.01922 8.19509C7.0578 8.38907 7.15304 8.56725 7.29289 8.70711C7.43274 8.84696 7.61093 8.9422 7.80491 8.98079C7.99889 9.01937 8.19996 8.99957 8.38268 8.92388C8.56541 8.84819 8.72159 8.72002 8.83147 8.55557C8.94135 8.39112 9 8.19778 9 8C9 7.73478 8.89464 7.48043 8.70711 7.29289C8.51957 7.10536 8.26522 7 8 7ZM7.44443 12.1685C7.60888 12.0586 7.80222 12 8 12C8.26522 12 8.51957 12.1054 8.70711 12.2929C8.89464 12.4804 9 12.7348 9 13C9 13.1978 8.94135 13.3911 8.83147 13.5556C8.72159 13.72 8.56541 13.8482 8.38268 13.9239C8.19996 13.9996 7.99889 14.0194 7.80491 13.9808C7.61093 13.9422 7.43274 13.847 7.29289 13.7071C7.15304 13.5673 7.0578 13.3891 7.01922 13.1951C6.98063 13.0011 7.00043 12.8 7.07612 12.6173C7.15181 12.4346 7.27998 12.2784 7.44443 12.1685Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nOverflowVerticalIcon.displayName = \"OverflowVerticalIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,oBAAoB,GAAGF,UAAU,CAG5C,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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,syCAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtB6C,CAAvC;AAwBPD,oBAAoB,CAACG,WAArB,GAAmC,sBAAnC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/QuestionCircle.tsx"],"names":["forwardRef","SvgIcon","QuestionCircleIcon","props","ref","displayName"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,kBAAkB,GAAGF,UAAU,CAG1C,CAACG,KAAD,EAAQC,GAAR,KAAgB;AAChB,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,kuCAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CAtB2C,CAArC;AAwBPD,kBAAkB,CAACG,WAAnB,GAAiC,oBAAjC","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type QuestionCircleIconProps = SvgIconNoChildrenProps;\n\nexport const QuestionCircleIcon = forwardRef<\n SVGSVGElement,\n QuestionCircleIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 12ZM6.35355 5.85355C6.82015 5.38695 7.45845 5 8 5C8.82843 5 9.5 5.67157 9.5 6.5C9.5 6.86272 9.35225 7.11627 9.02777 7.42945C8.87892 7.5731 8.7078 7.7151 8.50541 7.88304L8.50539 7.88306L8.41463 7.95843C8.17828 8.15503 7.91352 8.37937 7.64645 8.64645C7.45118 8.84171 7.45118 9.15829 7.64645 9.35355C7.84171 9.54882 8.15829 9.54882 8.35355 9.35355C8.58648 9.12063 8.82172 8.92054 9.05412 8.72723L9.14187 8.65439L9.1419 8.65437C9.34083 8.48943 9.54414 8.32086 9.72223 8.14898C10.1477 7.7383 10.5 7.24185 10.5 6.5C10.5 5.11929 9.38071 4 8 4C7.06099 4 6.17985 4.61305 5.64645 5.14645L6.35355 5.85355Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nQuestionCircleIcon.displayName = \"QuestionCircleIcon\";\n"],"file":"QuestionCircle.js"}
1
+ {"version":3,"file":"QuestionCircle.js","names":["forwardRef","SvgIcon","QuestionCircleIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/QuestionCircle.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type QuestionCircleIconProps = SvgIconNoChildrenProps;\n\nexport const QuestionCircleIcon = forwardRef<\n SVGSVGElement,\n QuestionCircleIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 12ZM6.35355 5.85355C6.82015 5.38695 7.45845 5 8 5C8.82843 5 9.5 5.67157 9.5 6.5C9.5 6.86272 9.35225 7.11627 9.02777 7.42945C8.87892 7.5731 8.7078 7.7151 8.50541 7.88304L8.50539 7.88306L8.41463 7.95843C8.17828 8.15503 7.91352 8.37937 7.64645 8.64645C7.45118 8.84171 7.45118 9.15829 7.64645 9.35355C7.84171 9.54882 8.15829 9.54882 8.35355 9.35355C8.58648 9.12063 8.82172 8.92054 9.05412 8.72723L9.14187 8.65439L9.1419 8.65437C9.34083 8.48943 9.54414 8.32086 9.72223 8.14898C10.1477 7.7383 10.5 7.24185 10.5 6.5C10.5 5.11929 9.38071 4 8 4C7.06099 4 6.17985 4.61305 5.64645 5.14645L6.35355 5.85355Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nQuestionCircleIcon.displayName = \"QuestionCircleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,kBAAkB,GAAGF,UAAU,CAG1C,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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,kuCAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtB2C,CAArC;AAwBPD,kBAAkB,CAACG,WAAnB,GAAiC,oBAAjC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/QuestionCircleFilled.tsx"],"names":["forwardRef","SvgIcon","QuestionCircleFilledIcon","props","ref","displayName"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,wBAAwB,GAAGF,UAAU,CAGhD,CAACG,KAAD,EAAQC,GAAR,KAAgB;AAChB,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,inCAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CAtBiD,CAA3C;AAwBPD,wBAAwB,CAACG,WAAzB,GAAuC,0BAAvC","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type QuestionCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const QuestionCircleFilledIcon = forwardRef<\n SVGSVGElement,\n QuestionCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 5C7.45845 5 6.82015 5.38695 6.35355 5.85355L5.64645 5.14645C6.17985 4.61305 7.06099 4 8 4C9.38071 4 10.5 5.11929 10.5 6.5C10.5 7.24185 10.1477 7.7383 9.72223 8.14898C9.54413 8.32087 9.34081 8.48945 9.14188 8.65439L9.14187 8.65439L9.05412 8.72723C8.82172 8.92054 8.58648 9.12063 8.35355 9.35355C8.15829 9.54882 7.84171 9.54882 7.64645 9.35355C7.45118 9.15829 7.45118 8.84171 7.64645 8.64645C7.91352 8.37937 8.17828 8.15503 8.41463 7.95843L8.50539 7.88306L8.50539 7.88305C8.70779 7.71511 8.87892 7.57311 9.02777 7.42945C9.35225 7.11627 9.5 6.86272 9.5 6.5C9.5 5.67157 8.82843 5 8 5ZM8 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\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nQuestionCircleFilledIcon.displayName = \"QuestionCircleFilledIcon\";\n"],"file":"QuestionCircleFilled.js"}
1
+ {"version":3,"file":"QuestionCircleFilled.js","names":["forwardRef","SvgIcon","QuestionCircleFilledIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/QuestionCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type QuestionCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const QuestionCircleFilledIcon = forwardRef<\n SVGSVGElement,\n QuestionCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 5C7.45845 5 6.82015 5.38695 6.35355 5.85355L5.64645 5.14645C6.17985 4.61305 7.06099 4 8 4C9.38071 4 10.5 5.11929 10.5 6.5C10.5 7.24185 10.1477 7.7383 9.72223 8.14898C9.54413 8.32087 9.34081 8.48945 9.14188 8.65439L9.14187 8.65439L9.05412 8.72723C8.82172 8.92054 8.58648 9.12063 8.35355 9.35355C8.15829 9.54882 7.84171 9.54882 7.64645 9.35355C7.45118 9.15829 7.45118 8.84171 7.64645 8.64645C7.91352 8.37937 8.17828 8.15503 8.41463 7.95843L8.50539 7.88306L8.50539 7.88305C8.70779 7.71511 8.87892 7.57311 9.02777 7.42945C9.35225 7.11627 9.5 6.86272 9.5 6.5C9.5 5.67157 8.82843 5 8 5ZM8 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\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nQuestionCircleFilledIcon.displayName = \"QuestionCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,wBAAwB,GAAGF,UAAU,CAGhD,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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,inCAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtBiD,CAA3C;AAwBPD,wBAAwB,CAACG,WAAzB,GAAuC,0BAAvC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Search.tsx"],"names":["forwardRef","SvgIcon","SearchIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,slBAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SearchIconProps = SvgIconNoChildrenProps;\n\nexport const SearchIcon = forwardRef<SVGSVGElement, SearchIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 7C12 9.76142 9.76142 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7ZM9.32556 12.5327C8.61038 12.8336 7.82462 13 7 13C3.68629 13 1 10.3137 1 7C1 3.68629 3.68629 1 7 1C10.3137 1 13 3.68629 13 7C13 7.82462 12.8336 8.61038 12.5327 9.32556L15.1036 11.8964C15.9892 12.7821 15.9892 14.2179 15.1036 15.1036C14.2179 15.9892 12.7821 15.9892 11.8964 15.1036L9.32556 12.5327ZM10.2509 12.0438L12.6036 14.3964C13.0986 14.8915 13.9014 14.8915 14.3964 14.3964C14.8915 13.9014 14.8915 13.0986 14.3964 12.6036L12.0438 10.2509C11.5805 10.9683 10.9683 11.5805 10.2509 12.0438Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSearchIcon.displayName = \"SearchIcon\";\n"],"file":"Search.js"}
1
+ {"version":3,"file":"Search.js","names":["forwardRef","SvgIcon","SearchIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Search.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SearchIconProps = SvgIconNoChildrenProps;\n\nexport const SearchIcon = forwardRef<SVGSVGElement, SearchIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 7C12 9.76142 9.76142 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7ZM9.32556 12.5327C8.61038 12.8336 7.82462 13 7 13C3.68629 13 1 10.3137 1 7C1 3.68629 3.68629 1 7 1C10.3137 1 13 3.68629 13 7C13 7.82462 12.8336 8.61038 12.5327 9.32556L15.1036 11.8964C15.9892 12.7821 15.9892 14.2179 15.1036 15.1036C14.2179 15.9892 12.7821 15.9892 11.8964 15.1036L9.32556 12.5327ZM10.2509 12.0438L12.6036 14.3964C13.0986 14.8915 13.9014 14.8915 14.3964 14.3964C14.8915 13.9014 14.8915 13.0986 14.3964 12.6036L12.0438 10.2509C11.5805 10.9683 10.9683 11.5805 10.2509 12.0438Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSearchIcon.displayName = \"SearchIcon\";\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,slBAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Settings.tsx"],"names":["forwardRef","SvgIcon","SettingsIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,CAAC,EAAC,szCADJ;AAEE,QAAA,IAAI,EAAC;AAFP;AADF;AAPF,IADF;AAgBD,CAlBmC,CAA/B;AAqBPD,YAAY,CAACG,WAAb,GAA2B,cAA3B","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SettingsIconProps = SvgIconNoChildrenProps;\n\nexport const SettingsIcon = forwardRef<SVGSVGElement, SettingsIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n d=\"M12.7918 8.31498L11.6591 7.45248C11.6943 7.15145 11.6943 6.84752 11.6591 6.54649L12.7928 5.6835C13.0053 5.51688 13.062 5.22471 12.9268 4.99399L11.7485 3.0105C11.6128 2.77833 11.3237 2.67694 11.0672 2.77151L9.73219 3.29452C9.48134 3.11729 9.21262 2.96534 8.93019 2.84103L8.72532 1.46002C8.68838 1.1949 8.4548 0.997838 8.18005 1.00002H5.81822C5.54575 0.998424 5.31405 1.19328 5.27602 1.45602L5.07065 2.841C4.78909 2.96651 4.5208 3.11857 4.26968 3.29501L2.93111 2.771C2.6772 2.67352 2.38841 2.77369 2.25491 3.00549L1.07552 4.99249C0.936676 5.22358 0.993837 5.51897 1.20953 5.685L2.34218 6.54749C2.30673 6.8485 2.30673 7.15248 2.34218 7.45349L1.2085 8.31599C0.99569 8.48237 0.938649 8.77471 1.07398 9.00549L2.25183 10.9895C2.38738 11.2218 2.6766 11.3233 2.93316 11.2285L4.26812 10.7055C4.51919 10.8828 4.78807 11.0349 5.07063 11.1595L5.276 12.5395C5.31215 12.8039 5.54428 13.0011 5.81819 13H8.18002C8.453 13.0021 8.68544 12.8072 8.72376 12.544L8.92913 11.159C9.21067 11.0334 9.47893 10.8814 9.7301 10.705L11.0702 11.2295C11.3241 11.3267 11.6127 11.2266 11.7464 10.995L12.9294 9.00001C13.0618 8.76962 13.0036 8.47979 12.7918 8.31498ZM6.99912 9.49998C5.5813 9.49998 4.4319 8.3807 4.4319 6.99998C4.4319 5.61925 5.58127 4.49998 6.99912 4.49998C8.41697 4.49998 9.56634 5.61925 9.56634 6.99998C9.56463 8.38002 8.41625 9.49834 6.99912 9.49998Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSettingsIcon.displayName = \"SettingsIcon\";\n"],"file":"Settings.js"}
1
+ {"version":3,"file":"Settings.js","names":["forwardRef","SvgIcon","SettingsIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Settings.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SettingsIconProps = SvgIconNoChildrenProps;\n\nexport const SettingsIcon = forwardRef<SVGSVGElement, SettingsIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n d=\"M12.7918 8.31498L11.6591 7.45248C11.6943 7.15145 11.6943 6.84752 11.6591 6.54649L12.7928 5.6835C13.0053 5.51688 13.062 5.22471 12.9268 4.99399L11.7485 3.0105C11.6128 2.77833 11.3237 2.67694 11.0672 2.77151L9.73219 3.29452C9.48134 3.11729 9.21262 2.96534 8.93019 2.84103L8.72532 1.46002C8.68838 1.1949 8.4548 0.997838 8.18005 1.00002H5.81822C5.54575 0.998424 5.31405 1.19328 5.27602 1.45602L5.07065 2.841C4.78909 2.96651 4.5208 3.11857 4.26968 3.29501L2.93111 2.771C2.6772 2.67352 2.38841 2.77369 2.25491 3.00549L1.07552 4.99249C0.936676 5.22358 0.993837 5.51897 1.20953 5.685L2.34218 6.54749C2.30673 6.8485 2.30673 7.15248 2.34218 7.45349L1.2085 8.31599C0.99569 8.48237 0.938649 8.77471 1.07398 9.00549L2.25183 10.9895C2.38738 11.2218 2.6766 11.3233 2.93316 11.2285L4.26812 10.7055C4.51919 10.8828 4.78807 11.0349 5.07063 11.1595L5.276 12.5395C5.31215 12.8039 5.54428 13.0011 5.81819 13H8.18002C8.453 13.0021 8.68544 12.8072 8.72376 12.544L8.92913 11.159C9.21067 11.0334 9.47893 10.8814 9.7301 10.705L11.0702 11.2295C11.3241 11.3267 11.6127 11.2266 11.7464 10.995L12.9294 9.00001C13.0618 8.76962 13.0036 8.47979 12.7918 8.31498ZM6.99912 9.49998C5.5813 9.49998 4.4319 8.3807 4.4319 6.99998C4.4319 5.61925 5.58127 4.49998 6.99912 4.49998C8.41697 4.49998 9.56634 5.61925 9.56634 6.99998C9.56463 8.38002 8.41625 9.49834 6.99912 9.49998Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSettingsIcon.displayName = \"SettingsIcon\";\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,CAAC,EAAC,szCADJ;QAEE,IAAI,EAAC;MAFP;IADF;EAPF,EADF;AAgBD,CAlBmC,CAA/B;AAqBPD,YAAY,CAACG,WAAb,GAA2B,cAA3B"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/Subtract.tsx"],"names":["forwardRef","SvgIcon","SubtractIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,u3TAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApBmC,CAA/B;AAuBPD,YAAY,CAACG,WAAb,GAA2B,cAA3B","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SubtractIconProps = SvgIconNoChildrenProps;\n\nexport const SubtractIcon = forwardRef<SVGSVGElement, SubtractIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.968 7.5L15 7.5V8.5H14.968H14.936H14.9041H14.8723H14.8405H14.8088H14.7771H14.7455H14.7139H14.6824H14.6509H14.6195H14.5881H14.5568H14.5255H14.4943H14.4632H14.4321H14.401H14.37H14.3391H14.3081H14.2773H14.2465H14.2157H14.185H14.1544H14.1238H14.0932H14.0627H14.0323H14.0018H13.9715H13.9412H13.9109H13.8807H13.8505H13.8204H13.7903H13.7603H13.7303H13.7004H13.6705H13.6406L13.6108 8.5H13.5811H13.5514H13.5217H13.4921H13.4625H13.433H13.4035H13.374H13.3446H13.3153H13.2859H13.2567H13.2274H13.1983H13.1691H13.14H13.111H13.0819H13.053H13.024H12.9951H12.9663H12.9375H12.9087H12.88H12.8513H12.8226H12.794H12.7654H12.7369H12.7084H12.6799H12.6515H12.6231H12.5948H12.5665H12.5382H12.51H12.4818H12.4536H12.4255H12.3974H12.3694H12.3414H12.3134H12.2855H12.2576H12.2297H12.2019H12.1741H12.1463H12.1186H12.0909H12.0632H12.0356H12.008H11.9804H11.9529H11.9254H11.8979H11.8705H11.8431H11.8157H11.7884H11.7611H11.7338H11.7066H11.6794H11.6522H11.6251H11.5979H11.5709H11.5438H11.5168H11.4898H11.4628H11.4359H11.4089H11.3821H11.3552H11.3284H11.3016H11.2748H11.2481H11.2214H11.1947H11.168H11.1414H11.1148H11.0882H11.0616H11.0351H11.0086H10.9821H10.9556H10.9292L10.9028 8.5H10.8764H10.8501H10.8237H10.7974H10.7711H10.7449H10.7186H10.6924H10.6662H10.6401H10.6139H10.5878H10.5617H10.5356H10.5095H10.4835H10.4575H10.4315H10.4055H10.3795H10.3536H10.3277H10.3018H10.2759H10.2501H10.2242H10.1984H10.1726H10.1468H10.121H10.0953H10.0696H10.0439H10.0182H9.99249H9.96683H9.94119H9.91556H9.88995H9.86436H9.83878H9.81322H9.78767H9.76214H9.73662H9.71112H9.68563H9.66016H9.6347H9.60926H9.58383H9.55841H9.533H9.50761H9.48223H9.45687H9.43152H9.40617H9.38085H9.35553H9.33022H9.30493H9.27965H9.25438H9.22911H9.20386H9.17862H9.15339H9.12817H9.10296H9.07776H9.05257H9.02739H9.00221H8.97705H8.95189H8.92674H8.9016H8.87647H8.85134H8.82622H8.80111H8.77601H8.75091H8.72582H8.70073H8.67565H8.65058H8.62551H8.60045H8.57539H8.55034H8.52529H8.50025H8.47521H8.45017H8.42514H8.40012H8.37509H8.35007H8.32505H8.30004H8.27503H8.25002H8.22501H8.2L8.175 8.5H8.15H8.12499H8.09999H8.075H8.05H8.025H8H7.975H7.95H7.925H7.90001H7.87501H7.85H7.825H7.8H7.77499H7.74998H7.72497H7.69996H7.67495H7.64993H7.62491H7.59988H7.57486H7.54983H7.52479H7.49975H7.47471H7.44966H7.42461H7.39955H7.37449H7.34942H7.32435H7.29927H7.27418H7.24909H7.22399H7.19889H7.17378H7.14866H7.12353H7.0984H7.07326H7.04811H7.02295H6.99779H6.97261H6.94743H6.92224H6.89704H6.87183H6.84661H6.82138H6.79614H6.77089H6.74562H6.72035H6.69507H6.66978H6.64447H6.61915H6.59382H6.56848H6.54313H6.51777H6.49239H6.467H6.44159H6.41617H6.39074H6.3653H6.33984H6.31437H6.28888H6.26338H6.23786H6.21233H6.18678H6.16122H6.13564H6.11005H6.08444H6.05881H6.03317H6.00751H5.98183H5.95614H5.93043H5.9047H5.87895H5.85319H5.8274H5.8016H5.77578H5.74994H5.72408H5.69821H5.67231H5.64639H5.62046H5.5945H5.56852H5.54252H5.51651H5.49047H5.4644L5.43832 8.5H5.41222H5.38609H5.35994H5.33377H5.30758H5.28136H5.25512H5.22886H5.20258H5.17627H5.14993H5.12358H5.0972H5.07079H5.04436H5.0179H4.99142H4.96492H4.93839H4.91183H4.88525H4.85864H4.832H4.80534H4.77865H4.75193H4.72519H4.69842H4.67162H4.64479H4.61794H4.59105H4.56414H4.5372H4.51023H4.48323H4.45621H4.42915H4.40206H4.37494H4.34779H4.32062H4.29341H4.26617H4.2389H4.21159H4.18426H4.15689H4.12949H4.10207H4.0746H4.04711H4.01958H3.99202H3.96442H3.9368H3.90913H3.88144H3.85371H3.82594H3.79815H3.77031H3.74244H3.71454H3.6866H3.65863H3.63061H3.60257H3.57448H3.54637H3.51821H3.49002H3.46179H3.43352H3.40521H3.37687H3.34849H3.32007H3.29161H3.26311H3.23458H3.20601H3.17739H3.14874H3.12004H3.09131H3.06254H3.03373H3.00487H2.97598H2.94704H2.91806H2.88904H2.85999H2.83088H2.80174H2.77255H2.74332L2.71405 8.5H2.68474H2.65538H2.62598H2.59653H2.56704H2.53751H2.50793H2.47831H2.44865H2.41894H2.38918H2.35938H2.32953H2.29964H2.2697H2.23972H2.20969H2.17961H2.14948H2.11931H2.08909H2.05883H2.02851H1.99815H1.96774H1.93728H1.90678H1.87622H1.84562H1.81496H1.78426H1.75351H1.7227H1.69185H1.66095H1.62999H1.59899H1.56794H1.53683H1.50567H1.47446H1.4432H1.41189H1.38053H1.34911H1.31764H1.28612H1.25454H1.22291H1.19123H1.15949H1.1277H1.09586H1.06396H1.03201H1L1 7.5L1.03201 7.5L1.06396 7.5L1.09586 7.5L1.1277 7.5L1.15949 7.5L1.19123 7.5L1.22291 7.5L1.25454 7.5L1.28612 7.5L1.31764 7.5L1.34911 7.5L1.38053 7.5L1.41189 7.5L1.4432 7.5L1.47446 7.5L1.50567 7.5L1.53683 7.5L1.56794 7.5L1.59899 7.5L1.62999 7.5L1.66095 7.5L1.69185 7.5L1.7227 7.5L1.75351 7.5L1.78426 7.5L1.81496 7.5L1.84562 7.5L1.87622 7.5L1.90678 7.5L1.93728 7.5L1.96774 7.5L1.99815 7.5L2.02851 7.5L2.05883 7.5L2.08909 7.5L2.11931 7.5L2.14948 7.5L2.17961 7.5L2.20969 7.5L2.23972 7.5L2.2697 7.5L2.29964 7.5L2.32953 7.5L2.35938 7.5L2.38918 7.5L2.41894 7.5L2.44865 7.5L2.47831 7.5L2.50793 7.5L2.53751 7.5L2.56704 7.5L2.59653 7.5L2.62598 7.5L2.65538 7.5L2.68474 7.5L2.71405 7.5L2.74332 7.5L2.77255 7.5L2.80174 7.5L2.83088 7.5L2.85999 7.5L2.88904 7.5L2.91806 7.5L2.94704 7.5L2.97598 7.5L3.00487 7.5L3.03373 7.5L3.06254 7.5L3.09131 7.5L3.12004 7.5L3.14874 7.5L3.17739 7.5L3.20601 7.5L3.23458 7.5L3.26311 7.5L3.29161 7.5L3.32007 7.5L3.34849 7.5L3.37687 7.5L3.40521 7.5L3.43352 7.5L3.46179 7.5L3.49002 7.5L3.51821 7.5L3.54637 7.5L3.57448 7.5L3.60257 7.5L3.63061 7.5L3.65863 7.5L3.6866 7.5L3.71454 7.5L3.74244 7.5L3.77031 7.5L3.79815 7.5L3.82594 7.5L3.85371 7.5L3.88144 7.5L3.90913 7.5L3.9368 7.5L3.96442 7.5L3.99202 7.5L4.01958 7.5L4.04711 7.5L4.0746 7.5L4.10207 7.5L4.12949 7.5L4.15689 7.5L4.18426 7.5L4.21159 7.5L4.2389 7.5L4.26617 7.5L4.29341 7.5L4.32062 7.5L4.34779 7.5L4.37494 7.5L4.40206 7.5L4.42915 7.5L4.45621 7.5L4.48323 7.5L4.51023 7.5L4.5372 7.5L4.56414 7.5L4.59105 7.5L4.61794 7.5L4.64479 7.5L4.67162 7.5L4.69842 7.5L4.72519 7.5L4.75193 7.5L4.77865 7.5L4.80534 7.5L4.832 7.5L4.85864 7.5L4.88525 7.5L4.91183 7.5L4.93839 7.5L4.96492 7.5L4.99142 7.5L5.0179 7.5L5.04436 7.5L5.07079 7.5L5.0972 7.5L5.12358 7.5L5.14993 7.5L5.17627 7.5L5.20258 7.5L5.22886 7.5L5.25512 7.5L5.28136 7.5L5.30758 7.5L5.33377 7.5L5.35994 7.5L5.38609 7.5L5.41222 7.5L5.43832 7.5L5.4644 7.5L5.49047 7.5L5.51651 7.5L5.54252 7.5L5.56852 7.5L5.5945 7.5L5.62046 7.5L5.64639 7.5L5.67231 7.5L5.69821 7.5L5.72408 7.5L5.74994 7.5L5.77578 7.5L5.8016 7.5L5.8274 7.5L5.85319 7.5L5.87895 7.5L5.9047 7.5L5.93043 7.5L5.95614 7.5L5.98183 7.5L6.00751 7.5L6.03317 7.5L6.05881 7.5L6.08444 7.5L6.11005 7.5L6.13564 7.5L6.16122 7.5L6.18678 7.5L6.21233 7.5L6.23786 7.5L6.26338 7.5L6.28888 7.5L6.31437 7.5L6.33984 7.5L6.3653 7.5L6.39074 7.5L6.41617 7.5L6.44159 7.5L6.467 7.5L6.49239 7.5L6.51777 7.5L6.54313 7.5L6.56848 7.5L6.59382 7.5L6.61915 7.5L6.64447 7.5L6.66978 7.5L6.69507 7.5L6.72035 7.5L6.74562 7.5L6.77089 7.5L6.79614 7.5L6.82138 7.5L6.84661 7.5L6.87183 7.5L6.89704 7.5L6.92224 7.5L6.94743 7.5L6.97261 7.5L6.99779 7.5L7.02295 7.5L7.04811 7.5L7.07326 7.5L7.0984 7.5L7.12353 7.5L7.14866 7.5L7.17378 7.5L7.19889 7.5L7.22399 7.5L7.24909 7.5L7.27418 7.5L7.29927 7.5L7.32435 7.5L7.34942 7.5L7.37449 7.5L7.39955 7.5L7.42461 7.5L7.44966 7.5L7.47471 7.5L7.49975 7.5L7.52479 7.5L7.54983 7.5L7.57486 7.5L7.59988 7.5L7.62491 7.5L7.64993 7.5L7.67495 7.5L7.69996 7.5L7.72497 7.5L7.74998 7.5L7.77499 7.5L7.8 7.5L7.825 7.5L7.85 7.5L7.87501 7.5L7.90001 7.5L7.925 7.5L7.95 7.5L7.975 7.5L8 7.5L8.025 7.5L8.05 7.5L8.075 7.5L8.09999 7.5L8.12499 7.5L8.15 7.5L8.175 7.5L8.2 7.5L8.22501 7.5L8.25002 7.5L8.27503 7.5L8.30004 7.5L8.32505 7.5L8.35007 7.5L8.37509 7.5L8.40012 7.5L8.42514 7.5L8.45017 7.5L8.47521 7.5L8.50025 7.5L8.52529 7.5L8.55034 7.5L8.57539 7.5L8.60045 7.5L8.62551 7.5L8.65058 7.5L8.67565 7.5L8.70073 7.5L8.72582 7.5L8.75091 7.5L8.77601 7.5L8.80111 7.5L8.82622 7.5L8.85134 7.5L8.87647 7.5L8.9016 7.5L8.92674 7.5L8.95189 7.5L8.97705 7.5L9.00221 7.5L9.02739 7.5L9.05257 7.5L9.07776 7.5L9.10296 7.5L9.12817 7.5L9.15339 7.5L9.17862 7.5L9.20386 7.5L9.22911 7.5L9.25438 7.5L9.27965 7.5L9.30493 7.5L9.33022 7.5L9.35553 7.5L9.38085 7.5L9.40618 7.5L9.43152 7.5L9.45687 7.5L9.48223 7.5L9.50761 7.5L9.533 7.5L9.55841 7.5L9.58383 7.5L9.60926 7.5L9.6347 7.5L9.66016 7.5L9.68563 7.5L9.71112 7.5L9.73662 7.5L9.76214 7.5L9.78767 7.5L9.81322 7.5L9.83878 7.5L9.86436 7.5L9.88995 7.5L9.91556 7.5L9.94119 7.5L9.96683 7.5L9.99249 7.5L10.0182 7.5L10.0439 7.5L10.0696 7.5L10.0953 7.5L10.121 7.5L10.1468 7.5L10.1726 7.5L10.1984 7.5L10.2242 7.5L10.2501 7.5L10.2759 7.5L10.3018 7.5L10.3277 7.5L10.3536 7.5L10.3795 7.5L10.4055 7.5L10.4315 7.5L10.4575 7.5L10.4835 7.5L10.5095 7.5L10.5356 7.5L10.5617 7.5L10.5878 7.5L10.6139 7.5L10.6401 7.5L10.6662 7.5L10.6924 7.5L10.7186 7.5L10.7449 7.5L10.7711 7.5L10.7974 7.5L10.8237 7.5L10.8501 7.5L10.8764 7.5L10.9028 7.5L10.9292 7.5L10.9556 7.5L10.9821 7.5L11.0086 7.5L11.0351 7.5L11.0616 7.5L11.0882 7.5L11.1148 7.5L11.1414 7.5L11.168 7.5L11.1947 7.5L11.2214 7.5L11.2481 7.5L11.2748 7.5L11.3016 7.5L11.3284 7.5L11.3552 7.5L11.3821 7.5L11.4089 7.5L11.4359 7.5L11.4628 7.5L11.4898 7.5L11.5168 7.5L11.5438 7.5L11.5709 7.5L11.5979 7.5L11.6251 7.5L11.6522 7.5L11.6794 7.5L11.7066 7.5L11.7338 7.5L11.7611 7.5L11.7884 7.5L11.8157 7.5L11.8431 7.5L11.8705 7.5L11.8979 7.5L11.9254 7.5L11.9529 7.5L11.9804 7.5L12.008 7.5L12.0356 7.5L12.0632 7.5L12.0909 7.5L12.1186 7.5L12.1463 7.5L12.1741 7.5L12.2019 7.5L12.2297 7.5L12.2576 7.5L12.2855 7.5L12.3134 7.5L12.3414 7.5L12.3694 7.5L12.3974 7.5L12.4255 7.5L12.4536 7.5L12.4818 7.5L12.51 7.5L12.5382 7.5L12.5665 7.5L12.5948 7.5L12.6231 7.5L12.6515 7.5L12.6799 7.5L12.7084 7.5L12.7369 7.5L12.7654 7.5L12.794 7.5L12.8226 7.5L12.8513 7.5L12.88 7.5L12.9087 7.5L12.9375 7.5L12.9663 7.5L12.9951 7.5L13.024 7.5L13.053 7.5L13.0819 7.5L13.111 7.5L13.14 7.5L13.1691 7.5L13.1983 7.5L13.2274 7.5L13.2567 7.5L13.2859 7.5L13.3153 7.5L13.3446 7.5L13.374 7.5L13.4035 7.5L13.433 7.5L13.4625 7.5L13.4921 7.5L13.5217 7.5L13.5514 7.5L13.5811 7.5L13.6108 7.5L13.6406 7.5L13.6705 7.5L13.7004 7.5L13.7303 7.5L13.7603 7.5L13.7903 7.5L13.8204 7.5L13.8505 7.5L13.8807 7.5L13.9109 7.5L13.9412 7.5L13.9715 7.5L14.0018 7.5L14.0323 7.5L14.0627 7.5L14.0932 7.5L14.1238 7.5L14.1544 7.5L14.185 7.5L14.2157 7.5L14.2465 7.5L14.2773 7.5L14.3081 7.5L14.3391 7.5L14.37 7.5L14.401 7.5L14.4321 7.5L14.4632 7.5L14.4943 7.5L14.5255 7.5L14.5568 7.5L14.5881 7.5L14.6195 7.5L14.6509 7.5L14.6824 7.5L14.7139 7.5L14.7455 7.5L14.7771 7.5L14.8088 7.5L14.8405 7.5L14.8723 7.5L14.9041 7.5L14.936 7.5L14.968 7.5Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSubtractIcon.displayName = \"SubtractIcon\";\n"],"file":"Subtract.js"}
1
+ {"version":3,"file":"Subtract.js","names":["forwardRef","SvgIcon","SubtractIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/Subtract.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type SubtractIconProps = SvgIconNoChildrenProps;\n\nexport const SubtractIcon = forwardRef<SVGSVGElement, SubtractIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.968 7.5L15 7.5V8.5H14.968H14.936H14.9041H14.8723H14.8405H14.8088H14.7771H14.7455H14.7139H14.6824H14.6509H14.6195H14.5881H14.5568H14.5255H14.4943H14.4632H14.4321H14.401H14.37H14.3391H14.3081H14.2773H14.2465H14.2157H14.185H14.1544H14.1238H14.0932H14.0627H14.0323H14.0018H13.9715H13.9412H13.9109H13.8807H13.8505H13.8204H13.7903H13.7603H13.7303H13.7004H13.6705H13.6406L13.6108 8.5H13.5811H13.5514H13.5217H13.4921H13.4625H13.433H13.4035H13.374H13.3446H13.3153H13.2859H13.2567H13.2274H13.1983H13.1691H13.14H13.111H13.0819H13.053H13.024H12.9951H12.9663H12.9375H12.9087H12.88H12.8513H12.8226H12.794H12.7654H12.7369H12.7084H12.6799H12.6515H12.6231H12.5948H12.5665H12.5382H12.51H12.4818H12.4536H12.4255H12.3974H12.3694H12.3414H12.3134H12.2855H12.2576H12.2297H12.2019H12.1741H12.1463H12.1186H12.0909H12.0632H12.0356H12.008H11.9804H11.9529H11.9254H11.8979H11.8705H11.8431H11.8157H11.7884H11.7611H11.7338H11.7066H11.6794H11.6522H11.6251H11.5979H11.5709H11.5438H11.5168H11.4898H11.4628H11.4359H11.4089H11.3821H11.3552H11.3284H11.3016H11.2748H11.2481H11.2214H11.1947H11.168H11.1414H11.1148H11.0882H11.0616H11.0351H11.0086H10.9821H10.9556H10.9292L10.9028 8.5H10.8764H10.8501H10.8237H10.7974H10.7711H10.7449H10.7186H10.6924H10.6662H10.6401H10.6139H10.5878H10.5617H10.5356H10.5095H10.4835H10.4575H10.4315H10.4055H10.3795H10.3536H10.3277H10.3018H10.2759H10.2501H10.2242H10.1984H10.1726H10.1468H10.121H10.0953H10.0696H10.0439H10.0182H9.99249H9.96683H9.94119H9.91556H9.88995H9.86436H9.83878H9.81322H9.78767H9.76214H9.73662H9.71112H9.68563H9.66016H9.6347H9.60926H9.58383H9.55841H9.533H9.50761H9.48223H9.45687H9.43152H9.40617H9.38085H9.35553H9.33022H9.30493H9.27965H9.25438H9.22911H9.20386H9.17862H9.15339H9.12817H9.10296H9.07776H9.05257H9.02739H9.00221H8.97705H8.95189H8.92674H8.9016H8.87647H8.85134H8.82622H8.80111H8.77601H8.75091H8.72582H8.70073H8.67565H8.65058H8.62551H8.60045H8.57539H8.55034H8.52529H8.50025H8.47521H8.45017H8.42514H8.40012H8.37509H8.35007H8.32505H8.30004H8.27503H8.25002H8.22501H8.2L8.175 8.5H8.15H8.12499H8.09999H8.075H8.05H8.025H8H7.975H7.95H7.925H7.90001H7.87501H7.85H7.825H7.8H7.77499H7.74998H7.72497H7.69996H7.67495H7.64993H7.62491H7.59988H7.57486H7.54983H7.52479H7.49975H7.47471H7.44966H7.42461H7.39955H7.37449H7.34942H7.32435H7.29927H7.27418H7.24909H7.22399H7.19889H7.17378H7.14866H7.12353H7.0984H7.07326H7.04811H7.02295H6.99779H6.97261H6.94743H6.92224H6.89704H6.87183H6.84661H6.82138H6.79614H6.77089H6.74562H6.72035H6.69507H6.66978H6.64447H6.61915H6.59382H6.56848H6.54313H6.51777H6.49239H6.467H6.44159H6.41617H6.39074H6.3653H6.33984H6.31437H6.28888H6.26338H6.23786H6.21233H6.18678H6.16122H6.13564H6.11005H6.08444H6.05881H6.03317H6.00751H5.98183H5.95614H5.93043H5.9047H5.87895H5.85319H5.8274H5.8016H5.77578H5.74994H5.72408H5.69821H5.67231H5.64639H5.62046H5.5945H5.56852H5.54252H5.51651H5.49047H5.4644L5.43832 8.5H5.41222H5.38609H5.35994H5.33377H5.30758H5.28136H5.25512H5.22886H5.20258H5.17627H5.14993H5.12358H5.0972H5.07079H5.04436H5.0179H4.99142H4.96492H4.93839H4.91183H4.88525H4.85864H4.832H4.80534H4.77865H4.75193H4.72519H4.69842H4.67162H4.64479H4.61794H4.59105H4.56414H4.5372H4.51023H4.48323H4.45621H4.42915H4.40206H4.37494H4.34779H4.32062H4.29341H4.26617H4.2389H4.21159H4.18426H4.15689H4.12949H4.10207H4.0746H4.04711H4.01958H3.99202H3.96442H3.9368H3.90913H3.88144H3.85371H3.82594H3.79815H3.77031H3.74244H3.71454H3.6866H3.65863H3.63061H3.60257H3.57448H3.54637H3.51821H3.49002H3.46179H3.43352H3.40521H3.37687H3.34849H3.32007H3.29161H3.26311H3.23458H3.20601H3.17739H3.14874H3.12004H3.09131H3.06254H3.03373H3.00487H2.97598H2.94704H2.91806H2.88904H2.85999H2.83088H2.80174H2.77255H2.74332L2.71405 8.5H2.68474H2.65538H2.62598H2.59653H2.56704H2.53751H2.50793H2.47831H2.44865H2.41894H2.38918H2.35938H2.32953H2.29964H2.2697H2.23972H2.20969H2.17961H2.14948H2.11931H2.08909H2.05883H2.02851H1.99815H1.96774H1.93728H1.90678H1.87622H1.84562H1.81496H1.78426H1.75351H1.7227H1.69185H1.66095H1.62999H1.59899H1.56794H1.53683H1.50567H1.47446H1.4432H1.41189H1.38053H1.34911H1.31764H1.28612H1.25454H1.22291H1.19123H1.15949H1.1277H1.09586H1.06396H1.03201H1L1 7.5L1.03201 7.5L1.06396 7.5L1.09586 7.5L1.1277 7.5L1.15949 7.5L1.19123 7.5L1.22291 7.5L1.25454 7.5L1.28612 7.5L1.31764 7.5L1.34911 7.5L1.38053 7.5L1.41189 7.5L1.4432 7.5L1.47446 7.5L1.50567 7.5L1.53683 7.5L1.56794 7.5L1.59899 7.5L1.62999 7.5L1.66095 7.5L1.69185 7.5L1.7227 7.5L1.75351 7.5L1.78426 7.5L1.81496 7.5L1.84562 7.5L1.87622 7.5L1.90678 7.5L1.93728 7.5L1.96774 7.5L1.99815 7.5L2.02851 7.5L2.05883 7.5L2.08909 7.5L2.11931 7.5L2.14948 7.5L2.17961 7.5L2.20969 7.5L2.23972 7.5L2.2697 7.5L2.29964 7.5L2.32953 7.5L2.35938 7.5L2.38918 7.5L2.41894 7.5L2.44865 7.5L2.47831 7.5L2.50793 7.5L2.53751 7.5L2.56704 7.5L2.59653 7.5L2.62598 7.5L2.65538 7.5L2.68474 7.5L2.71405 7.5L2.74332 7.5L2.77255 7.5L2.80174 7.5L2.83088 7.5L2.85999 7.5L2.88904 7.5L2.91806 7.5L2.94704 7.5L2.97598 7.5L3.00487 7.5L3.03373 7.5L3.06254 7.5L3.09131 7.5L3.12004 7.5L3.14874 7.5L3.17739 7.5L3.20601 7.5L3.23458 7.5L3.26311 7.5L3.29161 7.5L3.32007 7.5L3.34849 7.5L3.37687 7.5L3.40521 7.5L3.43352 7.5L3.46179 7.5L3.49002 7.5L3.51821 7.5L3.54637 7.5L3.57448 7.5L3.60257 7.5L3.63061 7.5L3.65863 7.5L3.6866 7.5L3.71454 7.5L3.74244 7.5L3.77031 7.5L3.79815 7.5L3.82594 7.5L3.85371 7.5L3.88144 7.5L3.90913 7.5L3.9368 7.5L3.96442 7.5L3.99202 7.5L4.01958 7.5L4.04711 7.5L4.0746 7.5L4.10207 7.5L4.12949 7.5L4.15689 7.5L4.18426 7.5L4.21159 7.5L4.2389 7.5L4.26617 7.5L4.29341 7.5L4.32062 7.5L4.34779 7.5L4.37494 7.5L4.40206 7.5L4.42915 7.5L4.45621 7.5L4.48323 7.5L4.51023 7.5L4.5372 7.5L4.56414 7.5L4.59105 7.5L4.61794 7.5L4.64479 7.5L4.67162 7.5L4.69842 7.5L4.72519 7.5L4.75193 7.5L4.77865 7.5L4.80534 7.5L4.832 7.5L4.85864 7.5L4.88525 7.5L4.91183 7.5L4.93839 7.5L4.96492 7.5L4.99142 7.5L5.0179 7.5L5.04436 7.5L5.07079 7.5L5.0972 7.5L5.12358 7.5L5.14993 7.5L5.17627 7.5L5.20258 7.5L5.22886 7.5L5.25512 7.5L5.28136 7.5L5.30758 7.5L5.33377 7.5L5.35994 7.5L5.38609 7.5L5.41222 7.5L5.43832 7.5L5.4644 7.5L5.49047 7.5L5.51651 7.5L5.54252 7.5L5.56852 7.5L5.5945 7.5L5.62046 7.5L5.64639 7.5L5.67231 7.5L5.69821 7.5L5.72408 7.5L5.74994 7.5L5.77578 7.5L5.8016 7.5L5.8274 7.5L5.85319 7.5L5.87895 7.5L5.9047 7.5L5.93043 7.5L5.95614 7.5L5.98183 7.5L6.00751 7.5L6.03317 7.5L6.05881 7.5L6.08444 7.5L6.11005 7.5L6.13564 7.5L6.16122 7.5L6.18678 7.5L6.21233 7.5L6.23786 7.5L6.26338 7.5L6.28888 7.5L6.31437 7.5L6.33984 7.5L6.3653 7.5L6.39074 7.5L6.41617 7.5L6.44159 7.5L6.467 7.5L6.49239 7.5L6.51777 7.5L6.54313 7.5L6.56848 7.5L6.59382 7.5L6.61915 7.5L6.64447 7.5L6.66978 7.5L6.69507 7.5L6.72035 7.5L6.74562 7.5L6.77089 7.5L6.79614 7.5L6.82138 7.5L6.84661 7.5L6.87183 7.5L6.89704 7.5L6.92224 7.5L6.94743 7.5L6.97261 7.5L6.99779 7.5L7.02295 7.5L7.04811 7.5L7.07326 7.5L7.0984 7.5L7.12353 7.5L7.14866 7.5L7.17378 7.5L7.19889 7.5L7.22399 7.5L7.24909 7.5L7.27418 7.5L7.29927 7.5L7.32435 7.5L7.34942 7.5L7.37449 7.5L7.39955 7.5L7.42461 7.5L7.44966 7.5L7.47471 7.5L7.49975 7.5L7.52479 7.5L7.54983 7.5L7.57486 7.5L7.59988 7.5L7.62491 7.5L7.64993 7.5L7.67495 7.5L7.69996 7.5L7.72497 7.5L7.74998 7.5L7.77499 7.5L7.8 7.5L7.825 7.5L7.85 7.5L7.87501 7.5L7.90001 7.5L7.925 7.5L7.95 7.5L7.975 7.5L8 7.5L8.025 7.5L8.05 7.5L8.075 7.5L8.09999 7.5L8.12499 7.5L8.15 7.5L8.175 7.5L8.2 7.5L8.22501 7.5L8.25002 7.5L8.27503 7.5L8.30004 7.5L8.32505 7.5L8.35007 7.5L8.37509 7.5L8.40012 7.5L8.42514 7.5L8.45017 7.5L8.47521 7.5L8.50025 7.5L8.52529 7.5L8.55034 7.5L8.57539 7.5L8.60045 7.5L8.62551 7.5L8.65058 7.5L8.67565 7.5L8.70073 7.5L8.72582 7.5L8.75091 7.5L8.77601 7.5L8.80111 7.5L8.82622 7.5L8.85134 7.5L8.87647 7.5L8.9016 7.5L8.92674 7.5L8.95189 7.5L8.97705 7.5L9.00221 7.5L9.02739 7.5L9.05257 7.5L9.07776 7.5L9.10296 7.5L9.12817 7.5L9.15339 7.5L9.17862 7.5L9.20386 7.5L9.22911 7.5L9.25438 7.5L9.27965 7.5L9.30493 7.5L9.33022 7.5L9.35553 7.5L9.38085 7.5L9.40618 7.5L9.43152 7.5L9.45687 7.5L9.48223 7.5L9.50761 7.5L9.533 7.5L9.55841 7.5L9.58383 7.5L9.60926 7.5L9.6347 7.5L9.66016 7.5L9.68563 7.5L9.71112 7.5L9.73662 7.5L9.76214 7.5L9.78767 7.5L9.81322 7.5L9.83878 7.5L9.86436 7.5L9.88995 7.5L9.91556 7.5L9.94119 7.5L9.96683 7.5L9.99249 7.5L10.0182 7.5L10.0439 7.5L10.0696 7.5L10.0953 7.5L10.121 7.5L10.1468 7.5L10.1726 7.5L10.1984 7.5L10.2242 7.5L10.2501 7.5L10.2759 7.5L10.3018 7.5L10.3277 7.5L10.3536 7.5L10.3795 7.5L10.4055 7.5L10.4315 7.5L10.4575 7.5L10.4835 7.5L10.5095 7.5L10.5356 7.5L10.5617 7.5L10.5878 7.5L10.6139 7.5L10.6401 7.5L10.6662 7.5L10.6924 7.5L10.7186 7.5L10.7449 7.5L10.7711 7.5L10.7974 7.5L10.8237 7.5L10.8501 7.5L10.8764 7.5L10.9028 7.5L10.9292 7.5L10.9556 7.5L10.9821 7.5L11.0086 7.5L11.0351 7.5L11.0616 7.5L11.0882 7.5L11.1148 7.5L11.1414 7.5L11.168 7.5L11.1947 7.5L11.2214 7.5L11.2481 7.5L11.2748 7.5L11.3016 7.5L11.3284 7.5L11.3552 7.5L11.3821 7.5L11.4089 7.5L11.4359 7.5L11.4628 7.5L11.4898 7.5L11.5168 7.5L11.5438 7.5L11.5709 7.5L11.5979 7.5L11.6251 7.5L11.6522 7.5L11.6794 7.5L11.7066 7.5L11.7338 7.5L11.7611 7.5L11.7884 7.5L11.8157 7.5L11.8431 7.5L11.8705 7.5L11.8979 7.5L11.9254 7.5L11.9529 7.5L11.9804 7.5L12.008 7.5L12.0356 7.5L12.0632 7.5L12.0909 7.5L12.1186 7.5L12.1463 7.5L12.1741 7.5L12.2019 7.5L12.2297 7.5L12.2576 7.5L12.2855 7.5L12.3134 7.5L12.3414 7.5L12.3694 7.5L12.3974 7.5L12.4255 7.5L12.4536 7.5L12.4818 7.5L12.51 7.5L12.5382 7.5L12.5665 7.5L12.5948 7.5L12.6231 7.5L12.6515 7.5L12.6799 7.5L12.7084 7.5L12.7369 7.5L12.7654 7.5L12.794 7.5L12.8226 7.5L12.8513 7.5L12.88 7.5L12.9087 7.5L12.9375 7.5L12.9663 7.5L12.9951 7.5L13.024 7.5L13.053 7.5L13.0819 7.5L13.111 7.5L13.14 7.5L13.1691 7.5L13.1983 7.5L13.2274 7.5L13.2567 7.5L13.2859 7.5L13.3153 7.5L13.3446 7.5L13.374 7.5L13.4035 7.5L13.433 7.5L13.4625 7.5L13.4921 7.5L13.5217 7.5L13.5514 7.5L13.5811 7.5L13.6108 7.5L13.6406 7.5L13.6705 7.5L13.7004 7.5L13.7303 7.5L13.7603 7.5L13.7903 7.5L13.8204 7.5L13.8505 7.5L13.8807 7.5L13.9109 7.5L13.9412 7.5L13.9715 7.5L14.0018 7.5L14.0323 7.5L14.0627 7.5L14.0932 7.5L14.1238 7.5L14.1544 7.5L14.185 7.5L14.2157 7.5L14.2465 7.5L14.2773 7.5L14.3081 7.5L14.3391 7.5L14.37 7.5L14.401 7.5L14.4321 7.5L14.4632 7.5L14.4943 7.5L14.5255 7.5L14.5568 7.5L14.5881 7.5L14.6195 7.5L14.6509 7.5L14.6824 7.5L14.7139 7.5L14.7455 7.5L14.7771 7.5L14.8088 7.5L14.8405 7.5L14.8723 7.5L14.9041 7.5L14.936 7.5L14.968 7.5Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nSubtractIcon.displayName = \"SubtractIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,YAAY,GAAGF,UAAU,CACpC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,u3TAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBmC,CAA/B;AAuBPD,YAAY,CAACG,WAAb,GAA2B,cAA3B"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/SvgIcon.ts"],"names":["default","SvgIcon"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,SAASA,OAAO,IAAIC,OAApB,QAAmC,uBAAnC;AACA,cAAc,uBAAd","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nexport { default as SvgIcon } from \"@mui/material/SvgIcon\";\nexport * from \"@mui/material/SvgIcon\";\n"],"file":"SvgIcon.js"}
1
+ {"version":3,"file":"SvgIcon.js","names":["default","SvgIcon"],"sources":["../../../src/components/Icon/SvgIcon.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nexport { default as SvgIcon } from \"@mui/material/SvgIcon\";\nexport * from \"@mui/material/SvgIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,SAASA,OAAO,IAAIC,OAApB,QAAmC,uBAAnC;AACA,cAAc,uBAAd"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/User.tsx"],"names":["forwardRef","SvgIcon","UserIcon","props","ref","displayName"],"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;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,o3BAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type UserIconProps = SvgIconNoChildrenProps;\n\nexport const UserIcon = forwardRef<SVGSVGElement, UserIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 3V5C10 6.10457 9.10457 7 8 7C6.89543 7 6 6.10457 6 5V3C6 1.89543 6.89543 1 8 1C9.10457 1 10 1.89543 10 3ZM5 3C5 1.34315 6.34315 0 8 0C9.65685 0 11 1.34315 11 3V5C11 6.65685 9.65685 8 8 8C6.34315 8 5 6.65685 5 5V3ZM4.1305 10.0742C4.26803 10.0181 4.459 10 5.41376 10H10.5862C11.541 10 11.732 10.0181 11.8695 10.0742C12.0299 10.1398 12.1706 10.2459 12.2777 10.3821C12.3695 10.4989 12.4393 10.6776 12.7016 11.5956L13.6743 15H2.32573L3.29841 11.5956C3.5607 10.6776 3.63054 10.4989 3.72233 10.3821C3.82941 10.2459 3.97006 10.1398 4.1305 10.0742ZM13.6631 11.3209L14.7143 15L15 16H13.96H2.04002H1L1.28571 15L2.33689 11.3209C2.57458 10.489 2.69343 10.073 2.93606 9.76423C3.15022 9.49171 3.43152 9.27953 3.75239 9.14848C4.11592 9 4.54854 9 5.41376 9H10.5862C11.4515 9 11.8841 9 12.2476 9.14848C12.5685 9.27953 12.8498 9.49171 13.0639 9.76423C13.3066 10.073 13.4254 10.489 13.6631 11.3209Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nUserIcon.displayName = \"UserIcon\";\n"],"file":"User.js"}
1
+ {"version":3,"file":"User.js","names":["forwardRef","SvgIcon","UserIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/User.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type UserIconProps = SvgIconNoChildrenProps;\n\nexport const UserIcon = forwardRef<SVGSVGElement, UserIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 3V5C10 6.10457 9.10457 7 8 7C6.89543 7 6 6.10457 6 5V3C6 1.89543 6.89543 1 8 1C9.10457 1 10 1.89543 10 3ZM5 3C5 1.34315 6.34315 0 8 0C9.65685 0 11 1.34315 11 3V5C11 6.65685 9.65685 8 8 8C6.34315 8 5 6.65685 5 5V3ZM4.1305 10.0742C4.26803 10.0181 4.459 10 5.41376 10H10.5862C11.541 10 11.732 10.0181 11.8695 10.0742C12.0299 10.1398 12.1706 10.2459 12.2777 10.3821C12.3695 10.4989 12.4393 10.6776 12.7016 11.5956L13.6743 15H2.32573L3.29841 11.5956C3.5607 10.6776 3.63054 10.4989 3.72233 10.3821C3.82941 10.2459 3.97006 10.1398 4.1305 10.0742ZM13.6631 11.3209L14.7143 15L15 16H13.96H2.04002H1L1.28571 15L2.33689 11.3209C2.57458 10.489 2.69343 10.073 2.93606 9.76423C3.15022 9.49171 3.43152 9.27953 3.75239 9.14848C4.11592 9 4.54854 9 5.41376 9H10.5862C11.4515 9 11.8841 9 12.2476 9.14848C12.5685 9.27953 12.8498 9.49171 13.0639 9.76423C13.3066 10.073 13.4254 10.489 13.6631 11.3209Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nUserIcon.displayName = \"UserIcon\";\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,o3BAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Icon/UserGroup.tsx"],"names":["forwardRef","SvgIcon","UserGroupIcon","props","ref","displayName"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,aAAa,GAAGF,UAAU,CACrC,CAACG,KAAD,EAAQC,GAAR,KAAgB;AACd,SACE,KAAC,OAAD;AACE,IAAA,OAAO,EAAC,WADV;AAEE,IAAA,IAAI,EAAC,MAFP;AAGE,IAAA,KAAK,EAAC,4BAHR;AAIE,IAAA,GAAG,EAAEA,GAJP;AAAA,OAKMD,KALN;AAAA,cAOE;AAAA,gBACE;AACE,QAAA,QAAQ,EAAC,SADX;AAEE,QAAA,QAAQ,EAAC,SAFX;AAGE,QAAA,CAAC,EAAC,8mEAHJ;AAIE,QAAA,IAAI,EAAC;AAJP;AADF;AAPF,IADF;AAkBD,CApBoC,CAAhC;AAuBPD,aAAa,CAACG,WAAd,GAA4B,eAA5B","sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type UserGroupIconProps = SvgIconNoChildrenProps;\n\nexport const UserGroupIcon = forwardRef<SVGSVGElement, UserGroupIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4V3C12 2.44772 11.5523 2 11 2C10.4477 2 10 2.44772 10 3V4C10 4.55228 10.4477 5 11 5C11.5523 5 12 4.55228 12 4ZM11 1C9.89543 1 9 1.89543 9 3V4C9 5.10457 9.89543 6 11 6C12.1046 6 13 5.10457 13 4V3C13 1.89543 12.1046 1 11 1ZM13.4507 9.70979C13.3461 9.25176 13.2788 8.96046 13.2112 8.74017C13.1473 8.53193 13.1019 8.45367 13.0716 8.41204L13.8805 7.82408C14.1212 8.15524 14.2227 8.59915 14.4256 9.48696L14.7714 11L15 12H13.9742H8.31292C8.34765 12.146 8.38455 12.3074 8.42559 12.487L8.77143 14L9 15H7.97421H2.02579H1L1.22857 14L1.57441 12.487C1.77734 11.5991 1.8788 11.1552 2.11952 10.8241C2.33185 10.532 2.61932 10.3028 2.95142 10.1609C3.32789 10 3.78325 10 4.69396 10H5.30604C6.21675 10 6.67211 10 7.04858 10.1609C7.16471 10.2105 7.27538 10.2708 7.37928 10.3407L7.57443 9.48696C7.77735 8.59915 7.87882 8.15524 8.11953 7.82408C8.33187 7.53195 8.61934 7.30278 8.95143 7.16087C9.32791 7 9.78326 7 10.694 7H11.3061C12.2168 7 12.6721 7 13.0486 7.16087C13.3807 7.30278 13.6682 7.53195 13.8805 7.82408L13.0716 8.41204C12.9654 8.26598 12.8217 8.15139 12.6557 8.08044C12.6083 8.06021 12.5219 8.03334 12.3047 8.01744C12.0748 8.00062 11.7759 8 11.3061 8H10.694C10.2241 8 9.92519 8.00062 9.69536 8.01744C9.47812 8.03334 9.3917 8.06021 9.34437 8.08044C9.17833 8.15139 9.03459 8.26598 8.92842 8.41204C8.89816 8.45367 8.85271 8.53193 8.7888 8.74017C8.72119 8.96047 8.65397 9.25177 8.54928 9.70979L8.25438 11H13.7457L13.4681 9.78588L13.4507 9.70979ZM6 7V6C6 5.44772 5.55228 5 5 5C4.44772 5 4 5.44772 4 6V7C4 7.55228 4.44772 8 5 8C5.55228 8 6 7.55228 6 7ZM5 4C3.89543 4 3 4.89543 3 6V7C3 8.10457 3.89543 9 5 9C6.10457 9 7 8.10457 7 7V6C7 4.89543 6.10457 4 5 4ZM5.30604 11H4.69396C4.22413 11 3.92517 11.0006 3.69534 11.0174C3.4781 11.0333 3.39168 11.0602 3.34436 11.0804C3.17831 11.1514 3.03457 11.266 2.92841 11.412C2.89815 11.4537 2.85269 11.5319 2.78879 11.7402C2.72118 11.9605 2.65396 12.2518 2.54927 12.7098L2.25436 14H7.74564L7.45073 12.7098C7.34604 12.2518 7.27882 11.9605 7.21122 11.7402C7.14731 11.5319 7.10185 11.4537 7.0716 11.412C6.96543 11.266 6.82169 11.1514 6.65565 11.0804C6.60832 11.0602 6.5219 11.0333 6.30466 11.0174C6.07483 11.0006 5.77587 11 5.30604 11Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nUserGroupIcon.displayName = \"UserGroupIcon\";\n"],"file":"UserGroup.js"}
1
+ {"version":3,"file":"UserGroup.js","names":["forwardRef","SvgIcon","UserGroupIcon","props","ref","displayName"],"sources":["../../../src/components/Icon/UserGroup.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type UserGroupIconProps = SvgIconNoChildrenProps;\n\nexport const UserGroupIcon = forwardRef<SVGSVGElement, UserGroupIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4V3C12 2.44772 11.5523 2 11 2C10.4477 2 10 2.44772 10 3V4C10 4.55228 10.4477 5 11 5C11.5523 5 12 4.55228 12 4ZM11 1C9.89543 1 9 1.89543 9 3V4C9 5.10457 9.89543 6 11 6C12.1046 6 13 5.10457 13 4V3C13 1.89543 12.1046 1 11 1ZM13.4507 9.70979C13.3461 9.25176 13.2788 8.96046 13.2112 8.74017C13.1473 8.53193 13.1019 8.45367 13.0716 8.41204L13.8805 7.82408C14.1212 8.15524 14.2227 8.59915 14.4256 9.48696L14.7714 11L15 12H13.9742H8.31292C8.34765 12.146 8.38455 12.3074 8.42559 12.487L8.77143 14L9 15H7.97421H2.02579H1L1.22857 14L1.57441 12.487C1.77734 11.5991 1.8788 11.1552 2.11952 10.8241C2.33185 10.532 2.61932 10.3028 2.95142 10.1609C3.32789 10 3.78325 10 4.69396 10H5.30604C6.21675 10 6.67211 10 7.04858 10.1609C7.16471 10.2105 7.27538 10.2708 7.37928 10.3407L7.57443 9.48696C7.77735 8.59915 7.87882 8.15524 8.11953 7.82408C8.33187 7.53195 8.61934 7.30278 8.95143 7.16087C9.32791 7 9.78326 7 10.694 7H11.3061C12.2168 7 12.6721 7 13.0486 7.16087C13.3807 7.30278 13.6682 7.53195 13.8805 7.82408L13.0716 8.41204C12.9654 8.26598 12.8217 8.15139 12.6557 8.08044C12.6083 8.06021 12.5219 8.03334 12.3047 8.01744C12.0748 8.00062 11.7759 8 11.3061 8H10.694C10.2241 8 9.92519 8.00062 9.69536 8.01744C9.47812 8.03334 9.3917 8.06021 9.34437 8.08044C9.17833 8.15139 9.03459 8.26598 8.92842 8.41204C8.89816 8.45367 8.85271 8.53193 8.7888 8.74017C8.72119 8.96047 8.65397 9.25177 8.54928 9.70979L8.25438 11H13.7457L13.4681 9.78588L13.4507 9.70979ZM6 7V6C6 5.44772 5.55228 5 5 5C4.44772 5 4 5.44772 4 6V7C4 7.55228 4.44772 8 5 8C5.55228 8 6 7.55228 6 7ZM5 4C3.89543 4 3 4.89543 3 6V7C3 8.10457 3.89543 9 5 9C6.10457 9 7 8.10457 7 7V6C7 4.89543 6.10457 4 5 4ZM5.30604 11H4.69396C4.22413 11 3.92517 11.0006 3.69534 11.0174C3.4781 11.0333 3.39168 11.0602 3.34436 11.0804C3.17831 11.1514 3.03457 11.266 2.92841 11.412C2.89815 11.4537 2.85269 11.5319 2.78879 11.7402C2.72118 11.9605 2.65396 12.2518 2.54927 12.7098L2.25436 14H7.74564L7.45073 12.7098C7.34604 12.2518 7.27882 11.9605 7.21122 11.7402C7.14731 11.5319 7.10185 11.4537 7.0716 11.412C6.96543 11.266 6.82169 11.1514 6.65565 11.0804C6.60832 11.0602 6.5219 11.0333 6.30466 11.0174C6.07483 11.0006 5.77587 11 5.30604 11Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nUserGroupIcon.displayName = \"UserGroupIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,aAAa,GAAGF,UAAU,CACrC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,8mEAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBoC,CAAhC;AAuBPD,aAAa,CAACG,WAAd,GAA4B,eAA5B"}