import { svg } from 'lit'; import { icon } from './utils.js'; const TagsSVG = svg``; export const TagsIcon = icon(TagsSVG, 16);