kui-icon 0.0.28 → 0.0.29

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.
@@ -3,25 +3,70 @@
3
3
  require('react');
4
4
  var jsxRuntime = require('@emotion/react/jsx-runtime');
5
5
 
6
- function CrossWithCircleIcon(_ref) {
7
- var width = _ref.width,
8
- height = _ref.height;
9
- return jsxRuntime.jsx("svg", {
10
- width: width,
11
- height: height,
6
+ function ownKeys(e, r) {
7
+ var t = Object.keys(e);
8
+ if (Object.getOwnPropertySymbols) {
9
+ var o = Object.getOwnPropertySymbols(e);
10
+ r && (o = o.filter(function (r) {
11
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
12
+ })), t.push.apply(t, o);
13
+ }
14
+ return t;
15
+ }
16
+ function _objectSpread2(e) {
17
+ for (var r = 1; r < arguments.length; r++) {
18
+ var t = null != arguments[r] ? arguments[r] : {};
19
+ r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
20
+ _defineProperty(e, r, t[r]);
21
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
22
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
23
+ });
24
+ }
25
+ return e;
26
+ }
27
+ function _toPrimitive(t, r) {
28
+ if ("object" != typeof t || !t) return t;
29
+ var e = t[Symbol.toPrimitive];
30
+ if (void 0 !== e) {
31
+ var i = e.call(t, r || "default");
32
+ if ("object" != typeof i) return i;
33
+ throw new TypeError("@@toPrimitive must return a primitive value.");
34
+ }
35
+ return ("string" === r ? String : Number)(t);
36
+ }
37
+ function _toPropertyKey(t) {
38
+ var i = _toPrimitive(t, "string");
39
+ return "symbol" == typeof i ? i : i + "";
40
+ }
41
+ function _defineProperty(obj, key, value) {
42
+ key = _toPropertyKey(key);
43
+ if (key in obj) {
44
+ Object.defineProperty(obj, key, {
45
+ value: value,
46
+ enumerable: true,
47
+ configurable: true,
48
+ writable: true
49
+ });
50
+ } else {
51
+ obj[key] = value;
52
+ }
53
+ return obj;
54
+ }
55
+
56
+ function CrossWithCircleIcon(props) {
57
+ return jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
58
+ width: 22,
59
+ height: 22,
12
60
  viewBox: "0 0 22 22",
13
61
  fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg",
62
+ xmlns: "http://www.w3.org/2000/svg"
63
+ }, props), {}, {
15
64
  children: jsxRuntime.jsx("path", {
16
65
  d: "M11.0001 0.713867C16.6807 0.713867 21.2858 5.31894 21.2858 10.9996C21.2858 16.6802 16.6807 21.2853 11.0001 21.2853C5.31943 21.2853 0.714355 16.6802 0.714355 10.9996C0.714355 5.31894 5.31943 0.713867 11.0001 0.713867ZM11.0001 2.42815C6.2662 2.42815 2.42864 6.26571 2.42864 10.9996C2.42864 15.7334 6.2662 19.571 11.0001 19.571C15.7339 19.571 19.5715 15.7334 19.5715 10.9996C19.5715 6.26571 15.7339 2.42815 11.0001 2.42815ZM7.39398 7.39349C7.72871 7.05875 8.27143 7.05875 8.60616 7.39349L11.0001 9.78672L13.394 7.39349C13.703 7.0845 14.1892 7.06073 14.5254 7.32218L14.6062 7.39349C14.9409 7.72822 14.9409 8.27094 14.6062 8.60567L12.2129 10.9996L14.6062 13.3935C14.9151 13.7025 14.9389 14.1887 14.6775 14.5249L14.6062 14.6057C14.2714 14.9404 13.7287 14.9404 13.394 14.6057L11.0001 12.2124L8.60616 14.6057C8.29717 14.9147 7.81098 14.9384 7.47473 14.677L7.39398 14.6057C7.05924 14.2709 7.05924 13.7282 7.39398 13.3935L9.78721 10.9996L7.39398 8.60567C7.08499 8.29669 7.06122 7.81049 7.32267 7.47424L7.39398 7.39349Z",
17
66
  fill: "white"
18
67
  })
19
- });
68
+ }));
20
69
  }
