@lobehub/icons 1.6.0 → 1.8.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/es/Anthropic/index.d.ts +0 -1
- package/es/Automatic/index.d.ts +0 -1
- package/es/Aws/index.d.ts +0 -1
- package/es/Azure/components/Avatar.d.ts +5 -0
- package/es/Azure/components/Avatar.js +20 -0
- package/es/Azure/components/Color.d.ts +3 -0
- package/es/Azure/components/Color.js +40 -0
- package/es/Azure/components/Combine.d.ts +7 -0
- package/es/Azure/components/Combine.js +25 -0
- package/es/Azure/components/Mono.d.ts +3 -0
- package/es/Azure/components/Mono.js +38 -0
- package/es/Azure/components/Text.d.ts +3 -0
- package/es/Azure/components/Text.js +31 -0
- package/es/Azure/index.d.ts +14 -0
- package/es/Azure/index.js +13 -0
- package/es/Azure/style.d.ts +3 -0
- package/es/Azure/style.js +3 -0
- package/es/Baichuan/index.d.ts +0 -1
- package/es/Bedrock/index.d.ts +0 -1
- package/es/ChatGLM/index.d.ts +0 -1
- package/es/Cloudflare/components/Avatar.d.ts +5 -0
- package/es/Cloudflare/components/Avatar.js +19 -0
- package/es/Cloudflare/components/Color.d.ts +3 -0
- package/es/Cloudflare/components/Color.js +38 -0
- package/es/Cloudflare/components/Combine.d.ts +7 -0
- package/es/Cloudflare/components/Combine.js +25 -0
- package/es/Cloudflare/components/Mono.d.ts +3 -0
- package/es/Cloudflare/components/Mono.js +36 -0
- package/es/Cloudflare/components/Text.d.ts +3 -0
- package/es/Cloudflare/components/Text.js +31 -0
- package/es/Cloudflare/index.d.ts +14 -0
- package/es/Cloudflare/index.js +13 -0
- package/es/Cloudflare/style.d.ts +3 -0
- package/es/Cloudflare/style.js +3 -0
- package/es/Cohere/index.d.ts +0 -1
- package/es/Dalle/components/Avatar.d.ts +5 -0
- package/es/Dalle/components/Avatar.js +19 -0
- package/es/Dalle/components/Color.d.ts +3 -0
- package/es/Dalle/components/Color.js +47 -0
- package/es/Dalle/components/Combine.js +1 -1
- package/es/Dalle/components/Mono.js +18 -2
- package/es/Dalle/index.d.ts +4 -0
- package/es/Dalle/index.js +4 -0
- package/es/Fireworks/components/Avatar.d.ts +5 -0
- package/es/Fireworks/components/Avatar.js +20 -0
- package/es/Fireworks/components/Combine.d.ts +5 -0
- package/es/Fireworks/components/Combine.js +20 -0
- package/es/Fireworks/components/Mono.d.ts +3 -0
- package/es/Fireworks/components/Mono.js +31 -0
- package/es/Fireworks/components/Text.d.ts +3 -0
- package/es/Fireworks/components/Text.js +31 -0
- package/es/Fireworks/index.d.ts +13 -0
- package/es/Fireworks/index.js +12 -0
- package/es/Fireworks/style.d.ts +4 -0
- package/es/Fireworks/style.js +4 -0
- package/es/Gemini/index.d.ts +0 -1
- package/es/HuggingFace/components/Avatar.d.ts +5 -0
- package/es/HuggingFace/components/Avatar.js +20 -0
- package/es/HuggingFace/components/Color.d.ts +3 -0
- package/es/HuggingFace/components/Color.js +50 -0
- package/es/HuggingFace/components/Combine.d.ts +7 -0
- package/es/HuggingFace/components/Combine.js +25 -0
- package/es/HuggingFace/components/Mono.d.ts +3 -0
- package/es/HuggingFace/components/Mono.js +31 -0
- package/es/HuggingFace/components/Text.d.ts +3 -0
- package/es/HuggingFace/components/Text.js +31 -0
- package/es/HuggingFace/index.d.ts +14 -0
- package/es/HuggingFace/index.js +13 -0
- package/es/HuggingFace/style.d.ts +3 -0
- package/es/HuggingFace/style.js +3 -0
- package/es/Hunyuan/components/Avatar.d.ts +5 -0
- package/es/Hunyuan/components/Avatar.js +19 -0
- package/es/Hunyuan/components/Color.d.ts +3 -0
- package/es/Hunyuan/components/Color.js +49 -0
- package/es/Hunyuan/components/Combine.d.ts +7 -0
- package/es/Hunyuan/components/Combine.js +25 -0
- package/es/Hunyuan/components/Mono.d.ts +3 -0
- package/es/Hunyuan/components/Mono.js +31 -0
- package/es/Hunyuan/components/Text.d.ts +3 -0
- package/es/Hunyuan/components/Text.js +31 -0
- package/es/Hunyuan/index.d.ts +14 -0
- package/es/Hunyuan/index.js +13 -0
- package/es/Hunyuan/style.d.ts +3 -0
- package/es/Hunyuan/style.js +3 -0
- package/es/Meta/components/Avatar.d.ts +5 -0
- package/es/Meta/components/Avatar.js +19 -0
- package/es/Meta/components/BrandColor.d.ts +3 -0
- package/es/Meta/components/BrandColor.js +283 -0
- package/es/Meta/components/BrandMono.d.ts +3 -0
- package/es/Meta/components/BrandMono.js +31 -0
- package/es/Meta/components/Color.d.ts +3 -0
- package/es/Meta/components/Color.js +268 -0
- package/es/Meta/components/Combine.d.ts +7 -0
- package/es/Meta/components/Combine.js +25 -0
- package/es/Meta/components/Mono.d.ts +3 -0
- package/es/Meta/components/Mono.js +31 -0
- package/es/Meta/components/Text.d.ts +3 -0
- package/es/Meta/components/Text.js +31 -0
- package/es/Meta/index.d.ts +19 -0
- package/es/Meta/index.js +18 -0
- package/es/Meta/style.d.ts +4 -0
- package/es/Meta/style.js +4 -0
- package/es/Midjourney/index.d.ts +0 -1
- package/es/Minimax/index.d.ts +0 -1
- package/es/Mistral/index.d.ts +0 -1
- package/es/Ollama/index.d.ts +0 -1
- package/es/OpenAI/index.d.ts +0 -1
- package/es/Perplexity/components/Avatar.d.ts +5 -0
- package/es/Perplexity/components/Avatar.js +20 -0
- package/es/Perplexity/components/Color.d.ts +3 -0
- package/es/Perplexity/components/Color.js +31 -0
- package/es/Perplexity/components/Combine.d.ts +7 -0
- package/es/Perplexity/components/Combine.js +25 -0
- package/es/Perplexity/components/Mono.d.ts +3 -0
- package/es/Perplexity/components/Mono.js +31 -0
- package/es/Perplexity/components/Text.d.ts +3 -0
- package/es/Perplexity/components/Text.js +31 -0
- package/es/Perplexity/index.d.ts +14 -0
- package/es/Perplexity/index.js +13 -0
- package/es/Perplexity/style.d.ts +3 -0
- package/es/Perplexity/style.js +3 -0
- package/es/Qingyan/index.d.ts +0 -1
- package/es/Replicate/components/Avatar.d.ts +5 -0
- package/es/Replicate/components/Avatar.js +20 -0
- package/es/Replicate/components/BrandMono.d.ts +3 -0
- package/es/Replicate/components/BrandMono.js +31 -0
- package/es/Replicate/components/Mono.d.ts +3 -0
- package/es/Replicate/components/Mono.js +31 -0
- package/es/Replicate/index.d.ts +10 -0
- package/es/Replicate/index.js +9 -0
- package/es/Replicate/style.d.ts +3 -0
- package/es/Replicate/style.js +3 -0
- package/es/Spark/index.d.ts +0 -1
- package/es/Stability/index.d.ts +0 -1
- package/es/Tongyi/index.d.ts +0 -1
- package/es/Wenxin/index.d.ts +0 -1
- package/es/WorkersAI/components/Avatar.d.ts +5 -0
- package/es/WorkersAI/components/Avatar.js +19 -0
- package/es/WorkersAI/components/Color.d.ts +3 -0
- package/es/WorkersAI/components/Color.js +31 -0
- package/es/WorkersAI/components/Combine.d.ts +7 -0
- package/es/WorkersAI/components/Combine.js +25 -0
- package/es/WorkersAI/components/Mono.d.ts +3 -0
- package/es/WorkersAI/components/Mono.js +31 -0
- package/es/WorkersAI/components/Text.d.ts +3 -0
- package/es/WorkersAI/components/Text.js +31 -0
- package/es/WorkersAI/index.d.ts +14 -0
- package/es/WorkersAI/index.js +13 -0
- package/es/WorkersAI/style.d.ts +3 -0
- package/es/WorkersAI/style.js +3 -0
- package/es/Zhipu/index.d.ts +0 -1
- package/es/Zhipu/style.d.ts +1 -1
- package/es/Zhipu/style.js +1 -1
- package/es/hooks/useFillId.d.ts +4 -0
- package/es/hooks/useFillId.js +12 -0
- package/es/index.d.ts +9 -0
- package/es/index.js +9 -0
- package/package.json +1 -1
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
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
|
+
import { forwardRef } from 'react';
|
|
8
|
+
import { useFillIds } from "../../hooks/useFillId";
|
|
9
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
12
|
+
var _ref$size = _ref.size,
|
|
13
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
14
|
+
style = _ref.style,
|
|
15
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
+
var _useFillIds = useFillIds('meta', 13),
|
|
17
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 13),
|
|
18
|
+
a = _useFillIds2[0],
|
|
19
|
+
b = _useFillIds2[1],
|
|
20
|
+
c = _useFillIds2[2],
|
|
21
|
+
d = _useFillIds2[3],
|
|
22
|
+
e = _useFillIds2[4],
|
|
23
|
+
f = _useFillIds2[5],
|
|
24
|
+
g = _useFillIds2[6],
|
|
25
|
+
h = _useFillIds2[7],
|
|
26
|
+
i = _useFillIds2[8],
|
|
27
|
+
j = _useFillIds2[9],
|
|
28
|
+
k = _useFillIds2[10],
|
|
29
|
+
l = _useFillIds2[11],
|
|
30
|
+
m = _useFillIds2[12];
|
|
31
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
32
|
+
height: size,
|
|
33
|
+
ref: ref,
|
|
34
|
+
style: _objectSpread({
|
|
35
|
+
flex: 'none',
|
|
36
|
+
lineHeight: 1
|
|
37
|
+
}, style),
|
|
38
|
+
viewBox: "0 0 24 24",
|
|
39
|
+
width: size,
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
41
|
+
}, rest), {}, {
|
|
42
|
+
children: [/*#__PURE__*/_jsxs("defs", {
|
|
43
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
|
44
|
+
id: a.id,
|
|
45
|
+
x1: "75.897%",
|
|
46
|
+
x2: "26.312%",
|
|
47
|
+
y1: "89.199%",
|
|
48
|
+
y2: "12.194%",
|
|
49
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
50
|
+
offset: ".06%",
|
|
51
|
+
stopColor: "#0867DF"
|
|
52
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
53
|
+
offset: "45.39%",
|
|
54
|
+
stopColor: "#0668E1"
|
|
55
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
56
|
+
offset: "85.91%",
|
|
57
|
+
stopColor: "#0064E0"
|
|
58
|
+
})]
|
|
59
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
60
|
+
id: b.id,
|
|
61
|
+
x1: "21.67%",
|
|
62
|
+
x2: "97.068%",
|
|
63
|
+
y1: "75.874%",
|
|
64
|
+
y2: "23.985%",
|
|
65
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
66
|
+
offset: "13.23%",
|
|
67
|
+
stopColor: "#0064DF"
|
|
68
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
69
|
+
offset: "99.88%",
|
|
70
|
+
stopColor: "#0064E0"
|
|
71
|
+
})]
|
|
72
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
73
|
+
id: c.id,
|
|
74
|
+
x1: "38.263%",
|
|
75
|
+
x2: "60.895%",
|
|
76
|
+
y1: "89.127%",
|
|
77
|
+
y2: "16.131%",
|
|
78
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
79
|
+
offset: "1.47%",
|
|
80
|
+
stopColor: "#0072EC"
|
|
81
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
82
|
+
offset: "68.81%",
|
|
83
|
+
stopColor: "#0064DF"
|
|
84
|
+
})]
|
|
85
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
86
|
+
id: d.id,
|
|
87
|
+
x1: "47.032%",
|
|
88
|
+
x2: "52.15%",
|
|
89
|
+
y1: "90.19%",
|
|
90
|
+
y2: "15.745%",
|
|
91
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
92
|
+
offset: "7.31%",
|
|
93
|
+
stopColor: "#007CF6"
|
|
94
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
95
|
+
offset: "99.43%",
|
|
96
|
+
stopColor: "#0072EC"
|
|
97
|
+
})]
|
|
98
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
99
|
+
id: e.id,
|
|
100
|
+
x1: "52.155%",
|
|
101
|
+
x2: "47.591%",
|
|
102
|
+
y1: "58.301%",
|
|
103
|
+
y2: "37.004%",
|
|
104
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
105
|
+
offset: "7.31%",
|
|
106
|
+
stopColor: "#007FF9"
|
|
107
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
108
|
+
offset: "100%",
|
|
109
|
+
stopColor: "#007CF6"
|
|
110
|
+
})]
|
|
111
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
112
|
+
id: f.id,
|
|
113
|
+
x1: "37.689%",
|
|
114
|
+
x2: "61.961%",
|
|
115
|
+
y1: "12.502%",
|
|
116
|
+
y2: "63.624%",
|
|
117
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
118
|
+
offset: "7.31%",
|
|
119
|
+
stopColor: "#007FF9"
|
|
120
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
121
|
+
offset: "100%",
|
|
122
|
+
stopColor: "#0082FB"
|
|
123
|
+
})]
|
|
124
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
125
|
+
id: g.id,
|
|
126
|
+
x1: "34.808%",
|
|
127
|
+
x2: "62.313%",
|
|
128
|
+
y1: "68.859%",
|
|
129
|
+
y2: "23.174%",
|
|
130
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
131
|
+
offset: "27.99%",
|
|
132
|
+
stopColor: "#007FF8"
|
|
133
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
134
|
+
offset: "91.41%",
|
|
135
|
+
stopColor: "#0082FB"
|
|
136
|
+
})]
|
|
137
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
138
|
+
id: h.id,
|
|
139
|
+
x1: "43.762%",
|
|
140
|
+
x2: "57.602%",
|
|
141
|
+
y1: "6.235%",
|
|
142
|
+
y2: "98.514%",
|
|
143
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
144
|
+
offset: "0%",
|
|
145
|
+
stopColor: "#0082FB"
|
|
146
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
147
|
+
offset: "99.95%",
|
|
148
|
+
stopColor: "#0081FA"
|
|
149
|
+
})]
|
|
150
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
151
|
+
id: i.id,
|
|
152
|
+
x1: "60.055%",
|
|
153
|
+
x2: "39.88%",
|
|
154
|
+
y1: "4.661%",
|
|
155
|
+
y2: "69.077%",
|
|
156
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
157
|
+
offset: "6.19%",
|
|
158
|
+
stopColor: "#0081FA"
|
|
159
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
160
|
+
offset: "100%",
|
|
161
|
+
stopColor: "#0080F9"
|
|
162
|
+
})]
|
|
163
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
164
|
+
id: j.id,
|
|
165
|
+
x1: "30.282%",
|
|
166
|
+
x2: "61.081%",
|
|
167
|
+
y1: "59.32%",
|
|
168
|
+
y2: "33.244%",
|
|
169
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
170
|
+
offset: "0%",
|
|
171
|
+
stopColor: "#027AF3"
|
|
172
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
173
|
+
offset: "100%",
|
|
174
|
+
stopColor: "#0080F9"
|
|
175
|
+
})]
|
|
176
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
177
|
+
id: k.id,
|
|
178
|
+
x1: "20.433%",
|
|
179
|
+
x2: "82.112%",
|
|
180
|
+
y1: "50.001%",
|
|
181
|
+
y2: "50.001%",
|
|
182
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
183
|
+
offset: "0%",
|
|
184
|
+
stopColor: "#0377EF"
|
|
185
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
186
|
+
offset: "99.94%",
|
|
187
|
+
stopColor: "#0279F1"
|
|
188
|
+
})]
|
|
189
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
190
|
+
id: l.id,
|
|
191
|
+
x1: "40.303%",
|
|
192
|
+
x2: "72.394%",
|
|
193
|
+
y1: "35.298%",
|
|
194
|
+
y2: "57.811%",
|
|
195
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
196
|
+
offset: ".19%",
|
|
197
|
+
stopColor: "#0471E9"
|
|
198
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
199
|
+
offset: "100%",
|
|
200
|
+
stopColor: "#0377EF"
|
|
201
|
+
})]
|
|
202
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
203
|
+
id: m.id,
|
|
204
|
+
x1: "32.254%",
|
|
205
|
+
x2: "68.003%",
|
|
206
|
+
y1: "19.719%",
|
|
207
|
+
y2: "84.908%",
|
|
208
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
209
|
+
offset: "27.65%",
|
|
210
|
+
stopColor: "#0867DF"
|
|
211
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
212
|
+
offset: "100%",
|
|
213
|
+
stopColor: "#0471E9"
|
|
214
|
+
})]
|
|
215
|
+
})]
|
|
216
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
217
|
+
fill: "none",
|
|
218
|
+
fillRule: "nonzero",
|
|
219
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
220
|
+
d: "M6.897 4h-.024l-.031 2.615h.022c1.715 0 3.046 1.357 5.94 6.246l.175.297.012.02 1.62-2.438-.012-.019a48.763 48.763 0 00-1.098-1.716 28.01 28.01 0 00-1.175-1.629C10.413 4.932 8.812 4 6.896 4z",
|
|
221
|
+
fill: a.fill
|
|
222
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
223
|
+
d: "M6.873 4C4.95 4.01 3.247 5.258 2.02 7.17a4.352 4.352 0 00-.01.017l2.254 1.231.011-.017c.718-1.083 1.61-1.774 2.568-1.785h.021L6.896 4h-.023z",
|
|
224
|
+
fill: b.fill
|
|
225
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
226
|
+
d: "M2.019 7.17l-.011.017C1.2 8.447.598 9.995.274 11.664l-.005.022 2.534.6.004-.022c.27-1.467.786-2.828 1.456-3.845l.011-.017L2.02 7.17z",
|
|
227
|
+
fill: c.fill
|
|
228
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
229
|
+
d: "M2.807 12.264l-2.533-.6-.005.022c-.177.918-.267 1.851-.269 2.786v.023l2.598.233v-.023a12.591 12.591 0 01.21-2.44z",
|
|
230
|
+
fill: d.fill
|
|
231
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
232
|
+
d: "M2.677 15.537a5.462 5.462 0 01-.079-.813v-.022L0 14.468v.024a8.89 8.89 0 00.146 1.652l2.535-.585a4.106 4.106 0 01-.004-.022z",
|
|
233
|
+
fill: e.fill
|
|
234
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
235
|
+
d: "M3.27 16.89c-.284-.31-.484-.756-.589-1.328l-.004-.021-2.535.585.004.021c.192 1.01.568 1.85 1.106 2.487l.014.017 2.018-1.745a2.106 2.106 0 01-.015-.016z",
|
|
236
|
+
fill: f.fill
|
|
237
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
238
|
+
d: "M10.78 9.654c-1.528 2.35-2.454 3.825-2.454 3.825-2.035 3.2-2.739 3.917-3.871 3.917a1.545 1.545 0 01-1.186-.508l-2.017 1.744.014.017C2.01 19.518 3.058 20 4.356 20c1.963 0 3.374-.928 5.884-5.33l1.766-3.13a41.283 41.283 0 00-1.227-1.886z",
|
|
239
|
+
fill: "#0082FB"
|
|
240
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
241
|
+
d: "M13.502 5.946l-.016.016c-.4.43-.786.908-1.16 1.416.378.483.768 1.024 1.175 1.63.48-.743.928-1.345 1.367-1.807l.016-.016-1.382-1.24z",
|
|
242
|
+
fill: g.fill
|
|
243
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
244
|
+
d: "M20.918 5.713C19.853 4.633 18.583 4 17.225 4c-1.432 0-2.637.787-3.723 1.944l-.016.016 1.382 1.24.016-.017c.715-.747 1.408-1.12 2.176-1.12.826 0 1.6.39 2.27 1.075l.015.016 1.589-1.425-.016-.016z",
|
|
245
|
+
fill: "#0082FB"
|
|
246
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
247
|
+
d: "M23.998 14.125c-.06-3.467-1.27-6.566-3.064-8.396l-.016-.016-1.588 1.424.015.016c1.35 1.392 2.277 3.98 2.361 6.971v.023h2.292v-.022z",
|
|
248
|
+
fill: h.fill
|
|
249
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
250
|
+
d: "M23.998 14.15v-.023h-2.292v.022c.004.14.006.282.006.424 0 .815-.121 1.474-.368 1.95l-.011.022 1.708 1.782.013-.02c.62-.96.946-2.293.946-3.91 0-.083 0-.165-.002-.247z",
|
|
251
|
+
fill: i.fill
|
|
252
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
253
|
+
d: "M21.344 16.52l-.011.02c-.214.402-.519.67-.917.787l.778 2.462a3.493 3.493 0 00.438-.182 3.558 3.558 0 001.366-1.218l.044-.065.012-.02-1.71-1.784z",
|
|
254
|
+
fill: j.fill
|
|
255
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
256
|
+
d: "M19.92 17.393c-.262 0-.492-.039-.718-.14l-.798 2.522c.449.153.927.222 1.46.222.492 0 .943-.073 1.352-.215l-.78-2.462c-.167.05-.341.075-.517.073z",
|
|
257
|
+
fill: k.fill
|
|
258
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
259
|
+
d: "M18.323 16.534l-.014-.017-1.836 1.914.016.017c.637.682 1.246 1.105 1.937 1.337l.797-2.52c-.291-.125-.573-.353-.9-.731z",
|
|
260
|
+
fill: l.fill
|
|
261
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
262
|
+
d: "M18.309 16.515c-.55-.642-1.232-1.712-2.303-3.44l-1.396-2.336-.011-.02-1.62 2.438.012.02.989 1.668c.959 1.61 1.74 2.774 2.493 3.585l.016.016 1.834-1.914a2.353 2.353 0 01-.014-.017z",
|
|
263
|
+
fill: m.fill
|
|
264
|
+
})]
|
|
265
|
+
})]
|
|
266
|
+
}));
|
|
267
|
+
});
|
|
268
|
+
export default Icon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type IconCombineProps } from "../../IconCombine";
|
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
|
4
|
+
type?: 'color' | 'mono';
|
|
5
|
+
}
|
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
|
7
|
+
export default Combine;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["type"];
|
|
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
|
+
import { memo } from 'react';
|
|
7
|
+
import IconCombine from "../../IconCombine";
|
|
8
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
|
|
9
|
+
import Color from "./Color";
|
|
10
|
+
import Mono from "./Mono";
|
|
11
|
+
import Text from "./Text";
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
14
|
+
var _ref$type = _ref.type,
|
|
15
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
|
16
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
17
|
+
var Icon = type === 'color' ? Color : Mono;
|
|
18
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
19
|
+
Icon: Icon,
|
|
20
|
+
Text: Text,
|
|
21
|
+
spaceMultiple: SPACE_MULTIPLE,
|
|
22
|
+
textMultiple: TEXT_MULTIPLE
|
|
23
|
+
}, rest));
|
|
24
|
+
});
|
|
25
|
+
export default Combine;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
9
|
+
var _ref$size = _ref.size,
|
|
10
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
11
|
+
style = _ref.style,
|
|
12
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
13
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
height: size,
|
|
17
|
+
ref: ref,
|
|
18
|
+
style: _objectSpread({
|
|
19
|
+
flex: 'none',
|
|
20
|
+
lineHeight: 1
|
|
21
|
+
}, style),
|
|
22
|
+
viewBox: "0 0 24 24",
|
|
23
|
+
width: size,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, rest), {}, {
|
|
26
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M6.897 4c1.915 0 3.516.932 5.43 3.376l.282-.373c.19-.246.383-.484.58-.71l.313-.35C14.588 4.788 15.792 4 17.225 4c1.273 0 2.469.557 3.491 1.516l.218.213c1.73 1.765 2.917 4.71 3.053 8.026l.011.392.002.25c0 1.501-.28 2.759-.818 3.7l-.14.23-.108.153c-.301.42-.664.758-1.086 1.009l-.265.142-.087.04a3.493 3.493 0 01-.302.118 4.117 4.117 0 01-1.33.208c-.524 0-.996-.067-1.438-.215-.614-.204-1.163-.56-1.726-1.116l-.227-.235c-.753-.812-1.534-1.976-2.493-3.586l-1.43-2.41-.544-.895-1.766 3.13-.343.592C7.597 19.156 6.227 20 4.356 20c-1.21 0-2.205-.42-2.936-1.182l-.168-.184c-.484-.573-.837-1.311-1.043-2.189l-.067-.32a8.69 8.69 0 01-.136-1.288L0 14.468c.002-.745.06-1.49.174-2.23l.1-.573c.298-1.53.828-2.958 1.536-4.157l.209-.34c1.177-1.83 2.789-3.053 4.615-3.16L6.897 4zm-.033 2.615l-.201.01c-.83.083-1.606.673-2.252 1.577l-.138.199-.01.018c-.67 1.017-1.185 2.378-1.456 3.845l-.004.022a12.591 12.591 0 00-.207 2.254l.002.188c.004.18.017.36.04.54l.043.291c.092.503.257.908.486 1.208l.117.137c.303.323.698.492 1.17.492 1.1 0 1.796-.676 3.696-3.641l2.175-3.4.454-.701-.139-.198C9.11 7.3 8.084 6.616 6.864 6.616zm10.196-.552l-.176.007c-.635.048-1.223.359-1.82.933l-.196.198c-.439.462-.887 1.064-1.367 1.807l.266.398c.18.274.362.56.55.858l.293.475 1.396 2.335.695 1.114c.583.926 1.03 1.6 1.408 2.082l.213.262c.282.326.529.54.777.673l.102.05c.227.1.457.138.718.138.176.002.35-.023.518-.073.338-.104.61-.32.813-.637l.095-.163.077-.162c.194-.459.29-1.06.29-1.785l-.006-.449c-.08-2.871-.938-5.372-2.2-6.798l-.176-.189c-.67-.683-1.444-1.074-2.27-1.074z"
|
|
28
|
+
})
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
export default Icon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
9
|
+
var _ref$size = _ref.size,
|
|
10
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
11
|
+
style = _ref.style,
|
|
12
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
13
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
height: size,
|
|
17
|
+
ref: ref,
|
|
18
|
+
style: _objectSpread({
|
|
19
|
+
flex: 'none',
|
|
20
|
+
lineHeight: 1,
|
|
21
|
+
width: 'fit-content'
|
|
22
|
+
}, style),
|
|
23
|
+
viewBox: "0 0 75 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, rest), {}, {
|
|
26
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M2 21.73V2.81h2.878V19h9.98v2.73zM17.722 21.73V2h2.69v19.73zM27.352 22c-1.416 0-2.517-.367-3.302-1.101-.784-.735-1.176-1.7-1.176-2.899 0-1.19.441-2.185 1.324-2.986.884-.802 2.294-1.203 4.23-1.203h3.659v-.04c0-2.271-1.04-3.406-3.12-3.406-.87 0-1.603.158-2.2.473a3.828 3.828 0 00-1.446 1.324l-1.842-1.5a5.763 5.763 0 012.266-2.054c.937-.477 2.002-.716 3.194-.716h.296c1.65 0 2.977.477 3.981 1.432 1.005.955 1.507 2.383 1.507 4.284v8.122H32.14v-2.203a5.325 5.325 0 01-2.004 1.831c-.816.428-1.744.642-2.784.642zm.592-2.405c1.04 0 1.905-.237 2.596-.71.69-.473 1.206-1.115 1.547-1.926v-1.027h-3.551c-1.058 0-1.814.17-2.266.507-.453.338-.68.795-.68 1.372 0 1.189.785 1.784 2.354 1.784zM37.776 21.73V8.216h2.69v2.216c.484-.792 1.085-1.414 1.802-1.864.717-.45 1.547-.676 2.488-.676h.296c1.04 0 1.914.257 2.623.77.708.514 1.232 1.252 1.573 2.216.52-.928 1.184-1.657 1.99-2.189.808-.531 1.722-.797 2.744-.797h.296c1.507 0 2.657.527 3.45 1.581.794 1.054 1.19 2.536 1.19 4.446v7.81h-2.69v-7.486c0-2.558-.878-3.838-2.636-3.838h-.269c-.887 0-1.638.282-2.252.845-.615.563-1.074 1.273-1.379 2.128v8.352h-2.69v-7.487c0-2.558-.879-3.838-2.636-3.838h-.269c-.888 0-1.639.282-2.253.845-.614.563-1.074 1.273-1.378 2.128v8.352h-2.69zM65.63 22c-1.417 0-2.518-.367-3.302-1.101-.785-.735-1.177-1.7-1.177-2.899 0-1.19.442-2.185 1.325-2.986.883-.802 2.293-1.203 4.23-1.203h3.658v-.04c0-2.271-1.04-3.406-3.12-3.406-.87 0-1.603.158-2.2.473a3.828 3.828 0 00-1.445 1.324l-1.843-1.5a5.763 5.763 0 012.266-2.054c.937-.477 2.002-.716 3.195-.716h.296c1.65 0 2.976.477 3.98 1.432C72.499 10.28 73 11.707 73 13.608v8.122h-2.582v-2.203a5.325 5.325 0 01-2.004 1.831c-.816.428-1.744.642-2.784.642zm.591-2.405c1.04 0 1.906-.237 2.596-.71.69-.473 1.206-1.115 1.547-1.926v-1.027h-3.55c-1.059 0-1.814.17-2.267.507-.453.338-.68.795-.68 1.372 0 1.189.785 1.784 2.354 1.784z"
|
|
28
|
+
})
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
export default Icon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import Avatar from './components/Avatar';
|
|
2
|
+
import BrandColor from './components/BrandColor';
|
|
3
|
+
import BrandMono from './components/BrandMono';
|
|
4
|
+
import Color from './components/Color';
|
|
5
|
+
import Combine from './components/Combine';
|
|
6
|
+
import Mono from './components/Mono';
|
|
7
|
+
import Text from './components/Text';
|
|
8
|
+
export type CompoundedIcon = typeof Mono & {
|
|
9
|
+
Avatar: typeof Avatar;
|
|
10
|
+
Brand: typeof BrandMono;
|
|
11
|
+
BrandColor: typeof BrandColor;
|
|
12
|
+
Color: typeof Color;
|
|
13
|
+
Combine: typeof Combine;
|
|
14
|
+
Text: typeof Text;
|
|
15
|
+
colorGradient: string;
|
|
16
|
+
colorPrimary: string;
|
|
17
|
+
};
|
|
18
|
+
declare const Icons: CompoundedIcon;
|
|
19
|
+
export default Icons;
|
package/es/Meta/index.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import Avatar from "./components/Avatar";
|
|
2
|
+
import BrandColor from "./components/BrandColor";
|
|
3
|
+
import BrandMono from "./components/BrandMono";
|
|
4
|
+
import Color from "./components/Color";
|
|
5
|
+
import Combine from "./components/Combine";
|
|
6
|
+
import Mono from "./components/Mono";
|
|
7
|
+
import Text from "./components/Text";
|
|
8
|
+
import { COLOR_GRADIENT, COLOR_PRIMARY } from "./style";
|
|
9
|
+
var Icons = Mono;
|
|
10
|
+
Icons.Color = Color;
|
|
11
|
+
Icons.Text = Text;
|
|
12
|
+
Icons.Combine = Combine;
|
|
13
|
+
Icons.Avatar = Avatar;
|
|
14
|
+
Icons.Brand = BrandMono;
|
|
15
|
+
Icons.BrandColor = BrandColor;
|
|
16
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
17
|
+
Icons.colorGradient = COLOR_GRADIENT;
|
|
18
|
+
export default Icons;
|
package/es/Meta/style.js
ADDED
package/es/Midjourney/index.d.ts
CHANGED
package/es/Minimax/index.d.ts
CHANGED
package/es/Mistral/index.d.ts
CHANGED
package/es/Ollama/index.d.ts
CHANGED
package/es/OpenAI/index.d.ts
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["background"];
|
|
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
|
+
import { memo } from 'react';
|
|
7
|
+
import IconAvatar from "../../IconAvatar";
|
|
8
|
+
import { COLOR_PRIMARY } from "../style";
|
|
9
|
+
import Mono from "./Mono";
|
|
10
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
12
|
+
var background = _ref.background,
|
|
13
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
14
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
15
|
+
Icon: Mono,
|
|
16
|
+
background: background || COLOR_PRIMARY,
|
|
17
|
+
color: '#000'
|
|
18
|
+
}, rest));
|
|
19
|
+
});
|
|
20
|
+
export default Avatar;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
9
|
+
var _ref$size = _ref.size,
|
|
10
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
11
|
+
style = _ref.style,
|
|
12
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
13
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
14
|
+
height: size,
|
|
15
|
+
ref: ref,
|
|
16
|
+
style: _objectSpread({
|
|
17
|
+
flex: 'none',
|
|
18
|
+
lineHeight: 1
|
|
19
|
+
}, style),
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
width: size,
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23
|
+
}, rest), {}, {
|
|
24
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
25
|
+
d: "M19.785 0v7.272H22.5V17.62h-2.935V24l-7.037-6.194v6.145h-1.091v-6.152L4.392 24v-6.465H1.5V7.188h2.884V0l7.053 6.494V.19h1.09v6.49L19.786 0zm-7.257 9.044v7.319l5.946 5.234V14.44l-5.946-5.397zm-1.099-.08l-5.946 5.398v7.235l5.946-5.234V8.965zm8.136 7.58h1.844V8.349H13.46l6.105 5.54v2.655zm-8.982-8.28H2.59v8.195h1.8v-2.576l6.192-5.62zM5.475 2.476v4.71h5.115l-5.115-4.71zm13.219 0l-5.115 4.71h5.115v-4.71z",
|
|
26
|
+
fill: "#22B8CD",
|
|
27
|
+
fillRule: "nonzero"
|
|
28
|
+
})
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
export default Icon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type IconCombineProps } from "../../IconCombine";
|
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
|
4
|
+
type?: 'color' | 'mono';
|
|
5
|
+
}
|
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
|
7
|
+
export default Combine;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["type"];
|
|
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
|
+
import { memo } from 'react';
|
|
7
|
+
import IconCombine from "../../IconCombine";
|
|
8
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
|
|
9
|
+
import Color from "./Color";
|
|
10
|
+
import Mono from "./Mono";
|
|
11
|
+
import Text from "./Text";
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
14
|
+
var _ref$type = _ref.type,
|
|
15
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
|
16
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
17
|
+
var Icon = type === 'color' ? Color : Mono;
|
|
18
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
19
|
+
Icon: Icon,
|
|
20
|
+
Text: Text,
|
|
21
|
+
spaceMultiple: SPACE_MULTIPLE,
|
|
22
|
+
textMultiple: TEXT_MULTIPLE
|
|
23
|
+
}, rest));
|
|
24
|
+
});
|
|
25
|
+
export default Combine;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
9
|
+
var _ref$size = _ref.size,
|
|
10
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
11
|
+
style = _ref.style,
|
|
12
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
13
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
height: size,
|
|
17
|
+
ref: ref,
|
|
18
|
+
style: _objectSpread({
|
|
19
|
+
flex: 'none',
|
|
20
|
+
lineHeight: 1
|
|
21
|
+
}, style),
|
|
22
|
+
viewBox: "0 0 24 24",
|
|
23
|
+
width: size,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, rest), {}, {
|
|
26
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M19.785 0v7.272H22.5V17.62h-2.935V24l-7.037-6.194v6.145h-1.091v-6.152L4.392 24v-6.465H1.5V7.188h2.884V0l7.053 6.494V.19h1.09v6.49L19.786 0zm-7.257 9.044v7.319l5.946 5.234V14.44l-5.946-5.397zm-1.099-.08l-5.946 5.398v7.235l5.946-5.234V8.965zm8.136 7.58h1.844V8.349H13.46l6.105 5.54v2.655zm-8.982-8.28H2.59v8.195h1.8v-2.576l6.192-5.62zM5.475 2.476v4.71h5.115l-5.115-4.71zm13.219 0l-5.115 4.71h5.115v-4.71z"
|
|
28
|
+
})
|
|
29
|
+
}));
|
|
30
|
+
});
|
|
31
|
+
export default Icon;
|