Commit Graph

554 Commits

Author SHA1 Message Date
Ben Bullock
5ff58b0f09 Size of svg.svg (#537) 2021-05-12 16:15:28 +01:00
Kroum Tzanev
a02b197647 Shrink tiktok.svg by 51 bytes. (#538)
* Update tiktok.svg

Shrink 51 bytes (484 => 433 bytes). 
The path wasn't optimized, nor the colors.

* Update README.md

Update the tiktok.svg size (433 bytes).
2021-05-12 16:14:56 +01:00
Kroum Tzanev
93d10404ba Update tiktok.svg (#532)
* Update tiktok.svg

This file is bigger by 38 bytes (446 => 484) but it avoids the use of `<!ENTITY ...>` and `<!DOCTYPE ...>` and as consequence:
- It respect the template starting with `<svg xmlns="http://www.w3.org/2000/svg" ...>`.
- This `svg` code can be integrated directly in `html`.

* Update README.md

Update the size of `tiktok.svg`.
2021-05-12 10:56:58 +01:00
Kroum Tzanev
18111a664b Update mailchimp.svg (#533)
* Update mailchimp.svg

Shrink 12 bytes (1010 => 998 bytes).

* Update README.md

Update the size of `mailchimp.svg`.
2021-05-12 10:56:43 +01:00
Kroum Tzanev
2310e4dcf6 Create sublimetext.svg (#534)
* Create sublimetext.svg

Add sublimetext.svg icon.

* Update README.md

Add text editors section with "Sublime Text" as first icon inside.
2021-05-12 10:55:25 +01:00
AnalogCyan
6af769c3ad Update Android icon to new branding (#531)
* Update Android SVG

* Update Android reference SVG

* Update android.xml

* Fixed file whitespace.

* Update Android filesize
2021-05-10 15:40:14 +01:00
TPS
a58a196e8a Shrink access.svg by 10 bytes (#515)
* Shrink access.svg by 10 bytes

Most of the heavy lifting by [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui)
- Minimize path
- Remove whitespace
- Remove ending `LF`

* Update README.md

Update decreased size for access.svg
2021-05-10 10:40:20 +01:00
TPS
e1bf7098fb Shrink adobe.svg by 1 byte (#516)
* Shrink adobe.svg by 1 byte

Per [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui), the removed `l` is unnecessary

* Update README.md

Update decreased size for adobe.svg
2021-05-10 10:39:48 +01:00
TPS
160c316a4d Shrink amazon_alexa.svg by 11 bytes (#517)
* Shrink amazon_alexa.svg by 11 bytes

Path compression by [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui).

* Update README.md

Update decreased size for amazon_alexa.svg
2021-05-10 10:39:26 +01:00
TPS
5ba3b2c489 Shrink amazon_s3.svg by 118 bytes (#518)
* Shrink amazon_s3.svg by 118 bytes

Path & whitespace optimization by [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui), then [SVGMO](https://jakearchibald.github.io/svgomg/).
_N.B.:  Notice the conversion of many `M`→ `m`.  IDK why, but I got rendering errors on multiple viewers with the uppercase versions, & the optimizers lowercased them, anyway._

* Update README.md

Update decreased size for amazon_s3.svg
2021-05-10 10:39:04 +01:00
Kroum Tzanev
c25a52c3f7 optimize freecodecamp.svg (#520)
Reduction : 1016 => 727 bytes
2021-05-10 10:38:14 +01:00
oneryx
21fb95fef8 Add elastic (#521)
* add elastic-vertical-reverse.svg

* add elastic.svg

* Update README.md

* Update index.md

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2021-05-10 10:37:40 +01:00
Zach Frohardt
63fd7d1b16 Add CSS3 logo into the repository (#525)
* initial sketch of the CSS3 logo before optimization

* first pass at optimizing paths

* removed whitespace to shrink file to final size

* added CSS3 entry to the README.md table of icons

* added the reference logo
2021-05-10 10:35:19 +01:00
Zach Frohardt
452897c2a9 Add Malt logo (#526)
* initial sketch of the logo

* first pass at centering and optimizing the icon

* Remove comments and whitespace to minimize icon size

* Updated README.md to include malt.svg

* added source reference material
2021-05-10 10:33:59 +01:00
Zach Frohardt
8cda12136a Shrink the Google Podcasts icon (#527)
* Shrank file by rearranging paths and converting to relative commands

* Updated README with new file size
2021-05-10 10:32:58 +01:00
Bram
a91c72e74c Added FreeBSD logo (#530)
* FreeBSD logo

* Fixed file extension for reference image

* Switched to official FreeBSD red
2021-05-10 10:32:31 +01:00
Ethan Chapman
8e583e7ef9 Add Overleaf (#523)
* Add overleaf SVG

* Add Overleaf to README

* Add overleaf reference svg

* Cite CoreUI for Overleaf

* Add reference comparison

* Create overleaf.xml

* Fix overleaf Android vector

* Linebreaks for readability.

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2021-02-20 15:13:39 +00:00
Daniel Ziegenberg
110f26dc9d Clarify problem with rounded corners in Android Studio (#514)
Android Studio works fine with rounded corners; it just doesn't like percentage length values (or any other values with a unit identifier). Any of the following optional unit identifiers would prevent converting SVGs to Android Vector Drawables: `("em" | "ex" | "px" | "in" | "cm" | "mm" | "pt" | "pc" | "%")`.

I used 77 as a close approximation for 15% of 512.
2021-01-04 17:23:02 +00:00
Terence Eden
94eee2ef3c Update Intercom size 2020-12-20 21:05:32 +00:00
Thomas Soler
d4fe535615 Add Intercom icon (#510)
* Add Intercom icon

* Corrected size

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-12-20 14:00:04 +00:00
Zach Frohardt
e6370939b8 Shrink the size of thisamericanlife.svg by optimizing path (#498)
* Shrink the size of thisamericanlife.svg by optimizing path

* Shrank vivino.svg by optimizing its path. Also improved the fidelity of the logo by fixing some misalignments
2020-12-12 16:11:52 +00:00
rrichy
ab26d19277 foobar2000 icon (#500)
* foobar2000 icon

my contribution :). this should be on the media category

* update on foobar2000

following the guidelines as much as i can

Co-authored-by: Richeese <rricheese@users.noreply.github.com>
2020-12-12 16:05:51 +00:00
Terence Eden
0776efcf10 Correct size for elementaryos 2020-12-12 16:00:47 +00:00
taskinoz
4a164116f3 Fixed an error in the size description of the icon (#501) 2020-12-06 20:00:19 +00:00
Brian Tremblay
f407f7686f Shrinks ubuntu.svg (#487)
* Shrinks ubuntu.svg

Uses 1 circle with stroke for main ring instead
of 2 separate circles.
Simplifies path.

* Changes fill in outer circle to none

Based on @Erwan-le-Gall improvement in #490 , this
commit changes the fill in the large `circle` from
the same color as the containing `rect` to `none`,
shaving off 3 bytes.
2020-11-26 10:48:00 +00:00
Zach Frohardt
f19d90827d Reduced size of thisamericanlife.svg (#497) 2020-11-24 20:43:08 +00:00
zfrohardt
a09d416c21 Minified microsoft.svg by using <path> elements instead of <rect> elements (#496) 2020-11-24 04:51:09 +00:00
Terence Eden
c8d8a710b2 Add Etsy
Fixes #494
2020-11-18 14:40:27 +00:00
Brian Tremblay
8313e8e5ed Adds WHATWG icon (#492) 2020-11-17 22:52:23 +00:00
Brian Tremblay
6dd17e8251 Shrinks adobe.svg (#495)
Uses z command in `path` to close shapes,
reducing size of `d` attribute.
2020-11-17 22:51:41 +00:00
Brian Tremblay
7f68c320cd Adds This American Life icon (#488)
Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-11-16 19:28:12 +00:00
Brian Tremblay
d2b7c54932 Adds C++ icon as submitted by @kareldonk (#491)
* Adds C++ icon as submitted by @kareldonk

cplusplus.svg icon created by @kareldonk and
submitted as a zip file in issue #472. Format
corrected by @btrem to match other files in repo.
Also adds reference image and updates .md files.

* Reduces cplusplus.svg size

Replaces `path` with `circle` element to make ‘C’.

* Simplifies path for plus symbols
2020-11-16 19:24:29 +00:00
edent
d244a8c967 Incorporate IMGBOT savings
Closes #485
2020-11-13 12:01:21 +00:00
edent
bedd9cf5f3 Remove leading zeros
Replace ` 0.` with ` .`
And `-0.` with `-.`
2020-11-12 14:13:19 +00:00
edent
6385167095 Remove trailing newlines 2020-11-11 17:38:19 +00:00
edent
f9e6ee9301 Removed Windows line endings from Kaggle 2020-11-11 17:12:33 +00:00
Brian Tremblay
aa4b602e9c Adds Jacobin Magazine icon (#483) 2020-11-11 16:55:12 +00:00
Terence Eden
b137865362 Used Path Editor to Shrink
Closes #478
2020-11-08 22:32:47 +00:00
Terence Eden
dbf92306e9 Update readme with Android details 2020-11-08 16:16:14 +00:00
Terence Eden
a9a6b29317 removed useless class 2020-11-08 14:51:04 +00:00
Terence Eden
33bbe35c62 Shrink Fritz Styles 2020-11-08 14:41:48 +00:00
Terence Eden
cca3754f76 Added back old Google icons 2020-11-08 13:46:49 +00:00
Terence Eden
41faaf85c2 Fix broken img src 2020-11-08 12:28:22 +00:00
Terence Eden
5eaec1bd0c Fix Google Table in README 2020-11-08 12:25:59 +00:00
Terence Eden
70a4285aea More smallification
Fixes #359
2020-11-08 12:18:48 +00:00
Terence Eden
8efae2fe87 Added keskonfai
Re #474
2020-11-08 11:57:38 +00:00
Terence Eden
e0580ede41 Samsung Internet more consistent naming
Fixes #396
2020-11-08 11:50:38 +00:00
Jonathan
06ccc4dc38 New google icons (#469)
* new google icons

* broken links in readme

* removed extra new lines breaking the table

* resolved reviews

* Updated README.md

* replaced white by #fff in google colaborative content tools

* duplicated google_collaborative_content_tools.svg into google_docs_editors.svg

* reduced rendering quirk

Co-authored-by: Jonathan Selle <jselle@greensystemes.com>
2020-11-08 11:44:47 +00:00
Jonathan
0f21dd68a1 Tests (#471)
* some basic tests

* corrected svg which didn't pass tests

* Updated apple_music.svg

* corrected offset=0

* updated README.md
2020-11-08 11:42:38 +00:00
Zak McCreery
d93875eb31 Add Element icon (#473)
* Add Element icon

* Make element icon slightly smaller

* Implement suggestions by @edent to reduce file size further

Co-authored-by: Zak McCreery <zak@zqfm.net>
2020-11-08 11:37:17 +00:00