UNPKG

untitledui-js-base

Version:

A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion

32 lines (31 loc) 781 B
import { jsxs as e, jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as t } from "../template.js"; const s = ({ pathProps: C, ...d }) => /* @__PURE__ */ e(o, { ...d, children: [ /* @__PURE__ */ r( t, { 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__ */ r( t, { 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__ */ r( t, { 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 } ) ] }); export { s as default };