@lobehub/icons 1.40.0 → 1.42.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 +260 -3
- package/es/Ai360/style.d.ts +1 -1
- package/es/Ai360/style.js +1 -1
- package/es/AiMass/style.d.ts +1 -1
- package/es/AiMass/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/features/index.d.ts +9 -0
- package/es/features/index.js +9 -0
- package/es/icons.d.ts +93 -0
- package/es/icons.js +93 -0
- package/es/index.d.ts +2 -96
- package/es/index.js +3 -96
- package/package.json +9 -4
@@ -0,0 +1,475 @@
|
|
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, 17),
|
27
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 17),
|
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
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
46
|
+
height: size,
|
47
|
+
ref: ref,
|
48
|
+
style: _objectSpread({
|
49
|
+
flex: 'none',
|
50
|
+
lineHeight: 1
|
51
|
+
}, style),
|
52
|
+
viewBox: "0 0 24 24",
|
53
|
+
width: size,
|
54
|
+
xmlns: "http://www.w3.org/2000/svg"
|
55
|
+
}, rest), {}, {
|
56
|
+
children: [/*#__PURE__*/_jsx("title", {
|
57
|
+
children: TITLE
|
58
|
+
}), /*#__PURE__*/_jsx("path", {
|
59
|
+
d: "M14.538 22.388H9.406a.306.306 0 01-.268-.146L.056 2.335a.329.329 0 01.268-.512h5.132c.11 0 .207.049.268.146l9.082 19.895c.146.232-.012.524-.268.524z",
|
60
|
+
fill: a.fill
|
61
|
+
}), /*#__PURE__*/_jsx("path", {
|
62
|
+
d: "M23.705 1.835H18.5a.281.281 0 00-.244.134L9.138 21.925a.298.298 0 00.243.463h5.206a.281.281 0 00.244-.134l9.118-19.956a.298.298 0 00-.244-.463z",
|
63
|
+
fill: b.fill
|
64
|
+
}), /*#__PURE__*/_jsx("path", {
|
65
|
+
d: "M21.596 2.932c-.878-.048-1.853.525-3.267 2.231-.329.403-1.572.403-1.414 1.256.744 4.218-3.157 13.056-2.292 13.104.866.05 3.06-1.62 3.828-2.596.768-.975 1.28-1.78 1.877-2.987.598-1.207 1.207-2.95 1.744-4.827.536-1.877.56-3.73.597-4.779.024-.317-.195-1.353-1.073-1.402z",
|
66
|
+
fill: "#191935"
|
67
|
+
}), /*#__PURE__*/_jsx("path", {
|
68
|
+
d: "M18.012 6.017c-.207-1.134-1.085-3.426-1.682-4.157-.597-.732-1.17-1.073-2.109-.72-.512.195-1.719.89-2.597 3.572-.28.853-.743 1.28-1.158 1.853-.414.56-1.072 1.341-1.072 2.414 0 1.085.438 1.999 1.036 2.694.597.695 3.145 2.743 3.681 3.303.549.561 2.036 2.048 2.426 2.719l.39.67s.732-1.694.963-2.243c.232-.536.659-3.389.695-5.01.037-1.61-.427-4.279-.573-5.095z",
|
69
|
+
fill: "#000"
|
70
|
+
}), /*#__PURE__*/_jsx("path", {
|
71
|
+
d: "M14.952 20.474c-.097.049-.158-.232.171-.707.33-.475.987-1.39 1.512-1.792C17.17 17.573 18.5 16.5 19 16.39c.5-.11.5.33.256.512-.464.354-.549.269-1.134.805-.585.536-1.305.817-1.743 1.219-.44.402-1.158 1.402-1.427 1.548z",
|
72
|
+
fill: "#000"
|
73
|
+
}), /*#__PURE__*/_jsx("path", {
|
74
|
+
d: "M10.174 12.392c-1.524-.439-3.999-.926-4.937 2.548 0 0-.67.292-1.17 1.438-.805 1.841.963 6.754 6.192 5.474 2.487-.61 4.56-1.926 5.169-2.524.926-.902 1.524-.95 1.524-.95-.415-1.317-3.39-4.999-6.778-5.986zM18.963 16.732c.5-.463 1.146-1.158 1.426-1.646.28-.487.561-1.17.61-1.365.049-.195-.073-.805.22-.768.292.036.109.512-.013.744-.17.304-.378.78-.512 1.109-.134.341-.622.95-1 1.39-.39.438-.768.743-.768.743l.037-.207z",
|
75
|
+
fill: "#000"
|
76
|
+
}), /*#__PURE__*/_jsx("path", {
|
77
|
+
d: "M18.817 16.89s.621-.366 1.121-.719c.5-.354 1.512-1.268 1.756-1.597.256-.33.292-.634.426-.56.232.146-.158.487-.317.645-.17.159-.743.72-1.182 1.085-.451.366-1.61 1.207-1.804 1.146z",
|
78
|
+
fill: "#000"
|
79
|
+
}), /*#__PURE__*/_jsx("path", {
|
80
|
+
d: "M17.256 17.183c.013.049.05.085.05.024.109-1.06.535-2.316.548-5.412.012-3.28 0-4.779-2.39-5.388-.158-.037-.304 0-.28.158.061.366.89 2.17 1.304 4.535.5 2.913.67 5.595.768 6.083z",
|
81
|
+
fill: c.fill
|
82
|
+
}), /*#__PURE__*/_jsx("path", {
|
83
|
+
d: "M6.907 15.72c-.817.232 1.146.634 3.023 1 1.28.256 5.315.877 6.68.95.025 0 .037-.036.012-.048-1.365-.89-4.388-2.829-5.254-2.829-1.56-.012-3.852.756-4.461.927z",
|
84
|
+
fill: d.fill
|
85
|
+
}), /*#__PURE__*/_jsx("path", {
|
86
|
+
d: "M11.588 9.393s.646 1.353 1.658 2.195c.877.719 1.646 1.182 1.926 1.523.963 1.134 1.34 3.121 1.816 4.06.073.134-3.498-3.401-5.315-6.425-.414-.694-.195-1.536-.085-1.353z",
|
87
|
+
fill: e.fill
|
88
|
+
}), /*#__PURE__*/_jsx("path", {
|
89
|
+
d: "M13.88 3.457c.378-.074 1.377.5 1.377.792 0 .134-1.438-.134-1.682-.256-.33-.17.06-.488.305-.536z",
|
90
|
+
fill: f.fill
|
91
|
+
}), /*#__PURE__*/_jsx("path", {
|
92
|
+
d: "M13.221 4.505c.183-.159.951.012 1.098.146.146.159-.756.256-1.049.293-.256.024-.231-.28-.049-.44z",
|
93
|
+
fill: g.fill
|
94
|
+
}), /*#__PURE__*/_jsx("path", {
|
95
|
+
d: "M14.99 2.14c.56.049 1.681 1.694 1.438 1.89-.134.097-1.878-.976-2.134-1.28-.22-.269.268-.647.695-.61z",
|
96
|
+
fill: h.fill
|
97
|
+
}), /*#__PURE__*/_jsx("path", {
|
98
|
+
d: "M20.56 4.688c.28.036.841.658.78.878-.024.097-.975-.427-1.121-.573-.195-.208.158-.33.34-.305z",
|
99
|
+
fill: i.fill
|
100
|
+
}), /*#__PURE__*/_jsx("path", {
|
101
|
+
d: "M19.853 5.334c.134-.085.683.22.695.366.012.122-.537-.013-.756-.05-.183-.024-.085-.219.06-.316z",
|
102
|
+
fill: j.fill
|
103
|
+
}), /*#__PURE__*/_jsx("path", {
|
104
|
+
d: "M21.486 4.017c.39.159.72 1.256.598 1.366-.134.121-1.11-.817-1.22-1.085-.097-.232.33-.39.622-.28z",
|
105
|
+
fill: k.fill
|
106
|
+
}), /*#__PURE__*/_jsx("path", {
|
107
|
+
d: "M16.074 13.27c-.122-.61-.317-3.133-.95-4.645-.464-1.097-1.72-3.133-1.976-2.438-.378 1.024-1.231 1.975-.938 2.73.292.757 1.28 1.793 2.023 2.439.72.634 1.853 1.975 1.84 1.914z",
|
108
|
+
fill: l.fill
|
109
|
+
}), /*#__PURE__*/_jsx("path", {
|
110
|
+
d: "M9.26 17.256c-.963-.134-2.438-.439-3.353-.622-.573-.11.098 1.475.878 1.89.67.353 3.694.158 5.693-.037 1.658-.17 4.193-.61 3.328-.621a62.933 62.933 0 01-6.546-.61z",
|
111
|
+
fill: m.fill
|
112
|
+
}), /*#__PURE__*/_jsx("path", {
|
113
|
+
d: "M16.025 18.268c.049-.025.11-.122.073-.098-.743.244-3.486 1-6.485 1.329-2.292.244-2.78.049-3.047.17-.317.135.56 1.33 2.523 1.22 2.243-.134 5.656-1.792 6.936-2.621z",
|
114
|
+
fill: n.fill
|
115
|
+
}), /*#__PURE__*/_jsx("path", {
|
116
|
+
d: "M7.114 14.586c-.146 0-.146-.426.33-.634 0 0 .536-.682 1.608-.475.744.146 1.926.817 1.768.78-.56-.134-2.999.33-3.706.33z",
|
117
|
+
fill: o.fill
|
118
|
+
}), /*#__PURE__*/_jsx("path", {
|
119
|
+
d: "M17.976 16.707c0-.048.475-.792 1.097-4.096.39-2.047.292-3.852.231-4.205-.036-.256.841.256.854 1.219.012.695-.147 3.474-1.402 5.973-.512 1.036-.78 1.17-.78 1.11z",
|
120
|
+
fill: p.fill
|
121
|
+
}), /*#__PURE__*/_jsx("path", {
|
122
|
+
d: "M19.792 14.135c-.012.025-.061.013-.049-.012.256-.56.951-2.95 1.097-4.766.061-.707.061-1.28.147-1.463.085-.22.621-.83.743-.902.256-.146.134 1.353-.439 3.218-.341 1.158-1.048 3.133-1.499 3.925z",
|
123
|
+
fill: q.fill
|
124
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
125
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
126
|
+
gradientUnits: "userSpaceOnUse",
|
127
|
+
id: a.id,
|
128
|
+
x1: "2.173",
|
129
|
+
x2: "11.524",
|
130
|
+
y1: "3.299",
|
131
|
+
y2: "18.97",
|
132
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
133
|
+
stopColor: "#19D46A"
|
134
|
+
}), /*#__PURE__*/_jsx("stop", {
|
135
|
+
offset: "1",
|
136
|
+
stopColor: "#0D00B5"
|
137
|
+
})]
|
138
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
139
|
+
gradientUnits: "userSpaceOnUse",
|
140
|
+
id: b.id,
|
141
|
+
x1: "12.793",
|
142
|
+
x2: "19.332",
|
143
|
+
y1: "20.54",
|
144
|
+
y2: "5.839",
|
145
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
146
|
+
offset: "0",
|
147
|
+
stopColor: "#D70066"
|
148
|
+
}), /*#__PURE__*/_jsx("stop", {
|
149
|
+
offset: "1",
|
150
|
+
stopColor: "#0D00B5"
|
151
|
+
})]
|
152
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
153
|
+
gradientUnits: "userSpaceOnUse",
|
154
|
+
id: c.id,
|
155
|
+
x1: "16.291",
|
156
|
+
x2: "17.794",
|
157
|
+
y1: "6.499",
|
158
|
+
y2: "17.251",
|
159
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
160
|
+
stopColor: "#8890F4"
|
161
|
+
}), /*#__PURE__*/_jsx("stop", {
|
162
|
+
offset: ".283",
|
163
|
+
stopColor: "#FFCFFD"
|
164
|
+
}), /*#__PURE__*/_jsx("stop", {
|
165
|
+
offset: ".606",
|
166
|
+
stopColor: "#F4F0FE"
|
167
|
+
}), /*#__PURE__*/_jsx("stop", {
|
168
|
+
offset: ".734",
|
169
|
+
stopColor: "#EFFFFF"
|
170
|
+
}), /*#__PURE__*/_jsx("stop", {
|
171
|
+
offset: "1",
|
172
|
+
stopColor: "#75D9DD"
|
173
|
+
})]
|
174
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
175
|
+
gradientUnits: "userSpaceOnUse",
|
176
|
+
id: d.id,
|
177
|
+
x1: "6.141",
|
178
|
+
x2: "17.226",
|
179
|
+
y1: "14.567",
|
180
|
+
y2: "17.611",
|
181
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
182
|
+
offset: ".005",
|
183
|
+
stopColor: "#6F69F4"
|
184
|
+
}), /*#__PURE__*/_jsx("stop", {
|
185
|
+
offset: ".415",
|
186
|
+
stopColor: "#FFCEAD"
|
187
|
+
}), /*#__PURE__*/_jsx("stop", {
|
188
|
+
offset: ".596",
|
189
|
+
stopColor: "#EFEFB9"
|
190
|
+
}), /*#__PURE__*/_jsx("stop", {
|
191
|
+
offset: ".673",
|
192
|
+
stopColor: "#E7FFBF"
|
193
|
+
}), /*#__PURE__*/_jsx("stop", {
|
194
|
+
offset: "1",
|
195
|
+
stopColor: "#75D9DD"
|
196
|
+
})]
|
197
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
198
|
+
gradientUnits: "userSpaceOnUse",
|
199
|
+
id: e.id,
|
200
|
+
x1: "10.787",
|
201
|
+
x2: "18.484",
|
202
|
+
y1: "8.975",
|
203
|
+
y2: "18.179",
|
204
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
205
|
+
offset: ".005",
|
206
|
+
stopColor: "#6F69F4"
|
207
|
+
}), /*#__PURE__*/_jsx("stop", {
|
208
|
+
offset: ".382",
|
209
|
+
stopColor: "#FFAFFF"
|
210
|
+
}), /*#__PURE__*/_jsx("stop", {
|
211
|
+
offset: ".513",
|
212
|
+
stopColor: "#F5D1E4"
|
213
|
+
}), /*#__PURE__*/_jsx("stop", {
|
214
|
+
offset: ".673",
|
215
|
+
stopColor: "#E7FFBF"
|
216
|
+
}), /*#__PURE__*/_jsx("stop", {
|
217
|
+
offset: ".972",
|
218
|
+
stopColor: "#75D9DD"
|
219
|
+
})]
|
220
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
221
|
+
gradientUnits: "userSpaceOnUse",
|
222
|
+
id: f.id,
|
223
|
+
x1: "15.002",
|
224
|
+
x2: "14.323",
|
225
|
+
y1: "4.818",
|
226
|
+
y2: "3.993",
|
227
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
228
|
+
stopColor: "#FFA2FF"
|
229
|
+
}), /*#__PURE__*/_jsx("stop", {
|
230
|
+
offset: ".557",
|
231
|
+
stopColor: "#FFFFB0"
|
232
|
+
}), /*#__PURE__*/_jsx("stop", {
|
233
|
+
offset: ".713",
|
234
|
+
stopColor: "#DDFFCA"
|
235
|
+
}), /*#__PURE__*/_jsx("stop", {
|
236
|
+
offset: "1",
|
237
|
+
stopColor: "#97FFFF"
|
238
|
+
})]
|
239
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
240
|
+
gradientUnits: "userSpaceOnUse",
|
241
|
+
id: g.id,
|
242
|
+
x1: "14.063",
|
243
|
+
x2: "13.455",
|
244
|
+
y1: "5.228",
|
245
|
+
y2: "4.443",
|
246
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
247
|
+
stopColor: "#FFA2FF"
|
248
|
+
}), /*#__PURE__*/_jsx("stop", {
|
249
|
+
offset: ".557",
|
250
|
+
stopColor: "#FFFFB0"
|
251
|
+
}), /*#__PURE__*/_jsx("stop", {
|
252
|
+
offset: ".713",
|
253
|
+
stopColor: "#DDFFCA"
|
254
|
+
}), /*#__PURE__*/_jsx("stop", {
|
255
|
+
offset: "1",
|
256
|
+
stopColor: "#97FFFF"
|
257
|
+
})]
|
258
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
259
|
+
gradientUnits: "userSpaceOnUse",
|
260
|
+
id: h.id,
|
261
|
+
x1: "16.294",
|
262
|
+
x2: "15.351",
|
263
|
+
y1: "4.635",
|
264
|
+
y2: "3.192",
|
265
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
266
|
+
stopColor: "#FFA2FF"
|
267
|
+
}), /*#__PURE__*/_jsx("stop", {
|
268
|
+
offset: ".557",
|
269
|
+
stopColor: "#FFFFB0"
|
270
|
+
}), /*#__PURE__*/_jsx("stop", {
|
271
|
+
offset: ".713",
|
272
|
+
stopColor: "#DDFFCA"
|
273
|
+
}), /*#__PURE__*/_jsx("stop", {
|
274
|
+
offset: "1",
|
275
|
+
stopColor: "#97FFFF"
|
276
|
+
})]
|
277
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
278
|
+
gradientUnits: "userSpaceOnUse",
|
279
|
+
id: i.id,
|
280
|
+
x1: "21.017",
|
281
|
+
x2: "20.742",
|
282
|
+
y1: "5.909",
|
283
|
+
y2: "5.173",
|
284
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
285
|
+
stopColor: "#FFA2FF"
|
286
|
+
}), /*#__PURE__*/_jsx("stop", {
|
287
|
+
offset: ".557",
|
288
|
+
stopColor: "#FFFFB0"
|
289
|
+
}), /*#__PURE__*/_jsx("stop", {
|
290
|
+
offset: ".713",
|
291
|
+
stopColor: "#DDFFCA"
|
292
|
+
}), /*#__PURE__*/_jsx("stop", {
|
293
|
+
offset: "1",
|
294
|
+
stopColor: "#97FFFF"
|
295
|
+
})]
|
296
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
297
|
+
gradientUnits: "userSpaceOnUse",
|
298
|
+
id: j.id,
|
299
|
+
x1: "20.281",
|
300
|
+
x2: "20.002",
|
301
|
+
y1: "6.032",
|
302
|
+
y2: "5.346",
|
303
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
304
|
+
stopColor: "#FFA2FF"
|
305
|
+
}), /*#__PURE__*/_jsx("stop", {
|
306
|
+
offset: ".557",
|
307
|
+
stopColor: "#FFFFB0"
|
308
|
+
}), /*#__PURE__*/_jsx("stop", {
|
309
|
+
offset: ".713",
|
310
|
+
stopColor: "#DDFFCA"
|
311
|
+
}), /*#__PURE__*/_jsx("stop", {
|
312
|
+
offset: "1",
|
313
|
+
stopColor: "#97FFFF"
|
314
|
+
})]
|
315
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
316
|
+
gradientUnits: "userSpaceOnUse",
|
317
|
+
id: k.id,
|
318
|
+
x1: "21.792",
|
319
|
+
x2: "21.483",
|
320
|
+
y1: "5.765",
|
321
|
+
y2: "4.716",
|
322
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
323
|
+
stopColor: "#FFA2FF"
|
324
|
+
}), /*#__PURE__*/_jsx("stop", {
|
325
|
+
offset: ".557",
|
326
|
+
stopColor: "#FFFFB0"
|
327
|
+
}), /*#__PURE__*/_jsx("stop", {
|
328
|
+
offset: ".713",
|
329
|
+
stopColor: "#DDFFCA"
|
330
|
+
}), /*#__PURE__*/_jsx("stop", {
|
331
|
+
offset: "1",
|
332
|
+
stopColor: "#97FFFF"
|
333
|
+
})]
|
334
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
335
|
+
gradientUnits: "userSpaceOnUse",
|
336
|
+
id: l.id,
|
337
|
+
x1: "16.535",
|
338
|
+
x2: "12.379",
|
339
|
+
y1: "11.909",
|
340
|
+
y2: "7.067",
|
341
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
342
|
+
offset: ".005",
|
343
|
+
stopColor: "#6F69F4"
|
344
|
+
}), /*#__PURE__*/_jsx("stop", {
|
345
|
+
offset: ".329",
|
346
|
+
stopColor: "#FFD9AD"
|
347
|
+
}), /*#__PURE__*/_jsx("stop", {
|
348
|
+
offset: ".635",
|
349
|
+
stopColor: "#EAFABD"
|
350
|
+
}), /*#__PURE__*/_jsx("stop", {
|
351
|
+
offset: ".673",
|
352
|
+
stopColor: "#E7FFBF"
|
353
|
+
}), /*#__PURE__*/_jsx("stop", {
|
354
|
+
offset: "1",
|
355
|
+
stopColor: "#75D9DD"
|
356
|
+
})]
|
357
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
358
|
+
gradientUnits: "userSpaceOnUse",
|
359
|
+
id: m.id,
|
360
|
+
x1: "16.238",
|
361
|
+
x2: "5.74",
|
362
|
+
y1: "18.125",
|
363
|
+
y2: "17.604",
|
364
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
365
|
+
offset: ".005",
|
366
|
+
stopColor: "#6F69F4"
|
367
|
+
}), /*#__PURE__*/_jsx("stop", {
|
368
|
+
offset: ".33",
|
369
|
+
stopColor: "#FFECEC"
|
370
|
+
}), /*#__PURE__*/_jsx("stop", {
|
371
|
+
offset: ".591",
|
372
|
+
stopColor: "#EDFACB"
|
373
|
+
}), /*#__PURE__*/_jsx("stop", {
|
374
|
+
offset: ".673",
|
375
|
+
stopColor: "#E7FFBF"
|
376
|
+
}), /*#__PURE__*/_jsx("stop", {
|
377
|
+
offset: ".972",
|
378
|
+
stopColor: "#75D9DD"
|
379
|
+
})]
|
380
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
381
|
+
gradientUnits: "userSpaceOnUse",
|
382
|
+
id: n.id,
|
383
|
+
x1: "6.495",
|
384
|
+
x2: "16.17",
|
385
|
+
y1: "19.842",
|
386
|
+
y2: "19.331",
|
387
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
388
|
+
offset: ".005",
|
389
|
+
stopColor: "#6F69F4"
|
390
|
+
}), /*#__PURE__*/_jsx("stop", {
|
391
|
+
offset: ".33",
|
392
|
+
stopColor: "#FFECEC"
|
393
|
+
}), /*#__PURE__*/_jsx("stop", {
|
394
|
+
offset: ".591",
|
395
|
+
stopColor: "#EDFACB"
|
396
|
+
}), /*#__PURE__*/_jsx("stop", {
|
397
|
+
offset: ".673",
|
398
|
+
stopColor: "#E7FFBF"
|
399
|
+
}), /*#__PURE__*/_jsx("stop", {
|
400
|
+
offset: ".972",
|
401
|
+
stopColor: "#75D9DD"
|
402
|
+
})]
|
403
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
404
|
+
gradientUnits: "userSpaceOnUse",
|
405
|
+
id: o.id,
|
406
|
+
x1: "14.758",
|
407
|
+
x2: "6.674",
|
408
|
+
y1: "15.723",
|
409
|
+
y2: "13.663",
|
410
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
411
|
+
offset: ".005",
|
412
|
+
stopColor: "#6F69F4"
|
413
|
+
}), /*#__PURE__*/_jsx("stop", {
|
414
|
+
offset: ".601",
|
415
|
+
stopColor: "#FFCEAD"
|
416
|
+
}), /*#__PURE__*/_jsx("stop", {
|
417
|
+
offset: ".707",
|
418
|
+
stopColor: "#EFEFB9"
|
419
|
+
}), /*#__PURE__*/_jsx("stop", {
|
420
|
+
offset: ".752",
|
421
|
+
stopColor: "#E7FFBF"
|
422
|
+
}), /*#__PURE__*/_jsx("stop", {
|
423
|
+
offset: ".976",
|
424
|
+
stopColor: "#75D9DD"
|
425
|
+
})]
|
426
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
427
|
+
gradientUnits: "userSpaceOnUse",
|
428
|
+
id: p.id,
|
429
|
+
x1: "19.991",
|
430
|
+
x2: "18.135",
|
431
|
+
y1: "8.304",
|
432
|
+
y2: "17.695",
|
433
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
434
|
+
stopColor: "#8890F4"
|
435
|
+
}), /*#__PURE__*/_jsx("stop", {
|
436
|
+
offset: ".425",
|
437
|
+
stopColor: "#FFB8FD"
|
438
|
+
}), /*#__PURE__*/_jsx("stop", {
|
439
|
+
offset: ".549",
|
440
|
+
stopColor: "#F4D9FE"
|
441
|
+
}), /*#__PURE__*/_jsx("stop", {
|
442
|
+
offset: ".673",
|
443
|
+
stopColor: "#E7FFFF"
|
444
|
+
}), /*#__PURE__*/_jsx("stop", {
|
445
|
+
offset: "1",
|
446
|
+
stopColor: "#75D9DD"
|
447
|
+
})]
|
448
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
449
|
+
gradientUnits: "userSpaceOnUse",
|
450
|
+
id: q.id,
|
451
|
+
x1: "19.82",
|
452
|
+
x2: "21.593",
|
453
|
+
y1: "13.96",
|
454
|
+
y2: "7.421",
|
455
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
456
|
+
offset: ".005",
|
457
|
+
stopColor: "#6F69F4"
|
458
|
+
}), /*#__PURE__*/_jsx("stop", {
|
459
|
+
offset: ".329",
|
460
|
+
stopColor: "#FFCEAD"
|
461
|
+
}), /*#__PURE__*/_jsx("stop", {
|
462
|
+
offset: ".571",
|
463
|
+
stopColor: "#EFEFB9"
|
464
|
+
}), /*#__PURE__*/_jsx("stop", {
|
465
|
+
offset: ".673",
|
466
|
+
stopColor: "#E7FFBF"
|
467
|
+
}), /*#__PURE__*/_jsx("stop", {
|
468
|
+
offset: "1",
|
469
|
+
stopColor: "#75D9DD"
|
470
|
+
})]
|
471
|
+
})]
|
472
|
+
})]
|
473
|
+
}));
|
474
|
+
});
|
475
|
+
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;
|
@@ -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 = ["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 _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 { forwardRef } from 'react';
|
11
|
+
import Color from "./Color";
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
13
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
14
|
+
var _ref$size = _ref.size,
|
15
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
16
|
+
style = _ref.style,
|
17
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
18
|
+
return /*#__PURE__*/_jsx(Color, _objectSpread({
|
19
|
+
ref: ref,
|
20
|
+
size: size,
|
21
|
+
style: _objectSpread({
|
22
|
+
filter: 'grayscale(100%)'
|
23
|
+
}, style)
|
24
|
+
}, rest));
|
25
|
+
});
|
26
|
+
export default Icon;
|
@@ -0,0 +1,39 @@
|
|
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 _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 { forwardRef } from 'react';
|
11
|
+
import { TITLE } from "../style";
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
13
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
14
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
15
|
+
var _ref$size = _ref.size,
|
16
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
17
|
+
style = _ref.style,
|
18
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
19
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
20
|
+
fill: "currentColor",
|
21
|
+
fillRule: "evenodd",
|
22
|
+
height: size,
|
23
|
+
ref: ref,
|
24
|
+
style: _objectSpread({
|
25
|
+
flex: 'none',
|
26
|
+
lineHeight: 1
|
27
|
+
}, style),
|
28
|
+
viewBox: "0 0 103 24",
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
30
|
+
}, rest), {}, {
|
31
|
+
children: [/*#__PURE__*/_jsx("title", {
|
32
|
+
children: TITLE
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
34
|
+
clipRule: "evenodd",
|
35
|
+
d: "M57.806 3.85c-.417-.415-.604-.957-.604-1.602 0-.666.208-1.207.604-1.624.416-.416.916-.624 1.56-.624.646 0 1.146.208 1.562.624.396.417.604.958.604 1.624 0 .625-.208 1.166-.604 1.582-.416.437-.916.645-1.561.645-.645 0-1.145-.208-1.561-.624zm-.437 14.988a.267.267 0 01-.084-.208V5.974c0-.083.021-.167.084-.229a.267.267 0 01.208-.083h3.538c.084 0 .146.02.209.083.062.062.083.125.083.229V18.63c0 .083-.021.166-.083.208a.267.267 0 01-.209.083h-3.538a.267.267 0 01-.208-.083zM2.833 16.069c.54.979 1.332 1.728 2.33 2.27 1 .52 2.166.79 3.498.79 1.332 0 2.498-.25 3.497-.75.999-.499 1.77-1.227 2.331-2.143.562-.916.833-1.998.833-3.206 0-.083-.021-.145-.083-.187a.267.267 0 00-.209-.083l-3.538-.188c-.188 0-.292.105-.292.292 0 .79-.25 1.415-.707 1.894-.48.479-1.083.708-1.853.708s-1.395-.23-1.852-.708c-.48-.479-.708-1.103-.708-1.894V7.036c0-.791.25-1.416.708-1.915.478-.48 1.082-.729 1.852-.729s1.374.229 1.853.708c.478.479.707 1.103.707 1.915 0 .187.084.291.292.291l3.538-.229c.084 0 .146-.041.209-.083a.267.267 0 00.083-.208c0-1.187-.27-2.248-.833-3.164-.541-.916-1.332-1.624-2.331-2.123-1-.5-2.165-.75-3.497-.75-1.332 0-2.498.25-3.497.791-1 .542-1.77 1.27-2.331 2.248C2.27 4.767 2 5.87 2 7.14v5.537c0 1.29.27 2.414.833 3.392zm13.634-1.498c.333 1.394 1.04 2.518 2.081 3.33 1.04.812 2.31 1.228 3.851 1.25 1.499 0 2.79-.438 3.83-1.27 1.04-.833 1.728-1.978 2.082-3.414.187-.729.27-1.478.27-2.27 0-.873-.125-1.685-.354-2.455-.416-1.333-1.103-2.394-2.123-3.144-.999-.77-2.248-1.144-3.705-1.144-1.478 0-2.727.395-3.768 1.144-1.04.75-1.748 1.811-2.123 3.164-.229.729-.333 1.561-.333 2.498 0 .833.084 1.603.292 2.31zm7.764-.854c-.146.541-.375.979-.687 1.29a1.616 1.616 0 01-1.187.48c-.478 0-.874-.167-1.207-.48-.333-.311-.562-.748-.687-1.29a6.286 6.286 0 01-.146-1.457c0-.562.042-1.061.146-1.478.312-1.103.937-1.665 1.894-1.665.48 0 .875.146 1.187.437.312.292.541.687.666 1.228.104.458.166.958.166 1.478s-.041 1.02-.145 1.457zM37.49 5.745a.267.267 0 01.208-.083h3.539c.083 0 .145.02.208.083.062.062.083.125.083.229v11.47c0 2.351-.645 4.017-1.977 5.036-1.312 1-2.977 1.52-4.975 1.52-.75 0-1.54-.063-2.373-.208-.167-.021-.25-.125-.25-.333l.125-3.185c0-.125.042-.208.104-.25.063-.041.146-.041.25-.02.687.145 1.311.228 1.894.228.937 0 1.686-.229 2.248-.666.562-.437.833-1.144.833-2.102l-.167.187c-.603.625-1.457.916-2.58.916-1.104 0-2.103-.25-3.019-.75-.916-.499-1.561-1.373-1.977-2.622-.271-.812-.396-1.832-.396-3.039 0-1.311.166-2.394.479-3.226.374-1.062.999-1.915 1.831-2.54a4.754 4.754 0 012.915-.957c1.186 0 2.123.374 2.768 1.124.042.041.063.041.104.041.042-.02.042-.041.042-.083v-.562c0-.083.02-.146.083-.208zm-.083 6.411c0-.458-.021-.833-.042-1.082a2.842 2.842 0 00-.208-.75 1.623 1.623 0 00-.645-.874c-.292-.208-.646-.312-1.062-.312-.79 0-1.332.395-1.665 1.207-.25.479-.375 1.103-.375 1.894 0 .833.104 1.457.333 1.853.146.354.375.645.666.874.292.23.646.333 1.062.333.853 0 1.415-.395 1.686-1.186.167-.437.25-1.083.25-1.957zm4.371-10.845l5.017 17.36c.062.167.166.25.312.25h3.788c.167 0 .291-.083.333-.25l5.142-17.36a.256.256 0 00-.021-.25c-.063-.062-.125-.103-.23-.103h-3.725c-.188 0-.313.083-.354.25l-2.81 11.677c-.021.062-.042.083-.083.083-.042 0-.063-.042-.084-.083L46.191 1.207c-.063-.166-.167-.25-.354-.25h-3.81c-.187 0-.27.084-.27.25l.021.104zm46.19 12.156c.207 0 .311-.104.332-.312.042-.853.02-1.52-.104-1.998a7.75 7.75 0 00-1.061-2.935 5.973 5.973 0 00-2.103-2.04c-.853-.479-1.832-.728-2.935-.728-1.353 0-2.54.353-3.518 1.082-.978.729-1.686 1.728-2.123 2.997a8.037 8.037 0 00-.395 2.56c0 1.291.166 2.353.52 3.206.479 1.207 1.228 2.165 2.29 2.831 1.061.687 2.331 1.02 3.85 1.02 1.02 0 1.957-.187 2.81-.52a5.581 5.581 0 002.145-1.478c.062-.063.104-.146.104-.208a.256.256 0 00-.104-.209l-1.915-2.268c-.063-.063-.125-.104-.209-.104a.288.288 0 00-.229.124c-.582.708-1.415 1.062-2.456 1.062-.583 0-1.082-.104-1.478-.333a2.408 2.408 0 01-.895-.874 3.448 3.448 0 01-.25-.75c-.02-.02-.02-.062.021-.083a.545.545 0 00.03-.016.136.136 0 01.075-.026h7.597zm-7.66-2.58a2.87 2.87 0 01.124-.542c.27-.832.832-1.249 1.707-1.27.479 0 .853.105 1.165.334.313.228.542.54.646.978.062.208.104.374.104.52 0 .063-.042.104-.104.104H80.41c-.104 0-.146-.041-.104-.125zM91.338 17.9c-1.04-.812-1.748-1.936-2.081-3.33-.209-.708-.292-1.478-.292-2.31 0-.938.104-1.77.333-2.499.375-1.353 1.083-2.414 2.123-3.164 1.041-.749 2.29-1.144 3.768-1.144 1.457 0 2.706.374 3.705 1.144 1.02.75 1.707 1.811 2.123 3.144.229.77.354 1.581.354 2.456 0 .79-.083 1.54-.271 2.269-.353 1.436-1.04 2.58-2.081 3.413-1.04.833-2.331 1.27-3.83 1.27-1.54-.02-2.81-.437-3.85-1.249zm5.017-2.893c.312-.312.54-.75.687-1.29.104-.438.145-.937.145-1.458 0-.52-.062-1.02-.166-1.478-.146-.54-.354-.936-.666-1.228-.313-.291-.708-.437-1.187-.437-.957 0-1.603.562-1.894 1.665-.104.417-.146.916-.146 1.478 0 .541.042 1.02.146 1.457.125.541.354.979.687 1.29.333.313.728.48 1.207.48.458 0 .854-.167 1.187-.48zM74.686.978c.084 0 .147.021.21.084a.267.267 0 01.082.208v17.36c0 .083-.02.145-.083.208a.267.267 0 01-.208.083h-3.539a.267.267 0 01-.208-.083c-.062-.042-.083-.125-.083-.208v-.854c0-.041 0-.062-.042-.083-.041 0-.062 0-.104.042-.666.936-1.623 1.415-2.872 1.415a4.632 4.632 0 01-2.998-1.062c-.874-.707-1.478-1.665-1.852-2.872-.27-.916-.396-1.915-.396-2.977 0-1.186.167-2.269.52-3.226a5.488 5.488 0 011.832-2.56c.854-.646 1.874-.979 3.06-.979 1.187 0 2.082.396 2.706 1.208.042.041.084.062.104.041a.16.16 0 00.042-.104V1.29c0-.104.02-.166.083-.228a.267.267 0 01.208-.084h3.539zM68.11 14.925l2.665-1.583c.853-.52.853-1.81 0-2.352l-2.665-1.582c-.853-.5-1.935.146-1.935 1.166v3.185c0 1.04 1.082 1.686 1.935 1.165z"
|
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;
|