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) • 431 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { SVG as m, Path as i } from "../template.js";
const M = ({ pathProps: r, ...o }) => /* @__PURE__ */ t(m, { ...o, children: /* @__PURE__ */ t(
i,
{
d: "M16 12C16 14.2091 14.2091 16 12 16C9.79085 16 7.99999 14.2091 7.99999 12M16 12C16 9.79086 14.2091 8 12 8C9.79085 8 7.99999 9.79086 7.99999 12M16 12H22M7.99999 12H2.00018",
...r
}
) });
export {
M as default
};