a-icons 1.1.44 → 1.1.46
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/ClientOutlined.d.ts +7 -0
- package/es/ClientOutlined.js +31 -0
- package/es/DollarInCircleOutlined.d.ts +7 -0
- package/es/DollarInCircleOutlined.js +31 -0
- package/es/DoubleChevronOutlined.d.ts +7 -0
- package/es/DoubleChevronOutlined.js +34 -0
- package/es/DoubleUsersOutlined.d.ts +7 -0
- package/es/DoubleUsersOutlined.js +31 -0
- package/es/GrowthGraphOutlined.d.ts +7 -0
- package/es/GrowthGraphOutlined.js +31 -0
- package/es/ImportOutlined.d.ts +7 -0
- package/es/ImportOutlined.js +40 -0
- package/es/InvoiceOutlined.d.ts +7 -0
- package/es/InvoiceOutlined.js +31 -0
- package/es/OfficeBagOutlined.d.ts +7 -0
- package/es/OfficeBagOutlined.js +31 -0
- package/es/SiteMapOutlined.d.ts +7 -0
- package/es/SiteMapOutlined.js +31 -0
- package/es/SquareAOutlined.d.ts +7 -0
- package/es/SquareAOutlined.js +43 -0
- package/es/SquareBoxOutlined.d.ts +7 -0
- package/es/SquareBoxOutlined.js +31 -0
- package/es/SquareRightUpOutlined.d.ts +7 -0
- package/es/SquareRightUpOutlined.js +38 -0
- package/es/index.d.ts +12 -0
- package/es/index.js +12 -0
- package/lib/ClientOutlined.d.ts +7 -0
- package/lib/ClientOutlined.js +74 -0
- package/lib/DollarInCircleOutlined.d.ts +7 -0
- package/lib/DollarInCircleOutlined.js +74 -0
- package/lib/DoubleChevronOutlined.d.ts +7 -0
- package/lib/DoubleChevronOutlined.js +77 -0
- package/lib/DoubleUsersOutlined.d.ts +7 -0
- package/lib/DoubleUsersOutlined.js +74 -0
- package/lib/GrowthGraphOutlined.d.ts +7 -0
- package/lib/GrowthGraphOutlined.js +74 -0
- package/lib/ImportOutlined.d.ts +7 -0
- package/lib/ImportOutlined.js +83 -0
- package/lib/InvoiceOutlined.d.ts +7 -0
- package/lib/InvoiceOutlined.js +74 -0
- package/lib/OfficeBagOutlined.d.ts +7 -0
- package/lib/OfficeBagOutlined.js +74 -0
- package/lib/SiteMapOutlined.d.ts +7 -0
- package/lib/SiteMapOutlined.js +74 -0
- package/lib/SquareAOutlined.d.ts +7 -0
- package/lib/SquareAOutlined.js +86 -0
- package/lib/SquareBoxOutlined.d.ts +7 -0
- package/lib/SquareBoxOutlined.js +74 -0
- package/lib/SquareRightUpOutlined.d.ts +7 -0
- package/lib/SquareRightUpOutlined.js +81 -0
- package/lib/index.d.ts +12 -0
- package/lib/index.js +89 -5
- package/package.json +2 -2
- package/src/ClientOutlined.tsx +18 -0
- package/src/DollarInCircleOutlined.tsx +18 -0
- package/src/DoubleChevronOutlined.tsx +17 -0
- package/src/DoubleUsersOutlined.tsx +18 -0
- package/src/GrowthGraphOutlined.tsx +18 -0
- package/src/ImportOutlined.tsx +28 -0
- package/src/InvoiceOutlined.tsx +18 -0
- package/src/OfficeBagOutlined.tsx +18 -0
- package/src/SiteMapOutlined.tsx +18 -0
- package/src/SquareAOutlined.tsx +32 -0
- package/src/SquareBoxOutlined.tsx +18 -0
- package/src/SquareRightUpOutlined.tsx +26 -0
- package/src/index.tsx +12 -0
- package/svgs/outlined/client-outlined.svg +5 -0
- package/svgs/outlined/dollar-in-circle-outlined.svg +5 -0
- package/svgs/outlined/double-chevron-outlined.svg +10 -0
- package/svgs/outlined/double-users-outlined.svg +5 -0
- package/svgs/outlined/growth-graph-outlined.svg +5 -0
- package/svgs/outlined/import-outlined.svg +7 -0
- package/svgs/outlined/invoice-outlined.svg +5 -0
- package/svgs/outlined/office-bag-outlined.svg +5 -0
- package/svgs/outlined/site-map-outlined.svg +5 -0
- package/svgs/outlined/square-a-outlined.svg +10 -0
- package/svgs/outlined/square-box-outlined.svg +5 -0
- package/svgs/outlined/square-right-up-outlined.svg +7 -0
- package/tmpAllSvgs/client-outlined.svg +5 -0
- package/tmpAllSvgs/dollar-in-circle-outlined.svg +5 -0
- package/tmpAllSvgs/double-chevron-outlined.svg +10 -0
- package/tmpAllSvgs/double-users-outlined.svg +5 -0
- package/tmpAllSvgs/growth-graph-outlined.svg +5 -0
- package/tmpAllSvgs/import-outlined.svg +7 -0
- package/tmpAllSvgs/invoice-outlined.svg +5 -0
- package/tmpAllSvgs/office-bag-outlined.svg +5 -0
- package/tmpAllSvgs/site-map-outlined.svg +5 -0
- package/tmpAllSvgs/square-a-outlined.svg +10 -0
- package/tmpAllSvgs/square-box-outlined.svg +5 -0
- package/tmpAllSvgs/square-right-up-outlined.svg +7 -0
|
@@ -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 DoubleChevronOutlined(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace DoubleChevronOutlined {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default DoubleChevronOutlined;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 DoubleChevronOutlined(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("g", {
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M18.64 5.232a1 1 0 01.128 1.408L14.302 12l4.466 5.36a1 1 0 01-1.536 1.28l-4.467-5.36a2 2 0 010-2.56l4.467-5.36a1 1 0 011.408-.128zM10.64 5.232a1 1 0 01.128 1.408L6.302 12l4.466 5.36a1 1 0 01-1.536 1.28l-4.467-5.36a2 2 0 010-2.56l4.467-5.36a1 1 0 011.408-.128z"
|
|
27
|
+
})));
|
|
28
|
+
};
|
|
29
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
30
|
+
component: IconNode
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
DoubleChevronOutlined.displayName = 'DoubleChevronOutlined';
|
|
34
|
+
export default DoubleChevronOutlined;
|
|
@@ -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 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,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,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,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,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;
|
package/es/index.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export { default as CircleDollarFilled } from './CircleDollarFilled';
|
|
|
48
48
|
export { default as CircleDollarOutlined } from './CircleDollarOutlined';
|
|
49
49
|
export { default as CirclePlusFilled } from './CirclePlusFilled';
|
|
50
50
|
export { default as CirculationFilled } from './CirculationFilled';
|
|
51
|
+
export { default as ClientOutlined } from './ClientOutlined';
|
|
51
52
|
export { default as ClipboardOutlined } from './ClipboardOutlined';
|
|
52
53
|
export { default as ClockCircleFilled } from './ClockCircleFilled';
|
|
53
54
|
export { default as ClockCircleOutline } from './ClockCircleOutline';
|
|
@@ -76,15 +77,18 @@ export { default as DashboardOutlined } from './DashboardOutlined';
|
|
|
76
77
|
export { default as DisplayerOutlined } from './DisplayerOutlined';
|
|
77
78
|
export { default as DocumentFilled } from './DocumentFilled';
|
|
78
79
|
export { default as DocumentOutlined } from './DocumentOutlined';
|
|
80
|
+
export { default as DollarInCircleOutlined } from './DollarInCircleOutlined';
|
|
79
81
|
export { default as DollarOutlined } from './DollarOutlined';
|
|
80
82
|
export { default as DotCalenderOutlined } from './DotCalenderOutlined';
|
|
81
83
|
export { default as DoubleChainFilled } from './DoubleChainFilled';
|
|
82
84
|
export { default as DoubleChainOutlined } from './DoubleChainOutlined';
|
|
85
|
+
export { default as DoubleChevronOutlined } from './DoubleChevronOutlined';
|
|
83
86
|
export { default as DoubleDocumentFilled } from './DoubleDocumentFilled';
|
|
84
87
|
export { default as DoubleDocumentOutlined } from './DoubleDocumentOutlined';
|
|
85
88
|
export { default as DoubleDownOutlined } from './DoubleDownOutlined';
|
|
86
89
|
export { default as DoubleTextFilled } from './DoubleTextFilled';
|
|
87
90
|
export { default as DoubleTextOutlined } from './DoubleTextOutlined';
|
|
91
|
+
export { default as DoubleUsersOutlined } from './DoubleUsersOutlined';
|
|
88
92
|
export { default as DownlaodAppOutlined } from './DownlaodAppOutlined';
|
|
89
93
|
export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
|
|
90
94
|
export { default as DownloadOutlined } from './DownloadOutlined';
|
|
@@ -125,6 +129,7 @@ export { default as FunnelOutlined } from './FunnelOutlined';
|
|
|
125
129
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
126
130
|
export { default as GiftFilled } from './GiftFilled';
|
|
127
131
|
export { default as GiftWithClipFilled } from './GiftWithClipFilled';
|
|
132
|
+
export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
|
|
128
133
|
export { default as HandCoinsFilled } from './HandCoinsFilled';
|
|
129
134
|
export { default as HomeFilled } from './HomeFilled';
|
|
130
135
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
@@ -133,8 +138,10 @@ export { default as ImacFilled } from './ImacFilled';
|
|
|
133
138
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
134
139
|
export { default as ImageFilled } from './ImageFilled';
|
|
135
140
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
141
|
+
export { default as ImportOutlined } from './ImportOutlined';
|
|
136
142
|
export { default as InsFilled } from './InsFilled';
|
|
137
143
|
export { default as InviteFriendFilled } from './InviteFriendFilled';
|
|
144
|
+
export { default as InvoiceOutlined } from './InvoiceOutlined';
|
|
138
145
|
export { default as KeyFilled } from './KeyFilled';
|
|
139
146
|
export { default as LanguageOutlined } from './LanguageOutlined';
|
|
140
147
|
export { default as LayerFilled } from './LayerFilled';
|
|
@@ -169,6 +176,7 @@ export { default as NoteOutlined } from './NoteOutlined';
|
|
|
169
176
|
export { default as OctagonPromptFilled } from './OctagonPromptFilled';
|
|
170
177
|
export { default as OctagonPromptOutlined } from './OctagonPromptOutlined';
|
|
171
178
|
export { default as OffOutlined } from './OffOutlined';
|
|
179
|
+
export { default as OfficeBagOutlined } from './OfficeBagOutlined';
|
|
172
180
|
export { default as OngoingFilled } from './OngoingFilled';
|
|
173
181
|
export { default as OpenMailFilled } from './OpenMailFilled';
|
|
174
182
|
export { default as OpenMailOutlined } from './OpenMailOutlined';
|
|
@@ -236,10 +244,14 @@ export { default as ShopKeeperOutlined } from './ShopKeeperOutlined';
|
|
|
236
244
|
export { default as SignBankCardFilled } from './SignBankCardFilled';
|
|
237
245
|
export { default as SignalDiffusionOutlined } from './SignalDiffusionOutlined';
|
|
238
246
|
export { default as SimpleEarthOutlined } from './SimpleEarthOutlined';
|
|
247
|
+
export { default as SiteMapOutlined } from './SiteMapOutlined';
|
|
239
248
|
export { default as SpeakerFilled } from './SpeakerFilled';
|
|
240
249
|
export { default as SpeakerOutlined } from './SpeakerOutlined';
|
|
250
|
+
export { default as SquareAOutlined } from './SquareAOutlined';
|
|
251
|
+
export { default as SquareBoxOutlined } from './SquareBoxOutlined';
|
|
241
252
|
export { default as SquareFilled } from './SquareFilled';
|
|
242
253
|
export { default as SquareLeftTurnFilled } from './SquareLeftTurnFilled';
|
|
254
|
+
export { default as SquareRightUpOutlined } from './SquareRightUpOutlined';
|
|
243
255
|
export { default as SquareUpRightOutlined } from './SquareUpRightOutlined';
|
|
244
256
|
export { default as StampFilled } from './StampFilled';
|
|
245
257
|
export { default as StarFilled } from './StarFilled';
|