@sensoro-design/icons-svg 2.97.0 → 2.98.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/DispatchingOutlined.d.ts +3 -0
- package/es/asn/DispatchingOutlined.js +23 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/inline-namespaced-svg/outlined/dispatching.svg +1 -0
- package/inline-svg/outlined/dispatching.svg +1 -0
- package/lib/asn/DispatchingOutlined.d.ts +3 -0
- package/lib/asn/DispatchingOutlined.js +44 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/package.json +1 -1
- package/src/asn/DispatchingOutlined.ts +24 -0
- package/src/index.ts +1 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var DispatchingOutlined = {
|
|
4
|
+
icon: {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: {
|
|
7
|
+
viewBox: '0 0 16 16',
|
|
8
|
+
focusable: 'false'
|
|
9
|
+
},
|
|
10
|
+
children: [{
|
|
11
|
+
tag: 'path',
|
|
12
|
+
attrs: {
|
|
13
|
+
'fill-rule': 'evenodd',
|
|
14
|
+
stroke: 'none',
|
|
15
|
+
'stroke-width': '1',
|
|
16
|
+
d: 'm8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z'
|
|
17
|
+
}
|
|
18
|
+
}]
|
|
19
|
+
},
|
|
20
|
+
name: 'dispatching',
|
|
21
|
+
theme: 'outlined'
|
|
22
|
+
};
|
|
23
|
+
export default DispatchingOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -225,6 +225,7 @@ export { default as DigitalMediaFilled } from './asn/DigitalMediaFilled';
|
|
|
225
225
|
export { default as DigitalMediaOutlined } from './asn/DigitalMediaOutlined';
|
|
226
226
|
export { default as DirectedFlightOutlined } from './asn/DirectedFlightOutlined';
|
|
227
227
|
export { default as DislikeOutlined } from './asn/DislikeOutlined';
|
|
228
|
+
export { default as DispatchingOutlined } from './asn/DispatchingOutlined';
|
|
228
229
|
export { default as DistanceOutlined } from './asn/DistanceOutlined';
|
|
229
230
|
export { default as DockFilled } from './asn/DockFilled';
|
|
230
231
|
export { default as DockOutlined } from './asn/DockOutlined';
|
package/es/index.js
CHANGED
|
@@ -226,6 +226,7 @@ export { default as DigitalMediaFilled } from "./asn/DigitalMediaFilled";
|
|
|
226
226
|
export { default as DigitalMediaOutlined } from "./asn/DigitalMediaOutlined";
|
|
227
227
|
export { default as DirectedFlightOutlined } from "./asn/DirectedFlightOutlined";
|
|
228
228
|
export { default as DislikeOutlined } from "./asn/DislikeOutlined";
|
|
229
|
+
export { default as DispatchingOutlined } from "./asn/DispatchingOutlined";
|
|
229
230
|
export { default as DistanceOutlined } from "./asn/DistanceOutlined";
|
|
230
231
|
export { default as DockFilled } from "./asn/DockFilled";
|
|
231
232
|
export { default as DockOutlined } from "./asn/DockOutlined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" focusable="false" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" stroke="none" stroke-width="1" d="m8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" focusable="false"><path fill-rule="evenodd" stroke="none" stroke-width="1" d="m8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z" /></svg>
|
|
@@ -0,0 +1,44 @@
|
|
|
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/DispatchingOutlined.ts
|
|
20
|
+
var DispatchingOutlined_exports = {};
|
|
21
|
+
__export(DispatchingOutlined_exports, {
|
|
22
|
+
default: () => DispatchingOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(DispatchingOutlined_exports);
|
|
25
|
+
var DispatchingOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 16 16", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
"fill-rule": "evenodd",
|
|
34
|
+
stroke: "none",
|
|
35
|
+
"stroke-width": "1",
|
|
36
|
+
d: "m8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
name: "dispatching",
|
|
42
|
+
theme: "outlined"
|
|
43
|
+
};
|
|
44
|
+
var DispatchingOutlined_default = DispatchingOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -225,6 +225,7 @@ export { default as DigitalMediaFilled } from './asn/DigitalMediaFilled';
|
|
|
225
225
|
export { default as DigitalMediaOutlined } from './asn/DigitalMediaOutlined';
|
|
226
226
|
export { default as DirectedFlightOutlined } from './asn/DirectedFlightOutlined';
|
|
227
227
|
export { default as DislikeOutlined } from './asn/DislikeOutlined';
|
|
228
|
+
export { default as DispatchingOutlined } from './asn/DispatchingOutlined';
|
|
228
229
|
export { default as DistanceOutlined } from './asn/DistanceOutlined';
|
|
229
230
|
export { default as DockFilled } from './asn/DockFilled';
|
|
230
231
|
export { default as DockOutlined } from './asn/DockOutlined';
|
package/lib/index.js
CHANGED
|
@@ -256,6 +256,7 @@ __export(src_exports, {
|
|
|
256
256
|
DigitalMediaOutlined: () => import_DigitalMediaOutlined.default,
|
|
257
257
|
DirectedFlightOutlined: () => import_DirectedFlightOutlined.default,
|
|
258
258
|
DislikeOutlined: () => import_DislikeOutlined.default,
|
|
259
|
+
DispatchingOutlined: () => import_DispatchingOutlined.default,
|
|
259
260
|
DistanceOutlined: () => import_DistanceOutlined.default,
|
|
260
261
|
DockFilled: () => import_DockFilled.default,
|
|
261
262
|
DockOutlined: () => import_DockOutlined.default,
|
|
@@ -1347,6 +1348,7 @@ var import_DigitalMediaFilled = __toESM(require("./asn/DigitalMediaFilled"));
|
|
|
1347
1348
|
var import_DigitalMediaOutlined = __toESM(require("./asn/DigitalMediaOutlined"));
|
|
1348
1349
|
var import_DirectedFlightOutlined = __toESM(require("./asn/DirectedFlightOutlined"));
|
|
1349
1350
|
var import_DislikeOutlined = __toESM(require("./asn/DislikeOutlined"));
|
|
1351
|
+
var import_DispatchingOutlined = __toESM(require("./asn/DispatchingOutlined"));
|
|
1350
1352
|
var import_DistanceOutlined = __toESM(require("./asn/DistanceOutlined"));
|
|
1351
1353
|
var import_DockFilled = __toESM(require("./asn/DockFilled"));
|
|
1352
1354
|
var import_DockOutlined = __toESM(require("./asn/DockOutlined"));
|
|
@@ -2438,6 +2440,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2438
2440
|
DigitalMediaOutlined,
|
|
2439
2441
|
DirectedFlightOutlined,
|
|
2440
2442
|
DislikeOutlined,
|
|
2443
|
+
DispatchingOutlined,
|
|
2441
2444
|
DistanceOutlined,
|
|
2442
2445
|
DockFilled,
|
|
2443
2446
|
DockOutlined,
|
package/package.json
CHANGED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const DispatchingOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 16 16', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
'fill-rule': 'evenodd',
|
|
13
|
+
stroke: 'none',
|
|
14
|
+
'stroke-width': '1',
|
|
15
|
+
d: 'm8.42 1.83 1.93 2.45c.07.09 0 .22-.11.22H8.87v4.44h3.38V7.58c0-.12.13-.18.22-.12l2.45 1.93c.07.06.07.16 0 .22l-2.45 1.92c-.09.07-.22 0-.22-.1v-1.37H8.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H5.87v4.06c0 .07-.05.13-.12.13h-.88a.12.12 0 0 1-.12-.13v-4.06H3.44a2.44 2.44 0 1 1 2.44-2.44v1.32h1.87V4.5H6.39a.14.14 0 0 1-.11-.22L8.2 1.83a.14.14 0 0 1 .22 0ZM3.44 6.31a1.31 1.31 0 0 0-.02 2.63h1.33V7.63c0-.73-.59-1.32-1.31-1.32Z',
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
name: 'dispatching',
|
|
21
|
+
theme: 'outlined',
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export default DispatchingOutlined;
|
package/src/index.ts
CHANGED
|
@@ -226,6 +226,7 @@ export { default as DigitalMediaFilled } from './asn/DigitalMediaFilled';
|
|
|
226
226
|
export { default as DigitalMediaOutlined } from './asn/DigitalMediaOutlined';
|
|
227
227
|
export { default as DirectedFlightOutlined } from './asn/DirectedFlightOutlined';
|
|
228
228
|
export { default as DislikeOutlined } from './asn/DislikeOutlined';
|
|
229
|
+
export { default as DispatchingOutlined } from './asn/DispatchingOutlined';
|
|
229
230
|
export { default as DistanceOutlined } from './asn/DistanceOutlined';
|
|
230
231
|
export { default as DockFilled } from './asn/DockFilled';
|
|
231
232
|
export { default as DockOutlined } from './asn/DockOutlined';
|