yaru_icons 0.0.2 copy "yaru_icons: ^0.0.2" to clipboard
yaru_icons: ^0.0.2 copied to clipboard

discontinuedreplaced by: yaru
outdated

Ubuntu Yaru Icon theme

Ubuntu Yaru icons for Flutter

Pub

A set of Yaru icons for your Flutter application.

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 fantasticon_flutter tool:

pub global activate fantasticon_flutter

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.