forward icon, adjust ticket action icons height

# Conflicts:
#	public/assets/images/icons.svg

- prettify svg output
This commit is contained in:
Felix Niklas 2017-08-28 23:30:35 +02:00
parent 18329a1379
commit c74e0dac46
10 changed files with 719 additions and 22 deletions

View file

@ -23,6 +23,7 @@
.icon-facebook-button { width: 29px; height: 24px; }
.icon-facebook { width: 17px; height: 17px; }
.icon-form { width: 17px; height: 17px; }
.icon-forward { width: 16px; height: 17px; }
.icon-full-logo { width: 175px; height: 50px; }
.icon-github-button { width: 29px; height: 24px; }
.icon-gitlab-button { width: 29px; height: 24px; }
@ -37,8 +38,8 @@
.icon-linkedin-button { width: 29px; height: 24px; }
.icon-list { width: 16px; height: 16px; }
.icon-loading { width: 16px; height: 16px; }
.icon-lock-open { width: 16px; height: 16px; }
.icon-lock { width: 16px; height: 16px; }
.icon-lock-open { width: 16px; height: 17px; }
.icon-lock { width: 16px; height: 17px; }
.icon-logo { width: 42px; height: 36px; }
.icon-logotype { width: 91px; height: 15px; }
.icon-long-arrow-right { width: 11px; height: 11px; }
@ -56,7 +57,6 @@
.icon-note { width: 16px; height: 16px; }
.icon-oauth2-button { width: 29px; height: 24px; }
.icon-office365-button { width: 29px; height: 24px; }
.icon-weibo-button { width: 29px; height: 24px; }
.icon-one-ticket { width: 48px; height: 10px; }
.icon-organization { width: 16px; height: 16px; }
.icon-outbound-calls { width: 17px; height: 17px; }
@ -74,13 +74,13 @@
.icon-received-calls { width: 17px; height: 17px; }
.icon-reload { width: 16px; height: 16px; }
.icon-reopening { width: 68px; height: 47px; }
.icon-reply-all { width: 16px; height: 16px; }
.icon-reply { width: 16px; height: 16px; }
.icon-reply-all { width: 16px; height: 17px; }
.icon-reply { width: 16px; height: 17px; }
.icon-report { width: 20px; height: 20px; }
.icon-searchdetail { width: 18px; height: 14px; }
.icon-signout { width: 15px; height: 19px; }
.icon-small-dot { width: 16px; height: 16px; }
.icon-split { width: 16px; height: 16px; }
.icon-split { width: 16px; height: 17px; }
.icon-status-modified-outer-circle { width: 16px; height: 16px; }
.icon-status { width: 16px; height: 16px; }
.icon-stopwatch { width: 77px; height: 83px; }
@ -97,5 +97,6 @@
.icon-unmute { width: 16px; height: 16px; }
.icon-user { width: 16px; height: 16px; }
.icon-web { width: 17px; height: 17px; }
.icon-weibo-button { width: 29px; height: 24px; }
.icon-zoom-in { width: 20px; height: 20px; }
.icon-zoom-out { width: 20px; height: 20px; }
.icon-zoom-out { width: 20px; height: 20px; }

Binary file not shown.

View file

