@lobehub/icons 2.44.0 → 2.46.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.
Files changed (121) hide show
  1. package/README.md +90 -86
  2. package/es/Ai2/components/Avatar.d.ts +5 -0
  3. package/es/Ai2/components/Avatar.js +25 -0
  4. package/es/Ai2/components/Color.d.ts +3 -0
  5. package/es/Ai2/components/Color.js +39 -0
  6. package/es/Ai2/components/Combine.d.ts +7 -0
  7. package/es/Ai2/components/Combine.js +32 -0
  8. package/es/Ai2/components/Mono.d.ts +3 -0
  9. package/es/Ai2/components/Mono.js +40 -0
  10. package/es/Ai2/components/Text.d.ts +3 -0
  11. package/es/Ai2/components/Text.js +39 -0
  12. package/es/Ai2/index.d.ts +16 -0
  13. package/es/Ai2/index.js +14 -0
  14. package/es/Ai2/style.d.ts +7 -0
  15. package/es/Ai2/style.js +9 -0
  16. package/es/Arcee/components/Avatar.d.ts +5 -0
  17. package/es/Arcee/components/Avatar.js +25 -0
  18. package/es/Arcee/components/Color.d.ts +3 -0
  19. package/es/Arcee/components/Color.js +39 -0
  20. package/es/Arcee/components/Combine.d.ts +7 -0
  21. package/es/Arcee/components/Combine.js +32 -0
  22. package/es/Arcee/components/Mono.d.ts +3 -0
  23. package/es/Arcee/components/Mono.js +40 -0
  24. package/es/Arcee/components/Text.d.ts +3 -0
  25. package/es/Arcee/components/Text.js +39 -0
  26. package/es/Arcee/index.d.ts +16 -0
  27. package/es/Arcee/index.js +14 -0
  28. package/es/Arcee/style.d.ts +7 -0
  29. package/es/Arcee/style.js +9 -0
  30. package/es/DeepCogito/components/Avatar.d.ts +5 -0
  31. package/es/DeepCogito/components/Avatar.js +25 -0
  32. package/es/DeepCogito/components/Color.d.ts +3 -0
  33. package/es/DeepCogito/components/Color.js +39 -0
  34. package/es/DeepCogito/components/Combine.d.ts +7 -0
  35. package/es/DeepCogito/components/Combine.js +32 -0
  36. package/es/DeepCogito/components/Mono.d.ts +3 -0
  37. package/es/DeepCogito/components/Mono.js +40 -0
  38. package/es/DeepCogito/components/Text.d.ts +3 -0
  39. package/es/DeepCogito/components/Text.js +39 -0
  40. package/es/DeepCogito/index.d.ts +16 -0
  41. package/es/DeepCogito/index.js +14 -0
  42. package/es/DeepCogito/style.d.ts +7 -0
  43. package/es/DeepCogito/style.js +9 -0
  44. package/es/EssentialAI/components/Avatar.d.ts +5 -0
  45. package/es/EssentialAI/components/Avatar.js +25 -0
  46. package/es/EssentialAI/components/Color.d.ts +3 -0
  47. package/es/EssentialAI/components/Color.js +58 -0
  48. package/es/EssentialAI/components/Combine.d.ts +7 -0
  49. package/es/EssentialAI/components/Combine.js +32 -0
  50. package/es/EssentialAI/components/Mono.d.ts +3 -0
  51. package/es/EssentialAI/components/Mono.js +40 -0
  52. package/es/EssentialAI/components/Text.d.ts +3 -0
  53. package/es/EssentialAI/components/Text.js +39 -0
  54. package/es/EssentialAI/index.d.ts +16 -0
  55. package/es/EssentialAI/index.js +15 -0
  56. package/es/EssentialAI/style.d.ts +8 -0
  57. package/es/EssentialAI/style.js +10 -0
  58. package/es/Inception/components/Avatar.d.ts +5 -0
  59. package/es/Inception/components/Avatar.js +25 -0
  60. package/es/Inception/components/Combine.d.ts +5 -0
  61. package/es/Inception/components/Combine.js +26 -0
  62. package/es/Inception/components/Mono.d.ts +3 -0
  63. package/es/Inception/components/Mono.js +40 -0
  64. package/es/Inception/components/Text.d.ts +3 -0
  65. package/es/Inception/components/Text.js +47 -0
  66. package/es/Inception/index.d.ts +13 -0
  67. package/es/Inception/index.js +12 -0
  68. package/es/Inception/style.d.ts +7 -0
  69. package/es/Inception/style.js +9 -0
  70. package/es/LobeHub/components/Color.js +343 -27
  71. package/es/LobeHub/components/Mono.js +21 -21
  72. package/es/LobeHub/components/Morden.d.ts +3 -0
  73. package/es/LobeHub/components/Morden.js +40 -0
  74. package/es/LobeHub/index.d.ts +2 -0
  75. package/es/LobeHub/index.js +2 -0
  76. package/es/LobeHub/style.d.ts +1 -1
  77. package/es/LobeHub/style.js +1 -1
  78. package/es/Morph/components/Avatar.d.ts +5 -0
  79. package/es/Morph/components/Avatar.js +25 -0
  80. package/es/Morph/components/Color.d.ts +3 -0
  81. package/es/Morph/components/Color.js +39 -0
  82. package/es/Morph/components/Combine.d.ts +7 -0
  83. package/es/Morph/components/Combine.js +32 -0
  84. package/es/Morph/components/Mono.d.ts +3 -0
  85. package/es/Morph/components/Mono.js +40 -0
  86. package/es/Morph/components/Text.d.ts +3 -0
  87. package/es/Morph/components/Text.js +42 -0
  88. package/es/Morph/index.d.ts +16 -0
  89. package/es/Morph/index.js +14 -0
  90. package/es/Morph/style.d.ts +7 -0
  91. package/es/Morph/style.js +9 -0
  92. package/es/Nova/components/Color.js +51 -105
  93. package/es/Nova/components/Mono.js +4 -13
  94. package/es/Nova/style.d.ts +2 -2
  95. package/es/Nova/style.js +1 -1
  96. package/es/Relace/components/Avatar.d.ts +5 -0
  97. package/es/Relace/components/Avatar.js +25 -0
  98. package/es/Relace/components/Combine.d.ts +5 -0
  99. package/es/Relace/components/Combine.js +26 -0
  100. package/es/Relace/components/Mono.d.ts +3 -0
  101. package/es/Relace/components/Mono.js +40 -0
  102. package/es/Relace/components/Text.d.ts +3 -0
  103. package/es/Relace/components/Text.js +39 -0
  104. package/es/Relace/index.d.ts +13 -0
  105. package/es/Relace/index.js +12 -0
  106. package/es/Relace/style.d.ts +7 -0
  107. package/es/Relace/style.js +9 -0
  108. package/es/Replicate/index.d.ts +1 -0
  109. package/es/Replicate/index.js +1 -0
  110. package/es/SearchApi/components/Mono.js +1 -1
  111. package/es/SearchApi/components/Text.js +2 -2
  112. package/es/SearchApi/style.d.ts +3 -3
  113. package/es/SearchApi/style.js +3 -3
  114. package/es/features/modelConfig.js +33 -1
  115. package/es/features/providerConfig.js +5 -0
  116. package/es/features/providerEnum.d.ts +1 -0
  117. package/es/features/providerEnum.js +1 -0
  118. package/es/icons.d.ts +7 -0
  119. package/es/icons.js +7 -0
  120. package/es/toc.js +133 -6
  121. package/package.json +3 -3
