a-icons 1.2.12 → 1.2.14

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 EditOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace EditOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default EditOutlined;
@@ -0,0 +1,33 @@
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 EditOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M17.793 1.793a3.121 3.121 0 114.414 4.414l-9.563 9.563-.059.059c-.287.288-.54.542-.846.729a3 3 0 01-.867.36c-.348.083-.707.082-1.114.082H8a1 1 0 01-1-1v-1.675-.083c0-.407 0-.766.083-1.114a3 3 0 01.36-.867c.186-.306.44-.56.728-.846l.06-.06 9.562-9.562zm3 1.414a1.121 1.121 0 00-1.586 0L9.644 12.77c-.38.38-.45.459-.497.536a1 1 0 00-.12.289c-.02.088-.027.194-.027.73V15h.675c.536 0 .642-.006.73-.028a.998.998 0 00.29-.12c.076-.047.156-.117.535-.496l9.563-9.563a1.121 1.121 0 000-1.586zM6.759 3H12v2H6.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 00-.874.874c-.08.156-.145.38-.18.819C3 7.361 3 7.943 3 8.8v8.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 00.874.874c.156.08.38.145.819.18C5.361 21 5.943 21 6.8 21h8.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 00.874-.874c.08-.156.145-.38.18-.82.037-.45.038-1.031.038-1.888V12h2v5.241c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H6.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 01-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C1 18.71 1 18.046 1 17.242V8.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 011.748-1.748c.485-.247 1.002-.346 1.564-.392C5.29 3 5.954 3 6.758 3z",
25
+ fill: "currentColor"
26
+ }));
27
+ };
28
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
29
+ component: IconNode
30
+ }));
31
+ }
32
+ EditOutlined.displayName = 'EditOutlined';
33
+ export default EditOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function HouseOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace HouseOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default HouseOutlined;
@@ -0,0 +1,33 @@
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 HouseOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M11.477 1.336a2 2 0 011.046 0c.397.108.732.37.999.58l.074.059L20.38 7.25l.077.06c.377.292.709.55.956.884a3 3 0 01.477.975c.112.4.112.82.111 1.298v7.372c0 .527 0 .981-.03 1.356-.033.395-.104.789-.297 1.167a3 3 0 01-1.31 1.311c-.38.193-.773.264-1.168.296-.374.031-.83.031-1.356.031H15.777c-.12 0-.261 0-.387-.01a1.51 1.51 0 01-.57-.153 1.5 1.5 0 01-.656-.656 1.508 1.508 0 01-.154-.571c-.01-.125-.01-.268-.01-.387V13.6a8.143 8.143 0 00-.011-.589h-.014A8.205 8.205 0 0013.4 13h-2.8c-.296 0-.459 0-.575.01l-.013.001-.002.014c-.01.116-.01.278-.01.575v6.623c0 .12 0 .262-.01.387a1.508 1.508 0 01-.153.571 1.5 1.5 0 01-.656.655 1.51 1.51 0 01-.571.154c-.125.01-.268.01-.387.01H6.162c-.528 0-.982 0-1.357-.03-.395-.033-.788-.104-1.167-.297a3 3 0 01-1.31-1.311c-.194-.378-.265-.772-.297-1.167C2 18.82 2 18.365 2 17.838v-7.273-.098C2 9.99 1.998 9.57 2.11 9.169a3 3 0 01.477-.975c.247-.334.58-.592.956-.884l.078-.06 6.782-5.275.075-.059c.267-.21.601-.472.998-.58zm.516 1.946c-.075.05-.174.126-.361.271L4.849 8.828c-.498.388-.59.471-.653.556a1 1 0 00-.159.325c-.028.1-.037.225-.037.856V17.8c0 .576 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.251 20 5.624 20 6.2 20H8v-6.432c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.272-.138.541-.182.77-.201.208-.017.454-.017.706-.017h2.864c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.182.541.201.77.017.208.017.454.017.706V20h1.8c.577 0 .949 0 1.232-.024.272-.022.373-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 18.75 20 18.377 20 17.8v-7.235c0-.63-.009-.755-.037-.856a.999.999 0 00-.159-.325c-.062-.085-.155-.168-.653-.556l-6.783-5.275A7.241 7.241 0 0012 3.277l-.007.005z",
25
+ fill: "currentColor"
26
+ }));
27
+ };
28
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
29
+ component: IconNode
30
+ }));
31
+ }
32
+ HouseOutlined.displayName = 'HouseOutlined';
33
+ export default HouseOutlined;
package/es/StarFilled.js CHANGED
@@ -18,7 +18,9 @@ function StarFilled(componentProps) {
18
18
  viewBox: "0 0 24 24",
19
19
  xmlns: "http://www.w3.org/2000/svg"
20
20
  }, props), /*#__PURE__*/React.createElement("path", {
21
- d: "M14.44 4.537l.66 2a2.25 2.25 0 002.13 1.56h2.08a2.24 2.24 0 011.32 4.06l-1.71 1.24a2.25 2.25 0 00-.82 2.51l.66 2a2.24 2.24 0 01-3.45 2.54l-1.68-1.25a2.25 2.25 0 00-2.64 0l-1.68 1.25a2.24 2.24 0 01-3.45-2.51l.66-2a2.25 2.25 0 00-.82-2.51l-1.75-1.26a2.24 2.24 0 011.36-4.07h2.08a2.25 2.25 0 002.13-1.54l.66-2a2.24 2.24 0 014.26-.02z",
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M11.354 1.775a1.5 1.5 0 011.292 0c.353.168.547.46.645.62.102.167.206.378.308.583l.015.032 2.14 4.336 4.822.705c.227.033.46.067.65.112.182.044.52.14.789.423a1.5 1.5 0 01.398 1.228c-.051.388-.27.663-.391.806-.127.147-.295.312-.46.472l-3.488 3.397.823 4.798c.04.226.08.458.095.652.014.187.029.538-.158.882a1.5 1.5 0 01-1.045.759c-.384.071-.713-.05-.887-.123a7.751 7.751 0 01-.591-.29L12 18.898l-4.31 2.267a7.754 7.754 0 01-.592.291c-.173.072-.503.194-.887.123a1.5 1.5 0 01-1.045-.759c-.187-.344-.172-.695-.158-.882.016-.194.056-.426.095-.652l.823-4.798-3.463-3.373-.025-.024a7.756 7.756 0 01-.46-.472c-.122-.143-.34-.418-.39-.806a1.5 1.5 0 01.397-1.228c.27-.284.607-.379.79-.423.189-.045.422-.08.649-.112l.034-.006 4.788-.7 2.14-4.335.016-.032c.101-.205.205-.416.307-.582.098-.16.292-.453.646-.621z",
22
24
  fill: "currentColor"
23
25
  }));
24
26
  };
