File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
[ npm ] : https://www.npmjs.com/package/@coreui/icons-react
8
8
[ npm-download ] : https://img.shields.io/npm/dm/@coreui/icons-react.svg?style=flat-square
9
9
10
+ ##### docs:
11
+ https://coreui.io/react/docs/components/-Icon
12
+
10
13
##### install:
11
14
``` bash
12
15
npm install @coreui/icons
@@ -15,8 +18,8 @@ npm install @coreui/icons-react
15
18
16
19
##### import:
17
20
``` jsx
18
- import { CIcon , CIconRaw } from ' @coreui/icons-react' ;
19
- import { cifAu } from ' @coreui/icons' ;
21
+ import { CIcon } from ' @coreui/icons-react' ;
22
+ import { cifAU } from ' @coreui/icons' ;
20
23
```
21
24
or:
22
25
``` scss
@@ -30,7 +33,6 @@ class CoreUIIcons extends Component {
30
33
...
31
34
render () {
32
35
return (
33
- < CIconRaw name= ' cifAu' size= " 2xl" / >
34
36
< CIcon name= " cil-list" size= " 2xl" / >
35
37
)
36
38
}
You can’t perform that action at this time.
0 commit comments