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 o, Path as a } from "../template.js"; const l = ({ pathProps: t, ...e }) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(a, { d: "M7 15L12 20L17 15M7 9L12 4L17 9", ...t }) }); export { l as default };