# @zalxon/icons

> icons for our websites

Latest version **1.0.0** (published 2023-05-18) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @zalxon/icons
pnpm add @zalxon/icons
yarn add @zalxon/icons
bun add @zalxon/icons
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2023-05-18 |
| First published | 2023-05-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 133.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | freeman-lab |
| Maintainers | halildogan |
| Keywords | icons |

## Links

- npm: https://www.npmjs.com/package/@zalxon/icons
- Repository: https://github.com/zalxon/icons
- Homepage: https://github.com/zalxon/icons#readme
- Issues: https://github.com/zalxon/icons/issues
- npm.io page: https://npm.io/package/@zalxon/icons

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2023-05-18

## README

# zalxon / icons

**icons for our websites**

[![GitHub][github-badge]][github]
[![Build Status]][actions]
![MIT License][]
![NPM Version][]

[github]: https://github.com/zalxon/emoji
[github-badge]: https://badgen.net/badge/-/github?icon=github&label
[build status]: https://github.com/zalxon/emoji/actions/workflows/main.yml/badge.svg
[actions]: https://github.com/zalxon/emoji/actions/workflows/main.yml
[mit license]: https://badgen.net/badge/license/MIT/blue
[npm version]: https://badgen.net/npm/v/@zalxon/emoji

## usage

To use, import the icon components you want into your `next` project.

```jsx
import { Check, Arrow } from '@zalxon/icons'
```

All icons are provided as SVG elements. They pair nicely with the `IconButton` component from `theme-ui` for making buttons.

For more usage examples checkout our [`design`](https://github.com/zalxon/design) sample which showcases all these components live.

## development

To update a component and publish a new version, first make your changes, then follow these steps

- Increase the version number in `package.json`
- `npm run build`
- `npm publish`

## license

All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/) licensed, but we request that you please provide attribution if reusing any of our digital content (graphics, logo, articles, etc.).

## about us

Zalxon is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [zalxon.com](https://zalxon.com/) or get in touch by [opening an issue](https://github.com/zalxon/icons/issues/new) or [sending us an email](mailto:hello@zalxon.com).

---
_Source: https://npm.io/package/@zalxon/icons · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
