@capillarytech/blaze-ui 6.1.6-beta.1 → 6.1.7
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/CapEmojiPicker/Picker/index.d.ts +6 -0
- package/CapEmojiPicker/Picker/index.d.ts.map +1 -0
- package/CapEmojiPicker/Picker/index.js +114 -0
- package/CapEmojiPicker/Picker/messages.d.ts +21 -0
- package/CapEmojiPicker/Picker/messages.d.ts.map +1 -0
- package/CapEmojiPicker/Picker/messages.js +24 -0
- package/CapEmojiPicker/TriggerButton/_triggerButton.scss +45 -0
- package/CapEmojiPicker/TriggerButton/index.d.ts +9 -0
- package/CapEmojiPicker/TriggerButton/index.d.ts.map +1 -0
- package/CapEmojiPicker/TriggerButton/index.js +35 -0
- package/CapEmojiPicker/Wrapper/index.d.ts +4 -0
- package/CapEmojiPicker/Wrapper/index.d.ts.map +1 -0
- package/CapEmojiPicker/Wrapper/index.js +166 -0
- package/CapEmojiPicker/Wrapper/messages.d.ts +13 -0
- package/CapEmojiPicker/Wrapper/messages.d.ts.map +1 -0
- package/CapEmojiPicker/Wrapper/messages.js +16 -0
- package/CapEmojiPicker/Wrapper/useEmojiTriggerPosition.d.ts +18 -0
- package/CapEmojiPicker/Wrapper/useEmojiTriggerPosition.d.ts.map +1 -0
- package/CapEmojiPicker/Wrapper/useEmojiTriggerPosition.js +108 -0
- package/CapEmojiPicker/_capEmojiPicker.css +231 -0
- package/CapEmojiPicker/_capEmojiPicker.scss +281 -0
- package/CapEmojiPicker/_config.scss +7 -0
- package/CapEmojiPicker/assets/sentiment-satsified.svg +3 -0
- package/CapEmojiPicker/assets/sentiment-satsified.svg.js +4 -0
- package/CapEmojiPicker/constants.d.ts +34 -0
- package/CapEmojiPicker/constants.d.ts.map +1 -0
- package/CapEmojiPicker/constants.js +18 -0
- package/CapEmojiPicker/index.d.ts +4 -0
- package/CapEmojiPicker/index.d.ts.map +1 -0
- package/CapEmojiPicker/index.js +11 -0
- package/CapEmojiPicker/utils.d.ts +20 -0
- package/CapEmojiPicker/utils.d.ts.map +1 -0
- package/CapEmojiPicker/utils.js +24 -0
- package/CapIcon/index.js +12 -12
- package/CapIcon/styles.css +17 -21
- package/CapIcon/styles.module.scss.js +3 -4
- package/CapIcon/styles.scss +10 -15
- package/CapSelectFilter/types.d.ts +1 -1
- package/CapSelectFilter/types.d.ts.map +1 -1
- package/assets/icons/blocks.svg +9 -0
- package/assets/icons/closed-lock.svg +1 -0
- package/assets/icons/csv.svg +21 -0
- package/assets/icons/databricks.svg +7 -0
- package/assets/icons/four-join.svg +19 -0
- package/assets/icons/http.svg +18 -0
- package/assets/icons/kafka.svg +9 -0
- package/assets/icons/open-lock.svg +1 -0
- package/assets/icons/s3.svg +3 -0
- package/assets/icons/sftp.svg +32 -0
- package/assets/icons/split-json.svg +9 -0
- package/assets/icons/three-join.svg +17 -0
- package/assets/icons/two-join.svg +15 -0
- package/assets/icons/xml.svg +12 -0
- package/assets/svgIcons/Icons/RewardsOutline.js +6 -4
- package/assets/svgIcons/Icons/ThreeStars.js +18 -36
- package/assets/svgIcons/component.js +0 -27
- package/assets/svgIcons/index.js +594 -612
- package/index.d.ts +0 -2
- package/index.d.ts.map +1 -1
- package/index.js +193 -195
- package/package.json +3 -2
- package/utils/getCapThemeConfig.d.ts +1 -1
- package/utils/getCapThemeConfig.d.ts.map +1 -1
- package/CapNavigationSPA/CapNavigationSPASidebar/index.d.ts +0 -10
- package/CapNavigationSPA/CapNavigationSPASidebar/index.d.ts.map +0 -1
- package/CapNavigationSPA/CapNavigationSPASidebar/index.js +0 -373
- package/CapNavigationSPA/CapNavigationSPASidebar/styles.css +0 -318
- package/CapNavigationSPA/CapNavigationSPASidebar/styles.module.scss.js +0 -56
- package/CapNavigationSPA/CapNavigationSPASidebar/styles.scss +0 -385
- package/CapNavigationSPA/CapNavigationSPASidebar/types.d.ts +0 -31
- package/CapNavigationSPA/CapNavigationSPASidebar/types.d.ts.map +0 -1
- package/CapNavigationSPA/CapNavigationSPASidebar/types.js +0 -1
- package/CapNavigationSPA/CapNavigationSPATopBar/index.d.ts +0 -10
- package/CapNavigationSPA/CapNavigationSPATopBar/index.d.ts.map +0 -1
- package/CapNavigationSPA/CapNavigationSPATopBar/index.js +0 -119
- package/CapNavigationSPA/CapNavigationSPATopBar/styles.css +0 -141
- package/CapNavigationSPA/CapNavigationSPATopBar/styles.module.scss.js +0 -19
- package/CapNavigationSPA/CapNavigationSPATopBar/styles.scss +0 -163
- package/CapNavigationSPA/CapNavigationSPATopBar/types.d.ts +0 -28
- package/CapNavigationSPA/CapNavigationSPATopBar/types.d.ts.map +0 -1
- package/CapNavigationSPA/CapNavigationSPATopBar/types.js +0 -1
- package/CapNavigationSPA/constants.d.ts +0 -2
- package/CapNavigationSPA/constants.d.ts.map +0 -1
- package/CapNavigationSPA/constants.js +0 -4
- package/CapNavigationSPA/index.d.ts +0 -10
- package/CapNavigationSPA/index.d.ts.map +0 -1
- package/CapNavigationSPA/index.js +0 -436
- package/CapNavigationSPA/messages.d.ts +0 -13
- package/CapNavigationSPA/messages.d.ts.map +0 -1
- package/CapNavigationSPA/messages.js +0 -16
- package/CapNavigationSPA/mockdata.d.ts +0 -6
- package/CapNavigationSPA/mockdata.d.ts.map +0 -1
- package/CapNavigationSPA/mockdata.js +0 -4
- package/CapNavigationSPA/styles.css +0 -59
- package/CapNavigationSPA/styles.module.scss.js +0 -10
- package/CapNavigationSPA/styles.scss +0 -60
- package/CapNavigationSPA/tests/CapNavigationSPA.mockData.d.ts +0 -31
- package/CapNavigationSPA/tests/CapNavigationSPA.mockData.d.ts.map +0 -1
- package/CapNavigationSPA/types.d.ts +0 -39
- package/CapNavigationSPA/types.d.ts.map +0 -1
- package/CapNavigationSPA/types.js +0 -1
- package/assets/svgIcons/Icons/AiraNav.js +0 -23
- package/assets/svgIcons/Icons/CreativesNav.js +0 -22
- package/assets/svgIcons/Icons/DataManagement.js +0 -22
- package/assets/svgIcons/Icons/EngageNav.js +0 -23
- package/assets/svgIcons/Icons/InsightsNav.js +0 -22
- package/assets/svgIcons/Icons/LoyaltyTag.js +0 -22
- package/assets/svgIcons/Icons/Members.js +0 -22
- package/assets/svgIcons/Icons/SidebarCollapse.js +0 -17
- package/assets/svgIcons/Icons/SidebarExpand.js +0 -22
package/CapIcon/index.js
CHANGED
|
@@ -55,8 +55,8 @@ const CapIcon = React.forwardRef(
|
|
|
55
55
|
{
|
|
56
56
|
ref,
|
|
57
57
|
className: classNames(
|
|
58
|
-
styles["cap-icon-
|
|
59
|
-
|
|
58
|
+
styles["cap-icon-v2"],
|
|
59
|
+
type ? `cap-icon-v2-${type}` : null,
|
|
60
60
|
styles[size],
|
|
61
61
|
{ [styles["with-text-label"]]: textLabel, [styles.disabled]: disabled },
|
|
62
62
|
className
|
|
@@ -84,8 +84,8 @@ const CapIcon = React.forwardRef(
|
|
|
84
84
|
{
|
|
85
85
|
ref: withBackground ? void 0 : ref,
|
|
86
86
|
className: classNames(
|
|
87
|
-
styles["cap-icon-
|
|
88
|
-
|
|
87
|
+
styles["cap-icon-v2"],
|
|
88
|
+
type ? `cap-icon-v2-${type}` : null,
|
|
89
89
|
styles[size],
|
|
90
90
|
{
|
|
91
91
|
[styles.spin]: spin,
|
|
@@ -106,7 +106,7 @@ const CapIcon = React.forwardRef(
|
|
|
106
106
|
"div",
|
|
107
107
|
{
|
|
108
108
|
ref,
|
|
109
|
-
className: classNames(styles["cap-icon-background
|
|
109
|
+
className: classNames(styles["cap-icon-background"], styles[size]),
|
|
110
110
|
...backgroundProps,
|
|
111
111
|
children: iconComponent
|
|
112
112
|
}
|
|
@@ -120,8 +120,8 @@ const CapIcon = React.forwardRef(
|
|
|
120
120
|
{
|
|
121
121
|
ref: withBackground ? void 0 : ref,
|
|
122
122
|
className: classNames(
|
|
123
|
-
styles["cap-icon-
|
|
124
|
-
|
|
123
|
+
styles["cap-icon-v2"],
|
|
124
|
+
type ? `cap-icon-v2-${type}` : null,
|
|
125
125
|
styles[size],
|
|
126
126
|
{ [styles.disabled]: disabled, [styles["with-text-label"]]: textLabel },
|
|
127
127
|
className
|
|
@@ -139,7 +139,7 @@ const CapIcon = React.forwardRef(
|
|
|
139
139
|
"span",
|
|
140
140
|
{
|
|
141
141
|
ref,
|
|
142
|
-
className: classNames(styles["cap-icon-background
|
|
142
|
+
className: classNames(styles["cap-icon-background"], styles[size]),
|
|
143
143
|
...backgroundProps,
|
|
144
144
|
children: iconComponent
|
|
145
145
|
}
|
|
@@ -150,8 +150,8 @@ const CapIcon = React.forwardRef(
|
|
|
150
150
|
{
|
|
151
151
|
ref,
|
|
152
152
|
className: classNames(
|
|
153
|
-
styles["cap-icon-
|
|
154
|
-
|
|
153
|
+
styles["cap-icon-v2"],
|
|
154
|
+
type ? `cap-icon-v2-${type}` : null,
|
|
155
155
|
styles[size],
|
|
156
156
|
{ [styles.disabled]: disabled, [styles["with-text-label"]]: textLabel },
|
|
157
157
|
className
|
|
@@ -168,7 +168,7 @@ CapIcon.displayName = "CapIcon";
|
|
|
168
168
|
const AntIcon = ({ className, ...rest }) => /* @__PURE__ */ jsx(
|
|
169
169
|
"i",
|
|
170
170
|
{
|
|
171
|
-
className: classNames(styles["cap-icon-
|
|
171
|
+
className: classNames(styles["cap-icon-v2"], className),
|
|
172
172
|
style: { display: "inline-flex", alignItems: "center", justifyContent: "center" },
|
|
173
173
|
...rest
|
|
174
174
|
}
|
|
@@ -181,7 +181,7 @@ const CapIconAvatar = ({
|
|
|
181
181
|
backgroundProps = {},
|
|
182
182
|
labelProps = {}
|
|
183
183
|
}) => {
|
|
184
|
-
return /* @__PURE__ */ jsxs("div", { className: classNames(styles["cap-icon-avatar"], className), children: [
|
|
184
|
+
return /* @__PURE__ */ jsxs("div", { className: classNames(styles["cap-icon-v2-avatar"], className), children: [
|
|
185
185
|
/* @__PURE__ */ jsx(LogoBackground, { width, height, ...backgroundProps }),
|
|
186
186
|
text && /* @__PURE__ */ jsx("span", { className: styles["text-label"], ...labelProps, children: text })
|
|
187
187
|
] });
|
package/CapIcon/styles.css
CHANGED
|
@@ -6,50 +6,46 @@
|
|
|
6
6
|
/* Border Width */
|
|
7
7
|
/* Transition */
|
|
8
8
|
/* Timezones Footer */
|
|
9
|
-
.cap-icon-
|
|
9
|
+
.cap-icon-v2 {
|
|
10
10
|
display: inline-flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: center;
|
|
13
13
|
}
|
|
14
|
-
.cap-icon-
|
|
14
|
+
.cap-icon-v2.disabled {
|
|
15
15
|
cursor: not-allowed;
|
|
16
16
|
opacity: 0.5;
|
|
17
17
|
}
|
|
18
|
-
.cap-icon-
|
|
18
|
+
.cap-icon-v2.xs {
|
|
19
19
|
font-size: 0.857rem;
|
|
20
20
|
}
|
|
21
|
-
.cap-icon-
|
|
21
|
+
.cap-icon-v2.s {
|
|
22
22
|
font-size: 1.143rem;
|
|
23
23
|
}
|
|
24
|
-
.cap-icon-
|
|
24
|
+
.cap-icon-v2.m {
|
|
25
25
|
font-size: 1.714rem;
|
|
26
26
|
}
|
|
27
|
-
.cap-icon-
|
|
27
|
+
.cap-icon-v2.l {
|
|
28
28
|
font-size: 2.286rem;
|
|
29
29
|
}
|
|
30
|
-
.cap-icon-
|
|
30
|
+
.cap-icon-v2.with-text-label {
|
|
31
31
|
display: inline-flex;
|
|
32
32
|
align-items: center;
|
|
33
33
|
gap: 0.571rem;
|
|
34
34
|
}
|
|
35
|
-
.cap-icon-
|
|
36
|
-
display:
|
|
35
|
+
.cap-icon-v2 .anticon {
|
|
36
|
+
display: flex;
|
|
37
37
|
align-items: center;
|
|
38
38
|
justify-content: center;
|
|
39
|
-
border-radius: 50%;
|
|
40
|
-
background-color: #dfe2e7;
|
|
41
39
|
}
|
|
42
|
-
.cap-icon {
|
|
43
|
-
|
|
44
|
-
align-items: center;
|
|
40
|
+
.cap-icon-v2.spin {
|
|
41
|
+
animation: rotate 2s linear infinite;
|
|
45
42
|
}
|
|
46
|
-
.cap-icon
|
|
47
|
-
display: flex;
|
|
43
|
+
.cap-icon-background {
|
|
44
|
+
display: inline-flex;
|
|
48
45
|
align-items: center;
|
|
49
46
|
justify-content: center;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
animation: rotate 2s linear infinite;
|
|
47
|
+
border-radius: 50%;
|
|
48
|
+
background-color: #dfe2e7;
|
|
53
49
|
}
|
|
54
50
|
@keyframes rotate {
|
|
55
51
|
from {
|
|
@@ -59,13 +55,13 @@
|
|
|
59
55
|
transform: rotate(360deg);
|
|
60
56
|
}
|
|
61
57
|
}
|
|
62
|
-
.cap-icon-avatar {
|
|
58
|
+
.cap-icon-v2-avatar {
|
|
63
59
|
display: inline-flex;
|
|
64
60
|
align-items: center;
|
|
65
61
|
justify-content: center;
|
|
66
62
|
position: relative;
|
|
67
63
|
}
|
|
68
|
-
.cap-icon-avatar .text-label {
|
|
64
|
+
.cap-icon-v2-avatar .text-label {
|
|
69
65
|
position: absolute;
|
|
70
66
|
display: flex;
|
|
71
67
|
align-items: center;
|
|
@@ -7,19 +7,18 @@ const anticon = "anticon";
|
|
|
7
7
|
const spin = "spin";
|
|
8
8
|
const rotate = "rotate";
|
|
9
9
|
const styles = {
|
|
10
|
-
"cap-icon-
|
|
10
|
+
"cap-icon-v2": "cap-icon-v2",
|
|
11
11
|
disabled,
|
|
12
12
|
xs,
|
|
13
13
|
s,
|
|
14
14
|
m,
|
|
15
15
|
l,
|
|
16
16
|
"with-text-label": "with-text-label",
|
|
17
|
-
"cap-icon-background-wrapper": "cap-icon-background-wrapper",
|
|
18
|
-
"cap-icon": "cap-icon",
|
|
19
17
|
anticon,
|
|
20
18
|
spin,
|
|
21
19
|
rotate,
|
|
22
|
-
"cap-icon-
|
|
20
|
+
"cap-icon-background": "cap-icon-background",
|
|
21
|
+
"cap-icon-v2-avatar": "cap-icon-v2-avatar",
|
|
23
22
|
"text-label": "text-label"
|
|
24
23
|
};
|
|
25
24
|
export {
|
package/CapIcon/styles.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import '../styles/_variables';
|
|
2
2
|
|
|
3
|
-
.cap-icon-
|
|
3
|
+
.cap-icon-v2 {
|
|
4
4
|
display: inline-flex;
|
|
5
5
|
align-items: center;
|
|
6
6
|
justify-content: center;
|
|
@@ -31,19 +31,6 @@
|
|
|
31
31
|
align-items: center;
|
|
32
32
|
gap: 0.571rem;
|
|
33
33
|
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.cap-icon-background-wrapper {
|
|
37
|
-
display: inline-flex;
|
|
38
|
-
align-items: center;
|
|
39
|
-
justify-content: center;
|
|
40
|
-
border-radius: 50%;
|
|
41
|
-
background-color: $cap-g07;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.cap-icon {
|
|
45
|
-
display: inline-flex;
|
|
46
|
-
align-items: center;
|
|
47
34
|
|
|
48
35
|
.anticon {
|
|
49
36
|
display: flex;
|
|
@@ -56,6 +43,14 @@
|
|
|
56
43
|
}
|
|
57
44
|
}
|
|
58
45
|
|
|
46
|
+
.cap-icon-background {
|
|
47
|
+
display: inline-flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
justify-content: center;
|
|
50
|
+
border-radius: 50%;
|
|
51
|
+
background-color: $cap-g07;
|
|
52
|
+
}
|
|
53
|
+
|
|
59
54
|
@keyframes rotate {
|
|
60
55
|
from {
|
|
61
56
|
transform: rotate(0deg);
|
|
@@ -65,7 +60,7 @@
|
|
|
65
60
|
}
|
|
66
61
|
}
|
|
67
62
|
|
|
68
|
-
.cap-icon-avatar {
|
|
63
|
+
.cap-icon-v2-avatar {
|
|
69
64
|
display: inline-flex;
|
|
70
65
|
align-items: center;
|
|
71
66
|
justify-content: center;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/CapSelectFilter/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/CapSelectFilter/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,uBAAuB;IACtC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;CACjC;AAED,MAAM,WAAW,oBACf,SAAQ,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,cAAc,GAAG,cAAc,CAAC;IACjF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC1D,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,YAAY,GAAG,QAAQ,GAAG,aAAa,GAAG,SAAS,GAAG,KAAK,GAAG,UAAU,CAAC;IACrF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg fill="#000000" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 96.666 96.666" xml:space="preserve">
|
|
2
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
3
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
4
|
+
<g id="SVGRepo_iconCarrier">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M60.666,6H36v24.666h24.666V6z M56.666,26.666H40V10h16.666V26.666z M0,90.666h24.666V66H0V90.666z M4,70h16.666v16.666H4 V70z M72,66v24.666h24.666V66H72z M92.666,86.666H76V70h16.666V86.666z M15.311,63.066h-4.455V46.4h1.479v-0.067h33.498V35h5 v11.333h33.501V46.4h2.227v16.667h-4.455V51.333H15.311V63.066z"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16Z" stroke="#1C274C" stroke-width="1.5"></path> <path d="M6 10V8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8V10" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" fill="#000000">
|
|
2
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
3
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
4
|
+
<g id="SVGRepo_iconCarrier">
|
|
5
|
+
<defs>
|
|
6
|
+
<style>.cls-1{fill:#101010;}</style>
|
|
7
|
+
</defs>
|
|
8
|
+
<title></title>
|
|
9
|
+
<g id="xxx-word">
|
|
10
|
+
<path class="cls-1" d="M325,105H250a5,5,0,0,1-5-5V25a5,5,0,1,1,10,0V95h70a5,5,0,0,1,0,10Z"></path>
|
|
11
|
+
<path class="cls-1" d="M325,154.83a5,5,0,0,1-5-5V102.07L247.93,30H100A20,20,0,0,0,80,50v98.17a5,5,0,0,1-10,0V50a30,30,0,0,1,30-30H250a5,5,0,0,1,3.54,1.46l75,75A5,5,0,0,1,330,100v49.83A5,5,0,0,1,325,154.83Z"></path>
|
|
12
|
+
<path class="cls-1" d="M300,380H100a30,30,0,0,1-30-30V275a5,5,0,0,1,10,0v75a20,20,0,0,0,20,20H300a20,20,0,0,0,20-20V275a5,5,0,0,1,10,0v75A30,30,0,0,1,300,380Z"></path>
|
|
13
|
+
<path class="cls-1" d="M275,280H125a5,5,0,1,1,0-10H275a5,5,0,0,1,0,10Z"></path>
|
|
14
|
+
<path class="cls-1" d="M200,330H125a5,5,0,1,1,0-10h75a5,5,0,0,1,0,10Z"></path>
|
|
15
|
+
<path class="cls-1" d="M325,280H75a30,30,0,0,1-30-30V173.17a30,30,0,0,1,30-30h.2l250,1.66a30.09,30.09,0,0,1,29.81,30V250A30,30,0,0,1,325,280ZM75,153.17a20,20,0,0,0-20,20V250a20,20,0,0,0,20,20H325a20,20,0,0,0,20-20V174.83a20.06,20.06,0,0,0-19.88-20l-250-1.66Z"></path>
|
|
16
|
+
<path class="cls-1" d="M168.48,217.48l8.91,1a20.84,20.84,0,0,1-6.19,13.18q-5.33,5.18-14,5.18-7.31,0-11.86-3.67a23.43,23.43,0,0,1-7-10,37.74,37.74,0,0,1-2.46-13.87q0-12.19,5.78-19.82t15.9-7.64a18.69,18.69,0,0,1,13.2,4.88q5.27,4.88,6.64,14l-8.91.94q-2.46-12.07-10.86-12.07-5.39,0-8.38,5t-3,14.55q0,9.69,3.2,14.63t8.48,4.94a9.3,9.3,0,0,0,7.19-3.32A13.25,13.25,0,0,0,168.48,217.48Z"></path>
|
|
17
|
+
<path class="cls-1" d="M179.41,223.15l9.34-2q1.68,7.93,12.89,7.93,5.12,0,7.87-2a6.07,6.07,0,0,0,2.75-5,7.09,7.09,0,0,0-1.25-4q-1.25-1.85-5.35-2.91l-10.2-2.66a25.1,25.1,0,0,1-7.73-3.11,12.15,12.15,0,0,1-4-4.9,15.54,15.54,0,0,1-1.5-6.76,14,14,0,0,1,5.31-11.46q5.31-4.32,13.59-4.32a24.86,24.86,0,0,1,12.29,3,13.56,13.56,0,0,1,6.89,8.52l-9.14,2.27q-2.11-6.05-9.84-6.05-4.49,0-6.86,1.88a5.83,5.83,0,0,0-2.36,4.77q0,4.57,7.42,6.41l9.06,2.27q8.24,2.07,11.05,6.11a15.29,15.29,0,0,1,2.81,8.93,14.7,14.7,0,0,1-5.92,12.36q-5.92,4.51-15.33,4.51a28,28,0,0,1-13.89-3.32A16.29,16.29,0,0,1,179.41,223.15Z"></path>
|
|
18
|
+
<path class="cls-1" d="M250.31,236h-9.77L224.1,182.68h10.16l12.23,40.86L259,182.68h8Z"></path>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg fill="#000000" viewBox="0 0 24 24" role="img" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
3
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
4
|
+
<g id="SVGRepo_iconCarrier">
|
|
5
|
+
<path d="M.95 14.184 12 20.403l9.919-5.55v2.21L12 22.662l-10.484-5.96-.565.308v.77L12 24l11.05-6.218v-4.317l-.515-.309L12 19.118l-9.867-5.653v-2.21L12 16.805l11.05-6.218V6.32l-.515-.308L12 11.974 2.647 6.681 12 1.388l7.76 4.368.668-.411v-.566L12 0 .95 6.27v.72L12 13.207l9.919-5.55v2.26L12 15.52 1.516 9.56l-.565.308z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Four input streams (corners) -->
|
|
3
|
+
<rect x="1" y="1" width="3" height="2.5" rx="0.5" />
|
|
4
|
+
<rect x="1" y="12.5" width="3" height="2.5" rx="0.5" />
|
|
5
|
+
<rect x="12" y="1" width="3" height="2.5" rx="0.5" />
|
|
6
|
+
<rect x="12" y="12.5" width="3" height="2.5" rx="0.5" />
|
|
7
|
+
|
|
8
|
+
<!-- Join node (center) -->
|
|
9
|
+
<circle cx="8" cy="8" r="3" />
|
|
10
|
+
|
|
11
|
+
<!-- Connection lines -->
|
|
12
|
+
<path d="M4 2.2 L8 8" stroke="currentColor" stroke-width="1.2"/>
|
|
13
|
+
<path d="M4 13.8 L8 8" stroke="currentColor" stroke-width="1.2"/>
|
|
14
|
+
<path d="M12 2.2 L8 8" stroke="currentColor" stroke-width="1.2"/>
|
|
15
|
+
<path d="M12 13.8 L8 8" stroke="currentColor" stroke-width="1.2"/>
|
|
16
|
+
|
|
17
|
+
<!-- Join symbol -->
|
|
18
|
+
<path d="M7 8 L9 8 M8 7 L8 9" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg fill="#000000" height="200px" width="200px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve">
|
|
2
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
3
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
4
|
+
<g id="SVGRepo_iconCarrier">
|
|
5
|
+
<g transform="translate(1 1)">
|
|
6
|
+
<g>
|
|
7
|
+
<g>
|
|
8
|
+
<path d="M497.347,391.533h-3.413V101.4c0-18.773-15.36-34.133-34.133-34.133H50.2c-18.773,0-34.133,15.36-34.133,34.133v290.133 h-3.413C4.973,391.533-1,397.507-1,405.187v23.893c0,7.68,5.973,13.653,13.653,13.653h484.693c7.68,0,13.653-5.973,13.653-13.653 v-23.893C511,397.507,505.027,391.533,497.347,391.533z M33.133,101.4c0-9.387,7.68-17.067,17.067-17.067h409.6 c9.387,0,17.067,7.68,17.067,17.067v290.133H299.373l-1.707,5.973c-0.107,0.107-0.227,0.227-0.358,0.355 c-0.922,0.898-2.415,2.205-3.908,2.205h-68.267c-1.28,0-2.133-0.213-2.773-0.64c-0.64-0.427-1.067-1.067-1.493-1.92l-1.707-5.973 H33.133V101.4z M493.933,425.667H16.067V408.6h192c4.267,5.12,10.24,8.533,17.067,8.533H293.4c6.827,0,12.8-3.413,17.067-8.533 h183.467V425.667z"></path>
|
|
9
|
+
<path d="M459.8,365.933v-256c0-5.12-3.413-8.533-8.533-8.533H58.733c-5.12,0-8.533,3.413-8.533,8.533v256 c0,5.12,3.413,8.533,8.533,8.533h392.533C456.387,374.467,459.8,371.053,459.8,365.933z M442.733,357.4H67.267V118.467h375.467 V357.4z"></path>
|
|
10
|
+
<path d="M109.933,280.6c5.12,0,8.533-3.413,8.533-8.533v-25.6H152.6v25.6c0,5.12,3.413,8.533,8.533,8.533 s8.533-3.413,8.533-8.533V203.8c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v25.6h-34.133v-25.6 c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v68.267C101.4,277.187,104.813,280.6,109.933,280.6z"></path>
|
|
11
|
+
<path d="M195.267,212.333h17.067v59.733c0,5.12,3.413,8.533,8.533,8.533s8.533-3.413,8.533-8.533v-59.733h17.067 c5.12,0,8.533-3.413,8.533-8.533s-3.413-8.533-8.533-8.533h-51.2c-5.12,0-8.533,3.413-8.533,8.533 S190.147,212.333,195.267,212.333z"></path>
|
|
12
|
+
<path d="M280.6,212.333h17.067v59.733c0,5.12,3.413,8.533,8.533,8.533s8.533-3.413,8.533-8.533v-59.733H331.8 c5.12,0,8.533-3.413,8.533-8.533s-3.413-8.533-8.533-8.533h-51.2c-5.12,0-8.533,3.413-8.533,8.533S275.48,212.333,280.6,212.333z "></path>
|
|
13
|
+
<path d="M365.933,280.6c5.12,0,8.533-3.413,8.533-8.533V249.88h10.24c14.507,0,27.307-12.8,27.307-27.307 c0-14.507-11.947-27.307-27.307-27.307h-18.773c-5.12,0-8.533,3.413-8.533,8.533v68.267 C357.4,277.187,360.813,280.6,365.933,280.6z M374.467,212.333h10.24c5.973,0,10.24,5.973,10.24,11.093 c0,5.12-4.267,10.24-10.24,10.24h-10.24V212.333z"></path>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg viewBox="-78.5 0 413 413" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" fill="#000000">
|
|
2
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
3
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
4
|
+
<g id="SVGRepo_iconCarrier">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M87.9320692,36.714181 C83.382936,32.1427482 77.0364491,29.3196096 69.9808327,29.3196096 C62.9519759,29.3196096 56.6545483,32.1427482 52.1589343,36.714181 L52.0295962,36.714181 C47.4938428,41.2633143 44.6707042,47.614261 44.6707042,54.6431179 C44.6707042,61.6987343 47.4938428,67.9961618 52.0295962,72.5185355 L52.1589343,72.6211139 C56.6545483,77.1702472 62.9519759,79.9666261 69.9808327,79.9666261 C77.0364491,79.9666261 83.382936,77.1702472 87.9320692,72.6211139 L87.9989682,72.5185355 C92.5570213,67.9961618 95.3534002,61.6987343 95.3534002,54.6431179 C95.3534002,47.614261 92.5570213,41.2633143 87.9989682,36.714181 L87.9320692,36.714181 Z M69.9808327,383.353672 C77.0364491,383.353672 83.382936,380.481475 87.9320692,375.985861 L87.9989682,375.852063 C92.5570213,371.365368 95.3534002,365.014422 95.3534002,358.034624 C95.3534002,350.979008 92.5570213,344.654821 87.9989682,340.083388 L87.9320692,340.083388 C83.382936,335.458436 77.0364491,332.662057 69.9808327,332.662057 C62.9519759,332.662057 56.6545483,335.458436 52.1589343,340.083388 L52.0295962,340.083388 C47.4938428,344.654821 44.6707042,350.979008 44.6707042,358.034624 C44.6707042,365.014422 47.4938428,371.365368 52.0295962,375.852063 L52.1589343,375.985861 C56.6545483,380.481475 62.9519759,383.353672 69.9808327,383.353672 Z M207.953367,306.633879 C214.228495,304.988163 219.910452,300.960842 223.375821,294.873031 L223.844114,293.985504 C226.925929,288.209889 227.487881,281.546747 225.842165,275.641794 C224.183069,269.317607 220.106689,263.724849 214.032258,260.2238 L213.679923,259.987423 C207.76159,256.745051 201.018169,256.040381 194.82332,257.712857 C188.525893,259.282754 182.870696,263.488472 179.423166,269.527223 C175.931037,275.507996 175.199608,282.407514 176.872084,288.758461 C178.598078,295.002369 182.634319,300.648647 188.66861,304.176455 L188.70875,304.176455 C194.756421,307.650744 201.60688,308.279595 207.953367,306.633879 Z M95.9688712,180.386512 C89.3146489,173.750129 80.1450235,169.59347 69.9808327,169.59347 C59.8567813,169.59347 50.7094556,173.750129 44.0686131,180.386512 C37.4589901,187.000595 33.38261,196.147921 33.38261,206.285352 C33.38261,216.449543 37.4589901,225.623628 44.0686131,232.31353 C50.7094556,238.896393 59.8567813,243.026292 69.9808327,243.026292 C80.1450235,243.026292 89.3146489,238.896393 95.9688712,232.31353 C102.591874,225.623628 106.668254,216.449543 106.668254,206.285352 C106.668254,196.147921 102.591874,187.000595 95.9688712,180.386512 Z M81.3581257,137.223266 C96.0848295,139.64947 109.335295,146.705086 119.445967,156.896037 L119.526245,156.896037 C121.131822,158.514993 122.701719,160.267747 124.151198,162.042801 L149.434566,147.414216 C146.036096,137.142987 145.879999,126.403464 148.609478,116.341852 C152.217565,102.85501 160.959037,90.7819674 174.062325,83.2045386 L174.494938,82.9458624 C187.455508,75.6003502 202.191132,74.0839725 215.495117,77.6920595 C228.964119,81.2956866 241.11744,90.0772977 248.681489,103.171665 L248.681489,103.198425 C256.209859,116.212514 257.739616,131.157755 254.144909,144.591077 C250.563582,158.069 241.781971,170.222321 228.692063,177.746231 L225.240074,179.788881 L224.887739,179.788881 C212.779016,185.560036 199.461652,186.452023 187.232511,183.23641 C177.188739,180.569369 167.974514,174.976611 160.7628,167.006708 L135.519571,181.590694 C138.418528,189.270702 140.028564,197.55726 140.028564,206.285352 C140.028564,214.986684 138.418528,223.375821 135.519571,231.109347 L160.7628,245.639814 C167.974514,237.567333 177.188739,232.077153 187.232511,229.410112 C200.701514,225.726206 215.637835,227.296103 228.692063,234.900292 L229.526071,235.292766 L229.526071,235.346285 C242.138765,242.972773 250.603721,254.78714 254.144909,268.113424 C257.739616,281.466468 256.209859,296.416169 248.681489,309.457017 L248.226576,310.371304 L248.173057,310.291025 C240.609008,322.86358 228.692063,331.382055 215.535256,334.985683 C202.035034,338.54025 187.103173,337.023873 174.062325,329.526723 L174.062325,329.419684 C160.959037,321.842255 152.217565,309.742453 148.609478,296.286831 C145.879999,286.251978 146.036096,275.507996 149.434566,265.241226 L124.151198,250.65724 C122.701719,252.436754 121.131822,254.10923 119.526245,255.728186 L119.445967,255.804005 C109.335295,265.945896 96.0848295,273.001512 81.3581257,275.351898 L81.3581257,304.568929 C91.8523516,306.763217 101.258354,312.01702 108.630625,319.384832 L108.666305,319.46511 C118.54506,329.290346 124.65963,342.982345 124.65963,358.034624 C124.65963,373.037844 118.54506,386.645104 108.666305,396.523859 L108.630625,396.679957 C98.6849713,406.558712 85.0331117,412.673282 69.9808327,412.673282 C55.0088325,412.673282 41.3391332,406.558712 31.4202388,396.679957 L31.3845593,396.679957 L31.3845593,396.523859 C21.4924245,386.645104 15.3644745,373.037844 15.3644745,358.034624 C15.3644745,342.982345 21.4924245,329.290346 31.3845593,319.46511 L31.3845593,319.384832 L31.4202388,319.384832 C38.7791307,312.01702 48.1985125,306.763217 58.6659788,304.568929 L58.6659788,275.351898 C43.9258952,273.001512 30.7155691,265.945896 20.6182773,255.804005 L20.5112389,255.728186 C7.88962418,243.053052 0,225.623628 0,206.285352 C0,187.000595 7.88962418,169.571171 20.5112389,156.896037 L20.6182773,156.896037 C30.7155691,146.705086 43.9258952,139.64947 58.6659788,137.223266 L58.6659788,108.135573 C48.1985125,105.861006 38.7791307,100.611663 31.4202388,93.2929105 L31.3845593,93.2929105 L31.3845593,93.2126317 C21.4924245,83.2848174 15.3644745,69.6953969 15.3644745,54.6431179 C15.3644745,39.6666577 21.4924245,25.9478991 31.3845593,16.0691441 L31.4202388,16.0200848 C41.3391332,6.11457024 55.0088325,0 69.9808327,0 C85.0331117,0 98.6849713,6.11457024 108.630625,16.0200848 L108.630625,16.0691441 L108.666305,16.0691441 C118.54506,25.9478991 124.65963,39.6666577 124.65963,54.6431179 C124.65963,69.6953969 118.54506,83.2848174 108.666305,93.2126317 L108.630625,93.2929105 C101.258354,100.611663 91.8523516,105.861006 81.3581257,108.135573 L81.3581257,137.223266 Z M223.375821,117.83147 L223.166204,117.519275 C219.674075,111.636621 214.108077,107.716339 207.953367,106.017104 C201.60688,104.344628 194.756421,105.053758 188.66861,108.528047 L188.70875,108.528047 C182.634319,111.975576 178.571319,117.621853 176.872084,123.946041 C175.199608,130.216708 175.931037,137.142987 179.423166,143.177278 L179.539124,143.337836 C183.040173,149.291848 188.606171,153.28795 194.82332,154.906906 C201.071688,156.65966 208.033646,155.928231 214.032258,152.427182 L214.357833,152.271085 C220.262787,148.743276 224.196449,143.177278 225.842165,137.062708 C227.51464,130.76528 226.85011,123.865762 223.375821,117.83147 Z" fill="#1A1919"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16Z" stroke="#1C274C" stroke-width="1.5"></path> <path d="M6 10V8C6 4.68629 8.68629 2 12 2C14.7958 2 17.1449 3.91216 17.811 6.5" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 48 48">
|
|
2
|
+
<path fill="#ff8f00" d="M42 11L47.691 9 42 7 36.309 9zM43 12.667L43 19 48 17.333 48 11zM41 12.667L36 11 36 17.333 41 19zM28 11L33.691 9 28 7 22.309 9zM29 12.667L29 19 34 17.333 34 11zM27 12.667L22 11 22 17.333 27 19zM21 23L26.691 21 21 19 15.309 21zM22 24.667L22 31 27 29.333 27 23zM20 24.667L15 23 15 29.333 20 31zM7 23L12.691 21 7 19 1.309 21zM8 24.667L8 31 13 29.333 13 23zM6 24.667L1 23 1 29.333 6 31zM14 35L19.691 33 14 31 8.309 33zM15 36.667L15 43 20 41.333 20 35zM13 36.667L8 35 8 41.333 13 43z"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<!-- Orange Gradient -->
|
|
4
|
+
<linearGradient id="orangeGrad" x1="0" y1="0" x2="0" y2="1">
|
|
5
|
+
<stop offset="0%" stop-color="#F6B347"/>
|
|
6
|
+
<stop offset="100%" stop-color="#E9893A"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
|
|
10
|
+
<!-- Outer Circle -->
|
|
11
|
+
<circle cx="32" cy="32" r="30" fill="url(#orangeGrad)" stroke="#E0E0E0" stroke-width="2"/>
|
|
12
|
+
|
|
13
|
+
<!-- Cloud -->
|
|
14
|
+
<path d="M22 38
|
|
15
|
+
C16 38, 15 30, 22 29
|
|
16
|
+
C23 24, 29 23, 32 27
|
|
17
|
+
C37 24, 43 27, 42 32
|
|
18
|
+
C46 32, 47 38, 41 38
|
|
19
|
+
Z"
|
|
20
|
+
fill="#FFFFFF"/>
|
|
21
|
+
|
|
22
|
+
<!-- Text -->
|
|
23
|
+
<text x="32"
|
|
24
|
+
y="35"
|
|
25
|
+
text-anchor="middle"
|
|
26
|
+
font-family="Arial, Helvetica, sans-serif"
|
|
27
|
+
font-size="12"
|
|
28
|
+
font-weight="bold"
|
|
29
|
+
fill="#E9893A">
|
|
30
|
+
SFTP
|
|
31
|
+
</text>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#000000">
|
|
2
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
3
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
4
|
+
<g id="SVGRepo_iconCarrier">
|
|
5
|
+
<title>language_json</title>
|
|
6
|
+
<rect width="24" height="24" fill="none"></rect>
|
|
7
|
+
<path d="M5,3H7V5H5v5a2,2,0,0,1-2,2,2,2,0,0,1,2,2v5H7v2H5c-1.07-.27-2-.9-2-2V15a2,2,0,0,0-2-2H0V11H1A2,2,0,0,0,3,9V5A2,2,0,0,1,5,3M19,3a2,2,0,0,1,2,2V9a2,2,0,0,0,2,2h1v2H23a2,2,0,0,0-2,2v4a2,2,0,0,1-2,2H17V19h2V14a2,2,0,0,1,2-2,2,2,0,0,1-2-2V5H17V3h2M12,15a1,1,0,1,1-1,1,1,1,0,0,1,1-1M8,15a1,1,0,1,1-1,1,1,1,0,0,1,1-1m8,0a1,1,0,1,1-1,1A1,1,0,0,1,16,15Z"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Three input streams -->
|
|
3
|
+
<rect x="1" y="2" width="3.5" height="2.5" rx="0.6" />
|
|
4
|
+
<rect x="1" y="6.5" width="3.5" height="2.5" rx="0.6" />
|
|
5
|
+
<rect x="1" y="11" width="3.5" height="2.5" rx="0.6" />
|
|
6
|
+
|
|
7
|
+
<!-- Join node -->
|
|
8
|
+
<circle cx="11" cy="8" r="3.5" />
|
|
9
|
+
|
|
10
|
+
<!-- Connection lines -->
|
|
11
|
+
<path d="M4.5 3.2 L11 8" stroke="currentColor" stroke-width="1.3"/>
|
|
12
|
+
<path d="M4.5 7.8 L11 8" stroke="currentColor" stroke-width="1.3"/>
|
|
13
|
+
<path d="M4.5 12.2 L11 8" stroke="currentColor" stroke-width="1.3"/>
|
|
14
|
+
|
|
15
|
+
<!-- Join symbol -->
|
|
16
|
+
<path d="M10 8 L12 8 M11 7 L11 9" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Two input streams -->
|
|
3
|
+
<rect x="2" y="3" width="4" height="3" rx="0.8" />
|
|
4
|
+
<rect x="2" y="10" width="4" height="3" rx="0.8" />
|
|
5
|
+
|
|
6
|
+
<!-- Join node -->
|
|
7
|
+
<circle cx="11" cy="8" r="3" />
|
|
8
|
+
|
|
9
|
+
<!-- Connection lines -->
|
|
10
|
+
<path d="M6 4.5 L11 8" stroke="currentColor" stroke-width="1.5"/>
|
|
11
|
+
<path d="M6 11.5 L11 8" stroke="currentColor" stroke-width="1.5"/>
|
|
12
|
+
|
|
13
|
+
<!-- Join symbol -->
|
|
14
|
+
<path d="M10 8 L12 8 M11 7 L11 9" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg viewBox="-4 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="#000000">
|
|
2
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
3
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
4
|
+
<g id="SVGRepo_iconCarrier">
|
|
5
|
+
<path d="M5.112-.024c-2.803 0-5.074 2.272-5.074 5.074v53.841c0 2.803 2.271 5.074 5.074 5.074h45.774c2.801 0 5.074-2.271 5.074-5.074v-38.606l-18.902-20.309h-31.946z" fill-rule="evenodd" clip-rule="evenodd" fill="#FC7B24"></path>
|
|
6
|
+
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
+
<path d="M55.977 20.352v1h-12.799s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#FB5C1B"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799l-18.903-20.352z" opacity=".5" fill="#ffffff"></path>
|
|
9
|
+
</g>
|
|
10
|
+
<path d="M19.371 53.848c-.217 0-.414-.089-.541-.27l-3.727-4.97-3.745 4.97c-.126.181-.323.27-.54.27-.396 0-.721-.306-.721-.72 0-.144.037-.306.145-.432l3.889-5.131-3.619-4.826c-.09-.126-.144-.27-.144-.414 0-.343.288-.721.72-.721.217 0 .433.108.576.288l3.439 4.627 3.439-4.646c.125-.18.324-.27.54-.27.378 0 .737.306.737.721 0 .144-.035.288-.125.414l-3.619 4.808 3.889 5.149c.09.126.127.27.127.415.001.396-.323.738-.72.738zm14.455-.018c-.414 0-.738-.324-.738-.738v-9.254l-4.033 9.759c-.055.143-.2.233-.379.233-.144 0-.287-.09-.342-.234l-4.016-9.759v9.254c0 .414-.324.738-.756.738-.414 0-.738-.324-.738-.738v-10.262c0-.648.559-1.207 1.242-1.207.486 0 .99.288 1.188.756l3.438 8.373 3.457-8.373c.199-.468.686-.756 1.189-.756.684 0 1.242.558 1.242 1.207v10.263c.002.414-.322.738-.754.738zm10.546-.108h-5.456c-.594 0-1.08-.486-1.08-1.081v-10.316c0-.396.324-.721.774-.721.396 0 .72.324.72.721v10.065h5.042c.36 0 .647.288.647.648.001.396-.287.684-.647.684z" fill="#ffffff"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -5,14 +5,16 @@ const SvgRewardsOutline = (props) => /* @__PURE__ */ jsx(
|
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
width: "1em",
|
|
7
7
|
height: "1em",
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 14 13",
|
|
10
10
|
...props,
|
|
11
11
|
children: /* @__PURE__ */ jsx(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M12.333 3H10.88c.073-.207.12-.434.12-.667a1.997 1.997 0 0 0-3.667-1.1L7 1.68l-.334-.454A2.008 2.008 0 0 0 5 .333c-1.107 0-2 .893-2 2 0 .233.046.46.12.667H1.666C.926 3 .34 3.593.34 4.333l-.007 7.333c0 .74.593 1.334 1.333 1.334h10.667c.74 0 1.333-.594 1.333-1.334V4.333c0-.74-.593-1.333-1.333-1.333M9 1.666c.366 0 .666.3.666.667C9.666 2.7 9.366 3 9 3a.669.669 0 0 1-.667-.667c0-.367.3-.667.667-.667m-3.334.667c0-.367-.3-.667-.666-.667-.367 0-.667.3-.667.667 0 .367.3.667.667.667.366 0 .666-.3.666-.667m6.667 9.333H1.666v-1.333h10.667zM1.666 8.333h10.667v-4H8.946l1.387 1.887-1.08.78-1.587-2.16L7 3.933l-.667.907L4.746 7l-1.08-.78 1.387-1.887H1.666z",
|
|
17
|
+
clipRule: "evenodd"
|
|
16
18
|
}
|
|
17
19
|
)
|
|
18
20
|
}
|
|
@@ -1,57 +1,39 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import React from "react";
|
|
3
2
|
const ThreeStars = (props) => {
|
|
4
|
-
const id = React.useId().replace(/:/g, "");
|
|
5
|
-
const idPrefix = `aira-${id}`;
|
|
6
3
|
return /* @__PURE__ */ jsxs(
|
|
7
4
|
"svg",
|
|
8
5
|
{
|
|
9
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
width: "
|
|
11
|
-
height: "
|
|
12
|
-
viewBox: "0 0 16 16",
|
|
7
|
+
width: "14.667",
|
|
8
|
+
height: "14.667",
|
|
13
9
|
fill: "none",
|
|
10
|
+
viewBox: "0 0 14.667 14.667",
|
|
14
11
|
...props,
|
|
15
12
|
children: [
|
|
16
|
-
/* @__PURE__ */
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
x: "0",
|
|
24
|
-
y: "0",
|
|
25
|
-
width: "16",
|
|
26
|
-
height: "16",
|
|
27
|
-
children: /* @__PURE__ */ jsx("path", { d: "M16 0H0V16H16V0Z", fill: "white" })
|
|
28
|
-
}
|
|
29
|
-
),
|
|
30
|
-
/* @__PURE__ */ jsx("g", { mask: `url(#${idPrefix}-mask)`, children: /* @__PURE__ */ jsx(
|
|
31
|
-
"path",
|
|
32
|
-
{
|
|
33
|
-
d: "M12.6667 5.99996L13.5 4.16663L15.3333 3.33329L13.5 2.49996L12.6667 0.666626L11.8333 2.49996L9.99996 3.33329L11.8333 4.16663L12.6667 5.99996ZM7.66663 6.33329L5.99996 2.66663L4.33329 6.33329L0.666626 7.99996L4.33329 9.66663L5.99996 13.3333L7.66663 9.66663L11.3333 7.99996L7.66663 6.33329ZM12.6667 9.99996L11.8333 11.8333L9.99996 12.6667L11.8333 13.5L12.6667 15.3333L13.5 13.5L15.3333 12.6667L13.5 11.8333L12.6667 9.99996Z",
|
|
34
|
-
fill: `url(#${idPrefix}-gradient)`
|
|
35
|
-
}
|
|
36
|
-
) })
|
|
37
|
-
] }),
|
|
13
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_310_2294)", transform: "translate(-.667 -.666)", children: /* @__PURE__ */ jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: "url(#paint0_linear_310_2294)",
|
|
17
|
+
d: "M12.667 6l.833-1.834 1.834-.833L13.5 2.5 12.667.667 11.834 2.5 10 3.333l1.834.833zm-5 .333L6 2.666 4.334 6.333.667 8l3.667 1.667L6 13.333l1.667-3.666L11.334 8zm5 3.667l-.833 1.833-1.834.834 1.834.833.833 1.833.833-1.833 1.834-.833-1.834-.834z"
|
|
18
|
+
}
|
|
19
|
+
) }),
|
|
38
20
|
/* @__PURE__ */ jsxs("defs", { children: [
|
|
39
21
|
/* @__PURE__ */ jsxs(
|
|
40
22
|
"linearGradient",
|
|
41
23
|
{
|
|
42
|
-
id:
|
|
43
|
-
x1: "
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
y2: "
|
|
24
|
+
id: "paint0_linear_310_2294",
|
|
25
|
+
x1: "0.667",
|
|
26
|
+
x2: "15.333",
|
|
27
|
+
y1: "8",
|
|
28
|
+
y2: "8",
|
|
47
29
|
gradientUnits: "userSpaceOnUse",
|
|
48
30
|
children: [
|
|
49
|
-
/* @__PURE__ */ jsx("stop", { offset: "0.
|
|
50
|
-
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#
|
|
31
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.473", stopColor: "#BCC6FE" }),
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#A6DEFF" })
|
|
51
33
|
]
|
|
52
34
|
}
|
|
53
35
|
),
|
|
54
|
-
/* @__PURE__ */ jsx("clipPath", { id:
|
|
36
|
+
/* @__PURE__ */ jsx("clipPath", { id: "clip0_310_2294", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0H16V16H0z" }) })
|
|
55
37
|
] })
|
|
56
38
|
]
|
|
57
39
|
}
|