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

7 lines (6 loc) 274 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as a } from "../template.js"; const L = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(a, { d: "M6 7L18 17L12 22V2L18 7L6 17", ...t }) }); export { L as default };