@sensoro-design/icons-svg 2.70.0 → 2.70.1
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/VideoTimeOutlined.d.ts +3 -0
- package/es/asn/VideoTimeOutlined.js +20 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/inline-namespaced-svg/outlined/video-time.svg +1 -0
- package/inline-svg/outlined/video-time.svg +1 -0
- package/lib/asn/VideoTimeOutlined.d.ts +3 -0
- package/lib/asn/VideoTimeOutlined.js +41 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/package.json +1 -1
- package/src/asn/VideoTimeOutlined.ts +21 -0
- package/src/index.ts +1 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var VideoTimeOutlined = {
|
|
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: 'M776 480a216.06 216.06 0 1 1-.13 432.13A216.06 216.06 0 0 1 776 480zm0 64a152.2 152.2 0 0 0-152 152 152.2 152.2 0 0 0 259.52 107.52A152.2 152.2 0 0 0 776 544zm104-408a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v560h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zm-83.97 456a7.95 7.95 0 0 1 7.94 8v84.42l52.16 52.16a8 8 0 0 1 .19 11.07l-28.48 28.48a8 8 0 0 1-11.26 0l-63.88-63.87a16 16 0 0 1-4.67-11.27V600c0-4.42 3.52-8 7.94-8h40.06zm-212.8-91.26L433.66 614.46A16 16 0 0 1 408 601.73V374.27a16 16 0 0 1 25.66-12.8l149.57 113.8a16 16 0 0 1 0 25.47z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'video-time',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default VideoTimeOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -982,6 +982,7 @@ export { default as VideoFailFilled } from './asn/VideoFailFilled';
|
|
|
982
982
|
export { default as VideoFilled } from './asn/VideoFilled';
|
|
983
983
|
export { default as VideoMonitorPurely } from './asn/VideoMonitorPurely';
|
|
984
984
|
export { default as VideoOutlined } from './asn/VideoOutlined';
|
|
985
|
+
export { default as VideoTimeOutlined } from './asn/VideoTimeOutlined';
|
|
985
986
|
export { default as ViewOutlined } from './asn/ViewOutlined';
|
|
986
987
|
export { default as VillageOutlined } from './asn/VillageOutlined';
|
|
987
988
|
export { default as VirtualCameraOutlined } from './asn/VirtualCameraOutlined';
|
package/es/index.js
CHANGED
|
@@ -983,6 +983,7 @@ export { default as VideoFailFilled } from "./asn/VideoFailFilled";
|
|
|
983
983
|
export { default as VideoFilled } from "./asn/VideoFilled";
|
|
984
984
|
export { default as VideoMonitorPurely } from "./asn/VideoMonitorPurely";
|
|
985
985
|
export { default as VideoOutlined } from "./asn/VideoOutlined";
|
|
986
|
+
export { default as VideoTimeOutlined } from "./asn/VideoTimeOutlined";
|
|
986
987
|
export { default as ViewOutlined } from "./asn/ViewOutlined";
|
|
987
988
|
export { default as VillageOutlined } from "./asn/VillageOutlined";
|
|
988
989
|
export { default as VirtualCameraOutlined } from "./asn/VirtualCameraOutlined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M776 480a216.06 216.06 0 1 1-.13 432.13A216.06 216.06 0 0 1 776 480zm0 64a152.2 152.2 0 0 0-152 152 152.2 152.2 0 0 0 259.52 107.52A152.2 152.2 0 0 0 776 544zm104-408a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v560h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zm-83.97 456a7.95 7.95 0 0 1 7.94 8v84.42l52.16 52.16a8 8 0 0 1 .19 11.07l-28.48 28.48a8 8 0 0 1-11.26 0l-63.88-63.87a16 16 0 0 1-4.67-11.27V600c0-4.42 3.52-8 7.94-8h40.06zm-212.8-91.26L433.66 614.46A16 16 0 0 1 408 601.73V374.27a16 16 0 0 1 25.66-12.8l149.57 113.8a16 16 0 0 1 0 25.47z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M776 480a216.06 216.06 0 1 1-.13 432.13A216.06 216.06 0 0 1 776 480zm0 64a152.2 152.2 0 0 0-152 152 152.2 152.2 0 0 0 259.52 107.52A152.2 152.2 0 0 0 776 544zm104-408a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v560h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zm-83.97 456a7.95 7.95 0 0 1 7.94 8v84.42l52.16 52.16a8 8 0 0 1 .19 11.07l-28.48 28.48a8 8 0 0 1-11.26 0l-63.88-63.87a16 16 0 0 1-4.67-11.27V600c0-4.42 3.52-8 7.94-8h40.06zm-212.8-91.26L433.66 614.46A16 16 0 0 1 408 601.73V374.27a16 16 0 0 1 25.66-12.8l149.57 113.8a16 16 0 0 1 0 25.47z" /></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/VideoTimeOutlined.ts
|
|
20
|
+
var VideoTimeOutlined_exports = {};
|
|
21
|
+
__export(VideoTimeOutlined_exports, {
|
|
22
|
+
default: () => VideoTimeOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(VideoTimeOutlined_exports);
|
|
25
|
+
var VideoTimeOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M776 480a216.06 216.06 0 1 1-.13 432.13A216.06 216.06 0 0 1 776 480zm0 64a152.2 152.2 0 0 0-152 152 152.2 152.2 0 0 0 259.52 107.52A152.2 152.2 0 0 0 776 544zm104-408a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v560h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zm-83.97 456a7.95 7.95 0 0 1 7.94 8v84.42l52.16 52.16a8 8 0 0 1 .19 11.07l-28.48 28.48a8 8 0 0 1-11.26 0l-63.88-63.87a16 16 0 0 1-4.67-11.27V600c0-4.42 3.52-8 7.94-8h40.06zm-212.8-91.26L433.66 614.46A16 16 0 0 1 408 601.73V374.27a16 16 0 0 1 25.66-12.8l149.57 113.8a16 16 0 0 1 0 25.47z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "video-time",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var VideoTimeOutlined_default = VideoTimeOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -982,6 +982,7 @@ export { default as VideoFailFilled } from './asn/VideoFailFilled';
|
|
|
982
982
|
export { default as VideoFilled } from './asn/VideoFilled';
|
|
983
983
|
export { default as VideoMonitorPurely } from './asn/VideoMonitorPurely';
|
|
984
984
|
export { default as VideoOutlined } from './asn/VideoOutlined';
|
|
985
|
+
export { default as VideoTimeOutlined } from './asn/VideoTimeOutlined';
|
|
985
986
|
export { default as ViewOutlined } from './asn/ViewOutlined';
|
|
986
987
|
export { default as VillageOutlined } from './asn/VillageOutlined';
|
|
987
988
|
export { default as VirtualCameraOutlined } from './asn/VirtualCameraOutlined';
|
package/lib/index.js
CHANGED
|
@@ -1013,6 +1013,7 @@ __export(src_exports, {
|
|
|
1013
1013
|
VideoFilled: () => import_VideoFilled.default,
|
|
1014
1014
|
VideoMonitorPurely: () => import_VideoMonitorPurely.default,
|
|
1015
1015
|
VideoOutlined: () => import_VideoOutlined.default,
|
|
1016
|
+
VideoTimeOutlined: () => import_VideoTimeOutlined.default,
|
|
1016
1017
|
ViewOutlined: () => import_ViewOutlined.default,
|
|
1017
1018
|
VillageOutlined: () => import_VillageOutlined.default,
|
|
1018
1019
|
VirtualCameraOutlined: () => import_VirtualCameraOutlined.default,
|
|
@@ -2040,6 +2041,7 @@ var import_VideoFailFilled = __toESM(require("./asn/VideoFailFilled"));
|
|
|
2040
2041
|
var import_VideoFilled = __toESM(require("./asn/VideoFilled"));
|
|
2041
2042
|
var import_VideoMonitorPurely = __toESM(require("./asn/VideoMonitorPurely"));
|
|
2042
2043
|
var import_VideoOutlined = __toESM(require("./asn/VideoOutlined"));
|
|
2044
|
+
var import_VideoTimeOutlined = __toESM(require("./asn/VideoTimeOutlined"));
|
|
2043
2045
|
var import_ViewOutlined = __toESM(require("./asn/ViewOutlined"));
|
|
2044
2046
|
var import_VillageOutlined = __toESM(require("./asn/VillageOutlined"));
|
|
2045
2047
|
var import_VirtualCameraOutlined = __toESM(require("./asn/VirtualCameraOutlined"));
|
|
@@ -3067,6 +3069,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
3067
3069
|
VideoFilled,
|
|
3068
3070
|
VideoMonitorPurely,
|
|
3069
3071
|
VideoOutlined,
|
|
3072
|
+
VideoTimeOutlined,
|
|
3070
3073
|
ViewOutlined,
|
|
3071
3074
|
VillageOutlined,
|
|
3072
3075
|
VirtualCameraOutlined,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const VideoTimeOutlined: 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: 'M776 480a216.06 216.06 0 1 1-.13 432.13A216.06 216.06 0 0 1 776 480zm0 64a152.2 152.2 0 0 0-152 152 152.2 152.2 0 0 0 259.52 107.52A152.2 152.2 0 0 0 776 544zm104-408a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v560h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zm-83.97 456a7.95 7.95 0 0 1 7.94 8v84.42l52.16 52.16a8 8 0 0 1 .19 11.07l-28.48 28.48a8 8 0 0 1-11.26 0l-63.88-63.87a16 16 0 0 1-4.67-11.27V600c0-4.42 3.52-8 7.94-8h40.06zm-212.8-91.26L433.66 614.46A16 16 0 0 1 408 601.73V374.27a16 16 0 0 1 25.66-12.8l149.57 113.8a16 16 0 0 1 0 25.47z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'video-time',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default VideoTimeOutlined;
|
package/src/index.ts
CHANGED
|
@@ -983,6 +983,7 @@ export { default as VideoFailFilled } from './asn/VideoFailFilled';
|
|
|
983
983
|
export { default as VideoFilled } from './asn/VideoFilled';
|
|
984
984
|
export { default as VideoMonitorPurely } from './asn/VideoMonitorPurely';
|
|
985
985
|
export { default as VideoOutlined } from './asn/VideoOutlined';
|
|
986
|
+
export { default as VideoTimeOutlined } from './asn/VideoTimeOutlined';
|
|
986
987
|
export { default as ViewOutlined } from './asn/ViewOutlined';
|
|
987
988
|
export { default as VillageOutlined } from './asn/VillageOutlined';
|
|
988
989
|
export { default as VirtualCameraOutlined } from './asn/VirtualCameraOutlined';
|