Skip to content

Commit

Permalink
Adding md file and modified generate_icons_md python file.
Browse files Browse the repository at this point in the history
  • Loading branch information
willchavez committed Sep 27, 2024
1 parent 44bc150 commit f4c26c5
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate_icons_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ def write_file(icons_md, weight_type):

with open("icons_light.md", "w") as icons_light_md:
write_file(icons_light_md, "light")

with open("icons_color.md", "w") as icons_light_md:
write_file(icons_light_md, "color")
Loading

0 comments on commit f4c26c5

Please sign in to comment.