1
0
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:
Peter Noble
2021-01-06 16:03:48 +00:00
committed by GitHub
parent 30d6e8d522
commit 41e7601a38
2 changed files with 2 additions and 2 deletions

View File

@ -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")