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

7 lines (6 loc) 278 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as a, Path as V } from "../template.js"; const M = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(a, { ...o, children: /* @__PURE__ */ r(V, { ...t, d: "M3 17V21M15 8V21M9 13V21M21 3V21" }) }); export { M as default };