@aloudata/aloudata-design 1.9.13 → 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.
- package/dist/Button/index.js +3 -3
- package/dist/ColorPicker/index.js +2 -2
- package/dist/Dropdown/Button.js +2 -4
- package/dist/Dropdown/style/index.less +5 -0
- package/dist/Empty/image/SearchSmall.js +21 -9
- package/dist/Empty/index.js +5 -5
- package/dist/Empty/style/index.less +3 -3
- package/dist/Icon/components/AlertTriangleDuotone.d.ts +2 -3
- package/dist/Icon/components/AlertTriangleDuotone.js +3 -3
- package/dist/Icon/components/CancelCircleDuotone.d.ts +2 -3
- package/dist/Icon/components/CancelCircleDuotone.js +5 -5
- package/dist/Icon/components/CheckCircleDuotone.d.ts +2 -3
- package/dist/Icon/components/CheckCircleDuotone.js +4 -4
- package/dist/Icon/components/ChevronDownLine.d.ts +10 -0
- package/dist/Icon/components/ChevronDownLine.js +35 -0
- package/dist/Icon/components/ChevronLeftLine.d.ts +10 -0
- package/dist/Icon/components/ChevronLeftLine.js +35 -0
- package/dist/Icon/components/ChevronRightLine.d.ts +10 -0
- package/dist/Icon/components/ChevronRightLine.js +35 -0
- package/dist/Icon/components/CloseLLine.d.ts +10 -0
- package/dist/Icon/components/CloseLLine.js +42 -0
- package/dist/Icon/components/CloseMLine.d.ts +10 -0
- package/dist/Icon/components/CloseMLine.js +35 -0
- package/dist/Icon/components/EyeOffLine.d.ts +10 -0
- package/dist/Icon/components/EyeOffLine.js +35 -0
- package/dist/Icon/components/EyeOnLine.d.ts +10 -0
- package/dist/Icon/components/EyeOnLine.js +42 -0
- package/dist/Icon/components/FoldDownFill.d.ts +10 -0
- package/dist/Icon/components/FoldDownFill.js +38 -0
- package/dist/Icon/components/FoldUpFill.d.ts +10 -0
- package/dist/Icon/components/FoldUpFill.js +38 -0
- package/dist/Icon/components/InfoCircleDuotone.d.ts +10 -0
- package/dist/Icon/components/InfoCircleDuotone.js +35 -0
- package/dist/Icon/components/InfoCircleLine.d.ts +2 -3
- package/dist/Icon/components/InfoCircleLine.js +3 -3
- package/dist/Icon/components/LoadingLine.d.ts +10 -0
- package/dist/Icon/components/LoadingLine.js +35 -0
- package/dist/Icon/components/MoreVerticalLine.d.ts +10 -0
- package/dist/Icon/components/MoreVerticalLine.js +35 -0
- package/dist/Icon/components/SearchLine.d.ts +10 -0
- package/dist/Icon/components/SearchLine.js +35 -0
- package/dist/Icon/index.d.ts +13 -0
- package/dist/Icon/index.js +13 -0
- package/dist/Icon/svg/cancel-circle-duotone.svg +4 -4
- package/dist/Icon/svg/chevron-down-line.svg +5 -0
- package/dist/Icon/svg/chevron-left-line.svg +5 -0
- package/dist/Icon/svg/chevron-right-line.svg +5 -0
- package/dist/Icon/svg/close-L-line.svg +10 -0
- package/dist/Icon/svg/close-m-line.svg +5 -0
- package/dist/Icon/svg/eye-off-line.svg +5 -0
- package/dist/Icon/svg/eye-on-line.svg +9 -0
- package/dist/Icon/svg/fold-down-fill.svg +7 -0
- package/dist/Icon/svg/fold-up-fill.svg +7 -0
- package/dist/Icon/svg/info-circle-duotone.svg +3 -0
- package/dist/Icon/svg/loading-line.svg +5 -0
- package/dist/Icon/svg/more-vertical-line.svg +5 -0
- package/dist/Icon/svg/search-line.svg +5 -0
- package/dist/IconButton/index.js +1 -1
- package/dist/IconButton/style/index.less +1 -1
- package/dist/Input/components/Input/index.js +3 -2
- package/dist/Input/components/Password/index.js +1 -3
- package/dist/MemberPicker/components/MemberSelection.js +1 -1
- package/dist/MemberPicker/components/NickLabel.d.ts +1 -0
- package/dist/MemberPicker/components/NickLabel.js +3 -2
- package/dist/MemberPicker/components/SelectedMemberTags.js +2 -2
- package/dist/MemberPicker/index.js +1 -1
- package/dist/Menu/index.js +2 -2
- package/dist/Modal/index.d.ts +1 -0
- package/dist/Modal/index.js +38 -44
- package/dist/Modal/style/index.less +46 -32
- package/dist/Pagination/index.js +1 -1
- package/dist/Popconfirm/index.js +3 -3
- package/dist/Popconfirm/style/index.less +6 -1
- package/dist/Result/index.js +5 -2
- package/dist/Result/style/index.less +6 -2
- package/dist/Select/index.js +2 -2
- package/dist/Steps/components/Step/index.js +6 -6
- package/dist/Table/components/TableHead/index.js +2 -4
- package/dist/Tabs/index.js +2 -4
- package/dist/Tree/index.d.ts +2 -2
- package/dist/Tree/index.js +2 -2
- package/dist/message/index.d.ts +1 -1
- package/dist/message/index.js +9 -9
- package/dist/notification/index.js +9 -9
- package/dist/style/mixins/animate.css +13 -0
- package/dist/style/mixins/index.less +1 -0
- package/package.json +3 -7
|
@@ -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;
|
|
@@ -0,0 +1,38 @@
|
|
|
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 FoldDownFill = function FoldDownFill(_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: "m17 9-5 7-5-7h10Z",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
style: {
|
|
32
|
+
mixBlendMode: "luminosity"
|
|
33
|
+
}
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
var ForwardRef = /*#__PURE__*/forwardRef(FoldDownFill);
|
|
37
|
+
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
38
|
+
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,38 @@
|
|
|
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 FoldUpFill = function FoldUpFill(_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: "m17 15-5-7-5 7h10Z",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
style: {
|
|
32
|
+
mixBlendMode: "luminosity"
|
|
33
|
+
}
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
var ForwardRef = /*#__PURE__*/forwardRef(FoldUpFill);
|
|
37
|
+
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
38
|
+
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 InfoCircleDuotone = function InfoCircleDuotone(_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: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM12 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-2 2v-1h3v6h2v1h-5v-1h2v-5h-2Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
var ForwardRef = /*#__PURE__*/forwardRef(InfoCircleDuotone);
|
|
34
|
+
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
35
|
+
export default Memo;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
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
|
|
6
|
-
import { forwardRef, memo } from
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
import { forwardRef, memo } from "react";
|
|
7
7
|
var InfoCircleLine = function InfoCircleLine(_ref, ref) {
|
|
8
8
|
var title = _ref.title,
|
|
9
9
|
titleId = _ref.titleId,
|
|
@@ -24,7 +24,7 @@ var InfoCircleLine = function InfoCircleLine(_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 ||
|
|
27
|
+
fill: props.color || "currentColor",
|
|
28
28
|
fillRule: "evenodd",
|
|
29
29
|
d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm0 1a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0-11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-2 1v1h2v5h-2v1h5v-1h-2v-6h-3Z",
|
|
30
30
|
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 LoadingLine = function LoadingLine(_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: "M7.286 3.18A10 10 0 0 1 22 12h-2a8 8 0 1 0-2.343 5.657l1.414 1.414A10 10 0 1 1 7.286 3.181Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
var ForwardRef = /*#__PURE__*/forwardRef(LoadingLine);
|
|
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 MoreVerticalLine = function MoreVerticalLine(_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: "M13 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
var ForwardRef = /*#__PURE__*/forwardRef(MoreVerticalLine);
|
|
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 SearchLine = function SearchLine(_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: "M15.438 16.145a7.5 7.5 0 1 1 .707-.707l4.709 4.708-.707.708-4.709-4.709ZM17 10.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
var ForwardRef = /*#__PURE__*/forwardRef(SearchLine);
|
|
34
|
+
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
35
|
+
export default Memo;
|
package/dist/Icon/index.d.ts
CHANGED
|
@@ -2,6 +2,19 @@ import Icon from './components/Icon';
|
|
|
2
2
|
export { default as AlertTriangleDuotone } from './components/AlertTriangleDuotone';
|
|
3
3
|
export { default as CancelCircleDuotone } from './components/CancelCircleDuotone';
|
|
4
4
|
export { default as CheckCircleDuotone } from './components/CheckCircleDuotone';
|
|
5
|
+
export { default as ChevronDownLine } from './components/ChevronDownLine';
|
|
6
|
+
export { default as ChevronLeftLine } from './components/ChevronLeftLine';
|
|
7
|
+
export { default as ChevronRightLine } from './components/ChevronRightLine';
|
|
8
|
+
export { default as CloseLLine } from './components/CloseLLine';
|
|
9
|
+
export { default as CloseMLine } from './components/CloseMLine';
|
|
10
|
+
export { default as EyeOffLine } from './components/EyeOffLine';
|
|
11
|
+
export { default as EyeOnLine } from './components/EyeOnLine';
|
|
12
|
+
export { default as FoldDownFill } from './components/FoldDownFill';
|
|
13
|
+
export { default as FoldUpFill } from './components/FoldUpFill';
|
|
5
14
|
export type { IBaseIconProps } from './components/Icon';
|
|
15
|
+
export { default as InfoCircleDuotone } from './components/InfoCircleDuotone';
|
|
6
16
|
export { default as InfoCircleLine } from './components/InfoCircleLine';
|
|
17
|
+
export { default as LoadingLine } from './components/LoadingLine';
|
|
18
|
+
export { default as MoreVerticalLine } from './components/MoreVerticalLine';
|
|
19
|
+
export { default as SearchLine } from './components/SearchLine';
|
|
7
20
|
export default Icon;
|
package/dist/Icon/index.js
CHANGED
|
@@ -2,5 +2,18 @@ import Icon from "./components/Icon";
|
|
|
2
2
|
export { default as AlertTriangleDuotone } from "./components/AlertTriangleDuotone";
|
|
3
3
|
export { default as CancelCircleDuotone } from "./components/CancelCircleDuotone";
|
|
4
4
|
export { default as CheckCircleDuotone } from "./components/CheckCircleDuotone";
|
|
5
|
+
export { default as ChevronDownLine } from "./components/ChevronDownLine";
|
|
6
|
+
export { default as ChevronLeftLine } from "./components/ChevronLeftLine";
|
|
7
|
+
export { default as ChevronRightLine } from "./components/ChevronRightLine";
|
|
8
|
+
export { default as CloseLLine } from "./components/CloseLLine";
|
|
9
|
+
export { default as CloseMLine } from "./components/CloseMLine";
|
|
10
|
+
export { default as EyeOffLine } from "./components/EyeOffLine";
|
|
11
|
+
export { default as EyeOnLine } from "./components/EyeOnLine";
|
|
12
|
+
export { default as FoldDownFill } from "./components/FoldDownFill";
|
|
13
|
+
export { default as FoldUpFill } from "./components/FoldUpFill";
|
|
14
|
+
export { default as InfoCircleDuotone } from "./components/InfoCircleDuotone";
|
|
5
15
|
export { default as InfoCircleLine } from "./components/InfoCircleLine";
|
|
16
|
+
export { default as LoadingLine } from "./components/LoadingLine";
|
|
17
|
+
export { default as MoreVerticalLine } from "./components/MoreVerticalLine";
|
|
18
|
+
export { default as SearchLine } from "./components/SearchLine";
|
|
6
19
|
export default Icon;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2C6.42857 2 2 6.42857 2 12C2 17.5714 6.42857 22 12 22C17.5714 22 22 17.5714 22 12C22 6.42857 17.5714 2 12 2Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 11.2929L15.182 8.11094L15.8891 8.81804L12.7071 12L15.8891 15.182L15.182 15.8891L12 12.7071L8.81802 15.8891L8.11091 15.182L11.2929 12L8.11091 8.81804L8.81802 8.11094L12 11.2929Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="chevron-down-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M11.9999 16C12.1401 16 12.2738 15.9412 12.3685 15.8379L17.8685 9.83786L17.1313 9.16214L11.9999 14.7601L6.8685 9.16214L6.13135 9.83786L11.6313 15.8379C11.7261 15.9412 11.8598 16 11.9999 16Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="chevron-left-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M8 11.8686C8 12.0087 8.05882 12.1424 8.16214 12.2372L14.1621 17.7372L14.8379 17L9.23995 11.8686L14.8379 6.73715L14.1621 6L8.16214 11.5C8.05882 11.5947 8 11.7284 8 11.8686Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="chevron-right-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M16 11.8686C16 12.0087 15.9412 12.1424 15.8379 12.2372L9.83786 17.7372L9.16214 17L14.7601 11.8686L9.16214 6.73715L9.83786 6L15.8379 11.5C15.9412 11.5947 16 11.7284 16 11.8686Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_278_6954)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 11.2929L18.0104 5.2825L18.7175 5.98961L12.7071 12L18.7175 18.0104L18.0104 18.7175L12 12.7071L5.98959 18.7175L5.28249 18.0104L11.2929 12L5.28249 5.98961L5.98959 5.2825L12 11.2929Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_278_6954">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="close-M-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M12 11.2929L15.182 8.11094L15.8891 8.81804L12.7071 12L15.8891 15.182L15.182 15.8891L12 12.7071L8.81802 15.8891L8.11091 15.182L11.2929 12L8.11091 8.81804L8.81802 8.11094L12 11.2929Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="eye-off-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M4.54193 13.6619C3.38418 12.3667 2.55884 10.768 2.19995 9H3.22293C4.13239 13.008 7.71674 16 11.9999 16C16.2831 16 19.8674 13.008 20.7769 9H21.7999C21.441 10.768 20.6157 12.3666 19.4579 13.6618L21.1712 16.567L20.3098 17.0749L18.7301 14.3963C17.7504 15.2884 16.5927 15.9884 15.3165 16.4369L15.9908 19.9045L15.0092 20.0954L14.3532 16.7215C13.5985 16.9036 12.8105 17 11.9999 17C11.1894 17 10.4014 16.9036 9.64683 16.7216L8.99083 20.0954L8.00921 19.9045L8.68345 16.4369C7.40727 15.9884 6.24952 15.2884 5.26972 14.3963L3.67411 17.1019L2.81274 16.594L4.54193 13.6619Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="eye-on-line">
|
|
3
|
+
<g id="Icon">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z" fill="black"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.9664 11.82L22.0356 12L21.9666 12.1795L21.4999 12C21.9666 12.1795 21.9662 12.1806 21.9662 12.1806L21.9655 12.1824L21.9634 12.1877L21.9565 12.2051C21.9506 12.2198 21.9421 12.2405 21.9311 12.2668C21.9089 12.3194 21.8764 12.3945 21.8328 12.4888C21.7458 12.6774 21.6147 12.9435 21.4354 13.2613C21.0774 13.8959 20.5244 14.7419 19.7423 15.5891C18.1743 17.2879 15.6744 19 11.9999 19C8.32548 19 5.82558 17.2879 4.25754 15.5891C3.47546 14.7419 2.92244 13.8959 2.56445 13.2613C2.3852 12.9435 2.2541 12.6774 2.16705 12.4888C2.12351 12.3945 2.09094 12.3194 2.06882 12.2668C2.05776 12.2405 2.04931 12.2198 2.04341 12.2051L2.03645 12.1877L2.03439 12.1824L2.03371 12.1806L2.03327 12.1795L2.49994 12C2.03327 11.8205 2.03371 11.8194 2.03371 11.8194L2.03439 11.8176L2.03645 11.8123L2.04341 11.7949C2.04931 11.7802 2.05776 11.7595 2.06882 11.7332C2.09094 11.6806 2.12351 11.6055 2.16705 11.5112C2.2541 11.3226 2.3852 11.0565 2.56445 10.7387C2.92244 10.1041 3.47546 9.25812 4.25754 8.41086C5.82558 6.71214 8.32548 5 11.9999 5C15.6744 5 18.1743 6.71214 19.7423 8.41086C20.5244 9.25812 21.0774 10.1041 21.4354 10.7387C21.6147 11.0565 21.7458 11.3226 21.8328 11.5112C21.8764 11.6055 21.9089 11.6806 21.9311 11.7332C21.9421 11.7595 21.9506 11.7802 21.9565 11.7949L21.9634 11.8123L21.9655 11.8176L21.9664 11.82ZM3.07501 12.0698C3.06349 12.0448 3.05291 12.0215 3.04326 12C3.05291 11.9785 3.06349 11.9552 3.07501 11.9302C3.15203 11.7634 3.27093 11.5216 3.43543 11.23C3.76494 10.6459 4.27442 9.86688 4.99234 9.08914C6.4243 7.53786 8.6744 6 11.9999 6C15.3255 6 17.5756 7.53786 19.0075 9.08914C19.7255 9.86688 20.2349 10.6459 20.5645 11.23C20.7289 11.5216 20.8479 11.7634 20.9249 11.9302C20.9364 11.9552 20.947 11.9785 20.9566 12C20.947 12.0215 20.9364 12.0448 20.9249 12.0698C20.8479 12.2366 20.7289 12.4784 20.5645 12.77C20.2349 13.3541 19.7255 14.1331 19.0075 14.9109C17.5756 16.4621 15.3255 18 11.9999 18C8.6744 18 6.4243 16.4621 4.99234 14.9109C4.27442 14.1331 3.76494 13.3541 3.43543 12.77C3.27093 12.4784 3.15203 12.2366 3.07501 12.0698ZM21.4999 12C21.9666 11.8205 21.9664 11.82 21.9664 11.82L21.4999 12Z" fill="black"/>
|
|
6
|
+
<path d="M2.03327 12.1795L1.96423 12L2.03327 11.8205L2.49994 12C2.03327 12.1795 2.03327 12.1795 2.03327 12.1795Z" fill="black"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="fold-down-fill">
|
|
3
|
+
<g id="Icon">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 9L12 16L7 9H17Z" fill="black" style="mix-blend-mode:luminosity"/>
|
|
5
|
+
</g>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="fold-up-fill">
|
|
3
|
+
<g id="Icon">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 15L12 8L7 15H17Z" fill="black" style="mix-blend-mode:luminosity"/>
|
|
5
|
+
</g>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9ZM10 11V10H13V16H15V17H10V16H12V11H10Z" fill="black"/>
|
|
3
|
+
</svg>
|