@sensoro-design/icons-svg 2.71.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 ComputerOutlined: IconDefinition;
3
+ export default ComputerOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var ComputerOutlined = {
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: 'M928 140.03H96a32 32 0 0 0-32 32v496a32 32 0 0 0 32 32h380.03v112H304a16 16 0 0 0-16 16v48a7.99 7.99 0 0 0 8 7.94h432a8 8 0 0 0 8-7.94v-48a16 16 0 0 0-16-16H547.97v-112H928a32 32 0 0 0 32-32v-496a32 32 0 0 0-32-32zm-40 487.94H136v-416h752v416z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'computer',
18
+ theme: 'outlined'
19
+ };
20
+ export default ComputerOutlined;
@@ -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
@@ -169,6 +169,7 @@ export { default as CompareOutlined } from './asn/CompareOutlined';
169
169
  export { default as CompassOutlined } from './asn/CompassOutlined';
170
170
  export { default as CompassPurely } from './asn/CompassPurely';
171
171
  export { default as CompressOutlined } from './asn/CompressOutlined';
172
+ export { default as ComputerOutlined } from './asn/ComputerOutlined';
172
173
  export { default as ComputingCenterPurely } from './asn/ComputingCenterPurely';
173
174
  export { default as ContinuityDetectionOutlined } from './asn/ContinuityDetectionOutlined';
174
175
  export { default as ControllerOutlined } from './asn/ControllerOutlined';
@@ -413,6 +414,7 @@ export { default as GlobalFilled } from './asn/GlobalFilled';
413
414
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
414
415
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
415
416
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
417
+ export { default as GridOutlined } from './asn/GridOutlined';
416
418
  export { default as GroupRentalOutlined } from './asn/GroupRentalOutlined';
417
419
  export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
418
420
  export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
package/es/index.js CHANGED
@@ -170,6 +170,7 @@ export { default as CompareOutlined } from "./asn/CompareOutlined";
170
170
  export { default as CompassOutlined } from "./asn/CompassOutlined";
171
171
  export { default as CompassPurely } from "./asn/CompassPurely";
172
172
  export { default as CompressOutlined } from "./asn/CompressOutlined";
173
+ export { default as ComputerOutlined } from "./asn/ComputerOutlined";
173
174
  export { default as ComputingCenterPurely } from "./asn/ComputingCenterPurely";
174
175
  export { default as ContinuityDetectionOutlined } from "./asn/ContinuityDetectionOutlined";
175
176
  export { default as ControllerOutlined } from "./asn/ControllerOutlined";
@@ -414,6 +415,7 @@ export { default as GlobalFilled } from "./asn/GlobalFilled";
414
415
  export { default as GlobalOutlined } from "./asn/GlobalOutlined";
415
416
  export { default as GovernmentFilled } from "./asn/GovernmentFilled";
416
417
  export { default as GovernmentOutlined } from "./asn/GovernmentOutlined";
418
+ export { default as GridOutlined } from "./asn/GridOutlined";
417
419
  export { default as GroupRentalOutlined } from "./asn/GroupRentalOutlined";
418
420
  export { default as GroupRuleFilled } from "./asn/GroupRuleFilled";
