Cargo Features

[dependencies]
nerd_font = { version = "0.2.5", default-features = false, features = ["svg-preview", "iced"] }
default = svg-preview

The svg-preview feature is set by default whenever nerd_font is added without default-features = false somewhere in the dependency tree.

svg-preview default

Enables extended-svg of font-map and font-map-core

iced

Enables iced

Affects nerd_font::IcedExt