a-icons 1.2.65 → 1.2.67

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 assui
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function ExchangeArrowOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ExchangeArrowOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ExchangeArrowOutlined;
@@ -0,0 +1,30 @@
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 ExchangeArrowOutlined(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
+ d: "M14.414 17l-1 1H18.8c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232V11H3v4.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024H8v2H5.2c-.543 0-1.012.001-1.395-.03-.396-.033-.789-.104-1.167-.297a3 3 0 01-1.31-1.31c-.194-.379-.265-.772-.298-1.168C1 16.812 1 16.343 1 15.8V8.2c0-.543-.001-1.012.03-1.395.033-.396.104-.789.297-1.167a3 3 0 011.31-1.31c.379-.194.772-.265 1.168-.298C4.188 4 4.657 4 5.2 4h5.386l-1-1L11 1.586l2.707 2.707a1 1 0 010 1.414L11 8.414 9.586 7l1-1H5.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C3.001 7.25 3 7.624 3 8.2V9h18v-.8c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 0018.8 6H16V4h2.8c.543 0 1.012-.001 1.395.03.396.033.789.104 1.167.297a3 3 0 011.31 1.31c.194.379.265.772.298 1.168.031.383.03.852.03 1.395v7.6c0 .543.001 1.012-.03 1.395-.033.396-.104.789-.297 1.167a3 3 0 01-1.31 1.31c-.379.194-.772.265-1.168.298-.383.031-.852.03-1.395.03h-5.386l1 1L13 22.414l-2.707-2.707a1 1 0 010-1.414L13 15.586 14.414 17z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ ExchangeArrowOutlined.displayName = 'ExchangeArrowOutlined';
30
+ export default ExchangeArrowOutlined;
@@ -15,21 +15,17 @@ import Icon from 'a-base-icon/lib/icon';
15
15
  function PencilOutlined(componentProps) {
16
16
  var IconNode = function IconNode(props) {
17
17
  return /*#__PURE__*/React.createElement("svg", __assign({
18
- viewBox: "0 0 24 24",
18
+ width: 32,
19
+ height: 32,
20
+ fill: "none",
19
21
  xmlns: "http://www.w3.org/2000/svg"
20
- }, props), /*#__PURE__*/React.createElement("g", {
21
- clipPath: "url(#pencil-outlined_svg__clip0_248_810)"
22
- }, /*#__PURE__*/React.createElement("path", {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z",
26
- fill: "currentColor"
27
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
28
- id: "pencil-outlined_svg__clip0_248_810"
29
- }, /*#__PURE__*/React.createElement("path", {
30
- fill: "currentColor",
31
- d: "M0 0h24v24H0z"
32
- }))));
22
+ }, props), /*#__PURE__*/React.createElement("path", {
23
+ d: "M16.17 12.415l-6.817 6.818v3.409h3.408l6.818-6.818m-3.409-3.409l2.445-2.444.001-.002c.337-.336.505-.505.7-.568a.852.852 0 01.526 0c.194.063.363.232.699.568l1.482 1.482c.338.338.507.506.57.701a.852.852 0 010 .527c-.063.194-.232.363-.569.7h0l-2.445 2.445m-3.409-3.409l3.409 3.41",
24
+ stroke: "currentColor",
25
+ strokeWidth: 1.5,
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round"
28
+ }));
33
29
  };
34
30
  return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
31
  component: IconNode
package/es/index.d.ts CHANGED
@@ -135,6 +135,7 @@ export { default as EditOutlined } from './EditOutlined';
135
135
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
136
136
  export { default as ErrorWarningFilled } from './ErrorWarningFilled';
137
137
  export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
138
+ export { default as ExchangeArrowOutlined } from './ExchangeArrowOutlined';
138
139
  export { default as ExternalLinkFilled } from './ExternalLinkFilled';
139
140
  export { default as EyeFilled } from './EyeFilled';
140
141
  export { default as EyeOutlined } from './EyeOutlined';
package/es/index.js CHANGED
@@ -135,6 +135,7 @@ export { default as EditOutlined } from './EditOutlined';
135
135
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
136
136
  export { default as ErrorWarningFilled } from './ErrorWarningFilled';
137
137
  export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
138
+ export { default as ExchangeArrowOutlined } from './ExchangeArrowOutlined';
138
139
  export { default as ExternalLinkFilled } from './ExternalLinkFilled';
139
140
  export { default as EyeFilled } from './EyeFilled';
