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