a-icons 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/es/CloseCircleFilled.d.ts +6 -0
  2. package/es/CloseCircleFilled.js +40 -0
  3. package/es/CloseCircleOutlined.js +24 -8
  4. package/es/ConfirmCircleFilled.d.ts +6 -0
  5. package/es/ConfirmCircleFilled.js +39 -0
  6. package/es/ConfirmCircleOutlined.d.ts +6 -0
  7. package/es/ConfirmCircleOutlined.js +49 -0
  8. package/es/MoveOutlined.d.ts +6 -0
  9. package/es/MoveOutlined.js +52 -0
  10. package/es/index.d.ts +4 -0
  11. package/es/index.js +4 -0
  12. package/gulpfile.js +0 -1
  13. package/lib/CloseCircleFilled.d.ts +6 -0
  14. package/lib/CloseCircleFilled.js +87 -0
  15. package/lib/CloseCircleOutlined.js +24 -8
  16. package/lib/ConfirmCircleFilled.d.ts +6 -0
  17. package/lib/ConfirmCircleFilled.js +86 -0
  18. package/lib/ConfirmCircleOutlined.d.ts +6 -0
  19. package/lib/ConfirmCircleOutlined.js +96 -0
  20. package/lib/MoveOutlined.d.ts +6 -0
  21. package/lib/MoveOutlined.js +99 -0
  22. package/lib/index.d.ts +4 -0
  23. package/lib/index.js +36 -0
  24. package/package.json +3 -3
  25. package/src/CloseCircleFilled.tsx +20 -0
  26. package/src/CloseCircleOutlined.tsx +25 -5
  27. package/src/ConfirmCircleFilled.tsx +20 -0
  28. package/src/ConfirmCircleOutlined.tsx +31 -0
  29. package/src/MoveOutlined.tsx +30 -0
  30. package/src/index.tsx +4 -0
  31. package/svgs/filled/close-circle-filled.svg +5 -0
  32. package/svgs/filled/confirm-circle-filled.svg +5 -0
  33. package/svgs/outlined/close-circle-outlined.svg +7 -9
  34. package/svgs/outlined/confirm-circle-outlined.svg +9 -0
  35. package/svgs/outlined/move-outlined.svg +8 -0
  36. package/tmpAllSvgs/close-circle-filled.svg +5 -0
  37. package/tmpAllSvgs/close-circle-outlined.svg +7 -9
  38. package/tmpAllSvgs/confirm-circle-filled.svg +5 -0
  39. package/tmpAllSvgs/confirm-circle-outlined.svg +9 -0
  40. package/tmpAllSvgs/move-outlined.svg +8 -0
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CloseCircleFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CloseCircleFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CloseCircleFilled;
@@ -0,0 +1,40 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+
6
+ for (var p in s) {
7
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
8
+ }
9
+ }
10
+
11
+ return t;
12
+ };
13
+
14
+ return __assign.apply(this, arguments);
15
+ };
16
+
17
+ import * as React from 'react';
18
+ import Icon from 'a-base-icon/lib/Icon';
19
+
20
+ function CloseCircleFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M3 12a9 9 0 1118 0 9 9 0 01-18 0zm10.662-2.705a.7.7 0 11.99.99l-1.768 1.768 1.91 1.909a.7.7 0 01-.99.99l-1.91-1.91-1.91 1.91a.7.7 0 11-.989-.99l1.91-1.91-1.768-1.767a.7.7 0 01.99-.99l1.767 1.768 1.768-1.768z",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+
39
+ CloseCircleFilled.displayName = 'CloseCircleFilled';
40
+ export default CloseCircleFilled;
@@ -20,15 +20,31 @@ import Icon from 'a-base-icon/lib/Icon';
20
20
  function CloseCircleOutlined(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
- xmlns: "http://www.w3.org/2000/svg",
24
- viewBox: "0 0 16 16"
25
- }, props), /*#__PURE__*/React.createElement("g", {
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M4.4 12a7.6 7.6 0 1015.2 0 7.6 7.6 0 00-15.2 0zM12 3a9 9 0 100 18 9 9 0 000-18z",
26
30
  fill: "currentColor"
27
- }, /*#__PURE__*/React.createElement("path", {
28
- d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14.9c-3.8 0-6.9-3.1-6.9-6.9 0-3.8 3.1-6.9 6.9-6.9 3.8 0 6.9 3.1 6.9 6.9 0 3.8-3.1 6.9-6.9 6.9z"
29
- }), /*#__PURE__*/React.createElement("path", {
30
- d: "M10.7 5.3c-.2-.3-.5-.3-.8 0L8 7.2 6.1 5.3c-.3-.3-.6-.3-.8 0-.3.2-.3.5 0 .8L7.2 8 5.3 9.9c-.3.3-.3.5 0 .8.3.3.5.3.8 0L8 8.8l1.9 1.9c.3.3.5.3.8 0 .3-.3.3-.5 0-.8L8.8 8l1.9-1.9c.3-.3.3-.6 0-.8z"
31
- })));
31
+ }), /*#__PURE__*/React.createElement("rect", {
32
+ x: 14.157,
33
+ y: 8.8,
34
+ width: 1.4,
35
+ height: 8,
36
+ rx: 0.7,
37
+ transform: "rotate(45 14.157 8.8)",
38
+ fill: "currentColor"
39
+ }), /*#__PURE__*/React.createElement("rect", {
40
+ x: 15.288,
41
+ y: 14.457,
42
+ width: 1.4,
43
+ height: 8,
44
+ rx: 0.7,
45
+ transform: "rotate(135 15.288 14.457)",
46
+ fill: "currentColor"
47
+ }));
32
48
  };
33
49
 
34
50
  return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ConfirmCircleFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ConfirmCircleFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ConfirmCircleFilled;
