a-icons 1.1.76 → 1.1.78

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.
@@ -18,26 +18,11 @@ function GiftBoxOutlined(componentProps) {
18
18
  viewBox: "0 0 24 24",
19
19
  fill: "none",
20
20
  xmlns: "http://www.w3.org/2000/svg"
21
- }, props), /*#__PURE__*/React.createElement("rect", {
22
- x: 3,
23
- y: 7.5,
24
- width: 18,
25
- height: 5,
26
- rx: 1,
27
- stroke: "currentColor",
28
- strokeWidth: 2
29
- }), /*#__PURE__*/React.createElement("rect", {
30
- x: 5,
31
- y: 12.5,
32
- width: 14,
33
- height: 8,
34
- rx: 1,
35
- stroke: "currentColor",
36
- strokeWidth: 2
37
- }), /*#__PURE__*/React.createElement("path", {
38
- d: "M12 6a2.5 2.5 0 012.5-2.5h.5a2 2 0 012 2v0a2 2 0 01-2 2h-2.985A.015.015 0 0112 7.485V6zM12 6a2.5 2.5 0 00-2.5-2.5H9a2 2 0 00-2 2v0a2 2 0 002 2h2.985A.015.015 0 0012 7.485V6zM12 7.5V21",
39
- stroke: "currentColor",
40
- strokeWidth: 2
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M14.5 2.5A3.49 3.49 0 0012 3.55 3.49 3.49 0 009.5 2.5H9a3 3 0 00-2.83 4H4a2 2 0 00-2 2v3a2 2 0 002 2v6a2 2 0 002 2h12a2 2 0 002-2v-6a2 2 0 002-2v-3a2 2 0 00-2-2h-2.17a3 3 0 00-2.83-4h-.5zm-1.5 4V6a1.5 1.5 0 011.5-1.5h.5a1 1 0 110 2h-2zm-2 2H4v3h7v-3zm0 5H6v6h5v-6zm2 6v-6h5v6h-5zm0-8v-3h7v3h-7zm-2-5H9a1 1 0 010-2h.5A1.5 1.5 0 0111 6v.5z",
25
+ fill: "currentColor"
41
26
  }));
42
27
  };
43
28
  return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function HandCoinsOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace HandCoinsOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default HandCoinsOutlined;
@@ -0,0 +1,34 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function HandCoinsOutlined(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.53 8.352a3.5 3.5 0 11.941-4.704M6 20.088h2.61c.34 0 .679.04 1.009.12l2.758.67c.598.147 1.222.16 1.826.043l3.05-.593a4.204 4.204 0 002.127-1.107l2.158-2.1a1.503 1.503 0 000-2.168 1.61 1.61 0 00-2.06-.143l-2.515 1.835c-.36.263-.799.405-1.25.405h-2.427 1.545c.871 0 1.577-.687 1.577-1.534v-.307c0-.704-.492-1.317-1.194-1.487l-2.385-.58A5.03 5.03 0 0011.643 13c-.965 0-2.711.799-2.711.799L6 15.025M20 6.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zM2 14.6v5.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C2.76 22 3.04 22 3.6 22h.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C6 21.24 6 20.96 6 20.4v-5.8c0-.56 0-.84-.109-1.054a1 1 0 00-.437-.437C5.24 13 4.96 13 4.4 13h-.8c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C2 13.76 2 14.04 2 14.6z",
23
+ stroke: "currentColor",
24
+ strokeWidth: 1.5,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }));
28
+ };
29
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
30
+ component: IconNode
31
+ }));
32
+ }
33
+ HandCoinsOutlined.displayName = 'HandCoinsOutlined';
34
+ export default HandCoinsOutlined;
package/es/index.d.ts CHANGED
@@ -170,6 +170,7 @@ export { default as GroupFilled } from './GroupFilled';
170
170
  export { default as GroupOutlined } from './GroupOutlined';
171
171
  export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
172
172
  export { default as HandCoinsFilled } from './HandCoinsFilled';
173
+ export { default as HandCoinsOutlined } from './HandCoinsOutlined';
173
174
  export { default as HomeFilled } from './HomeFilled';
174
175
  export { default as HomeOutlined } from './HomeOutlined';
