Disable archives and GUI.

This commit is contained in:
2021-09-12 19:38:46 +01:00
parent 631eee916f
commit 484d977e30
421 changed files with 4 additions and 39397 deletions

View File

@@ -1,8 +1,8 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Aaru" type="DotNetProject" factoryName=".NET Project">
<option name="EXE_PATH" value="$PROJECT_DIR$/Aaru/bin/Debug/netcoreapp3.1/aaru" />
<option name="PROGRAM_PARAMETERS" value="i info bluraysampler.aif" />
<option name="WORKING_DIRECTORY" value="/mnt/datos" />
<option name="EXE_PATH" value="$PROJECT_DIR$/Aaru/bin/Release/netcoreapp3.1/aaru" />
<option name="PROGRAM_PARAMETERS" value="i convert -f &quot;Roadsters (USA).cue&quot; foo.aif" />
<option name="WORKING_DIRECTORY" value="/mnt/DiscImageChef/Issues/Fixed/issue288/roadsters" />
<option name="PASS_PARENT_ENVS" value="1" />
<option name="USE_EXTERNAL_CONSOLE" value="0" />
<option name="USE_MONO" value="0" />

View File

@@ -1,113 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{282271D0-CCC2-4ED7-BA38-EC06A84BB974}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Aaru.Archives</RootNamespace>
<AssemblyName>Aaru.Archives</AssemblyName>
<ReleaseVersion>$(Version)</ReleaseVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Version>5.2.99.3380-alpha</Version>
<Company>Claunia.com</Company>
<Copyright>Copyright © 2011-2021 Natalia Portillo</Copyright>
<Product>Aaru Data Preservation Suite</Product>
<Title>Aaru.Archives</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
<Description>Archive implementations used by the Aaru Data Preservation Suite.</Description>
<PackageProjectUrl>https://github.com/aaru-dps/</PackageProjectUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<RepositoryUrl>https://github.com/aaru-dps/Aaru.Archives</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NeutralLanguage>en-US</NeutralLanguage>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Authors>Natalia Portillo &lt;claunia@claunia.com&gt;</Authors>
</PropertyGroup>
<PropertyGroup>
<NrtRevisionFormat>$(Version)+{chash:8}</NrtRevisionFormat>
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
<NrtShowRevision>true</NrtShowRevision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="Register.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.LGPL">
<Link>LICENSE.LGPL</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Aaru.CommonTypes\Aaru.CommonTypes.csproj" />
<ProjectReference Include="..\Aaru.Console\Aaru.Console.csproj">
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
<Name>Aaru.Console</Name>
</ProjectReference>
<ProjectReference Include="..\Aaru.Helpers\Aaru.Helpers.csproj">
<Project>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
<Name>Aaru.Helpers</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.24.0" />
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Policies>
<TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" TabsToSpaces="True" scope="text/x-csharp" />
<CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="True" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" NewLineForMembersInObjectInit="True" NewLineForMembersInAnonymousTypes="True" NewLineForClausesInQuery="True" SpacingAfterMethodDeclarationName="False" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceAfterMethodCallName="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBeforeOpenSquareBracket="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
<StandardHeader IncludeInNewFiles="True" Text="/***************************************************************************&#xA;Aaru Data Preservation Suite&#xA;----------------------------------------------------------------------------&#xA; &#xA;Filename : ${FileName}&#xA;Author(s) : ${AuthorName} &lt;${AuthorEmail}&gt;&#xA;&#xA;Component : Component&#xA; &#xA;--[ Description ] ----------------------------------------------------------&#xA; &#xA; Description&#xA; &#xA;--[ License ] --------------------------------------------------------------&#xA; &#xA; This library is free software; you can redistribute it and/or modify&#xA; it under the terms of the GNU Lesser General Public License as&#xA; published by the Free Software Foundation; either version 2.1 of the&#xA; License, or (at your option) any later version.&#xA;&#xA; This library is distributed in the hope that it will be useful, but&#xA; WITHOUT ANY WARRANTY; without even the implied warranty of&#xA; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU&#xA; Lesser General Public License for more details.&#xA;&#xA; You should have received a copy of the GNU Lesser General Public&#xA; License along with this library; if not, see &lt;http://www.gnu.org/licenses/&gt;.&#xA;&#xA;----------------------------------------------------------------------------&#xA;Copyright © 2011-${Year} ${CopyrightHolder}&#xA;****************************************************************************/" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'">
<!-- When compiling .NET SDK 2.0 projects targeting .NET 4.x on Mono using 'dotnet build' you -->
<!-- have to teach MSBuild where the Mono copy of the reference asssemblies is -->
<!-- Look in the standard install locations -->
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono')">/Library/Frameworks/Mono.framework/Versions/Current/lib/mono</BaseFrameworkPathOverrideForMono>
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/lib/mono')">/usr/lib/mono</BaseFrameworkPathOverrideForMono>
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/local/lib/mono')">/usr/local/lib/mono</BaseFrameworkPathOverrideForMono>
<!-- If we found Mono reference assemblies, then use them -->
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net40'">$(BaseFrameworkPathOverrideForMono)/4.0-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net45'">$(BaseFrameworkPathOverrideForMono)/4.5-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net451'">$(BaseFrameworkPathOverrideForMono)/4.5.1-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net452'">$(BaseFrameworkPathOverrideForMono)/4.5.2-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net46'">$(BaseFrameworkPathOverrideForMono)/4.6-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net461'">$(BaseFrameworkPathOverrideForMono)/4.6.1-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net462'">$(BaseFrameworkPathOverrideForMono)/4.6.2-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net47'">$(BaseFrameworkPathOverrideForMono)/4.7-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net471'">$(BaseFrameworkPathOverrideForMono)/4.7.1-api</FrameworkPathOverride>
<EnableFrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">true</EnableFrameworkPathOverride>
<!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 -->
<AssemblySearchPaths Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">$(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths>
</PropertyGroup>
</Project>

View File

@@ -1,86 +0,0 @@
// /***************************************************************************
// Aaru Data Preservation Suite
// ----------------------------------------------------------------------------
//
// Filename : Register.cs
// Author(s) : Michael Drüing <michael@drueing.de>
// Natalia Portillo <claunia@claunia.com>
//
// Component : Core algorithms.
//
// --[ Description ] ----------------------------------------------------------
//
// Registers all plugins in this assembly.
//
// --[ License ] --------------------------------------------------------------
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be included
// in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// ----------------------------------------------------------------------------
// Copyright © 2021 Michael Drüing
// Copyright © 2011-2021 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Aaru.CommonTypes.Interfaces;
namespace Aaru.Archives
{
/// <inheritdoc />
public sealed class Register : IPluginRegister
{
/// <inheritdoc />
public List<Type> GetAllChecksumPlugins() => null;
/// <inheritdoc />
public List<Type> GetAllFilesystemPlugins() => null;
/// <inheritdoc />
public List<Type> GetAllFilterPlugins() => null;
/// <inheritdoc />
public List<Type> GetAllFloppyImagePlugins() => null;
/// <inheritdoc />
public List<Type> GetAllMediaImagePlugins() => null;
/// <inheritdoc />
public List<Type> GetAllPartitionPlugins() => null;
/// <inheritdoc />
public List<Type> GetAllReadOnlyFilesystemPlugins() => null;
/// <inheritdoc />
public List<Type> GetAllWritableFloppyImagePlugins() => null;
/// <inheritdoc />
public List<Type> GetAllWritableImagePlugins() => null;
/// <inheritdoc />
public List<Type> GetAllArchivePlugins() => Assembly.GetExecutingAssembly().GetTypes().
Where(t => t.GetInterfaces().
Contains(typeof(IArchive
))).Where(t => t.IsClass).
ToList();
}
}

View File

@@ -51,14 +51,12 @@ namespace Aaru.Core
IPluginRegister filesystemsRegister = new Aaru.Filesystems.Register();
IPluginRegister filtersRegister = new Filters.Register();
IPluginRegister partitionsRegister = new Aaru.Partitions.Register();
IPluginRegister archiveRegister = new Archives.Register();
instance.AddPlugins(checksumRegister);
instance.AddPlugins(imagesRegister);
instance.AddPlugins(filesystemsRegister);
instance.AddPlugins(filtersRegister);
instance.AddPlugins(partitionsRegister);
instance.AddPlugins(archiveRegister);
return instance;
}

View File

@@ -1,16 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.2.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Aaru.Database\Aaru.Database.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,39 +0,0 @@
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
// Filename : Program.cs
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : Database.
//
// --[ Description ] ----------------------------------------------------------
//
// Entity framework stub for EntityFramework.Core to work correctly.
//
// --[ License ] --------------------------------------------------------------
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; either version 2.1 of the
// License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
namespace Aaru.EntityFramework
{
internal class Program
{
static void Main(string[] args) {}
}
}

View File

@@ -1,447 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Aaru.Gui</RootNamespace>
<AssemblyName>Aaru.Gui</AssemblyName>
<ReleaseVersion>$(Version)</ReleaseVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Version>5.99.0.3380</Version>
<Company>Claunia.com</Company>
<Copyright>Copyright © 2011-2021 Natalia Portillo</Copyright>
<Product>Aaru Data Preservation Suite</Product>
<Title>Aaru Data Preservation Suite</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFramework>netcoreapp3.1</TargetFramework>
<NoWarn>CS0649,CS0169</NoWarn>
<LangVersion>8</LangVersion>
<Authors>Natalia Portillo &lt;claunia@claunia.com&gt;</Authors>
</PropertyGroup>
<PropertyGroup>
<NrtRevisionFormat>$(Version)+{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
<NrtShowRevision>true</NrtShowRevision>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Controls.DataGrid" Version="0.9.10"/>
<PackageReference Include="Claunia.Encoding" Version="1.9.1"/>
<PackageReference Include="MessageBox.Avalonia" Version="0.9.6.1"/>
<PackageReference Include="OxyPlot.Avalonia-alpha-2020-04-15" Version="1.0.0"/>
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1"/>
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0"/>
<PackageReference Include="Avalonia" Version="0.9.10"/>
<PackageReference Include="Avalonia.Desktop" Version="0.9.10"/>
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.10"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Aaru.Core\Aaru.Core.csproj"/>
<ProjectReference Include="..\Aaru.Devices\Aaru.Devices.csproj"/>
<ProjectReference Include="..\Aaru.Checksums\Aaru.Checksums.csproj"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Assets\Logos\Media\AIT1.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT1.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT1Turbo.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT1Turbo.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT2Turbo.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT2Turbo.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT3Ex.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT3Ex.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT3.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT3.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT3Turbo.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT3Turbo.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT4.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT4.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT5.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AIT5.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\AITETurbo.png"/>
<EmbeddedResource Include="Assets\Logos\Media\AITETurbo.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\BDRE.png"/>
<EmbeddedResource Include="Assets\Logos\Media\BDRE.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\BDREXL.png"/>
<EmbeddedResource Include="Assets\Logos\Media\BDREXL.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\BDROM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\BDROM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\BDR.png"/>
<EmbeddedResource Include="Assets\Logos\Media\BDR.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\BDRXL.png"/>
<EmbeddedResource Include="Assets\Logos\Media\BDRXL.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CD32.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CD32.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDDA.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDDA.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDEG.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDEG.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDG.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDI.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDIREADY.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDIREADY.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDI.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDMIDI.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDMIDI.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDPLUS.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDPLUS.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDROM2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDROM2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDROM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDROM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDR.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDR.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDRW.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDRW.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDTV.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDTV.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CDV.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CDV.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\CompactCassette.png"/>
<EmbeddedResource Include="Assets\Logos\Media\CompactCassette.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DAT160.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DAT160.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DAT320.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DAT320.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DAT72.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DAT72.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DDS1.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DDS1.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DDS2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DDS2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DDS3.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DDS3.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DDS4.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DDS4.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DigitalAudioTape.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DigitalAudioTape.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DittoMax.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DittoMax.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\Ditto.png"/>
<EmbeddedResource Include="Assets\Logos\Media\Ditto.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DLTtapeIII.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DLTtapeIII.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DLTtapeIIIxt.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DLTtapeIIIxt.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DLTtapeIV.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DLTtapeIV.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DLTtapeS4.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DLTtapeS4.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDDownload.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDDownload.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDPRDL.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDPRDL.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDPR.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDPR.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDPRW.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDPRW.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDRAM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDRAM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDROM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDROM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDR.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDR.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDRW.png"/>
<EmbeddedResource Include="Assets\Logos\Media\DVDRW.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\ExpressCard34.png"/>
<EmbeddedResource Include="Assets\Logos\Media\ExpressCard34.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\ExpressCard54.png"/>
<EmbeddedResource Include="Assets\Logos\Media\ExpressCard54.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\GDROM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\GDROM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\GDR.png"/>
<EmbeddedResource Include="Assets\Logos\Media\GDR.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\GOD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\GOD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDRAM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDRAM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDRDL.png"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDRDL.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDROM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDROM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDR.png"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDR.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDRWDL.png"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDRWDL.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDRW.png"/>
<EmbeddedResource Include="Assets\Logos\Media\HDDVDRW.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\JaguarCD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\JaguarCD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\Jaz2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\Jaz2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\Jaz.png"/>
<EmbeddedResource Include="Assets\Logos\Media\Jaz.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LDROM2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LDROM2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LDROM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LDROM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO3.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO3.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO3WORM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO3WORM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO4.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO4.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO4WORM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO4WORM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO5.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO5.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO5WORM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO5WORM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO6.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO6.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO6WORM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO6WORM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO7.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO7.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO7WORM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO7WORM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LTO.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\LVROM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\LVROM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MDData2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MDData2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MDData.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MDData.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MEGACD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MEGACD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MegaLD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MegaLD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStickDuo.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStickDuo.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStickMicro.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStickMicro.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStick.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStickProDuo.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStickProDuo.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStickPro.png"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStickPro.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\MemoryStick.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\miniSD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\miniSD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\NeoGeoCD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\NeoGeoCD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\Nintendo3DSGameCard.png"/>
<EmbeddedResource Include="Assets\Logos\Media\Nintendo3DSGameCard.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\Nintendo_64_Logo.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\Nuon.png"/>
<EmbeddedResource Include="Assets\Logos\Media\Nuon.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PCD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PCD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PCFX.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PCFX.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PD650.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PD650.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PD650_WORM.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PD650_WORM.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\Pippin.png"/>
<EmbeddedResource Include="Assets\Logos\Media\Pippin.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\Playdia.png"/>
<EmbeddedResource Include="Assets\Logos\Media\Playdia.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PlayStationMemoryCard2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PlayStationMemoryCard2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PlayStationMemoryCard.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PlayStationMemoryCard.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PlayStationVitaGameCard.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PlayStationVitaGameCard.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PocketZip.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PocketZip.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PS1CD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PS1CD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PS2CD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PS2CD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PS2DVD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PS2DVD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PS3BD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PS3BD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PS3DVD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PS3DVD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\PS4BD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\PS4BD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SACD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SACD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SAIT1.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SAIT1.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SAIT2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SAIT2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SATURNCD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SATURNCD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SecureDigital.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SecureDigital.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SmartMedia.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SmartMedia.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SuperCDROM2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SuperCDROM2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SVCD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SVCD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\SwitchGameCard.png"/>
<EmbeddedResource Include="Assets\Logos\Media\SwitchGameCard.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\ThreeDO.png"/>
<EmbeddedResource Include="Assets\Logos\Media\ThreeDO.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\VCD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\VCD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\WOD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\WOD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\WUOD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\WUOD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\XGD2.png"/>
<EmbeddedResource Include="Assets\Logos\Media\XGD2.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\XGD3.png"/>
<EmbeddedResource Include="Assets\Logos\Media\XGD3.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\XGD4.png"/>
<EmbeddedResource Include="Assets\Logos\Media\XGD4.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\XGD.png"/>
<EmbeddedResource Include="Assets\Logos\Media\XGD.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\ZIP100.png"/>
<EmbeddedResource Include="Assets\Logos\Media\ZIP100.svg"/>
<EmbeddedResource Include="Assets\Logos\Media\ZIP250.png"/>
<EmbeddedResource Include="Assets\Logos\Media\ZIP250.svg"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\computer.png"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\drive-harddisk.png"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\drive-optical.png"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\drive-removable-media-usb.png"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\drive-removable-media.png"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\inode-directory.png"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\media-eject.png"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\media-flash-sd-mmc.png"/>
<EmbeddedResource Include="Assets\Icons\oxygen\32x32\media-tape.png"/>
</ItemGroup>
<ItemGroup>
<Folder Include="Assets"/>
<Folder Include="Models\"/>
<Compile Update="**\*.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<AvaloniaResource Include="**\*.xaml">
<SubType>Designer</SubType>
</AvaloniaResource>
<AvaloniaResource Include="Assets\**"/>
<AvaloniaResource Update="Views\SplashWindow.xaml">
<SubType>Designer</SubType>
</AvaloniaResource>
<AvaloniaResource Update="Views\LicenseDialog.xaml">
<SubType>Designer</SubType>
</AvaloniaResource>
<AvaloniaResource Update="Views\EncodingsDialog.xaml">
<SubType>Designer</SubType>
</AvaloniaResource>
<AvaloniaResource Update="Views\PluginsDialog.xaml">
<SubType>Designer</SubType>
</AvaloniaResource>
<AvaloniaResource Update="Views\ConsoleDialog.xaml">
<SubType>Designer</SubType>
</AvaloniaResource>
<Compile Update="Views\Dialogs\About.xaml.cs">
<DependentUpon>About.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Dialogs\Console.xaml.cs">
<DependentUpon>Console.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Dialogs\Encodings.xaml.cs">
<DependentUpon>Encodings.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Panels\DeviceInfo.xaml.cs">
<DependentUpon>DeviceInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Panels\FileSystem.xaml.cs">
<DependentUpon>FileSystem.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Panels\ImageInfo.xaml.cs">
<DependentUpon>ImageInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Panels\MediaInfo.xaml.cs">
<DependentUpon>MediaInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Panels\Partition.xaml.cs">
<DependentUpon>Partition.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Panels\Subdirectory.xaml.cs">
<DependentUpon>Subdirectory.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Tabs\AtaInfo.xaml.cs">
<DependentUpon>AtaInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Tabs\BlurayInfo.xaml.cs">
<DependentUpon>BlurayInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Tabs\CompactDiscInfo.xaml.cs">
<DependentUpon>CompactDiscInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Tabs\DvdInfo.xaml.cs">
<DependentUpon>DvdInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Tabs\DvdWritableInfo.xaml.cs">
<DependentUpon>DvdWritableInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Tabs\PcmciaInfo.xaml.cs">
<DependentUpon>PcmciaInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Tabs\ScsiInfo.xaml.cs">
<DependentUpon>ScsiInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Tabs\XboxInfo.xaml.cs">
<DependentUpon>XboxInfo.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\DecodeMediaTags.xaml.cs">
<DependentUpon>DecodeMediaTags.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\ImageChecksum.xaml.cs">
<DependentUpon>ImageChecksum.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\ImageConvert.xaml.cs">
<DependentUpon>ImageConvert.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\ImageEntropy.xaml.cs">
<DependentUpon>ImageEntropy.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\ImageSidecar.xaml.cs">
<DependentUpon>ImageSidecar.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\ImageVerify.xaml.cs">
<DependentUpon>ImageVerify.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\MediaDump.xaml.cs">
<DependentUpon>MediaDump.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\MediaScan.xaml.cs">
<DependentUpon>MediaScan.xaml</DependentUpon>
</Compile>
<Compile Update="Views\Windows\ViewSector.xaml.cs">
<DependentUpon>ViewSector.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Views\MainWindow.xaml"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE">
<Link>LICENSE</Link>
</EmbeddedResource>
</ItemGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'">
<!-- When compiling .NET SDK 2.0 projects targeting .NET 4.x on Mono using 'dotnet build' you -->
<!-- have to teach MSBuild where the Mono copy of the reference asssemblies is -->
<!-- Look in the standard install locations -->
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono')">/Library/Frameworks/Mono.framework/Versions/Current/lib/mono</BaseFrameworkPathOverrideForMono>
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/lib/mono')">/usr/lib/mono</BaseFrameworkPathOverrideForMono>
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/local/lib/mono')">/usr/local/lib/mono</BaseFrameworkPathOverrideForMono>
<!-- If we found Mono reference assemblies, then use them -->
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net40'">$(BaseFrameworkPathOverrideForMono)/4.0-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net45'">$(BaseFrameworkPathOverrideForMono)/4.5-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net451'">$(BaseFrameworkPathOverrideForMono)/4.5.1-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net452'">$(BaseFrameworkPathOverrideForMono)/4.5.2-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net46'">$(BaseFrameworkPathOverrideForMono)/4.6-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net461'">$(BaseFrameworkPathOverrideForMono)/4.6.1-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net462'">$(BaseFrameworkPathOverrideForMono)/4.6.2-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net47'">$(BaseFrameworkPathOverrideForMono)/4.7-api</FrameworkPathOverride>
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net471'">$(BaseFrameworkPathOverrideForMono)/4.7.1-api</FrameworkPathOverride>
<EnableFrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">true</EnableFrameworkPathOverride>
<!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 -->
<AssemblySearchPaths Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">$(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths>
</PropertyGroup>
</Project>

View File

@@ -1,52 +0,0 @@
<!--
// /***************************************************************************
// Aaru Data Preservation Suite
//
//
// Filename : App.xaml
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : GUI.
//
// [ Description ]
//
// GUI globals.
//
// [ License ]
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General public License for more details.
//
// You should have received a copy of the GNU General public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
//
// Copyright © 20112020 Natalia Portillo
// ****************************************************************************/
-->
<Application xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:gui="clr-namespace:Aaru.Gui" x:Class="Aaru.Gui.App">
<Application.DataTemplates>
<gui:ViewLocator />
</Application.DataTemplates>
<Application.Styles>
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml" />
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml" />
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Default.xaml" />
<StyleInclude Source="resm:OxyPlot.Avalonia.Themes.Default.xaml?assembly=OxyPlot.Avalonia" />
</Application.Styles>
<NativeMenu.Menu>
<NativeMenu>
<NativeMenuItem Header="_About" Clicked="OnAboutClicked" />
<NativeMenuItem Header="_Preferences" Clicked="OnPreferencesClicked" />
<NativeMenuItem Header="_Quit" Clicked="OnQuitClicked" />
</NativeMenu>
</NativeMenu.Menu>
</Application>

View File

@@ -1,117 +0,0 @@
// /***************************************************************************
// Aaru Data Preservation Suite
// ----------------------------------------------------------------------------
//
// Filename : App.xaml.cs
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : GUI.
//
// --[ Description ] ----------------------------------------------------------
//
// GUI initialization and globals.
//
// --[ License ] --------------------------------------------------------------
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General public License for more details.
//
// You should have received a copy of the GNU General public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2021 Natalia Portillo
// ****************************************************************************/
using System;
using Aaru.Gui.ViewModels.Windows;
using Aaru.Gui.Views.Windows;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
// ReSharper disable UnusedMember.Local
// ReSharper disable UnusedParameter.Local
namespace Aaru.Gui
{
public sealed class App : Application
{
public override void Initialize() => AvaloniaXamlLoader.Load(this);
public override void OnFrameworkInitializationCompleted()
{
if(ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
{
var splashWindow = new SplashWindow();
var swvm = new SplashWindowViewModel(splashWindow);
swvm.WorkFinished += OnSplashFinished;
splashWindow.DataContext = swvm;
desktop.MainWindow = splashWindow;
}
base.OnFrameworkInitializationCompleted();
}
void OnSplashFinished(object sender, EventArgs e)
{
if(!(ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop))
return;
// Ensure not exit
desktop.ShutdownMode = ShutdownMode.OnExplicitShutdown;
// Close splash window
desktop.MainWindow.Close();
// Create and show main window
desktop.MainWindow = new MainWindow();
desktop.MainWindow.DataContext = new MainWindowViewModel(desktop.MainWindow as MainWindow);
desktop.MainWindow.Show();
// Now can close when all windows are closed
desktop.ShutdownMode = ShutdownMode.OnLastWindowClose;
}
void OnAboutClicked(object sender, EventArgs args)
{
if(!(ApplicationLifetime is IClassicDesktopStyleApplicationLifetime
{
MainWindow: MainWindow { DataContext: MainWindowViewModel mainWindowViewModel }
}))
return;
mainWindowViewModel.ExecuteAboutCommand();
}
void OnQuitClicked(object sender, EventArgs args)
{
if(!(ApplicationLifetime is IClassicDesktopStyleApplicationLifetime
{
MainWindow: MainWindow { DataContext: MainWindowViewModel mainWindowViewModel }
}))
return;
mainWindowViewModel.ExecuteExitCommand();
}
void OnPreferencesClicked(object sender, EventArgs args)
{
if(!(ApplicationLifetime is IClassicDesktopStyleApplicationLifetime
{
MainWindow: MainWindow { DataContext: MainWindowViewModel mainWindowViewModel }
}))
return;
mainWindowViewModel.ExecuteSettingsCommand();
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 707 B

View File

@@ -1,216 +0,0 @@
The Oxygen Icon Theme
Copyright (C) 2007 Nuno Pinheiro <nuno@oxygen-icons.org>
Copyright (C) 2007 David Vignoni <david@icon-king.com>
Copyright (C) 2007 David Miller <miller@oxygen-icons.org>
Copyright (C) 2007 Johann Ollivier Lapeyre <johann@oxygen-icons.org>
Copyright (C) 2007 Kenneth Wimer <kwwii@bootsplash.org>
Copyright (C) 2007 Riccardo Iaconelli <riccardo@oxygen-icons.org>
and others
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>.
Clarification:
The GNU Lesser General Public License or LGPL is written for
software libraries in the first place. We expressly want the LGPL to
be valid for this artwork library too.
KDE Oxygen theme icons is a special kind of software library, it is an
artwork library, it's elements can be used in a Graphical User Interface, or
GUI.
Source code, for this library means:
- where they exist, SVG;
- otherwise, if applicable, the multi-layered formats xcf or psd, or
otherwise png.
The LGPL in some sections obliges you to make the files carry
notices. With images this is in some cases impossible or hardly useful.
With this library a notice is placed at a prominent place in the directory
containing the elements. You may follow this practice.
The exception in section 5 of the GNU Lesser General Public License covers
the use of elements of this art library in a GUI.
kde-artists [at] kde.org
-----
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,106 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 612 792" viewBox="0 0 175.748 70.800004" height="70.800003" width="175.748" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs57">
</defs>
<path
d="M 74.316,66.282 H 45.192 c 0,0 0,-30.379 0,-31.886 0.251,-3.013 1.506,-4.771 3.515,-6.277 H 25.609 c 2.008,1.757 3.264,4.017 3.264,6.277 0,2.009 0,31.886 0,31.886 H 0 L 37.158,0 74.316,66.03 Z"
id="path4" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="M 79.84,18.579 78.083,23.6 H 75.572 L 82.1,6.528 h 2.511 L 90.636,23.6 H 88.125 L 86.619,18.579 Z M 85.866,16.57 83.355,9.038 h -0.251 l -2.511,7.532 z"
id="path6" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 101.934,23.6 h -1.757 v -1.757 h -0.251 c -0.754,1.506 -2.26,2.009 -3.516,2.009 -4.017,0 -5.272,-4.018 -5.272,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.767,2.008 v 0 -6.276 h 2.008 z m -5.273,-1.507 c 1.256,0 3.265,-1.004 3.265,-4.268 0,-2.008 -0.251,-5.272 -3.265,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0,2.761 1.256,4.769 3.515,4.769 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="326.719,382.067 326.719,382.067 330.234,372.024 332.493,372.024 327.724,384.578 325.464,384.578 320.944,372.024 323.455,372.024 "
id="polygon10" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 115.742,14.813 c 0,-2.762 2.009,-4.017 5.022,-4.017 1.004,0 4.519,0.251 4.519,3.515 v 7.03 c 0,0.502 0.251,0.753 0.754,0.753 0.25,0 0.502,0 0.753,0 V 23.6 c -0.503,0 -0.753,0 -1.256,0 -1.757,0 -2.009,-0.753 -2.26,-1.757 -0.753,0.753 -2.008,2.009 -4.268,2.009 -2.26,0 -4.018,-1.507 -4.018,-3.515 0,-1.004 0.251,-3.515 3.767,-4.017 l 3.515,-0.251 c 0.502,-0.251 1.004,-0.251 1.004,-1.507 0,-1.255 -1.004,-2.008 -2.762,-2.008 -2.511,0 -2.762,1.506 -3.013,2.26 h -1.757 z m 7.532,2.259 c -0.251,0.251 -0.753,0.502 -3.515,1.004 -1.004,0 -2.511,0.251 -2.511,2.009 0,1.255 0.502,2.008 2.26,2.008 1.758,0 3.766,-1.255 3.766,-2.762 z"
id="path12" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 138.339,23.6 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.264 -2.762,-3.264 -1.004,0 -3.264,0.753 -3.264,4.268 V 23.6 h -2.008 V 11.047 h 2.009 v 1.757 0 c 0.502,-0.502 1.758,-2.008 3.766,-2.008 2.009,0 4.269,0.753 4.269,4.268 V 23.6 Z"
id="path14" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 148.633,15.314 c -0.251,-1.757 -1.004,-2.762 -2.762,-2.762 -2.762,0 -3.515,2.511 -3.515,4.771 0,2.008 0.502,4.77 3.515,4.77 1.255,0 2.511,-1.004 2.762,-3.013 h 2.009 c -0.251,2.009 -1.256,4.771 -5.021,4.771 -3.264,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 2.008,-6.779 6.025,-6.779 3.264,0 4.52,2.259 4.52,4.519 z"
id="path16" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 163.445,19.583 c -0.251,0.502 -0.753,2.259 -2.259,3.515 -0.503,0.251 -1.256,0.753 -3.265,0.753 -3.515,0 -5.523,-2.511 -5.523,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.271,2.762 5.271,7.281 h -9.038 c 0,2.511 1.256,4.017 3.767,4.017 2.008,0 3.013,-1.506 3.013,-2.51 z m -2.008,-3.264 c -0.251,-2.008 -1.005,-3.766 -3.516,-3.766 -2.008,0 -3.515,1.758 -3.515,3.766 z"
id="path18" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 175.748,23.6 h -1.758 v -1.757 h -0.251 c -0.753,1.506 -2.259,2.009 -3.264,2.009 -4.268,0 -5.523,-4.018 -5.523,-6.779 0,-3.515 1.758,-6.276 5.021,-6.276 2.26,0 3.264,1.506 3.766,2.008 v 0 -6.276 h 2.009 z m -5.273,-1.507 c 1.256,0 3.264,-1.004 3.264,-4.268 0,-2.008 -0.251,-5.272 -3.264,-5.272 -3.264,0 -3.515,3.264 -3.515,4.771 0.001,2.761 1.256,4.769 3.515,4.769 z"
id="path20" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="297.344,405.668 295.084,405.668 295.084,388.595 297.344,388.595 " id="polygon22"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 92.895,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.255,0 -3.264,0.753 -3.264,4.017 V 44.69 H 83.102 V 32.136 h 2.009 v 1.757 0 c 0.251,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.268,0.753 4.268,4.268 v 8.537 z"
id="path24" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 98.168,33.894 v 8.035 c 0,1.004 0.753,1.004 1.255,1.004 h 0.754 v 1.758 c -0.754,0 -1.256,0 -1.507,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.757 v -1.757 h 1.757 v -3.264 h 2.009 v 3.264 h 2.009 v 1.757 z"
id="path26" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 112.227,40.672 c 0,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.515,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.758,-6.779 6.025,-6.779 3.516,0 5.021,2.761 5.021,7.281 h -8.787 c 0,2.51 1.255,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.265,-2.512 h 2.008 z m -2.007,-3.263 c 0,-1.758 -1.005,-3.515 -3.516,-3.515 -1.757,0 -3.264,1.757 -3.264,3.515 z"
id="path28" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="334.251,405.668 331.991,405.668 331.991,388.595 334.251,388.595 " id="polygon30"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="339.272,405.668 337.013,405.668 337.013,388.595 339.272,388.595 " id="polygon32"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path d="m 125.032,32.136 h 2.009 V 44.69 h -2.009 z m 0,-4.519 h 2.009 v 2.511 h -2.009 z" id="path34"
style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 140.348,43.686 c 0,1.756 0,6.025 -5.774,6.025 -1.256,0 -4.269,-0.252 -4.52,-3.516 h 2.009 c 0.502,1.758 2.26,1.758 2.762,1.758 3.515,0 3.515,-2.762 3.515,-4.268 v -0.502 0 0 c -0.502,1.004 -1.758,1.756 -3.264,1.756 -4.269,0 -5.523,-4.016 -5.523,-6.779 0,-3.514 2.008,-6.275 5.272,-6.275 2.008,0 3.013,1.506 3.515,2.008 v 0 -1.757 h 2.009 v 11.55 z m -5.273,-0.502 c 1.255,0 3.264,-1.006 3.264,-4.27 0,-2.008 -0.251,-5.021 -3.264,-5.021 -3.013,0 -3.264,3.013 -3.264,4.519 0,2.762 1.004,4.772 3.264,4.772 z"
id="path36" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 153.905,40.672 c -0.251,0.754 -0.753,2.512 -2.26,3.516 -0.502,0.25 -1.255,0.752 -3.264,0.752 -3.516,0 -5.523,-2.51 -5.523,-6.275 0,-3.767 1.757,-6.779 5.774,-6.779 3.515,0 5.272,2.761 5.272,7.281 h -8.787 c 0,2.51 1.004,4.018 3.515,4.018 2.009,0 3.013,-1.508 3.013,-2.512 h 2.26 z m -2.009,-3.263 c -0.251,-1.758 -1.004,-3.515 -3.515,-3.515 -1.758,0 -3.264,1.757 -3.264,3.515 z"
id="path38" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 166.208,44.69 h -2.009 v -7.783 c 0,-2.009 -0.502,-3.013 -2.511,-3.013 -1.256,0 -3.264,0.753 -3.264,4.017 v 6.779 h -2.009 V 32.136 h 2.009 v 1.757 0 c 0.502,-0.502 1.506,-2.008 3.515,-2.008 2.008,0 4.269,0.753 4.269,4.268 z"
id="path40" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 171.982,33.894 v 8.035 c 0,1.004 0.753,1.004 1.004,1.004 h 0.753 v 1.758 c -0.753,0 -1.255,0 -1.506,0 -2.009,0 -2.511,-1.004 -2.511,-2.512 v -8.285 h -1.507 v -1.757 h 1.507 v -3.264 h 2.26 v 3.264 h 1.757 v 1.757 z"
id="path42" style="clip-rule:evenodd;fill-rule:evenodd"/>
<polygon transform="translate(-217.504,-360.978)"
points="298.599,412.195 292.825,412.195 292.825,410.188 306.383,410.188 306.383,412.195 300.859,412.195 300.859,427.26 298.599,427.26 "
id="polygon44" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 87.623,57.243 c 0,-3.012 2.009,-4.018 5.021,-4.018 1.004,0 4.519,0.252 4.519,3.264 v 7.281 c 0,0.502 0.252,0.502 0.754,0.502 0,0 0.251,0 0.502,0 v 1.508 c -0.251,0 -0.502,0.25 -1.004,0.25 -2.009,0 -2.26,-1.004 -2.26,-1.758 -0.753,0.754 -2.009,2.01 -4.269,2.01 -2.259,0 -4.017,-1.506 -4.017,-3.766 0,-1.006 0.251,-3.266 3.766,-3.768 l 3.515,-0.502 c 0.252,0 1.005,-0.25 1.005,-1.506 0,-1.256 -1.005,-2.008 -3.013,-2.008 -2.26,0 -2.511,1.506 -2.762,2.51 h -1.757 z m 7.532,2.259 c -0.502,0.252 -1.005,0.502 -3.515,0.754 -1.005,0.25 -2.511,0.502 -2.511,2.008 0,1.256 0.502,2.26 2.259,2.26 1.758,0 3.767,-1.256 3.767,-3.014 z"
id="path46" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 100.679,53.477 h 2.009 v 1.758 0 c 0.502,-0.754 1.255,-2.01 3.515,-2.01 3.264,0 5.272,2.512 5.272,6.025 0,3.014 -1.255,7.031 -5.523,7.031 -1.507,0 -2.762,-1.004 -3.264,-1.758 v 0 6.277 h -2.009 z m 5.272,10.795 c 2.26,0 3.264,-2.008 3.264,-4.77 0,-1.506 -0.251,-4.52 -3.264,-4.52 -3.013,0 -3.264,3.264 -3.264,5.273 0,3.265 2.008,4.017 3.264,4.017 z"
id="path48" style="clip-rule:evenodd;fill-rule:evenodd"/>
<path
d="m 123.777,62.012 c 0,0.504 -0.503,2.26 -2.009,3.266 -0.502,0.502 -1.507,1.004 -3.264,1.004 -3.516,0 -5.524,-2.762 -5.524,-6.277 0,-3.766 1.758,-6.779 5.775,-6.779 3.515,0 5.272,2.762 5.272,7.031 h -8.788 c 0,2.51 1.005,4.016 3.516,4.016 1.757,0 3.013,-1.506 3.013,-2.26 h 2.009 z m -1.758,-3.263 c -0.251,-2.008 -1.005,-3.766 -3.515,-3.766 -1.758,0 -3.265,1.758 -3.265,3.766 z"
id="path50" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1"
id="Layer_1" width="324.88956" height="173.28061" viewBox="-0.744 82.256 324.88956 173.28061" overflow="visible"
enable-background="new -0.744 82.256 386 207" xml:space="preserve" style="overflow:visible"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs39"/>
<g id="g34" transform="translate(-31.053319,-23.428396)">
<path
d="m 91.59,237.719 c -0.693,0 -3.053,0.693 -5.135,3.746 -2.081,3.053 -11.518,18.596 -13.183,21.51 -1.805,2.914 -1.249,4.164 0.693,4.164 1.665,0 2.082,0 4.163,0 1.943,0 3.747,-2.221 4.441,-3.748 0.972,-1.387 12.073,-19.428 13.877,-22.063 1.526,-2.638 0.556,-3.607 -0.694,-3.607 -1.108,-0.002 -4.162,-0.002 -4.162,-0.002 z"
id="path2" style="fill:#0095d5"/>
<path
d="m 53.705,267.139 c 7.078,-0.277 11.796,-0.557 17.347,-10.686 2.359,-4.58 -4.302,-4.72 -4.302,-4.72 -0.972,0 6.106,0.14 9.853,-7.771 3.47,-7.217 -2.637,-6.66 -3.746,-6.799 -5.274,-0.695 -15.127,-0.418 -22.62,0 -1.527,0 -3.331,2.08 -4.303,3.33 -0.693,1.387 -12.212,19.981 -13.877,22.619 -1.805,2.774 0,3.887 1.804,4.024 5.273,0.28 11.934,0.28 19.844,0.003 z m 6.106,-9.715 c -1.942,4.025 -5.551,4.164 -7.632,4.164 -1.942,0 -4.857,0 -5.551,0 -0.694,0 -1.388,0 -0.694,-1.527 0.972,-1.248 2.359,-3.469 2.915,-4.303 0.555,-0.971 1.109,-1.248 2.358,-1.248 0,0 4.719,0 5.968,0 1.11,0 4.024,-0.139 2.636,2.914 z m 5.134,-11.934 c -1.942,4.022 -5.689,4.022 -7.632,4.022 -2.081,0 -2.498,0 -3.33,0 -0.556,0 -1.527,0 -0.556,-1.248 0.972,-1.389 2.081,-3.748 2.775,-4.58 0.693,-0.832 1.249,-1.25 2.221,-1.25 0,0 2.914,0 4.024,0 1.111,0.002 4.026,0.002 2.498,3.056 z"
id="path4" style="fill:#0095d5"/>
<path
d="m 284.762,248.82 -9.158,14.57 c -1.942,3.053 -0.276,3.748 0.693,3.748 0.973,0 2.359,0 4.025,0 1.525,0 2.637,-0.139 4.996,-3.748 l 9.158,-14.848 c 2.498,-4.025 -0.556,-3.746 -2.498,-3.746 -3.468,0.138 -4.3,0.001 -7.216,4.024 z"
id="path6" style="fill:#0095d5"/>
<path
d="m 322.51,249.791 h -10.965 c -1.109,0 -2.637,0.973 -3.469,2.082 -0.693,1.11 -0.277,2.221 0.832,2.221 0,-0.139 4.44,0 7.771,0 3.47,-0.139 4.72,2.221 0.974,7.355 -0.695,1.108 -2.222,2.914 -3.472,3.606 0,0 -3.053,2.498 -12.905,2.498 -9.021,0 -9.437,-0.973 -9.437,-0.973 -0.832,-0.693 -1.108,-1.941 -0.832,-2.638 0.416,-0.555 1.806,-1.108 2.914,-1.108 H 305.3 c 1.109,0 2.637,-0.971 3.33,-2.221 0.834,-1.109 0.416,-2.496 -0.693,-2.496 0,0 -4.44,0 -8.464,0 -4.024,0 -3.47,-2.64 -0.416,-7.078 0.832,-1.25 2.358,-2.775 3.469,-3.609 0,0 3.33,-2.498 13.045,-2.498 3.887,0 10.407,-0.416 9.992,2.916 -0.139,1.527 -2.36,1.943 -3.053,1.943 z"
id="path8" style="fill:#0095d5"/>
<path
d="m 351.234,249.93 h -8.882 c -1.11,0 -2.637,0.973 -3.329,2.359 l -5.273,8.188 c -0.695,1.111 -0.277,2.359 0.555,2.359 0,0 9.021,0 10.547,0 1.525,0 2.498,0.139 2.359,0.555 -0.139,1.527 -2.359,4.164 -14.711,4.164 -11.102,0 -10.408,-1.527 -10.27,-3.19 0.278,-1.806 5.688,-10.408 7.354,-13.046 1.666,-2.774 4.025,-6.385 14.988,-6.385 10.27,0 9.713,2.359 9.574,2.916 0.002,0.554 -0.552,2.08 -2.912,2.08 z"
id="path10" style="fill:#0095d5"/>
<path
d="m 299.75,236.469 c 0.832,0 1.805,0.834 1.109,2.221 -0.832,1.111 -1.109,1.666 -1.525,2.498 -0.555,0.832 -1.805,1.248 -3.33,1.248 -1.527,0 -5.135,0 -5.689,0 -1.11,0 -1.11,-0.971 -0.557,-1.94 0.416,-0.832 0.693,-1.25 1.111,-1.806 0.416,-0.692 1.109,-2.221 3.33,-2.221 z"
id="path12" style="fill:#0095d5"/>
<path
d="m 133.777,252.428 c -2.081,0 -2.914,1.389 -3.33,2.082 -0.278,0.555 -0.694,0.971 -1.249,1.943 -0.417,0.971 -0.278,1.94 0.277,1.94 0.693,0 4.44,0 5.967,0 1.805,0 2.775,-0.555 3.33,-1.387 0.556,-0.971 0.694,-1.25 1.527,-2.637 0.971,-1.388 -0.278,-1.943 -0.972,-1.943 z"
id="path14" style="fill:#0095d5"/>
<path
d="m 271.719,258.119 c 3.607,-5.83 1.387,-2.222 6.521,-10.408 4.996,-8.328 -2.914,-9.992 -10.686,-9.992 -11.935,0 -15.544,0.555 -15.544,0.555 -1.247,0 -2.913,1.109 -3.606,2.498 l -14.434,23.314 c -0.832,1.387 -0.556,2.496 0.557,2.774 0,0 3.469,0.277 15.402,0.277 16.378,0.002 17.903,-3.051 21.79,-9.018 z m -4.858,-10.408 c 0,0 -6.244,9.852 -6.662,10.408 -0.555,0.832 -2.498,3.469 -5.412,3.469 -1.803,0 -4.301,0 -6.105,0 -1.111,0 -1.666,-0.139 -0.971,-1.25 l 9.99,-15.959 c 0.418,-0.555 1.111,-0.971 1.943,-0.971 1.666,0 4.719,0 5.967,0 1.944,0 2.498,2.082 1.25,4.303 z"
id="path16" style="fill:#0095d5"/>
<path
d="m 176.103,253.539 c -3.469,0 -4.579,0.276 -7.632,0.416 -1.249,0 -2.914,0.971 -3.608,2.358 l -2.914,4.996 c -3.608,5.689 4.163,6.105 10.269,6.105 9.854,0 14.571,-2.775 14.571,-2.775 1.249,-0.555 2.776,-2.082 3.47,-3.33 l 6.384,-10.408 c 0.694,-1.11 0.973,-3.053 0.276,-4.163 0,0 -0.832,-1.941 -10.685,-1.941 -9.714,0 -13.6,1.525 -13.6,1.525 -1.11,0.555 -2.498,1.526 -2.915,2.082 -0.276,0.831 0.278,1.387 1.389,1.387 h 14.432 c 1.111,0 1.527,0.973 0.972,1.942 -1.249,1.666 -3.33,1.806 -3.33,1.806 z m 5.551,6.799 v 0.139 c -0.972,1.39 -2.915,2.638 -4.024,2.638 h -2.914 -2.637 c -1.11,0 -1.527,-1.248 -0.556,-2.638 v -0.139 c 0.972,-1.525 2.914,-2.775 4.024,-2.775 h 5.551 c 1.111,0 1.527,1.25 0.556,2.775 z"
id="path18" style="fill:#0095d5"/>
<path
d="m 156.953,251.873 c 0.971,-1.388 2.497,-2.359 3.607,-2.359 H 165 c 0.694,0 2.914,-0.139 3.054,-1.524 0.139,-2.222 -4.58,-2.775 -6.384,-2.775 -6.522,0 -10.131,0.277 -13.878,5.828 -2.914,4.438 -5.828,9.02 -7.771,12.35 -1.665,3.054 -0.138,3.748 0.833,3.748 0.972,0 2.498,0 4.024,0 1.526,0 2.637,-0.139 4.996,-3.748 z"
id="path20" style="fill:#0095d5"/>
<path
d="m 127.949,248.959 -6.245,10.408 c -0.833,1.108 0,1.664 0.693,1.664 0.833,0 1.527,0 2.221,0 0.694,0 1.665,0.834 0.832,2.082 -0.693,1.389 -0.832,1.942 -1.525,2.774 -0.556,0.973 -1.527,1.25 -3.192,1.25 -1.109,0 -1.942,0 -2.637,0 -1.804,0 -0.833,-2.637 -0.833,-2.637 -2.636,2.914 -8.742,2.914 -15.126,2.914 -6.105,0 -14.016,0 -10.407,-6.105 l 7.771,-12.49 c 1.249,-2.082 2.22,-2.913 3.469,-3.469 0,0 0.277,-0.418 3.607,-0.418 2.221,0 5.135,0 2.638,3.887 l -7.078,11.519 c -0.832,1.111 -0.416,2.221 0.833,2.221 h 4.856 c 1.249,0 2.776,-1.108 3.747,-2.221 0,0 3.608,-6.244 6.801,-11.379 0.832,-1.248 2.914,-4.025 4.995,-4.025 0,0 1.943,0 3.47,0 1.527,0 3.33,0.418 1.11,4.025 z"
id="path22" style="fill:#0095d5"/>
<path
d="m 191.091,272.967 h 11.519 l 2.359,0.139 c 1.248,0 2.775,-1.108 3.469,-2.498 l 2.359,-3.469 c -1.527,0.277 -3.053,0.277 -4.857,0.277 -5.828,0 -13.876,0 -10.27,-6.105 l 7.494,-12.073 c 0.971,-1.388 2.498,-2.914 3.469,-3.47 0,-0.276 0.555,-0.416 3.748,-0.416 2.08,0 5.412,-0.555 2.496,3.886 l -6.66,11.102 c -0.832,1.111 -0.555,2.221 0.555,2.221 h 4.72 c 0.971,0 2.774,-1.108 3.469,-2.221 l 6.938,-11.103 c 0.693,-1.387 2.359,-2.913 3.47,-3.469 0,0 0.557,-0.416 3.745,-0.416 1.806,0 5.414,-0.555 2.5,3.885 l -5.829,9.3 c -0.277,0.416 -0.416,0.555 -0.693,1.248 l -7.354,11.934 c -0.832,1.25 -2.359,2.777 -3.469,3.471 0,0 -4.857,2.775 -14.57,2.775 -0.416,0 -0.973,0 -1.389,0 -9.021,-0.277 -8.604,-0.834 -9.159,-1.25 -0.556,-0.139 -1.111,-0.971 -0.973,-2.082 0.137,-0.973 1.386,-1.666 2.913,-1.666 z"
id="path24" style="fill:#0095d5"/>
<path
d="m 99.501,117.401 c -0.278,0 -0.278,0.141 -0.417,0.278 -12.073,16.93 -19.15,28.171 -26.645,42.048 l -0.832,1.526 -0.14,0.556 c -0.693,1.389 -0.555,2.914 0.417,4.163 4.44,6.938 29.281,15.126 84.651,15.126 41.354,0 85.345,-6.661 85.345,-19.149 0,-11.797 -43.297,-18.873 -85.345,-18.873 -14.017,0 -27.755,1.804 -31.641,2.498 3.747,-5.829 19.567,-27.063 19.567,-27.2 0.277,-0.277 0.277,-0.277 0.277,-0.416 v -0.277 c -0.277,-0.139 -0.416,-0.278 -0.693,-0.278 z m 16.097,44.547 c 0,-2.498 15.682,-6.106 40.938,-6.106 25.256,0 40.8,3.608 40.8,6.106 0,2.774 -15.543,6.244 -40.8,6.244 -25.257,0.001 -40.938,-3.468 -40.938,-6.244 z"
id="path26" style="fill:#0095d5"/>
<path
d="m 130.863,224.258 c 7.077,0.139 206.217,7.076 210.659,-63.559 3.606,-58.425 -142.938,-52.873 -142.938,-52.873 -0.276,0 -1.248,0 -1.248,0.693 0,0.833 0.416,0.973 0.972,0.973 40.659,0 106.717,16.235 104.635,51.207 -1.666,28.31 -53.289,61.614 -172.079,61.614 -0.555,0 -1.11,0.556 -1.11,0.972 -0.001,0.418 0.415,0.834 1.109,0.973 z"
id="path28" style="fill:#0095d5"/>
<polygon
points="313.488,219.123 309.604,219.123 309.604,218.291 318.484,218.291 318.484,219.123 314.877,219.123 314.877,226.061 313.488,226.061 "
id="polygon30" style="fill:#0095d5"/>
<polygon
points="328.477,219.678 325.563,226.061 324.451,226.061 321.537,219.678 321.537,226.061 320.428,226.061 320.428,218.291 322.092,218.291 325.008,224.813 328.061,218.291 329.725,218.291 329.725,226.061 328.615,226.061 328.615,219.678 "
id="polygon32" style="fill:#0095d5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1"
id="Layer_1" width="324.88956" height="173.28061" viewBox="-0.744 82.256 324.88956 173.28061" overflow="visible"
enable-background="new -0.744 82.256 386 207" xml:space="preserve" style="overflow:visible"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs39"/>
<g id="g34" transform="translate(-31.053319,-23.428396)">
<path
d="m 91.59,237.719 c -0.693,0 -3.053,0.693 -5.135,3.746 -2.081,3.053 -11.518,18.596 -13.183,21.51 -1.805,2.914 -1.249,4.164 0.693,4.164 1.665,0 2.082,0 4.163,0 1.943,0 3.747,-2.221 4.441,-3.748 0.972,-1.387 12.073,-19.428 13.877,-22.063 1.526,-2.638 0.556,-3.607 -0.694,-3.607 -1.108,-0.002 -4.162,-0.002 -4.162,-0.002 z"
id="path2" style="fill:#0095d5"/>
<path
d="m 53.705,267.139 c 7.078,-0.277 11.796,-0.557 17.347,-10.686 2.359,-4.58 -4.302,-4.72 -4.302,-4.72 -0.972,0 6.106,0.14 9.853,-7.771 3.47,-7.217 -2.637,-6.66 -3.746,-6.799 -5.274,-0.695 -15.127,-0.418 -22.62,0 -1.527,0 -3.331,2.08 -4.303,3.33 -0.693,1.387 -12.212,19.981 -13.877,22.619 -1.805,2.774 0,3.887 1.804,4.024 5.273,0.28 11.934,0.28 19.844,0.003 z m 6.106,-9.715 c -1.942,4.025 -5.551,4.164 -7.632,4.164 -1.942,0 -4.857,0 -5.551,0 -0.694,0 -1.388,0 -0.694,-1.527 0.972,-1.248 2.359,-3.469 2.915,-4.303 0.555,-0.971 1.109,-1.248 2.358,-1.248 0,0 4.719,0 5.968,0 1.11,0 4.024,-0.139 2.636,2.914 z m 5.134,-11.934 c -1.942,4.022 -5.689,4.022 -7.632,4.022 -2.081,0 -2.498,0 -3.33,0 -0.556,0 -1.527,0 -0.556,-1.248 0.972,-1.389 2.081,-3.748 2.775,-4.58 0.693,-0.832 1.249,-1.25 2.221,-1.25 0,0 2.914,0 4.024,0 1.111,0.002 4.026,0.002 2.498,3.056 z"
id="path4" style="fill:#0095d5"/>
<path
d="m 284.762,248.82 -9.158,14.57 c -1.942,3.053 -0.276,3.748 0.693,3.748 0.973,0 2.359,0 4.025,0 1.525,0 2.637,-0.139 4.996,-3.748 l 9.158,-14.848 c 2.498,-4.025 -0.556,-3.746 -2.498,-3.746 -3.468,0.138 -4.3,0.001 -7.216,4.024 z"
id="path6" style="fill:#0095d5"/>
<path
d="m 322.51,249.791 h -10.965 c -1.109,0 -2.637,0.973 -3.469,2.082 -0.693,1.11 -0.277,2.221 0.832,2.221 0,-0.139 4.44,0 7.771,0 3.47,-0.139 4.72,2.221 0.974,7.355 -0.695,1.108 -2.222,2.914 -3.472,3.606 0,0 -3.053,2.498 -12.905,2.498 -9.021,0 -9.437,-0.973 -9.437,-0.973 -0.832,-0.693 -1.108,-1.941 -0.832,-2.638 0.416,-0.555 1.806,-1.108 2.914,-1.108 H 305.3 c 1.109,0 2.637,-0.971 3.33,-2.221 0.834,-1.109 0.416,-2.496 -0.693,-2.496 0,0 -4.44,0 -8.464,0 -4.024,0 -3.47,-2.64 -0.416,-7.078 0.832,-1.25 2.358,-2.775 3.469,-3.609 0,0 3.33,-2.498 13.045,-2.498 3.887,0 10.407,-0.416 9.992,2.916 -0.139,1.527 -2.36,1.943 -3.053,1.943 z"
id="path8" style="fill:#0095d5"/>
<path
d="m 351.234,249.93 h -8.882 c -1.11,0 -2.637,0.973 -3.329,2.359 l -5.273,8.188 c -0.695,1.111 -0.277,2.359 0.555,2.359 0,0 9.021,0 10.547,0 1.525,0 2.498,0.139 2.359,0.555 -0.139,1.527 -2.359,4.164 -14.711,4.164 -11.102,0 -10.408,-1.527 -10.27,-3.19 0.278,-1.806 5.688,-10.408 7.354,-13.046 1.666,-2.774 4.025,-6.385 14.988,-6.385 10.27,0 9.713,2.359 9.574,2.916 0.002,0.554 -0.552,2.08 -2.912,2.08 z"
id="path10" style="fill:#0095d5"/>
<path
d="m 299.75,236.469 c 0.832,0 1.805,0.834 1.109,2.221 -0.832,1.111 -1.109,1.666 -1.525,2.498 -0.555,0.832 -1.805,1.248 -3.33,1.248 -1.527,0 -5.135,0 -5.689,0 -1.11,0 -1.11,-0.971 -0.557,-1.94 0.416,-0.832 0.693,-1.25 1.111,-1.806 0.416,-0.692 1.109,-2.221 3.33,-2.221 z"
id="path12" style="fill:#0095d5"/>
<path
d="m 133.777,252.428 c -2.081,0 -2.914,1.389 -3.33,2.082 -0.278,0.555 -0.694,0.971 -1.249,1.943 -0.417,0.971 -0.278,1.94 0.277,1.94 0.693,0 4.44,0 5.967,0 1.805,0 2.775,-0.555 3.33,-1.387 0.556,-0.971 0.694,-1.25 1.527,-2.637 0.971,-1.388 -0.278,-1.943 -0.972,-1.943 z"
id="path14" style="fill:#0095d5"/>
<path
d="m 271.719,258.119 c 3.607,-5.83 1.387,-2.222 6.521,-10.408 4.996,-8.328 -2.914,-9.992 -10.686,-9.992 -11.935,0 -15.544,0.555 -15.544,0.555 -1.247,0 -2.913,1.109 -3.606,2.498 l -14.434,23.314 c -0.832,1.387 -0.556,2.496 0.557,2.774 0,0 3.469,0.277 15.402,0.277 16.378,0.002 17.903,-3.051 21.79,-9.018 z m -4.858,-10.408 c 0,0 -6.244,9.852 -6.662,10.408 -0.555,0.832 -2.498,3.469 -5.412,3.469 -1.803,0 -4.301,0 -6.105,0 -1.111,0 -1.666,-0.139 -0.971,-1.25 l 9.99,-15.959 c 0.418,-0.555 1.111,-0.971 1.943,-0.971 1.666,0 4.719,0 5.967,0 1.944,0 2.498,2.082 1.25,4.303 z"
id="path16" style="fill:#0095d5"/>
<path
d="m 176.103,253.539 c -3.469,0 -4.579,0.276 -7.632,0.416 -1.249,0 -2.914,0.971 -3.608,2.358 l -2.914,4.996 c -3.608,5.689 4.163,6.105 10.269,6.105 9.854,0 14.571,-2.775 14.571,-2.775 1.249,-0.555 2.776,-2.082 3.47,-3.33 l 6.384,-10.408 c 0.694,-1.11 0.973,-3.053 0.276,-4.163 0,0 -0.832,-1.941 -10.685,-1.941 -9.714,0 -13.6,1.525 -13.6,1.525 -1.11,0.555 -2.498,1.526 -2.915,2.082 -0.276,0.831 0.278,1.387 1.389,1.387 h 14.432 c 1.111,0 1.527,0.973 0.972,1.942 -1.249,1.666 -3.33,1.806 -3.33,1.806 z m 5.551,6.799 v 0.139 c -0.972,1.39 -2.915,2.638 -4.024,2.638 h -2.914 -2.637 c -1.11,0 -1.527,-1.248 -0.556,-2.638 v -0.139 c 0.972,-1.525 2.914,-2.775 4.024,-2.775 h 5.551 c 1.111,0 1.527,1.25 0.556,2.775 z"
id="path18" style="fill:#0095d5"/>
<path
d="m 156.953,251.873 c 0.971,-1.388 2.497,-2.359 3.607,-2.359 H 165 c 0.694,0 2.914,-0.139 3.054,-1.524 0.139,-2.222 -4.58,-2.775 -6.384,-2.775 -6.522,0 -10.131,0.277 -13.878,5.828 -2.914,4.438 -5.828,9.02 -7.771,12.35 -1.665,3.054 -0.138,3.748 0.833,3.748 0.972,0 2.498,0 4.024,0 1.526,0 2.637,-0.139 4.996,-3.748 z"
id="path20" style="fill:#0095d5"/>
<path
d="m 127.949,248.959 -6.245,10.408 c -0.833,1.108 0,1.664 0.693,1.664 0.833,0 1.527,0 2.221,0 0.694,0 1.665,0.834 0.832,2.082 -0.693,1.389 -0.832,1.942 -1.525,2.774 -0.556,0.973 -1.527,1.25 -3.192,1.25 -1.109,0 -1.942,0 -2.637,0 -1.804,0 -0.833,-2.637 -0.833,-2.637 -2.636,2.914 -8.742,2.914 -15.126,2.914 -6.105,0 -14.016,0 -10.407,-6.105 l 7.771,-12.49 c 1.249,-2.082 2.22,-2.913 3.469,-3.469 0,0 0.277,-0.418 3.607,-0.418 2.221,0 5.135,0 2.638,3.887 l -7.078,11.519 c -0.832,1.111 -0.416,2.221 0.833,2.221 h 4.856 c 1.249,0 2.776,-1.108 3.747,-2.221 0,0 3.608,-6.244 6.801,-11.379 0.832,-1.248 2.914,-4.025 4.995,-4.025 0,0 1.943,0 3.47,0 1.527,0 3.33,0.418 1.11,4.025 z"
id="path22" style="fill:#0095d5"/>
<path
d="m 191.091,272.967 h 11.519 l 2.359,0.139 c 1.248,0 2.775,-1.108 3.469,-2.498 l 2.359,-3.469 c -1.527,0.277 -3.053,0.277 -4.857,0.277 -5.828,0 -13.876,0 -10.27,-6.105 l 7.494,-12.073 c 0.971,-1.388 2.498,-2.914 3.469,-3.47 0,-0.276 0.555,-0.416 3.748,-0.416 2.08,0 5.412,-0.555 2.496,3.886 l -6.66,11.102 c -0.832,1.111 -0.555,2.221 0.555,2.221 h 4.72 c 0.971,0 2.774,-1.108 3.469,-2.221 l 6.938,-11.103 c 0.693,-1.387 2.359,-2.913 3.47,-3.469 0,0 0.557,-0.416 3.745,-0.416 1.806,0 5.414,-0.555 2.5,3.885 l -5.829,9.3 c -0.277,0.416 -0.416,0.555 -0.693,1.248 l -7.354,11.934 c -0.832,1.25 -2.359,2.777 -3.469,3.471 0,0 -4.857,2.775 -14.57,2.775 -0.416,0 -0.973,0 -1.389,0 -9.021,-0.277 -8.604,-0.834 -9.159,-1.25 -0.556,-0.139 -1.111,-0.971 -0.973,-2.082 0.137,-0.973 1.386,-1.666 2.913,-1.666 z"
id="path24" style="fill:#0095d5"/>
<path
d="m 99.501,117.401 c -0.278,0 -0.278,0.141 -0.417,0.278 -12.073,16.93 -19.15,28.171 -26.645,42.048 l -0.832,1.526 -0.14,0.556 c -0.693,1.389 -0.555,2.914 0.417,4.163 4.44,6.938 29.281,15.126 84.651,15.126 41.354,0 85.345,-6.661 85.345,-19.149 0,-11.797 -43.297,-18.873 -85.345,-18.873 -14.017,0 -27.755,1.804 -31.641,2.498 3.747,-5.829 19.567,-27.063 19.567,-27.2 0.277,-0.277 0.277,-0.277 0.277,-0.416 v -0.277 c -0.277,-0.139 -0.416,-0.278 -0.693,-0.278 z m 16.097,44.547 c 0,-2.498 15.682,-6.106 40.938,-6.106 25.256,0 40.8,3.608 40.8,6.106 0,2.774 -15.543,6.244 -40.8,6.244 -25.257,0.001 -40.938,-3.468 -40.938,-6.244 z"
id="path26" style="fill:#0095d5"/>
<path
d="m 130.863,224.258 c 7.077,0.139 206.217,7.076 210.659,-63.559 3.606,-58.425 -142.938,-52.873 -142.938,-52.873 -0.276,0 -1.248,0 -1.248,0.693 0,0.833 0.416,0.973 0.972,0.973 40.659,0 106.717,16.235 104.635,51.207 -1.666,28.31 -53.289,61.614 -172.079,61.614 -0.555,0 -1.11,0.556 -1.11,0.972 -0.001,0.418 0.415,0.834 1.109,0.973 z"
id="path28" style="fill:#0095d5"/>
<polygon
points="313.488,219.123 309.604,219.123 309.604,218.291 318.484,218.291 318.484,219.123 314.877,219.123 314.877,226.061 313.488,226.061 "
id="polygon30" style="fill:#0095d5"/>
<polygon
points="328.477,219.678 325.563,226.061 324.451,226.061 321.537,219.678 321.537,226.061 320.428,226.061 320.428,218.291 322.092,218.291 325.008,224.813 328.061,218.291 329.725,218.291 329.725,226.061 328.615,226.061 328.615,219.678 "
id="polygon32" style="fill:#0095d5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1"
id="Layer_1" width="324.88956" height="173.28061" viewBox="-0.744 82.256 324.88956 173.28061" overflow="visible"
enable-background="new -0.744 82.256 386 207" xml:space="preserve" style="overflow:visible"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs39"/>
<g id="g34" transform="translate(-31.053319,-23.428396)">
<path
d="m 91.59,237.719 c -0.693,0 -3.053,0.693 -5.135,3.746 -2.081,3.053 -11.518,18.596 -13.183,21.51 -1.805,2.914 -1.249,4.164 0.693,4.164 1.665,0 2.082,0 4.163,0 1.943,0 3.747,-2.221 4.441,-3.748 0.972,-1.387 12.073,-19.428 13.877,-22.063 1.526,-2.638 0.556,-3.607 -0.694,-3.607 -1.108,-0.002 -4.162,-0.002 -4.162,-0.002 z"
id="path2" style="fill:#0095d5"/>
<path
d="m 53.705,267.139 c 7.078,-0.277 11.796,-0.557 17.347,-10.686 2.359,-4.58 -4.302,-4.72 -4.302,-4.72 -0.972,0 6.106,0.14 9.853,-7.771 3.47,-7.217 -2.637,-6.66 -3.746,-6.799 -5.274,-0.695 -15.127,-0.418 -22.62,0 -1.527,0 -3.331,2.08 -4.303,3.33 -0.693,1.387 -12.212,19.981 -13.877,22.619 -1.805,2.774 0,3.887 1.804,4.024 5.273,0.28 11.934,0.28 19.844,0.003 z m 6.106,-9.715 c -1.942,4.025 -5.551,4.164 -7.632,4.164 -1.942,0 -4.857,0 -5.551,0 -0.694,0 -1.388,0 -0.694,-1.527 0.972,-1.248 2.359,-3.469 2.915,-4.303 0.555,-0.971 1.109,-1.248 2.358,-1.248 0,0 4.719,0 5.968,0 1.11,0 4.024,-0.139 2.636,2.914 z m 5.134,-11.934 c -1.942,4.022 -5.689,4.022 -7.632,4.022 -2.081,0 -2.498,0 -3.33,0 -0.556,0 -1.527,0 -0.556,-1.248 0.972,-1.389 2.081,-3.748 2.775,-4.58 0.693,-0.832 1.249,-1.25 2.221,-1.25 0,0 2.914,0 4.024,0 1.111,0.002 4.026,0.002 2.498,3.056 z"
id="path4" style="fill:#0095d5"/>
<path
d="m 284.762,248.82 -9.158,14.57 c -1.942,3.053 -0.276,3.748 0.693,3.748 0.973,0 2.359,0 4.025,0 1.525,0 2.637,-0.139 4.996,-3.748 l 9.158,-14.848 c 2.498,-4.025 -0.556,-3.746 -2.498,-3.746 -3.468,0.138 -4.3,0.001 -7.216,4.024 z"
id="path6" style="fill:#0095d5"/>
<path
d="m 322.51,249.791 h -10.965 c -1.109,0 -2.637,0.973 -3.469,2.082 -0.693,1.11 -0.277,2.221 0.832,2.221 0,-0.139 4.44,0 7.771,0 3.47,-0.139 4.72,2.221 0.974,7.355 -0.695,1.108 -2.222,2.914 -3.472,3.606 0,0 -3.053,2.498 -12.905,2.498 -9.021,0 -9.437,-0.973 -9.437,-0.973 -0.832,-0.693 -1.108,-1.941 -0.832,-2.638 0.416,-0.555 1.806,-1.108 2.914,-1.108 H 305.3 c 1.109,0 2.637,-0.971 3.33,-2.221 0.834,-1.109 0.416,-2.496 -0.693,-2.496 0,0 -4.44,0 -8.464,0 -4.024,0 -3.47,-2.64 -0.416,-7.078 0.832,-1.25 2.358,-2.775 3.469,-3.609 0,0 3.33,-2.498 13.045,-2.498 3.887,0 10.407,-0.416 9.992,2.916 -0.139,1.527 -2.36,1.943 -3.053,1.943 z"
id="path8" style="fill:#0095d5"/>
<path
d="m 351.234,249.93 h -8.882 c -1.11,0 -2.637,0.973 -3.329,2.359 l -5.273,8.188 c -0.695,1.111 -0.277,2.359 0.555,2.359 0,0 9.021,0 10.547,0 1.525,0 2.498,0.139 2.359,0.555 -0.139,1.527 -2.359,4.164 -14.711,4.164 -11.102,0 -10.408,-1.527 -10.27,-3.19 0.278,-1.806 5.688,-10.408 7.354,-13.046 1.666,-2.774 4.025,-6.385 14.988,-6.385 10.27,0 9.713,2.359 9.574,2.916 0.002,0.554 -0.552,2.08 -2.912,2.08 z"
id="path10" style="fill:#0095d5"/>
<path
d="m 299.75,236.469 c 0.832,0 1.805,0.834 1.109,2.221 -0.832,1.111 -1.109,1.666 -1.525,2.498 -0.555,0.832 -1.805,1.248 -3.33,1.248 -1.527,0 -5.135,0 -5.689,0 -1.11,0 -1.11,-0.971 -0.557,-1.94 0.416,-0.832 0.693,-1.25 1.111,-1.806 0.416,-0.692 1.109,-2.221 3.33,-2.221 z"
id="path12" style="fill:#0095d5"/>
<path
d="m 133.777,252.428 c -2.081,0 -2.914,1.389 -3.33,2.082 -0.278,0.555 -0.694,0.971 -1.249,1.943 -0.417,0.971 -0.278,1.94 0.277,1.94 0.693,0 4.44,0 5.967,0 1.805,0 2.775,-0.555 3.33,-1.387 0.556,-0.971 0.694,-1.25 1.527,-2.637 0.971,-1.388 -0.278,-1.943 -0.972,-1.943 z"
id="path14" style="fill:#0095d5"/>
<path
d="m 271.719,258.119 c 3.607,-5.83 1.387,-2.222 6.521,-10.408 4.996,-8.328 -2.914,-9.992 -10.686,-9.992 -11.935,0 -15.544,0.555 -15.544,0.555 -1.247,0 -2.913,1.109 -3.606,2.498 l -14.434,23.314 c -0.832,1.387 -0.556,2.496 0.557,2.774 0,0 3.469,0.277 15.402,0.277 16.378,0.002 17.903,-3.051 21.79,-9.018 z m -4.858,-10.408 c 0,0 -6.244,9.852 -6.662,10.408 -0.555,0.832 -2.498,3.469 -5.412,3.469 -1.803,0 -4.301,0 -6.105,0 -1.111,0 -1.666,-0.139 -0.971,-1.25 l 9.99,-15.959 c 0.418,-0.555 1.111,-0.971 1.943,-0.971 1.666,0 4.719,0 5.967,0 1.944,0 2.498,2.082 1.25,4.303 z"
id="path16" style="fill:#0095d5"/>
<path
d="m 176.103,253.539 c -3.469,0 -4.579,0.276 -7.632,0.416 -1.249,0 -2.914,0.971 -3.608,2.358 l -2.914,4.996 c -3.608,5.689 4.163,6.105 10.269,6.105 9.854,0 14.571,-2.775 14.571,-2.775 1.249,-0.555 2.776,-2.082 3.47,-3.33 l 6.384,-10.408 c 0.694,-1.11 0.973,-3.053 0.276,-4.163 0,0 -0.832,-1.941 -10.685,-1.941 -9.714,0 -13.6,1.525 -13.6,1.525 -1.11,0.555 -2.498,1.526 -2.915,2.082 -0.276,0.831 0.278,1.387 1.389,1.387 h 14.432 c 1.111,0 1.527,0.973 0.972,1.942 -1.249,1.666 -3.33,1.806 -3.33,1.806 z m 5.551,6.799 v 0.139 c -0.972,1.39 -2.915,2.638 -4.024,2.638 h -2.914 -2.637 c -1.11,0 -1.527,-1.248 -0.556,-2.638 v -0.139 c 0.972,-1.525 2.914,-2.775 4.024,-2.775 h 5.551 c 1.111,0 1.527,1.25 0.556,2.775 z"
id="path18" style="fill:#0095d5"/>
<path
d="m 156.953,251.873 c 0.971,-1.388 2.497,-2.359 3.607,-2.359 H 165 c 0.694,0 2.914,-0.139 3.054,-1.524 0.139,-2.222 -4.58,-2.775 -6.384,-2.775 -6.522,0 -10.131,0.277 -13.878,5.828 -2.914,4.438 -5.828,9.02 -7.771,12.35 -1.665,3.054 -0.138,3.748 0.833,3.748 0.972,0 2.498,0 4.024,0 1.526,0 2.637,-0.139 4.996,-3.748 z"
id="path20" style="fill:#0095d5"/>
<path
d="m 127.949,248.959 -6.245,10.408 c -0.833,1.108 0,1.664 0.693,1.664 0.833,0 1.527,0 2.221,0 0.694,0 1.665,0.834 0.832,2.082 -0.693,1.389 -0.832,1.942 -1.525,2.774 -0.556,0.973 -1.527,1.25 -3.192,1.25 -1.109,0 -1.942,0 -2.637,0 -1.804,0 -0.833,-2.637 -0.833,-2.637 -2.636,2.914 -8.742,2.914 -15.126,2.914 -6.105,0 -14.016,0 -10.407,-6.105 l 7.771,-12.49 c 1.249,-2.082 2.22,-2.913 3.469,-3.469 0,0 0.277,-0.418 3.607,-0.418 2.221,0 5.135,0 2.638,3.887 l -7.078,11.519 c -0.832,1.111 -0.416,2.221 0.833,2.221 h 4.856 c 1.249,0 2.776,-1.108 3.747,-2.221 0,0 3.608,-6.244 6.801,-11.379 0.832,-1.248 2.914,-4.025 4.995,-4.025 0,0 1.943,0 3.47,0 1.527,0 3.33,0.418 1.11,4.025 z"
id="path22" style="fill:#0095d5"/>
<path
d="m 191.091,272.967 h 11.519 l 2.359,0.139 c 1.248,0 2.775,-1.108 3.469,-2.498 l 2.359,-3.469 c -1.527,0.277 -3.053,0.277 -4.857,0.277 -5.828,0 -13.876,0 -10.27,-6.105 l 7.494,-12.073 c 0.971,-1.388 2.498,-2.914 3.469,-3.47 0,-0.276 0.555,-0.416 3.748,-0.416 2.08,0 5.412,-0.555 2.496,3.886 l -6.66,11.102 c -0.832,1.111 -0.555,2.221 0.555,2.221 h 4.72 c 0.971,0 2.774,-1.108 3.469,-2.221 l 6.938,-11.103 c 0.693,-1.387 2.359,-2.913 3.47,-3.469 0,0 0.557,-0.416 3.745,-0.416 1.806,0 5.414,-0.555 2.5,3.885 l -5.829,9.3 c -0.277,0.416 -0.416,0.555 -0.693,1.248 l -7.354,11.934 c -0.832,1.25 -2.359,2.777 -3.469,3.471 0,0 -4.857,2.775 -14.57,2.775 -0.416,0 -0.973,0 -1.389,0 -9.021,-0.277 -8.604,-0.834 -9.159,-1.25 -0.556,-0.139 -1.111,-0.971 -0.973,-2.082 0.137,-0.973 1.386,-1.666 2.913,-1.666 z"
id="path24" style="fill:#0095d5"/>
<path
d="m 99.501,117.401 c -0.278,0 -0.278,0.141 -0.417,0.278 -12.073,16.93 -19.15,28.171 -26.645,42.048 l -0.832,1.526 -0.14,0.556 c -0.693,1.389 -0.555,2.914 0.417,4.163 4.44,6.938 29.281,15.126 84.651,15.126 41.354,0 85.345,-6.661 85.345,-19.149 0,-11.797 -43.297,-18.873 -85.345,-18.873 -14.017,0 -27.755,1.804 -31.641,2.498 3.747,-5.829 19.567,-27.063 19.567,-27.2 0.277,-0.277 0.277,-0.277 0.277,-0.416 v -0.277 c -0.277,-0.139 -0.416,-0.278 -0.693,-0.278 z m 16.097,44.547 c 0,-2.498 15.682,-6.106 40.938,-6.106 25.256,0 40.8,3.608 40.8,6.106 0,2.774 -15.543,6.244 -40.8,6.244 -25.257,0.001 -40.938,-3.468 -40.938,-6.244 z"
id="path26" style="fill:#0095d5"/>
<path
d="m 130.863,224.258 c 7.077,0.139 206.217,7.076 210.659,-63.559 3.606,-58.425 -142.938,-52.873 -142.938,-52.873 -0.276,0 -1.248,0 -1.248,0.693 0,0.833 0.416,0.973 0.972,0.973 40.659,0 106.717,16.235 104.635,51.207 -1.666,28.31 -53.289,61.614 -172.079,61.614 -0.555,0 -1.11,0.556 -1.11,0.972 -0.001,0.418 0.415,0.834 1.109,0.973 z"
id="path28" style="fill:#0095d5"/>
<polygon
points="313.488,219.123 309.604,219.123 309.604,218.291 318.484,218.291 318.484,219.123 314.877,219.123 314.877,226.061 313.488,226.061 "
id="polygon30" style="fill:#0095d5"/>
<polygon
points="328.477,219.678 325.563,226.061 324.451,226.061 321.537,219.678 321.537,226.061 320.428,226.061 320.428,218.291 322.092,218.291 325.008,224.813 328.061,218.291 329.725,218.291 329.725,226.061 328.615,226.061 328.615,219.678 "
id="polygon32" style="fill:#0095d5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1"
id="Layer_1" width="324.88956" height="173.28061" viewBox="-0.744 82.256 324.88956 173.28061" overflow="visible"
enable-background="new -0.744 82.256 386 207" xml:space="preserve" style="overflow:visible"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs39"/>
<g id="g34" transform="translate(-31.053319,-23.428396)">
<path
d="m 91.59,237.719 c -0.693,0 -3.053,0.693 -5.135,3.746 -2.081,3.053 -11.518,18.596 -13.183,21.51 -1.805,2.914 -1.249,4.164 0.693,4.164 1.665,0 2.082,0 4.163,0 1.943,0 3.747,-2.221 4.441,-3.748 0.972,-1.387 12.073,-19.428 13.877,-22.063 1.526,-2.638 0.556,-3.607 -0.694,-3.607 -1.108,-0.002 -4.162,-0.002 -4.162,-0.002 z"
id="path2" style="fill:#0095d5"/>
<path
d="m 53.705,267.139 c 7.078,-0.277 11.796,-0.557 17.347,-10.686 2.359,-4.58 -4.302,-4.72 -4.302,-4.72 -0.972,0 6.106,0.14 9.853,-7.771 3.47,-7.217 -2.637,-6.66 -3.746,-6.799 -5.274,-0.695 -15.127,-0.418 -22.62,0 -1.527,0 -3.331,2.08 -4.303,3.33 -0.693,1.387 -12.212,19.981 -13.877,22.619 -1.805,2.774 0,3.887 1.804,4.024 5.273,0.28 11.934,0.28 19.844,0.003 z m 6.106,-9.715 c -1.942,4.025 -5.551,4.164 -7.632,4.164 -1.942,0 -4.857,0 -5.551,0 -0.694,0 -1.388,0 -0.694,-1.527 0.972,-1.248 2.359,-3.469 2.915,-4.303 0.555,-0.971 1.109,-1.248 2.358,-1.248 0,0 4.719,0 5.968,0 1.11,0 4.024,-0.139 2.636,2.914 z m 5.134,-11.934 c -1.942,4.022 -5.689,4.022 -7.632,4.022 -2.081,0 -2.498,0 -3.33,0 -0.556,0 -1.527,0 -0.556,-1.248 0.972,-1.389 2.081,-3.748 2.775,-4.58 0.693,-0.832 1.249,-1.25 2.221,-1.25 0,0 2.914,0 4.024,0 1.111,0.002 4.026,0.002 2.498,3.056 z"
id="path4" style="fill:#0095d5"/>
<path
d="m 284.762,248.82 -9.158,14.57 c -1.942,3.053 -0.276,3.748 0.693,3.748 0.973,0 2.359,0 4.025,0 1.525,0 2.637,-0.139 4.996,-3.748 l 9.158,-14.848 c 2.498,-4.025 -0.556,-3.746 -2.498,-3.746 -3.468,0.138 -4.3,0.001 -7.216,4.024 z"
id="path6" style="fill:#0095d5"/>
<path
d="m 322.51,249.791 h -10.965 c -1.109,0 -2.637,0.973 -3.469,2.082 -0.693,1.11 -0.277,2.221 0.832,2.221 0,-0.139 4.44,0 7.771,0 3.47,-0.139 4.72,2.221 0.974,7.355 -0.695,1.108 -2.222,2.914 -3.472,3.606 0,0 -3.053,2.498 -12.905,2.498 -9.021,0 -9.437,-0.973 -9.437,-0.973 -0.832,-0.693 -1.108,-1.941 -0.832,-2.638 0.416,-0.555 1.806,-1.108 2.914,-1.108 H 305.3 c 1.109,0 2.637,-0.971 3.33,-2.221 0.834,-1.109 0.416,-2.496 -0.693,-2.496 0,0 -4.44,0 -8.464,0 -4.024,0 -3.47,-2.64 -0.416,-7.078 0.832,-1.25 2.358,-2.775 3.469,-3.609 0,0 3.33,-2.498 13.045,-2.498 3.887,0 10.407,-0.416 9.992,2.916 -0.139,1.527 -2.36,1.943 -3.053,1.943 z"
id="path8" style="fill:#0095d5"/>
<path
d="m 351.234,249.93 h -8.882 c -1.11,0 -2.637,0.973 -3.329,2.359 l -5.273,8.188 c -0.695,1.111 -0.277,2.359 0.555,2.359 0,0 9.021,0 10.547,0 1.525,0 2.498,0.139 2.359,0.555 -0.139,1.527 -2.359,4.164 -14.711,4.164 -11.102,0 -10.408,-1.527 -10.27,-3.19 0.278,-1.806 5.688,-10.408 7.354,-13.046 1.666,-2.774 4.025,-6.385 14.988,-6.385 10.27,0 9.713,2.359 9.574,2.916 0.002,0.554 -0.552,2.08 -2.912,2.08 z"
id="path10" style="fill:#0095d5"/>
<path
d="m 299.75,236.469 c 0.832,0 1.805,0.834 1.109,2.221 -0.832,1.111 -1.109,1.666 -1.525,2.498 -0.555,0.832 -1.805,1.248 -3.33,1.248 -1.527,0 -5.135,0 -5.689,0 -1.11,0 -1.11,-0.971 -0.557,-1.94 0.416,-0.832 0.693,-1.25 1.111,-1.806 0.416,-0.692 1.109,-2.221 3.33,-2.221 z"
id="path12" style="fill:#0095d5"/>
<path
d="m 133.777,252.428 c -2.081,0 -2.914,1.389 -3.33,2.082 -0.278,0.555 -0.694,0.971 -1.249,1.943 -0.417,0.971 -0.278,1.94 0.277,1.94 0.693,0 4.44,0 5.967,0 1.805,0 2.775,-0.555 3.33,-1.387 0.556,-0.971 0.694,-1.25 1.527,-2.637 0.971,-1.388 -0.278,-1.943 -0.972,-1.943 z"
id="path14" style="fill:#0095d5"/>
<path
d="m 271.719,258.119 c 3.607,-5.83 1.387,-2.222 6.521,-10.408 4.996,-8.328 -2.914,-9.992 -10.686,-9.992 -11.935,0 -15.544,0.555 -15.544,0.555 -1.247,0 -2.913,1.109 -3.606,2.498 l -14.434,23.314 c -0.832,1.387 -0.556,2.496 0.557,2.774 0,0 3.469,0.277 15.402,0.277 16.378,0.002 17.903,-3.051 21.79,-9.018 z m -4.858,-10.408 c 0,0 -6.244,9.852 -6.662,10.408 -0.555,0.832 -2.498,3.469 -5.412,3.469 -1.803,0 -4.301,0 -6.105,0 -1.111,0 -1.666,-0.139 -0.971,-1.25 l 9.99,-15.959 c 0.418,-0.555 1.111,-0.971 1.943,-0.971 1.666,0 4.719,0 5.967,0 1.944,0 2.498,2.082 1.25,4.303 z"
id="path16" style="fill:#0095d5"/>
<path
d="m 176.103,253.539 c -3.469,0 -4.579,0.276 -7.632,0.416 -1.249,0 -2.914,0.971 -3.608,2.358 l -2.914,4.996 c -3.608,5.689 4.163,6.105 10.269,6.105 9.854,0 14.571,-2.775 14.571,-2.775 1.249,-0.555 2.776,-2.082 3.47,-3.33 l 6.384,-10.408 c 0.694,-1.11 0.973,-3.053 0.276,-4.163 0,0 -0.832,-1.941 -10.685,-1.941 -9.714,0 -13.6,1.525 -13.6,1.525 -1.11,0.555 -2.498,1.526 -2.915,2.082 -0.276,0.831 0.278,1.387 1.389,1.387 h 14.432 c 1.111,0 1.527,0.973 0.972,1.942 -1.249,1.666 -3.33,1.806 -3.33,1.806 z m 5.551,6.799 v 0.139 c -0.972,1.39 -2.915,2.638 -4.024,2.638 h -2.914 -2.637 c -1.11,0 -1.527,-1.248 -0.556,-2.638 v -0.139 c 0.972,-1.525 2.914,-2.775 4.024,-2.775 h 5.551 c 1.111,0 1.527,1.25 0.556,2.775 z"
id="path18" style="fill:#0095d5"/>
<path
d="m 156.953,251.873 c 0.971,-1.388 2.497,-2.359 3.607,-2.359 H 165 c 0.694,0 2.914,-0.139 3.054,-1.524 0.139,-2.222 -4.58,-2.775 -6.384,-2.775 -6.522,0 -10.131,0.277 -13.878,5.828 -2.914,4.438 -5.828,9.02 -7.771,12.35 -1.665,3.054 -0.138,3.748 0.833,3.748 0.972,0 2.498,0 4.024,0 1.526,0 2.637,-0.139 4.996,-3.748 z"
id="path20" style="fill:#0095d5"/>
<path
d="m 127.949,248.959 -6.245,10.408 c -0.833,1.108 0,1.664 0.693,1.664 0.833,0 1.527,0 2.221,0 0.694,0 1.665,0.834 0.832,2.082 -0.693,1.389 -0.832,1.942 -1.525,2.774 -0.556,0.973 -1.527,1.25 -3.192,1.25 -1.109,0 -1.942,0 -2.637,0 -1.804,0 -0.833,-2.637 -0.833,-2.637 -2.636,2.914 -8.742,2.914 -15.126,2.914 -6.105,0 -14.016,0 -10.407,-6.105 l 7.771,-12.49 c 1.249,-2.082 2.22,-2.913 3.469,-3.469 0,0 0.277,-0.418 3.607,-0.418 2.221,0 5.135,0 2.638,3.887 l -7.078,11.519 c -0.832,1.111 -0.416,2.221 0.833,2.221 h 4.856 c 1.249,0 2.776,-1.108 3.747,-2.221 0,0 3.608,-6.244 6.801,-11.379 0.832,-1.248 2.914,-4.025 4.995,-4.025 0,0 1.943,0 3.47,0 1.527,0 3.33,0.418 1.11,4.025 z"
id="path22" style="fill:#0095d5"/>
<path
d="m 191.091,272.967 h 11.519 l 2.359,0.139 c 1.248,0 2.775,-1.108 3.469,-2.498 l 2.359,-3.469 c -1.527,0.277 -3.053,0.277 -4.857,0.277 -5.828,0 -13.876,0 -10.27,-6.105 l 7.494,-12.073 c 0.971,-1.388 2.498,-2.914 3.469,-3.47 0,-0.276 0.555,-0.416 3.748,-0.416 2.08,0 5.412,-0.555 2.496,3.886 l -6.66,11.102 c -0.832,1.111 -0.555,2.221 0.555,2.221 h 4.72 c 0.971,0 2.774,-1.108 3.469,-2.221 l 6.938,-11.103 c 0.693,-1.387 2.359,-2.913 3.47,-3.469 0,0 0.557,-0.416 3.745,-0.416 1.806,0 5.414,-0.555 2.5,3.885 l -5.829,9.3 c -0.277,0.416 -0.416,0.555 -0.693,1.248 l -7.354,11.934 c -0.832,1.25 -2.359,2.777 -3.469,3.471 0,0 -4.857,2.775 -14.57,2.775 -0.416,0 -0.973,0 -1.389,0 -9.021,-0.277 -8.604,-0.834 -9.159,-1.25 -0.556,-0.139 -1.111,-0.971 -0.973,-2.082 0.137,-0.973 1.386,-1.666 2.913,-1.666 z"
id="path24" style="fill:#0095d5"/>
<path
d="m 99.501,117.401 c -0.278,0 -0.278,0.141 -0.417,0.278 -12.073,16.93 -19.15,28.171 -26.645,42.048 l -0.832,1.526 -0.14,0.556 c -0.693,1.389 -0.555,2.914 0.417,4.163 4.44,6.938 29.281,15.126 84.651,15.126 41.354,0 85.345,-6.661 85.345,-19.149 0,-11.797 -43.297,-18.873 -85.345,-18.873 -14.017,0 -27.755,1.804 -31.641,2.498 3.747,-5.829 19.567,-27.063 19.567,-27.2 0.277,-0.277 0.277,-0.277 0.277,-0.416 v -0.277 c -0.277,-0.139 -0.416,-0.278 -0.693,-0.278 z m 16.097,44.547 c 0,-2.498 15.682,-6.106 40.938,-6.106 25.256,0 40.8,3.608 40.8,6.106 0,2.774 -15.543,6.244 -40.8,6.244 -25.257,0.001 -40.938,-3.468 -40.938,-6.244 z"
id="path26" style="fill:#0095d5"/>
<path
d="m 130.863,224.258 c 7.077,0.139 206.217,7.076 210.659,-63.559 3.606,-58.425 -142.938,-52.873 -142.938,-52.873 -0.276,0 -1.248,0 -1.248,0.693 0,0.833 0.416,0.973 0.972,0.973 40.659,0 106.717,16.235 104.635,51.207 -1.666,28.31 -53.289,61.614 -172.079,61.614 -0.555,0 -1.11,0.556 -1.11,0.972 -0.001,0.418 0.415,0.834 1.109,0.973 z"
id="path28" style="fill:#0095d5"/>
<polygon
points="313.488,219.123 309.604,219.123 309.604,218.291 318.484,218.291 318.484,219.123 314.877,219.123 314.877,226.061 313.488,226.061 "
id="polygon30" style="fill:#0095d5"/>
<polygon
points="328.477,219.678 325.563,226.061 324.451,226.061 321.537,219.678 321.537,226.061 320.428,226.061 320.428,218.291 322.092,218.291 325.008,224.813 328.061,218.291 329.725,218.291 329.725,226.061 328.615,226.061 328.615,219.678 "
id="polygon32" style="fill:#0095d5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1"
id="Layer_1" width="324.88956" height="173.28061" viewBox="-0.744 82.256 324.88956 173.28061" overflow="visible"
enable-background="new -0.744 82.256 386 207" xml:space="preserve" style="overflow:visible"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs39"/>
<g id="g34" transform="translate(-31.053319,-23.428396)">
<path
d="m 91.59,237.719 c -0.693,0 -3.053,0.693 -5.135,3.746 -2.081,3.053 -11.518,18.596 -13.183,21.51 -1.805,2.914 -1.249,4.164 0.693,4.164 1.665,0 2.082,0 4.163,0 1.943,0 3.747,-2.221 4.441,-3.748 0.972,-1.387 12.073,-19.428 13.877,-22.063 1.526,-2.638 0.556,-3.607 -0.694,-3.607 -1.108,-0.002 -4.162,-0.002 -4.162,-0.002 z"
id="path2" style="fill:#0095d5"/>
<path
d="m 53.705,267.139 c 7.078,-0.277 11.796,-0.557 17.347,-10.686 2.359,-4.58 -4.302,-4.72 -4.302,-4.72 -0.972,0 6.106,0.14 9.853,-7.771 3.47,-7.217 -2.637,-6.66 -3.746,-6.799 -5.274,-0.695 -15.127,-0.418 -22.62,0 -1.527,0 -3.331,2.08 -4.303,3.33 -0.693,1.387 -12.212,19.981 -13.877,22.619 -1.805,2.774 0,3.887 1.804,4.024 5.273,0.28 11.934,0.28 19.844,0.003 z m 6.106,-9.715 c -1.942,4.025 -5.551,4.164 -7.632,4.164 -1.942,0 -4.857,0 -5.551,0 -0.694,0 -1.388,0 -0.694,-1.527 0.972,-1.248 2.359,-3.469 2.915,-4.303 0.555,-0.971 1.109,-1.248 2.358,-1.248 0,0 4.719,0 5.968,0 1.11,0 4.024,-0.139 2.636,2.914 z m 5.134,-11.934 c -1.942,4.022 -5.689,4.022 -7.632,4.022 -2.081,0 -2.498,0 -3.33,0 -0.556,0 -1.527,0 -0.556,-1.248 0.972,-1.389 2.081,-3.748 2.775,-4.58 0.693,-0.832 1.249,-1.25 2.221,-1.25 0,0 2.914,0 4.024,0 1.111,0.002 4.026,0.002 2.498,3.056 z"
id="path4" style="fill:#0095d5"/>
<path
d="m 284.762,248.82 -9.158,14.57 c -1.942,3.053 -0.276,3.748 0.693,3.748 0.973,0 2.359,0 4.025,0 1.525,0 2.637,-0.139 4.996,-3.748 l 9.158,-14.848 c 2.498,-4.025 -0.556,-3.746 -2.498,-3.746 -3.468,0.138 -4.3,0.001 -7.216,4.024 z"
id="path6" style="fill:#0095d5"/>
<path
d="m 322.51,249.791 h -10.965 c -1.109,0 -2.637,0.973 -3.469,2.082 -0.693,1.11 -0.277,2.221 0.832,2.221 0,-0.139 4.44,0 7.771,0 3.47,-0.139 4.72,2.221 0.974,7.355 -0.695,1.108 -2.222,2.914 -3.472,3.606 0,0 -3.053,2.498 -12.905,2.498 -9.021,0 -9.437,-0.973 -9.437,-0.973 -0.832,-0.693 -1.108,-1.941 -0.832,-2.638 0.416,-0.555 1.806,-1.108 2.914,-1.108 H 305.3 c 1.109,0 2.637,-0.971 3.33,-2.221 0.834,-1.109 0.416,-2.496 -0.693,-2.496 0,0 -4.44,0 -8.464,0 -4.024,0 -3.47,-2.64 -0.416,-7.078 0.832,-1.25 2.358,-2.775 3.469,-3.609 0,0 3.33,-2.498 13.045,-2.498 3.887,0 10.407,-0.416 9.992,2.916 -0.139,1.527 -2.36,1.943 -3.053,1.943 z"
id="path8" style="fill:#0095d5"/>
<path
d="m 351.234,249.93 h -8.882 c -1.11,0 -2.637,0.973 -3.329,2.359 l -5.273,8.188 c -0.695,1.111 -0.277,2.359 0.555,2.359 0,0 9.021,0 10.547,0 1.525,0 2.498,0.139 2.359,0.555 -0.139,1.527 -2.359,4.164 -14.711,4.164 -11.102,0 -10.408,-1.527 -10.27,-3.19 0.278,-1.806 5.688,-10.408 7.354,-13.046 1.666,-2.774 4.025,-6.385 14.988,-6.385 10.27,0 9.713,2.359 9.574,2.916 0.002,0.554 -0.552,2.08 -2.912,2.08 z"
id="path10" style="fill:#0095d5"/>
<path
d="m 299.75,236.469 c 0.832,0 1.805,0.834 1.109,2.221 -0.832,1.111 -1.109,1.666 -1.525,2.498 -0.555,0.832 -1.805,1.248 -3.33,1.248 -1.527,0 -5.135,0 -5.689,0 -1.11,0 -1.11,-0.971 -0.557,-1.94 0.416,-0.832 0.693,-1.25 1.111,-1.806 0.416,-0.692 1.109,-2.221 3.33,-2.221 z"
id="path12" style="fill:#0095d5"/>
<path
d="m 133.777,252.428 c -2.081,0 -2.914,1.389 -3.33,2.082 -0.278,0.555 -0.694,0.971 -1.249,1.943 -0.417,0.971 -0.278,1.94 0.277,1.94 0.693,0 4.44,0 5.967,0 1.805,0 2.775,-0.555 3.33,-1.387 0.556,-0.971 0.694,-1.25 1.527,-2.637 0.971,-1.388 -0.278,-1.943 -0.972,-1.943 z"
id="path14" style="fill:#0095d5"/>
<path
d="m 271.719,258.119 c 3.607,-5.83 1.387,-2.222 6.521,-10.408 4.996,-8.328 -2.914,-9.992 -10.686,-9.992 -11.935,0 -15.544,0.555 -15.544,0.555 -1.247,0 -2.913,1.109 -3.606,2.498 l -14.434,23.314 c -0.832,1.387 -0.556,2.496 0.557,2.774 0,0 3.469,0.277 15.402,0.277 16.378,0.002 17.903,-3.051 21.79,-9.018 z m -4.858,-10.408 c 0,0 -6.244,9.852 -6.662,10.408 -0.555,0.832 -2.498,3.469 -5.412,3.469 -1.803,0 -4.301,0 -6.105,0 -1.111,0 -1.666,-0.139 -0.971,-1.25 l 9.99,-15.959 c 0.418,-0.555 1.111,-0.971 1.943,-0.971 1.666,0 4.719,0 5.967,0 1.944,0 2.498,2.082 1.25,4.303 z"
id="path16" style="fill:#0095d5"/>
<path
d="m 176.103,253.539 c -3.469,0 -4.579,0.276 -7.632,0.416 -1.249,0 -2.914,0.971 -3.608,2.358 l -2.914,4.996 c -3.608,5.689 4.163,6.105 10.269,6.105 9.854,0 14.571,-2.775 14.571,-2.775 1.249,-0.555 2.776,-2.082 3.47,-3.33 l 6.384,-10.408 c 0.694,-1.11 0.973,-3.053 0.276,-4.163 0,0 -0.832,-1.941 -10.685,-1.941 -9.714,0 -13.6,1.525 -13.6,1.525 -1.11,0.555 -2.498,1.526 -2.915,2.082 -0.276,0.831 0.278,1.387 1.389,1.387 h 14.432 c 1.111,0 1.527,0.973 0.972,1.942 -1.249,1.666 -3.33,1.806 -3.33,1.806 z m 5.551,6.799 v 0.139 c -0.972,1.39 -2.915,2.638 -4.024,2.638 h -2.914 -2.637 c -1.11,0 -1.527,-1.248 -0.556,-2.638 v -0.139 c 0.972,-1.525 2.914,-2.775 4.024,-2.775 h 5.551 c 1.111,0 1.527,1.25 0.556,2.775 z"
id="path18" style="fill:#0095d5"/>
<path
d="m 156.953,251.873 c 0.971,-1.388 2.497,-2.359 3.607,-2.359 H 165 c 0.694,0 2.914,-0.139 3.054,-1.524 0.139,-2.222 -4.58,-2.775 -6.384,-2.775 -6.522,0 -10.131,0.277 -13.878,5.828 -2.914,4.438 -5.828,9.02 -7.771,12.35 -1.665,3.054 -0.138,3.748 0.833,3.748 0.972,0 2.498,0 4.024,0 1.526,0 2.637,-0.139 4.996,-3.748 z"
id="path20" style="fill:#0095d5"/>
<path
d="m 127.949,248.959 -6.245,10.408 c -0.833,1.108 0,1.664 0.693,1.664 0.833,0 1.527,0 2.221,0 0.694,0 1.665,0.834 0.832,2.082 -0.693,1.389 -0.832,1.942 -1.525,2.774 -0.556,0.973 -1.527,1.25 -3.192,1.25 -1.109,0 -1.942,0 -2.637,0 -1.804,0 -0.833,-2.637 -0.833,-2.637 -2.636,2.914 -8.742,2.914 -15.126,2.914 -6.105,0 -14.016,0 -10.407,-6.105 l 7.771,-12.49 c 1.249,-2.082 2.22,-2.913 3.469,-3.469 0,0 0.277,-0.418 3.607,-0.418 2.221,0 5.135,0 2.638,3.887 l -7.078,11.519 c -0.832,1.111 -0.416,2.221 0.833,2.221 h 4.856 c 1.249,0 2.776,-1.108 3.747,-2.221 0,0 3.608,-6.244 6.801,-11.379 0.832,-1.248 2.914,-4.025 4.995,-4.025 0,0 1.943,0 3.47,0 1.527,0 3.33,0.418 1.11,4.025 z"
id="path22" style="fill:#0095d5"/>
<path
d="m 191.091,272.967 h 11.519 l 2.359,0.139 c 1.248,0 2.775,-1.108 3.469,-2.498 l 2.359,-3.469 c -1.527,0.277 -3.053,0.277 -4.857,0.277 -5.828,0 -13.876,0 -10.27,-6.105 l 7.494,-12.073 c 0.971,-1.388 2.498,-2.914 3.469,-3.47 0,-0.276 0.555,-0.416 3.748,-0.416 2.08,0 5.412,-0.555 2.496,3.886 l -6.66,11.102 c -0.832,1.111 -0.555,2.221 0.555,2.221 h 4.72 c 0.971,0 2.774,-1.108 3.469,-2.221 l 6.938,-11.103 c 0.693,-1.387 2.359,-2.913 3.47,-3.469 0,0 0.557,-0.416 3.745,-0.416 1.806,0 5.414,-0.555 2.5,3.885 l -5.829,9.3 c -0.277,0.416 -0.416,0.555 -0.693,1.248 l -7.354,11.934 c -0.832,1.25 -2.359,2.777 -3.469,3.471 0,0 -4.857,2.775 -14.57,2.775 -0.416,0 -0.973,0 -1.389,0 -9.021,-0.277 -8.604,-0.834 -9.159,-1.25 -0.556,-0.139 -1.111,-0.971 -0.973,-2.082 0.137,-0.973 1.386,-1.666 2.913,-1.666 z"
id="path24" style="fill:#0095d5"/>
<path
d="m 99.501,117.401 c -0.278,0 -0.278,0.141 -0.417,0.278 -12.073,16.93 -19.15,28.171 -26.645,42.048 l -0.832,1.526 -0.14,0.556 c -0.693,1.389 -0.555,2.914 0.417,4.163 4.44,6.938 29.281,15.126 84.651,15.126 41.354,0 85.345,-6.661 85.345,-19.149 0,-11.797 -43.297,-18.873 -85.345,-18.873 -14.017,0 -27.755,1.804 -31.641,2.498 3.747,-5.829 19.567,-27.063 19.567,-27.2 0.277,-0.277 0.277,-0.277 0.277,-0.416 v -0.277 c -0.277,-0.139 -0.416,-0.278 -0.693,-0.278 z m 16.097,44.547 c 0,-2.498 15.682,-6.106 40.938,-6.106 25.256,0 40.8,3.608 40.8,6.106 0,2.774 -15.543,6.244 -40.8,6.244 -25.257,0.001 -40.938,-3.468 -40.938,-6.244 z"
id="path26" style="fill:#0095d5"/>
<path
d="m 130.863,224.258 c 7.077,0.139 206.217,7.076 210.659,-63.559 3.606,-58.425 -142.938,-52.873 -142.938,-52.873 -0.276,0 -1.248,0 -1.248,0.693 0,0.833 0.416,0.973 0.972,0.973 40.659,0 106.717,16.235 104.635,51.207 -1.666,28.31 -53.289,61.614 -172.079,61.614 -0.555,0 -1.11,0.556 -1.11,0.972 -0.001,0.418 0.415,0.834 1.109,0.973 z"
id="path28" style="fill:#0095d5"/>
<polygon
points="313.488,219.123 309.604,219.123 309.604,218.291 318.484,218.291 318.484,219.123 314.877,219.123 314.877,226.061 313.488,226.061 "
id="polygon30" style="fill:#0095d5"/>
<polygon
points="328.477,219.678 325.563,226.061 324.451,226.061 321.537,219.678 321.537,226.061 320.428,226.061 320.428,218.291 322.092,218.291 325.008,224.813 328.061,218.291 329.725,218.291 329.725,226.061 328.615,226.061 328.615,219.678 "
id="polygon32" style="fill:#0095d5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,36 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" id="svg32"
viewBox="0 0 4.4973901 2.17768" version="1.0" width="4.4973903in" height="2.17768in" xml:space="preserve"><metadata
id="metadata36"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs4">
<style id="style2" type="text/css"/>
</defs>
<g transform="translate(-0.02631,-0.03616)" id="g30">
<path id="path6"
d="m 4.0664,0.32104 c -3e-4,0.01278 -8e-4,0.02329 -0.0012,0.02705 -0.0033,0.02882 0,0.04245 -0.0831,0.04245 C 3.899,0.39054 3.9023,0.37691 3.899,0.34809 3.898,0.33871 3.897,0.2874 3.8971,0.26339 c 1e-4,-0.02401 9e-4,-0.07532 0.0019,-0.0847 0.0033,-0.02882 0,-0.04244 0.0831,-0.04244 0.0831,0 0.0798,0.01362 0.0831,0.04244 5e-4,0.00393 9e-4,0.01524 0.0012,0.02881 L 4.18,0.20749 C 4.1793,0.18173 4.1781,0.16021 4.1768,0.14899 4.1703,0.091354 4.193,0.03617 3.9822,0.03617 3.7715,0.036161 3.7942,0.091358 3.7877,0.14899 3.7856,0.16775 3.7836,0.21538 3.7838,0.26339 3.784,0.31141 3.7855,0.35903 3.7877,0.37779 3.7942,0.43543 3.7715,0.49062 3.9822,0.49062 4.193,0.49061 4.1703,0.43543 4.1768,0.37779 4.1781,0.36683 4.1791,0.34602 4.1798,0.32104 Z"/>
<polygon id="polygon8"
points="2.4968,0.047689 2.3309,0.046823 2.3309,0.48172 2.4418,0.48172 2.4418,0.15772 2.5527,0.48172 2.6636,0.48172 2.7736,0.15772 2.7736,0.48172 2.8845,0.48172 2.8845,0.046823 2.7186,0.047689 2.6077,0.37168 "/>
<polygon id="polygon10"
points="4.5237,0.15772 4.4198,0.15772 4.4198,0.48172 4.3088,0.48172 4.3088,0.15772 4.2049,0.15772 4.2049,0.046823 4.5237,0.046823 "/>
<polygon id="polygon12"
points="3.6425,0.046394 3.77,0.48172 3.6591,0.48172 3.6329,0.39176 3.4874,0.39176 3.508,0.32104 3.612,0.32104 3.5604,0.14375 3.4609,0.48172 3.35,0.48172 3.4772,0.046394 "/>
<path id="path14"
d="m 2.0638,0.13625 c 0.0831,0 0.0798,0.01362 0.0831,0.04244 0.0011,0.00938 0.0018,0.0607 0.0019,0.0847 10e-5,0.02401 -8e-4,0.07532 -0.0019,0.0847 -0.0033,0.02882 0,0.04245 -0.0831,0.04245 C 1.9807,0.39054 1.984,0.37691 1.9807,0.34809 1.9796,0.33871 1.9787,0.2874 1.9788,0.26339 c 1e-4,-0.02401 8e-4,-0.07532 0.0019,-0.0847 0.0033,-0.02882 0,-0.04244 0.0831,-0.04244 l 10e-5,-0.10009 c -0.2107,1e-6 -0.188,0.055198 -0.1945,0.11283 -0.0022,0.01876 -0.0041,0.06639 -0.0039,0.1144 2e-4,0.04802 0.0017,0.09564 0.0039,0.1144 0.0065,0.05764 -0.0162,0.11283 0.1945,0.11283 0.2107,0 0.188,-0.05519 0.1946,-0.11283 C 2.2606,0.35903 2.2622,0.31141 2.2624,0.26339 2.2626,0.21538 2.2606,0.16776 2.2585,0.14899 2.2519,0.091354 2.2747,0.03617 2.0639,0.03617 Z"/>
<path id="path16"
d="m 1.6893,0.32104 c -3e-4,0.01278 -7e-4,0.02329 -0.0011,0.02705 -0.0033,0.02882 0,0.04245 -0.0831,0.04245 C 1.522,0.39054 1.5253,0.37691 1.522,0.34809 1.5209,0.33871 1.5199,0.2874 1.52,0.26339 c 10e-5,-0.02401 9e-4,-0.07532 0.002,-0.0847 0.0033,-0.02882 0,-0.04244 0.0831,-0.04244 0.0831,0 0.0798,0.01362 0.0831,0.04244 4e-4,0.00393 8e-4,0.01524 0.0011,0.02881 L 1.803,0.20749 C 1.8023,0.18173 1.801,0.16021 1.7998,0.14899 1.7932,0.091354 1.8159,0.03617 1.6052,0.03617 1.3945,0.036161 1.4172,0.091358 1.4106,0.14899 1.4085,0.16775 1.4065,0.21538 1.4067,0.26339 1.4069,0.31141 1.4085,0.35903 1.4106,0.37779 1.4172,0.43543 1.3945,0.49062 1.6052,0.49062 1.8159,0.49061 1.7932,0.43543 1.7998,0.37779 1.801,0.36683 1.8021,0.34602 1.8028,0.32104 Z"/>
<path id="path18"
d="m 3.1546,0.38225 -0.0673,-3e-5 v -0.0992 l 0.0673,-4.1e-4 c 0.083,0 0.0805,-0.01362 0.0837,-0.04244 C 3.2394,0.23079 3.2392,0.2385 3.2391,0.21449 3.239,0.19048 3.2394,0.19872 3.2383,0.18935 3.2351,0.16053 3.2376,0.1469 3.1546,0.1469 l -0.0674,1.8e-4 2e-4,0.3342 H 2.9762 V 0.04682 l 0.1784,-1e-6 c 0.2107,0 0.1876,0.055341 0.1953,0.11283 0.001,0.00681 0.001,0.03825 0.001,0.05519 0,0.01362 0,0.04506 -0.001,0.05503 -0.0053,0.05776 0.0154,0.11239 -0.1953,0.112381 z"/>
<path id="path20"
d="M 0.99776,2.1193 0.30357,2.1185 C 0.20312,2.1185 0.1217,2.037 0.1217,1.9366 V 0.8799 c 0,-0.10042 0.08142,-0.18184 0.18187,-0.18184 l 0.43447,-4.9e-4 c 0.05217,0 0.09448,-0.04229 0.09448,-0.09448 L 0.83379,0.1806 c 0,-0.02186 0.01773,-0.03959 0.0396,-0.03959 H 1.1281 c 0.0219,0 0.0396,0.01773 0.0396,0.0396 l 0.0026,1.8992 c 0,0.0219 -0.0177,0.0396 -0.0396,0.0396 L 0.99776,2.11931 0.99453,2.21361 H 1.1683 c 0.0521,0 0.0944,-0.0423 0.0944,-0.0945 V 0.14031 C 1.2627,0.08809 1.2204,0.045795 1.1683,0.045795 H 0.8341 c -0.05217,0 -0.09448,0.042299 -0.09448,0.094465 l 4.7e-4,0.42355 c 0,0.02186 -0.01773,0.03961 -0.03961,0.03961 L 0.30357,0.60269 c -0.15312,0 -0.27726,0.12412 -0.27726,0.27725 l 5e-6,1.0567 c 0,0.1531 0.12414,0.2772 0.27726,0.2772 l 0.69095,-2e-4 0.00323,-0.0943 z"/>
<path id="path22"
d="M 0.73961,1.7303 V 1.0467 c 0,-0.05727 -0.04645,-0.10371 -0.10375,-0.10371 -0.05729,0 -0.10373,0.04644 -0.10373,0.10371 v 0.7379 c 0,0.0573 0.04644,0.1038 0.10373,0.1038 0.0573,0 0.10375,-0.0465 0.10375,-0.1038 V 1.7303 l 0.0943,0.0033 v 0.051 c 0,0.1094 -0.08867,0.1981 -0.19805,0.1981 C 0.5265,1.9827 0.43783,1.894 0.43783,1.7846 V 1.0467 c 0,-0.10934 0.08867,-0.19801 0.19803,-0.19801 0.10938,0 0.19805,0.08867 0.19805,0.19801 v 0.6869 z"/>
<path id="path24"
d="m 1.6576,2.1193 h -0.13 C 1.5058,2.1193 1.488,2.1015 1.488,2.0797 L 1.4896,0.7385 c 0,-0.02187 0.0178,-0.0396 0.0396,-0.0396 h 0.2547 c 0.0219,0 0.0397,0.01773 0.0397,0.03961 l 0.0026,1.3411 c 0,0.0219 -0.0178,0.0396 -0.0396,0.0396 l -0.129,1e-4 v 0.0939 l 0.1665,2e-4 c 0.0522,0 0.0945,-0.0423 0.0945,-0.0945 v -1.4208 c 0,-0.05212 -0.0423,-0.09442 -0.0945,-0.09442 l -0.3342,-10e-6 c -0.0521,0 -0.0944,0.04231 -0.0944,0.09449 l -2e-4,1.4204 c 0,0.0522 0.0419,0.0945 0.0941,0.0945 l 0.1682,10e-5 v -0.0939 z"/>
<path id="path26"
d="M 2.8575,0.96279 2.5777,0.96241 c -0.0861,0 -0.1559,0.06979 -0.1559,0.15589 0,0.0861 0.0698,0.1559 0.1559,0.1559 l 0.3834,0.0011 c 0.1004,0 0.1818,0.0814 0.1818,0.1819 L 3.1417,1.9344 c 0,0.1005 -0.0815,0.1819 -0.1819,0.1819 L 2.1988,2.1177 C 2.1769,2.1177 2.1591,2.0999 2.1591,2.0781 V 1.8932 c 0,-0.0219 0.0178,-0.0396 0.0397,-0.0396 L 2.7174,1.8519 c 0.0861,0 0.156,-0.0698 0.156,-0.1559 0,-0.0861 -0.0699,-0.1559 -0.156,-0.1559 L 2.3419,1.5386 C 2.2415,1.5386 2.1601,1.4572 2.1601,1.3567 V 0.87993 c 0,-0.10045 0.0814,-0.18186 0.1818,-0.18186 l 0.7055,-0.0033 c 0.0218,0 0.0396,0.01775 0.0396,0.03961 v 0.18906 c 0,0.02187 -0.0178,0.03961 -0.0396,0.03961 L 2.8575,0.96279 2.8543,1.0557 l 0.232,10e-5 c 0.0522,0 0.0945,-0.042 0.0945,-0.09413 l 3e-4,-0.26484 c 0,-0.05218 -0.0423,-0.09447 -0.0944,-0.09447 l -0.7448,3.3e-4 c -0.1531,0 -0.2772,0.12412 -0.2772,0.27724 V 1.3567 c 0,0.1531 0.1241,0.2773 0.2772,0.2773 l 0.3755,-7e-4 c 0.0346,0 0.0627,0.0281 0.0627,0.0627 0,0.0346 -0.0281,0.0627 -0.0627,0.0627 l -0.559,-10e-5 c -0.0522,0 -0.0945,0.0423 -0.0945,0.0945 v 0.2643 c 0,0.0521 0.0423,0.0944 0.0945,0.0944 l 0.8014,-1e-4 c 0.1531,0 0.2772,-0.1241 0.2772,-0.2773 L 3.2383,1.4572 C 3.2383,1.3041 3.1142,1.1799 2.9611,1.1799 L 2.5777,1.181 C 2.5431,1.181 2.515,1.153 2.515,1.1183 2.515,1.0837 2.5431,1.0557 2.5777,1.0557 h 0.2766 z"/>
<path id="path28"
d="m 4.2677,1.225 h 0.1202 c 0.0219,0 0.0396,-0.0177 0.0396,-0.0396 L 4.427,0.87994 C 4.427,0.77949 4.3456,0.69807 4.2451,0.69807 H 3.6439 c -0.1005,0 -0.1819,0.08142 -0.1819,0.18187 v 1.0567 c 0,0.1004 0.0814,0.1819 0.1819,0.1819 h 0.6012 c 0.1005,0 0.1819,-0.0815 0.1819,-0.1819 l 5e-4,-0.2904 c 0,-0.0219 -0.0177,-0.0396 -0.0396,-0.0396 H 4.1611 c -0.0219,0 -0.0396,0.0177 -0.0396,0.0396 l 0.0012,0.1384 c 0,0.1094 -0.0688,0.1981 -0.1782,0.1981 -0.1094,0 -0.1782,-0.0887 -0.1782,-0.1981 v -0.7379 c 0,-0.10934 0.0688,-0.19801 0.1782,-0.19801 0.1094,0 0.1782,0.08867 0.1782,0.19801 l -0.0012,0.1387 c 0,0.0219 0.0177,0.0396 0.0396,0.0396 H 4.2677 L 4.2645,1.32024 H 4.1218 c -0.0522,0 -0.0945,-0.0423 -0.0945,-0.0945 l 0.0011,-0.179 c 0,-0.05727 -0.0266,-0.10371 -0.0839,-0.10371 -0.0573,0 -0.0839,0.04645 -0.0839,0.10371 v 0.7379 c 0,0.0573 0.0266,0.1038 0.0839,0.1038 0.0573,0 0.0839,-0.0465 0.0839,-0.1038 L 4.0273,1.60584 c 0,-0.0522 0.0423,-0.0945 0.0945,-0.0945 H 4.428 c 0.0522,0 0.0945,0.0423 0.0945,0.0945 l -10e-5,0.3308 c 0,0.1531 -0.1242,0.2772 -0.2773,0.2772 H 3.6439 c -0.1531,0 -0.2773,-0.1241 -0.2773,-0.2772 v -1.0567 c 0,-0.1531 0.1242,-0.27721 0.2773,-0.27721 h 0.6012 c 0.1531,0 0.2773,0.12411 0.2773,0.27724 l 10e-5,0.34577 c 0,0.0522 -0.0423,0.0945 -0.0945,0.0945 H 4.2645 l 0.0032,-0.0952 z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -1,471 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:i="&amp;ns_ai;" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" xml:space="preserve" enable-background="new 0 0 765 98.333"
viewBox="0 0 752.44299 85.099998" height="85.099998" width="752.44299" y="0px" x="0px" id="Layer_1" version="1.1"><metadata
id="metadata35"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs33"/>
<switch transform="translate(-6.5,-5.274)" id="switch28">
<foreignObject height="1" width="1" y="0" x="0" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
<i:pgfRef xlink:href="#adobe_illustrator_pgf">
</i:pgfRef>
</foreignObject>
<g id="g26" i:extraneous="self">
<g id="g24">
<g id="g12">
<path style="fill:#e60000" id="path2"
d="M 67.143,61.83 67.737,38.873 44.288,61.83 Z m 0.213,4.243 H 39.981 l -5.344,5.451 -6.019,5.931 c -1.157,1.301 -1.994,2.475 -2.506,3.525 -0.4,0.807 -0.575,1.612 -0.538,2.419 0.043,0.843 0.637,1.624 1.788,2.344 1.15,0.719 3.019,1.132 5.599,1.237 l 0.088,1.806 H 6.5 L 7.068,86.98 c 2.338,-0.313 4.4,-0.981 6.188,-1.994 C 15.631,83.58 19,80.693 23.362,76.311 L 83.4,16.842 h 2.95 l -0.006,57.563 c 0.019,3.007 0.044,4.825 0.075,5.456 0.126,2.395 0.8,4.131 2.038,5.219 1.243,1.094 3.244,1.725 6.018,1.9 l -0.563,1.806 H 55.481 l 0.632,-1.806 c 3.794,-0.281 5.969,-0.525 6.525,-0.73 1.206,-0.488 2.269,-1.514 3.2,-3.063 0.925,-1.556 1.406,-4.25 1.431,-8.094 z"/>
<path style="fill:#e60000" id="path4"
d="m 150.299,18.43 9.038,48.432 39.788,-48.432 h 31.219 l -0.7,1.806 c -4.275,0 -7.494,0.725 -9.65,2.182 -2.149,1.456 -3.906,4.331 -5.262,8.631 l -14.087,45.106 c -0.906,2.875 -1.326,5.013 -1.25,6.413 0.062,1.293 0.769,2.337 2.119,3.125 1.35,0.787 3.949,1.218 7.793,1.287 l -0.5,1.806 h -44.293 l 0.694,-1.806 c 4.762,0 8.237,-0.725 10.438,-2.182 2.194,-1.456 3.975,-4.338 5.331,-8.643 L 195.24,30.474 147.427,88.786 h -2.75 L 133.669,29.33 119.044,76.155 c -0.6,1.925 -0.869,3.538 -0.807,4.838 0.087,1.749 0.913,3.155 2.469,4.225 1.563,1.068 4.157,1.657 7.788,1.763 l -0.563,1.806 H 98.587 l 0.501,-1.806 c 3.531,-0.105 6.206,-0.7 8.031,-1.788 3.219,-1.962 5.469,-4.975 6.756,-9.037 l 16.544,-52.075 c -1.912,-1.593 -3.613,-2.631 -5.1,-3.119 -1.481,-0.481 -3.95,-0.725 -7.394,-0.725 l 0.688,-1.806 h 31.686 z"/>
<path style="fill:#e60000" id="path6"
d="m 238.187,20.236 0.632,-1.806 H 282.2 l -0.763,1.806 c -3.931,0 -6.9,0.701 -8.9,2.1 -2.006,1.394 -3.681,4.312 -5.031,8.757 l -14.062,45.031 c -1.019,3.219 -1.5,5.368 -1.45,6.45 0.063,1.262 0.725,2.237 1.982,2.938 1.618,0.906 4.611,1.399 8.986,1.469 l -0.568,1.806 h -43.969 l 0.631,-1.806 c 4.413,0 7.606,-0.675 9.594,-2.019 1.982,-1.345 3.694,-4.294 5.126,-8.838 l 14.063,-45.031 c 0.862,-2.8 1.256,-4.914 1.187,-6.35 -0.068,-1.288 -0.731,-2.307 -1.987,-3.038 -1.258,-0.738 -4.215,-1.225 -8.852,-1.469 z"/>
<path style="fill:#e60000" id="path8"
d="m 411.919,61.83 0.6,-22.957 -23.45,22.957 z m 0.212,4.243 h -27.368 l -5.344,5.451 -6.019,5.931 c -1.157,1.301 -1.995,2.475 -2.513,3.525 -0.394,0.807 -0.576,1.612 -0.531,2.419 0.043,0.843 0.637,1.624 1.787,2.344 1.149,0.719 3.012,1.132 5.6,1.237 l 0.088,1.806 h -26.55 l 0.563,-1.806 c 2.344,-0.313 4.405,-0.981 6.188,-1.994 2.374,-1.406 5.749,-4.293 10.111,-8.675 L 428.18,16.842 h 2.95 l -0.012,57.563 c 0.025,3.007 0.05,4.825 0.081,5.456 0.119,2.395 0.8,4.131 2.037,5.219 1.237,1.094 3.244,1.725 6.013,1.9 l -0.563,1.806 h -38.432 l 0.638,-1.806 c 3.787,-0.281 5.969,-0.525 6.525,-0.73 1.2,-0.488 2.267,-1.514 3.193,-3.063 0.932,-1.556 1.406,-4.25 1.438,-8.094 z"/>
<path style="fill:#e60000" id="path10"
d="m 363.549,17.492 c 0.638,0.588 0.818,2.525 0.818,2.525 l -4.219,19.319 h -2.281 c -0.674,-6.513 -0.912,-11.2 -4.455,-14.063 -3.538,-2.863 -5.369,-4.469 -11.507,-4.469 -6.318,0 -14.307,1.925 -20.45,5.432 -6.137,3.506 -13.75,8.912 -17.837,16.212 -4.081,7.306 -6.551,14.981 -6.15,23.031 0.35,6.906 2.675,12.182 6.975,15.825 4.299,3.644 9.219,5.462 14.756,5.462 2.337,0 5.15,-0.5 8.438,-1.506 l 5.793,-18.575 c 0.981,-3.119 1.444,-5.156 1.4,-6.125 -0.068,-1.281 -0.806,-2.362 -2.225,-3.244 -1.425,-0.881 -3.813,-1.324 -7.175,-1.324 l 0.549,-2.013 h 38.145 l -0.488,2.013 c -2.263,0.112 -4.025,0.456 -5.287,1.05 -1.256,0.587 -2.232,1.456 -2.913,2.6 -0.406,0.675 -0.993,2.431 -1.768,5.25 l -6.538,20.932 c -9.237,3.031 -19.05,4.55 -29.425,4.55 -8.006,0 -14.868,-1.125 -20.594,-3.369 -5.725,-2.249 -10.557,-5.806 -14.487,-10.681 -3.938,-4.875 -6.056,-10.425 -6.369,-16.65 -0.663,-13.275 6.25,-24.219 20.738,-32.826 11.35,-6.675 24.15,-9.593 38.843,-10.313 1.394,0 4.987,-0.337 10,-0.337 4.257,0 9.182,0.137 16.319,0.644 0.001,0 0.613,-0.075 1.394,0.65 z"/>
</g>
<g id="g22">
<path id="path14"
d="m 481.349,35.305 v 35.107 c 0,9.688 7.689,17.549 17.163,17.549 h 37.618 c 9.476,0 17.162,-7.861 17.162,-17.549 l -0.005,-8.97 h -17.026 v 3.375 c 0,4.357 -3.118,7.544 -7.374,7.544 H 505.5 c -4.251,0 -7.368,-3.187 -7.368,-7.544 V 42.461 c 0,-4.357 3.117,-7.544 7.368,-7.544 h 21.862 c 4.256,0 7.375,3.187 7.375,7.544 v 1.818 h 17.025 l 0.006,-8.975 c 0,-9.688 -7.688,-17.55 -17.162,-17.55 h -36.094 c -9.474,10e-4 -17.163,7.863 -17.163,17.551 z"/>
<path id="path16"
d="m 563.718,87.96 h 54.774 c 10.156,0 18.688,-8.725 18.688,-19.112 V 36.867 c 0,-10.387 -8.531,-19.112 -18.688,-19.112 H 563.718 Z M 580.494,72.361 V 33.355 h 30.124 c 5.263,0 9.531,4.369 9.531,9.756 v 19.5 c 0,5.381 -4.268,9.749 -9.531,9.749 h -30.124 z"/>
<path style="fill:#e60000" id="path18"
d="m 719.288,25.98 c -6.832,0 -13.794,3.606 -13.794,10.5 v 6.375 l 0.068,0.006 v 9.219 h 53.381 V 42.211 H 720.48 c -4.956,-1.262 0.476,-5.3 2.994,-5.593 h 23.1 c 6.832,0 12.369,-5.595 12.369,-12.482 v -6.381 c 0,-6.888 -5.537,-12.481 -12.369,-12.481 h -27.188 c -6.831,0 -13.893,4.03 -13.893,10.925 v 6.375 h 13.443 V 21.28 c 0,-3.094 2.25,-5.363 5.318,-5.363 h 17.282 c 2.956,0 5.149,2.107 5.306,5.032 -0.156,2.919 -2.35,5.024 -5.306,5.024 z"/>
<path style="fill:#e60000" id="path20"
d="m 688.981,28.711 c 5.168,-0.388 8.956,-2 8.956,-7.694 v -6.381 c 0,-6.888 -5.543,-9.362 -12.369,-9.362 h -24.144 c -6.824,0 -13.893,4.03 -13.893,10.925 v 6.375 h 13.45 V 21.28 c 0,-3.094 2.243,-5.363 5.313,-5.363 h 14.23 c 2.957,0 5.151,0.55 5.308,3.469 -0.156,2.925 -2.351,5.024 -5.308,5.024 l -11.567,0.007 v 8.663 h 13.093 c 2.957,0 5.149,2.106 5.306,5.031 -0.156,2.918 -2.349,3.462 -5.306,3.462 h -15.756 c -3.069,0 -5.313,-2.263 -5.313,-5.356 v -1.3 h -13.45 v 6.381 c 0,6.888 7.069,10.919 13.893,10.919 h 25.67 c 7.793,-0.138 12.367,-4.031 12.367,-10.919 V 36.48 c 10e-4,-6.244 -4.548,-7.575 -10.48,-7.769 z"/>
</g>
</g>
</g>
</switch>
<i:pgf id="adobe_illustrator_pgf">
<![CDATA[
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
]]>
<![CDATA[
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
]]>
<![CDATA[
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
]]>
<![CDATA[
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
]]>
<![CDATA[
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
]]>
<![CDATA[
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
]]>
</i:pgf>
</svg>

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,83 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="4.5500002in" height="2.8in" viewBox="0 0 4.55 2.8"
id="svg2" xml:space="preserve">
<defs id="defs4">
<style type="text/css" id="style6"/>
</defs>
<g id="Layer_x0020_1">
<g id="_57392336">
<path
d="M 4.0644,0.307535 C 4.0640614,0.3203263 4.0636441,0.3308342 4.0632189,0.3345941 C 4.0599433,0.363413 4.0632189,0.377035 3.9801244,0.377035 C 3.8970378,0.377035 3.9003134,0.363413 3.8970378,0.3345941 C 3.8959748,0.32521221 3.8949827,0.2739012 3.895085,0.2498933 C 3.8951874,0.2258854 3.8959709,0.1745744 3.8970378,0.1651964 C 3.9003134,0.1363775 3.8970378,0.1227515 3.9801244,0.1227515 C 4.0632189,0.1227515 4.0599394,0.1363775 4.0632189,0.1651964 C 4.0636638,0.1691216 4.0640614,0.1804287 4.0643803,0.1939995 L 4.1780453,0.19399556 C 4.177317,0.16823576 4.1760965,0.14671206 4.1748209,0.13549556 C 4.1682697,0.077857763 4.1909744,0.022668563 3.9802539,0.022668563 C 3.7695369,0.022664626 3.7922419,0.077857563 3.7856869,0.13549556 C 3.783557,0.15425536 3.7815806,0.20187746 3.7817853,0.24989356 C 3.7819901,0.29790926 3.783557,0.34553136 3.7856869,0.36429556 C 3.792246,0.42192946 3.7695373,0.47712256 3.9802539,0.47712256 C 4.1909779,0.47712256 4.1682699,0.42192966 4.1748209,0.36429556 C 4.1760689,0.35333496 4.1771201,0.33252386 4.1778209,0.30753966 L 4.0643999,0.30753573 L 4.0644,0.307535 z "
style="fill:black" id="_58592456"/>
<polygon
points="2.71661,0.0341929 2.60572,0.358185 2.4948,0.0341929 2.32888,0.0333307 2.32888,0.46822 2.4398,0.46822 2.4398,0.144228 2.55069,0.46822 2.66161,0.46822 2.77164,0.144228 2.77164,0.46822 2.88254,0.46822 2.88254,0.0333307 2.71661,0.0341929 "
style="fill:black" id="_58339264"/>
<polygon
points="4.20294,0.0333307 4.52169,0.0333307 4.52169,0.144228 4.41776,0.144228 4.41776,0.46822 4.30686,0.46822 4.30686,0.144228 4.20294,0.144228 4.20294,0.0333307 "
style="fill:black" id="_58829024"/>
<polygon
points="3.348,0.46822 3.47521,0.0328976 3.64054,0.0328976 3.76804,0.46822 3.65714,0.46822 3.63094,0.378268 3.48542,0.378268 3.50604,0.307535 3.60999,0.307535 3.55846,0.130256 3.4589,0.46822 3.348,0.46822 "
style="fill:black" id="_58332768"/>
<path
d="M 2.0618,0.122752 C 2.1448945,0.122752 2.141611,0.136378 2.1448906,0.1651969 C 2.1459575,0.17457485 2.1467371,0.2258859 2.1468394,0.2498938 C 2.1469457,0.2739017 2.1459536,0.3252166 2.1448906,0.3345946 C 2.1416111,0.3634135 2.1448906,0.3770355 2.0618,0.3770355 C 1.9787094,0.3770355 1.981985,0.3634135 1.9787094,0.3345946 C 1.9776425,0.32521271 1.9766543,0.2739017 1.9767566,0.2498938 C 1.9768629,0.2258859 1.9776425,0.1745749 1.9787094,0.1651969 C 1.9819889,0.136378 1.9787094,0.122752 2.0618,0.122752 L 2.0619299,0.022665 C 1.8512169,0.022665 1.8739219,0.0778579 1.8673709,0.135496 C 1.8652371,0.1542558 1.8632607,0.2018779 1.8634654,0.249894 C 1.8636701,0.2979097 1.8652371,0.3455318 1.8673709,0.364296 C 1.873926,0.4219299 1.8512174,0.477123 2.0619259,0.477123 C 2.2726459,0.477123 2.2499419,0.4219301 2.2564929,0.364296 C 2.2586268,0.3455322 2.2601937,0.2979102 2.2603984,0.249894 C 2.2606032,0.2018783 2.2586268,0.1542562 2.2564929,0.135496 C 2.2499457,0.0778582 2.2726464,0.022669 2.0619259,0.022669 L 2.0617999,0.122752 L 2.0618,0.122752 z "
style="fill:black" id="_58606024"/>
<path
d="M 1.68734,0.307535 C 1.6870014,0.3203263 1.686588,0.3308342 1.6861589,0.3345941 C 1.6828873,0.363413 1.6861589,0.377035 1.6030683,0.377035 C 1.5199817,0.377035 1.5232573,0.363413 1.5199777,0.3345941 C 1.5189147,0.32521221 1.5179265,0.2739012 1.5180289,0.2498933 C 1.5181312,0.2258854 1.5189147,0.1745744 1.5199777,0.1651964 C 1.5232572,0.1363775 1.5199777,0.1227515 1.6030683,0.1227515 C 1.6861628,0.1227515 1.6828833,0.1363775 1.6861589,0.1651964 C 1.6866077,0.1691216 1.6870054,0.1804287 1.6873243,0.1939995 L 1.8009893,0.19399556 C 1.800257,0.16823576 1.7990404,0.14671206 1.7977648,0.13549556 C 1.7912137,0.077857763 1.8139144,0.022668563 1.6031978,0.022668563 C 1.3924808,0.022664626 1.4151858,0.077857563 1.4086348,0.13549556 C 1.406501,0.15425536 1.4045246,0.20187746 1.4047333,0.24989356 C 1.4049341,0.29790926 1.406501,0.34553136 1.4086348,0.36429556 C 1.415186,0.42192946 1.3924813,0.47712256 1.6031978,0.47712256 C 1.8139178,0.47712256 1.7912138,0.42192966 1.7977648,0.36429556 C 1.7990089,0.35333496 1.8000601,0.33252386 1.8007648,0.30753966 L 1.6873398,0.30753573 L 1.68734,0.307535 z "
style="fill:black" id="_58847472"/>
<path
d="M 3.15258,0.368756 L 3.0852887,0.36872057 L 3.0852887,0.26951587 L 3.1525643,0.26911429 C 3.2356549,0.26911429 3.2330761,0.25549229 3.2363517,0.22667339 C 3.2374226,0.2172915 3.2371982,0.22500016 3.2370958,0.20099229 C 3.2369934,0.17698049 3.2374186,0.18522849 3.2363517,0.17585059 C 3.2330761,0.14702779 3.2356548,0.13340569 3.1525643,0.13340569 L 3.0852533,0.13357892 L 3.0853635,0.46778792 L 2.9742455,0.46778792 L 2.9742455,0.03333092 L 3.1525805,0.033326983 C 3.3633005,0.033326983 3.3402025,0.088661583 3.3479545,0.14614998 C 3.3488797,0.15295707 3.3488758,0.18439798 3.3488758,0.20134688 C 3.3488797,0.21496108 3.3488758,0.24640198 3.3479545,0.25637048 C 3.3426356,0.31413428 3.363297,0.36875648 3.1525805,0.36875648 L 3.15258,0.368756 z "
style="fill:black" id="_58005976"/>
<path
d="M 4.32707,2.42296 C 4.4101645,2.42296 4.406885,2.436586 4.4101606,2.4654049 C 4.4112315,2.4747829 4.412011,2.5260978 4.4121134,2.5501057 C 4.4122197,2.5741096 4.4112315,2.6254246 4.4101606,2.6348065 C 4.4068889,2.6636215 4.4101606,2.6772474 4.32707,2.6772474 C 4.2439834,2.6772474 4.247259,2.6636254 4.2439834,2.6348065 C 4.2429204,2.6254246 4.2419283,2.5741096 4.2420306,2.5501057 C 4.242133,2.5260939 4.2429165,2.4747868 4.2439834,2.4654049 C 4.2472629,2.4365821 4.2439834,2.422964 4.32707,2.422964 L 4.3272039,2.322881 C 4.1164869,2.322881 4.1391879,2.37807 4.1326369,2.435704 C 4.1304991,2.4544638 4.1285266,2.5020898 4.1287313,2.550106 C 4.12894,2.5981178 4.1304991,2.6457438 4.1326369,2.664504 C 4.139192,2.7221418 4.1164834,2.777335 4.3271999,2.777335 C 4.5379199,2.7773311 4.5152119,2.7221421 4.5217669,2.664504 C 4.5239007,2.6457402 4.5254676,2.5981182 4.5256684,2.550106 C 4.5258771,2.5020863 4.5239007,2.4544682 4.5217669,2.435704 C 4.5152157,2.3780662 4.5379204,2.322881 4.3271999,2.322881 L 4.3270699,2.42296 L 4.32707,2.42296 z "
style="fill:black" id="_58004040"/>
<polygon
points="2.57176,2.76422 2.69896,2.32889 2.8643,2.32889 2.9918,2.76422 2.88089,2.76422 2.85469,2.67426 2.70917,2.67426 2.72979,2.60353 2.83374,2.60353 2.78221,2.42625 2.68265,2.76422 2.57176,2.76422 "
style="fill:black" id="_58041912"/>
<polygon
points="1.64756,2.76422 1.77477,2.32889 1.9401,2.32889 2.06759,2.76422 1.9567,2.76422 1.9305,2.67426 1.78498,2.67426 1.8056,2.60353 1.90954,2.60353 1.85802,2.42625 1.75846,2.76422 1.64756,2.76422 "
style="fill:black" id="_58000272"/>
<polygon points="0.625579,2.33354 0.625579,2.76843 0.514669,2.76843 0.514669,2.33354 0.625579,2.33354 "
style="fill:black" id="_58002936"/>
<polygon points="1.27441,2.33354 1.27441,2.76843 1.1635,2.76843 1.1635,2.33354 1.27441,2.33354 "
style="fill:black" id="_58834912"/>
<polygon
points="1.33335,2.33354 1.65211,2.33354 1.65211,2.44443 1.54818,2.44443 1.54818,2.76843 1.43728,2.76843 1.43728,2.44443 1.33335,2.44443 1.33335,2.33354 "
style="fill:black" id="_58366056"/>
<polygon
points="2.23894,2.6584 2.23894,2.33354 2.12803,2.33354 2.12803,2.76887 2.41446,2.76887 2.41446,2.6584 2.23894,2.6584 "
style="fill:black" id="_58602296"/>
<polygon points="4.0619,2.33354 4.0619,2.76843 3.951,2.76843 3.951,2.33354 4.0619,2.33354 " style="fill:black"
id="_57319360"/>
<path
d="M 3.62483,2.3338 L 3.6850859,2.3338 C 3.8958059,2.3338 3.8730979,2.3892488 3.8796529,2.446887 C 3.8817868,2.4656468 3.8837592,2.4992964 3.8835545,2.547312 C 3.8833537,2.5953277 3.8817828,2.6368435 3.8796529,2.655607 C 3.8730978,2.7132409 3.8958025,2.768434 3.6850859,2.768434 L 3.4916529,2.768434 L 3.4916529,2.3338 L 3.6248299,2.3338 L 3.6230819,2.4337409 L 3.6029992,2.433611 L 3.6029992,2.669225 L 3.6849559,2.668347 C 3.7680465,2.668347 3.7647709,2.654725 3.7680465,2.6259061 C 3.7691134,2.6165203 3.7701016,2.5713195 3.7699992,2.5473116 C 3.7698969,2.5233037 3.7691134,2.4859651 3.7680465,2.4765833 C 3.7647709,2.4477644 3.7680465,2.4341424 3.684952,2.4341424 L 3.6230819,2.4337409 L 3.6248299,2.3338 L 3.62483,2.3338 z "
style="fill:black" id="_57953720"/>
<path
d="M 3.41885,2.5501 L 3.4187358,2.333529 L 3.3054128,2.333529 L 3.3054128,2.5501 C 3.3055113,2.5741079 3.304527,2.6254228 3.3034601,2.6348047 C 3.3001845,2.6636197 3.3034601,2.6772456 3.2203695,2.6772456 C 3.1372829,2.6772456 3.1405545,2.6636236 3.1372789,2.6348047 C 3.1362159,2.6254228 3.1353891,2.5741078 3.1354915,2.5501039 L 3.1356608,2.3335329 L 3.0220308,2.3335329 L 3.0220308,2.5500999 C 3.0222355,2.5981156 3.0237985,2.6457416 3.0259323,2.6645019 C 3.0324835,2.7221397 3.0097788,2.7773329 3.2204993,2.7773329 C 3.4312193,2.777329 3.4085113,2.72214 3.4150663,2.6645019 C 3.4171962,2.6457381 3.4186451,2.5981161 3.4188498,2.5500999 L 3.41885,2.5501 z "
style="fill:black" id="_57974016"/>
<path
d="M 0.978508,2.60775 C 0.97817335,2.6205374 0.97775603,2.6310453 0.9773269,2.6348091 C 0.97405131,2.6636241 0.9773269,2.67725 0.8942403,2.67725 C 0.8111497,2.67725 0.8144253,2.663628 0.8111458,2.6348091 C 0.81008281,2.6254272 0.80909462,2.5741122 0.80919698,2.5501083 C 0.80929934,2.5260965 0.81008281,2.4747894 0.8111458,2.4654075 C 0.81442533,2.4365847 0.8111458,2.4229666 0.8942403,2.4229666 C 0.9773269,2.4229627 0.9740513,2.4365886 0.9773269,2.4654075 C 0.97777572,2.4693406 0.97817336,2.4666673 0.97848832,2.4802382 L 1.0921573,2.4802382 C 1.091425,2.4544744 1.0902085,2.4469232 1.0889329,2.4357067 C 1.0823778,2.3780689 1.1050825,2.3228837 0.89436591,2.3228837 C 0.68364891,2.3228837 0.70635391,2.3780727 0.69979891,2.4357067 C 0.69766899,2.4544665 0.69569655,2.5020925 0.69589734,2.5501087 C 0.69610206,2.5981205 0.69766899,2.6457465 0.69979891,2.6645067 C 0.70635403,2.7221445 0.68364931,2.7773377 0.89436591,2.7773377 C 1.1050859,2.7773338 1.0823779,2.7221448 1.0889329,2.6645067 C 1.0901809,2.6535421 1.0912321,2.632739 1.0919329,2.6077547 L 0.97850791,2.6077508 L 0.978508,2.60775 z "
style="fill:black" id="_57950280"/>
<polygon points="0.894102,2.53789 0.894102,2.60775 1.09193,2.60775 1.09193,2.53789 0.894102,2.53789 "
style="fill:black" id="_57977608"/>
<path
d="M 0.185,2.3338 L 0.2452559,2.3338 C 0.4559759,2.3338 0.4332719,2.3892488 0.4398229,2.446887 C 0.44195676,2.4656468 0.4439292,2.4992964 0.44372447,2.547312 C 0.44352368,2.5953277 0.44195675,2.6368435 0.4398229,2.655607 C 0.43327172,2.7132409 0.4559764,2.768434 0.2452559,2.768434 L 0.0518229,2.768434 L 0.0518229,2.3338 L 0.1849999,2.3338 L 0.18325581,2.4337409 L 0.16316921,2.433611 L 0.16316921,2.669225 L 0.24512981,2.668347 C 0.32822041,2.668347 0.32494081,2.654725 0.32821641,2.6259061 C 0.32928334,2.6165203 0.33027153,2.5713195 0.33016917,2.5473116 C 0.33007074,2.5233037 0.32928334,2.4859651 0.32821641,2.4765833 C 0.32494082,2.4477644 0.32821641,2.4341424 0.24512581,2.4341424 L 0.18325571,2.4337409 L 0.1849998,2.3338 L 0.185,2.3338 z "
style="fill:black" id="_58059312"/>
<path
d="M 0.995768,2.10578 L 0.301571,2.104969 C 0.201126,2.104969 0.119709,2.0235359 0.119709,1.923103 L 0.119709,0.86643298 C 0.119709,0.76598398 0.2011263,0.68457098 0.301571,0.68457098 L 0.736043,0.68407885 C 0.7882202,0.68407885 0.8305273,0.64178755 0.8305273,0.58959855 L 0.83179895,0.16711455 C 0.83179895,0.14524845 0.84953125,0.12751615 0.87139735,0.12751615 L 1.1261024,0.12751615 C 1.1479685,0.12751615 1.1657126,0.14524845 1.1657126,0.16711455 L 1.1683228,2.0663146 C 1.1683228,2.0881768 1.1505945,2.1059248 1.1287283,2.1059248 L 0.99576729,2.1057712 L 0.99253501,2.2001334 L 1.166271,2.2000822 C 1.2184442,2.2000822 1.2607513,2.1577909 1.2607513,2.1056019 L 1.2607513,0.12676193 C 1.2607513,0.074588726 1.2184442,0.032293426 1.166271,0.032293426 L 0.83210601,0.032293426 C 0.77993671,0.032293426 0.73762571,0.074588726 0.73762571,0.12676193 L 0.73810209,0.55030493 C 0.73810209,0.57217103 0.72036589,0.58991913 0.69848789,0.58991913 L 0.30157089,0.58919078 C 0.14845289,0.58919078 0.024318888,0.71330878 0.024318888,0.86643478 L 0.024318888,1.9230948 C 0.024318888,2.0762048 0.14844889,2.2003388 0.30157089,2.2003388 L 0.99253589,2.2001341 L 0.99576817,2.1057719 L 0.995768,2.10578 z "
style="fill:black" id="_58027024"/>
<path
d="M 0.73761,1.71683 L 0.73761,1.03322 C 0.73761,0.9759287 0.6911651,0.929488 0.633866,0.929488 C 0.5765786,0.92948406 0.530134,0.9759329 0.530134,1.03322 L 0.530134,1.771141 C 0.530134,1.8284284 0.5765789,1.874889 0.633866,1.874889 C 0.6911652,1.874889 0.73761,1.8284323 0.73761,1.771145 L 0.73761,1.71683 L 0.8319131,1.7200623 L 0.8319131,1.771141 C 0.8319131,1.880507 0.7432399,1.969176 0.6338661,1.969176 C 0.5245041,1.969176 0.4358351,1.8805067 0.4358351,1.771145 L 0.4358351,1.03322 C 0.4358351,0.92385798 0.5245044,0.83518898 0.6338661,0.83518898 C 0.7432401,0.83518898 0.8319091,0.92385828 0.8319091,1.03322 L 0.83191304,1.720063 L 0.73760994,1.7168307 L 0.73761,1.71683 z "
style="fill:black" id="_57444416"/>
<path
d="M 1.65558,2.10577 L 1.525655,2.1057779 C 1.5037731,2.1057779 1.4860408,2.0880338 1.4860408,2.0661677 L 1.4876353,0.72501767 C 1.4876353,0.70313577 1.5053636,0.68540747 1.5272455,0.68540747 L 1.7819505,0.68540747 C 1.8038285,0.68540747 1.8215607,0.70313577 1.8215607,0.72501767 L 1.8241749,2.0661477 C 1.8241749,2.0880257 1.8064426,2.1057579 1.7845765,2.1057579 L 1.6555805,2.1057657 L 1.6555805,2.199746 L 1.8221195,2.1999193 C 1.8743085,2.1999193 1.9165998,2.157624 1.9165998,2.1054547 L 1.9166037,0.68466468 C 1.9166037,0.63249148 1.8743084,0.59018438 1.8221194,0.59018438 L 1.4879424,0.59018438 C 1.4357692,0.59018438 1.3934739,0.63249148 1.3934739,0.68466868 L 1.393277,2.1050887 C 1.393277,2.1572816 1.4352494,2.1995769 1.4874227,2.1995769 L 1.6555797,2.1997501 L 1.6555797,2.1057698 L 1.65558,2.10577 z "
style="fill:black" id="_59621320"/>
<path
d="M 2.85552,0.949295 L 2.575701,0.94891311 C 2.4896026,0.94891311 2.41978,1.0187359 2.41978,1.1048341 C 2.4197839,1.1909404 2.4896028,1.2607511 2.575701,1.2607511 L 2.959075,1.2617984 C 3.059508,1.2617984 3.140941,1.3432315 3.140941,1.4436644 L 3.1396575,1.9209284 C 3.1396575,2.0213814 3.0582244,2.1027984 2.9577915,2.1027984 L 2.1967565,2.1041802 C 2.1748904,2.1041802 2.1571423,2.0864361 2.1571423,2.06457 L 2.1571423,1.879727 C 2.1571423,1.8578451 2.1748864,1.8401168 2.1967525,1.8401168 L 2.7154255,1.8384239 C 2.8015357,1.8384239 2.8713585,1.7686208 2.8713585,1.6825069 C 2.8713585,1.5963967 2.8015357,1.5265899 2.7154215,1.5265899 L 2.3399175,1.5251096 C 2.2394845,1.5251096 2.1580475,1.4436765 2.1580475,1.3432436 L 2.1580475,0.86643262 C 2.1580475,0.76598362 2.2394806,0.68457062 2.3399135,0.68457062 L 3.0453705,0.68127141 C 3.0672366,0.68127141 3.084965,0.69901941 3.084965,0.72088561 L 3.0849847,0.90994061 C 3.0849847,0.93181071 3.0672485,0.94955481 3.0453666,0.94955481 L 2.8555206,0.94929497 L 2.8522883,1.0422478 L 3.0843123,1.0423186 C 3.1364855,1.0423186 3.1787926,1.0003462 3.1787926,0.94817293 L 3.179143,0.68333793 C 3.179143,0.63115293 3.1368477,0.58885763 3.0846587,0.58885763 L 2.3399187,0.58919228 C 2.1868087,0.58919228 2.0626747,0.71331028 2.0626747,0.86643628 L 2.0626787,1.3432433 C 2.0626787,1.4963533 2.1868047,1.6204833 2.3399147,1.6204833 L 2.7154267,1.6198415 C 2.7500487,1.6198415 2.7781039,1.6478966 2.7781039,1.6825069 C 2.7781039,1.7171289 2.7500488,1.745188 2.7154228,1.745188 L 2.1564068,1.7450739 C 2.1042296,1.7450739 2.0619344,1.7873692 2.0619344,1.8395582 L 2.0619383,2.1038612 C 2.0619383,2.1560462 2.1042296,2.1983415 2.1564029,2.1983415 L 2.9577929,2.1981722 C 3.1109029,2.1981722 3.2350329,2.0740582 3.2350329,1.9209322 L 3.2363164,1.4436602 C 3.2363164,1.2905502 3.1121864,1.1664202 2.9590764,1.1664202 L 2.5757024,1.1675107 C 2.5410922,1.1675107 2.513037,1.1394556 2.513037,1.1048335 C 2.513037,1.0702193 2.5410921,1.0421681 2.5757024,1.0421681 L 2.8522894,1.0422469 L 2.8555217,0.94929407 L 2.85552,0.949295 z "
style="fill:black" id="_57306704"/>
<path
d="M 4.26571,1.2115 L 4.385891,1.2115 C 4.407769,1.2115 4.4254973,1.1937717 4.4254973,1.1718898 L 4.4249973,0.8664368 C 4.4249973,0.7659878 4.34358,0.6845748 4.2431313,0.6845748 L 3.6418993,0.6845748 C 3.5414543,0.6845748 3.4600213,0.7659921 3.4600213,0.8664408 L 3.4600213,1.9231008 C 3.4600213,2.0235338 3.5414504,2.1049668 3.6418993,2.1049668 L 4.2431313,2.1049668 C 4.3435803,2.1049668 4.4249973,2.0235337 4.4249973,1.9231008 L 4.4254973,1.6326718 C 4.4254973,1.6107899 4.407769,1.5930576 4.3858871,1.5930576 L 4.1590761,1.5930576 C 4.137206,1.5930576 4.1194737,1.6107899 4.1194737,1.6326718 L 4.1207493,1.7711478 C 4.1207493,1.8805138 4.0518753,1.9691828 3.9425173,1.9691828 C 3.8331393,1.9691828 3.7642853,1.8805135 3.7642853,1.7711518 L 3.7642853,1.0332268 C 3.7642853,0.9238648 3.8331396,0.8351958 3.9425173,0.8351958 C 4.0518793,0.8351958 4.1207453,0.9238651 4.1207453,1.0332268 L 4.1194776,1.1718878 C 4.1194776,1.1937697 4.1372059,1.211498 4.1590721,1.211498 L 4.2657101,1.211498 L 4.2624778,1.3067224 L 4.1197848,1.3067224 C 4.0676116,1.3067224 4.0253045,1.2644153 4.0253045,1.2122421 L 4.0264502,1.0332261 C 4.0264502,0.9759348 3.9998045,0.9294941 3.9425171,0.9294941 C 3.885214,0.92949016 3.8585683,0.975939 3.8585683,1.0332261 L 3.8585683,1.7711471 C 3.8585683,1.8284345 3.885214,1.8748951 3.9425171,1.8748951 C 3.9998045,1.8748951 4.0264462,1.8284384 4.0264462,1.7711511 L 4.0253044,1.5923201 C 4.0253044,1.5401429 4.0676115,1.4978358 4.1197847,1.4978358 L 4.4260607,1.4978358 C 4.4782497,1.4978358 4.520541,1.5401468 4.520541,1.5923201 L 4.5203757,1.9231001 C 4.5203757,2.0762101 4.3962577,2.2003441 4.2431317,2.2003441 L 3.6418997,2.2003441 C 3.4887777,2.2003441 3.3646437,2.0762101 3.3646437,1.9231001 L 3.3646437,0.8664301 C 3.3646437,0.7133081 3.4887777,0.5891941 3.6418997,0.5891941 L 4.2431317,0.58919016 C 4.3962577,0.58919016 4.5203717,0.71330816 4.5203717,0.86643416 L 4.520541,1.2122372 C 4.520541,1.2644104 4.4782457,1.3067175 4.4260607,1.3067175 L 4.2624777,1.3067175 L 4.2657099,1.2114931 L 4.26571,1.2115 z "
style="fill:black" id="_57310208"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,136 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="4.6500001in" height="4.5999999in" viewBox="0 0 4.65 4.6"
id="svg2275" xml:space="preserve">
<defs id="defs2277">
<style type="text/css" id="style2279"/>
</defs>
<g id="Layer_x0020_1">
<g id="_40602536">
<path
d="M 4.56762,3.73632 L 4.56762,3.125308 C 4.56762,3.0600836 4.5147302,3.007202 4.449529,3.007202 L 0.213489,3.007202 C 0.1482843,3.007202 0.095398,3.0600839 0.095398,3.125308 L 0.095398,3.73632 L 4.567618,3.73632 L 4.56762,3.73632 z "
style="fill:black;stroke:black;stroke-width:0.0972205" id="_58961472"/>
<path
d="M 4.44953,4.52109 C 4.5147347,4.52109 4.567617,4.4682081 4.567617,4.402984 L 4.5676209,3.125304 C 4.5676209,3.0600796 4.5147311,3.007198 4.4495299,3.007198 L 0.21348994,3.007198 C 0.14828524,3.007198 0.095398937,3.0600799 0.095398937,3.125304 L 0.095398937,4.402984 C 0.095398937,4.4682084 0.14828474,4.52109 0.21348994,4.52109 L 4.4495299,4.52109 L 4.44953,4.52109 z "
style="fill:none;stroke:black;stroke-width:0.0972205" id="_58961520"/>
<path
d="M 0.873016,4.17473 L 0.670788,4.17473 L 0.670788,4.11623 L 0.922134,4.11623 L 0.922134,4.2014544 C 0.922134,4.2700646 0.92213006,4.3191784 0.8903505,4.3545684 C 0.8643505,4.3841826 0.8202914,4.3877928 0.7538465,4.3877928 L 0.6130075,4.3877928 C 0.5508973,4.3877928 0.5082795,4.3834621 0.4786685,4.3502377 C 0.4505031,4.3184582 0.4418339,4.269344 0.4418339,4.1949547 L 0.4418339,4.0519467 C 0.4418339,3.9710569 0.45049925,3.9183327 0.4786685,3.8865527 C 0.5068378,3.8547732 0.549448,3.8497181 0.6122825,3.8497181 L 0.7538455,3.8497181 C 0.8816845,3.8497181 0.9250185,3.8814976 0.9177985,4.0259461 L 0.873015,4.0259461 C 0.87445988,3.9356666 0.8499048,3.9074971 0.7805701,3.9074971 L 0.5927871,3.9074971 C 0.5501729,3.9074971 0.524169,3.915442 0.5082792,3.9457766 C 0.4938383,3.9732215 0.4938343,4.0086112 0.4938343,4.0577256 L 0.49383824,4.1768946 C 0.49383824,4.2260088 0.4938343,4.2613985 0.50827914,4.2888476 C 0.52416894,4.3184578 0.55017284,4.3271271 0.59278304,4.3271271 L 0.77912604,4.3271232 C 0.85857484,4.3271232 0.87301584,4.3004027 0.87301584,4.2014542 L 0.87301584,4.1747298 L 0.873016,4.17473 z "
style="fill:black" id="_58847624"/>
<path
d="M 1.00872,3.85622 L 1.289677,3.85622 C 1.400901,3.85622 1.44496,3.8742751 1.44496,3.981169 L 1.44496,4.0440076 C 1.44496,4.1061178 1.4297946,4.1335627 1.3756214,4.1487316 C 1.4182356,4.1552316 1.4406253,4.1899009 1.4406253,4.2512906 L 1.4406292,4.3812946 L 1.391515,4.3812946 L 1.391515,4.2642906 C 1.391515,4.181956 1.3640662,4.175456 1.2961764,4.175456 L 1.0571134,4.1754521 L 1.0571134,4.3812951 L 1.0087197,4.3812951 L 1.0087197,3.8562201 L 1.00872,3.85622 z M 1.0571137,4.114787 L 1.3055667,4.114787 C 1.3756258,4.114787 1.3929604,4.0981728 1.3929604,4.0266728 L 1.3929604,4.0013933 C 1.3929604,3.9298894 1.3756218,3.9132791 1.3055667,3.9132791 L 1.0571137,3.9132791 L 1.0571137,4.1147871 L 1.0571137,4.114787 z "
style="fill:black" id="_59403008"/>
<path
d="M 1.77566,3.85622 L 2.004617,4.381295 L 1.9526131,4.381295 L 1.9013336,4.265736 L 1.5878766,4.265736 L 1.538042,4.381295 L 1.4817074,4.381295 L 1.7106604,3.85622 L 1.7756604,3.85622 L 1.77566,3.85622 z M 1.7438844,3.90822 L 1.6117114,4.210122 L 1.8774984,4.210122 L 1.7438844,3.90822 L 1.7438844,3.90822 z "
style="fill:black" id="_59362616"/>
<path
d="M 2.05221,3.85622 L 2.325942,3.85622 C 2.435725,3.85622 2.479781,3.8735546 2.479781,3.981169 L 2.479781,4.0497832 C 2.479781,4.1573972 2.4357259,4.1740112 2.325942,4.1740112 L 2.100603,4.1740112 L 2.100603,4.3812942 L 2.0522093,4.3812942 L 2.0522093,3.8562192 L 2.05221,3.85622 z M 2.427781,4.026669 L 2.427781,4.0013934 C 2.427781,3.9306099 2.4126156,3.9132792 2.3396668,3.9132792 L 2.1006038,3.9132792 L 2.1006038,4.1147872 L 2.3396668,4.1147872 C 2.4126156,4.1147872 2.427781,4.0974526 2.427781,4.0266691 L 2.427781,4.026669 z "
style="fill:black" id="_59894560"/>
<polygon
points="2.55403,3.85622 2.60242,3.85622 2.60242,4.08228 2.95993,4.08228 2.95993,3.85622 3.00831,3.85622 3.00831,4.3813 2.95993,4.3813 2.95993,4.13934 2.60242,4.13934 2.60242,4.3813 2.55403,4.3813 2.55403,3.85622 "
style="fill:black" id="_59353656"/>
<polygon points="3.10576,3.85622 3.15704,3.85622 3.15704,4.3813 3.10576,4.3813 3.10576,3.85622 "
style="fill:black" id="_59878464"/>
<path
d="M 3.24714,4.19496 L 3.24714,4.051952 C 3.24714,3.9710622 3.2558014,3.918338 3.2839707,3.886558 C 3.3121439,3.8547785 3.3547502,3.8497234 3.4175847,3.8497234 L 3.5418127,3.8497234 C 3.6696517,3.8497234 3.7122657,3.8815029 3.7050407,4.0259514 L 3.6609856,4.0259514 C 3.6624305,3.9363923 3.6378714,3.9075024 3.5685368,3.9075024 L 3.3980878,3.9075024 C 3.3554736,3.9075024 3.3294697,3.9161677 3.3135839,3.9457819 C 3.299139,3.9732268 3.2991351,4.0086165 3.2991351,4.0577309 L 3.299139,4.1768999 C 3.299139,4.2260141 3.2991351,4.2614038 3.3135839,4.2888529 C 3.3294737,4.3184631 3.3554737,4.3271324 3.3980839,4.3271324 L 3.5678159,4.3271285 C 3.6436505,4.3271285 3.6674852,4.3011285 3.6645954,4.2014595 L 3.7093749,4.2014595 C 3.7115442,4.2765697 3.7057647,4.3242395 3.6783198,4.3545735 C 3.6523198,4.3841877 3.6082607,4.3877979 3.5418118,4.3877979 L 3.4183078,4.3877979 C 3.3561936,4.3877979 3.3135838,4.3841876 3.2839688,4.3509633 C 3.2558034,4.3191838 3.2471342,4.2693491 3.2471381,4.1949593 L 3.24714,4.19496 z "
style="fill:black" id="_58402072"/>
<path
d="M 3.83133,4.24118 C 3.83133,4.3126839 3.8652749,4.3292981 3.946889,4.3292981 L 4.049452,4.3292981 C 4.1455111,4.3292981 4.178732,4.3155737 4.178732,4.2274591 C 4.178732,4.1530654 4.1534525,4.1407898 4.0920627,4.1407898 L 3.9259487,4.1407898 C 3.8233857,4.1407898 3.7829407,4.1046796 3.7829407,3.9963408 C 3.7829407,3.8793328 3.8334958,3.8497228 3.9526647,3.8497228 L 4.0422277,3.8497228 C 4.1144521,3.8497228 4.1621177,3.8518921 4.1902867,3.8829472 C 4.211956,3.9067818 4.218456,3.9450614 4.2170111,4.0021162 L 4.1700662,4.0021162 C 4.1715111,3.9190611 4.1476764,3.9060571 4.0725623,3.9060571 L 3.9382233,3.9060571 C 3.8609438,3.9060571 3.8342153,3.9226713 3.8342153,3.9934508 C 3.8342192,4.0707303 3.8652744,4.0822854 3.9411093,4.0822854 L 4.0826723,4.0822854 C 4.1317865,4.0822854 4.1671762,4.0851752 4.1902863,4.1032342 C 4.2199005,4.1270649 4.2271209,4.1660688 4.2271209,4.2310692 C 4.2271248,4.3516872 4.1837863,4.3877972 4.0646129,4.3877972 L 3.9310029,4.3877972 C 3.8284399,4.3877972 3.7843809,4.3509626 3.7843809,4.2498482 C 3.7843848,4.2382931 3.7851053,4.2252931 3.7851053,4.2101238 L 3.8327746,4.2101238 C 3.8320541,4.2238482 3.8313297,4.2339584 3.8313297,4.2411789 L 3.83133,4.24118 z "
style="fill:black" id="_59371256"/>
<polygon
points="0.738374,3.12011 0.738374,3.17861 0.398193,3.17861 0.398193,3.34329 0.723929,3.34329 0.723929,3.40179 0.398193,3.40179 0.398193,3.58668 0.738374,3.58668 0.738374,3.64519 0.350528,3.64519 0.350528,3.12011 0.738374,3.12011 "
style="fill:white" id="_59565488"/>
<polygon
points="0.783815,3.12011 0.852429,3.12011 1.01638,3.33462 1.18394,3.12011 1.25039,3.12011 1.0626,3.36495 1.27567,3.64519 1.20633,3.64519 1.01782,3.39456 0.830039,3.64519 0.75926,3.64519 0.972323,3.36495 0.783815,3.12011 "
style="fill:white" id="_58326816"/>
<polygon
points="1.48061,3.17861 1.28561,3.17861 1.28561,3.12011 1.72473,3.12011 1.72473,3.17861 1.53189,3.17861 1.53189,3.64519 1.48061,3.64519 1.48061,3.17861 "
style="fill:white" id="_58618128"/>
<polygon
points="2.17453,3.12011 2.17453,3.17861 1.83435,3.17861 1.83435,3.34329 2.16009,3.34329 2.16009,3.40179 1.83435,3.40179 1.83435,3.58668 2.17453,3.58668 2.17453,3.64519 1.78669,3.64519 1.78669,3.12011 2.17453,3.12011 "
style="fill:white" id="_59531856"/>
<polygon
points="2.24669,3.12011 2.32325,3.12011 2.67931,3.58524 2.67931,3.12011 2.72843,3.12011 2.72843,3.64519 2.65693,3.64519 2.29509,3.17283 2.29509,3.64519 2.24669,3.64519 2.24669,3.12011 "
style="fill:white" id="_58266024"/>
<path
d="M 3.30246,3.3115 L 3.30246,3.453787 C 3.30246,3.5296216 3.2909009,3.578732 3.2562317,3.611236 C 3.2258971,3.6408462 3.1811175,3.6451809 3.1204487,3.6451809 L 2.8243307,3.6451809 L 2.8243307,3.1201059 L 3.1204527,3.1201059 C 3.181122,3.1201059 3.2258977,3.1244406 3.2562327,3.1540508 C 3.290902,3.1865508 3.3024571,3.235665 3.302461,3.3114998 L 3.30246,3.3115 z M 2.87272,3.586677 L 3.152228,3.586677 C 3.2251729,3.586677 3.2518973,3.554177 3.2518973,3.459563 L 3.2519012,3.306445 C 3.2519012,3.2082206 3.2295114,3.178606 3.152228,3.178606 L 2.87272,3.178606 L 2.87272,3.586677 L 2.87272,3.586677 z "
style="fill:white" id="_57898744"/>
<polygon
points="3.77537,3.12011 3.77537,3.17861 3.43519,3.17861 3.43519,3.34329 3.76093,3.34329 3.76093,3.40179 3.43519,3.40179 3.43519,3.58668 3.77537,3.58668 3.77537,3.64519 3.38752,3.64519 3.38752,3.12011 3.77537,3.12011 "
style="fill:white" id="_58894464"/>
<path
d="M 4.32566,3.3115 L 4.32566,3.453787 C 4.32566,3.5296216 4.3141009,3.578732 4.2794356,3.611236 C 4.249101,3.6408462 4.2043214,3.6451809 4.1436526,3.6451809 L 3.8475346,3.6451809 L 3.8475346,3.1201059 L 4.1436526,3.1201059 C 4.2043219,3.1201059 4.2490976,3.1244406 4.2794356,3.1540508 C 4.3141049,3.1865508 4.32566,3.235665 4.32566,3.3114998 L 4.32566,3.3115 z M 3.895924,3.586677 L 4.175432,3.586677 C 4.2483769,3.586677 4.2751013,3.554177 4.2751013,3.459563 L 4.2751052,3.306445 C 4.2751052,3.2082206 4.2527115,3.178606 4.175428,3.178606 L 3.895924,3.178606 L 3.895924,3.586677 L 3.895924,3.586677 z "
style="fill:white" id="_57430640"/>
<path
d="M 4.11439,0.363787 C 4.1140593,0.3765705 4.113638,0.3870823 4.1132128,0.3908421 C 4.1099372,0.419661 4.1132128,0.433283 4.0301183,0.433283 C 3.9470356,0.433283 3.9503073,0.419661 3.9470317,0.3908421 C 3.9459648,0.38146021 3.9449766,0.3301492 3.945079,0.3061413 C 3.9451813,0.2821334 3.9459648,0.2308224 3.9470317,0.2214405 C 3.9503073,0.1926216 3.9470317,0.1789996 4.0301183,0.1789996 C 4.1132128,0.1789996 4.1099333,0.1926256 4.1132128,0.2214405 C 4.1136577,0.22536963 4.1140554,0.2366767 4.1143743,0.2502476 L 4.2280393,0.25024366 C 4.2273109,0.22448386 4.2260904,0.20296016 4.2248188,0.19174366 C 4.2182637,0.13410586 4.2409684,0.078916663 4.0302518,0.078916663 C 3.8195348,0.078912726 3.8422358,0.13410566 3.8356848,0.19174366 C 3.8335549,0.21050346 3.8315745,0.25812946 3.8317793,0.30614166 C 3.8319879,0.35415736 3.8335509,0.40177946 3.8356848,0.42054366 C 3.8422399,0.47817756 3.8195313,0.53337066 4.0302518,0.53337066 C 4.2409718,0.53336673 4.2182638,0.47818166 4.2248188,0.42054366 C 4.2260668,0.40958306 4.2271141,0.38877196 4.2278148,0.36379166 L 4.1143898,0.36378773 L 4.11439,0.363787 z "
style="fill:black" id="_59268504"/>
<polygon
points="2.76661,0.0904409 2.65572,0.414433 2.54481,0.0904409 2.37889,0.0895748 2.37889,0.524465 2.4898,0.524465 2.4898,0.200472 2.6007,0.524465 2.71161,0.524465 2.82164,0.200472 2.82164,0.524465 2.93254,0.524465 2.93254,0.0895748 2.76661,0.0904409 "
style="fill:black" id="_58345216"/>
<polygon
points="4.25293,0.0895748 4.57168,0.0895748 4.57168,0.200472 4.46776,0.200472 4.46776,0.524465 4.35685,0.524465 4.35685,0.200472 4.25293,0.200472 4.25293,0.0895748 "
style="fill:black" id="_57451528"/>
<polygon
points="3.398,0.524465 3.5252,0.0891457 3.69054,0.0891457 3.81804,0.524465 3.70714,0.524465 3.68094,0.434512 3.53541,0.434512 3.55604,0.363787 3.65998,0.363787 3.60845,0.1865 3.5089,0.524465 3.398,0.524465 "
style="fill:black" id="_58593856"/>
<path
d="M 2.1118,0.179 C 2.1948906,0.179 2.191611,0.192626 2.1948906,0.2214409 C 2.1959536,0.23081885 2.1967371,0.2821338 2.1968434,0.3061417 C 2.1969418,0.3301496 2.1959536,0.3814645 2.1948906,0.3908425 C 2.191615,0.4196614 2.1948906,0.4332834 2.1118,0.4332834 C 2.0287094,0.4332834 2.031985,0.4196614 2.0287094,0.3908425 C 2.0276425,0.38146061 2.0266543,0.3301496 2.0267566,0.3061417 C 2.026859,0.2821338 2.0276425,0.2308228 2.0287094,0.2214409 C 2.031985,0.192622 2.0287094,0.179 2.1118,0.179 L 2.1119299,0.078913 C 1.9012099,0.078913 1.9239139,0.1341059 1.9173629,0.191744 C 1.9152291,0.2105038 1.9132527,0.2581298 1.9134574,0.306142 C 1.9136621,0.3541577 1.9152291,0.4017798 1.9173629,0.420544 C 1.9239141,0.4781779 1.9012094,0.533371 2.1119299,0.533371 C 2.3226499,0.53336706 2.2999419,0.478182 2.3064969,0.420544 C 2.3086268,0.4017802 2.3101938,0.3541582 2.3103985,0.306142 C 2.3106032,0.2581263 2.3086268,0.2105042 2.3064969,0.191744 C 2.2999418,0.1341062 2.3226465,0.078917 2.1119299,0.078917 L 2.1118,0.179 L 2.1118,0.179 z "
style="fill:black" id="_58859480"/>
<path
d="M 1.73734,0.363787 C 1.7370054,0.3765705 1.736592,0.3870823 1.7361628,0.3908421 C 1.7328872,0.419661 1.7361628,0.433283 1.6530683,0.433283 C 1.5699777,0.433283 1.5732573,0.419661 1.5699777,0.3908421 C 1.5689147,0.38146021 1.5679265,0.3301492 1.5680289,0.3061413 C 1.5681313,0.2821334 1.5689147,0.2308224 1.5699777,0.2214405 C 1.5732573,0.1926216 1.5699777,0.1789996 1.6530683,0.1789996 C 1.7361628,0.1789996 1.7328833,0.1926256 1.7361628,0.2214405 C 1.7366116,0.22536963 1.7370054,0.2366767 1.7373243,0.2502476 L 1.8509893,0.25024366 C 1.8502609,0.22448386 1.8490404,0.20296016 1.8477648,0.19174366 C 1.8412137,0.13410586 1.8639183,0.078916663 1.6532018,0.078916663 C 1.4424848,0.078912726 1.4651858,0.13410566 1.4586348,0.19174366 C 1.456501,0.21050346 1.4545246,0.25812946 1.4547333,0.30614166 C 1.4549341,0.35415736 1.456501,0.40177946 1.4586348,0.42054366 C 1.465186,0.47817756 1.4424813,0.53337066 1.6532018,0.53337066 C 1.8639188,0.53336673 1.8412138,0.47818166 1.8477648,0.42054366 C 1.8490129,0.40958306 1.8500641,0.38877196 1.8507648,0.36379166 L 1.7373398,0.36378773 L 1.73734,0.363787 z "
style="fill:black" id="_58799920"/>
<path
d="M 3.20258,0.425004 L 3.1352847,0.42496463 L 3.1352847,0.32576773 L 3.2025642,0.32535828 C 3.2856508,0.32535828 3.2830721,0.31174018 3.2863477,0.28292128 C 3.2874186,0.27353545 3.2871942,0.28124805 3.2870918,0.25724018 C 3.2869934,0.23323228 3.2874146,0.24148038 3.2863477,0.23209448 C 3.2830761,0.20327948 3.2856509,0.18965358 3.2025603,0.18965358 L 3.1352493,0.18982681 L 3.1353635,0.52403181 L 3.0242375,0.52403181 L 3.0242375,0.089574809 L 3.2025805,0.089570872 C 3.4132935,0.089570872 3.3901985,0.14490947 3.3979545,0.20239787 C 3.3988757,0.20920889 3.3988718,0.24064587 3.3988718,0.25759077 C 3.3988757,0.27121277 3.3988718,0.30264987 3.3979545,0.31261837 C 3.3926356,0.37038217 3.4132931,0.42500437 3.2025805,0.42500437 L 3.20258,0.425004 z "
style="fill:black" id="_59260544"/>
<path
d="M 4.37707,2.47921 C 4.4601606,2.47921 4.456885,2.492832 4.4601606,2.5216509 C 4.4612275,2.5310289 4.4620071,2.5823438 4.4621094,2.6063517 C 4.4622157,2.6303556 4.4612275,2.6816706 4.4601606,2.6910525 C 4.456885,2.7198675 4.4601606,2.7334934 4.3770661,2.7334934 C 4.2939795,2.7334934 4.2972551,2.7198714 4.2939755,2.6910525 C 4.2929125,2.6816706 4.2919243,2.6303596 4.2920267,2.6063517 C 4.292133,2.5823399 4.2929125,2.5310328 4.2939755,2.5216509 C 4.297255,2.4928281 4.2939755,2.47921 4.3770661,2.47921 L 4.3772,2.379123 C 4.166483,2.379123 4.189184,2.4343159 4.182633,2.49195 C 4.1804991,2.5107138 4.1785227,2.5583358 4.1787314,2.606352 C 4.1789361,2.6543599 4.1804991,2.7019898 4.182633,2.72075 C 4.1891841,2.7783839 4.1664834,2.833577 4.3772,2.833577 C 4.587917,2.833577 4.565212,2.778388 4.571763,2.72075 C 4.5738968,2.7019862 4.5754637,2.6543642 4.5756645,2.606352 C 4.5758732,2.5583323 4.5738968,2.5107142 4.571763,2.49195 C 4.5652118,2.4343122 4.5879165,2.379123 4.3772,2.379123 L 4.37707,2.47921 L 4.37707,2.47921 z "
style="fill:black" id="_58604336"/>
<polygon
points="2.62176,2.82046 2.74896,2.38514 2.91429,2.38514 3.04179,2.82046 2.93089,2.82046 2.90469,2.73051 2.75917,2.73051 2.77978,2.65978 2.88373,2.65978 2.8322,2.4825 2.73265,2.82046 2.62176,2.82046 "
style="fill:black" id="_58848560"/>
<polygon
points="1.69756,2.82046 1.82476,2.38514 1.9901,2.38514 2.1176,2.82046 2.0067,2.82046 1.9805,2.73051 1.83498,2.73051 1.85559,2.65978 1.95954,2.65978 1.90801,2.4825 1.80846,2.82046 1.69756,2.82046 "
style="fill:black" id="_58950064"/>
<polygon points="0.675575,2.38979 0.675575,2.82468 0.564665,2.82468 0.564665,2.38979 0.675575,2.38979 "
style="fill:black" id="_58591960"/>
<polygon points="1.3244,2.38979 1.3244,2.82468 1.2135,2.82468 1.2135,2.38979 1.3244,2.38979 " style="fill:black"
id="_57896616"/>
<polygon
points="1.38335,2.38979 1.7021,2.38979 1.7021,2.50069 1.59817,2.50069 1.59817,2.82468 1.48728,2.82468 1.48728,2.50069 1.38335,2.50069 1.38335,2.38979 "
style="fill:black" id="_57422256"/>
<polygon
points="2.28894,2.71465 2.28894,2.38979 2.17803,2.38979 2.17803,2.82511 2.46447,2.82511 2.46447,2.71465 2.28894,2.71465 "
style="fill:black" id="_58973848"/>
<polygon points="4.11189,2.38979 4.11189,2.82468 4.001,2.82468 4.001,2.38979 4.11189,2.38979 " style="fill:black"
id="_57453184"/>
<path
d="M 3.67483,2.39005 L 3.7350898,2.39005 C 3.9458068,2.39005 3.9230978,2.4454988 3.9296528,2.503137 C 3.9317867,2.5218968 3.9337591,2.5555464 3.9335544,2.603562 C 3.9333536,2.6515738 3.9317827,2.6930935 3.9296528,2.711857 C 3.9231016,2.7694909 3.9458024,2.824684 3.7350858,2.824684 L 3.5416528,2.824684 L 3.5416528,2.39005 L 3.6748298,2.39005 L 3.6730857,2.4899909 L 3.653003,2.489857 L 3.653003,2.725475 L 3.7349558,2.7245971 C 3.8180503,2.7245971 3.8147708,2.7109751 3.8180464,2.6821562 C 3.8191173,2.6727743 3.8201015,2.6275696 3.8199992,2.6035617 C 3.8198968,2.5795499 3.8191133,2.5422152 3.8180464,2.5328334 C 3.8147708,2.5040106 3.8180464,2.4903925 3.7349558,2.4903925 L 3.6730857,2.4899909 L 3.6748298,2.39005 L 3.67483,2.39005 z "
style="fill:black" id="_58589048"/>
<path
d="M 3.46885,2.60635 L 3.4687319,2.389779 L 3.3554129,2.389779 L 3.3554129,2.60635 C 3.3555153,2.6303579 3.3545271,2.6816728 3.3534601,2.6910547 C 3.3501845,2.7198697 3.3534601,2.7334956 3.2703695,2.7334956 C 3.1872789,2.7334956 3.1905545,2.7198736 3.1872789,2.6910547 C 3.186212,2.6816728 3.1853931,2.6303618 3.1854955,2.6063539 L 3.1856608,2.3897869 L 3.0720308,2.3897869 L 3.0720308,2.6063499 C 3.0722355,2.6543617 3.0737985,2.7019916 3.0759324,2.7207519 C 3.0824875,2.7783858 3.0597789,2.8335789 3.2704994,2.8335789 C 3.4812164,2.8335789 3.4585114,2.7783899 3.4650664,2.7207519 C 3.4671963,2.7019881 3.4686451,2.6543661 3.4688499,2.6063499 L 3.46885,2.60635 z "
style="fill:black" id="_58966864"/>
<path
d="M 1.0285,2.664 C 1.0281654,2.6767874 1.027752,2.6872953 1.0273228,2.6910591 C 1.0240472,2.7198741 1.0273228,2.7335 0.94423223,2.7335 C 0.86114163,2.7335 0.86441723,2.719878 0.86113773,2.6910591 C 0.86007474,2.6816772 0.85908655,2.6303662 0.85918891,2.6063583 C 0.85929127,2.5823465 0.86007474,2.5310394 0.86113773,2.5216575 C 0.86441726,2.4928347 0.86113773,2.4792166 0.94423223,2.4792166 C 1.0273228,2.4792166 1.0240432,2.4928386 1.0273228,2.5216575 C 1.0277716,2.5255906 1.0281653,2.5229173 1.0284843,2.5364882 L 1.1421492,2.5364843 C 1.141417,2.5107245 1.1402004,2.5031733 1.1389248,2.4919567 C 1.1323737,2.4343189 1.1550783,2.3791297 0.94435784,2.3791297 C 0.73364084,2.3791297 0.75634584,2.4343226 0.74979484,2.4919567 C 0.74766098,2.5107205 0.74568854,2.5583425 0.74589327,2.6063587 C 0.74609799,2.6543666 0.74766099,2.7019965 0.74979484,2.7207567 C 0.75634602,2.7783906 0.73364134,2.8335837 0.94435784,2.8335837 C 1.1550778,2.8335837 1.1323738,2.7783947 1.1389248,2.7207567 C 1.1401689,2.7097961 1.141224,2.688989 1.1419248,2.6640047 L 1.0284998,2.6640007 L 1.0285,2.664 z "
style="fill:black" id="_58602128"/>
<polygon points="0.944098,2.59413 0.944098,2.664 1.14193,2.664 1.14193,2.59413 0.944098,2.59413 "
style="fill:black" id="_58353848"/>
<path
d="M 0.235,2.39005 L 0.295252,2.39005 C 0.505972,2.39005 0.483268,2.4454988 0.489819,2.503137 C 0.49195286,2.5218968 0.49392924,2.5555464 0.49372057,2.603562 C 0.49351978,2.6515738 0.49195285,2.6930935 0.489819,2.711857 C 0.48326782,2.7694909 0.5059725,2.824684 0.295252,2.824684 L 0.101819,2.824684 L 0.101819,2.39005 L 0.235,2.39005 L 0.23325197,2.4899909 L 0.21316537,2.489857 L 0.21316537,2.725475 L 0.29512597,2.7245971 C 0.37821257,2.7245971 0.37493697,2.7109751 0.37821257,2.6821562 C 0.37928344,2.6727743 0.38026769,2.6275696 0.38016533,2.6035617 C 0.3800669,2.5795499 0.37928344,2.5422152 0.37821257,2.5328334 C 0.37494092,2.5040106 0.37821257,2.4903925 0.29512597,2.4903925 L 0.23325197,2.4899909 L 0.235,2.39005 L 0.235,2.39005 z "
style="fill:black" id="_57314048"/>
<path
d="M 1.04577,2.16202 L 0.351573,2.1612129 C 0.251128,2.1612129 0.169707,2.0797798 0.169707,1.9793469 L 0.169707,0.92267691 C 0.169707,0.82223191 0.2511243,0.74081491 0.351573,0.74081491 L 0.786045,0.74032279 C 0.8382182,0.74032279 0.8805253,0.69803149 0.8805253,0.64584249 L 0.88179695,0.22335849 C 0.88179695,0.20149239 0.89952925,0.18376009 0.92139535,0.18376009 L 1.1761004,0.18376009 C 1.1979665,0.18376009 1.2157106,0.20149239 1.2157106,0.22336249 L 1.2183247,2.1225625 C 1.2183247,2.1444286 1.2005924,2.1621767 1.1787263,2.1621767 L 1.0457693,2.1620192 L 1.042537,2.2563814 L 1.216269,2.2563342 C 1.2684422,2.2563342 1.3107493,2.2140429 1.3107493,2.1618539 L 1.3107493,0.18300386 C 1.3107493,0.13083066 1.2684422,0.088539263 1.216269,0.088539263 L 0.88210404,0.088539263 C 0.82993084,0.088539263 0.78762374,0.13083456 0.78762374,0.18300776 L 0.78810012,0.60655076 C 0.78810012,0.62841686 0.77036782,0.64616496 0.74848592,0.64616496 L 0.35157292,0.64543662 C 0.19845092,0.64543662 0.074316918,0.76955462 0.074316918,0.92268062 L 0.074316918,1.9793406 C 0.074316918,2.1324546 0.19845092,2.2565886 0.35157292,2.2565886 L 1.0425379,2.25638 L 1.0457702,2.1620178 L 1.04577,2.16202 z "
style="fill:black" id="_58407952"/>
<path
d="M 0.78761,1.77308 L 0.78761,1.089466 C 0.78761,1.0321825 0.7411612,0.985738 0.683862,0.985738 C 0.6265746,0.985738 0.58013,1.0321829 0.58013,1.08947 L 0.58013394,1.827391 C 0.58013394,1.8846823 0.62657484,1.931139 0.68386194,1.931139 C 0.74116114,1.931139 0.78760594,1.8846823 0.78760594,1.827395 L 0.78760987,1.77308 L 0.88190907,1.7763123 L 0.88190907,1.827391 C 0.88190907,1.936757 0.79323587,2.025426 0.68386207,2.025426 C 0.57450007,2.025422 0.48583107,1.9367567 0.48583107,1.827395 L 0.48583501,1.089466 C 0.48583501,0.98010398 0.57450041,0.89143798 0.68386301,0.89143798 C 0.79323701,0.89143798 0.88191001,0.98010728 0.88191001,1.089469 L 0.88191001,1.776312 L 0.78761081,1.7730797 L 0.78761,1.77308 z "
style="fill:black" id="_58955384"/>
<path
d="M 1.70558,2.16202 L 1.575655,2.1620279 C 1.5537731,2.1620279 1.5360408,2.1442799 1.5360408,2.1224137 L 1.5376353,0.78127367 C 1.5376353,0.75938787 1.5553636,0.74166347 1.5772455,0.74166347 L 1.8319505,0.74166347 C 1.8538324,0.74166347 1.8715647,0.75939177 1.8715647,0.78127367 L 1.8741749,2.1224037 C 1.8741749,2.1442856 1.8564426,2.1620179 1.8345765,2.1620179 L 1.7055805,2.1620257 L 1.7055805,2.2560021 L 1.8721235,2.2561793 C 1.9243085,2.2561793 1.9665999,2.213884 1.9665999,2.1617108 L 1.9666039,0.74092081 C 1.9666039,0.68874761 1.9243086,0.64644051 1.8721196,0.64644051 L 1.5379426,0.64644051 C 1.4857694,0.64644051 1.4434741,0.68875151 1.4434741,0.74092481 L 1.4432772,2.1613448 C 1.4432772,2.2135338 1.4852536,2.2558291 1.5374229,2.2558291 L 1.7055799,2.2560023 L 1.7055799,2.1620259 L 1.70558,2.16202 z "
style="fill:black" id="_58354176"/>
<path
d="M 2.90552,1.00554 L 2.625705,1.0051581 C 2.5396105,1.0051581 2.469788,1.0749809 2.469788,1.1610791 C 2.469788,1.2471893 2.5396069,1.3169961 2.625705,1.3169961 L 3.009075,1.3180394 C 3.109508,1.3180394 3.190937,1.3994764 3.190937,1.4999094 L 3.1896496,1.9771774 C 3.1896496,2.0776264 3.1082205,2.1590434 3.0077836,2.1590434 L 2.2467596,2.1604253 C 2.2248935,2.1604253 2.2071454,2.1426812 2.2071454,2.1208151 L 2.2071493,1.9359721 C 2.2071493,1.9140902 2.2248934,1.8963619 2.2467595,1.8963619 L 2.7654205,1.894669 C 2.8515347,1.894669 2.9213495,1.8248659 2.9213495,1.738752 C 2.9213535,1.6526418 2.8515306,1.582835 2.7654205,1.582835 L 2.3899205,1.5813508 C 2.2894835,1.5813508 2.2080545,1.4999217 2.2080545,1.3994888 L 2.2080545,0.92267775 C 2.2080545,0.82223275 2.2894836,0.74081575 2.3899205,0.74081575 L 3.0953655,0.73751654 C 3.1172316,0.73751654 3.13496,0.75526454 3.13496,0.77713074 L 3.1349797,0.96618974 C 3.1349797,0.98805584 3.1172474,1.0057999 3.0953655,1.0057999 L 2.9055195,1.0055401 L 2.9022833,1.0984929 L 3.1343073,1.0985638 C 3.1864805,1.0985638 3.2287876,1.0565914 3.2287876,1.0044181 L 3.2291419,0.73958306 C 3.2291419,0.68739406 3.1868427,0.64510276 3.1346576,0.64510276 L 2.3899216,0.64543741 C 2.2368116,0.64543741 2.1126816,0.76955541 2.1126816,0.92268141 L 2.1126816,1.3994844 C 2.1126816,1.5525984 2.2368076,1.6767284 2.3899216,1.6767284 L 2.7654216,1.6760867 C 2.8000476,1.6760867 2.8281027,1.7041418 2.8281027,1.7387521 C 2.8281027,1.7733741 2.8000436,1.8014332 2.7654216,1.8014332 L 2.2064056,1.801319 C 2.1542324,1.801319 2.1119371,1.8436143 2.1119371,1.8958033 L 2.1119371,2.1601023 C 2.1119371,2.2122913 2.1542324,2.2545866 2.2064056,2.2545866 L 3.0077876,2.2544173 C 3.1608976,2.2544173 3.2850276,2.1303033 3.2850276,1.9771773 L 3.2863111,1.4999053 C 3.2863111,1.3467993 3.1621811,1.2226693 3.0090711,1.2226693 L 2.6257051,1.2237559 C 2.5910988,1.2237559 2.5630397,1.1957008 2.5630397,1.1610787 C 2.5630397,1.1264645 2.5910948,1.0984094 2.6257051,1.0984094 L 2.9022841,1.0984921 L 2.9055203,1.0055393 L 2.90552,1.00554 z "
style="fill:black" id="_57896456"/>
<path
d="M 4.3157,1.26775 L 4.435881,1.26775 C 4.457759,1.26775 4.4754912,1.2500177 4.4754912,1.2281358 L 4.4749912,0.9226828 C 4.4749912,0.8222378 4.3935699,0.7408208 4.2931212,0.7408208 L 3.6918892,0.74081686 C 3.5914442,0.74081686 3.5100112,0.82223816 3.5100112,0.92268686 L 3.5100112,1.9793469 C 3.5100112,2.0797839 3.5914403,2.1612169 3.6918892,2.1612169 L 4.2931252,2.1612169 C 4.3935742,2.1612169 4.4749872,2.0797838 4.4749872,1.9793509 L 4.4754911,1.6889179 C 4.4754911,1.6670399 4.4577588,1.6493077 4.4358769,1.6493077 L 4.2090659,1.6493077 C 4.1871958,1.6493077 4.1694635,1.66704 4.1694635,1.6889219 L 4.1707391,1.8273979 C 4.1707391,1.9367639 4.101869,2.0254329 3.9925071,2.0254329 C 3.8831331,2.0254289 3.8142751,1.9367636 3.8142751,1.8274019 L 3.8142751,1.0894729 C 3.8142751,0.98011086 3.8831294,0.89144486 3.9925071,0.89144486 C 4.1018691,0.89144486 4.1707391,0.98011416 4.1707391,1.0894759 L 4.1694675,1.2281369 C 4.1694675,1.2500149 4.1871958,1.2677511 4.209062,1.2677511 L 4.3157,1.2677511 L 4.3124677,1.3629676 L 4.1697747,1.3629676 C 4.1176015,1.3629676 4.0752944,1.3206645 4.0752944,1.2684912 L 4.0764401,1.0894712 C 4.0764401,1.0321877 4.0497944,0.98574316 3.992507,0.98574316 C 3.9352039,0.98574316 3.9085582,1.0321881 3.9085582,1.0894752 L 3.9085621,1.8273962 C 3.9085621,1.8846875 3.9352038,1.9311442 3.992507,1.9311442 C 4.0497944,1.9311442 4.0764401,1.8846875 4.0764401,1.8274002 L 4.0752944,1.6485652 C 4.0752944,1.596392 4.1176015,1.5540849 4.1697747,1.5540849 L 4.4760547,1.5540849 C 4.5282358,1.5540849 4.5705311,1.5963959 4.5705311,1.6485692 L 4.5703658,1.9793452 C 4.5703658,2.1324592 4.4462478,2.2565932 4.2931218,2.2565932 L 3.6918898,2.2565892 C 3.5387678,2.2565892 3.4146378,2.1324592 3.4146378,1.9793492 L 3.4146378,0.92267923 C 3.4146378,0.76955323 3.5387678,0.64544323 3.6918898,0.64544323 L 4.2931258,0.64543929 C 4.4462478,0.64543929 4.5703658,0.76955729 4.5703658,0.92268329 L 4.5705351,1.2684823 C 4.5705351,1.3206555 4.5282359,1.3629666 4.4760508,1.3629666 L 4.3124678,1.3629627 L 4.3157001,1.2677462 L 4.3157,1.26775 z "
style="fill:black" id="_58807968"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -1,109 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="4.6500001in" height="4.0500002in" viewBox="0 0 4.65 4.05"
id="svg2229" xml:space="preserve">
<defs id="defs2231">
<style type="text/css" id="style2233"/>
</defs>
<g id="Layer_x0020_1">
<g id="_58806848">
<path
d="M 4.45368,3.96939 C 4.5188847,3.96939 4.571767,3.916512 4.571767,3.851288 L 4.5717709,3.101386 C 4.5717709,3.0361616 4.5188811,2.98328 4.4536799,2.98328 L 0.21763994,2.98328 C 0.15243524,2.98328 0.099548937,3.0361619 0.099548937,3.101386 L 0.099548937,3.851288 C 0.099548937,3.9165085 0.15243474,3.969394 0.21763994,3.969394 L 4.4536799,3.9693901 L 4.45368,3.96939 z "
style="fill:none;stroke:black;stroke-width:0.0972205" id="_58008768"/>
<path
d="M 0.941591,3.54619 L 0.739359,3.54619 L 0.739359,3.48769 L 0.990705,3.48769 L 0.990705,3.5729144 C 0.990705,3.6415286 0.99070106,3.6906424 0.9589255,3.7260324 C 0.9329216,3.7556426 0.8888664,3.7592568 0.8224175,3.7592568 L 0.6815785,3.7592529 C 0.6194683,3.7592529 0.5768545,3.7549222 0.5472395,3.7216978 C 0.5190741,3.6899183 0.5104049,3.640808 0.5104049,3.5664148 L 0.5104049,3.4234068 C 0.5104049,3.342517 0.51907419,3.2897928 0.5472395,3.2580168 C 0.5754088,3.2262333 0.618023,3.2211782 0.6808575,3.2211782 L 0.8224165,3.2211782 C 0.9502595,3.2211782 0.9935895,3.2529577 0.9863695,3.3974102 L 0.94159,3.3974062 C 0.94303488,3.3071267 0.9184758,3.2789572 0.8491412,3.2789572 L 0.6613582,3.2789572 C 0.618744,3.2789572 0.592744,3.286906 0.5768543,3.3172367 C 0.5624094,3.3446816 0.5624094,3.3800753 0.5624094,3.4291857 L 0.5624094,3.5483587 C 0.5624094,3.5974689 0.5624094,3.6328626 0.5768543,3.6603077 C 0.5927441,3.6899179 0.6187441,3.6985872 0.6613582,3.6985872 L 0.8476972,3.6985872 C 0.927146,3.6985872 0.941587,3.6718628 0.941587,3.5729142 L 0.94159094,3.5461898 L 0.941591,3.54619 z "
style="fill:black" id="_58931640"/>
<path
d="M 1.06286,3.22767 L 1.343817,3.22767 C 1.455045,3.22767 1.4991,3.2457291 1.4991,3.352619 L 1.4991,3.4154536 C 1.4991,3.4775717 1.4839307,3.5050166 1.4297654,3.5201816 C 1.4723756,3.5266816 1.4947654,3.5613509 1.4947654,3.6227406 L 1.4947693,3.7527446 L 1.4456551,3.7527446 L 1.4456551,3.6357406 C 1.4456551,3.553406 1.4182102,3.546906 1.3503165,3.546906 L 1.1112535,3.546906 L 1.1112535,3.752745 L 1.0628598,3.752745 L 1.0628598,3.22767 L 1.06286,3.22767 z M 1.1112537,3.486237 L 1.3597067,3.486237 C 1.4297658,3.486237 1.4470965,3.4696268 1.4470965,3.3981228 L 1.4470965,3.3728433 C 1.4470965,3.3013394 1.4297658,3.2847291 1.3597067,3.2847291 L 1.1112537,3.2847291 L 1.1112537,3.4862371 L 1.1112537,3.486237 z "
style="fill:black" id="_58370552"/>
<path
d="M 1.81536,3.22767 L 2.044313,3.752745 L 1.992313,3.752745 L 1.9410335,3.637186 L 1.6275765,3.637186 L 1.5777419,3.752745 L 1.5214033,3.752745 L 1.7503603,3.22767 L 1.8153603,3.22767 L 1.81536,3.22767 z M 1.7835805,3.27967 L 1.6514115,3.581576 L 1.9171985,3.581576 L 1.7835805,3.27967 L 1.7835805,3.27967 z "
style="fill:black" id="_58348160"/>
<path
d="M 2.07747,3.22767 L 2.351202,3.22767 C 2.460985,3.22767 2.505041,3.2450046 2.505041,3.352619 L 2.505041,3.4212332 C 2.505041,3.5288512 2.4609819,3.5454612 2.351202,3.5454612 L 2.125859,3.5454612 L 2.125859,3.7527442 L 2.0774692,3.7527442 L 2.0774692,3.2276692 L 2.07747,3.22767 z M 2.453041,3.398123 L 2.453041,3.3728435 C 2.453041,3.302064 2.4378717,3.2847293 2.3649268,3.2847293 L 2.1258598,3.2847293 L 2.1258598,3.4862373 L 2.3649268,3.4862373 C 2.4378717,3.4862373 2.453037,3.4689027 2.453041,3.3981231 L 2.453041,3.398123 z "
style="fill:black" id="_58332112"/>
<polygon
points="2.56485,3.22767 2.61324,3.22767 2.61324,3.45374 2.97075,3.45374 2.97075,3.22767 3.01914,3.22767 3.01914,3.75275 2.97075,3.75275 2.97075,3.5108 2.61324,3.5108 2.61324,3.75275 2.56485,3.75275 2.56485,3.22767 "
style="fill:black" id="_58856320"/>
<polygon points="3.10214,3.22767 3.15342,3.22767 3.15342,3.75275 3.10214,3.75275 3.10214,3.22767 "
style="fill:black" id="_58603752"/>
<path
d="M 3.22908,3.56641 L 3.22908,3.423402 C 3.22908,3.3425122 3.2377454,3.289788 3.2659146,3.258012 C 3.2940839,3.2262285 3.3366941,3.2211734 3.3995326,3.2211734 L 3.5237606,3.2211734 C 3.6515996,3.2211734 3.6942096,3.2529529 3.6869846,3.3974054 L 3.6429295,3.3974015 C 3.6443744,3.3078464 3.6198153,3.2789525 3.5504807,3.2789525 L 3.3800317,3.2789525 C 3.3374175,3.2789525 3.3114175,3.2876218 3.2955238,3.317232 C 3.2810829,3.3446769 3.2810829,3.3800706 3.2810829,3.429181 L 3.2810829,3.548354 C 3.2810829,3.5974642 3.2810829,3.6328579 3.2955238,3.660303 C 3.3114175,3.6899132 3.3374175,3.6985825 3.3800317,3.6985825 L 3.5497597,3.6985825 C 3.6255943,3.6985825 3.649429,3.6725786 3.6465392,3.5729095 L 3.6913187,3.5729095 C 3.693488,3.6480237 3.6877085,3.6956925 3.6602596,3.7260275 C 3.6342635,3.7556377 3.5902045,3.7592519 3.5237556,3.7592519 L 3.4002556,3.7592479 C 3.3381414,3.7592479 3.2955236,3.7556377 3.2659126,3.7224172 C 3.2377472,3.6906377 3.229078,3.640803 3.229078,3.5664092 L 3.22908,3.56641 z "
style="fill:black" id="_58885256"/>
<path
d="M 3.79883,3.61263 C 3.79883,3.6841339 3.8327788,3.7007442 3.914393,3.7007442 L 4.016952,3.7007442 C 4.1130111,3.7007442 4.146235,3.6870198 4.146235,3.5989052 C 4.1462389,3.5245154 4.1209555,3.5122359 4.0595618,3.5122359 L 3.8934478,3.5122359 C 3.7908888,3.5122359 3.7504398,3.4761257 3.7504398,3.3677869 C 3.7504398,3.2507829 3.8009989,3.2211689 3.9201678,3.2211689 L 4.0097308,3.2211689 C 4.0819552,3.2211689 4.1296208,3.2233382 4.1577898,3.2543933 C 4.1794591,3.2782279 4.1859552,3.3165075 4.1845142,3.3735663 L 4.1375693,3.3735663 C 4.1390142,3.2905072 4.1151756,3.2775072 4.0400614,3.2775072 L 3.9057264,3.2775033 C 3.8284429,3.2775033 3.8017184,3.2941175 3.8017184,3.364897 C 3.8017223,3.4421765 3.8327775,3.4537356 3.9086124,3.4537356 L 4.0501754,3.4537316 C 4.0992896,3.4537316 4.1346754,3.4566253 4.1577894,3.4746804 C 4.1873996,3.4985111 4.194624,3.537515 4.194624,3.6025194 C 4.194624,3.7231334 4.1512894,3.7592474 4.032116,3.7592474 L 3.898502,3.7592435 C 3.795943,3.7592435 3.751884,3.7224128 3.751884,3.6212985 C 3.751884,3.6097394 3.7526084,3.5967394 3.7526084,3.5815741 L 3.8002777,3.5815741 C 3.7995533,3.5952946 3.7988289,3.6054087 3.7988289,3.6126292 L 3.79883,3.61263 z "
style="fill:black" id="_58897592"/>
<path
d="M 4.07793,0.362634 C 4.0775993,0.3752915 4.0771859,0.385697 4.0767607,0.3894214 C 4.0735166,0.417945 4.0767607,0.4314371 3.9945009,0.4314371 C 3.912245,0.43143316 3.9154852,0.4179489 3.9122411,0.3894214 C 3.911186,0.38013006 3.9102057,0.3293348 3.910308,0.3055671 C 3.9104104,0.2817994 3.911186,0.2310002 3.9122411,0.2217128 C 3.9154852,0.1931813 3.9122411,0.1796971 3.9945009,0.1796971 C 4.0767647,0.1796971 4.0735166,0.1931814 4.0767607,0.2217128 C 4.0772056,0.22560256 4.0775993,0.2367955 4.0779143,0.2502285 L 4.1904423,0.2502285 C 4.1897218,0.2247246 4.1885131,0.2034135 4.1872533,0.1923112 C 4.180769,0.1352482 4.2032415,0.0806102 3.9946273,0.0806102 C 3.7860173,0.0806102 3.8084973,0.1352519 3.8020093,0.1923112 C 3.7998951,0.210886 3.7979423,0.2580317 3.7981431,0.3055672 C 3.7983479,0.3530987 3.7998951,0.4002483 3.8020093,0.4188232 C 3.8084975,0.4758823 3.7860172,0.5305242 3.9946273,0.5305242 C 4.2032453,0.53052026 4.1807653,0.4758825 4.1872533,0.4188232 C 4.1884856,0.4079689 4.1895249,0.3873704 4.1902218,0.3626382 L 4.0779308,0.36263426 L 4.07793,0.362634 z "
style="fill:black" id="_58891200"/>
<polygon
points="2.74362,0.0920197 2.63384,0.412776 2.52403,0.0920197 2.35977,0.0911654 2.35977,0.521709 2.46957,0.521709 2.46957,0.200953 2.57936,0.521709 2.68916,0.521709 2.79809,0.200953 2.79809,0.521709 2.90789,0.521709 2.90789,0.0911654 2.74362,0.0920197 "
style="fill:black" id="_58970040"/>
<polygon
points="4.21508,0.0911654 4.53065,0.0911654 4.53065,0.200953 4.42776,0.200953 4.42776,0.521709 4.31797,0.521709 4.31797,0.200953 4.21508,0.200953 4.21508,0.0911654 "
style="fill:black" id="_58970272"/>
<polygon
points="3.3687,0.521709 3.49463,0.0907362 3.65831,0.0907362 3.78454,0.521709 3.67475,0.521709 3.64881,0.432654 3.50474,0.432654 3.52515,0.362634 3.62806,0.362634 3.57705,0.187122 3.47849,0.521709 3.3687,0.521709 "
style="fill:black" id="_58883592"/>
<path
d="M 2.09535,0.179697 C 2.1776098,0.179697 2.1743657,0.1931813 2.1776098,0.2217127 C 2.1786649,0.23099616 2.1794405,0.2817993 2.1795429,0.305567 C 2.1796452,0.3293347 2.1786649,0.3801339 2.1776098,0.3894213 C 2.1743657,0.4179449 2.1776098,0.431437 2.09535,0.431437 C 2.0130902,0.43143306 2.0163343,0.4179488 2.0130902,0.3894213 C 2.0120351,0.38012996 2.0110587,0.3293347 2.0111571,0.305567 C 2.0112595,0.2817993 2.0120351,0.2310001 2.0130902,0.2217127 C 2.0163343,0.1931812 2.0130902,0.179697 2.09535,0.179697 L 2.0954799,0.0806104 C 1.8868659,0.0806104 1.9093419,0.1352521 1.9028579,0.1923114 C 1.9007477,0.2108862 1.898791,0.2580319 1.8989918,0.3055674 C 1.8991965,0.3530989 1.9007438,0.4002485 1.9028579,0.4188234 C 1.9093422,0.4758825 1.8868658,0.5305244 2.0954799,0.5305244 C 2.3040899,0.53052046 2.2816099,0.4758827 2.2881019,0.4188234 C 2.2902122,0.4002486 2.2917633,0.3531029 2.2919641,0.3055674 C 2.2921649,0.258028 2.2902122,0.2108863 2.2881019,0.1923114 C 2.2816137,0.1352484 2.3040901,0.0806104 2.0954799,0.0806104 L 2.09535,0.179697 L 2.09535,0.179697 z "
style="fill:black" id="_56724008"/>
<path
d="M 1.72463,0.362634 C 1.7242993,0.3752915 1.7238859,0.385697 1.7234607,0.3894214 C 1.7202206,0.417945 1.7234607,0.4314371 1.6412009,0.4314371 C 1.558945,0.43143316 1.5621891,0.4179489 1.558945,0.3894214 C 1.5578899,0.38013006 1.5569096,0.3293348 1.5570119,0.3055671 C 1.5571104,0.2817994 1.557886,0.2310002 1.558945,0.2217128 C 1.5621891,0.1931813 1.558945,0.1796971 1.6412009,0.1796971 C 1.7234647,0.1796971 1.7202206,0.1931814 1.7234607,0.2217128 C 1.7239056,0.22560256 1.7242993,0.2367955 1.7246143,0.2502285 L 1.8371423,0.2502285 C 1.8364218,0.2247246 1.8352131,0.2034135 1.8339533,0.1923112 C 1.8274651,0.1352482 1.8499415,0.0806102 1.6413313,0.0806102 C 1.4327213,0.0806102 1.4551973,0.1352519 1.4487093,0.1923112 C 1.4465951,0.210886 1.4446423,0.2580317 1.4448471,0.3055672 C 1.4450518,0.3530987 1.4465951,0.4002483 1.4487093,0.4188232 C 1.4551975,0.4758823 1.4327211,0.5305242 1.6413313,0.5305242 C 1.8499413,0.53052026 1.8274653,0.4758825 1.8339533,0.4188232 C 1.8351856,0.4079689 1.8362249,0.3873704 1.8369218,0.3626382 L 1.7246308,0.36263426 L 1.72463,0.362634 z "
style="fill:black" id="_41447016"/>
<path
d="M 3.17523,0.42324 L 3.108608,0.42320457 L 3.108608,0.32499197 L 3.1752143,0.32459039 C 3.2574702,0.32459039 3.254919,0.31111009 3.2581631,0.28257859 C 3.2592222,0.27328725 3.2589977,0.28092111 3.2588993,0.25714949 C 3.2588009,0.23338569 3.2592182,0.24154709 3.2581631,0.23225969 C 3.254919,0.20372819 3.2574702,0.19023999 3.1752103,0.19023999 L 3.1085725,0.19041322 L 3.1086867,0.52127922 L 2.9986747,0.52127922 L 2.9986747,0.09116522 L 3.1752297,0.091161283 C 3.3838357,0.091161283 3.3609737,0.14594478 3.3686507,0.20285828 C 3.3695641,0.20959844 3.3695601,0.24072438 3.3695601,0.25749998 C 3.3695641,0.27098028 3.3695601,0.30211018 3.3686507,0.31197638 C 3.363379,0.36916538 3.3838357,0.42324038 3.1752297,0.42324038 L 3.17523,0.42324 z "
style="fill:black" id="_58015624"/>
<path
d="M 4.33798,2.45691 C 4.4202438,2.45691 4.4169997,2.4703982 4.4202398,2.4989297 C 4.4212989,2.5082171 4.4220705,2.5590163 4.4221729,2.582784 C 4.4222792,2.6065478 4.4212989,2.6573509 4.4202398,2.6666383 C 4.4169996,2.6951659 4.4202398,2.708658 4.33798,2.708658 C 4.2557241,2.7086541 4.2589682,2.6951698 4.2557202,2.6666383 C 4.254669,2.6573509 4.2536887,2.6065517 4.2537911,2.582784 C 4.2538895,2.5590123 4.2546651,2.5082171 4.2557202,2.4989297 C 4.2589682,2.4703943 4.2557202,2.456914 4.33798,2.456914 L 4.3381099,2.3578274 C 4.1294999,2.3578274 4.1519759,2.4124691 4.1454879,2.4695284 C 4.1433738,2.4881032 4.141421,2.5352489 4.1416257,2.5827844 C 4.1418265,2.6303198 4.1433738,2.6774655 4.1454879,2.6960404 C 4.1519761,2.7530995 4.1294997,2.8077414 4.3381099,2.8077414 C 4.5467239,2.8077414 4.5242439,2.7530997 4.5307319,2.6960404 C 4.5328422,2.6774617 4.5343933,2.6303199 4.5345941,2.5827844 C 4.5347988,2.535249 4.5328422,2.4881033 4.5307319,2.4695284 C 4.5242477,2.4124654 4.5467201,2.3578274 4.3381099,2.3578274 L 4.33798,2.4569101 L 4.33798,2.45691 z "
style="fill:black" id="_57445664"/>
<polygon
points="2.60022,2.79476 2.72614,2.36379 2.88982,2.36379 3.01605,2.79476 2.90626,2.79476 2.88032,2.7057 2.73625,2.7057 2.75666,2.63569 2.85957,2.63569 2.80856,2.46017 2.71,2.79476 2.60022,2.79476 "
style="fill:black" id="_59576224"/>
<polygon
points="1.68525,2.79476 1.81119,2.36379 1.97487,2.36379 2.10109,2.79476 1.9913,2.79476 1.96536,2.7057 1.8213,2.7057 1.84171,2.63569 1.94461,2.63569 1.8936,2.46017 1.79504,2.79476 1.68525,2.79476 "
style="fill:black" id="_58032096"/>
<polygon points="0.673484,2.36839 0.673484,2.79893 0.563681,2.79893 0.563681,2.36839 0.673484,2.36839 "
style="fill:black" id="_58425352"/>
<polygon points="1.31582,2.36839 1.31582,2.79893 1.20603,2.79893 1.20603,2.36839 1.31582,2.36839 "
style="fill:black" id="_58600816"/>
<polygon
points="1.37418,2.36839 1.68975,2.36839 1.68975,2.47817 1.58686,2.47817 1.58686,2.79893 1.47707,2.79893 1.47707,2.47817 1.37418,2.47817 1.37418,2.36839 "
style="fill:black" id="_58000040"/>
<polygon
points="2.27072,2.69 2.27072,2.36839 2.16092,2.36839 2.16092,2.79936 2.4445,2.79936 2.4445,2.69 2.27072,2.69 "
style="fill:black" id="_58350728"/>
<polygon points="4.07545,2.36839 4.07545,2.79893 3.96567,2.79893 3.96567,2.36839 4.07545,2.36839 "
style="fill:black" id="_57461944"/>
<path
d="M 3.64276,2.36864 L 3.7024096,2.36864 C 3.9110236,2.36864 3.8885436,2.4235376 3.8950316,2.480597 C 3.8971458,2.4991718 3.8990985,2.5324828 3.8988977,2.5800183 C 3.898697,2.6275537 3.8971418,2.6686561 3.8950316,2.6872313 C 3.8885474,2.7442904 3.9110237,2.7989323 3.7024096,2.7989323 L 3.5109096,2.7989284 L 3.5109096,2.3686414 L 3.6427596,2.3686414 L 3.6410273,2.4675823 L 3.6211454,2.4674563 L 3.6211454,2.7007163 L 3.7022871,2.6998462 C 3.784543,2.6998462 3.7812989,2.686358 3.784543,2.6578305 C 3.7855981,2.6485392 3.7865784,2.6037872 3.7864761,2.5800195 C 3.7863737,2.5562518 3.7855981,2.5192872 3.784543,2.5099998 C 3.7812989,2.4814683 3.784543,2.4679841 3.7022832,2.4679841 L 3.6410273,2.4675825 L 3.6427596,2.3686416 L 3.64276,2.36864 z "
style="fill:black" id="_58073544"/>
<path
d="M 3.43884,2.58279 L 3.4387298,2.368384 L 3.3265368,2.368384 L 3.3265407,2.58279 C 3.3266391,2.6065538 3.3256588,2.6573569 3.3246037,2.6666443 C 3.3213596,2.6951719 3.3246037,2.708664 3.2423439,2.708664 C 3.160088,2.7086601 3.1633282,2.6951758 3.1600841,2.6666443 C 3.159029,2.6573569 3.158214,2.6065577 3.1583164,2.58279 L 3.1584817,2.368388 L 3.0459857,2.368388 L 3.0459857,2.58279 C 3.0461904,2.6303254 3.0477377,2.6774711 3.0498519,2.696046 C 3.0563401,2.7531051 3.0338598,2.807747 3.2424739,2.807747 C 3.4510879,2.807747 3.4286079,2.7531053 3.4350959,2.696046 C 3.4372061,2.6774673 3.4386392,2.6303255 3.43884,2.58279 L 3.43884,2.58279 z "
style="fill:black" id="_59567632"/>
<path
d="M 1.02289,2.63986 C 1.0225554,2.6525135 1.0221459,2.6629191 1.0217207,2.6666435 C 1.0184766,2.6951711 1.0217207,2.7086632 0.93946091,2.7086632 C 0.85720111,2.7086593 0.86044521,2.695175 0.85720111,2.6666435 C 0.85614599,2.6573561 0.85516961,2.6065569 0.85526804,2.5827892 C 0.8553704,2.5590175 0.85614599,2.5082223 0.85720111,2.4989349 C 0.8604452,2.4703995 0.85720111,2.4569192 0.93946091,2.4569192 C 1.0217207,2.4569153 1.0184766,2.4704035 1.0217207,2.4989349 C 1.0221656,2.5028286 1.0225554,2.5001829 1.0228703,2.5136199 L 1.1354013,2.513616 C 1.1346769,2.4881121 1.1334722,2.4806396 1.1322084,2.4695333 C 1.1257242,2.4124703 1.1482005,2.3578323 0.93958641,2.3578323 C 0.73097641,2.3578323 0.75345241,2.412474 0.74696841,2.4695333 C 0.74485817,2.4881081 0.74290148,2.5352538 0.74310227,2.5827893 C 0.74330699,2.6303247 0.74485424,2.6774704 0.74696841,2.6960453 C 0.75345266,2.7531044 0.73097231,2.8077463 0.93958641,2.8077463 C 1.1482004,2.8077463 1.1257204,2.7531046 1.1322084,2.6960453 C 1.1334446,2.685191 1.134484,2.6645925 1.1351769,2.6398603 L 1.0228899,2.6398603 L 1.02289,2.63986 z "
style="fill:black" id="_57960072"/>
<polygon points="0.939323,2.57069 0.939323,2.63986 1.13517,2.63986 1.13517,2.57069 0.939323,2.57069 "
style="fill:black" id="_58020624"/>
<path
d="M 0.237307,2.36864 L 0.2969605,2.36864 C 0.5055745,2.36864 0.4830985,2.4235376 0.4895825,2.480597 C 0.49169667,2.4991718 0.49364943,2.5324828 0.4934447,2.5800183 C 0.49324391,2.6275537 0.49169667,2.6686561 0.4895825,2.6872313 C 0.48309825,2.7442904 0.5055746,2.7989323 0.2969605,2.7989323 L 0.1054605,2.7989284 L 0.1054605,2.3686414 L 0.2373065,2.3686414 L 0.23557815,2.4675823 L 0.21569235,2.4674563 L 0.21569235,2.7007163 L 0.29683405,2.6998462 C 0.37909385,2.6998462 0.37584975,2.686358 0.37909385,2.6578305 C 0.38014897,2.6485392 0.38112535,2.6037872 0.38102692,2.5800195 C 0.38092456,2.5562518 0.38014897,2.5192872 0.37909385,2.5099998 C 0.37584976,2.4814683 0.37909385,2.4679841 0.29683405,2.4679841 L 0.23557815,2.4675825 L 0.2373065,2.3686416 L 0.237307,2.36864 z "
style="fill:black" id="_58013624"/>
<path
d="M 1.03998,2.14289 L 0.35272,2.1420908 C 0.2532751,2.1420908 0.172669,2.0614727 0.172669,1.9620438 L 0.172669,0.91593379 C 0.172669,0.81649289 0.2532753,0.73589079 0.35272,0.73589079 L 0.782846,0.7354026 C 0.8345035,0.7354026 0.8763854,0.6935325 0.8763854,0.6418672 L 0.87764524,0.2236072 C 0.87764524,0.2019576 0.89520034,0.1844064 0.91684604,0.1844064 L 1.169007,0.18440246 C 1.1906527,0.18440246 1.2082196,0.20196156 1.2082196,0.22360716 L 1.2108062,2.1038272 C 1.2108062,2.1254729 1.1932511,2.1430437 1.1716054,2.1430437 L 1.0399794,2.1428862 L 1.0367747,2.2363114 L 1.2087747,2.2362602 C 1.2604243,2.2362602 1.3023101,2.1943901 1.3023101,2.1427248 L 1.3023101,0.1836548 C 1.3023101,0.1320013 1.2604243,0.0901312 1.2087707,0.0901312 L 0.87794773,0.0901312 C 0.82629813,0.0901312 0.78441233,0.1320052 0.78441233,0.1836548 L 0.78488083,0.6029658 C 0.78488083,0.6246154 0.76732573,0.6421823 0.74566433,0.6421823 L 0.35271933,0.64146183 C 0.20112533,0.64146183 0.078231334,0.76433983 0.078231334,0.91593383 L 0.078235271,1.9620338 C 0.078235271,2.1136128 0.20112527,2.2365058 0.35271927,2.2365058 L 1.0367743,2.236305 L 1.039979,2.1428798 L 1.03998,2.14289 z "
style="fill:black" id="_58347016"/>
<path
d="M 0.784394,1.75785 L 0.784394,1.081067 C 0.784394,1.0243583 0.7384137,0.978378 0.681685,0.978378 C 0.6249724,0.978378 0.578992,1.0243583 0.578992,1.081071 L 0.578992,1.811618 C 0.578992,1.8683345 0.6249723,1.914331 0.681685,1.914331 C 0.7384133,1.914331 0.784394,1.8683349 0.784394,1.811622 L 0.784394,1.7578503 L 0.8777523,1.7610472 L 0.8777523,1.8116181 C 0.8777523,1.9198941 0.7899688,2.0076731 0.6816853,2.0076731 C 0.5734173,2.0076731 0.4856343,1.9198936 0.4856343,1.8116221 L 0.4856343,1.0810671 C 0.4856343,0.97279905 0.5734178,0.88502005 0.6816853,0.88502005 C 0.7899683,0.88501611 0.8777523,0.97280355 0.8777523,1.0810711 L 0.8777523,1.7610471 L 0.784394,1.7578502 L 0.784394,1.75785 z "
style="fill:black" id="_57376136"/>
<path
d="M 1.69319,2.14289 L 1.564564,2.1428939 C 1.5429026,2.1428939 1.5253475,2.1253309 1.5253475,2.1036813 L 1.5269262,0.77594134 C 1.5269262,0.75427994 1.5444774,0.73672874 1.5661388,0.73672874 L 1.8182998,0.73672874 C 1.8399612,0.73672874 1.8575124,0.75427994 1.8575124,0.77594524 L 1.860099,2.1036652 C 1.860099,2.1253306 1.8425478,2.1428817 1.8208982,2.1428817 L 1.6931892,2.1428896 L 1.6931892,2.235929 L 1.8580672,2.2361022 C 1.9097327,2.2361022 1.9516026,2.1942321 1.9516026,2.1425786 L 1.9516026,0.73598864 C 1.9516026,0.68433904 1.9097326,0.64245324 1.8580672,0.64245324 L 1.5272282,0.6424493 C 1.4755747,0.6424493 1.4337046,0.6843391 1.4337046,0.7359926 L 1.4335117,2.1422126 C 1.4335117,2.193878 1.4750629,2.235752 1.5267164,2.235752 L 1.6931884,2.2359213 L 1.6931884,2.1428819 L 1.69319,2.14289 z "
style="fill:black" id="_58888648"/>
<path
d="M 2.88114,0.997976 L 2.604124,0.99759805 C 2.5188838,0.99759805 2.449762,1.06672 2.449762,1.15196 C 2.449762,1.237208 2.518884,1.306318 2.60412,1.306318 L 2.983659,1.3073574 C 3.0830881,1.3073574 3.163706,1.3879755 3.163706,1.4874044 L 3.1624344,1.9599004 C 3.1624344,2.0593492 3.0818124,2.1399514 2.9823874,2.1399514 L 2.2289624,2.1413215 C 2.2073128,2.1413215 2.1897459,2.1237546 2.1897459,2.102105 L 2.1897498,1.919109 C 2.1897498,1.8974476 2.2073128,1.8798925 2.2289624,1.8798925 L 2.7424424,1.8782193 C 2.8276983,1.8782193 2.8968164,1.809113 2.8968164,1.7238613 C 2.8968164,1.6386093 2.8276944,1.5695033 2.7424424,1.5695033 L 2.3706944,1.5680348 C 2.2712653,1.5680348 2.1906474,1.4874167 2.1906474,1.3879878 L 2.1906474,0.91594077 C 2.1906474,0.81649987 2.2712616,0.73589777 2.3706944,0.73589777 L 3.0690884,0.73263005 C 3.090738,0.73263005 3.1082931,0.75020095 3.1082931,0.77185055 L 3.1083049,0.95901555 C 3.1083049,0.98066515 3.0907537,0.99823605 3.0690884,0.99823605 L 2.8811394,0.9979762 L 2.8779347,1.0899998 L 3.1076437,1.0900707 C 3.1592933,1.0900707 3.2011791,1.0485195 3.2011791,0.99686597 L 3.2015255,0.73468097 C 3.2015255,0.68301167 3.1596515,0.64114157 3.1079861,0.64114157 L 2.3706951,0.64147228 C 2.2191121,0.64147228 2.0962231,0.76435028 2.0962231,0.91594428 L 2.0962271,1.3879833 C 2.0962271,1.5395663 2.2191131,1.6624553 2.3706961,1.6624553 L 2.7424441,1.6618214 C 2.7767236,1.6618214 2.8044953,1.689597 2.8044953,1.7238608 C 2.8044992,1.7581364 2.7767197,1.7859159 2.7424441,1.7859159 L 2.1890151,1.7858057 C 2.1373616,1.7858057 2.0954915,1.8276758 2.0954915,1.8793411 L 2.0954915,2.1409981 C 2.0954915,2.1926635 2.1373616,2.2345375 2.1890151,2.2345375 L 2.9823891,2.2343721 C 3.1339641,2.2343721 3.2568581,2.1114981 3.2568581,1.9599031 L 3.2581297,1.4873991 C 3.2581297,1.3358201 3.1352397,1.2129341 2.9836577,1.2129341 L 2.6041267,1.2140089 C 2.569859,1.2140089 2.5420834,1.1862333 2.5420834,1.1519577 C 2.5420874,1.11769 2.569859,1.0899183 2.6041228,1.0899183 L 2.8779378,1.0899971 L 2.8811425,0.99797347 L 2.88114,0.997976 z "
style="fill:black" id="_58404952"/>
<path
d="M 4.27723,1.25756 L 4.396206,1.25756 C 4.4178674,1.25756 4.4354186,1.2400128 4.4354186,1.2183474 L 4.4349225,0.9159454 C 4.4349225,0.8165045 4.3543201,0.7359024 4.2548755,0.7359024 L 3.6596555,0.73589846 C 3.5602106,0.73589846 3.4795925,0.81650476 3.4795925,0.91594946 L 3.4795925,1.9620495 C 3.4795925,2.0614786 3.5602067,2.1420965 3.6596515,2.1420965 L 4.2548755,2.1420965 C 4.3543204,2.1420965 4.4349225,2.0614784 4.4349225,1.9620495 L 4.4354225,1.6745215 C 4.4354225,1.6528601 4.4178634,1.635305 4.396206,1.635305 L 4.171659,1.635305 C 4.1500094,1.635305 4.1324543,1.6528601 4.1324543,1.6745215 L 4.1337181,1.8116155 C 4.1337181,1.9198915 4.0655331,2.0076705 3.9572651,2.0076705 C 3.8489821,2.0076705 3.7808121,1.919891 3.7808121,1.8116195 L 3.7808121,1.0810645 C 3.7808121,0.97279646 3.8489775,0.88501746 3.9572651,0.88501746 C 4.0655331,0.88501353 4.1337141,0.97280096 4.1337141,1.0810685 L 4.1324543,1.2183445 C 4.1324543,1.2400059 4.1500094,1.257561 4.171659,1.257561 L 4.27723,1.257557 L 4.2740253,1.3518326 L 4.1327653,1.3518326 C 4.0811118,1.3518326 4.0392259,1.3099468 4.0392259,1.2582932 L 4.0403558,1.0810652 C 4.0403558,1.0243565 4.0139778,0.97837623 3.9572652,0.97837623 C 3.9005369,0.97837623 3.874155,1.0243565 3.874155,1.0810692 L 3.8741589,1.8116162 C 3.8741589,1.8683327 3.9005329,1.9143292 3.9572652,1.9143292 C 4.0139778,1.9143292 4.0403558,1.8683331 4.0403558,1.8116202 L 4.0392259,1.6345732 C 4.0392259,1.5829197 4.0811078,1.5410338 4.1327613,1.5410338 L 4.4359743,1.5410338 C 4.4876436,1.5410338 4.5295137,1.5829236 4.5295137,1.6345732 L 4.5293444,1.9620492 C 4.5293444,2.1136282 4.4064704,2.2365212 4.2548754,2.2365212 L 3.6596554,2.2365173 C 3.5080614,2.2365173 3.3851674,2.1136313 3.3851674,1.9620483 L 3.3851713,0.91593829 C 3.3851713,0.76434729 3.5080613,0.64147329 3.6596513,0.64147329 L 4.2548753,0.64146935 C 4.4064693,0.64146935 4.5293443,0.76434735 4.5293443,0.91594135 L 4.5295136,1.2582874 C 4.5295136,1.309937 4.4876396,1.3518268 4.4359742,1.3518268 L 4.2740252,1.3518268 L 4.27723,1.2575512 L 4.27723,1.25756 z "
style="fill:black" id="_58831872"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
id="svg2484" viewBox="0 0 4.4973708 3.3205473" height="3.3205473in" width="4.4973707in" version="1.0"><metadata
id="metadata33"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs2486">
<style id="style2488" type="text/css"/>
</defs>
<g transform="translate(-0.05131919,-0.039724)" id="Layer_x0020_1">
<g id="_59007160">
<path id="_120344872" transform="scale(0.01041667)"
d="m 16.751953,227.91992 c -6.259297,0 -11.3378905,5.07675 -11.3378905,11.33789 v 71.99024 c 0,6.26116 5.0781715,11.33789 11.3378905,11.33789 H 423.41016 c 6.25965,0 11.33789,-5.07638 11.33789,-11.33789 v -71.99024 c 0,-6.26154 -5.07819,-11.33789 -11.33789,-11.33789 z m 5.183594,13.37696 h 6.619141 V 311.375 h -6.619141 z m 296.179683,0 h 6.42383 v 8.6621 h -6.42383 z m -223.982418,5.64453 h 5.839844 v 14.01562 h 9.441404 v 4.86719 h -9.441404 v 34.55273 c 0,4.96404 0.194024,7.10547 5.060544,7.10547 1.55755,0 3.21199,-0.29235 4.76953,-0.68164 v 4.76953 c -1.36251,0.29178 -3.89229,1.16797 -6.71484,1.16797 -5.742622,0 -8.955069,-2.53136 -8.955078,-10.02539 v -36.88867 h -7.105468 v -4.86719 h 7.105468 z m 202.292968,0 h 5.83789 v 14.01562 h 9.44336 v 4.86719 h -9.44336 v 34.55273 c 0,4.96404 0.19598,7.10547 5.0625,7.10547 1.55754,0 3.21237,-0.29235 4.76953,-0.68164 v 4.76953 c -1.36252,0.29178 -3.89424,1.16797 -6.71679,1.16797 -5.74227,0 -8.95508,-2.53136 -8.95508,-10.02539 l 0.002,-36.88867 h -7.10547 v -4.86719 h 7.10547 z M 63.966797,259.5957 c 6.131922,0 11.777745,1.94528 15.378906,7.20118 2.433648,3.60113 2.529297,7.39683 2.529297,11.58203 V 311.375 h -5.837891 v -32.89844 c 0,-9.05159 -3.699223,-13.625 -13.042968,-13.625 -7.202293,0 -12.166281,4.67137 -14.015625,9.83008 -1.167888,3.21147 -1.265625,6.03506 -1.265625,9.53906 v 27.1543 h -5.839844 v -50.41797 h 5.839844 v 7.00781 c 4.671887,-4.96365 9.246262,-8.36914 16.253906,-8.36914 z m 71.808593,0 c 13.82109,0 22.28856,9.83004 22.19141,27.9336 h -39.12696 c -0.0975,10.90089 5.74253,19.95312 16.93555,19.95312 7.59194,0 13.52749,-4.18665 15.2793,-11.58398 h 6.52148 c -2.92006,9.53839 -8.95306,16.83984 -21.80078,16.83984 -16.1567,0 -23.16601,-11.48524 -23.16601,-26.37695 0,-14.6971 8.76111,-26.76563 23.16601,-26.76563 z m 52.45313,0 v 6.32618 c -13.13958,-0.29185 -16.64258,9.43986 -16.64258,20.73046 V 311.375 h -5.83985 v -50.41797 h 5.83985 v 9.44141 h 0.19336 c 3.21184,-8.07842 7.98147,-10.80274 16.44922,-10.80274 z m 26.25976,0 c 10.21987,0 18.29688,3.99046 18.29688,15.66992 v 27.44727 c 0,4.57474 1.16878,5.64477 6.13281,3.89258 v 4.57422 c -0.8761,0.29215 -2.9215,0.97461 -4.57617,0.97461 -0.97323,0 -1.75086,-0.0983 -2.62696,-0.29297 -3.89291,-0.58394 -4.57435,-3.99014 -4.67187,-7.49414 -4.86615,5.45046 -11.48541,8.37109 -18.78516,8.37109 -8.85732,0 -16.83789,-4.77087 -16.83789,-14.5039 0,-8.46809 5.84017,-13.62609 17.61719,-15.1836 l 8.07812,-1.07031 c 2.14115,-0.19465 5.743,-0.77858 7.68946,-1.6543 1.94683,-0.87609 2.14062,-3.50367 2.14062,-5.25586 0,-5.93688 -3.50308,-10.21875 -12.55469,-10.21875 -8.07836,0 -13.62657,2.62691 -14.69726,11.38672 h -5.9375 c 0.8761,-11.87414 9.73399,-16.64258 20.73242,-16.64258 z m 50.4082,0 c 11.58244,0 19.17359,5.54663 20.92579,17.22657 h -5.93555 c -2.04435,-7.49447 -7.20397,-11.97071 -14.99024,-11.97071 -11.97091,0 -16.93554,10.9005 -16.93554,21.41211 3.7e-4,10.60919 4.86709,21.21875 16.93554,21.21875 8.66235,0 14.11404,-5.15913 15.47657,-13.5293 h 6.22851 c -2.04435,11.19278 -9.05236,18.78516 -21.70508,18.78516 -16.05888,0 -23.16406,-11.58286 -23.16406,-26.47461 0,-14.01561 8.07849,-26.66797 23.16406,-26.66797 z m 135.65235,0 c 13.82102,0 22.28894,9.83011 22.1914,27.9336 h -39.12695 c -0.0971,10.90089 5.74252,19.95312 16.93555,19.95312 7.59194,0 13.52944,-4.18665 15.28125,-11.58398 h 6.52148 c -2.91968,9.53839 -8.95502,16.83984 -21.80273,16.83984 -16.15671,0 -23.16406,-11.48524 -23.16406,-26.37695 0,-14.69703 8.75916,-26.76563 23.16406,-26.76563 z m -82.14258,1.36133 h 5.83984 V 311.375 h -5.83984 z m 11.48047,0 h 6.32617 l 16.35156,43.21485 16.35157,-43.21485 h 6.32617 L 355.67773,311.375 h -6.52148 z m -194.11133,3.89453 c -10.31702,0 -15.76732,8.2722 -16.93555,17.81055 h 32.89649 c 0,-9.83059 -5.4489,-17.81055 -15.96094,-17.81055 z m 264.77344,0 c -10.31664,0 -15.76732,8.2722 -16.93555,17.81055 h 32.89844 c 0,-9.83059 -5.45124,-17.81055 -15.96289,-17.81055 z m -173.60352,20.04883 c -4.96403,2.04435 -10.02472,2.43298 -15.08593,2.82227 -8.857,0.68107 -14.21094,3.89363 -14.21094,10.70703 0,6.13153 5.35439,9.05273 10.90234,9.05273 9.24662,0 18.39453,-4.47747 18.39453,-14.69726 z"
style="fill:#000000;stroke-width:96"/>
<path id="_59759256" style="fill:#000000"
d="m 4.09139,0.324598 c -3.386e-4,0.0127874 -7.52e-4,0.0232913 -0.00118,0.0270551 -0.00328,0.0288189 0,0.0424409 -0.083094,0.0424409 -0.083091,0 -0.079811,-0.013622 -0.083091,-0.0424409 -0.00106,-0.009382 -0.00205,-0.0606929 -0.00195,-0.0847008 9.84e-5,-0.0240079 8.819e-4,-0.0753189 0.00195,-0.0846969 0.00328,-0.0288228 0,-0.0424449 0.083091,-0.0424449 0.083094,0 0.079815,0.013626 0.083094,0.0424449 4.449e-4,0.003925 8.425e-4,0.0152323 0.00116,0.0288031 l 0.113665,-3.94e-6 c -7.322e-4,-0.0257598 -0.00195,-0.0472835 -0.00322,-0.0585 -0.00655,-0.0576378 0.016153,-0.112827 -0.194567,-0.112827 -0.210717,-3.93e-6 -0.188012,0.055189 -0.194567,0.112827 -0.00213,0.0187598 -0.00411,0.0663819 -0.0039,0.114398 2.047e-4,0.0480157 0.00177,0.0956378 0.0039,0.114402 0.00656,0.0576339 -0.01615,0.112827 0.194567,0.112827 0.210724,-3.93e-6 0.188016,-0.0551929 0.194567,-0.112827 0.00125,-0.0109646 0.0023,-0.0317717 0.003,-0.056752 z"/>
<polygon id="_59358120" style="fill:#000000"
points="2.35589,0.48528 2.4668,0.48528 2.4668,0.161283 2.5777,0.48528 2.68861,0.48528 2.79864,0.161283 2.79864,0.48528 2.90954,0.48528 2.90954,0.0503858 2.74361,0.051252 2.63272,0.375244 2.52181,0.051252 2.35589,0.0503858 "/>
<polygon id="_58923920" style="fill:#000000"
points="4.44476,0.48528 4.33386,0.48528 4.33386,0.161283 4.22993,0.161283 4.22993,0.0503858 4.54869,0.0503858 4.54869,0.161283 4.44476,0.161283 "/>
<polygon id="_59357072" style="fill:#000000"
points="3.68414,0.48528 3.65794,0.395323 3.51242,0.395323 3.53304,0.324598 3.63698,0.324598 3.58546,0.147311 3.4859,0.48528 3.375,0.48528 3.5022,0.0499567 3.66754,0.0499567 3.79504,0.48528 "/>
<path id="_119970072" style="fill:#000000"
d="m 2.0888,0.139811 c 0.083095,0 0.079815,0.013626 0.083095,0.0424449 0.00107,0.009378 0.00185,0.060689 0.00195,0.0846969 1.024e-4,0.0240079 -8.858e-4,0.0753189 -0.00195,0.0847008 -0.00328,0.0288189 0,0.0424409 -0.083095,0.0424409 -0.083087,0 -0.079815,-0.013622 -0.083091,-0.0424409 -0.00106,-0.009382 -0.00205,-0.0606929 -0.00195,-0.0847008 1.023e-4,-0.0240079 8.819e-4,-0.0753189 0.00195,-0.0846969 0.00328,-0.0288228 0,-0.0424449 0.083091,-0.0424449 l 1.299e-4,-0.100087 c -0.210717,0 -0.188012,0.0551929 -0.194567,0.112831 -0.00213,0.0187598 -0.00411,0.0663819 -0.0039,0.114398 2.047e-4,0.0480157 0.00177,0.0956378 0.0039,0.114402 0.00656,0.0576339 -0.01615,0.112827 0.194567,0.112827 0.21072,-3.94e-6 0.188016,-0.0551929 0.194567,-0.112827 0.00213,-0.0187638 0.0037,-0.0663858 0.0039,-0.114402 2.047e-4,-0.0480157 -0.00177,-0.0956339 -0.0039,-0.114398 -0.00655,-0.0576378 0.016154,-0.112827 -0.194567,-0.112827 z"/>
<path id="_60339936" style="fill:#000000"
d="m 1.71434,0.324598 c -3.386e-4,0.0127874 -7.52e-4,0.0232913 -0.00118,0.0270551 -0.00328,0.0288189 0,0.0424409 -0.083091,0.0424409 -0.083087,0 -0.079811,-0.013622 -0.083091,-0.0424409 -0.00106,-0.009382 -0.00205,-0.0606929 -0.00195,-0.0847008 9.84e-5,-0.0240079 8.858e-4,-0.0753189 0.00195,-0.0846969 0.00328,-0.0288228 0,-0.0424449 0.083091,-0.0424449 0.083091,0 0.079815,0.013626 0.083091,0.0424449 4.488e-4,0.003925 8.425e-4,0.0152323 0.00116,0.0288031 l 0.113669,-3.94e-6 c -7.323e-4,-0.0257598 -0.00195,-0.0472835 -0.00322,-0.0585 -0.00655,-0.0576378 0.01615,-0.112827 -0.194567,-0.112827 -0.210717,-3.93e-6 -0.188012,0.055189 -0.194567,0.112827 -0.00213,0.0187598 -0.00411,0.0663819 -0.0039,0.114398 2.048e-4,0.0480157 0.00177,0.0956378 0.0039,0.114402 0.00656,0.0576339 -0.01615,0.112827 0.194567,0.112827 0.21072,-3.93e-6 0.188012,-0.0551929 0.194567,-0.112827 0.00124,-0.0109646 0.0023,-0.0317717 0.003,-0.056752 l -0.113421,-3.93e-6 z"/>
<path id="_59963744" style="fill:#000000"
d="m 3.17957,0.385815 -0.067291,-3.543e-5 v -0.0992008 l 0.067276,-4.0552e-4 c 0.083095,0 0.080516,-0.013622 0.083791,-0.0424409 0.00107,-0.009386 8.465e-4,-0.001673 7.441e-4,-0.0256811 -1.024e-4,-0.0240079 3.228e-4,-0.0157638 -7.441e-4,-0.0251417 -0.00328,-0.0288189 -7.008e-4,-0.0424488 -0.083791,-0.0424488 l -0.067311,1.7717e-4 1.142e-4,0.334209 h -0.111122 v -0.434461 l 0.178335,-3.94e-6 c 0.210724,0 0.187626,0.0553386 0.195378,0.112827 9.212e-4,0.006811 9.212e-4,0.038248 9.212e-4,0.0551969 0,0.0136181 0,0.0450551 -9.212e-4,0.0550236 -0.00532,0.0577598 0.015343,0.11239 -0.195378,0.112386 z"/>
<path id="_59947616" style="fill:#000000"
d="M 1.02277,2.12283 0.328573,2.1220229 c -0.100445,0 -0.181862,-0.081429 -0.181862,-0.181862 V 0.88349091 c 0,-0.100449 0.0814173,-0.181866 0.181862,-0.181866 l 0.434472,-4.9212e-4 c 0.0521772,0 0.0944843,-0.0422953 0.0944843,-0.0944803 l 0.001272,-0.422484 c 0,-0.0218661 0.0177283,-0.0395984 0.0395984,-0.0395984 h 0.2547006 c 0.02187,0 0.039614,0.0177323 0.039614,0.0396024 l 0.00261,1.89920001 c 0,0.021866 -0.017732,0.039614 -0.039594,0.039614 l -0.132961,-1.575e-4 -0.00323,0.094366 0.173736,-5.12e-5 c 0.052173,0 0.09448,-0.042291 0.09448,-0.09448 V 0.14381383 c 0,-0.0521693 -0.042307,-0.0944646 -0.094484,-0.0944646 l -0.33416099,-3.94e-6 c -0.0521732,0 -0.0944843,0.0422992 -0.0944843,0.0944724 l 4.7638e-4,0.423543 c 0,0.0218661 -0.0177323,0.0396142 -0.0396142,0.0396142 l -0.396913,-7.2835e-4 c -0.153122,0 -0.277256,0.124118 -0.277256,0.277244 l 3.93e-6,1.05665996 c 0,0.153106 0.12413001,0.27724 0.27725201,0.27724 l 0.69096497,-2.007e-4 0.00323,-0.094366 z"/>
<path id="_59263952" style="fill:#000000"
d="M 0.76461,1.73389 V 1.050276 c 0,-0.0572835 -0.0464449,-0.103728 -0.103748,-0.103728 -0.0572835,0 -0.103728,0.0464449 -0.103728,0.103732 v 0.737921 c 0,0.057291 0.0464409,0.103748 0.103728,0.103748 0.0573031,0 0.103748,-0.046457 0.103748,-0.103744 V 1.73389 l 0.0942992,0.00323 v 0.051079 c 0,0.109366 -0.0886693,0.198035 -0.198047,0.198035 -0.109358,0 -0.198028,-0.088669 -0.198028,-0.198031 V 1.050276 c 0,-0.10936202 0.0886693,-0.19802802 0.198028,-0.19802802 0.109378,-3.94e-6 0.198047,0.0886693 0.198047,0.19803102 V 1.737122 L 0.76461,1.7338897 Z"/>
<path id="_59378368" style="fill:#000000"
d="m 1.68258,2.12283 -0.129921,7.9e-6 c -0.021886,0 -0.039614,-0.017748 -0.039614,-0.039614 l 0.00159,-1.34114003 c 0,-0.0218819 0.017728,-0.0396102 0.039606,-0.0396102 H 1.80895 c 0.021878,0 0.03961,0.0177283 0.03961,0.0396102 L 1.85117,2.0832139 c 0,0.021882 -0.017732,0.039614 -0.039602,0.039614 l -0.128996,7.8e-6 v 0.09398 l 0.166543,1.733e-4 c 0.052189,0 0.09448,-0.042291 0.09448,-0.094468 V 0.70173078 c 0,-0.0521693 -0.042295,-0.0944803 -0.09448,-0.0944803 H 1.514938 c -0.052173,0 -0.094469,0.042311 -0.094469,0.0944803 L 1.4202812,2.1221608 c 0,0.052185 0.041972,0.09448 0.094146,0.09448 l 0.168154,1.771e-4 v -0.09398 z"/>
<path id="_59501248" style="fill:#000000"
d="M 2.88252,0.966354 2.602709,0.96597211 c -0.086098,0 -0.155921,0.0698189 -0.155921,0.15592099 0,0.08611 0.069819,0.155917 0.155917,0.155917 l 0.38337,0.00104 c 0.100433,0 0.181862,0.081437 0.181862,0.18187 l -0.00128,0.477268 c 0,0.100449 -0.081433,0.181866 -0.181866,0.181866 l -0.761028,0.00138 c -0.021866,0 -0.03961,-0.017744 -0.03961,-0.03961 v -0.184843 c 0,-0.021882 0.017744,-0.03961 0.03961,-0.03961 l 0.518665,-0.00169 c 0.08611,0 0.155929,-0.069803 0.155929,-0.155917 4e-6,-0.086114 -0.069819,-0.155917 -0.155933,-0.155917 l -0.3755,-0.00148 c -0.100433,0 -0.181866,-0.081429 -0.181866,-0.181862 V 0.88349575 c 0,-0.100449 0.081433,-0.181866 0.181866,-0.181866 l 0.705449,-0.003299 c 0.021866,0 0.039594,0.017748 0.039594,0.0396142 l 1.58e-5,0.189059 c 0,0.0218661 -0.017732,0.0396142 -0.039614,0.0396142 l -0.189846,-2.6378e-4 -0.00323,0.0929528 0.232024,7.08e-5 c 0.052169,0 0.09448,-0.041972 0.09448,-0.0941417 l 3.504e-4,-0.264839 c 0,-0.052189 -0.042295,-0.0944803 -0.094484,-0.0944803 l -0.744736,3.3464e-4 c -0.15311,0 -0.27724,0.124118 -0.27724,0.277244 V 1.3603025 c 0,0.153106 0.12413,0.27724 0.27724,0.27724 l 0.375504,-6.418e-4 c 0.034622,0 0.062677,0.028055 0.062677,0.062665 0,0.034622 -0.028055,0.062681 -0.062681,0.062681 l -0.559012,-1.141e-4 c -0.052177,0 -0.094469,0.042295 -0.094469,0.094484 v 0.264303 c 0,0.052185 0.042291,0.09448 0.094465,0.09448 l 0.801386,-1.693e-4 c 0.15311,0 0.277236,-0.124114 0.277236,-0.277236 l 0.00129,-0.477276 c 0,-0.153106 -0.12413,-0.27724 -0.27724,-0.27724 l -0.383366,0.00109 c -0.03461,0 -0.062669,-0.028059 -0.062669,-0.062681 0,-0.034614 0.028055,-0.062669 0.062665,-0.062669 l 0.276583,8.26e-5 0.00323,-0.0929528 z"/>
<path id="_59390680" style="fill:#000000"
d="m 4.29271,1.22856 h 0.120181 c 0.021878,0 0.039606,-0.017728 0.039606,-0.03961 l -5e-4,-0.305449 c 0,-0.100449 -0.081417,-0.181866 -0.181866,-0.181866 H 3.668899 c -0.100445,0 -0.181882,0.0814173 -0.181882,0.181866 v 1.05666 c 0,0.100437 0.081433,0.181866 0.181878,0.181866 h 0.601236 c 0.100449,0 0.181866,-0.081429 0.181866,-0.181862 l 5e-4,-0.290437 c 0,-0.021878 -0.017728,-0.039606 -0.03961,-0.039606 H 4.186072 c -0.021866,0 -0.039598,0.017728 -0.039598,0.03961 l 0.00128,0.138476 c 0,0.109366 -0.068874,0.198035 -0.178236,0.198035 -0.109374,0 -0.178228,-0.088669 -0.178228,-0.198031 V 1.050283 c 0,-0.109362 0.068854,-0.198028 0.178228,-0.198028 0.109366,-3.94e-6 0.178236,0.0886693 0.178236,0.198031 l -0.00127,0.138661 c 0,0.021882 0.017728,0.03961 0.039594,0.03961 h 0.106638 l -0.00323,0.09522 H 4.146793 c -0.052173,0 -0.094484,-0.042303 -0.094484,-0.094476 l 0.00115,-0.17902 c 0,-0.0572835 -0.02665,-0.103728 -0.083937,-0.103728 -0.057299,0 -0.083945,0.0464449 -0.083945,0.103732 v 0.737921 c 0,0.057291 0.026646,0.103748 0.083945,0.103748 0.057291,0 0.083933,-0.046457 0.083933,-0.103744 L 4.052315,1.609375 c 0,-0.052173 0.042303,-0.09448 0.09448,-0.09448 l 0.306272,-3.9e-6 c 0.052189,0 0.094484,0.042311 0.094484,0.094488 l -1.653e-4,0.33078 c 0,0.153106 -0.124122,0.27724 -0.277244,0.27724 h -0.601232 c -0.153122,0 -0.277256,-0.12413 -0.277256,-0.277236 V 0.88349296 c 0,-0.153126 0.12413,-0.277244 0.277252,-0.277244 h 0.601236 c 0.153126,0 0.27724,0.124118 0.27724,0.277244 L 4.5475411,1.229292 c 0,0.052177 -0.042295,0.094484 -0.094484,0.094484 l -0.163579,-4e-6 0.00323,-0.09522 z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
id="svg2484" viewBox="0 0 4.4973708 3.3205473" height="3.3205473in" width="4.4973707in" version="1.0"><metadata
id="metadata33"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs2486">
<style id="style2488" type="text/css"/>
</defs>
<g transform="translate(-0.05131919,-0.039724)" id="Layer_x0020_1">
<g id="_59007160">
<path id="_120344872" transform="scale(0.01041667)"
d="m 16.751953,227.91992 c -6.259297,0 -11.3378905,5.07675 -11.3378905,11.33789 v 71.99024 c 0,6.26116 5.0781715,11.33789 11.3378905,11.33789 H 423.41016 c 6.25965,0 11.33789,-5.07638 11.33789,-11.33789 v -71.99024 c 0,-6.26154 -5.07819,-11.33789 -11.33789,-11.33789 z m 5.183594,13.37696 h 6.619141 V 311.375 h -6.619141 z m 296.179683,0 h 6.42383 v 8.6621 h -6.42383 z m -223.982418,5.64453 h 5.839844 v 14.01562 h 9.441404 v 4.86719 h -9.441404 v 34.55273 c 0,4.96404 0.194024,7.10547 5.060544,7.10547 1.55755,0 3.21199,-0.29235 4.76953,-0.68164 v 4.76953 c -1.36251,0.29178 -3.89229,1.16797 -6.71484,1.16797 -5.742622,0 -8.955069,-2.53136 -8.955078,-10.02539 v -36.88867 h -7.105468 v -4.86719 h 7.105468 z m 202.292968,0 h 5.83789 v 14.01562 h 9.44336 v 4.86719 h -9.44336 v 34.55273 c 0,4.96404 0.19598,7.10547 5.0625,7.10547 1.55754,0 3.21237,-0.29235 4.76953,-0.68164 v 4.76953 c -1.36252,0.29178 -3.89424,1.16797 -6.71679,1.16797 -5.74227,0 -8.95508,-2.53136 -8.95508,-10.02539 l 0.002,-36.88867 h -7.10547 v -4.86719 h 7.10547 z M 63.966797,259.5957 c 6.131922,0 11.777745,1.94528 15.378906,7.20118 2.433648,3.60113 2.529297,7.39683 2.529297,11.58203 V 311.375 h -5.837891 v -32.89844 c 0,-9.05159 -3.699223,-13.625 -13.042968,-13.625 -7.202293,0 -12.166281,4.67137 -14.015625,9.83008 -1.167888,3.21147 -1.265625,6.03506 -1.265625,9.53906 v 27.1543 h -5.839844 v -50.41797 h 5.839844 v 7.00781 c 4.671887,-4.96365 9.246262,-8.36914 16.253906,-8.36914 z m 71.808593,0 c 13.82109,0 22.28856,9.83004 22.19141,27.9336 h -39.12696 c -0.0975,10.90089 5.74253,19.95312 16.93555,19.95312 7.59194,0 13.52749,-4.18665 15.2793,-11.58398 h 6.52148 c -2.92006,9.53839 -8.95306,16.83984 -21.80078,16.83984 -16.1567,0 -23.16601,-11.48524 -23.16601,-26.37695 0,-14.6971 8.76111,-26.76563 23.16601,-26.76563 z m 52.45313,0 v 6.32618 c -13.13958,-0.29185 -16.64258,9.43986 -16.64258,20.73046 V 311.375 h -5.83985 v -50.41797 h 5.83985 v 9.44141 h 0.19336 c 3.21184,-8.07842 7.98147,-10.80274 16.44922,-10.80274 z m 26.25976,0 c 10.21987,0 18.29688,3.99046 18.29688,15.66992 v 27.44727 c 0,4.57474 1.16878,5.64477 6.13281,3.89258 v 4.57422 c -0.8761,0.29215 -2.9215,0.97461 -4.57617,0.97461 -0.97323,0 -1.75086,-0.0983 -2.62696,-0.29297 -3.89291,-0.58394 -4.57435,-3.99014 -4.67187,-7.49414 -4.86615,5.45046 -11.48541,8.37109 -18.78516,8.37109 -8.85732,0 -16.83789,-4.77087 -16.83789,-14.5039 0,-8.46809 5.84017,-13.62609 17.61719,-15.1836 l 8.07812,-1.07031 c 2.14115,-0.19465 5.743,-0.77858 7.68946,-1.6543 1.94683,-0.87609 2.14062,-3.50367 2.14062,-5.25586 0,-5.93688 -3.50308,-10.21875 -12.55469,-10.21875 -8.07836,0 -13.62657,2.62691 -14.69726,11.38672 h -5.9375 c 0.8761,-11.87414 9.73399,-16.64258 20.73242,-16.64258 z m 50.4082,0 c 11.58244,0 19.17359,5.54663 20.92579,17.22657 h -5.93555 c -2.04435,-7.49447 -7.20397,-11.97071 -14.99024,-11.97071 -11.97091,0 -16.93554,10.9005 -16.93554,21.41211 3.7e-4,10.60919 4.86709,21.21875 16.93554,21.21875 8.66235,0 14.11404,-5.15913 15.47657,-13.5293 h 6.22851 c -2.04435,11.19278 -9.05236,18.78516 -21.70508,18.78516 -16.05888,0 -23.16406,-11.58286 -23.16406,-26.47461 0,-14.01561 8.07849,-26.66797 23.16406,-26.66797 z m 135.65235,0 c 13.82102,0 22.28894,9.83011 22.1914,27.9336 h -39.12695 c -0.0971,10.90089 5.74252,19.95312 16.93555,19.95312 7.59194,0 13.52944,-4.18665 15.28125,-11.58398 h 6.52148 c -2.91968,9.53839 -8.95502,16.83984 -21.80273,16.83984 -16.15671,0 -23.16406,-11.48524 -23.16406,-26.37695 0,-14.69703 8.75916,-26.76563 23.16406,-26.76563 z m -82.14258,1.36133 h 5.83984 V 311.375 h -5.83984 z m 11.48047,0 h 6.32617 l 16.35156,43.21485 16.35157,-43.21485 h 6.32617 L 355.67773,311.375 h -6.52148 z m -194.11133,3.89453 c -10.31702,0 -15.76732,8.2722 -16.93555,17.81055 h 32.89649 c 0,-9.83059 -5.4489,-17.81055 -15.96094,-17.81055 z m 264.77344,0 c -10.31664,0 -15.76732,8.2722 -16.93555,17.81055 h 32.89844 c 0,-9.83059 -5.45124,-17.81055 -15.96289,-17.81055 z m -173.60352,20.04883 c -4.96403,2.04435 -10.02472,2.43298 -15.08593,2.82227 -8.857,0.68107 -14.21094,3.89363 -14.21094,10.70703 0,6.13153 5.35439,9.05273 10.90234,9.05273 9.24662,0 18.39453,-4.47747 18.39453,-14.69726 z"
style="fill:#000000;stroke-width:96"/>
<path id="_59759256" style="fill:#000000"
d="m 4.09139,0.324598 c -3.386e-4,0.0127874 -7.52e-4,0.0232913 -0.00118,0.0270551 -0.00328,0.0288189 0,0.0424409 -0.083094,0.0424409 -0.083091,0 -0.079811,-0.013622 -0.083091,-0.0424409 -0.00106,-0.009382 -0.00205,-0.0606929 -0.00195,-0.0847008 9.84e-5,-0.0240079 8.819e-4,-0.0753189 0.00195,-0.0846969 0.00328,-0.0288228 0,-0.0424449 0.083091,-0.0424449 0.083094,0 0.079815,0.013626 0.083094,0.0424449 4.449e-4,0.003925 8.425e-4,0.0152323 0.00116,0.0288031 l 0.113665,-3.94e-6 c -7.322e-4,-0.0257598 -0.00195,-0.0472835 -0.00322,-0.0585 -0.00655,-0.0576378 0.016153,-0.112827 -0.194567,-0.112827 -0.210717,-3.93e-6 -0.188012,0.055189 -0.194567,0.112827 -0.00213,0.0187598 -0.00411,0.0663819 -0.0039,0.114398 2.047e-4,0.0480157 0.00177,0.0956378 0.0039,0.114402 0.00656,0.0576339 -0.01615,0.112827 0.194567,0.112827 0.210724,-3.93e-6 0.188016,-0.0551929 0.194567,-0.112827 0.00125,-0.0109646 0.0023,-0.0317717 0.003,-0.056752 z"/>
<polygon id="_59358120" style="fill:#000000"
points="2.35589,0.48528 2.4668,0.48528 2.4668,0.161283 2.5777,0.48528 2.68861,0.48528 2.79864,0.161283 2.79864,0.48528 2.90954,0.48528 2.90954,0.0503858 2.74361,0.051252 2.63272,0.375244 2.52181,0.051252 2.35589,0.0503858 "/>
<polygon id="_58923920" style="fill:#000000"
points="4.44476,0.48528 4.33386,0.48528 4.33386,0.161283 4.22993,0.161283 4.22993,0.0503858 4.54869,0.0503858 4.54869,0.161283 4.44476,0.161283 "/>
<polygon id="_59357072" style="fill:#000000"
points="3.68414,0.48528 3.65794,0.395323 3.51242,0.395323 3.53304,0.324598 3.63698,0.324598 3.58546,0.147311 3.4859,0.48528 3.375,0.48528 3.5022,0.0499567 3.66754,0.0499567 3.79504,0.48528 "/>
<path id="_119970072" style="fill:#000000"
d="m 2.0888,0.139811 c 0.083095,0 0.079815,0.013626 0.083095,0.0424449 0.00107,0.009378 0.00185,0.060689 0.00195,0.0846969 1.024e-4,0.0240079 -8.858e-4,0.0753189 -0.00195,0.0847008 -0.00328,0.0288189 0,0.0424409 -0.083095,0.0424409 -0.083087,0 -0.079815,-0.013622 -0.083091,-0.0424409 -0.00106,-0.009382 -0.00205,-0.0606929 -0.00195,-0.0847008 1.023e-4,-0.0240079 8.819e-4,-0.0753189 0.00195,-0.0846969 0.00328,-0.0288228 0,-0.0424449 0.083091,-0.0424449 l 1.299e-4,-0.100087 c -0.210717,0 -0.188012,0.0551929 -0.194567,0.112831 -0.00213,0.0187598 -0.00411,0.0663819 -0.0039,0.114398 2.047e-4,0.0480157 0.00177,0.0956378 0.0039,0.114402 0.00656,0.0576339 -0.01615,0.112827 0.194567,0.112827 0.21072,-3.94e-6 0.188016,-0.0551929 0.194567,-0.112827 0.00213,-0.0187638 0.0037,-0.0663858 0.0039,-0.114402 2.047e-4,-0.0480157 -0.00177,-0.0956339 -0.0039,-0.114398 -0.00655,-0.0576378 0.016154,-0.112827 -0.194567,-0.112827 z"/>
<path id="_60339936" style="fill:#000000"
d="m 1.71434,0.324598 c -3.386e-4,0.0127874 -7.52e-4,0.0232913 -0.00118,0.0270551 -0.00328,0.0288189 0,0.0424409 -0.083091,0.0424409 -0.083087,0 -0.079811,-0.013622 -0.083091,-0.0424409 -0.00106,-0.009382 -0.00205,-0.0606929 -0.00195,-0.0847008 9.84e-5,-0.0240079 8.858e-4,-0.0753189 0.00195,-0.0846969 0.00328,-0.0288228 0,-0.0424449 0.083091,-0.0424449 0.083091,0 0.079815,0.013626 0.083091,0.0424449 4.488e-4,0.003925 8.425e-4,0.0152323 0.00116,0.0288031 l 0.113669,-3.94e-6 c -7.323e-4,-0.0257598 -0.00195,-0.0472835 -0.00322,-0.0585 -0.00655,-0.0576378 0.01615,-0.112827 -0.194567,-0.112827 -0.210717,-3.93e-6 -0.188012,0.055189 -0.194567,0.112827 -0.00213,0.0187598 -0.00411,0.0663819 -0.0039,0.114398 2.048e-4,0.0480157 0.00177,0.0956378 0.0039,0.114402 0.00656,0.0576339 -0.01615,0.112827 0.194567,0.112827 0.21072,-3.93e-6 0.188012,-0.0551929 0.194567,-0.112827 0.00124,-0.0109646 0.0023,-0.0317717 0.003,-0.056752 l -0.113421,-3.93e-6 z"/>
<path id="_59963744" style="fill:#000000"
d="m 3.17957,0.385815 -0.067291,-3.543e-5 v -0.0992008 l 0.067276,-4.0552e-4 c 0.083095,0 0.080516,-0.013622 0.083791,-0.0424409 0.00107,-0.009386 8.465e-4,-0.001673 7.441e-4,-0.0256811 -1.024e-4,-0.0240079 3.228e-4,-0.0157638 -7.441e-4,-0.0251417 -0.00328,-0.0288189 -7.008e-4,-0.0424488 -0.083791,-0.0424488 l -0.067311,1.7717e-4 1.142e-4,0.334209 h -0.111122 v -0.434461 l 0.178335,-3.94e-6 c 0.210724,0 0.187626,0.0553386 0.195378,0.112827 9.212e-4,0.006811 9.212e-4,0.038248 9.212e-4,0.0551969 0,0.0136181 0,0.0450551 -9.212e-4,0.0550236 -0.00532,0.0577598 0.015343,0.11239 -0.195378,0.112386 z"/>
<path id="_59947616" style="fill:#000000"
d="M 1.02277,2.12283 0.328573,2.1220229 c -0.100445,0 -0.181862,-0.081429 -0.181862,-0.181862 V 0.88349091 c 0,-0.100449 0.0814173,-0.181866 0.181862,-0.181866 l 0.434472,-4.9212e-4 c 0.0521772,0 0.0944843,-0.0422953 0.0944843,-0.0944803 l 0.001272,-0.422484 c 0,-0.0218661 0.0177283,-0.0395984 0.0395984,-0.0395984 h 0.2547006 c 0.02187,0 0.039614,0.0177323 0.039614,0.0396024 l 0.00261,1.89920001 c 0,0.021866 -0.017732,0.039614 -0.039594,0.039614 l -0.132961,-1.575e-4 -0.00323,0.094366 0.173736,-5.12e-5 c 0.052173,0 0.09448,-0.042291 0.09448,-0.09448 V 0.14381383 c 0,-0.0521693 -0.042307,-0.0944646 -0.094484,-0.0944646 l -0.33416099,-3.94e-6 c -0.0521732,0 -0.0944843,0.0422992 -0.0944843,0.0944724 l 4.7638e-4,0.423543 c 0,0.0218661 -0.0177323,0.0396142 -0.0396142,0.0396142 l -0.396913,-7.2835e-4 c -0.153122,0 -0.277256,0.124118 -0.277256,0.277244 l 3.93e-6,1.05665996 c 0,0.153106 0.12413001,0.27724 0.27725201,0.27724 l 0.69096497,-2.007e-4 0.00323,-0.094366 z"/>
<path id="_59263952" style="fill:#000000"
d="M 0.76461,1.73389 V 1.050276 c 0,-0.0572835 -0.0464449,-0.103728 -0.103748,-0.103728 -0.0572835,0 -0.103728,0.0464449 -0.103728,0.103732 v 0.737921 c 0,0.057291 0.0464409,0.103748 0.103728,0.103748 0.0573031,0 0.103748,-0.046457 0.103748,-0.103744 V 1.73389 l 0.0942992,0.00323 v 0.051079 c 0,0.109366 -0.0886693,0.198035 -0.198047,0.198035 -0.109358,0 -0.198028,-0.088669 -0.198028,-0.198031 V 1.050276 c 0,-0.10936202 0.0886693,-0.19802802 0.198028,-0.19802802 0.109378,-3.94e-6 0.198047,0.0886693 0.198047,0.19803102 V 1.737122 L 0.76461,1.7338897 Z"/>
<path id="_59378368" style="fill:#000000"
d="m 1.68258,2.12283 -0.129921,7.9e-6 c -0.021886,0 -0.039614,-0.017748 -0.039614,-0.039614 l 0.00159,-1.34114003 c 0,-0.0218819 0.017728,-0.0396102 0.039606,-0.0396102 H 1.80895 c 0.021878,0 0.03961,0.0177283 0.03961,0.0396102 L 1.85117,2.0832139 c 0,0.021882 -0.017732,0.039614 -0.039602,0.039614 l -0.128996,7.8e-6 v 0.09398 l 0.166543,1.733e-4 c 0.052189,0 0.09448,-0.042291 0.09448,-0.094468 V 0.70173078 c 0,-0.0521693 -0.042295,-0.0944803 -0.09448,-0.0944803 H 1.514938 c -0.052173,0 -0.094469,0.042311 -0.094469,0.0944803 L 1.4202812,2.1221608 c 0,0.052185 0.041972,0.09448 0.094146,0.09448 l 0.168154,1.771e-4 v -0.09398 z"/>
<path id="_59501248" style="fill:#000000"
d="M 2.88252,0.966354 2.602709,0.96597211 c -0.086098,0 -0.155921,0.0698189 -0.155921,0.15592099 0,0.08611 0.069819,0.155917 0.155917,0.155917 l 0.38337,0.00104 c 0.100433,0 0.181862,0.081437 0.181862,0.18187 l -0.00128,0.477268 c 0,0.100449 -0.081433,0.181866 -0.181866,0.181866 l -0.761028,0.00138 c -0.021866,0 -0.03961,-0.017744 -0.03961,-0.03961 v -0.184843 c 0,-0.021882 0.017744,-0.03961 0.03961,-0.03961 l 0.518665,-0.00169 c 0.08611,0 0.155929,-0.069803 0.155929,-0.155917 4e-6,-0.086114 -0.069819,-0.155917 -0.155933,-0.155917 l -0.3755,-0.00148 c -0.100433,0 -0.181866,-0.081429 -0.181866,-0.181862 V 0.88349575 c 0,-0.100449 0.081433,-0.181866 0.181866,-0.181866 l 0.705449,-0.003299 c 0.021866,0 0.039594,0.017748 0.039594,0.0396142 l 1.58e-5,0.189059 c 0,0.0218661 -0.017732,0.0396142 -0.039614,0.0396142 l -0.189846,-2.6378e-4 -0.00323,0.0929528 0.232024,7.08e-5 c 0.052169,0 0.09448,-0.041972 0.09448,-0.0941417 l 3.504e-4,-0.264839 c 0,-0.052189 -0.042295,-0.0944803 -0.094484,-0.0944803 l -0.744736,3.3464e-4 c -0.15311,0 -0.27724,0.124118 -0.27724,0.277244 V 1.3603025 c 0,0.153106 0.12413,0.27724 0.27724,0.27724 l 0.375504,-6.418e-4 c 0.034622,0 0.062677,0.028055 0.062677,0.062665 0,0.034622 -0.028055,0.062681 -0.062681,0.062681 l -0.559012,-1.141e-4 c -0.052177,0 -0.094469,0.042295 -0.094469,0.094484 v 0.264303 c 0,0.052185 0.042291,0.09448 0.094465,0.09448 l 0.801386,-1.693e-4 c 0.15311,0 0.277236,-0.124114 0.277236,-0.277236 l 0.00129,-0.477276 c 0,-0.153106 -0.12413,-0.27724 -0.27724,-0.27724 l -0.383366,0.00109 c -0.03461,0 -0.062669,-0.028059 -0.062669,-0.062681 0,-0.034614 0.028055,-0.062669 0.062665,-0.062669 l 0.276583,8.26e-5 0.00323,-0.0929528 z"/>
<path id="_59390680" style="fill:#000000"
d="m 4.29271,1.22856 h 0.120181 c 0.021878,0 0.039606,-0.017728 0.039606,-0.03961 l -5e-4,-0.305449 c 0,-0.100449 -0.081417,-0.181866 -0.181866,-0.181866 H 3.668899 c -0.100445,0 -0.181882,0.0814173 -0.181882,0.181866 v 1.05666 c 0,0.100437 0.081433,0.181866 0.181878,0.181866 h 0.601236 c 0.100449,0 0.181866,-0.081429 0.181866,-0.181862 l 5e-4,-0.290437 c 0,-0.021878 -0.017728,-0.039606 -0.03961,-0.039606 H 4.186072 c -0.021866,0 -0.039598,0.017728 -0.039598,0.03961 l 0.00128,0.138476 c 0,0.109366 -0.068874,0.198035 -0.178236,0.198035 -0.109374,0 -0.178228,-0.088669 -0.178228,-0.198031 V 1.050283 c 0,-0.109362 0.068854,-0.198028 0.178228,-0.198028 0.109366,-3.94e-6 0.178236,0.0886693 0.178236,0.198031 l -0.00127,0.138661 c 0,0.021882 0.017728,0.03961 0.039594,0.03961 h 0.106638 l -0.00323,0.09522 H 4.146793 c -0.052173,0 -0.094484,-0.042303 -0.094484,-0.094476 l 0.00115,-0.17902 c 0,-0.0572835 -0.02665,-0.103728 -0.083937,-0.103728 -0.057299,0 -0.083945,0.0464449 -0.083945,0.103732 v 0.737921 c 0,0.057291 0.026646,0.103748 0.083945,0.103748 0.057291,0 0.083933,-0.046457 0.083933,-0.103744 L 4.052315,1.609375 c 0,-0.052173 0.042303,-0.09448 0.09448,-0.09448 l 0.306272,-3.9e-6 c 0.052189,0 0.094484,0.042311 0.094484,0.094488 l -1.653e-4,0.33078 c 0,0.153106 -0.124122,0.27724 -0.277244,0.27724 h -0.601232 c -0.153122,0 -0.277256,-0.12413 -0.277256,-0.277236 V 0.88349296 c 0,-0.153126 0.12413,-0.277244 0.277252,-0.277244 h 0.601236 c 0.153126,0 0.27724,0.124118 0.27724,0.277244 L 4.5475411,1.229292 c 0,0.052177 -0.042295,0.094484 -0.094484,0.094484 l -0.163579,-4e-6 0.00323,-0.09522 z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,89 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" id="svg2"
xml:space="preserve" width="36.723465" height="31.885149" viewBox="0 0 36.723465 31.885149"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs6"/>
<path d="m 25.254132,24.89141 h 0.4964 v 4.91827 h -0.499066 l 0.0027,-4.91827"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path326"/>
<path d="m 18.131199,24.89141 h 0.501067 v 4.91507 h -0.5036 l 0.0025,-4.91507"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path328"/>
<path
d="m 11.259333,29.80648 v -4.91507 h 0.634933 l 2.226,4.25827 2.1812,-4.25827 h 0.6724 v 4.91507 h -0.4416 v -4.28013 l -2.2188,4.28013 h -0.3656 l -2.233867,-4.25733 v 4.25733 h -0.454666"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path330"/>
<path
d="m 19.786933,24.88875 c 0.979733,0 2.510933,-0.001 3.174,0.005 0.512,0.004 1.080666,0.298 1.198399,0.9772 0.09427,0.54267 0.1136,1.9328 0.0604,2.614 -0.06827,0.84534 -0.454666,1.31147 -1.389599,1.32187 -0.676,0.006 -2.0416,0.003 -3.040534,0.003 0,-1.686 -0.0057,-4.40627 -0.0027,-4.92093 z m 0.466133,0.56306 c 0,0.16454 0,2.71774 0,3.80934 1.0208,0.005 2.359867,0.0375 2.868267,-0.0151 0.507333,-0.0516 0.642133,-0.59693 0.642133,-0.9036 0,-0.30627 0.04373,-1.6084 -0.0296,-2.17347 -0.0792,-0.60213 -0.354267,-0.70786 -0.9636,-0.7172 -0.390133,-0.006 -2.0692,0.008 -2.5172,0"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path332"/>
<path
d="M 1.2072,31.88515 C 0.6552,31.88515 0,31.18355 0,30.63101 v -6.34173 c 0,-0.5536 0.6552,-1.1708 1.2072,-1.1708 h 34.392266 c 0.551066,0 1.124,0.57493 1.124,1.12867 v 6.426 c 0,0.55266 -0.572934,1.212 -1.124,1.212 z m 34.016266,-0.79947 c 0.550933,0 0.7468,-0.19227 0.7468,-0.74227 v -5.7708 c 0,-0.5484 -0.238,-0.65733 -0.788534,-0.65733 H 1.459333 c -0.551067,0 -0.7052,0.23547 -0.7052,0.7844 v 5.812 c 0,0.55 0.446933,0.574 0.997333,0.574 h 33.472"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path334"/>
<path
d="m 30.023866,19.27675 c 0.1792,0.0204 0.257333,0.0735 0.2688,0.22813 0.02813,0.3724 0.0516,1.02613 0.0079,1.386 -0.01667,0.13547 -0.08493,0.21827 -0.269866,0.2416 -0.233867,0.0261 -0.749467,0.007 -1.051067,0.0131 5.33e-4,-0.5432 0.0027,-1.24734 5.33e-4,-1.8896 0.352134,0.007 0.879734,0 1.043734,0.0208 z m -1.940534,2.66826 c 0.851067,0 1.8448,0.074 2.466134,-0.0531 0.219733,-0.0459 0.447333,-0.0871 0.6,-0.36307 0.130666,-0.238 0.1276,-2.33067 0,-2.64893 -0.03493,-0.0869 -0.181334,-0.31307 -0.640667,-0.38334 -0.537467,-0.0839 -1.582267,-0.0489 -2.425467,-0.0489 0.0052,0.31347 0.0052,2.44373 0,3.49733"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path336"/>
<path
d="m 33.737466,18.47368 c 0.5932,-0.1448 1.689066,-0.13333 2.0964,0.0271 0.226533,0.0896 0.3848,0.16453 0.430666,0.45053 0.06987,0.4552 0.08227,1.9172 0.01987,2.38693 -0.02507,0.18814 -0.02507,0.48187 -0.559467,0.60574 -0.598933,0.13653 -1.6552,0.10626 -2.102533,-0.0343 -0.133867,-0.0428 -0.4256,-0.15 -0.4584,-0.5912 -0.03587,-0.48907 -0.06507,-2.0396 0.0276,-2.3672 0.07813,-0.27813 0.1308,-0.37707 0.545867,-0.4776 z m 0.5568,0.7536 c -0.123467,0.0412 -0.2,0.0537 -0.226534,0.22133 -0.0272,0.16827 -0.0256,1.16147 0.02547,1.54534 0.0136,0.0907 0.06093,0.14533 0.1568,0.1824 0.178667,0.0719 0.658267,0.0447 0.9296,0.014 0.09387,-0.0109 0.159467,-0.0443 0.188533,-0.18174 0.05573,-0.26773 0.0448,-1.1464 -0.0036,-1.58853 -0.0172,-0.16093 -0.156266,-0.1844 -0.182266,-0.1928 -0.196934,-0.0656 -0.661467,-0.0744 -0.888,0"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path338"/>
<path d="m 31.736399,18.44968 h 0.9104 v 3.5032 h -0.9104 v -3.5032"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path340"/>
<path
d="m 25.253066,18.44861 -0.9036,5.4e-4 c 0,0 5.33e-4,2.53906 0.0011,2.82093 0.0015,0.4452 0.255734,0.65773 0.687467,0.7328 0.701067,0.1208 1.536933,0.0677 1.8464,-0.007 0.3104,-0.074 0.5744,-0.17454 0.573333,-0.6052 -0.002,-0.69734 0.0021,-2.6052 -0.0041,-2.94174 -0.316133,0 -0.650533,-0.007 -0.8588,0 -0.0011,0.29587 5.33e-4,2.20214 5.33e-4,2.36414 0,0.16093 0.01347,0.42346 -0.310533,0.42973 -0.323867,0.007 -0.612933,0.0276 -0.7484,-0.006 -0.1344,-0.0333 -0.276533,-0.0199 -0.282267,-0.32973 -0.0052,-0.29733 -0.0011,-2.45787 -0.0011,-2.45787"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path342"/>
<path d="m 17.167199,18.44715 h 0.9104 v 2.6156 h 1.3948 v 0.888 h -2.3052 v -3.5036"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path344"/>
<path d="m 9.4312,18.44915 h 0.916133 v 3.50373 h -0.9224 l 0.0063,-3.50373"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path346"/>
<path d="M 4.215066,18.44555 H 5.1312 v 3.5036 H 4.221866 l -0.0068,-3.5036"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path348"/>
<path
d="m 22.861466,20.66008 c -0.2688,0 -0.538533,0 -0.808933,0 0.132266,-0.44787 0.296933,-0.9952 0.411466,-1.3916 0.135467,0.4104 0.2688,0.92347 0.397467,1.3916 z m -2.094267,1.28907 c 0.356667,0 0.713467,0.002 0.901467,0.002 0.08853,-0.2964 0.1552,-0.54374 0.208933,-0.7188 0.202,0 1.017734,-4e-4 1.1792,-4e-4 0.0468,0.16813 0.171334,0.61973 0.209334,0.7192 0.282266,0 0.709866,0 0.869199,0 -0.0812,-0.30254 -0.881733,-3.11094 -1.030133,-3.50107 -0.2828,0.006 -0.992266,-0.006 -1.295333,5.3e-4 -0.161467,0.51094 -0.928667,3.11614 -1.042667,3.49894"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path350"/>
<path
d="m 10.818666,18.44661 h 2.533333 v 0.90734 l -0.828533,-0.006 v 2.60667 h -0.8964 v -2.6004 h -0.8084 v -0.90734"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path352"/>
<path
d="m 14.335333,18.44968 c 0.303733,-0.007 0.993733,0.006 1.276133,-5.3e-4 0.148933,0.39013 0.949467,3.19853 1.030667,3.5016 -0.1276,0 -0.580667,0 -0.863067,0 -0.038,-0.0995 -0.161867,-0.52027 -0.2088,-0.688 -0.161467,0 -0.9776,0 -1.1792,0 -0.05413,0.17453 -0.114533,0.39066 -0.202533,0.6864 -0.188534,0 -0.539067,0 -0.8964,0 0.115066,-0.3828 0.881333,-2.98854 1.0432,-3.49947 z m 0.641733,0.84333 c -0.114667,0.3968 -0.279733,0.94427 -0.410933,1.3916 0.2692,0 0.5396,0 0.8088,0 -0.1296,-0.46826 -0.262934,-0.9812 -0.397867,-1.3916"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path354"/>
<path
d="m 2.442133,19.27941 c 0.1792,0.0208 0.257867,0.074 0.269867,0.22814 0.0276,0.3724 0.05093,1.026 0.0067,1.3864 -0.01667,0.13493 -0.0848,0.21773 -0.2692,0.2412 -0.233333,0.0265 -0.749466,0.008 -1.051066,0.014 5.33e-4,-0.5432 0.0027,-1.24734 5.33e-4,-1.89 0.352133,0.007 0.879733,0 1.0432,0.0203 z M 0.502,21.94915 c 0.851066,0 1.8448,0.0729 2.466133,-0.0547 0.219867,-0.0448 0.446933,-0.0864 0.5996,-0.36253 0.130667,-0.23747 0.128,-2.33067 0,-2.64947 -0.0344,-0.0869 -0.1808,-0.31293 -0.6396,-0.3828 -0.537067,-0.0839 -1.5828,-0.0489 -2.426133,-0.0489 0.0048,0.3136 0.0048,2.44426 0,3.4984"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path356"/>
<path
d="m 6.283866,18.45288 c 0.5432,-0.13707 1.664534,-0.124 2.059334,0.0135 0.213066,0.0735 0.452133,0.18186 0.5016,0.5584 0.02547,0.19586 0.02707,0.45466 0.03387,0.61146 -0.306266,0 -0.610533,0 -0.916666,0 0,-0.0667 -0.02347,-0.17093 -0.03653,-0.23853 -0.01307,-0.0729 -0.0432,-0.15467 -0.226533,-0.18493 -0.148933,-0.0255 -0.528667,-0.0489 -0.782267,-0.0145 -0.2224,0.0323 -0.289066,0.1072 -0.3032,0.29574 -0.0344,0.48493 -0.01453,1.22666 0.0073,1.46613 0.01613,0.18853 0.1416,0.21573 0.248933,0.236 0.153733,0.0287 0.547467,0.038 0.781733,0.007 0.1688,-0.0235 0.242267,-0.0323 0.283867,-0.23547 0.0136,-0.0692 0.02667,-0.1776 0.02667,-0.2828 -0.195334,-0.0156 -0.5052,0.008 -0.701067,-0.0136 0,-0.18333 -5.33e-4,-0.39426 -5.33e-4,-0.5776 0.521866,0 1.076533,0 1.597333,0 0.06467,0.33387 0.04853,1.2152 -0.0604,1.50627 -0.0484,0.1256 -0.1984,0.2448 -0.323467,0.2948 -0.4,0.15947 -1.473866,0.18493 -2.076,0.0855 -0.214,-0.0355 -0.3916,-0.1136 -0.4844,-0.19267 -0.06813,-0.0579 -0.145733,-0.1808 -0.161466,-0.28187 -0.064,-0.4 -0.08173,-0.76093 -0.08227,-1.4864 0,-0.23546 0.0412,-0.93546 0.06827,-1.0688 0.06973,-0.3568 0.2588,-0.426 0.545866,-0.49733"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path358"/>
<path
d="m 6.021333,8.1190098 c 0,1.726 0,5.3582702 0,5.7620002 0,0.53587 -0.3032,0.9 -0.856267,0.9 -0.4984,-10e-4 -0.795333,-0.44946 -0.795333,-0.8 0,-0.10573 -0.01293,-3.2172 -0.01293,-5.9494602 0,-0.48854 0.4036,-0.81414 0.8624,-0.81414 0.4584,0 0.802133,0.40214 0.802133,0.9016 z m -2.426533,0 c 0,4.7568002 0.0072,5.1134702 0.0072,5.9634702 0,0.32973 0.2152,0.8068 0.5052,1.04853 0.2896,0.24214 0.576133,0.4104 1.064666,0.4104 0.531734,-5.3e-4 0.8292,-0.1584 1.159334,-0.46413 0.316666,-0.29427 0.4656,-0.6916 0.4656,-1.16293 0,-0.31574 -0.0124,-4.4937402 -0.0124,-5.8693402 0,-0.71973 -0.574,-1.59373 -1.525067,-1.59373 -0.862533,0 -1.664533,0.51827 -1.664533,1.66773"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path360"/>
<path
d="m 33.987466,5.2772798 c 0.525466,0.0136 1.524,0.31987 1.533333,1.40893 0.01093,1.20254 -0.0104,2.02187 -0.0104,2.32707 0,0.3088 0,0.55107 -0.390133,0.53747 -0.350534,-0.012 -1.397334,-0.012 -1.6312,-0.0135 -0.198,-0.003 -0.4204,-0.0683 -0.4104,-0.44333 0.0061,-0.21867 0.06973,-0.4656 0.0061,-1.18387 -0.05987,-0.66347 -0.483333,-1.4224 -1.402,-1.3984 -0.723467,0.0183 -1.375067,0.4532 -1.442667,1.49227 -0.0256,0.39466 0.0036,4.3306602 -0.0095,6.1000002 -0.0068,0.88373 0.740133,1.4968 1.4656,1.49786 0.5876,0 1.1204,-0.4432 1.307866,-0.90053 0.1844,-0.45213 0.09373,-1.64213 0.09373,-1.6948 0,-0.28493 0.109866,-0.41667 0.3636,-0.41667 0.2624,-5.3e-4 1.381733,-0.006 1.509866,-0.006 0.158267,0 0.5792,-0.0577 0.5792,0.4896 0,0.6208 -0.01413,1.3516 -0.01307,2.03067 0,1.00266 -0.701067,1.5464 -1.226534,1.5464 -0.374,0 -4.649466,0 -5.000533,0 -1.131733,0 -1.487467,-0.96347 -1.487467,-1.51147 0,-2.00773 0.01867,-7.7129302 0.0052,-8.4254702 -0.01307,-0.71306 0.6656,-1.43653 1.353067,-1.45 0.687467,-0.0136 4.280267,0 4.806267,0.0135 z m -6.6984,0.48133 c -0.2876,0.57867 -0.2156,0.91507 -0.2156,1.18334 0,1.7312 0.002,7.9686602 0.0056,8.2864002 0.01307,1.31773 1.126133,2.17813 2.293866,2.16466 1.461867,-0.008 4.302534,0 4.878534,0 1.1996,0 2.0412,-1.16826 2.0412,-2.0068 -0.0025,-0.99533 0.01307,-2.28546 0.01307,-2.64893 0,-0.56413 -0.328666,-0.92613 -0.728133,-0.9136 -0.6948,0.0219 -1.833333,-0.0151 -2.590133,-0.006 -0.557867,0.007 -0.657867,0.51933 -0.657867,1.0276 0,0.75053 0.04067,0.8604 0.04067,1.12973 0,0.30827 -0.134934,0.8468 -0.6468,0.8468 -0.512,0 -0.715734,-0.37133 -0.714667,-0.94107 5.33e-4,-0.35946 -0.0011,-5.4234602 -0.01307,-5.8360002 -0.0104,-0.3172 0.214667,-0.78333 0.684934,-0.77813 0.4188,0.006 0.653733,0.34587 0.648933,0.65733 -0.0088,0.5896 -0.01093,0.82654 -0.01293,1.5192 -0.0021,0.52614 0.3364,0.8600002 0.821333,0.8600002 0.2968,0 1.8088,-0.005 2.3484,-0.005 0.539067,0 0.806267,-0.3224002 0.792267,-0.9496002 -0.01307,-0.6312 -0.0079,-1.0796 -0.0079,-2.64893 0,-0.7932 -0.588533,-2.2208 -2.2156,-2.2208 -0.553733,-5.3e-4 -3.815067,-0.0104 -4.8928,0 -0.914,0.008 -1.55,0.62707 -1.873333,1.27973"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path362"/>
<path
d="m 24.459332,5.2747498 c 0.3812,0 0.376,0.30466 0.376,0.39013 0,-0.29067 0,1.1156 0,1.38427 0,0.26933 -0.0536,0.3464 -0.390533,0.33653 -0.471867,-0.0131 -3.2396,0.005 -3.657333,0.005 -0.950533,0 -1.302133,0.88067 -1.288533,1.23227 0.02653,0.70466 0.525466,1.29586 1.347866,1.30933 0.821334,0.0136 2.130267,-0.006 2.790134,-0.006 1.132266,0 1.619333,0.5532002 1.619333,1.6953302 0,1.3152 -0.0021,2.8636 -0.0021,3.52293 0,1.20934 -1.0828,1.486 -1.3656,1.486 -0.283333,0 -5.751066,-0.007 -6.115066,-0.007 -0.3636,0 -0.35,-0.2552 -0.35,-0.56453 0,-0.30947 -0.0089,-0.64227 -0.0057,-1.1568 0,-0.28134 0.206666,-0.376 0.45,-0.376 1.315066,0 3.2624,0 4.070266,0 0.4188,0 1.227067,-0.35 1.212534,-1.26414 -0.0057,-0.4568 -0.4032,-1.23746 -1.212534,-1.23746 -0.5756,0 -1.668266,0 -2.9104,0 -0.981333,0 -1.5912,-0.6052 -1.5912,-1.55947 0,-0.9552002 0.0052,-2.9572002 0.0057,-3.7109302 -0.0016,-0.8296 0.6464,-1.4796 1.477066,-1.4796 1.374,-0.002 4.933334,0 5.540133,0 z m -7.809866,1.31253 c -0.0021,0.85253 0.0057,3.2728 0.0057,3.7437302 0,1.6672 1.0948,2.4604 2.358267,2.4604 1.254267,-5.3e-4 2.1032,-0.001 2.709467,-0.001 0.606133,0 0.673866,0.29693 0.673866,0.512 0,0.21506 -0.201066,0.4692 -0.524933,0.4692 -0.3396,0 -4.216667,10e-4 -4.556267,0.002 -0.351066,10e-4 -0.674,0.35213 -0.674,0.726 -0.002,0.60213 0,1.58653 0,2.1376 0,0.55146 0.5792,0.7672 0.848934,0.7672 0.269866,0 5.629733,-0.0157 6.726666,-0.003 0.623867,0.007 1.180133,-0.52027 1.343733,-0.74734 0.120267,-0.16826 0.473867,-0.648 0.473867,-1.38813 0,-1.538 0.0057,-4.44787 -0.01093,-3.83173 0.01827,-0.68494 -0.2536,-1.24427 -0.568667,-1.5734702 -0.235467,-0.2468 -0.753733,-0.7124 -1.630266,-0.7124 -0.876,0 -2.2724,0 -3.072934,0 -0.345733,0 -0.471333,-0.26933 -0.471333,-0.53853 0,-0.1876 0.140133,-0.45734 0.566133,-0.45734 1.330267,0 3.7328,0 4.0568,0 0.322933,0 0.654133,-0.28693 0.678667,-0.64426 0.02453,-0.35574 -0.0032,-1.81667 -0.0047,-2.25934 -0.0021,-0.4272 -0.275067,-0.7724 -1.043733,-0.7584 -0.448,0.007 -3.878133,0.0131 -5.668267,0 -1.143733,-0.0109 -2.216133,0.96094 -2.216133,2.09747"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path364"/>
<path
d="m 14.377599,5.2747498 c 0.159867,-0.001 0.368667,0.10053 0.368667,0.39533 0,8.2926702 0.0089,9.8509302 0.0089,10.4290702 0,0.57813 -0.2156,0.52453 -0.364133,0.52453 -0.1484,0 -1.5948,0.007 -1.995333,0.007 -0.214534,0 -0.363467,-0.1016 -0.363467,-0.46413 0,-0.96827 0.01347,-9.9770702 0.01347,-10.4349302 -0.0041,-0.28947 0.06933,-0.4572 0.390666,-0.4572 0.0256,0 1.3104,0 1.9412,0 z m -3.073466,0.0401 c 0,0.3228 0.0057,10.8686702 0.0057,11.1634702 0,0.6188 0.361467,0.92453 0.843733,0.9256 1.287467,0 2.290134,-10e-4 2.681734,-10e-4 0.485466,0 0.687066,-0.5292 0.674533,-0.9136 -0.0099,-0.26867 -0.01413,-6.5073302 -0.01413,-11.0530702 0,-0.70573 -0.3828,-0.9604 -0.814,-0.9604 -0.457867,0 -1.7432,0.0124 -2.609334,0.014 -0.598,0.006 -0.768266,0.50267 -0.768266,0.82507"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path366"/>
<path
d="m 29.013999,2.2892798 c -0.268667,0 -0.539067,0 -0.808267,0 0.1312,-0.44733 0.2968,-0.9948 0.411467,-1.39159997 0.133867,0.41039997 0.2676,0.92332997 0.3968,1.39159997 z m -2.094267,1.31467 c 0.3568,0 0.676,4e-4 0.8776,4e-4 0.08707,-0.29574 0.1792,-0.56134 0.2328,-0.7364 0.202134,0 1.011467,-5.4e-4 1.173467,-5.4e-4 0.04747,0.16774 0.177067,0.6328 0.215067,0.7312 0.281866,0 0.7224,0 0.8824,0 -0.08133,-0.302 -0.9136,-3.14839997 -1.062,-3.53852997 -0.283334,0.007 -0.960934,-0.007 -1.264134,5.3e-4 -0.173866,0.55054 -0.953066,3.19999997 -1.0552,3.54333997"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path368"/>
<path
d="m 25.968666,0.97994983 c 0.101066,0.0749 0.1344,0.68639997 0.0204,0.85412997 -0.114667,0.16773 -0.792267,0.10893 -1.145867,0.10787 0.0068,-0.31147 -0.0068,-0.7604 0,-1.06253997 0.526,0 0.9364,-0.038 1.125467,0.10054 z m -2.0088,2.61865997 c 0.286933,0 0.595866,0.006 0.882266,0.006 0,-0.25414 -0.0057,-0.6156 0.0011,-0.83067 0.127067,0.01 0.545867,0.007 0.862,-10e-4 0.521867,-0.0109 1.005733,-0.0708 1.152533,-0.362 0.133867,-0.26613 0.114134,-1.00986 0.088,-1.3656 -0.0176,-0.23745997 -0.0083,-0.45879997 -0.149466,-0.64532997 -0.0848,-0.1124 -0.154667,-0.2052 -0.4,-0.29213 -0.402,-0.14267 -1.6176,-0.0489 -2.430134,-0.0489 0.0025,1.11239997 -0.0052,3.23479997 -0.0063,3.53999997"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path370"/>
<path
d="m 18.784399,0.05914983 c 0.208267,0 0.873334,-5.4e-4 1.321867,-5.4e-4 0.431733,1.20986997 0.780667,2.19053997 0.9088,2.57333997 0.207867,-0.564 0.428133,-1.1848 0.888533,-2.57279997 0.433867,-0.005 0.886,-5.4e-4 1.316134,-5.4e-4 0,1.20573997 -5.34e-4,3.21239997 -5.34e-4,3.53999997 -0.181733,0.007 -0.491066,0.005 -0.8828,0 -0.0016,-0.3656 -0.0016,-1.92333 0,-2.5328 -0.175466,0.47094 -0.430133,1.2052 -0.881733,2.5328 -0.2964,0 -0.569333,0.006 -0.864533,0.006 -0.381334,-1.07334 -0.740667,-2.088 -0.8896,-2.55147 -0.0057,0.22813 0,1.7192 0,2.54573 -0.2912,0 -0.624,0.006 -0.916134,0.006 0.0036,-1.07547 -0.0053,-3.21293997 0,-3.54519997"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path372"/>
<path
d="m 9.101066,0.83047983 c 0.3364,-0.007 0.352,0.24532997 0.356667,0.35679997 0.0089,0.20467 0.0084,14.7333302 0.0084,14.9874702 0,0.30933 -0.0896,0.45773 -0.429733,0.45626 -3.4244,-0.0141 -6.0208,-0.007 -6.533334,-0.007 -0.633333,0 -1.455733,-0.5036 -1.455733,-1.42507 -0.01453,-4.44106 0.02347,-8.1686602 0.01413,-8.6260002 -0.01413,-0.61866 0.6624,-1.31293 1.3676,-1.31146 1.058934,0.003 2.811067,0.001 3.511067,0 0.526,-5.4e-4 0.850933,-0.2572 0.842133,-0.89374 0.0192,-1.63226 0.0192,-2.41453 0.0079,-3.1 -0.01053,-0.55159997 0.366133,-0.42812997 0.478,-0.44372997 -0.01667,0.002 1.360933,-0.007 1.832933,0.007 z m -3.079733,0.007 c 0.0172,0.46039997 0,1.04679997 0,3.32132997 0.0021,0.19787 -0.140133,0.3172 -0.3828,0.3172 -0.2428,0 -2.076533,-0.005 -3.269867,0.005 -1.1468,0.007 -2.0828,1.13907 -2.0828,1.94374 0.01093,4.1582602 -0.0063,7.5448002 -0.0063,8.7462602 0,1.22867 0.8276,1.83134 1.428133,2.07147 0.41,0.16293 0.9896,0.1604 1.5636,0.1604 0.777067,0 4.179733,-0.009 5.964,0.001 1.088533,0.005 1.022933,-0.80054 1.022933,-1.06147 0,-0.174 -0.0057,-3.41987 -0.0057,-15.46520017 0,-0.0801 0,-0.82027 -0.808267,-0.82027 -0.498533,0 -1.824533,-0.024 -2.749466,0 -0.2792,0.007 -0.694267,0.2912 -0.673467,0.78027"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path374"/>
<path
d="m 17.166666,0.86900983 c 0.02493,0.008 0.1208,0.0249 0.137467,0.18639997 0.04893,0.44227 0.05987,1.31987 0.0041,1.58854 -0.0292,0.13706 -0.0948,0.17093 -0.189067,0.18133 -0.2708,0.0312 -0.750533,0.0572 -0.9296,-0.0131 -0.09533,-0.038 -0.142266,-0.0932 -0.156266,-0.1828 -0.05107,-0.38386 -0.05267,-1.37706 -0.0256,-1.54533 0.02667,-0.16826997 0.0776,-0.18639997 0.195866,-0.21506997 0.269334,-0.0661 0.793734,-0.0568 0.963067,0 z m -2.0344,-0.28226 c -0.0932,0.3276 -0.06413,1.87705997 -0.0276,2.36665997 0.0328,0.44214 0.323467,0.54894 0.458267,0.5916 0.446933,0.14067 1.5032,0.1708 2.102666,0.0333 0.533867,-0.124 0.533867,-0.41667 0.559334,-0.60467 0.062,-0.4708 0.04947,-1.93173 -0.02027,-2.38692997 -0.04587,-0.28547 -0.204133,-0.36147 -0.4312,-0.45107 -0.4068,-0.15987 -1.502133,-0.17133 -2.095867,-0.0265 -0.416133,0.10053 -0.468266,0.19893 -0.545333,0.4776"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path376"/>
<path
d="m 13.117199,0.00127983 c 0.209334,-0.007 0.535867,0.014 0.830667,0.0807 0.3312,0.0745 0.550533,0.26626 0.578133,0.4912 0.02133,0.17973 0.04013,0.48172997 0.04013,0.81359997 -0.296934,0 -0.681334,0.006 -0.897467,-5.4e-4 -0.01973,-0.1948 0.0068,-0.34533 -0.05987,-0.44319997 -0.0864,-0.12866 -1.149466,-0.1688 -1.253066,0 -0.05,0.0807 -0.0464,0.28279997 -0.05427,0.38999997 -0.02187,0.28854 -0.04467,1.20734 0.06093,1.37814 0.102134,0.16613 1.083334,0.188 1.219867,0.0265 0.0604,-0.0719 0.0828,-0.3244 0.0864,-0.43693 0.2604,0 0.606267,0 0.897467,0 0,0.25893 0.01253,0.5068 -0.03707,0.7104 -0.07707,0.32186 -0.167067,0.436 -0.408267,0.51413 -0.435466,0.13853 -1.669733,0.19427 -2.214533,0.009 -0.2376,-0.0817 -0.4344,-0.1328 -0.474,-0.51347 -0.111467,-1.06053 -0.01987,-2.11719997 0.0068,-2.42039997 0.03387,-0.39013 0.431733,-0.50466 0.747333,-0.5468 0.326534,-0.0428 0.7016,-0.0443 0.9308,-0.0521"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path378"/>
<path
d="m 32.113466,0.01634983 c 0.208933,-0.007 0.534933,0.0136 0.831333,0.0808 0.330133,0.0744 0.55,0.26506 0.577067,0.49053 0.02133,0.18027 0.04053,0.47506997 0.04053,0.80732997 -0.2968,0 -0.638533,0 -0.910933,-5.3e-4 0,-0.20107 0.0011,-0.28853 -0.04627,-0.43692997 -0.04693,-0.14787 -1.116133,-0.1756 -1.1928,-0.0333 -0.04627,0.0823 -0.0796,0.12133997 -0.09467,0.38279997 -0.0172,0.29014 -0.06467,1.24787 0.04107,1.4188 0.102133,0.16667 1.083867,0.18854 1.219333,0.0271 0.0604,-0.0719 0.07653,-0.3308 0.0812,-0.4432 0.2604,0 0.605734,0 0.896934,0 -0.0272,0.2588 -0.0204,0.4536 -0.05787,0.71667 -0.0312,0.22186 -0.140133,0.43586 -0.3812,0.51293 -0.435467,0.1396 -1.6704,0.19533 -2.214667,0.009 -0.238,-0.0812 -0.4344,-0.13226 -0.473466,-0.51346 -0.111867,-1.05987 -0.02027,-2.11666997 0.0057,-2.41986997 0.03387,-0.39 0.432933,-0.5056 0.748,-0.5468 0.326533,-0.0427 0.701067,-0.0448 0.930667,-0.0521"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path380"/>
<path
d="m 33.763999,0.06060983 h 2.5344 V 1.0116798 h -0.828667 v 2.588 h -0.896266 v -2.5812 H 33.763999 V 0.06060983"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333" id="path382"/></svg>

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -1,67 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
id="svg2952" viewBox="0 0 4.009009 1.9715039" height="1.9715039in" width="4.0090089in" version="1.0"><metadata
id="metadata35"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs2954">
<style id="style2956" type="text/css"/>
</defs>
<g transform="translate(-0.04549679,-0.0392481)" id="Layer_x0020_1">
<g id="_58019296">
<path id="_58968216" style="fill:#000000"
d="m 2.93695,0.24313 c -2.441e-4,0.00915 -5.394e-4,0.0166732 -8.465e-4,0.0193661 -0.00234,0.020622 0,0.030374 -0.059469,0.030374 -0.059465,0 -0.057122,-0.009748 -0.059468,-0.030374 -7.598e-4,-0.006717 -0.00147,-0.043437 -0.00139,-0.0606181 7.48e-5,-0.017185 6.339e-4,-0.0539055 0.00139,-0.060622 0.00235,-0.020626 0,-0.030374 0.059468,-0.030374 0.059469,-3.94e-6 0.057122,0.009748 0.059469,0.030374 3.229e-4,0.002815 6.024e-4,0.0109055 8.308e-4,0.0206142 h 0.08135 c -5.197e-4,-0.018437 -0.00139,-0.0338425 -0.00231,-0.0418701 -0.00469,-0.041252 0.011559,-0.080748 -0.139248,-0.080748 -0.150807,-3.94e-6 -0.134563,0.0395 -0.139252,0.080748 -0.00152,0.0134252 -0.00294,0.0475118 -0.00279,0.081878 1.457e-4,0.0343622 0.00127,0.0684449 0.00279,0.081874 0.00469,0.041248 -0.011559,0.080748 0.139252,0.080748 0.150807,0 0.134559,-0.0395 0.139248,-0.080748 8.937e-4,-0.007846 0.00165,-0.0227362 0.00215,-0.0406181 l -0.081173,-3.94e-6 z"/>
<polygon id="_20054976" style="fill:#000000"
points="1.81361,0.0475 1.69487,0.046878 1.69487,0.35813 1.77424,0.35813 1.77424,0.126248 1.8536,0.35813 1.93298,0.35813 2.01174,0.126248 2.01174,0.35813 2.0911,0.35813 2.0911,0.046878 1.97235,0.0475 1.89298,0.279378 "/>
<polygon id="_120206880" style="fill:#000000"
points="3.26423,0.126248 3.18985,0.126248 3.18985,0.35813 3.11048,0.35813 3.11048,0.126248 3.0361,0.126248 3.0361,0.046878 3.26423,0.046878 "/>
<polygon id="_120203320" style="fill:#000000"
points="2.6336,0.0465709 2.72485,0.35813 2.64548,0.35813 2.62673,0.293748 2.52258,0.293748 2.53734,0.24313 2.61173,0.24313 2.57485,0.116248 2.5036,0.35813 2.42423,0.35813 2.51527,0.0465709 "/>
<path id="_58461800" style="fill:#000000"
d="m 1.50371,0.110878 c 0.059465,0 0.057118,0.009752 0.059465,0.030378 7.638e-4,0.006713 0.00132,0.043437 0.0014,0.060622 7.48e-5,0.0171811 -6.338e-4,0.0539055 -0.0014,0.0606181 -0.00235,0.020622 0,0.030374 -0.059468,0.030374 -0.059465,0 -0.057122,-0.009748 -0.059465,-0.030374 -7.638e-4,-0.006717 -0.00147,-0.043437 -0.0014,-0.0606181 7.48e-5,-0.017185 6.338e-4,-0.0539055 0.0014,-0.060622 0.00234,-0.020626 0,-0.030374 0.059465,-0.030374 l 9.45e-5,-0.0716339 c -0.150811,0 -0.134559,0.0395039 -0.139252,0.080752 -0.00152,0.0134252 -0.00294,0.0475118 -0.00279,0.081878 1.457e-4,0.0343622 0.00127,0.0684449 0.00279,0.081874 0.00469,0.041248 -0.011559,0.080748 0.139252,0.080748 0.150811,0 0.134559,-0.0395 0.139248,-0.080748 0.00153,-0.0134331 0.00265,-0.0475118 0.0028,-0.081874 1.456e-4,-0.0343661 -0.00127,-0.0684488 -0.0028,-0.081878 -0.00469,-0.041252 0.011563,-0.080748 -0.139248,-0.080748 z"/>
<path id="_58008344" style="fill:#000000"
d="m 1.23571,0.24313 c -2.402e-4,0.00915 -5.394e-4,0.0166732 -8.465e-4,0.0193661 -0.00234,0.020622 0,0.030374 -0.059465,0.030374 -0.059468,0 -0.057122,-0.009748 -0.059468,-0.030374 -7.598e-4,-0.006717 -0.00147,-0.043437 -0.00139,-0.0606181 7.09e-5,-0.017185 6.3e-4,-0.0539055 0.00139,-0.060622 0.00235,-0.020626 0,-0.030374 0.059468,-0.030374 0.059468,-3.94e-6 0.057122,0.009748 0.059465,0.030374 3.229e-4,0.002815 6.063e-4,0.0109055 8.347e-4,0.0206142 h 0.08135 c -5.236e-4,-0.018437 -0.0014,-0.0338425 -0.00231,-0.0418701 -0.00469,-0.041252 0.011559,-0.080748 -0.139248,-0.080748 -0.150811,-3.94e-6 -0.134563,0.0395 -0.139252,0.080748 -0.00153,0.0134252 -0.00294,0.0475118 -0.00279,0.081878 1.456e-4,0.0343622 0.00126,0.0684449 0.00279,0.081874 0.00469,0.041248 -0.011559,0.080748 0.139252,0.080748 0.150807,0 0.134555,-0.0395 0.139248,-0.080748 8.898e-4,-0.007846 0.00164,-0.0227362 0.00215,-0.0406181 l -0.081177,-3.94e-6 z"/>
<path id="_60009952" style="fill:#000000"
d="m 2.28437,0.286945 -0.048161,-2.756e-5 v -0.071 l 0.04815,-2.874e-4 c 0.059469,0 0.057622,-0.009748 0.059965,-0.030374 7.677e-4,-0.006717 6.063e-4,-0.001197 5.354e-4,-0.018378 -7.08e-5,-0.017185 2.284e-4,-0.0112835 -5.354e-4,-0.0179961 -0.00234,-0.0206299 -5e-4,-0.030378 -0.059965,-0.030378 l -0.048173,1.2598e-4 7.87e-5,0.239189 h -0.079528 v -0.310941 h 0.127634 c 0.150811,0 0.13428,0.0396063 0.139831,0.080748 6.575e-4,0.004874 6.575e-4,0.027374 6.575e-4,0.0395039 0,0.009744 0,0.032248 -6.575e-4,0.0393819 -0.00381,0.0413386 0.010976,0.0804331 -0.1398317,0.0804333 z"/>
<path id="_121376752" style="fill:#000000"
d="m 3.12495,1.75713 c 0.059468,0 0.057122,0.00975 0.059465,0.030374 7.677e-4,0.00672 0.00132,0.043437 0.0014,0.060622 7.88e-5,0.017177 -6.338e-4,0.053906 -0.0014,0.060618 -0.00234,0.020622 0,0.030378 -0.059469,0.030378 -0.059461,-3.9e-6 -0.057118,-0.00975 -0.059465,-0.030378 -7.598e-4,-0.00671 -0.00147,-0.043437 -0.0014,-0.060618 7.48e-5,-0.017185 6.338e-4,-0.053905 0.0014,-0.060622 0.00235,-0.020626 0,-0.030374 0.059465,-0.030374 l 9.45e-5,-0.07163 c -0.150807,0 -0.134559,0.0395 -0.139248,0.080748 -0.00153,0.013429 -0.00294,0.047512 -0.0028,0.081878 1.496e-4,0.034362 0.00127,0.068445 0.0028,0.081874 0.00469,0.041252 -0.011559,0.080752 0.139248,0.080752 0.150811,0 0.134559,-0.0395 0.139252,-0.080752 0.00153,-0.013429 0.00265,-0.047512 0.00279,-0.081874 1.457e-4,-0.03437 -0.00127,-0.068445 -0.00279,-0.081878 C 3.2596025,1.725 3.2758515,1.6855 3.1250405,1.6855 Z"/>
<polygon id="_59760576" style="fill:#000000"
points="2.07805,1.6898 2.1693,2.00136 2.08993,2.00136 2.07118,1.93698 1.96702,1.93698 1.98178,1.88636 2.05618,1.88636 2.0193,1.75948 1.94805,2.00136 1.86868,2.00136 1.95972,1.6898 "/>
<polygon id="_59723992" style="fill:#000000"
points="1.41661,1.6898 1.50786,2.00136 1.42849,2.00136 1.40974,1.93698 1.30559,1.93698 1.32035,1.88636 1.39474,1.88636 1.35786,1.75948 1.28661,2.00136 1.20724,2.00136 1.29828,1.6898 "/>
<polygon id="_58592752" style="fill:#000000"
points="0.396437,2.00437 0.396437,1.69313 0.475815,1.69313 0.475815,2.00437 "/>
<polygon id="_120835072" style="fill:#000000"
points="0.860803,2.00437 0.860803,1.69313 0.940173,1.69313 0.940173,2.00437 "/>
<polygon id="_59242136" style="fill:#000000"
points="1.21049,1.7725 1.13611,1.7725 1.13611,2.00437 1.05674,2.00437 1.05674,1.7725 0.982366,1.7725 0.982366,1.69313 1.21049,1.69313 "/>
<polygon id="_59378280" style="fill:#000000"
points="1.55111,1.69313 1.55111,2.00469 1.75611,2.00469 1.75611,1.92563 1.63049,1.92563 1.63049,1.69313 "/>
<polygon id="_120332480" style="fill:#000000"
points="2.85579,2.00437 2.85579,1.69313 2.93516,1.69313 2.93516,2.00437 "/>
<path id="_59995448" style="fill:#000000"
d="m 2.62236,1.69331 h 0.043126 c 0.150807,0 0.134555,0.039685 0.139248,0.080937 0.00153,0.013425 0.00294,0.037508 0.00279,0.071874 -1.417e-4,0.034362 -0.00127,0.064075 -0.00279,0.077504 -0.00469,0.041248 0.011559,0.080752 -0.139252,0.080752 l -0.138437,-4e-6 V 1.69331 H 2.62236 L 2.62111,1.764838 2.606736,1.7647474 v 0.168626 l 0.058658,-6.26e-4 c 0.059468,0 0.057122,-0.00975 0.059468,-0.030378 7.599e-4,-0.00671 0.00147,-0.039067 0.00139,-0.056248 -7.08e-5,-0.017185 -6.338e-4,-0.043905 -0.00139,-0.050622 -0.00235,-0.020626 0,-0.030374 -0.059468,-0.030374 L 2.621108,1.7648376 Z"/>
<path id="_58931640" style="fill:#000000"
d="m 2.47494,1.84812 -8.66e-5,-0.155 H 2.393751 v 0.155 c 7.48e-5,0.017177 -6.378e-4,0.053905 -0.0014,0.060618 -0.00235,0.020622 0,0.030378 -0.059468,0.030378 C 2.273418,1.9391121 2.275761,1.929366 2.273415,1.908738 2.2726552,1.902028 2.272065,1.865301 2.272135,1.84812 L 2.2722589,1.693124 H 2.1909361 V 1.84812 c 1.456e-4,0.034362 0.00126,0.068445 0.00279,0.081874 0.00469,0.041252 -0.011559,0.080752 0.139252,0.080752 0.150811,0 0.134559,-0.0395 0.139248,-0.080752 0.00153,-0.013429 0.00256,-0.047512 0.00271,-0.081874 z"/>
<path id="_59987096" style="fill:#000000"
d="m 0.728406,1.88937 c -2.4016e-4,0.00915 -5.3937e-4,0.016673 -8.4646e-4,0.019366 -0.002343,0.020622 0,0.030378 -0.0594646,0.030378 -0.0594685,-3.9e-6 -0.057122,-0.00975 -0.0594685,-0.030378 -7.6378e-4,-0.00671 -0.001468,-0.043437 -0.001398,-0.060618 7.481e-5,-0.017185 6.3386e-4,-0.053905 0.001398,-0.060622 0.002346,-0.020626 0,-0.030374 0.0594685,-0.030374 0.0594646,0 0.057122,0.00975 0.0594646,0.030374 3.2284e-4,0.00282 6.063e-4,9.055e-4 8.3465e-4,0.010618 l 0.0813465,-3.9e-6 c -5.1969e-4,-0.018437 -0.001394,-0.023842 -0.002307,-0.03187 -0.004689,-0.041248 0.011563,-0.080748 -0.139248,-0.080748 -0.150811,0 -0.134559,0.0395 -0.139248,0.080748 -0.001528,0.013429 -0.002941,0.047512 -0.002795,0.081878 1.4567e-4,0.034362 0.001268,0.068445 0.002795,0.081874 0.004689,0.041252 -0.011563,0.080752 0.139248,0.080752 0.150811,0 0.134559,-0.0395 0.139248,-0.080752 8.937e-4,-0.00785 0.001646,-0.022736 0.002146,-0.040618 z"/>
<polygon id="_58359976" style="fill:#000000"
points="0.809583,1.88937 0.809583,1.83937 0.667996,1.83937 0.667996,1.88937 "/>
<path id="_59501232" style="fill:#000000"
d="m 0.160496,1.69331 h 0.043126 c 0.150811,0 0.134559,0.039685 0.139248,0.080937 C 0.344402,1.787672 0.345811,1.811755 0.345665,1.846121 0.34551933,1.880483 0.344397,1.910196 0.34287,1.923625 0.338185,1.964873 0.354433,2.004377 0.203622,2.004377 l -0.138437,-4e-6 V 1.69331 H 0.160496 L 0.159248,1.764838 0.144874,1.7647474 v 0.168626 l 0.0586535,-6.26e-4 c 0.0594685,0 0.057122,-0.00975 0.0594685,-0.030378 7.6378e-4,-0.00671 0.001472,-0.039067 0.001398,-0.056248 -7.087e-5,-0.017185 -6.3386e-4,-0.043905 -0.001398,-0.050622 -0.002343,-0.020626 0,-0.030374 -0.0594685,-0.030374 l -0.0442795,-2.878e-4 z"/>
<path id="_120326544" style="fill:#000000"
d="M 0.74076,1.53011 0.243929,1.5295313 c -0.0718898,0 -0.130161,-0.058279 -0.130161,-0.130157 V 0.64312626 c 0,-0.0718898 0.0582717,-0.130157 0.130157,-0.130157 l 0.310953,-3.5039e-4 c 0.0373386,0 0.0676181,-0.0302717 0.0676181,-0.067622 l 9.0945e-4,-0.30237 c 0,-0.0156496 0.012689,-0.0283386 0.0283386,-0.0283386 l 0.182291,-3.94e-6 c 0.0156496,0 0.0283504,0.0126969 0.0283504,0.0283465 l 0.00187,1.35923997 c 0,0.015653 -0.0126929,0.028354 -0.0283425,0.028354 l -0.0951535,-1.141e-4 -0.002315,0.067539 0.124339,-3.94e-5 c 0.0373425,0 0.067622,-0.030268 0.067622,-0.067618 V 0.11374289 c 0,-0.0373386 -0.0302795,-0.0676063 -0.067622,-0.0676063 h -0.239157 c -0.0373386,0 -0.067622,0.0302717 -0.067622,0.0676102 l 3.4252e-4,0.303126 c 0,0.0156496 -0.012689,0.0283543 -0.0283504,0.0283543 l -0.284067,-5.1969e-4 c -0.109591,0 -0.198433,0.0888268 -0.198433,0.198417 v 0.756244 c 0,0.109583 0.0888425,0.198425 0.198429,0.198425 l 0.49452,-1.457e-4 0.002315,-0.067539 z"/>
<path id="_57898688" style="fill:#000000"
d="M 0.555996,1.25175 V 0.762498 c 0,-0.041 -0.0332402,-0.0742402 -0.074252,-0.0742402 -0.041,-3.94e-6 -0.0742402,0.0332402 -0.0742402,0.0742402 v 0.528126 c 0,0.041 0.0332402,0.074252 0.0742402,0.074252 0.0410118,-3.9e-6 0.074252,-0.033252 0.074252,-0.074252 V 1.25175 l 0.0674921,0.00232 v 0.036559 c 0,0.078272 -0.0634646,0.141732 -0.141744,0.141732 C 0.4034764,1.432357 0.3400161,1.3689 0.3400161,1.290629 V 0.76249806 c 0,-0.0782717 0.0634606,-0.141728 0.141728,-0.141728 0.0782795,-3.94e-6 0.14174,0.0634567 0.14174,0.141728 l 3.94e-6,0.49156704 -0.0674921,-0.00232 z"/>
<path id="_59555528" style="fill:#000000"
d="m 1.21298,1.53011 -0.092988,7.9e-6 c -0.015661,0 -0.02835,-0.012701 -0.02835,-0.02835 l 0.00114,-0.95985003 c 0,-0.0156614 0.012689,-0.0283465 0.02835,-0.0283465 h 0.182291 c 0.015658,0 0.02835,0.012689 0.02835,0.0283504 l 0.00187,0.95983103 c 0,0.015661 -0.012693,0.028354 -0.028342,0.028354 l -0.092319,3.9e-6 v 0.06726 l 0.119189,1.26e-4 c 0.03735,0 0.067618,-0.030268 0.067618,-0.06761 l 3.9e-6,-1.01685 c 0,-0.0373386 -0.030272,-0.0676181 -0.067622,-0.0676181 l -0.239169,-3.94e-6 c -0.037339,0 -0.06761,0.0302835 -0.06761,0.067622 L 1.0252517,1.5296262 c 0,0.03735 0.030039,0.067622 0.067378,0.067622 l 0.12035,1.22e-4 z"/>
<path id="_58603048" style="fill:#000000"
d="M 2.07177,0.702433 1.871502,0.70215741 c -0.06161,0 -0.111583,0.0499724 -0.111583,0.111591 3.9e-6,0.0616299 0.049972,0.111591 0.111583,0.111591 l 0.274382,7.4803e-4 c 0.071878,0 0.130157,0.0582835 0.130157,0.13016096 l -9.213e-4,0.341575 c 0,0.071894 -0.058279,0.130165 -0.130157,0.130165 l -0.544661,9.882e-4 c -0.01565,0 -0.02835,-0.012697 -0.02835,-0.02835 v -0.132291 c 0,-0.015657 0.012701,-0.028347 0.02835,-0.028347 l 0.371201,-0.00121 c 0.06163,0 0.111598,-0.049957 0.111598,-0.111587 0,-0.06163 -0.049969,-0.111591 -0.111598,-0.111591 l -0.26874,-0.00106 c -0.071882,0 -0.130161,-0.05828 -0.130161,-0.13016103 v -0.341248 c 0,-0.0718898 0.058279,-0.130157 0.130161,-0.130157 l 0.504878,-0.002362 c 0.015654,0 0.028343,0.0127008 0.028343,0.0283504 l 7.9e-6,0.135307 c 0,0.0156496 -0.012689,0.0283504 -0.02835,0.0283504 l -0.13587,-1.8504e-4 -0.00231,0.0665236 0.166055,5.118e-5 c 0.037342,0 0.067622,-0.0300394 0.067622,-0.067378 l 2.519e-4,-0.189539 c 0,-0.0373504 -0.030272,-0.0676181 -0.067622,-0.0676181 l -0.533,2.4016e-4 c -0.109579,0 -0.198421,0.0888268 -0.198421,0.198417 v 0.341248 c 0,0.10957903 0.088839,0.19842103 0.198421,0.19842103 l 0.26874,-4.646e-4 c 0.024783,0 0.044858,0.020083 0.044858,0.044854 4e-6,0.024776 -0.020079,0.044858 -0.044858,0.044858 l -0.400079,-8.27e-5 c -0.037343,0 -0.067614,0.030272 -0.067614,0.067622 v 0.189161 c 0,0.037346 0.030272,0.067618 0.06761,0.067618 l 0.573547,-1.181e-4 c 0.109575,0 0.198413,-0.088831 0.198413,-0.198421 l 9.213e-4,-0.341583 c 0,-0.10957499 -0.088839,-0.19841299 -0.198421,-0.19841299 l -0.274378,7.7953e-4 c -0.02476,0 -0.044842,-0.0200827 -0.044842,-0.0448622 3.9e-6,-0.0247717 0.020079,-0.0448465 0.044842,-0.0448465 l 0.197953,5.512e-5 0.00231,-0.0665236 z"/>
<path id="_58840136" style="fill:#000000"
d="m 3.08103,0.890087 h 0.086012 c 0.015661,0 0.02835,-0.012685 0.02835,-0.0283465 l -3.583e-4,-0.21861 c 0,-0.0718898 -0.058272,-0.130157 -0.130161,-0.130157 l -0.430299,-3.94e-6 c -0.07189,0 -0.130169,0.0582717 -0.130169,0.130161 l 4e-6,0.75624404 c 0,0.071878 0.058276,0.130165 0.130165,0.130165 l 0.430303,-4e-6 c 0.07189,0 0.130157,-0.05828 0.130157,-0.130157 l 3.622e-4,-0.207862 c 0,-0.015661 -0.012693,-0.028346 -0.028354,-0.028346 h -0.162327 c -0.015653,0 -0.028342,0.012689 -0.028342,0.02835 l 9.134e-4,0.099106 c 0,0.078272 -0.049291,0.141732 -0.127563,0.141732 -0.078276,-3.9e-6 -0.127559,-0.063461 -0.127559,-0.141732 V 0.76250083 c 0,-0.0782717 0.04928,-0.141728 0.127559,-0.141728 0.078272,-3.94e-6 0.127559,0.0634567 0.127559,0.141728 l -9.056e-4,0.0992402 c 0,0.0156575 0.012685,0.0283504 0.028335,0.0283504 l 0.076319,-3.94e-6 -0.00231,0.0681535 h -0.102126 c -0.037339,0 -0.067618,-0.0302795 -0.067618,-0.067622 l 8.189e-4,-0.128118 c 0,-0.041 -0.019071,-0.0742402 -0.060071,-0.0742402 -0.041008,-3.94e-6 -0.060079,0.0332402 -0.060079,0.0742402 V 1.290627 c 0,0.041 0.019067,0.074252 0.060079,0.074252 0.041004,-3.9e-6 0.060071,-0.033252 0.060071,-0.074252 L 2.9089785,1.162639 c 0,-0.037343 0.030276,-0.067618 0.067614,-0.067618 l 0.219201,-3.9e-6 c 0.03735,0 0.067618,0.030284 0.067618,0.067622 l -1.181e-4,0.236736 c 0,0.109583 -0.088831,0.198425 -0.198421,0.198425 l -0.430299,-4e-6 c -0.109587,0 -0.198429,-0.088839 -0.198429,-0.198417 V 0.64313101 c 0,-0.109591 0.088843,-0.198417 0.198429,-0.198417 h 0.430303 c 0.109591,0 0.198417,0.0888268 0.198417,0.198417 l 1.22e-4,0.247488 c 0,0.0373386 -0.030276,0.067622 -0.067622,0.067622 h -0.117075 l 0.00231,-0.0681535 z"/>
<path id="_59557240" style="fill:#000000"
d="M 3.69214,1.1505 H 3.615069 C 3.597884,1.1505 3.581703,1.14378 3.56951,1.131591 3.557313,1.119394 3.550597,1.103217 3.550597,1.086032 v -0.15622 c 0,-5.0394e-4 -2.047e-4,-9.6063e-4 -6.063e-4,-0.001362 -3.976e-4,-4.0158e-4 -8.583e-4,-6.063e-4 -0.00136,-6.063e-4 h -0.156217 c -0.017185,0 -0.033366,-0.006713 -0.045559,-0.0189094 -0.012193,-0.0121929 -0.018909,-0.028374 -0.018909,-0.0455591 l 3.9e-6,-0.152311 c 0,-0.0355512 0.028913,-0.0644685 0.064465,-0.0644685 h 0.15622 c 0.00101,0 0.00196,-9.5669e-4 0.00196,-0.001969 v -0.156224 c 0,-0.0355472 0.028921,-0.0644646 0.064468,-0.0644646 h 0.152319 c 0.017181,0 0.033358,0.006717 0.045551,0.0189134 0.012197,0.0121929 0.018913,0.0283701 0.018913,0.0455551 v 0.15622 c 0,5.0394e-4 2.008e-4,9.6063e-4 6.063e-4,0.001362 4.016e-4,4.0158e-4 8.583e-4,6.063e-4 0.00136,6.063e-4 h 0.156217 c 0.017185,0 0.033366,0.006717 0.045559,0.0189094 0.012197,0.0121969 0.018913,0.028374 0.018913,0.0455591 v 0.152311 c 0,0.017185 -0.00672,0.0333661 -0.018913,0.0455591 -0.012193,0.0121969 -0.028374,0.0189094 -0.045559,0.0189094 h -0.156213 c -5.079e-4,0 -9.685e-4,2.0472e-4 -0.00137,6.063e-4 -4.015e-4,4.0157e-4 -6.023e-4,8.622e-4 -6.023e-4,0.001362 v 0.15622 c 0,0.017185 -0.00672,0.033362 -0.018913,0.045559 -0.012193,0.012189 -0.028374,0.018909 -0.045555,0.018909 h -0.07524 l -0.00232,-0.0625 h 0.077559 c 0.00101,0 0.00196,-9.567e-4 0.00196,-0.00197 v -0.15622 c 0,-0.0355512 0.028921,-0.0644685 0.064468,-0.0644685 h 0.156217 c 0.00102,0 0.00197,-9.5669e-4 0.00197,-0.001969 v -0.152311 c 0,-5.0394e-4 -2.047e-4,-9.6063e-4 -6.063e-4,-0.001362 -4.016e-4,-4.0551e-4 -8.622e-4,-6.063e-4 -0.00137,-6.063e-4 h -0.156213 c -0.017189,0 -0.03337,-0.006717 -0.045563,-0.0189094 C 3.7760605,0.6779886 3.769348,0.6618115 3.769348,0.6446264 v -0.156224 c 0,-5e-4 -2.047e-4,-9.5669e-4 -6.063e-4,-0.001358 -3.977e-4,-4.0158e-4 -8.622e-4,-6.063e-4 -0.00136,-6.063e-4 h -0.152311 c -5.079e-4,0 -9.646e-4,2.0472e-4 -0.00137,6.063e-4 -4.015e-4,3.9764e-4 -6.063e-4,8.5827e-4 -6.063e-4,0.001362 v 0.15622 c 0,0.0171811 -0.00672,0.0333622 -0.018909,0.0455591 -0.012197,0.0121929 -0.028378,0.0189094 -0.045559,0.0189094 h -0.156217 c -5.039e-4,0 -9.645e-4,2.0472e-4 -0.00137,6.0236e-4 -4.016e-4,4.0158e-4 -6.024e-4,8.6221e-4 -6.024e-4,0.001366 l 4e-6,0.152311 c 0,5.0394e-4 1.968e-4,9.6457e-4 5.984e-4,0.001366 4.055e-4,4.0158e-4 8.622e-4,6.0236e-4 0.00137,6.0236e-4 h 0.15622 c 0.017185,0 0.033358,0.006717 0.045555,0.0189134 0.012197,0.0121929 0.018909,0.028374 0.018909,0.0455551 V 1.0860313 c 0,5.04e-4 2.048e-4,9.607e-4 6.063e-4,0.00136 4.016e-4,4.016e-4 8.583e-4,6.063e-4 0.00136,6.063e-4 h 0.07476 l 0.00231,0.0625 z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,75 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" id="svg2"
xml:space="preserve" width="636.73657" height="390.32925" viewBox="0 0 636.73656 390.32925"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs6"/>
<path d="m 112.86461,347.89593 h 13.632 v 41.18493 h 14.4 v -41.18493 h 13.63199 v -11.8068 h -41.66399 v 11.8068"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path32"/>
<path
d="m 182.9446,368.921 h -5.664 l 5.28,-21.888 h 0.864 l 5.184,21.888 z m 0,-32.83187 h -10.944 l -15.36,52.99173 h 15.36 l 2.592,-9.2156 h 8.352 8.352 l 2.208,9.2156 h 15.264 l -14.88,-52.99173 h -10.944"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path34"/>
<path
d="m 84.928611,368.921 h -5.75974 l 5.27974,-21.888 h 0.864 l 5.28,21.888 z m 0,-32.83187 h -11.04 l -15.264,52.99173 h 15.264 l 2.688,-9.2156 h 8.352 8.256 l 2.208,9.2156 H 110.65661 L 95.776611,336.08913 h -10.848"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path36"/>
<path
d="m 33.185009,366.71313 c 0,8.35053 -0.4808,10.55987 -7.8724,10.55987 h -1.343733 -9.216267 v -29.37707 h 9.216267 1.343733 c 7.3916,0 7.8724,2.20947 7.8724,10.08134 z m -5.664133,-30.624 H 0.35260967 v 52.99173 H 27.520876 c 15.263599,0 20.543733,-5.75986 20.543733,-21.02399 v -10.94374 c 0,-15.35986 -5.280134,-21.024 -20.543733,-21.024"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path38"/>
<path
d="m 442.2406,355.76887 c 0,4.41613 -1.344,5.66413 -6.144,5.66413 h -0.864 -7.008 v -13.53707 h 7.008 0.864 c 4.8,0 6.144,1.34534 6.144,5.6652 z m -7.008,-19.67974 h -21.504 v 52.99173 h 14.496 V 373.721 h 7.008 0.864 c 4.416,0 6.144,1.34266 6.144,5.664 v 9.69586 h 14.496 v -10.94373 c 0,-6.624 -3.072,-10.08026 -10.08,-11.424 6.528,-0.864 10.08,-4.8 10.08,-11.80773 v -4.41627 c 0,-11.80826 -6.624,-14.4 -21.504,-14.4"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path40"/>
<path
d="m 495.6166,368.921 h -5.664 l 5.28,-21.888 h 0.864 l 5.28,21.888 z m 0,-32.83187 h -10.848 l -15.36,52.99173 h 15.36 l 2.592,-9.2156 h 8.256 8.352 l 2.208,9.2156 h 15.36 l -14.88,-52.99173 h -11.04"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path42"/>
<path
d="m 560.51259,335.22513 h -7.872 c -14.49599,0 -20.15999,7.39214 -20.15999,24.09587 v 7.8724 c 0,14.8796 6.144,23.13586 17.95199,23.13586 h 9.6 c 14.016,0 19.77734,-7.00826 19.77734,-21.40826 v -8.736 h -21.98534 v 9.59893 h 8.352 v 2.20893 c 0,3.9364 -2.208,5.28014 -7.872,5.28014 h -3.936 c -7.00799,0 -7.87199,-2.20934 -7.87199,-10.55987 v -8.73586 c 0,-7.87187 0.864,-10.08134 7.87199,-10.08134 h 3.456 c 5.28,0 7.968,1.34534 7.968,4.4172 h 14.01734 v -2.20773 c 0,-8.35213 -7.48934,-14.88027 -19.29734,-14.88027"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path44"/>
<path
d="m 610.43259,377.273 v -10.0796 h 24.96 v -10.08027 h -24.96 v -9.2172 h 25.824 v -11.8068 h -40.32 v 52.99173 h 40.8 V 377.273 h -26.304"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path46"/>
<path
d="m 383.1046,366.71313 c 0,8.35053 -0.384,10.55987 -7.872,10.55987 h -1.344 -1.248 c -7.488,0 -7.968,-2.20934 -7.968,-10.55987 v -8.73586 c 0,-7.87187 0.48,-10.08134 7.968,-10.08134 h 1.248 1.344 c 7.488,0 7.872,2.20947 7.872,10.08134 z m -5.664,-31.488 h -7.008 c -15.36,0 -20.16,5.664 -20.16,21.888 v 10.94374 c 0,15.74426 4.8,22.27239 20.16,22.27239 h 3.456 3.552 c 15.264,0 20.544,-6.52813 20.544,-22.27239 v -10.94374 c 0,-16.224 -5.28,-21.888 -20.544,-21.888"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path48"/>
<path d="m 295.5526,347.89593 h 13.536 v 41.18493 h 14.496 v -41.18493 h 13.536 v -11.8068 h -41.568 v 11.8068"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path50"/>
<path
d="m 269.6326,357.11313 -10.464,-1.34426 c -3.936,-0.47974 -5.664,-0.47974 -5.664,-3.45574 v -2.20773 c 0,-2.68813 1.728,-3.55213 5.664,-3.55213 h 3.456 c 3.552,0 4.896,0.864 4.896,4.4156 v 0.3844 h 14.016 v -3.45734 c 0,-8.35106 -5.76,-12.6708 -16.704,-12.6708 h -8.256 c -5.76,0 -10.08,0.38387 -13.152,3.07187 -2.688,2.112 -4.416,6.04693 -4.416,11.32813 v 3.07187 c 0,8.736 3.936,13.15213 12.288,14.01613 l 11.808,1.34374 c 3.552,0.3844 5.664,0.86413 5.664,3.93599 v 2.20827 c 0,3.07187 -1.728,3.936 -6.144,3.936 h -3.456 c -5.28,0 -7.008,-1.34427 -7.008,-4.8 v -0.95987 h -13.536 v 3.93587 c 0,9.21613 5.664,14.01613 17.952,14.01613 h 11.328 c 9.696,0 15.36,-6.52813 15.36,-15.2656 v -4.7984 c 0,-7.96826 -4.416,-12.28799 -13.632,-13.15213"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.13333333" id="path52"/>
<g id="g30" transform="matrix(141.49682,0,0,152.17273,-3.7227813,-5.5025659)"><path
d="m 4.0664,0.32104 c -3e-4,0.01278 -8e-4,0.02329 -0.0012,0.02705 -0.0033,0.02882 0,0.04245 -0.0831,0.04245 C 3.899,0.39054 3.9023,0.37691 3.899,0.34809 3.898,0.33871 3.897,0.2874 3.8971,0.26339 c 1e-4,-0.02401 9e-4,-0.07532 0.0019,-0.0847 0.0033,-0.02882 0,-0.04244 0.0831,-0.04244 0.0831,0 0.0798,0.01362 0.0831,0.04244 5e-4,0.00393 9e-4,0.01524 0.0012,0.02881 L 4.18,0.20749 C 4.1793,0.18173 4.1781,0.16021 4.1768,0.14899 4.1703,0.091354 4.193,0.03617 3.9822,0.03617 3.7715,0.036161 3.7942,0.091358 3.7877,0.14899 3.7856,0.16775 3.7836,0.21538 3.7838,0.26339 3.784,0.31141 3.7855,0.35903 3.7877,0.37779 3.7942,0.43543 3.7715,0.49062 3.9822,0.49062 4.193,0.49061 4.1703,0.43543 4.1768,0.37779 4.1781,0.36683 4.1791,0.34602 4.1798,0.32104 Z"
id="path6" />
<polygon
points="2.6636,0.48172 2.7736,0.15772 2.7736,0.48172 2.8845,0.48172 2.8845,0.046823 2.7186,0.047689 2.6077,0.37168 2.4968,0.047689 2.3309,0.046823 2.3309,0.48172 2.4418,0.48172 2.4418,0.15772 2.5527,0.48172 "
id="polygon8"/>
<polygon
points="4.5237,0.15772 4.4198,0.15772 4.4198,0.48172 4.3088,0.48172 4.3088,0.15772 4.2049,0.15772 4.2049,0.046823 4.5237,0.046823 "
id="polygon10"/>
<polygon
points="3.4772,0.046394 3.6425,0.046394 3.77,0.48172 3.6591,0.48172 3.6329,0.39176 3.4874,0.39176 3.508,0.32104 3.612,0.32104 3.5604,0.14375 3.4609,0.48172 3.35,0.48172 "
id="polygon12"/>
<path
d="m 2.0638,0.13625 c 0.0831,0 0.0798,0.01362 0.0831,0.04244 0.0011,0.00938 0.0018,0.0607 0.0019,0.0847 10e-5,0.02401 -8e-4,0.07532 -0.0019,0.0847 -0.0033,0.02882 0,0.04245 -0.0831,0.04245 C 1.9807,0.39054 1.984,0.37691 1.9807,0.34809 1.9796,0.33871 1.9787,0.2874 1.9788,0.26339 c 1e-4,-0.02401 8e-4,-0.07532 0.0019,-0.0847 0.0033,-0.02882 0,-0.04244 0.0831,-0.04244 l 10e-5,-0.10009 c -0.2107,1e-6 -0.188,0.055198 -0.1945,0.11283 -0.0022,0.01876 -0.0041,0.06639 -0.0039,0.1144 2e-4,0.04802 0.0017,0.09564 0.0039,0.1144 0.0065,0.05764 -0.0162,0.11283 0.1945,0.11283 0.2107,0 0.188,-0.05519 0.1946,-0.11283 C 2.2606,0.35903 2.2622,0.31141 2.2624,0.26339 2.2626,0.21538 2.2606,0.16776 2.2585,0.14899 2.2519,0.091354 2.2747,0.03617 2.0639,0.03617 Z"
id="path14-3"/>
<path
d="m 1.6893,0.32104 c -3e-4,0.01278 -7e-4,0.02329 -0.0011,0.02705 -0.0033,0.02882 0,0.04245 -0.0831,0.04245 C 1.522,0.39054 1.5253,0.37691 1.522,0.34809 1.5209,0.33871 1.5199,0.2874 1.52,0.26339 c 10e-5,-0.02401 9e-4,-0.07532 0.002,-0.0847 0.0033,-0.02882 0,-0.04244 0.0831,-0.04244 0.0831,0 0.0798,0.01362 0.0831,0.04244 4e-4,0.00393 8e-4,0.01524 0.0011,0.02881 L 1.803,0.20749 C 1.8023,0.18173 1.801,0.16021 1.7998,0.14899 1.7932,0.091354 1.8159,0.03617 1.6052,0.03617 1.3945,0.036161 1.4172,0.091358 1.4106,0.14899 1.4085,0.16775 1.4065,0.21538 1.4067,0.26339 1.4069,0.31141 1.4085,0.35903 1.4106,0.37779 1.4172,0.43543 1.3945,0.49062 1.6052,0.49062 1.8159,0.49061 1.7932,0.43543 1.7998,0.37779 1.801,0.36683 1.8021,0.34602 1.8028,0.32104 Z"
id="path16-6"/>
<path
d="m 3.1546,0.38225 -0.0673,-3e-5 v -0.0992 l 0.0673,-4.1e-4 c 0.083,0 0.0805,-0.01362 0.0837,-0.04244 C 3.2394,0.23079 3.2392,0.2385 3.2391,0.21449 3.239,0.19048 3.2394,0.19872 3.2383,0.18935 3.2351,0.16053 3.2376,0.1469 3.1546,0.1469 l -0.0674,1.8e-4 2e-4,0.3342 H 2.9762 V 0.04682 l 0.1784,-1e-6 c 0.2107,0 0.1876,0.055341 0.1953,0.11283 0.001,0.00681 0.001,0.03825 0.001,0.05519 0,0.01362 0,0.04506 -0.001,0.05503 -0.0053,0.05776 0.0154,0.11239 -0.1953,0.112381 z"
id="path18-7"/>
<path
d="M 0.99776,2.1193 0.30357,2.1185 C 0.20312,2.1185 0.1217,2.037 0.1217,1.9366 V 0.8799 c 0,-0.10042 0.08142,-0.18184 0.18187,-0.18184 l 0.43447,-4.9e-4 c 0.05217,0 0.09448,-0.04229 0.09448,-0.09448 L 0.83379,0.1806 c 0,-0.02186 0.01773,-0.03959 0.0396,-0.03959 H 1.1281 c 0.0219,0 0.0396,0.01773 0.0396,0.0396 l 0.0026,1.8992 c 0,0.0219 -0.0177,0.0396 -0.0396,0.0396 L 0.99776,2.11931 0.99453,2.21361 H 1.1683 c 0.0521,0 0.0944,-0.0423 0.0944,-0.0945 V 0.14031 C 1.2627,0.08809 1.2204,0.045795 1.1683,0.045795 H 0.8341 c -0.05217,0 -0.09448,0.042299 -0.09448,0.094465 l 4.7e-4,0.42355 c 0,0.02186 -0.01773,0.03961 -0.03961,0.03961 L 0.30357,0.60269 c -0.15312,0 -0.27726,0.12412 -0.27726,0.27725 l 5e-6,1.0567 c 0,0.1531 0.12414,0.2772 0.27726,0.2772 l 0.69095,-2e-4 0.00323,-0.0943 z"
id="path20-5"/>
<path
d="M 0.73961,1.7303 V 1.0467 c 0,-0.05727 -0.04645,-0.10371 -0.10375,-0.10371 -0.05729,0 -0.10373,0.04644 -0.10373,0.10371 v 0.7379 c 0,0.0573 0.04644,0.1038 0.10373,0.1038 0.0573,0 0.10375,-0.0465 0.10375,-0.1038 V 1.7303 l 0.0943,0.0033 v 0.051 c 0,0.1094 -0.08867,0.1981 -0.19805,0.1981 C 0.5265,1.9827 0.43783,1.894 0.43783,1.7846 V 1.0467 c 0,-0.10934 0.08867,-0.19801 0.19803,-0.19801 0.10938,0 0.19805,0.08867 0.19805,0.19801 v 0.6869 z"
id="path22-3"/>
<path
d="m 1.6576,2.1193 h -0.13 C 1.5058,2.1193 1.488,2.1015 1.488,2.0797 L 1.4896,0.7385 c 0,-0.02187 0.0178,-0.0396 0.0396,-0.0396 h 0.2547 c 0.0219,0 0.0397,0.01773 0.0397,0.03961 l 0.0026,1.3411 c 0,0.0219 -0.0178,0.0396 -0.0396,0.0396 l -0.129,1e-4 v 0.0939 l 0.1665,2e-4 c 0.0522,0 0.0945,-0.0423 0.0945,-0.0945 v -1.4208 c 0,-0.05212 -0.0423,-0.09442 -0.0945,-0.09442 l -0.3342,-10e-6 c -0.0521,0 -0.0944,0.04231 -0.0944,0.09449 l -2e-4,1.4204 c 0,0.0522 0.0419,0.0945 0.0941,0.0945 l 0.1682,10e-5 v -0.0939 z"
id="path24-5"/>
<path
d="M 2.8575,0.96279 2.5777,0.96241 c -0.0861,0 -0.1559,0.06979 -0.1559,0.15589 0,0.0861 0.0698,0.1559 0.1559,0.1559 l 0.3834,0.0011 c 0.1004,0 0.1818,0.0814 0.1818,0.1819 L 3.1417,1.9344 c 0,0.1005 -0.0815,0.1819 -0.1819,0.1819 L 2.1988,2.1177 C 2.1769,2.1177 2.1591,2.0999 2.1591,2.0781 V 1.8932 c 0,-0.0219 0.0178,-0.0396 0.0397,-0.0396 L 2.7174,1.8519 c 0.0861,0 0.156,-0.0698 0.156,-0.1559 0,-0.0861 -0.0699,-0.1559 -0.156,-0.1559 L 2.3419,1.5386 C 2.2415,1.5386 2.1601,1.4572 2.1601,1.3567 V 0.87993 c 0,-0.10045 0.0814,-0.18186 0.1818,-0.18186 l 0.7055,-0.0033 c 0.0218,0 0.0396,0.01775 0.0396,0.03961 v 0.18906 c 0,0.02187 -0.0178,0.03961 -0.0396,0.03961 L 2.8575,0.96279 2.8543,1.0557 l 0.232,10e-5 c 0.0522,0 0.0945,-0.042 0.0945,-0.09413 l 3e-4,-0.26484 c 0,-0.05218 -0.0423,-0.09447 -0.0944,-0.09447 l -0.7448,3.3e-4 c -0.1531,0 -0.2772,0.12412 -0.2772,0.27724 V 1.3567 c 0,0.1531 0.1241,0.2773 0.2772,0.2773 l 0.3755,-7e-4 c 0.0346,0 0.0627,0.0281 0.0627,0.0627 0,0.0346 -0.0281,0.0627 -0.0627,0.0627 l -0.559,-10e-5 c -0.0522,0 -0.0945,0.0423 -0.0945,0.0945 v 0.2643 c 0,0.0521 0.0423,0.0944 0.0945,0.0944 l 0.8014,-1e-4 c 0.1531,0 0.2772,-0.1241 0.2772,-0.2773 L 3.2383,1.4572 C 3.2383,1.3041 3.1142,1.1799 2.9611,1.1799 L 2.5777,1.181 C 2.5431,1.181 2.515,1.153 2.515,1.1183 2.515,1.0837 2.5431,1.0557 2.5777,1.0557 h 0.2766 z"
id="path26-6"/>
<path
d="m 4.2677,1.225 h 0.1202 c 0.0219,0 0.0396,-0.0177 0.0396,-0.0396 L 4.427,0.87994 C 4.427,0.77949 4.3456,0.69807 4.2451,0.69807 H 3.6439 c -0.1005,0 -0.1819,0.08142 -0.1819,0.18187 v 1.0567 c 0,0.1004 0.0814,0.1819 0.1819,0.1819 h 0.6012 c 0.1005,0 0.1819,-0.0815 0.1819,-0.1819 l 5e-4,-0.2904 c 0,-0.0219 -0.0177,-0.0396 -0.0396,-0.0396 H 4.1611 c -0.0219,0 -0.0396,0.0177 -0.0396,0.0396 l 0.0012,0.1384 c 0,0.1094 -0.0688,0.1981 -0.1782,0.1981 -0.1094,0 -0.1782,-0.0887 -0.1782,-0.1981 v -0.7379 c 0,-0.10934 0.0688,-0.19801 0.1782,-0.19801 0.1094,0 0.1782,0.08867 0.1782,0.19801 l -0.0012,0.1387 c 0,0.0219 0.0177,0.0396 0.0396,0.0396 H 4.2677 L 4.2645,1.32024 H 4.1218 c -0.0522,0 -0.0945,-0.0423 -0.0945,-0.0945 l 0.0011,-0.179 c 0,-0.05727 -0.0266,-0.10371 -0.0839,-0.10371 -0.0573,0 -0.0839,0.04645 -0.0839,0.10371 v 0.7379 c 0,0.0573 0.0266,0.1038 0.0839,0.1038 0.0573,0 0.0839,-0.0465 0.0839,-0.1038 L 4.0273,1.60584 c 0,-0.0522 0.0423,-0.0945 0.0945,-0.0945 H 4.428 c 0.0522,0 0.0945,0.0423 0.0945,0.0945 l -10e-5,0.3308 c 0,0.1531 -0.1242,0.2772 -0.2773,0.2772 H 3.6439 c -0.1531,0 -0.2773,-0.1241 -0.2773,-0.2772 v -1.0567 c 0,-0.1531 0.1242,-0.27721 0.2773,-0.27721 h 0.6012 c 0.1531,0 0.2773,0.12411 0.2773,0.27724 l 10e-5,0.34577 c 0,0.0522 -0.0423,0.0945 -0.0945,0.0945 H 4.2645 l 0.0032,-0.0952 z"
id="path28-2"/></g></svg>

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" id="svg12" version="1.1"
viewBox="0 0 187.0882 117.96291" height="1529.9512" width="2426.49">
<metadata id="metadata18">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs16"/>
<path id="path4"
d="M 89.059017,0 C 62.100014,0 39.376072,18.136 32.420072,42.872999 h 41.626863 c 3.974003,-3.508999 9.286019,-5.656032 15.125022,-5.656032 5.839998,0 11.151023,2.147033 15.125023,5.656032 h 41.40203 C 138.74201,18.136 116.01901,0 89.059017,0 Z m -7.201094,5.9936576 c 0.86953,-0.00247 1.664965,0.1253701 2.024085,0.5023699 0.553001,0.5809998 0.469029,0.8959107 0.504026,1.45591 0.006,0.049 2.064,24.9950325 2.064,24.9950325 -0.356999,-0.252 -2.75099,-0.168 -3.106988,0 L 77.665927,7.336022 c -0.035,-0.4690001 0.427063,-0.6160043 1.036064,-0.8680042 0.455999,-0.1888122 1.885076,-0.470741 3.155932,-0.4743602 z M 68.94116,10.156284 c 0.286573,0.0042 0.480796,0.08652 0.563811,0.259768 l 9.287075,22.486945 c 0.414996,1.22 0.162964,1.975974 0.01596,2.185974 -0.923996,-0.168 -6.69798,4.241976 -7.159981,4.850976 -0.378,0.398997 -1.049953,1.301003 -2.435954,0 l -17.920133,-16.9809 c -0.497,-0.427 -0.30798,-1.582107 0.05602,-2.016108 C 52.405529,18.896353 65.893072,10.11145 68.94116,10.156284 Z M 32.348993,74.923958 c 6.9,24.819995 29.664022,43.038952 56.68502,43.038952 27.020007,0 49.783967,-18.218957 56.683977,-43.038952 h -42.041 c -3.901996,3.206997 -8.978934,5.150047 -14.530932,5.150047 -5.554002,0 -10.628041,-1.94305 -14.530039,-5.150047 z m 99.038027,8.706095 c 1.02901,0 1.70093,0.74292 1.70093,1.853919 v 4.516065 c 0,1.280995 -1.99593,1.343995 -1.99593,0 v -3.738109 c 0,-1.260008 -3.5681,-1.365006 -3.5681,0 v 3.654075 c 0,1.153999 -2.01595,1.113004 -2.01595,0 v -3.548969 c 0,-1.449001 -3.9899,-1.489997 -3.9899,0 v 3.464943 c 0,1.344003 -2.078,1.364998 -2.078,0 V 85.72703 c 0,-1.123004 0.58798,-2.096075 2.09998,-2.096075 z m -55.603024,0.112939 h 11.27608 c 0.713999,0 0.73393,1.42705 0.02093,1.428052 h -9.806014 c -0.735002,0 -0.692002,1.321882 0,1.321882 h 8.483068 c 1.260008,0 2.057979,1.198079 2.057979,2.352079 0,1.156998 -0.840015,2.354036 -1.953012,2.354036 H 75.153923 c -0.713999,0 -0.734994,-1.471121 0,-1.471121 h 9.659034 c 1.008006,0 0.924003,-1.552889 0,-1.552889 h -8.902913 c -1.113004,0 -1.701073,-1.241087 -1.701073,-2.227087 0,-1.113004 0.420024,-2.204952 1.575025,-2.204952 z m -30.280008,0.04292 h 11.276076 c 0.714,0 0.734932,1.42705 0.02093,1.428052 h -9.806009 c -0.735,0 -0.692,1.322029 0,1.322029 h 8.483071 c 1.26,0 2.057972,1.19693 2.057972,2.351924 0,1.155001 -0.84101,2.352078 -1.95301,2.352078 h -10.70895 c -0.714,0 -0.734001,-1.469009 0,-1.469009 h 9.658883 c 1.007999,0 0.923999,-1.555001 0,-1.555001 h -8.902918 c -1.113,0 -1.701072,-1.238936 -1.701072,-2.226933 0,-1.111 0.420027,-2.20314 1.575027,-2.20314 z m 44.515941,0.01912 h 12.326001 c 0.672,0 0.715,1.196899 0,1.196899 h -2.01596 -1.995927 c -0.986001,0 -1.142981,0.631114 -1.142981,1.22912 v 4.378869 c 0,1.238002 -2.00602,1.196999 -2.00602,0 v -4.388962 c 0,-0.692996 -0.48199,-1.197045 -1.259992,-1.197045 h -3.927103 c -0.607004,0 -0.628014,-1.218881 0.02198,-1.218881 z m 15.244141,0 h 12.09589 c 0.84,0 0.86198,1.386887 -0.042,1.385884 h -9.97498 c -0.84,0 -0.79899,1.428052 0,1.428052 h 8.46305 c 1.008,0 1.049,1.533012 0,1.533012 h -8.46305 c -0.734,0 -0.75599,1.300957 0,1.300957 h 9.764 c 0.777,0 0.883,1.5181 0,1.5181 h -11.06992 c -1.07599,0 -1.83208,-0.781086 -1.83208,-1.832085 V 84.86595 c 0,-0.514003 0.3871,-1.060913 1.0591,-1.060913 z m -45.015754,0.02981 c 0.502251,-0.0094 1.004645,0.230683 1.005645,0.721185 v 0.923872 c 0,1.034999 0.04202,1.260138 1.12702,1.260138 h 6.858951 c 1.204,0 1.5681,-0.05705 1.5681,-1.428052 V 84.69503 c 0,-0.959 2.037039,-0.973002 2.037039,0 v 4.607014 c 0,0.978006 -0.672071,1.831938 -1.701071,1.831938 H 60.365024 c -0.91,0 -0.938,-1.455007 0,-1.455007 h 9.126996 c 1.126001,0 1.106,-1.462987 0,-1.462987 h -8.945986 c -0.77,0 -1.302007,-0.672025 -1.302007,-1.422031 v -2.18401 c 0,-0.507002 0.50204,-0.765719 1.004289,-0.775095 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path
d="M 28.558,49.276981 H 7.448 c -2.24,0 -7.448,3.416 -7.448,9.967 0,5.879 5.544,10.246 7.504,10.246 H 28.67 c 1.512,0 1.344,-4.982 0,-4.982 H 10.191 c -1.68,0 -4.647,-2.408 -4.647,-5.264 0,-3.024 2.352,-5.096 3.976,-5.096 h 19.095 c 1.624,0 1.567,-4.871 -0.057,-4.871 z m 24.806,-0.224 H 34.997 c -1.344,0 -1.876,0.672 -1.876,1.875 v 16.603 c 0,1.4 0.336,1.723 1.722,1.723 h 18.969 c 2.464,0 8.623,-1.666 8.623,-10.122 0,-8.455 -6.439,-10.079 -9.071,-10.079 z m -0.392,15.147 H 40.681 c -1.344,0 -1.876,-0.252 -1.876,-1.428 v -6.58 c 0,-1.092 0.56,-1.932 1.932,-1.932 h 11.815 c 2.015,0 4.144,1.624 4.144,4.591 0,2.97 -2.1,5.349 -3.724,5.349 z m 15.294,-2.317 c 1.682,0 3.045,-1.176 3.045,-2.625 0,-1.45 -1.363,-2.625 -3.045,-2.625 -1.682,0 -3.045,1.175 -3.045,2.625 0,1.45 1.363,2.625 3.045,2.625 z m 35.663,-7.58 c 0,-2.884 -4.27,-5.642 -6.719,-5.642 H 75.147 c -0.792,0 -1.204,0.399 -1.204,1.204 v 18.506 c 0,2.015 6.02,1.891 6.02,0 v -4.48 c 0,-1.062 0.574,-1.65 1.652,-1.65 h 14.252 c 1.441,0 2.07,1.455 2.07,2.492 v 3.582 c 0,2.072 5.992,1.918 5.992,0 v -4.479 c 0,-1.68 -1.4,-3.641 -1.4,-3.641 0,0 1.4,-1.924 1.4,-3.5 z m -7.364,2.729 H 80.83 c -1.12,0 -1.148,-2.884 0,-2.884 h 15.735 c 1.036,0 1.092,2.884 0,2.884 z m 34.243,-7.979 h -15.68 c -3.584,0 -9.127,2.912 -9.127,9.855 0,8.623 6.887,10.416 8.959,10.416 h 16.35 c 2.186,0 8.457,-2.576 8.457,-10.416 0,-6.663 -5.825,-9.855 -8.959,-9.855 z m -0.801,14.951 h -13.656 c -1.32,0 -4.205,-1.723 -4.205,-5.129 0,-3.187 3.01,-4.559 4.312,-4.559 h 13.229 c 1.303,0 3.85,1.75 3.85,4.559 -0.001,4.038 -2.38,5.129 -3.53,5.129 z m 18.215,-15.063 c -4.066,0 -5.852,3.507 -5.852,5.852 v 13.69 c 0,2.129 5.74,1.961 5.74,0 v -12.081 c 0,-1.47 0.811,-2.142 1.902,-2.142 h 3.697 c 0.783,0 1.344,0.392 1.344,1.736 v 12.375 c 0,2.016 5.768,2.129 5.768,0 v -11.871 c 0,-0.784 0.168,-2.24 1.959,-2.24 h 3.248 c 1.287,0 1.932,0.952 1.932,1.932 v 12.068 c 0,2.295 5.627,2.295 5.627,0 v -14.616 c 0,-1.792 -2.225,-4.718 -6.816,-4.718 -4.591,0 -15.008,0.015 -18.549,0.015 z m 29.117,-5.824 c -0.93,0 -0.824,2.38 0,2.38 h 5.6 c 1.541,0 1.568,2.996 0,2.996 -1.566,0 -4.143,0.196 -4.982,0.196 -0.839,0 -1.82,1.204 -1.82,1.932 v 3.01 c 0,0.546 0.531,0.798 0.861,0.798 h 9.723 c 0.504,0 0.475,-1.848 0,-1.848 h -7.084 c -0.785,0 -0.869,-1.596 0.111,-1.596 h 2.744 c 2.771,0 4.508,-2.268 4.508,-3.835 0,-2.772 -2.465,-4.06 -4.199,-4.06 -1.738,-0.001 -4.734,0.027 -5.462,0.027 z"
id="path8" style="clip-rule:evenodd;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,87 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.0"
width="4.4760342in" height="3.2831709in" viewBox="0 0 4.476034 3.283171" id="svg3116" xml:space="preserve"><metadata
id="metadata37"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs3118">
<style type="text/css" id="style3120"/>
</defs>
<g id="Layer_x0020_1" transform="translate(-0.0369858,-0.0334173)">
<g id="_58591368">
<path
d="M 4.50867,2.49025 V 3.156817 C 4.50867,3.19949 4.492201,3.239612 4.4623,3.269793 4.432406,3.29997 4.392658,3.316588 4.350391,3.316588 H 0.195261 C 0.1529933,3.316588 0.1132492,3.29997 0.083352,3.269793 0.0534503,3.2396119 0.0369858,3.1994899 0.0369858,3.156817 V 2.49025 c 0,-0.088098 0.071,-0.159772 0.158276,-0.159772 h 4.15513 c 0.042272,0 0.082012,0.016618 0.111909,0.046795 0.029902,0.030181 0.046366,0.070299 0.04637,0.112976 z M 4.403654,2.43538 C 4.389174,2.420762 4.370752,2.413034 4.35039,2.413034 l -4.15513,3.9e-6 c -0.019874,0 -0.0386811,0.00786 -0.0529567,0.02213 -0.0146772,0.014681 -0.0227598,0.03424 -0.0227598,0.055083 v 0.666567 c 0,0.020768 0.007976,0.040256 0.0224528,0.05487 0.0144843,0.014618 0.0329016,0.022343 0.0532638,0.022343 h 4.15513 c 0.020362,0 0.03878,-0.00773 0.05326,-0.022343 0.014484,-0.014618 0.022461,-0.034106 0.022461,-0.05487 v -0.666567 c 0,-0.020768 -0.00798,-0.040256 -0.022457,-0.054871 z"
style="fill:#000000" id="_122650584"/>
<path
d="m 4.05846,0.316587 c -3.346e-4,0.0127087 -7.48e-4,0.0231535 -0.00117,0.0268937 -0.00326,0.0286457 0,0.042189 -0.082594,0.042189 -0.082591,0 -0.079335,-0.0135433 -0.082591,-0.042189 -0.00106,-0.009323 -0.00204,-0.0603307 -0.00194,-0.0841929 1.024e-4,-0.0238622 8.819e-4,-0.0748701 0.00194,-0.0841929 0.00326,-0.0286457 0,-0.042189 0.082591,-0.042189 0.082598,0 0.079339,0.0135433 0.082594,0.042189 4.449e-4,0.003909 8.386e-4,0.0151417 0.00116,0.0286299 h 0.1129879 c -7.283e-4,-0.0256063 -0.00194,-0.0470039 -0.00321,-0.0581535 -0.00651,-0.0572913 0.016059,-0.112154 -0.193402,-0.112154 -0.209457,0 -0.18689,0.0548622 -0.193402,0.112154 -0.00212,0.0186496 -0.00408,0.0659882 -0.00388,0.113717 2.008e-4,0.0477283 0.00176,0.0950669 0.00388,0.113717 0.00651,0.0572913 -0.016055,0.11215 0.193402,0.11215 0.209461,0 0.18689,-0.0548583 0.193402,-0.11215 0.00124,-0.0108937 0.00229,-0.0315827 0.00298,-0.0564134 l -0.112744,-3.94e-6 z"
style="fill:#000000" id="_120360168"/>
<path style="fill:#000000;stroke-width:96"
d="m 296.12109,57.238281 -71.06836,0.03125 c -14.61052,0 -26.45507,11.843015 -26.45507,26.455078 v 45.500001 c 0,14.61091 11.84455,26.45703 26.45507,26.45703 l 35.83399,-0.0625 c 3.30406,0 5.98047,2.67793 5.98047,5.98047 0,3.30406 -2.67641,5.98242 -5.98047,5.98242 l -53.3457,-0.0117 c -4.97878,0 -9.01563,4.0373 -9.01563,9.01758 v 25.2207 c 0,4.97991 4.03723,9.01563 9.01563,9.01563 l 76.47265,-0.0156 c 14.61091,0 26.45703,-11.84496 26.45703,-26.45703 l 0.12305,-45.54297 c 0,-14.61091 -11.84612,-26.45703 -26.45703,-26.45703 l -36.58399,0.10547 c -3.30292,0 -5.98046,-2.67836 -5.98046,-5.98242 3.8e-4,-3.30255 2.67792,-5.98047 5.98046,-5.98047 l 48.53516,0.0156 c 4.97877,0 9.01563,-4.005603 9.01563,-8.984379 l 0.0332,-25.271485 c 0,-4.979904 -4.03572,-9.015625 -9.01563,-9.015625 z m -3.75,8.81836 c 2.08668,0 3.7793,1.692621 3.7793,3.779297 v 18.041015 c 0,2.086685 -1.6911,3.78125 -3.7793,3.78125 l -44.81836,-0.0625 c -8.21591,0 -14.8789,6.662967 -14.8789,14.878907 0,8.21743 6.66259,14.87891 14.8789,14.87891 l 36.58399,0.0996 c 9.58417,0 17.35547,7.77135 17.35547,17.35547 l -0.12305,45.54297 c 0,9.58569 -7.77135,17.35547 -17.35547,17.35547 l -72.62305,0.13086 c -2.0863,0 -3.77929,-1.69262 -3.77929,-3.7793 v -17.63867 c 0,-2.08819 1.69262,-3.7793 3.77929,-3.7793 l 49.4961,-0.1621 c 8.21745,0 14.8789,-6.66146 14.8789,-14.87891 0,-8.21704 -6.66145,-14.87891 -14.8789,-14.87891 l -35.83399,-0.14062 c -9.58417,0 -17.35546,-7.77135 -17.35546,-17.35547 V 83.724609 c 0,-9.585302 7.77134,-17.353515 17.35546,-17.353515 z"
transform="scale(0.01041667)" id="_59377256"/>
<path style="fill:#000000;stroke-width:96"
d="m 143.75,57.363281 c -4.9784,0 -9.01367,4.038807 -9.01367,9.017578 l -0.0176,135.544921 h -0.002 c 0,4.97991 4.0056,9.01563 8.98437,9.01563 l 31.93945,0.0332 c 4.97991,0 9.01563,-4.03685 9.01563,-9.01563 V 66.380859 c 0,-4.978771 -4.03572,-9.017578 -9.01563,-9.017578 z m 3.75195,9.087891 h 24.30469 c 2.08781,0 3.78125,1.693442 3.78125,3.78125 l 0.24805,127.978518 c 0,2.08781 -1.69067,3.77929 -3.77735,3.77929 h -24.70898 c -2.08753,0 -3.77822,-1.69158 -3.7793,-3.77734 l 0.15235,-127.980468 c 0,-2.087808 1.69149,-3.78125 3.77929,-3.78125 z"
transform="scale(0.01041667)" id="_59788944"/>
<path style="fill:#000000;stroke-width:96"
d="m 81.167969,4.1269531 c -4.978771,0 -9.015625,4.0352752 -9.015625,9.0136719 l 0.04492,40.417969 c 0,2.086675 -1.693058,3.779297 -3.78125,3.779297 l -37.875,-0.06836 c -14.612064,0 -26.4570316,11.843015 -26.4570316,26.455078 V 184.55859 c 0,14.61092 11.8450636,26.45508 26.4570316,26.45508 l 82.513676,-0.0234 c 4.97877,0 9.01758,-4.03572 9.01758,-9.01562 V 13.140625 c 0,-4.9783967 -4.03881,-9.0136719 -9.01758,-9.0136719 z m 3.748047,9.0859379 H 109.2207 c 2.08669,0 3.78125,1.692621 3.78125,3.779297 l 0.25,181.232422 c 0,2.08667 -1.69262,3.78125 -3.77929,3.78125 l -78.931644,-0.0918 c -9.585303,0 -17.355469,-7.77134 -17.355469,-17.35547 V 83.724609 c 0,-9.585302 7.770205,-17.355468 17.355469,-17.355468 L 72,66.324219 c 4.978771,0 9.015625,-4.037674 9.015625,-9.017578 l 0.123047,-40.314453 c 0,-2.086676 1.690668,-3.779297 3.777344,-3.779297 z"
transform="scale(0.01041667)" id="_59925752"/>
<path style="fill:#000000;stroke-width:96"
d="m 62.25,80.744141 c -10.435987,0 -18.896484,8.46042 -18.896484,18.896484 v 70.417965 c 0,10.43562 8.46042,18.89649 18.896484,18.89649 10.437523,0 18.898438,-8.46042 18.898438,-18.89649 V 99.640625 C 81.148437,89.204638 72.687504,80.744141 62.25,80.744141 Z m 0,8.998047 c 5.468218,0 9.900391,4.431755 9.900391,9.898437 v 70.417965 c 0,5.46671 -4.432173,9.90039 -9.900391,9.90039 -5.466326,3.8e-4 -9.898438,-4.43406 -9.898438,-9.90039 V 99.640625 c 0,-5.46671 4.431756,-9.898438 9.898438,-9.898437 z"
transform="scale(0.01041667)" id="_59749840"/>
<path style="fill:#000000;stroke-width:96"
d="m 349.29492,57.269531 c -14.61206,0 -26.45703,11.844968 -26.45703,26.457031 V 184.55859 c 0,14.61092 11.84506,26.45703 26.45703,26.45703 h 57.37305 c 14.61091,0 26.45508,-11.84611 26.45508,-26.45703 l 0.0176,-31.56445 c 0,-4.97877 -4.03729,-9.01562 -9.01757,-9.01562 h -29.22461 c -4.97877,0 -9.01758,4.03685 -9.01758,9.01562 l 0.10937,17.06641 c -6.1e-4,5.4658 -2.54214,9.89843 -8.00781,9.89843 -5.46784,3.8e-4 -8.01172,-4.43406 -8.01172,-9.90039 V 99.642578 c 0,-5.46671 2.5435,-9.90039 8.01172,-9.90039 5.46671,0 8.00781,4.433709 8.00781,9.90039 l -0.10937,17.082032 c 0,4.97877 4.03881,9.01562 9.01758,9.01562 h 29.22461 c 4.9799,0 9.01562,-4.03685 9.01562,-9.01562 l -0.0156,-32.998048 c 0,-14.612063 -11.84379,-26.457031 -26.45508,-26.457031 z m 0.002,9.101563 h 57.37304 c 9.58412,0 17.35352,7.768213 17.35352,17.353515 l 0.0488,29.148441 c 0,2.0878 -1.69306,3.78125 -3.78125,3.78125 h -21.64258 c -2.08668,0 -3.7793,-1.69345 -3.7793,-3.78125 l 0.12109,-13.232425 c 0,-10.436064 -6.57181,-18.896484 -17.00781,-18.896484 -10.43712,0 -17.00781,8.460497 -17.00781,18.896484 v 70.417965 c 0,10.43607 6.5703,18.89844 17.00781,18.89844 10.43607,0 17.00781,-8.46282 17.00781,-18.89844 l -0.12109,-13.21484 c 0,-2.08819 1.69262,-3.7793 3.7793,-3.7793 h 21.64258 c 2.0878,0 3.77929,1.69111 3.77929,3.7793 l -0.0469,27.71484 c 0,9.58413 -7.76898,17.35547 -17.35352,17.35547 h -57.37304 c -9.58527,0 -17.35743,-7.7713 -17.35743,-17.35547 V 83.724609 c 0,-9.585263 7.77182,-17.353515 17.35743,-17.353515 z"
transform="scale(0.01041667)" id="_59258872"/>
<polygon
points="2.49826,0.044878 2.33333,0.0440157 2.33333,0.476307 2.44358,0.476307 2.44358,0.154252 2.55381,0.476307 2.66406,0.476307 2.77344,0.154252 2.77344,0.476307 2.88368,0.476307 2.88368,0.0440157 2.71874,0.044878 2.60851,0.366933 "
style="fill:#000000" id="_120867768"/>
<polygon
points="4.51302,0.154252 4.40971,0.154252 4.40971,0.476307 4.29948,0.476307 4.29948,0.154252 4.19618,0.154252 4.19618,0.0440157 4.51302,0.0440157 "
style="fill:#000000" id="_59315552"/>
<polygon
points="3.63715,0.0435866 3.76389,0.476307 3.65365,0.476307 3.62761,0.38689 3.45312,0.38689 3.45312,0.316587 3.60677,0.316587 3.55555,0.140362 3.45659,0.476307 3.34636,0.476307 3.4728,0.0435866 "
style="fill:#000000" id="_59262960"/>
<path
d="m 2.06784,0.132906 c 0.082594,0 0.079335,0.0135433 0.082594,0.042189 0.00106,0.009323 0.00183,0.0603307 0.00194,0.0841929 1.024e-4,0.0238622 -8.779e-4,0.0748701 -0.00194,0.0841929 -0.00326,0.0286457 0,0.042189 -0.082594,0.042189 -0.082594,0 -0.079339,-0.0135433 -0.082594,-0.042189 -0.00106,-0.009323 -0.00204,-0.0603307 -0.00194,-0.0841929 1.023e-4,-0.0238622 8.819e-4,-0.0748701 0.00194,-0.0841929 0.00326,-0.0286457 0,-0.042189 0.082594,-0.042189 l 1.26e-4,-0.0994882 c -0.209457,0 -0.186886,0.0548622 -0.193402,0.112154 -0.00212,0.0186496 -0.00408,0.0659882 -0.00388,0.113717 2.008e-4,0.0477283 0.00176,0.0950669 0.00388,0.113717 0.00652,0.0572913 -0.016055,0.11215 0.193402,0.11215 0.209461,0 0.18689,-0.0548583 0.193406,-0.11215 0.00212,-0.0186496 0.00368,-0.0659882 0.00388,-0.113717 C 2.2654568,0.2115605 2.263492,0.1642219 2.261372,0.1455718 2.254852,0.0882805 2.277427,0.0334178 2.067966,0.0334178 Z"
style="fill:#000000" id="_58643680"/>
<path
d="m 1.69562,0.316587 c -3.346e-4,0.0127087 -7.48e-4,0.0231535 -0.00117,0.0268937 -0.00326,0.0286457 0,0.042189 -0.082594,0.042189 -0.082591,0 -0.079335,-0.0135433 -0.082595,-0.042189 -0.00106,-0.009323 -0.00204,-0.0603307 -0.00194,-0.0841929 1.023e-4,-0.0238622 8.779e-4,-0.0748701 0.00194,-0.0841929 0.00326,-0.0286457 0,-0.042189 0.082595,-0.042189 0.082594,0 0.079339,0.0135433 0.082594,0.042189 4.449e-4,0.003909 8.386e-4,0.0151417 0.00116,0.0286299 H 1.808594 C 1.8078696,0.1781185 1.806654,0.1567209 1.805394,0.1455713 1.798884,0.08828 1.821449,0.0334173 1.611992,0.0334173 c -0.209457,0 -0.18689,0.0548622 -0.193402,0.112154 -0.00212,0.0186496 -0.00409,0.0659882 -0.00388,0.113717 2.048e-4,0.0477283 0.00176,0.0950669 0.00388,0.113717 0.00651,0.0572913 -0.016055,0.11215 0.193402,0.11215 0.209457,0 0.18689,-0.0548583 0.193402,-0.11215 0.00124,-0.0108937 0.00229,-0.0315827 0.00298,-0.0564134 l -0.112744,-3.94e-6 z"
style="fill:#000000" id="_120210744"/>
<path
d="M 3.1521,0.377441 3.038187,0.37700399 v -0.0986142 h 0.113898 c 0.082594,0 0.080028,-0.0135394 0.083283,-0.042185 0.00106,-0.009327 8.425e-4,-0.001665 7.441e-4,-0.0255276 -1.024e-4,-0.0238661 3.189e-4,-0.0156693 -7.441e-4,-0.0249921 -0.00326,-0.0286496 -6.929e-4,-0.0421929 -0.083287,-0.0421929 l -0.066906,1.7717e-4 1.102e-4,0.332209 h -0.110461 v -0.431862 l 0.177276,-3.94e-6 c 0.209457,0 0.1865,0.0550079 0.194209,0.11215 9.134e-4,0.006772 9.134e-4,0.0380236 9.134e-4,0.0548661 0,0.0135394 0,0.0447874 -9.134e-4,0.0546969 -0.00529,0.0574173 0.015248,0.111717 -0.194209,0.111717 z"
style="fill:#000000" id="_120218448"/>
<path
d="M 0.327606,3.12906 H 0.2438147 V 2.508843 h 0.286787 c 0.101929,0 0.203862,0.035413 0.203862,0.166713 0,0.091567 -0.0466457,0.125256 -0.0863819,0.148579 0.0354173,0.014685 0.0708307,0.030232 0.0742874,0.116614 l 0.005185,0.112295 c 8.6221e-4,0.034555 0.005181,0.047512 0.0310945,0.062197 V 3.12906 H 0.6558577 C 0.6437632,3.091056 0.6411727,2.996899 0.6411727,2.973576 c 0,-0.050965 -0.0103701,-0.110571 -0.110571,-0.110571 h -0.202996 z m 0,-0.337748 h 0.194358 c 0.0613307,0 0.126118,-0.015551 0.126118,-0.107118 0,-0.095882 -0.0699685,-0.103657 -0.111433,-0.103657 H 0.327606 v 0.210776 z"
style="fill:#000000" id="_58966152"/>
<path
d="M 1.20952,2.9874 C 1.20693,3.008994 1.186197,3.072916 1.129185,3.110924 1.108453,3.124743 1.079083,3.142022 1.006524,3.142022 c -0.12698,0 -0.202134,-0.095886 -0.202134,-0.226323 0,-0.139937 0.067378,-0.25137 0.216819,-0.25137 0.130437,0 0.194358,0.103657 0.194358,0.263465 h -0.32998 c 0,0.094158 0.0440591,0.148579 0.131303,0.148579 0.071697,0 0.114024,-0.055287 0.116614,-0.088976 z M 1.1369609,2.867325 c -0.00432,-0.069969 -0.033689,-0.134756 -0.126118,-0.134756 -0.0699685,3.9e-6 -0.125256,0.064787 -0.125256,0.134756 z"
style="fill:#000000" id="_59557712"/>
<polygon
points="1.24228,2.50885 1.33298,2.50885 1.44873,3.01331 1.45045,3.01331 1.58953,2.50885 1.68109,2.50885 1.82017,3.01331 1.8219,3.01331 1.93765,2.50885 2.03007,2.50885 1.86681,3.12906 1.7787,3.12906 1.63704,2.61509 1.63531,2.61509 1.49192,3.12906 1.40381,3.12906 "
style="fill:#000000" id="_59922096"/>
<path
d="M 2.16661,3.12906 H 2.0905943 V 2.677284 h 0.071697 v 0.075153 h 0.00172 c 0.030236,-0.052693 0.069968,-0.08811 0.12698,-0.08811 0.0095,0 0.013823,8.622e-4 0.01987,0.00259 v 0.078606 h -0.028504 c -0.070835,0 -0.115756,0.055287 -0.115756,0.120937 l 3.9e-6,0.262598 z"
style="fill:#000000" id="_59091112"/>
<path
d="M 2.44111,3.12906 H 2.3650943 V 2.677284 H 2.44111 Z M 2.3650943,2.595221 V 2.508843 H 2.44111 v 0.086378 z"
style="fill:#000000" id="_60436928"/>
<path
d="m 2.64405,2.74035 v 0.293697 c 0,0.035417 0.030232,0.035417 0.04578,0.035417 h 0.026779 v 0.059602 c -0.027642,0.00259 -0.04924,0.00605 -0.057012,0.00605 -0.075153,0 -0.091567,-0.042327 -0.091567,-0.096748 V 2.740352 H 2.506699 V 2.677293 H 2.56803 V 2.551179 H 2.64405 V 2.677293 H 2.716609 V 2.740352 H 2.64405 Z"
style="fill:#000000" id="_58602736"/>
<path
d="M 2.78385,2.81463 C 2.7873,2.706658 2.859,2.664327 2.970433,2.664327 c 0.03628,0 0.167579,0.010366 0.167579,0.126118 l 3.9e-6,0.260008 c 0,0.019004 0.0095,0.026779 0.025047,0.026779 0.00691,0 0.016413,-0.00173 0.025051,-0.00346 v 0.055284 c -0.012957,0.00346 -0.024185,0.00864 -0.041461,0.00864 -0.067378,0 -0.077744,-0.034555 -0.080335,-0.069106 -0.029374,0.031961 -0.075153,0.073425 -0.163264,0.073425 -0.082925,0 -0.141665,-0.052693 -0.141665,-0.130441 0,-0.038004 0.011228,-0.126114 0.137346,-0.141661 l 0.125252,-0.015551 c 0.018142,-0.00172 0.039736,-0.00864 0.039736,-0.053555 0,-0.047512 -0.034551,-0.073425 -0.106248,-0.073425 -0.086382,0 -0.098476,0.052693 -0.103657,0.087244 H 2.7838508 Z M 3.062,2.8984213 c -0.012094,0.0095 -0.031098,0.016413 -0.125256,0.028508 -0.037142,0.00518 -0.096748,0.016409 -0.096748,0.073421 0,0.04924 0.025051,0.078606 0.082063,0.078606 0.070835,0 0.139937,-0.045779 0.139937,-0.106248 z"
style="fill:#000000" id="_57939144"/>
<path
d="M 3.25629,3.12906 V 2.508843 h 0.076016 v 0.225453 h 0.00173 C 3.366863,2.686788 3.411776,2.66519 3.464469,2.664328 c 0.120075,0 0.1883149,0.098476 0.1883149,0.225457 0,0.107976 -0.044921,0.252236 -0.198681,0.252236 -0.076878,0 -0.108839,-0.044059 -0.124386,-0.069106 h -0.00173 V 3.129061 H 3.2562898 Z M 3.450648,2.732572 c -0.109705,0 -0.121799,0.118339 -0.121799,0.191764 0,0.120075 0.075153,0.152035 0.123528,0.152035 0.082925,0 0.121795,-0.075153 0.121795,-0.174492 3.9e-6,-0.057878 -0.00604,-0.169311 -0.123524,-0.169307 z"
style="fill:#000000" id="_59952272"/>
<polygon points="3.73996,2.50885 3.81598,2.50885 3.81598,3.12906 3.73996,3.12906 " style="fill:#000000"
id="_120902960"/>
<path
d="M 4.30915,2.9874 C 4.30656,3.008994 4.285831,3.072916 4.228819,3.110924 4.208091,3.124743 4.178721,3.142022 4.106158,3.142022 c -0.126976,0 -0.202134,-0.095886 -0.202134,-0.226323 0,-0.139937 0.067378,-0.25137 0.216819,-0.25137 0.130437,0 0.19435,0.103657 0.19435,0.263465 H 3.985224 c 0,0.094158 0.044055,0.148579 0.131299,0.148579 0.071697,0 0.114024,-0.055287 0.116618,-0.088976 l 0.076008,3.9e-6 z M 4.2365988,2.867325 c -0.00432,-0.069969 -0.033693,-0.134756 -0.126122,-0.134756 -0.069968,3.9e-6 -0.125252,0.064787 -0.125252,0.134756 z"
style="fill:#000000" id="_60535856"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,75 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
enable-background="new 0 0 1300 700" viewBox="0 0 1265.6726 651.62067" height="651.62067" width="1265.6726" y="0px"
x="0px" id="Layer_1" version="1.1"><metadata
id="metadata73"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs71"/>
<g transform="translate(-19.66539,-24.515489)" id="g66">
<g id="g4">
<path id="path2"
d="m 151.848,40.913 c 31.269,-12.338 65.234,-15.194 98.5,-16.311 6.862,-0.44 13.616,0.934 20.456,1.084 19.468,1.911 38.872,4.907 57.91,9.493 32.16,7.484 62.71,20.649 91.746,36.176 16.311,8.719 32.117,18.362 47.409,28.746 5.304,3.801 10.383,7.924 15.785,11.586 21.089,15.721 40.472,33.621 58.759,52.488 1.536,1.46 2.899,3.747 5.369,3.296 18.76,-0.494 37.637,2.083 55.526,7.785 16.505,5.487 32.59,15.033 41.878,30.174 10.18,16.096 11.672,35.747 12.112,54.302 0.011,32.569 0.011,65.126 0,97.695 0.043,3.683 -0.333,7.431 0.613,11.039 10.685,43.682 13.884,89.77 4.725,134.021 -7.377,37.949 -24.461,74.243 -50.405,103.043 -27.457,30.915 -64.793,52.444 -104.761,62.538 -35.134,9.106 -72.052,10.04 -107.896,5.122 C 353.54,666.973 309.192,651.134 268.258,629.432 201.961,593.9 144.566,542.411 100.604,481.483 63.386,429.596 35.918,370.043 24.825,306.935 22.409,292.783 20.605,278.49 20.24,264.122 c -0.752,-8.311 -0.773,-16.676 -0.021,-24.988 1.6,-45.991 15.334,-92.24 42.802,-129.522 7.538,-8.451 14.174,-17.718 22.496,-25.46 19.105,-18.434 41.752,-33.21 66.331,-43.239 z m 66.426,-11.265 c -40.547,4.692 -80.342,21.057 -110.216,49.245 -5.187,3.694 -8.794,8.988 -13.111,13.552 -12.489,14.121 -22.346,30.388 -30.077,47.537 -8.741,20.725 -14.55,42.738 -16.73,65.126 -1.289,5.67 -0.483,11.533 -1.428,17.256 -1.536,39.935 5.197,79.999 17.686,117.925 14.207,43.156 35.586,83.811 61.798,120.868 40.354,56.46 91.832,105.125 151.417,140.862 37.755,22.572 78.914,39.785 122.028,48.88 30.614,6.389 62.27,8.386 93.335,4.456 36.874,-4.618 72.922,-18.877 101.41,-42.995 23.796,-19.812 41.954,-46.045 53.046,-74.898 11.801,-30.174 15.86,-62.894 15.259,-95.129 -1.01,-15.849 -2.041,-31.795 -5.401,-47.354 -0.075,6.518 -0.569,12.993 -1.149,19.479 -1.933,18.781 -7.023,38.432 -20.563,52.327 -10.095,10.974 -23.613,18.556 -38.11,21.906 -22.25,5.336 -45.283,3.694 -67.961,3.973 -33.976,-0.021 -67.94,0.011 -101.915,-0.01 -0.097,-108.401 -0.064,-216.791 -0.021,-325.192 36.241,0.011 72.482,-0.011 108.723,0.011 C 510.297,140.091 481.24,115.619 449.821,94.68 394.691,58.299 331.219,32.571 264.879,28.19 249.328,27.372 233.726,27.716 218.274,29.648 Z m 301.428,200.716 c -0.021,67.06 0,134.129 -0.011,201.189 8.3,0.107 16.601,0.097 24.912,0.021 5.831,-0.462 12.5,-1.192 16.408,-6.099 4.843,-6.175 4.22,-14.465 4.338,-21.853 0.021,-49.384 0.064,-98.769 -0.021,-148.153 0.14,-6.979 -0.526,-14.389 -4.864,-20.167 -4.199,-3.296 -9.492,-4.757 -14.765,-4.875 -8.666,-0.17 -17.331,0.002 -25.997,-0.063 z"/>
</g>
<path id="path6"
d="m 251.357,162.457 c 11.737,-0.709 23.57,-2.094 35.307,-0.559 14.099,0.387 28.145,2.899 41.599,7.109 17.696,5.465 34.748,15.098 46.002,30.109 9.503,12.768 12.896,28.918 13.509,44.531 0.054,14.593 0.043,29.186 0,43.779 -29.766,0.096 -59.532,-0.086 -89.308,0.096 -0.827,-10.652 -0.14,-21.39 -0.344,-32.063 -0.247,-6.711 0.612,-13.959 -2.845,-20.026 -2.856,-5.992 -9.74,-8.816 -16.032,-9.192 -7.044,-0.451 -14.754,-0.14 -20.628,4.263 -5.38,3.994 -7.581,11.017 -7.302,17.513 0.011,55.816 -0.032,111.644 0.011,167.46 -0.139,4.972 1.686,9.772 4.725,13.659 6.969,5.809 16.558,6.453 25.202,5.358 5.165,-0.913 10.76,-3.082 13.444,-7.893 4.091,-6.475 3.146,-14.496 3.415,-21.798 -0.075,-10.781 0.097,-21.563 -0.097,-32.333 30.292,0.064 60.584,0.032 90.866,0.011 -0.44,22.238 1.568,44.81 -3.318,66.705 -3.887,16.934 -14.561,32.236 -29.369,41.395 -21.465,13.702 -47.645,17.181 -72.6,17.836 -7.495,0.945 -15.001,-0.301 -22.507,-0.323 -23.602,-1.407 -48.3,-4.918 -68.337,-18.448 -11.543,-7.441 -20.671,-18.416 -25.997,-31.064 -5.573,-12.735 -6.733,-26.856 -6.625,-40.601 0.011,-45.089 0,-90.178 0.011,-135.278 0.118,-14.163 -0.698,-28.477 1.944,-42.458 2.201,-19.457 13.09,-37.776 29.444,-48.622 17.533,-12.186 38.902,-16.976 59.83,-19.166 z"/>
<path id="path8"
d="m 1177.27,166.795 c 11.64,-0.064 23.28,-0.054 34.92,0 0.107,2.685 0.107,5.38 0.086,8.075 -4.316,0.118 -8.633,0.075 -12.929,0.054 -0.043,13.101 0.076,26.19 -0.063,39.291 -3.05,0.054 -6.089,0.054 -9.117,0.021 -0.161,-13.09 0,-26.168 -0.075,-39.258 -4.306,-0.043 -8.602,0 -12.886,-0.097 -0.022,-2.695 -0.012,-5.391 0.064,-8.086 z"/>
<path id="path10"
d="m 1226.536,166.784 c 4.209,-0.021 8.429,-0.021 12.66,-0.086 3.425,11.501 6.196,23.194 9.363,34.771 3.468,-11.479 6.045,-23.216 9.342,-34.749 4.167,0.043 8.343,0.054 12.521,0.021 0.106,15.839 0.043,31.688 0.032,47.527 -2.845,-0.011 -5.68,-0.021 -8.515,-0.032 -0.236,-12.413 0.698,-24.837 0.601,-37.208 -3.253,11.136 -6.131,22.378 -8.999,33.621 -0.343,1.289 -0.837,2.523 -1.406,3.715 -2.481,-0.118 -4.95,-0.129 -7.409,-0.064 -3.727,-12.5 -6.422,-25.31 -10.352,-37.734 0.548,12.553 0.719,25.138 0.645,37.702 -2.845,-0.032 -5.669,-0.043 -8.494,-0.021 -0.065,-15.829 -0.075,-31.645 0.011,-47.463 z"/>
<path id="path12"
d="m 668.049,167.418 c 76.552,0.129 153.104,-0.011 229.666,0.064 0.011,20.714 0.011,41.428 0,62.152 -21.798,0.043 -43.607,0.043 -65.405,-0.011 -1.171,0.29 -3.887,-0.676 -3.844,1.235 -0.033,87.29 0.064,174.58 -0.021,261.859 -30.528,-0.064 -61.046,0.021 -91.563,-0.043 -0.183,-87.612 0.129,-175.234 -0.161,-262.847 -22.947,-0.387 -45.905,-0.054 -68.853,-0.172 -0.387,-14.271 -0.043,-28.563 -0.15,-42.845 0.201,-6.463 -0.4,-12.949 0.331,-19.392 z"/>
<path id="path14"
d="m 907.411,167.482 c 29.852,-0.053 59.714,0.011 89.566,-0.021 10.158,74.404 20.359,148.808 30.497,223.212 1.159,8.269 2.051,16.601 3.543,24.816 11.855,-82.608 22.818,-165.377 34.577,-248.017 30.292,0.01 60.584,-0.054 90.887,0.032 -4.843,22.217 -8.697,44.649 -13.165,66.942 -16.859,86.065 -33.245,172.228 -50.265,258.261 -41.599,-0.065 -83.198,0.086 -124.798,-0.075 -19.425,-104.696 -39.376,-209.296 -59.005,-313.949 -0.656,-3.727 -1.611,-7.41 -1.837,-11.201 z"/>
<path id="path16"
d="m 1077.663,550.047 c 9.525,-5.412 22.614,-4.875 30.818,2.771 3.104,3.232 5.025,7.345 6.432,11.565 -3.522,0.892 -7.012,1.912 -10.556,2.642 -1.02,-3.329 -2.33,-7.119 -5.745,-8.655 -3.78,-2.233 -8.29,-1.954 -12.413,-1.106 -6.486,3.028 -10.083,10.158 -10.137,17.117 -0.291,6.55 0.751,14.034 6.002,18.577 3.758,3.522 9.428,4.231 14.282,2.964 4.8,-1.697 7.785,-6.207 9.385,-10.834 3.437,1.374 6.83,2.867 10.287,4.209 -0.548,0.935 -1.063,1.89 -1.557,2.846 -3.533,8.44 -12.199,14.314 -21.315,14.636 -7.484,0.623 -15.28,-1.879 -20.606,-7.237 -6.078,-6.357 -8.655,-15.42 -8.279,-24.075 -0.214,-9.946 4.716,-20.265 13.402,-25.42 z"/>
<path id="path18"
d="m 785.137,547.825 c 3.521,-0.01 7.055,-0.021 10.587,0.022 0.076,19.21 0.043,38.42 0.021,57.621 -3.543,0.064 -7.076,0.053 -10.609,0.032 -0.042,-19.222 -0.032,-38.454 10e-4,-57.675 z"/>
<path id="path20"
d="m 808.868,547.835 c 3.082,-0.011 6.164,-0.011 9.256,-0.107 8.934,13.143 16.805,27.006 25.707,40.171 0.183,-2.695 -0.021,-5.369 -0.301,-8.032 -0.537,-8.633 -0.086,-17.31 -0.87,-25.921 -0.118,-2.083 0.193,-4.145 0.44,-6.196 3.211,0.097 6.443,0.097 9.675,-0.033 0.709,2.771 0.44,5.648 0.473,8.483 0,16.44 -0.033,32.88 0.01,49.32 -3.135,-0.172 -6.443,0.397 -9.46,-0.29 -8.612,-12.972 -16.247,-26.598 -25.02,-39.451 0.365,13.229 0.601,26.458 0.676,39.698 -3.543,0.054 -7.076,0.054 -10.609,0 -0.031,-19.21 -0.074,-38.431 0.023,-57.642 z"/>
<path id="path22"
d="m 861.527,547.954 c 14.195,-0.011 28.392,-0.119 42.598,0.043 0,3.318 -0.011,6.636 -0.054,9.954 -5.305,0.032 -10.598,0.021 -15.892,0.053 -0.032,15.817 0.021,31.635 -0.032,47.463 -3.554,0.064 -7.098,0.064 -10.642,0.021 -0.107,-15.828 0,-31.646 -0.053,-47.473 -5.284,-0.119 -10.577,0.042 -15.861,-0.107 -0.064,-3.318 -0.074,-6.636 -0.064,-9.954 z"/>
<path id="path24"
d="m 911.867,547.847 c 13.573,-0.022 27.157,-0.086 40.74,0.021 0.032,3.318 0.032,6.658 -0.053,9.986 -10.041,-0.043 -20.069,0.021 -30.099,-0.021 -0.011,4.424 0,8.859 -0.032,13.283 9.267,0.172 18.545,-0.053 27.812,0.14 0,3.039 -0.011,6.089 -0.064,9.138 -9.245,0.064 -18.48,-0.021 -27.715,0.054 -0.011,5.036 0,10.083 -0.021,15.119 10.749,0.236 21.509,-0.064 32.257,0.269 0,3.2 -0.01,6.421 -0.032,9.632 -14.26,0.085 -28.521,0.053 -42.781,0.01 -0.087,-19.211 -0.065,-38.421 -0.012,-57.631 z"/>
<g id="g28">
<path id="path26"
d="m 962.68,547.878 c 7.377,-0.097 14.765,-0.032 22.164,-0.085 5.638,-0.086 11.608,1.514 15.71,5.573 5.605,6.153 6.636,16.451 1.514,23.194 -1.997,2.653 -4.993,4.253 -7.828,5.821 3.952,7.795 8.698,15.173 12.359,23.119 -3.952,0.021 -7.892,-0.043 -11.833,0.064 -4.295,-6.819 -7.474,-14.26 -11.533,-21.197 -3.135,-0.322 -6.282,-0.365 -9.417,-0.3 -0.075,7.13 -0.011,14.25 -0.021,21.38 -3.715,0.086 -7.42,0.086 -11.125,0.01 0.01,-19.19 0.031,-38.39 0.01,-57.579 z m 11.092,9.579 c -0.011,5.97 0.064,11.94 -0.064,17.911 5.036,0.365 10.072,-0.397 15.055,-1.084 5.927,-1.74 7.85,-10.405 3.028,-14.357 -5.015,-4.166 -12.07,-2.234 -18.019,-2.47 z"/>
</g>
<g id="g32">
<path id="path30"
d="m 1029.095,547.76 c 3.78,0.064 7.57,0.108 11.361,-0.043 1.524,2.266 2.266,4.929 3.125,7.506 5.53,16.827 11.564,33.471 17.041,50.308 -3.726,-0.021 -7.453,-0.043 -11.168,0.042 -1.632,-3.586 -2.255,-7.506 -3.619,-11.178 -7.141,-0.021 -14.271,0 -21.401,-0.021 -1.321,3.651 -2.298,7.409 -3.425,11.125 -3.887,0.021 -7.774,0.043 -11.64,-0.064 6.84,-19.125 12.811,-38.56 19.726,-57.675 z m -1.761,36.896 c 5.176,-0.032 10.362,-0.021 15.548,0.011 -2.416,-8.473 -4.928,-16.913 -7.56,-25.321 -3.382,8.14 -5.4,16.86 -7.988,25.31 z"/>
</g>
<path id="path34"
d="m 1119.069,547.921 c 13.992,0 27.983,0.064 41.975,-0.053 0.526,3.361 0.333,6.765 -0.043,10.136 -5.197,-0.096 -10.383,-0.043 -15.57,-0.021 0.14,15.817 -0.032,31.635 0.086,47.463 -3.694,0.096 -7.377,0.086 -11.06,0.043 -0.043,-15.839 0.011,-31.677 -0.021,-47.516 -5.122,-0.021 -10.244,-0.021 -15.355,0 -0.022,-3.351 -0.022,-6.701 -0.012,-10.052 z"/>
<path id="path36"
d="m 1169.592,547.825 c 3.522,-0.01 7.055,-0.01 10.599,0.011 -0.011,19.21 0.032,38.421 -0.021,57.632 -3.543,0.064 -7.076,0.064 -10.609,0.021 -0.023,-19.222 -0.087,-38.443 0.031,-57.664 z"/>
<path id="path38"
d="m 1187.6,547.825 c 3.607,-0.01 7.227,0.011 10.846,-0.053 4.789,14.818 8.172,30.13 13.154,44.875 3.318,-12.017 6.647,-24.032 9.976,-36.037 0.944,-2.985 1.299,-6.186 2.92,-8.902 3.544,0.14 7.088,0.107 10.653,0.171 -5.584,19.2 -10.975,38.453 -16.526,57.664 -4.8,-0.064 -9.589,-0.021 -14.368,-0.032 -5.477,-19.244 -11.694,-38.315 -16.655,-57.686 z"/>
<path id="path40"
d="m 1242.504,547.793 c 13.497,0.107 27.006,-0.043 40.503,0.054 0.033,3.157 0.033,6.303 0.139,9.46 -2.727,0.88 -5.616,0.473 -8.408,0.526 -7.344,-0.01 -14.689,-0.01 -22.023,0.021 0,4.371 0.043,8.752 -0.043,13.133 9.224,0.44 18.458,0.064 27.694,0.204 0.043,3.103 0.215,6.217 -0.151,9.321 -9.149,-0.214 -18.297,-0.032 -27.447,-0.107 -0.01,5.154 -0.322,10.33 0.226,15.484 10.609,-0.375 21.229,0.064 31.85,-0.214 0.183,3.275 0.172,6.561 0.064,9.847 -14.196,-0.043 -28.392,0.021 -42.587,-0.021 0.246,-19.245 -0.161,-38.477 0.183,-57.708 z"/>
<path id="path42"
d="m 785.158,614.219 c 5.251,-0.076 10.491,-0.064 15.742,0.021 3.629,13.959 7.022,28.026 11.156,41.846 3.758,-13.938 7.345,-27.929 10.953,-41.91 5.219,0.021 10.437,-0.033 15.667,0.064 0.011,19.21 0,38.432 0,57.642 -3.543,0 -7.066,0.011 -10.588,0.021 -0.064,-15.248 0.526,-30.475 0.88,-45.701 -4.435,15.097 -8.3,30.377 -12.124,45.647 -3.285,0.064 -6.561,0.064 -9.835,0 -3.952,-15.141 -7.839,-30.292 -12.016,-45.368 -0.784,7.366 0.655,14.711 0.226,22.088 0.526,7.764 0.375,15.538 0.569,23.323 -3.543,0 -7.087,0 -10.63,-0.021 -0.064,-19.221 -0.064,-38.442 0,-57.652 z"/>
<path id="path44"
d="m 854.161,614.229 c 3.651,-0.053 7.292,-0.064 10.943,-0.064 -0.011,11.823 -0.065,23.645 -0.011,35.468 0.204,3.329 -0.032,7.216 2.673,9.675 3.555,3.608 9.096,3.748 13.777,2.867 4.435,-0.763 8.258,-4.832 7.967,-9.471 -0.032,-12.821 -0.064,-25.653 -0.021,-38.475 3.748,-0.064 7.484,-0.064 11.243,-0.01 -0.054,12.488 -0.043,24.987 -0.011,37.476 0.043,5.315 -1.396,10.953 -5.272,14.786 -4.885,5.058 -12.188,6.916 -19.039,6.744 -6.668,-0.032 -13.949,-2.094 -18.072,-7.699 -3.543,-3.651 -4.166,-9.009 -4.23,-13.863 0.053,-12.478 -0.044,-24.956 0.053,-37.434 z"/>
<path id="path46"
d="m 917.193,614.186 c 3.511,-0.032 7.023,-0.021 10.545,0.064 0.032,15.86 0.054,31.731 0,47.613 7.538,0.022 15.076,0.022 22.614,0.011 0.054,3.329 0.054,6.668 0,10.008 -11.093,0.043 -22.185,-0.064 -33.267,0.075 0.227,-19.253 0.012,-38.518 0.108,-57.771 z"/>
<path id="path48"
d="m 950.084,614.219 c 14.088,-0.011 28.177,-0.011 42.266,0 0.01,3.296 0.01,6.604 0.01,9.911 -5.218,0.118 -10.427,-0.075 -15.635,0.086 0,14.518 -0.043,29.036 0.064,43.564 -0.021,1.396 -0.172,2.792 -0.44,4.177 -3.543,-0.097 -7.076,-0.075 -10.609,-0.064 -0.129,-15.914 0.086,-31.817 -0.107,-47.731 -5.154,-0.29 -10.319,0.119 -15.463,-0.128 -0.204,-3.276 -0.043,-6.551 -0.086,-9.815 z"/>
<path id="path50"
d="m 1003.41,614.229 c 3.619,-0.053 7.248,-0.064 10.888,-0.032 -0.021,19.242 0.333,38.518 -0.193,57.749 -3.565,-0.075 -7.13,-0.064 -10.685,-0.064 -0.064,-19.221 -0.022,-38.431 -0.01,-57.653 z"/>
<path id="path52"
d="m 1029.965,614.186 c 5.208,0 10.405,-0.021 15.613,0.033 3.286,13.874 7.527,27.511 10.566,41.438 1.557,-0.698 1.353,-2.663 1.901,-3.995 3.135,-12.532 6.475,-25.03 9.761,-37.519 5.197,0.086 10.395,0 15.603,0.076 -0.011,19.21 0,38.42 0,57.631 -3.5,0.043 -7.001,0.043 -10.48,0.075 -0.193,-15.28 0.376,-30.55 0.666,-45.819 -4.198,15.194 -8.354,30.399 -12.049,45.723 -3.264,0.075 -6.528,0.086 -9.782,0.032 -3.908,-15.119 -8.193,-30.163 -11.779,-45.379 -1.052,15.13 0.623,30.238 0.59,45.379 -3.554,0.032 -7.109,0.032 -10.652,0.032 0.042,-19.232 -0.012,-38.464 0.042,-57.707 z"/>
<path id="path54"
d="m 1098.828,614.197 c 13.54,-0.033 27.07,-0.011 40.611,-0.011 0.011,3.221 0.043,6.454 0.193,9.675 -10.019,-0.021 -20.048,-0.193 -30.056,0.129 -0.269,4.424 -0.172,8.859 -0.129,13.304 9.267,0.279 18.576,-0.408 27.822,0.354 -0.064,2.888 -0.075,5.788 -0.043,8.698 -9.256,0.064 -18.513,-0.064 -27.758,0.075 -0.118,5.101 -0.054,10.201 -0.075,15.313 10.727,0.021 21.454,-0.032 32.182,0.011 0.043,3.383 0.043,6.765 0.021,10.147 -14.25,-0.011 -28.499,0.011 -42.759,0 -0.063,-19.231 -0.03,-38.463 -0.01,-57.695 z"/>
<g id="g58">
<path id="path56"
d="m 1151.724,614.262 c 7.377,-0.097 14.754,0 22.143,-0.076 6.753,-0.075 13.744,2.051 18.651,6.862 6.583,6.969 8.773,17.106 7.946,26.437 -0.849,6.894 -3.254,14.089 -8.784,18.631 -5.477,4.746 -13.058,5.777 -20.038,5.798 -6.646,-0.139 -13.305,0.183 -19.94,-0.204 0.011,-19.146 0.043,-38.302 0.022,-57.448 z m 11.211,9.857 c -0.021,12.521 0.01,25.052 -0.011,37.583 6.357,-0.054 13.166,0.934 19.114,-1.836 5.111,-2.373 6.712,-8.461 6.926,-13.615 0.408,-6.433 -0.278,-13.788 -5.207,-18.48 -5.886,-4.844 -13.8,-3.598 -20.822,-3.652 z"/>
</g>
<path id="path60"
d="m 1213.006,614.219 c 3.651,-0.054 7.302,-0.064 10.964,0.021 -0.043,19.199 -0.011,38.389 -0.011,57.588 -3.468,0.075 -6.937,0.043 -10.384,0.15 -0.354,-1.009 -0.547,-2.029 -0.601,-3.071 0.021,-18.233 0.053,-36.455 0.032,-54.688 z"/>
<g id="g64">
<path id="path62"
d="m 1253.66,614.176 c 4.017,0.021 8.032,0 12.059,0.01 6.476,19.265 13.101,38.475 19.619,57.717 -3.791,-0.021 -7.57,-0.043 -11.339,0.032 -1.407,-3.769 -2.277,-7.699 -3.662,-11.458 -7.066,0.032 -14.132,-0.14 -21.176,0.129 -1.3,3.748 -2.373,7.57 -3.673,11.329 -3.865,-0.075 -7.71,-0.032 -11.554,-0.107 6.754,-19.156 13.004,-38.496 19.726,-57.652 z m -1.642,36.745 c 5.154,-0.01 10.309,0.033 15.473,-0.021 -2.459,-8.516 -4.875,-17.063 -7.667,-25.471 -3.06,8.322 -5.326,16.966 -7.806,25.492 z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -1,43 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"
id="svg2891" viewBox="0 0 7.6406593 3.2491809" height="3.249181in" width="7.6406593in" version="1.0"><metadata
id="metadata23"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs2893">
<style id="style2895" type="text/css"/>
</defs>
<g transform="translate(-0.05467,-0.0754091)" id="Layer_x0020_1">
<g id="_57896984">
<path id="_120606704" style="fill:#000000"
d="M 5.36126,0.369346 C 6.330457,0.505822 6.98822,0.771618 6.98822,1.077129 6.9882239,1.521893 5.59436,1.882452 3.875,1.882452 3.484512,1.8824481 3.110819,1.8638536 2.76642,1.8298969 l -0.281961,0.180551 c 0.430933,0.044165 0.899945,0.068417 1.39054,0.068417 2.10987,0 3.82033,-0.4485 3.82033,-1.00174 0,-0.376988 -0.79428,-0.705358 -1.96797,-0.876303 l -0.366098,0.16852 z"/>
<path id="_120293640" style="fill:#000000"
d="M 5.32293,0.149854 C 4.876375,0.1018619 4.387473,0.0754091 3.875,0.0754091 c -2.10987,0 -3.82033,0.4485 -3.82033,1.00172 0,0.381626 0.813835,0.713406 2.01124,0.882531 l 0.366362,-0.168724 c -0.992988,-0.134571 -1.67048,-0.40372 -1.67048,-0.713807 -3.94e-6,-0.444748 1.39386,-0.805303 3.11322,-0.805303 0.40928,-3.94e-6 0.800126,0.0204291 1.15811,0.0575551 l 0.289819,-0.179528 z"/>
<path id="_119772968" style="fill:#000000"
d="M 4.46503,0.682756 C 4.287794,0.6523387 4.087321,0.6352009 3.875002,0.6352009 c -0.721374,-3.94e-6 -1.30618,0.197862 -1.30618,0.441929 0,0.157 0.241945,0.294862 0.606543,0.373268 l -0.57289,0.263665 c -0.889291,-0.119307 -1.49697,-0.359752 -1.49697,-0.636933 0,-0.395933 1.23997,-0.716913 2.7695,-0.716913 0.362484,-3.94e-6 0.708681,0.0180276 1.02598,0.0508031 L 4.465028,0.682756 Z"/>
<path id="_59741296" style="fill:#000000"
d="M 5.19108,0.446165 C 6.056596,0.567409 6.6445,0.804508 6.6445,1.07713 c 0,0.395945 -1.23997,0.716933 -2.7695,0.716933 -0.343445,0 -0.672291,-0.016181 -0.97578,-0.045764 L 3.324681,1.478047 C 3.491929,1.504382 3.67839,1.519075 3.875,1.519075 c 0.721374,0 1.30618,-0.197858 1.30618,-0.441945 0,-0.151665 -0.225846,-0.2855 -0.569961,-0.365094 l 0.579862,-0.26587 z"/>
<polygon id="_58375824" style="fill:#000000"
points="3.55151,2.33928 3.26817,2.99624 2.98496,2.33928 2.75058,2.33928 3.15104,3.26811 3.38542,3.26811 3.78589,2.33928 "/>
<path id="_58425768" transform="scale(0.01041667)"
d="m 671.75,221.81641 c -30.26535,0 -54.80078,21.79033 -54.80078,48.67187 0,26.88 24.53553,48.67188 54.80078,48.67188 30.26535,0 54.80078,-21.79188 54.80078,-48.67188 0,-26.88154 -24.53553,-48.67187 -54.80078,-48.67187 z m 0,18.38476 c 16.72666,0 30.28711,13.56045 30.28711,30.28711 0,16.72666 -13.56045,30.28906 -30.28711,30.28906 -16.72666,0 -30.28906,-13.56279 -30.28906,-30.28906 0,-16.72666 13.5624,-30.28711 30.28906,-30.28711 z"
style="fill:#000000;stroke-width:96"/>
<polygon id="_59363200" style="fill:#000000"
points="3.86632,3.25595 3.86632,2.33928 4.10069,2.33928 4.10069,3.25595 "/>
<polygon id="_60341256" style="fill:#000000"
points="6.34375,2.52157 5.73437,2.52157 5.73437,2.69345 6.27257,2.69345 6.27257,2.87574 5.73437,2.87574 5.73437,3.07366 6.34375,3.07366 6.34375,3.25595 5.5,3.25595 5.5,2.33928 6.34375,2.33928 "/>
<path id="_58433520" transform="scale(0.01041667)"
d="m 416,224.57227 v 87.99804 l 47.83398,0.002 c 30.26381,0 49.88319,-16.95284 49.88282,-43.83399 0,-26.88 -19.61901,-44.16601 -49.88282,-44.16601 z m 22.5,17.49804 h 24.66602 c 16.72665,0 26.0371,9.94122 26.0371,26.66797 0,16.72781 -9.31048,26.66602 -26.0371,26.66602 H 438.5 Z"
style="fill:#000000;stroke-width:96"/>
<path id="_58602736" transform="scale(0.01041667)"
d="m 137.33398,224.57227 v 87.99804 l 47.83399,0.002 c 30.26534,0 49.88476,-16.95284 49.88476,-43.83399 0,-26.88 -19.61942,-44.16601 -49.88476,-44.16601 z m 22.5,17.49804 H 184.5 c 16.72819,0 26.03906,9.94122 26.03906,26.66797 0,16.72781 -9.3109,26.66602 -26.03906,26.66602 h -24.66602 z"
style="fill:#000000;stroke-width:96"/>
<path id="_58431744" style="fill:#000000"
d="M 1.02804,2.93748 C 0.9808471,3.052267 0.867918,3.13309 0.736111,3.13309 c -0.174236,0 -0.315484,-0.141264 -0.315484,-0.3155 0,-0.174236 0.141248,-0.3155 0.315484,-0.3155 0.131807,0 0.244736,0.080819 0.291933,0.19561 l 0.262874,6.69e-5 C 1.230304,2.4755899 1.004902,2.3105899 0.736111,2.3105899 c -0.315252,0 -0.570831,0.226984 -0.570831,0.507 -3.94e-6,0.28 0.255583,0.507 0.570831,0.507 0.268791,0 0.494197,-0.165 0.554807,-0.387181 z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -1,156 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" id="svg141"
version="1.1" viewBox="0 0 272.0712 154.38634"
style="fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
height="155.23462" width="272.0712" xml:space="preserve"><metadata
id="metadata145"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs4">
<style id="style2" type="text/css">
<![CDATA[
.str0 {stroke:#000000;stroke-width:5;stroke-linecap:round}
.fil0 {fill:none}
.fil1 {fill:#000000}
.fnt0 {font-weight:normal;font-size:32;font-family:Arial}
]]>
</style>
</defs>
<g transform="translate(-15.464394,-13.99975)" id="Layer 1">
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path6" d="M 260,40 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path8" d="M 260,48 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path10" d="M 260,56 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path12" d="M 260,64 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path14" d="M 260,72 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path16" d="M 260,80 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path18" d="M 260,88 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path20" d="M 260,96 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path22" d="M 260,104 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path24" d="M 260,112 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path26" d="M 260,120 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path28" d="M 260,128 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path30" d="M 285,32 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path32" d="M 285,24 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path34" d="M 285,16 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path36" d="M 205,32 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path38" d="M 205,48 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path40" d="M 205,56 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path42" d="M 205,64 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path44" d="M 205,72 H 125"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path46" d="M 205,80 H 122"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path48" d="M 205,88 H 118"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path50" d="M 205,96 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path52" d="M 205,104 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path54" d="M 205,112 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path56" d="M 205,120 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path58" d="M 205,128 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path60" d="M 205,40 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path62" d="M 205,24 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path64" d="M 205,16 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path66" d="M 173,16 H 146"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path68" d="M 170,24 H 143"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path70" d="M 167,32 H 141"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path72" d="M 164,40 H 137"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path74" d="M 161,48 H 135"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path76" d="M 158,56 H 131"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path78" d="M 154,64 H 128"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path80" d="M 142,96 H 116"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path82" d="M 140,104 H 113"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path84" d="M 136,112 H 110"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path86" d="M 133,120 H 107"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path88" d="M 130,128 H 104"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path90" d="M 90,128 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path92" d="M 96,120 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path94" d="M 101,112 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path96" d="M 44,104 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path98" d="M 44,96 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path100" d="M 44,88 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path102" d="M 44,80 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path104" d="M 44,72 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path106" d="M 44,64 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path108" d="M 44,56 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path110" d="M 44,48 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path112" d="M 44,40 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path114" d="M 102,32 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path116" d="M 97,24 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path118" d="M 91,16 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path120" d="M 104,104 H 77"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path122" d="M 106,96 H 80"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path124" d="M 108,88 H 81"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path126" d="M 109,80 H 82"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path128" d="M 109,72 H 83"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path130" d="M 109,64 H 82"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path132" d="M 108,56 H 81"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path134" d="M 106,48 H 80"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path136" d="M 104,40 H 78"
class="fil0 str0"/>
<text style="font-weight:normal;font-size:32px;font-family:Arial;fill:#000000" id="text138" class="fil1 fnt0"
y="162" x="16">Digital Audio Tape</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -1,156 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" id="svg141"
version="1.1" viewBox="0 0 272.0712 154.38634"
style="fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
height="155.23462" width="272.0712" xml:space="preserve"><metadata
id="metadata145"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs4">
<style id="style2" type="text/css">
<![CDATA[
.str0 {stroke:#000000;stroke-width:5;stroke-linecap:round}
.fil0 {fill:none}
.fil1 {fill:#000000}
.fnt0 {font-weight:normal;font-size:32;font-family:Arial}
]]>
</style>
</defs>
<g transform="translate(-15.464394,-13.99975)" id="Layer 1">
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path6" d="M 260,40 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path8" d="M 260,48 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path10" d="M 260,56 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path12" d="M 260,64 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path14" d="M 260,72 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path16" d="M 260,80 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path18" d="M 260,88 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path20" d="M 260,96 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path22" d="M 260,104 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path24" d="M 260,112 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path26" d="M 260,120 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path28" d="M 260,128 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path30" d="M 285,32 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path32" d="M 285,24 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path34" d="M 285,16 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path36" d="M 205,32 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path38" d="M 205,48 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path40" d="M 205,56 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path42" d="M 205,64 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path44" d="M 205,72 H 125"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path46" d="M 205,80 H 122"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path48" d="M 205,88 H 118"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path50" d="M 205,96 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path52" d="M 205,104 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path54" d="M 205,112 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path56" d="M 205,120 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path58" d="M 205,128 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path60" d="M 205,40 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path62" d="M 205,24 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path64" d="M 205,16 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path66" d="M 173,16 H 146"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path68" d="M 170,24 H 143"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path70" d="M 167,32 H 141"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path72" d="M 164,40 H 137"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path74" d="M 161,48 H 135"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path76" d="M 158,56 H 131"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path78" d="M 154,64 H 128"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path80" d="M 142,96 H 116"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path82" d="M 140,104 H 113"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path84" d="M 136,112 H 110"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path86" d="M 133,120 H 107"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path88" d="M 130,128 H 104"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path90" d="M 90,128 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path92" d="M 96,120 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path94" d="M 101,112 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path96" d="M 44,104 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path98" d="M 44,96 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path100" d="M 44,88 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path102" d="M 44,80 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path104" d="M 44,72 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path106" d="M 44,64 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path108" d="M 44,56 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path110" d="M 44,48 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path112" d="M 44,40 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path114" d="M 102,32 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path116" d="M 97,24 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path118" d="M 91,16 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path120" d="M 104,104 H 77"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path122" d="M 106,96 H 80"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path124" d="M 108,88 H 81"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path126" d="M 109,80 H 82"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path128" d="M 109,72 H 83"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path130" d="M 109,64 H 82"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path132" d="M 108,56 H 81"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path134" d="M 106,48 H 80"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path136" d="M 104,40 H 78"
class="fil0 str0"/>
<text style="font-weight:normal;font-size:32px;font-family:Arial;fill:#000000" id="text138" class="fil1 fnt0"
y="162" x="16">Digital Audio Tape</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -1,156 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" id="svg141"
version="1.1" viewBox="0 0 272.0712 154.38634"
style="fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
height="155.23462" width="272.0712" xml:space="preserve"><metadata
id="metadata145"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs id="defs4">
<style id="style2" type="text/css">
<![CDATA[
.str0 {stroke:#000000;stroke-width:5;stroke-linecap:round}
.fil0 {fill:none}
.fil1 {fill:#000000}
.fnt0 {font-weight:normal;font-size:32;font-family:Arial}
]]>
</style>
</defs>
<g transform="translate(-15.464394,-13.99975)" id="Layer 1">
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path6" d="M 260,40 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path8" d="M 260,48 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path10" d="M 260,56 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path12" d="M 260,64 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path14" d="M 260,72 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path16" d="M 260,80 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path18" d="M 260,88 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path20" d="M 260,96 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path22" d="M 260,104 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path24" d="M 260,112 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path26" d="M 260,120 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path28" d="M 260,128 H 234"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path30" d="M 285,32 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path32" d="M 285,24 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path34" d="M 285,16 H 211"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path36" d="M 205,32 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path38" d="M 205,48 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path40" d="M 205,56 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path42" d="M 205,64 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path44" d="M 205,72 H 125"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path46" d="M 205,80 H 122"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path48" d="M 205,88 H 118"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path50" d="M 205,96 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path52" d="M 205,104 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path54" d="M 205,112 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path56" d="M 205,120 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path58" d="M 205,128 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path60" d="M 205,40 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path62" d="M 205,24 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path64" d="M 205,16 H 178"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path66" d="M 173,16 H 146"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path68" d="M 170,24 H 143"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path70" d="M 167,32 H 141"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path72" d="M 164,40 H 137"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path74" d="M 161,48 H 135"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path76" d="M 158,56 H 131"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path78" d="M 154,64 H 128"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path80" d="M 142,96 H 116"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path82" d="M 140,104 H 113"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path84" d="M 136,112 H 110"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path86" d="M 133,120 H 107"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path88" d="M 130,128 H 104"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path90" d="M 90,128 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path92" d="M 96,120 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path94" d="M 101,112 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path96" d="M 44,104 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path98" d="M 44,96 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path100" d="M 44,88 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path102" d="M 44,80 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path104" d="M 44,72 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path106" d="M 44,64 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path108" d="M 44,56 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path110" d="M 44,48 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path112" d="M 44,40 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path114" d="M 102,32 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path116" d="M 97,24 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path118" d="M 91,16 H 18"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path120" d="M 104,104 H 77"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path122" d="M 106,96 H 80"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path124" d="M 108,88 H 81"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path126" d="M 109,80 H 82"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path128" d="M 109,72 H 83"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path130" d="M 109,64 H 82"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path132" d="M 108,56 H 81"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path134" d="M 106,48 H 80"
class="fil0 str0"/>
<path style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round" id="path136" d="M 104,40 H 78"
class="fil0 str0"/>
<text style="font-weight:normal;font-size:32px;font-family:Arial;fill:#000000" id="text138" class="fil1 fnt0"
y="162" x="16">Digital Audio Tape</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,45 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" width="1421.7864"
height="563.07031" viewBox="0 0 109.62314 43.414073" version="1.1" id="svg185">
<metadata id="metadata191">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs189"/>
<path id="path143"
d="M 2.5754288e-5,0 V 40.146105 C -0.00897425,41.683105 2.3430058,42.179048 3.6800078,41.572047 11.072008,38.670048 16.382025,30.681057 16.382025,21.279057 16.382025,10.379057 9.2440248,1.377 2.5754288e-5,0 Z M 19.37908,0 v 40.146105 c -0.008,1.537 2.343984,2.032943 3.679983,1.425942 7.392001,-2.901999 12.702018,-10.89099 12.702018,-20.29299 C 35.761081,10.379057 28.62408,1.377 19.37908,0 Z m 28.086959,0.260069 c -5.025,0 -9.947017,2.254939 -10.254017,9.022939 -0.307,6.768 5.230022,9.330979 8.101023,10.664979 2.870999,1.332 6.357032,3.279073 6.357032,8.611073 0,8.511 -8.51004,8.817985 -11.48404,8.817985 -1.846001,0.204999 -1.743005,3.076018 -0.103005,3.077018 H 58.02711 V 0.260069 Z m 17.326957,1.291917 v 9.370051 h 3.216014 c 3.123002,0 4.501,-1.77105 4.501,-4.90805 0,-3.018001 -1.614,-4.462001 -4.501,-4.462001 z m 1.245987,1.050069 h 2.100137 c 2.296997,0 3.124005,1.352003 3.124005,3.583003 0,3.451999 -2.297058,3.687964 -3.150057,3.687964 h -2.073031 -0.0011 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path147"
d="m 73.913065,1.551986 v 1.365105 h 1.11497 V 1.551986 Z m 5.617033,2.428124 c -2.349001,0 -3.137104,1.982003 -3.137104,3.583002 0,1.850001 1.010088,3.438889 3.031089,3.438889 0.853993,0 1.744989,-0.406941 2.113985,-1.23394 h 0.02501 v 0.446049 c 0,1.522 -0.578029,2.571938 -2.034031,2.571938 -0.736004,0 -1.706053,-0.289023 -1.759053,-1.102023 h -1.11497 c 0.066,1.483 1.536065,1.995025 2.808062,1.995025 2.139006,0 3.150959,-1.128023 3.150959,-3.333023 V 4.137026 h -1.050967 v 0.971008 h -0.01295 C 81.144129,4.360034 80.382103,3.98011 79.530106,3.98011 Z m -5.617033,0.15797 v 6.785011 h 1.11497 V 4.13808 Z m 5.668985,0.827043 c 1.403001,0 1.928015,1.233972 1.928015,2.427972 0,1.273001 -0.550026,2.623892 -2.020029,2.623892 -1.469996,0 -1.917012,-1.363888 -1.917012,-2.584889 0,-1.298999 0.578028,-2.466975 2.009026,-2.466975 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path151"
d="M 84.358035,1.551986 V 2.917091 H 85.47511 V 1.551986 Z m 3.281971,0.55312 V 4.139134 H 86.48603 v 0.983959 h 1.153976 v 4.316981 c 0,1.247 0.459122,1.483017 1.613121,1.483017 h 0.854002 V 9.939132 h -0.512006 c -0.695001,0 -0.839992,-0.09202 -0.839992,-0.60402 V 5.122039 h 1.351998 V 4.13808 H 88.755131 V 2.105106 Z m 6.46801,1.875908 c -1.508,0 -2.80896,0.590003 -2.87296,2.270002 h 1.11497 c 0.052,-0.996999 0.74809,-1.285893 1.69309,-1.285893 0.709,0 1.50787,0.157978 1.50787,1.128978 0,0.84 -1.04896,0.76091 -2.28296,0.99691 -1.154,0.223 -2.296957,0.551036 -2.296957,2.087035 0,1.352001 1.011957,1.903015 2.243947,1.903015 0.946,0 1.77197,-0.328069 2.38897,-1.05007 0,0.735001 0.36711,1.05007 0.94511,1.05007 0.356,0 0.60399,-0.06602 0.80099,-0.184022 h 9.3e-4 v -0.866048 c -0.10915,0.04211 -0.22501,0.06415 -0.342,0.06506 -0.354,0 -0.35388,-0.235935 -0.35388,-0.760935 V 5.844125 c 0,-1.588001 -1.32609,-1.863107 -2.54709,-1.863107 z M 84.358035,4.13808 v 6.785011 H 85.47511 V 4.13808 Z m 11.181951,3.280917 v 1.14208 c 0,0.617 -0.60293,1.53497 -2.07393,1.53497 -0.681,0 -1.31195,-0.262061 -1.31195,-0.997061 0,-0.827 0.63096,-1.089988 1.36496,-1.220988 0.74799,-0.131 1.58692,-0.145 2.02092,-0.459001 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path155"
d="m 98.452106,1.551986 v 9.371105 h 1.11498 V 1.551986 Z M 64.792996,16.523104 V 25.8921 h 3.216014 c 3.123002,0 4.501,-1.77105 4.501,-4.90805 0,-3.018 -1.614,-4.460946 -4.501,-4.460946 z m 1.245987,1.049015 h 2.100137 c 2.296997,0 3.124005,1.352002 3.124005,3.583002 0,3.452001 -2.297058,3.687965 -3.150057,3.687965 h -2.073031 -0.0011 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path159"
d="m 76.616013,18.951077 c -1.508994,0 -2.808015,0.591003 -2.874015,2.270003 h 1.116026 c 0.052,-0.996 0.748086,-1.28499 1.693084,-1.28499 0.708001,0 1.508925,0.156978 1.508925,1.128978 0,0.84 -1.050011,0.760006 -2.284012,0.996007 -1.153999,0.225 -2.296958,0.552939 -2.296958,2.087939 0,1.351 1.011006,1.90211 2.245006,1.90211 0.944998,0 1.771968,-0.328015 2.388972,-1.049015 0,0.735001 0.366953,1.049015 0.944952,1.049015 0.354,0 0.603087,-0.06702 0.800091,-0.184022 h -0.0011 v -0.864993 c -0.143997,0.05 -0.249935,0.064 -0.340939,0.064 -0.354001,0 -0.354039,-0.236989 -0.354039,-0.761988 v -3.490089 c 0,-1.588 -1.325036,-1.862956 -2.546037,-1.862956 z m 1.430011,3.436929 h 0.0011 c 0,2.32e-4 -7.71e-4,5.4e-4 -0.0011,7.71e-4 v 1.14223 c 0,0.617001 -0.603026,1.535121 -2.073029,1.535121 -0.682002,0 -1.311944,-0.262006 -1.311944,-0.996006 0,-0.828001 0.62995,-1.089989 1.364951,-1.220989 0.747408,-0.132895 1.586722,-0.145085 2.020022,-0.460356 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path163"
d="m 81.327093,17.074115 v 2.033877 h -1.153976 v 0.98411 h 1.153976 v 4.316981 c 0,1.248 0.458975,1.481963 1.612975,1.481963 h 0.854001 v -0.982002 h -0.512006 c -0.695001,0 -0.84,-0.09092 -0.84,-0.604922 v -4.21202 h 1.352006 v -0.98411 h -1.352006 v -2.033877 z m 6.468922,1.876962 c -1.507999,0 -2.808971,0.591003 -2.872966,2.270003 h 1.11497 c 0.052,-0.996 0.748094,-1.28499 1.693092,-1.28499 0.709002,0 1.508015,0.156978 1.508015,1.128978 0,0.84 -1.049102,0.760006 -2.283103,0.996007 -1.153999,0.225 -2.296957,0.552939 -2.296957,2.087939 0,1.351 1.011945,1.90211 2.243949,1.90211 0.946,0 1.771968,-0.328015 2.388964,-1.049015 0,0.735001 0.369113,1.049015 0.945114,1.049015 0.355997,0 0.603989,-0.06702 0.800986,-0.184022 h 9.25e-4 v -0.864993 c -0.144999,0.05 -0.249989,0.064 -0.341988,0.064 -0.354,0 -0.353884,-0.236989 -0.353884,-0.761988 v -3.490089 c 0,-1.588 -1.326092,-1.862956 -2.547094,-1.862956 z m 1.431059,3.436929 v 1.142983 c 0,0.617001 -0.603079,1.535122 -2.074077,1.535122 -0.681007,0 -1.311952,-0.262007 -1.311952,-0.996007 0,-0.828 0.630952,-1.089989 1.36496,-1.220989 0.747993,-0.133 1.587075,-0.145108 2.021069,-0.461109 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path167"
d="m 67.941093,31.065039 c -1.707,0 -3.398981,0.840062 -3.398981,2.744062 0,1.718 1.508885,2.151926 3.004886,2.479926 1.496002,0.328 2.992081,0.551001 2.992081,1.836001 0,1.353 -1.245959,1.707096 -2.374961,1.707096 -1.417,0 -2.729003,-0.682107 -2.729003,-2.258107 h -1.181986 c 0,2.284 1.771986,3.309079 3.871986,3.309079 1.706003,0 3.661913,-0.801071 3.661913,-2.797071 0,-1.836 -1.495933,-2.360951 -2.991935,-2.702951 -1.509001,-0.34 -3.005036,-0.511984 -3.005036,-1.665984 0,-1.221 1.049986,-1.601983 2.099986,-1.601983 1.285997,0 2.17801,0.577964 2.323009,1.915965 v 0.0011 h 1.180029 c -0.079,-2.061001 -1.535988,-2.967087 -3.451988,-2.967087 z m 5.606036,0.775089 v 2.032974 h -1.155032 v 0.985013 h 1.155032 V 39.176 c 0,1.246 0.458883,1.482113 1.613885,1.482113 h 0.853092 v -0.984109 h -0.512007 c -0.695001,0 -0.84,-0.09187 -0.84,-0.603869 v -4.213074 h 1.352007 v -0.983959 h -1.352007 v -2.032974 z m 6.62689,1.875908 c -2.151997,0 -3.294015,1.56095 -3.294015,3.55695 0,1.981001 1.141015,3.543097 3.294015,3.543097 2.152005,0 3.292966,-1.563096 3.292966,-3.543097 0,-1.996 -1.140961,-3.55695 -3.292966,-3.55695 z m 0,0.985013 c 1.168001,0 2.110979,0.917938 2.110979,2.571937 0,1.641 -0.942978,2.559138 -2.110979,2.559138 -1.168001,0 -2.112991,-0.918138 -2.113986,-2.559138 0,-1.653999 0.945985,-2.571937 2.113986,-2.571937 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path171"
d="m 91.917076,33.716036 c -1.509996,0 -2.808963,0.590003 -2.872966,2.270003 h 1.11497 c 0.05201,-0.996 0.74794,-1.28499 1.692946,-1.28499 0.707,0 1.50801,0.155978 1.50801,1.128978 0,0.84 -1.04895,0.760006 -2.28295,0.996007 -1.154001,0.222999 -2.296959,0.551089 -2.296959,2.088089 0,1.351 1.011946,1.90196 2.24395,1.90196 0.945999,0 1.771969,-0.327972 2.388969,-1.050972 0,0.737 0.36696,1.050972 0.94495,1.050972 0.354,0 0.604,-0.06702 0.801,-0.184022 h 0.001 v -0.86695 c -0.10912,0.04231 -0.22497,0.06466 -0.342,0.06596 -0.354,10e-7 -0.35404,-0.236988 -0.35404,-0.761988 v -3.490088 c 0,-1.588001 -1.32593,-1.862957 -2.54693,-1.862957 z m -3.826954,4.63e-4 c -1.078693,0.03085 -1.767703,0.566705 -2.273017,1.58858 h -0.025 v -1.431966 h -1.051122 v 6.785915 h 1.115116 v -3.017987 c 0,-1.719 0.655934,-2.743912 2.454933,-2.743912 v -1.180028 c -0.07543,-0.0024 -0.149004,-0.0027 -0.22091,-6.17e-4 z m 5.257864,3.437532 v 1.142982 c 0,0.617001 -0.60493,1.535122 -2.07393,1.535122 -0.680997,0 -1.311941,-0.262115 -1.311941,-0.998116 0,-0.825999 0.630952,-1.087988 1.364951,-1.220988 0.748,-0.131 1.58692,-0.145 2.02092,-0.459 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path175"
d="m 98.964116,33.717994 c -2.35,0 -3.1371,1.980099 -3.1371,3.582099 0,1.851 1.01009,3.439038 3.03109,3.439038 0.853,0 1.745934,-0.40809 2.112944,-1.23409 h 0.025 v 0.444995 c 0,1.523 -0.57597,2.572088 -2.032974,2.572088 -0.737,0 -1.70696,-0.288022 -1.75996,-1.102022 h -1.11512 c 0.067,1.482 1.53612,1.99397 2.80912,1.99397 2.138004,0 3.149904,-1.126968 3.149904,-3.331968 v -6.209002 h -1.05097 v 0.97402 h -0.011 c -0.408,-0.748 -1.166934,-1.129128 -2.020934,-1.129128 z m 0.052,0.982001 c 1.404994,0 1.928004,1.233124 1.928004,2.428123 0,1.272001 -0.55102,2.624946 -2.020024,2.624946 -1.471,0 -1.91596,-1.364942 -1.91596,-2.585943 0,-1.299 0.57598,-2.467126 2.00798,-2.467126 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path179"
d="m 106.54907,33.71709 c -1.851,0 -3.18906,1.495941 -3.18906,3.528941 0.065,2.073999 1.09011,3.570052 3.25411,3.570052 1.5227,0 2.59853,-0.814638 2.89978,-2.31006 h -1.10187 c -0.198,0.880999 -0.83995,1.326101 -1.75996,1.326101 -1.482,0 -2.15198,-1.050097 -2.11097,-2.230097 h 5.07791 c 0.067,-1.641 -0.66994,-3.884937 -3.06994,-3.884937 z m 2.96483,4.788933 v 0 -9.02e-4 c -6e-5,3.08e-4 0,6.16e-4 0,9.02e-4 z m -3.03079,-3.804974 c 1.101,0 1.90197,0.851965 1.95497,1.915965 H 104.542 c 0.078,-1.037 0.77311,-1.915965 1.94111,-1.915965 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,45 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" width="1421.7864"
height="563.07031" viewBox="0 0 109.62314 43.414073" version="1.1" id="svg185">
<metadata id="metadata191">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs189"/>
<path id="path143"
d="M 2.5754288e-5,0 V 40.146105 C -0.00897425,41.683105 2.3430058,42.179048 3.6800078,41.572047 11.072008,38.670048 16.382025,30.681057 16.382025,21.279057 16.382025,10.379057 9.2440248,1.377 2.5754288e-5,0 Z M 19.37908,0 v 40.146105 c -0.008,1.537 2.343984,2.032943 3.679983,1.425942 7.392001,-2.901999 12.702018,-10.89099 12.702018,-20.29299 C 35.761081,10.379057 28.62408,1.377 19.37908,0 Z m 28.086959,0.260069 c -5.025,0 -9.947017,2.254939 -10.254017,9.022939 -0.307,6.768 5.230022,9.330979 8.101023,10.664979 2.870999,1.332 6.357032,3.279073 6.357032,8.611073 0,8.511 -8.51004,8.817985 -11.48404,8.817985 -1.846001,0.204999 -1.743005,3.076018 -0.103005,3.077018 H 58.02711 V 0.260069 Z m 17.326957,1.291917 v 9.370051 h 3.216014 c 3.123002,0 4.501,-1.77105 4.501,-4.90805 0,-3.018001 -1.614,-4.462001 -4.501,-4.462001 z m 1.245987,1.050069 h 2.100137 c 2.296997,0 3.124005,1.352003 3.124005,3.583003 0,3.451999 -2.297058,3.687964 -3.150057,3.687964 h -2.073031 -0.0011 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path147"
d="m 73.913065,1.551986 v 1.365105 h 1.11497 V 1.551986 Z m 5.617033,2.428124 c -2.349001,0 -3.137104,1.982003 -3.137104,3.583002 0,1.850001 1.010088,3.438889 3.031089,3.438889 0.853993,0 1.744989,-0.406941 2.113985,-1.23394 h 0.02501 v 0.446049 c 0,1.522 -0.578029,2.571938 -2.034031,2.571938 -0.736004,0 -1.706053,-0.289023 -1.759053,-1.102023 h -1.11497 c 0.066,1.483 1.536065,1.995025 2.808062,1.995025 2.139006,0 3.150959,-1.128023 3.150959,-3.333023 V 4.137026 h -1.050967 v 0.971008 h -0.01295 C 81.144129,4.360034 80.382103,3.98011 79.530106,3.98011 Z m -5.617033,0.15797 v 6.785011 h 1.11497 V 4.13808 Z m 5.668985,0.827043 c 1.403001,0 1.928015,1.233972 1.928015,2.427972 0,1.273001 -0.550026,2.623892 -2.020029,2.623892 -1.469996,0 -1.917012,-1.363888 -1.917012,-2.584889 0,-1.298999 0.578028,-2.466975 2.009026,-2.466975 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path151"
d="M 84.358035,1.551986 V 2.917091 H 85.47511 V 1.551986 Z m 3.281971,0.55312 V 4.139134 H 86.48603 v 0.983959 h 1.153976 v 4.316981 c 0,1.247 0.459122,1.483017 1.613121,1.483017 h 0.854002 V 9.939132 h -0.512006 c -0.695001,0 -0.839992,-0.09202 -0.839992,-0.60402 V 5.122039 h 1.351998 V 4.13808 H 88.755131 V 2.105106 Z m 6.46801,1.875908 c -1.508,0 -2.80896,0.590003 -2.87296,2.270002 h 1.11497 c 0.052,-0.996999 0.74809,-1.285893 1.69309,-1.285893 0.709,0 1.50787,0.157978 1.50787,1.128978 0,0.84 -1.04896,0.76091 -2.28296,0.99691 -1.154,0.223 -2.296957,0.551036 -2.296957,2.087035 0,1.352001 1.011957,1.903015 2.243947,1.903015 0.946,0 1.77197,-0.328069 2.38897,-1.05007 0,0.735001 0.36711,1.05007 0.94511,1.05007 0.356,0 0.60399,-0.06602 0.80099,-0.184022 h 9.3e-4 v -0.866048 c -0.10915,0.04211 -0.22501,0.06415 -0.342,0.06506 -0.354,0 -0.35388,-0.235935 -0.35388,-0.760935 V 5.844125 c 0,-1.588001 -1.32609,-1.863107 -2.54709,-1.863107 z M 84.358035,4.13808 v 6.785011 H 85.47511 V 4.13808 Z m 11.181951,3.280917 v 1.14208 c 0,0.617 -0.60293,1.53497 -2.07393,1.53497 -0.681,0 -1.31195,-0.262061 -1.31195,-0.997061 0,-0.827 0.63096,-1.089988 1.36496,-1.220988 0.74799,-0.131 1.58692,-0.145 2.02092,-0.459001 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path155"
d="m 98.452106,1.551986 v 9.371105 h 1.11498 V 1.551986 Z M 64.792996,16.523104 V 25.8921 h 3.216014 c 3.123002,0 4.501,-1.77105 4.501,-4.90805 0,-3.018 -1.614,-4.460946 -4.501,-4.460946 z m 1.245987,1.049015 h 2.100137 c 2.296997,0 3.124005,1.352002 3.124005,3.583002 0,3.452001 -2.297058,3.687965 -3.150057,3.687965 h -2.073031 -0.0011 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path159"
d="m 76.616013,18.951077 c -1.508994,0 -2.808015,0.591003 -2.874015,2.270003 h 1.116026 c 0.052,-0.996 0.748086,-1.28499 1.693084,-1.28499 0.708001,0 1.508925,0.156978 1.508925,1.128978 0,0.84 -1.050011,0.760006 -2.284012,0.996007 -1.153999,0.225 -2.296958,0.552939 -2.296958,2.087939 0,1.351 1.011006,1.90211 2.245006,1.90211 0.944998,0 1.771968,-0.328015 2.388972,-1.049015 0,0.735001 0.366953,1.049015 0.944952,1.049015 0.354,0 0.603087,-0.06702 0.800091,-0.184022 h -0.0011 v -0.864993 c -0.143997,0.05 -0.249935,0.064 -0.340939,0.064 -0.354001,0 -0.354039,-0.236989 -0.354039,-0.761988 v -3.490089 c 0,-1.588 -1.325036,-1.862956 -2.546037,-1.862956 z m 1.430011,3.436929 h 0.0011 c 0,2.32e-4 -7.71e-4,5.4e-4 -0.0011,7.71e-4 v 1.14223 c 0,0.617001 -0.603026,1.535121 -2.073029,1.535121 -0.682002,0 -1.311944,-0.262006 -1.311944,-0.996006 0,-0.828001 0.62995,-1.089989 1.364951,-1.220989 0.747408,-0.132895 1.586722,-0.145085 2.020022,-0.460356 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path163"
d="m 81.327093,17.074115 v 2.033877 h -1.153976 v 0.98411 h 1.153976 v 4.316981 c 0,1.248 0.458975,1.481963 1.612975,1.481963 h 0.854001 v -0.982002 h -0.512006 c -0.695001,0 -0.84,-0.09092 -0.84,-0.604922 v -4.21202 h 1.352006 v -0.98411 h -1.352006 v -2.033877 z m 6.468922,1.876962 c -1.507999,0 -2.808971,0.591003 -2.872966,2.270003 h 1.11497 c 0.052,-0.996 0.748094,-1.28499 1.693092,-1.28499 0.709002,0 1.508015,0.156978 1.508015,1.128978 0,0.84 -1.049102,0.760006 -2.283103,0.996007 -1.153999,0.225 -2.296957,0.552939 -2.296957,2.087939 0,1.351 1.011945,1.90211 2.243949,1.90211 0.946,0 1.771968,-0.328015 2.388964,-1.049015 0,0.735001 0.369113,1.049015 0.945114,1.049015 0.355997,0 0.603989,-0.06702 0.800986,-0.184022 h 9.25e-4 v -0.864993 c -0.144999,0.05 -0.249989,0.064 -0.341988,0.064 -0.354,0 -0.353884,-0.236989 -0.353884,-0.761988 v -3.490089 c 0,-1.588 -1.326092,-1.862956 -2.547094,-1.862956 z m 1.431059,3.436929 v 1.142983 c 0,0.617001 -0.603079,1.535122 -2.074077,1.535122 -0.681007,0 -1.311952,-0.262007 -1.311952,-0.996007 0,-0.828 0.630952,-1.089989 1.36496,-1.220989 0.747993,-0.133 1.587075,-0.145108 2.021069,-0.461109 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path167"
d="m 67.941093,31.065039 c -1.707,0 -3.398981,0.840062 -3.398981,2.744062 0,1.718 1.508885,2.151926 3.004886,2.479926 1.496002,0.328 2.992081,0.551001 2.992081,1.836001 0,1.353 -1.245959,1.707096 -2.374961,1.707096 -1.417,0 -2.729003,-0.682107 -2.729003,-2.258107 h -1.181986 c 0,2.284 1.771986,3.309079 3.871986,3.309079 1.706003,0 3.661913,-0.801071 3.661913,-2.797071 0,-1.836 -1.495933,-2.360951 -2.991935,-2.702951 -1.509001,-0.34 -3.005036,-0.511984 -3.005036,-1.665984 0,-1.221 1.049986,-1.601983 2.099986,-1.601983 1.285997,0 2.17801,0.577964 2.323009,1.915965 v 0.0011 h 1.180029 c -0.079,-2.061001 -1.535988,-2.967087 -3.451988,-2.967087 z m 5.606036,0.775089 v 2.032974 h -1.155032 v 0.985013 h 1.155032 V 39.176 c 0,1.246 0.458883,1.482113 1.613885,1.482113 h 0.853092 v -0.984109 h -0.512007 c -0.695001,0 -0.84,-0.09187 -0.84,-0.603869 v -4.213074 h 1.352007 v -0.983959 h -1.352007 v -2.032974 z m 6.62689,1.875908 c -2.151997,0 -3.294015,1.56095 -3.294015,3.55695 0,1.981001 1.141015,3.543097 3.294015,3.543097 2.152005,0 3.292966,-1.563096 3.292966,-3.543097 0,-1.996 -1.140961,-3.55695 -3.292966,-3.55695 z m 0,0.985013 c 1.168001,0 2.110979,0.917938 2.110979,2.571937 0,1.641 -0.942978,2.559138 -2.110979,2.559138 -1.168001,0 -2.112991,-0.918138 -2.113986,-2.559138 0,-1.653999 0.945985,-2.571937 2.113986,-2.571937 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path171"
d="m 91.917076,33.716036 c -1.509996,0 -2.808963,0.590003 -2.872966,2.270003 h 1.11497 c 0.05201,-0.996 0.74794,-1.28499 1.692946,-1.28499 0.707,0 1.50801,0.155978 1.50801,1.128978 0,0.84 -1.04895,0.760006 -2.28295,0.996007 -1.154001,0.222999 -2.296959,0.551089 -2.296959,2.088089 0,1.351 1.011946,1.90196 2.24395,1.90196 0.945999,0 1.771969,-0.327972 2.388969,-1.050972 0,0.737 0.36696,1.050972 0.94495,1.050972 0.354,0 0.604,-0.06702 0.801,-0.184022 h 0.001 v -0.86695 c -0.10912,0.04231 -0.22497,0.06466 -0.342,0.06596 -0.354,10e-7 -0.35404,-0.236988 -0.35404,-0.761988 v -3.490088 c 0,-1.588001 -1.32593,-1.862957 -2.54693,-1.862957 z m -3.826954,4.63e-4 c -1.078693,0.03085 -1.767703,0.566705 -2.273017,1.58858 h -0.025 v -1.431966 h -1.051122 v 6.785915 h 1.115116 v -3.017987 c 0,-1.719 0.655934,-2.743912 2.454933,-2.743912 v -1.180028 c -0.07543,-0.0024 -0.149004,-0.0027 -0.22091,-6.17e-4 z m 5.257864,3.437532 v 1.142982 c 0,0.617001 -0.60493,1.535122 -2.07393,1.535122 -0.680997,0 -1.311941,-0.262115 -1.311941,-0.998116 0,-0.825999 0.630952,-1.087988 1.364951,-1.220988 0.748,-0.131 1.58692,-0.145 2.02092,-0.459 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path175"
d="m 98.964116,33.717994 c -2.35,0 -3.1371,1.980099 -3.1371,3.582099 0,1.851 1.01009,3.439038 3.03109,3.439038 0.853,0 1.745934,-0.40809 2.112944,-1.23409 h 0.025 v 0.444995 c 0,1.523 -0.57597,2.572088 -2.032974,2.572088 -0.737,0 -1.70696,-0.288022 -1.75996,-1.102022 h -1.11512 c 0.067,1.482 1.53612,1.99397 2.80912,1.99397 2.138004,0 3.149904,-1.126968 3.149904,-3.331968 v -6.209002 h -1.05097 v 0.97402 h -0.011 c -0.408,-0.748 -1.166934,-1.129128 -2.020934,-1.129128 z m 0.052,0.982001 c 1.404994,0 1.928004,1.233124 1.928004,2.428123 0,1.272001 -0.55102,2.624946 -2.020024,2.624946 -1.471,0 -1.91596,-1.364942 -1.91596,-2.585943 0,-1.299 0.57598,-2.467126 2.00798,-2.467126 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path179"
d="m 106.54907,33.71709 c -1.851,0 -3.18906,1.495941 -3.18906,3.528941 0.065,2.073999 1.09011,3.570052 3.25411,3.570052 1.5227,0 2.59853,-0.814638 2.89978,-2.31006 h -1.10187 c -0.198,0.880999 -0.83995,1.326101 -1.75996,1.326101 -1.482,0 -2.15198,-1.050097 -2.11097,-2.230097 h 5.07791 c 0.067,-1.641 -0.66994,-3.884937 -3.06994,-3.884937 z m 2.96483,4.788933 v 0 -9.02e-4 c -6e-5,3.08e-4 0,6.16e-4 0,9.02e-4 z m -3.03079,-3.804974 c 1.101,0 1.90197,0.851965 1.95497,1.915965 H 104.542 c 0.078,-1.037 0.77311,-1.915965 1.94111,-1.915965 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,45 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" width="1421.7864"
height="563.07031" viewBox="0 0 109.62314 43.414073" version="1.1" id="svg185">
<metadata id="metadata191">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs189"/>
<path id="path143"
d="M 2.5754288e-5,0 V 40.146105 C -0.00897425,41.683105 2.3430058,42.179048 3.6800078,41.572047 11.072008,38.670048 16.382025,30.681057 16.382025,21.279057 16.382025,10.379057 9.2440248,1.377 2.5754288e-5,0 Z M 19.37908,0 v 40.146105 c -0.008,1.537 2.343984,2.032943 3.679983,1.425942 7.392001,-2.901999 12.702018,-10.89099 12.702018,-20.29299 C 35.761081,10.379057 28.62408,1.377 19.37908,0 Z m 28.086959,0.260069 c -5.025,0 -9.947017,2.254939 -10.254017,9.022939 -0.307,6.768 5.230022,9.330979 8.101023,10.664979 2.870999,1.332 6.357032,3.279073 6.357032,8.611073 0,8.511 -8.51004,8.817985 -11.48404,8.817985 -1.846001,0.204999 -1.743005,3.076018 -0.103005,3.077018 H 58.02711 V 0.260069 Z m 17.326957,1.291917 v 9.370051 h 3.216014 c 3.123002,0 4.501,-1.77105 4.501,-4.90805 0,-3.018001 -1.614,-4.462001 -4.501,-4.462001 z m 1.245987,1.050069 h 2.100137 c 2.296997,0 3.124005,1.352003 3.124005,3.583003 0,3.451999 -2.297058,3.687964 -3.150057,3.687964 h -2.073031 -0.0011 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path147"
d="m 73.913065,1.551986 v 1.365105 h 1.11497 V 1.551986 Z m 5.617033,2.428124 c -2.349001,0 -3.137104,1.982003 -3.137104,3.583002 0,1.850001 1.010088,3.438889 3.031089,3.438889 0.853993,0 1.744989,-0.406941 2.113985,-1.23394 h 0.02501 v 0.446049 c 0,1.522 -0.578029,2.571938 -2.034031,2.571938 -0.736004,0 -1.706053,-0.289023 -1.759053,-1.102023 h -1.11497 c 0.066,1.483 1.536065,1.995025 2.808062,1.995025 2.139006,0 3.150959,-1.128023 3.150959,-3.333023 V 4.137026 h -1.050967 v 0.971008 h -0.01295 C 81.144129,4.360034 80.382103,3.98011 79.530106,3.98011 Z m -5.617033,0.15797 v 6.785011 h 1.11497 V 4.13808 Z m 5.668985,0.827043 c 1.403001,0 1.928015,1.233972 1.928015,2.427972 0,1.273001 -0.550026,2.623892 -2.020029,2.623892 -1.469996,0 -1.917012,-1.363888 -1.917012,-2.584889 0,-1.298999 0.578028,-2.466975 2.009026,-2.466975 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path151"
d="M 84.358035,1.551986 V 2.917091 H 85.47511 V 1.551986 Z m 3.281971,0.55312 V 4.139134 H 86.48603 v 0.983959 h 1.153976 v 4.316981 c 0,1.247 0.459122,1.483017 1.613121,1.483017 h 0.854002 V 9.939132 h -0.512006 c -0.695001,0 -0.839992,-0.09202 -0.839992,-0.60402 V 5.122039 h 1.351998 V 4.13808 H 88.755131 V 2.105106 Z m 6.46801,1.875908 c -1.508,0 -2.80896,0.590003 -2.87296,2.270002 h 1.11497 c 0.052,-0.996999 0.74809,-1.285893 1.69309,-1.285893 0.709,0 1.50787,0.157978 1.50787,1.128978 0,0.84 -1.04896,0.76091 -2.28296,0.99691 -1.154,0.223 -2.296957,0.551036 -2.296957,2.087035 0,1.352001 1.011957,1.903015 2.243947,1.903015 0.946,0 1.77197,-0.328069 2.38897,-1.05007 0,0.735001 0.36711,1.05007 0.94511,1.05007 0.356,0 0.60399,-0.06602 0.80099,-0.184022 h 9.3e-4 v -0.866048 c -0.10915,0.04211 -0.22501,0.06415 -0.342,0.06506 -0.354,0 -0.35388,-0.235935 -0.35388,-0.760935 V 5.844125 c 0,-1.588001 -1.32609,-1.863107 -2.54709,-1.863107 z M 84.358035,4.13808 v 6.785011 H 85.47511 V 4.13808 Z m 11.181951,3.280917 v 1.14208 c 0,0.617 -0.60293,1.53497 -2.07393,1.53497 -0.681,0 -1.31195,-0.262061 -1.31195,-0.997061 0,-0.827 0.63096,-1.089988 1.36496,-1.220988 0.74799,-0.131 1.58692,-0.145 2.02092,-0.459001 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path155"
d="m 98.452106,1.551986 v 9.371105 h 1.11498 V 1.551986 Z M 64.792996,16.523104 V 25.8921 h 3.216014 c 3.123002,0 4.501,-1.77105 4.501,-4.90805 0,-3.018 -1.614,-4.460946 -4.501,-4.460946 z m 1.245987,1.049015 h 2.100137 c 2.296997,0 3.124005,1.352002 3.124005,3.583002 0,3.452001 -2.297058,3.687965 -3.150057,3.687965 h -2.073031 -0.0011 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path159"
d="m 76.616013,18.951077 c -1.508994,0 -2.808015,0.591003 -2.874015,2.270003 h 1.116026 c 0.052,-0.996 0.748086,-1.28499 1.693084,-1.28499 0.708001,0 1.508925,0.156978 1.508925,1.128978 0,0.84 -1.050011,0.760006 -2.284012,0.996007 -1.153999,0.225 -2.296958,0.552939 -2.296958,2.087939 0,1.351 1.011006,1.90211 2.245006,1.90211 0.944998,0 1.771968,-0.328015 2.388972,-1.049015 0,0.735001 0.366953,1.049015 0.944952,1.049015 0.354,0 0.603087,-0.06702 0.800091,-0.184022 h -0.0011 v -0.864993 c -0.143997,0.05 -0.249935,0.064 -0.340939,0.064 -0.354001,0 -0.354039,-0.236989 -0.354039,-0.761988 v -3.490089 c 0,-1.588 -1.325036,-1.862956 -2.546037,-1.862956 z m 1.430011,3.436929 h 0.0011 c 0,2.32e-4 -7.71e-4,5.4e-4 -0.0011,7.71e-4 v 1.14223 c 0,0.617001 -0.603026,1.535121 -2.073029,1.535121 -0.682002,0 -1.311944,-0.262006 -1.311944,-0.996006 0,-0.828001 0.62995,-1.089989 1.364951,-1.220989 0.747408,-0.132895 1.586722,-0.145085 2.020022,-0.460356 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path163"
d="m 81.327093,17.074115 v 2.033877 h -1.153976 v 0.98411 h 1.153976 v 4.316981 c 0,1.248 0.458975,1.481963 1.612975,1.481963 h 0.854001 v -0.982002 h -0.512006 c -0.695001,0 -0.84,-0.09092 -0.84,-0.604922 v -4.21202 h 1.352006 v -0.98411 h -1.352006 v -2.033877 z m 6.468922,1.876962 c -1.507999,0 -2.808971,0.591003 -2.872966,2.270003 h 1.11497 c 0.052,-0.996 0.748094,-1.28499 1.693092,-1.28499 0.709002,0 1.508015,0.156978 1.508015,1.128978 0,0.84 -1.049102,0.760006 -2.283103,0.996007 -1.153999,0.225 -2.296957,0.552939 -2.296957,2.087939 0,1.351 1.011945,1.90211 2.243949,1.90211 0.946,0 1.771968,-0.328015 2.388964,-1.049015 0,0.735001 0.369113,1.049015 0.945114,1.049015 0.355997,0 0.603989,-0.06702 0.800986,-0.184022 h 9.25e-4 v -0.864993 c -0.144999,0.05 -0.249989,0.064 -0.341988,0.064 -0.354,0 -0.353884,-0.236989 -0.353884,-0.761988 v -3.490089 c 0,-1.588 -1.326092,-1.862956 -2.547094,-1.862956 z m 1.431059,3.436929 v 1.142983 c 0,0.617001 -0.603079,1.535122 -2.074077,1.535122 -0.681007,0 -1.311952,-0.262007 -1.311952,-0.996007 0,-0.828 0.630952,-1.089989 1.36496,-1.220989 0.747993,-0.133 1.587075,-0.145108 2.021069,-0.461109 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path167"
d="m 67.941093,31.065039 c -1.707,0 -3.398981,0.840062 -3.398981,2.744062 0,1.718 1.508885,2.151926 3.004886,2.479926 1.496002,0.328 2.992081,0.551001 2.992081,1.836001 0,1.353 -1.245959,1.707096 -2.374961,1.707096 -1.417,0 -2.729003,-0.682107 -2.729003,-2.258107 h -1.181986 c 0,2.284 1.771986,3.309079 3.871986,3.309079 1.706003,0 3.661913,-0.801071 3.661913,-2.797071 0,-1.836 -1.495933,-2.360951 -2.991935,-2.702951 -1.509001,-0.34 -3.005036,-0.511984 -3.005036,-1.665984 0,-1.221 1.049986,-1.601983 2.099986,-1.601983 1.285997,0 2.17801,0.577964 2.323009,1.915965 v 0.0011 h 1.180029 c -0.079,-2.061001 -1.535988,-2.967087 -3.451988,-2.967087 z m 5.606036,0.775089 v 2.032974 h -1.155032 v 0.985013 h 1.155032 V 39.176 c 0,1.246 0.458883,1.482113 1.613885,1.482113 h 0.853092 v -0.984109 h -0.512007 c -0.695001,0 -0.84,-0.09187 -0.84,-0.603869 v -4.213074 h 1.352007 v -0.983959 h -1.352007 v -2.032974 z m 6.62689,1.875908 c -2.151997,0 -3.294015,1.56095 -3.294015,3.55695 0,1.981001 1.141015,3.543097 3.294015,3.543097 2.152005,0 3.292966,-1.563096 3.292966,-3.543097 0,-1.996 -1.140961,-3.55695 -3.292966,-3.55695 z m 0,0.985013 c 1.168001,0 2.110979,0.917938 2.110979,2.571937 0,1.641 -0.942978,2.559138 -2.110979,2.559138 -1.168001,0 -2.112991,-0.918138 -2.113986,-2.559138 0,-1.653999 0.945985,-2.571937 2.113986,-2.571937 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path171"
d="m 91.917076,33.716036 c -1.509996,0 -2.808963,0.590003 -2.872966,2.270003 h 1.11497 c 0.05201,-0.996 0.74794,-1.28499 1.692946,-1.28499 0.707,0 1.50801,0.155978 1.50801,1.128978 0,0.84 -1.04895,0.760006 -2.28295,0.996007 -1.154001,0.222999 -2.296959,0.551089 -2.296959,2.088089 0,1.351 1.011946,1.90196 2.24395,1.90196 0.945999,0 1.771969,-0.327972 2.388969,-1.050972 0,0.737 0.36696,1.050972 0.94495,1.050972 0.354,0 0.604,-0.06702 0.801,-0.184022 h 0.001 v -0.86695 c -0.10912,0.04231 -0.22497,0.06466 -0.342,0.06596 -0.354,10e-7 -0.35404,-0.236988 -0.35404,-0.761988 v -3.490088 c 0,-1.588001 -1.32593,-1.862957 -2.54693,-1.862957 z m -3.826954,4.63e-4 c -1.078693,0.03085 -1.767703,0.566705 -2.273017,1.58858 h -0.025 v -1.431966 h -1.051122 v 6.785915 h 1.115116 v -3.017987 c 0,-1.719 0.655934,-2.743912 2.454933,-2.743912 v -1.180028 c -0.07543,-0.0024 -0.149004,-0.0027 -0.22091,-6.17e-4 z m 5.257864,3.437532 v 1.142982 c 0,0.617001 -0.60493,1.535122 -2.07393,1.535122 -0.680997,0 -1.311941,-0.262115 -1.311941,-0.998116 0,-0.825999 0.630952,-1.087988 1.364951,-1.220988 0.748,-0.131 1.58692,-0.145 2.02092,-0.459 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path175"
d="m 98.964116,33.717994 c -2.35,0 -3.1371,1.980099 -3.1371,3.582099 0,1.851 1.01009,3.439038 3.03109,3.439038 0.853,0 1.745934,-0.40809 2.112944,-1.23409 h 0.025 v 0.444995 c 0,1.523 -0.57597,2.572088 -2.032974,2.572088 -0.737,0 -1.70696,-0.288022 -1.75996,-1.102022 h -1.11512 c 0.067,1.482 1.53612,1.99397 2.80912,1.99397 2.138004,0 3.149904,-1.126968 3.149904,-3.331968 v -6.209002 h -1.05097 v 0.97402 h -0.011 c -0.408,-0.748 -1.166934,-1.129128 -2.020934,-1.129128 z m 0.052,0.982001 c 1.404994,0 1.928004,1.233124 1.928004,2.428123 0,1.272001 -0.55102,2.624946 -2.020024,2.624946 -1.471,0 -1.91596,-1.364942 -1.91596,-2.585943 0,-1.299 0.57598,-2.467126 2.00798,-2.467126 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path179"
d="m 106.54907,33.71709 c -1.851,0 -3.18906,1.495941 -3.18906,3.528941 0.065,2.073999 1.09011,3.570052 3.25411,3.570052 1.5227,0 2.59853,-0.814638 2.89978,-2.31006 h -1.10187 c -0.198,0.880999 -0.83995,1.326101 -1.75996,1.326101 -1.482,0 -2.15198,-1.050097 -2.11097,-2.230097 h 5.07791 c 0.067,-1.641 -0.66994,-3.884937 -3.06994,-3.884937 z m 2.96483,4.788933 v 0 -9.02e-4 c -6e-5,3.08e-4 0,6.16e-4 0,9.02e-4 z m -3.03079,-3.804974 c 1.101,0 1.90197,0.851965 1.95497,1.915965 H 104.542 c 0.078,-1.037 0.77311,-1.915965 1.94111,-1.915965 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,45 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" width="1421.7864"
height="563.07031" viewBox="0 0 109.62314 43.414073" version="1.1" id="svg185">
<metadata id="metadata191">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs189"/>
<path id="path143"
d="M 2.5754288e-5,0 V 40.146105 C -0.00897425,41.683105 2.3430058,42.179048 3.6800078,41.572047 11.072008,38.670048 16.382025,30.681057 16.382025,21.279057 16.382025,10.379057 9.2440248,1.377 2.5754288e-5,0 Z M 19.37908,0 v 40.146105 c -0.008,1.537 2.343984,2.032943 3.679983,1.425942 7.392001,-2.901999 12.702018,-10.89099 12.702018,-20.29299 C 35.761081,10.379057 28.62408,1.377 19.37908,0 Z m 28.086959,0.260069 c -5.025,0 -9.947017,2.254939 -10.254017,9.022939 -0.307,6.768 5.230022,9.330979 8.101023,10.664979 2.870999,1.332 6.357032,3.279073 6.357032,8.611073 0,8.511 -8.51004,8.817985 -11.48404,8.817985 -1.846001,0.204999 -1.743005,3.076018 -0.103005,3.077018 H 58.02711 V 0.260069 Z m 17.326957,1.291917 v 9.370051 h 3.216014 c 3.123002,0 4.501,-1.77105 4.501,-4.90805 0,-3.018001 -1.614,-4.462001 -4.501,-4.462001 z m 1.245987,1.050069 h 2.100137 c 2.296997,0 3.124005,1.352003 3.124005,3.583003 0,3.451999 -2.297058,3.687964 -3.150057,3.687964 h -2.073031 -0.0011 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path147"
d="m 73.913065,1.551986 v 1.365105 h 1.11497 V 1.551986 Z m 5.617033,2.428124 c -2.349001,0 -3.137104,1.982003 -3.137104,3.583002 0,1.850001 1.010088,3.438889 3.031089,3.438889 0.853993,0 1.744989,-0.406941 2.113985,-1.23394 h 0.02501 v 0.446049 c 0,1.522 -0.578029,2.571938 -2.034031,2.571938 -0.736004,0 -1.706053,-0.289023 -1.759053,-1.102023 h -1.11497 c 0.066,1.483 1.536065,1.995025 2.808062,1.995025 2.139006,0 3.150959,-1.128023 3.150959,-3.333023 V 4.137026 h -1.050967 v 0.971008 h -0.01295 C 81.144129,4.360034 80.382103,3.98011 79.530106,3.98011 Z m -5.617033,0.15797 v 6.785011 h 1.11497 V 4.13808 Z m 5.668985,0.827043 c 1.403001,0 1.928015,1.233972 1.928015,2.427972 0,1.273001 -0.550026,2.623892 -2.020029,2.623892 -1.469996,0 -1.917012,-1.363888 -1.917012,-2.584889 0,-1.298999 0.578028,-2.466975 2.009026,-2.466975 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path151"
d="M 84.358035,1.551986 V 2.917091 H 85.47511 V 1.551986 Z m 3.281971,0.55312 V 4.139134 H 86.48603 v 0.983959 h 1.153976 v 4.316981 c 0,1.247 0.459122,1.483017 1.613121,1.483017 h 0.854002 V 9.939132 h -0.512006 c -0.695001,0 -0.839992,-0.09202 -0.839992,-0.60402 V 5.122039 h 1.351998 V 4.13808 H 88.755131 V 2.105106 Z m 6.46801,1.875908 c -1.508,0 -2.80896,0.590003 -2.87296,2.270002 h 1.11497 c 0.052,-0.996999 0.74809,-1.285893 1.69309,-1.285893 0.709,0 1.50787,0.157978 1.50787,1.128978 0,0.84 -1.04896,0.76091 -2.28296,0.99691 -1.154,0.223 -2.296957,0.551036 -2.296957,2.087035 0,1.352001 1.011957,1.903015 2.243947,1.903015 0.946,0 1.77197,-0.328069 2.38897,-1.05007 0,0.735001 0.36711,1.05007 0.94511,1.05007 0.356,0 0.60399,-0.06602 0.80099,-0.184022 h 9.3e-4 v -0.866048 c -0.10915,0.04211 -0.22501,0.06415 -0.342,0.06506 -0.354,0 -0.35388,-0.235935 -0.35388,-0.760935 V 5.844125 c 0,-1.588001 -1.32609,-1.863107 -2.54709,-1.863107 z M 84.358035,4.13808 v 6.785011 H 85.47511 V 4.13808 Z m 11.181951,3.280917 v 1.14208 c 0,0.617 -0.60293,1.53497 -2.07393,1.53497 -0.681,0 -1.31195,-0.262061 -1.31195,-0.997061 0,-0.827 0.63096,-1.089988 1.36496,-1.220988 0.74799,-0.131 1.58692,-0.145 2.02092,-0.459001 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path155"
d="m 98.452106,1.551986 v 9.371105 h 1.11498 V 1.551986 Z M 64.792996,16.523104 V 25.8921 h 3.216014 c 3.123002,0 4.501,-1.77105 4.501,-4.90805 0,-3.018 -1.614,-4.460946 -4.501,-4.460946 z m 1.245987,1.049015 h 2.100137 c 2.296997,0 3.124005,1.352002 3.124005,3.583002 0,3.452001 -2.297058,3.687965 -3.150057,3.687965 h -2.073031 -0.0011 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path159"
d="m 76.616013,18.951077 c -1.508994,0 -2.808015,0.591003 -2.874015,2.270003 h 1.116026 c 0.052,-0.996 0.748086,-1.28499 1.693084,-1.28499 0.708001,0 1.508925,0.156978 1.508925,1.128978 0,0.84 -1.050011,0.760006 -2.284012,0.996007 -1.153999,0.225 -2.296958,0.552939 -2.296958,2.087939 0,1.351 1.011006,1.90211 2.245006,1.90211 0.944998,0 1.771968,-0.328015 2.388972,-1.049015 0,0.735001 0.366953,1.049015 0.944952,1.049015 0.354,0 0.603087,-0.06702 0.800091,-0.184022 h -0.0011 v -0.864993 c -0.143997,0.05 -0.249935,0.064 -0.340939,0.064 -0.354001,0 -0.354039,-0.236989 -0.354039,-0.761988 v -3.490089 c 0,-1.588 -1.325036,-1.862956 -2.546037,-1.862956 z m 1.430011,3.436929 h 0.0011 c 0,2.32e-4 -7.71e-4,5.4e-4 -0.0011,7.71e-4 v 1.14223 c 0,0.617001 -0.603026,1.535121 -2.073029,1.535121 -0.682002,0 -1.311944,-0.262006 -1.311944,-0.996006 0,-0.828001 0.62995,-1.089989 1.364951,-1.220989 0.747408,-0.132895 1.586722,-0.145085 2.020022,-0.460356 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path163"
d="m 81.327093,17.074115 v 2.033877 h -1.153976 v 0.98411 h 1.153976 v 4.316981 c 0,1.248 0.458975,1.481963 1.612975,1.481963 h 0.854001 v -0.982002 h -0.512006 c -0.695001,0 -0.84,-0.09092 -0.84,-0.604922 v -4.21202 h 1.352006 v -0.98411 h -1.352006 v -2.033877 z m 6.468922,1.876962 c -1.507999,0 -2.808971,0.591003 -2.872966,2.270003 h 1.11497 c 0.052,-0.996 0.748094,-1.28499 1.693092,-1.28499 0.709002,0 1.508015,0.156978 1.508015,1.128978 0,0.84 -1.049102,0.760006 -2.283103,0.996007 -1.153999,0.225 -2.296957,0.552939 -2.296957,2.087939 0,1.351 1.011945,1.90211 2.243949,1.90211 0.946,0 1.771968,-0.328015 2.388964,-1.049015 0,0.735001 0.369113,1.049015 0.945114,1.049015 0.355997,0 0.603989,-0.06702 0.800986,-0.184022 h 9.25e-4 v -0.864993 c -0.144999,0.05 -0.249989,0.064 -0.341988,0.064 -0.354,0 -0.353884,-0.236989 -0.353884,-0.761988 v -3.490089 c 0,-1.588 -1.326092,-1.862956 -2.547094,-1.862956 z m 1.431059,3.436929 v 1.142983 c 0,0.617001 -0.603079,1.535122 -2.074077,1.535122 -0.681007,0 -1.311952,-0.262007 -1.311952,-0.996007 0,-0.828 0.630952,-1.089989 1.36496,-1.220989 0.747993,-0.133 1.587075,-0.145108 2.021069,-0.461109 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path167"
d="m 67.941093,31.065039 c -1.707,0 -3.398981,0.840062 -3.398981,2.744062 0,1.718 1.508885,2.151926 3.004886,2.479926 1.496002,0.328 2.992081,0.551001 2.992081,1.836001 0,1.353 -1.245959,1.707096 -2.374961,1.707096 -1.417,0 -2.729003,-0.682107 -2.729003,-2.258107 h -1.181986 c 0,2.284 1.771986,3.309079 3.871986,3.309079 1.706003,0 3.661913,-0.801071 3.661913,-2.797071 0,-1.836 -1.495933,-2.360951 -2.991935,-2.702951 -1.509001,-0.34 -3.005036,-0.511984 -3.005036,-1.665984 0,-1.221 1.049986,-1.601983 2.099986,-1.601983 1.285997,0 2.17801,0.577964 2.323009,1.915965 v 0.0011 h 1.180029 c -0.079,-2.061001 -1.535988,-2.967087 -3.451988,-2.967087 z m 5.606036,0.775089 v 2.032974 h -1.155032 v 0.985013 h 1.155032 V 39.176 c 0,1.246 0.458883,1.482113 1.613885,1.482113 h 0.853092 v -0.984109 h -0.512007 c -0.695001,0 -0.84,-0.09187 -0.84,-0.603869 v -4.213074 h 1.352007 v -0.983959 h -1.352007 v -2.032974 z m 6.62689,1.875908 c -2.151997,0 -3.294015,1.56095 -3.294015,3.55695 0,1.981001 1.141015,3.543097 3.294015,3.543097 2.152005,0 3.292966,-1.563096 3.292966,-3.543097 0,-1.996 -1.140961,-3.55695 -3.292966,-3.55695 z m 0,0.985013 c 1.168001,0 2.110979,0.917938 2.110979,2.571937 0,1.641 -0.942978,2.559138 -2.110979,2.559138 -1.168001,0 -2.112991,-0.918138 -2.113986,-2.559138 0,-1.653999 0.945985,-2.571937 2.113986,-2.571937 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path171"
d="m 91.917076,33.716036 c -1.509996,0 -2.808963,0.590003 -2.872966,2.270003 h 1.11497 c 0.05201,-0.996 0.74794,-1.28499 1.692946,-1.28499 0.707,0 1.50801,0.155978 1.50801,1.128978 0,0.84 -1.04895,0.760006 -2.28295,0.996007 -1.154001,0.222999 -2.296959,0.551089 -2.296959,2.088089 0,1.351 1.011946,1.90196 2.24395,1.90196 0.945999,0 1.771969,-0.327972 2.388969,-1.050972 0,0.737 0.36696,1.050972 0.94495,1.050972 0.354,0 0.604,-0.06702 0.801,-0.184022 h 0.001 v -0.86695 c -0.10912,0.04231 -0.22497,0.06466 -0.342,0.06596 -0.354,10e-7 -0.35404,-0.236988 -0.35404,-0.761988 v -3.490088 c 0,-1.588001 -1.32593,-1.862957 -2.54693,-1.862957 z m -3.826954,4.63e-4 c -1.078693,0.03085 -1.767703,0.566705 -2.273017,1.58858 h -0.025 v -1.431966 h -1.051122 v 6.785915 h 1.115116 v -3.017987 c 0,-1.719 0.655934,-2.743912 2.454933,-2.743912 v -1.180028 c -0.07543,-0.0024 -0.149004,-0.0027 -0.22091,-6.17e-4 z m 5.257864,3.437532 v 1.142982 c 0,0.617001 -0.60493,1.535122 -2.07393,1.535122 -0.680997,0 -1.311941,-0.262115 -1.311941,-0.998116 0,-0.825999 0.630952,-1.087988 1.364951,-1.220988 0.748,-0.131 1.58692,-0.145 2.02092,-0.459 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path175"
d="m 98.964116,33.717994 c -2.35,0 -3.1371,1.980099 -3.1371,3.582099 0,1.851 1.01009,3.439038 3.03109,3.439038 0.853,0 1.745934,-0.40809 2.112944,-1.23409 h 0.025 v 0.444995 c 0,1.523 -0.57597,2.572088 -2.032974,2.572088 -0.737,0 -1.70696,-0.288022 -1.75996,-1.102022 h -1.11512 c 0.067,1.482 1.53612,1.99397 2.80912,1.99397 2.138004,0 3.149904,-1.126968 3.149904,-3.331968 v -6.209002 h -1.05097 v 0.97402 h -0.011 c -0.408,-0.748 -1.166934,-1.129128 -2.020934,-1.129128 z m 0.052,0.982001 c 1.404994,0 1.928004,1.233124 1.928004,2.428123 0,1.272001 -0.55102,2.624946 -2.020024,2.624946 -1.471,0 -1.91596,-1.364942 -1.91596,-2.585943 0,-1.299 0.57598,-2.467126 2.00798,-2.467126 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
<path id="path179"
d="m 106.54907,33.71709 c -1.851,0 -3.18906,1.495941 -3.18906,3.528941 0.065,2.073999 1.09011,3.570052 3.25411,3.570052 1.5227,0 2.59853,-0.814638 2.89978,-2.31006 h -1.10187 c -0.198,0.880999 -0.83995,1.326101 -1.75996,1.326101 -1.482,0 -2.15198,-1.050097 -2.11097,-2.230097 h 5.07791 c 0.067,-1.641 -0.66994,-3.884937 -3.06994,-3.884937 z m 2.96483,4.788933 v 0 -9.02e-4 c -6e-5,3.08e-4 0,6.16e-4 0,9.02e-4 z m -3.03079,-3.804974 c 1.101,0 1.90197,0.851965 1.95497,1.915965 H 104.542 c 0.078,-1.037 0.77311,-1.915965 1.94111,-1.915965 z"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:1"/>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" id="svg16" version="1.1"
viewBox="0 0 187.08799 93.380004" height="1211.1167" width="2426.4873">
<metadata id="metadata22">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs20"/>
<path d="M -2.835,-49.689 H 189.921 V 143.067 H -2.835 Z" id="path2"
style="clip-rule:evenodd;fill:#ffffff;fill-opacity:0;fill-rule:evenodd"/>
<path
d="m 9.174,47.18 c 0,-22.607 18.348,-40.956 40.956,-40.956 22.28,0 40.628,18.349 40.628,40.956 0,22.607 -18.349,40.957 -40.628,40.957 C 27.522,88.137 9.174,69.788 9.174,47.18 Z"
id="path4" style="clip-rule:evenodd;fill:#e5e1b6;fill-rule:evenodd"/>
<path
d="m 9.174,47.18 c 0,-22.607 18.348,-40.956 40.956,-40.956 22.28,0 40.628,18.349 40.628,40.956 0,22.607 -18.349,40.957 -40.628,40.957 C 27.522,88.137 9.174,69.788 9.174,47.18 Z"
id="path6" style="clip-rule:evenodd;fill:#e5e1b6;fill-rule:evenodd"/>
<path
d="m 88.137,78.963 h -2.621 v -0.656 h 5.569 v 0.656 h -2.293 v 6.879 h -0.655 z m 3.932,6.879 v -7.535 h 1.31 l 2.622,6.553 2.949,-6.553 h 0.983 v 7.535 h -0.657 v -6.879 l -2.947,6.879 h -0.656 l -2.949,-6.879 v 6.879 z M 144.165,72.737 H 129.421 V 32.764 h -14.09 V 19.986 h 42.596 v 12.778 h -13.762 z"
id="path8" style="clip-rule:evenodd;fill:#c23c40;fill-rule:evenodd"/>
<path
d="m 121.558,60.286 h -19.66 v -40.3 H 84.861 C 76.67,8.519 62.581,0 46.526,0 21.297,0 0,21.297 0,46.526 0,72.083 21.297,93.38 46.526,93.38 c 16.055,0 30.144,-8.848 38.662,-20.643 h 36.37 z M 50.457,86.17 c -21.953,0 -39.318,-17.365 -39.318,-39.645 0,-21.953 17.365,-39.318 39.318,-39.318 22.28,0 39.645,17.366 39.645,39.318 10e-4,22.28 -17.365,39.645 -39.645,39.645 z"
id="path10" style="clip-rule:evenodd;fill:#c23c40;fill-rule:evenodd"/>
<path
d="m 31.454,19.986 h 19.659 c 14.416,0.656 26.867,12.123 26.867,26.54 0,14.416 -12.778,25.557 -26.867,26.211 H 31.454 Z m 14.744,40.3 h 2.294 c 7.208,0 14.089,-5.896 14.089,-13.76 0,-7.864 -6.226,-13.762 -14.089,-13.762 h -2.294 z m 117.953,-1.311 h 4.26 v 4.916 h 18.676 v 4.26 h -18.676 v 4.586 h -4.26 z m 0.328,-8.518 22.607,-4.587 v 3.605 l -4.26,0.982 v 4.586 l 4.26,0.656 v 3.932 l -22.607,-4.914 z m 5.569,2.293 9.502,1.639 v -3.604 z m 17.039,-9.174 H 164.48 v -4.915 c 0,-1.966 1.311,-6.225 6.553,-6.225 5.242,0 6.553,4.259 6.553,6.553 v 0.655 h 9.502 v 3.932 z m -19.332,-3.603 h 6.553 l -0.326,-0.983 c 0,-0.982 -0.656,-2.621 -2.949,-2.621 -2.295,0 -3.277,1.639 -3.277,2.621 z m -3.276,-19.987 h 3.604 v 6.553 h 5.57 v -5.897 h 3.604 v 5.569 l 6.224,0.328 v -6.553 h 3.606 v 10.485 h -22.608 z"
id="path12" style="clip-rule:evenodd;fill:#c23c40;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" id="svg16" version="1.1"
viewBox="0 0 187.08799 93.380004" height="1211.1167" width="2426.4873">
<metadata id="metadata22">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs20"/>
<path d="M -2.835,-49.689 H 189.921 V 143.067 H -2.835 Z" id="path2"
style="clip-rule:evenodd;fill:#ffffff;fill-opacity:0;fill-rule:evenodd"/>
<path
d="m 9.174,47.18 c 0,-22.607 18.348,-40.956 40.956,-40.956 22.28,0 40.628,18.349 40.628,40.956 0,22.607 -18.349,40.957 -40.628,40.957 C 27.522,88.137 9.174,69.788 9.174,47.18 Z"
id="path4" style="clip-rule:evenodd;fill:#e5e1b6;fill-rule:evenodd"/>
<path
d="m 9.174,47.18 c 0,-22.607 18.348,-40.956 40.956,-40.956 22.28,0 40.628,18.349 40.628,40.956 0,22.607 -18.349,40.957 -40.628,40.957 C 27.522,88.137 9.174,69.788 9.174,47.18 Z"
id="path6" style="clip-rule:evenodd;fill:#e5e1b6;fill-rule:evenodd"/>
<path
d="m 88.137,78.963 h -2.621 v -0.656 h 5.569 v 0.656 h -2.293 v 6.879 h -0.655 z m 3.932,6.879 v -7.535 h 1.31 l 2.622,6.553 2.949,-6.553 h 0.983 v 7.535 h -0.657 v -6.879 l -2.947,6.879 h -0.656 l -2.949,-6.879 v 6.879 z M 144.165,72.737 H 129.421 V 32.764 h -14.09 V 19.986 h 42.596 v 12.778 h -13.762 z"
id="path8" style="clip-rule:evenodd;fill:#c23c40;fill-rule:evenodd"/>
<path
d="m 121.558,60.286 h -19.66 v -40.3 H 84.861 C 76.67,8.519 62.581,0 46.526,0 21.297,0 0,21.297 0,46.526 0,72.083 21.297,93.38 46.526,93.38 c 16.055,0 30.144,-8.848 38.662,-20.643 h 36.37 z M 50.457,86.17 c -21.953,0 -39.318,-17.365 -39.318,-39.645 0,-21.953 17.365,-39.318 39.318,-39.318 22.28,0 39.645,17.366 39.645,39.318 10e-4,22.28 -17.365,39.645 -39.645,39.645 z"
id="path10" style="clip-rule:evenodd;fill:#c23c40;fill-rule:evenodd"/>
<path
d="m 31.454,19.986 h 19.659 c 14.416,0.656 26.867,12.123 26.867,26.54 0,14.416 -12.778,25.557 -26.867,26.211 H 31.454 Z m 14.744,40.3 h 2.294 c 7.208,0 14.089,-5.896 14.089,-13.76 0,-7.864 -6.226,-13.762 -14.089,-13.762 h -2.294 z m 117.953,-1.311 h 4.26 v 4.916 h 18.676 v 4.26 h -18.676 v 4.586 h -4.26 z m 0.328,-8.518 22.607,-4.587 v 3.605 l -4.26,0.982 v 4.586 l 4.26,0.656 v 3.932 l -22.607,-4.914 z m 5.569,2.293 9.502,1.639 v -3.604 z m 17.039,-9.174 H 164.48 v -4.915 c 0,-1.966 1.311,-6.225 6.553,-6.225 5.242,0 6.553,4.259 6.553,6.553 v 0.655 h 9.502 v 3.932 z m -19.332,-3.603 h 6.553 l -0.326,-0.983 c 0,-0.982 -0.656,-2.621 -2.949,-2.621 -2.295,0 -3.277,1.639 -3.277,2.621 z m -3.276,-19.987 h 3.604 v 6.553 h 5.57 v -5.897 h 3.604 v 5.569 l 6.224,0.328 v -6.553 h 3.606 v 10.485 h -22.608 z"
id="path12" style="clip-rule:evenodd;fill:#c23c40;fill-rule:evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

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