# IconKey

**Kind:** Type

**Source:** [`atloria-monorepo/packages/editor/src/defaultSvgIcons.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/defaultSvgIcons.tsx#L402)

## Definition

```ts
| 'undo'
  | 'redo'
  | 'format_bold'
  | 'format_italic'
  | 'format_underlined'
  | 'code'
  | 'strikeThrough'
  | 'superscript'
  | 'subscript'
  | 'format_list_bulleted'
  | 'format_list_numbered'
  | 'format_list_checked'
  | 'format_highlight'
  | 'link'
  | 'add_photo'
  | 'table'
  | 'horizo…
```
