Cargo Features
[dependencies]
leptos_icon_gen = { version = "0.3.0", default-features = false, features = ["full", "ant_design_icons", "bootstrap_icons", "boxicons", "charm_icons", "codicons", "css_gg", "feather", "font_awesome", "heroicons", "ionicons", "lucide", "microns", "octicons", "remixicon", "simple_icons", "tabler_icons"] }
- default = full
-
The
full
feature is set by default wheneverleptos_icon_gen
is added without
somewhere in the dependency tree.default-features = false - full default = ant_design_icons, bootstrap_icons, boxicons, charm_icons, codicons, css_gg, feather, font_awesome, heroicons, ionicons, lucide, microns, octicons, remixicon, simple_icons, tabler_icons
- ant_design_icons full
-
Enables ant_design_icons of icon_sets
- bootstrap_icons full
-
Enables bootstrap_icons of icon_sets
- boxicons full
- charm_icons full
-
Enables charm_icons of icon_sets
- codicons full
- css_gg full
- feather full
- font_awesome full
-
Enables font_awesome of icon_sets
- heroicons full
- ionicons full
- lucide full
- microns full
- octicons full
- remixicon full
- simple_icons full
-
Enables simple_icons of icon_sets
- tabler_icons full
-
Enables tabler_icons of icon_sets
leptos_icon_gen has 18 features without comments.