@lobehub/icons 1.87.0 → 1.88.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 +58 -57
- package/es/Cline/components/Avatar.d.ts +5 -0
- package/es/Cline/components/Avatar.js +28 -0
- package/es/Cline/components/Combine.d.ts +5 -0
- package/es/Cline/components/Combine.js +29 -0
- package/es/Cline/components/Mono.d.ts +3 -0
- package/es/Cline/components/Mono.js +43 -0
- package/es/Cline/components/Text.d.ts +3 -0
- package/es/Cline/components/Text.js +40 -0
- package/es/Cline/index.d.ts +13 -0
- package/es/Cline/index.js +14 -0
- package/es/Cline/style.d.ts +4 -0
- package/es/Cline/style.js +4 -0
- package/es/DocSearch/components/Avatar.d.ts +5 -0
- package/es/DocSearch/components/Avatar.js +30 -0
- package/es/DocSearch/components/Color.d.ts +3 -0
- package/es/DocSearch/components/Color.js +54 -0
- package/es/DocSearch/components/Combine.d.ts +7 -0
- package/es/DocSearch/components/Combine.js +32 -0
- package/es/DocSearch/components/Mono.d.ts +3 -0
- package/es/DocSearch/components/Mono.js +43 -0
- package/es/DocSearch/components/Text.d.ts +3 -0
- package/es/DocSearch/components/Text.js +40 -0
- package/es/DocSearch/index.d.ts +15 -0
- package/es/DocSearch/index.js +16 -0
- package/es/DocSearch/style.d.ts +4 -0
- package/es/DocSearch/style.js +4 -0
- package/es/Goose/components/Avatar.d.ts +5 -0
- package/es/Goose/components/Avatar.js +28 -0
- package/es/Goose/components/Combine.d.ts +5 -0
- package/es/Goose/components/Combine.js +29 -0
- package/es/Goose/components/Mono.d.ts +3 -0
- package/es/Goose/components/Mono.js +41 -0
- package/es/Goose/components/Text.d.ts +3 -0
- package/es/Goose/components/Text.js +40 -0
- package/es/Goose/index.d.ts +13 -0
- package/es/Goose/index.js +14 -0
- package/es/Goose/style.d.ts +4 -0
- package/es/Goose/style.js +4 -0
- package/es/Greptile/components/Avatar.d.ts +5 -0
- package/es/Greptile/components/Avatar.js +30 -0
- package/es/Greptile/components/Color.d.ts +3 -0
- package/es/Greptile/components/Color.js +53 -0
- package/es/Greptile/components/Combine.d.ts +7 -0
- package/es/Greptile/components/Combine.js +32 -0
- package/es/Greptile/components/Mono.d.ts +3 -0
- package/es/Greptile/components/Mono.js +52 -0
- package/es/Greptile/components/Text.d.ts +3 -0
- package/es/Greptile/components/Text.js +40 -0
- package/es/Greptile/index.d.ts +15 -0
- package/es/Greptile/index.js +16 -0
- package/es/Greptile/style.d.ts +4 -0
- package/es/Greptile/style.js +4 -0
- package/es/Unstructured/components/Avatar.d.ts +5 -0
- package/es/Unstructured/components/Avatar.js +30 -0
- package/es/Unstructured/components/Color.d.ts +3 -0
- package/es/Unstructured/components/Color.js +45 -0
- package/es/Unstructured/components/Combine.d.ts +7 -0
- package/es/Unstructured/components/Combine.js +32 -0
- package/es/Unstructured/components/Inner.d.ts +3 -0
- package/es/Unstructured/components/Inner.js +41 -0
- package/es/Unstructured/components/Mono.d.ts +3 -0
- package/es/Unstructured/components/Mono.js +42 -0
- package/es/Unstructured/components/Text.d.ts +3 -0
- package/es/Unstructured/components/Text.js +40 -0
- package/es/Unstructured/index.d.ts +15 -0
- package/es/Unstructured/index.js +16 -0
- package/es/Unstructured/style.d.ts +4 -0
- package/es/Unstructured/style.js +4 -0
- package/es/icons.d.ts +5 -0
- package/es/icons.js +5 -0
- package/es/toc.js +90 -0
- package/package.json +1 -1
@@ -0,0 +1,41 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } 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__*/forwardRef(function (_ref, 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
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 24 24",
|
31
|
+
width: size,
|
32
|
+
xmlns: "http://www.w3.org/2000/svg"
|
33
|
+
}, rest), {}, {
|
34
|
+
children: [/*#__PURE__*/_jsx("title", {
|
35
|
+
children: TITLE
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
d: "M12 24c-1.635 0-3.093-.358-4.375-1.075a8.065 8.065 0 01-3.038-2.936C3.862 18.73 3.5 17.306 3.5 15.717V2h4.32v13.427c0 .852.176 1.627.53 2.325.37.678.872 1.21 1.504 1.598.632.388 1.347.581 2.146.581.818 0 1.533-.193 2.146-.58a4.003 4.003 0 001.477-1.6c.372-.697.557-1.472.557-2.324V2h4.32v13.717c0 1.589-.372 3.013-1.115 4.272a7.857 7.857 0 01-3.01 2.936C15.093 23.642 13.635 24 12 24z"
|
38
|
+
})]
|
39
|
+
}));
|
40
|
+
});
|
41
|
+
export default Icon;
|
@@ -0,0 +1,42 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } 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__*/forwardRef(function (_ref, 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
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 24 24",
|
31
|
+
width: size,
|
32
|
+
xmlns: "http://www.w3.org/2000/svg"
|
33
|
+
}, rest), {}, {
|
34
|
+
children: [/*#__PURE__*/_jsx("title", {
|
35
|
+
children: TITLE
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
clipRule: "evenodd",
|
38
|
+
d: "M24 0H0v24h24V0zm-9.172 7.227a1.232 1.232 0 01-.924-.38 1.16 1.16 0 01-.203-.302l.47-.29c.069.13.159.234.27.312.128.091.27.136.426.136a.533.533 0 00.213-.039.344.344 0 00.14-.104.27.27 0 00.05-.163.248.248 0 00-.061-.171.413.413 0 00-.194-.117l-.567-.186c-.23-.075-.404-.181-.52-.318a.757.757 0 01-.175-.5c0-.172.041-.322.124-.451a.86.86 0 01.353-.303c.153-.072.328-.109.524-.109.174 0 .334.03.482.09a1.1 1.1 0 01.548.475l-.445.319a.66.66 0 00-.585-.36.55.55 0 00-.213.04.315.315 0 00-.144.112.27.27 0 00-.05.163c0 .067.022.127.066.178.044.05.11.088.198.117l.555.178c.233.075.406.18.52.315a.727.727 0 01.175.493.793.793 0 01-.132.45.907.907 0 01-.365.307 1.237 1.237 0 01-.536.108zm-9.67-.021a1.27 1.27 0 01-.61-.144 1.104 1.104 0 01-.423-.392 1.087 1.087 0 01-.152-.57V4.266h.602v1.794a.572.572 0 00.582.602.565.565 0 00.505-.292.628.628 0 00.077-.31V4.267h.602V6.1a1.067 1.067 0 01-.575.963 1.27 1.27 0 01-.609.144zm4.765 6.49a1.27 1.27 0 01-.61-.143 1.104 1.104 0 01-.423-.392 1.087 1.087 0 01-.151-.57v-1.833h.601v1.793a.573.573 0 00.582.602.566.566 0 00.505-.291.63.63 0 00.078-.31v-1.794h.601v1.832a1.066 1.066 0 01-.574.963 1.27 1.27 0 01-.61.143zM4.44 20.022c.178.095.382.143.61.143.227 0 .43-.048.609-.143a1.066 1.066 0 00.574-.963v-1.832h-.601v1.793a.629.629 0 01-.078.31.565.565 0 01-.505.291.578.578 0 01-.508-.29.655.655 0 01-.074-.31v-1.794h-.602v1.832c0 .212.05.402.152.57.103.166.244.297.423.393zM8.774 7.159V4.267h.462l1.304 1.719V4.267h.601V7.16h-.465l-1.3-1.757V7.16h-.602zm-.065 12.96V17.27h1.106c.2 0 .375.035.528.105.155.07.277.216.365.354a.923.923 0 01.132.508c0 .197-.045.408-.136.548a.852.852 0 01-.365.31l.574 1.024h-.676l-.502-.92H9.31v.92h-.602zm.602-1.486h.508c.085 0 .16-.017.221-.05a.388.388 0 00.198-.346c0-.08-.018-.15-.054-.21a.355.355 0 00-.144-.14.458.458 0 00-.22-.05h-.51v.796zm-5.3-7.83v2.849h.601v-.919h.425l.502.919h.676l-.574-1.024a.853.853 0 00.365-.31c.09-.14.136-.351.136-.548a.923.923 0 00-.132-.508c-.088-.138-.21-.284-.365-.354a1.257 1.257 0 00-.528-.105H4.01zm1.11 1.363h-.509v-.796h.509c.085 0 .159.017.221.05.062.034.11.081.144.14.036.06.054.13.054.21a.387.387 0 01-.198.346.458.458 0 01-.221.05zm9.792 1.552a1.422 1.422 0 01-1.04-.427 1.477 1.477 0 01-.31-.474 1.586 1.586 0 01-.11-.594c0-.214.037-.412.11-.594.072-.183.174-.341.306-.473.132-.135.286-.238.462-.31.179-.076.373-.113.582-.113.21 0 .397.035.563.105.168.07.31.163.427.28.117.116.22.267.27.409l-.532.256a.814.814 0 00-.281-.367c-.122-.093-.27-.118-.447-.118-.17 0-.32.04-.45.12a.822.822 0 00-.303.334.997.997 0 00-.104.471c0 .19.034.333.104.476a.822.822 0 00.303.333c.13.08.28.1.45.1a.876.876 0 00.49-.158.682.682 0 00.26-.328l.532.256a1.298 1.298 0 01-.719.71c-.166.07-.353.106-.563.106zm-.986 3.51v2.89h1.794v-.588h-1.192v-.578h.942v-.567h-.942v-.57h1.192v-.588h-1.794zm4.054 2.89v-2.89h.943c.314 0 .585.061.816.185.23.125.408.295.535.513.127.217.19.466.19.745 0 .28-.063.53-.19.749a1.344 1.344 0 01-.535.512c-.23.125-.502.187-.816.187h-.943zm.602-.566h.357c.189 0 .352-.038.489-.113a.759.759 0 00.318-.3.908.908 0 00.117-.468.895.895 0 00-.117-.468.736.736 0 00-.318-.296c-.137-.075-.3-.091-.49-.091h-.356v1.736zm.263-14.653v2.346h.602V4.9h.83v-.567h-2.252v.567h.82zm.066 8.796v-2.346h-.82v-.567h2.25v.567h-.829v2.346h-.602z"
|
39
|
+
})]
|
40
|
+
}));
|
41
|
+
});
|
42
|
+
export default Icon;
|
@@ -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 { forwardRef } 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__*/forwardRef(function (_ref, 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: "nonzero",
|
24
|
+
height: size,
|
25
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 212 24",
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
32
|
+
}, rest), {}, {
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
34
|
+
children: TITLE
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
36
|
+
d: "M193.635 21.688V2.312h6.32c2.098 0 3.919.416 5.462 1.248 1.543.833 2.739 1.977 3.589 3.433.849 1.457 1.274 3.121 1.274 4.994 0 1.873-.425 3.546-1.274 5.02-.85 1.456-2.046 2.6-3.589 3.432-1.543.833-3.364 1.249-5.462 1.249h-6.32zm4.031-3.511h2.393c1.266 0 2.358-.252 3.277-.755a5.435 5.435 0 002.133-2.158c.52-.936.78-2.029.78-3.277 0-1.266-.26-2.358-.78-3.277a5.264 5.264 0 00-2.133-2.133c-.919-.503-2.011-.754-3.277-.754h-2.393v12.354zM178.32 21.688V2.312h13.03v3.511h-8.999v4.395h8.479v3.511h-8.479v4.448h8.999v3.51h-13.03zM160.973 21.688V2.312h7.412c1.335 0 2.514.234 3.537.702 1.041.468 1.856 1.162 2.445 2.08.59.92.884 2.055.884 3.408 0 1.318-.303 2.445-.91 3.38a5.72 5.72 0 01-2.445 2.082l4.422 7.724h-4.526l-4.785-8.557 2.601 1.535h-4.604v7.022h-4.031zm4.031-10.533h3.407c.573 0 1.067-.113 1.483-.338.416-.226.737-.538.962-.937.243-.399.364-.858.364-1.378 0-.538-.121-1.006-.364-1.405a2.381 2.381 0 00-.962-.936c-.416-.225-.91-.338-1.483-.338h-3.407v5.332zM149.851 22c-1.525 0-2.887-.32-4.083-.962-1.196-.642-2.141-1.518-2.835-2.627-.676-1.127-1.014-2.402-1.014-3.823V2.312h4.031v12.016c0 .763.165 1.456.494 2.08a3.835 3.835 0 001.405 1.43c.589.347 1.257.52 2.002.52.763 0 1.431-.173 2.003-.52a3.645 3.645 0 001.378-1.43c.347-.624.52-1.318.52-2.08V2.312h4.032v12.276c0 1.421-.347 2.696-1.041 3.823-.676 1.11-1.612 1.985-2.808 2.627-1.197.641-2.558.962-4.084.962zM131.288 21.688V5.823h-4.915V2.312h13.784v3.511h-4.838v15.865h-4.031zM116.92 22c-1.387 0-2.679-.251-3.875-.754a9.52 9.52 0 01-3.095-2.107 9.874 9.874 0 01-2.081-3.173c-.486-1.213-.728-2.54-.728-3.979 0-1.44.242-2.765.728-3.98.485-1.23 1.17-2.288 2.055-3.172a9.177 9.177 0 013.095-2.08C114.215 2.25 115.515 2 116.92 2c1.404 0 2.661.234 3.771.702 1.127.468 2.08 1.093 2.861 1.873.78.78 1.335 1.647 1.664 2.6l-3.563 1.717c-.329-.936-.91-1.708-1.742-2.315-.815-.624-1.812-.936-2.991-.936-1.145 0-2.15.269-3.017.806-.867.538-1.543 1.283-2.029 2.237-.468.936-.702 2.037-.702 3.303s.234 2.375.702 3.329c.486.954 1.162 1.7 2.029 2.237.867.537 1.872.806 3.017.806 1.179 0 2.176-.304 2.991-.91.832-.625 1.413-1.405 1.742-2.341l3.563 1.716c-.329.954-.884 1.821-1.664 2.601-.781.78-1.734 1.405-2.861 1.873-1.11.468-2.367.702-3.771.702zM96.591 22c-1.526 0-2.887-.32-4.083-.962-1.196-.642-2.141-1.518-2.835-2.627-.676-1.127-1.014-2.402-1.014-3.823V2.312h4.031v12.016c0 .763.165 1.456.494 2.08a3.835 3.835 0 001.405 1.43c.59.347 1.257.52 2.002.52.763 0 1.43-.173 2.003-.52a3.646 3.646 0 001.378-1.43 4.21 4.21 0 00.52-2.08V2.312h4.032v12.276c0 1.421-.347 2.696-1.041 3.823-.676 1.11-1.612 1.985-2.809 2.627-1.196.641-2.557.962-4.083.962zM71.546 21.688V2.312h7.412c1.335 0 2.514.234 3.537.702 1.04.468 1.855 1.162 2.445 2.08.59.92.884 2.055.884 3.408 0 1.318-.303 2.445-.91 3.38a5.719 5.719 0 01-2.445 2.082l4.422 7.724h-4.526L77.58 13.13l2.6 1.535h-4.603v7.022h-4.031zm4.031-10.533h3.407c.572 0 1.066-.113 1.483-.338.416-.226.737-.538.962-.937.243-.399.364-.858.364-1.378 0-.538-.121-1.006-.364-1.405a2.384 2.384 0 00-.962-.936c-.417-.225-.91-.338-1.483-.338h-3.407v5.332zM60.68 21.688V5.823h-4.915V2.312H69.55v3.511h-4.837v15.865h-4.031zM47.405 22a9.092 9.092 0 01-3.433-.65 8.253 8.253 0 01-2.757-1.899 7.947 7.947 0 01-1.717-2.887l3.303-1.482c.486 1.058 1.154 1.89 2.003 2.497.867.607 1.82.91 2.861.91.555 0 1.032-.087 1.43-.26.4-.174.711-.408.937-.702.225-.312.338-.677.338-1.093 0-.45-.139-.832-.416-1.144-.278-.33-.711-.59-1.3-.78l-3.798-1.249c-1.543-.502-2.705-1.213-3.485-2.132-.78-.936-1.17-2.055-1.17-3.355 0-1.145.277-2.15.832-3.017.572-.867 1.361-1.543 2.367-2.029C44.423 2.243 45.593 2 46.91 2c1.162 0 2.237.2 3.226.598a7.367 7.367 0 012.548 1.69 6.958 6.958 0 011.639 2.627l-3.277 1.483c-.364-.902-.91-1.604-1.639-2.107-.728-.52-1.56-.78-2.496-.78-.538 0-1.014.087-1.43.26-.417.174-.738.425-.963.754a1.816 1.816 0 00-.338 1.093c0 .45.147.85.442 1.196.295.33.737.59 1.327.78l3.719 1.197c1.56.502 2.722 1.205 3.485 2.106.78.902 1.17 2.003 1.17 3.303 0 1.127-.295 2.133-.884 3.017-.59.867-1.405 1.552-2.445 2.055-1.023.485-2.22.728-3.59.728zM21.054 21.688V2.312h3.095l10.403 13.706-1.664.39V2.312h4.031v19.376h-3.121L23.577 7.878l1.508-.39v14.2h-4.03zM9.932 22c-1.525 0-2.886-.32-4.083-.962-1.196-.642-2.141-1.518-2.835-2.627C2.338 17.284 2 16.009 2 14.588V2.312h4.031v12.016c0 .763.165 1.456.494 2.08a3.835 3.835 0 001.405 1.43c.59.347 1.257.52 2.002.52.763 0 1.43-.173 2.003-.52a3.646 3.646 0 001.378-1.43 4.21 4.21 0 00.52-2.08V2.312h4.032v12.276c0 1.421-.347 2.696-1.04 3.823-.677 1.11-1.613 1.985-2.81 2.627-1.196.641-2.557.962-4.083.962z"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
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,16 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
import Avatar from "./components/Avatar";
|
4
|
+
import Color from "./components/Color";
|
5
|
+
import Combine from "./components/Combine";
|
6
|
+
import Mono from "./components/Mono";
|
7
|
+
import Text from "./components/Text";
|
8
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
9
|
+
var Icons = Mono;
|
10
|
+
Icons.Color = Color;
|
11
|
+
Icons.Text = Text;
|
12
|
+
Icons.Combine = Combine;
|
13
|
+
Icons.Avatar = Avatar;
|
14
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
15
|
+
Icons.title = TITLE;
|
16
|
+
export default Icons;
|
package/es/icons.d.ts
CHANGED
@@ -23,6 +23,7 @@ export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './B
|
|
23
23
|
export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
|
24
24
|
export { default as Civitai, type CompoundedIcon as CivitaiProps } from './Civitai';
|
25
25
|
export { default as Claude, type CompoundedIcon as ClaudeProps } from './Claude';
|
26
|
+
export { default as Cline, type CompoundedIcon as ClineProps } from './Cline';
|
26
27
|
export { default as Clipdrop, type CompoundedIcon as ClipdropProps } from './Clipdrop';
|
27
28
|
export { default as Cloudflare, type CompoundedIcon as CloudflareProps } from './Cloudflare';
|
28
29
|
export { default as CodeGeeX, type CompoundedIcon as CodeGeeXProps } from './CodeGeeX';
|
@@ -41,6 +42,7 @@ export { default as DeepAI, type CompoundedIcon as DeepAIProps } from './DeepAI'
|
|
41
42
|
export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
|
42
43
|
export { default as DeepSeek, type CompoundedIcon as DeepSeekProps } from './DeepSeek';
|
43
44
|
export { default as Dify, type CompoundedIcon as DifyProps } from './Dify';
|
45
|
+
export { default as DocSearch, type CompoundedIcon as DocSearchProps } from './DocSearch';
|
44
46
|
export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao';
|
45
47
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
46
48
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
@@ -54,7 +56,9 @@ export { default as Github, type CompoundedIcon as GithubProps } from './Github'
|
|
54
56
|
export { default as GithubCopilot, type CompoundedIcon as GithubCopilotProps, } from './GithubCopilot';
|
55
57
|
export { default as Glif, type CompoundedIcon as GlifProps } from './Glif';
|
56
58
|
export { default as Google, type CompoundedIcon as GoogleProps } from './Google';
|
59
|
+
export { default as Goose, type CompoundedIcon as GooseProps } from './Goose';
|
57
60
|
export { default as Gradio, type CompoundedIcon as GradioProps } from './Gradio';
|
61
|
+
export { default as Greptile, type CompoundedIcon as GreptileProps } from './Greptile';
|
58
62
|
export { default as Grok, type CompoundedIcon as GrokProps } from './Grok';
|
59
63
|
export { default as Groq, type CompoundedIcon as GroqProps } from './Groq';
|
60
64
|
export { default as Hailuo, type CompoundedIcon as HailuoProps } from './Hailuo';
|
@@ -137,6 +141,7 @@ export { default as TII, type CompoundedIcon as TIIProps } from './TII';
|
|
137
141
|
export { default as Together, type CompoundedIcon as TogetherProps } from './Together';
|
138
142
|
export { default as Tripo, type CompoundedIcon as TripoProps } from './Tripo';
|
139
143
|
export { default as Udio, type CompoundedIcon as UdioProps } from './Udio';
|
144
|
+
export { default as Unstructured, type CompoundedIcon as UnstructuredProps } from './Unstructured';
|
140
145
|
export { default as Upstage, type CompoundedIcon as UpstageProps } from './Upstage';
|
141
146
|
export { default as V0, type CompoundedIcon as V0Props } from './V0';
|
142
147
|
export { default as Vercel, type CompoundedIcon as VercelProps } from './Vercel';
|
package/es/icons.js
CHANGED
@@ -23,6 +23,7 @@ export { default as ByteDance } from "./ByteDance";
|
|
23
23
|
export { default as ChatGLM } from "./ChatGLM";
|
24
24
|
export { default as Civitai } from "./Civitai";
|
25
25
|
export { default as Claude } from "./Claude";
|
26
|
+
export { default as Cline } from "./Cline";
|
26
27
|
export { default as Clipdrop } from "./Clipdrop";
|
27
28
|
export { default as Cloudflare } from "./Cloudflare";
|
28
29
|
export { default as CodeGeeX } from "./CodeGeeX";
|
@@ -41,6 +42,7 @@ export { default as DeepAI } from "./DeepAI";
|
|
41
42
|
export { default as DeepMind } from "./DeepMind";
|
42
43
|
export { default as DeepSeek } from "./DeepSeek";
|
43
44
|
export { default as Dify } from "./Dify";
|
45
|
+
export { default as DocSearch } from "./DocSearch";
|
44
46
|
export { default as Doubao } from "./Doubao";
|
45
47
|
export { default as Fal } from "./Fal";
|
46
48
|
export { default as Fireworks } from "./Fireworks";
|
@@ -54,7 +56,9 @@ export { default as Github } from "./Github";
|
|
54
56
|
export { default as GithubCopilot } from "./GithubCopilot";
|
55
57
|
export { default as Glif } from "./Glif";
|
56
58
|
export { default as Google } from "./Google";
|
59
|
+
export { default as Goose } from "./Goose";
|
57
60
|
export { default as Gradio } from "./Gradio";
|
61
|
+
export { default as Greptile } from "./Greptile";
|
58
62
|
export { default as Grok } from "./Grok";
|
59
63
|
export { default as Groq } from "./Groq";
|
60
64
|
export { default as Hailuo } from "./Hailuo";
|
@@ -137,6 +141,7 @@ export { default as TII } from "./TII";
|
|
137
141
|
export { default as Together } from "./Together";
|
138
142
|
export { default as Tripo } from "./Tripo";
|
139
143
|
export { default as Udio } from "./Udio";
|
144
|
+
export { default as Unstructured } from "./Unstructured";
|
140
145
|
export { default as Upstage } from "./Upstage";
|
141
146
|
export { default as V0 } from "./V0";
|
142
147
|
export { default as Vercel } from "./Vercel";
|
package/es/toc.js
CHANGED
@@ -454,6 +454,24 @@ var toc = [{
|
|
454
454
|
"hasTextColor": false
|
455
455
|
},
|
456
456
|
"title": "Claude"
|
457
|
+
}, {
|
458
|
+
"color": "#323B43",
|
459
|
+
"desc": "https://cline.bot",
|
460
|
+
"docsUrl": "cline",
|
461
|
+
"fullTitle": "Cline",
|
462
|
+
"group": "application",
|
463
|
+
"id": "Cline",
|
464
|
+
"param": {
|
465
|
+
"hasAvatar": true,
|
466
|
+
"hasBrand": false,
|
467
|
+
"hasBrandColor": false,
|
468
|
+
"hasColor": false,
|
469
|
+
"hasCombine": true,
|
470
|
+
"hasText": true,
|
471
|
+
"hasTextCn": false,
|
472
|
+
"hasTextColor": false
|
473
|
+
},
|
474
|
+
"title": "Cline"
|
457
475
|
}, {
|
458
476
|
"color": "#000",
|
459
477
|
"desc": "https://clipdrop.co",
|
@@ -782,6 +800,24 @@ var toc = [{
|
|
782
800
|
"hasTextColor": false
|
783
801
|
},
|
784
802
|
"title": "Dify"
|
803
|
+
}, {
|
804
|
+
"color": "#fff",
|
805
|
+
"desc": "https://docsearch.algolia.com",
|
806
|
+
"docsUrl": "doc-search",
|
807
|
+
"fullTitle": "DocSearch",
|
808
|
+
"group": "application",
|
809
|
+
"id": "DocSearch",
|
810
|
+
"param": {
|
811
|
+
"hasAvatar": true,
|
812
|
+
"hasBrand": false,
|
813
|
+
"hasBrandColor": false,
|
814
|
+
"hasColor": true,
|
815
|
+
"hasCombine": true,
|
816
|
+
"hasText": true,
|
817
|
+
"hasTextCn": false,
|
818
|
+
"hasTextColor": false
|
819
|
+
},
|
820
|
+
"title": "DocSearch"
|
785
821
|
}, {
|
786
822
|
"color": "#FFF",
|
787
823
|
"desc": "https://team.doubao.com",
|
@@ -1018,6 +1054,24 @@ var toc = [{
|
|
1018
1054
|
"hasTextColor": false
|
1019
1055
|
},
|
1020
1056
|
"title": "Google"
|
1057
|
+
}, {
|
1058
|
+
"color": "#fff",
|
1059
|
+
"desc": "https://block.github.io/goose",
|
1060
|
+
"docsUrl": "goose",
|
1061
|
+
"fullTitle": "Goose (codename)",
|
1062
|
+
"group": "application",
|
1063
|
+
"id": "Goose",
|
1064
|
+
"param": {
|
1065
|
+
"hasAvatar": true,
|
1066
|
+
"hasBrand": false,
|
1067
|
+
"hasBrandColor": false,
|
1068
|
+
"hasColor": false,
|
1069
|
+
"hasCombine": true,
|
1070
|
+
"hasText": true,
|
1071
|
+
"hasTextCn": false,
|
1072
|
+
"hasTextColor": false
|
1073
|
+
},
|
1074
|
+
"title": "Goose"
|
1021
1075
|
}, {
|
1022
1076
|
"color": "#fff",
|
1023
1077
|
"desc": "https://gradio.app",
|
@@ -1036,6 +1090,24 @@ var toc = [{
|
|
1036
1090
|
"hasTextColor": false
|
1037
1091
|
},
|
1038
1092
|
"title": "Gradio"
|
1093
|
+
}, {
|
1094
|
+
"color": "#44A775",
|
1095
|
+
"desc": "https://greptile.com",
|
1096
|
+
"docsUrl": "greptile",
|
1097
|
+
"fullTitle": "Greptile",
|
1098
|
+
"group": "application",
|
1099
|
+
"id": "Greptile",
|
1100
|
+
"param": {
|
1101
|
+
"hasAvatar": true,
|
1102
|
+
"hasBrand": false,
|
1103
|
+
"hasBrandColor": false,
|
1104
|
+
"hasColor": true,
|
1105
|
+
"hasCombine": true,
|
1106
|
+
"hasText": true,
|
1107
|
+
"hasTextCn": false,
|
1108
|
+
"hasTextColor": false
|
1109
|
+
},
|
1110
|
+
"title": "Greptile"
|
1039
1111
|
}, {
|
1040
1112
|
"color": "#000",
|
1041
1113
|
"desc": "https://grok.x.ai",
|
@@ -2526,6 +2598,24 @@ var toc = [{
|
|
2526
2598
|
"hasTextColor": false
|
2527
2599
|
},
|
2528
2600
|
"title": "Udio"
|
2601
|
+
}, {
|
2602
|
+
"color": "#0ADDF8",
|
2603
|
+
"desc": "https://unstructured.io",
|
2604
|
+
"docsUrl": "unstructured",
|
2605
|
+
"fullTitle": "Unstructured",
|
2606
|
+
"group": "application",
|
2607
|
+
"id": "Unstructured",
|
2608
|
+
"param": {
|
2609
|
+
"hasAvatar": true,
|
2610
|
+
"hasBrand": false,
|
2611
|
+
"hasBrandColor": false,
|
2612
|
+
"hasColor": true,
|
2613
|
+
"hasCombine": true,
|
2614
|
+
"hasText": true,
|
2615
|
+
"hasTextCn": false,
|
2616
|
+
"hasTextColor": false
|
2617
|
+
},
|
2618
|
+
"title": "Unstructured"
|
2529
2619
|
}, {
|
2530
2620
|
"color": "#908AF9",
|
2531
2621
|
"colorGradient": "linear-gradient(to bottom, #AEBCFE, #805DFA)",
|