@@ -0,0 +1,39 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+
6
+ for (var p in s) {
7
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
8
+ }
9
+ }
10
+
11
+ return t;
12
+ };
13
+
14
+ return __assign.apply(this, arguments);
15
+ };
16
+
17
+ import * as React from 'react';
18
+ import Icon from 'a-base-icon/lib/Icon';
19
+
20
+ function ConfirmCircleFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M12 3a9 9 0 100 18 9 9 0 000-18zm4.48 6.323a.7.7 0 00-.99 0l-4.172 4.172-2.333-2.333a.7.7 0 10-.99.99l2.687 2.687c.024.024.05.046.076.066a.7.7 0 001.056.076l4.666-4.668a.7.7 0 000-.99z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+
38
+ ConfirmCircleFilled.displayName = 'ConfirmCircleFilled';
39
+ export default ConfirmCircleFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ConfirmCircleOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ConfirmCircleOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ConfirmCircleOutlined;
@@ -0,0 +1,49 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+
6
+ for (var p in s) {
7
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
8
+ }
9
+ }
10
+
11
+ return t;
12
+ };
13
+
14
+ return __assign.apply(this, arguments);
15
+ };
16
+
17
+ import * as React from 'react';
18
+ import Icon from 'a-base-icon/lib/Icon';
19
+
20
+ function ConfirmCircleOutlined(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement("rect", {
27
+ x: 3.7,
28
+ y: 3.7,
29
+ width: 16.6,
30
+ height: 16.6,
31
+ rx: 8.3,
32
+ stroke: "currentColor",
33
+ strokeWidth: 1.4
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M7.995 12.152a.7.7 0 11.99-.99l2.687 2.687a.7.7 0 11-.99.99l-2.687-2.687z",
36
+ fill: "currentColor"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M15.49 9.323a.7.7 0 01.99.99l-4.667 4.667a.7.7 0 01-.99-.99l4.667-4.667z",
39
+ fill: "currentColor"
40
+ }));
41
+ };
42
+
43
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
44
+ component: IconNode
45
+ }));
46
+ }
47
+
48
+ ConfirmCircleOutlined.displayName = 'ConfirmCircleOutlined';
49
+ export default ConfirmCircleOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function MoveOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace MoveOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default MoveOutlined;
@@ -0,0 +1,52 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+
6
+ for (var p in s) {
7
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
8
+ }
9
+ }
10
+
11
+ return t;
12
+ };
13
+
14
+ return __assign.apply(this, arguments);
15
+ };
16
+
17
+ import * as React from 'react';
18
+ import Icon from 'a-base-icon/lib/Icon';
19
+
20
+ function MoveOutlined(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ width: 24,
24
+ height: 24,
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement("rect", {
28
+ fill: "#212121",
29
+ x: 16,
30
+ y: 11.373,
31
+ width: 1.4,
32
+ height: 8,
33
+ rx: 0.7,
34
+ transform: "rotate(90 16 11.373)"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ fill: "#212121",
37
+ d: "M12.7 15.3a.7.7 0 11-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ fill: "currentColor",
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M15.295 6.323a.7.7 0 01-.99 0L11.972 3.99 9.638 6.323a.7.7 0 11-.99-.99l2.829-2.828a.7.7 0 01.99 0l2.828 2.828a.7.7 0 010 .99zM8.705 17.334a.7.7 0 01.99 0l2.333 2.333 2.334-2.334a.7.7 0 01.99.99l-2.829 2.829a.7.7 0 01-.99 0l-2.828-2.829a.7.7 0 010-.99zM17.333 15.295a.7.7 0 010-.99l2.334-2.333-2.334-2.334a.7.7 0 11.99-.99l2.829 2.829a.7.7 0 010 .99l-2.829 2.828a.7.7 0 01-.99 0zM6.323 15.295a.7.7 0 000-.99L3.99 11.972l2.333-2.334a.7.7 0 10-.99-.99l-2.828 2.829a.7.7 0 000 .99l2.828 2.828a.7.7 0 00.99 0z"
43
+ }));
44
+ };
45
+
46
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
47
+ component: IconNode
48
+ }));
49
+ }
50
+
51
+ MoveOutlined.displayName = 'MoveOutlined';
52
+ export default MoveOutlined;
package/es/index.d.ts CHANGED
@@ -4,11 +4,14 @@ export { default as CardFilled } from './CardFilled';
4
4
  export { default as CardOutlined } from './CardOutlined';
5
5
  export { default as CategoryFilled } from './CategoryFilled';
6
6
  export { default as CategoryOutlined } from './CategoryOutlined';
7
+ export { default as CloseCircleFilled } from './CloseCircleFilled';
7
8
  export { default as CloseCircleOutlined } from './CloseCircleOutlined';
8
9
  export { default as CloseFilled } from './CloseFilled';
9
10
  export { default as CloseOutlined } from './CloseOutlined';
10
11
  export { default as CloseSquareFilled } from './CloseSquareFilled';
11
12
  export { default as CloseSquareOutlined } from './CloseSquareOutlined';
13
+ export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
14
+ export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
12
15
  export { default as DoubleTextFilled } from './DoubleTextFilled';
13
16
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
14
17
  export { default as EditFilled } from './EditFilled';
@@ -26,6 +29,7 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
26
29
  export { default as LoopOutlined } from './LoopOutlined';
27
30
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
28
31
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
32
+ export { default as MoveOutlined } from './MoveOutlined';
29
33
  export { default as PeopleAddFilled } from './PeopleAddFilled';
30
34
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
31
35
  export { default as PeopleFilled } from './PeopleFilled';
package/es/index.js CHANGED
@@ -4,11 +4,14 @@ export { default as CardFilled } from './CardFilled';
4
4
  export { default as CardOutlined } from './CardOutlined';
5
5
  export { default as CategoryFilled } from './CategoryFilled';
6
6
  export { default as CategoryOutlined } from './CategoryOutlined';
7
+ export { default as CloseCircleFilled } from './CloseCircleFilled';
7
8
  export { default as CloseCircleOutlined } from './CloseCircleOutlined';
8
9
  export { default as CloseFilled } from './CloseFilled';
9
10
  export { default as CloseOutlined } from './CloseOutlined';
10
11
  export { default as CloseSquareFilled } from './CloseSquareFilled';
11
12
  export { default as CloseSquareOutlined } from './CloseSquareOutlined';
13
+ export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
14
+ export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
12
15
  export { default as DoubleTextFilled } from './DoubleTextFilled';
13
16
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
14
17
  export { default as EditFilled } from './EditFilled';
@@ -26,6 +29,7 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
26
29
  export { default as LoopOutlined } from './LoopOutlined';
27
30
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
28
31
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
32
+ export { default as MoveOutlined } from './MoveOutlined';
29
33
  export { default as PeopleAddFilled } from './PeopleAddFilled';
30
34
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
31
35
  export { default as PeopleFilled } from './PeopleFilled';
package/gulpfile.js CHANGED
@@ -7,7 +7,6 @@ gulp.task('clean', async () => {
7
7
  await del('lib/**');
8
8
  await del('es/**');
9
9
  await del('dist/**');
10
- await del('src/**');
11
10
  });
12
11
 
