@lobehub/icons 2.24.0 → 2.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +97 -97
- package/es/Dolphin/components/Avatar.d.ts +5 -0
- package/es/Dolphin/components/Avatar.js +25 -0
- package/es/Dolphin/components/Combine.d.ts +5 -0
- package/es/Dolphin/components/Combine.js +26 -0
- package/es/Dolphin/components/Mono.d.ts +3 -0
- package/es/Dolphin/components/Mono.js +40 -0
- package/es/Dolphin/components/Text.d.ts +3 -0
- package/es/Dolphin/components/Text.js +39 -0
- package/es/Dolphin/index.d.ts +13 -0
- package/es/Dolphin/index.js +12 -0
- package/es/Dolphin/style.d.ts +7 -0
- package/es/Dolphin/style.js +9 -0
- package/es/IBM/components/Avatar.d.ts +5 -0
- package/es/IBM/components/Avatar.js +25 -0
- package/es/IBM/components/Combine.d.ts +5 -0
- package/es/IBM/components/Combine.js +24 -0
- package/es/IBM/components/Mono.d.ts +3 -0
- package/es/IBM/components/Mono.js +41 -0
- package/es/IBM/components/Text.d.ts +3 -0
- package/es/IBM/components/Text.js +40 -0
- package/es/IBM/index.d.ts +13 -0
- package/es/IBM/index.js +12 -0
- package/es/IBM/style.d.ts +7 -0
- package/es/IBM/style.js +9 -0
- package/es/LG/components/Avatar.d.ts +5 -0
- package/es/LG/components/Avatar.js +24 -0
- package/es/LG/components/Color.d.ts +3 -0
- package/es/LG/components/Color.js +39 -0
- package/es/LG/components/Combine.d.ts +7 -0
- package/es/LG/components/Combine.js +32 -0
- package/es/LG/components/Inner.d.ts +3 -0
- package/es/LG/components/Inner.js +40 -0
- package/es/LG/components/Mono.d.ts +3 -0
- package/es/LG/components/Mono.js +40 -0
- package/es/LG/components/Text.d.ts +3 -0
- package/es/LG/components/Text.js +39 -0
- package/es/LG/index.d.ts +15 -0
- package/es/LG/index.js +14 -0
- package/es/LG/style.d.ts +7 -0
- package/es/LG/style.js +9 -0
- package/es/Lovable/components/Avatar.d.ts +5 -0
- package/es/Lovable/components/Avatar.js +25 -0
- package/es/Lovable/components/Color.d.ts +3 -0
- package/es/Lovable/components/Color.js +70 -0
- package/es/Lovable/components/Combine.d.ts +7 -0
- package/es/Lovable/components/Combine.js +32 -0
- package/es/Lovable/components/Mono.d.ts +3 -0
- package/es/Lovable/components/Mono.js +41 -0
- package/es/Lovable/components/Text.d.ts +3 -0
- package/es/Lovable/components/Text.js +39 -0
- package/es/Lovable/index.d.ts +15 -0
- package/es/Lovable/index.js +14 -0
- package/es/Lovable/style.d.ts +7 -0
- package/es/Lovable/style.js +9 -0
- package/es/Menlo/components/Avatar.d.ts +5 -0
- package/es/Menlo/components/Avatar.js +25 -0
- package/es/Menlo/components/Color.d.ts +3 -0
- package/es/Menlo/components/Color.js +39 -0
- package/es/Menlo/components/Combine.d.ts +7 -0
- package/es/Menlo/components/Combine.js +29 -0
- package/es/Menlo/components/Mono.d.ts +3 -0
- package/es/Menlo/components/Mono.js +40 -0
- package/es/Menlo/components/Text.d.ts +3 -0
- package/es/Menlo/components/Text.js +39 -0
- package/es/Menlo/index.d.ts +13 -0
- package/es/Menlo/index.js +12 -0
- package/es/Menlo/style.d.ts +7 -0
- package/es/Menlo/style.js +9 -0
- package/es/OpenAI/components/Avatar.d.ts +1 -1
- package/es/OpenAI/components/Avatar.js +9 -1
- package/es/OpenAI/index.d.ts +3 -0
- package/es/OpenAI/index.js +4 -1
- package/es/OpenAI/style.d.ts +2 -0
- package/es/OpenAI/style.js +2 -0
- package/es/Phind/components/Avatar.d.ts +5 -0
- package/es/Phind/components/Avatar.js +25 -0
- package/es/Phind/components/Combine.d.ts +5 -0
- package/es/Phind/components/Combine.js +24 -0
- package/es/Phind/components/Mono.d.ts +3 -0
- package/es/Phind/components/Mono.js +40 -0
- package/es/Phind/components/Text.d.ts +3 -0
- package/es/Phind/components/Text.js +49 -0
- package/es/Phind/index.d.ts +13 -0
- package/es/Phind/index.js +12 -0
- package/es/Phind/style.d.ts +7 -0
- package/es/Phind/style.js +9 -0
- package/es/Skywork/components/Avatar.d.ts +5 -0
- package/es/Skywork/components/Avatar.js +25 -0
- package/es/Skywork/components/Color.d.ts +3 -0
- package/es/Skywork/components/Color.js +42 -0
- package/es/Skywork/components/Combine.d.ts +7 -0
- package/es/Skywork/components/Combine.js +32 -0
- package/es/Skywork/components/Mono.d.ts +3 -0
- package/es/Skywork/components/Mono.js +42 -0
- package/es/Skywork/components/Text.d.ts +3 -0
- package/es/Skywork/components/Text.js +39 -0
- package/es/Skywork/index.d.ts +15 -0
- package/es/Skywork/index.js +14 -0
- package/es/Skywork/style.d.ts +7 -0
- package/es/Skywork/style.js +9 -0
- package/es/YouMind/components/Avatar.d.ts +5 -0
- package/es/YouMind/components/Avatar.js +25 -0
- package/es/YouMind/components/Combine.d.ts +5 -0
- package/es/YouMind/components/Combine.js +29 -0
- package/es/YouMind/components/Mono.d.ts +3 -0
- package/es/YouMind/components/Mono.js +41 -0
- package/es/YouMind/components/Text.d.ts +3 -0
- package/es/YouMind/components/Text.js +39 -0
- package/es/YouMind/index.d.ts +13 -0
- package/es/YouMind/index.js +12 -0
- package/es/YouMind/style.d.ts +7 -0
- package/es/YouMind/style.js +9 -0
- package/es/features/modelConfig.js +56 -0
- package/es/icons.d.ts +8 -0
- package/es/icons.js +8 -0
- package/es/toc.js +147 -3
- package/package.json +1 -1
@@ -0,0 +1,41 @@
|
|
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
|
+
clipRule: "evenodd",
|
37
|
+
d: "M7.082 0c3.91 0 7.081 3.179 7.081 7.1v2.7h2.357c3.91 0 7.082 3.178 7.082 7.1 0 3.923-3.17 7.1-7.082 7.1H0V7.1C0 3.18 3.17 0 7.082 0z"
|
38
|
+
})]
|
39
|
+
}));
|
40
|
+
});
|
41
|
+
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: "nonzero",
|
24
|
+
height: size,
|
25
|
+
style: _objectSpread({
|
26
|
+
flex: 'none',
|
27
|
+
lineHeight: 1
|
28
|
+
}, style),
|
29
|
+
viewBox: "0 0 94 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: "M85.09 21.999c-1.463 0-2.733-.278-3.811-.834-1.079-.565-1.92-1.412-2.523-2.542-.595-1.13-.892-2.529-.891-4.197 0-1.586.31-2.953.932-4.101.621-1.158 1.48-2.037 2.577-2.639 1.097-.6 2.345-.901 3.743-.901 1.343 0 2.536.291 3.579.874 1.042.584 1.85 1.431 2.426 2.543.585 1.113.878 2.443.878 3.992 0 .556-.005.997-.014 1.325H81.059v-2.87h8.28l-1.562.533c0-.747-.11-1.372-.33-1.873-.21-.51-.52-.893-.931-1.148-.411-.255-.91-.383-1.495-.383-.612 0-1.151.15-1.618.452-.456.291-.813.729-1.069 1.312-.247.583-.37 1.285-.37 2.105v1.408c0 .838.128 1.55.383 2.132.257.583.622 1.026 1.097 1.327.476.29 1.038.437 1.687.437.713 0 1.303-.183 1.769-.547.466-.373.758-.897.877-1.572h4.154c-.128 1.057-.489 1.973-1.083 2.748-.585.775-1.367 1.37-2.344 1.79-.979.42-2.117.629-3.414.629zM72.47 2h4.154v19.602h-4.154V2zm-7.07 19.999c-.786 0-1.49-.137-2.11-.41a4.109 4.109 0 01-1.565-1.23c-.429-.557-.748-1.24-.959-2.051l.44.123v3.171H57.09V7.182h4.154v3.226l-.466.082c.21-.775.53-1.436.96-1.982a4.35 4.35 0 011.603-1.272c.631-.3 1.34-.45 2.125-.45 1.18 0 2.204.305 3.072.915.868.61 1.535 1.49 2.002 2.639.466 1.14.699 2.493.699 4.06 0 1.558-.238 2.912-.713 4.06-.475 1.14-1.156 2.014-2.043 2.623-.877.612-1.905.916-3.085.916zm-1.289-3.157c.622 0 1.143-.183 1.564-.547.429-.365.749-.88.96-1.544.219-.666.328-1.45.328-2.351 0-.902-.11-1.686-.329-2.352-.21-.664-.53-1.18-.96-1.544-.42-.373-.941-.56-1.563-.56-.612 0-1.137.187-1.576.56-.43.364-.755.884-.974 1.558-.22.666-.329 1.445-.329 2.338 0 .901.11 1.685.329 2.35.22.666.545 1.18.974 1.545.439.364.964.547 1.576.547zM57.091 2h4.154v5.18h-4.154v-5.18zM46.664 21.999c-.905 0-1.718-.178-2.44-.533a4.106 4.106 0 01-1.687-1.517c-.402-.666-.603-1.44-.604-2.325 0-1.348.398-2.378 1.193-3.088.795-.72 1.943-1.19 3.441-1.409l2.51-.355c.502-.074.9-.165 1.193-.273.292-.109.507-.255.644-.438.136-.191.205-.433.206-.725 0-.3-.083-.573-.247-.82-.155-.255-.393-.455-.714-.601-.31-.155-.69-.232-1.138-.232-.711 0-1.283.187-1.714.56-.429.364-.662.866-.699 1.504h-4.29c.036-.966.329-1.823.877-2.57.558-.756 1.33-1.344 2.317-1.764.987-.42 2.13-.63 3.428-.628 1.361 0 2.513.223 3.455.67.94.437 1.649 1.066 2.125 1.886.484.82.726 1.8.726 2.939v6.015c0 .646.045 1.248.137 1.804.1.546.242.893.425 1.04v.463H51.49a9.97 9.97 0 01-.233-1.325 16.96 16.96 0 01-.095-1.56l.671-.286a4.593 4.593 0 01-.96 1.79c-.456.539-1.046.972-1.768 1.3-.712.318-1.526.477-2.441.478zm1.536-3.034c.585 0 1.101-.128 1.55-.383.447-.265.79-.63 1.028-1.094.247-.464.37-.993.37-1.586v-1.886l.342.19a2.204 2.204 0 01-.822.67c-.32.157-.755.289-1.303.397l-1.055.205c-.704.138-1.234.347-1.59.63-.348.282-.521.678-.521 1.19 0 .51.187.915.56 1.216.376.3.856.45 1.441.45zM27.805 7.18h4.414l3.798 12.371h-1.33l3.647-12.37h4.29l-5.003 14.42H33l-5.196-14.42zM21.312 22c-1.436 0-2.697-.31-3.784-.93-1.079-.62-1.915-1.503-2.51-2.651-.584-1.149-.877-2.493-.877-4.033 0-1.54.293-2.88.878-4.018.595-1.149 1.43-2.033 2.509-2.653 1.087-.62 2.349-.93 3.784-.93 1.435 0 2.692.31 3.77.93 1.078.62 1.91 1.504 2.495 2.652.594 1.14.891 2.479.891 4.019s-.297 2.884-.892 4.033c-.585 1.148-1.416 2.032-2.494 2.652-1.079.62-2.335.929-3.77.929zm0-3.171c.603 0 1.119-.164 1.549-.492.429-.338.758-.835.987-1.49.229-.665.343-1.486.343-2.461 0-1.449-.252-2.547-.755-3.294-.502-.757-1.21-1.135-2.125-1.135-.602 0-1.123.169-1.563.506-.429.328-.758.824-.986 1.489-.229.657-.343 1.468-.343 2.434 0 .965.114 1.78.343 2.447.228.665.557 1.167.986 1.504.44.328.96.492 1.564.492zM2 2h4.304v16.548l-.767-.889h5.8c3.668 0 3.166 3.943 3.166 3.943H2V2z"
|
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 = "Lovable";
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 1;
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.3;
|
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.65;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export var TITLE = 'Lovable';
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 1;
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.3;
|
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.65;
|
@@ -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: "M19.46 1.492L21 3.036V10.5l-1.54 1.51-1.539-1.51V3.036l1.54-1.544zm-7.469 0l1.557 1.544V10.5l-1.557 1.51-1.54-1.51V3.036l1.54-1.544zM4.54 12.01L3 10.499V3.036l1.54-1.544 1.539 1.544V10.5l-1.54 1.51zM3 13.519l1.54-1.51 1.539 1.51v8.971L4.539 24 3 22.49v-8.972zM19.46 24l-1.539-1.51v-8.972l1.54-1.51L21 13.519v8.972L19.46 24zM6.08 0h4.373l1.54 1.492-1.54 1.544H6.079l-1.54-1.544L6.08 0zm7.47 0h4.372l1.54 1.492-1.54 1.544h-4.373l-1.557-1.544L13.548 0z",
|
35
|
+
fill: "#FF5C00"
|
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?: 'mono' | 'color';
|
5
|
+
}
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
7
|
+
export default Combine;
|
@@ -0,0 +1,29 @@
|
|
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 { COLOR_PRIMARY, COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
15
|
+
import Text from "./Text";
|
16
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
17
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
18
|
+
var _ref$type = _ref.type,
|
19
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
22
|
+
Text: Text,
|
23
|
+
"aria-label": TITLE,
|
24
|
+
color: type === 'color' ? COLOR_PRIMARY : undefined,
|
25
|
+
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
26
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
27
|
+
}, rest));
|
28
|
+
});
|
29
|
+
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: "M19.46 1.492L21 3.036V10.5l-1.54 1.51-1.539-1.51V3.036l1.54-1.544zm-7.469 0l1.557 1.544V10.5l-1.557 1.51-1.54-1.51V3.036l1.54-1.544zM4.54 12.01L3 10.499V3.036l1.54-1.544 1.539 1.544V10.5l-1.54 1.51zM3 13.519l1.54-1.51 1.539 1.51v8.971L4.539 24 3 22.49v-8.972zM19.46 24l-1.539-1.51v-8.972l1.54-1.51L21 13.519v8.972L19.46 24zM6.08 0h4.373l1.54 1.492-1.54 1.544H6.079l-1.54-1.544L6.08 0zm7.47 0h4.372l1.54 1.492-1.54 1.544h-4.373l-1.557-1.544L13.548 0z"
|
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 86 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: "M70.792 3.258L72.05 2h9.678l1.258 1.258-1.258 1.272H72.05l-1.258-1.272zm0 17.484l1.258-1.258h9.678l1.258 1.258L81.728 22H72.05l-1.258-1.258zm12.194-8.75l1.258 1.273v6.219l-1.258 1.258-1.258-1.258v-6.219l1.258-1.272zM70.792 3.259L69.534 4.53v6.22l1.258 1.243 1.258-1.244V4.53l-1.258-1.272zm12.194 0L81.728 4.53v6.22l1.258 1.243 1.258-1.244V4.53l-1.258-1.272zM70.792 20.742l-1.258-1.258v-6.219l1.258-1.272 1.258 1.272v6.219l-1.258 1.258zM53.494 3.258v7.477l1.258 1.258 1.258-1.244V3.258L54.752 2l-1.258 1.258zm1.258 17.484l-1.258-1.258v-6.219l1.258-1.272 1.258 1.272v6.219l-1.258 1.258zm12.194 0L65.688 22H56.01l-1.258-1.258 1.258-1.258h9.678l1.258 1.258zM35.91 13.265l1.258-1.258 1.258 1.258v7.477L37.168 22l-1.258-1.258v-7.477zm0-10.007L37.168 2l1.258 1.258v7.491l-1.258 1.258-1.258-1.258V3.258zm12.194 0L49.362 2l1.258 1.258v7.491l-1.258 1.258-1.258-1.258V3.258zm0 10.007l1.258-1.258 1.258 1.258v7.477L49.362 22l-1.258-1.258v-7.477zm-9.42-8.849l.643-1.658 1.658.657 2.988 6.862-.658 1.659-1.658-.658-2.974-6.862zm3.974 9.178l.657-1.658 1.659.643 2.987 6.862-.657 1.658-1.659-.657-2.988-6.848zM20.842 20.742l1.258-1.258h9.678l1.258 1.258L31.778 22H22.1l-1.258-1.258zm0-17.484L22.1 2h9.678l1.258 1.258-1.258 1.272H22.1l-1.258-1.272zm0 8.735l1.258-1.258h9.678l1.258 1.258-1.258 1.258H22.1l-1.258-1.258zm0-8.735L19.584 4.53v6.22l1.258 1.243 1.258-1.244V4.53l-1.258-1.272zm0 17.484l-1.258-1.258v-6.219l1.258-1.272 1.258 1.272v6.219l-1.258 1.258zM15.452 3.244L16.71 4.53v6.22l-1.258 1.257-1.258-1.258V4.53l1.258-1.286zm-6.104 0L10.62 4.53v6.22l-1.272 1.257L8.09 10.75V4.53l1.258-1.286zm-6.09 8.763L2 10.75V4.53l1.258-1.286L4.516 4.53v6.22l-1.258 1.257zM2 13.265l1.258-1.258 1.258 1.258v7.477L3.258 22 2 20.742v-7.477zM15.452 22l-1.258-1.258v-7.477l1.258-1.258 1.258 1.258v7.477L15.453 22zM4.516 2H8.09l1.258 1.244L8.09 4.53H4.516L3.258 3.244 4.516 2zm6.104 0h3.574l1.258 1.244-1.258 1.286H10.62L9.348 3.244 10.62 2z"
|
36
|
+
})]
|
37
|
+
}));
|
38
|
+
});
|
39
|
+
export default Icon;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import Avatar from './components/Avatar';
|
2
|
+
import Combine from './components/Combine';
|
3
|
+
import Mono from './components/Mono';
|
4
|
+
import Text from './components/Text';
|
5
|
+
export type CompoundedIcon = typeof Mono & {
|
6
|
+
Avatar: typeof Avatar;
|
7
|
+
Combine: typeof Combine;
|
8
|
+
Text: typeof Text;
|
9
|
+
colorPrimary: string;
|
10
|
+
title: string;
|
11
|
+
};
|
12
|
+
declare const Icons: CompoundedIcon;
|
13
|
+
export default Icons;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import Avatar from "./components/Avatar";
|
2
|
+
import Combine from "./components/Combine";
|
3
|
+
import Mono from "./components/Mono";
|
4
|
+
import Text from "./components/Text";
|
5
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
6
|
+
var Icons = Mono;
|
7
|
+
Icons.Text = Text;
|
8
|
+
Icons.Combine = Combine;
|
9
|
+
Icons.Avatar = Avatar;
|
10
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
11
|
+
Icons.title = TITLE;
|
12
|
+
export default Icons;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export declare const TITLE = "MENLO";
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 1;
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.3;
|
4
|
+
export declare const COLOR_PRIMARY = "#FF5C00";
|
5
|
+
export declare const AVATAR_BACKGROUND = "#FF5C00";
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.6;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export var TITLE = 'MENLO';
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 1;
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.3;
|
4
|
+
export var COLOR_PRIMARY = '#FF5C00';
|
5
|
+
|
6
|
+
// Avatar constants
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.6;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import { type IconAvatarProps } from "../../features/IconAvatar";
|
3
3
|
export interface AvatarProps extends Omit<IconAvatarProps, 'Icon'> {
|
4
|
-
type?: 'normal' | 'gpt3' | 'gpt4' | 'o1' | 'o3' | 'platform';
|
4
|
+
type?: 'normal' | 'gpt3' | 'gpt4' | 'gpt5' | 'o1' | 'o3' | 'oss' | 'platform';
|
5
5
|
}
|
6
6
|
declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
|
7
7
|
export default Avatar;
|
@@ -11,7 +11,7 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
11
11
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
12
|
import { memo, useMemo } from 'react';
|
13
13
|
import IconAvatar from "../../features/IconAvatar";
|
14
|
-
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, COLOR_GPT_3, COLOR_GPT_4, COLOR_O_1, COLOR_PLATFORM, TITLE } from "../style";
|
14
|
+
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, COLOR_GPT_3, COLOR_GPT_4, COLOR_GPT_5, COLOR_OSS, COLOR_O_1, COLOR_PLATFORM, TITLE } from "../style";
|
15
15
|
import Mono from "./Mono";
|
16
16
|
import { jsx as _jsx } from "react/jsx-runtime";
|
17
17
|
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
@@ -28,11 +28,19 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
28
28
|
{
|
29
29
|
return COLOR_GPT_4;
|
30
30
|
}
|
31
|
+
case 'gpt5':
|
32
|
+
{
|
33
|
+
return COLOR_GPT_5;
|
34
|
+
}
|
31
35
|
case 'o3':
|
32
36
|
case 'o1':
|
33
37
|
{
|
34
38
|
return COLOR_O_1;
|
35
39
|
}
|
40
|
+
case 'oss':
|
41
|
+
{
|
42
|
+
return COLOR_OSS;
|
43
|
+
}
|
36
44
|
case 'platform':
|
37
45
|
{
|
38
46
|
return COLOR_PLATFORM;
|
package/es/OpenAI/index.d.ts
CHANGED
@@ -8,7 +8,10 @@ export type CompoundedIcon = typeof Mono & {
|
|
8
8
|
Text: typeof Text;
|
9
9
|
colorGpt3: string;
|
10
10
|
colorGpt4: string;
|
11
|
+
colorGpt5?: string;
|
11
12
|
colorO1: string;
|
13
|
+
colorO3: string;
|
14
|
+
colorOss?: string;
|
12
15
|
colorPlatform?: string;
|
13
16
|
colorPrimary: string;
|
14
17
|
title: string;
|
package/es/OpenAI/index.js
CHANGED
@@ -2,7 +2,7 @@ import Avatar from "./components/Avatar";
|
|
2
2
|
import Combine from "./components/Combine";
|
3
3
|
import Mono from "./components/Mono";
|
4
4
|
import Text from "./components/Text";
|
5
|
-
import { COLOR_GPT_3, COLOR_GPT_4, COLOR_O_1, COLOR_PLATFORM, COLOR_PRIMARY, TITLE } from "./style";
|
5
|
+
import { COLOR_GPT_3, COLOR_GPT_4, COLOR_GPT_5, COLOR_OSS, COLOR_O_1, COLOR_PLATFORM, COLOR_PRIMARY, TITLE } from "./style";
|
6
6
|
var Icons = Mono;
|
7
7
|
Icons.Text = Text;
|
8
8
|
Icons.Combine = Combine;
|
@@ -10,7 +10,10 @@ Icons.Avatar = Avatar;
|
|
10
10
|
Icons.colorPrimary = COLOR_PRIMARY;
|
11
11
|
Icons.colorGpt3 = COLOR_GPT_3;
|
12
12
|
Icons.colorGpt4 = COLOR_GPT_4;
|
13
|
+
Icons.colorGpt5 = COLOR_GPT_5;
|
13
14
|
Icons.colorO1 = COLOR_O_1;
|
15
|
+
Icons.colorO3 = COLOR_O_1;
|
16
|
+
Icons.colorOss = COLOR_OSS;
|
14
17
|
Icons.colorPlatform = COLOR_PLATFORM;
|
15
18
|
Icons.title = TITLE;
|
16
19
|
export default Icons;
|
package/es/OpenAI/style.d.ts
CHANGED
@@ -4,7 +4,9 @@ export declare const COMBINE_SPACE_MULTIPLE = 0.1;
|
|
4
4
|
export declare const COLOR_PRIMARY = "#000";
|
5
5
|
export declare const COLOR_GPT_3 = "#19C37D";
|
6
6
|
export declare const COLOR_GPT_4 = "#AB68FF";
|
7
|
+
export declare const COLOR_GPT_5 = "#F86AA4";
|
7
8
|
export declare const COLOR_O_1 = "#F9C322";
|
9
|
+
export declare const COLOR_OSS = "#0099FF";
|
8
10
|
export declare const COLOR_PLATFORM = "#0000FE";
|
9
11
|
export declare const AVATAR_BACKGROUND = "#000";
|
10
12
|
export declare const AVATAR_COLOR = "#fff";
|
package/es/OpenAI/style.js
CHANGED
@@ -4,7 +4,9 @@ export var COMBINE_SPACE_MULTIPLE = 0.1;
|
|
4
4
|
export var COLOR_PRIMARY = '#000';
|
5
5
|
export var COLOR_GPT_3 = '#19C37D';
|
6
6
|
export var COLOR_GPT_4 = '#AB68FF';
|
7
|
+
export var COLOR_GPT_5 = '#F86AA4';
|
7
8
|
export var COLOR_O_1 = '#F9C322';
|
9
|
+
export var COLOR_OSS = '#0099FF';
|
8
10
|
export var COLOR_PLATFORM = '#0000FE';
|
9
11
|
|
10
12
|
// Avatar constants
|
@@ -0,0 +1,25 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
10
|
+
import { memo } from 'react';
|
11
|
+
import IconAvatar from "../../features/IconAvatar";
|
12
|
+
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
|
13
|
+
import Mono from "./Mono";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
16
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
17
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
18
|
+
Icon: Mono,
|
19
|
+
"aria-label": TITLE,
|
20
|
+
background: AVATAR_BACKGROUND,
|
21
|
+
color: AVATAR_COLOR,
|
22
|
+
iconMultiple: AVATAR_ICON_MULTIPLE
|
23
|
+
}, rest));
|
24
|
+
});
|
25
|
+
export default Avatar;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
3
|
+
export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
|
4
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
5
|
+
export default Combine;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
10
|
+
import { memo } from 'react';
|
11
|
+
import IconCombine from "../../features/IconCombine";
|
12
|
+
import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
13
|
+
import Text from "./Text";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
16
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
17
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
18
|
+
Text: Text,
|
19
|
+
"aria-label": TITLE,
|
20
|
+
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
21
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
22
|
+
}, rest));
|
23
|
+
});
|
24
|
+
export default Combine;
|