/** Specifies the possible appearance variants of an icon. */ export type IconVariant = "outlined" | "rounded" | "sharp"; //# sourceMappingURL=IconVariant.d.ts.map