@lobehub/icons 2.44.0 → 2.46.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 +90 -86
- package/es/Ai2/components/Avatar.d.ts +5 -0
- package/es/Ai2/components/Avatar.js +25 -0
- package/es/Ai2/components/Color.d.ts +3 -0
- package/es/Ai2/components/Color.js +39 -0
- package/es/Ai2/components/Combine.d.ts +7 -0
- package/es/Ai2/components/Combine.js +32 -0
- package/es/Ai2/components/Mono.d.ts +3 -0
- package/es/Ai2/components/Mono.js +40 -0
- package/es/Ai2/components/Text.d.ts +3 -0
- package/es/Ai2/components/Text.js +39 -0
- package/es/Ai2/index.d.ts +16 -0
- package/es/Ai2/index.js +14 -0
- package/es/Ai2/style.d.ts +7 -0
- package/es/Ai2/style.js +9 -0
- package/es/Arcee/components/Avatar.d.ts +5 -0
- package/es/Arcee/components/Avatar.js +25 -0
- package/es/Arcee/components/Color.d.ts +3 -0
- package/es/Arcee/components/Color.js +39 -0
- package/es/Arcee/components/Combine.d.ts +7 -0
- package/es/Arcee/components/Combine.js +32 -0
- package/es/Arcee/components/Mono.d.ts +3 -0
- package/es/Arcee/components/Mono.js +40 -0
- package/es/Arcee/components/Text.d.ts +3 -0
- package/es/Arcee/components/Text.js +39 -0
- package/es/Arcee/index.d.ts +16 -0
- package/es/Arcee/index.js +14 -0
- package/es/Arcee/style.d.ts +7 -0
- package/es/Arcee/style.js +9 -0
- package/es/DeepCogito/components/Avatar.d.ts +5 -0
- package/es/DeepCogito/components/Avatar.js +25 -0
- package/es/DeepCogito/components/Color.d.ts +3 -0
- package/es/DeepCogito/components/Color.js +39 -0
- package/es/DeepCogito/components/Combine.d.ts +7 -0
- package/es/DeepCogito/components/Combine.js +32 -0
- package/es/DeepCogito/components/Mono.d.ts +3 -0
- package/es/DeepCogito/components/Mono.js +40 -0
- package/es/DeepCogito/components/Text.d.ts +3 -0
- package/es/DeepCogito/components/Text.js +39 -0
- package/es/DeepCogito/index.d.ts +16 -0
- package/es/DeepCogito/index.js +14 -0
- package/es/DeepCogito/style.d.ts +7 -0
- package/es/DeepCogito/style.js +9 -0
- package/es/EssentialAI/components/Avatar.d.ts +5 -0
- package/es/EssentialAI/components/Avatar.js +25 -0
- package/es/EssentialAI/components/Color.d.ts +3 -0
- package/es/EssentialAI/components/Color.js +58 -0
- package/es/EssentialAI/components/Combine.d.ts +7 -0
- package/es/EssentialAI/components/Combine.js +32 -0
- package/es/EssentialAI/components/Mono.d.ts +3 -0
- package/es/EssentialAI/components/Mono.js +40 -0
- package/es/EssentialAI/components/Text.d.ts +3 -0
- package/es/EssentialAI/components/Text.js +39 -0
- package/es/EssentialAI/index.d.ts +16 -0
- package/es/EssentialAI/index.js +15 -0
- package/es/EssentialAI/style.d.ts +8 -0
- package/es/EssentialAI/style.js +10 -0
- package/es/Inception/components/Avatar.d.ts +5 -0
- package/es/Inception/components/Avatar.js +25 -0
- package/es/Inception/components/Combine.d.ts +5 -0
- package/es/Inception/components/Combine.js +26 -0
- package/es/Inception/components/Mono.d.ts +3 -0
- package/es/Inception/components/Mono.js +40 -0
- package/es/Inception/components/Text.d.ts +3 -0
- package/es/Inception/components/Text.js +47 -0
- package/es/Inception/index.d.ts +13 -0
- package/es/Inception/index.js +12 -0
- package/es/Inception/style.d.ts +7 -0
- package/es/Inception/style.js +9 -0
- package/es/LobeHub/components/Color.js +343 -27
- package/es/LobeHub/components/Mono.js +21 -21
- package/es/LobeHub/components/Morden.d.ts +3 -0
- package/es/LobeHub/components/Morden.js +40 -0
- package/es/LobeHub/index.d.ts +2 -0
- package/es/LobeHub/index.js +2 -0
- package/es/LobeHub/style.d.ts +1 -1
- package/es/LobeHub/style.js +1 -1
- package/es/Morph/components/Avatar.d.ts +5 -0
- package/es/Morph/components/Avatar.js +25 -0
- package/es/Morph/components/Color.d.ts +3 -0
- package/es/Morph/components/Color.js +39 -0
- package/es/Morph/components/Combine.d.ts +7 -0
- package/es/Morph/components/Combine.js +32 -0
- package/es/Morph/components/Mono.d.ts +3 -0
- package/es/Morph/components/Mono.js +40 -0
- package/es/Morph/components/Text.d.ts +3 -0
- package/es/Morph/components/Text.js +42 -0
- package/es/Morph/index.d.ts +16 -0
- package/es/Morph/index.js +14 -0
- package/es/Morph/style.d.ts +7 -0
- package/es/Morph/style.js +9 -0
- package/es/Nova/components/Color.js +51 -105
- package/es/Nova/components/Mono.js +4 -13
- package/es/Nova/style.d.ts +2 -2
- package/es/Nova/style.js +1 -1
- package/es/Relace/components/Avatar.d.ts +5 -0
- package/es/Relace/components/Avatar.js +25 -0
- package/es/Relace/components/Combine.d.ts +5 -0
- package/es/Relace/components/Combine.js +26 -0
- package/es/Relace/components/Mono.d.ts +3 -0
- package/es/Relace/components/Mono.js +40 -0
- package/es/Relace/components/Text.d.ts +3 -0
- package/es/Relace/components/Text.js +39 -0
- package/es/Relace/index.d.ts +13 -0
- package/es/Relace/index.js +12 -0
- package/es/Relace/style.d.ts +7 -0
- package/es/Relace/style.js +9 -0
- package/es/Replicate/index.d.ts +1 -0
- package/es/Replicate/index.js +1 -0
- package/es/SearchApi/components/Mono.js +1 -1
- package/es/SearchApi/components/Text.js +2 -2
- package/es/SearchApi/style.d.ts +3 -3
- package/es/SearchApi/style.js +3 -3
- package/es/features/modelConfig.js +33 -1
- package/es/features/providerConfig.js +5 -0
- package/es/features/providerEnum.d.ts +1 -0
- package/es/features/providerEnum.js +1 -0
- package/es/icons.d.ts +7 -0
- package/es/icons.js +7 -0
- package/es/toc.js +133 -6
- package/package.json +3 -3
|
@@ -25,132 +25,78 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
25
25
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
26
26
|
style = _ref.style,
|
|
27
27
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
-
var _useFillIds = useFillIds(TITLE,
|
|
29
|
-
_useFillIds2 = _slicedToArray(_useFillIds,
|
|
28
|
+
var _useFillIds = useFillIds(TITLE, 3),
|
|
29
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 3),
|
|
30
30
|
a = _useFillIds2[0],
|
|
31
31
|
b = _useFillIds2[1],
|
|
32
|
-
c = _useFillIds2[2]
|
|
33
|
-
d = _useFillIds2[3];
|
|
32
|
+
c = _useFillIds2[2];
|
|
34
33
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
35
34
|
height: size,
|
|
36
35
|
style: _objectSpread({
|
|
37
36
|
flex: 'none',
|
|
38
37
|
lineHeight: 1
|
|
39
38
|
}, style),
|
|
40
|
-
viewBox: "0 0
|
|
39
|
+
viewBox: "0 0 33 32",
|
|
41
40
|
width: size,
|
|
42
41
|
xmlns: "http://www.w3.org/2000/svg"
|
|
43
42
|
}, rest), {}, {
|
|
44
43
|
children: [/*#__PURE__*/_jsx("title", {
|
|
45
44
|
children: TITLE
|
|
46
|
-
}), /*#__PURE__*/
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
clipRule: "evenodd",
|
|
51
|
-
d: "M18.946 12.273a2.25 2.25 0 100-.818h-8.219v.818h8.22zm3.645-.41a1.432 1.432 0 11-2.863 0 1.432 1.432 0 012.863 0z",
|
|
52
|
-
fill: b.fill,
|
|
53
|
-
fillRule: "evenodd"
|
|
54
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
55
|
-
clipRule: "evenodd",
|
|
56
|
-
d: "M18.091 14.727h-4.705v-.818h5.523V18h1.637v4.091h-4.091v-4.09h1.636v-3.274zm-.818 6.546v-2.455h2.454v2.455h-2.454z",
|
|
57
|
-
fill: c.fill,
|
|
58
|
-
fillRule: "evenodd"
|
|
59
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
60
|
-
clipRule: "evenodd",
|
|
61
|
-
d: "M18.091 9h-4.705v.818h5.523v-4.09h2.375L18.5 1.273l-2.783 4.453h2.374V9zm.41-6.183L17.192 4.91h2.615L18.5 2.817z",
|
|
62
|
-
fill: d.fill,
|
|
63
|
-
fillRule: "evenodd"
|
|
64
|
-
}), /*#__PURE__*/_jsxs("defs", {
|
|
65
|
-
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
|
66
|
-
gradientUnits: "userSpaceOnUse",
|
|
45
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
46
|
+
mask: a.fill,
|
|
47
|
+
children: [/*#__PURE__*/_jsx("mask", {
|
|
48
|
+
height: "32",
|
|
67
49
|
id: a.id,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
offset: ".75",
|
|
82
|
-
stopColor: "#FC5978"
|
|
83
|
-
}), /*#__PURE__*/_jsx("stop", {
|
|
84
|
-
offset: "1",
|
|
85
|
-
stopColor: "#FF6D32"
|
|
86
|
-
})]
|
|
87
|
-
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
88
|
-
gradientUnits: "userSpaceOnUse",
|
|
50
|
+
maskUnits: "userSpaceOnUse",
|
|
51
|
+
style: {
|
|
52
|
+
maskType: 'luminance'
|
|
53
|
+
},
|
|
54
|
+
width: "32",
|
|
55
|
+
x: "0",
|
|
56
|
+
y: "0",
|
|
57
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
58
|
+
d: "M31.8 0H0v32h31.8z",
|
|
59
|
+
fill: "#fff"
|
|
60
|
+
})
|
|
61
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
62
|
+
height: "32",
|
|
89
63
|
id: b.id,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
64
|
+
maskUnits: "userSpaceOnUse",
|
|
65
|
+
style: {
|
|
66
|
+
maskType: 'alpha'
|
|
67
|
+
},
|
|
68
|
+
width: "32",
|
|
69
|
+
x: "0",
|
|
70
|
+
y: "0",
|
|
71
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
72
|
+
d: "m17.865 23.28 1.533 1.543c.07.07.092.175.055.267l-2.398 6.118A1.24 1.24 0 0 1 15.9 32c-.51 0-.969-.315-1.155-.793l-3.451-8.804-5.582 5.617a.246.246 0 0 1-.35 0l-1.407-1.415a.25.25 0 0 1 0-.352l6.89-6.932a1.3 1.3 0 0 1 .834-.398 1.25 1.25 0 0 1 1.232.79l2.992 7.63 1.557-3.977a.248.248 0 0 1 .408-.085zm8.224-19.3-5.583 5.617-3.45-8.805a1.24 1.24 0 0 0-1.43-.762c-.414.092-.744.407-.899.805l-2.38 6.072a.25.25 0 0 0 .055.267l1.533 1.543c.127.127.34.082.407-.085L15.9 4.655l2.991 7.629a1.24 1.24 0 0 0 2.035.425l6.922-6.965a.25.25 0 0 0 0-.352L26.44 3.977a.246.246 0 0 0-.35 0zM8.578 17.566l-3.953-1.567 7.582-3.01c.49-.195.815-.685.785-1.24a1.3 1.3 0 0 0-.395-.84l-6.886-6.93a.246.246 0 0 0-.35 0L3.954 5.395a.25.25 0 0 0 0 .353l5.583 5.617-8.75 3.472a1.25 1.25 0 0 0 0 2.325l6.079 2.412a.24.24 0 0 0 .266-.055l1.533-1.542a.25.25 0 0 0-.085-.41zm22.434-2.73-6.08-2.412a.24.24 0 0 0-.265.055l-1.533 1.542a.25.25 0 0 0 .084.41L27.172 16l-7.583 3.01a1.255 1.255 0 0 0-.785 1.24c.018.317.172.614.395.84l6.89 6.931a.246.246 0 0 0 .35 0l1.406-1.415a.25.25 0 0 0 0-.352l-5.582-5.617 8.75-3.472a1.25 1.25 0 0 0 0-2.325z",
|
|
73
|
+
fill: "#fff"
|
|
74
|
+
})
|
|
75
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
76
|
+
mask: b.fill,
|
|
77
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
78
|
+
d: "M-2.915 34.125h37.448V-2.109H-2.915z",
|
|
79
|
+
fill: c.fill
|
|
80
|
+
})
|
|
81
|
+
})]
|
|
82
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
83
|
+
children: /*#__PURE__*/_jsxs("linearGradient", {
|
|
110
84
|
gradientUnits: "userSpaceOnUse",
|
|
111
85
|
id: c.id,
|
|
112
|
-
x1: "
|
|
113
|
-
x2: "
|
|
114
|
-
y1: "
|
|
115
|
-
y2: "
|
|
116
|
-
children: [/*#__PURE__*/_jsx("stop", {
|
|
117
|
-
stopColor: "#43E3E4"
|
|
118
|
-
}), /*#__PURE__*/_jsx("stop", {
|
|
119
|
-
offset: ".25",
|
|
120
|
-
stopColor: "#4A9FFF"
|
|
121
|
-
}), /*#__PURE__*/_jsx("stop", {
|
|
122
|
-
offset: ".5",
|
|
123
|
-
stopColor: "#AA4BFB"
|
|
124
|
-
}), /*#__PURE__*/_jsx("stop", {
|
|
125
|
-
offset: ".75",
|
|
126
|
-
stopColor: "#FC5978"
|
|
127
|
-
}), /*#__PURE__*/_jsx("stop", {
|
|
128
|
-
offset: "1",
|
|
129
|
-
stopColor: "#FF6D32"
|
|
130
|
-
})]
|
|
131
|
-
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
132
|
-
gradientUnits: "userSpaceOnUse",
|
|
133
|
-
id: d.id,
|
|
134
|
-
x1: "3.5",
|
|
135
|
-
x2: "20.5",
|
|
136
|
-
y1: "3.5",
|
|
137
|
-
y2: "21.5",
|
|
86
|
+
x1: "33.663",
|
|
87
|
+
x2: "-2.086",
|
|
88
|
+
y1: "33.633",
|
|
89
|
+
y2: "-1.901",
|
|
138
90
|
children: [/*#__PURE__*/_jsx("stop", {
|
|
139
|
-
stopColor: "#
|
|
91
|
+
stopColor: "#ff6200"
|
|
140
92
|
}), /*#__PURE__*/_jsx("stop", {
|
|
141
|
-
offset: ".
|
|
142
|
-
stopColor: "#
|
|
93
|
+
offset: ".399",
|
|
94
|
+
stopColor: "#e433ff"
|
|
143
95
|
}), /*#__PURE__*/_jsx("stop", {
|
|
144
|
-
offset: ".
|
|
145
|
-
stopColor: "#
|
|
146
|
-
}), /*#__PURE__*/_jsx("stop", {
|
|
147
|
-
offset: ".75",
|
|
148
|
-
stopColor: "#FC5978"
|
|
149
|
-
}), /*#__PURE__*/_jsx("stop", {
|
|
150
|
-
offset: "1",
|
|
151
|
-
stopColor: "#FF6D32"
|
|
96
|
+
offset: ".96",
|
|
97
|
+
stopColor: "#6842ff"
|
|
152
98
|
})]
|
|
153
|
-
})
|
|
99
|
+
})
|
|
154
100
|
})]
|
|
155
101
|
}));
|
|
156
102
|
});
|
|
@@ -19,30 +19,21 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
19
19
|
style = _ref.style,
|
|
20
20
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
21
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
-
fill: "
|
|
23
|
-
fillRule: "evenodd",
|
|
22
|
+
fill: "none",
|
|
24
23
|
height: size,
|
|
25
24
|
style: _objectSpread({
|
|
26
25
|
flex: 'none',
|
|
27
26
|
lineHeight: 1
|
|
28
27
|
}, style),
|
|
29
|
-
viewBox: "0 0
|
|
28
|
+
viewBox: "0 0 33 32",
|
|
30
29
|
width: size,
|
|
31
30
|
xmlns: "http://www.w3.org/2000/svg"
|
|
32
31
|
}, rest), {}, {
|
|
33
32
|
children: [/*#__PURE__*/_jsx("title", {
|
|
34
33
|
children: TITLE
|
|
35
34
|
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
-
d: "
|
|
37
|
-
|
|
38
|
-
clipRule: "evenodd",
|
|
39
|
-
d: "M18.946 12.273a2.25 2.25 0 100-.818h-8.219v.818h8.22zm3.645-.41a1.432 1.432 0 11-2.863 0 1.432 1.432 0 012.863 0z"
|
|
40
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
41
|
-
clipRule: "evenodd",
|
|
42
|
-
d: "M18.091 14.727h-4.705v-.818h5.523V18h1.637v4.091h-4.091v-4.09h1.636v-3.274zm-.818 6.546v-2.455h2.454v2.455h-2.454z"
|
|
43
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
44
|
-
clipRule: "evenodd",
|
|
45
|
-
d: "M18.091 9h-4.705v.818h5.523v-4.09h2.375L18.5 1.273l-2.783 4.453h2.374V9zm.41-6.183L17.192 4.91h2.615L18.5 2.817z"
|
|
35
|
+
d: "m17.865 23.28 1.533 1.543c.07.07.092.175.055.267l-2.398 6.118A1.24 1.24 0 0 1 15.9 32c-.51 0-.969-.315-1.155-.793l-3.451-8.804-5.582 5.617a.246.246 0 0 1-.35 0l-1.407-1.415a.25.25 0 0 1 0-.352l6.89-6.932a1.3 1.3 0 0 1 .834-.398 1.25 1.25 0 0 1 1.232.79l2.992 7.63 1.557-3.977a.248.248 0 0 1 .408-.085zm8.224-19.3-5.583 5.617-3.45-8.805a1.24 1.24 0 0 0-1.43-.762c-.414.092-.744.407-.899.805l-2.38 6.072a.25.25 0 0 0 .055.267l1.533 1.543c.127.127.34.082.407-.085L15.9 4.655l2.991 7.629a1.24 1.24 0 0 0 2.035.425l6.922-6.965a.25.25 0 0 0 0-.352L26.44 3.977a.246.246 0 0 0-.35 0zM8.578 17.566l-3.953-1.567 7.582-3.01c.49-.195.815-.685.785-1.24a1.3 1.3 0 0 0-.395-.84l-6.886-6.93a.246.246 0 0 0-.35 0L3.954 5.395a.25.25 0 0 0 0 .353l5.583 5.617-8.75 3.472a1.25 1.25 0 0 0 0 2.325l6.079 2.412a.24.24 0 0 0 .266-.055l1.533-1.542a.25.25 0 0 0-.085-.41zm22.434-2.73-6.08-2.412a.24.24 0 0 0-.265.055l-1.533 1.542a.25.25 0 0 0 .084.41L27.172 16l-7.583 3.01a1.255 1.255 0 0 0-.785 1.24c.018.317.172.614.395.84l6.89 6.931a.246.246 0 0 0 .35 0l1.406-1.415a.25.25 0 0 0 0-.352l-5.582-5.617 8.75-3.472a1.25 1.25 0 0 0 0-2.325z",
|
|
36
|
+
fill: "currentColor"
|
|
46
37
|
})]
|
|
47
38
|
}));
|
|
48
39
|
});
|
package/es/Nova/style.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export declare const TITLE = "Nova";
|
|
|
2
2
|
export declare const COMBINE_TEXT_MULTIPLE = 0.6;
|
|
3
3
|
export declare const COMBINE_SPACE_MULTIPLE = 0.1;
|
|
4
4
|
export declare const COLOR_PRIMARY = "#222F3E";
|
|
5
|
-
export declare const COLOR_GRADIENT = "linear-gradient(
|
|
6
|
-
export declare const AVATAR_BACKGROUND = "linear-gradient(
|
|
5
|
+
export declare const COLOR_GRADIENT = "linear-gradient(-45deg, #ff6200, #e433ff 39.9%, #6842ff 96%)";
|
|
6
|
+
export declare const AVATAR_BACKGROUND = "linear-gradient(-45deg, #ff6200, #e433ff 39.9%, #6842ff 96%)";
|
|
7
7
|
export declare const AVATAR_COLOR = "#fff";
|
|
8
8
|
export declare const AVATAR_ICON_MULTIPLE = 0.7;
|
package/es/Nova/style.js
CHANGED
|
@@ -2,7 +2,7 @@ export var TITLE = 'Nova';
|
|
|
2
2
|
export var COMBINE_TEXT_MULTIPLE = 0.6;
|
|
3
3
|
export var COMBINE_SPACE_MULTIPLE = 0.1;
|
|
4
4
|
export var COLOR_PRIMARY = '#222F3E';
|
|
5
|
-
export var COLOR_GRADIENT = 'linear-gradient(
|
|
5
|
+
export var COLOR_GRADIENT = 'linear-gradient(-45deg, #ff6200, #e433ff 39.9%, #6842ff 96%)';
|
|
6
6
|
|
|
7
7
|
// Avatar constants
|
|
8
8
|
export var AVATAR_BACKGROUND = COLOR_GRADIENT;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
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; }
|
|
5
|
+
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) { _defineProperty(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; }
|
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
|
10
|
+
import { memo } from 'react';
|
|
11
|
+
import IconAvatar from "../../features/IconAvatar";
|
|
12
|
+
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
|
|
13
|
+
import Mono from "./Mono";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
16
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
17
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
18
|
+
Icon: Mono,
|
|
19
|
+
"aria-label": TITLE,
|
|
20
|
+
background: AVATAR_BACKGROUND,
|
|
21
|
+
color: AVATAR_COLOR,
|
|
22
|
+
iconMultiple: AVATAR_ICON_MULTIPLE
|
|
23
|
+
}, rest));
|
|
24
|
+
});
|
|
25
|
+
export default Avatar;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
|
3
|
+
export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
|
|
4
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
|
5
|
+
export default Combine;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
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; }
|
|
5
|
+
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) { _defineProperty(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; }
|
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
|
10
|
+
import { memo } from 'react';
|
|
11
|
+
import IconCombine from "../../features/IconCombine";
|
|
12
|
+
import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
|
13
|
+
import Mono from "./Mono";
|
|
14
|
+
import Text from "./Text";
|
|
15
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
18
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
19
|
+
Icon: Mono,
|
|
20
|
+
Text: Text,
|
|
21
|
+
"aria-label": TITLE,
|
|
22
|
+
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
|
23
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
24
|
+
}, rest));
|
|
25
|
+
});
|
|
26
|
+
export default Combine;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
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; }
|
|
6
|
+
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) { _defineProperty(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; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M23 23H1V1h22v22zM2.962 15.232c1.969.3 5.028.42 7.78-.171.904-.195 1.743-.46 2.49-.803-1.395-3.4-1.675-5.766-1.264-7.378.466-1.823 1.799-2.59 2.998-2.602h.01c.688 0 2.117.177 3.081 1.35 1.003 1.22 1.216 3.152.26 5.991-.504 1.493-1.437 2.616-2.594 3.456 1.323 2.993 2.11 4.498 2.588 5.284.223.367.372.564.467.679h2.26V2.962H2.962v12.27zm11.05.827c-.912.413-1.887.711-2.857.92-2.91.626-6.059.527-8.193.234v3.825h13.471c-.527-.92-1.287-2.424-2.421-4.98zm.97-9.82c-.323.005-.87.181-1.112 1.127-.25.975-.161 2.776 1.055 5.84.705-.598 1.233-1.329 1.531-2.213.868-2.576.455-3.67.086-4.119-.406-.494-1.09-.633-1.56-.634z"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
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; }
|
|
6
|
+
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) { _defineProperty(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; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 100 24",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, rest), {}, {
|
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
33
|
+
children: TITLE
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M72.78 6.374c4.534 0 6.583 2.15 7.221 5.911l-3.393.639c-.47-2.015-1.41-3.36-3.896-3.36-2.586 0-4.198 1.647-4.198 5.106 0 3.19 1.477 5.138 4.299 5.139 2.552 0 3.426-1.578 3.896-3.493l3.325.806C79.396 20.783 77.18 23 72.847 23c-4.971 0-8.028-2.889-8.028-8.195 0-5.307 3.124-8.431 7.96-8.431zm-43.378 0c4.77 0 7.087 2.889 7.087 7.222 0 .604.001 1.31-.066 2.115H25.036c.269 2.855 1.713 4.3 4.4 4.3 2.52 0 3.392-1.21 3.829-2.721l3.09.873c-.739 2.855-2.72 4.803-6.953 4.803-4.836 0-7.96-2.821-7.96-8.094 0-5.34 3.023-8.498 7.96-8.498zm61.269 0c4.77 0 7.087 2.889 7.087 7.222 0 .604 0 1.31-.067 2.115H86.305c.268 2.855 1.713 4.3 4.4 4.3 2.519 0 3.393-1.21 3.83-2.721l3.089.873c-.739 2.855-2.721 4.803-6.953 4.803-4.836 0-7.96-2.821-7.96-8.094 0-5.34 3.023-8.498 7.96-8.498zm-35.796.033c4.568 0 6.517 2.15 6.517 6.08v10.077h-3.426v-3.762h-.37c-.806 2.552-2.62 4.097-5.407 4.097-2.822 0-4.804-1.343-4.804-4.433 0-2.821 1.713-4.87 5.71-4.87h4.703V12.52c0-2.05-.84-3.225-3.057-3.225-1.847 0-2.922.94-3.325 2.788l-3.426-.772c.605-2.99 2.855-4.905 6.885-4.905zM10.464 2.41c5.038 0 7.423 2.117 7.423 6.113 0 3.158-1.613 5.24-4.434 6.08l5.61 7.59v.37h-4.467L9.59 15.007H5.829v7.558H2V2.41h8.464zm33.34 20.154h-3.626V1h3.627v21.564zM53.7 15.98c-1.814 0-2.855.672-2.855 1.982 0 1.142.705 2.116 2.754 2.116 2.519 0 4.199-1.478 4.199-3.46v-.637H53.7zM29.302 9.162c-2.452 0-3.897 1.31-4.233 4.131h8.095c-.135-2.72-1.343-4.13-3.862-4.13zm61.268 0c-2.451 0-3.895 1.31-4.231 4.131h8.094c-.135-2.72-1.344-4.13-3.863-4.13zm-84.74 2.62h4.298c2.62 0 3.997-1.008 3.997-3.158 0-2.049-1.041-2.99-3.93-2.99H5.83v6.147z"
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
export default Icon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import Avatar from './components/Avatar';
|
|
2
|
+
import Combine from './components/Combine';
|
|
3
|
+
import Mono from './components/Mono';
|
|
4
|
+
import Text from './components/Text';
|
|
5
|
+
export type CompoundedIcon = typeof Mono & {
|
|
6
|
+
Avatar: typeof Avatar;
|
|
7
|
+
Combine: typeof Combine;
|
|
8
|
+
Text: typeof Text;
|
|
9
|
+
colorPrimary: string;
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
declare const Icons: CompoundedIcon;
|
|
13
|
+
export default Icons;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import Avatar from "./components/Avatar";
|
|
2
|
+
import Combine from "./components/Combine";
|
|
3
|
+
import Mono from "./components/Mono";
|
|
4
|
+
import Text from "./components/Text";
|
|
5
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
6
|
+
var Icons = Mono;
|
|
7
|
+
Icons.Text = Text;
|
|
8
|
+
Icons.Combine = Combine;
|
|
9
|
+
Icons.Avatar = Avatar;
|
|
10
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
11
|
+
Icons.title = TITLE;
|
|
12
|
+
export default Icons;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const TITLE = "Relace";
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.8;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#000";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#000";
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.66;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TITLE = 'Relace';
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.8;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export var COLOR_PRIMARY = '#000';
|
|
5
|
+
|
|
6
|
+
// Avatar constants
|
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.66;
|
package/es/Replicate/index.d.ts
CHANGED
package/es/Replicate/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
33
33
|
children: [/*#__PURE__*/_jsx("title", {
|
|
34
34
|
children: TITLE
|
|
35
35
|
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
-
d: "
|
|
36
|
+
d: "M12.822 22.133H11.18V14.15h1.643v7.982zm-3.288-4.456A3.128 3.128 0 016.41 20.8H5.59v-1.645h.821c.816 0 1.48-.664 1.48-1.48v-4.41h1.644v4.41zm6.575 0c0 .815.664 1.48 1.48 1.48h.821V20.8h-.821a3.127 3.127 0 01-3.123-3.124v-4.411h1.643v4.41zM12 1c4.08 0 7.396 3.318 7.396 7.396v7.11a1.481 1.481 0 002.96 0V11.56H24v3.947c0 1.722-1.4 3.123-3.123 3.123a3.127 3.127 0 01-3.124-3.123v-7.11A5.76 5.76 0 0012 2.643a5.76 5.76 0 00-5.753 5.752v7.11a3.128 3.128 0 01-3.125 3.124A3.126 3.126 0 010 15.507V11.56h1.644v3.947c0 .815.663 1.48 1.478 1.48.817 0 1.48-.665 1.48-1.48v-7.11C4.603 4.317 7.922 1 12 1zm-1.174 10.56H8.941V8.566h1.885v2.995zm4.232-2.995v2.995h-1.883V8.566h1.883z"
|
|
37
37
|
})]
|
|
38
38
|
}));
|
|
39
39
|
});
|
|
@@ -26,13 +26,13 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
26
26
|
flex: 'none',
|
|
27
27
|
lineHeight: 1
|
|
28
28
|
}, style),
|
|
29
|
-
viewBox: "0 0
|
|
29
|
+
viewBox: "0 0 116 24",
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg"
|
|
31
31
|
}, rest), {}, {
|
|
32
32
|
children: [/*#__PURE__*/_jsx("title", {
|
|
33
33
|
children: TITLE
|
|
34
34
|
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
-
d: "
|
|
35
|
+
d: "M101.793 7.213c1.238 0 2.21.201 2.921.605.708.405 1.216 1.074 1.52 2.005.307.932.459 2.223.459 3.872 0 1.65-.158 2.948-.471 3.896-.314.948-.821 1.63-1.521 2.04-.701.412-1.67.619-2.908.619-1.285 0-2.275-.171-2.968-.518v4.269h-3.687V7.51h1.782l.741 1.136c.397-.51.925-.877 1.585-1.1.66-.223 1.508-.333 2.547-.333zM7.616 4.046c1.831 0 3.637.197 5.42.593l-.473 2.944a18.963 18.963 0 00-2.15-.334 23.845 23.845 0 00-2.13-.087c-.84 0-1.54.042-2.102.123v3.019l2.276.173c1.336.117 2.398.347 3.18.693.784.346 1.347.854 1.695 1.523.346.668.519 1.547.519 2.634 0 1.187-.207 2.14-.619 2.857-.413.717-1.064 1.242-1.954 1.572-.892.33-2.08.495-3.562.495-2.096 0-4.001-.247-5.716-.742l.519-3.043c1.568.462 3.218.692 4.949.692.84 0 1.64-.049 2.4-.148v-2.993l-2.277-.199c-1.401-.116-2.485-.33-3.254-.643-.765-.314-1.315-.78-1.645-1.398-.33-.62-.494-1.474-.494-2.561 0-1.287.177-2.3.532-3.044.354-.741.918-1.281 1.694-1.62.776-.337 1.84-.506 3.192-.506zm14.251 3.167c1.42 0 2.51.115 3.277.346.77.23 1.313.627 1.634 1.187.321.56.482 1.362.482 2.4 0 1.106-.202 1.938-.606 2.498-.404.563-1.265 1.508-3.135 1.508h-3.582v2.08c.51.133 1.245.198 2.202.198 1.254 0 2.697-.205 4.33-.619l.47 2.575c-1.5.527-3.258.79-5.27.79-1.403 0-2.51-.207-3.328-.618-.816-.412-1.41-1.088-1.78-2.029-.372-.94-.558-2.219-.558-3.834 0-1.584.193-2.846.581-3.787.388-.939 1.006-1.624 1.856-2.052.849-.43 1.993-.643 3.427-.643zm14.004 0c1.815 0 3.116.3 3.908.902.792.602 1.188 1.596 1.188 2.983v8.783h-1.78l-.966-1.238c-1.22 1.022-2.656 1.533-4.304 1.533-1.436 0-2.471-.308-3.106-.926-.634-.62-.953-1.621-.953-3.008 0-1.104.19-1.938.569-2.498.379-.56 1.048-.954 2.006-1.175.955-.223 2.39-.335 4.302-.335h.546v-2.078c-.413-.132-1.039-.197-1.882-.197-1.417 0-2.927.207-4.526.618l-.472-2.572a13.994 13.994 0 012.587-.595 20.83 20.83 0 012.883-.197zm22.094 0c.709 0 1.46.045 2.252.136.79.09 1.408.2 1.854.333l-.37 2.624c-1.008-.232-1.833-.347-2.788-.347-.708 0-1.533.14-2.086.476v6.797c.444.133 1.08.198 1.905.198 1.055 0 2.143-.205 3.265-.619l.322 2.573c-1.254.53-2.706.792-4.354.792-1.27 0-2.27-.207-2.994-.618-.725-.412-1.25-1.084-1.573-2.016-.32-.932-.482-2.215-.482-3.849 0-1.631.162-2.915.482-3.846.323-.932.848-1.604 1.573-2.016.725-.411 1.723-.618 2.994-.618zm55.507 12.668h-3.688V7.51h3.688v12.37zm-62.188-9.155c-.462.1-1 .275-1.608.53-.61.258-1.08.508-1.41.757v7.867H44.58V7.51h1.806l1.113 1.805c1.155-1.122 2.601-1.958 3.785-2.177v3.588zm17.27-2.573c1.754-.4 3.81-.941 4.879-.941 2.135 0 2.643 1.657 2.643 2.45V19.88H72.39v-9.65h-3.76v9.65H64.94V3.563h3.614v4.59zM92.913 19.88h-3.687l-.816-2.969h-5.222l-.815 2.969h-3.686l4.28-15.463h5.666l4.28 15.463zm-59.664-2.302h4.033v-3.263h-4.033v3.263zm65.577-.174h3.908v-7.347h-3.908v7.347zm-14.87-3.24h3.687l-1.73-6.26h-.225l-1.732 6.26zm-64.019-1.038h4.008V9.984h-4.008v3.142zm93.537-7.683h-3.685V2h3.685v3.443z"
|
|
36
36
|
})]
|
|
37
37
|
}));
|
|
38
38
|
});
|
package/es/SearchApi/style.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const TITLE = "SearchApi";
|
|
2
|
-
export declare const COMBINE_TEXT_MULTIPLE = 0.
|
|
3
|
-
export declare const COMBINE_SPACE_MULTIPLE = 0.
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.75;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
4
|
export declare const COLOR_PRIMARY = "#4f46e5";
|
|
5
5
|
export declare const AVATAR_BACKGROUND = "#4f46e5";
|
|
6
|
-
export declare const AVATAR_COLOR = "#
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
7
|
export declare const AVATAR_ICON_MULTIPLE = 0.75;
|
package/es/SearchApi/style.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export var TITLE = 'SearchApi';
|
|
2
|
-
export var COMBINE_TEXT_MULTIPLE = 0.
|
|
3
|
-
export var COMBINE_SPACE_MULTIPLE = 0.
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.75;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
4
|
export var COLOR_PRIMARY = '#4f46e5';
|
|
5
5
|
|
|
6
6
|
// Avatar constants
|
|
7
7
|
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
-
export var AVATAR_COLOR = '#
|
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
|
9
9
|
export var AVATAR_ICON_MULTIPLE = 0.75;
|