a-icons 1.2.2 → 1.2.4
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/LICENSE +21 -0
- package/es/ConfirmCircleSolidFilled.d.ts +6 -0
- package/es/ConfirmCircleSolidFilled.js +35 -0
- package/es/GiftFilled.js +4 -2
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/lib/ConfirmCircleSolidFilled.d.ts +6 -0
- package/lib/ConfirmCircleSolidFilled.js +78 -0
- package/lib/GiftFilled.js +4 -2
- package/lib/index.d.ts +1 -0
- package/lib/index.js +13 -6
- package/package.json +3 -2
- package/src/ConfirmCircleSolidFilled.tsx +24 -0
- package/src/GiftFilled.tsx +4 -2
- package/src/index.tsx +1 -0
- package/svgs/filled/confirm-circle-solid-filled.svg +8 -0
- package/svgs/filled/gift-filled.svg +10 -7
- package/tmpAllSvgs/confirm-circle-solid-filled.svg +8 -0
- package/tmpAllSvgs/gift-filled.svg +10 -7
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2020 assui
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,35 @@
|
|
|
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 ConfirmCircleSolidFilled(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: "M19.778 19.778A10.966 10.966 0 0112 23a10.966 10.966 0 01-7.778-3.222A10.966 10.966 0 011 12c0-3.038 1.231-5.788 3.222-7.778A10.966 10.966 0 0112 1c3.037 0 5.788 1.231 7.778 3.222A10.966 10.966 0 0123 12c0 3.038-1.231 5.788-3.222 7.778z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M17.828 9.414l-6.707 6.707a1 1 0 01-1.414 0L6 12.414 7.414 11l3 3 6-6 1.414 1.414z",
|
|
27
|
+
fill: "inherit"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
31
|
+
component: IconNode
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
ConfirmCircleSolidFilled.displayName = 'ConfirmCircleSolidFilled';
|
|
35
|
+
export default ConfirmCircleSolidFilled;
|
package/es/GiftFilled.js
CHANGED
|
@@ -19,10 +19,12 @@ function GiftFilled(componentProps) {
|
|
|
19
19
|
fill: "none",
|
|
20
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
21
21
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M5.67 5a3.033 3.033 0 01.692-3.115A2.947 2.947 0 018.464 1C10.26 1 11.373 2.218 12 3.272 12.627 2.218 13.741 1 15.536 1c.792 0 1.548.32 2.102.885A3.018 3.018 0 0118.33 5h2.102c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.182.541.201.77.017.208.017.454.017.706v1.864c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.044.004-.09.006-.138.009V12H3v-.008a4.277 4.277 0 01-.138-.009 2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C1 9.93 1 9.684 1 9.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C3.07 5 3.316 5 3.568 5H5.67zm2.794-2c-.25 0-.493.1-.675.286A1.019 1.019 0 007.5 4c0 .271.106.527.289.714A.947.947 0 008.464 5h2.17a6.117 6.117 0 00-.25-.525C9.898 3.575 9.274 3 8.464 3zm7.072 2c.25 0 .493-.1.675-.286.183-.187.289-.443.289-.714 0-.271-.106-.527-.289-.714A.947.947 0 0015.536 3c-.81 0-1.434.576-1.92 1.475a6.057 6.057 0 00-.25.525h2.17z",
|
|
23
25
|
fill: "currentColor"
|
|
24
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
-
d: "
|
|
27
|
+
d: "M3 14v4.838c0 .528 0 .982.03 1.357.033.395.104.789.297 1.167a3 3 0 001.311 1.311c.378.193.772.264 1.167.296.375.031.83.031 1.356.031H11v-9H3zM13 14v9h3.839c.527 0 .982 0 1.356-.03.395-.033.789-.104 1.167-.297a3 3 0 001.311-1.311c.193-.378.264-.772.296-1.167.031-.375.031-.83.031-1.356V14h-8z",
|
|
26
28
|
fill: "currentColor"
|
|
27
29
|
}));
|
|
28
30
|
};
|
package/es/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ export { default as ComputerFilled } from './ComputerFilled';
|
|
|
84
84
|
export { default as ComputerOutlined } from './ComputerOutlined';
|
|
85
85
|
export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
|
|
86
86
|
export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
|
|
87
|
+
export { default as ConfirmCircleSolidFilled } from './ConfirmCircleSolidFilled';
|
|
87
88
|
export { default as CopyFilled } from './CopyFilled';
|
|
88
89
|
export { default as CopyLineOutlined } from './CopyLineOutlined';
|
|
89
90
|
export { default as CornerRightArrowsOutlined } from './CornerRightArrowsOutlined';
|
package/es/index.js
CHANGED
|
@@ -84,6 +84,7 @@ export { default as ComputerFilled } from './ComputerFilled';
|
|
|
84
84
|
export { default as ComputerOutlined } from './ComputerOutlined';
|
|
85
85
|
export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
|
|
86
86
|
export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
|
|
87
|
+
export { default as ConfirmCircleSolidFilled } from './ConfirmCircleSolidFilled';
|
|
87
88
|
export { default as CopyFilled } from './CopyFilled';
|
|
88
89
|
export { default as CopyLineOutlined } from './CopyLineOutlined';
|
|
89
90
|
export { default as CornerRightArrowsOutlined } from './CornerRightArrowsOutlined';
|
|
@@ -0,0 +1,78 @@
|
|
|
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 ConfirmCircleSolidFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M19.778 19.778A10.966 10.966 0 0112 23a10.966 10.966 0 01-7.778-3.222A10.966 10.966 0 011 12c0-3.038 1.231-5.788 3.222-7.778A10.966 10.966 0 0112 1c3.037 0 5.788 1.231 7.778 3.222A10.966 10.966 0 0123 12c0 3.038-1.231 5.788-3.222 7.778z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
d: "M17.828 9.414l-6.707 6.707a1 1 0 01-1.414 0L6 12.414 7.414 11l3 3 6-6 1.414 1.414z",
|
|
70
|
+
fill: "inherit"
|
|
71
|
+
}));
|
|
72
|
+
};
|
|
73
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
74
|
+
component: IconNode
|
|
75
|
+
}));
|
|
76
|
+
}
|
|
77
|
+
ConfirmCircleSolidFilled.displayName = 'ConfirmCircleSolidFilled';
|
|
78
|
+
exports["default"] = ConfirmCircleSolidFilled;
|
package/lib/GiftFilled.js
CHANGED
|
@@ -62,10 +62,12 @@ function GiftFilled(componentProps) {
|
|
|
62
62
|
fill: "none",
|
|
63
63
|
xmlns: "http://www.w3.org/2000/svg"
|
|
64
64
|
}, props), React.createElement("path", {
|
|
65
|
-
|
|
65
|
+
fillRule: "evenodd",
|
|
66
|
+
clipRule: "evenodd",
|
|
67
|
+
d: "M5.67 5a3.033 3.033 0 01.692-3.115A2.947 2.947 0 018.464 1C10.26 1 11.373 2.218 12 3.272 12.627 2.218 13.741 1 15.536 1c.792 0 1.548.32 2.102.885A3.018 3.018 0 0118.33 5h2.102c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.182.541.201.77.017.208.017.454.017.706v1.864c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.044.004-.09.006-.138.009V12H3v-.008a4.277 4.277 0 01-.138-.009 2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C1 9.93 1 9.684 1 9.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C3.07 5 3.316 5 3.568 5H5.67zm2.794-2c-.25 0-.493.1-.675.286A1.019 1.019 0 007.5 4c0 .271.106.527.289.714A.947.947 0 008.464 5h2.17a6.117 6.117 0 00-.25-.525C9.898 3.575 9.274 3 8.464 3zm7.072 2c.25 0 .493-.1.675-.286.183-.187.289-.443.289-.714 0-.271-.106-.527-.289-.714A.947.947 0 0015.536 3c-.81 0-1.434.576-1.92 1.475a6.057 6.057 0 00-.25.525h2.17z",
|
|
66
68
|
fill: "currentColor"
|
|
67
69
|
}), React.createElement("path", {
|
|
68
|
-
d: "
|
|
70
|
+
d: "M3 14v4.838c0 .528 0 .982.03 1.357.033.395.104.789.297 1.167a3 3 0 001.311 1.311c.378.193.772.264 1.167.296.375.031.83.031 1.356.031H11v-9H3zM13 14v9h3.839c.527 0 .982 0 1.356-.03.395-.033.789-.104 1.167-.297a3 3 0 001.311-1.311c.193-.378.264-.772.296-1.167.031-.375.031-.83.031-1.356V14h-8z",
|
|
69
71
|
fill: "currentColor"
|
|
70
72
|
}));
|
|
71
73
|
};
|
package/lib/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ export { default as ComputerFilled } from './ComputerFilled';
|
|
|
84
84
|
export { default as ComputerOutlined } from './ComputerOutlined';
|
|
85
85
|
export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
|
|
86
86
|
export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
|
|
87
|
+
export { default as ConfirmCircleSolidFilled } from './ConfirmCircleSolidFilled';
|
|
87
88
|
export { default as CopyFilled } from './CopyFilled';
|
|
88
89
|
export { default as CopyLineOutlined } from './CopyLineOutlined';
|
|
89
90
|
export { default as CornerRightArrowsOutlined } from './CornerRightArrowsOutlined';
|
package/lib/index.js
CHANGED
|
@@ -9,12 +9,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
9
9
|
value: true
|
|
10
10
|
});
|
|
11
11
|
exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BrokenHeartFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BindChainOutlined = exports.BindChainFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.AscOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.AdFilled = exports.ImpassabilityFilled = exports.DailyFinanceFilled = void 0;
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = void 0;
|
|
12
|
+
exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ConfirmCircleSolidFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CircleStopFilled = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = void 0;
|
|
13
|
+
exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = void 0;
|
|
14
|
+
exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = void 0;
|
|
15
|
+
exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PersonWarningFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = void 0;
|
|
16
|
+
exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlusBoldSquareFilled = void 0;
|
|
17
|
+
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = exports.SphereOutlined = void 0;
|
|
18
18
|
var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
|
|
19
19
|
Object.defineProperty(exports, "DailyFinanceFilled", {
|
|
20
20
|
enumerable: true,
|
|
@@ -617,6 +617,13 @@ Object.defineProperty(exports, "ConfirmCircleOutlined", {
|
|
|
617
617
|
return __importDefault(ConfirmCircleOutlined_1)["default"];
|
|
618
618
|
}
|
|
619
619
|
});
|
|
620
|
+
var ConfirmCircleSolidFilled_1 = require("./ConfirmCircleSolidFilled");
|
|
621
|
+
Object.defineProperty(exports, "ConfirmCircleSolidFilled", {
|
|
622
|
+
enumerable: true,
|
|
623
|
+
get: function get() {
|
|
624
|
+
return __importDefault(ConfirmCircleSolidFilled_1)["default"];
|
|
625
|
+
}
|
|
626
|
+
});
|
|
620
627
|
var CopyFilled_1 = require("./CopyFilled");
|
|
621
628
|
Object.defineProperty(exports, "CopyFilled", {
|
|
622
629
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -21,5 +21,6 @@
|
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
|
-
}
|
|
24
|
+
},
|
|
25
|
+
"gitHead": "aecb544cb04cb1f776d3a4d841cf416289dff335"
|
|
25
26
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function ConfirmCircleSolidFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M19.778 19.778A10.966 10.966 0 0112 23a10.966 10.966 0 01-7.778-3.222A10.966 10.966 0 011 12c0-3.038 1.231-5.788 3.222-7.778A10.966 10.966 0 0112 1c3.037 0 5.788 1.231 7.778 3.222A10.966 10.966 0 0123 12c0 3.038-1.231 5.788-3.222 7.778z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M17.828 9.414l-6.707 6.707a1 1 0 01-1.414 0L6 12.414 7.414 11l3 3 6-6 1.414 1.414z"
|
|
15
|
+
fill="inherit"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
ConfirmCircleSolidFilled.displayName = 'ConfirmCircleSolidFilled';
|
|
24
|
+
export default ConfirmCircleSolidFilled;
|
package/src/GiftFilled.tsx
CHANGED
|
@@ -5,11 +5,13 @@ function GiftFilled(componentProps: IconProps) {
|
|
|
5
5
|
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
6
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
7
|
<path
|
|
8
|
-
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M5.67 5a3.033 3.033 0 01.692-3.115A2.947 2.947 0 018.464 1C10.26 1 11.373 2.218 12 3.272 12.627 2.218 13.741 1 15.536 1c.792 0 1.548.32 2.102.885A3.018 3.018 0 0118.33 5h2.102c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.182.541.201.77.017.208.017.454.017.706v1.864c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.044.004-.09.006-.138.009V12H3v-.008a4.277 4.277 0 01-.138-.009 2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C1 9.93 1 9.684 1 9.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C3.07 5 3.316 5 3.568 5H5.67zm2.794-2c-.25 0-.493.1-.675.286A1.019 1.019 0 007.5 4c0 .271.106.527.289.714A.947.947 0 008.464 5h2.17a6.117 6.117 0 00-.25-.525C9.898 3.575 9.274 3 8.464 3zm7.072 2c.25 0 .493-.1.675-.286.183-.187.289-.443.289-.714 0-.271-.106-.527-.289-.714A.947.947 0 0015.536 3c-.81 0-1.434.576-1.92 1.475a6.057 6.057 0 00-.25.525h2.17z"
|
|
9
11
|
fill="currentColor"
|
|
10
12
|
/>
|
|
11
13
|
<path
|
|
12
|
-
d="
|
|
14
|
+
d="M3 14v4.838c0 .528 0 .982.03 1.357.033.395.104.789.297 1.167a3 3 0 001.311 1.311c.378.193.772.264 1.167.296.375.031.83.031 1.356.031H11v-9H3zM13 14v9h3.839c.527 0 .982 0 1.356-.03.395-.033.789-.104 1.167-.297a3 3 0 001.311-1.311c.193-.378.264-.772.296-1.167.031-.375.031-.83.031-1.356V14h-8z"
|
|
13
15
|
fill="currentColor"
|
|
14
16
|
/>
|
|
15
17
|
</svg>
|
package/src/index.tsx
CHANGED
|
@@ -84,6 +84,7 @@ export { default as ComputerFilled } from './ComputerFilled';
|
|
|
84
84
|
export { default as ComputerOutlined } from './ComputerOutlined';
|
|
85
85
|
export { default as ConfirmCircleFilled } from './ConfirmCircleFilled';
|
|
86
86
|
export { default as ConfirmCircleOutlined } from './ConfirmCircleOutlined';
|
|
87
|
+
export { default as ConfirmCircleSolidFilled } from './ConfirmCircleSolidFilled';
|
|
87
88
|
export { default as CopyFilled } from './CopyFilled';
|
|
88
89
|
export { default as CopyLineOutlined } from './CopyLineOutlined';
|
|
89
90
|
export { default as CornerRightArrowsOutlined } from './CornerRightArrowsOutlined';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M19.7782 19.7782C17.7875 21.7688 15.0375 23 12 23C8.96246 23 6.21246 21.7688 4.22182 19.7782C2.23122 17.7876 1 15.0376 1 12C1 8.9624 2.23122 6.2124 4.22182 4.2218C6.21246 2.2312 8.96246 1 12 1C15.0375 1 17.7875 2.2312 19.7782 4.2218C21.7688 6.2124 23 8.9624 23 12C23 15.0376 21.7688 17.7876 19.7782 19.7782Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M17.8284 9.41418L11.1213 16.1213C10.7308 16.5118 10.0976 16.5118 9.70711 16.1213L6 12.4142L7.41422 11L10.4142 14L16.4142 8L17.8284 9.41418Z"
|
|
7
|
+
fill="inherit" />
|
|
8
|
+
</svg>
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M5.66953 5C5.55822 4.68133 5.50001 4.34339 5.50001 4C5.50001 3.21011 5.80802 2.44902 6.36188 1.88508C6.91635 1.32053 7.67224 1 8.46429 1C10.259 1 11.3725 2.21845 12 3.27223C12.6275 2.21845 13.741 1 15.5357 1C16.3278 1 17.0837 1.32053 17.6381 1.88508C18.192 2.44902 18.5 3.21011 18.5 4C18.5 4.34339 18.4418 4.68133 18.3305 5L20.4319 5C20.6843 4.99997 20.9301 4.99994 21.1382 5.01695C21.3668 5.03562 21.6366 5.07969 21.908 5.21799C22.2843 5.40973 22.5903 5.7157 22.782 6.09202C22.9203 6.36344 22.9644 6.63318 22.9831 6.86177C23.0001 7.06988 23 7.31561 23 7.56793V9.43192C23 9.68424 23.0001 9.93012 22.9831 10.1382C22.9644 10.3668 22.9203 10.6366 22.782 10.908C22.5903 11.2843 22.2843 11.5903 21.908 11.782C21.6366 11.9203 21.3668 11.9644 21.1382 11.9831C21.0938 11.9867 21.0476 11.9895 21 11.9918V12L3.00001 12V11.9918C2.95241 11.9895 2.90624 11.9867 2.86178 11.9831C2.63318 11.9644 2.36345 11.9203 2.09202 11.782C1.7157 11.5903 1.40974 11.2843 1.21799 10.908C1.07969 10.6366 1.03563 10.3668 1.01695 10.1382C0.999943 9.93007 0.999973 9.68429 1 9.43191L1 7.5681C0.999973 7.31572 0.999944 7.06992 1.01695 6.86177C1.03563 6.63318 1.07969 6.36344 1.21799 6.09202C1.40974 5.71569 1.7157 5.40973 2.09202 5.21799C2.36345 5.07969 2.63318 5.03562 2.86178 5.01695C3.06993 4.99994 3.31573 4.99997 3.56811 5L5.66953 5ZM8.46429 3C8.21442 3 7.97106 3.1009 7.78878 3.28649C7.6059 3.4727 7.50001 3.72903 7.50001 4C7.50001 4.27097 7.6059 4.5273 7.78878 4.71351C7.97106 4.8991 8.21442 5 8.46429 5H10.6343C10.5619 4.82865 10.4786 4.65116 10.3836 4.47527C9.89769 3.57581 9.27398 3 8.46429 3ZM15.5357 5C15.7856 5 16.0289 4.8991 16.2112 4.71351C16.3941 4.5273 16.5 4.27097 16.5 4C16.5 3.72903 16.3941 3.4727 16.2112 3.28649C16.0289 3.1009 15.7856 3 15.5357 3C14.726 3 14.1023 3.57581 13.6165 4.47527C13.5214 4.65116 13.4381 4.82865 13.3658 5H15.5357Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M3 14L3 18.8385C2.99999 19.3657 2.99997 19.8205 3.03057 20.195C3.06288 20.5904 3.13419 20.9836 3.32699 21.362C3.61461 21.9265 4.07355 22.3854 4.63803 22.673C5.01641 22.8658 5.40963 22.9371 5.80498 22.9694C6.17954 23 6.6343 23 7.16144 23L11 23V14H3Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path
|
|
9
|
+
d="M13 14V23H16.8386C17.3657 23 17.8205 23 18.195 22.9694C18.5904 22.9371 18.9836 22.8658 19.362 22.673C19.9265 22.3854 20.3854 21.9265 20.673 21.362C20.8658 20.9836 20.9371 20.5904 20.9694 20.195C21 19.8205 21 19.3657 21 18.8386V14H13Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M19.7782 19.7782C17.7875 21.7688 15.0375 23 12 23C8.96246 23 6.21246 21.7688 4.22182 19.7782C2.23122 17.7876 1 15.0376 1 12C1 8.9624 2.23122 6.2124 4.22182 4.2218C6.21246 2.2312 8.96246 1 12 1C15.0375 1 17.7875 2.2312 19.7782 4.2218C21.7688 6.2124 23 8.9624 23 12C23 15.0376 21.7688 17.7876 19.7782 19.7782Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M17.8284 9.41418L11.1213 16.1213C10.7308 16.5118 10.0976 16.5118 9.70711 16.1213L6 12.4142L7.41422 11L10.4142 14L16.4142 8L17.8284 9.41418Z"
|
|
7
|
+
fill="inherit" />
|
|
8
|
+
</svg>
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M5.66953 5C5.55822 4.68133 5.50001 4.34339 5.50001 4C5.50001 3.21011 5.80802 2.44902 6.36188 1.88508C6.91635 1.32053 7.67224 1 8.46429 1C10.259 1 11.3725 2.21845 12 3.27223C12.6275 2.21845 13.741 1 15.5357 1C16.3278 1 17.0837 1.32053 17.6381 1.88508C18.192 2.44902 18.5 3.21011 18.5 4C18.5 4.34339 18.4418 4.68133 18.3305 5L20.4319 5C20.6843 4.99997 20.9301 4.99994 21.1382 5.01695C21.3668 5.03562 21.6366 5.07969 21.908 5.21799C22.2843 5.40973 22.5903 5.7157 22.782 6.09202C22.9203 6.36344 22.9644 6.63318 22.9831 6.86177C23.0001 7.06988 23 7.31561 23 7.56793V9.43192C23 9.68424 23.0001 9.93012 22.9831 10.1382C22.9644 10.3668 22.9203 10.6366 22.782 10.908C22.5903 11.2843 22.2843 11.5903 21.908 11.782C21.6366 11.9203 21.3668 11.9644 21.1382 11.9831C21.0938 11.9867 21.0476 11.9895 21 11.9918V12L3.00001 12V11.9918C2.95241 11.9895 2.90624 11.9867 2.86178 11.9831C2.63318 11.9644 2.36345 11.9203 2.09202 11.782C1.7157 11.5903 1.40974 11.2843 1.21799 10.908C1.07969 10.6366 1.03563 10.3668 1.01695 10.1382C0.999943 9.93007 0.999973 9.68429 1 9.43191L1 7.5681C0.999973 7.31572 0.999944 7.06992 1.01695 6.86177C1.03563 6.63318 1.07969 6.36344 1.21799 6.09202C1.40974 5.71569 1.7157 5.40973 2.09202 5.21799C2.36345 5.07969 2.63318 5.03562 2.86178 5.01695C3.06993 4.99994 3.31573 4.99997 3.56811 5L5.66953 5ZM8.46429 3C8.21442 3 7.97106 3.1009 7.78878 3.28649C7.6059 3.4727 7.50001 3.72903 7.50001 4C7.50001 4.27097 7.6059 4.5273 7.78878 4.71351C7.97106 4.8991 8.21442 5 8.46429 5H10.6343C10.5619 4.82865 10.4786 4.65116 10.3836 4.47527C9.89769 3.57581 9.27398 3 8.46429 3ZM15.5357 5C15.7856 5 16.0289 4.8991 16.2112 4.71351C16.3941 4.5273 16.5 4.27097 16.5 4C16.5 3.72903 16.3941 3.4727 16.2112 3.28649C16.0289 3.1009 15.7856 3 15.5357 3C14.726 3 14.1023 3.57581 13.6165 4.47527C13.5214 4.65116 13.4381 4.82865 13.3658 5H15.5357Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path
|
|
6
|
+
d="M3 14L3 18.8385C2.99999 19.3657 2.99997 19.8205 3.03057 20.195C3.06288 20.5904 3.13419 20.9836 3.32699 21.362C3.61461 21.9265 4.07355 22.3854 4.63803 22.673C5.01641 22.8658 5.40963 22.9371 5.80498 22.9694C6.17954 23 6.6343 23 7.16144 23L11 23V14H3Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path
|
|
9
|
+
d="M13 14V23H16.8386C17.3657 23 17.8205 23 18.195 22.9694C18.5904 22.9371 18.9836 22.8658 19.362 22.673C19.9265 22.3854 20.3854 21.9265 20.673 21.362C20.8658 20.9836 20.9371 20.5904 20.9694 20.195C21 19.8205 21 19.3657 21 18.8386V14H13Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
</svg>
|