@@ -25,132 +25,78 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
25
25
  size = _ref$size === void 0 ? '1em' : _ref$size,
26
26
  style = _ref.style,
27
27
  rest = _objectWithoutProperties(_ref, _excluded);
28
- var _useFillIds = useFillIds(TITLE, 4),
29
- _useFillIds2 = _slicedToArray(_useFillIds, 4),
28
+ var _useFillIds = useFillIds(TITLE, 3),
29
+ _useFillIds2 = _slicedToArray(_useFillIds, 3),
30
30
  a = _useFillIds2[0],
31
31
  b = _useFillIds2[1],
32
- c = _useFillIds2[2],
33
- d = _useFillIds2[3];
32
+ c = _useFillIds2[2];
34
33
  return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
35
34
  height: size,
36
35
  style: _objectSpread({
37
36
  flex: 'none',
38
37
  lineHeight: 1
39
38
  }, style),
40
- viewBox: "0 0 24 24",
39
+ viewBox: "0 0 33 32",
41
40
  width: size,
42
41
  xmlns: "http://www.w3.org/2000/svg"
43
42
  }, rest), {}, {
44
43
  children: [/*#__PURE__*/_jsx("title", {
45
44
  children: TITLE
46
- }), /*#__PURE__*/_jsx("path", {
47
- d: "M12.557 2.257a.432.432 0 00-.202-.366L9.42.063a.42.42 0 00-.444 0L3.601 3.395l-.022.015a.43.43 0 00-.18.352v3.443L.709 8.8a.43.43 0 00-.209.37v5.618a.43.43 0 00.214.343l2.685 1.56v3.512a.43.43 0 00.201.367l5.374 3.366a.42.42 0 00.442.002l2.935-1.79a.43.43 0 00.205-.369v-8.688h-.849v1.138L6.08 17.65l.436.737 5.191-3.156v6.305L9.2 23.066l-2.092-1.31 2.2-1.326-.434-.74-2.58 1.556-2.047-1.282v-3.406l2.374-1.43-.433-.739-2.476 1.493-2.363-1.373v-2.265l2.585-1.56-.434-.738-2.151 1.297V9.415l2.465-1.462 2.342 1.512v2.171l-1.75 1.15.461.72 1.67-1.095 1.533 1.088.486-.705-1.55-1.1v-2.27L9.56 7.817a.433.433 0 00.2-.366V4.728h-.848v2.483L6.55 8.7 4.247 7.216V4.003L6.12 2.84v2.712h.85V2.315L9.197.934l2.509 1.563v8.14h.85v-8.38z",
48
- fill: a.fill
49
- }), /*#__PURE__*/_jsx("path", {
50
- clipRule: "evenodd",
51
- d: "M18.946 12.273a2.25 2.25 0 100-.818h-8.219v.818h8.22zm3.645-.41a1.432 1.432 0 11-2.863 0 1.432 1.432 0 012.863 0z",
52
- fill: b.fill,
53
- fillRule: "evenodd"
54
- }), /*#__PURE__*/_jsx("path", {
55
- clipRule: "evenodd",
56
- d: "M18.091 14.727h-4.705v-.818h5.523V18h1.637v4.091h-4.091v-4.09h1.636v-3.274zm-.818 6.546v-2.455h2.454v2.455h-2.454z",
57
- fill: c.fill,
58
- fillRule: "evenodd"
59
- }), /*#__PURE__*/_jsx("path", {
60
- clipRule: "evenodd",
61
- d: "M18.091 9h-4.705v.818h5.523v-4.09h2.375L18.5 1.273l-2.783 4.453h2.374V9zm.41-6.183L17.192 4.91h2.615L18.5 2.817z",
62
- fill: d.fill,
63
- fillRule: "evenodd"
64
- }), /*#__PURE__*/_jsxs("defs", {
65
- children: [/*#__PURE__*/_jsxs("linearGradient", {
66
- gradientUnits: "userSpaceOnUse",
45
+ }), /*#__PURE__*/_jsxs("g", {
46
+ mask: a.fill,
47
+ children: [/*#__PURE__*/_jsx("mask", {
48
+ height: "32",
67
49
  id: a.id,
68
- x1: "3.5",
69
- x2: "20.5",
70
- y1: "3.5",
71
- y2: "21.5",
72
- children: [/*#__PURE__*/_jsx("stop", {
73
- stopColor: "#43E3E4"
74
- }), /*#__PURE__*/_jsx("stop", {
75
- offset: ".25",
76
- stopColor: "#4A9FFF"
77
- }), /*#__PURE__*/_jsx("stop", {
78
- offset: ".5",
79
- stopColor: "#AA4BFB"
80
- }), /*#__PURE__*/_jsx("stop", {
81
- offset: ".75",
82
- stopColor: "#FC5978"
83
- }), /*#__PURE__*/_jsx("stop", {
84
- offset: "1",
85
- stopColor: "#FF6D32"
86
- })]
87
- }), /*#__PURE__*/_jsxs("linearGradient", {
88
- gradientUnits: "userSpaceOnUse",
50
+ maskUnits: "userSpaceOnUse",
51
+ style: {
52
+ maskType: 'luminance'
53
+ },
54
+ width: "32",
55
+ x: "0",
56
+ y: "0",
57
+ children: /*#__PURE__*/_jsx("path", {
58
+ d: "M31.8 0H0v32h31.8z",
59
+ fill: "#fff"
60
+ })
61
+ }), /*#__PURE__*/_jsx("mask", {
62
+ height: "32",
89
63
  id: b.id,
90
- x1: "3.5",
91
- x2: "20.5",
92
- y1: "3.5",
93
- y2: "21.5",
94
- children: [/*#__PURE__*/_jsx("stop", {
95
- stopColor: "#43E3E4"
96
- }), /*#__PURE__*/_jsx("stop", {
97
- offset: ".25",
98
- stopColor: "#4A9FFF"
99
- }), /*#__PURE__*/_jsx("stop", {
100
- offset: ".5",
101
- stopColor: "#AA4BFB"
102
- }), /*#__PURE__*/_jsx("stop", {
103
- offset: ".75",
104
- stopColor: "#FC5978"
105
- }), /*#__PURE__*/_jsx("stop", {
106
- offset: "1",
107
- stopColor: "#FF6D32"
108
- })]
109
- }), /*#__PURE__*/_jsxs("linearGradient", {
64
+ maskUnits: "userSpaceOnUse",
65
+ style: {
66
+ maskType: 'alpha'
67
+ },
68
+ width: "32",
69
+ x: "0",
70
+ y: "0",
71
+ children: /*#__PURE__*/_jsx("path", {
72
+ d: "m17.865 23.28 1.533 1.543c.07.07.092.175.055.267l-2.398 6.118A1.24 1.24 0 0 1 15.9 32c-.51 0-.969-.315-1.155-.793l-3.451-8.804-5.582 5.617a.246.246 0 0 1-.35 0l-1.407-1.415a.25.25 0 0 1 0-.352l6.89-6.932a1.3 1.3 0 0 1 .834-.398 1.25 1.25 0 0 1 1.232.79l2.992 7.63 1.557-3.977a.248.248 0 0 1 .408-.085zm8.224-19.3-5.583 5.617-3.45-8.805a1.24 1.24 0 0 0-1.43-.762c-.414.092-.744.407-.899.805l-2.38 6.072a.25.25 0 0 0 .055.267l1.533 1.543c.127.127.34.082.407-.085L15.9 4.655l2.991 7.629a1.24 1.24 0 0 0 2.035.425l6.922-6.965a.25.25 0 0 0 0-.352L26.44 3.977a.246.246 0 0 0-.35 0zM8.578 17.566l-3.953-1.567 7.582-3.01c.49-.195.815-.685.785-1.24a1.3 1.3 0 0 0-.395-.84l-6.886-6.93a.246.246 0 0 0-.35 0L3.954 5.395a.25.25 0 0 0 0 .353l5.583 5.617-8.75 3.472a1.25 1.25 0 0 0 0 2.325l6.079 2.412a.24.24 0 0 0 .266-.055l1.533-1.542a.25.25 0 0 0-.085-.41zm22.434-2.73-6.08-2.412a.24.24 0 0 0-.265.055l-1.533 1.542a.25.25 0 0 0 .084.41L27.172 16l-7.583 3.01a1.255 1.255 0 0 0-.785 1.24c.018.317.172.614.395.84l6.89 6.931a.246.246 0 0 0 .35 0l1.406-1.415a.25.25 0 0 0 0-.352l-5.582-5.617 8.75-3.472a1.25 1.25 0 0 0 0-2.325z",
73
+ fill: "#fff"
74
+ })
75
+ }), /*#__PURE__*/_jsx("g", {
76
+ mask: b.fill,
77
+ children: /*#__PURE__*/_jsx("path", {
78
+ d: "M-2.915 34.125h37.448V-2.109H-2.915z",
79
+ fill: c.fill
80
+ })
81
+ })]
82
+ }), /*#__PURE__*/_jsx("defs", {
83
+ children: /*#__PURE__*/_jsxs("linearGradient", {
110
84
  gradientUnits: "userSpaceOnUse",
111
85
  id: c.id,
112
- x1: "3.5",
113
- x2: "20.5",
114
- y1: "3.5",
115
- y2: "21.5",
116
- children: [/*#__PURE__*/_jsx("stop", {
117
- stopColor: "#43E3E4"
118
- }), /*#__PURE__*/_jsx("stop", {
119
- offset: ".25",
120
- stopColor: "#4A9FFF"
121
- }), /*#__PURE__*/_jsx("stop", {
122
- offset: ".5",
123
- stopColor: "#AA4BFB"
124
- }), /*#__PURE__*/_jsx("stop", {
125
- offset: ".75",
126
- stopColor: "#FC5978"
127
- }), /*#__PURE__*/_jsx("stop", {
128
- offset: "1",
129
- stopColor: "#FF6D32"
130
- })]
131
- }), /*#__PURE__*/_jsxs("linearGradient", {
132
- gradientUnits: "userSpaceOnUse",
133
- id: d.id,
134
- x1: "3.5",
135
- x2: "20.5",
136
- y1: "3.5",
137
- y2: "21.5",
86
+ x1: "33.663",
87
+ x2: "-2.086",
88
+ y1: "33.633",
89
+ y2: "-1.901",
138
90
  children: [/*#__PURE__*/_jsx("stop", {
139
- stopColor: "#43E3E4"
91
+ stopColor: "#ff6200"
140
92
  }), /*#__PURE__*/_jsx("stop", {
141
- offset: ".25",
142
- stopColor: "#4A9FFF"
93
+ offset: ".399",
94
+ stopColor: "#e433ff"
143
95
  }), /*#__PURE__*/_jsx("stop", {
144
- offset: ".5",
145
- stopColor: "#AA4BFB"
146
- }), /*#__PURE__*/_jsx("stop", {
147
- offset: ".75",
148
- stopColor: "#FC5978"
149
- }), /*#__PURE__*/_jsx("stop", {
150
- offset: "1",
151
- stopColor: "#FF6D32"
96
+ offset: ".96",
97
+ stopColor: "#6842ff"
152
98
  })]
153
- })]
99
+ })
154
100
  })]
155
101
  }));
