Merge pull request #1 from kaikreuzer/gh-pages-ph

reworked structure and wording
pull/3/head
Bernard Philippe 2016-05-23 10:09:49 +02:00
commit 155b601c85
791 changed files with 271 additions and 9151 deletions

View File

@ -11,7 +11,7 @@ astro,Astro,"The Astro binding is used for calculating many DateTime and positio
autelis,Autelis Pool Control,"Autelis manufactures a network enabled pool interface for many popular pool systems. See [the Autelis website](http://www.autelis.com) and the [Autelis Command Protocol](http://www.autelis.com/wiki/index.php?title=Pool_Control_(PI)_HTTP_Command_Reference) for more information."
avmfritz,AVM FRITZ!,"The binding integrates the AHA ( [AVM Home Automation](http://avm.de/ratgeber/smart-home/) ) system."
dscalarm,DSC Alarm,"This is an OpenHAB binding for a DSC PowerSeries Alarm System utilizing the EyezOn Envisalink 3/2DS interface or the DSC IT-100 RS-232 interface."
freebox,Freebox,"This binding integrates the [Freebox Revolution](http://www.free.fr/adsl/freebox-revolution.html) to your openHab installation."
freebox,Freebox Configuration,"This binding integrates the [Freebox Revolution](http://www.free.fr/adsl/freebox-revolution.html) to your openHab installation."
harmonyhub,Logitech Harmony Hub,"The Harmony Hub binding is used to enable communication between openHAB2 and multiple Logitech Harmony Hub devices. The API exposed by the Harmony Hub is relatively limited, but it does allow for reading the current activity as well as setting the activity and sending device commands."
homematic,Homematic,"This is the binding for the [eQ-3 Homematic Solution](http://www.eq-3.de/)."
ipp,IPP,"This binding integrates printers, which implement the Internet Printing protocol (IPP). This is the successor of the CUPS binding."
@ -30,7 +30,6 @@ rme,RME,"This binding integrates the RME RainManager rain water pump and managem
samsungtv,Samsung TV,"This binding integrates the [Samsung TV's](http://www.samsung.com)."
smaenergymeter,SMA Energy Meter,"This Binding is used to display the measured values of a SMA Energy Meter device. It shows purchased and grid feed-in power and energy."
squeezebox,Logitech Squeezebox,"This binding integrates the [Logitech Media Server](http://www.mysqueezebox.com) and compatible Squeeze players."
systeminfo,Systeminfo,"System information Binding provides operating system and hardware information including:"
tesla,Tesla,"This binding integrates the [Tesla Electrical Vehicle](http://www.teslamotors.com)."
urtsi,Somfy URTSI II,"The addressable Universal RTS Interface II (URTSI II) can be used to communicate between home automation or other third party systems and SOMFYs RTS Motors and controls. It is capable of individual or group control, and can be operated via infrared remote, RS232 and RS485 serial communication. Once an input is activated, an RTS radio command is sent to the automated window treatment."
vitotronic,vitotronic,"Viessmann heating systems with vitotronic has a optolink Interface for maintenance."

