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
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as e } from "../template.js";
const s = ({ pathProps: t, ...C }) => /* @__PURE__ */ r(o, { ...C, children: /* @__PURE__ */ r(
e,
{
d: "M12 21.5C13.8565 21.5 15.637 20.7625 16.9497 19.4497C18.2625 18.137 19 16.3565 19 14.5C19 12.5 18 10.6 16 9C14 7.4 12.5 5 12 2.5C11.5 5 10 7.4 8 9C6 10.6 5 12.5 5 14.5C5 16.3565 5.7375 18.137 7.05025 19.4497C8.36301 20.7625 10.1435 21.5 12 21.5Z",
...t
}
) });
export {
s as default
};