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