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) • 541 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { SVG as t, Path as e } from "../template.js";
const a = ({
pathProps: r,
...C
}) => /* @__PURE__ */ o(t, { ...C, children: /* @__PURE__ */ o(
e,
{
d: "M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8ZM12 8H21.17M3.95 6.06L8.54 14M10.88 21.94L15.46 14M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
...r
}
) });
export {
a as default
};