a-icons 1.1.28 → 1.1.30

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,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function PeopleErrorFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace PeopleErrorFilled {
5
+ var displayName: string;
6
+ }
7
+ export default PeopleErrorFilled;
@@ -0,0 +1,41 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ 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 PeopleErrorFilled(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: "M10.919 11.193h-.97a3.877 3.877 0 01-3.876-3.877v-2.56A3.247 3.247 0 019.329 1.5h2.21a3.247 3.247 0 013.257 3.257v2.559a3.877 3.877 0 01-3.877 3.877z",
23
+ fill: "currentColor"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M13.04 12.81H6.165a3.189 3.189 0 00-3.073 2.626l-.232 1.105a3.286 3.286 0 003.082 4.023h5.6a6.435 6.435 0 01-.69-2.908c0-1.93.846-3.662 2.188-4.846z",
28
+ fill: "currentColor"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ fillRule: "evenodd",
31
+ clipRule: "evenodd",
32
+ d: "M17.309 22.502a4.846 4.846 0 100-9.692 4.846 4.846 0 000 9.692zm2.491-3.035l-.833.833-1.667-1.667-1.667 1.667-.833-.833 1.667-1.667-1.667-1.667.833-.833 1.667 1.667 1.667-1.667.833.833-1.667 1.667 1.667 1.667z",
33
+ fill: "currentColor"
34
+ }));
35
+ };
36
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
37
+ component: IconNode
38
+ }));
39
+ }
40
+ PeopleErrorFilled.displayName = 'PeopleErrorFilled';
41
+ export default PeopleErrorFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function SquareLeftTurnFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace SquareLeftTurnFilled {
5
+ var displayName: string;
6
+ }
7
+ export default SquareLeftTurnFilled;
@@ -0,0 +1,32 @@
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 SquareLeftTurnFilled(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: "M8.686 3h6.748a5.686 5.686 0 015.686 5.686v6.748a5.686 5.686 0 01-5.686 5.686H8.686A5.686 5.686 0 013 15.434V8.686A5.686 5.686 0 018.686 3zm4.995 14.604a3.79 3.79 0 003.648-3.79l.067-1.47a3.79 3.79 0 00-3.791-3.79H9.217l.777-.797a.71.71 0 00-1.005-1.004L6.98 8.762a.682.682 0 00-.151.237.673.673 0 000 .54.74.74 0 00.151.228l2.028 2.009a.701.701 0 001.005 0 .71.71 0 000-1.005l-.796-.796h4.369a2.35 2.35 0 012.35 2.34v1.527a2.34 2.34 0 01-2.265 2.34H8.27a.71.71 0 100 1.422h5.412z",
24
+ fill: "currentColor"
25
+ }));
26
+ };
27
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
28
+ component: IconNode
29
+ }));
30
+ }
31
+ SquareLeftTurnFilled.displayName = 'SquareLeftTurnFilled';
32
+ export default SquareLeftTurnFilled;
package/es/index.d.ts CHANGED
@@ -149,6 +149,7 @@ export { default as PeopleCardFilled } from './PeopleCardFilled';
149
149
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
150
150
  export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
151
151
  export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
152
+ export { default as PeopleErrorFilled } from './PeopleErrorFilled';
152
153
  export { default as PeopleFilled } from './PeopleFilled';
153
154
  export { default as PeopleGetOutlined } from './PeopleGetOutlined';
154
155
  export { default as PeopleGroupFilled } from './PeopleGroupFilled';
@@ -198,6 +199,7 @@ export { default as SignalDiffusionOutlined } from './SignalDiffusionOutlined';
198
199
  export { default as SpeakerFilled } from './SpeakerFilled';
199
200
  export { default as SpeakerOutlined } from './SpeakerOutlined';
200
201
  export { default as SquareFilled } from './SquareFilled';
202
+ export { default as SquareLeftTurnFilled } from './SquareLeftTurnFilled';
201
203
  export { default as SquareUpRightOutlined } from './SquareUpRightOutlined';
202
204
  export { default as StampFilled } from './StampFilled';
203
205
  export { default as StarFilled } from './StarFilled';
package/es/index.js CHANGED
@@ -149,6 +149,7 @@ export { default as PeopleCardFilled } from './PeopleCardFilled';
149
149
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
150
150
  export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
151
151
  export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
152
+ export { default as PeopleErrorFilled } from './PeopleErrorFilled';
152
153
  export { default as PeopleFilled } from './PeopleFilled';
153
154
  export { default as PeopleGetOutlined } from './PeopleGetOutlined';
154
155
  export { default as PeopleGroupFilled } from './PeopleGroupFilled';
