Commit graph

7 commits

Author SHA1 Message Date
Peter Noble 521c96fd04
Remove "icon" suffix from SVG titles (#5616) 2021-05-26 22:20:20 +02:00
Alexandre Paradis 68ddc098ea
Correct PlayStation 3 icon (#3776)
* Correct PlayStation 3 icon

* Rerun linter
2020-11-13 14:32:29 +01:00
Eric Cornelissen 287317b7b6 Lint the SVG's title content (#1508)
* Add custom SVGLint rule to lint the general <title> format

i.e. the <title> should be "[ICON_NAME] icon"

* Check if there exists an entry in simple-icons.json with the icon name

... found in the <title>

* Normalize all icons <title> value

* Fix mismatch between HTML's icon title and simple-icons.json title

... due to HTML special entities (such as `&amp;`). Affected icons:

- AT&T (AT&amp;T)
- Let's Encrypt (Let&apos;s Encrypt)

* Refactor .svglintrc.js

to make the code style more in line with scripts/prepublish.js

* Add SVG with invalid <title> format

* Add SVG with unknown title

* Revert 6912816 and f002504
2019-07-03 23:33:03 +02:00
Eric Cornelissen 4b882220ef Remove aria-labelledby and ids from SVGs (#1062)
* Remove `id` and `aria-labelledby` from all SVGs

* Update SVGLint configuration

* Remove `aria-labelledby` from documentation

* Remove `aria-labelledby` from website

because why not
2018-11-06 17:10:17 +01:00
Johan Fagerberg 4294fb287b Revert "Remove padding from icons and resize to 24x24" 2017-10-09 23:37:58 +02:00
birjolaxew 1e8da55ce6
Resized icons 2017-10-09 14:23:29 +02:00
David Klebanoff f6037c60eb Added PS3 & PS4 icons. Updated Playstation color. 2017-09-21 17:49:09 -07:00