The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

lucidr lucidr website

hyperverse Lifecycle: stable R-CMD-check Codecov test coverage

lucidr brings the Lucide icon library to R. Embed beautiful and consistent SVG icons inline in any R web application — no external font, no CDN dependency.

Installation

pak::pak("hyperverse-r/lucidr")

Usage

library(lucidr)

# Render a single icon
lucide("house")

# Customise size, colour and stroke width
lucide("chevron-right", size = 16, color = "red", stroke_width = 1.5)

# Browse all available icons
lucide_list()
length(lucide_list())  # 1 500+ icons

Example

An interactive icon showcase is included. It displays a grid of Lucide icons served via plumber2 and htmxr:

source(system.file("examples/icons/run_api.R", package = "lucidr"))

Then open http://127.0.0.1:8080 in your browser.

Code of Conduct

Please note that the lucidr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.