/** * Inline UI icons (non-brand). Brand marks live in logo.ts and are * hash-verified at runtime — these are not. * * All icons use `currentColor` so the consuming CSS colors them via tokens. */ /** Shield-with-check — consent opt-in screen header icon (prototype geometry). */ export declare const SHIELD_SVG = ""; /** Clipboard-with-check — "Só mais um passo" blocked-screen icon (prototype geometry). */ export declare const CLIPBOARD_CHECK_SVG = ""; /** Plus — "Nova conversa" header button. */ export declare const PLUS_SVG = ""; /** Magnifier — empty-chat home icon. */ export declare const SEARCH_SVG = ""; /** Arrow down — jump-to-bottom floating button in the message list. */ export declare const ARROW_DOWN_SVG = ""; /** Copy — per-answer action. */ export declare const COPY_SVG = ""; /** Check — copy-confirmed feedback state. */ export declare const CHECK_SVG = ""; /** Thumb up — per-answer feedback vote. Fill follows CSS on the voted state. */ export declare const THUMB_UP_SVG = ""; /** Thumb down — per-answer feedback vote. Fill follows CSS on the voted state. */ export declare const THUMB_DOWN_SVG = "";