We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c565981 commit 056aa88Copy full SHA for 056aa88
1 file changed
packages/react-icons/src/createIcon.tsx
@@ -18,9 +18,7 @@ export interface IconDefinition {
18
yOffset?: number;
19
svgClassName?: string;
20
svgPathData?: string | SVGPathObject[];
21
- /**
22
- * @deprecated Use {@link IconDefinition.svgPathData} instead.
23
- */
+ /** @deprecated Use `svgPathData` for nested definitions. */
24
svgPath?: string | SVGPathObject[];
25
}
26
0 commit comments