import { html } from "lit";
export const wbBox = html` `;
export const wbGear = html``;
export const wbPlaceholderIMG =
"data:image/svg+xml;charset=utf-8," +
encodeURIComponent(`
`);
export const wbCloseIcon = html` `;
export const wbSearchIcon = html` `;
export const wbH1Icon = html``;
export const wbH2Icon = html` `;
export const wbH3Icon = html``;
export const wbH4Icon = html` `;
export const wbH5Icon = html` `;
export const wbH6Icon = html``;
export const wbTextIcon = html`
`;
export const wbImageIcon = html` `;
export const wbIconIcon = html` `;
export const wbButtonIcon = html` `;
export const wbDividerIcon = html` `;
export const wbAudioIcon = html` `;
export const wbLabelIcon = html``;
export const wbVideoIcon = html` `;
export const wbLinkIcon = html``;
export const wbTextareaIcon = html``;