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) 369 B
import { jsx as M } from "react/jsx-runtime"; import { SVG as e, Path as o } from "../template.js"; const L = ({ pathProps: r, ...t }) => /* @__PURE__ */ M(e, { ...t, children: /* @__PURE__ */ M( o, { d: "M12 3V6M12 10.5V13.5M12 18V21M22 12H15.5M15.5 12L19.5 16M15.5 12L19.5 8M2 12H8.5M8.5 12L4.5 16M8.5 12L4.5 8", ...r } ) }); export { L as default };