Commit Graph

738 Commits

Author SHA1 Message Date
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
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
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
Pavel Nikulin
d973055111 Samsung swoop 935B 2020-10-21 12:33:00 +06:00
Jonathan Gilbert
26f6d8c33a Added samsung_swoop.svg to README.md and reference/index.md. 2020-10-20 06:41:27 -05:00
Jonathan Gilbert
7a987a3899 Add Samsung logo (SVG) (#454)
* Added samsung_s.svg, samsung_swoop.svg and samsung.svg.

* Added Samsung icon to README.md.
Added reference image to images/reference/samsung.svg and updated images/reference/index.md correspondingly.

* Reduced the size of samsung_swoop.svg by 73 bytes.

* Added samsung_s.svg to README.txt and reference/index.md.
Removed samsung_swoop.svg.
2020-10-20 12:35:09 +01:00
Jonathan Gilbert
afe048d414 Add Fritz! logo (SVG) (#457)
* Added fritz.svg.
Added Fritz! icon to README.md.
Added reference image to images/reference/Fritz!.svg and updated images/reference/index.md correspondingly.

* Eliminated 2 extra bytes from fritz.svg and updated README.md correspondingly.

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-10-20 11:28:17 +01:00
Jonathan Gilbert
7ff4662d42 Add Friendica logo (SVG) (#456)
* Added friendica.svg.

* Added Friendica icon to README.md.
Added reference image to images/reference/friendica.png and updated images/reference/index.md correspondingly.

* Eliminated 11 extra bytes from fritz.svg and updated README.md correspondingly.

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-10-20 11:27:28 +01:00
Jonathan Gilbert
38420ad4a6 Add Wireguard logo (SVG) (#455)
* Added wireguard.svg.

* Added WireGuard icon to README.md.
Added reference image to images/reference/wireguard.svg and updated images/reference/index.md correspondingly.

* Corrected the Aria label for wireguard.svg. This added 5 bytes to the size; updated README.md correspondingly.

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-10-20 11:26:26 +01:00
Ronan D'Souza
c26cbd5d81 Issue #449 - Add freeCodeCamp Icon (#450)
* Added freeCodeCamp SVG

* Updated readme and references
2020-10-20 10:38:13 +01:00
Anna
8adde8abf2 Fix for broken image link for itch.io icon (#453)
* Fix for broken image link for itch.io icon

- On the GitHub page the itch.io icon was showing a broken link as the
src href was the repo relative link and should be the full url
- Updated to full url
- Fixes issue #452

* Fixed other missing images

- Jellyfish, Gandi and Humble Bundle
- Also added full url to MacOs, Debian and Mint
2020-10-18 19:39:01 +01:00
Tobias Thaden
7409198941 Add teamspeak (#448)
* Create teamspeak.svg

* Update teamspeak.svg

* Fix color

* Update teamspeak.svg

* Update README.md
2020-10-15 12:57:23 +01:00
Brian Tremblay
4e0249ee24 Makes WhatsApp icon even smaller (#447)
Uses a simpler path for the speech bubble, with
the white border defined by the stroke attribute,
and the inside green part done a standard fill.

Also changes the fill color to match WhatsApp’s
brand guide.

Final size: current version: 589 bytes
My update: 484 bytes
2020-10-10 22:35:32 +01:00
David Sima
3d53f9a5d2 Humble Bundle icon (#444)
* Added Humble Bundle icon

* Fixed logo

* Changed position to fit inside the circle

* Fixed logo size and name

* Updated size

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-10-09 21:00:25 +01:00
Terence Eden
c8f75241e6 Dev To filesize change
From #446
2020-10-08 22:36:40 +01:00
Adam Vernon
553e1186ce KeePassDX icon: fix typos in IDs (#445) 2020-10-08 22:34:39 +01:00