yew-octicons

An easy interface for using Octicons in yew projects.

Example

```rust use yew::html; use yewocticons::Icon; use yewocticons::IconKind;

let code = html! { { Icon::new(IconKind::Alert) } }; ```

For a more complex example, see examples/icon-sizing.