@bitrise/bitkit-v2 0.3.243 → 0.3.245

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 (57) hide show
  1. package/README.md +8 -10
  2. package/dist/icons/IconDragHandle.js +7 -73
  3. package/dist/icons/IconDragHandle.js.map +1 -1
  4. package/dist/icons/IconSkip.js.map +1 -1
  5. package/dist/icons/IconSpinnerOnDisabled.js +5 -3
  6. package/dist/icons/IconSpinnerOnDisabled.js.map +1 -1
  7. package/dist/icons/IconSpinnerPurple.js +5 -3
  8. package/dist/icons/IconSpinnerPurple.js.map +1 -1
  9. package/dist/icons/IconSpinnerPurpleDouble.js +5 -3
  10. package/dist/icons/IconSpinnerPurpleDouble.js.map +1 -1
  11. package/dist/icons/IconSpinnerWhite.js +5 -3
  12. package/dist/icons/IconSpinnerWhite.js.map +1 -1
  13. package/dist/svgs/16x16/icon-drag-handle-16.manual.js +49 -0
  14. package/dist/svgs/16x16/icon-drag-handle-16.manual.js.map +1 -0
  15. package/dist/svgs/16x16/icon-spinner-on-disabled-16.manual.js +40 -0
  16. package/dist/svgs/16x16/icon-spinner-on-disabled-16.manual.js.map +1 -0
  17. package/dist/svgs/16x16/icon-spinner-purple-16.manual.js +40 -0
  18. package/dist/svgs/16x16/icon-spinner-purple-16.manual.js.map +1 -0
  19. package/dist/svgs/16x16/icon-spinner-purple-double-16.manual.js +62 -0
  20. package/dist/svgs/16x16/icon-spinner-purple-double-16.manual.js.map +1 -0
  21. package/dist/svgs/16x16/icon-spinner-white-16.manual.js +40 -0
  22. package/dist/svgs/16x16/icon-spinner-white-16.manual.js.map +1 -0
  23. package/dist/svgs/24x24/icon-drag-handle-24.manual.js +49 -0
  24. package/dist/svgs/24x24/icon-drag-handle-24.manual.js.map +1 -0
  25. package/dist/svgs/24x24/icon-spinner-on-disabled-24.manual.js +40 -0
  26. package/dist/svgs/24x24/icon-spinner-on-disabled-24.manual.js.map +1 -0
  27. package/dist/svgs/24x24/icon-spinner-purple-24.manual.js +40 -0
  28. package/dist/svgs/24x24/icon-spinner-purple-24.manual.js.map +1 -0
  29. package/dist/svgs/24x24/icon-spinner-purple-double-24.manual.js +62 -0
  30. package/dist/svgs/24x24/icon-spinner-purple-double-24.manual.js.map +1 -0
  31. package/dist/svgs/24x24/icon-spinner-white-24.manual.js +40 -0
  32. package/dist/svgs/24x24/icon-spinner-white-24.manual.js.map +1 -0
  33. package/dist/theme/recipes/Icon.recipe.d.ts +2 -0
  34. package/dist/theme/recipes/Icon.recipe.js +16 -0
  35. package/dist/theme/recipes/Icon.recipe.js.map +1 -0
  36. package/dist/theme/recipes/index.d.ts +1 -0
  37. package/dist/theme/recipes/index.js +2 -0
  38. package/dist/theme/recipes/index.js.map +1 -1
  39. package/dist/theme/slot-recipes/GroupHeading.recipe.d.ts +1 -1
  40. package/dist/theme/slot-recipes/index.d.ts +1 -1
  41. package/package.json +1 -1
  42. package/dist/svgs/16x16/icon-spinner-on-disabled-16.js +0 -52
  43. package/dist/svgs/16x16/icon-spinner-on-disabled-16.js.map +0 -1
  44. package/dist/svgs/16x16/icon-spinner-purple-16.js +0 -52
  45. package/dist/svgs/16x16/icon-spinner-purple-16.js.map +0 -1
  46. package/dist/svgs/16x16/icon-spinner-purple-double-16.js +0 -58
  47. package/dist/svgs/16x16/icon-spinner-purple-double-16.js.map +0 -1
  48. package/dist/svgs/16x16/icon-spinner-white-16.js +0 -52
  49. package/dist/svgs/16x16/icon-spinner-white-16.js.map +0 -1
  50. package/dist/svgs/24x24/icon-spinner-on-disabled-24.js +0 -52
  51. package/dist/svgs/24x24/icon-spinner-on-disabled-24.js.map +0 -1
  52. package/dist/svgs/24x24/icon-spinner-purple-24.js +0 -52
  53. package/dist/svgs/24x24/icon-spinner-purple-24.js.map +0 -1
  54. package/dist/svgs/24x24/icon-spinner-purple-double-24.js +0 -58
  55. package/dist/svgs/24x24/icon-spinner-purple-double-24.js.map +0 -1
  56. package/dist/svgs/24x24/icon-spinner-white-24.js +0 -52
  57. package/dist/svgs/24x24/icon-spinner-white-24.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-drag-handle-24.manual.js","names":[],"sources":["../../../lib/svgs/24x24/icon-drag-handle-24.manual.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconDragHandle24Manual = (props, ref) => /* @__PURE__ */ _jsxs(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 24,\n\theight: 24,\n\tviewBox: \"0 0 24 24\",\n\tfill: \"currentColor\",\n\tref,\n\t...props,\n\tchildren: [\n\t\t/* @__PURE__ */ _jsx(\"circle\", {\n\t\t\tcx: 9,\n\t\t\tcy: 6,\n\t\t\tr: 1.5\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"circle\", {\n\t\t\tcx: 15,\n\t\t\tcy: 6,\n\t\t\tr: 1.5\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"circle\", {\n\t\t\tcx: 9,\n\t\t\tcy: 12,\n\t\t\tr: 1.5\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"circle\", {\n\t\t\tcx: 15,\n\t\t\tcy: 12,\n\t\t\tr: 1.5\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"circle\", {\n\t\t\tcx: 9,\n\t\t\tcy: 18,\n\t\t\tr: 1.5\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"circle\", {\n\t\t\tcx: 15,\n\t\t\tcy: 18,\n\t\t\tr: 1.5\n\t\t})\n\t]\n});\nconst ForwardRef = forwardRef(SvgIconDragHandle24Manual);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,6BAA6B,OAAO,QAAwB,qBAAM,OAAO;CAC9E,OAAO;CACP,OAAO;CACP,QAAQ;CACR,SAAS;CACT,MAAM;CACN;CACA,GAAG;CACH,UAAU;EACO,oBAAK,UAAU;GAC9B,IAAI;GACJ,IAAI;GACJ,GAAG;EACJ,CAAC;EACe,oBAAK,UAAU;GAC9B,IAAI;GACJ,IAAI;GACJ,GAAG;EACJ,CAAC;EACe,oBAAK,UAAU;GAC9B,IAAI;GACJ,IAAI;GACJ,GAAG;EACJ,CAAC;EACe,oBAAK,UAAU;GAC9B,IAAI;GACJ,IAAI;GACJ,GAAG;EACJ,CAAC;EACe,oBAAK,UAAU;GAC9B,IAAI;GACJ,IAAI;GACJ,GAAG;EACJ,CAAC;EACe,oBAAK,UAAU;GAC9B,IAAI;GACJ,IAAI;GACJ,GAAG;EACJ,CAAC;CACF;AACD,CAAC;AACD,IAAM,aAAa,WAAW,yBAAyB"}
