@fluid-topics/ft-icon 1.2.28 → 1.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ export declare class FtIcon extends FtLitElement implements FtIconProperties {
8
8
  value?: string;
9
9
  private resolvedIcon;
10
10
  private slottedContent?;
11
- protected render(): import("lit").TemplateResult<1>;
11
+ protected render(): import("lit-html").TemplateResult<1>;
12
12
  get textContent(): string;
13
13
  protected update(changedProperties: PropertyValues): void;
14
14
  private resolveIcon;