a-icons 1.2.57 → 1.2.58

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.
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function SubtractFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace SubtractFilled {
4
+ var displayName: string;
5
+ }
6
+ export default SubtractFilled;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function SubtractFilled(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ width: 18,
19
+ height: 22,
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M10 6a2 2 0 002 2h6v8.241c0 .805 0 1.47-.044 2.011-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.248-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H5.758c-.805 0-1.47 0-2.011-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C0 17.711 0 17.046 0 16.242V5.758c0-.805 0-1.47.044-2.011.046-.562.144-1.08.392-1.564A4.001 4.001 0 012.184.436C2.669.188 3.186.09 3.748.044 4.29 0 4.954 0 5.758 0H10v6zm-2 4v4.586l-2-2L4.586 14l3.707 3.707a1 1 0 001.414 0L13.414 14 12 12.586l-2 2V10H8zm9.414-4H12V.586L17.414 6z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ SubtractFilled.displayName = 'SubtractFilled';
31
+ export default SubtractFilled;
package/es/index.d.ts CHANGED
@@ -329,6 +329,7 @@ export { default as StarFilled } from './StarFilled';
329
329
  export { default as StarOutlined } from './StarOutlined';
330
330
  export { default as StopFilled } from './StopFilled';
331
331
  export { default as StopOutlined } from './StopOutlined';
332
+ export { default as SubtractFilled } from './SubtractFilled';
332
333
  export { default as TagBrokenHeart } from './TagBrokenHeart';
333
334
  export { default as TagFilled } from './TagFilled';
334
335
  export { default as TagOutlined } from './TagOutlined';
package/es/index.js CHANGED
@@ -329,6 +329,7 @@ export { default as StarFilled } from './StarFilled';
329
329
  export { default as StarOutlined } from './StarOutlined';
330
330
  export { default as StopFilled } from './StopFilled';
331
331
  export { default as StopOutlined } from './StopOutlined';
332
+ export { default as SubtractFilled } from './SubtractFilled';
332
333
  export { default as TagBrokenHeart } from './TagBrokenHeart';
333
334
  export { default as TagFilled } from './TagFilled';
334
335
  export { default as TagOutlined } from './TagOutlined';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function SubtractFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace SubtractFilled {
4
+ var displayName: string;
5
+ }
6
+ export default SubtractFilled;
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function SubtractFilled(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ width: 18,
62
+ height: 22,
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ d: "M10 6a2 2 0 002 2h6v8.241c0 .805 0 1.47-.044 2.011-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.248-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H5.758c-.805 0-1.47 0-2.011-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C0 17.711 0 17.046 0 16.242V5.758c0-.805 0-1.47.044-2.011.046-.562.144-1.08.392-1.564A4.001 4.001 0 012.184.436C2.669.188 3.186.09 3.748.044 4.29 0 4.954 0 5.758 0H10v6zm-2 4v4.586l-2-2L4.586 14l3.707 3.707a1 1 0 001.414 0L13.414 14 12 12.586l-2 2V10H8zm9.414-4H12V.586L17.414 6z",
66
+ fill: "currentColor"
67
+ }));
68
+ };
69
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
70
+ component: IconNode
71
+ }));
72
+ }
73
+ SubtractFilled.displayName = 'SubtractFilled';
74
+ exports["default"] = SubtractFilled;
package/lib/index.d.ts CHANGED
@@ -329,6 +329,7 @@ export { default as StarFilled } from './StarFilled';
329
329
  export { default as StarOutlined } from './StarOutlined';
330
330
  export { default as StopFilled } from './StopFilled';
331
331
  export { default as StopOutlined } from './StopOutlined';
332
+ export { default as SubtractFilled } from './SubtractFilled';
332
333
  export { default as TagBrokenHeart } from './TagBrokenHeart';
333
334
  export { default as TagFilled } from './TagFilled';
334
335
  export { default as TagOutlined } from './TagOutlined';
package/lib/index.js CHANGED
@@ -14,8 +14,8 @@ exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = expo
14
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.InternalTransferFilled = exports.InternalResourceOutlined = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IdCardFilled = exports.HouseOutlined = exports.Hours24Filled = 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
- exports.UserInfoAuth = 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.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;
18
- exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = void 0;
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;
18
+ exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = exports.UserInfoAuth = void 0;
19
19
  var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
