mirror of
https://github.com/rio-labs/rio.git
synced 2025-12-21 04:49:31 -06:00
add icons for common brands
This commit is contained in:
@@ -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:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user