a-icons 1.2.24 → 1.2.26

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 BigArticleBoardFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace BigArticleBoardFilled {
4
+ var displayName: string;
5
+ }
6
+ export default BigArticleBoardFilled;
@@ -0,0 +1,32 @@
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
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function BigArticleBoardFilled(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ xmlns: "http://www.w3.org/2000/svg"
20
+ }, props), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M8.862 1.017C9.07 1 9.316 1 9.568 1h4.864c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.183.541.201.77l.01.146c.394.013.733.045 1.042.128a4 4 0 012.829 2.829C21 6.476 21 7.067 21 7.862v9.38c0 .804 0 1.469-.044 2.01-.046.562-.145 1.079-.392 1.564a4 4 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H8.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 01-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C3 18.71 3 18.046 3 17.242v-9.38c0-.795 0-1.386.136-1.897a4 4 0 012.829-2.829c.31-.083.648-.115 1.043-.128.002-.05.005-.1.009-.146.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.272-.138.541-.182.77-.201zM15 3.6c0-.297 0-.459-.01-.575l-.001-.014h-.014A8.187 8.187 0 0014.4 3H9.6c-.296 0-.459 0-.575.01l-.013.001-.002.014C9 3.14 9 3.303 9 3.6v.8c0 .297 0 .459.01.575l.002.014h.013C9.14 5 9.304 5 9.6 5h4.8c.297 0 .459 0 .575-.01l.014-.001v-.014C15 4.86 15 4.697 15 4.4v-.8zM7 8.705h10v2H7v-2zm0 4h8v2H7v-2zm0 4h4v2H7v-2z",
24
+ fill: "currentColor"
25
+ }));
26
+ };
27
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
28
+ component: IconNode
29
+ }));
30
+ }
31
+ BigArticleBoardFilled.displayName = 'BigArticleBoardFilled';
32
+ export default BigArticleBoardFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function FileShieldOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace FileShieldOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default FileShieldOutlined;
@@ -0,0 +1,31 @@
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
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function FileShieldOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M20 15.627l-1.524-.544a1.412 1.412 0 00-.835-.036l-.118.036-1.523.544v1.798c0 .606.444 1.243 1.14 1.824.306.254.616.46.86.607.244-.147.554-.353.86-.607.696-.581 1.14-1.218 1.14-1.824v-1.798zM11 14v2H7v-2h4zm4-4v2H7v-2h8zm4-3.2c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 00-.875-.873c-.156-.08-.38-.145-.82-.18C16.639 3 16.058 3 15.2 3H8.8c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 00-.873.875c-.08.156-.145.38-.18.82C5 5.361 5 5.942 5 6.8v10.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 00.875.873c.156.08.38.145.82.18C7.361 21 7.942 21 8.8 21h4.7v2H8.8c-.824 0-1.502.001-2.052-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C2.999 18.702 3 18.024 3 17.2V6.8c0-.824-.001-1.502.044-2.052.046-.562.144-1.08.392-1.564a4.001 4.001 0 011.748-1.748c.485-.248 1.002-.346 1.564-.392C7.298.999 7.976 1 8.8 1h6.4c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.564.392a4.001 4.001 0 011.748 1.748c.248.485.346 1.002.392 1.564.045.55.044 1.228.044 2.052V11h-2V6.8zM17 6v2H7V6h10zm-.15 7.2a3.412 3.412 0 012.297 0h.001l2.189.781a1 1 0 01.663.942v2.502c0 1.539-1.056 2.69-1.86 3.36a9.124 9.124 0 01-1.544 1.033l-.115.06-.034.017-.01.004-.004.002-.001.001h-.001c-.238.114-.51.128-.757.043l-.105-.043h-.002l-.003-.003c-.003 0-.007-.002-.011-.005l-.034-.016-.115-.06a9.124 9.124 0 01-1.545-1.033c-.803-.67-1.859-1.821-1.859-3.36v-2.502a1 1 0 01.663-.942l2.187-.782z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ FileShieldOutlined.displayName = 'FileShieldOutlined';
31
+ export default FileShieldOutlined;
package/es/index.d.ts CHANGED
@@ -25,6 +25,7 @@ export { default as BankCardFilled } from './BankCardFilled';
25
25
  export { default as BarChartFilled } from './BarChartFilled';
26
26
  export { default as BarsOutlined } from './BarsOutlined';
27
27
  export { default as BellOutlined } from './BellOutlined';
28
+ export { default as BigArticleBoardFilled } from './BigArticleBoardFilled';
28
29
  export { default as BindChainFilled } from './BindChainFilled';
29
30
  export { default as BindChainOutlined } from './BindChainOutlined';
30
31
  export { default as BiscuitFilled } from './BiscuitFilled';
@@ -152,6 +153,7 @@ export { default as FileFinishFilled } from './FileFinishFilled';
152
153
  export { default as FileListFilled } from './FileListFilled';
153
154
  export { default as FileOutlined } from './FileOutlined';
154
155
  export { default as FileSearchFilled } from './FileSearchFilled';
156
+ export { default as FileShieldOutlined } from './FileShieldOutlined';
155
157
  export { default as FilletFileListFilled } from './FilletFileListFilled';
156
158
  export { default as FilletFileListOutlined } from './FilletFileListOutlined';
157
159
  export { default as FilterCupOutlined } from './FilterCupOutlined';
package/es/index.js CHANGED
@@ -25,6 +25,7 @@ export { default as BankCardFilled } from './BankCardFilled';
25
25
  export { default as BarChartFilled } from './BarChartFilled';
26
26
  export { default as BarsOutlined } from './BarsOutlined';
27
27
  export { default as BellOutlined } from './BellOutlined';
28
+ export { default as BigArticleBoardFilled } from './BigArticleBoardFilled';
28
29
  export { default as BindChainFilled } from './BindChainFilled';
29
30
  export { default as BindChainOutlined } from './BindChainOutlined';
30
31
  export { default as BiscuitFilled } from './BiscuitFilled';
@@ -152,6 +153,7 @@ export { default as FileFinishFilled } from './FileFinishFilled';
152
153
  export { default as FileListFilled } from './FileListFilled';
153
154
  export { default as FileOutlined } from './FileOutlined';
154
155
  export { default as FileSearchFilled } from './FileSearchFilled';
156
+ export { default as FileShieldOutlined } from './FileShieldOutlined';
155
157
  export { default as FilletFileListFilled } from './FilletFileListFilled';
156
158
  export { default as FilletFileListOutlined } from './FilletFileListOutlined';
157
159
  export { default as FilterCupOutlined } from './FilterCupOutlined';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function BigArticleBoardFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace BigArticleBoardFilled {
4
+ var displayName: string;
5
+ }
6
+ export default BigArticleBoardFilled;
@@ -0,0 +1,75 @@
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
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function BigArticleBoardFilled(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ xmlns: "http://www.w3.org/2000/svg"
63
+ }, props), React.createElement("path", {
64
+ fillRule: "evenodd",
65
+ clipRule: "evenodd",
66
+ d: "M8.862 1.017C9.07 1 9.316 1 9.568 1h4.864c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.183.541.201.77l.01.146c.394.013.733.045 1.042.128a4 4 0 012.829 2.829C21 6.476 21 7.067 21 7.862v9.38c0 .804 0 1.469-.044 2.01-.046.562-.145 1.079-.392 1.564a4 4 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H8.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 01-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C3 18.71 3 18.046 3 17.242v-9.38c0-.795 0-1.386.136-1.897a4 4 0 012.829-2.829c.31-.083.648-.115 1.043-.128.002-.05.005-.1.009-.146.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.272-.138.541-.182.77-.201zM15 3.6c0-.297 0-.459-.01-.575l-.001-.014h-.014A8.187 8.187 0 0014.4 3H9.6c-.296 0-.459 0-.575.01l-.013.001-.002.014C9 3.14 9 3.303 9 3.6v.8c0 .297 0 .459.01.575l.002.014h.013C9.14 5 9.304 5 9.6 5h4.8c.297 0 .459 0 .575-.01l.014-.001v-.014C15 4.86 15 4.697 15 4.4v-.8zM7 8.705h10v2H7v-2zm0 4h8v2H7v-2zm0 4h4v2H7v-2z",
67
+ fill: "currentColor"
68
+ }));
69
+ };
70
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
71
+ component: IconNode
72
+ }));
73
+ }
74
+ BigArticleBoardFilled.displayName = 'BigArticleBoardFilled';
75
+ exports["default"] = BigArticleBoardFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function FileShieldOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace FileShieldOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default FileShieldOutlined;
@@ -0,0 +1,74 @@
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
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function FileShieldOutlined(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ d: "M20 15.627l-1.524-.544a1.412 1.412 0 00-.835-.036l-.118.036-1.523.544v1.798c0 .606.444 1.243 1.14 1.824.306.254.616.46.86.607.244-.147.554-.353.86-.607.696-.581 1.14-1.218 1.14-1.824v-1.798zM11 14v2H7v-2h4zm4-4v2H7v-2h8zm4-3.2c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 00-.875-.873c-.156-.08-.38-.145-.82-.18C16.639 3 16.058 3 15.2 3H8.8c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 00-.873.875c-.08.156-.145.38-.18.82C5 5.361 5 5.942 5 6.8v10.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 00.875.873c.156.08.38.145.82.18C7.361 21 7.942 21 8.8 21h4.7v2H8.8c-.824 0-1.502.001-2.052-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C2.999 18.702 3 18.024 3 17.2V6.8c0-.824-.001-1.502.044-2.052.046-.562.144-1.08.392-1.564a4.001 4.001 0 011.748-1.748c.485-.248 1.002-.346 1.564-.392C7.298.999 7.976 1 8.8 1h6.4c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.564.392a4.001 4.001 0 011.748 1.748c.248.485.346 1.002.392 1.564.045.55.044 1.228.044 2.052V11h-2V6.8zM17 6v2H7V6h10zm-.15 7.2a3.412 3.412 0 012.297 0h.001l2.189.781a1 1 0 01.663.942v2.502c0 1.539-1.056 2.69-1.86 3.36a9.124 9.124 0 01-1.544 1.033l-.115.06-.034.017-.01.004-.004.002-.001.001h-.001c-.238.114-.51.128-.757.043l-.105-.043h-.002l-.003-.003c-.003 0-.007-.002-.011-.005l-.034-.016-.115-.06a9.124 9.124 0 01-1.545-1.033c-.803-.67-1.859-1.821-1.859-3.36v-2.502a1 1 0 01.663-.942l2.187-.782z",
66
+ fill: "currentColor"
67
+ }));
68
+ };
69
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
70
+ component: IconNode
71
+ }));
72
+ }
73
+ FileShieldOutlined.displayName = 'FileShieldOutlined';
74
+ exports["default"] = FileShieldOutlined;
package/lib/index.d.ts CHANGED
@@ -25,6 +25,7 @@ export { default as BankCardFilled } from './BankCardFilled';
25
25
  export { default as BarChartFilled } from './BarChartFilled';
