@sensoro-design/icons-svg 2.73.1 → 2.74.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/ClosureOutlined.d.ts +3 -0
- package/es/asn/ClosureOutlined.js +20 -0
- package/es/asn/DroneAirportOpenOutlined.d.ts +3 -0
- package/es/asn/DroneAirportOpenOutlined.js +20 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/inline-namespaced-svg/outlined/closure.svg +1 -0
- package/inline-namespaced-svg/outlined/drone-airport-open.svg +1 -0
- package/inline-svg/outlined/closure.svg +1 -0
- package/inline-svg/outlined/drone-airport-open.svg +1 -0
- package/lib/asn/ClosureOutlined.d.ts +3 -0
- package/lib/asn/ClosureOutlined.js +41 -0
- package/lib/asn/DroneAirportOpenOutlined.d.ts +3 -0
- package/lib/asn/DroneAirportOpenOutlined.js +41 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +6 -0
- package/package.json +1 -1
- package/src/asn/ClosureOutlined.ts +21 -0
- package/src/asn/DroneAirportOpenOutlined.ts +21 -0
- package/src/index.ts +2 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var ClosureOutlined = {
|
|
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: 'M542.08 160h-60.16a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8h60.03a8 8 0 0 0 7.94-8V168a8 8 0 0 0-7.94-7.94V160zM297.73 403.52a7.23 7.23 0 0 0-11.71 5.7v66.68H40.06a8 8 0 0 0-8 8v56.07a7.9 7.9 0 0 0 7.68 8h246.21v62.78c0 6.02 7.04 9.41 11.71 5.7l127.5-100.8a7.23 7.23 0 0 0 .18-11.4L297.8 403.59v-.06zm428.41 0a7.23 7.23 0 0 1 11.72 5.7v66.68h246.08a8 8 0 0 1 8 8v56.07a8 8 0 0 1-7.68 8H737.98v62.78c0 6.02-7.04 9.41-11.7 5.7l-127.43-100.8a7.23 7.23 0 0 1-.2-11.4l127.56-100.67v-.06z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'closure',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default ClosureOutlined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var DroneAirportOpenOutlined = {
|
|
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: 'M840 856a32 32 0 0 1-32 32h-40v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64H344v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64h-40a32 32 0 0 1-32-32V499.97a8 8 0 0 1 8-8h640a8 8 0 0 1 8 8V856zm-72-300.03H256V816h512V555.97zM32 436.03V197.31a32 32 0 0 1 9.34-22.65L142.72 73.34A32 32 0 0 1 165.25 64H400a8 8 0 0 1 8 8v364.03a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8zM336 136H181.82L104 213.82v166.15h232v-243.9zm656 300.03V197.31a32 32 0 0 0-9.34-22.65L881.28 73.34A32 32 0 0 0 858.75 64H624a8 8 0 0 0-8 8v364.03a8 8 0 0 0 8 8h360a8 8 0 0 0 8-8zM688 136h154.18L920 213.82v166.15H688v-243.9z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'drone-airport-open',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default DroneAirportOpenOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -161,6 +161,7 @@ export { default as CloseCircleOutlined } from './asn/CloseCircleOutlined';
|
|
|
161
161
|
export { default as CloseOutlined } from './asn/CloseOutlined';
|
|
162
162
|
export { default as CloseSquareFilled } from './asn/CloseSquareFilled';
|
|
163
163
|
export { default as CloseSquareOutlined } from './asn/CloseSquareOutlined';
|
|
164
|
+
export { default as ClosureOutlined } from './asn/ClosureOutlined';
|
|
164
165
|
export { default as CloudFilled } from './asn/CloudFilled';
|
|
165
166
|
export { default as CloudOutlined } from './asn/CloudOutlined';
|
|
166
167
|
export { default as Co2Outlined } from './asn/Co2Outlined';
|
|
@@ -232,6 +233,7 @@ export { default as DrawRectangleOutlined } from './asn/DrawRectangleOutlined';
|
|
|
232
233
|
export { default as DrawRoundOutlined } from './asn/DrawRoundOutlined';
|
|
233
234
|
export { default as DrinkWaterPointOutlined } from './asn/DrinkWaterPointOutlined';
|
|
234
235
|
export { default as DriveRecorderOutlined } from './asn/DriveRecorderOutlined';
|
|
236
|
+
export { default as DroneAirportOpenOutlined } from './asn/DroneAirportOpenOutlined';
|
|
235
237
|
export { default as DroneAirportOutlined } from './asn/DroneAirportOutlined';
|
|
236
238
|
export { default as DroneFilled } from './asn/DroneFilled';
|
|
237
239
|
export { default as DroneOutlined } from './asn/DroneOutlined';
|
package/es/index.js
CHANGED
|
@@ -162,6 +162,7 @@ export { default as CloseCircleOutlined } from "./asn/CloseCircleOutlined";
|
|
|
162
162
|
export { default as CloseOutlined } from "./asn/CloseOutlined";
|
|
163
163
|
export { default as CloseSquareFilled } from "./asn/CloseSquareFilled";
|
|
164
164
|
export { default as CloseSquareOutlined } from "./asn/CloseSquareOutlined";
|
|
165
|
+
export { default as ClosureOutlined } from "./asn/ClosureOutlined";
|
|
165
166
|
export { default as CloudFilled } from "./asn/CloudFilled";
|
|
166
167
|
export { default as CloudOutlined } from "./asn/CloudOutlined";
|
|
167
168
|
export { default as Co2Outlined } from "./asn/Co2Outlined";
|
|
@@ -233,6 +234,7 @@ export { default as DrawRectangleOutlined } from "./asn/DrawRectangleOutlined";
|
|
|
233
234
|
export { default as DrawRoundOutlined } from "./asn/DrawRoundOutlined";
|
|
234
235
|
export { default as DrinkWaterPointOutlined } from "./asn/DrinkWaterPointOutlined";
|
|
235
236
|
export { default as DriveRecorderOutlined } from "./asn/DriveRecorderOutlined";
|
|
237
|
+
export { default as DroneAirportOpenOutlined } from "./asn/DroneAirportOpenOutlined";
|
|
236
238
|
export { default as DroneAirportOutlined } from "./asn/DroneAirportOutlined";
|
|
237
239
|
export { default as DroneFilled } from "./asn/DroneFilled";
|
|
238
240
|
export { default as DroneOutlined } from "./asn/DroneOutlined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M542.08 160h-60.16a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8h60.03a8 8 0 0 0 7.94-8V168a8 8 0 0 0-7.94-7.94V160zM297.73 403.52a7.23 7.23 0 0 0-11.71 5.7v66.68H40.06a8 8 0 0 0-8 8v56.07a7.9 7.9 0 0 0 7.68 8h246.21v62.78c0 6.02 7.04 9.41 11.71 5.7l127.5-100.8a7.23 7.23 0 0 0 .18-11.4L297.8 403.59v-.06zm428.41 0a7.23 7.23 0 0 1 11.72 5.7v66.68h246.08a8 8 0 0 1 8 8v56.07a8 8 0 0 1-7.68 8H737.98v62.78c0 6.02-7.04 9.41-11.7 5.7l-127.43-100.8a7.23 7.23 0 0 1-.2-11.4l127.56-100.67v-.06z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M840 856a32 32 0 0 1-32 32h-40v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64H344v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64h-40a32 32 0 0 1-32-32V499.97a8 8 0 0 1 8-8h640a8 8 0 0 1 8 8V856zm-72-300.03H256V816h512V555.97zM32 436.03V197.31a32 32 0 0 1 9.34-22.65L142.72 73.34A32 32 0 0 1 165.25 64H400a8 8 0 0 1 8 8v364.03a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8zM336 136H181.82L104 213.82v166.15h232v-243.9zm656 300.03V197.31a32 32 0 0 0-9.34-22.65L881.28 73.34A32 32 0 0 0 858.75 64H624a8 8 0 0 0-8 8v364.03a8 8 0 0 0 8 8h360a8 8 0 0 0 8-8zM688 136h154.18L920 213.82v166.15H688v-243.9z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M542.08 160h-60.16a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8h60.03a8 8 0 0 0 7.94-8V168a8 8 0 0 0-7.94-7.94V160zM297.73 403.52a7.23 7.23 0 0 0-11.71 5.7v66.68H40.06a8 8 0 0 0-8 8v56.07a7.9 7.9 0 0 0 7.68 8h246.21v62.78c0 6.02 7.04 9.41 11.71 5.7l127.5-100.8a7.23 7.23 0 0 0 .18-11.4L297.8 403.59v-.06zm428.41 0a7.23 7.23 0 0 1 11.72 5.7v66.68h246.08a8 8 0 0 1 8 8v56.07a8 8 0 0 1-7.68 8H737.98v62.78c0 6.02-7.04 9.41-11.7 5.7l-127.43-100.8a7.23 7.23 0 0 1-.2-11.4l127.56-100.67v-.06z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M840 856a32 32 0 0 1-32 32h-40v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64H344v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64h-40a32 32 0 0 1-32-32V499.97a8 8 0 0 1 8-8h640a8 8 0 0 1 8 8V856zm-72-300.03H256V816h512V555.97zM32 436.03V197.31a32 32 0 0 1 9.34-22.65L142.72 73.34A32 32 0 0 1 165.25 64H400a8 8 0 0 1 8 8v364.03a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8zM336 136H181.82L104 213.82v166.15h232v-243.9zm656 300.03V197.31a32 32 0 0 0-9.34-22.65L881.28 73.34A32 32 0 0 0 858.75 64H624a8 8 0 0 0-8 8v364.03a8 8 0 0 0 8 8h360a8 8 0 0 0 8-8zM688 136h154.18L920 213.82v166.15H688v-243.9z" /></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/ClosureOutlined.ts
|
|
20
|
+
var ClosureOutlined_exports = {};
|
|
21
|
+
__export(ClosureOutlined_exports, {
|
|
22
|
+
default: () => ClosureOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ClosureOutlined_exports);
|
|
25
|
+
var ClosureOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M542.08 160h-60.16a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8h60.03a8 8 0 0 0 7.94-8V168a8 8 0 0 0-7.94-7.94V160zM297.73 403.52a7.23 7.23 0 0 0-11.71 5.7v66.68H40.06a8 8 0 0 0-8 8v56.07a7.9 7.9 0 0 0 7.68 8h246.21v62.78c0 6.02 7.04 9.41 11.71 5.7l127.5-100.8a7.23 7.23 0 0 0 .18-11.4L297.8 403.59v-.06zm428.41 0a7.23 7.23 0 0 1 11.72 5.7v66.68h246.08a8 8 0 0 1 8 8v56.07a8 8 0 0 1-7.68 8H737.98v62.78c0 6.02-7.04 9.41-11.7 5.7l-127.43-100.8a7.23 7.23 0 0 1-.2-11.4l127.56-100.67v-.06z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "closure",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var ClosureOutlined_default = ClosureOutlined;
|
|
@@ -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/DroneAirportOpenOutlined.ts
|
|
20
|
+
var DroneAirportOpenOutlined_exports = {};
|
|
21
|
+
__export(DroneAirportOpenOutlined_exports, {
|
|
22
|
+
default: () => DroneAirportOpenOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(DroneAirportOpenOutlined_exports);
|
|
25
|
+
var DroneAirportOpenOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M840 856a32 32 0 0 1-32 32h-40v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64H344v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64h-40a32 32 0 0 1-32-32V499.97a8 8 0 0 1 8-8h640a8 8 0 0 1 8 8V856zm-72-300.03H256V816h512V555.97zM32 436.03V197.31a32 32 0 0 1 9.34-22.65L142.72 73.34A32 32 0 0 1 165.25 64H400a8 8 0 0 1 8 8v364.03a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8zM336 136H181.82L104 213.82v166.15h232v-243.9zm656 300.03V197.31a32 32 0 0 0-9.34-22.65L881.28 73.34A32 32 0 0 0 858.75 64H624a8 8 0 0 0-8 8v364.03a8 8 0 0 0 8 8h360a8 8 0 0 0 8-8zM688 136h154.18L920 213.82v166.15H688v-243.9z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "drone-airport-open",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var DroneAirportOpenOutlined_default = DroneAirportOpenOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -161,6 +161,7 @@ export { default as CloseCircleOutlined } from './asn/CloseCircleOutlined';
|
|
|
161
161
|
export { default as CloseOutlined } from './asn/CloseOutlined';
|
|
162
162
|
export { default as CloseSquareFilled } from './asn/CloseSquareFilled';
|
|
163
163
|
export { default as CloseSquareOutlined } from './asn/CloseSquareOutlined';
|
|
164
|
+
export { default as ClosureOutlined } from './asn/ClosureOutlined';
|
|
164
165
|
export { default as CloudFilled } from './asn/CloudFilled';
|
|
165
166
|
export { default as CloudOutlined } from './asn/CloudOutlined';
|
|
166
167
|
export { default as Co2Outlined } from './asn/Co2Outlined';
|
|
@@ -232,6 +233,7 @@ export { default as DrawRectangleOutlined } from './asn/DrawRectangleOutlined';
|
|
|
232
233
|
export { default as DrawRoundOutlined } from './asn/DrawRoundOutlined';
|
|
233
234
|
export { default as DrinkWaterPointOutlined } from './asn/DrinkWaterPointOutlined';
|
|
234
235
|
export { default as DriveRecorderOutlined } from './asn/DriveRecorderOutlined';
|
|
236
|
+
export { default as DroneAirportOpenOutlined } from './asn/DroneAirportOpenOutlined';
|
|
235
237
|
export { default as DroneAirportOutlined } from './asn/DroneAirportOutlined';
|
|
236
238
|
export { default as DroneFilled } from './asn/DroneFilled';
|
|
237
239
|
export { default as DroneOutlined } from './asn/DroneOutlined';
|
package/lib/index.js
CHANGED
|
@@ -192,6 +192,7 @@ __export(src_exports, {
|
|
|
192
192
|
CloseOutlined: () => import_CloseOutlined.default,
|
|
193
193
|
CloseSquareFilled: () => import_CloseSquareFilled.default,
|
|
194
194
|
CloseSquareOutlined: () => import_CloseSquareOutlined.default,
|
|
195
|
+
ClosureOutlined: () => import_ClosureOutlined.default,
|
|
195
196
|
CloudFilled: () => import_CloudFilled.default,
|
|
196
197
|
CloudOutlined: () => import_CloudOutlined.default,
|
|
197
198
|
Co2Outlined: () => import_Co2Outlined.default,
|
|
@@ -263,6 +264,7 @@ __export(src_exports, {
|
|
|
263
264
|
DrawRoundOutlined: () => import_DrawRoundOutlined.default,
|
|
264
265
|
DrinkWaterPointOutlined: () => import_DrinkWaterPointOutlined.default,
|
|
265
266
|
DriveRecorderOutlined: () => import_DriveRecorderOutlined.default,
|
|
267
|
+
DroneAirportOpenOutlined: () => import_DroneAirportOpenOutlined.default,
|
|
266
268
|
DroneAirportOutlined: () => import_DroneAirportOutlined.default,
|
|
267
269
|
DroneFilled: () => import_DroneFilled.default,
|
|
268
270
|
DroneOutlined: () => import_DroneOutlined.default,
|
|
@@ -1227,6 +1229,7 @@ var import_CloseCircleOutlined = __toESM(require("./asn/CloseCircleOutlined"));
|
|
|
1227
1229
|
var import_CloseOutlined = __toESM(require("./asn/CloseOutlined"));
|
|
1228
1230
|
var import_CloseSquareFilled = __toESM(require("./asn/CloseSquareFilled"));
|
|
1229
1231
|
var import_CloseSquareOutlined = __toESM(require("./asn/CloseSquareOutlined"));
|
|
1232
|
+
var import_ClosureOutlined = __toESM(require("./asn/ClosureOutlined"));
|
|
1230
1233
|
var import_CloudFilled = __toESM(require("./asn/CloudFilled"));
|
|
1231
1234
|
var import_CloudOutlined = __toESM(require("./asn/CloudOutlined"));
|
|
1232
1235
|
var import_Co2Outlined = __toESM(require("./asn/Co2Outlined"));
|
|
@@ -1298,6 +1301,7 @@ var import_DrawRectangleOutlined = __toESM(require("./asn/DrawRectangleOutlined"
|
|
|
1298
1301
|
var import_DrawRoundOutlined = __toESM(require("./asn/DrawRoundOutlined"));
|
|
1299
1302
|
var import_DrinkWaterPointOutlined = __toESM(require("./asn/DrinkWaterPointOutlined"));
|
|
1300
1303
|
var import_DriveRecorderOutlined = __toESM(require("./asn/DriveRecorderOutlined"));
|
|
1304
|
+
var import_DroneAirportOpenOutlined = __toESM(require("./asn/DroneAirportOpenOutlined"));
|
|
1301
1305
|
var import_DroneAirportOutlined = __toESM(require("./asn/DroneAirportOutlined"));
|
|
1302
1306
|
var import_DroneFilled = __toESM(require("./asn/DroneFilled"));
|
|
1303
1307
|
var import_DroneOutlined = __toESM(require("./asn/DroneOutlined"));
|
|
@@ -2262,6 +2266,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2262
2266
|
CloseOutlined,
|
|
2263
2267
|
CloseSquareFilled,
|
|
2264
2268
|
CloseSquareOutlined,
|
|
2269
|
+
ClosureOutlined,
|
|
2265
2270
|
CloudFilled,
|
|
2266
2271
|
CloudOutlined,
|
|
2267
2272
|
Co2Outlined,
|
|
@@ -2333,6 +2338,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2333
2338
|
DrawRoundOutlined,
|
|
2334
2339
|
DrinkWaterPointOutlined,
|
|
2335
2340
|
DriveRecorderOutlined,
|
|
2341
|
+
DroneAirportOpenOutlined,
|
|
2336
2342
|
DroneAirportOutlined,
|
|
2337
2343
|
DroneFilled,
|
|
2338
2344
|
DroneOutlined,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const ClosureOutlined: 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: 'M542.08 160h-60.16a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8h60.03a8 8 0 0 0 7.94-8V168a8 8 0 0 0-7.94-7.94V160zM297.73 403.52a7.23 7.23 0 0 0-11.71 5.7v66.68H40.06a8 8 0 0 0-8 8v56.07a7.9 7.9 0 0 0 7.68 8h246.21v62.78c0 6.02 7.04 9.41 11.71 5.7l127.5-100.8a7.23 7.23 0 0 0 .18-11.4L297.8 403.59v-.06zm428.41 0a7.23 7.23 0 0 1 11.72 5.7v66.68h246.08a8 8 0 0 1 8 8v56.07a8 8 0 0 1-7.68 8H737.98v62.78c0 6.02-7.04 9.41-11.7 5.7l-127.43-100.8a7.23 7.23 0 0 1-.2-11.4l127.56-100.67v-.06z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'closure',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default ClosureOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const DroneAirportOpenOutlined: 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: 'M840 856a32 32 0 0 1-32 32h-40v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64H344v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64h-40a32 32 0 0 1-32-32V499.97a8 8 0 0 1 8-8h640a8 8 0 0 1 8 8V856zm-72-300.03H256V816h512V555.97zM32 436.03V197.31a32 32 0 0 1 9.34-22.65L142.72 73.34A32 32 0 0 1 165.25 64H400a8 8 0 0 1 8 8v364.03a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8zM336 136H181.82L104 213.82v166.15h232v-243.9zm656 300.03V197.31a32 32 0 0 0-9.34-22.65L881.28 73.34A32 32 0 0 0 858.75 64H624a8 8 0 0 0-8 8v364.03a8 8 0 0 0 8 8h360a8 8 0 0 0 8-8zM688 136h154.18L920 213.82v166.15H688v-243.9z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'drone-airport-open',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default DroneAirportOpenOutlined;
|
package/src/index.ts
CHANGED
|
@@ -162,6 +162,7 @@ export { default as CloseCircleOutlined } from './asn/CloseCircleOutlined';
|
|
|
162
162
|
export { default as CloseOutlined } from './asn/CloseOutlined';
|
|
163
163
|
export { default as CloseSquareFilled } from './asn/CloseSquareFilled';
|
|
164
164
|
export { default as CloseSquareOutlined } from './asn/CloseSquareOutlined';
|
|
165
|
+
export { default as ClosureOutlined } from './asn/ClosureOutlined';
|
|
165
166
|
export { default as CloudFilled } from './asn/CloudFilled';
|
|
166
167
|
export { default as CloudOutlined } from './asn/CloudOutlined';
|
|
167
168
|
export { default as Co2Outlined } from './asn/Co2Outlined';
|
|
@@ -233,6 +234,7 @@ export { default as DrawRectangleOutlined } from './asn/DrawRectangleOutlined';
|
|
|
233
234
|
export { default as DrawRoundOutlined } from './asn/DrawRoundOutlined';
|
|
234
235
|
export { default as DrinkWaterPointOutlined } from './asn/DrinkWaterPointOutlined';
|
|
235
236
|
export { default as DriveRecorderOutlined } from './asn/DriveRecorderOutlined';
|
|
237
|
+
export { default as DroneAirportOpenOutlined } from './asn/DroneAirportOpenOutlined';
|
|
236
238
|
export { default as DroneAirportOutlined } from './asn/DroneAirportOutlined';
|
|
237
239
|
export { default as DroneFilled } from './asn/DroneFilled';
|
|
238
240
|
export { default as DroneOutlined } from './asn/DroneOutlined';
|