项目作者: ilikerobots

项目描述 :
Flutter icon set generator
高级语言: JavaScript
项目地址: git://github.com/ilikerobots/polyicon.git
创建时间: 2016-09-07T13:52:00Z
项目社区:https://github.com/ilikerobots/polyicon

开源协议:MIT License

下载


FlutterIcon - Flutter icons creator

Build Status

website: fluttericon.com, help: wiki

FlutterIcon is a web-based generator of Flutter icon font elements.
Customized icon fonts can be produced from not only Material Design Icons,
but more than a dozen other open source webfonts as well, or by uploading
your own svg art.

Pre-made Flutter package

To aid in development, there is a pre-made Fluttericon package containing all the Fluttericon fonts (except Material).
Note this should not be used in production due to its large size. Instead, this package is intended as an aid to quickly test icons styles.

Issues

Please report all issues on the GitHub issue tracker
including request for additional fonts.

API Mode

To be documented.

The quick answer is to use fontello-cli
and set the --host option to fluttericon.com. Example to download a font:

  1. ./fontello-cli --config ~/Downloads/config.json --host https://fluttericon.com install

Authors

Fontello

This project is a fork of Fontello, a great product for producing
webfonts. The authors of that project declined a Pull Request to
support generation of polymer iconsets directly in Fontello, so
PolyIcon was spun off to handle that task exclusively. I didn’t
bother asking about Flutter icons. ;)

Many thanks to the authors of Fontello for their excellent work.

License

FlutterIcon’s code (all files, except fonts) is distributed under MIT license. See
LICENSE file for details.

Embedded fonts are distributed under their primary licenses (SIL OFL / CC BY / CC BY-SA, Apache 2.0).
See fonts info on FlutterIcon.com for credits & links to homepages. This info is also
included in generated font archives for your convenience (see LICENSE.txt file).

Generated fonts are intended for web or app usage, and should not be
considered/distributed as independent artwork.

Crediting FlutterIcon is not required.