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) 276 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as a, Path as e } from "../template.js"; const M = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(a, { ...o, children: /* @__PURE__ */ r(e, { d: "M4 8H20M4 16H20M8 3V21M16 3V21", ...t }) }); export { M as default };