@ngverse/icons-lu
v0.0.12
Published
this package is part of [@ngverse/icons](https://ngverse.github.io/icons/) library. It provides Lucide icons
Maintainers
Readme
@ngverse/icons-lu
this package is part of @ngverse/icons library. It provides Lucide icons
install
npm install @ngverse/icons-lu
use
// ts
import { ChevronRightIcon } from '@ngverse/icons-lu';
...
// html
<chevron-right-icon></chevron-right-icon>