a-icons 1.0.57 → 1.0.58

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.
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function Edit2Filled(componentProps: IconProps): JSX.Element;
3
+ declare namespace Edit2Filled {
4
+ var displayName: string;
5
+ }
6
+ export default Edit2Filled;
@@ -0,0 +1,38 @@
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 Edit2Filled(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
+ d: "M9.243 19H21v2H3v-4.243l9.9-9.9 4.242 4.244-7.9 7.9h.001zm5.07-13.556l2.122-2.122a1 1 0 011.414 0l2.829 2.83a1 1 0 010 1.413l-2.122 2.121-4.242-4.242h-.001z",
28
+ fill: "currentColor"
29
+ }));
30
+ };
31
+
32
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
33
+ component: IconNode
34
+ }));
35
+ }
36
+
37
+ Edit2Filled.displayName = 'Edit2Filled';
38
+ export default Edit2Filled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ErrorWarningFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ErrorWarningFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ErrorWarningFilled;
@@ -0,0 +1,38 @@
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 ErrorWarningFilled(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
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z",
28
+ fill: "currentColor"
29
+ }));
30
+ };
31
+
32
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
33
+ component: IconNode
34
+ }));
35
+ }
36
+
37
+ ErrorWarningFilled.displayName = 'ErrorWarningFilled';
38
+ export default ErrorWarningFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function PencilOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace PencilOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default PencilOutlined;
@@ -0,0 +1,38 @@
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 PencilOutlined(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
+ d: "M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 011.414 0l2.829 2.83a1 1 0 010 1.413L7.243 21h-.001z",
28
+ fill: "currentColor"
29
+ }));
30
+ };
31
+
32
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
33
+ component: IconNode
34
+ }));
35
+ }
36
+
37
+ PencilOutlined.displayName = 'PencilOutlined';
38
+ export default PencilOutlined;
package/es/index.d.ts CHANGED
@@ -55,8 +55,10 @@ export { default as DocumentOutlined } from './DocumentOutlined';
55
55
  export { default as DoubleTextFilled } from './DoubleTextFilled';
56
56
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
57
57
  export { default as DownloadOutlined } from './DownloadOutlined';
58
+ export { default as Edit2Filled } from './Edit2Filled';
58
59
  export { default as EditFilled } from './EditFilled';
59
60
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
61
+ export { default as ErrorWarningFilled } from './ErrorWarningFilled';
60
62
  export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
61
63
  export { default as ExternalLinkFilled } from './ExternalLinkFilled';
62
64
  export { default as EyeFilled } from './EyeFilled';
@@ -98,6 +100,7 @@ export { default as MoveOutlined } from './MoveOutlined';
98
100
  export { default as OngoingFilled } from './OngoingFilled';
99
101
  export { default as OpenMailFilled } from './OpenMailFilled';
100
102
  export { default as OpenMailOutlined } from './OpenMailOutlined';
103
+ export { default as PencilOutlined } from './PencilOutlined';
101
104
  export { default as PeopleAddFilled } from './PeopleAddFilled';
102
105
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
103
106
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
package/es/index.js CHANGED
@@ -55,8 +55,10 @@ export { default as DocumentOutlined } from './DocumentOutlined';
55
55
  export { default as DoubleTextFilled } from './DoubleTextFilled';
56
56
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
57
57
  export { default as DownloadOutlined } from './DownloadOutlined';
58
+ export { default as Edit2Filled } from './Edit2Filled';
58
59
  export { default as EditFilled } from './EditFilled';
59
60
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
61
+ export { default as ErrorWarningFilled } from './ErrorWarningFilled';
60
62
  export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
61
63
  export { default as ExternalLinkFilled } from './ExternalLinkFilled';
62
64
  export { default as EyeFilled } from './EyeFilled';
@@ -98,6 +100,7 @@ export { default as MoveOutlined } from './MoveOutlined';
98
100
  export { default as OngoingFilled } from './OngoingFilled';
99
101
  export { default as OpenMailFilled } from './OpenMailFilled';
100
102
  export { default as OpenMailOutlined } from './OpenMailOutlined';
103
+ export { default as PencilOutlined } from './PencilOutlined';
101
104
  export { default as PeopleAddFilled } from './PeopleAddFilled';
