@gnist/design-system 2.0.29 → 2.0.31

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 (114) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/components/surfaces/modal/Modal.cjs +36 -4
  3. package/dist/components/surfaces/modal/Modal.d.ts.map +1 -1
  4. package/dist/components/surfaces/modal/Modal.js +39 -7
  5. package/dist/components/surfaces/modal/modal.css.cjs +20 -10
  6. package/dist/components/surfaces/modal/modal.css.d.ts.map +1 -1
  7. package/dist/components/surfaces/modal/modal.css.js +20 -10
  8. package/dist/foundation/iconography/icons.d.ts +1 -1
  9. package/dist/foundation/iconography/icons.d.ts.map +1 -1
  10. package/dist/foundation/iconography/svg/action/automatic_gear-filled.svg.cjs +28 -0
  11. package/dist/foundation/iconography/svg/action/automatic_gear-filled.svg.js +10 -0
  12. package/dist/foundation/iconography/svg/action/automatic_gear-outlined.svg.cjs +28 -0
  13. package/dist/foundation/iconography/svg/action/automatic_gear-outlined.svg.js +10 -0
  14. package/dist/foundation/iconography/svg/action/automatic_gear-round.svg.cjs +28 -0
  15. package/dist/foundation/iconography/svg/action/automatic_gear-round.svg.js +10 -0
  16. package/dist/foundation/iconography/svg/action/automatic_gear-sharp.svg.cjs +28 -0
  17. package/dist/foundation/iconography/svg/action/automatic_gear-sharp.svg.js +10 -0
  18. package/dist/foundation/iconography/svg/action/binoculars-filled.svg.cjs +28 -0
  19. package/dist/foundation/iconography/svg/action/binoculars-filled.svg.js +10 -0
  20. package/dist/foundation/iconography/svg/action/binoculars-outlined.svg.cjs +28 -0
  21. package/dist/foundation/iconography/svg/action/binoculars-outlined.svg.js +10 -0
  22. package/dist/foundation/iconography/svg/action/binoculars-round.svg.cjs +28 -0
  23. package/dist/foundation/iconography/svg/action/binoculars-round.svg.js +10 -0
  24. package/dist/foundation/iconography/svg/action/binoculars-sharp.svg.cjs +28 -0
  25. package/dist/foundation/iconography/svg/action/binoculars-sharp.svg.js +10 -0
  26. package/dist/foundation/iconography/svg/action/change-filled.svg.cjs +28 -0
  27. package/dist/foundation/iconography/svg/action/change-filled.svg.js +10 -0
  28. package/dist/foundation/iconography/svg/action/change-outlined.svg.cjs +28 -0
  29. package/dist/foundation/iconography/svg/action/change-outlined.svg.js +10 -0
  30. package/dist/foundation/iconography/svg/action/change-round.svg.cjs +28 -0
  31. package/dist/foundation/iconography/svg/action/change-round.svg.js +10 -0
  32. package/dist/foundation/iconography/svg/action/change-sharp.svg.cjs +28 -0
  33. package/dist/foundation/iconography/svg/action/change-sharp.svg.js +10 -0
  34. package/dist/foundation/iconography/svg/action/index.cjs +88 -0
  35. package/dist/foundation/iconography/svg/action/index.d.ts +208 -0
  36. package/dist/foundation/iconography/svg/action/index.d.ts.map +1 -1
  37. package/dist/foundation/iconography/svg/action/index.js +88 -0
  38. package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.cjs +28 -0
  39. package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.js +10 -0
  40. package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.cjs +28 -0
  41. package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.js +10 -0
  42. package/dist/foundation/iconography/svg/action/manual_gear-round.svg.cjs +28 -0
  43. package/dist/foundation/iconography/svg/action/manual_gear-round.svg.js +10 -0
  44. package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.cjs +28 -0
  45. package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.js +10 -0
  46. package/dist/foundation/iconography/svg/action/notifications-filled.svg.cjs +28 -0
  47. package/dist/foundation/iconography/svg/action/notifications-filled.svg.js +10 -0
  48. package/dist/foundation/iconography/svg/action/notifications-outlined.svg.cjs +28 -0
  49. package/dist/foundation/iconography/svg/action/notifications-outlined.svg.js +10 -0
  50. package/dist/foundation/iconography/svg/action/notifications-round.svg.cjs +28 -0
  51. package/dist/foundation/iconography/svg/action/notifications-round.svg.js +10 -0
  52. package/dist/foundation/iconography/svg/action/notifications-sharp.svg.cjs +28 -0
  53. package/dist/foundation/iconography/svg/action/notifications-sharp.svg.js +10 -0
  54. package/dist/foundation/iconography/svg/action/query_stats-filled.svg.cjs +28 -0
  55. package/dist/foundation/iconography/svg/action/query_stats-filled.svg.js +10 -0
  56. package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.cjs +28 -0
  57. package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.js +10 -0
  58. package/dist/foundation/iconography/svg/action/query_stats-round.svg.cjs +28 -0
  59. package/dist/foundation/iconography/svg/action/query_stats-round.svg.js +10 -0
  60. package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.cjs +28 -0
  61. package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.js +10 -0
  62. package/dist/foundation/iconography/svg/action/sort-filled.svg.cjs +28 -0
  63. package/dist/foundation/iconography/svg/action/sort-filled.svg.js +10 -0
  64. package/dist/foundation/iconography/svg/action/sort-outlined.svg.cjs +28 -0
  65. package/dist/foundation/iconography/svg/action/sort-outlined.svg.js +10 -0
  66. package/dist/foundation/iconography/svg/action/sort-round.svg.cjs +28 -0
  67. package/dist/foundation/iconography/svg/action/sort-round.svg.js +10 -0
  68. package/dist/foundation/iconography/svg/action/sort-sharp.svg.cjs +28 -0
  69. package/dist/foundation/iconography/svg/action/sort-sharp.svg.js +10 -0
  70. package/dist/foundation/iconography/svg/action/tune-filled.svg.cjs +28 -0
  71. package/dist/foundation/iconography/svg/action/tune-filled.svg.js +10 -0
  72. package/dist/foundation/iconography/svg/action/tune-outlined.svg.cjs +28 -0
  73. package/dist/foundation/iconography/svg/action/tune-outlined.svg.js +10 -0
  74. package/dist/foundation/iconography/svg/action/tune-round.svg.cjs +28 -0
  75. package/dist/foundation/iconography/svg/action/tune-round.svg.js +10 -0
  76. package/dist/foundation/iconography/svg/action/tune-sharp.svg.cjs +28 -0
  77. package/dist/foundation/iconography/svg/action/tune-sharp.svg.js +10 -0
  78. package/dist/foundation/iconography/svg/content/auto-filled.svg.cjs +28 -0
  79. package/dist/foundation/iconography/svg/content/auto-filled.svg.js +10 -0
  80. package/dist/foundation/iconography/svg/content/auto-outlined.svg.cjs +28 -0
  81. package/dist/foundation/iconography/svg/content/auto-outlined.svg.js +10 -0
  82. package/dist/foundation/iconography/svg/content/auto-round.svg.cjs +28 -0
  83. package/dist/foundation/iconography/svg/content/auto-round.svg.js +10 -0
  84. package/dist/foundation/iconography/svg/content/auto-sharp.svg.cjs +28 -0
  85. package/dist/foundation/iconography/svg/content/auto-sharp.svg.js +10 -0
  86. package/dist/foundation/iconography/svg/content/index.cjs +44 -0
  87. package/dist/foundation/iconography/svg/content/index.d.ts +104 -0
  88. package/dist/foundation/iconography/svg/content/index.d.ts.map +1 -1
  89. package/dist/foundation/iconography/svg/content/index.js +45 -1
  90. package/dist/foundation/iconography/svg/content/manage_account-filled.svg.cjs +28 -0
  91. package/dist/foundation/iconography/svg/content/manage_account-filled.svg.js +10 -0
  92. package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.cjs +28 -0
  93. package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.js +10 -0
  94. package/dist/foundation/iconography/svg/content/manage_account-round.svg.cjs +28 -0
  95. package/dist/foundation/iconography/svg/content/manage_account-round.svg.js +10 -0
  96. package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.cjs +28 -0
  97. package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.js +10 -0
  98. package/dist/foundation/iconography/svg/content/person-filled.svg.cjs +28 -0
  99. package/dist/foundation/iconography/svg/content/person-filled.svg.js +10 -0
  100. package/dist/foundation/iconography/svg/content/person-outlined.svg.cjs +28 -0
  101. package/dist/foundation/iconography/svg/content/person-outlined.svg.js +10 -0
  102. package/dist/foundation/iconography/svg/content/person-round.svg.cjs +28 -0
  103. package/dist/foundation/iconography/svg/content/person-round.svg.js +10 -0
  104. package/dist/foundation/iconography/svg/content/person-sharp.svg.cjs +28 -0
  105. package/dist/foundation/iconography/svg/content/person-sharp.svg.js +10 -0
  106. package/dist/foundation/iconography/svg/content/work-filled.svg.cjs +28 -0
  107. package/dist/foundation/iconography/svg/content/work-filled.svg.js +10 -0
  108. package/dist/foundation/iconography/svg/content/work-outlined.svg.cjs +28 -0
  109. package/dist/foundation/iconography/svg/content/work-outlined.svg.js +10 -0
  110. package/dist/foundation/iconography/svg/content/work-round.svg.cjs +28 -0
  111. package/dist/foundation/iconography/svg/content/work-round.svg.js +10 -0
  112. package/dist/foundation/iconography/svg/content/work-sharp.svg.cjs +28 -0
  113. package/dist/foundation/iconography/svg/content/work-sharp.svg.js +10 -0
  114. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## <small>2.0.31 (2025-03-26)</small>
