@sensoro-design/icons-svg 2.96.0 → 2.98.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.
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const DispatchingOutlined: IconDefinition;
3
+ export default DispatchingOutlined;
@@ -0,0 +1,23 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var DispatchingOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 16 16',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 'fill-rule': 'evenodd',
14
+ stroke: 'none',
15
+ 'stroke-width': '1',
16
+ d: 'm8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z'
17
+ }
18
+ }]
19
+ },
20
+ name: 'dispatching',
21
+ theme: 'outlined'
22
+ };
23
+ export default DispatchingOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const LayoutDownOutlined: IconDefinition;
3
+ export default LayoutDownOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var LayoutDownOutlined = {
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: 'M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-40 549H184.52v178.16H840V661zm0-477H184.52v405H840V184z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'layout-down',
18
+ theme: 'outlined'
19
+ };
20
+ export default LayoutDownOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const LayoutRightOutlined: IconDefinition;
3
+ export default LayoutRightOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var LayoutRightOutlined = {
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: 'M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-290 72H184.52v655.16H590V184zm250 0H662v655.16h178V184z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'layout-right',
18
+ theme: 'outlined'
19
+ };
20
+ export default LayoutRightOutlined;
package/es/index.d.ts CHANGED
@@ -225,6 +225,7 @@ export { default as DigitalMediaFilled } from './asn/DigitalMediaFilled';
225
225
  export { default as DigitalMediaOutlined } from './asn/DigitalMediaOutlined';
226
226
  export { default as DirectedFlightOutlined } from './asn/DirectedFlightOutlined';
227
227
  export { default as DislikeOutlined } from './asn/DislikeOutlined';
228
+ export { default as DispatchingOutlined } from './asn/DispatchingOutlined';
228
229
  export { default as DistanceOutlined } from './asn/DistanceOutlined';
229
230
  export { default as DockFilled } from './asn/DockFilled';
230
231
  export { default as DockOutlined } from './asn/DockOutlined';
@@ -521,7 +522,9 @@ export { default as KinescopeOutlined } from './asn/KinescopeOutlined';
521
522
  export { default as KinescopeStopOutlined } from './asn/KinescopeStopOutlined';
522
523
  export { default as LakeOutlined } from './asn/LakeOutlined';
523
524
  export { default as LandingOutlined } from './asn/LandingOutlined';
525
+ export { default as LayoutDownOutlined } from './asn/LayoutDownOutlined';
524
526
  export { default as LayoutOutlined } from './asn/LayoutOutlined';
527
+ export { default as LayoutRightOutlined } from './asn/LayoutRightOutlined';
525
528
  export { default as LeakingOutlined } from './asn/LeakingOutlined';
526
529
  export { default as LeaveOutlined } from './asn/LeaveOutlined';
527
530
  export { default as LeavesOutlined } from './asn/LeavesOutlined';
package/es/index.js CHANGED
@@ -226,6 +226,7 @@ export { default as DigitalMediaFilled } from "./asn/DigitalMediaFilled";
226
226
  export { default as DigitalMediaOutlined } from "./asn/DigitalMediaOutlined";
227
227
  export { default as DirectedFlightOutlined } from "./asn/DirectedFlightOutlined";
228
228
  export { default as DislikeOutlined } from "./asn/DislikeOutlined";
229
+ export { default as DispatchingOutlined } from "./asn/DispatchingOutlined";
229
230
  export { default as DistanceOutlined } from "./asn/DistanceOutlined";
230
231
  export { default as DockFilled } from "./asn/DockFilled";
231
232
  export { default as DockOutlined } from "./asn/DockOutlined";
@@ -522,7 +523,9 @@ export { default as KinescopeOutlined } from "./asn/KinescopeOutlined";
522
523
  export { default as KinescopeStopOutlined } from "./asn/KinescopeStopOutlined";
523
524
  export { default as LakeOutlined } from "./asn/LakeOutlined";
524
525
  export { default as LandingOutlined } from "./asn/LandingOutlined";
526
+ export { default as LayoutDownOutlined } from "./asn/LayoutDownOutlined";
525
527
  export { default as LayoutOutlined } from "./asn/LayoutOutlined";
528
+ export { default as LayoutRightOutlined } from "./asn/LayoutRightOutlined";
526
529
  export { default as LeakingOutlined } from "./asn/LeakingOutlined";
527
530
  export { default as LeaveOutlined } from "./asn/LeaveOutlined";
