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) • 472 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as C, Path as e } from "../template.js";
const s = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(C, { ...t, children: /* @__PURE__ */ r(
e,
{
...o,
d: "M21.9208 13.265C21.9731 12.8507 22 12.4285 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C12.4354 22 12.8643 21.9722 13.285 21.9182M12 6V12L15.7384 13.8692M19 22V16M16 19H22"
}
) });
export {
s as default
};