Add commons downloader, add some Belgian signs

This commit is contained in:
Robin van der Linde 2023-01-03 13:52:05 +01:00
parent 35d540bf29
commit b19dac2bf6
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
36 changed files with 2795 additions and 2 deletions

View file

@ -17,5 +17,8 @@
],
"editor.tabSize": 2,
"files.autoSave": "onFocusChange",
"search.useIgnoreFiles": true
"search.useIgnoreFiles": true,
"files.associations": {
"*.protojson": "json"
}
}

View file

@ -32,6 +32,14 @@ interface Implication {
value: string;
}
interface Translations {
[key: string]: Translation;
}
interface Translation {
[key: string]: string;
}
const worldWideMappings: MappingConfigJson[] = [
{
if: "traffic_sign=city_limit",
@ -61,6 +69,7 @@ function main(){
// Create new list of mappings
const mappings: MappingConfigJson[] = [];
const iconMappings: MappingConfigJson[] = [];
const translationMemory: Translations = {};
// Add world wide mappings
for(const mapping of worldWideMappings){
@ -79,9 +88,20 @@ function main(){
const signFile = readFileSync("signs/" + file, "utf8");
const signs = JSON.parse(signFile) as SignFile;
for(const sign of signs.traffic_signs){
// Find item in traffic_signs.json file and save the translations
const originalMapping = originalSignMappings.find(m => m.if === "traffic_sign=" + sign.id);
const iconPath = "./assets/layers/traffic_sign/images/"+signs.country.toLowerCase()+"/"+sign.image.file
translationMemory[sign.name] = {
...originalMapping?.then,
en: sign.name,
}
// Check if the sign starts with the country
if(!sign.id.toLowerCase().startsWith(signs.country.toLowerCase())){
throw new Error("Sign " + sign.id + " does not start with country " + signs.country + ", you should fix this!");
}
// Create new mapping, reusing original translations
const iconPath = "./assets/layers/traffic_sign/images/"+signs.country.toLowerCase()+"/"+sign.image.file
const mapping: MappingConfigJson = {
if: "traffic_sign=" + sign.id,
then: {
@ -104,6 +124,17 @@ function main(){
}
}
// Re-run over all mappings, and add translations
for(const mapping of mappings){
const memoryTranslation = translationMemory[mapping.then.en];
if(memoryTranslation){
mapping.then = {
...mapping.then,
...memoryTranslation,
}
}
}
// Create new layer
const newLayer: LayerConfigJson = {
...originalLayer,

View file

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.713px" viewBox="0 0 95.797 83.713" enable-background="new 0 0 95.797 83.713" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.272C51.318,0.877,49.759,0,47.96,0c-1.719,0-2.479,0.837-3.398,2.112L0.95,75.294
c-1.519,1.993-1.16,5.143,0.68,6.976c1.04,1.036,2.238,1.515,3.597,1.435l86.385-0.04c1-0.159,1.959-0.638,2.719-1.395
c1.479-1.515,1.84-3.707,1.079-5.581L52.198,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.272C51.318,0.877,49.759,0,47.96,0
c-1.719,0-2.479,0.837-3.398,2.112L0.95,75.294c-1.519,1.992-1.16,5.143,0.68,6.976c1.04,1.036,2.238,1.515,3.597,1.435l86.385-0.04
c1-0.159,1.959-0.638,2.719-1.395c1.479-1.515,1.84-3.707,1.079-5.581L52.198,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.92,15.466 14.702,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.92,15.466
14.702,72.902 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M46.881,53.172c-1.479,0-2.398-1.594-1.679-2.87
c0.76-1.275,2.599-1.275,3.358,0C49.279,51.578,48.36,53.172,46.881,53.172z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M46.881,53.172c-1.479,0-2.398-1.594-1.679-2.87
c0.76-1.275,2.599-1.275,3.358,0C49.279,51.578,48.36,53.172,46.881,53.172z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M58.273,62.379c-1.479,0-2.398-1.595-1.679-2.869
c0.76-1.275,2.598-1.275,3.358,0C60.672,60.784,59.753,62.379,58.273,62.379z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M58.273,62.379c-1.479,0-2.398-1.595-1.679-2.869
c0.76-1.275,2.598-1.275,3.358,0C60.672,60.784,59.753,62.379,58.273,62.379z"/>
<path fill="#120C0E" d="M60.113,61.741c0.239-0.358,0.399-0.797,0.399-1.275c0-1.274-1-2.271-2.239-2.271
c-0.599,0-1.159,0.238-1.558,0.599l-7.996-6.18c0.28-0.358,0.439-0.837,0.439-1.314c0-1.275-1-2.272-2.238-2.272
c-0.64,0-1.2,0.239-1.599,0.639l-1.479-1.156c0-0.16-0.12-0.2,0-0.438l0.359-0.479l-0.239-0.279l0.279-0.638l0.24,0.12l0.839-1.555
l2.599,1.674c0.48,0.319,1.999-0.119,2.518-0.159c0.72-0.04,1.48-0.279,1.998,0.239l5.837,4.663c0.16,0.159,0.2,0.119,0.28,0.279
c0.159,0.238,0.159,0.559,0.159,0.757l0.2,2.671c0,0.239,0.16,0.479,0.24,0.678c0.08,0.039,0.719,0.478,0.719,0.598l2.879,2.591
c0.64,0.598,0.04,1.195-0.68,1.674l0.2,0.24l-0.44,0.558l-0.398-0.12l-0.4,0.479c-0.2,0.318-0.28-0.04-0.4-0.04L60.113,61.741z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M60.113,61.741
c0.239-0.358,0.399-0.797,0.399-1.275c0-1.274-1-2.271-2.239-2.271c-0.599,0-1.159,0.238-1.558,0.599l-7.996-6.18
c0.28-0.358,0.439-0.837,0.439-1.314c0-1.275-1-2.272-2.238-2.272c-0.64,0-1.2,0.239-1.599,0.639l-1.479-1.156
c0-0.16-0.12-0.2,0-0.438l0.359-0.479l-0.239-0.279l0.279-0.638l0.24,0.12l0.839-1.555l2.599,1.674
c0.48,0.319,1.999-0.119,2.518-0.159c0.72-0.04,1.48-0.279,1.998,0.239l5.837,4.663c0.16,0.159,0.2,0.119,0.28,0.279
c0.159,0.238,0.159,0.559,0.159,0.757l0.2,2.671c0,0.239,0.16,0.479,0.24,0.678c0.08,0.039,0.72,0.478,0.72,0.598l2.878,2.591
c0.641,0.598,0.04,1.195-0.68,1.674l0.2,0.24l-0.44,0.558l-0.398-0.12l-0.4,0.479c-0.2,0.318-0.28-0.04-0.4-0.04L60.113,61.741z"/>
<path fill="#FFFFFF" d="M58.154,52.335l-0.08,2.87l-4.397-3.588l1.639-1.952l2.639,2.072C58.194,51.977,58.074,52.215,58.154,52.335
z"/>
<path fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" d="M58.154,52.335l-0.08,2.87l-4.397-3.588
l1.639-1.952l2.639,2.072C58.194,51.977,58.074,52.215,58.154,52.335z"/>
<path fill="#FFFFFF" d="M52.677,47.552l2.199,1.754l-1.679,1.913l-3.878-3.108l2.719-0.758c0.119-0.04,0.199,0.079,0.32,0
C52.437,47.432,52.597,47.472,52.677,47.552z"/>
<path fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" d="M52.677,47.552l2.199,1.754l-1.679,1.913
l-3.878-3.108l2.719-0.758c0.119-0.04,0.199,0.079,0.32,0C52.437,47.432,52.597,47.472,52.677,47.552z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M58.273,61.343c-0.679,0-1.079-0.717-0.759-1.315
c0.319-0.598,1.198-0.598,1.52,0C59.394,60.626,58.954,61.343,58.273,61.343z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M58.273,61.343
c-0.679,0-1.079-0.717-0.759-1.315c0.319-0.598,1.198-0.598,1.52,0C59.394,60.626,58.954,61.343,58.273,61.343z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M46.881,52.136c-0.68,0-1.08-0.718-0.759-1.315
c0.319-0.599,1.199-0.599,1.518,0C48,51.418,47.561,52.136,46.881,52.136z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M46.881,52.135c-0.68,0-1.08-0.717-0.759-1.314
c0.319-0.599,1.199-0.599,1.518,0C48,51.418,47.561,52.135,46.881,52.135z"/>
<path fill="#120C0E" d="M66.749,62.738c-0.68-0.04-0.48-0.279-1.68,0c-1,0.239-1.919,0.837-3.037,0.877
c-1.56,0.039-1.56-0.877-3.438-0.996c-1.438-0.08-2.599,1.155-3.837,1.035c-2-0.238-1.76-1.115-3.559-1.075
c-2.159,0.04-2.758,1.714-4.877,0.797c-0.6-0.278-1.679-1.355-3.438-0.599c-0.639,0.28-1.479,0.798-2.438,0.798V50.581h-4.877
l-6.236,17.777h37.417V62.738z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M66.749,62.737c-0.68-0.039-0.48-0.278-1.68,0
c-1,0.24-1.919,0.838-3.037,0.878c-1.56,0.039-1.56-0.878-3.438-0.996c-1.438-0.08-2.599,1.155-3.837,1.035
c-2-0.238-1.76-1.115-3.559-1.075c-2.159,0.04-2.758,1.714-4.877,0.797c-0.6-0.278-1.679-1.355-3.438-0.599
c-0.639,0.28-1.479,0.798-2.438,0.798V50.581h-4.877l-6.236,17.777h37.417V62.737z"/>
</svg>

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.703px" viewBox="0 0 95.797 83.703" enable-background="new 0 0 95.797 83.703" xml:space="preserve">
<path fill="#ED1C24" d="M52.197,2.271C51.318,0.876,49.759,0,47.96,0c-1.72,0-2.479,0.836-3.398,2.112L0.95,75.294
c-1.52,1.992-1.16,5.142,0.68,6.975c1.04,1.036,2.238,1.435,3.597,1.435h86.306c1,0,2.039-0.678,2.799-1.435
c1.479-1.515,1.839-3.706,1.078-5.58L52.197,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.197,2.271C51.318,0.876,49.759,0,47.96,0
c-1.72,0-2.479,0.836-3.398,2.112L0.95,75.294c-1.52,1.992-1.16,5.142,0.68,6.975c1.04,1.036,2.238,1.435,3.597,1.435h86.306
c1,0,2.039-0.678,2.799-1.435c1.479-1.515,1.839-3.706,1.078-5.58L52.197,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.92,15.465 14.701,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.92,15.465
14.701,72.902 "/>
<path fill="#120C0E" d="M67.147,56.919c-0.439-0.438-0.999-0.957-1.278-1.515c-0.96-2.592-3.478-4.425-6.396-4.425
c-2.878,0-5.316,1.753-6.315,4.265c-0.92,1.873-2.838,3.149-5.078,3.149c-2.358,0-4.477-1.356-5.317-3.349
c-0.959-2.591-3.397-4.504-6.315-4.504c-2.878,0-5.317,1.753-6.316,4.265c-0.361,0.758-0.84,1.635-1.479,2.153v5.579h38.495V56.919z
"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M67.147,56.919
c-0.439-0.438-0.999-0.957-1.278-1.515c-0.96-2.592-3.478-4.425-6.396-4.425c-2.878,0-5.316,1.753-6.315,4.265
c-0.92,1.873-2.838,3.149-5.078,3.149c-2.358,0-4.477-1.356-5.317-3.349c-0.959-2.591-3.397-4.504-6.315-4.504
c-2.878,0-5.317,1.753-6.316,4.265c-0.361,0.758-0.84,1.635-1.479,2.153v5.579h38.495V56.919z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="96.082px" height="84.307px" viewBox="0 0 96.082 84.307" enable-background="new 0 0 96.082 84.307" xml:space="preserve">
<path fill="#ED1C24" d="M6.729,84.268c-2.004,0.21-3.166-0.419-4.643-1.886c-2.427-2.409-2.796-5.97-0.791-8.588L42.29,3.251
c0.159-0.314-0.264,0.367-0.105,0.104c0.844-1.414,2.163-2.514,3.851-3.037c3.061-0.943,6.121,0.261,7.704,2.88l41.575,71.485
c1.003,1.676,0.949,3.3,0.264,5.237c-1.055,2.775-3.745,4.398-6.595,4.347H6.729z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M6.729,84.268
c-2.004,0.21-3.166-0.419-4.643-1.886c-2.427-2.409-2.796-5.97-0.791-8.588L42.29,3.251c0.159-0.314-0.264,0.367-0.105,0.104
c0.844-1.414,2.163-2.514,3.851-3.037c3.061-0.943,6.121,0.261,7.704,2.88l41.575,71.485c1.003,1.676,0.949,3.3,0.264,5.237
c-1.055,2.775-3.745,4.398-6.595,4.347H6.729z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="12.85,73.583 47.038,14.773 81.28,73.583 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.368" stroke-miterlimit="3.863" points="12.85,73.583 47.038,14.773
81.28,73.583 "/>
<path fill="#120C0E" d="M58.329,59.236c-2.427-3.091-6.278-4.924-10.552-4.924c-4.327,0-8.125,1.99-10.605,5.133
c-1.952,2.252-4.801,3.928-8.02,3.928h-5.381v4.137l48.541-0.053l0.052-4.398h-6.015C63.13,63.058,60.228,61.488,58.329,59.236z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M58.329,59.236
c-2.427-3.091-6.278-4.924-10.552-4.924c-4.327,0-8.125,1.99-10.605,5.133c-1.952,2.252-4.801,3.928-8.02,3.928h-5.381v4.137
l48.541-0.053l0.052-4.398h-6.015C63.13,63.058,60.228,61.488,58.329,59.236z"/>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.705px" viewBox="0 0 95.797 83.705" enable-background="new 0 0 95.797 83.705" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.272C51.318,0.877,49.759,0,47.96,0c-1.719,0-2.479,0.837-3.397,2.112L0.95,75.293
c-1.519,1.993-1.16,5.143,0.68,6.976c1.04,1.037,2.238,1.436,3.597,1.436h86.305c1,0,2.039-0.678,2.799-1.436
c1.479-1.515,1.84-3.707,1.079-5.58L52.198,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.272C51.318,0.877,49.759,0,47.96,0
c-1.719,0-2.479,0.837-3.397,2.112L0.95,75.293c-1.519,1.993-1.16,5.143,0.68,6.976c1.04,1.037,2.238,1.436,3.597,1.436h86.305
c1,0,2.039-0.678,2.799-1.436c1.479-1.515,1.84-3.707,1.079-5.58L52.198,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.92,15.466 14.702,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.92,15.466
14.702,72.902 "/>
<path fill="#120C0E" d="M56.515,51.099l-0.72-0.238l-1.118,3.626l-2.119-0.677l1.119-3.668l-14.87-4.424l-1.2,3.747l-2.198-0.718
l1.04-3.707l-0.8-0.278c0.2-2.233-0.399-4.903,1-7.135c0.399-0.479,0.6-0.439,0.959-0.678l5.437-6.178l15.23,4.543l0.919,7.853
c0.041,0.238,0.121,0.438,0.361,0.559C60.272,45.917,58.074,49.185,56.515,51.099z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M56.515,51.099l-0.72-0.238l-1.118,3.626
l-2.119-0.677l1.119-3.668l-14.87-4.424l-1.2,3.747l-2.198-0.718l1.04-3.707l-0.8-0.278c0.2-2.233-0.399-4.903,1-7.135
c0.399-0.479,0.6-0.439,0.959-0.678l5.437-6.178l15.23,4.543l0.919,7.853c0.041,0.238,0.121,0.438,0.361,0.559
C60.272,45.917,58.074,49.185,56.515,51.099z"/>
<path fill="#FFFFFF" d="M38.686,37.428l4.677-5.421l14.111,4.225l0.839,6.936C51.679,40.098,46.881,38.663,38.686,37.428z"/>
<path fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" d="M38.686,37.428l4.677-5.421l14.111,4.225
l0.839,6.936C51.679,40.098,46.881,38.663,38.686,37.428z"/>
<path fill="#120C0E" d="M32.29,71.906l7.916-6.417c0.12-0.12,0.199-0.319,0.199-0.519c0-0.239-0.04-0.518-0.239-0.598l-8.355-3.946
c-0.52-0.239-0.839-0.877-0.839-1.515c0-0.717,0.479-1.275,1.08-1.634l3.077-1.835h2.279l-4.558,2.832
c-0.16,0.118-0.239,0.318-0.239,0.518c0,0.238,0.119,0.438,0.32,0.557l8.994,3.907c0.76,0.319,1.28,1.036,1.28,1.913
c0,0.559-0.16,1.036-0.52,1.435l-6.557,5.302H32.29z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M32.29,71.906l7.916-6.417
c0.12-0.12,0.199-0.319,0.199-0.519c0-0.239-0.04-0.518-0.239-0.598l-8.355-3.946c-0.52-0.239-0.839-0.877-0.839-1.515
c0-0.717,0.479-1.275,1.08-1.634l3.077-1.835h2.279l-4.558,2.832c-0.16,0.118-0.239,0.318-0.239,0.518
c0,0.238,0.119,0.438,0.32,0.557l8.994,3.906c0.76,0.32,1.28,1.037,1.28,1.914c0,0.559-0.16,1.036-0.52,1.435l-6.557,5.302H32.29z"
/>
<path fill="#120C0E" d="M52.317,71.945l6.596-6.377c0.121-0.119,0.201-0.318,0.201-0.518c0-0.239-0.32-0.479-0.48-0.598
l-9.074-3.906c-0.92-0.398-1.159-0.359-1.319-1.436c-0.12-0.718,0.2-1.036,0.76-1.354l4.077-2.313h2.358l-4.438,2.552
c-0.159,0.08-0.439,0.519-0.439,0.718c0,0.238,0.4,0.559,0.6,0.637l9.474,3.986c0.76,0.319,1.279,1.037,1.279,1.914
c0,0.558-0.039,1.116-0.398,1.515l-5.037,5.222L52.317,71.945z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M52.317,71.945l6.596-6.377
c0.121-0.119,0.201-0.318,0.201-0.518c0-0.239-0.32-0.479-0.48-0.598l-9.074-3.906c-0.92-0.398-1.159-0.359-1.319-1.436
c-0.12-0.718,0.2-1.036,0.76-1.355l4.077-2.313h2.358l-4.438,2.552c-0.159,0.08-0.439,0.519-0.439,0.718
c0,0.238,0.4,0.559,0.6,0.637l9.474,3.986c0.76,0.318,1.279,1.037,1.279,1.914c0,0.558-0.039,1.116-0.398,1.515l-5.037,5.222
L52.317,71.945z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -0,0 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.704px" viewBox="0 0 95.797 83.704" enable-background="new 0 0 95.797 83.704" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.271C51.318,0.876,49.759,0,47.96,0c-1.719,0-2.479,0.837-3.398,2.111L0.95,75.293
c-1.519,1.993-1.16,5.142,0.68,6.976c1.039,1.036,2.238,1.436,3.597,1.436h86.305c1,0,2.039-0.679,2.799-1.436
c1.479-1.515,1.839-3.707,1.079-5.58L52.198,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.271C51.318,0.876,49.759,0,47.96,0
c-1.719,0-2.479,0.837-3.398,2.111L0.95,75.293c-1.519,1.993-1.16,5.142,0.68,6.976c1.039,1.036,2.238,1.436,3.597,1.436h86.305
c1,0,2.039-0.679,2.799-1.436c1.479-1.515,1.839-3.707,1.079-5.58L52.198,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.901 47.92,15.464 14.702,72.901 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.901 47.92,15.464
14.702,72.901 "/>
<path fill="#120C0E" d="M20.697,67.919L75.143,67.8v-0.718H41.564v-6.576h1.758c1.879-4.066,1.72-8.092,1.32-12.516
c-0.28-0.797-0.28-1.196-1.2-2.073l-5.477-10.921l-0.839,1.116l4.598,8.928l-9.435-0.358l-3.518,5.699h5.637v0.678h-5.877
l-1.639,2.551h11.273v0.877H26.494l-1.479,2.352h9.594v0.957H24.535l-1.559,2.551h14.671v6.696H20.697V67.919z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M20.697,67.919L75.143,67.8v-0.718H41.564v-6.576
h1.758c1.879-4.066,1.72-8.092,1.32-12.516c-0.28-0.797-0.28-1.196-1.2-2.073l-5.477-10.921l-0.839,1.116l4.598,8.928l-9.435-0.358
l-3.518,5.699h5.637v0.678h-5.877l-1.639,2.551h11.273v0.877H26.494l-1.479,2.352h9.594v0.957H24.535l-1.559,2.551h14.671v6.696
H20.697V67.919z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M39.565,51.656c-1.759,0-2.838-1.873-1.959-3.388
c0.879-1.515,3.039-1.555,3.918,0C42.403,49.783,41.324,51.656,39.565,51.656z"/>
<path fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" d="M39.565,51.656c-1.759,0-2.838-1.873-1.959-3.388
c0.879-1.515,3.039-1.555,3.918,0C42.403,49.783,41.324,51.656,39.565,51.656z"/>
<polygon fill="#120C0E" points="42.403,65.368 55.795,35.514 57.233,36.511 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="42.403,65.368 55.795,35.514
57.233,36.511 "/>
<polygon fill="#120C0E" points="57.233,49.106 58.194,50.222 42.604,65.807 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="57.233,49.106 58.194,50.222
42.604,65.807 "/>
<polygon fill="#120C0E" points="42.604,66.165 58.833,55.522 59.474,56.52 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="42.604,66.165 58.833,55.522
59.474,56.52 "/>
<polygon fill="#120C0E" points="43.124,66.205 68.747,57.954 69.187,59.39 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="43.124,66.205 68.747,57.954
69.187,59.39 "/>
<path fill="#120C0E" d="M53.317,34.079c0-0.2,0-0.398,0-0.598c0-0.479,0.839-0.797,0.679-1.355c0.72,0,0.761-0.877,1.239-0.877
c0.16,0.119,0.36,0.239,0.521,0.358c0.079,0.199,0.399,0.358,0.279,0.559c-0.439,0.677-0.399,1.195-0.64,1.195
c-0.279,0.398-0.359,0.279-0.52,0.718c-0.199,0.04-0.439,0.08-0.6,0.238c-0.24-0.04-0.479-0.079-0.72-0.079
C53.637,33.919,53.597,33.84,53.317,34.079z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M53.317,34.079c0-0.2,0-0.398,0-0.599
c0-0.478,0.839-0.796,0.679-1.354c0.72,0,0.761-0.877,1.239-0.877c0.16,0.119,0.36,0.239,0.521,0.358
c0.079,0.199,0.399,0.358,0.279,0.559c-0.439,0.677-0.399,1.195-0.64,1.195c-0.279,0.398-0.359,0.279-0.52,0.718
c-0.199,0.04-0.439,0.08-0.6,0.238c-0.24-0.04-0.479-0.079-0.72-0.079C53.637,33.919,53.597,33.84,53.317,34.079z"/>
<path fill="#120C0E" d="M49.96,36.629c0.158,0.12,0.359,0.28,0.518,0.399c0.24,0.159,0.281-0.518,0.721-0.159
c-0.04-0.2,0.24-0.12,0.319-0.24c0.08-0.038,0.12-0.238,0.24-0.278c0.04-0.358,0.28-0.598-0.04-1.036c-0.24,0-0.6,0.12-0.839,0.159
C50.278,35.673,49.919,35.952,49.96,36.629z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M49.96,36.629c0.158,0.12,0.359,0.28,0.518,0.399
c0.24,0.159,0.281-0.518,0.721-0.159c-0.04-0.2,0.24-0.12,0.319-0.24c0.08-0.038,0.12-0.238,0.24-0.278
c0.04-0.358,0.28-0.598-0.04-1.036c-0.24,0-0.6,0.12-0.839,0.159C50.278,35.673,49.919,35.952,49.96,36.629z"/>
<path fill="#120C0E" d="M57.075,41.931c0.158,0,0.279,0,0.398,0.08c0,0.04,0.041,0.119,0.08,0.159c0.08-0.04,0.121,0.04,0.16,0.04
c0.08,0.199,0.32,0.12,0.44,0.239c0-0.04,0.04-0.119,0.079-0.159c0.12,0,0.16-0.16,0.28-0.199c0.16-0.08,0.399,0,0.56-0.08
c0.08-0.159,0.32-0.159,0.4-0.318c-0.041-0.24,0.199-0.479,0.039-0.719c-0.359-0.238-0.439-0.757-0.879-0.876
c-0.04-0.04-0.08-0.12-0.08-0.159c-0.24-0.239-0.56,0.119-0.84-0.12c-0.039,0-0.119,0.04-0.16,0.08
c-0.039,0.04-0.08,0.119-0.08,0.159c-0.479-0.04-0.08,0.718-0.318,0.758C56.755,40.855,56.555,41.612,57.075,41.931z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M57.075,41.931c0.158,0,0.279,0,0.398,0.08
c0,0.04,0.041,0.119,0.08,0.159c0.08-0.04,0.121,0.04,0.16,0.04c0.08,0.199,0.32,0.12,0.44,0.239c0-0.04,0.04-0.119,0.079-0.159
c0.12,0,0.16-0.16,0.28-0.199c0.16-0.08,0.399,0,0.56-0.08c0.08-0.159,0.32-0.159,0.4-0.318c-0.041-0.24,0.199-0.479,0.039-0.719
c-0.359-0.238-0.439-0.757-0.879-0.876c-0.04-0.04-0.08-0.12-0.08-0.159c-0.24-0.239-0.56,0.119-0.84-0.12
c-0.039,0-0.119,0.04-0.16,0.08c-0.039,0.04-0.08,0.119-0.08,0.159c-0.479-0.04-0.08,0.718-0.318,0.758
C56.755,40.855,56.555,41.612,57.075,41.931z"/>
<path fill="#120C0E" d="M57.474,45.957c-0.08,0.159-0.119-0.479-0.08-0.679c0.601-0.597,1.28-0.278,1.479-0.597
c0.08-0.04,0.12,0.04,0.161,0.04c0.08,0.119,0.08,0.238,0.158,0.358c0.121,0.04,0.32,0.08,0.4,0.198
c-0.08,0.08-0.199,0.16-0.24,0.28c-0.039,0-0.08-0.08-0.16-0.04c-0.078,0.08-0.239,0.04-0.279,0.199
c-0.319-0.119-0.439,0.199-0.68,0.279C57.954,46.076,57.554,45.797,57.474,45.957z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M57.474,45.957
c-0.08,0.159-0.119-0.479-0.08-0.679c0.601-0.597,1.28-0.278,1.479-0.597c0.08-0.04,0.12,0.04,0.161,0.04
c0.08,0.119,0.08,0.238,0.158,0.358c0.121,0.04,0.32,0.08,0.4,0.198c-0.08,0.08-0.199,0.16-0.24,0.28c-0.039,0-0.08-0.08-0.16-0.04
c-0.078,0.08-0.239,0.04-0.279,0.199c-0.319-0.119-0.439,0.199-0.68,0.279C57.954,46.076,57.554,45.797,57.474,45.957z"/>
<path fill="#120C0E" d="M59.073,50.58c0-0.119,0-0.238,0-0.358c0.08,0,0.119-0.08,0.199-0.04c0.439-0.198,0.561-0.837,0.76-1.155
c0.081,0,0.12,0,0.2,0c0.12,0.158,0.32,0.278,0.52,0.238c-0.04,0.08,0.04,0.12,0.04,0.16c0.12,0.12,0.24,0.238,0.359,0.358
c0.04,0.12,0.04,0.2,0,0.318c-0.04,0-0.119,0.04-0.159,0.08c-0.04,0.16-0.12,0.359-0.08,0.519c-0.24-0.04-0.359,0.199-0.52,0.279
c-0.36,0.04-0.601-0.239-0.999-0.04C59.272,50.819,59.192,50.7,59.073,50.58z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M59.073,50.58c0-0.119,0-0.238,0-0.358
c0.08,0,0.119-0.08,0.199-0.04c0.439-0.199,0.561-0.837,0.76-1.155c0.081,0,0.12,0,0.2,0c0.12,0.158,0.32,0.278,0.52,0.238
c-0.04,0.08,0.04,0.12,0.04,0.16c0.12,0.12,0.24,0.238,0.359,0.358c0.04,0.12,0.04,0.199,0,0.318c-0.04,0-0.119,0.04-0.159,0.08
c-0.04,0.16-0.12,0.359-0.08,0.519c-0.24-0.04-0.359,0.199-0.52,0.279c-0.36,0.04-0.601-0.239-0.999-0.04
C59.272,50.819,59.192,50.7,59.073,50.58z"/>
<path fill="#120C0E" d="M64.03,52.732c0-0.278,0.119-0.996-0.16-1.116c0.279-0.158,0.439-0.478,0.76-0.518c0.08,0,0.119,0,0.2,0
c-0.04,0.079,0.04,0.119,0.04,0.159c0.08,0-0.08,0,0,0c0.159,0,0.279,0.04,0.439,0.04c0.199,0.717,1.439,0.358,1.08,0.917
c0,0.12,0.039,0.279,0.039,0.398c-0.48,0.199-0.88,0.279-1.279,0.558c-0.12,0.04-0.279,0.08-0.4,0.12
c-0.119-0.16-0.199-0.398-0.398-0.479C64.229,52.772,64.149,52.772,64.03,52.732z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M64.03,52.732c0-0.278,0.119-0.996-0.16-1.116
c0.279-0.158,0.439-0.478,0.76-0.518c0.08,0,0.119,0,0.2,0c-0.04,0.079,0.04,0.119,0.04,0.159c0.08,0-0.08,0,0,0
c0.159,0,0.279,0.04,0.439,0.04c0.199,0.717,1.439,0.358,1.08,0.917c0,0.12,0.039,0.279,0.039,0.398
c-0.48,0.199-0.88,0.279-1.279,0.558c-0.12,0.04-0.279,0.08-0.4,0.12c-0.119-0.16-0.199-0.398-0.398-0.479
C64.229,52.772,64.149,52.772,64.03,52.732z"/>
<path fill="#120C0E" d="M64.351,57.795c0.238,0,0.479-0.039,0.679-0.159c0,0.04,0-0.04,0,0c0,0.159,0.439,0.398,0.52,0.159
c0.28-0.119,0.399-0.438,0.72-0.438c0.199-0.159,0.16-0.438,0.16-0.678c0-0.159-0.24-0.319-0.359-0.398
c-0.16-0.079-0.64-0.399-0.561-0.359c-0.239,0.12-0.359,0.399-0.639,0.438c-0.16,0.04-0.281,0.08-0.4,0.12
c-0.16,0-0.08,0.358-0.24,0.319c-0.08,0.159-0.16,0.318-0.238,0.479C63.911,57.476,64.149,57.795,64.351,57.795z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M64.351,57.795c0.238,0,0.479-0.039,0.679-0.159
c0,0.04,0-0.04,0,0c0,0.159,0.439,0.398,0.52,0.159c0.28-0.119,0.399-0.438,0.72-0.438c0.199-0.159,0.16-0.438,0.16-0.678
c0-0.159-0.24-0.319-0.359-0.398c-0.16-0.079-0.64-0.399-0.561-0.359c-0.239,0.12-0.359,0.399-0.639,0.438
c-0.16,0.04-0.281,0.08-0.4,0.12c-0.16,0-0.08,0.358-0.24,0.319c-0.08,0.159-0.16,0.318-0.238,0.479
C63.911,57.476,64.149,57.795,64.351,57.795z"/>
<path fill="#120C0E" d="M69.826,62.617c-0.399,0.16-0.839-0.198-1.239-0.039c-0.039-0.039-0.24-0.239-0.24-0.359
c-0.039,0,0.04,0,0,0c-0.079-0.079-0.199-0.198-0.279-0.278c0-0.08,0-0.12,0-0.199c0.04-0.119,0.16-0.199,0.24-0.279
c0.079,0,0.119,0,0.199,0c0.32-0.318,0.6-0.678,0.92-0.956c0.359,0,0.959,0.119,0.959,0.558c0.12,0.04,0.24,0.04,0.361,0.08
c-0.121,0.079-0.281,0.199-0.401,0.278c0,0.12-0.04,0.2-0.04,0.319c-0.079,0.119-0.159,0.239-0.239,0.359
c-0.04,0.118-0.08,0.278-0.12,0.398C69.866,62.539,69.906,62.578,69.826,62.617z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M69.826,62.617
c-0.399,0.16-0.839-0.198-1.239-0.039c-0.039-0.039-0.24-0.239-0.24-0.359c-0.039,0,0.041,0,0,0
c-0.079-0.079-0.199-0.198-0.279-0.278c0-0.08,0-0.12,0-0.199c0.04-0.119,0.16-0.199,0.24-0.279c0.08,0,0.119,0,0.199,0
c0.32-0.318,0.6-0.678,0.92-0.956c0.359,0,0.959,0.119,0.959,0.558c0.12,0.04,0.24,0.04,0.361,0.08
c-0.121,0.079-0.281,0.199-0.401,0.278c0,0.12-0.04,0.2-0.04,0.319c-0.079,0.119-0.159,0.239-0.239,0.359
c-0.04,0.118-0.08,0.278-0.12,0.398C69.866,62.539,69.906,62.578,69.826,62.617z"/>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.705px" viewBox="0 0 95.797 83.705" enable-background="new 0 0 95.797 83.705" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.272C51.319,0.877,49.759,0,47.96,0c-1.719,0-2.479,0.838-3.397,2.113L0.95,75.294
c-1.519,1.993-1.16,5.142,0.68,6.977c1.04,1.035,2.238,1.434,3.598,1.434h86.306c0.999,0,2.039-0.678,2.8-1.434
c1.479-1.516,1.838-3.708,1.078-5.582L52.198,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.272C51.319,0.877,49.759,0,47.961,0
c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.294c-1.519,1.993-1.16,5.142,0.68,6.977c1.04,1.035,2.238,1.434,3.598,1.434h86.306
c0.999,0,2.039-0.678,2.8-1.434c1.479-1.516,1.838-3.708,1.078-5.582L52.198,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.139,72.903 47.92,15.465 14.702,72.903 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.139,72.903 47.92,15.465
14.702,72.903 "/>
<path fill="#191C21" d="M80.821,72.983H44.282c5.756-6.538,4.398-9.008,6.236-13.673c0.32-2.191,2.559-3.984,4.357-6.934
c0.16-1.037-1.559-3.189-1.639-5.78c0-0.558-0.279-1.036-0.279-1.595c-0.279-1.793-1.479-5.102-1.799-6.497
c-0.88-3.866,0.359,0.677,4.396-9.607L80.821,72.983z"/>
<path fill="none" stroke="#191C21" stroke-width="0" stroke-miterlimit="3.863" d="M80.821,72.983H44.282
c5.756-6.538,4.398-9.008,6.236-13.673c0.32-2.191,2.559-3.984,4.357-6.935c0.16-1.036-1.559-3.188-1.639-5.779
c0-0.558-0.279-1.036-0.279-1.595c-0.279-1.793-1.479-5.102-1.799-6.497c-0.879-3.866,0.359,0.677,4.396-9.607L80.821,72.983z"/>
<path fill="#120C0E" d="M35.449,71.906c0.319,0.16,0.719-0.039,1,0.121c0.199-0.041,0.399-0.08,0.599-0.08
c0.2,0.239,1.519-1.953,0.12-2.432c-0.359,0-0.719-0.08-1.08-0.04c-0.52-0.12-0.799-0.479-1.199-0.677
c-0.68,0-1.319-0.041-1.599,0.438c-0.48,0.638-0.359,0.838-0.359,1.594C33.169,71.906,34.608,72.625,35.449,71.906z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M35.449,71.906c0.319,0.16,0.719-0.039,1,0.121
c0.199-0.041,0.399-0.08,0.599-0.08c0.2,0.239,1.519-1.953,0.12-2.432c-0.359,0-0.719-0.08-1.08-0.04
c-0.52-0.12-0.799-0.479-1.199-0.677c-0.68,0-1.319-0.041-1.599,0.438c-0.48,0.638-0.359,0.838-0.359,1.594
C33.169,71.906,34.608,72.625,35.449,71.906z"/>
<path fill="#120C0E" d="M43.124,68.598c-0.76-0.079-0.6-0.599-0.64-0.638c0.04-0.318-0.04-0.159,0.08-0.479
c0.12-0.08,0.08-0.238,0.16-0.358c0-0.12-0.2-0.319-0.16-0.438c-0.319-0.24-0.16-0.678-0.12-0.996c0.16-0.439,0.68-0.758,1.2-0.599
c0.04,0.12,0.319,0.239,0.359,0.359c0.199,0.159,0.399,0.239,0.64,0.198c0.159,0.121,0.319,0.2,0.479,0.319
c0.359,0.359,0.04,1.196,0.04,1.794c-0.2,0.479-0.6,0.598-0.92,0.637C43.803,68.876,43.283,68.478,43.124,68.598z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M43.124,68.598c-0.76-0.08-0.6-0.599-0.64-0.638
c0.04-0.318-0.04-0.159,0.08-0.479c0.12-0.08,0.08-0.238,0.16-0.358c0-0.12-0.2-0.319-0.16-0.438c-0.319-0.24-0.16-0.678-0.12-0.996
c0.16-0.439,0.68-0.758,1.2-0.599c0.04,0.12,0.319,0.239,0.359,0.359c0.199,0.159,0.399,0.239,0.64,0.198
c0.159,0.121,0.319,0.2,0.479,0.319c0.359,0.359,0.04,1.196,0.04,1.794c-0.2,0.479-0.6,0.598-0.92,0.637
C43.803,68.876,43.283,68.478,43.124,68.598z"/>
<path fill="#120C0E" d="M37.327,64.213c0.959,0.398,2.398,0.2,2.718-0.04c0-0.039,0.28-0.158,0.319-0.198
c0.2-0.319,0.32-0.519,0.4-0.917c-0.08-0.279-0.24-0.479-0.2-0.758c-0.16-0.318-0.56-0.518-0.879-0.559
c-0.24-0.198-0.359-0.278-0.52-0.518c-0.359-0.119-0.759-0.238-1.16-0.199c-0.879,0.359-0.839,1.475-1.359,1.634
c0,0.2,0,0.559,0.12,0.718C36.967,63.337,37.287,63.935,37.327,64.213z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M37.327,64.213c0.959,0.398,2.398,0.2,2.718-0.04
c0-0.039,0.28-0.158,0.319-0.198c0.2-0.319,0.32-0.519,0.4-0.917c-0.08-0.279-0.24-0.479-0.2-0.758
c-0.16-0.318-0.56-0.518-0.879-0.559c-0.24-0.198-0.359-0.278-0.52-0.518c-0.359-0.119-0.759-0.238-1.16-0.199
c-0.879,0.359-0.839,1.475-1.359,1.634c0,0.2,0,0.559,0.12,0.718C36.967,63.337,37.287,63.935,37.327,64.213z"/>
<path fill="#120C0E" d="M41.564,57.996c-0.12-0.318,0.2-0.559,0.239-0.837c0.72-0.718,0.92-0.798,0.92-1.993
c0.439-1.036,1.079-2.033,2.038-1.275c0.12,0.079,0.64,0.598,1.918,0.318c0.04,0.041,0.72,0.359,0.76,0.398
c0.159,0.398,0.159,1.037,0.479,1.355c0.6,1.953,1.399,1.715,0.719,4.225c0.361,0.519-0.479,1.117-0.519,1.037
c-0.16,0.598-0.44,0.399-0.52,0.718c-0.039,0.278-0.759,0.04-0.919-0.279c-0.359-0.159-0.759-0.039-1.119-0.079
c-0.479-0.32-0.88-0.639-1.36-0.918c-0.479-0.358-1.079-0.119-1.558-0.557c-0.28-0.559-0.68-1.396-0.879-1.715
c0-0.04-0.08-0.08-0.04-0.16C41.645,58.156,41.604,58.116,41.564,57.996z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M41.564,57.996
c-0.12-0.318,0.2-0.559,0.239-0.837c0.72-0.718,0.92-0.798,0.92-1.993c0.439-1.036,1.079-2.033,2.038-1.275
c0.12,0.079,0.64,0.598,1.918,0.318c0.04,0.041,0.72,0.359,0.76,0.398c0.159,0.398,0.159,1.037,0.479,1.355
c0.6,1.953,1.399,1.715,0.719,4.225c0.361,0.519-0.479,1.117-0.519,1.037c-0.159,0.598-0.44,0.399-0.52,0.718
c-0.039,0.278-0.759,0.04-0.919-0.28c-0.359-0.158-0.759-0.038-1.119-0.078c-0.479-0.32-0.88-0.639-1.36-0.918
c-0.479-0.358-1.079-0.119-1.558-0.557c-0.28-0.559-0.68-1.396-0.879-1.715c0-0.04-0.08-0.08-0.04-0.16
C41.645,58.156,41.604,58.116,41.564,57.996z"/>
<path fill="#120C0E" d="M37.607,51.778c-0.36,0.358-0.959,0.278-1,0.837c-0.12,0.039-0.199,0.16-0.32,0.199
c0,0.877-0.479,1.634-0.319,2.512c0.799,0.557,2.398,0.158,2.758-0.279c0.6-0.359,0.16-2.591-0.52-3.469
C38.126,51.458,37.727,51.818,37.607,51.778z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M37.607,51.778c-0.36,0.358-0.959,0.278-1,0.837
c-0.12,0.039-0.199,0.16-0.32,0.199c0,0.877-0.479,1.634-0.319,2.512c0.799,0.557,2.398,0.158,2.758-0.279
c0.6-0.359,0.16-2.591-0.52-3.469C38.126,51.458,37.727,51.818,37.607,51.778z"/>
<path fill="#120C0E" d="M40.166,45.042c0.04-0.519,0.64-0.997,0.879-1.476c0.439-0.916,1.999-1.474,2.718-1.156
c0.88,0.4,1.2,0.08,1.479,0.24c1.76,0.957,2.039,2.432,1.439,4.465c-1.279,1.154-0.959,3.586-3.117,2.948
c-0.879-0.278-1.799-1.155-2.278-1.514c-0.56-0.438-1.76-2.192-1.56-2.632C39.766,45.798,40.085,45.082,40.166,45.042z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M40.166,45.042
c0.04-0.519,0.64-0.997,0.879-1.476c0.439-0.916,1.999-1.474,2.718-1.156c0.88,0.4,1.2,0.08,1.479,0.24
c1.76,0.957,2.039,2.432,1.439,4.465c-1.279,1.154-0.959,3.586-3.117,2.948c-0.879-0.278-1.799-1.155-2.278-1.514
c-0.56-0.438-1.76-2.192-1.56-2.632C39.766,45.798,40.085,45.082,40.166,45.042z"/>
<path fill="#120C0E" d="M47.121,39.062c-0.079-0.358,0.32-0.199,0.88-0.757c0.239-0.2,0.558-0.278,0.798-0.518
c0.121,0.04,0.24-0.04,0.36-0.04c0.04-0.08,0.04-0.08,0.12-0.12c0.359,0,0.56-0.159,0.919,0.16c0.521,0.638,0.56,2.231,0.241,2.631
c-0.801,0.398-0.681,0.917-1.32,0.917c-0.439,0-1.359-0.28-1.559-0.718C47.241,40.537,47.201,39.461,47.121,39.062z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M47.121,39.062
c-0.079-0.358,0.32-0.199,0.88-0.757c0.239-0.2,0.558-0.278,0.798-0.518c0.121,0.04,0.24-0.04,0.36-0.04
c0.04-0.08,0.04-0.08,0.12-0.12c0.359,0,0.56-0.159,0.919,0.16c0.521,0.638,0.56,2.231,0.241,2.631
c-0.801,0.398-0.681,0.917-1.32,0.917c-0.439,0-1.359-0.28-1.559-0.718C47.241,40.537,47.201,39.461,47.121,39.062z"/>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.713px" viewBox="0 0 95.797 83.713" enable-background="new 0 0 95.797 83.713" xml:space="preserve">
<g>
<path fill="#ED1C24" d="M43.6,2.272C44.479,0.877,46.039,0,47.837,0c1.719,0,2.479,0.838,3.398,2.113l43.613,73.182
c1.518,1.993,1.158,5.142-0.681,6.977c-1.039,1.035-2.237,1.514-3.599,1.434L4.184,83.666c-1-0.16-1.959-0.639-2.718-1.395
c-1.479-1.516-1.838-3.708-1.08-5.582L43.6,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M43.6,2.272C44.479,0.877,46.039,0,47.837,0
c1.719,0,2.479,0.837,3.398,2.113l43.613,73.182c1.518,1.993,1.158,5.142-0.681,6.977c-1.039,1.035-2.237,1.514-3.599,1.434
L4.184,83.666c-1-0.16-1.959-0.639-2.718-1.395c-1.479-1.516-1.838-3.708-1.08-5.582L43.6,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="14.658,72.903 47.917,15.465 81.177,72.903 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="14.658,72.903 47.917,15.465
81.177,72.903 "/>
<path fill="#120C0E" d="M41.282,40.218l-2.918,3.07l1.319,3.746l4.517,1.275c6.636,1.913,11.632,8.051,11.632,15.266v4.704
l3.519-2.233l3.397,2.233v-4.704c0-10.563-7.195-19.49-16.949-22.082L41.282,40.218z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M41.282,40.218l-2.918,3.07l1.319,3.746
l4.517,1.275c6.636,1.913,11.632,8.051,11.632,15.266v4.704l3.519-2.233l3.397,2.233v-4.704c0-10.563-7.195-19.49-16.949-22.082
L41.282,40.218z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.816px" height="83.729px" viewBox="0 0 95.816 83.729" enable-background="new 0 0 95.816 83.729" xml:space="preserve">
<path fill="#ED1C24" d="M43.608,2.271C44.488,0.876,46.047,0,47.846,0c1.72,0,2.479,0.836,3.399,2.113L94.867,75.31
c1.52,1.992,1.159,5.143-0.68,6.977c-1.039,1.037-2.239,1.515-3.598,1.436L4.185,83.681c-1-0.159-1.959-0.638-2.719-1.395
c-1.479-1.516-1.84-3.707-1.08-5.582L43.608,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M43.608,2.271C44.488,0.876,46.048,0,47.846,0
c1.72,0,2.479,0.836,3.399,2.113L94.867,75.31c1.52,1.992,1.159,5.143-0.68,6.977c-1.039,1.037-2.239,1.515-3.598,1.436
L4.185,83.681c-1-0.159-1.959-0.638-2.719-1.395c-1.479-1.516-1.84-3.707-1.08-5.582L43.608,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="14.66,72.917 47.926,15.468 81.193,72.917 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="14.66,72.917 47.926,15.468
81.193,72.917 "/>
<path fill="#120C0E" d="M54.524,40.066l2.918,3.069l-1.319,3.748l-4.518,1.275c-6.637,1.914-11.635,8.053-11.635,15.27v4.704
l-3.518-2.233l-3.399,2.233v-4.704c0-10.564,7.197-19.496,16.953-22.087L54.524,40.066z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M54.524,40.066l2.918,3.069l-1.319,3.748
l-4.518,1.275c-6.637,1.914-11.635,8.053-11.635,15.27v4.704l-3.518-2.233l-3.399,2.233v-4.704c0-10.564,7.198-19.496,16.953-22.087
L54.524,40.066z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.796px" height="83.713px" viewBox="0 0 95.796 83.713" enable-background="new 0 0 95.796 83.713" xml:space="preserve">
<path fill="#ED1C24" d="M4.184,83.664c-1-0.16-1.959-0.639-2.718-1.396c-1.479-1.515-1.839-3.706-1.08-5.581L43.6,2.271
C44.479,0.876,46.038,0,47.836,0c1.719,0,2.479,0.836,3.398,2.111l43.612,73.182c1.52,1.993,1.159,5.143-0.68,6.976
c-1.039,1.037-2.238,1.515-3.598,1.436"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M4.184,83.664c-1-0.16-1.959-0.639-2.718-1.396
c-1.479-1.515-1.839-3.706-1.08-5.581L43.6,2.271C44.479,0.876,46.038,0,47.836,0c1.719,0,2.479,0.836,3.398,2.111l43.612,73.182
c1.52,1.993,1.159,5.143-0.68,6.976c-1.039,1.037-2.238,1.515-3.598,1.436"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="14.658,72.901 47.917,15.465 81.176,72.901 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="14.658,72.901 47.917,15.465
81.176,72.901 "/>
<path fill="#120C0E" d="M36.003,50.7V39.58l3.398-2.233l3.358,2.233V50.7c0,0.598,0.479,1.116,1.12,1.116
c0.24,0,0.479-0.08,0.64-0.199l8.395-4.862c1.16-0.679,2.438-1.037,3.877-1.037c4.279,0,7.796,3.507,7.796,7.813v15.625
l-3.358-1.993l-3.357,1.993V53.569c0-0.597-0.48-1.115-1.08-1.115c-0.199,0-0.399,0.04-0.599,0.159l-8.395,4.822
c-1.16,0.679-2.479,1.077-3.958,1.077C39.521,58.513,36.003,55.006,36.003,50.7z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M36.003,50.7V39.58l3.398-2.233l3.358,2.233
V50.7c0,0.598,0.479,1.116,1.12,1.116c0.24,0,0.479-0.08,0.64-0.199l8.395-4.862c1.16-0.679,2.438-1.037,3.877-1.037
c4.279,0,7.796,3.507,7.796,7.813v15.625l-3.358-1.993l-3.357,1.993V53.569c0-0.597-0.48-1.115-1.08-1.115
c-0.199,0-0.398,0.04-0.599,0.159l-8.395,4.822c-1.16,0.679-2.479,1.077-3.958,1.077C39.521,58.513,36.003,55.006,36.003,50.7z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.713px" viewBox="0 0 95.797 83.713" enable-background="new 0 0 95.797 83.713" xml:space="preserve">
<path fill="#ED1C24" d="M52.197,2.271C51.318,0.877,49.759,0,47.96,0c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.294
c-1.52,1.992-1.16,5.142,0.68,6.976c1.04,1.036,2.238,1.515,3.597,1.435l86.386-0.04c1-0.158,1.959-0.637,2.719-1.395
c1.479-1.515,1.839-3.707,1.078-5.58L52.197,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.197,2.271C51.318,0.877,49.759,0,47.96,0
c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.294c-1.52,1.992-1.16,5.142,0.68,6.976c1.04,1.036,2.238,1.515,3.597,1.435l86.386-0.04
c1-0.158,1.959-0.637,2.719-1.395c1.479-1.515,1.839-3.707,1.078-5.58L52.197,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.903 47.92,15.466 14.701,72.903 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.903 47.92,15.466
14.701,72.903 "/>
<path fill="#120C0E" d="M59.792,50.701V39.58l-3.397-2.232l-3.358,2.232v11.121c0,0.598-0.479,1.115-1.118,1.115
c-0.24,0-0.479-0.079-0.64-0.198l-8.396-4.863c-1.159-0.678-2.438-1.036-3.877-1.036c-4.277,0-7.795,3.508-7.795,7.813v15.624
l3.358-1.993l3.359,1.993V53.571c0-0.599,0.48-1.116,1.079-1.116c0.2,0,0.399,0.04,0.6,0.159L48,57.438
c1.159,0.677,2.477,1.075,3.957,1.075C56.274,58.513,59.792,55.006,59.792,50.701z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M59.792,50.701V39.58l-3.397-2.232
l-3.358,2.232v11.121c0,0.598-0.479,1.115-1.118,1.115c-0.24,0-0.479-0.079-0.64-0.198l-8.396-4.863
c-1.159-0.678-2.438-1.036-3.877-1.036c-4.277,0-7.795,3.508-7.795,7.813v15.624l3.358-1.993l3.359,1.993V53.571
c0-0.599,0.48-1.116,1.079-1.116c0.2,0,0.399,0.04,0.6,0.159L48,57.438c1.159,0.677,2.477,1.075,3.957,1.075
C56.274,58.513,59.792,55.006,59.792,50.701z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.816px" height="83.722px" viewBox="0 0 95.816 83.722" enable-background="new 0 0 95.816 83.722" xml:space="preserve">
<path fill="#ED1C24" d="M52.208,2.271C51.329,0.876,49.77,0,47.97,0c-1.719,0-2.479,0.836-3.399,2.113L0.95,75.31
c-1.519,1.992-1.16,5.143,0.68,6.977c1.04,1.037,2.239,1.436,3.598,1.436h86.324c1,0,2.039-0.679,2.798-1.436
c1.48-1.516,1.84-3.707,1.079-5.582L52.208,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.208,2.271C51.329,0.876,49.77,0,47.97,0
c-1.719,0-2.479,0.836-3.399,2.113L0.95,75.31c-1.519,1.992-1.16,5.143,0.68,6.977c1.04,1.037,2.239,1.436,3.598,1.436h86.324
c1,0,2.039-0.679,2.799-1.436c1.479-1.516,1.839-3.707,1.078-5.582L52.208,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.155,72.917 47.93,15.468 14.704,72.917 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.155,72.917 47.93,15.468
14.704,72.917 "/>
<path fill="#120C0E" d="M37.094,48.877l-1.6-1.116l5.199-3.31l2.759-5.342l2.639-1.037l0.04-1.195c-0.281,0-0.401-0.08-0.68-0.08
c-0.959-0.558-0.68-4.784-0.68-4.784c0.201-0.2,0.6-0.718,0.8-0.718c0.719-0.2,2.438-0.16,2.798,0.2
c0.041,0.159,0.521,0.318,0.401,1.116v4.864l3.678,1.315l3.479,4.583l1.079,7.137l-1.599,0.799l-0.96-5.861l-2.999-3.269
l-0.279,8.013l6.678,15.389l-3.84,1.914l-0.199-0.838l0.92-1.514L48.53,54.179l-7.517,13.556l-4.078-1.993l0.64-0.957l1.399,0.199
l6.237-14.313l-0.719-7.097l-1.799,2.871L37.094,48.877z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M37.094,48.876l-1.6-1.115l5.199-3.31
l2.759-5.342l2.639-1.037l0.04-1.195c-0.281,0-0.401-0.08-0.68-0.08c-0.959-0.558-0.68-4.784-0.68-4.784
c0.201-0.2,0.6-0.718,0.8-0.718c0.719-0.2,2.438-0.16,2.798,0.2c0.041,0.159,0.521,0.318,0.401,1.116v4.864l3.678,1.315l3.479,4.583
l1.079,7.137l-1.599,0.799l-0.96-5.861l-2.999-3.269l-0.279,8.013l6.678,15.389l-3.84,1.914l-0.199-0.838l0.92-1.514L48.53,54.179
l-7.517,13.556l-4.078-1.993l0.64-0.957l1.399,0.199l6.237-14.313l-0.719-7.097l-1.799,2.871L37.094,48.876z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="65.603,70.844 66.122,69.847 68.401,69.847 67.841,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="65.603,70.844 66.122,69.847
68.401,69.847 67.841,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="66.923,60.598 67.442,59.601 69.722,59.601 69.161,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="66.923,60.598 67.442,59.601
69.722,59.601 69.161,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="62.165,60.598 62.685,59.601 64.962,59.601 64.402,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="62.165,60.598 62.685,59.601
64.962,59.601 64.402,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="57.525,60.598 58.046,59.601 60.325,59.601 59.765,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="57.525,60.598 58.046,59.601
60.325,59.601 59.765,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="56.126,70.844 56.646,69.847 58.926,69.847 58.366,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="56.126,70.844 56.646,69.847
58.926,69.847 58.366,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="60.964,70.844 61.484,69.847 63.764,69.847 63.204,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="60.965,70.844 61.484,69.847
63.764,69.847 63.204,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="52.768,60.598 53.288,59.601 55.567,59.601 55.007,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="52.768,60.598 53.288,59.601
55.567,59.601 55.007,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="48.05,60.598 48.57,59.601 50.849,59.601 50.289,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="48.05,60.598 48.57,59.601
50.849,59.601 50.289,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="43.332,60.598 43.852,59.601 46.131,59.601 45.571,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="43.332,60.598 43.852,59.601
46.131,59.601 45.571,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="42.052,70.844 42.572,69.847 44.851,69.847 44.292,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="42.052,70.844 42.572,69.847
44.851,69.847 44.292,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="46.77,70.844 47.29,69.847 49.569,69.847 49.009,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="46.77,70.844 47.29,69.847
49.569,69.847 49.009,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="51.448,70.844 51.969,69.847 54.247,69.847 53.687,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="51.448,70.844 51.969,69.847
54.247,69.847 53.687,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="38.693,60.598 39.214,59.601 41.492,59.601 40.933,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="38.693,60.598 39.214,59.601
41.493,59.601 40.933,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="37.334,70.844 37.854,69.847 40.133,69.847 39.574,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="37.334,70.844 37.854,69.847
40.133,69.847 39.574,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="33.696,60.598 34.216,59.601 36.495,59.601 35.936,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="33.696,60.598 34.216,59.601
36.495,59.601 35.936,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="28.979,60.598 29.498,59.601 31.776,59.601 31.217,60.598
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="28.979,60.598 29.498,59.601
31.776,59.601 31.217,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="32.457,70.844 32.976,69.847 35.255,69.847 34.696,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="32.457,70.844 32.976,69.847
35.255,69.847 34.696,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="27.779,70.844 28.298,69.847 30.578,69.847 30.018,70.844
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="27.779,70.844 28.298,69.847
30.578,69.847 30.018,70.844 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="24.1,60.598 24.62,59.601 26.899,59.601 26.339,60.598 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="24.1,60.598 24.62,59.601 26.899,59.601
26.339,60.598 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="22.9,70.844 23.42,69.847 25.7,69.847 25.14,70.844 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="22.9,70.844 23.42,69.847 25.7,69.847
25.14,70.844 "/>
</svg>

After

Width:  |  Height:  |  Size: 8 KiB

View file

@ -0,0 +1,130 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.704px" viewBox="0 0 95.797 83.704" enable-background="new 0 0 95.797 83.704" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.271C51.318,0.876,49.759,0,47.96,0c-1.719,0-2.479,0.837-3.398,2.111L0.95,75.293
c-1.519,1.993-1.16,5.143,0.68,6.976c1.04,1.037,2.238,1.436,3.597,1.436h86.305c1,0,2.039-0.679,2.799-1.436
c1.479-1.515,1.84-3.706,1.079-5.579L52.198,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.271C51.318,0.876,49.759,0,47.96,0
c-1.719,0-2.479,0.836-3.398,2.111L0.95,75.293c-1.519,1.993-1.16,5.143,0.68,6.976c1.04,1.037,2.238,1.436,3.597,1.436h86.305
c1,0,2.039-0.679,2.799-1.436c1.479-1.515,1.84-3.706,1.079-5.579L52.198,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.901 47.92,15.465 14.702,72.901 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.901 47.92,15.465
14.702,72.901 "/>
<path fill="#120C0E" d="M27.533,68.118h40.735v-1.155H56.755c0.68-0.678,1.519-1.076,2.158-2.192l0.279,0.12l0.641-0.679
c0-0.118-0.121-0.358-0.08-0.479c-0.639-0.517-1.119-0.956-1.839-1.395c-0.72-1.475-1.399-3.229-2.519-4.464c0-0.159,0,0.159,0,0
s0.04-0.319,0.08-0.478c0.68,0,1.398-0.479,1.998-0.957l-0.959-2.831l3.398-0.438c0.16-0.04,0.279-0.078,0.439-0.078
c0.08-0.08,0.16-0.16,0.24-0.24c0.319-1.595,0.239-3.548-0.52-5.261c-0.6,0-1.16,0-1.76,0c-0.159-0.479,0.04-1.156-0.479-1.516
c0.32-2.111-2.598-4.902-3.677-6.098l0.16-0.358l-0.641-1.076c0-0.24,0.12-0.438,0.12-0.679c0.239-0.518,0.479-0.797,0.919-1.076
c0.199,0,0.24-0.519,0.279-0.717c0.121,0,0.4-0.678,0.521-0.678c0.08-1.436-0.36-1.476-0.88-2.072
c-0.999-1.076-3.397-1.037-4.598-1.116c-0.559,0.238-0.598,0.438-0.759,0.996c0.12,0.12,0,0.559,0.12,0.639
c0.08,0.517-0.2,1.514-0.16,2.031c0.08,0.719-0.16,1.037-0.239,1.436c0.239,0-0.12,0.239,0.479,0.399
c0.16,0.158-0.4,0.278,0.16,0.597c0.199,0.12-0.4,0.319,0,0.957c0.32,0.199,0.52,0.04,0.879,0.159c0.04,0.12,0.12,0.2,0.16,0.318
c-0.04,0.12-0.08,0.2-0.08,0.32c-1.08,1.354-2.678,1.274-3.398,4.145c-0.4,1.595-1.759,3.029-2.519,4.026
c-0.399,0.519-0.719,0.797-0.879,1.235c0.04,0.239,0,0.119,0.16,0.318c-0.279,0.638-0.68,0.838-0.759,1.196
c-0.2,0.08-0.36-0.16-0.56-0.239c-0.8-1.076-1.399-2.989-2.318-2.989c-0.24-0.558-0.8-0.718-0.8-1.236
c0.479-1.475,0.72-1.115,1.16-1.195c0.08,0.119,0.399,0.159,0.479,0.239c-0.24,0.04-0.16,0.319-0.359,0.398
c-0.04,0.239-0.12,0.518,0.039,0.718c0.24,0.238,0.28,0.358,0.64,0.278c0.24-0.119,0.56-0.278,0.56-0.597
c-0.04-0.2-0.12-0.319-0.12-0.519c0.08-0.04,0.12,0.04,0.2,0.04c0.08,0.198,0.36-0.04,0.4,0.198c0.439,0,0.68,0.479,0.999,0.639
c0.121-0.08,0.2-0.2,0.32-0.279c-0.4-0.438-0.48-0.479-0.759-0.758c-0.28-0.039-0.479-0.518-0.72-0.678
c-0.119-0.079-0.119,0.12-0.199,0c0.08,0,0.119,0,0.199,0c0.56-0.278,0.879-0.956,0.64-1.554c-0.959-0.758-1.559,0.239-1.399,1.235
c-0.56-0.12-0.52-0.599-0.919-0.757c-0.2-0.519-0.6-1.316-0.56-1.834c-0.28-0.239-0.36-0.598-0.839-0.957
c-0.16-0.079-0.24-0.119-0.36-0.278c-0.48-0.12-0.959-0.279-1.319-0.358c-0.719-0.12-0.879,0.118-1.319,0.198
c-0.08,0.04-0.08,0.04-0.12,0.12c-0.08-0.04-0.12,0.04-0.16,0.04c-0.439,0.238-0.479,0.638-0.479,1.076
c0.2,0.119,0.08,0.358,0.24,0.519c-0.399,0.278-0.24,1.115,0.04,1.354c-0.24,0.877-0.399,1.993,0.399,2.67
c0.12,0.04,0.36,0.16,0.48,0l0.64,1.156c-0.12,0.12-0.84,0.877-0.84,1.077c-0.439,0.597-0.399,0.717-0.719,1.395l-4.478,3.188v0.2
c-0.12,0.039-0.199,0.118-0.319,0.158c-0.04,0.04-0.52,0.399-0.52,0.438c-0.319,0.08,0,0.16-0.319,0.239
c-0.16,0.2-0.04,0.438-0.08,0.639c-0.08,0.238,0.159,0.398,0.319,0.557c-0.04,0.08,0.04,0.12,0.04,0.16
c0.16,0.12,0.08,0.16,0.16,0.358c0.2,0.279,0.48,0.319,0.599,0.439c0.04,0,0.08-0.08,0.16-0.04c0.04-0.08-0.08,0.04,0,0
c0.08-0.319,0.12-0.758,0.16-1.076c-0.08-0.438,0.239-0.319,0.279-0.438c0.04-0.08-0.08,0.04,0,0c0.161-0.04,0.281-0.08,0.4,0.119
l2.279-1.594c0.679-0.479,0.04,0.717-0.08,2.032c-0.08,0.797-0.36,0.837-0.68,1.874c0,0.04-0.04-0.08,0,0
c-0.279,0.198-0.119,0.558-0.439,0.717v0.917h1.399c-0.719,1.435,0.04,3.985-0.319,5.62c-0.241,1.076-1.08,0.678-1.999,0.957
c-0.12,0.119-0.239,0.278-0.399,0.318c-0.04,0.16-0.121,0.358-0.08,0.519c0.08-0.04,0.12,0.04,0.16,0.04
c0.04,0.039-0.201-0.08-0.16-0.04c0.08-0.04,0.439,0.358,0.479,0.358c0.08,0.119,0.24,0.119,0.359,0.159l-5.156,0.04V68.118z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M27.533,68.118h40.735v-1.155H56.755
c0.68-0.678,1.519-1.076,2.158-2.192l0.279,0.12l0.641-0.679c0-0.118-0.121-0.358-0.08-0.479c-0.639-0.517-1.119-0.956-1.839-1.395
c-0.72-1.475-1.399-3.229-2.519-4.464c0-0.159,0,0.159,0,0s0.04-0.319,0.08-0.478c0.68,0,1.398-0.479,1.998-0.957l-0.959-2.831
l3.398-0.438c0.16-0.04,0.279-0.078,0.439-0.078c0.08-0.08,0.16-0.16,0.24-0.24c0.319-1.595,0.239-3.548-0.52-5.261
c-0.6,0-1.16,0-1.76,0c-0.159-0.479,0.04-1.157-0.479-1.516c0.32-2.111-2.598-4.902-3.677-6.098l0.16-0.358l-0.641-1.076
c0-0.24,0.12-0.438,0.12-0.679c0.239-0.518,0.479-0.797,0.919-1.076c0.199,0,0.24-0.519,0.279-0.717c0.121,0,0.4-0.678,0.521-0.678
c0.08-1.436-0.359-1.476-0.88-2.072c-0.999-1.076-3.397-1.037-4.598-1.116c-0.559,0.238-0.598,0.438-0.759,0.996
c0.12,0.12,0,0.559,0.12,0.639c0.08,0.517-0.2,1.514-0.16,2.031c0.08,0.719-0.16,1.037-0.239,1.436c0.239,0-0.12,0.239,0.479,0.399
c0.16,0.158-0.4,0.278,0.16,0.597c0.199,0.12-0.4,0.319,0,0.957c0.32,0.199,0.52,0.04,0.879,0.159c0.04,0.12,0.12,0.2,0.16,0.318
c-0.04,0.12-0.08,0.2-0.08,0.32c-1.08,1.354-2.678,1.274-3.398,4.145c-0.4,1.595-1.759,3.029-2.519,4.026
c-0.399,0.519-0.719,0.797-0.879,1.235c0.04,0.239,0,0.119,0.16,0.318c-0.279,0.638-0.68,0.838-0.759,1.196
c-0.2,0.08-0.36-0.16-0.56-0.239c-0.8-1.076-1.399-2.989-2.318-2.989c-0.24-0.558-0.8-0.718-0.8-1.236
c0.479-1.475,0.72-1.115,1.16-1.195c0.08,0.119,0.399,0.159,0.48,0.239c-0.241,0.04-0.161,0.319-0.36,0.398
c-0.04,0.239-0.12,0.518,0.039,0.718c0.24,0.238,0.28,0.358,0.64,0.278c0.24-0.119,0.56-0.278,0.56-0.597
c-0.04-0.2-0.12-0.32-0.12-0.519c0.08-0.04,0.12,0.04,0.2,0.04c0.08,0.198,0.36-0.04,0.4,0.198c0.439,0,0.68,0.479,1,0.639
c0.12-0.08,0.199-0.2,0.319-0.28c-0.4-0.438-0.48-0.478-0.759-0.757c-0.28-0.039-0.479-0.518-0.72-0.678
c-0.119-0.079-0.119,0.12-0.199,0c0.08,0,0.119,0,0.199,0c0.56-0.278,0.879-0.956,0.64-1.554c-0.959-0.758-1.559,0.238-1.399,1.235
c-0.56-0.12-0.52-0.599-0.919-0.757c-0.2-0.519-0.6-1.316-0.56-1.834c-0.28-0.239-0.36-0.598-0.839-0.957
c-0.16-0.079-0.24-0.119-0.36-0.278c-0.48-0.12-0.959-0.279-1.319-0.358c-0.719-0.12-0.879,0.118-1.319,0.198
c-0.08,0.04-0.08,0.04-0.12,0.12c-0.08-0.04-0.12,0.04-0.16,0.04c-0.439,0.238-0.479,0.638-0.479,1.076
c0.2,0.119,0.08,0.358,0.24,0.519c-0.399,0.278-0.24,1.115,0.04,1.354c-0.24,0.877-0.399,1.993,0.399,2.67
c0.12,0.04,0.36,0.16,0.48,0l0.64,1.156c-0.12,0.12-0.84,0.877-0.84,1.077c-0.44,0.597-0.4,0.717-0.719,1.395l-4.478,3.188v0.199
c-0.12,0.04-0.199,0.119-0.319,0.159c-0.04,0.04-0.52,0.399-0.52,0.438c-0.319,0.08,0,0.16-0.319,0.239
c-0.16,0.2-0.04,0.438-0.08,0.639c-0.08,0.238,0.159,0.398,0.319,0.557c-0.04,0.08,0.04,0.12,0.04,0.16
c0.16,0.12,0.08,0.16,0.16,0.358c0.2,0.279,0.48,0.319,0.599,0.439c0.04,0,0.08-0.08,0.16-0.04c0.04-0.08-0.08,0.04,0,0
c0.08-0.319,0.12-0.758,0.16-1.076c-0.08-0.438,0.239-0.319,0.279-0.438c0.04-0.08-0.08,0.04,0,0c0.161-0.04,0.281-0.08,0.4,0.119
l2.279-1.594c0.679-0.479,0.04,0.717-0.08,2.032c-0.08,0.797-0.36,0.837-0.68,1.874c0,0.04-0.04-0.08,0,0
c-0.279,0.198-0.119,0.558-0.439,0.717v0.917h1.399c-0.719,1.435,0.04,3.985-0.319,5.62c-0.241,1.075-1.08,0.677-1.999,0.957
c-0.12,0.118-0.239,0.278-0.399,0.318c-0.04,0.16-0.121,0.358-0.08,0.519c0.08-0.04,0.12,0.04,0.16,0.04
c0.04,0.039-0.201-0.08-0.16-0.04c0.08-0.04,0.439,0.358,0.479,0.358c0.08,0.119,0.24,0.119,0.359,0.159l-5.156,0.04V68.118z"/>
<path fill="#FFFFFF" d="M54.077,47.791l1.639-0.12c0-1.036-0.4-2.032-1.08-2.75C54.437,45.359,53.557,46.276,54.077,47.791z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M54.077,47.791l1.639-0.12
c0-1.036-0.4-2.032-1.08-2.75C54.437,45.359,53.557,46.276,54.077,47.791z"/>
<path fill="#FFFFFF" d="M36.967,59.271c-0.399,0.877-0.599,0.438-0.519,1.554c0.039,0.918,0.08,1.953-0.12,2.909
c-0.2,0.878-0.12,2.113-0.56,3.229h2.039c-0.241-1.196,1.279-0.398,1.519-2.392c-0.04-0.04-0.04-0.279-0.08-0.279
c0-0.238-0.12-0.358-0.2-0.597c-0.08-0.08-0.04-0.28-0.12-0.36c-0.36-0.836-1.639-3.147-1.399-4.064H36.967z"/>
<path fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" d="M36.967,59.271
c-0.399,0.877-0.599,0.438-0.519,1.554c0.04,0.918,0.08,1.953-0.12,2.909c-0.2,0.878-0.12,2.113-0.56,3.229h2.039
c-0.241-1.196,1.279-0.398,1.519-2.392c-0.04-0.04-0.04-0.279-0.08-0.279c0-0.238-0.12-0.358-0.2-0.597
c-0.08-0.08-0.04-0.28-0.12-0.36c-0.36-0.836-1.639-3.147-1.399-4.064H36.967z"/>
<path fill="#FFFFFF" d="M44.442,55.522c0.12-0.078,0.4-0.278,0.6-0.238c0.439,0.12,0.439,0.996,0.799,1.275
c0.241,0.598,0.48,1.355,0.161,1.993c-0.12,0.04-0.161,0.199-0.281,0.239l-3.677,1.793c-0.12,0.08-0.319,0.16-0.479,0.08
c-0.04-0.04-0.08-0.08-0.12-0.119l-0.719-1.315c0.04,0.238-0.479-0.04-0.479,0.158c-0.08,0.04-0.201,0.36-0.241,0.439
c-0.6,1.475,1,3.188,0.959,4.146c0.2,0.278,0.281,0.278,0.48,0.598c0.12,0.199,0.359,0.757,0.24,0.877
c-0.52,0.519-0.68,0.677-0.919,0.837c-0.12-0.08-0.16-0.12-0.28-0.238c-0.08-0.08,0.08,0.078,0,0
c-0.08,0.118-0.319,0.238-0.44,0.358c-0.08-0.04,0.041,0,0,0c-0.08,0.04,0.041-0.08,0,0c-0.239,0.04-0.64,0.318-0.799,0.478h4.077
l-0.439-0.438c-0.199,0.039-0.439-0.28-0.399-0.359c0.08-0.159,0.24-0.359,0.2-0.518c0.119-0.2,1.279,0,1.638-0.399
c0.76-0.199,0.959-0.996,1.479-1.514c-0.12-0.838,1.359-6.418,1.6-7.056c-0.04,0-0.08-0.08-0.16-0.04
c-0.04-0.04-0.08-0.079-0.12-0.119c-0.36-0.519,0.24-0.996,0.2-1.435c0.12-0.559,0.279-0.878,0.399-1.356
c0.04-0.079,0.04-0.079,0.12-0.119c0.04-0.199,0.04-0.478,0.2-0.638c-0.12-0.479,0.799-1.793,0.839-2.432
c0.08-1.314-0.439-1.555-0.8-2.71l-2.318,3.309l-0.279-0.12c-0.08-0.04-0.12,0.04-0.16,0.04c-0.439,0.678-1.439,1.275-1.718,1.793
C43.363,53.211,44.043,53.411,44.442,55.522z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M44.442,55.522c0.12-0.078,0.4-0.278,0.6-0.238
c0.439,0.12,0.439,0.996,0.799,1.275c0.241,0.598,0.48,1.355,0.161,1.993c-0.12,0.04-0.161,0.199-0.281,0.239l-3.677,1.793
c-0.12,0.08-0.319,0.16-0.479,0.08c-0.04-0.04-0.08-0.08-0.12-0.119l-0.719-1.315c0.04,0.238-0.479-0.04-0.479,0.158
c-0.08,0.04-0.2,0.36-0.241,0.439c-0.6,1.475,1,3.188,0.959,4.146c0.201,0.278,0.281,0.278,0.48,0.598
c0.12,0.199,0.359,0.757,0.24,0.877c-0.52,0.519-0.68,0.677-0.919,0.837c-0.12-0.08-0.16-0.12-0.28-0.238c-0.08-0.08,0.08,0.078,0,0
c-0.08,0.118-0.319,0.238-0.439,0.358c-0.081-0.04,0.04,0,0,0c-0.081,0.04,0.04-0.08,0,0c-0.24,0.04-0.64,0.318-0.799,0.478h4.077
l-0.439-0.438c-0.199,0.039-0.439-0.28-0.399-0.359c0.08-0.159,0.24-0.359,0.2-0.518c0.119-0.2,1.279,0,1.638-0.399
c0.76-0.199,0.959-0.996,1.479-1.514c-0.12-0.838,1.359-6.418,1.6-7.056c-0.04,0-0.08-0.08-0.16-0.04
c-0.04-0.04-0.08-0.079-0.12-0.119c-0.36-0.519,0.24-0.996,0.2-1.435c0.12-0.559,0.279-0.878,0.399-1.356
c0.04-0.079,0.04-0.079,0.12-0.119c0.04-0.199,0.04-0.478,0.2-0.638c-0.12-0.479,0.799-1.793,0.839-2.432
c0.08-1.314-0.439-1.555-0.8-2.71l-2.318,3.309l-0.279-0.12c-0.08-0.04-0.12,0.04-0.16,0.04c-0.439,0.678-1.439,1.275-1.718,1.793
C43.363,53.211,44.043,53.411,44.442,55.522z"/>
<path fill="#FFFFFF" d="M41.924,56.839l0.72-0.438c-0.2-2.033-1-3.27-1.64-4.026c-0.479,0.639,0,1.436-0.16,2.192
c0.16,0.518,0.32,0.838,0.56,1.396C41.524,56.241,41.645,56.998,41.924,56.839z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M41.924,56.839l0.72-0.438
c-0.2-2.033-1-3.27-1.64-4.026c-0.479,0.639,0,1.436-0.16,2.192c0.16,0.518,0.321,0.838,0.56,1.396
C41.524,56.24,41.645,56.998,41.924,56.839z"/>
<path fill="#FFFFFF" d="M47.401,66.923h8.235c0-0.079-0.08-0.119-0.04-0.199c-0.04-0.04-0.319-0.278-0.359-0.318
c-0.081-0.16,0.159-0.24,0.199-0.398c0.12-0.08,0.32,0,0.439-0.04c0.12-0.2,0.32-0.16,0.52-0.24c0-0.318,0.12-0.996,0.399-1.234
c0.121-0.24-0.119-0.28-0.158-0.519c-0.041-0.04-0.201-0.318-0.241-0.318c-0.319-0.957-1.56-1.795-1.878-2.472
c-0.601-1.316-1.799-1.873-1.879-3.388c-0.041-0.04,0.039,0.04,0,0c-0.08-0.04,0.039,0,0,0c-0.041-0.04-0.359-0.16-0.4-0.2
c-0.039-0.318-0.24-0.438-0.359-0.757c-0.16-0.04-0.2-0.598-0.4-0.438c-0.039,0.04-0.119,0.04-0.159,0.119
c0.08,0.359-0.16,0.598-0.359,0.838c-0.28,0-0.521-0.12-0.8-0.12c-0.279,0.278-0.439,0.837-0.561,1.195
c-0.439,1.156-1.439,4.306-1.838,5.421c0.08,0.12-0.199,0,0.12,0.279C47.84,64.571,47.401,65.608,47.401,66.923z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M47.401,66.923h8.235
c0-0.079-0.08-0.119-0.04-0.199c-0.04-0.04-0.319-0.278-0.359-0.318c-0.08-0.16,0.159-0.24,0.199-0.398c0.12-0.08,0.32,0,0.439-0.04
c0.12-0.2,0.32-0.16,0.521-0.24c0-0.318,0.119-0.996,0.398-1.234c0.121-0.24-0.119-0.28-0.158-0.519
c-0.041-0.04-0.201-0.318-0.24-0.318c-0.32-0.957-1.561-1.795-1.879-2.472c-0.601-1.316-1.799-1.873-1.879-3.388
c-0.041-0.04,0.039,0.039,0,0c-0.08-0.04,0.039,0,0,0c-0.041-0.04-0.359-0.16-0.4-0.2c-0.039-0.318-0.24-0.438-0.359-0.757
c-0.16-0.04-0.2-0.599-0.4-0.438c-0.039,0.04-0.119,0.04-0.159,0.119c0.08,0.359-0.16,0.598-0.359,0.838
c-0.28,0-0.521-0.12-0.8-0.12c-0.279,0.278-0.439,0.837-0.561,1.195c-0.439,1.156-1.439,4.306-1.838,5.421
c0.08,0.12-0.199,0,0.12,0.279C47.84,64.571,47.401,65.608,47.401,66.923z"/>
<line fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" x1="27.533" y1="68.118" x2="27.533" y2="67.401"/>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.704px" viewBox="0 0 95.797 83.704" enable-background="new 0 0 95.797 83.704" xml:space="preserve">
<path fill="#ED1C24" d="M52.197,2.272C51.318,0.877,49.759,0,47.96,0c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.295
c-1.52,1.992-1.16,5.141,0.68,6.975c1.04,1.036,2.238,1.435,3.597,1.435h86.306c1,0,2.039-0.677,2.799-1.435
c1.479-1.515,1.839-3.707,1.078-5.58L52.197,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.197,2.272C51.318,0.877,49.759,0,47.96,0
c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.295c-1.52,1.992-1.16,5.141,0.68,6.975c1.04,1.036,2.238,1.435,3.597,1.435h86.306
c1,0,2.039-0.677,2.799-1.435c1.479-1.515,1.839-3.707,1.078-5.58L52.197,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.903 47.92,15.466 14.701,72.903 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.903 47.92,15.466
14.701,72.903 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M58.034,68.16c-4.598,0-7.436-4.943-5.156-8.89
c2.277-3.985,8.034-3.985,10.313,0C65.469,63.217,62.63,68.16,58.034,68.16z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M58.034,68.16c-4.598,0-7.436-4.943-5.156-8.89
c2.277-3.985,8.034-3.985,10.313,0C65.469,63.217,62.63,68.16,58.034,68.16z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M58.034,67.642c-4.158,0-6.756-4.504-4.678-8.091
c2.078-3.628,7.315-3.628,9.395,0C64.829,63.138,62.231,67.642,58.034,67.642z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M58.034,67.642c-4.158,0-6.756-4.504-4.678-8.091
c2.078-3.628,7.315-3.628,9.395,0C64.829,63.138,62.231,67.642,58.034,67.642z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M58.073,63.456c-0.959,0-1.559-0.997-1.079-1.834
c0.479-0.797,1.64-0.797,2.119,0C59.593,62.459,58.993,63.456,58.073,63.456z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M58.073,63.456c-0.959,0-1.559-0.997-1.079-1.834
c0.479-0.797,1.64-0.797,2.119,0C59.593,62.459,58.993,63.456,58.073,63.456z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M37.887,68.08c-4.598,0-7.436-4.942-5.157-8.889
c2.279-3.985,8.036-3.985,10.313,0C45.321,63.138,42.483,68.08,37.887,68.08z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M37.887,68.08c-4.598,0-7.436-4.942-5.157-8.889
c2.279-3.985,8.036-3.985,10.314,0C45.321,63.138,42.483,68.08,37.887,68.08z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M37.887,67.562c-4.158,0-6.756-4.504-4.678-8.091
c2.079-3.628,7.315-3.628,9.395,0C44.682,63.058,42.084,67.562,37.887,67.562z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M37.887,67.562c-4.158,0-6.756-4.504-4.678-8.091
c2.079-3.628,7.315-3.628,9.395,0C44.682,63.058,42.084,67.562,37.887,67.562z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M37.887,63.058c-0.72,0-1.16-0.757-0.8-1.355
c0.36-0.638,1.24-0.638,1.6,0C39.045,62.301,38.606,63.058,37.887,63.058z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M37.887,63.058c-0.72,0-1.16-0.757-0.8-1.355
c0.36-0.638,1.24-0.638,1.6,0C39.045,62.301,38.606,63.058,37.887,63.058z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M51.638,63.138
c-0.04-0.239-0.04-0.519-0.04-0.758c0-3.547,2.878-6.417,6.437-6.417c2.678,0,4.957,1.635,5.956,3.946 M35.607,56.201
c0.72-0.238,1.439-0.398,2.239-0.398c3.557,0,6.436,2.87,6.436,6.418c0,0.159,0,0.358-0.04,0.519"/>
<path fill="#120C0E" d="M49.399,40.417c0.359,0.358,0.639,0.639,1.039,0.957c1.119,0.838,1.839,1.993,2.518,2.91
c0.721,0.956,2.398,5.103,2.559,6.616c-0.08,0.04-0.16,0.439-0.199,0.518c0.16-0.04,0.279,0.04,0.32,0.2
c0,0.04-0.08,0.08-0.041,0.159c-0.039,0.04-0.119,0.04-0.16,0.119c-0.199,0-0.479-0.079-0.559,0.08l-0.521,1.036l3.478,8.132
l-0.359,0.199l-3.357-8.013l-4.038,7.415c0.241,0.239,0.8,0.718,0.72,1.274l6.196,0.04v0.2h-6.196
c0.16,0.717-0.68,1.435-1.279,1.673c0,0.12,0,0.28,0,0.399c0.12,0.199,0.32,0.398,0.28,0.678h-0.76L49,65.17h-0.521l-0.12-0.279
L48.2,65.13l-1.519-0.079c0-0.12,0-0.319,0.16-0.358c0.52-0.04,0.919-0.08,1.359-0.398c-0.04-0.08,0.04-0.12,0.04-0.2l0.04-0.238
l-0.959-0.04l-0.2-3.708l-5.317-5.42l-0.919,2.83c-0.36,1.315-0.919,2.83-1.359,3.188c-0.719,1.036-1.359,0.996-1.08,1.196
c-0.12-0.08-0.28-0.12-0.28-0.24c0-0.159,0.201-0.119,0.6-0.677c0.239-0.319,1.279-1.635,1.439-2.591
c0.199-0.479,0.239-0.758,0.319-1.077l2.079-6.576c0.439-0.159,0.719,0.199,1.399,0.04c-0.04-0.04,0.04,0.04,0,0
c0-0.08-0.04-0.199-0.04-0.279c0.48,0,0.48-1.115,1.959-0.559c0.12-0.039,0.279-0.398,0.399-0.438c0.12-0.318,0.52-0.238,0.68-0.677
c0.799-0.438,1.359-1.355,1.52-1.793c-0.201-0.759-0.241-1.316-0.52-2.073c-0.44-1.276-0.241-1.834-0.241-2.671
c0.241-0.199,0.56-0.598,0.52-0.877c-0.04-0.08-0.12-0.08-0.16-0.12c-0.079,0-0.239,0.08-0.319,0.08
c-0.121,0.239-0.041,0.438-0.4,0.438c-0.16,0-0.16-0.318-0.16-0.438c-0.04,0-0.08-0.08-0.159-0.04c-0.04-0.04-0.08-0.119-0.08-0.159
c-0.04,0-0.08-0.079-0.16-0.039c-0.04-0.04-0.08-0.08-0.12-0.12c0-0.16,0.16,0,0,0c-0.08-0.08,0.12,0,0,0
c-0.52,0.04-0.32-0.757-0.44-0.877c-0.08-0.12-0.399-0.519-0.52-0.598c-0.119,0.04-0.239-0.04-0.36-0.04
c-0.08-0.239-0.08-0.717,0.28-0.757c-0.039-0.08,0.04-0.12,0.04-0.16c0.04-0.04,0.12-0.08,0.16-0.08
c0.759-1.515,2.039-1.753,3.119-0.238c0.399,2.151,0.399,1.515,0.679,2.032c-0.08-0.039-0.12,0.04-0.16,0.04
C49.399,40.298,49.319,40.338,49.399,40.417z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M49.399,40.417
c0.359,0.358,0.639,0.639,1.039,0.957c1.119,0.838,1.839,1.993,2.518,2.91c0.721,0.956,2.398,5.103,2.559,6.616
c-0.08,0.04-0.16,0.439-0.199,0.518c0.16-0.04,0.279,0.04,0.32,0.2c0,0.04-0.08,0.08-0.041,0.159c-0.039,0.04-0.119,0.04-0.16,0.119
c-0.199,0-0.479-0.079-0.559,0.08l-0.521,1.036l3.478,8.132l-0.359,0.199l-3.357-8.013l-4.038,7.415
c0.241,0.239,0.8,0.718,0.72,1.274l6.196,0.04v0.2h-6.196c0.16,0.717-0.68,1.435-1.279,1.673c0,0.12,0,0.28,0,0.399
c0.12,0.199,0.32,0.398,0.28,0.678h-0.76L49,65.17h-0.521l-0.12-0.279L48.2,65.13l-1.519-0.079c0-0.12,0-0.319,0.16-0.358
c0.52-0.04,0.919-0.08,1.359-0.398c-0.04-0.08,0.04-0.12,0.04-0.2l0.04-0.238l-0.959-0.04l-0.2-3.708l-5.317-5.42l-0.919,2.83
c-0.36,1.315-0.919,2.83-1.359,3.188c-0.719,1.036-1.359,0.996-1.08,1.196c-0.12-0.08-0.28-0.12-0.28-0.24
c0-0.159,0.201-0.119,0.6-0.677c0.239-0.319,1.279-1.635,1.439-2.591c0.199-0.479,0.239-0.758,0.319-1.077l2.079-6.576
c0.44-0.16,0.719,0.199,1.399,0.04c-0.04-0.04,0.04,0.04,0,0c0-0.08-0.04-0.2-0.04-0.279c0.48,0,0.48-1.115,1.959-0.559
c0.12-0.039,0.279-0.398,0.399-0.438c0.12-0.318,0.52-0.238,0.68-0.677c0.799-0.438,1.359-1.355,1.52-1.793
c-0.201-0.759-0.241-1.316-0.52-2.073c-0.44-1.276-0.241-1.834-0.241-2.671c0.241-0.199,0.56-0.598,0.52-0.877
c-0.04-0.08-0.12-0.08-0.16-0.12c-0.079,0-0.239,0.08-0.319,0.08c-0.121,0.239-0.041,0.438-0.4,0.438c-0.16,0-0.16-0.318-0.16-0.438
c-0.04,0-0.08-0.08-0.159-0.04c-0.04-0.04-0.08-0.119-0.08-0.159c-0.04,0-0.08-0.079-0.16-0.039c-0.04-0.04-0.08-0.08-0.12-0.12
c0-0.16,0.16,0,0,0c-0.08-0.08,0.12,0,0,0c-0.52,0.04-0.32-0.757-0.44-0.877c-0.08-0.12-0.399-0.519-0.52-0.598
c-0.119,0.04-0.239-0.04-0.359-0.04c-0.081-0.239-0.081-0.717,0.279-0.757c-0.039-0.08,0.04-0.12,0.04-0.16
c0.04-0.04,0.12-0.08,0.16-0.08c0.759-1.515,2.039-1.753,3.119-0.238c0.399,2.151,0.399,1.515,0.679,2.032
c-0.08-0.039-0.12,0.04-0.16,0.04C49.399,40.298,49.319,40.338,49.399,40.417z"/>
<path fill="#FFFFFF" d="M49.759,60.546l4.078-7.333h-0.6l-3.039,3.108c-0.399,0.438-0.56,1.076-0.6,1.675L49.759,60.546z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M49.759,60.546l4.078-7.333h-0.6l-3.039,3.108
c-0.399,0.438-0.56,1.076-0.6,1.675L49.759,60.546z"/>
<path fill="#FFFFFF" d="M41.924,54.288l0.399-1.195h1.479c-0.319,0.238-0.359,0.678-0.239,1.036c0.159,0.08,0.159,0.359,0.359,0.398
l3.159,4.026v1.075L41.924,54.288z"/>
<path fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" d="M41.924,54.288l0.399-1.195h1.479
c-0.319,0.238-0.359,0.678-0.239,1.036c0.159,0.08,0.159,0.359,0.359,0.398l3.159,4.026v1.075L41.924,54.288z"/>
<polygon fill="#FFFFFF" points="46.921,54.607 47.4,55.245 48.4,53.81 "/>
<polygon fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" points="46.921,54.607 47.4,55.245 48.4,53.81
"/>
<polygon fill="#FFFFFF" points="53.556,52.854 53.956,52.854 54.436,51.977 "/>
<polygon fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" points="53.556,52.854 53.956,52.854
54.436,51.977 "/>
<path fill="#FFFFFF" d="M42.403,52.814h1.719l5.357-2.512l0.319-0.518l0.16-0.16l0.079-0.238l0.32-0.36l0.041-0.318l-0.16-0.358
l0.039-0.598l-0.24,0.518L49,49.347l-1,0.797l-0.68,0.558l-1,0.398c-0.279-0.558-0.08-0.159-0.6-0.199
c-0.04,0.956-0.52-0.239-0.52,0.159c0,0.2,0.2-0.04,0,0c-0.239,0.04,0.16,0.318-0.359,0.24c0.28,0.557-0.919-0.24-1.919-0.24
L42.403,52.814z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M42.403,52.814h1.719l5.357-2.512l0.319-0.518
l0.16-0.16l0.079-0.238l0.32-0.36l0.041-0.318l-0.16-0.358l0.039-0.598l-0.24,0.518L49,49.347l-1,0.797l-0.68,0.558l-1,0.398
c-0.279-0.558-0.08-0.159-0.6-0.199c-0.04,0.956-0.52-0.239-0.52,0.159c0,0.2,0.201-0.04,0,0c-0.239,0.04,0.16,0.318-0.359,0.24
c0.28,0.557-0.919-0.24-1.919-0.24L42.403,52.814z"/>
<polygon fill="#120C0E" points="58.793,61.582 62.751,59.311 62.991,59.511 58.913,61.902 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="58.793,61.582 62.751,59.311
62.991,59.511 58.913,61.902 "/>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.705px" viewBox="0 0 95.797 83.705" enable-background="new 0 0 95.797 83.705" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.271C51.319,0.877,49.759,0,47.96,0c-1.719,0-2.479,0.837-3.397,2.112L0.95,75.294
c-1.519,1.993-1.16,5.142,0.68,6.976c1.04,1.037,2.238,1.436,3.598,1.436h86.306c0.999,0,2.039-0.679,2.8-1.436
c1.479-1.515,1.838-3.707,1.078-5.58L52.198,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.271C51.319,0.877,49.759,0,47.961,0
c-1.72,0-2.479,0.837-3.398,2.112L0.95,75.294c-1.519,1.993-1.16,5.142,0.68,6.976c1.04,1.037,2.238,1.436,3.598,1.436h86.306
c0.999,0,2.039-0.679,2.8-1.436c1.479-1.515,1.838-3.707,1.078-5.58L52.198,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.139,72.902 47.92,15.466 14.702,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.139,72.902 47.92,15.466
14.702,72.902 "/>
<path fill="#120C0E" d="M40.365,57.876c0.16,0,0.52,0,0.68,0.079c0.64,0.359,0.879,1.396,2.278,1.754
c0.241,0.398,0.44,0.08,0.48,0.917c-0.399,0.358-1.399,0.599-1.999-0.239c-0.119,0-0.399-0.439-0.519-0.439
c-0.08-0.198-0.361,0-0.441-0.198c-0.239-0.04-0.359-0.04-0.679-0.359c-0.64-0.517-1.2-2.47-2.159-3.587
c-0.599-0.718-1.159-2.192-2.198-3.229c-0.2-0.199-0.04-0.518-0.08-0.758c0.16-0.039,0.2-0.158,0.279-0.238
c1.56-0.319,5.238,1.155,6.276,1.275c0.16-0.2,0.28,0,0.32-0.238c-0.04-0.08,0.04-0.52,0-0.559c-0.04-0.12-0.24-0.359-0.24-0.519
c0-0.398-0.28-0.917-0.159-1.396c0.319-1.235,0.719-1.953,0.439-3.388c-0.04-0.04-0.08-0.079-0.12-0.12
c-0.08-0.159,0.04-1.354,0-1.514c-0.04-0.08-0.16-0.479-0.16-0.52c-0.28-0.357,0-0.598-0.4-0.876
c-0.08-0.438-0.399-0.638-0.479-1.116c-0.12-0.558-0.239-1.036-0.199-1.634c0.039-0.598-0.321-1.315-0.8-1.395
c-1.119-0.16-1.839-0.518-2.318-0.678c-0.52-0.198-0.56-0.717-0.799-0.717c-0.2-0.12-0.24-0.359-0.24-0.598
c0-0.08,0.04-0.12,0.04-0.16c0.2-0.318,0.52-0.318,0.839-0.279c0.04-0.08,0.24,0,0.32-0.04c0.199-0.08,0.44-0.04,0.599-0.24
c0.72-0.239,1.04-1.195,1.759-0.957c1.279,0.438,2.039-1.594,3.238-1.116c0.08,0,0.319-0.279,0.399-0.24
c0.201-0.358,0.281-0.398,0.52-0.717c-0.16-0.558-0.12-1.555,0.32-2.313c0.079-0.358,0.199-0.557,0.399-0.837
c0.04-0.318,0.56-0.598,0.759-0.876c-0.199,0.638-1.479,2.113-1.159,3.626c0.599-0.518,1.478-0.876,2.078-1.475
c0.72-0.757,1.76-0.996,2.079-1.753c0.04,0,0.959-0.957,1.04-0.917c0,0.239,0.08,0,0,0c0,0.319-0.801,0.997-1,1.355
c-0.4,0.28-0.76,0.718-1.12,0.997c0.479-0.04,1.04-0.278,1.519-0.08c-0.04,0.08,0.04,0.12,0.04,0.16
c-0.6-0.04-1.839,0.2-2.358,0.558c-0.24,0.159-0.28,0.239-0.72,0.479c-0.439,0.398-1.199,0.558-1.598,1.275
c-0.16,0.319-0.479,0.558-0.72,0.837c0,0.04,0.04,0.12,0.081,0.16c0.08-0.04,0.12,0.04,0.16,0.04c-0.08,0.04-0.08,0.04-0.12,0.12
c-0.121-0.04-0.241-0.16-0.36-0.12c0.039,0.2,0.079,0.358,0.279,0.438c1.479-0.12,2.838,0.2,2.838,0.478
c0.04,0.877-0.679,2.033-2.358,1.753c-0.319,1.037-0.08,4.226,1.16,5.381c0.119,0.08,0.919,1.316,0.959,1.715
c0.399,0.598,0.799,1.554,0.879,2.191c0.081,0,0.121,0,0.2,0c0.04,0.041,0.48,0.2,0.519,0.24c0.08-0.04,0.641,0.557,0.681,0.557
c0.919,0.679,0.839,1.437,1.958,1.476c2.479,0.079,6.037,0.678,6.236,0.996c0.121-0.04,1.679-0.318,1.799-0.358
c3.238-0.518,5.316,1.475,5.236,1.475c0.08,0.08,0.641,0.398,0.721,0.479c0.04,0.358,0.16,0.996-0.201,1.275
c0.041,0.119,0.121,0.199,0.201,0.279c0.08,0.519,0.719,0.996,0.919,3.627c0,0.12,0.04,0.24,0.08,0.359
c0.04,0,0.12,0.039,0.159,0.079c-0.039,0.079,0.04,0.12,0.04,0.159c1.16,0.719,0.28,1.077,3.079,1.476
c0.318,0.358,0.199,0.438,0.479,0.796c0.56,1.277,0.799,3.189,1.2,4.665c-0.041,0.079,0.279,0.278,0.279,0.358
c0.199,0.119,0.398,0.238,0.52,0.438c-0.281,2.032,1.799,1.315,2.519,1.993c0.079,0.278,0.279,0.559,0.119,0.797
c-0.119,0.039-0.159,0.239-0.28,0.279c-0.279,0-0.559,0.04-0.838-0.04c-0.44-0.159-0.321-0.398-0.521-0.519
c-0.32-0.916-1.878-1.115-2.278-1.514c-0.68-0.679-0.92-1.236-1.279-2.153c-0.199-0.558-0.561-1.235-0.92-1.714
c0-0.04-0.08-0.08-0.04-0.16c-0.199-0.158-0.319-0.597-0.52-0.756c-0.759-1.396-3.478,0.638-7.796-3.588
c-1.198-0.717-1.078-1.475-4.316-1.235c-0.279-1.315-2.479-1.515-3.478-1.355c-0.6,0.398-2.279,0.797-2.639,0.837
c-1.718,0.16-2.599-0.318-4.157-1.116c-1.479,1.236-2.239,0.798-3.198,0.2c-2.718-1.755-4.837-2.074-4.677-1.715
c0.319,0.758,2.918,4.266,2.398,3.787C40.125,57.557,40.405,57.717,40.365,57.876z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M40.365,57.876c0.16,0,0.52,0,0.68,0.079
c0.64,0.359,0.879,1.396,2.278,1.754c0.241,0.398,0.44,0.08,0.48,0.917c-0.399,0.358-1.399,0.599-1.999-0.239
c-0.119,0-0.399-0.439-0.519-0.439c-0.08-0.198-0.361,0-0.441-0.198c-0.239-0.04-0.359-0.04-0.679-0.359
c-0.64-0.517-1.2-2.47-2.159-3.587c-0.599-0.718-1.159-2.192-2.198-3.229c-0.2-0.199-0.04-0.518-0.08-0.758
c0.16-0.039,0.2-0.158,0.279-0.238c1.56-0.319,5.238,1.155,6.276,1.275c0.16-0.2,0.28,0,0.32-0.238c-0.04-0.08,0.04-0.52,0-0.559
c-0.04-0.12-0.24-0.359-0.24-0.519c0-0.398-0.28-0.917-0.159-1.396c0.319-1.235,0.719-1.953,0.439-3.388
c-0.04-0.04-0.08-0.079-0.12-0.12c-0.08-0.159,0.04-1.354,0-1.514c-0.04-0.08-0.16-0.479-0.16-0.52c-0.28-0.357,0-0.598-0.4-0.876
c-0.08-0.438-0.399-0.638-0.479-1.116c-0.12-0.558-0.239-1.036-0.199-1.634c0.039-0.598-0.321-1.315-0.8-1.395
c-1.119-0.16-1.839-0.518-2.318-0.678c-0.52-0.199-0.56-0.717-0.799-0.717c-0.2-0.12-0.24-0.359-0.24-0.598
c0-0.08,0.04-0.12,0.04-0.16c0.2-0.319,0.52-0.319,0.839-0.279c0.04-0.08,0.24,0,0.32-0.04c0.199-0.08,0.44-0.04,0.599-0.239
c0.72-0.239,1.04-1.195,1.759-0.957c1.279,0.438,2.039-1.594,3.238-1.116c0.08,0,0.319-0.279,0.399-0.24
c0.201-0.358,0.281-0.398,0.52-0.717c-0.16-0.558-0.12-1.555,0.32-2.313c0.079-0.358,0.199-0.557,0.399-0.837
c0.04-0.318,0.56-0.598,0.759-0.876c-0.199,0.638-1.479,2.113-1.159,3.626c0.599-0.518,1.478-0.877,2.078-1.475
c0.72-0.757,1.76-0.996,2.079-1.754c0.04,0,0.96-0.957,1.04-0.917c0,0.239,0.08,0,0,0c0,0.319-0.801,0.997-1,1.355
c-0.4,0.28-0.76,0.718-1.12,0.997c0.479-0.04,1.04-0.278,1.519-0.08c-0.04,0.08,0.04,0.12,0.04,0.16
c-0.6-0.04-1.838,0.2-2.358,0.558c-0.24,0.159-0.28,0.239-0.72,0.479c-0.439,0.398-1.199,0.558-1.598,1.275
c-0.16,0.319-0.479,0.558-0.72,0.837c0,0.04,0.04,0.12,0.081,0.16c0.08-0.04,0.12,0.04,0.16,0.04c-0.08,0.04-0.08,0.04-0.12,0.12
c-0.121-0.04-0.241-0.16-0.36-0.12c0.039,0.2,0.079,0.358,0.279,0.438c1.479-0.12,2.838,0.199,2.838,0.478
c0.04,0.877-0.679,2.033-2.358,1.753c-0.319,1.037-0.08,4.226,1.16,5.381c0.119,0.08,0.919,1.316,0.959,1.715
c0.399,0.598,0.799,1.554,0.879,2.191c0.081,0,0.121,0,0.2,0c0.04,0.041,0.48,0.2,0.519,0.24c0.08-0.04,0.641,0.557,0.681,0.557
c0.919,0.679,0.839,1.437,1.958,1.476c2.479,0.079,6.037,0.678,6.236,0.996c0.121-0.04,1.679-0.318,1.799-0.358
c3.238-0.518,5.316,1.475,5.236,1.475c0.08,0.08,0.641,0.398,0.721,0.479c0.04,0.358,0.16,0.996-0.201,1.275
c0.041,0.119,0.121,0.199,0.201,0.279c0.08,0.519,0.719,0.996,0.919,3.627c0,0.119,0.04,0.24,0.08,0.359
c0.04,0,0.12,0.039,0.159,0.079c-0.039,0.079,0.04,0.12,0.04,0.159c1.16,0.719,0.28,1.077,3.079,1.476
c0.318,0.358,0.199,0.438,0.479,0.796c0.56,1.277,0.799,3.189,1.2,4.665c-0.041,0.079,0.279,0.278,0.279,0.358
c0.199,0.119,0.398,0.238,0.52,0.438c-0.281,2.032,1.799,1.315,2.519,1.993c0.079,0.278,0.279,0.559,0.119,0.797
c-0.119,0.039-0.159,0.239-0.28,0.279c-0.279,0-0.559,0.04-0.838-0.04c-0.44-0.159-0.321-0.398-0.521-0.519
c-0.32-0.916-1.878-1.115-2.278-1.514c-0.68-0.679-0.92-1.236-1.279-2.153c-0.199-0.558-0.561-1.235-0.92-1.714
c0-0.04-0.08-0.08-0.04-0.16c-0.199-0.158-0.319-0.597-0.52-0.756c-0.759-1.396-3.478,0.638-7.796-3.588
c-1.198-0.717-1.078-1.476-4.316-1.235c-0.279-1.315-2.479-1.515-3.478-1.355c-0.6,0.398-2.279,0.797-2.639,0.837
c-1.718,0.16-2.599-0.318-4.157-1.116c-1.479,1.235-2.239,0.798-3.198,0.2c-2.718-1.755-4.837-2.074-4.677-1.715
c0.319,0.758,2.918,4.266,2.398,3.787C40.125,57.557,40.405,57.717,40.365,57.876z"/>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

View file

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.798px" height="83.705px" viewBox="0 0 95.798 83.705" enable-background="new 0 0 95.798 83.705" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.272C51.319,0.877,49.759,0,47.961,0c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.294
c-1.519,1.993-1.16,5.142,0.68,6.976c1.04,1.036,2.238,1.435,3.597,1.435h86.305c1,0,2.039-0.677,2.8-1.435
c1.479-1.516,1.839-3.707,1.079-5.58L52.198,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.272C51.319,0.877,49.759,0,47.961,0
c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.294c-1.519,1.993-1.16,5.142,0.68,6.976c1.04,1.036,2.238,1.435,3.597,1.435h86.305
c1,0,2.039-0.677,2.8-1.435c1.479-1.516,1.839-3.707,1.079-5.58L52.198,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.903 47.921,15.466 14.702,72.903 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.903 47.921,15.466
14.702,72.903 "/>
<path fill="#120C0E" d="M43.723,67.403c-0.479-0.041,1.4-1.236,0.64-3.947c-0.279-0.996-0.239-1.395-0.239-2.031
c-0.201-0.599-0.72-0.799-1.64-0.838c-0.64-0.04-0.879-0.957-1.519-1.674c-1.56-1.754-0.48-3.588-3.118-4.943
c-0.04,0-1.24,0.599-1.32,0.559c-0.279-0.199-1.239,0.12-1.319,0.318c-0.239,0-0.48,0.24-0.719-0.158
c-0.4-0.08-0.84-0.439-1.399-0.2c-0.12-0.079-0.24-0.239-0.36-0.318c0-0.28-0.04-0.519,0.12-0.758c0.04-0.04,0.12-0.08,0.2-0.08
c0.359-0.597,0.759-1.235,1.159-1.833c0-0.318,0-0.639,0.12-0.917c0.04-0.079,0.04-0.079,0.12-0.12c0-0.398,0.36-0.597,0.52-0.916
c0.04-0.199,0.04-0.359,0-0.559c-0.04-0.04-0.12-0.078-0.16-0.078c-0.201,0.118-0.44,0.158-0.6,0.398
c-0.04,0-0.239-0.121-0.319-0.08c0-0.08,0-0.12,0-0.2c0.16-0.118,0.279-0.278,0.399-0.438c0.279-0.318,0.959-0.318,1.16-0.637
c0.079-0.04,0.119,0.039,0.159,0.039c0.04-0.119,0.16-0.199,0.241-0.279c0.239-0.08,0.479-0.08,0.719-0.08
c0.24,0.28,0.68,0.32,1,0.398c0.04,0.041,0.08,0.08,0.12,0.121c0.16,0.039,0.359,0.079,0.52,0c0.239-0.319,0.839-0.121,0.999-0.639
c0.12-0.039,0.28,0.04,0.4,0.04c0.24,0.359,0.2,0.678-0.12,0.996c-0.639,2.113,5.997-0.118,9.833,0.759
c1.239,0.277,3.118-0.2,6.996-0.439c1.76-0.119,4.758,0.678,5.157,1.036c0.199,0.359,0.479,0.599,0.959,1.116
c0.96,0.996,0.599,3.069,0.319,4.863c-0.08,0.479-0.319,1.275-0.359,1.753c-0.16,1.356,0.32,2.432-0.04,2.87
c-0.12,0.04-0.16,0.119-0.28,0.16c-0.039,0-0.239-1.236-0.319-1.195c-0.239-1.236,0.28-1.037,0.64-3.349
c0.199-1.435,0.12-1.675-0.04-3.269c-0.24-0.119-0.24-0.718-0.319-0.957c-0.12-0.318-0.16-0.119-0.52-0.877
c-0.16,0.279,0.239,0.639,0.239,0.957c0.64,0.558,0.479,2.949,0.359,3.627c-0.119,0.797-0.319,1.156-0.639,1.873
c-0.36,0.758-0.12,1.156-0.28,2.232c-0.16,1.116-0.24,1.475-0.16,2.83c0.041,0.758-0.959,1.116-0.999,4.186
c-0.32-0.16-0.36,0.199-0.36,0.438c0.16,0.198-1.318,0.597-1.759,0.159c0.12-0.279,0.36-0.519,0.64-0.678
c0.561-1.116,0.84-2.83,0.64-4.025c-0.44-0.318-0.239-0.838-0.36-1.275c-0.279-0.438-0.559-0.559-0.799-1.156
c-0.399,0.279-1.318,0.559-0.72,1.314c-0.119,0-0.319-0.078-0.439-0.078c-0.12-0.24,0.04-0.479-0.159-0.678
c-0.041,0-0.08-0.08-0.16-0.041c-0.041,0.041-0.121,0.041-0.16,0.12c-0.041,0.159-0.08,0.438-0.16,0.599
c-0.119,0-0.279,0.039-0.279-0.24c0-0.278-0.08-0.398-0.08-0.678c-0.28-0.358-0.76-0.837-0.96-1.235c-0.04,0-0.119-0.12-0.159-0.04
c-0.24,0.559-2.799,0.758-3.878,0.318c-1.599-0.158-2.319,0.758-4.437,0.519c-0.04,0.04-0.121,0.12-0.161,0.159
c-0.279,1.197,0.241,3.229-0.399,3.588c-0.239,0.917-0.279,1.396-0.319,2.87c-0.04,0-0.399,0-0.44,0.04
c0,0.318,0.041,0.518-0.04,0.797C44.603,67.602,44.203,67.442,43.723,67.403z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M43.723,67.403
c-0.479-0.041,1.4-1.236,0.64-3.947c-0.279-0.996-0.239-1.395-0.239-2.031c-0.201-0.599-0.72-0.799-1.64-0.838
c-0.64-0.04-0.879-0.957-1.519-1.674c-1.559-1.754-0.48-3.588-3.118-4.943c-0.04,0-1.24,0.599-1.32,0.559
c-0.279-0.199-1.239,0.12-1.319,0.318c-0.239,0-0.48,0.24-0.719-0.158c-0.4-0.08-0.84-0.439-1.399-0.2
c-0.12-0.079-0.24-0.239-0.36-0.318c0-0.28-0.04-0.519,0.12-0.758c0.04-0.04,0.12-0.08,0.2-0.08
c0.359-0.597,0.759-1.235,1.159-1.833c0-0.318,0-0.639,0.12-0.917c0.04-0.079,0.04-0.079,0.12-0.12c0-0.398,0.36-0.597,0.52-0.916
c0.04-0.199,0.04-0.359,0-0.559c-0.04-0.04-0.12-0.078-0.16-0.078c-0.201,0.118-0.44,0.158-0.6,0.398
c-0.04,0-0.239-0.121-0.319-0.08c0-0.08,0-0.12,0-0.2c0.16-0.118,0.279-0.278,0.399-0.438c0.279-0.318,0.959-0.318,1.16-0.637
c0.079-0.04,0.119,0.039,0.159,0.039c0.04-0.119,0.16-0.199,0.241-0.279c0.239-0.08,0.479-0.08,0.719-0.08
c0.24,0.28,0.68,0.32,1,0.398c0.04,0.041,0.08,0.08,0.12,0.12c0.16,0.04,0.359,0.08,0.52,0c0.239-0.318,0.839-0.12,0.999-0.638
c0.12-0.039,0.28,0.04,0.4,0.04c0.24,0.359,0.2,0.678-0.12,0.996c-0.639,2.113,5.997-0.118,9.833,0.759
c1.239,0.277,3.118-0.2,6.996-0.439c1.76-0.119,4.758,0.678,5.157,1.036c0.199,0.359,0.479,0.599,0.959,1.116
c0.96,0.996,0.599,3.069,0.319,4.863c-0.08,0.479-0.319,1.275-0.359,1.753c-0.16,1.356,0.32,2.432-0.04,2.87
c-0.12,0.04-0.16,0.119-0.28,0.16c-0.039,0-0.239-1.236-0.319-1.195c-0.239-1.236,0.28-1.037,0.64-3.349
c0.199-1.435,0.12-1.675-0.04-3.269c-0.24-0.119-0.24-0.718-0.319-0.957c-0.12-0.318-0.16-0.119-0.52-0.877
c-0.16,0.279,0.239,0.639,0.239,0.957c0.64,0.558,0.479,2.949,0.359,3.627c-0.119,0.797-0.319,1.156-0.639,1.873
c-0.36,0.758-0.12,1.156-0.28,2.232c-0.16,1.116-0.24,1.475-0.16,2.83c0.041,0.758-0.959,1.116-0.999,4.186
c-0.32-0.16-0.36,0.199-0.36,0.438c0.16,0.198-1.318,0.597-1.759,0.159c0.12-0.279,0.36-0.519,0.64-0.678
c0.561-1.116,0.84-2.83,0.64-4.025c-0.44-0.318-0.239-0.838-0.36-1.275c-0.279-0.438-0.559-0.559-0.799-1.156
c-0.399,0.279-1.318,0.558-0.72,1.314c-0.119,0-0.319-0.078-0.439-0.078c-0.12-0.24,0.04-0.479-0.159-0.679
c-0.041,0-0.08-0.079-0.16-0.04c-0.041,0.04-0.121,0.04-0.16,0.12c-0.041,0.159-0.08,0.438-0.16,0.599
c-0.119,0-0.279,0.039-0.279-0.24c0-0.278-0.08-0.398-0.08-0.678c-0.28-0.358-0.76-0.837-0.96-1.235c-0.04,0-0.119-0.12-0.159-0.04
c-0.24,0.559-2.799,0.758-3.878,0.318c-1.599-0.158-2.319,0.758-4.437,0.519c-0.04,0.04-0.121,0.12-0.161,0.159
c-0.279,1.197,0.241,3.229-0.399,3.588c-0.239,0.917-0.279,1.396-0.319,2.87c-0.04,0-0.399,0-0.44,0.04
c0,0.318,0.041,0.518-0.04,0.797C44.603,67.602,44.203,67.442,43.723,67.403z"/>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.705px" viewBox="0 0 95.797 83.705" enable-background="new 0 0 95.797 83.705" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.272C51.318,0.878,49.759,0,47.96,0c-1.719,0-2.479,0.838-3.398,2.113L0.95,75.294
c-1.519,1.993-1.16,5.142,0.68,6.977c1.04,1.035,2.238,1.435,3.597,1.435h86.305c1,0,2.039-0.678,2.799-1.435
c1.479-1.515,1.84-3.708,1.079-5.581L52.198,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.272C51.318,0.878,49.759,0,47.96,0
c-1.719,0-2.479,0.838-3.398,2.113L0.95,75.294c-1.519,1.993-1.16,5.142,0.68,6.977c1.04,1.035,2.238,1.435,3.597,1.435h86.305
c1,0,2.039-0.678,2.799-1.435c1.479-1.515,1.84-3.708,1.079-5.581L52.198,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.92,15.466 14.702,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.92,15.466
14.702,72.902 "/>
<path fill="#120C0E" d="M47.8,68.319H20.218v-2.432l3.518,0.039l3.917-4.463c0.52-0.599,1.999-1.316,2.718-0.32
c1.08,0.719,1.439,1.236,1.479,1.555c-0.041,0.08,0.799,0.519,1.2,1.476c0.239,0,0.359,0.398,0.639,0.358
c0.24,0.279,0.399,0.438,0.72,0.638c0.399,0.559,0.759,0.877,1.04,1.156h1.758l-0.12-1.196l0.32-0.318
c-0.04-0.04-0.24-1.116-0.28-1.156c-0.64-3.188-0.16-4.465,0.2-6.338c0.08-0.398-0.72-3.108,0-4.663
c-0.479-1.036-0.32-3.148-0.28-3.746c0.04-0.398,0.2-1.355,0.52-1.635c0.04-0.398,0.12-0.318,0.08-0.717
c-0.56-0.24-1.319-0.599-1.798-1.157c-0.12-0.677,0.04-0.876,0.199-1.594h-0.359c0.08-0.997,0.72-3.428,1.16-4.226
c0.359-0.637-0.2-1.076,0.04-1.435c0.319-0.398,0.359-0.398,0.52-0.438c0.159-0.08,0.119,0.04,0.279-0.04c0.081-0.158-0.16-0.08,0,0
c0.121-0.318,0.839-0.398,0.919-0.757c0.76,0.04,2.039-0.598,3.478-1.435c0.199-0.12,0.4-0.319,0.52-0.519
c0.04,0,0.08-0.08,0.159-0.04c0.04-0.239,0.32-0.159,0.4-0.358c0.239-0.08,0.52-0.12,0.759-0.04c0.04,0.04,0.08,0.08,0.12,0.119
c1.959,0.239,2.158-0.079,2.638-0.398c0-0.04,0.04-0.119,0.08-0.159c0.28,0.159,0.4-0.199,0.6-0.239l0.479,0.438
c0.16-0.04,0.879-0.438,0.959-0.797c0.439-0.398,0.52-0.797,0.2-1.873c-0.2-0.639,0.56-0.479,0.239-0.917
c0.12-0.04,0.24-0.279,0.359-0.319c0.6-0.079,0.96,0,1.6,0.08c0.399,0.319,1.119,0.398,1.52,0.718
c0.839,0.438,2.039,1.993,1.998,2.392c-0.199,0.198-0.16,0.158-0.398,0.358c0,0.239,0.279,1.515,0.039,1.354
c-0.279-0.198-0.48-0.119-0.76-0.318c-0.56,0.717-0.799,1.076-1.6,1.475c-0.359-0.08-0.279,0.318-0.679,0.08
c-0.12,0.199-0.439,0.398-0.439,0.717c0.319,0.438,0.799,1.077,1.118,1.476c0.52,0.836,1.56,1.036,0.6,2.989
c-0.199,0.398-0.52,3.269-0.959,4.663c0.121,0.398,0.08,0.917,0.08,1.355c-0.08,1.873-0.12,2.192,0.52,3.627
c0.4,0.559,1.279,0.797,1.799,1.195l6.196,2.83c0.399,0.2,0.6,0.599,1.04,0.758c0.52,0,0.799,0.358,1.479-0.12
c0.319-0.238,0.68-0.358,0.959-0.677c0.4-0.758,1.439-1.076,1.759-1.555c0.601-0.239,1.079-0.996,2.079-0.798
c0.479,0.24,0.879,0,1.199,0.479c-0.08,0.199,0.32,0.519,0.4,0.718c0.359,0.239,0.679,0.957,1.119,0.877
c-0.52,0.917,0.4,0.678,0.559,1.354c0.881,0.639,0.721,1.236,1.04,2.113c0.2,0.08,0.2,0.519,0.32,0.677
c0.279,0.359,0.319,0.359,0.519,0.719c-0.119,0.916,0.201,1.595,0.52,2.352c-0.039,0.079,0.32,0.518,0.32,0.558
c0.48,0.757,0.88,1.754,1.04,3.468h0.759v2.033H47.8z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M47.8,68.319H20.218v-2.432l3.518,0.039
l3.917-4.463c0.52-0.599,1.999-1.316,2.718-0.32c1.08,0.719,1.439,1.236,1.479,1.555c-0.041,0.08,0.799,0.519,1.2,1.476
c0.239,0,0.359,0.398,0.639,0.358c0.24,0.279,0.399,0.438,0.72,0.638c0.399,0.559,0.759,0.877,1.04,1.156h1.758l-0.12-1.196
l0.32-0.318c-0.04-0.04-0.24-1.116-0.28-1.156c-0.64-3.188-0.16-4.465,0.2-6.338c0.08-0.398-0.72-3.108,0-4.663
c-0.479-1.036-0.32-3.148-0.28-3.746c0.04-0.398,0.2-1.355,0.52-1.635c0.04-0.398,0.12-0.318,0.08-0.717
c-0.56-0.24-1.319-0.599-1.798-1.157c-0.12-0.677,0.04-0.876,0.199-1.595h-0.359c0.08-0.996,0.72-3.427,1.16-4.225
c0.359-0.637-0.2-1.076,0.04-1.435c0.319-0.398,0.359-0.398,0.52-0.438c0.159-0.08,0.119,0.04,0.279-0.04c0.081-0.158-0.16-0.08,0,0
c0.121-0.318,0.839-0.398,0.919-0.757c0.76,0.04,2.039-0.598,3.478-1.435c0.199-0.12,0.4-0.319,0.52-0.519
c0.04,0,0.08-0.08,0.159-0.04c0.04-0.239,0.32-0.159,0.4-0.358c0.239-0.08,0.52-0.12,0.759-0.04c0.04,0.04,0.08,0.08,0.12,0.119
c1.959,0.239,2.158-0.079,2.638-0.398c0-0.04,0.04-0.119,0.08-0.159c0.281,0.159,0.4-0.199,0.6-0.239l0.479,0.438
c0.16-0.04,0.879-0.438,0.959-0.797c0.439-0.398,0.52-0.797,0.2-1.873c-0.2-0.639,0.56-0.479,0.239-0.917
c0.12-0.04,0.24-0.279,0.359-0.319c0.6-0.079,0.96,0,1.6,0.08c0.399,0.319,1.119,0.398,1.52,0.718
c0.839,0.438,2.039,1.993,1.998,2.392c-0.199,0.198-0.16,0.158-0.398,0.358c0,0.239,0.279,1.515,0.039,1.354
c-0.279-0.198-0.48-0.119-0.76-0.318c-0.56,0.717-0.799,1.076-1.6,1.475c-0.359-0.08-0.279,0.318-0.679,0.08
c-0.12,0.199-0.439,0.398-0.439,0.717c0.319,0.438,0.799,1.077,1.118,1.476c0.52,0.836,1.56,1.036,0.6,2.989
c-0.199,0.398-0.52,3.269-0.959,4.663c0.121,0.398,0.08,0.917,0.08,1.355c-0.08,1.873-0.12,2.192,0.52,3.627
c0.4,0.559,1.279,0.797,1.799,1.195l6.196,2.83c0.399,0.2,0.6,0.599,1.04,0.758c0.52,0,0.799,0.358,1.479-0.12
c0.319-0.238,0.68-0.358,0.959-0.677c0.4-0.758,1.439-1.076,1.759-1.555c0.601-0.239,1.079-0.996,2.079-0.798
c0.479,0.24,0.879,0,1.199,0.479c-0.08,0.199,0.32,0.519,0.4,0.718c0.359,0.239,0.679,0.957,1.119,0.877
c-0.52,0.917,0.4,0.678,0.559,1.354c0.881,0.639,0.721,1.236,1.04,2.113c0.2,0.08,0.2,0.519,0.32,0.677
c0.279,0.359,0.319,0.359,0.519,0.719c-0.119,0.916,0.201,1.594,0.52,2.352c-0.039,0.079,0.32,0.518,0.32,0.558
c0.48,0.757,0.88,1.754,1.04,3.468h0.759v2.033H47.8z"/>
<path fill="#FFFFFF" d="M38.486,43.885c0.52-0.876,0.8-2.432,0.959-3.547c0.88-0.159,1.919-0.956,2.918-1.116
c-0.359,0.438-0.399,0.837-0.719,1.315c-0.04,0.519-0.6,0.996-0.76,1.475c-0.639,0.718-0.679,1.396-1.279,1.833
c-0.08,0.32-0.239,0.519-0.52,0.679C39.006,44.244,39.006,43.885,38.486,43.885z"/>
<path fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" d="M38.486,43.885c0.52-0.876,0.8-2.432,0.959-3.547
c0.88-0.159,1.919-0.956,2.918-1.116c-0.359,0.438-0.399,0.837-0.719,1.315c-0.04,0.519-0.6,0.996-0.76,1.475
c-0.639,0.718-0.679,1.396-1.279,1.833c-0.08,0.32-0.239,0.519-0.52,0.679C39.006,44.244,39.006,43.885,38.486,43.885z"/>
<path fill="#FFFFFF" d="M47.241,44.403c-0.159,0.04-0.52,0.398-0.679,0.638c-0.439,0.678-0.64,0.519-0.72,1.555
c-0.08,0.917,1,2.072,1.479,2.313C47.082,47.632,46.562,45.041,47.241,44.403z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M47.241,44.403
c-0.159,0.04-0.52,0.398-0.679,0.638c-0.439,0.678-0.64,0.519-0.72,1.555c-0.08,0.917,1,2.072,1.479,2.313
C47.082,47.632,46.562,45.041,47.241,44.403z"/>
<path fill="#FFFFFF" d="M41.604,66.366h5.836l-1.359-1.316l-0.321-0.597l-0.439,0.278l-1.279-1.076
c0.12-0.318,0.279-0.559,0.359-0.837c0.36-0.08,0.36-0.438,0.76-0.479c-0.56-1.833,0.919-5.699,1.838-7.334c0.04-0.04,0.04,0.08,0,0
l-3.797-3.269l-1.439,3.787c-0.4,0.996,0,2.112-0.44,3.029c-0.28,0.559-0.2,1.555-0.079,2.271c-0.64,0.837-0.241,1.196-0.44,2.271
c-0.08,0.438-0.32,0.639-0.24,1.077c0.359,0.279,0.759-0.04,1-0.16c0.08-0.039,0.319,0.08,0.399,0.08
c0.04,0.12,0.08,0.239,0.16,0.319C42.283,65.17,41.604,65.648,41.604,66.366z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M41.604,66.366h5.836l-1.359-1.316l-0.321-0.597
l-0.439,0.278l-1.279-1.076c0.12-0.318,0.279-0.559,0.359-0.837c0.36-0.08,0.36-0.438,0.76-0.479
c-0.56-1.833,0.919-5.699,1.838-7.334c0.041-0.04,0.041,0.08,0,0l-3.797-3.269l-1.439,3.787c-0.4,0.996,0,2.112-0.44,3.029
c-0.28,0.559-0.2,1.555-0.079,2.271c-0.64,0.837-0.241,1.196-0.44,2.271c-0.08,0.438-0.32,0.639-0.24,1.077
c0.359,0.279,0.759-0.04,1-0.16c0.08-0.039,0.319,0.08,0.399,0.08c0.04,0.12,0.08,0.239,0.16,0.319
C42.283,65.17,41.604,65.648,41.604,66.366z"/>
<path fill="#FFFFFF" d="M48.28,62.261c1.959,0,1.359-1.315,2.519-2.671c0.16-0.319,0.719-1.315,0.719-1.435
c0.761-0.957,1.76-3.069,1.399-4.385c-0.199-0.758-1.199-1.276-0.199-1.315l7.595,3.468c0.72,0.319,0.16,0.916,1.878,0.838
c0.84-0.04-1.079,0.318-1.598,1.833c-0.16,0.358-0.84,1.235-1.16,1.475c-0.119,0.239-1.718,0.598-2.119,1.515
c-0.279,0.638-2.077,2.83-2.678,3.068c-1.758,0.719-1.519,0.957-2.717,1.954h-1.08c0.12-0.16,0.239-0.319,0.399-0.398
c0-0.2,0.16-0.319,0.12-0.519c-0.04-0.04-0.08-0.08-0.12-0.12c-0.04,0-0.2-0.08-0.279-0.04c-0.8-0.479-1.04-0.677-1.2-1.793
c-0.199-0.16-0.318-0.398-0.439-0.599c-0.2-0.198-0.439,0-0.68-0.118C48.36,62.858,48.44,62.5,48.28,62.261z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M48.28,62.261c1.959,0,1.359-1.315,2.519-2.671
c0.16-0.319,0.719-1.315,0.719-1.435c0.761-0.957,1.76-3.069,1.399-4.385c-0.199-0.758-1.199-1.276-0.199-1.316l7.595,3.469
c0.72,0.319,0.16,0.916,1.878,0.838c0.84-0.04-1.078,0.318-1.598,1.833c-0.16,0.358-0.84,1.235-1.16,1.475
c-0.119,0.239-1.718,0.598-2.119,1.515c-0.279,0.638-2.077,2.83-2.678,3.068c-1.758,0.719-1.519,0.957-2.717,1.953h-1.08
c0.12-0.159,0.239-0.318,0.399-0.397c0-0.2,0.16-0.319,0.12-0.519c-0.04-0.04-0.08-0.08-0.12-0.12c-0.04,0-0.2-0.08-0.279-0.04
c-0.8-0.479-1.04-0.677-1.2-1.793c-0.199-0.16-0.318-0.398-0.439-0.599c-0.2-0.198-0.439,0-0.68-0.118
C48.36,62.858,48.44,62.5,48.28,62.261z"/>
</svg>

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.705px" viewBox="0 0 95.797 83.705" enable-background="new 0 0 95.797 83.705" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.272C51.319,0.877,49.759,0,47.96,0c-1.719,0-2.479,0.838-3.397,2.113L0.95,75.294
c-1.519,1.993-1.16,5.142,0.68,6.977c1.04,1.035,2.238,1.434,3.598,1.434h86.306c0.999,0,2.039-0.678,2.8-1.434
c1.479-1.516,1.838-3.708,1.078-5.582L52.198,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.272C51.319,0.877,49.759,0,47.961,0
c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.294c-1.519,1.993-1.16,5.142,0.68,6.977c1.04,1.035,2.238,1.434,3.598,1.434h86.306
c0.999,0,2.039-0.678,2.8-1.434c1.479-1.516,1.838-3.708,1.078-5.582L52.198,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.139,72.903 47.92,15.465 14.702,72.903 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.139,72.903 47.92,15.465
14.702,72.903 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M47.96,39.62c-5.276,0-8.555-5.66-5.917-10.204
c2.638-4.503,9.195-4.503,11.793,0C56.475,33.96,53.198,39.62,47.96,39.62z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M47.961,39.62c-5.277,0-8.556-5.66-5.917-10.204
c2.638-4.503,9.195-4.503,11.793,0C56.475,33.96,53.198,39.62,47.961,39.62z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFCB04" d="M47.96,55.085c-5.276,0-8.555-5.659-5.917-10.203
c2.638-4.504,9.195-4.504,11.793,0C56.475,49.426,53.198,55.085,47.96,55.085z"/>
<path fill="none" stroke="#FFCB04" stroke-width="0" stroke-miterlimit="3.863" d="M47.961,55.085
c-5.277,0-8.556-5.659-5.917-10.203c2.638-4.504,9.195-4.504,11.793,0C56.475,49.426,53.198,55.085,47.961,55.085z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00A650" d="M47.96,70.431c-5.276,0-8.555-5.659-5.917-10.203
c2.638-4.504,9.195-4.504,11.793,0C56.475,64.772,53.198,70.431,47.96,70.431z"/>
<path fill="none" stroke="#00A650" stroke-width="0" stroke-miterlimit="3.863" d="M47.961,70.431
c-5.277,0-8.556-5.659-5.917-10.203c2.638-4.504,9.195-4.504,11.793,0C56.475,64.772,53.198,70.431,47.961,70.431z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.798px" height="83.704px" viewBox="0 0 95.798 83.704" enable-background="new 0 0 95.798 83.704" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.272C51.319,0.877,49.759,0,47.961,0c-1.72,0-2.479,0.837-3.398,2.112L0.95,75.294
c-1.519,1.992-1.16,5.143,0.68,6.976c1.04,1.036,2.238,1.435,3.597,1.435h86.305c1,0,2.039-0.678,2.8-1.435
c1.479-1.515,1.839-3.706,1.079-5.581L52.198,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.272C51.319,0.877,49.759,0,47.961,0
c-1.72,0-2.479,0.837-3.398,2.112L0.95,75.294c-1.519,1.992-1.16,5.143,0.68,6.976c1.04,1.036,2.238,1.435,3.597,1.435h86.305
c1,0,2.039-0.678,2.8-1.435c1.479-1.515,1.839-3.706,1.079-5.581L52.198,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.921,15.466 14.702,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.921,15.466
14.702,72.902 "/>
<path fill="#120C0E" d="M49.2,65.011l-6.836-13.633l-5.476-1.156c-2.279-0.637-2.799-1.115-3.797-2.071
c1.239-0.36,2.398-0.479,3.797-0.28l5.956,1.276l11.993-9.726l1.72,0.358l-6.196,8.53L49.88,50.7l7.835,1.834l0.8,0.279l2.598-2.75
l1.359,0.358l-0.959,3.786l0.439,0.279l-0.641,0.039l-0.479,3.947l-1.359-0.199l-1.318-3.628l-0.841-0.12l-7.915-1.633l-0.559,2.471
l1.958,10.125L49.2,65.011z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M49.2,65.011l-6.836-13.633l-5.476-1.156
c-2.279-0.637-2.799-1.115-3.797-2.071c1.239-0.36,2.398-0.479,3.797-0.28l5.956,1.276l11.993-9.726l1.72,0.358l-6.196,8.53
L49.88,50.7l7.835,1.834l0.8,0.279l2.598-2.75l1.359,0.358l-0.959,3.786l0.439,0.279l-0.641,0.039l-0.479,3.947l-1.359-0.199
l-1.318-3.628l-0.841-0.12l-7.915-1.633l-0.559,2.471l1.958,10.125L49.2,65.011z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.816px" height="83.722px" viewBox="0 0 95.816 83.722" enable-background="new 0 0 95.816 83.722" xml:space="preserve">
<path fill="#ED1C24" d="M52.208,2.272C51.328,0.877,49.769,0,47.97,0c-1.72,0-2.479,0.837-3.399,2.113L0.95,75.31
c-1.519,1.993-1.16,5.143,0.68,6.977c1.04,1.037,2.239,1.436,3.599,1.436h86.324c0.999,0,2.039-0.679,2.798-1.436
c1.479-1.515,1.839-3.707,1.079-5.582L52.208,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.208,2.272C51.328,0.877,49.769,0,47.97,0
c-1.72,0-2.479,0.837-3.399,2.113L0.95,75.31c-1.519,1.993-1.16,5.143,0.68,6.977c1.04,1.037,2.239,1.436,3.599,1.436h86.324
c0.999,0,2.039-0.679,2.798-1.436c1.479-1.515,1.839-3.707,1.079-5.582L52.208,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.155,72.917 47.93,15.469 14.704,72.917 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.155,72.917 47.93,15.469
14.704,72.917 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M38.773,66.738 M39.533,66.738h-0.76V49.276h0.76V66.738z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M38.773,66.738 M39.533,66.738h-0.76V49.276h0.76
V66.738z"/>
<polyline fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" points="43.011,47.163 39.174,49.236
40.932,52.466 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M58.685,57.808c-1.119,2.313-2.158,0.559-1.239-0.877
C58.285,55.695,59.525,55.934,58.685,57.808z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M58.685,57.808
c-1.119,2.313-2.158,0.559-1.239-0.877C58.285,55.695,59.525,55.934,58.685,57.808z"/>
<path fill="#120C0E" d="M54.967,53.98l2.479,1.475c-1.759-0.278-2.919,1.236-1.679,2.791l-2.679-0.996
C52.368,56.572,52.288,53.621,54.967,53.98z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M54.967,53.98l2.479,1.475
c-1.759-0.278-2.919,1.236-1.679,2.791l-2.679-0.996C52.368,56.572,52.288,53.621,54.967,53.98z"/>
<path fill="#120C0E" d="M50.648,51.508l2.279,1.356c-1.04-0.398-3.638,1.236-1.72,3.708l-2.479-0.997
C46.77,53.423,48.81,50.99,50.648,51.508z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M50.648,51.508l2.279,1.356
c-1.04-0.398-3.638,1.236-1.72,3.708l-2.479-0.997C46.77,53.423,48.81,50.99,50.648,51.508z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M58.685,56.252l-15.673-9.089 M57.525,58.845
l-16.593-6.379"/>
<path fill="#120C0E" d="M43.571,53.582l2.839,1.075c-2.039-2.949,0.839-4.584,2.039-4.384l-2.599-1.595
C44.811,48.559,41.732,50.273,43.571,53.582z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M43.571,53.582l2.839,1.075
c-2.039-2.949,0.839-4.584,2.039-4.385l-2.599-1.594C44.811,48.559,41.732,50.272,43.571,53.582z"/>
<path fill="#120C0E" d="M40.932,52.466l0.281,0.04c-1.2-2.313,1.359-4.745,2.318-5.023l-0.52-0.319
C42.413,47.322,39.493,50.153,40.932,52.466z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M40.932,52.466l0.281,0.04
c-1.2-2.313,1.359-4.745,2.318-5.023l-0.52-0.319C42.413,47.322,39.493,50.153,40.932,52.466z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.704px" viewBox="0 0 95.797 83.704" enable-background="new 0 0 95.797 83.704" xml:space="preserve">
<path fill="#ED1C24" d="M52.197,2.272C51.318,0.877,49.759,0,47.96,0c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.295
c-1.52,1.992-1.16,5.141,0.68,6.975c1.04,1.036,2.238,1.435,3.597,1.435h86.306c1,0,2.039-0.677,2.799-1.435
c1.479-1.515,1.839-3.707,1.078-5.58L52.197,2.272z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.197,2.272C51.318,0.877,49.759,0,47.96,0
c-1.72,0-2.479,0.837-3.398,2.113L0.95,75.295c-1.52,1.992-1.16,5.141,0.68,6.975c1.04,1.036,2.238,1.435,3.597,1.435h86.306
c1,0,2.039-0.677,2.799-1.435c1.479-1.515,1.839-3.707,1.078-5.58L52.197,2.272z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.903 47.92,15.466 14.701,72.903 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.903 47.92,15.466
14.701,72.903 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="37.287,36.831 41.803,36.831 41.803,59.471 46.401,59.471
39.605,70.71 32.81,59.471 37.287,59.471 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="37.287,36.831 41.803,36.831
41.803,59.471 46.401,59.471 39.605,70.71 32.81,59.471 37.287,59.471 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="54.076,70.552 58.594,70.552 58.594,47.911 63.19,47.911
56.395,36.671 49.599,47.911 54.076,47.911 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="54.076,70.552 58.594,70.552
58.594,47.911 63.19,47.911 56.395,36.671 49.599,47.911 54.076,47.911 "/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="96.067px" height="84.18px" viewBox="0 0 96.067 84.18" enable-background="new 0 0 96.067 84.18" xml:space="preserve">
<path fill="#ED1C24" d="M52.345,2.285C51.463,0.882,49.9,0,48.096,0c-1.724,0-2.486,0.842-3.408,2.124L0.953,75.713
c-1.524,2.004-1.163,5.172,0.681,7.016c1.042,1.042,2.245,1.522,3.608,1.443l86.629-0.041c1.002-0.16,1.965-0.642,2.726-1.402
c1.483-1.523,1.845-3.729,1.083-5.612L52.345,2.285z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.345,2.285C51.463,0.882,49.9,0,48.096,0
c-1.724,0-2.486,0.842-3.408,2.124L0.953,75.713c-1.524,2.004-1.163,5.172,0.681,7.016c1.042,1.042,2.245,1.522,3.608,1.443
l86.629-0.041c1.002-0.16,1.965-0.642,2.726-1.402c1.483-1.523,1.845-3.729,1.083-5.612L52.345,2.285z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.367,73.309 48.056,15.552 14.743,73.309 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.367,73.309 48.056,15.552
14.743,73.309 "/>
<polygon fill="#120C0E" points="34.746,64.771 34.746,53.188 31.74,53.188 31.74,50.223 34.706,50.223 34.706,47.256 36.229,45.733
37.673,47.256 37.673,50.223 40.639,50.223 40.639,47.256 42.163,45.733 43.606,47.256 43.606,50.223 46.572,50.223 46.572,47.256
48.096,45.733 49.539,47.256 49.539,50.223 52.505,50.223 52.505,47.256 53.988,45.773 55.472,47.256 55.472,50.223 58.438,50.223
58.438,47.256 59.922,45.773 61.404,47.256 61.404,50.223 64.371,50.223 64.371,53.188 61.404,53.188 61.404,64.771 64.371,64.771
64.371,67.737 61.404,67.737 61.404,70.703 58.438,70.703 58.438,67.737 55.472,67.737 55.472,70.703 52.505,70.703 52.505,67.737
49.539,67.737 49.539,70.703 46.572,70.703 46.572,67.737 43.606,67.737 43.606,70.703 40.639,70.703 40.639,67.737 37.673,67.737
37.673,70.703 34.706,70.703 34.706,67.737 31.74,67.737 31.74,64.771 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" points="34.746,64.771 34.746,53.188
31.74,53.188 31.74,50.223 34.706,50.223 34.706,47.256 36.229,45.733 37.673,47.256 37.673,50.223 40.639,50.223 40.639,47.256
42.163,45.733 43.606,47.256 43.606,50.223 46.572,50.223 46.572,47.256 48.096,45.733 49.539,47.256 49.539,50.223 52.505,50.223
52.505,47.256 53.988,45.773 55.472,47.256 55.472,50.223 58.438,50.223 58.438,47.256 59.922,45.773 61.404,47.256 61.404,50.223
64.371,50.223 64.371,53.188 61.404,53.188 61.404,64.771 64.371,64.771 64.371,67.737 61.404,67.737 61.404,70.703 58.438,70.703
58.438,67.737 55.472,67.737 55.472,70.703 52.505,70.703 52.505,67.737 49.539,67.737 49.539,70.703 46.572,70.703 46.572,67.737
43.606,67.737 43.606,70.703 40.639,70.703 40.639,67.737 37.673,67.737 37.673,70.703 34.706,70.703 34.706,67.737 31.74,67.737
31.74,64.771 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M37.753,64.771 M40.679,64.771h-2.926V53.148h2.926V64.771z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M37.753,64.771 M40.679,64.771h-2.926V53.148
h2.926V64.771z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M43.726,64.771 M46.653,64.771h-2.926V53.148h2.926V64.771z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M43.726,64.771 M46.653,64.771h-2.926V53.148
h2.926V64.771z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M49.699,64.771 M52.666,64.771h-2.967V53.148h2.967V64.771z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M49.699,64.771 M52.666,64.771h-2.967V53.148
h2.967V64.771z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M55.552,64.771 M58.438,64.771h-2.887V53.148h2.887V64.771z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M55.552,64.771 M58.438,64.771h-2.887V53.148
h2.887V64.771z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="96.051px" height="84.137px" viewBox="0 0 96.051 84.137" enable-background="new 0 0 96.051 84.137" xml:space="preserve">
<path fill="#ED1C24" d="M52.336,2.284C51.453,0.882,49.891,0,48.087,0c-1.723,0-2.485,0.842-3.407,2.124L0.952,75.682
c-1.523,2.004-1.162,5.17,0.681,7.012c1.042,1.042,2.245,1.443,3.608,1.443h86.535c1.002,0,2.045-0.682,2.806-1.443
c1.483-1.522,1.844-3.727,1.081-5.609L52.336,2.284z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.336,2.284C51.453,0.882,49.891,0,48.087,0
c-1.723,0-2.485,0.842-3.407,2.124L0.952,75.682c-1.523,2.004-1.162,5.17,0.681,7.012c1.042,1.042,2.245,1.443,3.608,1.443h86.535
c1.002,0,2.045-0.682,2.806-1.443c1.483-1.522,1.844-3.727,1.081-5.609L52.336,2.284z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.354,73.258 48.047,15.545 14.72,73.258 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.354,73.258 48.047,15.545
14.72,73.258 "/>
<path d="M32.075,49.641c-0.261,0.08-0.441,0.32-0.441,0.601c0,0.261,0.24,0.501,0.461,0.601c0.02,0.021-0.02-0.02,0,0
c0,0.021,0.04,0.061,0.04,0.08v1.663h-2.946c-0.281,0.06-0.401,0.261-0.481,0.461c-0.501,1.482-1.042,2.944-1.463,4.468
c-0.1,0.36-0.02,0.66,0.16,0.74l1.243,0.561l-0.541,1.684h-1.183v1.441h-1.823v2.404h3.166c0.281,1.563,1.724,3.025,3.507,3.025
c1.764,0,3.187-1.443,3.447-3.005h2.285c0.24,1.562,1.683,3.045,3.467,3.045c1.783,0,3.206-1.462,3.467-3.005h2.324
c0.241,1.563,1.704,3.045,3.467,3.045c1.784,0,3.207-1.462,3.467-3.005h2.226c0.239,1.543,1.703,3.024,3.467,3.024
c1.784,0,3.206-1.461,3.487-3.005h3.186V62.08H64.42V51.023h1.664V49.78h-9.279l-1.223,2.925h-4.129v-1.202h-4.067v1.103h-3.127
c0.061-0.2,0.081-0.401,0.081-0.602c0-1.302-1.063-2.363-2.365-2.363c-1.303,0-2.365,1.062-2.365,2.363c0,0.2,0.02,0.381,0.08,0.581
l-3.948,0.021v-1.644c0.04-0.12,0.161-0.12,0.221-0.14c0.2-0.12,0.32-0.32,0.32-0.561s-0.16-0.461-0.38-0.562
c-0.101-0.04-0.421,0.06-0.401-0.24v-1.583c0.26-0.3,2.364-0.961,2.445-3.785c2.044,0.221,4.108-2.124,4.368-2.564
c0.101-0.16,3.067-0.28,4.289-3.606c0.04-0.08,2.125-0.24,1.804-2.784c0-0.14,0.922-0.861,0.18-3.005
c0.421-0.501,0.682-1.162,0.682-1.863c0-1.542-1.263-2.804-2.806-2.804c-1.583,0-2.826,1.262-2.826,2.804
c0,0.441,0.1,0.841,0.261,1.202c-1.844,0.982-2.485,3.365-2.485,4.567c-2.024,1.102-3.147,2.985-4.109,4.528
c-0.24,0.4-2.565,1.362-2.885,4.006c-1.804,0.04-2.185,1.763-2.185,1.783v3.125C32.235,49.5,32.275,49.641,32.075,49.641z"/>
<path fill="none" stroke="#000000" stroke-width="0.2" stroke-miterlimit="3.863" d="M32.075,49.641
c-0.261,0.08-0.441,0.32-0.441,0.601c0,0.261,0.24,0.501,0.461,0.601c0.02,0.021-0.02-0.02,0,0c0,0.021,0.04,0.061,0.04,0.08v1.663
h-2.946c-0.281,0.06-0.401,0.261-0.481,0.461c-0.501,1.482-1.042,2.944-1.463,4.468c-0.1,0.36-0.02,0.66,0.16,0.74l1.243,0.561
l-0.541,1.684h-1.183v1.441h-1.823v2.404h3.166c0.281,1.563,1.724,3.025,3.507,3.025c1.764,0,3.187-1.443,3.447-3.005h2.285
c0.24,1.562,1.683,3.045,3.467,3.045c1.783,0,3.206-1.462,3.467-3.005h2.324c0.241,1.563,1.704,3.045,3.467,3.045
c1.784,0,3.207-1.462,3.467-3.005h2.226c0.239,1.543,1.703,3.024,3.467,3.024c1.784,0,3.206-1.461,3.487-3.005h3.186V62.08H64.42
V51.023h1.664V49.78h-9.279l-1.223,2.925h-4.129v-1.202h-4.067v1.103h-3.127c0.061-0.2,0.081-0.401,0.081-0.602
c0-1.302-1.063-2.363-2.365-2.363c-1.303,0-2.365,1.062-2.365,2.363c0,0.2,0.02,0.381,0.08,0.581l-3.948,0.021v-1.644
c0.04-0.12,0.161-0.12,0.221-0.14c0.2-0.12,0.32-0.32,0.32-0.561s-0.16-0.461-0.38-0.562c-0.101-0.04-0.421,0.06-0.401-0.24v-1.583
c0.26-0.3,2.364-0.961,2.445-3.785c2.044,0.221,4.108-2.124,4.368-2.564c0.101-0.16,3.067-0.28,4.289-3.606
c0.04-0.08,2.125-0.24,1.804-2.784c0-0.14,0.922-0.861,0.18-3.005c0.421-0.501,0.682-1.162,0.682-1.863
c0-1.542-1.263-2.804-2.806-2.804c-1.583,0-2.826,1.262-2.826,2.804c0,0.441,0.1,0.841,0.261,1.202
c-1.844,0.982-2.485,3.365-2.485,4.567c-2.024,1.102-3.147,2.985-4.109,4.528c-0.24,0.4-2.565,1.362-2.885,4.006
c-1.804,0.04-2.185,1.763-2.185,1.783v3.125C32.235,49.5,32.275,49.641,32.075,49.641z"/>
<polygon fill="#FFFFFF" points="60.854,50.922 63.277,50.941 63.277,54.348 60.854,54.348 "/>
<polygon fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" points="60.854,50.922 63.277,50.941
63.277,54.348 60.854,54.348 "/>
<polygon fill="#FFFFFF" points="56.865,54.389 60.392,54.389 60.232,50.902 57.445,50.902 "/>
<polygon fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" points="56.865,54.389 60.392,54.389
60.232,50.902 57.445,50.902 "/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.119,68.451 M67.086,68.451H24.119V67.43h42.967V68.451z"/>
<path fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" d="M24.119,68.451 M67.086,68.451H24.119V67.43
h42.967V68.451z"/>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="51.965px" height="141.188px" viewBox="0 0 51.965 141.188" enable-background="new 0 0 51.965 141.188"
xml:space="preserve">
<path fill="none" stroke="#000000" stroke-width="0.2" stroke-miterlimit="3.863" d="M22.908,141.068 M29.716,141.068h-6.81V40.996
h6.81V141.068z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.908,141.088 M29.716,141.088h-6.81V86.815h6.81V141.088z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" d="M22.908,141.088 M29.716,141.088h-6.81V86.815
h6.81V141.088z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.908,59.08 M29.716,59.08h-6.81v-9.072h6.81V59.08z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" d="M22.908,59.08 M29.716,59.08h-6.81v-9.072h6.81
V59.08z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.908,77.404 M29.716,77.404h-6.81v-9.072h6.81V77.404z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" d="M22.908,77.404 M29.716,77.404h-6.81v-9.072
h6.81V77.404z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.908,41.057 M29.716,41.057h-6.81v-9.072h6.81V41.057z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" d="M22.908,41.057 M29.716,41.057h-6.81v-9.072
h6.81V41.057z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="19.333,25.902 25.863,19.362 32.394,25.902 25.863,32.422
"/>
<polygon fill="none" stroke="#FFFFFF" stroke-width="0.2" stroke-miterlimit="3.863" points="19.333,25.902 25.863,19.362
32.394,25.902 25.863,32.422 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="6.552,12.982 12.983,6.563 19.413,12.982 12.983,19.382
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.2" stroke-miterlimit="3.863" points="6.552,12.982 12.983,6.563
19.413,12.982 12.983,19.382 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="32.394,38.803 38.824,32.382 45.253,38.803 38.824,45.203
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.2" stroke-miterlimit="3.863" points="32.394,38.803 38.824,32.382
45.253,38.803 38.824,45.203 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="38.843,45.243 45.274,38.822 51.705,45.243 45.274,51.644
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" points="38.843,45.243 45.274,38.822
51.705,45.243 45.274,51.644 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="45.414,12.962 38.984,6.542 32.593,12.922 39.003,19.343
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.2" stroke-miterlimit="3.863" points="45.414,12.962 38.984,6.542
32.593,12.922 39.003,19.343 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="19.453,38.882 13.022,32.462 6.632,38.843 13.042,45.264
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.2" stroke-miterlimit="3.863" points="19.453,38.882 13.022,32.462
6.632,38.843 13.042,45.264 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="39.222,19.123 32.792,12.724 26.142,19.362 32.573,25.764
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" points="39.222,19.123 32.792,12.724
26.142,19.362 32.573,25.764 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="51.824,6.563 45.394,0.142 39.003,6.522 45.414,12.942 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" points="51.824,6.563 45.394,0.142
39.003,6.522 45.414,12.942 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="12.843,19.243 19.273,12.843 25.863,19.422 19.433,25.843
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" points="12.843,19.243 19.273,12.843
25.863,19.422 19.433,25.843 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="0.142,6.582 6.572,0.161 13.002,6.582 6.572,12.982 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" points="0.142,6.582 6.572,0.161 13.002,6.582
6.572,12.982 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="25.863,32.482 19.433,26.063 13.042,32.442 19.453,38.862
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" points="25.863,32.482 19.433,26.063
13.042,32.442 19.453,38.862 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="13.082,45.243 6.652,38.822 0.182,45.283 6.592,51.703 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" points="13.082,45.243 6.652,38.822
0.182,45.283 6.592,51.703 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="25.983,32.402 32.413,25.982 38.843,32.402 32.413,38.803
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.2" stroke-miterlimit="3.863" points="25.983,32.402 32.413,25.982
38.843,32.402 32.413,38.803 "/>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="52.429px" height="167.897px" viewBox="0 0 52.429 167.897" enable-background="new 0 0 52.429 167.897"
xml:space="preserve">
<path fill="none" stroke="#000000" stroke-width="0.201" stroke-miterlimit="3.863" d="M22.813,167.777 M29.678,167.777h-6.865
V67.184h6.865V167.777z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.813,167.797 M29.678,167.797h-6.865v-54.556h6.865V167.797z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" d="M22.813,167.797 M29.678,167.797h-6.865
v-54.556h6.865V167.797z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.813,85.363 M29.678,85.363h-6.865v-9.12h6.865V85.363z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" d="M22.813,85.363 M29.678,85.363h-6.865v-9.12
h6.865V85.363z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.813,103.781 M29.678,103.781h-6.865v-9.119h6.865V103.781z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" d="M22.813,103.781 M29.678,103.781h-6.865
v-9.119h6.865V103.781z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.813,67.244 M29.678,67.244h-6.865v-9.119h6.865V67.244z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" d="M22.813,67.244 M29.678,67.244h-6.865v-9.119
h6.865V67.244z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M22.813,33.112 M29.678,33.112h-6.865v-9.119h6.865V33.112z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.201" stroke-miterlimit="3.863" d="M22.813,33.112 M29.678,33.112h-6.865v-9.119
h6.865V33.112z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="19.53,26.037 26.114,19.463 32.699,26.037 26.114,32.59
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0.201" stroke-miterlimit="3.863" points="19.53,26.037 26.114,19.463
32.699,26.037 26.114,32.59 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="6.646,13.049 13.128,6.595 19.612,13.049 13.128,19.483
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.201" stroke-miterlimit="3.863" points="6.646,13.049 13.128,6.595
19.612,13.049 13.128,19.483 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="13.148,19.523 19.632,13.069 26.114,19.523 19.632,25.956
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="13.148,19.523 19.632,13.069
26.114,19.523 19.632,25.956 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="45.825,13.028 39.342,6.575 32.9,12.989 39.363,19.443 "/>
<polygon fill="none" stroke="#000000" stroke-width="0.201" stroke-miterlimit="3.863" points="45.825,13.028 39.342,6.575
32.9,12.989 39.363,19.443 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="32.658,64.979 39.14,58.525 45.624,64.979 39.14,71.413
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.201" stroke-miterlimit="3.863" points="32.658,64.979 39.14,58.525
45.624,64.979 39.14,71.413 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="39.161,71.453 45.644,64.999 52.126,71.453 45.644,77.887
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="39.161,71.453 45.644,64.999
52.126,71.453 45.644,77.887 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="19.612,65.06 13.128,58.605 6.686,65.019 13.148,71.473
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.201" stroke-miterlimit="3.863" points="19.612,65.06 13.128,58.605
6.686,65.019 13.148,71.473 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="19.49,52.011 26.074,45.438 32.658,52.011 26.074,58.565
"/>
<polygon fill="none" stroke="#FFFFFF" stroke-width="0.201" stroke-miterlimit="3.863" points="19.49,52.011 26.074,45.438
32.658,52.011 26.074,58.565 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="6.605,39.025 13.088,32.57 19.571,39.025 13.088,45.458
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.201" stroke-miterlimit="3.863" points="6.605,39.024 13.088,32.57
19.571,39.024 13.088,45.458 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="45.785,39.003 39.302,32.55 32.859,38.964 39.322,45.418
"/>
<polygon fill="none" stroke="#000000" stroke-width="0.201" stroke-miterlimit="3.863" points="45.785,39.003 39.302,32.55
32.859,38.964 39.322,45.418 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" d="M22.813,42.271 M29.678,42.271h-6.865v-9.119h6.865V42.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" d="M22.813,42.271 M29.678,42.271h-6.865v-9.119
h6.865V42.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="0.143,32.59 6.625,26.137 13.108,32.59 6.625,39.025 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="0.143,32.59 6.625,26.137
13.108,32.59 6.625,39.024 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="12.988,45.377 19.47,38.924 26.074,45.498 19.592,51.931
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="12.988,45.377 19.47,38.924
26.074,45.498 19.592,51.931 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="39.462,45.277 32.98,38.844 26.356,45.438 32.838,51.872
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="39.462,45.277 32.98,38.844
26.356,45.438 32.838,51.872 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="52.248,32.57 45.765,26.117 39.322,32.53 45.785,38.984
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="52.248,32.57 45.765,26.117
39.322,32.53 45.785,38.984 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="13.229,71.413 6.746,64.959 0.183,71.493 6.666,77.946 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="13.229,71.413 6.746,64.959
0.183,71.493 6.666,77.946 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="26.074,58.625 19.592,52.172 13.148,58.585 19.612,65.04
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="26.074,58.625 19.592,52.172
13.148,58.585 19.612,65.04 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="26.194,58.545 32.678,52.092 39.161,58.545 32.678,64.979
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="26.194,58.545 32.678,52.092
39.161,58.545 32.678,64.979 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="0.183,6.615 6.666,0.162 13.148,6.615 6.666,13.049 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="0.183,6.615 6.666,0.162
13.148,6.615 6.666,13.049 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="39.624,19.182 33.141,12.748 26.235,19.623 32.718,26.057
"/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="39.624,19.182 33.141,12.748
26.235,19.623 32.718,26.057 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ED1C24" points="52.287,6.595 45.804,0.142 39.363,6.555 45.825,13.008 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.201" stroke-miterlimit="3.863" points="52.287,6.595 45.804,0.142
39.363,6.555 45.825,13.008 "/>
</svg>

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

@ -0,0 +1,90 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="94.29px" height="84.921px" viewBox="0 0 94.29 84.921" enable-background="new 0 0 94.29 84.921" xml:space="preserve">
<path fill="#ED1C24" d="M6.592,84.885c-1.994,0.2-3.15-0.44-4.506-1.924c-2.432-2.403-2.791-6.011-0.797-8.655L41.523,3.294
c0.12-0.321-0.279,0.361-0.12,0.08c0.837-1.402,2.154-2.525,3.749-3.045c3.03-0.962,6.02,0.241,7.576,2.885L93.52,75.227
c0.996,1.684,0.957,3.326,0.279,5.25c-1.037,2.806-3.668,4.448-6.5,4.408H6.592z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M6.592,84.885c-1.994,0.2-3.15-0.441-4.506-1.924
c-2.432-2.403-2.791-6.011-0.797-8.655L41.523,3.294c0.12-0.321-0.279,0.361-0.12,0.08c0.837-1.402,2.154-2.525,3.749-3.045
c3.03-0.962,6.02,0.24,7.576,2.885L93.52,75.227c0.996,1.684,0.957,3.326,0.279,5.25c-1.037,2.806-3.668,4.448-6.5,4.408H6.592z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="12.613,74.106 46.188,14.876 79.764,74.106 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0.28" stroke-miterlimit="3.863" points="12.613,74.106 46.188,14.876
79.764,74.106 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M31.793,70.458c-0.917,0-1.515-1.002-1.036-1.804
c0.479-0.801,1.595-0.801,2.074,0C33.308,69.457,32.711,70.458,31.793,70.458z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M31.793,70.458c-0.917,0-1.515-1.002-1.036-1.804
c0.479-0.801,1.595-0.801,2.074,0C33.308,69.457,32.711,70.458,31.793,70.458z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M35.063,70.458c-0.917,0-1.476-1.002-1.037-1.804
c0.438-0.801,1.595-0.801,2.033,0C36.498,69.457,35.941,70.458,35.063,70.458z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M35.063,70.458c-0.917,0-1.476-1.002-1.037-1.804
c0.438-0.801,1.595-0.801,2.033,0C36.499,69.457,35.941,70.458,35.063,70.458z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M58.549,70.458c-0.956,0-1.555-1.002-1.076-1.804
c0.479-0.801,1.635-0.801,2.113,0C60.064,69.457,59.467,70.458,58.549,70.458z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M58.549,70.458c-0.956,0-1.555-1.002-1.076-1.804
c0.479-0.801,1.635-0.801,2.113,0C60.064,69.457,59.467,70.458,58.549,70.458z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M61.739,70.458c-0.917,0-1.515-1.002-1.036-1.804
c0.478-0.801,1.595-0.801,2.072,0C63.254,69.457,62.656,70.458,61.739,70.458z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M61.739,70.458c-0.917,0-1.515-1.002-1.036-1.804
c0.478-0.801,1.595-0.801,2.072,0C63.254,69.457,62.656,70.458,61.739,70.458z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M21.067,71.501 M72.426,71.501H21.067v-1.122h51.359V71.501z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M21.067,71.501 M72.426,71.501H21.067v-1.122
h51.359V71.501z"/>
<polygon fill="#120C0E" points="22.742,69.256 29.241,69.256 30.278,67.574 36.498,67.574 37.456,69.256 56.117,69.256
56.994,67.614 63.215,67.614 64.211,69.457 70.711,69.457 70.711,69.016 71.229,69.016 71.229,67.934 70.75,67.934 70.75,63.085
68.398,57.395 62.656,57.395 62.656,56.753 30.876,56.753 30.876,57.115 28.803,57.115 27.487,56.513 25.213,56.513 24.815,57.115
22.542,63.045 22.542,67.574 22.063,67.574 22.063,68.735 22.742,68.735 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="22.742,69.256 29.241,69.256
30.278,67.574 36.499,67.574 37.456,69.256 56.117,69.256 56.994,67.614 63.215,67.614 64.211,69.457 70.711,69.457 70.711,69.016
71.229,69.016 71.229,67.934 70.75,67.934 70.75,63.085 68.398,57.395 62.656,57.395 62.656,56.753 30.876,56.753 30.876,57.115
28.803,57.115 27.487,56.513 25.213,56.513 24.815,57.115 22.542,63.045 22.542,67.574 22.063,67.574 22.063,68.735 22.742,68.735
"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M30.238,63.166 M37.894,63.166h-7.656v-4.77h7.656V63.166z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M30.238,63.166 M37.894,63.166h-7.656v-4.77
h7.656V63.166z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M38.612,63.166 M46.308,63.166h-7.696v-4.77h7.696V63.166z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M38.612,63.166 M46.308,63.166h-7.696v-4.77
h7.696V63.166z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M46.945,63.166 M54.682,63.166h-7.735v-4.77h7.735V63.166z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M46.945,63.166 M54.682,63.166h-7.735v-4.77
h7.735V63.166z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M55.319,63.166 M63.055,63.166h-7.735v-4.77h7.735V63.166z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M55.319,63.166 M63.055,63.166h-7.735v-4.77
h7.735V63.166z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M64.211,63.166 M65.368,63.166h-1.156v-4.77h1.156V63.166z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M64.211,63.166 M65.368,63.166h-1.156v-4.77
h1.156V63.166z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M65.768,63.166 M66.883,63.166h-1.116v-4.77h1.116V63.166z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M65.768,63.166 M66.883,63.166h-1.116v-4.77
h1.116V63.166z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M28.045,63.166 M29.202,63.166h-1.157v-4.77h1.157V63.166z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M28.045,63.166 M29.202,63.166h-1.157v-4.77
h1.157V63.166z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M26.49,63.166 M27.646,63.166H26.49v-4.77h1.156V63.166z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" d="M26.49,63.166 M27.646,63.166H26.49v-4.77h1.156
V63.166z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="23.26,63.206 25.134,58.437 26.012,58.437 26.012,63.206
"/>
<polygon fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" points="23.26,63.206 25.134,58.437
26.012,58.437 26.012,63.206 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="70.232,63.125 68.238,58.396 67.4,58.396 67.4,63.125 "/>
<polygon fill="none" stroke="#FFFFFF" stroke-width="0" stroke-miterlimit="3.863" points="70.232,63.125 68.238,58.396
67.4,58.396 67.4,63.125 "/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M39.888,53.066l-4.506-2.845 M39.888,53.427
l-4.705-2.926 M35.143,56.392l-4.785-3.005 M35.143,56.753l-4.984-3.086 M35.063,56.392l4.506-2.805 M35.063,56.753l4.705-2.885"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M29.999,53.748c-0.358,0-0.558-0.36-0.398-0.642
c0.159-0.28,0.598-0.28,0.757,0C30.517,53.387,30.318,53.748,29.999,53.748z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M29.999,53.748c-0.358,0-0.558-0.36-0.398-0.642
c0.159-0.28,0.598-0.28,0.757,0C30.517,53.387,30.318,53.748,29.999,53.748z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M35.223,50.743c-0.359,0-0.599-0.361-0.399-0.642
c0.16-0.281,0.599-0.281,0.758,0C35.781,50.381,35.542,50.743,35.223,50.743z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M35.223,50.743c-0.359,0-0.599-0.361-0.399-0.642
c0.16-0.281,0.599-0.281,0.758,0C35.781,50.381,35.542,50.743,35.223,50.743z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" d="M39.928,53.909c-0.319,0-0.479-0.361-0.359-0.642
c0.159-0.281,0.559-0.281,0.718,0C40.446,53.547,40.247,53.909,39.928,53.909z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M39.928,53.909c-0.319,0-0.479-0.361-0.359-0.642
c0.159-0.281,0.559-0.281,0.718,0C40.446,53.547,40.247,53.909,39.928,53.909z"/>
<path fill="none" stroke="#000000" stroke-width="0.48" stroke-miterlimit="3.863" d="M30.118,53.467l4.985-3.086l4.745,2.926
M30.118,53.467l4.985,3.086l4.745-2.926"/>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.796px" height="83.713px" viewBox="0 0 95.796 83.713" enable-background="new 0 0 95.796 83.713" xml:space="preserve">
<path fill="#ED1C24" d="M52.197,2.271C51.318,0.877,49.759,0,47.96,0c-1.719,0-2.479,0.837-3.398,2.113L0.95,75.294
c-1.52,1.992-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.385-0.04c0.999-0.159,1.959-0.638,2.719-1.396
c1.479-1.515,1.839-3.706,1.079-5.58L52.197,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.197,2.271C51.318,0.877,49.759,0,47.96,0
c-1.719,0-2.479,0.837-3.398,2.113L0.95,75.294c-1.52,1.992-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.385-0.04
c0.999-0.159,1.959-0.638,2.719-1.396c1.479-1.515,1.839-3.706,1.079-5.58L52.197,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.138,72.902 47.92,15.466 14.701,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.138,72.902 47.92,15.466
14.701,72.902 "/>
<line fill="none" stroke="#000000" stroke-width="0" stroke-miterlimit="3.863" x1="46.521" y1="65.488" x2="48" y2="65.488"/>
<path fill="#120C0E" d="M48.119,62.778c1.16,0.358,2,1.435,2,2.71c0,1.555-1.279,2.83-2.838,2.83c-1.56,0-2.838-1.275-2.838-2.83
c0-1.275,0.839-2.352,1.999-2.71l-2.838-31.091c0-2.033,1.638-3.666,3.677-3.666c2.039,0,3.678,1.633,3.678,3.666L48.119,62.778z"/>
<path fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" d="M48.119,62.778c1.16,0.358,2,1.435,2,2.71
c0,1.555-1.279,2.83-2.838,2.83c-1.56,0-2.838-1.275-2.838-2.83c0-1.275,0.839-2.352,1.999-2.71l-2.838-31.091
c0-2.033,1.638-3.666,3.677-3.666c2.039,0,3.678,1.633,3.678,3.666L48.119,62.778z"/>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.713px" viewBox="0 0 95.797 83.713" enable-background="new 0 0 95.797 83.713" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.271C51.318,0.876,49.759,0,47.96,0c-1.719,0-2.479,0.836-3.398,2.112L0.95,75.294
c-1.519,1.993-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.385-0.04c1-0.159,1.959-0.638,2.719-1.396
c1.479-1.515,1.84-3.706,1.079-5.58L52.198,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.271C51.318,0.876,49.759,0,47.96,0
c-1.719,0-2.479,0.836-3.398,2.112L0.95,75.294c-1.519,1.993-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.385-0.04
c1-0.159,1.959-0.638,2.719-1.396c1.479-1.515,1.84-3.706,1.079-5.58L52.198,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.92,15.465 14.702,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.92,15.465
14.702,72.902 "/>
<path fill="#ED1C24" d="M52.198,2.271C51.318,0.876,49.759,0,47.96,0c-1.719,0-2.479,0.836-3.398,2.112L0.95,75.294
c-1.519,1.993-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.385-0.04c1-0.159,1.959-0.638,2.719-1.396
c1.479-1.515,1.84-3.706,1.079-5.58L52.198,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.271C51.318,0.876,49.759,0,47.96,0
c-1.719,0-2.479,0.836-3.398,2.112L0.95,75.294c-1.519,1.993-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.385-0.04
c1-0.159,1.959-0.638,2.719-1.396c1.479-1.515,1.84-3.706,1.079-5.58L52.198,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.92,15.465 14.702,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.92,15.465
14.702,72.902 "/>
<line fill="none" stroke="#DA2128" stroke-width="0" stroke-miterlimit="3.863" x1="37.687" y1="47.591" x2="41.844" y2="50.541"/>
<polygon fill="#120C0E" points="40.445,52.534 45.442,45.559 45.442,34.598 40.326,34.598 40.326,43.965 35.288,51.02
35.288,67.242 40.405,67.242 40.405,52.334 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="40.445,52.534 45.442,45.559
45.442,34.598 40.326,34.598 40.326,43.965 35.288,51.02 35.288,67.241 40.405,67.241 40.405,52.334 "/>
<polygon fill="#120C0E" points="55.676,52.733 50.679,45.758 50.679,34.797 55.795,34.797 55.795,44.163 60.832,51.219
60.832,67.441 55.716,67.441 55.716,52.534 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="55.676,52.733 50.679,45.758
50.679,34.797 55.795,34.797 55.795,44.163 60.832,51.219 60.832,67.441 55.716,67.441 55.716,52.534 "/>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.797px" height="83.713px" viewBox="0 0 95.797 83.713" enable-background="new 0 0 95.797 83.713" xml:space="preserve">
<path fill="#ED1C24" d="M52.197,2.271C51.318,0.876,49.759,0,47.96,0c-1.72,0-2.479,0.837-3.398,2.112L0.95,75.294
c-1.52,1.992-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.386-0.04c1-0.159,1.959-0.638,2.719-1.396
c1.479-1.515,1.839-3.706,1.078-5.58L52.197,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.197,2.271C51.318,0.876,49.759,0,47.96,0
c-1.72,0-2.479,0.837-3.398,2.112L0.95,75.294c-1.52,1.992-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.386-0.04
c1-0.159,1.959-0.638,2.719-1.396c1.479-1.515,1.839-3.706,1.078-5.58L52.197,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.92,15.465 14.701,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.92,15.465
14.701,72.902 "/>
<path fill="#ED1C24" d="M52.197,2.271C51.318,0.876,49.759,0,47.96,0c-1.72,0-2.479,0.837-3.398,2.112L0.95,75.294
c-1.52,1.992-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.386-0.04c1-0.159,1.959-0.638,2.719-1.396
c1.479-1.515,1.839-3.706,1.078-5.58L52.197,2.271z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.197,2.271C51.318,0.876,49.759,0,47.96,0
c-1.72,0-2.479,0.837-3.398,2.112L0.95,75.294c-1.52,1.992-1.16,5.142,0.68,6.975c1.04,1.037,2.238,1.515,3.597,1.436l86.386-0.04
c1-0.159,1.959-0.638,2.719-1.396c1.479-1.515,1.839-3.706,1.078-5.58L52.197,2.271z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.902 47.92,15.465 14.701,72.902 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.902 47.92,15.465
14.701,72.902 "/>
<line fill="none" stroke="#DA2128" stroke-width="0" stroke-miterlimit="3.863" x1="37.687" y1="47.591" x2="41.843" y2="50.541"/>
<polygon fill="#120C0E" points="40.444,52.534 45.442,45.559 45.442,34.598 40.325,34.598 40.325,43.965 35.288,51.02
35.288,67.241 40.404,67.241 40.404,52.334 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="40.444,52.534 45.442,45.559
45.442,34.598 40.325,34.598 40.325,43.965 35.288,51.02 35.288,67.241 40.404,67.241 40.404,52.334 "/>
<polygon fill="#120C0E" points="50.679,34.797 55.794,34.797 55.755,66.963 50.718,66.963 "/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="50.679,34.797 55.794,34.797
55.755,66.963 50.718,66.963 "/>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="95.798px" height="83.713px" viewBox="0 0 95.798 83.713" enable-background="new 0 0 95.798 83.713" xml:space="preserve">
<path fill="#ED1C24" d="M52.198,2.273C51.319,0.878,49.759,0,47.961,0c-1.72,0-2.479,0.838-3.398,2.113L0.95,75.294
c-1.519,1.993-1.16,5.142,0.68,6.976c1.04,1.036,2.238,1.514,3.597,1.435l86.385-0.039c1-0.159,1.959-0.638,2.72-1.396
c1.479-1.514,1.839-3.707,1.079-5.58L52.198,2.273z"/>
<path fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" d="M52.198,2.273C51.319,0.878,49.759,0,47.961,0
c-1.72,0-2.479,0.838-3.398,2.113L0.95,75.294c-1.519,1.993-1.16,5.142,0.68,6.976c1.04,1.036,2.238,1.514,3.597,1.435l86.385-0.039
c1-0.159,1.959-0.638,2.72-1.396c1.479-1.514,1.839-3.707,1.079-5.58L52.198,2.273z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="81.14,72.903 47.921,15.466 14.702,72.903 "/>
<polygon fill="none" stroke="#ED1C24" stroke-width="0" stroke-miterlimit="3.863" points="81.14,72.903 47.921,15.465
14.702,72.903 "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#120C0E" points="35.009,57.756 31.931,54.688 52.798,33.881 55.876,36.951
"/>
<polygon fill="none" stroke="#120C0E" stroke-width="0" stroke-miterlimit="3.863" points="35.009,57.756 31.931,54.688
52.798,33.881 55.876,36.95 "/>
<path fill="none" stroke="#A6CE39" stroke-width="0" stroke-miterlimit="3.863" d="M35.009,69.117v-2.95 M39.206,69.157V64.93"/>
<path fill="#120C0E" d="M41.364,65.37c0.6,0.398,1.439,0.518,2.239,0.518c0.799,0,1.56-0.238,2.198-0.677
c0.6-0.358,1.319-0.599,2.119-0.599c0.759,0,1.479,0.24,2.078,0.599c0.64,0.438,1.4,0.677,2.199,0.677s1.559-0.238,2.197-0.677
c0.601-0.358,1.32-0.599,2.119-0.599c0.8,0,1.52,0.24,2.119,0.639c0.64,0.438,1.399,0.677,2.199,0.677v-8.29h6.477l6.675,11.479
H21.857l6.636-11.439h6.477v8.45c0.799,0,1.558-0.24,2.158-0.679c0.6-0.358,1.319-0.837,2.079-0.837
C40.005,64.612,40.766,64.93,41.364,65.37z"/>
<path fill="none" stroke="#120C0E" stroke-width="0.2" stroke-miterlimit="3.863" d="M41.364,65.37
c0.6,0.398,1.439,0.518,2.239,0.518c0.799,0,1.56-0.238,2.198-0.677c0.6-0.358,1.319-0.599,2.119-0.599
c0.759,0,1.479,0.24,2.078,0.599c0.64,0.438,1.4,0.677,2.199,0.677s1.559-0.238,2.197-0.677c0.601-0.358,1.32-0.599,2.119-0.599
c0.8,0,1.52,0.24,2.119,0.639c0.64,0.438,1.399,0.677,2.199,0.677v-8.29h6.477l6.675,11.479H21.857l6.636-11.439h6.477v8.45
c0.799,0,1.558-0.24,2.158-0.679c0.6-0.358,1.319-0.837,2.079-0.837C40.005,64.612,40.766,64.93,41.364,65.37z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,302 @@
[
{
"path": "Belgian_road_sign_A11.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A11.svg"
]
},
{
"path": "Belgian_road_sign_A13.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A13.svg"
]
},
{
"path": "Belgian_road_sign_A14.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A14.svg"
]
},
{
"path": "Belgian_road_sign_A15.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A15.svg"
]
},
{
"path": "Belgian_road_sign_A17.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A17.svg"
]
},
{
"path": "Belgian_road_sign_A19.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A19.svg"
]
},
{
"path": "Belgian_road_sign_A1a.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A1a.svg"
]
},
{
"path": "Belgian_road_sign_A1b.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A1b.svg"
]
},
{
"path": "Belgian_road_sign_A1c.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A1c.svg"
]
},
{
"path": "Belgian_road_sign_A1d.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A1d.svg"
]
},
{
"path": "Belgian_road_sign_A21.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A21.svg"
]
},
{
"path": "Belgian_road_sign_A23.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A23.svg"
]
},
{
"path": "Belgian_road_sign_A25.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A25.svg"
]
},
{
"path": "Belgian_road_sign_A27.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A27.svg"
]
},
{
"path": "Belgian_road_sign_A29.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A29.svg"
]
},
{
"path": "Belgian_road_sign_A31.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A31.svg"
]
},
{
"path": "Belgian_road_sign_A33.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A33.svg"
]
},
{
"path": "Belgian_road_sign_A35.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A35.svg"
]
},
{
"path": "Belgian_road_sign_A37.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A37.svg"
]
},
{
"path": "Belgian_road_sign_A39.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A39.svg"
]
},
{
"path": "Belgian_road_sign_A41.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A41.svg"
]
},
{
"path": "Belgian_road_sign_A43.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A43.svg"
]
},
{
"path": "Belgian_road_sign_A45.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A45.svg"
]
},
{
"path": "Belgian_road_sign_A47.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A47.svg"
]
},
{
"path": "Belgian_road_sign_A49.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A49.svg"
]
},
{
"path": "Belgian_road_sign_A50.svg",
"license": "Public domain",
"authors": [
"FOD Mobiliteit"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A50.svg"
]
},
{
"path": "Belgian_road_sign_A51.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A51.svg"
]
},
{
"path": "Belgian_road_sign_A7a.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A7a.svg"
]
},
{
"path": "Belgian_road_sign_A7b_(2).svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A7b_(2).svg"
]
},
{
"path": "Belgian_road_sign_A9.svg",
"license": "Public domain",
"authors": [
"<a href=\"//commons.wikimedia.org/wiki/User:Vascer\" title=\"User:Vascer\">Vascer</a>"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_A9.svg"
]
}
]

