vidstack
Version:
Build awesome media experiences on the web.
9 lines (6 loc) • 414 B
JavaScript
import { $$_ssr, $$_attr, $$_inject_html } from 'maverick.js/ssr';
const $$_templ = ['<!$><svg viewBox="0 0 32 32" fill="none" aria-hidden="true" focusable="false" data-media-icon="true"', "", "", ">", "</svg>"];
function Icon({ slot, part, paths, rotate }) {
return $$_ssr($$_templ, $$_attr("data-rotate", rotate), $$_attr("slot", slot), $$_attr("part", part), $$_inject_html(paths));
}
export { Icon as I };