175
176
  export { default as HomeWifiOutlined } from './HomeWifiOutlined';
package/es/index.js CHANGED
@@ -170,6 +170,7 @@ export { default as GroupFilled } from './GroupFilled';
170
170
  export { default as GroupOutlined } from './GroupOutlined';
171
171
  export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
172
172
  export { default as HandCoinsFilled } from './HandCoinsFilled';
173
+ export { default as HandCoinsOutlined } from './HandCoinsOutlined';
173
174
  export { default as HomeFilled } from './HomeFilled';
174
175
  export { default as HomeOutlined } from './HomeOutlined';
175
176
  export { default as HomeWifiOutlined } from './HomeWifiOutlined';
@@ -61,26 +61,11 @@ function GiftBoxOutlined(componentProps) {
61
61
  viewBox: "0 0 24 24",
62
62
  fill: "none",
63
63
  xmlns: "http://www.w3.org/2000/svg"
64
- }, props), React.createElement("rect", {
65
- x: 3,
66
- y: 7.5,
67
- width: 18,
68
- height: 5,
69
- rx: 1,
70
- stroke: "currentColor",
71
- strokeWidth: 2
72
- }), React.createElement("rect", {
73
- x: 5,
74
- y: 12.5,
75
- width: 14,
76
- height: 8,
77
- rx: 1,
78
- stroke: "currentColor",
79
- strokeWidth: 2
80
- }), React.createElement("path", {
81
- d: "M12 6a2.5 2.5 0 012.5-2.5h.5a2 2 0 012 2v0a2 2 0 01-2 2h-2.985A.015.015 0 0112 7.485V6zM12 6a2.5 2.5 0 00-2.5-2.5H9a2 2 0 00-2 2v0a2 2 0 002 2h2.985A.015.015 0 0012 7.485V6zM12 7.5V21",
82
- stroke: "currentColor",
83
- strokeWidth: 2
64
+ }, props), React.createElement("path", {
65
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ d: "M14.5 2.5A3.49 3.49 0 0012 3.55 3.49 3.49 0 009.5 2.5H9a3 3 0 00-2.83 4H4a2 2 0 00-2 2v3a2 2 0 002 2v6a2 2 0 002 2h12a2 2 0 002-2v-6a2 2 0 002-2v-3a2 2 0 00-2-2h-2.17a3 3 0 00-2.83-4h-.5zm-1.5 4V6a1.5 1.5 0 011.5-1.5h.5a1 1 0 110 2h-2zm-2 2H4v3h7v-3zm0 5H6v6h5v-6zm2 6v-6h5v6h-5zm0-8v-3h7v3h-7zm-2-5H9a1 1 0 010-2h.5A1.5 1.5 0 0111 6v.5z",
68
+ fill: "currentColor"
84
69
  }));
85
70
  };
86
71
  return React.createElement(icon_1["default"], __assign({}, componentProps, {
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function HandCoinsOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace HandCoinsOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default HandCoinsOutlined;
@@ -0,0 +1,77 @@
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 HandCoinsOutlined(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: "M13.53 8.352a3.5 3.5 0 11.941-4.704M6 20.088h2.61c.34 0 .679.04 1.009.12l2.758.67c.598.147 1.222.16 1.826.043l3.05-.593a4.204 4.204 0 002.127-1.107l2.158-2.1a1.503 1.503 0 000-2.168 1.61 1.61 0 00-2.06-.143l-2.515 1.835c-.36.263-.799.405-1.25.405h-2.427 1.545c.871 0 1.577-.687 1.577-1.534v-.307c0-.704-.492-1.317-1.194-1.487l-2.385-.58A5.03 5.03 0 0011.643 13c-.965 0-2.711.799-2.711.799L6 15.025M20 6.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zM2 14.6v5.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C2.76 22 3.04 22 3.6 22h.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C6 21.24 6 20.96 6 20.4v-5.8c0-.56 0-.84-.109-1.054a1 1 0 00-.437-.437C5.24 13 4.96 13 4.4 13h-.8c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C2 13.76 2 14.04 2 14.6z",
66
+ stroke: "currentColor",
67
+ strokeWidth: 1.5,
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round"
70
+ }));
71
+ };
72
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
73
+ component: IconNode
74
+ }));
75
+ }
76
+ HandCoinsOutlined.displayName = 'HandCoinsOutlined';
77
+ exports["default"] = HandCoinsOutlined;
package/lib/index.d.ts CHANGED
@@ -170,6 +170,7 @@ export { default as GroupFilled } from './GroupFilled';
170
170
  export { default as GroupOutlined } from './GroupOutlined';
