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) • 423 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as C } from "../template.js";
const m = ({
pathProps: t,
...o
}) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(
C,
{
d: "M6 16C6 18.2091 7.79086 20 10 20H14C16.2091 20 18 18.2091 18 16C18 13.7909 16.2091 12 14 12M18 8C18 5.79086 16.2091 4 14 4H10C7.79086 4 6 5.79086 6 8M3 12H21",
...t
}
) });
export {
m as default
};