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) • 535 B
JavaScript
import { jsx as M } from "react/jsx-runtime";
import { SVG as t, Path as o } from "../template.js";
const m = ({ pathProps: r, ...C }) => /* @__PURE__ */ M(t, { ...C, children: /* @__PURE__ */ M(
o,
{
d: "M20 12C20 16.4183 16.4183 20 12 20M20 12C20 7.58172 16.4183 4 12 4M20 12H22M12 20C7.58172 20 4 16.4183 4 12M12 20V22M4 12C4 7.58172 7.58172 4 12 4M4 12H2M12 4V2M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",
...r
}
) });
export {
m as default
};