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) • 531 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as s } from "../template.js";
const i = ({
pathProps: C,
...t
}) => /* @__PURE__ */ r(o, { ...t, children: /* @__PURE__ */ r(
s,
{
d: "M20 4L8.5 15.5M8.5 8.5L20 20M17.5 12H17.51M22 12H22.01M6 3C7.65685 3 9 4.34315 9 6C9 7.65685 7.65685 9 6 9C4.34315 9 3 7.65685 3 6C3 4.34315 4.34315 3 6 3ZM6 15C7.65685 15 9 16.3431 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15Z",
...C
}
) });
export {
i as default
};