/**
# icon components usage #

```html
  <span class="with-icon">
    <svg class="icon">
      <use href="/images/sprite.svg#check-view"></use>
    </svg>
    Close
  </span>
```
 */

/*
