@sensoro-design/icons-svg 2.66.1 → 2.68.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/SpaceOutlined.d.ts +3 -0
- package/es/asn/SpaceOutlined.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/space.svg +1 -0
- package/inline-svg/outlined/charge.svg +1 -0
- package/inline-svg/outlined/space.svg +1 -0
- package/lib/asn/ChargeOutlined.d.ts +3 -0
- package/lib/asn/ChargeOutlined.js +41 -0
- package/lib/asn/SpaceOutlined.d.ts +3 -0
- package/lib/asn/SpaceOutlined.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/SpaceOutlined.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 SpaceOutlined = {
|
|
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: 'M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'space',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default SpaceOutlined;
|
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';
|
|
@@ -849,6 +850,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
|
|
|
849
850
|
export { default as SortOutlined } from './asn/SortOutlined';
|
|
850
851
|
export { default as SoundOutlined } from './asn/SoundOutlined';
|
|
851
852
|
export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
|
|
853
|
+
export { default as SpaceOutlined } from './asn/SpaceOutlined';
|
|
852
854
|
export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
|
|
853
855
|
export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
|
|
854
856
|
export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
|
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";
|
|
@@ -850,6 +851,7 @@ export { default as SmokePurely } from "./asn/SmokePurely";
|
|
|
850
851
|
export { default as SortOutlined } from "./asn/SortOutlined";
|
|
851
852
|
export { default as SoundOutlined } from "./asn/SoundOutlined";
|
|
852
853
|
export { default as SoundSmallOutlined } from "./asn/SoundSmallOutlined";
|
|
854
|
+
export { default as SpaceOutlined } from "./asn/SpaceOutlined";
|
|
853
855
|
export { default as SpecialGroupsFilled } from "./asn/SpecialGroupsFilled";
|
|
854
856
|
export { default as SpecialPopulationsPurely } from "./asn/SpecialPopulationsPurely";
|
|
855
857
|
export { default as SpecialVehiclesPurely } from "./asn/SpecialVehiclesPurely";
|
|
@@ -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="M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z" /></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="M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z" /></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/SpaceOutlined.ts
|
|
20
|
+
var SpaceOutlined_exports = {};
|
|
21
|
+
__export(SpaceOutlined_exports, {
|
|
22
|
+
default: () => SpaceOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(SpaceOutlined_exports);
|
|
25
|
+
var SpaceOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "space",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var SpaceOutlined_default = SpaceOutlined;
|
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';
|
|
@@ -849,6 +850,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
|
|
|
849
850
|
export { default as SortOutlined } from './asn/SortOutlined';
|
|
850
851
|
export { default as SoundOutlined } from './asn/SoundOutlined';
|
|
851
852
|
export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
|
|
853
|
+
export { default as SpaceOutlined } from './asn/SpaceOutlined';
|
|
852
854
|
export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
|
|
853
855
|
export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
|
|
854
856
|
export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
|
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,
|
|
@@ -880,6 +881,7 @@ __export(src_exports, {
|
|
|
880
881
|
SortOutlined: () => import_SortOutlined.default,
|
|
881
882
|
SoundOutlined: () => import_SoundOutlined.default,
|
|
882
883
|
SoundSmallOutlined: () => import_SoundSmallOutlined.default,
|
|
884
|
+
SpaceOutlined: () => import_SpaceOutlined.default,
|
|
883
885
|
SpecialGroupsFilled: () => import_SpecialGroupsFilled.default,
|
|
884
886
|
SpecialPopulationsPurely: () => import_SpecialPopulationsPurely.default,
|
|
885
887
|
SpecialVehiclesPurely: () => import_SpecialVehiclesPurely.default,
|
|
@@ -1189,6 +1191,7 @@ var import_CateringFilled = __toESM(require("./asn/CateringFilled"));
|
|
|
1189
1191
|
var import_CateringOutlined = __toESM(require("./asn/CateringOutlined"));
|
|
1190
1192
|
var import_CellularDiagramFilled = __toESM(require("./asn/CellularDiagramFilled"));
|
|
1191
1193
|
var import_Ch4Outlined = __toESM(require("./asn/Ch4Outlined"));
|
|
1194
|
+
var import_ChargeOutlined = __toESM(require("./asn/ChargeOutlined"));
|
|
1192
1195
|
var import_CheckCircleFilled = __toESM(require("./asn/CheckCircleFilled"));
|
|
1193
1196
|
var import_CheckCircleOutlined = __toESM(require("./asn/CheckCircleOutlined"));
|
|
1194
1197
|
var import_CheckOutlined = __toESM(require("./asn/CheckOutlined"));
|
|
@@ -1900,6 +1903,7 @@ var import_SmokePurely = __toESM(require("./asn/SmokePurely"));
|
|
|
1900
1903
|
var import_SortOutlined = __toESM(require("./asn/SortOutlined"));
|
|
1901
1904
|
var import_SoundOutlined = __toESM(require("./asn/SoundOutlined"));
|
|
1902
1905
|
var import_SoundSmallOutlined = __toESM(require("./asn/SoundSmallOutlined"));
|
|
1906
|
+
var import_SpaceOutlined = __toESM(require("./asn/SpaceOutlined"));
|
|
1903
1907
|
var import_SpecialGroupsFilled = __toESM(require("./asn/SpecialGroupsFilled"));
|
|
1904
1908
|
var import_SpecialPopulationsPurely = __toESM(require("./asn/SpecialPopulationsPurely"));
|
|
1905
1909
|
var import_SpecialVehiclesPurely = __toESM(require("./asn/SpecialVehiclesPurely"));
|
|
@@ -2209,6 +2213,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2209
2213
|
CateringOutlined,
|
|
2210
2214
|
CellularDiagramFilled,
|
|
2211
2215
|
Ch4Outlined,
|
|
2216
|
+
ChargeOutlined,
|
|
2212
2217
|
CheckCircleFilled,
|
|
2213
2218
|
CheckCircleOutlined,
|
|
2214
2219
|
CheckOutlined,
|
|
@@ -2920,6 +2925,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2920
2925
|
SortOutlined,
|
|
2921
2926
|
SoundOutlined,
|
|
2922
2927
|
SoundSmallOutlined,
|
|
2928
|
+
SpaceOutlined,
|
|
2923
2929
|
SpecialGroupsFilled,
|
|
2924
2930
|
SpecialPopulationsPurely,
|
|
2925
2931
|
SpecialVehiclesPurely,
|
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 SpaceOutlined: 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: 'M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'space',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default SpaceOutlined;
|
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';
|
|
@@ -850,6 +851,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
|
|
|
850
851
|
export { default as SortOutlined } from './asn/SortOutlined';
|
|
851
852
|
export { default as SoundOutlined } from './asn/SoundOutlined';
|
|
852
853
|
export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
|
|
854
|
+
export { default as SpaceOutlined } from './asn/SpaceOutlined';
|
|
853
855
|
export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
|
|
854
856
|
export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
|
|
855
857
|
export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
|