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) 285 B
import { jsx as o } from "react/jsx-runtime"; import { SVG as a, Path as d } from "../template.js"; const n = ({ pathProps: r, ...t }) => /* @__PURE__ */ o(a, { ...t, children: /* @__PURE__ */ o(d, { d: "M21 21H3M18 11L12 17M12 17L6 11M12 17V3", ...r }) }); export { n as default };