You've already forked simple-icons
mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-07-12 22:21:23 +02:00
Remove Degree Symbol in Filenames (#4638)
This commit is contained in:
@ -12,7 +12,7 @@ module.exports = {
|
||||
.replace(/^&/, "and-")
|
||||
.replace(/&$/, "-and")
|
||||
.replace(/&/g, "-and-")
|
||||
.replace(/[ !:’']/g, "")
|
||||
.replace(/[ !:’'°]/g, "")
|
||||
.replace(/à|á|â|ã|ä/g, "a")
|
||||
.replace(/ç|č|ć/g, "c")
|
||||
.replace(/è|é|ê|ë/g, "e")
|
||||
|
Reference in New Issue
Block a user