@honeyicons/react 0.0.2 → 0.0.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 -2
- package/dist/catalog.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
SVG icons for React with TypeScript support, a 24-unit grid, and theme-aware colors.
|
|
4
4
|
|
|
5
5
|
```sh
|
|
6
|
-
|
|
6
|
+
pnpm add @honeyicons/react
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
```tsx
|
|
@@ -20,7 +20,7 @@ export function Toolbar() {
|
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
Requires React 18 or later. Icons accept SVG props, `size` (default `24`),
|
|
23
|
-
`color` (default `currentColor`), and `strokeWidth` (default `1.
|
|
23
|
+
`color` (default `currentColor`), and `strokeWidth` (default `1.8`).
|
|
24
24
|
Use `title`, `aria-label`, or `aria-labelledby` to give an icon an accessible
|
|
25
25
|
name. Icons without a name are decorative by default. Explicit `role` and
|
|
26
26
|
`aria-hidden` props override these defaults.
|
package/dist/catalog.js
CHANGED
package/dist/index.js
CHANGED