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) • 522 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { SVG as M, Path as C } from "../template.js";
const c = ({
pathProps: o,
...r
}) => /* @__PURE__ */ t(M, { ...r, children: /* @__PURE__ */ t(
C,
{
...o,
d: "M12 9.5V13.5L14.5 15M12 5C7.30558 5 3.5 8.80558 3.5 13.5C3.5 18.1944 7.30558 22 12 22C16.6944 22 20.5 18.1944 20.5 13.5C20.5 8.80558 16.6944 5 12 5ZM12 5V2M10 2H14M20.329 5.59204L18.829 4.09204L19.579 4.84204M3.67102 5.59204L5.17102 4.09204L4.42102 4.84204"
}
) });
export {
c as default
};