/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Icon { id: number; name: string; url16: string; url48: string; } //# sourceMappingURL=Icon.d.ts.map