twotone library

TwoTone style icons with dual-layer color effects.

Import this file to use only the twotone icons in your project. This reduces the compiled code size by excluding other icon styles.

Example

import 'package:amazing_icons/twotone.dart';

Icon(AmazingIconTwotone.home, size: 24, color: Colors.blue)
Icon(AmazingIconTwotone.settings, size: 24)

TwoTone icons use two font layers (foreground and background) to create a depth effect with different opacities.

Note: All font files are still included in the app bundle. This import only optimizes the Dart code compilation.

Classes

AmazingIconTwotone
TwoTone style icon fonts with customizable two-tone opacity styling.