13
12
  const codeSource = ['src/*.tsx'];
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CloseCircleFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CloseCircleFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CloseCircleFilled;
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+
8
+ for (var p in s) {
9
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
+ }
11
+ }
12
+
13
+ return t;
14
+ };
15
+
16
+ return __assign.apply(this, arguments);
17
+ };
18
+
19
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ Object.defineProperty(o, k2, {
22
+ enumerable: true,
23
+ get: function get() {
24
+ return m[k];
25
+ }
26
+ });
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+
32
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
+ Object.defineProperty(o, "default", {
34
+ enumerable: true,
35
+ value: v
36
+ });
37
+ } : function (o, v) {
38
+ o["default"] = v;
39
+ });
40
+
41
+ var __importStar = this && this.__importStar || function (mod) {
42
+ if (mod && mod.__esModule) return mod;
43
+ var result = {};
44
+ if (mod != null) for (var k in mod) {
45
+ if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
+ }
47
+
48
+ __setModuleDefault(result, mod);
49
+
50
+ return result;
51
+ };
52
+
53
+ var __importDefault = this && this.__importDefault || function (mod) {
54
+ return mod && mod.__esModule ? mod : {
55
+ "default": mod
56
+ };
57
+ };
58
+
59
+ Object.defineProperty(exports, "__esModule", {
60
+ value: true
61
+ });
62
+
63
+ var React = __importStar(require("react"));
64
+
65
+ var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
+
67
+ function CloseCircleFilled(componentProps) {
68
+ var IconNode = function IconNode(props) {
69
+ return React.createElement("svg", __assign({
70
+ viewBox: "0 0 24 24",
71
+ fill: "none",
72
+ xmlns: "http://www.w3.org/2000/svg"
73
+ }, props), React.createElement("path", {
74
+ fillRule: "evenodd",
75
+ clipRule: "evenodd",
76
+ d: "M3 12a9 9 0 1118 0 9 9 0 01-18 0zm10.662-2.705a.7.7 0 11.99.99l-1.768 1.768 1.91 1.909a.7.7 0 01-.99.99l-1.91-1.91-1.91 1.91a.7.7 0 11-.989-.99l1.91-1.91-1.768-1.767a.7.7 0 01.99-.99l1.767 1.768 1.768-1.768z",
77
+ fill: "currentColor"
78
+ }));
79
+ };
80
+
81
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
82
+ component: IconNode
83
+ }));
84
+ }
85
+
86
+ CloseCircleFilled.displayName = 'CloseCircleFilled';
87
+ exports["default"] = CloseCircleFilled;
@@ -67,15 +67,31 @@ var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
67
67
  function CloseCircleOutlined(componentProps) {
68
68
  var IconNode = function IconNode(props) {
69
69
  return React.createElement("svg", __assign({
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 16 16"
72
- }, props), React.createElement("g", {
70
+ viewBox: "0 0 24 24",
71
+ fill: "none",
72
+ xmlns: "http://www.w3.org/2000/svg"
73
+ }, props), React.createElement("path", {
74
+ fillRule: "evenodd",
75
+ clipRule: "evenodd",
76
+ d: "M4.4 12a7.6 7.6 0 1015.2 0 7.6 7.6 0 00-15.2 0zM12 3a9 9 0 100 18 9 9 0 000-18z",
73
77
  fill: "currentColor"
74
- }, React.createElement("path", {
75
- d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14.9c-3.8 0-6.9-3.1-6.9-6.9 0-3.8 3.1-6.9 6.9-6.9 3.8 0 6.9 3.1 6.9 6.9 0 3.8-3.1 6.9-6.9 6.9z"
76
- }), React.createElement("path", {
77
- d: "M10.7 5.3c-.2-.3-.5-.3-.8 0L8 7.2 6.1 5.3c-.3-.3-.6-.3-.8 0-.3.2-.3.5 0 .8L7.2 8 5.3 9.9c-.3.3-.3.5 0 .8.3.3.5.3.8 0L8 8.8l1.9 1.9c.3.3.5.3.8 0 .3-.3.3-.5 0-.8L8.8 8l1.9-1.9c.3-.3.3-.6 0-.8z"
78
- })));
78
+ }), React.createElement("rect", {
79
+ x: 14.157,
80
+ y: 8.8,
81
+ width: 1.4,
82
+ height: 8,
83
+ rx: 0.7,
84
+ transform: "rotate(45 14.157 8.8)",
85
+ fill: "currentColor"
86
+ }), React.createElement("rect", {
87
+ x: 15.288,
88
+ y: 14.457,
89
+ width: 1.4,
90
+ height: 8,
91
+ rx: 0.7,
92
+ transform: "rotate(135 15.288 14.457)",
93
+ fill: "currentColor"
94
+ }));
79
95
  };
80
96
 
81
97
  return React.createElement(Icon_1["default"], __assign({}, componentProps, {
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ConfirmCircleFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ConfirmCircleFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ConfirmCircleFilled;
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+
8
+ for (var p in s) {
9
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
+ }
11
+ }
12
+
13
+ return t;
14
+ };
15
+
16
+ return __assign.apply(this, arguments);
17
+ };
18
+
19
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ Object.defineProperty(o, k2, {
22
+ enumerable: true,
23
+ get: function get() {
24
+ return m[k];
25
+ }
26
+ });
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+
32
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
+ Object.defineProperty(o, "default", {
34
+ enumerable: true,
35
+ value: v
36
+ });
37
+ } : function (o, v) {
38
+ o["default"] = v;
39
+ });
40
+
41
+ var __importStar = this && this.__importStar || function (mod) {
42
+ if (mod && mod.__esModule) return mod;
43
+ var result = {};
44
+ if (mod != null) for (var k in mod) {
45
+ if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
+ }
47
+
48
+ __setModuleDefault(result, mod);
49
+
50
+ return result;
51
+ };
52
+
53
+ var __importDefault = this && this.__importDefault || function (mod) {
54
+ return mod && mod.__esModule ? mod : {
55
+ "default": mod
56
+ };
57
+ };
58
+
59
+ Object.defineProperty(exports, "__esModule", {
60
+ value: true
61
+ });
62
+
63
+ var React = __importStar(require("react"));
64
+
65
+ var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
+
67
+ function ConfirmCircleFilled(componentProps) {
68
+ var IconNode = function IconNode(props) {
69
+ return React.createElement("svg", __assign({
70
+ viewBox: "0 0 24 24",
71
+ xmlns: "http://www.w3.org/2000/svg"
72
+ }, props), React.createElement("path", {
73
+ fillRule: "evenodd",
74
+ clipRule: "evenodd",
75
+ d: "M12 3a9 9 0 100 18 9 9 0 000-18zm4.48 6.323a.7.7 0 00-.99 0l-4.172 4.172-2.333-2.333a.7.7 0 10-.99.99l2.687 2.687c.024.024.05.046.076.066a.7.7 0 001.056.076l4.666-4.668a.7.7 0 000-.99z",
76
+ fill: "currentColor"
77
+ }));
78
+ };
79
+
80
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
81
+ component: IconNode
82
+ }));
83
+ }
84
+
85
+ ConfirmCircleFilled.displayName = 'ConfirmCircleFilled';
86
+ exports["default"] = ConfirmCircleFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ConfirmCircleOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ConfirmCircleOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ConfirmCircleOutlined;
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+
8
+ for (var p in s) {
9
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
+ }
11
+ }
12
+
13
+ return t;
14
+ };
15
+
16
+ return __assign.apply(this, arguments);
17
+ };
18
+
19
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ Object.defineProperty(o, k2, {
22
+ enumerable: true,
23
+ get: function get() {
24
+ return m[k];
25
+ }
26
+ });
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+
32
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
+ Object.defineProperty(o, "default", {
34
+ enumerable: true,
35
+ value: v
36
+ });
37
+ } : function (o, v) {
38
+ o["default"] = v;
39
+ });
40
+
41
+ var __importStar = this && this.__importStar || function (mod) {
42
+ if (mod && mod.__esModule) return mod;
43
+ var result = {};
44
+ if (mod != null) for (var k in mod) {
45
+ if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
+ }
47
+
48
+ __setModuleDefault(result, mod);
49
+
50
+ return result;
51
+ };
52
+
53
+ var __importDefault = this && this.__importDefault || function (mod) {
54
+ return mod && mod.__esModule ? mod : {
55
+ "default": mod
56
+ };
57
+ };
58
+
59
+ Object.defineProperty(exports, "__esModule", {
60
+ value: true
61
+ });
62
+
63
+ var React = __importStar(require("react"));
64
+
65
+ var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
+
67
+ function ConfirmCircleOutlined(componentProps) {
68
+ var IconNode = function IconNode(props) {
69
+ return React.createElement("svg", __assign({
70
+ viewBox: "0 0 24 24",
71
+ fill: "none",
72
+ xmlns: "http://www.w3.org/2000/svg"
73
+ }, props), React.createElement("rect", {
74
+ x: 3.7,
75
+ y: 3.7,
76
+ width: 16.6,
77
+ height: 16.6,
78
+ rx: 8.3,
79
+ stroke: "currentColor",
80
+ strokeWidth: 1.4
81
+ }), React.createElement("path", {
82
+ d: "M7.995 12.152a.7.7 0 11.99-.99l2.687 2.687a.7.7 0 11-.99.99l-2.687-2.687z",
83
+ fill: "currentColor"
84
+ }), React.createElement("path", {
85
+ d: "M15.49 9.323a.7.7 0 01.99.99l-4.667 4.667a.7.7 0 01-.99-.99l4.667-4.667z",
86
+ fill: "currentColor"
87
+ }));
88
+ };
89
+
90
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
91
+ component: IconNode
92
+ }));
93
+ }
94
+
95
+ ConfirmCircleOutlined.displayName = 'ConfirmCircleOutlined';
96
+ exports["default"] = ConfirmCircleOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function MoveOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace MoveOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default MoveOutlined;
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+
8
+ for (var p in s) {
9
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
+ }
11
+ }
12
+
13
+ return t;
14
+ };
15
+
16
+ return __assign.apply(this, arguments);
17
+ };
18
+
19
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ Object.defineProperty(o, k2, {
22
+ enumerable: true,
23
+ get: function get() {
24
+ return m[k];
25
+ }
26
+ });
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+
32
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
+ Object.defineProperty(o, "default", {
34
+ enumerable: true,
35
+ value: v
36
+ });
37
+ } : function (o, v) {
38
+ o["default"] = v;
39
+ });
40
+
41
+ var __importStar = this && this.__importStar || function (mod) {
42
+ if (mod && mod.__esModule) return mod;
43
+ var result = {};
44
+ if (mod != null) for (var k in mod) {
45
+ if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
+ }
47
+
48
+ __setModuleDefault(result, mod);
49
+
50
+ return result;
51
+ };
52
+
53
+ var __importDefault = this && this.__importDefault || function (mod) {
54
+ return mod && mod.__esModule ? mod : {
55
+ "default": mod
56
+ };
57
+ };
58
+
59
+ Object.defineProperty(exports, "__esModule", {
60
+ value: true
61
+ });
62
+
63
+ var React = __importStar(require("react"));
64
+
65
+ var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
+
67
+ function MoveOutlined(componentProps) {
68
+ var IconNode = function IconNode(props) {
69
+ return React.createElement("svg", __assign({
70
+ width: 24,
71
+ height: 24,
72
+ fill: "none",
73
+ xmlns: "http://www.w3.org/2000/svg"
74
+ }, props), React.createElement("rect", {
75
+ fill: "#212121",
76
+ x: 16,
77
+ y: 11.373,
78
+ width: 1.4,
79
+ height: 8,
80
+ rx: 0.7,
81
+ transform: "rotate(90 16 11.373)"
82
+ }), React.createElement("path", {
83
+ fill: "#212121",
84
+ d: "M12.7 15.3a.7.7 0 11-1.4 0V8.7a.7.7 0 111.4 0v6.6z"
85
+ }), React.createElement("path", {
86
+ fill: "currentColor",
87
+ fillRule: "evenodd",
88
+ clipRule: "evenodd",
89
+ d: "M15.295 6.323a.7.7 0 01-.99 0L11.972 3.99 9.638 6.323a.7.7 0 11-.99-.99l2.829-2.828a.7.7 0 01.99 0l2.828 2.828a.7.7 0 010 .99zM8.705 17.334a.7.7 0 01.99 0l2.333 2.333 2.334-2.334a.7.7 0 01.99.99l-2.829 2.829a.7.7 0 01-.99 0l-2.828-2.829a.7.7 0 010-.99zM17.333 15.295a.7.7 0 010-.99l2.334-2.333-2.334-2.334a.7.7 0 11.99-.99l2.829 2.829a.7.7 0 010 .99l-2.829 2.828a.7.7 0 01-.99 0zM6.323 15.295a.7.7 0 000-.99L3.99 11.972l2.333-2.334a.7.7 0 10-.99-.99l-2.828 2.829a.7.7 0 000 .99l2.828 2.828a.7.7 0 00.99 0z"
90
+ }));
91
+ };
92
+
93
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
94
+ component: IconNode
95
+ }));
96
+ }
97
+
98
+ MoveOutlined.displayName = 'MoveOutlined';
99
+ exports["default"] = MoveOutlined;
package/lib/index.d.ts CHANGED
@@ -4,11 +4,14 @@ export { default as CardFilled } from './CardFilled';
4
4
  export { default as CardOutlined } from './CardOutlined';