21
- CrossWithCircleIcon.defaultProps = {
22
- width: 22,
23
- height: 22
24
- };
25
70
 
26
71
  module.exports = CrossWithCircleIcon;
27
72
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/icons/CrossWithCircleIcon.js"],"sourcesContent":["import React from \"react\"\n\nfunction CrossWithCircleIcon({ width, height }) {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 22 22\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M11.0001 0.713867C16.6807 0.713867 21.2858 5.31894 21.2858 10.9996C21.2858 16.6802 16.6807 21.2853 11.0001 21.2853C5.31943 21.2853 0.714355 16.6802 0.714355 10.9996C0.714355 5.31894 5.31943 0.713867 11.0001 0.713867ZM11.0001 2.42815C6.2662 2.42815 2.42864 6.26571 2.42864 10.9996C2.42864 15.7334 6.2662 19.571 11.0001 19.571C15.7339 19.571 19.5715 15.7334 19.5715 10.9996C19.5715 6.26571 15.7339 2.42815 11.0001 2.42815ZM7.39398 7.39349C7.72871 7.05875 8.27143 7.05875 8.60616 7.39349L11.0001 9.78672L13.394 7.39349C13.703 7.0845 14.1892 7.06073 14.5254 7.32218L14.6062 7.39349C14.9409 7.72822 14.9409 8.27094 14.6062 8.60567L12.2129 10.9996L14.6062 13.3935C14.9151 13.7025 14.9389 14.1887 14.6775 14.5249L14.6062 14.6057C14.2714 14.9404 13.7287 14.9404 13.394 14.6057L11.0001 12.2124L8.60616 14.6057C8.29717 14.9147 7.81098 14.9384 7.47473 14.677L7.39398 14.6057C7.05924 14.2709 7.05924 13.7282 7.39398 13.3935L9.78721 10.9996L7.39398 8.60567C7.08499 8.29669 7.06122 7.81049 7.32267 7.47424L7.39398 7.39349Z\"\n fill=\"white\"\n />\n </svg>\n )\n}\n\nCrossWithCircleIcon.defaultProps = {\n width: 22,\n height: 22,\n}\n\nexport default CrossWithCircleIcon\n"],"names":["CrossWithCircleIcon","_ref","width","height","_jsx","viewBox","fill","xmlns","children","d","defaultProps"],"mappings":";;;;;AAEA,SAASA,mBAAmBA,CAAAC,IAAA,EAAoB;AAAA,EAAA,IAAjBC,KAAK,GAAAD,IAAA,CAALC,KAAK;IAAEC,MAAM,GAAAF,IAAA,CAANE,MAAM,CAAA;AAC1C,EAAA,OACEC,cAAA,CAAA,KAAA,EAAA;AACEF,IAAAA,KAAK,EAAEA,KAAM;AACbC,IAAAA,MAAM,EAAEA,MAAO;AACfE,IAAAA,OAAO,EAAC,WAAW;AACnBC,IAAAA,IAAI,EAAC,MAAM;AACXC,IAAAA,KAAK,EAAC,4BAA4B;AAAAC,IAAAA,QAAA,EAElCJ,cAAA,CAAA,MAAA,EAAA;AACEK,MAAAA,CAAC,EAAC,k/BAAk/B;AACp/BH,MAAAA,IAAI,EAAC,OAAA;KACN,CAAA;AAAC,GACC,CAAC,CAAA;AAEV,CAAA;AAEAN,mBAAmB,CAACU,YAAY,GAAG;AACjCR,EAAAA,KAAK,EAAE,EAAE;AACTC,EAAAA,MAAM,EAAE,EAAA;AACV,CAAC;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/icons/CrossWithCircleIcon.js"],"sourcesContent":["import React from \"react\"\n\nfunction CrossWithCircleIcon(props) {\n return (\n <svg\n width={22}\n height={22}\n viewBox=\"0 0 22 22\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M11.0001 0.713867C16.6807 0.713867 21.2858 5.31894 21.2858 10.9996C21.2858 16.6802 16.6807 21.2853 11.0001 21.2853C5.31943 21.2853 0.714355 16.6802 0.714355 10.9996C0.714355 5.31894 5.31943 0.713867 11.0001 0.713867ZM11.0001 2.42815C6.2662 2.42815 2.42864 6.26571 2.42864 10.9996C2.42864 15.7334 6.2662 19.571 11.0001 19.571C15.7339 19.571 19.5715 15.7334 19.5715 10.9996C19.5715 6.26571 15.7339 2.42815 11.0001 2.42815ZM7.39398 7.39349C7.72871 7.05875 8.27143 7.05875 8.60616 7.39349L11.0001 9.78672L13.394 7.39349C13.703 7.0845 14.1892 7.06073 14.5254 7.32218L14.6062 7.39349C14.9409 7.72822 14.9409 8.27094 14.6062 8.60567L12.2129 10.9996L14.6062 13.3935C14.9151 13.7025 14.9389 14.1887 14.6775 14.5249L14.6062 14.6057C14.2714 14.9404 13.7287 14.9404 13.394 14.6057L11.0001 12.2124L8.60616 14.6057C8.29717 14.9147 7.81098 14.9384 7.47473 14.677L7.39398 14.6057C7.05924 14.2709 7.05924 13.7282 7.39398 13.3935L9.78721 10.9996L7.39398 8.60567C7.08499 8.29669 7.06122 7.81049 7.32267 7.47424L7.39398 7.39349Z\"\n fill=\"white\"\n />\n </svg>\n )\n}\n\nexport default CrossWithCircleIcon\n"],"names":["CrossWithCircleIcon","props","_jsx","_objectSpread","width","height","viewBox","fill","xmlns","children","d"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,SAASA,mBAAmBA,CAACC,KAAK,EAAE;AAClC,EAAA,OACEC,cAAA,CAAA,KAAA,EAAAC,cAAA,CAAAA,cAAA,CAAA;AACEC,IAAAA,KAAK,EAAE,EAAG;AACVC,IAAAA,MAAM,EAAE,EAAG;AACXC,IAAAA,OAAO,EAAC,WAAW;AACnBC,IAAAA,IAAI,EAAC,MAAM;AACXC,IAAAA,KAAK,EAAC,4BAAA;AAA4B,GAAA,EAC9BP,KAAK,CAAA,EAAA,EAAA,EAAA;AAAAQ,IAAAA,QAAA,EAETP,cAAA,CAAA,MAAA,EAAA;AACEQ,MAAAA,CAAC,EAAC,k/BAAk/B;AACp/BH,MAAAA,IAAI,EAAC,OAAA;KACN,CAAA;AAAC,GAAA,CACC,CAAC,CAAA;AAEV;;;;"}
@@ -1,25 +1,70 @@
1
1
  import 'react';
2
2
  import { jsx } from '@emotion/react/jsx-runtime';
3
3
 
4
- function CrossWithCircleIcon(_ref) {
5
- var width = _ref.width,
6
- height = _ref.height;
7
- return jsx("svg", {
8
- width: width,
9
- height: height,
4
+ function ownKeys(e, r) {
5
+ var t = Object.keys(e);
6
+ if (Object.getOwnPropertySymbols) {
7
+ var o = Object.getOwnPropertySymbols(e);
8
+ r && (o = o.filter(function (r) {
9
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
10
+ })), t.push.apply(t, o);
11
+ }
12
+ return t;
13
+ }
14
+ function _objectSpread2(e) {
15
+ for (var r = 1; r < arguments.length; r++) {
16
+ var t = null != arguments[r] ? arguments[r] : {};
17
+ r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
18
+ _defineProperty(e, r, t[r]);
19
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
20
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
21
+ });
22
+ }
23
+ return e;
24
+ }
25
+ function _toPrimitive(t, r) {
26
+ if ("object" != typeof t || !t) return t;
27
+ var e = t[Symbol.toPrimitive];
28
+ if (void 0 !== e) {
29
+ var i = e.call(t, r || "default");
30
+ if ("object" != typeof i) return i;
31
+ throw new TypeError("@@toPrimitive must return a primitive value.");
32
+ }
33
+ return ("string" === r ? String : Number)(t);
34
+ }
35
+ function _toPropertyKey(t) {
36
+ var i = _toPrimitive(t, "string");
37
+ return "symbol" == typeof i ? i : i + "";
38
+ }
39
+ function _defineProperty(obj, key, value) {
40
+ key = _toPropertyKey(key);
41
+ if (key in obj) {
42
+ Object.defineProperty(obj, key, {
43
+ value: value,
44
+ enumerable: true,
45
+ configurable: true,
46
+ writable: true
47
+ });
48
+ } else {
49
+ obj[key] = value;
50
+ }
51
+ return obj;
52
+ }
53
+
54
+ function CrossWithCircleIcon(props) {
55
+ return jsx("svg", _objectSpread2(_objectSpread2({
56
+ width: 22,
57
+ height: 22,
10
58
  viewBox: "0 0 22 22",
11
59
  fill: "none",
12
- xmlns: "http://www.w3.org/2000/svg",
60
+ xmlns: "http://www.w3.org/2000/svg"
61
+ }, props), {}, {
13
62
  children: jsx("path", {
14
63
  d: "M11.0001 0.713867C16.6807 0.713867 21.2858 5.31894 21.2858 10.9996C21.2858 16.6802 16.6807 21.2853 11.0001 21.2853C5.31943 21.2853 0.714355 16.6802 0.714355 10.9996C0.714355 5.31894 5.31943 0.713867 11.0001 0.713867ZM11.0001 2.42815C6.2662 2.42815 2.42864 6.26571 2.42864 10.9996C2.42864 15.7334 6.2662 19.571 11.0001 19.571C15.7339 19.571 19.5715 15.7334 19.5715 10.9996C19.5715 6.26571 15.7339 2.42815 11.0001 2.42815ZM7.39398 7.39349C7.72871 7.05875 8.27143 7.05875 8.60616 7.39349L11.0001 9.78672L13.394 7.39349C13.703 7.0845 14.1892 7.06073 14.5254 7.32218L14.6062 7.39349C14.9409 7.72822 14.9409 8.27094 14.6062 8.60567L12.2129 10.9996L14.6062 13.3935C14.9151 13.7025 14.9389 14.1887 14.6775 14.5249L14.6062 14.6057C14.2714 14.9404 13.7287 14.9404 13.394 14.6057L11.0001 12.2124L8.60616 14.6057C8.29717 14.9147 7.81098 14.9384 7.47473 14.677L7.39398 14.6057C7.05924 14.2709 7.05924 13.7282 7.39398 13.3935L9.78721 10.9996L7.39398 8.60567C7.08499 8.29669 7.06122 7.81049 7.32267 7.47424L7.39398 7.39349Z",
15
64
  fill: "white"
16
65
  })
17
- });
66
+ }));
18
67
  }