156
102
  });
@@ -19,30 +19,21 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
19
19
  style = _ref.style,
20
20
  rest = _objectWithoutProperties(_ref, _excluded);
21
21
  return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
- fill: "currentColor",
23
- fillRule: "evenodd",
22
+ fill: "none",
24
23
  height: size,
25
24
  style: _objectSpread({
26
25
  flex: 'none',
27
26
  lineHeight: 1
28
27
  }, style),
29
- viewBox: "0 0 24 24",
28
+ viewBox: "0 0 33 32",
30
29
  width: size,
31
30
  xmlns: "http://www.w3.org/2000/svg"
32
31
  }, rest), {}, {
33
32
  children: [/*#__PURE__*/_jsx("title", {
34
33
  children: TITLE
35
34
  }), /*#__PURE__*/_jsx("path", {
36
- d: "M12.557 2.257a.432.432 0 00-.202-.366L9.42.063a.42.42 0 00-.444 0L3.601 3.395l-.022.015a.43.43 0 00-.18.352v3.443L.709 8.8a.43.43 0 00-.209.37v5.618a.43.43 0 00.214.343l2.685 1.56v3.512a.43.43 0 00.201.367l5.374 3.366a.42.42 0 00.442.002l2.935-1.79a.43.43 0 00.205-.369v-8.688h-.849v1.138L6.08 17.65l.436.737 5.191-3.156v6.305L9.2 23.066l-2.092-1.31 2.2-1.326-.434-.74-2.58 1.556-2.047-1.282v-3.406l2.374-1.43-.433-.739-2.476 1.493-2.363-1.373v-2.265l2.585-1.56-.434-.738-2.151 1.297V9.415l2.465-1.462 2.342 1.512v2.171l-1.75 1.15.461.72 1.67-1.095 1.533 1.088.486-.705-1.55-1.1v-2.27L9.56 7.817a.433.433 0 00.2-.366V4.728h-.848v2.483L6.55 8.7 4.247 7.216V4.003L6.12 2.84v2.712h.85V2.315L9.197.934l2.509 1.563v8.14h.85v-8.38z"
37
- }), /*#__PURE__*/_jsx("path", {
38
- clipRule: "evenodd",
39
- d: "M18.946 12.273a2.25 2.25 0 100-.818h-8.219v.818h8.22zm3.645-.41a1.432 1.432 0 11-2.863 0 1.432 1.432 0 012.863 0z"
40
- }), /*#__PURE__*/_jsx("path", {
41
- clipRule: "evenodd",
42
- d: "M18.091 14.727h-4.705v-.818h5.523V18h1.637v4.091h-4.091v-4.09h1.636v-3.274zm-.818 6.546v-2.455h2.454v2.455h-2.454z"
43
- }), /*#__PURE__*/_jsx("path", {
44
- clipRule: "evenodd",
45
- d: "M18.091 9h-4.705v.818h5.523v-4.09h2.375L18.5 1.273l-2.783 4.453h2.374V9zm.41-6.183L17.192 4.91h2.615L18.5 2.817z"
35
+ d: "m17.865 23.28 1.533 1.543c.07.07.092.175.055.267l-2.398 6.118A1.24 1.24 0 0 1 15.9 32c-.51 0-.969-.315-1.155-.793l-3.451-8.804-5.582 5.617a.246.246 0 0 1-.35 0l-1.407-1.415a.25.25 0 0 1 0-.352l6.89-6.932a1.3 1.3 0 0 1 .834-.398 1.25 1.25 0 0 1 1.232.79l2.992 7.63 1.557-3.977a.248.248 0 0 1 .408-.085zm8.224-19.3-5.583 5.617-3.45-8.805a1.24 1.24 0 0 0-1.43-.762c-.414.092-.744.407-.899.805l-2.38 6.072a.25.25 0 0 0 .055.267l1.533 1.543c.127.127.34.082.407-.085L15.9 4.655l2.991 7.629a1.24 1.24 0 0 0 2.035.425l6.922-6.965a.25.25 0 0 0 0-.352L26.44 3.977a.246.246 0 0 0-.35 0zM8.578 17.566l-3.953-1.567 7.582-3.01c.49-.195.815-.685.785-1.24a1.3 1.3 0 0 0-.395-.84l-6.886-6.93a.246.246 0 0 0-.35 0L3.954 5.395a.25.25 0 0 0 0 .353l5.583 5.617-8.75 3.472a1.25 1.25 0 0 0 0 2.325l6.079 2.412a.24.24 0 0 0 .266-.055l1.533-1.542a.25.25 0 0 0-.085-.41zm22.434-2.73-6.08-2.412a.24.24 0 0 0-.265.055l-1.533 1.542a.25.25 0 0 0 .084.41L27.172 16l-7.583 3.01a1.255 1.255 0 0 0-.785 1.24c.018.317.172.614.395.84l6.89 6.931a.246.246 0 0 0 .35 0l1.406-1.415a.25.25 0 0 0 0-.352l-5.582-5.617 8.75-3.472a1.25 1.25 0 0 0 0-2.325z",
36
+ fill: "currentColor"
46
37
  })]
47
38
  }));
