UNPKG

@funidata/ngx-fudis

Version:

Funidata Design System.

7 lines (6 loc) 1.71 kB
export declare const fudisIconArray: readonly ["achievement", "achievement-small", "alert", "alert-fill", "alert-small", "archive", "arrow-big", "arrow-dashed", "arrow-solid", "back", "brochure", "bullets", "calendar", "change-log", "check", "check-indeterminate-small", "check-small", "checkmark-circle", "chevron", "chevron-ring", "chevron-ring-fill", "clock", "close", "close-big", "code", "decrease-indent", "delete", "dot", "edit", "editor", "exclamation-mark-circle", "exclamation-mark-circle-fill", "exclamation-mark-circle-small", "eye", "eye-blind", "fail", "hourglass", "increase-indent", "info", "info-circle", "info-circle-fill", "info-circle-small", "junction", "link", "list-add", "list-minus", "lock", "lock-open", "magic-wand", "mail", "menu", "message", "minus", "minus-ring-fill", "new-tab", "notebook", "notification", "numbering", "paperclip", "pdf", "people", "person", "person-small", "picker", "pin-small", "place", "place-ring-fill", "plus", "print", "question-mark", "question-mark-small", "required", "ring-close", "ring-close-fill", "ring-plus", "ring-plus-fill", "rosette", "rule", "search", "seats", "settings", "shopping-cart", "sorter", "star", "switch", "three-dots", "three-dots-small", "waiting-approval", "waiting-decline", "zoom-in", "zoom-out"]; export type FudisIcon = (typeof fudisIconArray)[number]; export declare const fudisIconColorArray: readonly ["yellow", "red", "gray-dark", "gray-light", "primary", "primary-dark", "green", "white"]; export type FudisIconColor = (typeof fudisIconColorArray)[number]; export declare const fudisIconRotateArray: readonly ["flip-180", "cw-90", "ccw-90", "none"]; export type FudisIconRotate = (typeof fudisIconRotateArray)[number];