View file

@ -0,0 +1,212 @@
{
"$schema": "https://osm.rlin.eu/traffic_sign/schema/schema.json",
"name": "Traffic signs of Belgium",
"description": "Traffic signs of Belgium",
"version": "2023-01-03",
"country": "BE",
"traffic_signs": [
{
"id": "BE:A1a",
"name": "Corner to the left",
"image": {
"file": "A/Belgian_road_sign_A1a.svg"
}
},
{
"id": "BE:A1b",
"name": "Corner to the right",
"image": {
"file": "A/Belgian_road_sign_A1b.svg"
}
},
{
"id": "BE:A1c",
"name": "S-bend to the left",
"image": {
"file": "A/Belgian_road_sign_A1c.svg"
}
},
{
"id": "BE:A1d",
"name": "S-bend to the right",
"image": {
"file": "A/Belgian_road_sign_A1d.svg"
}
},
{
"id": "BE:A7a",
"name": "Road narrows",
"image": {
"file": "A/Belgian_road_sign_A7a.svg"
}
},
{
"id": "BE:A7b",
"name": "Road narrows on the left",
"image": {
"file": "A/Belgian_road_sign_A7b_(2).svg"
}
},
{
"id": "BE:A9",
"name": "Movable bridge",
"image": {
"file": "A/Belgian_road_sign_A9.svg"
}
},
{
"id": "BE:A11",
"name": "Quay or river bank",
"image": {
"file": "A/Belgian_road_sign_A11.svg"
}
},
{
"id": "BE:A13",
"name": "Bad road surface",
"image": {
"file": "A/Belgian_road_sign_A13.svg"
}
},
{
"id": "BE:A14",
"name": "Speed bump",
"image": {
"file": "A/Belgian_road_sign_A14.svg"
}
},
{
"id": "BE:A15",
"name": "Slippery road",
"image": {
"file": "A/Belgian_road_sign_A15.svg"
}
},
{
"id": "BE:A17",
"name": "Loose chippings",
"image": {
"file": "A/Belgian_road_sign_A17.svg"
}
},
{
"id": "BE:A19",
"name": "Falling rocks",
"image": {
"file": "A/Belgian_road_sign_A19.svg"
}
},
{
"id": "BE:A21",
"name": "Pedestrian crossing",
"image": {
"file": "A/Belgian_road_sign_A21.svg"
}
},
{
"id": "BE:A23",
"name": "Playing children",
"image": {
"file": "A/Belgian_road_sign_A23.svg"
}
},
{
"id": "BE:A25",
"name": "Cyclists",
"image": {
"file": "A/Belgian_road_sign_A25.svg"
}
},
{
"id": "BE:A27",
"name": "Dangerous animals",
"image": {
"file": "A/Belgian_road_sign_A27.svg"
}
},
{
"id": "BE:A29",
"name": "Cattle",
"image": {
"file": "A/Belgian_road_sign_A29.svg"
}
},
{
"id": "BE:A31",
"name": "Road works",
"image": {
"file": "A/Belgian_road_sign_A31.svg"
}
},
{
"id": "BE:A33",
"name": "Traffic lights",
"image": {
"file": "A/Belgian_road_sign_A33.svg"
}
},
{
"id": "BE:A35",
"name": "Low-flying aircraft",
"image": {
"file": "A/Belgian_road_sign_A35.svg"
}
},
{
"id": "BE:A37",
"name": "Side wind",
"image": {
"file": "A/Belgian_road_sign_A37.svg"
}
},
{
"id": "BE:A39",
"name": "Two-way traffic",
"image": {
"file": "A/Belgian_road_sign_A39.svg"
}
},
{
"id": "BE:A41",
"name": "Protected railway crossing",
"image": {
"file": "A/Belgian_road_sign_A41.svg"
}
},
{
"id": "BE:A43",
"name": "Unprotected railway crossing",
"image": {
"file": "A/Belgian_road_sign_A43.svg"
}
},
{
"id": "BE:A45",
"name": "Single-track railway crossing",
"image": {
"file": "A/Belgian_road_sign_A45.svg"
}
},
{
"id": "BE:A47",
"name": "Multiple-track railway crossing",
"image": {
"file": "A/Belgian_road_sign_A47.svg"
}
},
{
"id": "BE:A49",
"name": "Tramway crossing",
"image": {
"file": "A/Belgian_road_sign_A49.svg"
}
},
{
"id": "BE:A51",
"name": "Danger ahead",
"image": {
"file": "A/Belgian_road_sign_A51.svg"
}
}
]
}