package/es/index.d.ts CHANGED
@@ -128,6 +128,7 @@ export { default as EarthOutlined } from './EarthOutlined';
128
128
  export { default as EcLogo } from './EcLogo';
129
129
  export { default as Edit2Filled } from './Edit2Filled';
130
130
  export { default as EditFilled } from './EditFilled';
131
+ export { default as EditOutlined } from './EditOutlined';
131
132
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
132
133
  export { default as EmailWithTextFilled } from './EmailWithTextFilled';
133
134
  export { default as ErrorWarningFilled } from './ErrorWarningFilled';
@@ -173,6 +174,7 @@ export { default as HandCoinsFilled } from './HandCoinsFilled';
173
174
  export { default as HandCoinsOutlined } from './HandCoinsOutlined';
174
175
  export { default as HomeFilled } from './HomeFilled';
175
176
  export { default as HomeOutlined } from './HomeOutlined';
177
+ export { default as HouseOutlined } from './HouseOutlined';
176
178
  export { default as IbFilled } from './IbFilled';
177
179
  export { default as ImacFilled } from './ImacFilled';
178
180
  export { default as ImageFilled } from './ImageFilled';
package/es/index.js CHANGED
@@ -128,6 +128,7 @@ export { default as EarthOutlined } from './EarthOutlined';
128
128
  export { default as EcLogo } from './EcLogo';
129
129
  export { default as Edit2Filled } from './Edit2Filled';
130
130
  export { default as EditFilled } from './EditFilled';
131
+ export { default as EditOutlined } from './EditOutlined';
131
132
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
132
133
  export { default as EmailWithTextFilled } from './EmailWithTextFilled';
133
134
  export { default as ErrorWarningFilled } from './ErrorWarningFilled';
@@ -173,6 +174,7 @@ export { default as HandCoinsFilled } from './HandCoinsFilled';
173
174
  export { default as HandCoinsOutlined } from './HandCoinsOutlined';
174
175
  export { default as HomeFilled } from './HomeFilled';
175
176
  export { default as HomeOutlined } from './HomeOutlined';
177
+ export { default as HouseOutlined } from './HouseOutlined';
176
178
  export { default as IbFilled } from './IbFilled';
177
179
  export { default as ImacFilled } from './ImacFilled';
178
180
  export { default as ImageFilled } from './ImageFilled';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function EditOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace EditOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default EditOutlined;
@@ -0,0 +1,76 @@
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 EditOutlined(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ d: "M17.793 1.793a3.121 3.121 0 114.414 4.414l-9.563 9.563-.059.059c-.287.288-.54.542-.846.729a3 3 0 01-.867.36c-.348.083-.707.082-1.114.082H8a1 1 0 01-1-1v-1.675-.083c0-.407 0-.766.083-1.114a3 3 0 01.36-.867c.186-.306.44-.56.728-.846l.06-.06 9.562-9.562zm3 1.414a1.121 1.121 0 00-1.586 0L9.644 12.77c-.38.38-.45.459-.497.536a1 1 0 00-.12.289c-.02.088-.027.194-.027.73V15h.675c.536 0 .642-.006.73-.028a.998.998 0 00.29-.12c.076-.047.156-.117.535-.496l9.563-9.563a1.121 1.121 0 000-1.586zM6.759 3H12v2H6.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 00-.874.874c-.08.156-.145.38-.18.819C3 7.361 3 7.943 3 8.8v8.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 00.874.874c.156.08.38.145.819.18C5.361 21 5.943 21 6.8 21h8.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 00.874-.874c.08-.156.145-.38.18-.82.037-.45.038-1.031.038-1.888V12h2v5.241c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H6.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 01-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C1 18.71 1 18.046 1 17.242V8.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 011.748-1.748c.485-.247 1.002-.346 1.564-.392C5.29 3 5.954 3 6.758 3z",
68
+ fill: "currentColor"
69
+ }));
70
+ };
71
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
72
+ component: IconNode
73
+ }));
74
+ }
75
+ EditOutlined.displayName = 'EditOutlined';
76
+ exports["default"] = EditOutlined;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function HouseOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace HouseOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default HouseOutlined;
@@ -0,0 +1,76 @@
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 HouseOutlined(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ d: "M11.477 1.336a2 2 0 011.046 0c.397.108.732.37.999.58l.074.059L20.38 7.25l.077.06c.377.292.709.55.956.884a3 3 0 01.477.975c.112.4.112.82.111 1.298v7.372c0 .527 0 .981-.03 1.356-.033.395-.104.789-.297 1.167a3 3 0 01-1.31 1.311c-.38.193-.773.264-1.168.296-.374.031-.83.031-1.356.031H15.777c-.12 0-.261 0-.387-.01a1.51 1.51 0 01-.57-.153 1.5 1.5 0 01-.656-.656 1.508 1.508 0 01-.154-.571c-.01-.125-.01-.268-.01-.387V13.6a8.143 8.143 0 00-.011-.589h-.014A8.205 8.205 0 0013.4 13h-2.8c-.296 0-.459 0-.575.01l-.013.001-.002.014c-.01.116-.01.278-.01.575v6.623c0 .12 0 .262-.01.387a1.508 1.508 0 01-.153.571 1.5 1.5 0 01-.656.655 1.51 1.51 0 01-.571.154c-.125.01-.268.01-.387.01H6.162c-.528 0-.982 0-1.357-.03-.395-.033-.788-.104-1.167-.297a3 3 0 01-1.31-1.311c-.194-.378-.265-.772-.297-1.167C2 18.82 2 18.365 2 17.838v-7.273-.098C2 9.99 1.998 9.57 2.11 9.169a3 3 0 01.477-.975c.247-.334.58-.592.956-.884l.078-.06 6.782-5.275.075-.059c.267-.21.601-.472.998-.58zm.516 1.946c-.075.05-.174.126-.361.271L4.849 8.828c-.498.388-.59.471-.653.556a1 1 0 00-.159.325c-.028.1-.037.225-.037.856V17.8c0 .576 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.251 20 5.624 20 6.2 20H8v-6.432c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.272-.138.541-.182.77-.201.208-.017.454-.017.706-.017h2.864c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.182.541.201.77.017.208.017.454.017.706V20h1.8c.577 0 .949 0 1.232-.024.272-.022.373-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 18.75 20 18.377 20 17.8v-7.235c0-.63-.009-.755-.037-.856a.999.999 0 00-.159-.325c-.062-.085-.155-.168-.653-.556l-6.783-5.275A7.241 7.241 0 0012 3.277l-.007.005z",
68
+ fill: "currentColor"
69
+ }));
70
+ };
71
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
72
+ component: IconNode
73
+ }));
74
+ }
75
+ HouseOutlined.displayName = 'HouseOutlined';
76
+ exports["default"] = HouseOutlined;
package/lib/StarFilled.js CHANGED
@@ -61,7 +61,9 @@ function StarFilled(componentProps) {
61
61
  viewBox: "0 0 24 24",
62
62
  xmlns: "http://www.w3.org/2000/svg"
63
63
  }, props), React.createElement("path", {
64
- d: "M14.44 4.537l.66 2a2.25 2.25 0 002.13 1.56h2.08a2.24 2.24 0 011.32 4.06l-1.71 1.24a2.25 2.25 0 00-.82 2.51l.66 2a2.24 2.24 0 01-3.45 2.54l-1.68-1.25a2.25 2.25 0 00-2.64 0l-1.68 1.25a2.24 2.24 0 01-3.45-2.51l.66-2a2.25 2.25 0 00-.82-2.51l-1.75-1.26a2.24 2.24 0 011.36-4.07h2.08a2.25 2.25 0 002.13-1.54l.66-2a2.24 2.24 0 014.26-.02z",
64
+ fillRule: "evenodd",
65
+ clipRule: "evenodd",
66
+ d: "M11.354 1.775a1.5 1.5 0 011.292 0c.353.168.547.46.645.62.102.167.206.378.308.583l.015.032 2.14 4.336 4.822.705c.227.033.46.067.65.112.182.044.52.14.789.423a1.5 1.5 0 01.398 1.228c-.051.388-.27.663-.391.806-.127.147-.295.312-.46.472l-3.488 3.397.823 4.798c.04.226.08.458.095.652.014.187.029.538-.158.882a1.5 1.5 0 01-1.045.759c-.384.071-.713-.05-.887-.123a7.751 7.751 0 01-.591-.29L12 18.898l-4.31 2.267a7.754 7.754 0 01-.592.291c-.173.072-.503.194-.887.123a1.5 1.5 0 01-1.045-.759c-.187-.344-.172-.695-.158-.882.016-.194.056-.426.095-.652l.823-4.798-3.463-3.373-.025-.024a7.756 7.756 0 01-.46-.472c-.122-.143-.34-.418-.39-.806a1.5 1.5 0 01.397-1.228c.27-.284.607-.379.79-.423.189-.045.422-.08.649-.112l.034-.006 4.788-.7 2.14-4.335.016-.032c.101-.205.205-.416.307-.582.098-.16.292-.453.646-.621z",
65
67
  fill: "currentColor"
66
68
  }));
