From 2779ac1bc2d668086960ab7e0a4fb2b914b3cfaa Mon Sep 17 00:00:00 2001 From: baybal Date: Mon, 27 Nov 2017 17:59:46 +0300 Subject: [PATCH 01/13] Update to previous request (#71) * Use arcs to save space on path arcs and be more true to original geometry * Use single path for equal width rectangles * Deleted unneeded commas * reduce path count by using stroke linecap * use single path instead of 4 rects, use fill rule to forego entering M for every rect * Using arcs * Fix typos * Changed side for OSI icon * Changed size for windows logo * Changed size for ghost logo * Shrunk digidentity to two paths. Some times an arc is cheaper on bytes than a circle element * Concatenated paths --- README.md | 10 +++++----- tiny/digidentity.svg | 15 ++++----------- tiny/intel.svg | 5 +---- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index b9630811..cf9b5656 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
484 Bytes
332 Bytes -
371 Bytes -
794 Bytes +
278 Bytes +
397 Bytes
926 Bytes
823 Bytes @@ -115,13 +115,13 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
375 Bytes
401 Bytes -
406 Bytes -
540 Bytes +
276 Bytes +
258 Bytes
327 Bytes
280 Bytes -
1,012 Bytes +
990 Bytes
498 Bytes diff --git a/tiny/digidentity.svg b/tiny/digidentity.svg index ae5dd606..4e5cc4eb 100644 --- a/tiny/digidentity.svg +++ b/tiny/digidentity.svg @@ -1,12 +1,5 @@ - + - - - - - - - - - - + + + \ No newline at end of file diff --git a/tiny/intel.svg b/tiny/intel.svg index 81012da8..f020f04b 100644 --- a/tiny/intel.svg +++ b/tiny/intel.svg @@ -1,7 +1,4 @@ - - - - + \ No newline at end of file From f3f297cd2fb70ec3e3fe37db1b8b0efff5724318 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 27 Nov 2017 16:40:18 +0000 Subject: [PATCH 02/13] Update YouTube Fixes #73 --- README.md | 3 ++- tiny/youtube.svg | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf9b5656..e433360d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
252 Bytes
379 Bytes
770 Bytes -
956 Bytes +
427 Bytes
388 Bytes @@ -201,6 +201,7 @@ The majority of these vector logos are based on someone else's work. * [tumblr](https://www.tumblr.com/logo) * [intel](https://commons.wikimedia.org/wiki/File:Intel-logo.svg) * [Badoo](https://team.badoo.com/new/) +* [YouTube](https://www.youtube.com/yt/about/brand-resources/#logos-icons-colors) From [SVGporn](https://github.com/gilbarbara/logos/) - CC0 diff --git a/tiny/youtube.svg b/tiny/youtube.svg index f9330263..0a2f5033 100644 --- a/tiny/youtube.svg +++ b/tiny/youtube.svg @@ -1,4 +1,5 @@ - - - + + + + \ No newline at end of file From 945e1c3f1ea0d439bcdfee1f0163b61bc8d58c5e Mon Sep 17 00:00:00 2001 From: CapacitorSet Date: Mon, 27 Nov 2017 18:22:47 +0100 Subject: [PATCH 03/13] Run SVGO (#62) * Run SVGO * Add tiniest/ for super-optimized files * Update sizes in readme --- README.md | 166 +++++++++++++++++++------------------- tiniest/airbnb.svg | 1 + tiniest/amazon.svg | 1 + tiniest/android.svg | 1 + tiniest/apple.svg | 1 + tiniest/authy.svg | 1 + tiniest/badoo.svg | 1 + tiniest/bitbucket.svg | 1 + tiniest/bitcoin.svg | 1 + tiniest/blogger.svg | 1 + tiniest/bluetooth.svg | 1 + tiniest/cloudflare.svg | 1 + tiniest/codepen.svg | 1 + tiniest/delicious.svg | 1 + tiniest/digidentity.svg | 1 + tiniest/digitalocean.svg | 1 + tiniest/discord.svg | 1 + tiniest/disqus.svg | 1 + tiniest/docker.svg | 1 + tiniest/dropbox.svg | 1 + tiniest/ebay.svg | 1 + tiniest/email.svg | 1 + tiniest/evernote.svg | 1 + tiniest/facebook.svg | 1 + tiniest/flickr.svg | 1 + tiniest/ghost.svg | 1 + tiniest/github.svg | 1 + tiniest/gitlab.svg | 1 + tiniest/google.svg | 1 + tiniest/google_plus.svg | 1 + tiniest/hackernews.svg | 1 + tiniest/html5.svg | 1 + tiniest/ibm.svg | 1 + tiniest/instagram.svg | 1 + tiniest/intel.svg | 1 + tiniest/keybase.svg | 1 + tiniest/kickstarter.svg | 1 + tiniest/lastpass.svg | 1 + tiniest/line.svg | 1 + tiniest/linkedin.svg | 1 + tiniest/lock.svg | 1 + tiniest/mail.svg | 1 + tiniest/mastodon.svg | 1 + tiniest/medium.svg | 1 + tiniest/meetup.svg | 1 + tiniest/npm.svg | 1 + tiniest/opensource.svg | 1 + tiniest/patreon.svg | 1 + tiniest/paypal.svg | 1 + tiniest/pdf.svg | 1 + tiniest/phone.svg | 1 + tiniest/pinterest.svg | 1 + tiniest/reddit.svg | 1 + tiniest/rss.svg | 1 + tiniest/skype.svg | 1 + tiniest/slideshare.svg | 1 + tiniest/snapchat.svg | 1 + tiniest/soundcloud.svg | 1 + tiniest/spotify.svg | 1 + tiniest/stackoverflow.svg | 1 + tiniest/steam.svg | 1 + tiniest/svgo.yml | 53 ++++++++++++ tiniest/symantec.svg | 1 + tiniest/telegram.svg | 1 + tiniest/tox.svg | 1 + tiniest/trello.svg | 1 + tiniest/tumblr.svg | 1 + tiniest/twitter.svg | 1 + tiniest/ubuntu.svg | 1 + tiniest/vimeo.svg | 1 + tiniest/vk.svg | 1 + tiniest/wechat.svg | 1 + tiniest/whatsapp.svg | 1 + tiniest/wifi.svg | 1 + tiniest/wikipedia.svg | 1 + tiniest/windows.svg | 1 + tiniest/wire.svg | 1 + tiniest/wordpress.svg | 1 + tiniest/yahoo.svg | 1 + tiniest/yammer.svg | 1 + tiniest/youtube.svg | 1 + tiniest/yubico.svg | 1 + tiny/airbnb.svg | 2 +- tiny/amazon.svg | 2 +- tiny/android.svg | 8 +- tiny/apple.svg | 6 +- tiny/badoo.svg | 4 +- tiny/bitbucket.svg | 6 +- tiny/blogger.svg | 2 +- tiny/bluetooth.svg | 4 +- tiny/cloudflare.svg | 2 +- tiny/codepen.svg | 4 +- tiny/delicious.svg | 10 +-- tiny/digidentity.svg | 2 +- tiny/digitalocean.svg | 4 +- tiny/discord.svg | 2 +- tiny/disqus.svg | 2 +- tiny/docker.svg | 4 +- tiny/dropbox.svg | 2 +- tiny/ebay.svg | 2 +- tiny/email.svg | 4 +- tiny/evernote.svg | 2 +- tiny/facebook.svg | 2 +- tiny/ghost.svg | 2 +- tiny/github.svg | 2 +- tiny/gitlab.svg | 2 +- tiny/google.svg | 2 +- tiny/google_plus.svg | 2 +- tiny/hackernews.svg | 2 +- tiny/html5.svg | 8 +- tiny/ibm.svg | 2 +- tiny/intel.svg | 4 +- tiny/keybase.svg | 2 +- tiny/kickstarter.svg | 7 +- tiny/line.svg | 4 +- tiny/linkedin.svg | 4 +- tiny/lock.svg | 4 +- tiny/mail.svg | 2 +- tiny/mastodon.svg | 14 ++-- tiny/meetup.svg | 4 +- tiny/npm.svg | 4 +- tiny/opensource.svg | 2 +- tiny/patreon.svg | 2 +- tiny/paypal.svg | 4 +- tiny/pdf.svg | 4 +- tiny/phone.svg | 6 +- tiny/pinterest.svg | 2 +- tiny/reddit.svg | 4 +- tiny/rss.svg | 4 +- tiny/skype.svg | 2 +- tiny/slideshare.svg | 4 +- tiny/snapchat.svg | 2 +- tiny/soundcloud.svg | 2 +- tiny/spotify.svg | 6 +- tiny/stackoverflow.svg | 6 +- tiny/steam.svg | 4 +- tiny/svgo.yml | 51 ++++++++++++ tiny/symantec.svg | 10 +-- tiny/telegram.svg | 2 +- tiny/tox.svg | 3 +- tiny/trello.svg | 2 +- tiny/twitter.svg | 2 +- tiny/ubuntu.svg | 26 +++--- tiny/vimeo.svg | 2 +- tiny/vk.svg | 2 +- tiny/wechat.svg | 2 +- tiny/whatsapp.svg | 2 +- tiny/wifi.svg | 2 +- tiny/wikipedia.svg | 2 +- tiny/wire.svg | 2 +- tiny/wordpress.svg | 2 +- tiny/yahoo.svg | 2 +- tiny/yammer.svg | 2 +- tiny/youtube.svg | 2 +- tiny/yubico.svg | 3 +- 155 files changed, 401 insertions(+), 220 deletions(-) create mode 100644 tiniest/airbnb.svg create mode 100644 tiniest/amazon.svg create mode 100644 tiniest/android.svg create mode 100644 tiniest/apple.svg create mode 100644 tiniest/authy.svg create mode 100644 tiniest/badoo.svg create mode 100644 tiniest/bitbucket.svg create mode 100644 tiniest/bitcoin.svg create mode 100644 tiniest/blogger.svg create mode 100644 tiniest/bluetooth.svg create mode 100644 tiniest/cloudflare.svg create mode 100644 tiniest/codepen.svg create mode 100644 tiniest/delicious.svg create mode 100644 tiniest/digidentity.svg create mode 100644 tiniest/digitalocean.svg create mode 100644 tiniest/discord.svg create mode 100644 tiniest/disqus.svg create mode 100644 tiniest/docker.svg create mode 100644 tiniest/dropbox.svg create mode 100644 tiniest/ebay.svg create mode 100644 tiniest/email.svg create mode 100644 tiniest/evernote.svg create mode 100644 tiniest/facebook.svg create mode 100644 tiniest/flickr.svg create mode 100644 tiniest/ghost.svg create mode 100644 tiniest/github.svg create mode 100644 tiniest/gitlab.svg create mode 100644 tiniest/google.svg create mode 100644 tiniest/google_plus.svg create mode 100644 tiniest/hackernews.svg create mode 100644 tiniest/html5.svg create mode 100644 tiniest/ibm.svg create mode 100644 tiniest/instagram.svg create mode 100644 tiniest/intel.svg create mode 100644 tiniest/keybase.svg create mode 100644 tiniest/kickstarter.svg create mode 100644 tiniest/lastpass.svg create mode 100644 tiniest/line.svg create mode 100644 tiniest/linkedin.svg create mode 100644 tiniest/lock.svg create mode 100644 tiniest/mail.svg create mode 100644 tiniest/mastodon.svg create mode 100644 tiniest/medium.svg create mode 100644 tiniest/meetup.svg create mode 100644 tiniest/npm.svg create mode 100644 tiniest/opensource.svg create mode 100644 tiniest/patreon.svg create mode 100644 tiniest/paypal.svg create mode 100644 tiniest/pdf.svg create mode 100644 tiniest/phone.svg create mode 100644 tiniest/pinterest.svg create mode 100644 tiniest/reddit.svg create mode 100644 tiniest/rss.svg create mode 100644 tiniest/skype.svg create mode 100644 tiniest/slideshare.svg create mode 100644 tiniest/snapchat.svg create mode 100644 tiniest/soundcloud.svg create mode 100644 tiniest/spotify.svg create mode 100644 tiniest/stackoverflow.svg create mode 100644 tiniest/steam.svg create mode 100644 tiniest/svgo.yml create mode 100644 tiniest/symantec.svg create mode 100644 tiniest/telegram.svg create mode 100644 tiniest/tox.svg create mode 100644 tiniest/trello.svg create mode 100644 tiniest/tumblr.svg create mode 100644 tiniest/twitter.svg create mode 100644 tiniest/ubuntu.svg create mode 100644 tiniest/vimeo.svg create mode 100644 tiniest/vk.svg create mode 100644 tiniest/wechat.svg create mode 100644 tiniest/whatsapp.svg create mode 100644 tiniest/wifi.svg create mode 100644 tiniest/wikipedia.svg create mode 100644 tiniest/windows.svg create mode 100644 tiniest/wire.svg create mode 100644 tiniest/wordpress.svg create mode 100644 tiniest/yahoo.svg create mode 100644 tiniest/yammer.svg create mode 100644 tiniest/youtube.svg create mode 100644 tiniest/yubico.svg create mode 100644 tiny/svgo.yml diff --git a/README.md b/README.md index e433360d..6a4c6869 100644 --- a/README.md +++ b/README.md @@ -9,120 +9,120 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/ ## How Small? -| 751 Bytes SVG | 3,549 Bytes PNG | 429 Bytes SVG | 3,204 Bytes PNG | 257 Bytes SVG | 2,581 Bytes PNG | +| 747 Bytes SVG | 3,549 Bytes PNG | 425 Bytes SVG | 3,204 Bytes PNG | 252 Bytes SVG | 2,581 Bytes PNG | |------ |----------- |------ |---------- |------ |----------- | -| | | | | | | +| | | | | | | ## What's Available so far? - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - + + @@ -139,7 +139,7 @@ Bytes cost money. They cost money to store, transport, and process. Simplicity These files edited by hand in Inkscape, then were minified using [svgo](https://github.com/svg/svgo) and [svgcleaner](https://github.com/RazrFalcon/svgcleaner). Further smallification may be possible. Try it! * Each of these has an `xmlns="http://www.w3.org/2000/svg"` in the `` tag. This isn't strictly necessary - but some web browsers won't display them as an image without it. -* Newlines can be stripped - they've been kept for readability where possible. +* Newlines can be stripped. In `tiny/`, they've been kept for readability where possible; in `tiniest/`, they've been dropped. * Rounded corners can be dropped - `rx="15%"` - the effect can be done in CSS if you want. * The background colour can also be excluded if you're including it elsewhere. * Colours can be simplified. `#FF0000` becomes `red`. diff --git a/tiniest/airbnb.svg b/tiniest/airbnb.svg new file mode 100644 index 00000000..65de3ef5 --- /dev/null +++ b/tiniest/airbnb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/amazon.svg b/tiniest/amazon.svg new file mode 100644 index 00000000..1f56378c --- /dev/null +++ b/tiniest/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/android.svg b/tiniest/android.svg new file mode 100644 index 00000000..b88855ec --- /dev/null +++ b/tiniest/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/apple.svg b/tiniest/apple.svg new file mode 100644 index 00000000..48595c3c --- /dev/null +++ b/tiniest/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/authy.svg b/tiniest/authy.svg new file mode 100644 index 00000000..0ff1bbef --- /dev/null +++ b/tiniest/authy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/badoo.svg b/tiniest/badoo.svg new file mode 100644 index 00000000..6c500f96 --- /dev/null +++ b/tiniest/badoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/bitbucket.svg b/tiniest/bitbucket.svg new file mode 100644 index 00000000..6fe6719c --- /dev/null +++ b/tiniest/bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/bitcoin.svg b/tiniest/bitcoin.svg new file mode 100644 index 00000000..3be0cd68 --- /dev/null +++ b/tiniest/bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/blogger.svg b/tiniest/blogger.svg new file mode 100644 index 00000000..81f6625c --- /dev/null +++ b/tiniest/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/bluetooth.svg b/tiniest/bluetooth.svg new file mode 100644 index 00000000..08cb4731 --- /dev/null +++ b/tiniest/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/cloudflare.svg b/tiniest/cloudflare.svg new file mode 100644 index 00000000..47291b82 --- /dev/null +++ b/tiniest/cloudflare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/codepen.svg b/tiniest/codepen.svg new file mode 100644 index 00000000..d2ff57ef --- /dev/null +++ b/tiniest/codepen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/delicious.svg b/tiniest/delicious.svg new file mode 100644 index 00000000..df7d37d8 --- /dev/null +++ b/tiniest/delicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/digidentity.svg b/tiniest/digidentity.svg new file mode 100644 index 00000000..d940b2d5 --- /dev/null +++ b/tiniest/digidentity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/digitalocean.svg b/tiniest/digitalocean.svg new file mode 100644 index 00000000..93aa5024 --- /dev/null +++ b/tiniest/digitalocean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/discord.svg b/tiniest/discord.svg new file mode 100644 index 00000000..ceb97651 --- /dev/null +++ b/tiniest/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/disqus.svg b/tiniest/disqus.svg new file mode 100644 index 00000000..18e5e1df --- /dev/null +++ b/tiniest/disqus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/docker.svg b/tiniest/docker.svg new file mode 100644 index 00000000..2c4da418 --- /dev/null +++ b/tiniest/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/dropbox.svg b/tiniest/dropbox.svg new file mode 100644 index 00000000..a0d8f8aa --- /dev/null +++ b/tiniest/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/ebay.svg b/tiniest/ebay.svg new file mode 100644 index 00000000..946fa9e5 --- /dev/null +++ b/tiniest/ebay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/email.svg b/tiniest/email.svg new file mode 100644 index 00000000..3c4661f6 --- /dev/null +++ b/tiniest/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/evernote.svg b/tiniest/evernote.svg new file mode 100644 index 00000000..15a907f3 --- /dev/null +++ b/tiniest/evernote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/facebook.svg b/tiniest/facebook.svg new file mode 100644 index 00000000..d7f0b8ae --- /dev/null +++ b/tiniest/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/flickr.svg b/tiniest/flickr.svg new file mode 100644 index 00000000..00e51721 --- /dev/null +++ b/tiniest/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/ghost.svg b/tiniest/ghost.svg new file mode 100644 index 00000000..bf22b4e1 --- /dev/null +++ b/tiniest/ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/github.svg b/tiniest/github.svg new file mode 100644 index 00000000..7e243f77 --- /dev/null +++ b/tiniest/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/gitlab.svg b/tiniest/gitlab.svg new file mode 100644 index 00000000..e2fd1de8 --- /dev/null +++ b/tiniest/gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/google.svg b/tiniest/google.svg new file mode 100644 index 00000000..485d9407 --- /dev/null +++ b/tiniest/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/google_plus.svg b/tiniest/google_plus.svg new file mode 100644 index 00000000..13b8eb75 --- /dev/null +++ b/tiniest/google_plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/hackernews.svg b/tiniest/hackernews.svg new file mode 100644 index 00000000..79ea3df3 --- /dev/null +++ b/tiniest/hackernews.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/html5.svg b/tiniest/html5.svg new file mode 100644 index 00000000..87b3bf23 --- /dev/null +++ b/tiniest/html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/ibm.svg b/tiniest/ibm.svg new file mode 100644 index 00000000..277d0b43 --- /dev/null +++ b/tiniest/ibm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/instagram.svg b/tiniest/instagram.svg new file mode 100644 index 00000000..77c83186 --- /dev/null +++ b/tiniest/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/intel.svg b/tiniest/intel.svg new file mode 100644 index 00000000..846b3493 --- /dev/null +++ b/tiniest/intel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/keybase.svg b/tiniest/keybase.svg new file mode 100644 index 00000000..77ee9231 --- /dev/null +++ b/tiniest/keybase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/kickstarter.svg b/tiniest/kickstarter.svg new file mode 100644 index 00000000..57a49274 --- /dev/null +++ b/tiniest/kickstarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/lastpass.svg b/tiniest/lastpass.svg new file mode 100644 index 00000000..90f73c3b --- /dev/null +++ b/tiniest/lastpass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/line.svg b/tiniest/line.svg new file mode 100644 index 00000000..001d7896 --- /dev/null +++ b/tiniest/line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/linkedin.svg b/tiniest/linkedin.svg new file mode 100644 index 00000000..2cd3aee8 --- /dev/null +++ b/tiniest/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/lock.svg b/tiniest/lock.svg new file mode 100644 index 00000000..2a88eac6 --- /dev/null +++ b/tiniest/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/mail.svg b/tiniest/mail.svg new file mode 100644 index 00000000..105266ff --- /dev/null +++ b/tiniest/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/mastodon.svg b/tiniest/mastodon.svg new file mode 100644 index 00000000..701a6214 --- /dev/null +++ b/tiniest/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/medium.svg b/tiniest/medium.svg new file mode 100644 index 00000000..c4f8f418 --- /dev/null +++ b/tiniest/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/meetup.svg b/tiniest/meetup.svg new file mode 100644 index 00000000..168f4c8f --- /dev/null +++ b/tiniest/meetup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/npm.svg b/tiniest/npm.svg new file mode 100644 index 00000000..11c97e68 --- /dev/null +++ b/tiniest/npm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/opensource.svg b/tiniest/opensource.svg new file mode 100644 index 00000000..72416e2a --- /dev/null +++ b/tiniest/opensource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/patreon.svg b/tiniest/patreon.svg new file mode 100644 index 00000000..63dbbd5f --- /dev/null +++ b/tiniest/patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/paypal.svg b/tiniest/paypal.svg new file mode 100644 index 00000000..dd0b2fbb --- /dev/null +++ b/tiniest/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/pdf.svg b/tiniest/pdf.svg new file mode 100644 index 00000000..19459169 --- /dev/null +++ b/tiniest/pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/phone.svg b/tiniest/phone.svg new file mode 100644 index 00000000..98d7c40e --- /dev/null +++ b/tiniest/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/pinterest.svg b/tiniest/pinterest.svg new file mode 100644 index 00000000..c7cff680 --- /dev/null +++ b/tiniest/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/reddit.svg b/tiniest/reddit.svg new file mode 100644 index 00000000..a33ff4da --- /dev/null +++ b/tiniest/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/rss.svg b/tiniest/rss.svg new file mode 100644 index 00000000..9e1b0046 --- /dev/null +++ b/tiniest/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/skype.svg b/tiniest/skype.svg new file mode 100644 index 00000000..75caa9b8 --- /dev/null +++ b/tiniest/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/slideshare.svg b/tiniest/slideshare.svg new file mode 100644 index 00000000..2ee771f3 --- /dev/null +++ b/tiniest/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/snapchat.svg b/tiniest/snapchat.svg new file mode 100644 index 00000000..80ebe3f0 --- /dev/null +++ b/tiniest/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/soundcloud.svg b/tiniest/soundcloud.svg new file mode 100644 index 00000000..5525a25a --- /dev/null +++ b/tiniest/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/spotify.svg b/tiniest/spotify.svg new file mode 100644 index 00000000..8bf810d7 --- /dev/null +++ b/tiniest/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/stackoverflow.svg b/tiniest/stackoverflow.svg new file mode 100644 index 00000000..74e4f74c --- /dev/null +++ b/tiniest/stackoverflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/steam.svg b/tiniest/steam.svg new file mode 100644 index 00000000..d59dc789 --- /dev/null +++ b/tiniest/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/svgo.yml b/tiniest/svgo.yml new file mode 100644 index 00000000..f7f29c62 --- /dev/null +++ b/tiniest/svgo.yml @@ -0,0 +1,53 @@ +# SVGO config +# Usage: +# cp tiny/*.svg tiniest +# svgo -f tiniest --config=tiniest/svgo.yml --precision 2 + +full: true +multipass: true +plugins: + - addAttributesToSVGElement + - addClassesToSVGElement + - cleanupAttrs + - cleanupEnableBackground + - cleanupIDs + - cleanupListOfValues + - cleanupNumericValues + - collapseGroups + - convertColors + - convertPathData + - convertShapeToPath + - convertStyleToAttrs + - convertTransform + - inlineStyles + - mergePaths + - minifyStyles + - moveElemsAttrsToGroup + - moveGroupAttrsToElems + - prefixIds + - removeAttrs + - removeComments + - removeDesc + - removeDimensions + - removeDoctype + - removeEditorsNSData + - removeElementsByAttr: false + - removeEmptyAttrs + - removeEmptyContainers + - removeEmptyText + - removeHiddenElems + - removeMetadata + - removeNonInheritableGroupAttrs + - removeRasterImages: false + - removeScriptElement: false + - removeStyleElement: false + - removeTitle + - removeUnknownsAndDefaults: + unknownAttrs: false # Preserves 'role="img"', needed for accessibility: https://github.com/edent/SuperTinyIcons/pull/62#issuecomment-347227889 + - removeUnusedNS + - removeUselessDefs + - removeUselessStrokeAndFill + - removeViewBox + - removeXMLNS: false + - removeXMLProcInst + - sortAttrs: true # can help with transport-level compression \ No newline at end of file diff --git a/tiniest/symantec.svg b/tiniest/symantec.svg new file mode 100644 index 00000000..e4b391df --- /dev/null +++ b/tiniest/symantec.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/telegram.svg b/tiniest/telegram.svg new file mode 100644 index 00000000..30c889cc --- /dev/null +++ b/tiniest/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/tox.svg b/tiniest/tox.svg new file mode 100644 index 00000000..97a2a705 --- /dev/null +++ b/tiniest/tox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/trello.svg b/tiniest/trello.svg new file mode 100644 index 00000000..bf47b850 --- /dev/null +++ b/tiniest/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/tumblr.svg b/tiniest/tumblr.svg new file mode 100644 index 00000000..5d686424 --- /dev/null +++ b/tiniest/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/twitter.svg b/tiniest/twitter.svg new file mode 100644 index 00000000..b8f9f1f1 --- /dev/null +++ b/tiniest/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/ubuntu.svg b/tiniest/ubuntu.svg new file mode 100644 index 00000000..2a9cfced --- /dev/null +++ b/tiniest/ubuntu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/vimeo.svg b/tiniest/vimeo.svg new file mode 100644 index 00000000..9db5afa2 --- /dev/null +++ b/tiniest/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/vk.svg b/tiniest/vk.svg new file mode 100644 index 00000000..9eed4a4b --- /dev/null +++ b/tiniest/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/wechat.svg b/tiniest/wechat.svg new file mode 100644 index 00000000..5e716650 --- /dev/null +++ b/tiniest/wechat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/whatsapp.svg b/tiniest/whatsapp.svg new file mode 100644 index 00000000..91c4d72b --- /dev/null +++ b/tiniest/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/wifi.svg b/tiniest/wifi.svg new file mode 100644 index 00000000..8101c8ef --- /dev/null +++ b/tiniest/wifi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/wikipedia.svg b/tiniest/wikipedia.svg new file mode 100644 index 00000000..206d9f46 --- /dev/null +++ b/tiniest/wikipedia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/windows.svg b/tiniest/windows.svg new file mode 100644 index 00000000..f2103cab --- /dev/null +++ b/tiniest/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/wire.svg b/tiniest/wire.svg new file mode 100644 index 00000000..c124a83b --- /dev/null +++ b/tiniest/wire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/wordpress.svg b/tiniest/wordpress.svg new file mode 100644 index 00000000..c7cac0fc --- /dev/null +++ b/tiniest/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/yahoo.svg b/tiniest/yahoo.svg new file mode 100644 index 00000000..8772d47f --- /dev/null +++ b/tiniest/yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/yammer.svg b/tiniest/yammer.svg new file mode 100644 index 00000000..d97b394e --- /dev/null +++ b/tiniest/yammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/youtube.svg b/tiniest/youtube.svg new file mode 100644 index 00000000..3b9fc2d9 --- /dev/null +++ b/tiniest/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiniest/yubico.svg b/tiniest/yubico.svg new file mode 100644 index 00000000..0cd25c86 --- /dev/null +++ b/tiniest/yubico.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiny/airbnb.svg b/tiny/airbnb.svg index 8cb151cf..3b293621 100644 --- a/tiny/airbnb.svg +++ b/tiny/airbnb.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/amazon.svg b/tiny/amazon.svg index 10c96c6d..46552ee8 100644 --- a/tiny/amazon.svg +++ b/tiny/amazon.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/android.svg b/tiny/android.svg index ba5cfad6..d8eb3aa5 100644 --- a/tiny/android.svg +++ b/tiny/android.svg @@ -1,7 +1,7 @@ - - - - + + + + diff --git a/tiny/apple.svg b/tiny/apple.svg index b077a119..373dfbda 100644 --- a/tiny/apple.svg +++ b/tiny/apple.svg @@ -1,5 +1,5 @@ - - - \ No newline at end of file + + + diff --git a/tiny/badoo.svg b/tiny/badoo.svg index b25b5ec7..54d7ca2c 100644 --- a/tiny/badoo.svg +++ b/tiny/badoo.svg @@ -1,4 +1,4 @@ - - + + diff --git a/tiny/bitbucket.svg b/tiny/bitbucket.svg index 669c9cff..90b67e62 100644 --- a/tiny/bitbucket.svg +++ b/tiny/bitbucket.svg @@ -1,6 +1,6 @@ - - - + + + diff --git a/tiny/blogger.svg b/tiny/blogger.svg index ced7a4e7..ab59db35 100644 --- a/tiny/blogger.svg +++ b/tiny/blogger.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/bluetooth.svg b/tiny/bluetooth.svg index 7a5ba053..513e27bb 100644 --- a/tiny/bluetooth.svg +++ b/tiny/bluetooth.svg @@ -1,6 +1,4 @@ - + diff --git a/tiny/cloudflare.svg b/tiny/cloudflare.svg index 89374fb7..b8486b89 100644 --- a/tiny/cloudflare.svg +++ b/tiny/cloudflare.svg @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/tiny/codepen.svg b/tiny/codepen.svg index 00df993d..2358fcd3 100644 --- a/tiny/codepen.svg +++ b/tiny/codepen.svg @@ -1,4 +1,4 @@ - - \ No newline at end of file + + diff --git a/tiny/delicious.svg b/tiny/delicious.svg index 8fe9ca8f..9de10c4a 100644 --- a/tiny/delicious.svg +++ b/tiny/delicious.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/tiny/digidentity.svg b/tiny/digidentity.svg index 4e5cc4eb..ca39bf70 100644 --- a/tiny/digidentity.svg +++ b/tiny/digidentity.svg @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/tiny/digitalocean.svg b/tiny/digitalocean.svg index 991c3a34..7ffdedae 100644 --- a/tiny/digitalocean.svg +++ b/tiny/digitalocean.svg @@ -1,4 +1,4 @@ - - \ No newline at end of file + + diff --git a/tiny/discord.svg b/tiny/discord.svg index 3aeb6847..1d6d5269 100644 --- a/tiny/discord.svg +++ b/tiny/discord.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/disqus.svg b/tiny/disqus.svg index 572f0fc4..02c96f19 100644 --- a/tiny/disqus.svg +++ b/tiny/disqus.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/docker.svg b/tiny/docker.svg index d85c60ee..a2183348 100644 --- a/tiny/docker.svg +++ b/tiny/docker.svg @@ -1,4 +1,4 @@ - - \ No newline at end of file + + diff --git a/tiny/dropbox.svg b/tiny/dropbox.svg index 7a1ff7fb..876c03c2 100644 --- a/tiny/dropbox.svg +++ b/tiny/dropbox.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/ebay.svg b/tiny/ebay.svg index fb398f09..3556e117 100644 --- a/tiny/ebay.svg +++ b/tiny/ebay.svg @@ -4,4 +4,4 @@ - \ No newline at end of file + diff --git a/tiny/email.svg b/tiny/email.svg index 1dd1fc50..20dba57a 100644 --- a/tiny/email.svg +++ b/tiny/email.svg @@ -1,6 +1,6 @@ - - + + diff --git a/tiny/evernote.svg b/tiny/evernote.svg index 73dc4c14..0eea107f 100644 --- a/tiny/evernote.svg +++ b/tiny/evernote.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/facebook.svg b/tiny/facebook.svg index 2ef666f5..0e51697b 100644 --- a/tiny/facebook.svg +++ b/tiny/facebook.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/ghost.svg b/tiny/ghost.svg index 58aa6e6b..d393df81 100644 --- a/tiny/ghost.svg +++ b/tiny/ghost.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/github.svg b/tiny/github.svg index 3e3845f0..3841561d 100644 --- a/tiny/github.svg +++ b/tiny/github.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/gitlab.svg b/tiny/gitlab.svg index d3b2dcf7..e0d54ab6 100644 --- a/tiny/gitlab.svg +++ b/tiny/gitlab.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/google.svg b/tiny/google.svg index 69b6a3f5..9e5c2400 100644 --- a/tiny/google.svg +++ b/tiny/google.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/google_plus.svg b/tiny/google_plus.svg index d00b5e28..c23f61c4 100644 --- a/tiny/google_plus.svg +++ b/tiny/google_plus.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/hackernews.svg b/tiny/hackernews.svg index 218e05a2..d0ebad35 100644 --- a/tiny/hackernews.svg +++ b/tiny/hackernews.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/html5.svg b/tiny/html5.svg index ce5e75e6..029bc2cc 100644 --- a/tiny/html5.svg +++ b/tiny/html5.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/tiny/ibm.svg b/tiny/ibm.svg index d47af5b9..08b6ad34 100644 --- a/tiny/ibm.svg +++ b/tiny/ibm.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/intel.svg b/tiny/intel.svg index f020f04b..c8c7614a 100644 --- a/tiny/intel.svg +++ b/tiny/intel.svg @@ -1,4 +1,4 @@ - - \ No newline at end of file + + diff --git a/tiny/keybase.svg b/tiny/keybase.svg index 453d9f3d..78523297 100644 --- a/tiny/keybase.svg +++ b/tiny/keybase.svg @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/tiny/kickstarter.svg b/tiny/kickstarter.svg index 53cc0f37..2cedcc34 100644 --- a/tiny/kickstarter.svg +++ b/tiny/kickstarter.svg @@ -1,7 +1,8 @@ - + + - + @@ -12,4 +13,4 @@ - \ No newline at end of file + diff --git a/tiny/line.svg b/tiny/line.svg index c81e3962..7787a2a7 100644 --- a/tiny/line.svg +++ b/tiny/line.svg @@ -1,5 +1,5 @@ - - + + diff --git a/tiny/linkedin.svg b/tiny/linkedin.svg index 7ccf519e..1cba1bbb 100644 --- a/tiny/linkedin.svg +++ b/tiny/linkedin.svg @@ -1,6 +1,6 @@ - - + + diff --git a/tiny/lock.svg b/tiny/lock.svg index 4986ad15..6cbfff21 100644 --- a/tiny/lock.svg +++ b/tiny/lock.svg @@ -1,9 +1,9 @@ - + - + diff --git a/tiny/mail.svg b/tiny/mail.svg index 56f60c97..1b6790f3 100644 --- a/tiny/mail.svg +++ b/tiny/mail.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/mastodon.svg b/tiny/mastodon.svg index cd755a93..3ecf3bf2 100644 --- a/tiny/mastodon.svg +++ b/tiny/mastodon.svg @@ -1,12 +1,12 @@ - - - - - + + + + + - - + + diff --git a/tiny/meetup.svg b/tiny/meetup.svg index 4baf3e5c..4f705a89 100644 --- a/tiny/meetup.svg +++ b/tiny/meetup.svg @@ -1,4 +1,4 @@ - - + + diff --git a/tiny/npm.svg b/tiny/npm.svg index a0d50489..68638420 100644 --- a/tiny/npm.svg +++ b/tiny/npm.svg @@ -1,4 +1,4 @@ - - \ No newline at end of file + + diff --git a/tiny/opensource.svg b/tiny/opensource.svg index 962d80c5..215f55c5 100644 --- a/tiny/opensource.svg +++ b/tiny/opensource.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/tiny/patreon.svg b/tiny/patreon.svg index c00c0dfc..7bcfacd5 100644 --- a/tiny/patreon.svg +++ b/tiny/patreon.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/paypal.svg b/tiny/paypal.svg index 19579c48..d58015f9 100644 --- a/tiny/paypal.svg +++ b/tiny/paypal.svg @@ -1,7 +1,7 @@ - - + + diff --git a/tiny/pdf.svg b/tiny/pdf.svg index 92ec15e4..e7d77c18 100644 --- a/tiny/pdf.svg +++ b/tiny/pdf.svg @@ -1,4 +1,4 @@ - - + + diff --git a/tiny/phone.svg b/tiny/phone.svg index 11572299..0cd075f9 100644 --- a/tiny/phone.svg +++ b/tiny/phone.svg @@ -1,5 +1,5 @@ - - - \ No newline at end of file + + + diff --git a/tiny/pinterest.svg b/tiny/pinterest.svg index 7f107aec..cd3c5952 100644 --- a/tiny/pinterest.svg +++ b/tiny/pinterest.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/reddit.svg b/tiny/reddit.svg index 8727110a..ac961295 100644 --- a/tiny/reddit.svg +++ b/tiny/reddit.svg @@ -1,11 +1,11 @@ - + - + diff --git a/tiny/rss.svg b/tiny/rss.svg index bc2d1879..78df224a 100644 --- a/tiny/rss.svg +++ b/tiny/rss.svg @@ -1,5 +1,5 @@ - + - + diff --git a/tiny/skype.svg b/tiny/skype.svg index b46db197..df6184b3 100644 --- a/tiny/skype.svg +++ b/tiny/skype.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/slideshare.svg b/tiny/slideshare.svg index 8d8aacd6..b12e08a9 100644 --- a/tiny/slideshare.svg +++ b/tiny/slideshare.svg @@ -1,7 +1,7 @@ - - + + diff --git a/tiny/snapchat.svg b/tiny/snapchat.svg index 1e1497e0..861f94b0 100644 --- a/tiny/snapchat.svg +++ b/tiny/snapchat.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/soundcloud.svg b/tiny/soundcloud.svg index 29cf4aa1..ab7af407 100644 --- a/tiny/soundcloud.svg +++ b/tiny/soundcloud.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/spotify.svg b/tiny/spotify.svg index be31fb75..881788c5 100644 --- a/tiny/spotify.svg +++ b/tiny/spotify.svg @@ -2,8 +2,8 @@ - - - + + + diff --git a/tiny/stackoverflow.svg b/tiny/stackoverflow.svg index 61b26c4e..32169867 100644 --- a/tiny/stackoverflow.svg +++ b/tiny/stackoverflow.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/tiny/steam.svg b/tiny/steam.svg index 7ff30860..04cbd886 100644 --- a/tiny/steam.svg +++ b/tiny/steam.svg @@ -1,4 +1,4 @@ - - \ No newline at end of file + + diff --git a/tiny/svgo.yml b/tiny/svgo.yml new file mode 100644 index 00000000..569b7968 --- /dev/null +++ b/tiny/svgo.yml @@ -0,0 +1,51 @@ +# SVGO config +# Usage: svgo -f tiny --config=tiny/svgo.yml --pretty --indent 0 --precision 2 + +full: true +multipass: true +plugins: + - addAttributesToSVGElement + - addClassesToSVGElement + - cleanupAttrs + - cleanupEnableBackground + - cleanupIDs + - cleanupListOfValues + - cleanupNumericValues + - collapseGroups + - convertColors + - convertPathData + - convertShapeToPath + - convertStyleToAttrs + - convertTransform + - inlineStyles + - mergePaths + - minifyStyles + - moveElemsAttrsToGroup + - moveGroupAttrsToElems + - prefixIds + - removeAttrs + - removeComments + - removeDesc + - removeDimensions + - removeDoctype + - removeEditorsNSData + - removeElementsByAttr: false + - removeEmptyAttrs + - removeEmptyContainers + - removeEmptyText + - removeHiddenElems + - removeMetadata + - removeNonInheritableGroupAttrs + - removeRasterImages: false + - removeScriptElement: false + - removeStyleElement: false + - removeTitle + - removeUnknownsAndDefaults: + unknownAttrs: false # Preserves 'role="img"', needed for accessibility: https://github.com/edent/SuperTinyIcons/pull/62#issuecomment-347227889 + - removeUnusedNS + - removeUselessDefs + - removeUselessStrokeAndFill + - removeViewBox + - removeXMLNS: false + - removeXMLProcInst + - sortAttrs: false \ No newline at end of file diff --git a/tiny/symantec.svg b/tiny/symantec.svg index d18291a0..320342d5 100644 --- a/tiny/symantec.svg +++ b/tiny/symantec.svg @@ -1,7 +1,7 @@ - - + + - - - \ No newline at end of file + + + diff --git a/tiny/telegram.svg b/tiny/telegram.svg index 8a7213c3..72ae67f9 100644 --- a/tiny/telegram.svg +++ b/tiny/telegram.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/tox.svg b/tiny/tox.svg index 141c7e07..f3ba490b 100644 --- a/tiny/tox.svg +++ b/tiny/tox.svg @@ -5,7 +5,6 @@ - - + diff --git a/tiny/trello.svg b/tiny/trello.svg index 6d168d3f..2010671b 100644 --- a/tiny/trello.svg +++ b/tiny/trello.svg @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/tiny/twitter.svg b/tiny/twitter.svg index e218e470..e02c688f 100644 --- a/tiny/twitter.svg +++ b/tiny/twitter.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/ubuntu.svg b/tiny/ubuntu.svg index ce552c3d..e3e6f5c7 100644 --- a/tiny/ubuntu.svg +++ b/tiny/ubuntu.svg @@ -1,14 +1,12 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/tiny/vimeo.svg b/tiny/vimeo.svg index 67f0c470..bfab9c69 100644 --- a/tiny/vimeo.svg +++ b/tiny/vimeo.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/vk.svg b/tiny/vk.svg index 648333ae..abc2a450 100644 --- a/tiny/vk.svg +++ b/tiny/vk.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/wechat.svg b/tiny/wechat.svg index 0064e6d1..399b849d 100644 --- a/tiny/wechat.svg +++ b/tiny/wechat.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/whatsapp.svg b/tiny/whatsapp.svg index 48b1e419..21175ffd 100644 --- a/tiny/whatsapp.svg +++ b/tiny/whatsapp.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/wifi.svg b/tiny/wifi.svg index f124a102..9ff11ee9 100644 --- a/tiny/wifi.svg +++ b/tiny/wifi.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/wikipedia.svg b/tiny/wikipedia.svg index a79f730c..91db5228 100644 --- a/tiny/wikipedia.svg +++ b/tiny/wikipedia.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/wire.svg b/tiny/wire.svg index 6dc075ed..e041f402 100644 --- a/tiny/wire.svg +++ b/tiny/wire.svg @@ -1,4 +1,4 @@ - + diff --git a/tiny/wordpress.svg b/tiny/wordpress.svg index 18cca634..92e9db72 100644 --- a/tiny/wordpress.svg +++ b/tiny/wordpress.svg @@ -1,5 +1,5 @@ - + diff --git a/tiny/yahoo.svg b/tiny/yahoo.svg index 2854fb45..ba66dd6d 100644 --- a/tiny/yahoo.svg +++ b/tiny/yahoo.svg @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/tiny/yammer.svg b/tiny/yammer.svg index 97fbd2fc..a4d4e1fe 100644 --- a/tiny/yammer.svg +++ b/tiny/yammer.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/tiny/youtube.svg b/tiny/youtube.svg index 0a2f5033..b5277d13 100644 --- a/tiny/youtube.svg +++ b/tiny/youtube.svg @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/tiny/yubico.svg b/tiny/yubico.svg index fcd8d95d..d50cbd99 100644 --- a/tiny/yubico.svg +++ b/tiny/yubico.svg @@ -2,4 +2,5 @@ - \ No newline at end of file + + From 29bc78857c54212b0c276ab0c24dca306d3ca489 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 27 Nov 2017 17:33:39 +0000 Subject: [PATCH 04/13] Updated Radius Tool --- javascript.js | 45 ----------------- radius.html | 136 +++++++++++++++++++++++++++++++++----------------- 2 files changed, 91 insertions(+), 90 deletions(-) delete mode 100644 javascript.js diff --git a/javascript.js b/javascript.js deleted file mode 100644 index fcdcdf97..00000000 --- a/javascript.js +++ /dev/null @@ -1,45 +0,0 @@ -var items = [ - 'amazon', 'github', 'html5', 'mastodon', 'reddit', 'soundcloud', - 'tox', 'wechat', 'youtube', 'dropbox', 'gitlab', 'instagram', - 'paypal', 'rss', 'spotify', 'tumblr', 'whatsapp', 'email', - 'google_plus','linkedin', 'pdf', 'skype', 'stackoverflow','twitter', - 'wikipedia', 'facebook', 'google', 'lock', 'phone', 'slideshare', - 'steam', 'vimeo', 'wire', 'flickr', 'hackernews', 'mail', - 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup', - 'line', 'lastpass', 'windows', 'digidentity','ubuntu', 'bitbucket', - 'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase', - 'ebay', 'evernote', 'kickstarter','yahoo', 'bitcoin', 'bluetooth', - 'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare', - 'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi', - 'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello', - 'intel', 'badoo' -]; - -var container = document.querySelector('.icons'); -var range = document.querySelector('input[type="range"]'); -var number = document.querySelector('input.rangeout'); -range.addEventListener('input', function(e){ - number.value = parseInt(e.target.value); - render(e.target.value); -}); - -number.addEventListener('input', function(e){ - range.value = parseInt(e.target.value); - render(e.target.value); -}); - -var urls = items.map(item => 'tiny/' + item + '.svg'); -var icons; -Promise.all(urls.map(url => fetch(url).then(res => res.text()))).then(all => { - icons = all; - render(range.value); -}); - -var render = function(radius = 15){ - console.log('Rendering!', icons); - - icons = icons.map(icon => { - return icon.replace(/rx\=\"\d{0,2}\%/, 'rx="' + radius + '%"'); - }); - container.innerHTML = '
' + icons.join('
') + '
'; -} diff --git a/radius.html b/radius.html index 277d5239..1301ec81 100644 --- a/radius.html +++ b/radius.html @@ -1,50 +1,96 @@ - - - Super Tiny Social Icons - Radius Tool - - - - - -

Super Tiny Social Icons

- Download the SuperTinySocialIcons on GitHub -
-

Radius %

- - -
+ + + Super Tiny Icons - SVG Radius Tool + + + + + +

Super Tiny Icons

+ Download the SuperTinyIcons SVGs on GitHub +
+

Radius %

+ + +
-
+
- - + + From 77f76a16e433bbb4647a767e4b258259866933cd Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 27 Nov 2017 19:03:59 +0000 Subject: [PATCH 05/13] Adds Samsung Internet icon (#74) --- README.md | 2 +- radius.html | 2 +- tiniest/samsunginternet.svg | 1 + tiny/samsunginternet.svg | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 tiniest/samsunginternet.svg create mode 100644 tiny/samsunginternet.svg diff --git a/README.md b/README.md index 6a4c6869..964a8242 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
- + diff --git a/radius.html b/radius.html index 1301ec81..b406e459 100644 --- a/radius.html +++ b/radius.html @@ -60,7 +60,7 @@ 'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare', 'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi', 'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello', - 'intel', 'badoo' + 'intel', 'badoo', 'samsunginternet' ]; var container = document.querySelector('.icons'); diff --git a/tiniest/samsunginternet.svg b/tiniest/samsunginternet.svg new file mode 100644 index 00000000..9469ec6c --- /dev/null +++ b/tiniest/samsunginternet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tiny/samsunginternet.svg b/tiny/samsunginternet.svg new file mode 100644 index 00000000..9469ec6c --- /dev/null +++ b/tiny/samsunginternet.svg @@ -0,0 +1 @@ + \ No newline at end of file From fa2addafbb4dd0e78017ad0baba24b08af8a9355 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 27 Nov 2017 19:05:53 +0000 Subject: [PATCH 06/13] Update for Samsung All shall conform! --- README.md | 1 + radius.html | 2 +- tiniest/samsunginternet.svg | 2 +- tiny/samsunginternet.svg | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 964a8242..251a1e08 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ The majority of these vector logos are based on someone else's work. * [intel](https://commons.wikimedia.org/wiki/File:Intel-logo.svg) * [Badoo](https://team.badoo.com/new/) * [YouTube](https://www.youtube.com/yt/about/brand-resources/#logos-icons-colors) +* [Samsung Internet](https://github.com/edent/SuperTinyIcons/pull/74/commits/8824bdaf1346a472ab425347f958e8e64c0948ee) From [SVGporn](https://github.com/gilbarbara/logos/) - CC0 diff --git a/radius.html b/radius.html index b406e459..bfafa408 100644 --- a/radius.html +++ b/radius.html @@ -60,7 +60,7 @@ 'ibm', 'yammer', 'android', 'authy', 'blogger', 'cloudflare', 'codepen', 'digitalocean','discord', 'medium', 'airbnb', 'wifi', 'delicious', 'disqus', 'ghost', 'opensource', 'patreon', 'trello', - 'intel', 'badoo', 'samsunginternet' + 'intel', 'badoo', 'samsunginternet' ]; var container = document.querySelector('.icons'); diff --git a/tiniest/samsunginternet.svg b/tiniest/samsunginternet.svg index 9469ec6c..3a4d1635 100644 --- a/tiniest/samsunginternet.svg +++ b/tiniest/samsunginternet.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/tiny/samsunginternet.svg b/tiny/samsunginternet.svg index 9469ec6c..3a4d1635 100644 --- a/tiny/samsunginternet.svg +++ b/tiny/samsunginternet.svg @@ -1 +1 @@ - \ No newline at end of file + From ae1ad32456c89a31013ea255d029a24695daa44b Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 27 Nov 2017 19:26:07 +0000 Subject: [PATCH 07/13] New Layout Tidy up of everything. No more duplicate icons. More logical layout. --- README.md | 171 +++++++++--------- .../android-vector-drawable}/amazon.xml | 0 .../android-vector-drawable}/apple.xml | 0 .../android-vector-drawable}/bitbucket.xml | 0 .../android-vector-drawable}/digidentity.xml | 0 .../android-vector-drawable}/docker.xml | 0 .../android-vector-drawable}/dropbox.xml | 0 .../android-vector-drawable}/email.xml | 0 .../android-vector-drawable}/facebook.xml | 0 .../android-vector-drawable}/flickr.xml | 0 .../android-vector-drawable}/github.xml | 0 .../android-vector-drawable}/gitlab.xml | 0 .../android-vector-drawable}/google.xml | 0 .../android-vector-drawable}/google_plus.xml | 0 .../android-vector-drawable}/hackernews.xml | 0 .../android-vector-drawable}/html5.xml | 0 .../android-vector-drawable}/instagram.xml | 0 .../android-vector-drawable}/lastpass.xml | 0 .../android-vector-drawable}/line.xml | 0 .../android-vector-drawable}/linkedin.xml | 0 .../android-vector-drawable}/lock.xml | 0 .../android-vector-drawable}/log.html | 0 .../android-vector-drawable}/mail.xml | 0 .../android-vector-drawable}/mastodon.xml | 0 .../android-vector-drawable}/meetup.xml | 0 .../android-vector-drawable}/npm.xml | 0 .../android-vector-drawable}/paypal.xml | 0 .../android-vector-drawable}/pdf.xml | 0 .../android-vector-drawable}/phone.xml | 0 .../android-vector-drawable}/pinterest.xml | 0 .../android-vector-drawable}/reddit.xml | 0 .../android-vector-drawable}/rss.xml | 0 .../android-vector-drawable}/skype.xml | 0 .../android-vector-drawable}/slideshare.xml | 0 .../android-vector-drawable}/snapchat.xml | 0 .../android-vector-drawable}/soundcloud.xml | 0 .../android-vector-drawable}/spotify.xml | 0 .../stackoverflow.xml | 0 .../android-vector-drawable}/steam.xml | 0 .../android-vector-drawable}/symantec.xml | 0 .../android-vector-drawable}/telegram.xml | 0 .../android-vector-drawable}/tox.xml | 0 .../android-vector-drawable}/tumblr.xml | 0 .../android-vector-drawable}/twitter.xml | 0 .../android-vector-drawable}/ubuntu.xml | 0 .../android-vector-drawable}/vimeo.xml | 0 .../android-vector-drawable}/vk.xml | 0 .../android-vector-drawable}/wechat.xml | 0 .../android-vector-drawable}/whatsapp.xml | 0 .../android-vector-drawable}/wikipedia.xml | 0 .../android-vector-drawable}/windows.xml | 0 .../android-vector-drawable}/wire.xml | 0 .../android-vector-drawable}/wordpress.xml | 0 .../android-vector-drawable}/youtube.xml | 0 .../android-vector-drawable}/yubico.xml | 0 {original => images/png}/flickr.png | Bin {original => images/png}/github.png | Bin {original => images/png}/twitter.png | Bin {tiniest => images/svg}/airbnb.svg | 0 {tiniest => images/svg}/amazon.svg | 0 {tiniest => images/svg}/android.svg | 0 {tiniest => images/svg}/apple.svg | 0 {tiniest => images/svg}/authy.svg | 0 {tiniest => images/svg}/badoo.svg | 0 {tiniest => images/svg}/bitbucket.svg | 0 {tiniest => images/svg}/bitcoin.svg | 0 {tiniest => images/svg}/blogger.svg | 0 {tiniest => images/svg}/bluetooth.svg | 0 {tiniest => images/svg}/cloudflare.svg | 0 {tiniest => images/svg}/codepen.svg | 0 {tiniest => images/svg}/delicious.svg | 0 {tiniest => images/svg}/digidentity.svg | 0 {tiniest => images/svg}/digitalocean.svg | 0 {tiniest => images/svg}/discord.svg | 0 {tiniest => images/svg}/disqus.svg | 0 {tiniest => images/svg}/docker.svg | 0 {tiniest => images/svg}/dropbox.svg | 0 {tiniest => images/svg}/ebay.svg | 0 {tiniest => images/svg}/email.svg | 0 {tiniest => images/svg}/evernote.svg | 0 {tiniest => images/svg}/facebook.svg | 0 {tiniest => images/svg}/flickr.svg | 0 {tiniest => images/svg}/ghost.svg | 0 {tiniest => images/svg}/github.svg | 0 {tiniest => images/svg}/gitlab.svg | 0 {tiniest => images/svg}/google.svg | 0 {tiniest => images/svg}/google_plus.svg | 0 {tiniest => images/svg}/hackernews.svg | 0 {tiniest => images/svg}/html5.svg | 0 {tiniest => images/svg}/ibm.svg | 0 {tiniest => images/svg}/instagram.svg | 0 {tiniest => images/svg}/intel.svg | 0 {tiniest => images/svg}/keybase.svg | 0 {tiniest => images/svg}/kickstarter.svg | 0 {tiniest => images/svg}/lastpass.svg | 0 {tiniest => images/svg}/line.svg | 0 {tiniest => images/svg}/linkedin.svg | 0 {tiniest => images/svg}/lock.svg | 0 {tiniest => images/svg}/mail.svg | 0 {tiniest => images/svg}/mastodon.svg | 0 {tiniest => images/svg}/medium.svg | 0 {tiniest => images/svg}/meetup.svg | 0 {tiniest => images/svg}/npm.svg | 0 {tiniest => images/svg}/opensource.svg | 0 {tiniest => images/svg}/patreon.svg | 0 {tiniest => images/svg}/paypal.svg | 0 {tiniest => images/svg}/pdf.svg | 0 {tiniest => images/svg}/phone.svg | 0 {tiniest => images/svg}/pinterest.svg | 0 {tiniest => images/svg}/reddit.svg | 0 {tiniest => images/svg}/rss.svg | 0 {tiniest => images/svg}/samsunginternet.svg | 0 {tiniest => images/svg}/skype.svg | 0 {tiniest => images/svg}/slideshare.svg | 0 {tiniest => images/svg}/snapchat.svg | 0 {tiniest => images/svg}/soundcloud.svg | 0 {tiniest => images/svg}/spotify.svg | 0 {tiniest => images/svg}/stackoverflow.svg | 0 {tiniest => images/svg}/steam.svg | 0 {tiny => images/svg}/svgo.yml | 5 +- {tiniest => images/svg}/symantec.svg | 0 {tiniest => images/svg}/telegram.svg | 0 {tiniest => images/svg}/tox.svg | 0 {tiniest => images/svg}/trello.svg | 0 {tiniest => images/svg}/tumblr.svg | 0 {tiniest => images/svg}/twitter.svg | 0 {tiniest => images/svg}/ubuntu.svg | 0 {tiniest => images/svg}/vimeo.svg | 0 {tiniest => images/svg}/vk.svg | 0 {tiniest => images/svg}/wechat.svg | 0 {tiniest => images/svg}/whatsapp.svg | 0 {tiniest => images/svg}/wifi.svg | 0 {tiniest => images/svg}/wikipedia.svg | 0 {tiniest => images/svg}/windows.svg | 0 {tiniest => images/svg}/wire.svg | 0 {tiniest => images/svg}/wordpress.svg | 0 {tiniest => images/svg}/yahoo.svg | 0 {tiniest => images/svg}/yammer.svg | 0 {tiniest => images/svg}/youtube.svg | 0 {tiniest => images/svg}/yubico.svg | 0 tiniest/svgo.yml | 53 ------ tiny/airbnb.svg | 4 - tiny/amazon.svg | 4 - tiny/android.svg | 7 - tiny/apple.svg | 5 - tiny/authy.svg | 4 - tiny/badoo.svg | 4 - tiny/bitbucket.svg | 6 - tiny/bitcoin.svg | 4 - tiny/blogger.svg | 4 - tiny/bluetooth.svg | 4 - tiny/cloudflare.svg | 5 - tiny/codepen.svg | 4 - tiny/delicious.svg | 6 - tiny/digidentity.svg | 5 - tiny/digitalocean.svg | 4 - tiny/discord.svg | 4 - tiny/disqus.svg | 4 - tiny/docker.svg | 4 - tiny/dropbox.svg | 4 - tiny/ebay.svg | 7 - tiny/email.svg | 6 - tiny/evernote.svg | 4 - tiny/facebook.svg | 4 - tiny/flickr.svg | 5 - tiny/ghost.svg | 4 - tiny/github.svg | 4 - tiny/gitlab.svg | 4 - tiny/google.svg | 4 - tiny/google_plus.svg | 4 - tiny/hackernews.svg | 4 - tiny/html5.svg | 6 - tiny/ibm.svg | 4 - tiny/instagram.svg | 8 - tiny/intel.svg | 4 - tiny/keybase.svg | 5 - tiny/kickstarter.svg | 16 -- tiny/lastpass.svg | 7 - tiny/line.svg | 5 - tiny/linkedin.svg | 6 - tiny/lock.svg | 9 - tiny/mail.svg | 4 - tiny/mastodon.svg | 12 -- tiny/medium.svg | 4 - tiny/meetup.svg | 4 - tiny/npm.svg | 4 - tiny/opensource.svg | 3 - tiny/patreon.svg | 4 - tiny/paypal.svg | 7 - tiny/pdf.svg | 4 - tiny/phone.svg | 5 - tiny/pinterest.svg | 4 - tiny/reddit.svg | 11 -- tiny/rss.svg | 5 - tiny/samsunginternet.svg | 1 - tiny/skype.svg | 4 - tiny/slideshare.svg | 7 - tiny/snapchat.svg | 4 - tiny/soundcloud.svg | 4 - tiny/spotify.svg | 9 - tiny/stackoverflow.svg | 5 - tiny/steam.svg | 4 - tiny/symantec.svg | 7 - tiny/telegram.svg | 4 - tiny/tox.svg | 10 - tiny/trello.svg | 5 - tiny/tumblr.svg | 4 - tiny/twitter.svg | 4 - tiny/ubuntu.svg | 12 -- tiny/vimeo.svg | 4 - tiny/vk.svg | 4 - tiny/wechat.svg | 4 - tiny/whatsapp.svg | 4 - tiny/wifi.svg | 4 - tiny/wikipedia.svg | 4 - tiny/windows.svg | 4 - tiny/wire.svg | 4 - tiny/wordpress.svg | 5 - tiny/yahoo.svg | 5 - tiny/yammer.svg | 4 - tiny/youtube.svg | 5 - tiny/yubico.svg | 6 - 222 files changed, 89 insertions(+), 558 deletions(-) rename {android-vector-drawable => images/android-vector-drawable}/amazon.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/apple.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/bitbucket.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/digidentity.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/docker.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/dropbox.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/email.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/facebook.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/flickr.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/github.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/gitlab.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/google.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/google_plus.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/hackernews.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/html5.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/instagram.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/lastpass.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/line.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/linkedin.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/lock.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/log.html (100%) rename {android-vector-drawable => images/android-vector-drawable}/mail.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/mastodon.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/meetup.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/npm.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/paypal.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/pdf.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/phone.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/pinterest.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/reddit.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/rss.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/skype.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/slideshare.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/snapchat.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/soundcloud.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/spotify.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/stackoverflow.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/steam.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/symantec.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/telegram.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/tox.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/tumblr.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/twitter.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/ubuntu.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/vimeo.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/vk.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/wechat.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/whatsapp.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/wikipedia.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/windows.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/wire.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/wordpress.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/youtube.xml (100%) rename {android-vector-drawable => images/android-vector-drawable}/yubico.xml (100%) rename {original => images/png}/flickr.png (100%) rename {original => images/png}/github.png (100%) rename {original => images/png}/twitter.png (100%) rename {tiniest => images/svg}/airbnb.svg (100%) rename {tiniest => images/svg}/amazon.svg (100%) rename {tiniest => images/svg}/android.svg (100%) rename {tiniest => images/svg}/apple.svg (100%) rename {tiniest => images/svg}/authy.svg (100%) rename {tiniest => images/svg}/badoo.svg (100%) rename {tiniest => images/svg}/bitbucket.svg (100%) rename {tiniest => images/svg}/bitcoin.svg (100%) rename {tiniest => images/svg}/blogger.svg (100%) rename {tiniest => images/svg}/bluetooth.svg (100%) rename {tiniest => images/svg}/cloudflare.svg (100%) rename {tiniest => images/svg}/codepen.svg (100%) rename {tiniest => images/svg}/delicious.svg (100%) rename {tiniest => images/svg}/digidentity.svg (100%) rename {tiniest => images/svg}/digitalocean.svg (100%) rename {tiniest => images/svg}/discord.svg (100%) rename {tiniest => images/svg}/disqus.svg (100%) rename {tiniest => images/svg}/docker.svg (100%) rename {tiniest => images/svg}/dropbox.svg (100%) rename {tiniest => images/svg}/ebay.svg (100%) rename {tiniest => images/svg}/email.svg (100%) rename {tiniest => images/svg}/evernote.svg (100%) rename {tiniest => images/svg}/facebook.svg (100%) rename {tiniest => images/svg}/flickr.svg (100%) rename {tiniest => images/svg}/ghost.svg (100%) rename {tiniest => images/svg}/github.svg (100%) rename {tiniest => images/svg}/gitlab.svg (100%) rename {tiniest => images/svg}/google.svg (100%) rename {tiniest => images/svg}/google_plus.svg (100%) rename {tiniest => images/svg}/hackernews.svg (100%) rename {tiniest => images/svg}/html5.svg (100%) rename {tiniest => images/svg}/ibm.svg (100%) rename {tiniest => images/svg}/instagram.svg (100%) rename {tiniest => images/svg}/intel.svg (100%) rename {tiniest => images/svg}/keybase.svg (100%) rename {tiniest => images/svg}/kickstarter.svg (100%) rename {tiniest => images/svg}/lastpass.svg (100%) rename {tiniest => images/svg}/line.svg (100%) rename {tiniest => images/svg}/linkedin.svg (100%) rename {tiniest => images/svg}/lock.svg (100%) rename {tiniest => images/svg}/mail.svg (100%) rename {tiniest => images/svg}/mastodon.svg (100%) rename {tiniest => images/svg}/medium.svg (100%) rename {tiniest => images/svg}/meetup.svg (100%) rename {tiniest => images/svg}/npm.svg (100%) rename {tiniest => images/svg}/opensource.svg (100%) rename {tiniest => images/svg}/patreon.svg (100%) rename {tiniest => images/svg}/paypal.svg (100%) rename {tiniest => images/svg}/pdf.svg (100%) rename {tiniest => images/svg}/phone.svg (100%) rename {tiniest => images/svg}/pinterest.svg (100%) rename {tiniest => images/svg}/reddit.svg (100%) rename {tiniest => images/svg}/rss.svg (100%) rename {tiniest => images/svg}/samsunginternet.svg (100%) rename {tiniest => images/svg}/skype.svg (100%) rename {tiniest => images/svg}/slideshare.svg (100%) rename {tiniest => images/svg}/snapchat.svg (100%) rename {tiniest => images/svg}/soundcloud.svg (100%) rename {tiniest => images/svg}/spotify.svg (100%) rename {tiniest => images/svg}/stackoverflow.svg (100%) rename {tiniest => images/svg}/steam.svg (100%) rename {tiny => images/svg}/svgo.yml (90%) rename {tiniest => images/svg}/symantec.svg (100%) rename {tiniest => images/svg}/telegram.svg (100%) rename {tiniest => images/svg}/tox.svg (100%) rename {tiniest => images/svg}/trello.svg (100%) rename {tiniest => images/svg}/tumblr.svg (100%) rename {tiniest => images/svg}/twitter.svg (100%) rename {tiniest => images/svg}/ubuntu.svg (100%) rename {tiniest => images/svg}/vimeo.svg (100%) rename {tiniest => images/svg}/vk.svg (100%) rename {tiniest => images/svg}/wechat.svg (100%) rename {tiniest => images/svg}/whatsapp.svg (100%) rename {tiniest => images/svg}/wifi.svg (100%) rename {tiniest => images/svg}/wikipedia.svg (100%) rename {tiniest => images/svg}/windows.svg (100%) rename {tiniest => images/svg}/wire.svg (100%) rename {tiniest => images/svg}/wordpress.svg (100%) rename {tiniest => images/svg}/yahoo.svg (100%) rename {tiniest => images/svg}/yammer.svg (100%) rename {tiniest => images/svg}/youtube.svg (100%) rename {tiniest => images/svg}/yubico.svg (100%) delete mode 100644 tiniest/svgo.yml delete mode 100644 tiny/airbnb.svg delete mode 100644 tiny/amazon.svg delete mode 100644 tiny/android.svg delete mode 100644 tiny/apple.svg delete mode 100644 tiny/authy.svg delete mode 100644 tiny/badoo.svg delete mode 100644 tiny/bitbucket.svg delete mode 100644 tiny/bitcoin.svg delete mode 100644 tiny/blogger.svg delete mode 100644 tiny/bluetooth.svg delete mode 100644 tiny/cloudflare.svg delete mode 100644 tiny/codepen.svg delete mode 100644 tiny/delicious.svg delete mode 100644 tiny/digidentity.svg delete mode 100644 tiny/digitalocean.svg delete mode 100644 tiny/discord.svg delete mode 100644 tiny/disqus.svg delete mode 100644 tiny/docker.svg delete mode 100644 tiny/dropbox.svg delete mode 100644 tiny/ebay.svg delete mode 100644 tiny/email.svg delete mode 100644 tiny/evernote.svg delete mode 100644 tiny/facebook.svg delete mode 100644 tiny/flickr.svg delete mode 100644 tiny/ghost.svg delete mode 100644 tiny/github.svg delete mode 100644 tiny/gitlab.svg delete mode 100644 tiny/google.svg delete mode 100644 tiny/google_plus.svg delete mode 100644 tiny/hackernews.svg delete mode 100644 tiny/html5.svg delete mode 100644 tiny/ibm.svg delete mode 100644 tiny/instagram.svg delete mode 100644 tiny/intel.svg delete mode 100644 tiny/keybase.svg delete mode 100644 tiny/kickstarter.svg delete mode 100644 tiny/lastpass.svg delete mode 100644 tiny/line.svg delete mode 100644 tiny/linkedin.svg delete mode 100644 tiny/lock.svg delete mode 100644 tiny/mail.svg delete mode 100644 tiny/mastodon.svg delete mode 100644 tiny/medium.svg delete mode 100644 tiny/meetup.svg delete mode 100644 tiny/npm.svg delete mode 100644 tiny/opensource.svg delete mode 100644 tiny/patreon.svg delete mode 100644 tiny/paypal.svg delete mode 100644 tiny/pdf.svg delete mode 100644 tiny/phone.svg delete mode 100644 tiny/pinterest.svg delete mode 100644 tiny/reddit.svg delete mode 100644 tiny/rss.svg delete mode 100644 tiny/samsunginternet.svg delete mode 100644 tiny/skype.svg delete mode 100644 tiny/slideshare.svg delete mode 100644 tiny/snapchat.svg delete mode 100644 tiny/soundcloud.svg delete mode 100644 tiny/spotify.svg delete mode 100644 tiny/stackoverflow.svg delete mode 100644 tiny/steam.svg delete mode 100644 tiny/symantec.svg delete mode 100644 tiny/telegram.svg delete mode 100644 tiny/tox.svg delete mode 100644 tiny/trello.svg delete mode 100644 tiny/tumblr.svg delete mode 100644 tiny/twitter.svg delete mode 100644 tiny/ubuntu.svg delete mode 100644 tiny/vimeo.svg delete mode 100644 tiny/vk.svg delete mode 100644 tiny/wechat.svg delete mode 100644 tiny/whatsapp.svg delete mode 100644 tiny/wifi.svg delete mode 100644 tiny/wikipedia.svg delete mode 100644 tiny/windows.svg delete mode 100644 tiny/wire.svg delete mode 100644 tiny/wordpress.svg delete mode 100644 tiny/yahoo.svg delete mode 100644 tiny/yammer.svg delete mode 100644 tiny/youtube.svg delete mode 100644 tiny/yubico.svg diff --git a/README.md b/README.md index 251a1e08..ef43292a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Super Tiny Social Icons -Under 1KB each! Super Tiny Web Icons are minuscule SVG versions of your favourite logos. The average size is *under* 600 bytes! +Under 1KB each! Super Tiny Web Icons are minuscule SVG versions of your favourite logos. The average size is *under* 550 bytes! The logos have a 512x512 viewbox, they will fit in a circle with radius 256. They will scale up and down to suit your needs. @@ -11,119 +11,119 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/ | 747 Bytes SVG | 3,549 Bytes PNG | 425 Bytes SVG | 3,204 Bytes PNG | 252 Bytes SVG | 2,581 Bytes PNG | |------ |----------- |------ |---------- |------ |----------- | -| | | | | | | +| | | | | | | ## What's Available so far?

234 Bytes

257 Bytes

277 Bytes

455 Bytes

429 Bytes

655 Bytes

228 Bytes

252 Bytes

270 Bytes

451 Bytes

425 Bytes

646 Bytes

341 Bytes

360 Bytes

380 Bytes

373 Bytes

324 Bytes

549 Bytes

338 Bytes

354 Bytes

372 Bytes

370 Bytes

316 Bytes

544 Bytes

499 Bytes

540 Bytes

536 Bytes

593 Bytes

751 Bytes

611 Bytes

492 Bytes

529 Bytes

532 Bytes

583 Bytes

747 Bytes

608 Bytes

379 Bytes

646 Bytes

963 Bytes

445 Bytes

623 Bytes

679 Bytes

375 Bytes

635 Bytes

964 Bytes

436 Bytes

619 Bytes

674 Bytes

867 Bytes

252 Bytes

379 Bytes

770 Bytes

427 Bytes

388 Bytes

859 Bytes

247 Bytes

374 Bytes

765 Bytes

423 Bytes

383 Bytes

602 Bytes

316 Bytes

577 Bytes

391 Bytes

583 Bytes

392 Bytes

597 Bytes

310 Bytes

573 Bytes

379 Bytes

567 Bytes

286 Bytes

517 Bytes

295 Bytes

760 Bytes

414 Bytes

409 Bytes

642 Bytes

493 Bytes

288 Bytes

632 Bytes

405 Bytes

399 Bytes

634 Bytes

484 Bytes

332 Bytes

278 Bytes

397 Bytes

926 Bytes

823 Bytes

479 Bytes

325 Bytes

274 Bytes

393 Bytes

755 Bytes

658 Bytes

1,017 Bytes

405 Bytes

533 Bytes

1,002 Bytes

317 Bytes

1,014 Bytes

1011 Bytes

375 Bytes

526 Bytes

966 Bytes

313 Bytes

1010 Bytes

836 Bytes

802 Bytes

675 Bytes

579 Bytes

529 Bytes

281 Bytes

830 Bytes

799 Bytes

661 Bytes

575 Bytes

525 Bytes

255 Bytes

940 Bytes

949 Bytes

820 Bytes

654 Bytes

510 Bytes

573 Bytes

937 Bytes

946 Bytes

809 Bytes

650 Bytes

507 Bytes

569 Bytes

648 Bytes

274 Bytes

694 Bytes

383 Bytes

999 Bytes

651 Bytes

638 Bytes

267 Bytes

691 Bytes

379 Bytes

996 Bytes

648 Bytes

375 Bytes

401 Bytes

276 Bytes

258 Bytes

327 Bytes

280 Bytes

270 Bytes

398 Bytes

273 Bytes

256 Bytes

324 Bytes

276 Bytes

990 Bytes

498 Bytes

983 Bytes

373 Bytes

983 Bytes

373 Bytes

943 Bytes
- - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - + + + @@ -139,8 +139,7 @@ Bytes cost money. They cost money to store, transport, and process. Simplicity These files edited by hand in Inkscape, then were minified using [svgo](https://github.com/svg/svgo) and [svgcleaner](https://github.com/RazrFalcon/svgcleaner). Further smallification may be possible. Try it! * Each of these has an `xmlns="http://www.w3.org/2000/svg"` in the `` tag. This isn't strictly necessary - but some web browsers won't display them as an image without it. -* Newlines can be stripped. In `tiny/`, they've been kept for readability where possible; in `tiniest/`, they've been dropped. -* Rounded corners can be dropped - `rx="15%"` - the effect can be done in CSS if you want. +* Rounded corners can be dropped - `rx="80"` - the effect can be done in CSS if you want. * The background colour can also be excluded if you're including it elsewhere. * Colours can be simplified. `#FF0000` becomes `red`. * The precision of the paths is *mostly* 0 decimal places. A few logos have 1 or 2 dp to make them look more accurate. The precision can be reduced if necessary. @@ -149,6 +148,8 @@ Think you can make them smaller? Tell me by raising an issue! Want more icons? Tell me by raising an issue! +Think the icons look wrong? Tell me by raising an issue! + **New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://github.com/inloop/svg2android/issues - not guaranteed to be under 1KB. ## Icon accessibility diff --git a/android-vector-drawable/amazon.xml b/images/android-vector-drawable/amazon.xml similarity index 100% rename from android-vector-drawable/amazon.xml rename to images/android-vector-drawable/amazon.xml diff --git a/android-vector-drawable/apple.xml b/images/android-vector-drawable/apple.xml similarity index 100% rename from android-vector-drawable/apple.xml rename to images/android-vector-drawable/apple.xml diff --git a/android-vector-drawable/bitbucket.xml b/images/android-vector-drawable/bitbucket.xml similarity index 100% rename from android-vector-drawable/bitbucket.xml rename to images/android-vector-drawable/bitbucket.xml diff --git a/android-vector-drawable/digidentity.xml b/images/android-vector-drawable/digidentity.xml similarity index 100% rename from android-vector-drawable/digidentity.xml rename to images/android-vector-drawable/digidentity.xml diff --git a/android-vector-drawable/docker.xml b/images/android-vector-drawable/docker.xml similarity index 100% rename from android-vector-drawable/docker.xml rename to images/android-vector-drawable/docker.xml diff --git a/android-vector-drawable/dropbox.xml b/images/android-vector-drawable/dropbox.xml similarity index 100% rename from android-vector-drawable/dropbox.xml rename to images/android-vector-drawable/dropbox.xml diff --git a/android-vector-drawable/email.xml b/images/android-vector-drawable/email.xml similarity index 100% rename from android-vector-drawable/email.xml rename to images/android-vector-drawable/email.xml diff --git a/android-vector-drawable/facebook.xml b/images/android-vector-drawable/facebook.xml similarity index 100% rename from android-vector-drawable/facebook.xml rename to images/android-vector-drawable/facebook.xml diff --git a/android-vector-drawable/flickr.xml b/images/android-vector-drawable/flickr.xml similarity index 100% rename from android-vector-drawable/flickr.xml rename to images/android-vector-drawable/flickr.xml diff --git a/android-vector-drawable/github.xml b/images/android-vector-drawable/github.xml similarity index 100% rename from android-vector-drawable/github.xml rename to images/android-vector-drawable/github.xml diff --git a/android-vector-drawable/gitlab.xml b/images/android-vector-drawable/gitlab.xml similarity index 100% rename from android-vector-drawable/gitlab.xml rename to images/android-vector-drawable/gitlab.xml diff --git a/android-vector-drawable/google.xml b/images/android-vector-drawable/google.xml similarity index 100% rename from android-vector-drawable/google.xml rename to images/android-vector-drawable/google.xml diff --git a/android-vector-drawable/google_plus.xml b/images/android-vector-drawable/google_plus.xml similarity index 100% rename from android-vector-drawable/google_plus.xml rename to images/android-vector-drawable/google_plus.xml diff --git a/android-vector-drawable/hackernews.xml b/images/android-vector-drawable/hackernews.xml similarity index 100% rename from android-vector-drawable/hackernews.xml rename to images/android-vector-drawable/hackernews.xml diff --git a/android-vector-drawable/html5.xml b/images/android-vector-drawable/html5.xml similarity index 100% rename from android-vector-drawable/html5.xml rename to images/android-vector-drawable/html5.xml diff --git a/android-vector-drawable/instagram.xml b/images/android-vector-drawable/instagram.xml similarity index 100% rename from android-vector-drawable/instagram.xml rename to images/android-vector-drawable/instagram.xml diff --git a/android-vector-drawable/lastpass.xml b/images/android-vector-drawable/lastpass.xml similarity index 100% rename from android-vector-drawable/lastpass.xml rename to images/android-vector-drawable/lastpass.xml diff --git a/android-vector-drawable/line.xml b/images/android-vector-drawable/line.xml similarity index 100% rename from android-vector-drawable/line.xml rename to images/android-vector-drawable/line.xml diff --git a/android-vector-drawable/linkedin.xml b/images/android-vector-drawable/linkedin.xml similarity index 100% rename from android-vector-drawable/linkedin.xml rename to images/android-vector-drawable/linkedin.xml diff --git a/android-vector-drawable/lock.xml b/images/android-vector-drawable/lock.xml similarity index 100% rename from android-vector-drawable/lock.xml rename to images/android-vector-drawable/lock.xml diff --git a/android-vector-drawable/log.html b/images/android-vector-drawable/log.html similarity index 100% rename from android-vector-drawable/log.html rename to images/android-vector-drawable/log.html diff --git a/android-vector-drawable/mail.xml b/images/android-vector-drawable/mail.xml similarity index 100% rename from android-vector-drawable/mail.xml rename to images/android-vector-drawable/mail.xml diff --git a/android-vector-drawable/mastodon.xml b/images/android-vector-drawable/mastodon.xml similarity index 100% rename from android-vector-drawable/mastodon.xml rename to images/android-vector-drawable/mastodon.xml diff --git a/android-vector-drawable/meetup.xml b/images/android-vector-drawable/meetup.xml similarity index 100% rename from android-vector-drawable/meetup.xml rename to images/android-vector-drawable/meetup.xml diff --git a/android-vector-drawable/npm.xml b/images/android-vector-drawable/npm.xml similarity index 100% rename from android-vector-drawable/npm.xml rename to images/android-vector-drawable/npm.xml diff --git a/android-vector-drawable/paypal.xml b/images/android-vector-drawable/paypal.xml similarity index 100% rename from android-vector-drawable/paypal.xml rename to images/android-vector-drawable/paypal.xml diff --git a/android-vector-drawable/pdf.xml b/images/android-vector-drawable/pdf.xml similarity index 100% rename from android-vector-drawable/pdf.xml rename to images/android-vector-drawable/pdf.xml diff --git a/android-vector-drawable/phone.xml b/images/android-vector-drawable/phone.xml similarity index 100% rename from android-vector-drawable/phone.xml rename to images/android-vector-drawable/phone.xml diff --git a/android-vector-drawable/pinterest.xml b/images/android-vector-drawable/pinterest.xml similarity index 100% rename from android-vector-drawable/pinterest.xml rename to images/android-vector-drawable/pinterest.xml diff --git a/android-vector-drawable/reddit.xml b/images/android-vector-drawable/reddit.xml similarity index 100% rename from android-vector-drawable/reddit.xml rename to images/android-vector-drawable/reddit.xml diff --git a/android-vector-drawable/rss.xml b/images/android-vector-drawable/rss.xml similarity index 100% rename from android-vector-drawable/rss.xml rename to images/android-vector-drawable/rss.xml diff --git a/android-vector-drawable/skype.xml b/images/android-vector-drawable/skype.xml similarity index 100% rename from android-vector-drawable/skype.xml rename to images/android-vector-drawable/skype.xml diff --git a/android-vector-drawable/slideshare.xml b/images/android-vector-drawable/slideshare.xml similarity index 100% rename from android-vector-drawable/slideshare.xml rename to images/android-vector-drawable/slideshare.xml diff --git a/android-vector-drawable/snapchat.xml b/images/android-vector-drawable/snapchat.xml similarity index 100% rename from android-vector-drawable/snapchat.xml rename to images/android-vector-drawable/snapchat.xml diff --git a/android-vector-drawable/soundcloud.xml b/images/android-vector-drawable/soundcloud.xml similarity index 100% rename from android-vector-drawable/soundcloud.xml rename to images/android-vector-drawable/soundcloud.xml diff --git a/android-vector-drawable/spotify.xml b/images/android-vector-drawable/spotify.xml similarity index 100% rename from android-vector-drawable/spotify.xml rename to images/android-vector-drawable/spotify.xml diff --git a/android-vector-drawable/stackoverflow.xml b/images/android-vector-drawable/stackoverflow.xml similarity index 100% rename from android-vector-drawable/stackoverflow.xml rename to images/android-vector-drawable/stackoverflow.xml diff --git a/android-vector-drawable/steam.xml b/images/android-vector-drawable/steam.xml similarity index 100% rename from android-vector-drawable/steam.xml rename to images/android-vector-drawable/steam.xml diff --git a/android-vector-drawable/symantec.xml b/images/android-vector-drawable/symantec.xml similarity index 100% rename from android-vector-drawable/symantec.xml rename to images/android-vector-drawable/symantec.xml diff --git a/android-vector-drawable/telegram.xml b/images/android-vector-drawable/telegram.xml similarity index 100% rename from android-vector-drawable/telegram.xml rename to images/android-vector-drawable/telegram.xml diff --git a/android-vector-drawable/tox.xml b/images/android-vector-drawable/tox.xml similarity index 100% rename from android-vector-drawable/tox.xml rename to images/android-vector-drawable/tox.xml diff --git a/android-vector-drawable/tumblr.xml b/images/android-vector-drawable/tumblr.xml similarity index 100% rename from android-vector-drawable/tumblr.xml rename to images/android-vector-drawable/tumblr.xml diff --git a/android-vector-drawable/twitter.xml b/images/android-vector-drawable/twitter.xml similarity index 100% rename from android-vector-drawable/twitter.xml rename to images/android-vector-drawable/twitter.xml diff --git a/android-vector-drawable/ubuntu.xml b/images/android-vector-drawable/ubuntu.xml similarity index 100% rename from android-vector-drawable/ubuntu.xml rename to images/android-vector-drawable/ubuntu.xml diff --git a/android-vector-drawable/vimeo.xml b/images/android-vector-drawable/vimeo.xml similarity index 100% rename from android-vector-drawable/vimeo.xml rename to images/android-vector-drawable/vimeo.xml diff --git a/android-vector-drawable/vk.xml b/images/android-vector-drawable/vk.xml similarity index 100% rename from android-vector-drawable/vk.xml rename to images/android-vector-drawable/vk.xml diff --git a/android-vector-drawable/wechat.xml b/images/android-vector-drawable/wechat.xml similarity index 100% rename from android-vector-drawable/wechat.xml rename to images/android-vector-drawable/wechat.xml diff --git a/android-vector-drawable/whatsapp.xml b/images/android-vector-drawable/whatsapp.xml similarity index 100% rename from android-vector-drawable/whatsapp.xml rename to images/android-vector-drawable/whatsapp.xml diff --git a/android-vector-drawable/wikipedia.xml b/images/android-vector-drawable/wikipedia.xml similarity index 100% rename from android-vector-drawable/wikipedia.xml rename to images/android-vector-drawable/wikipedia.xml diff --git a/android-vector-drawable/windows.xml b/images/android-vector-drawable/windows.xml similarity index 100% rename from android-vector-drawable/windows.xml rename to images/android-vector-drawable/windows.xml diff --git a/android-vector-drawable/wire.xml b/images/android-vector-drawable/wire.xml similarity index 100% rename from android-vector-drawable/wire.xml rename to images/android-vector-drawable/wire.xml diff --git a/android-vector-drawable/wordpress.xml b/images/android-vector-drawable/wordpress.xml similarity index 100% rename from android-vector-drawable/wordpress.xml rename to images/android-vector-drawable/wordpress.xml diff --git a/android-vector-drawable/youtube.xml b/images/android-vector-drawable/youtube.xml similarity index 100% rename from android-vector-drawable/youtube.xml rename to images/android-vector-drawable/youtube.xml diff --git a/android-vector-drawable/yubico.xml b/images/android-vector-drawable/yubico.xml similarity index 100% rename from android-vector-drawable/yubico.xml rename to images/android-vector-drawable/yubico.xml diff --git a/original/flickr.png b/images/png/flickr.png similarity index 100% rename from original/flickr.png rename to images/png/flickr.png diff --git a/original/github.png b/images/png/github.png similarity index 100% rename from original/github.png rename to images/png/github.png diff --git a/original/twitter.png b/images/png/twitter.png similarity index 100% rename from original/twitter.png rename to images/png/twitter.png diff --git a/tiniest/airbnb.svg b/images/svg/airbnb.svg similarity index 100% rename from tiniest/airbnb.svg rename to images/svg/airbnb.svg diff --git a/tiniest/amazon.svg b/images/svg/amazon.svg similarity index 100% rename from tiniest/amazon.svg rename to images/svg/amazon.svg diff --git a/tiniest/android.svg b/images/svg/android.svg similarity index 100% rename from tiniest/android.svg rename to images/svg/android.svg diff --git a/tiniest/apple.svg b/images/svg/apple.svg similarity index 100% rename from tiniest/apple.svg rename to images/svg/apple.svg diff --git a/tiniest/authy.svg b/images/svg/authy.svg similarity index 100% rename from tiniest/authy.svg rename to images/svg/authy.svg diff --git a/tiniest/badoo.svg b/images/svg/badoo.svg similarity index 100% rename from tiniest/badoo.svg rename to images/svg/badoo.svg diff --git a/tiniest/bitbucket.svg b/images/svg/bitbucket.svg similarity index 100% rename from tiniest/bitbucket.svg rename to images/svg/bitbucket.svg diff --git a/tiniest/bitcoin.svg b/images/svg/bitcoin.svg similarity index 100% rename from tiniest/bitcoin.svg rename to images/svg/bitcoin.svg diff --git a/tiniest/blogger.svg b/images/svg/blogger.svg similarity index 100% rename from tiniest/blogger.svg rename to images/svg/blogger.svg diff --git a/tiniest/bluetooth.svg b/images/svg/bluetooth.svg similarity index 100% rename from tiniest/bluetooth.svg rename to images/svg/bluetooth.svg diff --git a/tiniest/cloudflare.svg b/images/svg/cloudflare.svg similarity index 100% rename from tiniest/cloudflare.svg rename to images/svg/cloudflare.svg diff --git a/tiniest/codepen.svg b/images/svg/codepen.svg similarity index 100% rename from tiniest/codepen.svg rename to images/svg/codepen.svg diff --git a/tiniest/delicious.svg b/images/svg/delicious.svg similarity index 100% rename from tiniest/delicious.svg rename to images/svg/delicious.svg diff --git a/tiniest/digidentity.svg b/images/svg/digidentity.svg similarity index 100% rename from tiniest/digidentity.svg rename to images/svg/digidentity.svg diff --git a/tiniest/digitalocean.svg b/images/svg/digitalocean.svg similarity index 100% rename from tiniest/digitalocean.svg rename to images/svg/digitalocean.svg diff --git a/tiniest/discord.svg b/images/svg/discord.svg similarity index 100% rename from tiniest/discord.svg rename to images/svg/discord.svg diff --git a/tiniest/disqus.svg b/images/svg/disqus.svg similarity index 100% rename from tiniest/disqus.svg rename to images/svg/disqus.svg diff --git a/tiniest/docker.svg b/images/svg/docker.svg similarity index 100% rename from tiniest/docker.svg rename to images/svg/docker.svg diff --git a/tiniest/dropbox.svg b/images/svg/dropbox.svg similarity index 100% rename from tiniest/dropbox.svg rename to images/svg/dropbox.svg diff --git a/tiniest/ebay.svg b/images/svg/ebay.svg similarity index 100% rename from tiniest/ebay.svg rename to images/svg/ebay.svg diff --git a/tiniest/email.svg b/images/svg/email.svg similarity index 100% rename from tiniest/email.svg rename to images/svg/email.svg diff --git a/tiniest/evernote.svg b/images/svg/evernote.svg similarity index 100% rename from tiniest/evernote.svg rename to images/svg/evernote.svg diff --git a/tiniest/facebook.svg b/images/svg/facebook.svg similarity index 100% rename from tiniest/facebook.svg rename to images/svg/facebook.svg diff --git a/tiniest/flickr.svg b/images/svg/flickr.svg similarity index 100% rename from tiniest/flickr.svg rename to images/svg/flickr.svg diff --git a/tiniest/ghost.svg b/images/svg/ghost.svg similarity index 100% rename from tiniest/ghost.svg rename to images/svg/ghost.svg diff --git a/tiniest/github.svg b/images/svg/github.svg similarity index 100% rename from tiniest/github.svg rename to images/svg/github.svg diff --git a/tiniest/gitlab.svg b/images/svg/gitlab.svg similarity index 100% rename from tiniest/gitlab.svg rename to images/svg/gitlab.svg diff --git a/tiniest/google.svg b/images/svg/google.svg similarity index 100% rename from tiniest/google.svg rename to images/svg/google.svg diff --git a/tiniest/google_plus.svg b/images/svg/google_plus.svg similarity index 100% rename from tiniest/google_plus.svg rename to images/svg/google_plus.svg diff --git a/tiniest/hackernews.svg b/images/svg/hackernews.svg similarity index 100% rename from tiniest/hackernews.svg rename to images/svg/hackernews.svg diff --git a/tiniest/html5.svg b/images/svg/html5.svg similarity index 100% rename from tiniest/html5.svg rename to images/svg/html5.svg diff --git a/tiniest/ibm.svg b/images/svg/ibm.svg similarity index 100% rename from tiniest/ibm.svg rename to images/svg/ibm.svg diff --git a/tiniest/instagram.svg b/images/svg/instagram.svg similarity index 100% rename from tiniest/instagram.svg rename to images/svg/instagram.svg diff --git a/tiniest/intel.svg b/images/svg/intel.svg similarity index 100% rename from tiniest/intel.svg rename to images/svg/intel.svg diff --git a/tiniest/keybase.svg b/images/svg/keybase.svg similarity index 100% rename from tiniest/keybase.svg rename to images/svg/keybase.svg diff --git a/tiniest/kickstarter.svg b/images/svg/kickstarter.svg similarity index 100% rename from tiniest/kickstarter.svg rename to images/svg/kickstarter.svg diff --git a/tiniest/lastpass.svg b/images/svg/lastpass.svg similarity index 100% rename from tiniest/lastpass.svg rename to images/svg/lastpass.svg diff --git a/tiniest/line.svg b/images/svg/line.svg similarity index 100% rename from tiniest/line.svg rename to images/svg/line.svg diff --git a/tiniest/linkedin.svg b/images/svg/linkedin.svg similarity index 100% rename from tiniest/linkedin.svg rename to images/svg/linkedin.svg diff --git a/tiniest/lock.svg b/images/svg/lock.svg similarity index 100% rename from tiniest/lock.svg rename to images/svg/lock.svg diff --git a/tiniest/mail.svg b/images/svg/mail.svg similarity index 100% rename from tiniest/mail.svg rename to images/svg/mail.svg diff --git a/tiniest/mastodon.svg b/images/svg/mastodon.svg similarity index 100% rename from tiniest/mastodon.svg rename to images/svg/mastodon.svg diff --git a/tiniest/medium.svg b/images/svg/medium.svg similarity index 100% rename from tiniest/medium.svg rename to images/svg/medium.svg diff --git a/tiniest/meetup.svg b/images/svg/meetup.svg similarity index 100% rename from tiniest/meetup.svg rename to images/svg/meetup.svg diff --git a/tiniest/npm.svg b/images/svg/npm.svg similarity index 100% rename from tiniest/npm.svg rename to images/svg/npm.svg diff --git a/tiniest/opensource.svg b/images/svg/opensource.svg similarity index 100% rename from tiniest/opensource.svg rename to images/svg/opensource.svg diff --git a/tiniest/patreon.svg b/images/svg/patreon.svg similarity index 100% rename from tiniest/patreon.svg rename to images/svg/patreon.svg diff --git a/tiniest/paypal.svg b/images/svg/paypal.svg similarity index 100% rename from tiniest/paypal.svg rename to images/svg/paypal.svg diff --git a/tiniest/pdf.svg b/images/svg/pdf.svg similarity index 100% rename from tiniest/pdf.svg rename to images/svg/pdf.svg diff --git a/tiniest/phone.svg b/images/svg/phone.svg similarity index 100% rename from tiniest/phone.svg rename to images/svg/phone.svg diff --git a/tiniest/pinterest.svg b/images/svg/pinterest.svg similarity index 100% rename from tiniest/pinterest.svg rename to images/svg/pinterest.svg diff --git a/tiniest/reddit.svg b/images/svg/reddit.svg similarity index 100% rename from tiniest/reddit.svg rename to images/svg/reddit.svg diff --git a/tiniest/rss.svg b/images/svg/rss.svg similarity index 100% rename from tiniest/rss.svg rename to images/svg/rss.svg diff --git a/tiniest/samsunginternet.svg b/images/svg/samsunginternet.svg similarity index 100% rename from tiniest/samsunginternet.svg rename to images/svg/samsunginternet.svg diff --git a/tiniest/skype.svg b/images/svg/skype.svg similarity index 100% rename from tiniest/skype.svg rename to images/svg/skype.svg diff --git a/tiniest/slideshare.svg b/images/svg/slideshare.svg similarity index 100% rename from tiniest/slideshare.svg rename to images/svg/slideshare.svg diff --git a/tiniest/snapchat.svg b/images/svg/snapchat.svg similarity index 100% rename from tiniest/snapchat.svg rename to images/svg/snapchat.svg diff --git a/tiniest/soundcloud.svg b/images/svg/soundcloud.svg similarity index 100% rename from tiniest/soundcloud.svg rename to images/svg/soundcloud.svg diff --git a/tiniest/spotify.svg b/images/svg/spotify.svg similarity index 100% rename from tiniest/spotify.svg rename to images/svg/spotify.svg diff --git a/tiniest/stackoverflow.svg b/images/svg/stackoverflow.svg similarity index 100% rename from tiniest/stackoverflow.svg rename to images/svg/stackoverflow.svg diff --git a/tiniest/steam.svg b/images/svg/steam.svg similarity index 100% rename from tiniest/steam.svg rename to images/svg/steam.svg diff --git a/tiny/svgo.yml b/images/svg/svgo.yml similarity index 90% rename from tiny/svgo.yml rename to images/svg/svgo.yml index 569b7968..e9a40b15 100644 --- a/tiny/svgo.yml +++ b/images/svg/svgo.yml @@ -1,5 +1,6 @@ # SVGO config -# Usage: svgo -f tiny --config=tiny/svgo.yml --pretty --indent 0 --precision 2 +# Usage: +# svgo --config=svgo.yml --precision 2 full: true multipass: true @@ -48,4 +49,4 @@ plugins: - removeViewBox - removeXMLNS: false - removeXMLProcInst - - sortAttrs: false \ No newline at end of file + - sortAttrs: true # can help with transport-level compression diff --git a/tiniest/symantec.svg b/images/svg/symantec.svg similarity index 100% rename from tiniest/symantec.svg rename to images/svg/symantec.svg diff --git a/tiniest/telegram.svg b/images/svg/telegram.svg similarity index 100% rename from tiniest/telegram.svg rename to images/svg/telegram.svg diff --git a/tiniest/tox.svg b/images/svg/tox.svg similarity index 100% rename from tiniest/tox.svg rename to images/svg/tox.svg diff --git a/tiniest/trello.svg b/images/svg/trello.svg similarity index 100% rename from tiniest/trello.svg rename to images/svg/trello.svg diff --git a/tiniest/tumblr.svg b/images/svg/tumblr.svg similarity index 100% rename from tiniest/tumblr.svg rename to images/svg/tumblr.svg diff --git a/tiniest/twitter.svg b/images/svg/twitter.svg similarity index 100% rename from tiniest/twitter.svg rename to images/svg/twitter.svg diff --git a/tiniest/ubuntu.svg b/images/svg/ubuntu.svg similarity index 100% rename from tiniest/ubuntu.svg rename to images/svg/ubuntu.svg diff --git a/tiniest/vimeo.svg b/images/svg/vimeo.svg similarity index 100% rename from tiniest/vimeo.svg rename to images/svg/vimeo.svg diff --git a/tiniest/vk.svg b/images/svg/vk.svg similarity index 100% rename from tiniest/vk.svg rename to images/svg/vk.svg diff --git a/tiniest/wechat.svg b/images/svg/wechat.svg similarity index 100% rename from tiniest/wechat.svg rename to images/svg/wechat.svg diff --git a/tiniest/whatsapp.svg b/images/svg/whatsapp.svg similarity index 100% rename from tiniest/whatsapp.svg rename to images/svg/whatsapp.svg diff --git a/tiniest/wifi.svg b/images/svg/wifi.svg similarity index 100% rename from tiniest/wifi.svg rename to images/svg/wifi.svg diff --git a/tiniest/wikipedia.svg b/images/svg/wikipedia.svg similarity index 100% rename from tiniest/wikipedia.svg rename to images/svg/wikipedia.svg diff --git a/tiniest/windows.svg b/images/svg/windows.svg similarity index 100% rename from tiniest/windows.svg rename to images/svg/windows.svg diff --git a/tiniest/wire.svg b/images/svg/wire.svg similarity index 100% rename from tiniest/wire.svg rename to images/svg/wire.svg diff --git a/tiniest/wordpress.svg b/images/svg/wordpress.svg similarity index 100% rename from tiniest/wordpress.svg rename to images/svg/wordpress.svg diff --git a/tiniest/yahoo.svg b/images/svg/yahoo.svg similarity index 100% rename from tiniest/yahoo.svg rename to images/svg/yahoo.svg diff --git a/tiniest/yammer.svg b/images/svg/yammer.svg similarity index 100% rename from tiniest/yammer.svg rename to images/svg/yammer.svg diff --git a/tiniest/youtube.svg b/images/svg/youtube.svg similarity index 100% rename from tiniest/youtube.svg rename to images/svg/youtube.svg diff --git a/tiniest/yubico.svg b/images/svg/yubico.svg similarity index 100% rename from tiniest/yubico.svg rename to images/svg/yubico.svg diff --git a/tiniest/svgo.yml b/tiniest/svgo.yml deleted file mode 100644 index f7f29c62..00000000 --- a/tiniest/svgo.yml +++ /dev/null @@ -1,53 +0,0 @@ -# SVGO config -# Usage: -# cp tiny/*.svg tiniest -# svgo -f tiniest --config=tiniest/svgo.yml --precision 2 - -full: true -multipass: true -plugins: - - addAttributesToSVGElement - - addClassesToSVGElement - - cleanupAttrs - - cleanupEnableBackground - - cleanupIDs - - cleanupListOfValues - - cleanupNumericValues - - collapseGroups - - convertColors - - convertPathData - - convertShapeToPath - - convertStyleToAttrs - - convertTransform - - inlineStyles - - mergePaths - - minifyStyles - - moveElemsAttrsToGroup - - moveGroupAttrsToElems - - prefixIds - - removeAttrs - - removeComments - - removeDesc - - removeDimensions - - removeDoctype - - removeEditorsNSData - - removeElementsByAttr: false - - removeEmptyAttrs - - removeEmptyContainers - - removeEmptyText - - removeHiddenElems - - removeMetadata - - removeNonInheritableGroupAttrs - - removeRasterImages: false - - removeScriptElement: false - - removeStyleElement: false - - removeTitle - - removeUnknownsAndDefaults: - unknownAttrs: false # Preserves 'role="img"', needed for accessibility: https://github.com/edent/SuperTinyIcons/pull/62#issuecomment-347227889 - - removeUnusedNS - - removeUselessDefs - - removeUselessStrokeAndFill - - removeViewBox - - removeXMLNS: false - - removeXMLProcInst - - sortAttrs: true # can help with transport-level compression \ No newline at end of file diff --git a/tiny/airbnb.svg b/tiny/airbnb.svg deleted file mode 100644 index 3b293621..00000000 --- a/tiny/airbnb.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/amazon.svg b/tiny/amazon.svg deleted file mode 100644 index 46552ee8..00000000 --- a/tiny/amazon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/android.svg b/tiny/android.svg deleted file mode 100644 index d8eb3aa5..00000000 --- a/tiny/android.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tiny/apple.svg b/tiny/apple.svg deleted file mode 100644 index 373dfbda..00000000 --- a/tiny/apple.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/authy.svg b/tiny/authy.svg deleted file mode 100644 index dee65a34..00000000 --- a/tiny/authy.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/badoo.svg b/tiny/badoo.svg deleted file mode 100644 index 54d7ca2c..00000000 --- a/tiny/badoo.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/bitbucket.svg b/tiny/bitbucket.svg deleted file mode 100644 index 90b67e62..00000000 --- a/tiny/bitbucket.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/tiny/bitcoin.svg b/tiny/bitcoin.svg deleted file mode 100644 index 1943a376..00000000 --- a/tiny/bitcoin.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/blogger.svg b/tiny/blogger.svg deleted file mode 100644 index ab59db35..00000000 --- a/tiny/blogger.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/bluetooth.svg b/tiny/bluetooth.svg deleted file mode 100644 index 513e27bb..00000000 --- a/tiny/bluetooth.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/cloudflare.svg b/tiny/cloudflare.svg deleted file mode 100644 index b8486b89..00000000 --- a/tiny/cloudflare.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/codepen.svg b/tiny/codepen.svg deleted file mode 100644 index 2358fcd3..00000000 --- a/tiny/codepen.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/delicious.svg b/tiny/delicious.svg deleted file mode 100644 index 9de10c4a..00000000 --- a/tiny/delicious.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/tiny/digidentity.svg b/tiny/digidentity.svg deleted file mode 100644 index ca39bf70..00000000 --- a/tiny/digidentity.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/digitalocean.svg b/tiny/digitalocean.svg deleted file mode 100644 index 7ffdedae..00000000 --- a/tiny/digitalocean.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/discord.svg b/tiny/discord.svg deleted file mode 100644 index 1d6d5269..00000000 --- a/tiny/discord.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/disqus.svg b/tiny/disqus.svg deleted file mode 100644 index 02c96f19..00000000 --- a/tiny/disqus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/docker.svg b/tiny/docker.svg deleted file mode 100644 index a2183348..00000000 --- a/tiny/docker.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/dropbox.svg b/tiny/dropbox.svg deleted file mode 100644 index 876c03c2..00000000 --- a/tiny/dropbox.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/ebay.svg b/tiny/ebay.svg deleted file mode 100644 index 3556e117..00000000 --- a/tiny/ebay.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tiny/email.svg b/tiny/email.svg deleted file mode 100644 index 20dba57a..00000000 --- a/tiny/email.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/tiny/evernote.svg b/tiny/evernote.svg deleted file mode 100644 index 0eea107f..00000000 --- a/tiny/evernote.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/facebook.svg b/tiny/facebook.svg deleted file mode 100644 index 0e51697b..00000000 --- a/tiny/facebook.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/flickr.svg b/tiny/flickr.svg deleted file mode 100644 index efcf1ffb..00000000 --- a/tiny/flickr.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/ghost.svg b/tiny/ghost.svg deleted file mode 100644 index d393df81..00000000 --- a/tiny/ghost.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/github.svg b/tiny/github.svg deleted file mode 100644 index 3841561d..00000000 --- a/tiny/github.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/gitlab.svg b/tiny/gitlab.svg deleted file mode 100644 index e0d54ab6..00000000 --- a/tiny/gitlab.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/google.svg b/tiny/google.svg deleted file mode 100644 index 9e5c2400..00000000 --- a/tiny/google.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/google_plus.svg b/tiny/google_plus.svg deleted file mode 100644 index c23f61c4..00000000 --- a/tiny/google_plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/hackernews.svg b/tiny/hackernews.svg deleted file mode 100644 index d0ebad35..00000000 --- a/tiny/hackernews.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/html5.svg b/tiny/html5.svg deleted file mode 100644 index 029bc2cc..00000000 --- a/tiny/html5.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/tiny/ibm.svg b/tiny/ibm.svg deleted file mode 100644 index 08b6ad34..00000000 --- a/tiny/ibm.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/instagram.svg b/tiny/instagram.svg deleted file mode 100644 index de823a6e..00000000 --- a/tiny/instagram.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/tiny/intel.svg b/tiny/intel.svg deleted file mode 100644 index c8c7614a..00000000 --- a/tiny/intel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/keybase.svg b/tiny/keybase.svg deleted file mode 100644 index 78523297..00000000 --- a/tiny/keybase.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/kickstarter.svg b/tiny/kickstarter.svg deleted file mode 100644 index 2cedcc34..00000000 --- a/tiny/kickstarter.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/tiny/lastpass.svg b/tiny/lastpass.svg deleted file mode 100644 index a8232748..00000000 --- a/tiny/lastpass.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tiny/line.svg b/tiny/line.svg deleted file mode 100644 index 7787a2a7..00000000 --- a/tiny/line.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/linkedin.svg b/tiny/linkedin.svg deleted file mode 100644 index 1cba1bbb..00000000 --- a/tiny/linkedin.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/tiny/lock.svg b/tiny/lock.svg deleted file mode 100644 index 6cbfff21..00000000 --- a/tiny/lock.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/tiny/mail.svg b/tiny/mail.svg deleted file mode 100644 index 1b6790f3..00000000 --- a/tiny/mail.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/mastodon.svg b/tiny/mastodon.svg deleted file mode 100644 index 3ecf3bf2..00000000 --- a/tiny/mastodon.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/tiny/medium.svg b/tiny/medium.svg deleted file mode 100644 index 00ed8154..00000000 --- a/tiny/medium.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/meetup.svg b/tiny/meetup.svg deleted file mode 100644 index 4f705a89..00000000 --- a/tiny/meetup.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/npm.svg b/tiny/npm.svg deleted file mode 100644 index 68638420..00000000 --- a/tiny/npm.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/opensource.svg b/tiny/opensource.svg deleted file mode 100644 index 215f55c5..00000000 --- a/tiny/opensource.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/tiny/patreon.svg b/tiny/patreon.svg deleted file mode 100644 index 7bcfacd5..00000000 --- a/tiny/patreon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/paypal.svg b/tiny/paypal.svg deleted file mode 100644 index d58015f9..00000000 --- a/tiny/paypal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tiny/pdf.svg b/tiny/pdf.svg deleted file mode 100644 index e7d77c18..00000000 --- a/tiny/pdf.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/phone.svg b/tiny/phone.svg deleted file mode 100644 index 0cd075f9..00000000 --- a/tiny/phone.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/pinterest.svg b/tiny/pinterest.svg deleted file mode 100644 index cd3c5952..00000000 --- a/tiny/pinterest.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/reddit.svg b/tiny/reddit.svg deleted file mode 100644 index ac961295..00000000 --- a/tiny/reddit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/tiny/rss.svg b/tiny/rss.svg deleted file mode 100644 index 78df224a..00000000 --- a/tiny/rss.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/samsunginternet.svg b/tiny/samsunginternet.svg deleted file mode 100644 index 3a4d1635..00000000 --- a/tiny/samsunginternet.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/tiny/skype.svg b/tiny/skype.svg deleted file mode 100644 index df6184b3..00000000 --- a/tiny/skype.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/slideshare.svg b/tiny/slideshare.svg deleted file mode 100644 index b12e08a9..00000000 --- a/tiny/slideshare.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tiny/snapchat.svg b/tiny/snapchat.svg deleted file mode 100644 index 861f94b0..00000000 --- a/tiny/snapchat.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/soundcloud.svg b/tiny/soundcloud.svg deleted file mode 100644 index ab7af407..00000000 --- a/tiny/soundcloud.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/spotify.svg b/tiny/spotify.svg deleted file mode 100644 index 881788c5..00000000 --- a/tiny/spotify.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/tiny/stackoverflow.svg b/tiny/stackoverflow.svg deleted file mode 100644 index 32169867..00000000 --- a/tiny/stackoverflow.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/steam.svg b/tiny/steam.svg deleted file mode 100644 index 04cbd886..00000000 --- a/tiny/steam.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/symantec.svg b/tiny/symantec.svg deleted file mode 100644 index 320342d5..00000000 --- a/tiny/symantec.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tiny/telegram.svg b/tiny/telegram.svg deleted file mode 100644 index 72ae67f9..00000000 --- a/tiny/telegram.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/tox.svg b/tiny/tox.svg deleted file mode 100644 index f3ba490b..00000000 --- a/tiny/tox.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/tiny/trello.svg b/tiny/trello.svg deleted file mode 100644 index 2010671b..00000000 --- a/tiny/trello.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/tumblr.svg b/tiny/tumblr.svg deleted file mode 100644 index 55a2003b..00000000 --- a/tiny/tumblr.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/twitter.svg b/tiny/twitter.svg deleted file mode 100644 index e02c688f..00000000 --- a/tiny/twitter.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/ubuntu.svg b/tiny/ubuntu.svg deleted file mode 100644 index e3e6f5c7..00000000 --- a/tiny/ubuntu.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/tiny/vimeo.svg b/tiny/vimeo.svg deleted file mode 100644 index bfab9c69..00000000 --- a/tiny/vimeo.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/vk.svg b/tiny/vk.svg deleted file mode 100644 index abc2a450..00000000 --- a/tiny/vk.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/wechat.svg b/tiny/wechat.svg deleted file mode 100644 index 399b849d..00000000 --- a/tiny/wechat.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/whatsapp.svg b/tiny/whatsapp.svg deleted file mode 100644 index 21175ffd..00000000 --- a/tiny/whatsapp.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/wifi.svg b/tiny/wifi.svg deleted file mode 100644 index 9ff11ee9..00000000 --- a/tiny/wifi.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/wikipedia.svg b/tiny/wikipedia.svg deleted file mode 100644 index 91db5228..00000000 --- a/tiny/wikipedia.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/windows.svg b/tiny/windows.svg deleted file mode 100644 index f68bd269..00000000 --- a/tiny/windows.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/wire.svg b/tiny/wire.svg deleted file mode 100644 index e041f402..00000000 --- a/tiny/wire.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/wordpress.svg b/tiny/wordpress.svg deleted file mode 100644 index 92e9db72..00000000 --- a/tiny/wordpress.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/yahoo.svg b/tiny/yahoo.svg deleted file mode 100644 index ba66dd6d..00000000 --- a/tiny/yahoo.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/yammer.svg b/tiny/yammer.svg deleted file mode 100644 index a4d4e1fe..00000000 --- a/tiny/yammer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiny/youtube.svg b/tiny/youtube.svg deleted file mode 100644 index b5277d13..00000000 --- a/tiny/youtube.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tiny/yubico.svg b/tiny/yubico.svg deleted file mode 100644 index d50cbd99..00000000 --- a/tiny/yubico.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - From 7b7ed34a35cfad474c44295ad957e0d24425d3c9 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 27 Nov 2017 19:32:44 +0000 Subject: [PATCH 08/13] Update radius tool --- radius.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius.html b/radius.html index bfafa408..3ab9d48a 100644 --- a/radius.html +++ b/radius.html @@ -76,7 +76,7 @@ render(e.target.value); }); - var urls = items.map(item => 'tiny/' + item + '.svg'); + var urls = items.map(item => 'images/svg/' + item + '.svg'); var icons; Promise.all(urls.map(url => fetch(url).then(res => res.text()))).then(all => { icons = all; From b0d326536ee6d02757fab0bd61c7a72f32f1d407 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 27 Nov 2017 20:02:21 +0000 Subject: [PATCH 09/13] Update Android Vectors --- README.md | 2 +- images/android-vector-drawable/airbnb.xml | 24 +++++ images/android-vector-drawable/amazon.xml | 2 +- images/android-vector-drawable/android.xml | 29 ++++++ images/android-vector-drawable/apple.xml | 21 ++-- images/android-vector-drawable/authy.xml | 20 ++++ images/android-vector-drawable/badoo.xml | 16 ++++ images/android-vector-drawable/bitbucket.xml | 14 ++- images/android-vector-drawable/bitcoin.xml | 18 ++++ images/android-vector-drawable/blogger.xml | 18 ++++ images/android-vector-drawable/bluetooth.xml | 15 +++ images/android-vector-drawable/cloudflare.xml | 21 ++++ images/android-vector-drawable/codepen.xml | 19 ++++ images/android-vector-drawable/delicious.xml | 20 ++++ .../android-vector-drawable/digidentity.xml | 32 ++----- .../android-vector-drawable/digitalocean.xml | 15 +++ images/android-vector-drawable/discord.xml | 20 ++++ images/android-vector-drawable/disqus.xml | 16 ++++ images/android-vector-drawable/docker.xml | 8 +- images/android-vector-drawable/dropbox.xml | 11 +-- images/android-vector-drawable/ebay.xml | 29 ++++++ images/android-vector-drawable/email.xml | 4 +- images/android-vector-drawable/evernote.xml | 22 +++++ images/android-vector-drawable/facebook.xml | 4 +- images/android-vector-drawable/flickr.xml | 6 +- images/android-vector-drawable/ghost.xml | 16 ++++ images/android-vector-drawable/gitlab.xml | 2 +- images/android-vector-drawable/google.xml | 2 +- .../android-vector-drawable/google_plus.xml | 2 +- images/android-vector-drawable/hackernews.xml | 2 +- images/android-vector-drawable/html5.xml | 6 +- images/android-vector-drawable/ibm.xml | 24 +++++ images/android-vector-drawable/intel.xml | 24 +++++ images/android-vector-drawable/keybase.xml | 26 +++++ .../android-vector-drawable/kickstarter.xml | 18 ++++ images/android-vector-drawable/linkedin.xml | 6 +- images/android-vector-drawable/log.html | 2 +- images/android-vector-drawable/mastodon.xml | 95 ++++++++++--------- images/android-vector-drawable/medium.xml | 16 ++++ images/android-vector-drawable/npm.xml | 6 +- images/android-vector-drawable/opensource.xml | 14 +++ images/android-vector-drawable/patreon.xml | 15 +++ images/android-vector-drawable/paypal.xml | 8 +- images/android-vector-drawable/pdf.xml | 2 +- images/android-vector-drawable/phone.xml | 15 ++- images/android-vector-drawable/reddit.xml | 2 +- .../samsunginternet.xml | 24 +++++ images/android-vector-drawable/skype.xml | 9 +- images/android-vector-drawable/slideshare.xml | 4 +- images/android-vector-drawable/soundcloud.xml | 21 ++-- .../android-vector-drawable/stackoverflow.xml | 6 +- images/android-vector-drawable/steam.xml | 10 +- images/android-vector-drawable/symantec.xml | 13 +-- images/android-vector-drawable/telegram.xml | 6 +- images/android-vector-drawable/tox.xml | 6 +- images/android-vector-drawable/trello.xml | 17 ++++ images/android-vector-drawable/tumblr.xml | 10 +- images/android-vector-drawable/ubuntu.xml | 9 +- images/android-vector-drawable/vk.xml | 2 +- images/android-vector-drawable/wechat.xml | 6 +- images/android-vector-drawable/whatsapp.xml | 8 +- images/android-vector-drawable/wifi.xml | 21 ++++ images/android-vector-drawable/wikipedia.xml | 2 +- images/android-vector-drawable/windows.xml | 12 +-- images/android-vector-drawable/wire.xml | 3 +- images/android-vector-drawable/wordpress.xml | 2 +- images/android-vector-drawable/yahoo.xml | 21 ++++ images/android-vector-drawable/yammer.xml | 24 +++++ images/android-vector-drawable/youtube.xml | 19 ++-- images/android-vector-drawable/yubico.xml | 2 +- 70 files changed, 743 insertions(+), 223 deletions(-) create mode 100644 images/android-vector-drawable/airbnb.xml create mode 100644 images/android-vector-drawable/android.xml create mode 100644 images/android-vector-drawable/authy.xml create mode 100644 images/android-vector-drawable/badoo.xml create mode 100644 images/android-vector-drawable/bitcoin.xml create mode 100644 images/android-vector-drawable/blogger.xml create mode 100644 images/android-vector-drawable/bluetooth.xml create mode 100644 images/android-vector-drawable/cloudflare.xml create mode 100644 images/android-vector-drawable/codepen.xml create mode 100644 images/android-vector-drawable/delicious.xml create mode 100644 images/android-vector-drawable/digitalocean.xml create mode 100644 images/android-vector-drawable/discord.xml create mode 100644 images/android-vector-drawable/disqus.xml create mode 100644 images/android-vector-drawable/ebay.xml create mode 100644 images/android-vector-drawable/evernote.xml create mode 100644 images/android-vector-drawable/ghost.xml create mode 100644 images/android-vector-drawable/ibm.xml create mode 100644 images/android-vector-drawable/intel.xml create mode 100644 images/android-vector-drawable/keybase.xml create mode 100644 images/android-vector-drawable/kickstarter.xml create mode 100644 images/android-vector-drawable/medium.xml create mode 100644 images/android-vector-drawable/opensource.xml create mode 100644 images/android-vector-drawable/patreon.xml create mode 100644 images/android-vector-drawable/samsunginternet.xml create mode 100644 images/android-vector-drawable/trello.xml create mode 100644 images/android-vector-drawable/wifi.xml create mode 100644 images/android-vector-drawable/yahoo.xml create mode 100644 images/android-vector-drawable/yammer.xml diff --git a/README.md b/README.md index ef43292a..190de95f 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Want more icons? Tell me by raising an issue! Think the icons look wrong? Tell me by raising an issue! -**New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://github.com/inloop/svg2android/issues - not guaranteed to be under 1KB. +**New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://inloop.github.io/svg2android/ - not guaranteed to be under 1KB. ## Icon accessibility diff --git a/images/android-vector-drawable/airbnb.xml b/images/android-vector-drawable/airbnb.xml new file mode 100644 index 00000000..a9a520bc --- /dev/null +++ b/images/android-vector-drawable/airbnb.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/amazon.xml b/images/android-vector-drawable/amazon.xml index 08adff87..927082fa 100644 --- a/images/android-vector-drawable/amazon.xml +++ b/images/android-vector-drawable/amazon.xml @@ -15,6 +15,6 @@ 2-54-19-73-17-16-39-21-64-22-56-1-92 29-97 65-1 6 4 9 7 9l39 6c6 1 9-5 10-9 6-23 30-29 45-24 21 7 19 30 19 47zm-38 109c-16 0-26-13-26-31 1-37 30-44 64-44v19c0 34-18 56-38 56zm175 111c14-11 27-40 26-59 0-8-1-9-8-11-14-4-48-5-65 11-3 3-2 5 1 -5 12-2 47-6 52 2 5 7-8 36-12 49-2 5 2 6 6 3zm-372-58c100 94 258 98 360 26 7-5 +5 12-2 47-6 52 2 5 7-8 36-12 49-2 5 2 6 6 3zM58 346c100 94 258 98 360 26 7-5 0-13-7-10-119 54-259 32-349-22-4-3-8 2-4 6z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/android.xml b/images/android-vector-drawable/android.xml new file mode 100644 index 00000000..5135a197 --- /dev/null +++ b/images/android-vector-drawable/android.xml @@ -0,0 +1,29 @@ + + + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/apple.xml b/images/android-vector-drawable/apple.xml index 7db7e8b3..8e9a7957 100644 --- a/images/android-vector-drawable/apple.xml +++ b/images/android-vector-drawable/apple.xml @@ -14,14 +14,15 @@ 39.4c-24.6 30.9-22.7 75-22.7 75s1.9 .3 5.4 .3 z" /> + android:pathData="M439.2 371.1c1.9-5.4 3.2-8.5 3.2-8.5h-.3c-.3 0-.3 +0-.6-.3-1.9-.6-6.3-2.5-12-6a106.2 106.2 0 0 +1-38.4-38.8c-7.2-12.6-12.3-28.4-13.6-47.9-.6-9.8 .3 -19.2 2.2-27.7v-.3c.6-2.8 +1.3-5.4 2.2-8.2 10.1-32.8 33.7-54.2 43.2-61.5 2.5-1.9 3.8-2.8 +3.8-2.8s-30.3-47-87.3-47c-49.2 0-67.4 22.1-93.6 22.1-32.1 +0-37.2-20.5-84.8-20.5-24.6 0-58.9 9.5-84.5 42.5C58.5 192 51 222.6 47.8 245c-1.9 +15.1-2.5 31.5-.6 49.8 0 1.3 .3 2.5 .3 4.1 1.9 18.3 6.6 37.8 13.2 57.4 0 .3 .3 .9 +.6 1.3 .6 2.2 1.6 4.7 2.5 6.9 .3 .9 .9 2.2 1.3 3.2 .3 .9 .6 2.2 1.3 3.2 6.3 16.4 +13.6 32.1 22.1 47 24.6 43.5 56.4 76.3 86.3 76.3 34 0 44.8-22.1 78.8-21.7 43.2 .3 +55.1 27.7 91.4 20.5 24.3-4.7 53.3-39.1 71.9-71.9 .6 -1.3 1.3-2.2 1.9-3.2 +8.8-18.9 16.4-36.6 20.5-46.6z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/authy.xml b/images/android-vector-drawable/authy.xml new file mode 100644 index 00000000..b5bd7a1f --- /dev/null +++ b/images/android-vector-drawable/authy.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/badoo.xml b/images/android-vector-drawable/badoo.xml new file mode 100644 index 00000000..41711f26 --- /dev/null +++ b/images/android-vector-drawable/badoo.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/bitbucket.xml b/images/android-vector-drawable/bitbucket.xml index 49dd0cc5..ffec7db6 100644 --- a/images/android-vector-drawable/bitbucket.xml +++ b/images/android-vector-drawable/bitbucket.xml @@ -10,16 +10,14 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:pathData="M256 33C142 33 48 64 48 102c0 10 24 155 35 212 4 27 71 63 173 63s167-37 +173-63c11-57 35-202 35-212-2-39-94-69-208-69zm0 298c-37 0-65-29-65-65 0-37 29-65 +65-65 37 0 65 29 65 65 0 35-29 65-65 65zm0-208c-73 0-133-12-133-29 0-16 59-29 +133-29 73 0 133 12 133 29 0 16-59 29-133 29z" /> + android:pathData="M405 369c-4 0-6 2-6 2s-51 41-143 41-143-41-143-40c0 0-4-2-6-2-4 0-8 2-8 8v2c8 43 +14 73 14 77 6 31 68 55 141 55s135-24 141-55c0-4 6-35 14-78v-2c2-4 0-8-4-8z" /> diff --git a/images/android-vector-drawable/bitcoin.xml b/images/android-vector-drawable/bitcoin.xml new file mode 100644 index 00000000..3cb7c2a4 --- /dev/null +++ b/images/android-vector-drawable/bitcoin.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/blogger.xml b/images/android-vector-drawable/blogger.xml new file mode 100644 index 00000000..c9e2d646 --- /dev/null +++ b/images/android-vector-drawable/blogger.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/bluetooth.xml b/images/android-vector-drawable/bluetooth.xml new file mode 100644 index 00000000..4a5a1143 --- /dev/null +++ b/images/android-vector-drawable/bluetooth.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/cloudflare.xml b/images/android-vector-drawable/cloudflare.xml new file mode 100644 index 00000000..f88c1076 --- /dev/null +++ b/images/android-vector-drawable/cloudflare.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/codepen.xml b/images/android-vector-drawable/codepen.xml new file mode 100644 index 00000000..dc83e68a --- /dev/null +++ b/images/android-vector-drawable/codepen.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/delicious.xml b/images/android-vector-drawable/delicious.xml new file mode 100644 index 00000000..152e7b09 --- /dev/null +++ b/images/android-vector-drawable/delicious.xml @@ -0,0 +1,20 @@ + + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/digidentity.xml b/images/android-vector-drawable/digidentity.xml index 9b723a9c..d088d65e 100644 --- a/images/android-vector-drawable/digidentity.xml +++ b/images/android-vector-drawable/digidentity.xml @@ -9,30 +9,14 @@ android:fillColor="#fff" android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:fillColor="#000000" + android:strokeColor="#000" + android:strokeWidth="1" + android:pathData="M256 42v150m0 128v150M42 256h150m128 0h150M104 104l106 106m92 92l106 +106m0-304L302 210" /> - - - - - - - + android:strokeColor="#00e864" + android:strokeWidth="1" + android:pathData="M208 300L102 406m149-150a5 5 0 0 0 10 0 5 5 0 0 0-10 0" /> \ No newline at end of file diff --git a/images/android-vector-drawable/digitalocean.xml b/images/android-vector-drawable/digitalocean.xml new file mode 100644 index 00000000..4532cb40 --- /dev/null +++ b/images/android-vector-drawable/digitalocean.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/discord.xml b/images/android-vector-drawable/discord.xml new file mode 100644 index 00000000..936d2d92 --- /dev/null +++ b/images/android-vector-drawable/discord.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/disqus.xml b/images/android-vector-drawable/disqus.xml new file mode 100644 index 00000000..6ff5505d --- /dev/null +++ b/images/android-vector-drawable/disqus.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/docker.xml b/images/android-vector-drawable/docker.xml index 66f7510f..ef3cd0cc 100644 --- a/images/android-vector-drawable/docker.xml +++ b/images/android-vector-drawable/docker.xml @@ -11,8 +11,8 @@ +0h50v-45H53zm59-54h50v-45h-50zm59 0h50v-45h-50zm59 +0h49v-45h-49zm0-54h49V89h-49zm257 82c-11-7-36-10-55-6-3-18-13-34-31-48l-10-7-7 +11c-9 13-14 32-12 50 1 6 3 17 9 27-6 4-19 8-36 8H17l-1 4c-3 18-3 75 33 118 28 33 +70 50 124 50 118 0 205-54 246-153 16 0 51 0 68-34l5-9 2-4" /> \ No newline at end of file diff --git a/images/android-vector-drawable/dropbox.xml b/images/android-vector-drawable/dropbox.xml index 7cd16e16..37e9a091 100644 --- a/images/android-vector-drawable/dropbox.xml +++ b/images/android-vector-drawable/dropbox.xml @@ -6,13 +6,10 @@ android:viewportHeight="512"> - + android:fillColor="#007ee5" + android:pathData="M256 161l-112 72 112 71-112 72-113-72 113-72-113-71 113-72zM143 399l113-72 112 +72-112 72zm113-95l113-72-113-71 112-72 113 72-113 72 113 71-113 72z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/ebay.xml b/images/android-vector-drawable/ebay.xml new file mode 100644 index 00000000..b672ded1 --- /dev/null +++ b/images/android-vector-drawable/ebay.xml @@ -0,0 +1,29 @@ + + + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/email.xml b/images/android-vector-drawable/email.xml index db98b866..4cdec5f9 100644 --- a/images/android-vector-drawable/email.xml +++ b/images/android-vector-drawable/email.xml @@ -13,9 +13,9 @@ android:pathData="M 100 111 L 412 111 Q 456 111 456 155 L 456 357 Q 456 401 412 401 L 100 401 Q 56 401 56 357 L 56 155 Q 56 111 100 111 Z" /> + android:pathData="M89 148h334v216H89" /> + android:pathData="M437 158L280 294c-16 14-32 14-48 0L75 158m349 206L319 259M88 364l107-107" /> \ No newline at end of file diff --git a/images/android-vector-drawable/evernote.xml b/images/android-vector-drawable/evernote.xml new file mode 100644 index 00000000..2113c7da --- /dev/null +++ b/images/android-vector-drawable/evernote.xml @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/facebook.xml b/images/android-vector-drawable/facebook.xml index 1ac73303..2bf7901a 100644 --- a/images/android-vector-drawable/facebook.xml +++ b/images/android-vector-drawable/facebook.xml @@ -10,6 +10,6 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:pathData="M287 456V157c0-21 6-35 35-35h38V59c-7-1-29-3-55-3-54 0-91 33-91 +94v306m143-254H152v72h196" /> \ No newline at end of file diff --git a/images/android-vector-drawable/flickr.xml b/images/android-vector-drawable/flickr.xml index 15fd3cc6..b8917f73 100644 --- a/images/android-vector-drawable/flickr.xml +++ b/images/android-vector-drawable/flickr.xml @@ -6,12 +6,12 @@ android:viewportHeight="512"> \ No newline at end of file diff --git a/images/android-vector-drawable/ghost.xml b/images/android-vector-drawable/ghost.xml new file mode 100644 index 00000000..d0df87c1 --- /dev/null +++ b/images/android-vector-drawable/ghost.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/gitlab.xml b/images/android-vector-drawable/gitlab.xml index 77d3d12c..1641f45f 100644 --- a/images/android-vector-drawable/gitlab.xml +++ b/images/android-vector-drawable/gitlab.xml @@ -10,6 +10,6 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/google.xml b/images/android-vector-drawable/google.xml index 3f335ef8..fecd2ccd 100644 --- a/images/android-vector-drawable/google.xml +++ b/images/android-vector-drawable/google.xml @@ -11,5 +11,5 @@ + android:pathData="M276 252h149a170 170 0 1 1-80-140" /> \ No newline at end of file diff --git a/images/android-vector-drawable/google_plus.xml b/images/android-vector-drawable/google_plus.xml index d711fc95..8542ba11 100644 --- a/images/android-vector-drawable/google_plus.xml +++ b/images/android-vector-drawable/google_plus.xml @@ -11,6 +11,6 @@ \ No newline at end of file diff --git a/images/android-vector-drawable/hackernews.xml b/images/android-vector-drawable/hackernews.xml index 88f86d37..7f34fd33 100644 --- a/images/android-vector-drawable/hackernews.xml +++ b/images/android-vector-drawable/hackernews.xml @@ -10,5 +10,5 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:pathData="M101 56h61l94 192 94-192h61L282 311v145h-52V311" /> \ No newline at end of file diff --git a/images/android-vector-drawable/html5.xml b/images/android-vector-drawable/html5.xml index 04aab6f3..3283a694 100644 --- a/images/android-vector-drawable/html5.xml +++ b/images/android-vector-drawable/html5.xml @@ -7,13 +7,13 @@ + android:pathData="M71 460L30 0h451l-41 460-185 52" /> + android:pathData="M256 472l149-41 35-394H256" /> + android:pathData="M256 208h-75l-5-58h80V94H114l15 171h127zm-1 147l-63-17-4-45h-56l7 89 116 32z" /> diff --git a/images/android-vector-drawable/ibm.xml b/images/android-vector-drawable/ibm.xml new file mode 100644 index 00000000..14ca0462 --- /dev/null +++ b/images/android-vector-drawable/ibm.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/intel.xml b/images/android-vector-drawable/intel.xml new file mode 100644 index 00000000..250a973d --- /dev/null +++ b/images/android-vector-drawable/intel.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/keybase.xml b/images/android-vector-drawable/keybase.xml new file mode 100644 index 00000000..1e8d156e --- /dev/null +++ b/images/android-vector-drawable/keybase.xml @@ -0,0 +1,26 @@ + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/kickstarter.xml b/images/android-vector-drawable/kickstarter.xml new file mode 100644 index 00000000..719eae87 --- /dev/null +++ b/images/android-vector-drawable/kickstarter.xml @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/linkedin.xml b/images/android-vector-drawable/linkedin.xml index a6f2ae32..b7161c5d 100644 --- a/images/android-vector-drawable/linkedin.xml +++ b/images/android-vector-drawable/linkedin.xml @@ -15,9 +15,9 @@ android:fillColor="#000000" android:strokeColor="#fff" android:strokeWidth="86" - android:pathData="M237 178v259m-133-259v259" /> + android:pathData="M237 178v259M104 178v259" /> + android:pathData="M279 293c0-26 18-53 48-53 31 0 43 24 43 59v138h86V289c0-80-42-116-99-116-45 0-67 +25-78 42" /> \ No newline at end of file diff --git a/images/android-vector-drawable/log.html b/images/android-vector-drawable/log.html index a39b4994..abcd8fb7 100644 --- a/images/android-vector-drawable/log.html +++ b/images/android-vector-drawable/log.html @@ -1 +1 @@ -

Files converted: 53 / 53


symantec.svg

OK

steam.svg

OK

docker.svg

OK

apple.svg

OK

npm.svg

OK

redhat.svg

OK

bitbucket.svg

OK

ubuntu.svg

Warning: transforms on path are not supported, use option Bake transforms into path

digidentity.svg

Warning: transforms on path are not supported, use option Bake transforms into path

windows.svg

OK

lastpass.svg

OK

youtube.svg

OK

wordpress.svg

OK

wire.svg

OK

wikipedia.svg

OK

whatsapp.svg

Warning: found attribute 'fill-rule:evenodd' which is supported only on Android API 24 and higher - (more info)

wechat.svg

OK

vk.svg

OK

vimeo.svg

OK

twitter.svg

OK

tumblr.svg

OK

tox.svg

OK

telegram.svg

OK

stackoverflow.svg

Warning: stroke-width not found on path one or more times. Defaulting all instances to 1.

spotify.svg

OK

soundcloud.svg

OK

snapchat.svg

OK

slideshare.svg

OK

skype.svg

OK

rss.svg

OK

reddit.svg

OK

pinterest.svg

OK

phone.svg

OK

pdf.svg

OK

paypal.svg

OK

meetup.svg

OK

mastodon.svg

Warning: group transform 'matrix' is not supported, use option Bake transforms into path

mail.svg

OK

lock.svg

OK

linkedin.svg

OK

line.svg

OK

instagram.svg

OK

html5.svg

OK

hackernews.svg

OK

google_plus.svg

OK

google.svg

OK

gitlab.svg

OK

github.svg

OK

flickr.svg

OK

facebook.svg

OK

email.svg

OK

dropbox.svg

OK

amazon.svg

OK
\ No newline at end of file +

Files converted: 81 / 81


yubico.svg

OK

youtube.svg

OK

yammer.svg

OK

yahoo.svg

OK

wordpress.svg

OK

wire.svg

OK

windows.svg

Warning: found attribute 'fill-rule:evenodd' which is supported only on Android API 24 and higher - (more info)

wikipedia.svg

OK

wifi.svg

Warning: found attribute 'fill-rule:evenodd' which is supported only on Android API 24 and higher - (more info)

whatsapp.svg

Warning: found attribute 'fill-rule:evenodd' which is supported only on Android API 24 and higher - (more info)

wechat.svg

OK

vk.svg

OK

vimeo.svg

OK

ubuntu.svg

Warning: transforms on path are not supported, use option Bake transforms into path

twitter.svg

OK

tumblr.svg

OK

trello.svg

OK

tox.svg

OK

telegram.svg

OK

symantec.svg

OK

steam.svg

OK

stackoverflow.svg

Warning: stroke-width not found on path one or more times. Defaulting all instances to 1.

spotify.svg

OK

soundcloud.svg

OK

snapchat.svg

OK

slideshare.svg

OK

skype.svg

OK

samsunginternet.svg

OK

rss.svg

OK

reddit.svg

OK

pinterest.svg

OK

phone.svg

OK

pdf.svg

OK

paypal.svg

OK

patreon.svg

OK

opensource.svg

OK

npm.svg

OK

meetup.svg

OK

medium.svg

OK

mastodon.svg

Warning: group transform 'matrix' is not supported, use option Bake transforms into path

mail.svg

OK

lock.svg

OK

linkedin.svg

OK

line.svg

OK

lastpass.svg

OK

kickstarter.svg


228 Bytes

252 Bytes

270 Bytes

451 Bytes

425 Bytes

646 Bytes

228 Bytes

252 Bytes

270 Bytes

451 Bytes

425 Bytes

646 Bytes

338 Bytes

354 Bytes

372 Bytes

370 Bytes

316 Bytes

544 Bytes

338 Bytes

354 Bytes

372 Bytes

370 Bytes

316 Bytes

544 Bytes

492 Bytes

529 Bytes

532 Bytes

583 Bytes

747 Bytes

608 Bytes

492 Bytes

529 Bytes

532 Bytes

583 Bytes

747 Bytes

608 Bytes

375 Bytes

635 Bytes

964 Bytes

436 Bytes

619 Bytes

674 Bytes

375 Bytes

635 Bytes

964 Bytes

436 Bytes

619 Bytes

674 Bytes

859 Bytes

247 Bytes

374 Bytes

765 Bytes

423 Bytes

383 Bytes

859 Bytes

247 Bytes

374 Bytes

765 Bytes

423 Bytes

383 Bytes

597 Bytes

310 Bytes

573 Bytes

379 Bytes

567 Bytes

286 Bytes

597 Bytes

310 Bytes

573 Bytes

379 Bytes

567 Bytes

286 Bytes

493 Bytes

288 Bytes

632 Bytes

405 Bytes

399 Bytes

634 Bytes

493 Bytes

288 Bytes

632 Bytes

405 Bytes

399 Bytes

634 Bytes

479 Bytes

325 Bytes

274 Bytes

393 Bytes

755 Bytes

658 Bytes

479 Bytes

325 Bytes

274 Bytes

393 Bytes

755 Bytes

658 Bytes

1011 Bytes

375 Bytes

526 Bytes

966 Bytes

313 Bytes

1010 Bytes

1011 Bytes

375 Bytes

526 Bytes

966 Bytes

313 Bytes

1010 Bytes

830 Bytes

799 Bytes

661 Bytes

575 Bytes

525 Bytes

255 Bytes

830 Bytes

799 Bytes

661 Bytes

575 Bytes

525 Bytes

255 Bytes

937 Bytes

946 Bytes

809 Bytes

650 Bytes

507 Bytes

569 Bytes

937 Bytes

946 Bytes

809 Bytes

650 Bytes

507 Bytes

569 Bytes

638 Bytes

267 Bytes

691 Bytes

379 Bytes

996 Bytes

648 Bytes

638 Bytes

267 Bytes

691 Bytes

379 Bytes

996 Bytes

648 Bytes

270 Bytes

398 Bytes

273 Bytes

256 Bytes

324 Bytes

276 Bytes

270 Bytes

398 Bytes

273 Bytes

256 Bytes

324 Bytes

276 Bytes

983 Bytes

373 Bytes

943 Bytes

983 Bytes

373 Bytes

943 Bytes
Warning #1:group transform 'matrix' is not supported, use option Bake transforms into path
Warning #2:found clip-path(s) attribute which is not fully supported yet (try enabling support for clip-path below)


keybase.svg

OK

intel.svg

OK

instagram.svg

OK

ibm.svg

OK

html5.svg

OK

hackernews.svg

OK

google_plus.svg

OK

google.svg

OK

gitlab.svg

OK

github.svg

OK

ghost.svg

OK

flickr.svg

OK

facebook.svg

OK

evernote.svg

OK

email.svg

OK

ebay.svg

OK

dropbox.svg

OK

docker.svg

OK

disqus.svg

OK

discord.svg

OK

digitalocean.svg

OK

digidentity.svg

Warning: stroke-width not found on path one or more times. Defaulting all instances to 1.

delicious.svg

OK

codepen.svg

OK

cloudflare.svg

OK

bluetooth.svg

OK

blogger.svg

OK

bitcoin.svg

OK

bitbucket.svg

OK

badoo.svg

OK

authy.svg

OK

apple.svg

OK

android.svg

OK

amazon.svg

OK

airbnb.svg

OK
\ No newline at end of file diff --git a/images/android-vector-drawable/mastodon.xml b/images/android-vector-drawable/mastodon.xml index 5877bf11..157dcbdc 100644 --- a/images/android-vector-drawable/mastodon.xml +++ b/images/android-vector-drawable/mastodon.xml @@ -15,76 +15,79 @@ android:fillColor="#fff" android:pathData="M411 215v84c0 24-21 41-42 41h-60c12-10 18-22 19-37v-88c2-55 81-55 83 0" /> + + + + + + + + + + + + - - - - - - - - - - \ No newline at end of file diff --git a/images/android-vector-drawable/medium.xml b/images/android-vector-drawable/medium.xml new file mode 100644 index 00000000..9efe950d --- /dev/null +++ b/images/android-vector-drawable/medium.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/npm.xml b/images/android-vector-drawable/npm.xml index 14fe510e..827c0111 100644 --- a/images/android-vector-drawable/npm.xml +++ b/images/android-vector-drawable/npm.xml @@ -10,7 +10,7 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:pathData="M16 163.3h480v160H256V350H149.3v-26.7H16zm26.7 +133.4H96v-80h26.7v80h26.7V190H42.7zM176 190v133.3h53.3v-26.7h53.3V190zm53.3 +26.7H256V270h-26.7zm80-26.7v106.7h53.3v-80h26.7v80H416v-80h26.7v80h26.7V190z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/opensource.xml b/images/android-vector-drawable/opensource.xml new file mode 100644 index 00000000..00e7769f --- /dev/null +++ b/images/android-vector-drawable/opensource.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/patreon.xml b/images/android-vector-drawable/patreon.xml new file mode 100644 index 00000000..8b85261d --- /dev/null +++ b/images/android-vector-drawable/patreon.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/paypal.xml b/images/android-vector-drawable/paypal.xml index 94d694d9..2a6f17e2 100644 --- a/images/android-vector-drawable/paypal.xml +++ b/images/android-vector-drawable/paypal.xml @@ -11,11 +11,11 @@ + android:pathData="M155 397l17-74s5-21 29-21c23 0 183 6 218-107 13-41 22-139-139-139H163s-24-1-30 +24L56 401s-3 21 18 21h52s24 1 29-25zm44-187l15-65s5-18 21-21c16-2 43 1 50 2 46 8 +36 50 36 50-9 65-112 56-112 56-16-6-10-22-10-22z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/pdf.xml b/images/android-vector-drawable/pdf.xml index cef27797..390caeea 100644 --- a/images/android-vector-drawable/pdf.xml +++ b/images/android-vector-drawable/pdf.xml @@ -6,7 +6,7 @@ android:viewportHeight="512"> +6c31 0 67-29 79-58 10-28-12-40-28-53z" /> - + android:strokeColor="#fff" + android:strokeWidth="20" + android:strokeLineCap="round" + android:pathData="M276.7 114.5s48-1.3 83.6 34.4c35.7 35.4 31.7 86 31.7 86m-102-73s19-4.7 39.2 +16.2c20.4 21 15.3 40 15.3 40M261 67s75-2.7 130 52.2c54.8 55 50 132.3 50 132.3" /> \ No newline at end of file diff --git a/images/android-vector-drawable/reddit.xml b/images/android-vector-drawable/reddit.xml index 236d394e..4647a728 100644 --- a/images/android-vector-drawable/reddit.xml +++ b/images/android-vector-drawable/reddit.xml @@ -27,5 +27,5 @@ + android:pathData="M87 282c-45-22-5-92 40-50m298 50c45-22 5-92-40-50m-127-45l24-83 80 16" /> \ No newline at end of file diff --git a/images/android-vector-drawable/samsunginternet.xml b/images/android-vector-drawable/samsunginternet.xml new file mode 100644 index 00000000..b6089cf0 --- /dev/null +++ b/images/android-vector-drawable/samsunginternet.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/skype.xml b/images/android-vector-drawable/skype.xml index 2bc94652..13c7fd06 100644 --- a/images/android-vector-drawable/skype.xml +++ b/images/android-vector-drawable/skype.xml @@ -10,9 +10,8 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:pathData="M71 223C45 366 176 464 289 441c119 58 202-70 152-152C466 144 334 48 223 71 104 +13 21 141 71 223m264-46c17 25-18 45-31 30-17-20-35-30-54-29-48 4-46 44-5 50 57 8 +108 24 104 74-5 57-51 73-99 70-56-4-74-24-85-45-13-25 24-49 40-22 25 41 71 35 85 +19 22-25-1-41-25-45-27-5-54-11-75-22-33-17-47-101 40-115 39-6 86 6 105 35" /> \ No newline at end of file diff --git a/images/android-vector-drawable/slideshare.xml b/images/android-vector-drawable/slideshare.xml index 4928d772..0bdfcc8a 100644 --- a/images/android-vector-drawable/slideshare.xml +++ b/images/android-vector-drawable/slideshare.xml @@ -17,6 +17,6 @@ 44 44 0 0 0 0 88z" /> + android:pathData="M123 59c-28 0-50 23-50 50v167h24V109c0-14 11-26 26-26h266c15 0 26 12 26 +26v169h24V109c0-27-22-50-50-50z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/soundcloud.xml b/images/android-vector-drawable/soundcloud.xml index 0f6991d4..1ea9a820 100644 --- a/images/android-vector-drawable/soundcloud.xml +++ b/images/android-vector-drawable/soundcloud.xml @@ -10,14 +10,15 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:pathData="M59 275l-3 22 3 22c0 2 3 2 3 0l3-22-3-22c0-3-3-3-3 0zm18-14c0-3-3-3-3 0l-5 36 4 +35c0 3 4 3 4 0l4-35zm59-30l-3 66 2 40c0 8 7 8 7 0l4-40-4-66c0-5-6-5-6 0zm-31 +22l-4 44 3 40c0 6 5 6 5 0l4-40-4-44c0-3-4-3-4 0zm70 84l3-40-3-88c0-6-7-6-7 0l-3 +88 2 40c0 8 8 8 8 0zm68 0l2-40-2-102c0-7-10-7-10 0l-2 102 2 40c0 8 10 8 10 +0zm-34 0l3-40-3-89c0-6-9-6-9 0l-2 89 2 40c0 8 9 8 9 0zm-83 0l3-40-3-41c0-3-6-3-6 +0l-3 41 3 40c0 7 6 7 6 0zm-33 0l4-40-4-43c0-3-4-3-4 0l-4 43 4 40c0 4 4 4 4 +0zm124-125l-2 85 1 40c0 8 10 8 10 0l2-40-2-85c0-7-9-7-9 0zm-58 +125l3-40-3-81c0-6-7-6-7 0l-3 81 2 40c0 8 8 8 8 0zm33 0l3-40-3-91c0-6-8-6-8 0l-3 +91 3 40c0 8 8 8 8 0zm196-89c-5-57-64-94-118-73-4 2-5 3-5 6v156c0 3 2 6 5 +6h137c27 0 49-22 49-49 0-37-35-57-68-46zm-138-62l-3 111 3 40c0 8 10 8 10 +0l3-40-3-111c0-7-10-7-10 0z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/stackoverflow.xml b/images/android-vector-drawable/stackoverflow.xml index b2211502..16b8b05a 100644 --- a/images/android-vector-drawable/stackoverflow.xml +++ b/images/android-vector-drawable/stackoverflow.xml @@ -11,10 +11,10 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:pathData="M113 291v151h235V291" /> + android:pathData="M306 385H149m159-43l-156-14m165-31l-152-41m233-42L372 59m-11 170l-89-129m60 +159l-135-80" /> \ No newline at end of file diff --git a/images/android-vector-drawable/steam.xml b/images/android-vector-drawable/steam.xml index 92ab7c50..0c7cafb3 100644 --- a/images/android-vector-drawable/steam.xml +++ b/images/android-vector-drawable/steam.xml @@ -10,11 +10,11 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> - + android:pathData="M473.8 16v14.8h14.8V16zm0 29.5v14.8h14.8V45.5zm-44.3 14.8v14.8h14.8V60.3z" /> @@ -25,8 +22,8 @@ 11.7 19.1 11.7 21.8-2.6 21.8-13.7 25.9-32.9 6.7-31.5 15.5-64 56.5-103.1v-59.1z" /> + android:pathData="M459.1 30.8v14.8h14.8V30.8zm0 14.8h-29.5v14.8h29.5zm-29.5 +14.8h-14.8v29.4h14.8zm0 29.5v14.8h14.8V89.8zm14.8 0h14.8V75.1h-14.8zm-14.8 +14.8h-14.8v14.8H400v-14.8h-29.5v14.8h-14.8v14.8h14.8v14.8h-14.8v-14.8h-14.8v14.8h-14.8v14.8h-14.8V223h29.5v-15h14.8v-14.8h14.8v-14.8h-14.8v-14.8h14.8v14.8h14.8v-14.8H400v-14.8h14.8V134h14.8zm-29.5 +0h14.7V89.8H400zm0-14.8V75.1h-14.9v14.7z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/telegram.xml b/images/android-vector-drawable/telegram.xml index 3f7a08d9..da6e251d 100644 --- a/images/android-vector-drawable/telegram.xml +++ b/images/android-vector-drawable/telegram.xml @@ -10,7 +10,7 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> + android:pathData="M429 90L76 227c-25 9-24 23-5 28l88 28 34 104c4 11 2 15 13 15 9 0 13-4 19-9l44-43 +91 68c18 10 29 4 34-16l60-284c6-24-9-35-25-28zM173 277l198-126c11-6 20-3 12 +4L212 308l-6 72z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/tox.xml b/images/android-vector-drawable/tox.xml index 9875b1fd..527c3023 100644 --- a/images/android-vector-drawable/tox.xml +++ b/images/android-vector-drawable/tox.xml @@ -19,10 +19,8 @@ android:pathData="M 256 91 C 292.450793489 91 322 119.206060761 322 154 C 322 188.793939239 292.450793489 217 256 217 C 219.549206511 217 190 188.793939239 190 154 C 190 119.206060761 219.549206511 91 256 91 Z" /> - + android:pathData="M313 123c29 45-14 102-55 127 7-11 12-22 14-35m-5 126c20 7 33 24 32 49 0 9-7 +16-16 16h-54c-9 0-16-7-16-16-1-25 12-42 32-49" /> diff --git a/images/android-vector-drawable/trello.xml b/images/android-vector-drawable/trello.xml new file mode 100644 index 00000000..4c9bc646 --- /dev/null +++ b/images/android-vector-drawable/trello.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/tumblr.xml b/images/android-vector-drawable/tumblr.xml index f527b059..a6446d68 100644 --- a/images/android-vector-drawable/tumblr.xml +++ b/images/android-vector-drawable/tumblr.xml @@ -6,10 +6,12 @@ android:viewportHeight="512"> + android:fillColor="#39475d" + android:pathData="M 220 0 L 292 0 Q 512 0 512 220 L 512 292 Q 512 512 292 512 L 220 512 Q 0 512 0 292 L 0 220 Q 0 0 220 0 Z" /> + android:pathData="M373 431c-14 15-45 25-73 25h-3c-95 0-115-69-115-110V234h-37a8 8 0 0 1-8-8v-53a13 +13 0 0 1 9-13c48-17 63-59 66-91 0-9 5-13 12-13h56a8 8 0 0 1 7 8v90h65a8 8 0 0 1 +8 8v63a8 8 0 0 1-8 8h-65v104c0 26 17 34 28 34 10-1 20-4 25-6l10-2c3 1 5 3 6 7l17 +50c2 4 3 8 0 11z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/ubuntu.xml b/images/android-vector-drawable/ubuntu.xml index e00f1e46..b04d148a 100644 --- a/images/android-vector-drawable/ubuntu.xml +++ b/images/android-vector-drawable/ubuntu.xml @@ -34,11 +34,6 @@ android:pathData="M 60 211 C 84.8528137424 211 105 231.147186258 105 256 C 105 280.852813742 84.8528137424 301 60 301 C 35.1471862576 301 15 280.852813742 15 256 C 15 231.147186258 35.1471862576 211 60 211 Z" /> - - + android:pathData="M432 245v22h-80v-22zM177.53 413.92l-19.06-11 40-69.28 19.06 +11zm-19.06-304.84l19.06-11 40 69.28-19.06 11z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/vk.xml b/images/android-vector-drawable/vk.xml index a9a9873f..fce1222d 100644 --- a/images/android-vector-drawable/vk.xml +++ b/images/android-vector-drawable/vk.xml @@ -15,6 +15,6 @@ 31-61-4-7-21-6-21-6h-60c-6 0-10 1-13 7 0 0-9 26-22 47-27 46-37 48-42 45-10-6-8-26-8-40 0-47 7-64-14-68-6-1-11-2-27-2-21 0-40 0-50 5-7 4-12 11-9 12 4 1 13 2 18 8 6 9 6 27 6 27s4 52-8 59c-8 -4-19-5-43-46-12-21-22-45-22-45-3-7-6-8-13-10h-58c-7 0-16 1-12 14 0 0 45 105 96 +4-19-5-43-46-12-21-22-45-22-45-3-7-6-8-13-10H69c-7 0-16 1-12 14 0 0 45 105 96 158 46 48 99 45 99 45z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/wechat.xml b/images/android-vector-drawable/wechat.xml index ac5771ee..8a41ee9a 100644 --- a/images/android-vector-drawable/wechat.xml +++ b/images/android-vector-drawable/wechat.xml @@ -13,9 +13,9 @@ android:pathData="M448 268c-10-23-29-41-51-52-39-20-88-20-127 0-28 14-50 39-57 70-5 22 0 46 12 66 17 29 49 48 83 54 24 5 48 2 72-5 14 6 26 14 40 21l-11-35c15-11 29-24 37-41 13-24 13-53 2-78zm-136 9c-4 11-19 14-27 6-9-8-5-24 6-27 12-5 26 9 21 21zm80 2c-4 10-19 -12-26 4-4-3-5-8-6-12 2-8 7-15 15-16 12-1 23 13 17 -24zm-109-168c-42-24-93-27-138-11-30 11-56 30-73 57-14 24-20 54-13 82 7 31 29 56 -54 73l-14 43 49-26c20 6 40 9 61 9-5-16-7-33-4-50 4-22 16-43 33-59 29-27 70-38 +12-26 4-4-3-5-8-6-12 2-8 7-15 15-16 12-1 23 13 17 24zM283 +111c-42-24-93-27-138-11-30 11-56 30-73 57-14 24-20 54-13 82 7 31 29 56 54 73l-14 +43 49-26c20 6 40 9 61 9-5-16-7-33-4-50 4-22 16-43 33-59 29-27 70-38 109-35-8-36-33-66-64-83zm-111 64c-3 14-22 21-33 12-13-9-9-31 6-36 14-6 31 9 27 24zm100-4c1 16-21 26-33 15-12-9-9-30 6-35 13-5 29 6 27 20z" /> \ No newline at end of file diff --git a/images/android-vector-drawable/whatsapp.xml b/images/android-vector-drawable/whatsapp.xml index 22069b29..354a7ed1 100644 --- a/images/android-vector-drawable/whatsapp.xml +++ b/images/android-vector-drawable/whatsapp.xml @@ -11,10 +11,10 @@ \ No newline at end of file diff --git a/images/android-vector-drawable/wifi.xml b/images/android-vector-drawable/wifi.xml new file mode 100644 index 00000000..965051d3 --- /dev/null +++ b/images/android-vector-drawable/wifi.xml @@ -0,0 +1,21 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/wikipedia.xml b/images/android-vector-drawable/wikipedia.xml index 68d3a0b9..50ebcd7d 100644 --- a/images/android-vector-drawable/wikipedia.xml +++ b/images/android-vector-drawable/wikipedia.xml @@ -10,7 +10,7 @@ android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" /> - - - + android:fillType="evenOdd" + android:pathData="M210 441l270 39V28L24 92v323l209 29V243H24v21h209V63l-23 3v198h270v-21H210" /> \ No newline at end of file diff --git a/images/android-vector-drawable/wire.xml b/images/android-vector-drawable/wire.xml index 8a4a6192..0132649a 100644 --- a/images/android-vector-drawable/wire.xml +++ b/images/android-vector-drawable/wire.xml @@ -11,6 +11,5 @@ + android:pathData="M69 103v193c0 149 222 149 222 0V138c-2-46-68-46-70 0v158c0 149 222 149 222 0V103" /> \ No newline at end of file diff --git a/images/android-vector-drawable/wordpress.xml b/images/android-vector-drawable/wordpress.xml index 516a5e59..cf15b4b1 100644 --- a/images/android-vector-drawable/wordpress.xml +++ b/images/android-vector-drawable/wordpress.xml @@ -14,7 +14,7 @@ android:pathData="M 256 66 C 360.934102468 66 446 151.065897532 446 256 C 446 360.934102468 360.934102468 446 256 446 C 151.065897532 446 66 360.934102468 66 256 C 66 151.065897532 151.065897532 66 256 66 Z" /> diff --git a/images/android-vector-drawable/yahoo.xml b/images/android-vector-drawable/yahoo.xml new file mode 100644 index 00000000..865d5ba8 --- /dev/null +++ b/images/android-vector-drawable/yahoo.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/yammer.xml b/images/android-vector-drawable/yammer.xml new file mode 100644 index 00000000..0dc9f6af --- /dev/null +++ b/images/android-vector-drawable/yammer.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/images/android-vector-drawable/youtube.xml b/images/android-vector-drawable/youtube.xml index 1a8963d6..80c63f3f 100644 --- a/images/android-vector-drawable/youtube.xml +++ b/images/android-vector-drawable/youtube.xml @@ -6,19 +6,14 @@ android:viewportHeight="512"> + + android:pathData="M211 321l115-65-115-65v130" /> \ No newline at end of file diff --git a/images/android-vector-drawable/yubico.xml b/images/android-vector-drawable/yubico.xml index cd49c027..8709c91c 100644 --- a/images/android-vector-drawable/yubico.xml +++ b/images/android-vector-drawable/yubico.xml @@ -16,5 +16,5 @@ android:pathData="M 256 36 C 377.502644963 36 476 134.497355037 476 256 C 476 377.502644963 377.502644963 476 256 476 C 134.497355037 476 36 377.502644963 36 256 C 36 134.497355037 134.497355037 36 256 36 Z" /> + android:pathData="M256 268l57-160.8h82l-138 340h-87l39.6-93-97-247h84z" /> \ No newline at end of file From 84dfe7491be64928b1f56a713375991f5cb2d1ec Mon Sep 17 00:00:00 2001 From: arturoacevedob Date: Tue, 28 Nov 2017 02:39:08 -0600 Subject: [PATCH 10/13] Visually centered a few icons, some new paths and optimizations. (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Visually centered a few icons, some new paths and optimizations. Apple - Visually centered and change the path to more a accurate one. Bytes: 1011 —> 580. Dropbox - Visually centered and change the path to fix point alignment. Bytes: 338 —> 350. Twitter - Visually centered. Bytes: 425 —> 431. Ubuntu - Visually centered and change the path and color to a more accurate one. Bytes: 755 —> 674. Vimeo - Visually centered. Bytes: 375 —> 379. WhatsApp - Visually centered and change the path and color to more a accurate one. Bytes: 646 —> 611. Windows - Visually centered and change the path to fix the lines between shapes. Bytes: 274 —> 284. Hope this helps. FYI: Wikicommons have good SVG shapes and most companies have brand guidelines with accurate logo renditions and colors. * Removed newlines, fixed Ubuntu color and updated ReadMe and Twitter PNG. --- README.md | 14 +++++++------- images/png/twitter.png | Bin 3204 -> 3388 bytes images/svg/apple.svg | 2 +- images/svg/dropbox.svg | 2 +- images/svg/twitter.svg | 2 +- images/svg/ubuntu.svg | 2 +- images/svg/vimeo.svg | 2 +- images/svg/whatsapp.svg | 2 +- images/svg/windows.svg | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 190de95f..33edf52b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/ ## How Small? -| 747 Bytes SVG | 3,549 Bytes PNG | 425 Bytes SVG | 3,204 Bytes PNG | 252 Bytes SVG | 2,581 Bytes PNG | +| 747 Bytes SVG | 3,549 Bytes PNG | 428 Bytes SVG | 3,388 Bytes PNG | 252 Bytes SVG | 2,581 Bytes PNG | |------ |----------- |------ |---------- |------ |----------- | | | | | | | | @@ -21,11 +21,11 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
252 Bytes
270 Bytes
451 Bytes -
425 Bytes -
646 Bytes +
428 Bytes +
630 Bytes -
338 Bytes +
326 Bytes
354 Bytes
372 Bytes
370 Bytes @@ -75,13 +75,13 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
479 Bytes
325 Bytes -
274 Bytes +
269 Bytes
393 Bytes -
755 Bytes +
634 Bytes
658 Bytes -
1011 Bytes +
502 Bytes
375 Bytes
526 Bytes
966 Bytes diff --git a/images/png/twitter.png b/images/png/twitter.png index 7f2c9bdbb0fcf6a794a19be92609eea26129e22c..6ccbbba620ca750ece67d0a1088a886611312bf5 100644 GIT binary patch literal 3388 zcmY+GdsNK(`p2K|WiHiJ)BSFWp|q9R$>}1yZ>D=u6jI@fkS-dci%Y)KY0D){NRi7_ zlGu{lR&IUM717xCk)6_%P#iTCx|r&Web)M|^ZWeqJfHXbdDdsG&u2ZKwO;#!7x`$a zo2mnVrk}6p5&%@SMFGcDiMj02BUQpTdMxw+xOPNCxrU+ANa7No1yJ_PyjLZ(g9Ago zd_;j0lam$&LtE=cs@^G2tbSkcqi@@iMIk`Ef3*RC^T5y3BQ&M;^O=aGPqv)BE6$47 zG38_s&DWzJDI0FS===RABkT85#YESpb3?NAyOm=)Xn65G?~RwtiqcIC_G;~~b`<1g zo};95o@QkaeepRUopb0=cB)d0n`XK1BaRKQxY3Sjd(aDiRnJdzN9z?cWVbZQD0^zR znsH4&(eewGT?xMgNZ-N_Gf1~51&mKNOrE9I%)z0blahrECGk*uy^!-^#3dVEvTOI zlB;V{(Y$A6lNMuZE0KzW6B{F)5$F3ElXjRrT)3jB(g`z!XXD?utO2suT{A)Fl|OPX zXR<>vO>WC5=T-5<#aHJrc6AL~iTW~ak&(KpAhPefFbCY;c1#l;tXdt5mygtUd^+OV z>f@ow%J9 zBfC%Eym9e_FZFcA*_7GaXMY^81$sf!xIhrwuhX+M@%zsAH2w5$g@NK@~4yi z6k(qIX=Un*f&zjexioFU@=z4`@RrY!A*fG0}c4RS&*vkAJx_mr}F8mV5mA20B(}q+nlHuKZ(6W z*sp27@J%_ou&@R_8(aN#R1#f>!po@*uNdtsZ!k;o5c}A*E!AezJp8r#aJ6^w(HGmKo#MWQe&x%rU;c6=^59O= zKX%qi1pEZTr9{5ZdBX^#*H1Ld8rY2UMi{X%-F1f0N?&psw_GntqvUCmjHJa|{S&G` zd?Pe>263gVBW(J9q!v;&BX^hXxdMv|HOaBTs+aPD!4t-fevx}O&~NK4c@%CIX1V<; zw!Ktt7#mT+N%=!Ol&?>~bL~4ig)Qvl40GzOG#BZ!(p(k{Q%<_-v$zv3Qs~O!no=4L z(;0We8@PGMf|n*`jUzcf>3Fl3v3m1@7R&V3-@sBT_$643lz_9PrVos}LLWW|&~>I1 zbt2@*?kXKajQ-+_8_HzDu48lDr zW0o$ZC~SYirXtd{w27wr_6;Ckl62k*3d5a*h+Zwq9WK4QsT`hF)ib!GrMYeS1qK>K z+^4P^Y#O4s!NBOxfZI{DXX97rmz+^V>*zrrq`OON4I^-J$lj(DTe|_3RQerXtZQ5S&@5;kN%`m?6xFr>4 zZF@Rfo7z9}B{mN9;{}&db}m|_Cg#xG(5f^A76(3E_LLSa8GJf%8%7MnDTJw1jvG8YeXn1hK3PjM9 zlhOb1jmQa=7tGGU$-;T>#*D-@IC*J+!mPn{8u+v;_Z%a=(DFZzqRT)I&Rbc;O|B?; zn7>l7f!qHsx;oyM$X z4^bQo_*yTmV+yiQkJ77WoSFs{%J5r+G_r`VG8V_xVwsQHJeVOFI_2%_c zzol=vT5t1O`V=8&S8AD^o zKym}gH=|sZ_lx&Kv`J?$z|3iG$AR#}VpU_w&U1i9=K^~M^*AQQhDisOg= z3=#}%XR*Bo>DsahA;2bzK4nCI9iAN(STc0$jjiPrsNB5o8HZ~7OC~Xa%ER(gs<>J5 zltVkNMFwEsc2DiUkXi9zgd422kG_uOoeIPAUCbgiAS^r#4*~OtA2HBwR=VHo&KVBU z?6+G&aJr42nun7yq)uFSdWIb?e?>4Iw+N%`7?i)(tF>_W>qf$qDxKi?x*4yy)J%Co z;#U*N4#)Q~%~UAheDVM)xV4dRpo#}MzD&W=vq+jQr>j1?0t-H}(kK%c67!+|?Cy)m~48we@(0%OX-uUr=m?!I18 zj7td@N8=?hXjU+tNnTn46l^u?^w%O*p{+7Zl0*CJ5Q}&MKGMC@BgInPGQumW5pA57 zE*4Pv?8xa}Ttn*hyoa%ND1j>Kh_ zTV5ao1h3cpjzV5$ElbFQ4a!y-i)z(c)r%2__6Yt&EYIx=`v?+k?=8A2G8%mDyafF- zF`(%WreIBnPK`em-lrZbG$Hm5i2_v7OeaMR6q^M#+u60aFGKQfSS>cdfOhd2xyY2D zmaqH&cwoE(7L~-7eG;Wim(HeocidmKs3gIn^+kO5_`=o-ro5QC-d}U=?XaKtXmio* zy+EZWtYZmL;%Bs#iv;(qw7i3iVR@~NH04Uh%uVZGU^BU-+;j_I*@!gy zTSh27@(YSfQOgZZ6^>4m1+P1cD@TOik$~6%mXqg+`Y!E$wq1N3@441hd3G6m*Wq8P3sy1Tk9npxOrMpn)xOP=f$CMW9b>RqCOnHw;Zr2IZ z60;tJtqaHG&GH=%+n8U9O6N0Ag??ead)M>XG-s#Ly}5rfU-oNPw4cALIbJmS>1)#c zCW-lD0q_67^uO$BM;%U97X2@<{_rCaL5JqdzwtF0e#;dv{+n-G89A!jZwvpX;M;08 zs(M(y3V8EAP`Yq0QDrwJ5^C_qMU;!UO_!=b+}xM}L*^-2=g#40aXJX~R}r^3mm{Ac zZW&4SBZY8}UvA)Ttrn+F9m9`<{0x@hKxv9^4afTj)Hj>U?)7Si)3yw&j94!&4AV#enh?@5dmA27D~(3=o| m+olP$tHhqh22DMuG{8-LC@GiJ<~aa>xH+e|`~-LkpWsE%7MxuxhLnReSE)Rc&bGcFNHs3nCF z-BpsLB*(AR7GcY7lFbyUZo+y~UxBGf0XR-U-q7iNBh>mnbuXx1$)>zDw@ynf)uZCyjiuLkd znZlE{-^X(u5K#}Sd-XX0Dr&BdcI%^%{+IPvuPos?ZgcPQO~muOawX< zFS3lOt22_;%xI;FO4r<+n!GfUJh`V&qV-P)y(@m1L?^)ClT9}N_L&|OIY1BkeMrl@ zJXr%hU4@+P52JGQb+hvRVL;?}gnV@fM5~J6E$*Hg`W1ss<67dc&feaaIyj*_0_cTp zg5`ZI+rMSBK_PiO8siF=NG7?ONtdUTh`*1?wlM=u1}@q4c_V+%yO&r)GcL9Iut+wn z&TD--Fh{n#Ubvb6dFjPh{*1f+xcR8C{FaP!qrnypQ!;*NHNvXWGn2isYxB|eZVYw| z^R#aJohdukvB2YEm>R{twE{J{=oyK&?XCs6x;fvR6MHn{znukI04ykd(> z+l0{ZB*`UZc1bD!mZLZa*k7y;qw(2aA02PekPyu@_~Q8 z9@W=VP<{UyOXT}~&)Gw#IYimiffCbRWcX7&FLy2^J&if*Djx##m_3zUol04%RNyKB zUX%}P`RZ5)K~Ie#v7f(M`ZZgXYK|9atsiv71>5C2DyJJ?-??qf^!|RklH`<@HfxqgfxM(D>Lz2j0*^d}&(QUkYwWG^Ec=?9!BNKl(V1aR?KF6`A<0Xg_E-@+7&qUK zkaDkudqo2>!C179-k>;|@d+mOyXrg-c}7a+V6tR5ZVL@;EKKJy99 z?8ls!nNjKC>qKuc=a2_z|ME)IXjlUOdIe`VDw`=Oi7%X|vi;G$q|DPpk~S-Re5fht zCm#{yjAoc|9oAQjY(0~Y&bh;Q2mU+H6M_X4i_tzhwODqe$C%ogfvqQw9ZJm2hoV9; z*%_{t;cQ$*dPo0iL$rj`^s{WRvWl1tEU9oUJ5%c^J|5wfZvtE0Z_zaC4jS%KVWh4Q za#Z;i&2@3}%NVfn-%v{%gLCNN%-s(RpfWgZ9r0(t{Yi}W@%x@wabeOIPWkc(r;UmP zgMwiTHvfBy+h2=`l3nK`@t_U-+cU*_bU{-h`@-t8Xyp-q>`N4H4yCi3^RPsKjh_m{ zo*XEtBjs+&t61tK7WK>~&ttOg*6bn(B_k_5WK9feXm#X6noAc( zjZ~i5p=GPXhsD^bB8Ua4*5ND-sK(!(kl6g9_?6Up_4(4OFF@K?^UM(-N%`Cl?cv^G z4k*vFIZ6|G`ZGeEHsvHVP;knqTxV1t;`N6z8@Gcx3R4FP7yPVTVPJ%-@fQdQB4(SEY&^}tVe#kGbJ5?ofr;P&A0$M z88qPj=rOSgRMn}3{kk8DP%$}U1y+e=KA7238WRRYFy0#HF#+v=dDQUvlrm5Q?|++m zAu<41%nLKOBJ6<79?gD4H(3VMd*4Z`g~T&-BU=0YYLPD{SdQmfXj27rh%5_vPNTY( zOvLlz7SYQ0TjYN$Rl#G)>ifY6zS%D(N&^+#>xq=N{JfRcA@~$>?Dd!7vHVhSQH{2T z#o>(9a7OvAL0E&3*~)k?S5$KcGgGiv7xd{`qGbo5F`Usp{&0R4Vqa)U5-gsMpl2>> z#6QR{K zCf7QacU(!lCv)g}a7BU46G{C^!;&tTq6;*P=+qWt7MF-T>7q+2;0QM;cSC4^;bwIz zJ>Ag(-FVl<))m-VM;OY2yDpusU=>65Yp?Bwjzr=J7Nm;Om84w^4Fyp;O2@YtXsZx) z99wgkwi>38$}2KGM(ec%ORhA4zDAdr^ea;sciKHbO0Uy4>k>6g3mY<0E$SU~ILVG- zL0S@RM(a*@Sh?G*$bMzKBym-NM+umXo(3hnVuwaveNpq9y)dxQTT#qcs(`VM62qrW z(t4!Qt3g$P?UzzTV*hQ5#4l$7W;SrR(pqJG9vQdbq9V{?tpsynS6VG68%&jL6^5*F z1>z60O<)`95}T!#Oh^?!*H09|%?Lm3L?-;;aR}#UJc-Rm4qPPv8-)@pB%68GFm&roI3{250zeAi9K1rVf2Pv-Pl>qFF3s zUE(gw%4#L$BY(kD5wPwtn|k+FS}Lr}SwIHfiuO1OrZu5)!UM2yOH=p-Dyl?+6tF;3kQ54MLZe?I8`SwI|W49xq||P^4oNY zp$<(ePc%ycpukPsi-~Cbo{Zz;5OnW8e~)$Yyi__-YvO7E^Fj=PBU+FRX5={+x(I2# z_9UB080CO2nUP}<3})+hfI6|?r_vP_Y|mN;Y^jf%;zm}#=eeM=t96!iGWo^X^^m&I zT4G4%75tD45I(IsA7z%+c{qY(G$w48TCb+z8|$=k7#kO@pyRNzU~bqiDASg4(khJ1 zi@49&24(+5SOXVdSllv?2_eNp+nDgV|5_~~AftRH^_dLb^oP=xM+_==akLTvTc7YH z!)!&1{T`c**(t``oq)`g`02E&O;G{0e6OSij81YzC&&2C-O##Js}6<{vt9D#z=h_! zM1PnW$gZxD!aJza7(eH|ko4`~0E4;dE+T_iBy>6!(o0yC$r&t?#Vq49$}g^fxA4O) zFVco=Fe{MTkWK@m-SETBuM>OWK2*o8glL0Z*&ce7z0skWdL%Uv-Qtc>e|LQ2&jtj{ zh=IM}?bj3xud1(iS0YvJm%mmVT_mw9$s1ZD0~qN#zk&5oJA@8Es!zI?Ai<;w?G zP90GU6F>fA|CHidJ=LM34I>B{HND61L4xY=x5%cCHWJ?9gwONoQ6$=wg#M&U7p2dH zJdOXE5CnGaTGO6YSoq@tdMPY370~~1MNA1#mJ71ahhQDgL7O*NZqquB`cQxVC@Lju z{RuCGzZ=oA+Kq&>@;XuNh99K~{!m>bCTmz+v2`(b(0D&`KrOF6fTm4ug6bg=ImwL_ z7fINVV~ag&DNYm8F=)TCw6&AIQ+z>$MKEdP9TrENLaB&$qjTEk;m~W`iZrE^OAa#7 zPGM_(EyigR;<7gq?x0?f^o>NeKjZLnSMpck}r!K4=U?ibQX~@H0_Jd z((rTxA@cmE;fAm@nG=3e=>Cp&qDLlM`95?j)ZdKiohSTEU-FOw2vc!%3KJ~M<2b%= zabIMCb0{IUHae}M!e4yZwy}AioNk9_yllT_Z>JkoFtG1X`0tp!By?4-wO-Oj&y=Uw ZeWd2X+V{9dlLsi4tCOeWHG5IQe*tdmCp7>7 diff --git a/images/svg/apple.svg b/images/svg/apple.svg index 48595c3c..2e32c5df 100644 --- a/images/svg/apple.svg +++ b/images/svg/apple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/images/svg/dropbox.svg b/images/svg/dropbox.svg index a0d8f8aa..1e35c936 100644 --- a/images/svg/dropbox.svg +++ b/images/svg/dropbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/images/svg/twitter.svg b/images/svg/twitter.svg index b8f9f1f1..b553c68d 100644 --- a/images/svg/twitter.svg +++ b/images/svg/twitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/images/svg/ubuntu.svg b/images/svg/ubuntu.svg index 2a9cfced..7eafe9c2 100644 --- a/images/svg/ubuntu.svg +++ b/images/svg/ubuntu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/images/svg/vimeo.svg b/images/svg/vimeo.svg index 9db5afa2..90f62dfc 100644 --- a/images/svg/vimeo.svg +++ b/images/svg/vimeo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/images/svg/whatsapp.svg b/images/svg/whatsapp.svg index 91c4d72b..e777c4ca 100644 --- a/images/svg/whatsapp.svg +++ b/images/svg/whatsapp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/images/svg/windows.svg b/images/svg/windows.svg index f2103cab..51f7cf2d 100644 --- a/images/svg/windows.svg +++ b/images/svg/windows.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 0b3a4d1da8703987c6e737259a82cc9853b9b62d Mon Sep 17 00:00:00 2001 From: Erik Humphrey Date: Tue, 28 Nov 2017 03:43:22 -0500 Subject: [PATCH 11/13] Fix Google icon (#76) * Fix Google icon Fixes #57 * Update google.svg * Add tags --- images/svg/google.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/svg/google.svg b/images/svg/google.svg index 485d9407..79f678de 100644 --- a/images/svg/google.svg +++ b/images/svg/google.svg @@ -1 +1 @@ - \ No newline at end of file + From 2e4274f2c1d4c005e58cd4d951b34beeb1d94669 Mon Sep 17 00:00:00 2001 From: edent Date: Tue, 28 Nov 2017 08:44:12 +0000 Subject: [PATCH 12/13] Google correct size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33edf52b..c2fb2a5a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
859 Bytes -
247 Bytes +
802 Bytes
374 Bytes
765 Bytes
423 Bytes From f0f0e5f1e2dd0d82ea3bdc4eecb4a327a5b195e8 Mon Sep 17 00:00:00 2001 From: edent Date: Tue, 28 Nov 2017 08:49:26 +0000 Subject: [PATCH 13/13] Tumblr corners --- images/svg/tumblr.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/svg/tumblr.svg b/images/svg/tumblr.svg index 5d686424..2d8d891d 100644 --- a/images/svg/tumblr.svg +++ b/images/svg/tumblr.svg @@ -1 +1 @@ - \ No newline at end of file +