diff --git a/modules/rpubs/components/folk-pubs-editor.ts b/modules/rpubs/components/folk-pubs-editor.ts index 61495b5..3274454 100644 --- a/modules/rpubs/components/folk-pubs-editor.ts +++ b/modules/rpubs/components/folk-pubs-editor.ts @@ -64,6 +64,14 @@ These ideas matter because they challenge the assumption that only private owner const SYNC_DEBOUNCE_MS = 800; +// ── SVG Icons ── +const SVG_CHECK = ``; +const SVG_ARROW_RIGHT = ``; +const SVG_ARROW_LEFT = ``; +const SVG_EXPAND = ``; +const SVG_DOWNLOAD = ``; +const SVG_SPINNER = ``; + export class FolkPubsEditor extends HTMLElement { private _formats: BookFormat[] = []; private _spaceSlug = "personal"; @@ -451,18 +459,18 @@ export class FolkPubsEditor extends HTMLElement {