a-icons 1.0.60 → 1.0.61

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 LockOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace LockOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default LockOutlined;
@@ -0,0 +1,43 @@
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 LockOutlined(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: "M13.463 13.902a1.66 1.66 0 10-3.32 0 1.62 1.62 0 00.39 1.06 1 1 0 01.23 1l-.21.62a.93.93 0 00.88 1.19h.74a.93.93 0 00.88-1.23l-.25-.62a1 1 0 01.23-1c.258-.279.41-.64.43-1.02z",
28
+ fill: "currentColor"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ fillRule: "evenodd",
31
+ clipRule: "evenodd",
32
+ d: "M16.553 8.122v-3.12a3 3 0 00-3.11-3h-3.28a3 3 0 00-3.11 3v3.12a4.57 4.57 0 00-3 5l.95 5.77a4.85 4.85 0 004.86 3.88h3.88a4.85 4.85 0 004.88-3.91l.95-5.77a4.57 4.57 0 00-3.02-4.97zm-8-3.12a1.55 1.55 0 011.61-1.48h3.28a1.55 1.55 0 011.61 1.48v2.77H8.553v-2.77zm8.25 13.56l1-5.79a2.55 2.55 0 00-.65-2.06 3.22 3.22 0 00-2.46-1.09h-5.78a3.22 3.22 0 00-2.46 1.07 2.55 2.55 0 00-.6 2.08l.95 5.79a3 3 0 003.06 2.36h3.88a3 3 0 003.06-2.36z",
33
+ fill: "currentColor"
34
+ }));
35
+ };
36
+
37
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
38
+ component: IconNode
39
+ }));
40
+ }
41
+
42
+ LockOutlined.displayName = 'LockOutlined';
43
+ export default LockOutlined;
package/es/index.d.ts CHANGED
@@ -90,6 +90,7 @@ export { default as ListFilled } from './ListFilled';
90
90
  export { default as ListOutlined } from './ListOutlined';
91
91
  export { default as LockEllipsisFilled } from './LockEllipsisFilled';
92
92
  export { default as LockFilled } from './LockFilled';
93
+ export { default as LockOutlined } from './LockOutlined';
93
94
  export { default as LoopFilled } from './LoopFilled';
94
95
  export { default as LoopFolderFilled } from './LoopFolderFilled';
95
96
  export { default as LoopFolderOutlined } from './LoopFolderOutlined';
package/es/index.js CHANGED
@@ -90,6 +90,7 @@ export { default as ListFilled } from './ListFilled';
90
90
  export { default as ListOutlined } from './ListOutlined';
91
91
  export { default as LockEllipsisFilled } from './LockEllipsisFilled';
92
92
  export { default as LockFilled } from './LockFilled';
93
+ export { default as LockOutlined } from './LockOutlined';
93
94
  export { default as LoopFilled } from './LoopFilled';
94
95
  export { default as LoopFolderFilled } from './LoopFolderFilled';
95
96
  export { default as LoopFolderOutlined } from './LoopFolderOutlined';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/Icon';
2
+ declare function LockOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace LockOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default LockOutlined;
@@ -0,0 +1,90 @@
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 LockOutlined(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: "M13.463 13.902a1.66 1.66 0 10-3.32 0 1.62 1.62 0 00.39 1.06 1 1 0 01.23 1l-.21.62a.93.93 0 00.88 1.19h.74a.93.93 0 00.88-1.23l-.25-.62a1 1 0 01.23-1c.258-.279.41-.64.43-1.02z",
75
+ fill: "currentColor"
76
+ }), React.createElement("path", {
77
+ fillRule: "evenodd",
78
+ clipRule: "evenodd",
79
+ d: "M16.553 8.122v-3.12a3 3 0 00-3.11-3h-3.28a3 3 0 00-3.11 3v3.12a4.57 4.57 0 00-3 5l.95 5.77a4.85 4.85 0 004.86 3.88h3.88a4.85 4.85 0 004.88-3.91l.95-5.77a4.57 4.57 0 00-3.02-4.97zm-8-3.12a1.55 1.55 0 011.61-1.48h3.28a1.55 1.55 0 011.61 1.48v2.77H8.553v-2.77zm8.25 13.56l1-5.79a2.55 2.55 0 00-.65-2.06 3.22 3.22 0 00-2.46-1.09h-5.78a3.22 3.22 0 00-2.46 1.07 2.55 2.55 0 00-.6 2.08l.95 5.79a3 3 0 003.06 2.36h3.88a3 3 0 003.06-2.36z",
80
+ fill: "currentColor"
81
+ }));
82
+ };
83
+
84
+ return React.createElement(Icon_1["default"], __assign({}, componentProps, {
85
+ component: IconNode
86
+ }));
87
+ }
88
+
89
+ LockOutlined.displayName = 'LockOutlined';
90
+ exports["default"] = LockOutlined;
package/lib/index.d.ts CHANGED
@@ -90,6 +90,7 @@ export { default as ListFilled } from './ListFilled';
90
90
  export { default as ListOutlined } from './ListOutlined';
