grandlyon-gnm: include/generate new problem icons

This commit is contained in:
Frédéric Péters 2017-09-26 16:47:15 +02:00
parent 90d6638dfe
commit 09de7b2dea
13 changed files with 250 additions and 14 deletions

View File

@ -73,6 +73,9 @@ icons:
cd src/ && python render-imgs-dashboard.py ../static/chateauroux/img/ --normal 333333 --selected 0779B7 --title FFFFFF --title-width 80
# grandlyon
cd src/ && python render-imgs-dashboard.py ../static/grandlyon/img/ --normal 333333 --selected DA0000 --title FFFFFF --title-width 80
# grandlyon-gnm
python src/grandlyon-gnm/render-imgs-signalement.py static/grandlyon-gnm/img/signalement/ --color FFFFFF # white
python src/grandlyon-gnm/render-imgs-signalement.py static/grandlyon-gnm/img/signalement/ --color 2A2E49 # blue
# orleans
cd src/ && python render-imgs-categories.py ../static/orleans/img/ --primary f05923 --secondary 34697D
cd src/ && python render-imgs-dashboard.py ../static/orleans/img/ --normal FFFFFF --normal-width 30 --selected f05923 --selected-width 30 --title FFFFFF --title-width 80

View File

@ -0,0 +1,23 @@
#! /usr/bin/env python
import argparse
import os
import subprocess
parser = argparse.ArgumentParser()
parser.add_argument('path', help='out path')
parser.add_argument('--color', default='2A2E49')
args = parser.parse_args()
for filename in os.listdir(os.path.join(args.path, 'src')):
outname = os.path.basename(filename)
fd = open('/tmp/tmp-%s' % outname, 'w')
fd.write(open(os.path.join(args.path, 'src', filename)).read().replace(
'fill:#DA0000', 'fill:#%s' % args.color))
fd.close()
subprocess.call(['inkscape', '--without-gui',
'--file', '/tmp/tmp-%s' % outname,
'--export-area-drawing',
'--export-png', os.path.join(args.path, outname.replace('.svg', '-%s.png' % args.color)),
'--export-height', '31'])

View File

