@lobehub/icons 5.4.0 → 5.5.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 +1 -0
- package/es/HermesAgent/components/Avatar.d.ts +5 -0
- package/es/HermesAgent/components/Avatar.js +25 -0
- package/es/HermesAgent/components/Combine.d.ts +5 -0
- package/es/HermesAgent/components/Combine.js +26 -0
- package/es/HermesAgent/components/Mono.d.ts +3 -0
- package/es/HermesAgent/components/Mono.js +45 -0
- package/es/HermesAgent/components/Text.d.ts +3 -0
- package/es/HermesAgent/components/Text.js +39 -0
- package/es/HermesAgent/index.d.ts +13 -0
- package/es/HermesAgent/index.js +12 -0
- package/es/HermesAgent/style.d.ts +7 -0
- package/es/HermesAgent/style.js +9 -0
- package/es/Langfuse/components/Color.js +6 -8
- package/es/Langfuse/components/Mono.js +4 -2
- package/es/Langfuse/components/Text.js +2 -2
- package/es/Langfuse/style.d.ts +3 -3
- package/es/Langfuse/style.js +2 -2
- package/es/Menlo/index.d.ts +2 -0
- package/es/Menlo/index.js +2 -0
- package/es/Meshy/components/Avatar.d.ts +5 -0
- package/es/Meshy/components/Avatar.js +25 -0
- package/es/Meshy/components/Color.d.ts +3 -0
- package/es/Meshy/components/Color.js +106 -0
- package/es/Meshy/components/Combine.d.ts +7 -0
- package/es/Meshy/components/Combine.js +32 -0
- package/es/Meshy/components/Mono.d.ts +3 -0
- package/es/Meshy/components/Mono.js +42 -0
- package/es/Meshy/components/Text.d.ts +3 -0
- package/es/Meshy/components/Text.js +39 -0
- package/es/Meshy/index.d.ts +15 -0
- package/es/Meshy/index.js +14 -0
- package/es/Meshy/style.d.ts +7 -0
- package/es/Meshy/style.js +9 -0
- package/es/NousResearch/style.d.ts +2 -2
- package/es/NousResearch/style.js +3 -3
- package/es/SpeedAI/components/Avatar.d.ts +5 -0
- package/es/SpeedAI/components/Avatar.js +25 -0
- package/es/SpeedAI/components/Color.d.ts +3 -0
- package/es/SpeedAI/components/Color.js +39 -0
- package/es/SpeedAI/components/Combine.d.ts +7 -0
- package/es/SpeedAI/components/Combine.js +32 -0
- package/es/SpeedAI/components/Mono.d.ts +3 -0
- package/es/SpeedAI/components/Mono.js +40 -0
- package/es/SpeedAI/components/Text.d.ts +3 -0
- package/es/SpeedAI/components/Text.js +39 -0
- package/es/SpeedAI/index.d.ts +15 -0
- package/es/SpeedAI/index.js +14 -0
- package/es/SpeedAI/style.d.ts +7 -0
- package/es/SpeedAI/style.js +9 -0
- package/es/Venice/components/Avatar.d.ts +5 -0
- package/es/Venice/components/Avatar.js +25 -0
- package/es/Venice/components/Color.d.ts +3 -0
- package/es/Venice/components/Color.js +46 -0
- package/es/Venice/components/Combine.d.ts +7 -0
- package/es/Venice/components/Combine.js +32 -0
- package/es/Venice/components/Mono.d.ts +3 -0
- package/es/Venice/components/Mono.js +44 -0
- package/es/Venice/components/Text.d.ts +3 -0
- package/es/Venice/components/Text.js +43 -0
- package/es/Venice/index.d.ts +15 -0
- package/es/Venice/index.js +14 -0
- package/es/Venice/style.d.ts +7 -0
- package/es/Venice/style.js +9 -0
- package/es/features/agentConfig.js +10 -0
- package/es/features/providerConfig.js +5 -1
- package/es/features/providerEnum.d.ts +5 -0
- package/es/features/providerEnum.js +5 -0
- package/es/icons.d.ts +4 -0
- package/es/icons.js +4 -0
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/toc.d.ts +3 -21
- package/es/toc.js +3 -5362
- package/es/toc.json +1 -0
- package/es/types/toc.d.ts +20 -0
- package/es/types/toc.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
height: size,
|
|
23
|
+
style: _objectSpread({
|
|
24
|
+
flex: 'none',
|
|
25
|
+
lineHeight: 1
|
|
26
|
+
}, style),
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
width: size,
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
30
|
+
}, rest), {}, {
|
|
31
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
32
|
+
children: TITLE
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M4.546 8.126c.266-.625.599-1.24.993-1.83l.007-.01c.043-.065.086-.13.13-.193C8.27 2.07 13.838-.341 18.546 1.795 22.267 3.388 24.05 6.64 24 9.535c-.026 1.444-.514 2.853-1.522 3.87a4.678 4.678 0 01-.553.48c.91.721 1.504 1.6 1.658 2.625.231 1.535-.597 2.907-1.763 3.92-2.333 2.025-6.704 3.294-11.684 2.765-.827-.075-3.815-.663-4.496-1.755a4.524 4.524 0 01-.972-.621c-.466-.397-.85-.926-.992-1.593-.206-.97.327-2.62 1.434-3.092.398 1.955 1.818 2.074 2.872 2.184.431-.363.64-.568 1.074-1.112-.844.069-1.914-.161-2.735-.6-1.507-.805-2.415-2.283-2.514-4.394-.098-1.383.2-2.818.74-4.086zm2.117-1.38l-.128.19-.008.013a9.973 9.973 0 00-.891 1.64l.003.025c-.49 1.173-.719 2.37-.656 3.446l.007.095v.003l.003.078c.174 2.975 2.205 3.928 4.7 3.898.405-.005.821-.035 1.244-.087a7.05 7.05 0 01-.386 1.227c-.221.507-.51.906-.923 1.23 1.488.112 3.098-.108 4.54-.549 1.992-.145 5.082-1.287 4.455-3.489a2.502 2.502 0 00-.034-.109 9.367 9.367 0 00-.23-.723l-.007-.017.008.007a4.866 4.866 0 001.33-.044 4.114 4.114 0 00.401-.094c.229-.066.443-.151.644-.254.003 0 .005-.002.007-.003l.006-.003.095-.05c3.19-1.768 2.678-7.974-2.776-10.3C14 1.023 9.01 3.093 6.663 6.746zm13.187 7.251c2.427 2.81.033 5.36-3.747 6.763 1.405-.908 2.56-2.33 3.254-4.392-4.206 3.98-13.856 4.391-14.306 1.721a3.247 3.247 0 01-.013-.291v-.002c-.967 1.902 1.176 3.08 4.111 3.25l.038.003a13.628 13.628 0 002.595-.107c1.732-.229 3.502-.776 4.944-1.687-.81.704-1.601 1.217-2.408 1.593-1.269.592-2.574.846-4.044.969h-.004c-.338.028-.685.05-1.042.067.34.059.682.104 1.024.135.54.058 1.07.093 1.59.107.977.027 1.915-.019 2.8-.126 6.268-.762 9.88-4.606 6.496-7.23a5.82 5.82 0 00-.37-.263 7.713 7.713 0 00-.916-.51l-.004-.002.002.002z",
|
|
36
|
+
fill: "#C5F955",
|
|
37
|
+
fillRule: "evenodd"
|
|
38
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
39
|
+
d: "M6.536 6.936c-2.797 4.238-2.052 9.843 3.974 8.85l5.975-1.967c5.596-1.862 5.863-7.568 2.333-10.083-2.676-1.906-8.875-1.961-12.282 3.2z",
|
|
40
|
+
fill: "#FF3E8F"
|
|
41
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M9.659 10.271c2.653-.718 5.463-3.77 5.895-7.682-.919-.085-1.941-.022-3.06.224-3.364.742-5.757 3.193-6.858 5.775.224 2.002 3.325 1.872 4.023 1.683z",
|
|
44
|
+
fill: "#C5F955",
|
|
45
|
+
fillRule: "evenodd"
|
|
46
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
47
|
+
clipRule: "evenodd",
|
|
48
|
+
d: "M9.659 10.27c2.654-.717 5.138-3.656 5.57-7.568l-.762.182c-1.23 4.42-4.695 7.522-7.806 6.658.46.852 2.639.826 2.998.729z",
|
|
49
|
+
fill: "#67B800",
|
|
50
|
+
fillRule: "evenodd"
|
|
51
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
52
|
+
clipRule: "evenodd",
|
|
53
|
+
d: "M14.495 3.52c-3.511-.704-7.65 1.513-8.633 5.338 1.427-2.74 5.365-5.208 8.633-5.339z",
|
|
54
|
+
fill: "#E9FFCE",
|
|
55
|
+
fillRule: "evenodd"
|
|
56
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
57
|
+
d: "M21.574 7.034l-5.382 7.395-5.482 1.158c-.06.042-.112.024-.113.024l.113-.024c.089-.065.191-.27.15-.894-.115-.323-.191-1.084-.965-1.602-.37-.248-.722-.579-.66-1.022.06-.436.454-.695.883-.798 3.705-.89 5.418-4.685 5.798-8.27l3.246 1.405 2.412 2.628z",
|
|
58
|
+
fill: "#C91C65"
|
|
59
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
60
|
+
d: "M18.194 11.743c-2.242-.965-1.142-5.172 1.45-6.164a.076.076 0 01.003.003c-1.58 1.284-1.856 4.064-.606 5.392-.177.19-.37.379-.583.564a9.934 9.934 0 01-.264.205z",
|
|
61
|
+
fill: "#4C8700"
|
|
62
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
63
|
+
clipRule: "evenodd",
|
|
64
|
+
d: "M5.324 13.352c1.883-.265 4.951.526 5.053 2.231-2.108.122-4.38-.974-5.053-2.23z",
|
|
65
|
+
fill: "#67B800",
|
|
66
|
+
fillRule: "evenodd"
|
|
67
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
68
|
+
d: "M5.624 13.787c.279.194.691.371 1.28.498.867.187 1.833.067 2.516-.11-1.08-.71-2.848-.998-4.096-.823.079.148.18.293.3.434z",
|
|
69
|
+
fill: "#C5F955"
|
|
70
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
+
d: "M11.652 14.397c.312-3.417 5.138-3.928 5.921-1.77.064.193.145.404.23.627.23.607.496 1.305.558 1.982-.936 1.715-4.22 3.122-7.358 3.282.953-2.004.649-4.12.649-4.12z",
|
|
72
|
+
fill: "#fff"
|
|
73
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
74
|
+
d: "M17.327 16.582l-3.17 1.374c2.132-1.117 2.242-5.828-.042-5.358l1.896-.807 1.777 1.542-.461 3.25z",
|
|
75
|
+
fill: "#FF97C2"
|
|
76
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
77
|
+
clipRule: "evenodd",
|
|
78
|
+
d: "M18.068 2.876a7.644 7.644 0 00-2.07-.609h-.008c-3.685-.532-7.445 1.42-9.426 4.64 1.964-2.638 5.542-4.165 8.504-3.753-.251 1.492-1.215 3.713-2.962 5.286-1.734 1.56-4.361 2.149-5.972 1.188 1.187 1.41 4.795 1.23 6.756-.464 1.838-1.587 2.976-4.07 3.186-5.796.086.02.17.043.254.066.894.284 1.142 1.053 1.203 1.59.04.356-.18.666-.443.91-.554.518-1.106 1.354-1.427 2.252-.362 1.014-.844 2.062-1.722 2.687-.393.28-.705.521-.945.73-.837.553-1.481 1.461-1.731 2.76l-.086.459c-2.914.579-5.6.128-6.19-2.666.165 3.526 2.893 4.267 5.949 3.891-.265 1.14-.609 1.908-1.31 2.457.531.04 1.078.038 1.627-.001.477-.591.64-1.636.781-2.528.032-.206.063-.403.096-.585a5.956 5.956 0 01.089-.414c.914-3.591 4.749-2.958 4.935-.471l.013.168c.084.998.127 1.504-3.011 3.284 2.023-.145 5.196-1.322 4.432-3.6a9.473 9.473 0 00-.237-.74l.007.008c5.67.557 6.306-7.935-.292-10.749zm1.577 2.703c-2.593.993-3.693 5.2-1.45 6.164l.846-.768c-1.25-1.328-.974-4.108.606-5.392l-.002-.004z",
|
|
79
|
+
fill: "#181818",
|
|
80
|
+
fillRule: "evenodd"
|
|
81
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
82
|
+
d: "M10.252 22.02c9.524 1.016 16.05-4.957 9.597-8.025 2.43 2.81.036 5.363-3.746 6.766 1.406-.909 2.56-2.33 3.255-4.392-4.354 4.119-14.543 4.415-14.319 1.427-1.767 3.471 6.828 4.53 11.687 1.46-2.378 2.067-4.6 2.49-7.498 2.628.34.06.682.105 1.024.136z",
|
|
83
|
+
fill: "#181818"
|
|
84
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
85
|
+
clipRule: "evenodd",
|
|
86
|
+
d: "M8.35 8.84c-.374-.01-.625-.2-.562-.423.19-.666.332-1.69.257-2.51-.02-.22.27-.43.649-.47.378-.04.702.106.722.326.081.888-.07 1.973-.274 2.689-.063.223-.418.397-.792.387z",
|
|
87
|
+
fill: "#181818",
|
|
88
|
+
fillRule: "evenodd"
|
|
89
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
90
|
+
d: "M7.861 8.67s.224.136.545-.036c.519-.278.64-1.953.64-2.931 0-.264-.325-.269-.325-.269.366-.03.675.114.694.33.082.887-.07 1.972-.273 2.688-.064.223-.418.397-.792.387-.216-.005-.392-.07-.489-.168z",
|
|
91
|
+
fill: "#FF3E8F"
|
|
92
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
93
|
+
clipRule: "evenodd",
|
|
94
|
+
d: "M11.278 7.493c-.374-.01-.625-.199-.562-.422.19-.666.331-1.69.256-2.51-.02-.22.27-.43.65-.47.378-.04.701.106.722.326.08.888-.071 1.973-.274 2.688-.064.224-.418.397-.792.388z",
|
|
95
|
+
fill: "#181818",
|
|
96
|
+
fillRule: "evenodd"
|
|
97
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
98
|
+
d: "M10.79 7.324s.223.135.544-.037c.519-.278.64-1.952.64-2.93 0-.264-.326-.269-.326-.269.367-.03.675.114.695.33.082.887-.07 1.972-.274 2.687-.063.224-.417.398-.791.388-.216-.006-.392-.071-.489-.169z",
|
|
99
|
+
fill: "#FF3E8F"
|
|
100
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
101
|
+
d: "M3.557 1l.561 1.527 1.518.565-1.518.565-.56 1.527-.562-1.527-1.517-.565 1.517-.565L3.557 1zM1.185 4.952l.32.876.865.325-.865.324-.32.877-.32-.877L0 6.153l.865-.325.32-.876z",
|
|
102
|
+
fill: "#C5F955"
|
|
103
|
+
})]
|
|
104
|
+
}));
|
|
105
|
+
});
|
|
106
|
+
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 { COMBINE_SPACE_MULTIPLE, COMBINE_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: COMBINE_SPACE_MULTIPLE,
|
|
29
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
30
|
+
}, rest));
|
|
31
|
+
});
|
|
32
|
+
export default Combine;
|
|
@@ -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 { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M3.214.358l.59 1.606 1.597.595-1.596.594-.59 1.607-.591-1.607-1.596-.594 1.596-.595.59-1.606zM16.3 1.691a8.04 8.04 0 012.178.641c6.94 2.96 6.273 11.893.308 11.306l-.008-.007c.09.247.177.51.25.779.803 2.395-2.534 3.633-4.663 3.785l.138-.078c2.107-1.3 2.17-6.033-.175-5.56-.855.303-1.641 1.093-2 2.503a6.199 6.199 0 00-.093.436 25.87 25.87 0 00-.102.614c-.147.94-.32 2.038-.821 2.66-.578.041-1.153.043-1.711.001.737-.577 1.098-1.385 1.377-2.584-3.215.395-6.084-.384-6.257-4.094.17.809.509 1.431.972 1.896.267.133.61.252 1.043.345.911.196 1.928.07 2.646-.116.36.237.648.518.823.843.23-.027.464-.061.7-.102a4.523 4.523 0 00-.01-.197 3.115 3.115 0 01-.06-.209c-.108-.395-.278-1.023-.953-1.476-.391-.261-.76-.609-.696-1.075.064-.459.478-.731.93-.84 2.84-.683 4.568-2.988 5.45-5.648C14.988 6.75 14.129 8 13.032 8.947c-2.062 1.781-5.857 1.971-7.106.487.364.217.776.359 1.219.431-.299-.122-.54-.291-.665-.52 3.221.894 6.802-2.252 8.148-6.784-2.963-.128-6.335 1.44-8.25 4.01 2.084-3.387 6.04-5.44 9.916-4.88h.007zm2.57 5.476c-.357 1.21-.224 2.564.444 3.459.058.078.121.154.188.225l-.89.809c-1.327-.571-1.541-2.22-.99-3.741a5.04 5.04 0 011.32-1.997 3.822 3.822 0 011.195-.747l.003.004a3.511 3.511 0 00-.559.574c-.322.415-.56.902-.711 1.414z"
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M20.352 14.028c6.788 3.227-.077 9.51-10.095 8.441-.36-.033-.72-.08-1.077-.142 3.05-.146 5.386-.591 7.887-2.766-5.111 3.23-14.152 2.117-12.294-1.535-.236 3.143 10.482 2.832 15.062-1.501-.73 2.168-1.945 3.664-3.423 4.62 3.978-1.476 6.496-4.16 3.94-7.117zM7.742 8.427s.236.142.573-.039c.546-.292.673-2.054.673-3.083 0-.278-.342-.283-.342-.283l-.029.003c-.398.042-.704.264-.682.495.079.862-.071 1.94-.27 2.64-.028.1.003.192.077.267zM11.395 6.972c-.338.181-.573.039-.573.039a.263.263 0 01-.078-.267c.2-.7.349-1.778.27-2.64-.021-.231.285-.453.683-.495.01 0 .019-.002.028-.003 0 0 .343.005.343.283 0 1.029-.128 2.79-.673 3.083zM1.056 5.438l-.337-.922-.337.922-.91.341.91.341.337.923.337-.923.91-.34-.91-.342z"
|
|
39
|
+
})]
|
|
40
|
+
}));
|
|
41
|
+
});
|
|
42
|
+
export default Icon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 43 24",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, rest), {}, {
|
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
33
|
+
children: TITLE
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M2 19.368V2h3.24l1.396 9.003.118.922H6.8l.118-.922L8.315 2h3.24v17.368H9.19V7.718h-.142l-.095.733L7.44 19.368H6.115L4.602 8.451l-.095-.732h-.142v11.65H2zm14.057.19c-.954 0-1.706-.328-2.258-.981-.544-.662-.816-1.47-.816-2.422V9.656c0-1.008.272-1.827.816-2.457.544-.63 1.304-.946 2.282-.946.639 0 1.186.146 1.644.438.461.287.83.702 1.064 1.193.245.496.367 1.063.367 1.701v3.758h-3.95v2.812c0 .322.07.622.213.898.15.268.37.401.662.401.308 0 .524-.126.65-.378.134-.252.201-.559.201-.921v-1.418h2.224v1.489c0 1-.272 1.807-.816 2.422-.536.606-1.297.91-2.283.91zm-.851-8.082h1.727v-1.82a2.09 2.09 0 00-.19-.921c-.118-.268-.339-.402-.662-.402-.3 0-.52.138-.662.414-.142.267-.213.57-.213.91v1.819zm8.015 8.082c-.56 0-1.05-.095-1.467-.284a2.765 2.765 0 01-1.04-.803 3.745 3.745 0 01-.627-1.253 5.982 5.982 0 01-.201-1.607h2.223c0 .528.083.989.248 1.383.174.386.462.579.864.579.346 0 .571-.146.674-.438.102-.29.153-.626.153-1.004 0-.44-.173-.89-.52-1.347a9.865 9.865 0 00-1.064-1.24 13.269 13.269 0 01-1.597-1.867c-.417-.615-.626-1.335-.626-2.162 0-.977.256-1.765.768-2.364.512-.598 1.242-.898 2.188-.898.568 0 1.044.075 1.43.225.395.15.71.374.947.673.236.3.406.666.508 1.1.11.433.166.933.166 1.5h-2.223c0-.41-.044-.764-.13-1.064-.087-.3-.304-.449-.65-.449-.285 0-.486.123-.604.367-.118.236-.177.54-.177.91 0 .433.102.819.307 1.157.213.331.564.737 1.053 1.217.61.593 1.17 1.233 1.679 1.914.512.678.768 1.414.768 2.21 0 .52-.07.996-.212 1.43a3.137 3.137 0 01-.603 1.122 2.661 2.661 0 01-.958.732c-.37.174-.796.26-1.277.26zm3.992-.19V2h2.389v5.329c.204-.213.508-.446.91-.697.402-.252.785-.379 1.147-.379.394 0 .725.114.994.343.268.228.469.536.603.922.133.378.2.8.2 1.264v10.586h-2.388V9.278c0-.236-.055-.425-.166-.567-.102-.15-.224-.224-.366-.224-.166 0-.363.094-.591.283-.229.182-.343.386-.343.615v9.983h-2.39zM35.11 24a7.05 7.05 0 01-.367-.012 3.507 3.507 0 01-.413-.047v-2.115c.023.008.086.016.189.024.102.015.17.023.2.023.443 0 .797-.118 1.065-.354.276-.236.47-.552.58-.945.04-.119.059-.257.059-.414.008-.157.011-.295.011-.413l-2.2-13.304h2.342l.946 8.058.048.898h.094l.048-.898.946-8.058H41l-2.294 13.894a5.088 5.088 0 01-.591 1.867c-.3.56-.702.996-1.207 1.312-.504.322-1.103.484-1.797.484z"
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
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,14 @@
|
|
|
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
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
|
+
var Icons = Mono;
|
|
8
|
+
Icons.Color = Color;
|
|
9
|
+
Icons.Text = Text;
|
|
10
|
+
Icons.Combine = Combine;
|
|
11
|
+
Icons.Avatar = Avatar;
|
|
12
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
+
Icons.title = TITLE;
|
|
14
|
+
export default Icons;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const TITLE = "Meshy";
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.8;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#000";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#000";
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.8;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TITLE = 'Meshy';
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.8;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export var COLOR_PRIMARY = '#000';
|
|
5
|
+
|
|
6
|
+
// Avatar constants
|
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.8;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const TITLE = "NousResearch";
|
|
2
2
|
export declare const COMBINE_TEXT_MULTIPLE = 0.85;
|
|
3
3
|
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
-
export declare const COLOR_PRIMARY = "#
|
|
4
|
+
export declare const COLOR_PRIMARY = "#fff";
|
|
5
5
|
export declare const AVATAR_BACKGROUND = "#fff";
|
|
6
|
-
export declare const AVATAR_COLOR = "#
|
|
6
|
+
export declare const AVATAR_COLOR = "#000";
|
|
7
7
|
export declare const AVATAR_ICON_MULTIPLE = 0.75;
|
package/es/NousResearch/style.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export var TITLE = 'NousResearch';
|
|
2
2
|
export var COMBINE_TEXT_MULTIPLE = 0.85;
|
|
3
3
|
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
-
export var COLOR_PRIMARY = '#
|
|
4
|
+
export var COLOR_PRIMARY = '#fff';
|
|
5
5
|
|
|
6
6
|
// Avatar constants
|
|
7
|
-
export var AVATAR_BACKGROUND =
|
|
8
|
-
export var AVATAR_COLOR =
|
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
+
export var AVATAR_COLOR = '#000';
|
|
9
9
|
export var AVATAR_ICON_MULTIPLE = 0.75;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
|
10
|
+
import { memo } from 'react';
|
|
11
|
+
import IconAvatar from "../../features/IconAvatar";
|
|
12
|
+
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
|
|
13
|
+
import Mono from "./Mono";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
16
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
17
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
18
|
+
Icon: Mono,
|
|
19
|
+
"aria-label": TITLE,
|
|
20
|
+
background: AVATAR_BACKGROUND,
|
|
21
|
+
color: AVATAR_COLOR,
|
|
22
|
+
iconMultiple: AVATAR_ICON_MULTIPLE
|
|
23
|
+
}, rest));
|
|
24
|
+
});
|
|
25
|
+
export default Avatar;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
height: size,
|
|
23
|
+
style: _objectSpread({
|
|
24
|
+
flex: 'none',
|
|
25
|
+
lineHeight: 1
|
|
26
|
+
}, style),
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
width: size,
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
30
|
+
}, rest), {}, {
|
|
31
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
32
|
+
children: TITLE
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
d: "M16.172 0c.05.024.05.024.081.062.022.097.016.196.014.294-.002.181.005.356.05.534l.01.033c.123.496.422.966.874 1.335a2.028 2.028 0 00.385.288c.05.033.054.054.061.104-.008.06-.03.077-.087.12-.05.019-.107.013-.163.012l-.082-.001h-.043a5.16 5.16 0 00-.777.038l-.045.007c-.353.052-.818.129-1.085.327l-.025.018a.565.565 0 00-.148.183 3.76 3.76 0 00-.16.281l-.053.096-.055.104-.21.388-.063.114c-.067.125-.136.25-.206.374l.036.004c.112.014.223.03.333.049l.05.009.165.027.12.02.256.044.412.069.07.012.108.018.22.037 1.246.208.15.025.037.007.552.092.036.006.316.053.702.117.34.056.18.03c.4.065.713.145 1.014.366l.033.022c.27.191.424.487.441.765l.001.074.001.033c-.003.192-.079.379-.144.563l-.027.075-.056.159-.133.381-.046.129c-.085.243-.168.486-.25.729l-.094.271-.01.03-.235.681-.01.03-.086.245-.27.78-.067.192c-.03.091-.063.182-.094.273l-.173.498-.013.037-.065.189-.118.341-.066.189a4008.227 4008.227 0 01-.918 2.651l-.013.038-.026.075-.066.19-.117.34a10.37 10.37 0 00-.078.225l-.219.631-.149.432a.568.568 0 00-.013.038l-.05.146-.136.391c-.32.933-.32.933-.575 1.239-.159-.019-.312-.051-.466-.083l-.087-.018-.186-.039-.3-.062-.05-.011-.106-.021-.16-.033-1.098-.226-.464-.095-.05-.01-1.008-.207-.08-.016-.282-.058-1.074-.221-.05-.01-1.489-.306-1.287-.264-.04-.008-.205-.042-.04-.009a2.498 2.498 0 01-.085-.017l-1.08-.222-.05-.01-1.49-.305-1.447-.297-.163-.034-.042-.009-.732-.15-.055-.011-.53-.109a11.306 11.306 0 00-.288-.059l-.446-.092a1.574 1.574 0 01.034-.359c.061-.363.193-.717.316-1.07l.074-.211.12-.341a49.095 49.095 0 01.161-.467l.03-.086.1-.291.323-.93.047-.136.324-.934.026-.075.013-.037.051-.149.025-.073.311-.897.015-.042c.04-.114.08-.227.118-.341l.332-.956c.004-.013.01-.026.013-.039l.11-.315c.143-.418.29-.836.435-1.254a247.234 247.234 0 00.594-1.722l.023-.065.125-.363.046-.132c.148-.432.148-.432.283-.589l.021-.025c.228-.265.591-.441.992-.511.232-.035.464-.028.694.01l.053.008.163.027.052.008.38.063.124.021.3.05.245.041.036.006.072.012 1.55.26.038.006.763.128a16.42 16.42 0 00.395.067l.597.099.044.008.195.032.066.01.056.01c.042.007.042.007.074.02l.005-.025c.015-.049.04-.093.065-.139l.017-.03.037-.066.058-.106.061-.112.232-.423.02-.038.08-.147.103-.189.055-.101.035-.065a.585.585 0 00.004-.62 2.906 2.906 0 00-.78-.913c-.02-.016-.04-.033-.062-.049a1.275 1.275 0 00-.169-.113c-.058-.035-.095-.06-.116-.116-.003-.036-.003-.066.017-.099.054-.042.078-.06.155-.068a1.453 1.453 0 01.102.002l.077.001c.068.002.135.003.203.003h.04A4.28 4.28 0 0015.72.235l.033-.024c.067-.049.124-.103.18-.16.068-.061.141-.062.24-.051zm-9.99 8.828l-.035.026c-.095.077-.16.165-.224.259l-.023.034a.854.854 0 00-.138.411c0 .011 0 .022-.002.034a.981.981 0 00.373.782c.221.175.516.282.835.29.383.003.711-.107.985-.311.297-.24.437-.544.428-.872-.015-.271-.162-.51-.408-.702l-.037-.029c-.23-.171-.539-.248-.857-.246a1.581 1.581 0 00-.897.324zm9.537 1.994a1.07 1.07 0 00-.37.912c.037.267.217.52.484.693.288.167.615.227.973.194.24-.03.464-.119.641-.244l.044-.03c.296-.213.456-.503.473-.813-.003-.31-.144-.582-.425-.806a1.453 1.453 0 00-.876-.258 1.592 1.592 0 00-.944.352zm-7.01.091a.589.589 0 00-.126.266c0 .005 0 .005-.008.031a1.662 1.662 0 00.021.88c.05.163.113.319.2.473l.015.026c.155.273.378.514.647.728l.04.032c.454.362 1.13.601 1.787.614.722.009 1.417-.149 1.966-.523l.037-.024c.223-.15.42-.31.592-.495l.022-.023c.21-.223.497-.555.471-.841a.476.476 0 00-.256-.327.8.8 0 00-.456-.065.62.62 0 00-.378.218c-.03.048-.057.097-.084.146a1.825 1.825 0 01-.416.521l-.034.031a1.834 1.834 0 01-.499.315l-.028.013a2.06 2.06 0 01-1.228.118 1.774 1.774 0 01-.6-.254l-.05-.031a1.481 1.481 0 01-.646-1.071 1.188 1.188 0 01.053-.4.374.374 0 00-.076-.336.707.707 0 00-.367-.199c-.246-.021-.434.036-.599.177zM4.39 5.96a.98.98 0 01-.057.224l-.032.091-.023.066-.062.18-.065.19-.391 1.124-.382 1.101-.109.317-.014.04-.268.773-.03.09-.211.602-.021.062-.03.085-.009.026c-.021.058-.021.058-.039.086a3.686 3.686 0 01-1.514-.605c-.032-.023-.066-.045-.1-.067-.149-.1-.272-.22-.387-.342l-.02-.02C.099 9.422-.093 8.718.04 8.04c.101-.465.358-.91.767-1.265l.034-.03c.163-.142.334-.266.531-.378l.042-.024c.82-.453 2.003-.655 2.976-.384zM21.37 9.447c.421.072.828.197 1.177.395l.026.015a3.6 3.6 0 01.31.195c.031.022.063.043.095.063.062.04.114.087.167.135l.04.035a2.44 2.44 0 01.756 1.173c.051.178.066.353.065.534v.032a1.974 1.974 0 01-.167.798l-.015.032a2.234 2.234 0 01-.42.636l-.02.02a3.195 3.195 0 01-.772.598l-.05.029a4.159 4.159 0 01-1.322.429c-.007 0-.007 0-.04.006a4.131 4.131 0 01-1.25-.006l-.047-.008-.144-.023-.044-.008-.04-.007-.037-.007-.028-.01c-.019-.043-.012-.06.004-.103l.015-.043.017-.046.018-.05.038-.107.063-.173.066-.185.231-.651.07-.2c.155-.437.31-.873.462-1.31l.29-.821.057-.162.14-.395.061-.174c.02-.055.04-.11.058-.164l.021-.06.148-.412zM2.21 17.286c.077.007.149.018.223.033l.03.007.105.021.074.015.202.041.215.044.496.102c.043.01.085.017.128.026l.934.192a1812.994 1812.994 0 011.57.323c.217.044.434.09.65.133l.445.092.049.01 1.432.293 1.329.273.04.008.206.042.04.01.085.016 1.08.222.05.011c.483.1.965.197 1.447.296l1.779.365.395.082.274.056.108.022.145.03.043.01c.094.018.094.018.13.032-.026.053-.08.087-.133.124l-.031.022a4.534 4.534 0 01-.37.23c-.116.07-.237.135-.358.2-.091.048-.181.097-.27.147-.115.064-.231.127-.348.19a22.41 22.41 0 00-.265.144c-.115.064-.232.126-.348.19a13.69 13.69 0 00-.266.144l-.306.167c-.117.062-.232.125-.346.188a40.57 40.57 0 01-.415.226c-.128.07-.256.138-.382.21l-.351.19c-.09.047-.178.095-.266.144a23.29 23.29 0 01-.347.19c-.09.046-.178.095-.266.144l-.307.167c-.104.055-.207.111-.31.168-.114.064-.23.127-.345.19l-.151.081a3.557 3.557 0 01-1.243.426l-.064.01a3.695 3.695 0 01-2.115-.393 2.663 2.663 0 01-.202-.127c-.44-.297-.672-.673-.913-1.072l-.065-.107-.117-.194-.165-.275c-.006-.01-.012-.02-.02-.03-.132-.223-.266-.444-.4-.666a27.12 27.12 0 01-.173-.286l-.096-.158-.038-.063a.537.537 0 01-.02-.032l-.996-1.648-.038-.063-.096-.158-.196-.324c-.363-.594-.363-.594-.495-.898l-.011-.025c-.06-.136-.06-.136-.06-.18z",
|
|
35
|
+
fill: "#6366F1"
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
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 { COMBINE_SPACE_MULTIPLE, COMBINE_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: COMBINE_SPACE_MULTIPLE,
|
|
29
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
30
|
+
}, rest));
|
|
31
|
+
});
|
|
32
|
+
export default Combine;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M16.172 0c.05.024.05.024.081.062.022.097.016.196.014.294-.002.181.005.356.05.534l.01.033c.123.496.422.966.874 1.335a2.028 2.028 0 00.385.288c.05.033.054.054.061.104-.008.06-.03.077-.087.12-.05.019-.107.013-.163.012l-.082-.001h-.043a5.16 5.16 0 00-.777.038l-.045.007c-.353.052-.818.129-1.085.327l-.025.018a.565.565 0 00-.148.183 3.76 3.76 0 00-.16.281l-.053.096-.055.104-.21.388-.063.114c-.067.125-.136.25-.206.374l.036.004c.112.014.223.03.333.049l.05.009.165.027.12.02.256.044.412.069.07.012.108.018.22.037 1.246.208.15.025.037.007.552.092.036.006.316.053.702.117.34.056.18.03c.4.065.713.145 1.014.366l.033.022c.27.191.424.487.441.765l.001.074.001.033c-.003.192-.079.379-.144.563l-.027.075-.056.159-.133.381-.046.129c-.085.243-.168.486-.25.729l-.094.271-.01.03-.235.681-.01.03-.086.245-.27.78-.067.192c-.03.091-.063.182-.094.273l-.173.498-.013.037-.065.189-.118.341-.066.189a4008.227 4008.227 0 01-.918 2.651l-.013.038-.026.075-.066.19-.117.34a10.37 10.37 0 00-.078.225l-.219.631-.149.432a.568.568 0 00-.013.038l-.05.146-.136.391c-.32.933-.32.933-.575 1.239-.159-.019-.312-.051-.466-.083l-.087-.018-.186-.039-.3-.062-.05-.011-.106-.021-.16-.033-1.098-.226-.464-.095-.05-.01-1.008-.207-.08-.016-.282-.058-1.074-.221-.05-.01-1.489-.306-1.287-.264-.04-.008-.205-.042-.04-.009a2.498 2.498 0 01-.085-.017l-1.08-.222-.05-.01-1.49-.305-1.447-.297-.163-.034-.042-.009-.732-.15-.055-.011-.53-.109a11.306 11.306 0 00-.288-.059l-.446-.092a1.574 1.574 0 01.034-.359c.061-.363.193-.717.316-1.07l.074-.211.12-.341a49.095 49.095 0 01.161-.467l.03-.086.1-.291.323-.93.047-.136.324-.934.026-.075.013-.037.051-.149.025-.073.311-.897.015-.042c.04-.114.08-.227.118-.341l.332-.956c.004-.013.01-.026.013-.039l.11-.315c.143-.418.29-.836.435-1.254a247.234 247.234 0 00.594-1.722l.023-.065.125-.363.046-.132c.148-.432.148-.432.283-.589l.021-.025c.228-.265.591-.441.992-.511.232-.035.464-.028.694.01l.053.008.163.027.052.008.38.063.124.021.3.05.245.041.036.006.072.012 1.55.26.038.006.763.128a16.42 16.42 0 00.395.067l.597.099.044.008.195.032.066.01.056.01c.042.007.042.007.074.02l.005-.025c.015-.049.04-.093.065-.139l.017-.03.037-.066.058-.106.061-.112.232-.423.02-.038.08-.147.103-.189.055-.101.035-.065a.585.585 0 00.004-.62 2.906 2.906 0 00-.78-.913c-.02-.016-.04-.033-.062-.049a1.275 1.275 0 00-.169-.113c-.058-.035-.095-.06-.116-.116-.003-.036-.003-.066.017-.099.054-.042.078-.06.155-.068a1.453 1.453 0 01.102.002l.077.001c.068.002.135.003.203.003h.04A4.28 4.28 0 0015.72.235l.033-.024c.067-.049.124-.103.18-.16.068-.061.141-.062.24-.051zm-9.99 8.828l-.035.026c-.095.077-.16.165-.224.259l-.023.034a.854.854 0 00-.138.411c0 .011 0 .022-.002.034a.981.981 0 00.373.782c.221.175.516.282.835.29.383.003.711-.107.985-.311.297-.24.437-.544.428-.872-.015-.271-.162-.51-.408-.702l-.037-.029c-.23-.171-.539-.248-.857-.246a1.581 1.581 0 00-.897.324zm9.537 1.994a1.07 1.07 0 00-.37.912c.037.267.217.52.484.693.288.167.615.227.973.194.24-.03.464-.119.641-.244l.044-.03c.296-.213.456-.503.473-.813-.003-.31-.144-.582-.425-.806a1.453 1.453 0 00-.876-.258 1.592 1.592 0 00-.944.352zm-7.01.091a.589.589 0 00-.126.266c0 .005 0 .005-.008.031a1.662 1.662 0 00.021.88c.05.163.113.319.2.473l.015.026c.155.273.378.514.647.728l.04.032c.454.362 1.13.601 1.787.614.722.009 1.417-.149 1.966-.523l.037-.024c.223-.15.42-.31.592-.495l.022-.023c.21-.223.497-.555.471-.841a.476.476 0 00-.256-.327.8.8 0 00-.456-.065.62.62 0 00-.378.218c-.03.048-.057.097-.084.146a1.825 1.825 0 01-.416.521l-.034.031a1.834 1.834 0 01-.499.315l-.028.013a2.06 2.06 0 01-1.228.118 1.774 1.774 0 01-.6-.254l-.05-.031a1.481 1.481 0 01-.646-1.071 1.188 1.188 0 01.053-.4.374.374 0 00-.076-.336.707.707 0 00-.367-.199c-.246-.021-.434.036-.599.177zM4.39 5.96a.98.98 0 01-.057.224l-.032.091-.023.066-.062.18-.065.19-.391 1.124-.382 1.101-.109.317-.014.04-.268.773-.03.09-.211.602-.021.062-.03.085-.009.026c-.021.058-.021.058-.039.086a3.686 3.686 0 01-1.514-.605c-.032-.023-.066-.045-.1-.067-.149-.1-.272-.22-.387-.342l-.02-.02C.099 9.422-.093 8.718.04 8.04c.101-.465.358-.91.767-1.265l.034-.03c.163-.142.334-.266.531-.378l.042-.024c.82-.453 2.003-.655 2.976-.384zM21.37 9.447c.421.072.828.197 1.177.395l.026.015a3.6 3.6 0 01.31.195c.031.022.063.043.095.063.062.04.114.087.167.135l.04.035a2.44 2.44 0 01.756 1.173c.051.178.066.353.065.534v.032a1.974 1.974 0 01-.167.798l-.015.032a2.234 2.234 0 01-.42.636l-.02.02a3.195 3.195 0 01-.772.598l-.05.029a4.159 4.159 0 01-1.322.429c-.007 0-.007 0-.04.006a4.131 4.131 0 01-1.25-.006l-.047-.008-.144-.023-.044-.008-.04-.007-.037-.007-.028-.01c-.019-.043-.012-.06.004-.103l.015-.043.017-.046.018-.05.038-.107.063-.173.066-.185.231-.651.07-.2c.155-.437.31-.873.462-1.31l.29-.821.057-.162.14-.395.061-.174c.02-.055.04-.11.058-.164l.021-.06.148-.412zM2.21 17.286c.077.007.149.018.223.033l.03.007.105.021.074.015.202.041.215.044.496.102c.043.01.085.017.128.026l.934.192a1812.994 1812.994 0 011.57.323c.217.044.434.09.65.133l.445.092.049.01 1.432.293 1.329.273.04.008.206.042.04.01.085.016 1.08.222.05.011c.483.1.965.197 1.447.296l1.779.365.395.082.274.056.108.022.145.03.043.01c.094.018.094.018.13.032-.026.053-.08.087-.133.124l-.031.022a4.534 4.534 0 01-.37.23c-.116.07-.237.135-.358.2-.091.048-.181.097-.27.147-.115.064-.231.127-.348.19a22.41 22.41 0 00-.265.144c-.115.064-.232.126-.348.19a13.69 13.69 0 00-.266.144l-.306.167c-.117.062-.232.125-.346.188a40.57 40.57 0 01-.415.226c-.128.07-.256.138-.382.21l-.351.19c-.09.047-.178.095-.266.144a23.29 23.29 0 01-.347.19c-.09.046-.178.095-.266.144l-.307.167c-.104.055-.207.111-.31.168-.114.064-.23.127-.345.19l-.151.081a3.557 3.557 0 01-1.243.426l-.064.01a3.695 3.695 0 01-2.115-.393 2.663 2.663 0 01-.202-.127c-.44-.297-.672-.673-.913-1.072l-.065-.107-.117-.194-.165-.275c-.006-.01-.012-.02-.02-.03-.132-.223-.266-.444-.4-.666a27.12 27.12 0 01-.173-.286l-.096-.158-.038-.063a.537.537 0 01-.02-.032l-.996-1.648-.038-.063-.096-.158-.196-.324c-.363-.594-.363-.594-.495-.898l-.011-.025c-.06-.136-.06-.136-.06-.18z"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 97 24",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, rest), {}, {
|
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
33
|
+
children: TITLE
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M24.422 6.313c.984 0 1.872.252 2.663.755.796.498 1.427 1.236 1.892 2.215.47.974.705 2.168.705 3.584 0 1.4-.23 2.589-.689 3.568-.459.979-1.084 1.726-1.875 2.24-.79.514-1.686.771-2.687.771-.73 0-1.337-.122-1.818-.365-.48-.243-.868-.536-1.16-.879a5.69 5.69 0 01-.673-.987h-.125V24h-3.003V6.479h2.953v2.108h.175c.155-.31.373-.639.655-.987.283-.354.664-.656 1.145-.905.481-.254 1.095-.382 1.842-.382zM8.687 2c1.205 0 2.261.21 3.168.63.913.416 1.63.993 2.149 1.734.52.736.788 1.583.805 2.54h-2.961c-.078-.725-.405-1.29-.98-1.693-.57-.404-1.31-.607-2.223-.607-.642 0-1.192.098-1.65.292-.46.193-.811.456-1.055.788a1.917 1.917 0 00-.373 1.136c0 .354.08.661.24.921.166.26.39.48.672.663.283.177.595.327.938.449.343.121.689.223 1.037.306l1.593.399c.641.149 1.259.35 1.85.605.598.254 1.131.575 1.601.962.476.387.852.855 1.128 1.402.277.548.415 1.19.415 1.925 0 .996-.254 1.872-.763 2.63-.508.752-1.245 1.34-2.207 1.767-.956.42-2.115.63-3.475.63-1.322 0-2.47-.204-3.444-.614-.967-.409-1.726-1.006-2.273-1.792-.542-.785-.835-1.742-.879-2.87h3.028c.045.592.227 1.084.547 1.477a2.9 2.9 0 001.253.88c.52.193 1.1.29 1.742.29.67 0 1.256-.1 1.76-.3.508-.204.906-.486 1.193-.845.288-.365.434-.792.44-1.278-.006-.442-.135-.807-.39-1.095-.254-.293-.611-.536-1.07-.73a10.314 10.314 0 00-1.593-.53l-1.932-.499c-1.4-.36-2.506-.904-3.319-1.634-.807-.735-1.21-1.712-1.21-2.928 0-1.001.27-1.878.812-2.63.547-.752 1.291-1.335 2.231-1.75C6.432 2.21 7.497 2 8.687 2zm29.05 4.313c.785 0 1.526.128 2.223.382a5.027 5.027 0 011.858 1.161c.542.526.968 1.195 1.278 2.008.31.808.465 1.77.465 2.887v.92h-8.876c.01.71.144 1.322.406 1.835.27.525.65.929 1.136 1.21.487.277 1.056.416 1.709.416.436 0 .832-.061 1.186-.183.354-.127.661-.312.921-.555.26-.244.456-.545.589-.905l2.805.315a4.372 4.372 0 01-1.013 1.941c-.492.548-1.123.974-1.892 1.278-.768.299-1.648.448-2.637.448-1.278 0-2.382-.265-3.311-.796a5.396 5.396 0 01-2.132-2.274c-.497-.984-.746-2.143-.746-3.475 0-1.31.248-2.462.746-3.451.503-.996 1.206-1.77 2.108-2.324.901-.558 1.96-.838 3.177-.838zm13.848 0c.785 0 1.527.128 2.224.382a5.025 5.025 0 011.857 1.161c.542.526.969 1.195 1.278 2.008.31.808.464 1.77.464 2.887v.92h-8.874c.009.71.143 1.322.404 1.835.271.525.65.929 1.137 1.21.487.277 1.057.416 1.71.416.436 0 .832-.061 1.186-.183.353-.127.66-.312.92-.555a2.32 2.32 0 00.59-.905l2.803.315a4.375 4.375 0 01-1.011 1.941c-.493.548-1.123.974-1.892 1.278-.769.3-1.649.448-2.639.448-1.277 0-2.38-.265-3.31-.796a5.394 5.394 0 01-2.131-2.274c-.498-.984-.747-2.143-.747-3.475 0-1.311.249-2.461.747-3.451.503-.996 1.205-1.77 2.106-2.324.902-.558 1.961-.838 3.178-.838zm19.879 12.91H68.51v-2.008h-.183a5.13 5.13 0 01-.672.987c-.293.343-.68.637-1.162.88-.48.243-1.086.365-1.816.365-1.001 0-1.897-.257-2.688-.771-.79-.514-1.416-1.262-1.875-2.24-.459-.98-.688-2.169-.688-3.568 0-1.416.231-2.61.696-3.584.47-.979 1.103-1.717 1.9-2.215a4.884 4.884 0 012.663-.755c.746 0 1.36.128 1.841.382.481.25.864.55 1.146.905.282.348.5.677.655.987h.124V2.232h3.012v16.99zm18 0h-3.285l-1.407-4.19h-6.388l-1.406 4.19h-3.285l5.98-16.99h3.8l5.99 16.99zm5.315 0h-3.078V2.233h3.078v16.99zM65.516 8.778c-.67 0-1.228.174-1.676.523-.448.348-.785.83-1.012 1.443-.227.614-.34 1.317-.34 2.108 0 .796.113 1.506.34 2.131.232.62.572 1.11 1.02 1.47.453.353 1.01.53 1.668.53.636 0 1.178-.171 1.626-.514.448-.349.788-.833 1.02-1.452.232-.62.349-1.341.349-2.165 0-.824-.117-1.54-.349-2.149-.227-.608-.565-1.081-1.013-1.419-.442-.337-.987-.506-1.633-.506zm-41.923 0c-.642 0-1.187.168-1.635.505-.448.338-.788.81-1.02 1.42-.227.607-.34 1.324-.34 2.148 0 .823.116 1.545.348 2.165.238.62.578 1.103 1.02 1.452.449.343.99.514 1.627.514.663 0 1.219-.177 1.667-.53.448-.36.786-.85 1.012-1.47.233-.624.348-1.335.348-2.131 0-.791-.113-1.493-.34-2.107-.227-.614-.564-1.096-1.011-1.444-.448-.349-1.007-.523-1.676-.523zm55.619 3.784h4.728l-2.3-6.845h-.132l-2.296 6.845zM37.778 8.652c-.614 0-1.152.15-1.617.449-.464.293-.827.68-1.087 1.16a3.303 3.303 0 00-.383 1.386h5.99c-.005-.575-.13-1.087-.372-1.535a2.715 2.715 0 00-1.02-1.07c-.432-.26-.936-.39-1.51-.39zm13.848 0c-.614 0-1.153.15-1.617.449-.465.293-.827.68-1.087 1.16a3.304 3.304 0 00-.383 1.386h5.991c-.005-.575-.13-1.087-.374-1.535a2.715 2.715 0 00-1.02-1.07c-.432-.26-.935-.39-1.51-.39z"
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
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;
|