19
- CrossWithCircleIcon.defaultProps = {
20
- width: 22,
21
- height: 22
22
- };
23
68
 
24
69
  export { CrossWithCircleIcon as default };
25
70
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/icons/CrossWithCircleIcon.js"],"sourcesContent":["import React from \"react\"\n\nfunction CrossWithCircleIcon({ width, height }) {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 22 22\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M11.0001 0.713867C16.6807 0.713867 21.2858 5.31894 21.2858 10.9996C21.2858 16.6802 16.6807 21.2853 11.0001 21.2853C5.31943 21.2853 0.714355 16.6802 0.714355 10.9996C0.714355 5.31894 5.31943 0.713867 11.0001 0.713867ZM11.0001 2.42815C6.2662 2.42815 2.42864 6.26571 2.42864 10.9996C2.42864 15.7334 6.2662 19.571 11.0001 19.571C15.7339 19.571 19.5715 15.7334 19.5715 10.9996C19.5715 6.26571 15.7339 2.42815 11.0001 2.42815ZM7.39398 7.39349C7.72871 7.05875 8.27143 7.05875 8.60616 7.39349L11.0001 9.78672L13.394 7.39349C13.703 7.0845 14.1892 7.06073 14.5254 7.32218L14.6062 7.39349C14.9409 7.72822 14.9409 8.27094 14.6062 8.60567L12.2129 10.9996L14.6062 13.3935C14.9151 13.7025 14.9389 14.1887 14.6775 14.5249L14.6062 14.6057C14.2714 14.9404 13.7287 14.9404 13.394 14.6057L11.0001 12.2124L8.60616 14.6057C8.29717 14.9147 7.81098 14.9384 7.47473 14.677L7.39398 14.6057C7.05924 14.2709 7.05924 13.7282 7.39398 13.3935L9.78721 10.9996L7.39398 8.60567C7.08499 8.29669 7.06122 7.81049 7.32267 7.47424L7.39398 7.39349Z\"\n fill=\"white\"\n />\n </svg>\n )\n}\n\nCrossWithCircleIcon.defaultProps = {\n width: 22,\n height: 22,\n}\n\nexport default CrossWithCircleIcon\n"],"names":["CrossWithCircleIcon","_ref","width","height","_jsx","viewBox","fill","xmlns","children","d","defaultProps"],"mappings":";;;AAEA,SAASA,mBAAmBA,CAAAC,IAAA,EAAoB;AAAA,EAAA,IAAjBC,KAAK,GAAAD,IAAA,CAALC,KAAK;IAAEC,MAAM,GAAAF,IAAA,CAANE,MAAM,CAAA;AAC1C,EAAA,OACEC,GAAA,CAAA,KAAA,EAAA;AACEF,IAAAA,KAAK,EAAEA,KAAM;AACbC,IAAAA,MAAM,EAAEA,MAAO;AACfE,IAAAA,OAAO,EAAC,WAAW;AACnBC,IAAAA,IAAI,EAAC,MAAM;AACXC,IAAAA,KAAK,EAAC,4BAA4B;AAAAC,IAAAA,QAAA,EAElCJ,GAAA,CAAA,MAAA,EAAA;AACEK,MAAAA,CAAC,EAAC,k/BAAk/B;AACp/BH,MAAAA,IAAI,EAAC,OAAA;KACN,CAAA;AAAC,GACC,CAAC,CAAA;AAEV,CAAA;AAEAN,mBAAmB,CAACU,YAAY,GAAG;AACjCR,EAAAA,KAAK,EAAE,EAAE;AACTC,EAAAA,MAAM,EAAE,EAAA;AACV,CAAC;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/icons/CrossWithCircleIcon.js"],"sourcesContent":["import React from \"react\"\n\nfunction CrossWithCircleIcon(props) {\n return (\n <svg\n width={22}\n height={22}\n viewBox=\"0 0 22 22\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M11.0001 0.713867C16.6807 0.713867 21.2858 5.31894 21.2858 10.9996C21.2858 16.6802 16.6807 21.2853 11.0001 21.2853C5.31943 21.2853 0.714355 16.6802 0.714355 10.9996C0.714355 5.31894 5.31943 0.713867 11.0001 0.713867ZM11.0001 2.42815C6.2662 2.42815 2.42864 6.26571 2.42864 10.9996C2.42864 15.7334 6.2662 19.571 11.0001 19.571C15.7339 19.571 19.5715 15.7334 19.5715 10.9996C19.5715 6.26571 15.7339 2.42815 11.0001 2.42815ZM7.39398 7.39349C7.72871 7.05875 8.27143 7.05875 8.60616 7.39349L11.0001 9.78672L13.394 7.39349C13.703 7.0845 14.1892 7.06073 14.5254 7.32218L14.6062 7.39349C14.9409 7.72822 14.9409 8.27094 14.6062 8.60567L12.2129 10.9996L14.6062 13.3935C14.9151 13.7025 14.9389 14.1887 14.6775 14.5249L14.6062 14.6057C14.2714 14.9404 13.7287 14.9404 13.394 14.6057L11.0001 12.2124L8.60616 14.6057C8.29717 14.9147 7.81098 14.9384 7.47473 14.677L7.39398 14.6057C7.05924 14.2709 7.05924 13.7282 7.39398 13.3935L9.78721 10.9996L7.39398 8.60567C7.08499 8.29669 7.06122 7.81049 7.32267 7.47424L7.39398 7.39349Z\"\n fill=\"white\"\n />\n </svg>\n )\n}\n\nexport default CrossWithCircleIcon\n"],"names":["CrossWithCircleIcon","props","_jsx","_objectSpread","width","height","viewBox","fill","xmlns","children","d"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,SAASA,mBAAmBA,CAACC,KAAK,EAAE;AAClC,EAAA,OACEC,GAAA,CAAA,KAAA,EAAAC,cAAA,CAAAA,cAAA,CAAA;AACEC,IAAAA,KAAK,EAAE,EAAG;AACVC,IAAAA,MAAM,EAAE,EAAG;AACXC,IAAAA,OAAO,EAAC,WAAW;AACnBC,IAAAA,IAAI,EAAC,MAAM;AACXC,IAAAA,KAAK,EAAC,4BAAA;AAA4B,GAAA,EAC9BP,KAAK,CAAA,EAAA,EAAA,EAAA;AAAAQ,IAAAA,QAAA,EAETP,GAAA,CAAA,MAAA,EAAA;AACEQ,MAAAA,CAAC,EAAC,k/BAAk/B;AACp/BH,MAAAA,IAAI,EAAC,OAAA;KACN,CAAA;AAAC,GAAA,CACC,CAAC,CAAA;AAEV;;;;"}
package/cjs/index.js CHANGED
@@ -3732,25 +3732,20 @@ function MapIcon(props) {
3732
3732
  }));
