1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-12 01:24:42 +02:00

Add new_icons.png to gitignore. Fixed yunohost, clojure, clojurescript, and redux

This commit is contained in:
Thomas Bui
2020-10-11 22:03:23 -07:00
parent e6cb7bb3fd
commit 0757cec0a8
7 changed files with 28 additions and 10 deletions

View File

@@ -68,6 +68,7 @@ def get_svgs_paths(new_icons: List[dict], icons_folder_path: str) -> List[str]:
for font_version in icon_info["versions"]["font"]:
# if it's an alias, we don't want to make it into an icon
if is_alias(font_version, aliases):
print(f"Not exist {icon_info['name']}-{font_version}.svg")
continue
file_name = f"{icon_info['name']}-{font_version}.svg"