@lobehub/icons 1.2.0 → 1.3.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 (74) hide show
  1. package/es/Baichuan/components/Avatar.d.ts +5 -0
  2. package/es/Baichuan/components/Avatar.js +19 -0
  3. package/es/Baichuan/components/Color.d.ts +3 -0
  4. package/es/Baichuan/components/Color.js +94 -0
  5. package/es/Baichuan/components/Combine.d.ts +7 -0
  6. package/es/Baichuan/components/Combine.js +29 -0
  7. package/es/Baichuan/components/Mono.d.ts +3 -0
  8. package/es/Baichuan/components/Mono.js +92 -0
  9. package/es/Baichuan/components/Text.d.ts +3 -0
  10. package/es/Baichuan/components/Text.js +35 -0
  11. package/es/Baichuan/index.d.ts +15 -0
  12. package/es/Baichuan/index.js +13 -0
  13. package/es/Baichuan/style.d.ts +4 -0
  14. package/es/Baichuan/style.js +4 -0
  15. package/es/Cohere/components/Avatar.d.ts +5 -0
  16. package/es/Cohere/components/Avatar.js +19 -0
  17. package/es/Cohere/components/Color.d.ts +3 -0
  18. package/es/Cohere/components/Color.js +41 -0
  19. package/es/Cohere/components/Combine.d.ts +7 -0
  20. package/es/Cohere/components/Combine.js +29 -0
  21. package/es/Cohere/components/Mono.d.ts +3 -0
  22. package/es/Cohere/components/Mono.js +38 -0
  23. package/es/Cohere/components/Text.d.ts +3 -0
  24. package/es/Cohere/components/Text.js +31 -0
  25. package/es/Cohere/index.d.ts +15 -0
  26. package/es/Cohere/index.js +13 -0
  27. package/es/Cohere/style.d.ts +3 -0
  28. package/es/Cohere/style.js +3 -0
  29. package/es/IconAvatar/index.d.ts +1 -1
  30. package/es/IconCombine/index.d.ts +1 -0
  31. package/es/IconCombine/index.js +7 -2
  32. package/es/Minimax/components/Avatar.d.ts +5 -0
  33. package/es/Minimax/components/Avatar.js +24 -0
  34. package/es/Minimax/components/Color.d.ts +3 -0
  35. package/es/Minimax/components/Color.js +71 -0
  36. package/es/Minimax/components/Combine.d.ts +7 -0
  37. package/es/Minimax/components/Combine.js +29 -0
  38. package/es/Minimax/components/Mono.d.ts +3 -0
  39. package/es/Minimax/components/Mono.js +34 -0
  40. package/es/Minimax/components/Text.d.ts +3 -0
  41. package/es/Minimax/components/Text.js +37 -0
  42. package/es/Minimax/index.d.ts +16 -0
  43. package/es/Minimax/index.js +14 -0
  44. package/es/Minimax/style.d.ts +4 -0
  45. package/es/Minimax/style.js +4 -0
  46. package/es/Ollama/components/Avatar.d.ts +5 -0
  47. package/es/Ollama/components/Avatar.js +20 -0
  48. package/es/Ollama/components/Combine.d.ts +5 -0
  49. package/es/Ollama/components/Combine.js +20 -0
  50. package/es/Ollama/components/Mono.d.ts +3 -0
  51. package/es/Ollama/components/Mono.js +36 -0
  52. package/es/Ollama/components/Text.d.ts +5 -0
  53. package/es/Ollama/components/Text.js +25 -0
  54. package/es/Ollama/index.d.ts +13 -0
  55. package/es/Ollama/index.js +11 -0
  56. package/es/Ollama/style.d.ts +3 -0
  57. package/es/Ollama/style.js +3 -0
  58. package/es/Spark/components/Avatar.d.ts +5 -0
  59. package/es/Spark/components/Avatar.js +19 -0
  60. package/es/Spark/components/Color.d.ts +3 -0
  61. package/es/Spark/components/Color.js +39 -0
  62. package/es/Spark/components/Combine.d.ts +7 -0
  63. package/es/Spark/components/Combine.js +25 -0
  64. package/es/Spark/components/Mono.d.ts +3 -0
  65. package/es/Spark/components/Mono.js +34 -0
  66. package/es/Spark/components/Text.d.ts +3 -0
  67. package/es/Spark/components/Text.js +41 -0
  68. package/es/Spark/index.d.ts +15 -0
  69. package/es/Spark/index.js +13 -0
  70. package/es/Spark/style.d.ts +3 -0
  71. package/es/Spark/style.js +3 -0
  72. package/es/index.d.ts +5 -0
  73. package/es/index.js +5 -0
  74. package/package.json +3 -4
