Change Backend Icons of block links

Can someone tell me where the icons of the first block links where set?
And whats the best way to set other icons?

containers/HomePage/index.js

{FIRST_BLOCK_LINKS.map((data, index) => {
const type = index === 0 ? 'doc' : 'code' ;