@lobehub/icons 1.86.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 +35 -34
- package/es/AiStudio/components/Avatar.d.ts +5 -0
- package/es/AiStudio/components/Avatar.js +29 -0
- package/es/AiStudio/components/Color.d.ts +3 -0
- package/es/AiStudio/components/Color.js +49 -0
- package/es/AiStudio/components/Combine.d.ts +7 -0
- package/es/AiStudio/components/Combine.js +32 -0
- package/es/AiStudio/components/Mono.d.ts +3 -0
- package/es/AiStudio/components/Mono.js +41 -0
- package/es/AiStudio/components/Text.d.ts +3 -0
- package/es/AiStudio/components/Text.js +40 -0
- package/es/AiStudio/index.d.ts +15 -0
- package/es/AiStudio/index.js +16 -0
- package/es/AiStudio/style.d.ts +4 -0
- package/es/AiStudio/style.js +4 -0
- 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 +6 -0
- package/es/icons.js +6 -0
- package/es/toc.js +108 -0
- package/package.json +1 -1
@@ -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;
|
@@ -0,0 +1,30 @@
|
|
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 = ["background", "size"];
|
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 IconAvatar from "../../features/IconAvatar";
|
14
|
+
import { COLOR_PRIMARY, TITLE } from "../style";
|
15
|
+
import Inner from "./Inner";
|
16
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
17
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
18
|
+
var background = _ref.background,
|
19
|
+
size = _ref.size,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
22
|
+
Icon: Inner,
|
23
|
+
"aria-label": TITLE,
|
24
|
+
background: background || COLOR_PRIMARY,
|
25
|
+
color: '#000',
|
26
|
+
iconMultiple: 0.65,
|
27
|
+
size: size
|
28
|
+
}, rest));
|
29
|
+
});
|
30
|
+
export default Avatar;
|
@@ -0,0 +1,45 @@
|
|
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
|
+
height: size,
|
23
|
+
ref: ref,
|
24
|
+
style: _objectSpread({
|
25
|
+
flex: 'none',
|
26
|
+
lineHeight: 1
|
27
|
+
}, style),
|
28
|
+
viewBox: "0 0 24 24",
|
29
|
+
width: size,
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
31
|
+
}, rest), {}, {
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
33
|
+
children: TITLE
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
35
|
+
d: "M0 0h24v24H0z",
|
36
|
+
fill: "#0ADDF8"
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
38
|
+
clipRule: "evenodd",
|
39
|
+
d: "M14.316 7.13c.16.065.331.097.512.097.205 0 .383-.036.536-.108a.907.907 0 00.365-.307.793.793 0 00.132-.45.727.727 0 00-.175-.493c-.114-.135-.287-.24-.52-.315l-.555-.178a.442.442 0 01-.198-.117.268.268 0 01-.066-.178.27.27 0 01.05-.163.315.315 0 01.144-.113.55.55 0 01.213-.039.66.66 0 01.584.36l.446-.319a1.1 1.1 0 00-.549-.475 1.274 1.274 0 00-.48-.09c-.197 0-.372.037-.525.11a.86.86 0 00-.353.302.816.816 0 00-.124.45c0 .194.058.361.175.5.116.138.29.244.52.32l.566.185a.413.413 0 01.195.117.248.248 0 01.062.17.27.27 0 01-.05.164.344.344 0 01-.14.104.533.533 0 01-.214.04.728.728 0 01-.427-.137.894.894 0 01-.27-.313l-.47.291a1.16 1.16 0 00.616.585zm-9.768-.068c.178.096.381.144.61.144.227 0 .43-.048.608-.144a1.075 1.075 0 00.575-.963V4.267h-.602v1.794a.628.628 0 01-.077.31.565.565 0 01-.505.291.578.578 0 01-.508-.29.655.655 0 01-.074-.311V4.267h-.602V6.1c0 .213.05.403.152.57.103.167.244.297.423.393zm4.765 6.49c.179.096.382.144.61.144.227 0 .43-.048.609-.143a1.075 1.075 0 00.574-.963v-1.832h-.601v1.793a.63.63 0 01-.078.31.566.566 0 01-.505.291.573.573 0 01-.582-.602V10.76H8.74v1.832c0 .212.05.402.151.57.104.166.245.297.423.393zM5.05 20.166a1.27 1.27 0 01-.61-.143 1.104 1.104 0 01-.422-.392 1.087 1.087 0 01-.152-.57v-1.833h.602v1.793a.572.572 0 00.582.602.565.565 0 00.505-.291.629.629 0 00.078-.31v-1.794h.601v1.832a1.066 1.066 0 01-.574.963 1.27 1.27 0 01-.61.143zM8.774 4.267V7.16h.601V5.402l1.3 1.757h.466V4.267h-.601v1.719L9.236 4.267h-.462zM8.709 17.27v2.849h.602v-.92h.424l.502.92h.676l-.574-1.024a.852.852 0 00.365-.31c.09-.14.136-.351.136-.548a.923.923 0 00-.132-.508c-.088-.138-.21-.284-.365-.354a1.258 1.258 0 00-.528-.105H8.71zm1.11 1.363h-.508v-.796h.508c.085 0 .16.017.221.05.062.034.11.08.144.14.036.06.054.13.054.21a.388.388 0 01-.198.345.458.458 0 01-.22.05zm-5.808-4.981v-2.849h1.106c.2 0 .375.035.528.105.155.07.277.216.365.354a.923.923 0 01.132.508c0 .197-.046.408-.136.548a.853.853 0 01-.365.31l.574 1.024h-.676l-.502-.919h-.425v.919h-.601zm.601-1.486h.509c.085 0 .159-.017.221-.05a.387.387 0 00.198-.346c0-.08-.018-.15-.054-.21a.355.355 0 00-.144-.14.458.458 0 00-.221-.05h-.509v.796zm9.723 1.44c.178.074.371.112.578.112.21 0 .397-.035.563-.105a1.298 1.298 0 00.719-.71l-.532-.257a.682.682 0 01-.26.328.876.876 0 01-.49.157c-.17 0-.32-.018-.45-.099a.822.822 0 01-.303-.333 1.02 1.02 0 01-.104-.476c0-.189.034-.331.104-.471a.822.822 0 01.303-.334c.13-.08.28-.12.45-.12.176 0 .325.025.447.118.124.09.232.227.281.367l.532-.256a1.152 1.152 0 00-.27-.41 1.3 1.3 0 00-.427-.28 1.435 1.435 0 00-.563-.104c-.21 0-.403.037-.582.112-.176.073-.33.176-.462.311-.132.132-.234.29-.306.473-.073.182-.11.38-.11.594a1.477 1.477 0 00.42 1.067c.132.135.286.24.462.315zm-.408 6.513v-2.892h1.794v.589h-1.192v.57h.942v.567h-.942v.577h1.192v.589h-1.794zm4.054-2.892v2.892h.943c.314 0 .585-.062.816-.187.23-.124.408-.295.535-.512.127-.22.19-.47.19-.75 0-.279-.063-.527-.19-.744a1.344 1.344 0 00-.535-.513 1.693 1.693 0 00-.816-.186h-.943zm.959 2.325h-.357v-1.736h.357c.189 0 .352.016.489.09.137.076.243.16.318.297a.895.895 0 01.117.468.908.908 0 01-.117.467.759.759 0 01-.318.301c-.137.075-.3.113-.49.113zm-.094-12.307V4.9h-.82v-.567h2.252v.567h-.83v2.346h-.602zm.066 4.104v2.346h.601v-2.346h.83v-.567h-2.251v.567h.82z",
|
40
|
+
fill: "#000",
|
41
|
+
fillRule: "evenodd"
|
42
|
+
})]
|
43
|
+
}));
|
44
|
+
});
|
45
|
+
export default Icon;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
4
|
+
type?: 'color' | 'mono';
|
5
|
+
}
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
7
|
+
export default Combine;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["type"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { memo } from 'react';
|
13
|
+
import IconCombine from "../../features/IconCombine";
|
14
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
|
15
|
+
import Color from "./Color";
|
16
|
+
import Mono from "./Mono";
|
17
|
+
import Text from "./Text";
|
18
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
19
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
20
|
+
var _ref$type = _ref.type,
|
21
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
22
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
23
|
+
var Icon = type === 'color' ? Color : Mono;
|
24
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
25
|
+
Icon: Icon,
|
26
|
+
Text: Text,
|
27
|
+
"aria-label": TITLE,
|
28
|
+
spaceMultiple: SPACE_MULTIPLE,
|
29
|
+
textMultiple: TEXT_MULTIPLE
|
30
|
+
}, rest));
|
31
|
+
});
|
32
|
+
export default Combine;
|
@@ -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
@@ -3,6 +3,7 @@ export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } fro
|
|
3
3
|
export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
|
4
4
|
export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
|
5
5
|
export { default as AiMass, type CompoundedIcon as AiMassProps } from './AiMass';
|
6
|
+
export { default as AiStudio, type CompoundedIcon as AiStudioProps } from './AiStudio';
|
6
7
|
export { default as Alibaba, type CompoundedIcon as AlibabaProps } from './Alibaba';
|
7
8
|
export { default as AlibabaCloud, type CompoundedIcon as AlibabaCloudProps } from './AlibabaCloud';
|
8
9
|
export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './AntGroup';
|
@@ -22,6 +23,7 @@ export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './B
|
|
22
23
|
export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
|
23
24
|
export { default as Civitai, type CompoundedIcon as CivitaiProps } from './Civitai';
|
24
25
|
export { default as Claude, type CompoundedIcon as ClaudeProps } from './Claude';
|
26
|
+
export { default as Cline, type CompoundedIcon as ClineProps } from './Cline';
|
25
27
|
export { default as Clipdrop, type CompoundedIcon as ClipdropProps } from './Clipdrop';
|
26
28
|
export { default as Cloudflare, type CompoundedIcon as CloudflareProps } from './Cloudflare';
|
27
29
|
export { default as CodeGeeX, type CompoundedIcon as CodeGeeXProps } from './CodeGeeX';
|
@@ -40,6 +42,7 @@ export { default as DeepAI, type CompoundedIcon as DeepAIProps } from './DeepAI'
|
|
40
42
|
export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
|
41
43
|
export { default as DeepSeek, type CompoundedIcon as DeepSeekProps } from './DeepSeek';
|
42
44
|
export { default as Dify, type CompoundedIcon as DifyProps } from './Dify';
|
45
|
+
export { default as DocSearch, type CompoundedIcon as DocSearchProps } from './DocSearch';
|
43
46
|
export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao';
|
44
47
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
45
48
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
@@ -53,7 +56,9 @@ export { default as Github, type CompoundedIcon as GithubProps } from './Github'
|
|
53
56
|
export { default as GithubCopilot, type CompoundedIcon as GithubCopilotProps, } from './GithubCopilot';
|
54
57
|
export { default as Glif, type CompoundedIcon as GlifProps } from './Glif';
|
55
58
|
export { default as Google, type CompoundedIcon as GoogleProps } from './Google';
|
59
|
+
export { default as Goose, type CompoundedIcon as GooseProps } from './Goose';
|
56
60
|
export { default as Gradio, type CompoundedIcon as GradioProps } from './Gradio';
|
61
|
+
export { default as Greptile, type CompoundedIcon as GreptileProps } from './Greptile';
|
57
62
|
export { default as Grok, type CompoundedIcon as GrokProps } from './Grok';
|
58
63
|
export { default as Groq, type CompoundedIcon as GroqProps } from './Groq';
|
59
64
|
export { default as Hailuo, type CompoundedIcon as HailuoProps } from './Hailuo';
|
@@ -136,6 +141,7 @@ export { default as TII, type CompoundedIcon as TIIProps } from './TII';
|
|
136
141
|
export { default as Together, type CompoundedIcon as TogetherProps } from './Together';
|
137
142
|
export { default as Tripo, type CompoundedIcon as TripoProps } from './Tripo';
|
138
143
|
export { default as Udio, type CompoundedIcon as UdioProps } from './Udio';
|
144
|
+
export { default as Unstructured, type CompoundedIcon as UnstructuredProps } from './Unstructured';
|
139
145
|
export { default as Upstage, type CompoundedIcon as UpstageProps } from './Upstage';
|
140
146
|
export { default as V0, type CompoundedIcon as V0Props } from './V0';
|
141
147
|
export { default as Vercel, type CompoundedIcon as VercelProps } from './Vercel';
|
package/es/icons.js
CHANGED
@@ -3,6 +3,7 @@ export { default as AdobeFirefly } from "./AdobeFirefly";
|
|
3
3
|
export { default as Ai21 } from "./Ai21";
|
4
4
|
export { default as Ai360 } from "./Ai360";
|
5
5
|
export { default as AiMass } from "./AiMass";
|
6
|
+
export { default as AiStudio } from "./AiStudio";
|
6
7
|
export { default as Alibaba } from "./Alibaba";
|
7
8
|
export { default as AlibabaCloud } from "./AlibabaCloud";
|
8
9
|
export { default as AntGroup } from "./AntGroup";
|
@@ -22,6 +23,7 @@ export { default as ByteDance } from "./ByteDance";
|
|
22
23
|
export { default as ChatGLM } from "./ChatGLM";
|
23
24
|
export { default as Civitai } from "./Civitai";
|
24
25
|
export { default as Claude } from "./Claude";
|
26
|
+
export { default as Cline } from "./Cline";
|
25
27
|
export { default as Clipdrop } from "./Clipdrop";
|
26
28
|
export { default as Cloudflare } from "./Cloudflare";
|
27
29
|
export { default as CodeGeeX } from "./CodeGeeX";
|
@@ -40,6 +42,7 @@ export { default as DeepAI } from "./DeepAI";
|
|
40
42
|
export { default as DeepMind } from "./DeepMind";
|
41
43
|
export { default as DeepSeek } from "./DeepSeek";
|
42
44
|
export { default as Dify } from "./Dify";
|
45
|
+
export { default as DocSearch } from "./DocSearch";
|
43
46
|
export { default as Doubao } from "./Doubao";
|
44
47
|
export { default as Fal } from "./Fal";
|
45
48
|
export { default as Fireworks } from "./Fireworks";
|
@@ -53,7 +56,9 @@ export { default as Github } from "./Github";
|
|
53
56
|
export { default as GithubCopilot } from "./GithubCopilot";
|
54
57
|
export { default as Glif } from "./Glif";
|
55
58
|
export { default as Google } from "./Google";
|
59
|
+
export { default as Goose } from "./Goose";
|
56
60
|
export { default as Gradio } from "./Gradio";
|
61
|
+
export { default as Greptile } from "./Greptile";
|
57
62
|
export { default as Grok } from "./Grok";
|
58
63
|
export { default as Groq } from "./Groq";
|
59
64
|
export { default as Hailuo } from "./Hailuo";
|
@@ -136,6 +141,7 @@ export { default as TII } from "./TII";
|
|
136
141
|
export { default as Together } from "./Together";
|
137
142
|
export { default as Tripo } from "./Tripo";
|
138
143
|
export { default as Udio } from "./Udio";
|
144
|
+
export { default as Unstructured } from "./Unstructured";
|
139
145
|
export { default as Upstage } from "./Upstage";
|
140
146
|
export { default as V0 } from "./V0";
|
141
147
|
export { default as Vercel } from "./Vercel";
|
package/es/toc.js
CHANGED
@@ -90,6 +90,24 @@ var toc = [{
|
|
90
90
|
"hasTextColor": false
|
91
91
|
},
|
92
92
|
"title": "AiMass"
|
93
|
+
}, {
|
94
|
+
"color": "#0057CC",
|
95
|
+
"desc": "https://aistudio.google.com",
|
96
|
+
"docsUrl": "ai-studio",
|
97
|
+
"fullTitle": "AI Studio (Google)",
|
98
|
+
"group": "provider",
|
99
|
+
"id": "AiStudio",
|
100
|
+
"param": {
|
101
|
+
"hasAvatar": true,
|
102
|
+
"hasBrand": false,
|
103
|
+
"hasBrandColor": false,
|
104
|
+
"hasColor": true,
|
105
|
+
"hasCombine": true,
|
106
|
+
"hasText": true,
|
107
|
+
"hasTextCn": false,
|
108
|
+
"hasTextColor": false
|
109
|
+
},
|
110
|
+
"title": "Google AI Studio"
|
93
111
|
}, {
|
94
112
|
"color": "#FF6003",
|
95
113
|
"desc": "https://alibaba.com",
|
@@ -436,6 +454,24 @@ var toc = [{
|
|
436
454
|
"hasTextColor": false
|
437
455
|
},
|
438
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"
|
439
475
|
}, {
|
440
476
|
"color": "#000",
|
441
477
|
"desc": "https://clipdrop.co",
|
@@ -764,6 +800,24 @@ var toc = [{
|
|
764
800
|
"hasTextColor": false
|
765
801
|
},
|
766
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"
|
767
821
|
}, {
|
768
822
|
"color": "#FFF",
|
769
823
|
"desc": "https://team.doubao.com",
|
@@ -1000,6 +1054,24 @@ var toc = [{
|
|
1000
1054
|
"hasTextColor": false
|
1001
1055
|
},
|
1002
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"
|
1003
1075
|
}, {
|
1004
1076
|
"color": "#fff",
|
1005
1077
|
"desc": "https://gradio.app",
|
@@ -1018,6 +1090,24 @@ var toc = [{
|
|
1018
1090
|
"hasTextColor": false
|
1019
1091
|
},
|
1020
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"
|
1021
1111
|
}, {
|
1022
1112
|
"color": "#000",
|
1023
1113
|
"desc": "https://grok.x.ai",
|
@@ -2508,6 +2598,24 @@ var toc = [{
|
|
2508
2598
|
"hasTextColor": false
|
2509
2599
|
},
|
2510
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"
|
2511
2619
|
}, {
|
2512
2620
|
"color": "#908AF9",
|
2513
2621
|
"colorGradient": "linear-gradient(to bottom, #AEBCFE, #805DFA)",
|