419
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="M928 140.03H96a32 32 0 0 0-32 32v496a32 32 0 0 0 32 32h380.03v112H304a16 16 0 0 0-16 16v48a7.99 7.99 0 0 0 8 7.94h432a8 8 0 0 0 8-7.94v-48a16 16 0 0 0-16-16H547.97v-112H928a32 32 0 0 0 32-32v-496a32 32 0 0 0-32-32zm-40 487.94H136v-416h752v416z" /></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 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="M928 140.03H96a32 32 0 0 0-32 32v496a32 32 0 0 0 32 32h380.03v112H304a16 16 0 0 0-16 16v48a7.99 7.99 0 0 0 8 7.94h432a8 8 0 0 0 8-7.94v-48a16 16 0 0 0-16-16H547.97v-112H928a32 32 0 0 0 32-32v-496a32 32 0 0 0-32-32zm-40 487.94H136v-416h752v416z" /></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 ComputerOutlined: IconDefinition;
3
+ export default ComputerOutlined;
@@ -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/ComputerOutlined.ts
20
+ var ComputerOutlined_exports = {};
21
+ __export(ComputerOutlined_exports, {
22
+ default: () => ComputerOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(ComputerOutlined_exports);
25
+ var ComputerOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M928 140.03H96a32 32 0 0 0-32 32v496a32 32 0 0 0 32 32h380.03v112H304a16 16 0 0 0-16 16v48a7.99 7.99 0 0 0 8 7.94h432a8 8 0 0 0 8-7.94v-48a16 16 0 0 0-16-16H547.97v-112H928a32 32 0 0 0 32-32v-496a32 32 0 0 0-32-32zm-40 487.94H136v-416h752v416z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "computer",
39
+ theme: "outlined"
40
+ };
41
+ var ComputerOutlined_default = ComputerOutlined;
@@ -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
@@ -169,6 +169,7 @@ export { default as CompareOutlined } from './asn/CompareOutlined';
169
169
  export { default as CompassOutlined } from './asn/CompassOutlined';
170
170
  export { default as CompassPurely } from './asn/CompassPurely';
171
171
  export { default as CompressOutlined } from './asn/CompressOutlined';
172
+ export { default as ComputerOutlined } from './asn/ComputerOutlined';
172
173
  export { default as ComputingCenterPurely } from './asn/ComputingCenterPurely';
173
174
  export { default as ContinuityDetectionOutlined } from './asn/ContinuityDetectionOutlined';
174
175
  export { default as ControllerOutlined } from './asn/ControllerOutlined';
@@ -413,6 +414,7 @@ export { default as GlobalFilled } from './asn/GlobalFilled';
413
414
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
414
415
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
415
416
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
417
+ export { default as GridOutlined } from './asn/GridOutlined';
416
418
  export { default as GroupRentalOutlined } from './asn/GroupRentalOutlined';
417
419
  export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
418
420
  export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
package/lib/index.js CHANGED
@@ -200,6 +200,7 @@ __export(src_exports, {
200
200
  CompassOutlined: () => import_CompassOutlined.default,
201
201
  CompassPurely: () => import_CompassPurely.default,
202
202
  CompressOutlined: () => import_CompressOutlined.default,
203
+ ComputerOutlined: () => import_ComputerOutlined.default,
203
204
  ComputingCenterPurely: () => import_ComputingCenterPurely.default,
204
205
  ContinuityDetectionOutlined: () => import_ContinuityDetectionOutlined.default,
205
206
  ControllerOutlined: () => import_ControllerOutlined.default,
@@ -444,6 +445,7 @@ __export(src_exports, {
444
445
  GlobalOutlined: () => import_GlobalOutlined.default,
445
446
  GovernmentFilled: () => import_GovernmentFilled.default,
446
447
  GovernmentOutlined: () => import_GovernmentOutlined.default,
448
+ GridOutlined: () => import_GridOutlined.default,
447
449
  GroupRentalOutlined: () => import_GroupRentalOutlined.default,
448
450
  GroupRuleFilled: () => import_GroupRuleFilled.default,
449
451
  GroupRuleOutlined: () => import_GroupRuleOutlined.default,
@@ -1229,6 +1231,7 @@ var import_CompareOutlined = __toESM(require("./asn/CompareOutlined"));
1229
1231
  var import_CompassOutlined = __toESM(require("./asn/CompassOutlined"));
1230
1232
  var import_CompassPurely = __toESM(require("./asn/CompassPurely"));
1231
1233
  var import_CompressOutlined = __toESM(require("./asn/CompressOutlined"));
1234
+ var import_ComputerOutlined = __toESM(require("./asn/ComputerOutlined"));
1232
1235
  var import_ComputingCenterPurely = __toESM(require("./asn/ComputingCenterPurely"));
1233
1236
  var import_ContinuityDetectionOutlined = __toESM(require("./asn/ContinuityDetectionOutlined"));
1234
1237
  var import_ControllerOutlined = __toESM(require("./asn/ControllerOutlined"));
@@ -1473,6 +1476,7 @@ var import_GlobalFilled = __toESM(require("./asn/GlobalFilled"));
1473
1476
  var import_GlobalOutlined = __toESM(require("./asn/GlobalOutlined"));
1474
1477
  var import_GovernmentFilled = __toESM(require("./asn/GovernmentFilled"));
1475
1478
  var import_GovernmentOutlined = __toESM(require("./asn/GovernmentOutlined"));
1479
+ var import_GridOutlined = __toESM(require("./asn/GridOutlined"));
1476
1480
  var import_GroupRentalOutlined = __toESM(require("./asn/GroupRentalOutlined"));
1477
1481
  var import_GroupRuleFilled = __toESM(require("./asn/GroupRuleFilled"));
1478
1482
  var import_GroupRuleOutlined = __toESM(require("./asn/GroupRuleOutlined"));
@@ -2258,6 +2262,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2258
2262
  CompassOutlined,
2259
2263
  CompassPurely,
2260
2264
  CompressOutlined,
2265
+ ComputerOutlined,
2261
2266
  ComputingCenterPurely,
2262
2267
  ContinuityDetectionOutlined,
2263
2268
  ControllerOutlined,
@@ -2502,6 +2507,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2502
2507
  GlobalOutlined,
2503
2508
  GovernmentFilled,
2504
2509
  GovernmentOutlined,
2510
+ GridOutlined,
2505
2511
  GroupRentalOutlined,
2506
2512
  GroupRuleFilled,
2507
2513
  GroupRuleOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.71.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 ComputerOutlined: 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: 'M928 140.03H96a32 32 0 0 0-32 32v496a32 32 0 0 0 32 32h380.03v112H304a16 16 0 0 0-16 16v48a7.99 7.99 0 0 0 8 7.94h432a8 8 0 0 0 8-7.94v-48a16 16 0 0 0-16-16H547.97v-112H928a32 32 0 0 0 32-32v-496a32 32 0 0 0-32-32zm-40 487.94H136v-416h752v416z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'computer',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default ComputerOutlined;
@@ -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
@@ -170,6 +170,7 @@ export { default as CompareOutlined } from './asn/CompareOutlined';
170
170
  export { default as CompassOutlined } from './asn/CompassOutlined';
171
171
  export { default as CompassPurely } from './asn/CompassPurely';
172
172
  export { default as CompressOutlined } from './asn/CompressOutlined';
173
+ export { default as ComputerOutlined } from './asn/ComputerOutlined';
173
174
  export { default as ComputingCenterPurely } from './asn/ComputingCenterPurely';
174
175
  export { default as ContinuityDetectionOutlined } from './asn/ContinuityDetectionOutlined';
175
176
  export { default as ControllerOutlined } from './asn/ControllerOutlined';
@@ -414,6 +415,7 @@ export { default as GlobalFilled } from './asn/GlobalFilled';
414
415
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
415
416
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
416
417
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
418
+ export { default as GridOutlined } from './asn/GridOutlined';
417
419
  export { default as GroupRentalOutlined } from './asn/GroupRentalOutlined';
418
420
  export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
419
421
  export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';