An open API service indexing awesome lists of open source software.

https://github.com/ennerperez/pictograms

Fonts based pictograms for .NET
https://github.com/ennerperez/pictograms

font fontawesome fonts glyphs icon icons ionicons linearicons pictogram pictograms

Last synced: 5 months ago
JSON representation

Fonts based pictograms for .NET

Awesome Lists containing this project

README

          

![logo](src/.editoricon.png)

# Pictograms

Introducing fonts based pictograms for .NET solutions

[![Build status](https://ci.appveyor.com/api/projects/status/kt6j6amgiphh8f04?svg=true)](https://ci.appveyor.com/project/ennerperez/pictograms)
[![NuGet](http://img.shields.io/nuget/v/System.Drawing.Pictograms.svg)](https://www.nuget.org/packages/System.Drawing.Pictograms/)

---------------------------------------

See the [changelog](CHANGELOG.md) for changes.

## Featuring
- [FontAwesome](http://fortawesome.github.io/Font-Awesome/)
- [Foundation](http://foundation.zurb.com/)
- [IonIcons](http://ionicons.com/)
- [LinearIcons](http://cms.devoffice.com/repack/packs/linearicons/)
- [Material Design](http://www.google.com/design/spec/style/icons.html#icons-system-icons)

## Table of contents

* [Implementing](#implementing)
* [Bugs and feature requests](#bugs-and-feature-requests)
* [Documentation](#documentation)
* [License](#license)

### Implementing

**Add the library to your project**

Add the [NuGet Package](https://www.nuget.org/packages/System.Drawing.Pictograms/). Right click on your project and click 'Manage NuGet Packages...'. Search for 'Pictograms' and click on install. Once installed the library will be included in your project references. (Or install it through the package manager console: PM> Install-Package System.Drawing.Pictograms)

### Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/ennerperez/System.Drawing.Pictograms/issues/new).

### Documentation

No more documentation required for now.

### License

Code released under [The MIT License](LICENSE)