67
69
  };
package/lib/index.d.ts CHANGED
@@ -128,6 +128,7 @@ export { default as EarthOutlined } from './EarthOutlined';
128
128
  export { default as EcLogo } from './EcLogo';
129
129
  export { default as Edit2Filled } from './Edit2Filled';
130
130
  export { default as EditFilled } from './EditFilled';
131
+ export { default as EditOutlined } from './EditOutlined';
131
132
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
132
133
  export { default as EmailWithTextFilled } from './EmailWithTextFilled';
133
134
  export { default as ErrorWarningFilled } from './ErrorWarningFilled';
@@ -173,6 +174,7 @@ export { default as HandCoinsFilled } from './HandCoinsFilled';
173
174
  export { default as HandCoinsOutlined } from './HandCoinsOutlined';
174
175
  export { default as HomeFilled } from './HomeFilled';
175
176
  export { default as HomeOutlined } from './HomeOutlined';
177
+ export { default as HouseOutlined } from './HouseOutlined';
176
178
  export { default as IbFilled } from './IbFilled';
177
179
  export { default as ImacFilled } from './ImacFilled';
178
180
  export { default as ImageFilled } from './ImageFilled';
package/lib/index.js CHANGED
@@ -10,11 +10,11 @@ Object.defineProperty(exports, "__esModule", {
10
10
  });
11
11
  exports.CameraFilled = exports.CallRecordOutlined = exports.CallOutlined = exports.CallFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BrokenHeartFilled = 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.BindChainFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.AscOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.AdFilled = exports.ImpassabilityFilled = exports.DailyFinanceFilled = void 0;
12
12
  exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ConfirmCircleSolidFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CircleStopFilled = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = void 0;
13
- exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = void 0;
14
- exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = void 0;
15
- exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = 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.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = void 0;
16
- exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.ResourceOutlined = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlusBoldSquareFilled = exports.PlaySolidFilled = exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonLeftArrowFilled = exports.PersonGroupFilled = void 0;
17
- exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashCanFilled = exports.TransferFileFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = exports.SignBankCardFilled = void 0;
13
+ exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = void 0;
14
+ exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HouseOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = void 0;
15
+ exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = 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.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = void 0;
16
+ exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.ResourceOutlined = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlusBoldSquareFilled = exports.PlaySolidFilled = exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonLeftArrowFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = void 0;
17
+ exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashCanFilled = exports.TransferFileFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = void 0;
18
18
  var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
