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

10 lines (9 loc) 289 B
import { jsx as t } from "react/jsx-runtime"; import { SVG as m, Path as e } from "../template.js"; const M = ({ pathProps: o, ...r }) => /* @__PURE__ */ t(m, { ...r, children: /* @__PURE__ */ t(e, { d: "M3 21H21M12 3V17M12 17L19 10M12 17L5 10", ...o }) }); export { M as default };