24 lines
464 B
Markdown
24 lines
464 B
Markdown
###### Dp9X2WAcI67HNM
|
|
|
|
```js
|
|
return {
|
|
fandoms: {
|
|
"diamond head": "fa-gem",
|
|
"children of bodom": "fa-scythe",
|
|
"plants vs zombies": "fa-trillium",
|
|
},
|
|
categories: {
|
|
programming: "fa-file-code",
|
|
animation: "fa-film",
|
|
drawings: "fa-pen-swirl",
|
|
zines: "fa-book-sparkles"
|
|
},
|
|
subdivisions: {
|
|
"alternate universes": "fa-planet-ringed",
|
|
writing: "fa-feather-pointed",
|
|
drawings: "fa-paintbrush-pencil",
|
|
"animated music videos": "fa-music"
|
|
}
|
|
}
|
|
```
|