@lobehub/icons 1.41.0 → 1.43.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 +249 -3
- package/es/Ai360/style.d.ts +1 -1
- package/es/Ai360/style.js +1 -1
- package/es/CogVideo/components/Avatar.d.ts +5 -0
- package/es/CogVideo/components/Avatar.js +27 -0
- package/es/CogVideo/components/Color.d.ts +3 -0
- package/es/CogVideo/components/Color.js +475 -0
- package/es/CogVideo/components/Combine.d.ts +7 -0
- package/es/CogVideo/components/Combine.js +30 -0
- package/es/CogVideo/components/Mono.d.ts +3 -0
- package/es/CogVideo/components/Mono.js +26 -0
- package/es/CogVideo/components/Text.d.ts +3 -0
- package/es/CogVideo/components/Text.js +39 -0
- package/es/CogVideo/index.d.ts +16 -0
- package/es/CogVideo/index.js +14 -0
- package/es/CogVideo/style.d.ts +4 -0
- package/es/CogVideo/style.js +4 -0
- package/es/CogView/components/Avatar.d.ts +5 -0
- package/es/CogView/components/Avatar.js +26 -0
- package/es/CogView/components/Color.d.ts +3 -0
- package/es/CogView/components/Color.js +593 -0
- package/es/CogView/components/Combine.d.ts +7 -0
- package/es/CogView/components/Combine.js +30 -0
- package/es/CogView/components/Mono.d.ts +3 -0
- package/es/CogView/components/Mono.js +26 -0
- package/es/CogView/components/Text.d.ts +3 -0
- package/es/CogView/components/Text.js +49 -0
- package/es/CogView/index.d.ts +16 -0
- package/es/CogView/index.js +14 -0
- package/es/CogView/style.d.ts +4 -0
- package/es/CogView/style.js +4 -0
- package/es/Kling/components/Avatar.d.ts +5 -0
- package/es/Kling/components/Avatar.js +26 -0
- package/es/Kling/components/Color.d.ts +3 -0
- package/es/Kling/components/Color.js +128 -0
- package/es/Kling/components/Combine.d.ts +7 -0
- package/es/Kling/components/Combine.js +30 -0
- package/es/Kling/components/Mono.d.ts +3 -0
- package/es/Kling/components/Mono.js +40 -0
- package/es/Kling/components/Text.d.ts +3 -0
- package/es/Kling/components/Text.js +38 -0
- package/es/Kling/index.d.ts +16 -0
- package/es/Kling/index.js +14 -0
- package/es/Kling/style.d.ts +4 -0
- package/es/Kling/style.js +4 -0
- package/es/Luma/components/Avatar.d.ts +5 -0
- package/es/Luma/components/Avatar.js +26 -0
- package/es/Luma/components/Color.d.ts +3 -0
- package/es/Luma/components/Color.js +143 -0
- package/es/Luma/components/Combine.d.ts +7 -0
- package/es/Luma/components/Combine.js +30 -0
- package/es/Luma/components/Mono.d.ts +3 -0
- package/es/Luma/components/Mono.js +43 -0
- package/es/Luma/components/Text.d.ts +3 -0
- package/es/Luma/components/Text.js +38 -0
- package/es/Luma/index.d.ts +16 -0
- package/es/Luma/index.js +14 -0
- package/es/Luma/style.d.ts +4 -0
- package/es/Luma/style.js +4 -0
- package/es/Runway/components/Avatar.d.ts +5 -0
- package/es/Runway/components/Avatar.js +25 -0
- package/es/Runway/components/Combine.d.ts +5 -0
- package/es/Runway/components/Combine.js +24 -0
- package/es/Runway/components/Mono.d.ts +3 -0
- package/es/Runway/components/Mono.js +39 -0
- package/es/Runway/components/Text.d.ts +3 -0
- package/es/Runway/components/Text.js +38 -0
- package/es/Runway/index.d.ts +13 -0
- package/es/Runway/index.js +12 -0
- package/es/Runway/style.d.ts +4 -0
- package/es/Runway/style.js +4 -0
- package/es/Viggle/components/Avatar.d.ts +5 -0
- package/es/Viggle/components/Avatar.js +25 -0
- package/es/Viggle/components/Combine.d.ts +5 -0
- package/es/Viggle/components/Combine.js +24 -0
- package/es/Viggle/components/Mono.d.ts +3 -0
- package/es/Viggle/components/Mono.js +40 -0
- package/es/Viggle/components/Text.d.ts +3 -0
- package/es/Viggle/components/Text.js +38 -0
- package/es/Viggle/index.d.ts +13 -0
- package/es/Viggle/index.js +12 -0
- package/es/Viggle/style.d.ts +4 -0
- package/es/Viggle/style.js +4 -0
- package/es/icons.d.ts +6 -0
- package/es/icons.js +6 -0
- package/package.json +5 -4
@@ -0,0 +1,26 @@
|
|
1
|
+
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); }
|
2
|
+
var _excluded = ["background", "size"];
|
3
|
+
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; }
|
4
|
+
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; }
|
5
|
+
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; }
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
7
|
+
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); }
|
8
|
+
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; }
|
9
|
+
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; }
|
10
|
+
import { memo } from 'react';
|
11
|
+
import IconAvatar from "../../features/IconAvatar";
|
12
|
+
import { COLOR_PRIMARY, 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 background = _ref.background,
|
17
|
+
size = _ref.size,
|
18
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
19
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
20
|
+
Icon: Color,
|
21
|
+
"aria-label": TITLE,
|
22
|
+
background: background || COLOR_PRIMARY,
|
23
|
+
size: size
|
24
|
+
}, rest));
|
25
|
+
});
|
26
|
+
export default Avatar;
|
@@ -0,0 +1,593 @@
|
|
1
|
+
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); }
|
2
|
+
var _excluded = ["size", "style"];
|
3
|
+
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; }
|
4
|
+
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; }
|
5
|
+
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; }
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
7
|
+
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); }
|
8
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
9
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
10
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
11
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
12
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
13
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
14
|
+
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; }
|
15
|
+
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; }
|
16
|
+
import { forwardRef } from 'react';
|
17
|
+
import { useFillIds } from "../../hooks/useFillId";
|
18
|
+
import { TITLE } from "../style";
|
19
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
20
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
21
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
22
|
+
var _ref$size = _ref.size,
|
23
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
24
|
+
style = _ref.style,
|
25
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
26
|
+
var _useFillIds = useFillIds(TITLE, 27),
|
27
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 27),
|
28
|
+
a = _useFillIds2[0],
|
29
|
+
b = _useFillIds2[1],
|
30
|
+
c = _useFillIds2[2],
|
31
|
+
d = _useFillIds2[3],
|
32
|
+
e = _useFillIds2[4],
|
33
|
+
f = _useFillIds2[5],
|
34
|
+
g = _useFillIds2[6],
|
35
|
+
h = _useFillIds2[7],
|
36
|
+
i = _useFillIds2[8],
|
37
|
+
j = _useFillIds2[9],
|
38
|
+
k = _useFillIds2[10],
|
39
|
+
l = _useFillIds2[11],
|
40
|
+
m = _useFillIds2[12],
|
41
|
+
n = _useFillIds2[13],
|
42
|
+
o = _useFillIds2[14],
|
43
|
+
p = _useFillIds2[15],
|
44
|
+
q = _useFillIds2[16],
|
45
|
+
r = _useFillIds2[17],
|
46
|
+
s = _useFillIds2[18],
|
47
|
+
t = _useFillIds2[19],
|
48
|
+
u = _useFillIds2[20],
|
49
|
+
v = _useFillIds2[21],
|
50
|
+
w = _useFillIds2[22],
|
51
|
+
x = _useFillIds2[23],
|
52
|
+
y = _useFillIds2[24],
|
53
|
+
z = _useFillIds2[25],
|
54
|
+
A = _useFillIds2[26];
|
55
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
56
|
+
height: size,
|
57
|
+
ref: ref,
|
58
|
+
style: _objectSpread({
|
59
|
+
flex: 'none',
|
60
|
+
lineHeight: 1
|
61
|
+
}, style),
|
62
|
+
viewBox: "0 0 24 24",
|
63
|
+
width: size,
|
64
|
+
xmlns: "http://www.w3.org/2000/svg"
|
65
|
+
}, rest), {}, {
|
66
|
+
children: [/*#__PURE__*/_jsx("title", {
|
67
|
+
children: TITLE
|
68
|
+
}), /*#__PURE__*/_jsx("path", {
|
69
|
+
d: "M15.271 16.555l5.72 4.877s-3.276 3.125-7.223-2.866l1.503-2.01z",
|
70
|
+
fill: a.fill
|
71
|
+
}), /*#__PURE__*/_jsx("path", {
|
72
|
+
d: "M15.4 16.523l4.596 5.947s-3.85 2.39-6.477-4.293l1.882-1.654z",
|
73
|
+
fill: b.fill
|
74
|
+
}), /*#__PURE__*/_jsx("path", {
|
75
|
+
d: "M13.833 21.043h-3.72a.44.44 0 01-.41-.27L2.024 2.94c-.087-.194.065-.421.28-.421H6.07c.184 0 .346.108.41.27l7.635 17.831c.076.205-.065.422-.281.422z",
|
76
|
+
fill: c.fill
|
77
|
+
}), /*#__PURE__*/_jsx("path", {
|
78
|
+
d: "M7.637 3.547c-2.087.562-2.855 2.465-2.855 2.465s1.33-.465 3.18-.876a30.14 30.14 0 012.551-.421c-.043-.617-1.276-1.6-2.876-1.168z",
|
79
|
+
fill: d.fill
|
80
|
+
}), /*#__PURE__*/_jsx("path", {
|
81
|
+
d: "M6.664 5.05c-1.644 1.416-1.6 3.46-1.6 3.46s.94-.908 2.357-2.163c.951-.843 2.032-1.6 2.032-1.6-.335-.519-1.47-.833-2.79.303z",
|
82
|
+
fill: e.fill
|
83
|
+
}), /*#__PURE__*/_jsx("path", {
|
84
|
+
d: "M6.307 7.18c-1.363 1.665-1.05 3.385-1.05 3.385s.801-.768 2.001-2.217a31.1 31.1 0 011.763-1.892C8.61 6 7.388 5.872 6.307 7.18z",
|
85
|
+
fill: f.fill
|
86
|
+
}), /*#__PURE__*/_jsx("path", {
|
87
|
+
d: "M14.957 4.141s-.41-1.07-1.254-1.535c-.822-.454-3.028-.552-4.585.616-2.065 1.536-2.768 4.044-2.92 4.64-1.492 5.795 1.558 9.06 4.942 10.64l3.817-14.36z",
|
88
|
+
fill: g.fill
|
89
|
+
}), /*#__PURE__*/_jsx("path", {
|
90
|
+
d: "M4.912 11.246a7.404 7.404 0 007.558 7.245l-.313-14.814c-4.088.097-7.332 3.481-7.245 7.569z",
|
91
|
+
fill: h.fill
|
92
|
+
}), /*#__PURE__*/_jsx("path", {
|
93
|
+
d: "M6.296 12.62c.443 4.032 4.087 6.941 8.12 6.498l-1.621-14.62a7.366 7.366 0 00-6.499 8.121z",
|
94
|
+
fill: i.fill
|
95
|
+
}), /*#__PURE__*/_jsx("path", {
|
96
|
+
d: "M9.313 3.785a3.107 3.107 0 00-.097 4.195 3.126 3.126 0 004.174.487L9.313 3.785z",
|
97
|
+
fill: j.fill
|
98
|
+
}), /*#__PURE__*/_jsx("path", {
|
99
|
+
d: "M11.79 8.077a2.909 2.909 0 100-5.817 2.909 2.909 0 000 5.817z",
|
100
|
+
fill: k.fill
|
101
|
+
}), /*#__PURE__*/_jsx("path", {
|
102
|
+
d: "M8.729 13.625c1.016 3.233 4.466 5.039 7.699 4.022L12.751 5.926a6.138 6.138 0 00-4.022 7.699z",
|
103
|
+
fill: l.fill
|
104
|
+
}), /*#__PURE__*/_jsx("path", {
|
105
|
+
d: "M9.562 12.079a5.306 5.306 0 006.239 4.173L13.725 5.84c-2.866.563-4.736 3.363-4.163 6.24z",
|
106
|
+
fill: m.fill
|
107
|
+
}), /*#__PURE__*/_jsx("path", {
|
108
|
+
d: "M11.075 2.822s-.648 1.125-.291 2.38c.443 1.556 2.097 1.783 2.8 1.61l1.006-2.108-1.763-2.358-1.752.476z",
|
109
|
+
fill: n.fill
|
110
|
+
}), /*#__PURE__*/_jsx("path", {
|
111
|
+
d: "M12.903 5.807s-.54.162-.887.81c-.292.541-.205 1.287-.205 1.287l2.195-1.686-1.103-.411z",
|
112
|
+
fill: o.fill
|
113
|
+
}), /*#__PURE__*/_jsx("path", {
|
114
|
+
d: "M15.325 9.97S13.465 9.948 13 8.218c-.313-1.178.249-1.99.249-1.99l1.211-.356.865 4.098z",
|
115
|
+
fill: p.fill
|
116
|
+
}), /*#__PURE__*/_jsx("path", {
|
117
|
+
d: "M7.02.757s.4 1.849 2.412 2.595c1.524.562 4.076-.973 4.076-.973s-1.34-.552-3.33-.552C8.686 1.827 7.02.757 7.02.757z",
|
118
|
+
fill: q.fill
|
119
|
+
}), /*#__PURE__*/_jsx("path", {
|
120
|
+
d: "M16.904 4.671s.238-1.243-.552-2.4c-.605-.887-2.12-1.882-4.93-1.265C9.053 1.525 8.697 0 8.697 0c-.076.39.183 2.92 2.649 2.552 3.027-.454 2.768 2.509 3.838 3.006.887.39 1.72-.887 1.72-.887z",
|
121
|
+
fill: r.fill
|
122
|
+
}), /*#__PURE__*/_jsx("path", {
|
123
|
+
d: "M13.757 6.412a1.492 1.492 0 100-2.984 1.492 1.492 0 000 2.984z",
|
124
|
+
fill: s.fill
|
125
|
+
}), /*#__PURE__*/_jsx("path", {
|
126
|
+
d: "M10.059 21.043h3.828a.44.44 0 00.41-.27L21.976 2.94c.087-.194-.065-.421-.28-.421h-3.872a.44.44 0 00-.411.27L9.778 20.62c-.076.205.065.422.281.422z",
|
127
|
+
fill: t.fill
|
128
|
+
}), /*#__PURE__*/_jsx("path", {
|
129
|
+
d: "M10.059 21.043h3.828a.439.439 0 00.41-.27l6.1-14.144c.086-.195-.065-.422-.282-.422h-3.87a.44.44 0 00-.412.27L9.778 20.621c-.076.205.065.422.281.422z",
|
130
|
+
fill: u.fill
|
131
|
+
}), /*#__PURE__*/_jsx("path", {
|
132
|
+
d: "M16.071 4.888s.054-1.795-1.806-2.736c-2.595-1.309-4.974 1.795-7.699 0 0 0 .552 2.768 6.11 1.72 1.373-.26 1.979.172 2.281.67.26.421.238.789.238 1.005l.876-.66z",
|
133
|
+
fill: v.fill
|
134
|
+
}), /*#__PURE__*/_jsx("path", {
|
135
|
+
d: "M15.671 5.223s.14-.973-.67-1.568c-.876-.638-1.58-.508-1.58-.508s.498-.303 1.212-.303c.379 0 .508-.054.508-.054s.054-.173-.184-.444c2.033.898 1.503 2.433 1.503 2.433l-.789.444z",
|
136
|
+
fill: w.fill
|
137
|
+
}), /*#__PURE__*/_jsx("path", {
|
138
|
+
d: "M16.352 6.856s-.8.746-1.946.356c-.076-.021-.065-.475 0-.767.065-.336.292-.703.476-.93 1.243.108 1.47 1.34 1.47 1.34z",
|
139
|
+
fill: x.fill
|
140
|
+
}), /*#__PURE__*/_jsx("path", {
|
141
|
+
d: "M16.904 4.596s.616.962.432 2.054c-.216 1.265-1.416 1.86-1.416 1.86s.573-2.206-1.05-2.995c0 0 .336-.368.823-.595.713-.324 1.21-.324 1.21-.324z",
|
142
|
+
fill: y.fill
|
143
|
+
}), /*#__PURE__*/_jsx("path", {
|
144
|
+
d: "M13.52 5.504a.724.724 0 100-1.449.724.724 0 000 1.449z",
|
145
|
+
fill: z.fill
|
146
|
+
}), /*#__PURE__*/_jsx("path", {
|
147
|
+
d: "M13.357 5.169c.257 0 .465-.223.465-.498 0-.274-.208-.497-.465-.497s-.465.223-.465.497c0 .275.208.498.465.498z",
|
148
|
+
fill: A.fill
|
149
|
+
}), /*#__PURE__*/_jsx("path", {
|
150
|
+
d: "M13.681 4.423a.108.108 0 100-.217.108.108 0 000 .217z",
|
151
|
+
fill: "#fff"
|
152
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
153
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
154
|
+
gradientUnits: "userSpaceOnUse",
|
155
|
+
id: a.id,
|
156
|
+
x1: "14.07",
|
157
|
+
x2: "20.313",
|
158
|
+
y1: "18.852",
|
159
|
+
y2: "20.083",
|
160
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
161
|
+
offset: ".006",
|
162
|
+
stopColor: "#E8096A"
|
163
|
+
}), /*#__PURE__*/_jsx("stop", {
|
164
|
+
offset: "1",
|
165
|
+
stopColor: "#00AFFF"
|
166
|
+
})]
|
167
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
168
|
+
gradientUnits: "userSpaceOnUse",
|
169
|
+
id: c.id,
|
170
|
+
x1: "11.764",
|
171
|
+
x2: "3.911",
|
172
|
+
y1: "20.533",
|
173
|
+
y2: "1.932",
|
174
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
175
|
+
stopColor: "#412DF5"
|
176
|
+
}), /*#__PURE__*/_jsx("stop", {
|
177
|
+
offset: ".691",
|
178
|
+
stopColor: "#0606B6"
|
179
|
+
}), /*#__PURE__*/_jsx("stop", {
|
180
|
+
offset: "1",
|
181
|
+
stopColor: "#4B00B4"
|
182
|
+
})]
|
183
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
184
|
+
gradientUnits: "userSpaceOnUse",
|
185
|
+
id: d.id,
|
186
|
+
x1: "5.23",
|
187
|
+
x2: "8.449",
|
188
|
+
y1: "4.866",
|
189
|
+
y2: "4.518",
|
190
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
191
|
+
stopColor: "#E60030"
|
192
|
+
}), /*#__PURE__*/_jsx("stop", {
|
193
|
+
offset: "1",
|
194
|
+
stopColor: "#690040"
|
195
|
+
})]
|
196
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
197
|
+
gradientUnits: "userSpaceOnUse",
|
198
|
+
id: e.id,
|
199
|
+
x1: "5.359",
|
200
|
+
x2: "7.933",
|
201
|
+
y1: "6.753",
|
202
|
+
y2: "6.013",
|
203
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
204
|
+
stopColor: "#FF6500"
|
205
|
+
}), /*#__PURE__*/_jsx("stop", {
|
206
|
+
offset: "1",
|
207
|
+
stopColor: "#EE182C"
|
208
|
+
})]
|
209
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
210
|
+
gradientUnits: "userSpaceOnUse",
|
211
|
+
id: f.id,
|
212
|
+
x1: "5.528",
|
213
|
+
x2: "8.59",
|
214
|
+
y1: "8.108",
|
215
|
+
y2: "8.699",
|
216
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
217
|
+
stopColor: "#EA4D07"
|
218
|
+
}), /*#__PURE__*/_jsx("stop", {
|
219
|
+
offset: "1",
|
220
|
+
stopColor: "#C5171E"
|
221
|
+
})]
|
222
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
223
|
+
gradientUnits: "userSpaceOnUse",
|
224
|
+
id: g.id,
|
225
|
+
x1: "12.023",
|
226
|
+
x2: "7.057",
|
227
|
+
y1: "3.007",
|
228
|
+
y2: "18.02",
|
229
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
230
|
+
stopColor: "#0091FF"
|
231
|
+
}), /*#__PURE__*/_jsx("stop", {
|
232
|
+
offset: ".005",
|
233
|
+
stopColor: "#0292FC"
|
234
|
+
}), /*#__PURE__*/_jsx("stop", {
|
235
|
+
offset: ".126",
|
236
|
+
stopColor: "#37A5C2"
|
237
|
+
}), /*#__PURE__*/_jsx("stop", {
|
238
|
+
offset: ".249",
|
239
|
+
stopColor: "#65B58E"
|
240
|
+
}), /*#__PURE__*/_jsx("stop", {
|
241
|
+
offset: ".372",
|
242
|
+
stopColor: "#8CC363"
|
243
|
+
}), /*#__PURE__*/_jsx("stop", {
|
244
|
+
offset: ".496",
|
245
|
+
stopColor: "#ACCF3F"
|
246
|
+
}), /*#__PURE__*/_jsx("stop", {
|
247
|
+
offset: ".62",
|
248
|
+
stopColor: "#C4D823"
|
249
|
+
}), /*#__PURE__*/_jsx("stop", {
|
250
|
+
offset: ".745",
|
251
|
+
stopColor: "#D6DE10"
|
252
|
+
}), /*#__PURE__*/_jsx("stop", {
|
253
|
+
offset: ".871",
|
254
|
+
stopColor: "#E1E204"
|
255
|
+
}), /*#__PURE__*/_jsx("stop", {
|
256
|
+
offset: "1",
|
257
|
+
stopColor: "#E4E300"
|
258
|
+
})]
|
259
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
260
|
+
gradientUnits: "userSpaceOnUse",
|
261
|
+
id: h.id,
|
262
|
+
x1: "6.803",
|
263
|
+
x2: "13.616",
|
264
|
+
y1: "4.807",
|
265
|
+
y2: "18.4",
|
266
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
267
|
+
offset: ".006",
|
268
|
+
stopColor: "#DE003B"
|
269
|
+
}), /*#__PURE__*/_jsx("stop", {
|
270
|
+
offset: ".241",
|
271
|
+
stopColor: "#D976FF"
|
272
|
+
}), /*#__PURE__*/_jsx("stop", {
|
273
|
+
offset: "1",
|
274
|
+
stopColor: "#00A4EA"
|
275
|
+
})]
|
276
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
277
|
+
gradientUnits: "userSpaceOnUse",
|
278
|
+
id: l.id,
|
279
|
+
x1: "11.435",
|
280
|
+
x2: "12.609",
|
281
|
+
y1: "7.86",
|
282
|
+
y2: "16.15",
|
283
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
284
|
+
stopColor: "#FF9500"
|
285
|
+
}), /*#__PURE__*/_jsx("stop", {
|
286
|
+
offset: "1",
|
287
|
+
stopColor: "#F7FF2B"
|
288
|
+
})]
|
289
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
290
|
+
gradientUnits: "userSpaceOnUse",
|
291
|
+
id: m.id,
|
292
|
+
x1: "15.495",
|
293
|
+
x2: "10.596",
|
294
|
+
y1: "13.571",
|
295
|
+
y2: "8.476",
|
296
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
297
|
+
offset: ".207",
|
298
|
+
stopColor: "#FF8E00"
|
299
|
+
}), /*#__PURE__*/_jsx("stop", {
|
300
|
+
offset: "1",
|
301
|
+
stopColor: "#F41B56"
|
302
|
+
})]
|
303
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
304
|
+
gradientUnits: "userSpaceOnUse",
|
305
|
+
id: o.id,
|
306
|
+
x1: "12.031",
|
307
|
+
x2: "12.816",
|
308
|
+
y1: "7.438",
|
309
|
+
y2: "6.584",
|
310
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
311
|
+
stopColor: "#FFB41F"
|
312
|
+
}), /*#__PURE__*/_jsx("stop", {
|
313
|
+
offset: "1",
|
314
|
+
stopColor: "#F42A56"
|
315
|
+
})]
|
316
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
317
|
+
gradientUnits: "userSpaceOnUse",
|
318
|
+
id: p.id,
|
319
|
+
x1: "13.472",
|
320
|
+
x2: "14.931",
|
321
|
+
y1: "9.574",
|
322
|
+
y2: "6.928",
|
323
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
324
|
+
stopColor: "#FFB900"
|
325
|
+
}), /*#__PURE__*/_jsx("stop", {
|
326
|
+
offset: "1",
|
327
|
+
stopColor: "#F41880"
|
328
|
+
})]
|
329
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
330
|
+
gradientUnits: "userSpaceOnUse",
|
331
|
+
id: r.id,
|
332
|
+
x1: "8.686",
|
333
|
+
x2: "16.938",
|
334
|
+
y1: "2.816",
|
335
|
+
y2: "2.816",
|
336
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
337
|
+
stopColor: "#FF6500"
|
338
|
+
}), /*#__PURE__*/_jsx("stop", {
|
339
|
+
offset: "1",
|
340
|
+
stopColor: "#EE182C"
|
341
|
+
})]
|
342
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
343
|
+
gradientUnits: "userSpaceOnUse",
|
344
|
+
id: t.id,
|
345
|
+
x1: "10.556",
|
346
|
+
x2: "21.346",
|
347
|
+
y1: "21.192",
|
348
|
+
y2: "2.03",
|
349
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
350
|
+
stopColor: "#008DFF"
|
351
|
+
}), /*#__PURE__*/_jsx("stop", {
|
352
|
+
offset: ".181",
|
353
|
+
stopColor: "#331DEA"
|
354
|
+
}), /*#__PURE__*/_jsx("stop", {
|
355
|
+
offset: ".833",
|
356
|
+
stopColor: "#39C3FE"
|
357
|
+
}), /*#__PURE__*/_jsx("stop", {
|
358
|
+
offset: "1",
|
359
|
+
stopColor: "#60F5A9"
|
360
|
+
})]
|
361
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
362
|
+
gradientUnits: "userSpaceOnUse",
|
363
|
+
id: w.id,
|
364
|
+
x1: "14.947",
|
365
|
+
x2: "15.001",
|
366
|
+
y1: "2.631",
|
367
|
+
y2: "4.948",
|
368
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
369
|
+
stopColor: "#E60030"
|
370
|
+
}), /*#__PURE__*/_jsx("stop", {
|
371
|
+
offset: "1",
|
372
|
+
stopColor: "#690040"
|
373
|
+
})]
|
374
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
375
|
+
gradientUnits: "userSpaceOnUse",
|
376
|
+
id: x.id,
|
377
|
+
x1: "15.335",
|
378
|
+
x2: "15.426",
|
379
|
+
y1: "7.144",
|
380
|
+
y2: "5.699",
|
381
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
382
|
+
stopColor: "#FFD71F"
|
383
|
+
}), /*#__PURE__*/_jsx("stop", {
|
384
|
+
offset: "1",
|
385
|
+
stopColor: "#DD001B"
|
386
|
+
})]
|
387
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
388
|
+
gradientUnits: "userSpaceOnUse",
|
389
|
+
id: y.id,
|
390
|
+
x1: "15.25",
|
391
|
+
x2: "17.127",
|
392
|
+
y1: "6.472",
|
393
|
+
y2: "6.603",
|
394
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
395
|
+
offset: "0",
|
396
|
+
stopColor: "#FF4C00"
|
397
|
+
}), /*#__PURE__*/_jsx("stop", {
|
398
|
+
offset: "1",
|
399
|
+
stopColor: "#FFFF1E"
|
400
|
+
})]
|
401
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
402
|
+
cx: "0",
|
403
|
+
cy: "0",
|
404
|
+
gradientTransform: "rotate(5.75 -186.105 166.894) scale(6.42878)",
|
405
|
+
gradientUnits: "userSpaceOnUse",
|
406
|
+
id: b.id,
|
407
|
+
r: "1",
|
408
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
409
|
+
stopColor: "#00CAFF"
|
410
|
+
}), /*#__PURE__*/_jsx("stop", {
|
411
|
+
offset: "1",
|
412
|
+
stopColor: "#38E700"
|
413
|
+
})]
|
414
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
415
|
+
cx: "0",
|
416
|
+
cy: "0",
|
417
|
+
gradientTransform: "rotate(-6.338 87.254 -95.948) scale(11.4818)",
|
418
|
+
gradientUnits: "userSpaceOnUse",
|
419
|
+
id: i.id,
|
420
|
+
r: "1",
|
421
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
422
|
+
stopColor: "#00DFFF"
|
423
|
+
}), /*#__PURE__*/_jsx("stop", {
|
424
|
+
offset: "1",
|
425
|
+
stopColor: "#ABE700"
|
426
|
+
})]
|
427
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
428
|
+
cx: "0",
|
429
|
+
cy: "0",
|
430
|
+
gradientTransform: "rotate(-40.957 13.589 -11.156) scale(2.76891)",
|
431
|
+
gradientUnits: "userSpaceOnUse",
|
432
|
+
id: j.id,
|
433
|
+
r: "1",
|
434
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
435
|
+
stopColor: "#0068FF"
|
436
|
+
}), /*#__PURE__*/_jsx("stop", {
|
437
|
+
offset: "1",
|
438
|
+
stopColor: "#9CE830"
|
439
|
+
})]
|
440
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
441
|
+
cx: "0",
|
442
|
+
cy: "0",
|
443
|
+
gradientTransform: "translate(11.79 5.169) scale(2.91494)",
|
444
|
+
gradientUnits: "userSpaceOnUse",
|
445
|
+
id: k.id,
|
446
|
+
r: "1",
|
447
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
448
|
+
stopColor: "#008A43"
|
449
|
+
}), /*#__PURE__*/_jsx("stop", {
|
450
|
+
offset: "1",
|
451
|
+
stopColor: "#A3E830"
|
452
|
+
})]
|
453
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
454
|
+
cx: "0",
|
455
|
+
cy: "0",
|
456
|
+
gradientTransform: "translate(13.404 4.87) scale(2.39805)",
|
457
|
+
gradientUnits: "userSpaceOnUse",
|
458
|
+
id: n.id,
|
459
|
+
r: "1",
|
460
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
461
|
+
stopColor: "red"
|
462
|
+
}), /*#__PURE__*/_jsx("stop", {
|
463
|
+
offset: "1",
|
464
|
+
stopColor: "#FF0"
|
465
|
+
})]
|
466
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
467
|
+
cx: "0",
|
468
|
+
cy: "0",
|
469
|
+
gradientTransform: "rotate(-9.492 18.79 -57.53) scale(3.31553)",
|
470
|
+
gradientUnits: "userSpaceOnUse",
|
471
|
+
id: q.id,
|
472
|
+
r: "1",
|
473
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
474
|
+
offset: ".001",
|
475
|
+
stopColor: "#72003F"
|
476
|
+
}), /*#__PURE__*/_jsx("stop", {
|
477
|
+
offset: "1",
|
478
|
+
stopColor: "#CA1D67"
|
479
|
+
})]
|
480
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
481
|
+
cx: "0",
|
482
|
+
cy: "0",
|
483
|
+
gradientTransform: "translate(13.777 4.91) scale(1.18046)",
|
484
|
+
gradientUnits: "userSpaceOnUse",
|
485
|
+
id: s.id,
|
486
|
+
r: "1",
|
487
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
488
|
+
offset: "0",
|
489
|
+
stopColor: "#D1DEE7"
|
490
|
+
}), /*#__PURE__*/_jsx("stop", {
|
491
|
+
offset: "1",
|
492
|
+
stopColor: "#fff"
|
493
|
+
})]
|
494
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
495
|
+
cx: "0",
|
496
|
+
cy: "0",
|
497
|
+
gradientTransform: "rotate(-156.16 9.63 6.572) scale(2.7555 7.64116)",
|
498
|
+
gradientUnits: "userSpaceOnUse",
|
499
|
+
id: u.id,
|
500
|
+
r: "1",
|
501
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
502
|
+
offset: ".001",
|
503
|
+
stopColor: "#7F06FB"
|
504
|
+
}), /*#__PURE__*/_jsx("stop", {
|
505
|
+
offset: "1",
|
506
|
+
stopColor: "#7A10FB",
|
507
|
+
stopOpacity: "0"
|
508
|
+
})]
|
509
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
510
|
+
cx: "0",
|
511
|
+
cy: "0",
|
512
|
+
gradientTransform: "translate(7.1 2.821) scale(8.64049)",
|
513
|
+
gradientUnits: "userSpaceOnUse",
|
514
|
+
id: v.id,
|
515
|
+
r: "1",
|
516
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
517
|
+
offset: ".001",
|
518
|
+
stopColor: "#FF0042"
|
519
|
+
}), /*#__PURE__*/_jsx("stop", {
|
520
|
+
offset: ".422",
|
521
|
+
stopColor: "#0068FF"
|
522
|
+
}), /*#__PURE__*/_jsx("stop", {
|
523
|
+
offset: ".659",
|
524
|
+
stopColor: "#1877E2"
|
525
|
+
}), /*#__PURE__*/_jsx("stop", {
|
526
|
+
offset: "1",
|
527
|
+
stopColor: "#4EEFBE"
|
528
|
+
})]
|
529
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
530
|
+
cx: "0",
|
531
|
+
cy: "0",
|
532
|
+
gradientTransform: "matrix(.9051 0 0 .9051 13.173 4.8)",
|
533
|
+
gradientUnits: "userSpaceOnUse",
|
534
|
+
id: z.id,
|
535
|
+
r: "1",
|
536
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
537
|
+
stopColor: "#FF9100"
|
538
|
+
}), /*#__PURE__*/_jsx("stop", {
|
539
|
+
offset: ".226",
|
540
|
+
stopColor: "#FF9500"
|
541
|
+
}), /*#__PURE__*/_jsx("stop", {
|
542
|
+
offset: ".443",
|
543
|
+
stopColor: "#FEA000"
|
544
|
+
}), /*#__PURE__*/_jsx("stop", {
|
545
|
+
offset: ".657",
|
546
|
+
stopColor: "#FCB400"
|
547
|
+
}), /*#__PURE__*/_jsx("stop", {
|
548
|
+
offset: ".867",
|
549
|
+
stopColor: "#F9CF00"
|
550
|
+
}), /*#__PURE__*/_jsx("stop", {
|
551
|
+
offset: "1",
|
552
|
+
stopColor: "#F7E400"
|
553
|
+
})]
|
554
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
555
|
+
cx: "0",
|
556
|
+
cy: "0",
|
557
|
+
gradientTransform: "matrix(.97336 0 0 .97336 13.13 4.64)",
|
558
|
+
gradientUnits: "userSpaceOnUse",
|
559
|
+
id: A.id,
|
560
|
+
r: "1",
|
561
|
+
children: [/*#__PURE__*/_jsx("stop", {}), /*#__PURE__*/_jsx("stop", {
|
562
|
+
offset: ".092",
|
563
|
+
stopColor: "#000004"
|
564
|
+
}), /*#__PURE__*/_jsx("stop", {
|
565
|
+
offset: ".177",
|
566
|
+
stopColor: "#01000F"
|
567
|
+
}), /*#__PURE__*/_jsx("stop", {
|
568
|
+
offset: ".258",
|
569
|
+
stopColor: "#020021"
|
570
|
+
}), /*#__PURE__*/_jsx("stop", {
|
571
|
+
offset: ".338",
|
572
|
+
stopColor: "#03003C"
|
573
|
+
}), /*#__PURE__*/_jsx("stop", {
|
574
|
+
offset: ".417",
|
575
|
+
stopColor: "#05005D"
|
576
|
+
}), /*#__PURE__*/_jsx("stop", {
|
577
|
+
offset: ".494",
|
578
|
+
stopColor: "#080087"
|
579
|
+
}), /*#__PURE__*/_jsx("stop", {
|
580
|
+
offset: ".571",
|
581
|
+
stopColor: "#0A00B8"
|
582
|
+
}), /*#__PURE__*/_jsx("stop", {
|
583
|
+
offset: ".645",
|
584
|
+
stopColor: "#0E00F0"
|
585
|
+
}), /*#__PURE__*/_jsx("stop", {
|
586
|
+
offset: ".654",
|
587
|
+
stopColor: "#0E00F7"
|
588
|
+
})]
|
589
|
+
})]
|
590
|
+
})]
|
591
|
+
}));
|
592
|
+
});
|
593
|
+
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,30 @@
|
|
1
|
+
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); }
|
2
|
+
var _excluded = ["type"];
|
3
|
+
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; }
|
4
|
+
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; }
|
5
|
+
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; }
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
7
|
+
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); }
|
8
|
+
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; }
|
9
|
+
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; }
|
10
|
+
import { memo } from 'react';
|
11
|
+
import IconCombine from "../../features/IconCombine";
|
12
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
|
13
|
+
import Color from "./Color";
|
14
|
+
import Mono from "./Mono";
|
15
|
+
import Text from "./Text";
|
16
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
17
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
18
|
+
var _ref$type = _ref.type,
|
19
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
var Icon = type === 'color' ? Color : Mono;
|
22
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
23
|
+
Icon: Icon,
|
24
|
+
Text: Text,
|
25
|
+
"aria-label": TITLE,
|
26
|
+
spaceMultiple: SPACE_MULTIPLE,
|
27
|
+
textMultiple: TEXT_MULTIPLE
|
28
|
+
}, rest));
|
29
|
+
});
|
30
|
+
export default Combine;
|