import { html } from 'lit';
export const SmallFrameNavigatorIcon = html``;
export const SettingsIcon = html`
`;
export const BlockPreviewIcon = html``;
export const SmallTextIcon = html``;
export const SmallHeading1Icon = html``;
export const SmallHeading2Icon = html``;
export const SmallHeading3Icon = html``;
export const SmallHeading4Icon = html``;
export const SmallHeading5Icon = html``;
export const SmallHeading6Icon = html``;
export const SmallCodeBlockIcon = html``;
export const SmallQuoteBlockIcon = html``;
export const SmallNumberListIcon = html``;
export const SmallBulletListIcon = html``;
export const SmallTodoIcon = html``;
export const SmallBookmarkIcon = html``;
export const SmallImageIcon = html``;
export const SmallDatabaseTableIcon = html``;
export const SmallDatabaseKanbanIcon = html``;
export const SmallAttachmentIcon = html``;
export const SmallLinkedDocIcon = html``;
export const SmallDeleteIcon = html``;
export const SortingIcon = html``;
export const ArrowLeftIcon = html` `;
export const ArrowJumpIcon = html` `;
export const HiddenIcon = html``;
export const SmallArrowDownIcon = html``;
export const SmallCloseIcon = html``;
export const TocIcon = html`
`;