Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 435 Bytes

Segoe-Fluent-Icons-List

Python script to generate a list of Segoe Fluent Icons dictionary from Microsoft website. A live version of output Json can be found at font_list.json, or you can run main.py to generate it locally.

Data structure

[
    {
        "GlobalNavButton": "\ue700"
    },
    {
        "Wifi": "\ue701"
    },
]