@lobehub/icons 1.71.0 → 1.73.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 (68) hide show
  1. package/README.md +56 -52
  2. package/es/AzureAI/components/Avatar.d.ts +5 -0
  3. package/es/AzureAI/components/Avatar.js +27 -0
  4. package/es/AzureAI/components/Color.js +178 -0
  5. package/es/AzureAI/components/Combine.js +32 -0
  6. package/es/{Jina/components/TextColor.js → AzureAI/components/Mono.js} +8 -7
  7. package/es/AzureAI/components/Text.js +40 -0
  8. package/es/AzureAI/index.d.ts +15 -0
  9. package/es/AzureAI/index.js +16 -0
  10. package/es/AzureAI/style.d.ts +4 -0
  11. package/es/AzureAI/style.js +4 -0
  12. package/es/Fireworks/components/Avatar.js +3 -3
  13. package/es/Fireworks/components/Color.js +42 -0
  14. package/es/Fireworks/components/Combine.d.ts +3 -1
  15. package/es/Fireworks/components/Combine.js +9 -3
  16. package/es/Fireworks/components/Mono.js +2 -1
  17. package/es/Fireworks/components/Text.js +2 -2
  18. package/es/Fireworks/index.d.ts +2 -1
  19. package/es/Fireworks/index.js +3 -2
  20. package/es/Fireworks/style.d.ts +2 -3
  21. package/es/Fireworks/style.js +2 -3
  22. package/es/Jina/components/Avatar.js +2 -1
  23. package/es/Jina/components/Mono.js +1 -5
  24. package/es/Jina/index.d.ts +0 -4
  25. package/es/Jina/index.js +0 -4
  26. package/es/Jina/style.d.ts +1 -1
  27. package/es/Jina/style.js +1 -1
  28. package/es/PPIO/components/Avatar.js +2 -2
  29. package/es/PPIO/components/Color.js +4 -4
  30. package/es/PPIO/components/Mono.js +3 -2
  31. package/es/PPIO/components/Text.js +2 -3
  32. package/es/PPIO/components/TextCn.js +2 -5
  33. package/es/PPIO/index.d.ts +0 -4
  34. package/es/PPIO/index.js +0 -4
  35. package/es/PPIO/style.d.ts +1 -1
  36. package/es/PPIO/style.js +1 -1
  37. package/es/Vllm/style.d.ts +1 -1
  38. package/es/Vllm/style.js +1 -1
  39. package/es/Volcengine/components/Avatar.d.ts +5 -0
  40. package/es/{Jina/components/Combine.js → Volcengine/components/Avatar.js} +12 -8
  41. package/es/Volcengine/components/Color.d.ts +3 -0
  42. package/es/{Jina → Volcengine}/components/Color.js +9 -6
  43. package/es/Volcengine/components/Combine.d.ts +7 -0
  44. package/es/Volcengine/components/Combine.js +32 -0
  45. package/es/Volcengine/components/Mono.d.ts +3 -0
  46. package/es/Volcengine/components/Mono.js +53 -0
  47. package/es/Volcengine/components/Text.d.ts +3 -0
  48. package/es/Volcengine/components/Text.js +48 -0
  49. package/es/Volcengine/index.d.ts +15 -0
  50. package/es/Volcengine/index.js +16 -0
  51. package/es/Volcengine/style.d.ts +4 -0
  52. package/es/Volcengine/style.js +4 -0
  53. package/es/features/ProviderCombine/index.js +4 -6
  54. package/es/features/modelConfig.js +4 -0
  55. package/es/features/providerConfig.js +12 -2
  56. package/es/features/providerEnum.d.ts +2 -0
  57. package/es/features/providerEnum.js +2 -0
  58. package/es/icons.d.ts +2 -0
  59. package/es/icons.js +2 -0
  60. package/es/toc.js +46 -11
  61. package/package.json +1 -1
  62. package/es/PPIO/components/BrandColor.js +0 -44
  63. package/es/PPIO/components/BrandMono.js +0 -44
  64. /package/es/{Jina → AzureAI}/components/Color.d.ts +0 -0
  65. /package/es/{Jina → AzureAI}/components/Combine.d.ts +0 -0
  66. /package/es/{Jina/components/TextColor.d.ts → AzureAI/components/Mono.d.ts} +0 -0
  67. /package/es/{PPIO/components/BrandColor.d.ts → AzureAI/components/Text.d.ts} +0 -0
  68. /package/es/{PPIO/components/BrandMono.d.ts → Fireworks/components/Color.d.ts} +0 -0
