Packages
This package adds a convenient way of using Lucide with your Phoenix and Phoenix LiveView applications. Lucide is "An open source icon library for displaying icons and symbols in digital and non-digital projects. It consists of 850+ Vector (svg) files", and is a fork of Feather Icons.
Current section
Files
Jump to
Current section
Files
priv/package.json
{
"name": "lucide_icons",
"version": "0.1.0",
"license": "BSD-3-Clause",
"dependencies": {
"lucide-static": "0.525.0"
}
}