@lobehub/icons-rn 2.5.0 → 2.6.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/dist/esm/index.js +6 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -27102,6 +27102,7 @@ var RNModelProvider = /* @__PURE__ */ ((RNModelProvider2) => {
|
|
|
27102
27102
|
RNModelProvider2["Spark"] = "spark";
|
|
27103
27103
|
RNModelProvider2["Stability"] = "stability";
|
|
27104
27104
|
RNModelProvider2["StateCloud"] = "statecloud";
|
|
27105
|
+
RNModelProvider2["StepFunCodingPlan"] = "stepfuncodingplan";
|
|
27105
27106
|
RNModelProvider2["Stepfun"] = "stepfun";
|
|
27106
27107
|
RNModelProvider2["Straico"] = "straico";
|
|
27107
27108
|
RNModelProvider2["StreamLake"] = "streamlake";
|
|
@@ -27289,7 +27290,11 @@ var rnProviderMappings = [
|
|
|
27289
27290
|
combineMultiple: 1.1,
|
|
27290
27291
|
keywords: ["qwen" /* Qwen */]
|
|
27291
27292
|
},
|
|
27292
|
-
{
|
|
27293
|
+
{
|
|
27294
|
+
Icon: Stepfun_default,
|
|
27295
|
+
combineMultiple: 0.83,
|
|
27296
|
+
keywords: ["stepfun" /* Stepfun */, "stepfuncodingplan" /* StepFunCodingPlan */]
|
|
27297
|
+
},
|
|
27293
27298
|
{ Icon: Spark_default, combineMultiple: 0.92, keywords: ["spark" /* Spark */] },
|
|
27294
27299
|
{ Icon: Fireworks_default, combineMultiple: 1.14, keywords: ["fireworksai" /* FireworksAI */] },
|
|
27295
27300
|
{ Icon: Baichuan_default, combineMultiple: 0.83, keywords: ["baichuan" /* Baichuan */] },
|