3733
3733
  }
3734
3734
 
3735
- function CrossWithCircleIcon(_ref) {
3736
- var width = _ref.width,
3737
- height = _ref.height;
3738
- return jsxRuntime.jsx("svg", {
3739
- width: width,
3740
- height: height,
3735
+ function CrossWithCircleIcon(props) {
3736
+ return jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
3737
+ width: 22,
3738
+ height: 22,
3741
3739
  viewBox: "0 0 22 22",
3742
3740
  fill: "none",
3743
- xmlns: "http://www.w3.org/2000/svg",
3741
+ xmlns: "http://www.w3.org/2000/svg"
3742
+ }, props), {}, {
3744
3743
  children: jsxRuntime.jsx("path", {
3745
3744
  d: "M11.0001 0.713867C16.6807 0.713867 21.2858 5.31894 21.2858 10.9996C21.2858 16.6802 16.6807 21.2853 11.0001 21.2853C5.31943 21.2853 0.714355 16.6802 0.714355 10.9996C0.714355 5.31894 5.31943 0.713867 11.0001 0.713867ZM11.0001 2.42815C6.2662 2.42815 2.42864 6.26571 2.42864 10.9996C2.42864 15.7334 6.2662 19.571 11.0001 19.571C15.7339 19.571 19.5715 15.7334 19.5715 10.9996C19.5715 6.26571 15.7339 2.42815 11.0001 2.42815ZM7.39398 7.39349C7.72871 7.05875 8.27143 7.05875 8.60616 7.39349L11.0001 9.78672L13.394 7.39349C13.703 7.0845 14.1892 7.06073 14.5254 7.32218L14.6062 7.39349C14.9409 7.72822 14.9409 8.27094 14.6062 8.60567L12.2129 10.9996L14.6062 13.3935C14.9151 13.7025 14.9389 14.1887 14.6775 14.5249L14.6062 14.6057C14.2714 14.9404 13.7287 14.9404 13.394 14.6057L11.0001 12.2124L8.60616 14.6057C8.29717 14.9147 7.81098 14.9384 7.47473 14.677L7.39398 14.6057C7.05924 14.2709 7.05924 13.7282 7.39398 13.3935L9.78721 10.9996L7.39398 8.60567C7.08499 8.29669 7.06122 7.81049 7.32267 7.47424L7.39398 7.39349Z",
3746
3745
  fill: "white"
3747
3746
  })
3748
- });
3747
+ }));
3749
3748
  }
3750
- CrossWithCircleIcon.defaultProps = {
3751
- width: 22,
3752
- height: 22
3753
- };
3754
3749
 
3755
3750
  var InfoIcon = function InfoIcon(props) {
3756
3751
  return jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({