@@ -198,6 +199,7 @@ export { default as SignalDiffusionOutlined } from './SignalDiffusionOutlined';
198
199
  export { default as SpeakerFilled } from './SpeakerFilled';
199
200
  export { default as SpeakerOutlined } from './SpeakerOutlined';
200
201
  export { default as SquareFilled } from './SquareFilled';
202
+ export { default as SquareLeftTurnFilled } from './SquareLeftTurnFilled';
201
203
  export { default as SquareUpRightOutlined } from './SquareUpRightOutlined';
202
204
  export { default as StampFilled } from './StampFilled';
203
205
  export { default as StarFilled } from './StarFilled';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function PeopleErrorFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace PeopleErrorFilled {
5
+ var displayName: string;
6
+ }
7
+ export default PeopleErrorFilled;
@@ -0,0 +1,84 @@
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 PeopleErrorFilled(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: "M10.919 11.193h-.97a3.877 3.877 0 01-3.876-3.877v-2.56A3.247 3.247 0 019.329 1.5h2.21a3.247 3.247 0 013.257 3.257v2.559a3.877 3.877 0 01-3.877 3.877z",
66
+ fill: "currentColor"
67
+ }), React.createElement("path", {
68
+ fillRule: "evenodd",
69
+ clipRule: "evenodd",
70
+ d: "M13.04 12.81H6.165a3.189 3.189 0 00-3.073 2.626l-.232 1.105a3.286 3.286 0 003.082 4.023h5.6a6.435 6.435 0 01-.69-2.908c0-1.93.846-3.662 2.188-4.846z",
71
+ fill: "currentColor"
72
+ }), React.createElement("path", {
73
+ fillRule: "evenodd",
74
+ clipRule: "evenodd",
75
+ d: "M17.309 22.502a4.846 4.846 0 100-9.692 4.846 4.846 0 000 9.692zm2.491-3.035l-.833.833-1.667-1.667-1.667 1.667-.833-.833 1.667-1.667-1.667-1.667.833-.833 1.667 1.667 1.667-1.667.833.833-1.667 1.667 1.667 1.667z",
76
+ fill: "currentColor"
77
+ }));
78
+ };
79
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
80
+ component: IconNode
81
+ }));
82
+ }
83
+ PeopleErrorFilled.displayName = 'PeopleErrorFilled';
84
+ exports["default"] = PeopleErrorFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function SquareLeftTurnFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace SquareLeftTurnFilled {
5
+ var displayName: string;
6
+ }
7
+ export default SquareLeftTurnFilled;
@@ -0,0 +1,75 @@
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 SquareLeftTurnFilled(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: "M8.686 3h6.748a5.686 5.686 0 015.686 5.686v6.748a5.686 5.686 0 01-5.686 5.686H8.686A5.686 5.686 0 013 15.434V8.686A5.686 5.686 0 018.686 3zm4.995 14.604a3.79 3.79 0 003.648-3.79l.067-1.47a3.79 3.79 0 00-3.791-3.79H9.217l.777-.797a.71.71 0 00-1.005-1.004L6.98 8.762a.682.682 0 00-.151.237.673.673 0 000 .54.74.74 0 00.151.228l2.028 2.009a.701.701 0 001.005 0 .71.71 0 000-1.005l-.796-.796h4.369a2.35 2.35 0 012.35 2.34v1.527a2.34 2.34 0 01-2.265 2.34H8.27a.71.71 0 100 1.422h5.412z",
67
+ fill: "currentColor"
68
+ }));
69
+ };
70
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
71
+ component: IconNode
72
+ }));
73
+ }
74
+ SquareLeftTurnFilled.displayName = 'SquareLeftTurnFilled';
75
+ exports["default"] = SquareLeftTurnFilled;
package/lib/index.d.ts CHANGED
@@ -149,6 +149,7 @@ export { default as PeopleCardFilled } from './PeopleCardFilled';
149
149
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
150
150
  export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
151
151
  export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
152
+ export { default as PeopleErrorFilled } from './PeopleErrorFilled';
152
153
  export { default as PeopleFilled } from './PeopleFilled';
153
154
  export { default as PeopleGetOutlined } from './PeopleGetOutlined';
154
155
  export { default as PeopleGroupFilled } from './PeopleGroupFilled';
@@ -198,6 +199,7 @@ export { default as SignalDiffusionOutlined } from './SignalDiffusionOutlined';
198
199
  export { default as SpeakerFilled } from './SpeakerFilled';
199
200
  export { default as SpeakerOutlined } from './SpeakerOutlined';
