import * as Icons from '@qualtrics/ui-react/icons'; /** * Serializes all QDS icons into a typed union. * Ensures that any requested icons are supported by the survey builder. * A list of available icons can be found at https://designsystem.qualtrics.com/icon */ export type SerializedQDSIcon = keyof Exclude; //# sourceMappingURL=icons.d.ts.map