5
5
  export { default as CategoryFilled } from './CategoryFilled';
6
6
  export { default as CategoryOutlined } from './CategoryOutlined';
7
+ export { default as CloseCircleFilled } from './CloseCircleFilled';
7
8
  export { default as CloseCircleOutlined } from './CloseCircleOutlined';
8
9
  export { default as CloseFilled } from './CloseFilled';
9
10
  export { default as CloseOutlined } from './CloseOutlined';
10
11
  export { default as CloseSquareFilled } from './CloseSquareFilled';
11
12
  export { default as CloseSquareOutlined } from './CloseSquareOutlined';
13
+ export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
14
+ export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
12
15
  export { default as DoubleTextFilled } from './DoubleTextFilled';
13
16
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
14
17
  export { default as EditFilled } from './EditFilled';
@@ -26,6 +29,7 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
26
29
  export { default as LoopOutlined } from './LoopOutlined';
27
30
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
28
31
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
32
+ export { default as MoveOutlined } from './MoveOutlined';
29
33
  export { default as PeopleAddFilled } from './PeopleAddFilled';
30
34
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
31
35
  export { default as PeopleFilled } from './PeopleFilled';
package/lib/index.js CHANGED
@@ -58,6 +58,15 @@ Object.defineProperty(exports, "CategoryOutlined", {
58
58
  }
59
59
  });
60
60
 
61
+ var CloseCircleFilled_1 = require("./CloseCircleFilled");
62
+
63
+ Object.defineProperty(exports, "CloseCircleFilled", {
64
+ enumerable: true,
65
+ get: function get() {
66
+ return CloseCircleFilled_1["default"];
67
+ }
68
+ });
69
+
61
70
  var CloseCircleOutlined_1 = require("./CloseCircleOutlined");
62
71
 
