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

# Outline Icons

An iconset designed for the Outline editor and wiki by [Tim Van Damme](https://twitter.com/maxvoltar).

## 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';
```

## License

Outline is [BSD licensed](/blob/master/LICENSE).
