interface Icon { template: string } export const homeIcon: Icon = { template: ` ` } export const aboutIcon: Icon = { template: ` ` } export const friendIcon: Icon = { template: ` ` } export const archiveIcon: Icon = { template: ` ` } export const accountIcon: Icon = { template: ` ` } export const writeIcon: Icon = { template: ` ` } export const closeIcon: Icon = { template: ` ` }