untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
16 lines (15 loc) • 626 B
JavaScript
import { jsx as C } from "react/jsx-runtime";
import { SVG as t, Path as M } from "../template.js";
const d = ({
pathProps: o,
...r
}) => /* @__PURE__ */ C(t, { ...r, children: /* @__PURE__ */ C(
M,
{
d: "M8 18H8.01M8 21H8.01M12 18.5H12.01M12 21.5H12.01M16 18H16.01M16 21H16.01M7 15C4.23858 15 2 12.7614 2 10C2 7.23858 4.23858 5 7 5C7.03315 5 7.06622 5.00032 7.09922 5.00097C8.0094 3.2196 9.86227 2 12 2C14.5192 2 16.6429 3.69375 17.2943 6.00462C17.3625 6.00155 17.4311 6 17.5 6C19.9853 6 22 8.01472 22 10.5C22 12.9853 19.9853 15 17.5 15C13.7434 15 11.2352 15 7 15Z",
...o
}
) });
export {
d as default
};