102
105
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
103
106
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function Edit2Filled(componentProps: IconProps): JSX.Element;
3
+ declare namespace Edit2Filled {
4
+ var displayName: string;
5
+ }
6
+ export default Edit2Filled;
@@ -0,0 +1,85 @@
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 Edit2Filled(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
+ d: "M9.243 19H21v2H3v-4.243l9.9-9.9 4.242 4.244-7.9 7.9h.001zm5.07-13.556l2.122-2.122a1 1 0 011.414 0l2.829 2.83a1 1 0 010 1.413l-2.122 2.121-4.242-4.242h-.001z",
75
+ fill: "currentColor"
76
+ }));
77
+ };
78
+
79
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
80
+ component: IconNode
81
+ }));
82
+ }
83
+
84
+ Edit2Filled.displayName = 'Edit2Filled';
85
+ exports["default"] = Edit2Filled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function ErrorWarningFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ErrorWarningFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ErrorWarningFilled;
@@ -0,0 +1,85 @@
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 ErrorWarningFilled(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
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z",
75
+ fill: "currentColor"
76
+ }));
77
+ };
78
+
79
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
80
+ component: IconNode
81
+ }));
82
+ }
83
+
84
+ ErrorWarningFilled.displayName = 'ErrorWarningFilled';
85
+ exports["default"] = ErrorWarningFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function PencilOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace PencilOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default PencilOutlined;
@@ -0,0 +1,85 @@
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 PencilOutlined(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
+ d: "M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 011.414 0l2.829 2.83a1 1 0 010 1.413L7.243 21h-.001z",
75
+ fill: "currentColor"
76
+ }));
77
+ };
78
+
79
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
80
+ component: IconNode
81
+ }));
82
+ }
83
+
84
+ PencilOutlined.displayName = 'PencilOutlined';
85
+ exports["default"] = PencilOutlined;
package/lib/index.d.ts CHANGED
@@ -55,8 +55,10 @@ export { default as DocumentOutlined } from './DocumentOutlined';
55
55
  export { default as DoubleTextFilled } from './DoubleTextFilled';
56
56
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
57
57
  export { default as DownloadOutlined } from './DownloadOutlined';
58
+ export { default as Edit2Filled } from './Edit2Filled';
58
59
  export { default as EditFilled } from './EditFilled';
59
60
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
61
+ export { default as ErrorWarningFilled } from './ErrorWarningFilled';
60
62
  export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
61
63
  export { default as ExternalLinkFilled } from './ExternalLinkFilled';
62
64
  export { default as EyeFilled } from './EyeFilled';
@@ -98,6 +100,7 @@ export { default as MoveOutlined } from './MoveOutlined';
98
100
  export { default as OngoingFilled } from './OngoingFilled';
99
101
  export { default as OpenMailFilled } from './OpenMailFilled';
100
102
  export { default as OpenMailOutlined } from './OpenMailOutlined';
103
+ export { default as PencilOutlined } from './PencilOutlined';
101
104
  export { default as PeopleAddFilled } from './PeopleAddFilled';
102
105
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
103
106
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
package/lib/index.js CHANGED
@@ -517,6 +517,15 @@ Object.defineProperty(exports, "DownloadOutlined", {
517
517
  }
518
518
  });
519
519
 
520
+ var Edit2Filled_1 = require("./Edit2Filled");
521
+
522
+ Object.defineProperty(exports, "Edit2Filled", {
523
+ enumerable: true,
524
+ get: function get() {
525
+ return Edit2Filled_1["default"];
526
+ }
527
+ });
528
+
520
529
  var EditFilled_1 = require("./EditFilled");
521
530
 
