@sensoro-design/icons-svg 2.81.0 → 2.83.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/HexagonOutlined.d.ts +3 -0
- package/es/asn/HexagonOutlined.js +20 -0
- package/es/asn/SendFilled.d.ts +3 -0
- package/es/asn/SendFilled.js +20 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/inline-namespaced-svg/filled/send.svg +1 -0
- package/inline-namespaced-svg/outlined/hexagon.svg +1 -0
- package/inline-svg/filled/send.svg +1 -0
- package/inline-svg/outlined/hexagon.svg +1 -0
- package/lib/asn/HexagonOutlined.d.ts +3 -0
- package/lib/asn/HexagonOutlined.js +41 -0
- package/lib/asn/SendFilled.d.ts +3 -0
- package/lib/asn/SendFilled.js +41 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +6 -0
- package/package.json +1 -1
- package/src/asn/HexagonOutlined.ts +21 -0
- package/src/asn/SendFilled.ts +21 -0
- package/src/index.ts +2 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var HexagonOutlined = {
|
|
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: 'm679.64 632.83 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L548 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm-304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L244 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm288 64.66L596 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-304 0L292 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L396 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L700 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm-608 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L92 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm288 64.66L444 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm304 0L748 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-608 0L140 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L244 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L548 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm-320 64.66L292 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05zm304 0L596 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'hexagon',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default HexagonOutlined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var SendFilled = {
|
|
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: 'M871.04 89.8 120.06 380.15a51.2 51.2 0 0 0-1.79 94.72l303.36 130.56 131.07 304a51.2 51.2 0 0 0 94.79-1.92l289.79-751.55a51.2 51.2 0 0 0-66.24-66.11v-.07z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'send',
|
|
18
|
+
theme: 'filled'
|
|
19
|
+
};
|
|
20
|
+
export default SendFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -450,6 +450,7 @@ export { default as HeatmapOutlined } from './asn/HeatmapOutlined';
|
|
|
450
450
|
export { default as HeavyFogOutlined } from './asn/HeavyFogOutlined';
|
|
451
451
|
export { default as HelmetFilled } from './asn/HelmetFilled';
|
|
452
452
|
export { default as HelmetOutlined } from './asn/HelmetOutlined';
|
|
453
|
+
export { default as HexagonOutlined } from './asn/HexagonOutlined';
|
|
453
454
|
export { default as HiddenDangerFilled } from './asn/HiddenDangerFilled';
|
|
454
455
|
export { default as HighAltitudeCruiseOutlined } from './asn/HighAltitudeCruiseOutlined';
|
|
455
456
|
export { default as HighSpeedBayonetFilled } from './asn/HighSpeedBayonetFilled';
|
|
@@ -829,6 +830,7 @@ export { default as SearchProOutlined } from './asn/SearchProOutlined';
|
|
|
829
830
|
export { default as SecurityCenterOutlined } from './asn/SecurityCenterOutlined';
|
|
830
831
|
export { default as SecurityGuardOutlined } from './asn/SecurityGuardOutlined';
|
|
831
832
|
export { default as SemanticSearchOutlined } from './asn/SemanticSearchOutlined';
|
|
833
|
+
export { default as SendFilled } from './asn/SendFilled';
|
|
832
834
|
export { default as SerialNumberOutlined } from './asn/SerialNumberOutlined';
|
|
833
835
|
export { default as Service24HourOutlined } from './asn/Service24HourOutlined';
|
|
834
836
|
export { default as ServiceCardFilled } from './asn/ServiceCardFilled';
|
package/es/index.js
CHANGED
|
@@ -451,6 +451,7 @@ export { default as HeatmapOutlined } from "./asn/HeatmapOutlined";
|
|
|
451
451
|
export { default as HeavyFogOutlined } from "./asn/HeavyFogOutlined";
|
|
452
452
|
export { default as HelmetFilled } from "./asn/HelmetFilled";
|
|
453
453
|
export { default as HelmetOutlined } from "./asn/HelmetOutlined";
|
|
454
|
+
export { default as HexagonOutlined } from "./asn/HexagonOutlined";
|
|
454
455
|
export { default as HiddenDangerFilled } from "./asn/HiddenDangerFilled";
|
|
455
456
|
export { default as HighAltitudeCruiseOutlined } from "./asn/HighAltitudeCruiseOutlined";
|
|
456
457
|
export { default as HighSpeedBayonetFilled } from "./asn/HighSpeedBayonetFilled";
|
|
@@ -830,6 +831,7 @@ export { default as SearchProOutlined } from "./asn/SearchProOutlined";
|
|
|
830
831
|
export { default as SecurityCenterOutlined } from "./asn/SecurityCenterOutlined";
|
|
831
832
|
export { default as SecurityGuardOutlined } from "./asn/SecurityGuardOutlined";
|
|
832
833
|
export { default as SemanticSearchOutlined } from "./asn/SemanticSearchOutlined";
|
|
834
|
+
export { default as SendFilled } from "./asn/SendFilled";
|
|
833
835
|
export { default as SerialNumberOutlined } from "./asn/SerialNumberOutlined";
|
|
834
836
|
export { default as Service24HourOutlined } from "./asn/Service24HourOutlined";
|
|
835
837
|
export { default as ServiceCardFilled } from "./asn/ServiceCardFilled";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M871.04 89.8 120.06 380.15a51.2 51.2 0 0 0-1.79 94.72l303.36 130.56 131.07 304a51.2 51.2 0 0 0 94.79-1.92l289.79-751.55a51.2 51.2 0 0 0-66.24-66.11v-.07z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="m679.64 632.83 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L548 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm-304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L244 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm288 64.66L596 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-304 0L292 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L396 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L700 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm-608 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L92 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm288 64.66L444 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm304 0L748 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-608 0L140 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L244 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L548 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm-320 64.66L292 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05zm304 0L596 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M871.04 89.8 120.06 380.15a51.2 51.2 0 0 0-1.79 94.72l303.36 130.56 131.07 304a51.2 51.2 0 0 0 94.79-1.92l289.79-751.55a51.2 51.2 0 0 0-66.24-66.11v-.07z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="m679.64 632.83 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L548 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm-304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L244 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm288 64.66L596 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-304 0L292 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L396 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L700 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm-608 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L92 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm288 64.66L444 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm304 0L748 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-608 0L140 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L244 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L548 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm-320 64.66L292 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05zm304 0L596 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05z" /></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/HexagonOutlined.ts
|
|
20
|
+
var HexagonOutlined_exports = {};
|
|
21
|
+
__export(HexagonOutlined_exports, {
|
|
22
|
+
default: () => HexagonOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(HexagonOutlined_exports);
|
|
25
|
+
var HexagonOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "m679.64 632.83 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L548 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm-304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L244 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm288 64.66L596 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-304 0L292 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L396 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L700 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm-608 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L92 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm288 64.66L444 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm304 0L748 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-608 0L140 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L244 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L548 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm-320 64.66L292 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05zm304 0L596 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "hexagon",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var HexagonOutlined_default = HexagonOutlined;
|
|
@@ -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/SendFilled.ts
|
|
20
|
+
var SendFilled_exports = {};
|
|
21
|
+
__export(SendFilled_exports, {
|
|
22
|
+
default: () => SendFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(SendFilled_exports);
|
|
25
|
+
var SendFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M871.04 89.8 120.06 380.15a51.2 51.2 0 0 0-1.79 94.72l303.36 130.56 131.07 304a51.2 51.2 0 0 0 94.79-1.92l289.79-751.55a51.2 51.2 0 0 0-66.24-66.11v-.07z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "send",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var SendFilled_default = SendFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -450,6 +450,7 @@ export { default as HeatmapOutlined } from './asn/HeatmapOutlined';
|
|
|
450
450
|
export { default as HeavyFogOutlined } from './asn/HeavyFogOutlined';
|
|
451
451
|
export { default as HelmetFilled } from './asn/HelmetFilled';
|
|
452
452
|
export { default as HelmetOutlined } from './asn/HelmetOutlined';
|
|
453
|
+
export { default as HexagonOutlined } from './asn/HexagonOutlined';
|
|
453
454
|
export { default as HiddenDangerFilled } from './asn/HiddenDangerFilled';
|
|
454
455
|
export { default as HighAltitudeCruiseOutlined } from './asn/HighAltitudeCruiseOutlined';
|
|
455
456
|
export { default as HighSpeedBayonetFilled } from './asn/HighSpeedBayonetFilled';
|
|
@@ -829,6 +830,7 @@ export { default as SearchProOutlined } from './asn/SearchProOutlined';
|
|
|
829
830
|
export { default as SecurityCenterOutlined } from './asn/SecurityCenterOutlined';
|
|
830
831
|
export { default as SecurityGuardOutlined } from './asn/SecurityGuardOutlined';
|
|
831
832
|
export { default as SemanticSearchOutlined } from './asn/SemanticSearchOutlined';
|
|
833
|
+
export { default as SendFilled } from './asn/SendFilled';
|
|
832
834
|
export { default as SerialNumberOutlined } from './asn/SerialNumberOutlined';
|
|
833
835
|
export { default as Service24HourOutlined } from './asn/Service24HourOutlined';
|
|
834
836
|
export { default as ServiceCardFilled } from './asn/ServiceCardFilled';
|
package/lib/index.js
CHANGED
|
@@ -481,6 +481,7 @@ __export(src_exports, {
|
|
|
481
481
|
HeavyFogOutlined: () => import_HeavyFogOutlined.default,
|
|
482
482
|
HelmetFilled: () => import_HelmetFilled.default,
|
|
483
483
|
HelmetOutlined: () => import_HelmetOutlined.default,
|
|
484
|
+
HexagonOutlined: () => import_HexagonOutlined.default,
|
|
484
485
|
HiddenDangerFilled: () => import_HiddenDangerFilled.default,
|
|
485
486
|
HighAltitudeCruiseOutlined: () => import_HighAltitudeCruiseOutlined.default,
|
|
486
487
|
HighSpeedBayonetFilled: () => import_HighSpeedBayonetFilled.default,
|
|
@@ -860,6 +861,7 @@ __export(src_exports, {
|
|
|
860
861
|
SecurityCenterOutlined: () => import_SecurityCenterOutlined.default,
|
|
861
862
|
SecurityGuardOutlined: () => import_SecurityGuardOutlined.default,
|
|
862
863
|
SemanticSearchOutlined: () => import_SemanticSearchOutlined.default,
|
|
864
|
+
SendFilled: () => import_SendFilled.default,
|
|
863
865
|
SerialNumberOutlined: () => import_SerialNumberOutlined.default,
|
|
864
866
|
Service24HourOutlined: () => import_Service24HourOutlined.default,
|
|
865
867
|
ServiceCardFilled: () => import_ServiceCardFilled.default,
|
|
@@ -1542,6 +1544,7 @@ var import_HeatmapOutlined = __toESM(require("./asn/HeatmapOutlined"));
|
|
|
1542
1544
|
var import_HeavyFogOutlined = __toESM(require("./asn/HeavyFogOutlined"));
|
|
1543
1545
|
var import_HelmetFilled = __toESM(require("./asn/HelmetFilled"));
|
|
1544
1546
|
var import_HelmetOutlined = __toESM(require("./asn/HelmetOutlined"));
|
|
1547
|
+
var import_HexagonOutlined = __toESM(require("./asn/HexagonOutlined"));
|
|
1545
1548
|
var import_HiddenDangerFilled = __toESM(require("./asn/HiddenDangerFilled"));
|
|
1546
1549
|
var import_HighAltitudeCruiseOutlined = __toESM(require("./asn/HighAltitudeCruiseOutlined"));
|
|
1547
1550
|
var import_HighSpeedBayonetFilled = __toESM(require("./asn/HighSpeedBayonetFilled"));
|
|
@@ -1921,6 +1924,7 @@ var import_SearchProOutlined = __toESM(require("./asn/SearchProOutlined"));
|
|
|
1921
1924
|
var import_SecurityCenterOutlined = __toESM(require("./asn/SecurityCenterOutlined"));
|
|
1922
1925
|
var import_SecurityGuardOutlined = __toESM(require("./asn/SecurityGuardOutlined"));
|
|
1923
1926
|
var import_SemanticSearchOutlined = __toESM(require("./asn/SemanticSearchOutlined"));
|
|
1927
|
+
var import_SendFilled = __toESM(require("./asn/SendFilled"));
|
|
1924
1928
|
var import_SerialNumberOutlined = __toESM(require("./asn/SerialNumberOutlined"));
|
|
1925
1929
|
var import_Service24HourOutlined = __toESM(require("./asn/Service24HourOutlined"));
|
|
1926
1930
|
var import_ServiceCardFilled = __toESM(require("./asn/ServiceCardFilled"));
|
|
@@ -2603,6 +2607,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2603
2607
|
HeavyFogOutlined,
|
|
2604
2608
|
HelmetFilled,
|
|
2605
2609
|
HelmetOutlined,
|
|
2610
|
+
HexagonOutlined,
|
|
2606
2611
|
HiddenDangerFilled,
|
|
2607
2612
|
HighAltitudeCruiseOutlined,
|
|
2608
2613
|
HighSpeedBayonetFilled,
|
|
@@ -2982,6 +2987,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2982
2987
|
SecurityCenterOutlined,
|
|
2983
2988
|
SecurityGuardOutlined,
|
|
2984
2989
|
SemanticSearchOutlined,
|
|
2990
|
+
SendFilled,
|
|
2985
2991
|
SerialNumberOutlined,
|
|
2986
2992
|
Service24HourOutlined,
|
|
2987
2993
|
ServiceCardFilled,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const HexagonOutlined: 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: 'm679.64 632.83 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L548 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm-304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.71l-99.63 57.52a32 32 0 0 1-32 0L244 860.83a32 32 0 0 1-16-27.71V718.07a32 32 0 0 1 16-27.71l99.64-57.53a32 32 0 0 1 32 0zm288 64.66L596 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-304 0L292 736.54v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L396 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L700 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm-608 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L92 597.56a32 32 0 0 1-16-27.71V454.8a32 32 0 0 1 16-27.72l99.64-57.52a32 32 0 0 1 32 0zm288 64.66L444 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm304 0L748 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm-608 0L140 473.27v78.1l67.64 39.05 67.63-39.05v-78.1l-67.64-39.05zm168-327.93 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L244 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm304 0 99.63 57.52a32 32 0 0 1 16 27.72v115.05a32 32 0 0 1-16 27.7l-99.63 57.53a32 32 0 0 1-32 0L548 334.3a32 32 0 0 1-16-27.72V191.52a32 32 0 0 1 16-27.7l99.64-57.53a32 32 0 0 1 32 0zm-320 64.66L292 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05zm304 0L596 210v78.1l67.64 39.05 67.63-39.05V210l-67.64-39.05z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'hexagon',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default HexagonOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const SendFilled: 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: 'M871.04 89.8 120.06 380.15a51.2 51.2 0 0 0-1.79 94.72l303.36 130.56 131.07 304a51.2 51.2 0 0 0 94.79-1.92l289.79-751.55a51.2 51.2 0 0 0-66.24-66.11v-.07z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'send',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default SendFilled;
|
package/src/index.ts
CHANGED
|
@@ -451,6 +451,7 @@ export { default as HeatmapOutlined } from './asn/HeatmapOutlined';
|
|
|
451
451
|
export { default as HeavyFogOutlined } from './asn/HeavyFogOutlined';
|
|
452
452
|
export { default as HelmetFilled } from './asn/HelmetFilled';
|
|
453
453
|
export { default as HelmetOutlined } from './asn/HelmetOutlined';
|
|
454
|
+
export { default as HexagonOutlined } from './asn/HexagonOutlined';
|
|
454
455
|
export { default as HiddenDangerFilled } from './asn/HiddenDangerFilled';
|
|
455
456
|
export { default as HighAltitudeCruiseOutlined } from './asn/HighAltitudeCruiseOutlined';
|
|
456
457
|
export { default as HighSpeedBayonetFilled } from './asn/HighSpeedBayonetFilled';
|
|
@@ -830,6 +831,7 @@ export { default as SearchProOutlined } from './asn/SearchProOutlined';
|
|
|
830
831
|
export { default as SecurityCenterOutlined } from './asn/SecurityCenterOutlined';
|
|
831
832
|
export { default as SecurityGuardOutlined } from './asn/SecurityGuardOutlined';
|
|
832
833
|
export { default as SemanticSearchOutlined } from './asn/SemanticSearchOutlined';
|
|
834
|
+
export { default as SendFilled } from './asn/SendFilled';
|
|
833
835
|
export { default as SerialNumberOutlined } from './asn/SerialNumberOutlined';
|
|
834
836
|
export { default as Service24HourOutlined } from './asn/Service24HourOutlined';
|
|
835
837
|
export { default as ServiceCardFilled } from './asn/ServiceCardFilled';
|