528
531
  export { default as LeavesOutlined } from "./asn/LeavesOutlined";
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" focusable="false" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" stroke="none" stroke-width="1" d="m8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-40 549H184.52v178.16H840V661zm0-477H184.52v405H840V184z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-290 72H184.52v655.16H590V184zm250 0H662v655.16h178V184z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" focusable="false"><path fill-rule="evenodd" stroke="none" stroke-width="1" d="m8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-40 549H184.52v178.16H840V661zm0-477H184.52v405H840V184z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-290 72H184.52v655.16H590V184zm250 0H662v655.16h178V184z" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const DispatchingOutlined: IconDefinition;
3
+ export default DispatchingOutlined;
@@ -0,0 +1,44 @@
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/DispatchingOutlined.ts
20
+ var DispatchingOutlined_exports = {};
21
+ __export(DispatchingOutlined_exports, {
22
+ default: () => DispatchingOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(DispatchingOutlined_exports);
25
+ var DispatchingOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 16 16", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ "fill-rule": "evenodd",
34
+ stroke: "none",
35
+ "stroke-width": "1",
36
+ d: "m8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z"
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ name: "dispatching",
42
+ theme: "outlined"
43
+ };
44
+ var DispatchingOutlined_default = DispatchingOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const LayoutDownOutlined: IconDefinition;
3
+ export default LayoutDownOutlined;
@@ -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/LayoutDownOutlined.ts
20
+ var LayoutDownOutlined_exports = {};
21
+ __export(LayoutDownOutlined_exports, {
22
+ default: () => LayoutDownOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(LayoutDownOutlined_exports);
25
+ var LayoutDownOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-40 549H184.52v178.16H840V661zm0-477H184.52v405H840V184z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "layout-down",
39
+ theme: "outlined"
40
+ };
41
+ var LayoutDownOutlined_default = LayoutDownOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const LayoutRightOutlined: IconDefinition;
3
+ export default LayoutRightOutlined;
@@ -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/LayoutRightOutlined.ts
20
+ var LayoutRightOutlined_exports = {};
21
+ __export(LayoutRightOutlined_exports, {
22
+ default: () => LayoutRightOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(LayoutRightOutlined_exports);
25
+ var LayoutRightOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-290 72H184.52v655.16H590V184zm250 0H662v655.16h178V184z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "layout-right",
39
+ theme: "outlined"
40
+ };
41
+ var LayoutRightOutlined_default = LayoutRightOutlined;
package/lib/index.d.ts CHANGED
@@ -225,6 +225,7 @@ export { default as DigitalMediaFilled } from './asn/DigitalMediaFilled';
225
225
  export { default as DigitalMediaOutlined } from './asn/DigitalMediaOutlined';
226
226
  export { default as DirectedFlightOutlined } from './asn/DirectedFlightOutlined';
227
227
  export { default as DislikeOutlined } from './asn/DislikeOutlined';
228
+ export { default as DispatchingOutlined } from './asn/DispatchingOutlined';
228
229
  export { default as DistanceOutlined } from './asn/DistanceOutlined';
229
230
  export { default as DockFilled } from './asn/DockFilled';
230
231
  export { default as DockOutlined } from './asn/DockOutlined';
@@ -521,7 +522,9 @@ export { default as KinescopeOutlined } from './asn/KinescopeOutlined';
521
522
  export { default as KinescopeStopOutlined } from './asn/KinescopeStopOutlined';
522
523
  export { default as LakeOutlined } from './asn/LakeOutlined';
523
524
  export { default as LandingOutlined } from './asn/LandingOutlined';
525
+ export { default as LayoutDownOutlined } from './asn/LayoutDownOutlined';
524
526
  export { default as LayoutOutlined } from './asn/LayoutOutlined';
527
+ export { default as LayoutRightOutlined } from './asn/LayoutRightOutlined';
525
528
  export { default as LeakingOutlined } from './asn/LeakingOutlined';
526
529
  export { default as LeaveOutlined } from './asn/LeaveOutlined';
527
530
  export { default as LeavesOutlined } from './asn/LeavesOutlined';
package/lib/index.js CHANGED
@@ -256,6 +256,7 @@ __export(src_exports, {
256
256
  DigitalMediaOutlined: () => import_DigitalMediaOutlined.default,
257
257
  DirectedFlightOutlined: () => import_DirectedFlightOutlined.default,
258
258
  DislikeOutlined: () => import_DislikeOutlined.default,
259
+ DispatchingOutlined: () => import_DispatchingOutlined.default,
259
260
  DistanceOutlined: () => import_DistanceOutlined.default,
260
261
  DockFilled: () => import_DockFilled.default,
261
262
  DockOutlined: () => import_DockOutlined.default,
@@ -552,7 +553,9 @@ __export(src_exports, {
552
553
  KinescopeStopOutlined: () => import_KinescopeStopOutlined.default,
553
554
  LakeOutlined: () => import_LakeOutlined.default,
554
555
  LandingOutlined: () => import_LandingOutlined.default,
556
+ LayoutDownOutlined: () => import_LayoutDownOutlined.default,
555
557
  LayoutOutlined: () => import_LayoutOutlined.default,
558
+ LayoutRightOutlined: () => import_LayoutRightOutlined.default,
556
559
  LeakingOutlined: () => import_LeakingOutlined.default,
557
560
  LeaveOutlined: () => import_LeaveOutlined.default,
558
561
  LeavesOutlined: () => import_LeavesOutlined.default,
@@ -1345,6 +1348,7 @@ var import_DigitalMediaFilled = __toESM(require("./asn/DigitalMediaFilled"));
1345
1348
  var import_DigitalMediaOutlined = __toESM(require("./asn/DigitalMediaOutlined"));
1346
1349
  var import_DirectedFlightOutlined = __toESM(require("./asn/DirectedFlightOutlined"));
1347
1350
  var import_DislikeOutlined = __toESM(require("./asn/DislikeOutlined"));
1351
+ var import_DispatchingOutlined = __toESM(require("./asn/DispatchingOutlined"));
1348
1352
  var import_DistanceOutlined = __toESM(require("./asn/DistanceOutlined"));
1349
1353
  var import_DockFilled = __toESM(require("./asn/DockFilled"));
1350
1354
  var import_DockOutlined = __toESM(require("./asn/DockOutlined"));
@@ -1641,7 +1645,9 @@ var import_KinescopeOutlined = __toESM(require("./asn/KinescopeOutlined"));
1641
1645
  var import_KinescopeStopOutlined = __toESM(require("./asn/KinescopeStopOutlined"));
1642
1646
  var import_LakeOutlined = __toESM(require("./asn/LakeOutlined"));
1643
1647
  var import_LandingOutlined = __toESM(require("./asn/LandingOutlined"));
1648
+ var import_LayoutDownOutlined = __toESM(require("./asn/LayoutDownOutlined"));
1644
1649
  var import_LayoutOutlined = __toESM(require("./asn/LayoutOutlined"));
1650
+ var import_LayoutRightOutlined = __toESM(require("./asn/LayoutRightOutlined"));
1645
1651
  var import_LeakingOutlined = __toESM(require("./asn/LeakingOutlined"));
1646
1652
  var import_LeaveOutlined = __toESM(require("./asn/LeaveOutlined"));
1647
1653
  var import_LeavesOutlined = __toESM(require("./asn/LeavesOutlined"));
@@ -2434,6 +2440,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2434
2440
  DigitalMediaOutlined,
2435
2441
  DirectedFlightOutlined,
2436
2442
  DislikeOutlined,
2443
+ DispatchingOutlined,
2437
2444
  DistanceOutlined,
2438
2445
  DockFilled,
2439
2446
  DockOutlined,
@@ -2730,7 +2737,9 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2730
2737
  KinescopeStopOutlined,
2731
2738
  LakeOutlined,
2732
2739
  LandingOutlined,
2740
+ LayoutDownOutlined,
2733
2741
  LayoutOutlined,
2742
+ LayoutRightOutlined,
2734
2743
  LeakingOutlined,
2735
2744
  LeaveOutlined,
2736
2745
  LeavesOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.96.0",
3
+ "version": "2.98.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -0,0 +1,24 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const DispatchingOutlined: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 16 16', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ 'fill-rule': 'evenodd',
13
+ stroke: 'none',
14
+ 'stroke-width': '1',
15
+ d: 'm8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z',
16
+ },
17
+ },
18
+ ],
19
+ },
20
+ name: 'dispatching',
21
+ theme: 'outlined',
22
+ };
23
+
24
+ export default DispatchingOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const LayoutDownOutlined: 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: 'M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-40 549H184.52v178.16H840V661zm0-477H184.52v405H840V184z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'layout-down',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default LayoutDownOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const LayoutRightOutlined: 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: 'M880 112a32 32 0 0 1 32 32v735.16a32 32 0 0 1-32 32H144.52a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32H880zm-290 72H184.52v655.16H590V184zm250 0H662v655.16h178V184z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'layout-right',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default LayoutRightOutlined;
package/src/index.ts CHANGED
@@ -226,6 +226,7 @@ export { default as DigitalMediaFilled } from './asn/DigitalMediaFilled';
226
226
  export { default as DigitalMediaOutlined } from './asn/DigitalMediaOutlined';
227
227
  export { default as DirectedFlightOutlined } from './asn/DirectedFlightOutlined';
228
228
  export { default as DislikeOutlined } from './asn/DislikeOutlined';
229
+ export { default as DispatchingOutlined } from './asn/DispatchingOutlined';
229
230
  export { default as DistanceOutlined } from './asn/DistanceOutlined';
230
231
  export { default as DockFilled } from './asn/DockFilled';
231
232
  export { default as DockOutlined } from './asn/DockOutlined';
@@ -522,7 +523,9 @@ export { default as KinescopeOutlined } from './asn/KinescopeOutlined';
522
523
  export { default as KinescopeStopOutlined } from './asn/KinescopeStopOutlined';
523
524
  export { default as LakeOutlined } from './asn/LakeOutlined';
524
525
  export { default as LandingOutlined } from './asn/LandingOutlined';
526
+ export { default as LayoutDownOutlined } from './asn/LayoutDownOutlined';
525
527
  export { default as LayoutOutlined } from './asn/LayoutOutlined';
528
+ export { default as LayoutRightOutlined } from './asn/LayoutRightOutlined';
526
529
  export { default as LeakingOutlined } from './asn/LeakingOutlined';
527
530
  export { default as LeaveOutlined } from './asn/LeaveOutlined';
528
531
  export { default as LeavesOutlined } from './asn/LeavesOutlined';