a-icons 1.0.28 → 1.0.29

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 BusinessCardFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace BusinessCardFilled {
4
+ var displayName: string;
5
+ }
6
+ export default BusinessCardFilled;
@@ -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 BusinessCardFilled(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: "M2 3a2 2 0 00-2 2v14a2 2 0 002 2h20a2 2 0 002-2V5a2 2 0 00-2-2H2zm5.004 3.8H6.46c-1.177.021-2.12.981-2.12 2.158v.659a2.435 2.435 0 104.87 0v-.659A2.167 2.167 0 007.004 6.8zm.736 2.817a1.002 1.002 0 11-2.005 0v-.659c0-.4.325-.725.725-.725h.544c.403 0 .73.323.736.725v.659zm2.596 4.535a1.986 1.986 0 00-1.909-1.604h-3.38a1.976 1.976 0 00-1.91 1.604l-.095.44a2.062 2.062 0 00.43 1.727c.362.453.91.716 1.49.716h3.541a1.91 1.91 0 001.5-.716 2.09 2.09 0 00.42-1.728l-.087-.44zm-1.441 1.26a.544.544 0 01-.392.191H4.961a.496.496 0 01-.382-.19.601.601 0 01-.124-.536l.086-.439a.544.544 0 01.506-.458h3.37a.554.554 0 01.516.458l.086.44a.668.668 0 01-.124.534zM12.8 9a.7.7 0 01.7-.7h7a.7.7 0 110 1.4h-7a.7.7 0 01-.7-.7zm.7 2.3a.7.7 0 100 1.4h7a.7.7 0 100-1.4h-7zm-.7 3.7a.7.7 0 01.7-.7h7a.7.7 0 110 1.4h-7a.7.7 0 01-.7-.7z",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+
39
+ BusinessCardFilled.displayName = 'BusinessCardFilled';
40
+ export default BusinessCardFilled;
package/es/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
3
3
  export { default as ArticleBoardFilled } from './ArticleBoardFilled';
4
4
  export { default as BrokenLineFilled } from './BrokenLineFilled';
5
5
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
6
+ export { default as BusinessCardFilled } from './BusinessCardFilled';
6
7
  export { default as CameraFilled } from './CameraFilled';
7
8
  export { default as CameraOutlined } from './CameraOutlined';
8
9
  export { default as CardFilled } from './CardFilled';
package/es/index.js CHANGED
@@ -3,6 +3,7 @@ export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
3
3
  export { default as ArticleBoardFilled } from './ArticleBoardFilled';
4
4
  export { default as BrokenLineFilled } from './BrokenLineFilled';
5
5
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
6
+ export { default as BusinessCardFilled } from './BusinessCardFilled';
6
7
  export { default as CameraFilled } from './CameraFilled';
7
8
  export { default as CameraOutlined } from './CameraOutlined';
8
9
  export { default as CardFilled } from './CardFilled';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function BusinessCardFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace BusinessCardFilled {
4
+ var displayName: string;
5
+ }
6
+ export default BusinessCardFilled;
@@ -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 BusinessCardFilled(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: "M2 3a2 2 0 00-2 2v14a2 2 0 002 2h20a2 2 0 002-2V5a2 2 0 00-2-2H2zm5.004 3.8H6.46c-1.177.021-2.12.981-2.12 2.158v.659a2.435 2.435 0 104.87 0v-.659A2.167 2.167 0 007.004 6.8zm.736 2.817a1.002 1.002 0 11-2.005 0v-.659c0-.4.325-.725.725-.725h.544c.403 0 .73.323.736.725v.659zm2.596 4.535a1.986 1.986 0 00-1.909-1.604h-3.38a1.976 1.976 0 00-1.91 1.604l-.095.44a2.062 2.062 0 00.43 1.727c.362.453.91.716 1.49.716h3.541a1.91 1.91 0 001.5-.716 2.09 2.09 0 00.42-1.728l-.087-.44zm-1.441 1.26a.544.544 0 01-.392.191H4.961a.496.496 0 01-.382-.19.601.601 0 01-.124-.536l.086-.439a.544.544 0 01.506-.458h3.37a.554.554 0 01.516.458l.086.44a.668.668 0 01-.124.534zM12.8 9a.7.7 0 01.7-.7h7a.7.7 0 110 1.4h-7a.7.7 0 01-.7-.7zm.7 2.3a.7.7 0 100 1.4h7a.7.7 0 100-1.4h-7zm-.7 3.7a.7.7 0 01.7-.7h7a.7.7 0 110 1.4h-7a.7.7 0 01-.7-.7z",
77
+ fill: "currentColor"
78
+ }));
79
+ };
80
+
81
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
82
+ component: IconNode
83
+ }));
84
+ }
85
+
86
+ BusinessCardFilled.displayName = 'BusinessCardFilled';
87
+ exports["default"] = BusinessCardFilled;
package/lib/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
3
3
  export { default as ArticleBoardFilled } from './ArticleBoardFilled';
