@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 895 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconDroplet32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M23 20a7 7 0 1 1-14 0c0-4.383 1.986-8.216 4.1-11.04a27.6 27.6 0 0 1 2.883-3.267L16 5.676l.017.017a27.6 27.6 0 0 1 2.882 3.267C21.015 11.784 23 15.616 23 20m2 0a9 9 0 1 1-18 0c0-9.97 9-17 9-17s9 7.03 9 17m-11 3a2 2 0 1 0 0-4 2 2 0 0 0 0 4",
clipRule: "evenodd"
}
)
}
);
}
const a = o(l);
export {
a as default
};
//# sourceMappingURL=IconDroplet32.es.js.map