140
141
  export { default as EyeOutlined } from './EyeOutlined';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function ExchangeArrowOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ExchangeArrowOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ExchangeArrowOutlined;
@@ -0,0 +1,73 @@
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 ExchangeArrowOutlined(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
+ d: "M14.414 17l-1 1H18.8c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232V11H3v4.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024H8v2H5.2c-.543 0-1.012.001-1.395-.03-.396-.033-.789-.104-1.167-.297a3 3 0 01-1.31-1.31c-.194-.379-.265-.772-.298-1.168C1 16.812 1 16.343 1 15.8V8.2c0-.543-.001-1.012.03-1.395.033-.396.104-.789.297-1.167a3 3 0 011.31-1.31c.379-.194.772-.265 1.168-.298C4.188 4 4.657 4 5.2 4h5.386l-1-1L11 1.586l2.707 2.707a1 1 0 010 1.414L11 8.414 9.586 7l1-1H5.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C3.001 7.25 3 7.624 3 8.2V9h18v-.8c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 0018.8 6H16V4h2.8c.543 0 1.012-.001 1.395.03.396.033.789.104 1.167.297a3 3 0 011.31 1.31c.194.379.265.772.298 1.168.031.383.03.852.03 1.395v7.6c0 .543.001 1.012-.03 1.395-.033.396-.104.789-.297 1.167a3 3 0 01-1.31 1.31c-.379.194-.772.265-1.168.298-.383.031-.852.03-1.395.03h-5.386l1 1L13 22.414l-2.707-2.707a1 1 0 010-1.414L13 15.586 14.414 17z",
65
+ fill: "currentColor"
66
+ }));
67
+ };
68
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
69
+ component: IconNode
70
+ }));
71
+ }
72
+ ExchangeArrowOutlined.displayName = 'ExchangeArrowOutlined';
73
+ exports["default"] = ExchangeArrowOutlined;
@@ -58,21 +58,17 @@ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
58
  function PencilOutlined(componentProps) {
59
59
  var IconNode = function IconNode(props) {
60
60
  return React.createElement("svg", __assign({
61
- viewBox: "0 0 24 24",
61
+ width: 32,
62
+ height: 32,
63
+ fill: "none",
62
64
  xmlns: "http://www.w3.org/2000/svg"
63
- }, props), React.createElement("g", {
64
- clipPath: "url(#pencil-outlined_svg__clip0_248_810)"
65
- }, React.createElement("path", {
66
- fillRule: "evenodd",
67
- clipRule: "evenodd",
68
- d: "M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z",
69
- fill: "currentColor"
70
- })), React.createElement("defs", null, React.createElement("clipPath", {
71
- id: "pencil-outlined_svg__clip0_248_810"
72
- }, React.createElement("path", {
73
- fill: "currentColor",
74
- d: "M0 0h24v24H0z"
75
- }))));
65
+ }, props), React.createElement("path", {
66
+ d: "M16.17 12.415l-6.817 6.818v3.409h3.408l6.818-6.818m-3.409-3.409l2.445-2.444.001-.002c.337-.336.505-.505.7-.568a.852.852 0 01.526 0c.194.063.363.232.699.568l1.482 1.482c.338.338.507.506.57.701a.852.852 0 010 .527c-.063.194-.232.363-.569.7h0l-2.445 2.445m-3.409-3.409l3.409 3.41",
67
+ stroke: "currentColor",
68
+ strokeWidth: 1.5,
69
+ strokeLinecap: "round",
70
+ strokeLinejoin: "round"
71
+ }));
76
72
  };
