@sensoro-design/icons-svg 2.97.0 → 2.99.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.
Files changed (62) hide show
  1. package/es/asn/DispatchingOutlined.d.ts +3 -0
  2. package/es/asn/DispatchingOutlined.js +23 -0
  3. package/es/asn/GimbalDirectionControlOutlined.d.ts +3 -0
  4. package/es/asn/GimbalDirectionControlOutlined.js +23 -0
  5. package/es/asn/KeyboardOutlined.d.ts +3 -0
  6. package/es/asn/KeyboardOutlined.js +23 -0
  7. package/es/asn/LaserRangefinderOutlined.d.ts +3 -0
  8. package/es/asn/LaserRangefinderOutlined.js +23 -0
  9. package/es/asn/NightModeAutoOutlined.d.ts +3 -0
  10. package/es/asn/NightModeAutoOutlined.js +23 -0
  11. package/es/asn/NightModeOffOutlined.d.ts +3 -0
  12. package/es/asn/NightModeOffOutlined.js +23 -0
  13. package/es/asn/NightModeOnOutlined.d.ts +3 -0
  14. package/es/asn/NightModeOnOutlined.js +23 -0
  15. package/es/asn/TwoSplitScreenOutlined.d.ts +3 -0
  16. package/es/asn/TwoSplitScreenOutlined.js +23 -0
  17. package/es/index.d.ts +8 -0
  18. package/es/index.js +8 -0
  19. package/inline-namespaced-svg/outlined/dispatching.svg +1 -0
  20. package/inline-namespaced-svg/outlined/gimbal-direction-control.svg +1 -0
  21. package/inline-namespaced-svg/outlined/keyboard.svg +1 -0
  22. package/inline-namespaced-svg/outlined/laser-rangefinder.svg +1 -0
  23. package/inline-namespaced-svg/outlined/night-mode-auto.svg +1 -0
  24. package/inline-namespaced-svg/outlined/night-mode-off.svg +1 -0
  25. package/inline-namespaced-svg/outlined/night-mode-on.svg +1 -0
  26. package/inline-namespaced-svg/outlined/two-split-screen.svg +1 -0
  27. package/inline-svg/outlined/dispatching.svg +1 -0
  28. package/inline-svg/outlined/gimbal-direction-control.svg +1 -0
  29. package/inline-svg/outlined/keyboard.svg +1 -0
  30. package/inline-svg/outlined/laser-rangefinder.svg +1 -0
  31. package/inline-svg/outlined/night-mode-auto.svg +1 -0
  32. package/inline-svg/outlined/night-mode-off.svg +1 -0
  33. package/inline-svg/outlined/night-mode-on.svg +1 -0
  34. package/inline-svg/outlined/two-split-screen.svg +1 -0
  35. package/lib/asn/DispatchingOutlined.d.ts +3 -0
  36. package/lib/asn/DispatchingOutlined.js +44 -0
  37. package/lib/asn/GimbalDirectionControlOutlined.d.ts +3 -0
  38. package/lib/asn/GimbalDirectionControlOutlined.js +44 -0
  39. package/lib/asn/KeyboardOutlined.d.ts +3 -0
  40. package/lib/asn/KeyboardOutlined.js +44 -0
  41. package/lib/asn/LaserRangefinderOutlined.d.ts +3 -0
  42. package/lib/asn/LaserRangefinderOutlined.js +44 -0
  43. package/lib/asn/NightModeAutoOutlined.d.ts +3 -0
  44. package/lib/asn/NightModeAutoOutlined.js +44 -0
  45. package/lib/asn/NightModeOffOutlined.d.ts +3 -0
  46. package/lib/asn/NightModeOffOutlined.js +44 -0
  47. package/lib/asn/NightModeOnOutlined.d.ts +3 -0
  48. package/lib/asn/NightModeOnOutlined.js +44 -0
  49. package/lib/asn/TwoSplitScreenOutlined.d.ts +3 -0
  50. package/lib/asn/TwoSplitScreenOutlined.js +44 -0
  51. package/lib/index.d.ts +8 -0
  52. package/lib/index.js +24 -0
  53. package/package.json +1 -1
  54. package/src/asn/DispatchingOutlined.ts +24 -0
  55. package/src/asn/GimbalDirectionControlOutlined.ts +24 -0
  56. package/src/asn/KeyboardOutlined.ts +24 -0
  57. package/src/asn/LaserRangefinderOutlined.ts +24 -0
  58. package/src/asn/NightModeAutoOutlined.ts +24 -0
  59. package/src/asn/NightModeOffOutlined.ts +24 -0
  60. package/src/asn/NightModeOnOutlined.ts +24 -0
  61. package/src/asn/TwoSplitScreenOutlined.ts +24 -0
  62. package/src/index.ts +8 -0
