@lobehub/icons 1.14.0 → 1.16.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 +47 -42
- package/es/Alibaba/components/Avatar.d.ts +5 -0
- package/es/Alibaba/components/Avatar.js +20 -0
- package/es/Alibaba/components/BrandColor.d.ts +3 -0
- package/es/Alibaba/components/BrandColor.js +35 -0
- package/es/Alibaba/components/BrandMono.d.ts +3 -0
- package/es/Alibaba/components/BrandMono.js +35 -0
- package/es/Alibaba/components/Color.d.ts +3 -0
- package/es/Alibaba/components/Color.js +35 -0
- package/es/Alibaba/components/Mono.d.ts +3 -0
- package/es/Alibaba/components/Mono.js +35 -0
- package/es/Alibaba/components/Text.d.ts +3 -0
- package/es/Alibaba/components/Text.js +35 -0
- package/es/Alibaba/components/TextCn.d.ts +3 -0
- package/es/Alibaba/components/TextCn.js +35 -0
- package/es/Alibaba/index.d.ts +19 -0
- package/es/Alibaba/index.js +18 -0
- package/es/Alibaba/style.d.ts +2 -0
- package/es/Alibaba/style.js +2 -0
- package/es/AntGroup/components/Avatar.d.ts +5 -0
- package/es/AntGroup/components/Avatar.js +20 -0
- package/es/AntGroup/components/BrandColor.d.ts +3 -0
- package/es/AntGroup/components/BrandColor.js +112 -0
- package/es/AntGroup/components/BrandMono.d.ts +3 -0
- package/es/AntGroup/components/BrandMono.js +43 -0
- package/es/AntGroup/components/Color.d.ts +3 -0
- package/es/AntGroup/components/Color.js +104 -0
- package/es/AntGroup/components/Mono.d.ts +3 -0
- package/es/AntGroup/components/Mono.js +35 -0
- package/es/AntGroup/components/Text.d.ts +3 -0
- package/es/AntGroup/components/Text.js +35 -0
- package/es/AntGroup/components/TextCn.d.ts +3 -0
- package/es/AntGroup/components/TextCn.js +35 -0
- package/es/AntGroup/index.d.ts +19 -0
- package/es/AntGroup/index.js +18 -0
- package/es/AntGroup/style.d.ts +2 -0
- package/es/AntGroup/style.js +2 -0
- package/es/Baidu/components/Avatar.d.ts +5 -0
- package/es/Baidu/components/Avatar.js +20 -0
- package/es/Baidu/components/BrandColor.d.ts +3 -0
- package/es/Baidu/components/BrandColor.js +41 -0
- package/es/Baidu/components/BrandMono.d.ts +3 -0
- package/es/Baidu/components/BrandMono.js +39 -0
- package/es/Baidu/components/Color.d.ts +3 -0
- package/es/Baidu/components/Color.js +35 -0
- package/es/Baidu/components/Mono.d.ts +3 -0
- package/es/Baidu/components/Mono.js +35 -0
- package/es/Baidu/components/Text.d.ts +3 -0
- package/es/Baidu/components/Text.js +35 -0
- package/es/Baidu/components/TextCn.d.ts +3 -0
- package/es/Baidu/components/TextCn.js +35 -0
- package/es/Baidu/index.d.ts +19 -0
- package/es/Baidu/index.js +18 -0
- package/es/Baidu/style.d.ts +2 -0
- package/es/Baidu/style.js +2 -0
- package/es/ByteDance/components/Avatar.d.ts +5 -0
- package/es/ByteDance/components/Avatar.js +20 -0
- package/es/ByteDance/components/BrandColor.d.ts +3 -0
- package/es/ByteDance/components/BrandColor.js +54 -0
- package/es/ByteDance/components/BrandMono.d.ts +3 -0
- package/es/ByteDance/components/BrandMono.js +45 -0
- package/es/ByteDance/components/Color.d.ts +3 -0
- package/es/ByteDance/components/Color.js +50 -0
- package/es/ByteDance/components/Mono.d.ts +3 -0
- package/es/ByteDance/components/Mono.js +43 -0
- package/es/ByteDance/components/Text.d.ts +3 -0
- package/es/ByteDance/components/Text.js +35 -0
- package/es/ByteDance/components/TextCn.d.ts +3 -0
- package/es/ByteDance/components/TextCn.js +35 -0
- package/es/ByteDance/index.d.ts +19 -0
- package/es/ByteDance/index.js +18 -0
- package/es/ByteDance/style.d.ts +2 -0
- package/es/ByteDance/style.js +2 -0
- package/es/Tencent/components/Avatar.d.ts +5 -0
- package/es/Tencent/components/Avatar.js +20 -0
- package/es/Tencent/components/BrandColor.d.ts +3 -0
- package/es/Tencent/components/BrandColor.js +35 -0
- package/es/Tencent/components/BrandMono.d.ts +3 -0
- package/es/Tencent/components/BrandMono.js +35 -0
- package/es/Tencent/components/Color.d.ts +3 -0
- package/es/Tencent/components/Color.js +35 -0
- package/es/Tencent/components/Mono.d.ts +3 -0
- package/es/Tencent/components/Mono.js +35 -0
- package/es/Tencent/components/Text.d.ts +3 -0
- package/es/Tencent/components/Text.js +35 -0
- package/es/Tencent/components/TextCn.d.ts +3 -0
- package/es/Tencent/components/TextCn.js +35 -0
- package/es/Tencent/index.d.ts +19 -0
- package/es/Tencent/index.js +18 -0
- package/es/Tencent/style.d.ts +2 -0
- package/es/Tencent/style.js +2 -0
- package/es/Yi/components/Avatar.js +1 -2
- package/es/Yi/components/Text.d.ts +1 -3
- package/es/Yi/components/Text.js +1 -35
- package/es/ZeroOne/components/Avatar.d.ts +5 -0
- package/es/ZeroOne/components/Avatar.js +21 -0
- package/es/ZeroOne/components/Color.d.ts +3 -0
- package/es/ZeroOne/components/Color.js +43 -0
- package/es/ZeroOne/components/Combine.d.ts +5 -0
- package/es/ZeroOne/components/Combine.js +24 -0
- package/es/ZeroOne/components/Mono.d.ts +3 -0
- package/es/ZeroOne/components/Mono.js +35 -0
- package/es/ZeroOne/components/Text.d.ts +3 -0
- package/es/ZeroOne/components/Text.js +35 -0
- package/es/ZeroOne/index.d.ts +13 -0
- package/es/ZeroOne/index.js +12 -0
- package/es/ZeroOne/style.d.ts +4 -0
- package/es/ZeroOne/style.js +4 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
height: size,
|
|
19
|
+
ref: ref,
|
|
20
|
+
style: _objectSpread({
|
|
21
|
+
flex: 'none',
|
|
22
|
+
lineHeight: 1,
|
|
23
|
+
width: 'fit-content'
|
|
24
|
+
}, style),
|
|
25
|
+
viewBox: "0 0 73 24",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, rest), {}, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
31
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M14.745 1.383c-.254.593-.861.914-1.31 1.348-.688.668-.98 1.725-1.195 2.682 3.309.775 5.884 3.532 6.367 7.025.555 4.016-1.817 7.859-5.639 9.134-3.822 1.276-8.003-.38-9.94-3.935-1.936-3.555-1.075-7.996 2.047-10.556.104-.085.21-.168.318-.248-.193-.396-.373-.8-.54-1.21a8.817 8.817 0 01-.606-1.987 7.656 7.656 0 01-.05-.37 3.786 3.786 0 01-.024-.34 2.55 2.55 0 01.13-.872c.067-.23.198-.436.377-.594a.816.816 0 011.144.11c.68.82.165 2.078.138 3.02.01.574.11 1.143.296 1.683l-.101.053a8.22 8.22 0 001.294-.79c.274-.243.442-.742.767-.864.324-.121.669.146.928.297.273.145.577.219.885.214l.453.007c.075.002.15.005.222.011l.31.02.307.03.077-.435c.114-.646.23-1.292.379-1.931.138-.7.413-1.367.808-1.96a2.274 2.274 0 011.238-.89c.86-.217 1.217.629.92 1.348zm-2.203 5.44C9.754 6.824 7.734 9.354 8 12.462c.266 3.11 2.73 5.642 5.51 5.666 2.78.024 4.841-2.512 4.573-5.644-.268-3.133-2.75-5.666-5.54-5.663zm.351.57a4.581 4.581 0 013.243 1.445 5.748 5.748 0 011.613 3.49 4.902 4.902 0 01-1.12 3.705v.015c-.701.799-1.699 1.27-2.757 1.303a4.536 4.536 0 01-3.305-1.387 5.72 5.72 0 01-1.677-3.518 4.893 4.893 0 011.117-3.753 3.821 3.821 0 012.762-1.3h.124zM48.394 10.7c.31.52 1.15 1.559 3.045 1.924l.16-.834a3.86 3.86 0 01-2.152-1.09h2.178v-.828h-3.664v-.428h3.387v-.79h-3.243V8.29h3.01V7.52h-2.998v-.419h3.01v-.769h-3.01v-.418h3.243v-.79h-3.125c.188-.117.349-.273.472-.457.097-.155.15-.25.153-.259l-.775-.424c-.09.159-.188.313-.295.46a1.412 1.412 0 01-1.365.683h-.976c.168-.224.323-.457.466-.698l-.776-.425a10.18 10.18 0 01-2.193 2.572l.566.68c.147-.125.295-.25.419-.374v1.734c0 .57.268.84.834.84h2.311v.427h-3.664v.829h2.178a3.86 3.86 0 01-2.152 1.09l.16.834c1.895-.365 2.735-1.402 3.045-1.924h.433v2.01h.885v-2.01l.433-.012zm-1.161-3.195h-2.439v-.404h2.439v.404zm0-1.582v.397h-2.439v-.347l.042-.05h2.397zm-2.439 2.562v-.196h2.439v.377H44.96c-.142-.015-.163-.036-.163-.181h-.003zM32.047 11.306c.186-.511.212-1.66.212-2.732v-.386H31.08l.239-3.652h-3.85v.828h2.906l-.182 2.824h-1.507l.168-2.375h-.846l-.23 3.203h3.594c0 1.06-.062 1.687-.156 1.942-.133.363-.363.77-1.247.77h-1.38v.849h1.436c1.06.003 1.707-.401 2.022-1.271z"
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
d: "M27.371 11.852v-1.057h3.049v-.89H27.37v.875h-.884v.867h-.702v-1.484h.407a.943.943 0 00.73-.278.957.957 0 00.275-.735V5.397h-1.409V4.209h-.884v1.188h-1.365v4.75h1.37v1.485h-1.388v.93h3.137a.66.66 0 00.518-.191.67.67 0 00.195-.519zm-1.058-5.591V9.18a.124.124 0 01-.124.124h-.404v-3.04l.528-.003zm-1.89 3.032V6.264h.487V9.29l-.487.003zM61.274 11.125V4.429h-7.989v8.284h6.412c1.035 0 1.577-.564 1.577-1.588zm-.884 0c.017.19-.05.379-.185.514a.637.637 0 01-.51.186h-5.52V5.32h6.215v5.805z"
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M54.674 9.708l.294.835a7.5 7.5 0 003.267-2.423v1.683a.65.65 0 01-.67.627h-.792v.849h.884c.389.02.768-.122 1.048-.395s.434-.65.426-1.042v-2.21h.64v-.848h-.64v-.912h-.884v.912h-3.42v.849h2.73a7.033 7.033 0 01-2.883 2.075zM42.368 12.057a18.925 18.925 0 01-2.09-1.998c.302-.401.57-.827.799-1.274.59-1.17.649-2.42.649-3.599h-.923c0 1.066-.041 2.191-.546 3.174-.168.328-.359.644-.572.944a7.79 7.79 0 01-.571-.944c-.505-.983-.546-2.108-.546-3.174h-.923c0 1.128.05 2.432.649 3.599.23.447.497.873.799 1.274a17.486 17.486 0 01-1.795 1.746v-1.022h-.885v.867h-.702v-1.484h.404a.943.943 0 00.73-.278.957.957 0 00.276-.735V5.397h-1.41V4.209h-.884v1.188h-1.37v4.75h1.37v1.485h-1.389v.93h3.137a.676.676 0 00.61-.297l.407.487a20.503 20.503 0 002.093-1.984c.651.71 1.35 1.373 2.094 1.984l.59-.695zm-6.132-5.793V9.18a.124.124 0 01-.124.124h-.403v-3.04h.527zM34.341 9.29V6.264h.486V9.29h-.486z"
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M39.373 6.834l.725-.092a21.667 21.667 0 00-.191-2.592l-.885.128v.098c.164.812.28 1.632.351 2.458zM68.992 14.557h-2.53v5.71c.165.035.332.052.5.05.167.001.333-.016.497-.05V18.42h1.569c1.179 0 1.972-.766 1.972-1.954 0-1.187-.784-1.909-2.008-1.909zm-.165 2.97h-1.362v-2.08h1.368c.855 0 1.224.298 1.224 1.046s-.466 1.033-1.23 1.033zM51.952 18.275c-.294-.238-.56-.297-.554-.342.006-.044.148-.027.395-.104a1.586 1.586 0 001.227-1.57c0-1.346-.923-1.71-2.259-1.71h-2.458v5.718c.163.035.329.052.495.05.166.001.332-.016.495-.05v-2.18h.637a1.68 1.68 0 011.04.247c.3.256.553.564.747.908.162.253.563 1.016.563 1.016.194.035.392.052.59.05.19.003.382-.023.565-.077 0 0-.59-.965-.852-1.294a3.91 3.91 0 00-.63-.662zm-1.347-1.028h-1.3v-1.856h1.474c.855 0 1.253.17 1.253.87 0 .701-.572.986-1.427.986zM64.317 14.557v3.394c0 .92-.54 1.502-1.433 1.502s-1.433-.594-1.433-1.502v-3.394a2.31 2.31 0 00-.498-.05c-.167-.001-.334.016-.498.05v3.427c0 1.671 1.064 2.402 2.426 2.402s2.426-.73 2.426-2.402v-3.427a2.31 2.31 0 00-.498-.05c-.165 0-.33.016-.492.05zM44.576 15.362c.76-.03 1.48.345 1.896.985l.731-.543c-.657-.911-1.37-1.357-2.706-1.357a2.852 2.852 0 00-2.073.865c-.545.56-.84 1.32-.816 2.104 0 1.726 1.208 2.97 2.706 2.97.387 0 .77-.078 1.126-.229.229-.088.446-.203.649-.341.08-.054.17-.12.23-.095.059.023.053.074.053.136v.398c.123.035.25.052.377.05.13.002.258-.02.38-.062v-3.046h-2.544v.813h1.672c0 .612-.554 1.464-1.807 1.464-1.18 0-1.875-.947-1.875-2.043a2.036 2.036 0 01.57-1.456c.377-.39.892-.61 1.431-.613zM56.67 14.447c-1.629 0-2.949 1.33-2.949 2.97 0 1.64 1.32 2.969 2.948 2.969 1.629 0 2.948-1.33 2.948-2.97 0-1.64-1.32-2.969-2.948-2.969zm0 4.947c-.795 0-1.51-.482-1.815-1.22a1.988 1.988 0 01.426-2.156 1.953 1.953 0 012.14-.429 1.978 1.978 0 011.212 1.827 1.97 1.97 0 01-1.96 1.978h-.004zM34.812 15.469h2.064v4.795c.174.035.35.052.528.05.177.001.354-.016.527-.05v-4.795h2.064v-.924h-5.183v.924zM32.996 14.542V18.7a36.335 36.335 0 00-2.9-4.157 2.231 2.231 0 00-.49-.05c-.164-.001-.329.016-.49.05v5.722c.16.035.324.052.487.05.164.001.327-.016.486-.05V15.83a53.939 53.939 0 012.89 4.433c.161.035.326.052.492.05.165.001.33-.016.492-.05v-5.722a2.199 2.199 0 00-.486-.05c-.162 0-.323.016-.48.05zM28.388 20.222l-.035-.124-.035-.122-.148-.49-.073-.246-.08-.244-.16-.487c-.052-.163-.111-.324-.167-.484l-.083-.24c-.026-.08-.059-.16-.088-.24l-.177-.482a36.53 36.53 0 00-.784-1.894c-.071-.158-.142-.312-.216-.466l-.082-.173h-1.336l-.085.181a36.45 36.45 0 00-.99 2.36l-.178.482-.088.24-.085.241-.168.484-.16.487-.08.243-.076.244-.15.49c-.027.08-.05.163-.074.246v.042c.166.034.335.051.504.05.17.001.34-.016.507-.05l.142-.481.07-.24.077-.238.198-.594a6.332 6.332 0 011.312-.048c.42.036.835.128 1.232.274.127.059.186.092.227.19l.056.175.074.237.07.24.139.482v.015c.165.036.335.053.504.05.168 0 .336-.016.501-.05l-.015-.06zm-2.786-2.298a4.165 4.165 0 00-1.108.17c.018-.048.053-.176.068-.22l.168-.47c.233-.623.474-1.244.74-1.852l.044-.104c.027-.066.056-.083.086-.083.029 0 .056.017.08.07l.05.11c.265.595.51 1.227.742 1.854l.168.469.053.148a5.434 5.434 0 00-1.09-.092z"
|
|
39
|
+
})]
|
|
40
|
+
})]
|
|
41
|
+
}));
|
|
42
|
+
});
|
|
43
|
+
export default Icon;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
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
|
+
import { forwardRef } from 'react';
|
|
8
|
+
import { useFillIds } from "../../hooks/useFillId";
|
|
9
|
+
import { TITLE } from "../style";
|
|
10
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
13
|
+
var _ref$size = _ref.size,
|
|
14
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
15
|
+
style = _ref.style,
|
|
16
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
17
|
+
var _useFillIds = useFillIds(TITLE, 3),
|
|
18
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 3),
|
|
19
|
+
a = _useFillIds2[0],
|
|
20
|
+
b = _useFillIds2[1],
|
|
21
|
+
c = _useFillIds2[2];
|
|
22
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
23
|
+
height: size,
|
|
24
|
+
ref: ref,
|
|
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__*/_jsxs("defs", {
|
|
36
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
|
37
|
+
id: a.id,
|
|
38
|
+
x1: "31.373%",
|
|
39
|
+
x2: "61.365%",
|
|
40
|
+
y1: "95.551%",
|
|
41
|
+
y2: "-.348%",
|
|
42
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
43
|
+
offset: "0%",
|
|
44
|
+
stopColor: "#06F"
|
|
45
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
46
|
+
offset: "20%",
|
|
47
|
+
stopColor: "#1677FF"
|
|
48
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
49
|
+
offset: "100%",
|
|
50
|
+
stopColor: "#04A6FF"
|
|
51
|
+
})]
|
|
52
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
53
|
+
id: b.id,
|
|
54
|
+
x1: "4.366%",
|
|
55
|
+
x2: "94.359%",
|
|
56
|
+
y1: "65.982%",
|
|
57
|
+
y2: "32.918%",
|
|
58
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
59
|
+
offset: "0%",
|
|
60
|
+
stopColor: "#06F"
|
|
61
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
62
|
+
offset: "20%",
|
|
63
|
+
stopColor: "#1677FF"
|
|
64
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
65
|
+
offset: "100%",
|
|
66
|
+
stopColor: "#04A6FF"
|
|
67
|
+
})]
|
|
68
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
69
|
+
id: c.id,
|
|
70
|
+
x1: "56.255%",
|
|
71
|
+
x2: "45.986%",
|
|
72
|
+
y1: "99.257%",
|
|
73
|
+
y2: "1.384%",
|
|
74
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
75
|
+
offset: "0%",
|
|
76
|
+
stopColor: "#06F"
|
|
77
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
78
|
+
offset: "20%",
|
|
79
|
+
stopColor: "#1677FF"
|
|
80
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
81
|
+
offset: "100%",
|
|
82
|
+
stopColor: "#04A6FF"
|
|
83
|
+
})]
|
|
84
|
+
})]
|
|
85
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
86
|
+
fill: "none",
|
|
87
|
+
fillRule: "nonzero",
|
|
88
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
89
|
+
d: "M9.797 6.282a.451.451 0 01-.336-.315 1.019 1.019 0 010-.505c.156-.86.3-1.725.501-2.577.14-.7.42-1.367.823-1.96.305-.431.75-.746 1.262-.89.877-.217 1.24.629.937 1.348-.259.593-.877.914-1.334 1.348-.835.795-1.096 2.14-1.336 3.212a.427.427 0 01-.186.277.437.437 0 01-.331.062z",
|
|
90
|
+
fill: a.fill,
|
|
91
|
+
transform: "translate(3)"
|
|
92
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
93
|
+
d: "M6.334 4.672c.33-.121.682.146.946.297.278.145.587.219.901.214.231.01.466 0 .688.018 4.098.176 7.484 3.22 8.05 7.237.565 4.016-1.852 7.859-5.745 9.134-3.894 1.276-8.153-.38-10.126-3.935A8.339 8.339 0 013.133 7.081c.348-.278.716-.53 1.102-.755a8.404 8.404 0 001.318-.79c.28-.243.45-.742.781-.864zm4.406 2.15c-2.841.003-4.898 2.533-4.628 5.642.27 3.109 2.781 5.641 5.613 5.665 2.832.024 4.932-2.512 4.658-5.644-.273-3.133-2.802-5.666-5.643-5.663zm.357.57a4.707 4.707 0 013.304 1.446 5.703 5.703 0 011.643 3.49 4.841 4.841 0 01-1.141 3.705v.015a3.923 3.923 0 01-2.808 1.303 4.664 4.664 0 01-3.367-1.387 5.678 5.678 0 01-1.71-3.518 4.832 4.832 0 011.14-3.753 3.923 3.923 0 012.813-1.3h.126z",
|
|
94
|
+
fill: b.fill,
|
|
95
|
+
transform: "translate(3)"
|
|
96
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
97
|
+
d: "M2.346 2.054a1.26 1.26 0 01.384-.594.842.842 0 011.165.11c.694.82.169 2.078.142 3.02.013.805.208 1.597.57 2.318.084.134.147.279.186.43a.539.539 0 01-.3.577c-.345.17-.568-.19-.709-.446-.324-.6-.617-1.216-.877-1.846a8.698 8.698 0 01-.618-1.987 7.523 7.523 0 01-.051-.37 3.717 3.717 0 01-.024-.34 2.506 2.506 0 01.132-.872z",
|
|
98
|
+
fill: c.fill,
|
|
99
|
+
transform: "translate(3)"
|
|
100
|
+
})]
|
|
101
|
+
})]
|
|
102
|
+
}));
|
|
103
|
+
});
|
|
104
|
+
export default Icon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
height: size,
|
|
19
|
+
ref: ref,
|
|
20
|
+
style: _objectSpread({
|
|
21
|
+
flex: 'none',
|
|
22
|
+
lineHeight: 1
|
|
23
|
+
}, style),
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
|
+
width: size,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, rest), {}, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M15.984 1.383c-.259.593-.877.914-1.334 1.348-.702.669-.998 1.726-1.218 2.682 3.37.775 5.995 3.532 6.486 7.025.566 4.016-1.85 7.859-5.744 9.134-3.894 1.276-8.153-.38-10.126-3.935A8.339 8.339 0 016.457 6.833a18.703 18.703 0 01-.376-.802l-.174-.408a8.698 8.698 0 01-.618-1.987 7.523 7.523 0 01-.051-.37 3.717 3.717 0 01-.024-.34 2.506 2.506 0 01.132-.872 1.26 1.26 0 01.384-.594.842.842 0 011.165.11c.694.82.169 2.078.142 3.02.009.575.111 1.144.301 1.684l-.103.052a8.404 8.404 0 001.318-.79c.28-.243.45-.742.781-.864.33-.121.682.146.946.297.278.145.587.219.901.214l.462.007c.076.002.152.005.226.011.212.01.422.026.63.05l.196-1.08c.04-.216.082-.43.126-.645l.141-.641c.14-.7.42-1.367.823-1.96.305-.431.75-.746 1.262-.89.877-.217 1.24.629.937 1.348zm-2.244 5.44c-2.841.002-4.898 2.532-4.628 5.64.27 3.11 2.781 5.642 5.613 5.666 2.832.024 4.932-2.512 4.658-5.644-.273-3.133-2.802-5.666-5.643-5.663zm.357.57a4.707 4.707 0 013.304 1.445 5.703 5.703 0 011.643 3.49 4.841 4.841 0 01-1.141 3.705v.015a3.923 3.923 0 01-2.808 1.303 4.664 4.664 0 01-3.367-1.387 5.678 5.678 0 01-1.71-3.518 4.832 4.832 0 011.14-3.753 3.923 3.923 0 012.813-1.3h.126z"
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
export default Icon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
height: size,
|
|
19
|
+
ref: ref,
|
|
20
|
+
style: _objectSpread({
|
|
21
|
+
flex: 'none',
|
|
22
|
+
lineHeight: 1,
|
|
23
|
+
width: 'fit-content'
|
|
24
|
+
}, style),
|
|
25
|
+
viewBox: "0 0 168 24",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, rest), {}, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M158.72 2.37h-8.58V21.6a7.9 7.9 0 001.69.17 8.08 8.08 0 001.69-.17v-6.22h5.32c4 0 6.69-2.58 6.69-6.58s-2.66-6.43-6.81-6.43zm-.56 10h-4.62v-7h4.64c2.9 0 4.15 1 4.15 3.52s-1.58 3.48-4.17 3.48zm-57.24 2.52c-1-.8-1.9-1-1.88-1.15.02-.15.5-.09 1.34-.35a5.35 5.35 0 004.16-5.29c0-4.442-3.01-5.711-7.4-5.758l-8.6-.002V21.6a7.8 7.8 0 001.68.17 8 8 0 001.68-.17v-7.34h2.16a5.73 5.73 0 013.53.83 11.27 11.27 0 012.53 3.06l.135.216c.268.44.644 1.114.98 1.73l.795 1.474c.66.12 1.33.176 2 .17a6.53 6.53 0 001.92-.26l-.937-1.492c-.605-.947-1.369-2.112-1.864-2.754l-.089-.114a13.21 13.21 0 00-2.14-2.23zm-4.57-3.46h-4.41V5.18h5c2.9 0 4.25.57 4.25 2.93 0 2.36-1.94 3.32-4.84 3.32zm46.51-9.06V13.8c0 3.1-1.83 5.06-4.86 5.06-3.03 0-4.86-2-4.86-5.06V2.37a7.89 7.89 0 00-1.69-.17 8.07 8.07 0 00-1.355.108l-.335.062v11.54c0 5.63 3.61 8.09 8.23 8.09 4.62 0 8.23-2.46 8.23-8.09V2.37a7.89 7.89 0 00-1.69-.17 8.07 8.07 0 00-1.67.17zM75.596 5.09l.304-.009a7.35 7.35 0 016.43 3.32l2.48-1.83C82.58 3.5 80.16 2 75.63 2a9.71 9.71 0 00-9.804 9.67l.004.33c0 5.81 4.1 10 9.18 10a9.85 9.85 0 003.455-.624l.365-.146a10.65 10.65 0 001.853-.923l.531-.349c.218-.14.44-.26.596-.198.15.06.176.171.18.311v1.49a4.62 4.62 0 001.28.17c.351.003.7-.042 1.039-.133l.251-.078V11.26h-8.63V14h5.67c0 2.06-1.88 4.93-6.13 4.93-4 0-6.36-3.19-6.36-6.88a6.83 6.83 0 016.486-6.961zM116.92 2c-5.523 0-10 4.478-10 10 0 5.523 4.477 10 10 10s10-4.477 10-10c0-5.522-4.477-10-10-10zm0 16.66a6.66 6.66 0 11.244-.004l-.244.004zM42.78 5.44h7v16.15a8.83 8.83 0 001.79.17 9 9 0 001.79-.17V5.44h7V2.33H42.78v3.11zm-6.16-3.12v14a122.36 122.36 0 00-9.014-12.973L26.78 2.32a7.62 7.62 0 00-1.66-.17 7.76 7.76 0 00-1.66.17v19.27a7.52 7.52 0 001.65.17 7.69 7.69 0 001.323-.107l.327-.063V6.66c3.2 4.41 6.226 8.943 8.982 13.547l.818 1.383a7.74 7.74 0 001.67.17 7.92 7.92 0 001.34-.107l.33-.063V2.32a7.51 7.51 0 00-1.65-.17 7.68 7.68 0 00-1.307.109l-.323.061zM21.04 21.65l-.05-.2-.24-.83-.75-2.48-.81-2.46c-.18-.55-.38-1.09-.57-1.63l-.28-.81c-.09-.27-.2-.54-.3-.81l-.6-1.62c-.83-2.15-1.71-4.28-2.66-6.38-.24-.53-.48-1.05-.73-1.57l-.28-.58H9.24l-.654 1.377a24.51 24.51 0 00-.356.803c-.94 2.1-1.82 4.23-2.64 6.38l-.9 2.43-.29.81-.57 1.63-.81 2.46-.26.82-.51 1.65c-.09.27-.17.55-.25.83v.14a8.18 8.18 0 001.71.17 8.43 8.43 0 001.38-.107l.34-.063.72-2.43.26-.8.67-2a21.63 21.63 0 014.45-.16 16.09 16.09 0 014.18.92l.254.124c.262.136.407.26.516.516l.19.59.25.8.24.81.47 1.62v.05a7.6 7.6 0 001.71.17 8.4 8.4 0 001.363-.108l.337-.062zm-9.5-7.94a14.22 14.22 0 00-3.76.57l.075-.23c.057-.185.122-.41.155-.51l.57-1.58c.632-1.68 1.283-3.353 1.98-5.005l.68-1.585c.09-.22.19-.28.29-.28.1 0 .19.06.27.24l.17.37c.9 2 1.73 4.13 2.52 6.24l.75 2.08a18.56 18.56 0 00-3.168-.31h-.532z"
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
export default Icon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
height: size,
|
|
19
|
+
ref: ref,
|
|
20
|
+
style: _objectSpread({
|
|
21
|
+
flex: 'none',
|
|
22
|
+
lineHeight: 1,
|
|
23
|
+
width: 'fit-content'
|
|
24
|
+
}, style),
|
|
25
|
+
viewBox: "0 0 91 24",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, rest), {}, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M59.318 17.32c.714 1.185 2.65 3.556 7.018 4.389l.367-1.903a8.93 8.93 0 01-4.96-2.486h5.021v-1.89H58.32v-.975h7.806v-1.801h-7.473v-.833h6.936v-1.755h-6.91v-.955h6.937V7.357H58.68v-.955h7.473V4.601h-7.201a3.548 3.548 0 001.086-1.043l.16-.257c.123-.2.189-.318.194-.332L58.605 2c-.205.363-.432.714-.68 1.05a3.264 3.264 0 01-3.145 1.558h-2.249c.387-.511.745-1.042 1.074-1.592l-1.787-.969a23.284 23.284 0 01-5.054 5.866l1.304 1.55c.34-.284.68-.568.965-.853v3.956c0 1.3.618 1.916 1.922 1.916h5.327v.976h-8.445v1.89h5.02a8.93 8.93 0 01-4.959 2.485l.367 1.903c4.368-.833 6.305-3.197 7.018-4.389h.999v4.585h2.038v-4.585l.998-.027zm-2.676-7.287h-5.619V9.11h5.619v.922zm0-3.61v.907h-5.619v-.792l.095-.115h5.524zm-5.619 5.845v-.447h5.619v.86h-5.238c-.326-.034-.374-.082-.374-.413h-.007zM19.97 3.26l-.55 8.33h2.717v1.143l-.007 1.055c-.026 2.017-.13 3.957-.482 4.914-.727 1.984-2.214 2.905-4.66 2.898h-3.309v-1.937h3.18c1.974 0 2.533-.87 2.844-1.676l.03-.078c.217-.582.36-2.011.36-4.43H11.81l.53-7.307h1.95l-.387 5.418h3.471l.421-6.44h-6.698V3.26h8.872zM7.224 2.515v2.709h3.248v8.56a2.17 2.17 0 01-.634 1.678 2.185 2.185 0 01-1.683.632h-.937v3.387h1.616v-1.978h2.039v-1.998h7.024v2.032h-7.024v2.41c.028.442-.136.874-.452 1.185-.315.31-.75.469-1.193.435H2v-2.12h3.2V16.06H2.04V5.224h3.146v-2.71h2.038zm1.21 4.68L7.218 7.2v6.936h.93a.285.285 0 00.286-.285V7.195zM5.2 7.2H4.079v6.909l1.12-.007V7.2zM89 3.016v15.273c0 2.336-1.25 3.623-3.635 3.623H70.59V3.016H89zm-2.038 2.032H72.64v14.839h12.718c.436.04.867-.115 1.177-.424.31-.31.466-.74.426-1.174V5.048zm-2.901 1.26v2.079h1.474v1.937h-1.474v5.039a3.212 3.212 0 01-.982 2.377 3.233 3.233 0 01-2.415.9h-2.038v-1.936h1.934a1.492 1.492 0 001.436-1.43v-3.84a17.273 17.273 0 01-7.528 5.527l-.68-1.903a16.202 16.202 0 006.645-4.734h-6.29V8.387h7.88v-2.08h2.038zm-53.97-3.793v2.709h3.248v8.567a2.17 2.17 0 01-.634 1.678 2.185 2.185 0 01-1.682.632h-.931v3.386h1.617V17.51h2.038v2.33a40.11 40.11 0 004.137-3.983 20.18 20.18 0 01-1.84-2.905c-1.38-2.662-1.495-5.635-1.495-8.209h2.126l.003.61c.02 2.247.189 4.575 1.254 6.63.387.748.828 1.468 1.318 2.154.49-.686.93-1.406 1.318-2.154 1.162-2.242 1.257-4.809 1.257-7.24h2.126l-.003.623c-.025 2.503-.237 5.122-1.492 7.586a20.167 20.167 0 01-1.84 2.905 43.423 43.423 0 004.816 4.558L44.073 22a47.021 47.021 0 01-4.823-4.524A47.048 47.048 0 0134.426 22l-.937-1.11c-.314.46-.85.717-1.407.677h-7.228v-2.12h3.2V16.06h-3.16V5.224h3.16v-2.71h2.038zm1.21 4.686h-1.216v6.936h.93a.285.285 0 00.286-.285v-6.65zm-3.247 0h-1.121v6.902h1.12V7.2zM39.759 2.38c.267 1.96.414 3.935.442 5.913l-1.671.21a49.217 49.217 0 00-.809-5.608v-.223l2.038-.292z"
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
export default Icon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import Avatar from './components/Avatar';
|
|
2
|
+
import BrandColor from './components/BrandColor';
|
|
3
|
+
import BrandMono from './components/BrandMono';
|
|
4
|
+
import Color from './components/Color';
|
|
5
|
+
import Mono from './components/Mono';
|
|
6
|
+
import Text from './components/Text';
|
|
7
|
+
import TextCn from './components/TextCn';
|
|
8
|
+
export type CompoundedIcon = typeof Mono & {
|
|
9
|
+
Avatar: typeof Avatar;
|
|
10
|
+
Brand: typeof BrandMono;
|
|
11
|
+
BrandColor: typeof BrandColor;
|
|
12
|
+
Color: typeof Color;
|
|
13
|
+
Text: typeof Text;
|
|
14
|
+
TextCn: typeof TextCn;
|
|
15
|
+
colorPrimary: string;
|
|
16
|
+
title: string;
|
|
17
|
+
};
|
|
18
|
+
declare const Icons: CompoundedIcon;
|
|
19
|
+
export default Icons;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import Avatar from "./components/Avatar";
|
|
2
|
+
import BrandColor from "./components/BrandColor";
|
|
3
|
+
import BrandMono from "./components/BrandMono";
|
|
4
|
+
import Color from "./components/Color";
|
|
5
|
+
import Mono from "./components/Mono";
|
|
6
|
+
import Text from "./components/Text";
|
|
7
|
+
import TextCn from "./components/TextCn";
|
|
8
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
9
|
+
var Icons = Mono;
|
|
10
|
+
Icons.Color = Color;
|
|
11
|
+
Icons.Text = Text;
|
|
12
|
+
Icons.TextCn = TextCn;
|
|
13
|
+
Icons.Avatar = Avatar;
|
|
14
|
+
Icons.Brand = BrandMono;
|
|
15
|
+
Icons.BrandColor = BrandColor;
|
|
16
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
17
|
+
Icons.title = TITLE;
|
|
18
|
+
export default Icons;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["background"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { memo } from 'react';
|
|
7
|
+
import IconAvatar from "../../IconAvatar";
|
|
8
|
+
import { COLOR_PRIMARY, TITLE } from "../style";
|
|
9
|
+
import Mono from "./Mono";
|
|
10
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
12
|
+
var background = _ref.background,
|
|
13
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
14
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
15
|
+
Icon: Mono,
|
|
16
|
+
"aria-label": TITLE,
|
|
17
|
+
background: background || COLOR_PRIMARY
|
|
18
|
+
}, rest));
|
|
19
|
+
});
|
|
20
|
+
export default Avatar;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
height: size,
|
|
17
|
+
ref: ref,
|
|
18
|
+
style: _objectSpread({
|
|
19
|
+
flex: 'none',
|
|
20
|
+
lineHeight: 1,
|
|
21
|
+
width: 'fit-content'
|
|
22
|
+
}, style),
|
|
23
|
+
viewBox: "0 0 72 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, rest), {}, {
|
|
26
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
27
|
+
children: TITLE
|
|
28
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
29
|
+
fill: "none",
|
|
30
|
+
fillRule: "nonzero",
|
|
31
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M32.344 10.735c1.02-1.71 4.072-3.083 6.223.286 1.584 2.284 4.297 4.397 4.297 4.397s2.034 1.601.733 4.684c-1.243 2.956-5.658 1.607-6.024 1.49l-.024-.009s-1.753-.568-3.79-.112c-2.032.458-3.784.286-3.784.286l-.045-.001c-.33-.01-2.388-.187-3.011-2.968-.677-3.028 2.373-4.687 2.6-4.968.227-.288 1.808-1.37 2.825-3.085zm.99 1.738v2.032H31.69s-1.645.138-2.22 2.014c-.201 1.252.177 1.99.243 2.148.066.157.598 1.073 1.932 1.342h3.088v-7.514l-1.398-.022zm3.6 2.191l-1.445.024v3.956s.064.985 1.444 1.344h3.553v-5.3h-1.533v3.979h-1.464s-.468-.068-.556-.447v-3.556zm-3.625 1.051v3.06h-1.244s-.866-.045-1.13-1.049c-.136-.445.02-.959.089-1.16.063-.203.354-.671.953-.85h1.332zm9.555-9.036c2.093 0 2.655 2.06 2.655 2.742 0 .688.285 3.597-2.316 3.655-2.604.057-2.713-1.77-2.713-3.08 0-1.374.278-3.317 2.374-3.317zM27.712 5.08c1.528-.135 2.654 1.55 2.77 2.513.07.625.395 3.486-1.981 4-2.372.515-3.254-2.249-2.993-3.544 0 0 .28-2.797 2.204-2.969zm8.875-1.483c.14-1.31 1.695-3.316 2.94-3.028 1.241.285 2.375 1.944 2.145 3.37-.225 1.428-1.35 3.313-3.105 3.082-1.754-.226-2.15-1.823-1.98-3.424zM32.913 0c1.311 0 2.371 1.519 2.371 3.398 0 1.879-1.06 3.4-2.371 3.4-1.312 0-2.375-1.521-2.375-3.4 0-1.88 1.063-3.398 2.375-3.398z",
|
|
33
|
+
fill: "#2932E1"
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M57.417 12.09v-1.668H46.5l-.014 1.692h4.693l-.44 1.012h-3.99v8.371h9.48c.992 0 .904-1.007.904-1.007v-7.364h-3.997l.35-1.036h3.931zm-2.12 7.62s-.115.278-.277.278h-6.292v-1.953h6.57v1.674zm-.01-3.287h-6.56v-1.83h6.56v1.83zm14.604-5.957h-4.283v-.844H63.6v.803h-4.913V21.48h1.768v-9.629h9.437v-1.385zm-1.155 2.288v-.64H67.01v.64h-3.552v-.617h-1.636v.617h-1.105l.022 1.252h1.083v2.352h5.976c.829 0 .938-.88.938-.88v-1.472H70v-1.253h-1.264v.001zm-1.727 2.107s-.154.285-.35.285h-3.22v-1.164h3.57v.88zm-6.052 3.212l2.75 1.605c-.217.242-1.157.547-1.157.547h-1.833v1.234h2.49c.742-.153 2.117-.856 2.117-.856.57.526 1.664.745 1.664.745h2.838v-1.231h-2.14c-.576-.087-1.094-.417-1.094-.417l3.234-1.87v-1.012h-8.868v1.255zm5.723-.02l-1.573.834-1.442-.835h3.015zm-44.47-5.827h2.383v-2.112H22.21v2.112zm0 9.21h2.383v-8.29H22.21v8.29zm-3.874-8.282l-5.084-.013v1.742h4.458s1.06.263 1.06.941v.614h-4.033s-1.586.147-2.096 2.055c-.088.893.03 1.331.089 1.495.057.161.522 1.214 1.906 1.478h6.423v-5.937s-.306-2.037-2.723-2.375m.435 6.671h-3.246c-.437-.177-.582-.47-.613-.543-.03-.072-.13-.334-.013-.6.263-.512.698-.63.698-.63h3.174v1.773zm-6.654-1.297c.07-2.018-1.728-2.716-1.728-2.716 1.522-.802 1.329-2.822 1.329-2.822C11.553 9.9 7.8 10.043 7.8 10.043H2v11.523h6.548c3.846-.016 3.57-3.038 3.57-3.038m-3.701.896v.005H4.494v-2.486h3.904l.132.027s.743.136 1.012.809c0 0 .155.631-.18 1.1 0 0-.248.435-.945.545m.832-5.343s-.264.488-.964.593h-3.79V12.29h3.774s.82-.038 1.092.618c0 0 .163.697-.112 1.174",
|
|
36
|
+
fill: "#E10402"
|
|
37
|
+
})]
|
|
38
|
+
})]
|
|
39
|
+
}));
|
|
40
|
+
});
|
|
41
|
+
export default Icon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
height: size,
|
|
19
|
+
ref: ref,
|
|
20
|
+
style: _objectSpread({
|
|
21
|
+
flex: 'none',
|
|
22
|
+
lineHeight: 1,
|
|
23
|
+
width: 'fit-content'
|
|
24
|
+
}, style),
|
|
25
|
+
viewBox: "0 0 72 24",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, rest), {}, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
31
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M32.344 10.735c1.02-1.71 4.072-3.083 6.223.286 1.584 2.284 4.297 4.397 4.297 4.397s2.034 1.601.733 4.684c-1.243 2.956-5.658 1.607-6.024 1.49l-.024-.009s-1.753-.568-3.79-.112c-2.032.458-3.784.286-3.784.286l-.045-.001c-.33-.01-2.388-.187-3.011-2.968-.677-3.028 2.373-4.687 2.6-4.968.227-.288 1.808-1.37 2.825-3.085zm.99 1.738v2.032H31.69s-1.645.138-2.22 2.014c-.201 1.252.177 1.99.243 2.148.066.157.598 1.073 1.932 1.342h3.088v-7.514l-1.398-.022zm3.6 2.191l-1.445.024v3.956s.064.985 1.444 1.344h3.553v-5.3h-1.533v3.979h-1.464s-.468-.068-.556-.447v-3.556zm-3.625 1.051v3.06h-1.244s-.866-.045-1.13-1.049c-.136-.445.02-.959.089-1.16.063-.203.354-.671.953-.85h1.332zm9.555-9.036c2.093 0 2.655 2.06 2.655 2.742 0 .688.285 3.597-2.316 3.655-2.604.057-2.713-1.77-2.713-3.08 0-1.374.278-3.317 2.374-3.317zM27.712 5.08c1.528-.135 2.654 1.55 2.77 2.513.07.625.395 3.486-1.981 4-2.372.515-3.254-2.249-2.993-3.544 0 0 .28-2.797 2.204-2.969zm8.875-1.483c.14-1.31 1.695-3.316 2.94-3.028 1.241.285 2.375 1.944 2.145 3.37-.225 1.428-1.35 3.313-3.105 3.082-1.754-.226-2.15-1.823-1.98-3.424zM32.913 0c1.311 0 2.371 1.519 2.371 3.398 0 1.879-1.06 3.4-2.371 3.4-1.312 0-2.375-1.521-2.375-3.4 0-1.88 1.063-3.398 2.375-3.398z"
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
d: "M57.417 12.09v-1.668H46.5l-.014 1.692h4.693l-.44 1.012h-3.99v8.371h9.48c.992 0 .904-1.007.904-1.007v-7.364h-3.997l.35-1.036h3.931zm-2.12 7.62s-.115.278-.277.278h-6.292v-1.953h6.57v1.674zm-.01-3.287h-6.56v-1.83h6.56v1.83zm14.604-5.957h-4.283v-.844H63.6v.803h-4.913V21.48h1.768v-9.629h9.437v-1.385zm-1.155 2.288v-.64H67.01v.64h-3.552v-.617h-1.636v.617h-1.105l.022 1.252h1.083v2.352h5.976c.829 0 .938-.88.938-.88v-1.472H70v-1.253h-1.264v.001zm-1.727 2.107s-.154.285-.35.285h-3.22v-1.164h3.57v.88zm-6.052 3.212l2.75 1.605c-.217.242-1.157.547-1.157.547h-1.833v1.234h2.49c.742-.153 2.117-.856 2.117-.856.57.526 1.664.745 1.664.745h2.838v-1.231h-2.14c-.576-.087-1.094-.417-1.094-.417l3.234-1.87v-1.012h-8.868v1.255zm5.723-.02l-1.573.834-1.442-.835h3.015zm-44.47-5.827h2.383v-2.112H22.21v2.112zm0 9.21h2.383v-8.29H22.21v8.29zm-3.874-8.282l-5.084-.013v1.742h4.458s1.06.263 1.06.941v.614h-4.033s-1.586.147-2.096 2.055c-.088.893.03 1.331.089 1.495.057.161.522 1.214 1.906 1.478h6.423v-5.937s-.306-2.037-2.723-2.375m.435 6.671h-3.246c-.437-.177-.582-.47-.613-.543-.03-.072-.13-.334-.013-.6.263-.512.698-.63.698-.63h3.174v1.773zm-6.654-1.297c.07-2.018-1.728-2.716-1.728-2.716 1.522-.802 1.329-2.822 1.329-2.822C11.553 9.9 7.8 10.043 7.8 10.043H2v11.523h6.548c3.846-.016 3.57-3.038 3.57-3.038m-3.701.896v.005H4.494v-2.486h3.904l.132.027s.743.136 1.012.809c0 0 .155.631-.18 1.1 0 0-.248.435-.945.545m.832-5.343s-.264.488-.964.593h-3.79V12.29h3.774s.82-.038 1.092.618c0 0 .163.697-.112 1.174"
|
|
35
|
+
})]
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
export default Icon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
height: size,
|
|
17
|
+
ref: ref,
|
|
18
|
+
style: _objectSpread({
|
|
19
|
+
flex: 'none',
|
|
20
|
+
lineHeight: 1
|
|
21
|
+
}, style),
|
|
22
|
+
viewBox: "0 0 24 24",
|
|
23
|
+
width: size,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, rest), {}, {
|
|
26
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
27
|
+
children: TITLE
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M8.859 11.735c1.017-1.71 4.059-3.083 6.202.286 1.579 2.284 4.284 4.397 4.284 4.397s2.027 1.601.73 4.684c-1.24 2.956-5.64 1.607-6.005 1.49l-.024-.009s-1.746-.568-3.776-.112c-2.026.458-3.773.286-3.773.286l-.045-.001c-.328-.01-2.38-.187-3.001-2.968-.675-3.028 2.365-4.687 2.592-4.968.226-.288 1.802-1.37 2.816-3.085zm.986 1.738v2.032h-1.64s-1.64.138-2.213 2.014c-.2 1.252.177 1.99.242 2.148.067.157.596 1.073 1.927 1.342h3.078v-7.514l-1.394-.022zm3.588 2.191l-1.44.024v3.956s.064.985 1.44 1.344h3.541v-5.3h-1.528v3.979h-1.46s-.466-.068-.553-.447v-3.556zM9.82 16.715v3.06H8.58s-.863-.045-1.126-1.049c-.136-.445.02-.959.088-1.16.063-.203.353-.671.951-.85H9.82zm9.525-9.036c2.086 0 2.646 2.06 2.646 2.742 0 .688.284 3.597-2.309 3.655-2.595.057-2.704-1.77-2.704-3.08 0-1.374.277-3.317 2.367-3.317zM4.24 6.08c1.523-.135 2.645 1.55 2.762 2.513.07.625.393 3.486-1.975 4-2.364.515-3.244-2.249-2.984-3.544 0 0 .28-2.797 2.197-2.969zm8.847-1.483c.14-1.31 1.69-3.316 2.931-3.028 1.236.285 2.367 1.944 2.137 3.37-.224 1.428-1.345 3.313-3.095 3.082-1.748-.226-2.143-1.823-1.973-3.424zM9.425 1c1.307 0 2.364 1.519 2.364 3.398 0 1.879-1.057 3.4-2.364 3.4s-2.367-1.521-2.367-3.4C7.058 2.518 8.118 1 9.425 1z",
|
|
30
|
+
fill: "#2932E1",
|
|
31
|
+
fillRule: "nonzero"
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
export default Icon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
height: size,
|
|
19
|
+
ref: ref,
|
|
20
|
+
style: _objectSpread({
|
|
21
|
+
flex: 'none',
|
|
22
|
+
lineHeight: 1
|
|
23
|
+
}, style),
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
|
+
width: size,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, rest), {}, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M8.859 11.735c1.017-1.71 4.059-3.083 6.202.286 1.579 2.284 4.284 4.397 4.284 4.397s2.027 1.601.73 4.684c-1.24 2.956-5.64 1.607-6.005 1.49l-.024-.009s-1.746-.568-3.776-.112c-2.026.458-3.773.286-3.773.286l-.045-.001c-.328-.01-2.38-.187-3.001-2.968-.675-3.028 2.365-4.687 2.592-4.968.226-.288 1.802-1.37 2.816-3.085zm.986 1.738v2.032h-1.64s-1.64.138-2.213 2.014c-.2 1.252.177 1.99.242 2.148.067.157.596 1.073 1.927 1.342h3.078v-7.514l-1.394-.022zm3.588 2.191l-1.44.024v3.956s.064.985 1.44 1.344h3.541v-5.3h-1.528v3.979h-1.46s-.466-.068-.553-.447v-3.556zM9.82 16.715v3.06H8.58s-.863-.045-1.126-1.049c-.136-.445.02-.959.088-1.16.063-.203.353-.671.951-.85H9.82zm9.525-9.036c2.086 0 2.646 2.06 2.646 2.742 0 .688.284 3.597-2.309 3.655-2.595.057-2.704-1.77-2.704-3.08 0-1.374.277-3.317 2.367-3.317zM4.24 6.08c1.523-.135 2.645 1.55 2.762 2.513.07.625.393 3.486-1.975 4-2.364.515-3.244-2.249-2.984-3.544 0 0 .28-2.797 2.197-2.969zm8.847-1.483c.14-1.31 1.69-3.316 2.931-3.028 1.236.285 2.367 1.944 2.137 3.37-.224 1.428-1.345 3.313-3.095 3.082-1.748-.226-2.143-1.823-1.973-3.424zM9.425 1c1.307 0 2.364 1.519 2.364 3.398 0 1.879-1.057 3.4-2.364 3.4s-2.367-1.521-2.367-3.4C7.058 2.518 8.118 1 9.425 1z"
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
export default Icon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
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; }
|
|
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; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
height: size,
|
|
19
|
+
ref: ref,
|
|
20
|
+
style: _objectSpread({
|
|
21
|
+
flex: 'none',
|
|
22
|
+
lineHeight: 1,
|
|
23
|
+
width: 'fit-content'
|
|
24
|
+
}, style),
|
|
25
|
+
viewBox: "0 0 74 24",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, rest), {}, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M36.887 5.791H41V2.125h-4.113v3.666zM41 21.774V7.389h-4.113v14.385H41zM21.423 7.379v3.023h7.695s1.832.458 1.832 1.634V13.1h-6.963s-2.739.256-3.618 3.567c-.152 1.55.05 2.31.153 2.595.1.28.901 2.107 3.29 2.565h11.087V11.523s-.528-3.535-4.7-4.121l-8.776-.023zm3.923 11.6c-.753-.307-1.004-.815-1.057-.942-.052-.125-.226-.58-.023-1.041.453-.889 1.205-1.093 1.205-1.093h5.479v3.076h-5.604zm-8.866-6.964c2.629-1.392 2.295-4.897 2.295-4.897-.285-5.366-6.764-5.116-6.764-5.116H2V22h11.304c6.638-.026 6.16-5.272 6.16-5.272.122-3.503-2.984-4.713-2.984-4.713zM6.305 18.292v-4.314h6.739l.228.046s1.282.237 1.746 1.404c0 0 .27 1.096-.311 1.91 0 0-.427.755-1.63.945l-6.772.009zm6.545-8.252H6.305V5.9h6.517s1.416-.067 1.885 1.072c0 0 .281 1.21-.195 2.038 0 0-.455.847-1.662 1.029zM53.274 2v5.394h-4.308s-4.306.365-5.814 5.343c-.525 3.324.464 5.282.637 5.701.174.418 1.566 2.849 5.06 3.562h8.085V2.058L53.274 2zm-.065 16.727h-3.257s-2.269-.12-2.96-2.784c-.356-1.182.053-2.546.233-3.082.164-.538.926-1.779 2.497-2.256h3.486l.001 8.122zm5.707-10.849v10.5s.168 2.614 3.78 3.566H72V7.878h-4.015v10.56h-3.833s-1.225-.18-1.454-1.186V7.816l-3.782.062z"
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
export default Icon;
|