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) 281 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as m } from "../template.js"; const d = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(m, { d: "M12 4V20M12 20L18 14M12 20L6 14", ...o }) }); export { d as default };