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) • 527 B
JavaScript
import { jsx as M } from "react/jsx-runtime";
import { SVG as o, Path as e } from "../template.js";
const C = ({ pathProps: r, ...t }) => /* @__PURE__ */ M(o, { ...t, children: /* @__PURE__ */ M(
e,
{
d: "M12 2V4M12 20V22M4 12H2M6.31412 6.31412L4.8999 4.8999M17.6859 6.31412L19.1001 4.8999M6.31412 17.69L4.8999 19.1042M17.6859 17.69L19.1001 19.1042M22 12H20M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z",
...r
}
) });
export {
C as default
};