my_icon_package library

A comprehensive Flutter package providing 128 beautiful icons.

This package provides easy access to a custom set of icons through the MyIcons class and a convenient MyIcon widget for displaying them.

Usage

import 'package:my_icon_package/my_icon_package.dart';

MyIcon(
  MyIcons.home,
  size: 24.0,
  color: Colors.blue,
)

Classes

ColoredIcon
A widget that displays SVG icons with full color support using flutter_svg.
MyIcon
A custom icon widget that displays icons from the MyIcons font.
MyIcons
Identifiers for the icons.

Constants

packageVersion → const String
Package version information