import { html, type TemplateResult } from 'lit'; export function icon(svg: TemplateResult<2>, size = 24) { return html` ${svg} `; }