import { h } from '/js/web_modules/preact.js'; import htm from '/js/web_modules/htm.js'; const html = htm.bind(h); export const CaretDownIcon = ({ className = "w-6 h-6"}) => { return html` ` }