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) • 526 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { SVG as C, Path as d } from "../template.js";
const l = ({
pathProps: r,
...t
}) => /* @__PURE__ */ o(C, { ...t, children: /* @__PURE__ */ o(
d,
{
d: "M4 16.2422C2.79401 15.435 2 14.0602 2 12.5C2 10.1564 3.79151 8.23129 6.07974 8.01937C6.54781 5.17213 9.02024 3 12 3C14.9798 3 17.4522 5.17213 17.9203 8.01937C20.2085 8.23129 22 10.1564 22 12.5C22 14.0602 21.206 15.435 20 16.2422M8 16L12 12M12 12L16 16M12 12V21",
...r
}
) });
export {
l as default
};