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) • 407 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as i, Path as n } from "../template.js";
const m = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(i, { ...o, children: /* @__PURE__ */ r(
n,
{
d: "M18.1777 8C23.2737 8 23.2737 16 18.1777 16C13.0827 16 11.0447 8 5.43875 8C0.85375 8 0.85375 16 5.43875 16C11.0447 16 13.0828 8 18.1788 8H18.1777Z",
...t
}
) });
export {
m as default
};