We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acaeef commit 33f76f0Copy full SHA for 33f76f0
1 file changed
build_simple_icons.py
@@ -35,7 +35,7 @@ def get_slugs(pack_dir: str) -> dict[str, str]:
35
36
def get_icon_tints(pack_dir: str) -> dict[str, str]:
37
slugs = get_slugs(pack_dir)
38
- data_path = path.join(pack_dir, "_data", "simple-icons.json")
+ data_path = path.join(pack_dir, "data", "simple-icons.json")
39
result = {}
40
41
with open(data_path, "r") as file:
0 commit comments