@brevio/icons

```bash npm install @brevio/icons ```

Usage no npm install needed!

<script type="module">
  import brevioIcons from 'https://cdn.skypack.dev/@brevio/icons';
</script>

README

Brevio icons

npm install @brevio/icons

Publishing new version

  • Make changes to icons
  • Change version number in package.json
  • Run npm i to update package-lock.json
  • npm run build to build
  • git commit --all --message "1.2.3: description of changes"
  • npm publish --access public