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) 486 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as t, Path as a } from "../template.js"; const m = ({ pathProps: C, ...o }) => /* @__PURE__ */ r(t, { ...o, children: /* @__PURE__ */ r( a, { d: "M9.5 19C5.35786 19 2 15.6421 2 11.5C2 7.35786 5.35786 4 9.5 4C12.3827 4 14.8855 5.62634 16.141 8.01153C16.2597 8.00388 16.3794 8 16.5 8C19.5376 8 22 10.4624 22 13.5C22 16.5376 19.5376 19 16.5 19C13.9485 19 12.1224 19 9.5 19Z", ...C } ) }); export { m as default };