UNPKG

untitledui-js-base

Version:

A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion

7 lines (6 loc) 277 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as i, Path as e } from "../template.js"; const H = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(i, { ...o, children: /* @__PURE__ */ r(e, { d: "M21 10H8M21 6H4M21 14H4M21 18H8", ...t }) }); export { H as default };