import { createElement } from "../../lib/skeleton/index.js"; export const $ICON = { SAVING: createElement(`save`), LOADING: createElement(``), };