a-icons 1.0.30 → 1.0.31

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 BusinessCardOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace BusinessCardOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default BusinessCardOutlined;
@@ -17,7 +17,7 @@ var __assign = this && this.__assign || function () {
17
17
  import * as React from 'react';
18
18
  import Icon from 'a-base-icon/lib/Icon';
19
19
 
20
- function BusinessCardOutline(componentProps) {
20
+ function BusinessCardOutlined(componentProps) {
21
21
  var IconNode = function IconNode(props) {
22
22
  return /*#__PURE__*/React.createElement("svg", __assign({
23
23
  viewBox: "0 0 24 24",
@@ -49,5 +49,5 @@ function BusinessCardOutline(componentProps) {
49
49
  }));
50
50
  }
51
51
 
52
- BusinessCardOutline.displayName = 'BusinessCardOutline';
53
- export default BusinessCardOutline;
52
+ BusinessCardOutlined.displayName = 'BusinessCardOutlined';
53
+ export default BusinessCardOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CirclePlusFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CirclePlusFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CirclePlusFilled;
@@ -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 CirclePlusFilled(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-11H7v2h4v4h2v-4h4v-2h-4V7h-2v4z",
28
+ fill: "currentColor"
29
+ }));
30
+ };
31
+
32
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
33
+ component: IconNode
34
+ }));
35
+ }
36
+
37
+ CirclePlusFilled.displayName = 'CirclePlusFilled';
38
+ export default CirclePlusFilled;
@@ -25,9 +25,7 @@ function EditSimpleOutlined(componentProps) {
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement("path", {
27
27
  d: "M13.706 5H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-5.52M12 12l7-7",
28
- stroke: "currentColor",
29
- strokeWidth: 1.4,
30
- strokeLinecap: "round"
28
+ fill: "currentColor"
31
29
  }));
32
30
  };
33
31
 
package/es/index.d.ts CHANGED
@@ -4,7 +4,7 @@ export { default as ArticleBoardFilled } from './ArticleBoardFilled';
4
4
  export { default as BrokenLineFilled } from './BrokenLineFilled';
5
5
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
6
6
  export { default as BusinessCardFilled } from './BusinessCardFilled';
7
- export { default as BusinessCardOutline } from './BusinessCardOutline';
7
+ export { default as BusinessCardOutlined } from './BusinessCardOutlined';
8
8
  export { default as CameraFilled } from './CameraFilled';
9
9
  export { default as CameraOutlined } from './CameraOutlined';
10
10
  export { default as CardFilled } from './CardFilled';
@@ -12,6 +12,7 @@ export { default as CardOutlined } from './CardOutlined';
12
12
  export { default as CategoryFilled } from './CategoryFilled';
13
13
  export { default as CategoryOutlined } from './CategoryOutlined';
14
14
  export { default as ChevronUpFilled } from './ChevronUpFilled';
15
+ export { default as CirclePlusFilled } from './CirclePlusFilled';
15
16
  export { default as ClockCircleFilled } from './ClockCircleFilled';
16
17
  export { default as ClockCircleOutline } from './ClockCircleOutline';
17
18
  export { default as CloseCircleFilled } from './CloseCircleFilled';
package/es/index.js CHANGED
@@ -4,7 +4,7 @@ export { default as ArticleBoardFilled } from './ArticleBoardFilled';
4
4
  export { default as BrokenLineFilled } from './BrokenLineFilled';
5
5
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
6
6
  export { default as BusinessCardFilled } from './BusinessCardFilled';
7
- export { default as BusinessCardOutline } from './BusinessCardOutline';
7
+ export { default as BusinessCardOutlined } from './BusinessCardOutlined';
8
8
  export { default as CameraFilled } from './CameraFilled';
9
9
  export { default as CameraOutlined } from './CameraOutlined';
10
10
  export { default as CardFilled } from './CardFilled';
@@ -12,6 +12,7 @@ export { default as CardOutlined } from './CardOutlined';
12
12
  export { default as CategoryFilled } from './CategoryFilled';
13
13
  export { default as CategoryOutlined } from './CategoryOutlined';
14
14
  export { default as ChevronUpFilled } from './ChevronUpFilled';
15
+ export { default as CirclePlusFilled } from './CirclePlusFilled';
15
16
  export { default as ClockCircleFilled } from './ClockCircleFilled';
16
17
  export { default as ClockCircleOutline } from './ClockCircleOutline';
