@sensoro-design/icons-svg 2.67.0 → 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/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/inline-namespaced-svg/outlined/charge.svg +1 -0
- package/inline-svg/outlined/charge.svg +1 -0
- package/lib/asn/ChargeOutlined.d.ts +3 -0
- package/lib/asn/ChargeOutlined.js +41 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/package.json +1 -1
- package/src/asn/ChargeOutlined.ts +21 -0
- package/src/index.ts +1 -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;
|
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';
|
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";
|
|
@@ -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"><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,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;
|
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';
|
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,
|
|
@@ -1190,6 +1191,7 @@ var import_CateringFilled = __toESM(require("./asn/CateringFilled"));
|
|
|
1190
1191
|
var import_CateringOutlined = __toESM(require("./asn/CateringOutlined"));
|
|
1191
1192
|
var import_CellularDiagramFilled = __toESM(require("./asn/CellularDiagramFilled"));
|
|
1192
1193
|
var import_Ch4Outlined = __toESM(require("./asn/Ch4Outlined"));
|
|
1194
|
+
var import_ChargeOutlined = __toESM(require("./asn/ChargeOutlined"));
|
|
1193
1195
|
var import_CheckCircleFilled = __toESM(require("./asn/CheckCircleFilled"));
|
|
1194
1196
|
var import_CheckCircleOutlined = __toESM(require("./asn/CheckCircleOutlined"));
|
|
1195
1197
|
var import_CheckOutlined = __toESM(require("./asn/CheckOutlined"));
|
|
@@ -2211,6 +2213,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2211
2213
|
CateringOutlined,
|
|
2212
2214
|
CellularDiagramFilled,
|
|
2213
2215
|
Ch4Outlined,
|
|
2216
|
+
ChargeOutlined,
|
|
2214
2217
|
CheckCircleFilled,
|
|
2215
2218
|
CheckCircleOutlined,
|
|
2216
2219
|
CheckOutlined,
|
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;
|
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';
|