Adding webicons 1.0.0 and 2.0.0
Sources: https://github.com/adamfairhead/webicons/archive/v1.0.zip and https://github.com/adamfairhead/webicons/archive/v2.0.zip File and directory structure differs between versions. Release version converted from x.y to x.y.z semver-friendly numbers.
@@ -0,0 +1,23 @@
|
||||
# Numerous always-ignore extensions
|
||||
*.ai
|
||||
*.zip
|
||||
*.psd
|
||||
*.diff
|
||||
*.err
|
||||
*.orig
|
||||
*.log
|
||||
*.rej
|
||||
*.swo
|
||||
*.swp
|
||||
*.vi
|
||||
*~
|
||||
*.sass-cache
|
||||
|
||||
# OS or Editor folders
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.esproj
|
||||
|
||||
# Folders to ignore
|
||||
.idea
|
||||
.master
|
||||
@@ -0,0 +1,414 @@
|
||||
/* FC Webicons by Fairhead Creative http://fairheadcreative.com */
|
||||
|
||||
.fc-webicon { display: inline-block; background-size: 100%; width: 30px; height: 30px; text-indent: -999em; text-align: left; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 5px; }
|
||||
.fc-webicon:hover { margin: -1px 0 1px; -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
|
||||
.fc-webicon.small { width: 20px; height: 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
|
||||
.fc-webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
|
||||
|
||||
/* 500px */
|
||||
.no-svg .fc-webicon.f500px { background: url("images/fc-webicon-500px-m.png"); }
|
||||
.no-svg .fc-webicon.f500px.large { background: url("images/fc-webicon-500px"); }
|
||||
.no-svg .fc-webicon.f500px.small { background: url("images/fc-webicon-500px-s.png"); }
|
||||
.svg .fc-webicon.f500px { background: url("images/fc-webicon-500px.svg"); }
|
||||
|
||||
/* About.me */
|
||||
.no-svg .fc-webicon.aboutme { background: url("images/fc-webicon-aboutme-m.png"); }
|
||||
.no-svg .fc-webicon.aboutme.large { background: url("images/fc-webicon-aboutme.png"); }
|
||||
.no-svg .fc-webicon.aboutme.small { background: url("images/fc-webicon-aboutme-s.png"); }
|
||||
.svg .fc-webicon.aboutme { background: url("images/fc-webicon-aboutme.svg"); }
|
||||
|
||||
/* ADN (App.net) */
|
||||
.no-svg .fc-webicon.adn { background: url("images/fc-webicon-adn-m.png"); }
|
||||
.no-svg .fc-webicon.adn.large { background: url("images/fc-webicon-adn.png"); }
|
||||
.no-svg .fc-webicon.adn.small { background: url("images/fc-webicon-adn-s.png"); }
|
||||
.svg .fc-webicon.adn { background: url("images/fc-webicon-adn.svg"); }
|
||||
|
||||
/* Android */
|
||||
.no-svg .fc-webicon.android { background: url("images/fc-webicon-android-m.png"); }
|
||||
.no-svg .fc-webicon.android.large { background: url("images/fc-webicon-android.png"); }
|
||||
.no-svg .fc-webicon.android.small { background: url("images/fc-webicon-android-s.png"); }
|
||||
.svg .fc-webicon.android { background: url("images/fc-webicon-android.svg"); }
|
||||
|
||||
/* Apple */
|
||||
.no-svg .fc-webicon.apple { background: url("images/fc-webicon-apple-m.png"); }
|
||||
.no-svg .fc-webicon.apple.large { background: url("images/fc-webicon-apple.png"); }
|
||||
.no-svg .fc-webicon.apple.small { background: url("images/fc-webicon-apple-s.png"); }
|
||||
.svg .fc-webicon.apple { background: url("images/fc-webicon-apple.svg"); }
|
||||
|
||||
/* Behance */
|
||||
.no-svg .fc-webicon.behance { background: url("images/fc-webicon-behance-m.png"); }
|
||||
.no-svg .fc-webicon.behance.large { background: url("images/fc-webicon-behance.png"); }
|
||||
.no-svg .fc-webicon.behance.small { background: url("images/fc-webicon-behance-s.png"); }
|
||||
.svg .fc-webicon.behance { background: url("images/fc-webicon-behance.svg"); }
|
||||
|
||||
/* Bitbucket */
|
||||
.no-svg .fc-webicon.bitbucket { background: url("images/fc-webicon-bitbucket-m.png"); }
|
||||
.no-svg .fc-webicon.bitbucket.large { background: url("images/fc-webicon-bitbucket.png"); }
|
||||
.no-svg .fc-webicon.bitbucket.small { background: url("images/fc-webicon-bitbucket-s.png"); }
|
||||
.svg .fc-webicon.bitbucket { background: url("images/fc-webicon-bitbucket.svg"); }
|
||||
|
||||
/* Blogger */
|
||||
.no-svg .fc-webicon.blogger { background: url("images/fc-webicon-blogger-m.png"); }
|
||||
.no-svg .fc-webicon.blogger.large { background: url("images/fc-webicon-blogger.png"); }
|
||||
.no-svg .fc-webicon.blogger.small { background: url("images/fc-webicon-blogger-s.png"); }
|
||||
.svg .fc-webicon.blogger { background: url("images/fc-webicon-blogger.svg"); }
|
||||
|
||||
/* Coderwall */
|
||||
.no-svg .fc-webicon.coderwall { background: url("images/fc-webicon-coderwall-m.png"); }
|
||||
.no-svg .fc-webicon.coderwall.large { background: url("images/fc-webicon-coderwall.png"); }
|
||||
.no-svg .fc-webicon.coderwall.small { background: url("images/fc-webicon-coderwall-s.png"); }
|
||||
.svg .fc-webicon.coderwall { background: url("images/fc-webicon-coderwall.svg"); }
|
||||
|
||||
/* Creative Cloud */
|
||||
.no-svg .fc-webicon.creativecloud { background: url("images/fc-webicon-creativecloud-m.png"); }
|
||||
.no-svg .fc-webicon.creativecloud.large { background: url("images/fc-webicon-creativecloud.png"); }
|
||||
.no-svg .fc-webicon.creativecloud.small { background: url("images/fc-webicon-creativecloud-s.png"); }
|
||||
.svg .fc-webicon.creativecloud { background: url("images/fc-webicon-creativecloud.svg"); }
|
||||
|
||||
/* Dribbble */
|
||||
.no-svg .fc-webicon.dribbble { background: url("images/fc-webicon-dribbble-m.png"); }
|
||||
.no-svg .fc-webicon.dribbble.large { background: url("images/fc-webicon-dribbble.png"); }
|
||||
.no-svg .fc-webicon.dribbble.small { background: url("images/fc-webicon-dribbble-s.png"); }
|
||||
.svg .fc-webicon.dribbble { background: url("images/fc-webicon-dribbble.svg"); }
|
||||
|
||||
/* Dropbox */
|
||||
.no-svg .fc-webicon.dropbox { background: url("images/fc-webicon-dropbox-m.png"); }
|
||||
.no-svg .fc-webicon.dropbox.large { background: url("images/fc-webicon-dropbox.png"); }
|
||||
.no-svg .fc-webicon.dropbox.small { background: url("images/fc-webicon-dropbox-s.png"); }
|
||||
.svg .fc-webicon.dropbox { background: url("images/fc-webicon-dropbox.svg"); }
|
||||
|
||||
/* Evernote */
|
||||
.no-svg .fc-webicon.evernote { background: url("images/fc-webicon-evernote-m.png"); }
|
||||
.no-svg .fc-webicon.evernote.large { background: url("images/fc-webicon-evernote.png"); }
|
||||
.no-svg .fc-webicon.evernote.small { background: url("images/fc-webicon-evernote-s.png"); }
|
||||
.svg .fc-webicon.evernote { background: url("images/fc-webicon-evernote.svg"); }
|
||||
|
||||
/* Fairhead Creative */
|
||||
.no-svg .fc-webicon.fairheadcreative { background: url("images/fc-webicon-fairheadcreative-m.png"); }
|
||||
.no-svg .fc-webicon.fairheadcreative.large { background: url("images/fc-webicon-fairheadcreative"); }
|
||||
.no-svg .fc-webicon.fairheadcreative.small { background: url("images/fc-webicon-fairheadcreative-s.png"); }
|
||||
.svg .fc-webicon.fairheadcreative { background: url("images/fc-webicon-fairheadcreative.svg"); }
|
||||
|
||||
/* Facebook */
|
||||
.no-svg .fc-webicon.facebook { background: url("images/fc-webicon-facebook-m.png"); }
|
||||
.no-svg .fc-webicon.facebook.large { background: url("images/fc-webicon-facebook.png"); }
|
||||
.no-svg .fc-webicon.facebook.small { background: url("images/fc-webicon-facebook-s.png"); }
|
||||
.svg .fc-webicon.facebook { background: url("images/fc-webicon-facebook.svg"); }
|
||||
|
||||
/* Flickr */
|
||||
.no-svg .fc-webicon.flickr { background: url("images/fc-webicon-flickr-m.png"); }
|
||||
.no-svg .fc-webicon.flickr.large { background: url("images/fc-webicon-flickr.png"); }
|
||||
.no-svg .fc-webicon.flickr.small { background: url("images/fc-webicon-flickr-s.png"); }
|
||||
.svg .fc-webicon.flickr { background: url("images/fc-webicon-flickr.svg"); }
|
||||
|
||||
/* Foursquare */
|
||||
.no-svg .fc-webicon.foursquare { background: url("images/fc-webicon-foursquare-m.png"); }
|
||||
.no-svg .fc-webicon.foursquare.large { background: url("images/fc-webicon-foursquare.png"); }
|
||||
.no-svg .fc-webicon.foursquare.small { background: url("images/fc-webicon-foursquare-s.png"); }
|
||||
.svg .fc-webicon.foursquare { background: url("images/fc-webicon-foursquare.svg"); }
|
||||
|
||||
/* Git */
|
||||
.no-svg .fc-webicon.git { background: url("images/fc-webicon-git-m.png"); }
|
||||
.no-svg .fc-webicon.git.large { background: url("images/fc-webicon-git.png"); }
|
||||
.no-svg .fc-webicon.git.small { background: url("images/fc-webicon-git-s.png"); }
|
||||
.svg .fc-webicon.git { background: url("images/fc-webicon-git.svg"); }
|
||||
|
||||
/* Github */
|
||||
.no-svg .fc-webicon.github { background: url("images/fc-webicon-github-m.png"); }
|
||||
.no-svg .fc-webicon.github.large { background: url("images/fc-webicon-github.png"); }
|
||||
.no-svg .fc-webicon.github.small { background: url("images/fc-webicon-github-s.png"); }
|
||||
.svg .fc-webicon.github { background: url("images/fc-webicon-github.svg"); }
|
||||
|
||||
/* Goodreads */
|
||||
.no-svg .fc-webicon.goodreads { background: url("images/fc-webicon-goodreads-m.png"); }
|
||||
.no-svg .fc-webicon.goodreads.large { background: url("images/fc-webicon-goodreads"); }
|
||||
.no-svg .fc-webicon.goodreads.small { background: url("images/fc-webicon-goodreads-s.png"); }
|
||||
.svg .fc-webicon.goodreads { background: url("images/fc-webicon-goodreads.svg"); }
|
||||
|
||||
/* Google */
|
||||
.no-svg .fc-webicon.google { background: url("images/fc-webicon-google-m.png"); }
|
||||
.no-svg .fc-webicon.google.large { background: url("images/fc-webicon-google.png"); }
|
||||
.no-svg .fc-webicon.google.small { background: url("images/fc-webicon-google-s.png"); }
|
||||
.svg .fc-webicon.google { background: url("images/fc-webicon-google.svg"); }
|
||||
|
||||
/* Google Play */
|
||||
.no-svg .fc-webicon.googleplay { background: url("images/fc-webicon-googleplay-m.png"); }
|
||||
.no-svg .fc-webicon.googleplay.large { background: url("images/fc-webicon-googleplay.png"); }
|
||||
.no-svg .fc-webicon.googleplay.small { background: url("images/fc-webicon-googleplay-s.png"); }
|
||||
.svg .fc-webicon.googleplay { background: url("images/fc-webicon-googleplay.svg"); }
|
||||
|
||||
/* Google+ */
|
||||
.no-svg .fc-webicon.googleplus { background: url("images/fc-webicon-googleplus-m.png"); }
|
||||
.no-svg .fc-webicon.googleplus.large { background: url("images/fc-webicon-googleplus.png"); }
|
||||
.no-svg .fc-webicon.googleplus.small { background: url("images/fc-webicon-googleplus-s.png"); }
|
||||
.svg .fc-webicon.googleplus { background: url("images/fc-webicon-googleplus.svg"); }
|
||||
|
||||
/* Hangouts */
|
||||
.no-svg .fc-webicon.hangouts { background: url("images/fc-webicon-hangouts-m.png"); }
|
||||
.no-svg .fc-webicon.hangouts.large { background: url("images/fc-webicon-hangouts.png"); }
|
||||
.no-svg .fc-webicon.hangouts.small { background: url("images/fc-webicon-hangouts-s.png"); }
|
||||
.svg .fc-webicon.hangouts { background: url("images/fc-webicon-hangouts.svg"); }
|
||||
|
||||
/* HTML5 */
|
||||
.no-svg .fc-webicon.html5 { background: url("images/fc-webicon-html5-m.png"); }
|
||||
.no-svg .fc-webicon.html5.large { background: url("images/fc-webicon-html5.png"); }
|
||||
.no-svg .fc-webicon.html5.small { background: url("images/fc-webicon-html5-s.png"); }
|
||||
.svg .fc-webicon.html5 { background: url("images/fc-webicon-html5.svg"); }
|
||||
|
||||
/* iCloud */
|
||||
.no-svg .fc-webicon.icloud { background: url("images/fc-webicon-icloud-m.png"); }
|
||||
.no-svg .fc-webicon.icloud.large { background: url("images/fc-webicon-icloud.png"); }
|
||||
.no-svg .fc-webicon.icloud.small { background: url("images/fc-webicon-icloud-s.png"); }
|
||||
.svg .fc-webicon.icloud { background: url("images/fc-webicon-icloud.svg"); }
|
||||
|
||||
/* Indiegogo */
|
||||
.no-svg .fc-webicon.indiegogo { background: url("images/fc-webicon-indiegogo-m.png"); }
|
||||
.no-svg .fc-webicon.indiegogo.large { background: url("images/fc-webicon-indiegogo.png"); }
|
||||
.no-svg .fc-webicon.indiegogo.small { background: url("images/fc-webicon-indiegogo-s.png"); }
|
||||
.svg .fc-webicon.indiegogo { background: url("images/fc-webicon-indiegogo.svg"); }
|
||||
|
||||
/* Instagram */
|
||||
.no-svg .fc-webicon.instagram { background: url("images/fc-webicon-instagram-m.png"); }
|
||||
.no-svg .fc-webicon.instagram.large { background: url("images/fc-webicon-instagram.png"); }
|
||||
.no-svg .fc-webicon.instagram.small { background: url("images/fc-webicon-instagram-s.png"); }
|
||||
.svg .fc-webicon.instagram { background: url("images/fc-webicon-instagram.svg"); }
|
||||
|
||||
/* Instapaper */
|
||||
.no-svg .fc-webicon.instapaper { background: url("images/fc-webicon-instapaper-m.png"); }
|
||||
.no-svg .fc-webicon.instapaper.large { background: url("images/fc-webicon-instapaper.png"); }
|
||||
.no-svg .fc-webicon.instapaper.small { background: url("images/fc-webicon-instapaper-s.png"); }
|
||||
.svg .fc-webicon.instapaper { background: url("images/fc-webicon-instapaper.svg"); }
|
||||
|
||||
/* Kickstarter */
|
||||
.no-svg .fc-webicon.kickstarter { background: url("images/fc-webicon-kickstarter-m.png"); }
|
||||
.no-svg .fc-webicon.kickstarter.large { background: url("images/fc-webicon-kickstarter.png"); }
|
||||
.no-svg .fc-webicon.kickstarter.small { background: url("images/fc-webicon-kickstarter-s.png"); }
|
||||
.svg .fc-webicon.kickstarter { background: url("images/fc-webicon-kickstarter.svg"); }
|
||||
|
||||
/* Klout */
|
||||
.no-svg .fc-webicon.klout { background: url("images/fc-webicon-klout-m.png"); }
|
||||
.no-svg .fc-webicon.klout.large { background: url("images/fc-webicon-klout.png"); }
|
||||
.no-svg .fc-webicon.klout.small { background: url("images/fc-webicon-klout-s.png"); }
|
||||
.svg .fc-webicon.klout { background: url("images/fc-webicon-klout.svg"); }
|
||||
|
||||
/* Last.fm */
|
||||
.no-svg .fc-webicon.lastfm { background: url("images/fc-webicon-lastfm-m.png"); }
|
||||
.no-svg .fc-webicon.lastfm.large { background: url("images/fc-webicon-lastfm.png"); }
|
||||
.no-svg .fc-webicon.lastfm.small { background: url("images/fc-webicon-lastfm-s.png"); }
|
||||
.svg .fc-webicon.lastfm { background: url("images/fc-webicon-lastfm.svg"); }
|
||||
|
||||
/* LinkedIn */
|
||||
.no-svg .fc-webicon.linkedin { background: url("images/fc-webicon-linkedin-m.png"); }
|
||||
.no-svg .fc-webicon.linkedin.large { background: url("images/fc-webicon-linkedin.png"); }
|
||||
.no-svg .fc-webicon.linkedin.small { background: url("images/fc-webicon-linkedin-s.png"); }
|
||||
.svg .fc-webicon.linkedin { background: url("images/fc-webicon-linkedin.svg"); }
|
||||
|
||||
/* Mail */
|
||||
.no-svg .fc-webicon.mail { background: url("images/fc-webicon-mail-m.png"); }
|
||||
.no-svg .fc-webicon.mail.large { background: url("images/fc-webicon-mail.png"); }
|
||||
.no-svg .fc-webicon.mail.small { background: url("images/fc-webicon-mail-s.png"); }
|
||||
.svg .fc-webicon.mail { background: url("images/fc-webicon-mail.svg"); }
|
||||
|
||||
/* Mixi */
|
||||
.no-svg .fc-webicon.mixi { background: url("images/fc-webicon-mixi-m.png"); }
|
||||
.no-svg .fc-webicon.mixi.large { background: url("images/fc-webicon-mixi.png"); }
|
||||
.no-svg .fc-webicon.mixi.small { background: url("images/fc-webicon-mixi-s.png"); }
|
||||
.svg .fc-webicon.mixi { background: url("images/fc-webicon-mixi.svg"); }
|
||||
|
||||
/* MSN */
|
||||
.no-svg .fc-webicon.msn { background: url("images/fc-webicon-msn-m.png"); }
|
||||
.no-svg .fc-webicon.msn.large { background: url("images/fc-webicon-msn.png"); }
|
||||
.no-svg .fc-webicon.msn.small { background: url("images/fc-webicon-msn-s.png"); }
|
||||
.svg .fc-webicon.msn { background: url("images/fc-webicon-msn.svg"); }
|
||||
|
||||
/* OpenId */
|
||||
.no-svg .fc-webicon.openid { background: url("images/fc-webicon-openid-m.png"); }
|
||||
.no-svg .fc-webicon.openid.large { background: url("images/fc-webicon-openid.png"); }
|
||||
.no-svg .fc-webicon.openid.small { background: url("images/fc-webicon-openid-s.png"); }
|
||||
.svg .fc-webicon.openid { background: url("images/fc-webicon-openid.svg"); }
|
||||
|
||||
/* Picasa */
|
||||
.no-svg .fc-webicon.picasa { background: url("images/fc-webicon-picasa-m.png"); }
|
||||
.no-svg .fc-webicon.picasa.large { background: url("images/fc-webicon-picasa"); }
|
||||
.no-svg .fc-webicon.picasa.small { background: url("images/fc-webicon-picasa-s.png"); }
|
||||
.svg .fc-webicon.picasa { background: url("images/fc-webicon-picasa.svg"); }
|
||||
|
||||
/* Pinterest */
|
||||
.no-svg .fc-webicon.pinterest { background: url("images/fc-webicon-pinterest-m.png"); }
|
||||
.no-svg .fc-webicon.pinterest.large { background: url("images/fc-webicon-pinterest.png"); }
|
||||
.no-svg .fc-webicon.pinterest.small { background: url("images/fc-webicon-pinterest-s.png"); }
|
||||
.svg .fc-webicon.pinterest { background: url("images/fc-webicon-pinterest.svg"); }
|
||||
|
||||
/* PocketApp */
|
||||
.no-svg .fc-webicon.pocket { background: url("images/fc-webicon-pocketapp-m.png"); }
|
||||
.no-svg .fc-webicon.pocket.large { background: url("images/fc-webicon-pocketapp.png"); }
|
||||
.no-svg .fc-webicon.pocket.small { background: url("images/fc-webicon-pocketapp-s.png"); }
|
||||
.svg .fc-webicon.pocket { background: url("images/fc-webicon-pocketapp.svg"); }
|
||||
|
||||
/* Quora */
|
||||
.no-svg .fc-webicon.quora { background: url("images/fc-webicon-quora-m.png"); }
|
||||
.no-svg .fc-webicon.quora.large { background: url("images/fc-webicon-quora.png"); }
|
||||
.no-svg .fc-webicon.quora.small { background: url("images/fc-webicon-quora-s.png"); }
|
||||
.svg .fc-webicon.quora { background: url("images/fc-webicon-quora.svg"); }
|
||||
|
||||
/* Orkut */
|
||||
.no-svg .fc-webicon.orkut { background: url("images/fc-webicon-orkut-m.png"); }
|
||||
.no-svg .fc-webicon.orkut.large { background: url("images/fc-webicon-orkut.png"); }
|
||||
.no-svg .fc-webicon.orkut.small { background: url("images/fc-webicon-orkut-s.png"); }
|
||||
.svg .fc-webicon.orkut { background: url("images/fc-webicon-orkut.svg"); }
|
||||
|
||||
/* Mercurial */
|
||||
.no-svg .fc-webicon.mercurial { background: url("images/fc-webicon-mercurial-m.png"); }
|
||||
.no-svg .fc-webicon.mercurial.large { background: url("images/fc-webicon-mercurial.png"); }
|
||||
.no-svg .fc-webicon.mercurial.small { background: url("images/fc-webicon-mercurial-s.png"); }
|
||||
.svg .fc-webicon.mercurial { background: url("images/fc-webicon-mercurial.svg"); }
|
||||
|
||||
/* Rdio */
|
||||
.no-svg .fc-webicon.rdio { background: url("images/fc-webicon-rdio-m.png"); }
|
||||
.no-svg .fc-webicon.rdio.large { background: url("images/fc-webicon-rdio.png"); }
|
||||
.no-svg .fc-webicon.rdio.small { background: url("images/fc-webicon-rdio-s.png"); }
|
||||
.svg .fc-webicon.rdio { background: url("images/fc-webicon-rdio.svg"); }
|
||||
|
||||
/* Reddit */
|
||||
.no-svg .fc-webicon.reddit { background: url("images/fc-webicon-reddit-m.png"); }
|
||||
.no-svg .fc-webicon.reddit.large { background: url("images/fc-webicon-reddit.png"); }
|
||||
.no-svg .fc-webicon.reddit.small { background: url("images/fc-webicon-reddit-s.png"); }
|
||||
.svg .fc-webicon.reddit { background: url("images/fc-webicon-reddit.svg"); }
|
||||
|
||||
/* Renren */
|
||||
.no-svg .fc-webicon.renren { background: url("images/fc-webicon-renren-m.png"); }
|
||||
.no-svg .fc-webicon.renren.large { background: url("images/fc-webicon-renren.png"); }
|
||||
.no-svg .fc-webicon.renren.small { background: url("images/fc-webicon-renren-s.png"); }
|
||||
.svg .fc-webicon.renren { background: url("images/fc-webicon-renren.svg"); }
|
||||
|
||||
/* RSS */
|
||||
.no-svg .fc-webicon.rss { background: url("images/fc-webicon-rss-m.png"); }
|
||||
.no-svg .fc-webicon.rss.large { background: url("images/fc-webicon-rss.png"); }
|
||||
.no-svg .fc-webicon.rss.small { background: url("images/fc-webicon-rss-s.png"); }
|
||||
.svg .fc-webicon.rss { background: url("images/fc-webicon-rss.svg"); }
|
||||
|
||||
/* Skitch */
|
||||
.no-svg .fc-webicon.skitch { background: url("images/fc-webicon-skitch-m.png"); }
|
||||
.no-svg .fc-webicon.skitch.large { background: url("images/fc-webicon-skitch.png"); }
|
||||
.no-svg .fc-webicon.skitch.small { background: url("images/fc-webicon-skitch-s.png"); }
|
||||
.svg .fc-webicon.skitch { background: url("images/fc-webicon-skitch.svg"); }
|
||||
|
||||
/* Skype */
|
||||
.no-svg .fc-webicon.skype { background: url("images/fc-webicon-skype-m.png"); }
|
||||
.no-svg .fc-webicon.skype.large { background: url("images/fc-webicon-skype.png"); }
|
||||
.no-svg .fc-webicon.skype.small { background: url("images/fc-webicon-skype-s.png"); }
|
||||
.svg .fc-webicon.skype { background: url("images/fc-webicon-skype.svg"); }
|
||||
|
||||
/* SoundCloud */
|
||||
.no-svg .fc-webicon.soundcloud { background: url("images/fc-webicon-soundcloud-m.png"); }
|
||||
.no-svg .fc-webicon.soundcloud.large { background: url("images/fc-webicon-soundcloud.png"); }
|
||||
.no-svg .fc-webicon.soundcloud.small { background: url("images/fc-webicon-soundcloud-s.png"); }
|
||||
.svg .fc-webicon.soundcloud { background: url("images/fc-webicon-soundcloud.svg"); }
|
||||
|
||||
/* Spotify */
|
||||
.no-svg .fc-webicon.spotify { background: url("images/fc-webicon-spotify-m.png"); }
|
||||
.no-svg .fc-webicon.spotify.large { background: url("images/fc-webicon-spotify.png"); }
|
||||
.no-svg .fc-webicon.spotify.small { background: url("images/fc-webicon-spotify-s.png"); }
|
||||
.svg .fc-webicon.spotify { background: url("images/fc-webicon-spotify.svg"); }
|
||||
|
||||
/* Stack Overflow */
|
||||
.no-svg .fc-webicon.stackoverflow { background: url("images/fc-webicon-stackoverflow-m.png"); }
|
||||
.no-svg .fc-webicon.stackoverflow.large { background: url("images/fc-webicon-stackoverflow.png"); }
|
||||
.no-svg .fc-webicon.stackoverflow.small { background: url("images/fc-webicon-stackoverflow-s.png"); }
|
||||
.svg .fc-webicon.stackoverflow { background: url("images/fc-webicon-stackoverflow.svg"); }
|
||||
|
||||
/* StumbleUpon! */
|
||||
.no-svg .fc-webicon.stumbleupon { background: url("images/fc-webicon-stumbleupon-m.png"); }
|
||||
.no-svg .fc-webicon.stumbleupon.large { background: url("images/fc-webicon-stumbleupon.png"); }
|
||||
.no-svg .fc-webicon.stumbleupon.small { background: url("images/fc-webicon-stumbleupon-s.png"); }
|
||||
.svg .fc-webicon.stumbleupon { background: url("images/fc-webicon-stumbleupon.svg"); }
|
||||
|
||||
/* SVN */
|
||||
.no-svg .fc-webicon.svn { background: url("images/fc-webicon-svn-m.png"); }
|
||||
.no-svg .fc-webicon.svn.large { background: url("images/fc-webicon-svn.png"); }
|
||||
.no-svg .fc-webicon.svn.small { background: url("images/fc-webicon-svn-s.png"); }
|
||||
.svg .fc-webicon.svn { background: url("images/fc-webicon-svn.svg"); }
|
||||
|
||||
/* Tent */
|
||||
.no-svg .fc-webicon.tent { background: url("images/fc-webicon-tent-m.png"); }
|
||||
.no-svg .fc-webicon.tent.large { background: url("images/fc-webicon-tent.png"); }
|
||||
.no-svg .fc-webicon.tent.small { background: url("images/fc-webicon-tent-s.png"); }
|
||||
.svg .fc-webicon.tent { background: url("images/fc-webicon-tent.svg"); }
|
||||
|
||||
/* Trip Advisor */
|
||||
.no-svg .fc-webicon.tripadvisor { background: url("images/fc-webicon-tripadvisor-m.png"); }
|
||||
.no-svg .fc-webicon.tripadvisor.large { background: url("images/fc-webicon-tripadvisor.png"); }
|
||||
.no-svg .fc-webicon.tripadvisor.small { background: url("images/fc-webicon-tripadvisor-s.png"); }
|
||||
.svg .fc-webicon.tripadvisor { background: url("images/fc-webicon-tripadvisor.svg"); }
|
||||
|
||||
/* Tumblr */
|
||||
.no-svg .fc-webicon.tumblr { background: url("images/fc-webicon-tumblr-m.png"); }
|
||||
.no-svg .fc-webicon.tumblr.large { background: url("images/fc-webicon-tumblr.png"); }
|
||||
.no-svg .fc-webicon.tumblr.small { background: url("images/fc-webicon-tumblr-s.png"); }
|
||||
.svg .fc-webicon.tumblr { background: url("images/fc-webicon-tumblr.svg"); }
|
||||
|
||||
/* Twitter */
|
||||
.no-svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter-m.png"); }
|
||||
.no-svg .fc-webicon.twitter.large { background: url("images/fc-webicon-twitter.png"); }
|
||||
.no-svg .fc-webicon.twitter.small { background: url("images/fc-webicon-twitter-s.png"); }
|
||||
.svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter.svg"); }
|
||||
|
||||
/* Vimeo */
|
||||
.no-svg .fc-webicon.vimeo { background: url("images/fc-webicon-vimeo-m.png"); }
|
||||
.no-svg .fc-webicon.vimeo.large { background: url("images/fc-webicon-vimeo.png"); }
|
||||
.no-svg .fc-webicon.vimeo.small { background: url("images/fc-webicon-vimeo-s.png"); }
|
||||
.svg .fc-webicon.vimeo { background: url("images/fc-webicon-vimeo.svg"); }
|
||||
|
||||
/* Sina Weibo */
|
||||
.no-svg .fc-webicon.weibo { background: url("images/fc-webicon-weibo-m.png"); }
|
||||
.no-svg .fc-webicon.weibo.large { background: url("images/fc-webicon-weibo.png"); }
|
||||
.no-svg .fc-webicon.weibo.small { background: url("images/fc-webicon-weibo-s.png"); }
|
||||
.svg .fc-webicon.weibo { background: url("images/fc-webicon-weibo.svg"); }
|
||||
|
||||
/* Windows */
|
||||
.no-svg .fc-webicon.windows { background: url("images/fc-webicon-windows-m.png"); }
|
||||
.no-svg .fc-webicon.windows.large { background: url("images/fc-webicon-windows.png"); }
|
||||
.no-svg .fc-webicon.windows.small { background: url("images/fc-webicon-windows-s.png"); }
|
||||
.svg .fc-webicon.windows { background: url("images/fc-webicon-windows.svg"); }
|
||||
|
||||
/* Wordpress */
|
||||
.no-svg .fc-webicon.wordpress { background: url("images/fc-webicon-wordpress-m.png"); }
|
||||
.no-svg .fc-webicon.wordpress.large { background: url("images/fc-webicon-wordpress.png"); }
|
||||
.no-svg .fc-webicon.wordpress.small { background: url("images/fc-webicon-wordpress-s.png"); }
|
||||
.svg .fc-webicon.wordpress { background: url("images/fc-webicon-wordpress.svg"); }
|
||||
|
||||
/* Xing */
|
||||
.no-svg .fc-webicon.xing { background: url("images/fc-webicon-xing-m.png"); }
|
||||
.no-svg .fc-webicon.xing.large { background: url("images/fc-webicon-xing.png"); }
|
||||
.no-svg .fc-webicon.xing.small { background: url("images/fc-webicon-xing-s.png"); }
|
||||
.svg .fc-webicon.xing { background: url("images/fc-webicon-xing.svg"); }
|
||||
|
||||
/* Yahoo! */
|
||||
.no-svg .fc-webicon.yahoo { background: url("images/fc-webicon-yahoo-m.png"); }
|
||||
.no-svg .fc-webicon.yahoo.large { background: url("images/fc-webicon-yahoo.png"); }
|
||||
.no-svg .fc-webicon.yahoo.small { background: url("images/fc-webicon-yahoo-s.png"); }
|
||||
.svg .fc-webicon.yahoo { background: url("images/fc-webicon-yahoo.svg"); }
|
||||
|
||||
/* Yelp! */
|
||||
.no-svg .fc-webicon.yelp { background: url("images/fc-webicon-yelp-m.png"); }
|
||||
.no-svg .fc-webicon.yelp.large { background: url("images/fc-webicon-yelp.png"); }
|
||||
.no-svg .fc-webicon.yelp.small { background: url("images/fc-webicon-yelp-s.png"); }
|
||||
.svg .fc-webicon.yelp { background: url("images/fc-webicon-yelp.svg"); }
|
||||
|
||||
/* YouTube */
|
||||
.no-svg .fc-webicon.youtube { background: url("images/fc-webicon-youtube-m.png"); }
|
||||
.no-svg .fc-webicon.youtube.large { background: url("images/fc-webicon-youtube.png"); }
|
||||
.no-svg .fc-webicon.youtube.small { background: url("images/fc-webicon-youtube-s.png"); }
|
||||
.svg .fc-webicon.youtube { background: url("images/fc-webicon-youtube.svg"); }
|
||||
|
||||
/* YouVersion */
|
||||
.no-svg .fc-webicon.youversion { background: url("images/fc-webicon-youversion-m.png"); }
|
||||
.no-svg .fc-webicon.youversion.large { background: url("images/fc-webicon-youversion.png"); }
|
||||
.no-svg .fc-webicon.youversion.small { background: url("images/fc-webicon-youversion-s.png"); }
|
||||
.svg .fc-webicon.youversion { background: url("images/fc-webicon-youversion.svg"); }
|
||||
|
||||
/* Zerply */
|
||||
.no-svg .fc-webicon.zerply { background: url("images/fc-webicon-zerply-m.png"); }
|
||||
.no-svg .fc-webicon.zerply.large { background: url("images/fc-webicon-zerply.png"); }
|
||||
.no-svg .fc-webicon.zerply.small { background: url("images/fc-webicon-zerply-s.png"); }
|
||||
.svg .fc-webicon.zerply { background: url("images/fc-webicon-zerply.svg"); }
|
||||
|
After Width: | Height: | Size: 871 B |
|
After Width: | Height: | Size: 623 B |
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#40C5EA"/>
|
||||
<stop offset="1" style="stop-color:#2598D9"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<g id="XpSHuz.tif_1_">
|
||||
<g>
|
||||
<path fill="#2598D9" d="M498.282,279.634c0,0.249,0,0.497,0,0.744c-0.012,0.07-0.027,0.139-0.032,0.209
|
||||
c-0.042,0.615-0.156,1.217-0.364,1.797c-0.653,1.82-1.852,3.088-3.76,3.573c-1.839,0.467-3.541,0.079-5.108-0.961
|
||||
c-0.963-0.635-1.757-1.452-2.522-2.303c-0.071-0.08-0.144-0.161-0.243-0.274c-0.034,0.056-0.049,0.096-0.077,0.123
|
||||
c-0.625,0.628-1.224,1.287-1.884,1.877c-1.355,1.211-2.935,1.862-4.78,1.708c-2.201-0.187-3.793-1.266-4.73-3.281
|
||||
c-0.024-0.052-0.05-0.102-0.078-0.159c-0.017,0.021-0.027,0.028-0.033,0.04c-0.026,0.053-0.051,0.106-0.077,0.159
|
||||
c-0.825,1.636-2.109,2.729-3.89,3.168c-1.709,0.422-3.392,0.245-4.979-0.52c-1.41-0.68-2.334-1.792-2.687-3.34
|
||||
c-0.085-0.369-0.109-0.752-0.162-1.142c1.156,0,2.262,0,3.372,0c0.01,0.062,0.018,0.112,0.026,0.164
|
||||
c0.009,0.051,0.017,0.103,0.028,0.153c0.136,0.679,0.455,1.249,1.025,1.654c1.358,0.968,3.254,0.518,4.058-0.973
|
||||
c0.546-1.013,0.59-2.072,0.163-3.136c-0.323-0.804-0.912-1.368-1.759-1.566c-1.379-0.32-2.44,0.01-3.225,1.057
|
||||
c-0.088,0.117-0.178,0.163-0.325,0.162c-0.861-0.008-1.722-0.004-2.583-0.004c-0.069,0-0.138,0-0.234,0
|
||||
c0.546-3.064,1.087-6.096,1.626-9.122c3.09,0,6.153,0,9.214,0c0,0.923,0,1.832,0,2.749c-0.096,0-0.174,0-0.251,0
|
||||
c-2.12,0-4.241,0.001-6.362-0.003c-0.138,0-0.2,0.026-0.227,0.182c-0.194,1.145-0.401,2.287-0.601,3.43
|
||||
c-0.01,0.052-0.007,0.107-0.014,0.227c1.245-1.258,2.729-1.495,4.327-1.207c1.645,0.298,2.778,1.289,3.506,2.806
|
||||
c0.037-0.09,0.061-0.147,0.085-0.205c0.875-2.046,2.435-3.152,4.639-3.347c1.747-0.155,3.253,0.444,4.599,1.518
|
||||
c0.816,0.652,1.49,1.441,2.17,2.224c0.046,0.052,0.091,0.103,0.146,0.162c0.097-0.113,0.175-0.208,0.256-0.302
|
||||
c0.74-0.861,1.479-1.722,2.416-2.386c1.501-1.064,3.154-1.495,4.966-1.109c2.279,0.488,3.606,1.971,4.167,4.182
|
||||
C498.188,278.776,498.217,279.21,498.282,279.634z M488.249,280.169c0.562,0.767,1.71,1.749,2.521,2.169
|
||||
c0.516,0.265,1.054,0.444,1.635,0.492c1.173,0.097,2.098-0.41,2.532-1.437c0.351-0.831,0.364-1.684,0.005-2.513
|
||||
c-0.432-0.995-1.204-1.526-2.304-1.552c-0.634-0.015-1.205,0.18-1.747,0.491C489.848,278.416,489.066,279.305,488.249,280.169z
|
||||
M484.306,280.179c-0.89-0.933-1.776-1.845-2.93-2.432c-0.261-0.131-0.536-0.246-0.816-0.322
|
||||
c-1.212-0.326-2.237,0.126-2.831,1.232c-0.412,0.768-0.479,1.579-0.247,2.409c0.283,1.01,1.054,1.638,2.098,1.748
|
||||
c0.627,0.068,1.219-0.052,1.792-0.3C482.552,282.005,483.457,281.151,484.306,280.179z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="XpSHuz.tif">
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M498.282,281.327c0,0.249,0,0.496,0,0.746c-0.012,0.067-0.027,0.137-0.032,0.208
|
||||
c-0.042,0.615-0.156,1.216-0.364,1.796c-0.653,1.821-1.852,3.09-3.76,3.573c-1.839,0.467-3.541,0.079-5.108-0.959
|
||||
c-0.963-0.637-1.757-1.454-2.522-2.305c-0.071-0.079-0.144-0.161-0.243-0.273c-0.034,0.056-0.049,0.095-0.077,0.122
|
||||
c-0.625,0.629-1.224,1.287-1.884,1.878c-1.355,1.21-2.935,1.861-4.78,1.707c-2.201-0.187-3.793-1.265-4.73-3.281
|
||||
c-0.024-0.052-0.05-0.102-0.078-0.159c-0.017,0.021-0.027,0.029-0.033,0.039c-0.026,0.054-0.051,0.106-0.077,0.16
|
||||
c-0.825,1.635-2.109,2.73-3.89,3.168c-1.709,0.421-3.392,0.247-4.979-0.52c-1.41-0.679-2.334-1.792-2.687-3.338
|
||||
c-0.085-0.37-0.109-0.754-0.162-1.143c1.156,0,2.262,0,3.372,0c0.01,0.061,0.018,0.112,0.026,0.163
|
||||
c0.009,0.052,0.017,0.103,0.028,0.153c0.136,0.679,0.455,1.248,1.025,1.655c1.358,0.967,3.254,0.517,4.058-0.974
|
||||
c0.546-1.013,0.59-2.072,0.163-3.136c-0.323-0.804-0.912-1.368-1.759-1.566c-1.379-0.32-2.44,0.011-3.225,1.057
|
||||
c-0.088,0.116-0.178,0.162-0.325,0.161c-0.861-0.008-1.722-0.005-2.583-0.005c-0.069,0-0.138,0-0.234,0
|
||||
c0.546-3.064,1.087-6.096,1.626-9.121c3.09,0,6.153,0,9.214,0c0,0.923,0,1.831,0,2.749c-0.096,0-0.174,0-0.251,0
|
||||
c-2.12,0-4.241,0.001-6.362-0.003c-0.138,0-0.2,0.026-0.227,0.182c-0.194,1.145-0.401,2.287-0.601,3.43
|
||||
c-0.01,0.052-0.007,0.106-0.014,0.228c1.245-1.259,2.729-1.495,4.327-1.208c1.645,0.297,2.778,1.289,3.506,2.807
|
||||
c0.037-0.091,0.061-0.148,0.085-0.206c0.875-2.046,2.435-3.152,4.639-3.347c1.747-0.155,3.253,0.444,4.599,1.519
|
||||
c0.816,0.652,1.49,1.44,2.17,2.224c0.046,0.052,0.091,0.102,0.146,0.162c0.097-0.114,0.175-0.209,0.256-0.302
|
||||
c0.74-0.861,1.479-1.722,2.416-2.386c1.501-1.064,3.154-1.497,4.966-1.109c2.279,0.488,3.606,1.97,4.167,4.183
|
||||
C498.188,280.471,498.217,280.903,498.282,281.327z M488.249,281.864c0.562,0.765,1.71,1.747,2.521,2.167
|
||||
c0.516,0.267,1.054,0.443,1.635,0.492c1.173,0.098,2.098-0.409,2.532-1.437c0.351-0.831,0.364-1.683,0.005-2.512
|
||||
c-0.432-0.997-1.204-1.526-2.304-1.553c-0.634-0.015-1.205,0.18-1.747,0.491C489.848,280.11,489.066,280.998,488.249,281.864z
|
||||
M484.306,281.873c-0.89-0.932-1.776-1.845-2.93-2.432c-0.261-0.132-0.536-0.247-0.816-0.322
|
||||
c-1.212-0.326-2.237,0.126-2.831,1.232c-0.412,0.767-0.479,1.578-0.247,2.409c0.283,1.009,1.054,1.638,2.098,1.749
|
||||
c0.627,0.067,1.219-0.052,1.792-0.301C482.552,283.698,483.457,282.845,484.306,281.873z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 758 B |
|
After Width: | Height: | Size: 515 B |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#082F3C"/>
|
||||
<stop offset="1" style="stop-color:#04242E"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#03191E" d="M466.752,274.061c1.03-0.476,1.952-1.021,2.946-1.333
|
||||
c1.668-0.524,3.078,0.008,4.113,1.417c0.336,0.458,0.521,0.403,0.918,0.025c1.398-1.325,3.034-1.956,4.981-1.419
|
||||
c1.338,0.37,2.175,1.325,2.197,2.73c0.05,3.108,0.039,6.218,0.009,9.326c-0.003,0.193-0.363,0.533-0.578,0.552
|
||||
c-1.929,0.166-1.93,0.149-1.928-1.802c0-1.97,0.006-3.939-0.002-5.909c-0.006-1.448-0.527-2.357-1.466-2.609
|
||||
c-1.138-0.305-2.915,0.399-3.455,1.428c-0.162,0.307-0.194,0.708-0.198,1.066c-0.017,2.277-0.032,4.556,0.003,6.832
|
||||
c0.011,0.74-0.189,1.04-0.982,1.027c-1.661-0.029-1.662,0.009-1.662-1.643c0-2.124,0.003-4.248-0.002-6.372
|
||||
c-0.004-1.531-0.74-2.382-2.048-2.389c-1.654-0.009-2.935,1.072-2.939,2.495c-0.006,2.309-0.026,4.618,0.01,6.925
|
||||
c0.012,0.708-0.185,0.98-0.927,0.981c-1.813,0.003-1.813,0.035-1.813-1.778c0-3.263,0.021-6.526-0.02-9.788
|
||||
c-0.01-0.752,0.236-1.02,0.949-0.914c0.03,0.004,0.061,0,0.092,0C465.803,272.95,466.933,272.538,466.752,274.061z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#03191E" d="M491.8,280.083c-1.293,0-2.585-0.007-3.877,0.002
|
||||
c-0.979,0.007-1.133,0.265-0.726,1.175c0.799,1.788,2.821,2.76,4.763,2.219c0.669-0.187,1.331-0.488,1.913-0.865
|
||||
c0.541-0.354,0.783-0.215,1.1,0.257c0.77,1.149,0.778,1.24-0.441,1.924c-2.871,1.613-7.757,1.431-9.627-2.232
|
||||
c-1.926-3.778-0.419-9.347,4.872-9.974c3.228-0.383,6.05,1.763,6.566,4.984c0.048,0.303,0.083,0.609,0.124,0.914
|
||||
c0.213,1.597,0.213,1.598-1.437,1.599C493.953,280.084,492.875,280.083,491.8,280.083z M490.363,278.169
|
||||
c0.89,0,1.778,0.011,2.668-0.003c0.869-0.014,1.021-0.241,0.76-1.071c-0.461-1.462-1.9-2.396-3.579-2.324
|
||||
c-1.493,0.064-2.838,1.177-3.21,2.588c-0.155,0.589,0.04,0.808,0.603,0.808C488.524,278.167,489.444,278.167,490.363,278.169z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFCB33" d="M466.752,276.108c1.03-0.476,1.952-1.021,2.946-1.332
|
||||
c1.668-0.524,3.078,0.008,4.113,1.417c0.336,0.458,0.521,0.403,0.918,0.026c1.398-1.326,3.034-1.956,4.981-1.419
|
||||
c1.338,0.37,2.175,1.325,2.197,2.73c0.05,3.108,0.039,6.218,0.009,9.326c-0.003,0.193-0.363,0.533-0.578,0.552
|
||||
c-1.929,0.166-1.93,0.149-1.928-1.802c0-1.97,0.006-3.939-0.002-5.909c-0.006-1.448-0.527-2.357-1.466-2.609
|
||||
c-1.138-0.305-2.915,0.399-3.455,1.428c-0.162,0.307-0.194,0.708-0.198,1.067c-0.017,2.277-0.032,4.555,0.003,6.833
|
||||
c0.011,0.739-0.189,1.039-0.982,1.026c-1.661-0.029-1.662,0.009-1.662-1.643c0-2.124,0.003-4.248-0.002-6.372
|
||||
c-0.004-1.531-0.74-2.382-2.048-2.389c-1.654-0.008-2.935,1.072-2.939,2.495c-0.006,2.309-0.026,4.618,0.01,6.926
|
||||
c0.012,0.707-0.185,0.98-0.927,0.981c-1.813,0.002-1.813,0.034-1.813-1.779c0-3.263,0.021-6.525-0.02-9.788
|
||||
c-0.01-0.752,0.236-1.02,0.949-0.914c0.03,0.005,0.061,0,0.092,0C465.803,274.997,466.933,274.585,466.752,276.108z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFCB33" d="M491.8,282.13c-1.293,0-2.585-0.007-3.877,0.002
|
||||
c-0.979,0.007-1.133,0.265-0.726,1.174c0.799,1.79,2.821,2.761,4.763,2.221c0.669-0.188,1.331-0.489,1.913-0.866
|
||||
c0.541-0.354,0.783-0.215,1.1,0.257c0.77,1.149,0.778,1.24-0.441,1.925c-2.871,1.613-7.757,1.43-9.627-2.233
|
||||
c-1.926-3.778-0.419-9.347,4.872-9.974c3.228-0.383,6.05,1.763,6.566,4.984c0.048,0.304,0.083,0.609,0.124,0.913
|
||||
c0.213,1.598,0.213,1.599-1.437,1.6C493.953,282.132,492.875,282.131,491.8,282.13z M490.363,280.216
|
||||
c0.89,0,1.778,0.011,2.668-0.003c0.869-0.014,1.021-0.241,0.76-1.071c-0.461-1.462-1.9-2.396-3.579-2.323
|
||||
c-1.493,0.064-2.838,1.176-3.21,2.588c-0.155,0.589,0.04,0.808,0.603,0.808C488.524,280.213,489.444,280.214,490.363,280.216z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 751 B |
|
After Width: | Height: | Size: 549 B |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#40C5EA"/>
|
||||
<stop offset="1" style="stop-color:#2598D9"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<polygon fill="#2598D9" points="480.628,275.748 488.828,267.167 496.79,275.459 480.628,292.292 464.465,275.459 472.427,267.167
|
||||
"/>
|
||||
<polygon fill="#FFFFFF" points="480.628,278.407 488.828,270.167 496.79,278.129 480.628,294.292 464.465,278.129 472.427,270.167
|
||||
"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 770 B |
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#80B232"/>
|
||||
<stop offset="1" style="stop-color:#62A329"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<path fill="#599123" d="M482.264,290.324v5.065c0,0,0.025,1.771,2,1.771c1.977,0,2.065-1.747,2.065-1.747v-5.09c0,0,0.309,0,1.888,0
|
||||
c1.574,0,1.621-1.544,1.621-1.544v-17.704h-18.761v17.704c0,0,0.044,1.544,1.621,1.544c1.577,0,1.887,0,1.887,0v5.09
|
||||
c0,0,0.089,1.747,2.064,1.747c1.975,0,1.998-1.771,1.998-1.771v-5.065H482.264z"/>
|
||||
<path fill="#599123" d="M491.238,284.388c0,0,0.045,1.614,1.983,1.614c1.94,0,1.909-1.614,1.909-1.614v-12.548
|
||||
c0,0,0.031-1.614-1.909-1.614c-1.938,0-1.983,1.614-1.983,1.614V284.388z"/>
|
||||
<path fill="#599123" d="M465.608,284.388c0,0,0.045,1.614,1.983,1.614c1.939,0,1.91-1.614,1.91-1.614v-12.548
|
||||
c0,0,0.03-1.614-1.91-1.614c-1.938,0-1.983,1.614-1.983,1.614V284.388z"/>
|
||||
<path fill="#599123" d="M471.122,269.835c0,0,0.134-3.855,3.863-6.499l-1.109-2.286l0.4-0.224l1.198,2.195c0,0,5.106-2.554,9.991,0
|
||||
l1.198-2.241l0.376,0.179l-1.196,2.331c0,0,3.996,2.195,3.996,6.544H471.122z"/>
|
||||
<path fill="#FFFFFF" d="M482.264,291.389v5.018c0,0,0.025,1.755,2,1.755c1.977,0,2.065-1.73,2.065-1.73v-5.042c0,0,0.309,0,1.888,0
|
||||
c1.574,0,1.621-1.53,1.621-1.53v-17.538h-18.761v17.538c0,0,0.044,1.53,1.621,1.53c1.577,0,1.887,0,1.887,0v5.042
|
||||
c0,0,0.089,1.73,2.064,1.73c1.975,0,1.998-1.755,1.998-1.755v-5.018H482.264z"/>
|
||||
<path fill="#FFFFFF" d="M491.238,285.507c0,0,0.045,1.6,1.983,1.6c1.94,0,1.909-1.6,1.909-1.6v-12.431c0,0,0.031-1.599-1.909-1.599
|
||||
c-1.938,0-1.983,1.599-1.983,1.599V285.507z"/>
|
||||
<path fill="#FFFFFF" d="M465.608,285.507c0,0,0.045,1.6,1.983,1.6c1.939,0,1.91-1.6,1.91-1.6v-12.431c0,0,0.03-1.599-1.91-1.599
|
||||
c-1.938,0-1.983,1.599-1.983,1.599V285.507z"/>
|
||||
<path fill="#FFFFFF" d="M471.122,271.083c0,0,0.134-3.819,3.863-6.438l-1.109-2.265l0.4-0.222l1.198,2.175c0,0,5.106-2.53,9.991,0
|
||||
l1.198-2.22l0.376,0.178l-1.196,2.309c0,0,3.996,2.175,3.996,6.482H471.122z M477.456,266.515c-0.746,0-1.353,0.604-1.353,1.351
|
||||
s0.606,1.351,1.353,1.351c0.746,0,1.351-0.604,1.351-1.351S478.202,266.515,477.456,266.515z M483.79,266.515
|
||||
c-0.743,0-1.352,0.604-1.352,1.351s0.608,1.351,1.352,1.351c0.747,0,1.354-0.604,1.354-1.351S484.537,266.515,483.79,266.515z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 666 B |
|
After Width: | Height: | Size: 459 B |
|
After Width: | Height: | Size: 973 B |
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#242424"/>
|
||||
<stop offset="1" style="stop-color:#141414"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<path d="M490.648,273.344c0,0-2.722-4.108-8.131-2.144c-2.232,0.75-3.418,0.465-4.813-0.07c-1.397-0.537-4.329-1.394-7.467,2.356
|
||||
c-3.14,3.752-1.116,10.36-0.384,12.074s3.698,8.717,8.479,6.145c4.081-2.25,6.036,3.215,9.837-1.144c0,0,2.303-2.714,3.211-5.822
|
||||
c0,0-3.698-1.643-3.698-6.001C487.683,274.772,490.648,273.344,490.648,273.344z"/>
|
||||
<path d="M485.553,263.664c0,0-5.545,0.357-5.617,6.608C479.936,270.272,485.448,270.308,485.553,263.664z"/>
|
||||
<path fill="#FFFFFF" d="M490.648,274.786c0,0-2.722-4.013-8.131-2.094c-2.232,0.733-3.418,0.454-4.813-0.069
|
||||
c-1.397-0.524-4.329-1.361-7.467,2.302c-3.14,3.665-1.116,10.119-0.384,11.793s3.698,8.514,8.479,6.001
|
||||
c4.081-2.197,6.036,3.141,9.837-1.116c0,0,2.303-2.651,3.211-5.688c0,0-3.698-1.604-3.698-5.861
|
||||
C487.683,276.181,490.648,274.786,490.648,274.786z"/>
|
||||
<path fill="#FFFFFF" d="M485.553,265.331c0,0-5.545,0.349-5.617,6.455C479.936,271.785,485.448,271.82,485.553,265.331z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="23.9995" y1="0" x2="23.9995" y2="48.0005">
|
||||
<stop offset="0" style="stop-color:#4BD0EF"/>
|
||||
<stop offset="1" style="stop-color:#29AAE1"/>
|
||||
</linearGradient>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_1_)" d="M48,42c0,3.313-2.687,6-6,6H6c-3.313,0-6-2.687-6-6V6
|
||||
c0-3.313,2.687-6,6-6h36c3.313,0,6,2.687,6,6V42z"/>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#29AAE1" d="M21.957,22.401c0.596-0.304,1.047-0.641,1.353-1.011c0.547-0.658,0.822-1.528,0.822-2.612
|
||||
c0-1.051-0.271-1.953-0.814-2.708c-0.902-1.228-2.435-1.858-4.598-1.89h-8.574v17.742h7.994c0.902,0,1.737-0.081,2.507-0.24
|
||||
c0.77-0.162,1.438-0.459,2.005-0.892c0.502-0.377,0.921-0.843,1.256-1.396c0.526-0.834,0.79-1.777,0.79-2.828
|
||||
c0-1.02-0.23-1.886-0.691-2.6C23.545,23.252,22.862,22.731,21.957,22.401z M13.685,17.263h3.859c0.85,0,1.549,0.092,2.097,0.277
|
||||
c0.635,0.265,0.953,0.811,0.953,1.637c0,0.746-0.24,1.266-0.721,1.559c-0.481,0.293-1.106,0.439-1.876,0.439h-4.312V17.263z
|
||||
M19.788,28.527c-0.429,0.21-1.027,0.314-1.796,0.314h-4.307V24.11h4.367c0.761,0.009,1.353,0.109,1.773,0.302
|
||||
c0.753,0.345,1.13,0.98,1.13,1.901C20.955,27.405,20.565,28.144,19.788,28.527z M39.485,23.723
|
||||
c-0.159-1.03-0.507-1.934-1.044-2.713c-0.598-0.884-1.353-1.531-2.268-1.941c-0.916-0.41-1.944-0.615-3.086-0.615
|
||||
c-1.923,0-3.487,0.606-4.691,1.819c-1.205,1.212-1.808,2.956-1.808,5.228c0,2.426,0.667,4.177,2.002,5.253
|
||||
c1.335,1.077,2.876,1.614,4.621,1.614c2.115,0,3.761-0.638,4.937-1.913c0.756-0.804,1.179-1.594,1.271-2.371h-3.503
|
||||
c-0.204,0.385-0.438,0.686-0.705,0.902c-0.489,0.401-1.123,0.603-1.905,0.603c-0.736,0-1.367-0.166-1.892-0.494
|
||||
c-0.861-0.53-1.318-1.454-1.371-2.769H39.6C39.615,25.193,39.578,24.324,39.485,23.723z M30.128,24.062
|
||||
c0.125-0.854,0.429-1.531,0.914-2.03c0.484-0.5,1.167-0.75,2.048-0.75c0.809,0,1.486,0.236,2.033,0.708
|
||||
c0.547,0.471,0.852,1.163,0.914,2.072H30.128z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#29AAE1" d="M27.77,14.325h10.531v1.708H27.77V14.325z"/>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M21.957,24.125c0.596-0.305,1.047-0.642,1.353-1.011c0.547-0.658,0.822-1.528,0.822-2.612
|
||||
c0-1.051-0.271-1.953-0.814-2.708c-0.902-1.228-2.435-1.858-4.598-1.89h-8.574v17.742h7.994c0.902,0,1.737-0.081,2.507-0.241
|
||||
c0.77-0.161,1.438-0.458,2.005-0.892c0.502-0.376,0.921-0.843,1.256-1.396c0.526-0.834,0.79-1.777,0.79-2.829
|
||||
c0-1.019-0.23-1.885-0.691-2.599C23.545,24.976,22.862,24.454,21.957,24.125z M13.685,18.986h3.859
|
||||
c0.85,0,1.549,0.092,2.097,0.277c0.635,0.265,0.953,0.811,0.953,1.637c0,0.746-0.24,1.266-0.721,1.559
|
||||
c-0.481,0.293-1.106,0.439-1.876,0.439h-4.312V18.986z M19.788,30.251c-0.429,0.21-1.027,0.313-1.796,0.313h-4.307v-4.73h4.367
|
||||
c0.761,0.008,1.353,0.108,1.773,0.302c0.753,0.345,1.13,0.979,1.13,1.901C20.955,29.128,20.565,29.867,19.788,30.251z
|
||||
M39.485,25.445c-0.159-1.029-0.507-1.933-1.044-2.712c-0.598-0.884-1.353-1.531-2.268-1.941c-0.916-0.41-1.944-0.615-3.086-0.615
|
||||
c-1.923,0-3.487,0.606-4.691,1.819c-1.205,1.212-1.808,2.956-1.808,5.227c0,2.426,0.667,4.177,2.002,5.253
|
||||
c1.335,1.077,2.876,1.615,4.621,1.615c2.115,0,3.761-0.639,4.937-1.914c0.756-0.803,1.179-1.593,1.271-2.371h-3.503
|
||||
c-0.204,0.385-0.438,0.686-0.705,0.901c-0.489,0.402-1.123,0.604-1.905,0.604c-0.736,0-1.367-0.165-1.892-0.494
|
||||
c-0.861-0.53-1.318-1.453-1.371-2.769H39.6C39.615,26.916,39.578,26.048,39.485,25.445z M30.128,25.786
|
||||
c0.125-0.854,0.429-1.531,0.914-2.031c0.484-0.5,1.167-0.75,2.048-0.75c0.809,0,1.486,0.236,2.033,0.708
|
||||
c0.547,0.471,0.852,1.163,0.914,2.073H30.128z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M27.77,16.048h10.531v1.708H27.77V16.048z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 611 611" enable-background="new 0 0 611 611" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="342.7773" y1="314.2783" x2="342.7773" y2="302.7783" gradientTransform="matrix(53.0386 0 0 -53.0386 -17874.9062 16669.4297)">
|
||||
<stop offset="0" style="stop-color:#004889"/>
|
||||
<stop offset="1" style="stop-color:#00346E"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M610.553,534.237c0,42.095-34.152,76.234-76.234,76.234H76.857
|
||||
c-42.107,0-76.248-34.152-76.248-76.234V76.776c0-42.096,34.141-76.248,76.248-76.248h457.461c42.096,0,76.234,34.152,76.234,76.248
|
||||
V534.237z"/>
|
||||
<path fill="#FFFFFF" d="M247.434,75.511c64.593-6.113,130.795-3.274,193.46,14.484c22.37,7.241,46.774,15.562,61.586,34.979
|
||||
c7.188,8.476,4.186,19.907,3.106,29.83c-10.081,62.661-20.922,125.217-31.702,187.718c-3.431,18.075-21.089,28.057-35.842,36.265
|
||||
c-53.753,26.446-115.825,30.849-174.677,25.157c-39.485-5.144-80.845-14.428-112.604-39.858
|
||||
c-15.558-11.157-14.698-31.652-18.188-48.438c-9.338-58.961-21.406-117.546-28.544-176.72c3.542-25.805,32.514-36.323,53.76-44.903
|
||||
C186.702,83.988,217.016,78.571,247.434,75.511z"/>
|
||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="174.166" y1="387.8828" x2="438.0088" y2="387.8828" gradientTransform="matrix(1 0 0 -1 -0.5 520.5)">
|
||||
<stop offset="0" style="stop-color:#004889"/>
|
||||
<stop offset="1" style="stop-color:#00346E"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_2_)" d="M222.538,111.562c53.596-8.532,108.532-8.369,162.18-0.373c18.726,3.698,40.343,6.062,52.791,22.423
|
||||
c-17.704,17.865-44.261,19.258-67.7,23.067c-42.604,4.615-85.785,4.454-128.383-0.214c-23.498-3.536-49.518-5.686-67.76-22.854
|
||||
C184.723,117.732,205.051,115.265,222.538,111.562z"/>
|
||||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="242.0679" y1="223.3862" x2="370.2559" y2="223.3862" gradientTransform="matrix(1 0 0 -1 -0.5 520.5)">
|
||||
<stop offset="0" style="stop-color:#004889"/>
|
||||
<stop offset="1" style="stop-color:#00346E"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_3_)" d="M280.483,238.116c37.018-17.487,84.813,10.091,88.519,50.646
|
||||
c5.796,34.872-22.645,70.173-57.78,72.314c-34.762,4.135-68.993-25.536-69.478-60.563
|
||||
C239.656,274.172,256.342,248.155,280.483,238.116z"/>
|
||||
<path fill="#FFFFFF" d="M290.511,268.757c19.103-11.59,46.941,3.912,46.837,26.282c3.271,23.874-25.966,42.757-46.461,30.478
|
||||
C268.033,315.646,268.033,279.108,290.511,268.757z"/>
|
||||
<path fill="#FFFFFF" d="M155.371,402.446l5.041-2.472c85.407,56.389,204.773,56.389,290.24,0.056
|
||||
c13.413,3.862,3.433,20.387,3.274,29.88c-8.157,28.061-3.06,66.421-33.321,82.354c-50.967,28.705-113.142,30.257-169.684,21.348
|
||||
c-29.562-6.38-64.755-14.693-81.012-42.917c-7.3-27.358-11.805-55.578-16.361-83.528L155.371,402.446z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 736 B |
|
After Width: | Height: | Size: 528 B |
|
After Width: | Height: | Size: 1018 B |
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#EC9728"/>
|
||||
<stop offset="1" style="stop-color:#DF4C18"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<path fill="#DF4C18" d="M492.603,275.849c-1.657,0-1.657,0-1.657,0s-1.489,0.083-1.489-2.07s-0.581-8.032-7.206-8.032
|
||||
c-6.624,0-7.287,0-7.287,0s-7.702-0.332-7.702,7.867v11.097c0,0,0,7.949,7.619,7.949s11.759,0,11.759,0s7.784-0.248,7.784-8.198
|
||||
c0-5.466,0-6.956,0-6.956S494.672,275.849,492.603,275.849z M475.833,272.62h5.134c0.892,0,1.616,0.723,1.616,1.615
|
||||
c0,0.893-0.725,1.615-1.616,1.615h-5.134c-0.892,0-1.615-0.722-1.615-1.615C474.218,273.342,474.941,272.62,475.833,272.62z
|
||||
M485.936,285.787h-10.103c-0.892,0-1.615-0.724-1.615-1.615s0.723-1.615,1.615-1.615h10.103c0.893,0,1.615,0.724,1.615,1.615
|
||||
S486.828,285.787,485.936,285.787z"/>
|
||||
<path fill="#FFFFFF" d="M492.603,277.689c-1.657,0-1.657,0-1.657,0s-1.489,0.083-1.489-2.07c0-2.153-0.581-8.033-7.206-8.033
|
||||
c-6.624,0-7.287,0-7.287,0s-7.702-0.332-7.702,7.867v11.097c0,0,0,7.949,7.619,7.949s11.759,0,11.759,0s7.784-0.248,7.784-8.198
|
||||
c0-5.466,0-6.956,0-6.956S494.672,277.689,492.603,277.689z M475.833,274.459h5.134c0.892,0,1.616,0.723,1.616,1.615
|
||||
s-0.725,1.614-1.616,1.614h-5.134c-0.892,0-1.615-0.722-1.615-1.614S474.941,274.459,475.833,274.459z M485.936,287.627h-10.103
|
||||
c-0.892,0-1.615-0.724-1.615-1.615s0.723-1.615,1.615-1.615h10.103c0.893,0,1.615,0.724,1.615,1.615
|
||||
S486.828,287.627,485.936,287.627z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 611 611" enable-background="new 0 0 611 611" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="24.0391" y1="603.8896" x2="24.0391" y2="555.8896" gradientTransform="matrix(12.7292 0 0 -12.7292 -0.5 7687.021)">
|
||||
<stop offset="0" style="stop-color:#41B8D0"/>
|
||||
<stop offset="1" style="stop-color:#256FBB"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M611,534.625C611,576.797,576.797,611,534.625,611H76.375C34.203,611,0,576.797,0,534.625V76.375
|
||||
C0,34.203,34.203,0,76.375,0h458.25C576.797,0,611,34.203,611,76.375V534.625z"/>
|
||||
<circle fill="#FFFFFF" cx="121.639" cy="145.671" r="49.472"/>
|
||||
<path fill="#FFFFFF" d="M353.989,145.671c0,27.324-22.148,49.472-49.469,49.472c-27.327,0-49.475-22.147-49.475-49.472
|
||||
c0-27.324,22.148-49.471,49.475-49.471C331.841,96.2,353.989,118.348,353.989,145.671z"/>
|
||||
<path fill="#FFFFFF" d="M535.767,145.671c0,27.324-22.148,49.472-49.469,49.472c-27.326,0-49.475-22.147-49.475-49.472
|
||||
c0-27.324,22.148-49.471,49.475-49.471C513.618,96.2,535.767,118.348,535.767,145.671z"/>
|
||||
<path fill="#FFFFFF" d="M353.989,309.652c0,27.324-22.148,49.472-49.469,49.472c-27.327,0-49.475-22.147-49.475-49.472
|
||||
c0-27.324,22.148-49.472,49.475-49.472C331.841,260.18,353.989,282.329,353.989,309.652z"/>
|
||||
<path fill="#FFFFFF" d="M535.767,308.542c0,27.326-22.148,49.475-49.469,49.475c-27.326,0-49.475-22.148-49.475-49.475
|
||||
c0-27.324,22.148-49.472,49.475-49.472C513.618,259.07,535.767,281.218,535.767,308.542z"/>
|
||||
<path fill="#FFFFFF" d="M535.767,475.859c0,27.325-22.148,49.474-49.469,49.474c-27.326,0-49.475-22.148-49.475-49.474
|
||||
c0-27.321,22.148-49.47,49.475-49.47C513.618,426.39,535.767,448.538,535.767,475.859z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="176 76 48 48" enable-background="new 176 76 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="71.3662" y1="132.875" x2="71.3662" y2="121.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -97.3177 629.646)">
|
||||
<stop offset="0" style="stop-color:#F93C2D"/>
|
||||
<stop offset="1" style="stop-color:#D32D20"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M224,117.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V81.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V117.928z"/>
|
||||
<g id="W0qAS3_2_">
|
||||
<g>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#CD2D20" d="M199.029,110.474c-2.331,0-4.684,0.203-6.989-0.04
|
||||
c-5.63-0.593-9.585-5.578-9.251-11.391c0.31-5.414,4.998-9.879,10.496-9.831c1.387,0.012,2.375-0.356,3.451-1.22
|
||||
c4.183-3.354,10.071-3.499,14.617-0.511c4.399,2.891,6.517,8.44,5.2,13.632c-1.331,5.25-5.74,9.011-11.206,9.401
|
||||
c-2.096,0.151-4.209,0.025-6.316,0.025C199.03,110.518,199.029,110.495,199.029,110.474z M197.894,90.064
|
||||
c0.379,0.222,0.663,0.33,0.872,0.521c0.769,0.702,1.458,0.607,2.398,0.168c5.424-2.526,11.691,1.944,11.093,7.857
|
||||
c-0.337,3.307-2.051,5.651-5.149,6.804c-3.147,1.173-5.997,0.468-8.41-1.867c-1.513-1.465-2.977-2.98-4.47-4.466
|
||||
c-0.678-0.675-1.386-0.773-1.855-0.24c-0.612,0.697-0.313,1.289,0.257,1.855c1.588,1.573,3.133,3.191,4.749,4.736
|
||||
c2.015,1.923,4.469,2.892,7.24,2.774c6.052-0.257,10.371-5.1,9.858-11.147c-0.336-3.97-2.451-6.878-6.123-8.44
|
||||
C204.692,87.062,201.211,87.609,197.894,90.064z M196.64,108.179c-0.511-0.562-0.988-1.043-1.415-1.566
|
||||
c-0.448-0.549-0.983-0.709-1.692-0.714c-2.919-0.021-5.259-1.834-5.941-4.523c-0.669-2.633,0.512-5.436,2.845-6.754
|
||||
c2.479-1.401,5.358-0.953,7.465,1.165c0.959,0.963,1.926,1.921,2.875,2.896c0.558,0.573,1.151,0.889,1.854,0.286
|
||||
c0.552-0.472,0.458-1.159-0.23-1.859c-1.064-1.086-2.132-2.172-3.224-3.232c-3.386-3.29-8.814-3.052-11.969,0.511
|
||||
c-3.092,3.493-2.634,8.919,0.942,11.896C190.672,108.383,193.623,108.293,196.64,108.179z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="W0qAS3_1_">
|
||||
<g>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M199.029,112.457c-2.331,0-4.684,0.202-6.989-0.041
|
||||
c-5.63-0.593-9.585-5.578-9.251-11.391c0.31-5.415,4.998-9.88,10.496-9.831c1.387,0.011,2.375-0.357,3.451-1.22
|
||||
c4.183-3.355,10.071-3.499,14.617-0.511c4.399,2.891,6.517,8.441,5.2,13.632c-1.331,5.251-5.74,9.011-11.206,9.401
|
||||
c-2.096,0.151-4.209,0.025-6.316,0.025C199.03,112.5,199.029,112.478,199.029,112.457z M197.894,92.046
|
||||
c0.379,0.222,0.663,0.33,0.872,0.521c0.769,0.702,1.458,0.607,2.398,0.168c5.424-2.526,11.691,1.944,11.093,7.857
|
||||
c-0.337,3.307-2.051,5.651-5.149,6.804c-3.147,1.174-5.997,0.468-8.41-1.867c-1.513-1.465-2.977-2.98-4.47-4.466
|
||||
c-0.678-0.674-1.386-0.772-1.855-0.24c-0.612,0.697-0.313,1.29,0.257,1.855c1.588,1.574,3.133,3.191,4.749,4.736
|
||||
c2.015,1.923,4.469,2.892,7.24,2.774c6.052-0.257,10.371-5.1,9.858-11.147c-0.336-3.969-2.451-6.878-6.123-8.44
|
||||
C204.692,89.045,201.211,89.592,197.894,92.046z M196.64,110.161c-0.511-0.562-0.988-1.043-1.415-1.566
|
||||
c-0.448-0.549-0.983-0.709-1.692-0.714c-2.919-0.021-5.259-1.834-5.941-4.522c-0.669-2.634,0.512-5.437,2.845-6.755
|
||||
c2.479-1.401,5.358-0.953,7.465,1.165c0.959,0.963,1.926,1.921,2.875,2.896c0.558,0.573,1.151,0.889,1.854,0.286
|
||||
c0.552-0.472,0.458-1.159-0.23-1.859c-1.064-1.086-2.132-2.172-3.224-3.232c-3.386-3.29-8.814-3.051-11.969,0.511
|
||||
c-3.092,3.493-2.634,8.919,0.942,11.896C190.672,110.365,193.623,110.275,196.64,110.161z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="23.9995" y1="0" x2="23.9995" y2="48.0005">
|
||||
<stop offset="0" style="stop-color:#FF8BD1"/>
|
||||
<stop offset="1" style="stop-color:#FF4EAD"/>
|
||||
</linearGradient>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_1_)" d="M48,42c0,3.313-2.687,6-6,6H6c-3.313,0-6-2.687-6-6V6
|
||||
c0-3.313,2.687-6,6-6h36c3.313,0,6,2.687,6,6V42z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#EA3FA1" d="M37.613,25.271c0,0-13.398-2.018-20.257,7.612l-3.101-2.328
|
||||
c0,0,8.732-12.556,24.032-7.99L37.613,25.271z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#EA3FA1" d="M12.663,17.104c0,0,14.905,1.668,18.913-6.117l3.102,2.326
|
||||
c0,0-6.262,10.213-22.688,6.498L12.663,17.104z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#EA3FA1" d="M19.801,9.466c0,0,8.527,14.12,9.887,24.583l2.97-2.166
|
||||
c0,0-0.871-10.627-9.633-23.519L19.801,9.466z"/>
|
||||
<path fill="#EA3FA1" d="M24.579,37.248c-8.436,0-15.3-6.862-15.3-15.299c0-8.436,6.864-15.3,15.3-15.3c8.437,0,15.3,6.864,15.3,15.3
|
||||
C39.879,30.386,33.016,37.248,24.579,37.248z M24.579,10.235c-6.459,0-11.714,5.255-11.714,11.714s5.254,11.713,11.714,11.713
|
||||
s11.714-5.254,11.714-11.713S31.038,10.235,24.579,10.235z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M37.613,27.271c0,0-13.398-2.018-20.257,7.612l-3.101-2.328
|
||||
c0,0,8.732-12.556,24.032-7.99L37.613,27.271z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M12.663,19.104c0,0,14.905,1.668,18.913-6.117l3.102,2.326
|
||||
c0,0-6.262,10.213-22.688,6.498L12.663,19.104z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M19.801,11.466c0,0,8.527,14.12,9.887,24.583l2.97-2.166
|
||||
c0,0-0.871-10.627-9.633-23.519L19.801,11.466z"/>
|
||||
<path fill="#FFFFFF" d="M24.579,39.248c-8.436,0-15.3-6.862-15.3-15.299c0-8.436,6.864-15.3,15.3-15.3c8.437,0,15.3,6.864,15.3,15.3
|
||||
C39.879,32.386,33.016,39.248,24.579,39.248z M24.579,12.235c-6.459,0-11.714,5.255-11.714,11.714s5.254,11.713,11.714,11.713
|
||||
s11.714-5.254,11.714-11.713S31.038,12.235,24.579,12.235z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="23.9995" y1="0" x2="23.9995" y2="48.0005">
|
||||
<stop offset="0" style="stop-color:#318CCB"/>
|
||||
<stop offset="1" style="stop-color:#293F7E"/>
|
||||
</linearGradient>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_1_)" d="M48,42c0,3.313-2.687,6-6,6H6c-3.313,0-6-2.687-6-6V6
|
||||
c0-3.313,2.687-6,6-6h36c3.313,0,6,2.687,6,6V42z"/>
|
||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="33" y1="29.418" x2="15.207" y2="29.418">
|
||||
<stop offset="0.3129" style="stop-color:#B6E3ED"/>
|
||||
<stop offset="0.4982" style="stop-color:#93D1E4"/>
|
||||
<stop offset="0.9067" style="stop-color:#3BA2CD"/>
|
||||
<stop offset="1" style="stop-color:#2697C8"/>
|
||||
</linearGradient>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_2_)" points="15.207,17.655 15.36,35.24 24.12,41.181 33,35.2
|
||||
33,24.927 "/>
|
||||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="33" y1="32.8682" x2="24.0283" y2="32.8682">
|
||||
<stop offset="0.3129" style="stop-color:#B6E3ED"/>
|
||||
<stop offset="0.4982" style="stop-color:#93D1E4"/>
|
||||
<stop offset="0.9067" style="stop-color:#3BA2CD"/>
|
||||
<stop offset="1" style="stop-color:#2697C8"/>
|
||||
</linearGradient>
|
||||
<polygon opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_3_)" points="33,24.927 33,35.2 24.19,41.181
|
||||
24.028,24.557 "/>
|
||||
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="24.5005" y1="13.4814" x2="24.5005" y2="25.4214">
|
||||
<stop offset="0" style="stop-color:#B1E0EF"/>
|
||||
<stop offset="1" style="stop-color:#A0C9D7"/>
|
||||
</linearGradient>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_4_)" points="24.577,13.481 15.487,19.534 24.441,25.421
|
||||
33.514,19.39 "/>
|
||||
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="42.501" y1="13.4712" x2="24.5771" y2="13.4712">
|
||||
<stop offset="0.0798" style="stop-color:#B6E3ED"/>
|
||||
<stop offset="0.3436" style="stop-color:#84C9E0"/>
|
||||
<stop offset="0.645" style="stop-color:#51AED3"/>
|
||||
<stop offset="0.8733" style="stop-color:#329DCB"/>
|
||||
<stop offset="1" style="stop-color:#2697C8"/>
|
||||
</linearGradient>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_5_)" points="33.564,7.553 24.577,13.481 33.514,19.39
|
||||
42.501,13.46 "/>
|
||||
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="24.5767" y1="13.5435" x2="6.5" y2="13.5435">
|
||||
<stop offset="0.0798" style="stop-color:#B6E3ED"/>
|
||||
<stop offset="0.3326" style="stop-color:#87D0E9"/>
|
||||
<stop offset="0.639" style="stop-color:#54BCE5"/>
|
||||
<stop offset="0.8712" style="stop-color:#35AFE2"/>
|
||||
<stop offset="1" style="stop-color:#29AAE1"/>
|
||||
</linearGradient>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_6_)" points="15.59,7.553 6.5,13.605 15.487,19.534
|
||||
24.577,13.481 "/>
|
||||
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="42.501" y1="25.3184" x2="24.4414" y2="25.3184">
|
||||
<stop offset="0.0798" style="stop-color:#B6E3ED"/>
|
||||
<stop offset="0.3436" style="stop-color:#84C9E0"/>
|
||||
<stop offset="0.645" style="stop-color:#51AED3"/>
|
||||
<stop offset="0.8733" style="stop-color:#329DCB"/>
|
||||
<stop offset="1" style="stop-color:#2697C8"/>
|
||||
</linearGradient>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_7_)" points="33.514,19.39 24.441,25.421 33.514,31.248
|
||||
42.501,25.32 "/>
|
||||
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="24.4409" y1="25.4629" x2="6.5" y2="25.4629">
|
||||
<stop offset="0.0798" style="stop-color:#B6E3ED"/>
|
||||
<stop offset="0.3326" style="stop-color:#87D0E9"/>
|
||||
<stop offset="0.639" style="stop-color:#54BCE5"/>
|
||||
<stop offset="0.8712" style="stop-color:#35AFE2"/>
|
||||
<stop offset="1" style="stop-color:#29AAE1"/>
|
||||
</linearGradient>
|
||||
<polygon opacity="0.84" fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_8_)" points="15.487,19.534 6.5,25.463
|
||||
15.487,31.392 24.441,25.421 "/>
|
||||
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="20.0317" y1="13.4814" x2="20.0317" y2="25.4214">
|
||||
<stop offset="0" style="stop-color:#E3F3F9"/>
|
||||
<stop offset="1" style="stop-color:#C7F3F9"/>
|
||||
</linearGradient>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_9_)" points="24.441,25.421 15.487,19.534 24.577,13.481 "/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="176 76 48 48" enable-background="new 176 76 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="71.3662" y1="132.875" x2="71.3662" y2="121.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -97.3177 629.646)">
|
||||
<stop offset="0" style="stop-color:#95CE4A"/>
|
||||
<stop offset="1" style="stop-color:#6B9911"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M224,117.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V81.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V117.928z"/>
|
||||
<g id="SMqkte_2_">
|
||||
<g>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#95CE4A" d="M200.162,104.621c-0.267,1.029-0.585,2.327-0.939,3.614
|
||||
c-0.203,0.73-0.723,1.146-1.479,0.995c-2.816-0.562-5.652-1.071-8.414-1.84c-0.655-0.182-1.334-1.23-1.513-1.994
|
||||
c-0.721-3.087-1.375-6.201-1.808-9.338c-0.318-2.302,0.774-3.32,3.124-3.389c0.921-0.027,1.845-0.013,2.767-0.036
|
||||
c0.993-0.024,1.349-0.37,1.37-1.382c0.023-1.054-0.021-2.109,0-3.163c0.027-1.445,0.694-2.273,2.105-2.568
|
||||
c1.738-0.363,3.496-0.32,5.158,0.265c0.668,0.235,1.304,0.86,1.702,1.473c0.317,0.49,0.578,0.619,1.117,0.666
|
||||
c2.382,0.208,4.774,0.38,7.13,0.767c1.865,0.307,2.67,1.297,2.774,3.143c0.246,4.3,0.65,8.609,0.552,12.904
|
||||
c-0.089,3.883-0.61,7.778-2.304,11.394c-0.665,1.418-1.653,2.469-3.247,2.491c-2.056,0.029-4.126-0.099-6.173-0.313
|
||||
c-1.201-0.125-1.938-1.048-2.06-2.21c-0.13-1.224-0.135-2.487,0.026-3.704c0.163-1.245,1.112-2.028,2.365-2.145
|
||||
c0.876-0.082,1.766-0.016,2.688-0.016c0,0.797,0,1.529,0,2.315c-0.386,0.021-0.706,0.046-1.028,0.058
|
||||
c-0.763,0.029-1.351,0.212-1.335,1.171c0.017,1.034,0.245,1.352,1.312,1.396c0.952,0.041,1.91,0.042,2.859-0.028
|
||||
c0.862-0.062,1.408-0.564,1.391-1.475c-0.021-1.111-0.027-2.233-0.185-3.331c-0.191-1.344-0.975-1.949-2.324-2.093
|
||||
c-1.011-0.108-2.023-0.239-3.021-0.435C200.984,107.466,200.336,106.579,200.162,104.621z M205.614,101.004
|
||||
c1.12,0.138,2.172,0.267,3.224,0.396c0.147-1.234-0.315-1.971-1.361-2.108C206.399,99.151,205.791,99.71,205.614,101.004z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#95CE4A" d="M187.259,90.836c1.508-1.577,3.253-3.399,5.034-5.262
|
||||
c0,1.529-0.026,2.947,0.012,4.362c0.018,0.676-0.189,0.936-0.9,0.914C189.915,90.803,188.42,90.836,187.259,90.836z"/>
|
||||
<g id="SMqkte_1_">
|
||||
<g>
|
||||
<g>
|
||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="199.8892" y1="116.6279" x2="199.8892" y2="83.2896">
|
||||
<stop offset="0" style="stop-color:#121212"/>
|
||||
<stop offset="0.4954" style="stop-color:#0F0F0F"/>
|
||||
<stop offset="0.869" style="stop-color:#050505"/>
|
||||
<stop offset="1" style="stop-color:#000000"/>
|
||||
</linearGradient>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_2_)" d="M200.162,102.621c-0.267,1.029-0.585,2.327-0.939,3.614
|
||||
c-0.203,0.73-0.723,1.146-1.479,0.995c-2.816-0.562-5.652-1.071-8.414-1.84c-0.655-0.182-1.334-1.23-1.513-1.994
|
||||
c-0.721-3.087-1.375-6.201-1.808-9.338c-0.318-2.302,0.774-3.32,3.124-3.389c0.921-0.027,1.845-0.013,2.767-0.036
|
||||
c0.993-0.024,1.349-0.37,1.37-1.382c0.023-1.054-0.021-2.109,0-3.163c0.027-1.445,0.694-2.273,2.105-2.568
|
||||
c1.738-0.363,3.496-0.32,5.158,0.265c0.668,0.235,1.304,0.86,1.702,1.473c0.317,0.49,0.578,0.619,1.117,0.666
|
||||
c2.382,0.208,4.774,0.38,7.13,0.767c1.865,0.307,2.67,1.297,2.774,3.143c0.246,4.3,0.65,8.609,0.552,12.904
|
||||
c-0.089,3.883-0.61,7.778-2.304,11.394c-0.665,1.418-1.653,2.469-3.247,2.491c-2.056,0.029-4.126-0.099-6.173-0.313
|
||||
c-1.201-0.125-1.938-1.048-2.06-2.21c-0.13-1.224-0.135-2.487,0.026-3.704c0.163-1.245,1.112-2.028,2.365-2.145
|
||||
c0.876-0.082,1.766-0.016,2.688-0.016c0,0.797,0,1.529,0,2.315c-0.386,0.021-0.706,0.046-1.028,0.058
|
||||
c-0.763,0.029-1.351,0.212-1.335,1.171c0.017,1.034,0.245,1.352,1.312,1.396c0.952,0.041,1.91,0.042,2.859-0.028
|
||||
c0.862-0.062,1.408-0.564,1.391-1.475c-0.021-1.111-0.027-2.233-0.185-3.331c-0.191-1.344-0.975-1.949-2.324-2.093
|
||||
c-1.011-0.108-2.023-0.239-3.021-0.435C200.984,105.466,200.336,104.579,200.162,102.621z M205.614,99.004
|
||||
c1.12,0.138,2.172,0.267,3.224,0.396c0.147-1.234-0.315-1.97-1.361-2.108C206.399,97.151,205.791,97.71,205.614,99.004z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="189.7827" y1="89.8521" x2="189.7827" y2="84.5747">
|
||||
<stop offset="0" style="stop-color:#000000"/>
|
||||
<stop offset="1" style="stop-color:#000000"/>
|
||||
</linearGradient>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_3_)" d="M187.259,89.836c1.508-1.577,3.253-3.399,5.034-5.262
|
||||
c0,1.529-0.026,2.947,0.012,4.362c0.018,0.676-0.189,0.936-0.9,0.914C189.915,89.803,188.42,89.836,187.259,89.836z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 487 B |
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 731 B |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="-14 -14 48 48" enable-background="new -14 -14 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="90.0527" y1="-99.7603" x2="90.0527" y2="-106.3809" gradientTransform="matrix(7.2338 0 0 -7.2338 -641.4998 -735.5619)">
|
||||
<stop offset="0" style="stop-color:#4B71B8"/>
|
||||
<stop offset="1" style="stop-color:#293F7E"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M33.931,27.993c0,3.304-2.689,5.983-6.002,5.983H-8.082c-3.315,0-6.001-2.683-6.001-5.983V-7.928
|
||||
c0-3.308,2.687-5.988,6.001-5.988h36.011c3.312,0,6.002,2.681,6.002,5.988V27.993z"/>
|
||||
<path fill="#FFFFFF" d="M25.613-4.557c0,0-3.707,0-6.166,0c-3.662,0-7.732,1.535-7.732,6.835c0.019,1.845,0,3.613,0,5.603H7.481
|
||||
v6.728h4.366v19.37h8.021V14.48h5.295l0.479-6.618h-5.913c0,0,0.016-2.946,0-3.8c0-2.093,2.184-1.974,2.312-1.974
|
||||
c1.042,0,3.059,0.003,3.578,0v-6.646H25.613z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 798 B |
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 44 44" enable-background="new 0 0 44 44" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="333.7725" y1="-362.9536" x2="333.7725" y2="-410.9536" gradientTransform="matrix(0.9167 0 0 -0.9167 -283.9583 -332.7083)">
|
||||
<stop offset="0" style="stop-color:#62BC46"/>
|
||||
<stop offset="1" style="stop-color:#53A037"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M44,38.5c0,3.037-2.463,5.5-5.5,5.5h-33C2.463,44,0,41.537,0,38.5v-33C0,2.463,2.463,0,5.5,0h33
|
||||
C41.537,0,44,2.463,44,5.5V38.5z"/>
|
||||
<path fill="#53A037" d="M6.511,20.373c0,0,5.69-10.541,17.705-7.306c0,0-0.243-2.737,3.491-3.652c0,0,0.788,2.795-2.401,4.048
|
||||
c0,0,4.739,1.592,6.327,7.266c1.586,5.673-3.01,9.832-5.63,10.698c-2.624,0.865-5.543,0.611-7.384-1.56
|
||||
c-1.843-2.172-0.786-4.608,0.067-5.344c0.582-0.501,1.005-0.583,1.315-0.391c0.38,0.237,0.345,0.695,0.113,1.548
|
||||
c-0.23,0.851,0.16,2.688,1.907,3.291c1.746,0.603,4.854-0.498,5.47-2.96c0.614-2.459-0.033-5.923-3.982-7.023
|
||||
c-3.949-1.101-8.292,0.547-10.199,4.368c-1.906,3.821-0.331,10.662,4.74,12.341c5.072,1.677,7.665,0.687,8.845,0.242
|
||||
c1.179-0.441,5.114-1.812,7.97-6.014c2.854-4.204,3.227-9.029,2.069-13.09c-1.156-4.062-4.619-8.669-10.332-10.493
|
||||
C20.887,4.52,15.136,6.669,12.282,9.09C9.429,11.511,6.928,14.862,6.511,20.373z"/>
|
||||
<path fill="#FFFFFF" d="M6.511,22.373c0,0,5.69-10.541,17.705-7.306c0,0-0.243-2.737,3.491-3.652c0,0,0.788,2.795-2.401,4.048
|
||||
c0,0,4.739,1.592,6.327,7.266c1.586,5.673-3.01,9.832-5.63,10.698c-2.624,0.865-5.543,0.611-7.384-1.56
|
||||
c-1.843-2.172-0.786-4.608,0.067-5.344c0.582-0.501,1.005-0.583,1.315-0.391c0.38,0.237,0.345,0.695,0.113,1.548
|
||||
c-0.23,0.851,0.16,2.688,1.907,3.291c1.746,0.603,4.854-0.498,5.47-2.96c0.614-2.459-0.033-5.923-3.982-7.023
|
||||
c-3.949-1.101-8.292,0.547-10.199,4.368c-1.906,3.821-0.331,10.662,4.74,12.341c5.072,1.677,7.665,0.687,8.845,0.242
|
||||
c1.179-0.441,5.114-1.812,7.97-6.014c2.854-4.204,3.227-9.029,2.069-13.09c-1.156-4.062-4.619-8.669-10.332-10.493
|
||||
C20.887,6.52,15.136,8.669,12.282,11.09C9.429,13.511,6.928,16.862,6.511,22.373z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 913 B |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="23.9995" y1="0" x2="23.9995" y2="48.0005">
|
||||
<stop offset="0" style="stop-color:#FFFFFF"/>
|
||||
<stop offset="1" style="stop-color:#EAEAEA"/>
|
||||
</linearGradient>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_1_)" d="M48,42c0,3.313-2.687,6-6,6H6c-3.313,0-6-2.687-6-6V6
|
||||
c0-3.313,2.687-6,6-6h36c3.313,0,6,2.687,6,6V42z"/>
|
||||
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#EAEAEA" cx="15" cy="22" r="7"/>
|
||||
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#EAEAEA" cx="34" cy="22" r="7"/>
|
||||
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#0066CC" cx="15" cy="24" r="7"/>
|
||||
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#FF0099" cx="34" cy="24" r="7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="176 76 48 48" enable-background="new 176 76 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="71.3662" y1="132.875" x2="71.3662" y2="121.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -97.3177 629.646)">
|
||||
<stop offset="0" style="stop-color:#A6E6FB"/>
|
||||
<stop offset="1" style="stop-color:#1E86BC"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M224,117.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V81.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V117.928z"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_2_" d="M224,117.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V81.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V117.928z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_3_">
|
||||
<use xlink:href="#SVGID_2_" overflow="visible"/>
|
||||
</clipPath>
|
||||
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="199.812" y1="86.6245" x2="199.812" y2="115.2505">
|
||||
<stop offset="0" style="stop-color:#3186C2"/>
|
||||
<stop offset="1" style="stop-color:#1D649C"/>
|
||||
</linearGradient>
|
||||
<path opacity="0.7" clip-path="url(#SVGID_3_)" fill="url(#SVGID_4_)" d="M200.312,115.25c-0.001,0-0.002,0-0.002,0
|
||||
c-0.686-0.001-1.34-0.283-1.812-0.78l-12.125-12.791c-0.465-0.491-0.711-1.148-0.684-1.824c0.028-0.675,0.329-1.311,0.833-1.761
|
||||
l12.125-10.833c1.013-0.906,2.565-0.836,3.495,0.16l11.125,11.938c0.901,0.968,0.894,2.47-0.019,3.428l-11.125,11.688
|
||||
C201.651,114.97,200.997,115.25,200.312,115.25z"/>
|
||||
<path clip-path="url(#SVGID_3_)" fill="#FFFFFF" d="M218.062,75.688l-18.021,24.562L197.417,96c0,0-5.854,1.293-6.042,5.709
|
||||
L200,108.75l24-20.125c0,0-0.5-12.938,0-12.938S218.062,75.688,218.062,75.688z"/>
|
||||
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="189.2705" y1="85.416" x2="189.2705" y2="101.7095">
|
||||
<stop offset="0" style="stop-color:#D5EA8D"/>
|
||||
<stop offset="1" style="stop-color:#A5C82D"/>
|
||||
</linearGradient>
|
||||
<circle clip-path="url(#SVGID_3_)" fill="url(#SVGID_5_)" cx="189.271" cy="93.562" r="8.146"/>
|
||||
<path clip-path="url(#SVGID_3_)" fill="#236EB4" d="M200.042,109.375c-0.168,0-0.336-0.057-0.475-0.169l-7.763-6.347
|
||||
c-0.81,0.218-1.646,0.328-2.492,0.328c-5.273,0-9.562-4.29-9.562-9.562s4.29-9.562,9.562-9.562s9.562,4.29,9.562,9.562
|
||||
c0,0.916-0.129,1.819-0.384,2.689l1.583,2.749l17.331-23.755c0.243-0.335,0.711-0.408,1.048-0.164
|
||||
c0.334,0.244,0.407,0.713,0.163,1.048l-18.011,24.688c-0.149,0.204-0.383,0.324-0.646,0.307c-0.253-0.014-0.483-0.154-0.609-0.375
|
||||
l-2.292-3.979c-0.075-0.131-0.109-0.281-0.098-0.432l0.015-0.198c0.004-0.057,0.015-0.113,0.032-0.167
|
||||
c0.244-0.777,0.367-1.589,0.367-2.412c0-4.446-3.617-8.062-8.062-8.062s-8.062,3.617-8.062,8.062s3.617,8.062,8.062,8.062
|
||||
c0.768,0,1.526-0.107,2.257-0.319c0.268-0.156,0.601-0.147,0.843,0.051l7.626,6.234l23.8-19.745
|
||||
c0.317-0.264,0.474,0.042,0.738,0.362c0.265,0.319,0.221,0.792-0.099,1.056l-23.958,19.875
|
||||
C200.382,109.317,200.212,109.375,200.042,109.375z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 936 B |
|
After Width: | Height: | Size: 645 B |
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#F93C2D"/>
|
||||
<stop offset="1" style="stop-color:#D32D20"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<path fill="#CD2D20" d="M478.5,263.667l-2.708,2.583l3.75,3.75c0,0,1.209-0.583,2.563,0.479c1.25,0.979,0.666,2.646,0.666,2.646
|
||||
l3.667,3.521c0,0,1.75-0.542,2.792,0.812s0.459,2.625-0.146,3.25s-2.396,1.188-3.584-0.021s-0.562-2.667-0.562-2.667l-3.416-3.271
|
||||
v8.709c0,0,1.396,0.582,1.396,2.229s-1.521,2.396-2.667,2.396s-2.396-1-2.396-2.562s1.583-2.167,1.583-2.167v-8.75
|
||||
c0,0-2.188-0.958-1.396-3.25l-3.771-3.625l-9.542,9.208c0,0-2.073,1.553,0.083,3.709s13.958,13.479,13.958,13.479
|
||||
s1.521,1.604,3.271-0.104s14.125-13.625,14.125-13.625s1.583-1.625,0.146-3s-14.604-14.083-14.604-14.083
|
||||
S480.417,261.979,478.5,263.667z"/>
|
||||
<path fill="#FFFFFF" d="M478.5,265.667l-2.708,2.583l3.75,3.75c0,0,1.209-0.583,2.563,0.479c1.25,0.979,0.666,2.646,0.666,2.646
|
||||
l3.667,3.521c0,0,1.75-0.542,2.792,0.812s0.459,2.625-0.146,3.25s-2.396,1.188-3.584-0.021s-0.562-2.667-0.562-2.667l-3.416-3.271
|
||||
v8.709c0,0,1.396,0.582,1.396,2.229s-1.521,2.396-2.667,2.396s-2.396-1-2.396-2.562s1.583-2.167,1.583-2.167v-8.75
|
||||
c0,0-2.188-0.958-1.396-3.25l-3.771-3.625l-9.542,9.208c0,0-2.073,1.553,0.083,3.709s13.958,13.479,13.958,13.479
|
||||
s1.521,1.604,3.271-0.104s14.125-13.625,14.125-13.625s1.583-1.625,0.146-3s-14.604-14.083-14.604-14.083
|
||||
S480.417,263.979,478.5,265.667z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="23.9995" y1="0" x2="23.9995" y2="48.0005">
|
||||
<stop offset="0" style="stop-color:#FFFFFF"/>
|
||||
<stop offset="1" style="stop-color:#EAEAEA"/>
|
||||
</linearGradient>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_1_)" d="M48,42c0,3.313-2.687,6-6,6H6c-3.313,0-6-2.687-6-6V6
|
||||
c0-3.313,2.687-6,6-6h36c3.313,0,6,2.687,6,6V42z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M27.695,29.811c0,0,1.519,5.062,5.974,4.05
|
||||
c4.456-1.013,4.759-6.684,2.127-9.619C33.163,21.305,26.379,25.962,27.695,29.811z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.828,18.179c0,0-3.344,3.499-2.763,9.192
|
||||
c0.581,5.694,4.186,10.392,16.208,10.392c12.021,0,15.045-6.275,15.116-11.436c0.071-5.159-2.253-7.46-3.344-8.243
|
||||
c0,0,0.007-3.704-0.343-5.661c0,0-1.85-0.219-5.845,2.07c0,0-5.454-0.533-12.722,0.065c0,0-3.053-2.04-6.129-2.574
|
||||
C12.006,11.984,11.496,15.196,11.828,18.179z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#E2B89F" d="M17.211,23.815h14.916c0,0,4.227-0.475,4.227,6.44
|
||||
c0.034,6.086-11.139,5.693-11.139,5.693s-12.236,0.486-12.243-6.269C12.956,23.579,17.211,23.815,17.211,23.815z"/>
|
||||
<g>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#9C584F" d="M30.767,26.591c0.959,0,1.737,1.25,1.737,2.787
|
||||
c0,1.54-0.778,2.788-1.737,2.788c-0.958,0-1.736-1.248-1.736-2.788C29.03,27.841,29.809,26.591,30.767,26.591z"/>
|
||||
<path fill="#FFFFFF" d="M30.767,32.666c-1.254,0-2.236-1.444-2.236-3.288c0-1.843,0.982-3.287,2.236-3.287
|
||||
c1.255,0,2.237,1.444,2.237,3.287C33.004,31.222,32.021,32.666,30.767,32.666z M30.767,27.091c-0.585,0-1.236,0.939-1.236,2.287
|
||||
c0,1.349,0.651,2.288,1.236,2.288s1.237-0.939,1.237-2.288C32.004,28.03,31.352,27.091,30.767,27.091z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#9C584F" d="M18.767,26.591c0.959,0,1.737,1.25,1.737,2.787
|
||||
c0,1.54-0.778,2.788-1.737,2.788c-0.958,0-1.736-1.248-1.736-2.788C17.03,27.841,17.809,26.591,18.767,26.591z"/>
|
||||
<path fill="#FFFFFF" d="M18.767,32.666c-1.254,0-2.236-1.444-2.236-3.288c0-1.843,0.982-3.287,2.236-3.287
|
||||
c1.254,0,2.237,1.444,2.237,3.287C21.004,31.222,20.021,32.666,18.767,32.666z M18.767,27.091c-0.585,0-1.236,0.939-1.236,2.287
|
||||
c0,1.349,0.651,2.288,1.236,2.288c0.585,0,1.237-0.939,1.237-2.288C20.004,28.03,19.352,27.091,18.767,27.091z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#9C584F" d="M24.076,32.705c0,0,0.499-1.418,1.109-0.089
|
||||
c0,0-0.457,0.297-0.285,0.996l1.428,0.546h-3.23l1.28-0.575C24.378,33.583,24.562,32.527,24.076,32.705z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 988 B |
|
After Width: | Height: | Size: 705 B |
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#EBE9D6"/>
|
||||
<stop offset="1" style="stop-color:#E1DCB7"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<g id="QHexlS.tif_2_">
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#D3CCA7" d="M486.288,265.06c0.055-0.938,0.097-1.652,0.142-2.417
|
||||
c1.21,0,2.333,0,3.518,0c0.033,0.206,0.087,0.378,0.087,0.55c-0.007,7.088,0.028,14.177-0.057,21.266
|
||||
c-0.027,2.266-0.233,4.568-1.615,6.527c-1.481,2.102-3.577,3.21-6.071,3.607c-2.808,0.448-5.571,0.355-8.174-0.937
|
||||
c-2.519-1.249-3.787-3.57-3.423-6.289c1.074,0.161,2.152,0.306,3.222,0.5c0.205,0.036,0.501,0.237,0.542,0.412
|
||||
c0.626,2.691,2.729,3.11,4.987,3.238c3.187,0.18,5.497-1.193,6.154-3.851c0.368-1.491,0.352-3.079,0.507-4.572
|
||||
c-1.53,0.786-2.832,1.745-4.288,2.152c-4.124,1.149-8.189-0.563-10.23-4.324c-2.661-4.905-2.534-9.917,0.292-14.684
|
||||
c2.854-4.813,9.684-5.609,13.753-1.793C485.789,264.594,485.947,264.74,486.288,265.06z M473.767,273.298
|
||||
c0.178,1.568,0.224,2.712,0.449,3.82c0.565,2.793,2.577,4.781,4.995,5.057c2.669,0.304,5.059-0.849,6.087-3.21
|
||||
c1.443-3.311,1.502-6.75,0.041-10.05c-1.028-2.318-2.944-3.623-5.612-3.489c-2.524,0.127-4.203,1.538-5.059,3.786
|
||||
C474.132,270.622,474,272.185,473.767,273.298z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="QHexlS.tif_1_">
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#532D0B" d="M486.288,267.06c0.055-0.938,0.097-1.652,0.142-2.417
|
||||
c1.21,0,2.333,0,3.518,0c0.033,0.206,0.087,0.378,0.087,0.55c-0.007,7.088,0.028,14.177-0.057,21.266
|
||||
c-0.027,2.266-0.233,4.568-1.615,6.527c-1.481,2.102-3.577,3.21-6.071,3.607c-2.808,0.448-5.571,0.355-8.174-0.937
|
||||
c-2.519-1.249-3.787-3.57-3.423-6.289c1.074,0.161,2.152,0.306,3.222,0.5c0.205,0.036,0.501,0.237,0.542,0.412
|
||||
c0.626,2.691,2.729,3.11,4.987,3.238c3.187,0.18,5.497-1.193,6.154-3.851c0.368-1.491,0.352-3.079,0.507-4.572
|
||||
c-1.53,0.786-2.832,1.745-4.288,2.152c-4.124,1.149-8.189-0.563-10.23-4.324c-2.661-4.905-2.534-9.917,0.292-14.684
|
||||
c2.854-4.813,9.684-5.609,13.753-1.793C485.789,266.594,485.947,266.74,486.288,267.06z M473.767,275.298
|
||||
c0.178,1.568,0.224,2.712,0.449,3.82c0.565,2.793,2.577,4.781,4.995,5.057c2.669,0.304,5.059-0.849,6.087-3.21
|
||||
c1.443-3.311,1.502-6.75,0.041-10.05c-1.028-2.318-2.944-3.623-5.612-3.489c-2.524,0.127-4.203,1.538-5.059,3.786
|
||||
C474.132,272.622,474,274.185,473.767,275.298z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 794 B |
|
After Width: | Height: | Size: 562 B |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="176 176 48 48" enable-background="new 176 176 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="341.7744" y1="90.9697" x2="341.7744" y2="92.3467" gradientTransform="matrix(34.7225 0 0 34.7225 -11666.7988 -2982.0781)">
|
||||
<stop offset="0" style="stop-color:#2F93EF"/>
|
||||
<stop offset="1" style="stop-color:#2F77EF"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M224.345,218.467c0,3.299-2.678,5.975-5.976,5.975h-35.856c-3.301,0-5.977-2.676-5.977-5.975V182.61
|
||||
c0-3.299,2.676-5.977,5.977-5.977h35.856c3.3,0,5.976,2.677,5.976,5.977V218.467z"/>
|
||||
<path fill="#2F6FEF" d="M206.653,202.649c-0.632-0.272-1.26-0.423-1.887-0.45c-0.436-0.014-1.173-0.054-2.213-0.122
|
||||
c-1.042-0.068-1.859-0.109-2.458-0.121c-0.558-0.014-1.099-0.035-1.622-0.063c-0.524-0.025-0.984-0.094-1.377-0.203
|
||||
c-0.409-0.095-0.756-0.276-1.041-0.542c-0.286-0.264-0.428-0.648-0.428-1.152c0-0.489,0.169-0.878,0.509-1.162
|
||||
c0.34-0.285,0.666-0.482,0.979-0.592h2.468c1.903,0,3.574-0.612,5.008-1.835c1.436-1.224,2.152-2.72,2.152-4.488
|
||||
c0-0.679-0.122-1.374-0.366-2.082c-0.245-0.707-0.62-1.354-1.123-1.938v-0.122h4.733v-1.958h-7.019
|
||||
c-0.625-0.189-1.241-0.347-1.846-0.469c-0.605-0.122-1.215-0.184-1.826-0.184c-2.217,0-4.037,0.612-5.457,1.836
|
||||
c-1.421,1.225-2.132,2.788-2.132,4.692c0,1.266,0.359,2.377,1.081,3.335c0.72,0.959,1.733,1.745,3.04,2.357v0.306
|
||||
c-1.034,0.435-1.805,0.956-2.316,1.561c-0.51,0.605-0.765,1.268-0.765,1.988c0,0.572,0.109,1.052,0.327,1.439
|
||||
s0.503,0.725,0.857,1.011c0.312,0.244,0.686,0.459,1.122,0.642c0.435,0.183,0.857,0.337,1.264,0.459v0.285
|
||||
c-1.686,0.07-3.074,0.504-4.162,1.305c-1.088,0.803-1.632,1.897-1.632,3.286c0,1.713,0.756,3.014,2.265,3.906
|
||||
c1.508,0.893,3.787,1.338,6.833,1.338c1.863,0,3.427-0.178,4.693-0.531c1.266-0.355,2.353-0.852,3.264-1.49
|
||||
c0.856-0.626,1.496-1.364,1.919-2.214c0.421-0.85,0.633-1.756,0.633-2.724c0-0.966-0.157-1.774-0.47-2.428
|
||||
c-0.312-0.652-0.74-1.237-1.284-1.755C207.861,203.295,207.287,202.921,206.653,202.649z M201.92,195.417
|
||||
c-0.633,0.946-1.533,1.417-2.702,1.417c-1.047,0-1.901-0.475-2.561-1.427c-0.66-0.952-0.989-2.183-0.989-3.693
|
||||
c0-0.666,0.058-1.316,0.173-1.948c0.115-0.633,0.309-1.174,0.582-1.622c0.286-0.49,0.657-0.867,1.112-1.132
|
||||
c0.455-0.265,1.002-0.398,1.642-0.398c1.168,0,2.076,0.473,2.723,1.418c0.645,0.945,0.97,2.213,0.97,3.804
|
||||
C202.87,193.277,202.554,194.471,201.92,195.417z M205.062,212.206c-1.148,0.77-2.724,1.153-4.722,1.153
|
||||
c-1.156,0-2.135-0.111-2.939-0.336c-0.802-0.224-1.442-0.514-1.917-0.868c-0.503-0.366-0.857-0.768-1.061-1.203
|
||||
c-0.204-0.435-0.306-0.891-0.306-1.367c0-1.061,0.31-1.927,0.929-2.601s1.663-1.154,3.132-1.439c1.563,0,2.939,0.035,4.12,0.102
|
||||
c1.184,0.069,1.967,0.131,2.348,0.184c0.721,0.176,1.257,0.51,1.613,1.001c0.353,0.49,0.529,1.113,0.529,1.876
|
||||
C206.786,210.271,206.212,211.438,205.062,212.206z"/>
|
||||
<path fill="#FFFFFF" d="M206.653,203.649c-0.632-0.272-1.26-0.423-1.887-0.45c-0.436-0.014-1.173-0.054-2.213-0.122
|
||||
c-1.042-0.068-1.859-0.109-2.458-0.121c-0.558-0.014-1.099-0.035-1.622-0.063c-0.524-0.025-0.984-0.094-1.377-0.203
|
||||
c-0.409-0.095-0.756-0.276-1.041-0.542c-0.286-0.264-0.428-0.648-0.428-1.152c0-0.489,0.169-0.878,0.509-1.162
|
||||
c0.34-0.285,0.666-0.482,0.979-0.592h2.468c1.903,0,3.574-0.612,5.008-1.835c1.436-1.224,2.152-2.72,2.152-4.488
|
||||
c0-0.679-0.122-1.374-0.366-2.082c-0.245-0.707-0.62-1.354-1.123-1.938v-0.122h4.733v-1.958h-7.019
|
||||
c-0.625-0.189-1.241-0.347-1.846-0.469c-0.605-0.122-1.215-0.184-1.826-0.184c-2.217,0-4.037,0.612-5.457,1.836
|
||||
c-1.421,1.225-2.132,2.788-2.132,4.692c0,1.266,0.359,2.377,1.081,3.335c0.72,0.959,1.733,1.745,3.04,2.357v0.306
|
||||
c-1.034,0.435-1.805,0.956-2.316,1.561c-0.51,0.605-0.765,1.268-0.765,1.988c0,0.572,0.109,1.052,0.327,1.439
|
||||
s0.503,0.725,0.857,1.011c0.312,0.244,0.686,0.459,1.122,0.642c0.435,0.183,0.857,0.337,1.264,0.459v0.285
|
||||
c-1.686,0.07-3.074,0.504-4.162,1.305c-1.088,0.803-1.632,1.897-1.632,3.286c0,1.713,0.756,3.014,2.265,3.906
|
||||
c1.508,0.893,3.787,1.338,6.833,1.338c1.863,0,3.427-0.178,4.693-0.531c1.266-0.355,2.353-0.852,3.264-1.49
|
||||
c0.856-0.626,1.496-1.364,1.919-2.214c0.421-0.85,0.633-1.756,0.633-2.724c0-0.966-0.157-1.774-0.47-2.428
|
||||
c-0.312-0.652-0.74-1.237-1.284-1.755C207.861,204.295,207.287,203.921,206.653,203.649z M201.92,196.417
|
||||
c-0.633,0.946-1.533,1.417-2.702,1.417c-1.047,0-1.901-0.475-2.561-1.427c-0.66-0.952-0.989-2.183-0.989-3.693
|
||||
c0-0.666,0.058-1.316,0.173-1.948c0.115-0.633,0.309-1.174,0.582-1.622c0.286-0.49,0.657-0.867,1.112-1.132
|
||||
c0.455-0.265,1.002-0.398,1.642-0.398c1.168,0,2.076,0.473,2.723,1.418c0.645,0.945,0.97,2.213,0.97,3.804
|
||||
C202.87,194.277,202.554,195.471,201.92,196.417z M205.062,213.206c-1.148,0.77-2.724,1.153-4.722,1.153
|
||||
c-1.156,0-2.135-0.111-2.939-0.336c-0.802-0.224-1.442-0.514-1.917-0.868c-0.503-0.366-0.857-0.768-1.061-1.203
|
||||
c-0.204-0.435-0.306-0.891-0.306-1.367c0-1.061,0.31-1.927,0.929-2.601s1.663-1.154,3.132-1.439c1.563,0,2.939,0.035,4.12,0.102
|
||||
c1.184,0.069,1.967,0.131,2.348,0.184c0.721,0.176,1.257,0.51,1.613,1.001c0.353,0.49,0.529,1.113,0.529,1.876
|
||||
C206.786,211.271,206.212,212.438,205.062,213.206z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 760 B |
|
After Width: | Height: | Size: 529 B |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3462" y1="312.8555" x2="351.3462" y2="301.3555" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#3EABBA"/>
|
||||
<stop offset="0.2512" style="stop-color:#3EA4AA"/>
|
||||
<stop offset="0.7423" style="stop-color:#3E937F"/>
|
||||
<stop offset="0.7787" style="stop-color:#3E927C"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M503.916,298.011c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989v-35.938
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V298.011z"/>
|
||||
<path fill="#2F7C73" d="M470.309,265.669c0,0-0.648,0.294-0.648,1.34c0,1.046,0,24.323,0,24.323s-0.064,1.014,0.973,1.274
|
||||
l13.118-13.174L470.309,265.669z"/>
|
||||
<polygon fill="#2F7C73" points="484.75,278.58 488.285,274.921 471.831,265.505 "/>
|
||||
<path fill="#2F7C73" d="M489.292,275.593l4.532,2.368c0,0,0.842,0.458,0.842,1.079s-0.486,1.079-0.81,1.275
|
||||
c-0.324,0.196-4.814,2.638-4.814,2.638l-3.354-3.386L489.292,275.593z"/>
|
||||
<polygon fill="#2F7C73" points="484.719,280.576 487.625,283.73 473.917,291.489 "/>
|
||||
<path fill="#FFFFFF" d="M470.309,266.917c0,0-0.648,0.292-0.648,1.328c0,1.037,0,24.099,0,24.099s-0.064,1.004,0.973,1.263
|
||||
l13.118-13.053L470.309,266.917z"/>
|
||||
<polygon fill="#FFFFFF" points="484.75,279.709 488.285,276.084 471.831,266.755 "/>
|
||||
<path fill="#FFFFFF" d="M489.292,276.75l4.532,2.347c0,0,0.842,0.453,0.842,1.068s-0.486,1.069-0.81,1.264
|
||||
c-0.324,0.194-4.814,2.613-4.814,2.613l-3.354-3.354L489.292,276.75z"/>
|
||||
<polygon fill="#FFFFFF" points="484.719,281.688 487.625,284.812 473.917,292.5 "/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="23.9995" y1="0" x2="23.9995" y2="48.0005">
|
||||
<stop offset="0" style="stop-color:#E16D35"/>
|
||||
<stop offset="1" style="stop-color:#C93D1D"/>
|
||||
</linearGradient>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_1_)" d="M48,42c0,3.313-2.687,6-6,6H6c-3.313,0-6-2.687-6-6V6
|
||||
c0-3.313,2.687-6,6-6h36c3.313,0,6,2.687,6,6V42z"/>
|
||||
<path fill="#B7321C" d="M26.697,25.824c-0.556-0.239-1.108-0.371-1.658-0.395c-0.383-0.012-1.031-0.048-1.945-0.107
|
||||
c-0.915-0.06-1.634-0.096-2.16-0.107c-0.49-0.012-0.965-0.03-1.425-0.055c-0.46-0.023-0.864-0.083-1.21-0.179
|
||||
c-0.359-0.084-0.664-0.242-0.915-0.476c-0.251-0.232-0.376-0.57-0.376-1.013c0-0.43,0.149-0.771,0.448-1.021s0.585-0.424,0.86-0.52
|
||||
h2.169c1.673,0,3.14-0.538,4.401-1.613c1.261-1.076,1.891-2.39,1.891-3.944c0-0.597-0.107-1.207-0.322-1.829
|
||||
c-0.215-0.621-0.544-1.189-0.986-1.703v-0.107h4.159v-1.721h-6.167c-0.55-0.167-1.091-0.305-1.623-0.412s-1.067-0.162-1.604-0.162
|
||||
c-1.948,0-3.547,0.538-4.795,1.614c-1.249,1.076-1.874,2.45-1.874,4.123c0,1.112,0.316,2.089,0.95,2.931
|
||||
c0.633,0.843,1.523,1.533,2.671,2.071v0.269c-0.908,0.382-1.586,0.84-2.035,1.371c-0.448,0.532-0.672,1.114-0.672,1.748
|
||||
c0,0.502,0.096,0.923,0.287,1.264c0.191,0.341,0.442,0.637,0.753,0.888c0.275,0.215,0.603,0.403,0.986,0.564
|
||||
c0.382,0.161,0.753,0.296,1.111,0.403v0.251c-1.482,0.061-2.701,0.442-3.657,1.147c-0.956,0.705-1.434,1.667-1.434,2.887
|
||||
c0,1.506,0.664,2.649,1.99,3.433s3.328,1.175,6.005,1.175c1.637,0,3.012-0.156,4.124-0.467s2.067-0.747,2.868-1.309
|
||||
c0.753-0.55,1.314-1.198,1.686-1.945c0.37-0.747,0.556-1.544,0.556-2.393s-0.138-1.56-0.412-2.134
|
||||
c-0.275-0.573-0.652-1.087-1.13-1.542C27.758,26.392,27.253,26.063,26.697,25.824z M22.538,19.469
|
||||
c-0.556,0.831-1.348,1.246-2.375,1.246c-0.92,0-1.67-0.418-2.25-1.255c-0.58-0.836-0.869-1.918-0.869-3.245
|
||||
c0-0.585,0.051-1.156,0.152-1.712c0.101-0.556,0.271-1.031,0.511-1.425c0.251-0.43,0.577-0.762,0.977-0.995
|
||||
c0.4-0.233,0.881-0.35,1.443-0.35c1.027,0,1.825,0.416,2.393,1.246c0.567,0.831,0.852,1.945,0.852,3.343
|
||||
C23.372,17.589,23.094,18.638,22.538,19.469z M25.299,34.223c-1.01,0.676-2.394,1.013-4.15,1.013c-1.016,0-1.876-0.099-2.582-0.295
|
||||
c-0.705-0.197-1.267-0.451-1.685-0.763c-0.442-0.322-0.753-0.675-0.932-1.058c-0.179-0.382-0.269-0.782-0.269-1.201
|
||||
c0-0.932,0.272-1.693,0.816-2.285c0.543-0.592,1.461-1.014,2.752-1.265c1.374,0,2.582,0.03,3.621,0.09
|
||||
c1.04,0.061,1.727,0.114,2.062,0.161c0.633,0.155,1.105,0.448,1.417,0.879c0.311,0.431,0.466,0.979,0.466,1.649
|
||||
C26.813,32.522,26.309,33.548,25.299,34.223z"/>
|
||||
<path fill="#B7321C" d="M33.648,16.308v3.505h1.368v-3.505h3.489v-1.345h-3.489V11.45h-1.368v3.513h-3.489v1.345H33.648z"/>
|
||||
<path fill="#FFFFFF" d="M26.697,27.199c-0.556-0.239-1.108-0.371-1.658-0.395c-0.383-0.012-1.031-0.048-1.945-0.107
|
||||
c-0.915-0.06-1.634-0.096-2.16-0.107c-0.49-0.012-0.965-0.03-1.425-0.055c-0.46-0.023-0.864-0.083-1.21-0.179
|
||||
c-0.359-0.084-0.664-0.242-0.915-0.476c-0.251-0.232-0.376-0.57-0.376-1.013c0-0.43,0.149-0.771,0.448-1.021s0.585-0.424,0.86-0.52
|
||||
h2.169c1.673,0,3.14-0.538,4.401-1.613c1.261-1.076,1.891-2.39,1.891-3.944c0-0.597-0.107-1.207-0.322-1.829
|
||||
c-0.215-0.621-0.544-1.189-0.986-1.703V14.13h4.159v-1.721h-6.167c-0.55-0.167-1.091-0.305-1.623-0.412s-1.067-0.162-1.604-0.162
|
||||
c-1.948,0-3.547,0.538-4.795,1.614c-1.249,1.076-1.874,2.45-1.874,4.123c0,1.112,0.316,2.089,0.95,2.931
|
||||
c0.633,0.843,1.523,1.533,2.671,2.071v0.269c-0.908,0.382-1.586,0.84-2.035,1.371c-0.448,0.532-0.672,1.114-0.672,1.748
|
||||
c0,0.502,0.096,0.923,0.287,1.264c0.191,0.341,0.442,0.637,0.753,0.888c0.275,0.215,0.603,0.403,0.986,0.564
|
||||
c0.382,0.161,0.753,0.296,1.111,0.403v0.251c-1.482,0.061-2.701,0.442-3.657,1.147c-0.956,0.705-1.434,1.667-1.434,2.887
|
||||
c0,1.506,0.664,2.649,1.99,3.433s3.328,1.175,6.005,1.175c1.637,0,3.012-0.156,4.124-0.467s2.067-0.747,2.868-1.309
|
||||
c0.753-0.55,1.314-1.198,1.686-1.945c0.37-0.747,0.556-1.544,0.556-2.393s-0.138-1.56-0.412-2.134
|
||||
c-0.275-0.573-0.652-1.087-1.13-1.542C27.758,27.767,27.253,27.438,26.697,27.199z M22.538,20.844
|
||||
c-0.556,0.831-1.348,1.246-2.375,1.246c-0.92,0-1.67-0.418-2.25-1.255c-0.58-0.836-0.869-1.918-0.869-3.245
|
||||
c0-0.585,0.051-1.156,0.152-1.712c0.101-0.556,0.271-1.031,0.511-1.425c0.251-0.43,0.577-0.762,0.977-0.995
|
||||
c0.4-0.233,0.881-0.35,1.443-0.35c1.027,0,1.825,0.416,2.393,1.246c0.567,0.831,0.852,1.945,0.852,3.343
|
||||
C23.372,18.964,23.094,20.013,22.538,20.844z M25.299,35.598c-1.01,0.676-2.394,1.013-4.15,1.013c-1.016,0-1.876-0.099-2.582-0.295
|
||||
c-0.705-0.197-1.267-0.451-1.685-0.763c-0.442-0.322-0.753-0.675-0.932-1.058c-0.179-0.382-0.269-0.782-0.269-1.201
|
||||
c0-0.932,0.272-1.693,0.816-2.285c0.543-0.592,1.461-1.014,2.752-1.265c1.374,0,2.582,0.03,3.621,0.09
|
||||
c1.04,0.061,1.727,0.114,2.062,0.161c0.633,0.155,1.105,0.448,1.417,0.879c0.311,0.431,0.466,0.979,0.466,1.649
|
||||
C26.813,33.897,26.309,34.923,25.299,35.598z"/>
|
||||
<path fill="#FFFFFF" d="M33.648,17.683v3.505h1.368v-3.505h3.489v-1.345h-3.489v-3.513h-1.368v3.513h-3.489v1.345H33.648z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 912 B |
|
After Width: | Height: | Size: 658 B |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="176 176 48 48" enable-background="new 176 176 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="341.7617" y1="90.9546" x2="341.7617" y2="92.3311" gradientTransform="matrix(34.7225 0 0 34.7225 -11666.7988 -2982.0781)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF"/>
|
||||
<stop offset="1" style="stop-color:#EAEAEA"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M223.904,217.929c0,3.3-2.677,5.976-5.976,5.976h-35.856c-3.301,0-5.977-2.677-5.977-5.976v-35.856
|
||||
c0-3.3,2.676-5.977,5.977-5.977h35.856c3.3,0,5.976,2.677,5.976,5.977V217.929z"/>
|
||||
<path fill="#DBDBDB" d="M214.078,198.057c0,7.302-3.796,13.316-14.027,18.358c0-1.602,0-2.968,0-4.33
|
||||
c-7.747,0-14.027-6.28-14.027-14.028c0-7.747,6.28-14.026,14.027-14.026C207.799,184.03,214.078,190.31,214.078,198.057z"/>
|
||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="200.0508" y1="185.0742" x2="200.0508" y2="217.4595">
|
||||
<stop offset="0" style="stop-color:#61B74A"/>
|
||||
<stop offset="1" style="stop-color:#449934"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_2_)" d="M214.078,199.101c0,7.302-3.796,13.317-14.027,18.358c0-1.602,0-2.967,0-4.33
|
||||
c-7.747,0-14.027-6.28-14.027-14.028c0-7.747,6.28-14.026,14.027-14.026C207.799,185.074,214.078,191.354,214.078,199.101z"/>
|
||||
<path fill="#449934" d="M207.479,199.635c0,0.394,0,4.849-4.358,4.849c0,0,0-1.379,0-2.091c2.046,0,2.269-2.046,2.269-2.046h-3.604
|
||||
c-0.393,0-0.711-0.318-0.711-0.712v-4.982c0-0.393,0.318-0.712,0.711-0.712h4.983c0.393,0,0.711,0.319,0.711,0.712V199.635z"/>
|
||||
<path fill="#449934" d="M198.717,199.635c0,0.394,0,4.849-4.36,4.849c0,0,0-1.379,0-2.091c2.046,0,2.269-2.046,2.269-2.046h-3.604
|
||||
c-0.393,0-0.712-0.318-0.712-0.712v-4.982c0-0.393,0.319-0.712,0.712-0.712h4.982c0.393,0,0.712,0.319,0.712,0.712V199.635z"/>
|
||||
<path fill="#FFFFFF" d="M207.479,200.347c0,0.394,0,4.849-4.358,4.849c0,0,0-1.38,0-2.091c2.046,0,2.269-2.045,2.269-2.045h-3.604
|
||||
c-0.393,0-0.711-0.319-0.711-0.713v-4.983c0-0.392,0.318-0.711,0.711-0.711h4.983c0.393,0,0.711,0.319,0.711,0.711V200.347z"/>
|
||||
<path fill="#FFFFFF" d="M198.717,200.347c0,0.394,0,4.849-4.36,4.849c0,0,0-1.38,0-2.091c2.046,0,2.269-2.045,2.269-2.045h-3.604
|
||||
c-0.393,0-0.712-0.319-0.712-0.713v-4.983c0-0.392,0.319-0.711,0.712-0.711h4.982c0.393,0,0.712,0.319,0.712,0.711V200.347z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 748 B |