@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.
Files changed (111) hide show
  1. package/README.md +47 -42
  2. package/es/Alibaba/components/Avatar.d.ts +5 -0
  3. package/es/Alibaba/components/Avatar.js +20 -0
  4. package/es/Alibaba/components/BrandColor.d.ts +3 -0
  5. package/es/Alibaba/components/BrandColor.js +35 -0
  6. package/es/Alibaba/components/BrandMono.d.ts +3 -0
  7. package/es/Alibaba/components/BrandMono.js +35 -0
  8. package/es/Alibaba/components/Color.d.ts +3 -0
  9. package/es/Alibaba/components/Color.js +35 -0
  10. package/es/Alibaba/components/Mono.d.ts +3 -0
  11. package/es/Alibaba/components/Mono.js +35 -0
  12. package/es/Alibaba/components/Text.d.ts +3 -0
  13. package/es/Alibaba/components/Text.js +35 -0
  14. package/es/Alibaba/components/TextCn.d.ts +3 -0
  15. package/es/Alibaba/components/TextCn.js +35 -0
  16. package/es/Alibaba/index.d.ts +19 -0
  17. package/es/Alibaba/index.js +18 -0
  18. package/es/Alibaba/style.d.ts +2 -0
  19. package/es/Alibaba/style.js +2 -0
  20. package/es/AntGroup/components/Avatar.d.ts +5 -0
  21. package/es/AntGroup/components/Avatar.js +20 -0
  22. package/es/AntGroup/components/BrandColor.d.ts +3 -0
  23. package/es/AntGroup/components/BrandColor.js +112 -0
  24. package/es/AntGroup/components/BrandMono.d.ts +3 -0
  25. package/es/AntGroup/components/BrandMono.js +43 -0
  26. package/es/AntGroup/components/Color.d.ts +3 -0
  27. package/es/AntGroup/components/Color.js +104 -0
  28. package/es/AntGroup/components/Mono.d.ts +3 -0
  29. package/es/AntGroup/components/Mono.js +35 -0
  30. package/es/AntGroup/components/Text.d.ts +3 -0
  31. package/es/AntGroup/components/Text.js +35 -0
  32. package/es/AntGroup/components/TextCn.d.ts +3 -0
  33. package/es/AntGroup/components/TextCn.js +35 -0
  34. package/es/AntGroup/index.d.ts +19 -0
  35. package/es/AntGroup/index.js +18 -0
  36. package/es/AntGroup/style.d.ts +2 -0
  37. package/es/AntGroup/style.js +2 -0
  38. package/es/Baidu/components/Avatar.d.ts +5 -0
  39. package/es/Baidu/components/Avatar.js +20 -0
  40. package/es/Baidu/components/BrandColor.d.ts +3 -0
  41. package/es/Baidu/components/BrandColor.js +41 -0
  42. package/es/Baidu/components/BrandMono.d.ts +3 -0
  43. package/es/Baidu/components/BrandMono.js +39 -0
  44. package/es/Baidu/components/Color.d.ts +3 -0
  45. package/es/Baidu/components/Color.js +35 -0
  46. package/es/Baidu/components/Mono.d.ts +3 -0
  47. package/es/Baidu/components/Mono.js +35 -0
  48. package/es/Baidu/components/Text.d.ts +3 -0
  49. package/es/Baidu/components/Text.js +35 -0
  50. package/es/Baidu/components/TextCn.d.ts +3 -0
  51. package/es/Baidu/components/TextCn.js +35 -0
  52. package/es/Baidu/index.d.ts +19 -0
  53. package/es/Baidu/index.js +18 -0
  54. package/es/Baidu/style.d.ts +2 -0
  55. package/es/Baidu/style.js +2 -0
  56. package/es/ByteDance/components/Avatar.d.ts +5 -0
  57. package/es/ByteDance/components/Avatar.js +20 -0
  58. package/es/ByteDance/components/BrandColor.d.ts +3 -0
  59. package/es/ByteDance/components/BrandColor.js +54 -0
  60. package/es/ByteDance/components/BrandMono.d.ts +3 -0
  61. package/es/ByteDance/components/BrandMono.js +45 -0
  62. package/es/ByteDance/components/Color.d.ts +3 -0
  63. package/es/ByteDance/components/Color.js +50 -0
  64. package/es/ByteDance/components/Mono.d.ts +3 -0
  65. package/es/ByteDance/components/Mono.js +43 -0
  66. package/es/ByteDance/components/Text.d.ts +3 -0
  67. package/es/ByteDance/components/Text.js +35 -0
  68. package/es/ByteDance/components/TextCn.d.ts +3 -0
  69. package/es/ByteDance/components/TextCn.js +35 -0
  70. package/es/ByteDance/index.d.ts +19 -0
  71. package/es/ByteDance/index.js +18 -0
  72. package/es/ByteDance/style.d.ts +2 -0
  73. package/es/ByteDance/style.js +2 -0
  74. package/es/Tencent/components/Avatar.d.ts +5 -0
  75. package/es/Tencent/components/Avatar.js +20 -0
  76. package/es/Tencent/components/BrandColor.d.ts +3 -0
  77. package/es/Tencent/components/BrandColor.js +35 -0
  78. package/es/Tencent/components/BrandMono.d.ts +3 -0
  79. package/es/Tencent/components/BrandMono.js +35 -0
  80. package/es/Tencent/components/Color.d.ts +3 -0
  81. package/es/Tencent/components/Color.js +35 -0
  82. package/es/Tencent/components/Mono.d.ts +3 -0
  83. package/es/Tencent/components/Mono.js +35 -0
  84. package/es/Tencent/components/Text.d.ts +3 -0
  85. package/es/Tencent/components/Text.js +35 -0
  86. package/es/Tencent/components/TextCn.d.ts +3 -0
  87. package/es/Tencent/components/TextCn.js +35 -0
  88. package/es/Tencent/index.d.ts +19 -0
  89. package/es/Tencent/index.js +18 -0
  90. package/es/Tencent/style.d.ts +2 -0
  91. package/es/Tencent/style.js +2 -0
  92. package/es/Yi/components/Avatar.js +1 -2
  93. package/es/Yi/components/Text.d.ts +1 -3
  94. package/es/Yi/components/Text.js +1 -35
  95. package/es/ZeroOne/components/Avatar.d.ts +5 -0
  96. package/es/ZeroOne/components/Avatar.js +21 -0
  97. package/es/ZeroOne/components/Color.d.ts +3 -0
  98. package/es/ZeroOne/components/Color.js +43 -0
  99. package/es/ZeroOne/components/Combine.d.ts +5 -0
  100. package/es/ZeroOne/components/Combine.js +24 -0
  101. package/es/ZeroOne/components/Mono.d.ts +3 -0
  102. package/es/ZeroOne/components/Mono.js +35 -0
  103. package/es/ZeroOne/components/Text.d.ts +3 -0
  104. package/es/ZeroOne/components/Text.js +35 -0
  105. package/es/ZeroOne/index.d.ts +13 -0
  106. package/es/ZeroOne/index.js +12 -0
  107. package/es/ZeroOne/style.d.ts +4 -0
  108. package/es/ZeroOne/style.js +4 -0
  109. package/es/index.d.ts +6 -0
  110. package/es/index.js +6 -0
  111. package/package.json +1 -1
