From 945e1c3f1ea0d439bcdfee1f0163b61bc8d58c5e Mon Sep 17 00:00:00 2001 From: CapacitorSet Date: Mon, 27 Nov 2017 18:22:47 +0100 Subject: [PATCH] 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 + +

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