untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
13 lines (12 loc) • 399 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as d, Path as e } from "../template.js";
const H = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(d, { ...t, children: /* @__PURE__ */ r(
e,
{
d: "M6 12H14C16.2091 12 18 10.2091 18 8C18 5.79086 16.2091 4 14 4H6V12ZM6 12H15C17.2091 12 19 13.7909 19 16C19 18.2091 17.2091 20 15 20H6V12Z",
...o
}
) });
export {
H as default
};