package/README.md CHANGED
@@ -57,54 +57,59 @@ Contributions, corrections & requests can be made on GitHub.
57
57
 
58
58
  **Supported brands:**
59
59
 
60
- <!-- ICON LIST -->
60
+ <!-- ICON LIST -->
61
61
 
62
- - [x] [Zhipu (智谱)](https://icons.lobehub.com/components/zhipu)
63
- - [x] [Yi (零一万物)](https://icons.lobehub.com/components/yi)
62
+ - [x] [01.AI (零一万物)](https://icons.lobehub.com/components/zero-one)
63
+ - [x] [Alibaba](https://icons.lobehub.com/components/alibaba)
64
+ - [x] [AntGroup](https://icons.lobehub.com/components/ant-group)
65
+ - [x] [Anthropic](https://icons.lobehub.com/components/anthropic)
66
+ - [x] [Automatic1111 (SD Webui)](https://icons.lobehub.com/components/automatic)
67
+ - [x] [AWS](https://icons.lobehub.com/components/aws)
68
+ - [x] [AWS (Bedrock)](https://icons.lobehub.com/components/bedrock)
69
+ - [x] [Baichuan (百川)](https://icons.lobehub.com/components/baichuan)
70
+ - [x] [Baidu](https://icons.lobehub.com/components/baidu)
71
+ - [x] [ByteDance](https://icons.lobehub.com/components/byte-dance)
72
+ - [x] [Claude](https://icons.lobehub.com/components/claude)
73
+ - [x] [Cloudflare](https://icons.lobehub.com/components/cloudflare)
64
74
  - [x] [Cloudflare (WorkersAI)](https://icons.lobehub.com/components/workers-ai)
65
- - [x] [Wenxin (文心)](https://icons.lobehub.com/components/wenxin)
66
- - [x] [Tongyi (通义)](https://icons.lobehub.com/components/tongyi)
67
- - [x] [Stability (StableDiffusion)](https://icons.lobehub.com/components/stability)
68
- - [x] [Spark (讯飞星火)](https://icons.lobehub.com/components/spark)
69
- - [x] [Replicate](https://icons.lobehub.com/components/replicate)
70
- - [x] [Zhipu (智谱清言)](https://icons.lobehub.com/components/qingyan)
71
- - [x] [Pollinations](https://icons.lobehub.com/components/pollinations)
72
- - [x] [Perplexity](https://icons.lobehub.com/components/perplexity)
73
- - [x] [OpenRouter](https://icons.lobehub.com/components/open-router)
74
- - [x] [OpenAI (ChatGPT)](https://icons.lobehub.com/components/open-ai)
75
- - [x] [Ollama](https://icons.lobehub.com/components/ollama)
76
- - [x] [Nvidia (ChatWithRTX)](https://icons.lobehub.com/components/nvidia)
77
- - [x] [Moonshot (月之暗面)](https://icons.lobehub.com/components/moonshot)
78
- - [x] [Mistral](https://icons.lobehub.com/components/mistral)
79
- - [x] [Minimax](https://icons.lobehub.com/components/minimax)
80
- - [x] [Midjourney](https://icons.lobehub.com/components/midjourney)
81
- - [x] [Meta (Llama)](https://icons.lobehub.com/components/meta)
82
- - [x] [LLaVA](https://icons.lobehub.com/components/l-la-va)
83
- - [x] [Hunyuan (腾讯混元)](https://icons.lobehub.com/components/hunyuan)
84
- - [x] [HuggingFace](https://icons.lobehub.com/components/hugging-face)
85
- - [x] [Groq](https://icons.lobehub.com/components/groq)
86
- - [x] [Grok](https://icons.lobehub.com/components/grok)
87
- - [x] [Google](https://icons.lobehub.com/components/google)
88
- - [x] [Github (Copilot)](https://icons.lobehub.com/components/github-copilot)
75
+ - [x] [Cohere (Command)](https://icons.lobehub.com/components/cohere)
76
+ - [x] [DeepMind(Google)](https://icons.lobehub.com/components/deep-mind)
77
+ - [x] [Fireworks](https://icons.lobehub.com/components/fireworks)
89
78
  - [x] [Github](https://icons.lobehub.com/components/github)
90
- - [x] [Google (Gemma)](https://icons.lobehub.com/components/gemma)
79
+ - [x] [Github Copilot](https://icons.lobehub.com/components/github-copilot)
80
+ - [x] [Google](https://icons.lobehub.com/components/google)
81
+ - [x] [Google (Colab)](https://icons.lobehub.com/components/colab)
91
82
  - [x] [Google (Gemini)](https://icons.lobehub.com/components/gemini)
92
- - [x] [Fireworks](https://icons.lobehub.com/components/fireworks)
93
- - [x] [Google (DeepMind)](https://icons.lobehub.com/components/deep-mind)
83
+ - [x] [Google (Gemma)](https://icons.lobehub.com/components/gemma)
84
+ - [x] [Grok](https://icons.lobehub.com/components/grok)
85
+ - [x] [Groq](https://icons.lobehub.com/components/groq)
86
+ - [x] [HuggingFace](https://icons.lobehub.com/components/hugging-face)
87
+ - [x] [Hunyuan (腾讯混元)](https://icons.lobehub.com/components/hunyuan)
88
+ - [x] [LLaVA](https://icons.lobehub.com/components/l-la-va)
89
+ - [x] [Meta](https://icons.lobehub.com/components/meta)
90
+ - [x] [Microsoft (Azure)](https://icons.lobehub.com/components/azure)
91
+ - [x] [Microsoft Copilot](https://icons.lobehub.com/components/copilot)
92
+ - [x] [Midjourney](https://icons.lobehub.com/components/midjourney)
93
+ - [x] [Minimax](https://icons.lobehub.com/components/minimax)
94
+ - [x] [Mistral](https://icons.lobehub.com/components/mistral)
95
+ - [x] [Moonshot (月之暗面)](https://icons.lobehub.com/components/moonshot)
96
+ - [x] [Nvidia (ChatWithRTX)](https://icons.lobehub.com/components/nvidia)
97
+ - [x] [Ollama](https://icons.lobehub.com/components/ollama)
98
+ - [x] [OpenAI (ChatGPT)](https://icons.lobehub.com/components/open-ai)
94
99
  - [x] [OpenAI (DALL·E)](https://icons.lobehub.com/components/dalle)
95
- - [x] [Microsoft (Copilot)](https://icons.lobehub.com/components/copilot)
96
- - [x] [Google (Colab)](https://icons.lobehub.com/components/colab)
97
- - [x] [Cohere (Command)](https://icons.lobehub.com/components/cohere)
98
- - [x] [Cloudflare](https://icons.lobehub.com/components/cloudflare)
99
- - [x] [Anthropic (Claude)](https://icons.lobehub.com/components/claude)
100
+ - [x] [OpenRouter](https://icons.lobehub.com/components/open-router)
101
+ - [x] [Perplexity](https://icons.lobehub.com/components/perplexity)
102
+ - [x] [Pollinations](https://icons.lobehub.com/components/pollinations)
103
+ - [x] [Qingyan (智谱清言)](https://icons.lobehub.com/components/qingyan)
104
+ - [x] [Replicate](https://icons.lobehub.com/components/replicate)
105
+ - [x] [Spark (讯飞星火)](https://icons.lobehub.com/components/spark)
106
+ - [x] [Stability (StableDiffusion)](https://icons.lobehub.com/components/stability)
107
+ - [x] [Tencent](https://icons.lobehub.com/components/tencent)
108
+ - [x] [Tongyi (通义)](https://icons.lobehub.com/components/tongyi)
109
+ - [x] [Wenxin (文心)](https://icons.lobehub.com/components/wenxin)
110
+ - [x] [Yi (零一万物)](https://icons.lobehub.com/components/yi)
100
111
  - [x] [Zhipu (ChatGLM)](https://icons.lobehub.com/components/chat-glm)
101
- - [x] [Microsoft (Bing)](https://icons.lobehub.com/components/bing)
102
- - [x] [AWS (Bedrock)](https://icons.lobehub.com/components/bedrock)
103
- - [x] [Baichuan (百川)](https://icons.lobehub.com/components/baichuan)
104
- - [x] [Microsoft (Azure)](https://icons.lobehub.com/components/azure)
105
- - [x] [AWS](https://icons.lobehub.com/components/aws)
106
- - [x] [Automatic1111 (SD Webui)](https://icons.lobehub.com/components/automatic)
107
- - [x] [Anthropic](https://icons.lobehub.com/components/anthropic)
112
+ - [x] [Zhipu (智谱)](https://icons.lobehub.com/components/zhipu)
108
113
 
109
114
  <!-- ICON LIST -->
110
115
 
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -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,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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
+ width: 'fit-content'
22
+ }, style),
23
+ viewBox: "0 0 90 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, rest), {}, {
26
+ children: [/*#__PURE__*/_jsx("title", {
27
+ children: TITLE
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M40.768 15.267c-4.522 2.503-9.08 4.794-14.149 5.834-1.13.23-2.384.23-3.532.07-1.095-.14-1.643-1.127-1.254-2.167.37-.97.865-1.956 1.501-2.767 1.378-1.763 2.932-3.366 4.328-5.111a26.102 26.102 0 002.296-3.402c.494-.846.265-1.868-.6-2.29-1.45-.724-3.004-1.235-4.54-1.781-.177-.07-.442.123-.795.247.441.405.76.705 1.201 1.11-4.557.793-8.867 1.921-13.053 3.472-.018.088-.053.159-.036.194.619.97.336 1.71-.565 2.309-.336.229-.653.51-.918.863 2.755.829 5.21.353 7.56-1.216-.142-.211-.283-.405-.424-.617.883.159 1.413.653 1.483 1.428.018.176-.088.352-.14.529-.125-.141-.284-.282-.39-.44-.07-.107-.088-.23-.14-.406-2.792 1.903-5.794 2.38-9.098 1.392 0 .67-.035 1.234.018 1.78.035.476-.159.687-.583.934-.954.6-1.943 1.216-2.738 2.01-.953.969-.6 2.15.69 2.643 1.465.564 3.002.582 4.539.388 1.82-.23 3.603-.529 5.581-.81-2.313 1.11-4.592 1.885-6.994 2.202-1.678.23-3.356.353-5.017-.14-2.384-.688-3.444-2.486-2.826-4.9.583-2.256 1.996-4.054 3.515-5.71 5.07-5.517 11.481-8.32 18.9-8.883 1.731-.124 3.48.105 5.105.846 2.278 1.057 3.232 3.295 2.12 5.551-.725 1.498-1.732 2.873-2.738 4.23-.99 1.34-2.102 2.573-3.145 3.86-.3.388-.582.793-.812 1.234-.442.828-.141 1.374.795 1.286 1.96-.194 3.956-.352 5.846-.846 2.774-.722 5.476-1.745 8.214-2.644.283-.07.548-.176.795-.282zm3.603-10.75h2.084v5.305c0 .423-.211.793-.512 1.128-.159.158-.335.3-.512.44a2.11 2.11 0 01-1.06.388H42.27V4.517h2.102zm-.46 1.41v4.511h.884V5.927h-.883zm-2.33-3.772v3.437c0 .493-.584.899-.83 1.092.246.194.83.6.83 1.076v2.643c0 .476-.778 1.392-1.431 1.428h-.99v.599c0 .828-.918 1.586-1.766 1.586V2.155h4.186zM39.513 3.6h-.354v6.803h.69V6.966h-.566c.018 0 .035 0 .053-.017.018 0 .018 0 .018-.018l.141-.14.018-.018c.194-.194.335-.512.335-.688V3.618c-.017-.018-.335-.018-.335-.018zm9.785-1.445c0 .37-.282 1.445-.67 1.445v8.742c0 1.145-1.202 1.674-1.767 1.674V3.6h-5.034V2.155h7.471zm12.877 10.504c-.336.511-.742 1.375-1.183 1.375H50.359v-1.375h4.716v-1.128H50.5v-1.304h4.575v-.97H50.5V2.156h11.34v5.516c-.035.564-1.254 1.569-2.013 1.569h-2.65v.97h4.734c-.247.475-.707 1.303-1.236 1.303h-3.498v1.128l4.999.018zm-4.999-4.723h2.561V3.512h-2.56v1.533h2.366c-.106.106-.9 1.128-1.06 1.216h-.017c-.142.089-.248.141-.371.141h-.919v1.534zm-2.12-1.551H52.55v1.533h2.509V6.385zm0-2.873H52.55v1.533h2.509V3.512zm19.925 8.97c-.124.494-.918 1.534-1.572 1.534h-8.602c-.919 0-1.413-.828-1.413-1.674V2.155h11.27v5.358c-.036.564-1.22 1.621-1.873 1.621H65.55v3.349h9.432zM70.16 7.62h2.384V3.67H70.16v3.948zm-4.593 0h2.526V3.67h-2.526v3.948zM88 12.483c-.124.493-.919 1.533-1.572 1.533h-8.602c-.936 0-1.413-.828-1.413-1.674V2.155h11.27v5.358c-.036.564-1.22 1.621-1.873 1.621h-7.278v3.349H88zm-4.822-4.864h2.402V3.67h-2.402v3.948zm-4.61 0h2.508V3.67h-2.508v3.948zm-31 14.258V18.14h1.449v3.737h-1.449zm-.035-4.283v-1.04h1.501v1.04h-1.501zM45.2 21.877v-5.323h1.413v5.323h-1.413zm37.376 0V18.14h.548v.582c.194-.194.282-.353.494-.458.195-.141.407-.177.672-.177.265 0 .512.036.724.177.124.123.23.264.318.458.318-.423.689-.635 1.183-.635.354 0 .671.053.883.318.177.193.265.51.265.916v2.556h-.635V19.55c0-.282 0-.458-.036-.546-.035-.124-.141-.194-.23-.282a1.07 1.07 0 00-.423-.088c-.283 0-.513.088-.672.229-.14.176-.23.458-.23.881v2.133h-.6v-2.415c0-.317-.088-.493-.176-.634-.124-.141-.283-.194-.513-.194-.23 0-.406.053-.494.14-.177.054-.283.195-.353.424-.053.123-.089.37-.089.775v1.904h-.636zm-5.458-.459c-.194.141-.6.582-1.377.582-1.043 0-2.05-.81-2.05-1.992a2.04 2.04 0 012.05-2.062c.777 0 1.183.423 1.377.635-.088.14-.194.493-.282.6-.354-.46-.83-.583-1.095-.583-.778 0-1.414.635-1.414 1.41 0 .776.636 1.375 1.414 1.375.423 0 .83-.194 1.095-.634.123.317.265.528.282.67zm-4.751-.088h.512v.547h-.512v-.547zm-30.046-4.776h-1.82l-2.772 5.323h1.607l.495-1.058h2.932l.46 1.058h1.73l-2.632-5.323zm-1.996 3.225l1.007-2.062.919 2.062h-1.926zm14.096-1.18c-.371-.37-.813-.547-1.36-.547-.23 0-.46.035-.672.053-.353.123-.741.37-1.006.6v-2.15h-1.449v4.881c0 .123 0 .282-.035.423h1.448c0-.088.036-.141.036-.264v-.406c.194.23.406.423.777.635.23.123.671.14.812.14.6 0 1.06-.175 1.449-.546.318-.37.459-.828.459-1.445 0-.599-.141-1.057-.46-1.375zm-1.272 2.22c-.141.176-.406.265-.742.265-.318 0-.583-.089-.742-.265-.194-.194-.282-.458-.282-.81 0-.37.088-.688.282-.917.194-.194.424-.282.742-.282s.583.088.742.282c.194.194.283.493.283.864 0 .37-.071.652-.283.863zm12.24-2.22a1.803 1.803 0 00-1.324-.547c-.265 0-.46.035-.671.053-.371.123-.777.37-1.007.6v-2.15h-1.43v4.881c0 .123 0 .282-.036.423h1.448c0-.088.036-.141.036-.264v-.406c.194.23.406.423.777.635.23.123.6.14.812.14.6 0 1.095-.175 1.413-.546.318-.352.495-.828.495-1.445-.018-.599-.194-1.057-.512-1.375zm-1.236 2.22c-.141.176-.406.265-.742.265-.335 0-.6-.089-.777-.265-.176-.176-.265-.423-.265-.81 0-.406.089-.723.265-.917.195-.194.46-.282.777-.282.318 0 .583.088.742.282.177.194.265.493.265.864 0 .37-.088.652-.265.863zm-4.133.864v-2.186c0-.458-.177-.81-.548-1.057-.282-.23-.812-.353-1.554-.353h-.141c-.671 0-1.148.089-1.502.282-.353.194-.547.494-.636.882h1.449a.745.745 0 01.689-.423h.141c.265 0 .371.052.512.176.124.088.177.229.177.458v.088h-.83c-.548 0-.919.035-1.13.053-.283.035-.495.088-.637.194-.194.14-.37.282-.459.423-.088.23-.141.423-.141.634 0 .353.141.6.406.811.265.194.636.317 1.095.317.318 0 .6-.035.866-.123.318-.088.724-.317.865-.546v.088c0 .264.036.405.089.458h1.36c-.053 0-.071-.088-.071-.176zm-1.43-1.393c0 .318-.124.512-.23.67-.195.088-.318.194-.548.23h-.283c-.194 0-.37-.036-.459-.124-.123-.088-.176-.176-.176-.317 0-.194.123-.353.353-.406.088-.035.265-.088.512-.123h.83v.07zm12.434 1.393v-2.186c0-.458-.176-.81-.512-1.057-.318-.23-.865-.353-1.59-.353h-.14c-.672 0-1.131.053-1.502.282a1.156 1.156 0 00-.6.882h1.448c.035-.194.23-.423.67-.423h.142c.23 0 .406.052.512.176.124.053.177.194.177.458v.088h-.83c-.548 0-.883.035-1.13.053-.283.035-.513.088-.672.194-.194.14-.283.23-.424.423-.088.176-.123.37-.123.634 0 .37.123.635.353.811.318.194.689.317 1.13.317.318 0 .6-.035.866-.123.318-.088.742-.317.865-.546v.088c0 .264.036.423.124.458h1.325c-.071 0-.089-.088-.089-.176zm-1.413-1.393c0 .318-.088.512-.265.67-.141.088-.282.194-.512.23h-.265a.898.898 0 01-.494-.124c-.124-.053-.177-.176-.177-.317 0-.194.124-.353.353-.406.089-.035.23-.088.495-.123h.865v.07zm10.05-2.344c-1.13 0-1.995.917-1.995 2.062 0 1.058.865 1.992 1.996 1.992 1.13 0 2.013-.916 2.013-1.992 0-1.145-.9-2.062-2.013-2.062zm0 3.437c-.776 0-1.36-.6-1.36-1.375s.584-1.41 1.36-1.41c.778 0 1.379.635 1.379 1.41 0 .776-.601 1.375-1.378 1.375z",
30
+ fill: "#FF6003",
31
+ fillRule: "nonzero"
32
+ })]
33
+ }));
34
+ });
35
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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 90 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: "M40.768 15.267c-4.522 2.503-9.08 4.794-14.149 5.834-1.13.23-2.384.23-3.532.07-1.095-.14-1.643-1.127-1.254-2.167.37-.97.865-1.956 1.501-2.767 1.378-1.763 2.932-3.366 4.328-5.111a26.102 26.102 0 002.296-3.402c.494-.846.265-1.868-.6-2.29-1.45-.724-3.004-1.235-4.54-1.781-.177-.07-.442.123-.795.247.441.405.76.705 1.201 1.11-4.557.793-8.867 1.921-13.053 3.472-.018.088-.053.159-.036.194.619.97.336 1.71-.565 2.309-.336.229-.653.51-.918.863 2.755.829 5.21.353 7.56-1.216-.142-.211-.283-.405-.424-.617.883.159 1.413.653 1.483 1.428.018.176-.088.352-.14.529-.125-.141-.284-.282-.39-.44-.07-.107-.088-.23-.14-.406-2.792 1.903-5.794 2.38-9.098 1.392 0 .67-.035 1.234.018 1.78.035.476-.159.687-.583.934-.954.6-1.943 1.216-2.738 2.01-.953.969-.6 2.15.69 2.643 1.465.564 3.002.582 4.539.388 1.82-.23 3.603-.529 5.581-.81-2.313 1.11-4.592 1.885-6.994 2.202-1.678.23-3.356.353-5.017-.14-2.384-.688-3.444-2.486-2.826-4.9.583-2.256 1.996-4.054 3.515-5.71 5.07-5.517 11.481-8.32 18.9-8.883 1.731-.124 3.48.105 5.105.846 2.278 1.057 3.232 3.295 2.12 5.551-.725 1.498-1.732 2.873-2.738 4.23-.99 1.34-2.102 2.573-3.145 3.86-.3.388-.582.793-.812 1.234-.442.828-.141 1.374.795 1.286 1.96-.194 3.956-.352 5.846-.846 2.774-.722 5.476-1.745 8.214-2.644.283-.07.548-.176.795-.282zm3.603-10.75h2.084v5.305c0 .423-.211.793-.512 1.128-.159.158-.335.3-.512.44a2.11 2.11 0 01-1.06.388H42.27V4.517h2.102zm-.46 1.41v4.511h.884V5.927h-.883zm-2.33-3.772v3.437c0 .493-.584.899-.83 1.092.246.194.83.6.83 1.076v2.643c0 .476-.778 1.392-1.431 1.428h-.99v.599c0 .828-.918 1.586-1.766 1.586V2.155h4.186zM39.513 3.6h-.354v6.803h.69V6.966h-.566c.018 0 .035 0 .053-.017.018 0 .018 0 .018-.018l.141-.14.018-.018c.194-.194.335-.512.335-.688V3.618c-.017-.018-.335-.018-.335-.018zm9.785-1.445c0 .37-.282 1.445-.67 1.445v8.742c0 1.145-1.202 1.674-1.767 1.674V3.6h-5.034V2.155h7.471zm12.877 10.504c-.336.511-.742 1.375-1.183 1.375H50.359v-1.375h4.716v-1.128H50.5v-1.304h4.575v-.97H50.5V2.156h11.34v5.516c-.035.564-1.254 1.569-2.013 1.569h-2.65v.97h4.734c-.247.475-.707 1.303-1.236 1.303h-3.498v1.128l4.999.018zm-4.999-4.723h2.561V3.512h-2.56v1.533h2.366c-.106.106-.9 1.128-1.06 1.216h-.017c-.142.089-.248.141-.371.141h-.919v1.534zm-2.12-1.551H52.55v1.533h2.509V6.385zm0-2.873H52.55v1.533h2.509V3.512zm19.925 8.97c-.124.494-.918 1.534-1.572 1.534h-8.602c-.919 0-1.413-.828-1.413-1.674V2.155h11.27v5.358c-.036.564-1.22 1.621-1.873 1.621H65.55v3.349h9.432zM70.16 7.62h2.384V3.67H70.16v3.948zm-4.593 0h2.526V3.67h-2.526v3.948zM88 12.483c-.124.493-.919 1.533-1.572 1.533h-8.602c-.936 0-1.413-.828-1.413-1.674V2.155h11.27v5.358c-.036.564-1.22 1.621-1.873 1.621h-7.278v3.349H88zm-4.822-4.864h2.402V3.67h-2.402v3.948zm-4.61 0h2.508V3.67h-2.508v3.948zm-31 14.258V18.14h1.449v3.737h-1.449zm-.035-4.283v-1.04h1.501v1.04h-1.501zM45.2 21.877v-5.323h1.413v5.323h-1.413zm37.376 0V18.14h.548v.582c.194-.194.282-.353.494-.458.195-.141.407-.177.672-.177.265 0 .512.036.724.177.124.123.23.264.318.458.318-.423.689-.635 1.183-.635.354 0 .671.053.883.318.177.193.265.51.265.916v2.556h-.635V19.55c0-.282 0-.458-.036-.546-.035-.124-.141-.194-.23-.282a1.07 1.07 0 00-.423-.088c-.283 0-.513.088-.672.229-.14.176-.23.458-.23.881v2.133h-.6v-2.415c0-.317-.088-.493-.176-.634-.124-.141-.283-.194-.513-.194-.23 0-.406.053-.494.14-.177.054-.283.195-.353.424-.053.123-.089.37-.089.775v1.904h-.636zm-5.458-.459c-.194.141-.6.582-1.377.582-1.043 0-2.05-.81-2.05-1.992a2.04 2.04 0 012.05-2.062c.777 0 1.183.423 1.377.635-.088.14-.194.493-.282.6-.354-.46-.83-.583-1.095-.583-.778 0-1.414.635-1.414 1.41 0 .776.636 1.375 1.414 1.375.423 0 .83-.194 1.095-.634.123.317.265.528.282.67zm-4.751-.088h.512v.547h-.512v-.547zm-30.046-4.776h-1.82l-2.772 5.323h1.607l.495-1.058h2.932l.46 1.058h1.73l-2.632-5.323zm-1.996 3.225l1.007-2.062.919 2.062h-1.926zm14.096-1.18c-.371-.37-.813-.547-1.36-.547-.23 0-.46.035-.672.053-.353.123-.741.37-1.006.6v-2.15h-1.449v4.881c0 .123 0 .282-.035.423h1.448c0-.088.036-.141.036-.264v-.406c.194.23.406.423.777.635.23.123.671.14.812.14.6 0 1.06-.175 1.449-.546.318-.37.459-.828.459-1.445 0-.599-.141-1.057-.46-1.375zm-1.272 2.22c-.141.176-.406.265-.742.265-.318 0-.583-.089-.742-.265-.194-.194-.282-.458-.282-.81 0-.37.088-.688.282-.917.194-.194.424-.282.742-.282s.583.088.742.282c.194.194.283.493.283.864 0 .37-.071.652-.283.863zm12.24-2.22a1.803 1.803 0 00-1.324-.547c-.265 0-.46.035-.671.053-.371.123-.777.37-1.007.6v-2.15h-1.43v4.881c0 .123 0 .282-.036.423h1.448c0-.088.036-.141.036-.264v-.406c.194.23.406.423.777.635.23.123.6.14.812.14.6 0 1.095-.175 1.413-.546.318-.352.495-.828.495-1.445-.018-.599-.194-1.057-.512-1.375zm-1.236 2.22c-.141.176-.406.265-.742.265-.335 0-.6-.089-.777-.265-.176-.176-.265-.423-.265-.81 0-.406.089-.723.265-.917.195-.194.46-.282.777-.282.318 0 .583.088.742.282.177.194.265.493.265.864 0 .37-.088.652-.265.863zm-4.133.864v-2.186c0-.458-.177-.81-.548-1.057-.282-.23-.812-.353-1.554-.353h-.141c-.671 0-1.148.089-1.502.282-.353.194-.547.494-.636.882h1.449a.745.745 0 01.689-.423h.141c.265 0 .371.052.512.176.124.088.177.229.177.458v.088h-.83c-.548 0-.919.035-1.13.053-.283.035-.495.088-.637.194-.194.14-.37.282-.459.423-.088.23-.141.423-.141.634 0 .353.141.6.406.811.265.194.636.317 1.095.317.318 0 .6-.035.866-.123.318-.088.724-.317.865-.546v.088c0 .264.036.405.089.458h1.36c-.053 0-.071-.088-.071-.176zm-1.43-1.393c0 .318-.124.512-.23.67-.195.088-.318.194-.548.23h-.283c-.194 0-.37-.036-.459-.124-.123-.088-.176-.176-.176-.317 0-.194.123-.353.353-.406.088-.035.265-.088.512-.123h.83v.07zm12.434 1.393v-2.186c0-.458-.176-.81-.512-1.057-.318-.23-.865-.353-1.59-.353h-.14c-.672 0-1.131.053-1.502.282a1.156 1.156 0 00-.6.882h1.448c.035-.194.23-.423.67-.423h.142c.23 0 .406.052.512.176.124.053.177.194.177.458v.088h-.83c-.548 0-.883.035-1.13.053-.283.035-.513.088-.672.194-.194.14-.283.23-.424.423-.088.176-.123.37-.123.634 0 .37.123.635.353.811.318.194.689.317 1.13.317.318 0 .6-.035.866-.123.318-.088.742-.317.865-.546v.088c0 .264.036.423.124.458h1.325c-.071 0-.089-.088-.089-.176zm-1.413-1.393c0 .318-.088.512-.265.67-.141.088-.282.194-.512.23h-.265a.898.898 0 01-.494-.124c-.124-.053-.177-.176-.177-.317 0-.194.124-.353.353-.406.089-.035.23-.088.495-.123h.865v.07zm10.05-2.344c-1.13 0-1.995.917-1.995 2.062 0 1.058.865 1.992 1.996 1.992 1.13 0 2.013-.916 2.013-1.992 0-1.145-.9-2.062-2.013-2.062zm0 3.437c-.776 0-1.36-.6-1.36-1.375s.584-1.41 1.36-1.41c.778 0 1.379.635 1.379 1.41 0 .776-.601 1.375-1.378 1.375z"
32
+ })]
33
+ }));
34
+ });
35
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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: "M24 14.014c-2.8 1.512-5.62 2.896-8.759 3.524-.7.139-1.476.139-2.187.043-.678-.085-1.017-.682-.776-1.31.23-.585.536-1.181.93-1.671.852-1.065 1.814-2.034 2.678-3.088a15.75 15.75 0 001.422-2.054c.306-.511.164-1.129-.372-1.384-.897-.437-1.859-.745-2.81-1.075-.11-.043-.274.074-.492.149.273.244.47.425.743.67-2.821.48-5.49 1.16-8.08 2.098-.012.053-.033.095-.023.117.383.585.208 1.032-.35 1.394a2.365 2.365 0 00-.568.522c1.706.5 3.226.213 4.68-.735-.087-.127-.175-.244-.262-.372.546.096.874.394.918.862.011.107-.054.213-.087.32-.077-.086-.175-.17-.24-.267-.045-.064-.056-.138-.088-.245-1.728 1.15-3.587 1.438-5.632.842 0 .404-.022.745.011 1.075.022.287-.098.415-.36.564-.591.362-1.204.735-1.696 1.214-.59.585-.371 1.299.427 1.597.907.34 1.859.35 2.81.234 1.126-.139 2.23-.32 3.456-.49-1.433.67-2.844 1.14-4.33 1.33-1.04.14-2.078.214-3.106-.084-1.476-.415-2.133-1.501-1.75-2.96.361-1.363 1.236-2.449 2.176-3.45 3.139-3.332 7.108-5.024 11.7-5.365 1.072-.074 2.155.064 3.16.511 1.411.639 2.002 1.99 1.313 3.354-.448.905-1.072 1.735-1.695 2.555-.612.809-1.301 1.554-1.946 2.331-.186.234-.361.48-.503.745-.274.5-.088.83.492.778 1.213-.118 2.45-.213 3.62-.511 1.716-.437 3.389-1.054 5.084-1.597.175-.043.339-.107.492-.17z",
30
+ fill: "#FF6003",
31
+ fillRule: "evenodd"
32
+ })]
33
+ }));
34
+ });
35
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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: "M24 14.014c-2.8 1.512-5.62 2.896-8.759 3.524-.7.139-1.476.139-2.187.043-.678-.085-1.017-.682-.776-1.31.23-.585.536-1.181.93-1.671.852-1.065 1.814-2.034 2.678-3.088a15.75 15.75 0 001.422-2.054c.306-.511.164-1.129-.372-1.384-.897-.437-1.859-.745-2.81-1.075-.11-.043-.274.074-.492.149.273.244.47.425.743.67-2.821.48-5.49 1.16-8.08 2.098-.012.053-.033.095-.023.117.383.585.208 1.032-.35 1.394a2.365 2.365 0 00-.568.522c1.706.5 3.226.213 4.68-.735-.087-.127-.175-.244-.262-.372.546.096.874.394.918.862.011.107-.054.213-.087.32-.077-.086-.175-.17-.24-.267-.045-.064-.056-.138-.088-.245-1.728 1.15-3.587 1.438-5.632.842 0 .404-.022.745.011 1.075.022.287-.098.415-.36.564-.591.362-1.204.735-1.696 1.214-.59.585-.371 1.299.427 1.597.907.34 1.859.35 2.81.234 1.126-.139 2.23-.32 3.456-.49-1.433.67-2.844 1.14-4.33 1.33-1.04.14-2.078.214-3.106-.084-1.476-.415-2.133-1.501-1.75-2.96.361-1.363 1.236-2.449 2.176-3.45 3.139-3.332 7.108-5.024 11.7-5.365 1.072-.074 2.155.064 3.16.511 1.411.639 2.002 1.99 1.313 3.354-.448.905-1.072 1.735-1.695 2.555-.612.809-1.301 1.554-1.946 2.331-.186.234-.361.48-.503.745-.274.5-.088.83.492.778 1.213-.118 2.45-.213 3.62-.511 1.716-.437 3.389-1.054 5.084-1.597.175-.043.339-.107.492-.17z"
32
+ })]
33
+ }));
34
+ });
35
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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 103 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: "M16.825 18.085h-7.94l-1.457 3.663H2L9.639 4.334h6.508l7.613 17.414h-5.503l-1.432-3.663zm-1.583-4.015l-2.186-5.52h-.402l-2.186 5.52h4.774zm9.825-11.392h4.799v19.07h-4.8V2.678zm7.437 1.68c0-2.182.402-2.358 2.588-2.358 2.211 0 2.588.176 2.588 2.359 0 2.208-.376 2.434-2.588 2.434-2.186 0-2.588-.226-2.588-2.434zm.201 3.84h4.774V21.75h-4.774V8.199zm21.534 6.775c0 3.99-.98 7.027-5.252 7.027-2.563 0-3.518-.703-3.995-1.807l-.226 1.556h-4.398V2.678h4.775v6.65c.527-.678 1.633-1.38 3.844-1.38 4.272 0 5.252 2.609 5.252 7.025zm-4.825 0c0-2.208-.301-3.613-2.236-3.613-1.91 0-2.312 1.23-2.312 3.613 0 2.234.402 3.564 2.312 3.564 1.985 0 2.236-1.48 2.236-3.564zm19.7-2.433v9.209h-4.322l-.377-1.255C64.013 21.172 62.857 22 60.47 22c-2.839 0-4.623-1.28-4.623-4.19 0-3.112 1.784-4.267 5.729-4.267h2.789c-.076-1.38-.578-1.58-2.563-1.58-.98 0-1.91.075-2.79.225v-3.99c1.03-.175 2.488-.225 3.468-.225 4.75 0 6.634 1.405 6.634 4.567zm-4.749 5.069v-1.054h-1.91c-1.507 0-1.985.226-1.985 1.028 0 .703.528.879 1.508.879 1.18 0 2.01-.377 2.387-.853zm21.76-2.636c0 3.99-.98 7.027-5.252 7.027-2.563 0-3.518-.703-3.996-1.807l-.226 1.556h-4.397V2.678h4.774v6.65c.528-.678 1.633-1.38 3.845-1.38 4.272 0 5.251 2.609 5.251 7.025zm-4.825 0c0-2.208-.301-3.613-2.236-3.613-1.91 0-2.311 1.23-2.311 3.613 0 2.234.402 3.564 2.311 3.564 1.985 0 2.236-1.48 2.236-3.564zM101 12.54v9.209h-4.322l-.377-1.255C95.9 21.172 94.743 22 92.356 22c-2.839 0-4.623-1.28-4.623-4.19 0-3.112 1.784-4.267 5.729-4.267h2.789c-.076-1.38-.578-1.58-2.563-1.58-.98 0-1.91.075-2.79.225v-3.99c1.03-.175 2.488-.225 3.468-.225 4.75 0 6.634 1.405 6.634 4.567zm-4.75 5.069v-1.054h-1.91c-1.507 0-1.984.226-1.984 1.028 0 .703.527.879 1.508.879 1.18 0 2.01-.377 2.387-.853z"
32
+ })]
33
+ }));
34
+ });
35
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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 89 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: "M17.22 5.976v8.932c0 .712-.356 1.335-.86 1.9-.268.266-.564.504-.86.741-.565.415-1.188.593-1.781.653h-3.53V5.976H17.218zM12.948 8.35v7.597h1.483V8.35h-1.483zM9.03 2v5.786c0 .831-.979 1.514-1.394 1.84.415.327 1.394 1.009 1.394 1.81v4.451c0 .801-1.305 2.344-2.403 2.404H4.967V19.3c0 1.394-1.543 2.67-2.967 2.67V2h7.031zM4.967 4.433v11.454h1.157v-5.786h-.95c.03 0 .06 0 .09-.03.03 0 .03 0 .03-.03l.237-.237.03-.03c.326-.326.563-.86.563-1.157V4.463c-.03-.03-.564-.03-.564-.03h-.593zM21.997 2c0 .623-.475 2.433-1.128 2.433v14.718c0 1.93-2.017 2.82-2.967 2.82V4.432H9.447V2h12.55zm19.64 20h-17.86v-2.315h7.921v-1.899h-7.684v-2.195h7.684v-1.633h-7.684V2h19.047v9.288c-.06.95-2.106 2.64-3.382 2.64h-4.45v1.633h7.95c-.415.801-1.186 2.196-2.076 2.196h-5.874v1.899l8.396.03c-.564.86-1.246 2.314-1.988 2.314zm-6.408-10.267h4.302V4.285h-4.302v2.581h3.975c-.178.179-1.513 1.9-1.78 2.048h-.03c-.237.148-.415.237-.623.237H35.23v2.582zm-3.56-2.611h-4.214v2.581h4.213V9.122zm0-4.837h-4.214v2.581h4.213V4.285zM62.493 21.97H48.045c-1.542 0-2.373-1.394-2.373-2.819V2H64.6v9.02c-.059.95-2.047 2.73-3.145 2.73H49.291v5.639h15.843c-.207.83-1.542 2.581-2.64 2.581zM61.04 11.2V4.552h-4.005v6.647h4.005zm-7.476 0V4.552H49.32v6.647h4.243zM84.36 21.97H69.91c-1.572 0-2.373-1.394-2.373-2.819V2h18.928v9.02c-.06.95-2.047 2.73-3.145 2.73H71.098v5.639H87c-.208.83-1.543 2.581-2.64 2.581zM82.935 11.2V4.552h-4.034v6.647h4.034zm-7.565 0V4.552h-4.213v6.647h4.213z"
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,2 @@
1
+ export declare const TITLE = "Alibaba";
2
+ export declare const COLOR_PRIMARY = "#FF6003";
@@ -0,0 +1,2 @@
1
+ export var TITLE = 'Alibaba';
2
+ export var COLOR_PRIMARY = '#FF6003';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -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,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,112 @@
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("".concat(TITLE, "-brand"), 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
+ fill: "currentColor",
24
+ fillRule: "evenodd",
25
+ height: size,
26
+ ref: ref,
27
+ style: _objectSpread({
28
+ flex: 'none',
29
+ lineHeight: 1,
30
+ width: 'fit-content'
31
+ }, style),
32
+ viewBox: "0 0 73 24",
33
+ xmlns: "http://www.w3.org/2000/svg"
34
+ }, rest), {}, {
35
+ children: [/*#__PURE__*/_jsx("title", {
36
+ children: TITLE
37
+ }), /*#__PURE__*/_jsxs("defs", {
38
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
39
+ id: a.id,
40
+ x1: "32.052%",
41
+ x2: "60.95%",
42
+ y1: "95.551%",
43
+ y2: "-.348%",
44
+ children: [/*#__PURE__*/_jsx("stop", {
45
+ offset: "0%",
46
+ stopColor: "#06F"
47
+ }), /*#__PURE__*/_jsx("stop", {
48
+ offset: "20%",
49
+ stopColor: "#1677FF"
50
+ }), /*#__PURE__*/_jsx("stop", {
51
+ offset: "100%",
52
+ stopColor: "#04A6FF"
53
+ })]
54
+ }), /*#__PURE__*/_jsxs("linearGradient", {
55
+ id: b.id,
56
+ x1: "6.029%",
57
+ x2: "92.742%",
58
+ y1: "65.982%",
59
+ y2: "32.918%",
60
+ children: [/*#__PURE__*/_jsx("stop", {
61
+ offset: "0%",
62
+ stopColor: "#06F"
63
+ }), /*#__PURE__*/_jsx("stop", {
64
+ offset: "20%",
65
+ stopColor: "#1677FF"
66
+ }), /*#__PURE__*/_jsx("stop", {
67
+ offset: "100%",
68
+ stopColor: "#04A6FF"
69
+ })]
70
+ }), /*#__PURE__*/_jsxs("linearGradient", {
71
+ id: c.id,
72
+ x1: "56.027%",
73
+ x2: "46.133%",
74
+ y1: "99.257%",
75
+ y2: "1.384%",
76
+ children: [/*#__PURE__*/_jsx("stop", {
77
+ offset: "0%",
78
+ stopColor: "#06F"
79
+ }), /*#__PURE__*/_jsx("stop", {
80
+ offset: "20%",
81
+ stopColor: "#1677FF"
82
+ }), /*#__PURE__*/_jsx("stop", {
83
+ offset: "100%",
84
+ stopColor: "#04A6FF"
85
+ })]
86
+ })]
87
+ }), /*#__PURE__*/_jsxs("g", {
88
+ children: [/*#__PURE__*/_jsx("path", {
89
+ d: "M9.617 6.282a.447.447 0 01-.33-.315 1.037 1.037 0 010-.505c.153-.86.294-1.725.492-2.577.138-.7.413-1.367.808-1.96a2.274 2.274 0 011.238-.89c.86-.217 1.217.629.92 1.348-.254.593-.861.914-1.31 1.348-.819.795-1.075 2.14-1.311 3.212a.428.428 0 01-.507.339z",
90
+ fill: a.fill,
91
+ transform: "translate(2)"
92
+ }), /*#__PURE__*/_jsx("path", {
93
+ d: "M6.218 4.672c.324-.121.669.146.928.297.273.145.577.219.885.214.227.01.457 0 .675.018 4.022.176 7.346 3.22 7.901 7.237.555 4.016-1.817 7.859-5.639 9.134-3.822 1.276-8.003-.38-9.94-3.935C-.907 14.082-.046 9.641 3.076 7.081c.342-.278.703-.53 1.082-.755a8.22 8.22 0 001.294-.79c.274-.243.442-.742.767-.864zm4.324 2.15C7.754 6.825 5.734 9.355 6 12.464c.266 3.109 2.73 5.641 5.51 5.665 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.446 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.124z",
94
+ fill: b.fill,
95
+ transform: "translate(2)"
96
+ }), /*#__PURE__*/_jsx("path", {
97
+ d: "M2.303 2.054c.067-.23.198-.436.377-.594a.816.816 0 011.144.11c.68.82.165 2.078.138 3.02.013.805.205 1.597.56 2.318.083.134.144.279.183.43a.541.541 0 01-.295.577c-.339.17-.557-.19-.695-.446-.319-.6-.606-1.216-.861-1.846a8.817 8.817 0 01-.607-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-.872z",
98
+ fill: c.fill,
99
+ transform: "translate(2)"
100
+ }), /*#__PURE__*/_jsx("path", {
101
+ d: "M48.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"
102
+ }), /*#__PURE__*/_jsx("path", {
103
+ 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"
104
+ }), /*#__PURE__*/_jsx("path", {
105
+ 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"
106
+ }), /*#__PURE__*/_jsx("path", {
107
+ 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"
108
+ })]
109
+ })]
110
+ }));
111
+ });
112
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;