19
19
  Object.defineProperty(exports, "DailyFinanceFilled", {
20
20
  enumerable: true,
@@ -925,6 +925,13 @@ Object.defineProperty(exports, "EditFilled", {
925
925
  return __importDefault(EditFilled_1)["default"];
926
926
  }
927
927
  });
928
+ var EditOutlined_1 = require("./EditOutlined");
929
+ Object.defineProperty(exports, "EditOutlined", {
930
+ enumerable: true,
931
+ get: function get() {
932
+ return __importDefault(EditOutlined_1)["default"];
933
+ }
934
+ });
928
935
  var EditSimpleOutlined_1 = require("./EditSimpleOutlined");
929
936
  Object.defineProperty(exports, "EditSimpleOutlined", {
930
937
  enumerable: true,
@@ -1240,6 +1247,13 @@ Object.defineProperty(exports, "HomeOutlined", {
1240
1247
  return __importDefault(HomeOutlined_1)["default"];
1241
1248
  }
1242
1249
  });
1250
+ var HouseOutlined_1 = require("./HouseOutlined");
1251
+ Object.defineProperty(exports, "HouseOutlined", {
1252
+ enumerable: true,
1253
+ get: function get() {
1254
+ return __importDefault(HouseOutlined_1)["default"];
1255
+ }
1256
+ });
1243
1257
  var IbFilled_1 = require("./IbFilled");
1244
1258
  Object.defineProperty(exports, "IbFilled", {
1245
1259
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.2.12",
3
+ "version": "1.2.14",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -22,5 +22,5 @@
22
22
  "peerDependencies": {
23
23
  "assui": "^2.0.2"
24
24
  },
25
- "gitHead": "037747e7f44c45005b0211b8ee5767c0bd52bb8d"
25
+ "gitHead": "5c18c6b490fb53da2b54ee48dc0fa81d46efe8b7"
26
26
  }
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function EditOutlined(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M17.793 1.793a3.121 3.121 0 114.414 4.414l-9.563 9.563-.059.059c-.287.288-.54.542-.846.729a3 3 0 01-.867.36c-.348.083-.707.082-1.114.082H8a1 1 0 01-1-1v-1.675-.083c0-.407 0-.766.083-1.114a3 3 0 01.36-.867c.186-.306.44-.56.728-.846l.06-.06 9.562-9.562zm3 1.414a1.121 1.121 0 00-1.586 0L9.644 12.77c-.38.38-.45.459-.497.536a1 1 0 00-.12.289c-.02.088-.027.194-.027.73V15h.675c.536 0 .642-.006.73-.028a.998.998 0 00.29-.12c.076-.047.156-.117.535-.496l9.563-9.563a1.121 1.121 0 000-1.586zM6.759 3H12v2H6.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 00-.874.874c-.08.156-.145.38-.18.819C3 7.361 3 7.943 3 8.8v8.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 00.874.874c.156.08.38.145.819.18C5.361 21 5.943 21 6.8 21h8.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 00.874-.874c.08-.156.145-.38.18-.82.037-.45.038-1.031.038-1.888V12h2v5.241c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H6.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 01-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C1 18.71 1 18.046 1 17.242V8.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 011.748-1.748c.485-.247 1.002-.346 1.564-.392C5.29 3 5.954 3 6.758 3z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ EditOutlined.displayName = 'EditOutlined';
20
+ export default EditOutlined;
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function HouseOutlined(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M11.477 1.336a2 2 0 011.046 0c.397.108.732.37.999.58l.074.059L20.38 7.25l.077.06c.377.292.709.55.956.884a3 3 0 01.477.975c.112.4.112.82.111 1.298v7.372c0 .527 0 .981-.03 1.356-.033.395-.104.789-.297 1.167a3 3 0 01-1.31 1.311c-.38.193-.773.264-1.168.296-.374.031-.83.031-1.356.031H15.777c-.12 0-.261 0-.387-.01a1.51 1.51 0 01-.57-.153 1.5 1.5 0 01-.656-.656 1.508 1.508 0 01-.154-.571c-.01-.125-.01-.268-.01-.387V13.6a8.143 8.143 0 00-.011-.589h-.014A8.205 8.205 0 0013.4 13h-2.8c-.296 0-.459 0-.575.01l-.013.001-.002.014c-.01.116-.01.278-.01.575v6.623c0 .12 0 .262-.01.387a1.508 1.508 0 01-.153.571 1.5 1.5 0 01-.656.655 1.51 1.51 0 01-.571.154c-.125.01-.268.01-.387.01H6.162c-.528 0-.982 0-1.357-.03-.395-.033-.788-.104-1.167-.297a3 3 0 01-1.31-1.311c-.194-.378-.265-.772-.297-1.167C2 18.82 2 18.365 2 17.838v-7.273-.098C2 9.99 1.998 9.57 2.11 9.169a3 3 0 01.477-.975c.247-.334.58-.592.956-.884l.078-.06 6.782-5.275.075-.059c.267-.21.601-.472.998-.58zm.516 1.946c-.075.05-.174.126-.361.271L4.849 8.828c-.498.388-.59.471-.653.556a1 1 0 00-.159.325c-.028.1-.037.225-.037.856V17.8c0 .576 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.251 20 5.624 20 6.2 20H8v-6.432c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.272-.138.541-.182.77-.201.208-.017.454-.017.706-.017h2.864c.252 0 .498 0 .706.017.229.019.499.063.77.201a2 2 0 01.874.874c.138.271.182.541.201.77.017.208.017.454.017.706V20h1.8c.577 0 .949 0 1.232-.024.272-.022.373-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 18.75 20 18.377 20 17.8v-7.235c0-.63-.009-.755-.037-.856a.999.999 0 00-.159-.325c-.062-.085-.155-.168-.653-.556l-6.783-5.275A7.241 7.241 0 0012 3.277l-.007.005z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ HouseOutlined.displayName = 'HouseOutlined';
20
+ export default HouseOutlined;
@@ -5,7 +5,9 @@ function StarFilled(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
6
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
7
  <path
8
- d="M14.44 4.537l.66 2a2.25 2.25 0 002.13 1.56h2.08a2.24 2.24 0 011.32 4.06l-1.71 1.24a2.25 2.25 0 00-.82 2.51l.66 2a2.24 2.24 0 01-3.45 2.54l-1.68-1.25a2.25 2.25 0 00-2.64 0l-1.68 1.25a2.24 2.24 0 01-3.45-2.51l.66-2a2.25 2.25 0 00-.82-2.51l-1.75-1.26a2.24 2.24 0 011.36-4.07h2.08a2.25 2.25 0 002.13-1.54l.66-2a2.24 2.24 0 014.26-.02z"
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M11.354 1.775a1.5 1.5 0 011.292 0c.353.168.547.46.645.62.102.167.206.378.308.583l.015.032 2.14 4.336 4.822.705c.227.033.46.067.65.112.182.044.52.14.789.423a1.5 1.5 0 01.398 1.228c-.051.388-.27.663-.391.806-.127.147-.295.312-.46.472l-3.488 3.397.823 4.798c.04.226.08.458.095.652.014.187.029.538-.158.882a1.5 1.5 0 01-1.045.759c-.384.071-.713-.05-.887-.123a7.751 7.751 0 01-.591-.29L12 18.898l-4.31 2.267a7.754 7.754 0 01-.592.291c-.173.072-.503.194-.887.123a1.5 1.5 0 01-1.045-.759c-.187-.344-.172-.695-.158-.882.016-.194.056-.426.095-.652l.823-4.798-3.463-3.373-.025-.024a7.756 7.756 0 01-.46-.472c-.122-.143-.34-.418-.39-.806a1.5 1.5 0 01.397-1.228c.27-.284.607-.379.79-.423.189-.045.422-.08.649-.112l.034-.006 4.788-.7 2.14-4.335.016-.032c.101-.205.205-.416.307-.582.098-.16.292-.453.646-.621z"
9
11
  fill="currentColor"
10
12
  />
11
13
  </svg>
package/src/index.tsx CHANGED
@@ -128,6 +128,7 @@ export { default as EarthOutlined } from './EarthOutlined';
128
128
  export { default as EcLogo } from './EcLogo';
129
129
  export { default as Edit2Filled } from './Edit2Filled';
130
130
  export { default as EditFilled } from './EditFilled';
131
+ export { default as EditOutlined } from './EditOutlined';
131
132
  export { default as EditSimpleOutlined } from './EditSimpleOutlined';
132
133
  export { default as EmailWithTextFilled } from './EmailWithTextFilled';
133
134
  export { default as ErrorWarningFilled } from './ErrorWarningFilled';
@@ -173,6 +174,7 @@ export { default as HandCoinsFilled } from './HandCoinsFilled';
173
174
  export { default as HandCoinsOutlined } from './HandCoinsOutlined';
174
175
  export { default as HomeFilled } from './HomeFilled';
175
176
  export { default as HomeOutlined } from './HomeOutlined';
177
+ export { default as HouseOutlined } from './HouseOutlined';
176
178
  export { default as IbFilled } from './IbFilled';
177
179
  export { default as ImacFilled } from './ImacFilled';
178
180
  export { default as ImageFilled } from './ImageFilled';
@@ -1,5 +1,5 @@
1
1
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M14.4399 4.53675L15.0999 6.53675C15.3982 7.46244 16.2574 8.09174 17.2299 8.09675H19.3099C20.2854 8.09056 21.1528 8.7164 21.4544 9.64412C21.756 10.5718 21.4226 11.5881 20.6299 12.1568L18.9199 13.3968C18.1328 13.9682 17.802 14.9808 18.0999 15.9068L18.7599 17.9068C19.0864 18.8359 18.7677 19.8692 17.9746 20.4531C17.1816 21.037 16.1002 21.0344 15.3099 20.4468L13.6299 19.1968C12.8424 18.6262 11.7775 18.6262 10.9899 19.1968L9.30993 20.4468C8.52407 21.0219 7.45662 21.0235 6.66913 20.4505C5.88163 19.8776 5.55454 18.8615 5.85993 17.9368L6.51993 15.9368C6.81789 15.0108 6.48709 13.9982 5.69993 13.4268L3.94993 12.1668C3.14123 11.5969 2.80211 10.5641 3.11564 9.62575C3.42918 8.68745 4.32111 8.06595 5.30993 8.09675H7.38993C8.35713 8.09459 9.21473 7.47454 9.51993 6.55675L10.1799 4.55675C10.4758 3.63296 11.3327 3.00458 12.3027 3.00002C13.2727 2.99547 14.1354 3.61578 14.4399 4.53675Z"
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M11.3545 1.77493C11.7628 1.58023 12.2372 1.58023 12.6456 1.77493C12.9986 1.94325 13.1932 2.23549 13.2914 2.39581C13.3929 2.56155 13.497 2.77269 13.5986 2.97848C13.6037 2.98899 13.6089 2.99948 13.6141 3.00996L15.7543 7.34575L20.5763 8.05055C20.8033 8.08369 21.0362 8.11768 21.2252 8.16311C21.4079 8.20706 21.7458 8.30211 22.0147 8.58595C22.3258 8.91431 22.4721 9.36553 22.4129 9.81397C22.3617 10.2016 22.1439 10.4768 22.0217 10.6197C21.8954 10.7673 21.7267 10.9315 21.5624 11.0915L18.0745 14.4886L18.8975 19.2869C18.9364 19.5131 18.9762 19.7452 18.9916 19.939C19.0064 20.1264 19.0207 20.4773 18.834 20.8211C18.6181 21.2187 18.2342 21.4975 17.7893 21.58C17.4047 21.6513 17.0755 21.5292 16.9018 21.4571C16.7223 21.3826 16.5138 21.273 16.3107 21.1661L12 18.8991L7.68936 21.1661C7.4862 21.273 7.27778 21.3826 7.09823 21.4571C6.9246 21.5292 6.59531 21.6513 6.21071 21.58C5.76584 21.4975 5.38196 21.2187 5.16601 20.8211C4.97931 20.4773 4.99365 20.1264 5.00849 19.939C5.02383 19.7453 5.06369 19.5131 5.10254 19.2869L5.9255 14.4886L2.46283 11.116C2.45448 11.1079 2.4461 11.0997 2.43771 11.0915C2.27335 10.9315 2.10469 10.7673 1.97838 10.6197C1.85618 10.4768 1.63833 10.2016 1.58714 9.81397C1.52792 9.36553 1.67422 8.91432 1.98531 8.58595C2.25423 8.30211 2.59214 8.20706 2.7749 8.16311C2.96382 8.11768 3.19673 8.08369 3.42372 8.05055C3.43531 8.04886 3.44688 8.04717 3.45842 8.04549L8.24576 7.34575L10.386 3.00996C10.3911 2.99948 10.3963 2.98899 10.4015 2.97848C10.503 2.77269 10.6072 2.56155 10.7087 2.39581C10.8068 2.23549 11.0014 1.94325 11.3545 1.77493Z"
4
4
  fill="currentColor" />
5
5
  </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M17.7929 1.79287C19.0118 0.573924 20.9882 0.573926 22.2071 1.79288C23.4261 3.01183 23.4261 4.98814 22.2071 6.20709L12.6444 15.7698C12.6246 15.7896 12.605 15.8093 12.5855 15.8288C12.2981 16.1168 12.0446 16.3707 11.7391 16.5579C11.4707 16.7224 11.178 16.8436 10.8719 16.9171C10.5235 17.0007 10.1647 17.0004 9.75781 17C9.73027 17 9.70251 17 9.67452 17H7.99997C7.44769 17 6.99997 16.5523 6.99997 16V14.3255C6.99997 14.2975 6.99995 14.2697 6.99992 14.2422C6.99954 13.8353 6.99921 13.4765 7.08286 13.1281C7.15636 12.822 7.27757 12.5293 7.44206 12.2609C7.62929 11.9554 7.8832 11.7019 8.17119 11.4145C8.19068 11.395 8.21033 11.3754 8.23013 11.3556L17.7929 1.79287ZM20.7929 3.20709C20.355 2.76919 19.645 2.76919 19.2071 3.20709L9.64434 12.7698C9.26478 13.1494 9.19479 13.2285 9.14733 13.3059C9.0925 13.3954 9.0521 13.4929 9.0276 13.595C9.0064 13.6833 8.99997 13.7887 8.99997 14.3255V15H9.67452C10.2113 15 10.3167 14.9936 10.405 14.9724C10.5071 14.9479 10.6046 14.9075 10.6941 14.8526C10.7715 14.8052 10.8506 14.7352 11.2302 14.3556L20.7929 4.79288C21.2308 4.35497 21.2308 3.64499 20.7929 3.20709ZM6.7587 2.99998L12 2.99998V4.99998H6.8C5.94342 4.99998 5.36113 5.00076 4.91104 5.03754C4.47262 5.07335 4.24842 5.13828 4.09202 5.21797C3.7157 5.40972 3.40973 5.71568 3.21799 6.092C3.1383 6.2484 3.07337 6.47261 3.03755 6.91102C3.00078 7.36111 3 7.9434 3 8.79998V17.2C3 18.0566 3.00078 18.6389 3.03755 19.0889C3.07337 19.5274 3.1383 19.7516 3.21799 19.908C3.40973 20.2843 3.7157 20.5902 4.09202 20.782C4.24842 20.8617 4.47262 20.9266 4.91104 20.9624C5.36113 20.9992 5.94342 21 6.8 21H15.2C16.0566 21 16.6389 20.9992 17.089 20.9624C17.5274 20.9266 17.7516 20.8617 17.908 20.782C18.2843 20.5902 18.5903 20.2843 18.782 19.908C18.8617 19.7516 18.9266 19.5274 18.9624 19.0889C18.9992 18.6389 19 18.0566 19 17.2V12H21V17.2413C21 18.0463 21 18.7106 20.9558 19.2518C20.9099 19.8139 20.8113 20.3306 20.564 20.8159C20.1805 21.5686 19.5686 22.1805 18.816 22.564C18.3306 22.8113 17.8139 22.9099 17.2518 22.9558C16.7106 23 16.0463 23 15.2413 23H6.75868C5.95372 23 5.28936 23 4.74817 22.9558C4.18608 22.9099 3.66937 22.8113 3.18404 22.564C2.43139 22.1805 1.81947 21.5686 1.43598 20.8159C1.18868 20.3306 1.09012 19.8139 1.04419 19.2518C0.999977 18.7106 0.999988 18.0463 1 17.2413V8.75868C0.999988 7.95371 0.999977 7.28935 1.04419 6.74816C1.09012 6.18606 1.18868 5.66936 1.43597 5.18402C1.81947 4.43137 2.43139 3.81945 3.18404 3.43596C3.66937 3.18867 4.18608 3.0901 4.74817 3.04418C5.28937 2.99996 5.95373 2.99997 6.7587 2.99998Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M11.4774 1.33636C11.8197 1.24368 12.1805 1.24368 12.5228 1.33636C12.9202 1.44395 13.2548 1.7066 13.5218 1.91624C13.5473 1.93625 13.5721 1.95578 13.5964 1.97465L20.3787 7.24977C20.4048 7.27008 20.4307 7.29019 20.4564 7.31013C20.833 7.60241 21.1648 7.85991 21.4121 8.19421C21.6291 8.48759 21.7907 8.8181 21.8891 9.1695C22.0012 9.56992 22.0007 9.98993 22.0002 10.4667C22.0002 10.4992 22.0001 10.532 22.0001 10.5651V17.8386C22.0002 18.3657 22.0002 18.8204 21.9696 19.195C21.9373 19.5904 21.866 19.9836 21.6732 20.362C21.3855 20.9264 20.9266 21.3854 20.3621 21.673C19.9837 21.8658 19.5905 21.9371 19.1952 21.9694C18.8206 22 18.3658 22 17.8387 22H15.8001C15.7925 22 15.7848 22 15.777 22C15.6579 22 15.5156 22.0001 15.3903 21.9899C15.2451 21.978 15.0371 21.9475 14.8192 21.8365C14.5369 21.6927 14.3074 21.4632 14.1636 21.181C14.0526 20.963 14.0221 20.755 14.0103 20.6098C14 20.4845 14.0001 20.3422 14.0001 20.2231L14.0001 13.6C14.0001 13.3035 13.9994 13.1412 13.9898 13.0246C13.9895 13.02 13.9891 13.0156 13.9887 13.0114C13.9845 13.011 13.9801 13.0107 13.9755 13.0103C13.8589 13.0008 13.6967 13 13.4001 13H10.6001C10.3036 13 10.1414 13.0008 10.0248 13.0103C10.0201 13.0107 10.0157 13.011 10.0116 13.0114C10.0112 13.0156 10.0108 13.02 10.0104 13.0246C10.0009 13.1412 10.0001 13.3035 10.0001 13.6L10.0001 20.2231C10.0002 20.3422 10.0002 20.4845 9.99001 20.6098C9.97814 20.755 9.9477 20.963 9.83665 21.181C9.69284 21.4632 9.46337 21.6927 9.18113 21.8365C8.96318 21.9475 8.75519 21.978 8.60997 21.9899C8.48465 22.0001 8.3424 22 8.22329 22C8.21547 22 8.20775 22 8.20014 22H6.16157C5.63443 22 5.17968 22 4.80511 21.9694C4.40977 21.9371 4.01655 21.8658 3.63817 21.673C3.07368 21.3854 2.61474 20.9264 2.32712 20.362C2.13433 19.9836 2.06301 19.5904 2.03071 19.195C2.00011 18.8204 2.00012 18.3657 2.00014 17.8385L2.00014 10.5651C2.00014 10.532 2.0001 10.4992 2.00007 10.4667C1.99955 9.98993 1.9991 9.56992 2.11118 9.1695C2.20954 8.8181 2.37119 8.48759 2.58818 8.19421C2.83544 7.85991 3.16725 7.6024 3.54389 7.31012C3.56958 7.29018 3.59549 7.27007 3.62159 7.24977L10.4039 1.97465C10.4282 1.95578 10.453 1.93625 10.4785 1.91623C10.7455 1.7066 11.0801 1.44395 11.4774 1.33636ZM11.9928 3.28153C11.9177 3.33174 11.8187 3.40798 11.6318 3.55335L4.84947 8.82848C4.3514 9.21587 4.25864 9.29901 4.19615 9.3835C4.12382 9.4813 4.06994 9.59147 4.03715 9.7086C4.00883 9.8098 4.00014 9.93406 4.00014 10.5651V17.8C4.00014 18.3765 4.00092 18.7488 4.02407 19.0321C4.04626 19.3038 4.08394 19.4045 4.10913 19.454C4.20501 19.6421 4.35799 19.7951 4.54615 19.891C4.59559 19.9162 4.69631 19.9539 4.96798 19.9761C5.25131 19.9992 5.62359 20 6.20014 20H8.00014L8.00014 13.5681C8.00011 13.3157 8.00008 13.0699 8.01709 12.8618C8.03576 12.6332 8.07983 12.3634 8.21813 12.092C8.40987 11.7157 8.71583 11.4097 9.09216 11.218C9.36358 11.0797 9.63332 11.0356 9.86191 11.0169C10.0701 10.9999 10.3159 11 10.5683 11H13.432C13.6844 11 13.9302 10.9999 14.1384 11.0169C14.367 11.0356 14.6367 11.0797 14.9081 11.218C15.2844 11.4097 15.5904 11.7157 15.7822 12.092C15.9204 12.3634 15.9645 12.6332 15.9832 12.8618C16.0002 13.0699 16.0002 13.3157 16.0001 13.5681L16.0001 20H17.8001C18.3767 20 18.749 19.9992 19.0323 19.9761C19.304 19.9539 19.4047 19.9162 19.4541 19.891C19.6423 19.7951 19.7953 19.6421 19.8911 19.454C19.9163 19.4045 19.954 19.3038 19.9762 19.0321C19.9994 18.7488 20.0001 18.3765 20.0001 17.8V10.5651C20.0001 9.93406 19.9915 9.8098 19.9631 9.7086C19.9303 9.59146 19.8765 9.4813 19.8041 9.3835C19.7416 9.29901 19.6489 9.21587 19.1508 8.82848L12.3685 3.55335C12.1816 3.40798 12.0826 3.33174 12.0074 3.28153C12.0049 3.27983 12.0025 3.27822 12.0001 3.27669C11.9978 3.27822 11.9954 3.27983 11.9928 3.28153Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M17.7929 1.79287C19.0118 0.573924 20.9882 0.573926 22.2071 1.79288C23.4261 3.01183 23.4261 4.98814 22.2071 6.20709L12.6444 15.7698C12.6246 15.7896 12.605 15.8093 12.5855 15.8288C12.2981 16.1168 12.0446 16.3707 11.7391 16.5579C11.4707 16.7224 11.178 16.8436 10.8719 16.9171C10.5235 17.0007 10.1647 17.0004 9.75781 17C9.73027 17 9.70251 17 9.67452 17H7.99997C7.44769 17 6.99997 16.5523 6.99997 16V14.3255C6.99997 14.2975 6.99995 14.2697 6.99992 14.2422C6.99954 13.8353 6.99921 13.4765 7.08286 13.1281C7.15636 12.822 7.27757 12.5293 7.44206 12.2609C7.62929 11.9554 7.8832 11.7019 8.17119 11.4145C8.19068 11.395 8.21033 11.3754 8.23013 11.3556L17.7929 1.79287ZM20.7929 3.20709C20.355 2.76919 19.645 2.76919 19.2071 3.20709L9.64434 12.7698C9.26478 13.1494 9.19479 13.2285 9.14733 13.3059C9.0925 13.3954 9.0521 13.4929 9.0276 13.595C9.0064 13.6833 8.99997 13.7887 8.99997 14.3255V15H9.67452C10.2113 15 10.3167 14.9936 10.405 14.9724C10.5071 14.9479 10.6046 14.9075 10.6941 14.8526C10.7715 14.8052 10.8506 14.7352 11.2302 14.3556L20.7929 4.79288C21.2308 4.35497 21.2308 3.64499 20.7929 3.20709ZM6.7587 2.99998L12 2.99998V4.99998H6.8C5.94342 4.99998 5.36113 5.00076 4.91104 5.03754C4.47262 5.07335 4.24842 5.13828 4.09202 5.21797C3.7157 5.40972 3.40973 5.71568 3.21799 6.092C3.1383 6.2484 3.07337 6.47261 3.03755 6.91102C3.00078 7.36111 3 7.9434 3 8.79998V17.2C3 18.0566 3.00078 18.6389 3.03755 19.0889C3.07337 19.5274 3.1383 19.7516 3.21799 19.908C3.40973 20.2843 3.7157 20.5902 4.09202 20.782C4.24842 20.8617 4.47262 20.9266 4.91104 20.9624C5.36113 20.9992 5.94342 21 6.8 21H15.2C16.0566 21 16.6389 20.9992 17.089 20.9624C17.5274 20.9266 17.7516 20.8617 17.908 20.782C18.2843 20.5902 18.5903 20.2843 18.782 19.908C18.8617 19.7516 18.9266 19.5274 18.9624 19.0889C18.9992 18.6389 19 18.0566 19 17.2V12H21V17.2413C21 18.0463 21 18.7106 20.9558 19.2518C20.9099 19.8139 20.8113 20.3306 20.564 20.8159C20.1805 21.5686 19.5686 22.1805 18.816 22.564C18.3306 22.8113 17.8139 22.9099 17.2518 22.9558C16.7106 23 16.0463 23 15.2413 23H6.75868C5.95372 23 5.28936 23 4.74817 22.9558C4.18608 22.9099 3.66937 22.8113 3.18404 22.564C2.43139 22.1805 1.81947 21.5686 1.43598 20.8159C1.18868 20.3306 1.09012 19.8139 1.04419 19.2518C0.999977 18.7106 0.999988 18.0463 1 17.2413V8.75868C0.999988 7.95371 0.999977 7.28935 1.04419 6.74816C1.09012 6.18606 1.18868 5.66936 1.43597 5.18402C1.81947 4.43137 2.43139 3.81945 3.18404 3.43596C3.66937 3.18867 4.18608 3.0901 4.74817 3.04418C5.28937 2.99996 5.95373 2.99997 6.7587 2.99998Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M11.4774 1.33636C11.8197 1.24368 12.1805 1.24368 12.5228 1.33636C12.9202 1.44395 13.2548 1.7066 13.5218 1.91624C13.5473 1.93625 13.5721 1.95578 13.5964 1.97465L20.3787 7.24977C20.4048 7.27008 20.4307 7.29019 20.4564 7.31013C20.833 7.60241 21.1648 7.85991 21.4121 8.19421C21.6291 8.48759 21.7907 8.8181 21.8891 9.1695C22.0012 9.56992 22.0007 9.98993 22.0002 10.4667C22.0002 10.4992 22.0001 10.532 22.0001 10.5651V17.8386C22.0002 18.3657 22.0002 18.8204 21.9696 19.195C21.9373 19.5904 21.866 19.9836 21.6732 20.362C21.3855 20.9264 20.9266 21.3854 20.3621 21.673C19.9837 21.8658 19.5905 21.9371 19.1952 21.9694C18.8206 22 18.3658 22 17.8387 22H15.8001C15.7925 22 15.7848 22 15.777 22C15.6579 22 15.5156 22.0001 15.3903 21.9899C15.2451 21.978 15.0371 21.9475 14.8192 21.8365C14.5369 21.6927 14.3074 21.4632 14.1636 21.181C14.0526 20.963 14.0221 20.755 14.0103 20.6098C14 20.4845 14.0001 20.3422 14.0001 20.2231L14.0001 13.6C14.0001 13.3035 13.9994 13.1412 13.9898 13.0246C13.9895 13.02 13.9891 13.0156 13.9887 13.0114C13.9845 13.011 13.9801 13.0107 13.9755 13.0103C13.8589 13.0008 13.6967 13 13.4001 13H10.6001C10.3036 13 10.1414 13.0008 10.0248 13.0103C10.0201 13.0107 10.0157 13.011 10.0116 13.0114C10.0112 13.0156 10.0108 13.02 10.0104 13.0246C10.0009 13.1412 10.0001 13.3035 10.0001 13.6L10.0001 20.2231C10.0002 20.3422 10.0002 20.4845 9.99001 20.6098C9.97814 20.755 9.9477 20.963 9.83665 21.181C9.69284 21.4632 9.46337 21.6927 9.18113 21.8365C8.96318 21.9475 8.75519 21.978 8.60997 21.9899C8.48465 22.0001 8.3424 22 8.22329 22C8.21547 22 8.20775 22 8.20014 22H6.16157C5.63443 22 5.17968 22 4.80511 21.9694C4.40977 21.9371 4.01655 21.8658 3.63817 21.673C3.07368 21.3854 2.61474 20.9264 2.32712 20.362C2.13433 19.9836 2.06301 19.5904 2.03071 19.195C2.00011 18.8204 2.00012 18.3657 2.00014 17.8385L2.00014 10.5651C2.00014 10.532 2.0001 10.4992 2.00007 10.4667C1.99955 9.98993 1.9991 9.56992 2.11118 9.1695C2.20954 8.8181 2.37119 8.48759 2.58818 8.19421C2.83544 7.85991 3.16725 7.6024 3.54389 7.31012C3.56958 7.29018 3.59549 7.27007 3.62159 7.24977L10.4039 1.97465C10.4282 1.95578 10.453 1.93625 10.4785 1.91623C10.7455 1.7066 11.0801 1.44395 11.4774 1.33636ZM11.9928 3.28153C11.9177 3.33174 11.8187 3.40798 11.6318 3.55335L4.84947 8.82848C4.3514 9.21587 4.25864 9.29901 4.19615 9.3835C4.12382 9.4813 4.06994 9.59147 4.03715 9.7086C4.00883 9.8098 4.00014 9.93406 4.00014 10.5651V17.8C4.00014 18.3765 4.00092 18.7488 4.02407 19.0321C4.04626 19.3038 4.08394 19.4045 4.10913 19.454C4.20501 19.6421 4.35799 19.7951 4.54615 19.891C4.59559 19.9162 4.69631 19.9539 4.96798 19.9761C5.25131 19.9992 5.62359 20 6.20014 20H8.00014L8.00014 13.5681C8.00011 13.3157 8.00008 13.0699 8.01709 12.8618C8.03576 12.6332 8.07983 12.3634 8.21813 12.092C8.40987 11.7157 8.71583 11.4097 9.09216 11.218C9.36358 11.0797 9.63332 11.0356 9.86191 11.0169C10.0701 10.9999 10.3159 11 10.5683 11H13.432C13.6844 11 13.9302 10.9999 14.1384 11.0169C14.367 11.0356 14.6367 11.0797 14.9081 11.218C15.2844 11.4097 15.5904 11.7157 15.7822 12.092C15.9204 12.3634 15.9645 12.6332 15.9832 12.8618C16.0002 13.0699 16.0002 13.3157 16.0001 13.5681L16.0001 20H17.8001C18.3767 20 18.749 19.9992 19.0323 19.9761C19.304 19.9539 19.4047 19.9162 19.4541 19.891C19.6423 19.7951 19.7953 19.6421 19.8911 19.454C19.9163 19.4045 19.954 19.3038 19.9762 19.0321C19.9994 18.7488 20.0001 18.3765 20.0001 17.8V10.5651C20.0001 9.93406 19.9915 9.8098 19.9631 9.7086C19.9303 9.59146 19.8765 9.4813 19.8041 9.3835C19.7416 9.29901 19.6489 9.21587 19.1508 8.82848L12.3685 3.55335C12.1816 3.40798 12.0826 3.33174 12.0074 3.28153C12.0049 3.27983 12.0025 3.27822 12.0001 3.27669C11.9978 3.27822 11.9954 3.27983 11.9928 3.28153Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -1,5 +1,5 @@
1
1
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M14.4399 4.53675L15.0999 6.53675C15.3982 7.46244 16.2574 8.09174 17.2299 8.09675H19.3099C20.2854 8.09056 21.1528 8.7164 21.4544 9.64412C21.756 10.5718 21.4226 11.5881 20.6299 12.1568L18.9199 13.3968C18.1328 13.9682 17.802 14.9808 18.0999 15.9068L18.7599 17.9068C19.0864 18.8359 18.7677 19.8692 17.9746 20.4531C17.1816 21.037 16.1002 21.0344 15.3099 20.4468L13.6299 19.1968C12.8424 18.6262 11.7775 18.6262 10.9899 19.1968L9.30993 20.4468C8.52407 21.0219 7.45662 21.0235 6.66913 20.4505C5.88163 19.8776 5.55454 18.8615 5.85993 17.9368L6.51993 15.9368C6.81789 15.0108 6.48709 13.9982 5.69993 13.4268L3.94993 12.1668C3.14123 11.5969 2.80211 10.5641 3.11564 9.62575C3.42918 8.68745 4.32111 8.06595 5.30993 8.09675H7.38993C8.35713 8.09459 9.21473 7.47454 9.51993 6.55675L10.1799 4.55675C10.4758 3.63296 11.3327 3.00458 12.3027 3.00002C13.2727 2.99547 14.1354 3.61578 14.4399 4.53675Z"
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M11.3545 1.77493C11.7628 1.58023 12.2372 1.58023 12.6456 1.77493C12.9986 1.94325 13.1932 2.23549 13.2914 2.39581C13.3929 2.56155 13.497 2.77269 13.5986 2.97848C13.6037 2.98899 13.6089 2.99948 13.6141 3.00996L15.7543 7.34575L20.5763 8.05055C20.8033 8.08369 21.0362 8.11768 21.2252 8.16311C21.4079 8.20706 21.7458 8.30211 22.0147 8.58595C22.3258 8.91431 22.4721 9.36553 22.4129 9.81397C22.3617 10.2016 22.1439 10.4768 22.0217 10.6197C21.8954 10.7673 21.7267 10.9315 21.5624 11.0915L18.0745 14.4886L18.8975 19.2869C18.9364 19.5131 18.9762 19.7452 18.9916 19.939C19.0064 20.1264 19.0207 20.4773 18.834 20.8211C18.6181 21.2187 18.2342 21.4975 17.7893 21.58C17.4047 21.6513 17.0755 21.5292 16.9018 21.4571C16.7223 21.3826 16.5138 21.273 16.3107 21.1661L12 18.8991L7.68936 21.1661C7.4862 21.273 7.27778 21.3826 7.09823 21.4571C6.9246 21.5292 6.59531 21.6513 6.21071 21.58C5.76584 21.4975 5.38196 21.2187 5.16601 20.8211C4.97931 20.4773 4.99365 20.1264 5.00849 19.939C5.02383 19.7453 5.06369 19.5131 5.10254 19.2869L5.9255 14.4886L2.46283 11.116C2.45448 11.1079 2.4461 11.0997 2.43771 11.0915C2.27335 10.9315 2.10469 10.7673 1.97838 10.6197C1.85618 10.4768 1.63833 10.2016 1.58714 9.81397C1.52792 9.36553 1.67422 8.91432 1.98531 8.58595C2.25423 8.30211 2.59214 8.20706 2.7749 8.16311C2.96382 8.11768 3.19673 8.08369 3.42372 8.05055C3.43531 8.04886 3.44688 8.04717 3.45842 8.04549L8.24576 7.34575L10.386 3.00996C10.3911 2.99948 10.3963 2.98899 10.4015 2.97848C10.503 2.77269 10.6072 2.56155 10.7087 2.39581C10.8068 2.23549 11.0014 1.94325 11.3545 1.77493Z"
4
4
  fill="currentColor" />
5
5
  </svg>