a-icons 1.1.35 → 1.1.37
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/AppstoreOutlined.d.ts +7 -0
- package/es/AppstoreOutlined.js +31 -0
- package/es/BarsOutlined.d.ts +7 -0
- package/es/BarsOutlined.js +31 -0
- package/es/BellOutlined.d.ts +7 -0
- package/es/{BellOutline.js → BellOutlined.js} +3 -3
- package/es/CellPhoneCallFilled.d.ts +7 -0
- package/es/CellPhoneCallFilled.js +40 -0
- package/es/EmailWithTextFilled.d.ts +7 -0
- package/es/EmailWithTextFilled.js +40 -0
- package/es/GiftWithClipFilled.d.ts +7 -0
- package/es/GiftWithClipFilled.js +43 -0
- package/es/MenuListOutlined.d.ts +7 -0
- package/es/MenuListOutlined.js +31 -0
- package/es/PeopleCircleOutlined.d.ts +7 -0
- package/es/{PeopleCircleOutline.js → PeopleCircleOutlined.js} +3 -3
- package/es/SimpleEarthOutlined.d.ts +7 -0
- package/es/{EarthOutline.js → SimpleEarthOutlined.js} +3 -3
- package/es/index.d.ts +9 -3
- package/es/index.js +9 -3
- package/lib/AppstoreOutlined.d.ts +7 -0
- package/lib/AppstoreOutlined.js +74 -0
- package/lib/BarsOutlined.d.ts +7 -0
- package/lib/BarsOutlined.js +74 -0
- package/lib/BellOutlined.d.ts +7 -0
- package/lib/{BellOutline.js → BellOutlined.js} +3 -3
- package/lib/CellPhoneCallFilled.d.ts +7 -0
- package/lib/CellPhoneCallFilled.js +83 -0
- package/lib/EmailWithTextFilled.d.ts +7 -0
- package/lib/EmailWithTextFilled.js +83 -0
- package/lib/GiftWithClipFilled.d.ts +7 -0
- package/lib/GiftWithClipFilled.js +86 -0
- package/lib/MenuListOutlined.d.ts +7 -0
- package/lib/MenuListOutlined.js +74 -0
- package/lib/PeopleCircleOutlined.d.ts +7 -0
- package/lib/{PeopleCircleOutline.js → PeopleCircleOutlined.js} +3 -3
- package/lib/SimpleEarthOutlined.d.ts +7 -0
- package/lib/{EarthOutline.js → SimpleEarthOutlined.js} +3 -3
- package/lib/index.d.ts +9 -3
- package/lib/index.js +61 -18
- package/package.json +2 -2
- package/src/AppstoreOutlined.tsx +18 -0
- package/src/BarsOutlined.tsx +18 -0
- package/src/{BellOutline.tsx → BellOutlined.tsx} +3 -3
- package/src/CellPhoneCallFilled.tsx +25 -0
- package/src/EmailWithTextFilled.tsx +25 -0
- package/src/GiftWithClipFilled.tsx +29 -0
- package/src/MenuListOutlined.tsx +18 -0
- package/src/{PeopleCircleOutline.tsx → PeopleCircleOutlined.tsx} +3 -3
- package/src/{EarthOutline.tsx → SimpleEarthOutlined.tsx} +3 -3
- package/src/index.tsx +9 -3
- package/svgs/filled/cell-phone-call-filled.svg +9 -0
- package/svgs/filled/email-with-text-filled.svg +12 -0
- package/svgs/filled/gift-with-clip-filled.svg +21 -0
- package/svgs/outlined/appstore-outlined.svg +5 -0
- package/svgs/outlined/bars-outlined.svg +5 -0
- package/svgs/outlined/clock-circle-outline.svg +1 -1
- package/svgs/outlined/menu-list-outlined.svg +5 -0
- package/tmpAllSvgs/appstore-outlined.svg +5 -0
- package/tmpAllSvgs/bars-outlined.svg +5 -0
- package/tmpAllSvgs/cell-phone-call-filled.svg +9 -0
- package/tmpAllSvgs/clock-circle-outline.svg +1 -1
- package/tmpAllSvgs/email-with-text-filled.svg +12 -0
- package/tmpAllSvgs/gift-with-clip-filled.svg +21 -0
- package/tmpAllSvgs/menu-list-outlined.svg +5 -0
- package/es/BellOutline.d.ts +0 -7
- package/es/EarthOutline.d.ts +0 -7
- package/es/PeopleCircleOutline.d.ts +0 -7
- package/lib/BellOutline.d.ts +0 -7
- package/lib/EarthOutline.d.ts +0 -7
- package/lib/PeopleCircleOutline.d.ts +0 -7
- /package/svgs/outlined/{bell-outline.svg → bell-outlined.svg} +0 -0
- /package/svgs/outlined/{people-circle-outline.svg → people-circle-outlined.svg} +0 -0
- /package/svgs/outlined/{earth-outline.svg → simple-earth-outlined.svg} +0 -0
- /package/tmpAllSvgs/{bell-outline.svg → bell-outlined.svg} +0 -0
- /package/tmpAllSvgs/{people-circle-outline.svg → people-circle-outlined.svg} +0 -0
- /package/tmpAllSvgs/{earth-outline.svg → simple-earth-outlined.svg} +0 -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 AppstoreOutlined(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: "M10.6 12.7H5.7a.7.7 0 00-.7.7v4.9a.7.7 0 00.7.7h4.9a.7.7 0 00.7-.7v-4.9a.7.7 0 00-.7-.7zm-.7 4.9H6.4v-3.5h3.5v3.5zM18.3 5h-4.9a.7.7 0 00-.7.7v4.9a.7.7 0 00.7.7h4.9a.7.7 0 00.7-.7V5.7a.7.7 0 00-.7-.7zm-.7 4.9h-3.5V6.4h3.5v3.5zm.7 2.8h-4.9a.7.7 0 00-.7.7v4.9a.7.7 0 00.7.7h4.9a.7.7 0 00.7-.7v-4.9a.7.7 0 00-.7-.7zm-.7 4.9h-3.5v-3.5h3.5v3.5zM10.6 5H5.7a.7.7 0 00-.7.7v4.9a.7.7 0 00.7.7h4.9a.7.7 0 00.7-.7V5.7a.7.7 0 00-.7-.7zm-.7 4.9H6.4V6.4h3.5v3.5z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
27
|
+
component: IconNode
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
AppstoreOutlined.displayName = 'AppstoreOutlined';
|
|
31
|
+
export default AppstoreOutlined;
|
|
@@ -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 BarsOutlined(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: "M5.444 16.534a.844.844 0 00-.278-.18.833.833 0 00-.642 0 .844.844 0 00-.279.18.859.859 0 00-.177.283.869.869 0 00.177.934.97.97 0 00.279.18.783.783 0 00.642 0 .97.97 0 00.278-.18.861.861 0 00.178-.934.859.859 0 00-.178-.283zm2.778-8.82h10.934c.224 0 .438-.09.597-.25a.864.864 0 000-1.213.838.838 0 00-.597-.251H8.222a.838.838 0 00-.597.251.864.864 0 000 1.212c.159.16.373.251.597.251zm-2.778 3.677a.84.84 0 00-.92-.18.97.97 0 00-.279.18.86.86 0 00-.177.283.816.816 0 000 .652c.043.104.102.2.177.282a.97.97 0 00.279.18.784.784 0 00.642 0 .97.97 0 00.278-.18.989.989 0 00.178-.282.816.816 0 000-.652.86.86 0 00-.178-.283zm13.712-.248H8.222a.838.838 0 00-.597.25.864.864 0 000 1.213c.159.16.373.251.597.251h10.934c.224 0 .438-.09.597-.251a.864.864 0 000-1.212.838.838 0 00-.597-.251zM5.444 6.249a.843.843 0 00-.278-.18.833.833 0 00-.92.18.988.988 0 00-.178.282.816.816 0 000 .652c.043.104.102.2.177.283a.97.97 0 00.279.18.833.833 0 00.92-.18.988.988 0 00.178-.283.816.816 0 000-.652.988.988 0 00-.178-.282zm13.712 10.036H8.222a.838.838 0 00-.597.252.864.864 0 000 1.212c.159.16.373.25.597.25h10.934c.224 0 .438-.09.597-.25a.864.864 0 000-1.212.838.838 0 00-.597-.252z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
27
|
+
component: IconNode
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
BarsOutlined.displayName = 'BarsOutlined';
|
|
31
|
+
export default BarsOutlined;
|
|
@@ -12,7 +12,7 @@ var __assign = this && this.__assign || function () {
|
|
|
12
12
|
};
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
-
function
|
|
15
|
+
function BellOutlined(componentProps) {
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -29,5 +29,5 @@ function BellOutline(componentProps) {
|
|
|
29
29
|
component: IconNode
|
|
30
30
|
}));
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
export default
|
|
32
|
+
BellOutlined.displayName = 'BellOutlined';
|
|
33
|
+
export default BellOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function CellPhoneCallFilled(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace CellPhoneCallFilled {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default CellPhoneCallFilled;
|
|
@@ -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 CellPhoneCallFilled(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: "M16.14 1.5H7.66c-2.76 0-3.76 1-3.76 3.81v12.38c0 2.81 1 3.81 3.76 3.81h8.47c2.77 0 3.77-1 3.77-3.81V5.31c0-2.81-1-3.81-3.76-3.81zM11.9 18.8c-.96 0-1.75-.79-1.75-1.75s.79-1.75 1.75-1.75 1.75.79 1.75 1.75-.79 1.75-1.75 1.75zM7 3a1 1 0 00-1 1v8.5a1 1 0 001 1h10a1 1 0 001-1V4a1 1 0 00-1-1H7z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
26
|
+
cx: 19.5,
|
|
27
|
+
cy: 18,
|
|
28
|
+
r: 4.5,
|
|
29
|
+
fill: "inhrite"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M17.008 19.582c0 .09.02.183.062.273a1.127 1.127 0 00.58.55c.15.063.313.095.488.095.254 0 .527-.06.814-.183.288-.122.575-.287.86-.494.288-.21.56-.443.82-.7.258-.26.49-.533.698-.818.205-.285.37-.57.49-.852.12-.285.18-.558.18-.818 0-.17-.03-.333-.09-.483a1.15 1.15 0 00-.288-.417c-.16-.157-.334-.235-.52-.235a.47.47 0 00-.202.045.408.408 0 00-.167.14l-.58.818a.856.856 0 00-.1.174.395.395 0 00-.036.153c0 .06.018.12.053.178a.85.85 0 00.14.177l.19.198c.027.027.04.06.04.1 0 .02-.003.037-.008.057l-.02.05c-.044.082-.122.19-.232.32-.113.13-.232.262-.363.395a7.52 7.52 0 01-.397.367c-.13.11-.238.186-.323.23l-.045.02a.173.173 0 01-.062.01.138.138 0 01-.102-.042l-.19-.188a.767.767 0 00-.18-.14.333.333 0 00-.178-.052.399.399 0 00-.152.032.967.967 0 00-.175.098l-.828.587a.38.38 0 00-.137.16.513.513 0 00-.04.195z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
36
|
+
component: IconNode
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
39
|
+
CellPhoneCallFilled.displayName = 'CellPhoneCallFilled';
|
|
40
|
+
export default CellPhoneCallFilled;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function EmailWithTextFilled(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace EmailWithTextFilled {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default EmailWithTextFilled;
|
|
@@ -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 EmailWithTextFilled(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: "M16 5H8C5.6 5 4 6.235 4 9.118v5.764C4 17.765 5.6 19 8 19h8c2.4 0 4-1.235 4-4.118V9.118C20 6.235 18.4 5 16 5zm.376 5.015l-2.504 2.06c-.528.436-1.2.65-1.872.65-.672 0-1.352-.214-1.872-.65l-2.504-2.06a.647.647 0 01-.096-.873.587.587 0 01.84-.098l2.504 2.058c.608.503 1.64.503 2.248 0l2.504-2.058a.58.58 0 01.84.098.637.637 0 01-.088.873z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
24
|
+
cx: 18.5,
|
|
25
|
+
cy: 16.5,
|
|
26
|
+
r: 4.5,
|
|
27
|
+
fill: "inhrite"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M15.625 15.5c0-.207.168-.375.375-.375h3a.375.375 0 010 .75h-3a.375.375 0 01-.375-.375zM15.625 17.5c0-.207.168-.375.375-.375h5a.375.375 0 010 .75h-5a.375.375 0 01-.375-.375z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
36
|
+
component: IconNode
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
39
|
+
EmailWithTextFilled.displayName = 'EmailWithTextFilled';
|
|
40
|
+
export default EmailWithTextFilled;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function GiftWithClipFilled(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace GiftWithClipFilled {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default GiftWithClipFilled;
|
|
@@ -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 GiftWithClipFilled(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.666 12v5a3.332 3.332 0 01-3.333 3.333H8.666A3.332 3.332 0 015.333 17v-5c0-.459.375-.834.833-.834h1.642c.458 0 .833.375.833.834v2.617a1.678 1.678 0 001.667 1.674c.317 0 .633-.091.908-.274l.792-.517.733.492a1.642 1.642 0 001.7.091c.55-.291.892-.85.892-1.475V12c0-.459.375-.834.833-.834h1.667c.458 0 .833.375.833.834zM19.5 7.833v.833c0 .917-.418 1.667-1.579 1.667H6.08c-1.208 0-1.579-.75-1.579-1.667v-.833c0-.917.371-1.667 1.579-1.667H17.92c1.16 0 1.579.75 1.579 1.667z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M11.167 6.167H7.179c-.246-.206-.238-.523.022-.723l1.025-.79a.848.848 0 01.976 0l1.965 1.513zM16.785 6.167H12l2.358-1.513c.32-.205.85-.205 1.17 0l1.231.79c.312.2.321.517.026.723zM13.67 11.166c.457 0 .83.365.83.81v2.534c0 .647-.738 1.036-1.285.671l-.746-.485a.845.845 0 00-.913 0l-.78.502c-.546.356-1.276-.033-1.276-.672v-2.55c0-.445.373-.81.83-.81h3.34z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
27
|
+
cx: 18.5,
|
|
28
|
+
cy: 16.5,
|
|
29
|
+
r: 4.5,
|
|
30
|
+
fill: "inhrite"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M17.488 14.733c.8-.8 2.1-.8 2.9 0 .799.8.799 2.1 0 2.9l-.973.972c-.46.46-1.202.46-1.662 0a1.174 1.174 0 010-1.662l.617-.618a.3.3 0 11.425.425l-.618.617a.574.574 0 000 .813.574.574 0 00.814 0l.972-.972a1.452 1.452 0 000-2.05 1.452 1.452 0 00-2.05 0l-1.06 1.06a1.203 1.203 0 000 1.698.3.3 0 11-.426.423 1.803 1.803 0 01.001-2.546l1.06-1.06z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
}));
|
|
37
|
+
};
|
|
38
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
39
|
+
component: IconNode
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
GiftWithClipFilled.displayName = 'GiftWithClipFilled';
|
|
43
|
+
export default GiftWithClipFilled;
|
|
@@ -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 MenuListOutlined(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: "M13 17H3a1 1 0 000 2h10a1 1 0 000-2zM3 7h18a1 1 0 100-2H3a1 1 0 000 2zm18 4H3a1 1 0 000 2h18a1 1 0 000-2z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
27
|
+
component: IconNode
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
MenuListOutlined.displayName = 'MenuListOutlined';
|
|
31
|
+
export default MenuListOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function PeopleCircleOutlined(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace PeopleCircleOutlined {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default PeopleCircleOutlined;
|
|
@@ -12,7 +12,7 @@ var __assign = this && this.__assign || function () {
|
|
|
12
12
|
};
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
-
function
|
|
15
|
+
function PeopleCircleOutlined(componentProps) {
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -27,5 +27,5 @@ function PeopleCircleOutline(componentProps) {
|
|
|
27
27
|
component: IconNode
|
|
28
28
|
}));
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
export default
|
|
30
|
+
PeopleCircleOutlined.displayName = 'PeopleCircleOutlined';
|
|
31
|
+
export default PeopleCircleOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
declare function SimpleEarthOutlined(componentProps: IconProps): JSX.Element;
|
|
4
|
+
declare namespace SimpleEarthOutlined {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default SimpleEarthOutlined;
|
|
@@ -12,7 +12,7 @@ var __assign = this && this.__assign || function () {
|
|
|
12
12
|
};
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
-
function
|
|
15
|
+
function SimpleEarthOutlined(componentProps) {
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -34,5 +34,5 @@ function EarthOutline(componentProps) {
|
|
|
34
34
|
component: IconNode
|
|
35
35
|
}));
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
export default
|
|
37
|
+
SimpleEarthOutlined.displayName = 'SimpleEarthOutlined';
|
|
38
|
+
export default SimpleEarthOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export { default as AddFilled } from './AddFilled';
|
|
|
3
3
|
export { default as AddOutlined } from './AddOutlined';
|
|
4
4
|
export { default as AlertTriangleFilled } from './AlertTriangleFilled';
|
|
5
5
|
export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
|
|
6
|
+
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
6
7
|
export { default as ArrowDownFilled } from './ArrowDownFilled';
|
|
7
8
|
export { default as ArrowDropDownFilled } from './ArrowDropDownFilled';
|
|
8
9
|
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined';
|
|
@@ -17,7 +18,8 @@ export { default as ArticleBoardFilled } from './ArticleBoardFilled';
|
|
|
17
18
|
export { default as AtOutlined } from './AtOutlined';
|
|
18
19
|
export { default as BankCardFilled } from './BankCardFilled';
|
|
19
20
|
export { default as BarChartFilled } from './BarChartFilled';
|
|
20
|
-
export { default as
|
|
21
|
+
export { default as BarsOutlined } from './BarsOutlined';
|
|
22
|
+
export { default as BellOutlined } from './BellOutlined';
|
|
21
23
|
export { default as BiscuitFilled } from './BiscuitFilled';
|
|
22
24
|
export { default as BiscuitOutlined } from './BiscuitOutlined';
|
|
23
25
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
@@ -34,6 +36,7 @@ export { default as CardFilled } from './CardFilled';
|
|
|
34
36
|
export { default as CardOutlined } from './CardOutlined';
|
|
35
37
|
export { default as CategoryFilled } from './CategoryFilled';
|
|
36
38
|
export { default as CategoryOutlined } from './CategoryOutlined';
|
|
39
|
+
export { default as CellPhoneCallFilled } from './CellPhoneCallFilled';
|
|
37
40
|
export { default as ChainFilled } from './ChainFilled';
|
|
38
41
|
export { default as ChainOutlined } from './ChainOutlined';
|
|
39
42
|
export { default as CheckOutlined } from './CheckOutlined';
|
|
@@ -76,12 +79,12 @@ export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
|
|
|
76
79
|
export { default as DownloadOutlined } from './DownloadOutlined';
|
|
77
80
|
export { default as DownloadReportOutlined } from './DownloadReportOutlined';
|
|
78
81
|
export { default as EarthFilled } from './EarthFilled';
|
|
79
|
-
export { default as EarthOutline } from './EarthOutline';
|
|
80
82
|
export { default as EarthOutlined } from './EarthOutlined';
|
|
81
83
|
export { default as EcLogo } from './EcLogo';
|
|
82
84
|
export { default as Edit2Filled } from './Edit2Filled';
|
|
83
85
|
export { default as EditFilled } from './EditFilled';
|
|
84
86
|
export { default as EditSimpleOutlined } from './EditSimpleOutlined';
|
|
87
|
+
export { default as EmailWithTextFilled } from './EmailWithTextFilled';
|
|
85
88
|
export { default as ErrorWarningFilled } from './ErrorWarningFilled';
|
|
86
89
|
export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
|
|
87
90
|
export { default as ExternalLinkFilled } from './ExternalLinkFilled';
|
|
@@ -108,6 +111,7 @@ export { default as FunnelFilled } from './FunnelFilled';
|
|
|
108
111
|
export { default as FunnelOutlined } from './FunnelOutlined';
|
|
109
112
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
110
113
|
export { default as GiftFilled } from './GiftFilled';
|
|
114
|
+
export { default as GiftWithClipFilled } from './GiftWithClipFilled';
|
|
111
115
|
export { default as HandCoinsFilled } from './HandCoinsFilled';
|
|
112
116
|
export { default as HomeFilled } from './HomeFilled';
|
|
113
117
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
@@ -142,6 +146,7 @@ export { default as LoopOutlined } from './LoopOutlined';
|
|
|
142
146
|
export { default as MailFilled } from './MailFilled';
|
|
143
147
|
export { default as MailOutlined } from './MailOutlined';
|
|
144
148
|
export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
|
|
149
|
+
export { default as MenuListOutlined } from './MenuListOutlined';
|
|
145
150
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
146
151
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
147
152
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -160,7 +165,7 @@ export { default as PencilOutlined } from './PencilOutlined';
|
|
|
160
165
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
161
166
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
|
162
167
|
export { default as PeopleCardFilled } from './PeopleCardFilled';
|
|
163
|
-
export { default as
|
|
168
|
+
export { default as PeopleCircleOutlined } from './PeopleCircleOutlined';
|
|
164
169
|
export { default as PeopleCloseFilled } from './PeopleCloseFilled';
|
|
165
170
|
export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
166
171
|
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
@@ -212,6 +217,7 @@ export { default as ShieldOutlined } from './ShieldOutlined';
|
|
|
212
217
|
export { default as ShopKeeperFilled } from './ShopKeeperFilled';
|
|
213
218
|
export { default as ShopKeeperOutlined } from './ShopKeeperOutlined';
|
|
214
219
|
export { default as SignalDiffusionOutlined } from './SignalDiffusionOutlined';
|
|
220
|
+
export { default as SimpleEarthOutlined } from './SimpleEarthOutlined';
|
|
215
221
|
export { default as SpeakerFilled } from './SpeakerFilled';
|
|
216
222
|
export { default as SpeakerOutlined } from './SpeakerOutlined';
|
|
217
223
|
export { default as SquareFilled } from './SquareFilled';
|
package/es/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export { default as AddFilled } from './AddFilled';
|
|
|
3
3
|
export { default as AddOutlined } from './AddOutlined';
|
|
4
4
|
export { default as AlertTriangleFilled } from './AlertTriangleFilled';
|
|
5
5
|
export { default as AlertTriangleOutlined } from './AlertTriangleOutlined';
|
|
6
|
+
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
6
7
|
export { default as ArrowDownFilled } from './ArrowDownFilled';
|
|
7
8
|
export { default as ArrowDropDownFilled } from './ArrowDropDownFilled';
|
|
8
9
|
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined';
|
|
@@ -17,7 +18,8 @@ export { default as ArticleBoardFilled } from './ArticleBoardFilled';
|
|
|
17
18
|
export { default as AtOutlined } from './AtOutlined';
|
|
18
19
|
export { default as BankCardFilled } from './BankCardFilled';
|
|
19
20
|
export { default as BarChartFilled } from './BarChartFilled';
|
|
20
|
-
export { default as
|
|
21
|
+
export { default as BarsOutlined } from './BarsOutlined';
|
|
22
|
+
export { default as BellOutlined } from './BellOutlined';
|
|
21
23
|
export { default as BiscuitFilled } from './BiscuitFilled';
|
|
22
24
|
export { default as BiscuitOutlined } from './BiscuitOutlined';
|
|
23
25
|
export { default as BoxAddFilled } from './BoxAddFilled';
|
|
@@ -34,6 +36,7 @@ export { default as CardFilled } from './CardFilled';
|
|
|
34
36
|
export { default as CardOutlined } from './CardOutlined';
|
|
35
37
|
export { default as CategoryFilled } from './CategoryFilled';
|
|
36
38
|
export { default as CategoryOutlined } from './CategoryOutlined';
|
|
39
|
+
export { default as CellPhoneCallFilled } from './CellPhoneCallFilled';
|
|
37
40
|
export { default as ChainFilled } from './ChainFilled';
|
|
38
41
|
export { default as ChainOutlined } from './ChainOutlined';
|
|
39
42
|
export { default as CheckOutlined } from './CheckOutlined';
|
|
@@ -76,12 +79,12 @@ export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
|
|
|
76
79
|
export { default as DownloadOutlined } from './DownloadOutlined';
|
|
77
80
|
export { default as DownloadReportOutlined } from './DownloadReportOutlined';
|
|
78
81
|
export { default as EarthFilled } from './EarthFilled';
|
|
79
|
-
export { default as EarthOutline } from './EarthOutline';
|
|
80
82
|
export { default as EarthOutlined } from './EarthOutlined';
|
|
81
83
|
export { default as EcLogo } from './EcLogo';
|
|
82
84
|
export { default as Edit2Filled } from './Edit2Filled';
|
|
83
85
|
export { default as EditFilled } from './EditFilled';
|
|
84
86
|
export { default as EditSimpleOutlined } from './EditSimpleOutlined';
|
|
87
|
+
export { default as EmailWithTextFilled } from './EmailWithTextFilled';
|
|
85
88
|
export { default as ErrorWarningFilled } from './ErrorWarningFilled';
|
|
86
89
|
export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
|
|
87
90
|
export { default as ExternalLinkFilled } from './ExternalLinkFilled';
|
|
@@ -108,6 +111,7 @@ export { default as FunnelFilled } from './FunnelFilled';
|
|
|
108
111
|
export { default as FunnelOutlined } from './FunnelOutlined';
|
|
109
112
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
110
113
|
export { default as GiftFilled } from './GiftFilled';
|
|
114
|
+
export { default as GiftWithClipFilled } from './GiftWithClipFilled';
|
|
111
115
|
export { default as HandCoinsFilled } from './HandCoinsFilled';
|
|
112
116
|
export { default as HomeFilled } from './HomeFilled';
|
|
113
117
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
@@ -142,6 +146,7 @@ export { default as LoopOutlined } from './LoopOutlined';
|
|
|
142
146
|
export { default as MailFilled } from './MailFilled';
|
|
143
147
|
export { default as MailOutlined } from './MailOutlined';
|
|
144
148
|
export { default as MediumVolumeOutlined } from './MediumVolumeOutlined';
|
|
149
|
+
export { default as MenuListOutlined } from './MenuListOutlined';
|
|
145
150
|
export { default as MoneySymbolFilled } from './MoneySymbolFilled';
|
|
146
151
|
export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
|
|
147
152
|
export { default as MoveOutlined } from './MoveOutlined';
|
|
@@ -160,7 +165,7 @@ export { default as PencilOutlined } from './PencilOutlined';
|
|
|
160
165
|
export { default as PeopleAddFilled } from './PeopleAddFilled';
|
|
161
166
|
export { default as PeopleAddOutlined } from './PeopleAddOutlined';
|
|
162
167
|
export { default as PeopleCardFilled } from './PeopleCardFilled';
|
|
163
|
-
export { default as
|
|
168
|
+
export { default as PeopleCircleOutlined } from './PeopleCircleOutlined';
|
|
164
169
|
export { default as PeopleCloseFilled } from './PeopleCloseFilled';
|
|
165
170
|
export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
166
171
|
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
@@ -212,6 +217,7 @@ export { default as ShieldOutlined } from './ShieldOutlined';
|
|
|
212
217
|
export { default as ShopKeeperFilled } from './ShopKeeperFilled';
|
|
213
218
|
export { default as ShopKeeperOutlined } from './ShopKeeperOutlined';
|
|
214
219
|
export { default as SignalDiffusionOutlined } from './SignalDiffusionOutlined';
|
|
220
|
+
export { default as SimpleEarthOutlined } from './SimpleEarthOutlined';
|
|
215
221
|
export { default as SpeakerFilled } from './SpeakerFilled';
|
|
216
222
|
export { default as SpeakerOutlined } from './SpeakerOutlined';
|
|
217
223
|
export { default as SquareFilled } from './SquareFilled';
|
|
@@ -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 AppstoreOutlined(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: "M10.6 12.7H5.7a.7.7 0 00-.7.7v4.9a.7.7 0 00.7.7h4.9a.7.7 0 00.7-.7v-4.9a.7.7 0 00-.7-.7zm-.7 4.9H6.4v-3.5h3.5v3.5zM18.3 5h-4.9a.7.7 0 00-.7.7v4.9a.7.7 0 00.7.7h4.9a.7.7 0 00.7-.7V5.7a.7.7 0 00-.7-.7zm-.7 4.9h-3.5V6.4h3.5v3.5zm.7 2.8h-4.9a.7.7 0 00-.7.7v4.9a.7.7 0 00.7.7h4.9a.7.7 0 00.7-.7v-4.9a.7.7 0 00-.7-.7zm-.7 4.9h-3.5v-3.5h3.5v3.5zM10.6 5H5.7a.7.7 0 00-.7.7v4.9a.7.7 0 00.7.7h4.9a.7.7 0 00.7-.7V5.7a.7.7 0 00-.7-.7zm-.7 4.9H6.4V6.4h3.5v3.5z",
|
|
66
|
+
fill: "currentColor"
|
|
67
|
+
}));
|
|
68
|
+
};
|
|
69
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
70
|
+
component: IconNode
|
|
71
|
+
}));
|
|
72
|
+
}
|
|
73
|
+
AppstoreOutlined.displayName = 'AppstoreOutlined';
|
|
74
|
+
exports["default"] = AppstoreOutlined;
|