91
91
  export { default as LockEllipsisFilled } from './LockEllipsisFilled';
92
92
  export { default as LockFilled } from './LockFilled';
93
+ export { default as LockOutlined } from './LockOutlined';
93
94
  export { default as LoopFilled } from './LoopFilled';
94
95
  export { default as LoopFolderFilled } from './LoopFolderFilled';
95
96
  export { default as LoopFolderOutlined } from './LoopFolderOutlined';
package/lib/index.js CHANGED
@@ -832,6 +832,15 @@ Object.defineProperty(exports, "LockFilled", {
832
832
  }
833
833
  });
834
834
 
835
+ var LockOutlined_1 = require("./LockOutlined");
836
+
837
+ Object.defineProperty(exports, "LockOutlined", {
838
+ enumerable: true,
839
+ get: function get() {
840
+ return LockOutlined_1["default"];
841
+ }
842
+ });
843
+
835
844
  var LoopFilled_1 = require("./LoopFilled");
836
845
 
837
846
  Object.defineProperty(exports, "LoopFilled", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
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": "c86388eaaa8102a73d0e35ccffb7723beaa91e5b"
25
+ "gitHead": "2b6a1e2710e74dbb189d9a99264f83db6708d047"
26
26
  }
@@ -0,0 +1,24 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
+
4
+ function LockOutlined(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="M13.463 13.902a1.66 1.66 0 10-3.32 0 1.62 1.62 0 00.39 1.06 1 1 0 01.23 1l-.21.62a.93.93 0 00.88 1.19h.74a.93.93 0 00.88-1.23l-.25-.62a1 1 0 01.23-1c.258-.279.41-.64.43-1.02z"
9
+ fill="currentColor"
10
+ />
11
+ <path
12
+ fillRule="evenodd"
13
+ clipRule="evenodd"
14
+ d="M16.553 8.122v-3.12a3 3 0 00-3.11-3h-3.28a3 3 0 00-3.11 3v3.12a4.57 4.57 0 00-3 5l.95 5.77a4.85 4.85 0 004.86 3.88h3.88a4.85 4.85 0 004.88-3.91l.95-5.77a4.57 4.57 0 00-3.02-4.97zm-8-3.12a1.55 1.55 0 011.61-1.48h3.28a1.55 1.55 0 011.61 1.48v2.77H8.553v-2.77zm8.25 13.56l1-5.79a2.55 2.55 0 00-.65-2.06 3.22 3.22 0 00-2.46-1.09h-5.78a3.22 3.22 0 00-2.46 1.07 2.55 2.55 0 00-.6 2.08l.95 5.79a3 3 0 003.06 2.36h3.88a3 3 0 003.06-2.36z"
15
+ fill="currentColor"
16
+ />
17
+ </svg>
18
+ );
19
+
20
+ return <Icon {...componentProps} component={IconNode} />;
21
+ }
22
+
23
+ LockOutlined.displayName = 'LockOutlined';
24
+ export default LockOutlined;
package/src/index.tsx CHANGED
@@ -90,6 +90,7 @@ export { default as ListFilled } from './ListFilled';
90
90
  export { default as ListOutlined } from './ListOutlined';
91
91
  export { default as LockEllipsisFilled } from './LockEllipsisFilled';
92
92
  export { default as LockFilled } from './LockFilled';
93
+ export { default as LockOutlined } from './LockOutlined';
93
94
  export { default as LoopFilled } from './LoopFilled';
94
95
  export { default as LoopFolderFilled } from './LoopFolderFilled';
95
96
  export { default as LoopFolderOutlined } from './LoopFolderOutlined';
