/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Icon { path: string; width: number; height: number; isDefault: boolean; } //# sourceMappingURL=Icon.d.ts.map