@aloudata/aloudata-design 1.9.14 → 1.9.15

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 (80) hide show
  1. package/dist/Button/index.js +3 -3
  2. package/dist/ColorPicker/index.js +2 -2
  3. package/dist/Dropdown/Button.js +2 -4
  4. package/dist/Dropdown/style/index.less +5 -0
  5. package/dist/Empty/index.js +5 -5
  6. package/dist/Icon/components/AlertTriangleDuotone.d.ts +2 -3
  7. package/dist/Icon/components/AlertTriangleDuotone.js +3 -3
  8. package/dist/Icon/components/CancelCircleDuotone.d.ts +2 -3
  9. package/dist/Icon/components/CancelCircleDuotone.js +4 -4
  10. package/dist/Icon/components/CheckCircleDuotone.d.ts +2 -3
  11. package/dist/Icon/components/CheckCircleDuotone.js +4 -4
  12. package/dist/Icon/components/ChevronDownLine.d.ts +10 -0
  13. package/dist/Icon/components/ChevronDownLine.js +35 -0
  14. package/dist/Icon/components/ChevronLeftLine.d.ts +10 -0
  15. package/dist/Icon/components/ChevronLeftLine.js +35 -0
  16. package/dist/Icon/components/ChevronRightLine.d.ts +10 -0
  17. package/dist/Icon/components/ChevronRightLine.js +35 -0
  18. package/dist/Icon/components/CloseLLine.d.ts +10 -0
  19. package/dist/Icon/components/CloseLLine.js +42 -0
  20. package/dist/Icon/components/CloseMLine.d.ts +10 -0
  21. package/dist/Icon/components/CloseMLine.js +35 -0
  22. package/dist/Icon/components/EyeOffLine.d.ts +10 -0
  23. package/dist/Icon/components/EyeOffLine.js +35 -0
  24. package/dist/Icon/components/EyeOnLine.d.ts +10 -0
  25. package/dist/Icon/components/EyeOnLine.js +42 -0
  26. package/dist/Icon/components/FoldDownFill.d.ts +10 -0
  27. package/dist/Icon/components/FoldDownFill.js +38 -0
  28. package/dist/Icon/components/FoldUpFill.d.ts +10 -0
  29. package/dist/Icon/components/FoldUpFill.js +38 -0
  30. package/dist/Icon/components/InfoCircleDuotone.d.ts +10 -0
  31. package/dist/Icon/components/InfoCircleDuotone.js +35 -0
  32. package/dist/Icon/components/InfoCircleLine.d.ts +2 -3
  33. package/dist/Icon/components/InfoCircleLine.js +3 -3
  34. package/dist/Icon/components/LoadingLine.d.ts +10 -0
  35. package/dist/Icon/components/LoadingLine.js +35 -0
  36. package/dist/Icon/components/MoreVerticalLine.d.ts +10 -0
  37. package/dist/Icon/components/MoreVerticalLine.js +35 -0
  38. package/dist/Icon/components/SearchLine.d.ts +10 -0
  39. package/dist/Icon/components/SearchLine.js +35 -0
  40. package/dist/Icon/index.d.ts +13 -0
  41. package/dist/Icon/index.js +13 -0
  42. package/dist/Icon/svg/cancel-circle-duotone.svg +4 -4
  43. package/dist/Icon/svg/chevron-down-line.svg +5 -0
  44. package/dist/Icon/svg/chevron-left-line.svg +5 -0
  45. package/dist/Icon/svg/chevron-right-line.svg +5 -0
  46. package/dist/Icon/svg/close-L-line.svg +10 -0
  47. package/dist/Icon/svg/close-m-line.svg +5 -0
  48. package/dist/Icon/svg/eye-off-line.svg +5 -0
  49. package/dist/Icon/svg/eye-on-line.svg +9 -0
  50. package/dist/Icon/svg/fold-down-fill.svg +7 -0
  51. package/dist/Icon/svg/fold-up-fill.svg +7 -0
  52. package/dist/Icon/svg/info-circle-duotone.svg +3 -0
  53. package/dist/Icon/svg/loading-line.svg +5 -0
  54. package/dist/Icon/svg/more-vertical-line.svg +5 -0
  55. package/dist/Icon/svg/search-line.svg +5 -0
  56. package/dist/IconButton/index.js +1 -1
  57. package/dist/Input/components/Password/index.js +1 -3
  58. package/dist/MemberPicker/components/MemberSelection.js +1 -1
  59. package/dist/MemberPicker/components/SelectedMemberTags.js +2 -2
  60. package/dist/MemberPicker/index.js +1 -1
  61. package/dist/Menu/index.js +2 -2
  62. package/dist/Modal/index.d.ts +1 -0
  63. package/dist/Modal/index.js +38 -44
  64. package/dist/Modal/style/index.less +46 -32
  65. package/dist/Pagination/index.js +1 -1
  66. package/dist/Popconfirm/index.js +3 -3
  67. package/dist/Popconfirm/style/index.less +6 -1
  68. package/dist/Result/index.js +2 -1
  69. package/dist/Select/index.js +2 -2
  70. package/dist/Steps/components/Step/index.js +6 -6
  71. package/dist/Table/components/TableHead/index.js +2 -4
  72. package/dist/Tabs/index.js +2 -4
  73. package/dist/Tree/index.d.ts +2 -2
  74. package/dist/Tree/index.js +2 -2
  75. package/dist/message/index.d.ts +1 -1
  76. package/dist/message/index.js +9 -9
  77. package/dist/notification/index.js +9 -9
  78. package/dist/style/mixins/animate.css +13 -0
  79. package/dist/style/mixins/index.less +1 -0
  80. package/package.json +3 -7
