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) • 334 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as n } from "../template.js";
const m = ({ pathProps: t, ...e }) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(
n,
{
d: "M18 4V11C18 14.3137 15.3137 17 12 17C8.68629 17 6 14.3137 6 11V4M4 21H20",
...t
}
) });
export {
m as default
};