@sensoro-design/icons-svg 2.72.0 → 2.73.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 GridOutlined: IconDefinition;
3
+ export default GridOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var GridOutlined = {
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 32v736a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h736zM360 664H184v176h176V664zm240 0H424v176h176V664zm240 0H664v176h176V664zm0-240H664v176h176V424zm-480 0H184v176h176V424zm240 0H424v176h176V424zM360 184H184v176h176V184zm240 0H424v176h176V184zm240 0H664v176h176V184z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'grid',
18
+ theme: 'outlined'
19
+ };
20
+ export default GridOutlined;
package/es/index.d.ts CHANGED
@@ -414,6 +414,7 @@ export { default as GlobalFilled } from './asn/GlobalFilled';
414
414
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
415
415
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
416
416
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
417
+ export { default as GridOutlined } from './asn/GridOutlined';
417
418
  export { default as GroupRentalOutlined } from './asn/GroupRentalOutlined';
418
419
  export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
419
420
  export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
package/es/index.js CHANGED
@@ -415,6 +415,7 @@ export { default as GlobalFilled } from "./asn/GlobalFilled";
415
415
  export { default as GlobalOutlined } from "./asn/GlobalOutlined";
416
416
  export { default as GovernmentFilled } from "./asn/GovernmentFilled";
417
417
  export { default as GovernmentOutlined } from "./asn/GovernmentOutlined";
418
+ export { default as GridOutlined } from "./asn/GridOutlined";
418
419
  export { default as GroupRentalOutlined } from "./asn/GroupRentalOutlined";
419
420
  export { default as GroupRuleFilled } from "./asn/GroupRuleFilled";
420
421
  export { default as GroupRuleOutlined } from "./asn/GroupRuleOutlined";
@@ -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 32v736a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h736zM360 664H184v176h176V664zm240 0H424v176h176V664zm240 0H664v176h176V664zm0-240H664v176h176V424zm-480 0H184v176h176V424zm240 0H424v176h176V424zM360 184H184v176h176V184zm240 0H424v176h176V184zm240 0H664v176h176V184z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M880 112a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h736zM360 664H184v176h176V664zm240 0H424v176h176V664zm240 0H664v176h176V664zm0-240H664v176h176V424zm-480 0H184v176h176V424zm240 0H424v176h176V424zM360 184H184v176h176V184zm240 0H424v176h176V184zm240 0H664v176h176V184z" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const GridOutlined: IconDefinition;
3
+ export default GridOutlined;
@@ -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/GridOutlined.ts
20
+ var GridOutlined_exports = {};
21
+ __export(GridOutlined_exports, {
22
+ default: () => GridOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(GridOutlined_exports);
25
+ var GridOutlined = {
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 32v736a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h736zM360 664H184v176h176V664zm240 0H424v176h176V664zm240 0H664v176h176V664zm0-240H664v176h176V424zm-480 0H184v176h176V424zm240 0H424v176h176V424zM360 184H184v176h176V184zm240 0H424v176h176V184zm240 0H664v176h176V184z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "grid",
39
+ theme: "outlined"
40
+ };
41
+ var GridOutlined_default = GridOutlined;
package/lib/index.d.ts CHANGED
@@ -414,6 +414,7 @@ export { default as GlobalFilled } from './asn/GlobalFilled';
414
414
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
415
415
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
416
416
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
417
+ export { default as GridOutlined } from './asn/GridOutlined';
417
418
  export { default as GroupRentalOutlined } from './asn/GroupRentalOutlined';
418
419
  export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
419
420
  export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
package/lib/index.js CHANGED
@@ -445,6 +445,7 @@ __export(src_exports, {
445
445
  GlobalOutlined: () => import_GlobalOutlined.default,
446
446
  GovernmentFilled: () => import_GovernmentFilled.default,
447
447
  GovernmentOutlined: () => import_GovernmentOutlined.default,
448
+ GridOutlined: () => import_GridOutlined.default,
448
449
  GroupRentalOutlined: () => import_GroupRentalOutlined.default,
449
450
  GroupRuleFilled: () => import_GroupRuleFilled.default,
450
451
  GroupRuleOutlined: () => import_GroupRuleOutlined.default,
@@ -1475,6 +1476,7 @@ var import_GlobalFilled = __toESM(require("./asn/GlobalFilled"));
1475
1476
  var import_GlobalOutlined = __toESM(require("./asn/GlobalOutlined"));
1476
1477
  var import_GovernmentFilled = __toESM(require("./asn/GovernmentFilled"));
1477
1478
  var import_GovernmentOutlined = __toESM(require("./asn/GovernmentOutlined"));
1479
+ var import_GridOutlined = __toESM(require("./asn/GridOutlined"));
1478
1480
  var import_GroupRentalOutlined = __toESM(require("./asn/GroupRentalOutlined"));
1479
1481
  var import_GroupRuleFilled = __toESM(require("./asn/GroupRuleFilled"));
1480
1482
  var import_GroupRuleOutlined = __toESM(require("./asn/GroupRuleOutlined"));
@@ -2505,6 +2507,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2505
2507
  GlobalOutlined,
2506
2508
  GovernmentFilled,
2507
2509
  GovernmentOutlined,
2510
+ GridOutlined,
2508
2511
  GroupRentalOutlined,
2509
2512
  GroupRuleFilled,
2510
2513
  GroupRuleOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.72.0",
3
+ "version": "2.73.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 GridOutlined: 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 32v736a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h736zM360 664H184v176h176V664zm240 0H424v176h176V664zm240 0H664v176h176V664zm0-240H664v176h176V424zm-480 0H184v176h176V424zm240 0H424v176h176V424zM360 184H184v176h176V184zm240 0H424v176h176V184zm240 0H664v176h176V184z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'grid',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default GridOutlined;
package/src/index.ts CHANGED
@@ -415,6 +415,7 @@ export { default as GlobalFilled } from './asn/GlobalFilled';
415
415
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
416
416
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
417
417
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
418
+ export { default as GridOutlined } from './asn/GridOutlined';
418
419
  export { default as GroupRentalOutlined } from './asn/GroupRentalOutlined';
419
420
  export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
420
421
  export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';