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) • 432 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { SVG as e, Path as m } from "../template.js";
const a = ({ pathProps: r, ...t }) => /* @__PURE__ */ o(e, { ...t, children: /* @__PURE__ */ o(
m,
{
d: "M18 8L22 12M22 12L18 16M22 12H9M15 4.20404C13.7252 3.43827 12.2452 3 10.6667 3C5.8802 3 2 7.02944 2 12C2 16.9706 5.8802 21 10.6667 21C12.2452 21 13.7252 20.5617 15 19.796",
...r
}
) });
export {
a as default
};