@algolia/satellite 1.0.0-beta.173 → 1.0.0-beta.174

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 (192) hide show
  1. package/cjs/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
  2. package/cjs/AutoComplete/types.d.ts +1 -1
  3. package/cjs/Badge/Badge.d.ts +2 -1
  4. package/cjs/Banners/Alert/Alert.d.ts +2 -1
  5. package/cjs/Banners/BigBertha/BigBertha.d.ts +1 -1
  6. package/cjs/Button/PolymorphicIconButton.d.ts +1 -1
  7. package/cjs/Button/types.d.ts +1 -1
  8. package/cjs/Dropdown/components/DropdownButtonItem.d.ts +1 -1
  9. package/cjs/Dropdown/components/DropdownLinkItem.d.ts +1 -1
  10. package/cjs/Dropdown/components/DropdownToggleItem.d.ts +1 -1
  11. package/cjs/Flag/types.d.ts +1 -1
  12. package/cjs/Icons/AlgoliaRecommendIcon.d.ts +3 -0
  13. package/cjs/Icons/AlgoliaRecommendIcon.js +46 -0
  14. package/cjs/Icons/AlgoliaSearchIcon.d.ts +3 -0
  15. package/cjs/Icons/AlgoliaSearchIcon.js +49 -0
  16. package/cjs/Icons/BulbIcon.d.ts +3 -0
  17. package/cjs/Icons/BulbIcon.js +37 -0
  18. package/cjs/Icons/ContextIcon.d.ts +3 -0
  19. package/cjs/Icons/ContextIcon.js +51 -0
  20. package/cjs/Icons/CrawlerIcon.d.ts +3 -0
  21. package/cjs/Icons/CrawlerIcon.js +40 -0
  22. package/cjs/Icons/DragHandleIcon.d.ts +3 -0
  23. package/cjs/Icons/DragHandleIcon.js +58 -0
  24. package/cjs/Icons/NeuralSearchIcon.d.ts +3 -0
  25. package/cjs/Icons/NeuralSearchIcon.js +34 -0
  26. package/cjs/Icons/NoFiltersIcon.d.ts +3 -0
  27. package/cjs/Icons/NoFiltersIcon.js +59 -0
  28. package/cjs/Icons/PinIcon.d.ts +3 -0
  29. package/cjs/Icons/PinIcon.js +60 -0
  30. package/cjs/Icons/QueryBreakdownIcon.d.ts +3 -0
  31. package/cjs/Icons/QueryBreakdownIcon.js +39 -0
  32. package/cjs/Icons/RocketIcon.d.ts +3 -0
  33. package/cjs/Icons/RocketIcon.js +36 -0
  34. package/cjs/Icons/SettingsCategoryPagesIcon.d.ts +3 -0
  35. package/cjs/Icons/SettingsCategoryPagesIcon.js +36 -0
  36. package/cjs/Icons/SettingsConsequencesIcon.d.ts +3 -0
  37. package/cjs/Icons/SettingsConsequencesIcon.js +70 -0
  38. package/cjs/Icons/TestingIcon.d.ts +3 -0
  39. package/cjs/Icons/TestingIcon.js +36 -0
  40. package/cjs/Icons/UnpinIcon.d.ts +3 -0
  41. package/cjs/Icons/UnpinIcon.js +60 -0
  42. package/cjs/Icons/WorkspaceSwitcherIcon.d.ts +3 -0
  43. package/cjs/Icons/WorkspaceSwitcherIcon.js +34 -0
  44. package/cjs/Icons/index.d.ts +20 -0
  45. package/cjs/Icons/index.js +1840 -0
  46. package/cjs/Icons/utils.d.ts +1 -0
  47. package/cjs/Icons/utils.js +10 -0
  48. package/cjs/Input/Input.d.ts +1 -1
  49. package/cjs/Link/Link.d.ts +1 -1
  50. package/cjs/Medallion/Medallion.d.ts +1 -1
  51. package/cjs/MenuButton/MenuButton.d.ts +25 -0
  52. package/cjs/MenuButton/MenuButton.js +72 -0
  53. package/cjs/MenuButton/components/CustomTrigger.d.ts +5 -0
  54. package/cjs/MenuButton/components/CustomTrigger.js +24 -0
  55. package/cjs/MenuButton/components/DefaultTrigger.d.ts +5 -0
  56. package/cjs/MenuButton/components/DefaultTrigger.js +32 -0
  57. package/cjs/MenuButton/components/Divider.d.ts +3 -0
  58. package/cjs/MenuButton/components/Divider.js +21 -0
  59. package/cjs/MenuButton/components/Label.d.ts +4 -0
  60. package/cjs/MenuButton/components/Label.js +32 -0
  61. package/cjs/MenuButton/components/collapsible/CollapsibleItem.d.ts +9 -0
  62. package/cjs/MenuButton/components/collapsible/CollapsibleItem.js +64 -0
  63. package/cjs/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +6 -0
  64. package/cjs/MenuButton/components/collapsible/CollapsibleItemsGroup.js +20 -0
  65. package/cjs/MenuButton/components/collapsible/CollapsibleItemsGroupContext.d.ts +7 -0
  66. package/cjs/MenuButton/components/collapsible/CollapsibleItemsGroupContext.js +15 -0
  67. package/cjs/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +8 -0
  68. package/cjs/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.js +36 -0
  69. package/cjs/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +8 -0
  70. package/cjs/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.js +33 -0
  71. package/cjs/MenuButton/components/collapsible/index.d.ts +5 -0
  72. package/cjs/MenuButton/components/collapsible/index.js +60 -0
  73. package/cjs/MenuButton/components/items/ButtonItem.d.ts +14 -0
  74. package/cjs/MenuButton/components/items/ButtonItem.js +46 -0
  75. package/cjs/MenuButton/components/items/LinkItem.d.ts +10 -0
  76. package/cjs/MenuButton/components/items/LinkItem.js +69 -0
  77. package/cjs/MenuButton/components/items/RadioItem.d.ts +6 -0
  78. package/cjs/MenuButton/components/items/RadioItem.js +50 -0
  79. package/cjs/MenuButton/components/items/ToggleItem.d.ts +9 -0
  80. package/cjs/MenuButton/components/items/ToggleItem.js +72 -0
  81. package/cjs/MenuButton/components/items/index.d.ts +4 -0
  82. package/cjs/MenuButton/components/items/index.js +49 -0
  83. package/cjs/MenuButton/index.d.ts +1 -0
  84. package/cjs/MenuButton/index.js +13 -0
  85. package/cjs/MenuButton/useMenuItemProps.d.ts +11 -0
  86. package/cjs/MenuButton/useMenuItemProps.js +19 -0
  87. package/cjs/Sidebar/SidebarButtonLink.d.ts +1 -1
  88. package/cjs/Sidebar/SidebarLink.d.ts +1 -1
  89. package/cjs/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
  90. package/cjs/index.d.ts +2 -0
  91. package/cjs/index.js +24 -0
  92. package/cjs/styles/helpers/icons.js +1 -1
  93. package/cjs/types.d.ts +0 -3
  94. package/cjs/utils/sortObjectAlphabetically.d.ts +1 -0
  95. package/cjs/utils/sortObjectAlphabetically.js +18 -0
  96. package/esm/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
  97. package/esm/AutoComplete/types.d.ts +1 -1
  98. package/esm/Badge/Badge.d.ts +2 -1
  99. package/esm/Banners/Alert/Alert.d.ts +2 -1
  100. package/esm/Banners/BigBertha/BigBertha.d.ts +1 -1
  101. package/esm/Button/PolymorphicIconButton.d.ts +1 -1
  102. package/esm/Button/types.d.ts +1 -1
  103. package/esm/Dropdown/components/DropdownButtonItem.d.ts +1 -1
  104. package/esm/Dropdown/components/DropdownLinkItem.d.ts +1 -1
  105. package/esm/Dropdown/components/DropdownToggleItem.d.ts +1 -1
  106. package/esm/Flag/types.d.ts +1 -1
  107. package/esm/Icons/AlgoliaRecommendIcon.d.ts +3 -0
  108. package/esm/Icons/AlgoliaRecommendIcon.js +40 -0
  109. package/esm/Icons/AlgoliaSearchIcon.d.ts +3 -0
  110. package/esm/Icons/AlgoliaSearchIcon.js +43 -0
  111. package/esm/Icons/BulbIcon.d.ts +3 -0
  112. package/esm/Icons/BulbIcon.js +30 -0
  113. package/esm/Icons/ContextIcon.d.ts +3 -0
  114. package/esm/Icons/ContextIcon.js +45 -0
  115. package/esm/Icons/CrawlerIcon.d.ts +3 -0
  116. package/esm/Icons/CrawlerIcon.js +34 -0
  117. package/esm/Icons/DragHandleIcon.d.ts +3 -0
  118. package/esm/Icons/DragHandleIcon.js +52 -0
  119. package/esm/Icons/NeuralSearchIcon.d.ts +3 -0
  120. package/esm/Icons/NeuralSearchIcon.js +27 -0
  121. package/esm/Icons/NoFiltersIcon.d.ts +3 -0
  122. package/esm/Icons/NoFiltersIcon.js +53 -0
  123. package/esm/Icons/PinIcon.d.ts +3 -0
  124. package/esm/Icons/PinIcon.js +54 -0
  125. package/esm/Icons/QueryBreakdownIcon.d.ts +3 -0
  126. package/esm/Icons/QueryBreakdownIcon.js +33 -0
  127. package/esm/Icons/RocketIcon.d.ts +3 -0
  128. package/esm/Icons/RocketIcon.js +29 -0
  129. package/esm/Icons/SettingsCategoryPagesIcon.d.ts +3 -0
  130. package/esm/Icons/SettingsCategoryPagesIcon.js +29 -0
  131. package/esm/Icons/SettingsConsequencesIcon.d.ts +3 -0
  132. package/esm/Icons/SettingsConsequencesIcon.js +64 -0
  133. package/esm/Icons/TestingIcon.d.ts +3 -0
  134. package/esm/Icons/TestingIcon.js +29 -0
  135. package/esm/Icons/UnpinIcon.d.ts +3 -0
  136. package/esm/Icons/UnpinIcon.js +54 -0
  137. package/esm/Icons/WorkspaceSwitcherIcon.d.ts +3 -0
  138. package/esm/Icons/WorkspaceSwitcherIcon.js +27 -0
  139. package/esm/Icons/index.d.ts +20 -0
  140. package/esm/Icons/index.js +22 -0
  141. package/esm/Icons/utils.d.ts +1 -0
  142. package/esm/Icons/utils.js +4 -0
  143. package/esm/Input/Input.d.ts +1 -1
  144. package/esm/Link/Link.d.ts +1 -1
  145. package/esm/Medallion/Medallion.d.ts +1 -1
  146. package/esm/MenuButton/MenuButton.d.ts +25 -0
  147. package/esm/MenuButton/MenuButton.js +62 -0
  148. package/esm/MenuButton/components/CustomTrigger.d.ts +5 -0
  149. package/esm/MenuButton/components/CustomTrigger.js +14 -0
  150. package/esm/MenuButton/components/DefaultTrigger.d.ts +5 -0
  151. package/esm/MenuButton/components/DefaultTrigger.js +22 -0
  152. package/esm/MenuButton/components/Divider.d.ts +3 -0
  153. package/esm/MenuButton/components/Divider.js +11 -0
  154. package/esm/MenuButton/components/Label.d.ts +4 -0
  155. package/esm/MenuButton/components/Label.js +22 -0
  156. package/esm/MenuButton/components/collapsible/CollapsibleItem.d.ts +9 -0
  157. package/esm/MenuButton/components/collapsible/CollapsibleItem.js +55 -0
  158. package/esm/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +6 -0
  159. package/esm/MenuButton/components/collapsible/CollapsibleItemsGroup.js +14 -0
  160. package/esm/MenuButton/components/collapsible/CollapsibleItemsGroupContext.d.ts +7 -0
  161. package/esm/MenuButton/components/collapsible/CollapsibleItemsGroupContext.js +9 -0
  162. package/esm/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +8 -0
  163. package/esm/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.js +29 -0
  164. package/esm/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +8 -0
  165. package/esm/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.js +26 -0
  166. package/esm/MenuButton/components/collapsible/index.d.ts +5 -0
  167. package/esm/MenuButton/components/collapsible/index.js +5 -0
  168. package/esm/MenuButton/components/items/ButtonItem.d.ts +14 -0
  169. package/esm/MenuButton/components/items/ButtonItem.js +37 -0
  170. package/esm/MenuButton/components/items/LinkItem.d.ts +10 -0
  171. package/esm/MenuButton/components/items/LinkItem.js +60 -0
  172. package/esm/MenuButton/components/items/RadioItem.d.ts +6 -0
  173. package/esm/MenuButton/components/items/RadioItem.js +41 -0
  174. package/esm/MenuButton/components/items/ToggleItem.d.ts +9 -0
  175. package/esm/MenuButton/components/items/ToggleItem.js +63 -0
  176. package/esm/MenuButton/components/items/index.d.ts +4 -0
  177. package/esm/MenuButton/components/items/index.js +4 -0
  178. package/esm/MenuButton/index.d.ts +1 -0
  179. package/esm/MenuButton/index.js +1 -0
  180. package/esm/MenuButton/useMenuItemProps.d.ts +11 -0
  181. package/esm/MenuButton/useMenuItemProps.js +12 -0
  182. package/esm/Sidebar/SidebarButtonLink.d.ts +1 -1
  183. package/esm/Sidebar/SidebarLink.d.ts +1 -1
  184. package/esm/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
  185. package/esm/index.d.ts +2 -0
  186. package/esm/index.js +2 -0
  187. package/esm/styles/helpers/icons.js +2 -2
  188. package/esm/types.d.ts +0 -3
  189. package/esm/utils/sortObjectAlphabetically.d.ts +1 -0
  190. package/esm/utils/sortObjectAlphabetically.js +11 -0
  191. package/package.json +3 -2
  192. package/satellite.min.css +1 -1
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.QueryBreakdownIcon = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = require("react");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ var _excluded = ["width", "height"];
13
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
+ var QueryBreakdownIcon = exports.QueryBreakdownIcon = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
16
+ var _ref$width = _ref.width,
17
+ width = _ref$width === void 0 ? 24 : _ref$width,
18
+ _ref$height = _ref.height,
19
+ height = _ref$height === void 0 ? 24 : _ref$height,
20
+ rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
21
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({
22
+ ref: ref,
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ width: width,
25
+ height: height,
26
+ viewBox: "0 0 16 16"
27
+ }, rest), {}, {
28
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ fill: "currentColor",
30
+ fillRule: "evenodd",
31
+ d: "M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Zm-1.416 5.29a7 7 0 1 1 .707-.707.486.486 0 0 1 .01.01l2.449 2.45a.5.5 0 1 1-.707.707l-2.45-2.45a.952.952 0 0 1-.01-.01Z",
32
+ clipRule: "evenodd"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ fill: "currentColor",
35
+ d: "m9.9 11-.58-1.683H6.903L6.318 11h-1.01l2.29-6.341h1.058L10.946 11H9.9ZM8.076 5.81l-.923 2.68H9.07l-.918-2.68h-.075Z"
36
+ })]
37
+ }));
38
+ });
39
+ QueryBreakdownIcon.displayName = "QueryBreakdownIcon";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from ".";
3
+ export declare const RocketIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.RocketIcon = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = require("react");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ var _excluded = ["width", "height"];
13
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
+ var RocketIcon = exports.RocketIcon = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
16
+ var _ref$width = _ref.width,
17
+ width = _ref$width === void 0 ? 24 : _ref$width,
18
+ _ref$height = _ref.height,
19
+ height = _ref$height === void 0 ? 24 : _ref$height,
20
+ rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
21
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
22
+ ref: ref,
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ width: width,
25
+ height: height,
26
+ viewBox: "0 0 16 16"
27
+ }, rest), {}, {
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ fill: "currentColor",
30
+ fillRule: "evenodd",
31
+ d: "M8.184 11.786c1.195-.902 3.182-2.46 4.562-3.842.87-.87 1.39-2.328 1.582-3.751a7.896 7.896 0 0 0 .05-1.822 2.92 2.92 0 0 0-.105-.555 1.04 1.04 0 0 0-.023-.065 1.069 1.069 0 0 0-.064-.022 2.908 2.908 0 0 0-.555-.105 7.863 7.863 0 0 0-1.82.05c-1.422.191-2.878.713-3.747 1.583-1.38 1.382-2.937 3.37-3.837 4.567-.083.111-.145.458.195.798l2.965 2.969c.34.34.686.278.797.195Zm6.731-10.7C14.167.335 9.56.452 7.411 2.602 5.98 4.034 4.39 6.068 3.489 7.268c-.427.567-.302 1.427.28 2.009l2.964 2.968c.581.581 1.44.707 2.007.28 1.198-.904 3.23-2.496 4.66-3.927 2.147-2.15 2.264-6.763 1.515-7.513Zm-1.784 4.117a2.347 2.347 0 0 1-2.345 2.348A2.347 2.347 0 0 1 8.44 5.203a2.347 2.347 0 0 1 2.346-2.348 2.347 2.347 0 0 1 2.345 2.348Zm-2.345 1.423a1.422 1.422 0 1 0-.002-2.844 1.422 1.422 0 0 0 .002 2.844Zm-7.69-4.69c-.4-.045-.794.118-1.045.433L.258 4.61a1.174 1.174 0 0 0 .787 1.9l1.456.163a.463.463 0 0 0 .102-.92l-1.456-.162A.25.25 0 0 1 .98 5.19l1.792-2.243a.249.249 0 0 1 .222-.091l2.35.26a.463.463 0 1 0 .102-.918l-2.35-.262Zm10.882 12.008c.31-.249.474-.638.434-1.034l-.27-2.713a.462.462 0 0 0-.92.092l.271 2.713a.249.249 0 0 1-.092.22l-2.244 1.797a.249.249 0 0 1-.403-.167l-.162-1.458a.462.462 0 0 0-.918.101l.162 1.46a1.172 1.172 0 0 0 1.898.786l2.244-1.797ZM2.628 11.12a.463.463 0 0 0-.654-.654l-.768.77a.463.463 0 0 0 .653.653l.768-.769Zm2.842 2.193c.18.18.18.473 0 .654l-.768.769a.462.462 0 1 1-.653-.655l.768-.768a.46.46 0 0 1 .653 0Zm-1.421-.77a.463.463 0 0 0-.654-.654l-2.19 2.193a.463.463 0 0 0 .654.654l2.19-2.193Z",
32
+ clipRule: "evenodd"
33
+ })
34
+ }));
35
+ });
36
+ RocketIcon.displayName = "RocketIcon";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from ".";
3
+ export declare const SettingsCategoryPagesIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.SettingsCategoryPagesIcon = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = require("react");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ var _excluded = ["width", "height"];
13
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
+ var SettingsCategoryPagesIcon = exports.SettingsCategoryPagesIcon = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
16
+ var _ref$width = _ref.width,
17
+ width = _ref$width === void 0 ? 24 : _ref$width,
18
+ _ref$height = _ref.height,
19
+ height = _ref$height === void 0 ? 24 : _ref$height,
20
+ rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
21
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
22
+ ref: ref,
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ width: width,
25
+ height: height,
26
+ viewBox: "0 0 16 16"
27
+ }, rest), {}, {
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ fill: "currentColor",
30
+ fillRule: "evenodd",
31
+ d: "M4.111 7H1.89v6h2.22V7ZM5 6v8H1V6h4Zm9-3H2v1h12V3Zm1-1v3H1V2h14Zm-6 9H7v2h2v-2Zm1-1v4H6v-4h4ZM9 7H7v1h2V7Zm1-1v3H6V6h4Zm4 5h-2v2h2v-2Zm1-1v4h-4v-4h4Zm-1-3.083h-2V8h2V6.917ZM15 6v3h-4V6h4Z",
32
+ clipRule: "evenodd"
33
+ })
34
+ }));
35
+ });
36
+ SettingsCategoryPagesIcon.displayName = "SettingsCategoryPagesIcon";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from ".";
3
+ export declare const SettingsConsequencesIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.SettingsConsequencesIcon = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = require("react");
11
+ var _utils = require("./utils");
12
+ var _jsxRuntime = require("react/jsx-runtime");
13
+ var _excluded = ["width", "height"];
14
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
15
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
16
+ var id1 = (0, _utils.getUniqueIconId)();
17
+ var id2 = (0, _utils.getUniqueIconId)();
18
+ var SettingsConsequencesIcon = exports.SettingsConsequencesIcon = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
19
+ var _ref$width = _ref.width,
20
+ width = _ref$width === void 0 ? 24 : _ref$width,
21
+ _ref$height = _ref.height,
22
+ height = _ref$height === void 0 ? 24 : _ref$height,
23
+ rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
24
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({
25
+ ref: ref,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ width: width,
28
+ height: height,
29
+ viewBox: "0 0 16 16"
30
+ }, rest), {}, {
31
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
32
+ id: id1,
33
+ fill: "#fff",
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
35
+ d: "M11 12H6v1h5v-1Z"
36
+ })
37
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
38
+ fill: "currentColor",
39
+ d: "M11 12H6v1h5v-1Z"
40
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
41
+ fill: "currentColor",
42
+ d: "M6 12v-1H5v1h1Zm5 0h1v-1h-1v1Zm0 1v1h1v-1h-1Zm-5 0H5v1h1v-1Zm0 0h5v-2H6v2Zm4-1v1h2v-1h-2Zm1 0H6v2h5v-2Zm-4 1v-1H5v1h2Z",
43
+ mask: "url(#".concat(id1, ")")
44
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
45
+ id: id2,
46
+ fill: "#fff",
47
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
48
+ d: "M11 2H6v1h5V2Z"
49
+ })
50
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
51
+ fill: "currentColor",
52
+ d: "M11 2H6v1h5V2Z"
53
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
54
+ fill: "currentColor",
55
+ d: "M6 2V1H5v1h1Zm5 0h1V1h-1v1Zm0 1v1h1V3h-1ZM6 3H5v1h1V3Zm0 0h5V1H6v2Zm4-1v1h2V2h-2Zm1 0H6v2h5V2ZM7 3V2H5v1h2Z",
56
+ mask: "url(#".concat(id2, ")")
57
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
58
+ fill: "none",
59
+ stroke: "currentColor",
60
+ d: "M12.5 11a1.496 1.496 0 0 1 1.5 1.5 1.496 1.496 0 0 1-1.5 1.5 1.496 1.496 0 0 1-1.5-1.5 1.496 1.496 0 0 1 1.5-1.5Zm0-10c.414 0 .79.168 1.06.44a1.495 1.495 0 0 1 0 2.121 1.496 1.496 0 0 1-2.121 0A1.495 1.495 0 0 1 11 2.5c0-.414.168-.79.44-1.06A1.49 1.49 0 0 1 12.5 1Zm-10 5c.414 0 .79.168 1.06.44a1.495 1.495 0 0 1 0 2.121C3.29 8.832 2.915 9 2.5 9a1.49 1.49 0 0 1-1.06-.44A1.495 1.495 0 0 1 1 7.5c0-.414.168-.79.44-1.06A1.49 1.49 0 0 1 2.5 6ZM4 11v3H1v-3h3ZM4 1v3H1V1h3Zm10 5v3h-3V6h3Z",
61
+ clipRule: "evenodd"
62
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
63
+ fill: "currentColor",
64
+ stroke: "currentColor",
65
+ strokeWidth: ".5",
66
+ d: "M4.25 7.25h4.5v.5h-4.5z"
67
+ })]
68
+ }));
69
+ });
70
+ SettingsConsequencesIcon.displayName = "SettingsConsequencesIcon";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from ".";
3
+ export declare const TestingIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.TestingIcon = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = require("react");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ var _excluded = ["width", "height"];
13
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
+ var TestingIcon = exports.TestingIcon = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
16
+ var _ref$width = _ref.width,
17
+ width = _ref$width === void 0 ? 24 : _ref$width,
18
+ _ref$height = _ref.height,
19
+ height = _ref$height === void 0 ? 24 : _ref$height,
20
+ rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
21
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
22
+ ref: ref,
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ width: width,
25
+ height: height,
26
+ viewBox: "0 0 16 16"
27
+ }, rest), {}, {
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ fill: "currentColor",
30
+ fillRule: "evenodd",
31
+ clipRule: "evenodd",
32
+ d: "M6.52 1.023c0-.24.194-.433.433-.433h2.093c.24 0 .434.194.434.433V6.46l.448.593c.668.881 1.52 2.005 2.264 3.07.483.691.928 1.367 1.255 1.946.163.29.3.563.399.806.094.234.169.482.169.706 0 .74-.397 1.21-.807 1.48a2.3 2.3 0 0 1-.579.269c-.164.05-.326.08-.443.08H3.814c-.117 0-.28-.03-.444-.08a2.301 2.301 0 0 1-.578-.27c-.41-.268-.807-.74-.807-1.479 0-.224.075-.472.17-.706.097-.243.235-.517.398-.806a25.12 25.12 0 0 1 1.255-1.945c.745-1.066 1.596-2.19 2.264-3.07v-.001l.448-.593V1.023Zm.867.434v5.148a.43.43 0 0 1-.087.26l-.545.72a101.56 101.56 0 0 0-2.237 3.035 24.217 24.217 0 0 0-1.21 1.875 6.265 6.265 0 0 0-.35.704c-.083.206-.106.328-.106.382 0 .378.185.604.414.754a1.438 1.438 0 0 0 .547.208h8.373a1.438 1.438 0 0 0 .547-.208.848.848 0 0 0 .415-.754c0-.054-.023-.176-.106-.382a6.254 6.254 0 0 0-.35-.704 24.209 24.209 0 0 0-1.21-1.875 100.7 100.7 0 0 0-2.238-3.034L8.7 6.865a.433.433 0 0 1-.087-.26V1.457H7.387Zm.546 6.563c.182.156.203.43.047.61v.002l-.005.005-.017.02a12.884 12.884 0 0 0-.317.388c-.215.268-.516.655-.86 1.129a27.898 27.898 0 0 0-1.903 2.974h2.075a.433.433 0 1 1 0 .867h-2.79a.433.433 0 0 1-.388-.627c.712-1.425 1.6-2.755 2.305-3.724a32.072 32.072 0 0 1 1.216-1.567l.019-.022.005-.006.002-.002.33.282-.33-.282a.433.433 0 0 1 .611-.047Zm1.579 3.384a.433.433 0 1 0 0 .867h.232a.433.433 0 0 0 0-.867h-.232Zm1.628 1.744a.433.433 0 1 0 0 .867h.232a.433.433 0 1 0 0-.867h-.232Z"
33
+ })
34
+ }));
35
+ });
36
+ TestingIcon.displayName = "TestingIcon";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from ".";
3
+ export declare const UnpinIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.UnpinIcon = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = require("react");
11
+ var _utils = require("./utils");
12
+ var _jsxRuntime = require("react/jsx-runtime");
13
+ var _excluded = ["width", "height"];
14
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
15
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
16
+ var id1 = (0, _utils.getUniqueIconId)();
17
+ var id2 = (0, _utils.getUniqueIconId)();
18
+ var UnpinIcon = exports.UnpinIcon = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
19
+ var _ref$width = _ref.width,
20
+ width = _ref$width === void 0 ? 24 : _ref$width,
21
+ _ref$height = _ref.height,
22
+ height = _ref$height === void 0 ? 24 : _ref$height,
23
+ rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
24
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({
25
+ ref: ref,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ width: width,
28
+ height: height,
29
+ viewBox: "0 0 12 15"
30
+ }, rest), {}, {
31
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
32
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
+ id: id1,
34
+ d: "m3.74 6.88 1.153.74a4.42 4.42 0 0 0-1.467 2.428l-.046.239h5.88l2.073 1.28H8.667v2.546a2.31 2.31 0 0 1-.087.667c-.16.427-.42.487-.58.487a.627.627 0 0 1-.587-.447 2.16 2.16 0 0 1-.08-.498v-2.729H2.667A.667.667 0 0 1 2 10.927 5.64 5.64 0 0 1 3.74 6.88ZM2.667 4.3A.667.667 0 0 1 3 4.4l2.273 1.407L6.54 6.6l6 3.713 1.12.667a.727.727 0 0 1 .253.26.753.753 0 0 1 .02.747.667.667 0 0 1-.566.346.667.667 0 0 1-.34-.1L12 11.567l-2.093-1.28-4.734-2.92L4 6.667 2.347 5.62a.74.74 0 0 1-.26-.953.667.667 0 0 1 .58-.367ZM4 1.28h7.993a.667.667 0 0 1 .099 1.326l-.099.007H10.66v3.134a5.713 5.713 0 0 1 3.333 5.046l-.075-.068-.085-.058-1.293-.774A4.507 4.507 0 0 0 9.747 6.78a.667.667 0 0 1-.403-.497l-.01-.096V2.613H6.666v3.574l.002.04-.002.04-1.334-.82V2.613H4a.667.667 0 0 1-.11-1.324L4 1.28h7.993Z"
35
+ })
36
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
37
+ fill: "none",
38
+ fillRule: "evenodd",
39
+ transform: "translate(-2 -1)",
40
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
41
+ id: id2,
42
+ fill: "#fff",
43
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
44
+ xlinkHref: "#".concat(id1)
45
+ })
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
47
+ xlinkHref: "#".concat(id1),
48
+ fill: "#000",
49
+ fillRule: "nonzero"
50
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
51
+ fill: "currentColor",
52
+ mask: "url(#".concat(id2, ")"),
53
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
54
+ d: "M-8-8h32v32H-8z"
55
+ })
56
+ })]
57
+ })]
58
+ }));
59
+ });
60
+ UnpinIcon.displayName = "UnpinIcon";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from ".";
3
+ export declare const WorkspaceSwitcherIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.WorkspaceSwitcherIcon = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = require("react");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ var _excluded = ["width", "height"];
13
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
+ var WorkspaceSwitcherIcon = exports.WorkspaceSwitcherIcon = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
16
+ var _ref$width = _ref.width,
17
+ width = _ref$width === void 0 ? 24 : _ref$width,
18
+ _ref$height = _ref.height,
19
+ height = _ref$height === void 0 ? 24 : _ref$height,
20
+ rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
21
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
22
+ ref: ref,
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ width: width,
25
+ height: height,
26
+ viewBox: "0 0 14 14"
27
+ }, rest), {}, {
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ fill: "currentColor",
30
+ d: "M.499.25h3.553v3.553H.499zm0 4.974h3.553v3.553H.499zm0 4.973h3.553v3.553H.499zM5.472.25h3.553v3.553H5.472zm0 4.974h3.553v3.553H5.472zm0 4.973h3.553v3.553H5.472zM10.446.25h3.553v3.553h-3.553zm0 4.974h3.553v3.553h-3.553zm0 4.973h3.553v3.553h-3.553z"
31
+ })
32
+ }));
33
+ });
34
+ WorkspaceSwitcherIcon.displayName = "WorkspaceSwitcherIcon";
@@ -0,0 +1,20 @@
1
+ import type { ComponentClass, SVGAttributes, VoidFunctionComponent } from "react";
2
+ export declare type IconProps = SVGAttributes<SVGElement>;
3
+ export declare type IconComponentType = VoidFunctionComponent<IconProps> | ComponentClass<IconProps>;
4
+ export { DragHandleIcon } from "./DragHandleIcon";
5
+ export { NoFiltersIcon } from "./NoFiltersIcon";
6
+ export { CrawlerIcon } from "./CrawlerIcon";
7
+ export { NeuralSearchIcon } from "./NeuralSearchIcon";
8
+ export { UnpinIcon } from "./UnpinIcon";
9
+ export { PinIcon } from "./PinIcon";
10
+ export { SettingsCategoryPagesIcon } from "./SettingsCategoryPagesIcon";
11
+ export { SettingsConsequencesIcon } from "./SettingsConsequencesIcon";
12
+ export { WorkspaceSwitcherIcon } from "./WorkspaceSwitcherIcon";
13
+ export { AlgoliaSearchIcon } from "./AlgoliaSearchIcon";
14
+ export { AlgoliaRecommendIcon } from "./AlgoliaRecommendIcon";
15
+ export { ContextIcon } from "./ContextIcon";
16
+ export { QueryBreakdownIcon } from "./QueryBreakdownIcon";
17
+ export { BulbIcon } from "./BulbIcon";
18
+ export { TestingIcon } from "./TestingIcon";
19
+ export { RocketIcon } from "./RocketIcon";
20
+ export { Activity as ActivityIcon, Airplay as AirplayIcon, AlertCircle as AlertCircleIcon, AlertOctagon as AlertOctagonIcon, AlertTriangle as AlertTriangleIcon, AlignCenter as AlignCenterIcon, AlignJustify as AlignJustifyIcon, AlignLeft as AlignLeftIcon, AlignRight as AlignRightIcon, Anchor as AnchorIcon, Aperture as ApertureIcon, Archive as ArchiveIcon, ArrowDownCircle as ArrowDownCircleIcon, ArrowDownLeft as ArrowDownLeftIcon, ArrowDownRight as ArrowDownRightIcon, ArrowDown as ArrowDownIcon, ArrowLeftCircle as ArrowLeftCircleIcon, ArrowLeft as ArrowLeftIcon, ArrowRightCircle as ArrowRightCircleIcon, ArrowRight as ArrowRightIcon, ArrowUpCircle as ArrowUpCircleIcon, ArrowUpLeft as ArrowUpLeftIcon, ArrowUpRight as ArrowUpRightIcon, ArrowUp as ArrowUpIcon, AtSign as AtSignIcon, Award as AwardIcon, BarChart2 as BarChart2Icon, BarChart as BarChartIcon, BatteryCharging as BatteryChargingIcon, Battery as BatteryIcon, BellOff as BellOffIcon, Bell as BellIcon, Bluetooth as BluetoothIcon, Bold as BoldIcon, BookOpen as BookOpenIcon, Book as BookIcon, Bookmark as BookmarkIcon, Box as BoxIcon, Briefcase as BriefcaseIcon, Calendar as CalendarIcon, CameraOff as CameraOffIcon, Camera as CameraIcon, Cast as CastIcon, CheckCircle as CheckCircleIcon, CheckSquare as CheckSquareIcon, Check as CheckIcon, ChevronDown as ChevronDownIcon, ChevronLeft as ChevronLeftIcon, ChevronRight as ChevronRightIcon, ChevronUp as ChevronUpIcon, ChevronsDown as ChevronsDownIcon, ChevronsLeft as ChevronsLeftIcon, ChevronsRight as ChevronsRightIcon, ChevronsUp as ChevronsUpIcon, Chrome as ChromeIcon, Circle as CircleIcon, Clipboard as ClipboardIcon, Clock as ClockIcon, CloudDrizzle as CloudDrizzleIcon, CloudLightning as CloudLightningIcon, CloudOff as CloudOffIcon, CloudRain as CloudRainIcon, CloudSnow as CloudSnowIcon, Cloud as CloudIcon, Code as CodeIcon, Codepen as CodepenIcon, Codesandbox as CodesandboxIcon, Coffee as CoffeeIcon, Columns as ColumnsIcon, Command as CommandIcon, Compass as CompassIcon, Copy as CopyIcon, CornerDownLeft as CornerDownLeftIcon, CornerDownRight as CornerDownRightIcon, CornerLeftDown as CornerLeftDownIcon, CornerLeftUp as CornerLeftUpIcon, CornerRightDown as CornerRightDownIcon, CornerRightUp as CornerRightUpIcon, CornerUpLeft as CornerUpLeftIcon, CornerUpRight as CornerUpRightIcon, Cpu as CpuIcon, CreditCard as CreditCardIcon, Crop as CropIcon, Crosshair as CrosshairIcon, Database as DatabaseIcon, Delete as DeleteIcon, Disc as DiscIcon, DivideCircle as DivideCircleIcon, DivideSquare as DivideSquareIcon, Divide as DivideIcon, DollarSign as DollarSignIcon, DownloadCloud as DownloadCloudIcon, Download as DownloadIcon, Dribbble as DribbbleIcon, Droplet as DropletIcon, Edit2 as Edit2Icon, Edit3 as Edit3Icon, Edit as EditIcon, ExternalLink as ExternalLinkIcon, EyeOff as EyeOffIcon, Eye as EyeIcon, Facebook as FacebookIcon, FastForward as FastForwardIcon, Feather as FeatherIcon, Figma as FigmaIcon, FileMinus as FileMinusIcon, FilePlus as FilePlusIcon, FileText as FileTextIcon, File as FileIcon, Film as FilmIcon, Filter as FilterIcon, Flag as FlagIcon, FolderMinus as FolderMinusIcon, FolderPlus as FolderPlusIcon, Folder as FolderIcon, Framer as FramerIcon, Frown as FrownIcon, Gift as GiftIcon, GitBranch as GitBranchIcon, GitCommit as GitCommitIcon, GitMerge as GitMergeIcon, GitPullRequest as GitPullRequestIcon, GitHub as GitHubIcon, Gitlab as GitlabIcon, Globe as GlobeIcon, Grid as GridIcon, HardDrive as HardDriveIcon, Hash as HashIcon, Headphones as HeadphonesIcon, Heart as HeartIcon, HelpCircle as HelpCircleIcon, Hexagon as HexagonIcon, Home as HomeIcon, Image as ImageIcon, Inbox as InboxIcon, Info as InfoIcon, Instagram as InstagramIcon, Italic as ItalicIcon, Key as KeyIcon, Layers as LayersIcon, Layout as LayoutIcon, LifeBuoy as LifeBuoyIcon, Link2 as Link2Icon, Link as LinkIcon, Linkedin as LinkedinIcon, List as ListIcon, Loader as LoaderIcon, Lock as LockIcon, LogIn as LogInIcon, LogOut as LogOutIcon, Mail as MailIcon, MapPin as MapPinIcon, Map as MapIcon, Maximize2 as Maximize2Icon, Maximize as MaximizeIcon, Meh as MehIcon, Menu as MenuIcon, MessageCircle as MessageCircleIcon, MessageSquare as MessageSquareIcon, MicOff as MicOffIcon, Mic as MicIcon, Minimize2 as Minimize2Icon, Minimize as MinimizeIcon, MinusCircle as MinusCircleIcon, MinusSquare as MinusSquareIcon, Minus as MinusIcon, Monitor as MonitorIcon, Moon as MoonIcon, MoreHorizontal as MoreHorizontalIcon, MoreVertical as MoreVerticalIcon, MousePointer as MousePointerIcon, Move as MoveIcon, Music as MusicIcon, Navigation2 as Navigation2Icon, Navigation as NavigationIcon, Octagon as OctagonIcon, Package as PackageIcon, Paperclip as PaperclipIcon, PauseCircle as PauseCircleIcon, Pause as PauseIcon, PenTool as PenToolIcon, Percent as PercentIcon, PhoneCall as PhoneCallIcon, PhoneForwarded as PhoneForwardedIcon, PhoneIncoming as PhoneIncomingIcon, PhoneMissed as PhoneMissedIcon, PhoneOff as PhoneOffIcon, PhoneOutgoing as PhoneOutgoingIcon, Phone as PhoneIcon, PieChart as PieChartIcon, PlayCircle as PlayCircleIcon, Play as PlayIcon, PlusCircle as PlusCircleIcon, PlusSquare as PlusSquareIcon, Plus as PlusIcon, Pocket as PocketIcon, Power as PowerIcon, Printer as PrinterIcon, Radio as RadioIcon, RefreshCcw as RefreshCcwIcon, RefreshCw as RefreshCwIcon, Repeat as RepeatIcon, Rewind as RewindIcon, RotateCcw as RotateCcwIcon, RotateCw as RotateCwIcon, Rss as RssIcon, Save as SaveIcon, Scissors as ScissorsIcon, Search as SearchIcon, Send as SendIcon, Server as ServerIcon, Settings as SettingsIcon, Share2 as Share2Icon, Share as ShareIcon, ShieldOff as ShieldOffIcon, Shield as ShieldIcon, ShoppingBag as ShoppingBagIcon, ShoppingCart as ShoppingCartIcon, Shuffle as ShuffleIcon, Sidebar as SidebarIcon, SkipBack as SkipBackIcon, SkipForward as SkipForwardIcon, Slack as SlackIcon, Slash as SlashIcon, Sliders as SlidersIcon, Smartphone as SmartphoneIcon, Smile as SmileIcon, Speaker as SpeakerIcon, Square as SquareIcon, Star as StarIcon, StopCircle as StopCircleIcon, Sun as SunIcon, Sunrise as SunriseIcon, Sunset as SunsetIcon, Table as TableIcon, Tablet as TabletIcon, Tag as TagIcon, Target as TargetIcon, Terminal as TerminalIcon, Thermometer as ThermometerIcon, ThumbsDown as ThumbsDownIcon, ThumbsUp as ThumbsUpIcon, ToggleLeft as ToggleLeftIcon, ToggleRight as ToggleRightIcon, Tool as ToolIcon, Trash2 as Trash2Icon, Trash as TrashIcon, Trello as TrelloIcon, TrendingDown as TrendingDownIcon, TrendingUp as TrendingUpIcon, Triangle as TriangleIcon, Truck as TruckIcon, Tv as TvIcon, Twitch as TwitchIcon, Twitter as TwitterIcon, Type as TypeIcon, Umbrella as UmbrellaIcon, Underline as UnderlineIcon, Unlock as UnlockIcon, UploadCloud as UploadCloudIcon, Upload as UploadIcon, UserCheck as UserCheckIcon, UserMinus as UserMinusIcon, UserPlus as UserPlusIcon, UserX as UserXIcon, User as UserIcon, Users as UsersIcon, VideoOff as VideoOffIcon, Video as VideoIcon, Voicemail as VoicemailIcon, Volume1 as Volume1Icon, Volume2 as Volume2Icon, VolumeX as VolumeXIcon, Volume as VolumeIcon, Watch as WatchIcon, WifiOff as WifiOffIcon, Wifi as WifiIcon, Wind as WindIcon, XCircle as XCircleIcon, XOctagon as XOctagonIcon, XSquare as XSquareIcon, X as XIcon, Youtube as YoutubeIcon, ZapOff as ZapOffIcon, Zap as ZapIcon, ZoomIn as ZoomInIcon, ZoomOut as ZoomOutIcon, } from "react-feather";