untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
16 lines (15 loc) • 397 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as m } from "../template.js";
const H = ({
pathProps: t,
...e
}) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(
m,
{
d: "M8.5 11.5H14.5C16.7091 11.5 18.5 9.70914 18.5 7.5C18.5 5.29086 16.7091 3.5 14.5 3.5H8.5V11.5ZM8.5 11.5H6.5M13.5 15.5H6.5M8.5 4V20.5",
...t
}
) });
export {
H as default
};