@sensoro-design/icons-svg 2.77.0 → 2.79.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/AudibleAlarmHostFilled.d.ts +3 -0
- package/es/asn/AudibleAlarmHostFilled.js +20 -0
- package/es/asn/BarcodeOutlined.d.ts +3 -0
- package/es/asn/BarcodeOutlined.js +20 -0
- package/es/asn/CarForeignOutlined.d.ts +3 -0
- package/es/asn/CarForeignOutlined.js +20 -0
- package/es/asn/FullFrameAnalysisOutlined.d.ts +3 -0
- package/es/asn/FullFrameAnalysisOutlined.js +20 -0
- package/es/asn/GasMonitoringOutlined.d.ts +3 -0
- package/es/asn/GasMonitoringOutlined.js +20 -0
- package/es/asn/ImageSearchOutlined.d.ts +3 -0
- package/es/asn/ImageSearchOutlined.js +20 -0
- package/es/asn/PowerPerceptionOutlined.d.ts +3 -0
- package/es/asn/PowerPerceptionOutlined.js +20 -0
- package/es/asn/RelevanceOutlined.d.ts +3 -0
- package/es/asn/RelevanceOutlined.js +20 -0
- package/es/asn/UserForeignOutlined.d.ts +3 -0
- package/es/asn/UserForeignOutlined.js +20 -0
- package/es/asn/UserVipOutlined.d.ts +3 -0
- package/es/asn/UserVipOutlined.js +20 -0
- package/es/index.d.ts +10 -0
- package/es/index.js +10 -0
- package/inline-namespaced-svg/filled/audible-alarm-host.svg +1 -0
- package/inline-namespaced-svg/outlined/barcode.svg +1 -0
- package/inline-namespaced-svg/outlined/car-foreign.svg +1 -0
- package/inline-namespaced-svg/outlined/full-frame-analysis.svg +1 -0
- package/inline-namespaced-svg/outlined/gas-monitoring.svg +1 -0
- package/inline-namespaced-svg/outlined/image-search.svg +1 -0
- package/inline-namespaced-svg/outlined/power-perception.svg +1 -0
- package/inline-namespaced-svg/outlined/relevance.svg +1 -0
- package/inline-namespaced-svg/outlined/user-foreign.svg +1 -0
- package/inline-namespaced-svg/outlined/user-vip.svg +1 -0
- package/inline-svg/filled/audible-alarm-host.svg +1 -0
- package/inline-svg/outlined/barcode.svg +1 -0
- package/inline-svg/outlined/car-foreign.svg +1 -0
- package/inline-svg/outlined/full-frame-analysis.svg +1 -0
- package/inline-svg/outlined/gas-monitoring.svg +1 -0
- package/inline-svg/outlined/image-search.svg +1 -0
- package/inline-svg/outlined/power-perception.svg +1 -0
- package/inline-svg/outlined/relevance.svg +1 -0
- package/inline-svg/outlined/user-foreign.svg +1 -0
- package/inline-svg/outlined/user-vip.svg +1 -0
- package/lib/asn/AudibleAlarmHostFilled.d.ts +3 -0
- package/lib/asn/AudibleAlarmHostFilled.js +41 -0
- package/lib/asn/BarcodeOutlined.d.ts +3 -0
- package/lib/asn/BarcodeOutlined.js +41 -0
- package/lib/asn/CarForeignOutlined.d.ts +3 -0
- package/lib/asn/CarForeignOutlined.js +41 -0
- package/lib/asn/FullFrameAnalysisOutlined.d.ts +3 -0
- package/lib/asn/FullFrameAnalysisOutlined.js +41 -0
- package/lib/asn/GasMonitoringOutlined.d.ts +3 -0
- package/lib/asn/GasMonitoringOutlined.js +41 -0
- package/lib/asn/ImageSearchOutlined.d.ts +3 -0
- package/lib/asn/ImageSearchOutlined.js +41 -0
- package/lib/asn/PowerPerceptionOutlined.d.ts +3 -0
- package/lib/asn/PowerPerceptionOutlined.js +41 -0
- package/lib/asn/RelevanceOutlined.d.ts +3 -0
- package/lib/asn/RelevanceOutlined.js +41 -0
- package/lib/asn/UserForeignOutlined.d.ts +3 -0
- package/lib/asn/UserForeignOutlined.js +41 -0
- package/lib/asn/UserVipOutlined.d.ts +3 -0
- package/lib/asn/UserVipOutlined.js +41 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js +30 -0
- package/package.json +1 -1
- package/src/asn/AudibleAlarmHostFilled.ts +21 -0
- package/src/asn/BarcodeOutlined.ts +21 -0
- package/src/asn/CarForeignOutlined.ts +21 -0
- package/src/asn/FullFrameAnalysisOutlined.ts +21 -0
- package/src/asn/GasMonitoringOutlined.ts +21 -0
- package/src/asn/ImageSearchOutlined.ts +21 -0
- package/src/asn/PowerPerceptionOutlined.ts +21 -0
- package/src/asn/RelevanceOutlined.ts +21 -0
- package/src/asn/UserForeignOutlined.ts +21 -0
- package/src/asn/UserVipOutlined.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/BarcodeOutlined.ts
|
|
20
|
+
var BarcodeOutlined_exports = {};
|
|
21
|
+
__export(BarcodeOutlined_exports, {
|
|
22
|
+
default: () => BarcodeOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(BarcodeOutlined_exports);
|
|
25
|
+
var BarcodeOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M72 160h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm328 0h104a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H400a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-128 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm312 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm320 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-192 0h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H712a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "barcode",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var BarcodeOutlined_default = BarcodeOutlined;
|
|
@@ -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/CarForeignOutlined.ts
|
|
20
|
+
var CarForeignOutlined_exports = {};
|
|
21
|
+
__export(CarForeignOutlined_exports, {
|
|
22
|
+
default: () => CarForeignOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(CarForeignOutlined_exports);
|
|
25
|
+
var CarForeignOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M751.64 135.76a16 16 0 0 1 14.59 9.44L870.3 376.66l29.27-29.27a8.02 8.02 0 0 1 11.31 0l39.55 39.6h-.04a8.02 8.02 0 0 1 0 11.35l-42.54 42.53a262.9 262.9 0 0 0-110.81-51.57l-81.57-181.51H308.56l-.04.04-.04-.09-88.96 198.02h419.51a264.64 264.64 0 0 0-89.55 63.91H190.72l-6.7 14.94v257.66h86.96v-64a32 32 0 0 1 32-32h177.19l-.02 1.73c0 18.6 1.92 36.74 5.58 54.25H326.96v39.94h170.49a263.7 263.7 0 0 0 41.61 72.06H231.94v41.98a32 32 0 0 1-32 32H143.9c-17.66 0-32-14.29-32-32V472.69a16 16 0 0 1 1.41-6.56l8.66-19.27-48.5-48.51a7.98 7.98 0 0 1 0-11.35l39.54-39.6a7.98 7.98 0 0 1 11.31 0l29.27 29.27L257.77 145.2a16 16 0 0 1 14.59-9.44h479.28zM744.15 432c119.3 0 216 96.7 216 216s-96.7 216-216 216-216-96.7-216-216 96.7-216 216-216zm0 64c-40.6 0-78.8 15.8-107.5 44.5a151.05 151.05 0 0 0-44.5 107.5c0 40.6 15.8 78.8 44.5 107.5 28.7 28.7 66.9 44.5 107.5 44.5 40.6 0 78.8-15.8 107.5-44.5 28.7-28.7 44.5-66.9 44.5-107.5 0-40.6-15.8-78.8-44.5-107.5a151.05 151.05 0 0 0-107.5-44.5zm4.2 79.32a8 8 0 0 1 1.65 4.85V620h78.56c4.1 0 7.44 3.58 7.44 8v40c0 4.42-3.33 8-7.44 8H750v39.83a8 8 0 0 1-12.85 6.35l-88.82-67.82a8 8 0 0 1-1.5-11.22l1.5-1.5 88.82-67.82a8 8 0 0 1 11.2 1.5zm-480.4-69.6a48 48 0 1 1 0 96 48 48 0 0 1 0-96z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "car-foreign",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var CarForeignOutlined_default = CarForeignOutlined;
|
|
@@ -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/FullFrameAnalysisOutlined.ts
|
|
20
|
+
var FullFrameAnalysisOutlined_exports = {};
|
|
21
|
+
__export(FullFrameAnalysisOutlined_exports, {
|
|
22
|
+
default: () => FullFrameAnalysisOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(FullFrameAnalysisOutlined_exports);
|
|
25
|
+
var FullFrameAnalysisOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M880 112a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H848V328H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H880zm-452.03 0c4.48 0 8 3.58 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H176v368h252.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h284.03zm104 0a8.02 8.02 0 0 1 8.06 8v784a8 8 0 0 1-8.06 8H491a8 8 0 0 1-8-8V120a8 8 0 0 1 8-8h40.96zM352 760h-64v88h64v-88zm384 0h-64v88h64v-88zm-496 0h-64v88h64v-88zm608 0h-64v88h64v-88zM240 176h-64v88h64v-88zm496 0h-64v88h64v-88zm112 0h-64v88h64v-88zm-496 0h-64v88h64v-88z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "full-frame-analysis",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var FullFrameAnalysisOutlined_default = FullFrameAnalysisOutlined;
|
|
@@ -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/GasMonitoringOutlined.ts
|
|
20
|
+
var GasMonitoringOutlined_exports = {};
|
|
21
|
+
__export(GasMonitoringOutlined_exports, {
|
|
22
|
+
default: () => GasMonitoringOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(GasMonitoringOutlined_exports);
|
|
25
|
+
var GasMonitoringOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M328.94 64a16 16 0 0 1 16 16v80H808a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H216a32 32 0 0 1-32-32V192a32 32 0 0 1 32-32h39.94V80a16 16 0 0 1 16-16h57zM772 233H256v656h516V233zM452 757a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm120 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM374.8 302.3a6.83 6.83 0 0 1 11.46 7.05l-.48 1.21-.37.96-.05.17c-20.52 67.19 1.6 140.05 20.68 180.82 19.82 42.34 34.95 136.62-27.17 193.13-.53.48-1.07.97-1.62 1.44l-.18.16a5.7 5.7 0 0 1-8.75-6.84l.36-.78.05-.12c22.29-62.1-.1-146.42-19.56-187-19.1-39.85-19.3-139.43 25.62-190.2zm131.82 0a6.83 6.83 0 0 1 11.46 7.05l-.48 1.21-.36.96-.06.17c-20.51 67.19 1.6 140.05 20.68 180.82 19.82 42.34 34.96 136.62-27.17 193.13l-1.61 1.44-.19.16a5.7 5.7 0 0 1-8.75-6.84l.36-.78.05-.12c22.3-62.1-.1-146.42-19.55-187-19.1-39.85-19.3-139.43 25.62-190.2zm131.82 0a6.83 6.83 0 0 1 11.46 7.05l-.47 1.21-.37.96-.05.17c-20.52 67.19 1.6 140.05 20.68 180.82 19.82 42.34 34.95 136.62-27.17 193.13l-1.62 1.44-.19.16a5.7 5.7 0 0 1-8.75-6.84l.36-.78.05-.12c22.3-62.1-.1-146.42-19.55-187-19.1-39.85-19.3-139.43 25.62-190.2z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "gas-monitoring",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var GasMonitoringOutlined_default = GasMonitoringOutlined;
|
|
@@ -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/ImageSearchOutlined.ts
|
|
20
|
+
var ImageSearchOutlined_exports = {};
|
|
21
|
+
__export(ImageSearchOutlined_exports, {
|
|
22
|
+
default: () => ImageSearchOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ImageSearchOutlined_exports);
|
|
25
|
+
var ImageSearchOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M751.23 480a190.72 190.72 0 0 1 155.59 301.06l74.88 74.88a8 8 0 0 1 0 11.26l-33.92 33.92a8 8 0 0 1-11.4 0l-74.81-74.82A190.72 190.72 0 1 1 751.23 480zM880 136a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v334.72l89.6-117.06a8 8 0 0 1 12.8 0l148.16 193.6 208-271.61a8 8 0 0 1 12.74 0l72.83 95.17a238.72 238.72 0 0 0-59.2 27.9l-19.97-26.11-208 271.61a8 8 0 0 1-12.8 0l-148.1-193.6-96 125.32V768h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zM656 587.2a126.72 126.72 0 1 0 190.53 167.04A126.72 126.72 0 0 0 656 587.2zM283.97 248a84.03 84.03 0 1 1 0 168 84.03 84.03 0 0 1 0-168zm0 56a27.97 27.97 0 1 0 0 56 27.97 27.97 0 0 0 0-56z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "image-search",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var ImageSearchOutlined_default = ImageSearchOutlined;
|
|
@@ -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/PowerPerceptionOutlined.ts
|
|
20
|
+
var PowerPerceptionOutlined_exports = {};
|
|
21
|
+
__export(PowerPerceptionOutlined_exports, {
|
|
22
|
+
default: () => PowerPerceptionOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(PowerPerceptionOutlined_exports);
|
|
25
|
+
var PowerPerceptionOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M832 68a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V100a32 32 0 0 1 32-32h640zm-36 68H228v760h568V136zM612.9 551.2v.01l-78.93 98.33h80.7a8 8 0 0 1 5.94 13.36L463.37 837.2a8 8 0 0 1-13.76-7.02l23.52-111.56h-67.95a8 8 0 0 1-6.93-12l84.9-147.41A16 16 0 0 1 497 551.2zM532 188.82c120.21 9.92 215.3 108.43 219.83 230.09l.03.85v.5a8.01 8.01 0 0 1-8.25 7.74H552c0-1.62-.1-3.21-.28-4.78l67.6-67.6a8 8 0 0 0 0-11.3l-22.63-22.63a8 8 0 0 0-11.32 0l-66.84 66.84A40.28 40.28 0 0 0 512 388a40 40 0 0 0-40 40H279.76a7.87 7.87 0 0 1-7.63-8.11l.02-.51c4.3-121.88 99.49-220.63 219.85-230.56V252a8 8 0 0 0 8 8h24a8 8 0 0 0 8-8z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "power-perception",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var PowerPerceptionOutlined_default = PowerPerceptionOutlined;
|
|
@@ -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/RelevanceOutlined.ts
|
|
20
|
+
var RelevanceOutlined_exports = {};
|
|
21
|
+
__export(RelevanceOutlined_exports, {
|
|
22
|
+
default: () => RelevanceOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(RelevanceOutlined_exports);
|
|
25
|
+
var RelevanceOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M896 356.03a16 16 0 0 1 16 16V896a16 16 0 0 1-16 16H371.97a16 16 0 0 1-16-16V724.03a7.95 7.95 0 0 1 8-7.93H416c4.48 0 8 3.52 8 7.93V844.1h420.1V423.94H423.94V544a8 8 0 0 1-8 8h-51.9a8 8 0 0 1-8-8V371.97a16 16 0 0 1 15.67-16H896zM128 667.9a16 16 0 0 1-16-16V127.87a16 16 0 0 1 16-16h524.03a16 16 0 0 1 16 16V299.9a8 8 0 0 1-8.06 8H608a8 8 0 0 1-7.94-7.68V179.9H179.9V600h420.04V480c0-4.35 3.39-7.87 7.68-8h52.28a8.02 8.02 0 0 1 8.07 8v172.03a16 16 0 0 1-15.75 16L128 667.84z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "relevance",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var RelevanceOutlined_default = RelevanceOutlined;
|
|
@@ -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/UserForeignOutlined.ts
|
|
20
|
+
var UserForeignOutlined_exports = {};
|
|
21
|
+
__export(UserForeignOutlined_exports, {
|
|
22
|
+
default: () => UserForeignOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(UserForeignOutlined_exports);
|
|
25
|
+
var UserForeignOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M744 456c119.25 0 216 96.75 216 216s-96.75 216-216 216-216-96.75-216-216 96.75-216 216-216zm-297.65 75H450c23.28 0 46.34.93 69.17 2.8a262.32 262.32 0 0 0-30.58 71.71 738.1 738.1 0 0 0-35.18-.85H450a737.18 737.18 0 0 0-311.43 67.64l-2.48 1.18v93.86h361.8A263.8 263.8 0 0 0 541.32 841H70.25a7.75 7.75 0 0 1-7.75-7.5V666.1a62 62 0 0 1 35.4-56.05A811.02 811.02 0 0 1 446.35 531zM744 520c-83.82 0-152 68.18-152 152s68.18 152 152 152 152-68.18 152-152c0-84.25-68.18-152-152-152zm4.36 79.32a8 8 0 0 1 1.64 4.85V644h78.56c4.1 0 7.44 3.58 7.44 8v40c0 4.42-3.33 8-7.44 8H750v39.83a8 8 0 0 1-12.85 6.35l-88.82-67.82a8 8 0 0 1-1.5-11.22l1.5-1.5 88.82-67.82a8 8 0 0 1 11.2 1.5zM450 135.75A166.62 166.62 0 1 1 450 469c-92.02 0-166.63-74.6-166.63-166.63 0-92.02 74.6-166.62 166.63-166.62zm0 73.66a93 93 0 1 0 0 186 93 93 0 0 0 0-186z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "user-foreign",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var UserForeignOutlined_default = UserForeignOutlined;
|
|
@@ -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/UserVipOutlined.ts
|
|
20
|
+
var UserVipOutlined_exports = {};
|
|
21
|
+
__export(UserVipOutlined_exports, {
|
|
22
|
+
default: () => UserVipOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(UserVipOutlined_exports);
|
|
25
|
+
var UserVipOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M744.15 456c119.3 0 216 96.7 216 216s-96.7 216-216 216-216-96.7-216-216 96.7-216 216-216zm-297.8 75H450c23.28 0 46.34.93 69.17 2.8a262.32 262.32 0 0 0-30.58 71.71 738.1 738.1 0 0 0-35.18-.85H450a737.18 737.18 0 0 0-311.43 67.64l-2.48 1.18v93.86h361.8A263.8 263.8 0 0 0 541.32 841H70.25a7.75 7.75 0 0 1-7.75-7.5V666.1a62 62 0 0 1 35.4-56.05A811.02 811.02 0 0 1 446.35 531zm297.8-11c-40.6 0-78.8 15.8-107.5 44.5a151.05 151.05 0 0 0-44.5 107.5c0 40.6 15.8 78.8 44.5 107.5 28.7 28.7 66.9 44.5 107.5 44.5 40.6 0 78.8-15.8 107.5-44.5 28.7-28.7 44.5-66.9 44.5-107.5 0-40.6-15.8-78.8-44.5-107.5a151.05 151.05 0 0 0-107.5-44.5zm-49.93 72a16 16 0 0 1 14.75 9.8l35.9 85.35h.54l36.55-85.44a16 16 0 0 1 14.71-9.71h31.43a8 8 0 0 1 7.3 11.26l-73.27 164a8 8 0 0 1-7.3 4.74h-23.99a8 8 0 0 1-7.34-4.82l-71.02-164a8 8 0 0 1 7.34-11.18h34.4zM450 135.75A166.62 166.62 0 1 1 450 469c-92.02 0-166.63-74.6-166.63-166.63 0-92.02 74.6-166.62 166.63-166.62zm0 73.66a93 93 0 1 0 0 186 93 93 0 0 0 0-186z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "user-vip",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var UserVipOutlined_default = UserVipOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export { default as AtlasOutlined } from './asn/AtlasOutlined';
|
|
|
68
68
|
export { default as AtlasPurely } from './asn/AtlasPurely';
|
|
69
69
|
export { default as AttendanceRateFilled } from './asn/AttendanceRateFilled';
|
|
70
70
|
export { default as AudibleAlarmCloseOutlined } from './asn/AudibleAlarmCloseOutlined';
|
|
71
|
+
export { default as AudibleAlarmHostFilled } from './asn/AudibleAlarmHostFilled';
|
|
71
72
|
export { default as AudibleAlarmHostOutlined } from './asn/AudibleAlarmHostOutlined';
|
|
72
73
|
export { default as AudibleAlarmOpenOutlined } from './asn/AudibleAlarmOpenOutlined';
|
|
73
74
|
export { default as AudioFilled } from './asn/AudioFilled';
|
|
@@ -79,6 +80,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from './asn/AuxiliaryPoliceOf
|
|
|
79
80
|
export { default as AvatarPurely } from './asn/AvatarPurely';
|
|
80
81
|
export { default as BackwardOutlined } from './asn/BackwardOutlined';
|
|
81
82
|
export { default as BannerOutlined } from './asn/BannerOutlined';
|
|
83
|
+
export { default as BarcodeOutlined } from './asn/BarcodeOutlined';
|
|
82
84
|
export { default as BaseStationOutlined } from './asn/BaseStationOutlined';
|
|
83
85
|
export { default as BatchOutlined } from './asn/BatchOutlined';
|
|
84
86
|
export { default as BatteryGroupFilled } from './asn/BatteryGroupFilled';
|
|
@@ -125,6 +127,7 @@ export { default as CarFilled } from './asn/CarFilled';
|
|
|
125
127
|
export { default as CarFocusFilled } from './asn/CarFocusFilled';
|
|
126
128
|
export { default as CarFocusOutlined } from './asn/CarFocusOutlined';
|
|
127
129
|
export { default as CarForeignFilled } from './asn/CarForeignFilled';
|
|
130
|
+
export { default as CarForeignOutlined } from './asn/CarForeignOutlined';
|
|
128
131
|
export { default as CarOutlined } from './asn/CarOutlined';
|
|
129
132
|
export { default as CarParkFilled } from './asn/CarParkFilled';
|
|
130
133
|
export { default as CarParkOutlined } from './asn/CarParkOutlined';
|
|
@@ -381,6 +384,7 @@ export { default as ForwardOutlined } from './asn/ForwardOutlined';
|
|
|
381
384
|
export { default as FrostOutlined } from './asn/FrostOutlined';
|
|
382
385
|
export { default as FrownFilled } from './asn/FrownFilled';
|
|
383
386
|
export { default as FrownOutlined } from './asn/FrownOutlined';
|
|
387
|
+
export { default as FullFrameAnalysisOutlined } from './asn/FullFrameAnalysisOutlined';
|
|
384
388
|
export { default as FullTargetCameraOutlined } from './asn/FullTargetCameraOutlined';
|
|
385
389
|
export { default as FullTargetOutlined } from './asn/FullTargetOutlined';
|
|
386
390
|
export { default as FullscreenExitOutlined } from './asn/FullscreenExitOutlined';
|
|
@@ -393,6 +397,7 @@ export { default as GarageOutlined } from './asn/GarageOutlined';
|
|
|
393
397
|
export { default as GasAlarmFilled } from './asn/GasAlarmFilled';
|
|
394
398
|
export { default as GasAlarmOutlined } from './asn/GasAlarmOutlined';
|
|
395
399
|
export { default as GasMonitoringFilled } from './asn/GasMonitoringFilled';
|
|
400
|
+
export { default as GasMonitoringOutlined } from './asn/GasMonitoringOutlined';
|
|
396
401
|
export { default as GasSensorControllerFilled } from './asn/GasSensorControllerFilled';
|
|
397
402
|
export { default as GasSensorControllerOutlined } from './asn/GasSensorControllerOutlined';
|
|
398
403
|
export { default as GasSensorOutlined } from './asn/GasSensorOutlined';
|
|
@@ -478,6 +483,7 @@ export { default as ImageOptimizationFilled } from './asn/ImageOptimizationFille
|
|
|
478
483
|
export { default as ImageOptimizationOutlined } from './asn/ImageOptimizationOutlined';
|
|
479
484
|
export { default as ImageOutlined } from './asn/ImageOutlined';
|
|
480
485
|
export { default as ImagePurely } from './asn/ImagePurely';
|
|
486
|
+
export { default as ImageSearchOutlined } from './asn/ImageSearchOutlined';
|
|
481
487
|
export { default as InclinationOutlined } from './asn/InclinationOutlined';
|
|
482
488
|
export { default as IncomingCallOutlined } from './asn/IncomingCallOutlined';
|
|
483
489
|
export { default as IndoorTrackOutlined } from './asn/IndoorTrackOutlined';
|
|
@@ -720,6 +726,7 @@ export { default as PowerDeviceOutlined } from './asn/PowerDeviceOutlined';
|
|
|
720
726
|
export { default as PowerOutageFilled } from './asn/PowerOutageFilled';
|
|
721
727
|
export { default as PowerOutageOutlined } from './asn/PowerOutageOutlined';
|
|
722
728
|
export { default as PowerPerceptionFilled } from './asn/PowerPerceptionFilled';
|
|
729
|
+
export { default as PowerPerceptionOutlined } from './asn/PowerPerceptionOutlined';
|
|
723
730
|
export { default as PowerUpsFilled } from './asn/PowerUpsFilled';
|
|
724
731
|
export { default as PowerUpsOutlined } from './asn/PowerUpsOutlined';
|
|
725
732
|
export { default as PoweroffOutlined } from './asn/PoweroffOutlined';
|
|
@@ -748,6 +755,7 @@ export { default as RecreationOutlined } from './asn/RecreationOutlined';
|
|
|
748
755
|
export { default as RedoOutlined } from './asn/RedoOutlined';
|
|
749
756
|
export { default as RefillStationFilled } from './asn/RefillStationFilled';
|
|
750
757
|
export { default as RefillStationOutlined } from './asn/RefillStationOutlined';
|
|
758
|
+
export { default as RelevanceOutlined } from './asn/RelevanceOutlined';
|
|
751
759
|
export { default as ReloadOutlined } from './asn/ReloadOutlined';
|
|
752
760
|
export { default as RemoteFireMonitoringFilled } from './asn/RemoteFireMonitoringFilled';
|
|
753
761
|
export { default as RemoteFireMonitoringOutlined } from './asn/RemoteFireMonitoringOutlined';
|
|
@@ -962,6 +970,7 @@ export { default as UserExclamationCircleFilled } from './asn/UserExclamationCir
|
|
|
962
970
|
export { default as UserExclamationCircleOutlined } from './asn/UserExclamationCircleOutlined';
|
|
963
971
|
export { default as UserFilled } from './asn/UserFilled';
|
|
964
972
|
export { default as UserForeignFilled } from './asn/UserForeignFilled';
|
|
973
|
+
export { default as UserForeignOutlined } from './asn/UserForeignOutlined';
|
|
965
974
|
export { default as UserGatherPurely } from './asn/UserGatherPurely';
|
|
966
975
|
export { default as UserLeaveEarlyFilled } from './asn/UserLeaveEarlyFilled';
|
|
967
976
|
export { default as UserManageOutlined } from './asn/UserManageOutlined';
|
|
@@ -983,6 +992,7 @@ export { default as UserTimeFilled } from './asn/UserTimeFilled';
|
|
|
983
992
|
export { default as UserTimeOutlined } from './asn/UserTimeOutlined';
|
|
984
993
|
export { default as UserTimePurely } from './asn/UserTimePurely';
|
|
985
994
|
export { default as UserVipFilled } from './asn/UserVipFilled';
|
|
995
|
+
export { default as UserVipOutlined } from './asn/UserVipOutlined';
|
|
986
996
|
export { default as UsersFilled } from './asn/UsersFilled';
|
|
987
997
|
export { default as UsersGovernancePurely } from './asn/UsersGovernancePurely';
|
|
988
998
|
export { default as UsersOutlined } from './asn/UsersOutlined';
|