200
201
  export { default as SquareFilled } from './SquareFilled';
202
+ export { default as SquareLeftTurnFilled } from './SquareLeftTurnFilled';
201
203
  export { default as SquareUpRightOutlined } from './SquareUpRightOutlined';
202
204
  export { default as StampFilled } from './StampFilled';
203
205
  export { default as StarFilled } from './StarFilled';
package/lib/index.js CHANGED
@@ -11,8 +11,8 @@ Object.defineProperty(exports, "__esModule", {
11
11
  exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockOutline = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.CirclePlusFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.ImpassabilityFilled = void 0;
12
12
  exports.FunnelOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DisplayerOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = void 0;
13
13
  exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OtcMerchant = exports.OtcMerchantLine = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InviteFriendFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GiftFilled = exports.GarbageCanOutlined = void 0;
14
- exports.SquareFilled = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = 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.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = void 0;
15
- 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.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 = void 0;
14
+ exports.SpeakerOutlined = exports.SpeakerFilled = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = 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.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = void 0;
15
+ 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.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.SquareLeftTurnFilled = exports.SquareFilled = void 0;
16
16
  var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
17
17
  Object.defineProperty(exports, "ImpassabilityFilled", {
18
18
  enumerable: true,
@@ -1070,6 +1070,13 @@ Object.defineProperty(exports, "PeopleEllipsisFilled", {
1070
1070
  return __importDefault(PeopleEllipsisFilled_1)["default"];
1071
1071
  }
1072
1072
  });
1073
+ var PeopleErrorFilled_1 = require("./PeopleErrorFilled");
1074
+ Object.defineProperty(exports, "PeopleErrorFilled", {
1075
+ enumerable: true,
1076
+ get: function get() {
1077
+ return __importDefault(PeopleErrorFilled_1)["default"];
1078
+ }
1079
+ });
1073
1080
  var PeopleFilled_1 = require("./PeopleFilled");
1074
1081
  Object.defineProperty(exports, "PeopleFilled", {
1075
1082
  enumerable: true,
@@ -1413,6 +1420,13 @@ Object.defineProperty(exports, "SquareFilled", {
1413
1420
  return __importDefault(SquareFilled_1)["default"];
1414
1421
  }
1415
1422
  });
1423
+ var SquareLeftTurnFilled_1 = require("./SquareLeftTurnFilled");
1424
+ Object.defineProperty(exports, "SquareLeftTurnFilled", {
1425
+ enumerable: true,
1426
+ get: function get() {
1427
+ return __importDefault(SquareLeftTurnFilled_1)["default"];
1428
+ }
1429
+ });
1416
1430
  var SquareUpRightOutlined_1 = require("./SquareUpRightOutlined");
1417
1431
  Object.defineProperty(exports, "SquareUpRightOutlined", {
1418
1432
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.1.28",
3
+ "version": "1.1.30",
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": "34ded0e4eee6ba38c6716f8a8075df6376bfe255"
25
+ "gitHead": "62e1d53e315756fdec8a96568e131d42c0888340"
26
26
  }
@@ -0,0 +1,30 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function PeopleErrorFilled(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="M10.919 11.193h-.97a3.877 3.877 0 01-3.876-3.877v-2.56A3.247 3.247 0 019.329 1.5h2.21a3.247 3.247 0 013.257 3.257v2.559a3.877 3.877 0 01-3.877 3.877z"
9
+ fill="currentColor"
10
+ />
11
+ <path
12
+ fillRule="evenodd"
13
+ clipRule="evenodd"
14
+ d="M13.04 12.81H6.165a3.189 3.189 0 00-3.073 2.626l-.232 1.105a3.286 3.286 0 003.082 4.023h5.6a6.435 6.435 0 01-.69-2.908c0-1.93.846-3.662 2.188-4.846z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ fillRule="evenodd"
19
+ clipRule="evenodd"
20
+ d="M17.309 22.502a4.846 4.846 0 100-9.692 4.846 4.846 0 000 9.692zm2.491-3.035l-.833.833-1.667-1.667-1.667 1.667-.833-.833 1.667-1.667-1.667-1.667.833-.833 1.667 1.667 1.667-1.667.833.833-1.667 1.667 1.667 1.667z"
21
+ fill="currentColor"
22
+ />
23
+ </svg>
24
+ );
25
+
26
+ return <Icon {...componentProps} component={IconNode} />;
27
+ }
28
+
29
+ PeopleErrorFilled.displayName = 'PeopleErrorFilled';
30
+ export default PeopleErrorFilled;
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function SquareLeftTurnFilled(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="M8.686 3h6.748a5.686 5.686 0 015.686 5.686v6.748a5.686 5.686 0 01-5.686 5.686H8.686A5.686 5.686 0 013 15.434V8.686A5.686 5.686 0 018.686 3zm4.995 14.604a3.79 3.79 0 003.648-3.79l.067-1.47a3.79 3.79 0 00-3.791-3.79H9.217l.777-.797a.71.71 0 00-1.005-1.004L6.98 8.762a.682.682 0 00-.151.237.673.673 0 000 .54.74.74 0 00.151.228l2.028 2.009a.701.701 0 001.005 0 .71.71 0 000-1.005l-.796-.796h4.369a2.35 2.35 0 012.35 2.34v1.527a2.34 2.34 0 01-2.265 2.34H8.27a.71.71 0 100 1.422h5.412z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ SquareLeftTurnFilled.displayName = 'SquareLeftTurnFilled';
20
+ export default SquareLeftTurnFilled;
package/src/index.tsx CHANGED
@@ -149,6 +149,7 @@ export { default as PeopleCardFilled } from './PeopleCardFilled';
149
149
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
150
150
  export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
151
151
  export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
152
+ export { default as PeopleErrorFilled } from './PeopleErrorFilled';
152
153
  export { default as PeopleFilled } from './PeopleFilled';
153
154
  export { default as PeopleGetOutlined } from './PeopleGetOutlined';
154
155
  export { default as PeopleGroupFilled } from './PeopleGroupFilled';
@@ -198,6 +199,7 @@ export { default as SignalDiffusionOutlined } from './SignalDiffusionOutlined';
198
199
  export { default as SpeakerFilled } from './SpeakerFilled';
199
200
  export { default as SpeakerOutlined } from './SpeakerOutlined';
200
201
  export { default as SquareFilled } from './SquareFilled';
202
+ export { default as SquareLeftTurnFilled } from './SquareLeftTurnFilled';
201
203
  export { default as SquareUpRightOutlined } from './SquareUpRightOutlined';
202
204
  export { default as StampFilled } from './StampFilled';
203
205
  export { default as StarFilled } from './StarFilled';
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M10.9188 11.1925H9.94952C7.80831 11.1925 6.07252 9.4567 6.07252 7.3155V4.75669C6.06994 3.89217 6.41222 3.06232 7.02353 2.45102C7.63483 1.83971 8.46468 1.49743 9.3292 1.50001H11.5391C12.4036 1.49743 13.2334 1.83971 13.8448 2.45102C14.4561 3.06232 14.7983 3.89217 14.7958 4.75669V7.3155C14.7958 8.34374 14.3873 9.32987 13.6602 10.0569C12.9331 10.784 11.947 11.1925 10.9188 11.1925Z"
4
+ fill="currentColor" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M13.0402 12.8097H6.16493C4.64575 12.8414 3.35996 13.9406 3.09242 15.4364L2.8598 16.5413C2.63936 17.4966 2.85701 18.5004 3.45331 19.2786C4.04961 20.0568 4.96227 20.528 5.94201 20.5637H11.5416C11.1006 19.6898 10.8522 18.7021 10.8522 17.6564C10.8522 15.7262 11.6985 13.9937 13.0402 12.8097Z"
7
+ fill="currentColor" />
8
+ <path fill-rule="evenodd" clip-rule="evenodd"
9
+ d="M17.3089 22.5024C19.9854 22.5024 22.1551 20.3327 22.1551 17.6562C22.1551 14.9797 19.9854 12.8099 17.3089 12.8099C14.6324 12.8099 12.4626 14.9797 12.4626 17.6562C12.4626 20.3327 14.6324 22.5024 17.3089 22.5024ZM19.8001 19.4666L18.9667 20.3L17.3001 18.6333L15.6334 20.3L14.8 19.4666L16.4667 17.8L14.8001 16.1333L15.6334 15.3L17.3001 16.9666L18.9667 15.3L19.8 16.1333L18.1334 17.8L19.8001 19.4666Z"
10
+ fill="currentColor" />
11
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M8.68619 3H15.4338C18.5742 3 21.12 5.5458 21.12 8.68619V15.4338C21.12 18.5742 18.5742 21.12 15.4338 21.12H8.68619C5.5458 21.12 3 18.5742 3 15.4338V8.68619C3 5.5458 5.5458 3 8.68619 3ZM13.6806 17.604C15.7185 17.5276 17.3307 15.8526 17.3292 13.8133L17.3956 12.3443C17.3956 10.2507 15.6984 8.55352 13.6048 8.55352H9.21692L9.99403 7.75746C10.2712 7.47995 10.2712 7.0304 9.99403 6.75289C9.71653 6.47574 9.26697 6.47574 8.98947 6.75289L6.98035 8.76202C6.9139 8.8296 6.86226 8.91029 6.82872 8.99894C6.75326 9.1711 6.75326 9.36697 6.82872 9.53913C6.86468 9.62371 6.9161 9.70085 6.98035 9.76658L9.00842 11.7757C9.14043 11.9112 9.32155 11.9876 9.5107 11.9876C9.69985 11.9876 9.88098 11.9112 10.013 11.7757C10.2901 11.4982 10.2901 11.0486 10.013 10.7711L9.21692 9.97507H13.5858C14.8801 9.97506 15.9309 11.0216 15.9361 12.3159V13.8417C15.9368 15.1054 14.9342 16.1416 13.6711 16.1825H8.26922C7.87667 16.1825 7.55844 16.5007 7.55844 16.8933C7.55844 17.2858 7.87667 17.604 8.26922 17.604H13.6806Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M10.9188 11.1925H9.94952C7.80831 11.1925 6.07252 9.4567 6.07252 7.3155V4.75669C6.06994 3.89217 6.41222 3.06232 7.02353 2.45102C7.63483 1.83971 8.46468 1.49743 9.3292 1.50001H11.5391C12.4036 1.49743 13.2334 1.83971 13.8448 2.45102C14.4561 3.06232 14.7983 3.89217 14.7958 4.75669V7.3155C14.7958 8.34374 14.3873 9.32987 13.6602 10.0569C12.9331 10.784 11.947 11.1925 10.9188 11.1925Z"
4
+ fill="currentColor" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M13.0402 12.8097H6.16493C4.64575 12.8414 3.35996 13.9406 3.09242 15.4364L2.8598 16.5413C2.63936 17.4966 2.85701 18.5004 3.45331 19.2786C4.04961 20.0568 4.96227 20.528 5.94201 20.5637H11.5416C11.1006 19.6898 10.8522 18.7021 10.8522 17.6564C10.8522 15.7262 11.6985 13.9937 13.0402 12.8097Z"
7
+ fill="currentColor" />
8
+ <path fill-rule="evenodd" clip-rule="evenodd"
9
+ d="M17.3089 22.5024C19.9854 22.5024 22.1551 20.3327 22.1551 17.6562C22.1551 14.9797 19.9854 12.8099 17.3089 12.8099C14.6324 12.8099 12.4626 14.9797 12.4626 17.6562C12.4626 20.3327 14.6324 22.5024 17.3089 22.5024ZM19.8001 19.4666L18.9667 20.3L17.3001 18.6333L15.6334 20.3L14.8 19.4666L16.4667 17.8L14.8001 16.1333L15.6334 15.3L17.3001 16.9666L18.9667 15.3L19.8 16.1333L18.1334 17.8L19.8001 19.4666Z"
10
+ fill="currentColor" />
11
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M8.68619 3H15.4338C18.5742 3 21.12 5.5458 21.12 8.68619V15.4338C21.12 18.5742 18.5742 21.12 15.4338 21.12H8.68619C5.5458 21.12 3 18.5742 3 15.4338V8.68619C3 5.5458 5.5458 3 8.68619 3ZM13.6806 17.604C15.7185 17.5276 17.3307 15.8526 17.3292 13.8133L17.3956 12.3443C17.3956 10.2507 15.6984 8.55352 13.6048 8.55352H9.21692L9.99403 7.75746C10.2712 7.47995 10.2712 7.0304 9.99403 6.75289C9.71653 6.47574 9.26697 6.47574 8.98947 6.75289L6.98035 8.76202C6.9139 8.8296 6.86226 8.91029 6.82872 8.99894C6.75326 9.1711 6.75326 9.36697 6.82872 9.53913C6.86468 9.62371 6.9161 9.70085 6.98035 9.76658L9.00842 11.7757C9.14043 11.9112 9.32155 11.9876 9.5107 11.9876C9.69985 11.9876 9.88098 11.9112 10.013 11.7757C10.2901 11.4982 10.2901 11.0486 10.013 10.7711L9.21692 9.97507H13.5858C14.8801 9.97506 15.9309 11.0216 15.9361 12.3159V13.8417C15.9368 15.1054 14.9342 16.1416 13.6711 16.1825H8.26922C7.87667 16.1825 7.55844 16.5007 7.55844 16.8933C7.55844 17.2858 7.87667 17.604 8.26922 17.604H13.6806Z"
4
+ fill="currentColor" />
5
+ </svg>