@chakra-ui/core
Version:
Responsive and accessible React UI components built with React and Emotion
59 lines (58 loc) • 878 B
TypeScript
export type Icons =
| "copy"
| "search"
| "search-2"
| "moon"
| "sun"
| "add"
| "small-add"
| "settings"
| "check-circle"
| "lock"
| "unlock"
| "view"
| "view-off"
| "download"
| "delete"
| "repeat"
| "repeat-clock"
| "edit"
| "chevron-right"
| "chevron-left"
| "chevron-down"
| "chevron-up"
| "arrow-down"
| "arrow-forward"
| "arrow-up"
| "arrow-right"
| "arrow-back"
| "external-link"
| "link"
| "plus-square"
| "chat"
| "calendar"
| "time"
| "attachment"
| "up-down"
| "at-sign"
| "arrow-left"
| "star"
| "email"
| "phone"
| "spinner"
| "drag-handle"
| "close"
| "small-close"
| "not-allowed"
| "triangle-down"
| "triangle-up"
| "bell"
| "info-outline"
| "info"
| "question"
| "question-outline"
| "warning"
| "warning-2"
| "arrow-up-down"
| "check"
| "minus";