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) • 430 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as n } from "../template.js";
const m = ({
pathProps: o,
...t
}) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(
n,
{
d: "M17 3.33782C19.989 5.06687 22 8.29859 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.29859 4.01099 5.06687 7 3.33782M8 12L12 16M12 16L16 12M12 16V2",
...o
}
) });
export {
m as default
};