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) 272 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as n } from "../template.js"; const a = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(n, { ...o, d: "M7 7L17 17M17 17V7M17 17H7" }) }); export { a as default };