@sensoro-design/icons-svg 2.67.0 → 2.69.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/ChargeOutlined.d.ts +3 -0
- package/es/asn/ChargeOutlined.js +20 -0
- package/es/asn/FineTuningOutlined.d.ts +3 -0
- package/es/asn/FineTuningOutlined.js +20 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/inline-namespaced-svg/outlined/charge.svg +1 -0
- package/inline-namespaced-svg/outlined/fine-tuning.svg +1 -0
- package/inline-svg/outlined/charge.svg +1 -0
- package/inline-svg/outlined/fine-tuning.svg +1 -0
- package/lib/asn/ChargeOutlined.d.ts +3 -0
- package/lib/asn/ChargeOutlined.js +41 -0
- package/lib/asn/FineTuningOutlined.d.ts +3 -0
- package/lib/asn/FineTuningOutlined.js +41 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +6 -0
- package/package.json +1 -1
- package/src/asn/ChargeOutlined.ts +21 -0
- package/src/asn/FineTuningOutlined.ts +21 -0
- package/src/index.ts +2 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var ChargeOutlined = {
|
|
4
|
+
icon: {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: {
|
|
7
|
+
viewBox: '0 0 1024 1024',
|
|
8
|
+
focusable: 'false'
|
|
9
|
+
},
|
|
10
|
+
children: [{
|
|
11
|
+
tag: 'path',
|
|
12
|
+
attrs: {
|
|
13
|
+
d: 'M576.7 64a32 32 0 0 1 31.5 32v9.98h107.32a32 32 0 0 1 31.49 32v790.53A32 32 0 0 1 715 960H308.48a32 32 0 0 1-31.49-32V137.47a32 32 0 0 1 32-31.49h106.82v-10.5a32 32 0 0 1 32-31.48h128.9zM675 177.98H349V888h326V177.98zM613.42 356h.32a6.92 6.92 0 0 1 5.72 10.28l-1 1.82-66.19 120.96h68.67a7.78 7.78 0 0 1 6.3 12.33l-112.1 155.37a91694.8 91694.8 0 0 1-77.6 107.4l-.15.2a6.1 6.1 0 0 1-10.81-4.57l.12-.9.04-.25 18.07-104.87 10.93-63.54h-56.04a6.86 6.86 0 0 1-5.97-9.6l.73-1.7.46-1.1 17-42.37c18.01-44.87 41.43-103.02 70.25-174.45a8 8 0 0 1 7.42-5.01h123.83z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'charge',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default ChargeOutlined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var FineTuningOutlined = {
|
|
4
|
+
icon: {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: {
|
|
7
|
+
viewBox: '0 0 1024 1024',
|
|
8
|
+
focusable: 'false'
|
|
9
|
+
},
|
|
10
|
+
children: [{
|
|
11
|
+
tag: 'path',
|
|
12
|
+
attrs: {
|
|
13
|
+
d: 'M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'fine-tuning',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default FineTuningOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ export { default as CateringFilled } from './asn/CateringFilled';
|
|
|
138
138
|
export { default as CateringOutlined } from './asn/CateringOutlined';
|
|
139
139
|
export { default as CellularDiagramFilled } from './asn/CellularDiagramFilled';
|
|
140
140
|
export { default as Ch4Outlined } from './asn/Ch4Outlined';
|
|
141
|
+
export { default as ChargeOutlined } from './asn/ChargeOutlined';
|
|
141
142
|
export { default as CheckCircleFilled } from './asn/CheckCircleFilled';
|
|
142
143
|
export { default as CheckCircleOutlined } from './asn/CheckCircleOutlined';
|
|
143
144
|
export { default as CheckOutlined } from './asn/CheckOutlined';
|
|
@@ -325,6 +326,7 @@ export { default as FileZipOutlined } from './asn/FileZipOutlined';
|
|
|
325
326
|
export { default as FilterFilled } from './asn/FilterFilled';
|
|
326
327
|
export { default as FilterOutlined } from './asn/FilterOutlined';
|
|
327
328
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
329
|
+
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
328
330
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
329
331
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
330
332
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|
package/es/index.js
CHANGED
|
@@ -139,6 +139,7 @@ export { default as CateringFilled } from "./asn/CateringFilled";
|
|
|
139
139
|
export { default as CateringOutlined } from "./asn/CateringOutlined";
|
|
140
140
|
export { default as CellularDiagramFilled } from "./asn/CellularDiagramFilled";
|
|
141
141
|
export { default as Ch4Outlined } from "./asn/Ch4Outlined";
|
|
142
|
+
export { default as ChargeOutlined } from "./asn/ChargeOutlined";
|
|
142
143
|
export { default as CheckCircleFilled } from "./asn/CheckCircleFilled";
|
|
143
144
|
export { default as CheckCircleOutlined } from "./asn/CheckCircleOutlined";
|
|
144
145
|
export { default as CheckOutlined } from "./asn/CheckOutlined";
|
|
@@ -326,6 +327,7 @@ export { default as FileZipOutlined } from "./asn/FileZipOutlined";
|
|
|
326
327
|
export { default as FilterFilled } from "./asn/FilterFilled";
|
|
327
328
|
export { default as FilterOutlined } from "./asn/FilterOutlined";
|
|
328
329
|
export { default as FineTuneOutlined } from "./asn/FineTuneOutlined";
|
|
330
|
+
export { default as FineTuningOutlined } from "./asn/FineTuningOutlined";
|
|
329
331
|
export { default as FireBreakerFilled } from "./asn/FireBreakerFilled";
|
|
330
332
|
export { default as FireBrigadeFilled } from "./asn/FireBrigadeFilled";
|
|
331
333
|
export { default as FireBrigadeOutlined } from "./asn/FireBrigadeOutlined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M576.7 64a32 32 0 0 1 31.5 32v9.98h107.32a32 32 0 0 1 31.49 32v790.53A32 32 0 0 1 715 960H308.48a32 32 0 0 1-31.49-32V137.47a32 32 0 0 1 32-31.49h106.82v-10.5a32 32 0 0 1 32-31.48h128.9zM675 177.98H349V888h326V177.98zM613.42 356h.32a6.92 6.92 0 0 1 5.72 10.28l-1 1.82-66.19 120.96h68.67a7.78 7.78 0 0 1 6.3 12.33l-112.1 155.37a91694.8 91694.8 0 0 1-77.6 107.4l-.15.2a6.1 6.1 0 0 1-10.81-4.57l.12-.9.04-.25 18.07-104.87 10.93-63.54h-56.04a6.86 6.86 0 0 1-5.97-9.6l.73-1.7.46-1.1 17-42.37c18.01-44.87 41.43-103.02 70.25-174.45a8 8 0 0 1 7.42-5.01h123.83z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M576.7 64a32 32 0 0 1 31.5 32v9.98h107.32a32 32 0 0 1 31.49 32v790.53A32 32 0 0 1 715 960H308.48a32 32 0 0 1-31.49-32V137.47a32 32 0 0 1 32-31.49h106.82v-10.5a32 32 0 0 1 32-31.48h128.9zM675 177.98H349V888h326V177.98zM613.42 356h.32a6.92 6.92 0 0 1 5.72 10.28l-1 1.82-66.19 120.96h68.67a7.78 7.78 0 0 1 6.3 12.33l-112.1 155.37a91694.8 91694.8 0 0 1-77.6 107.4l-.15.2a6.1 6.1 0 0 1-10.81-4.57l.12-.9.04-.25 18.07-104.87 10.93-63.54h-56.04a6.86 6.86 0 0 1-5.97-9.6l.73-1.7.46-1.1 17-42.37c18.01-44.87 41.43-103.02 70.25-174.45a8 8 0 0 1 7.42-5.01h123.83z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z" /></svg>
|
|
@@ -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/ChargeOutlined.ts
|
|
20
|
+
var ChargeOutlined_exports = {};
|
|
21
|
+
__export(ChargeOutlined_exports, {
|
|
22
|
+
default: () => ChargeOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ChargeOutlined_exports);
|
|
25
|
+
var ChargeOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M576.7 64a32 32 0 0 1 31.5 32v9.98h107.32a32 32 0 0 1 31.49 32v790.53A32 32 0 0 1 715 960H308.48a32 32 0 0 1-31.49-32V137.47a32 32 0 0 1 32-31.49h106.82v-10.5a32 32 0 0 1 32-31.48h128.9zM675 177.98H349V888h326V177.98zM613.42 356h.32a6.92 6.92 0 0 1 5.72 10.28l-1 1.82-66.19 120.96h68.67a7.78 7.78 0 0 1 6.3 12.33l-112.1 155.37a91694.8 91694.8 0 0 1-77.6 107.4l-.15.2a6.1 6.1 0 0 1-10.81-4.57l.12-.9.04-.25 18.07-104.87 10.93-63.54h-56.04a6.86 6.86 0 0 1-5.97-9.6l.73-1.7.46-1.1 17-42.37c18.01-44.87 41.43-103.02 70.25-174.45a8 8 0 0 1 7.42-5.01h123.83z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "charge",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var ChargeOutlined_default = ChargeOutlined;
|
|
@@ -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/FineTuningOutlined.ts
|
|
20
|
+
var FineTuningOutlined_exports = {};
|
|
21
|
+
__export(FineTuningOutlined_exports, {
|
|
22
|
+
default: () => FineTuningOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(FineTuningOutlined_exports);
|
|
25
|
+
var FineTuningOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "fine-tuning",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var FineTuningOutlined_default = FineTuningOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ export { default as CateringFilled } from './asn/CateringFilled';
|
|
|
138
138
|
export { default as CateringOutlined } from './asn/CateringOutlined';
|
|
139
139
|
export { default as CellularDiagramFilled } from './asn/CellularDiagramFilled';
|
|
140
140
|
export { default as Ch4Outlined } from './asn/Ch4Outlined';
|
|
141
|
+
export { default as ChargeOutlined } from './asn/ChargeOutlined';
|
|
141
142
|
export { default as CheckCircleFilled } from './asn/CheckCircleFilled';
|
|
142
143
|
export { default as CheckCircleOutlined } from './asn/CheckCircleOutlined';
|
|
143
144
|
export { default as CheckOutlined } from './asn/CheckOutlined';
|
|
@@ -325,6 +326,7 @@ export { default as FileZipOutlined } from './asn/FileZipOutlined';
|
|
|
325
326
|
export { default as FilterFilled } from './asn/FilterFilled';
|
|
326
327
|
export { default as FilterOutlined } from './asn/FilterOutlined';
|
|
327
328
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
329
|
+
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
328
330
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
329
331
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
330
332
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|
package/lib/index.js
CHANGED
|
@@ -169,6 +169,7 @@ __export(src_exports, {
|
|
|
169
169
|
CateringOutlined: () => import_CateringOutlined.default,
|
|
170
170
|
CellularDiagramFilled: () => import_CellularDiagramFilled.default,
|
|
171
171
|
Ch4Outlined: () => import_Ch4Outlined.default,
|
|
172
|
+
ChargeOutlined: () => import_ChargeOutlined.default,
|
|
172
173
|
CheckCircleFilled: () => import_CheckCircleFilled.default,
|
|
173
174
|
CheckCircleOutlined: () => import_CheckCircleOutlined.default,
|
|
174
175
|
CheckOutlined: () => import_CheckOutlined.default,
|
|
@@ -356,6 +357,7 @@ __export(src_exports, {
|
|
|
356
357
|
FilterFilled: () => import_FilterFilled.default,
|
|
357
358
|
FilterOutlined: () => import_FilterOutlined.default,
|
|
358
359
|
FineTuneOutlined: () => import_FineTuneOutlined.default,
|
|
360
|
+
FineTuningOutlined: () => import_FineTuningOutlined.default,
|
|
359
361
|
FireBreakerFilled: () => import_FireBreakerFilled.default,
|
|
360
362
|
FireBrigadeFilled: () => import_FireBrigadeFilled.default,
|
|
361
363
|
FireBrigadeOutlined: () => import_FireBrigadeOutlined.default,
|
|
@@ -1190,6 +1192,7 @@ var import_CateringFilled = __toESM(require("./asn/CateringFilled"));
|
|
|
1190
1192
|
var import_CateringOutlined = __toESM(require("./asn/CateringOutlined"));
|
|
1191
1193
|
var import_CellularDiagramFilled = __toESM(require("./asn/CellularDiagramFilled"));
|
|
1192
1194
|
var import_Ch4Outlined = __toESM(require("./asn/Ch4Outlined"));
|
|
1195
|
+
var import_ChargeOutlined = __toESM(require("./asn/ChargeOutlined"));
|
|
1193
1196
|
var import_CheckCircleFilled = __toESM(require("./asn/CheckCircleFilled"));
|
|
1194
1197
|
var import_CheckCircleOutlined = __toESM(require("./asn/CheckCircleOutlined"));
|
|
1195
1198
|
var import_CheckOutlined = __toESM(require("./asn/CheckOutlined"));
|
|
@@ -1377,6 +1380,7 @@ var import_FileZipOutlined = __toESM(require("./asn/FileZipOutlined"));
|
|
|
1377
1380
|
var import_FilterFilled = __toESM(require("./asn/FilterFilled"));
|
|
1378
1381
|
var import_FilterOutlined = __toESM(require("./asn/FilterOutlined"));
|
|
1379
1382
|
var import_FineTuneOutlined = __toESM(require("./asn/FineTuneOutlined"));
|
|
1383
|
+
var import_FineTuningOutlined = __toESM(require("./asn/FineTuningOutlined"));
|
|
1380
1384
|
var import_FireBreakerFilled = __toESM(require("./asn/FireBreakerFilled"));
|
|
1381
1385
|
var import_FireBrigadeFilled = __toESM(require("./asn/FireBrigadeFilled"));
|
|
1382
1386
|
var import_FireBrigadeOutlined = __toESM(require("./asn/FireBrigadeOutlined"));
|
|
@@ -2211,6 +2215,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2211
2215
|
CateringOutlined,
|
|
2212
2216
|
CellularDiagramFilled,
|
|
2213
2217
|
Ch4Outlined,
|
|
2218
|
+
ChargeOutlined,
|
|
2214
2219
|
CheckCircleFilled,
|
|
2215
2220
|
CheckCircleOutlined,
|
|
2216
2221
|
CheckOutlined,
|
|
@@ -2398,6 +2403,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2398
2403
|
FilterFilled,
|
|
2399
2404
|
FilterOutlined,
|
|
2400
2405
|
FineTuneOutlined,
|
|
2406
|
+
FineTuningOutlined,
|
|
2401
2407
|
FireBreakerFilled,
|
|
2402
2408
|
FireBrigadeFilled,
|
|
2403
2409
|
FireBrigadeOutlined,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const ChargeOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M576.7 64a32 32 0 0 1 31.5 32v9.98h107.32a32 32 0 0 1 31.49 32v790.53A32 32 0 0 1 715 960H308.48a32 32 0 0 1-31.49-32V137.47a32 32 0 0 1 32-31.49h106.82v-10.5a32 32 0 0 1 32-31.48h128.9zM675 177.98H349V888h326V177.98zM613.42 356h.32a6.92 6.92 0 0 1 5.72 10.28l-1 1.82-66.19 120.96h68.67a7.78 7.78 0 0 1 6.3 12.33l-112.1 155.37a91694.8 91694.8 0 0 1-77.6 107.4l-.15.2a6.1 6.1 0 0 1-10.81-4.57l.12-.9.04-.25 18.07-104.87 10.93-63.54h-56.04a6.86 6.86 0 0 1-5.97-9.6l.73-1.7.46-1.1 17-42.37c18.01-44.87 41.43-103.02 70.25-174.45a8 8 0 0 1 7.42-5.01h123.83z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'charge',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default ChargeOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const FineTuningOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'fine-tuning',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default FineTuningOutlined;
|
package/src/index.ts
CHANGED
|
@@ -139,6 +139,7 @@ export { default as CateringFilled } from './asn/CateringFilled';
|
|
|
139
139
|
export { default as CateringOutlined } from './asn/CateringOutlined';
|
|
140
140
|
export { default as CellularDiagramFilled } from './asn/CellularDiagramFilled';
|
|
141
141
|
export { default as Ch4Outlined } from './asn/Ch4Outlined';
|
|
142
|
+
export { default as ChargeOutlined } from './asn/ChargeOutlined';
|
|
142
143
|
export { default as CheckCircleFilled } from './asn/CheckCircleFilled';
|
|
143
144
|
export { default as CheckCircleOutlined } from './asn/CheckCircleOutlined';
|
|
144
145
|
export { default as CheckOutlined } from './asn/CheckOutlined';
|
|
@@ -326,6 +327,7 @@ export { default as FileZipOutlined } from './asn/FileZipOutlined';
|
|
|
326
327
|
export { default as FilterFilled } from './asn/FilterFilled';
|
|
327
328
|
export { default as FilterOutlined } from './asn/FilterOutlined';
|
|
328
329
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
330
|
+
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
329
331
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
330
332
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
331
333
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|