## Icon

### Markup

```html
<m-icon icon="edit" @click="clicked" />
```

### Script 

```javascript
methods: {
    clicked() {
        // do something
    }
}
```

### Props

| Prop | Type | Required | Description |
|------|------|----------|-------------|
| icon | String | true | material icon name |

### Reference

- https://material.io/icons
