import { html } from "lit"; export const wbBox = html` `; export const wbGear = html` `; export const wbPlaceholderIMG = "data:image/svg+xml;charset=utf-8," + encodeURIComponent(` Image `); export const wbCloseIcon = html` close `; export const wbSearchIcon = html` search `; export const wbH1Icon = html` h1 `; export const wbH2Icon = html` h2 `; export const wbH3Icon = html` h3 `; export const wbH4Icon = html` h4 `; export const wbH5Icon = html` h5 `; export const wbH6Icon = html` h6 `; export const wbTextIcon = html` text `; export const wbImageIcon = html` image `; export const wbIconIcon = html` any-icon `; export const wbButtonIcon = html` button `; export const wbDividerIcon = html` divider-horizontal `; export const wbAudioIcon = html` audio `; export const wbLabelIcon = html` label-outline-sharp `; export const wbVideoIcon = html` video-line `; export const wbLinkIcon = html` link `; export const wbTextareaIcon = html` textarea `;