![Education Advanced Logo](https://unpkg.com/@educationadvanced/eai-graphics@latest/logos/eai/svg/eai-full__color.svg)

# Education Advanced Graphics

Icons and logos used throughout Education Advance’s applications and digital environments.

## Building

This package has many pre-composited assets, like PNG and SVG icons and logos, that get distributed to a public CDN. If either `icons.js` or `icons.json` are updated (which both should be at the same time), you can run the following command to build all applicable assets:

```bash
npm run build 
```

## Endpoints

You can easily import all instances of our icons or logos into a project by hitting the following endpoint:

```js
import { icons, logos } from "https://unpkg.com/@educationadvanced/eai-graphics";
```