Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 684 Bytes

File metadata and controls

33 lines (29 loc) · 684 Bytes
title Icons
icon image

Icons {subtitle="Start using icons"}

One more reason is a rich icons library possibilities.

Iconify Icons [toc]

{
  "theme": {
    "icons": {
      "library": [
        "lucide", 
        {
          "name": "./icons/custom-icons.json", 
        },
        {
          "name": "https://example.com/icons.json" 
        }
      ]
    }
  }
}

Render Icon [toc]

 

You can use :icon{name="lucide:image" size=16} on markdown page.