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) • 499 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as t, Path as e } from "../template.js";
const m = ({ pathProps: C, ...o }) => /* @__PURE__ */ r(t, { ...o, children: /* @__PURE__ */ r(
e,
{
d: "M6 16L18 16M6 16C8.20914 16 10 14.2091 10 12C10 9.79086 8.20914 8 6 8C3.79086 8 2 9.79086 2 12C2 14.2091 3.79086 16 6 16ZM18 16C20.2091 16 22 14.2091 22 12C22 9.79086 20.2091 8 18 8C15.7909 8 14 9.79086 14 12C14 14.2091 15.7909 16 18 16Z",
...C
}
) });
export {
m as default
};