@ -12,7 +12,11 @@ gulp.task('svgstore', function () {
return gulp
.src(iconsource)
.pipe(rename({prefix: 'icon-'}))
.pipe(svgmin())
.pipe(svgmin({
js2svg: {
pretty: true
}
}))
.pipe(cheerio({
run: function ($) {
// remove green-screen color

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="17px" viewBox="0 0 16 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>forward</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="forward" fill="#50E3C2">
<path d="M7.76000023,8.67000008 L7.76000023,11.2262623 L14.0208698,7.12121212 L7.76000023,3 L7.76000023,5.5 L1,5.5 L1,8.67000008 L7.76000023,8.67000008 Z" id="Combined-Shape"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 696 B

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 40.2 (33826) - http://www.bohemiancoding.com/sketch -->
<svg width="16px" height="17px" viewBox="0 0 16 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>lock-open</title>
<desc>Created with Sketch.</desc>
<defs></defs>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 40.2 (33826) - http://www.bohemiancoding.com/sketch -->
<svg width="16px" height="17px" viewBox="0 0 16 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>lock</title>
<desc>Created with Sketch.</desc>
<defs></defs>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 40.2 (33826) - http://www.bohemiancoding.com/sketch -->
<svg width="16px" height="17px" viewBox="0 0 16 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>reply-all</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="reply-all" fill="#50E3C2">
<path d="M6.26086953,7.95466426 L6.26086953,9.22626231 L-3.90260215e-16,5.12121212 L6.26086953,1 L6.26086953,2.27660444 L1.93939394,5.12121212 L6.26086953,7.95466426 Z M10.1396574,6.67272727 C12.4842629,6.67272727 14.3861807,9.03232291 14.3861807,11.3434347 C14.3861807,13.6707074 12.4842629,15.5454546 10.1396574,15.5454546 C13.6483677,15.5454546 16,12.7494953 16,9.27474716 C16,5.81616194 13.6483677,3.50505019 10.1396574,3.50505019 L10.1396574,1 L3.87878788,5.12121212 L10.1396574,9.22626231 L10.1396574,6.67272727 Z" id="reply"></path>
<path d="M6.26086953,2.27660444 L1.93939394,5.12121212 L6.26086953,7.95466426 L6.26086953,9.22626231 L-3.90260215e-16,5.12121212 L6.26086953,1 L6.26086953,2.27660444 Z M10.1396574,6.67272727 L10.1396574,9.22626231 L3.87878788,5.12121212 L10.1396574,1 L10.1396574,3.50505019 C13.6483677,3.50505019 16,5.81616194 16,9.27474716 C16,12.7494953 13.6483677,15.5454546 10.1396574,15.5454546 C12.4842629,15.5454546 14.3861807,13.6707074 14.3861807,11.3434347 C14.3861807,9.03232291 12.4842629,6.67272727 10.1396574,6.67272727 Z" id="reply"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 40.2 (33826) - http://www.bohemiancoding.com/sketch -->
<svg width="16px" height="17px" viewBox="0 0 16 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>reply</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="reply" fill="#50E3C2">
<path d="M8.13965741,6.67272727 C10.4842629,6.67272727 12.3861807,9.03232291 12.3861807,11.3434347 C12.3861807,13.6707074 10.4842629,15.5454546 8.13965741,15.5454546 C11.6483677,15.5454546 14,12.7494953 14,9.27474716 C14,5.81616194 11.6483677,3.50505019 8.13965741,3.50505019 L8.13965741,1 L1.87878788,5.12121212 L8.13965741,9.22626231 L8.13965741,6.67272727 Z" id="reply-path"></path>
<path d="M8.13965741,6.67000008 C10.4842629,6.67000008 12.3861807,9.03232291 12.3861807,11.3434347 C12.3861807,13.6707074 10.4842629,15.5454546 8.13965741,15.5454546 C11.6483677,15.5454546 14,12.7494953 14,9.27474716 C14,5.81616194 11.6483677,3.50505019 8.13965741,3.50505019 L8.13965741,1 L1.87878788,5.12121212 L8.13965741,9.22626231 L8.13965741,6.67000008 Z" id="reply-path"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 895 B

After

Width:  |  Height:  |  Size: 895 B

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 40.2 (33826) - http://www.bohemiancoding.com/sketch -->
<svg width="16px" height="17px" viewBox="0 0 16 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>split</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="split" fill="#50E3C2">
<path d="M4.44274599,7.21806489 C4.41024816,7.24468267 4.76798133,6.95277156 4.86223813,6.87472533 C6.4156106,5.58851644 7.00000005,4.51402489 7,2 L9,2 C9.00000009,4.51402489 9.58438951,5.58851556 11.1377619,6.87472533 C11.2320188,6.95277067 11.5897519,7.24468267 11.5572541,7.21806489 C13.2938892,8.64044 13.9999999,9.77255378 14,12 L10,12 L13,15.3333333 L16,12 L14,12 L12,12 C11.9999999,10.4739262 11.607247,9.84422133 10.2899828,8.765328 C10.3277604,8.79626933 9.96299413,8.49861956 9.86223813,8.41519289 C8.94522347,7.65589422 8.5,7.5 8,6.4 C7.5,7.5 7.0547766,7.65589422 6.13776187,8.41519289 C6.03700589,8.49861956 5.67223971,8.79627022 5.71001736,8.76532889 C4.39275298,9.84422133 4.0000001,10.4739262 4,12 L2,12 L6,12 L3,15.3333333 L0,12 L1.99999994,12 C2.00000017,9.77255378 2.70611078,8.64044 4.44274599,7.21806489 Z"></path>
<path d="M4.44274599,6.21806489 C4.41024816,6.24468267 4.76798133,5.95277156 4.86223813,5.87472533 C6.4156106,4.58851644 7.00000005,3.51402489 7,1 L9,1 C9.00000009,3.51402489 9.58438951,4.58851556 11.1377619,5.87472533 C11.2320188,5.95277067 11.5897519,6.24468267 11.5572541,6.21806489 C13.2938892,7.64044 13.9999999,8.77255378 14,11 L10,11 L13,14.3333333 L16,11 L14,11 L12,11 C11.9999999,9.47392622 11.607247,8.84422133 10.2899828,7.765328 C10.3277604,7.79626933 9.96299413,7.49861956 9.86223813,7.41519289 C8.94522347,6.65589422 8.5,6.5 8,5.4 C7.5,6.5 7.0547766,6.65589422 6.13776187,7.41519289 C6.03700589,7.49861956 5.67223971,7.79627022 5.71001736,7.76532889 C4.39275298,8.84422133 4.0000001,9.47392622 4,11 L2,11 L6,11 L3,14.3333333 L0,11 L1.99999994,11 C2.00000017,8.77255378 2.70611078,7.64044 4.44274599,6.21806489 Z"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB