@envive-ai/react-icons 0.1.0 → 0.2.0
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/README.md +18 -0
- package/dist/AiSearch.cjs +134 -0
- package/dist/AiSearch.d.cts +6 -0
- package/dist/AiSearch.d.ts +7 -0
- package/dist/AiSearch.js +134 -0
- package/dist/AiSearchBold.cjs +28 -0
- package/dist/AiSearchBold.d.cts +6 -0
- package/dist/AiSearchBold.d.ts +7 -0
- package/dist/AiSearchBold.js +28 -0
- package/dist/AiSearchThin.cjs +26 -0
- package/dist/AiSearchThin.d.cts +6 -0
- package/dist/AiSearchThin.d.ts +7 -0
- package/dist/AiSearchThin.js +26 -0
- package/dist/AiSearchVariant.cjs +22 -0
- package/dist/AiSearchVariant.d.cts +6 -0
- package/dist/AiSearchVariant.d.ts +7 -0
- package/dist/AiSearchVariant.js +22 -0
- package/dist/Alert.cjs +15 -0
- package/dist/Alert.d.cts +6 -0
- package/dist/Alert.d.ts +7 -0
- package/dist/Alert.js +15 -0
- package/dist/ArrowUp.cjs +27 -0
- package/dist/ArrowUp.d.cts +6 -0
- package/dist/ArrowUp.d.ts +7 -0
- package/dist/ArrowUp.js +27 -0
- package/dist/BagAddWhite.cjs +42 -0
- package/dist/BagAddWhite.d.cts +6 -0
- package/dist/BagAddWhite.d.ts +7 -0
- package/dist/BagAddWhite.js +42 -0
- package/dist/BagWhite.cjs +25 -0
- package/dist/BagWhite.d.cts +6 -0
- package/dist/BagWhite.d.ts +7 -0
- package/dist/BagWhite.js +25 -0
- package/dist/BlackLightbulb.cjs +23 -0
- package/dist/BlackLightbulb.d.cts +6 -0
- package/dist/BlackLightbulb.d.ts +7 -0
- package/dist/BlackLightbulb.js +23 -0
- package/dist/ChevronDown.cjs +22 -0
- package/dist/ChevronDown.d.cts +6 -0
- package/dist/ChevronDown.d.ts +7 -0
- package/dist/ChevronDown.js +22 -0
- package/dist/ChevronLeft.cjs +15 -0
- package/dist/ChevronLeft.d.cts +6 -0
- package/dist/ChevronLeft.d.ts +7 -0
- package/dist/ChevronLeft.js +15 -0
- package/dist/CoterieLogo.cjs +35 -0
- package/dist/CoterieLogo.d.cts +6 -0
- package/dist/CoterieLogo.d.ts +7 -0
- package/dist/CoterieLogo.js +35 -0
- package/dist/CustomerChat.cjs +48 -0
- package/dist/CustomerChat.d.cts +6 -0
- package/dist/CustomerChat.d.ts +7 -0
- package/dist/CustomerChat.js +48 -0
- package/dist/Document.cjs +18 -0
- package/dist/Document.d.cts +6 -0
- package/dist/Document.d.ts +7 -0
- package/dist/Document.js +18 -0
- package/dist/DotsHorizontal.cjs +15 -0
- package/dist/DotsHorizontal.d.cts +6 -0
- package/dist/DotsHorizontal.d.ts +7 -0
- package/dist/DotsHorizontal.js +15 -0
- package/dist/EnviveWatermark.cjs +36 -0
- package/dist/EnviveWatermark.d.cts +6 -0
- package/dist/EnviveWatermark.d.ts +7 -0
- package/dist/EnviveWatermark.js +36 -0
- package/dist/FourPointStar.cjs +16 -0
- package/dist/FourPointStar.d.cts +6 -0
- package/dist/FourPointStar.d.ts +7 -0
- package/dist/FourPointStar.js +16 -0
- package/dist/IconClose.cjs +25 -0
- package/dist/IconClose.d.cts +6 -0
- package/dist/IconClose.d.ts +7 -0
- package/dist/IconClose.js +25 -0
- package/dist/IconCloseVariant.cjs +21 -0
- package/dist/IconCloseVariant.d.cts +6 -0
- package/dist/IconCloseVariant.d.ts +7 -0
- package/dist/IconCloseVariant.js +21 -0
- package/dist/Lightbulb.cjs +32 -0
- package/dist/Lightbulb.d.cts +6 -0
- package/dist/Lightbulb.d.ts +7 -0
- package/dist/Lightbulb.js +32 -0
- package/dist/MagnifyingGlass.cjs +20 -0
- package/dist/MagnifyingGlass.d.cts +6 -0
- package/dist/MagnifyingGlass.d.ts +7 -0
- package/dist/MagnifyingGlass.js +20 -0
- package/dist/MagnifyingGlassStar.cjs +54 -0
- package/dist/MagnifyingGlassStar.d.cts +6 -0
- package/dist/MagnifyingGlassStar.d.ts +7 -0
- package/dist/MagnifyingGlassStar.js +54 -0
- package/dist/MagnifyingGlassStarVariant.cjs +29 -0
- package/dist/MagnifyingGlassStarVariant.d.cts +6 -0
- package/dist/MagnifyingGlassStarVariant.d.ts +7 -0
- package/dist/MagnifyingGlassStarVariant.js +29 -0
- package/dist/OutlinedStar.cjs +17 -0
- package/dist/OutlinedStar.d.cts +6 -0
- package/dist/OutlinedStar.d.ts +7 -0
- package/dist/OutlinedStar.js +17 -0
- package/dist/Paperclip.cjs +15 -0
- package/dist/Paperclip.d.cts +6 -0
- package/dist/Paperclip.d.ts +7 -0
- package/dist/Paperclip.js +15 -0
- package/dist/Send.cjs +20 -0
- package/dist/Send.d.cts +6 -0
- package/dist/Send.d.ts +7 -0
- package/dist/Send.js +20 -0
- package/dist/SendArrow.cjs +20 -0
- package/dist/SendArrow.d.cts +6 -0
- package/dist/SendArrow.d.ts +7 -0
- package/dist/SendArrow.js +20 -0
- package/dist/Settings.cjs +39 -0
- package/dist/Settings.d.cts +6 -0
- package/dist/Settings.d.ts +7 -0
- package/dist/Settings.js +39 -0
- package/dist/SettingsVariant.cjs +56 -0
- package/dist/SettingsVariant.d.cts +6 -0
- package/dist/SettingsVariant.d.ts +7 -0
- package/dist/SettingsVariant.js +56 -0
- package/dist/ShapewearOutline.cjs +36 -0
- package/dist/ShapewearOutline.d.cts +6 -0
- package/dist/ShapewearOutline.d.ts +7 -0
- package/dist/ShapewearOutline.js +36 -0
- package/dist/SpanxLogo.cjs +17 -0
- package/dist/SpanxLogo.d.cts +6 -0
- package/dist/SpanxLogo.d.ts +7 -0
- package/dist/SpanxLogo.js +17 -0
- package/dist/Sparkles.cjs +23 -0
- package/dist/Sparkles.d.cts +6 -0
- package/dist/Sparkles.d.ts +7 -0
- package/dist/Sparkles.js +23 -0
- package/dist/SpiffyBwLogo.cjs +27 -0
- package/dist/SpiffyBwLogo.d.cts +6 -0
- package/dist/SpiffyBwLogo.d.ts +7 -0
- package/dist/SpiffyBwLogo.js +27 -0
- package/dist/Star.cjs +22 -0
- package/dist/Star.d.cts +6 -0
- package/dist/Star.d.ts +7 -0
- package/dist/Star.js +22 -0
- package/dist/SupergoopBlackLogo.cjs +20 -0
- package/dist/SupergoopBlackLogo.d.cts +6 -0
- package/dist/SupergoopBlackLogo.d.ts +7 -0
- package/dist/SupergoopBlackLogo.js +20 -0
- package/dist/SupergoopWhiteLogo.cjs +22 -0
- package/dist/SupergoopWhiteLogo.d.cts +6 -0
- package/dist/SupergoopWhiteLogo.d.ts +7 -0
- package/dist/SupergoopWhiteLogo.js +22 -0
- package/dist/VectorUpRight.cjs +16 -0
- package/dist/VectorUpRight.d.cts +6 -0
- package/dist/VectorUpRight.d.ts +7 -0
- package/dist/VectorUpRight.js +16 -0
- package/dist/jsx-runtime-CBx1Bunv.js +2586 -0
- package/dist/jsx-runtime-CubdjICU.cjs +2604 -0
- package/package.json +158 -5
- package/dist/src/AiSearch.d.ts +0 -3
- package/dist/src/AiSearch.js +0 -3
- package/dist/src/AiSearchBold.d.ts +0 -3
- package/dist/src/AiSearchBold.js +0 -3
- package/dist/src/AiSearchThin.d.ts +0 -3
- package/dist/src/AiSearchThin.js +0 -3
- package/dist/src/AiSearchVariant.d.ts +0 -3
- package/dist/src/AiSearchVariant.js +0 -3
- package/dist/src/Alert.d.ts +0 -3
- package/dist/src/Alert.js +0 -3
- package/dist/src/ArrowUp.d.ts +0 -3
- package/dist/src/ArrowUp.js +0 -3
- package/dist/src/BagAddWhite.d.ts +0 -3
- package/dist/src/BagAddWhite.js +0 -3
- package/dist/src/BagWhite.d.ts +0 -3
- package/dist/src/BagWhite.js +0 -3
- package/dist/src/BlackLightbulb.d.ts +0 -3
- package/dist/src/BlackLightbulb.js +0 -3
- package/dist/src/ChevronDown.d.ts +0 -3
- package/dist/src/ChevronDown.js +0 -3
- package/dist/src/ChevronLeft.d.ts +0 -3
- package/dist/src/ChevronLeft.js +0 -3
- package/dist/src/CoterieLogo.d.ts +0 -3
- package/dist/src/CoterieLogo.js +0 -3
- package/dist/src/CustomerChat.d.ts +0 -3
- package/dist/src/CustomerChat.js +0 -3
- package/dist/src/Document.d.ts +0 -3
- package/dist/src/Document.js +0 -3
- package/dist/src/DotsHorizontal.d.ts +0 -3
- package/dist/src/DotsHorizontal.js +0 -3
- package/dist/src/EnviveWatermark.d.ts +0 -3
- package/dist/src/EnviveWatermark.js +0 -3
- package/dist/src/FourPointStar.d.ts +0 -3
- package/dist/src/FourPointStar.js +0 -3
- package/dist/src/IconClose.d.ts +0 -3
- package/dist/src/IconClose.js +0 -3
- package/dist/src/IconCloseVariant.d.ts +0 -3
- package/dist/src/IconCloseVariant.js +0 -3
- package/dist/src/Lightbulb.d.ts +0 -3
- package/dist/src/Lightbulb.js +0 -3
- package/dist/src/MagnifyingGlass.d.ts +0 -3
- package/dist/src/MagnifyingGlass.js +0 -3
- package/dist/src/MagnifyingGlassStar.d.ts +0 -3
- package/dist/src/MagnifyingGlassStar.js +0 -3
- package/dist/src/MagnifyingGlassStarVariant.d.ts +0 -3
- package/dist/src/MagnifyingGlassStarVariant.js +0 -3
- package/dist/src/OutlinedStar.d.ts +0 -3
- package/dist/src/OutlinedStar.js +0 -3
- package/dist/src/Paperclip.d.ts +0 -3
- package/dist/src/Paperclip.js +0 -3
- package/dist/src/Send.d.ts +0 -3
- package/dist/src/Send.js +0 -3
- package/dist/src/SendArrow.d.ts +0 -3
- package/dist/src/SendArrow.js +0 -3
- package/dist/src/Settings.d.ts +0 -3
- package/dist/src/Settings.js +0 -3
- package/dist/src/SettingsVariant.d.ts +0 -3
- package/dist/src/SettingsVariant.js +0 -3
- package/dist/src/ShapewearOutline.d.ts +0 -3
- package/dist/src/ShapewearOutline.js +0 -3
- package/dist/src/SpanxLogo.d.ts +0 -3
- package/dist/src/SpanxLogo.js +0 -3
- package/dist/src/Sparkles.d.ts +0 -3
- package/dist/src/Sparkles.js +0 -3
- package/dist/src/SpiffyBwLogo.d.ts +0 -3
- package/dist/src/SpiffyBwLogo.js +0 -3
- package/dist/src/Star.d.ts +0 -3
- package/dist/src/Star.js +0 -3
- package/dist/src/SupergoopBlackLogo.d.ts +0 -3
- package/dist/src/SupergoopBlackLogo.js +0 -3
- package/dist/src/SupergoopWhiteLogo.d.ts +0 -3
- package/dist/src/SupergoopWhiteLogo.js +0 -3
- package/dist/src/VectorUpRight.d.ts +0 -3
- package/dist/src/VectorUpRight.js +0 -3
- package/dist/src/index.d.ts +0 -37
- package/dist/src/index.js +0 -37
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/CustomerChat.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgCustomerChat = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 35,
|
|
9
|
+
height: 32,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
+
stroke: "#fff",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeWidth: 1.25,
|
|
17
|
+
d: "M17.998 23.223h3.316a.9.9 0 0 1 .616.244l5.294 4.97a.9.9 0 0 0 1.514-.582l.337-4.043a.643.643 0 0 1 .64-.589v0A4.284 4.284 0 0 0 34 18.939V7a6 6 0 0 0-6-6H8a6 6 0 0 0-6 6v6"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
20
|
+
cx: 12.672,
|
|
21
|
+
cy: 11.297,
|
|
22
|
+
r: 1.625,
|
|
23
|
+
fill: "#fff"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
26
|
+
cx: 19.399,
|
|
27
|
+
cy: 11.297,
|
|
28
|
+
r: 1.625,
|
|
29
|
+
fill: "#fff"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
32
|
+
cx: 26.117,
|
|
33
|
+
cy: 11.297,
|
|
34
|
+
r: 1.625,
|
|
35
|
+
fill: "#fff"
|
|
36
|
+
}),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
38
|
+
stroke: "#fff",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeWidth: 1.25,
|
|
41
|
+
d: "M4.697 19.815v-2.929c0-1.618 1.28-2.929 2.858-2.929s2.857 1.311 2.857 2.93v2.928m2.977-.049-.083-1.333a.61.61 0 0 0-.608-.57H2.404a.61.61 0 0 0-.607.563L.936 29.9a.61.61 0 0 0 .607.654h12.022a.61.61 0 0 0 .607-.656z"
|
|
42
|
+
})
|
|
43
|
+
]
|
|
44
|
+
});
|
|
45
|
+
var CustomerChat_default = SvgCustomerChat;
|
|
46
|
+
|
|
47
|
+
//#endregion
|
|
48
|
+
export { CustomerChat_default as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const require_jsx_runtime$1 = require('./jsx-runtime-CubdjICU.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/Document.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgDocument = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 10.67,
|
|
9
|
+
height: 13.33,
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
viewBox: "0 0 12 14",
|
|
12
|
+
...props,
|
|
13
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.333 9.667h5.334v1.334H3.333zm0-2.666h5.334v1.333H3.333zm4-6.667H2c-.733 0-1.333.6-1.333 1.333v10.667c0 .733.593 1.333 1.326 1.333H10c.733 0 1.333-.6 1.333-1.333v-8zm2.667 12H2V1.667h4.667v3.334H10z" })
|
|
14
|
+
});
|
|
15
|
+
var Document_default = SvgDocument;
|
|
16
|
+
|
|
17
|
+
//#endregion
|
|
18
|
+
module.exports = Document_default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/Document.d.ts
|
|
5
|
+
declare const SvgDocument: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime17.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { SvgDocument as default };
|
package/dist/Document.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/Document.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgDocument = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 10.67,
|
|
9
|
+
height: 13.33,
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
viewBox: "0 0 12 14",
|
|
12
|
+
...props,
|
|
13
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.333 9.667h5.334v1.334H3.333zm0-2.666h5.334v1.333H3.333zm4-6.667H2c-.733 0-1.333.6-1.333 1.333v10.667c0 .733.593 1.333 1.326 1.333H10c.733 0 1.333-.6 1.333-1.333v-8zm2.667 12H2V1.667h4.667v3.334H10z" })
|
|
14
|
+
});
|
|
15
|
+
var Document_default = SvgDocument;
|
|
16
|
+
|
|
17
|
+
//#endregion
|
|
18
|
+
export { Document_default as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const require_jsx_runtime$1 = require('./jsx-runtime-CubdjICU.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/DotsHorizontal.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgDotsHorizontal = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props,
|
|
10
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 12a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2" })
|
|
11
|
+
});
|
|
12
|
+
var DotsHorizontal_default = SvgDotsHorizontal;
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
module.exports = DotsHorizontal_default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/DotsHorizontal.d.ts
|
|
5
|
+
declare const SvgDotsHorizontal: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime29.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { SvgDotsHorizontal as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/DotsHorizontal.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgDotsHorizontal = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props,
|
|
10
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 12a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2" })
|
|
11
|
+
});
|
|
12
|
+
var DotsHorizontal_default = SvgDotsHorizontal;
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { DotsHorizontal_default as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const require_jsx_runtime$1 = require('./jsx-runtime-CubdjICU.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/EnviveWatermark.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgEnviveWatermark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 118,
|
|
9
|
+
height: 14,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
+
fill: "#808989",
|
|
15
|
+
d: "M.72 11V2.6h2.976q.996 0 1.644.336.648.324.96.9.324.564.324 1.296 0 .672-.312 1.248t-.96.924q-.648.336-1.656.336H2.04V11zm1.32-4.44h1.584q.888 0 1.272-.384t.384-1.044q0-.684-.384-1.068T3.624 3.68H2.04zm8.049 4.584a3.3 3.3 0 0 1-1.596-.384 3 3 0 0 1-1.128-1.104q-.408-.708-.408-1.632 0-.936.408-1.632A2.9 2.9 0 0 1 8.493 5.3a3.26 3.26 0 0 1 1.596-.396q.9 0 1.596.396.708.384 1.116 1.092.42.696.42 1.632 0 .924-.42 1.632-.408.708-1.116 1.104a3.3 3.3 0 0 1-1.596.384m-.012-1.14q.492 0 .888-.216a1.66 1.66 0 0 0 .648-.66q.24-.444.24-1.104t-.24-1.092a1.56 1.56 0 0 0-.648-.66 1.7 1.7 0 0 0-.864-.228q-.48 0-.888.228a1.56 1.56 0 0 0-.648.66q-.24.432-.24 1.092t.24 1.104q.24.432.636.66.408.216.876.216M15.26 11l-1.74-5.952h1.308l1.284 5.064h-.324l1.464-5.064h1.476l1.476 5.064h-.336l1.284-5.064h1.32L20.732 11h-1.368l-1.548-5.256h.36L16.628 11zm10.436.144q-.888 0-1.572-.384a2.9 2.9 0 0 1-1.068-1.092q-.384-.696-.384-1.62t.384-1.632q.384-.72 1.068-1.116t1.584-.396q.876 0 1.524.384.66.384 1.02 1.032t.36 1.452v.264q0 .132-.024.3h-4.944v-.888h3.648q-.036-.672-.492-1.068-.444-.396-1.092-.396-.468 0-.864.216-.396.204-.636.612-.24.396-.24 1.02v.336q0 .6.24 1.032.24.42.624.636.396.216.864.216.528 0 .888-.24t.528-.648h1.332a2.687 2.687 0 0 1-1.476 1.728 3 3 0 0 1-1.272.252M29.627 11V5.048h1.32v.924a1.76 1.76 0 0 1 .576-.708q.36-.264.84-.264h.828v1.188h-.96q-.408 0-.696.228-.288.216-.444.684-.144.468-.144 1.188V11zm6.721.144q-.888 0-1.572-.384a2.9 2.9 0 0 1-1.068-1.092q-.384-.696-.384-1.62t.384-1.632q.384-.72 1.068-1.116t1.584-.396q.876 0 1.524.384.66.384 1.02 1.032t.36 1.452v.264q0 .132-.024.3h-4.944v-.888h3.648q-.036-.672-.492-1.068-.444-.396-1.092-.396-.468 0-.864.216-.396.204-.636.612-.24.396-.24 1.02v.336q0 .6.24 1.032.24.42.624.636.396.216.864.216.528 0 .888-.24t.528-.648h1.332a2.687 2.687 0 0 1-1.476 1.728 3 3 0 0 1-1.272.252m6.584 0a2.9 2.9 0 0 1-1.524-.408 2.9 2.9 0 0 1-1.044-1.116 3.45 3.45 0 0 1-.372-1.608q0-.9.372-1.596.384-.708 1.044-1.104a2.9 2.9 0 0 1 1.536-.408q.696 0 1.224.276t.828.756V2.36h1.32V11h-1.32v-.912a2.7 2.7 0 0 1-.78.732q-.504.324-1.284.324m.24-1.152q.54 0 .948-.252a1.7 1.7 0 0 0 .648-.696q.24-.444.24-1.02 0-.588-.24-1.032a1.62 1.62 0 0 0-.648-.684 1.77 1.77 0 0 0-.948-.252q-.528 0-.948.252-.408.24-.648.684t-.24 1.02q0 .588.24 1.032t.648.696q.42.252.948.252m11.378 1.152q-.696 0-1.224-.276a2.2 2.2 0 0 1-.84-.756V11h-1.32V2.36h1.32v3.6q.288-.42.792-.732.504-.324 1.272-.324.864 0 1.524.408t1.032 1.116q.384.708.384 1.608 0 .888-.384 1.596a2.84 2.84 0 0 1-1.032 1.116q-.66.396-1.524.396m-.24-1.152a1.77 1.77 0 0 0 1.596-.936q.24-.444.24-1.02 0-.588-.24-1.032a1.6 1.6 0 0 0-.648-.696 1.77 1.77 0 0 0-.948-.252q-.54 0-.96.252-.408.24-.648.684a2.2 2.2 0 0 0-.228 1.032q0 .588.228 1.032.24.432.648.684.42.252.96.252m3.451 3.648v-1.068h1.236a.7.7 0 0 0 .288-.048q.12-.048.228-.204.12-.156.252-.492l.6-1.296-.096.624-2.604-6.108h1.44l1.788 4.368 1.884-4.368h1.392l-3.204 7.188a8 8 0 0 1-.36.744 1.7 1.7 0 0 1-.288.42.64.64 0 0 1-.324.192 2 2 0 0 1-.48.048z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
18
|
+
clipPath: "url(#envive-watermark_svg__a)",
|
|
19
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
20
|
+
fill: "#808989",
|
|
21
|
+
d: "M117.941 8.736c.063.026.072.111.044.181-.389 1.037-.932 1.789-1.668 2.306q-1.103.777-2.723.777-1.395 0-2.394-.594-1-.595-1.537-1.72-.537-1.122-.537-2.66 0-1.68.613-2.805.612-1.125 1.697-1.673Q112.519 2 113.952 2c1.307 0 2.162.429 2.841 1.087.498.483.812 1.051.938 1.93.058.475-.119.634-.566.686s-3.621.418-3.798.433c-.089.008-.148-.024-.148-.09q-.001-.082.125-.11c.228-.05.677-.095 1.071-.26.579-.24.897-.547.897-1.25 0-1.51-.633-1.943-1.329-1.943-.695 0-1.203.41-1.588 1.027-.485.777-.63 1.858-.63 3.233 0 1.686.482 2.585.981 3.231a2.64 2.64 0 0 0 2.178 1.023c.971-.038 1.46-.376 1.866-.79.226-.23.441-.454.645-.764.118-.18.322-.598.322-.598s.066-.158.184-.11zm-40.127 0c.063.026.072.111.045.181-.39 1.037-.933 1.789-1.668 2.306Q75.089 12 73.467 12q-1.395 0-2.394-.594-.999-.595-1.536-1.72Q69 8.564 69 7.029q0-1.682.613-2.807.612-1.125 1.697-1.672Q72.393 2 73.825 2c1.307 0 2.163.429 2.841 1.087.499.483.812 1.051.938 1.93.059.475-.119.634-.565.686-.447.052-3.622.418-3.799.433-.089.008-.147-.024-.147-.09q-.001-.082.125-.11c.228-.05.676-.095 1.07-.26.58-.24.897-.547.897-1.25 0-1.51-.633-1.943-1.328-1.943s-1.204.41-1.589 1.027c-.484.777-.63 1.858-.63 3.233 0 1.686.482 2.585.98 3.231a2.64 2.64 0 0 0 2.18 1.023c.97-.038 1.46-.376 1.866-.79.225-.23.44-.454.644-.764.118-.18.322-.598.322-.598s.066-.158.184-.11zm22.72 2.871c-.222-.388-.632-1.223-.632-2.106V2.318a.154.154 0 0 0-.156-.153h-2.87c-.029 0-.049.029-.037.055l.048.105c.302.67.459 1.394.459 2.126l.001 5.05c0 .883-.41 1.718-.632 2.106a.153.153 0 0 0 .137.227h3.544c.121 0 .197-.125.138-.227M96.1 2.277l-.489.91a21 21 0 0 0-1.447 3.37l-1.645 5.012a.4.4 0 0 1-.379.268h-.984a.4.4 0 0 1-.378-.268l-1.705-5.193a21 21 0 0 0-1.447-3.372l-.388-.722c-.028-.052.011-.115.073-.115h3.978c.059 0 .098.058.075.11l-.389.869c-.152.34-.172.724-.056 1.078l1.191 3.624c.188.571 1.021.571 1.209 0l.847-2.58a2.25 2.25 0 0 0-.084-1.62l-.613-1.372c-.023-.052.016-.11.075-.11h2.488c.059 0 .096.06.069.11m-8.492 9.279c.07.128-.027.28-.176.28h-3.345c-.1 0-.176-.086-.155-.181.082-.383.259-1.295.259-1.995V5.595c0-1.971-.784-2.739-1.636-2.632-.24.03-.6.167-.793.383-.198.222-.47.516-.47 1.333V9.66c0 .7.176 1.611.258 1.994.02.095-.054.182-.154.182l-2.765-.007a.154.154 0 0 1-.148-.207c.14-.379.41-1.228.41-2.126V4.442c0-.73-.157-1.453-.46-2.122l-.048-.105c-.012-.026.008-.055.037-.055h3.015a.04.04 0 0 1 .04.05l-.028.098c-.092.326-.177.663-.155 1 .004.061.016.09.05.044 0 0 .553-.551 1.138-.824a4.3 4.3 0 0 1 1.839-.405c.837 0 1.475.28 1.99.81.516.53.632 1.28.632 2.279V9.23c0 .716.179 1.422.52 2.056l.147.27zm21.818-9.28-.489.91a21 21 0 0 0-1.447 3.372l-1.646 5.01a.4.4 0 0 1-.378.269h-.984a.395.395 0 0 1-.378-.268l-1.706-5.193a21 21 0 0 0-1.447-3.372l-.388-.722c-.029-.052.011-.115.072-.115h3.978c.059 0 .098.058.075.11l-.389.869c-.152.34-.172.724-.056 1.078l1.191 3.624c.188.571 1.022.571 1.209 0l.848-2.58a2.25 2.25 0 0 0-.085-1.62l-.613-1.372c-.023-.052.016-.11.075-.11h2.488c.059 0 .096.06.069.11z"
|
|
22
|
+
})
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", {
|
|
25
|
+
id: "envive-watermark_svg__a",
|
|
26
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
27
|
+
fill: "#fff",
|
|
28
|
+
d: "M69 2h49v10H69z"
|
|
29
|
+
})
|
|
30
|
+
}) })
|
|
31
|
+
]
|
|
32
|
+
});
|
|
33
|
+
var EnviveWatermark_default = SvgEnviveWatermark;
|
|
34
|
+
|
|
35
|
+
//#endregion
|
|
36
|
+
module.exports = EnviveWatermark_default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/EnviveWatermark.d.ts
|
|
5
|
+
declare const SvgEnviveWatermark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime20.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { SvgEnviveWatermark as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/EnviveWatermark.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgEnviveWatermark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 118,
|
|
9
|
+
height: 14,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
+
fill: "#808989",
|
|
15
|
+
d: "M.72 11V2.6h2.976q.996 0 1.644.336.648.324.96.9.324.564.324 1.296 0 .672-.312 1.248t-.96.924q-.648.336-1.656.336H2.04V11zm1.32-4.44h1.584q.888 0 1.272-.384t.384-1.044q0-.684-.384-1.068T3.624 3.68H2.04zm8.049 4.584a3.3 3.3 0 0 1-1.596-.384 3 3 0 0 1-1.128-1.104q-.408-.708-.408-1.632 0-.936.408-1.632A2.9 2.9 0 0 1 8.493 5.3a3.26 3.26 0 0 1 1.596-.396q.9 0 1.596.396.708.384 1.116 1.092.42.696.42 1.632 0 .924-.42 1.632-.408.708-1.116 1.104a3.3 3.3 0 0 1-1.596.384m-.012-1.14q.492 0 .888-.216a1.66 1.66 0 0 0 .648-.66q.24-.444.24-1.104t-.24-1.092a1.56 1.56 0 0 0-.648-.66 1.7 1.7 0 0 0-.864-.228q-.48 0-.888.228a1.56 1.56 0 0 0-.648.66q-.24.432-.24 1.092t.24 1.104q.24.432.636.66.408.216.876.216M15.26 11l-1.74-5.952h1.308l1.284 5.064h-.324l1.464-5.064h1.476l1.476 5.064h-.336l1.284-5.064h1.32L20.732 11h-1.368l-1.548-5.256h.36L16.628 11zm10.436.144q-.888 0-1.572-.384a2.9 2.9 0 0 1-1.068-1.092q-.384-.696-.384-1.62t.384-1.632q.384-.72 1.068-1.116t1.584-.396q.876 0 1.524.384.66.384 1.02 1.032t.36 1.452v.264q0 .132-.024.3h-4.944v-.888h3.648q-.036-.672-.492-1.068-.444-.396-1.092-.396-.468 0-.864.216-.396.204-.636.612-.24.396-.24 1.02v.336q0 .6.24 1.032.24.42.624.636.396.216.864.216.528 0 .888-.24t.528-.648h1.332a2.687 2.687 0 0 1-1.476 1.728 3 3 0 0 1-1.272.252M29.627 11V5.048h1.32v.924a1.76 1.76 0 0 1 .576-.708q.36-.264.84-.264h.828v1.188h-.96q-.408 0-.696.228-.288.216-.444.684-.144.468-.144 1.188V11zm6.721.144q-.888 0-1.572-.384a2.9 2.9 0 0 1-1.068-1.092q-.384-.696-.384-1.62t.384-1.632q.384-.72 1.068-1.116t1.584-.396q.876 0 1.524.384.66.384 1.02 1.032t.36 1.452v.264q0 .132-.024.3h-4.944v-.888h3.648q-.036-.672-.492-1.068-.444-.396-1.092-.396-.468 0-.864.216-.396.204-.636.612-.24.396-.24 1.02v.336q0 .6.24 1.032.24.42.624.636.396.216.864.216.528 0 .888-.24t.528-.648h1.332a2.687 2.687 0 0 1-1.476 1.728 3 3 0 0 1-1.272.252m6.584 0a2.9 2.9 0 0 1-1.524-.408 2.9 2.9 0 0 1-1.044-1.116 3.45 3.45 0 0 1-.372-1.608q0-.9.372-1.596.384-.708 1.044-1.104a2.9 2.9 0 0 1 1.536-.408q.696 0 1.224.276t.828.756V2.36h1.32V11h-1.32v-.912a2.7 2.7 0 0 1-.78.732q-.504.324-1.284.324m.24-1.152q.54 0 .948-.252a1.7 1.7 0 0 0 .648-.696q.24-.444.24-1.02 0-.588-.24-1.032a1.62 1.62 0 0 0-.648-.684 1.77 1.77 0 0 0-.948-.252q-.528 0-.948.252-.408.24-.648.684t-.24 1.02q0 .588.24 1.032t.648.696q.42.252.948.252m11.378 1.152q-.696 0-1.224-.276a2.2 2.2 0 0 1-.84-.756V11h-1.32V2.36h1.32v3.6q.288-.42.792-.732.504-.324 1.272-.324.864 0 1.524.408t1.032 1.116q.384.708.384 1.608 0 .888-.384 1.596a2.84 2.84 0 0 1-1.032 1.116q-.66.396-1.524.396m-.24-1.152a1.77 1.77 0 0 0 1.596-.936q.24-.444.24-1.02 0-.588-.24-1.032a1.6 1.6 0 0 0-.648-.696 1.77 1.77 0 0 0-.948-.252q-.54 0-.96.252-.408.24-.648.684a2.2 2.2 0 0 0-.228 1.032q0 .588.228 1.032.24.432.648.684.42.252.96.252m3.451 3.648v-1.068h1.236a.7.7 0 0 0 .288-.048q.12-.048.228-.204.12-.156.252-.492l.6-1.296-.096.624-2.604-6.108h1.44l1.788 4.368 1.884-4.368h1.392l-3.204 7.188a8 8 0 0 1-.36.744 1.7 1.7 0 0 1-.288.42.64.64 0 0 1-.324.192 2 2 0 0 1-.48.048z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
18
|
+
clipPath: "url(#envive-watermark_svg__a)",
|
|
19
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
20
|
+
fill: "#808989",
|
|
21
|
+
d: "M117.941 8.736c.063.026.072.111.044.181-.389 1.037-.932 1.789-1.668 2.306q-1.103.777-2.723.777-1.395 0-2.394-.594-1-.595-1.537-1.72-.537-1.122-.537-2.66 0-1.68.613-2.805.612-1.125 1.697-1.673Q112.519 2 113.952 2c1.307 0 2.162.429 2.841 1.087.498.483.812 1.051.938 1.93.058.475-.119.634-.566.686s-3.621.418-3.798.433c-.089.008-.148-.024-.148-.09q-.001-.082.125-.11c.228-.05.677-.095 1.071-.26.579-.24.897-.547.897-1.25 0-1.51-.633-1.943-1.329-1.943-.695 0-1.203.41-1.588 1.027-.485.777-.63 1.858-.63 3.233 0 1.686.482 2.585.981 3.231a2.64 2.64 0 0 0 2.178 1.023c.971-.038 1.46-.376 1.866-.79.226-.23.441-.454.645-.764.118-.18.322-.598.322-.598s.066-.158.184-.11zm-40.127 0c.063.026.072.111.045.181-.39 1.037-.933 1.789-1.668 2.306Q75.089 12 73.467 12q-1.395 0-2.394-.594-.999-.595-1.536-1.72Q69 8.564 69 7.029q0-1.682.613-2.807.612-1.125 1.697-1.672Q72.393 2 73.825 2c1.307 0 2.163.429 2.841 1.087.499.483.812 1.051.938 1.93.059.475-.119.634-.565.686-.447.052-3.622.418-3.799.433-.089.008-.147-.024-.147-.09q-.001-.082.125-.11c.228-.05.676-.095 1.07-.26.58-.24.897-.547.897-1.25 0-1.51-.633-1.943-1.328-1.943s-1.204.41-1.589 1.027c-.484.777-.63 1.858-.63 3.233 0 1.686.482 2.585.98 3.231a2.64 2.64 0 0 0 2.18 1.023c.97-.038 1.46-.376 1.866-.79.225-.23.44-.454.644-.764.118-.18.322-.598.322-.598s.066-.158.184-.11zm22.72 2.871c-.222-.388-.632-1.223-.632-2.106V2.318a.154.154 0 0 0-.156-.153h-2.87c-.029 0-.049.029-.037.055l.048.105c.302.67.459 1.394.459 2.126l.001 5.05c0 .883-.41 1.718-.632 2.106a.153.153 0 0 0 .137.227h3.544c.121 0 .197-.125.138-.227M96.1 2.277l-.489.91a21 21 0 0 0-1.447 3.37l-1.645 5.012a.4.4 0 0 1-.379.268h-.984a.4.4 0 0 1-.378-.268l-1.705-5.193a21 21 0 0 0-1.447-3.372l-.388-.722c-.028-.052.011-.115.073-.115h3.978c.059 0 .098.058.075.11l-.389.869c-.152.34-.172.724-.056 1.078l1.191 3.624c.188.571 1.021.571 1.209 0l.847-2.58a2.25 2.25 0 0 0-.084-1.62l-.613-1.372c-.023-.052.016-.11.075-.11h2.488c.059 0 .096.06.069.11m-8.492 9.279c.07.128-.027.28-.176.28h-3.345c-.1 0-.176-.086-.155-.181.082-.383.259-1.295.259-1.995V5.595c0-1.971-.784-2.739-1.636-2.632-.24.03-.6.167-.793.383-.198.222-.47.516-.47 1.333V9.66c0 .7.176 1.611.258 1.994.02.095-.054.182-.154.182l-2.765-.007a.154.154 0 0 1-.148-.207c.14-.379.41-1.228.41-2.126V4.442c0-.73-.157-1.453-.46-2.122l-.048-.105c-.012-.026.008-.055.037-.055h3.015a.04.04 0 0 1 .04.05l-.028.098c-.092.326-.177.663-.155 1 .004.061.016.09.05.044 0 0 .553-.551 1.138-.824a4.3 4.3 0 0 1 1.839-.405c.837 0 1.475.28 1.99.81.516.53.632 1.28.632 2.279V9.23c0 .716.179 1.422.52 2.056l.147.27zm21.818-9.28-.489.91a21 21 0 0 0-1.447 3.372l-1.646 5.01a.4.4 0 0 1-.378.269h-.984a.395.395 0 0 1-.378-.268l-1.706-5.193a21 21 0 0 0-1.447-3.372l-.388-.722c-.029-.052.011-.115.072-.115h3.978c.059 0 .098.058.075.11l-.389.869c-.152.34-.172.724-.056 1.078l1.191 3.624c.188.571 1.022.571 1.209 0l.848-2.58a2.25 2.25 0 0 0-.085-1.62l-.613-1.372c-.023-.052.016-.11.075-.11h2.488c.059 0 .096.06.069.11z"
|
|
22
|
+
})
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", {
|
|
25
|
+
id: "envive-watermark_svg__a",
|
|
26
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
27
|
+
fill: "#fff",
|
|
28
|
+
d: "M69 2h49v10H69z"
|
|
29
|
+
})
|
|
30
|
+
}) })
|
|
31
|
+
]
|
|
32
|
+
});
|
|
33
|
+
var EnviveWatermark_default = SvgEnviveWatermark;
|
|
34
|
+
|
|
35
|
+
//#endregion
|
|
36
|
+
export { EnviveWatermark_default as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_jsx_runtime$1 = require('./jsx-runtime-CubdjICU.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/FourPointStar.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgFourPointStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 13,
|
|
9
|
+
height: 12,
|
|
10
|
+
...props,
|
|
11
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m6.453.547 1.051 2.732c.17.444.256.666.39.853q.177.25.427.428c.187.133.41.218.854.39L11.906 6 9.174 7.05c-.444.172-.666.257-.853.39q-.25.178-.428.428c-.133.187-.218.41-.389.853l-1.05 2.732-1.052-2.732c-.17-.444-.256-.666-.389-.853a1.8 1.8 0 0 0-.428-.428c-.187-.133-.409-.218-.853-.39L1 6l2.732-1.05c.444-.172.666-.257.853-.39q.25-.178.428-.428c.133-.187.219-.409.39-.853z" })
|
|
12
|
+
});
|
|
13
|
+
var FourPointStar_default = SvgFourPointStar;
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
module.exports = FourPointStar_default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/FourPointStar.d.ts
|
|
5
|
+
declare const SvgFourPointStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime21.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { SvgFourPointStar as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/FourPointStar.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgFourPointStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 13,
|
|
9
|
+
height: 12,
|
|
10
|
+
...props,
|
|
11
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m6.453.547 1.051 2.732c.17.444.256.666.39.853q.177.25.427.428c.187.133.41.218.854.39L11.906 6 9.174 7.05c-.444.172-.666.257-.853.39q-.25.178-.428.428c-.133.187-.218.41-.389.853l-1.05 2.732-1.052-2.732c-.17-.444-.256-.666-.389-.853a1.8 1.8 0 0 0-.428-.428c-.187-.133-.409-.218-.853-.39L1 6l2.732-1.05c.444-.172.666-.257.853-.39q.25-.178.428-.428c.133-.187.219-.409.39-.853z" })
|
|
12
|
+
});
|
|
13
|
+
var FourPointStar_default = SvgFourPointStar;
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { FourPointStar_default as default };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_jsx_runtime$1 = require('./jsx-runtime-CubdjICU.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/IconClose.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgIconClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 24,
|
|
9
|
+
height: 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
13
|
+
cx: 12,
|
|
14
|
+
cy: 12,
|
|
15
|
+
r: 12,
|
|
16
|
+
fill: "#FCFCF9"
|
|
17
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M16.167 6 11.5 10.667 6.833 6 5 7.833 9.667 12.5 5 17.167 6.833 19l4.667-4.667L16.167 19 18 17.167 13.333 12.5 18 7.833z"
|
|
20
|
+
})]
|
|
21
|
+
});
|
|
22
|
+
var IconClose_default = SvgIconClose;
|
|
23
|
+
|
|
24
|
+
//#endregion
|
|
25
|
+
module.exports = IconClose_default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/IconClose.d.ts
|
|
5
|
+
declare const SvgIconClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime35.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { SvgIconClose as default };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/IconClose.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgIconClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 24,
|
|
9
|
+
height: 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
13
|
+
cx: 12,
|
|
14
|
+
cy: 12,
|
|
15
|
+
r: 12,
|
|
16
|
+
fill: "#FCFCF9"
|
|
17
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M16.167 6 11.5 10.667 6.833 6 5 7.833 9.667 12.5 5 17.167 6.833 19l4.667-4.667L16.167 19 18 17.167 13.333 12.5 18 7.833z"
|
|
20
|
+
})]
|
|
21
|
+
});
|
|
22
|
+
var IconClose_default = SvgIconClose;
|
|
23
|
+
|
|
24
|
+
//#endregion
|
|
25
|
+
export { IconClose_default as default };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_jsx_runtime$1 = require('./jsx-runtime-CubdjICU.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/IconCloseVariant.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgIconCloseVariant = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props,
|
|
10
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
11
|
+
className: "icon-close-variant_svg__layer",
|
|
12
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "m18.98 2.56-6.76 6.76-6.76-6.76-2.65 2.65 6.76 6.76-6.76 6.76 2.65 2.65 6.76-6.76 6.76 6.76 2.65-2.65-6.76-6.76 6.76-6.76z"
|
|
15
|
+
})
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
var IconCloseVariant_default = SvgIconCloseVariant;
|
|
19
|
+
|
|
20
|
+
//#endregion
|
|
21
|
+
module.exports = IconCloseVariant_default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/IconCloseVariant.d.ts
|
|
5
|
+
declare const SvgIconCloseVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime27.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { SvgIconCloseVariant as default };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/IconCloseVariant.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgIconCloseVariant = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props,
|
|
10
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
11
|
+
className: "icon-close-variant_svg__layer",
|
|
12
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "m18.98 2.56-6.76 6.76-6.76-6.76-2.65 2.65 6.76 6.76-6.76 6.76 2.65 2.65 6.76-6.76 6.76 6.76 2.65-2.65-6.76-6.76 6.76-6.76z"
|
|
15
|
+
})
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
var IconCloseVariant_default = SvgIconCloseVariant;
|
|
19
|
+
|
|
20
|
+
//#endregion
|
|
21
|
+
export { IconCloseVariant_default as default };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_jsx_runtime$1 = require('./jsx-runtime-CubdjICU.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/Lightbulb.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgLightbulb = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 20,
|
|
9
|
+
height: 20,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
13
|
+
clipPath: "url(#lightbulb_svg__a)",
|
|
14
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
+
stroke: "#fff",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
strokeWidth: 1.5,
|
|
19
|
+
d: "M8.333 14.716v1.95a1.667 1.667 0 1 0 3.334 0v-1.95M10 1.666V2.5M2.5 10h-.833m2.916-5.417-.5-.5m11.334.5.5-.5M18.333 10H17.5M15 10a5 5 0 1 1-10 0 5 5 0 0 1 10 0"
|
|
20
|
+
})
|
|
21
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", {
|
|
22
|
+
id: "lightbulb_svg__a",
|
|
23
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
d: "M0 0h20v20H0z"
|
|
26
|
+
})
|
|
27
|
+
}) })]
|
|
28
|
+
});
|
|
29
|
+
var Lightbulb_default = SvgLightbulb;
|
|
30
|
+
|
|
31
|
+
//#endregion
|
|
32
|
+
module.exports = Lightbulb_default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/Lightbulb.d.ts
|
|
5
|
+
declare const SvgLightbulb: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime22.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { SvgLightbulb as default };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/Lightbulb.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgLightbulb = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 20,
|
|
9
|
+
height: 20,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
13
|
+
clipPath: "url(#lightbulb_svg__a)",
|
|
14
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
+
stroke: "#fff",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
strokeWidth: 1.5,
|
|
19
|
+
d: "M8.333 14.716v1.95a1.667 1.667 0 1 0 3.334 0v-1.95M10 1.666V2.5M2.5 10h-.833m2.916-5.417-.5-.5m11.334.5.5-.5M18.333 10H17.5M15 10a5 5 0 1 1-10 0 5 5 0 0 1 10 0"
|
|
20
|
+
})
|
|
21
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", {
|
|
22
|
+
id: "lightbulb_svg__a",
|
|
23
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
d: "M0 0h20v20H0z"
|
|
26
|
+
})
|
|
27
|
+
}) })]
|
|
28
|
+
});
|
|
29
|
+
var Lightbulb_default = SvgLightbulb;
|
|
30
|
+
|
|
31
|
+
//#endregion
|
|
32
|
+
export { Lightbulb_default as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_jsx_runtime$1 = require('./jsx-runtime-CubdjICU.cjs');
|
|
2
|
+
|
|
3
|
+
//#region src/MagnifyingGlass.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgMagnifyingGlass = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 22,
|
|
9
|
+
height: 22,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
13
|
+
fill: "#B3B7C1",
|
|
14
|
+
d: "M16.009 13.731h-.949l-.336-.324a7.77 7.77 0 0 0 1.885-5.08A7.804 7.804 0 1 0 1 8.328a7.804 7.804 0 0 0 7.804 7.805 7.77 7.77 0 0 0 5.08-1.885l.323.337v.948l5.32 5.309a.967.967 0 0 0 1.367 0l.423-.424a.967.967 0 0 0 0-1.366zm-7.205 0a5.396 5.396 0 0 1-5.403-5.403 5.396 5.396 0 0 1 5.403-5.403 5.396 5.396 0 0 1 5.403 5.403 5.396 5.396 0 0 1-5.403 5.403"
|
|
15
|
+
})
|
|
16
|
+
});
|
|
17
|
+
var MagnifyingGlass_default = SvgMagnifyingGlass;
|
|
18
|
+
|
|
19
|
+
//#endregion
|
|
20
|
+
module.exports = MagnifyingGlass_default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/MagnifyingGlass.d.ts
|
|
5
|
+
declare const SvgMagnifyingGlass: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime28.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { SvgMagnifyingGlass as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { __toESM, require_jsx_runtime, require_react } from "./jsx-runtime-CBx1Bunv.js";
|
|
2
|
+
|
|
3
|
+
//#region src/MagnifyingGlass.tsx
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgMagnifyingGlass = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 22,
|
|
9
|
+
height: 22,
|
|
10
|
+
fill: "none",
|
|
11
|
+
...props,
|
|
12
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
13
|
+
fill: "#B3B7C1",
|
|
14
|
+
d: "M16.009 13.731h-.949l-.336-.324a7.77 7.77 0 0 0 1.885-5.08A7.804 7.804 0 1 0 1 8.328a7.804 7.804 0 0 0 7.804 7.805 7.77 7.77 0 0 0 5.08-1.885l.323.337v.948l5.32 5.309a.967.967 0 0 0 1.367 0l.423-.424a.967.967 0 0 0 0-1.366zm-7.205 0a5.396 5.396 0 0 1-5.403-5.403 5.396 5.396 0 0 1 5.403-5.403 5.396 5.396 0 0 1 5.403 5.403 5.396 5.396 0 0 1-5.403 5.403"
|
|
15
|
+
})
|
|
16
|
+
});
|
|
17
|
+
var MagnifyingGlass_default = SvgMagnifyingGlass;
|
|
18
|
+
|
|
19
|
+
//#endregion
|
|
20
|
+
export { MagnifyingGlass_default as default };
|