Skip to content

sakiodre/vsicon

Repository files navigation

vsicon - unofficial VS2022 Font Icon

Available for download in Releases. Demo at https://sakiodre.github.io/vsicon/.

Usage

To use in webpages:

<link rel="stylesheet" type="text/css" href="vsicon.css"/>
<i class="vsicon vsicon-Debug"></i>

Icon source

The icon pack is available for download on Microsoft website, and licensed under MICROSOFT SOFTWARE LICENSE TERMS.

Build instruction

  1. Install nanoemoji either via git or pypi: pip install nanoemoji
  2. Downgrade skia-pathops to 0.7.4 (see why): pip install skia-pathops==0.7.4
  3. Run python build.py