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) • 505 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as e } from "../template.js";
const m = ({ pathProps: C, ...t }) => /* @__PURE__ */ r(o, { ...t, children: /* @__PURE__ */ r(
e,
{
d: "M3 8L15 8M15 8C15 9.65686 16.3431 11 18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8ZM9 16L21 16M9 16C9 17.6569 7.65685 19 6 19C4.34315 19 3 17.6569 3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16Z",
...C
}
) });
export {
m as default
};