import { html } from "lit"; // Locked lock icon const lockSVG = html` `; // Unlocked lock icon const unlockSVG = html` `; export { lockSVG, unlockSVG };