24 lines
458 B
Markdown
24 lines
458 B
Markdown
|
###### 5i4dHuPq
|
||
|
|
||
|
```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"
|
||
|
}
|
||
|
}
|
||
|
```
|