a-icons 1.1.21 → 1.1.22

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 OtcMerchant(componentProps: IconProps): JSX.Element;
4
+ declare namespace OtcMerchant {
5
+ var displayName: string;
6
+ }
7
+ export default OtcMerchant;
@@ -0,0 +1,39 @@
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 OtcMerchant(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
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M1.1 8.1c2.2.9 4.8.8 6.9-.4.2-.1.5-.1.7 0 2.1 1.1 4.5 1.1 6.6 0 .2-.1.5-.1.7 0 2.1 1.1 4.6 1.3 6.8.3l.6-.3-2.6-4.1c-.3-.7-.9-1.1-1.6-1.1H4.7c-.7.1-1.4.6-1.6 1.2L.5 7.8l.6.3z",
25
+ fill: "currentColor"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M15.5 9.2h.2c1.6.9 3.5 1.1 5.3 1v9.2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-9.3c1.8.2 3.7 0 5.3-.8.1 0 .118-.056.2-.064.039-.004.1 0 .1 0l.1.064c2.1.9 4.5.9 6.6 0 0 0 .1-.1.2-.1z",
28
+ fill: "currentColor"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M7.5 18.4c-1.6 0-2.5-.6-2.5-3s.9-3 2.5-3 2.5.6 2.5 3-.8 3-2.5 3zm0-1.1c1 0 1.3-.5 1.3-1.9s-.2-2-1.3-2c-1 0-1.2.5-1.2 2 0 1.4.2 1.9 1.2 1.9zM13.9 12.5c.3 0 .6.3.6.6s-.3.6-.6.6H13v4.1c0 .3-.3.6-.6.6s-.6-.3-.6-.6v-4.1h-.9c-.3 0-.6-.3-.6-.6s.3-.6.6-.6h3zM17.6 18.4c-1.6 0-2.6-.6-2.6-3 0-2.3 1-3 2.7-3 .4 0 .7 0 1 .1.2 0 .3.2.3.5 0 .4-.4.6-.7.6h-.5c-1 0-1.4.5-1.4 1.9 0 1.5.4 1.9 1.4 1.9h.6c.4-.1.7.2.7.6 0 .2-.296.4-.296.4H17.6z",
31
+ fill: "#fff"
32
+ }));
33
+ };
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+ OtcMerchant.displayName = 'OtcMerchant';
39
+ export default OtcMerchant;
package/es/index.d.ts CHANGED
@@ -129,6 +129,7 @@ export { default as MoveOutlined } from './MoveOutlined';
129
129
  export { default as OngoingFilled } from './OngoingFilled';
130
130
  export { default as OpenMailFilled } from './OpenMailFilled';
131
131
  export { default as OpenMailOutlined } from './OpenMailOutlined';
132
+ export { default as OtcMerchant } from './OtcMerchant';
132
133
  export { default as PencilOutlined } from './PencilOutlined';
133
134
  export { default as PeopleAddFilled } from './PeopleAddFilled';
134
135
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
package/es/index.js CHANGED
@@ -129,6 +129,7 @@ export { default as MoveOutlined } from './MoveOutlined';
129
129
  export { default as OngoingFilled } from './OngoingFilled';
130
130
  export { default as OpenMailFilled } from './OpenMailFilled';
131
131
  export { default as OpenMailOutlined } from './OpenMailOutlined';
132
+ export { default as OtcMerchant } from './OtcMerchant';
132
133
  export { default as PencilOutlined } from './PencilOutlined';
133
134
  export { default as PeopleAddFilled } from './PeopleAddFilled';
