# Iconpack
![npm](https://img.shields.io/npm/dt/@asphalt-react/iconpack?style=flat-square)

Iconography for Asphalt Web. Use this library for adding icons to your projects.

## Usage

```jsx
import { Delete } from "@asphalt-react/iconpack"

export default App = () => {
  return <Delete />
}
```