17
18
  export { default as CloseCircleFilled } from './CloseCircleFilled';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function BusinessCardOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace BusinessCardOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default BusinessCardOutlined;
@@ -64,7 +64,7 @@ var React = __importStar(require("react"));
64
64
 
65
65
  var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
66
 
67
- function BusinessCardOutline(componentProps) {
67
+ function BusinessCardOutlined(componentProps) {
68
68
  var IconNode = function IconNode(props) {
69
69
  return React.createElement("svg", __assign({
70
70
  viewBox: "0 0 24 24",
@@ -96,5 +96,5 @@ function BusinessCardOutline(componentProps) {
96
96
  }));
97
97
  }
98
98
 
99
- BusinessCardOutline.displayName = 'BusinessCardOutline';
100
- exports["default"] = BusinessCardOutline;
99
+ BusinessCardOutlined.displayName = 'BusinessCardOutlined';
100
+ exports["default"] = BusinessCardOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function CirclePlusFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace CirclePlusFilled {
4
+ var displayName: string;
5
+ }
6
+ export default CirclePlusFilled;
@@ -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 CirclePlusFilled(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-11H7v2h4v4h2v-4h4v-2h-4V7h-2v4z",
75
+ fill: "currentColor"
76
+ }));
77
+ };
78
+
79
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
80
+ component: IconNode
81
+ }));
82
+ }
83
+
84
+ CirclePlusFilled.displayName = 'CirclePlusFilled';
85
+ exports["default"] = CirclePlusFilled;
@@ -72,9 +72,7 @@ function EditSimpleOutlined(componentProps) {
72
72
  xmlns: "http://www.w3.org/2000/svg"
73
73
  }, props), React.createElement("path", {
74
74
  d: "M13.706 5H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-5.52M12 12l7-7",
75
- stroke: "currentColor",
76
- strokeWidth: 1.4,
77
- strokeLinecap: "round"
75
+ fill: "currentColor"
78
76
  }));
79
77
  };
80
78
 
package/lib/index.d.ts CHANGED
@@ -4,7 +4,7 @@ export { default as ArticleBoardFilled } from './ArticleBoardFilled';
4
4
  export { default as BrokenLineFilled } from './BrokenLineFilled';
5
5
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
6
6
  export { default as BusinessCardFilled } from './BusinessCardFilled';
7
- export { default as BusinessCardOutline } from './BusinessCardOutline';
7
+ export { default as BusinessCardOutlined } from './BusinessCardOutlined';
8
8
  export { default as CameraFilled } from './CameraFilled';
9
9
  export { default as CameraOutlined } from './CameraOutlined';
10
10
  export { default as CardFilled } from './CardFilled';
@@ -12,6 +12,7 @@ export { default as CardOutlined } from './CardOutlined';
12
12
  export { default as CategoryFilled } from './CategoryFilled';
13
13
  export { default as CategoryOutlined } from './CategoryOutlined';
14
14
  export { default as ChevronUpFilled } from './ChevronUpFilled';
15
+ export { default as CirclePlusFilled } from './CirclePlusFilled';
15
16
  export { default as ClockCircleFilled } from './ClockCircleFilled';
16
17
  export { default as ClockCircleOutline } from './ClockCircleOutline';
17
18
  export { default as CloseCircleFilled } from './CloseCircleFilled';
package/lib/index.js CHANGED
@@ -58,12 +58,12 @@ Object.defineProperty(exports, "BusinessCardFilled", {
58
58
  }
59
59
  });
60
60
 
61
- var BusinessCardOutline_1 = require("./BusinessCardOutline");
61
+ var BusinessCardOutlined_1 = require("./BusinessCardOutlined");
62
62
 
63
- Object.defineProperty(exports, "BusinessCardOutline", {
63
+ Object.defineProperty(exports, "BusinessCardOutlined", {
64
64
  enumerable: true,
65
65
  get: function get() {
66
- return BusinessCardOutline_1["default"];
66
+ return BusinessCardOutlined_1["default"];
67
67
  }
68
68
  });
69
69
 
@@ -130,6 +130,15 @@ Object.defineProperty(exports, "ChevronUpFilled", {
130
130
  }
131
131
  });
132
132
 
133
+ var CirclePlusFilled_1 = require("./CirclePlusFilled");
134
+
135
+ Object.defineProperty(exports, "CirclePlusFilled", {
136
+ enumerable: true,
137
+ get: function get() {
138
+ return CirclePlusFilled_1["default"];
139
+ }
140
+ });
141
+
133
142
  var ClockCircleFilled_1 = require("./ClockCircleFilled");
134
143
 
135
144
  Object.defineProperty(exports, "ClockCircleFilled", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
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": "b18be3724d2783f000c87d76f467a334e5bf82a6"
25
+ "gitHead": "064dc8946e3bee5ab8660fdb10487fe2870a3421"
26
26
  }
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
3
 
4
- function BusinessCardOutline(componentProps: IconProps) {
4
+ function BusinessCardOutlined(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
6
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
7
  <rect
@@ -31,5 +31,5 @@ function BusinessCardOutline(componentProps: IconProps) {
31
31
  return <Icon {...componentProps} component={IconNode} />;
32
32
  }
33
33
 
34
- BusinessCardOutline.displayName = 'BusinessCardOutline';
35
- export default BusinessCardOutline;
34
+ BusinessCardOutlined.displayName = 'BusinessCardOutlined';
35
+ export default BusinessCardOutlined;
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function CirclePlusFilled(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-11H7v2h4v4h2v-4h4v-2h-4V7h-2v4z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ CirclePlusFilled.displayName = 'CirclePlusFilled';
18
+ export default CirclePlusFilled;
@@ -6,9 +6,7 @@ function EditSimpleOutlined(componentProps: IconProps) {
6
6
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
7
  <path
8
8
  d="M13.706 5H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-5.52M12 12l7-7"
9
- stroke="currentColor"
10
- strokeWidth={1.4}
11
- strokeLinecap="round"
9
+ fill="currentColor"
12
10
  />
13
11
  </svg>
14
12
  );
package/src/index.tsx CHANGED
@@ -4,7 +4,7 @@ export { default as ArticleBoardFilled } from './ArticleBoardFilled';
4
4
  export { default as BrokenLineFilled } from './BrokenLineFilled';
5
5
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
6
6
  export { default as BusinessCardFilled } from './BusinessCardFilled';
7
- export { default as BusinessCardOutline } from './BusinessCardOutline';
7
+ export { default as BusinessCardOutlined } from './BusinessCardOutlined';
8
8
  export { default as CameraFilled } from './CameraFilled';
9
9
  export { default as CameraOutlined } from './CameraOutlined';
10
10
  export { default as CardFilled } from './CardFilled';
@@ -12,6 +12,7 @@ export { default as CardOutlined } from './CardOutlined';
12
12
  export { default as CategoryFilled } from './CategoryFilled';
13
13
  export { default as CategoryOutlined } from './CategoryOutlined';
14
14
  export { default as ChevronUpFilled } from './ChevronUpFilled';
15
+ export { default as CirclePlusFilled } from './CirclePlusFilled';
15
16
  export { default as ClockCircleFilled } from './ClockCircleFilled';
16
17
  export { default as ClockCircleOutline } from './ClockCircleOutline';
17
18
  export { default as CloseCircleFilled } from './CloseCircleFilled';
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path 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 11H7V13H11V17H13V13H17V11H13V7H11V11Z" fill="currentColor" />
3
+ </svg>
@@ -1,4 +1,4 @@
1
1
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.7059 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V11.48" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" />
3
- <path d="M12 12L19 5" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" />
2
+ <path d="M13.7059 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V11.48" fill="currentColor" stroke-width="1.4" stroke-linecap="round" />
3
+ <path d="M12 12L19 5" fill="currentColor" stroke-width="1.4" stroke-linecap="round" />
4
4
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path 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 11H7V13H11V17H13V13H17V11H13V7H11V11Z" fill="currentColor" />
3
+ </svg>
@@ -1,4 +1,4 @@
1
1
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.7059 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V11.48" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" />
3
- <path d="M12 12L19 5" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" />
2
+ <path d="M13.7059 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V11.48" fill="currentColor" stroke-width="1.4" stroke-linecap="round" />
3
+ <path d="M12 12L19 5" fill="currentColor" stroke-width="1.4" stroke-linecap="round" />
4
4
  </svg>
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function BusinessCardOutline(componentProps: IconProps): JSX.Element;
3
- declare namespace BusinessCardOutline {
4
- var displayName: string;
5
- }
6
- export default BusinessCardOutline;
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function BusinessCardOutline(componentProps: IconProps): JSX.Element;
3
- declare namespace BusinessCardOutline {
4
- var displayName: string;
5
- }
6
- export default BusinessCardOutline;