77
73
  return React.createElement(icon_1["default"], __assign({}, componentProps, {
78
74
  component: IconNode
package/lib/index.d.ts CHANGED
@@ -135,6 +135,7 @@ export { default as EditOutlined } from './EditOutlined';
135
135
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
136
136
  export { default as ErrorWarningFilled } from './ErrorWarningFilled';
137
137
  export { default as ErrorWarningOutlined } from './ErrorWarningOutlined';
138
+ export { default as ExchangeArrowOutlined } from './ExchangeArrowOutlined';
138
139
  export { default as ExternalLinkFilled } from './ExternalLinkFilled';
139
140
  export { default as EyeFilled } from './EyeFilled';
140
141
  export { default as EyeOutlined } from './EyeOutlined';
package/lib/index.js CHANGED
@@ -10,12 +10,12 @@ Object.defineProperty(exports, "__esModule", {
10
10
  });
11
11
  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.BarLineOutlined = exports.BarChartFilled = exports.BankAddFilled = exports.AtOutlined = exports.AscOutlined = exports.ArrowsRightLeftOutlined = exports.ArrowsChevronOutlined = exports.ArrowTopRightOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownOutlined = 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.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.CheckCircleFilled = exports.ChainOutlined = exports.ChainFilled = exports.CategoryOutlined = exports.CategoryFilled = void 0;
13
- 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 = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = void 0;
14
- 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 = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = void 0;
15
- 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 = exports.ListFilled = exports.ListCaptionOutlined = exports.LinkOutlined = void 0;
16
- 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 = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = void 0;
17
- 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.ShieldCheckedOutlined = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = void 0;
18
- exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserAccount = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = exports.UserInfoAuth = exports.UserCheckOutlined = exports.UploadSendOutlined = exports.UpgradeFilled = exports.UnlockFilled = exports.UnionOutlined = void 0;
13
+ 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.ExchangeArrowOutlined = 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 = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = void 0;
14
+ 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 = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = void 0;
15
+ 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 = exports.ListFilled = exports.ListCaptionOutlined = exports.LinkOutlined = exports.LineUpOutlined = void 0;
16
+ 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 = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = void 0;
17
+ 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.ShieldCheckedOutlined = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = void 0;
18
+ exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VoidFilled = exports.UserAccount = exports.UserOutlined = exports.UserInfoTime = exports.UserInfoTimeZone = exports.UserInfoRealname = exports.UserInfoPassword = exports.UserInfoGift = exports.UserInfoEmail = exports.UserInfoData = exports.UserInfoCellPhone = exports.UserInfoAuth = exports.UserCheckOutlined = exports.UploadSendOutlined = exports.UpgradeFilled = exports.UnlockFilled = exports.UnionOutlined = exports.UnbindChainOutlined = void 0;
19
19
  var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
20
20
  Object.defineProperty(exports, "ImpassabilityFilled", {
21
21
  enumerable: true,
@@ -975,6 +975,13 @@ Object.defineProperty(exports, "ErrorWarningOutlined", {
975
975
  return __importDefault(ErrorWarningOutlined_1)["default"];
976
976
  }
977
977
  });
978
+ var ExchangeArrowOutlined_1 = require("./ExchangeArrowOutlined");
979
+ Object.defineProperty(exports, "ExchangeArrowOutlined", {
980
+ enumerable: true,
981
+ get: function get() {
982
+ return __importDefault(ExchangeArrowOutlined_1)["default"];
983
+ }
984
+ });
978
985
  var ExternalLinkFilled_1 = require("./ExternalLinkFilled");
979
986
  Object.defineProperty(exports, "ExternalLinkFilled", {
980
987
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.65",
3
+ "version": "1.2.67",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -21,5 +21,6 @@
21
21
  },
22
22
  "peerDependencies": {
23
23
  "assui": "^3.2.49"
24
- }
24
+ },
25
+ "gitHead": "553d9de6daf545e42a059107be39b6c45fed9bc9"
25
26
  }
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function ExchangeArrowOutlined(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
+ d="M14.414 17l-1 1H18.8c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232V11H3v4.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024H8v2H5.2c-.543 0-1.012.001-1.395-.03-.396-.033-.789-.104-1.167-.297a3 3 0 01-1.31-1.31c-.194-.379-.265-.772-.298-1.168C1 16.812 1 16.343 1 15.8V8.2c0-.543-.001-1.012.03-1.395.033-.396.104-.789.297-1.167a3 3 0 011.31-1.31c.379-.194.772-.265 1.168-.298C4.188 4 4.657 4 5.2 4h5.386l-1-1L11 1.586l2.707 2.707a1 1 0 010 1.414L11 8.414 9.586 7l1-1H5.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C3.001 7.25 3 7.624 3 8.2V9h18v-.8c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 0018.8 6H16V4h2.8c.543 0 1.012-.001 1.395.03.396.033.789.104 1.167.297a3 3 0 011.31 1.31c.194.379.265.772.298 1.168.031.383.03.852.03 1.395v7.6c0 .543.001 1.012-.03 1.395-.033.396-.104.789-.297 1.167a3 3 0 01-1.31 1.31c-.379.194-.772.265-1.168.298-.383.031-.852.03-1.395.03h-5.386l1 1L13 22.414l-2.707-2.707a1 1 0 010-1.414L13 15.586 14.414 17z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ ExchangeArrowOutlined.displayName = 'ExchangeArrowOutlined';
18
+ export default ExchangeArrowOutlined;
@@ -3,20 +3,14 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
3
 
4
4
  function PencilOutlined(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
- <g clipPath="url(#pencil-outlined_svg__clip0_248_810)">
8
- <path
9
- fillRule="evenodd"
10
- clipRule="evenodd"
11
- d="M17.793.793l5.414 5.414-1.414 1.414-5.414-5.414L17.793.793zM14.33 4.488a1.5 1.5 0 01.927 0c.232.075.4.2.512.295.096.081.196.182.28.266l.017.017L18.95 7.95c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 010 .927 1.508 1.508 0 01-.296.512c-.081.096-.182.196-.266.28L8.6 20.814l-.038.038a4.665 4.665 0 01-.542.491 3.004 3.004 0 01-.538.312c-.215.097-.44.158-.695.227l-.052.014-4.68 1.277a1 1 0 01-1.228-1.228l1.277-4.68.014-.052c.069-.255.13-.48.227-.695a3 3 0 01.312-.538c.14-.19.304-.355.491-.542l.038-.038L13.52 5.066l.017-.017c.084-.084.184-.185.28-.266.111-.094.28-.22.512-.295zm.463 2.133L4.601 16.813c-.245.245-.291.295-.326.344a1 1 0 00-.105.18c-.024.054-.045.119-.136.453l-.816 2.992 2.992-.816c.334-.091.4-.112.454-.136.063-.029.123-.064.18-.104.048-.036.098-.082.343-.327L17.379 9.207l-2.586-2.586z"
12
- fill="currentColor"
13
- />
14
- </g>
15
- <defs>
16
- <clipPath id="pencil-outlined_svg__clip0_248_810">
17
- <path fill="currentColor" d="M0 0h24v24H0z" />
18
- </clipPath>
19
- </defs>
6
+ <svg width={32} height={32} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ d="M16.17 12.415l-6.817 6.818v3.409h3.408l6.818-6.818m-3.409-3.409l2.445-2.444.001-.002c.337-.336.505-.505.7-.568a.852.852 0 01.526 0c.194.063.363.232.699.568l1.482 1.482c.338.338.507.506.57.701a.852.852 0 010 .527c-.063.194-.232.363-.569.7h0l-2.445 2.445m-3.409-3.409l3.409 3.41"
9
+ stroke="currentColor"
10
+ strokeWidth={1.5}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
20
14
  </svg>
21
15
  );
22
16
 
package/src/index.tsx CHANGED
@@ -135,6 +135,7 @@ export { default as EditOutlined } from './EditOutlined'
135
135
  export { default as EditSimpleOutlined } from './EditSimpleOutlined'
136
136
  export { default as ErrorWarningFilled } from './ErrorWarningFilled'
137
137
  export { default as ErrorWarningOutlined } from './ErrorWarningOutlined'
138
+ export { default as ExchangeArrowOutlined } from './ExchangeArrowOutlined'
138
139
  export { default as ExternalLinkFilled } from './ExternalLinkFilled'
139
140
  export { default as EyeFilled } from './EyeFilled'
140
141
  export { default as EyeOutlined } from './EyeOutlined'
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M14.4141 17L13.4141 18H18.7998C19.3764 18 19.7489 17.9987 20.0322 17.9756C20.3038 17.9534 20.4047 17.9158 20.4541 17.8906C20.6421 17.7948 20.7948 17.6421 20.8906 17.4541C20.9158 17.4047 20.9534 17.3038 20.9756 17.0322C20.9987 16.7489 21 16.3764 21 15.7998V11H3V15.7998C3 16.3764 3.00127 16.7489 3.02442 17.0322C3.04662 17.3038 3.08419 17.4047 3.10938 17.4541C3.20522 17.6421 3.35793 17.7948 3.5459 17.8906C3.59534 17.9158 3.69619 17.9534 3.96778 17.9756C4.25112 17.9987 4.62365 18 5.2002 18H8V20H5.2002C4.65665 20 4.18836 20.0011 3.80469 19.9697C3.40943 19.9374 3.016 19.8656 2.6377 19.6729C2.07348 19.3853 1.61473 18.9265 1.32715 18.3623C1.1344 17.984 1.06259 17.5906 1.03028 17.1953C0.998931 16.8116 1 16.3434 1 15.7998V8.2002C1 7.65664 0.998931 7.18836 1.03028 6.80469C1.06259 6.40943 1.1344 6.01599 1.32715 5.6377C1.61473 5.07347 2.07348 4.61472 2.6377 4.32715C3.016 4.1344 3.40943 4.06258 3.80469 4.03027C4.18836 3.99893 4.65665 4 5.2002 4H10.5859L9.58594 3L11 1.58594L13.707 4.29297C14.0976 4.68349 14.0976 5.31651 13.707 5.70703L11 8.41406L9.58594 7L10.5859 6H5.2002C4.62365 6 4.25112 6.00126 3.96778 6.02441C3.69619 6.04661 3.59534 6.08419 3.5459 6.10938C3.35793 6.20521 3.20522 6.35793 3.10938 6.5459C3.08419 6.59534 3.04662 6.69619 3.02442 6.96777C3.00127 7.25111 3 7.62364 3 8.2002V9H21V8.2002C21 7.62364 20.9987 7.25111 20.9756 6.96777C20.9534 6.69619 20.9158 6.59534 20.8906 6.5459C20.7948 6.35793 20.6421 6.20522 20.4541 6.10938C20.4047 6.08419 20.3038 6.04661 20.0322 6.02441C19.7489 6.00126 19.3764 6 18.7998 6H16V4H18.7998C19.3434 4 19.8116 3.99893 20.1953 4.03027C20.5906 4.06258 20.984 4.13439 21.3623 4.32715C21.9265 4.61472 22.3853 5.07347 22.6729 5.6377C22.8656 6.01599 22.9374 6.40943 22.9697 6.80469C23.0011 7.18836 23 7.65664 23 8.2002V15.7998C23 16.3434 23.0011 16.8116 22.9697 17.1953C22.9374 17.5906 22.8656 17.984 22.6729 18.3623C22.3853 18.9265 21.9265 19.3853 21.3623 19.6729C20.984 19.8656 20.5906 19.9374 20.1953 19.9697C19.8116 20.0011 19.3434 20 18.7998 20H13.4141L14.4141 21L13 22.4141L10.293 19.707C10.1054 19.5195 10 19.2652 10 19C10 18.7348 10.1054 18.4805 10.293 18.293L13 15.5859L14.4141 17Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -1,12 +1,3 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_248_810)">
3
- <path fill-rule="evenodd" clip-rule="evenodd"
4
- d="M17.793 0.792908L23.2072 6.20712L21.793 7.62134L16.3788 2.20712L17.793 0.792908ZM14.3295 4.48764C14.6307 4.38976 14.9553 4.38976 15.2565 4.48764C15.4892 4.56323 15.6578 4.68878 15.7688 4.78307C15.8647 4.86444 15.9652 4.96506 16.0494 5.04932C16.0549 5.05485 16.0604 5.06032 16.0658 5.0657L18.9508 7.95072C19.0351 8.03491 19.1357 8.13545 19.217 8.23129C19.3113 8.34236 19.4369 8.51096 19.5125 8.7436C19.6104 9.04486 19.6104 9.36938 19.5125 9.67065C19.4369 9.90328 19.3113 10.0719 19.217 10.183C19.1357 10.2788 19.035 10.3794 18.9508 10.4636L8.601 20.8133C8.58832 20.826 8.57575 20.8386 8.56328 20.8511C8.37659 21.038 8.21184 21.2029 8.02094 21.342C7.85296 21.4644 7.67271 21.569 7.48309 21.6542C7.26762 21.7509 7.04266 21.8121 6.78776 21.8815C6.77073 21.8861 6.75356 21.8908 6.73625 21.8955L2.05611 23.1719C1.7099 23.2663 1.33964 23.168 1.08589 22.9142C0.832135 22.6605 0.733807 22.2902 0.828228 21.944L2.10463 17.2639C2.10935 17.2466 2.11402 17.2294 2.11866 17.2124C2.18801 16.9575 2.24921 16.7325 2.34595 16.517C2.43108 16.3274 2.53568 16.1472 2.65808 15.9792C2.79716 15.7883 2.96211 15.6235 3.14902 15.4368C3.16151 15.4244 3.1741 15.4118 3.18679 15.3991L13.5202 5.0657C13.5256 5.06033 13.531 5.05487 13.5365 5.04935C13.6207 4.96508 13.7213 4.86445 13.8172 4.78307C13.9282 4.68878 14.0968 4.56323 14.3295 4.48764ZM14.793 6.62133L4.601 16.8133C4.35593 17.0584 4.30996 17.1083 4.27454 17.1569C4.23374 17.2129 4.19887 17.273 4.1705 17.3362C4.14586 17.3911 4.12535 17.4557 4.03416 17.7901L3.21821 20.7819L6.21001 19.966C6.54439 19.8748 6.60906 19.8542 6.66393 19.8296C6.72712 19.8012 6.78721 19.7664 6.84321 19.7256C6.89182 19.6902 6.94172 19.6442 7.18679 19.3991L17.3788 9.20712L14.793 6.62133Z"
5
- fill="currentColor" />
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_248_810">
9
- <rect width="24" height="24" fill="currentColor" />
10
- </clipPath>
11
- </defs>
12
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.1701 12.4154L9.35254 19.2329V22.6417L12.7613 22.6416L19.5788 15.8241M16.1701 12.4154L18.6147 9.97074L18.6161 9.96929C18.9527 9.63277 19.1212 9.46422 19.3155 9.40108C19.4867 9.34547 19.6711 9.34547 19.8422 9.40108C20.0364 9.46417 20.2047 9.63254 20.5408 9.96857L22.0234 11.4512C22.3609 11.7887 22.5297 11.9575 22.5929 12.1521C22.6486 12.3232 22.6485 12.5076 22.5929 12.6788C22.5297 12.8732 22.3612 13.0418 22.0242 13.3788L22.0234 13.3795L19.5788 15.8241M16.1701 12.4154L19.5788 15.8241" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M14.4141 17L13.4141 18H18.7998C19.3764 18 19.7489 17.9987 20.0322 17.9756C20.3038 17.9534 20.4047 17.9158 20.4541 17.8906C20.6421 17.7948 20.7948 17.6421 20.8906 17.4541C20.9158 17.4047 20.9534 17.3038 20.9756 17.0322C20.9987 16.7489 21 16.3764 21 15.7998V11H3V15.7998C3 16.3764 3.00127 16.7489 3.02442 17.0322C3.04662 17.3038 3.08419 17.4047 3.10938 17.4541C3.20522 17.6421 3.35793 17.7948 3.5459 17.8906C3.59534 17.9158 3.69619 17.9534 3.96778 17.9756C4.25112 17.9987 4.62365 18 5.2002 18H8V20H5.2002C4.65665 20 4.18836 20.0011 3.80469 19.9697C3.40943 19.9374 3.016 19.8656 2.6377 19.6729C2.07348 19.3853 1.61473 18.9265 1.32715 18.3623C1.1344 17.984 1.06259 17.5906 1.03028 17.1953C0.998931 16.8116 1 16.3434 1 15.7998V8.2002C1 7.65664 0.998931 7.18836 1.03028 6.80469C1.06259 6.40943 1.1344 6.01599 1.32715 5.6377C1.61473 5.07347 2.07348 4.61472 2.6377 4.32715C3.016 4.1344 3.40943 4.06258 3.80469 4.03027C4.18836 3.99893 4.65665 4 5.2002 4H10.5859L9.58594 3L11 1.58594L13.707 4.29297C14.0976 4.68349 14.0976 5.31651 13.707 5.70703L11 8.41406L9.58594 7L10.5859 6H5.2002C4.62365 6 4.25112 6.00126 3.96778 6.02441C3.69619 6.04661 3.59534 6.08419 3.5459 6.10938C3.35793 6.20521 3.20522 6.35793 3.10938 6.5459C3.08419 6.59534 3.04662 6.69619 3.02442 6.96777C3.00127 7.25111 3 7.62364 3 8.2002V9H21V8.2002C21 7.62364 20.9987 7.25111 20.9756 6.96777C20.9534 6.69619 20.9158 6.59534 20.8906 6.5459C20.7948 6.35793 20.6421 6.20522 20.4541 6.10938C20.4047 6.08419 20.3038 6.04661 20.0322 6.02441C19.7489 6.00126 19.3764 6 18.7998 6H16V4H18.7998C19.3434 4 19.8116 3.99893 20.1953 4.03027C20.5906 4.06258 20.984 4.13439 21.3623 4.32715C21.9265 4.61472 22.3853 5.07347 22.6729 5.6377C22.8656 6.01599 22.9374 6.40943 22.9697 6.80469C23.0011 7.18836 23 7.65664 23 8.2002V15.7998C23 16.3434 23.0011 16.8116 22.9697 17.1953C22.9374 17.5906 22.8656 17.984 22.6729 18.3623C22.3853 18.9265 21.9265 19.3853 21.3623 19.6729C20.984 19.8656 20.5906 19.9374 20.1953 19.9697C19.8116 20.0011 19.3434 20 18.7998 20H13.4141L14.4141 21L13 22.4141L10.293 19.707C10.1054 19.5195 10 19.2652 10 19C10 18.7348 10.1054 18.4805 10.293 18.293L13 15.5859L14.4141 17Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -1,12 +1,3 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_248_810)">
3
- <path fill-rule="evenodd" clip-rule="evenodd"
4
- d="M17.793 0.792908L23.2072 6.20712L21.793 7.62134L16.3788 2.20712L17.793 0.792908ZM14.3295 4.48764C14.6307 4.38976 14.9553 4.38976 15.2565 4.48764C15.4892 4.56323 15.6578 4.68878 15.7688 4.78307C15.8647 4.86444 15.9652 4.96506 16.0494 5.04932C16.0549 5.05485 16.0604 5.06032 16.0658 5.0657L18.9508 7.95072C19.0351 8.03491 19.1357 8.13545 19.217 8.23129C19.3113 8.34236 19.4369 8.51096 19.5125 8.7436C19.6104 9.04486 19.6104 9.36938 19.5125 9.67065C19.4369 9.90328 19.3113 10.0719 19.217 10.183C19.1357 10.2788 19.035 10.3794 18.9508 10.4636L8.601 20.8133C8.58832 20.826 8.57575 20.8386 8.56328 20.8511C8.37659 21.038 8.21184 21.2029 8.02094 21.342C7.85296 21.4644 7.67271 21.569 7.48309 21.6542C7.26762 21.7509 7.04266 21.8121 6.78776 21.8815C6.77073 21.8861 6.75356 21.8908 6.73625 21.8955L2.05611 23.1719C1.7099 23.2663 1.33964 23.168 1.08589 22.9142C0.832135 22.6605 0.733807 22.2902 0.828228 21.944L2.10463 17.2639C2.10935 17.2466 2.11402 17.2294 2.11866 17.2124C2.18801 16.9575 2.24921 16.7325 2.34595 16.517C2.43108 16.3274 2.53568 16.1472 2.65808 15.9792C2.79716 15.7883 2.96211 15.6235 3.14902 15.4368C3.16151 15.4244 3.1741 15.4118 3.18679 15.3991L13.5202 5.0657C13.5256 5.06033 13.531 5.05487 13.5365 5.04935C13.6207 4.96508 13.7213 4.86445 13.8172 4.78307C13.9282 4.68878 14.0968 4.56323 14.3295 4.48764ZM14.793 6.62133L4.601 16.8133C4.35593 17.0584 4.30996 17.1083 4.27454 17.1569C4.23374 17.2129 4.19887 17.273 4.1705 17.3362C4.14586 17.3911 4.12535 17.4557 4.03416 17.7901L3.21821 20.7819L6.21001 19.966C6.54439 19.8748 6.60906 19.8542 6.66393 19.8296C6.72712 19.8012 6.78721 19.7664 6.84321 19.7256C6.89182 19.6902 6.94172 19.6442 7.18679 19.3991L17.3788 9.20712L14.793 6.62133Z"
5
- fill="currentColor" />
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_248_810">
9
- <rect width="24" height="24" fill="currentColor" />
10
- </clipPath>
11
- </defs>
12
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.1701 12.4154L9.35254 19.2329V22.6417L12.7613 22.6416L19.5788 15.8241M16.1701 12.4154L18.6147 9.97074L18.6161 9.96929C18.9527 9.63277 19.1212 9.46422 19.3155 9.40108C19.4867 9.34547 19.6711 9.34547 19.8422 9.40108C20.0364 9.46417 20.2047 9.63254 20.5408 9.96857L22.0234 11.4512C22.3609 11.7887 22.5297 11.9575 22.5929 12.1521C22.6486 12.3232 22.6485 12.5076 22.5929 12.6788C22.5297 12.8732 22.3612 13.0418 22.0242 13.3788L22.0234 13.3795L19.5788 15.8241M16.1701 12.4154L19.5788 15.8241" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>