@ -2,6 +2,8 @@
@import 'data_uris';
@import 'tiles';
$signalements: ambroisie arbre collecte eau eclairage neige nuisibles objets-perdus signalisation tags;
body {
background: $lightgray no-repeat;
background-size: auto 100px;
@ -343,22 +345,16 @@ div#nav > ul {
background: $blue;
color: white;
}
&::before {
font-weight: normal;
font-family: FontAwesome;
font-size: 30px;
position: absolute;
top: 20px;
left: 0;
width: 100%;
@include vendor-prefix('transition', 'all 0.15s linear');
}
@each $signalement in $signalements {
&.icon-#{$signalement} a {
background: white url(img/signalement/#{$signalement}-2A2E49.png) no-repeat 50% 20px;
}
&.icon-#{$signalement} a:hover {
background: $blue url(img/signalement/#{$signalement}-FFFFFF.png) no-repeat 50% 20px;
}
}
&.icon-car a::before { content: "\f1b9"; }
&.icon-trash a::before { content: "\f1f8"; }
&.icon-tree a::before { content: "\f1bb"; }
&.icon-water a::before { content: "\f043"; }
&.icon-wheelchair a::before { content: "\f193"; }
&.icon-lightbulb a::before { content: "\f0eb"; }
}
}

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 31 40" style="enable-background:new 0 0 31 40;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<g>
<g>
<path class="st1" d="M15.5,10.5c0,0-0.1,0-0.1,0c0.1-0.1,0.1-0.3,0.1-0.4c0-0.7-0.6-1.3-1.3-1.3c-0.3,0-0.6,0.1-0.8,0.3
c-0.2-0.5-0.6-0.8-1.2-0.8c-0.7,0-1.3,0.6-1.3,1.3c0,0.7,0.5,1.2,1.2,1.2c-0.2,0.2-0.4,0.5-0.4,0.9c0,0.7,0.6,1.3,1.3,1.3
c0.2,0,0.3,0,0.5-0.1c-0.1,0.1-0.1,0.3-0.1,0.5c0,0.7,0.6,1.3,1.3,1.3c0.7,0,1.3-0.6,1.3-1.3c0-0.1,0-0.3-0.1-0.4
c0.5-0.2,0.8-0.6,0.8-1.2C16.8,11.1,16.2,10.5,15.5,10.5z"/>
<path class="st1" d="M24.4,8.2C24.3,7.5,23.7,7,23,7.1c-0.5,0.1-0.8,0.4-1,0.8c-0.2-0.1-0.5-0.2-0.8-0.2c-0.7,0.1-1.2,0.7-1.1,1.4
c0,0,0,0.1,0,0.1c-0.7,0.1-1.1,0.7-1,1.4c0,0.1,0.1,0.3,0.1,0.4c-0.6,0.2-0.9,0.7-0.9,1.3c0.1,0.6,0.5,1,1.1,1.1
c-0.2,0.2-0.3,0.6-0.2,0.9c0.1,0.7,0.7,1.2,1.4,1.1c0.7-0.1,1.2-0.7,1.1-1.4c0-0.2-0.1-0.3-0.2-0.5c0.7-0.1,1.2-0.7,1.1-1.4
c0-0.2-0.1-0.3-0.1-0.4c0.1,0,0.2,0,0.3,0c0.7-0.1,1.2-0.7,1.1-1.4c0-0.3-0.2-0.5-0.4-0.7C24.1,9.3,24.5,8.8,24.4,8.2z"/>
<path class="st1" d="M19,8.1c0-0.4-0.2-0.7-0.5-0.9c0.5-0.2,0.8-0.6,0.8-1.2c0-0.5-0.3-0.9-0.7-1.1c0.4-0.2,0.7-0.6,0.7-1.1
c0-0.6-0.4-1.1-0.9-1.2c0.1-0.2,0.2-0.4,0.2-0.6c0-0.7-0.6-1.3-1.3-1.3c-0.7,0-1.2,0.5-1.2,1.2c-0.6,0.1-1,0.6-1,1.2
c0,0.4,0.2,0.8,0.5,1c-0.3,0.2-0.4,0.6-0.4,0.9c0,0.5,0.3,0.9,0.7,1.1c-0.4,0.2-0.7,0.6-0.7,1.1c0,0.7,0.6,1.3,1.3,1.3
c0,0,0.1,0,0.1,0c0.2,0.5,0.6,0.9,1.2,0.9C18.4,9.3,19,8.7,19,8.1z"/>
</g>
<path class="st1" d="M27.8,25.5c-1.4,1.4-3.1,1.9-3.1,1.9s0.6-1.7,2-3.1c1.4-1.4,3.1-1.9,3.1-1.9S29.3,24.2,27.8,25.5z"/>
<path class="st1" d="M3.9,27c1.7,1,2.7,2.5,2.7,2.5s-1.8-0.1-3.5-1.1s-2.7-2.5-2.7-2.5S2.2,26,3.9,27z"/>
<path class="st1" d="M10.6,18.4c1.4,1.3,2.1,3,2.1,3s-1.7-0.5-3.2-1.9c-1.4-1.3-2.1-3-2.1-3S9.1,17,10.6,18.4z"/>
<path class="st1" d="M20.8,27.4c0.3,2-0.3,3.7-0.3,3.7s-1-1.5-1.3-3.4s0.3-3.7,0.3-3.7S20.5,25.4,20.8,27.4z"/>
<path class="st1" d="M14.5,30.2c0.3,2-0.3,3.7-0.3,3.7s-1-1.5-1.3-3.4c-0.3-2,0.3-3.7,0.3-3.7S14.2,28.2,14.5,30.2z"/>
<path class="st1" d="M8.7,34.6C6.8,35.3,5,35,5,35s1.3-1.3,3.1-1.9s3.7-0.4,3.7-0.4S10.6,34,8.7,34.6z"/>
<path class="st1" d="M11.7,35c1.8-0.7,3.6-0.5,3.6-0.5s-1.2,1.3-3.1,2S8.7,37,8.7,37S9.9,35.7,11.7,35z"/>
<path class="st1" d="M23.3,25.7c0.2,1.4-0.1,2.6-0.1,2.6s-0.8-1-1-2.4c-0.2-1.4,0.1-2.6,0.1-2.6S23,24.3,23.3,25.7z"/>
<path class="st1" d="M15,20.2c0.1,1.4-0.4,2.6-0.4,2.6s-0.7-1.1-0.8-2.5s0.4-2.6,0.4-2.6S14.9,18.8,15,20.2z"/>
<path class="st1" d="M10.4,21.4c1.4,0,2.5,0.5,2.5,0.5s-1.1,0.6-2.5,0.6S7.9,22,7.9,22S9,21.4,10.4,21.4z"/>
<path class="st1" d="M25.7,24.4c0.1,1-0.1,1.8-0.1,1.8s-0.5-0.7-0.6-1.7c-0.1-1,0.1-1.8,0.1-1.8S25.5,23.5,25.7,24.4z"/>
<path class="st1" d="M12.2,18.5c0.1,1-0.1,1.8-0.1,1.8s-0.5-0.7-0.6-1.7c-0.1-1,0.1-1.8,0.1-1.8S12.1,17.5,12.2,18.5z"/>
<path class="st1" d="M23.8,32.2c-1.9-0.7-3.6-0.4-3.6-0.4s1.2,1.3,3.1,2c1.9,0.7,3.6,0.4,3.6,0.4S25.6,32.9,23.8,32.2z"/>
<path class="st1" d="M12.3,24.4c-1.9,0.6-3.2,1.8-3.2,1.8s1.8,0.3,3.7-0.2s3.2-1.8,3.2-1.8S14.2,23.8,12.3,24.4z"/>
<path class="st1" d="M25.2,29.5c-1.4-0.3-2.6,0.1-2.6,0.1s1,0.8,2.4,1.1c1.4,0.3,2.6-0.1,2.6-0.1S26.6,29.7,25.2,29.5z"/>
<path class="st1" d="M22.5,20.2c-1.4-0.3-2.6,0.1-2.6,0.1s1,0.8,2.4,1.1s2.6-0.1,2.6-0.1S23.8,20.4,22.5,20.2z"/>
<path class="st1" d="M11,29.1c-0.4-1.4-1.2-2.3-1.2-2.3s-0.3,1.2,0.1,2.6s1.2,2.3,1.2,2.3S11.4,30.5,11,29.1z"/>
<path class="st1" d="M8.2,27.5c-0.3-1.4-1.1-2.4-1.1-2.4s-0.3,1.2-0.1,2.6c0.3,1.4,1.1,2.4,1.1,2.4S8.5,28.9,8.2,27.5z"/>
<path class="st1" d="M5.8,31.5c-1.2,0.6-2,1.7-2,1.7s1.3,0,2.5-0.6c1.2-0.6,2-1.7,2-1.7S7.1,30.8,5.8,31.5z"/>
<path class="st1" d="M26.9,27.3c-1-0.1-1.8,0.2-1.8,0.2s0.7,0.5,1.7,0.6c1,0.1,1.8-0.2,1.8-0.2S27.9,27.4,26.9,27.3z"/>
<path class="st1" d="M28.9,25.1c-1-0.1-1.8,0.2-1.8,0.2s0.7,0.5,1.7,0.6c1,0.1,1.8-0.2,1.8-0.2S29.8,25.2,28.9,25.1z"/>
<path class="st1" d="M23.6,18.3c-1.4,1.4-3.1,1.9-3.1,1.9s0.6-1.7,2-3.1c1.4-1.4,3.1-1.9,3.1-1.9S25,16.9,23.6,18.3z"/>
<path class="st1" d="M21.4,17.2c0.1,1-0.1,1.8-0.1,1.8s-0.5-0.7-0.6-1.7s0.1-1.8,0.1-1.8S21.3,16.2,21.4,17.2z"/>
<path class="st1" d="M24.6,17.9c-1-0.1-1.8,0.2-1.8,0.2s0.7,0.5,1.7,0.6c1,0.1,1.8-0.2,1.8-0.2S25.5,18,24.6,17.9z"/>
<path class="st1" d="M3.8,29.5c-0.9,0.3-1.5,1-1.5,1s0.9,0.1,1.8-0.2c0.9-0.3,1.5-1,1.5-1S4.7,29.1,3.8,29.5z"/>
<path class="st1" d="M4.7,26.5c-0.3-0.9-0.9-1.5-0.9-1.5s-0.1,0.9,0.2,1.8c0.3,0.9,0.9,1.5,0.9,1.5S5,27.4,4.7,26.5z"/>
<polygon class="st1" points="27.6,25.7 26.5,24.6 18.4,32.2 18.4,23.1 23.5,18.3 22.5,17.2 18.4,21 18.4,17.8 21.8,10.9 20.5,10.2
18.4,14.4 18.4,6.8 16.3,6.8 16.3,12.7 15.3,11.3 14.1,12.3 16.3,15.1 16.3,23.8 10.4,18.3 9.4,19.4 16.3,25.9 16.3,34.3 3.7,26.9
2.9,28.2 16.3,36 16.3,39.6 18.4,39.6 18.4,34.3 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 36 36" style="enable-background:new 0 0 36 36;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<g>
<path class="st1" d="M15.4,0.1c-2.4,0-4.5,3.5-5.9,8.3C8.9,8,8.3,7.8,7.7,7.8c-3.6,0-6.6,8.8-6.6,16.8c0,3.1,2.4,5.6,5.5,6.1v4.5
h2.2v-4.5c1.7-0.3,3.2-1.2,4.2-2.5c0.4,0.1,0.8,0.2,1.3,0.3v6.6h2.2v-6.6c3.7-0.5,6.6-3.7,6.6-7.6C23,11,19.6,0.1,15.4,0.1z"/>
<path class="st1" d="M35.6,23.7c0-3.2-2.3-11.4-5.5-11.4c-3.2,0-6.1,8.1-6.1,11.4c0,2.9,2.1,5.3,4.9,5.7v5.7h1.9v-5.7
C33.5,29,35.6,26.6,35.6,23.7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 840 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 24 30" style="enable-background:new 0 0 24 30;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<path class="st1" d="M5.3,29.6h12.9c1.8,0,3.2-1.4,3.2-3.2V7.4H2.1v18.9C2.1,28.1,3.6,29.6,5.3,29.6z M23,2.4l-5.4,0L16,0.6L8,0.6
L6.4,2.4l-5.5,0l0,2.8l22.1,0L23,2.4z"/>
</svg>