26
26
  export { default as BarsOutlined } from './BarsOutlined';
27
27
  export { default as BellOutlined } from './BellOutlined';
28
+ export { default as BigArticleBoardFilled } from './BigArticleBoardFilled';
28
29
  export { default as BindChainFilled } from './BindChainFilled';
29
30
  export { default as BindChainOutlined } from './BindChainOutlined';
30
31
  export { default as BiscuitFilled } from './BiscuitFilled';
@@ -152,6 +153,7 @@ export { default as FileFinishFilled } from './FileFinishFilled';
152
153
  export { default as FileListFilled } from './FileListFilled';
153
154
  export { default as FileOutlined } from './FileOutlined';
154
155
  export { default as FileSearchFilled } from './FileSearchFilled';
156
+ export { default as FileShieldOutlined } from './FileShieldOutlined';
155
157
  export { default as FilletFileListFilled } from './FilletFileListFilled';
156
158
  export { default as FilletFileListOutlined } from './FilletFileListOutlined';
157
159
  export { default as FilterCupOutlined } from './FilterCupOutlined';
package/lib/index.js CHANGED
@@ -8,14 +8,14 @@ var __importDefault = this && this.__importDefault || function (mod) {
8
8
  Object.defineProperty(exports, "__esModule", {
9
9
  value: true
10
10
  });
11
- exports.CameraFilled = exports.CallRecordOutlined = exports.CallOutlined = exports.CallFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BrokenHeartFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BindChainOutlined = exports.BindChainFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.AscOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.AdFilled = exports.ImpassabilityFilled = exports.DailyFinanceFilled = void 0;
12
- exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ConfirmCircleSolidFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloudUploadOutlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CircleStopFilled = exports.CircleRLetterOutlined = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.CircleCLetterOutlined = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckboxMultipleBlankFilled = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = void 0;
13
- exports.FileFilled = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadLineOutlined = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotsOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = exports.DataLogOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CyclePlusFilled = void 0;
14
- exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HouseOutlined = exports.HourGlassOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = void 0;
15
- exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailHollowFilled = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = void 0;
16
- exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.ResourceOutlined = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlusBoldSquareFilled = exports.PlaySolidFilled = exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PhoneCallFilled = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonLeftArrowFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = void 0;
17
- exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferFileFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = void 0;
18
- exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = void 0;
11
+ exports.CallRecordOutlined = exports.CallOutlined = exports.CallFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BrokenHeartFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BindChainOutlined = exports.BindChainFilled = exports.BigArticleBoardFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.AscOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.AdFilled = exports.ImpassabilityFilled = exports.DailyFinanceFilled = void 0;
12
+ exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ConfirmCircleSolidFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloudUploadOutlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CircleStopFilled = exports.CircleRLetterOutlined = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.CircleCLetterOutlined = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckboxMultipleBlankFilled = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = void 0;
13
+ exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadLineOutlined = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotsOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = exports.DataLogOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CyclePlusFilled = exports.CustomerServiceOutlined = void 0;
14
+ exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HouseOutlined = exports.HourGlassOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileShieldOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = void 0;
15
+ exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailHollowFilled = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = void 0;
16
+ exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.ResourceOutlined = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlusBoldSquareFilled = exports.PlaySolidFilled = exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PhoneCallFilled = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonLeftArrowFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = void 0;
17
+ exports.TwoSwitchOutlined = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferFileFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = void 0;
18
+ exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = void 0;
19
19
  var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
20
20
  Object.defineProperty(exports, "DailyFinanceFilled", {
21
21
  enumerable: true,
@@ -205,6 +205,13 @@ Object.defineProperty(exports, "BellOutlined", {
205
205
  return __importDefault(BellOutlined_1)["default"];
206
206
  }
207
207
  });
208
+ var BigArticleBoardFilled_1 = require("./BigArticleBoardFilled");
209
+ Object.defineProperty(exports, "BigArticleBoardFilled", {
210
+ enumerable: true,
211
+ get: function get() {
212
+ return __importDefault(BigArticleBoardFilled_1)["default"];
213
+ }
214
+ });
208
215
  var BindChainFilled_1 = require("./BindChainFilled");
209
216
  Object.defineProperty(exports, "BindChainFilled", {
210
217
  enumerable: true,
@@ -1094,6 +1101,13 @@ Object.defineProperty(exports, "FileSearchFilled", {
1094
1101
  return __importDefault(FileSearchFilled_1)["default"];
1095
1102
  }
1096
1103
  });
1104
+ var FileShieldOutlined_1 = require("./FileShieldOutlined");
1105
+ Object.defineProperty(exports, "FileShieldOutlined", {
1106
+ enumerable: true,
1107
+ get: function get() {
1108
+ return __importDefault(FileShieldOutlined_1)["default"];
1109
+ }
1110
+ });
1097
1111
  var FilletFileListFilled_1 = require("./FilletFileListFilled");
1098
1112
  Object.defineProperty(exports, "FilletFileListFilled", {
1099
1113
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.24",
3
+ "version": "1.2.26",
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": "75f82e7c7ad303c82072d72a4ab8d60637d78012"
25
+ "gitHead": "2d224e62ab03650903f0903d4e3d88bfeac5ab90"
26
26
  }
@@ -0,0 +1,20 @@
1
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
2
+ import * as React from 'react';
3
+
4
+ function BigArticleBoardFilled(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M8.862 1.017C9.07 1 9.316 1 9.568 1h4.864c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.183.541.201.77l.01.146c.394.013.733.045 1.042.128a4 4 0 012.829 2.829C21 6.476 21 7.067 21 7.862v9.38c0 .804 0 1.469-.044 2.01-.046.562-.145 1.079-.392 1.564a4 4 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H8.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 01-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C3 18.71 3 18.046 3 17.242v-9.38c0-.795 0-1.386.136-1.897a4 4 0 012.829-2.829c.31-.083.648-.115 1.043-.128.002-.05.005-.1.009-.146.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.272-.138.541-.182.77-.201zM15 3.6c0-.297 0-.459-.01-.575l-.001-.014h-.014A8.187 8.187 0 0014.4 3H9.6c-.296 0-.459 0-.575.01l-.013.001-.002.014C9 3.14 9 3.303 9 3.6v.8c0 .297 0 .459.01.575l.002.014h.013C9.14 5 9.304 5 9.6 5h4.8c.297 0 .459 0 .575-.01l.014-.001v-.014C15 4.86 15 4.697 15 4.4v-.8zM7 8.705h10v2H7v-2zm0 4h8v2H7v-2zm0 4h4v2H7v-2z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ BigArticleBoardFilled.displayName = 'BigArticleBoardFilled';
20
+ export default BigArticleBoardFilled;
@@ -0,0 +1,18 @@
1
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
2
+ import * as React from 'react';
3
+
4
+ function FileShieldOutlined(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="M20 15.627l-1.524-.544a1.412 1.412 0 00-.835-.036l-.118.036-1.523.544v1.798c0 .606.444 1.243 1.14 1.824.306.254.616.46.86.607.244-.147.554-.353.86-.607.696-.581 1.14-1.218 1.14-1.824v-1.798zM11 14v2H7v-2h4zm4-4v2H7v-2h8zm4-3.2c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 00-.875-.873c-.156-.08-.38-.145-.82-.18C16.639 3 16.058 3 15.2 3H8.8c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 00-.873.875c-.08.156-.145.38-.18.82C5 5.361 5 5.942 5 6.8v10.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 00.875.873c.156.08.38.145.82.18C7.361 21 7.942 21 8.8 21h4.7v2H8.8c-.824 0-1.502.001-2.052-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C2.999 18.702 3 18.024 3 17.2V6.8c0-.824-.001-1.502.044-2.052.046-.562.144-1.08.392-1.564a4.001 4.001 0 011.748-1.748c.485-.248 1.002-.346 1.564-.392C7.298.999 7.976 1 8.8 1h6.4c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.564.392a4.001 4.001 0 011.748 1.748c.248.485.346 1.002.392 1.564.045.55.044 1.228.044 2.052V11h-2V6.8zM17 6v2H7V6h10zm-.15 7.2a3.412 3.412 0 012.297 0h.001l2.189.781a1 1 0 01.663.942v2.502c0 1.539-1.056 2.69-1.86 3.36a9.124 9.124 0 01-1.544 1.033l-.115.06-.034.017-.01.004-.004.002-.001.001h-.001c-.238.114-.51.128-.757.043l-.105-.043h-.002l-.003-.003c-.003 0-.007-.002-.011-.005l-.034-.016-.115-.06a9.124 9.124 0 01-1.545-1.033c-.803-.67-1.859-1.821-1.859-3.36v-2.502a1 1 0 01.663-.942l2.187-.782z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ FileShieldOutlined.displayName = 'FileShieldOutlined';
18
+ export default FileShieldOutlined;
package/src/index.tsx CHANGED
@@ -23,6 +23,7 @@ export { default as BankCardFilled } from './BankCardFilled';
23
23
  export { default as BarChartFilled } from './BarChartFilled';
24
24
  export { default as BarsOutlined } from './BarsOutlined';
25
25
  export { default as BellOutlined } from './BellOutlined';
26
+ export { default as BigArticleBoardFilled } from './BigArticleBoardFilled';
26
27
  export { default as BindChainFilled } from './BindChainFilled';
27
28
  export { default as BindChainOutlined } from './BindChainOutlined';
28
29
  export { default as BiscuitFilled } from './BiscuitFilled';
@@ -151,6 +152,7 @@ export { default as FileFinishFilled } from './FileFinishFilled';
151
152
  export { default as FileListFilled } from './FileListFilled';
152
153
  export { default as FileOutlined } from './FileOutlined';
153
154
  export { default as FileSearchFilled } from './FileSearchFilled';
155
+ export { default as FileShieldOutlined } from './FileShieldOutlined';
154
156
  export { default as FilletFileListFilled } from './FilletFileListFilled';
155
157
  export { default as FilletFileListOutlined } from './FilletFileListOutlined';
156
158
  export { default as FilterCupOutlined } from './FilterCupOutlined';
@@ -1,3 +1,5 @@
1
1
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21 11.2222V19.1111C21 19.3469 20.9052 19.573 20.7364 19.7397C20.5676 19.9064 20.3387 20 20.1 20H3.9C3.66131 20 3.43239 19.9064 3.2636 19.7397C3.09482 19.573 3 19.3469 3 19.1111V11.2222H21ZM21 9.44444H3V5.88889C3 5.65314 3.09482 5.42705 3.2636 5.26035C3.43239 5.09365 3.66131 5 3.9 5H20.1C20.3387 5 20.5676 5.09365 20.7364 5.26035C20.9052 5.42705 21 5.65314 21 5.88889V9.44444ZM14.7 15.5556V17.3333H18.3V15.5556H14.7Z" fill="currentColor" />
2
+ <path
3
+ d="M21 11.2222V19.1111C21 19.3469 20.9052 19.573 20.7364 19.7397C20.5676 19.9064 20.3387 20 20.1 20H3.9C3.66131 20 3.43239 19.9064 3.2636 19.7397C3.09482 19.573 3 19.3469 3 19.1111V11.2222H21ZM21 9.44444H3V5.88889C3 5.65314 3.09482 5.42705 3.2636 5.26035C3.43239 5.09365 3.66131 5 3.9 5H20.1C20.3387 5 20.5676 5.09365 20.7364 5.26035C20.9052 5.42705 21 5.65314 21 5.88889V9.44444ZM14.7 15.5556V17.3333H18.3V15.5556H14.7Z"
4
+ fill="currentColor" />
3
5
  </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M8.86187 1.01695C9.07002 0.999943 9.31582 0.999973 9.5682 1L14.432 1C14.6844 0.999973 14.9302 0.999943 15.1383 1.01695C15.3669 1.03563 15.6367 1.07969 15.9081 1.21799C16.2844 1.40974 16.5904 1.7157 16.7821 2.09202C16.9204 2.36345 16.9645 2.63318 16.9832 2.86178C16.987 2.90871 16.99 2.95756 16.9923 3.00797C17.3874 3.02072 17.7259 3.05337 18.0354 3.1363C19.4157 3.50617 20.4939 4.58436 20.8638 5.96473C21.0009 6.47638 21.0006 7.06704 21.0001 7.86243L21.0001 17.2413C21.0001 18.0463 21.0001 18.7106 20.9559 19.2518C20.91 19.8139 20.8114 20.3306 20.5641 20.816C20.1806 21.5686 19.5687 22.1805 18.8161 22.564C18.3307 22.8113 17.814 22.9099 17.2519 22.9558C16.7107 23 16.0464 23 15.2414 23H8.75877C7.95381 23 7.28946 23 6.74827 22.9558C6.18617 22.9099 5.66947 22.8113 5.18413 22.564C4.43149 22.1805 3.81956 21.5686 3.43607 20.816C3.18878 20.3306 3.09022 19.8139 3.04429 19.2518C3.00007 18.7106 3.00008 18.0463 3.0001 17.2413L3.00005 7.86242C2.99962 7.06704 2.9993 6.47638 3.13639 5.96473C3.50626 4.58436 4.58445 3.50617 5.96482 3.1363C6.27434 3.05337 6.61277 3.02072 7.00794 3.00796C7.01024 2.95756 7.01321 2.90871 7.01704 2.86178C7.03572 2.63318 7.07979 2.36345 7.21808 2.09202C7.40983 1.7157 7.71579 1.40974 8.09212 1.21799C8.36354 1.07969 8.63327 1.03563 8.86187 1.01695ZM15.0001 3.60001C15.0001 3.30348 14.9993 3.14122 14.9898 3.02464L14.9886 3.01145L14.9755 3.01031C14.8589 3.00078 14.6966 3.00001 14.4001 3.00001H9.6001C9.30357 3.00001 9.14132 3.00078 9.02473 3.01031L9.01154 3.01145L9.0104 3.02464C9.00087 3.14122 9.0001 3.30348 9.0001 3.60001V4.40001C9.0001 4.69653 9.00087 4.85879 9.0104 4.97537L9.01154 4.98856L9.02473 4.9897C9.14131 4.99923 9.30357 5.00001 9.6001 5.00001H14.4001C14.6966 5.00001 14.8589 4.99923 14.9755 4.9897L14.9886 4.98856L14.9898 4.97537C14.9993 4.85879 15.0001 4.69653 15.0001 4.40001V3.60001ZM7 8.70508H17V10.7051H7V8.70508ZM7 12.7051H15V14.7051H7V12.7051ZM7 16.7051H11V18.7051H7V16.7051Z"
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="M20 15.627L18.4756 15.083C18.2066 14.9866 17.9152 14.9747 17.6406 15.0469L17.5234 15.083L16 15.627V17.4248C16 18.0306 16.4436 18.6677 17.1406 19.249C17.4456 19.5034 17.7559 19.7087 18 19.8564C18.2441 19.7087 18.5544 19.5034 18.8594 19.249C19.5564 18.6677 20 18.0306 20 17.4248V15.627ZM11 14V16H7V14H11ZM15 10V12H7V10H15ZM19 6.79981C19 5.94342 18.9997 5.36117 18.9629 4.91113C18.9271 4.47272 18.8619 4.2482 18.7822 4.0918C18.5905 3.71555 18.2845 3.40951 17.9082 3.21778C17.7518 3.13809 17.5273 3.07293 17.0889 3.03711C16.6388 3.00035 16.0566 3 15.2002 3H8.79981C7.94342 3 7.36117 3.00035 6.91113 3.03711C6.47272 3.07293 6.2482 3.13809 6.0918 3.21778C5.71555 3.40951 5.40951 3.71555 5.21778 4.0918C5.13809 4.2482 5.07293 4.47272 5.03711 4.91113C5.00035 5.36117 5 5.94342 5 6.79981V17.2002C5 18.0566 5.00035 18.6388 5.03711 19.0889C5.07293 19.5273 5.13809 19.7518 5.21778 19.9082C5.40951 20.2845 5.71554 20.5905 6.0918 20.7822C6.2482 20.8619 6.47272 20.9271 6.91113 20.9629C7.36117 20.9997 7.94342 21 8.79981 21H13.5V23H8.79981C7.97632 23 7.29843 23.001 6.74805 22.9561C6.18599 22.9101 5.6689 22.8117 5.1836 22.5645C4.43109 22.181 3.81902 21.5689 3.43555 20.8164C3.18827 20.3311 3.08988 19.814 3.04395 19.252C2.99898 18.7016 3 18.0237 3 17.2002V6.79981C3 5.97632 2.99898 5.29843 3.04395 4.74805C3.08988 4.18599 3.18827 3.6689 3.43555 3.1836C3.81902 2.43109 4.43109 1.81902 5.1836 1.43555C5.6689 1.18827 6.18599 1.08988 6.74805 1.04395C7.29843 0.998979 7.97632 1 8.79981 1H15.2002C16.0237 1 16.7016 0.998979 17.252 1.04395C17.814 1.08988 18.3311 1.18827 18.8164 1.43555C19.5689 1.81902 20.181 2.43109 20.5645 3.1836C20.8117 3.6689 20.9101 4.18599 20.9561 4.74805C21.001 5.29843 21 5.97632 21 6.79981V11H19V6.79981ZM17 6V8H7V6H17ZM16.8496 13.1992C17.5924 12.9333 18.4046 12.9337 19.1475 13.1992H19.1484L21.3369 13.9814C21.7346 14.1238 22 14.5005 22 14.9229V17.4248C22 18.9638 20.9436 20.1154 20.1406 20.7852C19.7143 21.1408 19.2927 21.4165 18.9805 21.6025C18.8235 21.6961 18.691 21.7681 18.5957 21.8184C18.548 21.8435 18.5095 21.8639 18.4814 21.8779C18.4674 21.8849 18.4558 21.8904 18.4473 21.8945C18.443 21.8966 18.4394 21.8981 18.4365 21.8994C18.4351 21.9001 18.4337 21.9009 18.4326 21.9014L18.4316 21.9023H18.4307C18.1926 22.0158 17.9204 22.0304 17.6738 21.9453L17.5693 21.9023H17.5684L17.5674 21.9014C17.5663 21.9009 17.5649 21.9001 17.5635 21.8994C17.5606 21.8981 17.557 21.8966 17.5527 21.8945C17.5442 21.8904 17.5326 21.8849 17.5186 21.8779C17.4905 21.8639 17.452 21.8435 17.4043 21.8184C17.309 21.7681 17.1765 21.6961 17.0195 21.6025C16.7073 21.4165 16.2857 21.1408 15.8594 20.7852C15.0564 20.1154 14 18.9638 14 17.4248V14.9229C14 14.5005 14.2654 14.1238 14.6631 13.9814L16.8496 13.1992Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -1,3 +1,5 @@
1
1
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21 11.2222V19.1111C21 19.3469 20.9052 19.573 20.7364 19.7397C20.5676 19.9064 20.3387 20 20.1 20H3.9C3.66131 20 3.43239 19.9064 3.2636 19.7397C3.09482 19.573 3 19.3469 3 19.1111V11.2222H21ZM21 9.44444H3V5.88889C3 5.65314 3.09482 5.42705 3.2636 5.26035C3.43239 5.09365 3.66131 5 3.9 5H20.1C20.3387 5 20.5676 5.09365 20.7364 5.26035C20.9052 5.42705 21 5.65314 21 5.88889V9.44444ZM14.7 15.5556V17.3333H18.3V15.5556H14.7Z" fill="currentColor" />
2
+ <path
3
+ d="M21 11.2222V19.1111C21 19.3469 20.9052 19.573 20.7364 19.7397C20.5676 19.9064 20.3387 20 20.1 20H3.9C3.66131 20 3.43239 19.9064 3.2636 19.7397C3.09482 19.573 3 19.3469 3 19.1111V11.2222H21ZM21 9.44444H3V5.88889C3 5.65314 3.09482 5.42705 3.2636 5.26035C3.43239 5.09365 3.66131 5 3.9 5H20.1C20.3387 5 20.5676 5.09365 20.7364 5.26035C20.9052 5.42705 21 5.65314 21 5.88889V9.44444ZM14.7 15.5556V17.3333H18.3V15.5556H14.7Z"
4
+ fill="currentColor" />
3
5
  </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M8.86187 1.01695C9.07002 0.999943 9.31582 0.999973 9.5682 1L14.432 1C14.6844 0.999973 14.9302 0.999943 15.1383 1.01695C15.3669 1.03563 15.6367 1.07969 15.9081 1.21799C16.2844 1.40974 16.5904 1.7157 16.7821 2.09202C16.9204 2.36345 16.9645 2.63318 16.9832 2.86178C16.987 2.90871 16.99 2.95756 16.9923 3.00797C17.3874 3.02072 17.7259 3.05337 18.0354 3.1363C19.4157 3.50617 20.4939 4.58436 20.8638 5.96473C21.0009 6.47638 21.0006 7.06704 21.0001 7.86243L21.0001 17.2413C21.0001 18.0463 21.0001 18.7106 20.9559 19.2518C20.91 19.8139 20.8114 20.3306 20.5641 20.816C20.1806 21.5686 19.5687 22.1805 18.8161 22.564C18.3307 22.8113 17.814 22.9099 17.2519 22.9558C16.7107 23 16.0464 23 15.2414 23H8.75877C7.95381 23 7.28946 23 6.74827 22.9558C6.18617 22.9099 5.66947 22.8113 5.18413 22.564C4.43149 22.1805 3.81956 21.5686 3.43607 20.816C3.18878 20.3306 3.09022 19.8139 3.04429 19.2518C3.00007 18.7106 3.00008 18.0463 3.0001 17.2413L3.00005 7.86242C2.99962 7.06704 2.9993 6.47638 3.13639 5.96473C3.50626 4.58436 4.58445 3.50617 5.96482 3.1363C6.27434 3.05337 6.61277 3.02072 7.00794 3.00796C7.01024 2.95756 7.01321 2.90871 7.01704 2.86178C7.03572 2.63318 7.07979 2.36345 7.21808 2.09202C7.40983 1.7157 7.71579 1.40974 8.09212 1.21799C8.36354 1.07969 8.63327 1.03563 8.86187 1.01695ZM15.0001 3.60001C15.0001 3.30348 14.9993 3.14122 14.9898 3.02464L14.9886 3.01145L14.9755 3.01031C14.8589 3.00078 14.6966 3.00001 14.4001 3.00001H9.6001C9.30357 3.00001 9.14132 3.00078 9.02473 3.01031L9.01154 3.01145L9.0104 3.02464C9.00087 3.14122 9.0001 3.30348 9.0001 3.60001V4.40001C9.0001 4.69653 9.00087 4.85879 9.0104 4.97537L9.01154 4.98856L9.02473 4.9897C9.14131 4.99923 9.30357 5.00001 9.6001 5.00001H14.4001C14.6966 5.00001 14.8589 4.99923 14.9755 4.9897L14.9886 4.98856L14.9898 4.97537C14.9993 4.85879 15.0001 4.69653 15.0001 4.40001V3.60001ZM7 8.70508H17V10.7051H7V8.70508ZM7 12.7051H15V14.7051H7V12.7051ZM7 16.7051H11V18.7051H7V16.7051Z"
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="M20 15.627L18.4756 15.083C18.2066 14.9866 17.9152 14.9747 17.6406 15.0469L17.5234 15.083L16 15.627V17.4248C16 18.0306 16.4436 18.6677 17.1406 19.249C17.4456 19.5034 17.7559 19.7087 18 19.8564C18.2441 19.7087 18.5544 19.5034 18.8594 19.249C19.5564 18.6677 20 18.0306 20 17.4248V15.627ZM11 14V16H7V14H11ZM15 10V12H7V10H15ZM19 6.79981C19 5.94342 18.9997 5.36117 18.9629 4.91113C18.9271 4.47272 18.8619 4.2482 18.7822 4.0918C18.5905 3.71555 18.2845 3.40951 17.9082 3.21778C17.7518 3.13809 17.5273 3.07293 17.0889 3.03711C16.6388 3.00035 16.0566 3 15.2002 3H8.79981C7.94342 3 7.36117 3.00035 6.91113 3.03711C6.47272 3.07293 6.2482 3.13809 6.0918 3.21778C5.71555 3.40951 5.40951 3.71555 5.21778 4.0918C5.13809 4.2482 5.07293 4.47272 5.03711 4.91113C5.00035 5.36117 5 5.94342 5 6.79981V17.2002C5 18.0566 5.00035 18.6388 5.03711 19.0889C5.07293 19.5273 5.13809 19.7518 5.21778 19.9082C5.40951 20.2845 5.71554 20.5905 6.0918 20.7822C6.2482 20.8619 6.47272 20.9271 6.91113 20.9629C7.36117 20.9997 7.94342 21 8.79981 21H13.5V23H8.79981C7.97632 23 7.29843 23.001 6.74805 22.9561C6.18599 22.9101 5.6689 22.8117 5.1836 22.5645C4.43109 22.181 3.81902 21.5689 3.43555 20.8164C3.18827 20.3311 3.08988 19.814 3.04395 19.252C2.99898 18.7016 3 18.0237 3 17.2002V6.79981C3 5.97632 2.99898 5.29843 3.04395 4.74805C3.08988 4.18599 3.18827 3.6689 3.43555 3.1836C3.81902 2.43109 4.43109 1.81902 5.1836 1.43555C5.6689 1.18827 6.18599 1.08988 6.74805 1.04395C7.29843 0.998979 7.97632 1 8.79981 1H15.2002C16.0237 1 16.7016 0.998979 17.252 1.04395C17.814 1.08988 18.3311 1.18827 18.8164 1.43555C19.5689 1.81902 20.181 2.43109 20.5645 3.1836C20.8117 3.6689 20.9101 4.18599 20.9561 4.74805C21.001 5.29843 21 5.97632 21 6.79981V11H19V6.79981ZM17 6V8H7V6H17ZM16.8496 13.1992C17.5924 12.9333 18.4046 12.9337 19.1475 13.1992H19.1484L21.3369 13.9814C21.7346 14.1238 22 14.5005 22 14.9229V17.4248C22 18.9638 20.9436 20.1154 20.1406 20.7852C19.7143 21.1408 19.2927 21.4165 18.9805 21.6025C18.8235 21.6961 18.691 21.7681 18.5957 21.8184C18.548 21.8435 18.5095 21.8639 18.4814 21.8779C18.4674 21.8849 18.4558 21.8904 18.4473 21.8945C18.443 21.8966 18.4394 21.8981 18.4365 21.8994C18.4351 21.9001 18.4337 21.9009 18.4326 21.9014L18.4316 21.9023H18.4307C18.1926 22.0158 17.9204 22.0304 17.6738 21.9453L17.5693 21.9023H17.5684L17.5674 21.9014C17.5663 21.9009 17.5649 21.9001 17.5635 21.8994C17.5606 21.8981 17.557 21.8966 17.5527 21.8945C17.5442 21.8904 17.5326 21.8849 17.5186 21.8779C17.4905 21.8639 17.452 21.8435 17.4043 21.8184C17.309 21.7681 17.1765 21.6961 17.0195 21.6025C16.7073 21.4165 16.2857 21.1408 15.8594 20.7852C15.0564 20.1154 14 18.9638 14 17.4248V14.9229C14 14.5005 14.2654 14.1238 14.6631 13.9814L16.8496 13.1992Z"
4
+ fill="currentColor" />
5
+ </svg>