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) 507 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as t, Path as d } from "../template.js"; const a = ({ pathProps: C, ...o }) => /* @__PURE__ */ r(t, { ...o, children: /* @__PURE__ */ r( d, { d: "M6.5 19C4.01472 19 2 16.9853 2 14.5C2 12.1564 3.79151 10.2313 6.07974 10.0194C6.54781 7.17213 9.02024 5 12 5C14.9798 5 17.4522 7.17213 17.9203 10.0194C20.2085 10.2313 22 12.1564 22 14.5C22 16.9853 19.9853 19 17.5 19C13.1102 19 10.3433 19 6.5 19Z", ...C } ) }); export { a as default };