@@ -0,0 +1,40 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region lib/svgs/24x24/icon-spinner-on-disabled-24.manual.svg?react
4
+ var SvgIconSpinnerOnDisabled24Manual = (props, ref) => /* @__PURE__ */ jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ ref,
11
+ ...props,
12
+ children: /* @__PURE__ */ jsxs("circle", {
13
+ cx: 12,
14
+ cy: 12,
15
+ r: 9,
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ strokeWidth: 2,
19
+ strokeDasharray: 48,
20
+ children: [/* @__PURE__ */ jsx("animate", {
21
+ attributeName: "stroke-dashoffset",
22
+ dur: "3.5s",
23
+ from: 96,
24
+ to: 0,
25
+ repeatCount: "indefinite"
26
+ }), /* @__PURE__ */ jsx("animateTransform", {
27
+ attributeName: "transform",
28
+ type: "rotate",
29
+ dur: "2s",
30
+ from: "0 12 12",
31
+ to: "360 12 12",
32
+ repeatCount: "indefinite"
33
+ })]
34
+ })
35
+ });
36
+ var ForwardRef = forwardRef(SvgIconSpinnerOnDisabled24Manual);
37
+ //#endregion
38
+ export { ForwardRef as default };
39
+
40
+ //# sourceMappingURL=icon-spinner-on-disabled-24.manual.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-spinner-on-disabled-24.manual.js","names":[],"sources":["../../../lib/svgs/24x24/icon-spinner-on-disabled-24.manual.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconSpinnerOnDisabled24Manual = (props, ref) => /* @__PURE__ */ _jsx(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 24,\n\theight: 24,\n\tviewBox: \"0 0 24 24\",\n\tfill: \"none\",\n\tref,\n\t...props,\n\tchildren: /* @__PURE__ */ _jsxs(\"circle\", {\n\t\tcx: 12,\n\t\tcy: 12,\n\t\tr: 9,\n\t\tfill: \"none\",\n\t\tstroke: \"currentColor\",\n\t\tstrokeWidth: 2,\n\t\tstrokeDasharray: 48,\n\t\tchildren: [/* @__PURE__ */ _jsx(\"animate\", {\n\t\t\tattributeName: \"stroke-dashoffset\",\n\t\t\tdur: \"3.5s\",\n\t\t\tfrom: 96,\n\t\t\tto: 0,\n\t\t\trepeatCount: \"indefinite\"\n\t\t}), /* @__PURE__ */ _jsx(\"animateTransform\", {\n\t\t\tattributeName: \"transform\",\n\t\t\ttype: \"rotate\",\n\t\t\tdur: \"2s\",\n\t\t\tfrom: \"0 12 12\",\n\t\t\tto: \"360 12 12\",\n\t\t\trepeatCount: \"indefinite\"\n\t\t})]\n\t})\n});\nconst ForwardRef = forwardRef(SvgIconSpinnerOnDisabled24Manual);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,oCAAoC,OAAO,QAAwB,oBAAK,OAAO;CACpF,OAAO;CACP,OAAO;CACP,QAAQ;CACR,SAAS;CACT,MAAM;CACN;CACA,GAAG;CACH,UAA0B,qBAAM,UAAU;EACzC,IAAI;EACJ,IAAI;EACJ,GAAG;EACH,MAAM;EACN,QAAQ;EACR,aAAa;EACb,iBAAiB;EACjB,UAAU,CAAiB,oBAAK,WAAW;GAC1C,eAAe;GACf,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,GAAmB,oBAAK,oBAAoB;GAC5C,eAAe;GACf,MAAM;GACN,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,CAAC;CACH,CAAC;AACF,CAAC;AACD,IAAM,aAAa,WAAW,gCAAgC"}
@@ -0,0 +1,40 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region lib/svgs/24x24/icon-spinner-purple-24.manual.svg?react
4
+ var SvgIconSpinnerPurple24Manual = (props, ref) => /* @__PURE__ */ jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ ref,
11
+ ...props,
12
+ children: /* @__PURE__ */ jsxs("circle", {
13
+ cx: 12,
14
+ cy: 12,
15
+ r: 9,
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ strokeWidth: 2,
19
+ strokeDasharray: 48,
20
+ children: [/* @__PURE__ */ jsx("animate", {
21
+ attributeName: "stroke-dashoffset",
22
+ dur: "3.5s",
23
+ from: 96,
24
+ to: 0,
25
+ repeatCount: "indefinite"
26
+ }), /* @__PURE__ */ jsx("animateTransform", {
27
+ attributeName: "transform",
28
+ type: "rotate",
29
+ dur: "2s",
30
+ from: "0 12 12",
31
+ to: "360 12 12",
32
+ repeatCount: "indefinite"
33
+ })]
34
+ })
35
+ });
36
+ var ForwardRef = forwardRef(SvgIconSpinnerPurple24Manual);
37
+ //#endregion
38
+ export { ForwardRef as default };
39
+
40
+ //# sourceMappingURL=icon-spinner-purple-24.manual.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-spinner-purple-24.manual.js","names":[],"sources":["../../../lib/svgs/24x24/icon-spinner-purple-24.manual.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconSpinnerPurple24Manual = (props, ref) => /* @__PURE__ */ _jsx(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 24,\n\theight: 24,\n\tviewBox: \"0 0 24 24\",\n\tfill: \"none\",\n\tref,\n\t...props,\n\tchildren: /* @__PURE__ */ _jsxs(\"circle\", {\n\t\tcx: 12,\n\t\tcy: 12,\n\t\tr: 9,\n\t\tfill: \"none\",\n\t\tstroke: \"currentColor\",\n\t\tstrokeWidth: 2,\n\t\tstrokeDasharray: 48,\n\t\tchildren: [/* @__PURE__ */ _jsx(\"animate\", {\n\t\t\tattributeName: \"stroke-dashoffset\",\n\t\t\tdur: \"3.5s\",\n\t\t\tfrom: 96,\n\t\t\tto: 0,\n\t\t\trepeatCount: \"indefinite\"\n\t\t}), /* @__PURE__ */ _jsx(\"animateTransform\", {\n\t\t\tattributeName: \"transform\",\n\t\t\ttype: \"rotate\",\n\t\t\tdur: \"2s\",\n\t\t\tfrom: \"0 12 12\",\n\t\t\tto: \"360 12 12\",\n\t\t\trepeatCount: \"indefinite\"\n\t\t})]\n\t})\n});\nconst ForwardRef = forwardRef(SvgIconSpinnerPurple24Manual);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,gCAAgC,OAAO,QAAwB,oBAAK,OAAO;CAChF,OAAO;CACP,OAAO;CACP,QAAQ;CACR,SAAS;CACT,MAAM;CACN;CACA,GAAG;CACH,UAA0B,qBAAM,UAAU;EACzC,IAAI;EACJ,IAAI;EACJ,GAAG;EACH,MAAM;EACN,QAAQ;EACR,aAAa;EACb,iBAAiB;EACjB,UAAU,CAAiB,oBAAK,WAAW;GAC1C,eAAe;GACf,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,GAAmB,oBAAK,oBAAoB;GAC5C,eAAe;GACf,MAAM;GACN,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,CAAC;CACH,CAAC;AACF,CAAC;AACD,IAAM,aAAa,WAAW,4BAA4B"}
@@ -0,0 +1,62 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region lib/svgs/24x24/icon-spinner-purple-double-24.manual.svg?react
4
+ var SvgIconSpinnerPurpleDouble24Manual = (props, ref) => /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ ref,
11
+ ...props,
12
+ children: [/* @__PURE__ */ jsxs("circle", {
13
+ cx: 12,
14
+ cy: 12,
15
+ r: 9,
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ strokeWidth: 2,
19
+ strokeDasharray: 48,
20
+ children: [/* @__PURE__ */ jsx("animate", {
21
+ attributeName: "stroke-dashoffset",
22
+ dur: "3.5s",
23
+ from: 96,
24
+ to: 0,
25
+ repeatCount: "indefinite"
26
+ }), /* @__PURE__ */ jsx("animateTransform", {
27
+ attributeName: "transform",
28
+ type: "rotate",
29
+ dur: "2s",
30
+ from: "0 12 12",
31
+ to: "360 12 12",
32
+ repeatCount: "indefinite"
33
+ })]
34
+ }), /* @__PURE__ */ jsxs("circle", {
35
+ cx: 12,
36
+ cy: 12,
37
+ r: 4,
38
+ fill: "none",
39
+ stroke: "currentColor",
40
+ strokeWidth: 2,
41
+ strokeDasharray: 48,
42
+ children: [/* @__PURE__ */ jsx("animate", {
43
+ attributeName: "stroke-dashoffset",
44
+ dur: "3.5s",
45
+ from: 96,
46
+ to: 0,
47
+ repeatCount: "indefinite"
48
+ }), /* @__PURE__ */ jsx("animateTransform", {
49
+ attributeName: "transform",
50
+ type: "rotate",
51
+ dur: "2s",
52
+ from: "0 12 12",
53
+ to: "360 12 12",
54
+ repeatCount: "indefinite"
55
+ })]
56
+ })]
57
+ });
58
+ var ForwardRef = forwardRef(SvgIconSpinnerPurpleDouble24Manual);
59
+ //#endregion
60
+ export { ForwardRef as default };
61
+
62
+ //# sourceMappingURL=icon-spinner-purple-double-24.manual.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-spinner-purple-double-24.manual.js","names":[],"sources":["../../../lib/svgs/24x24/icon-spinner-purple-double-24.manual.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconSpinnerPurpleDouble24Manual = (props, ref) => /* @__PURE__ */ _jsxs(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 24,\n\theight: 24,\n\tviewBox: \"0 0 24 24\",\n\tfill: \"none\",\n\tref,\n\t...props,\n\tchildren: [/* @__PURE__ */ _jsxs(\"circle\", {\n\t\tcx: 12,\n\t\tcy: 12,\n\t\tr: 9,\n\t\tfill: \"none\",\n\t\tstroke: \"currentColor\",\n\t\tstrokeWidth: 2,\n\t\tstrokeDasharray: 48,\n\t\tchildren: [/* @__PURE__ */ _jsx(\"animate\", {\n\t\t\tattributeName: \"stroke-dashoffset\",\n\t\t\tdur: \"3.5s\",\n\t\t\tfrom: 96,\n\t\t\tto: 0,\n\t\t\trepeatCount: \"indefinite\"\n\t\t}), /* @__PURE__ */ _jsx(\"animateTransform\", {\n\t\t\tattributeName: \"transform\",\n\t\t\ttype: \"rotate\",\n\t\t\tdur: \"2s\",\n\t\t\tfrom: \"0 12 12\",\n\t\t\tto: \"360 12 12\",\n\t\t\trepeatCount: \"indefinite\"\n\t\t})]\n\t}), /* @__PURE__ */ _jsxs(\"circle\", {\n\t\tcx: 12,\n\t\tcy: 12,\n\t\tr: 4,\n\t\tfill: \"none\",\n\t\tstroke: \"currentColor\",\n\t\tstrokeWidth: 2,\n\t\tstrokeDasharray: 48,\n\t\tchildren: [/* @__PURE__ */ _jsx(\"animate\", {\n\t\t\tattributeName: \"stroke-dashoffset\",\n\t\t\tdur: \"3.5s\",\n\t\t\tfrom: 96,\n\t\t\tto: 0,\n\t\t\trepeatCount: \"indefinite\"\n\t\t}), /* @__PURE__ */ _jsx(\"animateTransform\", {\n\t\t\tattributeName: \"transform\",\n\t\t\ttype: \"rotate\",\n\t\t\tdur: \"2s\",\n\t\t\tfrom: \"0 12 12\",\n\t\t\tto: \"360 12 12\",\n\t\t\trepeatCount: \"indefinite\"\n\t\t})]\n\t})]\n});\nconst ForwardRef = forwardRef(SvgIconSpinnerPurpleDouble24Manual);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,sCAAsC,OAAO,QAAwB,qBAAM,OAAO;CACvF,OAAO;CACP,OAAO;CACP,QAAQ;CACR,SAAS;CACT,MAAM;CACN;CACA,GAAG;CACH,UAAU,CAAiB,qBAAM,UAAU;EAC1C,IAAI;EACJ,IAAI;EACJ,GAAG;EACH,MAAM;EACN,QAAQ;EACR,aAAa;EACb,iBAAiB;EACjB,UAAU,CAAiB,oBAAK,WAAW;GAC1C,eAAe;GACf,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,GAAmB,oBAAK,oBAAoB;GAC5C,eAAe;GACf,MAAM;GACN,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,CAAC;CACH,CAAC,GAAmB,qBAAM,UAAU;EACnC,IAAI;EACJ,IAAI;EACJ,GAAG;EACH,MAAM;EACN,QAAQ;EACR,aAAa;EACb,iBAAiB;EACjB,UAAU,CAAiB,oBAAK,WAAW;GAC1C,eAAe;GACf,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,GAAmB,oBAAK,oBAAoB;GAC5C,eAAe;GACf,MAAM;GACN,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,CAAC;CACH,CAAC,CAAC;AACH,CAAC;AACD,IAAM,aAAa,WAAW,kCAAkC"}
@@ -0,0 +1,40 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region lib/svgs/24x24/icon-spinner-white-24.manual.svg?react
4
+ var SvgIconSpinnerWhite24Manual = (props, ref) => /* @__PURE__ */ jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ ref,
11
+ ...props,
12
+ children: /* @__PURE__ */ jsxs("circle", {
13
+ cx: 12,
14
+ cy: 12,
15
+ r: 9,
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ strokeWidth: 2,
19
+ strokeDasharray: 48,
20
+ children: [/* @__PURE__ */ jsx("animate", {
21
+ attributeName: "stroke-dashoffset",
22
+ dur: "3.5s",
23
+ from: 96,
24
+ to: 0,
25
+ repeatCount: "indefinite"
26
+ }), /* @__PURE__ */ jsx("animateTransform", {
27
+ attributeName: "transform",
28
+ type: "rotate",
29
+ dur: "2s",
30
+ from: "0 12 12",
31
+ to: "360 12 12",
32
+ repeatCount: "indefinite"
33
+ })]
34
+ })
35
+ });
36
+ var ForwardRef = forwardRef(SvgIconSpinnerWhite24Manual);
37
+ //#endregion
38
+ export { ForwardRef as default };
39
+
40
+ //# sourceMappingURL=icon-spinner-white-24.manual.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-spinner-white-24.manual.js","names":[],"sources":["../../../lib/svgs/24x24/icon-spinner-white-24.manual.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconSpinnerWhite24Manual = (props, ref) => /* @__PURE__ */ _jsx(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 24,\n\theight: 24,\n\tviewBox: \"0 0 24 24\",\n\tfill: \"none\",\n\tref,\n\t...props,\n\tchildren: /* @__PURE__ */ _jsxs(\"circle\", {\n\t\tcx: 12,\n\t\tcy: 12,\n\t\tr: 9,\n\t\tfill: \"none\",\n\t\tstroke: \"currentColor\",\n\t\tstrokeWidth: 2,\n\t\tstrokeDasharray: 48,\n\t\tchildren: [/* @__PURE__ */ _jsx(\"animate\", {\n\t\t\tattributeName: \"stroke-dashoffset\",\n\t\t\tdur: \"3.5s\",\n\t\t\tfrom: 96,\n\t\t\tto: 0,\n\t\t\trepeatCount: \"indefinite\"\n\t\t}), /* @__PURE__ */ _jsx(\"animateTransform\", {\n\t\t\tattributeName: \"transform\",\n\t\t\ttype: \"rotate\",\n\t\t\tdur: \"2s\",\n\t\t\tfrom: \"0 12 12\",\n\t\t\tto: \"360 12 12\",\n\t\t\trepeatCount: \"indefinite\"\n\t\t})]\n\t})\n});\nconst ForwardRef = forwardRef(SvgIconSpinnerWhite24Manual);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,+BAA+B,OAAO,QAAwB,oBAAK,OAAO;CAC/E,OAAO;CACP,OAAO;CACP,QAAQ;CACR,SAAS;CACT,MAAM;CACN;CACA,GAAG;CACH,UAA0B,qBAAM,UAAU;EACzC,IAAI;EACJ,IAAI;EACJ,GAAG;EACH,MAAM;EACN,QAAQ;EACR,aAAa;EACb,iBAAiB;EACjB,UAAU,CAAiB,oBAAK,WAAW;GAC1C,eAAe;GACf,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,GAAmB,oBAAK,oBAAoB;GAC5C,eAAe;GACf,MAAM;GACN,KAAK;GACL,MAAM;GACN,IAAI;GACJ,aAAa;EACd,CAAC,CAAC;CACH,CAAC;AACF,CAAC;AACD,IAAM,aAAa,WAAW,2BAA2B"}
@@ -0,0 +1,2 @@
1
+ declare const iconRecipe: import('@chakra-ui/react').RecipeDefinition<import('@chakra-ui/react').RecipeVariantRecord>;
2
+ export default iconRecipe;
@@ -0,0 +1,16 @@
1
+ import { defineRecipe } from "@chakra-ui/react/styled-system";
2
+ //#region lib/theme/recipes/Icon.recipe.ts
3
+ var iconRecipe = defineRecipe({
4
+ className: "icon",
5
+ base: {
6
+ display: "inline-block",
7
+ lineHeight: "1em",
8
+ flexShrink: "0",
9
+ color: "currentcolor",
10
+ verticalAlign: "middle"
11
+ }
12
+ });
13
+ //#endregion
14
+ export { iconRecipe as default };
15
+
16
+ //# sourceMappingURL=Icon.recipe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.recipe.js","names":[],"sources":["../../../lib/theme/recipes/Icon.recipe.ts"],"sourcesContent":["import { defineRecipe } from '@chakra-ui/react/styled-system';\n\nconst iconRecipe = defineRecipe({\n className: 'icon',\n base: {\n display: 'inline-block',\n lineHeight: '1em',\n flexShrink: '0',\n color: 'currentcolor',\n verticalAlign: 'middle',\n },\n});\n\nexport default iconRecipe;\n"],"mappings":";;AAEA,IAAM,aAAa,aAAa;CAC9B,WAAW;CACX,MAAM;EACJ,SAAS;EACT,YAAY;EACZ,YAAY;EACZ,OAAO;EACP,eAAe;CACjB;AACF,CAAC"}
@@ -161,6 +161,7 @@ declare const recipes: {
161
161
  };
