0.0.8 • Published 9 months ago
@ngverse/icons-fa v0.0.8
@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>