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) 276 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as f } from "../template.js"; const a = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(f, { d: "M18 6L6 18M6 18H14M6 18V10", ...o }) }); export { a as default };