@lobehub/icons 5.1.0 → 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 +1 -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/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/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/features/agentConfig.js +44 -12
- package/es/icons.d.ts +5 -0
- package/es/icons.js +5 -0
- package/es/toc.js +90 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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,57 @@
|
|
|
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: "M14.879 9.74a.074.074 0 00-.053.023.076.076 0 00-.021.053v4.895a.655.655 0 01-.053.257c-.13.3-.252.543-.368.727-1.267 1.998-3.04 3.203-5.32 3.616-3.473.628-6.933-1.225-8.389-4.445-1.486-3.284-.45-7.205 2.429-9.33C7.482 2.303 13.726 4.408 15.2 9.666a.061.061 0 01-.01.052.059.059 0 01-.046.023h-.265zm-6.88 2.508c.49-.188.734-.56.73-1.119-.004-.665-.35-1.085-.964-1.304-.156-.055-.4-.082-.734-.08-1.183.002-1.996.002-2.437 0a.065.065 0 00-.045.019.063.063 0 00-.02.044v5.049c0 .011.005.023.014.03.008.01.02.014.031.014 1.024.015 1.95.013 2.777-.007.908-.022 1.573-.56 1.522-1.528-.03-.573-.32-.933-.87-1.078a.022.022 0 01-.017-.02.02.02 0 01.014-.02zm6.239 2.659a.042.042 0 00.037-.025.041.041 0 00-.006-.044l-1.51-1.699a.047.047 0 01.022-.077c.927-.266 1.345-.887 1.256-1.865-.09-.984-.96-1.465-1.87-1.456-.604.005-1.438.005-2.504 0a.075.075 0 00-.076.075v5.042c0 .013.005.026.014.035a.05.05 0 00.036.014h1.174c.01 0 .021-.004.029-.011a.04.04 0 00.012-.029v-1.639a.078.078 0 01.066-.076c.181-.03.31 0 .386.089.24.277.72.81 1.44 1.602a.195.195 0 00.145.064h1.349z",
|
|
35
|
+
fill: "#5300C9"
|
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
+
d: "M16.86 13.848a4.026 4.026 0 01-.741-.899.323.323 0 01-.047-.168V9.775a.035.035 0 00-.035-.035h-.34a.079.079 0 01-.076-.1c1.002-3.64 5.843-4.366 7.793-1.09 1.161 1.952.55 4.596-1.42 5.783a.08.08 0 01-.097-.01.08.08 0 01-.02-.028L19.975 9.78a.069.069 0 00-.063-.042h-1.185a.111.111 0 00-.102.068l-1.663 4.019a.065.065 0 01-.076.037.063.063 0 01-.027-.014z",
|
|
38
|
+
fill: "#8900FF"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
d: "M5.794 10.851a.073.073 0 01.073-.073l1.054.003c.152 0 .298.058.405.16a.522.522 0 01.167.38v.036a.51.51 0 01-.17.38.578.578 0 01-.406.157l-1.053-.004a.073.073 0 01-.074-.073l.004-.966zM10.859 10.907a.07.07 0 01.07-.07l1.168.003c.183 0 .36.06.49.169a.53.53 0 01.202.406v.1a.49.49 0 01-.053.22.582.582 0 01-.15.187.718.718 0 01-.226.124.817.817 0 01-.265.043l-1.168-.002a.07.07 0 01-.07-.07l.002-1.11z",
|
|
41
|
+
fill: "#5300C9"
|
|
42
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
43
|
+
d: "M18.69 12.834l.585-1.55a.035.035 0 01.013-.016.034.034 0 01.039 0c.005.004.01.01.012.016l.596 1.546a.036.036 0 01-.004.032.037.037 0 01-.012.01.034.034 0 01-.016.005l-1.18.004a.035.035 0 01-.029-.014.034.034 0 01-.004-.033z",
|
|
44
|
+
fill: "#8900FF"
|
|
45
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
46
|
+
d: "M5.79 12.82a.066.066 0 01.066-.067l1.152.004c.076 0 .15.014.22.04.07.026.133.065.186.113a.516.516 0 01.124.168.47.47 0 01.043.198v.1a.49.49 0 01-.17.364.61.61 0 01-.406.149l-1.153-.004a.066.066 0 01-.066-.067l.004-.998z",
|
|
47
|
+
fill: "#5300C9"
|
|
48
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
49
|
+
d: "M18.03 14.62a.05.05 0 01-.03-.046.05.05 0 01.004-.019l.196-.474a.175.175 0 01.16-.107h1.97a.075.075 0 01.068.046l.322.765a.06.06 0 01-.018.071.06.06 0 01-.024.011 4.312 4.312 0 01-2.647-.247z",
|
|
50
|
+
fill: "#8900FF"
|
|
51
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
52
|
+
d: "M17.885 19.057a1.726 1.726 0 100-3.45 1.726 1.726 0 000 3.45z",
|
|
53
|
+
fill: "#D90067"
|
|
54
|
+
})]
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
export default Icon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
|
4
|
+
type?: 'color' | 'mono';
|
|
5
|
+
}
|
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
|
7
|
+
export default Combine;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["type"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import IconCombine from "../../features/IconCombine";
|
|
14
|
+
import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
|
15
|
+
import Color from "./Color";
|
|
16
|
+
import Mono from "./Mono";
|
|
17
|
+
import Text from "./Text";
|
|
18
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
19
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
20
|
+
var _ref$type = _ref.type,
|
|
21
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
23
|
+
var Icon = type === 'color' ? Color : Mono;
|
|
24
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
25
|
+
Icon: Icon,
|
|
26
|
+
Text: Text,
|
|
27
|
+
"aria-label": TITLE,
|
|
28
|
+
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
|
29
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
30
|
+
}, rest));
|
|
31
|
+
});
|
|
32
|
+
export default Combine;
|
|
@@ -0,0 +1,52 @@
|
|
|
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: "M14.879 9.74a.074.074 0 00-.053.023.076.076 0 00-.021.053v4.895a.655.655 0 01-.053.257c-.13.3-.252.543-.368.727-1.267 1.998-3.04 3.203-5.32 3.616-3.473.628-6.933-1.225-8.389-4.445-1.486-3.284-.45-7.205 2.429-9.33C7.482 2.303 13.726 4.408 15.2 9.666a.061.061 0 01-.01.052.059.059 0 01-.046.023h-.265zm-6.88 2.508c.49-.188.734-.56.73-1.119-.004-.665-.35-1.085-.964-1.304-.156-.055-.4-.082-.734-.08-1.183.002-1.996.002-2.437 0a.065.065 0 00-.045.019.063.063 0 00-.02.044v5.049c0 .011.005.023.014.03.008.01.02.014.031.014 1.024.015 1.95.013 2.777-.007.908-.022 1.573-.56 1.522-1.528-.03-.573-.32-.933-.87-1.078a.022.022 0 01-.017-.02.02.02 0 01.014-.02zm6.239 2.659a.042.042 0 00.037-.025.041.041 0 00-.006-.044l-1.51-1.699a.047.047 0 01.022-.077c.927-.266 1.345-.887 1.256-1.865-.09-.984-.96-1.465-1.87-1.456-.604.005-1.438.005-2.504 0a.075.075 0 00-.076.075v5.042c0 .013.005.026.014.035a.05.05 0 00.036.014h1.174c.01 0 .021-.004.029-.011a.04.04 0 00.012-.029v-1.639a.078.078 0 01.066-.076c.181-.03.31 0 .386.089.24.277.72.81 1.44 1.602a.195.195 0 00.145.064h1.349z"
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M16.86 13.848a4.026 4.026 0 01-.741-.899.323.323 0 01-.047-.168V9.775a.035.035 0 00-.035-.035h-.34a.079.079 0 01-.076-.1c1.002-3.64 5.843-4.366 7.793-1.09 1.161 1.952.55 4.596-1.42 5.783a.08.08 0 01-.097-.01.08.08 0 01-.02-.028L19.975 9.78a.069.069 0 00-.063-.042h-1.185a.111.111 0 00-.102.068l-1.663 4.019a.065.065 0 01-.076.037.063.063 0 01-.027-.014z"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
d: "M5.794 10.851a.073.073 0 01.073-.073l1.054.003c.152 0 .298.058.405.16a.522.522 0 01.167.38v.036a.51.51 0 01-.17.38.578.578 0 01-.406.157l-1.053-.004a.073.073 0 01-.074-.073l.004-.966zM10.859 10.907a.07.07 0 01.07-.07l1.168.003c.183 0 .36.06.49.169a.53.53 0 01.202.406v.1a.49.49 0 01-.053.22.582.582 0 01-.15.187.718.718 0 01-.226.124.817.817 0 01-.265.043l-1.168-.002a.07.07 0 01-.07-.07l.002-1.11z"
|
|
41
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
+
d: "M18.69 12.834l.585-1.55a.035.035 0 01.013-.016.034.034 0 01.039 0c.005.004.01.01.012.016l.596 1.546a.036.036 0 01-.004.032.037.037 0 01-.012.01.034.034 0 01-.016.005l-1.18.004a.035.035 0 01-.029-.014.034.034 0 01-.004-.033z"
|
|
43
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
44
|
+
d: "M5.79 12.82a.066.066 0 01.066-.067l1.152.004c.076 0 .15.014.22.04.07.026.133.065.186.113a.516.516 0 01.124.168.47.47 0 01.043.198v.1a.49.49 0 01-.17.364.61.61 0 01-.406.149l-1.153-.004a.066.066 0 01-.066-.067l.004-.998z"
|
|
45
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
46
|
+
d: "M18.03 14.62a.05.05 0 01-.03-.046.05.05 0 01.004-.019l.196-.474a.175.175 0 01.16-.107h1.97a.075.075 0 01.068.046l.322.765a.06.06 0 01-.018.071.06.06 0 01-.024.011 4.312 4.312 0 01-2.647-.247z"
|
|
47
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
48
|
+
d: "M17.885 19.057a1.726 1.726 0 100-3.45 1.726 1.726 0 000 3.45z"
|
|
49
|
+
})]
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
export default Icon;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 79 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: "M50.91 1.02c.21 0 .38.169.38.378v21.223a.38.38 0 01-.38.379h-4.952a.38.38 0 01-.38-.379V1.398c0-.209.17-.379.38-.379h4.952z"
|
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
+
clipRule: "evenodd",
|
|
38
|
+
d: "M67.794 1.02c.154 0 .293.092.352.233l8.825 21.223a.38.38 0 01-.352.524h-5.261a.381.381 0 01-.356-.245l-1.403-3.68a.381.381 0 00-.356-.244H60.76c-.158 0-.3.098-.356.245l-1.402 3.68a.381.381 0 01-.356.244h-5.261a.38.38 0 01-.352-.524l8.825-21.223a.381.381 0 01.352-.234h5.585zm-2.437 6.928a.381.381 0 00-.712 0l-2.22 5.822a.38.38 0 00.357.514h4.439a.38.38 0 00.356-.514l-2.22-5.822zM12.656 1.016c1.42-.005 2.462.11 3.127.344 2.613.929 4.087 2.706 4.106 5.526.015 2.367-1.021 3.948-3.108 4.741a.084.084 0 00-.058.087.092.092 0 00.07.083c2.346.617 3.582 2.14 3.709 4.57.217 4.101-2.617 6.383-6.482 6.478-3.524.083-7.468.093-11.83.03a.197.197 0 01-.135-.057.187.187 0 01-.055-.133V1.288c0-.071.029-.14.08-.19a.277.277 0 01.194-.079c1.879.01 5.34.01 10.382-.003zM7.648 13.772a.283.283 0 00-.282.28l-.015 4.233a.28.28 0 00.282.285l4.909.015a2.606 2.606 0 001.733-.634c.46-.407.72-.962.724-1.542v-.424a1.987 1.987 0 00-.183-.838 2.189 2.189 0 00-.528-.713 2.487 2.487 0 00-.793-.477 2.708 2.708 0 00-.938-.17l-4.909-.015zm.05-8.376a.313.313 0 00-.313.311L7.37 9.8a.31.31 0 00.312.311l4.487.015c.321 0 .64-.057.936-.17.297-.114.567-.281.795-.493a2.28 2.28 0 00.533-.738 2.15 2.15 0 00.188-.873v-.151a2.207 2.207 0 00-.71-1.616 2.537 2.537 0 00-1.727-.673l-4.486-.016zM34.533 1c3.877-.034 7.583 2.001 7.963 6.174.381 4.143-1.401 6.778-5.347 7.905a.204.204 0 00-.137.137.2.2 0 00.042.19l6.429 7.204a.175.175 0 01.027.185.175.175 0 01-.157.102h-5.747a.833.833 0 01-.613-.269c-3.072-3.355-5.118-5.619-6.136-6.79-.325-.375-.873-.501-1.645-.38a.332.332 0 00-.282.326v6.947a.169.169 0 01-.051.12.178.178 0 01-.124.05h-5a.216.216 0 01-.151-.06.206.206 0 01-.063-.148V1.32A.318.318 0 0123.865 1c4.54.023 8.096.023 10.668 0zm-5.275 4.647a.299.299 0 00-.274.182.296.296 0 00-.023.113l-.008 4.707a.295.295 0 00.297.296l4.974.011a3.51 3.51 0 001.132-.184c.359-.122.685-.3.96-.527.274-.225.492-.494.641-.79.15-.295.226-.612.227-.932v-.425c0-.646-.31-1.266-.864-1.723-.553-.458-1.305-.716-2.088-.717l-4.974-.011z"
|
|
39
|
+
})]
|
|
40
|
+
}));
|
|
41
|
+
});
|
|
42
|
+
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 = "BRIA AI";
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.6;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#671ECC";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#671ECC";
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.8;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TITLE = 'BRIA AI';
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.6;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export var COLOR_PRIMARY = '#671ECC';
|
|
5
|
+
|
|
6
|
+
// Avatar constants
|
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.8;
|
|
@@ -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,66 @@
|
|
|
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 { useFillId } from "../../hooks/useFillId";
|
|
14
|
+
import { TITLE } from "../style";
|
|
15
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
17
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
18
|
+
var _ref$size = _ref.size,
|
|
19
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
20
|
+
style = _ref.style,
|
|
21
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
22
|
+
var _useFillId = useFillId(TITLE),
|
|
23
|
+
fill = _useFillId.fill,
|
|
24
|
+
id = _useFillId.id;
|
|
25
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
26
|
+
height: size,
|
|
27
|
+
style: _objectSpread({
|
|
28
|
+
flex: 'none',
|
|
29
|
+
lineHeight: 1
|
|
30
|
+
}, style),
|
|
31
|
+
viewBox: "0 0 24 24",
|
|
32
|
+
width: size,
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
34
|
+
}, rest), {}, {
|
|
35
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
36
|
+
children: TITLE
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M0 4.391A4.391 4.391 0 014.391 0h15.217A4.391 4.391 0 0124 4.391v15.217A4.391 4.391 0 0119.608 24H4.391A4.391 4.391 0 010 19.608V4.391z",
|
|
39
|
+
fill: fill
|
|
40
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M19.74 1.444a2.816 2.816 0 012.816 2.816v15.48a2.816 2.816 0 01-2.816 2.816H4.26a2.816 2.816 0 01-2.816-2.816V4.26A2.816 2.816 0 014.26 1.444h15.48zM7.236 8.564l7.752 3.728-7.752 3.727v2.802l9.557-4.596v-3.866L7.236 5.763v2.801z",
|
|
43
|
+
fill: "#1E1E2E",
|
|
44
|
+
fillRule: "evenodd"
|
|
45
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
46
|
+
children: /*#__PURE__*/_jsxs("linearGradient", {
|
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
|
48
|
+
id: id,
|
|
49
|
+
x1: "24",
|
|
50
|
+
x2: "0",
|
|
51
|
+
y1: "6.587",
|
|
52
|
+
y2: "16.494",
|
|
53
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
54
|
+
stopColor: "#EE4D5D"
|
|
55
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
56
|
+
offset: ".328",
|
|
57
|
+
stopColor: "#B381DD"
|
|
58
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
59
|
+
offset: ".476",
|
|
60
|
+
stopColor: "#207CFE"
|
|
61
|
+
})]
|
|
62
|
+
})
|
|
63
|
+
})]
|
|
64
|
+
}));
|
|
65
|
+
});
|
|
66
|
+
export default Icon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
|
4
|
+
type?: 'color' | 'mono';
|
|
5
|
+
}
|
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
|
7
|
+
export default Combine;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["type"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import IconCombine from "../../features/IconCombine";
|
|
14
|
+
import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
|
15
|
+
import Color from "./Color";
|
|
16
|
+
import Mono from "./Mono";
|
|
17
|
+
import Text from "./Text";
|
|
18
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
19
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
20
|
+
var _ref$type = _ref.type,
|
|
21
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
23
|
+
var Icon = type === 'color' ? Color : Mono;
|
|
24
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
25
|
+
Icon: Icon,
|
|
26
|
+
Text: Text,
|
|
27
|
+
"aria-label": TITLE,
|
|
28
|
+
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
|
29
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
30
|
+
}, rest));
|
|
31
|
+
});
|
|
32
|
+
export default Combine;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M16.793 10.358v3.867L7.236 18.82v-2.8l7.751-3.728-7.75-3.728V5.763l9.556 4.595z"
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
clipRule: "evenodd",
|
|
39
|
+
d: "M19.608 0A4.392 4.392 0 0124 4.392v15.216A4.392 4.392 0 0119.608 24H4.392A4.392 4.392 0 010 19.608V4.392A4.392 4.392 0 014.392 0h15.216zM4.26 1.444A2.816 2.816 0 001.444 4.26v15.48a2.816 2.816 0 002.816 2.816h15.48a2.816 2.816 0 002.816-2.816V4.26a2.816 2.816 0 00-2.816-2.816H4.26z"
|
|
40
|
+
})]
|
|
41
|
+
}));
|
|
42
|
+
});
|
|
43
|
+
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 152 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: "M146.467 1.472h3.294V22.53h-3.294V1.472zM130.814 1.472h3.294v17.911h9.029v3.147h-12.323V1.472zM118.754 23c-2.039 0-3.902-.48-5.588-1.442a10.433 10.433 0 01-3.971-3.97c-.961-1.686-1.441-3.549-1.441-5.588 0-2.04.48-3.902 1.441-5.588a10.434 10.434 0 013.971-3.97C114.852 1.48 116.715 1 118.754 1c1.588 0 3.029.294 4.323.882a10.234 10.234 0 013.471 2.56l-2.353 2.264c-.726-.863-1.529-1.5-2.412-1.912-.882-.431-1.892-.647-3.029-.647-1.412 0-2.706.324-3.882.97-1.157.648-2.079 1.57-2.765 2.765-.686 1.177-1.03 2.55-1.03 4.118 0 1.568.344 2.95 1.03 4.147a7.258 7.258 0 002.765 2.735c1.176.647 2.47.97 3.882.97 2.353 0 4.353-.98 6-2.94l2.382 2.294A10.73 10.73 0 01123.46 22c-1.432.666-3 1-4.706 1zM96.321 5.353a2.177 2.177 0 01-1.559-.618 2.177 2.177 0 01-.617-1.559c0-.607.206-1.117.617-1.529A2.125 2.125 0 0196.321 1a2.03 2.03 0 011.53.647c.43.412.646.922.646 1.53 0 .607-.215 1.127-.647 1.558-.411.412-.921.618-1.529.618zm-1.618 2.176h3.236v15h-3.236v-15zM77.35 7.53h3.088V9.5h.147c.431-.706 1.069-1.284 1.912-1.735a5.63 5.63 0 012.735-.706c1.824 0 3.206.54 4.147 1.618.96 1.059 1.441 2.51 1.441 4.353v9.5h-3.235v-9.06c0-1.176-.294-2.039-.882-2.588-.569-.548-1.363-.823-2.383-.823-.725 0-1.372.206-1.94.618a3.902 3.902 0 00-1.324 1.588 4.979 4.979 0 00-.47 2.147v8.117H77.35v-15zM71.706 5.353a2.177 2.177 0 01-1.558-.618 2.176 2.176 0 01-.618-1.559c0-.607.206-1.117.618-1.529A2.125 2.125 0 0171.706 1a2.03 2.03 0 011.53.647c.431.412.647.922.647 1.53 0 .607-.216 1.127-.647 1.558-.412.412-.922.618-1.53.618zM70.09 7.529h3.235v15h-3.235v-15zM43.487 7.53h3.088V9.5h.147c.451-.725 1.088-1.313 1.912-1.764a5.426 5.426 0 012.647-.677c1.078 0 2.02.255 2.823.765.804.49 1.383 1.147 1.736 1.97a5.747 5.747 0 012.029-1.97c.863-.51 1.872-.765 3.03-.765 1.725 0 3.029.53 3.91 1.588.903 1.04 1.354 2.461 1.354 4.265v9.617h-3.235v-9.058c0-2.275-.97-3.412-2.912-3.412-1.04 0-1.892.422-2.559 1.265-.666.843-1 1.882-1 3.117v8.088h-3.235v-9.058c0-2.275-1-3.412-3-3.412-1.02 0-1.863.422-2.53 1.265-.646.843-.97 1.882-.97 3.117v8.088h-3.235v-15zM33.394 23c-1.47 0-2.794-.343-3.97-1.03a7.421 7.421 0 01-2.736-2.823c-.647-1.216-.97-2.578-.97-4.088 0-1.431.313-2.755.94-3.97.648-1.236 1.54-2.216 2.677-2.942 1.137-.725 2.431-1.088 3.882-1.088 1.51 0 2.814.333 3.912 1a6.425 6.425 0 012.53 2.735c.587 1.157.882 2.461.882 3.912 0 .274-.03.618-.089 1.03h-11.5c.118 1.392.608 2.47 1.471 3.235a4.6 4.6 0 003.059 1.117c.922 0 1.716-.206 2.382-.617a4.827 4.827 0 001.647-1.736l2.735 1.294c-.705 1.236-1.627 2.206-2.764 2.912-1.137.706-2.5 1.059-4.088 1.059zm3.853-9.735a3.635 3.635 0 00-.5-1.559c-.294-.53-.745-.97-1.353-1.323-.588-.353-1.314-.53-2.177-.53-1.039 0-1.921.314-2.647.941-.706.608-1.196 1.432-1.47 2.47h8.147zM13.03 23c-2 0-3.844-.48-5.53-1.442a10.94 10.94 0 01-4.03-3.94C2.49 15.93 2 14.057 2 12c0-2.059.49-3.922 1.47-5.588a10.87 10.87 0 014.03-3.97C9.186 1.48 11.03 1 13.03 1c1.587 0 3.068.284 4.44.853 1.373.569 2.52 1.363 3.441 2.382L18.617 6.53a6.96 6.96 0 00-2.47-1.764c-.941-.412-1.99-.618-3.147-.618a7.75 7.75 0 00-3.794.97c-1.177.648-2.118 1.57-2.824 2.765C5.676 9.078 5.323 10.451 5.323 12c0 1.549.353 2.921 1.06 4.117.705 1.196 1.646 2.118 2.823 2.765a7.806 7.806 0 003.823.97c1.255 0 2.304-.186 3.147-.558a7.996 7.996 0 002.265-1.5c.431-.432.794-.97 1.088-1.618a6.8 6.8 0 00.618-2.117H13v-2.941h10.264c.098.548.147 1.117.147 1.705 0 1.334-.206 2.618-.617 3.853a8.113 8.113 0 01-1.97 3.177C18.842 21.95 16.243 23 13.028 23z"
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
export default Icon;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import Avatar from './components/Avatar';
|
|
2
|
+
import Color from './components/Color';
|
|
3
|
+
import Combine from './components/Combine';
|
|
4
|
+
import Mono from './components/Mono';
|
|
5
|
+
import Text from './components/Text';
|
|
6
|
+
export type CompoundedIcon = typeof Mono & {
|
|
7
|
+
Avatar: typeof Avatar;
|
|
8
|
+
Color: typeof Color;
|
|
9
|
+
Combine: typeof Combine;
|
|
10
|
+
Text: typeof Text;
|
|
11
|
+
colorGradient: string;
|
|
12
|
+
colorPrimary: string;
|
|
13
|
+
title: string;
|
|
14
|
+
};
|
|
15
|
+
declare const Icons: CompoundedIcon;
|
|
16
|
+
export default Icons;
|
|
@@ -0,0 +1,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;
|