@iobroker/adapter-react-v5 7.6.8 → 7.6.10
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/build/Components/DeviceType/DeviceTypeIcon.d.ts +29 -0
- package/build/Components/DeviceType/DeviceTypeIcon.js +127 -0
- package/build/Components/DeviceType/DeviceTypeIcon.js.map +1 -0
- package/build/Components/DeviceType/DeviceTypeOptions.d.ts +2 -0
- package/build/Components/DeviceType/DeviceTypeOptions.js +69 -0
- package/build/Components/DeviceType/DeviceTypeOptions.js.map +1 -0
- package/build/Components/DeviceType/DeviceTypeSelector.d.ts +20 -0
- package/build/Components/DeviceType/DeviceTypeSelector.js +102 -0
- package/build/Components/DeviceType/DeviceTypeSelector.js.map +1 -0
- package/build/Components/DeviceType/i18n/de.json +45 -0
- package/build/Components/DeviceType/i18n/en.json +45 -0
- package/build/Components/DeviceType/i18n/fr.json +45 -0
- package/build/Components/DeviceType/i18n/it.json +45 -0
- package/build/Components/DeviceType/i18n/nl.json +45 -0
- package/build/Components/DeviceType/i18n/pl.json +45 -0
- package/build/Components/DeviceType/i18n/pt.json +45 -0
- package/build/Components/DeviceType/i18n/ru.json +45 -0
- package/build/Components/DeviceType/i18n/uk.json +45 -0
- package/build/Components/DeviceType/i18n/zh-cn.json +45 -0
- package/build/Components/DeviceType/icons/Cleaner.d.ts +3 -0
- package/build/Components/DeviceType/icons/Cleaner.js +14 -0
- package/build/Components/DeviceType/icons/Cleaner.js.map +1 -0
- package/build/Components/DeviceType/icons/DoorClosed.d.ts +3 -0
- package/build/Components/DeviceType/icons/DoorClosed.js +7 -0
- package/build/Components/DeviceType/icons/DoorClosed.js.map +1 -0
- package/build/Components/DeviceType/icons/DoorOpened.d.ts +3 -0
- package/build/Components/DeviceType/icons/DoorOpened.js +7 -0
- package/build/Components/DeviceType/icons/DoorOpened.js.map +1 -0
- package/build/Components/DeviceType/icons/FireOff.d.ts +3 -0
- package/build/Components/DeviceType/icons/FireOff.js +8 -0
- package/build/Components/DeviceType/icons/FireOff.js.map +1 -0
- package/build/Components/DeviceType/icons/FireOn.d.ts +3 -0
- package/build/Components/DeviceType/icons/FireOn.js +14 -0
- package/build/Components/DeviceType/icons/FireOn.js.map +1 -0
- package/build/Components/DeviceType/icons/FloodOff.d.ts +3 -0
- package/build/Components/DeviceType/icons/FloodOff.js +11 -0
- package/build/Components/DeviceType/icons/FloodOff.js.map +1 -0
- package/build/Components/DeviceType/icons/FloodOn.d.ts +3 -0
- package/build/Components/DeviceType/icons/FloodOn.js +18 -0
- package/build/Components/DeviceType/icons/FloodOn.js.map +1 -0
- package/build/Components/DeviceType/icons/Gate.d.ts +3 -0
- package/build/Components/DeviceType/icons/Gate.js +8 -0
- package/build/Components/DeviceType/icons/Gate.js.map +1 -0
- package/build/Components/DeviceType/icons/HeatValve.d.ts +3 -0
- package/build/Components/DeviceType/icons/HeatValve.js +6 -0
- package/build/Components/DeviceType/icons/HeatValve.js.map +1 -0
- package/build/Components/DeviceType/icons/Home.d.ts +3 -0
- package/build/Components/DeviceType/icons/Home.js +6 -0
- package/build/Components/DeviceType/icons/Home.js.map +1 -0
- package/build/Components/DeviceType/icons/Humidity.d.ts +3 -0
- package/build/Components/DeviceType/icons/Humidity.js +8 -0
- package/build/Components/DeviceType/icons/Humidity.js.map +1 -0
- package/build/Components/DeviceType/icons/IconHome.d.ts +5 -0
- package/build/Components/DeviceType/icons/IconHome.js +21 -0
- package/build/Components/DeviceType/icons/IconHome.js.map +1 -0
- package/build/Components/DeviceType/icons/Jalousie.d.ts +3 -0
- package/build/Components/DeviceType/icons/Jalousie.js +7 -0
- package/build/Components/DeviceType/icons/Jalousie.js.map +1 -0
- package/build/Components/DeviceType/icons/Material.d.ts +3 -0
- package/build/Components/DeviceType/icons/Material.js +8 -0
- package/build/Components/DeviceType/icons/Material.js.map +1 -0
- package/build/Components/DeviceType/icons/MotionOff.d.ts +3 -0
- package/build/Components/DeviceType/icons/MotionOff.js +11 -0
- package/build/Components/DeviceType/icons/MotionOff.js.map +1 -0
- package/build/Components/DeviceType/icons/MotionOn.d.ts +3 -0
- package/build/Components/DeviceType/icons/MotionOn.js +7 -0
- package/build/Components/DeviceType/icons/MotionOn.js.map +1 -0
- package/build/Components/DeviceType/icons/PushButton.d.ts +3 -0
- package/build/Components/DeviceType/icons/PushButton.js +9 -0
- package/build/Components/DeviceType/icons/PushButton.js.map +1 -0
- package/build/Components/DeviceType/icons/RGB.d.ts +3 -0
- package/build/Components/DeviceType/icons/RGB.js +43 -0
- package/build/Components/DeviceType/icons/RGB.js.map +1 -0
- package/build/Components/DeviceType/icons/RepairExpert.d.ts +3 -0
- package/build/Components/DeviceType/icons/RepairExpert.js +6 -0
- package/build/Components/DeviceType/icons/RepairExpert.js.map +1 -0
- package/build/Components/DeviceType/icons/Socket.d.ts +3 -0
- package/build/Components/DeviceType/icons/Socket.js +8 -0
- package/build/Components/DeviceType/icons/Socket.js.map +1 -0
- package/build/Components/DeviceType/icons/Thermometer.d.ts +3 -0
- package/build/Components/DeviceType/icons/Thermometer.js +7 -0
- package/build/Components/DeviceType/icons/Thermometer.js.map +1 -0
- package/build/Components/DeviceType/icons/ThermometerSimple.d.ts +3 -0
- package/build/Components/DeviceType/icons/ThermometerSimple.js +8 -0
- package/build/Components/DeviceType/icons/ThermometerSimple.js.map +1 -0
- package/build/Components/DeviceType/icons/Thermostat.d.ts +3 -0
- package/build/Components/DeviceType/icons/Thermostat.js +9 -0
- package/build/Components/DeviceType/icons/Thermostat.js.map +1 -0
- package/build/Components/DeviceType/icons/Valve.d.ts +3 -0
- package/build/Components/DeviceType/icons/Valve.js +7 -0
- package/build/Components/DeviceType/icons/Valve.js.map +1 -0
- package/build/Components/DeviceType/icons/WindowClosed.d.ts +3 -0
- package/build/Components/DeviceType/icons/WindowClosed.js +8 -0
- package/build/Components/DeviceType/icons/WindowClosed.js.map +1 -0
- package/build/Components/DeviceType/icons/WindowOpened.d.ts +3 -0
- package/build/Components/DeviceType/icons/WindowOpened.js +9 -0
- package/build/Components/DeviceType/icons/WindowOpened.js.map +1 -0
- package/build/Components/DeviceType/icons/WindowTilted.d.ts +3 -0
- package/build/Components/DeviceType/icons/WindowTilted.js +8 -0
- package/build/Components/DeviceType/icons/WindowTilted.js.map +1 -0
- package/build/Components/DeviceType/icons/index.d.ts +28 -0
- package/build/Components/DeviceType/icons/index.js +28 -0
- package/build/Components/DeviceType/icons/index.js.map +1 -0
- package/build/Components/InfoBox.d.ts +1 -1
- package/build/Components/InfoBox.js +1 -1
- package/build/Components/InfoBox.js.map +1 -1
- package/build/Components/SelectWithIcon.d.ts +0 -1
- package/build/Components/SelectWithIcon.js +3 -3
- package/build/Components/SelectWithIcon.js.map +1 -1
- package/build/Components/TextWithIcon.d.ts +0 -1
- package/build/Components/TextWithIcon.js +3 -3
- package/build/Components/TextWithIcon.js.map +1 -1
- package/build/Dialogs/TextInput.d.ts +1 -1
- package/build/icons/IconAdapter.d.ts +2 -2
- package/build/icons/IconAdapter.js +4 -2
- package/build/icons/IconAdapter.js.map +1 -1
- package/build/icons/IconAlias.d.ts +2 -2
- package/build/icons/IconAlias.js +4 -2
- package/build/icons/IconAlias.js.map +1 -1
- package/build/icons/IconButtonImage.d.ts +2 -2
- package/build/icons/IconButtonImage.js +6 -4
- package/build/icons/IconButtonImage.js.map +1 -1
- package/build/icons/IconChannel.d.ts +2 -2
- package/build/icons/IconChannel.js +8 -6
- package/build/icons/IconChannel.js.map +1 -1
- package/build/icons/IconClearFilter.d.ts +2 -2
- package/build/icons/IconClearFilter.js +4 -2
- package/build/icons/IconClearFilter.js.map +1 -1
- package/build/icons/IconClosed.d.ts +2 -2
- package/build/icons/IconClosed.js +4 -2
- package/build/icons/IconClosed.js.map +1 -1
- package/build/icons/IconCopy.d.ts +2 -2
- package/build/icons/IconCopy.js +4 -2
- package/build/icons/IconCopy.js.map +1 -1
- package/build/icons/IconDevice.d.ts +2 -2
- package/build/icons/IconDevice.js +14 -12
- package/build/icons/IconDevice.js.map +1 -1
- package/build/icons/IconDocument.d.ts +2 -2
- package/build/icons/IconDocument.js +4 -2
- package/build/icons/IconDocument.js.map +1 -1
- package/build/icons/IconDocumentReadOnly.d.ts +2 -2
- package/build/icons/IconDocumentReadOnly.js +5 -3
- package/build/icons/IconDocumentReadOnly.js.map +1 -1
- package/build/icons/IconExpert.d.ts +2 -2
- package/build/icons/IconExpert.js +5 -3
- package/build/icons/IconExpert.js.map +1 -1
- package/build/icons/IconFx.d.ts +2 -2
- package/build/icons/IconFx.js +4 -2
- package/build/icons/IconFx.js.map +1 -1
- package/build/icons/IconInstance.d.ts +2 -2
- package/build/icons/IconInstance.js +4 -2
- package/build/icons/IconInstance.js.map +1 -1
- package/build/icons/IconLogout.d.ts +2 -2
- package/build/icons/IconLogout.js +5 -3
- package/build/icons/IconLogout.js.map +1 -1
- package/build/icons/IconNoIcon.d.ts +2 -2
- package/build/icons/IconNoIcon.js +4 -2
- package/build/icons/IconNoIcon.js.map +1 -1
- package/build/icons/IconOpen.d.ts +2 -2
- package/build/icons/IconOpen.js +4 -2
- package/build/icons/IconOpen.js.map +1 -1
- package/build/icons/IconState.d.ts +2 -2
- package/build/icons/IconState.js +5 -3
- package/build/icons/IconState.js.map +1 -1
- package/build/icons/IconVacuum.d.ts +2 -2
- package/build/icons/IconVacuum.js +10 -8
- package/build/icons/IconVacuum.js.map +1 -1
- package/build/index.d.ts +6 -2
- package/build/index.js +4 -1
- package/build/index.js.map +1 -1
- package/package.json +8 -6
- package/build/Components/IconDeviceType.d.ts +0 -8
- package/build/Components/IconDeviceType.js +0 -212
- package/build/Components/IconDeviceType.js.map +0 -1
- package/build/icons/IconProps.d.ts +0 -15
- package/build/icons/IconProps.js +0 -2
- package/build/icons/IconProps.js.map +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function HeatValve(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 512 512", ...props },
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M391,362h77.417L440.989,58.467C438.075,26.229,409.37,0,377,0H135c-32.37,0-61.075,26.229-63.989,58.467L43.583,362H121v30 H91v120h330V392h-30V362z M135,30h242c16.963,0,32.584,14.273,34.11,31.167L416.427,120H95.573l5.316-58.833 C102.416,44.273,118.037,30,135,30z M92.862,150h326.275l16.446,182H76.416L92.862,150z M151,362h210v30H151V362z M241,422v60h-45 v-60H241z M271,422h45v60h-45V422z M121,422h45v60h-45V422z M391,482h-45v-60h45V482z" })));
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=HeatValve.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeatValve.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/HeatValve.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,SAAS,CAAC,KAAmB;IACzC,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,sbAAsb,GAC1b,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function HeatValve(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 512 512\"\n {...props}\n >\n <path\n fill=\"currentColor\"\n d=\"M391,362h77.417L440.989,58.467C438.075,26.229,409.37,0,377,0H135c-32.37,0-61.075,26.229-63.989,58.467L43.583,362H121v30 H91v120h330V392h-30V362z M135,30h242c16.963,0,32.584,14.273,34.11,31.167L416.427,120H95.573l5.316-58.833 C102.416,44.273,118.037,30,135,30z M92.862,150h326.275l16.446,182H76.416L92.862,150z M151,362h210v30H151V362z M241,422v60h-45 v-60H241z M271,422h45v60h-45V422z M121,422h45v60h-45V422z M391,482h-45v-60h45V482z\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Home(props) {
|
|
3
|
+
return (React.createElement("svg", { width: 170, height: 170, viewBox: "-20 -20 190 190", ...props },
|
|
4
|
+
React.createElement("path", { className: "path stOff", d: "M0 109v36.3c0 5.3 3.7 9.7 8.3 9.7h50.1v-23h37v23H153V84H0l28.4-29V13h18.1v24l30-37 66.2 69", fill: "none" })));
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=Home.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Home.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Home.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,IAAI,CAAC,KAAmB;IACpC,OAAO,CACH,6BACI,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,OAAO,EAAC,iBAAiB,KACrB,KAAK;QAET,8BACI,SAAS,EAAC,YAAY,EACtB,CAAC,EAAC,4FAA4F,EAC9F,IAAI,EAAC,MAAM,GACb,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Home(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n width={170}\n height={170}\n viewBox=\"-20 -20 190 190\"\n {...props}\n >\n <path\n className=\"path stOff\"\n d=\"M0 109v36.3c0 5.3 3.7 9.7 8.3 9.7h50.1v-23h37v23H153V84H0l28.4-29V13h18.1v24l30-37 66.2 69\"\n fill=\"none\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Humidity(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 511.448 511.448", ...props },
|
|
4
|
+
React.createElement("path", { d: "M344.556 112.216C318.38 78.84 291.34 44.344 269.516 7.32c-5.76-9.76-21.824-9.76-27.552 0-21.856 37.024-48.896 71.52-75.072 104.896-53.056 67.68-103.168 131.616-103.168 207.232 0 105.888 86.112 192 192 192s192-86.112 192-192c0-75.616-50.112-139.552-103.168-207.232z", fill: "#2196f3" }),
|
|
5
|
+
React.createElement("g", { fill: "#fafafa" },
|
|
6
|
+
React.createElement("path", { d: "M207.724 287.448c-26.464 0-48-21.536-48-48s21.536-48 48-48 48 21.536 48 48-21.536 48-48 48zm0-64c-8.832 0-16 7.168-16 16s7.168 16 16 16 16-7.168 16-16-7.168-16-16-16zM303.724 447.448c-26.464 0-48-21.536-48-48s21.536-48 48-48 48 21.536 48 48-21.536 48-48 48zm0-64c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zM175.724 415.448a16.07 16.07 0 0 1-11.328-4.672c-6.24-6.24-6.24-16.384 0-22.624l160-160c6.24-6.24 16.384-6.24 22.624 0s6.24 16.384 0 22.624l-160 160a15.943 15.943 0 0 1-11.296 4.672z" }))));
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=Humidity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Humidity.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Humidity.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,QAAQ,CAAC,KAAmB;IACxC,OAAO,CACH,6BACI,OAAO,EAAC,qBAAqB,KACzB,KAAK;QAET,8BACI,CAAC,EAAC,0QAA0Q,EAC5Q,IAAI,EAAC,SAAS,GAChB;QACF,2BAAG,IAAI,EAAC,SAAS;YACb,8BAAM,CAAC,EAAC,0fAA0f,GAAG,CACrgB,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Humidity(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 511.448 511.448\"\n {...props}\n >\n <path\n d=\"M344.556 112.216C318.38 78.84 291.34 44.344 269.516 7.32c-5.76-9.76-21.824-9.76-27.552 0-21.856 37.024-48.896 71.52-75.072 104.896-53.056 67.68-103.168 131.616-103.168 207.232 0 105.888 86.112 192 192 192s192-86.112 192-192c0-75.616-50.112-139.552-103.168-207.232z\"\n fill=\"#2196f3\"\n />\n <g fill=\"#fafafa\">\n <path d=\"M207.724 287.448c-26.464 0-48-21.536-48-48s21.536-48 48-48 48 21.536 48 48-21.536 48-48 48zm0-64c-8.832 0-16 7.168-16 16s7.168 16 16 16 16-7.168 16-16-7.168-16-16-16zM303.724 447.448c-26.464 0-48-21.536-48-48s21.536-48 48-48 48 21.536 48 48-21.536 48-48 48zm0-64c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zM175.724 415.448a16.07 16.07 0 0 1-11.328-4.672c-6.24-6.24-6.24-16.384 0-22.624l160-160c6.24-6.24 16.384-6.24 22.624 0s6.24 16.384 0 22.624l-160 160a15.943 15.943 0 0 1-11.296 4.672z\" />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function IconHome(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "-20 -20 190 190", ...props },
|
|
4
|
+
React.createElement("defs", null,
|
|
5
|
+
React.createElement("filter", { id: "glow", x: "-5000%", y: "-5000%", width: "10000%", height: "10000%" },
|
|
6
|
+
React.createElement("feFlood", { result: "flood", floodColor: "#70C5FF", floodOpacity: "1" }),
|
|
7
|
+
React.createElement("feComposite", { in: "flood", result: "mask", in2: "SourceGraphic", operator: "in" }),
|
|
8
|
+
React.createElement("feMorphology", { in: "mask", result: "dilated", operator: "dilate", radius: "2" }),
|
|
9
|
+
React.createElement("feGaussianBlur", { in: "dilated", result: "blurred", stdDeviation: "5" }),
|
|
10
|
+
React.createElement("feMerge", null,
|
|
11
|
+
React.createElement("feMergeNode", { in: "blurred" }),
|
|
12
|
+
React.createElement("feMergeNode", { in: "SourceGraphic" })))),
|
|
13
|
+
React.createElement("path", { style: {
|
|
14
|
+
stroke: 'currentColor',
|
|
15
|
+
fill: 'none',
|
|
16
|
+
strokeWidth: 12,
|
|
17
|
+
strokeLinejoin: 'round',
|
|
18
|
+
strokeMiterlimit: 10,
|
|
19
|
+
}, filter: props.isOn ? 'url(#glow)' : '', className: "path", d: "M0,109v36.3c0,5.3,3.7,9.7,8.3,9.7h50.1v-23h37v23H153V84H0l28.4-29V13h18.1v24L76.5,0l66.2,69" })));
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=IconHome.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconHome.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/IconHome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,QAAQ,CAAC,KAAuC;IAC5D,OAAO,CACH,6BACI,OAAO,EAAC,iBAAiB,KACrB,KAAK;QAET;YACI,gCACI,EAAE,EAAC,MAAM,EACT,CAAC,EAAC,QAAQ,EACV,CAAC,EAAC,QAAQ,EACV,KAAK,EAAC,QAAQ,EACd,MAAM,EAAC,QAAQ;gBAEf,iCACI,MAAM,EAAC,OAAO,EACd,UAAU,EAAC,SAAS,EACpB,YAAY,EAAC,GAAG,GACT;gBACX,qCACI,EAAE,EAAC,OAAO,EACV,MAAM,EAAC,MAAM,EACb,GAAG,EAAC,eAAe,EACnB,QAAQ,EAAC,IAAI,GACF;gBACf,sCACI,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,SAAS,EAChB,QAAQ,EAAC,QAAQ,EACjB,MAAM,EAAC,GAAG,GACE;gBAChB,wCACI,EAAE,EAAC,SAAS,EACZ,MAAM,EAAC,SAAS,EAChB,YAAY,EAAC,GAAG,GACF;gBAClB;oBACI,qCAAa,EAAE,EAAC,SAAS,GAAe;oBACxC,qCAAa,EAAE,EAAC,eAAe,GAAe,CACxC,CACL,CACN;QACP,8BACI,KAAK,EAAE;gBACH,MAAM,EAAE,cAAc;gBACtB,IAAI,EAAE,MAAM;gBACZ,WAAW,EAAE,EAAE;gBACf,cAAc,EAAE,OAAO;gBACvB,gBAAgB,EAAE,EAAE;aACvB,EACD,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,EACtC,SAAS,EAAC,MAAM,EAChB,CAAC,EAAC,6FAA6F,GACjG,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function IconHome(props: IconPropsSVG & { isOn: boolean }): React.JSX.Element {\n return (\n <svg\n viewBox=\"-20 -20 190 190\"\n {...props}\n >\n <defs>\n <filter\n id=\"glow\"\n x=\"-5000%\"\n y=\"-5000%\"\n width=\"10000%\"\n height=\"10000%\"\n >\n <feFlood\n result=\"flood\"\n floodColor=\"#70C5FF\"\n floodOpacity=\"1\"\n ></feFlood>\n <feComposite\n in=\"flood\"\n result=\"mask\"\n in2=\"SourceGraphic\"\n operator=\"in\"\n ></feComposite>\n <feMorphology\n in=\"mask\"\n result=\"dilated\"\n operator=\"dilate\"\n radius=\"2\"\n ></feMorphology>\n <feGaussianBlur\n in=\"dilated\"\n result=\"blurred\"\n stdDeviation=\"5\"\n ></feGaussianBlur>\n <feMerge>\n <feMergeNode in=\"blurred\"></feMergeNode>\n <feMergeNode in=\"SourceGraphic\"></feMergeNode>\n </feMerge>\n </filter>\n </defs>\n <path\n style={{\n stroke: 'currentColor',\n fill: 'none',\n strokeWidth: 12,\n strokeLinejoin: 'round',\n strokeMiterlimit: 10,\n }}\n filter={props.isOn ? 'url(#glow)' : ''}\n className=\"path\"\n d=\"M0,109v36.3c0,5.3,3.7,9.7,8.3,9.7h50.1v-23h37v23H153V84H0l28.4-29V13h18.1v24L76.5,0l66.2,69\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Jalousie(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 508.16 508.16", ...props },
|
|
4
|
+
React.createElement("path", { d: "M504.18 13.67a3.924 3.924 0 0 0-.42.02H4a4 4 0 0 0-4 4v47.28a4 4 0 0 0 4 4h19.72l-13.44 42.04a4 4 0 0 0 3.8 5.24h9.64l-13.44 42.04a4 4 0 0 0 3.8 5.24h9.64l-13.44 42.04a4 4 0 0 0 3.8 5.24h9.64l-13.44 42.04a4 4 0 0 0 3.8 5.24h9.64l-13.44 42.08a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h9.64l-13.44 42.08a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h9.64l-13.44 42.08a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h9.64l-13.44 42.16a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h9.64l-13.44 42a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h479.8a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.44-42.08h9.64a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.44-42.08h9.64a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.44-42.08h9.64a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.44-42.08h9.64a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.64-42.08h9.84a4 4 0 0 0 4-5.24l-13.44-42.04h9.44a4 4 0 0 0 4-5.24l-13.44-42.04h9.44a4 4 0 0 0 4-5.24l-13.44-42.04h9.44a4 4 0 0 0 4-5.24l-13.44-42.04h19.72a4 4 0 0 0 4-4V17.69a4 4 0 0 0-3.98-4.02zM99.08 486.49H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm26.8 378.24h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm.16-47.28h-18.96V68.97h18.96v39.28zm247.84 378.24h-240v-39.28h240v39.28zm-240-47.28v-39.28h239.68v39.28H133.88zm240-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm-240-47.28V68.97h239.84v39.28H133.88zm266.64 378.24h-18.64l-.32-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm.32-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm-18.96-47.28V68.97h18.8v39.28h-18.8zm63.56 8v39.28h-36.92v-39.28h36.92zm-36.76-8V68.97h36.92v39.28h-36.92zm36.76 55.28v39.28h-36.92v-39.28h36.92zm0 47.28v39.28h-36.92v-39.28h36.92zm0 47.28v39.28h-36.92v-39.28h36.92zm0 47.28v39.28h-36.76l-.16-39.28h36.92zm42.68 181.12h-79.44v-39.28h66.96l12.48 39.28zm0-47.28h-79.44v-39.28h66.96l12.48 39.28zm0-47.28h-79.44v-39.28h36.92v17.44a4 4 0 0 0 8 0v-17.44h22.04l12.48 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6V68.97h22.04l12.56 39.28zm11.56-47.28H8V21.69h491.76l-.08 39.28z", fill: "currentColor" }),
|
|
5
|
+
React.createElement("path", { d: "M454.32 37.33h-13.76a4 4 0 0 0 0 8h13.76a4 4 0 0 0 0-8zM414.84 37.33h-96a4 4 0 0 0 0 8h96a4 4 0 0 0 0-8z", fill: "currentColor" })));
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=Jalousie.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Jalousie.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Jalousie.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,QAAQ,CAAC,KAAmB;IACxC,OAAO,CACH,6BACI,OAAO,EAAC,mBAAmB,KACvB,KAAK;QAET,8BACI,CAAC,EAAC,g3FAAg3F,EACl3F,IAAI,EAAC,cAAc,GACrB;QACF,8BACI,CAAC,EAAC,0GAA0G,EAC5G,IAAI,EAAC,cAAc,GACrB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Jalousie(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 508.16 508.16\"\n {...props}\n >\n <path\n d=\"M504.18 13.67a3.924 3.924 0 0 0-.42.02H4a4 4 0 0 0-4 4v47.28a4 4 0 0 0 4 4h19.72l-13.44 42.04a4 4 0 0 0 3.8 5.24h9.64l-13.44 42.04a4 4 0 0 0 3.8 5.24h9.64l-13.44 42.04a4 4 0 0 0 3.8 5.24h9.64l-13.44 42.04a4 4 0 0 0 3.8 5.24h9.64l-13.44 42.08a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h9.64l-13.44 42.08a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h9.64l-13.44 42.08a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h9.64l-13.44 42.16a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h9.64l-13.44 42a4 4 0 0 0 .56 3.56 4 4 0 0 0 3.24 1.64h479.8a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.44-42.08h9.64a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.44-42.08h9.64a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.44-42.08h9.64a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.44-42.08h9.64a4 4 0 0 0 3.24-1.64 4 4 0 0 0 .56-3.56l-13.64-42.08h9.84a4 4 0 0 0 4-5.24l-13.44-42.04h9.44a4 4 0 0 0 4-5.24l-13.44-42.04h9.44a4 4 0 0 0 4-5.24l-13.44-42.04h9.44a4 4 0 0 0 4-5.24l-13.44-42.04h19.72a4 4 0 0 0 4-4V17.69a4 4 0 0 0-3.98-4.02zM99.08 486.49H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm0-47.28H19.56l12.56-39.28h66.96v39.28zm26.8 378.24h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm0-47.28h-18.8v-39.28h18.8v39.28zm.16-47.28h-18.96V68.97h18.96v39.28zm247.84 378.24h-240v-39.28h240v39.28zm-240-47.28v-39.28h239.68v39.28H133.88zm240-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm0-47.28h-240v-39.28h240v39.28zm-240-47.28V68.97h239.84v39.28H133.88zm266.64 378.24h-18.64l-.32-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm.32-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm0-47.28h-18.96v-39.28h18.96v39.28zm-18.96-47.28V68.97h18.8v39.28h-18.8zm63.56 8v39.28h-36.92v-39.28h36.92zm-36.76-8V68.97h36.92v39.28h-36.92zm36.76 55.28v39.28h-36.92v-39.28h36.92zm0 47.28v39.28h-36.92v-39.28h36.92zm0 47.28v39.28h-36.92v-39.28h36.92zm0 47.28v39.28h-36.76l-.16-39.28h36.92zm42.68 181.12h-79.44v-39.28h66.96l12.48 39.28zm0-47.28h-79.44v-39.28h66.96l12.48 39.28zm0-47.28h-79.44v-39.28h36.92v17.44a4 4 0 0 0 8 0v-17.44h22.04l12.48 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6v-39.28h22.04l12.56 39.28zm0-47.28h-34.6V68.97h22.04l12.56 39.28zm11.56-47.28H8V21.69h491.76l-.08 39.28z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M454.32 37.33h-13.76a4 4 0 0 0 0 8h13.76a4 4 0 0 0 0-8zM414.84 37.33h-96a4 4 0 0 0 0 8h96a4 4 0 0 0 0-8z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Material(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 230 230", ...props },
|
|
4
|
+
React.createElement("ellipse", { fill: "#2979ff", stroke: "#2979ff", strokeWidth: "1.5", cx: "112.9", cy: "114", rx: "112", ry: "112" }),
|
|
5
|
+
React.createElement("ellipse", { fill: "#40c4ff", strokeWidth: "1.5", cx: "112.900006", cy: "113.999995", rx: "73.684216", ry: "73.684216", stroke: "#40c4ff" }),
|
|
6
|
+
React.createElement("ellipse", { fill: "#ffffff", strokeWidth: "1.5", cx: "112.900003", cy: "114", rx: "33.578948", ry: "33.578948", stroke: "#ffffff" })));
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=Material.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Material.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Material.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,QAAQ,CAAC,KAAmB;IACxC,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,iCACI,IAAI,EAAC,SAAS,EACd,MAAM,EAAC,SAAS,EAChB,WAAW,EAAC,KAAK,EACjB,EAAE,EAAC,OAAO,EACV,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,KAAK,GACV;QACF,iCACI,IAAI,EAAC,SAAS,EACd,WAAW,EAAC,KAAK,EACjB,EAAE,EAAC,YAAY,EACf,EAAE,EAAC,YAAY,EACf,EAAE,EAAC,WAAW,EACd,EAAE,EAAC,WAAW,EACd,MAAM,EAAC,SAAS,GAClB;QACF,iCACI,IAAI,EAAC,SAAS,EACd,WAAW,EAAC,KAAK,EACjB,EAAE,EAAC,YAAY,EACf,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,WAAW,EACd,EAAE,EAAC,WAAW,EACd,MAAM,EAAC,SAAS,GAClB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Material(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 230 230\"\n {...props}\n >\n <ellipse\n fill=\"#2979ff\"\n stroke=\"#2979ff\"\n strokeWidth=\"1.5\"\n cx=\"112.9\"\n cy=\"114\"\n rx=\"112\"\n ry=\"112\"\n />\n <ellipse\n fill=\"#40c4ff\"\n strokeWidth=\"1.5\"\n cx=\"112.900006\"\n cy=\"113.999995\"\n rx=\"73.684216\"\n ry=\"73.684216\"\n stroke=\"#40c4ff\"\n />\n <ellipse\n fill=\"#ffffff\"\n strokeWidth=\"1.5\"\n cx=\"112.900003\"\n cy=\"114\"\n rx=\"33.578948\"\n ry=\"33.578948\"\n stroke=\"#ffffff\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function MotionOff(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 24.986 24.986", ...props },
|
|
4
|
+
React.createElement("g", { fill: "currentColor" },
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M17.548 17.961l-.771-.769s-1.225 1.305-1.304 1.305c-.081 0-1.308-1.305-1.308-1.305l-.771.769s1.306 1.198 1.306 1.308c0 .106-1.306 1.308-1.306 1.308l.771.767s1.217-1.305 1.308-1.305c.089 0 1.304 1.305 1.304 1.305l.771-.767s-1.307-1.218-1.307-1.308c.001-.092 1.307-1.308 1.307-1.308z" }),
|
|
6
|
+
React.createElement("path", { fill: "currentColor", d: "M15.472 14.435a4.832 4.832 0 0 0 0 9.661 4.83 4.83 0 0 0 0-9.661zm0 8.913a4.083 4.083 0 0 1-4.081-4.082 4.079 4.079 0 0 1 4.081-4.081 4.083 4.083 0 0 1 0 8.163z" }),
|
|
7
|
+
React.createElement("circle", { fill: "currentColor", cx: 10.06, cy: 2.207, r: 2.207 }),
|
|
8
|
+
React.createElement("path", { fill: "currentColor", d: "M10.2 20.476v3.26l.009.009a1.25 1.25 0 0 0 1.251 1.238c.643 0 1.167-.487 1.236-1.11-.083-.052-.173-.093-.253-.146a5.425 5.425 0 0 1-2.243-3.251z" }),
|
|
9
|
+
React.createElement("path", { fill: "currentColor", d: "M12.455 14.724c.08-.057.168-.097.253-.146l-.002-6.687h.606V12.945c0 .516.417.932.932.932a.931.931 0 0 0 .933-.932V7.51c-.206-2.42-3.013-2.385-3.013-2.385H7.74c-3.168.06-3.055 2.385-3.055 2.385l-.001 5.428h.003c-.002.014-.002.025-.002.04a.932.932 0 1 0 1.861 0l-.001-.04h.001V7.914h.584l-.007 15.811c0 .693.562 1.261 1.257 1.261s1.257-.565 1.257-1.261V13.523h.562v4.457a5.414 5.414 0 0 1 2.256-3.256z" }))));
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=MotionOff.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MotionOff.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/MotionOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,SAAS,CAAC,KAAmB;IACzC,OAAO,CACH,6BACI,OAAO,EAAC,mBAAmB,KACvB,KAAK;QAET,2BAAG,IAAI,EAAC,cAAc;YAClB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,2RAA2R,GAC/R;YACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,kKAAkK,GACtK;YACF,gCACI,IAAI,EAAC,cAAc,EACnB,EAAE,EAAE,KAAK,EACT,EAAE,EAAE,KAAK,EACT,CAAC,EAAE,KAAK,GACV;YACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,kJAAkJ,GACtJ;YACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,iZAAiZ,GACrZ,CACF,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function MotionOff(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 24.986 24.986\"\n {...props}\n >\n <g fill=\"currentColor\">\n <path\n fill=\"currentColor\"\n d=\"M17.548 17.961l-.771-.769s-1.225 1.305-1.304 1.305c-.081 0-1.308-1.305-1.308-1.305l-.771.769s1.306 1.198 1.306 1.308c0 .106-1.306 1.308-1.306 1.308l.771.767s1.217-1.305 1.308-1.305c.089 0 1.304 1.305 1.304 1.305l.771-.767s-1.307-1.218-1.307-1.308c.001-.092 1.307-1.308 1.307-1.308z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M15.472 14.435a4.832 4.832 0 0 0 0 9.661 4.83 4.83 0 0 0 0-9.661zm0 8.913a4.083 4.083 0 0 1-4.081-4.082 4.079 4.079 0 0 1 4.081-4.081 4.083 4.083 0 0 1 0 8.163z\"\n />\n <circle\n fill=\"currentColor\"\n cx={10.06}\n cy={2.207}\n r={2.207}\n />\n <path\n fill=\"currentColor\"\n d=\"M10.2 20.476v3.26l.009.009a1.25 1.25 0 0 0 1.251 1.238c.643 0 1.167-.487 1.236-1.11-.083-.052-.173-.093-.253-.146a5.425 5.425 0 0 1-2.243-3.251z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12.455 14.724c.08-.057.168-.097.253-.146l-.002-6.687h.606V12.945c0 .516.417.932.932.932a.931.931 0 0 0 .933-.932V7.51c-.206-2.42-3.013-2.385-3.013-2.385H7.74c-3.168.06-3.055 2.385-3.055 2.385l-.001 5.428h.003c-.002.014-.002.025-.002.04a.932.932 0 1 0 1.861 0l-.001-.04h.001V7.914h.584l-.007 15.811c0 .693.562 1.261 1.257 1.261s1.257-.565 1.257-1.261V13.523h.562v4.457a5.414 5.414 0 0 1 2.256-3.256z\"\n />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function MotionOn(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 63.907 63.907", fill: "currentColor", ...props },
|
|
4
|
+
React.createElement("circle", { fill: "currentColor", cx: 30.515, cy: 6.136, r: 6.136 }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M47.399 27.455C42.346 24.53 38.2 20.579 34.71 15.931c-2.193-3.084-7.991-2.923-10.347-.097-3.584 3.487-6.625 7.081-9.037 10.677a3.209 3.209 0 0 0 5.329 3.573 54.205 54.205 0 0 1 3.59-4.734c-.051 3.333.116 9.347.2 12.05.028.9-.177 1.78-.595 2.579-3.308 6.317-5.424 12.294-7.572 19.606a3.37 3.37 0 1 0 6.465 1.901c1.982-6.742 3.897-12.201 6.884-17.981.152.006.304.006.458-.001 1.907 5.69 3.815 11.383 5.725 17.073 1.387 4.147 7.822 1.993 6.431-2.155-2.087-6.221-4.171-12.439-6.251-18.659-.121-.357-.414-1.755-.455-2.211-.344-3.832-.469-7.652-.432-11.477a51.027 51.027 0 0 0 9.782 7.328c3.597 2.088 6.063-3.891 2.514-5.948z" })));
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=MotionOn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MotionOn.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/MotionOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,QAAQ,CAAC,KAAmB;IACxC,OAAO,CACH,6BACI,OAAO,EAAC,mBAAmB,EAC3B,IAAI,EAAC,cAAc,KACf,KAAK;QAET,gCACI,IAAI,EAAC,cAAc,EACnB,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,KAAK,EACT,CAAC,EAAE,KAAK,GACV;QACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,6mBAA6mB,GACjnB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function MotionOn(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 63.907 63.907\"\n fill=\"currentColor\"\n {...props}\n >\n <circle\n fill=\"currentColor\"\n cx={30.515}\n cy={6.136}\n r={6.136}\n />\n <path\n fill=\"currentColor\"\n d=\"M47.399 27.455C42.346 24.53 38.2 20.579 34.71 15.931c-2.193-3.084-7.991-2.923-10.347-.097-3.584 3.487-6.625 7.081-9.037 10.677a3.209 3.209 0 0 0 5.329 3.573 54.205 54.205 0 0 1 3.59-4.734c-.051 3.333.116 9.347.2 12.05.028.9-.177 1.78-.595 2.579-3.308 6.317-5.424 12.294-7.572 19.606a3.37 3.37 0 1 0 6.465 1.901c1.982-6.742 3.897-12.201 6.884-17.981.152.006.304.006.458-.001 1.907 5.69 3.815 11.383 5.725 17.073 1.387 4.147 7.822 1.993 6.431-2.155-2.087-6.221-4.171-12.439-6.251-18.659-.121-.357-.414-1.755-.455-2.211-.344-3.832-.469-7.652-.432-11.477a51.027 51.027 0 0 0 9.782 7.328c3.597 2.088 6.063-3.891 2.514-5.948z\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function PushButton(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 285 285", ...props },
|
|
4
|
+
React.createElement("g", null,
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M88.4,87.996c2.525-2.146,2.832-5.933,0.687-8.458C82.801,72.144,79.34,62.719,79.34,53c0-22.607,18.393-41,41-41\n c22.607,0,41,18.393,41,41c0,9.729-3.467,19.161-9.761,26.557c-2.148,2.523-1.843,6.311,0.681,8.458\n c1.129,0.961,2.511,1.431,3.886,1.431c1.698,0,3.386-0.717,4.572-2.111C168.858,77.77,173.34,65.576,173.34,53\n c0-29.225-23.775-53-53-53c-29.225,0-53,23.775-53,53c0,12.563,4.476,24.748,12.602,34.31C82.089,89.835,85.873,90.141,88.4,87.996\n z" }),
|
|
6
|
+
React.createElement("path", { fill: "currentColor", d: "M120.186,41.201c13.228,0,23.812,8.105,27.313,19.879c0.761-2.562,1.176-5.271,1.176-8.08\n c0-15.649-12.685-28.335-28.335-28.335c-15.648,0-28.334,12.686-28.334,28.335c0,2.623,0.364,5.16,1.031,7.571\n C96.691,49.076,107.152,41.201,120.186,41.201z" }),
|
|
7
|
+
React.createElement("path", { fill: "currentColor", d: "M234.21,169.856c-3.769-22.452-19.597-26.04-27.034-26.462c-2.342-0.133-4.516-1.32-5.801-3.282\n c-5.388-8.225-12.609-10.4-18.742-10.4c-4.405,0-8.249,1.122-10.449,1.932c-0.275,0.102-0.559,0.15-0.837,0.15\n c-0.87,0-1.701-0.47-2.163-1.262c-5.472-9.387-13.252-11.809-19.822-11.809c-3.824,0-7.237,0.82-9.548,1.564\n c-0.241,0.077-0.764,0.114-1.001,0.114c-1.256,0-2.637-1.03-2.637-2.376V69.753c0-11.035-8.224-16.552-16.5-16.552\n c-8.276,0-16.5,5.517-16.5,16.552v84.912c0,4.989-3.811,8.074-7.918,8.074c-2.495,0-4.899-1.138-6.552-3.678l-7.937-12.281\n c-3.508-5.788-8.576-8.188-13.625-8.189c-11.412-0.001-22.574,12.258-14.644,25.344l62.491,119.692\n c0.408,0.782,1.225,1.373,2.108,1.373h87.757c1.253,0,2.289-1.075,2.365-2.325l2.196-35.816c0.025-0.413,0.162-0.84,0.39-1.186\n C231.591,212.679,237.828,191.414,234.21,169.856z" }))));
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=PushButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PushButton.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/PushButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,UAAU,CAAC,KAAmB;IAC1C,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET;YACI,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,wfAIN,GACE;YACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,uRAE0C,GAC9C;YACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,y6BAO6C,GACjD,CACF,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function PushButton(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 285 285\"\n {...props}\n >\n <g>\n <path\n fill=\"currentColor\"\n d=\"M88.4,87.996c2.525-2.146,2.832-5.933,0.687-8.458C82.801,72.144,79.34,62.719,79.34,53c0-22.607,18.393-41,41-41\n c22.607,0,41,18.393,41,41c0,9.729-3.467,19.161-9.761,26.557c-2.148,2.523-1.843,6.311,0.681,8.458\n c1.129,0.961,2.511,1.431,3.886,1.431c1.698,0,3.386-0.717,4.572-2.111C168.858,77.77,173.34,65.576,173.34,53\n c0-29.225-23.775-53-53-53c-29.225,0-53,23.775-53,53c0,12.563,4.476,24.748,12.602,34.31C82.089,89.835,85.873,90.141,88.4,87.996\n z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M120.186,41.201c13.228,0,23.812,8.105,27.313,19.879c0.761-2.562,1.176-5.271,1.176-8.08\n c0-15.649-12.685-28.335-28.335-28.335c-15.648,0-28.334,12.686-28.334,28.335c0,2.623,0.364,5.16,1.031,7.571\n C96.691,49.076,107.152,41.201,120.186,41.201z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M234.21,169.856c-3.769-22.452-19.597-26.04-27.034-26.462c-2.342-0.133-4.516-1.32-5.801-3.282\n c-5.388-8.225-12.609-10.4-18.742-10.4c-4.405,0-8.249,1.122-10.449,1.932c-0.275,0.102-0.559,0.15-0.837,0.15\n c-0.87,0-1.701-0.47-2.163-1.262c-5.472-9.387-13.252-11.809-19.822-11.809c-3.824,0-7.237,0.82-9.548,1.564\n c-0.241,0.077-0.764,0.114-1.001,0.114c-1.256,0-2.637-1.03-2.637-2.376V69.753c0-11.035-8.224-16.552-16.5-16.552\n c-8.276,0-16.5,5.517-16.5,16.552v84.912c0,4.989-3.811,8.074-7.918,8.074c-2.495,0-4.899-1.138-6.552-3.678l-7.937-12.281\n c-3.508-5.788-8.576-8.188-13.625-8.189c-11.412-0.001-22.574,12.258-14.644,25.344l62.491,119.692\n c0.408,0.782,1.225,1.373,2.108,1.373h87.757c1.253,0,2.289-1.075,2.365-2.325l2.196-35.816c0.025-0.413,0.162-0.84,0.39-1.186\n C231.591,212.679,237.828,191.414,234.21,169.856z\"\n />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function RGB(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "1 -10 511.99999 511", ...props },
|
|
4
|
+
React.createElement("g", { fill: "currentColor" },
|
|
5
|
+
React.createElement("path", { d: "M 405.5 150 C 405.5 232.566406 338.566406 299.5 256 299.5 C 173.433594 299.5 106.5 232.566406 106.5 150 C 106.5 67.433594 173.433594 0.5 256 0.5 C 338.566406 0.5 405.5 67.433594 405.5 150 Z M 405.5 150 ", style: {
|
|
6
|
+
stroke: 'none',
|
|
7
|
+
fillRule: 'nonzero',
|
|
8
|
+
fill: 'rgb(25.882353%,75.294118%,88.627451%)',
|
|
9
|
+
fillOpacity: 1,
|
|
10
|
+
} }),
|
|
11
|
+
React.createElement("path", { d: "M 512 342.921875 C 512 425.488281 445.066406 492.421875 362.5 492.421875 C 279.933594 492.421875 213 425.488281 213 342.921875 C 213 260.355469 279.933594 193.421875 362.5 193.421875 C 445.066406 193.421875 512 260.355469 512 342.921875 Z M 512 342.921875 ", style: {
|
|
12
|
+
stroke: 'none',
|
|
13
|
+
fillRule: 'nonzero',
|
|
14
|
+
fill: 'rgb(100%,81.568627%,38.039216%)',
|
|
15
|
+
fillOpacity: 1,
|
|
16
|
+
} }),
|
|
17
|
+
React.createElement("path", { d: "M 220.746094 295.308594 C 232.050781 298.039062 243.855469 299.5 256 299.5 C 321.917969 299.5 377.871094 256.835938 397.753906 197.613281 C 386.449219 194.878906 374.644531 193.421875 362.5 193.421875 C 296.582031 193.421875 240.628906 236.085938 220.746094 295.308594 Z M 220.746094 295.308594 ", style: {
|
|
18
|
+
stroke: 'none',
|
|
19
|
+
fillRule: 'nonzero',
|
|
20
|
+
fill: 'rgb(28.627451%,74.117647%,56.470588%)',
|
|
21
|
+
fillOpacity: 1,
|
|
22
|
+
} }),
|
|
23
|
+
React.createElement("path", { d: "M 299 342.921875 C 299 425.488281 232.066406 492.421875 149.5 492.421875 C 66.933594 492.421875 0 425.488281 0 342.921875 C 0 260.355469 66.933594 193.421875 149.5 193.421875 C 232.066406 193.421875 299 260.355469 299 342.921875 Z M 299 342.921875 ", style: {
|
|
24
|
+
stroke: 'none',
|
|
25
|
+
fillRule: 'nonzero',
|
|
26
|
+
fill: 'rgb(98.039216%,43.921569%,69.803922%)',
|
|
27
|
+
fillOpacity: 1,
|
|
28
|
+
} }),
|
|
29
|
+
React.createElement("path", { d: "M 114.246094 197.613281 C 134.128906 256.835938 190.082031 299.5 256 299.5 C 268.144531 299.5 279.949219 298.039062 291.253906 295.308594 C 271.371094 236.085938 215.417969 193.421875 149.5 193.421875 C 137.355469 193.421875 125.550781 194.878906 114.246094 197.613281 Z M 114.246094 197.613281 ", style: {
|
|
30
|
+
stroke: 'none',
|
|
31
|
+
fillRule: 'nonzero',
|
|
32
|
+
fill: 'rgb(68.627451%,48.235294%,77.647059%)',
|
|
33
|
+
fillOpacity: 1,
|
|
34
|
+
} }),
|
|
35
|
+
React.createElement("path", { d: "M 213 342.921875 C 213 383.800781 229.414062 420.839844 256 447.828125 C 282.585938 420.839844 299 383.800781 299 342.921875 C 299 302.042969 282.585938 265.003906 256 238.015625 C 229.414062 265.003906 213 302.042969 213 342.921875 Z M 213 342.921875 ", style: {
|
|
36
|
+
stroke: 'none',
|
|
37
|
+
fillRule: 'nonzero',
|
|
38
|
+
fill: 'rgb(93.72549%,38.039216%,13.333333%)',
|
|
39
|
+
fillOpacity: 1,
|
|
40
|
+
} }),
|
|
41
|
+
React.createElement("path", { d: "M 291.253906 295.320312 C 279.949219 298.046875 268.140625 299.5 256 299.5 C 243.859375 299.5 232.050781 298.046875 220.746094 295.320312 C 228.058594 273.542969 240.242188 254.015625 256 238.015625 C 271.757812 254.015625 283.941406 273.542969 291.253906 295.320312 Z M 291.253906 295.320312 ", style: { stroke: 'none', fillRule: 'nonzero', fill: 'rgb(100%,100%,100%)', fillOpacity: 1 } }))));
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=RGB.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RGB.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/RGB.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,GAAG,CAAC,KAAmB;IACnC,OAAO,CACH,6BACI,OAAO,EAAC,qBAAqB,KACzB,KAAK;QAET,2BAAG,IAAI,EAAC,cAAc;YAClB,8BACI,CAAC,EAAC,4MAA4M,EAC9M,KAAK,EAAE;oBACH,MAAM,EAAE,MAAM;oBACd,QAAQ,EAAE,SAAS;oBACnB,IAAI,EAAE,uCAAuC;oBAC7C,WAAW,EAAE,CAAC;iBACjB,GACH;YACF,8BACI,CAAC,EAAC,kQAAkQ,EACpQ,KAAK,EAAE;oBACH,MAAM,EAAE,MAAM;oBACd,QAAQ,EAAE,SAAS;oBACnB,IAAI,EAAE,iCAAiC;oBACvC,WAAW,EAAE,CAAC;iBACjB,GACH;YACF,8BACI,CAAC,EAAC,ySAAyS,EAC3S,KAAK,EAAE;oBACH,MAAM,EAAE,MAAM;oBACd,QAAQ,EAAE,SAAS;oBACnB,IAAI,EAAE,uCAAuC;oBAC7C,WAAW,EAAE,CAAC;iBACjB,GACH;YACF,8BACI,CAAC,EAAC,0PAA0P,EAC5P,KAAK,EAAE;oBACH,MAAM,EAAE,MAAM;oBACd,QAAQ,EAAE,SAAS;oBACnB,IAAI,EAAE,uCAAuC;oBAC7C,WAAW,EAAE,CAAC;iBACjB,GACH;YACF,8BACI,CAAC,EAAC,ySAAyS,EAC3S,KAAK,EAAE;oBACH,MAAM,EAAE,MAAM;oBACd,QAAQ,EAAE,SAAS;oBACnB,IAAI,EAAE,uCAAuC;oBAC7C,WAAW,EAAE,CAAC;iBACjB,GACH;YACF,8BACI,CAAC,EAAC,8PAA8P,EAChQ,KAAK,EAAE;oBACH,MAAM,EAAE,MAAM;oBACd,QAAQ,EAAE,SAAS;oBACnB,IAAI,EAAE,sCAAsC;oBAC5C,WAAW,EAAE,CAAC;iBACjB,GACH;YACF,8BACI,CAAC,EAAC,uSAAuS,EACzS,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAqB,EAAE,WAAW,EAAE,CAAC,EAAE,GAC7F,CACF,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function RGB(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"1 -10 511.99999 511\"\n {...props}\n >\n <g fill=\"currentColor\">\n <path\n d=\"M 405.5 150 C 405.5 232.566406 338.566406 299.5 256 299.5 C 173.433594 299.5 106.5 232.566406 106.5 150 C 106.5 67.433594 173.433594 0.5 256 0.5 C 338.566406 0.5 405.5 67.433594 405.5 150 Z M 405.5 150 \"\n style={{\n stroke: 'none',\n fillRule: 'nonzero',\n fill: 'rgb(25.882353%,75.294118%,88.627451%)',\n fillOpacity: 1,\n }}\n />\n <path\n d=\"M 512 342.921875 C 512 425.488281 445.066406 492.421875 362.5 492.421875 C 279.933594 492.421875 213 425.488281 213 342.921875 C 213 260.355469 279.933594 193.421875 362.5 193.421875 C 445.066406 193.421875 512 260.355469 512 342.921875 Z M 512 342.921875 \"\n style={{\n stroke: 'none',\n fillRule: 'nonzero',\n fill: 'rgb(100%,81.568627%,38.039216%)',\n fillOpacity: 1,\n }}\n />\n <path\n d=\"M 220.746094 295.308594 C 232.050781 298.039062 243.855469 299.5 256 299.5 C 321.917969 299.5 377.871094 256.835938 397.753906 197.613281 C 386.449219 194.878906 374.644531 193.421875 362.5 193.421875 C 296.582031 193.421875 240.628906 236.085938 220.746094 295.308594 Z M 220.746094 295.308594 \"\n style={{\n stroke: 'none',\n fillRule: 'nonzero',\n fill: 'rgb(28.627451%,74.117647%,56.470588%)',\n fillOpacity: 1,\n }}\n />\n <path\n d=\"M 299 342.921875 C 299 425.488281 232.066406 492.421875 149.5 492.421875 C 66.933594 492.421875 0 425.488281 0 342.921875 C 0 260.355469 66.933594 193.421875 149.5 193.421875 C 232.066406 193.421875 299 260.355469 299 342.921875 Z M 299 342.921875 \"\n style={{\n stroke: 'none',\n fillRule: 'nonzero',\n fill: 'rgb(98.039216%,43.921569%,69.803922%)',\n fillOpacity: 1,\n }}\n />\n <path\n d=\"M 114.246094 197.613281 C 134.128906 256.835938 190.082031 299.5 256 299.5 C 268.144531 299.5 279.949219 298.039062 291.253906 295.308594 C 271.371094 236.085938 215.417969 193.421875 149.5 193.421875 C 137.355469 193.421875 125.550781 194.878906 114.246094 197.613281 Z M 114.246094 197.613281 \"\n style={{\n stroke: 'none',\n fillRule: 'nonzero',\n fill: 'rgb(68.627451%,48.235294%,77.647059%)',\n fillOpacity: 1,\n }}\n />\n <path\n d=\"M 213 342.921875 C 213 383.800781 229.414062 420.839844 256 447.828125 C 282.585938 420.839844 299 383.800781 299 342.921875 C 299 302.042969 282.585938 265.003906 256 238.015625 C 229.414062 265.003906 213 302.042969 213 342.921875 Z M 213 342.921875 \"\n style={{\n stroke: 'none',\n fillRule: 'nonzero',\n fill: 'rgb(93.72549%,38.039216%,13.333333%)',\n fillOpacity: 1,\n }}\n />\n <path\n d=\"M 291.253906 295.320312 C 279.949219 298.046875 268.140625 299.5 256 299.5 C 243.859375 299.5 232.050781 298.046875 220.746094 295.320312 C 228.058594 273.542969 240.242188 254.015625 256 238.015625 C 271.757812 254.015625 283.941406 273.542969 291.253906 295.320312 Z M 291.253906 295.320312 \"\n style={{ stroke: 'none', fillRule: 'nonzero', fill: 'rgb(100%,100%,100%)', fillOpacity: 1 }}\n />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function RepairExpert(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 384.754 384.754", ...props },
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M214.86,374.508c0,4.971-4.029,9-9,9h-65.01c-4.971,0-9.223-3.57-9.223-8.541V288.87c0-4.971,4.252-9.361,9.223-9.361\n\th99.585c4.971,0,9,4.029,9,9s-4.029,9-9,9h-90.808v68h56.232C210.83,365.508,214.86,369.538,214.86,374.508z M136.65,115.508h10\n\tc4.971,0,9-4.029,9-9s-4.029-9-9-9h-10c-4.971,0-9,4.029-9,9S131.679,115.508,136.65,115.508z M180.947,115.508h10\n\tc4.97,0,9-4.029,9-9s-4.029-9-9-9h-10c-4.971,0-9,4.029-9,9S175.976,115.508,180.947,115.508z M152.056,142.508c0,4.971,4.029,9,9,9\n\th5c4.971,0,9-4.029,9-9s-4.029-9-9-9h-5C156.086,133.508,152.056,137.538,152.056,142.508z M127.875,220.987\n\tc6.952,11.05,21.072,18.33,36.689,18.33c15.619,0,29.74-7.282,36.691-18.332c12.326,0.961,24.51,6.008,33.264,13.909\n\tc3.69,3.329,9.381,3.038,12.712-0.651c3.33-3.69,3.038-9.536-0.651-12.866c-12.984-11.718-31.526-18.868-49.6-18.868h-1.237\n\tc-3.845,0-7.265,2.597-8.513,6.232c-2.119,6.173-10.584,12.499-22.666,12.499c-12.08,0-20.546-6.366-22.667-12.539\n\tc-1.249-3.636-4.668-6.193-8.512-6.193h-1.236c-30.601,0-59.207,19.216-65.123,43.549L40.6,354.841\n\tc-0.119,0.442-0.205,0.936-0.255,1.402c-0.124,1.119-0.033,2.244,0.243,3.289c0.245,0.932,0.635,1.814,1.145,2.602\n\tc1.056,1.635,2.77,2.936,4.713,3.615c0.342,0.119,0.181,0.45,1.181,0.528v0.23c0,0-0.258,0-0.257,0c0.646,0,1.293,0.107,1.93,0.107\n\tc0.089,0,0.177-0.107,0.266-0.107h54.025c4.971,0,9-4.029,9-9s-4.029-9-9-9H60.743l23.773-97.92\n\tC88.17,235.565,107.472,222.596,127.875,220.987z M189.97,248.508c-4.971,0-9,4.029-9,9s4.029,9,9,9h31.78c4.971,0,9-4.029,9-9\n\ts-4.029-9-9-9H189.97z M74.842,100.475c-0.417-4.952,3.259-9.306,8.212-9.723c1.519-0.126,2.98,0.13,4.292,0.692\n\tc1.424-6.374,3.641-12.519,6.628-18.336c-0.344-0.283-0.681-0.594-0.982-0.93c-0.329-0.366-0.648-0.756-0.91-1.164\n\tc-0.819-1.275-1.455-2.772-1.455-4.38c0-0.002,0-0.005,0-0.008s0-0.007,0-0.01c0-0.218,0-0.437,0-0.656c0-0.003,0-0.006,0-0.009\n\tc0-0.001,0-0.003,0-0.004c0-0.301,0.07-0.51,0.105-0.802C94.772,27.947,126.077,0,163.556,0c34.778,0,64.202,23.508,71.492,57.508\n\th24.149c4.971,0,9,4.029,9,9s-4.029,9-9,9h-25.056c2.481,5,4.362,10.481,5.62,16.11c1.31-0.562,2.771-0.992,4.293-0.866\n\tc4.953,0.417,8.631,4.77,8.215,9.723l-1.17,13.92c-0.417,4.952-4.763,8.622-9.723,8.215c-0.326-0.027-0.646-0.072-0.961-0.133\n\tc-6.549,36.481-38.522,64.25-76.86,64.25c-38.337,0-70.31-27.769-76.858-64.25c-0.314,0.061-0.635,0.104-0.961,0.133\n\tc-4.945,0.421-9.306-3.261-9.723-8.215L74.842,100.475z M110.646,57.508h105.822c-6.838-23-28.063-39.334-52.912-39.334\n\tC138.708,18.174,117.483,34.508,110.646,57.508z M103.471,108.857c0,33.132,26.955,59.957,60.086,59.957\n\tc33.132,0,60.087-26.868,60.087-60c0-12.091-3.508-23.305-10.183-33.305h-99.809C106.977,85.508,103.471,96.765,103.471,108.857z\n\t M344.428,256.584c-0.107-1.239-0.475-2.471-1.114-3.609c-0.174-0.312-0.367-0.614-0.579-0.905l-8.921-12.739\n\tc-2.851-4.072-8.461-5.063-12.534-2.21c-4.071,2.851-5.062,8.463-2.21,12.534l6.039,8.625l-5.512,11.819\n\tc-0.003,0.008-0.007,0.015-0.01,0.022l-5.523,12.046l-13.016,1.341c-0.002,0-0.004,0-0.006,0l-13.012,0.936l-7.494-10.805\n\tc-0.004-0.005-0.007-0.059-0.011-0.064l-7.484-10.715l11.044-23.697l10.49-0.924c4.952-0.434,8.615-4.802,8.182-9.753\n\tc-0.434-4.952-4.813-8.609-9.75-8.183l-15.495,1.356c-0.355,0.024-0.708,0.069-1.057,0.135c-1.297,0.243-2.487,0.761-3.515,1.485\n\tc-1.014,0.713-1.893,1.644-2.556,2.764c-0.182,0.306-0.345,0.621-0.49,0.947l-15.289,32.79c-0.16,0.328-0.3,0.664-0.419,1.006\n\tc-0.43,1.233-0.575,2.51-0.465,3.749c0.108,1.236,0.474,2.463,1.11,3.599c0.176,0.314,0.37,0.62,0.583,0.912l10.376,14.817\n\tc0.005,0.007,0.01,0.014,0.015,0.021l7.479,10.685l-36.083,77.381c-2.101,4.505-0.151,9.86,4.354,11.961\n\tc1.23,0.573,2.524,0.845,3.798,0.845c3.39,0,6.636-1.924,8.163-5.198l36.082-77.146l13.012-0.902c0.002,0,0.004,0,0.006,0\n\tl18.021-1.813c0.358-0.024,0.714-0.188,1.064-0.256c1.292-0.243,2.477-0.817,3.501-1.539c1.014-0.711,1.891-1.669,2.555-2.786\n\tc0.185-0.309,0.351-0.644,0.497-0.975l7.644-16.398c0.001-0.002,0.002-0.008,0.003-0.009l7.644-16.396\n\tc0.159-0.326,0.299-0.66,0.417-1.001C344.392,259.102,344.538,257.825,344.428,256.584z" })));
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=RepairExpert.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RepairExpert.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/RepairExpert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC5C,OAAO,CACH,6BACI,OAAO,EAAC,qBAAqB,KACzB,KAAK;QAET,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,w+HAkCoE,GACxE,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function RepairExpert(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 384.754 384.754\"\n {...props}\n >\n <path\n fill=\"currentColor\"\n d=\"M214.86,374.508c0,4.971-4.029,9-9,9h-65.01c-4.971,0-9.223-3.57-9.223-8.541V288.87c0-4.971,4.252-9.361,9.223-9.361\n\th99.585c4.971,0,9,4.029,9,9s-4.029,9-9,9h-90.808v68h56.232C210.83,365.508,214.86,369.538,214.86,374.508z M136.65,115.508h10\n\tc4.971,0,9-4.029,9-9s-4.029-9-9-9h-10c-4.971,0-9,4.029-9,9S131.679,115.508,136.65,115.508z M180.947,115.508h10\n\tc4.97,0,9-4.029,9-9s-4.029-9-9-9h-10c-4.971,0-9,4.029-9,9S175.976,115.508,180.947,115.508z M152.056,142.508c0,4.971,4.029,9,9,9\n\th5c4.971,0,9-4.029,9-9s-4.029-9-9-9h-5C156.086,133.508,152.056,137.538,152.056,142.508z M127.875,220.987\n\tc6.952,11.05,21.072,18.33,36.689,18.33c15.619,0,29.74-7.282,36.691-18.332c12.326,0.961,24.51,6.008,33.264,13.909\n\tc3.69,3.329,9.381,3.038,12.712-0.651c3.33-3.69,3.038-9.536-0.651-12.866c-12.984-11.718-31.526-18.868-49.6-18.868h-1.237\n\tc-3.845,0-7.265,2.597-8.513,6.232c-2.119,6.173-10.584,12.499-22.666,12.499c-12.08,0-20.546-6.366-22.667-12.539\n\tc-1.249-3.636-4.668-6.193-8.512-6.193h-1.236c-30.601,0-59.207,19.216-65.123,43.549L40.6,354.841\n\tc-0.119,0.442-0.205,0.936-0.255,1.402c-0.124,1.119-0.033,2.244,0.243,3.289c0.245,0.932,0.635,1.814,1.145,2.602\n\tc1.056,1.635,2.77,2.936,4.713,3.615c0.342,0.119,0.181,0.45,1.181,0.528v0.23c0,0-0.258,0-0.257,0c0.646,0,1.293,0.107,1.93,0.107\n\tc0.089,0,0.177-0.107,0.266-0.107h54.025c4.971,0,9-4.029,9-9s-4.029-9-9-9H60.743l23.773-97.92\n\tC88.17,235.565,107.472,222.596,127.875,220.987z M189.97,248.508c-4.971,0-9,4.029-9,9s4.029,9,9,9h31.78c4.971,0,9-4.029,9-9\n\ts-4.029-9-9-9H189.97z M74.842,100.475c-0.417-4.952,3.259-9.306,8.212-9.723c1.519-0.126,2.98,0.13,4.292,0.692\n\tc1.424-6.374,3.641-12.519,6.628-18.336c-0.344-0.283-0.681-0.594-0.982-0.93c-0.329-0.366-0.648-0.756-0.91-1.164\n\tc-0.819-1.275-1.455-2.772-1.455-4.38c0-0.002,0-0.005,0-0.008s0-0.007,0-0.01c0-0.218,0-0.437,0-0.656c0-0.003,0-0.006,0-0.009\n\tc0-0.001,0-0.003,0-0.004c0-0.301,0.07-0.51,0.105-0.802C94.772,27.947,126.077,0,163.556,0c34.778,0,64.202,23.508,71.492,57.508\n\th24.149c4.971,0,9,4.029,9,9s-4.029,9-9,9h-25.056c2.481,5,4.362,10.481,5.62,16.11c1.31-0.562,2.771-0.992,4.293-0.866\n\tc4.953,0.417,8.631,4.77,8.215,9.723l-1.17,13.92c-0.417,4.952-4.763,8.622-9.723,8.215c-0.326-0.027-0.646-0.072-0.961-0.133\n\tc-6.549,36.481-38.522,64.25-76.86,64.25c-38.337,0-70.31-27.769-76.858-64.25c-0.314,0.061-0.635,0.104-0.961,0.133\n\tc-4.945,0.421-9.306-3.261-9.723-8.215L74.842,100.475z M110.646,57.508h105.822c-6.838-23-28.063-39.334-52.912-39.334\n\tC138.708,18.174,117.483,34.508,110.646,57.508z M103.471,108.857c0,33.132,26.955,59.957,60.086,59.957\n\tc33.132,0,60.087-26.868,60.087-60c0-12.091-3.508-23.305-10.183-33.305h-99.809C106.977,85.508,103.471,96.765,103.471,108.857z\n\t M344.428,256.584c-0.107-1.239-0.475-2.471-1.114-3.609c-0.174-0.312-0.367-0.614-0.579-0.905l-8.921-12.739\n\tc-2.851-4.072-8.461-5.063-12.534-2.21c-4.071,2.851-5.062,8.463-2.21,12.534l6.039,8.625l-5.512,11.819\n\tc-0.003,0.008-0.007,0.015-0.01,0.022l-5.523,12.046l-13.016,1.341c-0.002,0-0.004,0-0.006,0l-13.012,0.936l-7.494-10.805\n\tc-0.004-0.005-0.007-0.059-0.011-0.064l-7.484-10.715l11.044-23.697l10.49-0.924c4.952-0.434,8.615-4.802,8.182-9.753\n\tc-0.434-4.952-4.813-8.609-9.75-8.183l-15.495,1.356c-0.355,0.024-0.708,0.069-1.057,0.135c-1.297,0.243-2.487,0.761-3.515,1.485\n\tc-1.014,0.713-1.893,1.644-2.556,2.764c-0.182,0.306-0.345,0.621-0.49,0.947l-15.289,32.79c-0.16,0.328-0.3,0.664-0.419,1.006\n\tc-0.43,1.233-0.575,2.51-0.465,3.749c0.108,1.236,0.474,2.463,1.11,3.599c0.176,0.314,0.37,0.62,0.583,0.912l10.376,14.817\n\tc0.005,0.007,0.01,0.014,0.015,0.021l7.479,10.685l-36.083,77.381c-2.101,4.505-0.151,9.86,4.354,11.961\n\tc1.23,0.573,2.524,0.845,3.798,0.845c3.39,0,6.636-1.924,8.163-5.198l36.082-77.146l13.012-0.902c0.002,0,0.004,0,0.006,0\n\tl18.021-1.813c0.358-0.024,0.714-0.188,1.064-0.256c1.292-0.243,2.477-0.817,3.501-1.539c1.014-0.711,1.891-1.669,2.555-2.786\n\tc0.185-0.309,0.351-0.644,0.497-0.975l7.644-16.398c0.001-0.002,0.002-0.008,0.003-0.009l7.644-16.396\n\tc0.159-0.326,0.299-0.66,0.417-1.001C344.392,259.102,344.538,257.825,344.428,256.584z\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Socket(props) {
|
|
3
|
+
return (React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 365.445 365.445", ...props },
|
|
4
|
+
React.createElement("g", { fill: "currentColor" },
|
|
5
|
+
React.createElement("path", { d: "M146.7 162.775h-26.8a6.655 6.655 0 0 0-6.647 6.647v26.602a6.653 6.653 0 0 0 6.647 6.646h26.8a6.654 6.654 0 0 0 6.647-6.646v-26.602a6.655 6.655 0 0 0-6.647-6.647zM245.547 162.775h-26.801a6.653 6.653 0 0 0-6.646 6.647v26.602a6.652 6.652 0 0 0 6.646 6.646h26.801a6.654 6.654 0 0 0 6.646-6.646v-26.602a6.655 6.655 0 0 0-6.646-6.647z" })),
|
|
6
|
+
React.createElement("path", { d: "M345.445 1.204H20c-11.046 0-20 8.954-20 20v323.037c0 11.045 8.954 20 20 20h325.445c11.045 0 20-8.955 20-20V21.204c0-11.045-8.953-20-20-20zM182.723 287.66c-57.955 0-104.937-46.981-104.937-104.937 0-57.957 46.982-104.938 104.937-104.938S287.66 124.767 287.66 182.723 240.678 287.66 182.723 287.66z", fill: "currentColor" })));
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=Socket.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Socket.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Socket.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,MAAM,CAAC,KAAmB;IACtC,OAAO,CACH,6BACI,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,qBAAqB,KACzB,KAAK;QAET,2BAAG,IAAI,EAAC,cAAc;YAClB,8BAAM,CAAC,EAAC,0UAA0U,GAAG,CACrV;QACJ,8BACI,CAAC,EAAC,ySAAyS,EAC3S,IAAI,EAAC,cAAc,GACrB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Socket(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n width={32}\n height={32}\n viewBox=\"0 0 365.445 365.445\"\n {...props}\n >\n <g fill=\"currentColor\">\n <path d=\"M146.7 162.775h-26.8a6.655 6.655 0 0 0-6.647 6.647v26.602a6.653 6.653 0 0 0 6.647 6.646h26.8a6.654 6.654 0 0 0 6.647-6.646v-26.602a6.655 6.655 0 0 0-6.647-6.647zM245.547 162.775h-26.801a6.653 6.653 0 0 0-6.646 6.647v26.602a6.652 6.652 0 0 0 6.646 6.646h26.801a6.654 6.654 0 0 0 6.646-6.646v-26.602a6.655 6.655 0 0 0-6.646-6.647z\" />\n </g>\n <path\n d=\"M345.445 1.204H20c-11.046 0-20 8.954-20 20v323.037c0 11.045 8.954 20 20 20h325.445c11.045 0 20-8.955 20-20V21.204c0-11.045-8.953-20-20-20zM182.723 287.66c-57.955 0-104.937-46.981-104.937-104.937 0-57.957 46.982-104.938 104.937-104.938S287.66 124.767 287.66 182.723 240.678 287.66 182.723 287.66z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Thermometer(props) {
|
|
3
|
+
return (React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 45.659 45.659", ...props },
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M30.619 27.309V7.781C30.619 3.49 27.124 0 22.833 0c-4.29 0-7.785 3.491-7.785 7.78v19.528a10.722 10.722 0 0 0-3.05 7.522c0 5.972 4.857 10.828 10.829 10.828 5.97 0 10.834-4.856 10.834-10.828 0-2.918-1.141-5.572-3.042-7.521zM22.825 42.66c-4.316 0-7.824-3.512-7.824-7.828 0-2.527 1.174-4.779 3.077-6.211V16.237h3.372c.552 0 1-.47 1-1.022 0-.553-.448-1.021-1-1.021h-3.372v-2.466h3.372c.552 0 1-.434 1-.986a.989.989 0 0 0-1-.986h-3.372V7.78c0-2.636 2.119-4.78 4.754-4.78 2.637 0 4.756 2.144 4.756 4.781v20.871c1.903 1.434 3.047 3.671 3.047 6.18 0 4.316-3.494 7.828-7.81 7.828z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M25.334 30.463V18.632h-5.002v11.831a4.973 4.973 0 0 0-2.537 4.369 5.038 5.038 0 0 0 5.038 5.046 5.034 5.034 0 0 0 5.034-5.046c0-1.866-.982-3.495-2.533-4.369z" })));
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=Thermometer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Thermometer.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Thermometer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,WAAW,CAAC,KAAmB;IAC3C,OAAO,CACH,6BACI,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,mBAAmB,KACvB,KAAK;QAET,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,4jBAA4jB,GAChkB;QACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,+JAA+J,GACnK,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Thermometer(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n width={32}\n height={32}\n viewBox=\"0 0 45.659 45.659\"\n {...props}\n >\n <path\n fill=\"currentColor\"\n d=\"M30.619 27.309V7.781C30.619 3.49 27.124 0 22.833 0c-4.29 0-7.785 3.491-7.785 7.78v19.528a10.722 10.722 0 0 0-3.05 7.522c0 5.972 4.857 10.828 10.829 10.828 5.97 0 10.834-4.856 10.834-10.828 0-2.918-1.141-5.572-3.042-7.521zM22.825 42.66c-4.316 0-7.824-3.512-7.824-7.828 0-2.527 1.174-4.779 3.077-6.211V16.237h3.372c.552 0 1-.47 1-1.022 0-.553-.448-1.021-1-1.021h-3.372v-2.466h3.372c.552 0 1-.434 1-.986a.989.989 0 0 0-1-.986h-3.372V7.78c0-2.636 2.119-4.78 4.754-4.78 2.637 0 4.756 2.144 4.756 4.781v20.871c1.903 1.434 3.047 3.671 3.047 6.18 0 4.316-3.494 7.828-7.81 7.828z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M25.334 30.463V18.632h-5.002v11.831a4.973 4.973 0 0 0-2.537 4.369 5.038 5.038 0 0 0 5.038 5.046 5.034 5.034 0 0 0 5.034-5.046c0-1.866-.982-3.495-2.533-4.369z\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function ThermometerSimple(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 512 512", ...props },
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M341.333 288.593V85.333C341.333 38.205 303.128 0 256 0s-85.333 38.205-85.333 85.333v203.259C144.48 312.03 128 346.091 128 384c0 70.693 57.308 128 128 128s128-57.307 128-128c0-37.909-16.48-71.97-42.667-95.407zM256 469.333c-47.128 0-85.333-38.205-85.333-85.333 0-24.637 10.441-47.492 28.455-63.615l14.212-12.72V85.333c0-23.564 19.103-42.667 42.667-42.667s42.667 19.102 42.667 42.667v222.332l14.212 12.72c18.014 16.123 28.455 38.977 28.455 63.615-.002 47.128-38.207 85.333-85.335 85.333z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M234.667 170.667h42.667v256h-42.667z" }),
|
|
6
|
+
React.createElement("circle", { fill: "currentColor", cx: 256, cy: 384, r: 64 })));
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ThermometerSimple.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThermometerSimple.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/ThermometerSimple.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,iBAAiB,CAAC,KAAmB;IACjD,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,seAAse,GAC1e;QACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,sCAAsC,GAC1C;QACF,gCACI,IAAI,EAAC,cAAc,EACnB,EAAE,EAAE,GAAG,EACP,EAAE,EAAE,GAAG,EACP,CAAC,EAAE,EAAE,GACP,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function ThermometerSimple(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 512 512\"\n {...props}\n >\n <path\n fill=\"currentColor\"\n d=\"M341.333 288.593V85.333C341.333 38.205 303.128 0 256 0s-85.333 38.205-85.333 85.333v203.259C144.48 312.03 128 346.091 128 384c0 70.693 57.308 128 128 128s128-57.307 128-128c0-37.909-16.48-71.97-42.667-95.407zM256 469.333c-47.128 0-85.333-38.205-85.333-85.333 0-24.637 10.441-47.492 28.455-63.615l14.212-12.72V85.333c0-23.564 19.103-42.667 42.667-42.667s42.667 19.102 42.667 42.667v222.332l14.212 12.72c18.014 16.123 28.455 38.977 28.455 63.615-.002 47.128-38.207 85.333-85.335 85.333z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M234.667 170.667h42.667v256h-42.667z\"\n />\n <circle\n fill=\"currentColor\"\n cx={256}\n cy={384}\n r={64}\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Thermostat(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 297 297", ...props },
|
|
4
|
+
React.createElement("g", null,
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "m243.404,138.042c-5.775,0-10.458,4.683-10.458,10.458 0,46.564-37.883,84.446-84.446,84.446s-84.446-37.882-84.446-84.446 37.883-84.446 84.446-84.446c5.775,0 10.458-4.683 10.458-10.458s-4.683-10.457-10.458-10.457c-58.097,0-105.361,47.265-105.361,105.361s47.264,105.361 105.361,105.361 105.361-47.264 105.361-105.361c0-5.775-4.681-10.458-10.457-10.458z" }),
|
|
6
|
+
React.createElement("path", { fill: "currentColor", d: "m142.963,121.344l-20.272-30.41c-3.203-4.807-9.695-6.104-14.502-2.9-4.805,3.202-6.104,9.695-2.9,14.502l20.279,30.422c-3.015,4.436-4.78,9.787-4.78,15.543 0,15.281 12.432,27.713 27.713,27.713 15.281,0 27.713-12.432 27.713-27.713 0-15.281-12.432-27.713-27.713-27.713-1.897-0.001-3.749,0.191-5.538,0.556zm12.335,27.156c0,3.748-3.05,6.798-6.798,6.798s-6.798-3.05-6.798-6.798 3.05-6.798 6.798-6.798 6.798,3.05 6.798,6.798z" }),
|
|
7
|
+
React.createElement("path", { fill: "currentColor", d: "M148.5,0C66.617,0,0,66.617,0,148.5S66.617,297,148.5,297S297,230.383,297,148.5S230.383,0,148.5,0z M158.958,275.653 v-6.366c0-5.775-4.683-10.458-10.458-10.458c-5.775,0-10.458,4.683-10.458,10.458v6.366 c-62.027-5.056-111.64-54.668-116.695-116.695h6.366c5.775,0,10.458-4.683,10.458-10.458s-4.683-10.458-10.458-10.458h-6.366 c5.056-62.027,54.668-111.64,116.695-116.695v6.366c0,5.775,4.683,10.458,10.458,10.458c5.775,0,10.458-4.683,10.458-10.458v-6.366 c62.027,5.056,111.64,54.668,116.695,116.695h-6.366c-5.775,0-10.458,4.683-10.458,10.458s4.683,10.458,10.458,10.458h6.366 C270.598,220.985,220.985,270.598,158.958,275.653z" }))));
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=Thermostat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Thermostat.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Thermostat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,UAAU,CAAC,KAAmB;IAC1C,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET;YACI,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,8VAA8V,GAClW;YACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,iaAAia,GACra;YACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,onBAAonB,GACxnB,CACF,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Thermostat(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 297 297\"\n {...props}\n >\n <g>\n <path\n fill=\"currentColor\"\n d=\"m243.404,138.042c-5.775,0-10.458,4.683-10.458,10.458 0,46.564-37.883,84.446-84.446,84.446s-84.446-37.882-84.446-84.446 37.883-84.446 84.446-84.446c5.775,0 10.458-4.683 10.458-10.458s-4.683-10.457-10.458-10.457c-58.097,0-105.361,47.265-105.361,105.361s47.264,105.361 105.361,105.361 105.361-47.264 105.361-105.361c0-5.775-4.681-10.458-10.457-10.458z\"\n />\n <path\n fill=\"currentColor\"\n d=\"m142.963,121.344l-20.272-30.41c-3.203-4.807-9.695-6.104-14.502-2.9-4.805,3.202-6.104,9.695-2.9,14.502l20.279,30.422c-3.015,4.436-4.78,9.787-4.78,15.543 0,15.281 12.432,27.713 27.713,27.713 15.281,0 27.713-12.432 27.713-27.713 0-15.281-12.432-27.713-27.713-27.713-1.897-0.001-3.749,0.191-5.538,0.556zm12.335,27.156c0,3.748-3.05,6.798-6.798,6.798s-6.798-3.05-6.798-6.798 3.05-6.798 6.798-6.798 6.798,3.05 6.798,6.798z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M148.5,0C66.617,0,0,66.617,0,148.5S66.617,297,148.5,297S297,230.383,297,148.5S230.383,0,148.5,0z M158.958,275.653 v-6.366c0-5.775-4.683-10.458-10.458-10.458c-5.775,0-10.458,4.683-10.458,10.458v6.366 c-62.027-5.056-111.64-54.668-116.695-116.695h6.366c5.775,0,10.458-4.683,10.458-10.458s-4.683-10.458-10.458-10.458h-6.366 c5.056-62.027,54.668-111.64,116.695-116.695v6.366c0,5.775,4.683,10.458,10.458,10.458c5.775,0,10.458-4.683,10.458-10.458v-6.366 c62.027,5.056,111.64,54.668,116.695,116.695h-6.366c-5.775,0-10.458,4.683-10.458,10.458s4.683,10.458,10.458,10.458h6.366 C270.598,220.985,220.985,270.598,158.958,275.653z\"\n />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Valve(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 480 480", ...props },
|
|
4
|
+
React.createElement("g", null,
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M472,304h-80v-8c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v8h-48v-48c0-4.418-3.582-8-8-8h-8v-24c0-4.418-3.582-8-8-8\n h-8v-16h8c4.418,0,8-3.582,8-8v-32c0-4.418-3.582-8-8-8h-8v-24h44.28c5.382-0.016,10.547,2.121,14.344,5.936l7.44,7.44\n c14.167,14.169,37.138,14.171,51.308,0.004c6.806-6.805,10.629-16.036,10.628-25.66V92.28\n c0.002-20.037-16.239-36.282-36.276-36.284c-9.625-0.001-18.855,3.822-25.66,10.628l-7.44,7.44\n c-3.797,3.815-8.962,5.952-14.344,5.936H264V56c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v24h-52.28\n c-5.382,0.016-10.547-2.121-14.344-5.936l-7.44-7.44c-14.167-14.169-37.138-14.171-51.308-0.004\n C83.822,73.425,79.999,82.655,80,92.28v23.44c-0.002,20.037,16.239,36.282,36.276,36.284c9.625,0.001,18.855-3.822,25.66-10.628\n l7.44-7.44c3.797-3.815,8.962-5.952,14.344-5.936H216v24h-8c-4.418,0-8,3.582-8,8v32c0,4.418,3.582,8,8,8h8v16h-8\n c-4.418,0-8,3.582-8,8v24h-8c-4.418,0-8,3.582-8,8v48h-48v-8c0-4.418-3.582-8-8-8H96c-4.418,0-8,3.582-8,8v8H8\n c-4.418,0-8,3.582-8,8v104c0,4.418,3.582,8,8,8h80c0,4.418,3.582,8,8,8h32c4.418,0,8-3.582,8-8v-8h208v8c0,4.418,3.582,8,8,8h32\n c4.418,0,8-3.582,8-8v-8h80c4.418,0,8-3.582,8-8v-96C480,307.582,476.418,304,472,304z M88,408H16v-88h72V408z M120,416h-16V304\n h16V416z M232,64h16v16h-16V64z M163.72,112c-9.628-0.028-18.866,3.798-25.656,10.624l-7.44,7.44\n c-7.928,7.918-20.774,7.909-28.692-0.02c-3.796-3.801-5.929-8.953-5.932-14.324V92.28c0.006-11.205,9.095-20.283,20.3-20.276\n c5.372,0.003,10.523,2.137,14.324,5.932l7.44,7.44c6.79,6.826,16.028,10.652,25.656,10.624h144.56\n c9.628,0.028,18.866-3.798,25.656-10.624l7.44-7.44c7.928-7.918,20.774-7.909,28.692,0.02c3.796,3.801,5.929,8.953,5.932,14.324\n v23.44c-0.006,11.205-9.095,20.283-20.3,20.276c-5.372-0.003-10.523-2.136-14.324-5.932l-7.44-7.44\n c-6.79-6.826-16.028-10.652-25.656-10.624H163.72z M248,128v24h-16v-24H248z M216,168h48v16h-48V168z M248,200v16h-16v-16H248z\n M216,232h48v16h-48V232z M344,400H136v-80h56c4.418,0,8-3.582,8-8v-48h80v48c0,4.418,3.582,8,8,8h56V400z M376,416h-16V304h16\n V416z M464,400h-72v-80h72V400z" }))));
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=Valve.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Valve.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Valve.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,KAAK,CAAC,KAAmB;IACrC,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET;YACI,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,qwEAkByB,GAC7B,CACF,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Valve(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 480 480\"\n {...props}\n >\n <g>\n <path\n fill=\"currentColor\"\n d=\"M472,304h-80v-8c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v8h-48v-48c0-4.418-3.582-8-8-8h-8v-24c0-4.418-3.582-8-8-8\n h-8v-16h8c4.418,0,8-3.582,8-8v-32c0-4.418-3.582-8-8-8h-8v-24h44.28c5.382-0.016,10.547,2.121,14.344,5.936l7.44,7.44\n c14.167,14.169,37.138,14.171,51.308,0.004c6.806-6.805,10.629-16.036,10.628-25.66V92.28\n c0.002-20.037-16.239-36.282-36.276-36.284c-9.625-0.001-18.855,3.822-25.66,10.628l-7.44,7.44\n c-3.797,3.815-8.962,5.952-14.344,5.936H264V56c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v24h-52.28\n c-5.382,0.016-10.547-2.121-14.344-5.936l-7.44-7.44c-14.167-14.169-37.138-14.171-51.308-0.004\n C83.822,73.425,79.999,82.655,80,92.28v23.44c-0.002,20.037,16.239,36.282,36.276,36.284c9.625,0.001,18.855-3.822,25.66-10.628\n l7.44-7.44c3.797-3.815,8.962-5.952,14.344-5.936H216v24h-8c-4.418,0-8,3.582-8,8v32c0,4.418,3.582,8,8,8h8v16h-8\n c-4.418,0-8,3.582-8,8v24h-8c-4.418,0-8,3.582-8,8v48h-48v-8c0-4.418-3.582-8-8-8H96c-4.418,0-8,3.582-8,8v8H8\n c-4.418,0-8,3.582-8,8v104c0,4.418,3.582,8,8,8h80c0,4.418,3.582,8,8,8h32c4.418,0,8-3.582,8-8v-8h208v8c0,4.418,3.582,8,8,8h32\n c4.418,0,8-3.582,8-8v-8h80c4.418,0,8-3.582,8-8v-96C480,307.582,476.418,304,472,304z M88,408H16v-88h72V408z M120,416h-16V304\n h16V416z M232,64h16v16h-16V64z M163.72,112c-9.628-0.028-18.866,3.798-25.656,10.624l-7.44,7.44\n c-7.928,7.918-20.774,7.909-28.692-0.02c-3.796-3.801-5.929-8.953-5.932-14.324V92.28c0.006-11.205,9.095-20.283,20.3-20.276\n c5.372,0.003,10.523,2.137,14.324,5.932l7.44,7.44c6.79,6.826,16.028,10.652,25.656,10.624h144.56\n c9.628,0.028,18.866-3.798,25.656-10.624l7.44-7.44c7.928-7.918,20.774-7.909,28.692,0.02c3.796,3.801,5.929,8.953,5.932,14.324\n v23.44c-0.006,11.205-9.095,20.283-20.3,20.276c-5.372-0.003-10.523-2.136-14.324-5.932l-7.44-7.44\n c-6.79-6.826-16.028-10.652-25.656-10.624H163.72z M248,128v24h-16v-24H248z M216,168h48v16h-48V168z M248,200v16h-16v-16H248z\n M216,232h48v16h-48V232z M344,400H136v-80h56c4.418,0,8-3.582,8-8v-48h80v48c0,4.418,3.582,8,8,8h56V400z M376,416h-16V304h16\n V416z M464,400h-72v-80h72V400z\"\n />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function WindowClosed(props) {
|
|
3
|
+
return (React.createElement("svg", { width: 361, height: 361, viewBox: "0 0 361 361", ...props },
|
|
4
|
+
React.createElement("path", { d: "M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
5
|
+
React.createElement("path", { d: "M258.5 185.584h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5H258.5c-2.726 0-5 2.274-5 5s2.274 5 5 5z", fill: "currentColor" }),
|
|
6
|
+
React.createElement("path", { d: "M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 })));
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=WindowClosed.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowClosed.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/WindowClosed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC5C,OAAO,CACH,6BACI,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,8BACI,CAAC,EAAC,sLAAsL,EACxL,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,+FAA+F,EACjG,IAAI,EAAC,cAAc,GACrB;QACF,8BACI,CAAC,EAAC,oKAAoK,EACtK,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function WindowClosed(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n width={361}\n height={361}\n viewBox=\"0 0 361 361\"\n {...props}\n >\n <path\n d=\"M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M258.5 185.584h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5H258.5c-2.726 0-5 2.274-5 5s2.274 5 5 5z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function WindowOpened(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 361 361", ...props },
|
|
4
|
+
React.createElement("path", { d: "M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
5
|
+
React.createElement("path", { d: "M228.5 205.584h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5H228.5c-2.726 0-5 2.274-5 5s2.274 5 5 5z", fill: "currentColor" }),
|
|
6
|
+
React.createElement("path", { d: "M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
7
|
+
React.createElement("path", { d: "M232.826 280.905c-.339 3.356-18.813-.782-20.919-1.06l-45.073-5.94-45.074-5.94-14.507-1.912c-1.456-.192-6.201-.055-6.412-2.147-.621-6.157 0-12.699 0-18.878v-43.5-82.076-5.13c0-2.551 5.184-1.015 6.412-.853l35.438 4.67 83.723 11.035c1.457.192 6.201.055 6.412 2.147.169 1.673 0 3.451 0 5.13v144.454c0 6.448 10 6.448 10 0V136.451v-5.13c0-7.619-6.137-10.793-12.673-11.655l-28.531-3.76-88.411-11.652-9.897-1.304c-6.555-.864-12.473 4.9-12.473 11.38v144.832c0 2.023-.071 4.04.132 6.053.717 7.111 6.606 9.563 12.759 10.374l76.827 10.125 39.896 5.259 9.697 1.278c7.063.931 12.011-4.778 12.673-11.346.648-6.415-9.358-6.352-9.999 0z", fill: "currentColor" })));
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=WindowOpened.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowOpened.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/WindowOpened.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC5C,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,8BACI,CAAC,EAAC,sLAAsL,EACxL,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,+FAA+F,EACjG,IAAI,EAAC,cAAc,GACrB;QACF,8BACI,CAAC,EAAC,oKAAoK,EACtK,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,6mBAA6mB,EAC/mB,IAAI,EAAC,cAAc,GACrB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function WindowOpened(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 361 361\"\n {...props}\n >\n <path\n d=\"M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M228.5 205.584h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5H228.5c-2.726 0-5 2.274-5 5s2.274 5 5 5z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M232.826 280.905c-.339 3.356-18.813-.782-20.919-1.06l-45.073-5.94-45.074-5.94-14.507-1.912c-1.456-.192-6.201-.055-6.412-2.147-.621-6.157 0-12.699 0-18.878v-43.5-82.076-5.13c0-2.551 5.184-1.015 6.412-.853l35.438 4.67 83.723 11.035c1.457.192 6.201.055 6.412 2.147.169 1.673 0 3.451 0 5.13v144.454c0 6.448 10 6.448 10 0V136.451v-5.13c0-7.619-6.137-10.793-12.673-11.655l-28.531-3.76-88.411-11.652-9.897-1.304c-6.555-.864-12.473 4.9-12.473 11.38v144.832c0 2.023-.071 4.04.132 6.053.717 7.111 6.606 9.563 12.759 10.374l76.827 10.125 39.896 5.259 9.697 1.278c7.063.931 12.011-4.778 12.673-11.346.648-6.415-9.358-6.352-9.999 0z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function WindowTilted(props) {
|
|
3
|
+
return (React.createElement("svg", { width: 361, height: 361, viewBox: "0 0 361 361", ...props },
|
|
4
|
+
React.createElement("path", { d: "M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
5
|
+
React.createElement("path", { d: "M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9zM265.732 265.178c.584 2.887-1.629 5.228-4.942 5.228H103.457c-3.313 0-6.474-2.341-7.058-5.228L75.24 130.633c-.584-2.887 1.628-5.228 4.942-5.228h157.333c3.313 0 6.474 2.34 7.058 5.228l21.159 134.545z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
6
|
+
React.createElement("path", { d: "M247.194 199.667h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5h-6.639c-2.726 0-5 2.274-5 5s2.275 5 5 5z", fill: "currentColor" })));
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=WindowTilted.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowTilted.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/WindowTilted.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC5C,OAAO,CACH,6BACI,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,8BACI,CAAC,EAAC,sLAAsL,EACxL,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,yWAAyW,EAC3W,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,kGAAkG,EACpG,IAAI,EAAC,cAAc,GACrB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function WindowTilted(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n width={361}\n height={361}\n viewBox=\"0 0 361 361\"\n {...props}\n >\n <path\n d=\"M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9zM265.732 265.178c.584 2.887-1.629 5.228-4.942 5.228H103.457c-3.313 0-6.474-2.341-7.058-5.228L75.24 130.633c-.584-2.887 1.628-5.228 4.942-5.228h157.333c3.313 0 6.474 2.34 7.058 5.228l21.159 134.545z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M247.194 199.667h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5h-6.639c-2.726 0-5 2.274-5 5s2.275 5 5 5z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export type { IconPropsSVG } from './types';
|
|
2
|
+
export { Cleaner } from './Cleaner';
|
|
3
|
+
export { DoorClosed } from './DoorClosed';
|
|
4
|
+
export { DoorOpened } from './DoorOpened';
|
|
5
|
+
export { FireOff } from './FireOff';
|
|
6
|
+
export { FireOn } from './FireOn';
|
|
7
|
+
export { FloodOff } from './FloodOff';
|
|
8
|
+
export { FloodOn } from './FloodOn';
|
|
9
|
+
export { Gate } from './Gate';
|
|
10
|
+
export { HeatValve } from './HeatValve';
|
|
11
|
+
export { Home } from './Home';
|
|
12
|
+
export { Humidity } from './Humidity';
|
|
13
|
+
export { IconHome } from './IconHome';
|
|
14
|
+
export { Jalousie } from './Jalousie';
|
|
15
|
+
export { Material } from './Material';
|
|
16
|
+
export { MotionOff } from './MotionOff';
|
|
17
|
+
export { MotionOn } from './MotionOn';
|
|
18
|
+
export { PushButton } from './PushButton';
|
|
19
|
+
export { RepairExpert } from './RepairExpert';
|
|
20
|
+
export { RGB } from './RGB';
|
|
21
|
+
export { Socket } from './Socket';
|
|
22
|
+
export { Thermometer } from './Thermometer';
|
|
23
|
+
export { ThermometerSimple } from './ThermometerSimple';
|
|
24
|
+
export { Thermostat } from './Thermostat';
|
|
25
|
+
export { Valve } from './Valve';
|
|
26
|
+
export { WindowClosed } from './WindowClosed';
|
|
27
|
+
export { WindowOpened } from './WindowOpened';
|
|
28
|
+
export { WindowTilted } from './WindowTilted';
|