@fluid-topics/ft-icon 1.1.40 → 1.1.42

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- An icon component for all UI usage.
1
+ An icon component.
2
2
 
3
3
  ## Install
4
4
 
@@ -20,7 +20,7 @@ function render() {
20
20
  }
21
21
  ```
22
22
 
23
- To define icon fonts:
23
+ Define icon fonts as follows:
24
24
 
25
25
  ```html
26
26
  <html>
package/build/ft-icon.js CHANGED
@@ -9,7 +9,7 @@ import { property, query, state } from "lit/decorators.js";
9
9
  import { FtLitElement } from "@fluid-topics/ft-wc-utils";
10
10
  import { unsafeHTML } from "lit/directives/unsafe-html.js";
11
11
  import { FtFileFormatIcons, FtIcons } from "./icons";
12
- import { styles } from "./ft-icon.css";
12
+ import { styles } from "./ft-icon.styles";
13
13
  import { FtIconVariants } from "./ft-icon.properties";
14
14
  class FtIcon extends FtLitElement {
15
15
  constructor() {