Single-color glyph icon, linked from the Lucide CDN and recolored via CSS mask (see readme Iconography -- the source has no icon font/sprite of its own).

```jsx
<Icon name="wrench" size={20} color="var(--periwinkle-500)" />
```

Color defaults to currentColor so it inherits surrounding text color. Any Lucide (lucide.dev) icon name works.
