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

13 lines (12 loc) 432 B
import { jsx as M } from "react/jsx-runtime"; import { SVG as o, Path as e } from "../template.js"; const s = ({ pathProps: r, ...t }) => /* @__PURE__ */ M(o, { ...t, children: /* @__PURE__ */ M( e, { d: "M4 18H2M6.31412 12.3141L4.8999 10.8999M17.6858 12.3141L19.1 10.8999M22 18H20M7 18C7 15.2386 9.23858 13 12 13C14.7614 13 17 15.2386 17 18M22 22H2M16 5L12 9M12 9L8 5M12 9V2", ...r } ) }); export { s as default };