After

Width:  |  Height:  |  Size: 596 B

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 25 30" style="enable-background:new 0 0 25 30;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<path class="st1" d="M21.2,8.9l-8.8-8.8L3.6,8.9C1.2,11.3,0,14.5,0,17.6c0,3.1,1.2,6.4,3.6,8.8c2.4,2.4,5.6,3.7,8.8,3.7
c3.2,0,6.4-1.2,8.8-3.7c2.4-2.4,3.6-5.7,3.6-8.8C24.8,14.5,23.6,11.3,21.2,8.9z M3.1,18.1c0-3.1,1-5.1,2.7-6.8l6.6-6.7l6.6,6.8
c1.8,1.7,2.7,3.7,2.7,6.8H3.1z"/>
</svg>

After

Width:  |  Height:  |  Size: 703 B

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 24 33" style="enable-background:new 0 0 24 33;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<g>
<path class="st1" d="M8.7,32.9h6.4c0.9,0,1.6-0.7,1.6-1.6v-1.6H7.1v1.6C7.1,32.2,7.8,32.9,8.7,32.9z M0.7,11.3
c-0.3,4.2,1.6,7.9,4.8,10.1v3.6c0,0.9,0.7,1.6,1.6,1.6h9.6c0.9,0,1.6-0.7,1.6-1.6v-3.6c2.9-2,4.8-5.4,4.8-9.2
c0-6.4-5.4-11.6-11.9-11.2C5.7,1.3,1.2,5.7,0.7,11.3z M16.5,18.7l-1.4,1v3.7H8.7v-3.7l-1.4-1c-3-2.1-4.3-5.9-2.9-9.5
c1-2.5,3.2-4.4,5.9-4.9c5.1-1,9.5,2.9,9.5,7.9C19.9,14.8,18.6,17.2,16.5,18.7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 850 B

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 31" style="enable-background:new 0 0 32 31;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<g>
<polygon class="st1" points="16,30.9 14.8,30.9 14.8,26.2 11.3,28 10.1,25.7 14.8,23.3 14.7,17.3 9.1,20.3 9.2,24.9 6.6,25
6.5,21.6 1.8,24.1 0.6,21.8 5,19.5 1.9,18.1 3,15.7 7.8,18 13.1,15.2 7.4,12.4 2.6,15 1.3,12.7 4.5,11 0.8,9.2 1.9,6.9 6.1,8.9
6,5.6 8.5,5.5 8.7,10.2 14.7,13.1 14.7,7.2 9.8,4.8 10.9,2.5 14.7,4.3 14.7,0.3 16,0.3 17.2,0.3 17.2,4.3 21,2.5 22.1,4.8
17.2,7.2 17.2,13.1 23.2,10.2 23.4,5.5 26,5.6 25.8,8.9 30,6.9 31.1,9.2 27.4,11 30.6,12.7 29.3,15 24.5,12.4 18.8,15.2 24.1,18
28.9,15.7 30,18.1 27,19.5 31.3,21.8 30.1,24.1 25.4,21.6 25.3,25 22.7,24.9 22.8,20.3 17.2,17.3 17.1,23.3 21.8,25.7 20.6,28
17.1,26.2 17.1,30.9 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 27 31" style="enable-background:new 0 0 27 31;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<g>
<path class="st1" d="M26.8,8.9h-4.7c-0.8-1.3-1.8-2.4-3-3.3L21.8,3l-2.4-2.3l-3.6,3.6c-0.8-0.2-1.6-0.3-2.4-0.3
c-0.8,0-1.6,0.1-2.3,0.3L7.5,0.6L5.1,3l2.7,2.7c-1.2,0.9-2.3,2-3,3.3H0.1v3.3h3.5c-0.1,0.6-0.2,1.1-0.2,1.7v1.7H0.1v3.3h3.3v1.7
c0,0.6,0.1,1.1,0.2,1.7H0.1v3.3h4.7c1.7,3,4.9,5,8.6,5s6.9-2,8.7-5h4.7v-3.3h-3.5c0.1-0.5,0.1-1.1,0.1-1.7v-1.7h3.3v-3.3h-3.3v-1.7
c0-0.6-0.1-1.1-0.1-1.7h3.5V8.9z"/>
<g>
<rect x="12.2" y="16.7" class="st2" width="2.5" height="10.7"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 916 B

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 31 35" style="enable-background:new 0 0 31 35;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<g>
<path class="st1" d="M26.4,10l2.2-4.9c0.6-1.3,0.3-3-1.3-3.7c-1.6-0.7-2.9,0.1-3.5,1.4l-0.5,1.1l1.4,0.6l0.5-1.1
c0.2-0.5,0.7-1,1.5-0.6c1.1,0.5,0.7,1.6,0.6,1.8l-2.2,4.9L21,7.5l-0.3,0.7l-4.9,23.4l14.5-19.1l0.3-0.7L26.4,10z"/>
<path class="st1" d="M24.5,34.1H2.9c-0.5,0-0.9-0.4-0.9-0.9V19.7h23.5v13.5C25.5,33.7,25,34.1,24.5,34.1z"/>
<g>
<path class="st1" d="M9.6,5.2L1.9,6.8C1.2,7,0.7,7.7,0.9,8.4l3.2,15.7c0.2,0.7,0.9,1.2,1.6,1.1l7.7-1.6c0.7-0.2,1.2-0.9,1.1-1.6
L11.2,6.3C11.1,5.6,10.3,5.1,9.6,5.2z M4.2,7.2l4-0.8c0.1,0,0.2,0.1,0.2,0.3c0,0.2,0,0.4-0.1,0.4l-4,0.8c-0.1,0-0.2-0.1-0.2-0.3
C4,7.4,4.1,7.3,4.2,7.2z M11.8,15.4L3.9,17L2.3,9.4l7.9-1.6L11.8,15.4z M6.1,19l-1.3,0.3c-0.3,0.1-0.6-0.1-0.7-0.4l0,0
c-0.1-0.3,0.1-0.6,0.4-0.7l1.3-0.3c0.3-0.1,0.6,0.1,0.7,0.4l0,0C6.6,18.6,6.4,19,6.1,19z M9,18.4l-1.3,0.3
c-0.3,0.1-0.6-0.1-0.7-0.4l0,0c-0.1-0.3,0.1-0.6,0.4-0.7l1.3-0.3c0.3-0.1,0.6,0.1,0.7,0.4v0C9.5,18.1,9.3,18.4,9,18.4z M11.8,17.9
l-1.3,0.3c-0.3,0.1-0.6-0.1-0.7-0.4h0C9.8,17.4,10,17,10.3,17l1.3-0.3c0.3-0.1,0.6,0.1,0.7,0.4h0C12.3,17.5,12.1,17.8,11.8,17.9z
M6.5,20.6l-1.3,0.3c-0.3,0.1-0.6-0.1-0.7-0.4h0c-0.1-0.3,0.1-0.6,0.4-0.7l1.3-0.3c0.3-0.1,0.6,0.1,0.7,0.4h0
C7,20.3,6.8,20.6,6.5,20.6z M9.3,20.1L8,20.3c-0.3,0.1-0.6-0.1-0.7-0.4l0,0c-0.1-0.3,0.1-0.6,0.4-0.7l1.3-0.3
c0.3-0.1,0.6,0.1,0.7,0.4l0,0C9.8,19.7,9.6,20,9.3,20.1z M12.1,19.5l-1.3,0.3c-0.3,0.1-0.6-0.1-0.7-0.4v0
c-0.1-0.3,0.1-0.6,0.4-0.7l1.3-0.3c0.3-0.1,0.6,0.1,0.7,0.4v0C12.6,19.1,12.4,19.4,12.1,19.5z M6.8,22.3l-1.3,0.3
c-0.3,0.1-0.6-0.1-0.7-0.4v0c-0.1-0.3,0.1-0.6,0.4-0.7l1.3-0.3c0.3-0.1,0.6,0.1,0.7,0.4v0C7.3,21.9,7.1,22.2,6.8,22.3z M9.6,21.7
l-1.3,0.3c-0.3,0.1-0.6-0.1-0.7-0.4l0,0c-0.1-0.3,0.1-0.6,0.4-0.7l1.3-0.3c0.3-0.1,0.6,0.1,0.7,0.4l0,0
C10.1,21.3,9.9,21.6,9.6,21.7z M12.5,21.1l-1.3,0.3c-0.3,0.1-0.6-0.1-0.7-0.4l0,0c-0.1-0.3,0.1-0.6,0.4-0.7l1.3-0.3
c0.3-0.1,0.6,0.1,0.7,0.4l0,0C13,20.7,12.8,21,12.5,21.1z"/>
</g>
<g>
<path class="st2" d="M12.7,28.7c0-0.6,0.1-1.1,0.2-1.4c0.1-0.4,0.4-0.7,0.8-1.1c0.4-0.3,0.6-0.6,0.8-0.8c0.1-0.2,0.2-0.4,0.2-0.7
c0-0.7-0.3-1.1-1-1.1c-0.3,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8h-1.9c0-0.8,0.3-1.5,0.8-1.9c0.5-0.5,1.2-0.7,2.1-0.7
c0.9,0,1.6,0.2,2.1,0.7c0.5,0.4,0.8,1.1,0.8,1.9c0,0.4-0.1,0.7-0.2,1c-0.2,0.3-0.4,0.7-0.9,1.1L15,27.2c-0.3,0.3-0.5,0.7-0.6,1.1
l0,0.4H12.7z M12.5,30.7c0-0.3,0.1-0.5,0.3-0.7c0.2-0.2,0.4-0.3,0.7-0.3s0.6,0.1,0.7,0.3c0.2,0.2,0.3,0.4,0.3,0.7
c0,0.3-0.1,0.5-0.3,0.7c-0.2,0.2-0.4,0.3-0.8,0.3s-0.6-0.1-0.8-0.3C12.6,31.2,12.5,31,12.5,30.7z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 41 41" style="enable-background:new 0 0 41 41;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<g>
<path class="st1" d="M38.3,16.8L24.6,2.9c-1.1-1.1-2.6-1.7-4.2-1.7c-1.6,0-3,0.6-4.2,1.7L2.5,16.8c-2.3,2.3-2.3,6.1,0,8.4L16.2,39
c1.1,1.1,2.6,1.7,4.2,1.7c1.6,0,3.1-0.6,4.2-1.7l13.8-13.9C40.6,22.8,40.6,19.1,38.3,16.8z M36.2,23L22.4,36.9
c-0.5,0.6-1.2,0.8-2,0.8c-0.8,0-1.5-0.3-2-0.8L4.6,23c-1.1-1.1-1.1-3,0-4.2L18.4,5c0.5-0.5,1.2-0.8,2-0.8c0.8,0,1.5,0.3,2,0.8
l13.8,13.9C37.4,20,37.4,21.9,36.2,23z"/>
<path class="st1" d="M13.4,28.6h4.4V21v-0.5h0.5h4h0.5l0,0.5l0,3.3l8.5-5.8l-8.5-5.8l0,2.9V16h-0.5h-6.7c-1.2,0-2.2,1-2.2,2.2V28.6
z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 977 B

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 36" style="enable-background:new 0 0 32 36;" xml:space="preserve">
<style type="text/css">
.st1{fill:#DA0000;}
.st2{fill:#FFFFFF;}
</style>
<g>
<g>
<path class="st1" d="M22.2,9c-1-1-2.3-1.6-3.6-1.8c0-0.1,0-0.1,0-0.2l-0.2-0.6c-0.1-0.2-0.4-0.3-0.6-0.2l-5.4,2.2
C12.1,8.5,12,8.8,12.1,9l0.2,0.6c0,0.1,0.1,0.1,0.1,0.1c-0.8,1.1-1.3,2.5-1.3,3.9c-0.4,0.3-0.6,0.8-0.4,1.3l8.2,20
c0.2,0.6,0.9,0.8,1.4,0.6l10.7-4.4c0.6-0.2,0.8-0.9,0.6-1.4l-8.2-20C23.2,9.2,22.7,8.9,22.2,9z"/>
<rect x="11.2" y="1.3" transform="matrix(0.9243 -0.3816 0.3816 0.9243 -0.3517 5.4391)" class="st1" width="4.7" height="4.7"/>
<polygon class="st1" points="7.7,4.7 1.2,1.3 0.5,2.6 5.3,5.1 0,6.4 0.4,7.9 5.6,6.6 2.5,11 3.7,11.8 7.9,5.8 8.4,5.1 "/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB