qt-ui-kit 1.0.29 → 1.0.30
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/index.js +40 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16306,22 +16306,58 @@ function Search({
|
|
|
16306
16306
|
case 16:
|
|
16307
16307
|
return {
|
|
16308
16308
|
viewBox: "0 0 16 16",
|
|
16309
|
-
path: /* @__PURE__ */ jsx37(
|
|
16309
|
+
path: /* @__PURE__ */ jsx37(
|
|
16310
|
+
"path",
|
|
16311
|
+
{
|
|
16312
|
+
d: "M14 14L10 10M11.3333 6.66667C11.3333 9.244 9.244 11.3333 6.66667 11.3333C4.08934 11.3333 2 9.244 2 6.66667C2 4.08934 4.08934 2 6.66667 2C9.244 2 11.3333 4.08934 11.3333 6.66667Z",
|
|
16313
|
+
stroke: color,
|
|
16314
|
+
strokeWidth: "1.25",
|
|
16315
|
+
strokeLinecap: "round",
|
|
16316
|
+
strokeLinejoin: "round"
|
|
16317
|
+
}
|
|
16318
|
+
)
|
|
16310
16319
|
};
|
|
16311
16320
|
case 20:
|
|
16312
16321
|
return {
|
|
16313
16322
|
viewBox: "0 0 20 20",
|
|
16314
|
-
path: /* @__PURE__ */ jsx37(
|
|
16323
|
+
path: /* @__PURE__ */ jsx37(
|
|
16324
|
+
"path",
|
|
16325
|
+
{
|
|
16326
|
+
d: "M17.5 17.5L12.5 12.5M14.1667 8.33333C14.1667 11.555 11.555 14.1667 8.33333 14.1667C5.11167 14.1667 2.5 11.555 2.5 8.33333C2.5 5.11167 5.11167 2.5 8.33333 2.5C11.555 2.5 14.1667 5.11167 14.1667 8.33333Z",
|
|
16327
|
+
stroke: color,
|
|
16328
|
+
strokeWidth: "1.5",
|
|
16329
|
+
strokeLinecap: "round",
|
|
16330
|
+
strokeLinejoin: "round"
|
|
16331
|
+
}
|
|
16332
|
+
)
|
|
16315
16333
|
};
|
|
16316
16334
|
case 24:
|
|
16317
16335
|
return {
|
|
16318
16336
|
viewBox: "0 0 24 24",
|
|
16319
|
-
path: /* @__PURE__ */ jsx37(
|
|
16337
|
+
path: /* @__PURE__ */ jsx37(
|
|
16338
|
+
"path",
|
|
16339
|
+
{
|
|
16340
|
+
d: "M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z",
|
|
16341
|
+
stroke: color,
|
|
16342
|
+
strokeWidth: "2",
|
|
16343
|
+
strokeLinecap: "round",
|
|
16344
|
+
strokeLinejoin: "round"
|
|
16345
|
+
}
|
|
16346
|
+
)
|
|
16320
16347
|
};
|
|
16321
16348
|
case 36:
|
|
16322
16349
|
return {
|
|
16323
16350
|
viewBox: "0 0 36 36",
|
|
16324
|
-
path: /* @__PURE__ */ jsx37(
|
|
16351
|
+
path: /* @__PURE__ */ jsx37(
|
|
16352
|
+
"path",
|
|
16353
|
+
{
|
|
16354
|
+
d: "M31.5 31.5L22.5 22.5M25.5 15C25.5 20.799 20.799 25.5 15 25.5C9.20101 25.5 4.5 20.799 4.5 15C4.5 9.20101 9.20101 4.5 15 4.5C20.799 4.5 25.5 9.20101 25.5 15Z",
|
|
16355
|
+
stroke: color,
|
|
16356
|
+
strokeWidth: "2.25",
|
|
16357
|
+
strokeLinecap: "round",
|
|
16358
|
+
strokeLinejoin: "round"
|
|
16359
|
+
}
|
|
16360
|
+
)
|
|
16325
16361
|
};
|
|
16326
16362
|
}
|
|
16327
16363
|
};
|