a-icons 1.2.64 → 1.2.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function 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;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function ShieldCheckedOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ShieldCheckedOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ShieldCheckedOutlined;
@@ -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 ShieldCheckedOutlined(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: "M19 7.218c0-.881-.016-1.057-.066-1.188a1.001 1.001 0 00-.273-.394c-.105-.092-.264-.168-1.089-.478l-5.361-2.01c-.112-.042-.168-.063-.208-.076L12 3.07h-.003c-.041.014-.097.035-.208.077l-5.361 2.01c-.825.31-.985.386-1.09.478a1.002 1.002 0 00-.273.394C5.015 6.16 5 6.337 5 7.218V12c0 2.082 1.14 3.966 2.641 5.53 1.491 1.554 3.229 2.676 4.164 3.222a9.949 9.949 0 00.195.11l.06-.033.134-.077c.936-.546 2.673-1.668 4.164-3.221C17.86 15.966 19 14.082 19 12V7.217zM16.914 9l-5.207 5.207a1 1 0 01-1.414 0L7.586 11.5 9 10.086l2 2 4.5-4.5L16.914 9zM21 12c0 2.827-1.538 5.184-3.2 6.915-1.672 1.743-3.586 2.973-4.598 3.564-.19.11-.442.268-.783.341-.26.056-.579.056-.838 0-.341-.073-.593-.23-.783-.341-1.013-.59-2.926-1.821-4.599-3.564-1.662-1.731-3.2-4.088-3.2-6.915V7.218c0-.718-.015-1.342.197-1.898a3 3 0 01.82-1.184c.447-.394 1.037-.599 1.71-.85l5.36-2.011c.168-.063.389-.151.628-.186.142-.02.286-.026.43-.016l.142.016.175.035c.17.043.326.103.452.15l5.361 2.011c.672.252 1.262.457 1.71.851a3 3 0 01.82 1.184c.211.556.196 1.18.196 1.898V12z",
22
+ fill: "currentColor"
23
+ }));
24
+ };
25
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
26
+ component: IconNode
27
+ }));
28
+ }
29
+ ShieldCheckedOutlined.displayName = 'ShieldCheckedOutlined';
30
+ export default ShieldCheckedOutlined;
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';
@@ -307,6 +308,7 @@ export { default as ShapeFilled } from './ShapeFilled';
307
308
  export { default as ShapeOutlined } from './ShapeOutlined';
308
309
  export { default as ShareFilled } from './ShareFilled';
309
310
  export { default as ShareOutlined } from './ShareOutlined';
311
+ export { default as ShieldCheckedOutlined } from './ShieldCheckedOutlined';
310
312
  export { default as ShieldFilled } from './ShieldFilled';
311
313
  export { default as ShieldOutlined } from './ShieldOutlined';
312
314
  export { default as ShopKeeperFilled } from './ShopKeeperFilled';
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';
@@ -307,6 +308,7 @@ export { default as ShapeFilled } from './ShapeFilled';
307
308
  export { default as ShapeOutlined } from './ShapeOutlined';
308
309
  export { default as ShareFilled } from './ShareFilled';
309
310
  export { default as ShareOutlined } from './ShareOutlined';
311
+ export { default as ShieldCheckedOutlined } from './ShieldCheckedOutlined';
310
312
  export { default as ShieldFilled } from './ShieldFilled';
311
313
  export { default as ShieldOutlined } from './ShieldOutlined';
312
314
  export { default as ShopKeeperFilled } from './ShopKeeperFilled';