48
39
  });
@@ -2,7 +2,7 @@ export declare const TITLE = "Nova";
2
2
  export declare const COMBINE_TEXT_MULTIPLE = 0.6;
3
3
  export declare const COMBINE_SPACE_MULTIPLE = 0.1;
4
4
  export declare const COLOR_PRIMARY = "#222F3E";
5
- export declare const COLOR_GRADIENT = "linear-gradient(135deg, #43E3E4, #4A9FFF, #AA4BFB, #FC5978, #FF6D32)";
6
- export declare const AVATAR_BACKGROUND = "linear-gradient(135deg, #43E3E4, #4A9FFF, #AA4BFB, #FC5978, #FF6D32)";
5
+ export declare const COLOR_GRADIENT = "linear-gradient(-45deg, #ff6200, #e433ff 39.9%, #6842ff 96%)";
6
+ export declare const AVATAR_BACKGROUND = "linear-gradient(-45deg, #ff6200, #e433ff 39.9%, #6842ff 96%)";
7
7
  export declare const AVATAR_COLOR = "#fff";
8
8
  export declare const AVATAR_ICON_MULTIPLE = 0.7;
package/es/Nova/style.js CHANGED
@@ -2,7 +2,7 @@ export var TITLE = 'Nova';
2
2
  export var COMBINE_TEXT_MULTIPLE = 0.6;
