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) • 614 B
JavaScript
import { jsx as C } from "react/jsx-runtime";
import { SVG as o, Path as e } from "../template.js";
const m = ({ pathProps: r, ...t }) => /* @__PURE__ */ C(o, { ...t, children: /* @__PURE__ */ C(
e,
{
d: "M5 14.2864C3.14864 15.1031 2 16.2412 2 17.5C2 19.9853 6.47715 22 12 22C17.5228 22 22 19.9853 22 17.5C22 16.2412 20.8514 15.1031 19 14.2864M18 8C18 12.0637 13.5 14 12 17C10.5 14 6 12.0637 6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8ZM13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8Z",
...r
}
) });
export {
m as default
};