style: redesign for winter 2018 (#28303)

This commit is contained in:
Frédéric Péters 2018-11-24 10:57:52 +01:00
parent b5aaa4a987
commit 7f5f544451
48 changed files with 690 additions and 2205 deletions

View File

@ -1,4 +1,4 @@
$button-color: #5B616B;
$button-color: $primary-color;
$button-cancel-color: grayscale($button-color);
$button-delete-color: #CD2026;
$button-submit-color: #215D9C;
@ -10,6 +10,7 @@ input, select, button, textarea {
label {
margin-bottom: 0;
font-weight: normal;
}
form div.widget {
@ -67,7 +68,7 @@ a.button {
line-height: 2.5em;
}
a.button, button, input[type=submit], div.buttons input {
%button {
padding: 5px 15px;
cursor: pointer;
border: 0px solid #aaa;
@ -75,18 +76,23 @@ a.button, button, input[type=submit], div.buttons input {
vertical-align: baseline;
border-radius: 3px;
font-weight: bold;
background: white;
border: 1px solid $button-color;
color: $button-color;
&:hover {
background: $button-color;
color: white;
border-color: darken($button-color, 20%);
}
&:active { border-color: darken($button-color, 10%); }
&:focus {
border-color: darken($button-color, 20%);
}
@include vendor-prefix('transition', 'border-color 0.2s ease, box-shadow 0.2s linear');
}
a.button, button, input[type=submit], div.buttons input {
background: $button-color;
border: 1px solid $button-color;
color: text-color($button-color);
&:hover { background: darken($button-color, 20%); }
&:active { background: darken($button-color, 10%); }
&:focus {
box-shadow: 0 0 3px #2e444f, 0 0 7px #2e444f;
};
@include vendor-prefix('transition', 'background 0.2s ease, box-shadow 0.2s linear');
@extend %button;
}
input[type=submit] {
@ -94,24 +100,35 @@ input[type=submit] {
}
a.cancel-button, button.cancel-button, div.buttons .cancel-button input, div.buttons .cancel-button button {
background: $button-cancel-color;
color: $button-cancel-color;
border-color: $button-cancel-color;
&:hover { background: darken($button-cancel-color, 20%); }
&:active { background: darken($button-cancel-color, 10%); }
&:hover {
background: white;
border-color: darken($button-cancel-color, 20%);
}
&:active { border-color: darken($button-cancel-color, 10%); }
}
a.delete-button, button.delete-button, div.buttons .delete-button input, div.buttons .delete-button button {
background: $button-delete-color;
color: $button-delete-color;
border-color: $button-delete-color;
&:hover { background: darken($button-delete-color, 20%); }
&:active { background: darken($button-delete-color, 10%); }
&:hover {
background: $button-delete-color;
color: white;
border-color: darken($button-delete-color, 20%);
}
&:active { border-color: darken($button-delete-color, 10%); }
}
a.submit-button, button.submit-button, div.buttons .submit-button input, div.buttons .submit-button button {
background: $button-submit-color;
color: $button-submit-color;
border-color: $button-submit-color;
&:hover { background: darken($button-submit-color, 20%); }
&:active { background: darken($button-submit-color, 10%); }
&:hover {
color: white;
background: $button-submit-color;
border-color: darken($button-submit-color, 20%);
}
&:active { border-color: darken($button-submit-color, 10%); }
}
form.disabled-during-submit {
@ -145,9 +162,10 @@ input, input[type="text"], input[type="url"], input[type="email"], input[type="p
outline: medium none;
padding: 0.7ex 0.7em;
max-width: 100%;
@include vendor-prefix('transition', 'box-shadow 0.1s linear');
@include vendor-prefix('transition', 'background-size 0.2s ease');
background: white;
&:focus {
box-shadow: 0 0 0px 1px #1999cd;
border-bottom-color: $button-submit-color;
}
&.disabled,
&[disabled] {
@ -265,7 +283,7 @@ fieldset.gadjo-foldable legend.gadjo-foldable-widget:after {
content: "";
@include vendor-prefix('transition', 'transform 0.1s ease');
position: absolute;
right: 0;
right: 1ex;
}
fieldset.gadjo-foldable.gadjo-folded legend.gadjo-foldable-widget:after {
transform: rotate(-90deg);

View File

@ -0,0 +1,34 @@
/* temporary hacks for applications */
div.form-inner-container, // authentic
div#pages-list, // combo
div.placeholder, // combo
table.agenda-table, // chrono
div#appbar + form, // misc
div#main-content > h2:first-child + form, // w.c.s.
div.form-validation form, // w.c.s.
div#appbar + div#description // passerelle
{
background: white;
padding: 0.5rem;
border-radius: 3px;
box-sizing: border-box;
}
div.other_actions { // authentic
margin-left: 71%;
width: 29%;
}
div div.bo-block ul.biglist { // w.c.s.
margin: -1ex;
}
div div.bo-block ul.biglist p.details.badge { // w.c.s.
background: $primary-color;
}
body.welco-home div#main-content {
background: white;
margin: 0;
}

View File

@ -109,7 +109,7 @@ div.ui-widget-overlay {
left: 0;
width: 100%;
height: 100%;
opacity: 0.3;
opacity: 0.7;
z-index: 1000;
}
@ -132,16 +132,16 @@ div.ui-dialog {
position: absolute;
.ui-dialog-titlebar {
background: #eee;
background: white;
border-radius: 0;
border: none;
position: relative;
padding: 0.4em 1em;
padding: 0.7em 1em;
cursor: move;
text-align: left;
.ui-dialog-title {
font-size: 130%;
font-size: 140%;
font-weight: normal;
}
@ -156,9 +156,8 @@ div.ui-dialog {
color: transparent;
.ui-icon-closethick::after {
color: #333;
content: "\f00d"; /* fa-times */
font-family: FontAwesome;
padding-top: 5px;
content: "×";
font-size: 120%;
display: block;
}
.ui-button-text {
@ -186,8 +185,7 @@ div.ui-dialog {
.ui-dialog-buttonpane {
position: relative;
background: #eee;
border-top: 1px solid #aaaaaa;
background: white;
margin-top: 0.5em;
padding: 0.3em 1em 0.5em 0.4em;
.ui-dialog-buttonset {

View File

@ -1,13 +1,35 @@
@font-face {
font-family: 'Open Sans';
src: url('../xstatic/fonts/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../xstatic/fonts/Regular/OpenSans-Regular.woff') format('woff'), url('../xstatic/fonts/Regular/OpenSans-Regular.ttf') format('truetype'), url('../xstatic/fonts/Regular/OpenSans-Regular.svg#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
$font-path: '../xstatic/fonts' !default;
@mixin font($type, $weight) {
@font-face {
font-family: 'Open Sans';
src: url('#{$font-path}/#{$type}/OpenSans-#{$type}.woff2') format('woff2'),
url('#{$font-path}/#{$type}/OpenSans-#{$type}.woff') format('woff'),
url('#{$font-path}/#{$type}/OpenSans-#{$type}.eot?#iefix') format('embedded-opentype'),
url('#{$font-path}/#{$type}/OpenSans-#{$type}.ttf?#iefix') format('truetype');
font-weight: $weight;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
@if $type == Regular { // not RegularItalic
src: url('#{$font-path}/Italic/OpenSans-Italic.woff2') format('woff2'),
url('#{$font-path}/Italic/OpenSans-Italic.woff') format('woff'),
url('#{$font-path}/Italic/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
url('#{$font-path}/Italic/OpenSans-Italic.ttf?#iefix') format('truetype');
} @else {
src: url('#{$font-path}/#{$type}Italic/OpenSans-#{$type}Italic.woff2') format('woff2'),
url('#{$font-path}/#{$type}Italic/OpenSans-#{$type}Italic.woff') format('woff'),
url('#{$font-path}/#{$type}Italic/OpenSans-#{$type}Italic.eot?#iefix') format('embedded-opentype'),
url('#{$font-path}/#{$type}Italic/OpenSans-#{$type}Italic.ttf?#iefix') format('truetype');
}
font-weight: $weight;
font-style: italic;
}
}
@font-face {
font-family: 'Open Sans';
src: url('../xstatic/fonts/Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../xstatic/fonts/Bold/OpenSans-Bold.woff') format('woff'), url('../xstatic/fonts/Bold/OpenSans-Bold.ttf') format('truetype'), url('../xstatic/fonts/Bold/OpenSans-Bold.svg#fontawesomeregular') format('svg');
font-weight: bold;
font-style: normal;
}
@include font('Light', 300);
@include font('Regular', 400);
@include font('Semibold', 600);
@include font('Bold', 700);
@include font('ExtraBold', 800);

View File

@ -0,0 +1,37 @@
div.cell.shown-because-admin {
opacity: 0.5;
background-image: repeating-linear-gradient(-45deg, #eee 0px, #eee 14px, transparent 15px, transparent 30px);
&:hover {
opacity: 1;
background-image: inherit;
}
}
div#portal-agent-content {
div.searchcell {
font-size: 110%;
}
div.cell {
background: white;
padding: 1rem;
margin-bottom: 1rem;
border-radius: 3px;
&.transparent {
background: transparent;
}
&.highlight {
background: linear-gradient(to right, $primary-color 0%, $secondary-color 130vh);
color: white;
h2 {
color: white;
}
}
}
}
div.combo-search-results {
a.nolink {
color: $font-color;
border-bottom-color: transparent;
}
}

View File

@ -0,0 +1,77 @@
$actions: add, duplicate, edit, remove;
#sidebar div#sticky-sidebar {
width: calc(100% - 2rem);
}
div#side { // w.c.s. steps in backoffice submission
background: white;
padding: 0.5rem;
border-radius: 3px 3px 0 0;
& + form {
background: white;
padding: 0.5rem;
border-radius: 0 0 3px 3px;
}
#steps ol {
background: transparent;
.current span.marker {
background: $primary-color;
border-color: darken($primary-color, 20%);
}
}
}
#main ul#fields-list li {
padding-top: 6px;
}
#main ul.biglist li p.commands span {
padding: 0;
box-shadow: none;
border: none;
a {
@extend %button;
font-weight: normal;
}
&.view {
margin-top: 2px;
}
&.remove, &.add, &.edit, &.duplicate {
padding: 0;
border: 0;
background: transparent;
box-shadow: none;
a {
border: none;
padding: 6px;
display: inline-block;
text-indent: -10000px;
overflow: hidden;
width: 30px;
}
}
@each $action in $actions {
&.#{$action} a {
background: url(icons/action-#{$action}.small.#{$string-color}.png) center center no-repeat;
&:hover {
background-image: url(icons/action-#{$action}.hover.png);
}
}
}
}
div.form-validation form div.page {
border: none;
}
div.workflow-messages > div,
div.workflow-messages > p {
background: white;
margin: 1ex 0;
padding: 1ex;
}
div.buttons > div.widget {
margin-right: 1rem;
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -366,12 +366,6 @@ var gadjo_js = gadjo_js || {};
if ($('#sidepage').length == 1) {
$('body').attr('data-has-sidepage', 'true');
}
if ($('body[data-no-moving-header]').length == 0) {
/* 440 is header image height (500px) - header height (60px) */
var timestamp = ((new Date().getTime() / 1000) % 86400 ) / (86400 / 440);
$('div#header').css('background-position', '0 -' + timestamp + 'px');
}
/* add × to close notification messages */
$('.messages > li').each(function(idx, elem) {
var elem = $('<a aria-hidden="true" class="close">×</a>');

View File

@ -23,15 +23,17 @@
<body data-gadjo="true" {% block bodyargs %}{% endblock %}>
<div id="top">
{% block sidepage %}
<div id="sidepage">
<span id="applabel"> </span>
</div>
{% endblock %}
{% block user-links %}
<ul class="user-info">
{% if global_title %}
<li class="ui-platform-name">{{ global_title }}</li>
{% endif %}
{% if user.is_authenticated %}
<li class="ui-avatar">{{ user.get_full_name|slice:":1" }}</li>
<li class="ui-name">{{ user.get_full_name }}</li>
<li class="ui-logout"><a href="{% block logout-url %}index.html{% endblock %}">{% trans "Logout" %}</a></li>
<li class="ui-logout"><a href="{% block logout-url %}index.html{% endblock %}"
title="{% trans "Logout" %}"></a></li>
{% endif %}
{% block help-link %}
{% endblock %}

1
icons/action-add.svg Normal file
View File

@ -0,0 +1 @@
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 63.63 63.63"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M63.63,59.09V4.55A4.54,4.54,0,0,0,59.09,0H4.55A4.54,4.54,0,0,0,0,4.55V59.09a4.54,4.54,0,0,0,4.55,4.54H59.09A4.54,4.54,0,0,0,63.63,59.09ZM50,31.82a4.55,4.55,0,0,1-4.55,4.54H36.36v9.09a4.55,4.55,0,1,1-9.09,0V36.36H18.18a4.55,4.55,0,0,1,0-9.09h9.09V18.18a4.55,4.55,0,0,1,9.09,0v9.09h9.09A4.55,4.55,0,0,1,50,31.82Z"/></svg>

After

Width:  |  Height:  |  Size: 523 B

View File

@ -0,0 +1 @@
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 63.95 65.06"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M48.7,65.06H4.77A4.78,4.78,0,0,1,0,60.29V16.37a4.78,4.78,0,0,1,4.77-4.78H48.7a4.78,4.78,0,0,1,4.77,4.78V60.29A4.78,4.78,0,0,1,48.7,65.06ZM4.77,13.82a2.55,2.55,0,0,0-2.55,2.55V60.29a2.55,2.55,0,0,0,2.55,2.55H48.7a2.55,2.55,0,0,0,2.54-2.55V16.37a2.55,2.55,0,0,0-2.54-2.55Z"/><path class="cls-1" d="M41.38,38.33A3.66,3.66,0,0,1,37.72,42H30.39v7.32a3.66,3.66,0,0,1-7.32,0V42H15.75a3.66,3.66,0,1,1,0-7.32h7.32V27.35a3.66,3.66,0,0,1,7.32,0v7.32h7.33A3.66,3.66,0,0,1,41.38,38.33Z"/><path class="cls-1" d="M11.63,12.72A1.67,1.67,0,0,1,10,11.05V1.67A1.67,1.67,0,0,1,11.63,0h5.56a1.67,1.67,0,0,1,0,3.34H13.3v7.71A1.67,1.67,0,0,1,11.63,12.72Z"/><path class="cls-1" d="M49.53,3.34h-9a1.67,1.67,0,1,1,0-3.34h9a1.67,1.67,0,1,1,0,3.34Zm-16.17,0h-9a1.67,1.67,0,1,1,0-3.34h9a1.67,1.67,0,1,1,0,3.34Z"/><path class="cls-1" d="M62.28,8.9a1.67,1.67,0,0,1-1.67-1.67V3.34H56.72a1.67,1.67,0,0,1,0-3.34h5.56A1.67,1.67,0,0,1,64,1.67V7.23A1.67,1.67,0,0,1,62.28,8.9Z"/><path class="cls-1" d="M62.28,41.24a1.67,1.67,0,0,1-1.67-1.67v-9a1.67,1.67,0,0,1,3.34,0v9A1.67,1.67,0,0,1,62.28,41.24Zm0-16.17a1.67,1.67,0,0,1-1.67-1.67v-9a1.67,1.67,0,0,1,3.34,0v9A1.67,1.67,0,0,1,62.28,25.07Z"/><path class="cls-1" d="M62.28,54H52.9a1.67,1.67,0,0,1,0-3.34h7.71V46.76a1.67,1.67,0,0,1,3.34,0v5.56A1.67,1.67,0,0,1,62.28,54Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

1
icons/action-edit.svg Normal file
View File

@ -0,0 +1 @@
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40.88 63.11"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M20.44,55.59a1.12,1.12,0,0,1-.94-.51L10.86,41.62a1.08,1.08,0,0,1-.18-.6V1.11A1.11,1.11,0,0,1,11.79,0H29.08A1.12,1.12,0,0,1,30.2,1.11V41a1.17,1.17,0,0,1-.18.6L21.38,55.08A1.12,1.12,0,0,1,20.44,55.59ZM12.91,40.7l7.53,11.72L28,40.7V2.22H12.91Z"/><path class="cls-1" d="M27.76,41.36H13.12a1.11,1.11,0,1,1,0-2.22H27.76a1.11,1.11,0,1,1,0,2.22Z"/><path class="cls-1" d="M28.83,6.49H12a1.12,1.12,0,0,1,0-2.23H28.83a1.12,1.12,0,1,1,0,2.23Z"/><polygon class="cls-1" points="20.44 54.48 25.53 45.89 15.35 45.89 20.44 54.48"/><path class="cls-1" d="M39.77,63.11H1.11A1.11,1.11,0,0,1,0,62V26.56a1.11,1.11,0,0,1,1.11-1.11H11.85a1.12,1.12,0,0,1,0,2.23H2.22v33.2H38.65V27.68H29a1.12,1.12,0,0,1,0-2.23H39.77a1.11,1.11,0,0,1,1.11,1.11V62A1.11,1.11,0,0,1,39.77,63.11Z"/><rect class="cls-1" x="15.81" y="9.72" width="9.27" height="26.69"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

1
icons/action-remove.svg Normal file
View File

@ -0,0 +1 @@
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 63.63 63.63"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M63.63,59.09V4.55A4.54,4.54,0,0,0,59.09,0H4.55A4.54,4.54,0,0,0,0,4.55V59.09a4.54,4.54,0,0,0,4.55,4.54H59.09A4.54,4.54,0,0,0,63.63,59.09Zm-19-14.42a4.54,4.54,0,0,1-6.43,0l-6.42-6.43-6.43,6.43A4.55,4.55,0,0,1,19,38.24l6.43-6.42L19,25.39A4.55,4.55,0,0,1,25.39,19l6.43,6.43L38.24,19a4.55,4.55,0,0,1,6.43,6.43l-6.43,6.43,6.43,6.42A4.54,4.54,0,0,1,44.67,44.67Z"/></svg>

After

Width:  |  Height:  |  Size: 567 B

View File

@ -1,83 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.2229223mm"
height="4.1975093mm"
viewBox="0 0 14.96311 14.873064"
id="svg6439"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="book.svg">
<defs
id="defs6441" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="5.2326533"
inkscape:cy="4.4231887"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1600"
inkscape:window-height="836"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata6444">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(282.25939,-611.16414)">
<g
id="g7791">
<path
style="fill:none;stroke:#000000;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -281.75939,612.53084 c 2.93908,0.0873 3.83851,-1.938 7.03679,-0.0173 3.41575,-1.947 3.70811,0.0173 6.92631,0.0173 l 0,9.79515 c -2.32924,-0.0156 -4.39328,-2.32804 -6.94803,0 -2.57369,-2.27404 -4.69881,0 -7.01507,0 z"
id="rect2996"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none"
id="rect3002"
width="1"
height="9.603281"
x="-275.25211"
y="612.42566" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m -268.29628,612.55068 0,12.41919 -12.95581,0.0625 0,-12.45044"
id="path12413"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.11 57.89"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M32.4,57.89a1.5,1.5,0,0,1-1.5-1.5V47.94h6.53a3.2,3.2,0,0,0,3.19-3.18V32.2h3.3A2.19,2.19,0,0,0,45.84,31a2,2,0,0,0-.07-2.16l-4.83-7.38a3.3,3.3,0,0,1-.38-1.38A18.67,18.67,0,0,0,21.84,3a1.5,1.5,0,0,1,0-3A21.65,21.65,0,0,1,43.55,19.9V20h0l0,.07,4.69,7.15a5.06,5.06,0,0,1,.17,5.29,5.18,5.18,0,0,1-4.53,2.68h-.3v9.56a6.19,6.19,0,0,1-6.19,6.18H33.9v5.45A1.5,1.5,0,0,1,32.4,57.89ZM9.92,52a1.5,1.5,0,0,1-1.5-1.5V40.1A24.38,24.38,0,0,1,0,21.84a1.5,1.5,0,0,1,3,0A21.36,21.36,0,0,0,10.55,38l.09.1a2.39,2.39,0,0,1,.78,1.73V50.53A1.5,1.5,0,0,1,9.92,52Z"/><path class="cls-1" d="M30.46,11.52a4.9,4.9,0,0,0-4.84-4.39,6.45,6.45,0,0,0-1.55.26A4.91,4.91,0,0,0,20,5.2,4.73,4.73,0,0,0,16,7.45a4.86,4.86,0,0,0-7.16,4,4.62,4.62,0,0,0-3.36,4.39,4.54,4.54,0,0,0,2.13,3.87,4.74,4.74,0,0,0,3.81,5.42,47.62,47.62,0,0,1,.71,7.93,1.19,1.19,0,0,0,1,1.29l.78.19a1.24,1.24,0,0,0,1.55-1.16c.06-2.32.45-6.77,2.06-9.41h.19A4.24,4.24,0,0,0,21,22.22a4.29,4.29,0,0,0,1.61.26A5.12,5.12,0,0,0,26.2,21a5,5,0,0,0,2.19.51,5.2,5.2,0,0,0,5.23-5.22A4.87,4.87,0,0,0,30.46,11.52Z"/></svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,82 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155554mm"
viewBox="0 0 15.999999 15.999999"
id="svg6376"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="calendar.svg">
<defs
id="defs6378" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="32.758004"
inkscape:cy="25.187035"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata6381">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(1022.2857,-847.21935)">
<g
transform="translate(-1070.2857,449.21935)"
id="g11501"
inkscape:label="accessories-calculator">
<g
inkscape:label="accessories-calculator"
id="g11525">
<rect
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;opacity:0.51464431;fill:none;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
id="rect11505"
width="16"
height="16"
x="48"
y="398" />
<path
style="display:inline;fill:#000000;fill-opacity:1;stroke:none"
d="m 50.03125,398 c -0.542165,0 -1,0.32904 -1,0.9375 l 0,14.125 c 0,0.58636 0.376673,0.9375 1,0.9375 l 13.03125,0 C 63.582568,414 64,413.64886 64,413.0625 l 0,-14.125 C 64,398.39533 63.604665,398 63.0625,398 l -13.03125,0 z M 51,400.03125 l 11.03125,0 0,2.96875 L 51,403 51,400.03125 Z M 51.1875,404 l 1.625,0 C 52.9233,404 53,404.0767 53,404.1875 l 0,1.625 C 53,405.9233 52.9233,406 52.8125,406 l -1.625,0 C 51.0767,406 51,405.9233 51,405.8125 l 0,-1.625 C 51,404.0767 51.0767,404 51.1875,404 Z m 3,0 1.625,0 C 55.9233,404 56,404.0767 56,404.1875 l 0,1.625 C 56,405.9233 55.9233,406 55.8125,406 l -1.625,0 C 54.0767,406 54,405.9233 54,405.8125 l 0,-1.625 C 54,404.0767 54.0767,404 54.1875,404 Z m 3,0 1.625,0 C 58.9233,404 59,404.0767 59,404.1875 l 0,1.625 C 59,405.9233 58.9233,406 58.8125,406 l -1.625,0 C 57.0767,406 57,405.9233 57,405.8125 l 0,-1.625 C 57,404.0767 57.0767,404 57.1875,404 Z m 3,0 1.625,0 C 61.9233,404 62,404.0767 62,404.1875 l 0,1.625 C 62,405.9233 61.9233,406 61.8125,406 l -1.625,0 C 60.0767,406 60,405.9233 60,405.8125 l 0,-1.625 C 60,404.0767 60.0767,404 60.1875,404 Z m -9,3 1.625,0 C 52.9233,407 53,407.0767 53,407.1875 l 0,1.625 C 53,408.9233 52.9233,409 52.8125,409 l -1.625,0 C 51.0767,409 51,408.9233 51,408.8125 l 0,-1.625 C 51,407.0767 51.0767,407 51.1875,407 Z m 3,0 1.625,0 C 55.9233,407 56,407.0767 56,407.1875 l 0,1.625 C 56,408.9233 55.9233,409 55.8125,409 l -1.625,0 C 54.0767,409 54,408.9233 54,408.8125 l 0,-1.625 C 54,407.0767 54.0767,407 54.1875,407 Z m 3,0 1.625,0 C 58.9233,407 59,407.0767 59,407.1875 l 0,1.625 C 59,408.9233 58.9233,409 58.8125,409 l -1.625,0 C 57.0767,409 57,408.9233 57,408.8125 l 0,-1.625 C 57,407.0767 57.0767,407 57.1875,407 Z m 3,0 1.625,0 C 61.9233,407 62,407.0767 62,407.1875 l 0,1.625 C 62,408.9233 61.9233,409 61.8125,409 l -1.625,0 C 60.0767,409 60,408.9233 60,408.8125 l 0,-1.625 C 60,407.0767 60.0767,407 60.1875,407 Z m -9,3 1.625,0 C 52.9233,410 53,410.0767 53,410.1875 l 0,1.625 C 53,411.9233 52.9233,412 52.8125,412 l -1.625,0 C 51.0767,412 51,411.9233 51,411.8125 l 0,-1.625 C 51,410.0767 51.0767,410 51.1875,410 Z m 3,0 1.625,0 C 55.9233,410 56,410.0767 56,410.1875 l 0,1.625 C 56,411.9233 55.9233,412 55.8125,412 l -1.625,0 C 54.0767,412 54,411.9233 54,411.8125 l 0,-1.625 C 54,410.0767 54.0767,410 54.1875,410 Z m 3,0 1.625,0 C 58.9233,410 59,410.0767 59,410.1875 l 0,1.625 C 59,411.9233 58.9233,412 58.8125,412 l -1.625,0 C 57.0767,412 57,411.9233 57,411.8125 l 0,-1.625 C 57,410.0767 57.0767,410 57.1875,410 Z m 3,0 1.625,0 C 61.9233,410 62,410.0767 62,410.1875 l 0,1.625 C 62,411.9233 61.9233,412 61.8125,412 l -1.625,0 C 60.0767,412 60,411.9233 60,411.8125 l 0,-1.625 C 60,410.0767 60.0767,410 60.1875,410 Z"
id="rect5122-3-5"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.63 53.22"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M48.71,53.22h0L4.75,53a5.35,5.35,0,0,1-3.26-1.06A3.67,3.67,0,0,1,0,49.06L.16,9.4A3.66,3.66,0,0,1,1.68,6.54a5.37,5.37,0,0,1,3.25-1H5l43.93.22a5.35,5.35,0,0,1,3.26,1.06,3.65,3.65,0,0,1,1.49,2.88l-.16,39.66h0A3.66,3.66,0,0,1,52,52.18,5.36,5.36,0,0,1,48.71,53.22ZM4.93,7.73A3.2,3.2,0,0,0,3,8.31a1.47,1.47,0,0,0-.64,1.1L2.22,49.07a1.49,1.49,0,0,0,.63,1.11,3.17,3.17,0,0,0,1.91.6L48.69,51h0a3.19,3.19,0,0,0,1.89-.58,1.45,1.45,0,0,0,.64-1.1l.17-39.66a1.51,1.51,0,0,0-.63-1.11,3.17,3.17,0,0,0-1.91-.6L4.94,7.73ZM52.36,49.32h0Z"/><path class="cls-1" d="M14.47,15A2.5,2.5,0,0,1,12,12.5V2.5a2.5,2.5,0,1,1,5,0v10A2.5,2.5,0,0,1,14.47,15Z"/><path class="cls-1" d="M39.47,15A2.5,2.5,0,0,1,37,12.5V2.5a2.5,2.5,0,0,1,5,0v10A2.5,2.5,0,0,1,39.47,15Z"/><rect class="cls-1" x="1.47" y="21" width="50.5" height="3"/><path class="cls-1" d="M22.67,43.83,20.46,40.7l-1.84,3.13h-4.3l4-6.2-4.13-5.84h4.47l2.13,3,1.77-3h4.3l-3.9,6.09,4.22,5.95Z"/><path class="cls-1" d="M35.32,43.83,33.11,40.7l-1.84,3.13H27l4-6.2L26.8,31.79h4.47l2.13,3,1.77-3h4.3l-3.9,6.09,4.22,5.95Z"/></svg>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,80 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155559mm"
height="4.5155554mm"
viewBox="0 0 16.000001 15.999999"
id="svg5755"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="categories.svg">
<defs
id="defs5757" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="1.0226583"
inkscape:cy="10.233757"
inkscape:document-units="px"
inkscape:current-layer="g4958"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5760">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-120.57143,-378.64792)">
<g
id="g4958"
inkscape:label="folder"
transform="translate(-87.428372,-617.35208)"
style="display:inline">
<path
sodipodi:nodetypes="ccccccccccsccccccccccc"
id="rect3845"
d="m 208.53105,997 c -0.28913,0 -0.53125,0.24212 -0.53125,0.53125 l 0,13.93755 c 0,0.2985 0.23264,0.5312 0.53125,0.5312 l 14.9375,0 c 0.2986,0 0.53125,-0.2326 0.53125,-0.5312 l 0,-8.9376 c 0,-0.2891 -0.24212,-0.5312 -0.53125,-0.5312 l -12.46875,0 0,7.5 c 0,0.277 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-8 c 0,-0.277 0.223,-0.5 0.5,-0.5 l 2.96875,0 8.53125,0 0,-1.4062 c 0,-0.3272 -0.26666,-0.5938 -0.59375,-0.5938 l -7.40625,0 0,-1.46875 C 213.9998,997.2421 213.75768,997 213.46855,997 Z"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0" />
<rect
y="996"
x="207.9998"
height="16"
width="16"
id="rect14152"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.5 44.15"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M44.44,44.15H1.5A1.5,1.5,0,0,1,0,42.65V12.51A1.5,1.5,0,0,1,1.5,11H44.44a1.5,1.5,0,0,1,1.5,1.5V42.65A1.5,1.5,0,0,1,44.44,44.15ZM3,41.15H42.94V14H3Z"/><path class="cls-1" d="M52,38.59a1.5,1.5,0,0,1-1.5-1.5V3H24.13V6a1.5,1.5,0,0,1-1.5,1.5H4.84a1.5,1.5,0,0,1,0-3H21.13V1.5A1.5,1.5,0,0,1,22.63,0H52a1.5,1.5,0,0,1,1.5,1.5V37.09A1.5,1.5,0,0,1,52,38.59Z"/></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 557 B

View File

@ -1,90 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155554mm"
viewBox="0 0 15.999999 15.999999"
id="svg5807"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="forms.svg">
<defs
id="defs5809" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="31.678384"
inkscape:cx="8.0092146"
inkscape:cy="7.9802051"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5812">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-232,-410.07649)">
<path
inkscape:connector-curvature="0"
d="m 232.00193,422.07645 c 0.004,-0.22414 0.11244,-0.53067 0.30379,-0.70429 l 2.16171,-2.11644 c 0.23264,-0.24354 0.78664,-0.29256 1.01104,-0.15675 0.0805,0.002 1.13546,0.63126 1.28813,0.86541 0.61665,0.94579 -0.34406,1.82732 -1.17392,1.54685 l -0.34957,-0.2117 -1.60232,1.57174 c -0.63718,0.52635 -1.69148,0.0923 -1.6389,-0.79478 z"
id="path7270-2"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
sodipodi:nodetypes="ccccsccccc" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
d="m 243.61911,410.19481 c 0.38967,-0.10147 0.79072,-0.11077 1.17065,-0.0809 l -1.3597,2.3059 c -0.27942,0.47386 -0.12275,1.07071 0.35378,1.34773 l 0.8743,0.50825 c 0.47652,0.277 1.07741,0.12052 1.35684,-0.35334 l 1.35969,-2.3059 c 0.21223,0.3143 0.40035,0.66611 0.50195,1.05317 0.48628,1.85256 -0.63144,3.74808 -2.4965,4.23377 -0.38967,0.10147 -0.79073,0.11077 -1.17065,0.0809 l -0.80213,1.1146 -3.40972,-0.0225 c 0,0 1.5186,-2.57735 1.62694,-2.59472 -0.21223,-0.3143 -0.40034,-0.66611 -0.50194,-1.05317 -0.48629,-1.85256 0.63143,-3.7481 2.49649,-4.23379 z"
id="path3908-63"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccccssccccss" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
d="m 235.59881,410.79529 c -0.2298,0.0471 -0.44326,0.13096 -0.65529,0.21875 -0.0167,0.62433 0.0868,1.44177 -0.15602,1.65625 -0.23862,0.21077 -1.03684,0.0343 -1.65382,-0.0313 -0.1312,0.23649 -0.23492,0.48523 -0.31205,0.75 0.4774,0.39586 1.13884,0.83901 1.15456,1.15625 0.0159,0.32119 -0.6255,0.80489 -1.06094,1.25 0.10323,0.25783 0.24977,0.49354 0.40565,0.71875 0.60743,-0.12641 1.36439,-0.37354 1.62262,-0.1875 0.26292,0.18942 0.26482,1.00535 0.34325,1.625 0.24918,0.075 0.51175,0.1045 0.7801,0.125 0.28094,-0.55462 0.56658,-1.3198 0.87372,-1.40625 0.31529,-0.0887 0.96213,0.45813 1.4978,0.78125 0.21839,-0.1516 0.41233,-0.33706 0.59288,-0.53125 -0.25347,-0.57232 -0.72003,-1.29192 -0.59288,-1.59375 0.12727,-0.30211 0.97398,-0.46963 1.56021,-0.6875 0.004,-0.0735 0.0312,-0.14414 0.0312,-0.21875 0,-0.19137 -0.0343,-0.37899 -0.0624,-0.5625 -0.60521,-0.16082 -1.46506,-0.2413 -1.62262,-0.53125 -0.15651,-0.28801 0.24143,-1.0614 0.43686,-1.65625 -0.20087,-0.17858 -0.4188,-0.33716 -0.65529,-0.46875 -0.50016,0.37513 -1.08274,0.99436 -1.40419,0.9375 -0.31642,-0.056 -0.66192,-0.81955 -0.99853,-1.34375 -0.0401,0.007 -0.0852,-0.008 -0.12482,0 z m 0.62408,1.875 c 0.93062,0 1.68503,0.75552 1.68503,1.6875 0,0.93198 -0.75441,1.6875 -1.68503,1.6875 -0.93061,0 -1.68502,-0.75552 -1.68502,-1.6875 0,-0.93198 0.75441,-1.6875 1.68502,-1.6875 z"
id="path42972-6" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="rect7268-7"
d="m 234.99707,419.07649 9.98535,0 0.008,6.0625 c 0,0.4922 -0.47197,0.9375 -0.99463,0.9375 l -7.99221,0 c -0.53827,0 -0.99853,-0.42964 -0.99853,-1 z"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
<path
sodipodi:nodetypes="ccccsccccc"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
id="path6196"
d="m 247.96083,422.05356 c -0.004,-0.22414 -0.11244,-0.53067 -0.30379,-0.70429 l -2.16171,-2.11644 c -0.23264,-0.24354 -0.78664,-0.29256 -1.01103,-0.15675 -0.0805,0.002 -1.13547,0.63126 -1.28813,0.86541 -0.61666,0.94579 0.34405,1.82732 1.17391,1.54685 l 0.34957,-0.2117 1.60232,1.57174 c 0.63718,0.52635 1.69148,0.0922 1.6389,-0.79478 z"
inkscape:connector-curvature="0" />
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.28 34.46"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M12.47,15.31H1.11A1.11,1.11,0,0,1,0,14.2V1.84A1.11,1.11,0,0,1,1.11.73H12.47a1.11,1.11,0,0,1,0,2.22H2.22V13.09H12.47a1.11,1.11,0,1,1,0,2.22Z"/><path class="cls-1" d="M21.48,9.63h-2a1.11,1.11,0,1,1,0-2.22h2a1.11,1.11,0,0,1,0,2.22Z"/><path class="cls-1" d="M12.47,34.46H1.11A1.12,1.12,0,0,1,0,33.34V21a1.11,1.11,0,0,1,1.11-1.11H12.47a1.12,1.12,0,0,1,0,2.23H2.22V32.23H12.47a1.12,1.12,0,0,1,0,2.23Z"/><path class="cls-1" d="M34.48,27.78H20a1.12,1.12,0,0,1,0-2.23H34.48a1.12,1.12,0,0,1,0,2.23Z"/><path class="cls-1" d="M10.58,30.67a1.11,1.11,0,0,1-.79-.33L6,26.56A1.11,1.11,0,0,1,7.58,25l3,3,4.89-4.89a1.12,1.12,0,0,1,1.57,0,1.1,1.1,0,0,1,0,1.57l-5.68,5.68A1.09,1.09,0,0,1,10.58,30.67Z"/><path class="cls-1" d="M10.58,11.52a1.1,1.1,0,0,1-.79-.32L6,7.41A1.11,1.11,0,0,1,7.58,5.84l3,3L15.47,4A1.11,1.11,0,0,1,17,5.52L11.36,11.2A1.08,1.08,0,0,1,10.58,11.52Z"/><path class="cls-1" d="M38.28,15.82V1.22A1.21,1.21,0,0,0,37.06,0H22.46a1.22,1.22,0,0,0-1.22,1.22v14.6A1.22,1.22,0,0,0,22.46,17h14.6A1.22,1.22,0,0,0,38.28,15.82Zm-3.65-7.3a1.22,1.22,0,0,1-1.22,1.22H31v2.43a1.22,1.22,0,1,1-2.44,0V9.74H26.11a1.22,1.22,0,1,1,0-2.44h2.43V4.87a1.22,1.22,0,1,1,2.44,0V7.3h2.43A1.22,1.22,0,0,1,34.63,8.52Z"/></svg>

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,144 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5221076mm"
height="4.5155497mm"
viewBox="0 0 16.023216 15.999979"
id="svg5904"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="home.svg">
<defs
id="defs5906" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="8.7328683"
inkscape:cy="5.3707418"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5909">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-157.70269,-358.64793)">
<g
transform="translate(-1095.2859,933.6479)"
style="display:inline"
id="g6466"
inkscape:label="user-home">
<g
transform="matrix(1,0,0,0.99999871,1212,-1401.9989)"
id="g5384"
inkscape:label="go-home">
<g
inkscape:label="go-home"
id="g5386">
<g
id="g5388"
transform="translate(-116.37982,67.0969)">
<title
id="title5390">go-home</title>
<g
style="fill:#bebebe;fill-opacity:1"
id="g5392"
transform="matrix(0.02603569,0,0,0.02603569,345.96663,902.07624)">
<g
style="fill:#bebebe;fill-opacity:1"
id="g5394" />
<g
style="fill:#bebebe;fill-opacity:1"
id="g5396" />
</g>
<g
id="g5398"
transform="matrix(0,1,1,0,-360.61998,639.9031)"
inkscape:label="go-down">
<rect
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:1;marker:none;enable-background:new"
id="rect5400"
y="518"
x="120"
height="16"
width="16" />
</g>
</g>
</g>
</g>
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path5414"
d="m 1256.0002,-568.99998 0,6.99998 10,0 0,-6.99998"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path6184"
d="m 1254.0002,-567.99998 7,-5 7,5"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
y="-567"
x="1259.0002"
height="6"
width="3"
id="rect6261"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
<rect
style="display:inline;fill:#000000;fill-opacity:1;stroke:none"
id="rect8452-7"
width="1"
height="1"
x="-1269.0004"
y="-568"
transform="scale(-1,1)"
rx="1"
ry="1" />
<rect
style="display:inline;fill:#000000;fill-opacity:1;stroke:none"
id="rect8452-8"
width="1"
height="1"
x="-1254.0004"
y="-568"
transform="scale(-1,1)"
rx="1"
ry="1" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48.22 48.22"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M47.58,47.75h-19v-.5A10.07,10.07,0,0,1,36,37.54a6.25,6.25,0,1,1,5.48,0,10.14,10.14,0,0,1,6.08,4.81l.06.11Z"/><path class="cls-1" d="M47.11,48.22h-46A1.11,1.11,0,0,1,0,47.11v-29a1.12,1.12,0,0,1,.45-.89l23-17a1.11,1.11,0,0,1,1.32,0l23,17a1.09,1.09,0,0,1,.45.89v29A1.1,1.1,0,0,1,47.11,48.22ZM2.22,46H46V18.67L24.11,2.49,2.22,18.67Z"/><path class="cls-1" d="M22.61,48.22h-12A1.11,1.11,0,0,1,9.5,47.11V23.61a1.11,1.11,0,0,1,1.11-1.11h12a1.11,1.11,0,0,1,1.11,1.11v23.5A1.1,1.1,0,0,1,22.61,48.22ZM11.72,46H21.5V24.72H11.72Z"/></svg>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 729 B

View File

@ -1,79 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="3.9511111mm"
height="3.9511099mm"
viewBox="0 0 14 13.999995"
id="svg5638"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="mail.svg">
<defs
id="defs5640" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-2.6054587"
inkscape:cy="-1.2384806"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5643">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-335.85718,-395.79077)">
<g
id="g5661"
transform="translate(0,-1.5000037)"
style="stroke:#000000">
<path
style="fill:none;stroke:#000000;stroke-width:1.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 337.85719,400.7907 5.00001,4.00007 4.99999,-4.00002"
id="path35600"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0" />
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect35604"
width="12"
height="9"
x="336.85718"
y="399.79077" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57.83 55.98"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M56.72,56H1.11A1.11,1.11,0,0,1,0,54.87V23.73a1.12,1.12,0,0,1,1.11-1.12H56.72a1.11,1.11,0,0,1,1.11,1.12V54.87A1.11,1.11,0,0,1,56.72,56ZM2.22,53.76H55.61V24.84H2.22Z"/><path class="cls-1" d="M1.11,23.61,29.2,44.86,56.72,23.61S2,23,1.11,23.61Z"/><path class="cls-1" d="M1.11,23.47A1.09,1.09,0,0,1,.23,23a1.11,1.11,0,0,1,.21-1.56L28.52.23a1.13,1.13,0,0,1,1.36,0L57.4,21.48A1.11,1.11,0,1,1,56,23.24L29.19,2.51,1.78,23.25A1.1,1.1,0,0,1,1.11,23.47Z"/></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 654 B

View File

@ -1,93 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155554mm"
viewBox="0 0 15.999999 15.999999"
id="svg5978"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="management.svg">
<defs
id="defs5980" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="1.5715057"
inkscape:cy="2.2879563"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5983">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-149.14286,-327.21935)">
<g
transform="translate(-111.85734,-215.78065)"
id="g11487"
inkscape:label="text-editor">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc"
id="path2273-6-2"
d="m 266.00201,553 6.99819,-7 c 1,0 2,1 2,2 l -7,7 -2,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
id="path4113-1-6-3"
d="m 274.0002,545 c 1,0 2,1 2,2 l 1,-1 c 0,-1 -0.75185,-2 -2,-2 z"
style="display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new" />
<rect
transform="translate(241.0002,217)"
y="326"
x="20"
height="16"
width="16"
id="rect10446"
style="fill:none;stroke:none" />
<path
sodipodi:nodetypes="ccccccccccsccccccccccc"
inkscape:connector-curvature="0"
id="path6682-6"
transform="translate(241.0002,217)"
d="m 21.09375,326 c -0.56869,5e-5 -1.0937,0.50285 -1.09375,1.0625 l 0,12.84375 0,0.25 0,0.78125 c 5e-5,0.55965 0.52506,1.06245 1.09375,1.0625 l 4.34375,0 1.125,0 5.34375,0 c 0.55754,-5e-5 1.07398,-0.48468 1.09375,-1.03125 3.9e-4,-0.0109 0,-0.0204 0,-0.0312 L 33,334 l -2,2 0,4 -9,0 0,-12 5,0 2,2 1.53125,-1.53125 -2.1875,-2.125 C 28.14329,326.13538 27.85406,326.00215 27.5625,326 Z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.22 38.22"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M6.11,6.11v26h26v-26Zm22.48,9.48L17.75,26.43a1.66,1.66,0,0,1-1.19.49,1.64,1.64,0,0,1-1.18-.49l-4.14-4.14a1.67,1.67,0,0,1,2.37-2.36l2.95,2.95,9.66-9.66a1.68,1.68,0,1,1,2.37,2.37Z"/><path class="cls-1" d="M37.11,38.22h-36A1.11,1.11,0,0,1,0,37.11v-36A1.11,1.11,0,0,1,1.11,0h36a1.11,1.11,0,0,1,1.11,1.11v36A1.1,1.1,0,0,1,37.11,38.22ZM2.22,36H36V2.22H2.22Z"/></svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 564 B

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,99 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.2333331mm"
height="4.2333336mm"
viewBox="0 0 14.999999 15.000001"
id="svg5686"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="organizational-units.svg">
<defs
id="defs5688" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="5.6785521"
inkscape:cy="9.78007"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5691">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-249.7742,-362.12625)">
<g
id="g5737">
<rect
ry="0"
y="372.12625"
x="249.7742"
height="4.9375"
width="5.0000014"
id="rect8421"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;enable-background:accumulate" />
<rect
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;enable-background:accumulate"
id="rect8425"
width="5.0000014"
height="5.0000024"
x="259.7742"
y="372.12625"
ry="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 252.30545,372.6575 0,-3.03125 9.96875,0 0,3.03125"
id="path8427"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 257.2742,369.62625 0,-3.5"
id="path9198"
inkscape:connector-curvature="0" />
<rect
ry="0"
y="362.12625"
x="254.7742"
height="5.0000024"
width="5.0000014"
id="rect9200"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;enable-background:accumulate" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55.61 58.15"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M27.8,25.81a9,9,0,1,1,9.05-9A9,9,0,0,1,27.8,25.81Z"/><path class="cls-1" d="M27.8,44.83h0a1.11,1.11,0,0,1-.9-.47L14.46,26.93A17.33,17.33,0,0,1,11,16.77a16.78,16.78,0,0,1,33.55,0,17.54,17.54,0,0,1-3.43,10.16L28.71,44.36A1.13,1.13,0,0,1,27.8,44.83Zm0-42.61A14.56,14.56,0,0,0,13.26,16.77a15.12,15.12,0,0,0,3,8.87L27.8,41.8,39.34,25.64a15.31,15.31,0,0,0,3-8.87A14.56,14.56,0,0,0,27.8,2.22Z"/><rect class="cls-1" x="20.6" y="46.44" width="14.41" height="2.06"/><path class="cls-1" d="M7.23,34.71A7.23,7.23,0,0,0,0,41.94a7.58,7.58,0,0,0,1.5,4.41l5.73,8,5.74-8a7.58,7.58,0,0,0,1.5-4.41A7.24,7.24,0,0,0,7.23,34.71Z"/><rect class="cls-1" x="3.67" y="56.09" width="7.14" height="2.06"/><path class="cls-1" d="M48.38,34.71a7.24,7.24,0,0,0-7.24,7.23,7.58,7.58,0,0,0,1.5,4.41l5.74,8,5.73-8a7.51,7.51,0,0,0,1.5-4.41A7.23,7.23,0,0,0,48.38,34.71Z"/><rect class="cls-1" x="44.81" y="56.09" width="7.13" height="2.06"/></svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,113 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155559mm"
height="4.5155573mm"
viewBox="0 0 16.000001 16.000006"
id="svg5678"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="connector.svg">
<defs
id="defs5680" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568543"
inkscape:cx="0.61170891"
inkscape:cy="10.188916"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid5722" />
<sodipodi:guide
position="3.5433069,14.173229"
orientation="0,1"
id="guide5724" />
</sodipodi:namedview>
<metadata
id="metadata5683">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-66.285713,-332.93362)">
<path
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0"
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
id="path11308-6"
d="m 66.28962,332.93977 -0.0039,15.99386 7.000072,0 0,-2 -4.950726,0.0494 -0.04935,-12.19226 6.999918,0 0,3.14283 1.999982,0 0,-4.99383 z" />
<path
inkscape:connector-curvature="0"
style="display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path2182"
d="m 72.285714,342.93363 2,0 c 0.276425,-1.10346 1.065134,-3.72415 3,-4 l 3,0 0,2 2,0 0,2 -2,0 0,2 2,0 0,2 -2,0 0,2 -3,0 c -1.934866,-0.27585 -2.723575,-2.89656 -3,-4 l -2,0 z"
sodipodi:nodetypes="ccccccccccccccccc" />
<g
transform="matrix(0.9960805,0,0,1,-193.68484,115.93363)"
id="layer10-93" />
<g
transform="matrix(0.9960805,0,0,1,-193.68484,115.93363)"
id="layer11-7" />
<g
transform="matrix(0.9960805,0,0,1,-193.68484,115.93363)"
id="layer12-45" />
<g
transform="matrix(0.9960805,0,0,1,-193.68484,115.93363)"
id="layer13-25" />
<g
transform="matrix(0.9960805,0,0,1,-193.68484,115.93363)"
id="layer14-4" />
<g
transform="matrix(0.9960805,0,0,1,-193.68484,115.93363)"
id="layer15-7"
style="display:inline" />
<g
transform="matrix(0.9960805,0,0,1,-193.68484,115.93363)"
id="g4953-4"
style="display:inline" />
<rect
style="fill:none;stroke:none"
id="rect2999"
width="16"
height="16"
x="66.285713"
y="332.93362" />
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42.26 44.49"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M21.13,36a1.18,1.18,0,0,1-.55-.14l-10.42-6a1.11,1.11,0,0,1-.56-1v-12a1.11,1.11,0,0,1,.56-1l10.42-6a1.1,1.1,0,0,1,1.11,0l10.42,6a1.12,1.12,0,0,1,.55,1v12a1.12,1.12,0,0,1-.55,1l-10.42,6A1.22,1.22,0,0,1,21.13,36Zm-9.31-7.77,9.31,5.38,9.31-5.38V17.48L21.13,12.1l-9.31,5.38Zm19.73.65h0Z"/><path class="cls-1" d="M21.13,41.15A1.11,1.11,0,0,1,20,40V22.85a1.11,1.11,0,0,1,.57-1l15.47-8.6a1.11,1.11,0,0,1,1.08,2l-14.9,8.28V40A1.11,1.11,0,0,1,21.13,41.15Z"/><path class="cls-1" d="M21.13,11.93A1.11,1.11,0,0,1,20,10.82V5.56a1.11,1.11,0,1,1,2.22,0v5.26A1.11,1.11,0,0,1,21.13,11.93Z"/><path class="cls-1" d="M21.13,24a1.06,1.06,0,0,1-.54-.14L5.12,15.23a1.11,1.11,0,0,1-.43-1.51,1.12,1.12,0,0,1,1.51-.44l15.47,8.6A1.11,1.11,0,0,1,21.13,24Z"/><path class="cls-1" d="M5.66,32.56a1.12,1.12,0,0,1-.54-2.09l5.15-2.86a1.11,1.11,0,1,1,1.08,1.95L6.2,32.42A1.14,1.14,0,0,1,5.66,32.56Z"/><path class="cls-1" d="M36.6,32.56a1.17,1.17,0,0,1-.54-.14l-5.4-3a1.11,1.11,0,1,1,1.08-1.94l5.4,3a1.12,1.12,0,0,1-.54,2.09Z"/><rect class="cls-1" y="8.9" width="6.67" height="6.67" rx="3.34" ry="3.34"/><rect class="cls-1" y="28.92" width="6.67" height="6.67" rx="3.34" ry="3.34"/><rect class="cls-1" x="35.59" y="8.9" width="6.67" height="6.67" rx="3.34" ry="3.34"/><rect class="cls-1" x="35.59" y="28.92" width="6.67" height="6.67" rx="3.34" ry="3.34"/><rect class="cls-1" x="17.8" width="6.67" height="6.67" rx="3.34" ry="3.34"/><rect class="cls-1" x="17.8" y="37.81" width="6.67" height="6.67" rx="3.34" ry="3.34"/></svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,175 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.524375mm"
height="4.524375mm"
viewBox="0 0 16.03125 16.03125"
id="svg6888"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="portal.svg">
<defs
id="defs6890">
<inkscape:path-effect
effect="spiro"
id="path-effect3947"
is_visible="true" />
<inkscape:path-effect
is_visible="true"
id="path-effect3951"
effect="spiro" />
<inkscape:path-effect
is_visible="true"
id="path-effect3957"
effect="spiro" />
<inkscape:path-effect
effect="spiro"
id="path-effect3959"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="0.92229618"
inkscape:cy="10.634328"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata6893">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-357.69866,-721.48944)">
<rect
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;opacity:0.51464431;fill:none;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
id="rect3900"
width="16"
height="16"
x="357.72992"
y="721.52069" />
<circle
id="path3908-61"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
cx="359.71429"
cy="723.53632"
r="2.015625" />
<circle
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
id="path3910-1"
cx="359.71429"
cy="735.47382"
r="2.015625" />
<circle
id="path3912"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
cx="371.71429"
cy="735.47382"
r="2.015625" />
<circle
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
id="path3914"
cx="371.71429"
cy="723.50507"
r="2.015625" />
<rect
y="723.55194"
x="359.76117"
height="11.96875"
width="11.96875"
id="rect3916"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:new" />
<rect
y="727.02069"
x="363.16742"
height="5"
width="5.0625"
id="rect3918"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.9999997;stroke-opacity:1;marker:none;enable-background:new" />
<circle
id="path3937"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
cx="368.21429"
cy="732.00507"
r="1.515625" />
<circle
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
id="path3939"
cx="363.21429"
cy="732.00507"
r="1.515625" />
<circle
id="path3941"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
cx="363.21429"
cy="727.03632"
r="1.515625" />
<circle
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
id="path3943"
cx="368.27679"
cy="727.03632"
r="1.515625" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 368.23399,732.05615 3.42505,3.42505"
inkscape:path-effect="#path-effect3947"
id="path3945"
d="m 368.23399,732.05615 3.42505,3.42505"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.99999976;stroke-opacity:1;marker:none;enable-background:new" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.99999976;stroke-opacity:1;marker:none;enable-background:new"
d="m 363.65904,732.05615 -3.42505,3.42505"
id="path3949"
inkscape:path-effect="#path-effect3951"
inkscape:original-d="m 363.65904,732.05615 -3.42505,3.42505"
inkscape:connector-curvature="0" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.99999976;stroke-opacity:1;marker:none;enable-background:new"
d="m 368.23399,727.4812 3.42505,-3.42505"
id="path3953"
inkscape:path-effect="#path-effect3957"
inkscape:original-d="m 368.23399,727.4812 3.42505,-3.42505"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 363.65904,727.4812 -3.42505,-3.42505"
inkscape:path-effect="#path-effect3959"
id="path3955"
d="m 363.65904,727.4812 -3.42505,-3.42505"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.99999976;stroke-opacity:1;marker:none;enable-background:new" />
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48.1 47.9"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M35.19,2.22l8.45,4.86-8.45,4.85H2.62V2.22H35.19M35.78,0H.39V14.16H35.78L48.1,7.08,35.78,0Z"/><path class="cls-1" d="M34.31,13.35a1.12,1.12,0,0,1-1.11-1.12V1.11a1.12,1.12,0,0,1,2.23,0V12.23A1.12,1.12,0,0,1,34.31,13.35Z"/><path class="cls-1" d="M5.4,13.35a1.11,1.11,0,0,1-1.11-1.12V1.11a1.11,1.11,0,1,1,2.22,0V12.23A1.12,1.12,0,0,1,5.4,13.35Z"/><path class="cls-1" d="M40,47.9H28.47l-1.83-4.65H13.35L11.51,47.9H0L19.88,7.48h.22ZM16.37,35.58h7.24L20,26.29Z"/><polygon class="cls-1" points="46.44 7.79 40.88 4.58 40.88 11 46.44 7.79"/></svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 740 B

View File

@ -1,175 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.524375mm"
height="4.524375mm"
viewBox="0 0 16.03125 16.03125"
id="svg6888"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="portal.svg">
<defs
id="defs6890">
<inkscape:path-effect
effect="spiro"
id="path-effect3947"
is_visible="true" />
<inkscape:path-effect
is_visible="true"
id="path-effect3951"
effect="spiro" />
<inkscape:path-effect
is_visible="true"
id="path-effect3957"
effect="spiro" />
<inkscape:path-effect
effect="spiro"
id="path-effect3959"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="0.92229618"
inkscape:cy="10.634328"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata6893">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-357.69866,-721.48944)">
<rect
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;opacity:0.51464431;fill:none;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
id="rect3900"
width="16"
height="16"
x="357.72992"
y="721.52069" />
<circle
id="path3908-61"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
cx="359.71429"
cy="723.53632"
r="2.015625" />
<circle
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
id="path3910-1"
cx="359.71429"
cy="735.47382"
r="2.015625" />
<circle
id="path3912"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
cx="371.71429"
cy="735.47382"
r="2.015625" />
<circle
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
id="path3914"
cx="371.71429"
cy="723.50507"
r="2.015625" />
<rect
y="723.55194"
x="359.76117"
height="11.96875"
width="11.96875"
id="rect3916"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:new" />
<rect
y="727.02069"
x="363.16742"
height="5"
width="5.0625"
id="rect3918"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.9999997;stroke-opacity:1;marker:none;enable-background:new" />
<circle
id="path3937"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
cx="368.21429"
cy="732.00507"
r="1.515625" />
<circle
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
id="path3939"
cx="363.21429"
cy="732.00507"
r="1.515625" />
<circle
id="path3941"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
cx="363.21429"
cy="727.03632"
r="1.515625" />
<circle
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;marker:none;enable-background:new"
id="path3943"
cx="368.27679"
cy="727.03632"
r="1.515625" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 368.23399,732.05615 3.42505,3.42505"
inkscape:path-effect="#path-effect3947"
id="path3945"
d="m 368.23399,732.05615 3.42505,3.42505"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.99999976;stroke-opacity:1;marker:none;enable-background:new" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.99999976;stroke-opacity:1;marker:none;enable-background:new"
d="m 363.65904,732.05615 -3.42505,3.42505"
id="path3949"
inkscape:path-effect="#path-effect3951"
inkscape:original-d="m 363.65904,732.05615 -3.42505,3.42505"
inkscape:connector-curvature="0" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.99999976;stroke-opacity:1;marker:none;enable-background:new"
d="m 368.23399,727.4812 3.42505,-3.42505"
id="path3953"
inkscape:path-effect="#path-effect3957"
inkscape:original-d="m 368.23399,727.4812 3.42505,-3.42505"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 363.65904,727.4812 -3.42505,-3.42505"
inkscape:path-effect="#path-effect3959"
id="path3955"
d="m 363.65904,727.4812 -3.42505,-3.42505"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#000000;stroke-width:0.99999976;stroke-opacity:1;marker:none;enable-background:new" />
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 47.71 47.68"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M34.79,2.22l8.46,4.86-8.46,4.85H2.22V2.22H34.79M35.39,0H0V14.16H35.39L47.71,7.08,35.39,0Z"/><path class="cls-1" d="M33.92,13.35a1.12,1.12,0,0,1-1.11-1.12V1.11a1.11,1.11,0,1,1,2.22,0V12.23A1.11,1.11,0,0,1,33.92,13.35Z"/><path class="cls-1" d="M5,13.35a1.12,1.12,0,0,1-1.12-1.12V1.11a1.12,1.12,0,0,1,2.23,0V12.23A1.12,1.12,0,0,1,5,13.35Z"/><polygon class="cls-1" points="46.04 7.79 40.48 4.58 40.48 11 46.04 7.79"/><path class="cls-1" d="M35.66,14l-6.19,7.18a9.78,9.78,0,0,0-7.85-4.06c-6.09,0-9.88,4.47-9.88,10.77s3.79,10.81,9.88,10.81a9.8,9.8,0,0,0,7.85-4l6.14,7.17c-3.9,4.32-8.38,5.88-14,5.88C10,47.68,1.7,39.15,1.7,27.87S10,8.1,21.62,8.1C27.86,8.1,31.86,10,35.66,14Z"/></svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 880 B

View File

@ -1,111 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155554mm"
viewBox="0 0 15.999999 15.999999"
id="svg6036"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="roles.svg">
<defs
id="defs6038" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="23.269249"
inkscape:cy="5.7340883"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata6041">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-272,-458.64792)">
<g
id="g9203"
inkscape:label="system-users"
transform="translate(290.9996,-190.35208)">
<g
transform="translate(-0.49981,0)"
id="g9188"
style="display:inline">
<g
id="g9172">
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m -5.2115283,658.6875 c -0.4937891,0.47964 -1.0774305,0.69712 -1.7882906,0.69712 -0.7108599,0 -1.2972314,-0.22349 -1.7910205,-0.70313 -0.7765701,0.27945 -1.7052286,0.99058 -1.7062566,2.23257 l -0.0027,2.3167 c -5.15e-4,0.42615 0.31219,0.76924 0.6999914,0.76924 l 5.600024,0 c 0.3878016,0 0.7000029,-0.34309 0.7000029,-0.76924 l 0,-2.30769 c 0,-1.0667 -0.7716202,-1.96599 -1.7117243,-2.23557 z"
id="path9137"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccsssscc" />
<circle
r="2.5"
cy="342.5"
cx="49.5"
transform="matrix(0.92307481,0,0,0.92307481,-52.69199,340.15457)"
id="path9139"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
</g>
<g
id="g9176">
<path
sodipodi:nodetypes="csccssccccc"
inkscape:connector-curvature="0"
id="path9178"
d="m -12.21155,654.6875 c -0.493789,0.47964 -1.077431,0.69712 -1.788291,0.69712 -0.71086,0 -1.297231,-0.22349 -1.79102,-0.70313 -0.77657,0.27945 -1.705229,0.99058 -1.706257,2.23257 l -0.0027,2.3167 c -5.15e-4,0.42615 0.31219,0.76924 0.699991,0.76924 l 5.735381,0 c 0.06219,-0.3952 0.261624,-0.72266 0.564646,-1 l 0,-2.07693 c 0,-1.0667 -0.77162,-1.96599 -1.711724,-2.23557 z"
style="fill:#000000;fill-opacity:1;stroke:none" />
<circle
r="2.5"
cy="342.5"
cx="49.5"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
id="path9180"
transform="matrix(0.92307481,0,0,0.92307481,-59.692012,336.15457)" />
</g>
</g>
<rect
inkscape:label="a"
y="649"
x="-18.999603"
height="16"
width="16"
id="rect9125"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:1;marker:none" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55.61 55.61"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M31,2.35a27,27,0,0,1,3.92.8L35.77,7a2.86,2.86,0,0,0,1.52,1.95,3,3,0,0,0,1.28.3A2.77,2.77,0,0,0,39.74,9l3.55-1.59a27.12,27.12,0,0,1,3,2.67l-1.17,3.7a2.87,2.87,0,0,0,2.44,3.72l3.88.39a24.89,24.89,0,0,1,1.26,3.8l-2.88,2.63a2.91,2.91,0,0,0-.92,2.3,2.85,2.85,0,0,0,1.18,2.14L53.26,31a27.1,27.1,0,0,1-.8,3.91l-3.83.84a2.88,2.88,0,0,0-1.94,1.51,2.83,2.83,0,0,0,0,2.46l1.59,3.55a27.12,27.12,0,0,1-2.67,3l-3.71-1.17a2.77,2.77,0,0,0-2.43.34,2.86,2.86,0,0,0-1.28,2.1l-.39,3.88A24.89,24.89,0,0,1,34,52.7l-2.63-2.87a2.84,2.84,0,0,0-2.12-.93H29a2.87,2.87,0,0,0-2.16,1.18l-2.29,3.18a27.1,27.1,0,0,1-3.91-.8l-.84-3.83A2.9,2.9,0,0,0,17,46.38a2.77,2.77,0,0,0-1.17.26l-3.55,1.59a26.14,26.14,0,0,1-3-2.67l1.17-3.7a2.85,2.85,0,0,0-.34-2.44,2.82,2.82,0,0,0-2.1-1.27l-3.88-.4A24.89,24.89,0,0,1,2.91,34l2.88-2.63a2.88,2.88,0,0,0-.26-4.44L2.35,24.6a26.69,26.69,0,0,1,.8-3.92L7,19.84a2.87,2.87,0,0,0,1.94-1.52A2.81,2.81,0,0,0,9,15.87L7.38,12.32a26.14,26.14,0,0,1,2.67-3l3.71,1.17a2.82,2.82,0,0,0,.86.14,2.87,2.87,0,0,0,1.57-.48,2.82,2.82,0,0,0,1.27-2.1l.4-3.88a24.53,24.53,0,0,1,3.8-1.26L24.3,5.79a2.85,2.85,0,0,0,2.1.93h.21a2.86,2.86,0,0,0,2.12-1.18L31,2.35M30,0l-3,4.23a.63.63,0,0,1-.48.26h0a.61.61,0,0,1-.47-.21L22.43.45l-.79.18a27.93,27.93,0,0,0-5.12,1.69l-.74.33-.53,5.18A.65.65,0,0,1,15,8.3a.69.69,0,0,1-.35.1l-.2,0L9.48,6.81l-.59.55a28.11,28.11,0,0,0-3.59,4l-.48.65,2.12,4.73a.64.64,0,0,1-.44.89L1.4,18.79l-.24.78A28,28,0,0,0,.09,24.84l-.09.8,4.23,3.05a.64.64,0,0,1,.26.48.62.62,0,0,1-.21.51L.45,33.18.63,34A28.54,28.54,0,0,0,2.32,39.1l.33.74,5.18.52a.68.68,0,0,1,.47.28.65.65,0,0,1,.07.55L6.81,46.13l.55.59a28.12,28.12,0,0,0,4,3.6l.65.47,4.73-2.12a.52.52,0,0,1,.26-.06.68.68,0,0,1,.29.07.6.6,0,0,1,.33.43l1.13,5.1.78.24a28.16,28.16,0,0,0,5.27,1.08l.8.08,3.05-4.23a.63.63,0,0,1,.48-.26h0a.64.64,0,0,1,.48.21l3.5,3.83L34,55a27.93,27.93,0,0,0,5.12-1.69l.74-.33.53-5.18a.64.64,0,0,1,.63-.57l.19,0,4.94,1.56.6-.55a28.11,28.11,0,0,0,3.59-4l.48-.65-2.12-4.73a.63.63,0,0,1,0-.55.6.6,0,0,1,.43-.33l5.1-1.13.24-.78a28.14,28.14,0,0,0,1.07-5.27l.09-.8-4.23-3a.63.63,0,0,1-.26-.48.59.59,0,0,1,.21-.5l3.83-3.51L55,21.64a28.28,28.28,0,0,0-1.69-5.13L53,15.78l-5.18-.53a.65.65,0,0,1-.47-.28.64.64,0,0,1-.07-.54L48.8,9.48l-.55-.59a28.11,28.11,0,0,0-4-3.59l-.65-.48L38.83,6.94a.52.52,0,0,1-.26.06.64.64,0,0,1-.29-.07.63.63,0,0,1-.34-.43L36.82,1.4,36,1.16A28.14,28.14,0,0,0,30.77.09L30,0Z"/><path class="cls-1" d="M27.56,11.37a16.49,16.49,0,0,0-3.9,32.52c0-5.16,0-3.24,0-8.49a.41.41,0,0,0-.42-.41.41.41,0,0,0-.41.41c0,3.57,0-.74,0,2.68a1.39,1.39,0,1,1-2.78,0V27.39c0-2.07,1.3-4.29,3.58-4.56h7.87c2.6,0,4.07,2.34,4.07,4.56V38.11a1.39,1.39,0,1,1-2.78,0c0-3.13,0,.68,0-2.68a.42.42,0,0,0-.43-.41.41.41,0,0,0-.41.41v8.36a16.49,16.49,0,0,0-4.41-32.39Zm.26,10.89a3.47,3.47,0,1,1,3.48-3.47A3.47,3.47,0,0,1,27.82,22.26Z"/></svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,86 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155554mm"
viewBox="0 0 15.999999 15.999999"
id="svg5650"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="application.svg">
<defs
id="defs5652" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="6.4750549"
inkscape:cy="2.2777175"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5655">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-317.71429,-481.50506)">
<g
style="display:inline;fill:#000000;enable-background:new"
id="g3781-5"
transform="translate(309.71429,201.50506)"
inkscape:label="video-display">
<rect
y="280"
x="8"
height="16"
width="16"
id="rect3003-7"
style="opacity:0.02000002;fill:#000000;stroke:none" />
<path
id="rect3773-3"
d="m 11,281 c -1.662,0 -3,1.338 -3,3 l 0,7 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-7 c 0,-1.662 -1.338,-3 -3,-3 z m 0,2 10,0 c 0.554,0 1,0.446 1,1 l 0,7 c 0,0.554 -0.446,1 -1,1 l -10,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-7 c 0,-0.554 0.446,-1 1,-1 z"
style="fill:#000000;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssssssssssssss" />
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="rect3778-2"
d="m 16,296 c 3,0 4,-1 4,-1 l -1,0 -6,0 -1,0 c 0,0 1,1 4,1 z"
style="fill:#000000;fill-opacity:1;stroke:none" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55.61 55.16"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M55.61,15.57H0V0H55.61ZM2.22,13.35H53.39V2.22H2.22Z"/><rect class="cls-1" x="6.67" y="6.67" width="2.22" height="2.22"/><rect class="cls-1" x="11.12" y="6.67" width="2.22" height="2.22"/><rect class="cls-1" x="15.57" y="6.67" width="2.22" height="2.22"/><circle class="cls-1" cx="38.93" cy="7.79" r="2.22"/><circle class="cls-1" cx="45.6" cy="7.79" r="2.22"/><path class="cls-1" d="M0,19.8V35.37H55.61V19.8Zm8.9,8.89H6.67V26.47H8.9Zm4.45,0H11.12V26.47h2.23Zm4.45,0H15.57V26.47H17.8Zm21.13,1.12a2.23,2.23,0,1,1,2.22-2.23A2.23,2.23,0,0,1,38.93,29.81Zm6.67,0a2.23,2.23,0,1,1,2.22-2.23A2.22,2.22,0,0,1,45.6,29.81Z"/><path class="cls-1" d="M55.61,55.16H0V39.59H55.61ZM2.22,52.94H53.39V41.81H2.22Z"/><rect class="cls-1" x="6.67" y="46.26" width="2.22" height="2.22"/><rect class="cls-1" x="11.12" y="46.26" width="2.22" height="2.22"/><rect class="cls-1" x="15.57" y="46.26" width="2.22" height="2.22"/><circle class="cls-1" cx="38.93" cy="47.38" r="2.22"/><circle class="cls-1" cx="45.6" cy="47.38" r="2.22"/></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,85 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155578mm"
viewBox="0 0 15.999999 16.000008"
id="svg6097"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="settings.svg">
<defs
id="defs6099" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="11.472982"
inkscape:cy="-1.3045761"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata6102">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-123.42857,-301.50506)">
<g
style="display:inline"
id="g4948"
transform="matrix(0.99983741,0,0,0.99709409,83.434873,-404.39106)"
inkscape:label="preferences-system">
<path
inkscape:connector-curvature="0"
id="path3908"
d="m 43.549718,708.04419 c -0.399396,0 -0.786509,0.0919 -1.143474,0.21635 l 1.885188,1.88519 c 0.387409,0.3874 0.387409,1.00329 0,1.39071 l -0.710808,0.71081 c -0.387409,0.3874 -1.003305,0.3874 -1.390714,0 l -1.885188,-1.88519 c -0.12446,0.35695 -0.216334,0.74407 -0.216334,1.14347 0,1.91164 1.549691,3.46132 3.46133,3.46132 0.399396,0 0.786511,-0.0919 1.143476,-0.21633 l 1.17438,1.17438 a 2.4726259,2.4726259 0 0 1 0.0618,0 l 2.070622,-2.07061 -1.205284,-1.20529 c 0.124458,-0.35695 0.216332,-0.74407 0.216332,-1.14347 0,-1.91164 -1.549689,-3.46134 -3.46133,-3.46134 z m 6.551804,7.91162 -2.070618,2.07061 a 2.4726259,2.4726259 0 0 1 0.03091,0.0927 l 1.143474,1.14347 c -0.124458,0.357 -0.216332,0.74412 -0.216332,1.14352 0,1.91164 1.549689,3.46134 3.46133,3.46134 0.433532,0 0.853742,-0.1017 1.236188,-0.24724 l -2.008806,-2.00881 c -0.387409,-0.38742 -0.387409,-1.0342 0,-1.42162 l 0.679904,-0.6799 c 0.193705,-0.19371 0.458013,-0.30906 0.710808,-0.30906 0.252795,0 0.517105,0.11535 0.71081,0.30906 l 1.946998,1.94699 c 0.104867,-0.33054 0.185428,-0.6855 0.185428,-1.05076 0,-1.91164 -1.549691,-3.46132 -3.46133,-3.46132 -0.399396,0 -0.786511,0.0919 -1.143476,0.21633 l -1.205286,-1.2053 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3910"
d="m 53.860505,707.95337 -1.542705,1.44172 c -0.451586,0.42201 -0.529293,1.15218 -0.266343,1.71144 l -5.889182,6.01323 a 1.4919155,1.4919127 0 0 0 -0.03108,2.5e-4 1.4919155,1.4919127 0 0 0 -0.840306,-0.14884 1.4919155,1.4919127 0 0 0 -0.866771,0.44188 l -3.94684,4.00899 a 1.4943601,1.4943574 0 1 0 2.129781,2.09677 l 3.946839,-4.00899 a 1.4919155,1.4919127 0 0 0 0.297178,-1.74277 l 5.889423,-5.98216 c 0.557911,0.2491 1.273451,0.1474 1.707079,-0.29305 l 1.417423,-1.56504 -2.004499,-1.97343 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate" />
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:1;marker:none;enable-background:new"
id="rect4445"
width="16"
height="16"
x="201"
y="245"
transform="matrix(1.0001626,0,0,1.0029144,-161.03248,462.23935)" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.49 38.93"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M5.56,20.36a1.11,1.11,0,0,1-1.11-1.11V1.11a1.11,1.11,0,0,1,2.22,0V19.25A1.11,1.11,0,0,1,5.56,20.36Z"/><path class="cls-1" d="M27.81,9.75a1.12,1.12,0,0,1-1.12-1.11V1.11a1.12,1.12,0,0,1,2.23,0V8.64A1.11,1.11,0,0,1,27.81,9.75Z"/><path class="cls-1" d="M38.93,15.06A1.11,1.11,0,0,1,37.82,14V1.11a1.11,1.11,0,1,1,2.22,0V14A1.11,1.11,0,0,1,38.93,15.06Z"/><path class="cls-1" d="M16.68,15.06A1.11,1.11,0,0,1,15.57,14V1.11a1.12,1.12,0,0,1,2.23,0V14A1.12,1.12,0,0,1,16.68,15.06Z"/><path class="cls-1" d="M7.58,25.67h-4A3.55,3.55,0,0,1,0,22.13v-.45a3.55,3.55,0,0,1,3.54-3.54h4a3.55,3.55,0,0,1,3.54,3.54v.45A3.55,3.55,0,0,1,7.58,25.67Zm-4-5.31a1.33,1.33,0,0,0-1.32,1.32v.45a1.32,1.32,0,0,0,1.32,1.31h4A1.32,1.32,0,0,0,8.9,22.13v-.45a1.32,1.32,0,0,0-1.32-1.32Z"/><path class="cls-1" d="M18.7,20.36h-4a3.55,3.55,0,0,1-3.54-3.54v-.45a3.55,3.55,0,0,1,3.54-3.54h4a3.54,3.54,0,0,1,3.54,3.54v.45A3.54,3.54,0,0,1,18.7,20.36Zm-4-5.3a1.31,1.31,0,0,0-1.31,1.31v.45a1.32,1.32,0,0,0,1.31,1.32h4A1.32,1.32,0,0,0,20,16.82v-.45a1.32,1.32,0,0,0-1.32-1.31Z"/><path class="cls-1" d="M41,20.36h-4a3.55,3.55,0,0,1-3.54-3.54v-.45a3.55,3.55,0,0,1,3.54-3.54h4a3.55,3.55,0,0,1,3.54,3.54v.45A3.55,3.55,0,0,1,41,20.36Zm-4-5.3a1.32,1.32,0,0,0-1.32,1.31v.45a1.32,1.32,0,0,0,1.32,1.32h4a1.32,1.32,0,0,0,1.31-1.32v-.45A1.31,1.31,0,0,0,41,15.06Z"/><rect class="cls-1" x="23.36" y="8.64" width="8.9" height="5.3" rx="2.43" ry="2.43"/><path class="cls-1" d="M29.83,15.06h-4a3.55,3.55,0,0,1-3.55-3.54v-.45a3.55,3.55,0,0,1,3.55-3.54h4a3.55,3.55,0,0,1,3.54,3.54v.45A3.55,3.55,0,0,1,29.83,15.06Zm-4-5.31a1.32,1.32,0,0,0-1.32,1.32v.45a1.32,1.32,0,0,0,1.32,1.31h4a1.31,1.31,0,0,0,1.31-1.31v-.45a1.32,1.32,0,0,0-1.31-1.32Z"/><path class="cls-1" d="M5.56,38.93a1.12,1.12,0,0,1-1.11-1.12V24.55a1.11,1.11,0,0,1,2.22,0V37.81A1.11,1.11,0,0,1,5.56,38.93Z"/><path class="cls-1" d="M16.68,38.93a1.12,1.12,0,0,1-1.11-1.12V19.25a1.12,1.12,0,0,1,2.23,0V37.81A1.12,1.12,0,0,1,16.68,38.93Z"/><path class="cls-1" d="M27.81,38.93a1.12,1.12,0,0,1-1.12-1.12V14a1.12,1.12,0,1,1,2.23,0V37.81A1.12,1.12,0,0,1,27.81,38.93Z"/><path class="cls-1" d="M38.93,38.93a1.11,1.11,0,0,1-1.11-1.12V19.25a1.11,1.11,0,0,1,2.22,0V37.81A1.12,1.12,0,0,1,38.93,38.93Z"/></svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,97 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155554mm"
viewBox="0 0 15.999999 15.999999"
id="svg5640"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="dessin.svg">
<defs
id="defs5642" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="8.6960487"
inkscape:cy="0.71185324"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1043"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5645">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(479.42857,-375.79078)">
<path
sodipodi:nodetypes="cc"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/Users/hylkebons/tmp/mid/Toolbar/Graphics/tiny_toolbar_icons/icons/cell-network-no-connection.png"
style="display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -465.48663,377.73272 0,12"
id="path11924"
inkscape:connector-curvature="0" />
<path
id="path11926"
d="m -477.37845,380.73272 0,9"
style="display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/Users/hylkebons/tmp/mid/Toolbar/Graphics/tiny_toolbar_icons/icons/cell-network-no-connection.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cc"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/Users/hylkebons/tmp/mid/Toolbar/Graphics/tiny_toolbar_icons/icons/cell-network-no-connection.png"
style="display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -469.45057,382.40689 0,7.32583"
id="path11928"
inkscape:connector-curvature="0" />
<path
id="path11930"
d="m -473.41451,384.33361 0,5.39911"
style="display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/Users/hylkebons/tmp/mid/Toolbar/Graphics/tiny_toolbar_icons/icons/cell-network-no-connection.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0" />
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46.71 46.71"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M21.77,22.7V3.17a21.77,21.77,0,0,0-16.47,36Z"/><path class="cls-1" d="M41.2,27.16a19.55,19.55,0,0,1-30.29,14l14-14H41.2m2.35-2.22Zm0,0H24L7.54,41.41a21.77,21.77,0,0,0,36-16.47Z"/><path class="cls-1" d="M28.4,14.61l10-10c-.52-.41-1.07-.8-1.63-1.16L26.58,13.64A11.72,11.72,0,0,1,28.4,14.61Z"/><path class="cls-1" d="M24.94,0V2.8L27.57.16A22.79,22.79,0,0,0,24.94,0Z"/><path class="cls-1" d="M33.07,20.14,43.23,10c-.36-.56-.75-1.11-1.16-1.63l-10,10A12.3,12.3,0,0,1,33.07,20.14Z"/><path class="cls-1" d="M29.54.49l-4.6,4.6v2.8l6.8-6.8A20.39,20.39,0,0,0,29.54.49Z"/><path class="cls-1" d="M31.12,17,41,7.09c-.45-.48-.91-1-1.4-1.4l-9.9,9.9A13.22,13.22,0,0,1,31.12,17Z"/><path class="cls-1" d="M46.55,19.14l-2.64,2.63h2.8A22.79,22.79,0,0,0,46.55,19.14Z"/><path class="cls-1" d="M45.62,15l-6.8,6.8h2.8l4.6-4.6A20.39,20.39,0,0,0,45.62,15Z"/><path class="cls-1" d="M44.09,11.41,33.73,21.77h2.8L45,13.3A20.55,20.55,0,0,0,44.09,11.41Z"/><path class="cls-1" d="M33.42,1.71l-8.48,8.48V13L35.3,2.62C34.69,2.29,34.06,2,33.42,1.71Z"/></svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,67 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="3.8452778mm"
height="3.9510829mm"
viewBox="0 0 13.625 13.9999"
id="svg5637"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="system.svg">
<defs
id="defs5639" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="14.84129"
inkscape:cy="4.388379"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5642">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-198.85735,-507.90688)">
<path
sodipodi:nodetypes="sccccccccccsccccccccccsccccccccccsccccccccccssssss"
inkscape:connector-curvature="0"
id="path35543-6-4"
d="m 205.66985,507.90688 c -0.22065,0 -0.44081,0.0113 -0.65625,0.0312 l -0.40625,2.09375 c -0.33446,0.0733 -0.66305,0.17589 -0.96875,0.3125 l -1.53125,-1.46875 c -0.38863,0.23011 -0.72695,0.51408 -1.0625,0.8125 l 0.90625,1.90625 c -0.22242,0.24899 -0.42425,0.5225 -0.59375,0.8125 l -2.09375,-0.28125 c -0.17772,0.40877 -0.30872,0.83637 -0.40625,1.28125 l 1.84375,1 c -0.0171,0.16809 -0.0312,0.3274 -0.0312,0.5 0,0.1726 0.0142,0.33191 0.0312,0.5 l -1.84375,1 c 0.0975,0.44488 0.22853,0.87248 0.40625,1.28125 l 2.09375,-0.28125 c 0.1695,0.29 0.37133,0.56351 0.59375,0.8125 l -0.90625,1.90625 c 0.33555,0.29842 0.67387,0.58239 1.0625,0.8125 l 1.53125,-1.46875 c 0.3057,0.13661 0.63429,0.23916 0.96875,0.3125 l 0.40625,2.09375 c 0.21544,0.02 0.4356,0.0312 0.65625,0.0312 0.22065,0 0.44081,-0.0113 0.65625,-0.0312 l 0.40625,-2.09375 c 0.33446,-0.0733 0.66305,-0.17589 0.96875,-0.3125 l 1.53125,1.46875 c 0.38863,-0.23011 0.72695,-0.51408 1.0625,-0.8125 l -0.90625,-1.90625 c 0.22242,-0.24899 0.42425,-0.5225 0.59375,-0.8125 l 2.09375,0.28125 c 0.17772,-0.40877 0.30872,-0.83637 0.40625,-1.28125 l -1.84375,-1 c 0.0171,-0.16809 0.0312,-0.3274 0.0312,-0.5 0,-0.1726 -0.0142,-0.33191 -0.0312,-0.5 l 1.84375,-1 c -0.0975,-0.44488 -0.22853,-0.87248 -0.40625,-1.28125 l -2.09375,0.28125 c -0.1695,-0.29 -0.37133,-0.56351 -0.59375,-0.8125 l 0.90625,-1.90625 c -0.33555,-0.29842 -0.67387,-0.58239 -1.0625,-0.8125 l -1.53125,1.46875 c -0.3057,-0.13661 -0.63429,-0.23916 -0.96875,-0.3125 l -0.40625,-2.09375 c -0.21544,-0.02 -0.4356,-0.0312 -0.65625,-0.0312 z m 0,4 c 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;enable-background:accumulate" />
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.05 51.06"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M45.08,27V24l-4.25-.85a15.74,15.74,0,0,0-.89-3.3L43.2,17,41.72,14.4l-4.13,1.39a15.38,15.38,0,0,0-2.42-2.42l1.39-4.13L34,7.76,31.11,11a15.49,15.49,0,0,0-3.29-.89L27,5.87H24l-.86,4.27a15.82,15.82,0,0,0-3.29.89L17,7.76,14.39,9.24l1.39,4.13a15.76,15.76,0,0,0-2.41,2.42L9.24,14.4,7.76,17,11,19.84a15.2,15.2,0,0,0-.88,3.29L5.87,24v3l4.27.86A14.67,14.67,0,0,0,11,31.12L7.76,34l1.48,2.56,4.13-1.39a15.76,15.76,0,0,0,2.41,2.42l-1.39,4.13L17,43.2l2.87-3.27a15.91,15.91,0,0,0,3.3.89L24,45.09h3l.86-4.28a15.14,15.14,0,0,0,3.3-.88L34,43.2l2.56-1.48-1.4-4.13a15.45,15.45,0,0,0,2.43-2.42l4.13,1.39L43.2,34l-3.27-2.87a15.85,15.85,0,0,0,.9-3.31ZM25.47,33.65a8.17,8.17,0,1,1,8.17-8.17A8.16,8.16,0,0,1,25.47,33.65Z"/><path class="cls-1" d="M25.5,51.06a1.11,1.11,0,1,1,0-2.22c.72,0,1.44,0,2.15-.1a1.12,1.12,0,0,1,1.21,1,1.11,1.11,0,0,1-1,1.21c-.77.07-1.56.11-2.35.11Zm-6.7-.92a1,1,0,0,1-.3,0,23.55,23.55,0,0,1-2.24-.75,1.11,1.11,0,1,1,.8-2.07,21.39,21.39,0,0,0,2.05.68,1.11,1.11,0,0,1-.31,2.18Zm15.53-.73a1.11,1.11,0,0,1-.4-2.15c.66-.26,1.32-.55,2-.87a1.11,1.11,0,0,1,1,2c-.7.35-1.43.67-2.16.95A1,1,0,0,1,34.33,49.41ZM10.75,46.14a1.12,1.12,0,0,1-.67-.22c-.62-.47-1.23-1-1.81-1.51a1.11,1.11,0,1,1,1.49-1.64c.54.48,1.1.94,1.66,1.37a1.11,1.11,0,0,1-.67,2ZM42,44.67a1.09,1.09,0,0,1-.82-.36,1.11,1.11,0,0,1,.06-1.57Q42,42,42.74,41.21a1.11,1.11,0,0,1,1.64,1.5c-.52.57-1.08,1.14-1.66,1.67A1.16,1.16,0,0,1,42,44.67ZM4.69,39.51a1.11,1.11,0,0,1-1-.52c-.41-.67-.8-1.36-1.15-2.06a1.11,1.11,0,0,1,2-1,21.51,21.51,0,0,0,1,1.88,1.1,1.1,0,0,1-.35,1.53A1.09,1.09,0,0,1,4.69,39.51Zm42.69-2a1.12,1.12,0,0,1-1-1.61c.32-.64.61-1.3.87-2a1.11,1.11,0,1,1,2.07.8,23.16,23.16,0,0,1-.95,2.16A1.13,1.13,0,0,1,47.38,37.5Zm-46-6.36a1.12,1.12,0,0,1-1.09-.91C.19,29.46.08,28.67,0,27.89a1.12,1.12,0,0,1,1-1.21,1.12,1.12,0,0,1,1.21,1c.07.7.17,1.42.3,2.13a1.13,1.13,0,0,1-.89,1.3Zm48.42-2.29h-.1a1.12,1.12,0,0,1-1-1.21c.07-.72.1-1.44.1-2.16v-.1a1.11,1.11,0,1,1,2.22,0v.1c0,.78,0,1.58-.1,2.36A1.12,1.12,0,0,1,49.84,28.85ZM1.41,22.15l-.2,0a1.11,1.11,0,0,1-.9-1.29c.15-.77.32-1.55.54-2.3a1.11,1.11,0,0,1,2.14.6c-.2.69-.36,1.4-.49,2.1A1.11,1.11,0,0,1,1.41,22.15ZM49,19.81A1.11,1.11,0,0,1,47.92,19c-.2-.69-.43-1.38-.69-2a1.11,1.11,0,1,1,2.07-.81c.28.73.54,1.48.76,2.24a1.11,1.11,0,0,1-.76,1.37A1.18,1.18,0,0,1,49,19.81Zm-44.36-6a1.13,1.13,0,0,1-.58-.16,1.12,1.12,0,0,1-.36-1.53c.41-.68.86-1.33,1.33-2A1.11,1.11,0,0,1,6.8,11.45C6.37,12,6,12.62,5.58,13.23A1.11,1.11,0,0,1,4.63,13.76Zm40.32-2a1.11,1.11,0,0,1-.89-.44c-.43-.57-.9-1.12-1.38-1.65a1.11,1.11,0,0,1,1.64-1.51c.53.58,1,1.19,1.51,1.81a1.11,1.11,0,0,1-.21,1.56A1.13,1.13,0,0,1,45,11.78ZM10.68,7.11a1.14,1.14,0,0,1-.89-.44A1.11,1.11,0,0,1,10,5.11,23.24,23.24,0,0,1,12,3.77a1.11,1.11,0,1,1,1.17,1.88c-.6.38-1.2.79-1.77,1.23A1.13,1.13,0,0,1,10.68,7.11Zm27.6-1.37a1.13,1.13,0,0,1-.58-.16,20.32,20.32,0,0,0-1.88-1,1.11,1.11,0,0,1,1-2c.7.35,1.4.73,2.07,1.15a1.1,1.1,0,0,1,.36,1.52A1.09,1.09,0,0,1,38.28,5.74ZM18.71,3.07A1.11,1.11,0,0,1,18.4.89,23.22,23.22,0,0,1,20.7.35a1.1,1.1,0,0,1,1.3.88,1.12,1.12,0,0,1-.89,1.3c-.7.13-1.4.3-2.09.5A1.15,1.15,0,0,1,18.71,3.07Zm11.18-.55h-.2c-.7-.13-1.42-.23-2.13-.29A1.11,1.11,0,0,1,27.75,0c.78.07,1.57.18,2.34.32a1.11,1.11,0,0,1-.2,2.2Z"/></svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,92 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155554mm"
viewBox="0 0 15.999999 15.999999"
id="svg6224"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="users.svg">
<defs
id="defs6226" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="22.564605"
inkscape:cy="9.3957432"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata6229">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-263.42857,-432.93363)">
<g
style="display:inline"
id="g6234"
inkscape:label="avatar-default"
transform="translate(222.42837,95.933633)">
<rect
inkscape:label="a"
y="337"
x="41.000198"
height="16"
width="16"
id="rect20566"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:1;marker:none" />
<g
id="g3938"
transform="translate(-577.9998,-648.3622)">
<path
sodipodi:nodetypes="csccsssscc"
inkscape:connector-curvature="0"
id="path3940-5"
d="m 629.55469,993.45593 c -0.70541,0.62353 -1.53918,0.90625 -2.55469,0.90625 -1.01551,0 -1.85318,-0.29053 -2.55859,-0.91406 -1.10938,0.36328 -2.43603,1.28775 -2.4375,2.90234 L 622,999.36218 c -7.2e-4,0.554 0.446,1.00002 1,1.00002 l 8,0 c 0.554,0 1,-0.44602 1,-1.00002 l 0,-3 c 0,-1.38672 -1.10231,-2.5558 -2.44531,-2.90625 z"
style="fill:#000000;fill-opacity:1;stroke:none" />
<circle
r="2.5"
cy="342.5"
cx="49.5"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
id="path3942-6"
transform="matrix(1.2,0,0,1.2,567.6,579.36217)" />
</g>
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.72 60.59"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M29.88,53.68h-.07a1.12,1.12,0,0,1-1-.77L28.19,51a.79.79,0,0,0-.75-.54H23.21a.78.78,0,0,0-.75.54l-.64,1.92a1.11,1.11,0,0,1-1,.76A1.08,1.08,0,0,1,19.76,53l-2.34-5a.79.79,0,0,0-.92-.43L4.8,50.67a6.79,6.79,0,0,0-2.92,1.64A1.11,1.11,0,0,1,.34,50.7a9.06,9.06,0,0,1,3.89-2.18l11.7-3.1a3,3,0,0,1,3.51,1.64l1.2,2.59a3,3,0,0,1,2.57-1.44h4.23A3,3,0,0,1,30,49.65l1.2-2.58a3,3,0,0,1,3.51-1.65l11.67,3.1a9.1,9.1,0,0,1,3.86,2.15,1.11,1.11,0,0,1-1.53,1.62,6.78,6.78,0,0,0-2.9-1.62l-11.67-3.1a.81.81,0,0,0-.92.43l-2.34,5A1.12,1.12,0,0,1,29.88,53.68Z"/><path class="cls-1" d="M25.29,44.43a12.78,12.78,0,0,1-5.11-1.06A22,22,0,0,1,14.53,40c-3-2.6-3.82-6.75-4-9a7.33,7.33,0,0,1-3.73-3.89,13,13,0,0,1-.38-4.36v-.11c0-.43,0-.9,0-1.39A4.46,4.46,0,0,1,7.7,18.08C7.07,12.38,7.07,9,7.68,7c1.25-4.06,5.79-5.68,9.61-5.55A10.32,10.32,0,0,1,22.94,0h1.13A36.48,36.48,0,0,1,35.76,1.53c3.12.86,8.14,4.12,7.13,16.29A5.83,5.83,0,0,1,44.19,21a15.8,15.8,0,0,1-.37,6.12A7.35,7.35,0,0,1,40.1,31c-.21,2.2-1,6.33-4.05,9a21.69,21.69,0,0,1-5.65,3.4A12.82,12.82,0,0,1,25.29,44.43ZM9.94,18.78a1.12,1.12,0,0,1-.34.56,2.4,2.4,0,0,0-1,1.91c0,.5,0,1,0,1.42v.11a12.13,12.13,0,0,0,.26,3.6A5.58,5.58,0,0,0,12,29.26a1.12,1.12,0,0,1,.67.95c.11,1.65.65,5.74,3.34,8.09a19.9,19.9,0,0,0,5.08,3,10.59,10.59,0,0,0,8.44,0,19.9,19.9,0,0,0,5.08-3c2.73-2.38,3.25-6.45,3.34-8.09a1.12,1.12,0,0,1,.67-.95,5.63,5.63,0,0,0,3.13-2.88,13.83,13.83,0,0,0,.24-5.2,3.58,3.58,0,0,0-1-2.2,1.34,1.34,0,0,1-.11-.14c-14.52-.14-19.58-2.25-21.3-3.93A18.34,18.34,0,0,1,9.94,18.78Zm11-5.72c.15.27,2.18,3.38,19.86,3.55.54-9.72-3.21-12.28-5.58-12.93a34.43,34.43,0,0,0-11-1.45H22.94a7.8,7.8,0,0,0-4.68,1.22,1.09,1.09,0,0,1-.74.21c-2.2-.16-6.64.47-7.71,4-.47,1.49-.48,4.42,0,8.94A16.49,16.49,0,0,0,19,12.43a1.11,1.11,0,0,1,1.88.63Zm0,.16Zm0,0Zm0,0h0Zm0,0Zm0,0Zm0,0Z"/><path class="cls-1" d="M49.13,60.59H1.74a1.12,1.12,0,0,1,0-2.23H49.13a1.12,1.12,0,0,1,0,2.23Z"/><path class="cls-1" d="M19.13,14s-5.64,2.5-4.75,3.12-5.87.62-5.87.62L8.14,8.5,10,5.37s3-2.32,1.88-1.75,5.65-1.68,5.65-1.68l3.84-.69,8.12-.12,8.37,2,4.49,5.59L42,15l-.25,3.21L27.13,16.61S21.21,14.5,21.63,15,19.13,14,19.13,14Z"/><path class="cls-1" d="M56.64,25.54a3.75,3.75,0,0,0-1-2.27c.87-9.22-2.69-11.64-4.93-12.26-1.94-.53-7.93-.82-9.21-1a26.29,26.29,0,0,1,.32,7.7h0c0,.16,0,.31,0,.47a4.75,4.75,0,0,1,1.34,2.89,15.26,15.26,0,0,1-.3,5.66A6.69,6.69,0,0,1,39,30.28c-.1,1.73-.66,6.19-3.72,8.86a17.68,17.68,0,0,1-3,2c.65.37,5.87.74,6.66,1.08a9.11,9.11,0,0,0,7.33,0,16.16,16.16,0,0,0,4.22-2.52c2.41-2.1,2.85-5.6,2.93-7A5.18,5.18,0,0,0,56.4,30,12,12,0,0,0,56.64,25.54Z"/><rect class="cls-1" x="18.67" y="25.63" width="3.87" height="2.26" rx="1.04" ry="1.04"/><rect class="cls-1" x="28.34" y="25.63" width="3.87" height="2.26" rx="1.04" ry="1.04"/></svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,86 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.5155554mm"
height="4.5155554mm"
viewBox="0 0 15.999999 15.999999"
id="svg6277"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="workflows.svg">
<defs
id="defs6279" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="13.229018"
inkscape:cy="4.9245935"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="736"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata6282">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(319.42857,-518.64792)">
<g
style="display:inline"
inkscape:label="system-run"
id="g42953"
transform="translate(-360.42877,181.64792)">
<rect
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:1;marker:none"
id="rect42957"
width="16"
height="16"
x="41.000198"
y="337"
inkscape:label="a" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
d="m 52.375,337.25 c -0.239942,0.43525 -0.467624,1.00577 -0.71875,1.4375 -0.09387,-0.007 -0.185709,-0.0313 -0.28125,-0.0313 -0.332255,0 -0.660088,0.0487 -0.96875,0.125 -0.305025,-0.3828 -0.630342,-0.89813 -0.9375,-1.28125 -0.284596,0.10504 -0.552268,0.22648 -0.8125,0.375 0.09593,0.48262 0.276896,1.07105 0.375,1.5625 -0.343004,0.24882 -0.626184,0.532 -0.875,0.875 -0.491453,-0.0981 -1.079882,-0.27907 -1.5625,-0.375 -0.148521,0.26023 -0.269963,0.5279 -0.375,0.8125 0.383118,0.30716 0.898446,0.63248 1.28125,0.9375 -0.07635,0.30866 -0.125,0.6365 -0.125,0.96875 0,0.0955 0.02466,0.18738 0.03125,0.28125 -0.431735,0.25113 -1.00225,0.47881 -1.4375,0.71875 0.05124,0.27476 0.128303,0.55374 0.21875,0.8125 0.491399,-0.01 1.099493,-0.0946 1.59375,-0.0937 0.187125,0.39176 0.420532,0.75381 0.71875,1.0625 -0.172042,0.46783 -0.448123,1.0086 -0.625,1.46875 0.212898,0.1757 0.449497,0.32623 0.6875,0.46875 0.369206,-0.32011 0.775422,-0.77147 1.15625,-1.09375 0.378045,0.17256 0.788621,0.26529 1.21875,0.3125 0.164542,0.47676 0.304284,1.08808 0.46875,1.5625 0.30154,-0.002 0.586801,-0.0141 0.875,-0.0625 0.08055,-0.49291 0.110368,-1.11855 0.1875,-1.625 0.410087,-0.11684 0.811342,-0.26698 1.15625,-0.5 0.424331,0.26446 0.898868,0.62889 1.3125,0.875 0.223737,-0.19067 0.43433,-0.40126 0.625,-0.625 -0.246108,-0.41363 -0.610541,-0.88817 -0.875,-1.3125 0.233016,-0.34491 0.383162,-0.74616 0.5,-1.15625 0.506449,-0.0771 1.132085,-0.10695 1.625,-0.1875 0.04835,-0.2882 0.06081,-0.57346 0.0625,-0.875 -0.474423,-0.16447 -1.085738,-0.30421 -1.5625,-0.46875 C 55.265292,341.78862 55.172555,341.37805 55,341 c 0.32228,-0.38083 0.773639,-0.78704 1.09375,-1.15625 -0.142521,-0.238 -0.293051,-0.4746 -0.46875,-0.6875 -0.460149,0.17688 -1.000924,0.45296 -1.46875,0.625 -0.308689,-0.29822 -0.670736,-0.53162 -1.0625,-0.71875 -8.87e-4,-0.49426 0.08396,-1.10235 0.09375,-1.59375 -0.258762,-0.0904 -0.537737,-0.16751 -0.8125,-0.21875 z m -1,3.40625 c 1.104569,0 2,0.89543 2,2 0,1.10457 -0.895431,2 -2,2 -1.104569,0 -2,-0.89543 -2,-2 0,-1.10457 0.895431,-2 2,-2 z"
id="path42961"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
d="m 64.6875,344.75 c -0.230139,0.0471 -0.443908,0.13096 -0.65625,0.21875 -0.01671,0.62433 0.08693,1.44177 -0.15625,1.65625 -0.238965,0.21077 -1.038358,0.0343 -1.65625,-0.0313 -0.131388,0.23649 -0.235259,0.48523 -0.3125,0.75 0.478093,0.39586 1.140508,0.83901 1.15625,1.15625 0.01594,0.32119 -0.626418,0.80489 -1.0625,1.25 0.103387,0.25783 0.250144,0.49354 0.40625,0.71875 0.608323,-0.12641 1.366392,-0.37354 1.625,-0.1875 0.263308,0.18942 0.265212,1.00535 0.34375,1.625 0.249548,0.075 0.512509,0.1045 0.78125,0.125 0.281352,-0.55462 0.567413,-1.3198 0.875,-1.40625 0.315752,-0.0887 0.963545,0.45813 1.5,0.78125 0.21871,-0.1516 0.412931,-0.33706 0.59375,-0.53125 -0.253838,-0.57232 -0.721084,-1.29192 -0.59375,-1.59375 0.127453,-0.30211 0.975404,-0.46963 1.5625,-0.6875 0.0044,-0.0735 0.03125,-0.14414 0.03125,-0.21875 0,-0.19137 -0.0344,-0.37899 -0.0625,-0.5625 -0.606097,-0.16082 -1.467207,-0.2413 -1.625,-0.53125 -0.156736,-0.28801 0.241786,-1.0614 0.4375,-1.65625 -0.201161,-0.17858 -0.419409,-0.33716 -0.65625,-0.46875 -0.500893,0.37513 -1.084329,0.99436 -1.40625,0.9375 -0.316887,-0.056 -0.662888,-0.81955 -1,-1.34375 -0.04019,0.007 -0.08527,-0.008 -0.125,0 z m 0.625,1.875 c 0.931981,0 1.6875,0.75552 1.6875,1.6875 0,0.93198 -0.755519,1.6875 -1.6875,1.6875 -0.931981,0 -1.6875,-0.75552 -1.6875,-1.6875 0,-0.93198 0.755519,-1.6875 1.6875,-1.6875 z"
transform="translate(-20,0)"
id="path42972" />
</g>
</g>
</svg>
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.16 44.71"><defs><style>.cls-1{fill:#242d3c;}</style></defs><title>Pictos_v3_EXPORT</title><path class="cls-1" d="M21.58,40.26a1.11,1.11,0,0,1-1.11-1.11V18.68a1.11,1.11,0,0,1,2.22,0V39.15A1.1,1.1,0,0,1,21.58,40.26Z"/><path class="cls-1" d="M37.63,40.22a1.12,1.12,0,0,1-1.12-1.11l0-10.19H6.67V39.11a1.11,1.11,0,0,1-2.22,0V27.81a1.12,1.12,0,0,1,1.11-1.12h32a1.11,1.11,0,0,1,1.11,1.11l0,11.3a1.12,1.12,0,0,1-1.11,1.12Z"/><path class="cls-1" d="M31.59,18.59V1.43A1.43,1.43,0,0,0,30.16,0H13a1.43,1.43,0,0,0-1.43,1.43V18.59A1.43,1.43,0,0,0,13,20H30.16A1.43,1.43,0,0,0,31.59,18.59ZM27.3,10a1.43,1.43,0,0,1-1.43,1.43H23V14.3a1.43,1.43,0,0,1-2.86,0V11.44H17.29a1.43,1.43,0,0,1,0-2.86h2.86V5.72a1.43,1.43,0,1,1,2.86,0V8.58h2.86A1.43,1.43,0,0,1,27.3,10Z"/><path class="cls-1" d="M10,44.71H1.11A1.11,1.11,0,0,1,0,43.6V34.7a1.11,1.11,0,0,1,1.11-1.11H10a1.11,1.11,0,0,1,1.11,1.11v8.9A1.11,1.11,0,0,1,10,44.71ZM2.22,42.49H8.9V35.81H2.22Z"/><path class="cls-1" d="M26,44.71h-8.9A1.11,1.11,0,0,1,16,43.6V34.7a1.11,1.11,0,0,1,1.11-1.11H26a1.11,1.11,0,0,1,1.11,1.11v8.9A1.11,1.11,0,0,1,26,44.71Zm-7.79-2.22h6.68V35.81H18.24Z"/><path class="cls-1" d="M42.05,44.71h-8.9A1.11,1.11,0,0,1,32,43.6V34.7a1.11,1.11,0,0,1,1.11-1.11h8.9a1.11,1.11,0,0,1,1.11,1.11v8.9A1.11,1.11,0,0,1,42.05,44.71Zm-7.79-2.22h6.68V35.81H34.26Z"/></svg>

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -131,27 +131,32 @@ class build_icons(Command):
destpath = 'gadjo/static/css/icons/'
if not os.path.exists(destpath):
os.mkdir(destpath)
variants = {
'small': {'colour': 'e7e7e7', 'width': '20',
'css': 'ul#sidepage-menu li a.icon-%(name)s { background-image: url(icons/%(filename)s); }'},
'large': {'colour': 'e7e7e7', 'width': '80',
'css': 'ul.apps li.icon-%(name)s a { background-image: url(icons/%(filename)s); }'},
'large-hover': {'colour': 'bebebe', 'width': '80',
'css': 'ul.apps li.icon-%(name)s a:hover { background-image: url(icons/%(filename)s); }'},
variants_applications = {
'small': {'colour': 'e7e7e7', 'width': '20'},
'small.white': {'colour': 'ffffff', 'width': '20'},
'small.386ede': {'colour': '386ede', 'width': '20'},
'small.ff375e': {'colour': 'ff375e', 'width': '20'},
'small.6f2b92': {'colour': '6f2b92', 'width': '20'},
'large': {'colour': 'e7e7e7', 'width': '80'},
'large-hover': {'colour': 'bebebe', 'width': '80'},
}
variants_actions = {
'small.386ede': {'colour': '386ede', 'width': '20'},
'small.ff375e': {'colour': 'ff375e', 'width': '20'},
'small.6f2b92': {'colour': '6f2b92', 'width': '20'},
'hover': {'colour': '2b2b2b', 'width': '20'},
}
css_rules = []
for basepath, dirnames, filenames in os.walk('icons'):
for filename in filenames:
basename = os.path.splitext(filename)[0]
variants = variants_applications
if filename.startswith('action-'):
variants = variants_actions
for variant in variants:
dest_filename = '%s.%s.png' % (basename, variant)
destname = os.path.join(destpath, dest_filename)
self.generate(os.path.join(basepath, filename), destname,
**variants.get(variant))
css = variants.get(variant).get('css')
if css:
css_rules.append(css % {'name': basename, 'filename': dest_filename})
#print '\n'.join(sorted(css_rules))
def generate(self, src, dest, colour, width, **kwargs):
if os.path.exists(dest) and os.stat(dest).st_mtime >= os.stat(src).st_mtime:
@ -159,20 +164,19 @@ class build_icons(Command):
# default values
from PIL import Image
from PIL import PngImagePlugin
author = 'GNOME Project'
license = 'Creative Commons Attribution-Share Alike 3.0'
if 'old-set' in src:
author = 'GNOME Project'
tree = ET.fromstring(open(src).read().replace('#000000', '#%s' % colour))
for elem in tree.findall('*'):
if not elem.attrib.get('style'):
elem.attrib['style'] = 'fill:#%s' % colour
else:
author = "J'articule"
tree = ET.fromstring(open(src).read())
for elem in tree.findall('{http://www.w3.org/2000/svg}defs/{http://www.w3.org/2000/svg}style'):
elem.text = elem.text.replace('242d3c', colour)
tree = ET.fromstring(open(src).read().replace('#000000', '#%s' % colour))
for elem in tree.findall('*'):
if not elem.attrib.get('style'):
elem.attrib['style'] = 'fill:#%s' % colour
for elem in tree.getchildren():
if elem.tag == '{http://www.w3.org/2000/svg}text' and elem.text.startswith('Created by'):
author = elem.text[len('Created by')+1:]
tree.remove(elem)
for elem in tree.getchildren():
if elem.tag == '{http://www.w3.org/2000/svg}text' and 'Noun Project' in elem.text:
tree.remove(elem)
f = tempfile.NamedTemporaryFile(suffix='.svg', delete=False)
f.write(ET.tostring(tree))
f.close()