Replaced png circle-icons with svg ones.
|
@ -155,58 +155,56 @@ public class Htmlizer
|
|||
StatoolInfosUtils.copyRessource(source + "DataTables/sort_desc.png", datatables);
|
||||
|
||||
//
|
||||
File color = new File(targetDirectory, "circle-icons/color");
|
||||
color.mkdirs();
|
||||
File mono = new File(targetDirectory, "circle-icons/mono");
|
||||
mono.mkdirs();
|
||||
File circle = new File(targetDirectory, "circle-icons");
|
||||
circle.mkdirs();
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/booklet.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/booklet.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/booklet.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/booklet-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/bookshelf.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/bookshelf.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/bookshelf.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/bookshelf-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/clipboard.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/clipboard.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/clipboard.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/clipboard-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/contacts.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/contacts.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/contacts.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/contacts-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/cruise.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/cruise.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/cruise.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/cruise-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/dev.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/dev.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/dev.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/dev-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/document.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/document.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/document.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/document-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/creditcard.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/creditcard.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/creditcard.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/creditcard-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/email.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/email.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/email.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/email-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/global.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/global.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/global.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/global-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/mail.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/mail.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mail.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mail-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/money.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/money.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/money.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/money-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/profile.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/profile.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/profile.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/profile-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/ribbon.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/ribbon.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/ribbon.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/ribbon-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/toolbox.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/toolbox.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/toolbox.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/toolbox-mono.svg", circle);
|
||||
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/color/tools.png", color);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/mono/tools.png", mono);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/tools.svg", circle);
|
||||
StatoolInfosUtils.copyRessource(source + "circle-icons/tools-mono.svg", circle);
|
||||
|
||||
//
|
||||
File categories = new File(targetDirectory, "categories");
|
||||
|
|
|
@ -24,13 +24,13 @@
|
|||
<div>Depuis <span id="federationStartDate">n/a</span></div>
|
||||
<div class="content_infos" style="margin: 5px;">
|
||||
Liens :
|
||||
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/color/ribbon.png" class="disabled" title="Mentions légales"/></a>
|
||||
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/color/contacts.png" class="disabled" title="Page web de contact"/></a>
|
||||
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/color/mail.png" class="disabled" title="Courriel de contact/support"/></a>
|
||||
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/color/bookshelf.png" class="disabled" title="Documentation"/></a>
|
||||
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/color/tools.png" class="disabled" title="Documentation technique"/></a>
|
||||
<a id="rawCheckLink" href="#"><img id="rawCheckLinkImg" src="circle-icons/mono/clipboard.png" title="Fichier propriétés analysé"/></a>
|
||||
<a id="rawLink" href="#"><img id="rawLinkImg" src="circle-icons/mono/document.png" title="Fichier propriétés"/></a>
|
||||
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/ribbon.svg" class="disabled" title="Mentions légales"/></a>
|
||||
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/contacts.svg" class="disabled" title="Page web de contact"/></a>
|
||||
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/mail.svg" class="disabled" title="Courriel de contact/support"/></a>
|
||||
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/bookshelf.svg" class="disabled" title="Documentation"/></a>
|
||||
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/tools.svg" class="disabled" title="Documentation technique"/></a>
|
||||
<a id="rawCheckLink" href="#"><img id="rawCheckLinkImg" src="circle-icons/clipboard-mono.svg" title="Fichier propriétés analysé"/></a>
|
||||
<a id="rawLink" href="#"><img id="rawLinkImg" src="circle-icons/document-mono.svg" title="Fichier propriétés"/></a>
|
||||
</div>
|
||||
<br/>
|
||||
</div>
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
<div>Date d'entrée : <span id="organizationStartDate">n/a</span> – Date de sortie : <span id="organizationEndDate">n/a</span></div>
|
||||
<div class="content_infos" style="margin: 5px;">
|
||||
Liens :
|
||||
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/color/ribbon.png" class="disabled" title="Mentions légales"/></a>
|
||||
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/color/contacts.png" class="disabled" title="Page web de contact"/></a>
|
||||
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/color/mail.png" class="disabled" title="Courriel de contact/support"/></a>
|
||||
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/color/bookshelf.png" class="disabled" title="Documentation"/></a>
|
||||
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/color/tools.png" class="disabled" title="Documentation technique"/></a>
|
||||
<a id="rawCheckLink" href="#"><img id="rawCheckLinkImg" src="circle-icons/mono/clipboard.png" title="Fichier propriétés analysé"/></a>
|
||||
<a id="rawLink" href="#"><img id="rawLinkImg" src="circle-icons/mono/document.png" title="Fichier propriétés"/></a>
|
||||
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/ribbon.svg" class="disabled" title="Mentions légales"/></a>
|
||||
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/contacts.svg" class="disabled" title="Page web de contact"/></a>
|
||||
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/mail.svg" class="disabled" title="Courriel de contact/support"/></a>
|
||||
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/bookshelf.svg" class="disabled" title="Documentation"/></a>
|
||||
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/tools.svg" class="disabled" title="Documentation technique"/></a>
|
||||
<a id="rawCheckLink" href="#"><img id="rawCheckLinkImg" src="circle-icons/clipboard-mono.svg" title="Fichier propriétés analysé"/></a>
|
||||
<a id="rawLink" href="#"><img id="rawLinkImg" src="circle-icons/document-mono.svg" title="Fichier propriétés"/></a>
|
||||
</div>
|
||||
<br/>
|
||||
<div>Nombre de services : <span id="serviceCount">n/a</span></div>
|
||||
|
|
|
@ -26,27 +26,27 @@
|
|||
<div>Date ouverture : <span id="serviceStartDate">n/a</span> – Date fermeture : <span id="serviceEndDate">n/a</span> – Statut : <img id="serviceStatusImg" src="status-void.png" style="width: 25px; vertical-align: bottom;" /></div>
|
||||
<div class="content_infos" style="border: 0px solid blue; border-radius: 8px; margin: 5px;">
|
||||
Inscription :
|
||||
<img id="registrationNoneImg" src="circle-icons/mono/global.png" class="disabled" title="Sans compte"/>
|
||||
<img id="registrationFreeImg" src="circle-icons/mono/profile.png" class="disabled" title="Compte libre"/>
|
||||
<img id="registrationMemberImg" src="circle-icons/mono/money.png" class="disabled" title="Réservé aux adhérents"/>
|
||||
<img id="registrationClientImg" src="circle-icons/mono/creditcard.png" class="disabled" title="Réservé aux clients"/>
|
||||
<img id="registrationNoneImg" src="circle-icons/global-mono.svg" class="disabled" title="Sans compte"/>
|
||||
<img id="registrationFreeImg" src="circle-icons/profile-mono.svg" class="disabled" title="Compte libre"/>
|
||||
<img id="registrationMemberImg" src="circle-icons/money-mono.svg" class="disabled" title="Réservé aux adhérents"/>
|
||||
<img id="registrationClientImg" src="circle-icons/creditcard-mono.svg" class="disabled" title="Réservé aux clients"/>
|
||||
</div>
|
||||
<div class="content_infos" style="margin: 5px;">
|
||||
Liens :
|
||||
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/color/ribbon.png" class="disabled" title="Mentions légales"/></a>
|
||||
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/color/contacts.png" class="disabled" title="Page web de contact"/></a>
|
||||
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/color/mail.png" class="disabled" title="Courriel de contact/support"/></a>
|
||||
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/color/bookshelf.png" class="disabled" title="Documentation"/></a>
|
||||
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/color/tools.png" class="disabled" title="Documentation technique"/></a>
|
||||
<a id="rawCheckLink" href="#"><img id="rawCheckLinkImg" src="circle-icons/mono/clipboard.png" title="Fichier propriétés analysé"/></a>
|
||||
<a id="rawLink" href="#"><img id="rawLinkImg" src="circle-icons/mono/document.png" title="Fichier propriétés"/></a>
|
||||
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/ribbon.svg" class="disabled" title="Mentions légales"/></a>
|
||||
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/contacts.svg" class="disabled" title="Page web de contact"/></a>
|
||||
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/mail.svg" class="disabled" title="Courriel de contact/support"/></a>
|
||||
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/bookshelf.svg" class="disabled" title="Documentation"/></a>
|
||||
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/tools.svg" class="disabled" title="Documentation technique"/></a>
|
||||
<a id="rawCheckLink" href="#"><img id="rawCheckLinkImg" src="circle-icons/clipboard-mono.svg" title="Fichier propriétés analysé"/></a>
|
||||
<a id="rawLink" href="#"><img id="rawLinkImg" src="circle-icons/document-mono.svg" title="Fichier propriétés"/></a>
|
||||
</div>
|
||||
<div class="content_infos" style="margin: 5px;">
|
||||
Logiciel :
|
||||
<span id="softwareName">n/a</span>, version <span id="softwareVersion">n/a</span>, licence <span id="softwareLicenseName">n/a</span>  
|
||||
<a id="softwareWebsiteLink" href="#"><img id="softwareWebsiteLinkImg" src="circle-icons/color/cruise.png" class="disabled" title="Site web"/></a>
|
||||
<a id="softwareLicenseLink" href="#"><img id="softwareLicenseLinkImg" src="circle-icons/color/booklet.png" class="disabled" title="Licence"/></a>
|
||||
<a id="softwareSourceLink" href="#"><img id="softwareSourceLinkImg" src="circle-icons/color/dev.png" class="disabled" title="Sources"/></a>
|
||||
<a id="softwareWebsiteLink" href="#"><img id="softwareWebsiteLinkImg" src="circle-icons/cruise.svg" class="disabled" title="Site web"/></a>
|
||||
<a id="softwareLicenseLink" href="#"><img id="softwareLicenseLinkImg" src="circle-icons/booklet.svg" class="disabled" title="Licence"/></a>
|
||||
<a id="softwareSourceLink" href="#"><img id="softwareSourceLinkImg" src="circle-icons/dev.svg" class="disabled" title="Sources"/></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -26,20 +26,20 @@
|
|||
</div>
|
||||
-->
|
||||
<div class="column left">
|
||||
<img src="circle-icons/mono/global.png" title="Sans compte"/>Sans compte<br/>
|
||||
<img src="circle-icons/mono/profile.png" title="Compte libre"/>Compte libre<br/>
|
||||
<img src="circle-icons/mono/money.png" title="Réservé aux adhérents"/>Adhérents<br/>
|
||||
<img src="circle-icons/mono/creditcard.png" title="Réservé aux clients"/>Clients<br/>
|
||||
<img src="circle-icons/color/cruise.png" title="Site web"/>Site web<br/>
|
||||
<img src="circle-icons/color/ribbon.png" title="Mentions légales"/>Mentions légales
|
||||
<img src="circle-icons/global-mono.svg" title="Sans compte"/>Sans compte<br/>
|
||||
<img src="circle-icons/profile-mono.svg" title="Compte libre"/>Compte libre<br/>
|
||||
<img src="circle-icons/money-mono.svg" title="Réservé aux adhérents"/>Adhérents<br/>
|
||||
<img src="circle-icons/creditcard-mono.svg" title="Réservé aux clients"/>Clients<br/>
|
||||
<img src="circle-icons/cruise.svg" title="Site web"/>Site web<br/>
|
||||
<img src="circle-icons/ribbon.svg" title="Mentions légales"/>Mentions légales
|
||||
</div>
|
||||
<div class="column left">
|
||||
<img src="circle-icons/color/contacts.png" title="Page web de contact"/>Page web contact<br/>
|
||||
<img src="circle-icons/color/mail.png" title="Courriel de contact/support"/>Courriel de contact<br/>
|
||||
<img src="circle-icons/color/bookshelf.png" title="Documentation"/>Guide utilisateur<br/>
|
||||
<img src="circle-icons/color/tools.png" title="Documentation technique"/>Guide technique<br/>
|
||||
<img src="circle-icons/color/booklet.png" title="Licence"/>License<br/>
|
||||
<img src="circle-icons/color/dev.png" title="Sources"/>Sources
|
||||
<img src="circle-icons/contacts.svg" title="Page web de contact"/>Page web contact<br/>
|
||||
<img src="circle-icons/mail.svg" title="Courriel de contact/support"/>Courriel de contact<br/>
|
||||
<img src="circle-icons/bookshelf.svg" title="Documentation"/>Guide utilisateur<br/>
|
||||
<img src="circle-icons/tools.svg" title="Documentation technique"/>Guide technique<br/>
|
||||
<img src="circle-icons/booklet.svg" title="Licence"/>License<br/>
|
||||
<img src="circle-icons/dev.svg" title="Sources"/>Sources
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -59,28 +59,28 @@
|
|||
<img src="status-void.png" title="n/a"/>Void
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="circle-icons/mono/global.png" title="Sans compte"/>Sans compte<br/>
|
||||
<img src="circle-icons/mono/profile.png" title="Compte libre"/>Compte libre
|
||||
<img src="circle-icons/global-mono.svg" title="Sans compte"/>Sans compte<br/>
|
||||
<img src="circle-icons/profile-mono.svg" title="Compte libre"/>Compte libre
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="circle-icons/mono/money.png" title="Réservé aux adhérents"/>Adhérents<br/>
|
||||
<img src="circle-icons/mono/creditcard.png" title="Réservé aux clients"/>Clients
|
||||
<img src="circle-icons/money-mono.svg" title="Réservé aux adhérents"/>Adhérents<br/>
|
||||
<img src="circle-icons/creditcard-mono.svg" title="Réservé aux clients"/>Clients
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="circle-icons/color/cruise.png" title="Site web"/>Site web<br/>
|
||||
<img src="circle-icons/color/ribbon.png" title="Mentions légales"/>Mentions légales
|
||||
<img src="circle-icons/cruise.svg" title="Site web"/>Site web<br/>
|
||||
<img src="circle-icons/ribbon.svg" title="Mentions légales"/>Mentions légales
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="circle-icons/color/contacts.png" title="Page web de contact"/>Page web contact<br/>
|
||||
<img src="circle-icons/color/mail.png" title="Courriel de contact/support"/>Courriel de contact
|
||||
<img src="circle-icons/contacts.svg" title="Page web de contact"/>Page web contact<br/>
|
||||
<img src="circle-icons/mail.svg" title="Courriel de contact/support"/>Courriel de contact
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="circle-icons/color/bookshelf.png" title="Documentation"/>Guide utilisateur<br/>
|
||||
<img src="circle-icons/color/tools.png" title="Documentation technique"/>Guide technique
|
||||
<img src="circle-icons/bookshelf.svg" title="Documentation"/>Guide utilisateur<br/>
|
||||
<img src="circle-icons/tools.svg" title="Documentation technique"/>Guide technique
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="circle-icons/color/booklet.png" title="Licence"/>License<br/>
|
||||
<img src="circle-icons/color/dev.png" title="Sources"/>Sources
|
||||
<img src="circle-icons/booklet.svg" title="Licence"/>License<br/>
|
||||
<img src="circle-icons/dev.svg" title="Sources"/>Sources
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -125,42 +125,42 @@
|
|||
</td>
|
||||
|
||||
<td id="serviceListLineRegistrationNone" class="td_icon_alone">
|
||||
<img id="serviceListLineRegistrationNoneImg" src="circle-icons/mono/global.png" class="disabled" title="Sans compte" style="margin: 0; padding: 0;"/>
|
||||
<img id="serviceListLineRegistrationNoneImg" src="circle-icons/global-mono.svg" class="disabled" title="Sans compte" style="margin: 0; padding: 0;"/>
|
||||
</td>
|
||||
<td id="serviceListLineRegistrationFree" class="td_icon_alone">
|
||||
<img id="serviceListLineRegistrationFreeImg" src="circle-icons/mono/profile.png" class="disabled" title="Compte libre"/>
|
||||
<img id="serviceListLineRegistrationFreeImg" src="circle-icons/profile-mono.svg" class="disabled" title="Compte libre"/>
|
||||
</td>
|
||||
<td id="serviceListLineRegistrationMember" class="td_icon_alone">
|
||||
<img id="serviceListLineRegistrationMemberImg" src="circle-icons/mono/money.png" class="disabled" title="Réservé aux adhérents"/>
|
||||
<img id="serviceListLineRegistrationMemberImg" src="circle-icons/money-mono.svg" class="disabled" title="Réservé aux adhérents"/>
|
||||
</td>
|
||||
<td id="serviceListLineRegistrationClient" class="td_icon_alone">
|
||||
<img id="serviceListLineRegistrationClientImg" src="circle-icons/mono/creditcard.png" class="disabled" title="Réservé aux clients"/>
|
||||
<img id="serviceListLineRegistrationClientImg" src="circle-icons/creditcard-mono.svg" class="disabled" title="Réservé aux clients"/>
|
||||
</td>
|
||||
|
||||
<td id="" class="td_icon_alone">
|
||||
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/color/ribbon.png" class="disabled" title="Mentions légales"/></a>
|
||||
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/ribbon.svg" class="disabled" title="Mentions légales"/></a>
|
||||
</td>
|
||||
<td id="" class="td_icon_alone">
|
||||
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/color/contacts.png" class="disabled" title="Page web de contact"/></a>
|
||||
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/contacts.svg" class="disabled" title="Page web de contact"/></a>
|
||||
</td>
|
||||
<td id="" class="td_icon_alone">
|
||||
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/color/mail.png" class="disabled" title="Courriel de contact/support"/></a>
|
||||
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/mail.svg" class="disabled" title="Courriel de contact/support"/></a>
|
||||
</td>
|
||||
<td id="" class="td_icon_alone">
|
||||
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/color/bookshelf.png" class="disabled" title="Documentation"/></a>
|
||||
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/bookshelf.svg" class="disabled" title="Documentation"/></a>
|
||||
</td>
|
||||
<td id="" class="td_icon_alone">
|
||||
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/color/tools.png" class="disabled" title="Documentation technique"/></a>
|
||||
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/tools.svg" class="disabled" title="Documentation technique"/></a>
|
||||
</td>
|
||||
|
||||
<td id="" class="td_icon_alone">
|
||||
<a id="softwareWebsiteLink" href="#"><img id="softwareWebsiteLinkImg" src="circle-icons/color/cruise.png" class="disabled" title="Site web"/></a>
|
||||
<a id="softwareWebsiteLink" href="#"><img id="softwareWebsiteLinkImg" src="circle-icons/cruise.svg" class="disabled" title="Site web"/></a>
|
||||
</td>
|
||||
<td id="" class="td_icon_alone">
|
||||
<a id="softwareLicenseLink" href="#"><img id="softwareLicenseLinkImg" src="circle-icons/color/booklet.png" class="disabled" title="Licence"/></a>
|
||||
<a id="softwareLicenseLink" href="#"><img id="softwareLicenseLinkImg" src="circle-icons/booklet.svg" class="disabled" title="Licence"/></a>
|
||||
</td>
|
||||
<td id="" class="td_icon_alone">
|
||||
<a id="softwareSourceLink" href="#"><img id="softwareSourceLinkImg" src="circle-icons/color/dev.png" class="disabled" title="Sources"/></a>
|
||||
<a id="softwareSourceLink" href="#"><img id="softwareSourceLinkImg" src="circle-icons/dev.svg" class="disabled" title="Sources"/></a>
|
||||
</td>
|
||||
<td id="serviceListLineDate" class="center">n/a</td>
|
||||
</tr>
|
||||
|
|
|
@ -0,0 +1,72 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="booklet.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(16,48)"><path
|
||||
d="m 0,0 v -32 c 0,-2.209 1.791,-4 4,-4 V 4 C 1.791,4 0,2.209 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(44,52)"><path
|
||||
d="M 0,0 H -1 V -7.846 C -1,-8.11 -1.163,-8.349 -1.412,-8.45 -1.494,-8.484 -1.581,-8.5 -1.667,-8.5 c -0.173,0 -0.344,0.067 -0.471,0.192 L -5,-5.501 -7.862,-8.308 C -7.989,-8.433 -8.16,-8.5 -8.333,-8.5 c -0.086,0 -0.173,0.016 -0.256,0.05 C -8.837,-8.349 -9,-8.11 -9,-7.846 V 0 H -21 V -40 H 0 c 2.209,0 4,1.791 4,4 V -4 C 4,-1.791 2.209,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(48,16)"><path
|
||||
d="m 0,0 c 0,-2.209 -1.791,-4 -4,-4 h -21 v 40 h 12 v -7.846 c 0,-0.264 0.163,-0.503 0.411,-0.604 0.083,-0.034 0.17,-0.05 0.256,-0.05 0.173,0 0.344,0.067 0.471,0.192 L -9,30.499 -6.138,27.692 c 0.127,-0.125 0.298,-0.192 0.471,-0.192 0.086,0 0.173,0.016 0.255,0.05 C -5.163,27.651 -5,27.89 -5,28.154 V 36 h 1 c 2.209,0 4,-1.791 4,-4 z m -28,-4 c -2.209,0 -4,1.791 -4,4 v 32 c 0,2.209 1.791,4 4,4 z m 12,52 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 3.5 KiB |
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#77B3D4;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#4F5D73;}
|
||||
.st4{fill:#C75C5C;}
|
||||
.st5{fill:#E0E0D1;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M48,50c0,2.2-1.8,4-4,4H20c-2.2,0-4-1.8-4-4V18c0-2.2,1.8-4,4-4h24c2.2,0,4,1.8,4,4V50z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M48,48c0,2.2-1.8,4-4,4H20c-2.2,0-4-1.8-4-4V16c0-2.2,1.8-4,4-4h24c2.2,0,4,1.8,4,4V48z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M35,14v7.8c0,0.3,0.2,0.5,0.4,0.6c0.1,0,0.2,0,0.3,0c0.2,0,0.3-0.1,0.5-0.2l2.9-2.8l2.9,2.8
|
||||
c0.1,0.1,0.3,0.2,0.5,0.2c0.1,0,0.2,0,0.3,0c0.2-0.1,0.4-0.3,0.4-0.6V14H35z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st4" d="M35,12v7.8c0,0.3,0.2,0.5,0.4,0.6c0.1,0,0.2,0,0.3,0c0.2,0,0.3-0.1,0.5-0.2l2.9-2.8l2.9,2.8
|
||||
c0.1,0.1,0.3,0.2,0.5,0.2c0.1,0,0.2,0,0.3,0c0.2-0.1,0.4-0.3,0.4-0.6V12H35z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="20" y="12" class="st5" width="3" height="40"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1,110 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="bookshelf.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath20"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path18"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="654"
|
||||
inkscape:window-y="188"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><path
|
||||
d="m 47,24 h -8 v -3 h 8 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path12"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g14"><g
|
||||
id="g16"
|
||||
clip-path="url(#clipPath20)"><g
|
||||
id="g22"
|
||||
transform="translate(37,49)"><path
|
||||
d="M 0,0 C 0,1.103 -0.897,2 -2,2 H -8 C -9.103,2 -10,1.103 -10,0 V -1 H 0 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path24"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g26"
|
||||
transform="translate(37,45)"><path
|
||||
d="M 0,0 H -10 V -4 -18 H 0 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path28"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g30"
|
||||
transform="translate(47,45)"><path
|
||||
d="M 0,0 C 0,1.103 -0.897,2 -2,2 H -6 C -7.103,2 -8,1.103 -8,0 v -1 h 8 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path32"
|
||||
inkscape:connector-curvature="0" /></g><path
|
||||
d="M 47,41 H 39 V 27 h 8 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="M 37,24 H 27 v -3 h 10 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path36"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g38"
|
||||
transform="translate(25,41)"><path
|
||||
d="M 0,0 C 0,1.103 -0.897,2 -2,2 H -6 C -7.103,2 -8,1.103 -8,0 v -1 h 8 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path40"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g42"
|
||||
transform="translate(14,15)"><path
|
||||
d="m 0,0 h 36 c 1.105,0 2,0.896 2,2 0,1.105 -0.895,2 -2,2 H 35 25 23 13 11 1 0 C -1.105,4 -2,3.105 -2,2 -2,0.896 -1.105,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path44"
|
||||
inkscape:connector-curvature="0" /></g><path
|
||||
d="M 25,37 H 17 V 27 h 8 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path46"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="m 25,24 h -8 v -3 h 8 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path48"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g50"
|
||||
transform="translate(14,19)"><path
|
||||
d="m 0,0 h 1 10 2 10 2 10 1 c 1.105,0 2,-0.895 2,-2 0,-1.104 -0.895,-2 -2,-2 H 0 c -1.105,0 -2,0.896 -2,2 0,1.105 0.895,2 2,2 m 3,5 h 8 V 2 H 3 Z m 0,13 h 8 V 8 H 3 Z m 0,4 c 0,1.103 0.897,2 2,2 h 4 c 1.103,0 2,-0.897 2,-2 V 21 H 3 Z M 13,5 H 23 V 2 H 13 Z m 0,17 v 4 H 23 V 8 H 13 Z m 0,8 c 0,1.103 0.897,2 2,2 h 6 c 1.103,0 2,-0.897 2,-2 V 29 H 13 Z M 25,5 h 8 V 2 h -8 z m 0,17 h 8 V 8 h -8 z m 0,4 c 0,1.103 0.897,2 2,2 h 4 c 1.103,0 2,-0.897 2,-2 v -1 h -8 z m -7.167,-45 c 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32 -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path52"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 5.2 KiB |
|
@ -0,0 +1,64 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#77B3D4;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#E0995E;}
|
||||
.st4{fill:#C75C5C;}
|
||||
.st5{fill:#E0E0D1;}
|
||||
.st6{fill:#FFFFFF;}
|
||||
.st7{fill:#4F5D73;}
|
||||
.st8{fill:#76C2AF;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="31.8" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M52,48c0,1.1-0.9,2-2,2H14c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h36C51.1,46,52,46.9,52,48L52,48z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M52,46c0,1.1-0.9,2-2,2H14c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h36C51.1,44,52,44.9,52,46L52,46z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M23,20h-4c-1.7,0-3,1.3-3,3v17v1v3h3h4h3v-3v-1V23C26,21.3,24.7,20,23,20z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st5" d="M45,16h-4c-1.7,0-3,1.3-3,3v21v1v3h3h4h3v-3v-1V19C48,17.3,46.7,16,45,16z"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="16" y="24" class="st3" width="10" height="3"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="16" y="37" class="st3" width="10" height="3"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="38" y="37" class="st6" width="10" height="3"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="38" y="20" class="st6" width="10" height="3"/>
|
||||
</g>
|
||||
<g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M40,40V16.2c-1.2,0.4-2,1.5-2,2.8v21v1v3h2v-3V40z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M26,40V23c0-1.3-0.8-2.4-2-2.8V40v1v3h2v-3V40z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st7" d="M35,12h-6c-1.7,0-3,1.3-3,3v25v1v3h3h6h3v-3v-1V15C38,13.3,36.7,12,35,12z"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="26" y="16" class="st8" width="12" height="3"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="26" y="37" class="st8" width="12" height="3"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
|
@ -0,0 +1,84 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="chat.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(40,32)"><path
|
||||
d="M 0,0 C -1.105,0 -2,0.895 -2,2 -2,3.105 -1.105,4 0,4 1.105,4 2,3.105 2,2 2,0.895 1.105,0 0,0 m -8,0 c -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 1.105,0 2,-0.895 2,-2 0,-1.105 -0.895,-2 -2,-2 m -8,0 c -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 1.105,0 2,-0.895 2,-2 0,-1.105 -0.895,-2 -2,-2 m 8,20 c -11.046,0 -20,-8.059 -20,-18 0,-9.569 8.303,-17.372 18.775,-17.944 C -8.537,-19.597 -8,-22 -8,-22 c 0,0 5.045,3.044 9.639,8.23 C 7.814,-10.706 12,-4.795 12,2 12,11.941 3.046,20 -8,20"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(41.639,18.2303)"><path
|
||||
d="m 0,0 c -4.594,-5.186 -9.639,-8.23 -9.639,-8.23 0,0 -0.537,2.403 -1.225,6.055 -10.472,0.573 -18.775,8.376 -18.775,17.945 0,9.941 8.954,18 20,18 11.046,0 20,-8.059 20,-18 C 10.361,8.975 6.175,3.064 0,0 m -9.639,45.77 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(32,36)"><path
|
||||
d="m 0,0 c -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 0,1.105 -0.895,2 -2,2"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(40,36)"><path
|
||||
d="m 0,0 c -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 0,1.105 -0.895,2 -2,2"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g36"
|
||||
transform="translate(24,36)"><path
|
||||
d="m 0,0 c -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 0,1.105 -0.895,2 -2,2"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 4.2 KiB |
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#77B3D4;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#FFFFFF;}
|
||||
.st4{fill:#4F5D73;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M52,32c0-9.9-9-18-20-18s-20,8.1-20,18c0,9.6,8.3,17.4,18.8,17.9C31.5,53.6,32,56,32,56s5-3,9.6-8.2
|
||||
C47.8,44.7,52,38.8,52,32z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M49,28.8C49,43.8,32,54,32,54s-9.4-42,0-42S49,19.5,49,28.8z"/>
|
||||
</g>
|
||||
<g>
|
||||
<ellipse class="st3" cx="32" cy="30" rx="20" ry="18"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="32" cy="30" r="2"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="40" cy="30" r="2"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="24" cy="30" r="2"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,90 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="clipboard.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath20"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path18"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><path
|
||||
d="m 22,38 h 20 v 2 H 22 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path12"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g14"><g
|
||||
id="g16"
|
||||
clip-path="url(#clipPath20)"><g
|
||||
id="g22"
|
||||
transform="translate(48,16)"><path
|
||||
d="m 0,0 h -32 v 32 h 8.184 c 0.413,-1.163 1.512,-2 2.816,-2 h 10 c 1.304,0 2.403,0.837 2.816,2 H 0 Z m 0,36 h -8 v 2 h -3 -10 -3 v -2 h -8 c -2.209,0 -4,-1.791 -4,-4 V 26.5 0 c 0,-2.209 1.791,-4 4,-4 H 0 c 2.209,0 4,1.791 4,4 V 26.5 32 c 0,2.209 -1.791,4 -4,4"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path24"
|
||||
inkscape:connector-curvature="0" /></g><path
|
||||
d="m 22,22 h 20 v 2 H 22 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="m 22,34 h 20 v 2 H 22 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path28"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="m 22,26 h 20 v 2 H 22 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="m 22,30 h 20 v 2 H 22 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path32"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g34"
|
||||
transform="translate(52,42.5)"><path
|
||||
d="m 0,0 v -26.5 c 0,-2.209 -1.791,-4 -4,-4 h -32 c -2.209,0 -4,1.791 -4,4 V 0 5.5 c 0,2.209 1.791,4 4,4 h 8 v 2 h 3 10 3 v -2 h 8 c 2.209,0 4,-1.791 4,-4 z m -20,21.5 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path36"
|
||||
inkscape:connector-curvature="0" /></g><path
|
||||
d="M 42,38 H 22 v 2 h 20 z m 0,-4 H 22 v 2 h 20 z m 0,-4 H 22 v 2 h 20 z m 0,-4 H 22 v 2 h 20 z m 0,-4 H 22 v 2 H 42 Z M 37,46 H 27 c -1.304,0 -2.403,0.837 -2.816,2 H 16 V 16 H 48 V 48 H 39.816 C 39.403,46.837 38.304,46 37,46"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g></g></g></svg>
|
After Width: | Height: | Size: 4.2 KiB |
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#77B3D4;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#E0995E;}
|
||||
.st4{fill:#FFFFFF;}
|
||||
.st5{fill:#E0E0D1;}
|
||||
.st6{fill:#4F5D73;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M48,14H16c-2.2,0-4,1.8-4,4v5.5V50c0,2.2,1.8,4,4,4h32c2.2,0,4-1.8,4-4V23.5V18C52,15.8,50.2,14,48,14z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M48,12H16c-2.2,0-4,1.8-4,4v5.5V48c0,2.2,1.8,4,4,4h32c2.2,0,4-1.8,4-4V21.5V16C52,13.8,50.2,12,48,12z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<rect x="16" y="18" class="st2" width="32" height="32"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="16" y="16" class="st4" width="32" height="32"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="22" y="24" class="st5" width="20" height="2"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="22" y="28" class="st5" width="20" height="2"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="22" y="32" class="st5" width="20" height="2"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="22" y="36" class="st5" width="20" height="2"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="22" y="40" class="st5" width="20" height="2"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M37,12H27h-3v3v1v1c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-1v-1v-3H37z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st6" d="M37,10H27h-3v3v1v1c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-1v-1v-3H37z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.8 KiB |
|
@ -0,0 +1,84 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="contacts.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(36,22.0152)"><path
|
||||
d="m 0,0 c -3.314,0 -6,-0.285 -6,2.725 0,3.011 2.686,7.268 6,7.268 3.314,0 6,-4.257 6,-7.268 C 6,-0.285 3.314,0 0,0 m 0,18.985 c 2.209,0 4,-1.791 4,-4 0,-2.209 -1.791,-4 -4,-4 -2.209,0 -4,1.791 -4,4 0,2.209 1.791,4 4,4 m 13,6 c -0.366,0 -0.705,-0.106 -1,-0.278 v 1.278 c 0,2.209 -1.791,4 -4,4 h -19 v -40 H 8 c 2.209,0 4,1.791 4,4 v 6.277 c 0.295,-0.172 0.634,-0.277 1,-0.277 1.105,0 2,0.895 2,2 v 3 c 0,1.104 -0.895,2 -2,2 -0.366,0 -0.705,-0.106 -1,-0.278 v 2.555 c 0.295,-0.172 0.634,-0.277 1,-0.277 1.105,0 2,0.895 2,2 v 3 c 0,1.104 -0.895,2 -2,2 -0.366,0 -0.705,-0.106 -1,-0.278 v 2.555 c 0.295,-0.172 0.634,-0.277 1,-0.277 1.105,0 2,0.895 2,2 v 3 c 0,1.104 -0.895,2 -2,2"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(16,48)"><path
|
||||
d="m 0,0 v -2 h -1 c -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 h 1 v -4 h -1 c -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 h 1 v -4 h -1 c -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 h 1 v -4 h -1 c -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 h 1 v -2 c 0,-2.209 1.791,-4 4,-4 H 6 V 4 H 4 C 1.791,4 0,2.209 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(51,42)"><path
|
||||
d="m 0,0 c 0,-1.105 -0.895,-2 -2,-2 -0.366,0 -0.705,0.106 -1,0.277 v -2.554 c 0.295,0.171 0.634,0.277 1,0.277 1.105,0 2,-0.895 2,-2 v -3 c 0,-1.105 -0.895,-2 -2,-2 -0.366,0 -0.705,0.106 -1,0.277 v -2.554 c 0.295,0.171 0.634,0.277 1,0.277 1.105,0 2,-0.895 2,-2 v -3 c 0,-1.105 -0.895,-2 -2,-2 -0.366,0 -0.705,0.106 -1,0.277 V -26 c 0,-2.209 -1.791,-4 -4,-4 h -19 v 40 h 19 c 2.209,0 4,-1.791 4,-4 V 4.723 C -2.705,4.894 -2.366,5 -2,5 -0.895,5 0,4.105 0,3 Z m -29,-30 h -2 c -2.209,0 -4,1.791 -4,4 v 2 h -1 c -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 h 1 v 4 h -1 c -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 h 1 v 4 h -1 c -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 h 1 v 4 h -1 c -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 h 1 v 2 c 0,2.209 1.791,4 4,4 h 2 z m 10,52 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(36,33)"><path
|
||||
d="M 0,0 C 2.209,0 4,1.791 4,4 4,6.209 2.209,8 0,8 -2.209,8 -4,6.209 -4,4 -4,1.791 -2.209,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g36"
|
||||
transform="translate(36,32.008)"><path
|
||||
d="m 0,0 c -3.314,0 -6,-4.257 -6,-7.268 0,-3.01 2.686,-2.725 6,-2.725 3.314,0 6,-0.285 6,2.725 C 6,-4.257 3.314,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 5.1 KiB |
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#C75C5C;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#77B3D4;}
|
||||
.st4{fill:#FFFFFF;}
|
||||
.st5{fill:#76C2AF;}
|
||||
.st6{fill:#E0995E;}
|
||||
.st7{fill:#4F5D73;}
|
||||
.st8{fill:#E0E0D1;}
|
||||
.st9{fill:#F5CF87;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M49,26c-1.1,0-2-0.9-2-2v-3c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2v3C51,25.1,50.1,26,49,26L49,26z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M49,35c-1.1,0-2-0.9-2-2v-3c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2v3C51,34.1,50.1,35,49,35L49,35z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M49,44c-1.1,0-2-0.9-2-2v-3c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2v3C51,43.1,50.1,44,49,44L49,44z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M49,24c-1.1,0-2-0.9-2-2v-3c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2v3C51,23.1,50.1,24,49,24L49,24z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M49,33c-1.1,0-2-0.9-2-2v-3c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2v3C51,32.1,50.1,33,49,33L49,33z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st5" d="M49,42c-1.1,0-2-0.9-2-2v-3c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2v3C51,41.1,50.1,42,49,42L49,42z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M49,50c0,2.2-1.8,4-4,4H21c-2.2,0-4-1.8-4-4V18c0-2.2,1.8-4,4-4h24c2.2,0,4,1.8,4,4V50z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st6" d="M48,48c0,2.2-1.8,4-4,4H20c-2.2,0-4-1.8-4-4V16c0-2.2,1.8-4,4-4h24c2.2,0,4,1.8,4,4V48z"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="22" y="12" class="st7" width="3" height="40"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M20,22c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h3C19.1,20,20,20.9,20,22L20,22z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st2" d="M20,30c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h3C19.1,28,20,28.9,20,30L20,30z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st2" d="M20,38c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h3C19.1,36,20,36.9,20,38L20,38z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st2" d="M20,46c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h3C19.1,44,20,44.9,20,46L20,46z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st8" d="M20,20c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h3C19.1,18,20,18.9,20,20L20,20z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st8" d="M20,28c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h3C19.1,26,20,26.9,20,28L20,28z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st8" d="M20,36c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h3C19.1,34,20,34.9,20,36L20,36z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st8" d="M20,44c0,1.1-0.9,2-2,2h-3c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2h3C19.1,42,20,42.9,20,44L20,44z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st9" cx="36" cy="27" r="4"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st9" d="M42,39.3c0,3-2.7,2.7-6,2.7s-6,0.3-6-2.7c0-3,2.7-7.3,6-7.3S42,36.2,42,39.3z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
|
@ -0,0 +1,90 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="creditcard.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="43.389832"
|
||||
inkscape:cy="41.22034"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(30,25)"><path
|
||||
d="m 0,0 c 1.105,0 2,-0.895 2,-2 0,-1.105 -0.895,-2 -2,-2 -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 m 8,0 c 1.105,0 2,-0.895 2,-2 0,-1.105 -0.895,-2 -2,-2 -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 m 8,0 c 1.105,0 2,-0.895 2,-2 0,-1.105 -0.895,-2 -2,-2 -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 m -34,-4 c 0,-2.209 1.791,-4 4,-4 h 32 c 2.209,0 4,1.791 4,4 V 8 h -40 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(48,45)"><path
|
||||
d="m 0,0 h -32 c -2.209,0 -4,-1.791 -4,-4 V -6 H 4 v 2 C 4,-1.791 2.209,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(52,39)"><path
|
||||
d="m 0,0 h -40 v 2 c 0,2.209 1.791,4 4,4 H -4 C -1.791,6 0,4.209 0,2 Z m 0,-18 c 0,-2.209 -1.791,-4 -4,-4 h -32 c -2.209,0 -4,1.791 -4,4 V -6 H 0 Z m -20,43 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(38,21)"><path
|
||||
d="M 0,0 C 1.105,0 2,0.895 2,2 2,3.105 1.105,4 0,4 -1.105,4 -2,3.105 -2,2 -2,0.895 -1.105,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g36"
|
||||
transform="translate(46,21)"><path
|
||||
d="M 0,0 C 1.105,0 2,0.895 2,2 2,3.105 1.105,4 0,4 -1.105,4 -2,3.105 -2,2 -2,0.895 -1.105,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g40"
|
||||
transform="translate(30,21)"><path
|
||||
d="M 0,0 C 1.105,0 2,0.895 2,2 2,3.105 1.105,4 0,4 -1.105,4 -2,3.105 -2,2 -2,0.895 -1.105,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path42"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 4.3 KiB |
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#77B3D4;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#FFFFFF;}
|
||||
.st4{fill:#4F5D73;}
|
||||
.st5{fill:#E0995E;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M52,45c0,2.2-1.8,4-4,4H16c-2.2,0-4-1.8-4-4V25c0-2.2,1.8-4,4-4h32c2.2,0,4,1.8,4,4V45z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M52,43c0,2.2-1.8,4-4,4H16c-2.2,0-4-1.8-4-4V23c0-2.2,1.8-4,4-4h32c2.2,0,4,1.8,4,4V43z"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="12" y="25" class="st4" width="40" height="6"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st5" cx="38" cy="41" r="2"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st5" cx="46" cy="41" r="2"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st5" cx="30" cy="41" r="2"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,84 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="cruise.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons_2"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(40.7226,33)"><path
|
||||
d="m 0,0 h -3.445 c -0.172,0.295 -0.278,0.634 -0.278,1 0,1.105 0.896,2 2,2 1.105,0 2,-0.895 2,-2 C 0.277,0.634 0.172,0.295 0,0 m -8,0 h -3.445 c -0.172,0.295 -0.278,0.634 -0.278,1 0,1.105 0.896,2 2,2 1.105,0 2,-0.895 2,-2 0,-0.366 -0.105,-0.705 -0.277,-1 m -8,0 h -3.445 c -0.172,0.295 -0.278,0.634 -0.278,1 0,1.105 0.896,2 2,2 1.105,0 2,-0.895 2,-2 0,-0.366 -0.105,-0.705 -0.277,-1 M 4.086,5.588 C 3.898,5.847 3.597,6 3.277,6 h -4.568 l -3.046,4.556 C -4.523,10.833 -4.834,11 -5.168,11 h -14.704 c -0.507,0 -0.933,-0.378 -0.993,-0.881 L -21.36,6 h -3.363 C -25.206,6 -25.62,5.654 -25.706,5.179 L -26.648,0 h -4.075 c -0.552,0 -1,-0.448 -1,-1 0,-4.062 1.015,-6.963 1.041,-7.032 C -29.221,-13 -26.069,-13 -24.723,-13 h 26.8 c 9.582,0 13.953,11.168 14.134,11.644 0.118,0.307 0.077,0.652 -0.11,0.923 C 15.914,-0.162 15.607,0 15.277,0 H 8.15 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(56.8237,32.5674)"><path
|
||||
d="m 0,0 c 0.187,-0.271 0.228,-0.617 0.11,-0.924 -0.181,-0.475 -4.552,-11.643 -14.134,-11.643 h -26.8 c -1.346,0 -4.498,0 -5.959,4.967 -0.026,0.069 -1.041,2.971 -1.041,7.033 0,0.552 0.448,1 1,1 h 4.075 l 0.941,5.178 c 0.087,0.476 0.501,0.822 0.984,0.822 h 3.363 l 0.495,4.119 c 0.06,0.503 0.486,0.881 0.992,0.881 h 14.704 c 0.334,0 0.646,-0.167 0.832,-0.445 l 3.046,-4.555 h 4.568 c 0.32,0 0.621,-0.154 0.809,-0.412 l 4.064,-5.588 h 7.127 C -0.495,0.433 -0.187,0.271 0,0 m -24.824,31.245 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(23,36)"><path
|
||||
d="m 0,0 c -1.105,0 -2,-0.895 -2,-2 0,-0.366 0.106,-0.705 0.277,-1 H 1.723 C 1.894,-2.705 2,-2.366 2,-2 2,-0.895 1.105,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(31,36)"><path
|
||||
d="m 0,0 c -1.105,0 -2,-0.895 -2,-2 0,-0.366 0.106,-0.705 0.277,-1 H 1.723 C 1.894,-2.705 2,-2.366 2,-2 2,-0.895 1.105,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g36"
|
||||
transform="translate(39,36)"><path
|
||||
d="m 0,0 c -1.105,0 -2,-0.895 -2,-2 0,-0.366 0.106,-0.705 0.277,-1 H 1.723 C 1.894,-2.705 2,-2.366 2,-2 2,-0.895 1.105,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 4.9 KiB |
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;fill:#2B3544;}
|
||||
.st1{fill:#4F5D73;}
|
||||
.st2{opacity:0.2;fill:#231F20;}
|
||||
.st3{fill:#E0E0D1;stroke:#E0E0D1;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
.st4{fill:#77B3D4;}
|
||||
.st5{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<rect x="-55" y="-1681" class="st0" width="608" height="1984"/>
|
||||
<circle class="st1" cx="32" cy="32.2" r="32"/>
|
||||
<path class="st2" d="M56.8,33.4C56.6,33.2,56.3,33,56,33h-7.1l-4.1-5.6C44.6,27.2,44.3,27,44,27h-4.6l-3-4.6
|
||||
c-0.2-0.3-0.5-0.4-0.8-0.4H20.9c-0.5,0-0.9,0.4-1,0.9L19.4,27H16c-0.5,0-0.9,0.3-1,0.8L14.1,33H10c-0.6,0-1,0.4-1,1c0,4.1,1,7,1,7
|
||||
c1.5,5,4.6,5,6,5h26.8c9.6,0,14-11.2,14.1-11.6C57.1,34,57,33.7,56.8,33.4z"/>
|
||||
<polygon class="st3" points="39.9,27.6 20.1,27.6 20.9,21 35.6,21 "/>
|
||||
<polygon class="st3" points="52,37 14,37 16,26 44,26 "/>
|
||||
<circle class="st4" cx="23" cy="30" r="2"/>
|
||||
<circle class="st4" cx="31" cy="30" r="2"/>
|
||||
<circle class="st4" cx="39" cy="30" r="2"/>
|
||||
<path class="st5" d="M16,43c0,0,17.8,0,26.8,0S56,32,56,32H10c0,3.9,1,6.8,1,6.8C12.2,43,14.7,43,16,43z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1,78 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="dev.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="43.389832"
|
||||
inkscape:cy="41.22034"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(39.2144,50.8682)"><path
|
||||
d="m 0,0 c -1.032,0.396 -2.188,-0.123 -2.583,-1.154 l -13,-34 c -0.394,-1.032 0.123,-2.188 1.154,-2.582 0.235,-0.09 0.477,-0.133 0.714,-0.133 0.805,0 1.564,0.49 1.869,1.287 l 13,34 C 1.548,-1.551 1.032,-0.395 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(54.1396,35.1484)"><path
|
||||
d="m 0,0 -10.631,6.554 c -0.941,0.581 -2.172,0.288 -2.752,-0.653 -0.579,-0.94 -0.287,-2.172 0.654,-2.752 l 10.122,-6.241 c 0.01,-0.037 0.01,-0.076 0,-0.113 l -10.122,-6.241 c -0.941,-0.579 -1.233,-1.812 -0.654,-2.752 0.378,-0.614 1.034,-0.95 1.705,-0.95 0.358,0 0.72,0.095 1.047,0.297 L 0,-6.297 0.166,-6.132 c 1.644,1.646 1.644,4.321 0,5.967 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(22.5898,25.7021)"><path
|
||||
d="m 0,0 -10.123,6.241 c -0.01,0.037 -0.01,0.076 0,0.113 L 0,12.596 c 0.94,0.579 1.233,1.811 0.653,2.752 -0.579,0.94 -1.813,1.233 -2.752,0.652 l -10.63,-6.554 -0.166,-0.165 c -1.644,-1.645 -1.644,-4.321 0,-5.967 l 0.166,-0.165 10.63,-6.553 c 0.328,-0.202 0.69,-0.298 1.048,-0.298 0.671,0 1.326,0.337 1.704,0.95 C 1.233,-1.812 0.94,-0.579 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(54.3052,29.0166)"><path
|
||||
d="m 0,0 -0.166,-0.165 -10.63,-6.554 c -0.327,-0.202 -0.69,-0.298 -1.048,-0.298 -0.671,0 -1.326,0.337 -1.704,0.951 -0.58,0.94 -0.287,2.172 0.653,2.752 l 10.123,6.241 c 0.01,0.037 0.01,0.076 0,0.113 l -10.123,6.241 c -0.94,0.579 -1.233,1.812 -0.653,2.752 0.58,0.941 1.811,1.234 2.752,0.653 L -0.166,6.132 0,5.967 C 1.644,4.321 1.644,1.646 0,0 m -26.937,-14.73 c -0.305,-0.797 -1.063,-1.288 -1.869,-1.288 -0.237,0 -0.479,0.043 -0.714,0.133 -1.031,0.395 -1.548,1.551 -1.153,2.582 l 13,34 c 0.394,1.032 1.55,1.55 2.582,1.155 1.032,-0.395 1.549,-1.551 1.154,-2.582 z m -5.83,7.713 c -0.358,0 -0.72,0.096 -1.047,0.298 L -44.445,-0.165 -44.61,0 c -1.644,1.646 -1.644,4.321 0,5.967 l 0.165,0.165 10.631,6.554 c 0.939,0.581 2.173,0.288 2.752,-0.653 0.58,-0.94 0.287,-2.173 -0.653,-2.752 L -41.838,3.04 c -0.01,-0.037 -0.01,-0.076 0,-0.113 l 10.123,-6.241 c 0.94,-0.58 1.233,-1.812 0.653,-2.752 -0.378,-0.614 -1.034,-0.951 -1.705,-0.951 m 10.462,42 c -17.673,0 -32,-14.326 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.674 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 4.8 KiB |
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#76C2AF;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<g>
|
||||
<path class="st2" d="M42.5,44c-0.7,0-1.3-0.3-1.7-1c-0.6-0.9-0.3-2.2,0.7-2.8l10.1-6.2c0,0,0,0,0-0.1s0,0,0-0.1l-10.1-6.2
|
||||
c-0.9-0.6-1.2-1.8-0.7-2.8c0.6-0.9,1.8-1.2,2.8-0.7l10.6,6.6l0.2,0.2c0.8,0.8,1.2,1.9,1.2,3c0,1.1-0.4,2.2-1.2,3l-0.2,0.2
|
||||
l-10.6,6.6C43.2,43.9,42.8,44,42.5,44z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st2" d="M21.5,44c-0.4,0-0.7-0.1-1-0.3L9.9,37.1L9.7,37c-0.8-0.8-1.2-1.9-1.2-3c0-1.1,0.4-2.2,1.2-3l0.2-0.2
|
||||
l10.6-6.6c0.9-0.6,2.2-0.3,2.8,0.7c0.6,0.9,0.3,2.2-0.7,2.8l-10.1,6.2c0,0,0,0,0,0.1s0,0,0,0.1l10.1,6.2
|
||||
c0.9,0.6,1.2,1.8,0.7,2.8C22.9,43.7,22.2,44,21.5,44z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M25.5,53c-0.2,0-0.5,0-0.7-0.1c-1-0.4-1.5-1.6-1.2-2.6l13-34c0.4-1,1.6-1.5,2.6-1.2c1,0.4,1.5,1.6,1.2,2.6
|
||||
l-13,34C27.1,52.5,26.3,53,25.5,53z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st3" d="M42.5,42c-0.7,0-1.3-0.3-1.7-1c-0.6-0.9-0.3-2.2,0.7-2.8l10.1-6.2c0,0,0-0.1,0-0.1l-10.1-6.2
|
||||
c-0.9-0.6-1.2-1.8-0.7-2.8c0.6-0.9,1.8-1.2,2.8-0.7l10.6,6.6l0.2,0.2c1.6,1.6,1.6,4.3,0,6l-0.2,0.2l-10.6,6.6
|
||||
C43.2,41.9,42.8,42,42.5,42z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M21.5,42c-0.4,0-0.7-0.1-1-0.3L9.9,35.1L9.7,35c-1.6-1.6-1.6-4.3,0-6l0.2-0.2l10.6-6.6
|
||||
c0.9-0.6,2.2-0.3,2.8,0.7c0.6,0.9,0.3,2.2-0.7,2.8l-10.1,6.2c0,0,0,0.1,0,0.1l10.1,6.2c0.9,0.6,1.2,1.8,0.7,2.8
|
||||
C22.9,41.7,22.2,42,21.5,42z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M25.5,51c-0.2,0-0.5,0-0.7-0.1c-1-0.4-1.5-1.6-1.2-2.6l13-34c0.4-1,1.6-1.5,2.6-1.2c1,0.4,1.5,1.6,1.2,2.6
|
||||
l-13,34C27.1,50.5,26.3,51,25.5,51z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
|
@ -0,0 +1,90 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="document.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><path
|
||||
d="M 42,35 H 22 v 2 h 20 z m 0,-5 H 22 v 2 h 20 z m 0,-5 H 22 v 2 h 20 z m 0,-5 H 22 v 2 H 42 Z M 22,42 h 9.625 V 40 H 22 Z m 13,1.667 V 52 H 19 c -1.657,0 -3,-1.343 -3,-3 V 15 c 0,-1.657 1.343,-3 3,-3 h 26 c 1.657,0 3,1.343 3,3 V 39 H 39.667 C 37.093,39 35,41.093 35,43.667"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path20"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g22"
|
||||
transform="translate(37,43.6665)"><path
|
||||
d="m 0,0 c 0,-1.47 1.196,-2.667 2.667,-2.667 h 8.585 L 0,8.586 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path24"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g26"
|
||||
transform="translate(39.6665,41)"><path
|
||||
d="m 0,0 c -1.47,0 -2.667,1.196 -2.667,2.667 v 8.585 L 8.586,0 Z m 8.333,-26 c 0,-1.657 -1.343,-3 -3,-3 h -26 c -1.656,0 -3,1.343 -3,3 V 8 c 0,1.657 1.344,3 3,3 h 16 V 2.667 C -4.667,0.093 -2.573,-2 0,-2 h 8.333 z m -16,49 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.674,0 32,14.327 32,32 0,17.673 -14.326,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path28"
|
||||
inkscape:connector-curvature="0" /></g><path
|
||||
d="M 31.625,42 H 22 v -2 h 9.625 z"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="m 22,30 h 20 v 2 H 22 Z"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path32"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="m 22,35 h 20 v 2 H 22 Z"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="m 22,25 h 20 v 2 H 22 Z"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path36"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="m 22,20 h 20 v 2 H 22 Z"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g></g></g></svg>
|
After Width: | Height: | Size: 4.2 KiB |
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#E0995E;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#E0E0D1;}
|
||||
.st4{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M36,23v-9H19c-1.7,0-3,1.3-3,3v34c0,1.7,1.3,3,3,3h26c1.7,0,3-1.3,3-3V26h-9C37.3,26,36,24.7,36,23z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M36,21v-9H19c-1.7,0-3,1.3-3,3v34c0,1.7,1.3,3,3,3h26c1.7,0,3-1.3,3-3V24h-9C37.3,24,36,22.7,36,21z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<polygon class="st2" points="37,23.3 48,33 48,24 "/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M36,12v9c0,1.7,1.3,3,3,3h9L36,12z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<rect x="22" y="22" class="st2" width="9.6" height="2"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<rect x="22" y="32" class="st2" width="20" height="2"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<rect x="22" y="27" class="st2" width="20" height="2"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<rect x="22" y="37" class="st2" width="20" height="2"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<rect x="22" y="42" class="st2" width="20" height="2"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1,72 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="email.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(32,24.6171)"><path
|
||||
d="m 0,0 c -4.071,0 -7.383,3.312 -7.383,7.383 0,4.071 3.312,7.383 7.383,7.383 4.071,0 7.383,-3.312 7.383,-7.383 C 7.383,3.312 4.071,0 0,0 m 0,29.383 c -12.131,0 -22,-9.869 -22,-22 0,-12.131 9.869,-22 22,-22 3.499,0 6.982,0.843 10.072,2.436 0.982,0.506 1.367,1.713 0.861,2.695 -0.507,0.982 -1.715,1.368 -2.695,0.86 C 5.677,-9.947 2.905,-10.617 0,-10.617 c -9.925,0 -18,8.075 -18,18 0,9.925 8.075,18 18,18 9.925,0 18,-8.075 18,-18 C 18,4.342 17.248,1.401 15.812,-1.229 14.058,0.157 11.417,2.967 11.417,7.3 v 8.789 c 0,1.104 -0.896,2 -2,2 -1.105,0 -2,-0.896 -2,-2 V 16.006 C 5.424,17.722 2.836,18.766 0,18.766 -6.287,18.766 -11.383,13.67 -11.383,7.383 -11.383,1.096 -6.287,-4 0,-4 c 3.734,0 7.039,1.807 9.114,4.585 2.304,-4.246 6.165,-6.284 6.397,-6.402 0.888,-0.455 1.98,-0.185 2.551,0.636 C 20.639,-1.483 22,2.861 22,7.383 c 0,12.131 -9.869,22 -22,22"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(50.0625,19.4365)"><path
|
||||
d="m 0,0 c -0.571,-0.821 -1.663,-1.092 -2.552,-0.637 -0.231,0.118 -4.092,2.157 -6.396,6.402 -2.076,-2.778 -5.38,-4.584 -9.114,-4.584 -6.287,0 -11.383,5.096 -11.383,11.382 0,6.287 5.096,11.383 11.383,11.383 2.836,0 5.424,-1.043 7.417,-2.759 v 0.083 c 0,1.104 0.895,2 2,2 1.104,0 2,-0.896 2,-2 v -8.79 c 0,-4.333 2.64,-7.142 4.394,-8.529 1.437,2.63 2.189,5.571 2.189,8.612 0,9.925 -8.076,18 -18,18 -9.925,0 -18,-8.075 -18,-18 0,-9.924 8.075,-18 18,-18 2.905,0 5.676,0.67 8.238,1.992 0.979,0.507 2.187,0.122 2.694,-0.861 0.507,-0.981 0.121,-2.188 -0.86,-2.694 -3.09,-1.594 -6.573,-2.437 -10.072,-2.437 -12.131,0 -22,9.87 -22,22 0,12.131 9.869,22 22,22 12.13,0 22,-9.869 22,-22 C 3.938,8.042 2.576,3.697 0,0 m -18.062,44.563 c -17.674,0 -32,-14.326 -32,-32 0,-17.673 14.326,-32 32,-32 17.673,0 32,14.327 32,32 0,17.674 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(32,39.3829)"><path
|
||||
d="m 0,0 c -4.071,0 -7.383,-3.312 -7.383,-7.383 0,-4.071 3.312,-7.383 7.383,-7.383 4.071,0 7.383,3.312 7.383,7.383 C 7.383,-3.312 4.071,0 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 4.4 KiB |
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#77B3D4;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M32,12c-12.1,0-22,9.9-22,22s9.9,22,22,22c3.5,0,7-0.8,10.1-2.4c1-0.5,1.4-1.7,0.9-2.7s-1.7-1.4-2.7-0.9
|
||||
c-2.6,1.3-5.3,2-8.2,2c-9.9,0-18-8.1-18-18s8.1-18,18-18s18,8.1,18,18c0,3-0.8,6-2.2,8.6c-1.8-1.4-4.4-4.2-4.4-8.5v-8.8
|
||||
c0-1.1-0.9-2-2-2s-2,0.9-2,2v0.1c-2-1.7-4.6-2.8-7.4-2.8c-6.3,0-11.4,5.1-11.4,11.4S25.7,45.4,32,45.4c3.7,0,7-1.8,9.1-4.6
|
||||
c2.3,4.2,6.2,6.3,6.4,6.4c0.9,0.5,2,0.2,2.6-0.6c2.6-3.7,3.9-8,3.9-12.6C54,21.9,44.1,12,32,12z M32,41.4c-4.1,0-7.4-3.3-7.4-7.4
|
||||
c0-4.1,3.3-7.4,7.4-7.4s7.4,3.3,7.4,7.4C39.4,38.1,36.1,41.4,32,41.4z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M32,54c-12.1,0-22-9.9-22-22s9.9-22,22-22s22,9.9,22,22c0,4.5-1.4,8.9-3.9,12.6c-0.6,0.8-1.7,1.1-2.6,0.6
|
||||
c-0.3-0.2-8.1-4.2-8.1-13.1v-8.8c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2v8.8c0,4.3,2.6,7.1,4.4,8.5C49.2,38,50,35,50,32
|
||||
c0-9.9-8.1-18-18-18s-18,8.1-18,18s8.1,18,18,18c2.9,0,5.7-0.7,8.2-2c1-0.5,2.2-0.1,2.7,0.9c0.5,1,0.1,2.2-0.9,2.7
|
||||
C39,53.2,35.5,54,32,54z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M32,24.6c4.1,0,7.4,3.3,7.4,7.4s-3.3,7.4-7.4,7.4s-7.4-3.3-7.4-7.4S27.9,24.6,32,24.6 M32,20.6
|
||||
c-6.3,0-11.4,5.1-11.4,11.4S25.7,43.4,32,43.4S43.4,38.3,43.4,32S38.3,20.6,32,20.6L32,20.6z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -0,0 +1,162 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="global.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(52.924,33.5)"><path
|
||||
d="m 0,0 h -7.453 c -0.097,2.784 -0.458,5.44 -1.044,7.888 1.836,0.594 3.55,1.314 5.092,2.164 C -1.471,7.128 -0.263,3.694 0,0 m -3.474,-13.166 c -1.533,0.839 -3.239,1.548 -5.059,2.136 0.606,2.487 0.981,5.192 1.08,8.03 L 0,-3 c -0.266,-3.741 -1.498,-7.219 -3.474,-10.166 m -9.537,-7.774 c 1.464,1.887 2.708,4.279 3.647,7.039 1.429,-0.468 2.767,-1.022 3.993,-1.66 -2.1,-2.321 -4.698,-4.177 -7.64,-5.379 m -6.413,-1.293 v 10.037 c 2.488,-0.09 4.894,-0.401 7.151,-0.914 -0.487,-1.395 -1.054,-2.707 -1.72,-3.89 -1.564,-2.781 -3.484,-4.598 -5.431,-5.233 m 0,19.233 h 8.96 c -0.094,-2.531 -0.417,-4.969 -0.962,-7.234 -2.529,0.589 -5.222,0.942 -7.998,1.037 z m 0,9.047 c 2.789,0.095 5.495,0.45 8.036,1.044 0.524,-2.224 0.832,-4.614 0.924,-7.091 h -8.96 z m 0,13.186 c 1.947,-0.635 3.867,-2.452 5.431,-5.233 0.688,-1.223 1.271,-2.583 1.767,-4.031 -2.27,-0.519 -4.693,-0.833 -7.198,-0.923 z m 14.151,-6.78 c -1.239,-0.651 -2.596,-1.215 -4.046,-1.691 -0.944,2.818 -2.204,5.26 -3.692,7.178 2.987,-1.22 5.621,-3.116 7.738,-5.487 M -22.424,9.046 c -2.505,0.09 -4.928,0.405 -7.198,0.923 0.496,1.448 1.079,2.808 1.767,4.031 1.564,2.781 3.484,4.598 5.431,5.233 z m 0,-9.046 h -8.96 c 0.092,2.477 0.4,4.867 0.924,7.091 2.54,-0.594 5.247,-0.949 8.036,-1.044 z m 0,-9.196 c -2.776,-0.094 -5.469,-0.445 -8,-1.033 -0.544,2.263 -0.866,4.7 -0.96,7.229 h 8.96 z m 0,-13.037 c -1.947,0.635 -3.867,2.452 -5.431,5.233 -0.666,1.184 -1.234,2.498 -1.722,3.894 2.258,0.512 4.665,0.822 7.153,0.911 z m -14.059,6.679 c 1.227,0.637 2.566,1.192 3.998,1.658 0.939,-2.762 2.183,-5.156 3.648,-7.044 -2.945,1.203 -5.545,3.062 -7.646,5.386 m -1.896,2.397 c -1.974,2.946 -3.203,6.419 -3.469,10.157 h 7.453 c 0.098,-2.836 0.473,-5.538 1.078,-8.023 -1.821,-0.588 -3.528,-1.295 -5.062,-2.134 m -0.064,23.209 c 1.541,-0.85 3.257,-1.569 5.092,-2.164 C -33.937,5.441 -34.298,2.784 -34.395,0 h -7.453 c 0.263,3.694 1.471,7.128 3.405,10.052 m 9.606,7.888 c -1.488,-1.918 -2.747,-4.36 -3.692,-7.178 -1.449,0.476 -2.807,1.041 -4.046,1.691 2.117,2.372 4.751,4.267 7.738,5.487 m 9.413,4.509 V 22.5 h -3 V 22.449 C -34.483,21.704 -44.128,12.059 -44.873,0 h -0.051 v -3 h 0.051 c 0.745,-12.059 10.39,-21.704 22.449,-22.449 V -25.5 h 3 v 0.051 C -7.365,-24.704 2.28,-15.059 3.025,-3 H 3.076 V 0 H 3.025 C 2.28,12.059 -7.365,21.704 -19.424,22.449"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(19.5726,41.3878)"><path
|
||||
d="M 0,0 C -1.835,0.595 -3.55,1.314 -5.091,2.164 -7.026,-0.759 -8.234,-4.193 -8.497,-7.888 h 7.453 C -0.947,-5.104 -0.586,-2.447 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(24.0873,51.4401)"><path
|
||||
d="m 0,0 c -2.987,-1.221 -5.621,-3.115 -7.738,-5.487 1.239,-0.651 2.596,-1.215 4.046,-1.691 C -2.748,-4.36 -1.488,-1.918 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(56,33.5)"><path
|
||||
d="M 0,0 V -3 H -0.051 C -0.796,-15.059 -10.441,-24.704 -22.5,-25.449 V -25.5 h -3 v 0.051 C -37.559,-24.704 -47.204,-15.059 -47.949,-3 H -48 v 3 h 0.051 c 0.745,12.059 10.39,21.704 22.449,22.449 V 22.5 h 3 V 22.449 C -10.441,21.704 -0.796,12.059 -0.051,0 Z m -24,30.5 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g36"
|
||||
transform="translate(44.3914,22.4705)"><path
|
||||
d="M 0,0 C 1.82,-0.588 3.526,-1.297 5.058,-2.136 7.035,0.811 8.266,4.288 8.533,8.03 H 1.08 C 0.981,5.191 0.606,2.487 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g40"
|
||||
transform="translate(18.5289,30.5)"><path
|
||||
d="m 0,0 h -7.453 c 0.266,-3.738 1.496,-7.211 3.469,-10.157 1.534,0.839 3.241,1.546 5.062,2.134 C 0.473,-5.538 0.099,-2.836 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path42"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g44"
|
||||
transform="translate(39.9127,12.5599)"><path
|
||||
d="M 0,0 C 2.942,1.202 5.54,3.059 7.64,5.379 6.414,6.017 5.077,6.572 3.647,7.039 2.708,4.279 1.464,1.887 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path46"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g48"
|
||||
transform="translate(16.4408,17.9464)"><path
|
||||
d="M 0,0 C 2.101,-2.324 4.702,-4.183 7.647,-5.386 6.182,-3.499 4.937,-1.104 3.998,1.658 2.567,1.191 1.227,0.637 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path50"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g52"
|
||||
transform="translate(47.6509,45.9528)"><path
|
||||
d="M 0,0 C -2.117,2.372 -4.751,4.267 -7.738,5.487 -6.25,3.569 -4.99,1.127 -4.046,-1.691 -2.596,-1.215 -1.239,-0.651 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path54"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g56"
|
||||
transform="translate(42.4597,30.5)"><path
|
||||
d="m 0,0 h -8.96 v -6.197 c 2.776,-0.095 5.469,-0.448 7.999,-1.037 C -0.416,-4.969 -0.093,-2.531 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path58"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g60"
|
||||
transform="translate(25.0688,47.4998)"><path
|
||||
d="M 0,0 C -0.687,-1.222 -1.27,-2.583 -1.767,-4.03 0.504,-4.549 2.926,-4.863 5.431,-4.954 V 5.233 C 3.484,4.598 1.564,2.781 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path62"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g64"
|
||||
transform="translate(21.5403,33.5)"><path
|
||||
d="M 0,0 H 8.96 V 6.047 C 6.17,6.142 3.464,6.497 0.924,7.091 0.399,4.867 0.091,2.477 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path66"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g68"
|
||||
transform="translate(38.9312,47.4998)"><path
|
||||
d="M 0,0 C -1.564,2.781 -3.484,4.598 -5.431,5.233 V -4.954 c 2.505,0.091 4.927,0.405 7.198,0.923 C 1.27,-2.583 0.688,-1.222 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path70"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g72"
|
||||
transform="translate(41.5361,40.5909)"><path
|
||||
d="m 0,0 c -2.541,-0.594 -5.247,-0.949 -8.036,-1.044 v -6.047 h 8.96 C 0.832,-4.614 0.524,-2.224 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path74"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g76"
|
||||
transform="translate(45.4711,33.5)"><path
|
||||
d="M 0,0 H 7.453 C 7.19,3.694 5.982,7.128 4.048,10.052 2.506,9.202 0.792,8.482 -1.044,7.888 -0.458,5.44 -0.097,2.784 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path78"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g80"
|
||||
transform="translate(25.0688,16.5002)"><path
|
||||
d="M 0,0 C 1.564,-2.781 3.484,-4.598 5.431,-5.233 V 4.805 C 2.943,4.716 0.536,4.406 -1.721,3.893 -1.234,2.497 -0.666,1.184 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path82"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g84"
|
||||
transform="translate(33.5,21.3044)"><path
|
||||
d="m 0,0 v -10.037 c 1.947,0.635 3.867,2.452 5.431,5.233 0.666,1.183 1.233,2.495 1.72,3.889 C 4.894,-0.402 2.488,-0.091 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path86"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g88"
|
||||
transform="translate(22.5004,23.2705)"><path
|
||||
d="M 0,0 C 2.53,0.588 5.224,0.94 8,1.034 V 7.229 H -0.96 C -0.867,4.7 -0.544,2.263 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path90"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 11 KiB |
|
@ -0,0 +1,57 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4F5D73;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M55.9,32.5c-0.7-12.1-10.4-21.7-22.4-22.4V10h-3v0.1C18.4,10.8,8.8,20.4,8.1,32.5H8v3h0.1
|
||||
c0.7,12.1,10.4,21.7,22.4,22.4V58h3v-0.1c12.1-0.7,21.7-10.4,22.4-22.4H56L55.9,32.5L55.9,32.5z M45.5,32.5
|
||||
c-0.1-2.8-0.5-5.4-1-7.9c1.8-0.6,3.5-1.3,5.1-2.2c1.9,2.9,3.1,6.4,3.4,10.1H45.5z M38.9,18.5c0.7,1.2,1.3,2.6,1.8,4
|
||||
c-2.3,0.5-4.7,0.8-7.2,0.9V13.3C35.4,13.9,37.4,15.7,38.9,18.5z M30.5,13.3v10.2c-2.5-0.1-4.9-0.4-7.2-0.9c0.5-1.4,1.1-2.8,1.8-4
|
||||
C26.6,15.7,28.6,13.9,30.5,13.3z M30.5,26.5v6h-9c0.1-2.5,0.4-4.9,0.9-7.1C25,26,27.7,26.4,30.5,26.5z M30.5,35.5v6.2
|
||||
c-2.8,0.1-5.5,0.4-8,1c-0.5-2.3-0.9-4.7-1-7.2H30.5z M30.5,44.7v10c-1.9-0.6-3.9-2.5-5.4-5.2c-0.7-1.2-1.2-2.5-1.7-3.9
|
||||
C25.6,45.1,28,44.8,30.5,44.7z M33.5,54.7v-10c2.5,0.1,4.9,0.4,7.2,0.9c-0.5,1.4-1.1,2.7-1.7,3.9C37.4,52.3,35.4,54.1,33.5,54.7z
|
||||
M33.5,41.7v-6.2h9c-0.1,2.5-0.4,5-1,7.2C39,42.1,36.3,41.8,33.5,41.7z M33.5,32.5v-6c2.8-0.1,5.5-0.5,8-1
|
||||
c0.5,2.2,0.8,4.6,0.9,7.1H33.5z M47.7,20c-1.2,0.7-2.6,1.2-4,1.7c-0.9-2.8-2.2-5.3-3.7-7.2C42.9,15.8,45.5,17.7,47.7,20z
|
||||
M24.1,14.6c-1.5,1.9-2.7,4.4-3.7,7.2c-1.4-0.5-2.8-1-4-1.7C18.5,17.7,21.1,15.8,24.1,14.6z M14.5,22.4c1.5,0.8,3.3,1.6,5.1,2.2
|
||||
c-0.6,2.4-0.9,5.1-1,7.9h-7.5C11.3,28.8,12.5,25.4,14.5,22.4z M18.5,35.5c0.1,2.8,0.5,5.5,1.1,8c-1.8,0.6-3.5,1.3-5.1,2.1
|
||||
c-2-2.9-3.2-6.4-3.5-10.2H18.5z M16.4,48.1c1.2-0.6,2.6-1.2,4-1.7c0.9,2.8,2.2,5.2,3.6,7C21.1,52.2,18.5,50.4,16.4,48.1z
|
||||
M39.9,53.4c1.5-1.9,2.7-4.3,3.6-7c1.4,0.5,2.8,1,4,1.7C45.5,50.4,42.9,52.2,39.9,53.4z M49.4,45.7c-1.5-0.8-3.2-1.5-5.1-2.1
|
||||
c0.6-2.5,1-5.2,1.1-8h7.5C52.7,39.2,51.4,42.7,49.4,45.7z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M32,11c11.6,0,21,9.4,21,21s-9.4,21-21,21s-21-9.4-21-21S20.4,11,32,11 M32,8C18.7,8,8,18.7,8,32
|
||||
s10.7,24,24,24s24-10.7,24-24S45.3,8,32,8L32,8z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M32,11c2.4,0,5,2,6.9,5.5c2.3,4.1,3.6,9.6,3.6,15.5s-1.3,11.4-3.6,15.5C37,51,34.4,53,32,53s-5-2-6.9-5.5
|
||||
c-2.3-4.1-3.6-9.6-3.6-15.5s1.3-11.4,3.6-15.5C27,13,29.6,11,32,11 M32,8c-7.5,0-13.5,10.7-13.5,24s6,24,13.5,24
|
||||
s13.5-10.7,13.5-24S39.5,8,32,8L32,8z"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="30.5" y="8" class="st3" width="3" height="48"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M32,24.5c-7.4,0-14.4-1.9-19.3-5.1l1.7-2.5c4.3,2.9,10.7,4.6,17.6,4.6c6.8,0,13.2-1.7,17.6-4.6l1.7,2.5
|
||||
C46.4,22.6,39.4,24.5,32,24.5z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M49.6,47.2c-4.3-2.9-10.7-4.6-17.6-4.6c-6.8,0-13.2,1.7-17.6,4.6l-1.7-2.5c4.8-3.2,11.8-5.1,19.3-5.1
|
||||
c7.4,0,14.4,1.9,19.3,5.1L49.6,47.2z"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="8" y="30.5" class="st3" width="48" height="3"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
|
@ -0,0 +1,84 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="mail.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(51.6514,42.833)"><path
|
||||
d="M 0,0 -0.102,-0.088 -14.459,-10.833 0,-21.666 c 0.075,-0.074 0.126,-0.143 0.192,-0.216 0.092,0.337 0.157,0.684 0.157,1.049 v 20 c 0,0.365 -0.065,0.712 -0.157,1.049 C 0.126,0.143 0.075,0.074 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(32,29.5752)"><path
|
||||
d="M 0,0 C -1.299,0 -2.52,0.421 -3.54,1.163 L -18.082,-9.721 c 0.552,-0.544 1.291,-0.854 2.082,-0.854 h 32 c 0.791,0 1.53,0.31 2.082,0.854 L 3.547,1.168 C 2.525,0.423 1.302,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(12.3486,42.833)"><path
|
||||
d="m 0,0 c -0.075,0.074 -0.126,0.143 -0.192,0.216 -0.092,-0.337 -0.157,-0.684 -0.157,-1.049 v -20 c 0,-0.365 0.065,-0.712 0.157,-1.049 0.066,0.073 0.117,0.142 0.192,0.216 l 0.102,0.088 14.357,10.745 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(32,31.5752)"><path
|
||||
d="M 0,0 C 1.071,0 2.074,0.404 2.823,1.139 L 2.924,1.226 18.082,12.57 C 17.53,13.114 16.791,13.425 16,13.425 h -32 c -0.791,0 -1.53,-0.311 -2.082,-0.855 L -2.823,1.139 C -2.074,0.404 -1.071,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g36"
|
||||
transform="translate(52,22)"><path
|
||||
d="m 0,0 c 0,-0.365 -0.065,-0.712 -0.156,-1.049 -0.067,0.073 -0.118,0.142 -0.193,0.216 L -14.808,10 -0.45,20.745 l 0.101,0.088 c 0.075,0.074 0.126,0.143 0.193,0.216 C -0.065,20.712 0,20.365 0,20 Z m -4,-3 h -32 c -0.791,0 -1.53,0.311 -2.082,0.854 L -23.54,8.738 c 1.02,-0.742 2.241,-1.163 3.54,-1.163 1.302,0 2.525,0.423 3.547,1.169 L -1.918,-2.146 C -2.47,-2.689 -3.209,-3 -4,-3 m -35.651,2.167 c -0.075,-0.074 -0.126,-0.143 -0.193,-0.216 C -39.935,-0.712 -40,-0.365 -40,0 v 20 c 0,0.365 0.065,0.712 0.156,1.049 0.067,-0.073 0.118,-0.142 0.193,-0.216 L -25.192,10 -39.55,-0.745 Z M -36,23 h 32 c 0.791,0 1.53,-0.311 2.082,-0.854 L -17.076,10.801 -17.177,10.714 C -17.926,9.979 -18.929,9.575 -20,9.575 c -1.071,0 -2.074,0.404 -2.823,1.139 L -38.082,22.146 C -37.53,22.689 -36.791,23 -36,23 m 16,19 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 4.8 KiB |
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#77B3D4;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#E0E0D1;}
|
||||
.st4{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M52,44c0,2.2-1.8,4-4,4H16c-2.2,0-4-1.8-4-4V24c0-2.2,1.8-4,4-4h32c2.2,0,4,1.8,4,4V44z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M52,42c0,2.2-1.8,4-4,4H16c-2.2,0-4-1.8-4-4V22c0-2.2,1.8-4,4-4h32c2.2,0,4,1.8,4,4V42z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M35.5,30.2c-1.9-2.1-5.1-2.1-7,0L13,43.2c-0.2,0.2-0.3,0.4-0.5,0.6c0.7,1.3,2,2.2,3.4,2.2h32
|
||||
c1.5,0,2.7-0.9,3.4-2.2c-0.1-0.2-0.3-0.4-0.5-0.6L35.5,30.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st3" d="M35.5,32c-1.9-1.9-5.1-1.9-7,0L13,43.5c-0.2,0.2-0.3,0.3-0.5,0.5c0.7,1.2,2,1.9,3.4,1.9h32
|
||||
c1.5,0,2.7-0.8,3.4-1.9c-0.1-0.2-0.3-0.3-0.5-0.5L35.5,32z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M12.6,20.2c0.7-1.3,2-2.2,3.4-2.2h32c1.5,0,2.7,0.9,3.4,2.2c-0.1,0.2-0.3,0.4-0.5,0.6l-15.4,13
|
||||
c-1.9,2.1-5.1,2.1-7,0L12.6,20.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st4" d="M28.5,32c1.9,1.9,5.1,1.9,7,0L51,20.5c0.2-0.2,0.3-0.3,0.5-0.5c-0.7-1.2-2-1.9-3.4-1.9H16
|
||||
c-1.5,0-2.7,0.8-3.4,1.9c0.1,0.2,0.3,0.3,0.5,0.5L28.5,32z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
|
@ -0,0 +1,90 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="money.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(30,39)"><path
|
||||
d="m 0,0 c -3.314,0 -6,-2.686 -6,-6 0,-3.314 2.686,-6 6,-6 3.314,0 6,2.686 6,6 0,3.314 -2.686,6 -6,6"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(52,24.4636)"><path
|
||||
d="m 0,0 c -0.59,0.347 -1.268,0.559 -2,0.564 v 7.913 c 0.732,0.006 1.41,0.218 2,0.565 z m -4,4 c -0.598,0.352 -1.287,0.568 -2.031,0.568 -2.227,0 -4.032,-1.805 -4.032,-4.032 0,-0.731 0.21,-1.408 0.551,-2 h -25.007 c 0.34,0.592 0.55,1.269 0.55,2 0,2.227 -1.805,4.032 -4.031,4.032 -0.732,0 -1.408,-0.21 -2,-0.551 v 9.008 c 0.592,-0.341 1.268,-0.551 2,-0.551 2.226,0 4.031,1.805 4.031,4.031 0,0.745 -0.216,1.433 -0.567,2.031 h 25.041 c -0.352,-0.598 -0.568,-1.286 -0.568,-2.031 0,-2.226 1.805,-4.031 4.032,-4.031 0.744,0 1.433,0.216 2.031,0.568 z m -26.519,-9.464 c 0.34,0.592 0.55,1.269 0.55,2 h 23.628 c 0.094,-0.007 0.185,-0.027 0.281,-0.028 0.005,-0.721 0.212,-1.388 0.548,-1.972 z m 28.519,22 c 0,2.21 -1.791,4 -4,4 h -32 c -0.276,0 -0.546,-0.028 -0.806,-0.081 -1.84,-0.374 -3.225,-2 -3.225,-3.95 0,-0.106 0.023,-0.206 0.031,-0.31 V 0.846 c -0.008,-0.104 -0.031,-0.203 -0.031,-0.31 0,-2.216 1.79,-4.012 4.003,-4.028 0.015,-2.213 1.811,-4.003 4.028,-4.003 0.106,0 0.206,0.023 0.31,0.031 h 31.349 c 0.104,-0.008 0.204,-0.031 0.31,-0.031 1.95,0 3.576,1.385 3.95,3.225 C 1.972,-4.01 2,-3.74 2,-3.464 v 16 c 0,2.21 -1.791,4 -4,4"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(54,21)"><path
|
||||
d="m 0,0 c 0,-0.276 -0.028,-0.546 -0.081,-0.806 -0.374,-1.84 -2,-3.225 -3.95,-3.225 -0.106,0 -0.206,0.023 -0.31,0.031 H -35.69 c -0.104,-0.008 -0.204,-0.031 -0.31,-0.031 -2.217,0 -4.013,1.79 -4.028,4.003 -2.213,0.015 -4.003,1.811 -4.003,4.028 0,0.106 0.023,0.206 0.031,0.31 v 15.349 c -0.008,0.104 -0.031,0.204 -0.031,0.31 0,1.95 1.385,3.576 3.225,3.95 0.26,0.053 0.53,0.081 0.806,0.081 h 32 c 2.209,0 4,-1.791 4,-4 2.209,0 4,-1.791 4,-4 z m -22,43 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(45.6588,21)"><path
|
||||
d="m 0,0 h -23.628 c 0,-0.732 -0.209,-1.408 -0.55,-2 H 0.829 C 0.493,-1.416 0.287,-0.749 0.282,-0.028 0.185,-0.028 0.095,-0.007 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g36"
|
||||
transform="translate(50,25.0281)"><path
|
||||
d="M 0,0 C 0.732,-0.006 1.41,-0.218 2,-0.564 V 8.477 C 1.41,8.13 0.732,7.918 0,7.913 Z"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path38"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g40"
|
||||
transform="translate(30,27)"><path
|
||||
d="m 0,0 c -3.314,0 -6,2.686 -6,6 0,3.314 2.686,6 6,6 C 3.314,12 6,9.314 6,6 6,2.686 3.314,0 0,0 m 11.938,13.969 c 0,0.744 0.215,1.433 0.567,2.031 h -25.041 c 0.351,-0.598 0.567,-1.287 0.567,-2.031 0,-2.227 -1.805,-4.031 -4.031,-4.031 -0.732,0 -1.408,0.209 -2,0.55 V 1.481 c 0.592,0.34 1.268,0.55 2,0.55 2.226,0 4.031,-1.805 4.031,-4.031 0,-0.732 -0.21,-1.408 -0.55,-2 h 25.007 c -0.341,0.592 -0.55,1.268 -0.55,2 0,2.226 1.804,4.031 4.031,4.031 0.744,0 1.433,-0.216 2.031,-0.567 v 9.041 c -0.598,-0.352 -1.287,-0.567 -2.031,-0.567 -2.227,0 -4.031,1.804 -4.031,4.031"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path42"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 5.8 KiB |
107
src/fr/devinsy/statoolinfos/htmlize/stuff/circle-icons/money.svg
Normal file
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4F5D73;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#76C2AF;}
|
||||
.st4{fill:#E0E0D1;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M50,33.1c-2.2,0-4-1.8-4-4c0-0.4,0.1-0.7,0.1-1H21.9c0.1,0.3,0.1,0.7,0.1,1c0,2.2-1.8,4-4,4
|
||||
c-0.3,0-0.7-0.1-1-0.1v8.2c0.3-0.1,0.7-0.1,1-0.1c2.2,0,4,1.8,4,4c0,0.3-0.1,0.7-0.1,1h24.2c-0.1-0.3-0.1-0.7-0.1-1
|
||||
c0-2.2,1.8-4,4-4c0.4,0,0.7,0.1,1,0.1v-8.2C50.7,33,50.3,33.1,50,33.1z M34,43c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6
|
||||
S37.3,43,34,43z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st2" d="M50,25H18c-0.3,0-0.5,0-0.8,0.1c-1.8,0.4-3.2,2-3.2,3.9c0,0.1,0,0.2,0,0.3v15.3c0,0.1,0,0.2,0,0.3
|
||||
c0,2.2,1.8,4,4,4c0.1,0,0.2,0,0.3,0h31.3c0.1,0,0.2,0,0.3,0c2,0,3.6-1.4,3.9-3.2C54,45.5,54,45.3,54,45V29
|
||||
C54,26.8,52.2,25,50,25z M50,41c-2.2,0-4,1.8-4,4c0,0.3,0.1,0.7,0.1,1H21.9c0.1-0.3,0.1-0.7,0.1-1c0-2.2-1.8-4-4-4
|
||||
c-0.3,0-0.7,0.1-1,0.1v-8.2c0.3,0.1,0.7,0.1,1,0.1c2.2,0,4-1.8,4-4c0-0.4-0.1-0.7-0.1-1h24.2c-0.1,0.3-0.1,0.7-0.1,1
|
||||
c0,2.2,1.8,4,4,4c0.4,0,0.7-0.1,1-0.1v8.2C50.7,41,50.3,41,50,41z"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st2" cx="34" cy="37" r="6"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st3" d="M18,46c-1.7,0-3-1.3-3-3V27c0-1.7,1.3-3,3-3h32c1.7,0,3,1.3,3,3v16c0,1.7-1.3,3-3,3H18z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M50,25c1.1,0,2,0.9,2,2v16c0,1.1-0.9,2-2,2H18c-1.1,0-2-0.9-2-2V27c0-1.1,0.9-2,2-2H50 M50,23H18
|
||||
c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h32c2.2,0,4-1.8,4-4V27C54,24.8,52.2,23,50,23L50,23z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st0" cx="34" cy="35" r="6"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="50" cy="27" r="4"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="18" cy="27" r="4"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="50" cy="43" r="4"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="18" cy="43" r="4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M48,29.1c-2.2,0-4-1.8-4-4c0-0.4,0.1-0.7,0.1-1H19.9c0.1,0.3,0.1,0.7,0.1,1c0,2.2-1.8,4-4,4
|
||||
c-0.3,0-0.7-0.1-1-0.1v8.2c0.3-0.1,0.7-0.1,1-0.1c2.2,0,4,1.8,4,4c0,0.3-0.1,0.7-0.1,1h24.2c-0.1-0.3-0.1-0.7-0.1-1
|
||||
c0-2.2,1.8-4,4-4c0.4,0,0.7,0.1,1,0.1v-8.2C48.7,29,48.3,29.1,48,29.1z M32,39c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6
|
||||
S35.3,39,32,39z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st2" d="M48,21H16c-0.3,0-0.5,0-0.8,0.1c-1.8,0.4-3.2,2-3.2,3.9c0,0.1,0,0.2,0,0.3v15.3c0,0.1,0,0.2,0,0.3
|
||||
c0,2.2,1.8,4,4,4c0.1,0,0.2,0,0.3,0h31.3c0.1,0,0.2,0,0.3,0c2,0,3.6-1.4,3.9-3.2C52,41.5,52,41.3,52,41V25
|
||||
C52,22.8,50.2,21,48,21z M48,37c-2.2,0-4,1.8-4,4c0,0.3,0.1,0.7,0.1,1H19.9c0.1-0.3,0.1-0.7,0.1-1c0-2.2-1.8-4-4-4
|
||||
c-0.3,0-0.7,0.1-1,0.1v-8.2c0.3,0.1,0.7,0.1,1,0.1c2.2,0,4-1.8,4-4c0-0.4-0.1-0.7-0.1-1h24.2c-0.1,0.3-0.1,0.7-0.1,1
|
||||
c0,2.2,1.8,4,4,4c0.4,0,0.7-0.1,1-0.1v8.2C48.7,37,48.3,37,48,37z"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st2" cx="32" cy="33" r="6"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st3" d="M14,42c-1.7,0-3-1.3-3-3V23c0-1.7,1.3-3,3-3h32c1.7,0,3,1.3,3,3v16c0,1.7-1.3,3-3,3H14z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M46,21c1.1,0,2,0.9,2,2v16c0,1.1-0.9,2-2,2H14c-1.1,0-2-0.9-2-2V23c0-1.1,0.9-2,2-2H46 M46,19H14
|
||||
c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4h32c2.2,0,4-1.8,4-4V23C50,20.8,48.2,19,46,19L46,19z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st0" cx="30" cy="31" r="6"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="46" cy="23" r="4"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="14" cy="23" r="4"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="46" cy="39" r="4"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st4" cx="14" cy="39" r="4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,3 +1,5 @@
|
|||
https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free
|
||||
|
||||
We’ve designed a 192 piece set of flat icons, and they are all yours, for free! The icons come in two versions: full color and single color, for a total of 384 variations. This download includes .ai, .eps, .pdf, and .png (64px and 128px). Below is the full set in both styles. These icons are completely free and Open Source under the GPL, so feel free to use them in your personal and commercial projects alike. We are on a mission to create the best collection of Open Source graphics on the web, so that the WordPress ecosystem can use and enjoy them alongside the freedoms they have become accustomed to. Stay tuned for more great stuff!
|
||||
|
||||
Astuce : les versions svg sont trouvables via https://fr.wikipedia.org/wiki/Fichier:Circle-icons-clipboard.svg ou https://upload.wikimedia.org/wikipedia/commons/e/ec/Circle-icons-mail.svg.
|
||||
|
|
|
@ -0,0 +1,66 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="profile.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(38.2621,24.9257)"><path
|
||||
d="m 0,0 c 2.752,2.215 4.943,5.756 6.148,9.573 1.239,1.579 1.961,3.225 1.961,4.62 0,0.955 -0.348,1.645 -0.955,2.158 -0.203,8.105 -5.942,14.613 -13.039,14.714 -0.055,10e-4 -0.109,0.009 -0.165,0.009 -0.021,0 -0.042,-0.003 -0.064,-0.003 -7.052,-0.04 -12.783,-6.411 -13.125,-14.409 -0.885,-0.528 -1.394,-1.305 -1.394,-2.469 0,-1.641 0.992,-3.63 2.663,-5.448 1.187,-3.327 3.118,-6.38 5.5,-8.438 -0.354,-2.292 -1.699,-5.038 -5.697,-6.776 -2.158,-0.938 -6.105,-1.781 -7.808,-2.649 4.362,-4.769 12.625,-7.769 19.589,-7.805 l 0.099,-0.002 c 0.008,0 0.016,-10e-4 0.025,-10e-4 7.014,0 15.324,3.011 19.713,7.808 -1.703,0.868 -5.65,1.711 -7.808,2.649 C 1.822,-4.808 0.426,-2.226 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(32,8)"><path
|
||||
d="m 0,0 c -0.008,0 -0.017,0.001 -0.025,0.001 l -0.099,0.002 c -6.964,0.036 -15.227,3.036 -19.589,7.805 1.703,0.868 5.65,1.711 7.808,2.649 3.998,1.737 5.343,4.484 5.697,6.776 -2.382,2.058 -4.313,5.111 -5.5,8.438 -1.67,1.818 -2.663,3.807 -2.663,5.448 0,1.164 0.51,1.94 1.394,2.469 0.342,7.998 6.073,14.369 13.125,14.408 0.022,0 0.043,0.004 0.065,0.004 0.055,0 0.109,-0.009 0.165,-0.01 7.096,-0.1 12.835,-6.608 13.038,-14.713 0.608,-0.513 0.955,-1.203 0.955,-2.158 0,-1.395 -0.722,-3.041 -1.961,-4.621 C 11.205,22.682 9.014,19.14 6.262,16.926 6.688,14.699 8.084,12.117 11.905,10.457 14.063,9.519 18.01,8.676 19.713,7.808 15.325,3.01 7.014,0 0,0 M 0,56 C -17.673,56 -32,41.673 -32,24 -32,6.327 -17.673,-8 0,-8 17.673,-8 32,6.327 32,24 32,41.673 17.673,56 0,56"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 3.8 KiB |
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4F5D73;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M43.9,47.5c-3.8-1.7-5.2-4.2-5.6-6.5c2.8-2.2,4.9-5.8,6.1-9.6c1.2-1.6,2-3.2,2-4.6c0-1-0.3-1.6-1-2.2
|
||||
c-0.2-8.1-5.9-14.6-13-14.7c-0.1,0-0.1,0-0.2,0c0,0,0,0-0.1,0c-7.1,0-12.8,6.4-13.1,14.4c-0.9,0.5-1.4,1.3-1.4,2.5
|
||||
c0,1.6,1,3.6,2.7,5.4c1.2,3.3,3.1,6.4,5.5,8.4c-0.4,2.3-1.7,5-5.7,6.8c-2.2,0.9-6.1,1.8-7.8,2.6C16.6,55,24.9,58,31.9,58l0.1,0
|
||||
c0,0,0,0,0,0c7,0,15.3-3,19.7-7.8C50,49.3,46.1,48.5,43.9,47.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st3" d="M43.9,45.5c-3.8-1.7-5.2-4.2-5.6-6.5c2.8-2.2,4.9-5.8,6.1-9.6c1.2-1.6,2-3.2,2-4.6c0-1-0.3-1.6-1-2.2
|
||||
c-0.2-8.1-5.9-14.6-13-14.7c-0.1,0-0.1,0-0.2,0c0,0,0,0-0.1,0C25.1,8,19.4,14.4,19,22.4c-0.9,0.5-1.4,1.3-1.4,2.5
|
||||
c0,1.6,1,3.6,2.7,5.4c1.2,3.3,3.1,6.4,5.5,8.4c-0.4,2.3-1.7,5-5.7,6.8c-2.2,0.9-6.1,1.8-7.8,2.6C16.6,53,24.9,56,31.9,56l0.1,0
|
||||
c0,0,0,0,0,0c7,0,15.3-3,19.7-7.8C50,47.3,46.1,46.5,43.9,45.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1,78 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="rainbow.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(32,40)"><path
|
||||
d="m 0,0 c -4.418,0 -8,-3.582 -8,-8 0,-2.209 0.895,-4.209 2.343,-5.657 0,0 1.657,1.636 1.657,5.657 0,2.209 1.791,4 4,4 2.209,0 4,-1.791 4,-4 0,0 -0.259,-3.741 1.657,-5.657 C 7.105,-12.209 8,-10.209 8,-8 8,-3.582 4.418,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(32,48)"><path
|
||||
d="m 0,0 c -8.837,0 -16,-7.163 -16,-16 0,-4.418 1.791,-8.418 4.686,-11.314 l 2.829,2.829 C -10.657,-22.314 -12,-19.314 -12,-16 c 0,6.627 5.373,12 12,12 6.627,0 12,-5.373 12,-12 0,-3.314 -1.343,-6.314 -3.515,-8.485 0.696,-0.696 1.431,-1.431 2.133,-2.133 l 0.696,-0.696 C 14.209,-24.418 16,-20.418 16,-16 16,-7.163 8.837,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(32,56)"><path
|
||||
d="m 0,0 c -13.255,0 -24,-10.745 -24,-24 0,-5.301 1.722,-10.198 4.632,-14.169 0.244,-0.267 2.551,-2.648 5.226,0.027 -3.619,3.619 -5.858,8.619 -5.858,14.142 0,11.046 8.954,20 20,20 11.046,0 20,-8.954 20,-20 0,-5.523 -2.239,-10.523 -5.858,-14.142 0,0 2.795,-2.77 5.23,-0.02 C 22.28,-34.192 24,-29.298 24,-24 24,-10.745 13.255,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(51.3724,17.8378)"><path
|
||||
d="m 0,0 c -2.436,-2.75 -5.23,0.02 -5.23,0.02 3.619,3.619 5.858,8.619 5.858,14.142 0,11.046 -8.955,20 -20,20 -11.046,0 -20,-8.954 -20,-20 0,-5.523 2.238,-10.523 5.857,-14.142 -2.674,-2.675 -4.982,-0.294 -5.225,-0.027 -2.91,3.971 -4.632,8.868 -4.632,14.169 0,13.255 10.745,24 24,24 13.254,0 24,-10.745 24,-24 C 4.628,8.864 2.907,3.97 0,0 m -8.754,3.544 c -0.702,0.702 -1.437,1.437 -2.133,2.133 2.171,2.172 3.515,5.172 3.515,8.485 0,6.628 -5.373,12 -12,12 -6.628,0 -12,-5.372 -12,-12 0,-3.313 1.343,-6.313 3.514,-8.485 l -2.828,-2.828 c -2.896,2.895 -4.686,6.895 -4.686,11.313 0,8.837 7.163,16 16,16 8.836,0 16,-7.163 16,-16 0,-4.418 -1.791,-8.418 -4.687,-11.313 z m -4.962,4.961 c -1.916,1.916 -1.656,5.657 -1.656,5.657 0,2.209 -1.791,4 -4,4 -2.21,0 -4,-1.791 -4,-4 0,-4.021 -1.657,-5.657 -1.657,-5.657 -1.448,1.448 -2.343,3.448 -2.343,5.657 0,4.419 3.581,8 8,8 4.418,0 8,-3.581 8,-8 0,-2.209 -0.896,-4.209 -2.344,-5.657 m -5.656,37.657 c -17.674,0 -32,-14.327 -32,-32 0,-17.673 14.326,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 4.7 KiB |
|
@ -0,0 +1,49 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#E0E0D1;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#C75C5C;}
|
||||
.st4{fill:#E0995E;}
|
||||
.st5{fill:#F5CF87;}
|
||||
.st6{fill:#76C2AF;}
|
||||
.st7{fill:#4F5D73;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M32,10C18.7,10,8,20.7,8,34c0,5.3,1.7,10.2,4.6,14.2c0.2,0.3,2.6,2.6,5.2,0l2.8-2.8l2.8-2.8l2.8-2.8
|
||||
c0,0,1.7-1.6,1.7-5.7c0-2.2,1.8-4,4-4s4,1.8,4,4c0,0-0.3,3.7,1.7,5.7l2.1,2.1c0.2,0.2,0.5,0.5,0.7,0.7c0.7,0.7,1.4,1.4,2.1,2.1
|
||||
l0.7,0.7l1.8,1.8c0.3,0.3,0.6,0.6,0.8,0.8l0.3,0.3c0,0,2.8,2.8,5.2,0c2.9-4,4.6-8.9,4.6-14.2C56,20.7,45.3,10,32,10z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st3" d="M17.9,46.1C14.2,42.5,12,37.5,12,32c0-11,9-20,20-20s20,9,20,20c0,5.5-2.2,10.5-5.9,14.1c0,0,2.8,2.8,5.2,0
|
||||
c2.9-4,4.6-8.9,4.6-14.2C56,18.7,45.3,8,32,8S8,18.7,8,32c0,5.3,1.7,10.2,4.6,14.2C12.9,46.4,15.2,48.8,17.9,46.1z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M32,12c-11,0-20,9-20,20c0,5.5,2.2,10.5,5.9,14.1l2.8-2.8C17.8,40.4,16,36.4,16,32c0-8.8,7.2-16,16-16
|
||||
s16,7.2,16,16c0,4.4-1.8,8.4-4.7,11.3l1.8,1.8c0.3,0.3,0.6,0.6,0.8,0.8l0.3,0.3C49.8,42.5,52,37.5,52,32C52,21,43,12,32,12z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st5" d="M32,16c-8.8,0-16,7.2-16,16c0,4.4,1.8,8.4,4.7,11.3l2.8-2.8C21.3,38.3,20,35.3,20,32c0-6.6,5.4-12,12-12
|
||||
s12,5.4,12,12c0,3.3-1.3,6.3-3.5,8.5c0.7,0.7,1.4,1.4,2.1,2.1l0.7,0.7C46.2,40.4,48,36.4,48,32C48,23.2,40.8,16,32,16z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st6" d="M32,20c-6.6,0-12,5.4-12,12c0,3.3,1.3,6.3,3.5,8.5l2.8-2.8C24.9,36.2,24,34.2,24,32c0-4.4,3.6-8,8-8
|
||||
s8,3.6,8,8c0,2.2-0.9,4.2-2.3,5.7l2.1,2.1c0.2,0.2,0.5,0.5,0.7,0.7c2.2-2.2,3.5-5.2,3.5-8.5C44,25.4,38.6,20,32,20z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st7" d="M32,24c-4.4,0-8,3.6-8,8c0,2.2,0.9,4.2,2.3,5.7c0,0,1.7-1.6,1.7-5.7c0-2.2,1.8-4,4-4s4,1.8,4,4
|
||||
c0,0-0.3,3.7,1.7,5.7c1.4-1.4,2.3-3.4,2.3-5.7C40,27.6,36.4,24,32,24z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
|
@ -0,0 +1,66 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="rgb.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons_3"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(64,32)"><path
|
||||
d="m 0,0 c 0,-17.673 -14.327,-32 -32,-32 -17.673,0 -32,14.327 -32,32 0,17.673 14.327,32 32,32 C -14.327,32 0,17.673 0,0"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(31.9951,31.4155)"><path
|
||||
d="m 0,0 c -0.333,0 -0.663,0.019 -0.988,0.05 0.266,0.609 0.589,1.187 0.964,1.727 C 0.097,1.601 0.22,1.426 0.33,1.243 0.361,1.19 0.395,1.138 0.426,1.085 0.607,0.769 0.775,0.445 0.922,0.11 v 0 C 0.93,0.091 0.937,0.071 0.945,0.051 0.632,0.022 0.318,0 0,0 m -14.794,3.898 c 0.644,0.523 0.741,1.468 0.219,2.111 -0.522,0.642 -1.469,0.742 -2.11,0.219 -3.096,-2.516 -4.873,-6.243 -4.873,-10.228 0,-7.262 5.909,-13.17 13.17,-13.17 7.262,0 13.17,5.908 13.17,13.17 0,0.632 -0.054,1.252 -0.14,1.863 2.027,0.765 3.864,2.012 5.316,3.689 C 10.5,2.178 10.433,3.126 9.807,3.668 9.178,4.212 8.232,4.143 7.69,3.516 6.64,2.303 5.329,1.383 3.882,0.784 3.804,0.985 3.73,1.188 3.643,1.384 v 0 C 3.459,1.798 3.248,2.197 3.023,2.588 2.964,2.689 2.902,2.788 2.841,2.888 2.656,3.19 2.459,3.485 2.25,3.771 2.194,3.848 2.142,3.928 2.084,4.004 c 1.727,1.351 3.894,2.165 6.251,2.165 5.607,0 10.17,-4.562 10.17,-10.169 0,-5.608 -4.563,-10.17 -10.17,-10.17 -1.392,0 -2.739,0.275 -4.006,0.819 -0.764,0.329 -1.644,-0.025 -1.971,-0.787 -0.326,-0.761 0.027,-1.643 0.788,-1.97 1.643,-0.705 3.389,-1.062 5.189,-1.062 7.262,0 13.17,5.908 13.17,13.17 0,7.261 -5.908,13.169 -13.17,13.169 C 5.168,9.169 2.26,8.045 -0.014,6.175 -0.032,6.19 -0.052,6.202 -0.07,6.217 -0.36,6.452 -0.66,6.676 -0.97,6.886 -1.037,6.931 -1.099,6.98 -1.167,7.024 -1.542,7.269 -1.932,7.493 -2.334,7.7 -2.435,7.752 -2.539,7.797 -2.641,7.846 -2.96,8 -3.287,8.142 -3.621,8.271 -3.744,8.318 -3.865,8.366 -3.99,8.41 -4.427,8.564 -4.871,8.703 -5.331,8.813 -6.137,9.006 -6.946,8.506 -7.138,7.7 -7.329,6.894 -6.831,6.086 -6.025,5.894 -5.667,5.808 -5.32,5.699 -4.98,5.579 -4.888,5.547 -4.798,5.511 -4.708,5.477 -4.44,5.373 -4.177,5.26 -3.922,5.135 c 0.07,-0.034 0.142,-0.065 0.211,-0.1 0.317,-0.163 0.623,-0.34 0.918,-0.533 0.046,-0.031 0.089,-0.065 0.135,-0.095 0.19,-0.13 0.371,-0.272 0.551,-0.413 -0.746,-0.972 -1.359,-2.048 -1.813,-3.206 -3.667,1.538 -6.25,5.163 -6.25,9.382 0,5.607 4.563,10.169 10.17,10.169 4.743,0 8.92,-3.356 9.934,-7.981 0.176,-0.808 0.965,-1.318 1.786,-1.144 0.808,0.177 1.321,0.977 1.143,1.786 C 11.552,18.991 6.142,23.339 0,23.339 c -7.262,0 -13.17,-5.908 -13.17,-13.169 0,-5.61 3.533,-10.399 8.485,-12.293 -0.089,-0.615 -0.15,-1.238 -0.15,-1.877 0,-0.569 0.041,-1.135 0.113,-1.696 0.084,-0.65 0.212,-1.293 0.391,-1.921 0,-0.001 0.001,-0.002 0.001,-0.003 0.042,-0.147 0.111,-0.279 0.191,-0.401 0.015,-0.023 0.028,-0.047 0.045,-0.069 0.083,-0.113 0.18,-0.213 0.289,-0.298 0.02,-0.015 0.041,-0.028 0.062,-0.043 0.115,-0.08 0.238,-0.148 0.371,-0.193 0.004,-0.002 0.007,-0.004 0.011,-0.005 0.135,-0.045 0.278,-0.064 0.424,-0.069 0.016,-10e-4 0.031,-0.008 0.047,-0.008 0.014,0 0.028,0.005 0.041,0.006 0.123,0.003 0.246,0.017 0.37,0.052 0,0 10e-4,0 0.002,0 0.055,0.016 0.103,0.041 0.155,0.062 0.604,0.247 0.979,0.851 0.929,1.493 -0.007,0.099 -0.025,0.199 -0.053,0.299 -0.258,0.903 -0.388,1.843 -0.388,2.794 0,10e-4 -10e-4,0.003 -10e-4,0.004 10e-4,0.382 0.026,0.758 0.067,1.129 C -1.188,-2.945 -0.601,-3 0,-3 0.578,-3 1.148,-2.95 1.714,-2.875 1.754,-3.246 1.782,-3.62 1.782,-4 c 0,-5.608 -4.562,-10.17 -10.17,-10.17 -5.607,0 -10.17,4.562 -10.17,10.17 0,3.077 1.373,5.956 3.764,7.898"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 5.6 KiB |
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4F5D73;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:none;stroke:#76C2AF;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
|
||||
.st4{fill:none;stroke:#C75C5C;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
|
||||
.st5{opacity:0.2;fill:#231F20;}
|
||||
.st6{fill:#77B3D4;}
|
||||
.st7{fill:none;stroke:#77B3D4;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
|
||||
.st8{fill:#76C2AF;}
|
||||
</style>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M34,31.2l-2.6,1.6c1.5,1.8,2.4,4.1,2.4,6.6c0,5.6-4.6,10.2-10.2,10.2c-5.6,0-10.2-4.6-10.2-10.2
|
||||
c0-3.1,1.4-6,3.8-7.9c0.6-0.5,0.7-1.5,0.2-2.1c-0.5-0.6-1.5-0.7-2.1-0.2c-3.1,2.5-4.9,6.2-4.9,10.2c0,7.3,5.9,13.2,13.2,13.2
|
||||
s13.2-5.9,13.2-13.2C36.8,36.3,35.8,33.5,34,31.2z"/>
|
||||
</g>
|
||||
<path class="st3" d="M26.3,25.2c5.1,1.2,9,5.8,9,11.4c0,6.4-5.2,11.7-11.7,11.7S11.9,43,11.9,36.6c0-3.7,1.7-6.9,4.3-9.1"/>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M32,38.3c-7.3,0-13.2-5.9-13.2-13.2C18.8,17.9,24.7,12,32,12c6.1,0,11.6,4.3,12.9,10.3
|
||||
c0.2,0.8-0.3,1.6-1.1,1.8c-0.8,0.2-1.6-0.3-1.8-1.1c-1-4.6-5.2-8-9.9-8c-5.6,0-10.2,4.6-10.2,10.2c0,5.6,4.6,10.2,10.2,10.2
|
||||
c3,0,5.8-1.3,7.7-3.5c0.5-0.6,1.5-0.7,2.1-0.2c0.6,0.5,0.7,1.5,0.2,2.1C39.4,36.7,35.8,38.3,32,38.3z"/>
|
||||
</g>
|
||||
<path class="st4" d="M40.8,30.1c-2.1,2.5-5.3,4-8.8,4c-6.4,0-11.7-5.2-11.7-11.7S25.5,10.7,32,10.7c5.6,0,10.3,3.9,11.4,9.2"/>
|
||||
<path class="st5" d="M27.2,39.3c0,1.2,0.2,2.4,0.5,3.6c0.2,0.8,1.1,1.3,1.9,1c0.8-0.2,1.3-1.1,1-1.9c-0.3-0.9-0.4-1.8-0.4-2.8
|
||||
c0-2.5,0.9-4.8,2.5-6.6l-2.4-1.8C28.3,33.2,27.2,36.1,27.2,39.3z"/>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M40.3,26.2c-4.1,0-7.7,1.9-10.1,4.8l2.4,1.8c1.9-2.2,4.6-3.6,7.7-3.6c5.6,0,10.2,4.6,10.2,10.2
|
||||
c0,5.6-4.6,10.2-10.2,10.2c-1.4,0-2.7-0.3-4-0.8c-0.8-0.3-1.6,0-2,0.8c-0.3,0.8,0,1.6,0.8,2c1.6,0.7,3.4,1.1,5.2,1.1
|
||||
c7.3,0,13.2-5.9,13.2-13.2S47.6,26.2,40.3,26.2z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st6" d="M30.2,36.6c0-1.4-0.7-3.3-0.2-4.6c-0.9-0.4-0.8-0.3-1.7-0.7c-0.7,1.7-1.1,3.5-1.1,5.3c0,1.2,0.2,2.4,0.5,3.6
|
||||
c0.2,0.7,0.8,1.1,1.4,1.1c0.1,0,0.3,0,0.4-0.1c0.8-0.2,1.3-1.1,1-1.9C30.3,38.5,30.2,37.5,30.2,36.6z"/>
|
||||
</g>
|
||||
<path class="st7" d="M29.1,39.8c-0.3-1-0.4-2.1-0.4-3.2c0-6.4,5.2-11.7,11.7-11.7S52,30.1,52,36.6s-5.2,11.7-11.7,11.7
|
||||
c-1.6,0-3.2-0.3-4.6-0.9"/>
|
||||
<path class="st5" d="M31.2,32.6c0.2,0,0.4,0,0.5,0c0,0,0,0,0,0l2.2-1.3c-1.8-2.3-4.3-4-7.3-4.7c-0.8-0.2-1.6,0.3-1.8,1.1
|
||||
c-0.2,0.8,0.3,1.6,1.1,1.8C28.1,29.9,29.8,31,31.2,32.6z"/>
|
||||
<g>
|
||||
<path class="st8" d="M26,26.7c3.2,0.8,5.7,2.9,6.9,5.8c0.4-0.4,0.8-0.7,1.3-0.9c0.5-0.2,1-0.3,1.5-0.4c-1.6-3.7-4.9-6.5-9-7.4
|
||||
c-0.8-0.2-1.6,0.3-1.8,1.1C24.7,25.7,25.2,26.5,26,26.7z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3 KiB |
|
@ -0,0 +1,66 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="ribbon.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(45.3333,52)"><path
|
||||
d="m 0,0 h -26.667 c -1.472,0 -2.666,-0.896 -2.666,-2 v -5 -31.385 c 0,-1.056 0.65,-2.011 1.645,-2.416 0.331,-0.134 0.677,-0.199 1.021,-0.199 0.694,0 1.376,0.267 1.886,0.766 l 11.448,11.228 11.448,-11.228 C -1.376,-40.733 -0.693,-41 0,-41 c 0.344,0 0.691,0.065 1.019,0.199 0.997,0.405 1.648,1.36 1.648,2.416 V -7 -2 C 2.667,-0.896 1.472,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(48,45)"><path
|
||||
d="m 0,0 v -31.385 c 0,-1.056 -0.651,-2.011 -1.648,-2.416 C -1.976,-33.935 -2.323,-34 -2.667,-34 c -0.693,0 -1.376,0.267 -1.885,0.766 L -16,-22.006 -27.448,-33.234 C -27.957,-33.733 -28.64,-34 -29.333,-34 c -0.344,0 -0.691,0.065 -1.022,0.199 -0.994,0.405 -1.645,1.36 -1.645,2.416 L -32,0 v 5 c 0,1.104 1.195,2 2.667,2 H -2.667 C -1.195,7 0,6.104 0,5 Z m -16,19 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 3.2 KiB |
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4F5D73;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#F5CF87;}
|
||||
.st4{fill:#E0995E;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<g>
|
||||
<path class="st2" d="M16,21v31.4c0,1.1,0.7,2,1.6,2.4c0.3,0.1,0.7,0.2,1,0.2c0.7,0,1.4-0.3,1.9-0.8L32,43l11.4,11.2
|
||||
c0.5,0.5,1.2,0.8,1.9,0.8c0.3,0,0.7-0.1,1-0.2c1-0.4,1.6-1.4,1.6-2.4V21H16z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st3" d="M16,19v31.4c0,1.1,0.7,2,1.6,2.4c0.3,0.1,0.7,0.2,1,0.2c0.7,0,1.4-0.3,1.9-0.8L32,41l11.4,11.2
|
||||
c0.5,0.5,1.2,0.8,1.9,0.8c0.3,0,0.7-0.1,1-0.2c1-0.4,1.6-1.4,1.6-2.4V19H16z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M48,21v-2c0-1.1-1.2-2-2.7-2H18.7c-1.5,0-2.7,0.9-2.7,2v2H48z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M48,19v-5c0-1.1-1.2-2-2.7-2H18.7c-1.5,0-2.7,0.9-2.7,2v5H48z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
|
@ -0,0 +1,82 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="toolbox.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="42.666668"
|
||||
inkscape:cy="42.666668"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(26,47)"><path
|
||||
d="m 0,0 h 12 v -1 h 4 v 1 c 0,2.209 -1.791,4 -4,4 H 0 C -2.209,4 -4,2.209 -4,0 v -1 h 4 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(40,30)"><path
|
||||
d="m 0,0 c 0,-2.209 -1.791,-4 -4,-4 h -8 c -2.209,0 -4,1.791 -4,4 V 3 H -28 V -8 c 0,-2.209 1.791,-4 4,-4 H 8 c 2.209,0 4,1.791 4,4 V 3 H 0 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(48,44)"><path
|
||||
d="m 0,0 h -32 c -2.209,0 -4,-1.791 -4,-4 V -9 H 4 v 5 C 4,-1.791 2.209,0 0,0"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><path
|
||||
d="m 36,33 h -8 v -3 h 8 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path32"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g34"
|
||||
transform="translate(52,35)"><path
|
||||
d="m 0,0 h -40 v 5 c 0,2.209 1.791,4 4,4 H -4 C -1.791,9 0,7.209 0,5 Z m -24,-2 h 8 v -3 h -8 z M 0,-13 c 0,-2.209 -1.791,-4 -4,-4 h -32 c -2.209,0 -4,1.791 -4,4 v 11 h 12 v -3 c 0,-2.209 1.791,-4 4,-4 h 8 c 2.209,0 4,1.791 4,4 v 3 H 0 Z m -30,25 c 0,2.209 1.791,4 4,4 h 12 c 2.209,0 4,-1.791 4,-4 v -1 h -4 v 1 h -12 v -1 h -4 z m 10,17 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path36"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 3.8 KiB |
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#E0E0D1;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#4F5D73;}
|
||||
.st4{fill:#C75C5C;}
|
||||
.st5{fill:#F5CF87;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M52,44c0,2.2-1.8,4-4,4H16c-2.2,0-4-1.8-4-4V26c0-2.2,1.8-4,4-4h32c2.2,0,4,1.8,4,4V44z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M38,17v20H26V17H38 M38,13H26c-2.2,0-4,1.8-4,4v20c0,2.2,1.8,4,4,4h12c2.2,0,4-1.8,4-4V17
|
||||
C42,14.8,40.2,13,38,13L38,13z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st4" d="M12,29v13c0,2.2,1.8,4,4,4h32c2.2,0,4-1.8,4-4V29H12z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st5" d="M36,28v3h-8v-3H36 M36,24h-8c-2.2,0-4,1.8-4,4v3c0,2.2,1.8,4,4,4h8c2.2,0,4-1.8,4-4v-3C40,25.8,38.2,24,36,24
|
||||
L36,24z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M52,26c0-2.2-1.8-4-4-4H16c-2.2,0-4,1.8-4,4v5h40V26z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M52,24c0-2.2-1.8-4-4-4H16c-2.2,0-4,1.8-4,4v5h40V24z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,78 @@
|
|||
<?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"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
xml:space="preserve"
|
||||
width="85.333336"
|
||||
height="85.333336"
|
||||
viewBox="0 0 85.333336 85.333336"
|
||||
sodipodi:docname="tools.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath18"><path
|
||||
d="M 0,64 H 64 V 0 H 0 Z"
|
||||
id="path16"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="830"
|
||||
inkscape:window-height="480"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.7656249"
|
||||
inkscape:cx="43.389832"
|
||||
inkscape:cy="41.22034"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Elegant_circle-icons"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,0,85.333333)"><g
|
||||
id="g12"><g
|
||||
id="g14"
|
||||
clip-path="url(#clipPath18)"><g
|
||||
id="g20"
|
||||
transform="translate(46.8284,41.1716)"><path
|
||||
d="m 0,0 c -0.781,-0.781 -1.805,-1.172 -2.828,-1.172 -1.024,0 -2.048,0.391 -2.829,1.172 -1.562,1.562 -1.562,4.095 0,5.657 l 6.476,6.475 c -1.131,0.444 -2.359,0.696 -3.647,0.696 -5.523,0 -10,-4.477 -10,-10 0,-1.288 0.252,-2.516 0.696,-3.647 l -11.049,-11.049 c -1.131,0.444 -2.359,0.696 -3.647,0.696 -5.523,0 -10,-4.477 -10,-10 0,-1.288 0.252,-2.516 0.696,-3.647 l 6.475,6.476 c 0.781,0.781 1.805,1.171 2.829,1.171 1.023,0 2.047,-0.39 2.828,-1.171 1.562,-1.562 1.562,-4.095 0,-5.657 l -6.476,-6.476 c 1.132,-0.443 2.359,-0.696 3.648,-0.696 5.522,0 10,4.478 10,10 0,1.289 -0.253,2.516 -0.696,3.648 l 11.048,11.048 c 1.132,-0.443 2.359,-0.696 3.648,-0.696 5.522,0 10,4.478 10,10 0,1.289 -0.253,2.516 -0.696,3.648 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path22"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g24"
|
||||
transform="translate(21.0046,40.0501)"><path
|
||||
d="M 0,0 0.008,0.008 5.321,-5.24 8.183,-2.377 2.861,2.88 -0.176,8.778 -6.087,11.822 -8.954,8.954 -5.911,3.044 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path26"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g28"
|
||||
transform="translate(39.0711,30.5858)"><path
|
||||
d="M 0,0 -5.657,-5.657 5.172,-16.485 c 1.562,-1.562 4.094,-1.562 5.656,0 1.563,1.562 1.563,4.094 0,5.657 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g32"
|
||||
transform="translate(44,34)"><path
|
||||
d="M 0,0 C -1.289,0 -2.516,0.252 -3.647,0.696 L -14.696,-10.353 C -14.252,-11.484 -14,-12.711 -14,-14 c 0,-5.523 -4.477,-10 -10,-10 -1.289,0 -2.516,0.252 -3.647,0.696 l 6.475,6.476 c 1.563,1.562 1.563,4.094 0,5.656 -0.781,0.781 -1.804,1.172 -2.828,1.172 -1.024,0 -2.047,-0.391 -2.828,-1.172 l -6.476,-6.475 C -33.748,-16.516 -34,-15.289 -34,-14 c 0,5.523 4.477,10 10,10 1.289,0 2.516,-0.252 3.647,-0.696 L -9.304,6.353 C -9.748,7.484 -10,8.711 -10,10 c 0,5.523 4.477,10 10,10 1.289,0 2.516,-0.252 3.647,-0.696 l -6.475,-6.476 c -1.563,-1.562 -1.563,-4.094 0,-5.656 C -2.047,6.391 -1.024,6 0,6 1.024,6 2.047,6.391 2.828,7.172 l 6.476,6.475 C 9.748,12.516 10,11.289 10,10 10,4.477 5.523,0 0,0 m 5.899,-19.899 c -1.562,-1.563 -4.094,-1.563 -5.656,0 l -10.829,10.828 5.657,5.657 10.828,-10.829 c 1.563,-1.562 1.563,-4.094 0,-5.656 m -34.982,37.771 5.911,-3.044 3.037,-5.898 5.323,-5.257 -2.863,-2.863 -5.313,5.248 -0.007,-0.008 -5.911,3.044 -3.044,5.911 z M -12,30 c -17.673,0 -32,-14.327 -32,-32 0,-17.673 14.327,-32 32,-32 17.673,0 32,14.327 32,32 0,17.673 -14.327,32 -32,32"
|
||||
style="fill:#4f5d73;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path34"
|
||||
inkscape:connector-curvature="0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 4.8 KiB |
|
@ -0,0 +1,55 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#76C2AF;}
|
||||
.st1{opacity:0.2;}
|
||||
.st2{fill:#231F20;}
|
||||
.st3{fill:#4F5D73;}
|
||||
.st4{fill:#F5CF87;}
|
||||
.st5{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<circle class="st0" cx="32" cy="32" r="32"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M49.9,46.2L35.8,32.1c-1-1-2.5-1.4-3.8-1l-8.1-8l-3-5.9l-5.9-3L12.1,17l3,5.9l5.9,3l0,0l8.1,8
|
||||
c-0.4,1.3,0,2.8,1,3.8l14.1,14.1c1.6,1.6,4.1,1.6,5.7,0C51.5,50.3,51.5,47.8,49.9,46.2z"/>
|
||||
</g>
|
||||
<g>
|
||||
<polygon class="st3" points="34.5,37.3 18.4,21.4 21.3,18.6 37.4,34.5 "/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st4" d="M49.9,49.9c-1.6,1.6-4.1,1.6-5.7,0L30.1,35.8c-1.6-1.6-1.6-4.1,0-5.7l0,0c1.6-1.6,4.1-1.6,5.7,0l14.1,14.1
|
||||
C51.5,45.8,51.5,48.3,49.9,49.9L49.9,49.9z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M53.3,18.4l-6.5,6.5c-1.6,1.6-4.1,1.6-5.7,0c-1.6-1.6-1.6-4.1,0-5.7l6.5-6.5C46.5,12.3,45.3,12,44,12
|
||||
c-5.5,0-10,4.5-10,10c0,1.3,0.3,2.5,0.7,3.6l-11,11C22.5,36.3,21.3,36,20,36c-5.5,0-10,4.5-10,10c0,1.3,0.3,2.5,0.7,3.6l6.5-6.5
|
||||
c1.6-1.6,4.1-1.6,5.7,0c1.6,1.6,1.6,4.1,0,5.7l-6.5,6.5c1.1,0.4,2.4,0.7,3.6,0.7c5.5,0,10-4.5,10-10c0-1.3-0.3-2.5-0.7-3.6l11-11
|
||||
c1.1,0.4,2.4,0.7,3.6,0.7c5.5,0,10-4.5,10-10C54,20.7,53.7,19.5,53.3,18.4z"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="23.4" y="28" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -13.2548 32)" class="st5" width="17.1" height="8"/>
|
||||
</g>
|
||||
<g>
|
||||
<polygon class="st3" points="21,23.9 15.1,20.9 12.1,15 14.9,12.1 20.8,15.2 23.9,21.1 "/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st5" d="M46.8,22.8c-1.6,1.6-4.1,1.6-5.7,0c-1.6-1.6-1.6-4.1,0-5.7l6.5-6.5C46.5,10.3,45.3,10,44,10
|
||||
c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10c0-1.3-0.3-2.5-0.7-3.6L46.8,22.8z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st5" d="M17.2,41.2c1.6-1.6,4.1-1.6,5.7,0c1.6,1.6,1.6,4.1,0,5.7l-6.5,6.5c1.1,0.4,2.4,0.7,3.6,0.7
|
||||
c5.5,0,10-4.5,10-10c0-5.5-4.5-10-10-10s-10,4.5-10,10c0,1.3,0.3,2.5,0.7,3.6L17.2,41.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |