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.js
CHANGED
|
@@ -16333,22 +16333,58 @@ function Search({
|
|
|
16333
16333
|
case 16:
|
|
16334
16334
|
return {
|
|
16335
16335
|
viewBox: "0 0 16 16",
|
|
16336
|
-
path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
16336
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
16337
|
+
"path",
|
|
16338
|
+
{
|
|
16339
|
+
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",
|
|
16340
|
+
stroke: color,
|
|
16341
|
+
strokeWidth: "1.25",
|
|
16342
|
+
strokeLinecap: "round",
|
|
16343
|
+
strokeLinejoin: "round"
|
|
16344
|
+
}
|
|
16345
|
+
)
|
|
16337
16346
|
};
|
|
16338
16347
|
case 20:
|
|
16339
16348
|
return {
|
|
16340
16349
|
viewBox: "0 0 20 20",
|
|
16341
|
-
path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
16350
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
16351
|
+
"path",
|
|
16352
|
+
{
|
|
16353
|
+
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",
|
|
16354
|
+
stroke: color,
|
|
16355
|
+
strokeWidth: "1.5",
|
|
16356
|
+
strokeLinecap: "round",
|
|
16357
|
+
strokeLinejoin: "round"
|
|
16358
|
+
}
|
|
16359
|
+
)
|
|
16342
16360
|
};
|
|
16343
16361
|
case 24:
|
|
16344
16362
|
return {
|
|
16345
16363
|
viewBox: "0 0 24 24",
|
|
16346
|
-
path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
16364
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
16365
|
+
"path",
|
|
16366
|
+
{
|
|
16367
|
+
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",
|
|
16368
|
+
stroke: color,
|
|
16369
|
+
strokeWidth: "2",
|
|
16370
|
+
strokeLinecap: "round",
|
|
16371
|
+
strokeLinejoin: "round"
|
|
16372
|
+
}
|
|
16373
|
+
)
|
|
16347
16374
|
};
|
|
16348
16375
|
case 36:
|
|
16349
16376
|
return {
|
|
16350
16377
|
viewBox: "0 0 36 36",
|
|
16351
|
-
path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
16378
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
16379
|
+
"path",
|
|
16380
|
+
{
|
|
16381
|
+
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",
|
|
16382
|
+
stroke: color,
|
|
16383
|
+
strokeWidth: "2.25",
|
|
16384
|
+
strokeLinecap: "round",
|
|
16385
|
+
strokeLinejoin: "round"
|
|
16386
|
+
}
|
|
16387
|
+
)
|
|
16352
16388
|
};
|
|
16353
16389
|
}
|
|
16354
16390
|
};
|