@@ -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;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function ShieldCheckedOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ShieldCheckedOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ShieldCheckedOutlined;
@@ -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 ShieldCheckedOutlined(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: "M19 7.218c0-.881-.016-1.057-.066-1.188a1.001 1.001 0 00-.273-.394c-.105-.092-.264-.168-1.089-.478l-5.361-2.01c-.112-.042-.168-.063-.208-.076L12 3.07h-.003c-.041.014-.097.035-.208.077l-5.361 2.01c-.825.31-.985.386-1.09.478a1.002 1.002 0 00-.273.394C5.015 6.16 5 6.337 5 7.218V12c0 2.082 1.14 3.966 2.641 5.53 1.491 1.554 3.229 2.676 4.164 3.222a9.949 9.949 0 00.195.11l.06-.033.134-.077c.936-.546 2.673-1.668 4.164-3.221C17.86 15.966 19 14.082 19 12V7.217zM16.914 9l-5.207 5.207a1 1 0 01-1.414 0L7.586 11.5 9 10.086l2 2 4.5-4.5L16.914 9zM21 12c0 2.827-1.538 5.184-3.2 6.915-1.672 1.743-3.586 2.973-4.598 3.564-.19.11-.442.268-.783.341-.26.056-.579.056-.838 0-.341-.073-.593-.23-.783-.341-1.013-.59-2.926-1.821-4.599-3.564-1.662-1.731-3.2-4.088-3.2-6.915V7.218c0-.718-.015-1.342.197-1.898a3 3 0 01.82-1.184c.447-.394 1.037-.599 1.71-.85l5.36-2.011c.168-.063.389-.151.628-.186.142-.02.286-.026.43-.016l.142.016.175.035c.17.043.326.103.452.15l5.361 2.011c.672.252 1.262.457 1.71.851a3 3 0 01.82 1.184c.211.556.196 1.18.196 1.898V12z",
65
+ fill: "currentColor"
66
+ }));
67
+ };
68
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
69
+ component: IconNode
70
+ }));
71
+ }
72
+ ShieldCheckedOutlined.displayName = 'ShieldCheckedOutlined';
73
+ exports["default"] = ShieldCheckedOutlined;
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';
@@ -307,6 +308,7 @@ export { default as ShapeFilled } from './ShapeFilled';
307
308
  export { default as ShapeOutlined } from './ShapeOutlined';
308
309
  export { default as ShareFilled } from './ShareFilled';
309
310
  export { default as ShareOutlined } from './ShareOutlined';
311
+ export { default as ShieldCheckedOutlined } from './ShieldCheckedOutlined';
310
312
  export { default as ShieldFilled } from './ShieldFilled';
311
313
  export { default as ShieldOutlined } from './ShieldOutlined';
312
314
  export { default as ShopKeeperFilled } from './ShopKeeperFilled';
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.UnionOutlined = exports.UnbindChainOutlined = exports.TwoSwitchOutlined = exports.TwoPersonConfirm = exports.TwoPeopleRectOutlined = exports.TreeOutlined = exports.TreeFilled = exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferMoneyFilled = exports.TransferFileFilled = exports.TagRecharged = exports.TagOutlined = exports.TagFilled = exports.TagBrokenHeart = exports.SubtractFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SocialMediaYoutube = exports.SocialMediaTwitter = exports.SocialMediaIns = exports.SocialMediaIn = exports.SocialMediaFacebook = exports.SimpleEarthOutlined = exports.SignalStopReviewOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalDiffusionOutlined = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = 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 = 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,
@@ -2179,6 +2186,13 @@ Object.defineProperty(exports, "ShareOutlined", {
2179
2186
  return __importDefault(ShareOutlined_1)["default"];
2180
2187
  }
2181
2188
  });
2189
+ var ShieldCheckedOutlined_1 = require("./ShieldCheckedOutlined");
2190
+ Object.defineProperty(exports, "ShieldCheckedOutlined", {
2191
+ enumerable: true,
2192
+ get: function get() {
2193
+ return __importDefault(ShieldCheckedOutlined_1)["default"];
2194
+ }
2195
+ });
2182
2196
  var ShieldFilled_1 = require("./ShieldFilled");