63
72
  Object.defineProperty(exports, "CloseCircleOutlined", {
@@ -103,6 +112,24 @@ Object.defineProperty(exports, "CloseSquareOutlined", {
103
112
  }
104
113
  });
105
114
 
115
+ var ConfirmCircleFilled_1 = require("./ConfirmCircleFilled");
116
+
117
+ Object.defineProperty(exports, "ConfirmCircleFilled", {
118
+ enumerable: true,
119
+ get: function get() {
120
+ return ConfirmCircleFilled_1["default"];
121
+ }
122
+ });
123
+
124
+ var ConfirmCircleOutlined_1 = require("./ConfirmCircleOutlined");
125
+
126
+ Object.defineProperty(exports, "ConfirmCircleOutlined", {
127
+ enumerable: true,
128
+ get: function get() {
129
+ return ConfirmCircleOutlined_1["default"];
130
+ }
131
+ });
132
+
106
133
  var DoubleTextFilled_1 = require("./DoubleTextFilled");
107
134
 
108
135
  Object.defineProperty(exports, "DoubleTextFilled", {
@@ -256,6 +283,15 @@ Object.defineProperty(exports, "MoneySymbolOutlined", {
256
283
  }
257
284
  });
258
285
 
286
+ var MoveOutlined_1 = require("./MoveOutlined");
287
+
288
+ Object.defineProperty(exports, "MoveOutlined", {
289
+ enumerable: true,
290
+ get: function get() {
291
+ return MoveOutlined_1["default"];
292
+ }
293
+ });
294
+
259
295
  var PeopleAddFilled_1 = require("./PeopleAddFilled");
260
296
 
261
297
  Object.defineProperty(exports, "PeopleAddFilled", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -8,7 +8,7 @@
8
8
  "types": "./lib/index.d.ts",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
- "buildSvg": "rm -rf tmpAllSvgs/* && cp svgs/**/* tmpAllSvgs && svgr --template buildIconTemplate.js --typescript --out-dir src tmpAllSvgs",
11
+ "buildSvg": "rm -rf src/* && rm -rf tmpAllSvgs/* && cp svgs/**/* tmpAllSvgs && svgr --template buildIconTemplate.js --typescript --out-dir src tmpAllSvgs",
12
12
  "build": "yarn run buildSvg && gulp"
13
13
  },
14
14
  "devDependencies": {
@@ -22,5 +22,5 @@
22
22
  "peerDependencies": {
23
23
  "assui": "^2.0.2"
24
24
  },
25
- "gitHead": "77cd1311099212aadb68a0ff3e4f7b02c6543e90"
25
+ "gitHead": "5322720798f9b097ebe6bf6de46534c9087a8eff"
26
26
  }
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function CloseCircleFilled(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M3 12a9 9 0 1118 0 9 9 0 01-18 0zm10.662-2.705a.7.7 0 11.99.99l-1.768 1.768 1.91 1.909a.7.7 0 01-.99.99l-1.91-1.91-1.91 1.91a.7.7 0 11-.989-.99l1.91-1.91-1.768-1.767a.7.7 0 01.99-.99l1.767 1.768 1.768-1.768z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ CloseCircleFilled.displayName = 'CloseCircleFilled';
20
+ export default CloseCircleFilled;
@@ -3,11 +3,31 @@ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
3
 
4
4
  function CloseCircleOutlined(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
7
- <g fill="currentColor">
8
- <path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14.9c-3.8 0-6.9-3.1-6.9-6.9 0-3.8 3.1-6.9 6.9-6.9 3.8 0 6.9 3.1 6.9 6.9 0 3.8-3.1 6.9-6.9 6.9z" />
9
- <path d="M10.7 5.3c-.2-.3-.5-.3-.8 0L8 7.2 6.1 5.3c-.3-.3-.6-.3-.8 0-.3.2-.3.5 0 .8L7.2 8 5.3 9.9c-.3.3-.3.5 0 .8.3.3.5.3.8 0L8 8.8l1.9 1.9c.3.3.5.3.8 0 .3-.3.3-.5 0-.8L8.8 8l1.9-1.9c.3-.3.3-.6 0-.8z" />
10
- </g>
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M4.4 12a7.6 7.6 0 1015.2 0 7.6 7.6 0 00-15.2 0zM12 3a9 9 0 100 18 9 9 0 000-18z"
11
+ fill="currentColor"
12
+ />
13
+ <rect
14
+ x={14.157}
15
+ y={8.8}
16
+ width={1.4}
17
+ height={8}
18
+ rx={0.7}
19
+ transform="rotate(45 14.157 8.8)"
20
+ fill="currentColor"
21
+ />
22
+ <rect
23
+ x={15.288}
24
+ y={14.457}
25
+ width={1.4}
26
+ height={8}
27
+ rx={0.7}
28
+ transform="rotate(135 15.288 14.457)"
29
+ fill="currentColor"
30
+ />
11
31
  </svg>
12
32
  );
13
33
 
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function ConfirmCircleFilled(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M12 3a9 9 0 100 18 9 9 0 000-18zm4.48 6.323a.7.7 0 00-.99 0l-4.172 4.172-2.333-2.333a.7.7 0 10-.99.99l2.687 2.687c.024.024.05.046.076.066a.7.7 0 001.056.076l4.666-4.668a.7.7 0 000-.99z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ ConfirmCircleFilled.displayName = 'ConfirmCircleFilled';
20
+ export default ConfirmCircleFilled;
@@ -0,0 +1,31 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function ConfirmCircleOutlined(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <rect
8
+ x={3.7}
9
+ y={3.7}
10
+ width={16.6}
11
+ height={16.6}
12
+ rx={8.3}
13
+ stroke="currentColor"
14
+ strokeWidth={1.4}
15
+ />
16
+ <path
17
+ d="M7.995 12.152a.7.7 0 11.99-.99l2.687 2.687a.7.7 0 11-.99.99l-2.687-2.687z"
18
+ fill="currentColor"
19
+ />
20
+ <path
21
+ d="M15.49 9.323a.7.7 0 01.99.99l-4.667 4.667a.7.7 0 01-.99-.99l4.667-4.667z"
22
+ fill="currentColor"
23
+ />
24
+ </svg>
25
+ );
26
+
27
+ return <Icon {...componentProps} component={IconNode} />;
28
+ }
29
+
30
+ ConfirmCircleOutlined.displayName = 'ConfirmCircleOutlined';
31
+ export default ConfirmCircleOutlined;
@@ -0,0 +1,30 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function MoveOutlined(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <rect
8
+ fill="#212121"
9
+ x={16}
10
+ y={11.373}
11
+ width={1.4}
12
+ height={8}
13
+ rx={0.7}
14
+ transform="rotate(90 16 11.373)"
15
+ />
16
+ <path fill="#212121" d="M12.7 15.3a.7.7 0 11-1.4 0V8.7a.7.7 0 111.4 0v6.6z" />
17
+ <path
18
+ fill="currentColor"
19
+ fillRule="evenodd"
20
+ clipRule="evenodd"
21
+ d="M15.295 6.323a.7.7 0 01-.99 0L11.972 3.99 9.638 6.323a.7.7 0 11-.99-.99l2.829-2.828a.7.7 0 01.99 0l2.828 2.828a.7.7 0 010 .99zM8.705 17.334a.7.7 0 01.99 0l2.333 2.333 2.334-2.334a.7.7 0 01.99.99l-2.829 2.829a.7.7 0 01-.99 0l-2.828-2.829a.7.7 0 010-.99zM17.333 15.295a.7.7 0 010-.99l2.334-2.333-2.334-2.334a.7.7 0 11.99-.99l2.829 2.829a.7.7 0 010 .99l-2.829 2.828a.7.7 0 01-.99 0zM6.323 15.295a.7.7 0 000-.99L3.99 11.972l2.333-2.334a.7.7 0 10-.99-.99l-2.828 2.829a.7.7 0 000 .99l2.828 2.828a.7.7 0 00.99 0z"
22
+ />
23
+ </svg>
24
+ );
25
+
26
+ return <Icon {...componentProps} component={IconNode} />;
27
+ }
28
+
29
+ MoveOutlined.displayName = 'MoveOutlined';
30
+ export default MoveOutlined;
package/src/index.tsx CHANGED
@@ -4,11 +4,14 @@ export { default as CardFilled } from './CardFilled';
4
4
  export { default as CardOutlined } from './CardOutlined';
5
5
  export { default as CategoryFilled } from './CategoryFilled';
6
6
  export { default as CategoryOutlined } from './CategoryOutlined';
7
+ export { default as CloseCircleFilled } from './CloseCircleFilled';
7
8
  export { default as CloseCircleOutlined } from './CloseCircleOutlined';
8
9
  export { default as CloseFilled } from './CloseFilled';
9
10
  export { default as CloseOutlined } from './CloseOutlined';
10
11
  export { default as CloseSquareFilled } from './CloseSquareFilled';
11
12
  export { default as CloseSquareOutlined } from './CloseSquareOutlined';
13
+ export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
14
+ export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
12
15
  export { default as DoubleTextFilled } from './DoubleTextFilled';
13
16
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
14
17
  export { default as EditFilled } from './EditFilled';
@@ -26,6 +29,7 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
26
29
  export { default as LoopOutlined } from './LoopOutlined';
27
30
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
28
31
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
32
+ export { default as MoveOutlined } from './MoveOutlined';
29
33
  export { default as PeopleAddFilled } from './PeopleAddFilled';
30
34
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
31
35
  export { default as PeopleFilled } from './PeopleFilled';
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12ZM13.6619 9.29498C13.9352 9.02161 14.3785 9.02161 14.6518 9.29498C14.9252 9.56834 14.9252 10.0116 14.6518 10.2849L12.8841 12.0527L14.7933 13.9619C15.0667 14.2353 15.0667 14.6785 14.7933 14.9519C14.52 15.2252 14.0768 15.2252 13.8034 14.9519L11.8941 13.0426L9.98492 14.9518C9.71156 15.2252 9.26834 15.2252 8.99497 14.9518C8.72161 14.6785 8.72161 14.2352 8.99497 13.9619L10.9042 12.0527L9.1365 10.285C8.86313 10.0116 8.86313 9.56838 9.1365 9.29501C9.40986 9.02164 9.85308 9.02164 10.1264 9.29501L11.8941 11.0627L13.6619 9.29498Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM16.4803 9.32341C16.2069 9.05004 15.7637 9.05004 15.4903 9.32341L11.3184 13.4953L8.98492 11.1619C8.71156 10.8885 8.26834 10.8885 7.99498 11.1619C7.72161 11.4353 7.72161 11.8785 7.99498 12.1518L10.682 14.8388C10.706 14.8628 10.7313 14.8847 10.7577 14.9045C10.7775 14.9309 10.7994 14.9563 10.8234 14.9803C11.0968 15.2536 11.54 15.2536 11.8134 14.9803L16.4803 10.3134C16.7536 10.04 16.7536 9.59678 16.4803 9.32341Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -1,10 +1,8 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
- viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
3
- <g>
4
- <path fill="currentColor" d="M8,0C3.6,0,0,3.6,0,8c0,4.4,3.6,8,8,8v0c4.4,0,8-3.6,8-8S12.4,0,8,0z M8,14.9c-3.8,0-6.9-3.1-6.9-6.9
5
- c0-3.8,3.1-6.9,6.9-6.9c3.8,0,6.9,3.1,6.9,6.9C14.9,11.8,11.8,14.9,8,14.9z"/>
6
- <path fill="currentColor" d="M10.7,5.3C10.5,5,10.2,5,9.9,5.3L8,7.2L6.1,5.3C5.8,5,5.5,5,5.3,5.3C5,5.5,5,5.8,5.3,6.1L7.2,8L5.3,9.9
7
- c-0.3,0.3-0.3,0.5,0,0.8c0.3,0.3,0.5,0.3,0.8,0L8,8.8l1.9,1.9c0.3,0.3,0.5,0.3,0.8,0c0.3-0.3,0.3-0.5,0-0.8L8.8,8l1.9-1.9
8
- C11,5.8,11,5.5,10.7,5.3z"/>
9
- </g>
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M4.4 12C4.4 16.1974 7.80264 19.6 12 19.6C16.1974 19.6 19.6 16.1974 19.6 12C19.6 7.80264 16.1974 4.4 12 4.4C7.80264 4.4 4.4 7.80264 4.4 12ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3Z"
4
+ fill="currentColor" />
5
+ <rect x="14.1569" y="8.79999" width="1.4" height="8" rx="0.7" transform="rotate(45 14.1569 8.79999)" fill="currentColor" />
6
+ <rect x="15.2883" y="14.4569" width="1.4" height="8" rx="0.7" transform="rotate(135 15.2883 14.4569)"
7
+ fill="currentColor" />
10
8
  </svg>
@@ -0,0 +1,9 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3.7" y="3.7" width="16.6" height="16.6" rx="8.3" stroke="currentColor" stroke-width="1.4" />
3
+ <path
4
+ d="M7.99498 12.1518C7.72161 11.8785 7.72161 11.4353 7.99497 11.1619C8.26834 10.8885 8.71156 10.8885 8.98492 11.1619L11.6719 13.8489C11.9453 14.1223 11.9453 14.5655 11.6719 14.8388C11.3986 15.1122 10.9553 15.1122 10.682 14.8388L7.99498 12.1518Z"
5
+ fill="currentColor" />
6
+ <path
7
+ d="M15.4903 9.32341C15.7637 9.05004 16.2069 9.05004 16.4803 9.32341C16.7536 9.59678 16.7536 10.04 16.4803 10.3134L11.8134 14.9803C11.54 15.2536 11.0968 15.2536 10.8234 14.9803C10.55 14.7069 10.55 14.2637 10.8234 13.9903L15.4903 9.32341Z"
8
+ fill="currentColor" />
9
+ </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
+ <rect fill="currentColor" x="16" y="11.3734" width="1.4" height="8" rx="0.7" transform="rotate(90 16 11.3734)" fill="#212121"/>
3
+ <path fill="currentColor" d="M12.7 15.3C12.7 15.6866 12.3866 16 12 16V16C11.6134 16 11.3 15.6866 11.3 15.3L11.3 8.7C11.3 8.3134 11.6134 8 12 8V8C12.3866 8 12.7 8.3134 12.7 8.7L12.7 15.3Z" fill="#212121"/>
4
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M15.2949 6.3234C15.0216 6.59677 14.5784 6.59677 14.305 6.3234L11.9715 3.98995L9.63809 6.3234C9.36472 6.59677 8.92151 6.59677 8.64814 6.3234C8.37477 6.05004 8.37477 5.60682 8.64814 5.33346L11.4766 2.50503C11.7499 2.23166 12.1931 2.23166 12.4665 2.50503L15.2949 5.33346C15.5683 5.60682 15.5683 6.05004 15.2949 6.3234Z" />
5
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M8.70506 17.3335C8.97842 17.0601 9.42164 17.0601 9.69501 17.3335L12.0285 19.6669L14.3619 17.3335C14.6353 17.0601 15.0785 17.0601 15.3519 17.3335C15.6252 17.6068 15.6252 18.05 15.3519 18.3234L12.5234 21.1518C12.2501 21.4252 11.8069 21.4252 11.5335 21.1518L8.70506 18.3234C8.43169 18.05 8.43169 17.6068 8.70506 17.3335Z" />
6
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M17.3334 15.295C17.06 15.0216 17.06 14.5784 17.3334 14.305L19.6668 11.9716L17.3334 9.63812C17.06 9.36475 17.06 8.92154 17.3334 8.64817C17.6068 8.3748 18.05 8.3748 18.3233 8.64817L21.1518 11.4766C21.4251 11.75 21.4251 12.1932 21.1518 12.4665L18.3233 15.295C18.05 15.5683 17.6068 15.5683 17.3334 15.295Z" />
7
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M6.32334 15.295C6.59671 15.0216 6.59671 14.5784 6.32334 14.305L3.98989 11.9716L6.32334 9.63812C6.59671 9.36475 6.59671 8.92154 6.32334 8.64817C6.04998 8.3748 5.60676 8.3748 5.3334 8.64817L2.50497 11.4766C2.2316 11.75 2.2316 12.1932 2.50497 12.4665L5.33339 15.295C5.60676 15.5683 6.04998 15.5683 6.32334 15.295Z" />
8
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12ZM13.6619 9.29498C13.9352 9.02161 14.3785 9.02161 14.6518 9.29498C14.9252 9.56834 14.9252 10.0116 14.6518 10.2849L12.8841 12.0527L14.7933 13.9619C15.0667 14.2353 15.0667 14.6785 14.7933 14.9519C14.52 15.2252 14.0768 15.2252 13.8034 14.9519L11.8941 13.0426L9.98492 14.9518C9.71156 15.2252 9.26834 15.2252 8.99497 14.9518C8.72161 14.6785 8.72161 14.2352 8.99497 13.9619L10.9042 12.0527L9.1365 10.285C8.86313 10.0116 8.86313 9.56838 9.1365 9.29501C9.40986 9.02164 9.85308 9.02164 10.1264 9.29501L11.8941 11.0627L13.6619 9.29498Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -1,10 +1,8 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
- viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
3
- <g>
4
- <path fill="currentColor" d="M8,0C3.6,0,0,3.6,0,8c0,4.4,3.6,8,8,8v0c4.4,0,8-3.6,8-8S12.4,0,8,0z M8,14.9c-3.8,0-6.9-3.1-6.9-6.9
5
- c0-3.8,3.1-6.9,6.9-6.9c3.8,0,6.9,3.1,6.9,6.9C14.9,11.8,11.8,14.9,8,14.9z"/>
6
- <path fill="currentColor" d="M10.7,5.3C10.5,5,10.2,5,9.9,5.3L8,7.2L6.1,5.3C5.8,5,5.5,5,5.3,5.3C5,5.5,5,5.8,5.3,6.1L7.2,8L5.3,9.9
7
- c-0.3,0.3-0.3,0.5,0,0.8c0.3,0.3,0.5,0.3,0.8,0L8,8.8l1.9,1.9c0.3,0.3,0.5,0.3,0.8,0c0.3-0.3,0.3-0.5,0-0.8L8.8,8l1.9-1.9
8
- C11,5.8,11,5.5,10.7,5.3z"/>
9
- </g>
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M4.4 12C4.4 16.1974 7.80264 19.6 12 19.6C16.1974 19.6 19.6 16.1974 19.6 12C19.6 7.80264 16.1974 4.4 12 4.4C7.80264 4.4 4.4 7.80264 4.4 12ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3Z"
4
+ fill="currentColor" />
5
+ <rect x="14.1569" y="8.79999" width="1.4" height="8" rx="0.7" transform="rotate(45 14.1569 8.79999)" fill="currentColor" />
6
+ <rect x="15.2883" y="14.4569" width="1.4" height="8" rx="0.7" transform="rotate(135 15.2883 14.4569)"
7
+ fill="currentColor" />
10
8
  </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM16.4803 9.32341C16.2069 9.05004 15.7637 9.05004 15.4903 9.32341L11.3184 13.4953L8.98492 11.1619C8.71156 10.8885 8.26834 10.8885 7.99498 11.1619C7.72161 11.4353 7.72161 11.8785 7.99498 12.1518L10.682 14.8388C10.706 14.8628 10.7313 14.8847 10.7577 14.9045C10.7775 14.9309 10.7994 14.9563 10.8234 14.9803C11.0968 15.2536 11.54 15.2536 11.8134 14.9803L16.4803 10.3134C16.7536 10.04 16.7536 9.59678 16.4803 9.32341Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3.7" y="3.7" width="16.6" height="16.6" rx="8.3" stroke="currentColor" stroke-width="1.4" />
3
+ <path
4
+ d="M7.99498 12.1518C7.72161 11.8785 7.72161 11.4353 7.99497 11.1619C8.26834 10.8885 8.71156 10.8885 8.98492 11.1619L11.6719 13.8489C11.9453 14.1223 11.9453 14.5655 11.6719 14.8388C11.3986 15.1122 10.9553 15.1122 10.682 14.8388L7.99498 12.1518Z"
5
+ fill="currentColor" />
6
+ <path
7
+ d="M15.4903 9.32341C15.7637 9.05004 16.2069 9.05004 16.4803 9.32341C16.7536 9.59678 16.7536 10.04 16.4803 10.3134L11.8134 14.9803C11.54 15.2536 11.0968 15.2536 10.8234 14.9803C10.55 14.7069 10.55 14.2637 10.8234 13.9903L15.4903 9.32341Z"
8
+ fill="currentColor" />
9
+ </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
+ <rect fill="currentColor" x="16" y="11.3734" width="1.4" height="8" rx="0.7" transform="rotate(90 16 11.3734)" fill="#212121"/>
3
+ <path fill="currentColor" d="M12.7 15.3C12.7 15.6866 12.3866 16 12 16V16C11.6134 16 11.3 15.6866 11.3 15.3L11.3 8.7C11.3 8.3134 11.6134 8 12 8V8C12.3866 8 12.7 8.3134 12.7 8.7L12.7 15.3Z" fill="#212121"/>
4
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M15.2949 6.3234C15.0216 6.59677 14.5784 6.59677 14.305 6.3234L11.9715 3.98995L9.63809 6.3234C9.36472 6.59677 8.92151 6.59677 8.64814 6.3234C8.37477 6.05004 8.37477 5.60682 8.64814 5.33346L11.4766 2.50503C11.7499 2.23166 12.1931 2.23166 12.4665 2.50503L15.2949 5.33346C15.5683 5.60682 15.5683 6.05004 15.2949 6.3234Z" />
5
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M8.70506 17.3335C8.97842 17.0601 9.42164 17.0601 9.69501 17.3335L12.0285 19.6669L14.3619 17.3335C14.6353 17.0601 15.0785 17.0601 15.3519 17.3335C15.6252 17.6068 15.6252 18.05 15.3519 18.3234L12.5234 21.1518C12.2501 21.4252 11.8069 21.4252 11.5335 21.1518L8.70506 18.3234C8.43169 18.05 8.43169 17.6068 8.70506 17.3335Z" />
6
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M17.3334 15.295C17.06 15.0216 17.06 14.5784 17.3334 14.305L19.6668 11.9716L17.3334 9.63812C17.06 9.36475 17.06 8.92154 17.3334 8.64817C17.6068 8.3748 18.05 8.3748 18.3233 8.64817L21.1518 11.4766C21.4251 11.75 21.4251 12.1932 21.1518 12.4665L18.3233 15.295C18.05 15.5683 17.6068 15.5683 17.3334 15.295Z" />
7
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M6.32334 15.295C6.59671 15.0216 6.59671 14.5784 6.32334 14.305L3.98989 11.9716L6.32334 9.63812C6.59671 9.36475 6.59671 8.92154 6.32334 8.64817C6.04998 8.3748 5.60676 8.3748 5.3334 8.64817L2.50497 11.4766C2.2316 11.75 2.2316 12.1932 2.50497 12.4665L5.33339 15.295C5.60676 15.5683 6.04998 15.5683 6.32334 15.295Z" />
8
+ </svg>