@lobehub/icons 1.6.0 → 1.7.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.
Files changed (144) hide show
  1. package/es/Anthropic/index.d.ts +0 -1
  2. package/es/Automatic/index.d.ts +0 -1
  3. package/es/Aws/index.d.ts +0 -1
  4. package/es/Azure/components/Avatar.d.ts +5 -0
  5. package/es/Azure/components/Avatar.js +20 -0
  6. package/es/Azure/components/Color.d.ts +3 -0
  7. package/es/Azure/components/Color.js +40 -0
  8. package/es/Azure/components/Combine.d.ts +7 -0
  9. package/es/Azure/components/Combine.js +25 -0
  10. package/es/Azure/components/Mono.d.ts +3 -0
  11. package/es/Azure/components/Mono.js +38 -0
  12. package/es/Azure/components/Text.d.ts +3 -0
  13. package/es/Azure/components/Text.js +31 -0
  14. package/es/Azure/index.d.ts +14 -0
  15. package/es/Azure/index.js +13 -0
  16. package/es/Azure/style.d.ts +3 -0
  17. package/es/Azure/style.js +3 -0
  18. package/es/Baichuan/index.d.ts +0 -1
  19. package/es/Bedrock/index.d.ts +0 -1
  20. package/es/ChatGLM/index.d.ts +0 -1
  21. package/es/Cloudflare/components/Avatar.d.ts +5 -0
  22. package/es/Cloudflare/components/Avatar.js +19 -0
  23. package/es/Cloudflare/components/Color.d.ts +3 -0
  24. package/es/Cloudflare/components/Color.js +38 -0
  25. package/es/Cloudflare/components/Combine.d.ts +7 -0
  26. package/es/Cloudflare/components/Combine.js +25 -0
  27. package/es/Cloudflare/components/Mono.d.ts +3 -0
  28. package/es/Cloudflare/components/Mono.js +36 -0
  29. package/es/Cloudflare/components/Text.d.ts +3 -0
  30. package/es/Cloudflare/components/Text.js +31 -0
  31. package/es/Cloudflare/index.d.ts +14 -0
  32. package/es/Cloudflare/index.js +13 -0
  33. package/es/Cloudflare/style.d.ts +3 -0
  34. package/es/Cloudflare/style.js +3 -0
  35. package/es/Cohere/index.d.ts +0 -1
  36. package/es/Dalle/components/Avatar.d.ts +5 -0
  37. package/es/Dalle/components/Avatar.js +19 -0
  38. package/es/Dalle/components/Color.d.ts +3 -0
  39. package/es/Dalle/components/Color.js +47 -0
  40. package/es/Dalle/components/Combine.js +1 -1
  41. package/es/Dalle/components/Mono.js +18 -2
  42. package/es/Dalle/index.d.ts +4 -0
  43. package/es/Dalle/index.js +4 -0
  44. package/es/Fireworks/components/Avatar.d.ts +5 -0
  45. package/es/Fireworks/components/Avatar.js +20 -0
  46. package/es/Fireworks/components/Combine.d.ts +5 -0
  47. package/es/Fireworks/components/Combine.js +20 -0
  48. package/es/Fireworks/components/Mono.d.ts +3 -0
  49. package/es/Fireworks/components/Mono.js +31 -0
  50. package/es/Fireworks/components/Text.d.ts +3 -0
  51. package/es/Fireworks/components/Text.js +31 -0
  52. package/es/Fireworks/index.d.ts +13 -0
  53. package/es/Fireworks/index.js +12 -0
  54. package/es/Fireworks/style.d.ts +4 -0
  55. package/es/Fireworks/style.js +4 -0
  56. package/es/Gemini/index.d.ts +0 -1
  57. package/es/HuggingFace/components/Avatar.d.ts +5 -0
  58. package/es/HuggingFace/components/Avatar.js +20 -0
  59. package/es/HuggingFace/components/Color.d.ts +3 -0
  60. package/es/HuggingFace/components/Color.js +50 -0
  61. package/es/HuggingFace/components/Combine.d.ts +7 -0
  62. package/es/HuggingFace/components/Combine.js +25 -0
  63. package/es/HuggingFace/components/Mono.d.ts +3 -0
  64. package/es/HuggingFace/components/Mono.js +31 -0
  65. package/es/HuggingFace/components/Text.d.ts +3 -0
  66. package/es/HuggingFace/components/Text.js +31 -0
  67. package/es/HuggingFace/index.d.ts +14 -0
  68. package/es/HuggingFace/index.js +13 -0
  69. package/es/HuggingFace/style.d.ts +3 -0
  70. package/es/HuggingFace/style.js +3 -0
  71. package/es/Meta/components/Avatar.d.ts +5 -0
  72. package/es/Meta/components/Avatar.js +19 -0
  73. package/es/Meta/components/BrandColor.d.ts +3 -0
  74. package/es/Meta/components/BrandColor.js +283 -0
  75. package/es/Meta/components/BrandMono.d.ts +3 -0
  76. package/es/Meta/components/BrandMono.js +31 -0
  77. package/es/Meta/components/Color.d.ts +3 -0
  78. package/es/Meta/components/Color.js +268 -0
  79. package/es/Meta/components/Combine.d.ts +7 -0
  80. package/es/Meta/components/Combine.js +25 -0
  81. package/es/Meta/components/Mono.d.ts +3 -0
  82. package/es/Meta/components/Mono.js +31 -0
  83. package/es/Meta/components/Text.d.ts +3 -0
  84. package/es/Meta/components/Text.js +31 -0
  85. package/es/Meta/index.d.ts +19 -0
  86. package/es/Meta/index.js +18 -0
  87. package/es/Meta/style.d.ts +4 -0
  88. package/es/Meta/style.js +4 -0
  89. package/es/Midjourney/index.d.ts +0 -1
  90. package/es/Minimax/index.d.ts +0 -1
  91. package/es/Mistral/index.d.ts +0 -1
  92. package/es/Ollama/index.d.ts +0 -1
  93. package/es/OpenAI/index.d.ts +0 -1
  94. package/es/Perplexity/components/Avatar.d.ts +5 -0
  95. package/es/Perplexity/components/Avatar.js +20 -0
  96. package/es/Perplexity/components/Color.d.ts +3 -0
  97. package/es/Perplexity/components/Color.js +31 -0
  98. package/es/Perplexity/components/Combine.d.ts +7 -0
  99. package/es/Perplexity/components/Combine.js +25 -0
  100. package/es/Perplexity/components/Mono.d.ts +3 -0
  101. package/es/Perplexity/components/Mono.js +31 -0
  102. package/es/Perplexity/components/Text.d.ts +3 -0
  103. package/es/Perplexity/components/Text.js +31 -0
  104. package/es/Perplexity/index.d.ts +14 -0
  105. package/es/Perplexity/index.js +13 -0
  106. package/es/Perplexity/style.d.ts +3 -0
  107. package/es/Perplexity/style.js +3 -0
  108. package/es/Qingyan/index.d.ts +0 -1
  109. package/es/Replicate/components/Avatar.d.ts +5 -0
  110. package/es/Replicate/components/Avatar.js +20 -0
  111. package/es/Replicate/components/BrandMono.d.ts +3 -0
  112. package/es/Replicate/components/BrandMono.js +31 -0
  113. package/es/Replicate/components/Mono.d.ts +3 -0
  114. package/es/Replicate/components/Mono.js +31 -0
  115. package/es/Replicate/index.d.ts +10 -0
  116. package/es/Replicate/index.js +9 -0
  117. package/es/Replicate/style.d.ts +3 -0
  118. package/es/Replicate/style.js +3 -0
  119. package/es/Spark/index.d.ts +0 -1
  120. package/es/Stability/index.d.ts +0 -1
  121. package/es/Tongyi/index.d.ts +0 -1
  122. package/es/Wenxin/index.d.ts +0 -1
  123. package/es/WorkersAI/components/Avatar.d.ts +5 -0
  124. package/es/WorkersAI/components/Avatar.js +19 -0
  125. package/es/WorkersAI/components/Color.d.ts +3 -0
  126. package/es/WorkersAI/components/Color.js +31 -0
  127. package/es/WorkersAI/components/Combine.d.ts +7 -0
  128. package/es/WorkersAI/components/Combine.js +25 -0
  129. package/es/WorkersAI/components/Mono.d.ts +3 -0
  130. package/es/WorkersAI/components/Mono.js +31 -0
  131. package/es/WorkersAI/components/Text.d.ts +3 -0
  132. package/es/WorkersAI/components/Text.js +31 -0
  133. package/es/WorkersAI/index.d.ts +14 -0
  134. package/es/WorkersAI/index.js +13 -0
  135. package/es/WorkersAI/style.d.ts +3 -0
  136. package/es/WorkersAI/style.js +3 -0
  137. package/es/Zhipu/index.d.ts +0 -1
  138. package/es/Zhipu/style.d.ts +1 -1
  139. package/es/Zhipu/style.js +1 -1
  140. package/es/hooks/useFillId.d.ts +4 -0
  141. package/es/hooks/useFillId.js +12 -0
  142. package/es/index.d.ts +8 -0
  143. package/es/index.js +8 -0
  144. package/package.json +1 -1
