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) • 409 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { SVG as m, Path as e } from "../template.js";
const M = ({ pathProps: r, ...t }) => /* @__PURE__ */ o(m, { ...t, children: /* @__PURE__ */ o(
e,
{
d: "M21 21L16.65 16.65M11 8V14M8 11H14M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z",
...r
}
) });
export {
M as default
};