@lobehub/icons 5.11.0 → 5.12.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/es/AgnesAI/components/Avatar.d.ts +5 -0
- package/es/AgnesAI/components/Avatar.js +25 -0
- package/es/AgnesAI/components/Combine.d.ts +5 -0
- package/es/AgnesAI/components/Combine.js +29 -0
- package/es/AgnesAI/components/Inner.js +41 -0
- package/es/AgnesAI/components/Mono.d.ts +3 -0
- package/es/AgnesAI/components/Mono.js +40 -0
- package/es/AgnesAI/components/Text.d.ts +3 -0
- package/es/AgnesAI/components/Text.js +39 -0
- package/es/AgnesAI/index.d.ts +13 -0
- package/es/AgnesAI/index.js +12 -0
- package/es/AgnesAI/style.d.ts +7 -0
- package/es/AgnesAI/style.js +9 -0
- package/es/CelestoAI/components/Avatar.d.ts +5 -0
- package/es/CelestoAI/components/Avatar.js +25 -0
- package/es/CelestoAI/components/Color.d.ts +3 -0
- package/es/{Stepfun → CelestoAI}/components/Color.js +8 -9
- package/es/CelestoAI/components/Combine.d.ts +7 -0
- package/es/CelestoAI/components/Combine.js +32 -0
- package/es/CelestoAI/components/Mono.d.ts +3 -0
- package/es/CelestoAI/components/Mono.js +40 -0
- package/es/CelestoAI/components/Text.d.ts +3 -0
- package/es/CelestoAI/components/Text.js +39 -0
- package/es/CelestoAI/index.d.ts +15 -0
- package/es/CelestoAI/index.js +14 -0
- package/es/CelestoAI/style.d.ts +7 -0
- package/es/CelestoAI/style.js +9 -0
- package/es/Firecrawl/components/Avatar.d.ts +5 -0
- package/es/Firecrawl/components/Avatar.js +25 -0
- package/es/Firecrawl/components/Color.d.ts +3 -0
- package/es/Firecrawl/components/Color.js +39 -0
- package/es/Firecrawl/components/Combine.d.ts +7 -0
- package/es/Firecrawl/components/Combine.js +32 -0
- package/es/Firecrawl/components/Mono.d.ts +3 -0
- package/es/Firecrawl/components/Mono.js +40 -0
- package/es/Firecrawl/components/Text.d.ts +3 -0
- package/es/Firecrawl/components/Text.js +39 -0
- package/es/Firecrawl/index.d.ts +15 -0
- package/es/Firecrawl/index.js +14 -0
- package/es/Firecrawl/style.d.ts +7 -0
- package/es/Firecrawl/style.js +9 -0
- package/es/HappyHorse/components/Avatar.d.ts +5 -0
- package/es/HappyHorse/components/Avatar.js +25 -0
- package/es/HappyHorse/components/Combine.d.ts +5 -0
- package/es/HappyHorse/components/Combine.js +29 -0
- package/es/HappyHorse/components/Mono.d.ts +3 -0
- package/es/HappyHorse/components/Mono.js +41 -0
- package/es/HappyHorse/components/Text.d.ts +3 -0
- package/es/HappyHorse/components/Text.js +40 -0
- package/es/HappyHorse/index.d.ts +13 -0
- package/es/HappyHorse/index.js +12 -0
- package/es/HappyHorse/style.d.ts +7 -0
- package/es/HappyHorse/style.js +9 -0
- package/es/OpenRouter/components/Color.d.ts +3 -0
- package/es/OpenRouter/components/Color.js +39 -0
- package/es/OpenRouter/components/Combine.d.ts +1 -1
- package/es/OpenRouter/components/Combine.js +5 -7
- package/es/OpenRouter/components/Mono.js +1 -1
- package/es/OpenRouter/components/Text.js +2 -2
- package/es/OpenRouter/index.d.ts +2 -0
- package/es/OpenRouter/index.js +2 -0
- package/es/OpenRouter/style.d.ts +4 -4
- package/es/OpenRouter/style.js +4 -4
- package/es/Pi/components/Avatar.d.ts +5 -0
- package/es/Pi/components/Avatar.js +25 -0
- package/es/Pi/components/Combine.d.ts +5 -0
- package/es/Pi/components/Combine.js +24 -0
- package/es/Pi/components/Mono.d.ts +3 -0
- package/es/Pi/components/Mono.js +43 -0
- package/es/Pi/components/Text.d.ts +1 -0
- package/es/Pi/components/Text.js +1 -0
- package/es/Pi/index.d.ts +13 -0
- package/es/Pi/index.js +12 -0
- package/es/Pi/style.d.ts +7 -0
- package/es/Pi/style.js +9 -0
- package/es/Poolside/components/Avatar.d.ts +5 -0
- package/es/Poolside/components/Avatar.js +25 -0
- package/es/Poolside/components/Color.d.ts +3 -0
- package/es/Poolside/components/Color.js +127 -0
- package/es/Poolside/components/Combine.d.ts +7 -0
- package/es/Poolside/components/Combine.js +32 -0
- package/es/Poolside/components/Mono.d.ts +3 -0
- package/es/Poolside/components/Mono.js +138 -0
- package/es/Poolside/components/Text.d.ts +3 -0
- package/es/Poolside/components/Text.js +49 -0
- package/es/Poolside/index.d.ts +15 -0
- package/es/Poolside/index.js +14 -0
- package/es/Poolside/style.d.ts +7 -0
- package/es/Poolside/style.js +9 -0
- package/es/Stepfun/components/Avatar.js +2 -2
- package/es/Stepfun/components/Combine.d.ts +1 -3
- package/es/Stepfun/components/Combine.js +3 -13
- package/es/Stepfun/components/Inner.d.ts +3 -0
- package/es/Stepfun/components/Inner.js +40 -0
- package/es/Stepfun/components/Mono.js +1 -1
- package/es/Stepfun/components/Text.js +4 -9
- package/es/Stepfun/index.d.ts +0 -3
- package/es/Stepfun/index.js +1 -4
- package/es/Stepfun/style.d.ts +5 -6
- package/es/Stepfun/style.js +5 -6
- package/es/icons.d.ts +6 -0
- package/es/icons.js +6 -0
- package/es/toc.json +1 -1
- package/package.json +2 -2
- /package/es/{Stepfun/components/Color.d.ts → AgnesAI/components/Inner.d.ts} +0 -0
|
@@ -0,0 +1,138 @@
|
|
|
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
11
|
+
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."); }
|
|
12
|
+
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); }
|
|
13
|
+
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; }
|
|
14
|
+
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; } }
|
|
15
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
16
|
+
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; }
|
|
17
|
+
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; }
|
|
18
|
+
import { memo } from 'react';
|
|
19
|
+
import { useFillIds } from "../../hooks/useFillId";
|
|
20
|
+
import { TITLE } from "../style";
|
|
21
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
22
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
23
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
24
|
+
var _ref$size = _ref.size,
|
|
25
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
26
|
+
style = _ref.style,
|
|
27
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
var _useFillIds = useFillIds(TITLE, 5),
|
|
29
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 5),
|
|
30
|
+
a = _useFillIds2[0],
|
|
31
|
+
b = _useFillIds2[1],
|
|
32
|
+
c = _useFillIds2[2],
|
|
33
|
+
d = _useFillIds2[3],
|
|
34
|
+
e = _useFillIds2[4];
|
|
35
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
36
|
+
fill: "currentColor",
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
height: size,
|
|
39
|
+
style: _objectSpread({
|
|
40
|
+
flex: 'none',
|
|
41
|
+
lineHeight: 1
|
|
42
|
+
}, style),
|
|
43
|
+
viewBox: "0 0 24 24",
|
|
44
|
+
width: size,
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
46
|
+
}, rest), {}, {
|
|
47
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
48
|
+
children: TITLE
|
|
49
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
50
|
+
clipPath: a.fill,
|
|
51
|
+
children: [/*#__PURE__*/_jsxs("mask", {
|
|
52
|
+
height: "24",
|
|
53
|
+
id: e.id,
|
|
54
|
+
maskUnits: "userSpaceOnUse",
|
|
55
|
+
style: {
|
|
56
|
+
maskType: 'alpha'
|
|
57
|
+
},
|
|
58
|
+
width: "24",
|
|
59
|
+
x: "0",
|
|
60
|
+
y: "0",
|
|
61
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
62
|
+
d: "M24 0H0v24h24V0z",
|
|
63
|
+
fill: b.fill
|
|
64
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
65
|
+
d: "M24 0H0v24h24V0z",
|
|
66
|
+
fill: c.fill
|
|
67
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
68
|
+
d: "M24 0H0v24h24V0z",
|
|
69
|
+
fill: d.fill
|
|
70
|
+
})]
|
|
71
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
72
|
+
mask: e.fill,
|
|
73
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
74
|
+
d: "M6.742 22.786a11.93 11.93 0 01-5.232-4.963 11.98 11.98 0 01-1.463-6.886.975.975 0 011.943.173c-.178 2.005.246 4 1.226 5.769a9.968 9.968 0 003.526 3.685l4.586-9.405c-1.795-.598-3.29-.338-3.425-.312l-.058.012a.972.972 0 01-1.054-.576c-.24-.448-.96-1.544-1.834-1.97-.873-.426-2.218-.289-2.651-.195a.977.977 0 01-1.087-1.38C4.117.792 11.315-1.686 17.262 1.215c5.946 2.9 8.422 10.093 5.529 16.038l-.01.02c-2.903 5.94-10.095 8.414-16.039 5.514zm6.338-10.773l-4.586 9.405c4.629 1.73 9.896-.192 12.304-4.558-.338-.524-.932-1.275-1.62-1.61-.888-.434-2.19-.292-2.637-.198a.989.989 0 01-.616-.055.984.984 0 01-.49-.473c-.028-.058-.739-1.438-2.355-2.51zM5.81 6.56c.747.365 1.356.944 1.81 1.49 1.406-2.15 3.314-3.774 4.787-4.82a20.81 20.81 0 011.66-1.067A10.078 10.078 0 003.882 6.077c.617.042 1.297.174 1.929.482zm12.671-2.243c.09.624.152 1.294.182 1.965.083 1.801-.021 4.296-.844 6.722.686.018 1.484.14 2.214.495.652.318 1.198.8 1.628 1.28a10.082 10.082 0 00-3.18-10.462zm-5.394 5.46a9.522 9.522 0 012.984 2.287c1.075-3.493.606-7.402.215-8.85-1.381.584-4.75 2.62-6.84 5.618a9.515 9.515 0 013.64.944z"
|
|
75
|
+
})
|
|
76
|
+
})]
|
|
77
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
78
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
|
79
|
+
gradientUnits: "userSpaceOnUse",
|
|
80
|
+
id: b.id,
|
|
81
|
+
x1: "6.75",
|
|
82
|
+
x2: "5.625",
|
|
83
|
+
y1: "20.55",
|
|
84
|
+
y2: "20.55",
|
|
85
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
86
|
+
stopColor: "currentColor"
|
|
87
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
88
|
+
offset: "1",
|
|
89
|
+
stopColor: "currentColor",
|
|
90
|
+
stopOpacity: "0"
|
|
91
|
+
})]
|
|
92
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
93
|
+
gradientUnits: "userSpaceOnUse",
|
|
94
|
+
id: c.id,
|
|
95
|
+
x1: "6.825",
|
|
96
|
+
x2: "7.2",
|
|
97
|
+
y1: "11.85",
|
|
98
|
+
y2: "11.137",
|
|
99
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
100
|
+
stopColor: "currentColor",
|
|
101
|
+
stopOpacity: "0"
|
|
102
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
103
|
+
offset: "1",
|
|
104
|
+
stopColor: "currentColor"
|
|
105
|
+
})]
|
|
106
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
107
|
+
gradientUnits: "userSpaceOnUse",
|
|
108
|
+
id: d.id,
|
|
109
|
+
x1: ".975",
|
|
110
|
+
x2: ".975",
|
|
111
|
+
y1: "20.512",
|
|
112
|
+
y2: "10.912",
|
|
113
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
114
|
+
stopColor: "currentColor"
|
|
115
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
116
|
+
offset: ".105",
|
|
117
|
+
stopColor: "currentColor",
|
|
118
|
+
stopOpacity: ".9"
|
|
119
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
120
|
+
offset: ".904",
|
|
121
|
+
stopColor: "currentColor",
|
|
122
|
+
stopOpacity: ".04"
|
|
123
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
124
|
+
offset: "1",
|
|
125
|
+
stopColor: "currentColor",
|
|
126
|
+
stopOpacity: "0"
|
|
127
|
+
})]
|
|
128
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
129
|
+
id: a.id,
|
|
130
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
131
|
+
d: "M0 0h24v24H0z",
|
|
132
|
+
fill: "currentColor"
|
|
133
|
+
})
|
|
134
|
+
})]
|
|
135
|
+
})]
|
|
136
|
+
}));
|
|
137
|
+
});
|
|
138
|
+
export default Icon;
|
|
@@ -0,0 +1,49 @@
|
|
|
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 108 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.477.293L53.709.27l.13 18.09-3.233.024-.13-18.091z"
|
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
+
clipRule: "evenodd",
|
|
38
|
+
d: "M75.914 9.047c-.38.826-.565 1.753-.558 2.777h-.004c.007.982.195 1.879.568 2.685a6.156 6.156 0 001.548 2.079c.66.577 1.446 1.023 2.361 1.337.916.315 1.923.466 3.013.458.465-.003.94-.044 1.415-.127.474-.082.934-.188 1.376-.321a9.278 9.278 0 001.24-.465c.385-.18.72-.368 1.003-.566l.008 1.21 3.233-.023L90.987 0l-3.233.023.045 6.156a6.862 6.862 0 00-.982-.458 9.2 9.2 0 00-1.181-.36c-.42-.099-.858-.175-1.31-.232a10.395 10.395 0 00-1.38-.079c-1.094.008-2.108.174-3.038.497-.929.323-1.736.78-2.412 1.371a6.288 6.288 0 00-1.582 2.129zm3.16 4.212a3.46 3.46 0 01-.323-1.46v-.008a3.596 3.596 0 011.21-2.777c.394-.353.88-.63 1.457-.835.576-.204 1.236-.307 1.977-.312a7.84 7.84 0 012.27.324c.379.113.752.26 1.117.438.365.18.715.4 1.043.658l.032 4.462a4.742 4.742 0 01-.916.738 6.62 6.62 0 01-1.133.566 7.677 7.677 0 01-1.26.363c-.432.087-.87.132-1.308.135-.684.005-1.3-.089-1.85-.285a4.306 4.306 0 01-1.413-.809 3.637 3.637 0 01-.903-1.198zM92.696 9.1a6.024 6.024 0 00-.518 2.507c.007.94.204 1.814.579 2.625.373.812.932 1.515 1.673 2.115.74.6 1.656 1.072 2.748 1.409 1.092.336 2.365.504 3.814.494a16.307 16.307 0 001.62-.086 14.104 14.104 0 001.47-.234 11.1 11.1 0 001.353-.382c.432-.152.929-.332 1.351-.53l-1.182-2.454a15.34 15.34 0 01-2.1.61 10.847 10.847 0 01-4.247.073 6.578 6.578 0 01-1.62-.528 4.268 4.268 0 01-1.17-.82 2.948 2.948 0 01-.68-1.052l12.185-.087c.013-.116.021-.242.025-.386.004-.144.002-.274.001-.4a7.034 7.034 0 00-.569-2.779 6.545 6.545 0 00-1.6-2.245c-.693-.638-1.531-1.134-2.521-1.495-.99-.36-2.095-.534-3.33-.525-1.234.009-2.336.198-3.307.568-.97.37-1.792.86-2.453 1.479A6.474 6.474 0 0092.696 9.1zm11.314.17c.245.306.429.635.548.992l-.005.01-8.788.063a3.04 3.04 0 01.543-.977c.249-.304.56-.576.94-.811.38-.236.816-.425 1.318-.568a6.257 6.257 0 011.67-.222 6.019 6.019 0 011.585.184c.481.127.906.306 1.271.531.365.226.674.493.918.799z"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
d: "M72.327 3.6a2.644 2.644 0 01-.867-.128 1.988 1.988 0 01-.664-.368 1.676 1.676 0 01-.423-.541 1.566 1.566 0 01.406-1.874c.18-.155.398-.277.658-.372.26-.095.549-.139.865-.141.317-.002.62.042.882.129.261.086.48.21.664.362a1.569 1.569 0 01.576 1.206 1.586 1.586 0 01-.56 1.21c-.18.154-.398.281-.658.376-.26.095-.548.14-.879.141zM70.723 5.367l3.232-.023.092 12.87-3.232.023-.092-12.87zM56.224 14.396l-.001-.001.004-.004-.003.005z"
|
|
41
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
+
d: "M55.03 16.87l1.194-2.473c.88.514 1.84.893 2.89 1.132 1.05.24 2.122.357 3.22.35.741-.006 1.36-.061 1.853-.167.493-.106.888-.24 1.185-.4.297-.16.505-.343.63-.549.124-.205.183-.41.181-.624-.002-.308-.139-.567-.406-.784-.267-.217-.705-.32-1.316-.316a8.164 8.164 0 00-.917.062l-1.028.124c-.358.044-.735.084-1.122.124-.386.04-.782.062-1.182.064-.876.007-1.617-.081-2.233-.267-.616-.187-1.117-.44-1.505-.762a2.85 2.85 0 01-.847-1.157 3.994 3.994 0 01-.271-1.446 3.705 3.705 0 01.443-1.813c.299-.556.733-1.034 1.299-1.442.565-.41 1.247-.726 2.052-.96.804-.233 1.697-.352 2.689-.359.517-.003 1.058.025 1.622.082.563.056 1.118.136 1.664.235.546.098 1.073.21 1.577.342.419.11.896.298 1.268.446l.212.083-1.142 2.41a17.805 17.805 0 00-2.47-.709 11.96 11.96 0 00-2.53-.247 7.516 7.516 0 00-1.532.146c-.418.091-.757.215-1.017.365-.26.151-.45.325-.57.516-.119.192-.178.397-.177.607a.934.934 0 00.096.413.777.777 0 00.31.319c.145.087.327.156.56.205.234.05.513.066.849.064a9.07 9.07 0 00.973-.063l.284-.032.786-.092c.372-.044.754-.084 1.15-.124.395-.04.8-.062 1.215-.065.773-.005 1.449.083 2.028.26.578.178 1.06.43 1.44.753.38.323.666.707.86 1.148.194.44.291.924.295 1.45a3.927 3.927 0 01-.457 1.888c-.308.583-.77 1.09-1.386 1.522-.617.432-1.383.768-2.303 1.012-.92.244-1.982.372-3.193.381a16.982 16.982 0 01-4.13-.478c-.625-.153-1.223-.317-1.769-.536-.7-.28-.845-.366-1.028-.473a5.314 5.314 0 00-.295-.164z"
|
|
43
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
44
|
+
clipRule: "evenodd",
|
|
45
|
+
d: "M33.963 9.468a6.068 6.068 0 00-.545 2.6c.007.926.2 1.786.582 2.593a6.334 6.334 0 001.622 2.105c.699.6 1.54 1.074 2.53 1.41.99.338 2.1.507 3.33.498 1.229-.008 2.34-.189 3.32-.545.981-.356 1.82-.836 2.51-1.446a6.32 6.32 0 001.587-2.129 6.055 6.055 0 00.545-2.6 6.124 6.124 0 00-.582-2.592 6.257 6.257 0 00-1.617-2.106c-.698-.6-1.54-1.073-2.53-1.41-.99-.338-2.1-.507-3.33-.498-1.229.009-2.34.189-3.32.545-.981.356-1.816.836-2.51 1.446a6.271 6.271 0 00-1.592 2.129zm3.173 4.04a3.494 3.494 0 01-.323-1.464 3.53 3.53 0 01.302-1.472c.206-.467.506-.884.9-1.235.393-.352.88-.635 1.446-.848.567-.214 1.218-.32 1.945-.326.727-.005 1.375.097 1.949.298.574.2 1.056.476 1.46.827a3.576 3.576 0 011.239 2.69 3.494 3.494 0 01-.302 1.468 3.604 3.604 0 01-.9 1.226 4.56 4.56 0 01-1.446.848c-.567.213-1.218.32-1.945.325-.727.005-1.375-.097-1.95-.298a4.478 4.478 0 01-1.458-.827 3.544 3.544 0 01-.917-1.212zM16.695 12.19a6.07 6.07 0 01.545-2.6 6.27 6.27 0 011.592-2.13c.694-.61 1.53-1.09 2.51-1.446.98-.356 2.092-.536 3.321-.545 1.23-.009 2.34.16 3.33.497.99.338 1.83.811 2.53 1.41a6.331 6.331 0 011.621 2.107c.383.806.576 1.666.582 2.592a6.057 6.057 0 01-.545 2.6 6.276 6.276 0 01-1.591 2.129c-.695.61-1.53 1.09-2.51 1.447-.98.355-2.092.536-3.321.544-1.23.01-2.34-.16-3.33-.497-.99-.337-1.831-.81-2.53-1.41a6.329 6.329 0 01-1.621-2.106 6.053 6.053 0 01-.582-2.592zm3.396-.025c.003.517.11 1.005.322 1.464.213.459.514.866.917 1.212.403.347.885.627 1.46.827.574.201 1.222.304 1.948.298.727-.005 1.378-.112 1.945-.325a4.562 4.562 0 001.447-.848c.393-.352.693-.764.9-1.226.206-.462.305-.951.301-1.468a3.578 3.578 0 00-1.24-2.69 4.396 4.396 0 00-1.459-.827c-.574-.2-1.222-.303-1.949-.298-.726.005-1.378.112-1.944.326a4.564 4.564 0 00-1.447.848 3.595 3.595 0 00-.9 1.235 3.532 3.532 0 00-.301 1.472zM.13 24.002l3.232-.023.005-.005-.045-6.184c.286.166.613.317.982.458.369.142.76.26 1.18.36.42.099.859.175 1.311.232.452.057.914.082 1.38.079 1.094-.008 2.108-.174 3.037-.497.93-.323 1.737-.78 2.412-1.371a6.288 6.288 0 001.583-2.129c.38-.826.564-1.795.557-2.777-.007-.982-.195-1.878-.568-2.686a6.155 6.155 0 00-1.548-2.078c-.66-.577-1.446-1.022-2.361-1.337-.916-.315-1.923-.466-3.012-.458-.476.004-.95.044-1.42.127-.47.082-.93.188-1.372.321a9.303 9.303 0 00-1.24.465c-.385.18-.72.368-1.002.566l-.009-1.21L0 5.878l.13 18.124zm4.209-8.667a5.866 5.866 0 01-1.044-.658l-.031-4.453c.258-.272.564-.516.916-.737.353-.221.729-.41 1.133-.566a7.68 7.68 0 011.26-.363 6.89 6.89 0 011.307-.135c.685-.005 1.3.088 1.851.284a4.306 4.306 0 011.413.81c.389.34.69.744.903 1.198.213.454.319.943.322 1.459a3.599 3.599 0 01-1.21 2.777c-.393.352-.88.63-1.456.834-.576.204-1.237.307-1.977.312a7.831 7.831 0 01-2.27-.323 7.31 7.31 0 01-1.117-.439z"
|
|
46
|
+
})]
|
|
47
|
+
}));
|
|
48
|
+
});
|
|
49
|
+
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 = "Poolside";
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 1;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.25;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#4137FF";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#4137FF";
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.6;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TITLE = 'Poolside';
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 1;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.25;
|
|
4
|
+
export var COLOR_PRIMARY = '#4137FF';
|
|
5
|
+
|
|
6
|
+
// Avatar constants
|
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.6;
|
|
@@ -10,12 +10,12 @@ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("
|
|
|
10
10
|
import { memo } from 'react';
|
|
11
11
|
import IconAvatar from "../../features/IconAvatar";
|
|
12
12
|
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
|
|
13
|
-
import
|
|
13
|
+
import Inner from "./Inner";
|
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
15
|
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
16
16
|
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
17
17
|
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
18
|
-
Icon:
|
|
18
|
+
Icon: Inner,
|
|
19
19
|
"aria-label": TITLE,
|
|
20
20
|
background: AVATAR_BACKGROUND,
|
|
21
21
|
color: AVATAR_COLOR,
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type IconCombineProps } from "../../features/IconCombine";
|
|
3
|
-
export
|
|
4
|
-
type?: 'color' | 'mono';
|
|
5
|
-
}
|
|
3
|
+
export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
|
|
6
4
|
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
|
7
5
|
export default Combine;
|
|
@@ -1,34 +1,24 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
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", "extraStyle"];
|
|
5
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; }
|
|
6
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; }
|
|
7
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; }
|
|
8
7
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
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); }
|
|
10
|
-
function
|
|
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; }
|
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
|
12
10
|
import { memo } from 'react';
|
|
13
11
|
import IconCombine from "../../features/IconCombine";
|
|
14
12
|
import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
|
15
|
-
import Color from "./Color";
|
|
16
13
|
import Mono from "./Mono";
|
|
17
14
|
import Text from "./Text";
|
|
18
15
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
19
16
|
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
20
|
-
var
|
|
21
|
-
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
|
22
|
-
extraStyle = _ref.extraStyle,
|
|
23
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
|
24
|
-
var Icon = type === 'color' ? Color : Mono;
|
|
17
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
25
18
|
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
26
|
-
Icon:
|
|
19
|
+
Icon: Mono,
|
|
27
20
|
Text: Text,
|
|
28
21
|
"aria-label": TITLE,
|
|
29
|
-
extraStyle: _objectSpread({
|
|
30
|
-
fontWeight: 500
|
|
31
|
-
}, extraStyle),
|
|
32
22
|
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
|
33
23
|
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
34
24
|
}, rest));
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M1 23h6.335v-6.337H1V23zM8.832 23h6.336v-6.337H8.832V23zM8.832 15.17h6.336V8.835H8.832v6.337zM8.832 7.342h6.336V1.005H8.832v6.337zM16.665 7.337H23V1h-6.335v6.337z"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
|
@@ -33,7 +33,7 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
33
33
|
children: [/*#__PURE__*/_jsx("title", {
|
|
34
34
|
children: TITLE
|
|
35
35
|
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
-
d: "
|
|
36
|
+
d: "M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM8.762 19.614H4.376v-4.386h4.386v4.386zm5.423 0H9.798v-4.386h4.387v4.386zm0-5.42H9.798V9.81h4.387v4.386zm0-5.418H9.798V4.39h4.387v4.386zm5.422-.004h-4.386V4.386h4.386v4.386z"
|
|
37
37
|
})]
|
|
38
38
|
}));
|
|
39
39
|
});
|
|
@@ -26,22 +26,17 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
26
26
|
flex: 'none',
|
|
27
27
|
lineHeight: 1
|
|
28
28
|
}, style),
|
|
29
|
-
viewBox: "0 0
|
|
29
|
+
viewBox: "0 0 88 24",
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg"
|
|
31
31
|
}, rest), {}, {
|
|
32
32
|
children: [/*#__PURE__*/_jsx("title", {
|
|
33
33
|
children: TITLE
|
|
34
34
|
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
-
d: "
|
|
35
|
+
d: "M14.86 14.568c0 2.873-2.174 5.061-6.347 5.061-3.542 0-6.352-1.844-6.492-5.143h2.794c.18 1.795 1.67 2.766 3.824 2.766s3.45-1.121 3.45-2.562c0-1.296-.97-2.072-3.44-2.8l-1.514-.427c-2.853-.82-4.615-2.082-4.615-4.658 0-2.892 2.66-4.784 6.143-4.784 3.484 0 5.934 1.989 6.046 4.876h-2.741c-.224-1.553-1.442-2.504-3.392-2.504s-3.27.961-3.27 2.387c0 1.238 1.062 1.956 3.226 2.582l1.32.374c3.29.96 5.007 2.329 5.007 4.837v-.005zm5.4 1.13V9.12h2.339V6.683H20.26V3.874h-2.64v2.81H15.53v2.435h2.091v6.609c0 2.868 1.796 3.697 3.494 3.785.85.043 1.723-.073 1.723-.073v-2.174c-.296.015-.486.039-.85.039-.64 0-1.732-.116-1.732-1.606h.005zm28.42-2.391c0 3.93-2.732 6.308-5.915 6.308-1.335 0-2.742-.471-3.693-1.33v5.692h-2.64V7.08h2.64v1.17c.951-.86 2.358-1.33 3.693-1.33 3.032 0 5.914 2.465 5.914 6.386zm-2.62-.039c0-2.61-1.486-4.042-3.315-4.042-1.83 0-3.678 1.431-3.678 4.042 0 2.61 1.849 4.042 3.678 4.042 1.83 0 3.314-1.431 3.314-4.042z"
|
|
36
36
|
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
-
|
|
38
|
-
d: "M38.76 15.054l.153-.347.164.341a18.47 18.47 0 005.207 6.504l1.217-1.542a16.082 16.082 0 01-3.386-3.648 17.204 17.204 0 01-2.118-4.286l-.075-.226h5.242V9.886h-5.33v-4.84l.159-.014c1.722-.15 3.217-.387 4.443-.705l-.61-1.876a23.937 23.937 0 01-3.578.595 51.91 51.91 0 01-4.149.191h-2.218V5.18h2.216c.365 0 .902-.013 1.593-.038l.181-.007v4.75h-5.058V2.722H25.34v7.242h3.12v8.21l-1.159.238v-6.178h-1.96v6.58l-.689.14.398 1.903 7.738-1.588-.398-1.903-1.969.405v-3.426h2.562V12.4h-2.562V9.963h2.575v1.887h4.72l-.042.206c-.496 2.432-2.002 4.933-4.481 7.448l.007.031-.045.01c-.316.319-.648.639-.995.959L33.445 22c2.517-2.31 4.304-4.648 5.313-6.946h.002zm-7.915-7.077h-3.527V4.665h3.527v3.312zM50.107 17.138l.659-2.926h6.055v1.652h-4.738l-.438 1.964h5.176v2.161h-8.517v1.943H67.32v-1.943h-8.516v-2.16h6.984v-1.965h-6.984v-1.652h7.425v-1.964h-7.425v-1.514h5.856a.314.314 0 00.053-.006h.952V2.546H49.846v.833l-.004.033a2.317 2.317 0 00-.009.093v6.267c0 .035.004.067.011.103v.851h1.005v.006h5.97v1.514h-5.614l.139-.616h-2.033l-1.238 5.506h2.032l.002.002zm1.731-12.65h11.823v1.18H51.838v-1.18zm0 4.28V7.61h11.823v1.157H51.838z"
|
|
37
|
+
d: "M39.095 24h-2.688V7.056h2.688v1.14c.927-.815 2.29-1.3 3.669-1.3 1.518 0 3.018.63 4.114 1.732 1.18 1.184 1.83 2.848 1.83 4.682 0 1.835-.612 3.48-1.772 4.644-1.082 1.087-2.562 1.689-4.168 1.689-1.378 0-2.741-.486-3.668-1.3V24h-.005zm-2.634-.049h2.59v-5.72l.04.038c.916.83 2.29 1.325 3.677 1.325 2.926 0 5.89-2.16 5.89-6.284s-2.993-6.36-5.89-6.36c-1.383 0-2.756.494-3.678 1.324l-.038.039V7.109H36.46v16.847-.005zM8.51 19.657c-1.8 0-3.372-.466-4.536-1.339C2.747 17.396 2.063 16.071 2 14.49v-.025h2.839v.025c.174 1.717 1.591 2.741 3.804 2.741 2.018 0 3.425-1.043 3.425-2.538 0-1.27-.96-2.047-3.425-2.775l-1.514-.427c-1.563-.446-2.64-.98-3.387-1.674-.84-.776-1.247-1.761-1.247-3.008 0-1.408.611-2.616 1.776-3.494C5.387 2.465 6.944 2 8.662 2s3.212.47 4.309 1.359c1.097.888 1.708 2.11 1.761 3.542v.024h-2.79v-.02c-.228-1.576-1.456-2.484-3.367-2.484-1.912 0-3.246.927-3.246 2.363 0 1.155.931 1.897 3.212 2.557l1.32.374c3.522 1.029 5.026 2.484 5.026 4.857 0 1.475-.558 2.727-1.615 3.625-1.121.956-2.766 1.46-4.755 1.46h-.005zM2.05 14.51c.14 3.096 2.673 5.095 6.463 5.095s6.322-1.931 6.322-5.037c0-2.353-1.494-3.79-4.988-4.813l-1.32-.374C6.221 8.71 5.28 7.958 5.28 6.775c0-1.466 1.296-2.412 3.295-2.412 1.999 0 3.173.912 3.41 2.504h2.699c-.126-2.887-2.543-4.828-6.022-4.828s-6.119 1.96-6.119 4.76c0 2.324 1.374 3.712 4.6 4.639l1.514.427c2.49.732 3.46 1.523 3.46 2.819 0 1.523-1.427 2.586-3.474 2.586-2.227 0-3.664-1.034-3.848-2.766H2.049v.005zm19.457 5.037c-.131 0-.262 0-.393-.01-1-.049-1.805-.34-2.397-.854-.742-.645-1.121-1.64-1.121-2.955V9.143h-2.091V6.658h2.091v-2.81h2.688v2.81h2.339v2.485h-2.339v6.555c0 1.417.976 1.582 1.708 1.582.253 0 .427-.01.607-.025l.237-.014h.025v2.217h-.02s-.635.088-1.334.088zM15.557 9.094h2.091v6.633c0 2.96 1.888 3.678 3.47 3.76.766.04 1.557-.053 1.698-.072v-2.126c-.078 0-.145.01-.213.015a7.092 7.092 0 01-.612.024c-.432 0-1.756 0-1.756-1.63V9.094h2.338V6.707h-2.338v-2.81h-2.591v2.81h-2.092v2.387h.005zm27.187 8.244a3.654 3.654 0 01-2.542-1.048c-.757-.752-1.16-1.795-1.16-3.018 0-1.223.403-2.266 1.16-3.018a3.654 3.654 0 012.542-1.048c2 0 3.338 1.635 3.338 4.066 0 2.43-1.339 4.066-3.338 4.066zm0-8.089c-1.771 0-3.654 1.407-3.654 4.018 0 2.61 1.883 4.018 3.654 4.018 1.965 0 3.29-1.616 3.29-4.018 0-2.402-1.32-4.018-3.29-4.018zM31.98 15.704c-.535 1.097-1.495 1.597-2.81 1.636-1.854-.049-3.009-1.136-3.246-3.222h9.073c.025-.277.044-.563.044-.86 0-4.114-2.625-6.341-5.866-6.341-3.242 0-5.867 2.222-5.867 6.342 0 4.12 2.397 6.337 5.867 6.337 2.872 0 4.677-1.35 5.502-3.892h-2.698zm-2.81-6.55c1.805.048 2.945.912 3.227 2.902h-6.454c.281-1.99 1.422-2.854 3.227-2.902z"
|
|
39
38
|
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
-
d: "
|
|
41
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
-
d: "M87.86 2.546H69.894l-.006 19.35h1.983V4.489H87.86V2.546z"
|
|
43
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
44
|
-
d: "M77.575 19.945h-1.257v-7.55H87.86v-1.944H73.342v1.944h1.014v9.5l.587.002.01.014h3.258l5.266-3.736v-.001l1.613-1.143-1.613 1.144 2.789 3.737 1.595-1.167-2.77-3.714 2.768-1.962-1.155-1.597-4.405 3.123-4.724 3.35z"
|
|
39
|
+
d: "M29.17 19.622c-1.748 0-3.218-.568-4.251-1.64-1.073-1.111-1.64-2.746-1.64-4.721s.596-3.59 1.727-4.731c1.043-1.053 2.523-1.635 4.168-1.635s3.12.582 4.168 1.635c1.13 1.14 1.727 2.775 1.727 4.73 0 .282-.014.573-.043.86v.024h-9.07c.244 2.023 1.355 3.125 3.218 3.173 1.364-.039 2.27-.568 2.785-1.62v-.015h2.751l-.01.034c-.844 2.591-2.702 3.906-5.526 3.906h-.005zm0-12.679c-3.495 0-5.843 2.538-5.843 6.318s2.237 6.312 5.842 6.312c2.79 0 4.63-1.29 5.469-3.843h-2.65c-.524 1.063-1.446 1.597-2.824 1.636-1.902-.054-3.032-1.174-3.27-3.246v-.03h9.074a9.77 9.77 0 00.038-.834c0-3.775-2.348-6.318-5.842-6.318l.005.005zm3.255 5.139h-6.507v-.03c.272-1.911 1.335-2.867 3.251-2.92 1.917.053 2.98 1.009 3.251 2.92v.03h.005zm-6.453-.049h6.395c-.272-1.868-1.32-2.8-3.198-2.853-1.878.053-2.926.985-3.198 2.853zM53.09 5.294v4.77h7.182v2.678h-7.181v6.914h-2.8V2.616h9.981v2.678h-7.181zM72.92 7.482v12.17h-2.63v-.893c-.612.786-1.82 1.325-3.775 1.208-1.956-.116-4.673-1.635-4.673-5.012V7.482h2.63v7.206c0 1.849 1.241 2.824 2.727 2.824 1.484 0 3.09-1.024 3.09-3.503V7.482h2.63zM75.011 19.66V7.49h2.63v.893c.612-.786 1.82-1.324 3.775-1.208 1.956.116 4.673 1.635 4.673 5.012v7.473h-2.63v-7.206c0-1.849-1.242-2.824-2.727-2.824-1.485 0-3.09 1.024-3.09 3.503v6.527h-2.63z"
|
|
45
40
|
})]
|
|
46
41
|
}));
|
|
47
42
|
});
|
package/es/Stepfun/index.d.ts
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import Avatar from './components/Avatar';
|
|
2
|
-
import Color from './components/Color';
|
|
3
2
|
import Combine from './components/Combine';
|
|
4
3
|
import Mono from './components/Mono';
|
|
5
4
|
import Text from './components/Text';
|
|
6
5
|
export type CompoundedIcon = typeof Mono & {
|
|
7
6
|
Avatar: typeof Avatar;
|
|
8
|
-
Color: typeof Color;
|
|
9
7
|
Combine: typeof Combine;
|
|
10
8
|
Text: typeof Text;
|
|
11
|
-
colorGradient: string;
|
|
12
9
|
colorPrimary: string;
|
|
13
10
|
title: string;
|
|
14
11
|
};
|
package/es/Stepfun/index.js
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import Avatar from "./components/Avatar";
|
|
2
|
-
import Color from "./components/Color";
|
|
3
2
|
import Combine from "./components/Combine";
|
|
4
3
|
import Mono from "./components/Mono";
|
|
5
4
|
import Text from "./components/Text";
|
|
6
|
-
import {
|
|
5
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
6
|
var Icons = Mono;
|
|
8
|
-
Icons.Color = Color;
|
|
9
7
|
Icons.Text = Text;
|
|
10
8
|
Icons.Combine = Combine;
|
|
11
9
|
Icons.Avatar = Avatar;
|
|
12
10
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
-
Icons.colorGradient = COLOR_GRADIENT;
|
|
14
11
|
Icons.title = TITLE;
|
|
15
12
|
export default Icons;
|
package/es/Stepfun/style.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export declare const TITLE = "
|
|
1
|
+
export declare const TITLE = "StepFun";
|
|
2
2
|
export declare const COMBINE_TEXT_MULTIPLE = 0.9;
|
|
3
3
|
export declare const COMBINE_SPACE_MULTIPLE = 0.3;
|
|
4
|
-
export declare const COLOR_PRIMARY = "#
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const AVATAR_ICON_MULTIPLE = 0.6;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#000";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#fff";
|
|
6
|
+
export declare const AVATAR_COLOR = "#000";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.65;
|
package/es/Stepfun/style.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
export var TITLE = '
|
|
1
|
+
export var TITLE = 'StepFun';
|
|
2
2
|
export var COMBINE_TEXT_MULTIPLE = 0.9;
|
|
3
3
|
export var COMBINE_SPACE_MULTIPLE = 0.3;
|
|
4
|
-
export var COLOR_PRIMARY = '#
|
|
5
|
-
export var COLOR_GRADIENT = 'linear-gradient(-45deg, #0160FF, #01A9FF)';
|
|
4
|
+
export var COLOR_PRIMARY = '#000';
|
|
6
5
|
|
|
7
6
|
// Avatar constants
|
|
8
|
-
export var AVATAR_BACKGROUND =
|
|
9
|
-
export var AVATAR_COLOR =
|
|
10
|
-
export var AVATAR_ICON_MULTIPLE = 0.
|
|
7
|
+
export var AVATAR_BACKGROUND = '#fff';
|
|
8
|
+
export var AVATAR_COLOR = COLOR_PRIMARY;
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.65;
|
package/es/icons.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { default as Ace, type CompoundedIcon as AceProps } from './Ace';
|
|
|
2
2
|
export { default as Adobe, type CompoundedIcon as AdobeProps } from './Adobe';
|
|
3
3
|
export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } from './AdobeFirefly';
|
|
4
4
|
export { default as AgentVoice, type CompoundedIcon as AgentVoiceProps } from './AgentVoice';
|
|
5
|
+
export { default as AgnesAI, type CompoundedIcon as AgnesAIProps } from './AgnesAI';
|
|
5
6
|
export { default as Agui, type CompoundedIcon as AguiProps } from './Agui';
|
|
6
7
|
export { default as Ai2, type CompoundedIcon as Ai2Props } from './Ai2';
|
|
7
8
|
export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
|
|
@@ -47,6 +48,7 @@ export { default as BriaAI, type CompoundedIcon as BriaAIProps } from './BriaAI'
|
|
|
47
48
|
export { default as BurnCloud, type CompoundedIcon as BurnCloudProps } from './BurnCloud';
|
|
48
49
|
export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
|
|
49
50
|
export { default as CapCut, type CompoundedIcon as CapCutProps } from './CapCut';
|
|
51
|
+
export { default as CelestoAI, type CompoundedIcon as CelestoAIProps } from './CelestoAI';
|
|
50
52
|
export { default as CentML, type CompoundedIcon as CentMLProps } from './CentML';
|
|
51
53
|
export { default as Cerebras, type CompoundedIcon as CerebrasProps } from './Cerebras';
|
|
52
54
|
export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
|
|
@@ -99,6 +101,7 @@ export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
|
|
99
101
|
export { default as FastGPT, type CompoundedIcon as FastGPTProps } from './FastGPT';
|
|
100
102
|
export { default as Featherless, type CompoundedIcon as FeatherlessProps } from './Featherless';
|
|
101
103
|
export { default as Figma, type CompoundedIcon as FigmaProps } from './Figma';
|
|
104
|
+
export { default as Firecrawl, type CompoundedIcon as FirecrawlProps } from './Firecrawl';
|
|
102
105
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
|
103
106
|
export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
|
|
104
107
|
export { default as Flora, type CompoundedIcon as FloraProps } from './Flora';
|
|
@@ -123,6 +126,7 @@ export { default as Grok, type CompoundedIcon as GrokProps } from './Grok';
|
|
|
123
126
|
export { default as Groq, type CompoundedIcon as GroqProps } from './Groq';
|
|
124
127
|
export { default as Hailuo, type CompoundedIcon as HailuoProps } from './Hailuo';
|
|
125
128
|
export { default as Haiper, type CompoundedIcon as HaiperProps } from './Haiper';
|
|
129
|
+
export { default as HappyHorse, type CompoundedIcon as HappyHorseProps } from './HappyHorse';
|
|
126
130
|
export { default as Hedra, type CompoundedIcon as HedraProps } from './Hedra';
|
|
127
131
|
export { default as HermesAgent, type CompoundedIcon as HermesAgentProps } from './HermesAgent';
|
|
128
132
|
export { default as Higress, type CompoundedIcon as HigressProps } from './Higress';
|
|
@@ -219,11 +223,13 @@ export { default as Parasail, type CompoundedIcon as ParasailProps } from './Par
|
|
|
219
223
|
export { default as Perplexity, type CompoundedIcon as PerplexityProps } from './Perplexity';
|
|
220
224
|
export { default as Phidata, type CompoundedIcon as PhidataProps } from './Phidata';
|
|
221
225
|
export { default as Phind, type CompoundedIcon as PhindProps } from './Phind';
|
|
226
|
+
export { default as Pi, type CompoundedIcon as PiProps } from './Pi';
|
|
222
227
|
export { default as Pika, type CompoundedIcon as PikaProps } from './Pika';
|
|
223
228
|
export { default as PixVerse, type CompoundedIcon as PixVerseProps } from './PixVerse';
|
|
224
229
|
export { default as Player2, type CompoundedIcon as Player2Props } from './Player2';
|
|
225
230
|
export { default as Poe, type CompoundedIcon as PoeProps } from './Poe';
|
|
226
231
|
export { default as Pollinations, type CompoundedIcon as PollinationsProps } from './Pollinations';
|
|
232
|
+
export { default as Poolside, type CompoundedIcon as PoolsideProps } from './Poolside';
|
|
227
233
|
export { default as PPIO, type CompoundedIcon as PPIOProps } from './PPIO';
|
|
228
234
|
export { default as PrunaAI, type CompoundedIcon as PrunaAIProps } from './PrunaAI';
|
|
229
235
|
export { default as PydanticAI, type CompoundedIcon as PydanticAIProps } from './PydanticAI';
|
package/es/icons.js
CHANGED
|
@@ -2,6 +2,7 @@ export { default as Ace } from "./Ace";
|
|
|
2
2
|
export { default as Adobe } from "./Adobe";
|
|
3
3
|
export { default as AdobeFirefly } from "./AdobeFirefly";
|
|
4
4
|
export { default as AgentVoice } from "./AgentVoice";
|
|
5
|
+
export { default as AgnesAI } from "./AgnesAI";
|
|
5
6
|
export { default as Agui } from "./Agui";
|
|
6
7
|
export { default as Ai2 } from "./Ai2";
|
|
7
8
|
export { default as Ai21 } from "./Ai21";
|
|
@@ -47,6 +48,7 @@ export { default as BriaAI } from "./BriaAI";
|
|
|
47
48
|
export { default as BurnCloud } from "./BurnCloud";
|
|
48
49
|
export { default as ByteDance } from "./ByteDance";
|
|
49
50
|
export { default as CapCut } from "./CapCut";
|
|
51
|
+
export { default as CelestoAI } from "./CelestoAI";
|
|
50
52
|
export { default as CentML } from "./CentML";
|
|
51
53
|
export { default as Cerebras } from "./Cerebras";
|
|
52
54
|
export { default as ChatGLM } from "./ChatGLM";
|
|
@@ -99,6 +101,7 @@ export { default as Fal } from "./Fal";
|
|
|
99
101
|
export { default as FastGPT } from "./FastGPT";
|
|
100
102
|
export { default as Featherless } from "./Featherless";
|
|
101
103
|
export { default as Figma } from "./Figma";
|
|
104
|
+
export { default as Firecrawl } from "./Firecrawl";
|
|
102
105
|
export { default as Fireworks } from "./Fireworks";
|
|
103
106
|
export { default as FishAudio } from "./FishAudio";
|
|
104
107
|
export { default as Flora } from "./Flora";
|
|
@@ -123,6 +126,7 @@ export { default as Grok } from "./Grok";
|
|
|
123
126
|
export { default as Groq } from "./Groq";
|
|
124
127
|
export { default as Hailuo } from "./Hailuo";
|
|
125
128
|
export { default as Haiper } from "./Haiper";
|
|
129
|
+
export { default as HappyHorse } from "./HappyHorse";
|
|
126
130
|
export { default as Hedra } from "./Hedra";
|
|
127
131
|
export { default as HermesAgent } from "./HermesAgent";
|
|
128
132
|
export { default as Higress } from "./Higress";
|
|
@@ -219,11 +223,13 @@ export { default as Parasail } from "./Parasail";
|
|
|
219
223
|
export { default as Perplexity } from "./Perplexity";
|
|
220
224
|
export { default as Phidata } from "./Phidata";
|
|
221
225
|
export { default as Phind } from "./Phind";
|
|
226
|
+
export { default as Pi } from "./Pi";
|
|
222
227
|
export { default as Pika } from "./Pika";
|
|
223
228
|
export { default as PixVerse } from "./PixVerse";
|
|
224
229
|
export { default as Player2 } from "./Player2";
|
|
225
230
|
export { default as Poe } from "./Poe";
|
|
226
231
|
export { default as Pollinations } from "./Pollinations";
|
|
232
|
+
export { default as Poolside } from "./Poolside";
|
|
227
233
|
export { default as PPIO } from "./PPIO";
|
|
228
234
|
export { default as PrunaAI } from "./PrunaAI";
|
|
229
235
|
export { default as PydanticAI } from "./PydanticAI";
|