@algolia/satellite 1.0.0-beta.172 → 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.
- package/cjs/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
- package/cjs/AutoComplete/types.d.ts +1 -1
- package/cjs/Badge/Badge.d.ts +2 -1
- package/cjs/Banners/Alert/Alert.d.ts +2 -1
- package/cjs/Banners/BigBertha/BigBertha.d.ts +1 -1
- package/cjs/Button/PolymorphicIconButton.d.ts +1 -1
- package/cjs/Button/types.d.ts +1 -1
- package/cjs/Dropdown/components/DropdownButtonItem.d.ts +1 -1
- package/cjs/Dropdown/components/DropdownLinkItem.d.ts +1 -1
- package/cjs/Dropdown/components/DropdownToggleItem.d.ts +1 -1
- package/cjs/Flag/types.d.ts +1 -1
- package/cjs/Icons/AlgoliaRecommendIcon.d.ts +3 -0
- package/cjs/Icons/AlgoliaRecommendIcon.js +46 -0
- package/cjs/Icons/AlgoliaSearchIcon.d.ts +3 -0
- package/cjs/Icons/AlgoliaSearchIcon.js +49 -0
- package/cjs/Icons/BulbIcon.d.ts +3 -0
- package/cjs/Icons/BulbIcon.js +37 -0
- package/cjs/Icons/ContextIcon.d.ts +3 -0
- package/cjs/Icons/ContextIcon.js +51 -0
- package/cjs/Icons/CrawlerIcon.d.ts +3 -0
- package/cjs/Icons/CrawlerIcon.js +40 -0
- package/cjs/Icons/DragHandleIcon.d.ts +3 -0
- package/cjs/Icons/DragHandleIcon.js +58 -0
- package/cjs/Icons/NeuralSearchIcon.d.ts +3 -0
- package/cjs/Icons/NeuralSearchIcon.js +34 -0
- package/cjs/Icons/NoFiltersIcon.d.ts +3 -0
- package/cjs/Icons/NoFiltersIcon.js +59 -0
- package/cjs/Icons/PinIcon.d.ts +3 -0
- package/cjs/Icons/PinIcon.js +60 -0
- package/cjs/Icons/QueryBreakdownIcon.d.ts +3 -0
- package/cjs/Icons/QueryBreakdownIcon.js +39 -0
- package/cjs/Icons/RocketIcon.d.ts +3 -0
- package/cjs/Icons/RocketIcon.js +36 -0
- package/cjs/Icons/SettingsCategoryPagesIcon.d.ts +3 -0
- package/cjs/Icons/SettingsCategoryPagesIcon.js +36 -0
- package/cjs/Icons/SettingsConsequencesIcon.d.ts +3 -0
- package/cjs/Icons/SettingsConsequencesIcon.js +70 -0
- package/cjs/Icons/TestingIcon.d.ts +3 -0
- package/cjs/Icons/TestingIcon.js +36 -0
- package/cjs/Icons/UnpinIcon.d.ts +3 -0
- package/cjs/Icons/UnpinIcon.js +60 -0
- package/cjs/Icons/WorkspaceSwitcherIcon.d.ts +3 -0
- package/cjs/Icons/WorkspaceSwitcherIcon.js +34 -0
- package/cjs/Icons/index.d.ts +20 -0
- package/cjs/Icons/index.js +1840 -0
- package/cjs/Icons/utils.d.ts +1 -0
- package/cjs/Icons/utils.js +10 -0
- package/cjs/Input/Input.d.ts +1 -1
- package/cjs/Link/Link.d.ts +1 -1
- package/cjs/Medallion/Medallion.d.ts +1 -1
- package/cjs/MenuButton/MenuButton.d.ts +25 -0
- package/cjs/MenuButton/MenuButton.js +72 -0
- package/cjs/MenuButton/components/CustomTrigger.d.ts +5 -0
- package/cjs/MenuButton/components/CustomTrigger.js +24 -0
- package/cjs/MenuButton/components/DefaultTrigger.d.ts +5 -0
- package/cjs/MenuButton/components/DefaultTrigger.js +32 -0
- package/cjs/MenuButton/components/Divider.d.ts +3 -0
- package/cjs/MenuButton/components/Divider.js +21 -0
- package/cjs/MenuButton/components/Label.d.ts +4 -0
- package/cjs/MenuButton/components/Label.js +32 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItem.d.ts +9 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItem.js +64 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +6 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItemsGroup.js +20 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItemsGroupContext.d.ts +7 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItemsGroupContext.js +15 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +8 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.js +36 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +8 -0
- package/cjs/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.js +33 -0
- package/cjs/MenuButton/components/collapsible/index.d.ts +5 -0
- package/cjs/MenuButton/components/collapsible/index.js +60 -0
- package/cjs/MenuButton/components/items/ButtonItem.d.ts +14 -0
- package/cjs/MenuButton/components/items/ButtonItem.js +46 -0
- package/cjs/MenuButton/components/items/LinkItem.d.ts +10 -0
- package/cjs/MenuButton/components/items/LinkItem.js +69 -0
- package/cjs/MenuButton/components/items/RadioItem.d.ts +6 -0
- package/cjs/MenuButton/components/items/RadioItem.js +50 -0
- package/cjs/MenuButton/components/items/ToggleItem.d.ts +9 -0
- package/cjs/MenuButton/components/items/ToggleItem.js +72 -0
- package/cjs/MenuButton/components/items/index.d.ts +4 -0
- package/cjs/MenuButton/components/items/index.js +49 -0
- package/cjs/MenuButton/index.d.ts +1 -0
- package/cjs/MenuButton/index.js +13 -0
- package/cjs/MenuButton/useMenuItemProps.d.ts +11 -0
- package/cjs/MenuButton/useMenuItemProps.js +19 -0
- package/cjs/Sidebar/SidebarButtonLink.d.ts +1 -1
- package/cjs/Sidebar/SidebarLink.d.ts +1 -1
- package/cjs/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
- package/cjs/index.d.ts +3 -0
- package/cjs/index.js +36 -0
- package/cjs/styles/helpers/icons.js +1 -1
- package/cjs/types.d.ts +0 -3
- package/cjs/utils/sortObjectAlphabetically.d.ts +1 -0
- package/cjs/utils/sortObjectAlphabetically.js +18 -0
- package/esm/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
- package/esm/AutoComplete/types.d.ts +1 -1
- package/esm/Badge/Badge.d.ts +2 -1
- package/esm/Banners/Alert/Alert.d.ts +2 -1
- package/esm/Banners/BigBertha/BigBertha.d.ts +1 -1
- package/esm/Button/PolymorphicIconButton.d.ts +1 -1
- package/esm/Button/types.d.ts +1 -1
- package/esm/Dropdown/components/DropdownButtonItem.d.ts +1 -1
- package/esm/Dropdown/components/DropdownLinkItem.d.ts +1 -1
- package/esm/Dropdown/components/DropdownToggleItem.d.ts +1 -1
- package/esm/Flag/types.d.ts +1 -1
- package/esm/Icons/AlgoliaRecommendIcon.d.ts +3 -0
- package/esm/Icons/AlgoliaRecommendIcon.js +40 -0
- package/esm/Icons/AlgoliaSearchIcon.d.ts +3 -0
- package/esm/Icons/AlgoliaSearchIcon.js +43 -0
- package/esm/Icons/BulbIcon.d.ts +3 -0
- package/esm/Icons/BulbIcon.js +30 -0
- package/esm/Icons/ContextIcon.d.ts +3 -0
- package/esm/Icons/ContextIcon.js +45 -0
- package/esm/Icons/CrawlerIcon.d.ts +3 -0
- package/esm/Icons/CrawlerIcon.js +34 -0
- package/esm/Icons/DragHandleIcon.d.ts +3 -0
- package/esm/Icons/DragHandleIcon.js +52 -0
- package/esm/Icons/NeuralSearchIcon.d.ts +3 -0
- package/esm/Icons/NeuralSearchIcon.js +27 -0
- package/esm/Icons/NoFiltersIcon.d.ts +3 -0
- package/esm/Icons/NoFiltersIcon.js +53 -0
- package/esm/Icons/PinIcon.d.ts +3 -0
- package/esm/Icons/PinIcon.js +54 -0
- package/esm/Icons/QueryBreakdownIcon.d.ts +3 -0
- package/esm/Icons/QueryBreakdownIcon.js +33 -0
- package/esm/Icons/RocketIcon.d.ts +3 -0
- package/esm/Icons/RocketIcon.js +29 -0
- package/esm/Icons/SettingsCategoryPagesIcon.d.ts +3 -0
- package/esm/Icons/SettingsCategoryPagesIcon.js +29 -0
- package/esm/Icons/SettingsConsequencesIcon.d.ts +3 -0
- package/esm/Icons/SettingsConsequencesIcon.js +64 -0
- package/esm/Icons/TestingIcon.d.ts +3 -0
- package/esm/Icons/TestingIcon.js +29 -0
- package/esm/Icons/UnpinIcon.d.ts +3 -0
- package/esm/Icons/UnpinIcon.js +54 -0
- package/esm/Icons/WorkspaceSwitcherIcon.d.ts +3 -0
- package/esm/Icons/WorkspaceSwitcherIcon.js +27 -0
- package/esm/Icons/index.d.ts +20 -0
- package/esm/Icons/index.js +22 -0
- package/esm/Icons/utils.d.ts +1 -0
- package/esm/Icons/utils.js +4 -0
- package/esm/Input/Input.d.ts +1 -1
- package/esm/Link/Link.d.ts +1 -1
- package/esm/Medallion/Medallion.d.ts +1 -1
- package/esm/MenuButton/MenuButton.d.ts +25 -0
- package/esm/MenuButton/MenuButton.js +62 -0
- package/esm/MenuButton/components/CustomTrigger.d.ts +5 -0
- package/esm/MenuButton/components/CustomTrigger.js +14 -0
- package/esm/MenuButton/components/DefaultTrigger.d.ts +5 -0
- package/esm/MenuButton/components/DefaultTrigger.js +22 -0
- package/esm/MenuButton/components/Divider.d.ts +3 -0
- package/esm/MenuButton/components/Divider.js +11 -0
- package/esm/MenuButton/components/Label.d.ts +4 -0
- package/esm/MenuButton/components/Label.js +22 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItem.d.ts +9 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItem.js +55 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +6 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItemsGroup.js +14 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItemsGroupContext.d.ts +7 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItemsGroupContext.js +9 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +8 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.js +29 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +8 -0
- package/esm/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.js +26 -0
- package/esm/MenuButton/components/collapsible/index.d.ts +5 -0
- package/esm/MenuButton/components/collapsible/index.js +5 -0
- package/esm/MenuButton/components/items/ButtonItem.d.ts +14 -0
- package/esm/MenuButton/components/items/ButtonItem.js +37 -0
- package/esm/MenuButton/components/items/LinkItem.d.ts +10 -0
- package/esm/MenuButton/components/items/LinkItem.js +60 -0
- package/esm/MenuButton/components/items/RadioItem.d.ts +6 -0
- package/esm/MenuButton/components/items/RadioItem.js +41 -0
- package/esm/MenuButton/components/items/ToggleItem.d.ts +9 -0
- package/esm/MenuButton/components/items/ToggleItem.js +63 -0
- package/esm/MenuButton/components/items/index.d.ts +4 -0
- package/esm/MenuButton/components/items/index.js +4 -0
- package/esm/MenuButton/index.d.ts +1 -0
- package/esm/MenuButton/index.js +1 -0
- package/esm/MenuButton/useMenuItemProps.d.ts +11 -0
- package/esm/MenuButton/useMenuItemProps.js +12 -0
- package/esm/Sidebar/SidebarButtonLink.d.ts +1 -1
- package/esm/Sidebar/SidebarLink.d.ts +1 -1
- package/esm/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
- package/esm/index.d.ts +3 -0
- package/esm/index.js +3 -0
- package/esm/styles/helpers/icons.js +2 -2
- package/esm/types.d.ts +0 -3
- package/esm/utils/sortObjectAlphabetically.d.ts +1 -0
- package/esm/utils/sortObjectAlphabetically.js +11 -0
- package/package.json +4 -2
- package/satellite.min.css +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import type { ReactNode, VFC } from "react";
|
2
|
+
import type { IconComponentType } from "../../Icons";
|
2
3
|
import type { MedallionVariant } from "../../Medallion";
|
3
|
-
import type { IconComponentType } from "../../types";
|
4
4
|
export interface AutoCompleteEmptyStateProps {
|
5
5
|
icon?: IconComponentType;
|
6
6
|
variant?: MedallionVariant;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { ComponentType, FocusEventHandler, ForwardedRef, ReactNode, RefObject } from "react";
|
2
|
-
import type { IconComponentType } from "../
|
2
|
+
import type { IconComponentType } from "../Icons";
|
3
3
|
export declare type AutoCompleteVariant = "medium" | "large";
|
4
4
|
export declare type AutoCompleteLocale = {
|
5
5
|
emptyStateTitle?: string;
|
package/cjs/Badge/Badge.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { type HTMLAttributes, type ReactNode } from "react";
|
2
|
-
import type {
|
2
|
+
import type { IconComponentType } from "../Icons";
|
3
|
+
import type { AtLeastOne, ColorVariant } from "../types";
|
3
4
|
export declare type BadgeSizes = "small" | "medium" | "large";
|
4
5
|
export declare type BadgeVariants = ColorVariant | "pink";
|
5
6
|
interface BaseBadgeProps extends HTMLAttributes<HTMLSpanElement> {
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import type { CSSProperties, ReactNode, VFC } from "react";
|
2
|
-
import type {
|
2
|
+
import type { IconComponentType } from "../../Icons";
|
3
|
+
import type { ColorVariant } from "../../types";
|
3
4
|
export declare type AlertContextType = "page" | "section";
|
4
5
|
export declare type AlertColorVariant = Exclude<ColorVariant, "blue">;
|
5
6
|
export interface AlertProps {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
+
import type { IconComponentType } from "../Icons";
|
2
3
|
import type { TooltipWrapperBaseProps } from "../Tooltip/types";
|
3
|
-
import type { IconComponentType } from "../types";
|
4
4
|
import type { ButtonSize, ButtonVariant, PolymorphicComponentPropWithRef } from "./types";
|
5
5
|
export interface IconButtonBaseProps {
|
6
6
|
/** @default neutral */
|
package/cjs/Button/types.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { ReactNode } from "react";
|
2
|
-
import type { IconComponentType } from "../
|
2
|
+
import type { IconComponentType } from "../Icons";
|
3
3
|
export declare type ButtonVariant = "subtle" | "neutral" | "primary" | "destructive";
|
4
4
|
export declare type ButtonSize = "small" | "medium" | "large";
|
5
5
|
export interface ButtonBaseProps {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { VFC } from "react";
|
2
|
-
import type { IconComponentType } from "../../
|
2
|
+
import type { IconComponentType } from "../../Icons";
|
3
3
|
import type { DropdownBaseItemProps } from "../useDropdownItemProps";
|
4
4
|
export declare type DropdownButtonItemProps = DropdownBaseItemProps<HTMLButtonElement> & JSX.IntrinsicElements["button"] & {
|
5
5
|
/** Left aligned icon */
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { VFC } from "react";
|
2
|
-
import type { IconComponentType } from "../../
|
2
|
+
import type { IconComponentType } from "../../Icons";
|
3
3
|
import type { DropdownBaseItemProps } from "../useDropdownItemProps";
|
4
4
|
export declare type DropdownLinkItemProps = DropdownBaseItemProps<HTMLAnchorElement> & JSX.IntrinsicElements["a"] & {
|
5
5
|
href: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import type { ReactNode, VFC } from "react";
|
2
|
+
import type { IconComponentType } from "../../Icons";
|
2
3
|
import type { ToggleProps } from "../../Toggle";
|
3
|
-
import type { IconComponentType } from "../../types";
|
4
4
|
import type { DropdownBaseItemProps } from "../useDropdownItemProps";
|
5
5
|
export interface DropdownToggleItemProps extends ToggleProps, DropdownBaseItemProps<HTMLInputElement> {
|
6
6
|
/** Left aligned icon */
|
package/cjs/Flag/types.d.ts
CHANGED
@@ -0,0 +1,46 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.AlgoliaRecommendIcon = 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", "color"];
|
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 AlgoliaRecommendIcon = exports.AlgoliaRecommendIcon = /*#__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
|
+
_ref$color = _ref.color,
|
21
|
+
color = _ref$color === void 0 ? "#FF2A6A" : _ref$color,
|
22
|
+
rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
23
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({
|
24
|
+
ref: ref,
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
26
|
+
width: width,
|
27
|
+
height: height,
|
28
|
+
viewBox: "0 0 80 80",
|
29
|
+
color: color
|
30
|
+
}, rest), {}, {
|
31
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
32
|
+
fill: "#36395A",
|
33
|
+
d: "m50 65-4 12H34l-4-12h20Z"
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
35
|
+
fill: "currentColor",
|
36
|
+
d: "M68 32c0 15.464-12.536 28-28 28S12 47.464 12 32 24.536 4 40 4s28 12.536 28 28Z"
|
37
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
38
|
+
fill: "#fff",
|
39
|
+
d: "M43 34V17L26 34h17Z"
|
40
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
41
|
+
fill: "#fff",
|
42
|
+
d: "M37 30v17l17-17H37Z"
|
43
|
+
})]
|
44
|
+
}));
|
45
|
+
});
|
46
|
+
AlgoliaRecommendIcon.displayName = "AlgoliaRecommendIcon";
|
@@ -0,0 +1,49 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.AlgoliaSearchIcon = 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", "color"];
|
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 AlgoliaSearchIcon = exports.AlgoliaSearchIcon = /*#__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
|
+
_ref$color = _ref.color,
|
21
|
+
color = _ref$color === void 0 ? "#5468FF" : _ref$color,
|
22
|
+
rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
23
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({
|
24
|
+
ref: ref,
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
26
|
+
width: width,
|
27
|
+
height: height,
|
28
|
+
viewBox: "0 0 80 80",
|
29
|
+
color: color
|
30
|
+
}, rest), {}, {
|
31
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
32
|
+
cx: "40",
|
33
|
+
cy: "32",
|
34
|
+
r: "28",
|
35
|
+
fill: "currentColor"
|
36
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
37
|
+
width: "20",
|
38
|
+
height: "20",
|
39
|
+
x: "30",
|
40
|
+
y: "22",
|
41
|
+
fill: "#fff",
|
42
|
+
rx: "10"
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
44
|
+
fill: "#36395A",
|
45
|
+
d: "M43 63.5 54.5 60l6 17h-12L43 63.5Z"
|
46
|
+
})]
|
47
|
+
}));
|
48
|
+
});
|
49
|
+
AlgoliaSearchIcon.displayName = "AlgoliaSearchIcon";
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.BulbIcon = 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 BulbIcon = exports.BulbIcon = /*#__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 18 16"
|
27
|
+
}, rest), {}, {
|
28
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
29
|
+
fill: "none",
|
30
|
+
stroke: "currentColor",
|
31
|
+
strokeLinecap: "round",
|
32
|
+
strokeLinejoin: "round",
|
33
|
+
d: "M8 15.5h2M15.5 8H17M1 8h1.5M9 2V.5M4 4 3 3M14 4l1-1M7.124 13.02v-1.513C5.958 10.806 5 9.439 5 7.987c0-2.497 2.307-4.454 4.913-3.89 1.146.253 2.15 1.01 2.672 2.054 1.06 2.118-.056 4.367-1.694 5.351v1.514c0 .146.056.484-.486.484H7.61c-.558.005-.487-.212-.487-.48Z"
|
34
|
+
})
|
35
|
+
}));
|
36
|
+
});
|
37
|
+
BulbIcon.displayName = "BulbIcon";
|
@@ -0,0 +1,51 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.ContextIcon = 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 ContextIcon = exports.ContextIcon = /*#__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 32 32",
|
27
|
+
fill: "none"
|
28
|
+
}, rest), {}, {
|
29
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
30
|
+
stroke: "#76A0FF",
|
31
|
+
strokeWidth: "2",
|
32
|
+
d: "M25.317 25.178 22.31 22"
|
33
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
34
|
+
stroke: "#76A0FF",
|
35
|
+
strokeWidth: "2",
|
36
|
+
d: "M16 14c.552 0 1.052.224 1.414.586.362.362.586.862.586 1.414 0 .552-.224 1.052-.586 1.414A1.994 1.994 0 0 1 16 18a1.994 1.994 0 0 1-1.414-.586A1.994 1.994 0 0 1 14 16c0-.552.224-1.052.586-1.414A1.994 1.994 0 0 1 16 14Z",
|
37
|
+
clipRule: "evenodd"
|
38
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
39
|
+
stroke: "currentColor",
|
40
|
+
strokeWidth: "2",
|
41
|
+
d: "M16 10.667c1.473 0 2.806.597 3.771 1.562A5.317 5.317 0 0 1 21.333 16a5.317 5.317 0 0 1-1.562 3.771 5.317 5.317 0 0 1-3.77 1.562 5.317 5.317 0 0 1-3.772-1.562A5.317 5.317 0 0 1 10.667 16c0-1.473.597-2.806 1.562-3.771A5.317 5.317 0 0 1 16 10.667Z",
|
42
|
+
clipRule: "evenodd"
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
44
|
+
stroke: "#76A0FF",
|
45
|
+
strokeWidth: "2",
|
46
|
+
d: "M16 7.333c2.393 0 4.56.97 6.128 2.539A8.64 8.64 0 0 1 24.667 16a8.64 8.64 0 0 1-2.539 6.128A8.64 8.64 0 0 1 16 24.667a8.64 8.64 0 0 1-6.128-2.539A8.64 8.64 0 0 1 7.333 16c0-2.393.97-4.56 2.539-6.128A8.64 8.64 0 0 1 16 7.333Z",
|
47
|
+
clipRule: "evenodd"
|
48
|
+
})]
|
49
|
+
}));
|
50
|
+
});
|
51
|
+
ContextIcon.displayName = "ContextIcon";
|
@@ -0,0 +1,40 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.CrawlerIcon = 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 CrawlerIcon = exports.CrawlerIcon = /*#__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 24 24"
|
27
|
+
}, rest), {}, {
|
28
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
29
|
+
fill: "none",
|
30
|
+
fillRule: "evenodd",
|
31
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
32
|
+
fill: "currentColor",
|
33
|
+
d: "M3 10V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v6h1a1 1 0 0 1 0 2h-1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8H2a1 1 0 0 1 0-2h1zm2 0v2h14v-2H5zm0-5v2h2V5H5zm3 0v2h2V5H8zm3 0v2h2V5h-2z"
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
35
|
+
d: "M0 0h24v24H0z"
|
36
|
+
})]
|
37
|
+
})
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
CrawlerIcon.displayName = "CrawlerIcon";
|
@@ -0,0 +1,58 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.DragHandleIcon = 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 DragHandleIcon = exports.DragHandleIcon = /*#__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.jsxs)("g", {
|
29
|
+
fill: "currentColor",
|
30
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
31
|
+
cx: "5.5",
|
32
|
+
cy: "3",
|
33
|
+
r: "1.5"
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
35
|
+
cx: "10.5",
|
36
|
+
cy: "3",
|
37
|
+
r: "1.5"
|
38
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
39
|
+
cx: "5.5",
|
40
|
+
cy: "8",
|
41
|
+
r: "1.5"
|
42
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
43
|
+
cx: "10.5",
|
44
|
+
cy: "8",
|
45
|
+
r: "1.5"
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
47
|
+
cx: "5.5",
|
48
|
+
cy: "13",
|
49
|
+
r: "1.5"
|
50
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
51
|
+
cx: "10.5",
|
52
|
+
cy: "13",
|
53
|
+
r: "1.5"
|
54
|
+
})]
|
55
|
+
})
|
56
|
+
}));
|
57
|
+
});
|
58
|
+
DragHandleIcon.displayName = "DragHandleIcon";
|
@@ -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.NeuralSearchIcon = 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 NeuralSearchIcon = exports.NeuralSearchIcon = /*#__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 11 12"
|
27
|
+
}, rest), {}, {
|
28
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
29
|
+
fill: "currentColor",
|
30
|
+
d: "M10.855 6.257a1.224 1.224 0 0 0-.733-.583 1.274 1.274 0 0 0-.945.086c-.2.103-.366.254-.482.44L7.62 6.013a1.795 1.795 0 0 0-.414-1.007L8.757 2.92a1.61 1.61 0 0 0 .794.065 1.57 1.57 0 0 0 1.02-.62 1.45 1.45 0 0 0 .26-1.12C10.682.43 9.868-.119 9.014.022a1.57 1.57 0 0 0-1.02.62c-.24.328-.332.726-.26 1.12.05.278.18.533.374.741L6.6 4.53a1.955 1.955 0 0 0-1.76.007 1.875 1.875 0 0 0-.497.367l-1.955-1.48c.061-.143.093-.3.093-.455 0-.66-.556-1.196-1.24-1.196C.557 1.773 0 2.31 0 2.969c0 .66.557 1.197 1.24 1.197.227 0 .447-.06.639-.171l2.059 1.557a1.77 1.77 0 0 0 .332 1.772l-1.303 1.75a1.627 1.627 0 0 0-.794-.065 1.57 1.57 0 0 0-1.02.62 1.45 1.45 0 0 0-.26 1.12c.132.722.783 1.246 1.548 1.246.09 0 .18-.007.269-.022a1.57 1.57 0 0 0 1.019-.62c.24-.328.332-.726.26-1.12a1.467 1.467 0 0 0-.374-.74L4.882 7.79a1.967 1.967 0 0 0 1.531.07l1.285 1.906a1.38 1.38 0 0 0-.265.565c-.078.367-.003.74.21 1.051.212.308.535.518.91.59.093.019.187.028.282.028.682 0 1.278-.471 1.415-1.12.078-.367.003-.74-.21-1.051a1.424 1.424 0 0 0-.91-.59 1.473 1.473 0 0 0-.81.07L7.067 7.45a1.81 1.81 0 0 0 .451-.691l1.006.174c.016.154.063.307.139.444.215.393.636.636 1.098.636.2 0 .4-.048.579-.139a1.2 1.2 0 0 0 .605-.706 1.151 1.151 0 0 0-.09-.911Zm-1.313.168a.466.466 0 0 1 .352-.033.454.454 0 0 1 .272.217c.058.105.07.226.033.34a.447.447 0 0 1-.225.262.473.473 0 0 1-.623-.185.426.426 0 0 1-.034-.339.447.447 0 0 1 .225-.262Zm-1.346 4.057a.665.665 0 0 1 1.193-.237.62.62 0 0 1 .097.485.667.667 0 0 1-1.194.238.62.62 0 0 1-.097-.486ZM2.442 9.74a.78.78 0 0 1 .78.624.719.719 0 0 1-.13.557.793.793 0 0 1-.515.313c-.43.07-.841-.204-.916-.613a.719.719 0 0 1 .13-.557.793.793 0 0 1 .65-.324Zm7.491-7.806a.793.793 0 0 1-.514.312c-.43.072-.842-.203-.916-.613a.719.719 0 0 1 .13-.557.793.793 0 0 1 .65-.323.78.78 0 0 1 .78.624.719.719 0 0 1-.13.557ZM5.726 5.076c.111 0 .222.016.33.048.286.085.52.271.66.525a1.06 1.06 0 0 1-.464 1.458 1.147 1.147 0 0 1-.851.078 1.102 1.102 0 0 1-.66-.526 1.06 1.06 0 0 1 .464-1.458 1.15 1.15 0 0 1 .521-.125ZM1.24 3.414a.454.454 0 0 1-.46-.444c0-.245.207-.444.461-.444s.461.2.461.444a.454.454 0 0 1-.461.445Z"
|
31
|
+
})
|
32
|
+
}));
|
33
|
+
});
|
34
|
+
NeuralSearchIcon.displayName = "NeuralSearchIcon";
|
@@ -0,0 +1,59 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports.NoFiltersIcon = 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 NoFiltersIcon = exports.NoFiltersIcon = /*#__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 15"
|
30
|
+
}, rest), {}, {
|
31
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
32
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
33
|
+
id: id1,
|
34
|
+
d: "m3.64.16.06.06.99 1.11h9.98c.23 0 .41.1.54.3l.06.1c.14.2.07.47-.06.67l-4.67 5.5 1.7 1.91a.67.67 0 0 1-.95.95l-.05-.06L10 9.32V14c0 .23-.1.4-.26.54l-.08.06c-.06.07-.2.07-.33.07h-.07c-.1 0-.14-.02-.2-.07L6.4 13.27c-.27-.14-.4-.34-.4-.6V8.53L.8 2.4c-.14-.2-.2-.47-.07-.67.13-.26.33-.4.6-.4H2.9l-.2-.22a.67.67 0 0 1 .94-.95zm.45 2.5H2.8l4.4 5.27c.06.07.13.27.13.4v3.94l1.33.66v-4.6c0-.2.07-.33.14-.46l-.04.06L4.1 2.67zm9.18 0h-7.4L9.64 6.9l3.63-4.23z"
|
35
|
+
})
|
36
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
37
|
+
fill: "none",
|
38
|
+
fillRule: "evenodd",
|
39
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
40
|
+
id: id2,
|
41
|
+
fill: "#fff",
|
42
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
43
|
+
xlinkHref: "#".concat(id1)
|
44
|
+
})
|
45
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
46
|
+
xlinkHref: "#".concat(id1),
|
47
|
+
fill: "#000",
|
48
|
+
fillRule: "nonzero"
|
49
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
50
|
+
fill: "currentColor",
|
51
|
+
mask: "url(#".concat(id2, ")"),
|
52
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
53
|
+
d: "M0 0h16v16H0z"
|
54
|
+
})
|
55
|
+
})]
|
56
|
+
})]
|
57
|
+
}));
|
58
|
+
});
|
59
|
+
NoFiltersIcon.displayName = "NoFiltersIcon";
|
@@ -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.PinIcon = 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 PinIcon = exports.PinIcon = /*#__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: "M10.667 5.773v-3.16H12a.667.667 0 0 0 0-1.333H4a.667.667 0 0 0-.667.72c0 .368.299.667.667.667h1.333v3.106A5.74 5.74 0 0 0 2 10.927c0 .368.298.666.667.666h4.666v2.56a2.48 2.48 0 0 0 .074.667.667.667 0 0 0 .593.447c.153 0 .42-.06.58-.487.058-.217.087-.442.087-.667v-2.546h4.666A.667.667 0 0 0 14 10.9a5.74 5.74 0 0 0-3.333-5.127ZM3.38 10.287A4.513 4.513 0 0 1 6.253 6.78a.667.667 0 0 0 .414-.593V2.613h2.666v3.574c.01.261.171.494.414.593a4.513 4.513 0 0 1 2.873 3.507H3.38Z"
|
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
|
+
PinIcon.displayName = "PinIcon";
|