3
3
  export var COMBINE_SPACE_MULTIPLE = 0.1;
4
4
  export var COLOR_PRIMARY = '#222F3E';
5
- export var COLOR_GRADIENT = 'linear-gradient(135deg, #43E3E4, #4A9FFF, #AA4BFB, #FC5978, #FF6D32)';
5
+ export var COLOR_GRADIENT = 'linear-gradient(-45deg, #ff6200, #e433ff 39.9%, #6842ff 96%)';
6
6
 
7
7
  // Avatar constants
8
8
  export var AVATAR_BACKGROUND = COLOR_GRADIENT;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,25 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconAvatar from "../../features/IconAvatar";
12
+ import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
16
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
17
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
18
+ Icon: Mono,
19
+ "aria-label": TITLE,
20
+ background: AVATAR_BACKGROUND,
21
+ color: AVATAR_COLOR,
22
+ iconMultiple: AVATAR_ICON_MULTIPLE
23
+ }, rest));
24
+ });
25
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
23
+ textMultiple: COMBINE_TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 24 24",
30
+ width: size,
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M23 23H1V1h22v22zM2.962 15.232c1.969.3 5.028.42 7.78-.171.904-.195 1.743-.46 2.49-.803-1.395-3.4-1.675-5.766-1.264-7.378.466-1.823 1.799-2.59 2.998-2.602h.01c.688 0 2.117.177 3.081 1.35 1.003 1.22 1.216 3.152.26 5.991-.504 1.493-1.437 2.616-2.594 3.456 1.323 2.993 2.11 4.498 2.588 5.284.223.367.372.564.467.679h2.26V2.962H2.962v12.27zm11.05.827c-.912.413-1.887.711-2.857.92-2.91.626-6.059.527-8.193.234v3.825h13.471c-.527-.92-1.287-2.424-2.421-4.98zm.97-9.82c-.323.005-.87.181-1.112 1.127-.25.975-.161 2.776 1.055 5.84.705-.598 1.233-1.329 1.531-2.213.868-2.576.455-3.67.086-4.119-.406-.494-1.09-.633-1.56-.634z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,39 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 100 24",
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M72.78 6.374c4.534 0 6.583 2.15 7.221 5.911l-3.393.639c-.47-2.015-1.41-3.36-3.896-3.36-2.586 0-4.198 1.647-4.198 5.106 0 3.19 1.477 5.138 4.299 5.139 2.552 0 3.426-1.578 3.896-3.493l3.325.806C79.396 20.783 77.18 23 72.847 23c-4.971 0-8.028-2.889-8.028-8.195 0-5.307 3.124-8.431 7.96-8.431zm-43.378 0c4.77 0 7.087 2.889 7.087 7.222 0 .604.001 1.31-.066 2.115H25.036c.269 2.855 1.713 4.3 4.4 4.3 2.52 0 3.392-1.21 3.829-2.721l3.09.873c-.739 2.855-2.72 4.803-6.953 4.803-4.836 0-7.96-2.821-7.96-8.094 0-5.34 3.023-8.498 7.96-8.498zm61.269 0c4.77 0 7.087 2.889 7.087 7.222 0 .604 0 1.31-.067 2.115H86.305c.268 2.855 1.713 4.3 4.4 4.3 2.519 0 3.393-1.21 3.83-2.721l3.089.873c-.739 2.855-2.721 4.803-6.953 4.803-4.836 0-7.96-2.821-7.96-8.094 0-5.34 3.023-8.498 7.96-8.498zm-35.796.033c4.568 0 6.517 2.15 6.517 6.08v10.077h-3.426v-3.762h-.37c-.806 2.552-2.62 4.097-5.407 4.097-2.822 0-4.804-1.343-4.804-4.433 0-2.821 1.713-4.87 5.71-4.87h4.703V12.52c0-2.05-.84-3.225-3.057-3.225-1.847 0-2.922.94-3.325 2.788l-3.426-.772c.605-2.99 2.855-4.905 6.885-4.905zM10.464 2.41c5.038 0 7.423 2.117 7.423 6.113 0 3.158-1.613 5.24-4.434 6.08l5.61 7.59v.37h-4.467L9.59 15.007H5.829v7.558H2V2.41h8.464zm33.34 20.154h-3.626V1h3.627v21.564zM53.7 15.98c-1.814 0-2.855.672-2.855 1.982 0 1.142.705 2.116 2.754 2.116 2.519 0 4.199-1.478 4.199-3.46v-.637H53.7zM29.302 9.162c-2.452 0-3.897 1.31-4.233 4.131h8.095c-.135-2.72-1.343-4.13-3.862-4.13zm61.268 0c-2.451 0-3.895 1.31-4.231 4.131h8.094c-.135-2.72-1.344-4.13-3.863-4.13zm-84.74 2.62h4.298c2.62 0 3.997-1.008 3.997-3.158 0-2.049-1.041-2.99-3.93-2.99H5.83v6.147z"
36
+ })]
37
+ }));
38
+ });
39
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,12 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Combine from "./components/Combine";
3
+ import Mono from "./components/Mono";
4
+ import Text from "./components/Text";
5
+ import { COLOR_PRIMARY, TITLE } from "./style";
6
+ var Icons = Mono;
7
+ Icons.Text = Text;
8
+ Icons.Combine = Combine;
9
+ Icons.Avatar = Avatar;
10
+ Icons.colorPrimary = COLOR_PRIMARY;
11
+ Icons.title = TITLE;
12
+ export default Icons;
@@ -0,0 +1,7 @@
1
+ export declare const TITLE = "Relace";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.8;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#000";
5
+ export declare const AVATAR_BACKGROUND = "#000";
6
+ export declare const AVATAR_COLOR = "#fff";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.66;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'Relace';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.8;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#000';
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#fff';
9
+ export var AVATAR_ICON_MULTIPLE = 0.66;
@@ -4,6 +4,7 @@ import Mono from './components/Mono';
4
4
  export type CompoundedIcon = typeof Mono & {
5
5
  Avatar: typeof Avatar;
6
6
  Brand: typeof BrandMono;
7
+ Text: typeof BrandMono;
7
8
  colorPrimary: string;
8
9
  title: string;
9
10
  };
