Skip to content

Commit 056aa88

Browse files
committed
more clean up
1 parent c565981 commit 056aa88

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/react-icons/src/createIcon.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ export interface IconDefinition {
1818
yOffset?: number;
1919
svgClassName?: string;
2020
svgPathData?: string | SVGPathObject[];
21-
/**
22-
* @deprecated Use {@link IconDefinition.svgPathData} instead.
23-
*/
21+
/** @deprecated Use `svgPathData` for nested definitions. */
2422
svgPath?: string | SVGPathObject[];
2523
}
2624

0 commit comments

Comments
 (0)