1 | import { arrowRight24 } from "@icommon/octicons/arrowRight24"; |
2 | import { Icommon } from "@icommon/components/Icommon"; |
3 | |
4 | <Icommon node={arrowRight24} /> |
1 | npm install @icommon/components |
2 | npm install @icommon/octicons |
1 | import { arrowRight24 } from "@icommon/octicons/arrowRight24"; |
2 | import { Icommon } from "@icommon/components/Icommon"; |
3 | |
4 | <Icommon node={arrowRight24} /> |
1 | npm install @icommon/components |
2 | npm install @icommon/octicons |