a-icons 1.0.70 → 1.0.73
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/demo/index.md +1 -0
- package/es/GiftFilled.d.ts +6 -0
- package/es/GiftFilled.js +41 -0
- package/es/InviteFriendFilled.d.ts +6 -0
- package/es/InviteFriendFilled.js +41 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/lib/GiftFilled.d.ts +6 -0
- package/lib/GiftFilled.js +94 -0
- package/lib/InviteFriendFilled.d.ts +6 -0
- package/lib/InviteFriendFilled.js +94 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +21 -3
- package/package.json +2 -2
- package/src/GiftFilled.tsx +19 -0
- package/src/InviteFriendFilled.tsx +19 -0
- package/src/index.tsx +2 -0
- package/svgs/filled/gift-filled.svg +8 -0
- package/svgs/filled/invite-friend-filled.svg +10 -0
- package/tmpAllSvgs/gift-filled.svg +8 -0
- package/tmpAllSvgs/invite-friend-filled.svg +10 -0
package/demo/index.md
CHANGED
package/es/GiftFilled.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
|
|
6
|
+
for (var p in s) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
import * as React from 'react';
|
|
18
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
19
|
+
|
|
20
|
+
function GiftFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M18 12.749v5.25a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75v-5.25h12zm-4.125-8.25a2.625 2.625 0 012.372 3.75h2.503a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75H5.25a.75.75 0 01-.75-.75v-2.25a.75.75 0 01.75-.75h2.503A2.625 2.625 0 0112 5.287a2.609 2.609 0 011.874-.788zm-3.75 1.5a1.125 1.125 0 00-.108 2.244l.108.006h1.125V7.124a1.125 1.125 0 00-1.017-1.12l-.108-.005zm3.75 0l-.108.005a1.125 1.125 0 00-1.012 1.012l-.005.108v1.125h1.125l.108-.006a1.125 1.125 0 000-2.24L13.875 6z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M18 18v-5.25H6V18a.75.75 0 00.75.75h10.5A.75.75 0 0018 18z",
|
|
31
|
+
fill: "currentColor"
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
36
|
+
component: IconNode
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
GiftFilled.displayName = 'GiftFilled';
|
|
41
|
+
export default GiftFilled;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
|
|
6
|
+
for (var p in s) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
import * as React from 'react';
|
|
18
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
19
|
+
|
|
20
|
+
function InviteFriendFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M9 12.6a4.2 4.2 0 110-8.4 4.2 4.2 0 010 8.4zM3 19.5h12V18a3.75 3.75 0 00-3.75-3.75h-4.5A3.75 3.75 0 003 18v1.5zM17.88 8.398h1.44v7.2h-1.44v-7.2z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M22.2 11.278v1.44H15v-1.44h7.2z",
|
|
31
|
+
fill: "currentColor"
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
36
|
+
component: IconNode
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
InviteFriendFilled.displayName = 'InviteFriendFilled';
|
|
41
|
+
export default InviteFriendFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export { default as FormOutlined } from './FormOutlined';
|
|
|
77
77
|
export { default as FunnelFilled } from './FunnelFilled';
|
|
78
78
|
export { default as FunnelOutlined } from './FunnelOutlined';
|
|
79
79
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
80
|
+
export { default as GiftFilled } from './GiftFilled';
|
|
80
81
|
export { default as HandCoinsFilled } from './HandCoinsFilled';
|
|
81
82
|
export { default as HomeFilled } from './HomeFilled';
|
|
82
83
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
@@ -85,6 +86,7 @@ export { default as ImacFilled } from './ImacFilled';
|
|
|
85
86
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
86
87
|
export { default as ImageFilled } from './ImageFilled';
|
|
87
88
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
89
|
+
export { default as InviteFriendFilled } from './InviteFriendFilled';
|
|
88
90
|
export { default as KeyFilled } from './KeyFilled';
|
|
89
91
|
export { default as LayerFilled } from './LayerFilled';
|
|
90
92
|
export { default as LayerOutlined } from './LayerOutlined';
|
package/es/index.js
CHANGED
|
@@ -77,6 +77,7 @@ export { default as FormOutlined } from './FormOutlined';
|
|
|
77
77
|
export { default as FunnelFilled } from './FunnelFilled';
|
|
78
78
|
export { default as FunnelOutlined } from './FunnelOutlined';
|
|
79
79
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
80
|
+
export { default as GiftFilled } from './GiftFilled';
|
|
80
81
|
export { default as HandCoinsFilled } from './HandCoinsFilled';
|
|
81
82
|
export { default as HomeFilled } from './HomeFilled';
|
|
82
83
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
@@ -85,6 +86,7 @@ export { default as ImacFilled } from './ImacFilled';
|
|
|
85
86
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
86
87
|
export { default as ImageFilled } from './ImageFilled';
|
|
87
88
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
89
|
+
export { default as InviteFriendFilled } from './InviteFriendFilled';
|
|
88
90
|
export { default as KeyFilled } from './KeyFilled';
|
|
89
91
|
export { default as LayerFilled } from './LayerFilled';
|
|
90
92
|
export { default as LayerOutlined } from './LayerOutlined';
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
|
|
8
|
+
for (var p in s) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return t;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
return __assign.apply(this, arguments);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
22
|
+
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return m[k];
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
Object.defineProperty(o, k2, desc);
|
|
33
|
+
} : function (o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
o[k2] = m[k];
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
39
|
+
Object.defineProperty(o, "default", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
value: v
|
|
42
|
+
});
|
|
43
|
+
} : function (o, v) {
|
|
44
|
+
o["default"] = v;
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
48
|
+
if (mod && mod.__esModule) return mod;
|
|
49
|
+
var result = {};
|
|
50
|
+
if (mod != null) for (var k in mod) {
|
|
51
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
__setModuleDefault(result, mod);
|
|
55
|
+
|
|
56
|
+
return result;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
60
|
+
return mod && mod.__esModule ? mod : {
|
|
61
|
+
"default": mod
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
Object.defineProperty(exports, "__esModule", {
|
|
66
|
+
value: true
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
var React = __importStar(require("react"));
|
|
70
|
+
|
|
71
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
72
|
+
|
|
73
|
+
function GiftFilled(componentProps) {
|
|
74
|
+
var IconNode = function IconNode(props) {
|
|
75
|
+
return React.createElement("svg", __assign({
|
|
76
|
+
viewBox: "0 0 24 24",
|
|
77
|
+
fill: "none",
|
|
78
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
79
|
+
}, props), React.createElement("path", {
|
|
80
|
+
d: "M18 12.749v5.25a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75v-5.25h12zm-4.125-8.25a2.625 2.625 0 012.372 3.75h2.503a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75H5.25a.75.75 0 01-.75-.75v-2.25a.75.75 0 01.75-.75h2.503A2.625 2.625 0 0112 5.287a2.609 2.609 0 011.874-.788zm-3.75 1.5a1.125 1.125 0 00-.108 2.244l.108.006h1.125V7.124a1.125 1.125 0 00-1.017-1.12l-.108-.005zm3.75 0l-.108.005a1.125 1.125 0 00-1.012 1.012l-.005.108v1.125h1.125l.108-.006a1.125 1.125 0 000-2.24L13.875 6z",
|
|
81
|
+
fill: "currentColor"
|
|
82
|
+
}), React.createElement("path", {
|
|
83
|
+
d: "M18 18v-5.25H6V18a.75.75 0 00.75.75h10.5A.75.75 0 0018 18z",
|
|
84
|
+
fill: "currentColor"
|
|
85
|
+
}));
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
89
|
+
component: IconNode
|
|
90
|
+
}));
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
GiftFilled.displayName = 'GiftFilled';
|
|
94
|
+
exports["default"] = GiftFilled;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
|
|
8
|
+
for (var p in s) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return t;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
return __assign.apply(this, arguments);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
22
|
+
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return m[k];
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
Object.defineProperty(o, k2, desc);
|
|
33
|
+
} : function (o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
o[k2] = m[k];
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
39
|
+
Object.defineProperty(o, "default", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
value: v
|
|
42
|
+
});
|
|
43
|
+
} : function (o, v) {
|
|
44
|
+
o["default"] = v;
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
48
|
+
if (mod && mod.__esModule) return mod;
|
|
49
|
+
var result = {};
|
|
50
|
+
if (mod != null) for (var k in mod) {
|
|
51
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
__setModuleDefault(result, mod);
|
|
55
|
+
|
|
56
|
+
return result;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
60
|
+
return mod && mod.__esModule ? mod : {
|
|
61
|
+
"default": mod
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
Object.defineProperty(exports, "__esModule", {
|
|
66
|
+
value: true
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
var React = __importStar(require("react"));
|
|
70
|
+
|
|
71
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
72
|
+
|
|
73
|
+
function InviteFriendFilled(componentProps) {
|
|
74
|
+
var IconNode = function IconNode(props) {
|
|
75
|
+
return React.createElement("svg", __assign({
|
|
76
|
+
viewBox: "0 0 24 24",
|
|
77
|
+
fill: "none",
|
|
78
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
79
|
+
}, props), React.createElement("path", {
|
|
80
|
+
d: "M9 12.6a4.2 4.2 0 110-8.4 4.2 4.2 0 010 8.4zM3 19.5h12V18a3.75 3.75 0 00-3.75-3.75h-4.5A3.75 3.75 0 003 18v1.5zM17.88 8.398h1.44v7.2h-1.44v-7.2z",
|
|
81
|
+
fill: "currentColor"
|
|
82
|
+
}), React.createElement("path", {
|
|
83
|
+
d: "M22.2 11.278v1.44H15v-1.44h7.2z",
|
|
84
|
+
fill: "currentColor"
|
|
85
|
+
}));
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
89
|
+
component: IconNode
|
|
90
|
+
}));
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
InviteFriendFilled.displayName = 'InviteFriendFilled';
|
|
94
|
+
exports["default"] = InviteFriendFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export { default as FormOutlined } from './FormOutlined';
|
|
|
77
77
|
export { default as FunnelFilled } from './FunnelFilled';
|
|
78
78
|
export { default as FunnelOutlined } from './FunnelOutlined';
|
|
79
79
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
80
|
+
export { default as GiftFilled } from './GiftFilled';
|
|
80
81
|
export { default as HandCoinsFilled } from './HandCoinsFilled';
|
|
81
82
|
export { default as HomeFilled } from './HomeFilled';
|
|
82
83
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
@@ -85,6 +86,7 @@ export { default as ImacFilled } from './ImacFilled';
|
|
|
85
86
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
86
87
|
export { default as ImageFilled } from './ImageFilled';
|
|
87
88
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
89
|
+
export { default as InviteFriendFilled } from './InviteFriendFilled';
|
|
88
90
|
export { default as KeyFilled } from './KeyFilled';
|
|
89
91
|
export { default as LayerFilled } from './LayerFilled';
|
|
90
92
|
export { default as LayerOutlined } from './LayerOutlined';
|
package/lib/index.js
CHANGED
|
@@ -10,9 +10,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
value: true
|
|
11
11
|
});
|
|
12
12
|
exports.CreditCardFilled = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.CirclePlusFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BankCardFilled = exports.AtOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddFilled = exports.ImpassabilityFilled = void 0;
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShareOutlined = void 0;
|
|
13
|
+
exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.KeyFilled = exports.InviteFriendFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GiftFilled = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.DownloadOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DocumentOutlined = exports.DocumentFilled = exports.DashboardOutlined = exports.DashboardFilled = exports.CreditCardOutlined = void 0;
|
|
14
|
+
exports.ShapeFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RetryRefreshFilled = exports.RefreshOutlined = exports.RefreshFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = void 0;
|
|
15
|
+
exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = void 0;
|
|
16
16
|
|
|
17
17
|
var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
|
|
18
18
|
|
|
@@ -725,6 +725,15 @@ Object.defineProperty(exports, "GarbageCanOutlined", {
|
|
|
725
725
|
}
|
|
726
726
|
});
|
|
727
727
|
|
|
728
|
+
var GiftFilled_1 = require("./GiftFilled");
|
|
729
|
+
|
|
730
|
+
Object.defineProperty(exports, "GiftFilled", {
|
|
731
|
+
enumerable: true,
|
|
732
|
+
get: function get() {
|
|
733
|
+
return __importDefault(GiftFilled_1)["default"];
|
|
734
|
+
}
|
|
735
|
+
});
|
|
736
|
+
|
|
728
737
|
var HandCoinsFilled_1 = require("./HandCoinsFilled");
|
|
729
738
|
|
|
730
739
|
Object.defineProperty(exports, "HandCoinsFilled", {
|
|
@@ -797,6 +806,15 @@ Object.defineProperty(exports, "ImageOutlined", {
|
|
|
797
806
|
}
|
|
798
807
|
});
|
|
799
808
|
|
|
809
|
+
var InviteFriendFilled_1 = require("./InviteFriendFilled");
|
|
810
|
+
|
|
811
|
+
Object.defineProperty(exports, "InviteFriendFilled", {
|
|
812
|
+
enumerable: true,
|
|
813
|
+
get: function get() {
|
|
814
|
+
return __importDefault(InviteFriendFilled_1)["default"];
|
|
815
|
+
}
|
|
816
|
+
});
|
|
817
|
+
|
|
800
818
|
var KeyFilled_1 = require("./KeyFilled");
|
|
801
819
|
|
|
802
820
|
Object.defineProperty(exports, "KeyFilled", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.73",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "9ec75fb976bfb1158e04bab474aff59cc66f893e"
|
|
26
26
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function GiftFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M18 12.749v5.25a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75v-5.25h12zm-4.125-8.25a2.625 2.625 0 012.372 3.75h2.503a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75H5.25a.75.75 0 01-.75-.75v-2.25a.75.75 0 01.75-.75h2.503A2.625 2.625 0 0112 5.287a2.609 2.609 0 011.874-.788zm-3.75 1.5a1.125 1.125 0 00-.108 2.244l.108.006h1.125V7.124a1.125 1.125 0 00-1.017-1.12l-.108-.005zm3.75 0l-.108.005a1.125 1.125 0 00-1.012 1.012l-.005.108v1.125h1.125l.108-.006a1.125 1.125 0 000-2.24L13.875 6z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path d="M18 18v-5.25H6V18a.75.75 0 00.75.75h10.5A.75.75 0 0018 18z" fill="currentColor" />
|
|
12
|
+
</svg>
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
GiftFilled.displayName = 'GiftFilled';
|
|
19
|
+
export default GiftFilled;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function InviteFriendFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M9 12.6a4.2 4.2 0 110-8.4 4.2 4.2 0 010 8.4zM3 19.5h12V18a3.75 3.75 0 00-3.75-3.75h-4.5A3.75 3.75 0 003 18v1.5zM17.88 8.398h1.44v7.2h-1.44v-7.2z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path d="M22.2 11.278v1.44H15v-1.44h7.2z" fill="currentColor" />
|
|
12
|
+
</svg>
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
InviteFriendFilled.displayName = 'InviteFriendFilled';
|
|
19
|
+
export default InviteFriendFilled;
|
package/src/index.tsx
CHANGED
|
@@ -77,6 +77,7 @@ export { default as FormOutlined } from './FormOutlined';
|
|
|
77
77
|
export { default as FunnelFilled } from './FunnelFilled';
|
|
78
78
|
export { default as FunnelOutlined } from './FunnelOutlined';
|
|
79
79
|
export { default as GarbageCanOutlined } from './GarbageCanOutlined';
|
|
80
|
+
export { default as GiftFilled } from './GiftFilled';
|
|
80
81
|
export { default as HandCoinsFilled } from './HandCoinsFilled';
|
|
81
82
|
export { default as HomeFilled } from './HomeFilled';
|
|
82
83
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
@@ -85,6 +86,7 @@ export { default as ImacFilled } from './ImacFilled';
|
|
|
85
86
|
export { default as ImacOutlined } from './ImacOutlined';
|
|
86
87
|
export { default as ImageFilled } from './ImageFilled';
|
|
87
88
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
89
|
+
export { default as InviteFriendFilled } from './InviteFriendFilled';
|
|
88
90
|
export { default as KeyFilled } from './KeyFilled';
|
|
89
91
|
export { default as LayerFilled } from './LayerFilled';
|
|
90
92
|
export { default as LayerOutlined } from './LayerOutlined';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M18 12.7487V17.9987C18 18.1976 17.921 18.3883 17.7803 18.529C17.6397 18.6696 17.4489 18.7487 17.25 18.7487H6.75C6.55109 18.7487 6.36032 18.6696 6.21967 18.529C6.07902 18.3883 6 18.1976 6 17.9987V12.7487H18ZM13.875 4.49866C14.318 4.49851 14.7538 4.61047 15.1419 4.82411C15.5299 5.03775 15.8576 5.34612 16.0944 5.72051C16.3312 6.0949 16.4694 6.52312 16.4961 6.9653C16.5228 7.40748 16.4372 7.84923 16.2473 8.24941L18.75 8.24866C18.9489 8.24866 19.1397 8.32768 19.2803 8.46833C19.421 8.60898 19.5 8.79975 19.5 8.99866V11.2487C19.5 11.4476 19.421 11.6383 19.2803 11.779C19.1397 11.9196 18.9489 11.9987 18.75 11.9987H5.25C5.05109 11.9987 4.86032 11.9196 4.71967 11.779C4.57902 11.6383 4.5 11.4476 4.5 11.2487V8.99866C4.5 8.79975 4.57902 8.60898 4.71967 8.46833C4.86032 8.32768 5.05109 8.24866 5.25 8.24866L7.75275 8.24941C7.48557 7.68816 7.42622 7.05031 7.58528 6.44941C7.74433 5.84851 8.11147 5.32354 8.62132 4.96797C9.13118 4.61241 9.75068 4.44931 10.3695 4.50771C10.9884 4.56611 11.5664 4.84223 12.0008 5.28691C12.2445 5.0368 12.536 4.83817 12.858 4.70277C13.1799 4.56737 13.5257 4.49796 13.875 4.49866ZM10.125 5.99866C9.83609 5.9988 9.5583 6.11009 9.34921 6.30947C9.14012 6.50884 9.01574 6.78102 9.00186 7.0696C8.98797 7.35817 9.08564 7.64103 9.27463 7.85956C9.46362 8.07809 9.72944 8.21553 10.017 8.24341L10.125 8.24866H11.25V7.12366C11.25 6.844 11.1458 6.57437 10.9578 6.36735C10.7698 6.16032 10.5114 6.03076 10.233 6.00391L10.125 5.99866ZM13.875 5.99866L13.767 6.00391C13.507 6.02882 13.2638 6.14339 13.0791 6.32799C12.8944 6.51259 12.7796 6.75571 12.7545 7.01566L12.75 7.12366V8.24866H13.875L13.983 8.24341C14.2613 8.21643 14.5195 8.08681 14.7074 7.8798C14.8953 7.67279 14.9994 7.40323 14.9994 7.12366C14.9994 6.84409 14.8953 6.57453 14.7074 6.36752C14.5195 6.16051 14.2613 6.03089 13.983 6.00391L13.875 5.99866Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M18 18V12.75H6V18C6 18.1989 6.07902 18.3897 6.21967 18.5303C6.36032 18.671 6.55109 18.75 6.75 18.75H17.25C17.4489 18.75 17.6397 18.671 17.7803 18.5303C17.921 18.3897 18 18.1989 18 18Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M8.9998 12.5992C8.44825 12.5992 7.9021 12.4906 7.39253 12.2795C6.88297 12.0684 6.41996 11.7591 6.02996 11.3691C5.63995 10.9791 5.33058 10.5161 5.11951 10.0065C4.90844 9.49692 4.7998 8.95077 4.7998 8.39922C4.7998 7.84767 4.90844 7.30152 5.11951 6.79195C5.33058 6.28238 5.63995 5.81938 6.02996 5.42937C6.41996 5.03936 6.88297 4.72999 7.39253 4.51892C7.9021 4.30785 8.44825 4.19922 8.9998 4.19922C10.1137 4.19922 11.182 4.64172 11.9697 5.42937C12.7573 6.21702 13.1998 7.28531 13.1998 8.39922C13.1998 9.51313 12.7573 10.5814 11.9697 11.3691C11.182 12.1567 10.1137 12.5992 8.9998 12.5992Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M3 19.5H15V18C15 17.0054 14.6049 16.0516 13.9017 15.3483C13.1984 14.6451 12.2446 14.25 11.25 14.25H6.75C5.75544 14.25 4.80161 14.6451 4.09835 15.3483C3.39509 16.0516 3 17.0054 3 18V19.5Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path d="M17.88 8.39844H19.32V15.5984H17.88V8.39844Z" fill="currentColor" />
|
|
9
|
+
<path d="M22.2 11.2784V12.7184L15 12.7184L15 11.2784L22.2 11.2784Z" fill="currentColor" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M18 12.7487V17.9987C18 18.1976 17.921 18.3883 17.7803 18.529C17.6397 18.6696 17.4489 18.7487 17.25 18.7487H6.75C6.55109 18.7487 6.36032 18.6696 6.21967 18.529C6.07902 18.3883 6 18.1976 6 17.9987V12.7487H18ZM13.875 4.49866C14.318 4.49851 14.7538 4.61047 15.1419 4.82411C15.5299 5.03775 15.8576 5.34612 16.0944 5.72051C16.3312 6.0949 16.4694 6.52312 16.4961 6.9653C16.5228 7.40748 16.4372 7.84923 16.2473 8.24941L18.75 8.24866C18.9489 8.24866 19.1397 8.32768 19.2803 8.46833C19.421 8.60898 19.5 8.79975 19.5 8.99866V11.2487C19.5 11.4476 19.421 11.6383 19.2803 11.779C19.1397 11.9196 18.9489 11.9987 18.75 11.9987H5.25C5.05109 11.9987 4.86032 11.9196 4.71967 11.779C4.57902 11.6383 4.5 11.4476 4.5 11.2487V8.99866C4.5 8.79975 4.57902 8.60898 4.71967 8.46833C4.86032 8.32768 5.05109 8.24866 5.25 8.24866L7.75275 8.24941C7.48557 7.68816 7.42622 7.05031 7.58528 6.44941C7.74433 5.84851 8.11147 5.32354 8.62132 4.96797C9.13118 4.61241 9.75068 4.44931 10.3695 4.50771C10.9884 4.56611 11.5664 4.84223 12.0008 5.28691C12.2445 5.0368 12.536 4.83817 12.858 4.70277C13.1799 4.56737 13.5257 4.49796 13.875 4.49866ZM10.125 5.99866C9.83609 5.9988 9.5583 6.11009 9.34921 6.30947C9.14012 6.50884 9.01574 6.78102 9.00186 7.0696C8.98797 7.35817 9.08564 7.64103 9.27463 7.85956C9.46362 8.07809 9.72944 8.21553 10.017 8.24341L10.125 8.24866H11.25V7.12366C11.25 6.844 11.1458 6.57437 10.9578 6.36735C10.7698 6.16032 10.5114 6.03076 10.233 6.00391L10.125 5.99866ZM13.875 5.99866L13.767 6.00391C13.507 6.02882 13.2638 6.14339 13.0791 6.32799C12.8944 6.51259 12.7796 6.75571 12.7545 7.01566L12.75 7.12366V8.24866H13.875L13.983 8.24341C14.2613 8.21643 14.5195 8.08681 14.7074 7.8798C14.8953 7.67279 14.9994 7.40323 14.9994 7.12366C14.9994 6.84409 14.8953 6.57453 14.7074 6.36752C14.5195 6.16051 14.2613 6.03089 13.983 6.00391L13.875 5.99866Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M18 18V12.75H6V18C6 18.1989 6.07902 18.3897 6.21967 18.5303C6.36032 18.671 6.55109 18.75 6.75 18.75H17.25C17.4489 18.75 17.6397 18.671 17.7803 18.5303C17.921 18.3897 18 18.1989 18 18Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M8.9998 12.5992C8.44825 12.5992 7.9021 12.4906 7.39253 12.2795C6.88297 12.0684 6.41996 11.7591 6.02996 11.3691C5.63995 10.9791 5.33058 10.5161 5.11951 10.0065C4.90844 9.49692 4.7998 8.95077 4.7998 8.39922C4.7998 7.84767 4.90844 7.30152 5.11951 6.79195C5.33058 6.28238 5.63995 5.81938 6.02996 5.42937C6.41996 5.03936 6.88297 4.72999 7.39253 4.51892C7.9021 4.30785 8.44825 4.19922 8.9998 4.19922C10.1137 4.19922 11.182 4.64172 11.9697 5.42937C12.7573 6.21702 13.1998 7.28531 13.1998 8.39922C13.1998 9.51313 12.7573 10.5814 11.9697 11.3691C11.182 12.1567 10.1137 12.5992 8.9998 12.5992Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M3 19.5H15V18C15 17.0054 14.6049 16.0516 13.9017 15.3483C13.1984 14.6451 12.2446 14.25 11.25 14.25H6.75C5.75544 14.25 4.80161 14.6451 4.09835 15.3483C3.39509 16.0516 3 17.0054 3 18V19.5Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path d="M17.88 8.39844H19.32V15.5984H17.88V8.39844Z" fill="currentColor" />
|
|
9
|
+
<path d="M22.2 11.2784V12.7184L15 12.7184L15 11.2784L22.2 11.2784Z" fill="currentColor" />
|
|
10
|
+
</svg>
|