a-icons 1.1.43 → 1.1.45

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.
Files changed (97) hide show
  1. package/es/ClientOutlined.d.ts +7 -0
  2. package/es/ClientOutlined.js +31 -0
  3. package/es/DollarInCircleOutlined.d.ts +7 -0
  4. package/es/DollarInCircleOutlined.js +31 -0
  5. package/es/DoubleUsersOutlined.d.ts +7 -0
  6. package/es/DoubleUsersOutlined.js +31 -0
  7. package/es/FileBottomArrowOutlined.d.ts +7 -0
  8. package/es/FileBottomArrowOutlined.js +30 -0
  9. package/es/GrowthGraphOutlined.d.ts +7 -0
  10. package/es/GrowthGraphOutlined.js +31 -0
  11. package/es/ImportOutlined.d.ts +7 -0
  12. package/es/ImportOutlined.js +40 -0
  13. package/es/InvoiceOutlined.d.ts +7 -0
  14. package/es/InvoiceOutlined.js +31 -0
  15. package/es/OfficeBagOutlined.d.ts +7 -0
  16. package/es/OfficeBagOutlined.js +31 -0
  17. package/es/ShieldTickAsteriskFilled.d.ts +7 -0
  18. package/es/ShieldTickAsteriskFilled.js +53 -0
  19. package/es/SiteMapOutlined.d.ts +7 -0
  20. package/es/SiteMapOutlined.js +31 -0
  21. package/es/SquareAOutlined.d.ts +7 -0
  22. package/es/SquareAOutlined.js +43 -0
  23. package/es/SquareBoxOutlined.d.ts +7 -0
  24. package/es/SquareBoxOutlined.js +31 -0
  25. package/es/SquareRightUpOutlined.d.ts +7 -0
  26. package/es/SquareRightUpOutlined.js +38 -0
  27. package/es/index.d.ts +13 -0
  28. package/es/index.js +13 -0
  29. package/lib/ClientOutlined.d.ts +7 -0
  30. package/lib/ClientOutlined.js +74 -0
  31. package/lib/DollarInCircleOutlined.d.ts +7 -0
  32. package/lib/DollarInCircleOutlined.js +74 -0
  33. package/lib/DoubleUsersOutlined.d.ts +7 -0
  34. package/lib/DoubleUsersOutlined.js +74 -0
  35. package/lib/FileBottomArrowOutlined.d.ts +7 -0
  36. package/lib/FileBottomArrowOutlined.js +73 -0
  37. package/lib/GrowthGraphOutlined.d.ts +7 -0
  38. package/lib/GrowthGraphOutlined.js +74 -0
  39. package/lib/ImportOutlined.d.ts +7 -0
  40. package/lib/ImportOutlined.js +83 -0
  41. package/lib/InvoiceOutlined.d.ts +7 -0
  42. package/lib/InvoiceOutlined.js +74 -0
  43. package/lib/OfficeBagOutlined.d.ts +7 -0
  44. package/lib/OfficeBagOutlined.js +74 -0
  45. package/lib/ShieldTickAsteriskFilled.d.ts +7 -0
  46. package/lib/ShieldTickAsteriskFilled.js +96 -0
  47. package/lib/SiteMapOutlined.d.ts +7 -0
  48. package/lib/SiteMapOutlined.js +74 -0
  49. package/lib/SquareAOutlined.d.ts +7 -0
  50. package/lib/SquareAOutlined.js +86 -0
  51. package/lib/SquareBoxOutlined.d.ts +7 -0
  52. package/lib/SquareBoxOutlined.js +74 -0
  53. package/lib/SquareRightUpOutlined.d.ts +7 -0
  54. package/lib/SquareRightUpOutlined.js +81 -0
  55. package/lib/index.d.ts +13 -0
  56. package/lib/index.js +96 -5
  57. package/package.json +2 -2
  58. package/src/ClientOutlined.tsx +18 -0
  59. package/src/DollarInCircleOutlined.tsx +18 -0
  60. package/src/DoubleUsersOutlined.tsx +18 -0
  61. package/src/FileBottomArrowOutlined.tsx +18 -0
  62. package/src/GrowthGraphOutlined.tsx +18 -0
  63. package/src/ImportOutlined.tsx +28 -0
  64. package/src/InvoiceOutlined.tsx +18 -0
  65. package/src/OfficeBagOutlined.tsx +18 -0
  66. package/src/ShieldTickAsteriskFilled.tsx +48 -0
  67. package/src/SiteMapOutlined.tsx +18 -0
  68. package/src/SquareAOutlined.tsx +32 -0
  69. package/src/SquareBoxOutlined.tsx +18 -0
  70. package/src/SquareRightUpOutlined.tsx +26 -0
  71. package/src/index.tsx +13 -0
  72. package/svgs/filled/shield-tick-asterisk-filled.svg +17 -0
  73. package/svgs/outlined/client-outlined.svg +5 -0
  74. package/svgs/outlined/dollar-in-circle-outlined.svg +5 -0
  75. package/svgs/outlined/double-users-outlined.svg +5 -0
  76. package/svgs/outlined/file-bottom-arrow-outlined.svg +5 -0
  77. package/svgs/outlined/growth-graph-outlined.svg +5 -0
  78. package/svgs/outlined/import-outlined.svg +7 -0
  79. package/svgs/outlined/invoice-outlined.svg +5 -0
  80. package/svgs/outlined/office-bag-outlined.svg +5 -0
  81. package/svgs/outlined/site-map-outlined.svg +5 -0
  82. package/svgs/outlined/square-a-outlined.svg +10 -0
  83. package/svgs/outlined/square-box-outlined.svg +5 -0
  84. package/svgs/outlined/square-right-up-outlined.svg +7 -0
  85. package/tmpAllSvgs/client-outlined.svg +5 -0
  86. package/tmpAllSvgs/dollar-in-circle-outlined.svg +5 -0
  87. package/tmpAllSvgs/double-users-outlined.svg +5 -0
  88. package/tmpAllSvgs/file-bottom-arrow-outlined.svg +5 -0
  89. package/tmpAllSvgs/growth-graph-outlined.svg +5 -0
  90. package/tmpAllSvgs/import-outlined.svg +7 -0
  91. package/tmpAllSvgs/invoice-outlined.svg +5 -0
  92. package/tmpAllSvgs/office-bag-outlined.svg +5 -0
  93. package/tmpAllSvgs/shield-tick-asterisk-filled.svg +17 -0
  94. package/tmpAllSvgs/site-map-outlined.svg +5 -0
  95. package/tmpAllSvgs/square-a-outlined.svg +10 -0
  96. package/tmpAllSvgs/square-box-outlined.svg +5 -0
  97. package/tmpAllSvgs/square-right-up-outlined.svg +7 -0
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function ClientOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace ClientOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default ClientOutlined;
@@ -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 ClientOutlined(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: "M15.71 12.71a6 6 0 10-7.42 0 10 10 0 00-6.22 8.18 1.006 1.006 0 102 .22 8 8 0 0115.9 0 1 1 0 001 .89h.11a1 1 0 00.88-1.1 10 10 0 00-6.25-8.19zM12 12a4 4 0 110-8 4 4 0 010 8z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ ClientOutlined.displayName = 'ClientOutlined';
31
+ export default ClientOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DollarInCircleOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace DollarInCircleOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default DollarInCircleOutlined;
@@ -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 DollarInCircleOutlined(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: "M11 9h4a1 1 0 100-2h-2V6a1 1 0 00-2 0v1a3 3 0 000 6h2a1 1 0 010 2H9a1 1 0 000 2h2v1a1 1 0 002 0v-1a3 3 0 000-6h-2a1 1 0 010-2zm1-8a11 11 0 100 22 11 11 0 000-22zm0 20a9 9 0 110-18 9 9 0 010 18z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ DollarInCircleOutlined.displayName = 'DollarInCircleOutlined';
31
+ export default DollarInCircleOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DoubleUsersOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace DoubleUsersOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default DoubleUsersOutlined;
@@ -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 DoubleUsersOutlined(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: "M12.3 12.22A4.92 4.92 0 0014 8.5a5 5 0 00-10 0 4.92 4.92 0 001.7 3.72A8 8 0 001 19.5a1 1 0 102 0 6 6 0 1112 0 1 1 0 002 0 8 8 0 00-4.7-7.28zM9 11.5a3 3 0 110-6 3 3 0 010 6zm9.74.32A5 5 0 0015 3.5a1 1 0 100 2 3 3 0 013 3 3 3 0 01-1.5 2.59 1 1 0 00-.05 1.7l.39.26.13.07a7 7 0 014 6.38 1 1 0 002 0 9 9 0 00-4.23-7.68z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ DoubleUsersOutlined.displayName = 'DoubleUsersOutlined';
31
+ export default DoubleUsersOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function FileBottomArrowOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace FileBottomArrowOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default FileBottomArrowOutlined;
@@ -0,0 +1,30 @@
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 FileBottomArrowOutlined(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
+ d: "M20 8.94a1.307 1.307 0 00-.06-.27v-.09a1.07 1.07 0 00-.19-.28l-6-6a1.071 1.071 0 00-.28-.19h-.1a1.099 1.099 0 00-.31-.11H7a3 3 0 00-3 3v14a3 3 0 003 3h10a3 3 0 003-3V9v-.06zm-6-3.53L16.59 8H15a1 1 0 01-1-1V5.41zM18 19a1 1 0 01-1 1H7a1 1 0 01-1-1V5a1 1 0 011-1h5v3a3 3 0 003 3h3v9zm-4.71-4.71l-.29.3V12a1 1 0 00-2 0v2.59l-.29-.3a1.004 1.004 0 10-1.42 1.42l2 2a1 1 0 00.33.21.94.94 0 00.76 0 1 1 0 00.33-.21l2-2a1.004 1.004 0 10-1.42-1.42z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ FileBottomArrowOutlined.displayName = 'FileBottomArrowOutlined';
30
+ export default FileBottomArrowOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function GrowthGraphOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace GrowthGraphOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default GrowthGraphOutlined;
@@ -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 GrowthGraphOutlined(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: "M7 16a1.5 1.5 0 001.5-1.5.77.77 0 000-.15l2.79-2.79h.46l1.61 1.61v.08a1.5 1.5 0 103 0v-.08L20 9.5A1.5 1.5 0 1018.5 8a.767.767 0 000 .15l-3.61 3.61h-.16L13 10a1.5 1.5 0 10-3 0l-3 3a1.5 1.5 0 100 3zm13.5 4h-17V3a1 1 0 00-2 0v18a1 1 0 001 1h18a1 1 0 000-2z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ GrowthGraphOutlined.displayName = 'GrowthGraphOutlined';
31
+ export default GrowthGraphOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function ImportOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace ImportOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default ImportOutlined;
@@ -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
+ 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 ImportOutlined(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: "M7.2 8.4H2.4v12h19.2v-12h-4.8M12 3.2v11.68",
23
+ stroke: "currentColor",
24
+ strokeWidth: 1.5,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M15.35 12.65L12 16l-3.35-3.35",
29
+ stroke: "currentColor",
30
+ strokeWidth: 1.5,
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }));
34
+ };
35
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
36
+ component: IconNode
37
+ }));
38
+ }
39
+ ImportOutlined.displayName = 'ImportOutlined';
40
+ export default ImportOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function InvoiceOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace InvoiceOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default InvoiceOutlined;
@@ -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 InvoiceOutlined(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: "M9.5 10.5H12a1 1 0 100-2h-1V8a1 1 0 10-2 0v.55a2.5 2.5 0 00.5 4.95h1a.5.5 0 010 1H8a1 1 0 000 2h1v.5a1 1 0 102 0v-.55a2.5 2.5 0 00-.5-4.95h-1a.5.5 0 110-1zM21 12h-3V3a1 1 0 00-1.5-.87l-3 1.72-3-1.72a1 1 0 00-1 0l-3 1.72-3-1.72A1 1 0 002 3v16a3 3 0 003 3h14a3 3 0 003-3v-6a1 1 0 00-1-1zM5 20a1 1 0 01-1-1V4.73l2 1.14a1.08 1.08 0 001 0l3-1.72 3 1.72a1.08 1.08 0 001 0l2-1.14V19a3 3 0 00.18 1H5zm15-1a1 1 0 11-2 0v-5h2v5z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ InvoiceOutlined.displayName = 'InvoiceOutlined';
31
+ export default InvoiceOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function OfficeBagOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace OfficeBagOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default OfficeBagOutlined;
@@ -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 OfficeBagOutlined(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: "M21 6h-4V5a3 3 0 00-3-3h-4a3 3 0 00-3 3v1H3a1 1 0 00-1 1v4a3 3 0 001 2.22V19a3 3 0 003 3h12a3 3 0 003-3v-5.78A3 3 0 0022 11V7a1 1 0 00-1-1zM9 5a1 1 0 011-1h4a1 1 0 011 1v1H9V5zm10 14a1 1 0 01-1 1H6a1 1 0 01-1-1v-5h2v1a1 1 0 102 0v-1h6v1a1 1 0 002 0v-1h2v5zm1-8a1 1 0 01-1 1h-2v-1a1 1 0 00-2 0v1H9v-1a1 1 0 10-2 0v1H5a1 1 0 01-1-1V8h16v3z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ OfficeBagOutlined.displayName = 'OfficeBagOutlined';
31
+ export default OfficeBagOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function ShieldTickAsteriskFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace ShieldTickAsteriskFilled {
5
+ var displayName: string;
6
+ }
7
+ export default ShieldTickAsteriskFilled;
@@ -0,0 +1,53 @@
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 ShieldTickAsteriskFilled(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
+ d: "M18.052 6.353L11.91 4.33a.59.59 0 00-.367 0L5.41 6.383a.546.546 0 00-.379.515l.015 6.287c.18 3.69 6.256 5.937 6.514 6.03a.582.582 0 00.4 0c.258-.095 6.323-2.37 6.488-6.084l-.015-6.263a.545.545 0 00-.381-.514z",
22
+ fill: "currentColor"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M15.857 9.76l-5.21 4.383-2.504-2.371.759-.719 1.789 1.694L15.144 9l.713.76z",
27
+ fill: "inherit"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M10.273 18.558c-.287-1.432-.431-2.148-.076-2.681.355-.534 1.07-.677 2.5-.963l4.743-.95c1.43-.287 2.144-.43 2.677-.075.533.355.677 1.071.964 2.503.287 1.432.43 2.148.075 2.681-.355.534-1.07.677-2.5.963l-4.743.95c-1.43.287-2.144.43-2.677.075-.533-.355-.677-1.071-.963-2.503z",
30
+ fill: "#DC4946"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M13.238 16.332l.504-.108.647 3.024-.504.108-.647-3.024z",
33
+ fill: "currentColor"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.438 16.352l.432.28-1.681 2.596-.433-.28 1.681-2.596z",
36
+ fill: "currentColor"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M12.654 16.733l-.28.433 2.596 1.681.28-.432-2.596-1.682zM17.361 15.3l.504-.107.647 3.025-.504.107-.647-3.024z",
39
+ fill: "currentColor"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M18.56 15.321l.433.28-1.681 2.596-.433-.28 1.681-2.596z",
42
+ fill: "currentColor"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M16.777 15.702l-.28.433 2.596 1.681.28-.432-2.596-1.682z",
45
+ fill: "currentColor"
46
+ }));
47
+ };
48
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
49
+ component: IconNode
50
+ }));
51
+ }
52
+ ShieldTickAsteriskFilled.displayName = 'ShieldTickAsteriskFilled';
53
+ export default ShieldTickAsteriskFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function SiteMapOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace SiteMapOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default SiteMapOutlined;
@@ -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 SiteMapOutlined(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: "M22 15h-2v-3a1 1 0 00-1-1h-6V9h2a1 1 0 001-1V2a1 1 0 00-1-1H9a1 1 0 00-1 1v6a1 1 0 001 1h2v2H5a1 1 0 00-1 1v3H2a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1v-6a1 1 0 00-1-1H6v-2h12v2h-2a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1v-6a1 1 0 00-1-1zM7 17v4H3v-4h4zm3-10V3h4v4h-4zm11 14h-4v-4h4v4z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ SiteMapOutlined.displayName = 'SiteMapOutlined';
31
+ export default SiteMapOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function SquareAOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace SquareAOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default SquareAOutlined;
@@ -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
+ 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 SquareAOutlined(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
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M19.2 4.8H4.8v14.4h14.4V4.8zM2.4 2.4v19.2h19.2V2.4H2.4z",
25
+ fill: "currentColor"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M12 10.277l-2.677 6.028-1.646-.73 3.5-7.88h1.646l3.5 7.88-1.646.73L12 10.277z",
30
+ fill: "currentColor"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ fillRule: "evenodd",
33
+ clipRule: "evenodd",
34
+ d: "M9.35 13.31a.9.9 0 01.9-.9h3.5a.9.9 0 010 1.8h-3.5a.9.9 0 01-.9-.9z",
35
+ fill: "currentColor"
36
+ }));
37
+ };
38
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
39
+ component: IconNode
40
+ }));
41
+ }
42
+ SquareAOutlined.displayName = 'SquareAOutlined';
43
+ export default SquareAOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function SquareBoxOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace SquareBoxOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default SquareBoxOutlined;
@@ -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 SquareBoxOutlined(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.47 7.37v-.08l-.06-.15a.712.712 0 00-.07-.09.93.93 0 00-.09-.12l-.09-.07-.16-.08-7.5-4.63a1 1 0 00-1.06 0L4 6.78l-.09.08-.09.07a.94.94 0 00-.09.12.71.71 0 00-.07.09l-.06.15v.08a1.15 1.15 0 000 .26v8.74a1 1 0 00.47.85l7.5 4.63a.466.466 0 00.15.06h.08a.86.86 0 00.52 0h.08a.465.465 0 00.15-.06L20 17.22a1 1 0 00.47-.85V7.63c.01-.086.01-.174 0-.26zM11 19.21l-5.5-3.4V9.43l5.5 3.39v6.39zm1-8.12L6.4 7.63 12 4.18l5.6 3.45-5.6 3.46zm6.5 4.72l-5.5 3.4v-6.39l5.5-3.39v6.38z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ SquareBoxOutlined.displayName = 'SquareBoxOutlined';
31
+ export default SquareBoxOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function SquareRightUpOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace SquareRightUpOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default SquareRightUpOutlined;
@@ -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
+ 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 SquareRightUpOutlined(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
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M6 9.3a.3.3 0 00-.3.3V18a.3.3 0 00.3.3h12v1.8H6A2.1 2.1 0 013.9 18V9.6c0-1.16.94-2.1 2.1-2.1h12v1.8H6z",
25
+ fill: "currentColor"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M17.7 8.4l-3.84-2.88 1.08-1.44L20.7 8.4l-5.76 4.32-1.08-1.44L17.7 8.4z",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+ SquareRightUpOutlined.displayName = 'SquareRightUpOutlined';
38
+ export default SquareRightUpOutlined;