ionicons 0.2.3
ionicons: ^0.2.3 copied to clipboard
Ionicons is a completely open-source icon set with 1k3+ icons crafted for web, iOS, Android, and desktop apps. They have both Material Design and iOS versions.
Ionicons #
This package includes 1357 icons of Ionicons v8.1.0. The naming convention is derived from the CSS names: kebab-case names are converted to lowerCamelCase, e.g. add-circle becomes addCircle.
Usage #
There're outline, filled, sharp icons.
import 'package:ionicons/ionicons.dart';
...
Icon(Ionicons.add)
Icon(Ionicons.addOutline)
Icon(Ionicons.addSharp)