Feather icons packaged as a Flutter icon font.
Note: the .ttf is generated using a simple reproducible flow, ensuring we can maintain and keep the package up-to-date.
import 'package:feather_icon_font/feather_icon_font.dart';
import 'package:flutter/widgets.dart';
Icon(FeatherIcons.activity);This package uses a font-based icon set, not bundled raw SVG assets. In release builds, Flutter can tree-shake unused icon glyphs to help reduce final artifact size.