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) • 424 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as t, Path as o } from "../template.js";
const C = ({
pathProps: L,
...e
}) => /* @__PURE__ */ r(t, { ...e, children: /* @__PURE__ */ r(
o,
{
d: "M12 2L15.6 5.6C18 -0.7 24.7 6 18.4 8.4L22 12L18.4 15.6C16 9.3 9.3 16 15.6 18.4L12 22L8.4 18.4C6 24.7 -0.7 18 5.6 15.6L2 12L5.6 8.4C8 14.7 14.7 8 8.4 5.6L12 2Z",
...L
}
) });
export {
C as default
};