522
531
  Object.defineProperty(exports, "EditFilled", {
@@ -535,6 +544,15 @@ Object.defineProperty(exports, "EditSimpleOutlined", {
535
544
  }
536
545
  });
537
546
 
547
+ var ErrorWarningFilled_1 = require("./ErrorWarningFilled");
548
+
549
+ Object.defineProperty(exports, "ErrorWarningFilled", {
550
+ enumerable: true,
551
+ get: function get() {
552
+ return ErrorWarningFilled_1["default"];
553
+ }
554
+ });
555
+
538
556
  var ErrorWarningOutlined_1 = require("./ErrorWarningOutlined");
539
557
 
540
558
  Object.defineProperty(exports, "ErrorWarningOutlined", {
@@ -904,6 +922,15 @@ Object.defineProperty(exports, "OpenMailOutlined", {
904
922
  }
905
923
  });
906
924
 
925
+ var PencilOutlined_1 = require("./PencilOutlined");
926
+
927
+ Object.defineProperty(exports, "PencilOutlined", {
928
+ enumerable: true,
929
+ get: function get() {
930
+ return PencilOutlined_1["default"];
931
+ }
932
+ });
933
+
907
934
  var PeopleAddFilled_1 = require("./PeopleAddFilled");
908
935
 
909
936
  Object.defineProperty(exports, "PeopleAddFilled", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -22,5 +22,5 @@
22
22
  "peerDependencies": {
23
23
  "assui": "^2.0.2"
24
24
  },
25
- "gitHead": "06e30bd22efb48f7333e7beefabc3756aa0399be"
25
+ "gitHead": "d72cf113ce823d5dfccda34d0f1519c07f7234ef"
26
26
  }
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function Edit2Filled(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
+ d="M9.243 19H21v2H3v-4.243l9.9-9.9 4.242 4.244-7.9 7.9h.001zm5.07-13.556l2.122-2.122a1 1 0 011.414 0l2.829 2.83a1 1 0 010 1.413l-2.122 2.121-4.242-4.242h-.001z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ Edit2Filled.displayName = 'Edit2Filled';
18
+ export default Edit2Filled;
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function ErrorWarningFilled(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
+ d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ ErrorWarningFilled.displayName = 'ErrorWarningFilled';
18
+ export default ErrorWarningFilled;
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function PencilOutlined(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
+ d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 011.414 0l2.829 2.83a1 1 0 010 1.413L7.243 21h-.001z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ PencilOutlined.displayName = 'PencilOutlined';
18
+ export default PencilOutlined;
package/src/index.tsx CHANGED
@@ -55,8 +55,10 @@ export { default as DocumentOutlined } from './DocumentOutlined';
55
55
  export { default as DoubleTextFilled } from './DoubleTextFilled';
56
56
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
57
57
  export { default as DownloadOutlined } from './DownloadOutlined';
58
+ export { default as Edit2Filled } from './Edit2Filled';
58
59
  export { default as EditFilled } from './EditFilled';
59
60
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
61
+ export { default as ErrorWarningFilled } from './ErrorWarningFilled';
60
62
  export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
61
63
  export { default as ExternalLinkFilled } from './ExternalLinkFilled';
62
64
  export { default as EyeFilled } from './EyeFilled';
@@ -98,6 +100,7 @@ export { default as MoveOutlined } from './MoveOutlined';
98
100
  export { default as OngoingFilled } from './OngoingFilled';
99
101
  export { default as OpenMailFilled } from './OpenMailFilled';
100
102
  export { default as OpenMailOutlined } from './OpenMailOutlined';
103
+ export { default as PencilOutlined } from './PencilOutlined';
101
104
  export { default as PeopleAddFilled } from './PeopleAddFilled';
102
105
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
103
106
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M9.243 19.0001H21V21.0001H3V16.7571L12.9 6.85708L17.142 11.1011L9.242 19.0001H9.243ZM14.313 5.44408L16.435 3.32208C16.6225 3.13461 16.8768 3.0293 17.142 3.0293C17.4072 3.0293 17.6615 3.13461 17.849 3.32208L20.678 6.15108C20.8655 6.33861 20.9708 6.59292 20.9708 6.85808C20.9708 7.12325 20.8655 7.37756 20.678 7.56508L18.556 9.68608L14.314 5.44408H14.313Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM11 15V17H13V15H11ZM11 7V13H13V7H11Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M15.728 9.68608L14.314 8.27208L5 17.5861V19.0001H6.414L15.728 9.68608ZM17.142 8.27208L18.556 6.85808L17.142 5.44408L15.728 6.85808L17.142 8.27208ZM7.242 21.0001H3V16.7571L16.435 3.32208C16.6225 3.13461 16.8768 3.0293 17.142 3.0293C17.4072 3.0293 17.6615 3.13461 17.849 3.32208L20.678 6.15108C20.8655 6.33861 20.9708 6.59292 20.9708 6.85808C20.9708 7.12325 20.8655 7.37756 20.678 7.56508L7.243 21.0001H7.242Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M9.243 19.0001H21V21.0001H3V16.7571L12.9 6.85708L17.142 11.1011L9.242 19.0001H9.243ZM14.313 5.44408L16.435 3.32208C16.6225 3.13461 16.8768 3.0293 17.142 3.0293C17.4072 3.0293 17.6615 3.13461 17.849 3.32208L20.678 6.15108C20.8655 6.33861 20.9708 6.59292 20.9708 6.85808C20.9708 7.12325 20.8655 7.37756 20.678 7.56508L18.556 9.68608L14.314 5.44408H14.313Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM11 15V17H13V15H11ZM11 7V13H13V7H11Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M15.728 9.68608L14.314 8.27208L5 17.5861V19.0001H6.414L15.728 9.68608ZM17.142 8.27208L18.556 6.85808L17.142 5.44408L15.728 6.85808L17.142 8.27208ZM7.242 21.0001H3V16.7571L16.435 3.32208C16.6225 3.13461 16.8768 3.0293 17.142 3.0293C17.4072 3.0293 17.6615 3.13461 17.849 3.32208L20.678 6.15108C20.8655 6.33861 20.9708 6.59292 20.9708 6.85808C20.9708 7.12325 20.8655 7.37756 20.678 7.56508L7.243 21.0001H7.242Z"
4
+ fill="currentColor" />
5
+ </svg>