134
135
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function OtcMerchant(componentProps: IconProps): JSX.Element;
4
+ declare namespace OtcMerchant {
5
+ var displayName: string;
6
+ }
7
+ export default OtcMerchant;
@@ -0,0 +1,82 @@
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 OtcMerchant(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
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ d: "M1.1 8.1c2.2.9 4.8.8 6.9-.4.2-.1.5-.1.7 0 2.1 1.1 4.5 1.1 6.6 0 .2-.1.5-.1.7 0 2.1 1.1 4.6 1.3 6.8.3l.6-.3-2.6-4.1c-.3-.7-.9-1.1-1.6-1.1H4.7c-.7.1-1.4.6-1.6 1.2L.5 7.8l.6.3z",
68
+ fill: "currentColor"
69
+ }), React.createElement("path", {
70
+ d: "M15.5 9.2h.2c1.6.9 3.5 1.1 5.3 1v9.2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-9.3c1.8.2 3.7 0 5.3-.8.1 0 .118-.056.2-.064.039-.004.1 0 .1 0l.1.064c2.1.9 4.5.9 6.6 0 0 0 .1-.1.2-.1z",
71
+ fill: "currentColor"
72
+ }), React.createElement("path", {
73
+ d: "M7.5 18.4c-1.6 0-2.5-.6-2.5-3s.9-3 2.5-3 2.5.6 2.5 3-.8 3-2.5 3zm0-1.1c1 0 1.3-.5 1.3-1.9s-.2-2-1.3-2c-1 0-1.2.5-1.2 2 0 1.4.2 1.9 1.2 1.9zM13.9 12.5c.3 0 .6.3.6.6s-.3.6-.6.6H13v4.1c0 .3-.3.6-.6.6s-.6-.3-.6-.6v-4.1h-.9c-.3 0-.6-.3-.6-.6s.3-.6.6-.6h3zM17.6 18.4c-1.6 0-2.6-.6-2.6-3 0-2.3 1-3 2.7-3 .4 0 .7 0 1 .1.2 0 .3.2.3.5 0 .4-.4.6-.7.6h-.5c-1 0-1.4.5-1.4 1.9 0 1.5.4 1.9 1.4 1.9h.6c.4-.1.7.2.7.6 0 .2-.296.4-.296.4H17.6z",
74
+ fill: "#fff"
75
+ }));
76
+ };
77
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
78
+ component: IconNode
79
+ }));
80
+ }
81
+ OtcMerchant.displayName = 'OtcMerchant';
82
+ exports["default"] = OtcMerchant;
package/lib/index.d.ts CHANGED
@@ -129,6 +129,7 @@ export { default as MoveOutlined } from './MoveOutlined';
129
129
  export { default as OngoingFilled } from './OngoingFilled';
130
130
  export { default as OpenMailFilled } from './OpenMailFilled';
131
131
  export { default as OpenMailOutlined } from './OpenMailOutlined';
132
+ export { default as OtcMerchant } from './OtcMerchant';
132
133
  export { default as PencilOutlined } from './PencilOutlined';
133
134
  export { default as PeopleAddFilled } from './PeopleAddFilled';
134
135
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
package/lib/index.js CHANGED
@@ -10,9 +10,9 @@ Object.defineProperty(exports, "__esModule", {
10
10
  });
11
11
  exports.CoinOverlapFilled = exports.CloseSquareOutlined = 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.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.AddFilled = exports.ImpassabilityFilled = void 0;
12
12
  exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GiftFilled = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EarthOutlined = exports.EarthFilled = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DashboardOutlined = exports.DashboardFilled = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.CoinOverlapLockFilled = void 0;
13
- 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 = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = 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 = void 0;
14
- 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.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 = 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 = void 0;
13
+ exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OtcMerchant = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = 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 = void 0;
14
+ 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.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 = 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 = void 0;
16
16
  var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
