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

https://github.com/outline/outline-icons

An iconset designed for the team knowledgebase Outline, but open to all.
https://github.com/outline/outline-icons

icons javascript react

Last synced: 15 days ago
JSON representation

An iconset designed for the team knowledgebase Outline, but open to all.

Awesome Lists containing this project

README

        

![Outline Icons Hero](/src/outline-icons-hero.png)

# Outline Icons

An iconset designed for the Outline knowledge base by [Tim Van Damme](https://twitter.com/maxvoltar) and [Tom Moor](https://twitter.com/tommoor).

## Usage

All icons are exported as React components from the root, simply look in the directory for available icons https://github.com/outline/outline-icons/tree/master/src/components and import like so:

```javascript
import { UserIcon } from "outline-icons";
```

## Preview

Storybook is included for previewing icons, just run `yarn start`.

## License

Outline is [BSD licensed](https://github.com/outline/outline-icons/blob/master/LICENSE).