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) 277 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as d } from "../template.js"; const a = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(d, { d: "M16 18L22 12L16 6M8 6L2 12L8 18", ...o }) }); export { a as default };