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) • 598 B
JavaScript
import { jsx as C } from "react/jsx-runtime";
import { SVG as t, Path as V } from "../template.js";
const d = ({
pathProps: r,
...o
}) => /* @__PURE__ */ C(t, { ...o, children: /* @__PURE__ */ C(
V,
{
d: "M21 18V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12V18M5.5 21C4.11929 21 3 19.8807 3 18.5V16.5C3 15.1193 4.11929 14 5.5 14C6.88071 14 8 15.1193 8 16.5V18.5C8 19.8807 6.88071 21 5.5 21ZM18.5 21C17.1193 21 16 19.8807 16 18.5V16.5C16 15.1193 17.1193 14 18.5 14C19.8807 14 21 15.1193 21 16.5V18.5C21 19.8807 19.8807 21 18.5 21Z",
...r
}
) });
export {
d as default
};