8000 Merge branch 'master' of https://github.com/coreui/coreui-icons-react · coreui/coreui-icons-react@32f1fc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32f1fc7

Browse files
committed
2 parents e76bf2e + 95b3405 commit 32f1fc7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
< 3AAA td data-grid-cell-id="diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5-36-38-2" data-line-anchor="diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R38" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
}
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[npm]: https://www.npmjs.com/package/@coreui/icons-react
88
[npm-download]: https://img.shields.io/npm/dm/@coreui/icons-react.svg?style=flat-square
99

10+
##### docs:
11+
https://coreui.io/react/docs/components/-Icon
12+
1013
##### install:
1114
```bash
1215
npm install @coreui/icons
@@ -15,8 +18,8 @@ npm install @coreui/icons-react
1518

1619
##### import:
1720
```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';
2023
```
2124
or:
2225
```scss
@@ -30,7 +33,6 @@ class CoreUIIcons extends Component {
3033
...
3134
render() {
3235
return (
33-
<CIconRaw name='cifAu' size="2xl"/>
3436
<CIcon name="cil-list" size="2xl"/>
3537
)
3638

0 commit comments

Comments
 (0)
0