171
171
  export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
172
172
  export { default as HandCoinsFilled } from './HandCoinsFilled';
173
+ export { default as HandCoinsOutlined } from './HandCoinsOutlined';
173
174
  export { default as HomeFilled } from './HomeFilled';
174
175
  export { default as HomeOutlined } from './HomeOutlined';
175
176
  export { default as HomeWifiOutlined } from './HomeWifiOutlined';
package/lib/index.js CHANGED
@@ -11,10 +11,10 @@ Object.defineProperty(exports, "__esModule", {
11
11
  exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = 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.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.SignalLineOutlined = exports.ImpassabilityFilled = exports.DailyFinanceOutlined = exports.DailyFinanceFilled = void 0;
12
12
  exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = 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.ClockOutline = 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.CheckedOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = void 0;
13
13
  exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.FileBottomArrowOutlined = 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.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownlaodAppOutlined = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotCalenderOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = void 0;
14
- exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = 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.ImportOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeWifiOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = void 0;
15
- 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.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 = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = void 0;
16
- 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.SearchDocumentOutlined = 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.PlayFilled = exports.PhoneOutlined = exports.PersonWarningFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = void 0;
17
- exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoPersonConfirmFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareBoxOutlined = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SiteMapOutlined = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalFilled = void 0;
14
+ exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = 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.ImportOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeWifiOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = void 0;
15
+ 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.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 = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = void 0;
16
+ 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.SearchDocumentOutlined = 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.PlayFilled = exports.PhoneOutlined = exports.PersonWarningFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = void 0;
17
+ exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoPersonConfirmFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareBoxOutlined = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SiteMapOutlined = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = void 0;
18
18
  var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
19
19
  Object.defineProperty(exports, "DailyFinanceFilled", {
20
20
  enumerable: true,
@@ -1219,6 +1219,13 @@ Object.defineProperty(exports, "HandCoinsFilled", {
1219
1219
  return __importDefault(HandCoinsFilled_1)["default"];
1220
1220
  }
1221
1221
  });
1222
+ var HandCoinsOutlined_1 = require("./HandCoinsOutlined");
1223
+ Object.defineProperty(exports, "HandCoinsOutlined", {
1224
+ enumerable: true,
1225
+ get: function get() {
1226
+ return __importDefault(HandCoinsOutlined_1)["default"];
1227
+ }
1228
+ });
1222
1229
  var HomeFilled_1 = require("./HomeFilled");
1223
1230
  Object.defineProperty(exports, "HomeFilled", {
1224
1231
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.1.76",
3
+ "version": "1.1.78",
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": "d52f9d3966a8b725ee34fd68bca61f7b449b2c6f"
25
+ "gitHead": "b4109fc0cbda73e9704fc173ad1c1711d330abef"
26
26
  }
@@ -4,28 +4,11 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
4
4
  function GiftBoxOutlined(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
- <rect
8
- x={3}
9
- y={7.5}
10
- width={18}
11
- height={5}
12
- rx={1}
13
- stroke="currentColor"
14
- strokeWidth={2}
15
- />
16
- <rect
17
- x={5}
18
- y={12.5}
19
- width={14}
20
- height={8}
21
- rx={1}
22
- stroke="currentColor"
23
- strokeWidth={2}
24
- />
25
7
  <path
26
- d="M12 6a2.5 2.5 0 012.5-2.5h.5a2 2 0 012 2v0a2 2 0 01-2 2h-2.985A.015.015 0 0112 7.485V6zM12 6a2.5 2.5 0 00-2.5-2.5H9a2 2 0 00-2 2v0a2 2 0 002 2h2.985A.015.015 0 0012 7.485V6zM12 7.5V21"
27
- stroke="currentColor"
28
- strokeWidth={2}
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M14.5 2.5A3.49 3.49 0 0012 3.55 3.49 3.49 0 009.5 2.5H9a3 3 0 00-2.83 4H4a2 2 0 00-2 2v3a2 2 0 002 2v6a2 2 0 002 2h12a2 2 0 002-2v-6a2 2 0 002-2v-3a2 2 0 00-2-2h-2.17a3 3 0 00-2.83-4h-.5zm-1.5 4V6a1.5 1.5 0 011.5-1.5h.5a1 1 0 110 2h-2zm-2 2H4v3h7v-3zm0 5H6v6h5v-6zm2 6v-6h5v6h-5zm0-8v-3h7v3h-7zm-2-5H9a1 1 0 010-2h.5A1.5 1.5 0 0111 6v.5z"
11
+ fill="currentColor"
29
12
  />
30
13
  </svg>
31
14
  );
@@ -0,0 +1,21 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function HandCoinsOutlined(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="M13.53 8.352a3.5 3.5 0 11.941-4.704M6 20.088h2.61c.34 0 .679.04 1.009.12l2.758.67c.598.147 1.222.16 1.826.043l3.05-.593a4.204 4.204 0 002.127-1.107l2.158-2.1a1.503 1.503 0 000-2.168 1.61 1.61 0 00-2.06-.143l-2.515 1.835c-.36.263-.799.405-1.25.405h-2.427 1.545c.871 0 1.577-.687 1.577-1.534v-.307c0-.704-.492-1.317-1.194-1.487l-2.385-.58A5.03 5.03 0 0011.643 13c-.965 0-2.711.799-2.711.799L6 15.025M20 6.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zM2 14.6v5.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C2.76 22 3.04 22 3.6 22h.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C6 21.24 6 20.96 6 20.4v-5.8c0-.56 0-.84-.109-1.054a1 1 0 00-.437-.437C5.24 13 4.96 13 4.4 13h-.8c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C2 13.76 2 14.04 2 14.6z"
9
+ stroke="currentColor"
10
+ strokeWidth={1.5}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ </svg>
15
+ );
16
+
17
+ return <Icon {...componentProps} component={IconNode} />;
18
+ }
19
+
20
+ HandCoinsOutlined.displayName = 'HandCoinsOutlined';
21
+ export default HandCoinsOutlined;
package/src/index.tsx CHANGED
@@ -170,6 +170,7 @@ export { default as GroupFilled } from './GroupFilled';
170
170
  export { default as GroupOutlined } from './GroupOutlined';
171
171
  export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
172
172
  export { default as HandCoinsFilled } from './HandCoinsFilled';
173
+ export { default as HandCoinsOutlined } from './HandCoinsOutlined';
173
174
  export { default as HomeFilled } from './HomeFilled';
174
175
  export { default as HomeOutlined } from './HomeOutlined';
175
176
  export { default as HomeWifiOutlined } from './HomeWifiOutlined';
@@ -1,11 +1,5 @@
1
1
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="3" y="7.5" width="18" height="5" rx="1" stroke="currentColor" stroke-width="2" />
3
- <rect x="5" y="12.5" width="14" height="8" rx="1" stroke="currentColor" stroke-width="2" />
4
- <path
5
- d="M12 6C12 4.61929 13.1193 3.5 14.5 3.5H15C16.1046 3.5 17 4.39543 17 5.5V5.5C17 6.60457 16.1046 7.5 15 7.5H12.015C12.0067 7.5 12 7.49329 12 7.48502V6Z"
6
- stroke="currentColor" stroke-width="2" />
7
- <path
8
- d="M12 6C12 4.61929 10.8807 3.5 9.5 3.5H9C7.89543 3.5 7 4.39543 7 5.5V5.5C7 6.60457 7.89543 7.5 9 7.5H11.985C11.9933 7.5 12 7.49329 12 7.48502V6Z"
9
- stroke="currentColor" stroke-width="2" />
10
- <path d="M12 7.5V21" stroke="currentColor" stroke-width="2" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M14.5 2.5C13.5207 2.5 12.6353 2.90223 12 3.55051C11.3647 2.90223 10.4793 2.5 9.5 2.5H9C7.34315 2.5 6 3.84315 6 5.5C6 5.85064 6.06015 6.18722 6.17071 6.5H4C2.89543 6.5 2 7.39543 2 8.5V11.5C2 12.6046 2.89543 13.5 4 13.5L4 19.5C4 20.6046 4.89543 21.5 6 21.5H18C19.1046 21.5 20 20.6046 20 19.5V13.5C21.1046 13.5 22 12.6046 22 11.5V8.5C22 7.39543 21.1046 6.5 20 6.5H17.8293C17.9398 6.18722 18 5.85064 18 5.5C18 3.84315 16.6569 2.5 15 2.5H14.5ZM13 6.5V6C13 5.17157 13.6716 4.5 14.5 4.5H15C15.5523 4.5 16 4.94772 16 5.5C16 6.05228 15.5523 6.5 15 6.5H13ZM11 8.5H4V11.5H11V8.5ZM11 13.5H6V19.5H11V13.5ZM13 19.5V13.5H18V19.5H13ZM13 11.5V8.5H20V11.5H13ZM11 6.5H9C8.44772 6.5 8 6.05228 8 5.5C8 4.94772 8.44772 4.5 9 4.5H9.5C10.3284 4.5 11 5.17157 11 6V6.5Z"
4
+ fill="currentColor" />
11
5
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5295 8.35186C12.9571 8.75995 12.2566 9 11.5 9C9.567 9 8 7.433 8 5.5C8 3.567 9.567 2 11.5 2C12.753 2 13.8522 2.65842 14.4705 3.64814M6 20.0872H8.61029C8.95063 20.0872 9.28888 20.1277 9.61881 20.2086L12.3769 20.8789C12.9753 21.0247 13.5988 21.0388 14.2035 20.9214L17.253 20.3281C18.0585 20.1712 18.7996 19.7854 19.3803 19.2205L21.5379 17.1217C22.154 16.5234 22.154 15.5524 21.5379 14.9531C20.9832 14.4134 20.1047 14.3527 19.4771 14.8103L16.9626 16.6449C16.6025 16.9081 16.1643 17.0498 15.7137 17.0498H13.2855L14.8311 17.0498C15.7022 17.0498 16.4079 16.3633 16.4079 15.5159V15.2091C16.4079 14.5055 15.9156 13.892 15.2141 13.7219L12.8286 13.1417C12.4404 13.0476 12.0428 13 11.6431 13C10.6783 13 8.93189 13.7988 8.93189 13.7988L6 15.0249M20 6.5C20 8.433 18.433 10 16.5 10C14.567 10 13 8.433 13 6.5C13 4.567 14.567 3 16.5 3C18.433 3 20 4.567 20 6.5ZM2 14.6L2 20.4C2 20.9601 2 21.2401 2.10899 21.454C2.20487 21.6422 2.35785 21.7951 2.54601 21.891C2.75992 22 3.03995 22 3.6 22H4.4C4.96005 22 5.24008 22 5.45399 21.891C5.64215 21.7951 5.79513 21.6422 5.89101 21.454C6 21.2401 6 20.9601 6 20.4V14.6C6 14.0399 6 13.7599 5.89101 13.546C5.79513 13.3578 5.64215 13.2049 5.45399 13.109C5.24008 13 4.96005 13 4.4 13L3.6 13C3.03995 13 2.75992 13 2.54601 13.109C2.35785 13.2049 2.20487 13.3578 2.10899 13.546C2 13.7599 2 14.0399 2 14.6Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
3
+ </svg>
@@ -1,11 +1,5 @@
1
1
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="3" y="7.5" width="18" height="5" rx="1" stroke="currentColor" stroke-width="2" />
3
- <rect x="5" y="12.5" width="14" height="8" rx="1" stroke="currentColor" stroke-width="2" />
4
- <path
5
- d="M12 6C12 4.61929 13.1193 3.5 14.5 3.5H15C16.1046 3.5 17 4.39543 17 5.5V5.5C17 6.60457 16.1046 7.5 15 7.5H12.015C12.0067 7.5 12 7.49329 12 7.48502V6Z"
6
- stroke="currentColor" stroke-width="2" />
7
- <path
8
- d="M12 6C12 4.61929 10.8807 3.5 9.5 3.5H9C7.89543 3.5 7 4.39543 7 5.5V5.5C7 6.60457 7.89543 7.5 9 7.5H11.985C11.9933 7.5 12 7.49329 12 7.48502V6Z"
9
- stroke="currentColor" stroke-width="2" />
10
- <path d="M12 7.5V21" stroke="currentColor" stroke-width="2" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M14.5 2.5C13.5207 2.5 12.6353 2.90223 12 3.55051C11.3647 2.90223 10.4793 2.5 9.5 2.5H9C7.34315 2.5 6 3.84315 6 5.5C6 5.85064 6.06015 6.18722 6.17071 6.5H4C2.89543 6.5 2 7.39543 2 8.5V11.5C2 12.6046 2.89543 13.5 4 13.5L4 19.5C4 20.6046 4.89543 21.5 6 21.5H18C19.1046 21.5 20 20.6046 20 19.5V13.5C21.1046 13.5 22 12.6046 22 11.5V8.5C22 7.39543 21.1046 6.5 20 6.5H17.8293C17.9398 6.18722 18 5.85064 18 5.5C18 3.84315 16.6569 2.5 15 2.5H14.5ZM13 6.5V6C13 5.17157 13.6716 4.5 14.5 4.5H15C15.5523 4.5 16 4.94772 16 5.5C16 6.05228 15.5523 6.5 15 6.5H13ZM11 8.5H4V11.5H11V8.5ZM11 13.5H6V19.5H11V13.5ZM13 19.5V13.5H18V19.5H13ZM13 11.5V8.5H20V11.5H13ZM11 6.5H9C8.44772 6.5 8 6.05228 8 5.5C8 4.94772 8.44772 4.5 9 4.5H9.5C10.3284 4.5 11 5.17157 11 6V6.5Z"
4
+ fill="currentColor" />
11
5
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5295 8.35186C12.9571 8.75995 12.2566 9 11.5 9C9.567 9 8 7.433 8 5.5C8 3.567 9.567 2 11.5 2C12.753 2 13.8522 2.65842 14.4705 3.64814M6 20.0872H8.61029C8.95063 20.0872 9.28888 20.1277 9.61881 20.2086L12.3769 20.8789C12.9753 21.0247 13.5988 21.0388 14.2035 20.9214L17.253 20.3281C18.0585 20.1712 18.7996 19.7854 19.3803 19.2205L21.5379 17.1217C22.154 16.5234 22.154 15.5524 21.5379 14.9531C20.9832 14.4134 20.1047 14.3527 19.4771 14.8103L16.9626 16.6449C16.6025 16.9081 16.1643 17.0498 15.7137 17.0498H13.2855L14.8311 17.0498C15.7022 17.0498 16.4079 16.3633 16.4079 15.5159V15.2091C16.4079 14.5055 15.9156 13.892 15.2141 13.7219L12.8286 13.1417C12.4404 13.0476 12.0428 13 11.6431 13C10.6783 13 8.93189 13.7988 8.93189 13.7988L6 15.0249M20 6.5C20 8.433 18.433 10 16.5 10C14.567 10 13 8.433 13 6.5C13 4.567 14.567 3 16.5 3C18.433 3 20 4.567 20 6.5ZM2 14.6L2 20.4C2 20.9601 2 21.2401 2.10899 21.454C2.20487 21.6422 2.35785 21.7951 2.54601 21.891C2.75992 22 3.03995 22 3.6 22H4.4C4.96005 22 5.24008 22 5.45399 21.891C5.64215 21.7951 5.79513 21.6422 5.89101 21.454C6 21.2401 6 20.9601 6 20.4V14.6C6 14.0399 6 13.7599 5.89101 13.546C5.79513 13.3578 5.64215 13.2049 5.45399 13.109C5.24008 13 4.96005 13 4.4 13L3.6 13C3.03995 13 2.75992 13 2.54601 13.109C2.35785 13.2049 2.20487 13.3578 2.10899 13.546C2 13.7599 2 14.0399 2 14.6Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
3
+ </svg>