@@ -8,13 +8,13 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
8
8
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
9
9
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
10
10
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
11
- import { LoadingLine } from '@aloudata/icons-react';
12
11
  import { Button as AntdButton } from 'antd';
13
12
  import { useCompactItemContext } from 'antd/lib/space/Compact';
14
13
  import classNames from 'classnames';
15
14
  import React, { useContext } from 'react';
16
15
  import { ConfigContext } from "../ConfigProvider";
17
16
  import SizeContext from "../ConfigProvider/sizeContext";
17
+ import { LoadingLine } from "../Icon";
18
18
  var ICON_LARGE = 24;
19
19
  var ICON_MIDDLE = 20;
20
20
  var ICON_SMALL = 16;
@@ -67,9 +67,9 @@ export var setIcon = function setIcon(iconNode, size, loading) {
67
67
  }
68
68
  if (loading) {
69
69
  return /*#__PURE__*/React.createElement(LoadingLine, {
70
- spin: true,
70
+ className: "ald-loading-spin",
71
71
  size: getIconSize(size),
72
- fill: "currentColor"
72
+ color: "currentColor"
73
73
  });
74
74
  }
75
75
  return /*#__PURE__*/React.createElement(React.Fragment, null);
@@ -8,10 +8,10 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
8
8
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
9
9
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
10
10
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
- import { FoldDownFill } from '@aloudata/icons-react';
12
11
  import cls from 'classnames';
13
12
  import React, { useEffect, useRef, useState } from 'react';
14
13
  import Dropdown from "../Dropdown";
14
+ import { FoldDownFill } from "../Icon";
15
15
  import { colors as defaultColors, specialColors } from "./constant";
16
16
  function getLocalRecentColors(localStorageKey) {
17
17
  if (!window.localStorage) {
@@ -163,6 +163,6 @@ export default function ColorPicker(_ref) {
163
163
  }
164
164
  })), /*#__PURE__*/React.createElement(FoldDownFill, {
165
165
  size: 14,
166
- fill: "#575757"
166
+ color: "#575757"
167
167
  }))));
168
168
  }
@@ -4,8 +4,8 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
4
4
  import React from 'react';
5
5
  import Button from "../Button";
6
6
  import "../Button/style";
7
+ import { FoldDownFill } from "../Icon";
7
8
  import Dropdown from "./index";
