update docs

This commit is contained in:
Cory LaViska
2025-06-17 15:46:21 -04:00
parent 8761e12092
commit 06fd8715d2

View File

@@ -50,8 +50,9 @@ export default class WaIcon extends WebAwesomeElement {
/**
* The family of icons to choose from. For Font Awesome Free, valid options include `classic` and `brands`. For
* Font Awesome Pro subscribers, valid options include, `classic`, `sharp`, `duotone`, and `brands`. A valid kit code
* must be present to show pro icons via CDN. You can set `<html data-fa-kit-code="...">` to provide one.
* Font Awesome Pro subscribers, valid options include, `classic`, `sharp`, `duotone`, `sharp-duotone`, and `brands`.
* A valid kit code must be present to show pro icons via CDN. You can set `<html data-fa-kit-code="...">` to provide
* one.
*/
@property() family: string;