@sensoro-design/icons-svg 2.63.0 → 2.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/asn/AssetsFilled.d.ts +3 -0
- package/es/asn/AssetsFilled.js +20 -0
- package/es/asn/AssetsOutlined.d.ts +3 -0
- package/es/asn/AssetsOutlined.js +20 -0
- package/es/asn/FlipHorizontalOutlined.d.ts +3 -0
- package/es/asn/FlipHorizontalOutlined.js +20 -0
- package/es/asn/HashrateFilled.d.ts +3 -0
- package/es/asn/HashrateFilled.js +20 -0
- package/es/asn/HashrateOutlined.d.ts +3 -0
- package/es/asn/HashrateOutlined.js +20 -0
- package/es/asn/NextOutlined.d.ts +3 -0
- package/es/asn/NextOutlined.js +20 -0
- package/es/asn/PreviousOutlined.d.ts +3 -0
- package/es/asn/PreviousOutlined.js +20 -0
- package/es/asn/ReasoningFilled.d.ts +3 -0
- package/es/asn/ReasoningFilled.js +20 -0
- package/es/asn/ReasoningOutlined.d.ts +3 -0
- package/es/asn/ReasoningOutlined.js +20 -0
- package/es/asn/SmileOutlined.js +1 -1
- package/es/asn/SpecialGroupsFilled.d.ts +3 -0
- package/es/asn/SpecialGroupsFilled.js +20 -0
- package/es/index.d.ts +10 -0
- package/es/index.js +10 -0
- package/inline-namespaced-svg/filled/assets.svg +1 -0
- package/inline-namespaced-svg/filled/hashrate.svg +1 -0
- package/inline-namespaced-svg/filled/reasoning.svg +1 -0
- package/inline-namespaced-svg/filled/special-groups.svg +1 -0
- package/inline-namespaced-svg/outlined/assets.svg +1 -0
- package/inline-namespaced-svg/outlined/flip-horizontal.svg +1 -0
- package/inline-namespaced-svg/outlined/hashrate.svg +1 -0
- package/inline-namespaced-svg/outlined/next.svg +1 -0
- package/inline-namespaced-svg/outlined/previous.svg +1 -0
- package/inline-namespaced-svg/outlined/reasoning.svg +1 -0
- package/inline-namespaced-svg/outlined/smile.svg +1 -1
- package/inline-svg/filled/assets.svg +1 -0
- package/inline-svg/filled/hashrate.svg +1 -0
- package/inline-svg/filled/reasoning.svg +1 -0
- package/inline-svg/filled/special-groups.svg +1 -0
- package/inline-svg/outlined/assets.svg +1 -0
- package/inline-svg/outlined/flip-horizontal.svg +1 -0
- package/inline-svg/outlined/hashrate.svg +1 -0
- package/inline-svg/outlined/next.svg +1 -0
- package/inline-svg/outlined/previous.svg +1 -0
- package/inline-svg/outlined/reasoning.svg +1 -0
- package/inline-svg/outlined/smile.svg +1 -1
- package/lib/asn/AssetsFilled.d.ts +3 -0
- package/lib/asn/AssetsFilled.js +41 -0
- package/lib/asn/AssetsOutlined.d.ts +3 -0
- package/lib/asn/AssetsOutlined.js +41 -0
- package/lib/asn/FlipHorizontalOutlined.d.ts +3 -0
- package/lib/asn/FlipHorizontalOutlined.js +41 -0
- package/lib/asn/HashrateFilled.d.ts +3 -0
- package/lib/asn/HashrateFilled.js +41 -0
- package/lib/asn/HashrateOutlined.d.ts +3 -0
- package/lib/asn/HashrateOutlined.js +41 -0
- package/lib/asn/NextOutlined.d.ts +3 -0
- package/lib/asn/NextOutlined.js +41 -0
- package/lib/asn/PreviousOutlined.d.ts +3 -0
- package/lib/asn/PreviousOutlined.js +41 -0
- package/lib/asn/ReasoningFilled.d.ts +3 -0
- package/lib/asn/ReasoningFilled.js +41 -0
- package/lib/asn/ReasoningOutlined.d.ts +3 -0
- package/lib/asn/ReasoningOutlined.js +41 -0
- package/lib/asn/SmileOutlined.js +1 -1
- package/lib/asn/SpecialGroupsFilled.d.ts +3 -0
- package/lib/asn/SpecialGroupsFilled.js +41 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js +30 -0
- package/package.json +1 -1
- package/src/asn/AssetsFilled.ts +21 -0
- package/src/asn/AssetsOutlined.ts +21 -0
- package/src/asn/FlipHorizontalOutlined.ts +21 -0
- package/src/asn/HashrateFilled.ts +21 -0
- package/src/asn/HashrateOutlined.ts +21 -0
- package/src/asn/NextOutlined.ts +21 -0
- package/src/asn/PreviousOutlined.ts +21 -0
- package/src/asn/ReasoningFilled.ts +21 -0
- package/src/asn/ReasoningOutlined.ts +21 -0
- package/src/asn/SmileOutlined.ts +1 -1
- package/src/asn/SpecialGroupsFilled.ts +21 -0
- package/src/index.ts +10 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/AssetsOutlined.ts
|
|
20
|
+
var AssetsOutlined_exports = {};
|
|
21
|
+
__export(AssetsOutlined_exports, {
|
|
22
|
+
default: () => AssetsOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(AssetsOutlined_exports);
|
|
25
|
+
var AssetsOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M512 64c220.93 0 400 77 400 172.03v551.94C912 883 732.93 960 512 960s-400-77-400-172.03V233.15a75.52 75.52 0 0 1 .38-4.86l.07-.77a76.16 76.16 0 0 1 6.33-23.23 91.4 91.4 0 0 1 9.67-17.28 117.12 117.12 0 0 1 13.57-16.51 155.9 155.9 0 0 1 17.08-15.56 208 208 0 0 1 6.02-4.6l1.47-1.16a231.49 231.49 0 0 1 4.8-3.39l1.54-1.09a251.71 251.71 0 0 1 5.12-3.39l.77-.51.7-.45 1.92-1.28 1.6-.96 1.92-1.15 1.66-1.02 1.92-1.1.84-.5.83-.52a306.88 306.88 0 0 1 5.63-3.2l1.92-1.02.9-.51.96-.51a336.83 336.83 0 0 1 5.76-3.08l2.04-1.02 1.92-.96 2.12-1.02 1.92-.96 2.04-.96 2.12-1.03 2.1-.96 2-.9 1.08-.5 1.15-.52 2.11-.9 2.05-.89a426.88 426.88 0 0 1 4.42-1.92l1.09-.45 1.02-.38 2.3-.96 2.24-.9 1.1-.45 1.08-.44 2.3-.9 2.24-.9 2.3-.83 2.31-.9 2.3-.83 2.37-.9 1.16-.38 1.08-.38 2.56-.9 2.24-.76 1.28-.45 1.22-.45a536.32 536.32 0 0 1 2.37-.77l2.37-.77 2.43-.83 1.28-.38 2.43-.77 1.09-.38 2.81-.84 2.24-.64 2.63-.83 2.56-.77 2.5-.7 2.49-.77 2.69-.7 2.5-.7 2.68-.77 1.22-.32 2.62-.64 1.47-.45 2.37-.64 1.47-.32 2.7-.64 1.14-.32a664.58 664.58 0 0 1 5.5-1.35l2.5-.64 2.95-.64 2.56-.64 2.75-.57 1.47-.32 1.47-.32 2.56-.58 2.88-.57 2.7-.58 1.4-.26 1.4-.25 2.95-.64 2.56-.51 2.95-.52 2.94-.57 2.82-.51 2.75-.52 1.53-.25 1.48-.26 2.56-.45 1.66-.25 1.66-.26 2.3-.38 1.74-.32 3.13-.45 1.35-.26 2.94-.44 1.66-.2 1.6-.25 2.7-.39 3.2-.44 2.8-.39 2.82-.38 3.27-.45 2.56-.32 3.45-.38 3.08-.39 2.88-.32 1.6-.19 3.07-.32 3.2-.32 3-.32 1.29-.13 3.7-.38 2.57-.26 1.66-.13 3.14-.25 3-.26 1.48-.13 3.26-.25 1.92-.13 3.01-.26 3.2-.19 3.2-.19 3.2-.26 1.92-.06a910.72 910.72 0 0 1 6.4-.38l2.5-.13 1.66-.07 1.66-.06a922.3 922.3 0 0 1 7.88-.32l3.58-.13 3.33-.13h1.28l3-.12h1.73l3.78-.07A942.6 942.6 0 0 1 512 64zm0 712c-138.24 0-260.16-30.14-332.03-76.03v88.06c0 1.28.38 2.88 1.4 5.06l.13.38a53.76 53.76 0 0 0 10.44 13.83c13.24 13.44 35.2 27.39 64.06 39.87 65.54 28.16 157.25 44.8 256 44.8s190.46-16.64 256-44.8c28.93-12.48 50.82-26.37 64.06-39.87a53.76 53.76 0 0 0 10.44-13.83 12.67 12.67 0 0 0 1.53-5.44v-88.06C772.16 745.86 650.3 776 512 776zm264-24a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM512 592c-138.24 0-260.16-30.14-332.03-76.03V628.1l3.39 3.58c14.53 14.72 37.63 29.44 67.9 42.5C318.4 702.98 411.71 720 512 720c100.29 0 193.6-16.96 260.74-45.82 30.27-13 53.37-27.78 67.9-42.5l3.4-3.58V515.97C772.15 561.86 650.23 592 512 592zm264-20.03a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-264-163.9c-138.24 0-260.16-30.15-332.03-76.04v112.13l3.39 3.58c14.53 14.72 37.63 29.44 67.9 42.5 67.14 28.8 160.45 45.82 260.74 45.82 100.29 0 193.6-16.96 260.74-45.82 30.27-13 53.37-27.78 67.9-42.5l3.4-3.58v-112.2C772.15 377.87 650.23 408 512 408zm264-16a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-264-260.1a874.05 874.05 0 0 0-20.93.25l-2.5.07-2.23.06h-1.22l-6.78.32-2.37.07-1.99.06-3 .2-2.7.12h-1.6l-3 .2-1.09.06-2.94.19-2.95.19-3.39.26-2.17.12-2.82.2-2.94.25-3.72.26-1.92.19-2.88.26-2.56.19-3.77.38-3.2.32-2.63.26-2.75.25-2.62.32-1.67.2-2.75.32-3.71.44-2.75.32-3.01.39-2.24.25-3 .45-2.57.32-2.56.39-1.92.25-2.56.39-2.88.44-2.75.45-3.4.51-1.72.32-2.56.39-3.71.64-2.69.51-2.82.45-2.56.51-2.43.45-2.43.45-2.88.57-2.56.51-3.26.64-2.37.52-3.14.64-2.17.5-2.3.52-2.31.51-2.56.64-1.15.26-2.44.57-2.56.64-2.75.64-2.43.64-7.3 1.92-2.36.64-2.37.64-2.3.64a533.31 533.31 0 0 0-4.61 1.28l-2.24.64a597.88 597.88 0 0 0-24.2 7.88l-2.1.76a460.01 460.01 0 0 0-12.42 4.68l-2.63 1.08.64-.25a384.51 384.51 0 0 0-4.1 1.66l-1.85.77-.96.45-2.05.83a349.57 349.57 0 0 0-2.43 1.09l-1.6.7-1.15.51-1.92.9-1.47.64-1.54.77-3.84 1.85-1.22.64-3.84 1.92-1.47.77-1.79.9-1.34.7-.84.51-.83.45-1.53.83-1.6.9-.9.51-1.15.64-1.67.96-2.04 1.28-1.54.9-1.09.64-.64.45c-9.6 6.01-17.6 12.16-23.93 18.36l-.9.84a53.76 53.76 0 0 0-11.2 14.59 13.82 13.82 0 0 0-1.47 4.93v.83c0 1.28.45 2.94 1.47 5.12A53.76 53.76 0 0 0 192 255.36c13.25 13.44 35.2 27.4 64.06 39.87 65.54 28.16 157.25 44.8 256 44.8 98.76 0 190.47-16.64 256-44.8 28.93-12.48 50.82-26.37 64.07-39.87a53.76 53.76 0 0 0 10.43-13.82 12.67 12.67 0 0 0 1.54-5.5 12.67 12.67 0 0 0-1.54-5.45 53.76 53.76 0 0 0-10.43-13.82c-13.25-13.44-35.2-27.4-64.07-39.87-65.53-28.16-157.24-44.8-256-44.8z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "assets",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var AssetsOutlined_default = AssetsOutlined;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/FlipHorizontalOutlined.ts
|
|
20
|
+
var FlipHorizontalOutlined_exports = {};
|
|
21
|
+
__export(FlipHorizontalOutlined_exports, {
|
|
22
|
+
default: () => FlipHorizontalOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(FlipHorizontalOutlined_exports);
|
|
25
|
+
var FlipHorizontalOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M471.49 117a16 16 0 0 1 8.51 14.07v725.76a8 8 0 0 1-8 7.94H90.62a16 16 0 0 1-14.08-23.49L449.8 123.65a16 16 0 0 1 21.63-6.66zM408 355.83 183.8 792.77H408V355.84zm152-240.7a16 16 0 0 1 14.08 8.5l373.44 717.64a16 16 0 0 1-14.14 23.49H552a8 8 0 0 1-8-8V131.2a16 16 0 0 1 16-16zm56 240.7v436.93h224.2L616 355.84z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "flip-horizontal",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var FlipHorizontalOutlined_default = FlipHorizontalOutlined;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/HashrateFilled.ts
|
|
20
|
+
var HashrateFilled_exports = {};
|
|
21
|
+
__export(HashrateFilled_exports, {
|
|
22
|
+
default: () => HashrateFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(HashrateFilled_exports);
|
|
25
|
+
var HashrateFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M572.03 32a411.97 411.97 0 0 1 244.1 743.94L829.5 957.7a32 32 0 0 1-32 34.3h-571a32 32 0 0 1-31.94-34.37l17.22-233.4-170.44-56.84a48 48 0 0 1-15.3-8.38l-.57-.51a48 48 0 0 1-5.63-67.65l140.67-166.21A412.03 412.03 0 0 1 571.97 32zm-83.71 240h-28.16a16 16 0 0 0-15.04 10.56l-137.28 377.4a8 8 0 0 0 7.49 10.7h41.15a16 16 0 0 0 15.17-10.82l26.88-78.34h151.23l27.14 78.4a16.09 16.09 0 0 0 15.16 10.76h40.9a8 8 0 0 0 7.49-10.7l-137.09-377.4A16 16 0 0 0 488.32 272zm251.2 0H695.1a8 8 0 0 0-8 8v382.72a7.99 7.99 0 0 0 8 7.94h44.42a8 8 0 0 0 8-8V280a8 8 0 0 0-8-8zm-264.64 81.73 57.73 174.2H416.13l57.66-174.2h1.09z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "hashrate",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var HashrateFilled_default = HashrateFilled;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/HashrateOutlined.ts
|
|
20
|
+
var HashrateOutlined_exports = {};
|
|
21
|
+
__export(HashrateOutlined_exports, {
|
|
22
|
+
default: () => HashrateOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(HashrateOutlined_exports);
|
|
25
|
+
var HashrateOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M572.03 32a411.97 411.97 0 0 1 244.1 743.94L829.5 957.7a32 32 0 0 1-32 34.3h-587a32 32 0 0 1-31.94-34.37l17.6-238.59-132.42-44.16a64 64 0 0 1-20.48-11.33l-.64-.51a64 64 0 0 1-7.48-90.24L160.5 424.64A412.03 412.03 0 0 1 571.97 32zm0 76.03A336 336 0 0 0 236.3 428.16l-1.15 25.86-130.7 154.36 171.72 57.22-18.43 250.37h492.41l-12.99-176.32 33.8-24.96A336 336 0 0 0 571.9 107.97zm-67.71 139.9a16 16 0 0 1 15.04 10.57l137.15 377.4a8 8 0 0 1-7.49 10.7H608a16 16 0 0 1-15.1-10.76l-27.14-78.4H414.59l-26.88 78.34a16 16 0 0 1-15.17 10.88H331.4a8 8 0 0 1-7.49-10.76l137.22-377.34A16 16 0 0 1 476.16 248h28.16zm251.2 0a8 8 0 0 1 8 8v382.73a8 8 0 0 1-8 7.93H711.1a8 8 0 0 1-8-8V256a8 8 0 0 1 8-8h44.42zm-264.64 81.8h-1.09l-57.66 174.2H548.6l-57.73-174.2z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "hashrate",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var HashrateOutlined_default = HashrateOutlined;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/NextOutlined.ts
|
|
20
|
+
var NextOutlined_exports = {};
|
|
21
|
+
__export(NextOutlined_exports, {
|
|
22
|
+
default: () => NextOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(NextOutlined_exports);
|
|
25
|
+
var NextOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M257.98 210.94V813c0 18.11 21 28.16 35.2 16.96l383.24-300.99a21.5 21.5 0 0 0 0-33.92l-383.3-301a21.76 21.76 0 0 0-35.2 16.9zm76.1 111.81L574.98 512 334.02 701.25v-378.5zm360 541.25h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "next",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var NextOutlined_default = NextOutlined;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/PreviousOutlined.ts
|
|
20
|
+
var PreviousOutlined_exports = {};
|
|
21
|
+
__export(PreviousOutlined_exports, {
|
|
22
|
+
default: () => PreviousOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(PreviousOutlined_exports);
|
|
25
|
+
var PreviousOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M766.02 210.94V813a21.76 21.76 0 0 1-35.2 16.96l-383.3-300.99a21.5 21.5 0 0 1 0-33.92l383.23-301a21.76 21.76 0 0 1 35.2 16.9zm-76.1 111.81L449.02 512l240.96 189.25v-378.5zM329.98 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64c4.48 0 8 3.58 8 8v688a8 8 0 0 1-8 8z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "previous",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var PreviousOutlined_default = PreviousOutlined;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/ReasoningFilled.ts
|
|
20
|
+
var ReasoningFilled_exports = {};
|
|
21
|
+
__export(ReasoningFilled_exports, {
|
|
22
|
+
default: () => ReasoningFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ReasoningFilled_exports);
|
|
25
|
+
var ReasoningFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M227.4 529.98a16 16 0 0 1 13.05 6.79l82.75 117.31h143.62a71.98 71.98 0 0 1 59.96-33.98H528a72 72 0 1 1-61.18 109.95h-89.86l50.82 72h279.8a128 128 0 1 1 5 76.03H396.6a16 16 0 0 1-13.06-6.78l-99.71-141.25H72a8 8 0 0 1-8-7.68v-60.42c0-4.48 3.58-8 8-8h158.2l-33.91-48H72a8 8 0 0 1-8-7.93v-60.04a8 8 0 0 1 8-8h155.4zM608 318.08A128 128 0 1 1 485.76 484.1H72a8 8 0 0 1-8-8.07V416a8 8 0 0 1 8-8h413.76A128 128 0 0 1 608 318.02zM788.03 32a100.03 100.03 0 1 1-90.81 142.02H495.74l-181.3 181.3A16 16 0 0 1 303.1 360H72a8 8 0 0 1-8-8v-60.03a8 8 0 0 1 8-8h206.27l181.25-181.31a16 16 0 0 1 11.33-4.68h223.04A100.03 100.03 0 0 1 788.03 32z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "reasoning",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var ReasoningFilled_default = ReasoningFilled;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/ReasoningOutlined.ts
|
|
20
|
+
var ReasoningOutlined_exports = {};
|
|
21
|
+
__export(ReasoningOutlined_exports, {
|
|
22
|
+
default: () => ReasoningOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ReasoningOutlined_exports);
|
|
25
|
+
var ReasoningOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M227.4 529.98a16 16 0 0 1 13.05 6.79l82.75 117.31h143.62a71.98 71.98 0 0 1 59.96-33.98H528a72 72 0 1 1-61.18 109.95h-89.86l50.82 72h279.8a128 128 0 1 1 5 76.03H396.6a16 16 0 0 1-13.06-6.78l-99.71-141.25H72a8 8 0 0 1-8-7.68v-60.42c0-4.48 3.58-8 8-8h158.2l-33.91-48H72a8 8 0 0 1-8-7.93v-60.04a8 8 0 0 1 8-8h155.4zM832 776a56 56 0 1 0 0 112 56 56 0 0 0 0-112zM608 318.02a128 128 0 1 1-122.24 166.01H72a8 8 0 0 1-8-8V416a8 8 0 0 1 8-8h413.76A128 128 0 0 1 608 318.02zm0 72a56 56 0 1 0 0 112 56 56 0 0 0 0-112zM788.03 32a100.03 100.03 0 1 1-90.81 142.02H495.74l-181.3 181.3A16 16 0 0 1 303.1 360H72a8 8 0 0 1-8-8v-60.03a8 8 0 0 1 8-8h206.27l181.25-181.31a16 16 0 0 1 11.33-4.68h223.04A100.03 100.03 0 0 1 788.03 32z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "reasoning",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var ReasoningOutlined_default = ReasoningOutlined;
|
package/lib/asn/SmileOutlined.js
CHANGED
|
@@ -30,7 +30,7 @@ var SmileOutlined = {
|
|
|
30
30
|
{
|
|
31
31
|
tag: "path",
|
|
32
32
|
attrs: {
|
|
33
|
-
d: "
|
|
33
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 76.03a371.97 371.97 0 1 0 0 743.94 371.97 371.97 0 0 0 0-743.94zm145.73 435.59 53.18 23.3a6.85 6.85 0 0 1 3.52 9.02l-.06.19a224 224 0 0 1-403.78 2.05l-1.09-2.3a6.53 6.53 0 0 1 3.08-8.65l.19-.13 52.8-23.04a8 8 0 0 1 10.37 3.72l.12.32a152 152 0 0 0 271.62.44l.77-1.53a7.1 7.1 0 0 1 9.28-3.4zM363.97 360a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120zm296 0a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120z"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
]
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/SpecialGroupsFilled.ts
|
|
20
|
+
var SpecialGroupsFilled_exports = {};
|
|
21
|
+
__export(SpecialGroupsFilled_exports, {
|
|
22
|
+
default: () => SpecialGroupsFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(SpecialGroupsFilled_exports);
|
|
25
|
+
var SpecialGroupsFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M544 124.03c247.42 0 448 173.7 448 387.97 0 214.27-200.58 388.03-448 388.03-100.93 0-194.11-28.93-269-77.76L50.63 882.43a8 8 0 0 1-8.96-11.77l104.26-180.48A345.4 345.4 0 0 1 96 512c0-214.27 200.58-388.03 448-388.03zM736 368H352a144 144 0 1 0 137.47 186.56l.2-.77a56.2 56.2 0 0 1 54.4-41.79h.7a56.07 56.07 0 0 1 53.31 41.09l.26.7A144 144 0 1 0 736 368zm-368 40a88 88 0 1 1 0 176 88 88 0 0 1 0-176zm352 0a88 88 0 1 1 0 176 88 88 0 0 1 0-176z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "special-groups",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var SpecialGroupsFilled_default = SpecialGroupsFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -57,6 +57,8 @@ export { default as ArrowTextEndOutlined } from './asn/ArrowTextEndOutlined';
|
|
|
57
57
|
export { default as ArrowTextStartOutlined } from './asn/ArrowTextStartOutlined';
|
|
58
58
|
export { default as ArrowUpOutlined } from './asn/ArrowUpOutlined';
|
|
59
59
|
export { default as AskLeavePurely } from './asn/AskLeavePurely';
|
|
60
|
+
export { default as AssetsFilled } from './asn/AssetsFilled';
|
|
61
|
+
export { default as AssetsOutlined } from './asn/AssetsOutlined';
|
|
60
62
|
export { default as AtlasFilled } from './asn/AtlasFilled';
|
|
61
63
|
export { default as AtlasOutlined } from './asn/AtlasOutlined';
|
|
62
64
|
export { default as AtlasPurely } from './asn/AtlasPurely';
|
|
@@ -349,6 +351,7 @@ export { default as FiremenFilled } from './asn/FiremenFilled';
|
|
|
349
351
|
export { default as FiremenOutlined } from './asn/FiremenOutlined';
|
|
350
352
|
export { default as FireworksFilled } from './asn/FireworksFilled';
|
|
351
353
|
export { default as FlashlightOutlined } from './asn/FlashlightOutlined';
|
|
354
|
+
export { default as FlipHorizontalOutlined } from './asn/FlipHorizontalOutlined';
|
|
352
355
|
export { default as FloorFilled } from './asn/FloorFilled';
|
|
353
356
|
export { default as FloorOutlined } from './asn/FloorOutlined';
|
|
354
357
|
export { default as FocusOneKeyOutlined } from './asn/FocusOneKeyOutlined';
|
|
@@ -415,6 +418,8 @@ export { default as HailOutlined } from './asn/HailOutlined';
|
|
|
415
418
|
export { default as HandcuffsOutlined } from './asn/HandcuffsOutlined';
|
|
416
419
|
export { default as HashrateCenterFilled } from './asn/HashrateCenterFilled';
|
|
417
420
|
export { default as HashrateCenterOutlined } from './asn/HashrateCenterOutlined';
|
|
421
|
+
export { default as HashrateFilled } from './asn/HashrateFilled';
|
|
422
|
+
export { default as HashrateOutlined } from './asn/HashrateOutlined';
|
|
418
423
|
export { default as HazeOutlined } from './asn/HazeOutlined';
|
|
419
424
|
export { default as HealthMonitoringPurely } from './asn/HealthMonitoringPurely';
|
|
420
425
|
export { default as HeartFilled } from './asn/HeartFilled';
|
|
@@ -597,6 +602,7 @@ export { default as MultiplePicturesFilled } from './asn/MultiplePicturesFilled'
|
|
|
597
602
|
export { default as MunicipalFilled } from './asn/MunicipalFilled';
|
|
598
603
|
export { default as MuteOutlined } from './asn/MuteOutlined';
|
|
599
604
|
export { default as NaturalGasOutlined } from './asn/NaturalGasOutlined';
|
|
605
|
+
export { default as NextOutlined } from './asn/NextOutlined';
|
|
600
606
|
export { default as Nh3Outlined } from './asn/Nh3Outlined';
|
|
601
607
|
export { default as NoAlarmPurely } from './asn/NoAlarmPurely';
|
|
602
608
|
export { default as NoAppPurely } from './asn/NoAppPurely';
|
|
@@ -703,6 +709,7 @@ export { default as PowerPerceptionFilled } from './asn/PowerPerceptionFilled';
|
|
|
703
709
|
export { default as PowerUpsFilled } from './asn/PowerUpsFilled';
|
|
704
710
|
export { default as PowerUpsOutlined } from './asn/PowerUpsOutlined';
|
|
705
711
|
export { default as PoweroffOutlined } from './asn/PoweroffOutlined';
|
|
712
|
+
export { default as PreviousOutlined } from './asn/PreviousOutlined';
|
|
706
713
|
export { default as PrinterOutlined } from './asn/PrinterOutlined';
|
|
707
714
|
export { default as ProfileFilled } from './asn/ProfileFilled';
|
|
708
715
|
export { default as ProfileOutlined } from './asn/ProfileOutlined';
|
|
@@ -720,6 +727,8 @@ export { default as RadioReceiverOutlined } from './asn/RadioReceiverOutlined';
|
|
|
720
727
|
export { default as RailwayStationFilled } from './asn/RailwayStationFilled';
|
|
721
728
|
export { default as RainfallOutlined } from './asn/RainfallOutlined';
|
|
722
729
|
export { default as RainstormOutlined } from './asn/RainstormOutlined';
|
|
730
|
+
export { default as ReasoningFilled } from './asn/ReasoningFilled';
|
|
731
|
+
export { default as ReasoningOutlined } from './asn/ReasoningOutlined';
|
|
723
732
|
export { default as RecreationFilled } from './asn/RecreationFilled';
|
|
724
733
|
export { default as RecreationOutlined } from './asn/RecreationOutlined';
|
|
725
734
|
export { default as RedoOutlined } from './asn/RedoOutlined';
|
|
@@ -840,6 +849,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
|
|
|
840
849
|
export { default as SortOutlined } from './asn/SortOutlined';
|
|
841
850
|
export { default as SoundOutlined } from './asn/SoundOutlined';
|
|
842
851
|
export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
|
|
852
|
+
export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
|
|
843
853
|
export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
|
|
844
854
|
export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
|
|
845
855
|
export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
|