1 id label description
11 autelis Autelis Pool Control Autelis manufactures a network enabled pool interface for many popular pool systems. See [the Autelis website](http://www.autelis.com) and the [Autelis Command Protocol](http://www.autelis.com/wiki/index.php?title=Pool_Control_(PI)_HTTP_Command_Reference) for more information.
12 avmfritz AVM FRITZ! The binding integrates the AHA ( [AVM Home Automation](http://avm.de/ratgeber/smart-home/) ) system.
13 dscalarm DSC Alarm This is an OpenHAB binding for a DSC PowerSeries Alarm System utilizing the EyezOn Envisalink 3/2DS interface or the DSC IT-100 RS-232 interface.
14 freebox Freebox Freebox Configuration This binding integrates the [Freebox Revolution](http://www.free.fr/adsl/freebox-revolution.html) to your openHab installation.
15 harmonyhub Logitech Harmony Hub The Harmony Hub binding is used to enable communication between openHAB2 and multiple Logitech Harmony Hub devices. The API exposed by the Harmony Hub is relatively limited, but it does allow for reading the current activity as well as setting the activity and sending device commands.
16 homematic Homematic This is the binding for the [eQ-3 Homematic Solution](http://www.eq-3.de/).
17 ipp IPP This binding integrates printers, which implement the Internet Printing protocol (IPP). This is the successor of the CUPS binding.
30 samsungtv Samsung TV This binding integrates the [Samsung TV's](http://www.samsung.com).
31 smaenergymeter SMA Energy Meter This Binding is used to display the measured values of a SMA Energy Meter device. It shows purchased and grid feed-in power and energy.
32 squeezebox Logitech Squeezebox This binding integrates the [Logitech Media Server](http://www.mysqueezebox.com) and compatible Squeeze players.
systeminfo Systeminfo System information Binding provides operating system and hardware information including:
33 tesla Tesla This binding integrates the [Tesla Electrical Vehicle](http://www.teslamotors.com).
34 urtsi Somfy URTSI II The addressable Universal RTS Interface II (URTSI II) can be used to communicate between home automation or other third party systems and SOMFY’s RTS Motors and controls. It is capable of individual or group control, and can be operated via infrared remote, RS232 and RS485 serial communication. Once an input is activated, an RTS radio command is sent to the automated window treatment.
35 vitotronic vitotronic Viessmann heating systems with vitotronic has a optolink Interface for maintenance.

View File

@ -2,16 +2,16 @@
<ul class="nav">
<li><a href="{{docu}}/developers/introduction/introduction">Overview</a></li>
<li><a href="{{docu}}/developers/contributing/contributing">Contributing as a developer</a></li>
<li><a href="{{docu}}/developers/development/ide.html">Development basics</a>
<li><a href="{{docu}}/developers/contributing/contributing">Contributing</a></li>
<li><a href="{{docu}}/developers/development/ide.html">Basics</a>
<ul>
<li><a href="{{docu}}/developers/development/ide.html">IDE Setup</a></li>
<li><a href="{{docu}}/esh/guidelines.html">Guidelines</a></li>
<li><a href="{{docu}}/developers/development/bindings.html">Bindings</a></li>
<li><a href="{{docu}}/esh/guidelines.html">Code Guidelines</a></li>
<li><a href="{{docu}}/developers/development/bindings.html">Developing Bindings</a></li>
</ul></li>
<li><a href="{{docu}}/developers/development/evolution.html">Technical Difference to openHAB 1</a>
<li><a href="{{docu}}/developers/development/evolution.html">Migration from 1.x</a>
<ul>
<li><a href="{{docu}}/developers/development/evolution.html">Technical Difference to openHAB 1</a></li>
<li><a href="{{docu}}/features/compatibilitylayer.html">openHAB 1 compatibility layer</a></li>
<li><a href="{{docu}}/developers/development/evolution.html">Technical Differences</a></li>
<li><a href="{{docu}}/features/compatibilitylayer.html">Compatibility Layer</a></li>
</ul></li>
</ul>

View File

@ -1,8 +0,0 @@
{% include base.html %} {% assign docu = base %}
<ul class="nav">
<li><a href="{{base}}/users/introduction/introduction.html">Users manual</a></li>
<li><a href="{{base}}/reference/introduction/introduction.html">Reference</a></li>
<li><a href="{{base}}/cookbook/introduction/introduction.html">Cookbook</a></li>
<li><a href="{{docu}}/developers/introduction/introduction">Developer's guide</a></li>
</ul>

View File

@ -29,18 +29,18 @@
<a href="#" data-activates="nav-mobile" class="button-collapse"><i
class="mdi-navigation-menu"></i></a>
<ul class="right hide-on-med-and-down">
<li><a href="{{base}}/users/introduction/introduction.html">Users manual</a></li>
<li><a href="{{base}}/reference/introduction/introduction.html">Reference</a></li>
<li><a href="{{base}}/users/introduction/introduction.html">User Manual</a></li>
<!-- <li><a href="{{base}}/reference/introduction/introduction.html">Reference</a></li>
<li><a href="{{base}}/cookbook/introduction/introduction.html">Cookbook</a></li>
<li><a href="{{docu}}/developers/introduction/introduction">Developer's guide</a></li>
--> <li><a href="{{docu}}/developers/introduction/introduction">Developer Guide</a></li>
<li><a href="https://github.com/openhab/openhab-distro">GitHub</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="{{base}}/index.html">Home</a></li>
<li><a href="{{base}}/users/introduction/introduction.html">Users manual</a></li>
<li><a href="{{base}}/reference/introduction/introduction.html">Reference</a></li>
<li><a href="{{base}}/users/introduction/introduction.html">User Manual</a></li>
<!-- <li><a href="{{base}}/reference/introduction/introduction.html">Reference</a></li>
<li><a href="{{base}}/cookbook/introduction/introduction.html">Cookbook</a></li>
<li><a href="{{docu}}/developers/introduction/introduction">Developer's guide</a></li>
--> <li><a href="{{docu}}/developers/introduction/introduction">Developer Guide</a></li>
<li><a href="https://github.com/openhab/openhab-distro">GitHub</a></li>
</ul>
</div>

View File

@ -1,39 +1,39 @@
{% include base.html %} {% assign docu = base %}
<ul class="nav">
<li><a href="{{base}}/users/introduction/introduction.html">Overview</a>
<li><a href="{{docu}}/users/basics/introduction/introduction.html">openHAB Basics</a>
<li><a href="{{base}}/users/introduction/introduction.html">Overview</a></li>
<li><a href="{{docu}}/users/basics/introduction/introduction.html">Concepts</a></li>
<ul>
<li><a href="{{docu}}/users/basics/introduction/introduction.html">About of this part</a></li>
<li><a href="{{docu}}/users/basics/whatis/whatis.html">A bit more about openHAB</a></li>
<li><a href="{{docu}}/users/basics/concepts/concepts.html">Things, items and Co</a></li>
<li><a href="{{docu}}/users/basics/introduction/introduction.html">Overview</a></li>
<li><a href="{{docu}}/users/basics/whatis/whatis.html">About openHAB</a></li>
<li><a href="{{docu}}/users/basics/concepts/concepts.html">Things, Items and Co</a></li>
<li><a href="{{docu}}/users/not_yet_done.html">Persistence</a></li>
<li><a href="{{docu}}/users/basics/sitemap/sitemap.html">Sitemaps</a></li>
<li><a href="{{docu}}/users/basics/addons/addons.html">Add-ons</a></li>
</ul>
</li>
<li><a href="{{docu}}/users/installing/introduction/introduction.html">Installing openHAB</a>
<li><a href="{{docu}}/users/installing/introduction/introduction.html">Installation</a></li>
<ul>
<li><a href="{{docu}}/users/installing/introduction/introduction.html">About of this part</a></li>
<li><a href="{{docu}}/users/installing/checkingjava/checkingjava.html">Checking Java</a></li>
<li><a href="{{docu}}/users/installing/openhab/openhab.html">Installing openHAB</a></li>
<li><a href="{{docu}}/users/installing/designer/designer.html">Installing the designer</a></li>
<li><a href="{{docu}}/users/installing/migration/migration.html">Migrating from V1</a></li>
<li><a href="{{docu}}/users/installing/introduction/introduction.html">Overview</a></li>
<li><a href="{{docu}}/users/installing/checkingjava/checkingjava.html">Prerequisites</a></li>
<li><a href="{{docu}}/users/installing/openhab/gettingstarted.html">Installing openHAB</a></li>
<li><a href="{{docu}}/users/installing/designer/designer.html">Installing the Designer</a></li>
<li><a href="{{docu}}/users/installing/migration/migration.html">Migrating from 1.x</a></li>
</ul>
</li>
<li><a href="{{docu}}/users/working1/introduction/introduction.html">Working with openHAB (I)</a>
<li><a href="{{docu}}/users/working1/introduction/introduction.html">Tutorial (Beginner)</a></li>
<ul>
<li><a href="{{docu}}/users/working1/introduction/introduction.html">About of this part</a></li>
<li><a href="{{docu}}/users/working1/uis/uis.html">OpenHAB 2 UIs</a></li>
<li><a href="{{docu}}/users/working1/introduction/introduction.html">Overview</a></li>
<li><a href="{{docu}}/users/working1/uis/uis.html">User Interfaces</a></li>
<li><a href="{{docu}}/users/working1/installing/installing.html">Installing an extension</a></li>
<li><a href="{{docu}}//users/working1/persistence/persistence.html">Working with persistence</a></li>
<li><a href="{{docu}}/users/working1/rulesscripts/rulesscripts.html">Working with rules and script</a></li>
<li><a href="{{docu}}/users/working1/logs/logs.html">Looking to the logs</a></li>
</ul>
</li>
<li><a href="{{docu}}/users/working2/introduction/introduction.html">Working with openHAB (II)</a>
<li><a href="{{docu}}/users/working2/introduction/introduction.html">Tutorial (Advanced)</a></li>
<ul>
<li><a href="{{docu}}/users/working2/introduction/introduction.html">About of this part</a></li>
<li><a href="{{docu}}/users/working2/introduction/introduction.html">Overview</a></li>
<li><a href="{{docu}}/users/working2/installing/installing.html">Installing the extension</a></li>
<li><a href="{{docu}}/users/working2/connecting/connecting.html">Connecting to the Z-Wave controller</a></li>
<li><a href="{{docu}}/users/working2/adding/adding.html">Adding a new thing</a></li>
@ -41,12 +41,17 @@
<li><a href="{{docu}}/users/working2/tools/tools.html">Other tools of HABmin</a></li>
</ul>
</li>
<li><a href="{{docu}}/users/appendix/introduction/introduction.html">Appendix</a>
<li><a href="{{docu}}/features/addons.html">Features</a></li>
<ul>
<li><a href="{{docu}}/users/appendix/introduction/introduction.html">About of this part</a></li>
<li><a href="{{docu}}/users/appendix/contributing/contributing.html">Contributing to openHAB</a></li>
<li><a href="{{docu}}/users/appendix/downloads/downloads.html">Download reference</a></li>
<li><a href="{{docu}}/features/addons.html">Add-ons list</a>
<li><a href="{{docu}}/features/addons.html">Overview</a></li>
<li><a href="{{docu}}/features/bindings.html">Bindings</a></li>
<li><a href="{{docu}}/features/uis.html">User Interfaces</a></li>
</ul>
</li>
<li><a href="{{docu}}/users/appendix/contributing/contributing.html">Appendix</a></li>
<ul>
<li><a href="{{docu}}/users/appendix/contributing/contributing.html">Contributing</a></li>
<li><a href="{{docu}}/users/appendix/downloads/downloads.html">Downloads</a></li>
</ul>
</li>
</ul>

View File

@ -3,7 +3,7 @@
<section id="documentation" class="text content-wrapper">
<div class="container">
<div class="side-nav-wrapper">
{% include developersguide-menu.html %}
{% include dev-menu.html %}
</div>
<div class="content">
{{ content }}

View File

@ -3,7 +3,7 @@
<section id="documentation" class="text content-wrapper">
<div class="container">
<div class="side-nav-wrapper">
{% include documentation-menu.html %}
{% include user-menu.html %}
</div>
<div class="content">
{{ content }}

View File

@ -1,14 +0,0 @@
{% include header.html bodyClass="documentation"%}
<section id="documentation" class="text content-wrapper">
<div class="container">
<div class="side-nav-wrapper">
{% include gettingstarted-menu.html %}
</div>
<div class="content">
{{ content }}
</div>
</div>
</section>
{% include footer.html %}

View File

@ -3,7 +3,7 @@
<section id="documentation" class="text content-wrapper">
<div class="container">
<div class="side-nav-wrapper">
{% include usersmanual-menu.html %}
{% include user-menu.html %}
</div>
<div class="content">
{{ content }}

View File

@ -10,10 +10,3 @@ There are a few technical changes in openHAB 2 that are not compatible with open
- the REST API does NOT support XML nor JSON-P anymore. It is now fully realized using JSON.
- the REST API does not support websocket access anymore - it actually completely drops "push" support and only has a simple long-polling implementation to provide a basic backward-compatibility for clients.
# Compatibility layer
There is a special bundle in openHAB 2, which serves as a compatibility layer. It effectively exposes and consumes all relevant classes and services from the `org.openhab` namespace and internally delegates or proxies them to the according `org.eclipse.smarthome` classes and services.
It is described next page.

View File

@ -6,7 +6,7 @@ layout: developersguide
# Overview
The _developer's guide_ contains practical and technical information for people willing to contribute to the development of openHAB or of one of its add-ons.
The _Developer Guide_ contains practical and technical information for people willing to contribute to the development of openHAB or of one of its add-ons.
This manual is an on-going work.

View File

@ -1,5 +1,5 @@
---
layout: developersguide
layout: documentation
---
{% include base.html %}

View File

@ -8,6 +8,7 @@ layout: documentation
Eclipse SmartHome has a strict separation between the physical world (the "things", see below) and the application, which is built around the notion of "items" (also called the virtual layer).
Items represent functionality that is used by the application (mainly user interfaces or automation logic). Items have a state and are used through events.
The following item types are currently available (alphabetical order):

View File

@ -4,7 +4,8 @@ layout: documentation
# Things
Things are the entities that can physically be added to a system and which can potentially provide many functionalities in one. It is important to note that things do not have to be devices, but they can also represent a web service or any other manageable source of information and functionality.
From a user perspective, they are relevant for the setup and configuration process, but not for the operation.
Things can have configuration properties, which can be optional or mandatory. Such properties can be basic information like an IP address, an access token for a web service or a device specific configuration that alters its behavior.

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -4,8 +4,6 @@ layout: usersmanual
{% include base.html %}
# Add-on list
## Available Add-ons
All optional add-ons for openHAB 2 are part of the distribution. This includes all new 2.0 bindings as well as all 1.x add-ons that were reported to be compatible.

View File

@ -58,14 +58,11 @@ The things requires the geolocation (latitude, longitude) for which the calculat
## Full Example
Things:
```
astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", interval=60]
astro:moon:home [ geolocation="xx.xxxxxx,xx.xxxxxx", interval=60]
```
Items:
```
DateTime Sunrise_Time "Sunrise [%1$tH:%1$tM]" { channel="astro:sun:home:rise#start" }
DateTime Sunset_Time "Sunset [%1$tH:%1$tM]" { channel="astro:sun:home:set#start" }

View File

@ -68,8 +68,7 @@ If correct credentials are set in the bridge configuration, connected AHA device
## Full Example
demo.Things:
demo.things:
```
Bridge avm:fritzbox:192.168.178.1 [ ipAddress="192.168.0.64" ] {
FRITZ_DECT_200 DECT1 [ ain="xxxxxxxxxxx" ]

View File

@ -4,7 +4,7 @@ layout: documentation
{% include base.html %}
# Freebox Binding
# Freebox Binding Configuration
This binding integrates the [Freebox Revolution](http://www.free.fr/adsl/freebox-revolution.html) to your openHab installation.

View File

@ -39,8 +39,7 @@ All devices support the following channels (non exhaustive):
## Full Example
demo.Things:
demo.things:
```
Thing keba:kecontactp20:1 [ipAddress="192.168.0.64", refreshInterval=30]
```

View File

@ -73,8 +73,7 @@ Currently there is only one keypad thing type to cover all keypads. Not all chan
## Full Example
demo.Things:
demo.things:
```
lutron:dimmer:theater (lutron:ipbridge:radiora2) [ integrationId=8, fadeOutTime=2 ]
lutron:occupancysensor:theater (lutron:ipbridge:radiora2) [ integrationId=9 ]

View File

@ -30,18 +30,18 @@ If for any reason you need to manually define the Things and you are not exactly
The discovery process for the MAX! binding works in 2 steps.
When the binding is started or when manually triggered, the network is queried for the existence of a MAX! Cube lan gateway. When the Cube is found, it will become available in the discovery inbox. Periodically the network is queried again for a Cube.
Once the Cube is available in Openhab, all the devices connected to it are discovered and added to the discovery inbox. No scan is needed to trigger this.
Once the Cube is available in Openhab, all the devices connected to it are discovered and added to the discovery inbox. No scan is needed to trigger this.
## Binding Configuration
In the Openhab2 version of this binding there are no binding wide settings.
In the Openhab2 version of this binding there are no binding wide settings.
All the configuration settings are now per MAX! Cube, hence in case you have multiple Cubes, they can run with alternative settings.
## Thing Configuration
All the things are identified by their Serial number, hence this is mandatory.
The Cube (`bridge` thing) also requires the IP address to be defined.
All other configuration is optional.
All the things are identified by their Serial number, hence this is mandatory.
The Cube (`bridge` thing) also requires the IP address to be defined.
All other configuration is optional.
Note that several configuration options are automatically populated. Later versions of the binding may allow you to update this information. These properties can be found in the `Device Settings` section of parameters.
@ -96,33 +96,33 @@ sitemap demo label="Main Menu"
Text item=maxActual icon="temperature"
Switch item=maxBattery
}
}
```
## Actual Temperature Update
Please be aware that the actual temperature measure for thermostats is only updated after the valve moved position or the thermostats mode has changed. Hence the temperature you see may be hours old. In that case you can update the temperature by changing the mode, wait approx. 2 minutes and change the mode back.
There is an experimental mode that does this automatically. This can be enabled by showing the "advanced settings"(e.g. in HABmin UI. Than the "Actual Temperature Refresh Rate" can be set. Minimum refresh rate once/10 minutes, recommended 60min to avoid excessive battery drain.
Please be aware that the actual temperature measure for thermostats is only updated after the valve moved position or the thermostats mode has changed. Hence the temperature you see may be hours old. In that case you can update the temperature by changing the mode, wait approx. 2 minutes and change the mode back.
There is an experimental mode that does this automatically. This can be enabled by showing the "advanced settings"(e.g. in Habmin UI. Than the "Actual Temperature Refresh Rate" can be set. Minimum refresh rate once/10 minutes, recommended 60min to avoid excessive battery drain.
## New Device Inclusion
When clicking the discovery button for MAX! devices manually in the UI, you will start New Device Inclusion mode for 60s. During this time holding the _boost_ button on your device will link it to the Cube.
## Device configuration
In the _Configuration Parameters_ section of the device things you can update some of the device configuration parameters. Currently the following parameters can be updated:
In the _Configuration Parameters_ section of the device things you can update some of the device configuration parameters. Currently the following parameters can be updated:
* _name_ Name of the thermostat stored in the Cube (also used by the eq3 software).
_Cube device configurable parameters_
_Cube device configurable parameters_
* _ntpServer1_ The hostname for NTP Server 1 used by the Cube to get the time
* _ntpServer2_ The hostname for NTP Server 2 used by the Cube to get the time
## Action Buttons (visible in HABmin)
In the HABmin thing configuration screen several action buttons are available to trigger special actions on the Cube
## Action Buttons (visible in Habmin)
In the Habmin thing configuration screen several action buttons are available to trigger special actions on the Cube
* _Reset Cube Configuration_. This resets the MAX! Cube room and device information. Devices will need to be included again! To use this button you need to enable 'Advanced settings'
* _Restart Cube_, triggers the reboot of a Cube. This can be used if a Cube became unresponsive to commands or no connection can be made. (e.g. if you tried to connect to the Cube with multiple applications at the same time)
On the MAX! devices you can trigger the following action
* _Delete Device from Cube_. Deletes the device from the MAX! Cube. Device will need to be included again! To use this button you need to enable 'Advanced settings'
Note: In PaperUI there are no action buttons. You can trigger these actions changing from 'No Action' in the dropdown to the action value.
Note: In PaperUI there are no action buttons. You can trigger these actions changing from 'No Action' in the dropdown to the action value.

View File

@ -41,8 +41,7 @@ All devices support some of the following channels:
## Full Example
demo.Things:
demo.things:
```
network:device:1 [ hostname="192.168.0.64", port="0", retry="1", timeout="5000", refresh_interval="60000", use_system_ping="false" ]
```

View File

@ -102,8 +102,7 @@ The following are only support by the OpenSprinkler using the HTTP API interface
## Full Example
demo.Things:
demo.things:
```
opensprinkler:http:1 [ hostname="192.168.1.23", port=80, password="opendoor", refresh=60 ]
```

View File

@ -80,8 +80,7 @@ Here after are the ID values of the input sources:
##Full example
*demo.Things:
*demo.things:
```
pioneeravr:ipAvr:vsx921 [ address="192.168.188.89" ]
```

View File

@ -33,7 +33,7 @@ The Samsung TV Thing requires the host name and port address as a configuration
E.g.
```
Thing samsungtv:tv:livingroom [ hostName="192.168.1.10", port=55000, refreshInterval=1000]
Thing samsungtv:tv:livingroom [ hostname="192.168.1.10", port=55000, refreshInterval=1000]
```
## Channels

View File

@ -1,203 +0,0 @@
---
layout: documentation
---
{% include base.html %}
# Systeminfo Binding
System information Binding provides operating system and hardware information including:
- Operating system name, version and manufacturer
- CPU average recent load and load for last 1, 5, 15 minutes, name, description, number of physical and logical cores, running threads number, system uptime
- Free, total and available memory
- Free, total and available swap memory
- Hard drive name, model and serial number
- Free, total, available storage space and storage type (NTSFS, FAT32 ..)
- Battery information - estimated remaining time, capacity, name
- Sensors information - CPU voltage and temperature, fan speeds
- Display information
- Network IP,name and adapter name, mac, data sent and received, packages sent and received
The binding uses [oshi](https://github.com/dblock/oshi) API to access this information regardless of the underlying platform and does not need any native parts.
## Supported Things
The binding supports only one thing type - **computer**. This thing represents a system with one storage volume, one display device and one network adapter.
The thing has the following properties:
- `cpu_logicalCores` - Number of CPU logical cores
- `cpu_physicalCores` - Number of CPU physical cores
- `os_manufacturer` - The manufacturer of the operating system
- `os_version` - The version of the operating system
- `os_family` - The family of the operating system
If multiple storage or display devices support is needed, new thing type has to be defined. This is workaround until [this issue] (https://github.com/eclipse/smarthome/issues/588) is resolved and it is possible to add dynamically channels to DSL defined thing.
## Discovery
The discovery service implementation tries to resolve the computer name. If the resolving process fails, the computer name is set to "Unknown". In both cases it creates a Discovery Result with thing type **computer**.
When [this issue] (https://github.com/eclipse/smarthome/issues/1118) is resolved it will be possible to implement creation of dynamic channels (e.g. the binding will scan how much storage devices are present and create channel groups for them). At the moment this is not supported.
## Binding configuration
No binding configuration required.
## Thing configuration
The configuration of the Thing gives the user the possibility to update channels at different intervals.
The thing has two configuration parameters:
* **interval_high** - refresh interval in seconds for channels with 'High' priority configuration. Default value is 1 s.
* **interval_medium** - refresh interval in seconds for channels with 'Medium' priority configuration. Default value is 60s.
That means that by default configuration:
* channels with priority set to 'High' are updated every second
* channels with priority set to 'Medium' - every minute
* channels with priority set to 'Low' only at initializing or at Refresh command.
For more info see [channel configuration](#channel-configuration)
## Channels
The binding support several channel group. Each channel group, contains one or more channels. In the list below, you can find, how are channel group and channels id`s related.
**thing** `computer`
* **group** `memory`
**channel** `available, total, used, available_percent`
* **group** `swap`
**channel** `available, total, used, available_percent`
* **group** `storage` (deviceIndex)
**channel** `available, total, used, available_percent, name, description, type`
* **group** `drive` (deviceIndex)
**channel** `name, model, serial`
* **group** `display` (deviceIndex)
**channel** `information`
* **group** `battery` (deviceIndex)
**channel** `name, remainingCapacity, remainingTime`
* **group** `cpu`
**channel** `name, description, load, load1, load5, load15, uptime`
* **group** `sensors`
**channel** `cpuTemp, cpuVoltage, fanSpeed`
* **group** `network` (deviceIndex)
**channel** `ip, mac, networkDisplayName, networkName, packagesSent, packagesReceived, dataSent, dataReceived`
The groups marked with "deviceIndex" may have device index attached to the Channel Group.
- channel ::= chnanel_group & (deviceIndex) & # channel_id
- deviceIndex ::= number > 0
- (e.g. *storage1#available*)
The binding uses this index to get information about a specific device from a list of devices.
(e.g on a single computer could be installed several local disks with names C:\, D:\, E:\ - the first will have deviceIndex=0, the second deviceIndex=1 ant etc). If device with this index is not existing, the binding will display an error message on the console.
In the table is shown more detailed information about each Channel type.
The binding introduces the following channels:
| Chnanel ID | Channel Description | Supported item type | Default priority | Advanced |
| ------------- | ------------- |------------|----------|----------|
| load | Recent load in percents | Number | High | False |
| load1 | Load in percents for the last 1 minutes | Number | Medium | True |
| load5 | Load in percents for the last 5 minutes | Number | Medium | True |
| load15 | Load in percents for the last 1 minutes | Number | Medium | True |
| threads | Number of threads currently running | Number | Medium | True |
| uptime | System uptime (time after start) in minutes | Number | Medium | True |
| name | Name of the device | String | Low | False |
| available | Available size in MB | Number | High | False |
| used | Used size in MB | Number | High | False |
| total | Total size in MB | Number | Low | False |
| availablePercent | Available size in % | Number | High | False |
| model | The model of the device | String | Low | True |
| serial | The serial number of the device | String | Low | True |
| description | Description of the device | String | Low | True |
| type | Storage type | String | Low | True |
| cpuTemp | CPU Temperature in Celsius degrees | Number | High | True |
| cpuVoltage | CPU Voltage in V | Number | Medium | True |
| fanSpeed | Fan speed in rpm | Number | Medium | True |
| remainingTime | Remaining time in minutes | Number | Medium | False |
| remainingCapacity | Remaining capacity in percents | Number | Medium | False |
| information | Product, manufacturer, SN, width and height of the display in cm | String | Low | True |
| ip | Host IP address of the network | String | Low | False |
| mac | MAC address | String | Low | True |
| networkName | The name of the network. | String | Low | False |
| networkDisplayName | The display name of the network | String | Low | False |
| packagesSent | Number of packages sent | Number | Medium | True |
| packagesReceived | Number of packages received | Number | Medium | True |
| dataSent | Data sent in MB | Number | Medium | True |
| dataReceived | Data received in MB | Number | Medium | True |
##Channel configuration
Each of the channels has a default configuration parameter - priority. It has the following options:
- **High**
- **Medium**
- **Low**
## Full example
Things:
```
systeminfo:computer:work [interval_high=3, interval_medium=60]
```
Items:
```
/* Network information*/
String Network_AdapterName { channel="systeminfo:computer:work:network#networkDisplayName" }
String Network_Name { channel="systeminfo:computer:work:network#networkName" }
String Network_IP { channel="systeminfo:computer:work:network#ip" }
String Network_Mac { channel="systeminfo:computer:work:network#mac" }
Number Network_DataSent { channel="systeminfo:computer:work:network#dataSent" }
Number Network_DataRecevied { channel="systeminfo:computer:work:network#dataReceived" }
Number Network_PackagesSent { channel="systeminfo:computer:work:network#packagesSent" }
Number Network_PackagesRecevied { channel="systeminfo:computer:work:network#packagesReceived" }
/* CPU information*/
String CPU_Name { channel="systeminfo:computer:work:cpu#name" }
String CPU_Description { channel="systeminfo:computer:work:cpu#description" }
Number CPU_Load { channel="systeminfo:computer:work:cpu#load"}
Number CPU_Load1 { channel="systeminfo:computer:work:cpu#load1" }
Number CPU_Load5 { channel="systeminfo:computer:work:cpu#load5" }
Number CPU_Load15 { channel="systeminfo:computer:work:cpu#load15" }
Number CPU_Load1 { channel="systeminfo:computer:work:cpu#load1" }
Number CPU_Threads { channel="systeminfo:computer:work:cpu#threads" }
Number CPU_Uptime { channel="systeminfo:computer:work:cpu#uptime" }
/* Drive information*/
String Drive_Name { channel="systeminfo:computer:work:drive#name" }
String Drive_Model { channel="systeminfo:computer:work:drive#model" }
String Drive_Serial { channel="systeminfo:computer:work:drive#serial" }
/* Storage information*/
String Storage_Name { channel="systeminfo:computer:work:storage#name" }
String Storage_Type { channel="systeminfo:computer:work:storage#type" }
String Storage_Description { channel="systeminfo:computer:work:storage#description" }
Number Storage_Available { channel="systeminfo:computer:work:storage#available" }
Number Storage_Used { channel="systeminfo:computer:work:storage#used" }
Number Storage_Total { channel="systeminfo:computer:work:storage#total" }
Number Storage_Available_Percent { channel="systeminfo:computer:work:storage#availablePercent" }
/* Memory information*/
Number Memory_Available { channel="systeminfo:computer:work:memory#available" }
Number Memory_Used { channel="systeminfo:computer:work:memory#used" }
Number Memory_Total { channel="systeminfo:computer:work:memory#total" }
Number Memory_Available_Percent { channel="systeminfo:computer:work:memory#availablePercent" }
/* Swap memory information*/
Number Swap_Available { channel="systeminfo:computer:work:swap#available" }
Number Swap_Used { channel="systeminfo:computer:work:swap#used" }
Number Swap_Total { channel="systeminfo:computer:work:swap#total" }
Number Swap_Available_Percent { channel="systeminfo:computer:work:swap#availablePercent" }
/* Battery information*/
String Battery_Name { channel="systeminfo:computer:work:battery#name" }
Number Battery_RemainingCapacity { channel="systeminfo:computer:work:battery#remainingCapacity" }
Number Battery_RemainingTime { channel="systeminfo:computer:work:battery#remainingTime" }
/* Display information*/
String Display_Description { channel="systeminfo:computer:work:display#information" }
/* Sensors information*/
Number Sensor_CPUTemp { channel="systeminfo:computer:work:sensors#cpuTemp" }
Number Sensor_CPUVoltage { channel="systeminfo:computer:work:sensors#cpuVoltage" }
Number Sensor_FanSpeed { channel="systeminfo:computer:work:sensors#fanSpeed" }
```

View File

@ -42,8 +42,7 @@ All devices support the following channels (non exhaustive):
## Full Example
demo.Things:
demo.things:
```
Thing tesla:models:1 [ username="your.email@company.com", password="somepassword", vin="5YJSA7H25FFP53746"]
```

View File

@ -1,380 +0,0 @@
---
layout: documentation
---
{% include base.html %}
# Classic Icon Set
This is a modernized version of the original icon set of openHAB 1.<br/><br/>
![alarm](icons/alarm.png)
![attic](icons/attic.png)
![baby_1](icons/baby_1.png)
![baby_2](icons/baby_2.png)
![baby_3](icons/baby_3.png)
![baby_4](icons/baby_4.png)
![baby_5](icons/baby_5.png)
![baby_6](icons/baby_6.png)
![bath](icons/bath.png)
![battery-0](icons/battery-0.png)
![battery-10](icons/battery-10.png)
![battery-100](icons/battery-100.png)
![battery-20](icons/battery-20.png)
![battery-30](icons/battery-30.png)
![battery-40](icons/battery-40.png)
![battery-50](icons/battery-50.png)
![battery-60](icons/battery-60.png)
![battery-70](icons/battery-70.png)
![battery-80](icons/battery-80.png)
![battery-90](icons/battery-90.png)
![battery](icons/battery.png)
![bedroom](icons/bedroom.png)
![bedroom_blue](icons/bedroom_blue.png)
![bedroom_orange](icons/bedroom_orange.png)
![bedroom_red](icons/bedroom_red.png)
![blinds-0](icons/blinds-0.png)
![blinds-10](icons/blinds-10.png)
![blinds-100](icons/blinds-100.png)
![blinds-20](icons/blinds-20.png)
![blinds-30](icons/blinds-30.png)
![blinds-40](icons/blinds-40.png)
![blinds-50](icons/blinds-50.png)
![blinds-60](icons/blinds-60.png)
![blinds-70](icons/blinds-70.png)
![blinds-80](icons/blinds-80.png)
![blinds-90](icons/blinds-90.png)
![blinds](icons/blinds.png)
![bluetooth](icons/bluetooth.png)
![boiler_viessmann](icons/boiler_viessmann.png)
![boy_1](icons/boy_1.png)
![boy_2](icons/boy_2.png)
![boy_3](icons/boy_3.png)
![boy_4](icons/boy_4.png)
![boy_5](icons/boy_5.png)
![boy_6](icons/boy_6.png)
![calendar](icons/calendar.png)
![camera](icons/camera.png)
![carbondioxide](icons/carbondioxide.png)
![cellar](icons/cellar.png)
![chart](icons/chart.png)
![cinema](icons/cinema.png)
![cinemascreen-0](icons/cinemascreen-0.png)
![cinemascreen-10](icons/cinemascreen-10.png)
![cinemascreen-100](icons/cinemascreen-100.png)
![cinemascreen-20](icons/cinemascreen-20.png)
![cinemascreen-30](icons/cinemascreen-30.png)
![cinemascreen-40](icons/cinemascreen-40.png)
![cinemascreen-50](icons/cinemascreen-50.png)
![cinemascreen-60](icons/cinemascreen-60.png)
![cinemascreen-70](icons/cinemascreen-70.png)
![cinemascreen-80](icons/cinemascreen-80.png)
![cinemascreen-90](icons/cinemascreen-90.png)
![cinemascreen](icons/cinemascreen.png)
![cistern-0](icons/cistern-0.png)
![cistern-10](icons/cistern-10.png)
![cistern-100](icons/cistern-100.png)
![cistern-20](icons/cistern-20.png)
![cistern-30](icons/cistern-30.png)
![cistern-40](icons/cistern-40.png)
![cistern-50](icons/cistern-50.png)
![cistern-60](icons/cistern-60.png)
![cistern-70](icons/cistern-70.png)
![cistern-80](icons/cistern-80.png)
![cistern-90](icons/cistern-90.png)
![cistern](icons/cistern.png)
![climate-on](icons/climate-on.png)
![climate](icons/climate.png)
![clock-on](icons/clock-on.png)
![clock](icons/clock.png)
![colorlight](icons/colorlight.png)
![colorwheel](icons/colorwheel.png)
![contact-ajar](icons/contact-ajar.png)
![contact-closed](icons/contact-closed.png)
![contact-open](icons/contact-open.png)
![contact](icons/contact.png)
![corridor](icons/corridor.png)
![dimmablelight-0](icons/dimmablelight-0.png)
![dimmablelight-10](icons/dimmablelight-10.png)
![dimmablelight-100](icons/dimmablelight-100.png)
![dimmablelight-20](icons/dimmablelight-20.png)
![dimmablelight-30](icons/dimmablelight-30.png)
![dimmablelight-40](icons/dimmablelight-40.png)
![dimmablelight-50](icons/dimmablelight-50.png)
![dimmablelight-60](icons/dimmablelight-60.png)
![dimmablelight-70](icons/dimmablelight-70.png)
![dimmablelight-80](icons/dimmablelight-80.png)
![dimmablelight-90](icons/dimmablelight-90.png)
![dimmablelight](icons/dimmablelight.png)
![door-closed](icons/door-closed.png)
![door-open](icons/door-open.png)
![door](icons/door.png)
![dryer-0](icons/dryer-0.png)
![dryer-1](icons/dryer-1.png)
![dryer-2](icons/dryer-2.png)
![dryer-3](icons/dryer-3.png)
![dryer-4](icons/dryer-4.png)
![dryer-5](icons/dryer-5.png)
![dryer](icons/dryer.png)
![energy](icons/energy.png)
![error](icons/error.png)
![fan](icons/fan.png)
![fan_box](icons/fan_box.png)
![fan_ceiling](icons/fan_ceiling.png)
![faucet](icons/faucet.png)
![fire-off](icons/fire-off.png)
![fire-on](icons/fire-on.png)
![fire](icons/fire.png)
![firstfloor](icons/firstfloor.png)
![flow](icons/flow.png)
![flowpipe](icons/flowpipe.png)
![frontdoor-closed](icons/frontdoor-closed.png)
![frontdoor-open](icons/frontdoor-open.png)
![frontdoor](icons/frontdoor.png)
![garage](icons/garage.png)
![garage_detached](icons/garage_detached.png)
![garage_detached_selected](icons/garage_detached_selected.png)
![garagedoor-0](icons/garagedoor-0.png)
![garagedoor-10](icons/garagedoor-10.png)
![garagedoor-100](icons/garagedoor-100.png)
![garagedoor-20](icons/garagedoor-20.png)
![garagedoor-30](icons/garagedoor-30.png)
![garagedoor-40](icons/garagedoor-40.png)
![garagedoor-50](icons/garagedoor-50.png)
![garagedoor-60](icons/garagedoor-60.png)
![garagedoor-70](icons/garagedoor-70.png)
![garagedoor-80](icons/garagedoor-80.png)
![garagedoor-90](icons/garagedoor-90.png)
![garagedoor-ajar](icons/garagedoor-ajar.png)
![garagedoor-closed](icons/garagedoor-closed.png)
![garagedoor-open](icons/garagedoor-open.png)
![garagedoor](icons/garagedoor.png)
![garden](icons/garden.png)
![gas](icons/gas.png)
![girl_1](icons/girl_1.png)
![girl_2](icons/girl_2.png)
![girl_3](icons/girl_3.png)
![girl_4](icons/girl_4.png)
![girl_5](icons/girl_5.png)
![girl_6](icons/girl_6.png)
![grass](icons/grass.png)
![greenhouse](icons/greenhouse.png)
![groundfloor](icons/groundfloor.png)
![group](icons/group.png)
![heating-0](icons/heating-0.png)
![heating-100](icons/heating-100.png)
![heating-20](icons/heating-20.png)
![heating-40](icons/heating-40.png)
![heating-60](icons/heating-60.png)
![heating-80](icons/heating-80.png)
![heating-off](icons/heating-off.png)
![heating-on](icons/heating-on.png)
![heating](icons/heating.png)
![house](icons/house.png)
![humidity-0](icons/humidity-0.png)
![humidity-10](icons/humidity-10.png)
![humidity-100](icons/humidity-100.png)
![humidity-20](icons/humidity-20.png)
![humidity-30](icons/humidity-30.png)
![humidity-40](icons/humidity-40.png)
![humidity-50](icons/humidity-50.png)
![humidity-60](icons/humidity-60.png)
![humidity-70](icons/humidity-70.png)
![humidity-80](icons/humidity-80.png)
![humidity-90](icons/humidity-90.png)
![humidity](icons/humidity.png)
![incline](icons/incline.png)
![keyring](icons/keyring.png)
![kitchen](icons/kitchen.png)
![light-off](icons/light-off.png)
![light-on](icons/light-on.png)
![light](icons/light.png)
![line-decline](icons/line-decline.png)
![line-incline](icons/line-incline.png)
![line-stagnation](icons/line-stagnation.png)
![line](icons/line.png)
![lock-closed](icons/lock-closed.png)
![lock-open](icons/lock-open.png)
![lock](icons/lock.png)
![man_1](icons/man_1.png)
![man_2](icons/man_2.png)
![man_3](icons/man_3.png)
![man_4](icons/man_4.png)
![man_5](icons/man_5.png)
![man_6](icons/man_6.png)
![microphone](icons/microphone.png)
![moon](icons/moon.png)
![motion](icons/motion.png)
![movecontrol](icons/movecontrol.png)
![network-off](icons/network-off.png)
![network-on](icons/network-on.png)
![network](icons/network.png)
![niveau](icons/niveau.png)
![office](icons/office.png)
![oil](icons/oil.png)
![outdoorlight](icons/outdoorlight.png)
![pantry](icons/pantry.png)
![parents-off](icons/parents-off.png)
![parents_1_1](icons/parents_1_1.png)
![parents_1_2](icons/parents_1_2.png)
![parents_1_3](icons/parents_1_3.png)
![parents_1_4](icons/parents_1_4.png)
![parents_1_5](icons/parents_1_5.png)
![parents_1_6](icons/parents_1_6.png)
![parents_2_1](icons/parents_2_1.png)
![parents_2_2](icons/parents_2_2.png)
![parents_2_3](icons/parents_2_3.png)
![parents_2_4](icons/parents_2_4.png)
![parents_2_5](icons/parents_2_5.png)
![parents_2_6](icons/parents_2_6.png)
![parents_3_1](icons/parents_3_1.png)
![parents_3_2](icons/parents_3_2.png)
![parents_3_3](icons/parents_3_3.png)
![parents_3_4](icons/parents_3_4.png)
![parents_3_5](icons/parents_3_5.png)
![parents_3_6](icons/parents_3_6.png)
![parents_4_1](icons/parents_4_1.png)
![parents_4_2](icons/parents_4_2.png)
![parents_4_3](icons/parents_4_3.png)
![parents_4_4](icons/parents_4_4.png)
![parents_4_5](icons/parents_4_5.png)
![parents_4_6](icons/parents_4_6.png)
![parents_5_1](icons/parents_5_1.png)
![parents_5_2](icons/parents_5_2.png)
![parents_5_3](icons/parents_5_3.png)
![parents_5_4](icons/parents_5_4.png)
![parents_5_5](icons/parents_5_5.png)
![parents_5_6](icons/parents_5_6.png)
![parents_6_1](icons/parents_6_1.png)
![parents_6_2](icons/parents_6_2.png)
![parents_6_3](icons/parents_6_3.png)
![parents_6_4](icons/parents_6_4.png)
![parents_6_5](icons/parents_6_5.png)
![parents_6_6](icons/parents_6_6.png)
![party](icons/party.png)
![pie](icons/pie.png)
![piggybank](icons/piggybank.png)
![player](icons/player.png)
![poweroutlet-au](icons/poweroutlet-au.png)
![poweroutlet-eu](icons/poweroutlet-eu.png)
![poweroutlet-off](icons/poweroutlet-off.png)
![poweroutlet-on](icons/poweroutlet-on.png)
![poweroutlet-uk](icons/poweroutlet-uk.png)
![poweroutlet-us](icons/poweroutlet-us.png)
![poweroutlet](icons/poweroutlet.png)
![present-off](icons/present-off.png)
![present](icons/present.png)
![pressure](icons/pressure.png)
![projector_benq](icons/projector_benq.png)
![pump](icons/pump.png)
![qualityofservice-0](icons/qualityofservice-0.png)
![qualityofservice-1](icons/qualityofservice-1.png)
![qualityofservice-2](icons/qualityofservice-2.png)
![qualityofservice-3](icons/qualityofservice-3.png)
![qualityofservice-4](icons/qualityofservice-4.png)
![radiator](icons/radiator.png)
![rain](icons/rain.png)
![receiver-off](icons/receiver-off.png)
![receiver-on](icons/receiver-on.png)
![receiver](icons/receiver.png)
![recorder](icons/recorder.png)
![returnpipe](icons/returnpipe.png)
![rgb](icons/rgb.png)
![rollershutter-0](icons/rollershutter-0.png)
![rollershutter-10](icons/rollershutter-10.png)
![rollershutter-100](icons/rollershutter-100.png)
![rollershutter-20](icons/rollershutter-20.png)
![rollershutter-30](icons/rollershutter-30.png)
![rollershutter-40](icons/rollershutter-40.png)
![rollershutter-50](icons/rollershutter-50.png)
![rollershutter-60](icons/rollershutter-60.png)
![rollershutter-70](icons/rollershutter-70.png)
![rollershutter-80](icons/rollershutter-80.png)
![rollershutter-90](icons/rollershutter-90.png)
![rollershutter](icons/rollershutter.png)
![settings](icons/settings.png)
![sewerage-0](icons/sewerage-0.png)
![sewerage-10](icons/sewerage-10.png)
![sewerage-100](icons/sewerage-100.png)
![sewerage-20](icons/sewerage-20.png)
![sewerage-30](icons/sewerage-30.png)
![sewerage-40](icons/sewerage-40.png)
![sewerage-50](icons/sewerage-50.png)
![sewerage-60](icons/sewerage-60.png)
![sewerage-70](icons/sewerage-70.png)
![sewerage-80](icons/sewerage-80.png)
![sewerage-90](icons/sewerage-90.png)
![sewerage](icons/sewerage.png)
![shield-0](icons/shield-0.png)
![shield-1](icons/shield-1.png)
![shield](icons/shield.png)
![signal-0](icons/signal-0.png)
![signal-1](icons/signal-1.png)
![signal-2](icons/signal-2.png)
![signal-3](icons/signal-3.png)
![signal-4](icons/signal-4.png)
![siren-off](icons/siren-off.png)
![siren-on](icons/siren-on.png)
![siren](icons/siren.png)
![slider-0](icons/slider-0.png)
![slider-10](icons/slider-10.png)
![slider-100](icons/slider-100.png)
![slider-20](icons/slider-20.png)
![slider-30](icons/slider-30.png)
![slider-40](icons/slider-40.png)
![slider-50](icons/slider-50.png)
![slider-60](icons/slider-60.png)
![slider-70](icons/slider-70.png)
![slider-80](icons/slider-80.png)
![slider-90](icons/slider-90.png)
![slider](icons/slider.png)
![smiley](icons/smiley.png)
![smoke](icons/smoke.png)
![sofa](icons/sofa.png)
![softener](icons/softener.png)
![solarplant](icons/solarplant.png)
![soundvolume-0](icons/soundvolume-0.png)
![soundvolume-100](icons/soundvolume-100.png)
![soundvolume-33](icons/soundvolume-33.png)
![soundvolume-66](icons/soundvolume-66.png)
![soundvolume](icons/soundvolume.png)
![soundvolume_mute](icons/soundvolume_mute.png)
![status](icons/status.png)
![suitcase](icons/suitcase.png)
![sun](icons/sun.png)
![sun_clouds](icons/sun_clouds.png)
![sunrise](icons/sunrise.png)
![sunset](icons/sunset.png)
![switch-off](icons/switch-off.png)
![switch-on](icons/switch-on.png)
![switch](icons/switch.png)
![television-on](icons/television-on.png)
![televison-off](icons/televison-off.png)
![temperature](icons/temperature.png)
![temperature_cold](icons/temperature_cold.png)
![temperature_hot](icons/temperature_hot.png)
![terrace](icons/terrace.png)
![text](icons/text.png)
![toilet](icons/toilet.png)
![vacation](icons/vacation.png)
![video](icons/video.png)
![wardrobe](icons/wardrobe.png)
![washingmachine](icons/washingmachine.png)
![washingmachine_2-0](icons/washingmachine_2-0.png)
![washingmachine_2-1](icons/washingmachine_2-1.png)
![washingmachine_2-2](icons/washingmachine_2-2.png)
![washingmachine_2-3](icons/washingmachine_2-3.png)
![washingmachine_2](icons/washingmachine_2.png)
![water](icons/water.png)
![wind](icons/wind.png)
![window-ajar](icons/window-ajar.png)
![window-closed](icons/window-closed.png)
![window-open](icons/window-open.png)
![window](icons/window.png)
![woman_1](icons/woman_1.png)
![woman_2](icons/woman_2.png)
![woman_3](icons/woman_3.png)
![woman_4](icons/woman_4.png)
![woman_5](icons/woman_5.png)
![woman_6](icons/woman_6.png)
![zoom](icons/zoom.png)

View File

@ -1,155 +0,0 @@
#!/bin/sh
#
# Create needed icon copies.
#
# Aliases
cp -f house.png group.png
cp -f house.svg group.svg
# Alternative Types
cp -f dimmablelight-0.png light-off.png
cp -f dimmablelight-0.svg light-off.svg
cp -f dimmablelight-100.png light-on.png
cp -f dimmablelight-100.svg light-on.svg
cp -f garagedoor-70.png garagedoor-ajar.png
cp -f garagedoor-70.svg garagedoor-ajar.svg
cp -f garagedoor-100.png garagedoor-closed.png
cp -f garagedoor-100.svg garagedoor-closed.svg
cp -f garagedoor-0.png garagedoor-open.png
cp -f garagedoor-0.svg garagedoor-open.svg
cp -f garagedoor-ajar.png garagedoor.png
cp -f garagedoor-ajar.svg garagedoor.svg
cp -f heating-0.png heating-off.png
cp -f heating-0.svg heating-off.svg
cp -f heating-100.png heating-on.png
cp -f heating-100.svg heating-on.svg
# Uninitialized State
cp -f dimmablelight-100.png dimmablelight.png
cp -f dimmablelight-100.svg dimmablelight.svg
cp -f fire-on.png fire.png
cp -f fire-on.svg fire.svg
cp -f heating-on.png heating.png
cp -f heating-on.svg heating.svg
cp -f light-on.png light.png
cp -f light-on.svg light.svg
cp -f lock-closed.png lock.png
cp -f lock-closed.svg lock.svg
cp -f receiver-on.png receiver.png
cp -f receiver-on.svg receiver.svg
cp -f signal-4.png signal.png
cp -f signal-4.svg signal.svg
cp -f siren-on.png siren.png
cp -f siren-on.svg siren.svg
cp -f soundvolume-100.png soundvolume.png
cp -f soundvolume-100.svg soundvolume.svg
# ESH Channel Categories
cp -f siren.png alarm.png
cp -f siren.svg alarm.svg
cp -f battery-0.png battery.png
cp -f battery-0.svg battery.svg
cp -f rollershutter-0.png blinds-0.png
cp -f rollershutter-0.svg blinds-0.svg
cp -f rollershutter-10.png blinds-10.png
cp -f rollershutter-10.svg blinds-10.svg
cp -f rollershutter-20.png blinds-20.png
cp -f rollershutter-20.svg blinds-20.svg
cp -f rollershutter-30.png blinds-30.png
cp -f rollershutter-30.svg blinds-30.svg
cp -f rollershutter-40.png blinds-40.png
cp -f rollershutter-40.svg blinds-40.svg
cp -f rollershutter-50.png blinds-50.png
cp -f rollershutter-50.svg blinds-50.svg
cp -f rollershutter-60.png blinds-60.png
cp -f rollershutter-60.svg blinds-60.svg
cp -f rollershutter-70.png blinds-70.png
cp -f rollershutter-70.svg blinds-70.svg
cp -f rollershutter-80.png blinds-80.png
cp -f rollershutter-80.svg blinds-80.svg
cp -f rollershutter-90.png blinds-90.png
cp -f rollershutter-90.svg blinds-90.svg
cp -f rollershutter-100.png blinds-100.png
cp -f rollershutter-100.svg blinds-100.svg
cp -f rollershutter.png blinds.png
cp -f rollershutter.svg blinds.svg
cp -f colorwheel.png colorlight.png
cp -f colorwheel.svg colorlight.svg
cp -f window-ajar.png contact-ajar.png
cp -f window-ajar.svg contact-ajar.svg
cp -f window-closed.png contact-closed.png
cp -f window-closed.svg contact-closed.svg
cp -f window-open.png contact-open.png
cp -f window-open.svg contact-open.svg
cp -f window.png contact.png
cp -f window.svg contact.svg
cp -f dimmablelight-0.png slider-0.png
cp -f dimmablelight-0.svg slider-0.svg
cp -f dimmablelight-10.png slider-10.png
cp -f dimmablelight-10.svg slider-10.svg
cp -f dimmablelight-20.png slider-20.png
cp -f dimmablelight-20.svg slider-20.svg
cp -f dimmablelight-30.png slider-30.png
cp -f dimmablelight-30.svg slider-30.svg
cp -f dimmablelight-40.png slider-40.png
cp -f dimmablelight-40.svg slider-40.svg
cp -f dimmablelight-50.png slider-50.png
cp -f dimmablelight-50.svg slider-50.svg
cp -f dimmablelight-60.png slider-60.png
cp -f dimmablelight-60.svg slider-60.svg
cp -f dimmablelight-70.png slider-70.png
cp -f dimmablelight-70.svg slider-70.svg
cp -f dimmablelight-80.png slider-80.png
cp -f dimmablelight-80.svg slider-80.svg
cp -f dimmablelight-90.png slider-90.png
cp -f dimmablelight-90.svg slider-90.svg
cp -f dimmablelight-100.png slider-100.png
cp -f dimmablelight-100.svg slider-100.svg
cp -f dimmablelight.png slider.png
cp -f dimmablelight.svg slider.svg
cp -f fan_box.png fan.png
cp -f fan_box.svg fan.svg
cp -f receiver.png player.png
cp -f receiver.svg player.svg
cp -f signal-0.png qualityofservice-0.png
cp -f signal-0.svg qualityofservice-0.svg
cp -f signal-1.png qualityofservice-1.png
cp -f signal-1.svg qualityofservice-1.svg
cp -f signal-2.png qualityofservice-2.png
cp -f signal-2.svg qualityofservice-2.svg
cp -f signal-3.png qualityofservice-3.png
cp -f signal-3.svg qualityofservice-3.svg
cp -f signal-4.png qualityofservice-4.png
cp -f signal-4.svg qualityofservice-4.svg
cp -f signal.png qualityofservice.png
cp -f signal.svg qualityofservice.svg
cp -f microphone.png recorder.png
cp -f microphone.svg recorder.svg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,8 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m6 58.5c-.83 0-1.5-.67-1.5-1.5v-4.15c0-.83.67-1.5 1.5-1.5h52c.83 0 1.5.67 1.5 1.5v4.15c0 .83-.67 1.5-1.5 1.5h-52" style="fill:#afafaf"/>
<path d="m58 51.86c.55 0 1 .45 1 1v4.14c0 .55-.45 1-1 1h-52c-.55 0-1-.45-1-1v-4.15c0-.55.45-1 1-1h52m0-.99h-52c-1.1 0-2 .9-2 2v4.14c0 1.1.9 2 2 2h52c1.1 0 2-.9 2-2v-4.15c0-1.1-.9-1.99-2-1.99z" style="fill:#787878"/>
<path d="m8.42 50.5l.06-.55c.41-3.83.75-7.97 1.08-11.99 1.25-15.24 2.43-29.63 7.3-31.43 5.26-1.95 14.12-2.03 15.11-2.03 1.04 0 9.91.08 15.18 2.03 4.87 1.81 6.05 16.2 7.3 31.43.33 4.01.67 8.16 1.08 11.99l.06.55h-47.17" style="fill:#ef4d4d"/>
<path d="m32.02 5c.51 0 9.68.04 14.95 2 5.83 2.17 6.17 25.33 8.05 43h-8.78-14.22-.05-14.21-8.78c1.88-17.67 2.22-40.84 8.05-43 5.27-1.96 14.45-2 14.95-2 0 0 .02 0 .02 0s.02 0 .02 0m0-1v1l-.02-1c-1.03 0-9.97.07-15.32 2.06-5.17 1.92-6.3 15.8-7.62 31.86-.33 4.01-.67 8.15-1.07 11.97l-.13 1.11h1.11 8.78 14.22 14.27 8.78 1.11l-.12-1.11c-.41-3.82-.75-7.96-1.07-11.97-1.32-16.07-2.45-29.94-7.62-31.86-5.36-1.99-14.29-2.06-15.3-2.06z" style="fill:#cc2929"/>
<path d="m32.01 6.99c0 0-10.38-.94-14.01 2.01-4.92 4-6.08 22.75-7 39h21.01v-41.01" style="fill:#ffce00"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

View File

@ -1,44 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<defs>
<linearGradient id="0" gradientUnits="userSpaceOnUse" x1="3" x2="61">
<stop style="stop-color:#fff;stop-opacity:0"/>
<stop offset=".2"/>
<stop offset=".8"/>
<stop offset="1" style="stop-color:#fff;stop-opacity:0"/>
</linearGradient>
</defs>
<path d="m3 46h58v1h-58z" style="fill:url(#0)"/>
<path d="m12.5 59.5v-45.19l19.5-9.75 19.5 9.75v45.19z" style="fill:#f0f0f0"/>
<path d="M32,5.12l19,9.5V59H13V14.62L32,5.12 M32,4L12,14v46h40V14L32,4L32,4z" style="fill:#c8c8c8"/>
<path d="m12.5 33.5h39v13h-39z" style="fill:#f0f0f0"/>
<path d="m51 34v12h-38v-12h38m1-1h-40v14h40v-14z" style="fill:#c8c8c8"/>
<path d="m12.5 20.5h39v13h-39z" style="fill:#f0f0f0"/>
<path d="m51 21v12h-38v-12h38m1-1h-40v14h40v-14z" style="fill:#c8c8c8"/>
<path d="m17.43 23.43h5.13v6.13h-5.13z" style="fill:#f0f0f0"/>
<path d="m22.13 23.87v5.27h-4.27v-5.27h4.27m.87-.87h-6v7h6v-7z" style="fill:#c8c8c8"/>
<path d="m22.43 23.43h5.13v6.13h-5.13z" style="fill:#f0f0f0"/>
<path d="m27.13 23.87v5.27h-4.27v-5.27h4.27m.87-.87h-6v7h6v-7z" style="fill:#c8c8c8"/>
<path d="m40.5 36.5h6v10h-6z" style="fill:#f0f0f0"/>
<path d="m46 37v9h-5v-9h5m1-1h-7v11h7v-11z" style="fill:#c8c8c8"/>
<path d="m31.43 23.43h5.13v6.13h-5.13z" style="fill:#f0f0f0"/>
<path d="m36.13 23.87v5.27h-4.27v-5.27h4.27m.87-.87h-6v7h6v-7z" style="fill:#c8c8c8"/>
<path d="m17.43 36.43h5.13v6.13h-5.13z" style="fill:#f0f0f0"/>
<path d="m22.13 36.87v5.27h-4.27v-5.27h4.27m.87-.87h-6v7h6v-7z" style="fill:#c8c8c8"/>
<path d="m22.43 36.43h5.13v6.13h-5.13z" style="fill:#f0f0f0"/>
<path d="m27.13 36.87v5.27h-4.27v-5.27h4.27m.87-.87h-6v7h6v-7z" style="fill:#c8c8c8"/>
<path d="m31.43 36.43h5.13v6.13h-5.13z" style="fill:#f0f0f0"/>
<path d="m36.13 36.87v5.27h-4.27v-5.27h4.27m.87-.87h-6v7h6v-7z" style="fill:#c8c8c8"/>
<path d="m40.47 23.47h6.06v6.06h-6.06z" style="fill:#f0f0f0"/>
<g style="fill:#c8c8c8">
<path d="m46.06 23.94v5.13h-5.13v-5.13h5.13m.94-.94h-7v7h7v-7z"/>
<path d="m44 41h1v1h-1z"/>
</g>
<path d="m12.5 20.5v-6.19l19.5-9.75 19.5 9.75v6.19z" style="fill:#ffccd3"/>
<path d="M32,5.12l19,9.5V20H13v-5.38L32,5.12 M32,4L12,14v7h40v-7L32,4L32,4z" style="fill:#f66"/>
<path d="m58 17.5l-26-13-26 13" style="fill:none;stroke-miterlimit:10;stroke:#2e7de5;stroke-width:1.5"/>
<path d="m25.5 12.5h5v5h-5z" style="fill:#ffccd3"/>
<path d="m30 13v4h-4v-4h4m1-1h-6v6h6v-6z" style="fill:#f66"/>
<path d="m33.5 12.5h5v5h-5z" style="fill:#ffccd3"/>
<path d="m38 13v4h-4v-4h4m1-1h-6v6h6v-6z" style="fill:#f66"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,12 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m32 17.5c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5" style="fill:#f4d0b1"/>
<path d="m32 1c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-1c-5 0-9 4-9 9 0 5 4 9 9 9s9-4 9-9c0-5-4-9-9-9z" style="fill:#e5b795"/>
<path d="m27.6 63.5c-.7 0-1.3-.3-1.8-.7l-8.5-8.5c-2.1-2.1-2.1-5.6 0-7.8l5.3-5.3 5.7 5.7-5.3 5.3 6.7 6.7c.5.5.7 1.1.7 1.8 0 .7-.3 1.3-.7 1.8l-.4.4c-.4.3-1 .6-1.7.6" style="fill:#f4d0b1"/>
<path d="m22.7 41.9l4.9 4.9-4.6 4.7-.7.7.7.7 6.4 6.4c.8.8.8 2 0 2.8l-.4.3c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6l-6.4-6.4-2.1-2.1c-1.9-1.9-1.9-5.1 0-7.1l5-4.9m0-1.4l-5.7 5.7c-2.3 2.3-2.3 6.1 0 8.5l2.1 2.1 6.4 6.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l.4-.4c1.2-1.2 1.2-3.1 0-4.2l-6.4-6.4 5.3-5.3-6.3-6.4z" style="fill:#e5b795"/>
<path d="m36.4 63.5c-.7 0-1.3-.3-1.8-.7l-.4-.4c-.5-.5-.7-1.1-.7-1.8 0-.7.3-1.3.7-1.8l6.7-6.7-5.3-5.3 5.7-5.7 5.3 5.3c2.1 2.1 2.1 5.6 0 7.8l-8.5 8.5c-.4.5-1.1.8-1.7.8" style="fill:#f4d0b1"/>
<path d="m41.3 41.9l4.9 4.9c1.9 1.9 1.9 5.1 0 7.1l-2.1 2.1-6.4 6.4c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6l-.4-.4c-.8-.8-.8-2 0-2.8l6.4-6.4.7-.7-.6-.6-4.6-4.6 4.9-5m0-1.4l-6.3 6.4 5.3 5.3-6.4 6.4c-1.2 1.2-1.2 3.1 0 4.2l.4.4c.6.6 1.4.9 2.1.9.8 0 1.5-.3 2.1-.9l6.4-6.4 2.1-2.1c2.3-2.3 2.3-6.1 0-8.5l-5.7-5.7z" style="fill:#e5b795"/>
<path d="m51.2 38c-.7 0-1.3-.3-1.8-.7l-9-9v8h-17v-8l-9 9c-.5.5-1.1.7-1.8.7-.7 0-1.3-.3-1.8-.7-1-1-1-2.6 0-3.5l12.9-12.8c.5-.5 1.1-.7 1.8-.7h.1.1 12.6c0 0 .1 0 .1 0 .7 0 1.4.3 1.8.7l12.8 12.7c1 1 1 2.6 0 3.5-.5.5-1.1.8-1.8.8" style="fill:#f4d0b1"/>
<path d="m38.3 20.8h.1.1c.5 0 1 .2 1.4.6l12.7 12.7c.8.8.8 2 0 2.8-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-8.1-8.1-1.7-1.7v2.4 6.3h-16v-6.3-2.4l-1.7 1.7-8.1 8.1c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6-.8-.8-.8-2 0-2.8l12.7-12.7c.4-.4.9-.6 1.4-.6h.1c0 0 .1 0 .1 0h12.6m0-1h-12.6c0 0-.1 0-.1 0 0 0-.1 0-.1 0-.8 0-1.5.3-2.1.9l-12.8 12.7c-1.2 1.2-1.2 3.1 0 4.2.6.6 1.4.9 2.1.9.8 0 1.5-.3 2.1-.9l8.1-8.1v7.3h18v-7.3l8.1 8.1c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9c1.2-1.2 1.2-3.1 0-4.2l-12.6-12.8c-.6-.6-1.4-.9-2.1-.9 0 .1-.1.1-.2.1z" style="fill:#e5b795"/>
<path d="m23 36.8l-.3 3.7 6.3 6.4h6l6.3-6.4-.3-3.7z" style="fill:#fff;stroke-miterlimit:10;stroke:#e8e8e8;stroke-linecap:round;stroke-linejoin:round"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,12 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m32 17.5c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5" style="fill:#e7b48f"/>
<path d="m32 1c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-1c-5 0-9 4-9 9 0 5 4 9 9 9s9-4 9-9c0-5-4-9-9-9z" style="fill:#d89f79"/>
<path d="m27.6 63.5c-.7 0-1.3-.3-1.8-.7l-8.5-8.5c-2.1-2.1-2.1-5.6 0-7.8l5.3-5.3 5.7 5.7-5.3 5.3 6.7 6.7c.5.5.7 1.1.7 1.8 0 .7-.3 1.3-.7 1.8l-.4.4c-.4.3-1 .6-1.7.6" style="fill:#e7b48f"/>
<path d="m22.7 41.9l4.9 4.9-4.6 4.7-.7.7.7.7 6.4 6.4c.8.8.8 2 0 2.8l-.4.3c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6l-6.4-6.4-2.1-2.1c-1.9-1.9-1.9-5.1 0-7.1l5-4.9m0-1.4l-5.7 5.7c-2.3 2.3-2.3 6.1 0 8.5l2.1 2.1 6.4 6.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l.4-.4c1.2-1.2 1.2-3.1 0-4.2l-6.4-6.4 5.3-5.3-6.3-6.4z" style="fill:#d89f79"/>
<path d="m36.4 63.5c-.7 0-1.3-.3-1.8-.7l-.4-.4c-.5-.5-.7-1.1-.7-1.8 0-.7.3-1.3.7-1.8l6.7-6.7-5.3-5.3 5.7-5.7 5.3 5.3c2.1 2.1 2.1 5.6 0 7.8l-8.5 8.5c-.4.5-1.1.8-1.7.8" style="fill:#e7b48f"/>
<path d="m41.3 41.9l4.9 4.9c1.9 1.9 1.9 5.1 0 7.1l-2.1 2.1-6.4 6.4c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6l-.4-.4c-.8-.8-.8-2 0-2.8l6.4-6.4.7-.7-.6-.6-4.6-4.6 4.9-5m0-1.4l-6.3 6.4 5.3 5.3-6.4 6.4c-1.2 1.2-1.2 3.1 0 4.2l.4.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l6.4-6.4 2.1-2.1c2.3-2.3 2.3-6.1 0-8.5l-5.7-5.7z" style="fill:#d89f79"/>
<path d="m51.2 38c-.7 0-1.3-.3-1.8-.7l-9-9v8h-17v-8l-9 9c-.5.5-1.1.7-1.8.7-.7 0-1.3-.3-1.8-.7-1-1-1-2.6 0-3.5l12.9-12.8c.5-.5 1.1-.7 1.8-.7h.1.1 12.6c0 0 .1 0 .1 0 .7 0 1.4.3 1.8.7l12.8 12.7c1 1 1 2.6 0 3.5-.5.5-1.1.8-1.8.8" style="fill:#e7b48f"/>
<path d="m38.3 20.8h.1.1c.5 0 1 .2 1.4.6l12.7 12.7c.8.8.8 2 0 2.8-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-8.1-8.1-1.7-1.7v2.4 6.3h-16v-6.3-2.4l-1.7 1.7-8.1 8.1c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6c-.8-.8-.8-2 0-2.8l12.7-12.7c.4-.4.9-.6 1.4-.6h.1c0 0 .1 0 .1 0h12.6m0-1h-12.6c0 0-.1 0-.1 0 0 0-.1 0-.1 0-.8 0-1.5.3-2.1.9l-12.8 12.7c-1.2 1.2-1.2 3.1 0 4.2.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l8.1-8.1v7.3h18v-7.3l8.1 8.1c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9c1.2-1.2 1.2-3.1 0-4.2l-12.6-12.8c-.6-.6-1.4-.9-2.1-.9 0 .1-.1.1-.2.1z" style="fill:#d89f79"/>
<path d="m23 36.8l-.3 3.7 6.3 6.4h6l6.3-6.4-.3-3.7z" style="fill:#fff;stroke-miterlimit:10;stroke:#e8e8e8;stroke-linecap:round;stroke-linejoin:round"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,12 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m32 17.5c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5" style="fill:#d29e7c"/>
<path d="m32 1c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-1c-5 0-9 4-9 9 0 5 4 9 9 9s9-4 9-9c0-5-4-9-9-9z" style="fill:#c18a6b"/>
<path d="m27.6 63.5c-.7 0-1.3-.3-1.8-.7l-8.5-8.5c-2.1-2.1-2.1-5.6 0-7.8l5.3-5.3 5.7 5.7-5.3 5.3 6.7 6.7c.5.5.7 1.1.7 1.8 0 .7-.3 1.3-.7 1.8l-.4.4c-.4.3-1 .6-1.7.6" style="fill:#d29e7c"/>
<path d="m22.7 41.9l4.9 4.9-4.6 4.7-.7.7.7.7 6.4 6.4c.8.8.8 2 0 2.8l-.4.3c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6l-6.4-6.4-2.1-2.1c-1.9-1.9-1.9-5.1 0-7.1l5-4.9m0-1.4l-5.7 5.7c-2.3 2.3-2.3 6.1 0 8.5l2.1 2.1 6.4 6.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l.4-.4c1.2-1.2 1.2-3.1 0-4.2l-6.4-6.4 5.3-5.3-6.3-6.4z" style="fill:#c18a6b"/>
<path d="m36.4 63.5c-.7 0-1.3-.3-1.8-.7l-.4-.4c-.5-.5-.7-1.1-.7-1.8 0-.7.3-1.3.7-1.8l6.7-6.7-5.3-5.3 5.7-5.7 5.3 5.3c2.1 2.1 2.1 5.6 0 7.8l-8.5 8.5c-.4.5-1.1.8-1.7.8" style="fill:#d29e7c"/>
<path d="m41.3 41.9l4.9 4.9c1.9 1.9 1.9 5.1 0 7.1l-2.1 2.1-6.4 6.4c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6l-.4-.4c-.8-.8-.8-2 0-2.8l6.4-6.4.7-.7-.6-.6-4.6-4.6 4.9-5m0-1.4l-6.3 6.4 5.3 5.3-6.4 6.4c-1.2 1.2-1.2 3.1 0 4.2l.4.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l6.4-6.4 2.1-2.1c2.3-2.3 2.3-6.1 0-8.5l-5.7-5.7z" style="fill:#c18a6b"/>
<path d="m51.2 38c-.7 0-1.3-.3-1.8-.7l-9-9v8h-17v-8l-9 9c-.5.5-1.1.7-1.8.7-.7 0-1.3-.3-1.8-.7-1-1-1-2.6 0-3.5l12.9-12.8c.5-.5 1.1-.7 1.8-.7h.1.1 12.6c0 0 .1 0 .1 0 .7 0 1.4.3 1.8.7l12.8 12.7c1 1 1 2.6 0 3.5-.5.5-1.1.8-1.8.8" style="fill:#d29e7c"/>
<path d="m38.3 20.8h.1.1c.5 0 1 .2 1.4.6l12.7 12.7c.8.8.8 2 0 2.8-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-8.1-8.1-1.7-1.7v2.4 6.3h-16v-6.3-2.4l-1.7 1.7-8.1 8.1c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6c-.8-.8-.8-2 0-2.8l12.7-12.7c.4-.4.9-.6 1.4-.6h.1c0 0 .1 0 .1 0h12.6m0-1h-12.6c0 0-.1 0-.1 0 0 0-.1 0-.1 0-.8 0-1.5.3-2.1.9l-12.8 12.7c-1.2 1.2-1.2 3.1 0 4.2.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l8.1-8.1v7.3h18v-7.3l8.1 8.1c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9c1.2-1.2 1.2-3.1 0-4.2l-12.6-12.8c-.6-.6-1.4-.9-2.1-.9 0 .1-.1.1-.2.1z" style="fill:#c18a6b"/>
<path d="m23 36.8l-.3 3.7 6.3 6.4h6l6.3-6.4-.3-3.7z" style="fill:#fff;stroke-miterlimit:10;stroke:#e8e8e8;stroke-linecap:round;stroke-linejoin:round"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,12 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m32 17.5c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5" style="fill:#ba7750"/>
<path d="m32 1c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-1c-5 0-9 4-9 9 0 5 4 9 9 9s9-4 9-9c0-5-4-9-9-9z" style="fill:#a35c3d"/>
<path d="m27.6 63.5c-.7 0-1.3-.3-1.8-.7l-8.5-8.5c-2.1-2.1-2.1-5.6 0-7.8l5.3-5.3 5.7 5.7-5.3 5.3 6.7 6.7c.5.5.7 1.1.7 1.8 0 .7-.3 1.3-.7 1.8l-.4.4c-.4.3-1 .6-1.7.6" style="fill:#ba7750"/>
<path d="m22.7 41.9l4.9 4.9-4.6 4.7-.7.7.7.7 6.4 6.4c.8.8.8 2 0 2.8l-.4.3c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-6.4-6.4-2.1-2.1c-1.9-1.9-1.9-5.1 0-7.1l5-4.9m0-1.4l-5.7 5.7c-2.3 2.3-2.3 6.1 0 8.5l2.1 2.1 6.4 6.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l.4-.4c1.2-1.2 1.2-3.1 0-4.2l-6.4-6.4 5.3-5.3-6.3-6.4z" style="fill:#a35c3d"/>
<path d="m36.4 63.5c-.7 0-1.3-.3-1.8-.7l-.4-.4c-.5-.5-.7-1.1-.7-1.8 0-.7.3-1.3.7-1.8l6.7-6.7-5.3-5.3 5.7-5.7 5.3 5.3c2.1 2.1 2.1 5.6 0 7.8l-8.5 8.5c-.4.5-1.1.8-1.7.8" style="fill:#ba7750"/>
<path d="m41.3 41.9l4.9 4.9c1.9 1.9 1.9 5.1 0 7.1l-2.1 2.1-6.4 6.4c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-.4-.4c-.8-.8-.8-2 0-2.8l6.4-6.4.7-.7-.6-.6-4.6-4.6 4.9-5m0-1.4l-6.3 6.4 5.3 5.3-6.4 6.4c-1.2 1.2-1.2 3.1 0 4.2l.4.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l6.4-6.4 2.1-2.1c2.3-2.3 2.3-6.1 0-8.5l-5.7-5.7z" style="fill:#a35c3d"/>
<path d="m51.2 38c-.7 0-1.3-.3-1.8-.7l-9-9v8h-17v-8l-9 9c-.5.5-1.1.7-1.8.7-.7 0-1.3-.3-1.8-.7-1-1-1-2.6 0-3.5l12.9-12.8c.5-.5 1.1-.7 1.8-.7h.1.1 12.6c0 0 .1 0 .1 0 .7 0 1.4.3 1.8.7l12.8 12.7c1 1 1 2.6 0 3.5-.5.5-1.1.8-1.8.8" style="fill:#ba7750"/>
<path d="m38.3 20.8h.1.1c.5 0 1 .2 1.4.6l12.7 12.7c.8.8.8 2 0 2.8-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-8.1-8.1-1.7-1.7v2.4 6.3h-16v-6.3-2.4l-1.7 1.7-8.1 8.1c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6c-.8-.8-.8-2 0-2.8l12.7-12.7c.4-.4.9-.6 1.4-.6h.1c0 0 .1 0 .1 0h12.6m0-1h-12.6c0 0-.1 0-.1 0 0 0-.1 0-.1 0-.8 0-1.5.3-2.1.9l-12.8 12.7c-1.2 1.2-1.2 3.1 0 4.2.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l8.1-8.1v7.3h18v-7.3l8.1 8.1c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9c1.2-1.2 1.2-3.1 0-4.2l-12.6-12.8c-.6-.6-1.4-.9-2.1-.9 0 .1-.1.1-.2.1z" style="fill:#a35c3d"/>
<path d="m23 36.8l-.3 3.7 6.3 6.4h6l6.3-6.4-.3-3.7z" style="fill:#fff;stroke-miterlimit:10;stroke:#e8e8e8;stroke-linecap:round;stroke-linejoin:round"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,12 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m32 17.5c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5" style="fill:#a55d2b"/>
<path d="m32 1c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-1c-5 0-9 4-9 9 0 5 4 9 9 9s9-4 9-9c0-5-4-9-9-9z" style="fill:#89471b"/>
<path d="m27.6 63.5c-.7 0-1.3-.3-1.8-.7l-8.5-8.5c-2.1-2.1-2.1-5.6 0-7.8l5.3-5.3 5.7 5.7-5.3 5.3 6.7 6.7c.5.5.7 1.1.7 1.8 0 .7-.3 1.3-.7 1.8l-.4.4c-.4.3-1 .6-1.7.6" style="fill:#a55d2b"/>
<path d="m22.7 41.9l4.9 4.9-4.6 4.7-.7.7.7.7 6.4 6.4c.8.8.8 2 0 2.8l-.4.3c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-6.4-6.4-2.1-2.1c-1.9-1.9-1.9-5.1 0-7.1l5-4.9m0-1.4l-5.7 5.7c-2.3 2.3-2.3 6.1 0 8.5l2.1 2.1 6.4 6.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l.4-.4c1.2-1.2 1.2-3.1 0-4.2l-6.4-6.4 5.3-5.3-6.3-6.4z" style="fill:#89471b"/>
<path d="m36.4 63.5c-.7 0-1.3-.3-1.8-.7l-.4-.4c-.5-.5-.7-1.1-.7-1.8 0-.7.3-1.3.7-1.8l6.7-6.7-5.3-5.3 5.7-5.7 5.3 5.3c2.1 2.1 2.1 5.6 0 7.8l-8.5 8.5c-.4.5-1.1.8-1.7.8" style="fill:#a55d2b"/>
<path d="m41.3 41.9l4.9 4.9c1.9 1.9 1.9 5.1 0 7.1l-2.1 2.1-6.4 6.4c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-.4-.4c-.8-.8-.8-2 0-2.8l6.4-6.4.7-.7-.6-.6-4.6-4.6 4.9-5m0-1.4l-6.3 6.4 5.3 5.3-6.4 6.4c-1.2 1.2-1.2 3.1 0 4.2l.4.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l6.4-6.4 2.1-2.1c2.3-2.3 2.3-6.1 0-8.5l-5.7-5.7z" style="fill:#89471b"/>
<path d="m51.2 38c-.7 0-1.3-.3-1.8-.7l-9-9v8h-17v-8l-9 9c-.5.5-1.1.7-1.8.7-.7 0-1.3-.3-1.8-.7-1-1-1-2.6 0-3.5l12.9-12.8c.5-.5 1.1-.7 1.8-.7h.1.1 12.6c0 0 .1 0 .1 0 .7 0 1.4.3 1.8.7l12.8 12.7c1 1 1 2.6 0 3.5-.5.5-1.1.8-1.8.8" style="fill:#a55d2b"/>
<path d="m38.3 20.8h.1.1c.5 0 1 .2 1.4.6l12.7 12.7c.8.8.8 2 0 2.8-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-8.1-8.1-1.7-1.7v2.4 6.3h-16v-6.3-2.4l-1.7 1.7-8.1 8.1c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6-.8-.8-.8-2 0-2.8l12.7-12.7c.4-.4.9-.6 1.4-.6h.1c0 0 .1 0 .1 0h12.6m0-1h-12.6c0 0-.1 0-.1 0 0 0-.1 0-.1 0-.8 0-1.5.3-2.1.9l-12.8 12.7c-1.2 1.2-1.2 3.1 0 4.2.6.6 1.4.9 2.1.9.8 0 1.5-.3 2.1-.9l8.1-8.1v7.3h18v-7.3l8.1 8.1c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9c1.2-1.2 1.2-3.1 0-4.2l-12.6-12.8c-.6-.6-1.4-.9-2.1-.9 0 .1-.1.1-.2.1z" style="fill:#89471b"/>
<path d="m23 36.8l-.3 3.7 6.3 6.4h6l6.3-6.4-.3-3.7z" style="fill:#fff;stroke-miterlimit:10;stroke:#e8e8e8;stroke-linecap:round;stroke-linejoin:round"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,12 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m32 17.5c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5" style="fill:#3c201d"/>
<path d="m32 1c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-1c-5 0-9 4-9 9 0 5 4 9 9 9s9-4 9-9c0-5-4-9-9-9z" style="fill:#1e0e0e"/>
<path d="m27.6 63.5c-.7 0-1.3-.3-1.8-.7l-8.5-8.5c-2.1-2.1-2.1-5.6 0-7.8l5.3-5.3 5.7 5.7-5.3 5.3 6.7 6.7c1 1 1 2.6 0 3.5l-.4.4c-.4.4-1 .7-1.7.7" style="fill:#3c201d"/>
<path d="m22.7 41.9l4.9 4.9-4.6 4.7-.7.7.7.7 6.4 6.4c.8.8.8 2 0 2.8l-.4.3c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-6.4-6.4-2.1-2.1c-1.9-1.9-1.9-5.1 0-7.1l5-4.9m0-1.4l-5.7 5.7c-2.3 2.3-2.3 6.1 0 8.5l2.1 2.1 6.4 6.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l.4-.4c1.2-1.2 1.2-3.1 0-4.2l-6.4-6.4 5.3-5.3-6.3-6.4z" style="fill:#1e0e0e"/>
<path d="m36.4 63.5c-.7 0-1.3-.3-1.8-.7l-.4-.4c-1-1-1-2.6 0-3.5l6.7-6.7-5.3-5.3 5.7-5.7 5.3 5.3c2.1 2.1 2.1 5.6 0 7.8l-8.5 8.5c-.4.4-1.1.7-1.7.7" style="fill:#3c201d"/>
<path d="m41.3 41.9l4.9 4.9c1.9 1.9 1.9 5.1 0 7.1l-2.1 2.1-6.4 6.4c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-.4-.4c-.8-.8-.8-2 0-2.8l6.4-6.4.7-.7-.6-.6-4.6-4.6 4.9-5m0-1.4l-6.3 6.4 5.3 5.3-6.4 6.4c-1.2 1.2-1.2 3.1 0 4.2l.4.4c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l6.4-6.4 2.1-2.1c2.3-2.3 2.3-6.1 0-8.5l-5.7-5.7z" style="fill:#1e0e0e"/>
<path d="m51.2 38c-.7 0-1.3-.3-1.8-.7l-9-9v8h-17v-8l-9 9c-.5.5-1.1.7-1.8.7-.7 0-1.3-.3-1.8-.7-1-1-1-2.6 0-3.5l12.9-12.8c.5-.5 1.1-.7 1.8-.7h.1.1 12.6c0 0 .1 0 .1 0 .7 0 1.4.3 1.8.7l12.8 12.7c1 1 1 2.6 0 3.5-.5.5-1.1.8-1.8.8" style="fill:#3c201d"/>
<path d="m38.3 20.8h.1.1c.5 0 1 .2 1.4.6l12.7 12.7c.8.8.8 2 0 2.8-.4.4-.9.6-1.4.6s-1-.2-1.4-.6l-8.1-8.1-1.7-1.7v2.4 6.3h-16v-6.3-2.4l-1.7 1.7-8.1 8.1c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6-.8-.8-.8-2 0-2.8l12.7-12.7c.4-.4.9-.6 1.4-.6h.1c0 0 .1 0 .1 0h12.6m0-1h-12.6c0 0-.1 0-.1 0 0 0-.1 0-.1 0-.8 0-1.5.3-2.1.9l-12.8 12.7c-1.2 1.2-1.2 3.1 0 4.2.6.6 1.4.9 2.1.9.8 0 1.5-.3 2.1-.9l8.1-8.1v7.3h18v-7.3l8.1 8.1c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9c1.2-1.2 1.2-3.1 0-4.2l-12.6-12.8c-.6-.6-1.4-.9-2.1-.9 0 .1-.1.1-.2.1z" style="fill:#1e0e0e"/>
<path d="m23 36.8l-.3 3.7 6.3 6.4h6l6.3-6.4-.3-3.7z" style="fill:#fff;stroke-miterlimit:10;stroke:#e8e8e8;stroke-linecap:round;stroke-linejoin:round"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

View File

@ -1,15 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<defs>
<linearGradient id="0" gradientUnits="userSpaceOnUse" y1="26.1191" x2="0" y2="46.5">
<stop style="stop-color:#fafafa"/>
<stop offset="1" style="stop-color:#dcdcdc"/>
</linearGradient>
</defs>
<path d="m3.12 24.88v-1.88c0-2.14 1.74-3.88 3.88-3.88h6c1.03 0 1.88.84 1.88 1.88v.88h-1.75v-.38c0-.34-.28-.62-.62-.62h-5.51c-1.17 0-2.12.95-2.12 2.12v1.88h-1.76" style="fill:#c5c6c8"/>
<path d="m13 19.25c.96 0 1.75.79 1.75 1.75v.75h-1.5v-.25c0-.41-.34-.75-.75-.75h-5.5c-1.24 0-2.25 1.01-2.25 2.25v1.75h-1.5v-1.75c0-2.07 1.68-3.75 3.75-3.75h6m0-.25h-6c-2.2 0-4 1.8-4 4v2h2v-2c0-1.1.9-2 2-2h5.5c.28 0 .5.22.5.5v.5h2v-1c0-1.1-.9-2-2-2z" style="fill:#8c8c8c"/>
<path d="m13.7 46.5c-9.6 0-11.72-16.74-12.04-19.96l60.67-.42c-.17 1.57-.96 6.5-4.36 12.71-3.97 7.25-9 7.65-9.21 7.67h-35.06" style="fill:url(#0)"/>
<path d="m61.77 26.62c-.28 1.95-1.21 6.44-4.23 11.97-3.88 7.08-8.6 7.4-8.76 7.41h-35.08c-8.72 0-11.01-14.82-11.48-18.96l59.55-.42m1.11-1.01l-61.76.44c0 0 1.43 20.95 12.58 20.95s35.07 0 35.07 0 5.39-.18 9.63-7.93c4.25-7.74 4.48-13.46 4.48-13.46z" style="fill:#b4b4b4"/>
<path d="m1 26.58c-.28 0-.5-.22-.5-.5v-1.58h63v1.58c0 .28-.22.5-.5.5h-62" style="fill:#f0f0f0"/>
<path d="m63 25v1.08h-62v-1.08h62m1-1h-64v2.08c0 .55.45 1 1 1h62c.55 0 1-.45 1-1v-2.08z" style="fill:#b4b4b4"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

View File

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
</svg>

Before

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m9 46h-6c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h6v28" style="fill:#f00014"/>
<path d="m8 18h1v28h-1z" style="fill:#d6001a"/>
</svg>

Before

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

View File

@ -1,8 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m54 46h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2" style="fill:#00c83c"/>
</svg>

Before

Width:  |  Height:  |  Size: 877 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m15 46h-12c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h12v28" style="fill:#ff6400"/>
<path d="m14 18h1v28h-1z" style="fill:#e55200"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m20 46h-17c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h17v28" style="fill:#ffd200"/>
<path d="m19 18h1v28h-1z" style="fill:#e5b900"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m25 46h-22c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h22v28" style="fill:#ffd200"/>
<path d="m24 18h1v28h-1z" style="fill:#e5b900"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m30 46h-27c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h27v28" style="fill:#ffd200"/>
<path d="m29 18h1v28h-1z" style="fill:#e5b900"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m35 46h-32c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h32v28" style="fill:#00c83c"/>
<path d="m34 18h1v28h-1z" style="fill:#00b22a"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m40 46h-37c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h37v28" style="fill:#00c83c"/>
<path d="m39 18h1v28h-1z" style="fill:#00b22a"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m45 46h-42c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h42v28" style="fill:#00c83c"/>
<path d="m44 18h1v28h-1z" style="fill:#00b22a"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
<path d="m50 46h-47c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h47v28" style="fill:#00c83c"/>
<path d="m49 18h1v28h-1z" style="fill:#00b22a"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

View File

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m57 39.5c-.3 0-.5-.2-.5-.5v-14c0-.3.2-.5.5-.5h5c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5h-5" style="fill:#bebec8"/>
<path d="m62 25c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1h-5v-14h5m0-1h-5c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2z" style="fill:#34383f"/>
<path d="m3 46.5c-1.4 0-2.5-1.1-2.5-2.5v-24c0-1.4 1.1-2.5 2.5-2.5h51c1.4 0 2.5 1.1 2.5 2.5v24c0 1.4-1.1 2.5-2.5 2.5h-51" style="fill:#f0f0f0"/>
<path d="m54 18c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2h-51c-1.1 0-2-.9-2-2v-24c0-1.1.9-2 2-2h51m0-1h-51c-1.7 0-3 1.3-3 3v24c0 1.7 1.3 3 3 3h51c1.7 0 3-1.3 3-3v-24c0-1.7-1.3-3-3-3z" style="fill:#34383f"/>
</svg>

Before

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,30 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<defs>
<linearGradient id="3" gradientUnits="userSpaceOnUse" x1="-47.0055" x2="-39.6209" gradientTransform="matrix(1.2374.212-.1689.9856 78.2996 32.5442)">
<stop style="stop-color:#b4b4b4"/>
<stop offset=".4354" style="stop-color:#a9a9a9"/>
<stop offset="1" style="stop-color:#a0a0a0"/>
</linearGradient>
<linearGradient id="2" gradientUnits="userSpaceOnUse" y1="24.75" x2="0" y2="46">
<stop style="stop-color:#fff"/>
<stop offset="1" style="stop-color:#b4b4b4"/>
</linearGradient>
<linearGradient id="0" gradientUnits="userSpaceOnUse" x1="18" x2="58" xlink:href="#3"/>
<linearGradient id="1" gradientUnits="userSpaceOnUse" x1="19.71" y1="25.8551" x2="11.1441" y2="34.421">
<stop style="stop-color:#fff"/>
<stop offset="1" style="stop-color:#c8c8c8"/>
</linearGradient>
</defs>
<path d="m58.5 25.5h5v24h-5z" style="fill:#845340"/>
<path d="m63 26v23h-4v-23h4m1-1h-6v25h6v-25z" style="fill:#663629"/>
<path d="m20.75 36.92c-.5 0-.98-.11-1.43-.33l-11.38-5.62c-.78-.38-1.36-1.05-1.64-1.87-.28-.82-.22-1.71.16-2.48l.71-1.45c.54-1.1 1.69-1.81 2.92-1.81.5 0 .98.11 1.43.33l11.38 5.61c1.61.79 2.27 2.74 1.48 4.35l-.71 1.45c-.53 1.1-1.68 1.82-2.92 1.82" style="fill:url(#1)"/>
<path d="m10.1 23.61c.46 0 .9.1 1.32.31l11.39 5.61c.72.35 1.25.97 1.51 1.73s.21 1.57-.15 2.29l-.71 1.45c-.5 1.02-1.56 1.67-2.7 1.67-.46 0-.9-.1-1.32-.31l-11.39-5.61c-1.48-.73-2.1-2.53-1.37-4.02l.71-1.45c.51-1.01 1.57-1.67 2.71-1.67m0-.5c-1.29 0-2.54.72-3.15 1.95l-.71 1.45c-.85 1.73-.13 3.84 1.59 4.69l11.39 5.61c.49.24 1.02.36 1.54.36 1.29 0 2.54-.72 3.15-1.95l.71-1.45c.85-1.73.13-3.84-1.59-4.69l-11.39-5.61c-.5-.24-1.02-.36-1.54-.36z" style="fill:#bebebe"/>
<path d="m5.5 32.5h53v10h-53z" style="fill:#845340"/>
<path d="m58 33v9h-52v-9h52m1-1h-54v11h54v-11z" style="fill:#663629"/>
<path d="M54.25,31H40.5c0,0-7.6-0.1-12.5-2.5 c-4.9-2.4-10-3.75-10-3.75V31v11.25c0,2.07,1.68,3.75,3.75,3.75H53c2.76,0,5-2.24,5-5v-6.25C58,32.68,56.32,31,54.25,31z" style="fill:url(#2);stroke-miterlimit:10;stroke:#bebebe;stroke-width:.5"/>
<path d="m19 26.08c1.79.55 5.24 1.69 8.56 3.32 5.04 2.46 12.61 2.6 12.94 2.6h13.75c1.52 0 2.75 1.23 2.75 2.75v6.25c0 2.21-1.79 4-4 4h-31.25c-1.52 0-2.75-1.23-2.75-2.75v-11.25-4.92m-1-1.33v6.25 11.25c0 2.07 1.68 3.75 3.75 3.75h31.25c2.76 0 5-2.24 5-5v-6.25c0-2.07-1.68-3.75-3.75-3.75h-13.75c0 0-7.6-.1-12.5-2.5-4.9-2.4-10-3.75-10-3.75z" style="fill:url(#0)"/>
<path d="m27.79 32.78l-9.14-1.57.21-1.21 9.14 1.57z" style="fill:url(#3)"/>
<path d="m.5 14.5h5v35h-5z" style="fill:#845340"/>
<path d="m5 15v34h-4v-34h4m1-1h-6v36h6v-36z" style="fill:#663629"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,34 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<defs>
<linearGradient id="3" gradientUnits="userSpaceOnUse" x1="19.7097" y1="25.8555" x2="11.1442" y2="34.421">
<stop style="stop-color:#fff"/>
<stop offset="1" style="stop-color:#c8c8c8"/>
</linearGradient>
<linearGradient id="2" gradientUnits="userSpaceOnUse" x1="2.4692" x2="9.8538" gradientTransform="matrix(1.2374.212-.1689.9856 18.7773 12.1372)">
<stop style="stop-color:#00255f"/>
<stop offset=".0124" style="stop-color:#00255e"/>
<stop offset=".6276" style="stop-color:#001945"/>
<stop offset="1" style="stop-color:#00143c"/>
</linearGradient>
<linearGradient id="0" gradientUnits="userSpaceOnUse" x1="18" x2="58" xlink:href="#2"/>
<linearGradient id="1" gradientUnits="userSpaceOnUse" y1="24.75" x2="0" y2="46">
<stop style="stop-color:#0062ca"/>
<stop offset=".28" style="stop-color:#004ca0"/>
<stop offset=".5974" style="stop-color:#003678"/>
<stop offset=".8485" style="stop-color:#00295e"/>
<stop offset="1" style="stop-color:#002455"/>
</linearGradient>
</defs>
<path d="m58.5 25.5h5v24h-5z" style="fill:#845340"/>
<path d="m63 26v23h-4v-23h4m1-1h-6v25h6v-25z" style="fill:#663629"/>
<path d="m20.75 36.92c-.5 0-.98-.11-1.43-.33l-11.38-5.62c-.78-.38-1.36-1.05-1.64-1.87-.28-.82-.22-1.71.16-2.48l.71-1.45c.54-1.1 1.69-1.81 2.93-1.81.5 0 .98.11 1.43.33l11.38 5.61c.78.38 1.36 1.05 1.64 1.87.28.83.22 1.71-.16 2.48l-.71 1.45c-.54 1.1-1.69 1.82-2.93 1.82" style="fill:url(#3)"/>
<path d="m10.1 23.11v.5c.46 0 .9.1 1.32.31l11.39 5.61c.72.35 1.25.97 1.51 1.73s.21 1.57-.15 2.29l-.71 1.45c-.5 1.02-1.56 1.67-2.7 1.67-.46 0-.9-.1-1.32-.31l-11.39-5.61c-1.48-.73-2.1-2.53-1.37-4.02l.71-1.45c.5-1.02 1.56-1.67 2.7-1.67v-.5m.01 0c-1.29 0-2.54.72-3.15 1.95l-.71 1.45c-.85 1.73-.13 3.84 1.59 4.69l11.39 5.61c.49.24 1.02.36 1.54.36 1.29 0 2.54-.72 3.15-1.95l.71-1.45c.85-1.73.13-3.84-1.59-4.69l-11.39-5.61c-.5-.24-1.02-.36-1.54-.36" style="fill:#bebebe"/>
<path d="m5.5 32.5h53v10h-53z" style="fill:#845340"/>
<path d="m58 33v9h-52v-9h52m1-1h-54v11h54v-11z" style="fill:#663629"/>
<path d="m54.25 31h-13.75c0 0-7.6-.1-12.5-2.5-4.9-2.4-10-3.75-10-3.75v6.25 11.25c0 2.07 1.68 3.75 3.75 3.75h31.25c2.76 0 5-2.24 5-5v-6.25c0-2.07-1.68-3.75-3.75-3.75" style="fill:url(#1)"/>
<path d="m19 26.08c1.8.55 5.25 1.69 8.56 3.32 5.04 2.46 12.61 2.6 12.94 2.6h13.75c1.52 0 2.75 1.23 2.75 2.75v6.25c0 2.21-1.79 4-4 4h-31.25c-1.52 0-2.75-1.23-2.75-2.75v-11.25-4.92m-1-1.33v6.25 11.25c0 2.07 1.68 3.75 3.75 3.75h31.25c2.76 0 5-2.24 5-5v-6.25c0-2.07-1.68-3.75-3.75-3.75h-13.75c0 0-7.6-.1-12.5-2.5-4.9-2.4-10-3.75-10-3.75z" style="fill:url(#0)"/>
<path d="m27.79 32.78l-9.14-1.57.21-1.21 9.14 1.57z" style="fill:url(#2);opacity:.6"/>
<path d="m.5 14.5h5v35h-5z" style="fill:#845340"/>
<path d="m5 15v34h-4v-34h4m1-1h-6v36h6v-36z" style="fill:#663629"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,32 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<defs>
<linearGradient id="3" gradientUnits="userSpaceOnUse" x1="19.7097" y1="25.8555" x2="11.1442" y2="34.421">
<stop style="stop-color:#fff"/>
<stop offset="1" style="stop-color:#c8c8c8"/>
</linearGradient>
<linearGradient id="2" gradientUnits="userSpaceOnUse" x1="19.6626" x2="27.0472" gradientTransform="matrix(1.2374.212-.1689.9856-.2171-4.8231)">
<stop style="stop-color:#cc9200"/>
<stop offset=".5481" style="stop-color:#de820f"/>
<stop offset="1" style="stop-color:#e77a17"/>
</linearGradient>
<linearGradient id="0" gradientUnits="userSpaceOnUse" x1="18" x2="58" xlink:href="#2"/>
<linearGradient id="1" gradientUnits="userSpaceOnUse" y1="24.75" x2="0" y2="46">
<stop style="stop-color:#f6b501"/>
<stop offset=".3311" style="stop-color:#f09c0a"/>
<stop offset=".7476" style="stop-color:#e98314"/>
<stop offset="1" style="stop-color:#e77a17"/>
</linearGradient>
</defs>
<path d="m58.5 25.5h5v24h-5z" style="fill:#845340"/>
<path d="m63 26v23h-4v-23h4m1-1h-6v25h6v-25z" style="fill:#663629"/>
<path d="m20.75 36.92c-.5 0-.98-.11-1.43-.33l-11.38-5.62c-.78-.38-1.36-1.05-1.64-1.87-.28-.82-.22-1.71.16-2.48l.71-1.45c.54-1.1 1.69-1.81 2.93-1.81.5 0 .98.11 1.43.33l11.38 5.61c.78.38 1.36 1.05 1.64 1.87.28.83.22 1.71-.16 2.48l-.71 1.45c-.54 1.1-1.69 1.82-2.93 1.82" style="fill:url(#3)"/>
<path d="m10.1 23.11v.5c.46 0 .9.1 1.32.31l11.39 5.61c.72.35 1.25.97 1.51 1.73s.21 1.57-.15 2.29l-.71 1.45c-.5 1.02-1.56 1.67-2.7 1.67-.46 0-.9-.1-1.32-.31l-11.39-5.61c-1.48-.73-2.1-2.53-1.37-4.02l.71-1.45c.5-1.02 1.56-1.67 2.7-1.67v-.5m.01 0c-1.29 0-2.54.72-3.15 1.95l-.71 1.45c-.85 1.73-.13 3.84 1.59 4.69l11.39 5.61c.49.24 1.02.36 1.54.36 1.29 0 2.54-.72 3.15-1.95l.71-1.45c.85-1.73.13-3.84-1.59-4.69l-11.39-5.61c-.5-.24-1.02-.36-1.54-.36" style="fill:#bebebe"/>
<path d="m5.5 32.5h53v10h-53z" style="fill:#845340"/>
<path d="m58 33v9h-52v-9h52m1-1h-54v11h54v-11z" style="fill:#663629"/>
<path d="m54.25 31h-13.75c0 0-7.6-.1-12.5-2.5-4.9-2.4-10-3.75-10-3.75v6.25 11.25c0 2.07 1.68 3.75 3.75 3.75h31.25c2.76 0 5-2.24 5-5v-6.25c0-2.07-1.68-3.75-3.75-3.75" style="fill:url(#1)"/>
<path d="m19 26.08c1.8.55 5.25 1.69 8.56 3.32 5.04 2.46 12.61 2.6 12.94 2.6h13.75c1.52 0 2.75 1.23 2.75 2.75v6.25c0 2.21-1.79 4-4 4h-31.25c-1.52 0-2.75-1.23-2.75-2.75v-11.25-4.92m-1-1.33v6.25 11.25c0 2.07 1.68 3.75 3.75 3.75h31.25c2.76 0 5-2.24 5-5v-6.25c0-2.07-1.68-3.75-3.75-3.75h-13.75c0 0-7.6-.1-12.5-2.5-4.9-2.4-10-3.75-10-3.75z" style="fill:url(#0)"/>
<path d="m27.79 32.78l-9.14-1.57.21-1.21 9.14 1.57z" style="fill:url(#2);opacity:.6"/>
<path d="m.5 14.5h5v35h-5z" style="fill:#845340"/>
<path d="m5 15v34h-4v-34h4m1-1h-6v36h6v-36z" style="fill:#663629"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,37 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<defs>
<linearGradient id="3" gradientUnits="userSpaceOnUse" x1="19.7097" y1="25.8555" x2="11.1442" y2="34.421">
<stop style="stop-color:#fff"/>
<stop offset="1" style="stop-color:#c8c8c8"/>
</linearGradient>
<linearGradient id="2" gradientUnits="userSpaceOnUse" x1="-14.7243" x2="-7.3397" gradientTransform="matrix(1.2374.212-.1689.9856 37.7717 29.0976)">
<stop style="stop-color:#a10012"/>
<stop offset="1" style="stop-color:#7c0009"/>
</linearGradient>
<linearGradient id="0" gradientUnits="userSpaceOnUse" x1="18" x2="58">
<stop style="stop-color:#880012"/>
<stop offset=".1945" style="stop-color:#7c000d"/>
<stop offset=".6962" style="stop-color:#630004"/>
<stop offset="1" style="stop-color:#5a0000"/>
</linearGradient>
<linearGradient id="1" gradientUnits="userSpaceOnUse" y1="24.75" x2="0" y2="46">
<stop style="stop-color:#e9002d"/>
<stop offset=".3361" style="stop-color:#b2001e"/>
<stop offset=".6299" style="stop-color:#890012"/>
<stop offset=".8607" style="stop-color:#6f000c"/>
<stop offset="1" style="stop-color:#660009"/>
</linearGradient>
</defs>
<path d="m58.5 25.5h5v24h-5z" style="fill:#845340"/>
<path d="m63 26v23h-4v-23h4m1-1h-6v25h6v-25z" style="fill:#663629"/>
<path d="m20.75 36.92c-.5 0-.98-.11-1.43-.33l-11.38-5.62c-.78-.38-1.36-1.05-1.64-1.87-.28-.82-.22-1.71.16-2.48l.71-1.45c.54-1.1 1.69-1.81 2.93-1.81.5 0 .98.11 1.43.33l11.38 5.61c.78.38 1.36 1.05 1.64 1.87.28.83.22 1.71-.16 2.48l-.71 1.45c-.54 1.1-1.69 1.82-2.93 1.82" style="fill:url(#3)"/>
<path d="m10.1 23.11v.5c.46 0 .9.1 1.32.31l11.39 5.61c.72.35 1.25.97 1.51 1.73s.21 1.57-.15 2.29l-.71 1.45c-.5 1.02-1.56 1.67-2.7 1.67-.46 0-.9-.1-1.32-.31l-11.39-5.61c-1.48-.73-2.1-2.53-1.37-4.02l.71-1.45c.5-1.02 1.56-1.67 2.7-1.67v-.5m.01 0c-1.29 0-2.54.72-3.15 1.95l-.71 1.45c-.85 1.73-.13 3.84 1.59 4.69l11.39 5.61c.49.24 1.02.36 1.54.36 1.29 0 2.54-.72 3.15-1.95l.71-1.45c.85-1.73.13-3.84-1.59-4.69l-11.39-5.61c-.5-.24-1.02-.36-1.54-.36" style="fill:#bebebe"/>
<path d="m5.5 32.5h53v10h-53z" style="fill:#845340"/>
<path d="m58 33v9h-52v-9h52m1-1h-54v11h54v-11z" style="fill:#663629"/>
<path d="m54.25 31h-13.75c0 0-7.6-.1-12.5-2.5-4.9-2.4-10-3.75-10-3.75v6.25 11.25c0 2.07 1.68 3.75 3.75 3.75h31.25c2.76 0 5-2.24 5-5v-6.25c0-2.07-1.68-3.75-3.75-3.75" style="fill:url(#1)"/>
<path d="m19 26.08c1.79.55 5.24 1.69 8.56 3.32 5.04 2.46 12.61 2.6 12.94 2.6h13.75c1.52 0 2.75 1.23 2.75 2.75v6.25c0 2.21-1.79 4-4 4h-31.25c-1.52 0-2.75-1.23-2.75-2.75v-11.25-4.92m-1-1.33v6.25 11.25c0 2.07 1.68 3.75 3.75 3.75h31.25c2.76 0 5-2.24 5-5v-6.25c0-2.07-1.68-3.75-3.75-3.75h-13.75c0 0-7.6-.1-12.5-2.5-4.9-2.4-10-3.75-10-3.75z" style="fill:url(#0)"/>
<path d="m27.79 32.78l-9.14-1.57.21-1.21 9.14 1.57z" style="fill:url(#2);opacity:.6"/>
<path d="m.5 14.5h5v35h-5z" style="fill:#845340"/>
<path d="m5 15v34h-4v-34h4m1-1h-6v36h6v-36z" style="fill:#663629"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 B

View File

@ -1,10 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 B

View File

@ -1,13 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 14.5h35v5h-35z" style="fill:#c8c8c8"/>
<path d="m49 15v4h-34v-4h34m1-1h-36v6h36v-6z" style="fill:#646464"/>
<path d="m15 15h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

View File

@ -1,19 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 17.5h35v32h-35z" style="fill:#c8c8c8"/>
<path d="m49 18v31h-34v-31h34m1-1h-36v33h36v-33z" style="fill:#646464"/>
<path d="m15 21h34v1h-34z" style="opacity:.25"/>
<path d="m15 25h34v1h-34z" style="opacity:.25"/>
<path d="m15 29h34v1h-34z" style="opacity:.25"/>
<path d="m15 33h34v1h-34z" style="opacity:.25"/>
<path d="m15 37h34v1h-34z" style="opacity:.25"/>
<path d="m15 41h34v1h-34z" style="opacity:.25"/>
<path d="m15 45h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 B

View File

@ -1,13 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 14.5h35v8h-35z" style="fill:#c8c8c8"/>
<path d="m49 15v7h-34v-7h34m1-1h-36v9h36v-9z" style="fill:#646464"/>
<path d="m15 18h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

View File

@ -1,14 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 15.5h35v10h-35z" style="fill:#c8c8c8"/>
<path d="m49 16v9h-34v-9h34m1-1h-36v11h36v-11z" style="fill:#646464"/>
<path d="m15 17h34v1h-34z" style="opacity:.25"/>
<path d="m15 21h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

View File

@ -1,15 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 14.5h35v14h-35z" style="fill:#c8c8c8"/>
<path d="m49 15v13h-34v-13h34m1-1h-36v15h36v-15z" style="fill:#646464"/>
<path d="m15 16h34v1h-34z" style="opacity:.25"/>
<path d="m15 20h34v1h-34z" style="opacity:.25"/>
<path d="m15 24h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

View File

@ -1,16 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 14.5h35v17h-35z" style="fill:#c8c8c8"/>
<path d="m49 15v16h-34v-16h34m1-1h-36v18h36v-18z" style="fill:#646464"/>
<path d="m15 15h34v1h-34z" style="opacity:.25"/>
<path d="m15 19h34v1h-34z" style="opacity:.25"/>
<path d="m15 23h34v1h-34z" style="opacity:.25"/>
<path d="m15 27h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

View File

@ -1,16 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 14.5h35v21h-35z" style="fill:#c8c8c8"/>
<path d="m49 15v20h-34v-20h34m1-1h-36v22h36v-22z" style="fill:#646464"/>
<path d="m15 19h34v1h-34z" style="opacity:.25"/>
<path d="m15 23h34v1h-34z" style="opacity:.25"/>
<path d="m15 27h34v1h-34z" style="opacity:.25"/>
<path d="m15 31h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

View File

@ -1,17 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 14.5h35v25h-35z" style="fill:#c8c8c8"/>
<path d="m49 15v24h-34v-24h34m1-1h-36v26h36v-26z" style="fill:#646464"/>
<path d="m15 19h34v1h-34z" style="opacity:.25"/>
<path d="m15 23h34v1h-34z" style="opacity:.25"/>
<path d="m15 27h34v1h-34z" style="opacity:.25"/>
<path d="m15 31h34v1h-34z" style="opacity:.25"/>
<path d="m15 35h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

View File

@ -1,19 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64">
<path d="m15.5 15.5h33v33h-33z" style="fill:#f0f0f0"/>
<path d="m48 16v32h-32v-32h32m1-1h-34v34h34v-34z" style="fill:#646464"/>
<path d="m19.5 19.5h25v25h-25z" style="fill:#d9f1ff"/>
<path d="m44 20v24h-24v-24h24m1-1h-26v26h26v-26z" style="fill:#7aadcc"/>
<path d="m10.5 53.5v-43h43v43h-43m4-4h35v-35h-35v35" style="fill:#ececed"/>
<path d="m53 11v42h-42v-42h42m-39 39h1 34 1v-1-34-1h-1-34-1v1 34 1m40-40h-44v44h44v-44zm-39 39v-34h34v34h-34" style="fill:#9b9c9e"/>
<path d="m14.5 14.5h35v29h-35z" style="fill:#c8c8c8"/>
<path d="m49 15v28h-34v-28h34m1-1h-36v30h36v-30z" style="fill:#646464"/>
<path d="m15 15h34v1h-34z" style="opacity:.25"/>
<path d="m15 19h34v1h-34z" style="opacity:.25"/>
<path d="m15 23h34v1h-34z" style="opacity:.25"/>
<path d="m15 27h34v1h-34z" style="opacity:.25"/>
<path d="m15 31h34v1h-34z" style="opacity:.25"/>
<path d="m15 35h34v1h-34z" style="opacity:.25"/>
<path d="m15 39h34v1h-34z" style="opacity:.25"/>
<path d="m14 14h36v4h-36z" style="fill:#282828"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Some files were not shown because too many files have changed in this diff Show More