@sensoro-design/icons-svg 2.54.0 → 2.56.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.
- package/es/asn/MigrateOutlined.d.ts +3 -0
- package/es/asn/MigrateOutlined.js +20 -0
- package/es/asn/ShoppingOutlined.js +1 -1
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/inline-namespaced-svg/outlined/migrate.svg +1 -0
- package/inline-namespaced-svg/outlined/shopping.svg +1 -1
- package/inline-svg/outlined/migrate.svg +1 -0
- package/inline-svg/outlined/shopping.svg +1 -1
- package/lib/asn/MigrateOutlined.d.ts +3 -0
- package/lib/asn/MigrateOutlined.js +41 -0
- package/lib/asn/ShoppingOutlined.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/package.json +1 -1
- package/src/asn/MigrateOutlined.ts +21 -0
- package/src/asn/ShoppingOutlined.ts +1 -1
- package/src/index.ts +1 -0
|
@@ -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;
|
|
@@ -10,7 +10,7 @@ var ShoppingOutlined = {
|
|
|
10
10
|
children: [{
|
|
11
11
|
tag: 'path',
|
|
12
12
|
attrs: {
|
|
13
|
-
d: 'M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-
|
|
13
|
+
d: 'M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-459.9l-43.52 504h547l-43.58-504zm-228.1-200H512a112 112 0 0 0-112 110.14V264h224v-16a112 112 0 0 0-110.14-112z'
|
|
14
14
|
}
|
|
15
15
|
}]
|
|
16
16
|
},
|
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>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-459.9l-43.52 504h547l-43.58-504zm-228.1-200H512a112 112 0 0 0-112 110.14V264h224v-16a112 112 0 0 0-110.14-112z" /></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>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-459.9l-43.52 504h547l-43.58-504zm-228.1-200H512a112 112 0 0 0-112 110.14V264h224v-16a112 112 0 0 0-110.14-112z" /></svg>
|
|
@@ -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;
|
|
@@ -30,7 +30,7 @@ var ShoppingOutlined = {
|
|
|
30
30
|
{
|
|
31
31
|
tag: "path",
|
|
32
32
|
attrs: {
|
|
33
|
-
d: "M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-
|
|
33
|
+
d: "M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-459.9l-43.52 504h547l-43.58-504zm-228.1-200H512a112 112 0 0 0-112 110.14V264h224v-16a112 112 0 0 0-110.14-112z"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
]
|
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
|
@@ -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;
|
|
@@ -9,7 +9,7 @@ const ShoppingOutlined: IconDefinition = {
|
|
|
9
9
|
{
|
|
10
10
|
tag: 'path',
|
|
11
11
|
attrs: {
|
|
12
|
-
d: 'M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-
|
|
12
|
+
d: 'M512 64a184 184 0 0 1 184 180.93V264h82.62a32 32 0 0 1 31.88 29.25l50.56 584a32 32 0 0 1-32 34.75H194.94a32 32 0 0 1-31.87-34.75l50.5-584A32 32 0 0 1 245.44 264H328l.06-16A184 184 0 0 1 512 64zm229.95 272h-459.9l-43.52 504h547l-43.58-504zm-228.1-200H512a112 112 0 0 0-112 110.14V264h224v-16a112 112 0 0 0-110.14-112z',
|
|
13
13
|
},
|
|
14
14
|
},
|
|
15
15
|
],
|
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';
|