7
+
8
+ * fix: close modal with ESC key and unmount from DOM when not in use ([13d58a0](https://github.com/mollerdigital/design-system-design-system/commit/13d58a0))
9
+ * fix: replace baseModal from mui/base with dialog element in Modal component to support react 19 ([e065ad8](https://github.com/mollerdigital/design-system-design-system/commit/e065ad8))
10
+
11
+ ## <small>2.0.30 (2025-03-21)</small>
12
+
13
+ * feat: add new icons ([982f902](https://github.com/mollerdigital/design-system-design-system/commit/982f902))
14
+
6
15
  ## <small>2.0.29 (2025-03-21)</small>
7
16
 
8
17
  * perf: compress icons ([f7b013a](https://github.com/mollerdigital/design-system-design-system/commit/f7b013a))
@@ -17,8 +17,8 @@ require("../../actions/chips/TagChip.cjs");
17
17
  const index$1 = require("../../../foundation/typography/index.cjs");
18
18
  const index = require("../../../translations/index.cjs");
19
19
  const tokens_css_js = require("@gnist/themes/tokens.css.js");
20
- const base = require("@mui/base");
21
20
  const React = require("react");
21
+ const reactDom = require("react-dom");
22
22
  const modal_css = require("./modal.css.cjs");
23
23
  function _interopNamespaceCompat(e) {
24
24
  if (e && typeof e === "object" && "default" in e) return e;
@@ -54,13 +54,45 @@ const Modal = React__namespace.forwardRef(function Modal2({ children, title, isO
54
54
  var _a, _b;
55
55
  const text = index.useTranslation((t) => t.components.surfaces.modal);
56
56
  const [contentHeight, setContentHeight] = React.useState(0);
57
+ const [renderComponent, setRenderComponent] = React.useState(false);
58
+ const dialogRef = React.useRef(null);
57
59
  const handleBackdropClick = (event) => {
58
60
  if (event.target === event.currentTarget) {
59
61
  handleClose();
60
62
  }
61
63
  };
62
- const Backdrop = () => jsxRuntime.jsx("div", { role: "presentation", className: modal_css.backdropStyle, onClick: handleBackdropClick });
63
- return jsxRuntime.jsx(base.Modal, { className: modal_css.modalStyle, open: isOpen, slots: { backdrop: Backdrop }, children: jsxRuntime.jsxs("div", { ref, className: modal_css.dialogRecipe({ size }), ...rest, style: { backgroundColor }, children: [jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs("div", { className: modal_css.headerRowRecipe({
64
+ const handleDialogClose = (event) => {
65
+ if (event.target === dialogRef.current) {
66
+ handleClose();
67
+ }
68
+ };
69
+ React.useEffect(() => {
70
+ const handleEscape = (event) => {
71
+ if (isOpen && event.key === "Escape") {
72
+ handleClose();
73
+ }
74
+ };
75
+ if (isOpen) {
76
+ window.addEventListener("keydown", handleEscape);
77
+ }
78
+ return () => {
79
+ window.removeEventListener("keydown", handleEscape);
80
+ };
81
+ }, [dialogRef, isOpen, handleClose]);
82
+ React.useEffect(() => {
83
+ var _a2, _b2;
84
+ if (isOpen) {
85
+ setRenderComponent(true);
86
+ (_a2 = dialogRef.current) == null ? void 0 : _a2.show();
87
+ } else {
88
+ (_b2 = dialogRef.current) == null ? void 0 : _b2.close();
89
+ setTimeout(() => setRenderComponent(false), 300);
90
+ }
91
+ }, [isOpen, renderComponent]);
92
+ if (!renderComponent) {
93
+ return null;
94
+ }
95
+ return reactDom.createPortal(jsxRuntime.jsxs("dialog", { ref: dialogRef, className: modal_css.modalStyle, onClick: handleDialogClose, children: [jsxRuntime.jsx("div", { role: "presentation", className: modal_css.backdropStyle, onClick: handleBackdropClick }), jsxRuntime.jsxs("div", { ref, className: modal_css.dialogRecipe({ size }), ...rest, style: { backgroundColor }, children: [jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs("div", { className: modal_css.headerRowRecipe({
64
96
  size,
65
97
  hasScroll: hasScroll(size, contentHeight)
66
98
  }), style: { backgroundColor }, children: [title ? jsxRuntime.jsx(index$1.Heading1Text, { children: title }) : jsxRuntime.jsx("span", { "aria-hidden": true }), jsxRuntime.jsx(IconButton.IconButton, { icon: "close", label: text.dismissLabel, onClick: handleClose, disabled: (_a = primaryAction == null ? void 0 : primaryAction.loading) == null ? void 0 : _a.isLoading, autoFocus: true })] }), jsxRuntime.jsx("div", { ref: (element) => {
@@ -73,6 +105,6 @@ const Modal = React__namespace.forwardRef(function Modal2({ children, title, isO
73
105
  }), children })] }), primaryAction || secondaryAction || action ? jsxRuntime.jsxs("div", { className: modal_css.actionRowRecipe({
74
106
  size,
75
107
  hasScroll: hasScroll(size, contentHeight)
76
- }), style: { backgroundColor }, children: [primaryAction ? jsxRuntime.jsx(PrimaryButton.PrimaryButton, { ...primaryAction, children: primaryAction.label }) : null, secondaryAction ? jsxRuntime.jsx(TextButton.TextButton, { ...secondaryAction, disabled: (_b = primaryAction == null ? void 0 : primaryAction.loading) == null ? void 0 : _b.isLoading, children: secondaryAction.label }) : null, action ? action : null] }) : null] }) });
108
+ }), style: { backgroundColor }, children: [primaryAction ? jsxRuntime.jsx(PrimaryButton.PrimaryButton, { ...primaryAction, children: primaryAction.label }) : null, secondaryAction ? jsxRuntime.jsx(TextButton.TextButton, { ...secondaryAction, disabled: (_b = primaryAction == null ? void 0 : primaryAction.loading) == null ? void 0 : _b.isLoading, children: secondaryAction.label }) : null, action ? action : null] }) : null] })] }), document.body);
77
109
  });
78
110
  exports.Modal = Modal;
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/surfaces/modal/Modal.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,4CAAsE;AAKjG,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAKH,UAAU,EAGb,uBAAmD;AAEpD,UAAU,MAAO,SAAQ,gBAAgB,CAAC,QAAQ,CAAC;IAC/C,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,UAAU;IACvB,uCAAuC;IACvC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,8CAA8C;IAC9C,MAAM,EAAE,OAAO,CAAC;IAChB,kCAAkC;IAClC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,6GAA6G;IAC7G,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,uFAAuF;IACvF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,+GAA+G;IAC/G,eAAe,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IAC1C,4BAA4B;IAC5B,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,qCAAqC;IACrC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAeD;;;;;;;;;;;GAWG;AAEH,eAAO,MAAM,KAAK,mFA0GhB,CAAC"}
1
+ {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/surfaces/modal/Modal.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,4CAAsE;AAIjG,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAKH,UAAU,EAGb,uBAAmD;AAEpD,UAAU,MAAO,SAAQ,gBAAgB,CAAC,QAAQ,CAAC;IAC/C,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,UAAU;IACvB,uCAAuC;IACvC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,8CAA8C;IAC9C,MAAM,EAAE,OAAO,CAAC;IAChB,kCAAkC;IAClC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,6GAA6G;IAC7G,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,uFAAuF;IACvF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,+GAA+G;IAC/G,eAAe,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IAC1C,4BAA4B;IAC5B,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,qCAAqC;IACrC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAeD;;;;;;;;;;;GAWG;AAEH,eAAO,MAAM,KAAK,mFAgJhB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { jsxs, jsx } from "react/jsx-runtime";
3
3
  import { PrimaryButton } from "../../actions/buttons/PrimaryButton.js";
4
4
  import "../../actions/buttons/SecondaryButton.js";
5
5
  import "../../actions/buttons/SuccessButton.js";
@@ -15,10 +15,10 @@ import "../../actions/chips/TagChip.js";
15
15
  import { Heading1Text } from "../../../foundation/typography/index.js";
16
16
  import { useTranslation } from "../../../translations/index.js";
17
17
  import { tokens } from "@gnist/themes/tokens.css.js";
18
- import { Modal as Modal$1 } from "@mui/base";
19
18
  import * as React from "react";
20
- import { useState } from "react";
21
- import { modalStyle, dialogRecipe, headerRowRecipe, contentContainerRecipe, actionRowRecipe, backdropStyle } from "./modal.css.js";
19
+ import { useState, useRef, useEffect } from "react";
20
+ import { createPortal } from "react-dom";
21
+ import { modalStyle, backdropStyle, dialogRecipe, headerRowRecipe, contentContainerRecipe, actionRowRecipe } from "./modal.css.js";
22
22
  const hasScroll = (size, height) => {
23
23
  switch (size) {
24
24
  case "fullscreen":
@@ -35,13 +35,45 @@ const Modal = React.forwardRef(function Modal2({ children, title, isOpen, handle
35
35
  var _a, _b;
36
36
  const text = useTranslation((t) => t.components.surfaces.modal);
37
37
  const [contentHeight, setContentHeight] = useState(0);
38
+ const [renderComponent, setRenderComponent] = useState(false);
39
+ const dialogRef = useRef(null);
38
40
  const handleBackdropClick = (event) => {
39
41
  if (event.target === event.currentTarget) {
40
42
  handleClose();
41
43
  }
42
44
  };
43
- const Backdrop = () => jsx("div", { role: "presentation", className: backdropStyle, onClick: handleBackdropClick });
44
- return jsx(Modal$1, { className: modalStyle, open: isOpen, slots: { backdrop: Backdrop }, children: jsxs("div", { ref, className: dialogRecipe({ size }), ...rest, style: { backgroundColor }, children: [jsxs("div", { children: [jsxs("div", { className: headerRowRecipe({
45
+ const handleDialogClose = (event) => {
46
+ if (event.target === dialogRef.current) {
47
+ handleClose();
48
+ }
49
+ };
50
+ useEffect(() => {
51
+ const handleEscape = (event) => {
52
+ if (isOpen && event.key === "Escape") {
53
+ handleClose();
54
+ }
55
+ };
56
+ if (isOpen) {
57
+ window.addEventListener("keydown", handleEscape);
58
+ }
59
+ return () => {
60
+ window.removeEventListener("keydown", handleEscape);
61
+ };
62
+ }, [dialogRef, isOpen, handleClose]);
63
+ useEffect(() => {
64
+ var _a2, _b2;
65
+ if (isOpen) {
66
+ setRenderComponent(true);
67
+ (_a2 = dialogRef.current) == null ? void 0 : _a2.show();
68
+ } else {
69
+ (_b2 = dialogRef.current) == null ? void 0 : _b2.close();
70
+ setTimeout(() => setRenderComponent(false), 300);
71
+ }
72
+ }, [isOpen, renderComponent]);
73
+ if (!renderComponent) {
74
+ return null;
75
+ }
76
+ return createPortal(jsxs("dialog", { ref: dialogRef, className: modalStyle, onClick: handleDialogClose, children: [jsx("div", { role: "presentation", className: backdropStyle, onClick: handleBackdropClick }), jsxs("div", { ref, className: dialogRecipe({ size }), ...rest, style: { backgroundColor }, children: [jsxs("div", { children: [jsxs("div", { className: headerRowRecipe({
45
77
  size,
46
78
  hasScroll: hasScroll(size, contentHeight)
47
79
  }), style: { backgroundColor }, children: [title ? jsx(Heading1Text, { children: title }) : jsx("span", { "aria-hidden": true }), jsx(IconButton, { icon: "close", label: text.dismissLabel, onClick: handleClose, disabled: (_a = primaryAction == null ? void 0 : primaryAction.loading) == null ? void 0 : _a.isLoading, autoFocus: true })] }), jsx("div", { ref: (element) => {
@@ -54,7 +86,7 @@ const Modal = React.forwardRef(function Modal2({ children, title, isOpen, handle
54
86
  }), children })] }), primaryAction || secondaryAction || action ? jsxs("div", { className: actionRowRecipe({
55
87
  size,
56
88
  hasScroll: hasScroll(size, contentHeight)
57
- }), style: { backgroundColor }, children: [primaryAction ? jsx(PrimaryButton, { ...primaryAction, children: primaryAction.label }) : null, secondaryAction ? jsx(TextButton, { ...secondaryAction, disabled: (_b = primaryAction == null ? void 0 : primaryAction.loading) == null ? void 0 : _b.isLoading, children: secondaryAction.label }) : null, action ? action : null] }) : null] }) });
89
+ }), style: { backgroundColor }, children: [primaryAction ? jsx(PrimaryButton, { ...primaryAction, children: primaryAction.label }) : null, secondaryAction ? jsx(TextButton, { ...secondaryAction, disabled: (_b = primaryAction == null ? void 0 : primaryAction.loading) == null ? void 0 : _b.isLoading, children: secondaryAction.label }) : null, action ? action : null] }) : null] })] }), document.body);
58
90
  });
59
91
  export {
60
92
  Modal
@@ -17,16 +17,26 @@ const backdropStyle = css.style({
17
17
  WebkitTapHighlightColor: "transparent"
18
18
  });
19
19
  const modalStyle = css.style({
20
- position: "fixed",
21
- zIndex: 1300,
22
- right: 0,
23
- bottom: 0,
24
- top: 0,
25
- left: 0,
26
- display: "flex",
27
- alignItems: "center",
28
- justifyContent: "center",
29
- isolation: "isolate"
20
+ selectors: {
21
+ "&:open": {
22
+ position: "fixed",
23
+ zIndex: 1300,
24
+ right: 0,
25
+ bottom: 0,
26
+ top: 0,
27
+ left: 0,
28
+ width: "100%",
29
+ maxWidth: "unset",
30
+ maxHeight: "unset",
31
+ backgroundColor: "transparent",
32
+ border: "none",
33
+ height: "100%",
34
+ display: "flex",
35
+ alignItems: "center",
36
+ justifyContent: "center",
37
+ isolation: "isolate"
38
+ }
39
+ }
30
40
  });
31
41
  const dialogPadding = (size) => {
32
42
  switch (size) {
@@ -1 +1 @@
1
- {"version":3,"file":"modal.css.d.ts","sourceRoot":"","sources":["../../../../src/components/surfaces/modal/modal.css.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,CAAC;AAErE,eAAO,MAAM,aAAa,QASxB,CAAC;AAEH,eAAO,MAAM,UAAU,QAWrB,CAAC;AAcH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DvB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;EAiC1B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;EAwDjC,CAAC;AAWH,eAAO,MAAM,eAAe;;;;;;;;;;;;;EAyC1B,CAAC"}
1
+ {"version":3,"file":"modal.css.d.ts","sourceRoot":"","sources":["../../../../src/components/surfaces/modal/modal.css.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,CAAC;AAErE,eAAO,MAAM,aAAa,QASxB,CAAC;AAEH,eAAO,MAAM,UAAU,QAqBrB,CAAC;AAcH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DvB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;EAiC1B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;EAwDjC,CAAC;AAWH,eAAO,MAAM,eAAe;;;;;;;;;;;;;EAyC1B,CAAC"}
@@ -15,16 +15,26 @@ const backdropStyle = style({
15
15
  WebkitTapHighlightColor: "transparent"
16
16
  });
17
17
  const modalStyle = style({
18
- position: "fixed",
19
- zIndex: 1300,
20
- right: 0,
21
- bottom: 0,
22
- top: 0,
23
- left: 0,
24
- display: "flex",
25
- alignItems: "center",
26
- justifyContent: "center",
27
- isolation: "isolate"
18
+ selectors: {
19
+ "&:open": {
20
+ position: "fixed",
21
+ zIndex: 1300,
22
+ right: 0,
23
+ bottom: 0,
24
+ top: 0,
25
+ left: 0,
26
+ width: "100%",
27
+ maxWidth: "unset",
28
+ maxHeight: "unset",
29
+ backgroundColor: "transparent",
30
+ border: "none",
31
+ height: "100%",
32
+ display: "flex",
33
+ alignItems: "center",
34
+ justifyContent: "center",
35
+ isolation: "isolate"
36
+ }
37
+ }
28
38
  });
29
39
  const dialogPadding = (size) => {
30
40
  switch (size) {
@@ -31,7 +31,7 @@ type IconVariantsAndOptions<T extends string> = {
31
31
  };
32
32
  };
33
33
  export declare function defineIcons<T extends string>(icons: IconSpecifications<T>): IconVariantsAndOptions<T>;
34
- export declare const icons: IconVariantsAndOptions<"clear" | "error" | "warning" | "success" | "info" | "code" | "menu" | "search" | "coffee" | "help" | "favorite" | "favorite_border" | "star" | "star_outline" | "sentiment_dissatisfied" | "sentiment_neutral" | "sentiment_satisfied" | "sentiment_very_dissatisfied" | "sentiment_very_satisfied" | "event_note" | "live_tv" | "wifi" | "arrow_backward" | "arrow_downward" | "arrow_forward" | "arrow_upward" | "check" | "chevron_left" | "chevron_right" | "close" | "expand_less" | "expand_more" | "external" | "more_horizontal" | "more_vertical" | "open" | "refresh" | "spinner" | "unfold_less" | "unfold_more" | "ev_station" | "forest" | "gas_station" | "location" | "route" | "file_download" | "file_upload" | "task" | "add" | "backspace" | "mail" | "remove" | "send" | "call" | "chat" | "assignment" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "contract" | "edit" | "explore" | "glass_damage" | "home" | "lightbulb" | "login" | "logout" | "payment" | "pets" | "play_circle" | "savings" | "schedule" | "settings" | "shopping_cart" | "speed" | "tire" | "trash" | "verified" | "visibility_off" | "visibility_on">;
34
+ export declare const icons: IconVariantsAndOptions<"clear" | "error" | "warning" | "success" | "info" | "sort" | "code" | "menu" | "search" | "coffee" | "help" | "favorite" | "favorite_border" | "star" | "star_outline" | "sentiment_dissatisfied" | "sentiment_neutral" | "sentiment_satisfied" | "sentiment_very_dissatisfied" | "sentiment_very_satisfied" | "event_note" | "live_tv" | "wifi" | "arrow_backward" | "arrow_downward" | "arrow_forward" | "arrow_upward" | "check" | "chevron_left" | "chevron_right" | "close" | "expand_less" | "expand_more" | "external" | "more_horizontal" | "more_vertical" | "open" | "refresh" | "spinner" | "unfold_less" | "unfold_more" | "ev_station" | "forest" | "gas_station" | "location" | "route" | "file_download" | "file_upload" | "task" | "add" | "auto" | "backspace" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "automatic_gear" | "binoculars" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "explore" | "glass_damage" | "home" | "lightbulb" | "login" | "logout" | "manual_gear" | "notifications" | "payment" | "pets" | "play_circle" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "speed" | "tire" | "trash" | "tune" | "verified" | "visibility_off" | "visibility_on">;
35
35
  type Icons = typeof icons;
36
36
  /**
37
37
  * Apps using this library can use declaration merging to add app-specific icons to the allowed icon list.
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/icons.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,QAAS,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,kBAAkB,GAAG;KACrB,CAAC,IAAI,YAAY,CAAC,CAAC,EAAE,YAAY;CACrC,CAAC;AAEF,UAAU,WAAW;IACjB;;;OAGG;IACH,GAAG,EAAE,OAAO,GAAG,QAAQ,CAAC;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,kBAAkB,CAAC,CAAC,SAAS,MAAM,IAAI;KACvC,CAAC,IAAI,CAAC,GAAG,kBAAkB,GAAG;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAAE;CACpE,CAAC;AAEF,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAAI;KAC3C,CAAC,IAAI,CAAC,GAAG;QAAE,QAAQ,EAAE,kBAAkB,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE;CACnE,CAAC;AAoBF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EACxC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC7B,sBAAsB,CAAC,CAAC,CAAC,CAa3B;AAED,eAAO,MAAM,KAAK,qoCAqCjB,CAAC;AAEF,KAAK,KAAK,GAAG,OAAO,KAAK,CAAC;AAE1B;;GAEG;AAGH,MAAM,WAAW,UAAU;CAAG;AAE9B,UAAU,OAAO;IACb,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,OAAO,EAAE,WAAW,CAAC;CACxB;AACD,MAAM,MAAM,OAAO,CAAC,UAAU,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;AAC7E,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAC;AAC1C,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/icons.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,QAAS,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,kBAAkB,GAAG;KACrB,CAAC,IAAI,YAAY,CAAC,CAAC,EAAE,YAAY;CACrC,CAAC;AAEF,UAAU,WAAW;IACjB;;;OAGG;IACH,GAAG,EAAE,OAAO,GAAG,QAAQ,CAAC;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,kBAAkB,CAAC,CAAC,SAAS,MAAM,IAAI;KACvC,CAAC,IAAI,CAAC,GAAG,kBAAkB,GAAG;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAAE;CACpE,CAAC;AAEF,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAAI;KAC3C,CAAC,IAAI,CAAC,GAAG;QAAE,QAAQ,EAAE,kBAAkB,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE;CACnE,CAAC;AAoBF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EACxC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC7B,sBAAsB,CAAC,CAAC,CAAC,CAa3B;AAED,eAAO,MAAM,KAAK,syCAqCjB,CAAC;AAEF,KAAK,KAAK,GAAG,OAAO,KAAK,CAAC;AAE1B;;GAEG;AAGH,MAAM,WAAW,UAAU;CAAG;AAE9B,UAAU,OAAO;IACb,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,OAAO,EAAE,WAAW,CAAC;CACxB;AACD,MAAM,MAAM,OAAO,CAAC,UAAU,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;AAC7E,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAC;AAC1C,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC"}
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgAutomaticGearFilled = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.03 2a2 2 0 0 0-2-2H5.675a2 2 0 0 0-2 2v6.8H.5v2.8h3.176V14a2 2 0 0 0 2 2h3.353a2 2 0 0 0 2-2v-2.4h3.177V8.8h-3.177zM5.264 14.4v-2.8H9.44v2.8zM9.44 1.6v7.2H8.146v-4H6.56v4H5.265V1.6zm5.13.48c.238-.16.429-.427.429-.747V.8c0-.427-.334-.8-.715-.8h-1.667v3.2h.714V2.133h.524l.43 1.067H15zM14.284.8v.533h-.953V.8zM15 5.733c0 .32-.334.8-.715.8h-.953V7.6h-.714V4.4h1.667c.381 0 .715.373.715.8zm-.715 0V5.2h-.953v.533zM15 13.6c0-.427-.334-.8-.715-.8h-1.667V16h1.667c.381 0 .715-.373.715-.8zm-1.668 0h.953v1.6h-.953z", clipRule: "evenodd" }));
28
+ exports.default = SvgAutomaticGearFilled;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgAutomaticGearFilled = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.03 2a2 2 0 0 0-2-2H5.675a2 2 0 0 0-2 2v6.8H.5v2.8h3.176V14a2 2 0 0 0 2 2h3.353a2 2 0 0 0 2-2v-2.4h3.177V8.8h-3.177zM5.264 14.4v-2.8H9.44v2.8zM9.44 1.6v7.2H8.146v-4H6.56v4H5.265V1.6zm5.13.48c.238-.16.429-.427.429-.747V.8c0-.427-.334-.8-.715-.8h-1.667v3.2h.714V2.133h.524l.43 1.067H15zM14.284.8v.533h-.953V.8zM15 5.733c0 .32-.334.8-.715.8h-.953V7.6h-.714V4.4h1.667c.381 0 .715.373.715.8zm-.715 0V5.2h-.953v.533zM15 13.6c0-.427-.334-.8-.715-.8h-1.667V16h1.667c.381 0 .715-.373.715-.8zm-1.668 0h.953v1.6h-.953z", clipRule: "evenodd" }));
8
+ export {
9
+ SvgAutomaticGearFilled as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgAutomaticGearOutlined = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.03 2a2 2 0 0 0-2-2H5.675a2 2 0 0 0-2 2v6.8H.5v2.8h3.176V14a2 2 0 0 0 2 2h3.353a2 2 0 0 0 2-2v-2.4h3.177V8.8h-3.177zM5.264 14.4v-2.8H9.44v2.8zM9.44 1.6v7.2H8.146v-4H6.56v4H5.265V1.6zm5.13.48c.238-.16.429-.427.429-.747V.8c0-.427-.334-.8-.715-.8h-1.667v3.2h.714V2.133h.524l.43 1.067H15zM14.284.8v.533h-.953V.8zM15 5.733c0 .32-.334.8-.715.8h-.953V7.6h-.714V4.4h1.667c.381 0 .715.373.715.8zm-.715 0V5.2h-.953v.533zM15 13.6c0-.427-.334-.8-.715-.8h-1.667V16h1.667c.381 0 .715-.373.715-.8zm-1.668 0h.953v1.6h-.953z", clipRule: "evenodd" }));
28
+ exports.default = SvgAutomaticGearOutlined;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgAutomaticGearOutlined = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.03 2a2 2 0 0 0-2-2H5.675a2 2 0 0 0-2 2v6.8H.5v2.8h3.176V14a2 2 0 0 0 2 2h3.353a2 2 0 0 0 2-2v-2.4h3.177V8.8h-3.177zM5.264 14.4v-2.8H9.44v2.8zM9.44 1.6v7.2H8.146v-4H6.56v4H5.265V1.6zm5.13.48c.238-.16.429-.427.429-.747V.8c0-.427-.334-.8-.715-.8h-1.667v3.2h.714V2.133h.524l.43 1.067H15zM14.284.8v.533h-.953V.8zM15 5.733c0 .32-.334.8-.715.8h-.953V7.6h-.714V4.4h1.667c.381 0 .715.373.715.8zm-.715 0V5.2h-.953v.533zM15 13.6c0-.427-.334-.8-.715-.8h-1.667V16h1.667c.381 0 .715-.373.715-.8zm-1.668 0h.953v1.6h-.953z", clipRule: "evenodd" }));
8
+ export {
9
+ SvgAutomaticGearOutlined as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgAutomaticGearRound = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.53 2a2 2 0 0 0-2-2H5.177a2 2 0 0 0-2 2v6.8H1a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h2.176V14a2 2 0 0 0 2 2h3.353a2 2 0 0 0 2-2v-2.4h2.177a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1h-2.177zM4.764 14.4v-2.8H8.94v2.8zM8.94 1.6v7.2H7.646V5.594a.794.794 0 0 0-1.588 0V8.8H4.765V1.6zm5.13.48c.238-.16.429-.427.429-.747V.8c0-.427-.334-.8-.715-.8h-.867a.8.8 0 0 0-.8.8v2.043a.357.357 0 0 0 .714 0v-.71h.524l.345.857a.336.336 0 0 0 .625-.246zM13.52.8a.267.267 0 1 1 0 .533h-.687V.8zm.981 4.933c0 .32-.334.8-.715.8h-.953v.71a.357.357 0 1 1-.714 0V5.2a.8.8 0 0 1 .8-.8h.867c.381 0 .715.373.715.8zm-.981 0a.267.267 0 1 0 0-.533h-.687v.533zm.98 7.867c0-.427-.334-.8-.715-.8h-1.167a.5.5 0 0 0-.5.5v2.2a.5.5 0 0 0 .5.5h1.167c.381 0 .715-.373.715-.8zm-1.668 0h.953v1.6h-.953z", clipRule: "evenodd" }));
28
+ exports.default = SvgAutomaticGearRound;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgAutomaticGearRound = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.53 2a2 2 0 0 0-2-2H5.177a2 2 0 0 0-2 2v6.8H1a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h2.176V14a2 2 0 0 0 2 2h3.353a2 2 0 0 0 2-2v-2.4h2.177a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1h-2.177zM4.764 14.4v-2.8H8.94v2.8zM8.94 1.6v7.2H7.646V5.594a.794.794 0 0 0-1.588 0V8.8H4.765V1.6zm5.13.48c.238-.16.429-.427.429-.747V.8c0-.427-.334-.8-.715-.8h-.867a.8.8 0 0 0-.8.8v2.043a.357.357 0 0 0 .714 0v-.71h.524l.345.857a.336.336 0 0 0 .625-.246zM13.52.8a.267.267 0 1 1 0 .533h-.687V.8zm.981 4.933c0 .32-.334.8-.715.8h-.953v.71a.357.357 0 1 1-.714 0V5.2a.8.8 0 0 1 .8-.8h.867c.381 0 .715.373.715.8zm-.981 0a.267.267 0 1 0 0-.533h-.687v.533zm.98 7.867c0-.427-.334-.8-.715-.8h-1.167a.5.5 0 0 0-.5.5v2.2a.5.5 0 0 0 .5.5h1.167c.381 0 .715-.373.715-.8zm-1.668 0h.953v1.6h-.953z", clipRule: "evenodd" }));
8
+ export {
9
+ SvgAutomaticGearRound as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgAutomaticGearSharp = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.03 0H3.675v8.8H.5v2.8h3.176V16h7.353v-4.4h3.177V8.8h-3.177zM5.264 14.4v-2.8H9.44v2.8zM9.44 1.6v7.2H8.146v-4H6.559v4H5.265V1.6zm5.13.533H15V0h-2.382v3.2h.714V2.133h.524l.43 1.067H15zM14.285.8v.533h-.953V.8zM15 6.533h-1.668V7.6h-.714V4.4H15zm-.715-.8V5.2h-.953v.533zM15 13.6c0-.427-.334-.8-.715-.8h-1.667V16h1.667c.381 0 .715-.373.715-.8zm-.715 0v1.6h-.953v-1.6z", clipRule: "evenodd" }));
28
+ exports.default = SvgAutomaticGearSharp;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgAutomaticGearSharp = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.03 0H3.675v8.8H.5v2.8h3.176V16h7.353v-4.4h3.177V8.8h-3.177zM5.264 14.4v-2.8H9.44v2.8zM9.44 1.6v7.2H8.146v-4H6.559v4H5.265V1.6zm5.13.533H15V0h-2.382v3.2h.714V2.133h.524l.43 1.067H15zM14.285.8v.533h-.953V.8zM15 6.533h-1.668V7.6h-.714V4.4H15zm-.715-.8V5.2h-.953v.533zM15 13.6c0-.427-.334-.8-.715-.8h-1.667V16h1.667c.381 0 .715-.373.715-.8zm-.715 0v1.6h-.953v-1.6z", clipRule: "evenodd" }));
8
+ export {
9
+ SvgAutomaticGearSharp as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgBinocularsFilled = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.05 11.294V9.412h1.9V3.765h-1.9v-.941C9.05 1.264 7.774 0 6.2 0 3.91 0 3.387 1.75 3.097 2.719l-.032.105-2.09 6.588s-.36 1.24-.433 1.758l-.016.124a4 4 0 0 0-.026.47C.5 14.105 2.414 16 4.775 16s4.275-1.896 4.275-4.235zm1.9 0v-8.47C10.95 1.264 12.226 0 13.8 0c2.29 0 2.813 1.75 3.104 2.719l.031.105 2.09 6.588s.36 1.24.433 1.758l.016.124q.026.233.026.47c0 2.34-1.914 4.236-4.275 4.236s-4.275-1.896-4.275-4.235zm7.125.47c0 1.56-1.276 2.824-2.85 2.824s-2.85-1.264-2.85-2.823c0-1.56 1.276-2.824 2.85-2.824s2.85 1.264 2.85 2.824m-13.3 2.824c1.574 0 2.85-1.264 2.85-2.823 0-1.56-1.276-2.824-2.85-2.824s-2.85 1.264-2.85 2.824 1.276 2.823 2.85 2.823", clipRule: "evenodd" }));
28
+ exports.default = SvgBinocularsFilled;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgBinocularsFilled = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.05 11.294V9.412h1.9V3.765h-1.9v-.941C9.05 1.264 7.774 0 6.2 0 3.91 0 3.387 1.75 3.097 2.719l-.032.105-2.09 6.588s-.36 1.24-.433 1.758l-.016.124a4 4 0 0 0-.026.47C.5 14.105 2.414 16 4.775 16s4.275-1.896 4.275-4.235zm1.9 0v-8.47C10.95 1.264 12.226 0 13.8 0c2.29 0 2.813 1.75 3.104 2.719l.031.105 2.09 6.588s.36 1.24.433 1.758l.016.124q.026.233.026.47c0 2.34-1.914 4.236-4.275 4.236s-4.275-1.896-4.275-4.235zm7.125.47c0 1.56-1.276 2.824-2.85 2.824s-2.85-1.264-2.85-2.823c0-1.56 1.276-2.824 2.85-2.824s2.85 1.264 2.85 2.824m-13.3 2.824c1.574 0 2.85-1.264 2.85-2.823 0-1.56-1.276-2.824-2.85-2.824s-2.85 1.264-2.85 2.824 1.276 2.823 2.85 2.823", clipRule: "evenodd" }));
8
+ export {
9
+ SvgBinocularsFilled as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgBinocularsOutlined = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 19 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m.043 11.165-.001.005a4 4 0 0 0-.042.595C0 14.104 1.914 16 4.275 16a4.27 4.27 0 0 0 4.188-3.382q.086-.413.087-.853v-1.412h1.9v1.412a4.2 4.2 0 0 0 .336 1.648A4.28 4.28 0 0 0 14.725 16C17.086 16 19 14.104 19 11.765a4.3 4.3 0 0 0-.126-1.023c-.13-.578-.349-1.33-.349-1.33l-2.09-6.588-.031-.105C16.114 1.749 15.59 0 13.3 0c-1.574 0-2.85 1.264-2.85 2.824h-1.9C8.55 1.264 7.274 0 5.7 0 3.41 0 2.887 1.75 2.597 2.719l-.032.105-2.09 6.588s-.218.753-.35 1.33q-.051.208-.082.423m1.886.233q.013-.077.04-.202a2.37 2.37 0 0 1 2.306-1.784 2.364 2.364 0 0 1 2.327 2.827 2.37 2.37 0 0 1-2.327 1.879 2.37 2.37 0 0 1-2.327-1.88 2.3 2.3 0 0 1-.034-.734l.01-.07zM6.65 8.243a4.3 4.3 0 0 0-2.375-.714c-.443 0-.87.067-1.272.191l1.378-4.344.004-.012c.17-.56.274-.903.476-1.166a.7.7 0 0 1 .242-.208c.087-.044.264-.108.597-.108.525 0 .95.422.95.942zm6.006 4.678a2.3 2.3 0 0 1-.306-1.156c0-1.3 1.063-2.353 2.375-2.353a2.37 2.37 0 0 1 2.346 1.986l.006.035.009.071a2 2 0 0 1 .014.26c0 1.3-1.063 2.354-2.375 2.354a2.38 2.38 0 0 1-2.07-1.197m2.069-5.392c.443 0 .87.067 1.272.191l-1.378-4.344-.004-.012c-.17-.56-.274-.903-.476-1.166a.7.7 0 0 0-.242-.208c-.087-.044-.264-.108-.597-.108a.946.946 0 0 0-.95.942v5.419a4.3 4.3 0 0 1 2.375-.714m-6.175.942V4.706h1.9v3.765z", clipRule: "evenodd" }));
28
+ exports.default = SvgBinocularsOutlined;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgBinocularsOutlined = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 19 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m.043 11.165-.001.005a4 4 0 0 0-.042.595C0 14.104 1.914 16 4.275 16a4.27 4.27 0 0 0 4.188-3.382q.086-.413.087-.853v-1.412h1.9v1.412a4.2 4.2 0 0 0 .336 1.648A4.28 4.28 0 0 0 14.725 16C17.086 16 19 14.104 19 11.765a4.3 4.3 0 0 0-.126-1.023c-.13-.578-.349-1.33-.349-1.33l-2.09-6.588-.031-.105C16.114 1.749 15.59 0 13.3 0c-1.574 0-2.85 1.264-2.85 2.824h-1.9C8.55 1.264 7.274 0 5.7 0 3.41 0 2.887 1.75 2.597 2.719l-.032.105-2.09 6.588s-.218.753-.35 1.33q-.051.208-.082.423m1.886.233q.013-.077.04-.202a2.37 2.37 0 0 1 2.306-1.784 2.364 2.364 0 0 1 2.327 2.827 2.37 2.37 0 0 1-2.327 1.879 2.37 2.37 0 0 1-2.327-1.88 2.3 2.3 0 0 1-.034-.734l.01-.07zM6.65 8.243a4.3 4.3 0 0 0-2.375-.714c-.443 0-.87.067-1.272.191l1.378-4.344.004-.012c.17-.56.274-.903.476-1.166a.7.7 0 0 1 .242-.208c.087-.044.264-.108.597-.108.525 0 .95.422.95.942zm6.006 4.678a2.3 2.3 0 0 1-.306-1.156c0-1.3 1.063-2.353 2.375-2.353a2.37 2.37 0 0 1 2.346 1.986l.006.035.009.071a2 2 0 0 1 .014.26c0 1.3-1.063 2.354-2.375 2.354a2.38 2.38 0 0 1-2.07-1.197m2.069-5.392c.443 0 .87.067 1.272.191l-1.378-4.344-.004-.012c-.17-.56-.274-.903-.476-1.166a.7.7 0 0 0-.242-.208c-.087-.044-.264-.108-.597-.108a.946.946 0 0 0-.95.942v5.419a4.3 4.3 0 0 1 2.375-.714m-6.175.942V4.706h1.9v3.765z", clipRule: "evenodd" }));
8
+ export {
9
+ SvgBinocularsOutlined as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgBinocularsRound = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.05 11.294V9.412a1.145 1.145 0 0 1 1.9 0V3.765a1.35 1.35 0 0 0-1.9 0v-.941C9.05 1.264 7.774 0 6.2 0 3.91 0 3.387 1.75 3.097 2.719l-.032.105-2.09 6.588s-.36 1.24-.433 1.758l-.016.124a4 4 0 0 0-.026.47C.5 14.105 2.414 16 4.775 16s4.275-1.896 4.275-4.235zm1.9 0v-8.47C10.95 1.264 12.226 0 13.8 0c2.29 0 2.813 1.75 3.104 2.719l.031.105 2.09 6.588s.36 1.24.433 1.758l.016.124q.026.233.026.47c0 2.34-1.914 4.236-4.275 4.236s-4.275-1.896-4.275-4.235zm7.125.47c0 1.56-1.276 2.824-2.85 2.824s-2.85-1.264-2.85-2.823c0-1.56 1.276-2.824 2.85-2.824s2.85 1.264 2.85 2.824m-13.3 2.824c1.574 0 2.85-1.264 2.85-2.823 0-1.56-1.276-2.824-2.85-2.824s-2.85 1.264-2.85 2.824 1.276 2.823 2.85 2.823", clipRule: "evenodd" }));
28
+ exports.default = SvgBinocularsRound;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgBinocularsRound = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.05 11.294V9.412a1.145 1.145 0 0 1 1.9 0V3.765a1.35 1.35 0 0 0-1.9 0v-.941C9.05 1.264 7.774 0 6.2 0 3.91 0 3.387 1.75 3.097 2.719l-.032.105-2.09 6.588s-.36 1.24-.433 1.758l-.016.124a4 4 0 0 0-.026.47C.5 14.105 2.414 16 4.775 16s4.275-1.896 4.275-4.235zm1.9 0v-8.47C10.95 1.264 12.226 0 13.8 0c2.29 0 2.813 1.75 3.104 2.719l.031.105 2.09 6.588s.36 1.24.433 1.758l.016.124q.026.233.026.47c0 2.34-1.914 4.236-4.275 4.236s-4.275-1.896-4.275-4.235zm7.125.47c0 1.56-1.276 2.824-2.85 2.824s-2.85-1.264-2.85-2.823c0-1.56 1.276-2.824 2.85-2.824s2.85 1.264 2.85 2.824m-13.3 2.824c1.574 0 2.85-1.264 2.85-2.823 0-1.56-1.276-2.824-2.85-2.824s-2.85 1.264-2.85 2.824 1.276 2.823 2.85 2.823", clipRule: "evenodd" }));
8
+ export {
9
+ SvgBinocularsRound as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgBinocularsSharp = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.05 11.294V9.412h1.9V3.765h-1.9v-.941C9.05 1.264 7.774 0 6.2 0 3.91 0 3.387 1.75 3.097 2.719l-.032.105-2.09 6.588s-.36 1.24-.433 1.758l-.016.124a4 4 0 0 0-.026.47C.5 14.105 2.414 16 4.775 16s4.275-1.896 4.275-4.235zm1.9 0v-8.47C10.95 1.264 12.226 0 13.8 0c2.29 0 2.813 1.75 3.104 2.719l.031.105 2.09 6.588s.36 1.24.433 1.758l.016.124q.026.233.026.47c0 2.34-1.914 4.236-4.275 4.236s-4.275-1.896-4.275-4.235zm7.125.47c0 1.56-1.276 2.824-2.85 2.824s-2.85-1.264-2.85-2.823c0-1.56 1.276-2.824 2.85-2.824s2.85 1.264 2.85 2.824m-13.3 2.824c1.574 0 2.85-1.264 2.85-2.823 0-1.56-1.276-2.824-2.85-2.824s-2.85 1.264-2.85 2.824 1.276 2.823 2.85 2.823", clipRule: "evenodd" }));
28
+ exports.default = SvgBinocularsSharp;