@@ -4,6 +4,7 @@ import Mono from "./components/Mono";
4
4
  import { COLOR_PRIMARY, TITLE } from "./style";
5
5
  var Icons = Mono;
6
6
  Icons.Avatar = Avatar;
7
+ Icons.Text = BrandMono;
7
8
  Icons.Brand = BrandMono;
8
9
  Icons.colorPrimary = COLOR_PRIMARY;
9
10
  Icons.title = TITLE;
@@ -33,7 +33,7 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
33
33
  children: [/*#__PURE__*/_jsx("title", {
34
34
  children: TITLE
35
35
  }), /*#__PURE__*/_jsx("path", {
36
- d: "M18.41 20.904a.822.822 0 01-.821.822 3.127 3.127 0 01-3.123-3.123v-3.515a.822.822 0 011.644 0v3.515a1.48 1.48 0 001.479 1.48.822.822 0 01.822.821zm4.768-5.293a.822.822 0 00-.822.822 1.479 1.479 0 11-2.959 0V9.397a7.397 7.397 0 10-14.794 0v7.036a1.48 1.48 0 01-2.96 0 .823.823 0 10-1.643 0 3.123 3.123 0 006.247 0V9.397a5.753 5.753 0 0111.506 0v7.036a3.123 3.123 0 006.247 0 .82.82 0 00-.822-.822zM12 15.15a.822.822 0 00-.822.822v5.589a.822.822 0 001.644 0v-5.59a.823.823 0 00-.822-.821zm-3.288-.885a.82.82 0 00-.822.822v3.515a1.481 1.481 0 01-1.479 1.48.822.822 0 000 1.643 3.127 3.127 0 003.123-3.123v-3.515a.822.822 0 00-.822-.822zm.987-6.02a1.15 1.15 0 100 2.302 1.15 1.15 0 000-2.302zm5.753 1.151a1.151 1.151 0 10-2.302 0 1.151 1.151 0 002.302 0z"
36
+ d: "M12.822 22.133H11.18V14.15h1.643v7.982zm-3.288-4.456A3.128 3.128 0 016.41 20.8H5.59v-1.645h.821c.816 0 1.48-.664 1.48-1.48v-4.41h1.644v4.41zm6.575 0c0 .815.664 1.48 1.48 1.48h.821V20.8h-.821a3.127 3.127 0 01-3.123-3.124v-4.411h1.643v4.41zM12 1c4.08 0 7.396 3.318 7.396 7.396v7.11a1.481 1.481 0 002.96 0V11.56H24v3.947c0 1.722-1.4 3.123-3.123 3.123a3.127 3.127 0 01-3.124-3.123v-7.11A5.76 5.76 0 0012 2.643a5.76 5.76 0 00-5.753 5.752v7.11a3.128 3.128 0 01-3.125 3.124A3.126 3.126 0 010 15.507V11.56h1.644v3.947c0 .815.663 1.48 1.478 1.48.817 0 1.48-.665 1.48-1.48v-7.11C4.603 4.317 7.922 1 12 1zm-1.174 10.56H8.941V8.566h1.885v2.995zm4.232-2.995v2.995h-1.883V8.566h1.883z"
37
37
  })]
38
38
  }));
39
39
  });
@@ -26,13 +26,13 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
26
26
  flex: 'none',
27
27
  lineHeight: 1
28
28
  }, style),
29
- viewBox: "0 0 123 24",
29
+ viewBox: "0 0 116 24",
30
30
  xmlns: "http://www.w3.org/2000/svg"
