@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.
- package/README.md +56 -52
- package/es/AzureAI/components/Avatar.d.ts +5 -0
- package/es/AzureAI/components/Avatar.js +27 -0
- package/es/AzureAI/components/Color.js +178 -0
- package/es/AzureAI/components/Combine.js +32 -0
- package/es/{Jina/components/TextColor.js → AzureAI/components/Mono.js} +8 -7
- package/es/AzureAI/components/Text.js +40 -0
- package/es/AzureAI/index.d.ts +15 -0
- package/es/AzureAI/index.js +16 -0
- package/es/AzureAI/style.d.ts +4 -0
- package/es/AzureAI/style.js +4 -0
- package/es/Fireworks/components/Avatar.js +3 -3
- package/es/Fireworks/components/Color.js +42 -0
- package/es/Fireworks/components/Combine.d.ts +3 -1
- package/es/Fireworks/components/Combine.js +9 -3
- package/es/Fireworks/components/Mono.js +2 -1
- package/es/Fireworks/components/Text.js +2 -2
- package/es/Fireworks/index.d.ts +2 -1
- package/es/Fireworks/index.js +3 -2
- package/es/Fireworks/style.d.ts +2 -3
- package/es/Fireworks/style.js +2 -3
- package/es/Jina/components/Avatar.js +2 -1
- package/es/Jina/components/Mono.js +1 -5
- package/es/Jina/index.d.ts +0 -4
- package/es/Jina/index.js +0 -4
- package/es/Jina/style.d.ts +1 -1
- package/es/Jina/style.js +1 -1
- package/es/PPIO/components/Avatar.js +2 -2
- package/es/PPIO/components/Color.js +4 -4
- package/es/PPIO/components/Mono.js +3 -2
- package/es/PPIO/components/Text.js +2 -3
- package/es/PPIO/components/TextCn.js +2 -5
- package/es/PPIO/index.d.ts +0 -4
- package/es/PPIO/index.js +0 -4
- package/es/PPIO/style.d.ts +1 -1
- package/es/PPIO/style.js +1 -1
- package/es/Vllm/style.d.ts +1 -1
- package/es/Vllm/style.js +1 -1
- package/es/Volcengine/components/Avatar.d.ts +5 -0
- package/es/{Jina/components/Combine.js → Volcengine/components/Avatar.js} +12 -8
- package/es/Volcengine/components/Color.d.ts +3 -0
- package/es/{Jina → Volcengine}/components/Color.js +9 -6
- package/es/Volcengine/components/Combine.d.ts +7 -0
- package/es/Volcengine/components/Combine.js +32 -0
- package/es/Volcengine/components/Mono.d.ts +3 -0
- package/es/Volcengine/components/Mono.js +53 -0
- package/es/Volcengine/components/Text.d.ts +3 -0
- package/es/Volcengine/components/Text.js +48 -0
- package/es/Volcengine/index.d.ts +15 -0
- package/es/Volcengine/index.js +16 -0
- package/es/Volcengine/style.d.ts +4 -0
- package/es/Volcengine/style.js +4 -0
- package/es/features/ProviderCombine/index.js +4 -6
- package/es/features/modelConfig.js +4 -0
- package/es/features/providerConfig.js +12 -2
- package/es/features/providerEnum.d.ts +2 -0
- package/es/features/providerEnum.js +2 -0
- package/es/icons.d.ts +2 -0
- package/es/icons.js +2 -0
- package/es/toc.js +46 -11
- package/package.json +1 -1
- package/es/PPIO/components/BrandColor.js +0 -44
- package/es/PPIO/components/BrandMono.js +0 -44
- /package/es/{Jina → AzureAI}/components/Color.d.ts +0 -0
- /package/es/{Jina → AzureAI}/components/Combine.d.ts +0 -0
- /package/es/{Jina/components/TextColor.d.ts → AzureAI/components/Mono.d.ts} +0 -0
- /package/es/{PPIO/components/BrandColor.d.ts → AzureAI/components/Text.d.ts} +0 -0
- /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
|
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
|
-
|
37
|
-
|
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: "
|
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
|
-
|
43
|
-
|
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;
|
@@ -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 {
|
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 ||
|
24
|
-
color: '#
|
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
|
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
|
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
|
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:
|
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
|
-
|
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
|
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: "
|
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
|
});
|
package/es/Fireworks/index.d.ts
CHANGED
@@ -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
|
};
|
package/es/Fireworks/index.js
CHANGED
@@ -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 {
|
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;
|
package/es/Fireworks/style.d.ts
CHANGED
@@ -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.
|
4
|
-
export declare const COLOR_PRIMARY = "#
|
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";
|
package/es/Fireworks/style.js
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
export var TITLE = 'Fireworks';
|
2
2
|
export var TEXT_MULTIPLE = 0.6;
|
3
|
-
export var SPACE_MULTIPLE = 0.
|
4
|
-
export var COLOR_PRIMARY = '#
|
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;
|