@sensoro-design/icons-svg 2.54.0 → 2.55.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 MigrateOutlined: IconDefinition;
3
+ export default MigrateOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var MigrateOutlined = {
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: 'M752 240a32 32 0 0 1 32 32v608a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V272a32 32 0 0 1 32-32h608zm-40 72H184v528h528V312zm168-200a32 32 0 0 1 32 32v616a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V184H264a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h616zM486.91 456.83a8.06 8.06 0 0 1 8.45.9l141.63 112a8 8 0 0 1 0 12.54l-141.76 112A8 8 0 0 1 482.3 688v-74.11H264a8 8 0 0 1-8-8v-59.97a8 8 0 0 1 8-8h218.3V464a8.26 8.26 0 0 1 4.61-7.17z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'migrate',
18
+ theme: 'outlined'
19
+ };
20
+ export default MigrateOutlined;
package/es/index.d.ts CHANGED
@@ -540,6 +540,7 @@ export { default as MercuryThermometerOutlined } from './asn/MercuryThermometerO
540
540
  export { default as MeshLayoutOutlined } from './asn/MeshLayoutOutlined';
541
541
  export { default as MessageFilled } from './asn/MessageFilled';
542
542
  export { default as MessageOutlined } from './asn/MessageOutlined';
543
+ export { default as MigrateOutlined } from './asn/MigrateOutlined';
543
544
  export { default as MiniatureFireStationAddOutlined } from './asn/MiniatureFireStationAddOutlined';
544
545
  export { default as MiniatureFireStationFilled } from './asn/MiniatureFireStationFilled';
545
546
  export { default as MiniatureFireStationOutlined } from './asn/MiniatureFireStationOutlined';
package/es/index.js CHANGED
@@ -541,6 +541,7 @@ export { default as MercuryThermometerOutlined } from "./asn/MercuryThermometerO
541
541
  export { default as MeshLayoutOutlined } from "./asn/MeshLayoutOutlined";
542
542
  export { default as MessageFilled } from "./asn/MessageFilled";
543
543
  export { default as MessageOutlined } from "./asn/MessageOutlined";
544
+ export { default as MigrateOutlined } from "./asn/MigrateOutlined";
544
545
  export { default as MiniatureFireStationAddOutlined } from "./asn/MiniatureFireStationAddOutlined";
545
546
  export { default as MiniatureFireStationFilled } from "./asn/MiniatureFireStationFilled";
