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
lucide_icons priv package-lock.json
Raw

priv/package-lock.json

{
"name": "lucide_icons",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lucide_icons",
"version": "0.1.0",
"license": "BSD-3-Clause",
"dependencies": {
"lucide-static": "1.22.0"
}
},
"node_modules/lucide-static": {
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-1.22.0.tgz",
"integrity": "sha512-xJ1V0cJLZtgnyoD7Cqvj8B48se3JI/YcC2XyNQ9sVoK7eb74JdYL9rHuWJiPGYo6dcj8K/Yrx74XrjJAA3t/Dw==",
"license": "ISC"
}
}
}