Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 2.46 KB

File metadata and controls

44 lines (35 loc) · 2.46 KB

Icon Usage

The following code is the default usage of a Icon out of an external library.

Icon(
  imageVector = IconLibrary.IconName,
  contentDescription = "",
)

The following code is the default usage of a IconButton out of an external library.

IconButton(
  onClick{
    //Code here
  }
  imageVector = IconLibrary.IconName,
  contentDescription = "",
)

Choose the right Icon

At first choose your icon out of one of the following librarys by clicking on the name and browsing through the site. Afterwords you go to the docs site in the same grid and search for the Icon. Copy the In Code and paste it in your code.

Icon Packs

Icon pack Icon Version Dependency All Icons Docs
Simple-Icons 4.14.0 simple-icons docs
Feather 4.28.0 feather docs
Tabler Icons 1.39.1 tabler-icons docs
Eva Icons 1.1.3 eva-icons docs
Font Awesome 5.15.2 font-awesome docs
Octicons 12.1.0 octicons docs
Linea 1.0 linea docs
Line Awesome 1.3.0 (a60f113) line-awesome docs
Weather Icons by Erik Flowers 2.0.12 erikflowers-weather-icons docs
css.gg 2.0.0 css-gg docs