Ubuntu Yaru icons for Flutter

Pub

A set of Yaru icons for your Flutter application.

For an overview of all availables icons, please look at the web Example GitHub Page

example

Usage

import 'package:yaru_icons/widgets/yaru_icons.dart';

...

Icon(YaruIcons.folder)

Contributing

To work on the icons and then build the font, you need to install the icon_font_generator tool:

dart pub global activate -sgit https://github.com/Jupi007/icon_font_generator.git --git-ref yaru

Source SVGs files are located inside ./icons. The final icon name is determined by subfolder_name + icon_name (Ex: icons/mimetype/text-plain.svg will be named mimetype_text_plain).

After modifying or adding icons, you must run the build script, which will generate the icon font:

./build-icons.sh

Copying or Reusing

This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).

The icon assets (any and all source .svg files or rendered .ttf font) are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 License.

Included scripts are free software licensed under the terms of the GNU General Public License, version 3.

Libraries

yaru_icons