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