Several css style fixes

- Remove dims rules
- change icon prefix
- rename star icons
- add hovered icon
- fix positioning of all static icons
- fix messed up position of progress bar
- fix collection icons
- fix app-navigation-entry opacities
This commit is contained in:
Raimund Schlüßler 2017-08-28 22:23:49 +02:00
parent e95ac21eb8
commit 904197fc10
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178
111 changed files with 281 additions and 4982 deletions

View file

@ -2,282 +2,141 @@
background: url("../img/sprites.svg") no-repeat;
}
.svg-add {
.icon-add {
background-position: 20% 0;
}
.svg-add-dims {
width: 16px;
height: 16px;
}
.svg-all {
background-position: 60% 60%;
}
.svg-all-dims {
width: 16px;
height: 16px;
}
.svg-alphabetically {
background-position: 0 20%;
}
.svg-alphabetically-dims {
width: 16px;
height: 16px;
}
.svg-calendar {
background-position: 20% 20%;
}
.svg-calendar-dims {
width: 16px;
height: 16px;
}
.svg-calendar-due {
background-position: 40% 0;
}
.svg-calendar-due-dims {
width: 16px;
height: 16px;
}
.svg-calendar-overdue {
background-position: 40% 20%;
}
.svg-calendar-overdue-dims {
width: 16px;
height: 16px;
}
.svg-checkmark {
background-position: 0 40%;
}
.svg-checkmark-dims {
width: 16px;
height: 16px;
}
.svg-checkmark-color {
background-position: 20% 40%;
}
.svg-checkmark-color-dims {
width: 16px;
height: 16px;
}
.svg-clock {
background-position: 40% 40%;
}
.svg-clock-dims {
width: 16px;
height: 16px;
}
.svg-clock-due {
background-position: 60% 0;
}
.svg-clock-due-dims {
width: 16px;
height: 16px;
}
.svg-clock-overdue {
background-position: 60% 20%;
}
.svg-clock-overdue-dims {
width: 16px;
height: 16px;
}
.svg-close {
background-position: 60% 40%;
}
.svg-close-dims {
width: 16px;
height: 16px;
}
.svg-current {
background-position: 0 60%;
}
.svg-current-dims {
width: 16px;
height: 16px;
}
.svg-hide {
background-position: 20% 60%;
}
.svg-hide-dims {
width: 16px;
height: 16px;
}
.svg-manual {
background-position: 40% 60%;
}
.svg-manual-dims {
width: 16px;
height: 16px;
}
.svg-menu {
background-position: 0 0;
}
.svg-menu-dims {
width: 16px;
height: 16px;
}
.svg-note {
background-position: 80% 0;
}
.svg-note-dims {
width: 16px;
height: 16px;
}
.svg-percent {
.icon-all {
background-position: 80% 20%;
}
.svg-percent-dims {
width: 16px;
height: 16px;
.icon-alphabetically {
background-position: 0 20%;
}
.svg-random {
.icon-calendar {
background-position: 20% 20%;
}
.icon-calendar-due {
background-position: 40% 0;
}
.icon-calendar-overdue {
background-position: 40% 20%;
}
.icon-checkmark {
background-position: 0 40%;
}
.icon-checkmark-color {
background-position: 20% 40%;
}
.icon-clock {
background-position: 40% 40%;
}
.icon-clock-due {
background-position: 60% 0;
}
.icon-clock-overdue {
background-position: 60% 20%;
}
.icon-close {
background-position: 60% 40%;
}
.icon-current {
background-position: 0 60%;
}
.icon-hide {
background-position: 20% 60%;
}
.icon-manual {
background-position: 40% 60%;
}
.icon-menu {
background-position: 60% 60%;
}
.icon-note {
background-position: 80% 0;
}
.icon-percent {
background-position: 0 0;
}
.icon-percent-active {
background-position: 80% 40%;
}
.svg-random-dims {
width: 16px;
height: 16px;
}
.svg-settings {
.icon-random {
background-position: 80% 60%;
}
.svg-settings-dims {
width: 16px;
height: 16px;
}
.svg-sort-down {
.icon-settings {
background-position: 0 80%;
}
.svg-sort-down-dims {
width: 16px;
height: 16px;
}
.svg-sort-up {
.icon-sort-down {
background-position: 20% 80%;
}
.svg-sort-up-dims {
width: 16px;
height: 16px;
}
.svg-star {
.icon-sort-up {
background-position: 40% 80%;
}
.svg-star-dims {
width: 16px;
height: 16px;
}
.svg-star-high {
.icon-subtasks-hidden,
.icon-subtasks-hidden\:regular {
background-position: 60% 80%;
}
.svg-star-high-dims {
width: 16px;
height: 16px;
}
.svg-star-low {
.icon-subtasks-hidden:hover,
.icon-subtasks-hidden\:hover {
background-position: 80% 80%;
}
.svg-star-low-dims {
width: 16px;
height: 16px;
}
.svg-star-medium {
.icon-subtasks-visible {
background-position: 100% 0;
}
.svg-star-medium-dims {
width: 16px;
height: 16px;
}
.svg-subtasks-hidden {
.icon-tag {
background-position: 100% 20%;
}
.svg-subtasks-hidden-dims {
width: 16px;
height: 16px;
}
.svg-subtasks-visible {
.icon-tag-active {
background-position: 100% 40%;
}
.svg-subtasks-visible-dims {
width: 16px;
height: 16px;
}
.svg-tag {
.icon-task-star {
background-position: 100% 60%;
}
.svg-tag-dims {
width: 16px;
height: 16px;
}
.svg-toggle {
.icon-task-star-high {
background-position: 100% 80%;
}
.svg-toggle-dims {
width: 16px;
height: 16px;
}
.svg-trash {
.icon-task-star-low {
background-position: 0 100%;
}
.svg-trash-dims {
width: 16px;
height: 16px;
.icon-task-star-medium {
background-position: 20% 100%;
}
.icon-toggle {
background-position: 40% 100%;
}
.icon-trash {
background-position: 60% 100%;
}

View file

@ -67,7 +67,7 @@
.sortorder-dropdown li span {
cursor: pointer;
}
#app-navigation .app-navigation-entry-menu li:hover,
#app-navigation .app-navigation-entry-menu li:hover a,
.sortorder-dropdown li:hover {
opacity: 1 !important;
}
@ -109,53 +109,35 @@
height: 16px;
width: 16px;
display: inline-block;
cursor: pointer;
/*cursor: pointer;*/
vertical-align: middle;
opacity: .5;
}
.svg-star {
.icon-task-star {
opacity: 0.3;
}
.svg-star:hover {
.task-item .icon-task-star:hover {
opacity: 0.5;
}
.svg-star-low,
.svg-star-medium,
.svg-star-high {
.icon-task-star-low,
.icon-task-star-medium,
.icon-task-star-high {
opacity: 1 !important;
}
.icon.none {
background-position: 0 -20px;
/*background-position: 0 -20px;*/
}
.icon.collection-starred {
background-position: 40% 80%;
}
.icon.collection-today {
.icon.icon-calendar {
-moz-box-sizing: border-box;
background-position: 20% 20%;
/*background-position: 20% 20%;*/
font-size: 7px;
font-weight: bold;
line-height: 21px;
text-align: center;
}
.icon.collection-week {
background-position: 20% 20%;
}
.icon.collection-completed {
background-position: 0 40%;
}
.icon.collection-all {
background-position: 80% 0;
}
.icon.collection-current {
background-position: 0 60%;
}
.icon.detail-add {
background-position: 20% 0;
}
.icon.input-date {
display: none;
background-position: -160px -100px;
/*background-position: -160px -100px;*/
opacity: 0.4;
transition: opacity 100ms ease 0s;
right: 35px;
@ -163,12 +145,12 @@
}
.icon.input-star {
display: none;
background-position: -100px -180px;
/*background-position: -100px -180px;*/
opacity: 0.5;
right: 9px;
}
.icon.input-star.starred {
background-position: -120px -180px;
/*background-position: -120px -180px;*/
opacity: 1;
}
.icon.task-checkbox,
@ -180,6 +162,7 @@
}
#app-sidebar .icon.detail-checkbox {
left: 16px !important;
cursor: pointer;
position: absolute;
top: 19px;
margin: 0;
@ -188,42 +171,36 @@
.icon.detail-checkbox:not(.disabled):hover {
border-color: #000;
}
.icon.task-checkbox:not(.svg-checkmark),
.icon.detail-checkbox:not(.svg-checkmark) {
.icon.task-checkbox:not(.icon-checkmark),
.icon.detail-checkbox:not(.icon-checkmark) {
background: unset;
}
.icon.task-checkbox.disabled,
.icon.detail-checkbox.disabled {
cursor: not-allowed;
}
.icon.task-attachment {
background-position: 0 0;
.icon.icon-note {
display: none;
}
.icon.subtasks {
float:right;
background-position: 100% 40%;
/*background-position: 100% 40%;*/
}
.icon.subtasks:hover {
background-position: 100% 20%;
/*background-position: 100% 20%;*/
}
.icon.detail-settings {
background-position: -200px -40px;
/*background-position: -200px -40px;*/
transition: opacity 100ms ease 0s;
opacity: 0.6;
}
.icon.detail-reminder {
background-position: -40px -40px;
/*background-position: -40px -40px;*/
height: 20px;
width: 20px;
}
.icon.detail-priority,
.icon.sort-priority {
background-position: 40% 80%;
/*opacity: 1;*/
}
.icon.svg-checkmark,
.icon.svg-checkmark {
.icon.icon-checkmark,
.icon.icon-checkmark {
opacity: 1;
}
a.detail-star {
@ -235,30 +212,18 @@ a.detail-star .icon {
height: 24px;
width: 24px;
background-size: 144px 144px;
background-position: 40% 80%;
/*background-position: 40% 80%;*/
opacity: 0.3;
}
a.detail-star .icon.low {
background-position: 80% 80%;
opacity: 1 !important;
}
a.detail-star .icon.medium {
background-position: 100% 0;
opacity: 1 !important;
}
a.detail-star .icon.high {
background-position: 60% 80%;
opacity: 1 !important;
}
a.detail-star .icon:hover {
opacity: 0.5;
}
.disabled .icon.detail-star:hover {
background-position: -60px -40px;
/*background-position: -60px -40px;*/
cursor: not-allowed;
}
.icon.note-fullscreen {
background-position: -140px -60px;
/*background-position: -140px -60px;*/
opacity: 0.6;
}
.icon.note-fullscreen:hover {
@ -377,14 +342,14 @@ tr:last-child .task-item div.task-body {
width: 2px;
border-left: 1px dotted #b0b0b0;
}
.task-body .icon.svg-star {
.task-body .icon.icon-task-star {
float: right;
}
.task-body .icon.addsubtask {
background-position: 20% 0;
.task-body .icon.icon-add {
/*background-position: 20% 0;*/
float: right;
}
.task-body .icon.addsubtask:hover {
.task-body .icon.icon-add:hover {
opacity: 1;
}
.task-body .title-wrapper {
@ -403,7 +368,7 @@ tr:last-child .task-item div.task-body {
.task-body .title-wrapper .title {
cursor: text;
}
.task-body.attachment .icon.task-attachment {
.task-body.attachment .icon.icon-note {
display: inline-block;
float: right;
}
@ -420,10 +385,10 @@ tr:last-child .task-item div.task-body {
display: inline-block;
}
.task-body.subtasks.subtaskshidden .icon.subtasks {
background-position: 100% 20%;
/*background-position: 100% 20%;*/
}
.task-body.subtasks.subtaskshidden .icon.subtasks:hover {
background-position: 100% 40%;
/*background-position: 100% 40%;*/
}
.task-body .duedate {
color: #3B6594;
@ -638,10 +603,10 @@ tr:last-child .task-item div.task-body {
color: #9FA2A6 !important;
}
#app-sidebar div.content-wrapper.completed .body .section .icon.detail-date {
background-position: -100px -40px !important;
/*background-position: -100px -40px !important;*/
}
#app-sidebar div.content-wrapper.completed .body .section .icon.detail-reminder {
background-position: -40px -40px !important;
/*background-position: -40px -40px !important;*/
}
#app-sidebar div.content-wrapper .title {
background-color: #f5f5f5;
@ -909,15 +874,15 @@ tr:last-child .task-item div.task-body {
margin-left: auto;
right: 44px;
}
.icon.svg-calendar,
.icon.icon-calendar,
.icon.detail-start,
.icon.detail-date,
.icon.sort-due,
.icon.sort-start {
background-position: 20% 20%;
/*background-position: 20% 20%;*/
}
.icon.sort-manual {
background-position: -20px -140px;
/*background-position: -20px -140px;*/
}
#app-sidebar div.content-wrapper .body .section .icon.detail-remindertype {
display: none;
@ -948,24 +913,18 @@ tr:last-child .task-item div.task-body {
#app-sidebar div.content-wrapper .body .section.editing .section-edit {
display: block;
}
.date .icon.detail-date,
.date .icon.detail-start {
background-position: 40% 0;
.date .icon.icon-calendar-due,
.date .icon.icon-calendar-overdue {
opacity: 1;
}
.date .icon.detail-date.overdue,
.date .icon.detail-start.overdue {
background-position: 40% 20%;
opacity: 1;
}
#app-sidebar div.content-wrapper .body .section.date .icon.svg-percent {
#app-sidebar div.content-wrapper .body .section.date .icon.icon-percent {
opacity: 1;
}
#app-sidebar div.content-wrapper .body .section.date .icon.detail-reminder {
background-position: -40px -60px;
/*background-position: -40px -60px;*/
}
#app-sidebar div.content-wrapper .body .section.date .icon.detail-reminder.overdue {
background-position: -40px -80px;
/*background-position: -40px -80px;*/
}
#app-sidebar div.content-wrapper .body .section.date:hover .icon.detail-delete {
display: block;
@ -983,27 +942,27 @@ tr:last-child .task-item div.task-body {
margin-top: -2px;
}
.high .icon.detail-priority {
background-position: 60% 80%;
/*background-position: 60% 80%;*/
opacity: 1;
}
.high .section-title {
color: #B3312D !important;
}
.medium .icon.detail-priority {
background-position: 100% 0;
/*background-position: 100% 0;*/
opacity: 1;
}
.medium .section-title {
color: #FFDD00 !important;
}
.low .icon.detail-priority {
background-position: 80% 80%;
/*background-position: 80% 80%;*/
opacity: 1;
}
.low .section-title {
color: #4271A6 !important;
}
.active .detail-categories {
.icon.icon-tag-active {
opacity: 1;
}
#app-sidebar div.content-wrapper .body .section.active .select2-search-field input {
@ -1013,7 +972,7 @@ tr:last-child .task-item div.task-body {
display: block;
}
#app-sidebar div.content-wrapper .body .section .icon.detail-remindertype {
background-position: -260px -40px;
/*background-position: -260px -40px;*/
}
#app-sidebar div.content-wrapper .body .section.detail-reminder .section-description {
display: none;
@ -1224,26 +1183,23 @@ td.ui-timepicker-hours table {
background: none;
border: none;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-timepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span,
.ui-timepicker .ui-datepicker-next span {
margin-left: -4px;
margin-top: -4px;
}
.ui-datepicker .ui-icon-circle-triangle-w,
.ui-timepicker .ui-icon-circle-triangle-w {
/*this will break when sprites.svg is recompiled
might be fixable with scss and @extend*/
background-image: url("../img/sprites.svg");
background-position: -20px -60px;
height: 10px;
width: 10px;
background-position: -32px -64px;
height: 16px;
width: 16px;
}
.ui-datepicker .ui-icon-circle-triangle-e,
.ui-timepicker .ui-icon-circle-triangle-e {
/*this will break when sprites.svg is recompiled
might be fixable with scss and @extend*/
background-image: url("../img/sprites.svg");
background-position: -30px -60px;
height: 10px;
width: 10px;
background-position: -16px -64px;
height: 16px;
width: 16px;
}
.ui-datepicker table,
.ui-timepicker table {
@ -1362,20 +1318,17 @@ li.ui-draggable-dragging .duedate {
div.percentdone {
height: 3px;
border-radius: 2px 0 0 2px;
opacity: 0.75;
opacity: .75;
}
div.percentbar {
height: 3px;
position: relative;
top: calc(100% - 3px);
top: 28px;
left: 42px;
margin-right: 103px;
margin-bottom: -5px;
background-color: #CCC;
border-radius: 2px 0 0 2px;
}
.percentbar ~ div,
.percentbar ~ a,
.percentbar ~ a .icon {
bottom: 3px;
position: relative;
border-radius: 2px 2px 2px 2px;
}
#searchresults {
padding-top: 0 !important;
@ -1396,14 +1349,14 @@ div.percentbar {
position: relative;
}
#searchresults span.icon.task-checkbox {
background-position: -260px -20px;
/*background-position: -260px -20px;*/
opacity: 0.6;
}
#searchresults span.icon.task-checkbox.svg-checkmark {
background-position: -260px -20px;
#searchresults span.icon.task-checkbox.icon-checkmark {
/*background-position: -260px -20px;*/
}
#searchresults span.icon.task-star:hover {
background-position: -140px 0 !important;
/*background-position: -140px 0 !important;*/
}
.template {
display: none;
@ -1429,10 +1382,11 @@ div.percentbar {
min-height: 22px;
}
.detail-categories .select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close {
background: url("../img/sprites.svg") no-repeat;
background-position: 60% 40%;
opacity: 0.4;
display: initial;
/*this will break when sprites.svg is recompiled
might be fixable with scss and @extend*/
background: url("../img/sprites.svg") no-repeat 60% 40%;
}
.detail-categories .select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close:hover {
opacity: 1;
@ -1536,7 +1490,7 @@ ol[dnd-list] .dndPlaceholder {
.colorpicker .colorpicker-list li.randomcolour {
cursor: pointer;
}
.colorpicker .colorpicker-list li.randomcolour .svg-random {
.colorpicker .colorpicker-list li.randomcolour .icon-random {
filter: invert(1);
opacity: 1;
}
@ -1576,21 +1530,27 @@ ol[dnd-list] .dndPlaceholder {
.confirmed .confirmation-default {
display: none !important;
}
.confirmation-confirm, .confirmation-abort {
.confirmation-confirm,
.confirmation-abort {
width: 50% !important;
display: none !important;
padding-right: 0 !important;
background-position: center !important;
}
#app-navigation .app-navigation-entry-menu li a.confirmation-confirm{
/*opacity: 1;*/
}
.confirmation-confirm {
background-color: red !important;
cursor: default !important;
}
.confirmed .confirmation-confirm, .confirmed .confirmation-abort {
#app-navigation .app-navigation-entry-menu li.confirmed a.confirmation-confirm,
#app-navigation .app-navigation-entry-menu li.confirmed a.confirmation-abort {
display: inline-block !important;
opacity: 1;
}
.app-navigation-entry-menu li > a:not(:empty).confirmation-confirm {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

View file

@ -1,14 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1"
id="Ebene_1" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="128px" height="128px"
viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve">
<path fill="#0082C9" d="M-28-48h88c11.047,0,20,8.957,20,20v88c0,11.047-8.953,20-20,20h-88c-11.045,0-20-8.953-20-20v-88
C-48-39.043-39.045-48-28-48z"/>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.75" stroke-miterlimit="10" d="M7.832,61.988c0,0,0.992-2.738,2.152-5.23
C28.75,16.34,52.859-10.28,63.555-22.364c8.656-9.789,5.271-8.248,1.433-5.752c-15.64,10.172-44.91,42.86-56.095,54.186
c-2.072,2.086-6.764,7.016-7.824,7.016c-1.197,0-5.191-1.844-7.477-3.188c-8.729-5.117-17.077-10.105-22.313-11.994
c-11.156-4.012-8-0.201-7.363,1.076c1.992,3.984,28.932,25.582,37.856,35.777C4.535,57.914,7.832,61.988,7.832,61.988z"/>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg width="128px" height="128px" enable-background="new 0 0 128 128" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m-28-48h88c11.047 0 20 8.957 20 20v88c0 11.047-8.953 20-20 20h-88c-11.045 0-20-8.953-20-20v-88c0-11.043 8.955-20 20-20z" fill="#0082C9"/>
<path d="m7.832 61.988s0.992-2.738 2.152-5.23c18.766-40.418 42.875-67.038 53.571-79.122 8.656-9.789 5.271-8.248 1.433-5.752-15.64 10.172-44.91 42.86-56.095 54.186-2.072 2.086-6.764 7.016-7.824 7.016-1.197 0-5.191-1.844-7.477-3.188-8.729-5.117-17.077-10.105-22.313-11.994-11.156-4.012-8-0.201-7.363 1.076 1.992 3.984 28.932 25.582 37.856 35.777 2.763 3.157 6.06 7.231 6.06 7.231z" fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width=".75"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 868 B

View file

@ -1,13 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1"
id="Ebene_1" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="32px"
viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<path fill="#0082C9" d="M5,0h22c2.762,0,5,2.239,5,5v22c0,2.762-2.238,5-5,5H5c-2.761,0-5-2.238-5-5V5C0,2.239,2.239,0,5,0z"/>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.75" stroke-miterlimit="10" d="M13.958,27.497c0,0,0.248-0.685,0.538-1.308
C19.188,16.085,25.215,9.43,27.889,6.409c2.164-2.447,1.317-2.062,0.358-1.438c-3.91,2.543-11.228,10.715-14.024,13.546
c-0.518,0.521-1.691,1.754-1.956,1.754c-0.299,0-1.298-0.461-1.869-0.797c-2.182-1.279-4.269-2.527-5.578-2.999
c-2.789-1.003-2-0.05-1.841,0.269c0.498,0.996,7.233,6.396,9.464,8.944C13.134,26.479,13.958,27.497,13.958,27.497z"/>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg width="32px" height="32px" enable-background="new 0 0 32 32" version="1.1" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="M5,0h22c2.762,0,5,2.239,5,5v22c0,2.762-2.238,5-5,5H5c-2.761,0-5-2.238-5-5V5C0,2.239,2.239,0,5,0z" fill="#0082C9"/>
<path d="m13.958 27.497s0.248-0.685 0.538-1.308c4.692-10.104 10.719-16.759 13.393-19.78 2.164-2.447 1.317-2.062 0.358-1.438-3.91 2.543-11.228 10.715-14.024 13.546-0.518 0.521-1.691 1.754-1.956 1.754-0.299 0-1.298-0.461-1.869-0.797-2.182-1.279-4.269-2.527-5.578-2.999-2.789-1.003-2-0.05-1.841 0.269 0.498 0.996 7.233 6.396 9.464 8.944 0.691 0.791 1.515 1.809 1.515 1.809z" fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width=".75"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 831 B

View file

@ -1,52 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="1.333" y="1.333" width="17.333" height="18.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="none" stroke="#878787" stroke-width="1.875" stroke-miterlimit="10" d="M17.089,10.833
c0,3.917-3.171,7.088-7.089,7.088c-3.916,0-7.089-3.172-7.089-7.088c0-3.916,3.173-7.088,7.089-7.088
C13.918,3.746,17.089,6.917,17.089,10.833z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="1.333" y="1.333" width="17.333" height="17.333"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_10_)" fill="none" stroke="#FFFFFF" stroke-width="1.875" stroke-miterlimit="10" d="M17.089,10
c0,3.917-3.171,7.089-7.089,7.089c-3.916,0-7.089-3.172-7.089-7.089c0-3.916,3.173-7.088,7.089-7.088
C13.918,2.912,17.089,6.084,17.089,10z"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="1.333" y="1.333" width="17.333" height="18.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<circle clip-path="url(#SVGID_8_)" fill="none" stroke="#FFFFFF" stroke-width="1.875" stroke-miterlimit="10" cx="10.001" cy="10.834" r="7.089"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="1.333" y="1.333" width="17.333" height="17.333"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<circle clip-path="url(#SVGID_10_)" fill="none" stroke="#8F9090" stroke-width="1.875" stroke-miterlimit="10" cx="10.001" cy="10" r="7.089"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<rect fill="none" width="20" height="20"/>
<g enable-background="new ">
<path fill="#909090" d="M10.729,15.101H8.38l-0.934-2.429H3.173L2.29,15.101H0L4.165,4.408h2.283L10.729,15.101z M6.754,10.87
L5.281,6.902L3.836,10.87H6.754z"/>
<path fill="#909090" d="M10.948,15.101v-1.947l5.616-6.937h-4.982V4.408h7.826v1.678l-5.856,7.213h6.083v1.802H10.948z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 832 B

View file

@ -1,106 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="1.333" y="4" width="17.333" height="14.666"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="none" stroke="#878787" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,16.834
c0,0.108,0.088,0.197,0.198,0.197h13.854c0.11,0,0.198-0.089,0.198-0.197V6.417c0-0.11-0.088-0.198-0.198-0.198H3.073
c-0.109,0-0.198,0.088-0.198,0.198V16.834z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="2.667" y="5.333" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="6.219" clip-path="url(#SVGID_10_)" fill="#878787" width="14.25" height="2.812"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_11_" x="4" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="3.531" clip-path="url(#SVGID_12_)" fill="#878787" width="1.109" height="2.437"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_13_" x="13.333" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="13.797" y="3.531" clip-path="url(#SVGID_14_)" fill="#878787" width="1.109" height="2.437"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_15_" x="1.333" y="4" width="17.333" height="13.333"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_16_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,15.74
c0,0.108,0.088,0.197,0.198,0.197h13.854c0.11,0,0.198-0.089,0.198-0.197V5.323c0-0.109-0.088-0.197-0.198-0.197H3.073
c-0.109,0-0.198,0.088-0.198,0.197V15.74z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_17_" x="2.667" y="4" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="5.125" clip-path="url(#SVGID_18_)" fill="#FFFFFF" width="14.25" height="2.813"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_19_" x="4" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="2.438" clip-path="url(#SVGID_20_)" fill="#FFFFFF" width="1.109" height="2.438"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_21_" x="13.333" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<rect x="13.797" y="2.438" clip-path="url(#SVGID_22_)" fill="#FFFFFF" width="1.109" height="2.438"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -1,106 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="1.334" y="4" width="17.333" height="14.665"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,16.834
c0,0.109,0.088,0.196,0.198,0.196h13.854c0.109,0,0.198-0.087,0.198-0.196V6.417c0-0.11-0.089-0.198-0.198-0.198H3.073
c-0.109,0-0.198,0.088-0.198,0.198V16.834z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="2.667" y="5.333" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="6.219" clip-path="url(#SVGID_10_)" fill="#FFFFFF" width="14.25" height="2.812"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_11_" x="4" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="3.531" clip-path="url(#SVGID_12_)" fill="#FFFFFF" width="1.109" height="2.437"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_13_" x="13.333" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="13.798" y="3.531" clip-path="url(#SVGID_14_)" fill="#FFFFFF" width="1.108" height="2.437"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_15_" x="1.334" y="4" width="17.333" height="13.333"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_16_)" fill="none" stroke="#8F9090" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,15.74
c0,0.109,0.088,0.197,0.198,0.197h13.854c0.109,0,0.198-0.088,0.198-0.197V5.323c0-0.109-0.089-0.197-0.198-0.197H3.073
c-0.109,0-0.198,0.088-0.198,0.197V15.74z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_17_" x="2.667" y="4" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="5.125" clip-path="url(#SVGID_18_)" fill="#8F9090" width="14.25" height="2.813"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_19_" x="4" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="2.438" clip-path="url(#SVGID_20_)" fill="#8F9090" width="1.109" height="2.437"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_21_" x="13.333" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<rect x="13.798" y="2.438" clip-path="url(#SVGID_22_)" fill="#8F9090" width="1.108" height="2.437"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="5.333" y="9.334" width="13.333" height="9.333"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="6.5" y="9.5" clip-path="url(#SVGID_4_)" fill="#4473A8" width="12" height="9"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="4" y="5.333" width="12" height="9.333"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_6_)" fill="#4473A8" points="6,9 6,14.501 4,14.501 4,5.501 16,5.501 16,9 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" x="1.333" y="1.334" width="13.333" height="9.333"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_8_)" fill="#4473A8" points="3.499,5.001 3.499,10.5 1.5,10.5 1.5,1.5 13.5,1.5 13.5,5.001 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="5.333" y="9.333" width="13.333" height="9.333"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="6.5" y="9.5" clip-path="url(#SVGID_4_)" fill="#B0B0B0" width="12" height="9.001"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="4" y="5.333" width="12" height="9.334"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_6_)" fill="#B0B0B0" points="6,9 6,14.501 4,14.501 4,5.5 16,5.5 16,9 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" x="1.333" y="1.333" width="13.333" height="9.333"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_8_)" fill="#B0B0B0" points="3.499,5 3.499,10.5 1.5,10.5 1.5,1.5 13.5,1.5 13.5,5 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="590.4404" y1="843.0127" x2="590.4404" y2="829.0664" gradientTransform="matrix(1 0 0 1 -580.4414 -826.0391)">
<stop offset="0" style="stop-color:#B0B0B0;stop-opacity:0.5"/>
<stop offset="0.3982" style="stop-color:#D5D4D4;stop-opacity:0.3009"/>
<stop offset="0.7873" style="stop-color:#F4F3F4;stop-opacity:0.1063"/>
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
</linearGradient>
<path fill="url(#SVGID_1_)" d="M3.027,15.973c0,0.553,0.448,1,1,1h11.946c0.553,0,1-0.447,1-1V4.027c0-0.552-0.447-1-1-1H4.027
c-0.552,0-1,0.448-1,1V15.973z"/>
<path fill="none" stroke="#B0B0B0" stroke-width="0.75" stroke-miterlimit="10" d="M3.027,15.973c0,0.553,0.448,1,1,1h11.946
c0.553,0,1-0.447,1-1V4.027c0-0.552-0.447-1-1-1H4.027c-0.552,0-1,0.448-1,1V15.973z"/>
</g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5625" stroke-miterlimit="10" d="M10.414,16.014c0,0,0.145-0.402,0.318-0.771
c2.764-5.947,6.313-9.864,7.883-11.646c1.277-1.439,0.777-1.21,0.215-0.846c-2.305,1.497-6.613,6.309-8.26,7.978
c-0.302,0.306-0.996,1.03-1.152,1.03c-0.172,0-0.761-0.27-1.1-0.467C7.036,10.54,5.805,9.799,5.034,9.524
c-1.643-0.59-1.179-0.027-1.085,0.162c0.292,0.582,4.26,3.763,5.573,5.263C9.929,15.414,10.414,16.014,10.414,16.014z"/>
<path fill="#8E8F8F" stroke="#8E8F8F" stroke-width="0.5625" stroke-miterlimit="10" d="M10.414,15.473c0,0,0.145-0.402,0.318-0.771
c2.764-5.947,6.313-9.865,7.883-11.647c1.277-1.439,0.777-1.21,0.215-0.846c-2.305,1.497-6.613,6.309-8.26,7.977
c-0.302,0.307-0.996,1.031-1.152,1.031c-0.172,0-0.761-0.27-1.1-0.467C7.036,9.998,5.805,9.258,5.034,8.982
c-1.643-0.59-1.179-0.027-1.085,0.162c0.292,0.582,4.26,3.764,5.573,5.264C9.929,14.873,10.414,15.473,10.414,15.473z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.0005" y1="16.9727" x2="10.0005" y2="3.0278">
<stop offset="0" style="stop-color:#B0B0B0;stop-opacity:0.5"/>
<stop offset="0.3982" style="stop-color:#D5D4D4;stop-opacity:0.3009"/>
<stop offset="0.7873" style="stop-color:#F4F3F4;stop-opacity:0.1063"/>
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
</linearGradient>
<path fill="url(#SVGID_1_)" d="M3.027,15.973c0,0.553,0.448,1,1,1h11.945c0.553,0,1-0.447,1-1V4.027c0-0.552-0.447-1-1-1H4.027
c-0.552,0-1,0.448-1,1V15.973z"/>
<path fill="none" stroke="#B0B0B0" stroke-width="0.75" stroke-miterlimit="10" d="M3.027,15.973c0,0.553,0.448,1,1,1h11.945
c0.553,0,1-0.447,1-1V4.027c0-0.552-0.447-1-1-1H4.027c-0.552,0-1,0.448-1,1V15.973z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,80 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="2.666" y="4" width="14.667" height="13.333"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="#FFFFFF" d="M8.978,16.135c0,0,0.126-0.337,0.272-0.649
c2.337-5.038,5.337-8.35,6.67-9.854C17,4.412,16.578,4.599,16.1,4.912c-1.949,1.265-5.589,5.337-6.985,6.75
c-0.26,0.26-0.844,0.874-0.975,0.874c-0.151,0-0.646-0.229-0.933-0.399c-1.088-0.637-2.124-1.256-2.781-1.491
c-1.391-0.5-0.994-0.025-0.916,0.13c0.249,0.5,3.604,3.188,4.718,4.464C8.567,15.624,8.978,16.135,8.978,16.135"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="2.666" y="4" width="14.667" height="13.333"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_10_)" fill="none" stroke="#FFFFFF" stroke-width="0.5625" stroke-miterlimit="10" d="M8.978,16.135
c0,0,0.126-0.337,0.272-0.649c2.337-5.038,5.337-8.35,6.67-9.854C17,4.412,16.578,4.599,16.1,4.912
c-1.949,1.265-5.589,5.338-6.985,6.75c-0.26,0.26-0.844,0.874-0.975,0.874c-0.151,0-0.646-0.229-0.933-0.399
c-1.088-0.637-2.124-1.256-2.781-1.491c-1.391-0.5-0.994-0.025-0.916,0.13c0.249,0.5,3.604,3.188,4.718,4.464
C8.567,15.624,8.978,16.135,8.978,16.135z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_11_" x="2.666" y="2.667" width="14.667" height="13.331"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_12_)" fill="#71B73D" d="M8.978,14.932c0,0,0.126-0.338,0.272-0.65
c2.337-5.036,5.337-8.349,6.67-9.854C17,3.208,16.578,3.402,16.1,3.708c-1.949,1.271-5.589,5.339-6.985,6.75
c-0.26,0.259-0.844,0.875-0.975,0.875c-0.151,0-0.646-0.23-0.933-0.396c-1.088-0.64-2.124-1.26-2.781-1.495
c-1.391-0.5-0.994-0.027-0.916,0.136c0.249,0.495,3.604,3.181,4.718,4.458C8.567,14.426,8.978,14.932,8.978,14.932"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_13_" x="2.666" y="2.667" width="14.667" height="13.331"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_14_)" fill="none" stroke="#71B73D" stroke-width="0.5625" stroke-miterlimit="10" d="M8.978,14.932
c0,0,0.126-0.338,0.272-0.65c2.337-5.036,5.337-8.349,6.67-9.854C17,3.208,16.578,3.402,16.1,3.708
c-1.949,1.271-5.589,5.339-6.985,6.75c-0.26,0.259-0.844,0.875-0.975,0.875c-0.151,0-0.646-0.23-0.933-0.396
c-1.088-0.64-2.124-1.26-2.781-1.495c-1.391-0.5-0.994-0.025-0.916,0.136c0.249,0.495,3.604,3.181,4.718,4.458
C8.567,14.426,8.978,14.932,8.978,14.932z"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -1,80 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="2.667" y="2.667" width="17.333" height="14.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="#878787" d="M10.506,16.761c0,0,0.146-0.402,0.317-0.765
c2.761-5.943,6.308-9.86,7.876-11.636c1.275-1.439,0.775-1.215,0.214-0.85c-2.303,1.5-6.605,6.301-8.25,7.968
c-0.302,0.309-0.995,1.032-1.151,1.032c-0.173,0-0.76-0.271-1.099-0.47c-1.281-0.749-2.511-1.483-3.281-1.76
C3.49,9.688,3.954,10.25,4.048,10.438c0.292,0.589,4.255,3.762,5.567,5.262C10.021,16.162,10.506,16.761,10.506,16.761"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="2.667" y="2.667" width="17.333" height="16"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_10_)" fill="none" stroke="#878787" stroke-width="0.5625" stroke-miterlimit="10" d="
M10.506,16.761c0,0,0.146-0.402,0.317-0.765c2.761-5.943,6.308-9.86,7.876-11.636c1.275-1.439,0.775-1.215,0.214-0.85
c-2.303,1.5-6.605,6.301-8.25,7.968c-0.302,0.309-0.995,1.032-1.151,1.032c-0.173,0-0.76-0.271-1.099-0.47
c-1.281-0.749-2.511-1.483-3.281-1.76C3.49,9.688,3.954,10.25,4.048,10.438c0.292,0.589,4.255,3.762,5.567,5.262
C10.021,16.162,10.506,16.761,10.506,16.761z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_11_" x="2.667" y="1.333" width="17.333" height="14.667"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_12_)" fill="#FFFFFF" d="M10.506,15.345c0,0,0.146-0.402,0.317-0.771
c2.761-5.942,6.308-9.854,7.876-11.636c1.275-1.438,0.775-1.208,0.214-0.845c-2.303,1.495-6.605,6.303-8.25,7.97
c-0.302,0.307-0.995,1.03-1.151,1.03c-0.173,0-0.76-0.27-1.099-0.468c-1.281-0.75-2.511-1.489-3.281-1.766
C3.49,8.271,3.954,8.833,4.048,9.021c0.292,0.583,4.255,3.761,5.567,5.26C10.021,14.745,10.506,15.345,10.506,15.345"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_13_" x="2.667" y="1.333" width="17.333" height="16.001"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_14_)" fill="none" stroke="#FFFFFF" stroke-width="0.5625" stroke-miterlimit="10" d="
M10.506,15.345c0,0,0.146-0.402,0.317-0.771c2.761-5.942,6.308-9.854,7.876-11.636c1.275-1.438,0.775-1.208,0.214-0.845
c-2.303,1.495-6.605,6.303-8.25,7.97c-0.302,0.307-0.995,1.03-1.151,1.03c-0.173,0-0.76-0.27-1.099-0.467
c-1.281-0.751-2.511-1.49-3.281-1.767C3.49,8.271,3.954,8.833,4.048,9.021c0.292,0.583,4.255,3.761,5.567,5.26
C10.021,14.745,10.506,15.345,10.506,15.345z"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

View file

@ -1,80 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="2.667" y="2.667" width="17.333" height="14.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="#FFFFFF" d="M10.505,16.761c0,0,0.146-0.402,0.318-0.765
c2.761-5.944,6.308-9.86,7.876-11.636c1.275-1.439,0.775-1.215,0.214-0.85c-2.303,1.5-6.605,6.301-8.251,7.968
c-0.301,0.309-0.994,1.032-1.15,1.032c-0.172,0-0.76-0.271-1.099-0.47c-1.281-0.749-2.511-1.484-3.281-1.76
c-1.641-0.593-1.177-0.032-1.083,0.156c0.292,0.589,4.255,3.762,5.567,5.26C10.021,16.162,10.505,16.761,10.505,16.761"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="2.667" y="2.667" width="17.333" height="16"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_10_)" fill="none" stroke="#FFFFFF" stroke-width="0.5625" stroke-miterlimit="10" d="
M10.505,16.761c0,0,0.146-0.402,0.318-0.765c2.761-5.944,6.308-9.86,7.876-11.636c1.275-1.439,0.775-1.215,0.214-0.85
c-2.303,1.5-6.605,6.301-8.251,7.968c-0.301,0.309-0.994,1.032-1.15,1.032c-0.172,0-0.76-0.271-1.099-0.47
c-1.281-0.749-2.511-1.484-3.281-1.76C3.49,9.688,3.954,10.25,4.048,10.438c0.292,0.589,4.255,3.762,5.567,5.26
C10.021,16.162,10.505,16.761,10.505,16.761z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_11_" x="2.667" y="1.333" width="17.333" height="14.667"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_12_)" fill="#8F8F8F" d="M10.505,15.345c0,0,0.146-0.402,0.318-0.771
c2.761-5.942,6.308-9.855,7.876-11.636c1.275-1.438,0.775-1.208,0.214-0.845c-2.303,1.495-6.605,6.303-8.251,7.97
c-0.301,0.307-0.994,1.03-1.15,1.03c-0.172,0-0.76-0.27-1.099-0.468C7.131,9.875,5.902,9.136,5.131,8.86
C3.49,8.271,3.954,8.833,4.048,9.021c0.292,0.583,4.255,3.761,5.567,5.26C10.021,14.745,10.505,15.345,10.505,15.345"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_13_" x="2.667" y="1.333" width="17.333" height="16.001"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_14_)" fill="none" stroke="#8F8F8F" stroke-width="0.5625" stroke-miterlimit="10" d="
M10.505,15.345c0,0,0.146-0.402,0.318-0.771c2.761-5.942,6.308-9.855,7.876-11.636c1.275-1.438,0.775-1.208,0.214-0.845
c-2.303,1.495-6.605,6.303-8.251,7.97c-0.301,0.307-0.994,1.03-1.15,1.03c-0.172,0-0.76-0.27-1.099-0.467
C7.131,9.875,5.902,9.136,5.131,8.86C3.49,8.271,3.954,8.833,4.048,9.021c0.292,0.583,4.255,3.761,5.567,5.26
C10.021,14.745,10.505,15.345,10.505,15.345z"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

View file

@ -1,298 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="-16" y="-14.667" width="48" height="49.334"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="2.667" y="4" width="14.667" height="13.333"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="10" d="M15.078,10.969
c0,2.859-2.313,5.172-5.172,5.172c-2.854,0-5.172-2.313-5.172-5.172c0-2.854,2.317-5.171,5.172-5.171
C12.766,5.797,15.078,8.115,15.078,10.969z"/>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_9_" x="-1.333" y="-5.333" width="26.667" height="28"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="2.013" y="-1.815" transform="matrix(-0.9063 0.4227 -0.4227 -0.9063 26.3587 10.5204)" width="19.999" height="19.994"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_12_)">
<defs>
<rect id="SVGID_13_" x="5.333" y="2.667" width="4.001" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="5.537" y="3.925" transform="matrix(-0.906 0.4234 -0.4234 -0.906 15.1044 5.7479)" clip-path="url(#SVGID_14_)" fill="#FFFFFF" width="2.754" height="1.252"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_15_" x="4" y="-13.333" width="28" height="28"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_16_)">
<defs>
<polygon id="SVGID_17_" points="22.667,14.13 4.541,5.677 13,-12.448 31.125,-3.995 "/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_18_)">
<defs>
<rect id="SVGID_19_" x="10.666" y="2.667" width="4.001" height="4"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_20_)" fill="#FFFFFF" points="13.886,5.703 11.391,4.536 11.916,3.407 14.412,4.567 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_21_" x="-8" y="-1.333" width="29.334" height="29.333"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_22_)">
<defs>
<rect id="SVGID_23_" x="-3.247" y="3.436" transform="matrix(-0.8196 0.5729 -0.5729 -0.8196 19.9856 20.582)" width="19.998" height="20.002"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_24_)">
<defs>
<rect id="SVGID_25_" x="12" y="14.667" width="4" height="3.999"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<rect x="13.317" y="15.506" transform="matrix(-0.8192 0.5735 -0.5735 -0.8192 34.8532 22.785)" clip-path="url(#SVGID_26_)" fill="#FFFFFF" width="1.037" height="2.76"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_27_" x="-16" y="5.333" width="29.333" height="29.334"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_28_)">
<defs>
<rect id="SVGID_29_" x="-11.247" y="10.223" transform="matrix(0.8197 0.5729 -0.5729 0.8197 11.3598 4.36)" width="20.003" height="19.998"/>
</defs>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_30_)">
<defs>
<rect id="SVGID_31_" x="4" y="14.667" width="4" height="3.999"/>
</defs>
<clipPath id="SVGID_32_">
<use xlink:href="#SVGID_31_" overflow="visible"/>
</clipPath>
<rect x="5.469" y="15.5" transform="matrix(0.8194 0.5733 -0.5733 0.8194 10.7585 -0.383)" clip-path="url(#SVGID_32_)" fill="#FFFFFF" width="1.036" height="2.76"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_33_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_34_">
<use xlink:href="#SVGID_33_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_35_" x="9.334" y="6.667" width="3.999" height="5.333"/>
</defs>
<clipPath id="SVGID_36_">
<use xlink:href="#SVGID_35_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_36_)" fill="none" stroke="#FFFFFF" stroke-width="0.75" stroke-miterlimit="10" points="
12.281,10.973 9.906,10.973 9.906,7.224 "/>
</g>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_37_" x="2.667" y="2.667" width="14.667" height="14.667"/>
</defs>
<clipPath id="SVGID_38_">
<use xlink:href="#SVGID_37_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_38_)" fill="none" stroke="#4473A8" stroke-width="1.5" stroke-miterlimit="10" d="M15.078,9.995
c0,2.859-2.313,5.172-5.172,5.172c-2.854,0-5.172-2.313-5.172-5.172c0-2.855,2.317-5.171,5.172-5.171
C12.766,4.823,15.078,7.14,15.078,9.995z"/>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_39_" x="-1.333" y="-5.333" width="28" height="28"/>
</defs>
<clipPath id="SVGID_40_">
<use xlink:href="#SVGID_39_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_40_)">
<defs>
<rect id="SVGID_41_" x="2.425" y="-1.906" transform="matrix(-0.9062 0.4229 -0.4229 -0.9062 27.1071 10.1742)" width="20" height="20"/>
</defs>
<clipPath id="SVGID_42_">
<use xlink:href="#SVGID_41_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_42_)">
<defs>
<rect id="SVGID_43_" x="5.333" y="1.333" width="4.001" height="4"/>
</defs>
<clipPath id="SVGID_44_">
<use xlink:href="#SVGID_43_" overflow="visible"/>
</clipPath>
<rect x="5.538" y="2.948" transform="matrix(-0.9066 0.4221 -0.4221 -0.9066 14.6896 3.8937)" clip-path="url(#SVGID_44_)" fill="#4473A8" width="2.752" height="1.25"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_45_" x="4" y="-14.667" width="28" height="28"/>
</defs>
<clipPath id="SVGID_46_">
<use xlink:href="#SVGID_45_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_46_)">
<defs>
<polygon id="SVGID_47_" points="23.078,12.276 4.959,3.817 13.411,-14.307 31.536,-5.85 "/>
</defs>
<clipPath id="SVGID_48_">
<use xlink:href="#SVGID_47_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_48_)">
<defs>
<rect id="SVGID_49_" x="10.666" y="1.333" width="4.001" height="4"/>
</defs>
<clipPath id="SVGID_50_">
<use xlink:href="#SVGID_49_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_50_)" fill="#4473A8" points="13.886,4.729 11.391,3.563 11.916,2.432 14.416,3.593 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_51_" x="-6.667" y="-1.333" width="28" height="29.333"/>
</defs>
<clipPath id="SVGID_52_">
<use xlink:href="#SVGID_51_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_52_)">
<defs>
<polygon id="SVGID_53_" points="-6.615,10.792 9.781,-0.667 21.234,15.729 4.844,27.188 "/>
</defs>
<clipPath id="SVGID_54_">
<use xlink:href="#SVGID_53_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_54_)">
<defs>
<rect id="SVGID_55_" x="12" y="13.333" width="4" height="5.333"/>
</defs>
<clipPath id="SVGID_56_">
<use xlink:href="#SVGID_55_" overflow="visible"/>
</clipPath>
<rect x="13.317" y="14.532" transform="matrix(-0.8197 0.5728 -0.5728 -0.8197 34.2907 21.0286)" clip-path="url(#SVGID_56_)" fill="#4473A8" width="1.037" height="2.76"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_57_" x="-14.667" y="4" width="28" height="29.333"/>
</defs>
<clipPath id="SVGID_58_">
<use xlink:href="#SVGID_57_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_58_)">
<defs>
<rect id="SVGID_59_" x="-10.689" y="8.447" transform="matrix(0.8197 0.5728 -0.5728 0.8197 10.4435 3.7204)" width="20.003" height="20.003"/>
</defs>
<clipPath id="SVGID_60_">
<use xlink:href="#SVGID_59_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_60_)">
<defs>
<rect id="SVGID_61_" x="4" y="13.333" width="4" height="4"/>
</defs>
<clipPath id="SVGID_62_">
<use xlink:href="#SVGID_61_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_62_)" fill="#4473A8" points="5.625,17.333 4.776,16.739 6.354,14.479 7.203,15.067 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_63_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_64_">
<use xlink:href="#SVGID_63_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_64_)">
<defs>
<rect id="SVGID_65_" x="9.334" y="5.333" width="3.999" height="5.333"/>
</defs>
<clipPath id="SVGID_66_">
<use xlink:href="#SVGID_65_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_66_)" fill="none" stroke="#4473A8" stroke-width="0.75" stroke-miterlimit="10" points="
12.281,10 9.906,10 9.906,6.25 "/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,298 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="-16" y="-14.667" width="48" height="49.334"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="2.667" y="4" width="14.667" height="13.333"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="10" d="M15.078,10.97
c0,2.858-2.313,5.171-5.172,5.171c-2.854,0-5.172-2.313-5.172-5.171c0-2.855,2.317-5.172,5.172-5.172
C12.766,5.797,15.078,8.115,15.078,10.97z"/>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_9_" x="-1.333" y="-5.333" width="26.667" height="28"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<polygon id="SVGID_11_" points="-1.276,3.35 16.849,-5.109 25.302,13.016 7.177,21.474 "/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_12_)">
<defs>
<rect id="SVGID_13_" x="5.333" y="2.667" width="4" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="5.537" y="3.925" transform="matrix(-0.906 0.4234 -0.4234 -0.906 15.1034 5.7432)" clip-path="url(#SVGID_14_)" fill="#FFFFFF" width="2.754" height="1.248"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_15_" x="4" y="-13.333" width="28" height="28"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_16_)">
<defs>
<polygon id="SVGID_17_" points="22.667,14.13 4.541,5.677 13,-12.448 31.12,-3.99 "/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_18_)">
<defs>
<rect id="SVGID_19_" x="10.666" y="2.667" width="4.001" height="4"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_20_)" fill="#FFFFFF" points="13.886,5.703 11.391,4.536 11.916,3.407 14.412,4.567 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_21_" x="-8" y="-1.333" width="29.334" height="29.333"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_22_)">
<defs>
<rect id="SVGID_23_" x="-3.247" y="3.437" transform="matrix(-0.8196 0.573 -0.573 -0.8196 19.9862 20.5824)" width="19.999" height="20.002"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_24_)">
<defs>
<rect id="SVGID_25_" x="12" y="14.667" width="4" height="3.999"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<rect x="13.317" y="15.506" transform="matrix(-0.8192 0.5735 -0.5735 -0.8192 34.8532 22.785)" clip-path="url(#SVGID_26_)" fill="#FFFFFF" width="1.037" height="2.76"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_27_" x="-16" y="5.333" width="29.333" height="29.334"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_28_)">
<defs>
<rect id="SVGID_29_" x="-11.247" y="10.223" transform="matrix(0.8197 0.5729 -0.5729 0.8197 11.3598 4.36)" width="20.003" height="19.998"/>
</defs>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_30_)">
<defs>
<rect id="SVGID_31_" x="4" y="14.667" width="4" height="3.999"/>
</defs>
<clipPath id="SVGID_32_">
<use xlink:href="#SVGID_31_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_32_)" fill="#FFFFFF" points="5.625,18.302 4.776,17.714 6.354,15.448 7.203,16.042 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_33_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_34_">
<use xlink:href="#SVGID_33_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_35_" x="9.333" y="6.667" width="4" height="5.333"/>
</defs>
<clipPath id="SVGID_36_">
<use xlink:href="#SVGID_35_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_36_)" fill="none" stroke="#FFFFFF" stroke-width="0.75" stroke-miterlimit="10" points="
12.281,10.973 9.906,10.973 9.906,7.224 "/>
</g>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_37_" x="2.667" y="2.667" width="14.667" height="14.667"/>
</defs>
<clipPath id="SVGID_38_">
<use xlink:href="#SVGID_37_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_38_)" fill="none" stroke="#B4332E" stroke-width="1.5" stroke-miterlimit="10" d="M15.078,9.995
c0,2.86-2.313,5.172-5.172,5.172c-2.854,0-5.172-2.313-5.172-5.172c0-2.855,2.317-5.171,5.172-5.171
C12.766,4.823,15.078,7.14,15.078,9.995z"/>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_39_" x="-1.333" y="-5.333" width="28" height="28"/>
</defs>
<clipPath id="SVGID_40_">
<use xlink:href="#SVGID_39_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_40_)">
<defs>
<rect id="SVGID_41_" x="2.425" y="-1.906" transform="matrix(-0.9062 0.4229 -0.4229 -0.9062 27.1069 10.1733)" width="20" height="19.999"/>
</defs>
<clipPath id="SVGID_42_">
<use xlink:href="#SVGID_41_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_42_)">
<defs>
<rect id="SVGID_43_" x="5.333" y="1.333" width="4" height="4"/>
</defs>
<clipPath id="SVGID_44_">
<use xlink:href="#SVGID_43_" overflow="visible"/>
</clipPath>
<rect x="5.538" y="2.948" transform="matrix(-0.9066 0.4221 -0.4221 -0.9066 14.6896 3.8937)" clip-path="url(#SVGID_44_)" fill="#B4332E" width="2.752" height="1.25"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_45_" x="4" y="-14.667" width="28" height="28"/>
</defs>
<clipPath id="SVGID_46_">
<use xlink:href="#SVGID_45_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_46_)">
<defs>
<polygon id="SVGID_47_" points="23.078,12.276 4.959,3.817 13.411,-14.307 31.536,-5.85 "/>
</defs>
<clipPath id="SVGID_48_">
<use xlink:href="#SVGID_47_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_48_)">
<defs>
<rect id="SVGID_49_" x="10.666" y="1.333" width="4.001" height="4"/>
</defs>
<clipPath id="SVGID_50_">
<use xlink:href="#SVGID_49_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_50_)" fill="#B4332E" points="13.886,4.729 11.391,3.563 11.916,2.432 14.416,3.593 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_51_" x="-6.667" y="-1.333" width="28" height="29.333"/>
</defs>
<clipPath id="SVGID_52_">
<use xlink:href="#SVGID_51_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_52_)">
<defs>
<rect id="SVGID_53_" x="-2.689" y="3.264" transform="matrix(-0.8197 0.5728 -0.5728 -0.8197 20.9037 19.9464)" width="20.003" height="19.998"/>
</defs>
<clipPath id="SVGID_54_">
<use xlink:href="#SVGID_53_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_54_)">
<defs>
<rect id="SVGID_55_" x="12" y="13.333" width="4" height="5.333"/>
</defs>
<clipPath id="SVGID_56_">
<use xlink:href="#SVGID_55_" overflow="visible"/>
</clipPath>
<rect x="13.323" y="14.532" transform="matrix(-0.8178 0.5755 -0.5755 -0.8178 34.3125 20.9604)" clip-path="url(#SVGID_56_)" fill="#B4332E" width="1.032" height="2.76"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_57_" x="-14.667" y="4" width="28" height="29.333"/>
</defs>
<clipPath id="SVGID_58_">
<use xlink:href="#SVGID_57_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_58_)">
<defs>
<rect id="SVGID_59_" x="-10.684" y="8.447" transform="matrix(0.8196 0.5729 -0.5729 0.8196 10.4463 3.7204)" width="19.998" height="20.003"/>
</defs>
<clipPath id="SVGID_60_">
<use xlink:href="#SVGID_59_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_60_)">
<defs>
<rect id="SVGID_61_" x="4" y="13.333" width="4" height="4"/>
</defs>
<clipPath id="SVGID_62_">
<use xlink:href="#SVGID_61_" overflow="visible"/>
</clipPath>
<rect x="5.472" y="14.522" transform="matrix(0.8197 0.5728 -0.5728 0.8197 10.1886 -0.5639)" clip-path="url(#SVGID_62_)" fill="#B4332E" width="1.037" height="2.757"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_63_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_64_">
<use xlink:href="#SVGID_63_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_64_)">
<defs>
<rect id="SVGID_65_" x="9.333" y="5.333" width="4" height="5.334"/>
</defs>
<clipPath id="SVGID_66_">
<use xlink:href="#SVGID_65_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_66_)" fill="none" stroke="#B4332E" stroke-width="0.75" stroke-miterlimit="10" points="
12.281,10 9.906,10 9.906,6.25 "/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,299 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="-16" y="-14.667" width="48.001" height="49.333"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="2.667" y="4" width="14.666" height="13.333"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="10" d="M15.047,10.97
c0,2.858-2.318,5.171-5.172,5.171c-2.859,0-5.172-2.313-5.172-5.171c0-2.855,2.313-5.173,5.172-5.173
C12.729,5.797,15.047,8.115,15.047,10.97z"/>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_9_" x="-1.333" y="-5.333" width="26.667" height="28"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<polygon id="SVGID_11_" points="-1.281,3.333 16.844,-5.12 25.303,13.005 7.177,21.458 "/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_12_)">
<defs>
<rect id="SVGID_13_" x="5.333" y="2.667" width="4.001" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="5.498" y="3.926" transform="matrix(-0.9063 0.4227 -0.4227 -0.9063 15.0342 5.7694)" clip-path="url(#SVGID_14_)" fill="#FFFFFF" width="2.759" height="1.25"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_15_" x="4" y="-13.333" width="28.001" height="28"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_16_)">
<defs>
<polygon id="SVGID_17_" points="22.599,14.114 4.479,5.661 12.932,-12.464 31.058,-4.005 "/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_18_)">
<defs>
<rect id="SVGID_19_" x="10.666" y="2.667" width="4" height="4"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_20_)" fill="#FFFFFF" points="13.849,5.702 11.354,4.536 11.886,3.407 14.381,4.567 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_21_" x="-8" y="-1.333" width="29.332" height="29.333"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_22_)">
<defs>
<rect id="SVGID_23_" x="-3.257" y="3.415" transform="matrix(-0.8197 0.5729 -0.5729 -0.8197 19.9584 20.5508)" width="20.003" height="20.004"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_24_)">
<defs>
<rect id="SVGID_25_" x="12.001" y="14.666" width="3.999" height="4.002"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_26_)" fill="#FFFFFF" points="12.589,16.053 13.432,15.458 15.016,17.719 14.167,18.313
"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_27_" x="-16" y="5.333" width="29.333" height="29.333"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_28_)">
<defs>
<rect id="SVGID_29_" x="-11.308" y="10.201" transform="matrix(0.8197 0.5728 -0.5728 0.8197 11.3362 4.3912)" width="20.002" height="20.004"/>
</defs>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_30_)">
<defs>
<rect id="SVGID_31_" x="4" y="14.666" width="4" height="4.002"/>
</defs>
<clipPath id="SVGID_32_">
<use xlink:href="#SVGID_31_" overflow="visible"/>
</clipPath>
<rect x="5.435" y="15.501" transform="matrix(0.8189 0.5739 -0.5739 0.8189 10.766 -0.3595)" clip-path="url(#SVGID_32_)" fill="#FFFFFF" width="1.035" height="2.757"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_33_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_34_">
<use xlink:href="#SVGID_33_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_35_" x="9.334" y="6.667" width="3.999" height="5.334"/>
</defs>
<clipPath id="SVGID_36_">
<use xlink:href="#SVGID_35_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_36_)" fill="none" stroke="#FFFFFF" stroke-width="0.75" stroke-miterlimit="10" points="
12.244,10.973 9.87,10.973 9.87,7.225 "/>
</g>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_37_" x="2.667" y="2.667" width="14.666" height="14.666"/>
</defs>
<clipPath id="SVGID_38_">
<use xlink:href="#SVGID_37_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_38_)" fill="none" stroke="#B0B0B0" stroke-width="1.5" stroke-miterlimit="10" d="M15.078,9.995
c0,2.86-2.313,5.172-5.173,5.172c-2.854,0-5.17-2.313-5.17-5.172c0-2.854,2.317-5.172,5.17-5.172
C12.766,4.823,15.078,7.14,15.078,9.995z"/>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_39_" x="-1.333" y="-5.333" width="28" height="28"/>
</defs>
<clipPath id="SVGID_40_">
<use xlink:href="#SVGID_39_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_40_)">
<defs>
<rect id="SVGID_41_" x="2.425" y="-1.906" transform="matrix(-0.9062 0.4229 -0.4229 -0.9062 27.106 10.1735)" width="20" height="19.998"/>
</defs>
<clipPath id="SVGID_42_">
<use xlink:href="#SVGID_41_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_42_)">
<defs>
<rect id="SVGID_43_" x="5.333" y="1.333" width="4.001" height="4"/>
</defs>
<clipPath id="SVGID_44_">
<use xlink:href="#SVGID_43_" overflow="visible"/>
</clipPath>
<rect x="5.537" y="2.95" transform="matrix(-0.9059 0.4236 -0.4236 -0.9059 14.6909 3.8843)" clip-path="url(#SVGID_44_)" fill="#B0B0B0" width="2.754" height="1.249"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_45_" x="4" y="-14.667" width="28.001" height="28"/>
</defs>
<clipPath id="SVGID_46_">
<use xlink:href="#SVGID_45_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_46_)">
<defs>
<polygon id="SVGID_47_" points="23.077,12.271 4.959,3.817 13.411,-14.307 31.536,-5.85 "/>
</defs>
<clipPath id="SVGID_48_">
<use xlink:href="#SVGID_47_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_48_)">
<defs>
<rect id="SVGID_49_" x="10.666" y="1.333" width="4" height="4"/>
</defs>
<clipPath id="SVGID_50_">
<use xlink:href="#SVGID_49_" overflow="visible"/>
</clipPath>
<rect x="11.524" y="2.952" transform="matrix(0.9058 0.4237 -0.4237 0.9058 2.7308 -5.1286)" clip-path="url(#SVGID_50_)" fill="#B0B0B0" width="2.755" height="1.253"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_51_" x="-6.667" y="-1.333" width="27.999" height="29.333"/>
</defs>
<clipPath id="SVGID_52_">
<use xlink:href="#SVGID_51_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_52_)">
<defs>
<rect id="SVGID_53_" x="-2.689" y="3.259" transform="matrix(-0.8196 0.5729 -0.5729 -0.8196 20.8986 19.9411)" width="19.998" height="20.003"/>
</defs>
<clipPath id="SVGID_54_">
<use xlink:href="#SVGID_53_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_54_)">
<defs>
<rect id="SVGID_55_" x="12.001" y="13.333" width="3.999" height="5.335"/>
</defs>
<clipPath id="SVGID_56_">
<use xlink:href="#SVGID_55_" overflow="visible"/>
</clipPath>
<rect x="13.316" y="14.533" transform="matrix(-0.8194 0.5733 -0.5733 -0.8194 34.2899 21.0187)" clip-path="url(#SVGID_56_)" fill="#B0B0B0" width="1.036" height="2.757"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_57_" x="-14.667" y="4" width="28" height="29.333"/>
</defs>
<clipPath id="SVGID_58_">
<use xlink:href="#SVGID_57_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_58_)">
<defs>
<polygon id="SVGID_59_" points="1.781,32.375 -14.615,20.917 -3.156,4.526 13.239,15.979 "/>
</defs>
<clipPath id="SVGID_60_">
<use xlink:href="#SVGID_59_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_60_)">
<defs>
<rect id="SVGID_61_" x="4" y="13.333" width="4" height="4"/>
</defs>
<clipPath id="SVGID_62_">
<use xlink:href="#SVGID_61_" overflow="visible"/>
</clipPath>
<rect x="5.469" y="14.527" transform="matrix(0.8195 0.5731 -0.5731 0.8195 10.1957 -0.5603)" clip-path="url(#SVGID_62_)" fill="#B0B0B0" width="1.036" height="2.759"/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_63_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_64_">
<use xlink:href="#SVGID_63_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_64_)">
<defs>
<rect id="SVGID_65_" x="9.334" y="5.333" width="3.999" height="5.333"/>
</defs>
<clipPath id="SVGID_66_">
<use xlink:href="#SVGID_65_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_66_)" fill="none" stroke="#B0B0B0" stroke-width="0.75" stroke-miterlimit="10" points="
12.281,10 9.905,10 9.905,6.25 "/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<polygon fill="#737272" points="13.752,15.224 9.998,11.467 6.244,15.219 4.776,13.751 8.568,9.959 4.781,6.244 6.254,4.775
10,8.529 13.752,4.775 15.22,6.248 11.469,10 15.225,13.761 "/>
</svg>

Before

Width:  |  Height:  |  Size: 656 B

View file

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="1.333" y="1.333" width="17.334" height="18.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_8_)" fill="none" stroke="#878787" stroke-width="1.875" stroke-miterlimit="10" points="
2,10.927 6.625,10.927 8.313,5.926 11.688,15.928 13.376,10.927 18,10.927 "/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="1.333" y="0" width="17.334" height="20"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_10_)" fill="none" stroke="#FFFFFF" stroke-width="1.875" stroke-miterlimit="10" points="
2,9.999 6.625,9.999 8.313,5 11.688,15.001 13.376,9.999 18,9.999 "/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="1.333" y="1.333" width="17.333" height="18.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_8_)" fill="none" stroke="#FFFFFF" stroke-width="1.875" stroke-miterlimit="10" points="
2,10.927 6.625,10.927 8.313,5.927 11.688,15.927 13.375,10.927 18,10.927 "/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="1.333" width="17.333" height="20"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_10_)" fill="none" stroke="#8F9090" stroke-width="1.875" stroke-miterlimit="10" points="2,10
6.625,10 8.313,5 11.688,15 13.375,10 18,10 "/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1,142 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="4" y="9.333" width="12" height="2.666"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="10.046" clip-path="url(#SVGID_4_)" fill="#878787" width="10.891" height="1.407"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="4" y="11.999" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="12.484" clip-path="url(#SVGID_6_)" fill="#878787" width="10.891" height="1.406"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_8_)">
<defs>
<rect id="SVGID_9_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="1.333" y="4" width="17.333" height="14.667"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_12_)" fill="none" stroke="#878787" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,16.833
c0,0.108,0.088,0.197,0.198,0.197h13.854c0.109,0,0.197-0.089,0.197-0.197V6.417c0-0.111-0.088-0.198-0.197-0.198H3.072
c-0.109,0-0.198,0.087-0.198,0.198V16.833z"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_13_" x="2.667" y="5.333" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="6.218" clip-path="url(#SVGID_14_)" fill="#878787" width="14.25" height="2.812"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_15_" x="4" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="3.53" clip-path="url(#SVGID_16_)" fill="#878787" width="1.109" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_17_" x="13.332" y="2.667" width="2.668" height="4"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<rect x="13.796" y="3.53" clip-path="url(#SVGID_18_)" fill="#878787" width="1.11" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_19_" x="1.333" y="4" width="17.333" height="13.333"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_20_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,15.739
c0,0.108,0.088,0.197,0.198,0.197h13.854c0.109,0,0.197-0.089,0.197-0.197V5.322c0-0.109-0.088-0.197-0.197-0.197H3.072
c-0.109,0-0.198,0.088-0.198,0.197V15.739z"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_21_" x="2.667" y="4" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="5.125" clip-path="url(#SVGID_22_)" fill="#FFFFFF" width="14.25" height="2.813"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_23_" x="4" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="2.437" clip-path="url(#SVGID_24_)" fill="#FFFFFF" width="1.109" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_25_" x="13.332" y="1.333" width="2.668" height="4"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<rect x="13.796" y="2.437" clip-path="url(#SVGID_26_)" fill="#FFFFFF" width="1.11" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_27_" x="4" y="9.333" width="12" height="2.666"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="9.343" clip-path="url(#SVGID_28_)" fill="#FFFFFF" width="10.891" height="1.407"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_29_" x="4" y="10.666" width="12" height="2.666"/>
</defs>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="11.781" clip-path="url(#SVGID_30_)" fill="#FFFFFF" width="10.891" height="1.406"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -1,142 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="4" y="9.333" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="4.558" y="10.047" clip-path="url(#SVGID_4_)" fill="#FFFFFF" width="10.891" height="1.407"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="4" y="12" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<rect x="4.558" y="12.483" clip-path="url(#SVGID_6_)" fill="#FFFFFF" width="10.891" height="1.407"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_8_)">
<defs>
<rect id="SVGID_9_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="1.333" y="4" width="17.333" height="14.667"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_12_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,16.833
c0,0.109,0.089,0.199,0.198,0.199h13.854c0.11,0,0.198-0.09,0.198-0.199V6.417c0-0.11-0.088-0.198-0.198-0.198H3.073
c-0.109,0-0.198,0.088-0.198,0.198V16.833z"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_13_" x="2.667" y="5.333" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="6.219" clip-path="url(#SVGID_14_)" fill="#FFFFFF" width="14.25" height="2.811"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_15_" x="4" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="3.53" clip-path="url(#SVGID_16_)" fill="#FFFFFF" width="1.11" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_17_" x="13.334" y="2.667" width="2.666" height="4"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<rect x="13.798" y="3.53" clip-path="url(#SVGID_18_)" fill="#FFFFFF" width="1.108" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_19_" x="1.333" y="4" width="17.333" height="13.334"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_20_)" fill="none" stroke="#8F9090" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,15.74
c0,0.109,0.089,0.197,0.198,0.197h13.854c0.11,0,0.198-0.088,0.198-0.197V5.323c0-0.109-0.088-0.197-0.198-0.197H3.073
c-0.109,0-0.198,0.088-0.198,0.197V15.74z"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_21_" x="2.667" y="4" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="5.125" clip-path="url(#SVGID_22_)" fill="#8F9090" width="14.25" height="2.813"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_23_" x="4" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="2.438" clip-path="url(#SVGID_24_)" fill="#8F9090" width="1.11" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_25_" x="13.334" y="1.333" width="2.666" height="4"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<rect x="13.798" y="2.438" clip-path="url(#SVGID_26_)" fill="#8F9090" width="1.108" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_27_" x="4" y="9.333" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="4.558" y="9.344" clip-path="url(#SVGID_28_)" fill="#8F9090" width="10.891" height="1.407"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_29_" x="4" y="10.667" width="12" height="2.666"/>
</defs>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<rect x="4.558" y="11.781" clip-path="url(#SVGID_30_)" fill="#8F9090" width="10.891" height="1.405"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -1,142 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="4" y="9.333" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="10.048" clip-path="url(#SVGID_4_)" fill="#FFFFFF" width="10.89" height="1.405"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="4" y="12.001" width="12" height="2.666"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="12.484" clip-path="url(#SVGID_6_)" fill="#FFFFFF" width="10.89" height="1.406"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_8_)">
<defs>
<rect id="SVGID_9_" x="0" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="1.333" y="4" width="17.334" height="14.667"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_12_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,16.834
c0,0.109,0.088,0.198,0.197,0.198h13.854c0.111,0,0.199-0.089,0.199-0.198V6.418c0-0.11-0.088-0.199-0.199-0.199H3.072
c-0.109,0-0.197,0.088-0.197,0.199V16.834z"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_13_" x="2.667" y="5.334" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="6.219" clip-path="url(#SVGID_14_)" fill="#FFFFFF" width="14.251" height="2.812"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_15_" x="4" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="5.093" y="3.531" clip-path="url(#SVGID_16_)" fill="#FFFFFF" width="1.11" height="2.437"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_17_" x="13.333" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<rect x="13.797" y="3.531" clip-path="url(#SVGID_18_)" fill="#FFFFFF" width="1.108" height="2.437"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_19_" x="1.333" y="4" width="17.334" height="13.333"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_20_)" fill="none" stroke="#B4332E" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,15.74
c0,0.109,0.088,0.198,0.197,0.198h13.854c0.111,0,0.199-0.089,0.199-0.198V5.323c0-0.109-0.088-0.197-0.199-0.197H3.072
c-0.109,0-0.197,0.088-0.197,0.197V15.74z"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_21_" x="2.667" y="4" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="5.125" clip-path="url(#SVGID_22_)" fill="#B4332E" width="14.251" height="2.813"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_23_" x="4" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="5.093" y="2.438" clip-path="url(#SVGID_24_)" fill="#B4332E" width="1.11" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_25_" x="13.333" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<rect x="13.797" y="2.438" clip-path="url(#SVGID_26_)" fill="#B4332E" width="1.108" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_27_" x="4" y="9.333" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="9.344" clip-path="url(#SVGID_28_)" fill="#B4332E" width="10.89" height="1.407"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_29_" x="4" y="10.668" width="12" height="2.666"/>
</defs>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="11.781" clip-path="url(#SVGID_30_)" fill="#B4332E" width="10.89" height="1.406"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -1,142 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="4" y="9.333" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="10.047" clip-path="url(#SVGID_4_)" fill="#FFFFFF" width="10.891" height="1.406"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="4" y="12" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="12.484" clip-path="url(#SVGID_6_)" fill="#FFFFFF" width="10.891" height="1.406"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_8_)">
<defs>
<rect id="SVGID_9_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="1.333" y="4" width="17.333" height="14.666"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_12_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,16.834
c0,0.108,0.088,0.197,0.198,0.197h13.854c0.11,0,0.198-0.089,0.198-0.197V6.417c0-0.11-0.088-0.198-0.198-0.198H3.073
c-0.109,0-0.198,0.088-0.198,0.198V16.834z"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_13_" x="2.667" y="5.333" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="6.219" clip-path="url(#SVGID_14_)" fill="#FFFFFF" width="14.25" height="2.812"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_15_" x="4" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="3.531" clip-path="url(#SVGID_16_)" fill="#FFFFFF" width="1.109" height="2.437"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_17_" x="13.333" y="2.667" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<rect x="13.797" y="3.531" clip-path="url(#SVGID_18_)" fill="#FFFFFF" width="1.109" height="2.437"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_19_" x="1.333" y="4" width="17.333" height="13.333"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_20_)" fill="none" stroke="#4473A8" stroke-width="1.5" stroke-miterlimit="8" d="M2.875,15.74
c0,0.108,0.088,0.197,0.198,0.197h13.854c0.11,0,0.198-0.089,0.198-0.197V5.323c0-0.109-0.088-0.197-0.198-0.197H3.073
c-0.109,0-0.198,0.088-0.198,0.197V15.74z"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_21_" x="2.667" y="4" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<rect x="2.875" y="5.125" clip-path="url(#SVGID_22_)" fill="#4473A8" width="14.25" height="2.813"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_23_" x="4" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="5.094" y="2.438" clip-path="url(#SVGID_24_)" fill="#4473A8" width="1.109" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_25_" x="13.333" y="1.333" width="2.667" height="4"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<rect x="13.797" y="2.438" clip-path="url(#SVGID_26_)" fill="#4473A8" width="1.109" height="2.438"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_27_" x="4" y="9.333" width="12" height="2.667"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="9.344" clip-path="url(#SVGID_28_)" fill="#4473A8" width="10.891" height="1.407"/>
</g>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_29_" x="4" y="10.667" width="12" height="2.666"/>
</defs>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<rect x="4.557" y="11.781" clip-path="url(#SVGID_30_)" fill="#4473A8" width="10.891" height="1.406"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="3px" height="2px" viewBox="0 0 3 2" enable-background="new 0 0 3 2" xml:space="preserve">
<rect x="0.008" fill="#B0B0B0" width="1" height="1"/>
</svg>

Before

Width:  |  Height:  |  Size: 519 B

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M17.891,10.875c0,1.188-3.533,5.078-7.891,5.078
c-4.358,0-7.891-3.891-7.891-5.078S5.642,5.797,10,5.797C14.357,5.797,17.891,9.688,17.891,10.875z M14.224,10.875
c0-2.333-1.891-4.224-4.223-4.224s-4.223,1.891-4.223,4.224c0,2.332,1.891,4.224,4.223,4.224S14.224,13.207,14.224,10.875z"/>
<circle fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" cx="10" cy="10.875" r="1.531"/>
<path fill="#727272" stroke="#727272" stroke-miterlimit="10" d="M17.891,10c0,1.188-3.533,5.078-7.891,5.078
c-4.358,0-7.891-3.891-7.891-5.078S5.642,4.922,10,4.922C14.357,4.922,17.891,8.813,17.891,10z M14.224,10
c0-2.333-1.891-4.224-4.223-4.224S5.777,7.667,5.777,10c0,2.332,1.891,4.224,4.223,4.224S14.224,12.332,14.224,10z"/>
<circle fill="#727272" stroke="#727272" stroke-miterlimit="10" cx="10" cy="10" r="1.531"/>
<line fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="10" x1="2.254" y1="16.828" x2="18.035" y2="5.797"/>
<line fill="none" stroke="#727272" stroke-width="1.5" stroke-miterlimit="10" x1="2.109" y1="15.953" x2="17.891" y2="4.922"/>
<rect fill="none" width="20" height="20"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M17.891,10.875c0,1.188-3.533,5.078-7.891,5.078
c-4.358,0-7.891-3.891-7.891-5.078S5.642,5.797,10,5.797C14.357,5.797,17.891,9.688,17.891,10.875z M14.224,10.875
c0-2.333-1.891-4.224-4.223-4.224s-4.223,1.891-4.223,4.224c0,2.332,1.891,4.224,4.223,4.224S14.224,13.207,14.224,10.875z"/>
<circle fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" cx="10" cy="10.875" r="1.531"/>
<path fill="#727272" stroke="#727272" stroke-miterlimit="10" d="M17.891,10c0,1.188-3.533,5.078-7.891,5.078
c-4.358,0-7.891-3.891-7.891-5.078S5.642,4.922,10,4.922C14.357,4.922,17.891,8.813,17.891,10z M14.224,10
c0-2.333-1.891-4.224-4.223-4.224S5.777,7.667,5.777,10c0,2.332,1.891,4.224,4.223,4.224S14.224,12.332,14.224,10z"/>
<circle fill="#727272" stroke="#727272" stroke-miterlimit="10" cx="10" cy="10" r="1.531"/>
<rect fill="none" width="20" height="20"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,68 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="9.333" y="2.667" width="9.334" height="14.667"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="#747272" points="9.5,17.012 18.125,10 9.5,2.99 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_8_)">
<defs>
<rect id="SVGID_9_" x="8" y="1.333" width="12" height="17.334"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_10_)" fill="none" stroke="#737373" stroke-width="0.75" stroke-miterlimit="10" points="
9.5,17.012 18.125,10 9.5,2.99 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_11_" x="2.667" y="6.667" width="8" height="6.667"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="3.875" y="7.115" clip-path="url(#SVGID_12_)" fill="#747272" width="5.626" height="5.772"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_13_" x="2.667" y="5.334" width="8" height="9.332"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="3.875" y="7.115" clip-path="url(#SVGID_14_)" fill="none" stroke="#737373" stroke-width="0.75" stroke-miterlimit="10" width="5.626" height="5.772"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<rect x="5.527" y="1.559" fill="none" stroke="#909090" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="10" width="12.756" height="12.755"/>
<g>
<g>
<polyline fill="none" stroke="#909090" stroke-width="2" stroke-linejoin="round" points="4.025,5.528 1.559,5.528 1.559,8.028
"/>
<line fill="none" stroke="#909090" stroke-width="2" stroke-linejoin="round" stroke-dasharray="2.5851,2.5851" x1="1.559" y1="10.613" x2="1.559" y2="14.49"/>
<polyline fill="none" stroke="#909090" stroke-width="2" stroke-linejoin="round" points="1.559,15.783 1.559,18.283
4.059,18.283 "/>
<line fill="none" stroke="#909090" stroke-width="2" stroke-linejoin="round" stroke-dasharray="2.5851,2.5851" x1="6.644" y1="18.283" x2="10.521" y2="18.283"/>
<polyline fill="none" stroke="#909090" stroke-width="2" stroke-linejoin="round" points="11.814,18.283 14.314,18.283
14.314,15.732 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="40px" viewBox="0 0 20 40" enable-background="new 0 0 20 40" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="40"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="4" y="10.667" width="12" height="14.667"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="none" stroke="#9A9999" stroke-width="0.9375" stroke-miterlimit="10" points="
15.178,24.438 4.823,24.438 4.823,11.563 10.473,11.563 15.178,16.563 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="9.333" y="10.667" width="6.667" height="6.666"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_6_)" fill="none" stroke="#9A9999" stroke-width="0.9375" stroke-miterlimit="10" points="
15.178,16.563 10.47,16.563 10.473,11.563 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" x="5.333" y="14.667" width="4" height="2.666"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<line clip-path="url(#SVGID_8_)" fill="none" stroke="#9A9999" stroke-width="0.9375" stroke-miterlimit="10" x1="9.074" y1="15.458" x2="6.224" y2="15.458"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_9_" x="5.333" y="17.333" width="9.333" height="2.667"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<line clip-path="url(#SVGID_10_)" fill="none" stroke="#9A9999" stroke-width="0.9375" stroke-miterlimit="10" x1="13.775" y1="18.938" x2="6.224" y2="18.938"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,94 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="4" y="2.667" width="12" height="16"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<line clip-path="url(#SVGID_8_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-miterlimit="10" x1="14.052" y1="5.01" x2="5.922" y2="16.62"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="2.667" y="2.667" width="8" height="6.667"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<circle clip-path="url(#SVGID_10_)" fill="none" stroke="#FFFFFF" stroke-width="1.125" stroke-linecap="square" stroke-miterlimit="10" cx="6.787" cy="6.246" r="2.078"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_11_" x="9.333" y="12" width="8" height="6.667"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<circle clip-path="url(#SVGID_12_)" fill="none" stroke="#FFFFFF" stroke-width="1.125" stroke-linecap="square" stroke-miterlimit="10" cx="13.214" cy="15.422" r="2.078"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_13_" x="4" y="2.667" width="12" height="14.667"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<line clip-path="url(#SVGID_14_)" fill="none" stroke="#4473A8" stroke-width="1.5" stroke-linecap="square" stroke-miterlimit="10" x1="14.063" y1="4.193" x2="5.938" y2="15.808"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_15_" x="2.667" y="1.333" width="8" height="8"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_16_)" fill="none" stroke="#4473A8" stroke-width="1.125" stroke-linecap="square" stroke-miterlimit="10" d="
M8.875,5.426c0,1.152-0.927,2.079-2.078,2.079c-1.146,0-2.078-0.927-2.078-2.079c0-1.145,0.932-2.077,2.078-2.077
C7.948,3.35,8.875,4.281,8.875,5.426z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_17_" x="9.333" y="10.667" width="8" height="8"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_18_)" fill="none" stroke="#4473A8" stroke-width="1.125" stroke-linecap="square" stroke-miterlimit="10" d="
M15.302,14.604c0,1.15-0.927,2.078-2.078,2.078c-1.146,0-2.078-0.928-2.078-2.078c0-1.146,0.933-2.078,2.078-2.078
C14.375,12.526,15.302,13.458,15.302,14.604z"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -1,96 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="4" y="2.667" width="12" height="16"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<line clip-path="url(#SVGID_8_)" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-miterlimit="10" x1="14.053" y1="5.01" x2="5.923" y2="16.619"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="2.667" y="2.667" width="8" height="6.667"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<circle clip-path="url(#SVGID_10_)" fill="none" stroke="#FFFFFF" stroke-width="1.125" stroke-linecap="square" stroke-miterlimit="10" cx="6.787" cy="6.246" r="2.078"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_11_" x="9.333" y="12" width="8.001" height="6.666"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_12_)" fill="none" stroke="#FFFFFF" stroke-width="1.125" stroke-linecap="square" stroke-miterlimit="10" d="
M15.292,15.422c0,1.146-0.933,2.078-2.078,2.078s-2.078-0.932-2.078-2.078c0-1.145,0.933-2.078,2.078-2.078
S15.292,14.277,15.292,15.422z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_13_" x="4" y="2.667" width="12" height="14.667"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<line clip-path="url(#SVGID_14_)" fill="none" stroke="#B0B0B0" stroke-width="1.5" stroke-linecap="square" stroke-miterlimit="10" x1="14.063" y1="4.193" x2="5.938" y2="15.809"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_15_" x="2.667" y="1.333" width="8" height="8"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_16_)" fill="none" stroke="#B0B0B0" stroke-width="1.125" stroke-linecap="square" stroke-miterlimit="10" d="
M8.875,5.426c0,1.152-0.927,2.079-2.078,2.079c-1.146,0-2.078-0.926-2.078-2.079c0-1.145,0.932-2.077,2.078-2.077
C7.948,3.35,8.875,4.281,8.875,5.426z"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_17_" x="9.333" y="10.667" width="8.001" height="7.999"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_18_)" fill="none" stroke="#B0B0B0" stroke-width="1.125" stroke-linecap="square" stroke-miterlimit="10" d="
M15.302,14.605c0,1.15-0.927,2.076-2.077,2.076c-1.146,0-2.078-0.926-2.078-2.076c0-1.148,0.933-2.08,2.078-2.08
C14.375,12.525,15.302,13.457,15.302,14.605z"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<rect x="9.266" y="4.492" fill="#B0B0B0" width="1.8" height="11"/>
<rect x="4.666" y="9.092" fill="#B0B0B0" width="11" height="1.801"/>
</svg>

Before

Width:  |  Height:  |  Size: 607 B

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<rect x="9.266" y="4.492" fill="#737272" width="1.8" height="11"/>
<rect x="4.666" y="9.092" fill="#737272" width="11" height="1.801"/>
</svg>

Before

Width:  |  Height:  |  Size: 607 B

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="0" y="1.333" width="20" height="18.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_8_)" fill="#FFFFFF" d="M10,14.256c-1.881,0-3.406-1.458-3.406-3.261c0-1.802,1.525-3.26,3.406-3.26
c1.88,0,3.406,1.458,3.406,3.26C13.406,12.798,11.88,14.256,10,14.256 M17.172,10.995c0-0.536-0.074-1.057-0.193-1.562
l1.75-1.402L17.046,5.24L14.9,5.995c-0.798-0.714-1.756-1.261-2.828-1.574l-0.385-2.146H8.312L7.927,4.421
C6.833,4.74,5.854,5.303,5.052,6.036L2.953,5.297L1.271,8.093L3.01,9.483c-0.114,0.486-0.182,0.99-0.182,1.511
c0,0.558,0.078,1.093,0.208,1.616l-1.765,1.405l1.682,2.796l2.193-0.771c0.781,0.688,1.724,1.218,2.772,1.521l0.395,2.213h3.375
l0.396-2.213c1.046-0.304,1.978-0.829,2.765-1.521l2.192,0.771l1.688-2.79l-1.766-1.411
C17.093,12.088,17.172,11.553,17.172,10.995"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_9_" x="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<path clip-path="url(#SVGID_10_)" fill="#8F9090" d="M10,13.229c-1.881,0-3.406-1.458-3.406-3.26
c0-1.803,1.525-3.261,3.406-3.261c1.88,0,3.406,1.458,3.406,3.261C13.406,11.771,11.88,13.229,10,13.229 M17.172,9.97
c0-0.537-0.074-1.058-0.193-1.558l1.75-1.401l-1.683-2.797L14.9,4.97c-0.798-0.715-1.756-1.261-2.828-1.569L11.688,1.25H8.312
L7.927,3.401c-1.094,0.313-2.073,0.875-2.875,1.61l-2.099-0.74L1.271,7.068L3.01,8.458C2.896,8.943,2.828,9.448,2.828,9.97
c0,0.557,0.078,1.092,0.208,1.614l-1.765,1.405l1.682,2.798l2.193-0.772c0.781,0.694,1.724,1.22,2.772,1.521l0.395,2.213h3.375
l0.396-2.213c1.046-0.302,1.978-0.827,2.765-1.521l2.192,0.772l1.688-2.792l-1.766-1.411
C17.093,11.062,17.172,10.527,17.172,9.97"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<rect x="3.633" y="5.957" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.633" y="9.999" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.65" y="14.04" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.642" y="5.145" fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.642" y="9.187" fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.659" y="13.229" fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" width="12.701" height="1.625"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="10px" height="10px" viewBox="0 0 10 10" enable-background="new 0 0 10 10" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="10" height="10"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="1.333" y="2" width="6.667" height="5.334"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="#747272" points="2.193,3.276 5,6.725 7.802,3.276 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" y="2" width="9.334" height="6.666"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_6_)" fill="none" stroke="#737373" stroke-width="0.75" stroke-miterlimit="10" points="
2.193,3.276 5,6.725 7.802,3.276 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="10px" height="10px" viewBox="0 0 10 10" enable-background="new 0 0 10 10" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="10" height="10"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="1.333" y="2.667" width="6.667" height="5.333"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="#747272" points="2.193,6.724 5,3.276 7.802,6.724 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" y="1.333" width="9.334" height="6.667"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_6_)" fill="none" stroke="#737373" stroke-width="0.75" stroke-miterlimit="10" points="
2.193,6.724 5,3.276 7.802,6.724 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="19.84px" height="19.84px" viewBox="0 0 19.84 19.84" enable-background="new 0 0 19.84 19.84" xml:space="preserve">
<polygon fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" points="9.919,3.509 5.756,16.331 16.662,8.405 3.179,8.405
14.086,16.328 "/>
<polygon fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" points="9.92,2.833 5.757,15.655 16.662,7.729 3.179,7.729
14.086,15.652 "/>
</svg>

Before

Width:  |  Height:  |  Size: 772 B

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="60px" viewBox="0 0 30 60" enable-background="new 0 0 30 60" xml:space="preserve">
<polygon fill="#C4191A" points="17.8,27.34 26.849,27.34 19.527,32.66 22.326,41.269 14.988,35.939 7.685,41.269 10.479,32.663
3.151,27.34 12.207,27.34 15.002,18.732 "/>
</svg>

Before

Width:  |  Height:  |  Size: 640 B

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="60px" viewBox="0 0 30 60" enable-background="new 0 0 30 60" xml:space="preserve">
<polygon fill="#4574A9" points="17.8,27.34 26.849,27.34 19.527,32.66 22.326,41.269 14.988,35.939 7.685,41.269 10.479,32.663
3.151,27.34 12.207,27.34 15.002,18.732 "/>
</svg>

Before

Width:  |  Height:  |  Size: 640 B

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="60px" viewBox="0 0 30 60" enable-background="new 0 0 30 60" xml:space="preserve">
<polygon fill="#FFCC08" points="17.8,27.34 26.849,27.34 19.527,32.66 22.326,41.269 14.988,35.939 7.685,41.269 10.479,32.663
3.151,27.34 12.207,27.34 15.002,18.732 "/>
</svg>

Before

Width:  |  Height:  |  Size: 640 B

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="60px" viewBox="0 0 30 60" enable-background="new 0 0 30 60" xml:space="preserve">
<polygon fill="#CDCBCB" points="17.8,27.34 26.849,27.34 19.527,32.66 22.326,41.269 14.988,35.939 7.685,41.269 10.479,32.663
3.151,27.34 12.207,27.34 15.002,18.732 "/>
</svg>

Before

Width:  |  Height:  |  Size: 640 B

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="60px" viewBox="0 0 30 60" enable-background="new 0 0 30 60" xml:space="preserve">
<polygon fill="#7F8080" points="17.8,27.34 26.849,27.34 19.527,32.66 22.326,41.269 14.988,35.939 7.685,41.269 10.479,32.663
3.151,27.34 12.207,27.34 15.002,18.732 "/>
</svg>

Before

Width:  |  Height:  |  Size: 640 B

View file

@ -1,114 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="40px" viewBox="0 0 20 40" enable-background="new 0 0 20 40" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="40"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" width="20" height="40"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="40"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" width="20" height="40"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<defs>
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="1.333" y="9.333" width="17.333" height="17.333">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="1.333" y="9.333" width="17.333" height="17.333" id="SVGID_9_">
<g filter="url(#Adobe_OpacityMaskFilter)">
<rect x="1.333" y="9.333" opacity="0.5" clip-path="url(#SVGID_8_)" fill="#010202" width="17.333" height="17.333"/>
</g>
</mask>
<g clip-path="url(#SVGID_8_)" mask="url(#SVGID_9_)" enable-background="new ">
<g>
<defs>
<rect id="SVGID_10_" x="1.333" y="9.333" width="17.333" height="17.333"/>
</defs>
<clipPath id="SVGID_11_">
<use xlink:href="#SVGID_10_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_11_)">
<defs>
<rect id="SVGID_12_" x="1.333" y="9.333" width="17.333" height="17.333"/>
</defs>
<clipPath id="SVGID_13_">
<use xlink:href="#SVGID_12_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_13_)">
<defs>
<rect id="SVGID_14_" x="1.38" y="9.942" width="17.235" height="16.392"/>
</defs>
<clipPath id="SVGID_15_">
<use xlink:href="#SVGID_14_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_15_)">
<defs>
<rect id="SVGID_16_" x="2.667" y="10.667" width="14.667" height="14.667"/>
</defs>
<clipPath id="SVGID_17_">
<use xlink:href="#SVGID_16_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_17_)" fill="#FFFFFF" points="10,11.563 5.625,25.025 17.078,16.703 2.922,16.703
14.375,25.021 "/>
</g>
<g clip-path="url(#SVGID_15_)">
<defs>
<rect id="SVGID_18_" x="1.333" y="9.333" width="17.333" height="17.333"/>
</defs>
<clipPath id="SVGID_19_">
<use xlink:href="#SVGID_18_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_19_)" fill="none" stroke="#FFFFFF" stroke-width="0.75" stroke-miterlimit="10" points="
10,11.563 5.625,25.025 17.078,16.703 2.922,16.703 14.375,25.021 "/>
</g>
</g>
</g>
</g>
</g>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_20_" x="2.667" y="9.333" width="14.667" height="16.001"/>
</defs>
<clipPath id="SVGID_21_">
<use xlink:href="#SVGID_20_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_21_)" fill="#C51A1A" points="10,10.552 5.625,24.016 17.078,15.693 2.922,15.693 14.375,24.01
"/>
</g>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_22_" x="1.333" y="8" width="17.333" height="17.334"/>
</defs>
<clipPath id="SVGID_23_">
<use xlink:href="#SVGID_22_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_23_)" fill="none" stroke="#C51A1A" stroke-width="0.75" stroke-miterlimit="10" points="
10,10.552 5.625,24.016 17.078,15.693 2.922,15.693 14.375,24.01 "/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -1,262 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Ebene_1"
x="0px"
y="0px"
width="20px"
height="40px"
viewBox="0 0 20 40"
enable-background="new 0 0 20 40"
xml:space="preserve"
sodipodi:docname="star-large-medium.svg"
inkscape:version="0.92.1 r15371"><metadata
id="metadata4598"><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="defs4596"><defs
id="defs4492"><rect
height="40"
width="20"
id="SVGID_3_" /></defs><clipPath
id="SVGID_4_"><use
id="use4494"
overflow="visible"
xlink:href="#SVGID_3_" /></clipPath></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1406"
id="namedview4594"
showgrid="false"
inkscape:zoom="20.912683"
inkscape:cx="9.8564433"
inkscape:cy="19.026616"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="g4587" /><g
id="g4591"><defs
id="defs4486"><rect
id="SVGID_1_"
width="20"
height="40" /></defs><clipPath
id="SVGID_2_"><use
xlink:href="#SVGID_1_"
overflow="visible"
id="use4488" /></clipPath><g
id="g4587"
clip-path="url(#SVGID_4_)"><defs
id="defs4498"><rect
y="0"
x="0"
height="40"
width="20"
id="SVGID_5_" /></defs><clipPath
id="SVGID_6_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4500"
overflow="visible"
xlink:href="#SVGID_5_" /></clipPath><g
id="g4565"
clip-path="url(#SVGID_6_)"><defs
id="defs4504"><rect
y="0"
x="0"
height="40"
width="20"
id="SVGID_7_" /></defs><clipPath
id="SVGID_8_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4506"
overflow="visible"
xlink:href="#SVGID_7_" /></clipPath><defs
id="defs4512"><filter
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
filterUnits="userSpaceOnUse"
id="Adobe_OpacityMaskFilter"><feColorMatrix
id="feColorMatrix4509"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
type="matrix" /></filter></defs><mask
id="SVGID_9_"
height="17.333"
width="17.333"
y="9.333"
x="1.333"
maskUnits="userSpaceOnUse"><g
style="filter:url(#Adobe_OpacityMaskFilter)"
id="g4516"><rect
style="opacity:0.5;fill:#010202"
id="rect4514"
height="17.333"
width="17.333"
clip-path="url(#SVGID_8_)"
y="9.3330002"
x="1.3329999" /></g></mask><g
id="g4563"
enable-background="new "
mask="url(#SVGID_9_)"
clip-path="url(#SVGID_8_)"><g
id="g4561"><defs
id="defs4520"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_10_" /></defs><clipPath
id="SVGID_11_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4522"
overflow="visible"
xlink:href="#SVGID_10_" /></clipPath><g
id="g4559"
clip-path="url(#SVGID_11_)"><defs
id="defs4526"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_12_" /></defs><clipPath
id="SVGID_13_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4528"
overflow="visible"
xlink:href="#SVGID_12_" /></clipPath><g
id="g4557"
clip-path="url(#SVGID_13_)"><defs
id="defs4532"><rect
height="16.392"
width="17.235001"
y="9.9420004"
x="1.38"
id="SVGID_14_" /></defs><clipPath
id="SVGID_15_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4534"
overflow="visible"
xlink:href="#SVGID_14_" /></clipPath><g
id="g4545"
clip-path="url(#SVGID_15_)"><defs
id="defs4538"><rect
height="14.667"
width="14.667"
y="10.667"
x="2.6670001"
id="SVGID_16_" /></defs><clipPath
id="SVGID_17_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4540"
overflow="visible"
xlink:href="#SVGID_16_" /></clipPath><polygon
style="fill:#ffffff"
id="polygon4543"
points="17.078,16.703 2.922,16.703 14.375,25.021 10,11.563 5.625,25.025 "
clip-path="url(#SVGID_17_)" /></g><g
id="g4555"
clip-path="url(#SVGID_15_)"><defs
id="defs4548"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_18_" /></defs><clipPath
id="SVGID_19_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4550"
overflow="visible"
xlink:href="#SVGID_18_" /></clipPath><polygon
style="fill:none;stroke:#ffffff;stroke-width:0.75;stroke-miterlimit:10"
id="polygon4553"
points="17.078,16.703 2.922,16.703 14.375,25.021 10,11.563 5.625,25.025 "
stroke-miterlimit="10"
clip-path="url(#SVGID_19_)" /></g></g></g></g></g></g><g
id="g4575"
clip-path="url(#SVGID_6_)"><defs
id="defs4568"><rect
height="16.000999"
width="14.667"
y="9.3330002"
x="2.6670001"
id="SVGID_20_" /></defs><clipPath
id="SVGID_21_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4570"
overflow="visible"
xlink:href="#SVGID_20_" /></clipPath><polygon
style="fill:#33669a;fill-opacity:1"
id="polygon4573"
points="17.078,15.693 2.922,15.693 14.375,24.01 10,10.552 5.625,24.016 "
clip-path="url(#SVGID_21_)" /></g><g
id="g4585"
clip-path="url(#SVGID_6_)"><defs
id="defs4578"><rect
height="17.334"
width="17.333"
y="8"
x="1.3329999"
id="SVGID_22_" /></defs><clipPath
id="SVGID_23_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4580"
overflow="visible"
xlink:href="#SVGID_22_" /></clipPath><polygon
style="fill:none;stroke:#33669a;stroke-width:0.75;stroke-miterlimit:10;stroke-opacity:1"
id="polygon4583"
points="17.078,15.693 2.922,15.693 14.375,24.01 10,10.552 5.625,24.016 "
stroke-miterlimit="10"
clip-path="url(#SVGID_23_)" /></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -1,262 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Ebene_1"
x="0px"
y="0px"
width="20px"
height="40px"
viewBox="0 0 20 40"
enable-background="new 0 0 20 40"
xml:space="preserve"
sodipodi:docname="star-large-low.svg"
inkscape:version="0.92.1 r15371"><metadata
id="metadata4598"><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="defs4596"><defs
id="defs4492"><rect
height="40"
width="20"
id="SVGID_3_" /></defs><clipPath
id="SVGID_4_"><use
id="use4494"
overflow="visible"
xlink:href="#SVGID_3_" /></clipPath></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1406"
id="namedview4594"
showgrid="false"
inkscape:zoom="20.912683"
inkscape:cx="9.8564433"
inkscape:cy="19.026616"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="g4587" /><g
id="g4591"><defs
id="defs4486"><rect
id="SVGID_1_"
width="20"
height="40" /></defs><clipPath
id="SVGID_2_"><use
xlink:href="#SVGID_1_"
overflow="visible"
id="use4488" /></clipPath><g
id="g4587"
clip-path="url(#SVGID_4_)"><defs
id="defs4498"><rect
y="0"
x="0"
height="40"
width="20"
id="SVGID_5_" /></defs><clipPath
id="SVGID_6_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4500"
overflow="visible"
xlink:href="#SVGID_5_" /></clipPath><g
id="g4565"
clip-path="url(#SVGID_6_)"><defs
id="defs4504"><rect
y="0"
x="0"
height="40"
width="20"
id="SVGID_7_" /></defs><clipPath
id="SVGID_8_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4506"
overflow="visible"
xlink:href="#SVGID_7_" /></clipPath><defs
id="defs4512"><filter
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
filterUnits="userSpaceOnUse"
id="Adobe_OpacityMaskFilter"><feColorMatrix
id="feColorMatrix4509"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
type="matrix" /></filter></defs><mask
id="SVGID_9_"
height="17.333"
width="17.333"
y="9.333"
x="1.333"
maskUnits="userSpaceOnUse"><g
style="filter:url(#Adobe_OpacityMaskFilter)"
id="g4516"><rect
style="opacity:0.5;fill:#010202"
id="rect4514"
height="17.333"
width="17.333"
clip-path="url(#SVGID_8_)"
y="9.3330002"
x="1.3329999" /></g></mask><g
id="g4563"
enable-background="new "
mask="url(#SVGID_9_)"
clip-path="url(#SVGID_8_)"><g
id="g4561"><defs
id="defs4520"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_10_" /></defs><clipPath
id="SVGID_11_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4522"
overflow="visible"
xlink:href="#SVGID_10_" /></clipPath><g
id="g4559"
clip-path="url(#SVGID_11_)"><defs
id="defs4526"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_12_" /></defs><clipPath
id="SVGID_13_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4528"
overflow="visible"
xlink:href="#SVGID_12_" /></clipPath><g
id="g4557"
clip-path="url(#SVGID_13_)"><defs
id="defs4532"><rect
height="16.392"
width="17.235001"
y="9.9420004"
x="1.38"
id="SVGID_14_" /></defs><clipPath
id="SVGID_15_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4534"
overflow="visible"
xlink:href="#SVGID_14_" /></clipPath><g
id="g4545"
clip-path="url(#SVGID_15_)"><defs
id="defs4538"><rect
height="14.667"
width="14.667"
y="10.667"
x="2.6670001"
id="SVGID_16_" /></defs><clipPath
id="SVGID_17_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4540"
overflow="visible"
xlink:href="#SVGID_16_" /></clipPath><polygon
style="fill:#ffffff"
id="polygon4543"
points="17.078,16.703 2.922,16.703 14.375,25.021 10,11.563 5.625,25.025 "
clip-path="url(#SVGID_17_)" /></g><g
id="g4555"
clip-path="url(#SVGID_15_)"><defs
id="defs4548"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_18_" /></defs><clipPath
id="SVGID_19_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4550"
overflow="visible"
xlink:href="#SVGID_18_" /></clipPath><polygon
style="fill:none;stroke:#ffffff;stroke-width:0.75;stroke-miterlimit:10"
id="polygon4553"
points="17.078,16.703 2.922,16.703 14.375,25.021 10,11.563 5.625,25.025 "
stroke-miterlimit="10"
clip-path="url(#SVGID_19_)" /></g></g></g></g></g></g><g
id="g4575"
clip-path="url(#SVGID_6_)"><defs
id="defs4568"><rect
height="16.000999"
width="14.667"
y="9.3330002"
x="2.6670001"
id="SVGID_20_" /></defs><clipPath
id="SVGID_21_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4570"
overflow="visible"
xlink:href="#SVGID_20_" /></clipPath><polygon
style="fill:#ffcc04;fill-opacity:1"
id="polygon4573"
points="17.078,15.693 2.922,15.693 14.375,24.01 10,10.552 5.625,24.016 "
clip-path="url(#SVGID_21_)" /></g><g
id="g4585"
clip-path="url(#SVGID_6_)"><defs
id="defs4578"><rect
height="17.334"
width="17.333"
y="8"
x="1.3329999"
id="SVGID_22_" /></defs><clipPath
id="SVGID_23_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4580"
overflow="visible"
xlink:href="#SVGID_22_" /></clipPath><polygon
style="fill:none;stroke:#ffcc04;stroke-width:0.75;stroke-miterlimit:10;stroke-opacity:1"
id="polygon4583"
points="17.078,15.693 2.922,15.693 14.375,24.01 10,10.552 5.625,24.016 "
stroke-miterlimit="10"
clip-path="url(#SVGID_23_)" /></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -1,262 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Ebene_1"
x="0px"
y="0px"
width="20px"
height="40px"
viewBox="0 0 20 40"
enable-background="new 0 0 20 40"
xml:space="preserve"
sodipodi:docname="star-large.svg"
inkscape:version="0.92.1 r15371"><metadata
id="metadata4598"><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="defs4596"><defs
id="defs4492"><rect
height="40"
width="20"
id="SVGID_3_" /></defs><clipPath
id="SVGID_4_"><use
id="use4494"
overflow="visible"
xlink:href="#SVGID_3_" /></clipPath></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1406"
id="namedview4594"
showgrid="false"
inkscape:zoom="20.912683"
inkscape:cx="9.8564433"
inkscape:cy="19.026616"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="g4587" /><g
id="g4591"><defs
id="defs4486"><rect
id="SVGID_1_"
width="20"
height="40" /></defs><clipPath
id="SVGID_2_"><use
xlink:href="#SVGID_1_"
overflow="visible"
id="use4488" /></clipPath><g
id="g4587"
clip-path="url(#SVGID_4_)"><defs
id="defs4498"><rect
y="0"
x="0"
height="40"
width="20"
id="SVGID_5_" /></defs><clipPath
id="SVGID_6_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4500"
overflow="visible"
xlink:href="#SVGID_5_" /></clipPath><g
id="g4565"
clip-path="url(#SVGID_6_)"><defs
id="defs4504"><rect
y="0"
x="0"
height="40"
width="20"
id="SVGID_7_" /></defs><clipPath
id="SVGID_8_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4506"
overflow="visible"
xlink:href="#SVGID_7_" /></clipPath><defs
id="defs4512"><filter
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
filterUnits="userSpaceOnUse"
id="Adobe_OpacityMaskFilter"><feColorMatrix
id="feColorMatrix4509"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
type="matrix" /></filter></defs><mask
id="SVGID_9_"
height="17.333"
width="17.333"
y="9.333"
x="1.333"
maskUnits="userSpaceOnUse"><g
style="filter:url(#Adobe_OpacityMaskFilter)"
id="g4516"><rect
style="opacity:0.5;fill:#010202"
id="rect4514"
height="17.333"
width="17.333"
clip-path="url(#SVGID_8_)"
y="9.3330002"
x="1.3329999" /></g></mask><g
id="g4563"
enable-background="new "
mask="url(#SVGID_9_)"
clip-path="url(#SVGID_8_)"><g
id="g4561"><defs
id="defs4520"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_10_" /></defs><clipPath
id="SVGID_11_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4522"
overflow="visible"
xlink:href="#SVGID_10_" /></clipPath><g
id="g4559"
clip-path="url(#SVGID_11_)"><defs
id="defs4526"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_12_" /></defs><clipPath
id="SVGID_13_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4528"
overflow="visible"
xlink:href="#SVGID_12_" /></clipPath><g
id="g4557"
clip-path="url(#SVGID_13_)"><defs
id="defs4532"><rect
height="16.392"
width="17.235001"
y="9.9420004"
x="1.38"
id="SVGID_14_" /></defs><clipPath
id="SVGID_15_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4534"
overflow="visible"
xlink:href="#SVGID_14_" /></clipPath><g
id="g4545"
clip-path="url(#SVGID_15_)"><defs
id="defs4538"><rect
height="14.667"
width="14.667"
y="10.667"
x="2.6670001"
id="SVGID_16_" /></defs><clipPath
id="SVGID_17_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4540"
overflow="visible"
xlink:href="#SVGID_16_" /></clipPath><polygon
style="fill:#ffffff"
id="polygon4543"
points="17.078,16.703 2.922,16.703 14.375,25.021 10,11.563 5.625,25.025 "
clip-path="url(#SVGID_17_)" /></g><g
id="g4555"
clip-path="url(#SVGID_15_)"><defs
id="defs4548"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_18_" /></defs><clipPath
id="SVGID_19_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4550"
overflow="visible"
xlink:href="#SVGID_18_" /></clipPath><polygon
style="fill:none;stroke:#ffffff;stroke-width:0.75;stroke-miterlimit:10"
id="polygon4553"
points="17.078,16.703 2.922,16.703 14.375,25.021 10,11.563 5.625,25.025 "
stroke-miterlimit="10"
clip-path="url(#SVGID_19_)" /></g></g></g></g></g></g><g
id="g4575"
clip-path="url(#SVGID_6_)"><defs
id="defs4568"><rect
height="16.000999"
width="14.667"
y="9.3330002"
x="2.6670001"
id="SVGID_20_" /></defs><clipPath
id="SVGID_21_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4570"
overflow="visible"
xlink:href="#SVGID_20_" /></clipPath><polygon
style="fill:#b0b0b0;fill-opacity:1"
id="polygon4573"
points="17.078,15.693 2.922,15.693 14.375,24.01 10,10.552 5.625,24.016 "
clip-path="url(#SVGID_21_)" /></g><g
id="g4585"
clip-path="url(#SVGID_6_)"><defs
id="defs4578"><rect
height="17.334"
width="17.333"
y="8"
x="1.3329999"
id="SVGID_22_" /></defs><clipPath
id="SVGID_23_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4580"
overflow="visible"
xlink:href="#SVGID_22_" /></clipPath><polygon
style="fill:none;stroke:#b0b0b0;stroke-width:0.75;stroke-miterlimit:10;stroke-opacity:1"
id="polygon4583"
points="17.078,15.693 2.922,15.693 14.375,24.01 10,10.552 5.625,24.016 "
stroke-miterlimit="10"
clip-path="url(#SVGID_23_)" /></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -1,262 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Ebene_1"
x="0px"
y="0px"
width="20px"
height="40px"
viewBox="0 0 20 40"
enable-background="new 0 0 20 40"
xml:space="preserve"
sodipodi:docname="star-large~hover.svg"
inkscape:version="0.92.1 r15371"><metadata
id="metadata4598"><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="defs4596"><defs
id="defs4492"><rect
height="40"
width="20"
id="SVGID_3_" /></defs><clipPath
id="SVGID_4_"><use
id="use4494"
overflow="visible"
xlink:href="#SVGID_3_" /></clipPath></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1406"
id="namedview4594"
showgrid="false"
inkscape:zoom="20.912683"
inkscape:cx="9.8564433"
inkscape:cy="19.026616"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="g4587" /><g
id="g4591"><defs
id="defs4486"><rect
id="SVGID_1_"
width="20"
height="40" /></defs><clipPath
id="SVGID_2_"><use
xlink:href="#SVGID_1_"
overflow="visible"
id="use4488" /></clipPath><g
id="g4587"
clip-path="url(#SVGID_4_)"><defs
id="defs4498"><rect
y="0"
x="0"
height="40"
width="20"
id="SVGID_5_" /></defs><clipPath
id="SVGID_6_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4500"
overflow="visible"
xlink:href="#SVGID_5_" /></clipPath><g
id="g4565"
clip-path="url(#SVGID_6_)"><defs
id="defs4504"><rect
y="0"
x="0"
height="40"
width="20"
id="SVGID_7_" /></defs><clipPath
id="SVGID_8_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4506"
overflow="visible"
xlink:href="#SVGID_7_" /></clipPath><defs
id="defs4512"><filter
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
filterUnits="userSpaceOnUse"
id="Adobe_OpacityMaskFilter"><feColorMatrix
id="feColorMatrix4509"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"
type="matrix" /></filter></defs><mask
id="SVGID_9_"
height="17.333"
width="17.333"
y="9.333"
x="1.333"
maskUnits="userSpaceOnUse"><g
style="filter:url(#Adobe_OpacityMaskFilter)"
id="g4516"><rect
style="opacity:0.5;fill:#010202"
id="rect4514"
height="17.333"
width="17.333"
clip-path="url(#SVGID_8_)"
y="9.3330002"
x="1.3329999" /></g></mask><g
id="g4563"
enable-background="new "
mask="url(#SVGID_9_)"
clip-path="url(#SVGID_8_)"><g
id="g4561"><defs
id="defs4520"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_10_" /></defs><clipPath
id="SVGID_11_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4522"
overflow="visible"
xlink:href="#SVGID_10_" /></clipPath><g
id="g4559"
clip-path="url(#SVGID_11_)"><defs
id="defs4526"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_12_" /></defs><clipPath
id="SVGID_13_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4528"
overflow="visible"
xlink:href="#SVGID_12_" /></clipPath><g
id="g4557"
clip-path="url(#SVGID_13_)"><defs
id="defs4532"><rect
height="16.392"
width="17.235001"
y="9.9420004"
x="1.38"
id="SVGID_14_" /></defs><clipPath
id="SVGID_15_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4534"
overflow="visible"
xlink:href="#SVGID_14_" /></clipPath><g
id="g4545"
clip-path="url(#SVGID_15_)"><defs
id="defs4538"><rect
height="14.667"
width="14.667"
y="10.667"
x="2.6670001"
id="SVGID_16_" /></defs><clipPath
id="SVGID_17_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4540"
overflow="visible"
xlink:href="#SVGID_16_" /></clipPath><polygon
style="fill:#ffffff"
id="polygon4543"
points="17.078,16.703 2.922,16.703 14.375,25.021 10,11.563 5.625,25.025 "
clip-path="url(#SVGID_17_)" /></g><g
id="g4555"
clip-path="url(#SVGID_15_)"><defs
id="defs4548"><rect
height="17.333"
width="17.333"
y="9.3330002"
x="1.3329999"
id="SVGID_18_" /></defs><clipPath
id="SVGID_19_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4550"
overflow="visible"
xlink:href="#SVGID_18_" /></clipPath><polygon
style="fill:none;stroke:#ffffff;stroke-width:0.75;stroke-miterlimit:10"
id="polygon4553"
points="17.078,16.703 2.922,16.703 14.375,25.021 10,11.563 5.625,25.025 "
stroke-miterlimit="10"
clip-path="url(#SVGID_19_)" /></g></g></g></g></g></g><g
id="g4575"
clip-path="url(#SVGID_6_)"><defs
id="defs4568"><rect
height="16.000999"
width="14.667"
y="9.3330002"
x="2.6670001"
id="SVGID_20_" /></defs><clipPath
id="SVGID_21_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4570"
overflow="visible"
xlink:href="#SVGID_20_" /></clipPath><polygon
style="fill:#737272;fill-opacity:1"
id="polygon4573"
points="17.078,15.693 2.922,15.693 14.375,24.01 10,10.552 5.625,24.016 "
clip-path="url(#SVGID_21_)" /></g><g
id="g4585"
clip-path="url(#SVGID_6_)"><defs
id="defs4578"><rect
height="17.334"
width="17.333"
y="8"
x="1.3329999"
id="SVGID_22_" /></defs><clipPath
id="SVGID_23_"><use
height="100%"
width="100%"
y="0"
x="0"
style="overflow:visible"
id="use4580"
overflow="visible"
xlink:href="#SVGID_22_" /></clipPath><polygon
style="fill:none;stroke:#737272;stroke-width:0.75;stroke-miterlimit:10;stroke-opacity:1"
id="polygon4583"
points="17.078,15.693 2.922,15.693 14.375,24.01 10,10.552 5.625,24.016 "
stroke-miterlimit="10"
clip-path="url(#SVGID_23_)" /></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="2.667" y="2.667" width="14.667" height="14.667"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_2_)" fill="#CE3433" points="10,3.266 5.63,16.734 17.078,8.412 2.922,8.412 14.375,16.729 "/>
</g>
<g>
<defs>
<rect id="SVGID_3_" x="1.333" y="1.333" width="17.333" height="17.333"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="none" stroke="#CE3433" stroke-width="0.75" stroke-miterlimit="10" points="10,3.266
5.63,16.734 17.078,8.412 2.922,8.412 14.375,16.729 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="2.667" y="2.667" width="14.667" height="14.667"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_2_)" fill="#34679B" points="10,3.266 5.63,16.734 17.078,8.412 2.922,8.412 14.375,16.729 "/>
</g>
<g>
<defs>
<rect id="SVGID_3_" x="1.333" y="1.333" width="17.333" height="17.333"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="none" stroke="#34679B" stroke-width="0.75" stroke-miterlimit="10" points="10,3.266
5.63,16.734 17.078,8.412 2.922,8.412 14.375,16.729 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="2.667" y="2.667" width="14.667" height="14.667"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_2_)" fill="#FFCC0C" points="10,3.266 5.63,16.734 17.078,8.412 2.922,8.412 14.375,16.729 "/>
</g>
<g>
<defs>
<rect id="SVGID_3_" x="1.333" y="1.333" width="17.333" height="17.333"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="none" stroke="#FFCC0C" stroke-width="0.75" stroke-miterlimit="10" points="10,3.266
5.63,16.734 17.078,8.412 2.922,8.412 14.375,16.729 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" x="2.668" y="2.671" width="14.664" height="14.663"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_2_)" fill="#9A9999" points="10,3.27 5.631,16.735 17.076,8.415 2.923,8.415 14.373,16.729 "/>
</g>
<g>
<defs>
<rect id="SVGID_3_" x="1.335" y="1.338" width="17.329" height="17.328"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="none" stroke="#9A9999" stroke-width="0.75" stroke-miterlimit="10" points="10,3.27
5.631,16.735 17.076,8.415 2.923,8.415 14.373,16.729 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<polygon fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" points="9.998,4.64 6.385,15.769 15.85,8.889 4.149,8.889
13.615,15.766 "/>
<polygon fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" points="9.999,3.807 6.386,14.934 15.85,8.056 4.149,8.056
13.615,14.933 "/>
</svg>

Before

Width:  |  Height:  |  Size: 752 B

View file

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="40px" viewBox="0 0 20 40" enable-background="new 0 0 20 40" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" y="0" width="20" height="40"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="2.667" y="13.334" width="14.667" height="2.667"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="3.641" y="14.146" clip-path="url(#SVGID_4_)" fill="#8F8F8F" width="12.696" height="1.626"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="2.667" y="13.334" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<rect x="3.641" y="14.146" clip-path="url(#SVGID_6_)" fill="none" stroke="#8F8F8F" stroke-width="0.75" stroke-miterlimit="10" width="12.696" height="1.626"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" x="6.667" y="17.334" width="10.667" height="2.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<rect x="7.838" y="18.188" clip-path="url(#SVGID_8_)" fill="#D7D8D8" width="8.5" height="1.625"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_9_" x="6.667" y="17.334" width="10.667" height="4"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<rect x="7.838" y="18.188" clip-path="url(#SVGID_10_)" fill="none" stroke="#D7D8D8" stroke-width="0.75" stroke-miterlimit="10" width="8.5" height="1.625"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_11_" x="12" y="21.334" width="5.333" height="2.666"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="12.141" y="22.23" clip-path="url(#SVGID_12_)" fill="#D7D8D8" width="4.196" height="1.625"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_13_" x="10.667" y="21.334" width="6.666" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="12.141" y="22.23" clip-path="url(#SVGID_14_)" fill="none" stroke="#D7D8D8" stroke-width="0.75" stroke-miterlimit="10" width="4.196" height="1.625"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="40px" viewBox="0 0 20 40" enable-background="new 0 0 20 40" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="40"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="2.667" y="13.333" width="14.667" height="2.667"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="3.641" y="14.145" clip-path="url(#SVGID_4_)" fill="#8F8F8F" width="12.696" height="1.626"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" x="2.667" y="13.333" width="14.667" height="4"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<rect x="3.641" y="14.145" clip-path="url(#SVGID_6_)" fill="none" stroke="#8F8F8F" stroke-width="0.75" stroke-miterlimit="10" width="12.696" height="1.626"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_7_" x="6.667" y="17.333" width="10.667" height="2.667"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<rect x="7.838" y="18.188" clip-path="url(#SVGID_8_)" fill="#8F8F8F" width="8.5" height="1.625"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_9_" x="6.667" y="17.333" width="10.667" height="4"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<rect x="7.838" y="18.188" clip-path="url(#SVGID_10_)" fill="none" stroke="#8F8F8F" stroke-width="0.75" stroke-miterlimit="10" width="8.5" height="1.625"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_11_" x="12" y="21.333" width="5.333" height="2.667"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="12.141" y="22.229" clip-path="url(#SVGID_12_)" fill="#8F8F8F" width="4.196" height="1.625"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_13_" x="10.667" y="21.333" width="6.666" height="4"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="12.141" y="22.229" clip-path="url(#SVGID_14_)" fill="none" stroke="#8F8F8F" stroke-width="0.75" stroke-miterlimit="10" width="4.196" height="1.625"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<rect x="3.633" y="5.956" fill="#878787" stroke="#878787" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.633" y="9.998" fill="#878787" stroke="#878787" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.65" y="14.04" fill="#878787" stroke="#878787" stroke-miterlimit="10" width="12.701" height="1.625"/>
<rect x="3.642" y="5.145" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.642" y="9.187" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.659" y="13.229" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.701" height="1.625"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<rect x="3.633" y="5.957" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.633" y="9.999" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.65" y="14.04" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.642" y="5.145" fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.642" y="9.187" fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" width="12.7" height="1.625"/>
<rect x="3.659" y="13.229" fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" width="12.701" height="1.625"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,122 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="4" y="1.333" width="5.334" height="5.333"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_4_)" fill="#747272" points="4.172,5.437 6.516,1.953 8.864,5.437 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_5_" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_8_)">
<defs>
<rect id="SVGID_9_" x="2.667" y="0" width="8" height="6.667"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_10_)" fill="none" stroke="#737373" stroke-width="0.75" stroke-miterlimit="10" points="
4.172,5.437 6.516,1.953 8.864,5.437 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_11_" x="5.333" y="5.333" width="2.667" height="9.333"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="5.552" y="5.437" clip-path="url(#SVGID_12_)" fill="#747272" width="1.932" height="8"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_13_" x="4" y="4" width="4" height="10.667"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<rect x="5.552" y="5.437" clip-path="url(#SVGID_14_)" fill="none" stroke="#737373" stroke-width="0.75" stroke-miterlimit="10" width="1.932" height="8"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_15_" x="10.666" y="13.332" width="5.334" height="5.334"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_16_)" fill="#747272" points="15.828,14.563 13.484,18.047 11.135,14.563 "/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_17_" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_18_)">
<defs>
<rect id="SVGID_19_" y="0" width="20" height="20"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_20_)">
<defs>
<rect id="SVGID_21_" x="9.334" y="13.332" width="7.999" height="6.668"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<polygon clip-path="url(#SVGID_22_)" fill="none" stroke="#737373" stroke-width="0.75" stroke-miterlimit="10" points="
15.828,14.563 13.484,18.047 11.135,14.563 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_23_" x="12" y="5.333" width="2.667" height="9.333"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="12.516" y="6.562" clip-path="url(#SVGID_24_)" fill="#747272" width="1.932" height="8"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_25_" x="12" y="5.333" width="4" height="10.667"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<rect x="12.516" y="6.562" clip-path="url(#SVGID_26_)" fill="none" stroke="#737373" stroke-width="0.75" stroke-miterlimit="10" width="1.932" height="8"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -1,78 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<g>
<defs>
<rect id="SVGID_1_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<defs>
<rect id="SVGID_5_" width="20" height="20"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="4" y="5.333" width="12" height="13.333"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<polyline clip-path="url(#SVGID_8_)" fill="none" stroke="#747272" stroke-width="1.125" stroke-miterlimit="10" points="
5.016,5.604 5.766,17.422 14.234,17.422 14.984,5.604 "/>
</g>
</g>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_9_" x="2.667" y="4" width="14.667" height="2.667"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<rect x="3.521" y="4.03" clip-path="url(#SVGID_10_)" fill="#747272" width="12.955" height="1.938"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_11_" x="8" y="1.333" width="4" height="4"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="8.188" y="2.579" clip-path="url(#SVGID_12_)" fill="#747272" width="3.627" height="1.64"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_13_" x="6.667" y="6.667" width="2.667" height="9.333"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<line clip-path="url(#SVGID_14_)" fill="none" stroke="#747272" stroke-width="0.75" stroke-miterlimit="10" x1="8.063" y1="6.995" x2="8.313" y2="15.197"/>
</g>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_15_" x="10.666" y="6.667" width="2.667" height="9.333"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<line clip-path="url(#SVGID_16_)" fill="none" stroke="#747272" stroke-width="0.75" stroke-miterlimit="10" x1="11.938" y1="6.995" x2="11.688" y2="15.197"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<path fill="none" stroke="#B0B0B0" stroke-width="2.5" stroke-miterlimit="10" d="M15.619,14.347
c-1.673,2.224-4.579,3.341-7.441,2.602c-3.79-0.98-6.066-4.846-5.085-8.636c0.979-3.789,4.845-6.066,8.634-5.086
c1.855,0.479,3.349,1.651,4.274,3.168"/>
<polygon fill="#B0B0B0" stroke="#B0B0B0" stroke-miterlimit="10" points="17.434,3.447 12.623,6.281 17.482,9.028 "/>
</svg>

Before

Width:  |  Height:  |  Size: 832 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16"><path d="M9.02 13.98h-2v-5h-5v-2h5v-5h2v5l5-.028V8.98h-5z"/></svg>
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M9.02 13.98h-2v-5h-5v-2h5v-5h2v5l5-.028V8.98h-5z"/></svg>

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 150 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"><circle stroke-width="2" stroke="#000" cy="8" cx="8" r="6" fill="none"/></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="6" fill="none" stroke="#000" stroke-width="2"/></svg>

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"><path d="m8.7428 12.5h-1.9141l-0.76109-2.0444h-3.4819l-0.7196 2.044h-1.8661l3.3939-9h1.8604l3.4885 9zm-3.2392-3.5611-1.2003-3.3393-1.1775 3.3393h2.3778z"/><path d="m8.9212 12.5v-1.6387l4.5763-5.8387h-4.0597v-1.5226h6.3772v1.4123l-4.7719 6.071h4.9569v1.5167h-7.0788z"/></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m8.7428 12.5h-1.9141l-0.76109-2.0444h-3.4819l-0.7196 2.044h-1.8661l3.3939-9h1.8604l3.4885 9zm-3.2392-3.5611-1.2003-3.3393-1.1775 3.3393h2.3778z"/><path d="m8.9212 12.5v-1.6387l4.5763-5.8387h-4.0597v-1.5226h6.3772v1.4123l-4.7719 6.071h4.9569v1.5167h-7.0788z"/></svg>

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 372 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path fill="#4574A9" d="m4 1c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm8 0c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm-6.5 2v1c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-0.9375c-0.8841 0.227-1.5017 1.0247-1.5 1.9375v8c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-8c0.0017-0.9128-0.61588-1.7105-1.5-1.9375v0.9375c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-1zm-2.453 4h9.906c0.02644-0.0012 0.0482 0.02056 0.047 0.047v5.906c0.0012 0.02644-0.02056 0.0482-0.047 0.047h-9.906c-0.02644 0.0012-0.048204-0.02056-0.047-0.047v-5.906c-0.0012-0.02644 0.02056-0.048205 0.047-0.047z"/></svg>
<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m4 1c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm8 0c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm-6.5 2v1c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-0.9375c-0.8841 0.227-1.5017 1.0247-1.5 1.9375v8c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-8c0.0017-0.9128-0.61588-1.7105-1.5-1.9375v0.9375c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-1zm-2.453 4h9.906c0.02644-0.0012 0.0482 0.02056 0.047 0.047v5.906c0.0012 0.02644-0.02056 0.0482-0.047 0.047h-9.906c-0.02644 0.0012-0.048204-0.02056-0.047-0.047v-5.906c-0.0012-0.02644 0.02056-0.048205 0.047-0.047z" fill="#4574A9"/></svg>

Before

Width:  |  Height:  |  Size: 752 B

After

Width:  |  Height:  |  Size: 752 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path fill="#CE3433" d="m4 1c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm8 0c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm-6.5 2v1c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-0.9375c-0.8841 0.227-1.5017 1.0247-1.5 1.9375v8c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-8c0.0017-0.9128-0.61588-1.7105-1.5-1.9375v0.9375c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-1zm-2.453 4h9.906c0.02644-0.0012 0.0482 0.02056 0.047 0.047v5.906c0.0012 0.02644-0.02056 0.0482-0.047 0.047h-9.906c-0.02644 0.0012-0.048204-0.02056-0.047-0.047v-5.906c-0.0012-0.02644 0.02056-0.048205 0.047-0.047z"/></svg>
<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m4 1c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm8 0c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm-6.5 2v1c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-0.9375c-0.8841 0.227-1.5017 1.0247-1.5 1.9375v8c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-8c0.0017-0.9128-0.61588-1.7105-1.5-1.9375v0.9375c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-1zm-2.453 4h9.906c0.02644-0.0012 0.0482 0.02056 0.047 0.047v5.906c0.0012 0.02644-0.02056 0.0482-0.047 0.047h-9.906c-0.02644 0.0012-0.048204-0.02056-0.047-0.047v-5.906c-0.0012-0.02644 0.02056-0.048205 0.047-0.047z" fill="#CE3433"/></svg>

Before

Width:  |  Height:  |  Size: 752 B

After

Width:  |  Height:  |  Size: 752 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="m4 1c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm8 0c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm-6.5 2v1c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-0.9375c-0.8841 0.227-1.5017 1.0247-1.5 1.9375v8c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-8c0.0017-0.9128-0.61588-1.7105-1.5-1.9375v0.9375c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-1zm-2.453 4h9.906c0.02644-0.0012 0.0482 0.02056 0.047 0.047v5.906c0.0012 0.02644-0.02056 0.0482-0.047 0.047h-9.906c-0.02644 0.0012-0.048204-0.02056-0.047-0.047v-5.906c-0.0012-0.02644 0.02056-0.048205 0.047-0.047z"/></svg>
<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m4 1c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm8 0c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1s1-0.446 1-1v-2c0-0.554-0.446-1-1-1zm-6.5 2v1c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-0.9375c-0.8841 0.227-1.5017 1.0247-1.5 1.9375v8c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-8c0.0017-0.9128-0.61588-1.7105-1.5-1.9375v0.9375c0 0.831-0.669 1.5-1.5 1.5s-1.5-0.669-1.5-1.5v-1zm-2.453 4h9.906c0.02644-0.0012 0.0482 0.02056 0.047 0.047v5.906c0.0012 0.02644-0.02056 0.0482-0.047 0.047h-9.906c-0.02644 0.0012-0.048204-0.02056-0.047-0.047v-5.906c-0.0012-0.02644 0.02056-0.048205 0.047-0.047z"/></svg>

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 737 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16" width="16" version="1.1"><path d="m7.1754 13.693c2.5618-5.7886 5.8526-9.6003 7.3076-11.335 1.183-1.401 0.719-1.177 0.199-0.8234-2.137 1.4563-6.1287 6.1399-7.6559 7.7638-0.2793 0.299-0.9223 1.0036-1.067 1.0036-0.1596 0-0.7052-0.263-1.0197-0.4552-1.1895-0.7316-2.3298-1.4514-3.0451-1.7203-1.5226-0.5738-1.0921-0.0263-1.0048 0.1568 0.2709 0.5679 3.9479 3.6637 5.1652 5.1237 0.66413 0.7746 0.72507 1.2925 1.1207 0.286z" stroke="#71b73d" stroke-miterlimit="10" stroke-width="0.535" fill="#71b73d"/></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m7.1754 13.693c2.5618-5.7886 5.8526-9.6003 7.3076-11.335 1.183-1.401 0.719-1.177 0.199-0.8234-2.137 1.4563-6.1287 6.1399-7.6559 7.7638-0.2793 0.299-0.9223 1.0036-1.067 1.0036-0.1596 0-0.7052-0.263-1.0197-0.4552-1.1895-0.7316-2.3298-1.4514-3.0451-1.7203-1.5226-0.5738-1.0921-0.0263-1.0048 0.1568 0.2709 0.5679 3.9479 3.6637 5.1652 5.1237 0.66413 0.7746 0.72507 1.2925 1.1207 0.286z" fill="#71b73d" stroke="#71b73d" stroke-miterlimit="10" stroke-width=".535"/></svg>

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 571 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16" width="16" version="1.1"><path d="m7.1754 13.693c2.5618-5.7886 5.8526-9.6003 7.3076-11.335 1.183-1.401 0.719-1.177 0.199-0.8234-2.137 1.4563-6.1287 6.1399-7.6559 7.7638-0.2793 0.299-0.9223 1.0036-1.067 1.0036-0.1596 0-0.7052-0.263-1.0197-0.4552-1.1895-0.7316-2.3298-1.4514-3.0451-1.7203-1.5226-0.5738-1.0921-0.0263-1.0048 0.1568 0.2709 0.5679 3.9479 3.6637 5.1652 5.1237 0.66413 0.7746 0.72507 1.2925 1.1207 0.286z" stroke="#000" stroke-miterlimit="10" stroke-width="0.535"/></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m7.1754 13.693c2.5618-5.7886 5.8526-9.6003 7.3076-11.335 1.183-1.401 0.719-1.177 0.199-0.8234-2.137 1.4563-6.1287 6.1399-7.6559 7.7638-0.2793 0.299-0.9223 1.0036-1.067 1.0036-0.1596 0-0.7052-0.263-1.0197-0.4552-1.1895-0.7316-2.3298-1.4514-3.0451-1.7203-1.5226-0.5738-1.0921-0.0263-1.0048 0.1568 0.2709 0.5679 3.9479 3.6637 5.1652 5.1237 0.66413 0.7746 0.72507 1.2925 1.1207 0.286z" stroke="#000" stroke-miterlimit="10" stroke-width=".535"/></svg>

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 553 B

View file

@ -1 +1 @@
<svg width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" version="1.1" height="16"><g stroke="#4574A9" stroke-width="1.5" fill="none"><circle cy="8" cx="8" r="5"/><path d="m5.1005 12.027-1.5 2.5981"/><path d="m10.9 12.027 1.5 2.5981"/><path d="m4.9731 1.6495-2.5981 1.5"/><path d="m11.027 1.6495 2.5981 1.5"/><path d="m8 5v3h2"/></g></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#4574A9" stroke-width="1.5"><circle cx="8" cy="8" r="5"/><path d="m5.1005 12.027-1.5 2.5981"/><path d="m10.9 12.027 1.5 2.5981"/><path d="m4.9731 1.6495-2.5981 1.5"/><path d="m11.027 1.6495 2.5981 1.5"/><path d="m8 5v3h2"/></g></svg>

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B

View file

@ -1 +1 @@
<svg width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" version="1.1" height="16"><g stroke="#CE3433" stroke-width="1.5" fill="none"><circle cy="8" cx="8" r="5"/><path d="m5.1005 12.027-1.5 2.5981"/><path d="m10.9 12.027 1.5 2.5981"/><path d="m4.9731 1.6495-2.5981 1.5"/><path d="m11.027 1.6495 2.5981 1.5"/><path d="m8 5v3h2"/></g></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#CE3433" stroke-width="1.5"><circle cx="8" cy="8" r="5"/><path d="m5.1005 12.027-1.5 2.5981"/><path d="m10.9 12.027 1.5 2.5981"/><path d="m4.9731 1.6495-2.5981 1.5"/><path d="m11.027 1.6495 2.5981 1.5"/><path d="m8 5v3h2"/></g></svg>

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B

View file

@ -1 +1 @@
<svg width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" version="1.1" height="16"><g stroke="#000" stroke-width="1.5" fill="none"><circle cy="8" cx="8" r="5"/><path d="m5.1005 12.027-1.5 2.5981"/><path d="m10.9 12.027 1.5 2.5981"/><path d="m4.9731 1.6495-2.5981 1.5"/><path d="m11.027 1.6495 2.5981 1.5"/><path d="m8 5v3h2"/></g></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#000" stroke-width="1.5"><circle cx="8" cy="8" r="5"/><path d="m5.1005 12.027-1.5 2.5981"/><path d="m10.9 12.027 1.5 2.5981"/><path d="m4.9731 1.6495-2.5981 1.5"/><path d="m11.027 1.6495 2.5981 1.5"/><path d="m8 5v3h2"/></g></svg>

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 351 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m12.95 11.536l-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/></svg>
<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m12.95 11.536-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/></svg>

Before

Width:  |  Height:  |  Size: 263 B

After

Width:  |  Height:  |  Size: 262 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" version="1.1" height="16"><path d="m1 8h4l1.5-4.0935 3 8.1875 1.5-4.094h4" stroke="#000" stroke-miterlimit="10" stroke-width="2" fill="none"/></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m1 8h4l1.5-4.0935 3 8.1875 1.5-4.094h4" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/></svg>

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 220 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"><g stroke-linejoin="round" stroke="#000" stroke-linecap="round" stroke-width="1.5" fill="none"><path d="m8.7576 14.243 6.4924-6.243-6.4924-6.2427"/><path d="m0.76074 8h14.479"/></g></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m8.7576 14.243 6.4924-6.243-6.4924-6.2427"/><path d="m0.76074 8h14.479"/></g></svg>

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 285 B

View file

@ -0,0 +1,20 @@
#!/usr/bin/env bash
function recursive_optimize_images() {
cd $1;
optipng -o6 -strip all *.png;
jpegoptim --strip-all *.jpg;
for svg in `ls *.svg`;
do
mv $svg $svg.opttmp;
scour -i $svg.opttmp -o $svg --create-groups --enable-id-stripping --enable-comment-stripping --shorten-ids --remove-metadata --strip-xml-prolog --no-line-breaks;
done;
rm *.opttmp
for dir in `ls -d */`;
do
recursive_optimize_images $dir;
cd ..;
done;
}
recursive_optimize_images ../

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"><g stroke-linejoin="round" stroke="#000" stroke-width="1.5" fill="none"><rect y="1.75" width="9.5" height="9.5" x="4.75"/><polyline points="3.5 4.75 1.75 4.75 1.75 7"/><polyline points="1.75 12 1.75 14.25 4 14.25"/><polyline points="9 14.25 11.25 14.25 11.25 13"/><line y1="8" x2="1.75" x1="1.75" y2="11"/><line y1="14.25" x2="8" x1="5" y2="14.25"/></g></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1.5"><rect x="4.75" y="1.75" width="9.5" height="9.5"/><polyline points="3.5 4.75 1.75 4.75 1.75 7"/><polyline points="1.75 12 1.75 14.25 4 14.25"/><polyline points="9 14.25 11.25 14.25 11.25 13"/><line x1="1.75" x2="1.75" y1="8" y2="11"/><line x1="5" x2="8" y1="14.25" y2="14.25"/></g></svg>

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 457 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" height="16" width="16"><path d="M2 2v2h12V2zm0 5v2h12V7zm0 5v2h12v-2z"/></svg>
<svg width="16" height="16" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M2 2v2h12V2zm0 5v2h12V7zm0 5v2h12v-2z"/></svg>

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1"><path style="block-progression:tb;text-transform:none;text-indent:0" d="M2.35 1.002A.45.45 0 0 0 2 1.44V14.56c0 .232.206.44.432.44H13.57a.452.452 0 0 0 .432-.438V4.42a.458.458 0 0 0-.055-.192l-3.312-3.2a.427.427 0 0 0-.135-.026H2.43a.424.424 0 0 0-.08 0zM4 3h6v1H4V3zm0 3h5v1H4V6zm0 3h8v1H4V9zm0 3h4v1H4v-1z" color="#000"/></svg>
<svg width="16" height="16" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M2.35 1.002A.45.45 0 0 0 2 1.44V14.56c0 .232.206.44.432.44H13.57a.452.452 0 0 0 .432-.438V4.42a.458.458 0 0 0-.055-.192l-3.312-3.2a.427.427 0 0 0-.135-.026H2.43a.424.424 0 0 0-.08 0zM4 3h6v1H4V3zm0 3h5v1H4V6zm0 3h8v1H4V9zm0 3h4v1H4v-1z" style="block-progression:tb;text-indent:0;text-transform:none"/></svg>

Before

Width:  |  Height:  |  Size: 404 B

After

Width:  |  Height:  |  Size: 392 B

View file

@ -0,0 +1 @@
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#4574a9" stroke-linecap="round" stroke-width="1.5"><circle cx="4" cy="4" r="2.25" fill="none"/><path d="m11.603 1.7597-7.206 12.481"/><circle cx="12" cy="12" r="2.25"/></g></svg>

After

Width:  |  Height:  |  Size: 299 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16" width="16" version="1.1"><g stroke-width="1.5" stroke="#000" stroke-linecap="round" fill="none"><circle cy="4" cx="4" r="2.25"/><path d="m11.603 1.7597-7.206 12.481"/><circle cx="12" cy="12" r="2.25"/></g></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="1.5"><circle cx="4" cy="4" r="2.25"/><path d="m11.603 1.7597-7.206 12.481"/><circle cx="12" cy="12" r="2.25"/></g></svg>

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 284 B

View file

@ -1 +1 @@
<svg width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" version="1.1" height="16"><path d="m15 4-3 3v-6z"/><path d="m15 12-3 3v-6z"/><path d="m1 3v2c1.8999 0 2.7807 0.4248 3.3418 0.9688 0.1998 0.1937 0.3592 0.433 0.5078 0.6914 0.2256-0.6267 0.5193-1.3219 1.002-2.002-0.0402-0.0419-0.0749-0.0859-0.1172-0.127-0.9861-0.956-2.5111-1.5312-4.7344-1.5312zm7.1504 6.3398c-0.2256 0.6267-0.5193 1.3222-1.002 2.0022 0.0402 0.042 0.0749 0.086 0.1172 0.127 0.9861 0.956 2.5111 1.531 4.7344 1.531v-2c-1.9 0-2.7807-0.425-3.3418-0.969-0.1998-0.1935-0.3592-0.4328-0.5078-0.6912z"/><path stroke="#000" stroke-width="2" d="m1 12c8.2464 0 2.7536-8 11-8" fill="none"/></svg>
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m15 4-3 3v-6z"/><path d="m15 12-3 3v-6z"/><path d="m1 3v2c1.8999 0 2.7807 0.4248 3.3418 0.9688 0.1998 0.1937 0.3592 0.433 0.5078 0.6914 0.2256-0.6267 0.5193-1.3219 1.002-2.002-0.0402-0.0419-0.0749-0.0859-0.1172-0.127-0.9861-0.956-2.5111-1.5312-4.7344-1.5312zm7.1504 6.3398c-0.2256 0.6267-0.5193 1.3222-1.002 2.0022 0.0402 0.042 0.0749 0.086 0.1172 0.127 0.9861 0.956 2.5111 1.531 4.7344 1.531v-2c-1.9 0-2.7807-0.425-3.3418-0.969-0.1998-0.1935-0.3592-0.4328-0.5078-0.6912z"/><path d="m1 12c8.2464 0 2.7536-8 11-8" fill="none" stroke="#000" stroke-width="2"/></svg>

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 670 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16"><path d="M6.938 0A.43.43 0 0 0 6.5.438v1.25a5.818 5.818 0 0 0-1.53.656l-.907-.906a.436.436 0 0 0-.625 0l-1.5 1.5a.436.436 0 0 0 0 .624l.906.907c-.285.48-.514.976-.656 1.53H.938a.43.43 0 0 0-.438.438v2.125C.5 8.81.69 9 .938 9h1.25a5.82 5.82 0 0 0 .656 1.53l-.907.908a.436.436 0 0 0 0 .625l1.5 1.5c.176.176.45.176.625 0l.907-.907c.48.285.976.514 1.53.656v1.25c0 .25.19.438.437.438h2.125a.43.43 0 0 0 .438-.438v-1.25a5.82 5.82 0 0 0 1.53-.657l.907.907c.176.175.45.175.625 0l1.5-1.5a.436.436 0 0 0 0-.625l-.906-.906A5.79 5.79 0 0 0 13.812 9h1.25a.43.43 0 0 0 .438-.438V6.437A.43.43 0 0 0 15.062 6h-1.25a5.79 5.79 0 0 0-.656-1.532l.906-.906a.436.436 0 0 0 0-.625l-1.5-1.5a.436.436 0 0 0-.625 0l-.906.906a5.816 5.816 0 0 0-1.53-.656V.437A.43.43 0 0 0 9.063 0zM8 4.157a3.344 3.344 0 0 1 0 6.686 3.344 3.344 0 0 1 0-6.686z"/></svg>
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.938 0A.43.43 0 0 0 6.5.438v1.25a5.818 5.818 0 0 0-1.53.656l-.907-.906a.436.436 0 0 0-.625 0l-1.5 1.5a.436.436 0 0 0 0 .624l.906.907c-.285.48-.514.976-.656 1.53H.938a.43.43 0 0 0-.438.438v2.125C.5 8.81.69 9 .938 9h1.25a5.82 5.82 0 0 0 .656 1.53l-.907.908a.436.436 0 0 0 0 .625l1.5 1.5c.176.176.45.176.625 0l.907-.907c.48.285.976.514 1.53.656v1.25c0 .25.19.438.437.438h2.125a.43.43 0 0 0 .438-.438v-1.25a5.82 5.82 0 0 0 1.53-.657l.907.907c.176.175.45.175.625 0l1.5-1.5a.436.436 0 0 0 0-.625l-.906-.906A5.79 5.79 0 0 0 13.812 9h1.25a.43.43 0 0 0 .438-.438V6.437A.43.43 0 0 0 15.062 6h-1.25a5.79 5.79 0 0 0-.656-1.532l.906-.906a.436.436 0 0 0 0-.625l-1.5-1.5a.436.436 0 0 0-.625 0l-.906.906a5.816 5.816 0 0 0-1.53-.656V.437A.43.43 0 0 0 9.063 0zM8 4.157a3.344 3.344 0 0 1 0 6.686 3.344 3.344 0 0 1 0-6.686z"/></svg>

Before

Width:  |  Height:  |  Size: 907 B

After

Width:  |  Height:  |  Size: 907 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path style="block-progression:tb;text-transform:none;text-indent:0" d="M4 6l4 4 4-3.994z" color="#000"/></svg>
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="m4 6 4 4 4-3.994z" style="block-progression:tb;text-indent:0;text-transform:none"/></svg>

Before

Width:  |  Height:  |  Size: 174 B

After

Width:  |  Height:  |  Size: 162 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path style="block-progression:tb;text-transform:none;text-indent:0" d="M12 10L8 6 4 9.994z" color="#000"/></svg>
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="m12 10-4-4-4 3.994z" style="block-progression:tb;text-indent:0;text-transform:none"/></svg>

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 164 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16" width="16" version="1.1"><path fill="#CE3433" d="m8 0.2 2.2 5.5 5.8 0.4-4.5 3.7 1.5 5.7-5-3.1-5 3.1 1.5-5.7-4.5-3.7 5.8-0.4z"/></svg>

Before

Width:  |  Height:  |  Size: 206 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16" width="16" version="1.1"><path fill="#4574A9" d="m8 0.2 2.2 5.5 5.8 0.4-4.5 3.7 1.5 5.7-5-3.1-5 3.1 1.5-5.7-4.5-3.7 5.8-0.4z"/></svg>

Before

Width:  |  Height:  |  Size: 206 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16" width="16" version="1.1"><path fill="#FFCC0C" d="m8 0.2 2.2 5.5 5.8 0.4-4.5 3.7 1.5 5.7-5-3.1-5 3.1 1.5-5.7-4.5-3.7 5.8-0.4z"/></svg>

Before

Width:  |  Height:  |  Size: 206 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16" width="16" version="1.1"><path d="m8 0.2 2.2 5.5 5.8 0.4-4.5 3.7 1.5 5.7-5-3.1-5 3.1 1.5-5.7-4.5-3.7 5.8-0.4z"/></svg>

Before

Width:  |  Height:  |  Size: 191 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" height="16" width="16" version="1.1"><path d="m2 2v2h12v-2z"/><path opacity=".5" d="m6 7v2h8v-2zm4 5v2h4v-2z"/></svg>
<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m2 2v2h12v-2z"/><path d="m6 7v2h8v-2zm4 5v2h4v-2z" opacity=".5"/></svg>

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 178 B

View file

@ -0,0 +1 @@
<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m2 2v2h12v-2zm4 5v2h8v-2zm4 5v2h4v-2z"/></svg>

After

Width:  |  Height:  |  Size: 153 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" height="16" width="16" version="1.1"><path d="m2 2v2h12v-2zm4 5v2h8v-2zm4 5v2h4v-2z"/></svg>
<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m2 2v2h12v-2zm4 5v2h8v-2zm4 5v2h4v-2z"/></svg>

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B

1
img/src/tag-active.svg Normal file
View file

@ -0,0 +1 @@
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m1.3594 1c-0.2723 0-0.3584 0.2237-0.3594 0.3594v4.791l8.7012 8.7016c0.1946 0.197 0.5048 0.197 0.6988 0l4.454-4.452c0.197-0.194 0.196-0.5051 0-0.7008l-8.7036-8.6992h-4.791zm2.4648 1.5a1.325 1.325 0 0 1 1.3262 1.3242 1.325 1.325 0 0 1-1.3262 1.3262 1.325 1.325 0 0 1-1.3242-1.3262 1.325 1.325 0 0 1 1.3242-1.3242z" fill="#4574a9"/></svg>

After

Width:  |  Height:  |  Size: 442 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="m1.3594 1c-0.2723 0-0.3584 0.2237-0.3594 0.3594v4.791l8.7012 8.7016c0.1946 0.197 0.5048 0.197 0.6988 0l4.454-4.452c0.197-0.194 0.196-0.5051 0-0.7008l-8.7036-8.6992h-4.791zm2.4648 1.5a1.325 1.325 0 0 1 1.3262 1.3242 1.325 1.325 0 0 1 -1.3262 1.3262 1.325 1.325 0 0 1 -1.3242 -1.3262 1.325 1.325 0 0 1 1.3242 -1.3242z"/></svg>
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m1.3594 1c-0.2723 0-0.3584 0.2237-0.3594 0.3594v4.791l8.7012 8.7016c0.1946 0.197 0.5048 0.197 0.6988 0l4.454-4.452c0.197-0.194 0.196-0.5051 0-0.7008l-8.7036-8.6992h-4.791zm2.4648 1.5a1.325 1.325 0 0 1 1.3262 1.3242 1.325 1.325 0 0 1-1.3262 1.3262 1.325 1.325 0 0 1-1.3242-1.3262 1.325 1.325 0 0 1 1.3242-1.3242z"/></svg>

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 413 B

View file

@ -0,0 +1 @@
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m8 0.2 2.2 5.5 5.8 0.4-4.5 3.7 1.5 5.7-5-3.1-5 3.1 1.5-5.7-4.5-3.7 5.8-0.4z" fill="#CE3433"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View file

@ -0,0 +1 @@
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m8 0.2 2.2 5.5 5.8 0.4-4.5 3.7 1.5 5.7-5-3.1-5 3.1 1.5-5.7-4.5-3.7 5.8-0.4z" fill="#4574A9"/></svg>

After

Width:  |  Height:  |  Size: 206 B

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