@react-md/material-icons 7.0.5 → 7.0.6
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 +5 -10
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @react-md/material-icons
|
|
2
2
|
|
|
3
|
-
This package converts each [material icon]
|
|
3
|
+
This package converts each [material icon] into a `React` component as inline SVG icons.
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
@@ -8,22 +8,16 @@ Check out the [documentation site] to see all the available icons and in-depth u
|
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
|
-
With [npm]:
|
|
12
|
-
|
|
13
11
|
```sh
|
|
14
12
|
npm install --save @react-md/core @react-md/material-icons
|
|
15
13
|
```
|
|
16
14
|
|
|
17
|
-
With [pnpm]:
|
|
18
|
-
|
|
19
15
|
```sh
|
|
20
|
-
|
|
16
|
+
yarn add @react-md/core @react-md/material-icons
|
|
21
17
|
```
|
|
22
18
|
|
|
23
|
-
With [yarn]:
|
|
24
|
-
|
|
25
19
|
```sh
|
|
26
|
-
|
|
20
|
+
pnpm add @react-md/core @react-md/material-icons
|
|
27
21
|
```
|
|
28
22
|
|
|
29
23
|
## Add base styles
|
|
@@ -79,4 +73,5 @@ function Example() {
|
|
|
79
73
|
}
|
|
80
74
|
```
|
|
81
75
|
|
|
82
|
-
[
|
|
76
|
+
[material icon]: https://fonts.google.com/icons?icon.set=Material+Icons
|
|
77
|
+
[documentation site]: https://react-md.dev/components/material-icons-and-symbols
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-md/material-icons",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.6",
|
|
4
4
|
"description": "Material Design Icon components for react-md",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"cnbuilder": "^3.1.0",
|
|
32
|
-
"@react-md/core": "7.0.
|
|
32
|
+
"@react-md/core": "7.0.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@swc/core": "^1.15.
|
|
35
|
+
"@swc/core": "^1.15.33",
|
|
36
36
|
"@types/lodash": "^4.17.24",
|
|
37
37
|
"@types/node": "^24.12.2",
|
|
38
38
|
"@types/react": "^19.2.14",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"lodash": "^4.18.1",
|
|
43
43
|
"prettier": "^3.8.3",
|
|
44
44
|
"pretty-ms": "^9.3.0",
|
|
45
|
-
"react": "^19.2.
|
|
45
|
+
"react": "^19.2.6",
|
|
46
46
|
"svgo": "^4.0.1",
|
|
47
47
|
"typescript": "npm:@typescript/typescript6@^6.0.0",
|
|
48
48
|
"@react-md/eslint-config": "1.0.0"
|