@m3e/icon 1.0.0-rc.1 → 1.0.0-rc.3
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 +2 -6
- package/dist/custom-elements.json +2541 -3
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +5 -2
- package/dist/index.min.js.map +1 -1
- package/dist/src/IconElement.d.ts +0 -1
- package/dist/src/IconElement.d.ts.map +1 -1
- package/package.json +3 -3
- package/cem.config.mjs +0 -16
- package/eslint.config.mjs +0 -13
- package/rollup.config.js +0 -32
- package/src/IconElement.ts +0 -163
- package/src/IconGrade.ts +0 -2
- package/src/IconVariant.ts +0 -2
- package/src/index.ts +0 -3
- package/tsconfig.json +0 -9
package/README.md
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
your user's browser support variable fonts.
|
|
2
|
-
|
|
3
1
|
# @m3e/icon
|
|
4
2
|
|
|
5
3
|
The `m3e-icon` component makes it easy to use Material Symbols in your application. It supports outlined, rounded, and sharp variants, as well as variable font features like fill, weight, grade, and optical size. For more information, see the [Material Symbol Guide](https://developers.google.com/fonts/docs/material_symbols) and [Material Symbol Library](https://fonts.google.com/icons).
|
|
6
4
|
|
|
7
5
|
The Material Symbols font is the easiest way to incorporate Material Symbols into your application. Using the [Fonts CSS API](https://developers.google.com/fonts/docs/css2#forming_api_urls), you can use variable fonts to optimize icon
|
|
8
|
-
usage within your application. See [Can I Use's Variable Fonts](https://caniuse.com/variable-fonts) to determine whether
|
|
9
|
-
your user's browser support variable fonts.
|
|
6
|
+
usage within your application. See [Can I Use's Variable Fonts](https://caniuse.com/variable-fonts) to determine whether your user's browser support variable fonts.
|
|
10
7
|
|
|
11
|
-
> **
|
|
12
|
-
> This package is maintained within the unified M3E repository, which provides a suite of Material 3 web components.
|
|
8
|
+
> **This package is part of [M3E](https://github.com/matraic/m3e) monorepo**, a unified suite of Material 3 web components. [Explore the docs](https://matraic.github.io/m3e) to see them in action.
|
|
13
9
|
|
|
14
10
|
## 📦 Installation
|
|
15
11
|
|