Skip to content

KeepAscent/feather_icon_font

Repository files navigation

feather_icon_font

Feather Icons v4.29.2

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.

Usage

import 'package:feather_icon_font/feather_icon_font.dart';
import 'package:flutter/widgets.dart';

Icon(FeatherIcons.activity);

Optimization

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.

About

Feather icons packaged as a Flutter icon font.

Topics

Resources

License

Stars

Watchers

Forks

Contributors