kmbal_ionicons 1.0.0
kmbal_ionicons: ^1.0.0 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 is a fork of the ionicons package. It includes the icons from Ionicons v7.4.0. The naming convention is the same as the CSS names, all dashes replaced with underscores.
Usage #
import 'package:kmbal_ionicons/kmbal_ionicons.dart';
// ...
Icon(Ionicons.add)
Icon(Ionicons.add_outline)
Icon(Ionicons.add_sharp)
copied to clipboard