8000 docs: update props description · thedigitaloctopus/coreui-react@d3dc38d · GitHub
[go: up one dir, main page]

Skip to content

Commit d3dc38d

Browse files
committed
docs: update props description
1 parent 5ded163 commit d3dc38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/coreui-icons-react/src/CIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface CIconProps extends HTMLAttributes<SVGSVGElement> {
1111
/**
1212
* Use `icon={...}` instead of
1313
*
14-
* @deprecated since version 3.0
14+
* @deprecated 3.0
1515
*/
1616
content?: string | string[]
1717
/**
@@ -29,7 +29,7 @@ export interface CIconProps extends HTMLAttributes<SVGSVGElement> {
2929
/**
3030
* Use `icon="..."` instead of
3131
*
32-
* @deprecated since version 3.0
32+
* @deprecated 3.0
3333
*/
3434
name?: string
3535
/**

0 commit comments

Comments
 (0)
0