31
31
  }, rest), {}, {
32
32
  children: [/*#__PURE__*/_jsx("title", {
33
33
  children: TITLE
34
34
  }), /*#__PURE__*/_jsx("path", {
35
- d: "M2.66 15.28c1.725.527 3.494.79 5.307.79.915 0 1.699-.052 2.35-.158v-2.266l-2.403-.21c-1.425-.123-2.548-.365-3.366-.725-.819-.36-1.408-.878-1.77-1.554-.36-.676-.54-1.585-.54-2.727 0-1.422.198-2.546.594-3.372.396-.825 1.043-1.422 1.94-1.791.898-.37 2.121-.554 3.67-.554 2.042 0 4.04.238 5.994.712l-.58 3.714a32.589 32.589 0 00-2.338-.382 17.44 17.44 0 00-2.072-.118c-.898 0-1.637.044-2.218.132v2.265l2.165.185c2.112.193 3.626.698 4.541 1.514.916.817 1.373 2.077 1.373 3.78 0 1.915-.532 3.303-1.597 4.163-1.065.861-2.795 1.291-5.188 1.291-2.341 0-4.515-.29-6.522-.87l.66-3.82zm21.44 1.238c1.496 0 3.054-.228 4.673-.685l.58 3.24c-1.742.58-3.66.87-5.755.87-2.323 0-3.996-.54-5.017-1.62-1.02-1.08-1.531-2.859-1.531-5.335 0-2.459.524-4.233 1.57-5.322 1.048-1.089 2.742-1.633 5.084-1.633 1.566 0 2.776.132 3.63.395.854.264 1.461.703 1.822 1.317.36.615.541 1.493.541 2.635 0 1.124-.229 1.993-.686 2.608-.458.615-1.232 1.054-2.324 1.317-1.091.264-2.64.395-4.647.395v1.66c.493.105 1.18.158 2.06.158zm-.159-7.06c-.721 0-1.219.079-1.492.237-.272.158-.409.457-.409.896v1.686h1.558c.722 0 1.219-.084 1.492-.25.273-.167.409-.48.409-.936V9.458h-1.558zM38.49 6.033c2.024 0 3.493.347 4.409 1.04.915.694 1.373 1.814 1.373 3.36v9.141h-2.297l-1.162-1.317c-1.338 1.124-2.852 1.686-4.541 1.686-1.567 0-2.707-.347-3.42-1.04-.713-.694-1.069-1.796-1.069-3.307 0-1.124.216-1.993.647-2.608.431-.615 1.157-1.054 2.178-1.317 1.021-.264 2.465-.396 4.33-.396h.687v-1.66c-.37-.105-.916-.157-1.637-.157-1.584 0-3.265.228-5.043.685l-.555-3.24c1.83-.58 3.864-.87 6.1-.87zm-.74 10.722c.722 0 1.215-.079 1.479-.237.264-.158.396-.457.396-.896V13.7H37.96c-.721 0-1.219.084-1.491.25-.273.167-.41.48-.41.936v1.87h1.69zM49.605 6.402l1.32 1.818c1.18-1.142 2.465-1.88 3.855-2.213l.29 4.505c-.457.07-1.011.232-1.663.487-.65.255-1.135.496-1.452.724v7.851h-4.647V6.402h2.297zm12.33 13.54c-1.355 0-2.45-.232-3.287-.697-.836-.466-1.447-1.208-1.835-2.226-.387-1.019-.58-2.363-.58-4.031 0-1.669.193-3.012.58-4.03.388-1.02.995-1.762 1.822-2.227.828-.465 1.928-.698 3.3-.698.775 0 1.602.053 2.483.158.88.105 1.54.228 1.98.369l-.396 3.267c-.863-.246-1.822-.37-2.878-.37-.704 0-1.202.154-1.492.462-.29.307-.436.82-.436 1.54v4.901c.423.105.986.158 1.69.158 1.127 0 2.253-.228 3.38-.685l.422 3.24c-1.425.58-3.01.87-4.752.87zm6.786-.368V2.397l4.542-.342V6.98c1.144-.632 2.517-.948 4.119-.948 1.232 0 2.191.25 2.878.75.686.501 1.03 1.2 1.03 2.095v10.696h-4.648V9.853h-1.346c-.74 0-1.246.088-1.518.263-.273.176-.41.492-.41.949v8.51h-4.647zm25.506 0l-.766-2.872h-5.148l-.766 2.872H82.9L87.283 3.11h7.208l4.383 16.465h-4.647zm-4.99-6.27h3.3l-1.531-5.77h-.238l-1.531 5.77zm18.931-7.271c1.32 0 2.376.233 3.168.698.792.465 1.373 1.203 1.743 2.213.37 1.01.554 2.358.554 4.044 0 1.686-.184 3.038-.554 4.057-.37 1.019-.951 1.76-1.743 2.226-.792.466-1.848.698-3.168.698-1.179 0-2.139-.167-2.878-.5v4.162l-4.647.369V6.402h2.297l.871 1.264c.44-.562 1.021-.974 1.743-1.238.722-.263 1.593-.395 2.614-.395zm.475 9.695V9.563h-2.27c-.423 0-.709.048-.859.145-.149.097-.224.277-.224.54v6.191h2.297c.405 0 .682-.048.832-.145.149-.096.224-.285.224-.566zm7.552-8.773l4.647-.606v13.225h-4.647V6.955zm2.297-1.95c-.669 0-1.18-.07-1.532-.21a1.319 1.319 0 01-.752-.738c-.15-.351-.225-.86-.225-1.528 0-.966.176-1.629.528-1.989.352-.36 1.013-.54 1.981-.54.968 0 1.628.18 1.98.54.352.36.528 1.023.528 1.99 0 .965-.176 1.62-.528 1.962-.352.342-1.012.513-1.98.513z"
35
+ d: "M101.793 7.213c1.238 0 2.21.201 2.921.605.708.405 1.216 1.074 1.52 2.005.307.932.459 2.223.459 3.872 0 1.65-.158 2.948-.471 3.896-.314.948-.821 1.63-1.521 2.04-.701.412-1.67.619-2.908.619-1.285 0-2.275-.171-2.968-.518v4.269h-3.687V7.51h1.782l.741 1.136c.397-.51.925-.877 1.585-1.1.66-.223 1.508-.333 2.547-.333zM7.616 4.046c1.831 0 3.637.197 5.42.593l-.473 2.944a18.963 18.963 0 00-2.15-.334 23.845 23.845 0 00-2.13-.087c-.84 0-1.54.042-2.102.123v3.019l2.276.173c1.336.117 2.398.347 3.18.693.784.346 1.347.854 1.695 1.523.346.668.519 1.547.519 2.634 0 1.187-.207 2.14-.619 2.857-.413.717-1.064 1.242-1.954 1.572-.892.33-2.08.495-3.562.495-2.096 0-4.001-.247-5.716-.742l.519-3.043c1.568.462 3.218.692 4.949.692.84 0 1.64-.049 2.4-.148v-2.993l-2.277-.199c-1.401-.116-2.485-.33-3.254-.643-.765-.314-1.315-.78-1.645-1.398-.33-.62-.494-1.474-.494-2.561 0-1.287.177-2.3.532-3.044.354-.741.918-1.281 1.694-1.62.776-.337 1.84-.506 3.192-.506zm14.251 3.167c1.42 0 2.51.115 3.277.346.77.23 1.313.627 1.634 1.187.321.56.482 1.362.482 2.4 0 1.106-.202 1.938-.606 2.498-.404.563-1.265 1.508-3.135 1.508h-3.582v2.08c.51.133 1.245.198 2.202.198 1.254 0 2.697-.205 4.33-.619l.47 2.575c-1.5.527-3.258.79-5.27.79-1.403 0-2.51-.207-3.328-.618-.816-.412-1.41-1.088-1.78-2.029-.372-.94-.558-2.219-.558-3.834 0-1.584.193-2.846.581-3.787.388-.939 1.006-1.624 1.856-2.052.849-.43 1.993-.643 3.427-.643zm14.004 0c1.815 0 3.116.3 3.908.902.792.602 1.188 1.596 1.188 2.983v8.783h-1.78l-.966-1.238c-1.22 1.022-2.656 1.533-4.304 1.533-1.436 0-2.471-.308-3.106-.926-.634-.62-.953-1.621-.953-3.008 0-1.104.19-1.938.569-2.498.379-.56 1.048-.954 2.006-1.175.955-.223 2.39-.335 4.302-.335h.546v-2.078c-.413-.132-1.039-.197-1.882-.197-1.417 0-2.927.207-4.526.618l-.472-2.572a13.994 13.994 0 012.587-.595 20.83 20.83 0 012.883-.197zm22.094 0c.709 0 1.46.045 2.252.136.79.09 1.408.2 1.854.333l-.37 2.624c-1.008-.232-1.833-.347-2.788-.347-.708 0-1.533.14-2.086.476v6.797c.444.133 1.08.198 1.905.198 1.055 0 2.143-.205 3.265-.619l.322 2.573c-1.254.53-2.706.792-4.354.792-1.27 0-2.27-.207-2.994-.618-.725-.412-1.25-1.084-1.573-2.016-.32-.932-.482-2.215-.482-3.849 0-1.631.162-2.915.482-3.846.323-.932.848-1.604 1.573-2.016.725-.411 1.723-.618 2.994-.618zm55.507 12.668h-3.688V7.51h3.688v12.37zm-62.188-9.155c-.462.1-1 .275-1.608.53-.61.258-1.08.508-1.41.757v7.867H44.58V7.51h1.806l1.113 1.805c1.155-1.122 2.601-1.958 3.785-2.177v3.588zm17.27-2.573c1.754-.4 3.81-.941 4.879-.941 2.135 0 2.643 1.657 2.643 2.45V19.88H72.39v-9.65h-3.76v9.65H64.94V3.563h3.614v4.59zM92.913 19.88h-3.687l-.816-2.969h-5.222l-.815 2.969h-3.686l4.28-15.463h5.666l4.28 15.463zm-59.664-2.302h4.033v-3.263h-4.033v3.263zm65.577-.174h3.908v-7.347h-3.908v7.347zm-14.87-3.24h3.687l-1.73-6.26h-.225l-1.732 6.26zm-64.019-1.038h4.008V9.984h-4.008v3.142zm93.537-7.683h-3.685V2h3.685v3.443z"
36
36
  })]
37
37
  }));