20
20
  Object.defineProperty(exports, "ImpassabilityFilled", {
21
21
  enumerable: true,
@@ -2333,6 +2333,13 @@ Object.defineProperty(exports, "StopOutlined", {
2333
2333
  return __importDefault(StopOutlined_1)["default"];
2334
2334
  }
2335
2335
  });
2336
+ var SubtractFilled_1 = require("./SubtractFilled");
2337
+ Object.defineProperty(exports, "SubtractFilled", {
2338
+ enumerable: true,
2339
+ get: function get() {
2340
+ return __importDefault(SubtractFilled_1)["default"];
2341
+ }
2342
+ });
2336
2343
  var TagBrokenHeart_1 = require("./TagBrokenHeart");
2337
2344
  Object.defineProperty(exports, "TagBrokenHeart", {
2338
2345
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function SubtractFilled(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg width={18} height={22} xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ d="M10 6a2 2 0 002 2h6v8.241c0 .805 0 1.47-.044 2.011-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.248-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H5.758c-.805 0-1.47 0-2.011-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C0 17.711 0 17.046 0 16.242V5.758c0-.805 0-1.47.044-2.011.046-.562.144-1.08.392-1.564A4.001 4.001 0 012.184.436C2.669.188 3.186.09 3.748.044 4.29 0 4.954 0 5.758 0H10v6zm-2 4v4.586l-2-2L4.586 14l3.707 3.707a1 1 0 001.414 0L13.414 14 12 12.586l-2 2V10H8zm9.414-4H12V.586L17.414 6z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ SubtractFilled.displayName = 'SubtractFilled';
18
+ export default SubtractFilled;
package/src/index.tsx CHANGED
@@ -329,6 +329,7 @@ export { default as StarFilled } from './StarFilled'
329
329
  export { default as StarOutlined } from './StarOutlined'
330
330
  export { default as StopFilled } from './StopFilled'
331
331
  export { default as StopOutlined } from './StopOutlined'
332
+ export { default as SubtractFilled } from './SubtractFilled'
332
333
  export { default as TagBrokenHeart } from './TagBrokenHeart'
333
334
  export { default as TagFilled } from './TagFilled'
334
335
  export { default as TagOutlined } from './TagOutlined'
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="22" viewBox="0 0 18 22" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 6C10 7.10457 10.8954 8 12 8H18V16.2412C18 17.0462 18.0003 17.7108 17.9561 18.252C17.9101 18.814 17.8117 19.3311 17.5645 19.8164C17.181 20.5689 16.5689 21.181 15.8164 21.5645C15.3311 21.8117 14.814 21.9101 14.252 21.9561C13.7108 22.0003 13.0462 22 12.2412 22H5.75879C4.95383 22 4.28924 22.0003 3.74805 21.9561C3.18599 21.9101 2.6689 21.8117 2.18359 21.5645C1.43109 21.181 0.819015 20.5689 0.435547 19.8164C0.188272 19.3311 0.0898742 18.814 0.0439453 18.252C-0.000271749 17.7108 -1.24273e-05 17.0462 0 16.2412V5.75879C-1.24273e-05 4.95383 -0.000271745 4.28924 0.0439453 3.74805C0.0898743 3.18599 0.188272 2.6689 0.435547 2.18359C0.819016 1.43109 1.43109 0.819016 2.18359 0.435547C2.6689 0.188272 3.18599 0.0898743 3.74805 0.0439453C4.28924 -0.000271756 4.95383 -1.23736e-05 5.75879 0H10V6ZM8 10V14.5859L6 12.5859L4.58594 14L8.29297 17.707C8.4805 17.8946 8.73479 18 9 18C9.26521 18 9.5195 17.8946 9.70703 17.707L13.4141 14L12 12.5859L10 14.5859V10H8ZM17.4141 6H12V0.585938L17.4141 6Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="22" viewBox="0 0 18 22" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 6C10 7.10457 10.8954 8 12 8H18V16.2412C18 17.0462 18.0003 17.7108 17.9561 18.252C17.9101 18.814 17.8117 19.3311 17.5645 19.8164C17.181 20.5689 16.5689 21.181 15.8164 21.5645C15.3311 21.8117 14.814 21.9101 14.252 21.9561C13.7108 22.0003 13.0462 22 12.2412 22H5.75879C4.95383 22 4.28924 22.0003 3.74805 21.9561C3.18599 21.9101 2.6689 21.8117 2.18359 21.5645C1.43109 21.181 0.819015 20.5689 0.435547 19.8164C0.188272 19.3311 0.0898742 18.814 0.0439453 18.252C-0.000271749 17.7108 -1.24273e-05 17.0462 0 16.2412V5.75879C-1.24273e-05 4.95383 -0.000271745 4.28924 0.0439453 3.74805C0.0898743 3.18599 0.188272 2.6689 0.435547 2.18359C0.819016 1.43109 1.43109 0.819016 2.18359 0.435547C2.6689 0.188272 3.18599 0.0898743 3.74805 0.0439453C4.28924 -0.000271756 4.95383 -1.23736e-05 5.75879 0H10V6ZM8 10V14.5859L6 12.5859L4.58594 14L8.29297 17.707C8.4805 17.8946 8.73479 18 9 18C9.26521 18 9.5195 17.8946 9.70703 17.707L13.4141 14L12 12.5859L10 14.5859V10H8ZM17.4141 6H12V0.585938L17.4141 6Z" fill="currentColor"/>
3
+ </svg>