@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 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
- npm install @honeyicons/react
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.5`).
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
@@ -19,7 +19,7 @@ var Icon = forwardRef(function Icon2({
19
19
  variant: _variant = "linear",
20
20
  size = 24,
21
21
  color = "currentColor",
22
- strokeWidth = 1.5,
22
+ strokeWidth = 1.8,
23
23
  secondaryColor,
24
24
  secondaryOpacity = 0.2,
25
25
  title,
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ var Icon = forwardRef(function Icon2({
36
36
  variant: _variant = "linear",
37
37
  size = 24,
38
38
  color = "currentColor",
39
- strokeWidth = 1.5,
39
+ strokeWidth = 1.8,
40
40
  secondaryColor,
41
41
  secondaryOpacity = 0.2,
42
42
  title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honeyicons/react",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Carefully crafted SVG icons for React, with TypeScript support.",
5
5
  "files": [
6
6
  "dist",