View file

@ -50,6 +50,347 @@
"en": "Maximum speed"
}
},
{
"if": "traffic_sign=BE:A1a",
"then": {
"en": "Corner to the left",
"nl": "Bocht naar links"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A1a.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A1b",
"then": {
"en": "Corner to the right",
"nl": "Bocht naar rechts"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A1b.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A1c",
"then": {
"en": "S-bend to the left",
"nl": "S-bocht naar links"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A1c.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A1d",
"then": {
"en": "S-bend to the right",
"nl": "S-bocht naar rechts"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A1d.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A7a",
"then": {
"en": "Road narrows",
"nl": "Wegversmalling"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A7a.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A7b",
"then": {
"en": "Road narrows on the left",
"nl": "Wegversmalling aan de linkerkant"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A7b_(2).svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A9",
"then": {
"en": "Movable bridge",
"nl": "Beweegbare brug"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A9.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A11",
"then": {
"en": "Quay or river bank",
"nl": "Kade of rivieroever"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A11.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A13",
"then": {
"en": "Bad road surface",
"nl": "Slecht wegdek"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A13.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A14",
"then": {
"en": "Speed bump",
"nl": "Drempel"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A14.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A15",
"then": {
"en": "Slippery road",
"nl": "Slipgevaar"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A15.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A17",
"then": {
"en": "Loose chippings",
"nl": "Opspattend grind"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A17.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A19",
"then": {
"en": "Falling rocks"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A19.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A21",
"then": {
"en": "Pedestrian crossing",
"nl": "Voetgangersoversteekplaats"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A21.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A23",
"then": {
"en": "Playing children",
"nl": "Spelende kinderen"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A23.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A25",
"then": {
"en": "Cyclists"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A25.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A27",
"then": {
"en": "Dangerous animals",
"nl": "Gevaarlijk wild"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A27.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A29",
"then": {
"en": "Cattle",
"nl": "Vee"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A29.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A31",
"then": {
"en": "Road works",
"nl": "Wegwerkzaamheden"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A31.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A33",
"then": {
"en": "Traffic lights"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A33.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A35",
"then": {
"en": "Low-flying aircraft",
"nl": "Laagvliegende vliegtuigen"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A35.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A37",
"then": {
"en": "Side wind",
"nl": "Zijwind"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A37.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A39",
"then": {
"en": "Two-way traffic"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A39.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A41",
"then": {
"en": "Protected railway crossing",
"nl": "Beveiligde spoorwegovergang"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A41.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A43",
"then": {
"en": "Unprotected railway crossing",
"nl": "Onbeveiligde spoorwegovergang"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A43.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A45",
"then": {
"en": "Single-track railway crossing"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A45.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A47",
"then": {
"en": "Multiple-track railway crossing"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A47.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A49",
"then": {
"en": "Tramway crossing"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A49.svg",
"class": "large"
}
},
{
"if": "traffic_sign=BE:A51",
"then": {
"en": "Danger ahead",
"nl": "Gevaar"
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A51.svg",
"class": "large"
}
},
{
"if": "traffic_sign=NL:A01-5",
"then": {
@ -1881,6 +2222,122 @@
"icon": {
"render": "./assets/layers/traffic_sign/images/unknown.svg",
"mappings": [
{
"if": "traffic_sign~BE:A1a(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A1a.svg"
},
{
"if": "traffic_sign~BE:A1b(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A1b.svg"
},
{
"if": "traffic_sign~BE:A1c(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A1c.svg"
},
{
"if": "traffic_sign~BE:A1d(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A1d.svg"
},
{
"if": "traffic_sign~BE:A7a(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A7a.svg"
},
{
"if": "traffic_sign~BE:A7b(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A7b_(2).svg"
},
{
"if": "traffic_sign~BE:A9(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A9.svg"
},
{
"if": "traffic_sign~BE:A11(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A11.svg"
},
{
"if": "traffic_sign~BE:A13(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A13.svg"
},
{
"if": "traffic_sign~BE:A14(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A14.svg"
},
{
"if": "traffic_sign~BE:A15(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A15.svg"
},
{
"if": "traffic_sign~BE:A17(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A17.svg"
},
{
"if": "traffic_sign~BE:A19(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A19.svg"
},
{
"if": "traffic_sign~BE:A21(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A21.svg"
},
{
"if": "traffic_sign~BE:A23(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A23.svg"
},
{
"if": "traffic_sign~BE:A25(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A25.svg"
},
{
"if": "traffic_sign~BE:A27(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A27.svg"
},
{
"if": "traffic_sign~BE:A29(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A29.svg"
},
{
"if": "traffic_sign~BE:A31(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A31.svg"
},
{
"if": "traffic_sign~BE:A33(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A33.svg"
},
{
"if": "traffic_sign~BE:A35(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A35.svg"
},
{
"if": "traffic_sign~BE:A37(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A37.svg"
},
{
"if": "traffic_sign~BE:A39(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A39.svg"
},
{
"if": "traffic_sign~BE:A41(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A41.svg"
},
{
"if": "traffic_sign~BE:A43(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A43.svg"
},
{
"if": "traffic_sign~BE:A45(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A45.svg"
},
{
"if": "traffic_sign~BE:A47(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A47.svg"
},
{
"if": "traffic_sign~BE:A49(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A49.svg"
},
{
"if": "traffic_sign~BE:A51(;.*)*$",
"then": "./assets/layers/traffic_sign/images/be/A/Belgian_road_sign_A51.svg"
},
{
"if": "traffic_sign~NL:A01-5(;.*)*$",
"then": "./assets/layers/traffic_sign/images/nl/A/Nederlands_verkeersbord_A1-5.svg"

157
scripts/downloadCommons.ts Normal file
View file

@ -0,0 +1,157 @@
/**
* Script to download images from Wikimedia Commons, and save them together with license information.
*/
import { readFileSync, writeFileSync, existsSync, mkdirSync } from "fs"
import { unescape } from "querystring"
import SmallLicense from "../Models/smallLicense"
interface ExtMetadataProp {
value: string
source: string
hidden: string
}
interface ImageQueryAPIResponse {
continue: {
iistart: string
continue: string
}
query: {
normalized?: {
from: string
to: string
}[]
pages: {
[key: string]: {
pageid: number
ns: number
title: string
imagerepository: string
imageinfo: {
url: string
descriptionurl: string
descriptionshorturl: string
extmetadata: {
DateTime: ExtMetadataProp
ObjectName: ExtMetadataProp
CommonsMetadataExtension: ExtMetadataProp
Categories: ExtMetadataProp
Assessments: ExtMetadataProp
ImageDescription: ExtMetadataProp
DateTimeOriginal: ExtMetadataProp
Credit: ExtMetadataProp
Artist: ExtMetadataProp
LicenseShortName: ExtMetadataProp
UsageTerms: ExtMetadataProp
AttributionRequired: ExtMetadataProp
Copyrighted: ExtMetadataProp
Restrictions: ExtMetadataProp
License: ExtMetadataProp
}
}[]
}
}
}
}
interface CategoryMember {
pageid: number
ns: number
title: string
}
interface CategoryQueryAPIResponse {
batchcomplete: string
query: {
categorymembers: CategoryMember[]
}
}
// Map license names of Wikimedia Commons to different names
const licenseMapping = {}
async function main(args: string[]) {
if (args.length < 2) {
console.log("Usage: downloadCommons.ts <output folder> <url> <?url> <?url> .. ")
return
}
const [outputFolder, ...urls] = args
for (const url of urls) {
// Download details from the API
const commonsFileName = url.split("/").pop().split("?").shift()
console.log(`Processing ${commonsFileName}...`)
// Check if it is a file or a category
if (url.includes("Category:")) {
// Download all files in the category
const apiUrl = `https://commons.wikimedia.org/w/api.php?action=query&format=json&list=categorymembers&cmtitle=${commonsFileName}&cmlimit=250&cmtype=file`
const response = await fetch(apiUrl)
const apiDetails: CategoryQueryAPIResponse = await response.json()
for (const member of apiDetails.query.categorymembers) {
await downloadImage(member.title, outputFolder)
}
} else {
await downloadImage(commonsFileName, outputFolder)
}
}
}
async function downloadImage(filename: string, outputFolder: string) {
const apiUrl = `https://commons.wikimedia.org/w/api.php?action=query&format=json&prop=imageinfo&iiprop=url|extmetadata&titles=${filename}`
const response = await fetch(apiUrl)
const apiDetails: ImageQueryAPIResponse = await response.json()
// Harvest useful information
const wikiPage = apiDetails.query.pages[Object.keys(apiDetails.query.pages)[0]]
const wikiUrl = wikiPage.imageinfo[0].descriptionurl
const fileUrl = wikiPage.imageinfo[0].url
const author = wikiPage.imageinfo[0].extmetadata.Artist.value
const license = wikiPage.imageinfo[0].extmetadata.LicenseShortName.value
// Check if the output folder exists
if (!existsSync(outputFolder)) {
const parts = outputFolder.split("/")
for (var i = 0; i < parts.length; i++) {
const part = parts.slice(0, i + 1).join("/")
if (!existsSync(part)) {
console.log(`Creating folder ${part}`)
mkdirSync(part)
}
}
}
// Download the file and save it
const cleanFileName = unescape(filename).replace("File:", "")
console.log(
`Downloading ${cleanFileName} from ${fileUrl} and saving it to ${outputFolder}/${cleanFileName}...`
)
const fileResponse = await fetch(fileUrl)
const fileBuffer = await fileResponse.arrayBuffer()
const file = Buffer.from(fileBuffer)
const filePath = `${outputFolder}/${cleanFileName}`
writeFileSync(filePath, file)
// Save the license information
const licenseInfo: SmallLicense = {
path: cleanFileName,
license: licenseMapping[license] || license,
authors: [author],
sources: [wikiUrl],
}
const licensePath = `${outputFolder}/license_info.json`
if (!existsSync(licensePath)) {
// Create the file if it doesn't exist
writeFileSync(licensePath, JSON.stringify([licenseInfo], null, 2))
} else {
// Append to the file if it does exist
const licenseFile = await readFileSync(licensePath, "utf8")
const licenseData = JSON.parse(licenseFile)
licenseData.push(licenseInfo)
writeFileSync(licensePath, JSON.stringify(licenseData, null, 2))
}
}
main(process.argv.slice(2))