@@ -0,0 +1,27 @@
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 = ["background"];
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 IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ rest = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
+ Icon: Color,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY,
24
+ iconMultiple: 0.65
25
+ }, rest));
26
+ });
27
+ export default Avatar;
@@ -0,0 +1,178 @@
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
13
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
+ 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; }
17
+ 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; }
18
+ import { forwardRef } from 'react';
19
+ import { useFillIds } from "../../hooks/useFillId";
20
+ import { TITLE } from "../style";
21
+ import { jsx as _jsx } from "react/jsx-runtime";
22
+ import { jsxs as _jsxs } from "react/jsx-runtime";
23
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
24
+ var _ref$size = _ref.size,
25
+ size = _ref$size === void 0 ? '1em' : _ref$size,
26
+ style = _ref.style,
27
+ rest = _objectWithoutProperties(_ref, _excluded);
28
+ var _useFillIds = useFillIds(TITLE, 3),
29
+ _useFillIds2 = _slicedToArray(_useFillIds, 3),
30
+ a = _useFillIds2[0],
31
+ b = _useFillIds2[1],
32
+ c = _useFillIds2[2];
33
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
34
+ height: size,
35
+ ref: ref,
36
+ style: _objectSpread({
37
+ flex: 'none',
38
+ lineHeight: 1
39
+ }, style),
40
+ viewBox: "0 0 24 24",
41
+ width: size,
42
+ xmlns: "http://www.w3.org/2000/svg"
43
+ }, rest), {}, {
44
+ children: [/*#__PURE__*/_jsx("title", {
45
+ children: TITLE
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ clipRule: "evenodd",
48
+ d: "M16.233 0c.713 0 1.345.551 1.572 1.329.227.778 1.555 5.59 1.555 5.59v9.562h-4.813L14.645 0h1.588z",
49
+ fill: a.fill,
50
+ fillRule: "evenodd"
51
+ }), /*#__PURE__*/_jsx("path", {
52
+ d: "M23.298 7.47c0-.34-.275-.6-.6-.6h-2.835a3.617 3.617 0 00-3.614 3.615v5.996h3.436a3.617 3.617 0 003.613-3.614V7.47z",
53
+ fill: b.fill
54
+ }), /*#__PURE__*/_jsx("path", {
55
+ clipRule: "evenodd",
56
+ d: "M16.233 0a.982.982 0 00-.989.989l-.097 18.198A4.814 4.814 0 0110.334 24H1.6a.597.597 0 01-.567-.794l7-19.981A4.819 4.819 0 0112.57 0h3.679-.016z",
57
+ fill: c.fill,
58
+ fillRule: "evenodd"
59
+ }), /*#__PURE__*/_jsxs("defs", {
60
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
61
+ gradientUnits: "userSpaceOnUse",
62
+ id: a.id,
63
+ x1: "18.242",
64
+ x2: "14.191",
65
+ y1: "16.837",
66
+ y2: ".616",
67
+ children: [/*#__PURE__*/_jsx("stop", {
68
+ stopColor: "#712575"
69
+ }), /*#__PURE__*/_jsx("stop", {
70
+ offset: ".09",
71
+ stopColor: "#9A2884"
72
+ }), /*#__PURE__*/_jsx("stop", {
73
+ offset: ".18",
74
+ stopColor: "#BF2C92"
75
+ }), /*#__PURE__*/_jsx("stop", {
76
+ offset: ".27",
77
+ stopColor: "#DA2E9C"
78
+ }), /*#__PURE__*/_jsx("stop", {
79
+ offset: ".34",
80
+ stopColor: "#EB30A2"
81
+ }), /*#__PURE__*/_jsx("stop", {
82
+ offset: ".4",
83
+ stopColor: "#F131A5"
84
+ }), /*#__PURE__*/_jsx("stop", {
85
+ offset: ".5",
86
+ stopColor: "#EC30A3"
87
+ }), /*#__PURE__*/_jsx("stop", {
88
+ offset: ".61",
89
+ stopColor: "#DF2F9E"
90
+ }), /*#__PURE__*/_jsx("stop", {
91
+ offset: ".72",
92
+ stopColor: "#C92D96"
93
+ }), /*#__PURE__*/_jsx("stop", {
94
+ offset: ".83",
95
+ stopColor: "#AA2A8A"
96
+ }), /*#__PURE__*/_jsx("stop", {
97
+ offset: ".95",
98
+ stopColor: "#83267C"
99
+ }), /*#__PURE__*/_jsx("stop", {
100
+ offset: "1",
101
+ stopColor: "#712575"
102
+ })]
103
+ }), /*#__PURE__*/_jsxs("linearGradient", {
104
+ gradientUnits: "userSpaceOnUse",
105
+ id: b.id,
106
+ x1: "19.782",
107
+ x2: "19.782",
108
+ y1: ".34",
109
+ y2: "23.222",
110
+ children: [/*#__PURE__*/_jsx("stop", {
111
+ stopColor: "#DA7ED0"
112
+ }), /*#__PURE__*/_jsx("stop", {
113
+ offset: ".08",
114
+ stopColor: "#B17BD5"
115
+ }), /*#__PURE__*/_jsx("stop", {
116
+ offset: ".19",
117
+ stopColor: "#8778DB"
118
+ }), /*#__PURE__*/_jsx("stop", {
119
+ offset: ".3",
120
+ stopColor: "#6276E1"
121
+ }), /*#__PURE__*/_jsx("stop", {
122
+ offset: ".41",
123
+ stopColor: "#4574E5"
124
+ }), /*#__PURE__*/_jsx("stop", {
125
+ offset: ".54",
126
+ stopColor: "#2E72E8"
127
+ }), /*#__PURE__*/_jsx("stop", {
128
+ offset: ".67",
129
+ stopColor: "#1D71EB"
130
+ }), /*#__PURE__*/_jsx("stop", {
131
+ offset: ".81",
132
+ stopColor: "#1471EC"
133
+ }), /*#__PURE__*/_jsx("stop", {
134
+ offset: "1",
135
+ stopColor: "#1171ED"
136
+ })]
137
+ }), /*#__PURE__*/_jsxs("linearGradient", {
138
+ gradientUnits: "userSpaceOnUse",
139
+ id: c.id,
140
+ x1: "18.404",
141
+ x2: "3.236",
142
+ y1: ".859",
143
+ y2: "25.183",
144
+ children: [/*#__PURE__*/_jsx("stop", {
145
+ stopColor: "#DA7ED0"
146
+ }), /*#__PURE__*/_jsx("stop", {
147
+ offset: ".05",
148
+ stopColor: "#B77BD4"
149
+ }), /*#__PURE__*/_jsx("stop", {
150
+ offset: ".11",
151
+ stopColor: "#9079DA"
152
+ }), /*#__PURE__*/_jsx("stop", {
153
+ offset: ".18",
154
+ stopColor: "#6E77DF"
155
+ }), /*#__PURE__*/_jsx("stop", {
156
+ offset: ".25",
157
+ stopColor: "#5175E3"
158
+ }), /*#__PURE__*/_jsx("stop", {
159
+ offset: ".33",
160
+ stopColor: "#3973E7"
161
+ }), /*#__PURE__*/_jsx("stop", {
162
+ offset: ".42",
163
+ stopColor: "#2772E9"
164
+ }), /*#__PURE__*/_jsx("stop", {
165
+ offset: ".54",
166
+ stopColor: "#1A71EB"
167
+ }), /*#__PURE__*/_jsx("stop", {
168
+ offset: ".68",
169
+ stopColor: "#1371EC"
170
+ }), /*#__PURE__*/_jsx("stop", {
171
+ offset: "1",
172
+ stopColor: "#1171ED"
173
+ })]
174
+ })]
175
+ })]
176
+ }));
177
+ });
178
+ export default Icon;
@@ -0,0 +1,32 @@
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 = ["type"];
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 IconCombine from "../../features/IconCombine";
14
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import Mono from "./Mono";
17
+ import Text from "./Text";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var Combine = /*#__PURE__*/memo(function (_ref) {
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
24
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
25
+ Icon: Icon,
26
+ Text: Text,
27
+ "aria-label": TITLE,
28
+ spaceMultiple: SPACE_MULTIPLE,
29
+ textMultiple: TEXT_MULTIPLE
30
+ }, rest));
31
+ });
32
+ export default Combine;
@@ -27,20 +27,21 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
27
27
  flex: 'none',
28
28
  lineHeight: 1
29
29
  }, style),
30
- viewBox: "0 0 58 24",
30
+ viewBox: "0 0 24 24",
31
+ width: size,
31
32
  xmlns: "http://www.w3.org/2000/svg"
32
33
  }, rest), {}, {
33
34
  children: [/*#__PURE__*/_jsx("title", {
34
35
  children: TITLE
35
36
  }), /*#__PURE__*/_jsx("path", {
36
- d: "M4.45866 23.9896C6.49071 23.9896 8.13801 22.3423 8.13801 20.3102C8.13801 18.2782 6.49071 16.6309 4.45866 16.6309C2.4266 16.6309 0.779297 18.2782 0.779297 20.3102C0.779297 22.3423 2.4266 23.9896 4.45866 23.9896Z",
37
- fill: "#EB6161"
37
+ clipRule: "evenodd",
38
+ d: "M16.233 0c.713 0 1.345.551 1.572 1.329.227.778 1.555 5.59 1.555 5.59v9.562h-4.813L14.645 0h1.588z",
39
+ fillOpacity: ".5"
38
40
  }), /*#__PURE__*/_jsx("path", {
39
- d: "M16.0499 8.72083C16.5308 8.72083 16.9156 9.1056 16.9156 9.58656L16.8675 16.6326C16.8675 20.6487 13.6451 23.9192 9.62903 23.9914H9.50879V16.6567H9.53284L9.55689 9.61061C9.55689 9.12964 9.94166 8.74487 10.4226 8.74487H16.0499V8.72083ZM27.3525 8.72083C27.8334 8.72083 28.2182 9.1056 28.2182 9.58656V19.4463C28.2182 19.9272 27.8334 20.312 27.3525 20.312H21.7252C21.2443 20.312 20.8595 19.9272 20.8595 19.4463V9.58656C20.8595 9.1056 21.2443 8.72083 21.7252 8.72083H27.3525ZM36.2022 8.69678H36.3224C39.9296 8.74487 42.8635 11.6547 42.9597 15.2619V19.4222C42.9597 19.9032 42.5749 20.288 42.094 20.288H33.0038C32.5228 20.288 32.138 19.9032 32.138 19.4222V9.56251C32.138 9.08155 32.5228 8.69678 33.0038 8.69678H36.2022ZM51.0879 20.1918C48.0579 19.9994 45.629 17.4743 45.629 14.3962C45.629 11.1978 48.2262 8.60059 51.4246 8.60059C54.5028 8.60059 57.0278 11.0054 57.2202 14.0595V19.326C57.2202 19.807 56.8354 20.1918 56.3545 20.1918H51.0879Z",
40
- fill: "#009191"
41
+ d: "M23.298 7.47c0-.34-.275-.6-.6-.6h-2.835a3.617 3.617 0 00-3.614 3.615v5.996h3.436a3.617 3.617 0 003.613-3.614V7.47z"
41
42
  }), /*#__PURE__*/_jsx("path", {
42
- d: "M24.527 7.34895C26.5591 7.34895 28.2064 5.70165 28.2064 3.66959C28.2064 1.63754 26.5591 -0.00976562 24.527 -0.00976562C22.495 -0.00976562 20.8477 1.63754 20.8477 3.66959C20.8477 5.70165 22.495 7.34895 24.527 7.34895Z",
43
- fill: "#FBCB67"
43
+ clipRule: "evenodd",
44
+ d: "M16.233 0a.982.982 0 00-.989.989l-.097 18.198A4.814 4.814 0 0110.334 24H1.6a.597.597 0 01-.567-.794l7-19.981A4.819 4.819 0 0112.57 0h3.679-.016z"
44
45
  })]
45
46
  }));
46
47
  });
@@ -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 { forwardRef } 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__*/forwardRef(function (_ref, 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
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 105 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M103.235 21.67h-2.305V2h2.305v19.67zM98.022 21.67H95.47l-2.085-5.514h-8.34l-1.961 5.515h-2.566L88.064 2h2.387l7.572 19.67zm-5.391-7.585l-3.086-8.381c-.101-.275-.202-.714-.302-1.317h-.055c-.091.558-.197.997-.316 1.317l-3.059 8.381h6.818zM70.546 21.67h-2.25v-2.194h-.055C67.263 21.159 65.823 22 63.921 22c-1.4 0-2.497-.37-3.293-1.111-.786-.74-1.18-1.724-1.18-2.95 0-2.624 1.546-4.151 4.637-4.581l4.211-.59c0-2.387-.965-3.58-2.894-3.58-1.692 0-3.22.576-4.582 1.728V8.612c1.381-.878 2.972-1.317 4.774-1.317 3.301 0 4.952 1.747 4.952 5.24v9.136zm-2.25-7.105l-3.388.466c-1.042.147-1.829.407-2.36.782-.53.366-.795 1.02-.795 1.962 0 .686.242 1.248.727 1.687.494.43 1.148.645 1.962.645 1.115 0 2.034-.389 2.757-1.166.731-.787 1.097-1.779 1.097-2.977v-1.399zM58.05 9.901c-.394-.302-.96-.452-1.702-.452-.96 0-1.764.452-2.414 1.358-.64.905-.96 2.14-.96 3.703v7.16h-2.25V7.625h2.25v2.894h.055c.32-.987.81-1.755 1.468-2.304.658-.558 1.394-.837 2.208-.837.585 0 1.034.064 1.344.192v2.332zM46.17 21.67h-2.25v-2.222h-.054C42.933 21.15 41.488 22 39.53 22c-3.347 0-5.02-1.994-5.02-5.98V7.623h2.235v8.038c0 2.963 1.134 4.445 3.402 4.445 1.098 0 1.998-.402 2.702-1.207.714-.814 1.07-1.875 1.07-3.183V7.624h2.25v14.047zM31.904 8.269L23.591 19.75h8.23v1.92H20.286v-.699l8.313-11.427h-7.53v-1.92h10.836v.645zM19.503 21.67h-2.551l-2.085-5.514h-8.34l-1.962 5.515H2L9.545 2h2.386l7.572 19.67zm-5.39-7.585l-3.087-8.381c-.1-.275-.201-.714-.302-1.317h-.055c-.091.558-.196.997-.315 1.317l-3.06 8.381h6.819z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,15 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Text: typeof Text;
11
+ colorPrimary: string;
12
+ title: string;
13
+ };
14
+ declare const Icons: CompoundedIcon;
15
+ export default Icons;
@@ -0,0 +1,16 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
5
+ import Combine from "./components/Combine";
6
+ import Mono from "./components/Mono";
7
+ import Text from "./components/Text";
8
+ import { COLOR_PRIMARY, TITLE } from "./style";
9
+ var Icons = Mono;
10
+ Icons.Color = Color;
11
+ Icons.Text = Text;
12
+ Icons.Combine = Combine;
13
+ Icons.Avatar = Avatar;
14
+ Icons.colorPrimary = COLOR_PRIMARY;
15
+ Icons.title = TITLE;
16
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "AzureAI";
2
+ export declare const TEXT_MULTIPLE = 0.6;
3
+ export declare const SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#000";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'AzureAI';
2
+ export var TEXT_MULTIPLE = 0.6;
3
+ export var SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#000';
@@ -11,7 +11,7 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
11
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
12
  import { memo } from 'react';
13
13
  import IconAvatar from "../../features/IconAvatar";
14
- import { COLOR_GRADIENT, TITLE } from "../style";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
15
  import Mono from "./Mono";
16
16
  import { jsx as _jsx } from "react/jsx-runtime";
17
17
  var Avatar = /*#__PURE__*/memo(function (_ref) {
@@ -20,8 +20,8 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
20
20
  return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
21
  Icon: Mono,
22
22
  "aria-label": TITLE,
23
- background: background || COLOR_GRADIENT,
24
- color: '#fff'
23
+ background: background || COLOR_PRIMARY,
24
+ color: '#000'
25
25
  }, rest));
26
26
  });
27
27
  export default Avatar;
@@ -0,0 +1,42 @@
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 { forwardRef } 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__*/forwardRef(function (_ref, 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
+ height: size,
23
+ ref: ref,
24
+ style: _objectSpread({
25
+ flex: 'none',
26
+ lineHeight: 1
27
+ }, style),
28
+ viewBox: "0 0 24 24",
29
+ width: size,
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ clipRule: "evenodd",
36
+ d: "M14.8 5l-2.801 6.795L9.195 5H7.397l3.072 7.428a1.64 1.64 0 003.038.002L16.598 5H14.8zm1.196 10.352l5.124-5.244-.699-1.669-5.596 5.739a1.664 1.664 0 00-.343 1.807 1.642 1.642 0 001.516 1.012L16 17l8-.02-.699-1.669-7.303.041h-.002zM2.88 10.104l.699-1.669 5.596 5.739c.468.479.603 1.189.343 1.807a1.643 1.643 0 01-1.516 1.012l-8-.018-.002.002.699-1.669 7.303.042-5.122-5.246z",
37
+ fill: "#5019C5",
38
+ fillRule: "evenodd"
39
+ })]
40
+ }));
41
+ });
42
+ export default Icon;
@@ -1,5 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { type IconCombineProps } from "../../features/IconCombine";
3
- export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
4
6
  declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
7
  export default Combine;
@@ -1,22 +1,28 @@
1
1
  'use client';
2
2
 
3
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 = ["type"];
4
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; }
5
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; }
6
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; }
7
8
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
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); }
9
- function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
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; }
10
12
  import { memo } from 'react';
11
13
  import IconCombine from "../../features/IconCombine";
12
14
  import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
13
16
  import Mono from "./Mono";
14
17
  import Text from "./Text";
15
18
  import { jsx as _jsx } from "react/jsx-runtime";
16
19
  var Combine = /*#__PURE__*/memo(function (_ref) {
17
- var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
18
24
  return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
- Icon: Mono,
25
+ Icon: Icon,
20
26
  Text: Text,
21
27
  "aria-label": TITLE,
22
28
  spaceMultiple: SPACE_MULTIPLE,
@@ -34,7 +34,8 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
34
34
  children: [/*#__PURE__*/_jsx("title", {
35
35
  children: TITLE
36
36
  }), /*#__PURE__*/_jsx("path", {
37
- d: "M7.394 8.253l-.08-.046a.543.543 0 00-.752.203.562.562 0 00.2.764l.08.045a.545.545 0 00.752-.202.562.562 0 00-.157-.736l-.043-.028zm-2.293-.065l.08.046a.534.534 0 00.276.075.562.562 0 00.276-1.041l-.08-.046a.546.546 0 00-.751.202.562.562 0 00.156.736l.043.028zM4.388 7.13a.565.565 0 00-.2-.763L3.16 5.759a.543.543 0 00-.751.203.565.565 0 00.199.764l1.028.607a.544.544 0 00.724-.16l.028-.043zm.639 5.739a.55.55 0 00-.636-.454l-.09.016a.558.558 0 00-.447.646c.045.271.28.464.54.464.032 0 .061 0 .093-.01l.09-.016a.557.557 0 00.453-.599l-.006-.047h.003zm.723-.128c.045.271.28.464.54.464.031 0 .064 0 .093-.01l.09-.016a.558.558 0 00.446-.647.55.55 0 00-.636-.453l-.09.016a.555.555 0 00-.453.598l.006.048h.004zm-3.123-.003l-1.172.206a.558.558 0 00-.447.646c.045.27.28.463.54.463.032 0 .06 0 .093-.006l1.172-.206a.558.558 0 00.447-.646.551.551 0 00-.589-.46l-.047.006.003-.003zm5.233 3l-.058.071a.565.565 0 00.065.787.547.547 0 00.774-.069l.058-.071a.565.565 0 00-.065-.787.543.543 0 00-.738.026l-.036.04v.003zm-1.243 1.494l-.058.072a.562.562 0 00.068.787.547.547 0 00.774-.069l.058-.071a.562.562 0 00-.068-.787.54.54 0 00-.738.029l-.036.04zm-1.153 1.404l-.768.924a.565.565 0 00.064.786.547.547 0 00.774-.069l.768-.923a.565.565 0 00-.064-.787.543.543 0 00-.738.026l-.036.04v.003zm6.46.111h-.003c-.302 0-.578.415-.578.721v.095c0 .29.245.505.53.527l.048.002a.507.507 0 00.523-.526v-.094c0-.307-.218-.725-.52-.725zm.003-1.792a.553.553 0 00-.55.555v.16c0 .294.221.595.502.624l.045.003c.302 0 .517-.34.517-.647v-.068c0-.307-.212-.627-.514-.627zm-.01 3.81v-.004a.548.548 0 00-.549.552v1.168c-.003.29.216.496.499.517l.047.002c.302 0 .55-.212.55-.519v-1.182a.527.527 0 00-.499-.533l-.047-.002zm5.414-3.333l-.058-.072a.547.547 0 00-.774-.072.565.565 0 00-.071.787l.058.071a.54.54 0 00.77.072.564.564 0 00.103-.743l-.032-.043h.004zm-1.292-1.57a.547.547 0 00-.774-.072.565.565 0 00-.07.786l.057.072c.11.134.267.203.424.203a.532.532 0 00.35-.131.565.565 0 00.071-.787l-.058-.071zm2.38 2.914a.547.547 0 00-.774-.071.565.565 0 00-.07.786l.761.927a.537.537 0 00.771.069.568.568 0 00.07-.787l-.757-.924zm-1.336-6.06a.558.558 0 00.444.649l.09.016a.552.552 0 00.636-.45.558.558 0 00-.444-.65l-.09-.016a.548.548 0 00-.626.403l-.01.047zm2.618-.092l-.09-.017a.549.549 0 00-.636.45.558.558 0 00.444.65l.09.017a.552.552 0 00.636-.45.56.56 0 00-.397-.64l-.047-.01zm2.85.538l-1.17-.212a.558.558 0 00-.196 1.1l1.17.212a.552.552 0 00.636-.45.56.56 0 00-.397-.64l-.046-.01h.003zm-5.545-3.708a.523.523 0 00.273-.075l.08-.045a.56.56 0 00.203-.76.543.543 0 00-.749-.207l-.08.046a.56.56 0 00.228 1.04l.045.001zm1.667-.972a.523.523 0 00.273-.075l.08-.046a.56.56 0 00.203-.76.543.543 0 00-.748-.206l-.08.045a.56.56 0 00.225 1.04l.047.002zm3.068-2.324a.543.543 0 00-.748-.206l-1.031.6a.56.56 0 00-.203.761c.103.18.286.28.476.28a.523.523 0 00.273-.074l1.03-.6a.56.56 0 00.226-.716l-.023-.045zm-7.465-.474a.551.551 0 00-.707.333l-.032.088c-.106.291.041.61.327.719a.553.553 0 00.707-.333l.032-.089a.563.563 0 00-.28-.699l-.044-.019h-.003zm.957-1.028l.032-.088a.558.558 0 00-.324-.715.551.551 0 00-.707.333l-.032.088a.556.556 0 00.517.748.552.552 0 00.497-.319l.02-.047h-.003zm.71-3.544a.543.543 0 00-.704.332l-.41 1.133a.556.556 0 00.516.748c.225 0 .434-.14.518-.366l.408-1.133a.559.559 0 00-.281-.696l-.044-.018h-.003zm-5.927 3.094l-.032-.088a.547.547 0 00-.704-.337.56.56 0 00-.33.715l.031.088a.549.549 0 00.704.337.56.56 0 00.345-.67l-.014-.045zm.62 1.75a.547.547 0 00-.704-.337.56.56 0 00-.33.715l.032.088a.549.549 0 00.703.336.56.56 0 00.331-.715l-.032-.088zm-1.22-3.45L9.01 1.368a.547.547 0 00-.703-.336.56.56 0 00-.331.715l.405 1.136a.549.549 0 00.703.336.56.56 0 00.345-.669l-.014-.046z"
37
+ clipRule: "evenodd",
38
+ d: "M14.8 5l-2.801 6.795L9.195 5H7.397l3.072 7.428a1.64 1.64 0 003.038.002L16.598 5H14.8zm1.196 10.352l5.124-5.244-.699-1.669-5.596 5.739a1.664 1.664 0 00-.343 1.807 1.642 1.642 0 001.516 1.012L16 17l8-.02-.699-1.669-7.303.041h-.002zM2.88 10.104l.699-1.669 5.596 5.739c.468.479.603 1.189.343 1.807a1.643 1.643 0 01-1.516 1.012l-8-.018-.002.002.699-1.669 7.303.042-5.122-5.246z"
38
39
  })]
39
40
  }));
40
41
  });
@@ -27,13 +27,13 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
27
27
  flex: 'none',
28
28
  lineHeight: 1
29
29
  }, style),
30
- viewBox: "0 0 137 24",
30
+ viewBox: "0 0 155 24",
31
31
  xmlns: "http://www.w3.org/2000/svg"
