untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
71 lines (70 loc) • 1.86 kB
JavaScript
import { jsxs as e, jsx as d } from "react/jsx-runtime";
import { SVG as i, Path as M } from "../template.js";
const n = ({ pathProps: C, ...Z }) => /* @__PURE__ */ e(i, { ...Z, children: [
/* @__PURE__ */ d(
M,
{
d: "M12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6Z",
...C
}
),
/* @__PURE__ */ d(
M,
{
d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z",
...C
}
),
/* @__PURE__ */ d(
M,
{
d: "M12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z",
...C
}
),
/* @__PURE__ */ d(
M,
{
d: "M19 6C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4C18.4477 4 18 4.44772 18 5C18 5.55228 18.4477 6 19 6Z",
...C
}
),
/* @__PURE__ */ d(
M,
{
d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z",
...C
}
),
/* @__PURE__ */ d(
M,
{
d: "M19 20C19.5523 20 20 19.5523 20 19C20 18.4477 19.5523 18 19 18C18.4477 18 18 18.4477 18 19C18 19.5523 18.4477 20 19 20Z",
...C
}
),
/* @__PURE__ */ d(
M,
{
d: "M5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6Z",
...C
}
),
/* @__PURE__ */ d(
M,
{
d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z",
...C
}
),
/* @__PURE__ */ d(
M,
{
d: "M5 20C5.55228 20 6 19.5523 6 19C6 18.4477 5.55228 18 5 18C4.44772 18 4 18.4477 4 19C4 19.5523 4.44772 20 5 20Z",
...C
}
)
] });
export {
n as default
};