...
1. Select icon from the library `fontawesome 5`.
```ts
import { faAddressBook } from '@fortawesome/free-solid-svg-icons';
```
2. Adjust the registration of the app in the entry file.
...
...
1. Select icon from the library `fontawesome 5`.
```ts
import { faAddressBook } from '@fortawesome/free-solid-svg-icons';
```
2. Adjust the registration of the app in the entry file.
...