a-icons 1.0.59 → 1.0.60
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.
- package/es/FireFilled.d.ts +6 -0
- package/es/FireFilled.js +38 -0
- package/es/LockEllipsisFilled.d.ts +6 -0
- package/es/LockEllipsisFilled.js +38 -0
- package/es/RoundedRectangleClockFilled.d.ts +6 -0
- package/es/RoundedRectangleClockFilled.js +40 -0
- package/es/index.d.ts +3 -0
- package/es/index.js +3 -0
- package/lib/FireFilled.d.ts +6 -0
- package/lib/FireFilled.js +85 -0
- package/lib/LockEllipsisFilled.d.ts +6 -0
- package/lib/LockEllipsisFilled.js +85 -0
- package/lib/RoundedRectangleClockFilled.d.ts +6 -0
- package/lib/RoundedRectangleClockFilled.js +87 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +27 -0
- package/package.json +2 -2
- package/src/FireFilled.tsx +18 -0
- package/src/LockEllipsisFilled.tsx +18 -0
- package/src/RoundedRectangleClockFilled.tsx +20 -0
- package/src/index.tsx +3 -0
- package/svgs/filled/fire-filled.svg +3 -0
- package/svgs/filled/lock-ellipsis-filled.svg +3 -0
- package/svgs/filled/rounded-rectangle-clock-filled.svg +3 -0
- package/tmpAllSvgs/fire-filled.svg +3 -0
- package/tmpAllSvgs/lock-ellipsis-filled.svg +3 -0
- package/tmpAllSvgs/rounded-rectangle-clock-filled.svg +3 -0
package/es/FireFilled.js
ADDED
|
@@ -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 FireFilled(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.057 0l-1.566 3.186a22.35 22.35 0 01-4.434 6.12l-.205.194A6.063 6.063 0 004 13.79v.204a7.804 7.804 0 004.8 7.27l.297.126a7.734 7.734 0 006.023 0h.068A7.963 7.963 0 0020 13.983V9.045a9.84 9.84 0 01-5.016 5.029h-.069c-.069 0-.869.33-1.211 0a.862.862 0 01-.069-1.138l.08-.057h.057a6.171 6.171 0 001.394-8.385C13.68 2.241 12.057 0 12.057 0z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
FireFilled.displayName = 'FireFilled';
|
|
38
|
+
export default FireFilled;
|
|
@@ -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 LockEllipsisFilled(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: "M18 8.5h2a1 1 0 011 1v12a1 1 0 01-1 1H4a1 1 0 01-1-1v-12a1 1 0 011-1h2v-1a6 6 0 1112 0v1zm-2 0v-1a4 4 0 10-8 0v1h8zm-5 6v2h2v-2h-2zm-4 0v2h2v-2H7zm8 0v2h2v-2h-2z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
LockEllipsisFilled.displayName = 'LockEllipsisFilled';
|
|
38
|
+
export default LockEllipsisFilled;
|
|
@@ -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 RoundedRectangleClockFilled(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: "M10 2h4.24a8 8 0 018 8v4.24a8 8 0 01-8 8H10a8 8 0 01-8-8V10a8 8 0 018-8zm2.12 16.12a1 1 0 001-1v-5a1 1 0 00-.29-.71l-4-4a1.004 1.004 0 00-1.42 1.42l3.71 3.7v4.59a1 1 0 001 1z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
|
+
component: IconNode
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
RoundedRectangleClockFilled.displayName = 'RoundedRectangleClockFilled';
|
|
40
|
+
export default RoundedRectangleClockFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export { default as FileFilled } from './FileFilled';
|
|
|
68
68
|
export { default as FileListFilled } from './FileListFilled';
|
|
69
69
|
export { default as FileOutlined } from './FileOutlined';
|
|
70
70
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
71
|
+
export { default as FireFilled } from './FireFilled';
|
|
71
72
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
72
73
|
export { default as FormOutlined } from './FormOutlined';
|
|
73
74
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
@@ -87,6 +88,7 @@ export { default as ListCaptionFilled } from './ListCaptionFilled';
|
|
|
87
88
|
export { default as ListCaptionOutlined } from './ListCaptionOutlined';
|
|
88
89
|
export { default as ListFilled } from './ListFilled';
|
|
89
90
|
export { default as ListOutlined } from './ListOutlined';
|
|
91
|
+
export { default as LockEllipsisFilled } from './LockEllipsisFilled';
|
|
90
92
|
export { default as LockFilled } from './LockFilled';
|
|
91
93
|
export { default as LoopFilled } from './LoopFilled';
|
|
92
94
|
export { default as LoopFolderFilled } from './LoopFolderFilled';
|
|
@@ -121,6 +123,7 @@ export { default as QrCodeFilled } from './QrCodeFilled';
|
|
|
121
123
|
export { default as RefreshFilled } from './RefreshFilled';
|
|
122
124
|
export { default as RefreshOutlined } from './RefreshOutlined';
|
|
123
125
|
export { default as RetryRefreshFilled } from './RetryRefreshFilled';
|
|
126
|
+
export { default as RoundedRectangleClockFilled } from './RoundedRectangleClockFilled';
|
|
124
127
|
export { default as SearchDocumentFilled } from './SearchDocumentFilled';
|
|
125
128
|
export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
|
|
126
129
|
export { default as SearchFilled } from './SearchFilled';
|
package/es/index.js
CHANGED
|
@@ -68,6 +68,7 @@ export { default as FileFilled } from './FileFilled';
|
|
|
68
68
|
export { default as FileListFilled } from './FileListFilled';
|
|
69
69
|
export { default as FileOutlined } from './FileOutlined';
|
|
70
70
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
71
|
+
export { default as FireFilled } from './FireFilled';
|
|
71
72
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
72
73
|
export { default as FormOutlined } from './FormOutlined';
|
|
73
74
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
@@ -87,6 +88,7 @@ export { default as ListCaptionFilled } from './ListCaptionFilled';
|
|
|
87
88
|
export { default as ListCaptionOutlined } from './ListCaptionOutlined';
|
|
88
89
|
export { default as ListFilled } from './ListFilled';
|
|
89
90
|
export { default as ListOutlined } from './ListOutlined';
|
|
91
|
+
export { default as LockEllipsisFilled } from './LockEllipsisFilled';
|
|
90
92
|
export { default as LockFilled } from './LockFilled';
|
|
91
93
|
export { default as LoopFilled } from './LoopFilled';
|
|
92
94
|
export { default as LoopFolderFilled } from './LoopFolderFilled';
|
|
@@ -121,6 +123,7 @@ export { default as QrCodeFilled } from './QrCodeFilled';
|
|
|
121
123
|
export { default as RefreshFilled } from './RefreshFilled';
|
|
122
124
|
export { default as RefreshOutlined } from './RefreshOutlined';
|
|
123
125
|
export { default as RetryRefreshFilled } from './RetryRefreshFilled';
|
|
126
|
+
export { default as RoundedRectangleClockFilled } from './RoundedRectangleClockFilled';
|
|
124
127
|
export { default as SearchDocumentFilled } from './SearchDocumentFilled';
|
|
125
128
|
export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
|
|
126
129
|
export { default as SearchFilled } from './SearchFilled';
|
|
@@ -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 FireFilled(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.057 0l-1.566 3.186a22.35 22.35 0 01-4.434 6.12l-.205.194A6.063 6.063 0 004 13.79v.204a7.804 7.804 0 004.8 7.27l.297.126a7.734 7.734 0 006.023 0h.068A7.963 7.963 0 0020 13.983V9.045a9.84 9.84 0 01-5.016 5.029h-.069c-.069 0-.869.33-1.211 0a.862.862 0 01-.069-1.138l.08-.057h.057a6.171 6.171 0 001.394-8.385C13.68 2.241 12.057 0 12.057 0z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}));
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
80
|
+
component: IconNode
|
|
81
|
+
}));
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
FireFilled.displayName = 'FireFilled';
|
|
85
|
+
exports["default"] = FireFilled;
|
|
@@ -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 LockEllipsisFilled(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: "M18 8.5h2a1 1 0 011 1v12a1 1 0 01-1 1H4a1 1 0 01-1-1v-12a1 1 0 011-1h2v-1a6 6 0 1112 0v1zm-2 0v-1a4 4 0 10-8 0v1h8zm-5 6v2h2v-2h-2zm-4 0v2h2v-2H7zm8 0v2h2v-2h-2z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}));
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
80
|
+
component: IconNode
|
|
81
|
+
}));
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
LockEllipsisFilled.displayName = 'LockEllipsisFilled';
|
|
85
|
+
exports["default"] = LockEllipsisFilled;
|
|
@@ -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 RoundedRectangleClockFilled(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: "M10 2h4.24a8 8 0 018 8v4.24a8 8 0 01-8 8H10a8 8 0 01-8-8V10a8 8 0 018-8zm2.12 16.12a1 1 0 001-1v-5a1 1 0 00-.29-.71l-4-4a1.004 1.004 0 00-1.42 1.42l3.71 3.7v4.59a1 1 0 001 1z",
|
|
77
|
+
fill: "currentColor"
|
|
78
|
+
}));
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
82
|
+
component: IconNode
|
|
83
|
+
}));
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
RoundedRectangleClockFilled.displayName = 'RoundedRectangleClockFilled';
|
|
87
|
+
exports["default"] = RoundedRectangleClockFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export { default as FileFilled } from './FileFilled';
|
|
|
68
68
|
export { default as FileListFilled } from './FileListFilled';
|
|
69
69
|
export { default as FileOutlined } from './FileOutlined';
|
|
70
70
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
71
|
+
export { default as FireFilled } from './FireFilled';
|
|
71
72
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
72
73
|
export { default as FormOutlined } from './FormOutlined';
|
|
73
74
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
@@ -87,6 +88,7 @@ export { default as ListCaptionFilled } from './ListCaptionFilled';
|
|
|
87
88
|
export { default as ListCaptionOutlined } from './ListCaptionOutlined';
|
|
88
89
|
export { default as ListFilled } from './ListFilled';
|
|
89
90
|
export { default as ListOutlined } from './ListOutlined';
|
|
91
|
+
export { default as LockEllipsisFilled } from './LockEllipsisFilled';
|
|
90
92
|
export { default as LockFilled } from './LockFilled';
|
|
91
93
|
export { default as LoopFilled } from './LoopFilled';
|
|
92
94
|
export { default as LoopFolderFilled } from './LoopFolderFilled';
|
|
@@ -121,6 +123,7 @@ export { default as QrCodeFilled } from './QrCodeFilled';
|
|
|
121
123
|
export { default as RefreshFilled } from './RefreshFilled';
|
|
122
124
|
export { default as RefreshOutlined } from './RefreshOutlined';
|
|
123
125
|
export { default as RetryRefreshFilled } from './RetryRefreshFilled';
|
|
126
|
+
export { default as RoundedRectangleClockFilled } from './RoundedRectangleClockFilled';
|
|
124
127
|
export { default as SearchDocumentFilled } from './SearchDocumentFilled';
|
|
125
128
|
export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
|
|
126
129
|
export { default as SearchFilled } from './SearchFilled';
|
package/lib/index.js
CHANGED
|
@@ -634,6 +634,15 @@ Object.defineProperty(exports, "FileSearchFilled", {
|
|
|
634
634
|
}
|
|
635
635
|
});
|
|
636
636
|
|
|
637
|
+
var FireFilled_1 = require("./FireFilled");
|
|
638
|
+
|
|
639
|
+
Object.defineProperty(exports, "FireFilled", {
|
|
640
|
+
enumerable: true,
|
|
641
|
+
get: function get() {
|
|
642
|
+
return FireFilled_1["default"];
|
|
643
|
+
}
|
|
644
|
+
});
|
|
645
|
+
|
|
637
646
|
var FolderAddOutlined_1 = require("./FolderAddOutlined");
|
|
638
647
|
|
|
639
648
|
Object.defineProperty(exports, "FolderAddOutlined", {
|
|
@@ -805,6 +814,15 @@ Object.defineProperty(exports, "ListOutlined", {
|
|
|
805
814
|
}
|
|
806
815
|
});
|
|
807
816
|
|
|
817
|
+
var LockEllipsisFilled_1 = require("./LockEllipsisFilled");
|
|
818
|
+
|
|
819
|
+
Object.defineProperty(exports, "LockEllipsisFilled", {
|
|
820
|
+
enumerable: true,
|
|
821
|
+
get: function get() {
|
|
822
|
+
return LockEllipsisFilled_1["default"];
|
|
823
|
+
}
|
|
824
|
+
});
|
|
825
|
+
|
|
808
826
|
var LockFilled_1 = require("./LockFilled");
|
|
809
827
|
|
|
810
828
|
Object.defineProperty(exports, "LockFilled", {
|
|
@@ -1111,6 +1129,15 @@ Object.defineProperty(exports, "RetryRefreshFilled", {
|
|
|
1111
1129
|
}
|
|
1112
1130
|
});
|
|
1113
1131
|
|
|
1132
|
+
var RoundedRectangleClockFilled_1 = require("./RoundedRectangleClockFilled");
|
|
1133
|
+
|
|
1134
|
+
Object.defineProperty(exports, "RoundedRectangleClockFilled", {
|
|
1135
|
+
enumerable: true,
|
|
1136
|
+
get: function get() {
|
|
1137
|
+
return RoundedRectangleClockFilled_1["default"];
|
|
1138
|
+
}
|
|
1139
|
+
});
|
|
1140
|
+
|
|
1114
1141
|
var SearchDocumentFilled_1 = require("./SearchDocumentFilled");
|
|
1115
1142
|
|
|
1116
1143
|
Object.defineProperty(exports, "SearchDocumentFilled", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.60",
|
|
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": "
|
|
25
|
+
"gitHead": "c86388eaaa8102a73d0e35ccffb7723beaa91e5b"
|
|
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 FireFilled(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.057 0l-1.566 3.186a22.35 22.35 0 01-4.434 6.12l-.205.194A6.063 6.063 0 004 13.79v.204a7.804 7.804 0 004.8 7.27l.297.126a7.734 7.734 0 006.023 0h.068A7.963 7.963 0 0020 13.983V9.045a9.84 9.84 0 01-5.016 5.029h-.069c-.069 0-.869.33-1.211 0a.862.862 0 01-.069-1.138l.08-.057h.057a6.171 6.171 0 001.394-8.385C13.68 2.241 12.057 0 12.057 0z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
FireFilled.displayName = 'FireFilled';
|
|
18
|
+
export default FireFilled;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
+
|
|
4
|
+
function LockEllipsisFilled(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="M18 8.5h2a1 1 0 011 1v12a1 1 0 01-1 1H4a1 1 0 01-1-1v-12a1 1 0 011-1h2v-1a6 6 0 1112 0v1zm-2 0v-1a4 4 0 10-8 0v1h8zm-5 6v2h2v-2h-2zm-4 0v2h2v-2H7zm8 0v2h2v-2h-2z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
LockEllipsisFilled.displayName = 'LockEllipsisFilled';
|
|
18
|
+
export default LockEllipsisFilled;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
+
|
|
4
|
+
function RoundedRectangleClockFilled(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="M10 2h4.24a8 8 0 018 8v4.24a8 8 0 01-8 8H10a8 8 0 01-8-8V10a8 8 0 018-8zm2.12 16.12a1 1 0 001-1v-5a1 1 0 00-.29-.71l-4-4a1.004 1.004 0 00-1.42 1.42l3.71 3.7v4.59a1 1 0 001 1z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
RoundedRectangleClockFilled.displayName = 'RoundedRectangleClockFilled';
|
|
20
|
+
export default RoundedRectangleClockFilled;
|
package/src/index.tsx
CHANGED
|
@@ -68,6 +68,7 @@ export { default as FileFilled } from './FileFilled';
|
|
|
68
68
|
export { default as FileListFilled } from './FileListFilled';
|
|
69
69
|
export { default as FileOutlined } from './FileOutlined';
|
|
70
70
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
71
|
+
export { default as FireFilled } from './FireFilled';
|
|
71
72
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
72
73
|
export { default as FormOutlined } from './FormOutlined';
|
|
73
74
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
@@ -87,6 +88,7 @@ export { default as ListCaptionFilled } from './ListCaptionFilled';
|
|
|
87
88
|
export { default as ListCaptionOutlined } from './ListCaptionOutlined';
|
|
88
89
|
export { default as ListFilled } from './ListFilled';
|
|
89
90
|
export { default as ListOutlined } from './ListOutlined';
|
|
91
|
+
export { default as LockEllipsisFilled } from './LockEllipsisFilled';
|
|
90
92
|
export { default as LockFilled } from './LockFilled';
|
|
91
93
|
export { default as LoopFilled } from './LoopFilled';
|
|
92
94
|
export { default as LoopFolderFilled } from './LoopFolderFilled';
|
|
@@ -121,6 +123,7 @@ export { default as QrCodeFilled } from './QrCodeFilled';
|
|
|
121
123
|
export { default as RefreshFilled } from './RefreshFilled';
|
|
122
124
|
export { default as RefreshOutlined } from './RefreshOutlined';
|
|
123
125
|
export { default as RetryRefreshFilled } from './RetryRefreshFilled';
|
|
126
|
+
export { default as RoundedRectangleClockFilled } from './RoundedRectangleClockFilled';
|
|
124
127
|
export { default as SearchDocumentFilled } from './SearchDocumentFilled';
|
|
125
128
|
export { default as SearchDocumentOutlined } from './SearchDocumentOutlined';
|
|
126
129
|
export { default as SearchFilled } from './SearchFilled';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.057 0L10.4914 3.1857C9.37265 5.46159 7.87327 7.53147 6.05738 9.30679L5.85168 9.50021C4.68543 10.6274 4.01907 12.1713 4.00037 13.7895V13.9943C3.96948 17.1631 5.86608 20.0359 8.80006 21.2645L9.09719 21.3897C11.0215 22.2034 13.1954 22.2034 15.1197 21.3897H15.1882C18.1441 20.1111 20.0407 17.1913 19.9993 13.9829V9.04511C19.0143 11.2848 17.2254 13.078 14.9825 14.074C14.9825 14.074 14.9825 14.074 14.914 14.074C14.8454 14.074 14.0454 14.4039 13.7026 14.074C13.3964 13.7655 13.3671 13.2789 13.634 12.9362L13.714 12.8793H13.7712C16.3947 10.8939 17.0064 7.21529 15.1654 4.49411C13.6797 2.24137 12.057 0 12.057 0Z" 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 d="M18 8.5H20C20.2652 8.5 20.5196 8.60536 20.7071 8.79289C20.8946 8.98043 21 9.23478 21 9.5V21.5C21 21.7652 20.8946 22.0196 20.7071 22.2071C20.5196 22.3946 20.2652 22.5 20 22.5H4C3.73478 22.5 3.48043 22.3946 3.29289 22.2071C3.10536 22.0196 3 21.7652 3 21.5V9.5C3 9.23478 3.10536 8.98043 3.29289 8.79289C3.48043 8.60536 3.73478 8.5 4 8.5H6V7.5C6 5.9087 6.63214 4.38258 7.75736 3.25736C8.88258 2.13214 10.4087 1.5 12 1.5C13.5913 1.5 15.1174 2.13214 16.2426 3.25736C17.3679 4.38258 18 5.9087 18 7.5V8.5ZM16 8.5V7.5C16 6.43913 15.5786 5.42172 14.8284 4.67157C14.0783 3.92143 13.0609 3.5 12 3.5C10.9391 3.5 9.92172 3.92143 9.17157 4.67157C8.42143 5.42172 8 6.43913 8 7.5V8.5H16ZM11 14.5V16.5H13V14.5H11ZM7 14.5V16.5H9V14.5H7ZM15 14.5V16.5H17V14.5H15Z" 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="M10 2H14.24C16.3617 2 18.3966 2.84285 19.8969 4.34315C21.3971 5.84344 22.24 7.87827 22.24 10V14.24C22.24 18.6583 18.6583 22.24 14.24 22.24H10C5.58172 22.24 2 18.6583 2 14.24V10C2 5.58172 5.58172 2 10 2ZM12.12 18.12C12.6723 18.12 13.12 17.6723 13.12 17.12V12.12C13.1215 11.8542 13.0172 11.5987 12.83 11.41L8.83 7.41C8.57634 7.15634 8.20663 7.05728 7.86012 7.15012C7.51362 7.24297 7.24297 7.51362 7.15012 7.86012C7.05728 8.20663 7.15634 8.57634 7.41 8.83L11.12 12.53V17.12C11.12 17.6723 11.5677 18.12 12.12 18.12Z" 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 d="M12.057 0L10.4914 3.1857C9.37265 5.46159 7.87327 7.53147 6.05738 9.30679L5.85168 9.50021C4.68543 10.6274 4.01907 12.1713 4.00037 13.7895V13.9943C3.96948 17.1631 5.86608 20.0359 8.80006 21.2645L9.09719 21.3897C11.0215 22.2034 13.1954 22.2034 15.1197 21.3897H15.1882C18.1441 20.1111 20.0407 17.1913 19.9993 13.9829V9.04511C19.0143 11.2848 17.2254 13.078 14.9825 14.074C14.9825 14.074 14.9825 14.074 14.914 14.074C14.8454 14.074 14.0454 14.4039 13.7026 14.074C13.3964 13.7655 13.3671 13.2789 13.634 12.9362L13.714 12.8793H13.7712C16.3947 10.8939 17.0064 7.21529 15.1654 4.49411C13.6797 2.24137 12.057 0 12.057 0Z" 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 d="M18 8.5H20C20.2652 8.5 20.5196 8.60536 20.7071 8.79289C20.8946 8.98043 21 9.23478 21 9.5V21.5C21 21.7652 20.8946 22.0196 20.7071 22.2071C20.5196 22.3946 20.2652 22.5 20 22.5H4C3.73478 22.5 3.48043 22.3946 3.29289 22.2071C3.10536 22.0196 3 21.7652 3 21.5V9.5C3 9.23478 3.10536 8.98043 3.29289 8.79289C3.48043 8.60536 3.73478 8.5 4 8.5H6V7.5C6 5.9087 6.63214 4.38258 7.75736 3.25736C8.88258 2.13214 10.4087 1.5 12 1.5C13.5913 1.5 15.1174 2.13214 16.2426 3.25736C17.3679 4.38258 18 5.9087 18 7.5V8.5ZM16 8.5V7.5C16 6.43913 15.5786 5.42172 14.8284 4.67157C14.0783 3.92143 13.0609 3.5 12 3.5C10.9391 3.5 9.92172 3.92143 9.17157 4.67157C8.42143 5.42172 8 6.43913 8 7.5V8.5H16ZM11 14.5V16.5H13V14.5H11ZM7 14.5V16.5H9V14.5H7ZM15 14.5V16.5H17V14.5H15Z" 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="M10 2H14.24C16.3617 2 18.3966 2.84285 19.8969 4.34315C21.3971 5.84344 22.24 7.87827 22.24 10V14.24C22.24 18.6583 18.6583 22.24 14.24 22.24H10C5.58172 22.24 2 18.6583 2 14.24V10C2 5.58172 5.58172 2 10 2ZM12.12 18.12C12.6723 18.12 13.12 17.6723 13.12 17.12V12.12C13.1215 11.8542 13.0172 11.5987 12.83 11.41L8.83 7.41C8.57634 7.15634 8.20663 7.05728 7.86012 7.15012C7.51362 7.24297 7.24297 7.51362 7.15012 7.86012C7.05728 8.20663 7.15634 8.57634 7.41 8.83L11.12 12.53V17.12C11.12 17.6723 11.5677 18.12 12.12 18.12Z" fill="currentColor" />
|
|
3
|
+
</svg>
|