32
32
  }, rest), {}, {
33
33
  children: [/*#__PURE__*/_jsx("title", {
34
34
  children: TITLE
35
35
  }), /*#__PURE__*/_jsx("path", {
36
- d: "M6.93 6.59h8.04l-1.706 13.953h-2.916L11.806 8.74H6.767L5.39 20.035l-.665 2.734c-.127.399-.312.705-.55.913-.237.214-.567.318-.995.318H2L3.874 8.769l-1.209-.197c-.22-.046-.393-.127-.509-.237-.116-.11-.162-.271-.144-.485l.127-1.26H4.14l.08-.596a7.634 7.634 0 01.672-2.393 5.94 5.94 0 011.4-1.878c.59-.526 1.296-.937 2.123-1.237C9.243.19 10.198.04 11.268.04c.112 0 .229.003.35.01l.182.014c.191.011.376.034.562.057.185.024.358.052.526.081.168.035.312.07.446.116l-.29 1.497c-.046.202-.18.312-.393.324l-.368.016c-.092.003-.191.005-.297.006h-.162c-.805 0-1.493.082-2.072.238-.572.156-1.053.393-1.429.717a3.22 3.22 0 00-.89 1.213c-.215.492-.36 1.064-.446 1.723l-.07.543.012-.005zM33.5 6.202c.758 0 1.366.104 1.904.312.538.209.983.474 1.342.804.359.33.625.694.798 1.087.174.398.266.786.266 1.167 0 .619-.127 1.191-.381 1.705-.255.52-.712.983-1.366 1.4-.66.415-1.556.774-2.701 1.08-1.146.307-2.61.55-4.397.734a.66.66 0 00-.012.116v.243c0 1.173.255 2.058.764 2.659.509.595 1.273.896 2.29.896.637 0 1.17-.087 1.598-.266.428-.174.786-.37 1.087-.578.301-.208.567-.4.793-.578.225-.174.463-.266.717-.266.197 0 .376.092.544.277l.752.914v.017c-.48.491-.955.913-1.417 1.272a7.925 7.925 0 01-1.418.878 6.51 6.51 0 01-1.516.515c-.526.11-1.099.167-1.724.167-.821 0-1.562-.139-2.221-.416a4.85 4.85 0 01-1.69-1.173 5.106 5.106 0 01-1.076-1.833c-.248-.717-.376-1.52-.376-2.404 0-.74.081-1.469.238-2.185a9.789 9.789 0 01.688-2.047c.3-.647.665-1.248 1.1-1.797.427-.55.92-1.023 1.469-1.422a6.846 6.846 0 011.816-.937 6.549 6.549 0 012.13-.34zm-7.26.347l-.544 2.856c-1.175-.474-2.204-.324-3.09.45-.885.775-1.596 2.232-2.129 4.376l-.752 6.312h-2.915l1.706-14.179h1.499c.324 0 .572.081.74.243.174.162.255.416.255.757l-.15 2.676.005.006a10.29 10.29 0 011.175-1.93c.422-.538.862-.96 1.319-1.26.457-.301.931-.486 1.417-.544.486-.058.972.023 1.464.237zm7.11 1.763h-.006c-.52 0-.995.104-1.435.318-.44.214-.833.509-1.18.879-.347.375-.648.82-.902 1.34a7.698 7.698 0 00-.59 1.694c1.278-.167 2.302-.352 3.083-.555.775-.202 1.377-.427 1.794-.664.416-.243.694-.497.833-.77.139-.27.208-.56.208-.866 0-.15-.035-.306-.098-.474a1.159 1.159 0 00-.313-.445 1.687 1.687 0 00-.561-.324 2.375 2.375 0 00-.833-.133zm26.075-1.919l-5.89 14.15h-2.29c-.261 0-.417-.179-.475-.543l-1.528-8.81c-.017-.167-.034-.329-.057-.49-.018-.162-.035-.324-.058-.492l-.168.497a5.22 5.22 0 01-.197.497L45.055 20c-.14.358-.359.543-.654.543h-2.193l-2.441-14.15h2.25c.215 0 .382.052.515.162a.675.675 0 01.238.422l1.052 8.243c.03.37.053.728.07 1.075.017.347.035.693.04 1.046l.388-1.046c.127-.347.266-.705.417-1.075l3.46-8.284a.923.923 0 01.317-.41.853.853 0 01.498-.162h1.25c.214 0 .381.052.509.162a.573.573 0 01.2.329l1.39 8.365c.059.37.105.728.145 1.08.04.353.081.706.116 1.053.104-.341.208-.688.312-1.04.105-.353.226-.718.353-1.1l3.136-8.242a.85.85 0 01.312-.416.853.853 0 01.51-.168h2.163l.018.006zm5.542 14.358a5.815 5.815 0 01-2.152-.393 4.74 4.74 0 01-1.701-1.15 5.276 5.276 0 01-1.117-1.861c-.266-.734-.405-1.572-.405-2.503 0-1.214.191-2.347.579-3.399a8.858 8.858 0 011.574-2.751 7.407 7.407 0 012.337-1.844c.89-.451 1.851-.67 2.87-.67.775 0 1.492.132 2.152.392.66.266 1.22.648 1.695 1.15.474.503.844 1.122 1.11 1.862.267.734.405 1.572.405 2.503 0 .797-.086 1.56-.266 2.3a9.897 9.897 0 01-.734 2.075 8.352 8.352 0 01-1.146 1.758 7.795 7.795 0 01-1.487 1.352 6.844 6.844 0 01-1.759.873 6.209 6.209 0 01-1.955.312v-.006zm.266-2.329c.62 0 1.186-.173 1.695-.52.51-.347.943-.81 1.296-1.393.359-.584.63-1.255.828-2.018.196-.763.289-1.56.289-2.393 0-1.22-.226-2.127-.671-2.71-.452-.59-1.111-.88-1.99-.88-.631 0-1.198.174-1.701.515a4.394 4.394 0 00-1.285 1.376c-.353.572-.625 1.243-.821 2.011a9.7 9.7 0 00-.29 2.417c0 2.404.886 3.607 2.65 3.607v-.012zm12.85-8.376a10.29 10.29 0 011.174-1.93c.422-.538.862-.96 1.319-1.26.457-.301.931-.486 1.417-.544.486-.058.972.023 1.464.237l-.544 2.856c-1.174-.474-2.204-.324-3.09.45-.884.775-1.596 2.232-2.128 4.376l-.752 6.312h-2.916l1.707-14.179h1.498c.324 0 .573.081.74.243.174.162.255.416.255.757l-.15 2.676.005.006zM103.26 6.18c.845 0 1.655.15 2.326.445a5.258 5.258 0 011.713 1.18l-.764 1.08V8.88a.925.925 0 01-.255.277.575.575 0 01-.324.081c-.15 0-.3-.046-.457-.145a10.031 10.031 0 00-.56-.323 4.4 4.4 0 00-.77-.324c-.295-.098-.654-.144-1.07-.144-.388 0-.741.052-1.048.15a2.606 2.606 0 00-.798.416 1.76 1.76 0 00-.51.624 1.752 1.752 0 00-.173.763c0 .307.081.561.243.77.162.207.376.392.648.548.266.156.573.3.914.428.342.127.695.266 1.047.405.36.138.706.3 1.048.48.34.179.648.398.914.653.266.254.48.56.648.924.167.365.243.792.243 1.29a4.82 4.82 0 01-.394 1.913 4.667 4.667 0 01-1.14 1.6 5.746 5.746 0 01-1.793 1.1c-.7.27-1.481.41-2.337.41-.857 0-1.713-.162-2.436-.492-.729-.33-1.307-.74-1.741-1.243l.734-1.138c.093-.139.197-.249.319-.324a.775.775 0 01.445-.116c.168 0 .33.064.486.185.156.128.347.266.561.417.22.15.486.289.799.416.312.127.723.185 1.22.185.417 0 .787-.058 1.111-.174.324-.115.596-.277.822-.48.22-.202.393-.439.515-.705.121-.266.179-.549.179-.844 0-.335-.081-.612-.243-.832a2.18 2.18 0 00-.648-.578 5.077 5.077 0 00-.908-.422l-.687-.246a42.106 42.106 0 01-.355-.13 9.242 9.242 0 01-1.041-.445 3.839 3.839 0 01-.908-.624 2.88 2.88 0 01-.648-.908c-.162-.358-.243-.791-.243-1.312a4.638 4.638 0 011.4-3.312c.451-.445 1.006-.798 1.666-1.07.66-.265 1.406-.404 2.25-.404zM89.111 0l.011.012-1.458 11.901h.388c.202 0 .37-.029.491-.092.122-.064.26-.174.411-.341l4.195-4.538c.15-.185.3-.324.462-.416.162-.092.365-.139.602-.139h2.65l-5.057 5.382c-.289.352-.607.636-.96.844.156.127.295.277.41.445.116.167.226.352.325.555l3.847 6.925h-2.569c-.231 0-.422-.04-.567-.116-.15-.081-.266-.225-.358-.44l-3.153-5.548c-.105-.214-.214-.347-.336-.41-.121-.059-.312-.093-.567-.093h-.474l-.804 6.6h-2.945L86.183 0h2.927zm19.218 18.827c0-.266.047-.52.145-.758.098-.237.231-.439.41-.618.174-.174.383-.312.614-.416.231-.104.486-.15.764-.15a1.888 1.888 0 011.371.566c.173.173.306.381.41.618.105.237.151.486.151.758 0 .271-.052.531-.15.763a2 2 0 01-.411.612 1.873 1.873 0 01-.613.41 1.945 1.945 0 01-.758.145c-.272 0-.533-.046-.764-.144a1.905 1.905 0 01-1.024-1.023 1.929 1.929 0 01-.145-.763zm15.245-1.584a11.349 11.349 0 01-1.036 1.45 7.38 7.38 0 01-1.157 1.105 4.863 4.863 0 01-1.29.705 4.043 4.043 0 01-1.417.248 3.58 3.58 0 01-1.516-.317 3.167 3.167 0 01-1.192-.96c-.335-.428-.596-.948-.787-1.572-.19-.625-.283-1.347-.283-2.174 0-.826.104-1.664.318-2.462.214-.798.515-1.555.903-2.26a9.908 9.908 0 011.4-1.948 9.095 9.095 0 011.834-1.526 8.915 8.915 0 012.186-.994 8.44 8.44 0 012.465-.353c.619 0 1.238.046 1.846.144.607.099 1.209.266 1.793.51l-1.695 13.704h-1.568c-.382 0-.636-.098-.775-.289a1.212 1.212 0 01-.208-.722l.179-2.29zm.943-8.85a10.042 10.042 0 00-.31-.031l-.153-.01c-.15-.011-.307-.011-.463-.011-.798 0-1.544.185-2.244.555-.7.37-1.308.867-1.817 1.497a7.294 7.294 0 00-1.215 2.185 7.723 7.723 0 00-.445 2.613c0 1.052.167 1.832.509 2.335.335.503.815.757 1.434.757.417 0 .822-.138 1.221-.41.4-.272.775-.648 1.134-1.122.359-.474.688-1.04.995-1.687.307-.648.567-1.353.793-2.11l.567-4.567-.006.006zm9.592-2l-1.707 14.15h-2.927l1.695-14.15h2.94zM135 2.121c0 .266-.058.52-.168.763-.11.243-.26.451-.445.63-.185.18-.394.324-.625.428a1.758 1.758 0 01-.723.162c-.249 0-.486-.052-.718-.162a1.91 1.91 0 01-.596-.428 2.254 2.254 0 01-.416-.63 1.9 1.9 0 010-1.531c.104-.243.249-.457.422-.636.174-.18.382-.324.614-.428a1.72 1.72 0 01.705-.162c.238 0 .492.052.73.162a2.036 2.036 0 011.052 1.058c.104.243.162.497.162.774H135z"
36
+ d: "M2 21.59l.002.002h2.623V12.56h8.47v-2.342h-8.47V4.342h9.317V2H2v19.59zM19.122 7.44h-2.46v14.15h2.46V7.44zM25.359 9.316h.002c-.055.135-.107.218-.273.218-.137 0-.19-.053-.19-.188V7.44h-2.46v14.15h2.455v-8.03c0-2.719 1.26-3.78 3.637-3.78h1.968V7.385h-1.585c-1.939 0-2.923.571-3.554 1.931zM38.679 19.881c-2.638 0-4.606-1.498-4.772-4.679h11.494V13.84c0-3.945-2.404-6.803-6.78-6.803s-7.163 2.858-7.163 7.481c0 4.624 2.705 7.482 7.216 7.482 4.51 0 6.364-2.745 6.78-4.894h-2.565c-.398 1.608-1.573 2.775-4.21 2.775zM38.62 9.153c2.6 0 4.208 1.39 4.32 4.003h-8.966c.408-2.67 2.294-4.003 4.646-4.003zM62.857 18.95c-.06.245-.136.328-.33.328-.196 0-.279-.083-.332-.328L59.46 7.44h-4.238l-2.735 11.51c-.06.245-.135.328-.33.328-.196 0-.278-.083-.331-.328L49.091 7.44h-2.405v.546h.015l3.337 13.604h4.223l2.817-11.865c.053-.193.105-.246.27-.246.136 0 .219.058.271.246l2.818 11.865h4.223l3.336-13.604V7.44h-2.404l-2.735 11.51zM76.572 7.034c-4.13 0-7.409 2.583-7.409 7.482 0 4.9 3.277 7.481 7.41 7.481 4.132 0 7.41-2.582 7.41-7.481 0-4.9-3.28-7.482-7.41-7.482zm.005 12.787c-2.87 0-4.921-1.901-4.921-5.305s2.051-5.305 4.921-5.305 4.922 1.906 4.922 5.305-2.051 5.305-4.922 5.305zM89.504 9.316c-.052.135-.105.218-.27.218-.138 0-.19-.053-.19-.188V7.44h-2.46v14.147h2.454v-8.028c0-2.717 1.26-3.78 3.637-3.78h1.97V7.386h-1.587c-1.938 0-2.923.571-3.554 1.931zM99 14.025V2h-2.46v19.602H99v-4.519l2.667-2.274 5.305 6.788h2.69v-.546l-6.179-7.797 6.179-5.268V7.44h-3.161L99 14.025zM118.186 13.492l-2.022-.381c-1.938-.368-2.787-.774-2.787-1.946s.959-2.042 3.253-2.042 3.607.875 3.797 2.806h2.505c-.278-3.45-2.956-4.89-6.312-4.89-3.356 0-5.713 1.443-5.713 4.16 0 2.719 1.929 3.66 4.704 4.176l2.021.38c1.969.37 2.953.792 2.953 2.015 0 1.222-.987 2.134-3.361 2.134-2.375 0-3.95-.98-4.141-2.858h-2.502c.233 3.374 2.981 4.952 6.645 4.952 3.665 0 5.824-1.563 5.824-4.369 0-2.805-2.27-3.649-4.864-4.137zM153.114 2h-2.758v19.602h2.758V2zM136.981 2.19l-7.645 19.054v.358h2.731l1.936-5.117h9.202l1.936 5.117h2.813v-.353L140.254 2h-3.273v.19zm-2.069 11.925l3.286-8.608h-.002a.378.378 0 01.355-.246h.135a.38.38 0 01.356.246l3.261 8.608h-7.391zM19.122 2h-2.46v2.885h2.46V2z"
37
37
  })]
38
38
  }));
