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) 282 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as h } from "../template.js"; const n = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(h, { d: "M6 17L11 12L6 7M13 17L18 12L13 7", ...o }) }); export { n as default };