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

13 lines (12 loc) 370 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as C, Path as a } from "../template.js"; const d = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(C, { ...o, children: /* @__PURE__ */ r( a, { d: "M4 15C4 15 5 14 8 14C11 14 13 16 16 16C19 16 20 15 20 15V4C20 4 19 5 16 5C13 5 11 3 8 3C5 3 4 4 4 4M4 22L4 2", ...t } ) }); export { d as default };