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) • 449 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as C, Path as e } from "../template.js";
const m = ({
pathProps: o,
...t
}) => /* @__PURE__ */ r(C, { ...t, children: /* @__PURE__ */ r(
e,
{
d: "M20 12V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V12M12 17C9.79086 17 8 15.2091 8 13V7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7V13C16 15.2091 14.2091 17 12 17Z",
...o
}
) });
export {
m as default
};