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) • 492 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as o } from "../template.js";
const a = ({ pathProps: t, ...C }) => /* @__PURE__ */ r(e, { ...C, children: /* @__PURE__ */ r(
o,
{
d: "M19 5L5 19M9 7C9 8.10457 8.10457 9 7 9C5.89543 9 5 8.10457 5 7C5 5.89543 5.89543 5 7 5C8.10457 5 9 5.89543 9 7ZM19 17C19 18.1046 18.1046 19 17 19C15.8954 19 15 18.1046 15 17C15 15.8954 15.8954 15 17 15C18.1046 15 19 15.8954 19 17Z",
...t
}
) });
export {
a as default
};