39
39
  });
@@ -1,12 +1,13 @@
1
1
  import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
2
3
  import Combine from './components/Combine';
3
4
  import Mono from './components/Mono';
4
5
  import Text from './components/Text';
5
6
  export type CompoundedIcon = typeof Mono & {
6
7
  Avatar: typeof Avatar;
8
+ Color: typeof Color;
7
9
  Combine: typeof Combine;
8
10
  Text: typeof Text;
9
- colorGradient: string;
10
11
  colorPrimary: string;
11
12
  title: string;
12
13
  };
@@ -1,15 +1,16 @@
1
1
  'use client';
2
2
 
3
3
  import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
4
5
  import Combine from "./components/Combine";
5
6
  import Mono from "./components/Mono";
6
7
  import Text from "./components/Text";
7
- import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
8
+ import { COLOR_PRIMARY, TITLE } from "./style";
8
9
  var Icons = Mono;
10
+ Icons.Color = Color;
9
11
  Icons.Text = Text;
10
12
  Icons.Combine = Combine;
11
13
  Icons.Avatar = Avatar;
12
14
  Icons.colorPrimary = COLOR_PRIMARY;
13
- Icons.colorGradient = COLOR_GRADIENT;
14
15
  Icons.title = TITLE;
15
16
  export default Icons;
@@ -1,5 +1,4 @@
1
1
  export declare const TITLE = "Fireworks";
2
2
  export declare const TEXT_MULTIPLE = 0.6;
3
- export declare const SPACE_MULTIPLE = 0.1;
4
- export declare const COLOR_PRIMARY = "#000";
5
- export declare const COLOR_GRADIENT = "linear-gradient(to bottom, #952C78, #050003)";
3
+ export declare const SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#5019C5";
@@ -1,5 +1,4 @@
1
1
  export var TITLE = 'Fireworks';
2
2
  export var TEXT_MULTIPLE = 0.6;
3
- export var SPACE_MULTIPLE = 0.1;
4
- export var COLOR_PRIMARY = '#000';
5
- export var COLOR_GRADIENT = 'linear-gradient(to bottom, #952C78, #050003)';
3
+ export var SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#5019C5';
@@ -20,7 +20,8 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
20
20
  return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
21
  Icon: Mono,
22
22
  "aria-label": TITLE,
23
- background: background || COLOR_PRIMARY
23
+ background: background || COLOR_PRIMARY,
24
+ iconMultiple: 0.65
24
25
  }, rest));
25
26
  });
26
27
  export default Avatar;