7 changed files with 1760 additions and 257 deletions
-
510application/src/main/data/json/system/scada_symbols/left-motor-pump.svg
-
127application/src/main/data/json/system/scada_symbols/pump-left.svg
-
127application/src/main/data/json/system/scada_symbols/pump.svg
-
510application/src/main/data/json/system/scada_symbols/right-motor-pump.svg
-
390application/src/main/data/json/system/scada_symbols/small-left-motor-pump.svg
-
345application/src/main/data/json/system/scada_symbols/small-right-motor-pump.svg
-
8application/src/main/data/json/system/widget_bundles/scada_water_system_symbols.json
@ -0,0 +1,510 @@ |
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="800" height="600" fill="none" version="1.1" viewBox="0 0 800 600"> |
|||
<tb:metadata><![CDATA[{ |
|||
"title": "Left motor pump", |
|||
"description": "Left motor pump with configurable states.", |
|||
"searchTags": [ |
|||
"motor", |
|||
"pump" |
|||
], |
|||
"widgetSizeX": 4, |
|||
"widgetSizeY": 3, |
|||
"tags": [ |
|||
{ |
|||
"tag": "background", |
|||
"stateRenderFunction": "var color = ctx.properties.stoppedColor;\nif (ctx.values.critical) {\n color = ctx.properties.criticalColor;\n} else if (ctx.values.warning) {\n color = ctx.properties.warningColor;\n} else if (ctx.values.running) {\n color = ctx.properties.runningColor;\n}\nelement.attr({fill: color});\n\nvar elementCriticalAnimation = element.remember('criticalAnimation');\nvar criticalAnimation = ctx.values.critical && ctx.values.criticalAnimation;\n\nif (elementCriticalAnimation !== criticalAnimation) {\n element.remember('criticalAnimation', criticalAnimation);\n if (criticalAnimation) {\n ctx.api.animate(element, 500).attr({opacity: 0.15}).loop(0, true);\n } else {\n ctx.api.resetAnimation(element);\n }\n}", |
|||
"actions": null |
|||
}, |
|||
{ |
|||
"tag": "clickArea", |
|||
"stateRenderFunction": null, |
|||
"actions": { |
|||
"click": { |
|||
"actionFunction": "ctx.api.callAction(event, 'click');" |
|||
} |
|||
} |
|||
} |
|||
], |
|||
"behavior": [ |
|||
{ |
|||
"id": "running", |
|||
"name": "{i18n:scada.symbol.running}", |
|||
"hint": "{i18n:scada.symbol.running-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.running}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "warning", |
|||
"name": "{i18n:scada.symbol.warning-state}", |
|||
"hint": "{i18n:scada.symbol.warning-state-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.warning}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "critical", |
|||
"name": "{i18n:scada.symbol.critical-state}", |
|||
"hint": "{i18n:scada.symbol.critical-state-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.critical}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "criticalAnimation", |
|||
"name": "{i18n:scada.symbol.critical-state-animation}", |
|||
"hint": "{i18n:scada.symbol.critical-state-animation-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.animation}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "click", |
|||
"name": "{i18n:scada.symbol.on-click}", |
|||
"hint": "{i18n:scada.symbol.on-click-hint}", |
|||
"group": null, |
|||
"type": "widgetAction", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": null, |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
} |
|||
], |
|||
"properties": [ |
|||
{ |
|||
"id": "runningColor", |
|||
"name": "{i18n:scada.symbol.running-color}", |
|||
"type": "color", |
|||
"default": "#1C943E", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "stoppedColor", |
|||
"name": "{i18n:scada.symbol.stopped-color}", |
|||
"type": "color", |
|||
"default": "#696969", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "warningColor", |
|||
"name": "{i18n:scada.symbol.warning-color}", |
|||
"type": "color", |
|||
"default": "#FAA405", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "criticalColor", |
|||
"name": "{i18n:scada.symbol.critical-color}", |
|||
"type": "color", |
|||
"default": "#D12730", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
} |
|||
] |
|||
}]]></tb:metadata> |
|||
<path d="m771 14c2.2091 0 4 1.7909 4 4v52c0 2.2091-1.7909 4-4 4h-8s-19.488 26.39-19.488 40.541c0 18.928 24.488 36.162 24.488 61.74v35.9c0-1.205 0.97664-2.1816 2.1816-2.1816 8.7362 0 15.818 7.0824 15.818 15.818v182.36c0 8.736-7.0822 15.818-15.818 15.818-1.205 0-2.1816-0.9766-2.1816-2.1816v21.275c0 14.412-7.1167 27.102-18 34.877v93.029h17.273c1.5063 0 2.7266 1.2206 2.7266 2.7266v23.547c0 1.506-1.2204 2.7265-2.7266 2.7265h-653.55c-1.506 0-2.7266-1.2205-2.7266-2.7265v-23.547c0-1.506 1.2206-2.7266 2.7266-2.7266h32.273v-45h-32.273c-1.506 0-2.7266-1.2205-2.7266-2.7265v-13.547c0-1.506 1.2206-2.7266 2.7266-2.7266h65.273l19.582-40h-114.58c-27.614 0-49-22.386-49-50v-76c-19 3-35-6-35-24s15-26.5 35-24v-76c0-27.614 21.386-50 49-50h117v-32c0-15.464 12.536-28 28-28h229c15.464 0 28 12.536 28 28v32h93.455c5.271 0 9.5449 4.2739 9.5449 9.5449v14.455c0-1.657 1.343-3 3-3h9v258h-9c-1.657 0-3-1.343-3-3v14.455c0 5.271-4.2739 9.5449-9.5449 9.5449h-92.037l19.582 40h79.273c1.506 0 2.7266 1.2206 2.7266 2.7266v13.547c0 1.506-1.2206 2.7265-2.7266 2.7265h-27.273l1 45h90v-93.037c-10.883-7.7827-18-20.482-18-34.894v-19.068l-9.4453 0.2246c-0.54426 0.1328-1.1121 0.2051-1.6973 0.2051h-6.8574v18.57c0 1.657-1.343 3-3 3h-9v-258h9c1.657 0 3 1.343 3 3v19h18v-33.719c0-26.089 23.488-42.812 23.488-61.74 0-14.151-18.488-40.541-18.488-40.541h-8c-2.209 0-4-1.7909-4-4v-52c0-2.2091 1.791-4 4-4zm-298 512h-241v45h242z" fill="#1c943e" tb:tag="background"/> |
|||
<defs> |
|||
<linearGradient id="paint0_linear_1595_97713" x1="181.32" x2="197.29" y1="210" y2="422.82" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint1_linear_1595_97713" x1="67.36" x2="59.59" y1="110.83" y2="519.97" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint2_linear_1595_97713" x1="189.12" x2="154.74" y1="188" y2="441.36" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint3_linear_1595_97713" x1="207.88" x2="242.26" y1="188" y2="441.36" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint4_linear_1595_97713" x1="243.56" x2="256.45" y1="167" y2="466.47" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint5_linear_1595_97713" x1="40.6" x2="38.234" y1="74" y2="223.98" gradientTransform="translate(-99 -849)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint6_linear_1595_97713" x1="314" x2="598.77" y1="151.4" y2="159.94" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint7_linear_1595_97713" x1="57.895" x2="142.1" y1="558.09" y2="559.06" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint8_linear_1595_97713" x1="27.32" x2="43.288" y1="210" y2="422.82" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint9_linear_1595_97713" x1="790.9" x2="791.32" y1="293" y2="341" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint10_linear_1595_97713" x1="358.74" x2="357.32" y1="167" y2="467.02" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint11_linear_1595_97713" x1="458.66" x2="458.66" y1="188.43" y2="167" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint12_linear_1595_97713" x1="458.66" x2="458.66" y1="209.86" y2="188.43" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint13_linear_1595_97713" x1="458.66" x2="458.66" y1="231.29" y2="209.86" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint14_linear_1595_97713" x1="458.66" x2="458.66" y1="252.71" y2="231.28" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint15_linear_1595_97713" x1="458.66" x2="458.66" y1="274.14" y2="252.72" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint16_linear_1595_97713" x1="458.66" x2="458.66" y1="295.57" y2="274.14" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint17_linear_1595_97713" x1="458.66" x2="458.66" y1="317" y2="295.57" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint18_linear_1595_97713" x1="458.66" x2="458.66" y1="338.43" y2="317" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint19_linear_1595_97713" x1="458.66" x2="458.66" y1="359.86" y2="338.43" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint20_linear_1595_97713" x1="458.66" x2="458.66" y1="381.29" y2="359.86" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint21_linear_1595_97713" x1="458.66" x2="458.66" y1="402.71" y2="381.28" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint22_linear_1595_97713" x1="458.66" x2="458.66" y1="424.14" y2="402.72" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint23_linear_1595_97713" x1="458.66" x2="458.66" y1="445.57" y2="424.14" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint24_linear_1595_97713" x1="458.66" x2="458.66" y1="467" y2="445.57" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint25_linear_1595_97713" x1="736.14" x2="741.26" y1="167" y2="466.94" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint26_linear_1595_97713" x1="711.58" x2="722.92" y1="249" y2="262.25" gradientTransform="translate(-800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".15" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint27_linear_1595_97713" x1="711.58" x2="722.92" y1="373" y2="386.25" gradientTransform="translate(-800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".15" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint28_linear_1595_97713" x1="240" x2="326.99" y1="559.3" y2="560.36" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#020202" stop-opacity=".13333" offset=".49829"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint29_linear_1595_97713" x1="579.7" x2="578.66" y1="571" y2="657" gradientTransform="translate(-1139 -803)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#020202" stop-opacity=".13333" offset=".49829"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint30_linear_1595_97713" x1="182.57" x2="182.77" y1="327.43" y2="306" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint31_linear_1595_97713" x1="182.57" x2="182.77" y1="231.43" y2="210" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint32_linear_1595_97713" x1="182.57" x2="182.77" y1="424.43" y2="403" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint33_linear_1595_97713" x1="689" x2="83.443" y1="586" y2="765.9" gradientTransform="translate(-800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint34_linear_1595_97713" x1="689" x2="257.66" y1="516.83" y2="658.69" gradientTransform="translate(-800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint35_linear_1595_97713" x1="318.89" x2="592.89" y1="501.56" y2="526.32" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint36_linear_1595_97713" x1="601" x2="622.43" y1="567.57" y2="567.77" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint37_linear_1595_97713" x1="272" x2="293.43" y1="567.57" y2="567.77" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint38_linear_1595_97713" x1="88" x2="109.43" y1="566.57" y2="566.77" gradientTransform="matrix(-1 0 0 1 800 -.00029)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
</defs> |
|||
<path d="m614 212.04c0-1.129 0.916-2.045 2.045-2.045h15.955v214h-15.955c-1.129 0-2.045-0.916-2.045-2.045z" fill="url(#paint0_linear_1595_97713)" style="fill:url(#paint0_linear_1595_97713)"/> |
|||
<path d="m763 74h-126s18.488 26.389 18.488 40.54c0 18.928-23.488 35.651-23.488 61.74v266.79c0 23.748 19.252 42.933 43 42.933h50c23.748 0 43-19.158 43-42.906v-266.81c0-25.578-24.488-42.812-24.488-61.74 0-14.151 19.488-40.54 19.488-40.54z" fill="url(#paint1_linear_1595_97713)" style="fill:url(#paint1_linear_1595_97713)"/> |
|||
<path d="m758.72 77.502c0.5101-0.7524 0.9732-1.4243 1.3765-2.0027h-120.27c0.388 0.5852 0.834 1.2674 1.326 2.0331 1.746 2.7143 4.075 6.4848 6.407 10.705 2.329 4.216 4.674 8.9055 6.44 13.455 1.756 4.52 2.991 9.03 2.991 12.847 0 5.043-1.565 9.867-3.815 14.606-1.885 3.969-4.298 7.97-6.747 12.031-0.465 0.77-0.931 1.543-1.395 2.318-5.871 9.807-11.531 20.193-11.531 32.785v266.79c0 22.917 18.577 41.433 41.5 41.433h50c22.924 0 41.5-18.49 41.5-41.406v-266.81c0-12.316-5.8891-22.689-12.018-32.573-0.4548-0.734-0.9114-1.465-1.367-2.195-2.5845-4.141-5.135-8.227-7.1224-12.276-2.3451-4.778-3.9797-9.641-3.9797-14.696 0-3.832 1.3064-8.351 3.1567-12.873 1.8628-4.5511 4.3355-9.2421 6.7908-13.458 2.4579-4.2207 4.9134-7.9914 6.7535-10.706z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m614 191c0-1.657-1.343-3-3-3h-9v258h9c1.657 0 3-1.343 3-3z" fill="url(#paint2_linear_1595_97713)" style="fill:url(#paint2_linear_1595_97713)"/> |
|||
<path d="m612.5 191c0-0.828-0.672-1.5-1.5-1.5h-7.5v255h7.5c0.828 0 1.5-0.672 1.5-1.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m589 191c0-1.657 1.343-3 3-3h9v258h-9c-1.657 0-3-1.343-3-3z" fill="url(#paint3_linear_1595_97713)" style="fill:url(#paint3_linear_1595_97713)"/> |
|||
<path d="m590.5 191c0-0.828 0.672-1.5 1.5-1.5h7.5v255h-7.5c-0.828 0-1.5-0.672-1.5-1.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m545 167h34.455c5.271 0 9.545 4.274 9.545 9.545v280.91c0 5.271-4.274 9.545-9.545 9.545h-34.455z" fill="url(#paint4_linear_1595_97713)" style="fill:url(#paint4_linear_1595_97713)"/> |
|||
<path d="m546.5 168.5h32.955c4.443 0 8.045 3.602 8.045 8.045v280.91c0 4.443-3.602 8.045-8.045 8.045h-32.955z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-74" y="-775" width="60" height="150" rx="4" fill="url(#paint5_linear_1595_97713)" style="fill:url(#paint5_linear_1595_97713)"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-72.5" y="-773.5" width="57" height="147" rx="2.5" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m486 167v-32c0-15.464-12.536-28-28-28h-229c-15.464 0-28 12.536-28 28v32z" fill="url(#paint6_linear_1595_97713)" style="fill:url(#paint6_linear_1595_97713)"/> |
|||
<path d="m484.5 165.5v-30.5c0-14.636-11.864-26.5-26.5-26.5h-229c-14.636 0-26.5 11.864-26.5 26.5v30.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m750 571v-95c-10.5 8.812-20.5 9.4-25 9.4h-51c-7.762 0-17.5-3.525-24-9.4v95z" fill="url(#paint7_linear_1595_97713)" style="fill:url(#paint7_linear_1595_97713)"/> |
|||
<path d="m700 486.9c-1e-4 0-2e-4 0-2e-4 -1.5v1.5h-26c-7.179 0-15.893-2.855-22.5-7.741v90.341h97v-90.417c-9.9558 7.284-19.169 7.817-23.5 7.817h-24.999z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<rect x="787.5" y="251.5" width="11" height="97" rx="5.5" fill="#d9d9d9" stroke="#727171" stroke-width="3"/> |
|||
<path d="m768 212.18c0-1.205 0.9768-2.182 2.1818-2.182 8.7362 0 15.818 7.082 15.818 15.818v182.36c0 8.736-7.082 15.818-15.818 15.818-1.205 0-2.1818-0.977-2.1818-2.182z" fill="url(#paint8_linear_1595_97713)" style="fill:url(#paint8_linear_1595_97713)"/> |
|||
<path d="m769.5 212.18c0-0.377 0.3053-0.682 0.6818-0.682 7.9077 0 14.318 6.41 14.318 14.318v182.36c0 7.908-6.4105 14.318-14.318 14.318-0.3765 0-0.6818-0.305-0.6818-0.682z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-12.5" y="-748.5" width="11" height="97" rx="5.5" fill="#d9d9d9" stroke="#727171" stroke-width="3"/> |
|||
<path d="m2e-3 317c0-13.255 10.745-24 24-24h11v48h-11c-13.255 0-24-10.745-24-24z" fill="url(#paint9_linear_1595_97713)" style="fill:url(#paint9_linear_1595_97713)"/> |
|||
<path d="m1.502 317c0-12.426 10.074-22.5 22.5-22.5h9.5v45h-9.5c-12.426 0-22.5-10.074-22.5-22.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m545 167h-399v300h399z" fill="url(#paint10_linear_1595_97713)" style="fill:url(#paint10_linear_1595_97713)"/> |
|||
<path d="m545 167h-399v21.429h399z" fill="url(#paint11_linear_1595_97713)" style="fill:url(#paint11_linear_1595_97713)"/> |
|||
<path d="m545 188.43h-399v21.428h399z" fill="url(#paint12_linear_1595_97713)" style="fill:url(#paint12_linear_1595_97713)"/> |
|||
<path d="m545 209.86h-399v21.429h399z" fill="url(#paint13_linear_1595_97713)" style="fill:url(#paint13_linear_1595_97713)"/> |
|||
<path d="m545 231.28h-399v21.429h399z" fill="url(#paint14_linear_1595_97713)" style="fill:url(#paint14_linear_1595_97713)"/> |
|||
<path d="m545 252.71h-399v21.428h399z" fill="url(#paint15_linear_1595_97713)" style="fill:url(#paint15_linear_1595_97713)"/> |
|||
<path d="m545 274.14h-399v21.428h399z" fill="url(#paint16_linear_1595_97713)" style="fill:url(#paint16_linear_1595_97713)"/> |
|||
<path d="m545 295.57h-399v21.429h399z" fill="url(#paint17_linear_1595_97713)" style="fill:url(#paint17_linear_1595_97713)"/> |
|||
<path d="m545 317h-399v21.429h399z" fill="url(#paint18_linear_1595_97713)" style="fill:url(#paint18_linear_1595_97713)"/> |
|||
<path d="m545 338.43h-399v21.428h399z" fill="url(#paint19_linear_1595_97713)" style="fill:url(#paint19_linear_1595_97713)"/> |
|||
<path d="m545 359.86h-399v21.429h399z" fill="url(#paint20_linear_1595_97713)" style="fill:url(#paint20_linear_1595_97713)"/> |
|||
<path d="m545 381.28h-399v21.429h399z" fill="url(#paint21_linear_1595_97713)" style="fill:url(#paint21_linear_1595_97713)"/> |
|||
<path d="m545 402.71h-399v21.428h399z" fill="url(#paint22_linear_1595_97713)" style="fill:url(#paint22_linear_1595_97713)"/> |
|||
<path d="m545 424.14h-399v21.428h399z" fill="url(#paint23_linear_1595_97713)" style="fill:url(#paint23_linear_1595_97713)"/> |
|||
<path d="m545 445.57h-399v21.429h399z" fill="url(#paint24_linear_1595_97713)" style="fill:url(#paint24_linear_1595_97713)"/> |
|||
<path d="m35.002 217c0-27.614 22.386-50 50-50h61v300h-61c-27.614 0-50-22.386-50-50z" fill="url(#paint25_linear_1595_97713)" style="fill:url(#paint25_linear_1595_97713)"/> |
|||
<path d="m36.502 217c0-26.786 21.714-48.5 48.5-48.5h59.5v297h-59.5c-26.786 0-48.5-21.714-48.5-48.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<circle transform="scale(-1,1)" cx="-82.002" cy="255" r="9" fill="url(#paint26_linear_1595_97713)" fill-opacity=".8" style="fill:url(#paint26_linear_1595_97713)"/> |
|||
<circle transform="scale(-1,1)" cx="-82.002" cy="255" r="7.5" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<circle transform="scale(-1,1)" cx="-82.002" cy="379" r="9" fill="url(#paint27_linear_1595_97713)" fill-opacity=".8" style="fill:url(#paint27_linear_1595_97713)"/> |
|||
<circle transform="scale(-1,1)" cx="-82.002" cy="379" r="7.5" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m560 571-1-45h-86l1 45z" fill="url(#paint28_linear_1595_97713)" style="fill:url(#paint28_linear_1595_97713)"/> |
|||
<path d="m475 569.98h83.954l-0.954-42.954h-83.954z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-571" y="-232" width="45" height="86" fill="url(#paint29_linear_1595_97713)" style="fill:url(#paint29_linear_1595_97713)"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-569.98" y="-230.98" width="42.954" height="83.954" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m613.71 327.43h7.146c3.943 0 7.14-3.197 7.14-7.14v-7.149c0-3.943-3.197-7.14-7.14-7.14h-7.146z" fill="url(#paint30_linear_1595_97713)" style="fill:url(#paint30_linear_1595_97713)"/> |
|||
<path d="m615.21 325.93h5.646c3.114 0 5.64-2.525 5.64-5.64v-7.149c0-3.115-2.526-5.64-5.64-5.64h-5.646z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m613.71 231.43h7.146c3.943 0 7.14-3.197 7.14-7.14v-7.149c0-3.943-3.197-7.14-7.14-7.14h-7.146z" fill="url(#paint31_linear_1595_97713)" style="fill:url(#paint31_linear_1595_97713)"/> |
|||
<path d="m615.21 229.93h5.646c3.114 0 5.64-2.525 5.64-5.64v-7.149c0-3.115-2.526-5.64-5.64-5.64h-5.646z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m613.71 424.43h7.143c3.945 0 7.143-3.198 7.143-7.143v-7.143c0-3.945-3.198-7.143-7.143-7.143h-7.143z" fill="url(#paint32_linear_1595_97713)" style="fill:url(#paint32_linear_1595_97713)"/> |
|||
<path d="m615.21 422.93h5.643c3.116 0 5.643-2.527 5.643-5.643v-7.143c0-3.116-2.527-5.643-5.643-5.643h-5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<rect transform="scale(-1,1)" x="-770" y="571" width="659" height="29" rx="2.7273" fill="url(#paint33_linear_1595_97713)" style="fill:url(#paint33_linear_1595_97713)"/> |
|||
<rect transform="scale(-1,1)" x="-768.98" y="572.02" width="656.96" height="26.954" rx="1.7046" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<rect transform="scale(-1,1)" x="-589" y="507" width="478" height="19" rx="2.7273" fill="url(#paint34_linear_1595_97713)" style="fill:url(#paint34_linear_1595_97713)"/> |
|||
<rect transform="scale(-1,1)" x="-587.98" y="508.02" width="475.95" height="16.954" rx="1.7046" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m507 507-19.582-40h-288.84l-19.582 40z" fill="url(#paint35_linear_1595_97713)" style="fill:url(#paint35_linear_1595_97713)"/> |
|||
<path d="m199.52 468.5-18.114 37h323.19l-18.114-37z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m199 571.28v-7.143c0-3.945-3.198-7.143-7.143-7.143h-7.143c-3.945 0-7.143 3.198-7.143 7.143v7.143z" fill="url(#paint36_linear_1595_97713)" style="fill:url(#paint36_linear_1595_97713)"/> |
|||
<path d="m197.5 569.78v-5.643c0-3.116-2.526-5.643-5.643-5.643h-7.143c-3.116 0-5.643 2.527-5.643 5.643v5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m528 571.28v-7.143c0-3.945-3.198-7.143-7.143-7.143h-7.143c-3.945 0-7.143 3.198-7.143 7.143v7.143z" fill="url(#paint37_linear_1595_97713)" style="fill:url(#paint37_linear_1595_97713)"/> |
|||
<path d="m526.5 569.78v-5.643c0-3.116-2.526-5.643-5.643-5.643h-7.143c-3.116 0-5.643 2.527-5.643 5.643v5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m712 570.28v-7.143c0-3.945-3.198-7.143-7.1429-7.143h-7.1431c-3.945 0-7.143 3.198-7.143 7.143v7.143z" fill="url(#paint38_linear_1595_97713)" style="fill:url(#paint38_linear_1595_97713)"/> |
|||
<path d="m710.5 568.78v-5.643c0-3.116-2.5264-5.643-5.6429-5.643h-7.1431c-3.116 0-5.643 2.527-5.643 5.643v5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m771 14c2.2091 0 4 1.7909 4 4v52c0 2.2091-1.7909 4-4 4h-8s-19.488 26.39-19.488 40.541c0 18.928 24.488 36.162 24.488 61.74v35.9c0-1.205 0.97665-2.1816 2.1816-2.1816 8.7362 0 15.818 7.0824 15.818 15.818v182.36c0 8.736-7.0822 15.818-15.818 15.818-1.205 0-2.1816-0.9766-2.1816-2.1816v21.275c0 14.412-7.1167 27.102-18 34.877v93.029h17.273c1.5063 0 2.7266 1.2206 2.7266 2.7266v23.547c0 1.506-1.2204 2.7265-2.7266 2.7265h-653.55c-1.506 0-2.7266-1.2205-2.7266-2.7265v-23.547c0-1.506 1.2206-2.7266 2.7266-2.7266h32.273v-45h-32.273c-1.506 0-2.7266-1.2205-2.7266-2.7265v-13.547c0-1.506 1.2206-2.7266 2.7266-2.7266h65.273l19.582-40h-114.58c-27.614 0-49-22.386-49-50v-76c-19 3-35-6-35-24s15-26.5 35-24v-76c0-27.614 21.386-50 49-50h117v-32c0-15.464 12.536-28 28-28h229c15.464 0 28 12.536 28 28v32h93.455c5.271 0 9.5449 4.2739 9.5449 9.5449v14.455c0-1.657 1.343-3 3-3h9v258h-9c-1.657 0-3-1.343-3-3v14.455c0 5.271-4.2739 9.5449-9.5449 9.5449h-92.037l19.582 40h79.273c1.506 0 2.7266 1.2206 2.7266 2.7266v13.547c0 1.506-1.2206 2.7265-2.7266 2.7265h-27.273l1 45h90v-93.037c-10.883-7.7827-18-20.482-18-34.894v-19.068l-9.4453 0.2246c-0.54426 0.1328-1.1121 0.2051-1.6973 0.2051h-6.8574v18.57c0 1.657-1.343 3-3 3h-9v-258h9c1.657 0 3 1.343 3 3v19h18v-33.719c0-26.089 23.488-42.812 23.488-61.74 0-14.151-18.488-40.541-18.488-40.541h-8c-2.209 0-4-1.7909-4-4v-52c0-2.2091 1.791-4 4-4zm-298 512h-241v45h242z" fill="#000" fill-opacity="0" tb:tag="clickArea"/> |
|||
</svg> |
|||
|
After Width: | Height: | Size: 38 KiB |
@ -1,127 +0,0 @@ |
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="224" height="168" viewBox="0 0 224 168" fill="none"> |
|||
<tb:metadata xmlns=""><![CDATA[{ |
|||
"title": "Pump left", |
|||
"widgetSizeX": 4, |
|||
"widgetSizeY": 3, |
|||
"tags": [], |
|||
"behavior": [], |
|||
"properties": [] |
|||
}]]></tb:metadata><path d="M32 28H16V140H32V28Z" fill="url(#paint0_linear_898_122801)"/><path d="M31.5 28.5H16.5V139.5H31.5V28.5Z" stroke="black" stroke-opacity="0.12"/><path d="M49 28H44C41.7909 28 40 29.7909 40 32V136C40 138.209 41.7909 140 44 140H49V28Z" fill="url(#paint1_linear_898_122801)"/><path d="M48.5 28.5H44C42.067 28.5 40.5 30.067 40.5 32V136C40.5 137.933 42.067 139.5 44 139.5H48.5V28.5Z" stroke="black" stroke-opacity="0.12"/><path d="M36 56C36 55.4477 35.5523 55 35 55H32V113H35C35.5523 113 36 112.552 36 112V56Z" fill="url(#paint2_linear_898_122801)"/><path d="M35.5 56C35.5 55.7239 35.2761 55.5 35 55.5H32.5V112.5H35C35.2761 112.5 35.5 112.276 35.5 112V56Z" stroke="black" stroke-opacity="0.12"/><path d="M40 41H37C36.4477 41 36 41.4477 36 42V128C36 128.552 36.4477 129 37 129H40V41Z" fill="url(#paint3_linear_898_122801)"/><path d="M39.5 41.5H37C36.7239 41.5 36.5 41.7239 36.5 42V128C36.5 128.276 36.7239 128.5 37 128.5H39.5V41.5Z" stroke="black" stroke-opacity="0.12"/><path d="M32 28L42 18H13L16 28H32Z" fill="url(#paint4_linear_898_122801)"/><path d="M16.372 27.5H31.7929L40.7929 18.5H13.672L16.372 27.5Z" stroke="black" stroke-opacity="0.12"/><rect width="14" height="55" rx="1" transform="matrix(0 -1 -1 0 55 18)" fill="url(#paint5_linear_898_122801)"/><rect x="-0.5" y="-0.5" width="13" height="54" rx="0.5" transform="matrix(0 -1 -1 0 54 17)" stroke="black" stroke-opacity="0.12"/><rect width="17" height="194" rx="1" transform="matrix(0 -1 -1 0 202 168)" fill="url(#paint6_linear_898_122801)"/><rect x="-0.5" y="-0.5" width="16" height="193" rx="0.5" transform="matrix(0 -1 -1 0 201 167)" stroke="black" stroke-opacity="0.12"/><path d="M186 151L178 140H60L52 151H186Z" fill="url(#paint7_linear_898_122801)"/><path d="M60.2546 140.5L52.9819 150.5H185.018L177.745 140.5H60.2546Z" stroke="black" stroke-opacity="0.12"/><path d="M36 151L32 140H16L12 151H36Z" fill="url(#paint8_linear_898_122801)"/><path d="M16.3502 140.5L12.7139 150.5H35.2861L31.6498 140.5H16.3502Z" stroke="black" stroke-opacity="0.12"/><path d="M16 60C16 59.4477 15.5523 59 15 59H12C7.58172 59 4 62.5817 4 67V99C4 103.418 7.58172 107 12 107H15C15.5523 107 16 106.552 16 106V60Z" fill="url(#paint9_linear_898_122801)"/><path d="M15.5 60C15.5 59.7239 15.2761 59.5 15 59.5H12C7.85786 59.5 4.5 62.8579 4.5 67V99C4.5 103.142 7.85786 106.5 12 106.5H15C15.2761 106.5 15.5 106.276 15.5 106V60Z" stroke="black" stroke-opacity="0.12"/><path d="M202 28H49C46.7909 28 45 29.7909 45 32V136C45 138.209 46.7909 140 49 140H202V28Z" fill="url(#paint10_linear_898_122801)"/><path d="M202 28H49C46.7909 28 45 29.7909 45 32V36H202V28Z" fill="url(#paint11_linear_898_122801)"/><path d="M202 36H45V44H202V36Z" fill="url(#paint12_linear_898_122801)"/><path d="M202 44H45V52H202V44Z" fill="url(#paint13_linear_898_122801)"/><path d="M202 52H45V60H202V52Z" fill="url(#paint14_linear_898_122801)"/><path d="M202 60H45V68H202V60Z" fill="url(#paint15_linear_898_122801)"/><path d="M202 68H45V76H202V68Z" fill="url(#paint16_linear_898_122801)"/><path d="M202 76H45V84H202V76Z" fill="url(#paint17_linear_898_122801)"/><path d="M202 84H45V92H202V84Z" fill="url(#paint18_linear_898_122801)"/><path d="M202 92H45V100H202V92Z" fill="url(#paint19_linear_898_122801)"/><path d="M202 100H45V108H202V100Z" fill="url(#paint20_linear_898_122801)"/><path d="M202 108H45V116H202V108Z" fill="url(#paint21_linear_898_122801)"/><path d="M202 116H45V124H202V116Z" fill="url(#paint22_linear_898_122801)"/><path d="M202 124H45V132H202V124Z" fill="url(#paint23_linear_898_122801)"/><path d="M202 132H45V136C45 138.209 46.7909 140 49 140H202V132Z" fill="url(#paint24_linear_898_122801)"/><rect x="0.5" y="70.5" width="3" height="27" rx="1.5" fill="#D9D9D9" stroke="#727171"/><path d="M224 40C224 33.3726 218.627 28 212 28H202V140H212C218.627 140 224 134.627 224 128V40Z" fill="url(#paint25_linear_898_122801)"/><path d="M223.5 40C223.5 33.6487 218.351 28.5 212 28.5H202.5V139.5H212C218.351 139.5 223.5 134.351 223.5 128V40Z" stroke="black" stroke-opacity="0.12"/><rect x="-0.5" y="-0.5" width="3" height="27" rx="1.5" transform="matrix(0 -1 -1 0 41 3)" fill="#D9D9D9" stroke="#727171"/><defs> |
|||
<linearGradient id="paint0_linear_898_122801" x1="24" y1="28" x2="24" y2="140" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint1_linear_898_122801" x1="44.5" y1="28" x2="44.5" y2="140" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint2_linear_898_122801" x1="34" y1="55" x2="34" y2="113" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint3_linear_898_122801" x1="38" y1="41" x2="38" y2="129" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint4_linear_898_122801" x1="33.1739" y1="23" x2="20.5652" y2="23" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint5_linear_898_122801" x1="7" y1="0" x2="7" y2="55" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint6_linear_898_122801" x1="8.5" y1="0" x2="8.5" y2="194" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint7_linear_898_122801" x1="60" y1="145.238" x2="178" y2="145.238" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#77B6FF"/> |
|||
<stop offset="0.500964" stop-color="#0054B7"/> |
|||
<stop offset="1" stop-color="#77B6FF"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint8_linear_898_122801" x1="16.0746" y1="145.238" x2="31.9254" y2="145.238" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#77B6FF"/> |
|||
<stop offset="0.500964" stop-color="#0054B7"/> |
|||
<stop offset="1" stop-color="#77B6FF"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint9_linear_898_122801" x1="10" y1="59" x2="10" y2="107" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint10_linear_898_122801" x1="123.5" y1="28" x2="123.5" y2="140" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.506056" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint11_linear_898_122801" x1="121.865" y1="36" x2="121.865" y2="28" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint12_linear_898_122801" x1="121.865" y1="44" x2="121.865" y2="36" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint13_linear_898_122801" x1="121.865" y1="52" x2="121.865" y2="44" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint14_linear_898_122801" x1="121.865" y1="60" x2="121.865" y2="52" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint15_linear_898_122801" x1="121.865" y1="68" x2="121.865" y2="60" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint16_linear_898_122801" x1="121.865" y1="76" x2="121.865" y2="68" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint17_linear_898_122801" x1="121.865" y1="84" x2="121.865" y2="76" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint18_linear_898_122801" x1="121.865" y1="92" x2="121.865" y2="84" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint19_linear_898_122801" x1="121.865" y1="100" x2="121.865" y2="92" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint20_linear_898_122801" x1="121.865" y1="108" x2="121.865" y2="100" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint21_linear_898_122801" x1="121.865" y1="116" x2="121.865" y2="108" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint22_linear_898_122801" x1="121.865" y1="124" x2="121.865" y2="116" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint23_linear_898_122801" x1="121.865" y1="132" x2="121.865" y2="124" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint24_linear_898_122801" x1="121.865" y1="140" x2="121.865" y2="132" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint25_linear_898_122801" x1="213" y1="28" x2="213" y2="140" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
</defs> |
|||
</svg> |
|||
|
Before Width: | Height: | Size: 10 KiB |
@ -1,127 +0,0 @@ |
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="224" height="168" viewBox="0 0 224 168" fill="none"> |
|||
<tb:metadata xmlns=""><![CDATA[{ |
|||
"title": "Pump", |
|||
"widgetSizeX": 4, |
|||
"widgetSizeY": 3, |
|||
"tags": [], |
|||
"behavior": [], |
|||
"properties": [] |
|||
}]]></tb:metadata><path d="M192 28H208V140H192V28Z" fill="url(#paint0_linear_898_122767)"/><path d="M192.5 28.5H207.5V139.5H192.5V28.5Z" stroke="black" stroke-opacity="0.12"/><path d="M175 28H180C182.209 28 184 29.7909 184 32V136C184 138.209 182.209 140 180 140H175V28Z" fill="url(#paint1_linear_898_122767)"/><path d="M175.5 28.5H180C181.933 28.5 183.5 30.067 183.5 32V136C183.5 137.933 181.933 139.5 180 139.5H175.5V28.5Z" stroke="black" stroke-opacity="0.12"/><path d="M188 56C188 55.4477 188.448 55 189 55H192V113H189C188.448 113 188 112.552 188 112V56Z" fill="url(#paint2_linear_898_122767)"/><path d="M188.5 56C188.5 55.7239 188.724 55.5 189 55.5H191.5V112.5H189C188.724 112.5 188.5 112.276 188.5 112V56Z" stroke="black" stroke-opacity="0.12"/><path d="M184 41H187C187.552 41 188 41.4477 188 42V128C188 128.552 187.552 129 187 129H184V41Z" fill="url(#paint3_linear_898_122767)"/><path d="M184.5 41.5H187C187.276 41.5 187.5 41.7239 187.5 42V128C187.5 128.276 187.276 128.5 187 128.5H184.5V41.5Z" stroke="black" stroke-opacity="0.12"/><path d="M192 28L182 18H211L208 28H192Z" fill="url(#paint4_linear_898_122767)"/><path d="M207.628 27.5H192.207L183.207 18.5H210.328L207.628 27.5Z" stroke="black" stroke-opacity="0.12"/><rect x="169" y="18" width="14" height="55" rx="1" transform="rotate(-90 169 18)" fill="url(#paint5_linear_898_122767)"/><rect x="169.5" y="17.5" width="13" height="54" rx="0.5" transform="rotate(-90 169.5 17.5)" stroke="black" stroke-opacity="0.12"/><rect x="22" y="168" width="17" height="194" rx="1" transform="rotate(-90 22 168)" fill="url(#paint6_linear_898_122767)"/><rect x="22.5" y="167.5" width="16" height="193" rx="0.5" transform="rotate(-90 22.5 167.5)" stroke="black" stroke-opacity="0.12"/><path d="M38 151L46 140H164L172 151H38Z" fill="url(#paint7_linear_898_122767)"/><path d="M163.745 140.5L171.018 150.5H38.9819L46.2546 140.5H163.745Z" stroke="black" stroke-opacity="0.12"/><path d="M188 151L192 140H208L212 151H188Z" fill="url(#paint8_linear_898_122767)"/><path d="M207.65 140.5L211.286 150.5H188.714L192.35 140.5H207.65Z" stroke="black" stroke-opacity="0.12"/><path d="M208 60C208 59.4477 208.448 59 209 59H212C216.418 59 220 62.5817 220 67V99C220 103.418 216.418 107 212 107H209C208.448 107 208 106.552 208 106V60Z" fill="url(#paint9_linear_898_122767)"/><path d="M208.5 60C208.5 59.7239 208.724 59.5 209 59.5H212C216.142 59.5 219.5 62.8579 219.5 67V99C219.5 103.142 216.142 106.5 212 106.5H209C208.724 106.5 208.5 106.276 208.5 106V60Z" stroke="black" stroke-opacity="0.12"/><path d="M22 28H175C177.209 28 179 29.7909 179 32V136C179 138.209 177.209 140 175 140H22V28Z" fill="url(#paint10_linear_898_122767)"/><path d="M22 28H175C177.209 28 179 29.7909 179 32V36H22V28Z" fill="url(#paint11_linear_898_122767)"/><path d="M22 36H179V44H22V36Z" fill="url(#paint12_linear_898_122767)"/><path d="M22 44H179V52H22V44Z" fill="url(#paint13_linear_898_122767)"/><path d="M22 52H179V60H22V52Z" fill="url(#paint14_linear_898_122767)"/><path d="M22 60H179V68H22V60Z" fill="url(#paint15_linear_898_122767)"/><path d="M22 68H179V76H22V68Z" fill="url(#paint16_linear_898_122767)"/><path d="M22 76H179V84H22V76Z" fill="url(#paint17_linear_898_122767)"/><path d="M22 84H179V92H22V84Z" fill="url(#paint18_linear_898_122767)"/><path d="M22 92H179V100H22V92Z" fill="url(#paint19_linear_898_122767)"/><path d="M22 100H179V108H22V100Z" fill="url(#paint20_linear_898_122767)"/><path d="M22 108H179V116H22V108Z" fill="url(#paint21_linear_898_122767)"/><path d="M22 116H179V124H22V116Z" fill="url(#paint22_linear_898_122767)"/><path d="M22 124H179V132H22V124Z" fill="url(#paint23_linear_898_122767)"/><path d="M22 132H179V136C179 138.209 177.209 140 175 140H22V132Z" fill="url(#paint24_linear_898_122767)"/><rect x="-0.5" y="0.5" width="3" height="27" rx="1.5" transform="matrix(-1 0 0 1 223 70)" fill="#D9D9D9" stroke="#727171"/><path d="M0 40C0 33.3726 5.37258 28 12 28H22V140H12C5.37258 140 0 134.627 0 128V40Z" fill="url(#paint25_linear_898_122767)"/><path d="M0.5 40C0.5 33.6487 5.64873 28.5 12 28.5H21.5V139.5H12C5.64873 139.5 0.5 134.351 0.5 128V40Z" stroke="black" stroke-opacity="0.12"/><rect x="182.5" y="3.5" width="3" height="27" rx="1.5" transform="rotate(-90 182.5 3.5)" fill="#D9D9D9" stroke="#727171"/><defs> |
|||
<linearGradient id="paint0_linear_898_122767" x1="200" y1="28" x2="200" y2="140" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint1_linear_898_122767" x1="179.5" y1="28" x2="179.5" y2="140" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint2_linear_898_122767" x1="190" y1="55" x2="190" y2="113" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint3_linear_898_122767" x1="186" y1="41" x2="186" y2="129" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint4_linear_898_122767" x1="190.826" y1="23" x2="203.435" y2="23" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint5_linear_898_122767" x1="176" y1="18" x2="176" y2="73" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint6_linear_898_122767" x1="30.5" y1="168" x2="30.5" y2="362" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint7_linear_898_122767" x1="164" y1="145.238" x2="46" y2="145.238" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#77B6FF"/> |
|||
<stop offset="0.500964" stop-color="#0054B7"/> |
|||
<stop offset="1" stop-color="#77B6FF"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint8_linear_898_122767" x1="207.925" y1="145.238" x2="192.075" y2="145.238" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#77B6FF"/> |
|||
<stop offset="0.500964" stop-color="#0054B7"/> |
|||
<stop offset="1" stop-color="#77B6FF"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint9_linear_898_122767" x1="214" y1="59" x2="214" y2="107" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint10_linear_898_122767" x1="100.5" y1="28" x2="100.5" y2="140" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.506056" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint11_linear_898_122767" x1="102.135" y1="36" x2="102.135" y2="28" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint12_linear_898_122767" x1="102.135" y1="44" x2="102.135" y2="36" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint13_linear_898_122767" x1="102.135" y1="52" x2="102.135" y2="44" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint14_linear_898_122767" x1="102.135" y1="60" x2="102.135" y2="52" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint15_linear_898_122767" x1="102.135" y1="68" x2="102.135" y2="60" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint16_linear_898_122767" x1="102.135" y1="76" x2="102.135" y2="68" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint17_linear_898_122767" x1="102.135" y1="84" x2="102.135" y2="76" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint18_linear_898_122767" x1="102.135" y1="92" x2="102.135" y2="84" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint19_linear_898_122767" x1="102.135" y1="100" x2="102.135" y2="92" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint20_linear_898_122767" x1="102.135" y1="108" x2="102.135" y2="100" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint21_linear_898_122767" x1="102.135" y1="116" x2="102.135" y2="108" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint22_linear_898_122767" x1="102.135" y1="124" x2="102.135" y2="116" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint23_linear_898_122767" x1="102.135" y1="132" x2="102.135" y2="124" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint24_linear_898_122767" x1="102.135" y1="140" x2="102.135" y2="132" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0"/> |
|||
<stop offset="1" stop-color="#000E33"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint25_linear_898_122767" x1="11" y1="28" x2="11" y2="140" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#0054B7"/> |
|||
<stop offset="0.503638" stop-color="#77B6FF"/> |
|||
<stop offset="1" stop-color="#0054B7"/> |
|||
</linearGradient> |
|||
</defs> |
|||
</svg> |
|||
|
Before Width: | Height: | Size: 10 KiB |
@ -0,0 +1,510 @@ |
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="800" height="600" fill="none" version="1.1" viewBox="0 0 800 600"> |
|||
<tb:metadata><![CDATA[{ |
|||
"title": "Right motor pump", |
|||
"description": "Right motor pump with configurable states.", |
|||
"searchTags": [ |
|||
"motor", |
|||
"pump" |
|||
], |
|||
"widgetSizeX": 4, |
|||
"widgetSizeY": 3, |
|||
"tags": [ |
|||
{ |
|||
"tag": "background", |
|||
"stateRenderFunction": "var color = ctx.properties.stoppedColor;\nif (ctx.values.critical) {\n color = ctx.properties.criticalColor;\n} else if (ctx.values.warning) {\n color = ctx.properties.warningColor;\n} else if (ctx.values.running) {\n color = ctx.properties.runningColor;\n}\nelement.attr({fill: color});\n\nvar elementCriticalAnimation = element.remember('criticalAnimation');\nvar criticalAnimation = ctx.values.critical && ctx.values.criticalAnimation;\n\nif (elementCriticalAnimation !== criticalAnimation) {\n element.remember('criticalAnimation', criticalAnimation);\n if (criticalAnimation) {\n ctx.api.animate(element, 500).attr({opacity: 0.15}).loop(0, true);\n } else {\n ctx.api.resetAnimation(element);\n }\n}", |
|||
"actions": null |
|||
}, |
|||
{ |
|||
"tag": "clickArea", |
|||
"stateRenderFunction": null, |
|||
"actions": { |
|||
"click": { |
|||
"actionFunction": "ctx.api.callAction(event, 'click');" |
|||
} |
|||
} |
|||
} |
|||
], |
|||
"behavior": [ |
|||
{ |
|||
"id": "running", |
|||
"name": "{i18n:scada.symbol.running}", |
|||
"hint": "{i18n:scada.symbol.running-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.running}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "warning", |
|||
"name": "{i18n:scada.symbol.warning-state}", |
|||
"hint": "{i18n:scada.symbol.warning-state-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.warning}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "critical", |
|||
"name": "{i18n:scada.symbol.critical-state}", |
|||
"hint": "{i18n:scada.symbol.critical-state-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.critical}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "criticalAnimation", |
|||
"name": "{i18n:scada.symbol.critical-state-animation}", |
|||
"hint": "{i18n:scada.symbol.critical-state-animation-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.animation}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "click", |
|||
"name": "{i18n:scada.symbol.on-click}", |
|||
"hint": "{i18n:scada.symbol.on-click-hint}", |
|||
"group": null, |
|||
"type": "widgetAction", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": null, |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
} |
|||
], |
|||
"properties": [ |
|||
{ |
|||
"id": "runningColor", |
|||
"name": "{i18n:scada.symbol.running-color}", |
|||
"type": "color", |
|||
"default": "#1C943E", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "stoppedColor", |
|||
"name": "{i18n:scada.symbol.stopped-color}", |
|||
"type": "color", |
|||
"default": "#696969", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "warningColor", |
|||
"name": "{i18n:scada.symbol.warning-color}", |
|||
"type": "color", |
|||
"default": "#FAA405", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "criticalColor", |
|||
"name": "{i18n:scada.symbol.critical-color}", |
|||
"type": "color", |
|||
"default": "#D12730", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
} |
|||
] |
|||
}]]></tb:metadata> |
|||
<path d="m29 14c-2.2091 0-4 1.7909-4 4v52c0 2.2091 1.7909 4 4 4h8s19.488 26.39 19.488 40.541c0 18.928-24.488 36.162-24.488 61.74v35.9c0-1.205-0.97664-2.1816-2.1816-2.1816-8.7362 0-15.818 7.0824-15.818 15.818v182.36c0 8.736 7.0822 15.818 15.818 15.818 1.205 0 2.1816-0.9766 2.1816-2.1816v21.275c0 14.412 7.1167 27.102 18 34.877v93.029h-17.273c-1.5063 0-2.7266 1.2206-2.7266 2.7266v23.547c0 1.506 1.2204 2.7265 2.7266 2.7265h653.55c1.506 0 2.7266-1.2205 2.7266-2.7265v-23.547c0-1.506-1.2206-2.7266-2.7266-2.7266h-32.273v-45h32.273c1.506 0 2.7266-1.2205 2.7266-2.7265v-13.547c0-1.506-1.2206-2.7266-2.7266-2.7266h-65.273l-19.582-40h114.58c27.614 0 49-22.386 49-50v-76c19 3 35-6 35-24s-15-26.5-35-24v-76c0-27.614-21.386-50-49-50h-117v-32c0-15.464-12.536-28-28-28h-229c-15.464 0-28 12.536-28 28v32h-93.455c-5.271 0-9.5449 4.2739-9.5449 9.5449v14.455c0-1.657-1.343-3-3-3h-9v258h9c1.657 0 3-1.343 3-3v14.455c0 5.271 4.2739 9.5449 9.5449 9.5449h92.037l-19.582 40h-79.273c-1.506 0-2.7266 1.2206-2.7266 2.7266v13.547c0 1.506 1.2206 2.7265 2.7266 2.7265h27.273l-1 45h-90v-93.037c10.883-7.7827 18-20.482 18-34.894v-19.068l9.4453 0.2246c0.54426 0.1328 1.1121 0.2051 1.6973 0.2051h6.8574v18.57c0 1.657 1.343 3 3 3h9v-258h-9c-1.657 0-3 1.343-3 3v19h-18v-33.719c0-26.089-23.488-42.812-23.488-61.74 0-14.151 18.488-40.541 18.488-40.541h8c2.209 0 4-1.7909 4-4v-52c0-2.2091-1.791-4-4-4zm298 512h241v45h-242z" fill="#1c943e" tb:tag="background"/> |
|||
<defs> |
|||
<linearGradient id="paint0_linear_1595_97713" x1="181.32" x2="197.29" y1="210" y2="422.82" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint1_linear_1595_97713" x1="67.36" x2="59.59" y1="110.83" y2="519.97" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint2_linear_1595_97713" x1="189.12" x2="154.74" y1="188" y2="441.36" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint3_linear_1595_97713" x1="207.88" x2="242.26" y1="188" y2="441.36" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint4_linear_1595_97713" x1="243.56" x2="256.45" y1="167" y2="466.47" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint5_linear_1595_97713" x1="40.6" x2="38.234" y1="74" y2="223.98" gradientTransform="translate(-99 -49)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint6_linear_1595_97713" x1="314" x2="598.77" y1="151.4" y2="159.94" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint7_linear_1595_97713" x1="57.895" x2="142.1" y1="558.09" y2="559.06" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint8_linear_1595_97713" x1="27.32" x2="43.288" y1="210" y2="422.82" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint9_linear_1595_97713" x1="790.9" x2="791.32" y1="293" y2="341" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint10_linear_1595_97713" x1="358.74" x2="357.32" y1="167" y2="467.02" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint11_linear_1595_97713" x1="458.66" x2="458.66" y1="188.43" y2="167" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint12_linear_1595_97713" x1="458.66" x2="458.66" y1="209.86" y2="188.43" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint13_linear_1595_97713" x1="458.66" x2="458.66" y1="231.29" y2="209.86" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint14_linear_1595_97713" x1="458.66" x2="458.66" y1="252.71" y2="231.28" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint15_linear_1595_97713" x1="458.66" x2="458.66" y1="274.14" y2="252.72" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint16_linear_1595_97713" x1="458.66" x2="458.66" y1="295.57" y2="274.14" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint17_linear_1595_97713" x1="458.66" x2="458.66" y1="317" y2="295.57" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint18_linear_1595_97713" x1="458.66" x2="458.66" y1="338.43" y2="317" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint19_linear_1595_97713" x1="458.66" x2="458.66" y1="359.86" y2="338.43" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint20_linear_1595_97713" x1="458.66" x2="458.66" y1="381.29" y2="359.86" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint21_linear_1595_97713" x1="458.66" x2="458.66" y1="402.71" y2="381.28" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint22_linear_1595_97713" x1="458.66" x2="458.66" y1="424.14" y2="402.72" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint23_linear_1595_97713" x1="458.66" x2="458.66" y1="445.57" y2="424.14" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint24_linear_1595_97713" x1="458.66" x2="458.66" y1="467" y2="445.57" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint25_linear_1595_97713" x1="736.14" x2="741.26" y1="167" y2="466.94" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint26_linear_1595_97713" x1="711.58" x2="722.92" y1="249" y2="262.25" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".15" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint27_linear_1595_97713" x1="711.58" x2="722.92" y1="373" y2="386.25" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".15" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint28_linear_1595_97713" x1="240" x2="326.99" y1="559.3" y2="560.36" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#020202" stop-opacity=".13333" offset=".49829"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint29_linear_1595_97713" x1="579.7" x2="578.66" y1="571" y2="657" gradientTransform="translate(-1139 -3)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#020202" stop-opacity=".13333" offset=".49829"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint30_linear_1595_97713" x1="182.57" x2="182.77" y1="327.43" y2="306" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint31_linear_1595_97713" x1="182.57" x2="182.77" y1="231.43" y2="210" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint32_linear_1595_97713" x1="182.57" x2="182.77" y1="424.43" y2="403" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint33_linear_1595_97713" x1="689" x2="83.443" y1="586" y2="765.9" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint34_linear_1595_97713" x1="689" x2="257.66" y1="516.83" y2="658.69" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint35_linear_1595_97713" x1="318.89" x2="592.89" y1="501.56" y2="526.32" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint36_linear_1595_97713" x1="601" x2="622.43" y1="567.57" y2="567.77" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint37_linear_1595_97713" x1="272" x2="293.43" y1="567.57" y2="567.77" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint38_linear_1595_97713" x1="88" x2="109.43" y1="566.57" y2="566.77" gradientTransform="translate(-4e-6,-2.9e-4)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
</defs> |
|||
<path d="m186 212.04c0-1.129-0.916-2.045-2.045-2.045h-15.955v214h15.955c1.129 0 2.045-0.916 2.045-2.045z" fill="url(#paint0_linear_1595_97713)" style="fill:url(#paint0_linear_1595_97713)"/> |
|||
<path d="m37 74h126s-18.488 26.389-18.488 40.54c0 18.928 23.488 35.651 23.488 61.74v266.79c0 23.748-19.252 42.933-43 42.933h-50c-23.748 0-43-19.158-43-42.906v-266.81c0-25.578 24.488-42.812 24.488-61.74 0-14.151-19.488-40.54-19.488-40.54z" fill="url(#paint1_linear_1595_97713)" style="fill:url(#paint1_linear_1595_97713)"/> |
|||
<path d="m41.286 77.502c-0.5101-0.7524-0.9732-1.4243-1.3765-2.0027h120.27c-0.388 0.5852-0.834 1.2674-1.326 2.0331-1.746 2.7143-4.075 6.4848-6.407 10.705-2.329 4.216-4.674 8.9055-6.44 13.455-1.756 4.52-2.991 9.03-2.991 12.847 0 5.043 1.565 9.867 3.815 14.606 1.885 3.969 4.298 7.97 6.747 12.031 0.465 0.77 0.931 1.543 1.395 2.318 5.871 9.807 11.531 20.193 11.531 32.785v266.79c0 22.917-18.577 41.433-41.5 41.433h-50c-22.924 0-41.5-18.49-41.5-41.406v-266.81c0-12.316 5.8891-22.689 12.018-32.573 0.4548-0.734 0.9114-1.465 1.367-2.195 2.5845-4.141 5.135-8.227 7.1224-12.276 2.3451-4.778 3.9797-9.641 3.9797-14.696 0-3.832-1.3064-8.351-3.1567-12.873-1.8628-4.5511-4.3355-9.2421-6.7908-13.458-2.4579-4.2207-4.9134-7.9914-6.7535-10.706z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m186 191c0-1.657 1.343-3 3-3h9v258h-9c-1.657 0-3-1.343-3-3z" fill="url(#paint2_linear_1595_97713)" style="fill:url(#paint2_linear_1595_97713)"/> |
|||
<path d="m187.5 191c0-0.828 0.672-1.5 1.5-1.5h7.5v255h-7.5c-0.828 0-1.5-0.672-1.5-1.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m211 191c0-1.657-1.343-3-3-3h-9v258h9c1.657 0 3-1.343 3-3z" fill="url(#paint3_linear_1595_97713)" style="fill:url(#paint3_linear_1595_97713)"/> |
|||
<path d="m209.5 191c0-0.828-0.672-1.5-1.5-1.5h-7.5v255h7.5c0.828 0 1.5-0.672 1.5-1.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m255 167h-34.455c-5.271 0-9.545 4.274-9.545 9.545v280.91c0 5.271 4.274 9.545 9.545 9.545h34.455z" fill="url(#paint4_linear_1595_97713)" style="fill:url(#paint4_linear_1595_97713)"/> |
|||
<path d="m253.5 168.5h-32.955c-4.443 0-8.045 3.602-8.045 8.045v280.91c0 4.443 3.602 8.045 8.045 8.045h32.955z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<rect transform="rotate(-90)" x="-74" y="25" width="60" height="150" rx="4" fill="url(#paint5_linear_1595_97713)" style="fill:url(#paint5_linear_1595_97713)"/> |
|||
<rect transform="rotate(-90)" x="-72.5" y="26.5" width="57" height="147" rx="2.5" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m314 167v-32c0-15.464 12.536-28 28-28h229c15.464 0 28 12.536 28 28v32z" fill="url(#paint6_linear_1595_97713)" style="fill:url(#paint6_linear_1595_97713)"/> |
|||
<path d="m315.5 165.5v-30.5c0-14.636 11.864-26.5 26.5-26.5h229c14.636 0 26.5 11.864 26.5 26.5v30.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m50 571v-95c10.5 8.812 20.5 9.4 25 9.4h25 26c7.762 0 17.5-3.525 24-9.4v95z" fill="url(#paint7_linear_1595_97713)" style="fill:url(#paint7_linear_1595_97713)"/> |
|||
<path d="m100 486.9c1e-4 0 2e-4 0 2e-4 -1.5v1.5h26c7.179 0 15.893-2.855 22.5-7.741v90.341h-97v-90.417c9.9558 7.284 19.169 7.817 23.5 7.817h24.999z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<rect transform="scale(-1,1)" x="-12.5" y="251.5" width="11" height="97" rx="5.5" fill="#d9d9d9" stroke="#727171" stroke-width="3"/> |
|||
<path d="m32 212.18c0-1.205-0.9768-2.182-2.1818-2.182-8.7362 0-15.818 7.082-15.818 15.818v182.36c0 8.736 7.082 15.818 15.818 15.818 1.205 0 2.1818-0.977 2.1818-2.182z" fill="url(#paint8_linear_1595_97713)" style="fill:url(#paint8_linear_1595_97713)"/> |
|||
<path d="m30.5 212.18c0-0.377-0.3053-0.682-0.6818-0.682-7.9077 0-14.318 6.41-14.318 14.318v182.36c0 7.908 6.4105 14.318 14.318 14.318 0.3765 0 0.6818-0.305 0.6818-0.682z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<rect transform="rotate(-90)" x="-12.5" y="51.5" width="11" height="97" rx="5.5" fill="#d9d9d9" stroke="#727171" stroke-width="3"/> |
|||
<path d="m800 317c0-13.255-10.745-24-24-24h-11v48h11c13.255 0 24-10.745 24-24z" fill="url(#paint9_linear_1595_97713)" style="fill:url(#paint9_linear_1595_97713)"/> |
|||
<path d="m798.5 317c0-12.426-10.074-22.5-22.5-22.5h-9.5v45h9.5c12.426 0 22.5-10.074 22.5-22.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m255 167h399v300h-399z" fill="url(#paint10_linear_1595_97713)" style="fill:url(#paint10_linear_1595_97713)"/> |
|||
<path d="m255 167h399v21.429h-399z" fill="url(#paint11_linear_1595_97713)" style="fill:url(#paint11_linear_1595_97713)"/> |
|||
<path d="m255 188.43h399v21.428h-399z" fill="url(#paint12_linear_1595_97713)" style="fill:url(#paint12_linear_1595_97713)"/> |
|||
<path d="m255 209.86h399v21.429h-399z" fill="url(#paint13_linear_1595_97713)" style="fill:url(#paint13_linear_1595_97713)"/> |
|||
<path d="m255 231.28h399v21.429h-399z" fill="url(#paint14_linear_1595_97713)" style="fill:url(#paint14_linear_1595_97713)"/> |
|||
<path d="m255 252.71h399v21.428h-399z" fill="url(#paint15_linear_1595_97713)" style="fill:url(#paint15_linear_1595_97713)"/> |
|||
<path d="m255 274.14h399v21.428h-399z" fill="url(#paint16_linear_1595_97713)" style="fill:url(#paint16_linear_1595_97713)"/> |
|||
<path d="m255 295.57h399v21.429h-399z" fill="url(#paint17_linear_1595_97713)" style="fill:url(#paint17_linear_1595_97713)"/> |
|||
<path d="m255 317h399v21.429h-399z" fill="url(#paint18_linear_1595_97713)" style="fill:url(#paint18_linear_1595_97713)"/> |
|||
<path d="m255 338.43h399v21.428h-399z" fill="url(#paint19_linear_1595_97713)" style="fill:url(#paint19_linear_1595_97713)"/> |
|||
<path d="m255 359.86h399v21.429h-399z" fill="url(#paint20_linear_1595_97713)" style="fill:url(#paint20_linear_1595_97713)"/> |
|||
<path d="m255 381.28h399v21.429h-399z" fill="url(#paint21_linear_1595_97713)" style="fill:url(#paint21_linear_1595_97713)"/> |
|||
<path d="m255 402.71h399v21.428h-399z" fill="url(#paint22_linear_1595_97713)" style="fill:url(#paint22_linear_1595_97713)"/> |
|||
<path d="m255 424.14h399v21.428h-399z" fill="url(#paint23_linear_1595_97713)" style="fill:url(#paint23_linear_1595_97713)"/> |
|||
<path d="m255 445.57h399v21.429h-399z" fill="url(#paint24_linear_1595_97713)" style="fill:url(#paint24_linear_1595_97713)"/> |
|||
<path d="m765 217c0-27.614-22.386-50-50-50h-61v300h61c27.614 0 50-22.386 50-50z" fill="url(#paint25_linear_1595_97713)" style="fill:url(#paint25_linear_1595_97713)"/> |
|||
<path d="m763.5 217c0-26.786-21.714-48.5-48.5-48.5h-59.5v297h59.5c26.786 0 48.5-21.714 48.5-48.5z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<circle cx="718" cy="255" r="9" fill="url(#paint26_linear_1595_97713)" fill-opacity=".8" style="fill:url(#paint26_linear_1595_97713)"/> |
|||
<circle cx="718" cy="255" r="7.5" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<circle cx="718" cy="379" r="9" fill="url(#paint27_linear_1595_97713)" fill-opacity=".8" style="fill:url(#paint27_linear_1595_97713)"/> |
|||
<circle cx="718" cy="379" r="7.5" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m240 571 1-45h86l-1 45z" fill="url(#paint28_linear_1595_97713)" style="fill:url(#paint28_linear_1595_97713)"/> |
|||
<path d="m325 569.98h-83.954l0.954-42.954h83.954z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<rect transform="rotate(-90)" x="-571" y="568" width="45" height="86" fill="url(#paint29_linear_1595_97713)" style="fill:url(#paint29_linear_1595_97713)"/> |
|||
<rect transform="rotate(-90)" x="-569.98" y="569.02" width="42.954" height="83.954" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m186.29 327.43h-7.146c-3.943 0-7.14-3.197-7.14-7.14v-7.149c0-3.943 3.197-7.14 7.14-7.14h7.146z" fill="url(#paint30_linear_1595_97713)" style="fill:url(#paint30_linear_1595_97713)"/> |
|||
<path d="m184.79 325.93h-5.646c-3.114 0-5.64-2.525-5.64-5.64v-7.149c0-3.115 2.526-5.64 5.64-5.64h5.646z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m186.29 231.43h-7.146c-3.943 0-7.14-3.197-7.14-7.14v-7.149c0-3.943 3.197-7.14 7.14-7.14h7.146z" fill="url(#paint31_linear_1595_97713)" style="fill:url(#paint31_linear_1595_97713)"/> |
|||
<path d="m184.79 229.93h-5.646c-3.114 0-5.64-2.525-5.64-5.64v-7.149c0-3.115 2.526-5.64 5.64-5.64h5.646z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m186.29 424.43h-7.143c-3.945 0-7.143-3.198-7.143-7.143v-7.143c0-3.945 3.198-7.143 7.143-7.143h7.143z" fill="url(#paint32_linear_1595_97713)" style="fill:url(#paint32_linear_1595_97713)"/> |
|||
<path d="m184.79 422.93h-5.643c-3.116 0-5.643-2.527-5.643-5.643v-7.143c0-3.116 2.527-5.643 5.643-5.643h5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<rect x="30" y="571" width="659" height="29" rx="2.7273" fill="url(#paint33_linear_1595_97713)" style="fill:url(#paint33_linear_1595_97713)"/> |
|||
<rect x="31.023" y="572.02" width="656.96" height="26.954" rx="1.7046" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<rect x="211" y="507" width="478" height="19" rx="2.7273" fill="url(#paint34_linear_1595_97713)" style="fill:url(#paint34_linear_1595_97713)"/> |
|||
<rect x="212.02" y="508.02" width="475.95" height="16.954" rx="1.7046" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m293 507 19.582-40h288.84l19.582 40z" fill="url(#paint35_linear_1595_97713)" style="fill:url(#paint35_linear_1595_97713)"/> |
|||
<path d="m600.48 468.5 18.114 37h-323.19l18.114-37z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m601 571.28v-7.143c0-3.945 3.198-7.143 7.143-7.143h7.143c3.945 0 7.143 3.198 7.143 7.143v7.143z" fill="url(#paint36_linear_1595_97713)" style="fill:url(#paint36_linear_1595_97713)"/> |
|||
<path d="m602.5 569.78v-5.643c0-3.116 2.526-5.643 5.643-5.643h7.143c3.116 0 5.643 2.527 5.643 5.643v5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m272 571.28v-7.143c0-3.945 3.198-7.143 7.143-7.143h7.143c3.945 0 7.143 3.198 7.143 7.143v7.143z" fill="url(#paint37_linear_1595_97713)" style="fill:url(#paint37_linear_1595_97713)"/> |
|||
<path d="m273.5 569.78v-5.643c0-3.116 2.526-5.643 5.643-5.643h7.143c3.116 0 5.643 2.527 5.643 5.643v5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m88 570.28v-7.143c0-3.945 3.198-7.143 7.1429-7.143h7.1431c3.945 0 7.143 3.198 7.143 7.143v7.143z" fill="url(#paint38_linear_1595_97713)" style="fill:url(#paint38_linear_1595_97713)"/> |
|||
<path d="m89.5 568.78v-5.643c0-3.116 2.5264-5.643 5.6429-5.643h7.1431c3.116 0 5.643 2.527 5.643 5.643v5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m29 14c-2.2091 0-4 1.7909-4 4v52c0 2.2091 1.7909 4 4 4h8s19.488 26.39 19.488 40.541c0 18.928-24.488 36.162-24.488 61.74v35.9c0-1.205-0.97665-2.1816-2.1816-2.1816-8.7362 0-15.818 7.0824-15.818 15.818v182.36c0 8.736 7.0822 15.818 15.818 15.818 1.205 0 2.1816-0.9766 2.1816-2.1816v21.275c0 14.412 7.1167 27.102 18 34.877v93.029h-17.273c-1.5063 0-2.7266 1.2206-2.7266 2.7266v23.547c0 1.506 1.2204 2.7265 2.7266 2.7265h653.55c1.506 0 2.7266-1.2205 2.7266-2.7265v-23.547c0-1.506-1.2206-2.7266-2.7266-2.7266h-32.273v-45h32.273c1.506 0 2.7266-1.2205 2.7266-2.7265v-13.547c0-1.506-1.2206-2.7266-2.7266-2.7266h-65.273l-19.582-40h114.58c27.614 0 49-22.386 49-50v-76c19 3 35-6 35-24s-15-26.5-35-24v-76c0-27.614-21.386-50-49-50h-117v-32c0-15.464-12.536-28-28-28h-229c-15.464 0-28 12.536-28 28v32h-93.455c-5.271 0-9.5449 4.2739-9.5449 9.5449v14.455c0-1.657-1.343-3-3-3h-9v258h9c1.657 0 3-1.343 3-3v14.455c0 5.271 4.2739 9.5449 9.5449 9.5449h92.037l-19.582 40h-79.273c-1.506 0-2.7266 1.2206-2.7266 2.7266v13.547c0 1.506 1.2206 2.7265 2.7266 2.7265h27.273l-1 45h-90v-93.037c10.883-7.7827 18-20.482 18-34.894v-19.068l9.4453 0.2246c0.54426 0.1328 1.1121 0.2051 1.6973 0.2051h6.8574v18.57c0 1.657 1.343 3 3 3h9v-258h-9c-1.657 0-3 1.343-3 3v19h-18v-33.719c0-26.089-23.488-42.812-23.488-61.74 0-14.151 18.488-40.541 18.488-40.541h8c2.209 0 4-1.7909 4-4v-52c0-2.2091-1.791-4-4-4zm298 512h241v45h-242z" fill="#000" fill-opacity="0" tb:tag="clickArea"/> |
|||
</svg> |
|||
|
After Width: | Height: | Size: 37 KiB |
@ -0,0 +1,390 @@ |
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="600" height="400" fill="none" version="1.1" viewBox="0 0 600 400"> |
|||
<tb:metadata><![CDATA[{ |
|||
"title": "Small left motor pump", |
|||
"description": "Small left motor pump with configurable states.", |
|||
"searchTags": [ |
|||
"motor", |
|||
"pump" |
|||
], |
|||
"widgetSizeX": 3, |
|||
"widgetSizeY": 2, |
|||
"tags": [ |
|||
{ |
|||
"tag": "background", |
|||
"stateRenderFunction": "var color = ctx.properties.stoppedColor;\nif (ctx.values.critical) {\n color = ctx.properties.criticalColor;\n} else if (ctx.values.warning) {\n color = ctx.properties.warningColor;\n} else if (ctx.values.running) {\n color = ctx.properties.runningColor;\n}\nelement.attr({fill: color});\n\nvar elementCriticalAnimation = element.remember('criticalAnimation');\nvar criticalAnimation = ctx.values.critical && ctx.values.criticalAnimation;\n\nif (elementCriticalAnimation !== criticalAnimation) {\n element.remember('criticalAnimation', criticalAnimation);\n if (criticalAnimation) {\n ctx.api.animate(element, 500).attr({opacity: 0.15}).loop(0, true);\n } else {\n ctx.api.resetAnimation(element);\n }\n}", |
|||
"actions": null |
|||
}, |
|||
{ |
|||
"tag": "clickArea", |
|||
"stateRenderFunction": null, |
|||
"actions": { |
|||
"click": { |
|||
"actionFunction": "ctx.api.callAction(event, 'click');" |
|||
} |
|||
} |
|||
} |
|||
], |
|||
"behavior": [ |
|||
{ |
|||
"id": "running", |
|||
"name": "{i18n:scada.symbol.running}", |
|||
"hint": "{i18n:scada.symbol.running-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.running}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "warning", |
|||
"name": "{i18n:scada.symbol.warning-state}", |
|||
"hint": "{i18n:scada.symbol.warning-state-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.warning}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "critical", |
|||
"name": "{i18n:scada.symbol.critical-state}", |
|||
"hint": "{i18n:scada.symbol.critical-state-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.critical}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "criticalAnimation", |
|||
"name": "{i18n:scada.symbol.critical-state-animation}", |
|||
"hint": "{i18n:scada.symbol.critical-state-animation-hint}", |
|||
"group": null, |
|||
"type": "value", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": "{i18n:scada.symbol.animation}", |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
}, |
|||
{ |
|||
"id": "click", |
|||
"name": "{i18n:scada.symbol.on-click}", |
|||
"hint": "{i18n:scada.symbol.on-click-hint}", |
|||
"group": null, |
|||
"type": "widgetAction", |
|||
"valueType": "BOOLEAN", |
|||
"defaultValue": false, |
|||
"trueLabel": null, |
|||
"falseLabel": null, |
|||
"stateLabel": null, |
|||
"valueToDataType": "CONSTANT", |
|||
"constantValue": false, |
|||
"valueToDataFunction": "" |
|||
} |
|||
], |
|||
"properties": [ |
|||
{ |
|||
"id": "runningColor", |
|||
"name": "{i18n:scada.symbol.running-color}", |
|||
"type": "color", |
|||
"default": "#1C943E", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "stoppedColor", |
|||
"name": "{i18n:scada.symbol.stopped-color}", |
|||
"type": "color", |
|||
"default": "#696969", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "warningColor", |
|||
"name": "{i18n:scada.symbol.warning-color}", |
|||
"type": "color", |
|||
"default": "#FAA405", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
}, |
|||
{ |
|||
"id": "criticalColor", |
|||
"name": "{i18n:scada.symbol.critical-color}", |
|||
"type": "color", |
|||
"default": "#D12730", |
|||
"required": null, |
|||
"subLabel": null, |
|||
"divider": null, |
|||
"fieldSuffix": null, |
|||
"disableOnProperty": null, |
|||
"rowClass": "", |
|||
"fieldClass": "", |
|||
"min": null, |
|||
"max": null, |
|||
"step": null |
|||
} |
|||
] |
|||
}]]></tb:metadata> |
|||
<path d="m572.27 14c1.5063 0 2.7285 1.2222 2.7285 2.7285v34.545c0 1.5063-1.2222 2.7266-2.7285 2.7266h-14.816s-26.033 11.127-26.033 23.992c-1e-5 12.865 25.579 54.008 25.578 89.008-3e-4 27 0 5e-5 0 50v136.03c-1e-4 14.912-12.088 26.967-27 26.967h42.271c1.5063 0 2.7285 1.2206 2.7285 2.7266v14.547c0 1.506-1.2222 2.7266-2.7285 2.7266h-519.54c-1.506 0-2.7266-1.2206-2.7266-2.7266v-14.547c0-1.506 1.2206-2.7266 2.7266-2.7266h27.023l19.656-26h-70.09c-16.192 0-29.316-13.126-29.316-29.318v-207.36c0-16.192 13.124-29.318 29.316-29.318h98.434v-20.908c0-10.544 8.5458-19.092 19.09-19.092h195.07c10.544 0 19.092 8.5482 19.092 19.092v20.908h69.455c5.271 0 9.5449 4.2731 9.5449 9.5449v18.455h7.9551c1.129 0 2.0449 0.91592 2.0449 2.0449v31c0-1.129 0.91592-2.0449 2.0449-2.0449h5.9551v-69.008c0-12.865-26-23.992-26-23.992h-4.2734c-1.506 0-2.7266-1.2203-2.7266-2.7266v-34.545c0-1.5063 1.2206-2.7285 2.7266-2.7285zm-122.27 269.96v40c0 1.129-0.91592 2.0449-2.0449 2.0449h-7.9551v18.455c0 5.271-4.2739 9.5449-9.5449 9.5449h-41.113l19.658 26h71c-12.15 0-22-9.8383-22-21.988v-72.012h-5.9551c-1.129 0-2.0449-0.91593-2.0449-2.0449z" fill="#1c943e" tb:tag="background"/> |
|||
<path d="m586 264h-29v72h29z" fill="#fff"/> |
|||
<path d="m586 264h-29v72h29z" fill="url(#paint0_linear_1595_97144)" style="fill:url(#paint0_linear_1595_97144)"/> |
|||
<path d="m584.5 265.5h-26v69h26z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m557.46 54h-125.46s26 11.127 26 23.992v280.02c0 12.15 9.85 21.989 22 21.989h50c14.912 0 27-12.055 27-26.967 0-32.852 1e-4 -89.703 1e-4 -136.03 0-50-5e-4 -23-2e-4 -50 4e-4 -35-25.578-76.142-25.578-89.008 0-12.865 26.033-23.992 26.033-23.992z" fill="url(#paint1_linear_1595_97144)" style="fill:url(#paint1_linear_1595_97144)"/> |
|||
<path d="m436.52 55.023 0.012 6e-3c2.461 1.2563 5.749 3.07 9.044 5.2954 3.289 2.2208 6.622 4.8771 9.143 7.8273 2.512 2.9396 4.308 6.2773 4.308 9.8408v280.02c0 11.584 9.391 20.966 20.977 20.966h50c14.348 0 25.977-11.598 25.977-25.944l2e-4 -136.03c0-26.945-2e-4 -31.528-3e-4 -34.252 0-2.33-1e-4 -3.299 1e-4 -15.748 2e-4 -17.29-6.3256-36.167-12.718-52.43-1.5487-3.94-3.1178-7.767-4.5957-11.371-1.5411-3.7581-2.983-7.2745-4.1991-10.425-1.2029-3.1168-2.2144-5.9482-2.9261-8.4152-0.7076-2.4533-1.1391-4.6131-1.1391-6.3663 0-3.564 1.7981-6.9018 4.3133-9.8412 2.5243-2.9502 5.8616-5.6065 9.154-7.8273 3.2991-2.2253 6.5919-4.039 9.0562-5.2953 4e-3 -0.0019 7e-3 -0.0038 0.0112-0.0057h-116.42z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m404 88h26.455c5.271 0 9.545 4.2736 9.545 9.5455v246.91c0 5.271-4.274 9.545-9.545 9.545h-26.455v-266z" fill="url(#paint2_linear_1595_97144)" style="fill:url(#paint2_linear_1595_97144)"/> |
|||
<path d="m405.02 89.023h25.432c4.707 0 8.522 3.8158 8.522 8.5228v246.91c0 4.706-3.815 8.522-8.522 8.522h-25.432v-263.95z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m450 149.04c0-1.129 0.916-2.045 2.045-2.045h5.955v139h-5.955c-1.129 0-2.045-0.916-2.045-2.045z" fill="url(#paint3_linear_1595_97144)" style="fill:url(#paint3_linear_1595_97144)"/> |
|||
<path d="m451.02 149.04c0-0.564 0.458-1.022 1.022-1.022h4.932v136.95h-4.932c-0.564 0-1.022-0.458-1.022-1.022v-134.91z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m440 116h7.955c1.129 0 2.045 0.916 2.045 2.045v205.91c0 1.129-0.916 2.045-2.045 2.045h-7.955z" fill="url(#paint4_linear_1595_97144)" style="fill:url(#paint4_linear_1595_97144)"/> |
|||
<path d="m441.02 117.02h6.932c0.564 0 1.022 0.458 1.022 1.022v205.91c0 0.564-0.458 1.022-1.022 1.022h-6.932v-207.95z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-54" y="-575" width="40" height="150" rx="2.7273" fill="url(#paint5_linear_1595_97144)" style="fill:url(#paint5_linear_1595_97144)"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-52.977" y="-573.98" width="37.954" height="147.96" rx="1.7046" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-400" y="-575" width="20" height="525" rx="2.7273" fill="url(#paint6_linear_1595_97144)" style="fill:url(#paint6_linear_1595_97144)"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-398.98" y="-573.98" width="17.954" height="522.96" rx="1.7046" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m361 88v-20.909c0-10.544-8.547-19.091-19.091-19.091h-195.07c-10.544 0-19.091 8.5473-19.091 19.091v20.909h233.25z" fill="url(#paint7_linear_1595_97144)" style="fill:url(#paint7_linear_1595_97144)"/> |
|||
<path d="m359.98 86.977v-19.886c0-9.9788-8.089-18.068-18.068-18.068h-195.07c-9.979 0-18.068 8.0894-18.068 18.068v19.886h231.2z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m409 380-19.657-26h-289.94l-19.657 26h329.25z" fill="url(#paint8_linear_1595_97144)" style="fill:url(#paint8_linear_1595_97144)"/> |
|||
<path d="m99.923 355.02-18.111 23.954h325.14l-18.111-23.954h-288.92z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<path d="m404 88h-324v266h324z" fill="url(#paint9_linear_1595_97144)" style="fill:url(#paint9_linear_1595_97144)"/> |
|||
<path d="m404 88h-324v19h324z" fill="url(#paint10_linear_1595_97144)" style="fill:url(#paint10_linear_1595_97144)"/> |
|||
<path d="m404 107h-324v19h324z" fill="url(#paint11_linear_1595_97144)" style="fill:url(#paint11_linear_1595_97144)"/> |
|||
<path d="m404 126h-324v19h324z" fill="url(#paint12_linear_1595_97144)" style="fill:url(#paint12_linear_1595_97144)"/> |
|||
<path d="m404 145h-324v19h324z" fill="url(#paint13_linear_1595_97144)" style="fill:url(#paint13_linear_1595_97144)"/> |
|||
<path d="m404 164h-324v19h324z" fill="url(#paint14_linear_1595_97144)" style="fill:url(#paint14_linear_1595_97144)"/> |
|||
<path d="m404 183h-324v19h324z" fill="url(#paint15_linear_1595_97144)" style="fill:url(#paint15_linear_1595_97144)"/> |
|||
<path d="m404 202h-324v19h324z" fill="url(#paint16_linear_1595_97144)" style="fill:url(#paint16_linear_1595_97144)"/> |
|||
<path d="m404 221h-324v19h324z" fill="url(#paint17_linear_1595_97144)" style="fill:url(#paint17_linear_1595_97144)"/> |
|||
<path d="m404 240h-324v19h324z" fill="url(#paint18_linear_1595_97144)" style="fill:url(#paint18_linear_1595_97144)"/> |
|||
<path d="m404 259h-324v19h324z" fill="url(#paint19_linear_1595_97144)" style="fill:url(#paint19_linear_1595_97144)"/> |
|||
<path d="m404 278h-324v19h324z" fill="url(#paint20_linear_1595_97144)" style="fill:url(#paint20_linear_1595_97144)"/> |
|||
<path d="m404 297h-324v19h324z" fill="url(#paint21_linear_1595_97144)" style="fill:url(#paint21_linear_1595_97144)"/> |
|||
<path d="m404 316h-324v19h324z" fill="url(#paint22_linear_1595_97144)" style="fill:url(#paint22_linear_1595_97144)"/> |
|||
<path d="m404 335h-324v19h324z" fill="url(#paint23_linear_1595_97144)" style="fill:url(#paint23_linear_1595_97144)"/> |
|||
<path d="m0.0027 117.32c0-16.192 13.126-29.318 29.318-29.318h50.682v266h-50.682c-16.192 0-29.318-13.126-29.318-29.318z" fill="url(#paint24_linear_1595_97144)" style="fill:url(#paint24_linear_1595_97144)"/> |
|||
<path d="m1.0227 117.32c0-15.627 12.668-28.295 28.295-28.295h49.659v263.95h-49.659c-15.627 0-28.295-12.668-28.295-28.295z" stroke="#000" stroke-opacity=".12" stroke-width="2.0454"/> |
|||
<rect transform="matrix(0,-1,-1,0,0,0)" x="-12.5" y="-548.5" width="11" height="97" rx="5.5" fill="#d9d9d9" stroke="#727171" stroke-width="3"/> |
|||
<rect transform="scale(-1,1)" x="-598.5" y="251.5" width="11" height="97" rx="5.5" fill="#d9d9d9" stroke="#727171" stroke-width="3"/> |
|||
<path d="m149 380.29v-7.143c0-3.945-3.198-7.143-7.143-7.143h-7.143c-3.945 0-7.143 3.198-7.143 7.143v7.143z" fill="url(#paint25_linear_1595_97144)" style="fill:url(#paint25_linear_1595_97144)"/> |
|||
<path d="m147.5 378.79v-5.643c0-3.116-2.526-5.643-5.643-5.643h-7.143c-3.116 0-5.643 2.527-5.643 5.643v5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<path d="m367 380.29v-7.143c0-3.945-3.198-7.143-7.143-7.143h-7.143c-3.945 0-7.143 3.198-7.143 7.143v7.143z" fill="url(#paint26_linear_1595_97144)" style="fill:url(#paint26_linear_1595_97144)"/> |
|||
<path d="m365.5 378.79v-5.643c0-3.116-2.526-5.643-5.643-5.643h-7.143c-3.116 0-5.643 2.527-5.643 5.643v5.643z" stroke="#000" stroke-opacity=".12" stroke-width="3"/> |
|||
<defs> |
|||
<linearGradient id="paint0_linear_1595_97144" x1="23.201" x2="22.277" y1="264" y2="335.99" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#727171" offset="0"/> |
|||
<stop stop-color="#727171" stop-opacity=".35" offset=".26388"/> |
|||
<stop stop-color="#727171" stop-opacity=".1" offset=".41759"/> |
|||
<stop stop-color="#fff" stop-opacity="0" offset=".49829"/> |
|||
<stop stop-color="#727171" stop-opacity=".1" offset=".58094"/> |
|||
<stop stop-color="#727171" stop-opacity=".35" offset=".71855"/> |
|||
<stop stop-color="#727171" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint1_linear_1595_97144" x1="82.833" x2="77.664" y1="79.035" y2="357.13" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint2_linear_1595_97144" x1="186.64" x2="199.02" y1="88" y2="353.44" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint3_linear_1595_97144" x1="147.92" x2="162.98" y1="147" y2="284.36" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint4_linear_1595_97144" x1="157.4" x2="184.75" y1="116" y2="322.39" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint5_linear_1595_97144" x1="35.4" x2="31.852" y1="54" y2="203.93" gradientTransform="translate(-79 -629)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint6_linear_1595_97144" x1="30.2" x2="-54.456" y1="400" y2="911.02" gradientTransform="translate(-425 -975)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint7_linear_1595_97144" x1="239" x2="471.95" y1="77.6" y2="86.173" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint8_linear_1595_97144" x1="191" x2="518.19" y1="373.24" y2="399.39" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#020202" stop-opacity=".13333" offset=".49829"/> |
|||
<stop stop-color="#020202" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#fff" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#fff" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint9_linear_1595_97144" x1="280.24" x2="278.86" y1="88" y2="354.02" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint10_linear_1595_97144" x1="361.38" x2="361.38" y1="107" y2="88" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint11_linear_1595_97144" x1="361.38" x2="361.38" y1="126" y2="107" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint12_linear_1595_97144" x1="361.38" x2="361.38" y1="145" y2="126" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint13_linear_1595_97144" x1="361.38" x2="361.38" y1="164" y2="145" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint14_linear_1595_97144" x1="361.38" x2="361.38" y1="183" y2="164" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint15_linear_1595_97144" x1="361.38" x2="361.38" y1="202" y2="183" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint16_linear_1595_97144" x1="361.38" x2="361.38" y1="221" y2="202" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint17_linear_1595_97144" x1="361.38" x2="361.38" y1="240" y2="221" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint18_linear_1595_97144" x1="361.38" x2="361.38" y1="259" y2="240" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint19_linear_1595_97144" x1="361.38" x2="361.38" y1="278" y2="259" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint20_linear_1595_97144" x1="361.38" x2="361.38" y1="297" y2="278" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint21_linear_1595_97144" x1="361.38" x2="361.38" y1="316" y2="297" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint22_linear_1595_97144" x1="361.38" x2="361.38" y1="335" y2="316" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint23_linear_1595_97144" x1="361.38" x2="361.38" y1="354" y2="335" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#D9D9D9" stop-opacity="0" offset="0"/> |
|||
<stop stop-color="#0C0C0C" stop-opacity=".8" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint24_linear_1595_97144" x1="579.2" x2="584.78" y1="88" y2="353.9" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint25_linear_1595_97144" x1="451" x2="472.43" y1="376.57" y2="376.78" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
<linearGradient id="paint26_linear_1595_97144" x1="233" x2="254.43" y1="376.57" y2="376.78" gradientTransform="matrix(-1 0 0 1 600 0)" gradientUnits="userSpaceOnUse"> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="0"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".18316"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".35085"/> |
|||
<stop stop-color="#fff" stop-opacity=".25" offset=".49829"/> |
|||
<stop stop-color="#fff" stop-opacity=".08" offset=".64825"/> |
|||
<stop stop-color="#020202" stop-opacity=".12" offset=".82318"/> |
|||
<stop stop-color="#020202" stop-opacity=".35" offset="1"/> |
|||
</linearGradient> |
|||
</defs> |
|||
<path d="m572.27 14.003c1.5063 0 2.7285 1.2222 2.7285 2.7285v34.545c0 1.5063-1.2222 2.7266-2.7285 2.7266h-14.816s-26.033 11.127-26.033 23.992c-1e-5 12.865 25.579 54.008 25.578 89.008-3e-4 27 0 5e-5 0 50v136.03c-1e-4 14.912-12.088 26.967-27 26.967h42.271c1.5063 0 2.7285 1.2206 2.7285 2.7266v14.547c0 1.506-1.2222 2.7266-2.7285 2.7266h-519.54c-1.506 0-2.7266-1.2206-2.7266-2.7266v-14.547c0-1.506 1.2206-2.7266 2.7266-2.7266h27.023l19.656-26h-70.09c-16.192 0-29.316-13.126-29.316-29.318v-207.36c0-16.192 13.124-29.318 29.316-29.318h98.434v-20.908c0-10.544 8.5458-19.092 19.09-19.092h195.07c10.544 0 19.092 8.5482 19.092 19.092v20.908h69.455c5.271 0 9.5449 4.2731 9.5449 9.5449v18.455h7.9551c1.129 0 2.0449 0.91592 2.0449 2.0449v31c0-1.129 0.91592-2.0449 2.0449-2.0449h5.9551v-69.008c0-12.865-26-23.992-26-23.992h-4.2734c-1.506 0-2.7266-1.2203-2.7266-2.7266v-34.545c0-1.5063 1.2206-2.7285 2.7266-2.7285zm-122.27 269.96v40c0 1.129-0.91592 2.0449-2.0449 2.0449h-7.9551v18.455c0 5.271-4.2739 9.5449-9.5449 9.5449h-41.113l19.658 26h71c-12.15 0-22-9.8383-22-21.988v-72.012h-5.9551c-1.129 0-2.0449-0.91593-2.0449-2.0449z" fill="#000" fill-opacity="0" tb:tag="clickArea"/> |
|||
</svg> |
|||
|
After Width: | Height: | Size: 26 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 24 KiB |
Write
Preview
Loading…
Cancel
Save
Reference in new issue