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) 286 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as i } from "../template.js"; const p = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(i, { d: "M21 3H3M12 21V7M12 7L5 14M12 7L19 14", ...o }) }); export { p as default };