# @ptlm-azulejo/icons

> Azulejo icon font — SVG sources compiled to a WOFF2 font with CSS classes (`az az-`).

Latest version **0.2.0** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ptlm-azulejo/icons
pnpm add @ptlm-azulejo/icons
yarn add @ptlm-azulejo/icons
bun add @ptlm-azulejo/icons
```

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2026-09-24 |
| First published | 2026-06-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 84.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | engineer.devops |

## Links

- npm: https://www.npmjs.com/package/@ptlm-azulejo/icons
- npm.io page: https://npm.io/package/@ptlm-azulejo/icons

## Recent versions

- 0.2.0 (latest) — 2026-09-24
- 0.2.0-alpha.277 (alpha) — 2026-09-24
- 0.1.0-alpha.280 — 2026-09-24
- 0.1.0-alpha.279 — 2026-09-24
- 0.1.0-alpha.278 — 2026-09-24
- 0.1.0-alpha.276 — 2026-09-24
- 0.1.0-alpha.275 — 2026-09-24
- 0.1.0-alpha.274 — 2026-09-24
- 1.0.0-alpha.6 — 2026-06-29

## README

# Icons

Azulejo icon font — SVG sources under `src/svg/` compiled to a WOFF2 font with
CSS classes (`az az-<name>`).

## Installation

```bash
npm install @ptlm-azulejo/icons
# or
yarn add @ptlm-azulejo/icons
```

## Styles

```js
import '@ptlm-azulejo/icons/style.css'
```

## Basic usage

```html
<span class="az az-ui-chevron-down" aria-hidden="true"></span>
```

- **Size** with `font-size` or Tailwind `text-*`
- **Color** with `color` / `text-*` (the glyph inherits `currentColor`)
- Decorative icons should set `aria-hidden="true"` — the accessible name comes
  from the control that owns them

## Exports

| Export | Path                             | Description                            |
| ------ | -------------------------------- | -------------------------------------- |
| CSS    | `@ptlm-azulejo/icons/style.css`  | `@font-face` + `.az` / `.az-*` classes |
| JSON   | `@ptlm-azulejo/icons/icons.json` | Name → codepoint map                   |

## Build

```bash
yarn turbo run build --filter=@ptlm-azulejo/icons
```

`fantasticon` (Node ≥ 22) turns `src/svg/**/*.svg` into `dist/azulejo-icons.{woff2,css,json}`.
Path names become class names (`ui/chevron/down.svg` → `az-ui-chevron-down`).

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