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) • 494 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as C } from "../template.js";
const s = ({ pathProps: t, ...e }) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(
C,
{
d: "M17 5.12537C19.1213 6.67091 20.5 9.17444 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5H11.5M7 18.8746C4.87867 17.329 3.5 14.8255 3.5 12C3.5 7.30555 7.30558 3.49998 12 3.49998H12.5M13 22.4L11 20.4L13 18.4M11 5.59998L13 3.59998L11 1.59998",
...t
}
) });
export {
s as default
};