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 5ded163 commit d3dc38dCopy full SHA for d3dc38d
packages/coreui-icons-react/src/CIcon.tsx
@@ -11,7 +11,7 @@ export interface CIconProps extends HTMLAttributes<SVGSVGElement> {
11
/**
12
* Use `icon={...}` instead of
13
*
14
- * @deprecated since version 3.0
+ * @deprecated 3.0
15
*/
16
content?: string | string[]
17
@@ -29,7 +29,7 @@ export interface CIconProps extends HTMLAttributes<SVGSVGElement> {
29
30
* Use `icon="..."` instead of
31
32
33
34
name?: string
35
0 commit comments