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