@@ -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,24 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["background", "size"];
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_GRADIENT } 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
+ size = _ref.size,
14
+ rest = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
16
+ Icon: Mono,
17
+ background: background || COLOR_GRADIENT,
18
+ iconStyle: {
19
+ marginLeft: -size * 0.05
20
+ },
21
+ size: size
22
+ }, rest));
23
+ });
24
+ 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,71 @@
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 { jsx as _jsx } from "react/jsx-runtime";
8
+ import { jsxs as _jsxs } from "react/jsx-runtime";
9
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
10
+ var _ref$size = _ref.size,
11
+ size = _ref$size === void 0 ? '1em' : _ref$size,
12
+ style = _ref.style,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
+ height: size,
16
+ ref: ref,
17
+ style: _objectSpread({
18
+ flex: 'none',
19
+ lineHeight: 1
20
+ }, style),
21
+ viewBox: "0 0 24 24",
22
+ width: size,
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, rest), {}, {
25
+ children: [/*#__PURE__*/_jsxs("g", {
26
+ clipPath: "url(#a)",
27
+ children: [/*#__PURE__*/_jsx("path", {
28
+ d: "M9.815 4.093a.789.789 0 011.578 0v11.65a.652.652 0 101.304 0V4.093a2.093 2.093 0 00-4.186 0v14.168a.766.766 0 11-1.533 0V9.177a2.07 2.07 0 10-4.141 0v3.843a.766.766 0 11-1.532 0v-1.393a.652.652 0 10-1.305 0v1.393a2.07 2.07 0 104.142 0V9.177a.766.766 0 011.532 0v9.084a2.07 2.07 0 104.141 0V4.093z",
29
+ fill: "url(#b)"
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M15.49 4.093a.789.789 0 011.577 0v12.639a2.048 2.048 0 104.096 0V9.177a.766.766 0 111.532 0v6.634a.652.652 0 001.305 0V9.177a2.07 2.07 0 10-4.142 0v7.555a.744.744 0 01-1.487 0V4.093a2.093 2.093 0 10-4.186 0v16.08a.744.744 0 11-1.488 0v-1.956a.652.652 0 00-1.304 0v1.956a2.048 2.048 0 104.096 0V4.093z",
32
+ fill: "url(#c)"
33
+ })]
34
+ }), /*#__PURE__*/_jsxs("defs", {
35
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
36
+ gradientUnits: "userSpaceOnUse",
37
+ id: "b",
38
+ x1: "0",
39
+ x2: "24.023",
40
+ y1: "12.122",
41
+ y2: "12.122",
42
+ children: [/*#__PURE__*/_jsx("stop", {
43
+ stopColor: "#E2167E"
44
+ }), /*#__PURE__*/_jsx("stop", {
45
+ offset: "1",
46
+ stopColor: "#FE603C"
47
+ })]
48
+ }), /*#__PURE__*/_jsxs("linearGradient", {
49
+ gradientUnits: "userSpaceOnUse",
50
+ id: "c",
51
+ x1: "0",
52
+ x2: "24.023",
53
+ y1: "12.122",
54
+ y2: "12.122",
55
+ children: [/*#__PURE__*/_jsx("stop", {
56
+ stopColor: "#E2167E"
57
+ }), /*#__PURE__*/_jsx("stop", {
58
+ offset: "1",
59
+ stopColor: "#FE603C"
60
+ })]
61
+ }), /*#__PURE__*/_jsx("clipPath", {
62
+ id: "a",
63
+ children: /*#__PURE__*/_jsx("path", {
64
+ d: "M0 0h24v24H0z",
65
+ fill: "#fff"
66
+ })
67
+ })]
68
+ })]
69
+ }));
70
+ });
71
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,29 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["type", "extraStyle"];
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 IconCombine from "../../IconCombine";
8
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
9
+ import Color from "./Color";
10
+ import Mono from "./Mono";
11
+ import Text from "./Text";
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ var Combine = /*#__PURE__*/memo(function (_ref) {
14
+ var _ref$type = _ref.type,
15
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
16
+ extraStyle = _ref.extraStyle,
17
+ rest = _objectWithoutProperties(_ref, _excluded);
18
+ var Icon = type === 'color' ? Color : Mono;
19
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
20
+ Icon: Icon,
21
+ Text: Text,
22
+ extraStyle: _objectSpread({
23
+ fontWeight: 500
24
+ }, extraStyle),
25
+ spaceMultiple: SPACE_MULTIPLE,
26
+ textMultiple: TEXT_MULTIPLE
27
+ }, rest));
28
+ });
29
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,34 @@
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 { jsx as _jsx } from "react/jsx-runtime";
8
+ import { jsxs as _jsxs } from "react/jsx-runtime";
9
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
10
+ var _ref$size = _ref.size,
11
+ size = _ref$size === void 0 ? '1em' : _ref$size,
12
+ style = _ref.style,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
+ fill: "currentColor",
16
+ fillRule: "evenodd",
17
+ height: size,
18
+ ref: ref,
19
+ style: _objectSpread({
20
+ flex: 'none',
21
+ lineHeight: 1
22
+ }, style),
23
+ viewBox: "0 0 24 24",
24
+ width: size,
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, rest), {}, {
27
+ children: [/*#__PURE__*/_jsx("path", {
28
+ d: "M9.815 4.093a.789.789 0 011.578 0v11.65a.652.652 0 101.304 0V4.093a2.093 2.093 0 00-4.186 0v14.168a.766.766 0 11-1.533 0V9.177a2.07 2.07 0 10-4.141 0v3.843a.766.766 0 11-1.532 0v-1.393a.652.652 0 10-1.305 0v1.393a2.07 2.07 0 104.142 0V9.177a.766.766 0 011.532 0v9.084a2.07 2.07 0 104.141 0V4.093z"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ d: "M15.49 4.093a.789.789 0 011.577 0v12.639a2.048 2.048 0 104.096 0V9.177a.766.766 0 111.532 0v6.634a.652.652 0 001.305 0V9.177a2.07 2.07 0 10-4.142 0v7.555a.744.744 0 01-1.487 0V4.093a2.093 2.093 0 10-4.186 0v16.08a.744.744 0 11-1.488 0v-1.956a.652.652 0 00-1.304 0v1.956a2.048 2.048 0 104.096 0V4.093z"
31
+ })]
32
+ }));
33
+ });
34
+ 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,37 @@
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 { jsx as _jsx } from "react/jsx-runtime";
8
+ import { jsxs as _jsxs } from "react/jsx-runtime";
9
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
10
+ var _ref$size = _ref.size,
11
+ size = _ref$size === void 0 ? '1em' : _ref$size,
12
+ style = _ref.style,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
+ fill: "currentColor",
16
+ fillRule: "evenodd",
17
+ height: size,
18
+ ref: ref,
19
+ style: _objectSpread({
20
+ flex: 'none',
21
+ lineHeight: 1,
22
+ width: 'fit-content'
23
+ }, style),
24
+ viewBox: "0 0 114 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, rest), {}, {
27
+ children: [/*#__PURE__*/_jsx("path", {
28
+ d: "M2 22V2h4.23l4.41 6.828L14.93 2h3.988v20l-3.987-.06V9.25l-3.263 4.714H9.674L6.23 9.25V22H2zM26.471 2h-3.867v20h3.867V2zM30.036 2h4.049l7.492 12.387V2h3.988v20h-3.988L34.085 9.734V21.94h-4.049V2zM53.118 2h-4.109v20h4.109V2zM56.622 2v20h4.23V9.25l3.444 4.714h1.994l3.263-4.713V21.94l3.988.06V2h-3.988l-4.29 6.828L60.852 2h-4.23z"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ clipRule: "evenodd",
31
+ d: "M76.079 22l6.344-20h5.076l6.404 20h-4.471l-.89-3.021h-7.139L80.49 22h-4.41zm6.369-6.405h5.078l-2.505-8.338-2.573 8.338z"
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ d: "M111.97 2h-4.774l-3.619 6.082L99.885 2h-4.592l5.961 9.985L95.294 22h4.591l3.698-6.113 3.613 6.053h4.774l-6.025-9.956L111.97 2z"
34
+ })]
35
+ }));
36
+ });
37
+ export default Icon;
@@ -0,0 +1,16 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Mono: typeof Mono;
11
+ Text: typeof Text;
12
+ colorGradient: string;
13
+ colorPrimary: string;
14
+ };
15
+ declare const Icons: CompoundedIcon;
16
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Color from "./components/Color";
3
+ import Combine from "./components/Combine";
4
+ import Mono from "./components/Mono";
5
+ import Text from "./components/Text";
6
+ import { COLOR_GRADIENT, COLOR_PRIMARY } from "./style";
7
+ var Icons = Mono;
8
+ Icons.Color = Color;
9
+ Icons.Text = Text;
10
+ Icons.Combine = Combine;
11
+ Icons.Avatar = Avatar;
12
+ Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.colorGradient = COLOR_GRADIENT;
14
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TEXT_MULTIPLE = 0.45;
2
+ export declare const SPACE_MULTIPLE = 0.15;
3
+ export declare const COLOR_PRIMARY = "#F23F5D";
4
+ export declare const COLOR_GRADIENT = "linear-gradient(to right, #E2167E, #FE603C)";
@@ -0,0 +1,4 @@
1
+ export var TEXT_MULTIPLE = 0.45;
2
+ export var SPACE_MULTIPLE = 0.15;
3
+ export var COLOR_PRIMARY = '#F23F5D';
4
+ export var COLOR_GRADIENT = 'linear-gradient(to right, #E2167E, #FE603C)';
@@ -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 } 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
+ background: background || COLOR_PRIMARY,
17
+ color: '#000'
18
+ }, rest));
19
+ });
20
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,20 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectDestructuringEmpty from "@babel/runtime/helpers/esm/objectDestructuringEmpty";
3
+ 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; }
4
+ 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; }
5
+ import { memo } from 'react';
6
+ import IconCombine from "../../IconCombine";
7
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
8
+ import Mono from "./Mono";
9
+ import Text from "./Text";
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ var Combine = /*#__PURE__*/memo(function (_ref) {
12
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
13
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
14
+ Icon: Mono,
15
+ Text: Text,
16
+ spaceMultiple: SPACE_MULTIPLE,
17
+ textMultiple: TEXT_MULTIPLE
18
+ }, rest));
19
+ });
20
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,36 @@
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 { jsx as _jsx } from "react/jsx-runtime";
8
+ import { jsxs as _jsxs } from "react/jsx-runtime";
9
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
10
+ var _ref$size = _ref.size,
11
+ size = _ref$size === void 0 ? '1em' : _ref$size,
12
+ style = _ref.style,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
+ fill: "currentColor",
16
+ fillRule: "evenodd",
17
+ height: size,
18
+ ref: ref,
19
+ style: _objectSpread({
20
+ flex: 'none',
21
+ lineHeight: 1
22
+ }, style),
23
+ viewBox: "0 0 24 24",
24
+ width: size,
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, rest), {}, {
27
+ children: [/*#__PURE__*/_jsx("path", {
28
+ d: "M7.299 1.006c-.206.033-.452.14-.626.273-.526.4-.933 1.248-1.106 2.305-.064.4-.109.954-.109 1.377 0 .5.059 1.138.143 1.578a.635.635 0 01.02.192l-.17.139a4.881 4.881 0 00-.87.935 5.033 5.033 0 00-.862 2.143c-.047.31-.06.935-.022 1.245.084.714.299 1.317.667 1.87l.12.178-.035.059c-.246.414-.456 1.012-.554 1.587-.078.455-.087.577-.087 1.187 0 .614.008.736.08 1.16.087.51.264 1.048.462 1.406.064.117.222.36.241.373.007.003-.012.062-.042.13a6.788 6.788 0 00-.503 1.717 4.76 4.76 0 00-.064.908c0 .513.085.823.193 1.232H5.5c-.273-.506-.356-1.527-.12-2.464.107-.433.229-.75.456-1.188l.136-.265v-.163c0-.152-.003-.169-.052-.269a.84.84 0 00-.179-.229 1.593 1.593 0 01-.352-.497c-.389-.844-.464-2.096-.191-3.164.114-.445.302-.842.499-1.058a.721.721 0 00.204-.487c0-.178-.063-.325-.206-.478a2.875 2.875 0 01-.748-1.585c-.128-.88.104-1.838.631-2.598.517-.746 1.242-1.224 2.052-1.352.182-.03.522-.025.711.01.207.036.337.025.47-.039.164-.077.246-.173.342-.395.085-.197.152-.304.33-.527.215-.267.422-.449.754-.668.379-.248.81-.428 1.24-.515.156-.032.229-.037.52-.037.293 0 .366.005.522.037.63.128 1.256.453 1.755.914.107.1.365.419.447.552.032.052.087.162.122.244.096.222.178.318.342.395.128.062.263.075.462.041a2.15 2.15 0 01.864.015c1.049.211 1.962 1.075 2.366 2.233.352 1.016.253 2.079-.272 2.89a2.506 2.506 0 01-.305.385c-.276.295-.276.661-.001.965.451.494.734 1.71.649 2.783-.057.707-.239 1.341-.488 1.7-.044.063-.136.17-.206.236a.839.839 0 00-.178.23c-.049.099-.052.116-.052.268v.163l.136.265c.227.438.349.755.456 1.188C18.848 21.46 18.5 23 18.5 23c.472.01.84 0 1.34 0 .065-.03.125-.466.154-.663a8.277 8.277 0 000-1.154c-.102-.802-.27-1.439-.547-2.04-.03-.068-.049-.127-.043-.13.008-.005.052-.068.1-.139.344-.521.556-1.177.663-2.042.029-.239.029-1.264 0-1.493-.076-.59-.167-.992-.319-1.398a5.59 5.59 0 00-.301-.641l-.035-.059.12-.178c.368-.553.583-1.156.666-1.87.038-.31.026-.935-.022-1.245a5.054 5.054 0 00-.86-2.143 4.88 4.88 0 00-.87-.935 7.356 7.356 0 01-.171-.14.634.634 0 01.02-.19c.191-.997.185-2.24-.016-3.212-.174-.847-.49-1.52-.897-1.908-.325-.31-.657-.442-1.055-.417-.913.054-1.65 1.104-1.94 2.76a6.23 6.23 0 00-.088.665c0 .033-.007.06-.014.06a.875.875 0 01-.136-.072 4.453 4.453 0 00-2.251-.64c-.763 0-1.547.223-2.251.64a.878.878 0 01-.136.072c-.008 0-.014-.027-.014-.06 0-.089-.043-.411-.089-.665-.263-1.487-.868-2.47-1.672-2.719a1.922 1.922 0 00-.537-.038zm.268 1.286c.228.18.48.695.626 1.271.027.105.055.225.063.269a6.473 6.473 0 01.131 1.35l.002.435-.11.161-.108.163h-.255c-.297 0-.592.038-.875.113l-.218.056c-.03.006-.035-.003-.052-.133a7.735 7.735 0 01.014-2.13c.114-.721.38-1.375.638-1.568.062-.046.073-.044.144.013zm9.007-.011c.156.115.328.422.456.813.258.784.33 1.86.195 2.883-.018.13-.023.14-.053.133l-.218-.056a3.385 3.385 0 00-.875-.113h-.254l-.109-.163-.109-.161.002-.434c.003-.613.06-1.092.196-1.624.143-.572.398-1.087.623-1.267.072-.057.083-.058.146-.011z"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ d: "M11.753 10.23a5 5 0 00-.6.08 4.13 4.13 0 00-.872.3c-.863.422-1.457 1.125-1.638 1.938-.037.161-.041.215-.041.486 0 .27.004.327.04.48.24 1.064 1.22 1.849 2.487 1.993.275.03 1.463.03 1.738 0 1.017-.116 1.892-.667 2.285-1.441.104-.207.155-.341.202-.551.035-.154.04-.212.04-.48 0-.272-.005-.326-.041-.487-.264-1.181-1.41-2.112-2.817-2.289a6.289 6.289 0 00-.783-.028zm.59.86c.47.05.942.218 1.321.47.204.137.492.421.615.607.151.231.238.466.278.752.017.131.008.23-.04.442-.074.316-.305.646-.616.877a2.856 2.856 0 01-.632.32c-.35.111-.58.132-1.398.126-.533-.005-.628-.01-.781-.038-.523-.098-.937-.307-1.237-.624-.243-.256-.354-.49-.414-.867-.027-.176.024-.466.126-.711.125-.299.447-.67.766-.883.37-.247.857-.422 1.303-.47.173-.018.538-.018.71 0z"
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ d: "M11.395 12.243c-.12.065-.204.23-.179.35.028.132.144.265.324.374.096.058.102.066.107.124.003.035-.01.135-.027.223a1.539 1.539 0 00-.033.204c.002.068.065.178.131.232.059.047.07.05.234.054.15.005.182.001.242-.027.154-.076.194-.215.137-.482-.047-.223-.038-.257.08-.325.126-.073.258-.2.298-.288a.335.335 0 00-.162-.44.362.362 0 00-.165-.03c-.116 0-.19.027-.326.113l-.077.05-.05-.03c-.2-.12-.236-.133-.358-.132a.363.363 0 00-.176.03zM7.56 10.41a.924.924 0 00-.596.585c-.052.14-.078.359-.056.477.053.283.285.54.549.612.331.087.58.03.799-.188.128-.125.197-.234.267-.411.05-.125.053-.147.053-.324l.002-.19-.066-.135a.82.82 0 00-.518-.433.936.936 0 00-.435.006zM15.996 10.405a.82.82 0 00-.512.43l-.066.137.001.19c0 .176.003.198.054.323.07.177.139.286.267.41.22.219.467.276.8.189a.789.789 0 00.473-.4.689.689 0 00.073-.457c-.059-.415-.302-.717-.664-.822a.971.971 0 00-.426 0z"
33
+ })]
34
+ }));
35
+ });
36
+ export default Icon;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ declare const Icon: import("react").ForwardRefExoticComponent<import("react-layout-kit/lib/FlexBasic").FlexBasicProps & import("react-layout-kit").CommonProps & {
3
+ size: string | number;
4
+ } & import("react").RefAttributes<HTMLDivElement>>;
5
+ export default Icon;
@@ -0,0 +1,25 @@
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 { Flexbox } from 'react-layout-kit';
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
10
+ var _ref$size = _ref.size,
11
+ size = _ref$size === void 0 ? '1em' : _ref$size,
12
+ style = _ref.style,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsx(Flexbox, _objectSpread(_objectSpread({
15
+ ref: ref,
16
+ style: _objectSpread({
17
+ fontSize: size,
18
+ fontWeight: 500,
19
+ lineHeight: 1
20
+ }, style)
21
+ }, rest), {}, {
22
+ children: "Ollama"
23
+ }));
24
+ });
25
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Mono: typeof Mono;
9
+ Text: typeof Text;
10
+ colorPrimary: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,11 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Combine from "./components/Combine";
3
+ import Mono from "./components/Mono";
4
+ import Text from "./components/Text";
5
+ import { COLOR_PRIMARY } from "./style";
6
+ var Icons = Mono;
7
+ Icons.Text = Text;
8
+ Icons.Combine = Combine;
9
+ Icons.Avatar = Avatar;
10
+ Icons.colorPrimary = COLOR_PRIMARY;
11
+ export default Icons;
@@ -0,0 +1,3 @@
1
+ export declare const TEXT_MULTIPLE = 0.75;
2
+ export declare const SPACE_MULTIPLE = 0.1;
3
+ export declare const COLOR_PRIMARY = "#fff";
@@ -0,0 +1,3 @@
1
+ export var TEXT_MULTIPLE = 0.75;
2
+ export var SPACE_MULTIPLE = 0.1;
3
+ export var COLOR_PRIMARY = '#fff';
@@ -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,19 @@
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 } 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
+ background: background || COLOR_PRIMARY
17
+ }, rest));
18
+ });
19
+ 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,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 { jsx as _jsx } from "react/jsx-runtime";
8
+ import { jsxs as _jsxs } from "react/jsx-runtime";
9
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
10
+ var _ref$size = _ref.size,
11
+ size = _ref$size === void 0 ? '1em' : _ref$size,
12
+ style = _ref.style,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
+ height: size,
16
+ ref: ref,
17
+ style: _objectSpread({
18
+ flex: 'none',
19
+ lineHeight: 1
20
+ }, style),
21
+ viewBox: "0 0 24 24",
22
+ width: size,
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, rest), {}, {
25
+ children: [/*#__PURE__*/_jsx("path", {
26
+ d: "M2 13.08C2 9.182 4.772 6.367 9.32 2.122c-.65 7.883 6.41 8.272 5.023 12.214-.99 2.815-4.244 1.949-4.59 1.342 0 0 1.212.347 1.385-.866.174-1.213-2.252-1.862-3.81-4.937-2.6 2.988-.954 9.008 4.2 9.008 4.764 0 6.583-4.937 4.894-8.099 0 0 4.071.693 4.418 3.811.346 3.119-3.638 8.533-9.095 8.403C6.288 22.868 2 18.84 2 13.08z",
27
+ fill: "#3DC8F9"
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M17.852 6.107L11.615 0c-.52 5.933.866 8.374 4.894 9.485 2.729.753 3.307 1.04 4.504 2.772-.338-2.407-.78-3.812-3.161-6.15z",
30
+ fill: "#EA0100"
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ clipRule: "evenodd",
33
+ d: "M9.033 18.323c.709.354 1.542.56 2.495.56 4.764 0 6.583-4.937 4.894-8.099 0 0 4.071.693 4.418 3.811.156 1.403-.565 3.27-1.902 4.89-3.458 1.57-7.29.84-9.905-1.162z",
34
+ fill: "#1652D8",
35
+ fillRule: "evenodd"
36
+ })]
37
+ }));
38
+ });
39
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,25 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["type"];
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 IconCombine from "../../IconCombine";
8
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
9
+ import Color from "./Color";
10
+ import Mono from "./Mono";
11
+ import Text from "./Text";
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ var Combine = /*#__PURE__*/memo(function (_ref) {
14
+ var _ref$type = _ref.type,
15
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
16
+ rest = _objectWithoutProperties(_ref, _excluded);
17
+ var Icon = type === 'color' ? Color : Mono;
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Icon,
20
+ Text: Text,
21
+ spaceMultiple: SPACE_MULTIPLE,
22
+ textMultiple: TEXT_MULTIPLE
23
+ }, rest));
24
+ });
25
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,34 @@
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 { jsx as _jsx } from "react/jsx-runtime";
8
+ import { jsxs as _jsxs } from "react/jsx-runtime";
9
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
10
+ var _ref$size = _ref.size,
11
+ size = _ref$size === void 0 ? '1em' : _ref$size,
12
+ style = _ref.style,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
+ fill: "currentColor",
16
+ fillRule: "evenodd",
17
+ height: size,
18
+ ref: ref,
19
+ style: _objectSpread({
20
+ flex: 'none',
21
+ lineHeight: 1
22
+ }, style),
23
+ viewBox: "0 0 24 24",
24
+ width: size,
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, rest), {}, {
27
+ children: [/*#__PURE__*/_jsx("path", {
28
+ d: "M11.615 0l6.237 6.107c2.382 2.338 2.823 3.743 3.161 6.15-1.197-1.732-1.776-2.02-4.504-2.772C12.48 8.374 11.095 5.933 11.615 0z"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ d: "M9.32 2.122C4.771 6.367 2 9.182 2 13.08c0 5.76 4.288 9.788 9.745 9.918 5.457.13 9.441-5.284 9.095-8.403-.347-3.118-4.418-3.81-4.418-3.81 1.69 3.16-.13 8.098-4.894 8.098-5.154 0-6.8-6.02-4.2-9.008.82 1.617 1.879 2.563 2.674 3.273.717.64 1.219 1.09 1.136 1.664-.173 1.213-1.385.866-1.385.866.346.607 3.6 1.473 4.59-1.342.613-1.741-.423-2.789-1.714-4.096-1.632-1.651-3.672-3.717-3.31-8.118z"
31
+ })]
32
+ }));
33
+ });
34
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;