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) 265 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as h } from "../template.js"; const n = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(h, { d: "M9 18L15 12L9 6", ...t }) }); export { n as default };