17
17
  Object.defineProperty(exports, "ImpassabilityFilled", {
18
18
  enumerable: true,
@@ -930,6 +930,13 @@ Object.defineProperty(exports, "OpenMailOutlined", {
930
930
  return __importDefault(OpenMailOutlined_1)["default"];
931
931
  }
932
932
  });
933
+ var OtcMerchant_1 = require("./OtcMerchant");
934
+ Object.defineProperty(exports, "OtcMerchant", {
935
+ enumerable: true,
936
+ get: function get() {
937
+ return __importDefault(OtcMerchant_1)["default"];
938
+ }
939
+ });
933
940
  var PencilOutlined_1 = require("./PencilOutlined");
934
941
  Object.defineProperty(exports, "PencilOutlined", {
935
942
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
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": "2f6b2a63590d7a9bfbb9493025a4415abbcd005b"
25
+ "gitHead": "80bfcf3192ee1b9d19b451b1ad02062aafd1ce51"
26
26
  }
@@ -0,0 +1,28 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function OtcMerchant(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
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M1.1 8.1c2.2.9 4.8.8 6.9-.4.2-.1.5-.1.7 0 2.1 1.1 4.5 1.1 6.6 0 .2-.1.5-.1.7 0 2.1 1.1 4.6 1.3 6.8.3l.6-.3-2.6-4.1c-.3-.7-.9-1.1-1.6-1.1H4.7c-.7.1-1.4.6-1.6 1.2L.5 7.8l.6.3z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M15.5 9.2h.2c1.6.9 3.5 1.1 5.3 1v9.2c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-9.3c1.8.2 3.7 0 5.3-.8.1 0 .118-.056.2-.064.039-.004.1 0 .1 0l.1.064c2.1.9 4.5.9 6.6 0 0 0 .1-.1.2-.1z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ d="M7.5 18.4c-1.6 0-2.5-.6-2.5-3s.9-3 2.5-3 2.5.6 2.5 3-.8 3-2.5 3zm0-1.1c1 0 1.3-.5 1.3-1.9s-.2-2-1.3-2c-1 0-1.2.5-1.2 2 0 1.4.2 1.9 1.2 1.9zM13.9 12.5c.3 0 .6.3.6.6s-.3.6-.6.6H13v4.1c0 .3-.3.6-.6.6s-.6-.3-.6-.6v-4.1h-.9c-.3 0-.6-.3-.6-.6s.3-.6.6-.6h3zM17.6 18.4c-1.6 0-2.6-.6-2.6-3 0-2.3 1-3 2.7-3 .4 0 .7 0 1 .1.2 0 .3.2.3.5 0 .4-.4.6-.7.6h-.5c-1 0-1.4.5-1.4 1.9 0 1.5.4 1.9 1.4 1.9h.6c.4-.1.7.2.7.6 0 .2-.296.4-.296.4H17.6z"
19
+ fill="#fff"
20
+ />
21
+ </svg>
22
+ );
23
+
24
+ return <Icon {...componentProps} component={IconNode} />;
25
+ }
26
+
27
+ OtcMerchant.displayName = 'OtcMerchant';
28
+ export default OtcMerchant;
package/src/index.tsx CHANGED
@@ -129,6 +129,7 @@ export { default as MoveOutlined } from './MoveOutlined';
129
129
  export { default as OngoingFilled } from './OngoingFilled';
130
130
  export { default as OpenMailFilled } from './OpenMailFilled';
131
131
  export { default as OpenMailOutlined } from './OpenMailOutlined';
132
+ export { default as OtcMerchant } from './OtcMerchant';
132
133
  export { default as PencilOutlined } from './PencilOutlined';
133
134
  export { default as PeopleAddFilled } from './PeopleAddFilled';
134
135
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.1 8.1C3.3 9 5.9 8.9 8 7.7C8.2 7.6 8.5 7.6 8.7 7.7C10.8 8.8 13.2 8.8 15.3 7.7C15.5 7.6 15.8 7.6 16 7.7C18.1 8.8 20.6 9 22.8 8L23.4 7.7L20.8 3.6C20.5 2.9 19.9 2.5 19.2 2.5H4.7C4 2.6 3.3 3.1 3.1 3.7L0.5 7.8L1.1 8.1Z" fill="currentColor"/>
3
+ <path d="M15.5 9.19995H15.7C17.3 10.1 19.2 10.3 21 10.2V19.4C21 20.5 20.1 21.4 19 21.4H5C3.9 21.4 3 20.5 3 19.4V10.1C4.8 10.3 6.7 10.1 8.3 9.29995C8.4 9.29995 8.41836 9.24375 8.5 9.23556C8.53886 9.23166 8.6 9.23556 8.6 9.23556L8.7 9.29995C10.8 10.2 13.2 10.2 15.3 9.29995C15.3 9.29995 15.4 9.19995 15.5 9.19995Z" fill="currentColor"/>
4
+ <path d="M7.5 18.3999C5.9 18.3999 5 17.7999 5 15.3999C5 12.9999 5.9 12.3999 7.5 12.3999C9.1 12.3999 10 12.9999 10 15.3999C10 17.7999 9.2 18.3999 7.5 18.3999ZM7.5 17.2999C8.5 17.2999 8.8 16.7999 8.8 15.3999C8.8 13.9999 8.6 13.3999 7.5 13.3999C6.5 13.3999 6.3 13.8999 6.3 15.3999C6.3 16.7999 6.5 17.2999 7.5 17.2999Z" fill="white"/>
5
+ <path d="M13.9 12.5C14.2 12.5 14.5 12.8 14.5 13.1C14.5 13.4 14.2 13.7 13.9 13.7H13V17.8C13 18.1 12.7 18.4 12.4 18.4C12.1 18.4 11.8 18.1 11.8 17.8V13.7H10.9C10.6 13.7 10.3 13.4 10.3 13.1C10.3 12.8 10.6 12.5 10.9 12.5H13.9Z" fill="white"/>
6
+ <path d="M17.6 18.3999C16 18.3999 15 17.7999 15 15.3999C15 13.0999 16 12.3999 17.7 12.3999C18.1 12.3999 18.4 12.3999 18.7 12.4999C18.9 12.4999 19 12.6999 19 12.9999C19 13.3999 18.6 13.5999 18.3 13.5999C18.1 13.5999 18 13.5999 17.8 13.5999C16.8 13.5999 16.4 14.0999 16.4 15.4999C16.4 16.9999 16.8 17.3999 17.8 17.3999C18 17.3999 18.2 17.3999 18.4 17.3999C18.8 17.2999 19.1 17.5999 19.1 17.9999C19.1 18.1999 18.8039 18.3999 18.8039 18.3999C18.8039 18.3999 18 18.3999 17.6 18.3999Z" fill="white"/>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.1 8.1C3.3 9 5.9 8.9 8 7.7C8.2 7.6 8.5 7.6 8.7 7.7C10.8 8.8 13.2 8.8 15.3 7.7C15.5 7.6 15.8 7.6 16 7.7C18.1 8.8 20.6 9 22.8 8L23.4 7.7L20.8 3.6C20.5 2.9 19.9 2.5 19.2 2.5H4.7C4 2.6 3.3 3.1 3.1 3.7L0.5 7.8L1.1 8.1Z" fill="currentColor"/>
3
+ <path d="M15.5 9.19995H15.7C17.3 10.1 19.2 10.3 21 10.2V19.4C21 20.5 20.1 21.4 19 21.4H5C3.9 21.4 3 20.5 3 19.4V10.1C4.8 10.3 6.7 10.1 8.3 9.29995C8.4 9.29995 8.41836 9.24375 8.5 9.23556C8.53886 9.23166 8.6 9.23556 8.6 9.23556L8.7 9.29995C10.8 10.2 13.2 10.2 15.3 9.29995C15.3 9.29995 15.4 9.19995 15.5 9.19995Z" fill="currentColor"/>
4
+ <path d="M7.5 18.3999C5.9 18.3999 5 17.7999 5 15.3999C5 12.9999 5.9 12.3999 7.5 12.3999C9.1 12.3999 10 12.9999 10 15.3999C10 17.7999 9.2 18.3999 7.5 18.3999ZM7.5 17.2999C8.5 17.2999 8.8 16.7999 8.8 15.3999C8.8 13.9999 8.6 13.3999 7.5 13.3999C6.5 13.3999 6.3 13.8999 6.3 15.3999C6.3 16.7999 6.5 17.2999 7.5 17.2999Z" fill="white"/>
5
+ <path d="M13.9 12.5C14.2 12.5 14.5 12.8 14.5 13.1C14.5 13.4 14.2 13.7 13.9 13.7H13V17.8C13 18.1 12.7 18.4 12.4 18.4C12.1 18.4 11.8 18.1 11.8 17.8V13.7H10.9C10.6 13.7 10.3 13.4 10.3 13.1C10.3 12.8 10.6 12.5 10.9 12.5H13.9Z" fill="white"/>
6
+ <path d="M17.6 18.3999C16 18.3999 15 17.7999 15 15.3999C15 13.0999 16 12.3999 17.7 12.3999C18.1 12.3999 18.4 12.3999 18.7 12.4999C18.9 12.4999 19 12.6999 19 12.9999C19 13.3999 18.6 13.5999 18.3 13.5999C18.1 13.5999 18 13.5999 17.8 13.5999C16.8 13.5999 16.4 14.0999 16.4 15.4999C16.4 16.9999 16.8 17.3999 17.8 17.3999C18 17.3999 18.2 17.3999 18.4 17.3999C18.8 17.2999 19.1 17.5999 19.1 17.9999C19.1 18.1999 18.8039 18.3999 18.8039 18.3999C18.8039 18.3999 18 18.3999 17.6 18.3999Z" fill="white"/>
7
+ </svg>