162
162
  };
163
163
  }>;
164
+ icon: import('@chakra-ui/react').RecipeDefinition<import('@chakra-ui/react').RecipeVariantRecord>;
164
165
  input: import('@chakra-ui/react').RecipeDefinition<{
165
166
  size: {
166
167
  md: {
@@ -5,6 +5,7 @@ import buttonRecipe from "./Button.recipe.js";
5
5
  import closeButtonRecipe from "./CloseButton.recipe.js";
6
6
  import controlButtonRecipe from "./ControlButton.recipe.js";
7
7
  import definitionTooltipRecipe from "./DefinitionTooltip.recipe.js";
8
+ import iconRecipe from "./Icon.recipe.js";
8
9
  import linkRecipe from "./Link.recipe.js";
9
10
  import linkButtonRecipe from "./LinkButton.recipe.js";
10
11
  import selectableTagRecipe from "./SelectableTag.recipe.js";
@@ -21,6 +22,7 @@ var recipes = {
21
22
  controlButton: controlButtonRecipe,
22
23
  colorButton: colorButtonRecipe,
23
24
  definitionTooltip: definitionTooltipRecipe,
25
+ icon: iconRecipe,
24
26
  input: inputRecipe,
25
27
  link: linkRecipe,
26
28
  linkButton: linkButtonRecipe,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../lib/theme/recipes/index.ts"],"sourcesContent":["import badgeRecipe from './Badge.recipe';\nimport buttonRecipe from './Button.recipe';\nimport closeButtonRecipe from './CloseButton.recipe';\nimport colorButtonRecipe from './ColorButton.recipe';\nimport controlButtonRecipe from './ControlButton.recipe';\nimport definitionTooltipRecipe from './DefinitionTooltip.recipe';\nimport inputRecipe from './Input.recipe';\nimport linkRecipe from './Link.recipe';\nimport linkButtonRecipe from './LinkButton.recipe';\nimport selectableTagRecipe from './SelectableTag.recipe';\nimport separatorRecipe from './Separator.recipe';\nimport skeletonRecipe from './Skeleton.recipe';\nimport spinnerRecipe from './Spinner.recipe';\nimport textareaRecipe from './Textarea.recipe';\nimport toggleButtonRecipe from './ToggleButton.recipe';\n\nconst recipes = {\n badge: badgeRecipe,\n button: buttonRecipe,\n closeButton: closeButtonRecipe,\n controlButton: controlButtonRecipe,\n colorButton: colorButtonRecipe,\n definitionTooltip: definitionTooltipRecipe,\n input: inputRecipe,\n link: linkRecipe,\n linkButton: linkButtonRecipe,\n selectableTag: selectableTagRecipe,\n separator: separatorRecipe,\n skeleton: skeletonRecipe,\n spinner: spinnerRecipe,\n textarea: textareaRecipe,\n toggleButton: toggleButtonRecipe,\n};\n\nexport default recipes;\n"],"mappings":";;;;;;;;;;;;;;;;AAgBA,IAAM,UAAU;CACd,OAAO;CACP,QAAQ;CACR,aAAa;CACb,eAAe;CACf,aAAa;CACb,mBAAmB;CACnB,OAAO;CACP,MAAM;CACN,YAAY;CACZ,eAAe;CACf,WAAW;CACX,UAAU;CACV,SAAS;CACT,UAAU;CACV,cAAc;AAChB"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../lib/theme/recipes/index.ts"],"sourcesContent":["import badgeRecipe from './Badge.recipe';\nimport buttonRecipe from './Button.recipe';\nimport closeButtonRecipe from './CloseButton.recipe';\nimport colorButtonRecipe from './ColorButton.recipe';\nimport controlButtonRecipe from './ControlButton.recipe';\nimport definitionTooltipRecipe from './DefinitionTooltip.recipe';\nimport iconRecipe from './Icon.recipe';\nimport inputRecipe from './Input.recipe';\nimport linkRecipe from './Link.recipe';\nimport linkButtonRecipe from './LinkButton.recipe';\nimport selectableTagRecipe from './SelectableTag.recipe';\nimport separatorRecipe from './Separator.recipe';\nimport skeletonRecipe from './Skeleton.recipe';\nimport spinnerRecipe from './Spinner.recipe';\nimport textareaRecipe from './Textarea.recipe';\nimport toggleButtonRecipe from './ToggleButton.recipe';\n\nconst recipes = {\n badge: badgeRecipe,\n button: buttonRecipe,\n closeButton: closeButtonRecipe,\n controlButton: controlButtonRecipe,\n colorButton: colorButtonRecipe,\n definitionTooltip: definitionTooltipRecipe,\n icon: iconRecipe,\n input: inputRecipe,\n link: linkRecipe,\n linkButton: linkButtonRecipe,\n selectableTag: selectableTagRecipe,\n separator: separatorRecipe,\n skeleton: skeletonRecipe,\n spinner: spinnerRecipe,\n textarea: textareaRecipe,\n toggleButton: toggleButtonRecipe,\n};\n\nexport default recipes;\n"],"mappings":";;;;;;;;;;;;;;;;;AAiBA,IAAM,UAAU;CACd,OAAO;CACP,QAAQ;CACR,aAAa;CACb,eAAe;CACf,aAAa;CACb,mBAAmB;CACnB,MAAM;CACN,OAAO;CACP,MAAM;CACN,YAAY;CACZ,eAAe;CACf,WAAW;CACX,UAAU;CACV,SAAS;CACT,UAAU;CACV,cAAc;AAChB"}
@@ -1,2 +1,2 @@
1
- declare const groupHeadingRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "separator" | "icon" | "root" | "titleBlock", import('@chakra-ui/react').SlotRecipeVariantRecord<"label" | "separator" | "icon" | "root" | "titleBlock">>;
1
+ declare const groupHeadingRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "icon" | "separator" | "root" | "titleBlock", import('@chakra-ui/react').SlotRecipeVariantRecord<"label" | "icon" | "separator" | "root" | "titleBlock">>;
2
2
  export default groupHeadingRecipe;
@@ -893,7 +893,7 @@ declare const slotRecipes: {
893
893
  };
894
894
  }>;
895
895
  field: import('@chakra-ui/react').SlotRecipeDefinition<"input" | "label" | "select" | "textarea" | "root" | "helperText" | "errorText" | "requiredIndicator", import('@chakra-ui/react').SlotRecipeVariantRecord<"input" | "label" | "select" | "textarea" | "root" | "helperText" | "errorText" | "requiredIndicator">>;
896
- groupHeading: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "separator" | "icon" | "root" | "titleBlock", import('@chakra-ui/react').SlotRecipeVariantRecord<"label" | "separator" | "icon" | "root" | "titleBlock">>;
896
+ groupHeading: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "icon" | "separator" | "root" | "titleBlock", import('@chakra-ui/react').SlotRecipeVariantRecord<"label" | "icon" | "separator" | "root" | "titleBlock">>;
897
897
  fieldset: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "legend" | "root" | "helperText" | "errorText", import('@chakra-ui/react').SlotRecipeVariantRecord<"content" | "legend" | "root" | "helperText" | "errorText">>;
898
898
  fileUpload: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "root" | "item" | "itemContent" | "trigger" | "itemGroup" | "clearTrigger" | "dropzone" | "itemDeleteTrigger" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "dropzoneContent" | "fileText", {
899
899
  variant: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.243",
4
+ "version": "0.3.245",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",
@@ -1,52 +0,0 @@
1
- import { forwardRef } from "react";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- //#region lib/svgs/16x16/icon-spinner-on-disabled-16.svg?react
4
- var SvgIconSpinnerOnDisabled16 = (props, ref) => /* @__PURE__ */ jsxs("svg", {
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: 16,
7
- height: 16,
8
- fill: "none",
9
- viewBox: "0 0 16 16",
10
- ref,
11
- ...props,
12
- children: [
13
- /* @__PURE__ */ jsx("g", {
14
- clipPath: "url(#a)",
15
- "data-figma-skip-parse": "true",
16
- children: /* @__PURE__ */ jsx("foreignObject", {
17
- width: 2428.57,
18
- height: 2428.57,
19
- x: -1214.29,
20
- y: -1214.29,
21
- transform: "translate(8 8)scale(.007)",
22
- children: /* @__PURE__ */ jsx("div", {
23
- xmlns: "http://www.w3.org/1999/xhtml",
24
- style: {
25
- background: "conic-gradient(from 90deg,rgba(125,113,132,0) 0deg,#afa4b4 360deg)",
26
- height: "100%",
27
- width: "100%",
28
- opacity: 1
29
- }
30
- })
31
- })
32
- }),
33
- /* @__PURE__ */ jsx("path", {
34
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
35
- clipRule: "evenodd",
36
- "data-figma-gradient-fill": "{\"type\":\"GRADIENT_ANGULAR\",\"stops\":[{\"color\":{\"r\":0.49019607901573181,\"g\":0.44313725829124451,\"b\":0.51764708757400513,\"a\":0.0},\"position\":0.0},{\"color\":{\"r\":0.68627452850341797,\"g\":0.64313727617263794,\"b\":0.70588237047195435,\"a\":1.0},\"position\":1.0}],\"stopsVar\":[],\"transform\":{\"m00\":14.0,\"m01\":-2.5094133043225553e-13,\"m02\":1.0,\"m10\":-2.2467821331716153e-13,\"m11\":14.0,\"m12\":1.0},\"opacity\":1.0,\"blendMode\":\"NORMAL\",\"visible\":true}"
37
- }),
38
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
39
- id: "a",
40
- children: /* @__PURE__ */ jsx("path", {
41
- fillRule: "evenodd",
42
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
43
- clipRule: "evenodd"
44
- })
45
- }) })
46
- ]
47
- });
48
- var ForwardRef = forwardRef(SvgIconSpinnerOnDisabled16);
49
- //#endregion
50
- export { ForwardRef as default };
51
-
52
- //# sourceMappingURL=icon-spinner-on-disabled-16.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-spinner-on-disabled-16.js","names":[],"sources":["../../../lib/svgs/16x16/icon-spinner-on-disabled-16.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconSpinnerOnDisabled16 = (props, ref) => /* @__PURE__ */ _jsxs(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 16,\n\theight: 16,\n\tfill: \"none\",\n\tviewBox: \"0 0 16 16\",\n\tref,\n\t...props,\n\tchildren: [\n\t\t/* @__PURE__ */ _jsx(\"g\", {\n\t\t\tclipPath: \"url(#a)\",\n\t\t\t\"data-figma-skip-parse\": \"true\",\n\t\t\tchildren: /* @__PURE__ */ _jsx(\"foreignObject\", {\n\t\t\t\twidth: 2428.57,\n\t\t\t\theight: 2428.57,\n\t\t\t\tx: -1214.29,\n\t\t\t\ty: -1214.29,\n\t\t\t\ttransform: \"translate(8 8)scale(.007)\",\n\t\t\t\tchildren: /* @__PURE__ */ _jsx(\"div\", {\n\t\t\t\t\txmlns: \"http://www.w3.org/1999/xhtml\",\n\t\t\t\t\tstyle: {\n\t\t\t\t\t\tbackground: \"conic-gradient(from 90deg,rgba(125,113,132,0) 0deg,#afa4b4 360deg)\",\n\t\t\t\t\t\theight: \"100%\",\n\t\t\t\t\t\twidth: \"100%\",\n\t\t\t\t\t\topacity: 1\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t})\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"path\", {\n\t\t\td: \"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\",\n\t\t\tclipRule: \"evenodd\",\n\t\t\t\"data-figma-gradient-fill\": \"{\\\"type\\\":\\\"GRADIENT_ANGULAR\\\",\\\"stops\\\":[{\\\"color\\\":{\\\"r\\\":0.49019607901573181,\\\"g\\\":0.44313725829124451,\\\"b\\\":0.51764708757400513,\\\"a\\\":0.0},\\\"position\\\":0.0},{\\\"color\\\":{\\\"r\\\":0.68627452850341797,\\\"g\\\":0.64313727617263794,\\\"b\\\":0.70588237047195435,\\\"a\\\":1.0},\\\"position\\\":1.0}],\\\"stopsVar\\\":[],\\\"transform\\\":{\\\"m00\\\":14.0,\\\"m01\\\":-2.5094133043225553e-13,\\\"m02\\\":1.0,\\\"m10\\\":-2.2467821331716153e-13,\\\"m11\\\":14.0,\\\"m12\\\":1.0},\\\"opacity\\\":1.0,\\\"blendMode\\\":\\\"NORMAL\\\",\\\"visible\\\":true}\"\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"defs\", { children: /* @__PURE__ */ _jsx(\"clipPath\", {\n\t\t\tid: \"a\",\n\t\t\tchildren: /* @__PURE__ */ _jsx(\"path\", {\n\t\t\t\tfillRule: \"evenodd\",\n\t\t\t\td: \"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\",\n\t\t\t\tclipRule: \"evenodd\"\n\t\t\t})\n\t\t}) })\n\t]\n});\nconst ForwardRef = forwardRef(SvgIconSpinnerOnDisabled16);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,8BAA8B,OAAO,QAAwB,qBAAM,OAAO;CAC/E,OAAO;CACP,OAAO;CACP,QAAQ;CACR,MAAM;CACN,SAAS;CACT;CACA,GAAG;CACH,UAAU;EACO,oBAAK,KAAK;GACzB,UAAU;GACV,yBAAyB;GACzB,UAA0B,oBAAK,iBAAiB;IAC/C,OAAO;IACP,QAAQ;IACR,GAAG;IACH,GAAG;IACH,WAAW;IACX,UAA0B,oBAAK,OAAO;KACrC,OAAO;KACP,OAAO;MACN,YAAY;MACZ,QAAQ;MACR,OAAO;MACP,SAAS;KACV;IACD,CAAC;GACF,CAAC;EACF,CAAC;EACe,oBAAK,QAAQ;GAC5B,GAAG;GACH,UAAU;GACV,4BAA4B;EAC7B,CAAC;EACe,oBAAK,QAAQ,EAAE,UAA0B,oBAAK,YAAY;GACzE,IAAI;GACJ,UAA0B,oBAAK,QAAQ;IACtC,UAAU;IACV,GAAG;IACH,UAAU;GACX,CAAC;EACF,CAAC,EAAE,CAAC;CACL;AACD,CAAC;AACD,IAAM,aAAa,WAAW,0BAA0B"}
@@ -1,52 +0,0 @@
1
- import { forwardRef } from "react";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- //#region lib/svgs/16x16/icon-spinner-purple-16.svg?react
4
- var SvgIconSpinnerPurple16 = (props, ref) => /* @__PURE__ */ jsxs("svg", {
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: 16,
7
- height: 16,
8
- fill: "none",
9
- viewBox: "0 0 16 16",
10
- ref,
11
- ...props,
12
- children: [
13
- /* @__PURE__ */ jsx("g", {
14
- clipPath: "url(#a)",
15
- "data-figma-skip-parse": "true",
16
- children: /* @__PURE__ */ jsx("foreignObject", {
17
- width: 2571.43,
18
- height: 2571.43,
19
- x: -1285.71,
20
- y: -1285.71,
21
- transform: "translate(8 8)scale(.007)",
22
- children: /* @__PURE__ */ jsx("div", {
23
- xmlns: "http://www.w3.org/1999/xhtml",
24
- style: {
25
- background: "conic-gradient(from 90deg,rgba(123,59,164,0) 0deg,#7b3ba4 360deg)",
26
- height: "100%",
27
- width: "100%",
28
- opacity: 1
29
- }
30
- })
31
- })
32
- }),
33
- /* @__PURE__ */ jsx("path", {
34
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
35
- clipRule: "evenodd",
36
- "data-figma-gradient-fill": "{\"type\":\"GRADIENT_ANGULAR\",\"stops\":[{\"color\":{\"r\":0.48400002717971802,\"g\":0.23320001363754272,\"b\":0.64679998159408569,\"a\":0.0},\"position\":0.0},{\"color\":{\"r\":0.48400002717971802,\"g\":0.23320001363754272,\"b\":0.64679998159408569,\"a\":1.0},\"position\":1.0}],\"stopsVar\":[],\"transform\":{\"m00\":14.0,\"m01\":1.8737471968975628e-13,\"m02\":1.0,\"m10\":-1.4851691382787580e-13,\"m11\":14.0,\"m12\":1.0},\"opacity\":1.0,\"blendMode\":\"NORMAL\",\"visible\":true}"
37
- }),
38
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
39
- id: "a",
40
- children: /* @__PURE__ */ jsx("path", {
41
- fillRule: "evenodd",
42
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
43
- clipRule: "evenodd"
44
- })
45
- }) })
46
- ]
47
- });
48
- var ForwardRef = forwardRef(SvgIconSpinnerPurple16);
49
- //#endregion
50
- export { ForwardRef as default };
51
-
52
- //# sourceMappingURL=icon-spinner-purple-16.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-spinner-purple-16.js","names":[],"sources":["../../../lib/svgs/16x16/icon-spinner-purple-16.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconSpinnerPurple16 = (props, ref) => /* @__PURE__ */ _jsxs(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 16,\n\theight: 16,\n\tfill: \"none\",\n\tviewBox: \"0 0 16 16\",\n\tref,\n\t...props,\n\tchildren: [\n\t\t/* @__PURE__ */ _jsx(\"g\", {\n\t\t\tclipPath: \"url(#a)\",\n\t\t\t\"data-figma-skip-parse\": \"true\",\n\t\t\tchildren: /* @__PURE__ */ _jsx(\"foreignObject\", {\n\t\t\t\twidth: 2571.43,\n\t\t\t\theight: 2571.43,\n\t\t\t\tx: -1285.71,\n\t\t\t\ty: -1285.71,\n\t\t\t\ttransform: \"translate(8 8)scale(.007)\",\n\t\t\t\tchildren: /* @__PURE__ */ _jsx(\"div\", {\n\t\t\t\t\txmlns: \"http://www.w3.org/1999/xhtml\",\n\t\t\t\t\tstyle: {\n\t\t\t\t\t\tbackground: \"conic-gradient(from 90deg,rgba(123,59,164,0) 0deg,#7b3ba4 360deg)\",\n\t\t\t\t\t\theight: \"100%\",\n\t\t\t\t\t\twidth: \"100%\",\n\t\t\t\t\t\topacity: 1\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t})\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"path\", {\n\t\t\td: \"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\",\n\t\t\tclipRule: \"evenodd\",\n\t\t\t\"data-figma-gradient-fill\": \"{\\\"type\\\":\\\"GRADIENT_ANGULAR\\\",\\\"stops\\\":[{\\\"color\\\":{\\\"r\\\":0.48400002717971802,\\\"g\\\":0.23320001363754272,\\\"b\\\":0.64679998159408569,\\\"a\\\":0.0},\\\"position\\\":0.0},{\\\"color\\\":{\\\"r\\\":0.48400002717971802,\\\"g\\\":0.23320001363754272,\\\"b\\\":0.64679998159408569,\\\"a\\\":1.0},\\\"position\\\":1.0}],\\\"stopsVar\\\":[],\\\"transform\\\":{\\\"m00\\\":14.0,\\\"m01\\\":1.8737471968975628e-13,\\\"m02\\\":1.0,\\\"m10\\\":-1.4851691382787580e-13,\\\"m11\\\":14.0,\\\"m12\\\":1.0},\\\"opacity\\\":1.0,\\\"blendMode\\\":\\\"NORMAL\\\",\\\"visible\\\":true}\"\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"defs\", { children: /* @__PURE__ */ _jsx(\"clipPath\", {\n\t\t\tid: \"a\",\n\t\t\tchildren: /* @__PURE__ */ _jsx(\"path\", {\n\t\t\t\tfillRule: \"evenodd\",\n\t\t\t\td: \"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\",\n\t\t\t\tclipRule: \"evenodd\"\n\t\t\t})\n\t\t}) })\n\t]\n});\nconst ForwardRef = forwardRef(SvgIconSpinnerPurple16);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,0BAA0B,OAAO,QAAwB,qBAAM,OAAO;CAC3E,OAAO;CACP,OAAO;CACP,QAAQ;CACR,MAAM;CACN,SAAS;CACT;CACA,GAAG;CACH,UAAU;EACO,oBAAK,KAAK;GACzB,UAAU;GACV,yBAAyB;GACzB,UAA0B,oBAAK,iBAAiB;IAC/C,OAAO;IACP,QAAQ;IACR,GAAG;IACH,GAAG;IACH,WAAW;IACX,UAA0B,oBAAK,OAAO;KACrC,OAAO;KACP,OAAO;MACN,YAAY;MACZ,QAAQ;MACR,OAAO;MACP,SAAS;KACV;IACD,CAAC;GACF,CAAC;EACF,CAAC;EACe,oBAAK,QAAQ;GAC5B,GAAG;GACH,UAAU;GACV,4BAA4B;EAC7B,CAAC;EACe,oBAAK,QAAQ,EAAE,UAA0B,oBAAK,YAAY;GACzE,IAAI;GACJ,UAA0B,oBAAK,QAAQ;IACtC,UAAU;IACV,GAAG;IACH,UAAU;GACX,CAAC;EACF,CAAC,EAAE,CAAC;CACL;AACD,CAAC;AACD,IAAM,aAAa,WAAW,sBAAsB"}
@@ -1,58 +0,0 @@
1
- import { forwardRef } from "react";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- //#region lib/svgs/16x16/icon-spinner-purple-double-16.svg?react
4
- var SvgIconSpinnerPurpleDouble16 = (props, ref) => /* @__PURE__ */ jsxs("svg", {
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: 16,
7
- height: 16,
8
- fill: "none",
9
- viewBox: "0 0 16 16",
10
- ref,
11
- ...props,
12
- children: [
13
- /* @__PURE__ */ jsx("g", {
14
- clipPath: "url(#a)",
15
- "data-figma-skip-parse": "true",
16
- children: /* @__PURE__ */ jsx("foreignObject", {
17
- width: 2428.57,
18
- height: 2428.57,
19
- x: -1214.29,
20
- y: -1214.29,
21
- transform: "translate(8 8)scale(.007)",
22
- children: /* @__PURE__ */ jsx("div", {
23
- xmlns: "http://www.w3.org/1999/xhtml",
24
- style: {
25
- background: "conic-gradient(from 90deg,rgba(123,59,164,0) 0deg,#7b3ba4 360deg)",
26
- height: "100%",
27
- width: "100%",
28
- opacity: 1
29
- }
30
- })
31
- })
32
- }),
33
- /* @__PURE__ */ jsx("path", {
34
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
35
- clipRule: "evenodd",
36
- "data-figma-gradient-fill": "{\"type\":\"GRADIENT_ANGULAR\",\"stops\":[{\"color\":{\"r\":0.48400002717971802,\"g\":0.23320001363754272,\"b\":0.64679998159408569,\"a\":0.0},\"position\":0.0},{\"color\":{\"r\":0.48400002717971802,\"g\":0.23320001363754272,\"b\":0.64679998159408569,\"a\":1.0},\"position\":1.0}],\"stopsVar\":[],\"transform\":{\"m00\":14.0,\"m01\":1.8737471968975628e-13,\"m02\":1.0,\"m10\":-1.4851691382787580e-13,\"m11\":14.0,\"m12\":1.0},\"opacity\":1.0,\"blendMode\":\"NORMAL\",\"visible\":true}"
37
- }),
38
- /* @__PURE__ */ jsx("path", {
39
- fill: "#7B3BA5",
40
- fillRule: "evenodd",
41
- d: "M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7",
42
- clipRule: "evenodd"
43
- }),
44
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
45
- id: "a",
46
- children: /* @__PURE__ */ jsx("path", {
47
- fillRule: "evenodd",
48
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
49
- clipRule: "evenodd"
50
- })
51
- }) })
52
- ]
53
- });
54
- var ForwardRef = forwardRef(SvgIconSpinnerPurpleDouble16);
55
- //#endregion
56
- export { ForwardRef as default };
57
-
58
- //# sourceMappingURL=icon-spinner-purple-double-16.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-spinner-purple-double-16.js","names":[],"sources":["../../../lib/svgs/16x16/icon-spinner-purple-double-16.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconSpinnerPurpleDouble16 = (props, ref) => /* @__PURE__ */ _jsxs(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 16,\n\theight: 16,\n\tfill: \"none\",\n\tviewBox: \"0 0 16 16\",\n\tref,\n\t...props,\n\tchildren: [\n\t\t/* @__PURE__ */ _jsx(\"g\", {\n\t\t\tclipPath: \"url(#a)\",\n\t\t\t\"data-figma-skip-parse\": \"true\",\n\t\t\tchildren: /* @__PURE__ */ _jsx(\"foreignObject\", {\n\t\t\t\twidth: 2428.57,\n\t\t\t\theight: 2428.57,\n\t\t\t\tx: -1214.29,\n\t\t\t\ty: -1214.29,\n\t\t\t\ttransform: \"translate(8 8)scale(.007)\",\n\t\t\t\tchildren: /* @__PURE__ */ _jsx(\"div\", {\n\t\t\t\t\txmlns: \"http://www.w3.org/1999/xhtml\",\n\t\t\t\t\tstyle: {\n\t\t\t\t\t\tbackground: \"conic-gradient(from 90deg,rgba(123,59,164,0) 0deg,#7b3ba4 360deg)\",\n\t\t\t\t\t\theight: \"100%\",\n\t\t\t\t\t\twidth: \"100%\",\n\t\t\t\t\t\topacity: 1\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t})\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"path\", {\n\t\t\td: \"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\",\n\t\t\tclipRule: \"evenodd\",\n\t\t\t\"data-figma-gradient-fill\": \"{\\\"type\\\":\\\"GRADIENT_ANGULAR\\\",\\\"stops\\\":[{\\\"color\\\":{\\\"r\\\":0.48400002717971802,\\\"g\\\":0.23320001363754272,\\\"b\\\":0.64679998159408569,\\\"a\\\":0.0},\\\"position\\\":0.0},{\\\"color\\\":{\\\"r\\\":0.48400002717971802,\\\"g\\\":0.23320001363754272,\\\"b\\\":0.64679998159408569,\\\"a\\\":1.0},\\\"position\\\":1.0}],\\\"stopsVar\\\":[],\\\"transform\\\":{\\\"m00\\\":14.0,\\\"m01\\\":1.8737471968975628e-13,\\\"m02\\\":1.0,\\\"m10\\\":-1.4851691382787580e-13,\\\"m11\\\":14.0,\\\"m12\\\":1.0},\\\"opacity\\\":1.0,\\\"blendMode\\\":\\\"NORMAL\\\",\\\"visible\\\":true}\"\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"path\", {\n\t\t\tfill: \"#7B3BA5\",\n\t\t\tfillRule: \"evenodd\",\n\t\t\td: \"M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7\",\n\t\t\tclipRule: \"evenodd\"\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"defs\", { children: /* @__PURE__ */ _jsx(\"clipPath\", {\n\t\t\tid: \"a\",\n\t\t\tchildren: /* @__PURE__ */ _jsx(\"path\", {\n\t\t\t\tfillRule: \"evenodd\",\n\t\t\t\td: \"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\",\n\t\t\t\tclipRule: \"evenodd\"\n\t\t\t})\n\t\t}) })\n\t]\n});\nconst ForwardRef = forwardRef(SvgIconSpinnerPurpleDouble16);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,gCAAgC,OAAO,QAAwB,qBAAM,OAAO;CACjF,OAAO;CACP,OAAO;CACP,QAAQ;CACR,MAAM;CACN,SAAS;CACT;CACA,GAAG;CACH,UAAU;EACO,oBAAK,KAAK;GACzB,UAAU;GACV,yBAAyB;GACzB,UAA0B,oBAAK,iBAAiB;IAC/C,OAAO;IACP,QAAQ;IACR,GAAG;IACH,GAAG;IACH,WAAW;IACX,UAA0B,oBAAK,OAAO;KACrC,OAAO;KACP,OAAO;MACN,YAAY;MACZ,QAAQ;MACR,OAAO;MACP,SAAS;KACV;IACD,CAAC;GACF,CAAC;EACF,CAAC;EACe,oBAAK,QAAQ;GAC5B,GAAG;GACH,UAAU;GACV,4BAA4B;EAC7B,CAAC;EACe,oBAAK,QAAQ;GAC5B,MAAM;GACN,UAAU;GACV,GAAG;GACH,UAAU;EACX,CAAC;EACe,oBAAK,QAAQ,EAAE,UAA0B,oBAAK,YAAY;GACzE,IAAI;GACJ,UAA0B,oBAAK,QAAQ;IACtC,UAAU;IACV,GAAG;IACH,UAAU;GACX,CAAC;EACF,CAAC,EAAE,CAAC;CACL;AACD,CAAC;AACD,IAAM,aAAa,WAAW,4BAA4B"}
@@ -1,52 +0,0 @@
1
- import { forwardRef } from "react";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- //#region lib/svgs/16x16/icon-spinner-white-16.svg?react
4
- var SvgIconSpinnerWhite16 = (props, ref) => /* @__PURE__ */ jsxs("svg", {
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: 16,
7
- height: 16,
8
- fill: "none",
9
- viewBox: "0 0 16 16",
10
- ref,
11
- ...props,
12
- children: [
13
- /* @__PURE__ */ jsx("g", {
14
- clipPath: "url(#a)",
15
- "data-figma-skip-parse": "true",
16
- children: /* @__PURE__ */ jsx("foreignObject", {
17
- width: 2571.43,
18
- height: 2571.43,
19
- x: -1285.71,
20
- y: -1285.71,
21
- transform: "translate(8 8)scale(.007)",
22
- children: /* @__PURE__ */ jsx("div", {
23
- xmlns: "http://www.w3.org/1999/xhtml",
24
- style: {
25
- background: "conic-gradient(from 90deg,rgba(255,255,255,0) 0deg,#fff 360deg)",
26
- height: "100%",
27
- width: "100%",
28
- opacity: 1
29
- }
30
- })
31
- })
32
- }),
33
- /* @__PURE__ */ jsx("path", {
34
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
35
- clipRule: "evenodd",
36
- "data-figma-gradient-fill": "{\"type\":\"GRADIENT_ANGULAR\",\"stops\":[{\"color\":{\"r\":1.0,\"g\":1.0,\"b\":1.0,\"a\":0.0},\"position\":0.0},{\"color\":{\"r\":1.0,\"g\":1.0,\"b\":1.0,\"a\":1.0},\"position\":1.0}],\"stopsVar\":[],\"transform\":{\"m00\":14.0,\"m01\":1.8737471968975628e-13,\"m02\":1.0,\"m10\":-1.4851691382787580e-13,\"m11\":14.0,\"m12\":1.0},\"opacity\":1.0,\"blendMode\":\"NORMAL\",\"visible\":true}"
37
- }),
38
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
39
- id: "a",
40
- children: /* @__PURE__ */ jsx("path", {
41
- fillRule: "evenodd",
42
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
43
- clipRule: "evenodd"
44
- })
45
- }) })
46
- ]
47
- });
48
- var ForwardRef = forwardRef(SvgIconSpinnerWhite16);
49
- //#endregion
50
- export { ForwardRef as default };
51
-
52
- //# sourceMappingURL=icon-spinner-white-16.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-spinner-white-16.js","names":[],"sources":["../../../lib/svgs/16x16/icon-spinner-white-16.svg?react"],"sourcesContent":["import * as React from \"react\";\nimport { forwardRef } from \"react\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst SvgIconSpinnerWhite16 = (props, ref) => /* @__PURE__ */ _jsxs(\"svg\", {\n\txmlns: \"http://www.w3.org/2000/svg\",\n\twidth: 16,\n\theight: 16,\n\tfill: \"none\",\n\tviewBox: \"0 0 16 16\",\n\tref,\n\t...props,\n\tchildren: [\n\t\t/* @__PURE__ */ _jsx(\"g\", {\n\t\t\tclipPath: \"url(#a)\",\n\t\t\t\"data-figma-skip-parse\": \"true\",\n\t\t\tchildren: /* @__PURE__ */ _jsx(\"foreignObject\", {\n\t\t\t\twidth: 2571.43,\n\t\t\t\theight: 2571.43,\n\t\t\t\tx: -1285.71,\n\t\t\t\ty: -1285.71,\n\t\t\t\ttransform: \"translate(8 8)scale(.007)\",\n\t\t\t\tchildren: /* @__PURE__ */ _jsx(\"div\", {\n\t\t\t\t\txmlns: \"http://www.w3.org/1999/xhtml\",\n\t\t\t\t\tstyle: {\n\t\t\t\t\t\tbackground: \"conic-gradient(from 90deg,rgba(255,255,255,0) 0deg,#fff 360deg)\",\n\t\t\t\t\t\theight: \"100%\",\n\t\t\t\t\t\twidth: \"100%\",\n\t\t\t\t\t\topacity: 1\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t})\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"path\", {\n\t\t\td: \"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\",\n\t\t\tclipRule: \"evenodd\",\n\t\t\t\"data-figma-gradient-fill\": \"{\\\"type\\\":\\\"GRADIENT_ANGULAR\\\",\\\"stops\\\":[{\\\"color\\\":{\\\"r\\\":1.0,\\\"g\\\":1.0,\\\"b\\\":1.0,\\\"a\\\":0.0},\\\"position\\\":0.0},{\\\"color\\\":{\\\"r\\\":1.0,\\\"g\\\":1.0,\\\"b\\\":1.0,\\\"a\\\":1.0},\\\"position\\\":1.0}],\\\"stopsVar\\\":[],\\\"transform\\\":{\\\"m00\\\":14.0,\\\"m01\\\":1.8737471968975628e-13,\\\"m02\\\":1.0,\\\"m10\\\":-1.4851691382787580e-13,\\\"m11\\\":14.0,\\\"m12\\\":1.0},\\\"opacity\\\":1.0,\\\"blendMode\\\":\\\"NORMAL\\\",\\\"visible\\\":true}\"\n\t\t}),\n\t\t/* @__PURE__ */ _jsx(\"defs\", { children: /* @__PURE__ */ _jsx(\"clipPath\", {\n\t\t\tid: \"a\",\n\t\t\tchildren: /* @__PURE__ */ _jsx(\"path\", {\n\t\t\t\tfillRule: \"evenodd\",\n\t\t\t\td: \"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\",\n\t\t\t\tclipRule: \"evenodd\"\n\t\t\t})\n\t\t}) })\n\t]\n});\nconst ForwardRef = forwardRef(SvgIconSpinnerWhite16);\nexport default ForwardRef;\n"],"mappings":";;;AAGA,IAAM,yBAAyB,OAAO,QAAwB,qBAAM,OAAO;CAC1E,OAAO;CACP,OAAO;CACP,QAAQ;CACR,MAAM;CACN,SAAS;CACT;CACA,GAAG;CACH,UAAU;EACO,oBAAK,KAAK;GACzB,UAAU;GACV,yBAAyB;GACzB,UAA0B,oBAAK,iBAAiB;IAC/C,OAAO;IACP,QAAQ;IACR,GAAG;IACH,GAAG;IACH,WAAW;IACX,UAA0B,oBAAK,OAAO;KACrC,OAAO;KACP,OAAO;MACN,YAAY;MACZ,QAAQ;MACR,OAAO;MACP,SAAS;KACV;IACD,CAAC;GACF,CAAC;EACF,CAAC;EACe,oBAAK,QAAQ;GAC5B,GAAG;GACH,UAAU;GACV,4BAA4B;EAC7B,CAAC;EACe,oBAAK,QAAQ,EAAE,UAA0B,oBAAK,YAAY;GACzE,IAAI;GACJ,UAA0B,oBAAK,QAAQ;IACtC,UAAU;IACV,GAAG;IACH,UAAU;GACX,CAAC;EACF,CAAC,EAAE,CAAC;CACL;AACD,CAAC;AACD,IAAM,aAAa,WAAW,qBAAqB"}
@@ -1,52 +0,0 @@
1
- import { forwardRef } from "react";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- //#region lib/svgs/24x24/icon-spinner-on-disabled-24.svg?react
4
- var SvgIconSpinnerOnDisabled24 = (props, ref) => /* @__PURE__ */ jsxs("svg", {
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: 24,
7
- height: 24,
8
- fill: "none",
9
- viewBox: "0 0 24 24",
10
- ref,
11
- ...props,
12
- children: [
13
- /* @__PURE__ */ jsx("g", {
14
- clipPath: "url(#a)",
15
- "data-figma-skip-parse": "true",
16
- children: /* @__PURE__ */ jsx("foreignObject", {
17
- width: 2300,
18
- height: 2300,
19
- x: -1150,
20
- y: -1150,
21
- transform: "matrix(.01 0 0 .01 12 12)",
22
- children: /* @__PURE__ */ jsx("div", {
23
- xmlns: "http://www.w3.org/1999/xhtml",
24
- style: {
25
- background: "conic-gradient(from 90deg,rgba(125,113,132,0) 0deg,#afa4b4 360deg)",
26
- height: "100%",
27
- width: "100%",
28
- opacity: 1
29
- }
30
- })
31
- })
32
- }),
33
- /* @__PURE__ */ jsx("path", {
34
- d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10",
35
- clipRule: "evenodd",
36
- "data-figma-gradient-fill": "{\"type\":\"GRADIENT_ANGULAR\",\"stops\":[{\"color\":{\"r\":0.49019607901573181,\"g\":0.44313725829124451,\"b\":0.51764708757400513,\"a\":0.0},\"position\":0.0},{\"color\":{\"r\":0.68627452850341797,\"g\":0.64313727617263794,\"b\":0.70588237047195435,\"a\":1.0},\"position\":1.0}],\"stopsVar\":[],\"transform\":{\"m00\":20.0,\"m01\":-3.5848762651967403e-13,\"m02\":2.0,\"m10\":-3.2096886455092177e-13,\"m11\":20.0,\"m12\":2.0},\"opacity\":1.0,\"blendMode\":\"NORMAL\",\"visible\":true}"
37
- }),
38
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
39
- id: "a",
40
- children: /* @__PURE__ */ jsx("path", {
41
- fillRule: "evenodd",
42
- d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10",
43
- clipRule: "evenodd"
44
- })
45
- }) })
46
- ]
47
- });
48
- var ForwardRef = forwardRef(SvgIconSpinnerOnDisabled24);
49
- //#endregion
50
- export { ForwardRef as default };
51
-
52
- //# sourceMappingURL=icon-spinner-on-disabled-24.js.map