export default interface Icon {
    id: string;
    unicode: string;
}
