Commit Graph

1020 Commits

Author SHA1 Message Date
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
dependabot[bot]
493a68a3b8 Bump y18n from 4.0.0 to 4.0.1 (#524)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 10:34:27 +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
Terence Eden
8eae1927b5 Stop iTunes id conflict 2020-12-12 18:01:16 +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
Kroum Tzanev
9b0d7abf6d Update elementaryos.svg (767 Bytes => 477 bytes) (#499)
* Update elementaryos.svg (767 Bytes => 477 bytes)

Use circle and simplified path.

* Update elementaryos.svg (767 Bytes => 458 bytes)

Respecting CONTRIBUTING files (I hope).

* Correct `aria-label` : Update elementaryos.svg (767 Bytes => 466 bytes)
2020-12-12 15:59:36 +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
625f133cb2 0.4.0 2020-11-08 16:21:51 +00:00
Terence Eden
026bca6bd6 bump npm 2020-11-08 16:21:49 +00:00
Terence Eden
1976cfbb64 bump npm 2020-11-08 16:18:17 +00:00
Terence Eden
dbf92306e9 Update readme with Android details 2020-11-08 16:16:14 +00:00
Terence Eden
07c1acd9ee Regenerated Android Drawables
Rust and Safari not working, so not updated
2020-11-08 16:06:57 +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
setop
d166e5f19d Create keskonfai.svg (#474)
* Create keskonfai.svg

* Remove whitespace

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-11-08 11:36:22 +00:00
Ronan D'Souza
4af9f7d239 Issue #461 - Add Codeberg Icon (#467)
* Add Codeberg SVG

* Update readme and references

* Simply transform and update SVG size

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-10-28 08:51:02 +00:00
Jonathan
f355a32687 Coinpot (#470)
* added coinpot logo

* broken link in readme
2020-10-28 08:49:54 +00:00
Alasdair Lomas
6bd56302fd Update twitter.svg (#468)
Changed hex to match blue in twitter brand guidelines: https://about.twitter.com/content/dam/about-twitter/company/brand-resources/en_us/Twitter_Brand_Guidelines_V2_0.pdf
2020-10-26 12:29:40 +00:00
Ronan D'Souza
cb10c5d797 Issue #462 - Add Svelte Icon (#465)
* Add Svelte SVG

* Update readme and references
2020-10-21 21:51:11 +01:00