MCPcopy
hub / github.com/FortAwesome/Font-Awesome / Icon

Interface Icon

js-packages/@fortawesome/fontawesome-svg-core/index.d.ts:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 readonly node: HTMLCollection;
68}
69export interface Icon extends FontawesomeObject, IconDefinition {
70 readonly type: "icon";
71}
72export interface Text extends FontawesomeObject {
73 readonly type: "text";
74}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…