@sensoro-design/icons-svg 2.96.0 → 2.97.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 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
@@ -521,7 +521,9 @@ export { default as KinescopeOutlined } from './asn/KinescopeOutlined';
521
521
  export { default as KinescopeStopOutlined } from './asn/KinescopeStopOutlined';
522
522
  export { default as LakeOutlined } from './asn/LakeOutlined';
523
523
  export { default as LandingOutlined } from './asn/LandingOutlined';
524
+ export { default as LayoutDownOutlined } from './asn/LayoutDownOutlined';
524
525
  export { default as LayoutOutlined } from './asn/LayoutOutlined';
526
+ export { default as LayoutRightOutlined } from './asn/LayoutRightOutlined';
525
527
  export { default as LeakingOutlined } from './asn/LeakingOutlined';
526
528
  export { default as LeaveOutlined } from './asn/LeaveOutlined';
527
529
  export { default as LeavesOutlined } from './asn/LeavesOutlined';
package/es/index.js CHANGED
@@ -522,7 +522,9 @@ export { default as KinescopeOutlined } from "./asn/KinescopeOutlined";
522
522
  export { default as KinescopeStopOutlined } from "./asn/KinescopeStopOutlined";
523
523
  export { default as LakeOutlined } from "./asn/LakeOutlined";
524
524
  export { default as LandingOutlined } from "./asn/LandingOutlined";
525
+ export { default as LayoutDownOutlined } from "./asn/LayoutDownOutlined";
525
526
  export { default as LayoutOutlined } from "./asn/LayoutOutlined";
527
+ export { default as LayoutRightOutlined } from "./asn/LayoutRightOutlined";
526
528
  export { default as LeakingOutlined } from "./asn/LeakingOutlined";
527
529
  export { default as LeaveOutlined } from "./asn/LeaveOutlined";
528
530
  export { default as LeavesOutlined } from "./asn/LeavesOutlined";
@@ -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 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 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
@@ -521,7 +521,9 @@ export { default as KinescopeOutlined } from './asn/KinescopeOutlined';
521
521
  export { default as KinescopeStopOutlined } from './asn/KinescopeStopOutlined';
522
522
  export { default as LakeOutlined } from './asn/LakeOutlined';
523
523
  export { default as LandingOutlined } from './asn/LandingOutlined';
524
+ export { default as LayoutDownOutlined } from './asn/LayoutDownOutlined';
524
525
  export { default as LayoutOutlined } from './asn/LayoutOutlined';
526
+ export { default as LayoutRightOutlined } from './asn/LayoutRightOutlined';
525
527
  export { default as LeakingOutlined } from './asn/LeakingOutlined';
526
528
  export { default as LeaveOutlined } from './asn/LeaveOutlined';
527
529
  export { default as LeavesOutlined } from './asn/LeavesOutlined';
package/lib/index.js CHANGED
@@ -552,7 +552,9 @@ __export(src_exports, {
552
552
  KinescopeStopOutlined: () => import_KinescopeStopOutlined.default,
553
553
  LakeOutlined: () => import_LakeOutlined.default,
554
554
  LandingOutlined: () => import_LandingOutlined.default,
555
+ LayoutDownOutlined: () => import_LayoutDownOutlined.default,
555
556
  LayoutOutlined: () => import_LayoutOutlined.default,
557
+ LayoutRightOutlined: () => import_LayoutRightOutlined.default,
556
558
  LeakingOutlined: () => import_LeakingOutlined.default,
557
559
  LeaveOutlined: () => import_LeaveOutlined.default,
558
560
  LeavesOutlined: () => import_LeavesOutlined.default,
@@ -1641,7 +1643,9 @@ var import_KinescopeOutlined = __toESM(require("./asn/KinescopeOutlined"));
1641
1643
  var import_KinescopeStopOutlined = __toESM(require("./asn/KinescopeStopOutlined"));
1642
1644
  var import_LakeOutlined = __toESM(require("./asn/LakeOutlined"));
1643
1645
  var import_LandingOutlined = __toESM(require("./asn/LandingOutlined"));
1646
+ var import_LayoutDownOutlined = __toESM(require("./asn/LayoutDownOutlined"));
1644
1647
  var import_LayoutOutlined = __toESM(require("./asn/LayoutOutlined"));
1648
+ var import_LayoutRightOutlined = __toESM(require("./asn/LayoutRightOutlined"));
1645
1649
  var import_LeakingOutlined = __toESM(require("./asn/LeakingOutlined"));
1646
1650
  var import_LeaveOutlined = __toESM(require("./asn/LeaveOutlined"));
1647
1651
  var import_LeavesOutlined = __toESM(require("./asn/LeavesOutlined"));
@@ -2730,7 +2734,9 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2730
2734
  KinescopeStopOutlined,
2731
2735
  LakeOutlined,
2732
2736
  LandingOutlined,
2737
+ LayoutDownOutlined,
2733
2738
  LayoutOutlined,
2739
+ LayoutRightOutlined,
2734
2740
  LeakingOutlined,
2735
2741
  LeaveOutlined,
2736
2742
  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.97.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -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
@@ -522,7 +522,9 @@ export { default as KinescopeOutlined } from './asn/KinescopeOutlined';
522
522
  export { default as KinescopeStopOutlined } from './asn/KinescopeStopOutlined';
523
523
  export { default as LakeOutlined } from './asn/LakeOutlined';
524
524
  export { default as LandingOutlined } from './asn/LandingOutlined';
525
+ export { default as LayoutDownOutlined } from './asn/LayoutDownOutlined';
525
526
  export { default as LayoutOutlined } from './asn/LayoutOutlined';
527
+ export { default as LayoutRightOutlined } from './asn/LayoutRightOutlined';
526
528
  export { default as LeakingOutlined } from './asn/LeakingOutlined';
527
529
  export { default as LeaveOutlined } from './asn/LeaveOutlined';
528
530
  export { default as LeavesOutlined } from './asn/LeavesOutlined';