update docs

This commit is contained in:
Cory LaViska
2025-06-17 15:44:22 -04:00
parent b7019585a9
commit 8761e12092

View File

@@ -49,9 +49,9 @@ export default class WaIcon extends WebAwesomeElement {
@property() name?: string;
/**
* The family of icons to choose from. For Font Awesome Free (default), valid options include `classic` and `brands`.
* For Font Awesome Pro subscribers, valid options include, `classic`, `sharp`, `duotone`, and `brands`. Custom icon
* libraries may or may not use this property.
* 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.
*/
@property() family: string;