4
4
  export { default as BrokenLineFilled } from './BrokenLineFilled';
5
5
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
6
+ export { default as BusinessCardFilled } from './BusinessCardFilled';
6
7
  export { default as CameraFilled } from './CameraFilled';
7
8
  export { default as CameraOutlined } from './CameraOutlined';
8
9
  export { default as CardFilled } from './CardFilled';
package/lib/index.js CHANGED
@@ -49,6 +49,15 @@ Object.defineProperty(exports, "BrokenLineOutlined", {
49
49
  }
50
50
  });
51
51
 
52
+ var BusinessCardFilled_1 = require("./BusinessCardFilled");
53
+
54
+ Object.defineProperty(exports, "BusinessCardFilled", {
55
+ enumerable: true,
56
+ get: function get() {
57
+ return BusinessCardFilled_1["default"];
58
+ }
59
+ });
60
+
52
61
  var CameraFilled_1 = require("./CameraFilled");
53
62
 
54
63
  Object.defineProperty(exports, "CameraFilled", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
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": "6f0f0793e013f12803a71652c3248df6e5f3f23a"
25
+ "gitHead": "d08a0b1e3576c8ef14019db60abccea5566519d8"
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 BusinessCardFilled(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="M2 3a2 2 0 00-2 2v14a2 2 0 002 2h20a2 2 0 002-2V5a2 2 0 00-2-2H2zm5.004 3.8H6.46c-1.177.021-2.12.981-2.12 2.158v.659a2.435 2.435 0 104.87 0v-.659A2.167 2.167 0 007.004 6.8zm.736 2.817a1.002 1.002 0 11-2.005 0v-.659c0-.4.325-.725.725-.725h.544c.403 0 .73.323.736.725v.659zm2.596 4.535a1.986 1.986 0 00-1.909-1.604h-3.38a1.976 1.976 0 00-1.91 1.604l-.095.44a2.062 2.062 0 00.43 1.727c.362.453.91.716 1.49.716h3.541a1.91 1.91 0 001.5-.716 2.09 2.09 0 00.42-1.728l-.087-.44zm-1.441 1.26a.544.544 0 01-.392.191H4.961a.496.496 0 01-.382-.19.601.601 0 01-.124-.536l.086-.439a.544.544 0 01.506-.458h3.37a.554.554 0 01.516.458l.086.44a.668.668 0 01-.124.534zM12.8 9a.7.7 0 01.7-.7h7a.7.7 0 110 1.4h-7a.7.7 0 01-.7-.7zm.7 2.3a.7.7 0 100 1.4h7a.7.7 0 100-1.4h-7zm-.7 3.7a.7.7 0 01.7-.7h7a.7.7 0 110 1.4h-7a.7.7 0 01-.7-.7z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ BusinessCardFilled.displayName = 'BusinessCardFilled';
20
+ export default BusinessCardFilled;
package/src/index.tsx CHANGED
@@ -3,6 +3,7 @@ export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
3
3
  export { default as ArticleBoardFilled } from './ArticleBoardFilled';
4
4
  export { default as BrokenLineFilled } from './BrokenLineFilled';
5
5
  export { default as BrokenLineOutlined } from './BrokenLineOutlined';
6
+ export { default as BusinessCardFilled } from './BusinessCardFilled';
6
7
  export { default as CameraFilled } from './CameraFilled';
7
8
  export { default as CameraOutlined } from './CameraOutlined';
8
9
  export { default as CardFilled } from './CardFilled';
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 3C0.895431 3 0 3.89543 0 5V19C0 20.1046 0.89543 21 2 21H22C23.1046 21 24 20.1046 24 19V5C24 3.89543 23.1046 3 22 3H2ZM7.00443 6.80039H6.46022C5.28349 6.82122 4.34051 7.78118 4.3407 8.9581V9.61687C4.3407 10.9615 5.4307 12.0515 6.77529 12.0515C8.11988 12.0515 9.20988 10.9615 9.20988 9.61687V8.9581C9.20742 8.37829 8.97272 7.82364 8.55827 7.41815C8.14381 7.01267 7.58416 6.79016 7.00443 6.80039ZM7.73962 9.61693C7.73962 10.1706 7.2908 10.6194 6.73715 10.6194C6.18349 10.6194 5.73467 10.1706 5.73467 9.61693V8.95816C5.73467 8.55742 6.05953 8.23255 6.46027 8.23255H7.00447C7.40679 8.23252 7.7344 8.55588 7.73962 8.95816V9.61693ZM10.3365 14.1519C10.1569 13.2345 9.36169 12.5665 8.427 12.548H5.04721C4.11116 12.5629 3.31399 13.2325 3.13773 14.1519L3.04226 14.5911C2.91658 15.2025 3.07455 15.8379 3.47189 16.3192C3.83401 16.7715 4.3819 17.0349 4.96129 17.0353H8.50338C9.08611 17.0378 9.63811 16.7741 10.0023 16.3192C10.3926 15.8344 10.5465 15.201 10.4224 14.5911L10.3365 14.1519ZM8.89482 15.4121C8.79661 15.5275 8.65475 15.5967 8.50338 15.6031H4.96129C4.81172 15.6002 4.67142 15.5301 4.57939 15.4121C4.45438 15.2643 4.40818 15.0653 4.45528 14.8775L4.5412 14.4383C4.58117 14.1856 4.79179 13.9948 5.04722 13.98H8.41745C8.67509 13.994 8.88891 14.1841 8.93301 14.4383L9.01894 14.8775C9.05604 15.0652 9.01085 15.2599 8.89482 15.4121ZM12.8 9C12.8 8.6134 13.1134 8.3 13.5 8.3H20.5C20.8866 8.3 21.2 8.6134 21.2 9C21.2 9.3866 20.8866 9.7 20.5 9.7H13.5C13.1134 9.7 12.8 9.3866 12.8 9ZM13.5 11.3C13.1134 11.3 12.8 11.6134 12.8 12C12.8 12.3866 13.1134 12.7 13.5 12.7H20.5C20.8866 12.7 21.2 12.3866 21.2 12C21.2 11.6134 20.8866 11.3 20.5 11.3H13.5ZM12.8 15C12.8 14.6134 13.1134 14.3 13.5 14.3H20.5C20.8866 14.3 21.2 14.6134 21.2 15C21.2 15.3866 20.8866 15.7 20.5 15.7H13.5C13.1134 15.7 12.8 15.3866 12.8 15Z" fill="currentColor" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 3C0.895431 3 0 3.89543 0 5V19C0 20.1046 0.89543 21 2 21H22C23.1046 21 24 20.1046 24 19V5C24 3.89543 23.1046 3 22 3H2ZM7.00443 6.80039H6.46022C5.28349 6.82122 4.34051 7.78118 4.3407 8.9581V9.61687C4.3407 10.9615 5.4307 12.0515 6.77529 12.0515C8.11988 12.0515 9.20988 10.9615 9.20988 9.61687V8.9581C9.20742 8.37829 8.97272 7.82364 8.55827 7.41815C8.14381 7.01267 7.58416 6.79016 7.00443 6.80039ZM7.73962 9.61693C7.73962 10.1706 7.2908 10.6194 6.73715 10.6194C6.18349 10.6194 5.73467 10.1706 5.73467 9.61693V8.95816C5.73467 8.55742 6.05953 8.23255 6.46027 8.23255H7.00447C7.40679 8.23252 7.7344 8.55588 7.73962 8.95816V9.61693ZM10.3365 14.1519C10.1569 13.2345 9.36169 12.5665 8.427 12.548H5.04721C4.11116 12.5629 3.31399 13.2325 3.13773 14.1519L3.04226 14.5911C2.91658 15.2025 3.07455 15.8379 3.47189 16.3192C3.83401 16.7715 4.3819 17.0349 4.96129 17.0353H8.50338C9.08611 17.0378 9.63811 16.7741 10.0023 16.3192C10.3926 15.8344 10.5465 15.201 10.4224 14.5911L10.3365 14.1519ZM8.89482 15.4121C8.79661 15.5275 8.65475 15.5967 8.50338 15.6031H4.96129C4.81172 15.6002 4.67142 15.5301 4.57939 15.4121C4.45438 15.2643 4.40818 15.0653 4.45528 14.8775L4.5412 14.4383C4.58117 14.1856 4.79179 13.9948 5.04722 13.98H8.41745C8.67509 13.994 8.88891 14.1841 8.93301 14.4383L9.01894 14.8775C9.05604 15.0652 9.01085 15.2599 8.89482 15.4121ZM12.8 9C12.8 8.6134 13.1134 8.3 13.5 8.3H20.5C20.8866 8.3 21.2 8.6134 21.2 9C21.2 9.3866 20.8866 9.7 20.5 9.7H13.5C13.1134 9.7 12.8 9.3866 12.8 9ZM13.5 11.3C13.1134 11.3 12.8 11.6134 12.8 12C12.8 12.3866 13.1134 12.7 13.5 12.7H20.5C20.8866 12.7 21.2 12.3866 21.2 12C21.2 11.6134 20.8866 11.3 20.5 11.3H13.5ZM12.8 15C12.8 14.6134 13.1134 14.3 13.5 14.3H20.5C20.8866 14.3 21.2 14.6134 21.2 15C21.2 15.3866 20.8866 15.7 20.5 15.7H13.5C13.1134 15.7 12.8 15.3866 12.8 15Z" fill="currentColor" />
3
+ </svg>