Icon Icons
A collection of custom Flutter icons for various use cases and themes, featuring beautiful and versatile icons.
Features
- Color-Changing Icons: Discover a set of icons that allow you to easily change their colors to match your app's design.
- Classic Icons: Explore a collection of timeless, monochromatic icons that are perfect for a clean and elegant appearance.
Getting Started
To use this package, add icon_icons
as a dependency in your pubspec.yaml
file.
dependencies:
flutter:
sdk: flutter
icon_icons: ^1.0.4 # Add the latest version
Exemple
To display a Facebook icon using the IconIcons
class, you can do the following:
import 'package:your_package_name/icon_icons.dart';
IconIcons.facebook(
height: 24.0, // Specify the height of the icon
width: 24.0, // Specify the width of the icon
);