@digipair/skill-web-material-icons 0.9.0 → 0.9.2

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/index.cjs.js CHANGED
@@ -1927,7 +1927,6 @@ class IconElement extends s {
1927
1927
  render() {
1928
1928
  return x`
1929
1929
  <link
1930
- id="digipair-material-icons-css"
1931
1930
  href="https://fonts.googleapis.com/icon?family=Material+Icons"
1932
1931
  rel="stylesheet"
1933
1932
  />
package/index.esm.js CHANGED
@@ -1923,7 +1923,6 @@ class IconElement extends s {
1923
1923
  render() {
1924
1924
  return x`
1925
1925
  <link
1926
- id="digipair-material-icons-css"
1927
1926
  href="https://fonts.googleapis.com/icon?family=Material+Icons"
1928
1927
  rel="stylesheet"
1929
1928
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-material-icons",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"