@aloudata/aloudata-design 1.10.13 → 2.0.0-beta.1
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.d.ts +3 -4
- package/dist/Button/index.js +7 -20
- package/dist/Button/style/size.less +21 -8
- package/dist/Button/style/type.less +61 -33
- package/dist/Button/style/variables.less +229 -44
- package/dist/Checkbox/style/index.less +111 -114
- package/dist/Dropdown/index.d.ts +1 -2
- package/dist/Dropdown/style/index.less +70 -107
- package/dist/Icon/components/AlertTriangleDuotone.d.ts +1 -1
- package/dist/Icon/components/AlertTriangleLine.d.ts +11 -0
- package/dist/Icon/components/AlertTriangleLine.js +35 -0
- package/dist/Icon/components/ArrowDownFill.d.ts +11 -0
- package/dist/Icon/components/ArrowDownFill.js +35 -0
- package/dist/Icon/components/AttentionCircleFill.d.ts +11 -0
- package/dist/Icon/components/AttentionCircleFill.js +35 -0
- package/dist/Icon/components/AttentionTriangleFill.d.ts +11 -0
- package/dist/Icon/components/AttentionTriangleFill.js +35 -0
- package/dist/Icon/components/AttentionTriangleLightLine.d.ts +11 -0
- package/dist/Icon/components/AttentionTriangleLightLine.js +35 -0
- package/dist/Icon/components/CancelCircleDuotone.d.ts +1 -1
- package/dist/Icon/components/CheckCircleDuotone.d.ts +1 -1
- package/dist/Icon/components/CheckCircleFill.d.ts +11 -0
- package/dist/Icon/components/CheckCircleFill.js +35 -0
- package/dist/Icon/components/CheckCircleLightLine.d.ts +11 -0
- package/dist/Icon/components/CheckCircleLightLine.js +38 -0
- package/dist/Icon/components/CheckLightLine.d.ts +11 -0
- package/dist/Icon/components/CheckLightLine.js +35 -0
- package/dist/Icon/components/ChevronDownLine.d.ts +1 -1
- package/dist/Icon/components/ChevronLeftLine.d.ts +1 -1
- package/dist/Icon/components/ChevronRightLine.d.ts +1 -1
- package/dist/Icon/components/CircleLightLine.d.ts +11 -0
- package/dist/Icon/components/CircleLightLine.js +38 -0
- package/dist/Icon/components/CloseCircleFill.d.ts +11 -0
- package/dist/Icon/components/CloseCircleFill.js +35 -0
- package/dist/Icon/components/CloseLLine.d.ts +1 -1
- package/dist/Icon/components/CloseLightLine.d.ts +11 -0
- package/dist/Icon/components/CloseLightLine.js +35 -0
- package/dist/Icon/components/CloseMLine.d.ts +1 -1
- package/dist/Icon/components/DragLine.d.ts +1 -1
- package/dist/Icon/components/Ellipsis.d.ts +11 -0
- package/dist/Icon/components/Ellipsis.js +35 -0
- package/dist/Icon/components/EyeOffLine.d.ts +1 -1
- package/dist/Icon/components/EyeOnLine.d.ts +1 -1
- package/dist/Icon/components/FoldDownFill.d.ts +1 -1
- package/dist/Icon/components/FoldUpFill.d.ts +1 -1
- package/dist/Icon/components/InfoCircleDuotone.d.ts +1 -1
- package/dist/Icon/components/InfoCircleLine.d.ts +1 -1
- package/dist/Icon/components/InformationCircleFill.d.ts +11 -0
- package/dist/Icon/components/InformationCircleFill.js +35 -0
- package/dist/Icon/components/InformationCircleLightLine.d.ts +11 -0
- package/dist/Icon/components/InformationCircleLightLine.js +38 -0
- package/dist/Icon/components/Loading2Line.d.ts +1 -1
- package/dist/Icon/components/LoadingDuotone.d.ts +11 -0
- package/dist/Icon/components/LoadingDuotone.js +39 -0
- package/dist/Icon/components/LoadingLine.d.ts +1 -1
- package/dist/Icon/components/MoreVerticalLine.d.ts +1 -1
- package/dist/Icon/components/SearchLine.d.ts +1 -1
- package/dist/Icon/components/TriangleLightLine.d.ts +11 -0
- package/dist/Icon/components/TriangleLightLine.js +35 -0
- package/dist/Icon/index.d.ts +16 -3
- package/dist/Icon/index.js +16 -2
- package/dist/Icon/svg/Loading-duotone.svg +6 -0
- package/dist/Icon/svg/alert-triangle-duotone.svg +3 -1
- package/dist/Icon/svg/alert-triangle-line.svg +5 -0
- package/dist/Icon/svg/arrow-down-fill.svg +5 -0
- package/dist/Icon/svg/attention-circle-fill.svg +5 -0
- package/dist/Icon/svg/attention-triangle-fill.svg +5 -0
- package/dist/Icon/svg/attention-triangle-light-line.svg +5 -0
- package/dist/Icon/svg/cancel-circle-duotone.svg +7 -3
- package/dist/Icon/svg/check-circle-duotone.svg +6 -2
- package/dist/Icon/svg/check-circle-fill.svg +5 -0
- package/dist/Icon/svg/check-circle-light-line.svg +8 -0
- package/dist/Icon/svg/check-light-line.svg +5 -0
- package/dist/Icon/svg/chevron-down-line.svg +6 -4
- package/dist/Icon/svg/chevron-left-line.svg +6 -4
- package/dist/Icon/svg/chevron-right-line.svg +6 -4
- package/dist/Icon/svg/circle-light-line.svg +9 -0
- package/dist/Icon/svg/close-L-line.svg +11 -9
- package/dist/Icon/svg/close-circle-fill.svg +5 -0
- package/dist/Icon/svg/close-light-line.svg +5 -0
- package/dist/Icon/svg/close-m-line.svg +6 -4
- package/dist/Icon/svg/drag-line.svg +6 -4
- package/dist/Icon/svg/ellipsis.svg +5 -0
- package/dist/Icon/svg/eye-off-line.svg +6 -4
- package/dist/Icon/svg/eye-on-line.svg +14 -8
- package/dist/Icon/svg/fold-down-fill.svg +7 -6
- package/dist/Icon/svg/fold-up-fill.svg +7 -6
- package/dist/Icon/svg/info-circle-duotone.svg +4 -2
- package/dist/Icon/svg/info-circle-line.svg +3 -1
- package/dist/Icon/svg/information-circle-fill.svg +5 -0
- package/dist/Icon/svg/information-circle-light-line.svg +9 -0
- package/dist/Icon/svg/loading-2-line.svg +4 -2
- package/dist/Icon/svg/loading-line.svg +6 -4
- package/dist/Icon/svg/more-vertical-line.svg +6 -4
- package/dist/Icon/svg/search-line.svg +6 -4
- package/dist/Icon/svg/triangle-light-line.svg +5 -0
- package/dist/IconButton/index.d.ts +2 -2
- package/dist/IconButton/index.js +8 -19
- package/dist/IconButton/style/index.less +49 -25
- package/dist/Input/components/Input/index.js +18 -2
- package/dist/Input/components/Password/index.d.ts +0 -5
- package/dist/Input/components/Password/index.js +10 -10
- package/dist/Input/components/TextArea/index.js +15 -2
- package/dist/Input/index.d.ts +2 -5
- package/dist/Input/index.js +1 -3
- package/dist/Input/style/index.less +4 -565
- package/dist/Input/style/reset.less +22 -0
- package/dist/Input/style/size.less +82 -0
- package/dist/Input/style/status.less +105 -0
- package/dist/MemberPicker/components/MemberSelection.d.ts +2 -1
- package/dist/MemberPicker/components/MemberSelection.js +9 -1
- package/dist/MemberPicker/components/MultipleOption.js +1 -1
- package/dist/MemberPicker/components/Panel.d.ts +2 -1
- package/dist/MemberPicker/components/Panel.js +9 -3
- package/dist/MemberPicker/components/PanelWrapper.d.ts +3 -2
- package/dist/MemberPicker/components/PanelWrapper.js +5 -2
- package/dist/MemberPicker/components/SelectedMemberTags.d.ts +2 -1
- package/dist/MemberPicker/components/SelectedMemberTags.js +19 -2
- package/dist/MemberPicker/components/UserGroupSelection.d.ts +3 -2
- package/dist/MemberPicker/components/UserGroupSelection.js +8 -1
- package/dist/MemberPicker/index.js +4 -1
- package/dist/MemberPicker/interface.d.ts +1 -0
- package/dist/MemberPicker/style/index.less +10 -2
- package/dist/Menu/index.js +6 -9
- package/dist/Menu/style/index.less +72 -133
- package/dist/Modal/index.d.ts +1 -1
- package/dist/Modal/index.js +32 -43
- package/dist/Modal/style/index.less +3 -191
- package/dist/Modal/style/modal.less +132 -0
- package/dist/Modal/style/modalConfirm.less +100 -0
- package/dist/Pagination/index.js +4 -2
- package/dist/Pagination/style/index.less +11 -4
- package/dist/Popconfirm/index.js +8 -7
- package/dist/Popconfirm/style/index.less +16 -6
- package/dist/Popover/style/index.less +29 -29
- package/dist/Radio/components/Group/index.js +3 -5
- package/dist/Radio/components/Radio/index.js +2 -1
- package/dist/Radio/interface/radioGroup.d.ts +1 -1
- package/dist/Radio/style/index.less +69 -56
- package/dist/Select/components/{MultipleOption.d.ts → Option.d.ts} +2 -2
- package/dist/Select/components/{MultipleOption.js → Option.js} +14 -11
- package/dist/Select/components/SingleOption.d.ts +2 -2
- package/dist/Select/components/SingleOption.js +3 -1
- package/dist/Select/index.d.ts +5 -0
- package/dist/Select/index.js +26 -41
- package/dist/Select/style/index.less +96 -76
- package/dist/Select/style/layout.less +41 -0
- package/dist/Select/style/option.less +42 -0
- package/dist/Select/style/selectDropdown.less +17 -0
- package/dist/Select/style/size.less +95 -82
- package/dist/Select/style/status.less +69 -21
- package/dist/Select/style/variables.less +9 -16
- package/dist/Spin/CustomIcon/index.d.ts +3 -0
- package/dist/Spin/CustomIcon/index.js +20 -15
- package/dist/Spin/CustomIcon/index.less +32 -105
- package/dist/Spin/index.d.ts +2 -0
- package/dist/Spin/index.js +8 -2
- package/dist/Spin/style/index.less +9 -1
- package/dist/Switch/index.d.ts +1 -1
- package/dist/Switch/style/index.less +130 -56
- package/dist/Table/style/index.less +16 -8
- package/dist/Tabs/index.d.ts +2 -2
- package/dist/Tabs/index.js +4 -4
- package/dist/Tabs/style/index.less +20 -16
- package/dist/TextLink/index.d.ts +44 -0
- package/dist/TextLink/index.js +25 -0
- package/dist/TextLink/style/index.d.ts +2 -0
- package/dist/TextLink/style/index.js +2 -0
- package/dist/TextLink/style/index.less +9 -0
- package/dist/TextLink/style/size.less +37 -0
- package/dist/TextLink/style/type.less +44 -0
- package/dist/Tree/style/var.less +1 -1
- package/dist/ald.min.css +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.less +1 -0
- package/dist/message/index.js +15 -14
- package/dist/message/style/color.less +22 -41
- package/dist/message/style/index.less +15 -16
- package/dist/notification/demo/index.js +1 -0
- package/dist/notification/index.js +18 -18
- package/dist/notification/style/index.less +12 -6
- package/dist/style/index.less +1 -0
- package/dist/style/themes/default/default.less +1 -1
- package/dist/style/themes/default/index.less +3 -3
- package/dist/style/themes/default/scrollBar.less +1 -1
- package/dist/style/var/default.css +1334 -0
- package/package.json +4 -3
- package/dist/Icon/components/Icon.d.ts +0 -32
- package/dist/Icon/components/Icon.js +0 -25
- package/dist/Input/components/Group/index.d.ts +0 -18
- package/dist/Input/components/Group/index.js +0 -19
- package/dist/Menu/style/dropdown.less +0 -61
- package/dist/Select/style/multiple.less +0 -55
- package/dist/Select/style/single.less +0 -44
|
@@ -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 InformationCircleFill = function InformationCircleFill(_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: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm8.5-4A1.5 1.5 0 0 1 12 6.5h.01a1.5 1.5 0 0 1 1.5 1.5v.01a1.5 1.5 0 0 1-1.5 1.5H12a1.5 1.5 0 0 1-1.5-1.5V8Zm1.5 3a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
var ForwardRef = /*#__PURE__*/forwardRef(InformationCircleFill);
|
|
34
|
+
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
35
|
+
export default Memo;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
interface SVGRProps {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
desc?: string;
|
|
8
|
+
descId?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
|
|
11
|
+
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 InformationCircleLightLine = function InformationCircleLightLine(_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
|
+
d: "M11 8a1 1 0 0 1 1-1h.01a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1H12a1 1 0 0 1-1-1V8ZM12.75 12a.75.75 0 0 0-1.5 0v4a.75.75 0 0 0 1.5 0v-4Z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
})));
|
|
35
|
+
};
|
|
36
|
+
var ForwardRef = /*#__PURE__*/forwardRef(InformationCircleLightLine);
|
|
37
|
+
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
38
|
+
export default Memo;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
interface SVGRProps {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
desc?: string;
|
|
8
|
+
descId?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
|
|
11
|
+
export default Memo;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 LoadingDuotone = function LoadingDuotone(_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 20 20",
|
|
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: "#6B7280",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd"
|
|
30
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M3.333 10a6.667 6.667 0 0 1 13.334-.001.833.833 0 0 1 1.666 0A8.333 8.333 0 0 1 10 18.334a.833.833 0 1 1 0-1.666A6.667 6.667 0 0 1 3.333 10Zm11.363 4.732.018-.018.018-.018-.036.036ZM10 18.333a8.333 8.333 0 1 0 0-16.666 8.333 8.333 0 0 0 0 16.666Z",
|
|
32
|
+
opacity: 0.16
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "M17.5 9.167c.46 0 .833.373.833.833A8.333 8.333 0 0 1 10 18.333a.833.833 0 1 1 0-1.666A6.667 6.667 0 0 0 16.667 10c0-.46.373-.833.833-.833Z"
|
|
35
|
+
})));
|
|
36
|
+
};
|
|
37
|
+
var ForwardRef = /*#__PURE__*/forwardRef(LoadingDuotone);
|
|
38
|
+
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
39
|
+
export default Memo;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
interface SVGRProps {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
desc?: string;
|
|
8
|
+
descId?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
|
|
11
|
+
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 TriangleLightLine = function TriangleLightLine(_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: "M11.784 2.87a.25.25 0 0 1 .432 0l9.266 16.005a.25.25 0 0 1-.216.375H2.733a.25.25 0 0 1-.216-.375L11.784 2.87Zm1.73-.751c-.674-1.164-2.354-1.164-3.028 0L1.22 18.123c-.676 1.167.166 2.627 1.514 2.627h18.532c1.348 0 2.19-1.46 1.514-2.627L13.514 2.12ZM12 12.75a.75.75 0 0 1-.75-.75V8a.75.75 0 0 1 1.5 0v4a.75.75 0 0 1-.75.75Zm-.995 3.248c0-.548.445-.993.993-.993h.014c.548 0 .993.445.993.993v.014a.993.993 0 0 1-.993.993h-.014a.993.993 0 0 1-.993-.993v-.014Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
var ForwardRef = /*#__PURE__*/forwardRef(TriangleLightLine);
|
|
34
|
+
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
35
|
+
export default Memo;
|
package/dist/Icon/index.d.ts
CHANGED
|
@@ -1,22 +1,35 @@
|
|
|
1
|
-
import Icon from './components/Icon';
|
|
2
1
|
export { default as AlertTriangleDuotone } from './components/AlertTriangleDuotone';
|
|
2
|
+
export { default as AlertTriangleLine } from './components/AlertTriangleLine';
|
|
3
|
+
export { default as ArrowDownFill } from './components/ArrowDownFill';
|
|
4
|
+
export { default as AttentionCircleFill } from './components/AttentionCircleFill';
|
|
5
|
+
export { default as AttentionTriangleFill } from './components/AttentionTriangleFill';
|
|
6
|
+
export { default as AttentionTriangleLightLine } from './components/AttentionTriangleLightLine';
|
|
3
7
|
export { default as CancelCircleDuotone } from './components/CancelCircleDuotone';
|
|
4
8
|
export { default as CheckCircleDuotone } from './components/CheckCircleDuotone';
|
|
9
|
+
export { default as CheckCircleFill } from './components/CheckCircleFill';
|
|
10
|
+
export { default as CheckCircleLightLine } from './components/CheckCircleLightLine';
|
|
11
|
+
export { default as CheckLightLine } from './components/CheckLightLine';
|
|
5
12
|
export { default as ChevronDownLine } from './components/ChevronDownLine';
|
|
6
13
|
export { default as ChevronLeftLine } from './components/ChevronLeftLine';
|
|
7
14
|
export { default as ChevronRightLine } from './components/ChevronRightLine';
|
|
15
|
+
export { default as CircleLightLine } from './components/CircleLightLine';
|
|
16
|
+
export { default as CloseCircleFill } from './components/CloseCircleFill';
|
|
8
17
|
export { default as CloseLLine } from './components/CloseLLine';
|
|
18
|
+
export { default as CloseLightLine } from './components/CloseLightLine';
|
|
9
19
|
export { default as CloseMLine } from './components/CloseMLine';
|
|
10
20
|
export { default as DragLine } from './components/DragLine';
|
|
21
|
+
export { default as Ellipsis } from './components/Ellipsis';
|
|
11
22
|
export { default as EyeOffLine } from './components/EyeOffLine';
|
|
12
23
|
export { default as EyeOnLine } from './components/EyeOnLine';
|
|
13
24
|
export { default as FoldDownFill } from './components/FoldDownFill';
|
|
14
25
|
export { default as FoldUpFill } from './components/FoldUpFill';
|
|
15
|
-
export type { IBaseIconProps } from './components/Icon';
|
|
16
26
|
export { default as InfoCircleDuotone } from './components/InfoCircleDuotone';
|
|
17
27
|
export { default as InfoCircleLine } from './components/InfoCircleLine';
|
|
28
|
+
export { default as InformationCircleFill } from './components/InformationCircleFill';
|
|
29
|
+
export { default as InformationCircleLightLine } from './components/InformationCircleLightLine';
|
|
18
30
|
export { default as Loading2Line } from './components/Loading2Line';
|
|
31
|
+
export { default as LoadingDuotone } from './components/LoadingDuotone';
|
|
19
32
|
export { default as LoadingLine } from './components/LoadingLine';
|
|
20
33
|
export { default as MoreVerticalLine } from './components/MoreVerticalLine';
|
|
21
34
|
export { default as SearchLine } from './components/SearchLine';
|
|
22
|
-
export default
|
|
35
|
+
export { default as TriangleLightLine } from './components/TriangleLightLine';
|
package/dist/Icon/index.js
CHANGED
|
@@ -1,21 +1,35 @@
|
|
|
1
|
-
import Icon from "./components/Icon";
|
|
2
1
|
export { default as AlertTriangleDuotone } from "./components/AlertTriangleDuotone";
|
|
2
|
+
export { default as AlertTriangleLine } from "./components/AlertTriangleLine";
|
|
3
|
+
export { default as ArrowDownFill } from "./components/ArrowDownFill";
|
|
4
|
+
export { default as AttentionCircleFill } from "./components/AttentionCircleFill";
|
|
5
|
+
export { default as AttentionTriangleFill } from "./components/AttentionTriangleFill";
|
|
6
|
+
export { default as AttentionTriangleLightLine } from "./components/AttentionTriangleLightLine";
|
|
3
7
|
export { default as CancelCircleDuotone } from "./components/CancelCircleDuotone";
|
|
4
8
|
export { default as CheckCircleDuotone } from "./components/CheckCircleDuotone";
|
|
9
|
+
export { default as CheckCircleFill } from "./components/CheckCircleFill";
|
|
10
|
+
export { default as CheckCircleLightLine } from "./components/CheckCircleLightLine";
|
|
11
|
+
export { default as CheckLightLine } from "./components/CheckLightLine";
|
|
5
12
|
export { default as ChevronDownLine } from "./components/ChevronDownLine";
|
|
6
13
|
export { default as ChevronLeftLine } from "./components/ChevronLeftLine";
|
|
7
14
|
export { default as ChevronRightLine } from "./components/ChevronRightLine";
|
|
15
|
+
export { default as CircleLightLine } from "./components/CircleLightLine";
|
|
16
|
+
export { default as CloseCircleFill } from "./components/CloseCircleFill";
|
|
8
17
|
export { default as CloseLLine } from "./components/CloseLLine";
|
|
18
|
+
export { default as CloseLightLine } from "./components/CloseLightLine";
|
|
9
19
|
export { default as CloseMLine } from "./components/CloseMLine";
|
|
10
20
|
export { default as DragLine } from "./components/DragLine";
|
|
21
|
+
export { default as Ellipsis } from "./components/Ellipsis";
|
|
11
22
|
export { default as EyeOffLine } from "./components/EyeOffLine";
|
|
12
23
|
export { default as EyeOnLine } from "./components/EyeOnLine";
|
|
13
24
|
export { default as FoldDownFill } from "./components/FoldDownFill";
|
|
14
25
|
export { default as FoldUpFill } from "./components/FoldUpFill";
|
|
15
26
|
export { default as InfoCircleDuotone } from "./components/InfoCircleDuotone";
|
|
16
27
|
export { default as InfoCircleLine } from "./components/InfoCircleLine";
|
|
28
|
+
export { default as InformationCircleFill } from "./components/InformationCircleFill";
|
|
29
|
+
export { default as InformationCircleLightLine } from "./components/InformationCircleLightLine";
|
|
17
30
|
export { default as Loading2Line } from "./components/Loading2Line";
|
|
31
|
+
export { default as LoadingDuotone } from "./components/LoadingDuotone";
|
|
18
32
|
export { default as LoadingLine } from "./components/LoadingLine";
|
|
19
33
|
export { default as MoreVerticalLine } from "./components/MoreVerticalLine";
|
|
20
34
|
export { default as SearchLine } from "./components/SearchLine";
|
|
21
|
-
export default
|
|
35
|
+
export { default as TriangleLightLine } from "./components/TriangleLightLine";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id=" Icon / Duotone / Interface / Loading-duotone">
|
|
3
|
+
<path id="Icon" opacity="0.16" fill-rule="evenodd" clip-rule="evenodd" d="M3.33332 9.9999C3.33332 6.318 6.31809 3.33323 9.99999 3.33323C13.6815 3.33323 16.666 6.31735 16.6667 9.9987C16.6673 9.53901 17.0402 9.16656 17.5 9.16656C17.9602 9.16656 18.3333 9.53966 18.3333 9.9999C18.3333 11.0942 18.1178 12.1779 17.699 13.1889C17.2802 14.2 16.6664 15.1186 15.8925 15.8925C15.1187 16.6663 14.2001 17.2801 13.189 17.6989C12.178 18.1177 11.0943 18.3332 9.99999 18.3332C9.53975 18.3332 9.16666 17.9601 9.16666 17.4999C9.16666 17.0397 9.53975 16.6666 9.99999 16.6666C6.31809 16.6666 3.33332 13.6818 3.33332 9.9999ZM14.6961 14.7318C14.7021 14.7258 14.7081 14.7199 14.714 14.7139C14.72 14.708 14.7259 14.702 14.7319 14.6961C14.72 14.708 14.7081 14.7199 14.6961 14.7318ZM9.99999 18.3332C14.6024 18.3332 18.3333 14.6023 18.3333 9.9999C18.3333 5.39753 14.6024 1.66656 9.99999 1.66656C5.39762 1.66656 1.66666 5.39753 1.66666 9.9999C1.66666 14.6023 5.39762 18.3332 9.99999 18.3332Z" fill="#6B7280"/>
|
|
4
|
+
<path id="Icon_2" fill-rule="evenodd" clip-rule="evenodd" d="M17.5 9.16656C17.9602 9.16656 18.3333 9.53966 18.3333 9.9999C18.3333 11.0942 18.1178 12.1779 17.699 13.1889C17.2802 14.2 16.6664 15.1186 15.8925 15.8925C15.1187 16.6663 14.2001 17.2801 13.189 17.6989C12.178 18.1177 11.0943 18.3332 9.99999 18.3332C9.53975 18.3332 9.16666 17.9601 9.16666 17.4999C9.16666 17.0397 9.53975 16.6666 9.99999 16.6666C10.8755 16.6666 11.7424 16.4941 12.5512 16.1591C13.3601 15.8241 14.095 15.333 14.714 14.7139C15.3331 14.0949 15.8242 13.36 16.1592 12.5511C16.4942 11.7423 16.6667 10.8754 16.6667 9.9999C16.6667 9.53966 17.0398 9.16656 17.5 9.16656Z" fill="#6B7280"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M12 2L22 20H2L12 2ZM11.5 14V8H12.5V14H11.5ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z"
|
|
4
|
+
fill="black" />
|
|
3
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="alert-triangle-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M12 3L21 19H3L12 3ZM19.2902 18H4.70985L12 5.03973L19.2902 18ZM11.5 14V9H12.5V14H11.5ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 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=" Icon / Fill / Arrow / Arrow Down-fill">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M7.83336 9.58336C7.4963 9.58336 7.19244 9.78639 7.06346 10.0978C6.93447 10.4092 7.00577 10.7676 7.2441 11.0059L11.4107 15.1726C11.567 15.3289 11.779 15.4167 12 15.4167C12.221 15.4167 12.433 15.3289 12.5893 15.1726L16.7559 11.0059C16.9942 10.7676 17.0655 10.4092 16.9365 10.0978C16.8076 9.78639 16.5037 9.58336 16.1666 9.58336L7.83336 9.58336Z" 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=" Icon / Fill / Interface / Attention-Circle-fill">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 13.0001C11.4477 13.0001 11 12.5523 11 12.0001V8.00006C11 7.44778 11.4477 7.00006 12 7.00006C12.5523 7.00006 13 7.44778 13 8.00006V12.0001C13 12.5523 12.5523 13.0001 12 13.0001ZM10.5 16.0001C10.5 15.1716 11.1716 14.5001 12 14.5001H12.01C12.8384 14.5001 13.51 15.1716 13.51 16.0001V16.0101C13.51 16.8385 12.8384 17.5101 12.01 17.5101H12C11.1716 17.5101 10.5 16.8385 10.5 16.0101V16.0001Z" 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=" Icon / Fill / Interface / Attention-triangle-fill">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M13.5146 2.11903C12.8406 0.954782 11.1596 0.954792 10.4856 2.11904L1.22006 18.1232C0.544616 19.2898 1.38647 20.75 2.73455 20.75H21.2657C22.6137 20.75 23.4556 19.2898 22.7802 18.1232L13.5146 2.11903ZM12.0001 12.75C11.5859 12.75 11.2501 12.4142 11.2501 12V8C11.2501 7.58579 11.5859 7.25 12.0001 7.25C12.4143 7.25 12.7501 7.58579 12.7501 8V12C12.7501 12.4142 12.4143 12.75 12.0001 12.75ZM11.0051 15.9984C11.0051 15.4498 11.4499 15.005 11.9985 15.005H12.0117C12.5604 15.005 13.0051 15.4498 13.0051 15.9984V16.0116C13.0051 16.5603 12.5604 17.005 12.0117 17.005H11.9985C11.4499 17.005 11.0051 16.5603 11.0051 16.0116V15.9984Z" 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=" Icon / Light / Interface / Attention-triangle-light-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M11.7836 2.87059C11.8799 2.70427 12.12 2.70427 12.2163 2.87059L21.4819 18.8747C21.5784 19.0414 21.4581 19.25 21.2655 19.25H2.73442C2.54183 19.25 2.42157 19.0414 2.51806 18.8747L11.7836 2.87059ZM13.5145 2.11903C12.8404 0.954782 11.1595 0.954792 10.4855 2.11904L1.21992 18.1232C0.544478 19.2898 1.38634 20.75 2.73442 20.75H21.2655C22.6136 20.75 23.4555 19.2898 22.78 18.1232L13.5145 2.11903ZM12 12.75C11.5858 12.75 11.25 12.4142 11.25 12V8C11.25 7.58579 11.5858 7.25 12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V12C12.75 12.4142 12.4142 12.75 12 12.75ZM11.005 15.9984C11.005 15.4498 11.4497 15.005 11.9984 15.005H12.0116C12.5602 15.005 13.005 15.4498 13.005 15.9984V16.0116C13.005 16.5603 12.5602 17.005 12.0116 17.005H11.9984C11.4497 17.005 11.005 16.5603 11.005 16.0116V15.9984Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<path
|
|
3
|
+
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"
|
|
4
|
+
fill="black" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
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"
|
|
7
|
+
fill="white" />
|
|
8
|
+
</svg>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
|
|
2
|
+
<path
|
|
3
|
+
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"
|
|
4
|
+
fill="black" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M17.8536 8.85355L10.8536 15.8536C10.6583 16.0488 10.3417 16.0488 10.1464 15.8536L6.14645 11.8536L6.85355 11.1464L10.5 14.7929L17.1464 8.14645L17.8536 8.85355Z"
|
|
7
|
+
fill="white" />
|
|
4
8
|
</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=" Icon / Fill / Interface / Check-Circle-fill">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M2 11.9999C2 6.47703 6.47715 1.99988 12 1.99988C17.5228 1.99988 22 6.47703 22 11.9999C22 17.5227 17.5228 21.9999 12 21.9999C6.47715 21.9999 2 17.5227 2 11.9999ZM15.7071 10.7071C16.0976 10.3166 16.0976 9.68342 15.7071 9.29289C15.3166 8.90237 14.6834 8.90237 14.2929 9.29289L11 12.5858L9.70711 11.2929C9.31658 10.9024 8.68342 10.9024 8.29289 11.2929C7.90237 11.6834 7.90237 12.3166 8.29289 12.7071L10.2929 14.7071C10.6834 15.0976 11.3166 15.0976 11.7071 14.7071L15.7071 10.7071Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id=" Icon / Light / Interface / Check Circle-light-line">
|
|
3
|
+
<g id="Icon">
|
|
4
|
+
<path d="M15.5303 10.5303C15.8232 10.2374 15.8232 9.76256 15.5303 9.46967C15.2374 9.17678 14.7626 9.17678 14.4697 9.46967L11 12.9393L9.53033 11.4697C9.23744 11.1768 8.76256 11.1768 8.46967 11.4697C8.17678 11.7626 8.17678 12.2374 8.46967 12.5303L10.4697 14.5303C10.7626 14.8232 11.2374 14.8232 11.5303 14.5303L15.5303 10.5303Z" fill="black"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75C16.5563 3.75 20.25 7.44365 20.25 12C20.25 16.5563 16.5563 20.25 12 20.25C7.44365 20.25 3.75 16.5563 3.75 12Z" fill="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
</g>
|
|
8
|
+
</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=" Icon / Light / Interface / Check-light-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M20.5303 6.46967C20.8232 6.76256 20.8232 7.23744 20.5303 7.53033L10.5303 17.5303C10.2374 17.8232 9.76256 17.8232 9.46967 17.5303L4.46967 12.5303C4.17678 12.2374 4.17678 11.7626 4.46967 11.4697C4.76256 11.1768 5.23744 11.1768 5.53033 11.4697L10 15.9393L19.4697 6.46967C19.7626 6.17678 20.2374 6.17678 20.5303 6.46967Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
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"
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<g id="chevron-down-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
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"
|
|
5
|
+
fill="black" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
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"
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<g id="chevron-left-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
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"
|
|
5
|
+
fill="black" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
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"
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<g id="chevron-right-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
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"
|
|
5
|
+
fill="black" />
|
|
6
|
+
</g>
|
|
7
|
+
</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=" Icon / Light / Interface / Information Circle-light-line">
|
|
3
|
+
<g id="Icon">
|
|
4
|
+
<path d="M11 8C11 7.44772 11.4477 7 12 7H12.01C12.5623 7 13.01 7.44772 13.01 8V8.01C13.01 8.56228 12.5623 9.01 12.01 9.01H12C11.4477 9.01 11 8.56228 11 8.01V8Z" fill="black"/>
|
|
5
|
+
<path d="M12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V16C11.25 16.4142 11.5858 16.75 12 16.75C12.4142 16.75 12.75 16.4142 12.75 16V12Z" fill="black"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75Z" fill="black"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -1,10 +1,12 @@
|
|
|
1
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"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
</
|
|
2
|
+
<g clip-path="url(#clip0_278_6954)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
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"
|
|
5
|
+
fill="black" />
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_278_6954">
|
|
9
|
+
<rect width="24" height="24" fill="white" />
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</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=" Icon / Fill / Interface / Close-Circle-fill">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M2 11.9999C2 6.47703 6.47715 1.99988 12 1.99988C17.5228 1.99988 22 6.47703 22 11.9999C22 17.5227 17.5228 21.9999 12 21.9999C6.47715 21.9999 2 17.5227 2 11.9999ZM9.29289 9.29289C9.68342 8.90237 10.3166 8.90237 10.7071 9.29289L12 10.5858L13.2929 9.29289C13.6834 8.90237 14.3166 8.90237 14.7071 9.29289C15.0976 9.68342 15.0976 10.3166 14.7071 10.7071L13.4142 12L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L12 13.4142L10.7071 14.7071C10.3166 15.0976 9.68342 15.0976 9.2929 14.7071C8.90237 14.3166 8.90237 13.6834 9.2929 13.2929L10.5858 12L9.29289 10.7071C8.90237 10.3166 8.90237 9.68342 9.29289 9.29289Z" 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=" Icon / Light / Interface / Close-light-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M6.46967 6.46967C6.76256 6.17678 7.23744 6.17678 7.53033 6.46967L12 10.9393L16.4697 6.46967C16.7626 6.17678 17.2374 6.17678 17.5303 6.46967C17.8232 6.76256 17.8232 7.23744 17.5303 7.53033L13.0607 12L17.5303 16.4697C17.8232 16.7626 17.8232 17.2374 17.5303 17.5303C17.2374 17.8232 16.7626 17.8232 16.4697 17.5303L12 13.0607L7.53033 17.5303C7.23744 17.8232 6.76256 17.8232 6.46967 17.5303C6.17678 17.2374 6.17678 16.7626 6.46967 16.4697L10.9393 12L6.46967 7.53033C6.17678 7.23744 6.17678 6.76256 6.46967 6.46967Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
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"
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<g id="close-M-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
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"
|
|
5
|
+
fill="black" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g id="drag-line">
|
|
3
|
-
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<g id="drag-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M9 7C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5C8.44772 5 8 5.44772 8 6C8 6.55228 8.44772 7 9 7ZM9 19C9.55228 19 10 18.5523 10 18C10 17.4477 9.55228 17 9 17C8.44772 17 8 17.4477 8 18C8 18.5523 8.44772 19 9 19ZM10 12C10 12.5523 9.55228 13 9 13C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11C9.55228 11 10 11.4477 10 12ZM15 7C15.5523 7 16 6.55228 16 6C16 5.44772 15.5523 5 15 5C14.4477 5 14 5.44772 14 6C14 6.55228 14.4477 7 15 7ZM15 19C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17C14.4477 17 14 17.4477 14 18C14 18.5523 14.4477 19 15 19ZM16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12Z"
|
|
5
|
+
fill="black" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id=" Icon / Light / Interface / Menu Kebab Horizontal-light-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M5.00837 10.3586C5.00837 9.89836 4.63528 9.52527 4.17504 9.52527H4.16671C3.70647 9.52527 3.33337 9.89836 3.33337 10.3586V10.3669C3.33337 10.8272 3.70647 11.2003 4.16671 11.2003H4.17504C4.63528 11.2003 5.00837 10.8272 5.00837 10.3669V10.3586ZM10.0084 9.52527C10.4686 9.52527 10.8417 9.89836 10.8417 10.3586V10.3669C10.8417 10.8272 10.4686 11.2003 10.0084 11.2003H10C9.5398 11.2003 9.16671 10.8272 9.16671 10.3669V10.3586C9.16671 9.89836 9.5398 9.52527 10 9.52527H10.0084ZM15.8417 9.52527C16.3019 9.52527 16.675 9.89836 16.675 10.3586V10.3669C16.675 10.8272 16.3019 11.2003 15.8417 11.2003H15.8334C15.3731 11.2003 15 10.8272 15 10.3669V10.3586C15 9.89836 15.3731 9.52527 15.8334 9.52527H15.8417Z" fill="#6B7280"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
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"
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<g id="eye-off-line">
|
|
3
|
+
<path id="Icon" fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
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"
|
|
5
|
+
fill="black" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|