@lobehub/icons 5.0.1 → 5.2.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 +112 -110
- package/es/AgentVoice/components/Avatar.d.ts +5 -0
- package/es/AgentVoice/components/Avatar.js +25 -0
- package/es/AgentVoice/components/Color.js +39 -0
- package/es/AgentVoice/components/Combine.d.ts +7 -0
- package/es/AgentVoice/components/Combine.js +32 -0
- package/es/AgentVoice/components/Mono.js +40 -0
- package/es/AgentVoice/components/Text.d.ts +3 -0
- package/es/AgentVoice/components/Text.js +40 -0
- package/es/AgentVoice/index.d.ts +15 -0
- package/es/AgentVoice/index.js +14 -0
- package/es/AgentVoice/style.d.ts +7 -0
- package/es/AgentVoice/style.js +9 -0
- package/es/Apertis/components/Avatar.d.ts +5 -0
- package/es/Apertis/components/Avatar.js +25 -0
- package/es/Apertis/components/Color.d.ts +3 -0
- package/es/Apertis/components/Color.js +136 -0
- package/es/Apertis/components/Combine.d.ts +7 -0
- package/es/Apertis/components/Combine.js +32 -0
- package/es/Apertis/components/Mono.d.ts +3 -0
- package/es/Apertis/components/Mono.js +49 -0
- package/es/Apertis/components/Text.d.ts +3 -0
- package/es/Apertis/components/Text.js +39 -0
- package/es/Apertis/index.d.ts +15 -0
- package/es/Apertis/index.js +14 -0
- package/es/Apertis/style.d.ts +7 -0
- package/es/Apertis/style.js +9 -0
- package/es/AskVerdict/components/Avatar.d.ts +5 -0
- package/es/AskVerdict/components/Avatar.js +25 -0
- package/es/AskVerdict/components/Color.d.ts +3 -0
- package/es/AskVerdict/components/Color.js +77 -0
- package/es/AskVerdict/components/Combine.d.ts +7 -0
- package/es/AskVerdict/components/Combine.js +32 -0
- package/es/AskVerdict/components/Mono.d.ts +3 -0
- package/es/AskVerdict/components/Mono.js +52 -0
- package/es/AskVerdict/components/Text.d.ts +3 -0
- package/es/AskVerdict/components/Text.js +39 -0
- package/es/AskVerdict/index.d.ts +15 -0
- package/es/AskVerdict/index.js +14 -0
- package/es/AskVerdict/style.d.ts +7 -0
- package/es/AskVerdict/style.js +9 -0
- package/es/BriaAI/components/Avatar.d.ts +5 -0
- package/es/BriaAI/components/Avatar.js +25 -0
- package/es/BriaAI/components/Color.d.ts +3 -0
- package/es/BriaAI/components/Color.js +57 -0
- package/es/BriaAI/components/Combine.d.ts +7 -0
- package/es/BriaAI/components/Combine.js +32 -0
- package/es/BriaAI/components/Mono.d.ts +3 -0
- package/es/BriaAI/components/Mono.js +52 -0
- package/es/BriaAI/components/Text.d.ts +3 -0
- package/es/BriaAI/components/Text.js +42 -0
- package/es/BriaAI/index.d.ts +15 -0
- package/es/BriaAI/index.js +14 -0
- package/es/BriaAI/style.d.ts +7 -0
- package/es/BriaAI/style.js +9 -0
- package/es/GeminiCLI/components/Avatar.d.ts +5 -0
- package/es/GeminiCLI/components/Avatar.js +25 -0
- package/es/GeminiCLI/components/Color.d.ts +3 -0
- package/es/GeminiCLI/components/Color.js +66 -0
- package/es/GeminiCLI/components/Combine.d.ts +7 -0
- package/es/GeminiCLI/components/Combine.js +32 -0
- package/es/GeminiCLI/components/Mono.d.ts +3 -0
- package/es/GeminiCLI/components/Mono.js +43 -0
- package/es/GeminiCLI/components/Text.d.ts +3 -0
- package/es/GeminiCLI/components/Text.js +39 -0
- package/es/GeminiCLI/index.d.ts +16 -0
- package/es/GeminiCLI/index.js +14 -0
- package/es/GeminiCLI/style.d.ts +7 -0
- package/es/GeminiCLI/style.js +9 -0
- package/es/LangChain/components/Color.js +2 -7
- package/es/LangChain/components/Mono.js +1 -4
- package/es/LangChain/components/Text.js +2 -10
- package/es/LangChain/style.d.ts +5 -5
- package/es/LangChain/style.js +5 -5
- package/es/LlmApi/components/Avatar.d.ts +5 -0
- package/es/LlmApi/components/Avatar.js +25 -0
- package/es/LlmApi/components/Color.d.ts +3 -0
- package/es/LlmApi/components/Color.js +58 -0
- package/es/LlmApi/components/Combine.d.ts +7 -0
- package/es/LlmApi/components/Combine.js +32 -0
- package/es/LlmApi/components/Mono.d.ts +3 -0
- package/es/LlmApi/components/Mono.js +43 -0
- package/es/LlmApi/components/Text.d.ts +3 -0
- package/es/LlmApi/components/Text.js +40 -0
- package/es/LlmApi/index.d.ts +15 -0
- package/es/LlmApi/index.js +14 -0
- package/es/LlmApi/style.d.ts +7 -0
- package/es/LlmApi/style.js +7 -0
- package/es/Obsidian/components/Avatar.d.ts +5 -0
- package/es/Obsidian/components/Avatar.js +25 -0
- package/es/Obsidian/components/Color.d.ts +3 -0
- package/es/Obsidian/components/Color.js +45 -0
- package/es/Obsidian/components/Combine.d.ts +7 -0
- package/es/Obsidian/components/Combine.js +32 -0
- package/es/Obsidian/components/Mono.d.ts +3 -0
- package/es/Obsidian/components/Mono.js +44 -0
- package/es/Obsidian/components/Text.d.ts +3 -0
- package/es/Obsidian/components/Text.js +39 -0
- package/es/Obsidian/index.d.ts +16 -0
- package/es/Obsidian/index.js +14 -0
- package/es/Obsidian/style.d.ts +7 -0
- package/es/Obsidian/style.js +9 -0
- package/es/PrunaAI/components/Avatar.d.ts +5 -0
- package/es/PrunaAI/components/Avatar.js +25 -0
- package/es/PrunaAI/components/Color.d.ts +3 -0
- package/es/PrunaAI/components/Color.js +153 -0
- package/es/PrunaAI/components/Combine.d.ts +7 -0
- package/es/PrunaAI/components/Combine.js +32 -0
- package/es/PrunaAI/components/Mono.d.ts +3 -0
- package/es/PrunaAI/components/Mono.js +54 -0
- package/es/PrunaAI/components/Text.d.ts +3 -0
- package/es/PrunaAI/components/Text.js +39 -0
- package/es/PrunaAI/index.d.ts +15 -0
- package/es/PrunaAI/index.js +14 -0
- package/es/PrunaAI/style.d.ts +7 -0
- package/es/PrunaAI/style.js +9 -0
- package/es/Qoder/components/Avatar.d.ts +5 -0
- package/es/Qoder/components/Avatar.js +25 -0
- package/es/Qoder/components/Color.d.ts +3 -0
- package/es/Qoder/components/Color.js +42 -0
- package/es/Qoder/components/Combine.d.ts +7 -0
- package/es/Qoder/components/Combine.js +32 -0
- package/es/Qoder/components/Mono.d.ts +3 -0
- package/es/Qoder/components/Mono.js +43 -0
- package/es/Qoder/components/Text.d.ts +3 -0
- package/es/Qoder/components/Text.js +39 -0
- package/es/Qoder/index.d.ts +15 -0
- package/es/Qoder/index.js +14 -0
- package/es/Qoder/style.d.ts +7 -0
- package/es/Qoder/style.js +7 -0
- package/es/Reve/components/Avatar.d.ts +5 -0
- package/es/Reve/components/Avatar.js +25 -0
- package/es/Reve/components/Combine.d.ts +5 -0
- package/es/Reve/components/Combine.js +26 -0
- package/es/Reve/components/Mono.d.ts +3 -0
- package/es/Reve/components/Mono.js +40 -0
- package/es/Reve/components/Text.d.ts +3 -0
- package/es/Reve/components/Text.js +41 -0
- package/es/Reve/index.d.ts +13 -0
- package/es/Reve/index.js +12 -0
- package/es/Reve/style.d.ts +7 -0
- package/es/Reve/style.js +9 -0
- package/es/Together/components/Avatar.js +2 -2
- package/es/Together/components/Color.js +8 -9
- package/es/Together/components/Mono.js +5 -6
- package/es/Together/components/Text.js +14 -5
- package/es/Together/index.d.ts +0 -4
- package/es/Together/index.js +0 -4
- package/es/Together/style.d.ts +3 -3
- package/es/Together/style.js +2 -2
- package/es/Xpay/components/Avatar.d.ts +5 -0
- package/es/Xpay/components/Avatar.js +25 -0
- package/es/Xpay/components/Color.d.ts +3 -0
- package/es/Xpay/components/Color.js +45 -0
- package/es/Xpay/components/Combine.d.ts +7 -0
- package/es/Xpay/components/Combine.js +32 -0
- package/es/Xpay/components/Mono.d.ts +3 -0
- package/es/Xpay/components/Mono.js +44 -0
- package/es/Xpay/components/Text.d.ts +3 -0
- package/es/Xpay/components/Text.js +39 -0
- package/es/Xpay/index.d.ts +15 -0
- package/es/Xpay/index.js +14 -0
- package/es/Xpay/style.d.ts +7 -0
- package/es/Xpay/style.js +9 -0
- package/es/features/agentConfig.js +44 -12
- package/es/features/providerConfig.js +14 -5
- package/es/features/providerEnum.d.ts +7 -0
- package/es/features/providerEnum.js +7 -0
- package/es/icons.d.ts +11 -0
- package/es/icons.js +11 -0
- package/es/toc.js +202 -4
- package/package.json +1 -1
- package/es/Together/components/BrandColor.js +0 -42
- package/es/Together/components/BrandMono.js +0 -41
- /package/es/{Together/components/BrandColor.d.ts → AgentVoice/components/Color.d.ts} +0 -0
- /package/es/{Together/components/BrandMono.d.ts → AgentVoice/components/Mono.d.ts} +0 -0
|
@@ -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 96 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: "M12.895 22.902c-1.462 0-2.852-.284-4.172-.851a11.449 11.449 0 01-3.517-2.357 10.584 10.584 0 01-2.372-3.487A10.726 10.726 0 012 12c0-1.484.284-2.908.85-4.272.568-1.364 1.353-2.538 2.356-3.52a11.05 11.05 0 013.485-2.357A10.529 10.529 0 0112.895 1c1.483 0 2.89.284 4.22.851a10.91 10.91 0 015.856 5.893c.568 1.353.851 2.772.851 4.256 0 1.55-.305 3.012-.916 4.387a10.697 10.697 0 01-2.552 3.568h3.468v2.947H12.895zm0-18.923a7.886 7.886 0 00-3.06.606 7.87 7.87 0 00-2.568 1.719 7.889 7.889 0 00-1.7 2.57A8.038 8.038 0 004.944 12a7.9 7.9 0 00.605 3.061 7.876 7.876 0 001.717 2.57 7.87 7.87 0 002.569 1.719c.97.403 1.99.605 3.059.605a7.885 7.885 0 003.059-.605 7.87 7.87 0 002.568-1.719 7.877 7.877 0 001.718-2.57A7.9 7.9 0 0020.845 12a8.038 8.038 0 00-.622-3.126 7.89 7.89 0 00-1.7-2.57 7.87 7.87 0 00-2.57-1.72 7.886 7.886 0 00-3.058-.605zM34.717 23a7.87 7.87 0 01-3.174-.655 8.516 8.516 0 01-4.45-4.452 7.884 7.884 0 01-.654-3.176c0-1.135.219-2.215.655-3.24a8.414 8.414 0 011.8-2.685 8.284 8.284 0 012.65-1.785 8.043 8.043 0 013.173-.638c1.134 0 2.214.213 3.239.638a8.19 8.19 0 012.683 1.785 8.198 8.198 0 011.783 2.684 8.379 8.379 0 01.638 3.241 8.058 8.058 0 01-.638 3.176 8.29 8.29 0 01-1.783 2.652 8.409 8.409 0 01-2.683 1.8 8.183 8.183 0 01-3.24.655zm0-13.717c-1.461 0-2.716.524-3.762 1.571a5.455 5.455 0 00-1.178 1.768 5.37 5.37 0 00-.426 2.095c0 .72.142 1.408.426 2.063a5.555 5.555 0 001.177 1.735 5.609 5.609 0 001.718 1.178 5.013 5.013 0 002.045.426c.72 0 1.418-.142 2.094-.425a5.091 5.091 0 001.734-1.18c.48-.501.861-1.08 1.145-1.734a5.137 5.137 0 00.425-2.063c0-.72-.142-1.418-.425-2.095a5.74 5.74 0 00-1.145-1.768 4.936 4.936 0 00-1.718-1.162 5.508 5.508 0 00-2.11-.41zM58.73 22.836v-2.52a7.813 7.813 0 01-2.47 1.964c-.949.48-1.936.72-2.96.72a8.207 8.207 0 01-3.24-.638 7.685 7.685 0 01-2.617-1.817 8.627 8.627 0 01-1.783-2.701 8.258 8.258 0 01-.638-3.225c0-1.135.212-2.21.638-3.225a8.628 8.628 0 011.783-2.7 7.686 7.686 0 012.617-1.818 8.207 8.207 0 013.24-.638c1.133 0 2.164.23 3.09.688a6.712 6.712 0 012.34 1.898V1.098h2.88v21.738h-2.88zm-5.43-13.619c-.72 0-1.408.137-2.062.41a4.972 4.972 0 00-1.701 1.162 5.796 5.796 0 00-1.145 1.751 5.253 5.253 0 00-.426 2.079c0 1.462.524 2.74 1.57 3.83.48.502 1.048.895 1.702 1.179a5.244 5.244 0 004.139 0 5.131 5.131 0 001.717-1.179c1.047-1.09 1.57-2.368 1.57-3.83 0-.72-.141-1.413-.425-2.079a5.795 5.795 0 00-1.145-1.751 4.936 4.936 0 00-1.717-1.163 5.424 5.424 0 00-2.078-.409zm14.395 6.679c0 .524.19 1.07.572 1.637a6.218 6.218 0 001.325 1.44c.916.72 1.985 1.08 3.206 1.08 1.942 0 3.523-.938 4.744-2.815l2.487 1.473c-.85 1.375-1.898 2.434-3.14 3.176A7.832 7.832 0 0172.8 23a8.043 8.043 0 01-3.174-.638 8.283 8.283 0 01-2.65-1.785 8.29 8.29 0 01-1.783-2.651 8.058 8.058 0 01-.638-3.176c0-1.113.212-2.177.638-3.192a8.243 8.243 0 011.783-2.668 7.673 7.673 0 012.633-1.768A8.349 8.349 0 0172.8 6.5c1.113 0 2.176.207 3.19.622a7.67 7.67 0 012.634 1.768c1.614 1.659 2.421 3.58 2.421 5.762 0 .393-.033.807-.098 1.244h-13.25zm5.103-6.711c-.894 0-1.734.196-2.519.589-.785.393-1.412.911-1.881 1.555-.469.644-.703 1.326-.703 2.046h10.207c0-.72-.234-1.402-.703-2.046-.47-.644-1.096-1.162-1.881-1.555a5.553 5.553 0 00-2.52-.59zm18.485.425c-.523-.24-.992-.36-1.406-.36-.873 0-1.593.306-2.16.917-.61.654-.916 1.407-.916 2.259v10.41H83.99v-10.41a6.1 6.1 0 01.9-3.241 6.18 6.18 0 012.47-2.292 5.822 5.822 0 012.519-.557c.72 0 1.406.131 2.06.393.655.262 1.342.688 2.062 1.277L91.284 9.61z"
|
|
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 = "Qoder";
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.75;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#fff";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#000000";
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.7;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var TITLE = 'Qoder';
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.75;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export var COLOR_PRIMARY = '#fff';
|
|
5
|
+
export var AVATAR_BACKGROUND = '#000000';
|
|
6
|
+
export var AVATAR_COLOR = COLOR_PRIMARY;
|
|
7
|
+
export var AVATAR_ICON_MULTIPLE = 0.7;
|
|
@@ -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,26 @@
|
|
|
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 Mono from "./Mono";
|
|
14
|
+
import Text from "./Text";
|
|
15
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
18
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
19
|
+
Icon: Mono,
|
|
20
|
+
Text: Text,
|
|
21
|
+
"aria-label": TITLE,
|
|
22
|
+
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
|
23
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
24
|
+
}, rest));
|
|
25
|
+
});
|
|
26
|
+
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: "M15.297 4.162h-.792V2h.792v2.162zm-1.45 10.811h-.792v4.865h.791v-4.865zm0-9.73h-.792v1.622h.791V5.243zm5.801 9.73h-.79v4.324h.79v-4.324zm1.45.54h-.79v2.163h.79v-2.162zm-7.252-6.486h-.791v3.243h.791V9.027zm1.45-1.622h-.79v5.946h.79V7.405zM21.1 4.162h-.791v7.568h.79V4.162zm1.45.54h-.79v4.325h.79V4.703zM24 5.244h-.791v1.622H24V5.243zM12.396 7.946h-.792v9.19h.792v-9.19zm0 0h-.792v9.19h.792v-9.19zm4.351-1.622h-.791v2.162h.791V6.324zm1.45-1.08h-.79v2.161h.79V5.243zm1.451-1.082h-.79v4.324h.79V4.162zm-2.9 5.946h-.792v3.243h.791v-3.243zm1.45 1.081h-.791v2.162h.79V11.19zm1.45-1.08h-.79v3.242h.79v-3.243zm-4.351 4.323h-.792v2.703h.792v-2.703zm1.45 0h-.791v1.622h.791v-1.622zm1.45 0h-.79v2.703h.79v-2.703zm-2.9 3.784h-.792v3.243h.792v-3.243zm1.45 1.081h-.791V22h.791v-2.703zm1.45-1.08h-.79v2.702h.79v-2.703zM9.496 2h-.792v2.162h.792V2zm1.45 12.973h-.791v4.865h.791v-4.865zm0-9.73h-.791v1.622h.791V5.243zm-5.802 9.73h-.791v4.324h.79v-4.324zm-1.45.54H2.9v2.163h.791v-2.162zm7.252-6.486h-.791v3.243h.791V9.027zm-1.45-1.622h-.792v5.946h.792V7.405zM3.692 4.162h-.79v7.568h.79V4.162zm-1.45.54H1.45v4.325h.79V4.703zm-1.45.541H0v1.622h.791V5.243zm7.252 1.081h-.791v2.162h.791V6.324zm-1.45-1.08h-.792v2.161h.791V5.243zM5.142 4.161h-.791v4.324h.79V4.162zm2.901 5.946h-.791v3.243h.791v-3.243zm-1.45 1.081h-.792v2.162h.791V11.19zm-1.451-1.08h-.791v3.242h.79v-3.243zm4.352 4.323h-.792v2.703h.792v-2.703zm-1.451 0h-.791v1.622h.791v-1.622zm-1.45 0h-.792v2.703h.791v-2.703zm2.9 3.784h-.79v3.243h.79v-3.243zm-1.45 1.081h-.791V22h.791v-2.703zm-1.45-1.08h-.792v2.702h.791v-2.703z"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
|
@@ -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 66 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: "M5.846 14.328l.007 8.123c.067.046.083.093.047.142a.282.282 0 01-.233.116c-1.245.01-2.428.01-3.548-.003A.119.119 0 012 22.587V1.104a.098.098 0 01.098-.099c5.24.002 8.208 0 8.906-.005 3.207-.018 6.564 1.22 7.546 4.52.126.422.216.935.27 1.538.039.46.015.98-.073 1.558-.41 2.655-2.002 4.364-4.776 5.128a.204.204 0 00-.12.307l5.39 8.381a.185.185 0 01-.06.257.179.179 0 01-.093.025h-4.045a.215.215 0 01-.183-.1l-5.35-8.317a.237.237 0 00-.201-.111h-3.28a.166.166 0 00-.106.038.217.217 0 00-.077.104zm.038-10.23a66.07 66.07 0 00-.07 6.684c.006.133.03.3.047.435a.132.132 0 00.132.115c1.526.013 3.098.017 4.714.013.555 0 1.455-.152 1.915-.315 2.14-.757 2.719-2.74 2.152-4.763-.496-1.773-2.44-2.414-4.186-2.416-1.45-.004-2.95 0-4.497.013-.198 0-.267.078-.207.235z"
|
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
+
d: "M30.18 17.194h3.243a.2.2 0 01.192.253c-.88 3.064-2.885 4.874-6.012 5.433-.82.146-1.866.159-3.137.038-3.411-.323-5.737-2.729-5.975-6.218-.395-5.8 3.605-10.73 9.694-10.26 3.527.272 5.9 2.512 6.143 5.978a8.723 8.723 0 01-.264 2.874.234.234 0 01-.222.17H22.404a.126.126 0 00-.085.033.13.13 0 00-.042.081 5.707 5.707 0 00.465 2.951c.592 1.321 1.69 1.884 3.132 1.89 2.015.008 3.364-1.004 4.05-3.037a.273.273 0 01.256-.186zm.313-4.383c.16-1.368-.203-2.404-1.088-3.107a3.286 3.286 0 00-1.675-.682c-2.561-.32-4.277 1.427-4.99 3.711a.124.124 0 00.119.16h7.543a.088.088 0 00.06-.023.098.098 0 00.03-.06zM64.382 17.365c.017.355.007.59-.029.708-.803 2.594-2.573 4.175-5.31 4.742-.793.165-1.752.216-2.877.152-3.931-.222-6.637-2.866-7.06-6.791-.51-4.717 1.289-8.769 6.341-9.707.26-.048.925-.058 1.993-.029 3.538.099 6.032 2.22 6.931 5.562.253.939.398 2.003.434 3.192a.26.26 0 01-.159.248.261.261 0 01-.102.02H53.07a.117.117 0 00-.108.072.115.115 0 00-.009.045c-.013 2.936 1.53 5.207 4.758 4.791 1.846-.238 2.494-1.414 3-3.021a.222.222 0 01.213-.155H64.2a.18.18 0 01.18.17zM53.183 12.88l7.335.025a.07.07 0 00.07-.07l.002-.09a3.765 3.765 0 00-1.085-2.657 3.735 3.735 0 00-2.639-1.108 3.73 3.73 0 00-2.646 1.09 3.76 3.76 0 00-1.104 2.65l-.002.09a.07.07 0 00.07.07zM50.576 6.693a.119.119 0 01.105.06.124.124 0 010 .124l-8.747 15.708a.255.255 0 01-.22.129h-4.313a.188.188 0 01-.122-.046.193.193 0 01-.064-.114L34.744 6.887a.168.168 0 01.165-.194h3.412c.047 0 .092.018.128.049a.19.19 0 01.063.12l1.543 12.161a.03.03 0 00.008.017.03.03 0 00.049-.006l6.486-12.209a.248.248 0 01.22-.132h3.758z"
|
|
38
|
+
})]
|
|
39
|
+
}));
|
|
40
|
+
});
|
|
41
|
+
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;
|
package/es/Reve/index.js
ADDED
|
@@ -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 = "Reve";
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.7;
|
|
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.65;
|
package/es/Reve/style.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TITLE = 'Reve';
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.7;
|
|
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.65;
|
|
@@ -10,12 +10,12 @@ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("
|
|
|
10
10
|
import { memo } from 'react';
|
|
11
11
|
import IconAvatar from "../../features/IconAvatar";
|
|
12
12
|
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
|
|
13
|
-
import
|
|
13
|
+
import Color from "./Color";
|
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
15
|
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
16
16
|
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
17
17
|
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
18
|
-
Icon:
|
|
18
|
+
Icon: Color,
|
|
19
19
|
"aria-label": TITLE,
|
|
20
20
|
background: AVATAR_BACKGROUND,
|
|
21
21
|
color: AVATAR_COLOR,
|
|
@@ -19,8 +19,6 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
19
19
|
style = _ref.style,
|
|
20
20
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
21
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
-
fill: "currentColor",
|
|
23
|
-
fillRule: "evenodd",
|
|
24
22
|
height: size,
|
|
25
23
|
style: _objectSpread({
|
|
26
24
|
flex: 'none',
|
|
@@ -33,13 +31,14 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
33
31
|
children: [/*#__PURE__*/_jsx("title", {
|
|
34
32
|
children: TITLE
|
|
35
33
|
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
-
d: "
|
|
37
|
-
|
|
38
|
-
}), /*#__PURE__*/_jsx("
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
34
|
+
d: "M23.197 4.503A6 6 0 0015 2.307a5.973 5.973 0 00-2.995 4.933l5.996.008v.515h-5.996c.039.937.298 1.87.8 2.74a6 6 0 1010.39-6z",
|
|
35
|
+
fill: "#EF2CC1"
|
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
+
d: "M.805 4.5A6 6 0 003 12.697a5.972 5.972 0 005.77.127L5.779 7.627l.446-.257 2.997 5.192A6 6 0 10.804 4.5z",
|
|
38
|
+
fill: "#CAAEF5"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
d: "M12 23.894a6 6 0 005.999-6c0-2.13-1.1-3.996-2.775-5.06l-3.005 5.189-.444-.258 2.997-5.192A6 6 0 1012 23.894z",
|
|
41
|
+
fill: "#FC4C02"
|
|
43
42
|
})]
|
|
44
43
|
}));
|
|
45
44
|
});
|
|
@@ -33,12 +33,11 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
33
33
|
children: [/*#__PURE__*/_jsx("title", {
|
|
34
34
|
children: TITLE
|
|
35
35
|
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
-
d: "
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
r: "4.615"
|
|
36
|
+
d: "M23.197 4.503A6 6 0 0015 2.307a5.973 5.973 0 00-2.995 4.933l5.996.008v.515h-5.996c.039.937.298 1.87.8 2.74a6 6 0 1010.39-6z"
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M.805 4.5A6 6 0 003 12.697a5.972 5.972 0 005.77.127L5.779 7.627l.446-.257 2.997 5.192A6 6 0 10.804 4.5z"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
d: "M12 23.894a6 6 0 005.999-6c0-2.13-1.1-3.996-2.775-5.06l-3.005 5.189-.444-.258 2.997-5.192A6 6 0 1012 23.894z"
|
|
42
41
|
})]
|
|
43
42
|
}));
|
|
44
43
|
});
|
|
@@ -26,15 +26,24 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
26
26
|
flex: 'none',
|
|
27
27
|
lineHeight: 1
|
|
28
28
|
}, style),
|
|
29
|
-
viewBox: "0 0
|
|
29
|
+
viewBox: "0 0 99 24",
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg"
|
|
31
31
|
}, rest), {}, {
|
|
32
32
|
children: [/*#__PURE__*/_jsx("title", {
|
|
33
33
|
children: TITLE
|
|
34
|
-
}), /*#__PURE__*/_jsx("
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
35
|
+
clipPath: "url(#a)",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M2 7.158h1.43V2.213h1.968v4.945h2.25v1.734h-2.25v9.28H3.43v-9.28H2V7.158zM13.083 6.876c3.14 0 5.717 2.6 5.717 5.788s-2.577 5.788-5.717 5.788c-3.14 0-5.717-2.601-5.717-5.788 0-3.186 2.577-5.788 5.717-5.788zm0 9.748c2.132 0 3.796-1.687 3.796-3.96 0-2.273-1.664-3.96-3.796-3.96-2.132 0-3.797 1.687-3.797 3.96 0 2.273 1.665 3.96 3.797 3.96zM25.238 24c-2.718 0-5.365-1.898-5.365-4.991h1.921c.164 2.085 1.64 3.186 3.446 3.186 2.085 0 3.678-1.452 3.678-3.89v-2.033c-.75 1.359-2.39 2.18-3.866 2.18-3.14 0-5.53-2.578-5.53-5.789 0-3.21 2.39-5.788 5.53-5.788 1.476 0 3.117.82 3.866 2.18V7.156h1.969v11.148c0 3.304-2.53 5.694-5.647 5.694l-.002.001zm.024-7.375c2.133 0 3.797-1.688 3.797-3.96 0-2.274-1.664-3.961-3.797-3.961-2.132 0-3.796 1.687-3.796 3.96 0 2.273 1.664 3.96 3.796 3.96zM41.521 14.351l1.593.89c-1.1 2.063-2.975 3.211-5.132 3.211-3.092 0-5.623-2.601-5.623-5.788 0-3.186 2.53-5.788 5.623-5.788 3.093 0 5.366 2.25 5.366 6.186h-9.091c.187 2.11 1.805 3.562 3.725 3.562 1.92 0 2.766-.82 3.538-2.273h.001zm-7.148-2.858h6.89c-.235-1.57-1.406-2.835-3.28-2.835-1.735 0-3.141 1.148-3.61 2.835zM43.56 7.158h1.43V2.213h1.97v4.945h2.248v1.734H46.96v9.28H44.99v-9.28h-1.43V7.158zM54.827 8.634c-1.734 0-2.952 1.336-2.952 3.515v6.023h-1.968V2.213h1.968V8.87c.75-1.195 1.969-1.991 3.609-1.991 2.53 0 3.89 1.805 3.89 3.937v7.357h-1.968v-6.865c0-1.687-.96-2.671-2.578-2.671v-.002zM69.945 14.351l1.593.89c-1.101 2.063-2.976 3.211-5.132 3.211-3.093 0-5.624-2.601-5.624-5.788 0-3.186 2.531-5.788 5.624-5.788 3.092 0 5.365 2.25 5.365 6.186H62.68c.188 2.11 1.805 3.562 3.726 3.562 1.92 0 2.765-.82 3.537-2.273h.002zm-7.148-2.858h6.889c-.235-1.57-1.406-2.835-3.28-2.835-1.734 0-3.141 1.148-3.61 2.835zM79.239 9.312c-.376-.328-.938-.492-1.5-.492-1.64 0-2.577 1.43-2.577 3.351v6h-1.969V7.156h1.969v1.875c.539-1.195 1.617-2.11 3.047-2.11.702 0 1.335.235 1.734.54l-.703 1.85h-.001zM93.094 7.158V18.17h-1.969v-1.898c-.75 1.359-2.39 2.18-3.866 2.18-3.141 0-5.53-2.578-5.53-5.789 0-3.21 2.39-5.788 5.53-5.788 1.476 0 3.116.82 3.866 2.18V7.157h1.969zm-5.625 9.466c2.133 0 3.797-1.687 3.797-3.96 0-2.273-1.664-3.96-3.797-3.96-2.132 0-3.796 1.687-3.796 3.96 0 2.273 1.664 3.96 3.796 3.96zM97.289 7.157V18.17H95.32V7.157h1.969zM94.993 3.313c0-.703.609-1.313 1.311-1.313.703 0 1.312.61 1.312 1.313s-.586 1.312-1.312 1.312a1.31 1.31 0 01-1.311-1.312zM78.059 17c0-.703.609-1.313 1.311-1.313.703 0 1.312.61 1.312 1.312 0 .703-.586 1.312-1.312 1.312a1.31 1.31 0 01-1.311-1.312z"
|
|
39
|
+
})
|
|
40
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
41
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
42
|
+
id: "a",
|
|
43
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
44
|
+
d: "M0 0h99v24H0z"
|
|
45
|
+
})
|
|
46
|
+
})
|
|
38
47
|
})]
|
|
39
48
|
}));
|
|
40
49
|
});
|
package/es/Together/index.d.ts
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import Avatar from './components/Avatar';
|
|
2
|
-
import BrandColor from './components/BrandColor';
|
|
3
|
-
import BrandMono from './components/BrandMono';
|
|
4
2
|
import Color from './components/Color';
|
|
5
3
|
import Combine from './components/Combine';
|
|
6
4
|
import Mono from './components/Mono';
|
|
7
5
|
import Text from './components/Text';
|
|
8
6
|
export type CompoundedIcon = typeof Mono & {
|
|
9
7
|
Avatar: typeof Avatar;
|
|
10
|
-
Brand: typeof BrandMono;
|
|
11
|
-
BrandColor: typeof BrandColor;
|
|
12
8
|
Color: typeof Color;
|
|
13
9
|
Combine: typeof Combine;
|
|
14
10
|
Text: typeof Text;
|
package/es/Together/index.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import Avatar from "./components/Avatar";
|
|
2
|
-
import BrandColor from "./components/BrandColor";
|
|
3
|
-
import BrandMono from "./components/BrandMono";
|
|
4
2
|
import Color from "./components/Color";
|
|
5
3
|
import Combine from "./components/Combine";
|
|
6
4
|
import Mono from "./components/Mono";
|
|
@@ -11,8 +9,6 @@ Icons.Color = Color;
|
|
|
11
9
|
Icons.Text = Text;
|
|
12
10
|
Icons.Combine = Combine;
|
|
13
11
|
Icons.Avatar = Avatar;
|
|
14
|
-
Icons.Brand = BrandMono;
|
|
15
|
-
Icons.BrandColor = BrandColor;
|
|
16
12
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
17
13
|
Icons.title = TITLE;
|
|
18
14
|
export default Icons;
|
package/es/Together/style.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const TITLE = "together.ai";
|
|
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 = "#
|
|
5
|
-
export declare const AVATAR_BACKGROUND = "#
|
|
6
|
-
export declare const AVATAR_COLOR = "#
|
|
4
|
+
export declare const COLOR_PRIMARY = "#fff";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#fff";
|
|
6
|
+
export declare const AVATAR_COLOR = "#000";
|
|
7
7
|
export declare const AVATAR_ICON_MULTIPLE = 0.75;
|
package/es/Together/style.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export var TITLE = 'together.ai';
|
|
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
7
|
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
-
export var AVATAR_COLOR = '#
|
|
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 Color from "./Color";
|
|
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: Color,
|
|
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,45 @@
|
|
|
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
|
+
height: size,
|
|
24
|
+
style: _objectSpread({
|
|
25
|
+
flex: 'none',
|
|
26
|
+
lineHeight: 1
|
|
27
|
+
}, style),
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
width: size,
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, rest), {}, {
|
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
33
|
+
children: TITLE
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M8.041 2.045v1.76a.024.024 0 01-.024.024c-.44-.003-.841-.001-1.202.005-.739.013-1.476.277-1.926.884-.246.332-.32.764-.32 1.22l.001 2.348c.01.75-.018 1.283-.084 1.599a3.896 3.896 0 01-1.275 2.183.02.02 0 000 .015c0 .002.002.004.004.006.916.927 1.345 2.262 1.35 3.548.005 1.185.006 2.274.003 3.266 0 .338.054.681.237 1.026.23.431.756.758 1.2.889.607.18 1.274.142 2.016.134a.02.02 0 01.014.006.02.02 0 01.006.014v1.768a.023.023 0 01-.023.024c-.582-.007-1.346.044-1.935-.053-.844-.138-1.56-.468-2.146-.988-.78-.694-1.177-1.586-1.19-2.674a173.556 173.556 0 01-.006-3.368c.01-1.182-.579-2.848-2.06-2.772-.035.001-.25 0-.648-.004A.034.034 0 010 12.871v-1.754c0-.009.004-.017.01-.024a.034.034 0 01.024-.01c.673.002 1.188.056 1.675-.197.495-.258.839-.77.972-1.307.047-.188.067-.478.061-.871-.01-.74-.008-1.733.005-2.98.013-1.193.494-2.152 1.445-2.878a3.853 3.853 0 011.478-.692c.778-.181 1.36-.162 2.333-.152a.039.039 0 01.038.039zM16 22.726v-1.74c0-.01.004-.018.01-.025a.036.036 0 01.026-.01c.53.005 1.034.023 1.535-.058.549-.088 1.068-.351 1.403-.76.233-.286.355-.649.365-1.09l.02-3.45c.005-1.006.26-1.93.764-2.77.11-.185.299-.427.567-.727a.032.032 0 00-.003-.045 3.902 3.902 0 01-1.249-2.142c-.068-.32-.099-.831-.093-1.534.007-.801.008-1.601.005-2.4-.002-.473-.058-.877-.318-1.253-.43-.62-1.24-.887-1.987-.891l-1.012-.005A.034.034 0 0116 3.792V2.038a.031.031 0 01.02-.029 5.412 5.412 0 012.608.258c.5.163.957.433 1.372.809.762.691 1.153 1.57 1.173 2.635.005.307.007 1.423.005 3.348 0 .728.386 1.513 1.061 1.84.24.117.5.176.778.18a48.113 48.113 0 001.012.004.02.02 0 01.006.005.02.02 0 01.006.014v1.785a.022.022 0 01-.021.021c-.2-.003-.511-.003-.932 0-.533.004-.953.22-1.262.65-.25.347-.437.777-.563 1.29-.066.27-.095.74-.085 1.412.004.345.003 1.259-.004 2.74-.006 1.24-.497 2.222-1.474 2.946-.628.466-1.373.735-2.234.807-.186.015-.664.017-1.434.005a.032.032 0 01-.023-.01.032.032 0 01-.009-.022z",
|
|
36
|
+
fill: "#00DC9C"
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M10 13.821c.005 0 .01-.004.016-.011l3.073-3.789a.055.055 0 01.042-.02h1.859a.01.01 0 01.005.002.01.01 0 01.004.005.01.01 0 01-.001.01l-4.035 4.969c-.002.003-.004.007-.004.013 0 .006.002.01.004.014l4.033 4.97a.01.01 0 01.002.005v.005a.01.01 0 01-.004.004.01.01 0 01-.006.002H13.13a.054.054 0 01-.042-.02 4418.41 4418.41 0 01-3.073-3.79c-.006-.008-.01-.011-.015-.011-.004 0-.01.003-.016.01a3639.522 3639.522 0 01-3.073 3.79.055.055 0 01-.042.02H5.01a.01.01 0 01-.009-.007.01.01 0 01.001-.01l4.035-4.969c.003-.003.004-.007.004-.014 0-.005-.001-.01-.004-.013l-4.033-4.97a.01.01 0 01-.002-.005.01.01 0 01.005-.01.01.01 0 01.005-.001h1.859a.055.055 0 01.042.02l3.072 3.79c.006.007.011.011.016.011z"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
d: "M15.002 4c.016 0 .026.018.03.054.042.388.098.748.17 1.08.088.41.228.848.523 1.142.294.295.731.437 1.141.525.332.071.692.128 1.08.17.036.005.054.015.054.031s-.018.026-.055.03c-.387.042-.747.099-1.08.17-.41.087-.846.228-1.141.523-.296.294-.437.731-.525 1.141-.071.332-.128.692-.17 1.08-.005.036-.015.054-.031.054s-.026-.018-.03-.055a10.61 10.61 0 00-.17-1.08c-.088-.41-.228-.847-.523-1.141-.294-.295-.731-.437-1.141-.525a10.528 10.528 0 00-1.08-.17c-.036-.005-.054-.015-.054-.031s.018-.026.055-.03c.388-.042.747-.099 1.08-.17.41-.087.847-.228 1.141-.523.296-.294.437-.731.525-1.141.072-.332.128-.692.17-1.08.005-.036.015-.054.031-.054z",
|
|
41
|
+
fill: "#FFB400"
|
|
42
|
+
})]
|
|
43
|
+
}));
|
|
44
|
+
});
|
|
45
|
+
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;
|