@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/esm/index.js
CHANGED
|
@@ -27100,6 +27100,7 @@ var RNModelProvider = /* @__PURE__ */ ((RNModelProvider2) => {
|
|
|
27100
27100
|
RNModelProvider2["Spark"] = "spark";
|
|
27101
27101
|
RNModelProvider2["Stability"] = "stability";
|
|
27102
27102
|
RNModelProvider2["StateCloud"] = "statecloud";
|
|
27103
|
+
RNModelProvider2["StepFunCodingPlan"] = "stepfuncodingplan";
|
|
27103
27104
|
RNModelProvider2["Stepfun"] = "stepfun";
|
|
27104
27105
|
RNModelProvider2["Straico"] = "straico";
|
|
27105
27106
|
RNModelProvider2["StreamLake"] = "streamlake";
|
|
@@ -27287,7 +27288,11 @@ var rnProviderMappings = [
|
|
|
27287
27288
|
combineMultiple: 1.1,
|
|
27288
27289
|
keywords: ["qwen" /* Qwen */]
|
|
27289
27290
|
},
|
|
27290
|
-
{
|
|
27291
|
+
{
|
|
27292
|
+
Icon: Stepfun_default,
|
|
27293
|
+
combineMultiple: 0.83,
|
|
27294
|
+
keywords: ["stepfun" /* Stepfun */, "stepfuncodingplan" /* StepFunCodingPlan */]
|
|
27295
|
+
},
|
|
27291
27296
|
{ Icon: Spark_default, combineMultiple: 0.92, keywords: ["spark" /* Spark */] },
|
|
27292
27297
|
{ Icon: Fireworks_default, combineMultiple: 1.14, keywords: ["fireworksai" /* FireworksAI */] },
|
|
27293
27298
|
{ Icon: Baichuan_default, combineMultiple: 0.83, keywords: ["baichuan" /* Baichuan */] },
|