@mateosuarezdev/react-ui 1.0.61 → 1.0.62
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -398,7 +398,7 @@ declare interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
|
398
398
|
/** Stroke width for outlined icons (default: 2) */
|
|
399
399
|
strokeWidth?: number;
|
|
400
400
|
/** SVG viewBox attribute defining the coordinate system (default: "0 0 24 24") */
|
|
401
|
-
viewBox?: "0 0 24 24" | "0 0 48 48" | "0 0 512 512";
|
|
401
|
+
viewBox?: "0 0 16 16" | "0 0 24 24" | "0 0 48 48" | "0 0 512 512";
|
|
402
402
|
/** CSS class names for styling */
|
|
403
403
|
className?: string;
|
|
404
404
|
/** SVG elements (paths, circles, etc.) that define the icon shape */
|