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