@@ -0,0 +1,283 @@
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-brand', 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
+ fill: "currentColor",
33
+ fillRule: "evenodd",
34
+ height: size,
35
+ ref: ref,
36
+ style: _objectSpread({
37
+ flex: 'none',
38
+ lineHeight: 1,
39
+ width: 'fit-content'
40
+ }, style),
41
+ viewBox: "0 0 103 24",
42
+ xmlns: "http://www.w3.org/2000/svg"
43
+ }, rest), {}, {
44
+ children: [/*#__PURE__*/_jsxs("defs", {
45
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
46
+ id: a.id,
47
+ x1: "75.904%",
48
+ x2: "33.275%",
49
+ y1: "89.153%",
50
+ y2: "23.044%",
51
+ children: [/*#__PURE__*/_jsx("stop", {
52
+ offset: ".06%",
53
+ stopColor: "#0867DF"
54
+ }), /*#__PURE__*/_jsx("stop", {
55
+ offset: "45.39%",
56
+ stopColor: "#0668E1"
57
+ }), /*#__PURE__*/_jsx("stop", {
58
+ offset: "100%",
59
+ stopColor: "#0064E0"
60
+ })]
61
+ }), /*#__PURE__*/_jsxs("linearGradient", {
62
+ id: b.id,
63
+ x1: "21.67%",
64
+ x2: "97.068%",
65
+ y1: "75.837%",
66
+ y2: "24.022%",
67
+ children: [/*#__PURE__*/_jsx("stop", {
68
+ offset: "13.23%",
69
+ stopColor: "#0064DF"
70
+ }), /*#__PURE__*/_jsx("stop", {
71
+ offset: "99.88%",
72
+ stopColor: "#0064E0"
73
+ })]
74
+ }), /*#__PURE__*/_jsxs("linearGradient", {
75
+ id: c.id,
76
+ x1: "38.247%",
77
+ x2: "60.91%",
78
+ y1: "89.127%",
79
+ y2: "16.131%",
80
+ children: [/*#__PURE__*/_jsx("stop", {
81
+ offset: "1.47%",
82
+ stopColor: "#0072EC"
83
+ }), /*#__PURE__*/_jsx("stop", {
84
+ offset: "68.81%",
85
+ stopColor: "#0064DF"
86
+ })]
87
+ }), /*#__PURE__*/_jsxs("linearGradient", {
88
+ id: d.id,
89
+ x1: "47.027%",
90
+ x2: "52.153%",
91
+ y1: "90.19%",
92
+ y2: "15.745%",
93
+ children: [/*#__PURE__*/_jsx("stop", {
94
+ offset: "7.31%",
95
+ stopColor: "#007CF6"
96
+ }), /*#__PURE__*/_jsx("stop", {
97
+ offset: "99.43%",
98
+ stopColor: "#0072EC"
99
+ })]
100
+ }), /*#__PURE__*/_jsxs("linearGradient", {
101
+ id: e.id,
102
+ x1: "52.155%",
103
+ x2: "47.591%",
104
+ y1: "58.289%",
105
+ y2: "37.023%",
106
+ children: [/*#__PURE__*/_jsx("stop", {
107
+ offset: "7.31%",
108
+ stopColor: "#007FF9"
109
+ }), /*#__PURE__*/_jsx("stop", {
110
+ offset: "100%",
111
+ stopColor: "#007CF6"
112
+ })]
113
+ }), /*#__PURE__*/_jsxs("linearGradient", {
114
+ id: f.id,
115
+ x1: "37.689%",
116
+ x2: "61.961%",
117
+ y1: "12.556%",
118
+ y2: "63.605%",
119
+ children: [/*#__PURE__*/_jsx("stop", {
120
+ offset: "7.31%",
121
+ stopColor: "#007FF9"
122
+ }), /*#__PURE__*/_jsx("stop", {
123
+ offset: "100%",
124
+ stopColor: "#0082FB"
125
+ })]
126
+ }), /*#__PURE__*/_jsxs("linearGradient", {
127
+ id: g.id,
128
+ x1: "42.496%",
129
+ x2: "59.964%",
130
+ y1: "56.072%",
131
+ y2: "27.099%",
132
+ children: [/*#__PURE__*/_jsx("stop", {
133
+ offset: "0%",
134
+ stopColor: "#007FF8"
135
+ }), /*#__PURE__*/_jsx("stop", {
136
+ offset: "100%",
137
+ stopColor: "#0082FB"
138
+ })]
139
+ }), /*#__PURE__*/_jsxs("linearGradient", {
140
+ id: h.id,
141
+ x1: "43.753%",
142
+ x2: "57.613%",
143
+ y1: "6.235%",
144
+ y2: "98.514%",
145
+ children: [/*#__PURE__*/_jsx("stop", {
146
+ offset: "0%",
147
+ stopColor: "#0082FB"
148
+ }), /*#__PURE__*/_jsx("stop", {
149
+ offset: "99.95%",
150
+ stopColor: "#0081FA"
151
+ })]
152
+ }), /*#__PURE__*/_jsxs("linearGradient", {
153
+ id: i.id,
154
+ x1: "60.07%",
155
+ x2: "39.865%",
156
+ y1: "4.661%",
157
+ y2: "69.077%",
158
+ children: [/*#__PURE__*/_jsx("stop", {
159
+ offset: "6.19%",
160
+ stopColor: "#0081FA"
161
+ }), /*#__PURE__*/_jsx("stop", {
162
+ offset: "100%",
163
+ stopColor: "#0080F9"
164
+ })]
165
+ }), /*#__PURE__*/_jsxs("linearGradient", {
166
+ id: j.id,
167
+ x1: "30.254%",
168
+ x2: "61.097%",
169
+ y1: "59.32%",
170
+ y2: "33.244%",
171
+ children: [/*#__PURE__*/_jsx("stop", {
172
+ offset: "0%",
173
+ stopColor: "#027AF3"
174
+ }), /*#__PURE__*/_jsx("stop", {
175
+ offset: "100%",
176
+ stopColor: "#0080F9"
177
+ })]
178
+ }), /*#__PURE__*/_jsxs("linearGradient", {
179
+ id: k.id,
180
+ x1: "20.433%",
181
+ x2: "82.112%",
182
+ y1: "50.001%",
183
+ y2: "50.001%",
184
+ children: [/*#__PURE__*/_jsx("stop", {
185
+ offset: "0%",
186
+ stopColor: "#0377EF"
187
+ }), /*#__PURE__*/_jsx("stop", {
188
+ offset: "99.94%",
189
+ stopColor: "#0279F1"
190
+ })]
191
+ }), /*#__PURE__*/_jsxs("linearGradient", {
192
+ id: l.id,
193
+ x1: "40.289%",
194
+ x2: "72.427%",
195
+ y1: "35.298%",
196
+ y2: "57.811%",
197
+ children: [/*#__PURE__*/_jsx("stop", {
198
+ offset: ".19%",
199
+ stopColor: "#0471E9"
200
+ }), /*#__PURE__*/_jsx("stop", {
201
+ offset: "100%",
202
+ stopColor: "#0377EF"
203
+ })]
204
+ }), /*#__PURE__*/_jsxs("linearGradient", {
205
+ id: m.id,
206
+ x1: "32.228%",
207
+ x2: "68.028%",
208
+ y1: "19.719%",
209
+ y2: "84.908%",
210
+ children: [/*#__PURE__*/_jsx("stop", {
211
+ offset: "27.65%",
212
+ stopColor: "#0867DF"
213
+ }), /*#__PURE__*/_jsx("stop", {
214
+ offset: "100%",
215
+ stopColor: "#0471E9"
216
+ })]
217
+ })]
218
+ }), /*#__PURE__*/_jsxs("g", {
219
+ children: [/*#__PURE__*/_jsx("path", {
220
+ d: "M38.337 2.641h3.752l6.38 11.57 6.38-11.57h3.671v19.011H55.46V7.082l-5.594 10.09h-2.872l-5.595-10.09v14.57h-3.06V2.642zm30.058 19.353c-1.418 0-2.664-.314-3.739-.944a6.594 6.594 0 01-2.513-2.614c-.6-1.113-.9-2.39-.9-3.829 0-1.457.293-2.748.88-3.87.587-1.123 1.402-2 2.445-2.635 1.043-.633 2.242-.95 3.596-.95 1.346 0 2.504.319 3.475.957.97.638 1.718 1.532 2.242 2.682.523 1.15.785 2.499.785 4.047v.842h-10.39c.19 1.159.658 2.07 1.403 2.736.745.665 1.686.998 2.824.998.912 0 1.698-.136 2.357-.407a5.997 5.997 0 001.856-1.236l1.625 1.996c-1.616 1.485-3.599 2.227-5.946 2.227zm2.235-11.278c-.642-.656-1.481-.984-2.52-.984-1.011 0-1.858.335-2.54 1.005-.681.67-1.113 1.57-1.293 2.702h7.45c-.09-1.159-.456-2.066-1.097-2.723zm7.748-.712h-2.817V7.492h2.817V3.337h2.953v4.155h4.28v2.512h-4.28v6.369c0 1.059.18 1.815.542 2.267.36.453.98.68 1.855.68.389 0 .718-.016.99-.048l.426-.056c.15-.022.305-.046.467-.073v2.485a8.876 8.876 0 01-2.452.34c-3.187 0-4.781-1.748-4.781-5.242v-6.722zM101 21.654h-2.899v-1.982a5.24 5.24 0 01-1.964 1.718c-.795.403-1.698.604-2.71.604-1.245 0-2.35-.319-3.311-.957-.962-.638-1.718-1.517-2.269-2.635-.55-1.118-.826-2.396-.826-3.836 0-1.448.28-2.73.84-3.843.56-1.113 1.334-1.987 2.323-2.62.989-.634 2.124-.951 3.406-.951.967 0 1.834.188 2.601.563a5.145 5.145 0 011.91 1.596V7.49H101v14.164zm-2.953-9.206c-.316-.806-.815-1.442-1.497-1.908-.682-.466-1.47-.7-2.363-.7-1.265 0-2.272.426-3.021 1.277-.75.851-1.125 2-1.124 3.45 0 1.457.36 2.611 1.083 3.462.722.851 1.702 1.276 2.94 1.276.911 0 1.724-.235 2.438-.706a3.987 3.987 0 001.544-1.9v-4.251z"
221
+ }), /*#__PURE__*/_jsx("path", {
222
+ d: "M8.627 0h-.029l-.04 3.27.028-.001c2.146 0 3.81 1.696 7.43 7.807l.22.372.014.024 2.026-3.047-.014-.023a60.949 60.949 0 00-1.374-2.146 35.014 35.014 0 00-1.47-2.036C13.026 1.165 11.024 0 8.628 0z",
223
+ fill: a.fill,
224
+ transform: "translate(2 2)"
225
+ }), /*#__PURE__*/_jsx("path", {
226
+ d: "M8.598 0C6.19.013 4.062 1.573 2.525 3.961a5.44 5.44 0 00-.013.021l2.82 1.54.015-.022c.897-1.354 2.014-2.218 3.211-2.23l.027-.001L8.627 0h-.03z",
227
+ fill: b.fill,
228
+ transform: "translate(2 2)"
229
+ }), /*#__PURE__*/_jsx("path", {
230
+ d: "M2.525 3.963l-.013.02C1.502 5.56.749 7.494.342 9.58l-.005.027 3.17.75c0-.01.002-.018.004-.028.339-1.833.984-3.533 1.822-4.806l.013-.02-2.82-1.54z",
231
+ fill: c.fill,
232
+ transform: "translate(2 2)"
233
+ }), /*#__PURE__*/_jsx("path", {
234
+ d: "M3.511 10.33L.342 9.582l-.005.027A18.541 18.541 0 000 13.09v.028l3.25.292v-.029a15.728 15.728 0 01.262-3.05z",
235
+ fill: d.fill,
236
+ transform: "translate(2 2)"
237
+ }), /*#__PURE__*/_jsx("path", {
238
+ d: "M3.349 14.422a6.822 6.822 0 01-.099-1.017v-.028L0 13.085v.031a11.105 11.105 0 00.183 2.064l3.17-.731a5.131 5.131 0 01-.004-.027z",
239
+ fill: e.fill,
240
+ transform: "translate(2 2)"
241
+ }), /*#__PURE__*/_jsx("path", {
242
+ d: "M4.09 16.112c-.354-.387-.605-.945-.736-1.659l-.005-.027-3.171.731.005.027c.24 1.262.71 2.313 1.383 3.108l.018.022 2.524-2.181a2.635 2.635 0 01-.019-.02z",
243
+ fill: f.fill,
244
+ transform: "translate(2 2)"
245
+ }), /*#__PURE__*/_jsx("path", {
246
+ d: "M15.484 9.067a399.491 399.491 0 00-3.069 4.781c-2.545 4-3.426 4.897-4.843 4.897-.591 0-1.085-.211-1.464-.615a2.313 2.313 0 01-.019-.02l-2.523 2.18.018.021C4.514 21.397 5.825 22 7.448 22c2.456 0 4.222-1.16 7.361-6.662l2.21-3.913a51.6 51.6 0 00-1.535-2.358z",
247
+ fill: "#0082FB"
248
+ }), /*#__PURE__*/_jsx("path", {
249
+ d: "M16.89 2.432a19.722 19.722 0 00-1.471 1.79c.472.604.96 1.281 1.47 2.038.6-.93 1.16-1.682 1.71-2.258l.019-.02-1.728-1.55z",
250
+ fill: g.fill,
251
+ transform: "translate(2 2)"
252
+ }), /*#__PURE__*/_jsx("path", {
253
+ d: "M28.166 4.142C26.834 2.792 25.245 2 23.546 2c-1.79 0-3.297.984-4.656 2.43a6.451 6.451 0 00-.02.02L20.6 6l.019-.021c.895-.934 1.762-1.4 2.722-1.4 1.034 0 2.001.488 2.84 1.343l.019.02 1.987-1.78-.02-.02z",
254
+ fill: "#0082FB"
255
+ }), /*#__PURE__*/_jsx("path", {
256
+ d: "M30.019 12.656c-.075-4.333-1.588-8.207-3.833-10.495l-.02-.02-1.987 1.78.02.02c1.689 1.74 2.848 4.975 2.953 8.714v.028l2.867.001v-.028z",
257
+ fill: h.fill,
258
+ transform: "translate(2 2)"
259
+ }), /*#__PURE__*/_jsx("path", {
260
+ d: "M30.02 12.687l-.001-.028h-2.867v.027c.005.176.008.352.008.53 0 1.02-.152 1.843-.461 2.438l-.014.027 2.137 2.228.016-.024c.776-1.2 1.183-2.868 1.183-4.89 0-.103 0-.205-.002-.308z",
261
+ fill: i.fill,
262
+ transform: "translate(2 2)"
263
+ }), /*#__PURE__*/_jsx("path", {
264
+ d: "M26.7 15.65l-.015.026c-.267.502-.649.836-1.147.982l.974 3.079a4.372 4.372 0 00.547-.229 4.45 4.45 0 001.709-1.522 4.18 4.18 0 00.055-.081l.015-.025-2.139-2.23z",
265
+ fill: j.fill,
266
+ transform: "translate(2 2)"
267
+ }), /*#__PURE__*/_jsx("path", {
268
+ d: "M24.917 16.742c-.327 0-.615-.049-.897-.175l-.998 3.151c.56.192 1.16.279 1.826.279.615 0 1.179-.092 1.69-.27l-.974-3.077c-.21.063-.428.094-.647.092z",
269
+ fill: k.fill,
270
+ transform: "translate(2 2)"
271
+ }), /*#__PURE__*/_jsx("path", {
272
+ d: "M22.92 15.667l-.018-.021-2.296 2.393.02.02c.797.853 1.56 1.382 2.423 1.672l.997-3.15c-.364-.156-.716-.44-1.125-.914z",
273
+ fill: l.fill,
274
+ transform: "translate(2 2)"
275
+ }), /*#__PURE__*/_jsx("path", {
276
+ d: "M22.902 15.643c-.688-.802-1.54-2.139-2.88-4.3l-1.746-2.92-.014-.023-2.026 3.046.014.024 1.237 2.087c1.2 2.012 2.177 3.467 3.12 4.48l.019.02 2.295-2.392a2.945 2.945 0 01-.019-.022z",
277
+ fill: m.fill,
278
+ transform: "translate(2 2)"
279
+ })]
280
+ })]
281
+ }));
282
+ });
283
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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 103 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, rest), {}, {
26
+ children: /*#__PURE__*/_jsx("path", {
27
+ d: "M38.337 2.641h3.752l6.38 11.57 6.38-11.57h3.671v19.011H55.46V7.082l-5.594 10.09h-2.872l-5.595-10.09v14.57h-3.06V2.642zm30.058 19.353c-1.418 0-2.664-.314-3.739-.944a6.594 6.594 0 01-2.513-2.614c-.6-1.113-.9-2.39-.9-3.829 0-1.457.293-2.748.88-3.87.587-1.123 1.402-2 2.445-2.635 1.043-.633 2.242-.95 3.596-.95 1.346 0 2.504.319 3.475.957.97.638 1.718 1.532 2.242 2.682.523 1.15.785 2.499.785 4.047v.842h-10.39c.19 1.159.658 2.07 1.403 2.736.745.665 1.686.998 2.824.998.912 0 1.698-.136 2.357-.407a5.997 5.997 0 001.856-1.236l1.625 1.996c-1.616 1.485-3.599 2.227-5.946 2.227zm2.235-11.278c-.642-.656-1.481-.984-2.52-.984-1.011 0-1.858.335-2.54 1.005-.681.67-1.113 1.57-1.293 2.702h7.45c-.09-1.159-.456-2.066-1.097-2.723zm7.748-.712h-2.817V7.492h2.817V3.337h2.953v4.155h4.28v2.512h-4.28v6.369c0 1.059.18 1.815.542 2.267.36.453.98.68 1.855.68.389 0 .718-.016.99-.048l.426-.056c.15-.022.305-.046.467-.073v2.485a8.88 8.88 0 01-2.452.34c-3.187 0-4.781-1.748-4.781-5.242v-6.722zM101 21.654h-2.899v-1.982a5.24 5.24 0 01-1.964 1.718c-.795.403-1.698.604-2.71.604-1.245 0-2.35-.319-3.311-.957-.962-.638-1.718-1.517-2.269-2.635-.55-1.118-.826-2.396-.826-3.836 0-1.448.28-2.73.84-3.843.56-1.113 1.334-1.987 2.323-2.62.989-.634 2.124-.951 3.406-.951.967 0 1.834.188 2.601.563a5.145 5.145 0 011.91 1.596V7.49H101v14.164zm-2.953-9.206c-.316-.806-.815-1.442-1.497-1.908-.682-.466-1.47-.7-2.363-.7-1.265 0-2.272.426-3.021 1.277-.75.851-1.125 2-1.124 3.45 0 1.457.36 2.611 1.083 3.462.722.851 1.702 1.276 2.94 1.276.911 0 1.724-.235 2.438-.706a3.987 3.987 0 001.544-1.9v-4.251zM10.627 2c2.396 0 4.398 1.165 6.792 4.22.375-.507.758-.99 1.153-1.438l.318-.352C20.249 2.984 21.755 2 23.546 2c1.604 0 3.11.706 4.395 1.92l.245.24c2.173 2.215 3.66 5.914 3.821 10.078l.012.446.002.311c0 1.896-.358 3.48-1.042 4.66l-.157.254-.134.19a4.45 4.45 0 01-1.629 1.41l-.17.08a4.372 4.372 0 01-.377.148c-.505.17-1.06.26-1.664.26-.656 0-1.246-.084-1.8-.27-.784-.26-1.485-.72-2.206-1.443l-.236-.245c-.942-1.015-1.92-2.47-3.119-4.482l-1.472-2.481c-.171-.29-.338-.57-.5-.839l-.497-.812-2.209 3.913-.377.652-.373.623C11.374 21.023 9.701 22 7.449 22c-1.528 0-2.78-.534-3.696-1.501l-.187-.207c-.617-.729-1.063-1.673-1.318-2.797l-.07-.338a10.856 10.856 0 01-.17-1.61L2 15.084c.002-.97.08-1.941.235-2.902l.107-.603C2.72 9.643 3.396 7.837 4.3 6.327l.226-.366c1.482-2.303 3.514-3.836 5.816-3.954L10.627 2zm.114 3.272l-.183-.003c-1.13.012-2.19.784-3.06 2.01l-.153.222-.012.022c-.774 1.175-1.383 2.714-1.738 4.386l-.089.448c-.17.93-.257 1.873-.259 2.818l.003.235c.005.224.022.45.05.675l.054.364c.117.639.328 1.15.621 1.528l.113.133.02.02c.379.404.873.615 1.464.615 1.348 0 2.21-.811 4.482-4.333l2.286-3.578 1.144-1.767-.25-.354c-1.744-2.429-2.965-3.32-4.34-3.432l-.153-.009zm12.599-.693l-.204.007c-.88.062-1.687.526-2.518 1.393l-.02.023c-.549.576-1.11 1.329-1.71 2.258.352.52.715 1.082 1.09 1.683l.298.48 1.746 2.92.748 1.2.527.83c.607.946 1.085 1.641 1.5 2.146l.124.146c.358.416.672.686.989.852l.108.051c.284.125.572.174.899.174.22.002.437-.03.647-.092.43-.132.774-.409 1.03-.815l.106-.185.087-.181c.25-.576.373-1.336.373-2.253l-.002-.266-.006-.292c-.102-3.612-1.185-6.752-2.78-8.53l-.193-.206c-.838-.855-1.805-1.343-2.84-1.343z"
28
+ })
29
+ }));
30
+ });
31
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -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,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;