@ngverse/icons-fa
v0.0.8
Published
this package is part of [@ngverse/icons](https://ngverse.github.io/icons/) library. It provides Font Awesome icons
Maintainers
Readme
@ngverse/icons-fa
this package is part of @ngverse/icons library. It provides Font Awesome icons
install
npm install @ngverse/icons-fa
use
// ts
import { ArrowRotateRightSolidIcon } from '@ngverse/icons-fa';
...
// html
<arrow-rotate-right-solid-icon></arrow-rotate-right-solid-icon>