@lobehub/icons 1.45.0 → 1.46.1
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 +72 -58
- package/es/ComfyUI/components/Avatar.d.ts +5 -0
- package/es/ComfyUI/components/Avatar.js +28 -0
- package/es/ComfyUI/components/Color.d.ts +3 -0
- package/es/ComfyUI/components/Color.js +310 -0
- package/es/ComfyUI/components/Combine.d.ts +7 -0
- package/es/ComfyUI/components/Combine.js +32 -0
- package/es/ComfyUI/components/Mono.d.ts +3 -0
- package/es/ComfyUI/components/Mono.js +84 -0
- package/es/ComfyUI/components/Text.d.ts +3 -0
- package/es/ComfyUI/components/Text.js +40 -0
- package/es/ComfyUI/index.d.ts +16 -0
- package/es/ComfyUI/index.js +17 -0
- package/es/ComfyUI/style.d.ts +5 -0
- package/es/ComfyUI/style.js +5 -0
- package/es/Hailuo/components/Avatar.d.ts +5 -0
- package/es/Hailuo/components/Avatar.js +28 -0
- package/es/Hailuo/components/Color.d.ts +3 -0
- package/es/Hailuo/components/Color.js +69 -0
- package/es/Hailuo/components/Combine.d.ts +7 -0
- package/es/Hailuo/components/Combine.js +32 -0
- package/es/Hailuo/components/Mono.d.ts +3 -0
- package/es/Hailuo/components/Mono.js +41 -0
- package/es/Hailuo/components/Text.d.ts +3 -0
- package/es/Hailuo/components/Text.js +40 -0
- package/es/Hailuo/index.d.ts +16 -0
- package/es/Hailuo/index.js +17 -0
- package/es/Hailuo/style.d.ts +5 -0
- package/es/Hailuo/style.js +5 -0
- package/es/Kling/index.js +2 -1
- package/es/Kling/style.d.ts +1 -0
- package/es/Kling/style.js +2 -1
- package/es/Replit/components/Avatar.d.ts +5 -0
- package/es/Replit/components/Avatar.js +27 -0
- package/es/Replit/components/Color.d.ts +3 -0
- package/es/Replit/components/Color.js +40 -0
- package/es/Replit/components/Combine.d.ts +7 -0
- package/es/Replit/components/Combine.js +32 -0
- package/es/Replit/components/Mono.d.ts +3 -0
- package/es/Replit/components/Mono.js +41 -0
- package/es/Replit/components/Text.d.ts +3 -0
- package/es/Replit/components/Text.js +40 -0
- package/es/Replit/index.d.ts +15 -0
- package/es/Replit/index.js +16 -0
- package/es/Replit/style.d.ts +4 -0
- package/es/Replit/style.js +4 -0
- package/es/TII/components/Avatar.d.ts +5 -0
- package/es/TII/components/Avatar.js +27 -0
- package/es/TII/components/Color.d.ts +3 -0
- package/es/TII/components/Color.js +43 -0
- package/es/TII/components/Combine.d.ts +7 -0
- package/es/TII/components/Combine.js +32 -0
- package/es/TII/components/Mono.d.ts +3 -0
- package/es/TII/components/Mono.js +43 -0
- package/es/TII/components/Text.d.ts +3 -0
- package/es/TII/components/Text.js +40 -0
- package/es/TII/index.d.ts +15 -0
- package/es/TII/index.js +16 -0
- package/es/TII/style.d.ts +4 -0
- package/es/TII/style.js +4 -0
- package/es/components/Dashboard/index.js +2 -2
- package/es/components/Editor/Color.js +1 -1
- package/es/components/Editor/Mono.js +1 -1
- package/es/components/Editor/Text.js +1 -1
- package/es/features/IconAvatar/util.js +1 -6
- package/es/features/getLobeIconCDN/index.d.ts +7 -0
- package/es/features/getLobeIconCDN/index.js +33 -0
- package/es/features/index.d.ts +1 -0
- package/es/features/index.js +1 -0
- package/es/icons.d.ts +4 -0
- package/es/icons.js +4 -0
- package/es/toc.js +1656 -1585
- package/package.json +5 -4
@@ -0,0 +1,310 @@
|
|
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, 13),
|
29
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 13),
|
30
|
+
a = _useFillIds2[0],
|
31
|
+
b = _useFillIds2[1],
|
32
|
+
c = _useFillIds2[2],
|
33
|
+
d = _useFillIds2[3],
|
34
|
+
e = _useFillIds2[4],
|
35
|
+
f = _useFillIds2[5],
|
36
|
+
g = _useFillIds2[6],
|
37
|
+
h = _useFillIds2[7],
|
38
|
+
i = _useFillIds2[8],
|
39
|
+
j = _useFillIds2[9],
|
40
|
+
k = _useFillIds2[10],
|
41
|
+
l = _useFillIds2[11],
|
42
|
+
m = _useFillIds2[12];
|
43
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
44
|
+
height: size,
|
45
|
+
ref: ref,
|
46
|
+
style: _objectSpread({
|
47
|
+
flex: 'none',
|
48
|
+
lineHeight: 1
|
49
|
+
}, style),
|
50
|
+
viewBox: "0 0 24 24",
|
51
|
+
width: size,
|
52
|
+
xmlns: "http://www.w3.org/2000/svg"
|
53
|
+
}, rest), {}, {
|
54
|
+
children: [/*#__PURE__*/_jsx("title", {
|
55
|
+
children: TITLE
|
56
|
+
}), /*#__PURE__*/_jsx("path", {
|
57
|
+
d: "M10.311 16.46L8.495 8.078a.398.398 0 01.575-.437l7.29 3.843a.375.375 0 01-.064.69l-3.346 1.033a.493.493 0 00-.29.24l-1.65 3.11a.375.375 0 01-.699-.097z",
|
58
|
+
fill: "#fff"
|
59
|
+
}), /*#__PURE__*/_jsx("path", {
|
60
|
+
d: "M17.087 1.153C13.825-.336 10.665-.148 8.72.414c1.008.13 2.602.375 3.692.868.905.408 4.102 2.12 4.876 2.484.773.363 3.035 1.196 3.867 1.64.666.357 1.442 1.173 1.746 1.536-.613-1.238-2.191-4.137-5.813-5.79z",
|
61
|
+
fill: a.fill
|
62
|
+
}), /*#__PURE__*/_jsx("circle", {
|
63
|
+
cx: "8.438",
|
64
|
+
cy: "2.578",
|
65
|
+
fill: b.fill,
|
66
|
+
r: "1.57"
|
67
|
+
}), /*#__PURE__*/_jsx("circle", {
|
68
|
+
cx: "21.939",
|
69
|
+
cy: "13.384",
|
70
|
+
fill: c.fill,
|
71
|
+
r: ".633"
|
72
|
+
}), /*#__PURE__*/_jsx("circle", {
|
73
|
+
cx: "20.275",
|
74
|
+
cy: "11.532",
|
75
|
+
fill: d.fill,
|
76
|
+
r: ".492"
|
77
|
+
}), /*#__PURE__*/_jsx("circle", {
|
78
|
+
cx: "18.47",
|
79
|
+
cy: "16.619",
|
80
|
+
fill: e.fill,
|
81
|
+
r: "1.219"
|
82
|
+
}), /*#__PURE__*/_jsx("circle", {
|
83
|
+
cx: "14.579",
|
84
|
+
cy: "18.447",
|
85
|
+
fill: f.fill,
|
86
|
+
r: ".797"
|
87
|
+
}), /*#__PURE__*/_jsx("circle", {
|
88
|
+
cx: "15.341",
|
89
|
+
cy: "21.506",
|
90
|
+
fill: g.fill,
|
91
|
+
r: "1.113"
|
92
|
+
}), /*#__PURE__*/_jsx("circle", {
|
93
|
+
cx: "4.278",
|
94
|
+
cy: "14.966",
|
95
|
+
fill: h.fill,
|
96
|
+
r: "1.254"
|
97
|
+
}), /*#__PURE__*/_jsx("circle", {
|
98
|
+
cx: "4.981",
|
99
|
+
cy: "8.895",
|
100
|
+
fill: i.fill,
|
101
|
+
r: "1.629"
|
102
|
+
}), /*#__PURE__*/_jsx("path", {
|
103
|
+
d: "M16.795 16.82l-.974.604-.175.108-.18.112a1.195 1.195 0 11-1.996 1.247c-.268.17-.498.319-.672.435-1.389.93-2.817 1.858-4.676 1.945-2.42.114-5.91-2.203-6.446-7.676-.41-4.196 2.836-8.122 5.098-9.587l.112-.07a2.055 2.055 0 01-.51-1.36c0-.478.162-.918.435-1.267-.567.098-.952.362-1.615.843C3.239 3.572 2.126 4.45.613 8.27c-1.512 3.82.047 8.392 1.7 10.9 1.652 2.508 5.485 4.078 6.375 4.313.891.234 3.505.796 4.583.117.352-.222.641-.536.894-.901a1.676 1.676 0 011.443-2.849c.315-.589.672-1.09 1.155-1.372.247-.144.517-.291.797-.439a1.687 1.687 0 01-.765-1.22z",
|
104
|
+
fill: j.fill
|
105
|
+
}), /*#__PURE__*/_jsx("path", {
|
106
|
+
d: "M10.468 2.56c0 .338-.081.657-.225.938.998.246 2.006.598 3.612 1.606.414.26 1.346.727 2.195 1.153.449.225.874.438 1.186.603.898.386 1.854.797 2.596 1.15 2.14 1.02 2.693 2.605 2.442 4.448a.985.985 0 11-.718 1.833c-.488.498-1.212.836-1.926 1.116a1.683 1.683 0 01.487 1.359l.118-.055.026-.012a29.518 29.518 0 001.08-.514l.015-.008c.21-.11.533-.281.882-.548-.14.354-.6 1.222-1.312 1.86-.89.796-1.57.972-2.485 1.16-.715.147-1.728 1.016-2.174 1.46a1.674 1.674 0 01.47 2.323c-.029.113-.064.22-.1.327a5.074 5.074 0 00-.094.308l.136-.04c.601-.177 1.772-.52 4.247-3.089 2.678-2.78 2.945-6.016 3.059-7.723.199-2.743-1.588-4.48-2.444-5.101-.445-.323-1.685-.866-2.905-1.4l-.2-.089-.775-.335c-.773-.332-1.473-.633-1.88-.869l-.041-.024c-1.197-.692-3.07-1.775-4.63-2.264a3.4 3.4 0 00-.376-.073 3.005 3.005 0 01-.345-.068c.051.18.079.371.079.569z",
|
107
|
+
fill: k.fill
|
108
|
+
}), /*#__PURE__*/_jsx("path", {
|
109
|
+
clipRule: "evenodd",
|
110
|
+
d: "M13.886 6.476c-1.426-.827-3.247-1.882-5.075-1.882-1.334 0-2.826.919-4.033 2.213a2.095 2.095 0 011.914.875c.23-.375.496-.762.773-1.025.554-.525 1.329-.75 1.594-.75 1.149 0 2.591.75 4.692 2.086.636.404 1.26.735 1.83 1.038 1.482.787 2.6 1.38 2.6 2.548 0 1.324-.473 1.711-1.105 2.074-.123.07-.336.199-.615.366-.887.533-2.433 1.461-3.78 2.166a17.9 17.9 0 00-1.076.628c-1.353.833-2.638 1.625-4.089.602-1.828-1.289-1.621-3.574-1.176-4.781.13-.35.274-.678.408-.981.328-.743.59-1.335.39-1.727a1.475 1.475 0 00-.197-.281 2.1 2.1 0 01-1.628 1.322c-.162.635-.299 1.252-.34 1.667-.023.23-.052.465-.084.696a1.747 1.747 0 11-1.643 3.045c.587 1.302 1.401 2.36 2.236 2.892 1.897 1.21 3.818.56 4.415.358h.001a8.28 8.28 0 01.087-.03c.404-.131 2.473-1.508 4.235-2.681l.814-.542c1.468-.974 3.315-1.747 4.156-2.099.22-.092.372-.156.429-.186l.014-.007c.399-.213 1.496-.798 1.612-2.466.102-1.467-1.478-2.244-2.325-2.66-.127-.063-.238-.117-.323-.164-.27-.15-.744-.363-1.326-.626-.653-.296-1.444-.653-2.237-1.05-.342-.171-.728-.395-1.148-.638zm6.39 5.783a.727.727 0 100-1.453.727.727 0 000 1.453z",
|
111
|
+
fill: l.fill,
|
112
|
+
fillRule: "evenodd"
|
113
|
+
}), /*#__PURE__*/_jsx("path", {
|
114
|
+
d: "M4.082 11.684a6.337 6.337 0 00-.046 1.552 1.748 1.748 0 00-1.431 1.228c-.316-1.383-.345-2.869.088-4.221.078-.245.172-.491.28-.736a2.103 2.103 0 001.314 1.368c-.09.248-.161.518-.205.81z",
|
115
|
+
fill: m.fill
|
116
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
117
|
+
children: [/*#__PURE__*/_jsxs("radialGradient", {
|
118
|
+
cx: "0",
|
119
|
+
cy: "0",
|
120
|
+
gradientTransform: "rotate(90 3.246 5.192) scale(2.20332)",
|
121
|
+
gradientUnits: "userSpaceOnUse",
|
122
|
+
id: b.id,
|
123
|
+
r: "1",
|
124
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
125
|
+
offset: ".592",
|
126
|
+
stopColor: "#fff"
|
127
|
+
}), /*#__PURE__*/_jsx("stop", {
|
128
|
+
offset: ".62",
|
129
|
+
stopColor: "#8BEBFF"
|
130
|
+
})]
|
131
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
132
|
+
cx: "0",
|
133
|
+
cy: "0",
|
134
|
+
gradientTransform: "matrix(0 .8879 -.8879 0 21.94 13.129)",
|
135
|
+
gradientUnits: "userSpaceOnUse",
|
136
|
+
id: c.id,
|
137
|
+
r: "1",
|
138
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
139
|
+
offset: ".592",
|
140
|
+
stopColor: "#fff"
|
141
|
+
}), /*#__PURE__*/_jsx("stop", {
|
142
|
+
offset: ".62",
|
143
|
+
stopColor: "#8BEBFF"
|
144
|
+
})]
|
145
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
146
|
+
cx: "0",
|
147
|
+
cy: "0",
|
148
|
+
gradientTransform: "rotate(90 4.47 15.805) scale(.69059)",
|
149
|
+
gradientUnits: "userSpaceOnUse",
|
150
|
+
id: d.id,
|
151
|
+
r: "1",
|
152
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
153
|
+
offset: ".592",
|
154
|
+
stopColor: "#fff"
|
155
|
+
}), /*#__PURE__*/_jsx("stop", {
|
156
|
+
offset: ".62",
|
157
|
+
stopColor: "#8BEBFF"
|
158
|
+
})]
|
159
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
160
|
+
cx: "0",
|
161
|
+
cy: "0",
|
162
|
+
gradientTransform: "rotate(90 1.171 17.299) scale(1.71004)",
|
163
|
+
gradientUnits: "userSpaceOnUse",
|
164
|
+
id: e.id,
|
165
|
+
r: "1",
|
166
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
167
|
+
offset: ".592",
|
168
|
+
stopColor: "#fff"
|
169
|
+
}), /*#__PURE__*/_jsx("stop", {
|
170
|
+
offset: ".62",
|
171
|
+
stopColor: "#8BEBFF"
|
172
|
+
})]
|
173
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
174
|
+
cx: "0",
|
175
|
+
cy: "0",
|
176
|
+
gradientTransform: "rotate(90 -1.773 16.353) scale(1.1181)",
|
177
|
+
gradientUnits: "userSpaceOnUse",
|
178
|
+
id: f.id,
|
179
|
+
r: "1",
|
180
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
181
|
+
offset: ".592",
|
182
|
+
stopColor: "#fff"
|
183
|
+
}), /*#__PURE__*/_jsx("stop", {
|
184
|
+
offset: ".62",
|
185
|
+
stopColor: "#8BEBFF"
|
186
|
+
})]
|
187
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
188
|
+
cx: "0",
|
189
|
+
cy: "0",
|
190
|
+
gradientTransform: "rotate(90 -2.858 18.2) scale(1.56205)",
|
191
|
+
gradientUnits: "userSpaceOnUse",
|
192
|
+
id: g.id,
|
193
|
+
r: "1",
|
194
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
195
|
+
offset: ".592",
|
196
|
+
stopColor: "#fff"
|
197
|
+
}), /*#__PURE__*/_jsx("stop", {
|
198
|
+
offset: ".62",
|
199
|
+
stopColor: "#8BEBFF"
|
200
|
+
})]
|
201
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
202
|
+
cx: "0",
|
203
|
+
cy: "0",
|
204
|
+
gradientTransform: "rotate(90 -5.091 9.37) scale(1.75937)",
|
205
|
+
gradientUnits: "userSpaceOnUse",
|
206
|
+
id: h.id,
|
207
|
+
r: "1",
|
208
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
209
|
+
offset: ".592",
|
210
|
+
stopColor: "#fff"
|
211
|
+
}), /*#__PURE__*/_jsx("stop", {
|
212
|
+
offset: ".62",
|
213
|
+
stopColor: "#8BEBFF"
|
214
|
+
})]
|
215
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
216
|
+
cx: "0",
|
217
|
+
cy: "0",
|
218
|
+
gradientTransform: "rotate(90 -1.629 6.61) scale(2.28553)",
|
219
|
+
gradientUnits: "userSpaceOnUse",
|
220
|
+
id: i.id,
|
221
|
+
r: "1",
|
222
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
223
|
+
offset: ".592",
|
224
|
+
stopColor: "#fff"
|
225
|
+
}), /*#__PURE__*/_jsx("stop", {
|
226
|
+
offset: ".62",
|
227
|
+
stopColor: "#8BEBFF"
|
228
|
+
})]
|
229
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
230
|
+
gradientUnits: "userSpaceOnUse",
|
231
|
+
id: a.id,
|
232
|
+
x1: "12.388",
|
233
|
+
x2: "22.49",
|
234
|
+
y1: "0",
|
235
|
+
y2: "6.469",
|
236
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
237
|
+
stopColor: "#83FFFF"
|
238
|
+
}), /*#__PURE__*/_jsx("stop", {
|
239
|
+
offset: "1",
|
240
|
+
stopColor: "#01F9FD"
|
241
|
+
})]
|
242
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
243
|
+
gradientUnits: "userSpaceOnUse",
|
244
|
+
id: j.id,
|
245
|
+
x1: "6.926",
|
246
|
+
x2: "15.165",
|
247
|
+
y1: "1.313",
|
248
|
+
y2: "23.111",
|
249
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
250
|
+
stopColor: "#0CD7FE"
|
251
|
+
}), /*#__PURE__*/_jsx("stop", {
|
252
|
+
offset: ".5",
|
253
|
+
stopColor: "#03ACFF"
|
254
|
+
}), /*#__PURE__*/_jsx("stop", {
|
255
|
+
offset: "1",
|
256
|
+
stopColor: "#0272E1"
|
257
|
+
})]
|
258
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
259
|
+
gradientUnits: "userSpaceOnUse",
|
260
|
+
id: k.id,
|
261
|
+
x1: "6.926",
|
262
|
+
x2: "15.165",
|
263
|
+
y1: "1.313",
|
264
|
+
y2: "23.111",
|
265
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
266
|
+
stopColor: "#0CD7FE"
|
267
|
+
}), /*#__PURE__*/_jsx("stop", {
|
268
|
+
offset: ".5",
|
269
|
+
stopColor: "#03ACFF"
|
270
|
+
}), /*#__PURE__*/_jsx("stop", {
|
271
|
+
offset: "1",
|
272
|
+
stopColor: "#0272E1"
|
273
|
+
})]
|
274
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
275
|
+
gradientUnits: "userSpaceOnUse",
|
276
|
+
id: l.id,
|
277
|
+
x1: "21.26",
|
278
|
+
x2: "2.367",
|
279
|
+
y1: "10.747",
|
280
|
+
y2: "13.595",
|
281
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
282
|
+
stopColor: "#1BE8F9"
|
283
|
+
}), /*#__PURE__*/_jsx("stop", {
|
284
|
+
offset: ".5",
|
285
|
+
stopColor: "#05C3FD"
|
286
|
+
}), /*#__PURE__*/_jsx("stop", {
|
287
|
+
offset: "1",
|
288
|
+
stopColor: "#0047CB"
|
289
|
+
})]
|
290
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
291
|
+
gradientUnits: "userSpaceOnUse",
|
292
|
+
id: m.id,
|
293
|
+
x1: "21.26",
|
294
|
+
x2: "2.367",
|
295
|
+
y1: "10.747",
|
296
|
+
y2: "13.595",
|
297
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
298
|
+
stopColor: "#1BE8F9"
|
299
|
+
}), /*#__PURE__*/_jsx("stop", {
|
300
|
+
offset: ".5",
|
301
|
+
stopColor: "#05C3FD"
|
302
|
+
}), /*#__PURE__*/_jsx("stop", {
|
303
|
+
offset: "1",
|
304
|
+
stopColor: "#0047CB"
|
305
|
+
})]
|
306
|
+
})]
|
307
|
+
})]
|
308
|
+
}));
|
309
|
+
});
|
310
|
+
export default Icon;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
4
|
+
type?: 'color' | 'mono';
|
5
|
+
}
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
7
|
+
export default Combine;
|
@@ -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;
|
@@ -0,0 +1,84 @@
|
|
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 24 24",
|
31
|
+
width: size,
|
32
|
+
xmlns: "http://www.w3.org/2000/svg"
|
33
|
+
}, rest), {}, {
|
34
|
+
children: [/*#__PURE__*/_jsx("title", {
|
35
|
+
children: TITLE
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
d: "M10.311 16.46L8.495 8.078a.398.398 0 01.575-.437l7.29 3.843a.375.375 0 01-.064.69l-3.346 1.033a.493.493 0 00-.29.24l-1.65 3.11a.375.375 0 01-.699-.097z"
|
38
|
+
}), /*#__PURE__*/_jsx("path", {
|
39
|
+
d: "M17.087 1.153C13.825-.336 10.665-.148 8.72.414c1.008.13 2.602.375 3.692.868.905.408 4.102 2.12 4.876 2.484.773.363 3.035 1.196 3.867 1.64.666.357 1.442 1.173 1.746 1.536-.613-1.238-2.191-4.137-5.813-5.79z"
|
40
|
+
}), /*#__PURE__*/_jsx("circle", {
|
41
|
+
cx: "8.438",
|
42
|
+
cy: "2.578",
|
43
|
+
r: "1.57"
|
44
|
+
}), /*#__PURE__*/_jsx("circle", {
|
45
|
+
cx: "21.939",
|
46
|
+
cy: "13.384",
|
47
|
+
r: ".633"
|
48
|
+
}), /*#__PURE__*/_jsx("circle", {
|
49
|
+
cx: "20.275",
|
50
|
+
cy: "11.532",
|
51
|
+
r: ".492"
|
52
|
+
}), /*#__PURE__*/_jsx("circle", {
|
53
|
+
cx: "18.47",
|
54
|
+
cy: "16.619",
|
55
|
+
r: "1.219"
|
56
|
+
}), /*#__PURE__*/_jsx("circle", {
|
57
|
+
cx: "14.579",
|
58
|
+
cy: "18.447",
|
59
|
+
r: ".797"
|
60
|
+
}), /*#__PURE__*/_jsx("circle", {
|
61
|
+
cx: "15.341",
|
62
|
+
cy: "21.506",
|
63
|
+
r: "1.113"
|
64
|
+
}), /*#__PURE__*/_jsx("circle", {
|
65
|
+
cx: "4.278",
|
66
|
+
cy: "14.966",
|
67
|
+
r: "1.254"
|
68
|
+
}), /*#__PURE__*/_jsx("circle", {
|
69
|
+
cx: "4.981",
|
70
|
+
cy: "8.895",
|
71
|
+
r: "1.629"
|
72
|
+
}), /*#__PURE__*/_jsx("path", {
|
73
|
+
d: "M16.795 16.82l-.974.604-.175.108-.18.112a1.195 1.195 0 11-1.996 1.247c-.268.17-.498.319-.672.435-1.389.93-2.817 1.858-4.676 1.945-2.42.114-5.91-2.203-6.446-7.676-.41-4.196 2.836-8.122 5.098-9.587l.112-.07a2.055 2.055 0 01-.51-1.36c0-.478.162-.918.435-1.267-.567.098-.952.362-1.615.843C3.239 3.572 2.126 4.45.613 8.27c-1.512 3.82.047 8.392 1.7 10.9 1.652 2.508 5.485 4.078 6.375 4.313.891.234 3.505.796 4.583.117.352-.222.641-.536.894-.901a1.676 1.676 0 011.443-2.849c.315-.589.672-1.09 1.155-1.372.247-.144.517-.291.797-.439a1.687 1.687 0 01-.765-1.22z"
|
74
|
+
}), /*#__PURE__*/_jsx("path", {
|
75
|
+
d: "M10.468 2.56c0 .338-.081.657-.225.938.998.246 2.006.598 3.612 1.606.414.26 1.346.727 2.195 1.153.449.225.874.438 1.186.603.898.386 1.854.797 2.596 1.15 2.14 1.02 2.693 2.605 2.442 4.448a.985.985 0 11-.718 1.833c-.488.498-1.212.836-1.926 1.116a1.683 1.683 0 01.487 1.359l.118-.055.026-.012a29.518 29.518 0 001.08-.514l.015-.008c.21-.11.533-.281.882-.548-.14.354-.6 1.222-1.312 1.86-.89.796-1.57.972-2.485 1.16-.715.147-1.728 1.016-2.174 1.46a1.674 1.674 0 01.47 2.323c-.029.113-.064.22-.1.327a5.074 5.074 0 00-.094.308l.136-.04c.601-.177 1.772-.52 4.247-3.089 2.678-2.78 2.945-6.016 3.059-7.723.199-2.743-1.588-4.48-2.444-5.101-.445-.323-1.685-.866-2.905-1.4l-.2-.089-.775-.335c-.773-.332-1.473-.633-1.88-.869l-.041-.024c-1.197-.692-3.07-1.775-4.63-2.264a3.4 3.4 0 00-.376-.073 3.005 3.005 0 01-.345-.068c.051.18.079.371.079.569z"
|
76
|
+
}), /*#__PURE__*/_jsx("path", {
|
77
|
+
clipRule: "evenodd",
|
78
|
+
d: "M13.886 6.476c-1.426-.827-3.247-1.882-5.075-1.882-1.334 0-2.826.919-4.033 2.213a2.095 2.095 0 011.914.875c.23-.375.496-.762.773-1.025.554-.525 1.329-.75 1.594-.75 1.149 0 2.591.75 4.692 2.086.636.404 1.26.735 1.83 1.038 1.482.787 2.6 1.38 2.6 2.548 0 1.324-.473 1.711-1.105 2.074-.123.07-.336.199-.615.366-.887.533-2.433 1.461-3.78 2.166a17.9 17.9 0 00-1.076.628c-1.353.833-2.638 1.625-4.089.602-1.828-1.289-1.621-3.574-1.176-4.781.13-.35.274-.678.408-.981.328-.743.59-1.335.39-1.727a1.475 1.475 0 00-.197-.281 2.1 2.1 0 01-1.628 1.322c-.162.635-.299 1.252-.34 1.667-.023.23-.052.465-.084.696a1.747 1.747 0 11-1.643 3.045c.587 1.302 1.401 2.36 2.236 2.892 1.897 1.21 3.818.56 4.415.358h.001a8.28 8.28 0 01.087-.03c.404-.131 2.473-1.508 4.235-2.681l.814-.542c1.468-.974 3.315-1.747 4.156-2.099.22-.092.372-.156.429-.186l.014-.007c.399-.213 1.496-.798 1.612-2.466.102-1.467-1.478-2.244-2.325-2.66-.127-.063-.238-.117-.323-.164-.27-.15-.744-.363-1.326-.626-.653-.296-1.444-.653-2.237-1.05-.342-.171-.728-.395-1.148-.638zm6.39 5.783a.727.727 0 100-1.453.727.727 0 000 1.453z"
|
79
|
+
}), /*#__PURE__*/_jsx("path", {
|
80
|
+
d: "M4.082 11.684a6.337 6.337 0 00-.046 1.552 1.748 1.748 0 00-1.431 1.228c-.316-1.383-.345-2.869.088-4.221.078-.245.172-.491.28-.736a2.103 2.103 0 001.314 1.368c-.09.248-.161.518-.205.81z"
|
81
|
+
})]
|
82
|
+
}));
|
83
|
+
});
|
84
|
+
export default Icon;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { 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 94 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: "M10.272 19.58C5.284 19.58 2 15.95 2 10.79 2 5.728 5.26 2 10.296 2c4.321 0 6.79 2.74 7.506 5.53l-2.592.618c-.47-2.074-2.074-4.05-4.938-4.05-3.531 0-5.68 2.766-5.68 6.692 0 3.95 2.149 6.692 5.704 6.692 2.914 0 4.47-1.803 5.037-4.173l2.593.617c-.889 3.16-3.482 5.654-7.654 5.654zm14.686 0c-3.704 0-5.975-2.79-5.975-6.395 0-3.58 2.271-6.395 5.975-6.395 3.679 0 5.95 2.815 5.95 6.395 0 3.605-2.271 6.395-5.95 6.395zm-3.481-6.395c0 2.42 1.086 4.42 3.481 4.42 2.37 0 3.457-2 3.457-4.42 0-2.395-1.087-4.42-3.457-4.42-2.395 0-3.481 2-3.481 4.42zm11.498 6.099V7.086h2.395V8.79h.025c.543-.938 1.777-2 3.555-2 1.828 0 3.013.938 3.556 2.296.568-.84 1.778-2.296 4-2.296 2.691 0 4.148 1.803 4.148 4.593v7.901h-2.42v-6.988c0-2.123-.42-3.456-2.345-3.456-1.63 0-2.865 1.407-2.865 3.604v6.84H40.63v-6.938c0-2.198-.395-3.506-2.345-3.506-1.63 0-2.89 1.407-2.89 3.604v6.84h-2.419zm21.205 0V9.062h-2.198V7.086h2.198V4.988c0-2 1.185-2.988 3.21-2.988.666 0 1.11.074 1.53.148v1.926A5.63 5.63 0 0058.032 4c-.939 0-1.432.37-1.432 1.333v1.753h2.444v1.976H56.6v10.222h-2.42zM61.252 24c-.518 0-.84-.05-1.185-.099v-2.05c.37.05.691.1 1.086.1 1.235 0 1.828-.544 2.321-1.704l.42-1.062-4.642-12.099h2.642l3.235 9.358 3.21-9.358h2.642l-5.235 13.655C64.808 23.11 63.4 24 61.252 24zm17.83-4.42c-4.148 0-6.568-2.395-6.568-6.74V2.295h2.543v10.346c0 2.914 1.185 4.765 4.025 4.765 2.963 0 4.049-1.851 4.049-4.765V2.296h2.519V12.84c0 4.346-2.396 6.741-6.568 6.741zm10.014-.296V2.296h2.518v16.988h-2.518z"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
export default Icon;
|
@@ -0,0 +1,16 @@
|
|
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
|
+
colorGradient: string;
|
12
|
+
colorPrimary: string;
|
13
|
+
title: string;
|
14
|
+
};
|
15
|
+
declare const Icons: CompoundedIcon;
|
16
|
+
export default Icons;
|
@@ -0,0 +1,17 @@
|
|
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_GRADIENT, 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.colorGradient = COLOR_GRADIENT;
|
16
|
+
Icons.title = TITLE;
|
17
|
+
export default Icons;
|
@@ -0,0 +1,28 @@
|
|
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", "size"];
|
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
|
+
size = _ref.size,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
22
|
+
Icon: Color,
|
23
|
+
"aria-label": TITLE,
|
24
|
+
background: background || COLOR_PRIMARY,
|
25
|
+
size: size
|
26
|
+
}, rest));
|
27
|
+
});
|
28
|
+
export default Avatar;
|