2183
2197
  Object.defineProperty(exports, "ShieldFilled", {
2184
2198
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.64",
3
+ "version": "1.2.66",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function 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;
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function ShieldCheckedOutlined(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="M19 7.218c0-.881-.016-1.057-.066-1.188a1.001 1.001 0 00-.273-.394c-.105-.092-.264-.168-1.089-.478l-5.361-2.01c-.112-.042-.168-.063-.208-.076L12 3.07h-.003c-.041.014-.097.035-.208.077l-5.361 2.01c-.825.31-.985.386-1.09.478a1.002 1.002 0 00-.273.394C5.015 6.16 5 6.337 5 7.218V12c0 2.082 1.14 3.966 2.641 5.53 1.491 1.554 3.229 2.676 4.164 3.222a9.949 9.949 0 00.195.11l.06-.033.134-.077c.936-.546 2.673-1.668 4.164-3.221C17.86 15.966 19 14.082 19 12V7.217zM16.914 9l-5.207 5.207a1 1 0 01-1.414 0L7.586 11.5 9 10.086l2 2 4.5-4.5L16.914 9zM21 12c0 2.827-1.538 5.184-3.2 6.915-1.672 1.743-3.586 2.973-4.598 3.564-.19.11-.442.268-.783.341-.26.056-.579.056-.838 0-.341-.073-.593-.23-.783-.341-1.013-.59-2.926-1.821-4.599-3.564-1.662-1.731-3.2-4.088-3.2-6.915V7.218c0-.718-.015-1.342.197-1.898a3 3 0 01.82-1.184c.447-.394 1.037-.599 1.71-.85l5.36-2.011c.168-.063.389-.151.628-.186.142-.02.286-.026.43-.016l.142.016.175.035c.17.043.326.103.452.15l5.361 2.011c.672.252 1.262.457 1.71.851a3 3 0 01.82 1.184c.211.556.196 1.18.196 1.898V12z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ );
13
+
14
+ return <Icon {...componentProps} component={IconNode} />;
15
+ }
16
+
17
+ ShieldCheckedOutlined.displayName = 'ShieldCheckedOutlined';
18
+ export default ShieldCheckedOutlined;
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'
@@ -307,6 +308,7 @@ export { default as ShapeFilled } from './ShapeFilled'
307
308
  export { default as ShapeOutlined } from './ShapeOutlined'
308
309
  export { default as ShareFilled } from './ShareFilled'
309
310
  export { default as ShareOutlined } from './ShareOutlined'
311
+ export { default as ShieldCheckedOutlined } from './ShieldCheckedOutlined'
310
312
  export { default as ShieldFilled } from './ShieldFilled'
311
313
  export { default as ShieldOutlined } from './ShieldOutlined'
312
314
  export { default as ShopKeeperFilled } from './ShopKeeperFilled'
@@ -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>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M18.9998 7.21799C18.9998 6.3368 18.9839 6.16085 18.9343 6.03049C18.8766 5.87887 18.7826 5.74324 18.6609 5.63596C18.5563 5.54382 18.3967 5.46768 17.572 5.15842L12.2107 3.14768C12.0993 3.1059 12.0435 3.0849 12.0027 3.07151C12.0017 3.07117 12.0007 3.07083 11.9998 3.07053C11.9988 3.07083 11.9979 3.07117 11.9968 3.07151C11.956 3.0849 11.9002 3.1059 11.7888 3.14768L6.4275 5.15842C5.60282 5.46768 5.44329 5.54382 5.33864 5.63596C5.21691 5.74324 5.12297 5.87887 5.0652 6.03049C5.0156 6.16085 4.99977 6.3368 4.99977 7.21799V12.0002C4.99977 14.082 6.13915 15.9655 7.64137 17.5305C9.13244 19.0838 10.8695 20.2062 11.8054 20.7522C11.8626 20.7855 11.9043 20.8091 11.9402 20.8293C11.9682 20.8451 11.9869 20.855 11.9998 20.8615C12.0126 20.855 12.0313 20.8451 12.0593 20.8293C12.0952 20.8091 12.1369 20.7855 12.1941 20.7522C13.13 20.2062 14.8671 19.0838 16.3582 17.5305C17.8604 15.9655 18.9998 14.082 18.9998 12.0002V7.21799ZM16.9138 9.00022L11.7068 14.2072C11.3163 14.5978 10.6833 14.5978 10.2927 14.2072L7.58571 11.5002L8.99977 10.0862L10.9998 12.0862L15.4998 7.58615L16.9138 9.00022ZM20.9998 12.0002C20.9998 14.8268 19.4623 17.184 17.8006 18.9153C16.1279 20.6577 14.2141 21.8882 13.2019 22.4787C13.0121 22.5895 12.7598 22.7474 12.4187 22.8205C12.1595 22.8761 11.8401 22.8761 11.5808 22.8205C11.2397 22.7474 10.9875 22.5895 10.7976 22.4787C9.78546 21.8882 7.87162 20.6577 6.19899 18.9153C4.53722 17.184 2.99977 14.8268 2.99977 12.0002V7.21799C2.99977 6.5004 2.98416 5.8764 3.19606 5.31955C3.36933 4.86426 3.65089 4.45805 4.01637 4.13596C4.4634 3.74201 5.05339 3.53736 5.72536 3.28537L11.0867 1.27463C11.2544 1.21175 11.475 1.12358 11.7136 1.08908C11.856 1.06851 12.0001 1.06316 12.1433 1.07346L12.2859 1.08908L12.4607 1.12424C12.6313 1.1666 12.7871 1.22746 12.9129 1.27463L18.2742 3.28537C18.9461 3.53736 19.5361 3.74201 19.9832 4.13596C20.3486 4.45805 20.6302 4.86426 20.8035 5.31955C21.0154 5.8764 20.9998 6.5004 20.9998 7.21799V12.0002Z"
4
+ fill="currentColor" />
5
+ </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>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M18.9998 7.21799C18.9998 6.3368 18.9839 6.16085 18.9343 6.03049C18.8766 5.87887 18.7826 5.74324 18.6609 5.63596C18.5563 5.54382 18.3967 5.46768 17.572 5.15842L12.2107 3.14768C12.0993 3.1059 12.0435 3.0849 12.0027 3.07151C12.0017 3.07117 12.0007 3.07083 11.9998 3.07053C11.9988 3.07083 11.9979 3.07117 11.9968 3.07151C11.956 3.0849 11.9002 3.1059 11.7888 3.14768L6.4275 5.15842C5.60282 5.46768 5.44329 5.54382 5.33864 5.63596C5.21691 5.74324 5.12297 5.87887 5.0652 6.03049C5.0156 6.16085 4.99977 6.3368 4.99977 7.21799V12.0002C4.99977 14.082 6.13915 15.9655 7.64137 17.5305C9.13244 19.0838 10.8695 20.2062 11.8054 20.7522C11.8626 20.7855 11.9043 20.8091 11.9402 20.8293C11.9682 20.8451 11.9869 20.855 11.9998 20.8615C12.0126 20.855 12.0313 20.8451 12.0593 20.8293C12.0952 20.8091 12.1369 20.7855 12.1941 20.7522C13.13 20.2062 14.8671 19.0838 16.3582 17.5305C17.8604 15.9655 18.9998 14.082 18.9998 12.0002V7.21799ZM16.9138 9.00022L11.7068 14.2072C11.3163 14.5978 10.6833 14.5978 10.2927 14.2072L7.58571 11.5002L8.99977 10.0862L10.9998 12.0862L15.4998 7.58615L16.9138 9.00022ZM20.9998 12.0002C20.9998 14.8268 19.4623 17.184 17.8006 18.9153C16.1279 20.6577 14.2141 21.8882 13.2019 22.4787C13.0121 22.5895 12.7598 22.7474 12.4187 22.8205C12.1595 22.8761 11.8401 22.8761 11.5808 22.8205C11.2397 22.7474 10.9875 22.5895 10.7976 22.4787C9.78546 21.8882 7.87162 20.6577 6.19899 18.9153C4.53722 17.184 2.99977 14.8268 2.99977 12.0002V7.21799C2.99977 6.5004 2.98416 5.8764 3.19606 5.31955C3.36933 4.86426 3.65089 4.45805 4.01637 4.13596C4.4634 3.74201 5.05339 3.53736 5.72536 3.28537L11.0867 1.27463C11.2544 1.21175 11.475 1.12358 11.7136 1.08908C11.856 1.06851 12.0001 1.06316 12.1433 1.07346L12.2859 1.08908L12.4607 1.12424C12.6313 1.1666 12.7871 1.22746 12.9129 1.27463L18.2742 3.28537C18.9461 3.53736 19.5361 3.74201 19.9832 4.13596C20.3486 4.45805 20.6302 4.86426 20.8035 5.31955C21.0154 5.8764 20.9998 6.5004 20.9998 7.21799V12.0002Z"
4
+ fill="currentColor" />
5
+ </svg>