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) 348 B
import { jsx as M } from "react/jsx-runtime"; import { SVG as o, Path as a } from "../template.js"; const i = ({ pathProps: r, ...t }) => /* @__PURE__ */ M(o, { ...t, children: /* @__PURE__ */ M( a, { d: "M15 4V2M15 16V14M8 9H10M20 9H22M17.8 11.8L19 13M17.8 6.2L19 5M3 21L12 12M12.2 6.2L11 5", ...r } ) }); export { i as default };