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