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) • 578 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as L, Path as e } from "../template.js";
const n = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(L, { ...o, children: /* @__PURE__ */ r(
e,
{
d: "M12.7076 18.3639L11.2933 19.7781C9.34072 21.7308 6.1749 21.7308 4.22228 19.7781C2.26966 17.8255 2.26966 14.6597 4.22228 12.7071L5.63649 11.2929M18.3644 12.7071L19.7786 11.2929C21.7312 9.34024 21.7312 6.17441 19.7786 4.22179C17.826 2.26917 14.6602 2.26917 12.7076 4.22179L11.2933 5.636M8.50045 15.4999L15.5005 8.49994",
...t
}
) });
export {
n as default
};