8
- import { FoldDownFill } from '@aloudata/icons-react';
9
9
  export default function DropdownButton(props) {
10
10
  var children = props.children,
11
11
  overlay = props.overlay,
@@ -22,7 +22,5 @@ export default function DropdownButton(props) {
22
22
  open: open,
23
23
  disabled: disabled,
24
24
  onOpenChange: onOpenChange
25
- }, /*#__PURE__*/React.createElement(Button, buttonProps, children, /*#__PURE__*/React.createElement(FoldDownFill, {
26
- fill: "currentColor"
27
- })));
25
+ }, /*#__PURE__*/React.createElement(Button, buttonProps, children, /*#__PURE__*/React.createElement(FoldDownFill, null)));
28
26
  }
@@ -5,6 +5,11 @@
5
5
  .ant-dropdown {
6
6
  border: 1px solid #d5d5d5;
7
7
  border-radius: 2px;
8
+ box-shadow: @shadow-L;
9
+
10
+ :first-child {
11
+ box-shadow: none !important;
12
+ }
8
13
  }
9
14
 
10
15
  .ant-dropdown-menu > .ant-dropdown-menu {
@@ -23,15 +23,15 @@ var Empty = function Empty(props) {
23
23
  _props$image = props.image,
24
24
  image = _props$image === void 0 ? props.size === 'small' ? searchEmptySmallImage : searchEmptyImg : _props$image,
25
25
  description = props.description,
26
- title = props.title,
26
+ _props$title = props.title,
27
+ title = _props$title === void 0 ? '未找到内容' : _props$title,
27
28
  size = props.size,
28
29
  children = props.children,
29
30
  imageStyle = props.imageStyle,
30
31
  footerClassNames = props.footerClassNames,
31
32
  restProps = _objectWithoutProperties(props, _excluded);
32
33
  var prefixCls = 'ald-empty';
33
- var des = typeof description !== 'undefined' ? description : null;
34
- var alt = typeof des === 'string' ? des : 'empty';
34
+ var alt = typeof description === 'string' ? description : 'empty';
35
35
  var imageNode = null;
36
36
  if (typeof image === 'string') {
37
37
  imageNode = /*#__PURE__*/React.createElement("img", {
@@ -57,9 +57,9 @@ var Empty = function Empty(props) {
57
57
  style: imageStyle
58
58
  }, imageNode), title && /*#__PURE__*/React.createElement("div", {
59
59
  className: "".concat(prefixCls, "-title ").concat(prefixCls, "-title-").concat(size)
60
- }, title), des && size !== 'small' && /*#__PURE__*/React.createElement("div", {
60
+ }, title), description && size !== 'small' && /*#__PURE__*/React.createElement("div", {
61
61
  className: "".concat(prefixCls, "-description")
62
- }, des), children && /*#__PURE__*/React.createElement("div", {
62
+ }, description), children && /*#__PURE__*/React.createElement("div", {
63
63
  className: classNames("".concat(prefixCls, "-footer"), footerClassNames)
64
64
  }, children));
65
65
  };
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from 'react';
2
- import * as React from 'react';
1
+ import * as React from "react";
3
2
  interface SVGRProps {
4
3
  size?: number;
5
4
  title?: string;
@@ -7,5 +6,5 @@ interface SVGRProps {
7
6
  desc?: string;
8
7
  descId?: string;
9
8
  }
10
- declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
11
10
  export default Memo;
@@ -2,8 +2,8 @@ var _excluded = ["title", "titleId", "desc", "descId"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
7
  var AlertTriangleDuotone = function AlertTriangleDuotone(_ref, ref) {
8
8
  var title = _ref.title,
9
9
  titleId = _ref.titleId,
@@ -24,7 +24,7 @@ var AlertTriangleDuotone = function AlertTriangleDuotone(_ref, ref) {
24
24
  }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
25
  id: titleId
26
26
  }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
27
+ fill: props.color || "currentColor",
28
28
  fillRule: "evenodd",
29
29
  d: "m12 2 10 18H2L12 2Zm-.5 12V8h1v6h-1Zm1.5 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
30
30
  clipRule: "evenodd"
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from 'react';
2
- import * as React from 'react';
1
+ import * as React from "react";
3
2
  interface SVGRProps {
4
3
  size?: number;
5
4
  title?: string;
@@ -7,5 +6,5 @@ interface SVGRProps {
7
6
  desc?: string;
8
7
  descId?: string;
9
8
  }
10
- declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
11
10
  export default Memo;
@@ -2,8 +2,8 @@ var _excluded = ["title", "titleId", "desc", "descId"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
7
  var CancelCircleDuotone = function CancelCircleDuotone(_ref, ref) {
8
8
  var title = _ref.title,
9
9
  titleId = _ref.titleId,
@@ -24,10 +24,10 @@ var CancelCircleDuotone = function CancelCircleDuotone(_ref, ref) {
24
24
  }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
25
  id: titleId
26
26
  }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
27
+ fill: props.color || "currentColor",
28
28
  d: "M12 2C6.429 2 2 6.429 2 12s4.429 10 10 10 10-4.429 10-10S17.571 2 12 2Z"
29
29
  }), /*#__PURE__*/React.createElement("path", {
30
- fill: props.fill || 'currentColor',
30
+ fill: props.fill || "currentColor",
31
31
  fillRule: "evenodd",
32
32
  d: "m12 11.293 3.182-3.182.707.707L12.707 12l3.182 3.182-.707.707L12 12.707 8.818 15.89l-.707-.707L11.293 12 8.11 8.818l.707-.707L12 11.293Z",
33
33
  clipRule: "evenodd"
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from 'react';
2
- import * as React from 'react';
1
+ import * as React from "react";
3
2
  interface SVGRProps {
4
3
  size?: number;
5
4
  title?: string;
@@ -7,5 +6,5 @@ interface SVGRProps {
7
6
  desc?: string;
8
7
  descId?: string;
9
8
  }
10
- declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
11
10
  export default Memo;
@@ -2,8 +2,8 @@ var _excluded = ["title", "titleId", "desc", "descId"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
7
  var CheckCircleDuotone = function CheckCircleDuotone(_ref, ref) {
8
8
  var title = _ref.title,
9
9
  titleId = _ref.titleId,
@@ -24,10 +24,10 @@ var CheckCircleDuotone = function CheckCircleDuotone(_ref, ref) {
24
24
  }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
25
  id: titleId
26
26
  }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
27
+ fill: props.color || "currentColor",
28
28
  d: "M12 2C6.429 2 2 6.429 2 12s4.429 10 10 10 10-4.429 10-10S17.571 2 12 2Z"
29
29
  }), /*#__PURE__*/React.createElement("path", {
30
- fill: props.fill || 'currentColor',
30
+ fill: props.fill || "currentColor",
31
31
  fillRule: "evenodd",
32
32
  d: "m17.854 8.854-7 7a.5.5 0 0 1-.708 0l-4-4 .708-.708 3.646 3.647 6.646-6.647.708.708Z",
33
33
  clipRule: "evenodd"
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var ChevronDownLine = function ChevronDownLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M12 16a.5.5 0 0 0 .368-.162l5.5-6-.737-.676L12 14.76 6.869 9.162l-.738.676 5.5 6A.5.5 0 0 0 12 16Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(ChevronDownLine);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var ChevronLeftLine = function ChevronLeftLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M8 11.869a.5.5 0 0 0 .162.368l6 5.5.676-.737-5.598-5.131 5.598-5.132L14.162 6l-6 5.5a.5.5 0 0 0-.162.369Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(ChevronLeftLine);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var ChevronRightLine = function ChevronRightLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M16 11.869a.5.5 0 0 1-.162.368l-6 5.5L9.162 17l5.598-5.131-5.598-5.132L9.838 6l6 5.5a.5.5 0 0 1 .162.369Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(ChevronRightLine);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,42 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var CloseLLine = function CloseLLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
27
+ clipPath: "url(#a)"
28
+ }, /*#__PURE__*/React.createElement("path", {
29
+ fill: props.color || "currentColor",
30
+ fillRule: "evenodd",
31
+ d: "m12 11.293 6.01-6.01.707.707-6.01 6.01 6.01 6.01-.707.707-6.01-6.01-6.01 6.01-.708-.707 6.01-6.01-6.01-6.01.708-.708 6.01 6.01Z",
32
+ clipRule: "evenodd"
33
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
34
+ id: "a"
35
+ }, /*#__PURE__*/React.createElement("path", {
36
+ fill: props.fill || "currentColor",
37
+ d: "M0 0h24v24H0z"
38
+ }))));
39
+ };
40
+ var ForwardRef = /*#__PURE__*/forwardRef(CloseLLine);
41
+ var Memo = /*#__PURE__*/memo(ForwardRef);
42
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var CloseMLine = function CloseMLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "m12 11.293 3.182-3.182.707.707L12.707 12l3.182 3.182-.707.707L12 12.707 8.818 15.89l-.707-.707L11.293 12 8.11 8.818l.707-.707L12 11.293Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(CloseMLine);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var EyeOffLine = function EyeOffLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M4.542 13.662A9.97 9.97 0 0 1 2.2 9h1.023a9.003 9.003 0 0 0 17.554 0H21.8a9.969 9.969 0 0 1-2.342 4.662l1.713 2.905-.861.508-1.58-2.679a9.993 9.993 0 0 1-3.414 2.04l.675 3.468-.982.191-.656-3.373C13.598 16.903 12.81 17 12 17c-.81 0-1.599-.096-2.353-.278l-.656 3.373-.982-.19.674-3.468a9.995 9.995 0 0 1-3.413-2.04l-1.596 2.705-.861-.508 1.729-2.932Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(EyeOffLine);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,42 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var EyeOnLine = function EyeOnLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
27
+ fill: props.color || "currentColor"
28
+ }, /*#__PURE__*/React.createElement("path", {
29
+ fillRule: "evenodd",
30
+ d: "M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z",
31
+ clipRule: "evenodd"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ fillRule: "evenodd",
34
+ d: "m21.966 11.82.07.18-.07.18L21.5 12l.466.18v.002l-.003.006-.007.017a4.843 4.843 0 0 1-.123.284c-.087.188-.218.454-.398.772-.358.635-.91 1.48-1.693 2.328C18.174 17.288 15.674 19 12 19c-3.675 0-6.174-1.712-7.742-3.41a12.563 12.563 0 0 1-1.694-2.329 10.795 10.795 0 0 1-.495-.994 4.108 4.108 0 0 1-.026-.062l-.007-.017-.002-.006v-.002L2.5 12l-.466-.18v-.002l.002-.006.007-.017.026-.062a10.795 10.795 0 0 1 .496-.995c.357-.634.91-1.48 1.693-2.327C5.826 6.712 8.325 5 12 5c3.674 0 6.174 1.712 7.742 3.41a12.564 12.564 0 0 1 1.693 2.329 10.753 10.753 0 0 1 .496.994l.025.062.007.017.002.006.001.002Zm-18.891.25a7.735 7.735 0 0 1-.032-.07l.032-.07c.077-.167.196-.408.36-.7.33-.584.84-1.363 1.557-2.14C6.424 7.537 8.674 6 12 6c3.325 0 5.576 1.538 7.008 3.09a11.566 11.566 0 0 1 1.556 2.14 9.834 9.834 0 0 1 .393.77 9.834 9.834 0 0 1-.392.77c-.33.584-.84 1.363-1.558 2.14C17.576 16.463 15.325 18 12 18c-3.326 0-5.576-1.538-7.008-3.09a11.567 11.567 0 0 1-1.557-2.14 9.801 9.801 0 0 1-.36-.7ZM21.5 12l.466-.18-.466.18Z",
35
+ clipRule: "evenodd"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M2.033 12.18 1.964 12l.07-.18.466.18-.467.18Z"
38
+ })));
39
+ };
40
+ var ForwardRef = /*#__PURE__*/forwardRef(EyeOnLine);
41
+ var Memo = /*#__PURE__*/memo(ForwardRef);
42
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;