38
38
  });
@@ -1,7 +1,7 @@
1
1
  export declare const TITLE = "SearchApi";
2
- export declare const COMBINE_TEXT_MULTIPLE = 0.9;
3
- export declare const COMBINE_SPACE_MULTIPLE = 0.11;
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.75;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.2;
4
4
  export declare const COLOR_PRIMARY = "#4f46e5";
5
5
  export declare const AVATAR_BACKGROUND = "#4f46e5";
6
- export declare const AVATAR_COLOR = "#000";
6
+ export declare const AVATAR_COLOR = "#fff";
7
7
  export declare const AVATAR_ICON_MULTIPLE = 0.75;
@@ -1,9 +1,9 @@
1
1
  export var TITLE = 'SearchApi';
2
- export var COMBINE_TEXT_MULTIPLE = 0.9;
3
- export var COMBINE_SPACE_MULTIPLE = 0.11;
2
+ export var COMBINE_TEXT_MULTIPLE = 0.75;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.2;
4
4
  export var COLOR_PRIMARY = '#4f46e5';
5
5
 
6
6
  // Avatar constants
7
7
  export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
- export var AVATAR_COLOR = '#000';
8
+ export var AVATAR_COLOR = '#fff';
9
9
  export var AVATAR_ICON_MULTIPLE = 0.75;