a-icons 1.2.58 → 1.2.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Hours24.d.ts +6 -0
- package/es/{Hours24Filled.js → Hours24.js} +3 -3
- package/es/InternalTransfer.d.ts +6 -0
- package/es/{InternalTransferFilled.js → InternalTransfer.js} +5 -5
- package/es/index.d.ts +2 -2
- package/es/index.js +2 -2
- package/lib/Hours24.d.ts +6 -0
- package/lib/{Hours24Filled.js → Hours24.js} +3 -3
- package/lib/InternalTransfer.d.ts +6 -0
- package/lib/{InternalTransferFilled.js → InternalTransfer.js} +5 -5
- package/lib/index.d.ts +2 -2
- package/lib/index.js +7 -7
- package/package.json +1 -1
- package/src/{Hours24Filled.tsx → Hours24.tsx} +3 -3
- package/src/{InternalTransferFilled.tsx → InternalTransfer.tsx} +5 -5
- package/src/index.tsx +2 -2
- package/es/Hours24Filled.d.ts +0 -6
- package/es/InternalTransferFilled.d.ts +0 -6
- package/lib/Hours24Filled.d.ts +0 -6
- package/lib/InternalTransferFilled.d.ts +0 -6
- /package/svgs/{filled/hours24-filled.svg → business/hours-24.svg} +0 -0
- /package/svgs/{filled/internal-transfer-filled.svg → business/internal-transfer.svg} +0 -0
- /package/tmpAllSvgs/{hours24-filled.svg → hours-24.svg} +0 -0
- /package/tmpAllSvgs/{internal-transfer-filled.svg → internal-transfer.svg} +0 -0
package/es/Hours24.d.ts
ADDED
|
@@ -12,7 +12,7 @@ var __assign = this && this.__assign || function () {
|
|
|
12
12
|
};
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
-
function
|
|
15
|
+
function Hours24(componentProps) {
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
18
|
viewBox: "0 0 15 15",
|
|
@@ -31,5 +31,5 @@ function Hours24Filled(componentProps) {
|
|
|
31
31
|
component: IconNode
|
|
32
32
|
}));
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
export default
|
|
34
|
+
Hours24.displayName = 'Hours24';
|
|
35
|
+
export default Hours24;
|
|
@@ -12,14 +12,14 @@ var __assign = this && this.__assign || function () {
|
|
|
12
12
|
};
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
-
function
|
|
15
|
+
function InternalTransfer(componentProps) {
|
|
16
16
|
var IconNode = function IconNode(props) {
|
|
17
17
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
18
|
viewBox: "0 0 16 16",
|
|
19
19
|
fill: "none",
|
|
20
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
21
21
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
22
|
-
clipPath: "url(#internal-
|
|
22
|
+
clipPath: "url(#internal-transfer_svg__clip0_20026_31801)"
|
|
23
23
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
24
24
|
x: 0.667,
|
|
25
25
|
y: 0.667,
|
|
@@ -31,7 +31,7 @@ function InternalTransferFilled(componentProps) {
|
|
|
31
31
|
d: "M11.977 9.002c.066-.338.087-1.142.066-1.505C11.895 4.87 9.617 3.583 8 4.12c1.217.553 2.455 2.06 2.464 3.843.001.22-.012.434-.037.645l-1.307-.18.847 1.285.847 1.287 1.093-.914L13 9.173l-1.023-.171zM4.248 6.941c-.09.331-.133 1.128-.117 1.487C4.25 11.033 7.01 12.383 9 11.905c-1.477-.588-2.956-2.12-2.925-3.886.004-.217.025-.43.06-.636l1.595.219-1.005-1.3L5.72 5l-1.36.868-1.36.87 1.248.203z",
|
|
32
32
|
fill: "#fff"
|
|
33
33
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
34
|
-
id: "internal-
|
|
34
|
+
id: "internal-transfer_svg__clip0_20026_31801"
|
|
35
35
|
}, /*#__PURE__*/React.createElement("path", {
|
|
36
36
|
fill: "#fff",
|
|
37
37
|
d: "M0 0h16v16H0z"
|
|
@@ -41,5 +41,5 @@ function InternalTransferFilled(componentProps) {
|
|
|
41
41
|
component: IconNode
|
|
42
42
|
}));
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
export default
|
|
44
|
+
InternalTransfer.displayName = 'InternalTransfer';
|
|
45
|
+
export default InternalTransfer;
|
package/es/index.d.ts
CHANGED
|
@@ -174,7 +174,7 @@ export { default as HandleOutlined } from './HandleOutlined';
|
|
|
174
174
|
export { default as HomeFilled } from './HomeFilled';
|
|
175
175
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
176
176
|
export { default as HourGlassOutlined } from './HourGlassOutlined';
|
|
177
|
-
export { default as
|
|
177
|
+
export { default as Hours24 } from './Hours24';
|
|
178
178
|
export { default as HouseOutlined } from './HouseOutlined';
|
|
179
179
|
export { default as IdCardFilled } from './IdCardFilled';
|
|
180
180
|
export { default as ImacFilled } from './ImacFilled';
|
|
@@ -183,7 +183,7 @@ export { default as ImageOutlined } from './ImageOutlined';
|
|
|
183
183
|
export { default as InformationFilled } from './InformationFilled';
|
|
184
184
|
export { default as InformationOutlined } from './InformationOutlined';
|
|
185
185
|
export { default as InternalResourceOutlined } from './InternalResourceOutlined';
|
|
186
|
-
export { default as
|
|
186
|
+
export { default as InternalTransfer } from './InternalTransfer';
|
|
187
187
|
export { default as InvoiceOutlined } from './InvoiceOutlined';
|
|
188
188
|
export { default as KeyFilled } from './KeyFilled';
|
|
189
189
|
export { default as LanguageOutlined } from './LanguageOutlined';
|
package/es/index.js
CHANGED
|
@@ -174,7 +174,7 @@ export { default as HandleOutlined } from './HandleOutlined';
|
|
|
174
174
|
export { default as HomeFilled } from './HomeFilled';
|
|
175
175
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
176
176
|
export { default as HourGlassOutlined } from './HourGlassOutlined';
|
|
177
|
-
export { default as
|
|
177
|
+
export { default as Hours24 } from './Hours24';
|
|
178
178
|
export { default as HouseOutlined } from './HouseOutlined';
|
|
179
179
|
export { default as IdCardFilled } from './IdCardFilled';
|
|
180
180
|
export { default as ImacFilled } from './ImacFilled';
|
|
@@ -183,7 +183,7 @@ export { default as ImageOutlined } from './ImageOutlined';
|
|
|
183
183
|
export { default as InformationFilled } from './InformationFilled';
|
|
184
184
|
export { default as InformationOutlined } from './InformationOutlined';
|
|
185
185
|
export { default as InternalResourceOutlined } from './InternalResourceOutlined';
|
|
186
|
-
export { default as
|
|
186
|
+
export { default as InternalTransfer } from './InternalTransfer';
|
|
187
187
|
export { default as InvoiceOutlined } from './InvoiceOutlined';
|
|
188
188
|
export { default as KeyFilled } from './KeyFilled';
|
|
189
189
|
export { default as LanguageOutlined } from './LanguageOutlined';
|
package/lib/Hours24.d.ts
ADDED
|
@@ -55,7 +55,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
55
55
|
});
|
|
56
56
|
var React = __importStar(require("react"));
|
|
57
57
|
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
-
function
|
|
58
|
+
function Hours24(componentProps) {
|
|
59
59
|
var IconNode = function IconNode(props) {
|
|
60
60
|
return React.createElement("svg", __assign({
|
|
61
61
|
viewBox: "0 0 15 15",
|
|
@@ -74,5 +74,5 @@ function Hours24Filled(componentProps) {
|
|
|
74
74
|
component: IconNode
|
|
75
75
|
}));
|
|
76
76
|
}
|
|
77
|
-
|
|
78
|
-
exports["default"] =
|
|
77
|
+
Hours24.displayName = 'Hours24';
|
|
78
|
+
exports["default"] = Hours24;
|
|
@@ -55,14 +55,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
55
55
|
});
|
|
56
56
|
var React = __importStar(require("react"));
|
|
57
57
|
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
-
function
|
|
58
|
+
function InternalTransfer(componentProps) {
|
|
59
59
|
var IconNode = function IconNode(props) {
|
|
60
60
|
return React.createElement("svg", __assign({
|
|
61
61
|
viewBox: "0 0 16 16",
|
|
62
62
|
fill: "none",
|
|
63
63
|
xmlns: "http://www.w3.org/2000/svg"
|
|
64
64
|
}, props), React.createElement("g", {
|
|
65
|
-
clipPath: "url(#internal-
|
|
65
|
+
clipPath: "url(#internal-transfer_svg__clip0_20026_31801)"
|
|
66
66
|
}, React.createElement("rect", {
|
|
67
67
|
x: 0.667,
|
|
68
68
|
y: 0.667,
|
|
@@ -74,7 +74,7 @@ function InternalTransferFilled(componentProps) {
|
|
|
74
74
|
d: "M11.977 9.002c.066-.338.087-1.142.066-1.505C11.895 4.87 9.617 3.583 8 4.12c1.217.553 2.455 2.06 2.464 3.843.001.22-.012.434-.037.645l-1.307-.18.847 1.285.847 1.287 1.093-.914L13 9.173l-1.023-.171zM4.248 6.941c-.09.331-.133 1.128-.117 1.487C4.25 11.033 7.01 12.383 9 11.905c-1.477-.588-2.956-2.12-2.925-3.886.004-.217.025-.43.06-.636l1.595.219-1.005-1.3L5.72 5l-1.36.868-1.36.87 1.248.203z",
|
|
75
75
|
fill: "#fff"
|
|
76
76
|
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
77
|
-
id: "internal-
|
|
77
|
+
id: "internal-transfer_svg__clip0_20026_31801"
|
|
78
78
|
}, React.createElement("path", {
|
|
79
79
|
fill: "#fff",
|
|
80
80
|
d: "M0 0h16v16H0z"
|
|
@@ -84,5 +84,5 @@ function InternalTransferFilled(componentProps) {
|
|
|
84
84
|
component: IconNode
|
|
85
85
|
}));
|
|
86
86
|
}
|
|
87
|
-
|
|
88
|
-
exports["default"] =
|
|
87
|
+
InternalTransfer.displayName = 'InternalTransfer';
|
|
88
|
+
exports["default"] = InternalTransfer;
|
package/lib/index.d.ts
CHANGED
|
@@ -174,7 +174,7 @@ export { default as HandleOutlined } from './HandleOutlined';
|
|
|
174
174
|
export { default as HomeFilled } from './HomeFilled';
|
|
175
175
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
176
176
|
export { default as HourGlassOutlined } from './HourGlassOutlined';
|
|
177
|
-
export { default as
|
|
177
|
+
export { default as Hours24 } from './Hours24';
|
|
178
178
|
export { default as HouseOutlined } from './HouseOutlined';
|
|
179
179
|
export { default as IdCardFilled } from './IdCardFilled';
|
|
180
180
|
export { default as ImacFilled } from './ImacFilled';
|
|
@@ -183,7 +183,7 @@ export { default as ImageOutlined } from './ImageOutlined';
|
|
|
183
183
|
export { default as InformationFilled } from './InformationFilled';
|
|
184
184
|
export { default as InformationOutlined } from './InformationOutlined';
|
|
185
185
|
export { default as InternalResourceOutlined } from './InternalResourceOutlined';
|
|
186
|
-
export { default as
|
|
186
|
+
export { default as InternalTransfer } from './InternalTransfer';
|
|
187
187
|
export { default as InvoiceOutlined } from './InvoiceOutlined';
|
|
188
188
|
export { default as KeyFilled } from './KeyFilled';
|
|
189
189
|
export { default as LanguageOutlined } from './LanguageOutlined';
|
package/lib/index.js
CHANGED
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.Call = exports.CallRecordOutlined = exports.CallOutlined = exports.CallFailOutlined = exports.CalendarOutlined = exports.CalendarFilled = exports.BusinessCardOutlined = exports.BrokenLineOutlined = 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.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankAddFilled = exports.AtOutlined = exports.AscOutlined = exports.ArrowsRightLeftOutlined = exports.ArrowsChevronOutlined = exports.ArrowTopRightOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddMoneyFilled = exports.AddFilled = exports.AddChildOutlined = exports.AdFilled = exports.ImpassabilityFilled = void 0;
|
|
12
12
|
exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = exports.DataLogOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ContinueInvestFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.ColumnarAnalyzeOutlined = exports.CloudUploadOutlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CircleThreeRectFilled = exports.CircleThreeLinesOutlined = exports.CircleStopFilled = exports.CircleRLetterOutlined = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.CircleCLetterOutlined = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = void 0;
|
|
13
13
|
exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FileTextOutlined = exports.FileShieldOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DraftLineOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadLineOutlined = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotsOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentVoteFilled = exports.DocumentTextFilled = exports.DocumentPassFilled = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentErrorFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = void 0;
|
|
14
|
-
exports.ListFilled = exports.ListCaptionOutlined = exports.LinkOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LightbulbOutlined = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.
|
|
14
|
+
exports.ListFilled = exports.ListCaptionOutlined = exports.LinkOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LightbulbOutlined = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InternalTransfer = exports.InternalResourceOutlined = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IdCardFilled = exports.HouseOutlined = exports.Hours24 = exports.HourGlassOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderBracketOutlined = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FlagOutlined = exports.FireOutlined = exports.FireFilled = void 0;
|
|
15
15
|
exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.Pdf = exports.PauseInvestFilled = exports.PauseCircleFilled = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OpenMailOutlined = exports.OpenMailFilled = 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.MessageTipOutlined = exports.MessageSquareOutlined = exports.MessageSmileOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MappingAddOutlined = exports.MailSettingFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LogoTmd = exports.LogoEc = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LocationOutlined = exports.ListOutlined = void 0;
|
|
16
16
|
exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.RoleSubAccount = exports.RoleSignalResource = exports.RoleSale = exports.RoleOtcMerchant = exports.RoleManage = exports.RoleIb = exports.RoleFollower = exports.RoleDirect = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RetryFilled = exports.ResourceOutlined = exports.RelationInternal = exports.RelationCircle = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeOutlined = exports.QrCodeFilled = exports.PlusOutlined = exports.PlaySolidFilled = exports.PlayOutlined = exports.PlayFilled = exports.PhoneOutlined = exports.PhoneCallFilled = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonLeftArrowFilled = exports.PeopleTieOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = void 0;
|
|
17
17
|
exports.UserCheckOutlined = exports.UploadSendOutlined = exports.UpgradeFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.TwoSwitchOutlined = exports.TwoPersonConfirm = exports.TwoPeopleRectOutlined = exports.TreeOutlined = exports.TreeFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferMoneyFilled = exports.TransferFileFilled = exports.TagRecharged = exports.TagOutlined = exports.TagFilled = exports.TagBrokenHeart = exports.SubtractFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SocialMediaYoutube = exports.SocialMediaTwitter = exports.SocialMediaIns = exports.SocialMediaIn = exports.SocialMediaFacebook = exports.SimpleEarthOutlined = exports.SignalStopReviewOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = void 0;
|
|
@@ -1248,11 +1248,11 @@ Object.defineProperty(exports, "HourGlassOutlined", {
|
|
|
1248
1248
|
return __importDefault(HourGlassOutlined_1)["default"];
|
|
1249
1249
|
}
|
|
1250
1250
|
});
|
|
1251
|
-
var
|
|
1252
|
-
Object.defineProperty(exports, "
|
|
1251
|
+
var Hours24_1 = require("./Hours24");
|
|
1252
|
+
Object.defineProperty(exports, "Hours24", {
|
|
1253
1253
|
enumerable: true,
|
|
1254
1254
|
get: function get() {
|
|
1255
|
-
return __importDefault(
|
|
1255
|
+
return __importDefault(Hours24_1)["default"];
|
|
1256
1256
|
}
|
|
1257
1257
|
});
|
|
1258
1258
|
var HouseOutlined_1 = require("./HouseOutlined");
|
|
@@ -1311,11 +1311,11 @@ Object.defineProperty(exports, "InternalResourceOutlined", {
|
|
|
1311
1311
|
return __importDefault(InternalResourceOutlined_1)["default"];
|
|
1312
1312
|
}
|
|
1313
1313
|
});
|
|
1314
|
-
var
|
|
1315
|
-
Object.defineProperty(exports, "
|
|
1314
|
+
var InternalTransfer_1 = require("./InternalTransfer");
|
|
1315
|
+
Object.defineProperty(exports, "InternalTransfer", {
|
|
1316
1316
|
enumerable: true,
|
|
1317
1317
|
get: function get() {
|
|
1318
|
-
return __importDefault(
|
|
1318
|
+
return __importDefault(InternalTransfer_1)["default"];
|
|
1319
1319
|
}
|
|
1320
1320
|
});
|
|
1321
1321
|
var InvoiceOutlined_1 = require("./InvoiceOutlined");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function Hours24(componentProps: IconProps) {
|
|
5
5
|
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
6
|
<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
7
|
<rect width={14.667} height={14.667} rx={2.444} fill="currentColor" />
|
|
@@ -15,5 +15,5 @@ function Hours24Filled(componentProps: IconProps) {
|
|
|
15
15
|
return <Icon {...componentProps} component={IconNode} />;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
export default
|
|
18
|
+
Hours24.displayName = 'Hours24';
|
|
19
|
+
export default Hours24;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function InternalTransfer(componentProps: IconProps) {
|
|
5
5
|
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
6
|
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
-
<g clipPath="url(#internal-
|
|
7
|
+
<g clipPath="url(#internal-transfer_svg__clip0_20026_31801)">
|
|
8
8
|
<rect
|
|
9
9
|
x={0.667}
|
|
10
10
|
y={0.667}
|
|
@@ -19,7 +19,7 @@ function InternalTransferFilled(componentProps: IconProps) {
|
|
|
19
19
|
/>
|
|
20
20
|
</g>
|
|
21
21
|
<defs>
|
|
22
|
-
<clipPath id="internal-
|
|
22
|
+
<clipPath id="internal-transfer_svg__clip0_20026_31801">
|
|
23
23
|
<path fill="#fff" d="M0 0h16v16H0z" />
|
|
24
24
|
</clipPath>
|
|
25
25
|
</defs>
|
|
@@ -29,5 +29,5 @@ function InternalTransferFilled(componentProps: IconProps) {
|
|
|
29
29
|
return <Icon {...componentProps} component={IconNode} />;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
export default
|
|
32
|
+
InternalTransfer.displayName = 'InternalTransfer';
|
|
33
|
+
export default InternalTransfer;
|
package/src/index.tsx
CHANGED
|
@@ -174,7 +174,7 @@ export { default as HandleOutlined } from './HandleOutlined'
|
|
|
174
174
|
export { default as HomeFilled } from './HomeFilled'
|
|
175
175
|
export { default as HomeOutlined } from './HomeOutlined'
|
|
176
176
|
export { default as HourGlassOutlined } from './HourGlassOutlined'
|
|
177
|
-
export { default as
|
|
177
|
+
export { default as Hours24 } from './Hours24'
|
|
178
178
|
export { default as HouseOutlined } from './HouseOutlined'
|
|
179
179
|
export { default as IdCardFilled } from './IdCardFilled'
|
|
180
180
|
export { default as ImacFilled } from './ImacFilled'
|
|
@@ -183,7 +183,7 @@ export { default as ImageOutlined } from './ImageOutlined'
|
|
|
183
183
|
export { default as InformationFilled } from './InformationFilled'
|
|
184
184
|
export { default as InformationOutlined } from './InformationOutlined'
|
|
185
185
|
export { default as InternalResourceOutlined } from './InternalResourceOutlined'
|
|
186
|
-
export { default as
|
|
186
|
+
export { default as InternalTransfer } from './InternalTransfer'
|
|
187
187
|
export { default as InvoiceOutlined } from './InvoiceOutlined'
|
|
188
188
|
export { default as KeyFilled } from './KeyFilled'
|
|
189
189
|
export { default as LanguageOutlined } from './LanguageOutlined'
|
package/es/Hours24Filled.d.ts
DELETED
package/lib/Hours24Filled.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|