add icons for common brands

This commit is contained in:
Jakob Pinterits
2025-01-20 20:06:45 +01:00
parent a6fbc62935
commit c30d70cf7c
60 changed files with 236 additions and 26 deletions

View File

@@ -170,21 +170,21 @@ if __name__ == "__main__":
# Clone the material-icons repoisitory from GitHub:
#
# https://github.com/marella/material-symbols
build_icon_set(
input_files=(
PROJECT_DIR
/ "thirdparty"
/ "material-icons"
/ "thirdparty"
/ "material-symbols"
/ "svg"
/ "500"
/ "rounded"
).glob("*.svg"),
output_path=PROJECT_DIR / "material.tar.xz",
set_name="material",
limit=None,
)
# build_icon_set(
# input_files=(
# PROJECT_DIR
# / "thirdparty"
# / "material-icons"
# / "thirdparty"
# / "material-symbols"
# / "svg"
# / "500"
# / "rounded"
# ).glob("*.svg"),
# output_path=PROJECT_DIR / "material.tar.xz",
# set_name="material",
# limit=None,
# )
# Clone the bootstrap-icons repository from GitHub:
#