546
547
  export { default as MiniatureFireStationOutlined } from "./asn/MiniatureFireStationOutlined";
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M752 240a32 32 0 0 1 32 32v608a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V272a32 32 0 0 1 32-32h608zm-40 72H184v528h528V312zm168-200a32 32 0 0 1 32 32v616a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V184H264a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h616zM486.91 456.83a8.06 8.06 0 0 1 8.45.9l141.63 112a8 8 0 0 1 0 12.54l-141.76 112A8 8 0 0 1 482.3 688v-74.11H264a8 8 0 0 1-8-8v-59.97a8 8 0 0 1 8-8h218.3V464a8.26 8.26 0 0 1 4.61-7.17z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M752 240a32 32 0 0 1 32 32v608a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V272a32 32 0 0 1 32-32h608zm-40 72H184v528h528V312zm168-200a32 32 0 0 1 32 32v616a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V184H264a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h616zM486.91 456.83a8.06 8.06 0 0 1 8.45.9l141.63 112a8 8 0 0 1 0 12.54l-141.76 112A8 8 0 0 1 482.3 688v-74.11H264a8 8 0 0 1-8-8v-59.97a8 8 0 0 1 8-8h218.3V464a8.26 8.26 0 0 1 4.61-7.17z" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const MigrateOutlined: IconDefinition;
3
+ export default MigrateOutlined;
@@ -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/MigrateOutlined.ts
20
+ var MigrateOutlined_exports = {};
21
+ __export(MigrateOutlined_exports, {
22
+ default: () => MigrateOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(MigrateOutlined_exports);
25
+ var MigrateOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M752 240a32 32 0 0 1 32 32v608a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V272a32 32 0 0 1 32-32h608zm-40 72H184v528h528V312zm168-200a32 32 0 0 1 32 32v616a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V184H264a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h616zM486.91 456.83a8.06 8.06 0 0 1 8.45.9l141.63 112a8 8 0 0 1 0 12.54l-141.76 112A8 8 0 0 1 482.3 688v-74.11H264a8 8 0 0 1-8-8v-59.97a8 8 0 0 1 8-8h218.3V464a8.26 8.26 0 0 1 4.61-7.17z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "migrate",
39
+ theme: "outlined"
40
+ };
41
+ var MigrateOutlined_default = MigrateOutlined;
package/lib/index.d.ts CHANGED
@@ -540,6 +540,7 @@ export { default as MercuryThermometerOutlined } from './asn/MercuryThermometerO
540
540
  export { default as MeshLayoutOutlined } from './asn/MeshLayoutOutlined';
541
541
  export { default as MessageFilled } from './asn/MessageFilled';
542
542
  export { default as MessageOutlined } from './asn/MessageOutlined';
543
+ export { default as MigrateOutlined } from './asn/MigrateOutlined';
543
544
  export { default as MiniatureFireStationAddOutlined } from './asn/MiniatureFireStationAddOutlined';
544
545
  export { default as MiniatureFireStationFilled } from './asn/MiniatureFireStationFilled';
545
546
  export { default as MiniatureFireStationOutlined } from './asn/MiniatureFireStationOutlined';
package/lib/index.js CHANGED
@@ -571,6 +571,7 @@ __export(src_exports, {
571
571
  MeshLayoutOutlined: () => import_MeshLayoutOutlined.default,
572
572
  MessageFilled: () => import_MessageFilled.default,
573
573
  MessageOutlined: () => import_MessageOutlined.default,
574
+ MigrateOutlined: () => import_MigrateOutlined.default,
574
575
  MiniatureFireStationAddOutlined: () => import_MiniatureFireStationAddOutlined.default,
575
576
  MiniatureFireStationFilled: () => import_MiniatureFireStationFilled.default,
576
577
  MiniatureFireStationOutlined: () => import_MiniatureFireStationOutlined.default,
@@ -1529,6 +1530,7 @@ var import_MercuryThermometerOutlined = __toESM(require("./asn/MercuryThermomete
1529
1530
  var import_MeshLayoutOutlined = __toESM(require("./asn/MeshLayoutOutlined"));
1530
1531
  var import_MessageFilled = __toESM(require("./asn/MessageFilled"));
1531
1532
  var import_MessageOutlined = __toESM(require("./asn/MessageOutlined"));
1533
+ var import_MigrateOutlined = __toESM(require("./asn/MigrateOutlined"));
1532
1534
  var import_MiniatureFireStationAddOutlined = __toESM(require("./asn/MiniatureFireStationAddOutlined"));
1533
1535
  var import_MiniatureFireStationFilled = __toESM(require("./asn/MiniatureFireStationFilled"));
1534
1536
  var import_MiniatureFireStationOutlined = __toESM(require("./asn/MiniatureFireStationOutlined"));
@@ -2487,6 +2489,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2487
2489
  MeshLayoutOutlined,
2488
2490
  MessageFilled,
2489
2491
  MessageOutlined,
2492
+ MigrateOutlined,
2490
2493
  MiniatureFireStationAddOutlined,
2491
2494
  MiniatureFireStationFilled,
2492
2495
  MiniatureFireStationOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.54.0",
3
+ "version": "2.55.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 MigrateOutlined: 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: 'M752 240a32 32 0 0 1 32 32v608a32 32 0 0 1-32 32H144a32 32 0 0 1-32-32V272a32 32 0 0 1 32-32h608zm-40 72H184v528h528V312zm168-200a32 32 0 0 1 32 32v616a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V184H264a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h616zM486.91 456.83a8.06 8.06 0 0 1 8.45.9l141.63 112a8 8 0 0 1 0 12.54l-141.76 112A8 8 0 0 1 482.3 688v-74.11H264a8 8 0 0 1-8-8v-59.97a8 8 0 0 1 8-8h218.3V464a8.26 8.26 0 0 1 4.61-7.17z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'migrate',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default MigrateOutlined;
package/src/index.ts CHANGED
@@ -541,6 +541,7 @@ export { default as MercuryThermometerOutlined } from './asn/MercuryThermometerO
541
541
  export { default as MeshLayoutOutlined } from './asn/MeshLayoutOutlined';
542
542
  export { default as MessageFilled } from './asn/MessageFilled';
543
543
  export { default as MessageOutlined } from './asn/MessageOutlined';
544
+ export { default as MigrateOutlined } from './asn/MigrateOutlined';
544
545
  export { default as MiniatureFireStationAddOutlined } from './asn/MiniatureFireStationAddOutlined';
545
546
  export { default as MiniatureFireStationFilled } from './asn/MiniatureFireStationFilled';
546
547
  export { default as MiniatureFireStationOutlined } from './asn/MiniatureFireStationOutlined';