UNPKG

878 BTypeScriptView Raw
1export type Icons =
2 | "copy"
3 | "search"
4 | "search-2"
5 | "moon"
6 | "sun"
7 | "add"
8 | "small-add"
9 | "settings"
10 | "check-circle"
11 | "lock"
12 | "unlock"
13 | "view"
14 | "view-off"
15 | "download"
16 | "delete"
17 | "repeat"
18 | "repeat-clock"
19 | "edit"
20 | "chevron-right"
21 | "chevron-left"
22 | "chevron-down"
23 | "chevron-up"
24 | "arrow-down"
25 | "arrow-forward"
26 | "arrow-up"
27 | "arrow-right"
28 | "arrow-back"
29 | "external-link"
30 | "link"
31 | "plus-square"
32 | "chat"
33 | "calendar"
34 | "time"
35 | "attachment"
36 | "up-down"
37 | "at-sign"
38 | "arrow-left"
39 | "star"
40 | "email"
41 | "phone"
42 | "spinner"
43 | "drag-handle"
44 | "close"
45 | "small-close"
46 | "not-allowed"
47 | "triangle-down"
48 | "triangle-up"
49 | "bell"
50 | "info-outline"
51 | "info"
52 | "question"
53 | "question-outline"
54 | "warning"
55 | "warning-2"
56 | "arrow-up-down"
57 | "check"
58 | "minus";