Commit graph

6 commits

Author SHA1 Message Date
AJ Foster bee36009dc
Update CodeSandbox logo (#7878) 2022-09-30 21:35:13 +08:00
Peter Noble 521c96fd04
Remove "icon" suffix from SVG titles (#5616) 2021-05-26 22:20:20 +02:00
Alexandre Paradis 4fc5500952
Correct CodeSandbox icon (#3784) 2020-11-12 11:35:56 +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 e050634479 Batch optimize SVGs (#1275) 2019-03-28 07:51:26 -07:00
Lucas zapico a45e356134 Codeandbox icon (#1185)
* Added CodeSandbox icon SVG
- Updated icon hex in json
- Optimized with SVGO

* moved CodeSandbox to proper alphabetical order

* Pascal case(Capitalization issue) title
- removed version
- added rule="img"
2019-02-08 11:40:41 +02:00