@@ -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/LaserRangefinderOutlined.ts
20
+ var LaserRangefinderOutlined_exports = {};
21
+ __export(LaserRangefinderOutlined_exports, {
22
+ default: () => LaserRangefinderOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(LaserRangefinderOutlined_exports);
25
+ var LaserRangefinderOutlined = {
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.38 11.38c.06 0 .12.05.12.12v3.38c0 .06-.06.12-.13.12h-.74a.12.12 0 0 1-.13-.13V11.5c0-.07.06-.13.13-.13h.75Zm2.36-1.3c.03 0 .07.02.09.04l1.5 1.5a.13.13 0 0 1 0 .18l-.53.53a.13.13 0 0 1-.18 0l-1.5-1.5a.13.13 0 0 1 0-.18l.53-.53a.12.12 0 0 1 .09-.03Zm-5.48 0c.03 0 .06.02.09.04l.53.53a.13.13 0 0 1 0 .18l-1.5 1.5a.13.13 0 0 1-.18 0l-.53-.53a.12.12 0 0 1 0-.18l1.5-1.5a.12.12 0 0 1 .1-.03Zm2.47-3.43c.2-.04.42-.03.63.02h.02c.42.13.75.44.9.83h5.6c.06 0 .12.06.12.13v.75c0 .06-.06.12-.13.12H9.29l-.06.13c-.1.18-.22.33-.37.45h-.01l-.02.02c-.15.12-.33.2-.52.24h-.02c-.15.04-.3.04-.45.02H7.8a1.38 1.38 0 0 1-1.03-1.97v-.01l.01-.02a1.37 1.37 0 0 1 .92-.7ZM4.5 7.5c.07 0 .13.06.13.13v.75c0 .06-.06.12-.13.12H1.12A.13.13 0 0 1 1 8.37v-.74c0-.07.06-.13.13-.13H4.5Zm7.3-3.83.53.53a.13.13 0 0 1 0 .18l-1.5 1.5a.13.13 0 0 1-.18 0l-.53-.53a.13.13 0 0 1 0-.18l1.5-1.5a.13.13 0 0 1 .18 0Zm-7.42 0 1.5 1.5a.12.12 0 0 1 0 .18l-.53.53a.12.12 0 0 1-.18 0l-1.5-1.5a.12.12 0 0 1 0-.18l.53-.53a.12.12 0 0 1 .09-.04c.03 0 .06.02.09.04Zm4-2.67c.06 0 .12.06.12.13V4.5c0 .07-.06.13-.13.13h-.74a.13.13 0 0 1-.13-.13V1.12c0-.06.06-.12.13-.12h.75Z"
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ name: "laser-rangefinder",
42
+ theme: "outlined"
43
+ };
44
+ var LaserRangefinderOutlined_default = LaserRangefinderOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const NightModeAutoOutlined: IconDefinition;
3
+ export default NightModeAutoOutlined;
@@ -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/NightModeAutoOutlined.ts
20
+ var NightModeAutoOutlined_exports = {};
21
+ __export(NightModeAutoOutlined_exports, {
22
+ default: () => NightModeAutoOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(NightModeAutoOutlined_exports);
25
+ var NightModeAutoOutlined = {
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.38 13.25c.06 0 .12.06.12.13v1.5c0 .06-.06.12-.13.12h-.74a.12.12 0 0 1-.13-.13v-1.5c0-.06.06-.12.13-.12h.75Zm3.68-1.84c.04 0 .07.01.1.04l1.05 1.06a.13.13 0 0 1 0 .18l-.53.53a.13.13 0 0 1-.17 0l-1.06-1.07a.13.13 0 0 1 0-.17l.53-.53a.12.12 0 0 1 .09-.04Zm-8.13 0c.04 0 .07.01.1.04l.52.53a.13.13 0 0 1 0 .17L3.5 13.21a.13.13 0 0 1-.18 0l-.52-.53a.13.13 0 0 1 0-.17l1.06-1.06a.13.13 0 0 1 .08-.04Zm5.15-7.46a4.19 4.19 0 0 1 3.08 4.56v.04a4.17 4.17 0 0 1-1.59 2.75l-.02.02-.02.02c-.86.66-1.96.95-3.04.82h-.04a4.19 4.19 0 0 1-3.2-6.03l.03-.05A4.17 4.17 0 0 1 7.13 3.9a4.17 4.17 0 0 1 1.95.06ZM7.4 5.07h-.03l-.02.01c-.42.1-.81.27-1.15.53l-.02.02c-.35.26-.63.6-.84.99l-.01.03-.01.02a3 3 0 0 0 2.23 4.3l.06.02h.03c.32.04.65.03.96-.04h.04c.42-.1.8-.28 1.14-.53l.04-.03h.01l.02-.01v-.01c.34-.26.61-.59.8-.96l.02-.02c.15-.3.26-.62.3-.96v-.06a3 3 0 0 0-2.15-3.24l-.04-.02a2.98 2.98 0 0 0-1.38-.04Zm.6.69v4.5a2.25 2.25 0 1 1 0-4.5Zm6.88 1.75c.06 0 .12.06.12.13v.75c0 .06-.06.12-.13.12h-1.5a.12.12 0 0 1-.12-.13v-.74c0-.07.06-.13.13-.13h1.5Zm-12.26 0c.07 0 .13.06.13.13v.75c0 .06-.06.12-.13.12h-1.5A.13.13 0 0 1 1 8.37v-.74c0-.07.06-.13.13-.13h1.5Zm9.98-4.75c.03 0 .06.01.09.04l.53.52a.13.13 0 0 1 0 .18l-1.07 1.06a.12.12 0 0 1-.17 0l-.53-.53a.13.13 0 0 1 0-.17l1.06-1.06a.12.12 0 0 1 .09-.04Zm-9.2 0c.04 0 .07.01.1.04l1.05 1.06a.13.13 0 0 1 0 .17l-.53.53a.13.13 0 0 1-.17 0L2.79 3.5a.13.13 0 0 1 0-.18l.53-.52a.13.13 0 0 1 .08-.04ZM8.37 1c.07 0 .13.06.13.13v1.5c0 .06-.06.12-.13.12h-.74a.13.13 0 0 1-.13-.13v-1.5c0-.06.06-.12.13-.12h.75Z"
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ name: "night-mode-auto",
42
+ theme: "outlined"
43
+ };
44
+ var NightModeAutoOutlined_default = NightModeAutoOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const NightModeOffOutlined: IconDefinition;
3
+ export default NightModeOffOutlined;
@@ -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/NightModeOffOutlined.ts
20
+ var NightModeOffOutlined_exports = {};
21
+ __export(NightModeOffOutlined_exports, {
22
+ default: () => NightModeOffOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(NightModeOffOutlined_exports);
25
+ var NightModeOffOutlined = {
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": "nonzero",
34
+ stroke: "none",
35
+ "stroke-width": "1",
36
+ d: "M9.25 2.64c.23 0 .45.07.64.19l.12.1a1.1 1.1 0 0 1 .36.84V5.9c0 .2-.03.36-.1.5-.06.15-.15.26-.26.36a1.17 1.17 0 0 1-1.4.09l-.12-.1a1.05 1.05 0 0 1-.19-.2l-.07-.14c-.07-.16-.1-.32-.1-.5V3.79c0-.18.03-.35.1-.5.11-.26.34-.47.62-.57.13-.05.26-.07.4-.07Zm3.28.03c.06 0 .12.06.12.12v.62c0 .06-.05.12-.12.12h-1.02v.9h.87c.07 0 .12.06.12.13v.61c0 .07-.05.12-.12.12h-.87v1.6c0 .06-.06.12-.12.12h-.65a.12.12 0 0 1-.12-.12V2.8c0-.07.05-.12.12-.13h1.79Zm2.28 0c.06 0 .12.06.12.12v.62c0 .06-.05.12-.12.12H13.8v.9h.87c.07 0 .12.06.13.13v.61c0 .07-.06.12-.13.12h-.87v1.6c0 .06-.05.12-.12.12h-.64a.13.13 0 0 1-.13-.12V2.8c0-.07.06-.12.12-.13h1.79Zm-5.56.86a.25.25 0 0 0-.17.06c-.04.03-.06.1-.06.18V5.9c0 .1.02.16.06.2.04.04.1.06.17.05.07 0 .12-.02.17-.06.04-.03.06-.09.06-.18V3.78c0-.1-.02-.16-.06-.19a.25.25 0 0 0-.17-.06ZM7.22 2v.02a5 5 0 0 0 6.73 6.78h.02l.02-.02H14a.12.12 0 0 1 .19.12l-.01.04v.05a6.25 6.25 0 1 1-7.11-7.17h.03a.13.13 0 0 1 .13.18ZM5.5 3.6l-.07.04a5.06 5.06 0 1 0 6.94 6.94l.04-.06h-.03c-.23.03-.47.04-.71.04h-.04a6.19 6.19 0 0 1-6.14-6.93V3.6Z"
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ name: "night-mode-off",
42
+ theme: "outlined"
43
+ };
44
+ var NightModeOffOutlined_default = NightModeOffOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const NightModeOnOutlined: IconDefinition;
3
+ export default NightModeOnOutlined;
@@ -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/NightModeOnOutlined.ts
20
+ var NightModeOnOutlined_exports = {};
21
+ __export(NightModeOnOutlined_exports, {
22
+ default: () => NightModeOnOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(NightModeOnOutlined_exports);
25
+ var NightModeOnOutlined = {
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": "nonzero",
34
+ stroke: "none",
35
+ "stroke-width": "1",
36
+ d: "M10.07 2.14c.25 0 .5.07.7.2l.15.12a1.28 1.28 0 0 1 .38.9v2.41c0 .21-.05.4-.12.55-.07.15-.16.28-.28.38a1.27 1.27 0 0 1-1.52.1l-.14-.11a1.1 1.1 0 0 1-.19-.22l-.08-.15a1.26 1.26 0 0 1-.11-.53V3.38a1.15 1.15 0 0 1 .78-1.16c.14-.05.29-.08.43-.08Zm2.34.04c.06 0 .1.03.12.08l.76 2.1V2.3c0-.06.05-.12.12-.12h.65c.07 0 .12.05.13.12v4.54c0 .07-.06.13-.12.13h-.62a.12.12 0 0 1-.12-.08l-.76-2.1v2.06c0 .06-.06.12-.12.12h-.66a.13.13 0 0 1-.12-.12V2.3c0-.06.05-.12.12-.12h.62Zm-2.34.86a.34.34 0 0 0-.22.08c-.06.05-.09.13-.09.25v2.4c0 .13.03.2.09.26.06.05.14.08.22.08.1 0 .17-.03.23-.08s.09-.13.09-.25v-2.4c0-.13-.03-.2-.09-.26a.34.34 0 0 0-.23-.08ZM7.22 2v.02a5 5 0 0 0 6.73 6.78h.02l.02-.02H14a.12.12 0 0 1 .19.12l-.01.04v.05a6.25 6.25 0 1 1-7.11-7.17h.03a.13.13 0 0 1 .13.18ZM5.5 3.6l-.07.04a5.06 5.06 0 1 0 6.94 6.94l.04-.06h-.03c-.23.03-.47.04-.71.04h-.04a6.19 6.19 0 0 1-6.14-6.93V3.6Z"
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ name: "night-mode-on",
42
+ theme: "outlined"
43
+ };
44
+ var NightModeOnOutlined_default = NightModeOnOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const TwoSplitScreenOutlined: IconDefinition;
3
+ export default TwoSplitScreenOutlined;
@@ -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/TwoSplitScreenOutlined.ts
20
+ var TwoSplitScreenOutlined_exports = {};
21
+ __export(TwoSplitScreenOutlined_exports, {
22
+ default: () => TwoSplitScreenOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(TwoSplitScreenOutlined_exports);
25
+ var TwoSplitScreenOutlined = {
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: "M15 2.9V13a.5.5 0 0 1-.4.48l-.1.01h-13a.5.5 0 0 1-.49-.4V2.98a.5.5 0 0 1 .4-.49h13.1a.5.5 0 0 1 .49.4Zm-6.56.72v1.16c0 .08-.04.13-.13.13H7.7c-.09 0-.13-.05-.13-.13V3.62H2.13v8.75h5.43v-1.15c0-.06.04-.1.09-.12h.66c.06 0 .1.03.12.08v1.19h5.45V3.62H8.44Zm0 3.82v1.12c0 .09-.04.13-.13.13H7.7c-.09 0-.13-.04-.13-.13V7.44c0-.09.04-.13.13-.13h.62c.08 0 .13.04.13.13Zm0-1.9v1.13c0 .08-.04.13-.13.13H7.7c-.09 0-.13-.05-.13-.13V5.55c0-.09.04-.13.13-.13h.62c.08 0 .13.04.13.13Zm0 3.79v1.12c0 .09-.04.13-.13.13H7.7c-.09 0-.13-.04-.13-.13V9.33c0-.09.04-.13.13-.13h.62c.08 0 .13.04.13.13Z"
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ name: "two-split-screen",
42
+ theme: "outlined"
43
+ };
44
+ var TwoSplitScreenOutlined_default = TwoSplitScreenOutlined;
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';
@@ -428,6 +429,7 @@ export { default as GimbalBackDownPurely } from './asn/GimbalBackDownPurely';
428
429
  export { default as GimbalBackDownWhitePurely } from './asn/GimbalBackDownWhitePurely';
429
430
  export { default as GimbalCenterPurely } from './asn/GimbalCenterPurely';
430
431
  export { default as GimbalCenterWhitePurely } from './asn/GimbalCenterWhitePurely';
432
+ export { default as GimbalDirectionControlOutlined } from './asn/GimbalDirectionControlOutlined';
431
433
  export { default as GimbalDownPurely } from './asn/GimbalDownPurely';
432
434
  export { default as GimbalDownWhitePurely } from './asn/GimbalDownWhitePurely';
433
435
  export { default as GithubFilled } from './asn/GithubFilled';
@@ -517,10 +519,12 @@ export { default as KeyAreaOutlined } from './asn/KeyAreaOutlined';
517
519
  export { default as KeyOutlined } from './asn/KeyOutlined';
518
520
  export { default as KeyPersonPurely } from './asn/KeyPersonPurely';
519
521
  export { default as KeyVehiclePurely } from './asn/KeyVehiclePurely';
522
+ export { default as KeyboardOutlined } from './asn/KeyboardOutlined';
520
523
  export { default as KinescopeOutlined } from './asn/KinescopeOutlined';
521
524
  export { default as KinescopeStopOutlined } from './asn/KinescopeStopOutlined';
522
525
  export { default as LakeOutlined } from './asn/LakeOutlined';
523
526
  export { default as LandingOutlined } from './asn/LandingOutlined';
527
+ export { default as LaserRangefinderOutlined } from './asn/LaserRangefinderOutlined';
524
528
  export { default as LayoutDownOutlined } from './asn/LayoutDownOutlined';
525
529
  export { default as LayoutOutlined } from './asn/LayoutOutlined';
526
530
  export { default as LayoutRightOutlined } from './asn/LayoutRightOutlined';
@@ -641,6 +645,9 @@ export { default as MuteOutlined } from './asn/MuteOutlined';
641
645
  export { default as NaturalGasOutlined } from './asn/NaturalGasOutlined';
642
646
  export { default as NextOutlined } from './asn/NextOutlined';
643
647
  export { default as Nh3Outlined } from './asn/Nh3Outlined';
648
+ export { default as NightModeAutoOutlined } from './asn/NightModeAutoOutlined';
649
+ export { default as NightModeOffOutlined } from './asn/NightModeOffOutlined';
650
+ export { default as NightModeOnOutlined } from './asn/NightModeOnOutlined';
644
651
  export { default as NoAlarmPurely } from './asn/NoAlarmPurely';
645
652
  export { default as NoAppPurely } from './asn/NoAppPurely';
646
653
  export { default as NoCarPurely } from './asn/NoCarPurely';
@@ -984,6 +991,7 @@ export { default as TurnAroundOutlined } from './asn/TurnAroundOutlined';
984
991
  export { default as TurnLeftOutlined } from './asn/TurnLeftOutlined';
985
992
  export { default as TurnRightOutlined } from './asn/TurnRightOutlined';
986
993
  export { default as TwinsOutlined } from './asn/TwinsOutlined';
994
+ export { default as TwoSplitScreenOutlined } from './asn/TwoSplitScreenOutlined';
987
995
  export { default as TyphoonOutlined } from './asn/TyphoonOutlined';
988
996
  export { default as UnitFilled } from './asn/UnitFilled';
989
997
  export { default as UnitOutlined } from './asn/UnitOutlined';
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,
@@ -459,6 +460,7 @@ __export(src_exports, {
459
460
  GimbalBackDownWhitePurely: () => import_GimbalBackDownWhitePurely.default,
460
461
  GimbalCenterPurely: () => import_GimbalCenterPurely.default,
461
462
  GimbalCenterWhitePurely: () => import_GimbalCenterWhitePurely.default,
463
+ GimbalDirectionControlOutlined: () => import_GimbalDirectionControlOutlined.default,
462
464
  GimbalDownPurely: () => import_GimbalDownPurely.default,
463
465
  GimbalDownWhitePurely: () => import_GimbalDownWhitePurely.default,
464
466
  GithubFilled: () => import_GithubFilled.default,
@@ -548,10 +550,12 @@ __export(src_exports, {
548
550
  KeyOutlined: () => import_KeyOutlined.default,
549
551
  KeyPersonPurely: () => import_KeyPersonPurely.default,
550
552
  KeyVehiclePurely: () => import_KeyVehiclePurely.default,
553
+ KeyboardOutlined: () => import_KeyboardOutlined.default,
551
554
  KinescopeOutlined: () => import_KinescopeOutlined.default,
552
555
  KinescopeStopOutlined: () => import_KinescopeStopOutlined.default,
553
556
  LakeOutlined: () => import_LakeOutlined.default,
554
557
  LandingOutlined: () => import_LandingOutlined.default,
558
+ LaserRangefinderOutlined: () => import_LaserRangefinderOutlined.default,
555
559
  LayoutDownOutlined: () => import_LayoutDownOutlined.default,
556
560
  LayoutOutlined: () => import_LayoutOutlined.default,
557
561
  LayoutRightOutlined: () => import_LayoutRightOutlined.default,
@@ -672,6 +676,9 @@ __export(src_exports, {
672
676
  NaturalGasOutlined: () => import_NaturalGasOutlined.default,
673
677
  NextOutlined: () => import_NextOutlined.default,
674
678
  Nh3Outlined: () => import_Nh3Outlined.default,
679
+ NightModeAutoOutlined: () => import_NightModeAutoOutlined.default,
680
+ NightModeOffOutlined: () => import_NightModeOffOutlined.default,
681
+ NightModeOnOutlined: () => import_NightModeOnOutlined.default,
675
682
  NoAlarmPurely: () => import_NoAlarmPurely.default,
676
683
  NoAppPurely: () => import_NoAppPurely.default,
677
684
  NoCarPurely: () => import_NoCarPurely.default,
@@ -1015,6 +1022,7 @@ __export(src_exports, {
1015
1022
  TurnLeftOutlined: () => import_TurnLeftOutlined.default,
1016
1023
  TurnRightOutlined: () => import_TurnRightOutlined.default,
1017
1024
  TwinsOutlined: () => import_TwinsOutlined.default,
1025
+ TwoSplitScreenOutlined: () => import_TwoSplitScreenOutlined.default,
1018
1026
  TyphoonOutlined: () => import_TyphoonOutlined.default,
1019
1027
  UnitFilled: () => import_UnitFilled.default,
1020
1028
  UnitOutlined: () => import_UnitOutlined.default,
@@ -1347,6 +1355,7 @@ var import_DigitalMediaFilled = __toESM(require("./asn/DigitalMediaFilled"));
1347
1355
  var import_DigitalMediaOutlined = __toESM(require("./asn/DigitalMediaOutlined"));
1348
1356
  var import_DirectedFlightOutlined = __toESM(require("./asn/DirectedFlightOutlined"));
1349
1357
  var import_DislikeOutlined = __toESM(require("./asn/DislikeOutlined"));
1358
+ var import_DispatchingOutlined = __toESM(require("./asn/DispatchingOutlined"));
1350
1359
  var import_DistanceOutlined = __toESM(require("./asn/DistanceOutlined"));
1351
1360
  var import_DockFilled = __toESM(require("./asn/DockFilled"));
1352
1361
  var import_DockOutlined = __toESM(require("./asn/DockOutlined"));
@@ -1550,6 +1559,7 @@ var import_GimbalBackDownPurely = __toESM(require("./asn/GimbalBackDownPurely"))
1550
1559
  var import_GimbalBackDownWhitePurely = __toESM(require("./asn/GimbalBackDownWhitePurely"));
1551
1560
  var import_GimbalCenterPurely = __toESM(require("./asn/GimbalCenterPurely"));
1552
1561
  var import_GimbalCenterWhitePurely = __toESM(require("./asn/GimbalCenterWhitePurely"));
1562
+ var import_GimbalDirectionControlOutlined = __toESM(require("./asn/GimbalDirectionControlOutlined"));
1553
1563
  var import_GimbalDownPurely = __toESM(require("./asn/GimbalDownPurely"));
1554
1564
  var import_GimbalDownWhitePurely = __toESM(require("./asn/GimbalDownWhitePurely"));
1555
1565
  var import_GithubFilled = __toESM(require("./asn/GithubFilled"));
@@ -1639,10 +1649,12 @@ var import_KeyAreaOutlined = __toESM(require("./asn/KeyAreaOutlined"));
1639
1649
  var import_KeyOutlined = __toESM(require("./asn/KeyOutlined"));
1640
1650
  var import_KeyPersonPurely = __toESM(require("./asn/KeyPersonPurely"));
1641
1651
  var import_KeyVehiclePurely = __toESM(require("./asn/KeyVehiclePurely"));
1652
+ var import_KeyboardOutlined = __toESM(require("./asn/KeyboardOutlined"));
1642
1653
  var import_KinescopeOutlined = __toESM(require("./asn/KinescopeOutlined"));
1643
1654
  var import_KinescopeStopOutlined = __toESM(require("./asn/KinescopeStopOutlined"));
1644
1655
  var import_LakeOutlined = __toESM(require("./asn/LakeOutlined"));
1645
1656
  var import_LandingOutlined = __toESM(require("./asn/LandingOutlined"));
1657
+ var import_LaserRangefinderOutlined = __toESM(require("./asn/LaserRangefinderOutlined"));
1646
1658
  var import_LayoutDownOutlined = __toESM(require("./asn/LayoutDownOutlined"));
1647
1659
  var import_LayoutOutlined = __toESM(require("./asn/LayoutOutlined"));
1648
1660
  var import_LayoutRightOutlined = __toESM(require("./asn/LayoutRightOutlined"));
@@ -1763,6 +1775,9 @@ var import_MuteOutlined = __toESM(require("./asn/MuteOutlined"));
1763
1775
  var import_NaturalGasOutlined = __toESM(require("./asn/NaturalGasOutlined"));
1764
1776
  var import_NextOutlined = __toESM(require("./asn/NextOutlined"));
1765
1777
  var import_Nh3Outlined = __toESM(require("./asn/Nh3Outlined"));
1778
+ var import_NightModeAutoOutlined = __toESM(require("./asn/NightModeAutoOutlined"));
1779
+ var import_NightModeOffOutlined = __toESM(require("./asn/NightModeOffOutlined"));
1780
+ var import_NightModeOnOutlined = __toESM(require("./asn/NightModeOnOutlined"));
1766
1781
  var import_NoAlarmPurely = __toESM(require("./asn/NoAlarmPurely"));
1767
1782
  var import_NoAppPurely = __toESM(require("./asn/NoAppPurely"));
1768
1783
  var import_NoCarPurely = __toESM(require("./asn/NoCarPurely"));
@@ -2106,6 +2121,7 @@ var import_TurnAroundOutlined = __toESM(require("./asn/TurnAroundOutlined"));
2106
2121
  var import_TurnLeftOutlined = __toESM(require("./asn/TurnLeftOutlined"));
2107
2122
  var import_TurnRightOutlined = __toESM(require("./asn/TurnRightOutlined"));
2108
2123
  var import_TwinsOutlined = __toESM(require("./asn/TwinsOutlined"));
2124
+ var import_TwoSplitScreenOutlined = __toESM(require("./asn/TwoSplitScreenOutlined"));
2109
2125
  var import_TyphoonOutlined = __toESM(require("./asn/TyphoonOutlined"));
2110
2126
  var import_UnitFilled = __toESM(require("./asn/UnitFilled"));
2111
2127
  var import_UnitOutlined = __toESM(require("./asn/UnitOutlined"));
@@ -2438,6 +2454,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2438
2454
  DigitalMediaOutlined,
2439
2455
  DirectedFlightOutlined,
2440
2456
  DislikeOutlined,
2457
+ DispatchingOutlined,
2441
2458
  DistanceOutlined,
2442
2459
  DockFilled,
2443
2460
  DockOutlined,
@@ -2641,6 +2658,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2641
2658
  GimbalBackDownWhitePurely,
2642
2659
  GimbalCenterPurely,
2643
2660
  GimbalCenterWhitePurely,
2661
+ GimbalDirectionControlOutlined,
2644
2662
  GimbalDownPurely,
2645
2663
  GimbalDownWhitePurely,
2646
2664
  GithubFilled,
@@ -2730,10 +2748,12 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2730
2748
  KeyOutlined,
2731
2749
  KeyPersonPurely,
2732
2750
  KeyVehiclePurely,
2751
+ KeyboardOutlined,
2733
2752
  KinescopeOutlined,
2734
2753
  KinescopeStopOutlined,
2735
2754
  LakeOutlined,
2736
2755
  LandingOutlined,
2756
+ LaserRangefinderOutlined,
2737
2757
  LayoutDownOutlined,
2738
2758
  LayoutOutlined,
2739
2759
  LayoutRightOutlined,
@@ -2854,6 +2874,9 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2854
2874
  NaturalGasOutlined,
2855
2875
  NextOutlined,
2856
2876
  Nh3Outlined,
2877
+ NightModeAutoOutlined,
2878
+ NightModeOffOutlined,
2879
+ NightModeOnOutlined,
2857
2880
  NoAlarmPurely,
2858
2881
  NoAppPurely,
2859
2882
  NoCarPurely,
@@ -3197,6 +3220,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
3197
3220
  TurnLeftOutlined,
3198
3221
  TurnRightOutlined,
3199
3222
  TwinsOutlined,
3223
+ TwoSplitScreenOutlined,
3200
3224
  TyphoonOutlined,
3201
3225
  UnitFilled,
3202
3226
  UnitOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.97.0",
3
+ "version": "2.99.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -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;
@@ -0,0 +1,24 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const GimbalDirectionControlOutlined: 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: 'M6.64 3.96c-.13.3-.25.63-.35.99a14.25 14.25 0 0 1 3.41 0c-.1-.36-.21-.7-.34-1C8.94 3 8.43 2.5 8 2.5c-.44 0-.95.5-1.36 1.46ZM12.1 6.7c-.3-.13-.64-.24-1-.34a14.37 14.37 0 0 1 0 3.4c.36-.1.7-.2 1-.34.96-.41 1.45-.92 1.45-1.36 0-.43-.5-.94-1.45-1.36Zm1.94 2.79c-.37.37-.87.7-1.5.97-.48.2-1.04.38-1.64.52-.13.6-.3 1.15-.52 1.64-.27.62-.6 1.12-.97 1.49-.42.41-.9.64-1.42.64-.63 0-1.23-.33-1.73-.9-.32-.36-.6-.82-.82-1.34l-1.29.04a.13.13 0 0 1-.1-.2l1.35-1.59a.13.13 0 0 1 .19 0l1.56 1.47a.13.13 0 0 1-.08.22l-.4.01c.13.25.28.47.43.65.27.3.54.47.78.5l.1.02c.44 0 .95-.5 1.37-1.46.13-.3.24-.63.34-.99-.53.06-1.08.1-1.65.1h-.27l-.02.62c0 .02-.01.05-.03.07a.13.13 0 0 1-.18.01L5.9 10.44a.13.13 0 0 1 0-.19l1.75-1.4a.12.12 0 0 1 .2.1l-.04 1.2H8c.68 0 1.33-.05 1.95-.14a12.97 12.97 0 0 0 0-3.9 13.01 13.01 0 0 0-3.9 0c-.1.6-.14 1.25-.14 1.9v.28l1.19.12a.13.13 0 0 1 .06.22L5.54 9.88a.13.13 0 0 1-.16 0L3.86 8.3a.13.13 0 0 1 .1-.21l.82.08V8.06c0-.58.04-1.15.1-1.7-.36.1-.69.21-.99.34-.96.42-1.45.93-1.45 1.36 0 .36.33.77.97 1.12v-.26a.13.13 0 0 1 .21-.09l1.42 1.47c.05.05.05.13 0 .18l-1.42 1.47a.12.12 0 0 1-.21-.09v-1.42a4.94 4.94 0 0 1-1.28-.79c-.52-.46-.82-1-.82-1.59 0-.52.23-1 .64-1.42.37-.38.87-.7 1.5-.97a9.13 9.13 0 0 1 1.64-.52c.13-.6.3-1.15.52-1.64.26-.62.59-1.13.96-1.5.42-.4.9-.63 1.43-.63.52 0 1 .22 1.42.64.38.36.7.87.97 1.49.21.49.39 1.04.52 1.64.6.13 1.16.3 1.64.52.63.27 1.13.6 1.5.97.4.42.64.9.64 1.42 0 .52-.23 1-.64 1.43Z',
16
+ },
17
+ },
18
+ ],
19
+ },
20
+ name: 'gimbal-direction-control',
21
+ theme: 'outlined',
22
+ };
23
+
24
+ export default GimbalDirectionControlOutlined;
@@ -0,0 +1,24 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const KeyboardOutlined: 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: 'M14.5 2.5h-13A.5.5 0 0 0 1 3v10c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5Zm-.63 9.88H2.13V3.63h11.75v8.75ZM4.85 11h6.33c.07 0 .13-.06.13-.13V10a.13.13 0 0 0-.13-.13H4.84a.13.13 0 0 0-.12.13v.88c0 .06.06.12.12.12ZM3.75 6.37h1c.07 0 .13-.05.13-.12v-1a.13.13 0 0 0-.13-.13h-1a.13.13 0 0 0-.13.13v1c0 .07.06.13.13.13Zm0 2.38h1c.07 0 .13-.06.13-.13v-1a.13.13 0 0 0-.13-.12h-1a.13.13 0 0 0-.13.13v1c0 .06.06.12.13.12Zm2.5-2.38h1c.07 0 .13-.05.13-.12v-1a.13.13 0 0 0-.13-.13h-1a.13.13 0 0 0-.13.13v1c0 .07.06.13.13.13Zm0 2.38h1c.07 0 .13-.06.13-.13v-1a.13.13 0 0 0-.13-.12h-1a.13.13 0 0 0-.13.13v1c0 .06.06.12.13.12Zm2.5-2.38h1c.07 0 .13-.05.13-.12v-1a.13.13 0 0 0-.13-.13h-1a.13.13 0 0 0-.13.13v1c0 .07.06.13.13.13Zm0 2.38h1c.07 0 .13-.06.13-.13v-1a.13.13 0 0 0-.13-.12h-1a.13.13 0 0 0-.13.13v1c0 .06.06.12.13.12Zm2.5-2.38h1c.07 0 .13-.05.13-.12v-1a.13.13 0 0 0-.13-.13h-1a.13.13 0 0 0-.13.13v1c0 .07.06.13.13.13Zm0 2.38h1c.07 0 .13-.06.13-.13v-1a.13.13 0 0 0-.13-.12h-1a.13.13 0 0 0-.13.13v1c0 .06.06.12.13.12Z',
16
+ },
17
+ },
18
+ ],
19
+ },
20
+ name: 'keyboard',
21
+ theme: 'outlined',
22
+ };
23
+
24
+ export default KeyboardOutlined;
@@ -0,0 +1,24 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const LaserRangefinderOutlined: 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.38 11.38c.06 0 .12.05.12.12v3.38c0 .06-.06.12-.13.12h-.74a.12.12 0 0 1-.13-.13V11.5c0-.07.06-.13.13-.13h.75Zm2.36-1.3c.03 0 .07.02.09.04l1.5 1.5a.13.13 0 0 1 0 .18l-.53.53a.13.13 0 0 1-.18 0l-1.5-1.5a.13.13 0 0 1 0-.18l.53-.53a.12.12 0 0 1 .09-.03Zm-5.48 0c.03 0 .06.02.09.04l.53.53a.13.13 0 0 1 0 .18l-1.5 1.5a.13.13 0 0 1-.18 0l-.53-.53a.12.12 0 0 1 0-.18l1.5-1.5a.12.12 0 0 1 .1-.03Zm2.47-3.43c.2-.04.42-.03.63.02h.02c.42.13.75.44.9.83h5.6c.06 0 .12.06.12.13v.75c0 .06-.06.12-.13.12H9.29l-.06.13c-.1.18-.22.33-.37.45h-.01l-.02.02c-.15.12-.33.2-.52.24h-.02c-.15.04-.3.04-.45.02H7.8a1.38 1.38 0 0 1-1.03-1.97v-.01l.01-.02a1.37 1.37 0 0 1 .92-.7ZM4.5 7.5c.07 0 .13.06.13.13v.75c0 .06-.06.12-.13.12H1.12A.13.13 0 0 1 1 8.37v-.74c0-.07.06-.13.13-.13H4.5Zm7.3-3.83.53.53a.13.13 0 0 1 0 .18l-1.5 1.5a.13.13 0 0 1-.18 0l-.53-.53a.13.13 0 0 1 0-.18l1.5-1.5a.13.13 0 0 1 .18 0Zm-7.42 0 1.5 1.5a.12.12 0 0 1 0 .18l-.53.53a.12.12 0 0 1-.18 0l-1.5-1.5a.12.12 0 0 1 0-.18l.53-.53a.12.12 0 0 1 .09-.04c.03 0 .06.02.09.04Zm4-2.67c.06 0 .12.06.12.13V4.5c0 .07-.06.13-.13.13h-.74a.13.13 0 0 1-.13-.13V1.12c0-.06.06-.12.13-.12h.75Z',
16
+ },
17
+ },
18
+ ],
19
+ },
20
+ name: 'laser-rangefinder',
21
+ theme: 'outlined',
22
+ };
23
+
24
+ export default LaserRangefinderOutlined;
@@ -0,0 +1,24 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const NightModeAutoOutlined: 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.38 13.25c.06 0 .12.06.12.13v1.5c0 .06-.06.12-.13.12h-.74a.12.12 0 0 1-.13-.13v-1.5c0-.06.06-.12.13-.12h.75Zm3.68-1.84c.04 0 .07.01.1.04l1.05 1.06a.13.13 0 0 1 0 .18l-.53.53a.13.13 0 0 1-.17 0l-1.06-1.07a.13.13 0 0 1 0-.17l.53-.53a.12.12 0 0 1 .09-.04Zm-8.13 0c.04 0 .07.01.1.04l.52.53a.13.13 0 0 1 0 .17L3.5 13.21a.13.13 0 0 1-.18 0l-.52-.53a.13.13 0 0 1 0-.17l1.06-1.06a.13.13 0 0 1 .08-.04Zm5.15-7.46a4.19 4.19 0 0 1 3.08 4.56v.04a4.17 4.17 0 0 1-1.59 2.75l-.02.02-.02.02c-.86.66-1.96.95-3.04.82h-.04a4.19 4.19 0 0 1-3.2-6.03l.03-.05A4.17 4.17 0 0 1 7.13 3.9a4.17 4.17 0 0 1 1.95.06ZM7.4 5.07h-.03l-.02.01c-.42.1-.81.27-1.15.53l-.02.02c-.35.26-.63.6-.84.99l-.01.03-.01.02a3 3 0 0 0 2.23 4.3l.06.02h.03c.32.04.65.03.96-.04h.04c.42-.1.8-.28 1.14-.53l.04-.03h.01l.02-.01v-.01c.34-.26.61-.59.8-.96l.02-.02c.15-.3.26-.62.3-.96v-.06a3 3 0 0 0-2.15-3.24l-.04-.02a2.98 2.98 0 0 0-1.38-.04Zm.6.69v4.5a2.25 2.25 0 1 1 0-4.5Zm6.88 1.75c.06 0 .12.06.12.13v.75c0 .06-.06.12-.13.12h-1.5a.12.12 0 0 1-.12-.13v-.74c0-.07.06-.13.13-.13h1.5Zm-12.26 0c.07 0 .13.06.13.13v.75c0 .06-.06.12-.13.12h-1.5A.13.13 0 0 1 1 8.37v-.74c0-.07.06-.13.13-.13h1.5Zm9.98-4.75c.03 0 .06.01.09.04l.53.52a.13.13 0 0 1 0 .18l-1.07 1.06a.12.12 0 0 1-.17 0l-.53-.53a.13.13 0 0 1 0-.17l1.06-1.06a.12.12 0 0 1 .09-.04Zm-9.2 0c.04 0 .07.01.1.04l1.05 1.06a.13.13 0 0 1 0 .17l-.53.53a.13.13 0 0 1-.17 0L2.79 3.5a.13.13 0 0 1 0-.18l.53-.52a.13.13 0 0 1 .08-.04ZM8.37 1c.07 0 .13.06.13.13v1.5c0 .06-.06.12-.13.12h-.74a.13.13 0 0 1-.13-.13v-1.5c0-.06.06-.12.13-.12h.75Z',
16
+ },
17
+ },
18
+ ],
19
+ },
20
+ name: 'night-mode-auto',
21
+ theme: 'outlined',
22
+ };
23
+
24
+ export default NightModeAutoOutlined;
@@ -0,0 +1,24 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const NightModeOffOutlined: 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': 'nonzero',
13
+ stroke: 'none',
14
+ 'stroke-width': '1',
15
+ d: 'M9.25 2.64c.23 0 .45.07.64.19l.12.1a1.1 1.1 0 0 1 .36.84V5.9c0 .2-.03.36-.1.5-.06.15-.15.26-.26.36a1.17 1.17 0 0 1-1.4.09l-.12-.1a1.05 1.05 0 0 1-.19-.2l-.07-.14c-.07-.16-.1-.32-.1-.5V3.79c0-.18.03-.35.1-.5.11-.26.34-.47.62-.57.13-.05.26-.07.4-.07Zm3.28.03c.06 0 .12.06.12.12v.62c0 .06-.05.12-.12.12h-1.02v.9h.87c.07 0 .12.06.12.13v.61c0 .07-.05.12-.12.12h-.87v1.6c0 .06-.06.12-.12.12h-.65a.12.12 0 0 1-.12-.12V2.8c0-.07.05-.12.12-.13h1.79Zm2.28 0c.06 0 .12.06.12.12v.62c0 .06-.05.12-.12.12H13.8v.9h.87c.07 0 .12.06.13.13v.61c0 .07-.06.12-.13.12h-.87v1.6c0 .06-.05.12-.12.12h-.64a.13.13 0 0 1-.13-.12V2.8c0-.07.06-.12.12-.13h1.79Zm-5.56.86a.25.25 0 0 0-.17.06c-.04.03-.06.1-.06.18V5.9c0 .1.02.16.06.2.04.04.1.06.17.05.07 0 .12-.02.17-.06.04-.03.06-.09.06-.18V3.78c0-.1-.02-.16-.06-.19a.25.25 0 0 0-.17-.06ZM7.22 2v.02a5 5 0 0 0 6.73 6.78h.02l.02-.02H14a.12.12 0 0 1 .19.12l-.01.04v.05a6.25 6.25 0 1 1-7.11-7.17h.03a.13.13 0 0 1 .13.18ZM5.5 3.6l-.07.04a5.06 5.06 0 1 0 6.94 6.94l.04-.06h-.03c-.23.03-.47.04-.71.04h-.04a6.19 6.19 0 0 1-6.14-6.93V3.6Z',
16
+ },
17
+ },
18
+ ],
19
+ },
20
+ name: 'night-mode-off',
21
+ theme: 'outlined',
22
+ };
23
+
24
+ export default NightModeOffOutlined;
@@ -0,0 +1,24 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const NightModeOnOutlined: 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': 'nonzero',
13
+ stroke: 'none',
14
+ 'stroke-width': '1',
15
+ d: 'M10.07 2.14c.25 0 .5.07.7.2l.15.12a1.28 1.28 0 0 1 .38.9v2.41c0 .21-.05.4-.12.55-.07.15-.16.28-.28.38a1.27 1.27 0 0 1-1.52.1l-.14-.11a1.1 1.1 0 0 1-.19-.22l-.08-.15a1.26 1.26 0 0 1-.11-.53V3.38a1.15 1.15 0 0 1 .78-1.16c.14-.05.29-.08.43-.08Zm2.34.04c.06 0 .1.03.12.08l.76 2.1V2.3c0-.06.05-.12.12-.12h.65c.07 0 .12.05.13.12v4.54c0 .07-.06.13-.12.13h-.62a.12.12 0 0 1-.12-.08l-.76-2.1v2.06c0 .06-.06.12-.12.12h-.66a.13.13 0 0 1-.12-.12V2.3c0-.06.05-.12.12-.12h.62Zm-2.34.86a.34.34 0 0 0-.22.08c-.06.05-.09.13-.09.25v2.4c0 .13.03.2.09.26.06.05.14.08.22.08.1 0 .17-.03.23-.08s.09-.13.09-.25v-2.4c0-.13-.03-.2-.09-.26a.34.34 0 0 0-.23-.08ZM7.22 2v.02a5 5 0 0 0 6.73 6.78h.02l.02-.02H14a.12.12 0 0 1 .19.12l-.01.04v.05a6.25 6.25 0 1 1-7.11-7.17h.03a.13.13 0 0 1 .13.18ZM5.5 3.6l-.07.04a5.06 5.06 0 1 0 6.94 6.94l.04-.06h-.03c-.23.03-.47.04-.71.04h-.04a6.19 6.19 0 0 1-6.14-6.93V3.6Z',
16
+ },
17
+ },
18
+ ],
19
+ },
20
+ name: 'night-mode-on',
21
+ theme: 'outlined',
22
+ };
23
+
24
+ export default NightModeOnOutlined;