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) 550 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as o } from "../template.js"; const m = ({ pathProps: t, ...C }) => /* @__PURE__ */ r(e, { ...C, children: /* @__PURE__ */ r( o, { d: "M19 21L16 18M16 18L19 15M16 18H22M12 15.5H7.5C6.10444 15.5 5.40665 15.5 4.83886 15.6722C3.56045 16.06 2.56004 17.0605 2.17224 18.3389C2 18.9067 2 19.6044 2 21M14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3C12.4853 3 14.5 5.01472 14.5 7.5Z", ...t } ) }); export { m as default };