* 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
* 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
* 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
* 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
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.
* 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
* 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>
* 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.
* 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
* 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>
* 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>