@@ -0,0 +1,8 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M13.4626 13.9022C13.4626 12.9854 12.7194 12.2422 11.8026 12.2422C10.8858 12.2422 10.1426 12.9854 10.1426 13.9022C10.1412 14.2909 10.2796 14.6671 10.5326 14.9622C10.7875 15.2278 10.8758 15.6119 10.7626 15.9622L10.5526 16.5822C10.4714 16.861 10.5251 17.1617 10.6977 17.3952C10.8704 17.6287 11.1422 17.7682 11.4326 17.7722H12.1726C12.4726 17.7721 12.7541 17.6273 12.9287 17.3833C13.1032 17.1393 13.1494 16.8261 13.0526 16.5422L12.8026 15.9222C12.6894 15.5719 12.7777 15.1878 13.0326 14.9222C13.2912 14.6432 13.4435 14.2821 13.4626 13.9022V13.9022Z"
4
+ fill="currentColor" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M16.5526 8.12202V5.00202C16.5532 4.18694 16.2221 3.40672 15.6354 2.84084C15.0488 2.27496 14.2572 1.97213 13.4426 2.00202H10.1626C9.34812 1.97213 8.55648 2.27496 7.96985 2.84084C7.38322 3.40672 7.0521 4.18694 7.05265 5.00202V8.12202C4.98116 8.85136 3.72137 10.951 4.05265 13.122L5.00265 18.892C5.47121 21.1904 7.51752 22.8241 9.86265 22.772H13.7426C16.1045 22.8313 18.1655 21.18 18.6226 18.862L19.5726 13.092C19.886 10.9259 18.6195 8.84179 16.5526 8.12202ZM8.55264 5.00202C8.5905 4.14965 9.31011 3.48815 10.1626 3.52202H13.4426C14.2952 3.48815 15.0148 4.14965 15.0526 5.00202V7.77202H14.6926H8.91264H8.55264V5.00202ZM16.8026 18.562L17.8026 12.772C17.9019 12.023 17.6638 11.2685 17.1526 10.712C16.531 10.0071 15.6324 9.60892 14.6926 9.62202H8.91265C7.97604 9.60387 7.07796 9.99449 6.45265 10.692C5.95367 11.2618 5.73381 12.024 5.85265 12.772L6.80265 18.562C7.1127 19.9884 8.40434 20.9845 9.86265 20.922H13.7426C15.2009 20.9845 16.4926 19.9884 16.8026 18.562Z"
7
+ fill="currentColor" />
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M13.4626 13.9022C13.4626 12.9854 12.7194 12.2422 11.8026 12.2422C10.8858 12.2422 10.1426 12.9854 10.1426 13.9022C10.1412 14.2909 10.2796 14.6671 10.5326 14.9622C10.7875 15.2278 10.8758 15.6119 10.7626 15.9622L10.5526 16.5822C10.4714 16.861 10.5251 17.1617 10.6977 17.3952C10.8704 17.6287 11.1422 17.7682 11.4326 17.7722H12.1726C12.4726 17.7721 12.7541 17.6273 12.9287 17.3833C13.1032 17.1393 13.1494 16.8261 13.0526 16.5422L12.8026 15.9222C12.6894 15.5719 12.7777 15.1878 13.0326 14.9222C13.2912 14.6432 13.4435 14.2821 13.4626 13.9022V13.9022Z"
4
+ fill="currentColor" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M16.5526 8.12202V5.00202C16.5532 4.18694 16.2221 3.40672 15.6354 2.84084C15.0488 2.27496 14.2572 1.97213 13.4426 2.00202H10.1626C9.34812 1.97213 8.55648 2.27496 7.96985 2.84084C7.38322 3.40672 7.0521 4.18694 7.05265 5.00202V8.12202C4.98116 8.85136 3.72137 10.951 4.05265 13.122L5.00265 18.892C5.47121 21.1904 7.51752 22.8241 9.86265 22.772H13.7426C16.1045 22.8313 18.1655 21.18 18.6226 18.862L19.5726 13.092C19.886 10.9259 18.6195 8.84179 16.5526 8.12202ZM8.55264 5.00202C8.5905 4.14965 9.31011 3.48815 10.1626 3.52202H13.4426C14.2952 3.48815 15.0148 4.14965 15.0526 5.00202V7.77202H14.6926H8.91264H8.55264V5.00202ZM16.8026 18.562L17.8026 12.772C17.9019 12.023 17.6638 11.2685 17.1526 10.712C16.531 10.0071 15.6324 9.60892 14.6926 9.62202H8.91265C7.97604 9.60387 7.07796 9.99449 6.45265 10.692C5.95367 11.2618 5.73381 12.024 5.85265 12.772L6.80265 18.562C7.1127 19.9884 8.40434 20.9845 9.86265 20.922H13.7426C15.2009 20.9845 16.4926 19.9884 16.8026 18.562Z"
7
+ fill="currentColor" />
8
+ </svg>